Trace number 3371013

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.41 1203.47

General information on the benchmark

NameCRAFTED/rbsat/crafted/unforced/
rbsat-v760c43649g9.cnf
MD5SUMaa71b1c0a084106bad56c0f4d6c26bee
Bench CategoryCRAFTED (crafted instances)
Best result obtained on this benchmarkSAT
Best CPU time to get the best result obtained on this benchmark0.595909
Satisfiable
(Un)Satisfiability was proved
Number of variables760
Number of clauses43649
Sum of the clauses size87978
Maximum clause length19
Minimum clause length2
Number of clauses of size 10
Number of clauses of size 243609
Number of clauses of size 30
Number of clauses of size 40
Number of clauses of size 50
Number of clauses of size over 540

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-3371013-1305419670/watcher-3371013-1305419670 -o /tmp/evaluation-result-3371013-1305419670/solver-3371013-1305419670 -C 4800 -W 1300 -M 15500 plingeling -t 4 HOME/instance-3371013-1305419670.cnf 

running on 4 cores: 0,2,4,6

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: 6.85 7.85 8.00 1/344 27894
/proc/meminfo: memFree=21562112/32951124 swapFree=67111348/67111528
[pid=27894] ppid=27892 vsize=10412 CPUtime=0 cores=0,2,4,6
/proc/27894/stat : 27894 (plingeling) R 27892 27894 27864 0 -1 4202496 672 1251 0 0 0 0 0 0 23 0 1 0 634383130 10661888 602 33554432000 4194304 4417452 140737425700832 18446744073709551615 255106768640 0 0 4096 17442 0 0 0 17 4 0 0 0
/proc/27894/statm: 2603 602 148 55 0 489 0

[startup+0.138058 s]
/proc/loadavg: 6.85 7.85 8.00 1/344 27894
/proc/meminfo: memFree=21562112/32951124 swapFree=67111348/67111528
[pid=27894] ppid=27892 vsize=57116 CPUtime=0.44 cores=0,2,4,6
/proc/27894/stat : 27894 (plingeling) S 27892 27894 27864 0 -1 4202496 2902 1251 0 0 44 0 0 0 23 0 5 0 634383130 58486784 2095 33554432000 4194304 4417452 140737425700832 18446744073709551615 255118571493 0 0 4096 17442 18446744073709551615 0 0 17 4 0 0 0
/proc/27894/statm: 14279 2095 177 55 0 12165 0
Current children cumulated CPU time (s) 0.44
Current children cumulated vsize (KiB) 57116

[startup+0.201029 s]
/proc/loadavg: 6.85 7.85 8.00 1/344 27894
/proc/meminfo: memFree=21562112/32951124 swapFree=67111348/67111528
[pid=27894] ppid=27892 vsize=57488 CPUtime=0.69 cores=0,2,4,6
/proc/27894/stat : 27894 (plingeling) S 27892 27894 27864 0 -1 4202496 3323 1251 0 0 69 0 0 0 23 0 5 0 634383130 58867712 2159 33554432000 4194304 4417452 140737425700832 18446744073709551615 255118571493 0 0 4096 17442 18446744073709551615 0 0 17 4 0 0 0
/proc/27894/statm: 14372 2159 180 55 0 12258 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 57488

[startup+0.301012 s]
/proc/loadavg: 6.85 7.85 8.00 1/344 27894
/proc/meminfo: memFree=21562112/32951124 swapFree=67111348/67111528
[pid=27894] ppid=27892 vsize=59232 CPUtime=1.09 cores=0,2,4,6
/proc/27894/stat : 27894 (plingeling) S 27892 27894 27864 0 -1 4202496 3721 1251 0 0 109 0 0 0 23 0 5 0 634383130 60653568 2557 33554432000 4194304 4417452 140737425700832 18446744073709551615 255118571493 0 0 4096 17442 18446744073709551615 0 0 17 4 0 0 0
/proc/27894/statm: 14808 2557 180 55 0 12694 0
Current children cumulated CPU time (s) 1.09
Current children cumulated vsize (KiB) 59232

[startup+0.700911 s]
/proc/loadavg: 6.85 7.85 8.00 1/344 27894
/proc/meminfo: memFree=21562112/32951124 swapFree=67111348/67111528
[pid=27894] ppid=27892 vsize=60740 CPUtime=2.69 cores=0,2,4,6
/proc/27894/stat : 27894 (plingeling) S 27892 27894 27864 0 -1 4202496 6129 1251 0 0 268 1 0 0 23 0 5 0 634383130 62197760 2972 33554432000 4194304 4417452 140737425700832 18446744073709551615 255118571493 0 0 4096 17442 18446744073709551615 0 0 17 4 0 0 0
/proc/27894/statm: 15185 2972 180 55 0 13071 0
Current children cumulated CPU time (s) 2.69
Current children cumulated vsize (KiB) 60740

[startup+1.50077 s]
/proc/loadavg: 6.70 7.81 7.99 9/358 27921
/proc/meminfo: memFree=21479072/32951124 swapFree=67111348/67111528
[pid=27894] ppid=27892 vsize=69368 CPUtime=5.88 cores=0,2,4,6
/proc/27894/stat : 27894 (plingeling) S 27892 27894 27864 0 -1 4202496 9785 1251 0 0 587 1 0 0 23 0 5 0 634383130 71032832 5130 33554432000 4194304 4417452 140737425700832 18446744073709551615 255118571493 0 0 4096 17442 18446744073709551615 0 0 17 4 0 0 0
/proc/27894/statm: 17342 5130 180 55 0 15228 0
[pid=27894/tid=27903] ppid=27892 vsize=69368 CPUtime=1.47 cores=0,2,4,6
/proc/27894/task/27903/stat : 27903 (plingeling) R 27892 27894 27864 0 -1 4202560 480 1251 0 0 147 0 0 0 25 0 5 0 634383133 71032832 5130 33554432000 4194304 4417452 140737425700832 18446744073709551615 4249110 0 0 4096 17442 0 0 0 -1 4 0 0 0
[pid=27894/tid=27904] ppid=27892 vsize=69368 CPUtime=1.46 cores=0,2,4,6
/proc/27894/task/27904/stat : 27904 (plingeling) R 27892 27894 27864 0 -1 4202560 567 1251 0 0 146 0 0 0 25 0 5 0 634383133 71032832 5130 33554432000 4194304 4417452 140737425700832 18446744073709551615 4249110 0 0 4096 17442 0 0 0 -1 2 0 0 0
[pid=27894/tid=27905] ppid=27892 vsize=69368 CPUtime=1.46 cores=0,2,4,6
/proc/27894/task/27905/stat : 27905 (plingeling) R 27892 27894 27864 0 -1 4202560 1514 1251 0 0 146 0 0 0 25 0 5 0 634383133 71032832 5130 33554432000 4194304 4417452 140737425700832 18446744073709551615 4364727 0 0 4096 17442 0 0 0 -1 0 0 0 0
[pid=27894/tid=27906] ppid=27892 vsize=69368 CPUtime=1.44 cores=0,2,4,6
/proc/27894/task/27906/stat : 27906 (plingeling) R 27892 27894 27864 0 -1 4202560 5772 1251 0 0 144 0 0 0 25 0 5 0 634383133 71032832 5130 33554432000 4194304 4417452 140737425700832 18446744073709551615 4364727 0 0 4096 17442 0 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 5.88
Current children cumulated vsize (KiB) 69368

