Trace number 3371268

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 587f (fixed)? (TO) 4800.13 1203.44

General information on the benchmark

NameSAT03/industrial/goldberg/hard_eq_check/
k2mul.miter.shuffled-as.sat03-355.cnf
MD5SUM77e0700cbaeeb3d63a4820608fc84761
Bench CategoryAPPLICATION (applications instances)
Best result obtained on this benchmarkUNSAT
Best CPU time to get the best result obtained on this benchmark45.3381
Satisfiable
(Un)Satisfiability was proved
Number of variables11680
Number of clauses74581
Sum of the clauses size252050
Maximum clause length86
Minimum clause length1
Number of clauses of size 14
Number of clauses of size 217176
Number of clauses of size 334696
Number of clauses of size 40
Number of clauses of size 522704
Number of clauses of size over 51

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: 961)

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-3371268-1305430630/watcher-3371268-1305430630 -o /tmp/evaluation-result-3371268-1305430630/solver-3371268-1305430630 -C 4800 -W 1300 -M 15500 plingeling -t 4 HOME/instance-3371268-1305430630.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.42 7.95 8.04 3/347 30789
/proc/meminfo: memFree=24108428/32950928 swapFree=45937192/67111528
[pid=30789] ppid=30787 vsize=12744 CPUtime=0 cores=1,3,5,7
/proc/30789/stat : 30789 (plingeling) R 30787 30789 23744 0 -1 4202496 1312 1252 0 0 0 0 0 0 21 0 1 0 654659691 13049856 1210 33554432000 4194304 4417452 140735617090928 18446744073709551615 254500691712 0 0 4096 17442 0 0 0 17 1 0 0 0
/proc/30789/statm: 3186 1210 149 55 0 1072 0

[startup+0.096843 s]
/proc/loadavg: 7.42 7.95 8.04 3/347 30789
/proc/meminfo: memFree=24108428/32950928 swapFree=45937192/67111528
[pid=30789] ppid=30787 vsize=24316 CPUtime=0.08 cores=1,3,5,7
/proc/30789/stat : 30789 (plingeling) R 30787 30789 23744 0 -1 4202496 4197 1252 0 0 8 0 0 0 21 0 1 0 654659691 24899584 4087 33554432000 4194304 4417452 140735617090928 18446744073709551615 4274358 0 0 4096 17442 0 0 0 17 1 0 0 0
/proc/30789/statm: 6079 4087 149 55 0 3965 0
Current children cumulated CPU time (s) 0.08
Current children cumulated vsize (KiB) 24316

[startup+0.100835 s]
/proc/loadavg: 7.42 7.95 8.04 3/347 30789
/proc/meminfo: memFree=24108428/32950928 swapFree=45937192/67111528
[pid=30789] ppid=30787 vsize=24316 CPUtime=0.09 cores=1,3,5,7
/proc/30789/stat : 30789 (plingeling) R 30787 30789 23744 0 -1 4202496 4197 1252 0 0 9 0 0 0 21 0 1 0 654659691 24899584 4087 33554432000 4194304 4417452 140735617090928 18446744073709551615 254500691712 0 0 4096 17442 0 0 0 17 1 0 0 0
/proc/30789/statm: 6079 4087 149 55 0 3965 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 24316

[startup+0.300723 s]
/proc/loadavg: 7.42 7.95 8.04 3/347 30789
/proc/meminfo: memFree=24108428/32950928 swapFree=45937192/67111528
[pid=30789] ppid=30787 vsize=139324 CPUtime=0.78 cores=1,3,5,7
/proc/30789/stat : 30789 (plingeling) S 30787 30789 23744 0 -1 4202496 7719 1252 0 0 77 1 0 0 21 0 5 0 654659691 142667776 6336 33554432000 4194304 4417452 140735617090928 18446744073709551615 254512494565 0 0 4096 17442 18446744073709551615 0 0 17 1 0 0 0
/proc/30789/statm: 34831 6336 174 55 0 32717 0
Current children cumulated CPU time (s) 0.78
Current children cumulated vsize (KiB) 139324

[startup+0.700644 s]
/proc/loadavg: 7.42 7.95 8.04 3/347 30789
/proc/meminfo: memFree=24108428/32950928 swapFree=45937192/67111528
[pid=30789] ppid=30787 vsize=141200 CPUtime=2.38 cores=1,3,5,7
/proc/30789/stat : 30789 (plingeling) S 30787 30789 23744 0 -1 4202496 9246 1252 0 0 237 1 0 0 21 0 5 0 654659691 144588800 6792 33554432000 4194304 4417452 140735617090928 18446744073709551615 254512494565 0 0 4096 17442 18446744073709551615 0 0 17 1 0 0 0
/proc/30789/statm: 35300 6792 177 55 0 33186 0
Current children cumulated CPU time (s) 2.38
Current children cumulated vsize (KiB) 141200

[startup+1.50048 s]
/proc/loadavg: 7.46 7.95 8.04 9/359 30814
/proc/meminfo: memFree=24048568/32950928 swapFree=45937192/67111528
[pid=30789] ppid=30787 vsize=142236 CPUtime=5.57 cores=1,3,5,7
/proc/30789/stat : 30789 (plingeling) S 30787 30789 23744 0 -1 4202496 10339 1252 0 0 556 1 0 0 21 0 5 0 654659691 145649664 7066 33554432000 4194304 4417452 140735617090928 18446744073709551615 254512494565 0 0 4096 17442 18446744073709551615 0 0 17 1 0 0 0
/proc/30789/statm: 35559 7066 180 55 0 33445 0
[pid=30789/tid=30807] ppid=30787 vsize=142236 CPUtime=1.36 cores=1,3,5,7
/proc/30789/task/30807/stat : 30807 (plingeling) R 30787 30789 23744 0 -1 4202560 929 1252 0 0 136 0 0 0 25 0 5 0 654659705 145649664 7066 33554432000 4194304 4417452 140735617090928 18446744073709551615 4271819 0 0 4096 17442 0 0 0 -1 1 0 0 0
[pid=30789/tid=30808] ppid=30787 vsize=142236 CPUtime=1.35 cores=1,3,5,7
/proc/30789/task/30808/stat : 30808 (plingeling) R 30787 30789 23744 0 -1 4202560 1253 1252 0 0 135 0 0 0 25 0 5 0 654659705 145649664 7066 33554432000 4194304 4417452 140735617090928 18446744073709551615 4252408 0 0 4096 17442 0 0 0 -1 3 0 0 0
[pid=30789/tid=30809] ppid=30787 vsize=142236 CPUtime=1.34 cores=1,3,5,7
/proc/30789/task/30809/stat : 30809 (plingeling) R 30787 30789 23744 0 -1 4202560 1116 1252 0 0 134 0 0 0 25 0 5 0 654659705 145649664 7066 33554432000 4194304 4417452 140735617090928 18446744073709551615 4364550 0 0 4096 17442 0 0 0 -1 7 0 0 0
[pid=30789/tid=30810] ppid=30787 vsize=142236 CPUtime=1.36 cores=1,3,5,7
/proc/30789/task/30810/stat : 30810 (plingeling) R 30787 30789 23744 0 -1 4202560 272 1252 0 0 136 0 0 0 25 0 5 0 654659705 145649664 7066 33554432000 4194304 4417452 140735617090928 18446744073709551615 4364533 0 0 4096 17442 0 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 5.57
Current children cumulated vsize (KiB) 142236

