Trace number 3370908

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.4 1203.19

General information on the benchmark

Namecrafted/anton/SRHD-SGI/
srhd-sgi-m52-q918.75-n50-p15-s98191766.cnf
MD5SUM71638ad618721ad48c6bd2d48b828020
Bench CategoryCRAFTED (crafted instances)
Best result obtained on this benchmarkSAT
Best CPU time to get the best result obtained on this benchmark3.2785
Satisfiable
(Un)Satisfiability was proved
Number of variables2377
Number of clauses566749
Sum of the clauses size1135775
Maximum clause length52
Minimum clause length2
Number of clauses of size 10
Number of clauses of size 2566699
Number of clauses of size 30
Number of clauses of size 40
Number of clauses of size 50
Number of clauses of size over 550

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-3370908-1305433296/watcher-3370908-1305433296 -o /tmp/evaluation-result-3370908-1305433296/solver-3370908-1305433296 -C 4800 -W 1300 -M 15500 plingeling -t 4 HOME/instance-3370908-1305433296.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: 8.09 8.03 6.84 5/299 29907
/proc/meminfo: memFree=26657900/32951124 swapFree=63649232/67111528
[pid=29907] ppid=29905 vsize=10312 CPUtime=0 cores=1,3,5,7
/proc/29907/stat : 29907 (plingeling) R 29905 29907 29414 0 -1 4202496 670 1253 0 0 0 0 0 0 25 0 1 0 654928149 10559488 600 33554432000 4194304 4417452 140735329884096 18446744073709551615 210204647168 0 0 4096 17442 0 0 0 17 1 0 0 0
/proc/29907/statm: 2578 600 147 55 0 464 0

[startup+0.0203531 s]
/proc/loadavg: 8.09 8.03 6.84 5/299 29907
/proc/meminfo: memFree=26657900/32951124 swapFree=63649232/67111528
[pid=29907] ppid=29905 vsize=12200 CPUtime=0.01 cores=1,3,5,7
/proc/29907/stat : 29907 (plingeling) R 29905 29907 29414 0 -1 4202496 1187 1253 0 0 1 0 0 0 25 0 1 0 654928149 12492800 1073 33554432000 4194304 4417452 140735329884096 18446744073709551615 4231387 0 0 4096 17442 0 0 0 17 1 0 0 0
/proc/29907/statm: 3050 1073 148 55 0 936 0
Current children cumulated CPU time (s) 0.01
Current children cumulated vsize (KiB) 12200

[startup+0.10034 s]
/proc/loadavg: 8.09 8.03 6.84 5/299 29907
/proc/meminfo: memFree=26657900/32951124 swapFree=63649232/67111528
[pid=29907] ppid=29905 vsize=26536 CPUtime=0.08 cores=1,3,5,7
/proc/29907/stat : 29907 (plingeling) R 29905 29907 29414 0 -1 4202496 4771 1253 0 0 8 0 0 0 25 0 1 0 654928149 27172864 4657 33554432000 4194304 4417452 140735329884096 18446744073709551615 210204647168 0 0 4096 17442 0 0 0 17 1 0 0 0
/proc/29907/statm: 6634 4657 148 55 0 4520 0
Current children cumulated CPU time (s) 0.08
Current children cumulated vsize (KiB) 26536

[startup+0.300309 s]
/proc/loadavg: 8.09 8.03 6.84 5/299 29907
/proc/meminfo: memFree=26657900/32951124 swapFree=63649232/67111528
[pid=29907] ppid=29905 vsize=75688 CPUtime=0.29 cores=1,3,5,7
/proc/29907/stat : 29907 (plingeling) R 29905 29907 29414 0 -1 4202496 17059 1253 0 0 27 2 0 0 25 0 1 0 654928149 77504512 16945 33554432000 4194304 4417452 140735329884096 18446744073709551615 4261997 0 0 4096 17442 0 0 0 17 1 0 0 0
/proc/29907/statm: 18922 16945 148 55 0 16808 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 75688

[startup+0.700196 s]
/proc/loadavg: 8.09 8.03 6.84 5/299 29907
/proc/meminfo: memFree=26657900/32951124 swapFree=63649232/67111528
[pid=29907] ppid=29905 vsize=123196 CPUtime=1.57 cores=1,3,5,7
/proc/29907/stat : 29907 (plingeling) S 29905 29907 29414 0 -1 4202496 19121 1253 0 0 155 2 0 0 25 0 5 0 654928149 126152704 18613 33554432000 4194304 4417452 140735329884096 18446744073709551615 210216450021 0 0 4096 17442 18446744073709551615 0 0 17 1 0 0 0
/proc/29907/statm: 30799 18613 175 55 0 28685 0
Current children cumulated CPU time (s) 1.57
Current children cumulated vsize (KiB) 123196

[startup+1.50106 s]
/proc/loadavg: 8.09 8.03 6.84 9/304 29918
/proc/meminfo: memFree=26571440/32951124 swapFree=63649232/67111528
[pid=29907] ppid=29905 vsize=150784 CPUtime=4.77 cores=1,3,5,7
/proc/29907/stat : 29907 (plingeling) S 29905 29907 29414 0 -1 4202496 38631 1253 0 0 472 5 0 0 25 0 5 0 654928149 154402816 25482 33554432000 4194304 4417452 140735329884096 18446744073709551615 210216450021 0 0 4096 17442 18446744073709551615 0 0 17 1 0 0 0
/proc/29907/statm: 37696 25482 179 55 0 35582 0
[pid=29907/tid=29915] ppid=29905 vsize=150784 CPUtime=1.11 cores=1,3,5,7
/proc/29907/task/29915/stat : 29915 (plingeling) R 29905 29907 29414 0 -1 4202560 5960 1253 0 0 111 0 0 0 25 0 5 0 654928186 154402816 25482 33554432000 4194304 4417452 140735329884096 18446744073709551615 4258462 0 0 4096 17442 0 0 0 -1 1 0 0 0
[pid=29907/tid=29916] ppid=29905 vsize=150784 CPUtime=1.03 cores=1,3,5,7
/proc/29907/task/29916/stat : 29916 (plingeling) R 29905 29907 29414 0 -1 4202560 3263 1253 0 0 103 0 0 0 25 0 5 0 654928186 154402816 25482 33554432000 4194304 4417452 140735329884096 18446744073709551615 4249209 0 0 4096 17442 0 0 0 -1 5 0 0 0
[pid=29907/tid=29917] ppid=29905 vsize=150784 CPUtime=1.12 cores=1,3,5,7
/proc/29907/task/29917/stat : 29917 (plingeling) R 29905 29907 29414 0 -1 4202560 5208 1253 0 0 112 0 0 0 25 0 5 0 654928186 154402816 25482 33554432000 4194304 4417452 140735329884096 18446744073709551615 4250074 0 0 4096 17442 0 0 0 -1 3 0 0 0
[pid=29907/tid=29918] ppid=29905 vsize=150784 CPUtime=1.11 cores=1,3,5,7
/proc/29907/task/29918/stat : 29918 (plingeling) R 29905 29907 29414 0 -1 4202560 7129 1253 0 0 110 1 0 0 25 0 5 0 654928186 154402816 25482 33554432000 4194304 4417452 140735329884096 18446744073709551615 4364821 0 0 4096 17442 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 4.77
Current children cumulated vsize (KiB) 150784