[startup+3.10049 s]
/proc/loadavg: 6.70 7.81 7.99 9/358 27921
/proc/meminfo: memFree=21460956/32951124 swapFree=67111348/67111528
[pid=27894] ppid=27892 vsize=71376 CPUtime=12.26 cores=0,2,4,6
/proc/27894/stat : 27894 (plingeling) S 27892 27894 27864 0 -1 4202496 15437 1251 0 0 1224 2 0 0 23 0 5 0 634383130 73089024 5663 33554432000 4194304 4417452 140737425700832 18446744073709551615 255118571493 0 0 4096 17442 18446744073709551615 0 0 17 4 0 0 0
/proc/27894/statm: 17844 5663 180 55 0 15730 0
[pid=27894/tid=27903] ppid=27892 vsize=71376 CPUtime=3.07 cores=0,2,4,6
/proc/27894/task/27903/stat : 27903 (plingeling) R 27892 27894 27864 0 -1 4202560 680 1251 0 0 307 0 0 0 25 0 5 0 634383133 73089024 5663 33554432000 4194304 4417452 140737425700832 18446744073709551615 4249584 0 0 4096 17442 0 0 0 -1 4 0 0 0
[pid=27894/tid=27904] ppid=27892 vsize=71376 CPUtime=3.06 cores=0,2,4,6
/proc/27894/task/27904/stat : 27904 (plingeling) R 27892 27894 27864 0 -1 4202560 767 1251 0 0 306 0 0 0 25 0 5 0 634383133 73089024 5663 33554432000 4194304 4417452 140737425700832 18446744073709551615 4258188 0 0 4096 17442 0 0 0 -1 2 0 0 0
[pid=27894/tid=27905] ppid=27892 vsize=71376 CPUtime=3.06 cores=0,2,4,6
/proc/27894/task/27905/stat : 27905 (plingeling) R 27892 27894 27864 0 -1 4202560 2114 1251 0 0 306 0 0 0 25 0 5 0 634383133 73089024 5663 33554432000 4194304 4417452 140737425700832 18446744073709551615 4250569 0 0 4096 17442 0 0 0 -1 0 0 0 0
[pid=27894/tid=27906] ppid=27892 vsize=71376 CPUtime=3.03 cores=0,2,4,6
/proc/27894/task/27906/stat : 27906 (plingeling) R 27892 27894 27864 0 -1 4202560 10424 1251 0 0 302 1 0 0 25 0 5 0 634383133 73089024 5663 33554432000 4194304 4417452 140737425700832 18446744073709551615 4364812 0 0 4096 17442 0 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 12.26
Current children cumulated vsize (KiB) 71376

[startup+6.30093 s]
/proc/loadavg: 6.80 7.81 7.99 9/358 27921
/proc/meminfo: memFree=21429136/32951124 swapFree=67111348/67111528
[pid=27894] ppid=27892 vsize=83312 CPUtime=25.03 cores=0,2,4,6
/proc/27894/stat : 27894 (plingeling) S 27892 27894 27864 0 -1 4202496 32042 1251 0 0 2497 6 0 0 23 0 5 0 634383130 85311488 8647 33554432000 4194304 4417452 140737425700832 18446744073709551615 255118571493 0 0 4096 17442 18446744073709551615 0 0 17 4 0 0 0
/proc/27894/statm: 20828 8647 180 55 0 18714 0
[pid=27894/tid=27903] ppid=27892 vsize=83312 CPUtime=6.26 cores=0,2,4,6
/proc/27894/task/27903/stat : 27903 (plingeling) R 27892 27894 27864 0 -1 4202560 2289 1251 0 0 626 0 0 0 25 0 5 0 634383133 85311488 8647 33554432000 4194304 4417452 140737425700832 18446744073709551615 4232479 0 0 4096 17442 0 0 0 -1 4 0 0 0
[pid=27894/tid=27904] ppid=27892 vsize=83312 CPUtime=6.25 cores=0,2,4,6
/proc/27894/task/27904/stat : 27904 (plingeling) R 27892 27894 27864 0 -1 4202560 3660 1251 0 0 625 0 0 0 25 0 5 0 634383133 85311488 8647 33554432000 4194304 4417452 140737425700832 18446744073709551615 4366391 0 0 4096 17442 0 0 0 -1 2 0 0 0
[pid=27894/tid=27905] ppid=27892 vsize=83312 CPUtime=6.26 cores=0,2,4,6
/proc/27894/task/27905/stat : 27905 (plingeling) R 27892 27894 27864 0 -1 4202560 5229 1251 0 0 625 1 0 0 25 0 5 0 634383133 85311488 8647 33554432000 4194304 4417452 140737425700832 18446744073709551615 4364885 0 0 4096 17442 0 0 0 -1 0 0 0 0
[pid=27894/tid=27906] ppid=27892 vsize=83312 CPUtime=6.2 cores=0,2,4,6
/proc/27894/task/27906/stat : 27906 (plingeling) R 27892 27894 27864 0 -1 4202560 19412 1251 0 0 617 3 0 0 25 0 5 0 634383133 85311488 8647 33554432000 4194304 4417452 140737425700832 18446744073709551615 4364616 0 0 4096 17442 0 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 25.03
Current children cumulated vsize (KiB) 83312