[startup+3.10117 s]
/proc/loadavg: 7.46 7.95 8.04 9/359 30814
/proc/meminfo: memFree=24035052/32950928 swapFree=45937192/67111528
[pid=30789] ppid=30787 vsize=144856 CPUtime=11.96 cores=1,3,5,7
/proc/30789/stat : 30789 (plingeling) S 30787 30789 23744 0 -1 4202496 10994 1252 0 0 1195 1 0 0 21 0 5 0 654659691 148332544 7721 33554432000 4194304 4417452 140735617090928 18446744073709551615 254512494565 0 0 4096 17442 18446744073709551615 0 0 17 1 0 0 0
/proc/30789/statm: 36214 7721 180 55 0 34100 0
[pid=30789/tid=30807] ppid=30787 vsize=144856 CPUtime=2.96 cores=1,3,5,7
/proc/30789/task/30807/stat : 30807 (plingeling) R 30787 30789 23744 0 -1 4202560 929 1252 0 0 296 0 0 0 25 0 5 0 654659705 148332544 7721 33554432000 4194304 4417452 140735617090928 18446744073709551615 4232617 0 0 4096 17442 0 0 0 -1 1 0 0 0
[pid=30789/tid=30808] ppid=30787 vsize=144856 CPUtime=2.95 cores=1,3,5,7
/proc/30789/task/30808/stat : 30808 (plingeling) R 30787 30789 23744 0 -1 4202560 1253 1252 0 0 295 0 0 0 25 0 5 0 654659705 148332544 7721 33554432000 4194304 4417452 140735617090928 18446744073709551615 4364780 0 0 4096 17442 0 0 0 -1 3 0 0 0
[pid=30789/tid=30809] ppid=30787 vsize=144856 CPUtime=2.93 cores=1,3,5,7
/proc/30789/task/30809/stat : 30809 (plingeling) R 30787 30789 23744 0 -1 4202560 1116 1252 0 0 293 0 0 0 25 0 5 0 654659705 148332544 7721 33554432000 4194304 4417452 140735617090928 18446744073709551615 4366472 0 0 4096 17442 0 0 0 -1 7 0 0 0
[pid=30789/tid=30810] ppid=30787 vsize=144856 CPUtime=2.96 cores=1,3,5,7
/proc/30789/task/30810/stat : 30810 (plingeling) R 30787 30789 23744 0 -1 4202560 927 1252 0 0 296 0 0 0 25 0 5 0 654659705 148332544 7721 33554432000 4194304 4417452 140735617090928 18446744073709551615 4236986 0 0 4096 17442 0 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 11.96
Current children cumulated vsize (KiB) 144856

[startup+6.30053 s]
/proc/loadavg: 7.46 7.95 8.04 9/359 30814
/proc/meminfo: memFree=24026616/32950928 swapFree=45937192/67111528
[pid=30789] ppid=30787 vsize=147516 CPUtime=24.72 cores=1,3,5,7
/proc/30789/stat : 30789 (plingeling) S 30787 30789 23744 0 -1 4202496 11659 1252 0 0 2471 1 0 0 21 0 5 0 654659691 151056384 8386 33554432000 4194304 4417452 140735617090928 18446744073709551615 254512494565 0 0 4096 17442 18446744073709551615 0 0 17 1 0 0 0
/proc/30789/statm: 36879 8386 180 55 0 34765 0
[pid=30789/tid=30807] ppid=30787 vsize=147516 CPUtime=6.16 cores=1,3,5,7
/proc/30789/task/30807/stat : 30807 (plingeling) R 30787 30789 23744 0 -1 4202560 963 1252 0 0 616 0 0 0 25 0 5 0 654659705 151056384 8386 33554432000 4194304 4417452 140735617090928 18446744073709551615 4364614 0 0 4096 17442 0 0 0 -1 1 0 0 0
[pid=30789/tid=30808] ppid=30787 vsize=147516 CPUtime=6.15 cores=1,3,5,7
/proc/30789/task/30808/stat : 30808 (plingeling) R 30787 30789 23744 0 -1 4202560 1253 1252 0 0 615 0 0 0 25 0 5 0 654659705 151056384 8386 33554432000 4194304 4417452 140735617090928 18446744073709551615 4365103 0 0 4096 17442 0 0 0 -1 3 0 0 0
[pid=30789/tid=30809] ppid=30787 vsize=147516 CPUtime=6.1 cores=1,3,5,7
/proc/30789/task/30809/stat : 30809 (plingeling) R 30787 30789 23744 0 -1 4202560 1300 1252 0 0 610 0 0 0 25 0 5 0 654659705 151056384 8386 33554432000 4194304 4417452 140735617090928 18446744073709551615 4365602 0 0 4096 17442 0 0 0 -1 7 0 0 0
[pid=30789/tid=30810] ppid=30787 vsize=147516 CPUtime=6.16 cores=1,3,5,7
/proc/30789/task/30810/stat : 30810 (plingeling) R 30787 30789 23744 0 -1 4202560 1374 1252 0 0 616 0 0 0 25 0 5 0 654659705 151056384 8386 33554432000 4194304 4417452 140735617090928 18446744073709551615 4237011 0 0 4096 17442 0 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 24.72
Current children cumulated vsize (KiB) 147516