[startup+3.10079 s]
/proc/loadavg: 8.16 8.04 6.86 9/304 29918
/proc/meminfo: memFree=26552840/32951124 swapFree=63649232/67111528
[pid=29907] ppid=29905 vsize=157684 CPUtime=11.16 cores=1,3,5,7
/proc/29907/stat : 29907 (plingeling) S 29905 29907 29414 0 -1 4202496 46808 1253 0 0 1110 6 0 0 25 0 5 0 654928149 161468416 27207 33554432000 4194304 4417452 140735329884096 18446744073709551615 210216450021 0 0 4096 17442 18446744073709551615 0 0 17 1 0 0 0
/proc/29907/statm: 39421 27207 179 55 0 37307 0
[pid=29907/tid=29915] ppid=29905 vsize=157684 CPUtime=2.71 cores=1,3,5,7
/proc/29907/task/29915/stat : 29915 (plingeling) R 29905 29907 29414 0 -1 4202560 5960 1253 0 0 271 0 0 0 25 0 5 0 654928186 161468416 27207 33554432000 4194304 4417452 140735329884096 18446744073709551615 4248920 0 0 4096 17442 0 0 0 -1 1 0 0 0
[pid=29907/tid=29916] ppid=29905 vsize=157684 CPUtime=2.63 cores=1,3,5,7
/proc/29907/task/29916/stat : 29916 (plingeling) R 29905 29907 29414 0 -1 4202560 3263 1253 0 0 263 0 0 0 25 0 5 0 654928186 161468416 27207 33554432000 4194304 4417452 140735329884096 18446744073709551615 4249186 0 0 4096 17442 0 0 0 -1 5 0 0 0
[pid=29907/tid=29917] ppid=29905 vsize=157684 CPUtime=2.72 cores=1,3,5,7
/proc/29907/task/29917/stat : 29917 (plingeling) R 29905 29907 29414 0 -1 4202560 5208 1253 0 0 272 0 0 0 25 0 5 0 654928186 161468416 27207 33554432000 4194304 4417452 140735329884096 18446744073709551615 4248242 0 0 4096 17442 0 0 0 -1 3 0 0 0
[pid=29907/tid=29918] ppid=29905 vsize=157684 CPUtime=2.7 cores=1,3,5,7
/proc/29907/task/29918/stat : 29918 (plingeling) R 29905 29907 29414 0 -1 4202560 15306 1253 0 0 268 2 0 0 25 0 5 0 654928186 161468416 27207 33554432000 4194304 4417452 140735329884096 18446744073709551615 4236649 0 0 4096 17442 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 11.16
Current children cumulated vsize (KiB) 157684

[startup+6.30025 s]
/proc/loadavg: 8.16 8.04 6.86 9/304 29918
/proc/meminfo: memFree=26520392/32951124 swapFree=63649232/67111528
[pid=29907] ppid=29905 vsize=164048 CPUtime=23.93 cores=1,3,5,7
/proc/29907/stat : 29907 (plingeling) S 29905 29907 29414 0 -1 4202496 62804 1253 0 0 2383 10 0 0 25 0 5 0 654928149 167985152 28798 33554432000 4194304 4417452 140735329884096 18446744073709551615 210216450021 0 0 4096 17442 18446744073709551615 0 0 17 1 0 0 0
/proc/29907/statm: 41012 28798 179 55 0 38898 0
[pid=29907/tid=29915] ppid=29905 vsize=164048 CPUtime=5.91 cores=1,3,5,7
/proc/29907/task/29915/stat : 29915 (plingeling) R 29905 29907 29414 0 -1 4202560 5960 1253 0 0 591 0 0 0 25 0 5 0 654928186 167985152 28798 33554432000 4194304 4417452 140735329884096 18446744073709551615 4249991 0 0 4096 17442 0 0 0 -1 1 0 0 0
[pid=29907/tid=29916] ppid=29905 vsize=164048 CPUtime=5.83 cores=1,3,5,7
/proc/29907/task/29916/stat : 29916 (plingeling) R 29905 29907 29414 0 -1 4202560 3263 1253 0 0 583 0 0 0 25 0 5 0 654928186 167985152 28798 33554432000 4194304 4417452 140735329884096 18446744073709551615 4249209 0 0 4096 17442 0 0 0 -1 5 0 0 0
[pid=29907/tid=29917] ppid=29905 vsize=164048 CPUtime=5.92 cores=1,3,5,7
/proc/29907/task/29917/stat : 29917 (plingeling) R 29905 29907 29414 0 -1 4202560 5208 1253 0 0 592 0 0 0 25 0 5 0 654928186 167985152 28798 33554432000 4194304 4417452 140735329884096 18446744073709551615 4249216 0 0 4096 17442 0 0 0 -1 3 0 0 0
[pid=29907/tid=29918] ppid=29905 vsize=164048 CPUtime=5.87 cores=1,3,5,7
/proc/29907/task/29918/stat : 29918 (plingeling) R 29905 29907 29414 0 -1 4202560 31302 1253 0 0 582 5 0 0 25 0 5 0 654928186 167985152 28798 33554432000 4194304 4417452 140735329884096 18446744073709551615 4354515 0 0 4096 17442 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 23.93
Current children cumulated vsize (KiB) 164048

