Trace number 3263442

Some explanations

A solver is run under the control of another program named runsolver. runsolver is in charge of imposing the CPU time limit and the memory limit to the solver. It also monitors some information about the process. The trace of the execution of a solver is divided into four (or five) parts:
  1. SOLVER DATA
    This is the output of the solver (stdout and stderr).
    Note that some very long lines in this section may be truncated by your web browser ! In such a case, you may want to use the "Download as text" link to get the trace as a text file.

    When the --timestamp option is passed to the runsolver program, each line output by the solver is prepended with a timestamp which indicates at what time the line was output by the solver. Times are relative to the start of the program, given in seconds. The first timestamp (if present) is estimated CPU time. The last timestamp is wall clock time.

    As some 'v lines' may be very long (sometimes several megabytes), the 'v line' output by your solver may be split on several lines to help limit the size of the trace recorded in the database. In any case, the exact output of your solver is preserved in a trace file.
  2. VERIFIER DATA
    The output of the solver is piped to a verifier program which will search a value line "v " and, if found, will check that the given interpretation satisfies all constraints.
  3. CONVERSION SCRIPT DATA (Optionnal)
    When a conversion script is used, this section shows the messages that were output by the conversion script.
  4. WATCHER DATA
    This is the informations gathered by the runsolver program. It first prints the different limits. There's a first limit on CPU time set to X seconds (see the parameters in the trace). After this time has ellapsed, runsolver sends a SIGTERM and 2 seconds later a SIGKILL to the solver. For safety, there's also another limit set to X+30 seconds which will send a SIGXPU to the solver. The last limit is on the virtual memory used by the process (see the parameters in the trace).
    Every ten seconds, the runsolver process fetches the content of /proc/loadavg, /proc/pid/stat and /proc/pid/statm (see man proc) and prints it as raw data. This is only recorded in case we need to investigate the behaviour of a solver. The memory used by the solver (vsize) is also given every ten seconds.
    When the solver exits, runsolver prints some informations such as status and time. CPU usage is the ratio CPU Time/Real Time.
  5. LAUNCHER DATA
    These informations are related to the script which will launch the solver. The most important informations are the command line given to the solver, the md5sum of the different files and the dump of the /proc/cpuinfo and /proc/meminfo which provides some useful information on the computer.

Solver answer on this benchmark

Solver NameAnswerCPU timeWall clock time
Plingeling 587? (TO) 4800.3 1201.97

General information on the benchmark

NameSAT03/handmade/anton/UNSAT/
SGI_30_70_22_70_7-dir.shuffled-as.sat03-154.cnf
MD5SUMaa9ee2fa26214e80fac6d004d5d0b003
Bench CategoryCRAFTED (crafted instances)
Best result obtained on this benchmark
Best CPU time to get the best result obtained on this benchmark
Satisfiable
(Un)Satisfiability was proved
Number of variables660
Number of clauses56654
Sum of the clauses size113924
Maximum clause length30
Minimum clause length2
Number of clauses of size 10
Number of clauses of size 256632
Number of clauses of size 30
Number of clauses of size 40
Number of clauses of size 50
Number of clauses of size over 522

Solver Data


Verifier Data

ERROR: Unexpected answer ! (SATISFIABLE/UNSATISFIABLE expected)
Got answer: <no 's ' line found>

Watcher Data

runsolver Copyright (C) 2010-2011 Olivier ROUSSEL

This is runsolver version 3.3.0 (svn: 935)

This program is distributed in the hope that it will be useful,
but WITHOUT ANY WARRANTY; without even the implied warranty of
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
GNU General Public License for more details.

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-3263442-1304099876/watcher-3263442-1304099876 -o /tmp/evaluation-result-3263442-1304099876/solver-3263442-1304099876 -C 4800 -W 1300 -M 15500 plingeling -t 4 HOME/instance-3263442-1304099876.cnf 

running on 4 cores: 1,3,5,7

Enforcing CPUTime limit (soft limit, will send SIGTERM then SIGKILL): 4800 seconds
Enforcing CPUTime limit (hard limit, will send SIGXCPU): 4830 seconds
Enforcing wall clock limit (soft limit, will send SIGTERM then SIGKILL): 1300 seconds
Enforcing VSIZE limit (soft limit, will send SIGTERM then SIGKILL): 15872000 KiB
Enforcing VSIZE limit (hard limit, stack expansion will fail with SIGSEGV, brk() and mmap() will return ENOMEM): 15923200 KiB
Current StackSize limit: 10240 KiB


[startup+0 s]
/proc/loadavg: 7.99 8.14 8.03 5/181 20042
/proc/meminfo: memFree=17187544/32951124 swapFree=67111528/67111528
[pid=20042] ppid=20040 vsize=9316 CPUtime=0 cores=1,3,5,7
/proc/20042/stat : 20042 (plingeling) R 20040 20042 19929 0 -1 4202496 405 1254 0 0 0 0 0 0 25 0 1 0 521590181 9539584 334 33554432000 4194304 4417332 140734560054016 18446744073709551615 216634515200 0 0 4096 17442 0 0 0 17 3 0 0 0
/proc/20042/statm: 2329 334 146 55 0 215 0

[startup+0.095017 s]
/proc/loadavg: 7.99 8.14 8.03 5/181 20042
/proc/meminfo: memFree=17187544/32951124 swapFree=67111528/67111528
[pid=20042] ppid=20040 vsize=59660 CPUtime=0.24 cores=1,3,5,7
/proc/20042/stat : 20042 (plingeling) S 20040 20042 19929 0 -1 4202496 2888 1254 0 0 24 0 0 0 25 0 5 0 521590181 61091840 2668 33554432000 4194304 4417332 140734560054016 18446744073709551615 216646318053 0 0 4096 17442 18446744073709551615 0 0 17 3 0 0 0
/proc/20042/statm: 14979 2671 175 55 0 12865 0
Current children cumulated CPU time (s) 0.24
Current children cumulated vsize (KiB) 59660

[startup+0.101344 s]
/proc/loadavg: 7.99 8.14 8.03 5/181 20042
/proc/meminfo: memFree=17187544/32951124 swapFree=67111528/67111528
[pid=20042] ppid=20040 vsize=62488 CPUtime=0.26 cores=1,3,5,7
/proc/20042/stat : 20042 (plingeling) S 20040 20042 19929 0 -1 4202496 3895 1254 0 0 26 0 0 0 25 0 5 0 521590181 63987712 3162 33554432000 4194304 4417332 140734560054016 18446744073709551615 216646318053 0 0 4096 17442 18446744073709551615 0 0 17 3 0 0 0
/proc/20042/statm: 15622 3185 176 55 0 13508 0
Current children cumulated CPU time (s) 0.26
Current children cumulated vsize (KiB) 62488

[startup+0.300376 s]
/proc/loadavg: 7.99 8.14 8.03 5/181 20042
/proc/meminfo: memFree=17187544/32951124 swapFree=67111528/67111528
[pid=20042] ppid=20040 vsize=63948 CPUtime=1.05 cores=1,3,5,7
/proc/20042/stat : 20042 (plingeling) S 20040 20042 19929 0 -1 4202496 5708 1254 0 0 105 0 0 0 25 0 5 0 521590181 65482752 3775 33554432000 4194304 4417332 140734560054016 18446744073709551615 216646318053 0 0 4096 17442 18446744073709551615 0 0 17 3 0 0 0
/proc/20042/statm: 15987 3775 181 55 0 13873 0
Current children cumulated CPU time (s) 1.05
Current children cumulated vsize (KiB) 63948