[startup+12.7003 s]
/proc/loadavg: 7.55 7.95 8.04 9/359 30814
/proc/meminfo: memFree=24009440/32950928 swapFree=45937192/67111528
[pid=30789] ppid=30787 vsize=154120 CPUtime=50.25 cores=1,3,5,7
/proc/30789/stat : 30789 (plingeling) S 30787 30789 23744 0 -1 4202496 14761 1252 0 0 5023 2 0 0 21 0 5 0 654659691 157818880 10037 33554432000 4194304 4417452 140735617090928 18446744073709551615 254512494565 0 0 4096 17442 18446744073709551615 0 0 17 1 0 0 0
/proc/30789/statm: 38530 10037 180 55 0 36416 0
[pid=30789/tid=30807] ppid=30787 vsize=154120 CPUtime=12.56 cores=1,3,5,7
/proc/30789/task/30807/stat : 30807 (plingeling) R 30787 30789 23744 0 -1 4202560 1219 1252 0 0 1256 0 0 0 25 0 5 0 654659705 157818880 10037 33554432000 4194304 4417452 140735617090928 18446744073709551615 4236564 0 0 4096 17442 0 0 0 -1 1 0 0 0
[pid=30789/tid=30808] ppid=30787 vsize=154120 CPUtime=12.55 cores=1,3,5,7
/proc/30789/task/30808/stat : 30808 (plingeling) R 30787 30789 23744 0 -1 4202560 1509 1252 0 0 1255 0 0 0 25 0 5 0 654659705 157818880 10037 33554432000 4194304 4417452 140735617090928 18446744073709551615 4354481 0 0 4096 17442 0 0 0 -1 3 0 0 0
[pid=30789/tid=30809] ppid=30787 vsize=154120 CPUtime=12.42 cores=1,3,5,7
/proc/30789/task/30809/stat : 30809 (plingeling) R 30787 30789 23744 0 -1 4202560 1703 1252 0 0 1242 0 0 0 25 0 5 0 654659705 157818880 10037 33554432000 4194304 4417452 140735617090928 18446744073709551615 4364798 0 0 4096 17442 0 0 0 -1 7 0 0 0
[pid=30789/tid=30810] ppid=30787 vsize=154120 CPUtime=12.55 cores=1,3,5,7
/proc/30789/task/30810/stat : 30810 (plingeling) R 30787 30789 23744 0 -1 4202560 3561 1252 0 0 1255 0 0 0 25 0 5 0 654659705 157818880 10037 33554432000 4194304 4417452 140735617090928 18446744073709551615 4365996 0 0 4096 17442 0 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 50.25
Current children cumulated vsize (KiB) 154120

[startup+25.5007 s]
/proc/loadavg: 7.61 7.95 8.03 9/359 30814
/proc/meminfo: memFree=23987988/32950928 swapFree=45937192/67111528
[pid=30789] ppid=30787 vsize=166800 CPUtime=101.3 cores=1,3,5,7
/proc/30789/stat : 30789 (plingeling) S 30787 30789 23744 0 -1 4202496 25343 1252 0 0 10127 3 0 0 21 0 5 0 654659691 170803200 13213 33554432000 4194304 4417452 140735617090928 18446744073709551615 254512494565 0 0 4096 17442 18446744073709551615 0 0 17 1 0 0 0
/proc/30789/statm: 41700 13213 180 55 0 39586 0
[pid=30789/tid=30807] ppid=30787 vsize=166800 CPUtime=25.36 cores=1,3,5,7
/proc/30789/task/30807/stat : 30807 (plingeling) R 30787 30789 23744 0 -1 4202560 1832 1252 0 0 2536 0 0 0 25 0 5 0 654659705 170803200 13213 33554432000 4194304 4417452 140735617090928 18446744073709551615 4265429 0 0 4096 17442 0 0 0 -1 1 0 0 0
[pid=30789/tid=30808] ppid=30787 vsize=166800 CPUtime=25.36 cores=1,3,5,7
/proc/30789/task/30808/stat : 30808 (plingeling) R 30787 30789 23744 0 -1 4202560 1904 1252 0 0 2536 0 0 0 25 0 5 0 654659705 170803200 13213 33554432000 4194304 4417452 140735617090928 18446744073709551615 4364446 0 0 4096 17442 0 0 0 -1 3 0 0 0
[pid=30789/tid=30809] ppid=30787 vsize=166800 CPUtime=25.08 cores=1,3,5,7
/proc/30789/task/30809/stat : 30809 (plingeling) R 30787 30789 23744 0 -1 4202560 2402 1252 0 0 2508 0 0 0 25 0 5 0 654659705 170803200 13213 33554432000 4194304 4417452 140735617090928 18446744073709551615 4253280 0 0 4096 17442 0 0 0 -1 7 0 0 0
[pid=30789/tid=30810] ppid=30787 vsize=166800 CPUtime=25.35 cores=1,3,5,7
/proc/30789/task/30810/stat : 30810 (plingeling) R 30787 30789 23744 0 -1 4202560 12436 1252 0 0 2534 1 0 0 25 0 5 0 654659705 170803200 13213 33554432000 4194304 4417452 140735617090928 18446744073709551615 4366051 0 0 4096 17442 0 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 101.3
Current children cumulated vsize (KiB) 166800

[startup+51.1006 s]
/proc/loadavg: 7.81 7.97 8.04 9/359 30815
/proc/meminfo: memFree=23927740/32950928 swapFree=45937192/67111528
[pid=30789] ppid=30787 vsize=188016 CPUtime=203.43 cores=1,3,5,7
/proc/30789/stat : 30789 (plingeling) S 30787 30789 23744 0 -1 4202496 53375 1252 0 0 20335 8 0 0 21 0 5 0 654659691 192528384 18517 33554432000 4194304 4417452 140735617090928 18446744073709551615 254512494565 0 0 4096 17442 18446744073709551615 0 0 17 1 0 0 0
/proc/30789/statm: 47004 18517 180 55 0 44890 0
[pid=30789/tid=30807] ppid=30787 vsize=188016 CPUtime=50.95 cores=1,3,5,7
/proc/30789/task/30807/stat : 30807 (plingeling) R 30787 30789 23744 0 -1 4202560 5774 1252 0 0 5095 0 0 0 25 0 5 0 654659705 192528384 18517 33554432000 4194304 4417452 140735617090928 18446744073709551615 4364756 0 0 4096 17442 0 0 0 -1 1 0 0 0
[pid=30789/tid=30808] ppid=30787 vsize=188016 CPUtime=50.95 cores=1,3,5,7
/proc/30789/task/30808/stat : 30808 (plingeling) R 30787 30789 23744 0 -1 4202560 7534 1252 0 0 5095 0 0 0 25 0 5 0 654659705 192528384 18517 33554432000 4194304 4417452 140735617090928 18446744073709551615 4364537 0 0 4096 17442 0 0 0 -1 3 0 0 0
[pid=30789/tid=30809] ppid=30787 vsize=188016 CPUtime=50.4 cores=1,3,5,7
/proc/30789/task/30809/stat : 30809 (plingeling) R 30787 30789 23744 0 -1 4202560 7258 1252 0 0 5039 1 0 0 25 0 5 0 654659705 192528384 18517 33554432000 4194304 4417452 140735617090928 18446744073709551615 4364629 0 0 4096 17442 0 0 0 -1 7 0 0 0
[pid=30789/tid=30810] ppid=30787 vsize=188016 CPUtime=50.96 cores=1,3,5,7
/proc/30789/task/30810/stat : 30810 (plingeling) R 30787 30789 23744 0 -1 4202560 26040 1252 0 0 5092 4 0 0 25 0 5 0 654659705 192528384 18517 33554432000 4194304 4417452 140735617090928 18446744073709551615 4321599 0 0 4096 17442 0 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 203.43
Current children cumulated vsize (KiB) 188016