[startup+12.7012 s]
/proc/loadavg: 8.14 8.04 6.87 9/304 29918
/proc/meminfo: memFree=26501700/32951124 swapFree=63649232/67111528
[pid=29907] ppid=29905 vsize=205872 CPUtime=49.47 cores=1,3,5,7
/proc/29907/stat : 29907 (plingeling) S 29905 29907 29414 0 -1 4202496 84759 1253 0 0 4934 13 0 0 25 0 5 0 654928149 210812928 39254 33554432000 4194304 4417452 140735329884096 18446744073709551615 210216450021 0 0 4096 17442 18446744073709551615 0 0 17 1 0 0 0
/proc/29907/statm: 51468 39254 179 55 0 49354 0
[pid=29907/tid=29915] ppid=29905 vsize=205872 CPUtime=12.31 cores=1,3,5,7
/proc/29907/task/29915/stat : 29915 (plingeling) R 29905 29907 29414 0 -1 4202560 5960 1253 0 0 1231 0 0 0 25 0 5 0 654928186 210812928 39254 33554432000 4194304 4417452 140735329884096 18446744073709551615 4258550 0 0 4096 17442 0 0 0 -1 1 0 0 0
[pid=29907/tid=29916] ppid=29905 vsize=205872 CPUtime=12.23 cores=1,3,5,7
/proc/29907/task/29916/stat : 29916 (plingeling) R 29905 29907 29414 0 -1 4202560 3263 1253 0 0 1223 0 0 0 25 0 5 0 654928186 210812928 39254 33554432000 4194304 4417452 140735329884096 18446744073709551615 4258565 0 0 4096 17442 0 0 0 -1 5 0 0 0
[pid=29907/tid=29917] ppid=29905 vsize=205872 CPUtime=12.32 cores=1,3,5,7
/proc/29907/task/29917/stat : 29917 (plingeling) R 29905 29907 29414 0 -1 4202560 5954 1253 0 0 1232 0 0 0 25 0 5 0 654928186 210812928 39254 33554432000 4194304 4417452 140735329884096 18446744073709551615 4309869 0 0 4096 17442 0 0 0 -1 3 0 0 0
[pid=29907/tid=29918] ppid=29905 vsize=205872 CPUtime=12.2 cores=1,3,5,7
/proc/29907/task/29918/stat : 29918 (plingeling) R 29905 29907 29414 0 -1 4202560 52511 1253 0 0 1212 8 0 0 25 0 5 0 654928186 210812928 39254 33554432000 4194304 4417452 140735329884096 18446744073709551615 4364737 0 0 4096 17442 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 49.47
Current children cumulated vsize (KiB) 205872

[startup+25.501 s]
/proc/loadavg: 8.12 8.04 6.88 9/304 29918
/proc/meminfo: memFree=26400040/32951124 swapFree=63649232/67111528
[pid=29907] ppid=29905 vsize=306796 CPUtime=100.54 cores=1,3,5,7
/proc/29907/stat : 29907 (plingeling) S 29905 29907 29414 0 -1 4202496 126123 1253 0 0 10036 18 0 0 25 0 5 0 654928149 314159104 64485 33554432000 4194304 4417452 140735329884096 18446744073709551615 210216450021 0 0 4096 17442 18446744073709551615 0 0 17 1 0 0 0
/proc/29907/statm: 76699 64485 179 55 0 74585 0
[pid=29907/tid=29915] ppid=29905 vsize=306796 CPUtime=25.11 cores=1,3,5,7
/proc/29907/task/29915/stat : 29915 (plingeling) R 29905 29907 29414 0 -1 4202560 8008 1253 0 0 2510 1 0 0 25 0 5 0 654928186 314159104 64485 33554432000 4194304 4417452 140735329884096 18446744073709551615 4249165 0 0 4096 17442 0 0 0 -1 1 0 0 0
[pid=29907/tid=29916] ppid=29905 vsize=306796 CPUtime=25.03 cores=1,3,5,7
/proc/29907/task/29916/stat : 29916 (plingeling) R 29905 29907 29414 0 -1 4202560 5311 1253 0 0 2503 0 0 0 25 0 5 0 654928186 314159104 64485 33554432000 4194304 4417452 140735329884096 18446744073709551615 4249186 0 0 4096 17442 0 0 0 -1 5 0 0 0
[pid=29907/tid=29917] ppid=29905 vsize=306796 CPUtime=25.12 cores=1,3,5,7
/proc/29907/task/29917/stat : 29917 (plingeling) R 29905 29907 29414 0 -1 4202560 8002 1253 0 0 2511 1 0 0 25 0 5 0 654928186 314159104 64485 33554432000 4194304 4417452 140735329884096 18446744073709551615 4306245 0 0 4096 17442 0 0 0 -1 3 0 0 0
[pid=29907/tid=29918] ppid=29905 vsize=306796 CPUtime=24.89 cores=1,3,5,7
/proc/29907/task/29918/stat : 29918 (plingeling) R 29905 29907 29414 0 -1 4202560 87731 1253 0 0 2476 13 0 0 25 0 5 0 654928186 314159104 64485 33554432000 4194304 4417452 140735329884096 18446744073709551615 4364756 0 0 4096 17442 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 100.54
Current children cumulated vsize (KiB) 306796

[startup+51.1007 s]
/proc/loadavg: 8.08 8.03 6.91 9/304 29919
/proc/meminfo: memFree=26266944/32951124 swapFree=63649232/67111528
[pid=29907] ppid=29905 vsize=401592 CPUtime=202.71 cores=1,3,5,7
/proc/29907/stat : 29907 (plingeling) S 29905 29907 29414 0 -1 4202496 180984 1253 0 0 20245 26 0 0 25 0 5 0 654928149 411230208 88185 33554432000 4194304 4417452 140735329884096 18446744073709551615 210216450021 0 0 4096 17442 18446744073709551615 0 0 17 1 0 0 0
/proc/29907/statm: 100398 88185 180 55 0 98284 0
[pid=29907/tid=29915] ppid=29905 vsize=401592 CPUtime=50.71 cores=1,3,5,7
/proc/29907/task/29915/stat : 29915 (plingeling) R 29905 29907 29414 0 -1 4202560 8009 1253 0 0 5070 1 0 0 25 0 5 0 654928186 411230208 88185 33554432000 4194304 4417452 140735329884096 18446744073709551615 4248238 0 0 4096 17442 0 0 0 -1 1 0 0 0
[pid=29907/tid=29916] ppid=29905 vsize=401592 CPUtime=50.63 cores=1,3,5,7
/proc/29907/task/29916/stat : 29916 (plingeling) R 29905 29907 29414 0 -1 4202560 8140 1253 0 0 5063 0 0 0 25 0 5 0 654928186 411230208 88185 33554432000 4194304 4417452 140735329884096 18446744073709551615 4249209 0 0 4096 17442 0 0 0 -1 5 0 0 0
[pid=29907/tid=29917] ppid=29905 vsize=401592 CPUtime=50.72 cores=1,3,5,7
/proc/29907/task/29917/stat : 29917 (plingeling) R 29905 29907 29414 0 -1 4202560 11309 1253 0 0 5071 1 0 0 25 0 5 0 654928186 411230208 88185 33554432000 4194304 4417452 140735329884096 18446744073709551615 4250080 0 0 4096 17442 0 0 0 -1 3 0 0 0
[pid=29907/tid=29918] ppid=29905 vsize=401592 CPUtime=50.26 cores=1,3,5,7
/proc/29907/task/29918/stat : 29918 (plingeling) R 29905 29907 29414 0 -1 4202560 136455 1253 0 0 5005 21 0 0 25 0 5 0 654928186 411230208 88185 33554432000 4194304 4417452 140735329884096 18446744073709551615 4364727 0 0 4096 17442 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 202.71
Current children cumulated vsize (KiB) 401592