[startup+0.700304 s]
/proc/loadavg: 7.99 8.14 8.03 5/181 20042
/proc/meminfo: memFree=17187544/32951124 swapFree=67111528/67111528
[pid=20042] ppid=20040 vsize=67244 CPUtime=2.65 cores=1,3,5,7
/proc/20042/stat : 20042 (plingeling) S 20040 20042 19929 0 -1 4202496 7298 1254 0 0 265 0 0 0 25 0 5 0 521590181 68857856 4599 33554432000 4194304 4417332 140734560054016 18446744073709551615 216646318053 0 0 4096 17442 18446744073709551615 0 0 17 3 0 0 0
/proc/20042/statm: 16811 4599 181 55 0 14697 0
Current children cumulated CPU time (s) 2.65
Current children cumulated vsize (KiB) 67244

[startup+1.50117 s]
/proc/loadavg: 7.99 8.14 8.03 9/186 20052
/proc/meminfo: memFree=17168044/32951124 swapFree=67111528/67111528
[pid=20042] ppid=20040 vsize=77112 CPUtime=5.86 cores=1,3,5,7
/proc/20042/stat : 20042 (plingeling) S 20040 20042 19929 0 -1 4202496 11160 1254 0 0 585 1 0 0 25 0 5 0 521590181 78962688 7066 33554432000 4194304 4417332 140734560054016 18446744073709551615 216646318053 0 0 4096 17442 18446744073709551615 0 0 17 3 0 0 0
/proc/20042/statm: 19278 7066 181 55 0 17164 0
[pid=20042/tid=20049] ppid=20040 vsize=77112 CPUtime=1.45 cores=1,3,5,7
/proc/20042/task/20049/stat : 20049 (plingeling) R 20040 20042 19929 0 -1 4202560 982 1254 0 0 145 0 0 0 25 0 5 0 521590185 78962688 7066 33554432000 4194304 4417332 140734560054016 18446744073709551615 4249935 0 0 4096 17442 0 0 0 -1 3 0 0 0
[pid=20042/tid=20050] ppid=20040 vsize=77112 CPUtime=1.45 cores=1,3,5,7
/proc/20042/task/20050/stat : 20050 (plingeling) R 20040 20042 19929 0 -1 4202560 558 1254 0 0 145 0 0 0 25 0 5 0 521590185 78962688 7066 33554432000 4194304 4417332 140734560054016 18446744073709551615 4249991 0 0 4096 17442 0 0 0 -1 1 0 0 0
[pid=20042/tid=20051] ppid=20040 vsize=77112 CPUtime=1.44 cores=1,3,5,7
/proc/20042/task/20051/stat : 20051 (plingeling) R 20040 20042 19929 0 -1 4202560 1896 1254 0 0 144 0 0 0 25 0 5 0 521590185 78962688 7066 33554432000 4194304 4417332 140734560054016 18446744073709551615 18446744073699065939 0 0 4096 17442 0 0 0 -1 7 0 0 0
[pid=20042/tid=20052] ppid=20040 vsize=77112 CPUtime=1.45 cores=1,3,5,7
/proc/20042/task/20052/stat : 20052 (plingeling) R 20040 20042 19929 0 -1 4202560 5238 1254 0 0 145 0 0 0 25 0 5 0 521590185 78962688 7066 33554432000 4194304 4417332 140734560054016 18446744073709551615 4364549 0 0 4096 17442 0 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 5.86
Current children cumulated vsize (KiB) 77112

[startup+3.10088 s]
/proc/loadavg: 7.99 8.14 8.03 9/186 20052
/proc/meminfo: memFree=17127920/32951124 swapFree=67111528/67111528
[pid=20042] ppid=20040 vsize=81096 CPUtime=12.25 cores=1,3,5,7
/proc/20042/stat : 20042 (plingeling) S 20040 20042 19929 0 -1 4202496 16077 1254 0 0 1223 2 0 0 25 0 5 0 521590181 83042304 8062 33554432000 4194304 4417332 140734560054016 18446744073709551615 216646318053 0 0 4096 17442 18446744073709551615 0 0 17 3 0 0 0
/proc/20042/statm: 20274 8062 181 55 0 18160 0
[pid=20042/tid=20049] ppid=20040 vsize=81096 CPUtime=3.05 cores=1,3,5,7
/proc/20042/task/20049/stat : 20049 (plingeling) R 20040 20042 19929 0 -1 4202560 1324 1254 0 0 305 0 0 0 25 0 5 0 521590185 83042304 8062 33554432000 4194304 4417332 140734560054016 18446744073709551615 4250058 0 0 4096 17442 0 0 0 -1 3 0 0 0
[pid=20042/tid=20050] ppid=20040 vsize=81096 CPUtime=3.05 cores=1,3,5,7
/proc/20042/task/20050/stat : 20050 (plingeling) R 20040 20042 19929 0 -1 4202560 900 1254 0 0 305 0 0 0 25 0 5 0 521590185 83042304 8062 33554432000 4194304 4417332 140734560054016 18446744073709551615 4249110 0 0 4096 17442 0 0 0 -1 1 0 0 0
[pid=20042/tid=20051] ppid=20040 vsize=81096 CPUtime=3.04 cores=1,3,5,7
/proc/20042/task/20051/stat : 20051 (plingeling) R 20040 20042 19929 0 -1 4202560 2265 1254 0 0 304 0 0 0 25 0 5 0 521590185 83042304 8062 33554432000 4194304 4417332 140734560054016 18446744073709551615 4337205 0 0 4096 17442 0 0 0 -1 7 0 0 0
[pid=20042/tid=20052] ppid=20040 vsize=81096 CPUtime=3.04 cores=1,3,5,7
/proc/20042/task/20052/stat : 20052 (plingeling) R 20040 20042 19929 0 -1 4202560 9102 1254 0 0 303 1 0 0 25 0 5 0 521590185 83042304 8062 33554432000 4194304 4417332 140734560054016 18446744073709551615 4364750 0 0 4096 17442 0 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 12.25
Current children cumulated vsize (KiB) 81096

[startup+6.30032 s]
/proc/loadavg: 8.07 8.16 8.04 9/186 20052
/proc/meminfo: memFree=17111676/32951124 swapFree=67111528/67111528
[pid=20042] ppid=20040 vsize=108864 CPUtime=25.02 cores=1,3,5,7
/proc/20042/stat : 20042 (plingeling) S 20040 20042 19929 0 -1 4202496 27723 1254 0 0 2498 4 0 0 25 0 5 0 521590181 111476736 15004 33554432000 4194304 4417332 140734560054016 18446744073709551615 216646318053 0 0 4096 17442 18446744073709551615 0 0 17 3 0 0 0
/proc/20042/statm: 27216 15004 181 55 0 25102 0
[pid=20042/tid=20049] ppid=20040 vsize=108864 CPUtime=6.25 cores=1,3,5,7
/proc/20042/task/20049/stat : 20049 (plingeling) R 20040 20042 19929 0 -1 4202560 1686 1254 0 0 625 0 0 0 25 0 5 0 521590185 111476736 15004 33554432000 4194304 4417332 140734560054016 18446744073709551615 4354401 0 0 4096 17442 0 0 0 -1 3 0 0 0
[pid=20042/tid=20050] ppid=20040 vsize=108864 CPUtime=6.25 cores=1,3,5,7
/proc/20042/task/20050/stat : 20050 (plingeling) R 20040 20042 19929 0 -1 4202560 1281 1254 0 0 625 0 0 0 25 0 5 0 521590185 111476736 15004 33554432000 4194304 4417332 140734560054016 18446744073709551615 4365960 0 0 4096 17442 0 0 0 -1 1 0 0 0
[pid=20042/tid=20051] ppid=20040 vsize=108864 CPUtime=6.21 cores=1,3,5,7
/proc/20042/task/20051/stat : 20051 (plingeling) R 20040 20042 19929 0 -1 4202560 6205 1254 0 0 621 0 0 0 25 0 5 0 521590185 111476736 15004 33554432000 4194304 4417332 140734560054016 18446744073709551615 4365960 0 0 4096 17442 0 0 0 -1 7 0 0 0
[pid=20042/tid=20052] ppid=20040 vsize=108864 CPUtime=6.25 cores=1,3,5,7
/proc/20042/task/20052/stat : 20052 (plingeling) R 20040 20042 19929 0 -1 4202560 16065 1254 0 0 622 3 0 0 25 0 5 0 521590185 111476736 15004 33554432000 4194304 4417332 140734560054016 18446744073709551615 4364642 0 0 4096 17442 0 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 25.02
Current children cumulated vsize (KiB) 108864