[startup+102.313 s]
/proc/loadavg: 7.98 7.99 8.04 9/359 30816
/proc/meminfo: memFree=23818836/32950928 swapFree=45937192/67111528
[pid=30789] ppid=30787 vsize=224800 CPUtime=407.73 cores=1,3,5,7
/proc/30789/stat : 30789 (plingeling) S 30787 30789 23744 0 -1 4202496 134258 1252 0 0 40751 22 0 0 21 0 5 0 654659691 230195200 27686 33554432000 4194304 4417452 140735617090928 18446744073709551615 254512494565 0 0 4096 17442 18446744073709551615 0 0 17 1 0 0 0
/proc/30789/statm: 56200 27686 180 55 0 54086 0
[pid=30789/tid=30807] ppid=30787 vsize=224800 CPUtime=102.17 cores=1,3,5,7
/proc/30789/task/30807/stat : 30807 (plingeling) R 30787 30789 23744 0 -1 4202560 22479 1252 0 0 10214 3 0 0 25 0 5 0 654659705 230195200 27686 33554432000 4194304 4417452 140735617090928 18446744073709551615 4365103 0 0 4096 17442 0 0 0 -1 1 0 0 0
[pid=30789/tid=30808] ppid=30787 vsize=224800 CPUtime=102.17 cores=1,3,5,7
/proc/30789/task/30808/stat : 30808 (plingeling) R 30787 30789 23744 0 -1 4202560 16393 1252 0 0 10215 2 0 0 25 0 5 0 654659705 230195200 27686 33554432000 4194304 4417452 140735617090928 18446744073709551615 4364537 0 0 4096 17442 0 0 0 -1 3 0 0 0
[pid=30789/tid=30809] ppid=30787 vsize=224800 CPUtime=101.05 cores=1,3,5,7
/proc/30789/task/30809/stat : 30809 (plingeling) R 30787 30789 23744 0 -1 4202560 21797 1252 0 0 10101 4 0 0 25 0 5 0 654659705 230195200 27686 33554432000 4194304 4417452 140735617090928 18446744073709551615 4365936 0 0 4096 17442 0 0 0 -1 7 0 0 0
[pid=30789/tid=30810] ppid=30787 vsize=224800 CPUtime=102.17 cores=1,3,5,7
/proc/30789/task/30810/stat : 30810 (plingeling) R 30787 30789 23744 0 -1 4202560 66820 1252 0 0 10206 11 0 0 25 0 5 0 654659705 230195200 27686 33554432000 4194304 4417452 140735617090928 18446744073709551615 4357283 0 0 4096 17442 0 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 407.73
Current children cumulated vsize (KiB) 224800

[startup+162.3 s]
/proc/loadavg: 8.06 8.00 8.04 9/359 30818
/proc/meminfo: memFree=23680540/32950928 swapFree=45937192/67111528
[pid=30789] ppid=30787 vsize=216432 CPUtime=647.03 cores=1,3,5,7
/proc/30789/stat : 30789 (plingeling) S 30787 30789 23744 0 -1 4202496 225467 1252 0 0 64665 38 0 0 21 0 5 0 654659691 221626368 25594 33554432000 4194304 4417452 140735617090928 18446744073709551615 254512494565 0 0 4096 17442 18446744073709551615 0 0 17 1 0 0 0
/proc/30789/statm: 54108 25594 180 55 0 51994 0
[pid=30789/tid=30807] ppid=30787 vsize=216432 CPUtime=162.16 cores=1,3,5,7
/proc/30789/task/30807/stat : 30807 (plingeling) R 30787 30789 23744 0 -1 4202560 41579 1252 0 0 16209 7 0 0 25 0 5 0 654659705 221626368 25594 33554432000 4194304 4417452 140735617090928 18446744073709551615 4236649 0 0 4096 17442 0 0 0 -1 1 0 0 0
[pid=30789/tid=30808] ppid=30787 vsize=216432 CPUtime=162.16 cores=1,3,5,7
/proc/30789/task/30808/stat : 30808 (plingeling) R 30787 30789 23744 0 -1 4202560 32952 1252 0 0 16211 5 0 0 25 0 5 0 654659705 221626368 25594 33554432000 4194304 4417452 140735617090928 18446744073709551615 4356852 0 0 4096 17442 0 0 0 -1 3 0 0 0
[pid=30789/tid=30809] ppid=30787 vsize=216432 CPUtime=160.38 cores=1,3,5,7
/proc/30789/task/30809/stat : 30809 (plingeling) R 30787 30789 23744 0 -1 4202560 37846 1252 0 0 16032 6 0 0 25 0 5 0 654659705 221626368 25594 33554432000 4194304 4417452 140735617090928 18446744073709551615 4365973 0 0 4096 17442 0 0 0 -1 7 0 0 0
[pid=30789/tid=30810] ppid=30787 vsize=216432 CPUtime=162.16 cores=1,3,5,7
/proc/30789/task/30810/stat : 30810 (plingeling) R 30787 30789 23744 0 -1 4202560 106321 1252 0 0 16199 17 0 0 25 0 5 0 654659705 221626368 25594 33554432000 4194304 4417452 140735617090928 18446744073709551615 4364542 0 0 4096 17442 0 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 647.03
Current children cumulated vsize (KiB) 216432


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

[pid=30789/tid=30808] ppid=30787 vsize=272796 CPUtime=702.18 cores=1,3,5,7
/proc/30789/task/30808/stat : 30808 (plingeling) R 30787 30789 23744 0 -1 4202560 214329 1252 0 0 70184 34 0 0 25 0 5 0 654659705 279343104 39653 33554432000 4194304 4417452 140735617090928 18446744073709551615 4365023 0 0 4096 17442 0 0 0 -1 3 0 0 0
[pid=30789/tid=30809] ppid=30787 vsize=272796 CPUtime=694.39 cores=1,3,5,7
/proc/30789/task/30809/stat : 30809 (plingeling) R 30787 30789 23744 0 -1 4202560 210365 1252 0 0 69402 37 0 0 25 0 5 0 654659705 279343104 39653 33554432000 4194304 4417452 140735617090928 18446744073709551615 4366535 0 0 4096 17442 0 0 0 -1 7 0 0 0
[pid=30789/tid=30810] ppid=30787 vsize=272796 CPUtime=702.19 cores=1,3,5,7
/proc/30789/task/30810/stat : 30810 (plingeling) R 30787 30789 23744 0 -1 4202560 450120 1252 0 0 70148 71 0 0 25 0 5 0 654659705 279343104 39653 33554432000 4194304 4417452 140735617090928 18446744073709551615 4364641 0 0 4096 17442 0 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 2801.11
Current children cumulated vsize (KiB) 272796