[startup+102.311 s]
/proc/loadavg: 8.03 8.03 6.97 9/304 29920
/proc/meminfo: memFree=26010624/32951124 swapFree=63649232/67111528
[pid=29907] ppid=29905 vsize=604752 CPUtime=407.09 cores=1,3,5,7
/proc/29907/stat : 29907 (plingeling) S 29905 29907 29414 0 -1 4202496 258849 1253 0 0 40671 38 0 0 25 0 5 0 654928149 619266048 124825 33554432000 4194304 4417452 140735329884096 18446744073709551615 210216450021 0 0 4096 17442 18446744073709551615 0 0 17 1 0 0 0
/proc/29907/statm: 151188 124825 180 55 0 149074 0
[pid=29907/tid=29915] ppid=29905 vsize=604752 CPUtime=101.92 cores=1,3,5,7
/proc/29907/task/29915/stat : 29915 (plingeling) R 29905 29907 29414 0 -1 4202560 8009 1253 0 0 10191 1 0 0 25 0 5 0 654928186 619266048 124825 33554432000 4194304 4417452 140735329884096 18446744073709551615 4364579 0 0 4096 17442 0 0 0 -1 1 0 0 0
[pid=29907/tid=29916] ppid=29905 vsize=604752 CPUtime=101.84 cores=1,3,5,7
/proc/29907/task/29916/stat : 29916 (plingeling) R 29905 29907 29414 0 -1 4202560 12810 1253 0 0 10183 1 0 0 25 0 5 0 654928186 619266048 124825 33554432000 4194304 4417452 140735329884096 18446744073709551615 4344164 0 0 4096 17442 0 0 0 -1 5 0 0 0
[pid=29907/tid=29917] ppid=29905 vsize=604752 CPUtime=101.93 cores=1,3,5,7
/proc/29907/task/29917/stat : 29917 (plingeling) R 29905 29907 29414 0 -1 4202560 11309 1253 0 0 10192 1 0 0 25 0 5 0 654928186 619266048 124825 33554432000 4194304 4417452 140735329884096 18446744073709551615 4211469 0 0 4096 17442 0 0 0 -1 3 0 0 0
[pid=29907/tid=29918] ppid=29905 vsize=604752 CPUtime=101 cores=1,3,5,7
/proc/29907/task/29918/stat : 29918 (plingeling) R 29905 29907 29414 0 -1 4202560 209650 1253 0 0 10069 31 0 0 25 0 5 0 654928186 619266048 124825 33554432000 4194304 4417452 140735329884096 18446744073709551615 4364727 0 0 4096 17442 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 407.09
Current children cumulated vsize (KiB) 604752

[startup+162.301 s]
/proc/loadavg: 8.01 8.02 7.02 9/304 29922
/proc/meminfo: memFree=26009240/32951124 swapFree=63649232/67111528
[pid=29907] ppid=29905 vsize=642032 CPUtime=646.5 cores=1,3,5,7
/proc/29907/stat : 29907 (plingeling) S 29905 29907 29414 0 -1 4202496 341916 1253 0 0 64599 51 0 0 25 0 5 0 654928149 657440768 131944 33554432000 4194304 4417452 140735329884096 18446744073709551615 210216450021 0 0 4096 17442 18446744073709551615 0 0 17 1 0 0 0
/proc/29907/statm: 160508 131944 180 55 0 158394 0
[pid=29907/tid=29915] ppid=29905 vsize=642032 CPUtime=161.91 cores=1,3,5,7
/proc/29907/task/29915/stat : 29915 (plingeling) R 29905 29907 29414 0 -1 4202560 8009 1253 0 0 16190 1 0 0 25 0 5 0 654928186 657440768 131944 33554432000 4194304 4417452 140735329884096 18446744073709551615 4250017 0 0 4096 17442 0 0 0 -1 1 0 0 0
[pid=29907/tid=29916] ppid=29905 vsize=642032 CPUtime=161.82 cores=1,3,5,7
/proc/29907/task/29916/stat : 29916 (plingeling) R 29905 29907 29414 0 -1 4202560 17093 1253 0 0 16181 1 0 0 25 0 5 0 654928186 657440768 131944 33554432000 4194304 4417452 140735329884096 18446744073709551615 4249165 0 0 4096 17442 0 0 0 -1 5 0 0 0
[pid=29907/tid=29917] ppid=29905 vsize=642032 CPUtime=161.92 cores=1,3,5,7
/proc/29907/task/29917/stat : 29917 (plingeling) R 29905 29907 29414 0 -1 4202560 11309 1253 0 0 16191 1 0 0 25 0 5 0 654928186 657440768 131944 33554432000 4194304 4417452 140735329884096 18446744073709551615 4364626 0 0 4096 17442 0 0 0 -1 3 0 0 0
[pid=29907/tid=29918] ppid=29905 vsize=642032 CPUtime=160.45 cores=1,3,5,7
/proc/29907/task/29918/stat : 29918 (plingeling) R 29905 29907 29414 0 -1 4202560 288434 1253 0 0 16001 44 0 0 25 0 5 0 654928186 657440768 131944 33554432000 4194304 4417452 140735329884096 18446744073709551615 4364821 0 0 4096 17442 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 646.5
Current children cumulated vsize (KiB) 642032


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

[pid=29907/tid=29916] ppid=29905 vsize=1595888 CPUtime=761.84 cores=1,3,5,7
/proc/29907/task/29916/stat : 29916 (plingeling) R 29905 29907 29414 0 -1 4202560 112953 1253 0 0 76170 14 0 0 25 0 5 0 654928186 1634189312 370408 33554432000 4194304 4417452 140735329884096 18446744073709551615 4366048 0 0 4096 17442 0 0 0 -1 5 0 0 0
[pid=29907/tid=29917] ppid=29905 vsize=1595888 CPUtime=761.93 cores=1,3,5,7
/proc/29907/task/29917/stat : 29917 (plingeling) R 29905 29907 29414 0 -1 4202560 226053 1253 0 0 76160 33 0 0 25 0 5 0 654928186 1634189312 370408 33554432000 4194304 4417452 140735329884096 18446744073709551615 4364727 0 0 4096 17442 0 0 0 -1 3 0 0 0
[pid=29907/tid=29918] ppid=29905 vsize=1595888 CPUtime=754.97 cores=1,3,5,7
/proc/29907/task/29918/stat : 29918 (plingeling) R 29905 29907 29414 0 -1 4202560 594171 1253 0 0 75403 94 0 0 25 0 5 0 654928186 1634189312 370408 33554432000 4194304 4417452 140735329884096 18446744073709551615 4364727 0 0 4096 17442 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 3041.08
Current children cumulated vsize (KiB) 1595888