[startup+12.7012 s]
/proc/loadavg: 8.06 8.15 8.04 9/186 20052
/proc/meminfo: memFree=17178348/32951124 swapFree=67111528/67111528
[pid=20042] ppid=20040 vsize=135624 CPUtime=50.59 cores=1,3,5,7
/proc/20042/stat : 20042 (plingeling) S 20040 20042 19929 0 -1 4202496 59260 1254 0 0 5049 10 0 0 25 0 5 0 521590181 138878976 21694 33554432000 4194304 4417332 140734560054016 18446744073709551615 216646318053 0 0 4096 17442 18446744073709551615 0 0 17 3 0 0 0
/proc/20042/statm: 33906 21694 181 55 0 31792 0
[pid=20042/tid=20049] ppid=20040 vsize=135624 CPUtime=12.65 cores=1,3,5,7
/proc/20042/task/20049/stat : 20049 (plingeling) R 20040 20042 19929 0 -1 4202560 6044 1254 0 0 1264 1 0 0 25 0 5 0 521590185 138878976 21694 33554432000 4194304 4417332 140734560054016 18446744073709551615 4237011 0 0 4096 17442 0 0 0 -1 3 0 0 0
[pid=20042/tid=20050] ppid=20040 vsize=135624 CPUtime=12.65 cores=1,3,5,7
/proc/20042/task/20050/stat : 20050 (plingeling) R 20040 20042 19929 0 -1 4202560 7368 1254 0 0 1264 1 0 0 25 0 5 0 521590185 138878976 21694 33554432000 4194304 4417332 140734560054016 18446744073709551615 4308792 0 0 4096 17442 0 0 0 -1 1 0 0 0
[pid=20042/tid=20051] ppid=20040 vsize=135624 CPUtime=12.58 cores=1,3,5,7
/proc/20042/task/20051/stat : 20051 (plingeling) R 20040 20042 19929 0 -1 4202560 11084 1254 0 0 1257 1 0 0 25 0 5 0 521590185 138878976 21694 33554432000 4194304 4417332 140734560054016 18446744073709551615 4364519 0 0 4096 17442 0 0 0 -1 7 0 0 0
[pid=20042/tid=20052] ppid=20040 vsize=135624 CPUtime=12.65 cores=1,3,5,7
/proc/20042/task/20052/stat : 20052 (plingeling) R 20040 20042 19929 0 -1 4202560 32278 1254 0 0 1259 6 0 0 25 0 5 0 521590185 138878976 21694 33554432000 4194304 4417332 140734560054016 18446744073709551615 4365963 0 0 4096 17442 0 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 50.59
Current children cumulated vsize (KiB) 135624

[startup+25.5009 s]
/proc/loadavg: 8.05 8.14 8.04 9/186 20053
/proc/meminfo: memFree=17114120/32951124 swapFree=67111528/67111528
[pid=20042] ppid=20040 vsize=190708 CPUtime=101.72 cores=1,3,5,7
/proc/20042/stat : 20042 (plingeling) S 20040 20042 19929 0 -1 4202496 100132 1254 0 0 10155 17 0 0 25 0 5 0 521590181 195284992 35465 33554432000 4194304 4417332 140734560054016 18446744073709551615 216646318053 0 0 4096 17442 18446744073709551615 0 0 17 3 0 0 0
/proc/20042/statm: 47677 35465 181 55 0 45563 0
[pid=20042/tid=20049] ppid=20040 vsize=190708 CPUtime=25.45 cores=1,3,5,7
/proc/20042/task/20049/stat : 20049 (plingeling) R 20040 20042 19929 0 -1 4202560 15666 1254 0 0 2543 2 0 0 25 0 5 0 521590185 195284992 35465 33554432000 4194304 4417332 140734560054016 18446744073709551615 4305799 0 0 4096 17442 0 0 0 -1 3 0 0 0
[pid=20042/tid=20050] ppid=20040 vsize=190708 CPUtime=25.44 cores=1,3,5,7
/proc/20042/task/20050/stat : 20050 (plingeling) R 20040 20042 19929 0 -1 4202560 15407 1254 0 0 2542 2 0 0 25 0 5 0 521590185 195284992 35465 33554432000 4194304 4417332 140734560054016 18446744073709551615 4236778 0 0 4096 17442 0 0 0 -1 1 0 0 0
[pid=20042/tid=20051] ppid=20040 vsize=190708 CPUtime=25.31 cores=1,3,5,7
/proc/20042/task/20051/stat : 20051 (plingeling) R 20040 20042 19929 0 -1 4202560 18371 1254 0 0 2528 3 0 0 25 0 5 0 521590185 195284992 35465 33554432000 4194304 4417332 140734560054016 18446744073709551615 4364734 0 0 4096 17442 0 0 0 -1 7 0 0 0
[pid=20042/tid=20052] ppid=20040 vsize=190708 CPUtime=25.45 cores=1,3,5,7
/proc/20042/task/20052/stat : 20052 (plingeling) R 20040 20042 19929 0 -1 4202560 48202 1254 0 0 2537 8 0 0 25 0 5 0 521590185 195284992 35465 33554432000 4194304 4417332 140734560054016 18446744073709551615 4364642 0 0 4096 17442 0 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 101.72
Current children cumulated vsize (KiB) 190708