[startup+12.7008 s]
/proc/loadavg: 6.90 7.81 7.99 9/358 27922
/proc/meminfo: memFree=21395180/32951124 swapFree=67111348/67111528
[pid=27894] ppid=27892 vsize=109812 CPUtime=50.56 cores=0,2,4,6
/proc/27894/stat : 27894 (plingeling) S 27892 27894 27864 0 -1 4202496 63124 1251 0 0 5045 11 0 0 23 0 5 0 634383130 112447488 15240 33554432000 4194304 4417452 140737425700832 18446744073709551615 255118571493 0 0 4096 17442 18446744073709551615 0 0 17 4 0 0 0
/proc/27894/statm: 27453 15240 180 55 0 25339 0
[pid=27894/tid=27903] ppid=27892 vsize=109812 CPUtime=12.66 cores=0,2,4,6
/proc/27894/task/27903/stat : 27903 (plingeling) R 27892 27894 27864 0 -1 4202560 9505 1251 0 0 1264 2 0 0 25 0 5 0 634383133 112447488 15240 33554432000 4194304 4417452 140737425700832 18446744073709551615 4232705 0 0 4096 17442 0 0 0 -1 4 0 0 0
[pid=27894/tid=27904] ppid=27892 vsize=109812 CPUtime=12.66 cores=0,2,4,6
/proc/27894/task/27904/stat : 27904 (plingeling) R 27892 27894 27864 0 -1 4202560 10118 1251 0 0 1265 1 0 0 25 0 5 0 634383133 112447488 15240 33554432000 4194304 4417452 140737425700832 18446744073709551615 4364958 0 0 4096 17442 0 0 0 -1 2 0 0 0
[pid=27894/tid=27905] ppid=27892 vsize=109812 CPUtime=12.65 cores=0,2,4,6
/proc/27894/task/27905/stat : 27905 (plingeling) R 27892 27894 27864 0 -1 4202560 10633 1251 0 0 1264 1 0 0 25 0 5 0 634383133 112447488 15240 33554432000 4194304 4417452 140737425700832 18446744073709551615 4366400 0 0 4096 17442 0 0 0 -1 0 0 0 0
[pid=27894/tid=27906] ppid=27892 vsize=109812 CPUtime=12.53 cores=0,2,4,6
/proc/27894/task/27906/stat : 27906 (plingeling) R 27892 27894 27864 0 -1 4202560 31416 1251 0 0 1248 5 0 0 25 0 5 0 634383133 112447488 15240 33554432000 4194304 4417452 140737425700832 18446744073709551615 4364537 0 0 4096 17442 0 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 50.56
Current children cumulated vsize (KiB) 109812

[startup+25.5006 s]
/proc/loadavg: 7.14 7.82 7.99 9/358 27922
/proc/meminfo: memFree=21278488/32951124 swapFree=67111348/67111528
[pid=27894] ppid=27892 vsize=207980 CPUtime=101.61 cores=0,2,4,6
/proc/27894/stat : 27894 (plingeling) S 27892 27894 27864 0 -1 4202496 109505 1251 0 0 10143 18 0 0 23 0 5 0 634383130 212971520 23409 33554432000 4194304 4417452 140737425700832 18446744073709551615 255118571493 0 0 4096 17442 18446744073709551615 0 0 17 4 0 0 0
/proc/27894/statm: 51995 23409 180 55 0 49881 0
[pid=27894/tid=27903] ppid=27892 vsize=207980 CPUtime=25.47 cores=0,2,4,6
/proc/27894/task/27903/stat : 27903 (plingeling) R 27892 27894 27864 0 -1 4202560 20970 1251 0 0 2543 4 0 0 25 0 5 0 634383133 212971520 23409 33554432000 4194304 4417452 140737425700832 18446744073709551615 4364838 0 0 4096 17442 0 0 0 -1 4 0 0 0
[pid=27894/tid=27904] ppid=27892 vsize=207980 CPUtime=25.46 cores=0,2,4,6
/proc/27894/task/27904/stat : 27904 (plingeling) R 27892 27894 27864 0 -1 4202560 18699 1251 0 0 2543 3 0 0 25 0 5 0 634383133 212971520 23409 33554432000 4194304 4417452 140737425700832 18446744073709551615 4364727 0 0 4096 17442 0 0 0 -1 2 0 0 0
[pid=27894/tid=27905] ppid=27892 vsize=207980 CPUtime=25.46 cores=0,2,4,6
/proc/27894/task/27905/stat : 27905 (plingeling) R 27892 27894 27864 0 -1 4202560 21898 1251 0 0 2543 3 0 0 25 0 5 0 634383133 212971520 23409 33554432000 4194304 4417452 140737425700832 18446744073709551615 4364550 0 0 4096 17442 0 0 0 -1 0 0 0 0
[pid=27894/tid=27906] ppid=27892 vsize=207980 CPUtime=25.18 cores=0,2,4,6
/proc/27894/task/27906/stat : 27906 (plingeling) R 27892 27894 27864 0 -1 4202560 46486 1251 0 0 2511 7 0 0 25 0 5 0 634383133 212971520 23409 33554432000 4194304 4417452 140737425700832 18446744073709551615 4364537 0 0 4096 17442 0 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 101.61
Current children cumulated vsize (KiB) 207980

[startup+51.1011 s]
/proc/loadavg: 7.43 7.83 7.99 9/358 27923
/proc/meminfo: memFree=21245360/32951124 swapFree=67111348/67111528
[pid=27894] ppid=27892 vsize=243984 CPUtime=203.74 cores=0,2,4,6
/proc/27894/stat : 27894 (plingeling) S 27892 27894 27864 0 -1 4202496 184436 1251 0 0 20344 30 0 0 23 0 5 0 634383130 249839616 32291 33554432000 4194304 4417452 140737425700832 18446744073709551615 255118571493 0 0 4096 17442 18446744073709551615 0 0 17 4 0 0 0
/proc/27894/statm: 60996 32291 180 55 0 58882 0
[pid=27894/tid=27903] ppid=27892 vsize=243984 CPUtime=51.06 cores=0,2,4,6
/proc/27894/task/27903/stat : 27903 (plingeling) R 27892 27894 27864 0 -1 4202560 40045 1251 0 0 5100 6 0 0 25 0 5 0 634383133 249839616 32291 33554432000 4194304 4417452 140737425700832 18446744073709551615 4364533 0 0 4096 17442 0 0 0 -1 4 0 0 0
[pid=27894/tid=27904] ppid=27892 vsize=243984 CPUtime=51.05 cores=0,2,4,6
/proc/27894/task/27904/stat : 27904 (plingeling) R 27892 27894 27864 0 -1 4202560 36888 1251 0 0 5100 5 0 0 25 0 5 0 634383133 249839616 32291 33554432000 4194304 4417452 140737425700832 18446744073709551615 4364907 0 0 4096 17442 0 0 0 -1 2 0 0 0
[pid=27894/tid=27905] ppid=27892 vsize=243984 CPUtime=51.05 cores=0,2,4,6
/proc/27894/task/27905/stat : 27905 (plingeling) R 27892 27894 27864 0 -1 4202560 37899 1251 0 0 5100 5 0 0 25 0 5 0 634383133 249839616 32291 33554432000 4194304 4417452 140737425700832 18446744073709551615 4364650 0 0 4096 17442 0 0 0 -1 0 0 0 0
[pid=27894/tid=27906] ppid=27892 vsize=243984 CPUtime=50.51 cores=0,2,4,6
/proc/27894/task/27906/stat : 27906 (plingeling) R 27892 27894 27864 0 -1 4202560 68152 1251 0 0 5040 11 0 0 25 0 5 0 634383133 249839616 32291 33554432000 4194304 4417452 140737425700832 18446744073709551615 4232702 0 0 4096 17442 0 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 203.74
Current children cumulated vsize (KiB) 243984