[startup+762.313 s]
/proc/loadavg: 8.10 8.09 8.05 9/359 30834
/proc/meminfo: memFree=21777388/32950928 swapFree=45937192/67111528
[pid=30789] ppid=30787 vsize=337836 CPUtime=3040.49 cores=1,3,5,7
/proc/30789/stat : 30789 (plingeling) S 30787 30789 23744 0 -1 4202496 1187484 1252 0 0 303854 195 0 0 21 0 5 0 654659691 345944064 55912 33554432000 4194304 4417452 140735617090928 18446744073709551615 254512494565 0 0 4096 17442 18446744073709551615 0 0 17 1 0 0 0
/proc/30789/statm: 84459 55912 180 55 0 82345 0
[pid=30789/tid=30807] ppid=30787 vsize=337836 CPUtime=762.2 cores=1,3,5,7
/proc/30789/task/30807/stat : 30807 (plingeling) R 30787 30789 23744 0 -1 4202560 242354 1252 0 0 76180 40 0 0 25 0 5 0 654659705 345944064 55912 33554432000 4194304 4417452 140735617090928 18446744073709551615 4357283 0 0 4096 17442 0 0 0 -1 1 0 0 0
[pid=30789/tid=30808] ppid=30787 vsize=337836 CPUtime=762.2 cores=1,3,5,7
/proc/30789/task/30808/stat : 30808 (plingeling) R 30787 30789 23744 0 -1 4202560 230786 1252 0 0 76183 37 0 0 25 0 5 0 654659705 345944064 55912 33554432000 4194304 4417452 140735617090928 18446744073709551615 4237290 0 0 4096 17442 0 0 0 -1 3 0 0 0
[pid=30789/tid=30809] ppid=30787 vsize=337836 CPUtime=753.72 cores=1,3,5,7
/proc/30789/task/30809/stat : 30809 (plingeling) R 30787 30789 23744 0 -1 4202560 227164 1252 0 0 75333 39 0 0 25 0 5 0 654659705 345944064 55912 33554432000 4194304 4417452 140735617090928 18446744073709551615 4346390 0 0 4096 17442 0 0 0 -1 7 0 0 0
[pid=30789/tid=30810] ppid=30787 vsize=337836 CPUtime=762.2 cores=1,3,5,7
/proc/30789/task/30810/stat : 30810 (plingeling) R 30787 30789 23744 0 -1 4202560 480411 1252 0 0 76144 76 0 0 25 0 5 0 654659705 345944064 55912 33554432000 4194304 4417452 140735617090928 18446744073709551615 4364579 0 0 4096 17442 0 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 3040.49
Current children cumulated vsize (KiB) 337836

[startup+822.301 s]
/proc/loadavg: 8.21 8.13 8.06 9/359 30836
/proc/meminfo: memFree=21363936/32950928 swapFree=45937192/67111528
[pid=30789] ppid=30787 vsize=370660 CPUtime=3279.79 cores=1,3,5,7
/proc/30789/stat : 30789 (plingeling) S 30787 30789 23744 0 -1 4202496 1279740 1252 0 0 327771 208 0 0 21 0 5 0 654659691 379555840 64119 33554432000 4194304 4417452 140735617090928 18446744073709551615 254512494565 0 0 4096 17442 18446744073709551615 0 0 17 1 0 0 0
/proc/30789/statm: 92665 64119 180 55 0 90551 0
[pid=30789/tid=30807] ppid=30787 vsize=370660 CPUtime=822.19 cores=1,3,5,7
/proc/30789/task/30807/stat : 30807 (plingeling) R 30787 30789 23744 0 -1 4202560 264289 1252 0 0 82176 43 0 0 25 0 5 0 654659705 379555840 64119 33554432000 4194304 4417452 140735617090928 18446744073709551615 4236941 0 0 4096 17442 0 0 0 -1 1 0 0 0
[pid=30789/tid=30808] ppid=30787 vsize=370660 CPUtime=822.18 cores=1,3,5,7
/proc/30789/task/30808/stat : 30808 (plingeling) R 30787 30789 23744 0 -1 4202560 248351 1252 0 0 82179 39 0 0 25 0 5 0 654659705 379555840 64119 33554432000 4194304 4417452 140735617090928 18446744073709551615 4365058 0 0 4096 17442 0 0 0 -1 3 0 0 0
[pid=30789/tid=30809] ppid=30787 vsize=370660 CPUtime=813.05 cores=1,3,5,7
/proc/30789/task/30809/stat : 30809 (plingeling) R 30787 30789 23744 0 -1 4202560 248229 1252 0 0 81263 42 0 0 25 0 5 0 654659705 379555840 64119 33554432000 4194304 4417452 140735617090928 18446744073709551615 4364558 0 0 4096 17442 0 0 0 -1 7 0 0 0
[pid=30789/tid=30810] ppid=30787 vsize=370660 CPUtime=822.2 cores=1,3,5,7
/proc/30789/task/30810/stat : 30810 (plingeling) R 30787 30789 23744 0 -1 4202560 512102 1252 0 0 82139 81 0 0 25 0 5 0 654659705 379555840 64119 33554432000 4194304 4417452 140735617090928 18446744073709551615 4250502 0 0 4096 17442 0 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 3279.79
Current children cumulated vsize (KiB) 370660