[startup+51.1004 s]
/proc/loadavg: 8.10 8.15 8.04 9/186 20054
/proc/meminfo: memFree=17059524/32951124 swapFree=67111528/67111528
[pid=20042] ppid=20040 vsize=219988 CPUtime=203.98 cores=1,3,5,7
/proc/20042/stat : 20042 (plingeling) S 20040 20042 19929 0 -1 4202496 180468 1254 0 0 20368 30 0 0 25 0 5 0 521590181 225267712 42785 33554432000 4194304 4417332 140734560054016 18446744073709551615 216646318053 0 0 4096 17442 18446744073709551615 0 0 17 3 0 0 0
/proc/20042/statm: 54997 42785 181 55 0 52883 0
[pid=20042/tid=20049] ppid=20040 vsize=219988 CPUtime=51.05 cores=1,3,5,7
/proc/20042/task/20049/stat : 20049 (plingeling) R 20040 20042 19929 0 -1 4202560 38913 1254 0 0 5100 5 0 0 25 0 5 0 521590185 225267712 42785 33554432000 4194304 4417332 140734560054016 18446744073709551615 4251076 0 0 4096 17442 0 0 0 -1 3 0 0 0
[pid=20042/tid=20050] ppid=20040 vsize=219988 CPUtime=51.05 cores=1,3,5,7
/proc/20042/task/20050/stat : 20050 (plingeling) R 20040 20042 19929 0 -1 4202560 35317 1254 0 0 5099 6 0 0 25 0 5 0 521590185 225267712 42785 33554432000 4194304 4417332 140734560054016 18446744073709551615 4364498 0 0 4096 17442 0 0 0 -1 1 0 0 0
[pid=20042/tid=20051] ppid=20040 vsize=219988 CPUtime=50.77 cores=1,3,5,7
/proc/20042/task/20051/stat : 20051 (plingeling) R 20040 20042 19929 0 -1 4202560 33234 1254 0 0 5072 5 0 0 25 0 5 0 521590185 225267712 42785 33554432000 4194304 4417332 140734560054016 18446744073709551615 4364671 0 0 4096 17442 0 0 0 -1 7 0 0 0
[pid=20042/tid=20052] ppid=20040 vsize=219988 CPUtime=51.04 cores=1,3,5,7
/proc/20042/task/20052/stat : 20052 (plingeling) R 20040 20042 19929 0 -1 4202560 70518 1254 0 0 5092 12 0 0 25 0 5 0 521590185 225267712 42785 33554432000 4194304 4417332 140734560054016 18446744073709551615 4364482 0 0 4096 17442 0 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 203.98
Current children cumulated vsize (KiB) 219988

[startup+102.306 s]
/proc/loadavg: 7.96 8.09 8.02 9/186 20092
/proc/meminfo: memFree=17375640/32951124 swapFree=67111528/67111528
[pid=20042] ppid=20040 vsize=410932 CPUtime=408.53 cores=1,3,5,7
/proc/20042/stat : 20042 (plingeling) S 20040 20042 19929 0 -1 4202496 349100 1254 0 0 40797 56 0 0 25 0 5 0 521590181 420794368 90521 33554432000 4194304 4417332 140734560054016 18446744073709551615 216646318053 0 0 4096 17442 18446744073709551615 0 0 17 3 0 0 0
/proc/20042/statm: 102733 90521 181 55 0 100619 0
[pid=20042/tid=20049] ppid=20040 vsize=410932 CPUtime=102.26 cores=1,3,5,7
/proc/20042/task/20049/stat : 20049 (plingeling) R 20040 20042 19929 0 -1 4202560 71998 1254 0 0 10216 10 0 0 25 0 5 0 521590185 420794368 90521 33554432000 4194304 4417332 140734560054016 18446744073709551615 4365960 0 0 4096 17442 0 0 0 -1 3 0 0 0
[pid=20042/tid=20050] ppid=20040 vsize=410932 CPUtime=102.26 cores=1,3,5,7
/proc/20042/task/20050/stat : 20050 (plingeling) R 20040 20042 19929 0 -1 4202560 61657 1254 0 0 10215 11 0 0 25 0 5 0 521590185 420794368 90521 33554432000 4194304 4417332 140734560054016 18446744073709551615 4364642 0 0 4096 17442 0 0 0 -1 1 0 0 0
[pid=20042/tid=20051] ppid=20040 vsize=410932 CPUtime=101.69 cores=1,3,5,7
/proc/20042/task/20051/stat : 20051 (plingeling) R 20040 20042 19929 0 -1 4202560 104040 1254 0 0 10153 16 0 0 25 0 5 0 521590185 420794368 90521 33554432000 4194304 4417332 140734560054016 18446744073709551615 4364642 0 0 4096 17442 0 0 0 -1 7 0 0 0
[pid=20042/tid=20052] ppid=20040 vsize=410932 CPUtime=102.26 cores=1,3,5,7
/proc/20042/task/20052/stat : 20052 (plingeling) R 20040 20042 19929 0 -1 4202560 108919 1254 0 0 10208 18 0 0 25 0 5 0 521590185 420794368 90521 33554432000 4194304 4417332 140734560054016 18446744073709551615 4364642 0 0 4096 17442 0 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 408.53
Current children cumulated vsize (KiB) 410932

[startup+162.301 s]
/proc/loadavg: 8.08 8.10 8.03 9/186 20093
/proc/meminfo: memFree=17088412/32951124 swapFree=67111528/67111528
[pid=20042] ppid=20040 vsize=536860 CPUtime=648.18 cores=1,3,5,7
/proc/20042/stat : 20042 (plingeling) S 20040 20042 19929 0 -1 4202496 464644 1254 0 0 64744 74 0 0 25 0 5 0 521590181 549744640 122003 33554432000 4194304 4417332 140734560054016 18446744073709551615 216646318053 0 0 4096 17442 18446744073709551615 0 0 17 3 0 0 0
/proc/20042/statm: 134215 122003 181 55 0 132101 0
[pid=20042/tid=20049] ppid=20040 vsize=536860 CPUtime=162.25 cores=1,3,5,7
/proc/20042/task/20049/stat : 20049 (plingeling) R 20040 20042 19929 0 -1 4202560 110062 1254 0 0 16209 16 0 0 25 0 5 0 521590185 549744640 122003 33554432000 4194304 4417332 140734560054016 18446744073709551615 4364973 0 0 4096 17442 0 0 0 -1 3 0 0 0
[pid=20042/tid=20050] ppid=20040 vsize=536860 CPUtime=162.25 cores=1,3,5,7
/proc/20042/task/20050/stat : 20050 (plingeling) R 20040 20042 19929 0 -1 4202560 84674 1254 0 0 16211 14 0 0 25 0 5 0 521590185 549744640 122003 33554432000 4194304 4417332 140734560054016 18446744073709551615 4364642 0 0 4096 17442 0 0 0 -1 1 0 0 0
[pid=20042/tid=20051] ppid=20040 vsize=536860 CPUtime=161.36 cores=1,3,5,7
/proc/20042/task/20051/stat : 20051 (plingeling) R 20040 20042 19929 0 -1 4202560 126535 1254 0 0 16117 19 0 0 25 0 5 0 521590185 549744640 122003 33554432000 4194304 4417332 140734560054016 18446744073709551615 4364642 0 0 4096 17442 0 0 0 -1 7 0 0 0
[pid=20042/tid=20052] ppid=20040 vsize=536860 CPUtime=162.25 cores=1,3,5,7
/proc/20042/task/20052/stat : 20052 (plingeling) R 20040 20042 19929 0 -1 4202560 140887 1254 0 0 16202 23 0 0 25 0 5 0 521590185 549744640 122003 33554432000 4194304 4417332 140734560054016 18446744073709551615 4364642 0 0 4096 17442 0 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 648.18
Current children cumulated vsize (KiB) 536860


################
# More data... #
################