[startup+822.301 s]
/proc/loadavg: 5.24 7.21 7.25 5/294 29957
/proc/meminfo: memFree=26010024/32951124 swapFree=63649232/67111528
[pid=29907] ppid=29905 vsize=1713588 CPUtime=3280.5 cores=1,3,5,7
/proc/29907/stat : 29907 (plingeling) S 29905 29907 29414 0 -1 4202496 1239164 1253 0 0 327862 188 0 0 25 0 5 0 654928149 1754714112 399833 33554432000 4194304 4417452 140735329884096 18446744073709551615 210216450021 0 0 4096 17442 18446744073709551615 0 0 17 1 0 0 0
/proc/29907/statm: 428397 399833 180 55 0 426283 0
[pid=29907/tid=29915] ppid=29905 vsize=1713588 CPUtime=821.92 cores=1,3,5,7
/proc/29907/task/29915/stat : 29915 (plingeling) R 29905 29907 29414 0 -1 4202560 155245 1253 0 0 82170 22 0 0 25 0 5 0 654928186 1754714112 399833 33554432000 4194304 4417452 140735329884096 18446744073709551615 4232508 0 0 4096 17442 0 0 0 -1 1 0 0 0
[pid=29907/tid=29916] ppid=29905 vsize=1713588 CPUtime=821.84 cores=1,3,5,7
/proc/29907/task/29916/stat : 29916 (plingeling) R 29905 29907 29414 0 -1 4202560 145721 1253 0 0 82165 19 0 0 25 0 5 0 654928186 1754714112 399833 33554432000 4194304 4417452 140735329884096 18446744073709551615 4364727 0 0 4096 17442 0 0 0 -1 5 0 0 0
[pid=29907/tid=29917] ppid=29905 vsize=1713588 CPUtime=821.93 cores=1,3,5,7
/proc/29907/task/29917/stat : 29917 (plingeling) R 29905 29907 29414 0 -1 4202560 284201 1253 0 0 82152 41 0 0 25 0 5 0 654928186 1754714112 399833 33554432000 4194304 4417452 140735329884096 18446744073709551615 4366472 0 0 4096 17442 0 0 0 -1 3 0 0 0
[pid=29907/tid=29918] ppid=29905 vsize=1713588 CPUtime=814.43 cores=1,3,5,7
/proc/29907/task/29918/stat : 29918 (plingeling) R 29905 29907 29414 0 -1 4202560 636926 1253 0 0 81340 103 0 0 25 0 5 0 654928186 1754714112 399833 33554432000 4194304 4417452 140735329884096 18446744073709551615 4364727 0 0 4096 17442 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 3280.5
Current children cumulated vsize (KiB) 1713588

[startup+882.301 s]
/proc/loadavg: 4.45 6.62 7.05 5/294 29959
/proc/meminfo: memFree=25674172/32951124 swapFree=63649232/67111528
[pid=29907] ppid=29905 vsize=2049264 CPUtime=3519.95 cores=1,3,5,7
/proc/29907/stat : 29907 (plingeling) S 29905 29907 29414 0 -1 4202496 1343752 1253 0 0 351789 206 0 0 25 0 5 0 654928149 2098446336 483752 33554432000 4194304 4417452 140735329884096 18446744073709551615 210216450021 0 0 4096 17442 18446744073709551615 0 0 17 1 0 0 0
/proc/29907/statm: 512316 483752 180 55 0 510202 0
[pid=29907/tid=29915] ppid=29905 vsize=2049264 CPUtime=881.92 cores=1,3,5,7
/proc/29907/task/29915/stat : 29915 (plingeling) R 29905 29907 29414 0 -1 4202560 170391 1253 0 0 88167 25 0 0 25 0 5 0 654928186 2098446336 483752 33554432000 4194304 4417452 140735329884096 18446744073709551615 4364727 0 0 4096 17442 0 0 0 -1 1 0 0 0
[pid=29907/tid=29916] ppid=29905 vsize=2049264 CPUtime=881.84 cores=1,3,5,7
/proc/29907/task/29916/stat : 29916 (plingeling) R 29905 29907 29414 0 -1 4202560 195499 1253 0 0 88158 26 0 0 25 0 5 0 654928186 2098446336 483752 33554432000 4194304 4417452 140735329884096 18446744073709551615 4307758 0 0 4096 17442 0 0 0 -1 5 0 0 0
[pid=29907/tid=29917] ppid=29905 vsize=2049264 CPUtime=881.93 cores=1,3,5,7
/proc/29907/task/29917/stat : 29917 (plingeling) R 29905 29907 29414 0 -1 4202560 300585 1253 0 0 88149 44 0 0 25 0 5 0 654928186 2098446336 483752 33554432000 4194304 4417452 140735329884096 18446744073709551615 4236986 0 0 4096 17442 0 0 0 -1 3 0 0 0
[pid=29907/tid=29918] ppid=29905 vsize=2049264 CPUtime=873.87 cores=1,3,5,7
/proc/29907/task/29918/stat : 29918 (plingeling) R 29905 29907 29414 0 -1 4202560 660206 1253 0 0 87280 107 0 0 25 0 5 0 654928186 2098446336 483752 33554432000 4194304 4417452 140735329884096 18446744073709551615 4364727 0 0 4096 17442 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 3519.95
Current children cumulated vsize (KiB) 2049264