[startup+882.301 s]
/proc/loadavg: 8.08 8.10 8.06 9/359 30837
/proc/meminfo: memFree=20825616/32950928 swapFree=45937192/67111528
[pid=30789] ppid=30787 vsize=328792 CPUtime=3519.12 cores=1,3,5,7
/proc/30789/stat : 30789 (plingeling) S 30787 30789 23744 0 -1 4202496 1383553 1252 0 0 351691 221 0 0 21 0 5 0 654659691 336683008 53652 33554432000 4194304 4417452 140735617090928 18446744073709551615 254512494565 0 0 4096 17442 18446744073709551615 0 0 17 1 0 0 0
/proc/30789/statm: 82198 53652 180 55 0 80084 0
[pid=30789/tid=30807] ppid=30787 vsize=328792 CPUtime=882.19 cores=1,3,5,7
/proc/30789/task/30807/stat : 30807 (plingeling) R 30787 30789 23744 0 -1 4202560 286771 1252 0 0 88173 46 0 0 25 0 5 0 654659705 336683008 53652 33554432000 4194304 4417452 140735617090928 18446744073709551615 4364727 0 0 4096 17442 0 0 0 -1 1 0 0 0
[pid=30789/tid=30808] ppid=30787 vsize=328792 CPUtime=882.19 cores=1,3,5,7
/proc/30789/task/30808/stat : 30808 (plingeling) R 30787 30789 23744 0 -1 4202560 275196 1252 0 0 88176 43 0 0 25 0 5 0 654659705 336683008 53652 33554432000 4194304 4417452 140735617090928 18446744073709551615 4357970 0 0 4096 17442 0 0 0 -1 3 0 0 0
[pid=30789/tid=30809] ppid=30787 vsize=328792 CPUtime=872.37 cores=1,3,5,7
/proc/30789/task/30809/stat : 30809 (plingeling) R 30787 30789 23744 0 -1 4202560 272932 1252 0 0 87191 46 0 0 25 0 5 0 654659705 336683008 53652 33554432000 4194304 4417452 140735617090928 18446744073709551615 4364542 0 0 4096 17442 0 0 0 -1 7 0 0 0
[pid=30789/tid=30810] ppid=30787 vsize=328792 CPUtime=882.2 cores=1,3,5,7
/proc/30789/task/30810/stat : 30810 (plingeling) R 30787 30789 23744 0 -1 4202560 541885 1252 0 0 88136 84 0 0 25 0 5 0 654659705 336683008 53652 33554432000 4194304 4417452 140735617090928 18446744073709551615 4320831 0 0 4096 17442 0 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 3519.12
Current children cumulated vsize (KiB) 328792

[startup+942.3 s]
/proc/loadavg: 8.03 8.08 8.05 9/359 30839
/proc/meminfo: memFree=21669896/32950928 swapFree=45937192/67111528
[pid=30789] ppid=30787 vsize=350228 CPUtime=3758.47 cores=1,3,5,7
/proc/30789/stat : 30789 (plingeling) S 30787 30789 23744 0 -1 4202496 1491336 1252 0 0 375609 238 0 0 21 0 5 0 654659691 358633472 58500 33554432000 4194304 4417452 140735617090928 18446744073709551615 254512494565 0 0 4096 17442 18446744073709551615 0 0 17 1 0 0 0
/proc/30789/statm: 87557 58500 180 55 0 85443 0
[pid=30789/tid=30807] ppid=30787 vsize=350228 CPUtime=942.19 cores=1,3,5,7
/proc/30789/task/30807/stat : 30807 (plingeling) R 30787 30789 23744 0 -1 4202560 310580 1252 0 0 94170 49 0 0 25 0 5 0 654659705 358633472 58500 33554432000 4194304 4417452 140735617090928 18446744073709551615 4237290 0 0 4096 17442 0 0 0 -1 1 0 0 0
[pid=30789/tid=30808] ppid=30787 vsize=350228 CPUtime=942.19 cores=1,3,5,7
/proc/30789/task/30808/stat : 30808 (plingeling) R 30787 30789 23744 0 -1 4202560 291902 1252 0 0 94174 45 0 0 25 0 5 0 654659705 358633472 58500 33554432000 4194304 4417452 140735617090928 18446744073709551615 4364727 0 0 4096 17442 0 0 0 -1 3 0 0 0
[pid=30789/tid=30809] ppid=30787 vsize=350228 CPUtime=931.72 cores=1,3,5,7
/proc/30789/task/30809/stat : 30809 (plingeling) R 30787 30789 23744 0 -1 4202560 295908 1252 0 0 93122 50 0 0 25 0 5 0 654659705 358633472 58500 33554432000 4194304 4417452 140735617090928 18446744073709551615 4357106 0 0 4096 17442 0 0 0 -1 7 0 0 0
[pid=30789/tid=30810] ppid=30787 vsize=350228 CPUtime=942.19 cores=1,3,5,7
/proc/30789/task/30810/stat : 30810 (plingeling) R 30787 30789 23744 0 -1 4202560 586177 1252 0 0 94129 90 0 0 25 0 5 0 654659705 358633472 58500 33554432000 4194304 4417452 140735617090928 18446744073709551615 4357879 0 0 4096 17442 0 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 3758.47
Current children cumulated vsize (KiB) 350228

[startup+1002.3 s]
/proc/loadavg: 8.01 8.06 8.05 9/359 30840
/proc/meminfo: memFree=22051036/32950928 swapFree=45937192/67111528
[pid=30789] ppid=30787 vsize=346432 CPUtime=3997.81 cores=1,3,5,7
/proc/30789/stat : 30789 (plingeling) S 30787 30789 23744 0 -1 4202496 1586426 1252 0 0 399527 254 0 0 21 0 5 0 654659691 354746368 58062 33554432000 4194304 4417452 140735617090928 18446744073709551615 254512494565 0 0 4096 17442 18446744073709551615 0 0 17 1 0 0 0
/proc/30789/statm: 86608 58062 180 55 0 84494 0
[pid=30789/tid=30807] ppid=30787 vsize=346432 CPUtime=1002.2 cores=1,3,5,7
/proc/30789/task/30807/stat : 30807 (plingeling) R 30787 30789 23744 0 -1 4202560 330832 1252 0 0 100167 53 0 0 25 0 5 0 654659705 354746368 58062 33554432000 4194304 4417452 140735617090928 18446744073709551615 4364798 0 0 4096 17442 0 0 0 -1 1 0 0 0
[pid=30789/tid=30808] ppid=30787 vsize=346432 CPUtime=1002.2 cores=1,3,5,7
/proc/30789/task/30808/stat : 30808 (plingeling) R 30787 30789 23744 0 -1 4202560 308393 1252 0 0 100172 48 0 0 25 0 5 0 654659705 354746368 58062 33554432000 4194304 4417452 140735617090928 18446744073709551615 4364741 0 0 4096 17442 0 0 0 -1 3 0 0 0
[pid=30789/tid=30809] ppid=30787 vsize=346432 CPUtime=991.05 cores=1,3,5,7
/proc/30789/task/30809/stat : 30809 (plingeling) R 30787 30789 23744 0 -1 4202560 311797 1252 0 0 99052 53 0 0 25 0 5 0 654659705 354746368 58062 33554432000 4194304 4417452 140735617090928 18446744073709551615 4237290 0 0 4096 17442 0 0 0 -1 7 0 0 0
[pid=30789/tid=30810] ppid=30787 vsize=346432 CPUtime=1002.2 cores=1,3,5,7
/proc/30789/task/30810/stat : 30810 (plingeling) R 30787 30789 23744 0 -1 4202560 628635 1252 0 0 100123 97 0 0 25 0 5 0 654659705 354746368 58062 33554432000 4194304 4417452 140735617090928 18446744073709551615 4357554 0 0 4096 17442 0 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 3997.81
Current children cumulated vsize (KiB) 346432