[pid=20042/tid=20050] ppid=20040 vsize=1151312 CPUtime=762.26 cores=1,3,5,7
/proc/20042/task/20050/stat : 20050 (plingeling) R 20040 20042 19929 0 -1 4202560 304652 1254 0 0 76180 46 0 0 25 0 5 0 521590185 1178943488 275616 33554432000 4194304 4417332 140734560054016 18446744073709551615 4364547 0 0 4096 17442 0 0 0 -1 1 0 0 0
[pid=20042/tid=20051] ppid=20040 vsize=1151312 CPUtime=758.1 cores=1,3,5,7
/proc/20042/task/20051/stat : 20051 (plingeling) R 20040 20042 19929 0 -1 4202560 403958 1254 0 0 75752 58 0 0 25 0 5 0 521590185 1178943488 275616 33554432000 4194304 4417332 140734560054016 18446744073709551615 4365963 0 0 4096 17442 0 0 0 -1 7 0 0 0
[pid=20042/tid=20052] ppid=20040 vsize=1151312 CPUtime=761.45 cores=1,3,5,7
/proc/20042/task/20052/stat : 20052 (plingeling) R 20040 20042 19929 0 -1 4202560 351422 1254 0 0 76087 58 0 0 25 0 5 0 521590185 1178943488 275616 33554432000 4194304 4417332 140734560054016 18446744073709551615 4364734 0 0 4096 17442 0 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 3044.16
Current children cumulated vsize (KiB) 1151312

[startup+822.301 s]
/proc/loadavg: 8.18 8.16 8.09 9/186 20123
/proc/meminfo: memFree=15767328/32951124 swapFree=67111528/67111528
[pid=20042] ppid=20040 vsize=1188720 CPUtime=3283.82 cores=1,3,5,7
/proc/20042/stat : 20042 (plingeling) S 20040 20042 19929 0 -1 4202496 1416315 1254 0 0 328168 214 0 0 25 0 5 0 521590181 1217249280 284968 33554432000 4194304 4417332 140734560054016 18446744073709551615 216646318053 0 0 4096 17442 18446744073709551615 0 0 17 3 0 0 0
/proc/20042/statm: 297180 284968 181 55 0 295066 0
[pid=20042/tid=20049] ppid=20040 vsize=1188720 CPUtime=822.26 cores=1,3,5,7
/proc/20042/task/20049/stat : 20049 (plingeling) R 20040 20042 19929 0 -1 4202560 318558 1254 0 0 82181 45 0 0 25 0 5 0 521590185 1217249280 284968 33554432000 4194304 4417332 140734560054016 18446744073709551615 4364642 0 0 4096 17442 0 0 0 -1 3 0 0 0
[pid=20042/tid=20050] ppid=20040 vsize=1188720 CPUtime=822.26 cores=1,3,5,7
/proc/20042/task/20050/stat : 20050 (plingeling) R 20040 20042 19929 0 -1 4202560 325132 1254 0 0 82178 48 0 0 25 0 5 0 521590185 1217249280 284968 33554432000 4194304 4417332 140734560054016 18446744073709551615 4364722 0 0 4096 17442 0 0 0 -1 1 0 0 0
[pid=20042/tid=20051] ppid=20040 vsize=1188720 CPUtime=817.78 cores=1,3,5,7
/proc/20042/task/20051/stat : 20051 (plingeling) R 20040 20042 19929 0 -1 4202560 410525 1254 0 0 81719 59 0 0 25 0 5 0 521590185 1217249280 284968 33554432000 4194304 4417332 140734560054016 18446744073709551615 4364642 0 0 4096 17442 0 0 0 -1 7 0 0 0
[pid=20042/tid=20052] ppid=20040 vsize=1188720 CPUtime=821.44 cores=1,3,5,7
/proc/20042/task/20052/stat : 20052 (plingeling) R 20040 20042 19929 0 -1 4202560 359614 1254 0 0 82085 59 0 0 25 0 5 0 521590185 1217249280 284968 33554432000 4194304 4417332 140734560054016 18446744073709551615 4364642 0 0 4096 17442 0 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 3283.82
Current children cumulated vsize (KiB) 1188720

[startup+882.3 s]
/proc/loadavg: 8.10 8.14 8.09 9/186 20125
/proc/meminfo: memFree=15782644/32951124 swapFree=67111528/67111528
[pid=20042] ppid=20040 vsize=1230288 CPUtime=3523.5 cores=1,3,5,7
/proc/20042/stat : 20042 (plingeling) S 20040 20042 19929 0 -1 4202496 1434899 1254 0 0 352132 218 0 0 25 0 5 0 521590181 1259814912 295360 33554432000 4194304 4417332 140734560054016 18446744073709551615 216646318053 0 0 4096 17442 18446744073709551615 0 0 17 3 0 0 0
/proc/20042/statm: 307572 295360 181 55 0 305458 0
[pid=20042/tid=20049] ppid=20040 vsize=1230288 CPUtime=882.26 cores=1,3,5,7
/proc/20042/task/20049/stat : 20049 (plingeling) R 20040 20042 19929 0 -1 4202560 318558 1254 0 0 88181 45 0 0 25 0 5 0 521590185 1259814912 295360 33554432000 4194304 4417332 140734560054016 18446744073709551615 4364642 0 0 4096 17442 0 0 0 -1 3 0 0 0
[pid=20042/tid=20050] ppid=20040 vsize=1230288 CPUtime=882.26 cores=1,3,5,7
/proc/20042/task/20050/stat : 20050 (plingeling) R 20040 20042 19929 0 -1 4202560 327332 1254 0 0 88177 49 0 0 25 0 5 0 521590185 1259814912 295360 33554432000 4194304 4417332 140734560054016 18446744073709551615 4364951 0 0 4096 17442 0 0 0 -1 1 0 0 0
[pid=20042/tid=20051] ppid=20040 vsize=1230288 CPUtime=877.45 cores=1,3,5,7
/proc/20042/task/20051/stat : 20051 (plingeling) R 20040 20042 19929 0 -1 4202560 418717 1254 0 0 87683 62 0 0 25 0 5 0 521590185 1259814912 295360 33554432000 4194304 4417332 140734560054016 18446744073709551615 4364642 0 0 4096 17442 0 0 0 -1 7 0 0 0
[pid=20042/tid=20052] ppid=20040 vsize=1230288 CPUtime=881.45 cores=1,3,5,7
/proc/20042/task/20052/stat : 20052 (plingeling) R 20040 20042 19929 0 -1 4202560 367806 1254 0 0 88085 60 0 0 25 0 5 0 521590185 1259814912 295360 33554432000 4194304 4417332 140734560054016 18446744073709551615 4364448 0 0 4096 17442 0 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 3523.5
Current children cumulated vsize (KiB) 1230288