[startup+102.301 s]
/proc/loadavg: 7.82 7.87 7.99 9/358 27924
/proc/meminfo: memFree=21032316/32951124 swapFree=67111348/67111528
[pid=27894] ppid=27892 vsize=299000 CPUtime=408 cores=0,2,4,6
/proc/27894/stat : 27894 (plingeling) S 27892 27894 27864 0 -1 4202496 291428 1251 0 0 40753 47 0 0 23 0 5 0 634383130 306176000 45730 33554432000 4194304 4417452 140737425700832 18446744073709551615 255118571493 0 0 4096 17442 18446744073709551615 0 0 17 4 0 0 0
/proc/27894/statm: 74750 45730 180 55 0 72636 0
[pid=27894/tid=27903] ppid=27892 vsize=299000 CPUtime=102.28 cores=0,2,4,6
/proc/27894/task/27903/stat : 27903 (plingeling) R 27892 27894 27864 0 -1 4202560 67016 1251 0 0 10217 11 0 0 25 0 5 0 634383133 306176000 45730 33554432000 4194304 4417452 140737425700832 18446744073709551615 4364727 0 0 4096 17442 0 0 0 -1 4 0 0 0
[pid=27894/tid=27904] ppid=27892 vsize=299000 CPUtime=102.25 cores=0,2,4,6
/proc/27894/task/27904/stat : 27904 (plingeling) R 27892 27894 27864 0 -1 4202560 60565 1251 0 0 10216 9 0 0 25 0 5 0 634383133 306176000 45730 33554432000 4194304 4417452 140737425700832 18446744073709551615 4364533 0 0 4096 17442 0 0 0 -1 2 0 0 0
[pid=27894/tid=27905] ppid=27892 vsize=299000 CPUtime=102.27 cores=0,2,4,6
/proc/27894/task/27905/stat : 27905 (plingeling) R 27892 27894 27864 0 -1 4202560 59180 1251 0 0 10218 9 0 0 25 0 5 0 634383133 306176000 45730 33554432000 4194304 4417452 140737425700832 18446744073709551615 4364657 0 0 4096 17442 0 0 0 -1 0 0 0 0
[pid=27894/tid=27906] ppid=27892 vsize=299000 CPUtime=101.15 cores=0,2,4,6
/proc/27894/task/27906/stat : 27906 (plingeling) R 27892 27894 27864 0 -1 4202560 103215 1251 0 0 10099 16 0 0 25 0 5 0 634383133 306176000 45730 33554432000 4194304 4417452 140737425700832 18446744073709551615 4365075 0 0 4096 17442 0 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 408
Current children cumulated vsize (KiB) 299000

[startup+162.301 s]
/proc/loadavg: 7.99 7.91 8.00 9/358 27926
/proc/meminfo: memFree=20719464/32951124 swapFree=67111348/67111528
[pid=27894] ppid=27892 vsize=337896 CPUtime=647.32 cores=0,2,4,6
/proc/27894/stat : 27894 (plingeling) S 27892 27894 27864 0 -1 4202496 416110 1251 0 0 64664 68 0 0 23 0 5 0 634383130 346005504 55920 33554432000 4194304 4417452 140737425700832 18446744073709551615 255118571493 0 0 4096 17442 18446744073709551615 0 0 17 4 0 0 0
/proc/27894/statm: 84474 55920 180 55 0 82360 0
[pid=27894/tid=27903] ppid=27892 vsize=337896 CPUtime=162.27 cores=0,2,4,6
/proc/27894/task/27903/stat : 27903 (plingeling) R 27892 27894 27864 0 -1 4202560 97403 1251 0 0 16211 16 0 0 25 0 5 0 634383133 346005504 55920 33554432000 4194304 4417452 140737425700832 18446744073709551615 4364533 0 0 4096 17442 0 0 0 -1 4 0 0 0
[pid=27894/tid=27904] ppid=27892 vsize=337896 CPUtime=162.23 cores=0,2,4,6
/proc/27894/task/27904/stat : 27904 (plingeling) R 27892 27894 27864 0 -1 4202560 85094 1251 0 0 16210 13 0 0 25 0 5 0 634383133 346005504 55920 33554432000 4194304 4417452 140737425700832 18446744073709551615 4321702 0 0 4096 17442 0 0 0 -1 2 0 0 0
[pid=27894/tid=27905] ppid=27892 vsize=337896 CPUtime=162.26 cores=0,2,4,6
/proc/27894/task/27905/stat : 27905 (plingeling) R 27892 27894 27864 0 -1 4202560 85706 1251 0 0 16213 13 0 0 25 0 5 0 634383133 346005504 55920 33554432000 4194304 4417452 140737425700832 18446744073709551615 4364827 0 0 4096 17442 0 0 0 -1 0 0 0 0
[pid=27894/tid=27906] ppid=27892 vsize=337896 CPUtime=160.49 cores=0,2,4,6
/proc/27894/task/27906/stat : 27906 (plingeling) R 27892 27894 27864 0 -1 4202560 146455 1251 0 0 16026 23 0 0 25 0 5 0 634383133 346005504 55920 33554432000 4194304 4417452 140737425700832 18446744073709551615 4365023 0 0 4096 17442 0 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 647.32
Current children cumulated vsize (KiB) 337896


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

[pid=27894/tid=27904] ppid=27892 vsize=716940 CPUtime=762.16 cores=0,2,4,6
/proc/27894/task/27904/stat : 27904 (plingeling) R 27892 27894 27864 0 -1 4202560 232112 1251 0 0 76181 35 0 0 25 0 5 0 634383133 734146560 150649 33554432000 4194304 4417452 140737425700832 18446744073709551615 4343751 0 0 4096 17442 0 0 0 -1 2 0 0 0
[pid=27894/tid=27905] ppid=27892 vsize=716940 CPUtime=762.29 cores=0,2,4,6
/proc/27894/task/27905/stat : 27905 (plingeling) R 27892 27894 27864 0 -1 4202560 236956 1251 0 0 76194 35 0 0 25 0 5 0 634383133 734146560 150649 33554432000 4194304 4417452 140737425700832 18446744073709551615 4364579 0 0 4096 17442 0 0 0 -1 0 0 0 0
[pid=27894/tid=27906] ppid=27892 vsize=716940 CPUtime=753.97 cores=0,2,4,6
/proc/27894/task/27906/stat : 27906 (plingeling) R 27892 27894 27864 0 -1 4202560 336100 1251 0 0 75343 54 0 0 25 0 5 0 634383133 734146560 150649 33554432000 4194304 4417452 140737425700832 18446744073709551615 4364735 0 0 4096 17442 0 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 3040.76
Current children cumulated vsize (KiB) 716940