[startup+942.301 s]
/proc/loadavg: 4.18 6.18 6.87 5/294 29960
/proc/meminfo: memFree=25691980/32951124 swapFree=63649232/67111528
[pid=29907] ppid=29905 vsize=2030424 CPUtime=3759.42 cores=1,3,5,7
/proc/29907/stat : 29907 (plingeling) S 29905 29907 29414 0 -1 4202496 1443150 1253 0 0 375722 220 0 0 25 0 5 0 654928149 2079154176 479042 33554432000 4194304 4417452 140735329884096 18446744073709551615 210216450021 0 0 4096 17442 18446744073709551615 0 0 17 1 0 0 0
/proc/29907/statm: 507606 479042 180 55 0 505492 0
[pid=29907/tid=29915] ppid=29905 vsize=2030424 CPUtime=941.92 cores=1,3,5,7
/proc/29907/task/29915/stat : 29915 (plingeling) R 29905 29907 29414 0 -1 4202560 186775 1253 0 0 94164 28 0 0 25 0 5 0 654928186 2079154176 479042 33554432000 4194304 4417452 140735329884096 18446744073709551615 4283557 0 0 4096 17442 0 0 0 -1 1 0 0 0
[pid=29907/tid=29916] ppid=29905 vsize=2030424 CPUtime=941.83 cores=1,3,5,7
/proc/29907/task/29916/stat : 29916 (plingeling) R 29905 29907 29414 0 -1 4202560 221169 1253 0 0 94154 29 0 0 25 0 5 0 654928186 2079154176 479042 33554432000 4194304 4417452 140735329884096 18446744073709551615 4364727 0 0 4096 17442 0 0 0 -1 5 0 0 0
[pid=29907/tid=29917] ppid=29905 vsize=2030424 CPUtime=941.92 cores=1,3,5,7
/proc/29907/task/29917/stat : 29917 (plingeling) R 29905 29907 29414 0 -1 4202560 357929 1253 0 0 94141 51 0 0 25 0 5 0 654928186 2079154176 479042 33554432000 4194304 4417452 140735329884096 18446744073709551615 4364727 0 0 4096 17442 0 0 0 -1 3 0 0 0
[pid=29907/tid=29918] ppid=29905 vsize=2030424 CPUtime=933.33 cores=1,3,5,7
/proc/29907/task/29918/stat : 29918 (plingeling) R 29905 29907 29414 0 -1 4202560 660206 1253 0 0 93226 107 0 0 25 0 5 0 654928186 2079154176 479042 33554432000 4194304 4417452 140735329884096 18446744073709551615 4364533 0 0 4096 17442 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 3759.42
Current children cumulated vsize (KiB) 2030424

[startup+1002.3 s]
/proc/loadavg: 4.13 5.77 6.68 5/294 29962
/proc/meminfo: memFree=25673588/32951124 swapFree=63649232/67111528
[pid=29907] ppid=29905 vsize=2049508 CPUtime=3998.87 cores=1,3,5,7
/proc/29907/stat : 29907 (plingeling) S 29905 29907 29414 0 -1 4202496 1564329 1253 0 0 399647 240 0 0 25 0 5 0 654928149 2098696192 483813 33554432000 4194304 4417452 140735329884096 18446744073709551615 210216450021 0 0 4096 17442 18446744073709551615 0 0 17 1 0 0 0
/proc/29907/statm: 512377 483813 180 55 0 510263 0
[pid=29907/tid=29915] ppid=29905 vsize=2049508 CPUtime=1001.92 cores=1,3,5,7
/proc/29907/task/29915/stat : 29915 (plingeling) R 29905 29907 29414 0 -1 4202560 233916 1253 0 0 100158 34 0 0 25 0 5 0 654928186 2098696192 483813 33554432000 4194304 4417452 140735329884096 18446744073709551615 4364727 0 0 4096 17442 0 0 0 -1 1 0 0 0
[pid=29907/tid=29916] ppid=29905 vsize=2049508 CPUtime=1001.84 cores=1,3,5,7
/proc/29907/task/29916/stat : 29916 (plingeling) R 29905 29907 29414 0 -1 4202560 227095 1253 0 0 100153 31 0 0 25 0 5 0 654928186 2098696192 483813 33554432000 4194304 4417452 140735329884096 18446744073709551615 4364727 0 0 4096 17442 0 0 0 -1 5 0 0 0
[pid=29907/tid=29917] ppid=29905 vsize=2049508 CPUtime=1001.93 cores=1,3,5,7
/proc/29907/task/29917/stat : 29917 (plingeling) R 29905 29907 29414 0 -1 4202560 407081 1253 0 0 100134 59 0 0 25 0 5 0 654928186 2098696192 483813 33554432000 4194304 4417452 140735329884096 18446744073709551615 4364907 0 0 4096 17442 0 0 0 -1 3 0 0 0
[pid=29907/tid=29918] ppid=29905 vsize=2049508 CPUtime=992.79 cores=1,3,5,7
/proc/29907/task/29918/stat : 29918 (plingeling) R 29905 29907 29414 0 -1 4202560 679166 1253 0 0 99167 112 0 0 25 0 5 0 654928186 2098696192 483813 33554432000 4194304 4417452 140735329884096 18446744073709551615 4364765 0 0 4096 17442 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 3998.87
Current children cumulated vsize (KiB) 2049508

[startup+1062.3 s]
/proc/loadavg: 4.05 5.46 6.52 5/294 29964
/proc/meminfo: memFree=25517540/32951124 swapFree=63649232/67111528
[pid=29907] ppid=29905 vsize=2205968 CPUtime=4238.34 cores=1,3,5,7
/proc/29907/stat : 29907 (plingeling) S 29905 29907 29414 0 -1 4202496 1677172 1253 0 0 423578 256 0 0 25 0 5 0 654928149 2258911232 522928 33554432000 4194304 4417452 140735329884096 18446744073709551615 210216450021 0 0 4096 17442 18446744073709551615 0 0 17 1 0 0 0
/proc/29907/statm: 551492 522928 180 55 0 549378 0
[pid=29907/tid=29915] ppid=29905 vsize=2205968 CPUtime=1061.92 cores=1,3,5,7
/proc/29907/task/29915/stat : 29915 (plingeling) R 29905 29907 29414 0 -1 4202560 274876 1253 0 0 106153 39 0 0 25 0 5 0 654928186 2258911232 522928 33554432000 4194304 4417452 140735329884096 18446744073709551615 4364838 0 0 4096 17442 0 0 0 -1 1 0 0 0
[pid=29907/tid=29916] ppid=29905 vsize=2205968 CPUtime=1061.84 cores=1,3,5,7
/proc/29907/task/29916/stat : 29916 (plingeling) R 29905 29907 29414 0 -1 4202560 260775 1253 0 0 106149 35 0 0 25 0 5 0 654928186 2258911232 522928 33554432000 4194304 4417452 140735329884096 18446744073709551615 4364819 0 0 4096 17442 0 0 0 -1 5 0 0 0
[pid=29907/tid=29917] ppid=29905 vsize=2205968 CPUtime=1061.93 cores=1,3,5,7
/proc/29907/task/29917/stat : 29917 (plingeling) R 29905 29907 29414 0 -1 4202560 429026 1253 0 0 106131 62 0 0 25 0 5 0 654928186 2258911232 522928 33554432000 4194304 4417452 140735329884096 18446744073709551615 4364727 0 0 4096 17442 0 0 0 -1 3 0 0 0
[pid=29907/tid=29918] ppid=29905 vsize=2205968 CPUtime=1052.24 cores=1,3,5,7
/proc/29907/task/29918/stat : 29918 (plingeling) R 29905 29907 29414 0 -1 4202560 695424 1253 0 0 105109 115 0 0 25 0 5 0 654928186 2258911232 522928 33554432000 4194304 4417452 140735329884096 18446744073709551615 4364907 0 0 4096 17442 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 4238.34
Current children cumulated vsize (KiB) 2205968