[startup+1062.3 s]
/proc/loadavg: 8.06 8.06 8.05 9/359 30842
/proc/meminfo: memFree=21926992/32950928 swapFree=45937192/67111528
[pid=30789] ppid=30787 vsize=367136 CPUtime=4237.17 cores=1,3,5,7
/proc/30789/stat : 30789 (plingeling) S 30787 30789 23744 0 -1 4202496 1694135 1252 0 0 423445 272 0 0 21 0 5 0 654659691 375947264 63238 33554432000 4194304 4417452 140735617090928 18446744073709551615 254512494565 0 0 4096 17442 18446744073709551615 0 0 17 1 0 0 0
/proc/30789/statm: 91784 63238 180 55 0 89670 0
[pid=30789/tid=30807] ppid=30787 vsize=367136 CPUtime=1062.2 cores=1,3,5,7
/proc/30789/task/30807/stat : 30807 (plingeling) R 30787 30789 23744 0 -1 4202560 353564 1252 0 0 106164 56 0 0 25 0 5 0 654659705 375947264 63238 33554432000 4194304 4417452 140735617090928 18446744073709551615 4366079 0 0 4096 17442 0 0 0 -1 1 0 0 0
[pid=30789/tid=30808] ppid=30787 vsize=367136 CPUtime=1062.2 cores=1,3,5,7
/proc/30789/task/30808/stat : 30808 (plingeling) R 30787 30789 23744 0 -1 4202560 329438 1252 0 0 106168 52 0 0 25 0 5 0 654659705 375947264 63238 33554432000 4194304 4417452 140735617090928 18446744073709551615 4364594 0 0 4096 17442 0 0 0 -1 3 0 0 0
[pid=30789/tid=30809] ppid=30787 vsize=367136 CPUtime=1050.39 cores=1,3,5,7
/proc/30789/task/30809/stat : 30809 (plingeling) R 30787 30789 23744 0 -1 4202560 340475 1252 0 0 104981 58 0 0 25 0 5 0 654659705 375947264 63238 33554432000 4194304 4417452 140735617090928 18446744073709551615 4250967 0 0 4096 17442 0 0 0 -1 7 0 0 0
[pid=30789/tid=30810] ppid=30787 vsize=367136 CPUtime=1062.21 cores=1,3,5,7
/proc/30789/task/30810/stat : 30810 (plingeling) R 30787 30789 23744 0 -1 4202560 663889 1252 0 0 106118 103 0 0 25 0 5 0 654659705 375947264 63238 33554432000 4194304 4417452 140735617090928 18446744073709551615 4364533 0 0 4096 17442 0 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 4237.17
Current children cumulated vsize (KiB) 367136

[startup+1122.3 s]
/proc/loadavg: 8.07 8.06 8.04 9/359 30844
/proc/meminfo: memFree=21854656/32950928 swapFree=45937192/67111528
[pid=30789] ppid=30787 vsize=329016 CPUtime=4476.5 cores=1,3,5,7
/proc/30789/stat : 30789 (plingeling) S 30787 30789 23744 0 -1 4202496 1771715 1252 0 0 447366 284 0 0 21 0 5 0 654659691 336912384 53708 33554432000 4194304 4417452 140735617090928 18446744073709551615 254512494565 0 0 4096 17442 18446744073709551615 0 0 17 1 0 0 0
/proc/30789/statm: 82254 53708 180 55 0 80140 0
[pid=30789/tid=30807] ppid=30787 vsize=329016 CPUtime=1122.21 cores=1,3,5,7
/proc/30789/task/30807/stat : 30807 (plingeling) R 30787 30789 23744 0 -1 4202560 370173 1252 0 0 112162 59 0 0 25 0 5 0 654659705 336912384 53708 33554432000 4194304 4417452 140735617090928 18446744073709551615 4364653 0 0 4096 17442 0 0 0 -1 1 0 0 0
[pid=30789/tid=30808] ppid=30787 vsize=329016 CPUtime=1122.2 cores=1,3,5,7
/proc/30789/task/30808/stat : 30808 (plingeling) R 30787 30789 23744 0 -1 4202560 343136 1252 0 0 112166 54 0 0 25 0 5 0 654659705 336912384 53708 33554432000 4194304 4417452 140735617090928 18446744073709551615 4354515 0 0 4096 17442 0 0 0 -1 3 0 0 0
[pid=30789/tid=30809] ppid=30787 vsize=329016 CPUtime=1109.72 cores=1,3,5,7
/proc/30789/task/30809/stat : 30809 (plingeling) R 30787 30789 23744 0 -1 4202560 353458 1252 0 0 110912 60 0 0 25 0 5 0 654659705 336912384 53708 33554432000 4194304 4417452 140735617090928 18446744073709551615 4236778 0 0 4096 17442 0 0 0 -1 7 0 0 0
[pid=30789/tid=30810] ppid=30787 vsize=329016 CPUtime=1122.21 cores=1,3,5,7
/proc/30789/task/30810/stat : 30810 (plingeling) R 30787 30789 23744 0 -1 4202560 698179 1252 0 0 112113 108 0 0 25 0 5 0 654659705 336912384 53708 33554432000 4194304 4417452 140735617090928 18446744073709551615 4364907 0 0 4096 17442 0 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 4476.5
Current children cumulated vsize (KiB) 329016