[startup+822.301 s]
/proc/loadavg: 8.18 8.10 8.02 9/358 27943
/proc/meminfo: memFree=19928280/32951124 swapFree=67111348/67111528
[pid=27894] ppid=27892 vsize=765252 CPUtime=3280.05 cores=0,2,4,6
/proc/27894/stat : 27894 (plingeling) S 27892 27894 27864 0 -1 4202496 1102865 1251 0 0 327835 170 0 0 23 0 5 0 634383130 783618048 162727 33554432000 4194304 4417452 140737425700832 18446744073709551615 255118571493 0 0 4096 17442 18446744073709551615 0 0 17 4 0 0 0
/proc/27894/statm: 191313 162727 180 55 0 189199 0
[pid=27894/tid=27903] ppid=27892 vsize=765252 CPUtime=822.28 cores=0,2,4,6
/proc/27894/task/27903/stat : 27903 (plingeling) R 27892 27894 27864 0 -1 4202560 260065 1251 0 0 82190 38 0 0 25 0 5 0 634383133 783618048 162727 33554432000 4194304 4417452 140737425700832 18446744073709551615 4259600 0 0 4096 17442 0 0 0 -1 4 0 0 0
[pid=27894/tid=27904] ppid=27892 vsize=765252 CPUtime=822.12 cores=0,2,4,6
/proc/27894/task/27904/stat : 27904 (plingeling) R 27892 27894 27864 0 -1 4202560 244328 1251 0 0 82176 36 0 0 25 0 5 0 634383133 783618048 162727 33554432000 4194304 4417452 140737425700832 18446744073709551615 4366065 0 0 4096 17442 0 0 0 -1 2 0 0 0
[pid=27894/tid=27905] ppid=27892 vsize=765252 CPUtime=822.28 cores=0,2,4,6
/proc/27894/task/27905/stat : 27905 (plingeling) R 27892 27894 27864 0 -1 4202560 241960 1251 0 0 82192 36 0 0 25 0 5 0 634383133 783618048 162727 33554432000 4194304 4417452 140737425700832 18446744073709551615 4364727 0 0 4096 17442 0 0 0 -1 0 0 0 0
[pid=27894/tid=27906] ppid=27892 vsize=765252 CPUtime=813.31 cores=0,2,4,6
/proc/27894/task/27906/stat : 27906 (plingeling) R 27892 27894 27864 0 -1 4202560 355060 1251 0 0 81273 58 0 0 25 0 5 0 634383133 783618048 162727 33554432000 4194304 4417452 140737425700832 18446744073709551615 4364907 0 0 4096 17442 0 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 3280.05
Current children cumulated vsize (KiB) 765252

[startup+882.313 s]
/proc/loadavg: 8.25 8.13 8.03 9/358 27945
/proc/meminfo: memFree=19857596/32951124 swapFree=67111348/67111528
[pid=27894] ppid=27892 vsize=748320 CPUtime=3519.44 cores=0,2,4,6
/proc/27894/stat : 27894 (plingeling) S 27892 27894 27864 0 -1 4202496 1144727 1251 0 0 351769 175 0 0 23 0 5 0 634383130 766279680 158494 33554432000 4194304 4417452 140737425700832 18446744073709551615 255118571493 0 0 4096 17442 18446744073709551615 0 0 17 4 0 0 0
/proc/27894/statm: 187080 158494 180 55 0 184966 0
[pid=27894/tid=27903] ppid=27892 vsize=748320 CPUtime=882.29 cores=0,2,4,6
/proc/27894/task/27903/stat : 27903 (plingeling) R 27892 27894 27864 0 -1 4202560 272426 1251 0 0 88190 39 0 0 25 0 5 0 634383133 766279680 158494 33554432000 4194304 4417452 140737425700832 18446744073709551615 4364817 0 0 4096 17442 0 0 0 -1 4 0 0 0
[pid=27894/tid=27904] ppid=27892 vsize=748320 CPUtime=882.14 cores=0,2,4,6
/proc/27894/task/27904/stat : 27904 (plingeling) R 27892 27894 27864 0 -1 4202560 256785 1251 0 0 88176 38 0 0 25 0 5 0 634383133 766279680 158494 33554432000 4194304 4417452 140737425700832 18446744073709551615 4364727 0 0 4096 17442 0 0 0 -1 2 0 0 0
[pid=27894/tid=27905] ppid=27892 vsize=748320 CPUtime=882.28 cores=0,2,4,6
/proc/27894/task/27905/stat : 27905 (plingeling) R 27892 27894 27864 0 -1 4202560 259004 1251 0 0 88190 38 0 0 25 0 5 0 634383133 766279680 158494 33554432000 4194304 4417452 140737425700832 18446744073709551615 4364653 0 0 4096 17442 0 0 0 -1 0 0 0 0
[pid=27894/tid=27906] ppid=27892 vsize=748320 CPUtime=872.66 cores=0,2,4,6
/proc/27894/task/27906/stat : 27906 (plingeling) R 27892 27894 27864 0 -1 4202560 355060 1251 0 0 87208 58 0 0 25 0 5 0 634383133 766279680 158494 33554432000 4194304 4417452 140737425700832 18446744073709551615 4364727 0 0 4096 17442 0 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 3519.44
Current children cumulated vsize (KiB) 748320