[startup+942.301 s]
/proc/loadavg: 8.08 8.13 8.09 9/186 20126
/proc/meminfo: memFree=15777392/32951124 swapFree=67111528/67111528
[pid=20042] ppid=20040 vsize=1328912 CPUtime=3763.18 cores=1,3,5,7
/proc/20042/stat : 20042 (plingeling) S 20040 20042 19929 0 -1 4202496 1492323 1254 0 0 376093 225 0 0 25 0 5 0 521590181 1360805888 320016 33554432000 4194304 4417332 140734560054016 18446744073709551615 216646318053 0 0 4096 17442 18446744073709551615 0 0 17 3 0 0 0
/proc/20042/statm: 332228 320016 181 55 0 330114 0
[pid=20042/tid=20049] ppid=20040 vsize=1328912 CPUtime=942.27 cores=1,3,5,7
/proc/20042/task/20049/stat : 20049 (plingeling) R 20040 20042 19929 0 -1 4202560 318558 1254 0 0 94182 45 0 0 25 0 5 0 521590185 1360805888 320016 33554432000 4194304 4417332 140734560054016 18446744073709551615 4308767 0 0 4096 17442 0 0 0 -1 3 0 0 0
[pid=20042/tid=20050] ppid=20040 vsize=1328912 CPUtime=942.26 cores=1,3,5,7
/proc/20042/task/20050/stat : 20050 (plingeling) R 20040 20042 19929 0 -1 4202560 334345 1254 0 0 94177 49 0 0 25 0 5 0 521590185 1360805888 320016 33554432000 4194304 4417332 140734560054016 18446744073709551615 4364541 0 0 4096 17442 0 0 0 -1 1 0 0 0
[pid=20042/tid=20051] ppid=20040 vsize=1328912 CPUtime=937.12 cores=1,3,5,7
/proc/20042/task/20051/stat : 20051 (plingeling) R 20040 20042 19929 0 -1 4202560 469128 1254 0 0 93644 68 0 0 25 0 5 0 521590185 1360805888 320016 33554432000 4194304 4417332 140734560054016 18446744073709551615 4364957 0 0 4096 17442 0 0 0 -1 7 0 0 0
[pid=20042/tid=20052] ppid=20040 vsize=1328912 CPUtime=941.45 cores=1,3,5,7
/proc/20042/task/20052/stat : 20052 (plingeling) R 20040 20042 19929 0 -1 4202560 367806 1254 0 0 94085 60 0 0 25 0 5 0 521590185 1360805888 320016 33554432000 4194304 4417332 140734560054016 18446744073709551615 4364470 0 0 4096 17442 0 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 3763.18
Current children cumulated vsize (KiB) 1328912

[startup+1002.3 s]
/proc/loadavg: 8.02 8.10 8.08 9/186 20128
/proc/meminfo: memFree=15701220/32951124 swapFree=67111528/67111528
[pid=20042] ppid=20040 vsize=1397860 CPUtime=4002.85 cores=1,3,5,7
/proc/20042/stat : 20042 (plingeling) S 20040 20042 19929 0 -1 4202496 1560292 1254 0 0 400050 235 0 0 25 0 5 0 521590181 1431408640 337253 33554432000 4194304 4417332 140734560054016 18446744073709551615 216646318053 0 0 4096 17442 18446744073709551615 0 0 17 3 0 0 0
/proc/20042/statm: 349465 337253 181 55 0 347351 0
[pid=20042/tid=20049] ppid=20040 vsize=1397860 CPUtime=1002.26 cores=1,3,5,7
/proc/20042/task/20049/stat : 20049 (plingeling) R 20040 20042 19929 0 -1 4202560 357695 1254 0 0 100175 51 0 0 25 0 5 0 521590185 1431408640 337253 33554432000 4194304 4417332 140734560054016 18446744073709551615 4364642 0 0 4096 17442 0 0 0 -1 3 0 0 0
[pid=20042/tid=20050] ppid=20040 vsize=1397860 CPUtime=1002.27 cores=1,3,5,7
/proc/20042/task/20050/stat : 20050 (plingeling) R 20040 20042 19929 0 -1 4202560 338601 1254 0 0 100177 50 0 0 25 0 5 0 521590185 1431408640 337253 33554432000 4194304 4417332 140734560054016 18446744073709551615 4364642 0 0 4096 17442 0 0 0 -1 1 0 0 0
[pid=20042/tid=20051] ppid=20040 vsize=1397860 CPUtime=996.8 cores=1,3,5,7
/proc/20042/task/20051/stat : 20051 (plingeling) R 20040 20042 19929 0 -1 4202560 493704 1254 0 0 99608 72 0 0 25 0 5 0 521590185 1431408640 337253 33554432000 4194304 4417332 140734560054016 18446744073709551615 4364642 0 0 4096 17442 0 0 0 -1 7 0 0 0
[pid=20042/tid=20052] ppid=20040 vsize=1397860 CPUtime=1001.45 cores=1,3,5,7
/proc/20042/task/20052/stat : 20052 (plingeling) R 20040 20042 19929 0 -1 4202560 367806 1254 0 0 100085 60 0 0 25 0 5 0 521590185 1431408640 337253 33554432000 4194304 4417332 140734560054016 18446744073709551615 4364642 0 0 4096 17442 0 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 4002.85
Current children cumulated vsize (KiB) 1397860

[startup+1062.3 s]
/proc/loadavg: 8.05 8.09 8.08 9/186 20129
/proc/meminfo: memFree=15475852/32951124 swapFree=67111528/67111528
[pid=20042] ppid=20040 vsize=1509732 CPUtime=4242.54 cores=1,3,5,7
/proc/20042/stat : 20042 (plingeling) S 20040 20042 19929 0 -1 4202496 1637413 1254 0 0 424008 246 0 0 25 0 5 0 521590181 1545965568 365221 33554432000 4194304 4417332 140734560054016 18446744073709551615 216646318053 0 0 4096 17442 18446744073709551615 0 0 17 3 0 0 0
/proc/20042/statm: 377433 365221 181 55 0 375319 0
[pid=20042/tid=20049] ppid=20040 vsize=1509732 CPUtime=1062.27 cores=1,3,5,7
/proc/20042/task/20049/stat : 20049 (plingeling) R 20040 20042 19929 0 -1 4202560 365887 1254 0 0 106175 52 0 0 25 0 5 0 521590185 1545965568 365221 33554432000 4194304 4417332 140734560054016 18446744073709551615 4364642 0 0 4096 17442 0 0 0 -1 3 0 0 0
[pid=20042/tid=20050] ppid=20040 vsize=1509732 CPUtime=1062.26 cores=1,3,5,7
/proc/20042/task/20050/stat : 20050 (plingeling) R 20040 20042 19929 0 -1 4202560 363177 1254 0 0 106172 54 0 0 25 0 5 0 521590185 1545965568 365221 33554432000 4194304 4417332 140734560054016 18446744073709551615 4364642 0 0 4096 17442 0 0 0 -1 1 0 0 0
[pid=20042/tid=20051] ppid=20040 vsize=1509732 CPUtime=1056.48 cores=1,3,5,7
/proc/20042/task/20051/stat : 20051 (plingeling) R 20040 20042 19929 0 -1 4202560 510088 1254 0 0 105574 74 0 0 25 0 5 0 521590185 1545965568 365221 33554432000 4194304 4417332 140734560054016 18446744073709551615 4364642 0 0 4096 17442 0 0 0 -1 7 0 0 0
[pid=20042/tid=20052] ppid=20040 vsize=1509732 CPUtime=1061.45 cores=1,3,5,7
/proc/20042/task/20052/stat : 20052 (plingeling) R 20040 20042 19929 0 -1 4202560 395775 1254 0 0 106082 63 0 0 25 0 5 0 521590185 1545965568 365221 33554432000 4194304 4417332 140734560054016 18446744073709551615 4364642 0 0 4096 17442 0 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 4242.54
Current children cumulated vsize (KiB) 1509732