[startup+1182.3 s]
/proc/loadavg: 8.02 8.05 8.04 9/359 30845
/proc/meminfo: memFree=21563844/32950928 swapFree=45937192/67111528
[pid=30789] ppid=30787 vsize=397500 CPUtime=4715.84 cores=1,3,5,7
/proc/30789/stat : 30789 (plingeling) S 30787 30789 23744 0 -1 4202496 1875149 1252 0 0 471285 299 0 0 21 0 5 0 654659691 407040000 70829 33554432000 4194304 4417452 140735617090928 18446744073709551615 254512494565 0 0 4096 17442 18446744073709551615 0 0 17 1 0 0 0
/proc/30789/statm: 99375 70829 180 55 0 97261 0
[pid=30789/tid=30807] ppid=30787 vsize=397500 CPUtime=1182.2 cores=1,3,5,7
/proc/30789/task/30807/stat : 30807 (plingeling) R 30787 30789 23744 0 -1 4202560 393661 1252 0 0 118158 62 0 0 25 0 5 0 654659705 407040000 70829 33554432000 4194304 4417452 140735617090928 18446744073709551615 4364756 0 0 4096 17442 0 0 0 -1 1 0 0 0
[pid=30789/tid=30808] ppid=30787 vsize=397500 CPUtime=1182.21 cores=1,3,5,7
/proc/30789/task/30808/stat : 30808 (plingeling) R 30787 30789 23744 0 -1 4202560 366353 1252 0 0 118163 58 0 0 25 0 5 0 654659705 407040000 70829 33554432000 4194304 4417452 140735617090928 18446744073709551615 4237011 0 0 4096 17442 0 0 0 -1 3 0 0 0
[pid=30789/tid=30809] ppid=30787 vsize=397500 CPUtime=1169.05 cores=1,3,5,7
/proc/30789/task/30809/stat : 30809 (plingeling) R 30787 30789 23744 0 -1 4202560 379767 1252 0 0 116841 64 0 0 25 0 5 0 654659705 407040000 70829 33554432000 4194304 4417452 140735617090928 18446744073709551615 4356995 0 0 4096 17442 0 0 0 -1 7 0 0 0
[pid=30789/tid=30810] ppid=30787 vsize=397500 CPUtime=1182.21 cores=1,3,5,7
/proc/30789/task/30810/stat : 30810 (plingeling) R 30787 30789 23744 0 -1 4202560 728599 1252 0 0 118109 112 0 0 25 0 5 0 654659705 407040000 70829 33554432000 4194304 4417452 140735617090928 18446744073709551615 4353830 0 0 4096 17442 0 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 4715.84
Current children cumulated vsize (KiB) 397500



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1203.41 s]
/proc/loadavg: 8.02 8.05 8.04 11/359 30846
/proc/meminfo: memFree=21569920/32950928 swapFree=45937192/67111528
[pid=30789] ppid=30787 vsize=364464 CPUtime=4800.09 cores=1,3,5,7
/proc/30789/stat : 30789 (plingeling) S 30787 30789 23744 0 -1 4202496 1895118 1252 0 0 479707 302 0 0 21 0 5 0 654659691 373211136 62570 33554432000 4194304 4417452 140735617090928 18446744073709551615 254512494565 0 0 4096 17442 18446744073709551615 0 0 17 1 0 0 0
/proc/30789/statm: 91116 62570 180 55 0 89002 0
[pid=30789/tid=30807] ppid=30787 vsize=364464 CPUtime=1203.33 cores=1,3,5,7
/proc/30789/task/30807/stat : 30807 (plingeling) R 30787 30789 23744 0 -1 4202560 393661 1252 0 0 120271 62 0 0 25 0 5 0 654659705 373211136 62570 33554432000 4194304 4417452 140735617090928 18446744073709551615 4364907 0 0 4096 17442 0 0 0 -1 1 0 0 0
[pid=30789/tid=30808] ppid=30787 vsize=364464 CPUtime=1203.33 cores=1,3,5,7
/proc/30789/task/30808/stat : 30808 (plingeling) R 30787 30789 23744 0 -1 4202560 371354 1252 0 0 120275 58 0 0 25 0 5 0 654659705 373211136 62570 33554432000 4194304 4417452 140735617090928 18446744073709551615 4353557 0 0 4096 17442 0 0 0 -1 3 0 0 0
[pid=30789/tid=30809] ppid=30787 vsize=364464 CPUtime=1189.92 cores=1,3,5,7
/proc/30789/task/30809/stat : 30809 (plingeling) R 30787 30789 23744 0 -1 4202560 385204 1252 0 0 118927 65 0 0 25 0 5 0 654659705 373211136 62570 33554432000 4194304 4417452 140735617090928 18446744073709551615 4357265 0 0 4096 17442 0 0 0 -1 7 0 0 0
[pid=30789/tid=30810] ppid=30787 vsize=364464 CPUtime=1203.33 cores=1,3,5,7
/proc/30789/task/30810/stat : 30810 (plingeling) R 30787 30789 23744 0 -1 4202560 738130 1252 0 0 120220 113 0 0 25 0 5 0 654659705 373211136 62570 33554432000 4194304 4417452 140735617090928 18446744073709551615 4366146 0 0 4096 17442 0 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 4800.09
Current children cumulated vsize (KiB) 364464

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

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

Child ended because it received signal 15 (SIGTERM)
Real time (s): 1203.44
CPU time (s): 4800.13
CPU user time (s): 4797.1
CPU system time (s): 3.03554
CPU usage (%): 398.866
Max. virtual memory (cumulated for all children) (KiB): 413736

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 4797.1
system time used= 3.03554
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 1896370
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= 94
involuntary context switches= 32221

runsolver used 3.70844 second user time and 9.72552 second system time

The end

Launcher Data

Begin job on node149 at 2011-05-15 05:37:10
IDJOB=3371268
IDBENCH=84215
IDSOLVER=1848
FILE ID=node149/3371268-1305430630
RUNJOBID= node149-1305430630-30776
PBS_JOBID= 13324600
Free space on /tmp= 73620 MiB

SOLVER NAME= Plingeling 587f (fixed)
BENCH NAME= SAT03/industrial/goldberg/hard_eq_check/k2mul.miter.shuffled-as.sat03-355.cnf
COMMAND LINE= plingeling -t NBCORE BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3371268-1305430630/watcher-3371268-1305430630 -o /tmp/evaluation-result-3371268-1305430630/solver-3371268-1305430630 -C 4800 -W 1300 -M 15500  plingeling -t 4 HOME/instance-3371268-1305430630.cnf

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

MD5SUM BENCH= 77e0700cbaeeb3d63a4820608fc84761
RANDOM SEED=262928565

node149.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.806
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.61
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.806
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.83
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.806
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.83
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.806
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.73
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.806
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.82
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.806
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.806
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.82
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.806
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:     32950928 kB
MemFree:      24108832 kB
Buffers:        316360 kB
Cached:        3890900 kB
SwapCached:      19984 kB
Active:        6326336 kB
Inactive:      2221340 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32950928 kB
LowFree:      24108832 kB
SwapTotal:    67111528 kB
SwapFree:     45937192 kB
Dirty:            2896 kB
Writeback:           0 kB
AnonPages:     4333916 kB
Mapped:          13604 kB
Slab:           157240 kB
PageTables:      72128 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83586992 kB
Committed_AS: 80191688 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= 73616 MiB
End job on node149 at 2011-05-15 05:57:16