[startup+942.3 s]
/proc/loadavg: 8.22 8.13 8.04 9/358 27946
/proc/meminfo: memFree=19644176/32951124 swapFree=67111348/67111528
[pid=27894] ppid=27892 vsize=783944 CPUtime=3758.73 cores=0,2,4,6
/proc/27894/stat : 27894 (plingeling) S 27892 27894 27864 0 -1 4202496 1170442 1251 0 0 375693 180 0 0 23 0 5 0 634383130 802758656 167400 33554432000 4194304 4417452 140737425700832 18446744073709551615 255118571493 0 0 4096 17442 18446744073709551615 0 0 17 4 0 0 0
/proc/27894/statm: 195986 167400 180 55 0 193872 0
[pid=27894/tid=27903] ppid=27892 vsize=783944 CPUtime=942.28 cores=0,2,4,6
/proc/27894/task/27903/stat : 27903 (plingeling) R 27892 27894 27864 0 -1 4202560 281950 1251 0 0 94187 41 0 0 25 0 5 0 634383133 802758656 167400 33554432000 4194304 4417452 140737425700832 18446744073709551615 4364650 0 0 4096 17442 0 0 0 -1 4 0 0 0
[pid=27894/tid=27904] ppid=27892 vsize=783944 CPUtime=942.11 cores=0,2,4,6
/proc/27894/task/27904/stat : 27904 (plingeling) R 27892 27894 27864 0 -1 4202560 260881 1251 0 0 94173 38 0 0 25 0 5 0 634383133 802758656 167400 33554432000 4194304 4417452 140737425700832 18446744073709551615 4364727 0 0 4096 17442 0 0 0 -1 2 0 0 0
[pid=27894/tid=27905] ppid=27892 vsize=783944 CPUtime=942.27 cores=0,2,4,6
/proc/27894/task/27905/stat : 27905 (plingeling) R 27892 27894 27864 0 -1 4202560 271099 1251 0 0 94186 41 0 0 25 0 5 0 634383133 802758656 167400 33554432000 4194304 4417452 140737425700832 18446744073709551615 4365075 0 0 4096 17442 0 0 0 -1 0 0 0 0
[pid=27894/tid=27906] ppid=27892 vsize=783944 CPUtime=932 cores=0,2,4,6
/proc/27894/task/27906/stat : 27906 (plingeling) R 27892 27894 27864 0 -1 4202560 355060 1251 0 0 93142 58 0 0 25 0 5 0 634383133 802758656 167400 33554432000 4194304 4417452 140737425700832 18446744073709551615 4364727 0 0 4096 17442 0 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 3758.73
Current children cumulated vsize (KiB) 783944

[startup+1002.3 s]
/proc/loadavg: 8.15 8.12 8.04 9/358 27948
/proc/meminfo: memFree=19486936/32951124 swapFree=67111348/67111528
[pid=27894] ppid=27892 vsize=940992 CPUtime=3998.07 cores=0,2,4,6
/proc/27894/stat : 27894 (plingeling) S 27892 27894 27864 0 -1 4202496 1217322 1251 0 0 399620 187 0 0 23 0 5 0 634383130 963575808 206662 33554432000 4194304 4417452 140737425700832 18446744073709551615 255118571493 0 0 4096 17442 18446744073709551615 0 0 17 4 0 0 0
/proc/27894/statm: 235248 206662 180 55 0 233134 0
[pid=27894/tid=27903] ppid=27892 vsize=940992 CPUtime=1002.28 cores=0,2,4,6
/proc/27894/task/27903/stat : 27903 (plingeling) R 27892 27894 27864 0 -1 4202560 299758 1251 0 0 100185 43 0 0 25 0 5 0 634383133 963575808 206662 33554432000 4194304 4417452 140737425700832 18446744073709551615 4364827 0 0 4096 17442 0 0 0 -1 4 0 0 0
[pid=27894/tid=27904] ppid=27892 vsize=940992 CPUtime=1002.1 cores=0,2,4,6
/proc/27894/task/27904/stat : 27904 (plingeling) R 27892 27894 27864 0 -1 4202560 285454 1251 0 0 100168 42 0 0 25 0 5 0 634383133 963575808 206662 33554432000 4194304 4417452 140737425700832 18446744073709551615 4365027 0 0 4096 17442 0 0 0 -1 2 0 0 0
[pid=27894/tid=27905] ppid=27892 vsize=940992 CPUtime=1002.28 cores=0,2,4,6
/proc/27894/task/27905/stat : 27905 (plingeling) R 27892 27894 27864 0 -1 4202560 275195 1251 0 0 100186 42 0 0 25 0 5 0 634383133 963575808 206662 33554432000 4194304 4417452 140737425700832 18446744073709551615 4364621 0 0 4096 17442 0 0 0 -1 0 0 0 0
[pid=27894/tid=27906] ppid=27892 vsize=940992 CPUtime=991.35 cores=0,2,4,6
/proc/27894/task/27906/stat : 27906 (plingeling) R 27892 27894 27864 0 -1 4202560 355463 1251 0 0 99077 58 0 0 25 0 5 0 634383133 963575808 206662 33554432000 4194304 4417452 140737425700832 18446744073709551615 4364533 0 0 4096 17442 0 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 3998.07
Current children cumulated vsize (KiB) 940992

[startup+1062.3 s]
/proc/loadavg: 8.11 8.11 8.04 9/358 27950
/proc/meminfo: memFree=19478124/32951124 swapFree=67111348/67111528
[pid=27894] ppid=27892 vsize=947844 CPUtime=4237.42 cores=0,2,4,6
/proc/27894/stat : 27894 (plingeling) S 27892 27894 27864 0 -1 4202496 1234650 1251 0 0 423552 190 0 0 23 0 5 0 634383130 970592256 208375 33554432000 4194304 4417452 140737425700832 18446744073709551615 255118571493 0 0 4096 17442 18446744073709551615 0 0 17 4 0 0 0
/proc/27894/statm: 236961 208375 180 55 0 234847 0
[pid=27894/tid=27903] ppid=27892 vsize=947844 CPUtime=1062.29 cores=0,2,4,6
/proc/27894/task/27903/stat : 27903 (plingeling) R 27892 27894 27864 0 -1 4202560 310048 1251 0 0 106184 45 0 0 25 0 5 0 634383133 970592256 208375 33554432000 4194304 4417452 140737425700832 18446744073709551615 4364641 0 0 4096 17442 0 0 0 -1 4 0 0 0
[pid=27894/tid=27904] ppid=27892 vsize=947844 CPUtime=1062.09 cores=0,2,4,6
/proc/27894/task/27904/stat : 27904 (plingeling) R 27892 27894 27864 0 -1 4202560 285454 1251 0 0 106167 42 0 0 25 0 5 0 634383133 970592256 208375 33554432000 4194304 4417452 140737425700832 18446744073709551615 4364727 0 0 4096 17442 0 0 0 -1 2 0 0 0
[pid=27894/tid=27905] ppid=27892 vsize=947844 CPUtime=1062.28 cores=0,2,4,6
/proc/27894/task/27905/stat : 27905 (plingeling) R 27892 27894 27864 0 -1 4202560 275195 1251 0 0 106186 42 0 0 25 0 5 0 634383133 970592256 208375 33554432000 4194304 4417452 140737425700832 18446744073709551615 4366048 0 0 4096 17442 0 0 0 -1 0 0 0 0
[pid=27894/tid=27906] ppid=27892 vsize=947844 CPUtime=1050.7 cores=0,2,4,6
/proc/27894/task/27906/stat : 27906 (plingeling) R 27892 27894 27864 0 -1 4202560 362501 1251 0 0 105010 60 0 0 25 0 5 0 634383133 970592256 208375 33554432000 4194304 4417452 140737425700832 18446744073709551615 4364907 0 0 4096 17442 0 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 4237.42
Current children cumulated vsize (KiB) 947844