[startup+1122.3 s]
/proc/loadavg: 4.02 5.18 6.35 5/294 29965
/proc/meminfo: memFree=25950396/32951124 swapFree=63649232/67111528
[pid=29907] ppid=29905 vsize=1773332 CPUtime=4477.79 cores=1,3,5,7
/proc/29907/stat : 29907 (plingeling) S 29905 29907 29414 0 -1 4202496 1821496 1253 0 0 447502 277 0 0 25 0 5 0 654928149 1815891968 414801 33554432000 4194304 4417452 140735329884096 18446744073709551615 210216450021 0 0 4096 17442 18446744073709551615 0 0 17 1 0 0 0
/proc/29907/statm: 443333 414801 180 55 0 441219 0
[pid=29907/tid=29915] ppid=29905 vsize=1773332 CPUtime=1121.93 cores=1,3,5,7
/proc/29907/task/29915/stat : 29915 (plingeling) R 29905 29907 29414 0 -1 4202560 324028 1253 0 0 112147 46 0 0 25 0 5 0 654928186 1815891968 414801 33554432000 4194304 4417452 140735329884096 18446744073709551615 4364727 0 0 4096 17442 0 0 0 -1 1 0 0 0
[pid=29907/tid=29916] ppid=29905 vsize=1773332 CPUtime=1121.84 cores=1,3,5,7
/proc/29907/task/29916/stat : 29916 (plingeling) R 29905 29907 29414 0 -1 4202560 287175 1253 0 0 112146 38 0 0 25 0 5 0 654928186 1815891968 414801 33554432000 4194304 4417452 140735329884096 18446744073709551615 4366048 0 0 4096 17442 0 0 0 -1 5 0 0 0
[pid=29907/tid=29917] ppid=29905 vsize=1773332 CPUtime=1121.93 cores=1,3,5,7
/proc/29907/task/29917/stat : 29917 (plingeling) R 29905 29907 29414 0 -1 4202560 437218 1253 0 0 112129 64 0 0 25 0 5 0 654928186 1815891968 414801 33554432000 4194304 4417452 140735329884096 18446744073709551615 4364727 0 0 4096 17442 0 0 0 -1 3 0 0 0
[pid=29907/tid=29918] ppid=29905 vsize=1773332 CPUtime=1111.7 cores=1,3,5,7
/proc/29907/task/29918/stat : 29918 (plingeling) R 29905 29907 29414 0 -1 4202560 756004 1253 0 0 111044 126 0 0 25 0 5 0 654928186 1815891968 414801 33554432000 4194304 4417452 140735329884096 18446744073709551615 4364727 0 0 4096 17442 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 4477.79
Current children cumulated vsize (KiB) 1773332

[startup+1182.3 s]
/proc/loadavg: 4.00 4.98 6.21 5/294 29967
/proc/meminfo: memFree=25881140/32951124 swapFree=63649232/67111528
[pid=29907] ppid=29905 vsize=1843128 CPUtime=4717.25 cores=1,3,5,7
/proc/29907/stat : 29907 (plingeling) S 29905 29907 29414 0 -1 4202496 1912605 1253 0 0 471435 290 0 0 25 0 5 0 654928149 1887363072 432218 33554432000 4194304 4417452 140735329884096 18446744073709551615 210216450021 0 0 4096 17442 18446744073709551615 0 0 17 1 0 0 0
/proc/29907/statm: 460782 432218 180 55 0 458668 0
[pid=29907/tid=29915] ppid=29905 vsize=1843128 CPUtime=1181.93 cores=1,3,5,7
/proc/29907/task/29915/stat : 29915 (plingeling) R 29905 29907 29414 0 -1 4202560 364988 1253 0 0 118142 51 0 0 25 0 5 0 654928186 1887363072 432218 33554432000 4194304 4417452 140735329884096 18446744073709551615 4364768 0 0 4096 17442 0 0 0 -1 1 0 0 0
[pid=29907/tid=29916] ppid=29905 vsize=1843128 CPUtime=1181.85 cores=1,3,5,7
/proc/29907/task/29916/stat : 29916 (plingeling) R 29905 29907 29414 0 -1 4202560 329132 1253 0 0 118140 45 0 0 25 0 5 0 654928186 1887363072 432218 33554432000 4194304 4417452 140735329884096 18446744073709551615 4366051 0 0 4096 17442 0 0 0 -1 5 0 0 0
[pid=29907/tid=29917] ppid=29905 vsize=1843128 CPUtime=1181.93 cores=1,3,5,7
/proc/29907/task/29917/stat : 29917 (plingeling) R 29905 29907 29414 0 -1 4202560 445410 1253 0 0 118128 65 0 0 25 0 5 0 654928186 1887363072 432218 33554432000 4194304 4417452 140735329884096 18446744073709551615 4364727 0 0 4096 17442 0 0 0 -1 3 0 0 0
[pid=29907/tid=29918] ppid=29905 vsize=1843128 CPUtime=1171.16 cores=1,3,5,7
/proc/29907/task/29918/stat : 29918 (plingeling) R 29905 29907 29414 0 -1 4202560 756004 1253 0 0 116990 126 0 0 25 0 5 0 654928186 1887363072 432218 33554432000 4194304 4417452 140735329884096 18446744073709551615 4364798 0 0 4096 17442 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 4717.25
Current children cumulated vsize (KiB) 1843128



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1203.1 s]
/proc/loadavg: 4.00 4.90 6.15 5/294 29968
/proc/meminfo: memFree=25815648/32951124 swapFree=63649232/67111528
[pid=29907] ppid=29905 vsize=1908584 CPUtime=4800.28 cores=1,3,5,7
/proc/29907/stat : 29907 (plingeling) S 29905 29907 29414 0 -1 4202496 1953545 1253 0 0 479734 294 0 0 25 0 5 0 654928149 1954390016 448582 33554432000 4194304 4417452 140735329884096 18446744073709551615 210216450021 0 0 4096 17442 18446744073709551615 0 0 17 1 0 0 0
/proc/29907/statm: 477146 448582 180 55 0 475032 0
[pid=29907/tid=29915] ppid=29905 vsize=1908584 CPUtime=1202.74 cores=1,3,5,7
/proc/29907/task/29915/stat : 29915 (plingeling) R 29905 29907 29414 0 -1 4202560 389564 1253 0 0 120220 54 0 0 25 0 5 0 654928186 1954390016 448582 33554432000 4194304 4417452 140735329884096 18446744073709551615 4364756 0 0 4096 17442 0 0 0 -1 1 0 0 0
[pid=29907/tid=29916] ppid=29905 vsize=1908584 CPUtime=1202.66 cores=1,3,5,7
/proc/29907/task/29916/stat : 29916 (plingeling) R 29905 29907 29414 0 -1 4202560 329132 1253 0 0 120221 45 0 0 25 0 5 0 654928186 1954390016 448582 33554432000 4194304 4417452 140735329884096 18446744073709551615 4364727 0 0 4096 17442 0 0 0 -1 5 0 0 0
[pid=29907/tid=29917] ppid=29905 vsize=1908584 CPUtime=1202.74 cores=1,3,5,7
/proc/29907/task/29917/stat : 29917 (plingeling) R 29905 29907 29414 0 -1 4202560 445410 1253 0 0 120209 65 0 0 25 0 5 0 654928186 1954390016 448582 33554432000 4194304 4417452 140735329884096 18446744073709551615 4364817 0 0 4096 17442 0 0 0 -1 3 0 0 0
[pid=29907/tid=29918] ppid=29905 vsize=1908584 CPUtime=1191.77 cores=1,3,5,7
/proc/29907/task/29918/stat : 29918 (plingeling) R 29905 29907 29414 0 -1 4202560 772368 1253 0 0 119049 128 0 0 25 0 5 0 654928186 1954390016 448582 33554432000 4194304 4417452 140735329884096 18446744073709551615 4364819 0 0 4096 17442 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 4800.28
Current children cumulated vsize (KiB) 1908584

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

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