[startup+1122.3 s]
/proc/loadavg: 8.05 8.09 8.08 9/186 20131
/proc/meminfo: memFree=15647548/32951124 swapFree=67111528/67111528
[pid=20042] ppid=20040 vsize=1322136 CPUtime=4482.21 cores=1,3,5,7
/proc/20042/stat : 20042 (plingeling) S 20040 20042 19929 0 -1 4202496 1792838 1254 0 0 447952 269 0 0 25 0 5 0 521590181 1353867264 318322 33554432000 4194304 4417332 140734560054016 18446744073709551615 216646318053 0 0 4096 17442 18446744073709551615 0 0 17 3 0 0 0
/proc/20042/statm: 330534 318322 181 55 0 328420 0
[pid=20042/tid=20049] ppid=20040 vsize=1322136 CPUtime=1122.27 cores=1,3,5,7
/proc/20042/task/20049/stat : 20049 (plingeling) R 20040 20042 19929 0 -1 4202560 406847 1254 0 0 112170 57 0 0 25 0 5 0 521590185 1353867264 318322 33554432000 4194304 4417332 140734560054016 18446744073709551615 4364642 0 0 4096 17442 0 0 0 -1 3 0 0 0
[pid=20042/tid=20050] ppid=20040 vsize=1322136 CPUtime=1122.26 cores=1,3,5,7
/proc/20042/task/20050/stat : 20050 (plingeling) R 20040 20042 19929 0 -1 4202560 387753 1254 0 0 112169 57 0 0 25 0 5 0 521590185 1353867264 318322 33554432000 4194304 4417332 140734560054016 18446744073709551615 4270242 0 0 4096 17442 0 0 0 -1 1 0 0 0
[pid=20042/tid=20051] ppid=20040 vsize=1322136 CPUtime=1116.15 cores=1,3,5,7
/proc/20042/task/20051/stat : 20051 (plingeling) R 20040 20042 19929 0 -1 4202560 582887 1254 0 0 111529 86 0 0 25 0 5 0 521590185 1353867264 318322 33554432000 4194304 4417332 140734560054016 18446744073709551615 4364526 0 0 4096 17442 0 0 0 -1 7 0 0 0
[pid=20042/tid=20052] ppid=20040 vsize=1322136 CPUtime=1121.46 cores=1,3,5,7
/proc/20042/task/20052/stat : 20052 (plingeling) R 20040 20042 19929 0 -1 4202560 412865 1254 0 0 112079 67 0 0 25 0 5 0 521590185 1353867264 318322 33554432000 4194304 4417332 140734560054016 18446744073709551615 4364642 0 0 4096 17442 0 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 4482.21
Current children cumulated vsize (KiB) 1322136

[startup+1182.3 s]
/proc/loadavg: 8.13 8.10 8.09 9/186 20133
/proc/meminfo: memFree=15262108/32951124 swapFree=67111528/67111528
[pid=20042] ppid=20040 vsize=1456304 CPUtime=4721.89 cores=1,3,5,7
/proc/20042/stat : 20042 (plingeling) S 20040 20042 19929 0 -1 4202496 1900108 1254 0 0 471904 285 0 0 25 0 5 0 521590181 1491255296 351864 33554432000 4194304 4417332 140734560054016 18446744073709551615 216646318053 0 0 4096 17442 18446744073709551615 0 0 17 3 0 0 0
/proc/20042/statm: 364076 351864 181 55 0 361962 0
[pid=20042/tid=20049] ppid=20040 vsize=1456304 CPUtime=1182.28 cores=1,3,5,7
/proc/20042/task/20049/stat : 20049 (plingeling) R 20040 20042 19929 0 -1 4202560 447807 1254 0 0 118165 63 0 0 25 0 5 0 521590185 1491255296 351864 33554432000 4194304 4417332 140734560054016 18446744073709551615 4364642 0 0 4096 17442 0 0 0 -1 3 0 0 0
[pid=20042/tid=20050] ppid=20040 vsize=1456304 CPUtime=1182.26 cores=1,3,5,7
/proc/20042/task/20050/stat : 20050 (plingeling) R 20040 20042 19929 0 -1 4202560 412268 1254 0 0 118164 62 0 0 25 0 5 0 521590185 1491255296 351864 33554432000 4194304 4417332 140734560054016 18446744073709551615 4364734 0 0 4096 17442 0 0 0 -1 1 0 0 0
[pid=20042/tid=20051] ppid=20040 vsize=1456304 CPUtime=1175.82 cores=1,3,5,7
/proc/20042/task/20051/stat : 20051 (plingeling) R 20040 20042 19929 0 -1 4202560 615655 1254 0 0 117492 90 0 0 25 0 5 0 521590185 1491255296 351864 33554432000 4194304 4417332 140734560054016 18446744073709551615 4364642 0 0 4096 17442 0 0 0 -1 7 0 0 0
[pid=20042/tid=20052] ppid=20040 vsize=1456304 CPUtime=1181.46 cores=1,3,5,7
/proc/20042/task/20052/stat : 20052 (plingeling) R 20040 20042 19929 0 -1 4202560 421892 1254 0 0 118078 68 0 0 25 0 5 0 521590185 1491255296 351864 33554432000 4194304 4417332 140734560054016 18446744073709551615 4364776 0 0 4096 17442 0 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 4721.89
Current children cumulated vsize (KiB) 1456304



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1201.9 s]
/proc/loadavg: 8.09 8.09 8.08 9/186 20133
/proc/meminfo: memFree=15282068/32951124 swapFree=67111528/67111528
[pid=20042] ppid=20040 vsize=1423536 CPUtime=4800.21 cores=1,3,5,7
/proc/20042/stat : 20042 (plingeling) S 20040 20042 19929 0 -1 4202496 1916492 1254 0 0 479734 287 0 0 25 0 5 0 521590181 1457700864 343672 33554432000 4194304 4417332 140734560054016 18446744073709551615 216646318053 0 0 4096 17442 18446744073709551615 0 0 17 3 0 0 0
/proc/20042/statm: 355884 343672 181 55 0 353770 0
[pid=20042/tid=20049] ppid=20040 vsize=1423536 CPUtime=1201.88 cores=1,3,5,7
/proc/20042/task/20049/stat : 20049 (plingeling) R 20040 20042 19929 0 -1 4202560 447807 1254 0 0 120125 63 0 0 25 0 5 0 521590185 1457700864 343672 33554432000 4194304 4417332 140734560054016 18446744073709551615 4364642 0 0 4096 17442 0 0 0 -1 3 0 0 0
[pid=20042/tid=20050] ppid=20040 vsize=1423536 CPUtime=1201.87 cores=1,3,5,7
/proc/20042/task/20050/stat : 20050 (plingeling) R 20040 20042 19929 0 -1 4202560 412268 1254 0 0 120125 62 0 0 25 0 5 0 521590185 1457700864 343672 33554432000 4194304 4417332 140734560054016 18446744073709551615 4364642 0 0 4096 17442 0 0 0 -1 1 0 0 0
[pid=20042/tid=20051] ppid=20040 vsize=1423536 CPUtime=1195.32 cores=1,3,5,7
/proc/20042/task/20051/stat : 20051 (plingeling) R 20040 20042 19929 0 -1 4202560 623847 1254 0 0 119441 91 0 0 25 0 5 0 521590185 1457700864 343672 33554432000 4194304 4417332 140734560054016 18446744073709551615 4364683 0 0 4096 17442 0 0 0 -1 7 0 0 0
[pid=20042/tid=20052] ppid=20040 vsize=1423536 CPUtime=1201.07 cores=1,3,5,7
/proc/20042/task/20052/stat : 20052 (plingeling) R 20040 20042 19929 0 -1 4202560 430084 1254 0 0 120038 69 0 0 25 0 5 0 521590185 1457700864 343672 33554432000 4194304 4417332 140734560054016 18446744073709551615 4364470 0 0 4096 17442 0 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 4800.21
Current children cumulated vsize (KiB) 1423536

Sending SIGTERM to process tree (bottom up)
Sleeping 2 seconds

Solver just ended. Dumping a history of the last processes samples