[startup+1122.3 s]
/proc/loadavg: 8.04 8.09 8.03 9/358 27951
/proc/meminfo: memFree=19226636/32951124 swapFree=67111348/67111528
[pid=27894] ppid=27892 vsize=984996 CPUtime=4476.76 cores=0,2,4,6
/proc/27894/stat : 27894 (plingeling) S 27892 27894 27864 0 -1 4202496 1243938 1251 0 0 447484 192 0 0 23 0 5 0 634383130 1008635904 217663 33554432000 4194304 4417452 140737425700832 18446744073709551615 255118571493 0 0 4096 17442 18446744073709551615 0 0 17 4 0 0 0
/proc/27894/statm: 246249 217663 180 55 0 244135 0
[pid=27894/tid=27903] ppid=27892 vsize=984996 CPUtime=1122.29 cores=0,2,4,6
/proc/27894/task/27903/stat : 27903 (plingeling) R 27892 27894 27864 0 -1 4202560 319336 1251 0 0 112183 46 0 0 25 0 5 0 634383133 1008635904 217663 33554432000 4194304 4417452 140737425700832 18446744073709551615 4364768 0 0 4096 17442 0 0 0 -1 4 0 0 0
[pid=27894/tid=27904] ppid=27892 vsize=984996 CPUtime=1122.08 cores=0,2,4,6
/proc/27894/task/27904/stat : 27904 (plingeling) R 27892 27894 27864 0 -1 4202560 285454 1251 0 0 112166 42 0 0 25 0 5 0 634383133 1008635904 217663 33554432000 4194304 4417452 140737425700832 18446744073709551615 4364727 0 0 4096 17442 0 0 0 -1 2 0 0 0
[pid=27894/tid=27905] ppid=27892 vsize=984996 CPUtime=1122.29 cores=0,2,4,6
/proc/27894/task/27905/stat : 27905 (plingeling) R 27892 27894 27864 0 -1 4202560 275195 1251 0 0 112187 42 0 0 25 0 5 0 634383133 1008635904 217663 33554432000 4194304 4417452 140737425700832 18446744073709551615 4364741 0 0 4096 17442 0 0 0 -1 0 0 0 0
[pid=27894/tid=27906] ppid=27892 vsize=984996 CPUtime=1110.04 cores=0,2,4,6
/proc/27894/task/27906/stat : 27906 (plingeling) R 27892 27894 27864 0 -1 4202560 362501 1251 0 0 110944 60 0 0 25 0 5 0 634383133 1008635904 217663 33554432000 4194304 4417452 140737425700832 18446744073709551615 4364611 0 0 4096 17442 0 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 4476.76
Current children cumulated vsize (KiB) 984996

[startup+1182.3 s]
/proc/loadavg: 8.01 8.07 8.02 9/358 27953
/proc/meminfo: memFree=19411616/32951124 swapFree=67111348/67111528
[pid=27894] ppid=27892 vsize=791820 CPUtime=4716.09 cores=0,2,4,6
/proc/27894/stat : 27894 (plingeling) S 27892 27894 27864 0 -1 4202496 1340632 1251 0 0 471401 208 0 0 23 0 5 0 634383130 810823680 169401 33554432000 4194304 4417452 140737425700832 18446744073709551615 255118571493 0 0 4096 17442 18446744073709551615 0 0 17 4 0 0 0
/proc/27894/statm: 197955 169401 180 55 0 195841 0
[pid=27894/tid=27903] ppid=27892 vsize=791820 CPUtime=1182.29 cores=0,2,4,6
/proc/27894/task/27903/stat : 27903 (plingeling) R 27892 27894 27864 0 -1 4202560 329971 1251 0 0 118181 48 0 0 25 0 5 0 634383133 810823680 169401 33554432000 4194304 4417452 140737425700832 18446744073709551615 4357241 0 0 4096 17442 0 0 0 -1 4 0 0 0
[pid=27894/tid=27904] ppid=27892 vsize=791820 CPUtime=1182.07 cores=0,2,4,6
/proc/27894/task/27904/stat : 27904 (plingeling) R 27892 27894 27864 0 -1 4202560 329227 1251 0 0 118156 51 0 0 25 0 5 0 634383133 810823680 169401 33554432000 4194304 4417452 140737425700832 18446744073709551615 4366065 0 0 4096 17442 0 0 0 -1 2 0 0 0
[pid=27894/tid=27905] ppid=27892 vsize=791820 CPUtime=1182.28 cores=0,2,4,6
/proc/27894/task/27905/stat : 27905 (plingeling) R 27892 27894 27864 0 -1 4202560 283794 1251 0 0 118185 43 0 0 25 0 5 0 634383133 810823680 169401 33554432000 4194304 4417452 140737425700832 18446744073709551615 4364727 0 0 4096 17442 0 0 0 -1 0 0 0 0
[pid=27894/tid=27906] ppid=27892 vsize=791820 CPUtime=1169.39 cores=0,2,4,6
/proc/27894/task/27906/stat : 27906 (plingeling) R 27892 27894 27864 0 -1 4202560 396188 1251 0 0 116875 64 0 0 25 0 5 0 634383133 810823680 169401 33554432000 4194304 4417452 140737425700832 18446744073709551615 4364907 0 0 4096 17442 0 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 4716.09
Current children cumulated vsize (KiB) 791820



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1203.4 s]
/proc/loadavg: 8.01 8.07 8.02 11/358 27953
/proc/meminfo: memFree=19366232/32951124 swapFree=67111348/67111528
[pid=27894] ppid=27892 vsize=836988 CPUtime=4800.33 cores=0,2,4,6
/proc/27894/stat : 27894 (plingeling) S 27892 27894 27864 0 -1 4202496 1351924 1251 0 0 479823 210 0 0 23 0 5 0 634383130 857075712 180693 33554432000 4194304 4417452 140737425700832 18446744073709551615 255118571493 0 0 4096 17442 18446744073709551615 0 0 17 4 0 0 0
/proc/27894/statm: 209247 180693 180 55 0 207133 0
[pid=27894/tid=27903] ppid=27892 vsize=836988 CPUtime=1203.41 cores=0,2,4,6
/proc/27894/task/27903/stat : 27903 (plingeling) R 27892 27894 27864 0 -1 4202560 332660 1251 0 0 120293 48 0 0 25 0 5 0 634383133 857075712 180693 33554432000 4194304 4417452 140737425700832 18446744073709551615 4366472 0 0 4096 17442 0 0 0 -1 4 0 0 0
[pid=27894/tid=27904] ppid=27892 vsize=836988 CPUtime=1203.2 cores=0,2,4,6
/proc/27894/task/27904/stat : 27904 (plingeling) R 27892 27894 27864 0 -1 4202560 329227 1251 0 0 120269 51 0 0 25 0 5 0 634383133 857075712 180693 33554432000 4194304 4417452 140737425700832 18446744073709551615 4364564 0 0 4096 17442 0 0 0 -1 2 0 0 0
[pid=27894/tid=27905] ppid=27892 vsize=836988 CPUtime=1203.41 cores=0,2,4,6
/proc/27894/task/27905/stat : 27905 (plingeling) R 27892 27894 27864 0 -1 4202560 292397 1251 0 0 120296 45 0 0 25 0 5 0 634383133 857075712 180693 33554432000 4194304 4417452 140737425700832 18446744073709551615 4364737 0 0 4096 17442 0 0 0 -1 0 0 0 0
[pid=27894/tid=27906] ppid=27892 vsize=836988 CPUtime=1190.26 cores=0,2,4,6
/proc/27894/task/27906/stat : 27906 (plingeling) R 27892 27894 27864 0 -1 4202560 396188 1251 0 0 118962 64 0 0 25 0 5 0 634383133 857075712 180693 33554432000 4194304 4417452 140737425700832 18446744073709551615 4364579 0 0 4096 17442 0 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 4800.33
Current children cumulated vsize (KiB) 836988

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

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