[startup+1203.1 s]
/proc/loadavg: 4.00 4.90 6.15 5/294 29968
/proc/meminfo: memFree=25815648/32951124 swapFree=63649232/67111528
[pid=29907] ppid=29905 vsize=1908584 CPUtime=4800.28 cores=1,3,5,7
/proc/29907/stat : 29907 (plingeling) S 29905 29907 29414 0 -1 4202496 1953545 1253 0 0 479734 294 0 0 25 0 5 0 654928149 1954390016 448582 33554432000 4194304 4417452 140735329884096 18446744073709551615 210216450021 0 0 4096 17442 18446744073709551615 0 0 17 1 0 0 0
/proc/29907/statm: 477146 448582 180 55 0 475032 0
[pid=29907/tid=29915] ppid=29905 vsize=1908584 CPUtime=1202.74 cores=1,3,5,7
/proc/29907/task/29915/stat : 29915 (plingeling) R 29905 29907 29414 0 -1 4202560 389564 1253 0 0 120220 54 0 0 25 0 5 0 654928186 1954390016 448582 33554432000 4194304 4417452 140735329884096 18446744073709551615 4364756 0 0 4096 17442 0 0 0 -1 1 0 0 0
[pid=29907/tid=29916] ppid=29905 vsize=1908584 CPUtime=1202.66 cores=1,3,5,7
/proc/29907/task/29916/stat : 29916 (plingeling) R 29905 29907 29414 0 -1 4202560 329132 1253 0 0 120221 45 0 0 25 0 5 0 654928186 1954390016 448582 33554432000 4194304 4417452 140735329884096 18446744073709551615 4364727 0 0 4096 17442 0 0 0 -1 5 0 0 0
[pid=29907/tid=29917] ppid=29905 vsize=1908584 CPUtime=1202.74 cores=1,3,5,7
/proc/29907/task/29917/stat : 29917 (plingeling) R 29905 29907 29414 0 -1 4202560 445410 1253 0 0 120209 65 0 0 25 0 5 0 654928186 1954390016 448582 33554432000 4194304 4417452 140735329884096 18446744073709551615 4364817 0 0 4096 17442 0 0 0 -1 3 0 0 0
[pid=29907/tid=29918] ppid=29905 vsize=1908584 CPUtime=1191.77 cores=1,3,5,7
/proc/29907/task/29918/stat : 29918 (plingeling) R 29905 29907 29414 0 -1 4202560 772368 1253 0 0 119049 128 0 0 25 0 5 0 654928186 1954390016 448582 33554432000 4194304 4417452 140735329884096 18446744073709551615 4364819 0 0 4096 17442 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 4800.28
Current children cumulated vsize (KiB) 1908584

Child ended because it received signal 15 (SIGTERM)
Real time (s): 1203.19
CPU time (s): 4800.4
CPU user time (s): 4797.38
CPU system time (s): 3.02054
CPU usage (%): 398.974
Max. virtual memory (cumulated for all children) (KiB): 2205968

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 4797.38
system time used= 3.02054
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 1954799
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= 178
involuntary context switches= 32877

runsolver used 2.88356 second user time and 8.10377 second system time

The end

Launcher Data

Begin job on node130 at 2011-05-15 06:21:37
IDJOB=3370908
IDBENCH=88228
IDSOLVER=1848
FILE ID=node130/3370908-1305433296
RUNJOBID= node130-1305431639-29715
PBS_JOBID= 13324602
Free space on /tmp= 73368 MiB

SOLVER NAME= Plingeling 587f (fixed)
BENCH NAME= SAT11/crafted/anton/SRHD-SGI/srhd-sgi-m52-q918.75-n50-p15-s98191766.cnf
COMMAND LINE= plingeling -t NBCORE BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3370908-1305433296/watcher-3370908-1305433296 -o /tmp/evaluation-result-3370908-1305433296/solver-3370908-1305433296 -C 4800 -W 1300 -M 15500  plingeling -t 4 HOME/instance-3370908-1305433296.cnf

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

MD5SUM BENCH= 71638ad618721ad48c6bd2d48b828020
RANDOM SEED=1609416071

node130.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.838
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.67
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.838
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.838
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.838
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.81
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.838
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.838
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.83
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.838
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.838
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.81
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]


/proc/meminfo:
MemTotal:     32951124 kB
MemFree:      26658188 kB
Buffers:        272480 kB
Cached:        3833428 kB
SwapCached:      10248 kB
Active:        2265148 kB
Inactive:      3755520 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32951124 kB
LowFree:      26658188 kB
SwapTotal:    67111528 kB
SwapFree:     63649232 kB
Dirty:            6988 kB
Writeback:           0 kB
AnonPages:     1912688 kB
Mapped:          13888 kB
Slab:           183360 kB
PageTables:      26920 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83587088 kB
Committed_AS: 52397256 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= 73460 MiB
End job on node130 at 2011-05-15 06:41:42