[startup+1201.9 s]
/proc/loadavg: 8.09 8.09 8.08 9/186 20133
/proc/meminfo: memFree=15282068/32951124 swapFree=67111528/67111528
[pid=20042] ppid=20040 vsize=1423536 CPUtime=4800.21 cores=1,3,5,7
/proc/20042/stat : 20042 (plingeling) S 20040 20042 19929 0 -1 4202496 1916492 1254 0 0 479734 287 0 0 25 0 5 0 521590181 1457700864 343672 33554432000 4194304 4417332 140734560054016 18446744073709551615 216646318053 0 0 4096 17442 18446744073709551615 0 0 17 3 0 0 0
/proc/20042/statm: 355884 343672 181 55 0 353770 0
[pid=20042/tid=20049] ppid=20040 vsize=1423536 CPUtime=1201.88 cores=1,3,5,7
/proc/20042/task/20049/stat : 20049 (plingeling) R 20040 20042 19929 0 -1 4202560 447807 1254 0 0 120125 63 0 0 25 0 5 0 521590185 1457700864 343672 33554432000 4194304 4417332 140734560054016 18446744073709551615 4364642 0 0 4096 17442 0 0 0 -1 3 0 0 0
[pid=20042/tid=20050] ppid=20040 vsize=1423536 CPUtime=1201.87 cores=1,3,5,7
/proc/20042/task/20050/stat : 20050 (plingeling) R 20040 20042 19929 0 -1 4202560 412268 1254 0 0 120125 62 0 0 25 0 5 0 521590185 1457700864 343672 33554432000 4194304 4417332 140734560054016 18446744073709551615 4364642 0 0 4096 17442 0 0 0 -1 1 0 0 0
[pid=20042/tid=20051] ppid=20040 vsize=1423536 CPUtime=1195.32 cores=1,3,5,7
/proc/20042/task/20051/stat : 20051 (plingeling) R 20040 20042 19929 0 -1 4202560 623847 1254 0 0 119441 91 0 0 25 0 5 0 521590185 1457700864 343672 33554432000 4194304 4417332 140734560054016 18446744073709551615 4364683 0 0 4096 17442 0 0 0 -1 7 0 0 0
[pid=20042/tid=20052] ppid=20040 vsize=1423536 CPUtime=1201.07 cores=1,3,5,7
/proc/20042/task/20052/stat : 20052 (plingeling) R 20040 20042 19929 0 -1 4202560 430084 1254 0 0 120038 69 0 0 25 0 5 0 521590185 1457700864 343672 33554432000 4194304 4417332 140734560054016 18446744073709551615 4364470 0 0 4096 17442 0 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 4800.21
Current children cumulated vsize (KiB) 1423536

Child ended because it received signal 15 (SIGTERM)
Real time (s): 1201.97
CPU time (s): 4800.3
CPU user time (s): 4797.36
CPU system time (s): 2.93355
CPU usage (%): 399.369
Max. virtual memory (cumulated for all children) (KiB): 1575268

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 4797.36
system time used= 2.93355
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 1917746
page faults= 0
swaps= 0
block input operations= 0
block output operations= 0
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 96
involuntary context switches= 34422

runsolver used 1.9587 second user time and 4.6073 second system time

The end

Launcher Data

Begin job on node103 at 2011-04-29 19:57:56
IDJOB=3263442
IDBENCH=83976
IDSOLVER=1605
FILE ID=node103/3263442-1304099876
RUNJOBID= node103-1304098739-19948
PBS_JOBID= 13170621
Free space on /tmp= 71516 MiB

SOLVER NAME= Plingeling 587
BENCH NAME= SAT03/handmade/anton/UNSAT/SGI_30_70_22_70_7-dir.shuffled-as.sat03-154.cnf
COMMAND LINE= plingeling -t NBCORE BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3263442-1304099876/watcher-3263442-1304099876 -o /tmp/evaluation-result-3263442-1304099876/solver-3263442-1304099876 -C 4800 -W 1300 -M 15500  plingeling -t 4 HOME/instance-3263442-1304099876.cnf

TIME LIMIT= 4800 seconds
MEMORY LIMIT= 15500 MiB
NBCORE= 4

MD5SUM BENCH= aa9ee2fa26214e80fac6d004d5d0b003
RANDOM SEED=2081046203

node103.alineos.net Linux 2.6.18-164.el5 #1 SMP Thu Sep 3 03:28:30 EDT 2009

/proc/cpuinfo:
processor	: 0
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.858
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 0
cpu cores	: 4
apicid		: 0
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx rdtscp lm constant_tsc ida nonstop_tsc pni monitor ds_cpl vmx est tm2 cx16 xtpr popcnt lahf_lm
bogomips	: 5333.71
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]

processor	: 1
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.858
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 0
cpu cores	: 4
apicid		: 16
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx rdtscp lm constant_tsc ida nonstop_tsc pni monitor ds_cpl vmx est tm2 cx16 xtpr popcnt lahf_lm
bogomips	: 5332.75
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]

processor	: 2
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.858
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 1
cpu cores	: 4
apicid		: 2
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx rdtscp lm constant_tsc ida nonstop_tsc pni monitor ds_cpl vmx est tm2 cx16 xtpr popcnt lahf_lm
bogomips	: 5332.75
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]

processor	: 3
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.858
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 1
cpu cores	: 4
apicid		: 18
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx rdtscp lm constant_tsc ida nonstop_tsc pni monitor ds_cpl vmx est tm2 cx16 xtpr popcnt lahf_lm
bogomips	: 5332.77
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]

processor	: 4
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.858
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 2
cpu cores	: 4
apicid		: 4
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx rdtscp lm constant_tsc ida nonstop_tsc pni monitor ds_cpl vmx est tm2 cx16 xtpr popcnt lahf_lm
bogomips	: 5332.75
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]

processor	: 5
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.858
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 2
cpu cores	: 4
apicid		: 20
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx rdtscp lm constant_tsc ida nonstop_tsc pni monitor ds_cpl vmx est tm2 cx16 xtpr popcnt lahf_lm
bogomips	: 5332.75
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]

processor	: 6
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.858
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 3
cpu cores	: 4
apicid		: 6
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx rdtscp lm constant_tsc ida nonstop_tsc pni monitor ds_cpl vmx est tm2 cx16 xtpr popcnt lahf_lm
bogomips	: 5332.83
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]

processor	: 7
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.858
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 3
cpu cores	: 4
apicid		: 22
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx rdtscp lm constant_tsc ida nonstop_tsc pni monitor ds_cpl vmx est tm2 cx16 xtpr popcnt lahf_lm
bogomips	: 5332.75
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]


/proc/meminfo:
MemTotal:     32951124 kB
MemFree:      17187824 kB
Buffers:       2148880 kB
Cached:       12248704 kB
SwapCached:          0 kB
Active:        6300228 kB
Inactive:      8878260 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32951124 kB
LowFree:      17187824 kB
SwapTotal:    67111528 kB
SwapFree:     67111528 kB
Dirty:             468 kB
Writeback:           0 kB
AnonPages:      780356 kB
Mapped:          15448 kB
Slab:           519544 kB
PageTables:       6160 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83587088 kB
Committed_AS:   964504 kB
VmallocTotal: 34359738367 kB
VmallocUsed:    296008 kB
VmallocChunk: 34359440975 kB
HugePages_Total:     0
HugePages_Free:      0
HugePages_Rsvd:      0
Hugepagesize:     2048 kB

Free space on /tmp at the end= 71516 MiB
End job on node103 at 2011-04-29 20:18:00