[startup+1203.4 s]
/proc/loadavg: 8.01 8.07 8.02 11/358 27953
/proc/meminfo: memFree=19366232/32951124 swapFree=67111348/67111528
[pid=27894] ppid=27892 vsize=836988 CPUtime=4800.33 cores=0,2,4,6
/proc/27894/stat : 27894 (plingeling) S 27892 27894 27864 0 -1 4202496 1351924 1251 0 0 479823 210 0 0 23 0 5 0 634383130 857075712 180693 33554432000 4194304 4417452 140737425700832 18446744073709551615 255118571493 0 0 4096 17442 18446744073709551615 0 0 17 4 0 0 0
/proc/27894/statm: 209247 180693 180 55 0 207133 0
[pid=27894/tid=27903] ppid=27892 vsize=836988 CPUtime=1203.41 cores=0,2,4,6
/proc/27894/task/27903/stat : 27903 (plingeling) R 27892 27894 27864 0 -1 4202560 332660 1251 0 0 120293 48 0 0 25 0 5 0 634383133 857075712 180693 33554432000 4194304 4417452 140737425700832 18446744073709551615 4366472 0 0 4096 17442 0 0 0 -1 4 0 0 0
[pid=27894/tid=27904] ppid=27892 vsize=836988 CPUtime=1203.2 cores=0,2,4,6
/proc/27894/task/27904/stat : 27904 (plingeling) R 27892 27894 27864 0 -1 4202560 329227 1251 0 0 120269 51 0 0 25 0 5 0 634383133 857075712 180693 33554432000 4194304 4417452 140737425700832 18446744073709551615 4364564 0 0 4096 17442 0 0 0 -1 2 0 0 0
[pid=27894/tid=27905] ppid=27892 vsize=836988 CPUtime=1203.41 cores=0,2,4,6
/proc/27894/task/27905/stat : 27905 (plingeling) R 27892 27894 27864 0 -1 4202560 292397 1251 0 0 120296 45 0 0 25 0 5 0 634383133 857075712 180693 33554432000 4194304 4417452 140737425700832 18446744073709551615 4364737 0 0 4096 17442 0 0 0 -1 0 0 0 0
[pid=27894/tid=27906] ppid=27892 vsize=836988 CPUtime=1190.26 cores=0,2,4,6
/proc/27894/task/27906/stat : 27906 (plingeling) R 27892 27894 27864 0 -1 4202560 396188 1251 0 0 118962 64 0 0 25 0 5 0 634383133 857075712 180693 33554432000 4194304 4417452 140737425700832 18446744073709551615 4364579 0 0 4096 17442 0 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 4800.33
Current children cumulated vsize (KiB) 836988

Child ended because it received signal 15 (SIGTERM)
Real time (s): 1203.47
CPU time (s): 4800.41
CPU user time (s): 4798.27
CPU system time (s): 2.14367
CPU usage (%): 398.882
Max. virtual memory (cumulated for all children) (KiB): 1052196

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 4798.27
system time used= 2.14367
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 1353176
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= 44
involuntary context switches= 35558

runsolver used 3.76343 second user time and 9.38757 second system time

The end

Launcher Data

Begin job on node144 at 2011-05-15 02:34:30
IDJOB=3371013
IDBENCH=71444
IDSOLVER=1848
FILE ID=node144/3371013-1305419670
RUNJOBID= node144-1305419670-27882
PBS_JOBID= 13324583
Free space on /tmp= 73240 MiB

SOLVER NAME= Plingeling 587f (fixed)
BENCH NAME= SAT09/CRAFTED/rbsat/crafted/unforced/rbsat-v760c43649g9.cnf
COMMAND LINE= plingeling -t NBCORE BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3371013-1305419670/watcher-3371013-1305419670 -o /tmp/evaluation-result-3371013-1305419670/solver-3371013-1305419670 -C 4800 -W 1300 -M 15500  plingeling -t 4 HOME/instance-3371013-1305419670.cnf

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

MD5SUM BENCH= aa71b1c0a084106bad56c0f4d6c26bee
RANDOM SEED=1668460043

node144.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.850
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.70
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.850
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	: 5226.16
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.850
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.850
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.83
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.850
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.850
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.82
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.850
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.75
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.850
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.76
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]


/proc/meminfo:
MemTotal:     32951124 kB
MemFree:      21562400 kB
Buffers:        291644 kB
Cached:        3621804 kB
SwapCached:          0 kB
Active:        8177712 kB
Inactive:      2863060 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32951124 kB
LowFree:      21562400 kB
SwapTotal:    67111528 kB
SwapFree:     67111348 kB
Dirty:             936 kB
Writeback:           8 kB
AnonPages:     7127144 kB
Mapped:          27060 kB
Slab:           245212 kB
PageTables:      37400 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83587088 kB
Committed_AS: 81969968 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= 73236 MiB
End job on node144 at 2011-05-15 02:54:35