Trace number 3264674

Some explanations

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

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

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

Solver answer on this benchmark

Solver NameAnswerCPU timeWall clock time
Plingeling 587? (TO) 4800.33 1201.92

General information on the benchmark

NameSAT04/handmade/marijn/equilarge-l/
equilarge_l4.used-as.sat04-896.cnf
MD5SUMfc993d9544ccd8eaeaa4882599387947
Bench CategoryCRAFTED (crafted instances)
Best result obtained on this benchmarkUNSAT
Best CPU time to get the best result obtained on this benchmark437.97
Satisfiable
(Un)Satisfiability was proved
Number of variables4499
Number of clauses18603
Sum of the clauses size54454
Maximum clause length3
Minimum clause length2
Number of clauses of size 10
Number of clauses of size 21355
Number of clauses of size 317248
Number of clauses of size 40
Number of clauses of size 50
Number of clauses of size over 50

Solver Data


Verifier Data

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

Watcher Data

runsolver Copyright (C) 2010-2011 Olivier ROUSSEL

This is runsolver version 3.3.0 (svn: 935)

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

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-3264674-1304104114/watcher-3264674-1304104114 -o /tmp/evaluation-result-3264674-1304104114/solver-3264674-1304104114 -C 4800 -W 1300 -M 15500 plingeling -t 4 HOME/instance-3264674-1304104114.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: 4.99 6.90 7.58 5/181 30039
/proc/meminfo: memFree=19022940/32951124 swapFree=67111528/67111528
[pid=30039] ppid=30037 vsize=9812 CPUtime=0 cores=0,2,4,6
/proc/30039/stat : 30039 (plingeling) R 30037 30039 29626 0 -1 4202496 545 1253 0 0 0 0 0 0 25 0 1 0 502827253 10047488 475 33554432000 4194304 4417332 140734451517344 18446744073709551615 4229137 0 0 4096 17442 0 0 0 17 4 0 0 0
/proc/30039/statm: 2453 475 147 55 0 339 0

[startup+0.145828 s]
/proc/loadavg: 4.99 6.90 7.58 5/181 30039
/proc/meminfo: memFree=19022940/32951124 swapFree=67111528/67111528
[pid=30039] ppid=30037 vsize=57096 CPUtime=0.48 cores=0,2,4,6
/proc/30039/stat : 30039 (plingeling) S 30037 30039 29626 0 -1 4202496 2961 1253 0 0 48 0 0 0 25 0 5 0 502827253 58466304 2061 33554432000 4194304 4417332 140734451517344 18446744073709551615 233522100197 0 0 4096 17442 18446744073709551615 0 0 17 4 0 0 0
/proc/30039/statm: 14274 2061 177 55 0 12160 0
Current children cumulated CPU time (s) 0.48
Current children cumulated vsize (KiB) 57096

[startup+0.200818 s]
/proc/loadavg: 4.99 6.90 7.58 5/181 30039
/proc/meminfo: memFree=19022940/32951124 swapFree=67111528/67111528
[pid=30039] ppid=30037 vsize=57436 CPUtime=0.7 cores=0,2,4,6
/proc/30039/stat : 30039 (plingeling) S 30037 30039 29626 0 -1 4202496 3091 1253 0 0 70 0 0 0 25 0 5 0 502827253 58814464 2155 33554432000 4194304 4417332 140734451517344 18446744073709551615 233522100197 0 0 4096 17442 18446744073709551615 0 0 17 4 0 0 0
/proc/30039/statm: 14359 2155 179 55 0 12245 0
Current children cumulated CPU time (s) 0.7
Current children cumulated vsize (KiB) 57436

[startup+0.3008 s]
/proc/loadavg: 4.99 6.90 7.58 5/181 30039
/proc/meminfo: memFree=19022940/32951124 swapFree=67111528/67111528
[pid=30039] ppid=30037 vsize=58708 CPUtime=1.1 cores=0,2,4,6
/proc/30039/stat : 30039 (plingeling) S 30037 30039 29626 0 -1 4202496 3411 1253 0 0 110 0 0 0 25 0 5 0 502827253 60116992 2475 33554432000 4194304 4417332 140734451517344 18446744073709551615 233522100197 0 0 4096 17442 18446744073709551615 0 0 17 4 0 0 0
/proc/30039/statm: 14677 2475 179 55 0 12563 0
Current children cumulated CPU time (s) 1.1
Current children cumulated vsize (KiB) 58708

[startup+0.700728 s]
/proc/loadavg: 4.99 6.90 7.58 5/181 30039
/proc/meminfo: memFree=19022940/32951124 swapFree=67111528/67111528
[pid=30039] ppid=30037 vsize=59152 CPUtime=2.7 cores=0,2,4,6
/proc/30039/stat : 30039 (plingeling) S 30037 30039 29626 0 -1 4202496 3523 1253 0 0 270 0 0 0 25 0 5 0 502827253 60571648 2587 33554432000 4194304 4417332 140734451517344 18446744073709551615 233522100197 0 0 4096 17442 18446744073709551615 0 0 17 4 0 0 0
/proc/30039/statm: 14788 2587 180 55 0 12674 0
Current children cumulated CPU time (s) 2.7
Current children cumulated vsize (KiB) 59152

[startup+1.50059 s]
/proc/loadavg: 5.23 6.92 7.58 9/186 30049
/proc/meminfo: memFree=19014228/32951124 swapFree=67111528/67111528
[pid=30039] ppid=30037 vsize=129768 CPUtime=5.9 cores=0,2,4,6
/proc/30039/stat : 30039 (plingeling) S 30037 30039 29626 0 -1 4202496 4825 1253 0 0 590 0 0 0 25 0 5 0 502827253 132882432 3889 33554432000 4194304 4417332 140734451517344 18446744073709551615 233522100197 0 0 4096 17442 18446744073709551615 0 0 17 4 0 0 0
/proc/30039/statm: 32442 3889 180 55 0 30328 0
[pid=30039/tid=30046] ppid=30037 vsize=129768 CPUtime=1.47 cores=0,2,4,6
/proc/30039/task/30046/stat : 30046 (plingeling) R 30037 30039 29626 0 -1 4202560 667 1253 0 0 147 0 0 0 25 0 5 0 502827255 132882432 3889 33554432000 4194304 4417332 140734451517344 18446744073709551615 4364732 0 0 4096 17442 0 0 0 -1 4 0 0 0
[pid=30039/tid=30047] ppid=30037 vsize=129768 CPUtime=1.46 cores=0,2,4,6
/proc/30039/task/30047/stat : 30047 (plingeling) R 30037 30039 29626 0 -1 4202560 772 1253 0 0 146 0 0 0 25 0 5 0 502827255 132882432 3889 33554432000 4194304 4417332 140734451517344 18446744073709551615 4237326 0 0 4096 17442 0 0 0 -1 6 0 0 0
[pid=30039/tid=30048] ppid=30037 vsize=129768 CPUtime=1.47 cores=0,2,4,6
/proc/30039/task/30048/stat : 30048 (plingeling) R 30037 30039 29626 0 -1 4202560 770 1253 0 0 147 0 0 0 20 0 5 0 502827255 132882432 3889 33554432000 4194304 4417332 140734451517344 18446744073709551615 4237202 0 0 4096 17442 0 0 0 -1 0 0 0 0
[pid=30039/tid=30049] ppid=30037 vsize=129768 CPUtime=1.47 cores=0,2,4,6
/proc/30039/task/30049/stat : 30049 (plingeling) R 30037 30039 29626 0 -1 4202560 656 1253 0 0 147 0 0 0 25 0 5 0 502827255 132882432 3889 33554432000 4194304 4417332 140734451517344 18446744073709551615 4364642 0 0 4096 17442 0 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 5.9
Current children cumulated vsize (KiB) 129768

[startup+3.1003 s]
/proc/loadavg: 5.23 6.92 7.58 9/186 30049
/proc/meminfo: memFree=19006660/32951124 swapFree=67111528/67111528
[pid=30039] ppid=30037 vsize=133900 CPUtime=12.29 cores=0,2,4,6
/proc/30039/stat : 30039 (plingeling) S 30037 30039 29626 0 -1 4202496 7765 1253 0 0 1228 1 0 0 25 0 5 0 502827253 137113600 4954 33554432000 4194304 4417332 140734451517344 18446744073709551615 233522100197 0 0 4096 17442 18446744073709551615 0 0 17 4 0 0 0
/proc/30039/statm: 33475 4954 180 55 0 31361 0
[pid=30039/tid=30046] ppid=30037 vsize=133900 CPUtime=3.06 cores=0,2,4,6
/proc/30039/task/30046/stat : 30046 (plingeling) R 30037 30039 29626 0 -1 4202560 1662 1253 0 0 306 0 0 0 25 0 5 0 502827255 137113600 4954 33554432000 4194304 4417332 140734451517344 18446744073709551615 4366381 0 0 4096 17442 0 0 0 -1 4 0 0 0
[pid=30039/tid=30047] ppid=30037 vsize=133900 CPUtime=3.05 cores=0,2,4,6
/proc/30039/task/30047/stat : 30047 (plingeling) R 30037 30039 29626 0 -1 4202560 1748 1253 0 0 305 0 0 0 25 0 5 0 502827255 137113600 4954 33554432000 4194304 4417332 140734451517344 18446744073709551615 4364565 0 0 4096 17442 0 0 0 -1 6 0 0 0
[pid=30039/tid=30048] ppid=30037 vsize=133900 CPUtime=3.07 cores=0,2,4,6
/proc/30039/task/30048/stat : 30048 (plingeling) R 30037 30039 29626 0 -1 4202560 770 1253 0 0 307 0 0 0 25 0 5 0 502827255 137113600 4954 33554432000 4194304 4417332 140734451517344 18446744073709551615 4366381 0 0 4096 17442 0 0 0 -1 0 0 0 0
[pid=30039/tid=30049] ppid=30037 vsize=133900 CPUtime=3.07 cores=0,2,4,6
/proc/30039/task/30049/stat : 30049 (plingeling) R 30037 30039 29626 0 -1 4202560 1625 1253 0 0 307 0 0 0 25 0 5 0 502827255 137113600 4954 33554432000 4194304 4417332 140734451517344 18446744073709551615 4365960 0 0 4096 17442 0 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 12.29
Current children cumulated vsize (KiB) 133900

[startup+6.30072 s]
/proc/loadavg: 5.45 6.93 7.58 9/186 30049
/proc/meminfo: memFree=18995616/32951124 swapFree=67111528/67111528
[pid=30039] ppid=30037 vsize=136244 CPUtime=25.08 cores=0,2,4,6
/proc/30039/stat : 30039 (plingeling) S 30037 30039 29626 0 -1 4202496 15160 1253 0 0 2506 2 0 0 25 0 5 0 502827253 139513856 5540 33554432000 4194304 4417332 140734451517344 18446744073709551615 233522100197 0 0 4096 17442 18446744073709551615 0 0 17 4 0 0 0
/proc/30039/statm: 34061 5540 180 55 0 31947 0
[pid=30039/tid=30046] ppid=30037 vsize=136244 CPUtime=6.27 cores=0,2,4,6
/proc/30039/task/30046/stat : 30046 (plingeling) R 30037 30039 29626 0 -1 4202560 3373 1253 0 0 626 1 0 0 25 0 5 0 502827255 139513856 5540 33554432000 4194304 4417332 140734451517344 18446744073709551615 4364519 0 0 4096 17442 0 0 0 -1 4 0 0 0
[pid=30039/tid=30047] ppid=30037 vsize=136244 CPUtime=6.23 cores=0,2,4,6
/proc/30039/task/30047/stat : 30047 (plingeling) R 30037 30039 29626 0 -1 4202560 5351 1253 0 0 623 0 0 0 25 0 5 0 502827255 139513856 5540 33554432000 4194304 4417332 140734451517344 18446744073709551615 4364565 0 0 4096 17442 0 0 0 -1 6 0 0 0
[pid=30039/tid=30048] ppid=30037 vsize=136244 CPUtime=6.27 cores=0,2,4,6
/proc/30039/task/30048/stat : 30048 (plingeling) R 30037 30039 29626 0 -1 4202560 1214 1253 0 0 627 0 0 0 25 0 5 0 502827255 139513856 5540 33554432000 4194304 4417332 140734451517344 18446744073709551615 4364565 0 0 4096 17442 0 0 0 -1 0 0 0 0
[pid=30039/tid=30049] ppid=30037 vsize=136244 CPUtime=6.26 cores=0,2,4,6
/proc/30039/task/30049/stat : 30049 (plingeling) R 30037 30039 29626 0 -1 4202560 3262 1253 0 0 626 0 0 0 25 0 5 0 502827255 139513856 5540 33554432000 4194304 4417332 140734451517344 18446744073709551615 4364482 0 0 4096 17442 0 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 25.08
Current children cumulated vsize (KiB) 136244

[startup+12.7006 s]
/proc/loadavg: 5.66 6.95 7.58 9/186 30049
/proc/meminfo: memFree=18985052/32951124 swapFree=67111528/67111528
[pid=30039] ppid=30037 vsize=141852 CPUtime=50.64 cores=0,2,4,6
/proc/30039/stat : 30039 (plingeling) S 30037 30039 29626 0 -1 4202496 31326 1253 0 0 5060 4 0 0 25 0 5 0 502827253 145256448 6918 33554432000 4194304 4417332 140734451517344 18446744073709551615 233522100197 0 0 4096 17442 18446744073709551615 0 0 17 4 0 0 0
/proc/30039/statm: 35463 6918 180 55 0 33349 0
[pid=30039/tid=30046] ppid=30037 vsize=141852 CPUtime=12.67 cores=0,2,4,6
/proc/30039/task/30046/stat : 30046 (plingeling) R 30037 30039 29626 0 -1 4202560 7923 1253 0 0 1266 1 0 0 25 0 5 0 502827255 145256448 6918 33554432000 4194304 4417332 140734451517344 18446744073709551615 4364568 0 0 4096 17442 0 0 0 -1 4 0 0 0
[pid=30039/tid=30047] ppid=30037 vsize=141852 CPUtime=12.6 cores=0,2,4,6
/proc/30039/task/30047/stat : 30047 (plingeling) R 30037 30039 29626 0 -1 4202560 10320 1253 0 0 1259 1 0 0 25 0 5 0 502827255 145256448 6918 33554432000 4194304 4417332 140734451517344 18446744073709551615 4365960 0 0 4096 17442 0 0 0 -1 6 0 0 0
[pid=30039/tid=30048] ppid=30037 vsize=141852 CPUtime=12.66 cores=0,2,4,6
/proc/30039/task/30048/stat : 30048 (plingeling) R 30037 30039 29626 0 -1 4202560 5033 1253 0 0 1266 0 0 0 25 0 5 0 502827255 145256448 6918 33554432000 4194304 4417332 140734451517344 18446744073709551615 4253162 0 0 4096 17442 0 0 0 -1 0 0 0 0
[pid=30039/tid=30049] ppid=30037 vsize=141852 CPUtime=12.66 cores=0,2,4,6
/proc/30039/task/30049/stat : 30049 (plingeling) R 30037 30039 29626 0 -1 4202560 6090 1253 0 0 1266 0 0 0 25 0 5 0 502827255 145256448 6918 33554432000 4194304 4417332 140734451517344 18446744073709551615 4364479 0 0 4096 17442 0 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 50.64
Current children cumulated vsize (KiB) 141852

[startup+25.5003 s]
/proc/loadavg: 6.25 7.02 7.60 9/186 30050
/proc/meminfo: memFree=18962476/32951124 swapFree=67111528/67111528
[pid=30039] ppid=30037 vsize=155840 CPUtime=101.77 cores=0,2,4,6
/proc/30039/stat : 30039 (plingeling) S 30037 30039 29626 0 -1 4202496 68373 1253 0 0 10168 9 0 0 25 0 5 0 502827253 159580160 10413 33554432000 4194304 4417332 140734451517344 18446744073709551615 233522100197 0 0 4096 17442 18446744073709551615 0 0 17 4 0 0 0
/proc/30039/statm: 38960 10413 180 55 0 36846 0
[pid=30039/tid=30046] ppid=30037 vsize=155840 CPUtime=25.47 cores=0,2,4,6
/proc/30039/task/30046/stat : 30046 (plingeling) R 30037 30039 29626 0 -1 4202560 19590 1253 0 0 2544 3 0 0 25 0 5 0 502827255 159580160 10413 33554432000 4194304 4417332 140734451517344 18446744073709551615 4353443 0 0 4096 17442 0 0 0 -1 4 0 0 0
[pid=30039/tid=30047] ppid=30037 vsize=155840 CPUtime=25.34 cores=0,2,4,6
/proc/30039/task/30047/stat : 30047 (plingeling) R 30037 30039 29626 0 -1 4202560 21300 1253 0 0 2532 2 0 0 25 0 5 0 502827255 159580160 10413 33554432000 4194304 4417332 140734451517344 18446744073709551615 4357677 0 0 4096 17442 0 0 0 -1 6 0 0 0
[pid=30039/tid=30048] ppid=30037 vsize=155840 CPUtime=25.46 cores=0,2,4,6
/proc/30039/task/30048/stat : 30048 (plingeling) R 30037 30039 29626 0 -1 4202560 14597 1253 0 0 2545 1 0 0 25 0 5 0 502827255 159580160 10413 33554432000 4194304 4417332 140734451517344 18446744073709551615 4364479 0 0 4096 17442 0 0 0 -1 0 0 0 0
[pid=30039/tid=30049] ppid=30037 vsize=155840 CPUtime=25.46 cores=0,2,4,6
/proc/30039/task/30049/stat : 30049 (plingeling) R 30037 30039 29626 0 -1 4202560 10926 1253 0 0 2545 1 0 0 25 0 5 0 502827255 159580160 10413 33554432000 4194304 4417332 140734451517344 18446744073709551615 4364565 0 0 4096 17442 0 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 101.77
Current children cumulated vsize (KiB) 155840

[startup+51.1007 s]
/proc/loadavg: 6.92 7.11 7.61 9/186 30050
/proc/meminfo: memFree=18929592/32951124 swapFree=67111528/67111528
[pid=30039] ppid=30037 vsize=168956 CPUtime=204.04 cores=0,2,4,6
/proc/30039/stat : 30039 (plingeling) S 30037 30039 29626 0 -1 4202496 135108 1253 0 0 20386 18 0 0 25 0 5 0 502827253 173010944 13692 33554432000 4194304 4417332 140734451517344 18446744073709551615 233522100197 0 0 4096 17442 18446744073709551615 0 0 17 4 0 0 0
/proc/30039/statm: 42239 13692 180 55 0 40125 0
[pid=30039/tid=30046] ppid=30037 vsize=168956 CPUtime=51.07 cores=0,2,4,6
/proc/30039/task/30046/stat : 30046 (plingeling) R 30037 30039 29626 0 -1 4202560 34538 1253 0 0 5102 5 0 0 25 0 5 0 502827255 173010944 13692 33554432000 4194304 4417332 140734451517344 18446744073709551615 4236986 0 0 4096 17442 0 0 0 -1 4 0 0 0
[pid=30039/tid=30047] ppid=30037 vsize=168956 CPUtime=50.8 cores=0,2,4,6
/proc/30039/task/30047/stat : 30047 (plingeling) R 30037 30039 29626 0 -1 4202560 43423 1253 0 0 5076 4 0 0 25 0 5 0 502827255 173010944 13692 33554432000 4194304 4417332 140734451517344 18446744073709551615 4364722 0 0 4096 17442 0 0 0 -1 6 0 0 0
[pid=30039/tid=30048] ppid=30037 vsize=168956 CPUtime=51.06 cores=0,2,4,6
/proc/30039/task/30048/stat : 30048 (plingeling) R 30037 30039 29626 0 -1 4202560 33261 1253 0 0 5102 4 0 0 25 0 5 0 502827255 173010944 13692 33554432000 4194304 4417332 140734451517344 18446744073709551615 4364683 0 0 4096 17442 0 0 0 -1 0 0 0 0
[pid=30039/tid=30049] ppid=30037 vsize=168956 CPUtime=51.06 cores=0,2,4,6
/proc/30039/task/30049/stat : 30049 (plingeling) R 30037 30039 29626 0 -1 4202560 21926 1253 0 0 5103 3 0 0 25 0 5 0 502827255 173010944 13692 33554432000 4194304 4417332 140734451517344 18446744073709551615 4365960 0 0 4096 17442 0 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 204.04
Current children cumulated vsize (KiB) 168956

[startup+102.301 s]
/proc/loadavg: 7.66 7.28 7.64 10/186 30052
/proc/meminfo: memFree=18894984/32951124 swapFree=67111528/67111528
[pid=30039] ppid=30037 vsize=196936 CPUtime=408.59 cores=0,2,4,6
/proc/30039/stat : 30039 (plingeling) S 30037 30039 29626 0 -1 4202496 255143 1253 0 0 40823 36 0 0 25 0 5 0 502827253 201662464 20687 33554432000 4194304 4417332 140734451517344 18446744073709551615 233522100197 0 0 4096 17442 18446744073709551615 0 0 17 4 0 0 0
/proc/30039/statm: 49234 20687 180 55 0 47120 0
[pid=30039/tid=30046] ppid=30037 vsize=196936 CPUtime=102.27 cores=0,2,4,6
/proc/30039/task/30046/stat : 30046 (plingeling) R 30037 30039 29626 0 -1 4202560 63624 1253 0 0 10218 9 0 0 25 0 5 0 502827255 201662464 20687 33554432000 4194304 4417332 140734451517344 18446744073709551615 4364656 0 0 4096 17442 0 0 0 -1 4 0 0 0
[pid=30039/tid=30047] ppid=30037 vsize=196936 CPUtime=101.75 cores=0,2,4,6
/proc/30039/task/30047/stat : 30047 (plingeling) R 30037 30039 29626 0 -1 4202560 82144 1253 0 0 10164 11 0 0 25 0 5 0 502827255 201662464 20687 33554432000 4194304 4417332 140734451517344 18446744073709551615 4364375 0 0 4096 17442 0 0 0 -1 6 0 0 0
[pid=30039/tid=30048] ppid=30037 vsize=196936 CPUtime=102.27 cores=0,2,4,6
/proc/30039/task/30048/stat : 30048 (plingeling) R 30037 30039 29626 0 -1 4202560 64269 1253 0 0 10218 9 0 0 25 0 5 0 502827255 201662464 20687 33554432000 4194304 4417332 140734451517344 18446744073709551615 4364549 0 0 4096 17442 0 0 0 -1 0 0 0 0
[pid=30039/tid=30049] ppid=30037 vsize=196936 CPUtime=102.25 cores=0,2,4,6
/proc/30039/task/30049/stat : 30049 (plingeling) R 30037 30039 29626 0 -1 4202560 43146 1253 0 0 10219 6 0 0 25 0 5 0 502827255 201662464 20687 33554432000 4194304 4417332 140734451517344 18446744073709551615 4364977 0 0 4096 17442 0 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 408.59
Current children cumulated vsize (KiB) 196936

[startup+162.301 s]
/proc/loadavg: 7.92 7.42 7.66 9/186 30053
/proc/meminfo: memFree=18871156/32951124 swapFree=67111528/67111528
[pid=30039] ppid=30037 vsize=213492 CPUtime=648.26 cores=0,2,4,6
/proc/30039/stat : 30039 (plingeling) S 30037 30039 29626 0 -1 4202496 381648 1253 0 0 64771 55 0 0 25 0 5 0 502827253 218615808 24826 33554432000 4194304 4417332 140734451517344 18446744073709551615 233522100197 0 0 4096 17442 18446744073709551615 0 0 17 4 0 0 0
/proc/30039/statm: 53373 24826 180 55 0 51259 0
[pid=30039/tid=30046] ppid=30037 vsize=213492 CPUtime=162.27 cores=0,2,4,6
/proc/30039/task/30046/stat : 30046 (plingeling) R 30037 30039 29626 0 -1 4202560 89576 1253 0 0 16215 12 0 0 25 0 5 0 502827255 218615808 24826 33554432000 4194304 4417332 140734451517344 18446744073709551615 4364560 0 0 4096 17442 0 0 0 -1 4 0 0 0
[pid=30039/tid=30047] ppid=30037 vsize=213492 CPUtime=161.42 cores=0,2,4,6
/proc/30039/task/30047/stat : 30047 (plingeling) R 30037 30039 29626 0 -1 4202560 123731 1253 0 0 16125 17 0 0 25 0 5 0 502827255 218615808 24826 33554432000 4194304 4417332 140734451517344 18446744073709551615 4364448 0 0 4096 17442 0 0 0 -1 6 0 0 0
[pid=30039/tid=30048] ppid=30037 vsize=213492 CPUtime=162.27 cores=0,2,4,6
/proc/30039/task/30048/stat : 30048 (plingeling) R 30037 30039 29626 0 -1 4202560 97328 1253 0 0 16213 14 0 0 25 0 5 0 502827255 218615808 24826 33554432000 4194304 4417332 140734451517344 18446744073709551615 4356782 0 0 4096 17442 0 0 0 -1 0 0 0 0
[pid=30039/tid=30049] ppid=30037 vsize=213492 CPUtime=162.25 cores=0,2,4,6
/proc/30039/task/30049/stat : 30049 (plingeling) R 30037 30039 29626 0 -1 4202560 69053 1253 0 0 16215 10 0 0 25 0 5 0 502827255 218615808 24826 33554432000 4194304 4417332 140734451517344 18446744073709551615 4353631 0 0 4096 17442 0 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 648.26
Current children cumulated vsize (KiB) 213492


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

[pid=30039/tid=30047] ppid=30037 vsize=340036 CPUtime=698.54 cores=0,2,4,6
/proc/30039/task/30047/stat : 30047 (plingeling) R 30037 30039 29626 0 -1 4202560 401418 1253 0 0 69799 55 0 0 25 0 5 0 502827255 348196864 56462 33554432000 4194304 4417332 140734451517344 18446744073709551615 4366006 0 0 4096 17442 0 0 0 -1 6 0 0 0
[pid=30039/tid=30048] ppid=30037 vsize=340036 CPUtime=702.28 cores=0,2,4,6
/proc/30039/task/30048/stat : 30048 (plingeling) R 30037 30039 29626 0 -1 4202560 365127 1253 0 0 70177 51 0 0 25 0 5 0 502827255 348196864 56462 33554432000 4194304 4417332 140734451517344 18446744073709551615 4237290 0 0 4096 17442 0 0 0 -1 0 0 0 0
[pid=30039/tid=30049] ppid=30037 vsize=340036 CPUtime=702.21 cores=0,2,4,6
/proc/30039/task/30049/stat : 30049 (plingeling) R 30037 30039 29626 0 -1 4202560 233442 1253 0 0 70187 34 0 0 25 0 5 0 502827255 348196864 56462 33554432000 4194304 4417332 140734451517344 18446744073709551615 4365960 0 0 4096 17442 0 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 2805.37
Current children cumulated vsize (KiB) 340036

[startup+762.3 s]
/proc/loadavg: 8.02 7.98 7.85 9/186 30069
/proc/meminfo: memFree=18680020/32951124 swapFree=67111528/67111528
[pid=30039] ppid=30037 vsize=317116 CPUtime=3045.07 cores=0,2,4,6
/proc/30039/stat : 30039 (plingeling) S 30037 30039 29626 0 -1 4202496 1362715 1253 0 0 304311 196 0 0 25 0 5 0 502827253 324726784 50747 33554432000 4194304 4417332 140734451517344 18446744073709551615 233522100197 0 0 4096 17442 18446744073709551615 0 0 17 4 0 0 0
/proc/30039/statm: 79279 50747 180 55 0 77165 0
[pid=30039/tid=30046] ppid=30037 vsize=317116 CPUtime=762.29 cores=0,2,4,6
/proc/30039/task/30046/stat : 30046 (plingeling) R 30037 30039 29626 0 -1 4202560 292564 1253 0 0 76185 44 0 0 25 0 5 0 502827255 324726784 50747 33554432000 4194304 4417332 140734451517344 18446744073709551615 4364556 0 0 4096 17442 0 0 0 -1 4 0 0 0
[pid=30039/tid=30047] ppid=30037 vsize=317116 CPUtime=758.21 cores=0,2,4,6
/proc/30039/task/30047/stat : 30047 (plingeling) R 30037 30039 29626 0 -1 4202560 432876 1253 0 0 75762 59 0 0 25 0 5 0 502827255 324726784 50747 33554432000 4194304 4417332 140734451517344 18446744073709551615 4366384 0 0 4096 17442 0 0 0 -1 6 0 0 0
[pid=30039/tid=30048] ppid=30037 vsize=317116 CPUtime=762.28 cores=0,2,4,6
/proc/30039/task/30048/stat : 30048 (plingeling) R 30037 30039 29626 0 -1 4202560 388501 1253 0 0 76174 54 0 0 25 0 5 0 502827255 324726784 50747 33554432000 4194304 4417332 140734451517344 18446744073709551615 4364448 0 0 4096 17442 0 0 0 -1 0 0 0 0
[pid=30039/tid=30049] ppid=30037 vsize=317116 CPUtime=762.21 cores=0,2,4,6
/proc/30039/task/30049/stat : 30049 (plingeling) R 30037 30039 29626 0 -1 4202560 246814 1253 0 0 76185 36 0 0 25 0 5 0 502827255 324726784 50747 33554432000 4194304 4417332 140734451517344 18446744073709551615 4365960 0 0 4096 17442 0 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 3045.07
Current children cumulated vsize (KiB) 317116

[startup+822.301 s]
/proc/loadavg: 8.06 8.00 7.86 9/186 30071
/proc/meminfo: memFree=18676148/32951124 swapFree=67111528/67111528
[pid=30039] ppid=30037 vsize=300004 CPUtime=3284.72 cores=0,2,4,6
/proc/30039/stat : 30039 (plingeling) S 30037 30039 29626 0 -1 4202496 1431265 1253 0 0 328266 206 0 0 25 0 5 0 502827253 307204096 46454 33554432000 4194304 4417332 140734451517344 18446744073709551615 233522100197 0 0 4096 17442 18446744073709551615 0 0 17 4 0 0 0
/proc/30039/statm: 75001 46454 180 55 0 72887 0
[pid=30039/tid=30046] ppid=30037 vsize=300004 CPUtime=822.29 cores=0,2,4,6
/proc/30039/task/30046/stat : 30046 (plingeling) R 30037 30039 29626 0 -1 4202560 308228 1253 0 0 82182 47 0 0 25 0 5 0 502827255 307204096 46454 33554432000 4194304 4417332 140734451517344 18446744073709551615 4364683 0 0 4096 17442 0 0 0 -1 4 0 0 0
[pid=30039/tid=30047] ppid=30037 vsize=300004 CPUtime=817.9 cores=0,2,4,6
/proc/30039/task/30047/stat : 30047 (plingeling) R 30037 30039 29626 0 -1 4202560 454397 1253 0 0 81727 63 0 0 25 0 5 0 502827255 307204096 46454 33554432000 4194304 4417332 140734451517344 18446744073709551615 4236649 0 0 4096 17442 0 0 0 -1 6 0 0 0
[pid=30039/tid=30048] ppid=30037 vsize=300004 CPUtime=822.28 cores=0,2,4,6
/proc/30039/task/30048/stat : 30048 (plingeling) R 30037 30039 29626 0 -1 4202560 405928 1253 0 0 82171 57 0 0 25 0 5 0 502827255 307204096 46454 33554432000 4194304 4417332 140734451517344 18446744073709551615 4237011 0 0 4096 17442 0 0 0 -1 0 0 0 0
[pid=30039/tid=30049] ppid=30037 vsize=300004 CPUtime=822.21 cores=0,2,4,6
/proc/30039/task/30049/stat : 30049 (plingeling) R 30037 30039 29626 0 -1 4202560 260752 1253 0 0 82183 38 0 0 25 0 5 0 502827255 307204096 46454 33554432000 4194304 4417332 140734451517344 18446744073709551615 4364642 0 0 4096 17442 0 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 3284.72
Current children cumulated vsize (KiB) 300004

[startup+882.307 s]
/proc/loadavg: 8.19 8.04 7.88 9/186 30072
/proc/meminfo: memFree=18674128/32951124 swapFree=67111528/67111528
[pid=30039] ppid=30037 vsize=307768 CPUtime=3524.42 cores=0,2,4,6
/proc/30039/stat : 30039 (plingeling) S 30037 30039 29626 0 -1 4202496 1504053 1253 0 0 352226 216 0 0 25 0 5 0 502827253 315154432 48395 33554432000 4194304 4417332 140734451517344 18446744073709551615 233522100197 0 0 4096 17442 18446744073709551615 0 0 17 4 0 0 0
/proc/30039/statm: 76942 48395 180 55 0 74828 0
[pid=30039/tid=30046] ppid=30037 vsize=307768 CPUtime=882.3 cores=0,2,4,6
/proc/30039/task/30046/stat : 30046 (plingeling) R 30037 30039 29626 0 -1 4202560 321189 1253 0 0 88181 49 0 0 25 0 5 0 502827255 315154432 48395 33554432000 4194304 4417332 140734451517344 18446744073709551615 4364822 0 0 4096 17442 0 0 0 -1 4 0 0 0
[pid=30039/tid=30047] ppid=30037 vsize=307768 CPUtime=877.58 cores=0,2,4,6
/proc/30039/task/30047/stat : 30047 (plingeling) R 30037 30039 29626 0 -1 4202560 476863 1253 0 0 87692 66 0 0 25 0 5 0 502827255 315154432 48395 33554432000 4194304 4417332 140734451517344 18446744073709551615 4364973 0 0 4096 17442 0 0 0 -1 6 0 0 0
[pid=30039/tid=30048] ppid=30037 vsize=307768 CPUtime=882.29 cores=0,2,4,6
/proc/30039/task/30048/stat : 30048 (plingeling) R 30037 30039 29626 0 -1 4202560 424364 1253 0 0 88169 60 0 0 25 0 5 0 502827255 315154432 48395 33554432000 4194304 4417332 140734451517344 18446744073709551615 4364470 0 0 4096 17442 0 0 0 -1 0 0 0 0
[pid=30039/tid=30049] ppid=30037 vsize=307768 CPUtime=882.21 cores=0,2,4,6
/proc/30039/task/30049/stat : 30049 (plingeling) R 30037 30039 29626 0 -1 4202560 279677 1253 0 0 88180 41 0 0 25 0 5 0 502827255 315154432 48395 33554432000 4194304 4417332 140734451517344 18446744073709551615 4364642 0 0 4096 17442 0 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 3524.42
Current children cumulated vsize (KiB) 307768

[startup+942.301 s]
/proc/loadavg: 8.12 8.05 7.89 9/186 30074
/proc/meminfo: memFree=18668644/32951124 swapFree=67111528/67111528
[pid=30039] ppid=30037 vsize=297192 CPUtime=3764.07 cores=0,2,4,6
/proc/30039/stat : 30039 (plingeling) S 30037 30039 29626 0 -1 4202496 1578287 1253 0 0 376181 226 0 0 25 0 5 0 502827253 304324608 45751 33554432000 4194304 4417332 140734451517344 18446744073709551615 233522100197 0 0 4096 17442 18446744073709551615 0 0 17 4 0 0 0
/proc/30039/statm: 74298 45751 180 55 0 72184 0
[pid=30039/tid=30046] ppid=30037 vsize=297192 CPUtime=942.29 cores=0,2,4,6
/proc/30039/task/30046/stat : 30046 (plingeling) R 30037 30039 29626 0 -1 4202560 334836 1253 0 0 94178 51 0 0 25 0 5 0 502827255 304324608 45751 33554432000 4194304 4417332 140734451517344 18446744073709551615 4364465 0 0 4096 17442 0 0 0 -1 4 0 0 0
[pid=30039/tid=30047] ppid=30037 vsize=297192 CPUtime=937.24 cores=0,2,4,6
/proc/30039/task/30047/stat : 30047 (plingeling) R 30037 30039 29626 0 -1 4202560 498392 1253 0 0 93656 68 0 0 25 0 5 0 502827255 304324608 45751 33554432000 4194304 4417332 140734451517344 18446744073709551615 4364822 0 0 4096 17442 0 0 0 -1 6 0 0 0
[pid=30039/tid=30048] ppid=30037 vsize=297192 CPUtime=942.29 cores=0,2,4,6
/proc/30039/task/30048/stat : 30048 (plingeling) R 30037 30039 29626 0 -1 4202560 442531 1253 0 0 94166 63 0 0 25 0 5 0 502827255 304324608 45751 33554432000 4194304 4417332 140734451517344 18446744073709551615 4364536 0 0 4096 17442 0 0 0 -1 0 0 0 0
[pid=30039/tid=30049] ppid=30037 vsize=297192 CPUtime=942.2 cores=0,2,4,6
/proc/30039/task/30049/stat : 30049 (plingeling) R 30037 30039 29626 0 -1 4202560 300568 1253 0 0 94177 43 0 0 25 0 5 0 502827255 304324608 45751 33554432000 4194304 4417332 140734451517344 18446744073709551615 4364536 0 0 4096 17442 0 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 3764.07
Current children cumulated vsize (KiB) 297192

[startup+1002.3 s]
/proc/loadavg: 8.37 8.12 7.92 10/187 30079
/proc/meminfo: memFree=18652336/32951124 swapFree=67111528/67111528
[pid=30039] ppid=30037 vsize=318288 CPUtime=4003.11 cores=0,2,4,6
/proc/30039/stat : 30039 (plingeling) S 30037 30039 29626 0 -1 4202496 1645382 1253 0 0 400076 235 0 0 25 0 5 0 502827253 325926912 51028 33554432000 4194304 4417332 140734451517344 18446744073709551615 233522100197 0 0 4096 17442 18446744073709551615 0 0 17 4 0 0 0
/proc/30039/statm: 79572 51028 180 55 0 77458 0
[pid=30039/tid=30046] ppid=30037 vsize=318288 CPUtime=1001.82 cores=0,2,4,6
/proc/30039/task/30046/stat : 30046 (plingeling) R 30037 30039 29626 0 -1 4202560 345505 1253 0 0 100130 52 0 0 25 0 5 0 502827255 325926912 51028 33554432000 4194304 4417332 140734451517344 18446744073709551615 4364549 0 0 4096 17442 0 0 0 -1 4 0 0 0
[pid=30039/tid=30047] ppid=30037 vsize=318288 CPUtime=996.9 cores=0,2,4,6
/proc/30039/task/30047/stat : 30047 (plingeling) R 30037 30039 29626 0 -1 4202560 517359 1253 0 0 99620 70 0 0 25 0 5 0 502827255 325926912 51028 33554432000 4194304 4417332 140734451517344 18446744073709551615 4364742 0 0 4096 17442 0 0 0 -1 6 0 0 0
[pid=30039/tid=30048] ppid=30037 vsize=318288 CPUtime=1002.14 cores=0,2,4,6
/proc/30039/task/30048/stat : 30048 (plingeling) R 30037 30039 29626 0 -1 4202560 461244 1253 0 0 100148 66 0 0 25 0 5 0 502827255 325926912 51028 33554432000 4194304 4417332 140734451517344 18446744073709551615 4364536 0 0 4096 17442 0 0 0 -1 0 0 0 0
[pid=30039/tid=30049] ppid=30037 vsize=318288 CPUtime=1002.19 cores=0,2,4,6
/proc/30039/task/30049/stat : 30049 (plingeling) R 30037 30039 29626 0 -1 4202560 319314 1253 0 0 100174 45 0 0 25 0 5 0 502827255 325926912 51028 33554432000 4194304 4417332 140734451517344 18446744073709551615 4364349 0 0 4096 17442 0 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 4003.11
Current children cumulated vsize (KiB) 318288

[startup+1062.3 s]
/proc/loadavg: 8.17 8.11 7.93 9/186 30080
/proc/meminfo: memFree=18621152/32951124 swapFree=67111528/67111528
[pid=30039] ppid=30037 vsize=333964 CPUtime=4242.61 cores=0,2,4,6
/proc/30039/stat : 30039 (plingeling) S 30037 30039 29626 0 -1 4202496 1725022 1253 0 0 424017 244 0 0 25 0 5 0 502827253 341979136 54969 33554432000 4194304 4417332 140734451517344 18446744073709551615 233522100197 0 0 4096 17442 18446744073709551615 0 0 17 4 0 0 0
/proc/30039/statm: 83491 54969 180 55 0 81377 0
[pid=30039/tid=30046] ppid=30037 vsize=333964 CPUtime=1061.66 cores=0,2,4,6
/proc/30039/task/30046/stat : 30046 (plingeling) R 30037 30039 29626 0 -1 4202560 362306 1253 0 0 106111 55 0 0 25 0 5 0 502827255 341979136 54969 33554432000 4194304 4417332 140734451517344 18446744073709551615 4366014 0 0 4096 17442 0 0 0 -1 4 0 0 0
[pid=30039/tid=30047] ppid=30037 vsize=333964 CPUtime=1056.58 cores=0,2,4,6
/proc/30039/task/30047/stat : 30047 (plingeling) R 30037 30039 29626 0 -1 4202560 538929 1253 0 0 105586 72 0 0 25 0 5 0 502827255 341979136 54969 33554432000 4194304 4417332 140734451517344 18446744073709551615 4353742 0 0 4096 17442 0 0 0 -1 6 0 0 0
[pid=30039/tid=30048] ppid=30037 vsize=333964 CPUtime=1062.15 cores=0,2,4,6
/proc/30039/task/30048/stat : 30048 (plingeling) R 30037 30039 29626 0 -1 4202560 481464 1253 0 0 106147 68 0 0 25 0 5 0 502827255 341979136 54969 33554432000 4194304 4417332 140734451517344 18446744073709551615 4364526 0 0 4096 17442 0 0 0 -1 0 0 0 0
[pid=30039/tid=30049] ppid=30037 vsize=333964 CPUtime=1062.19 cores=0,2,4,6
/proc/30039/task/30049/stat : 30049 (plingeling) R 30037 30039 29626 0 -1 4202560 340363 1253 0 0 106171 48 0 0 25 0 5 0 502827255 341979136 54969 33554432000 4194304 4417332 140734451517344 18446744073709551615 4366306 0 0 4096 17442 0 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 4242.61
Current children cumulated vsize (KiB) 333964

[startup+1122.3 s]
/proc/loadavg: 8.10 8.10 7.93 9/186 30082
/proc/meminfo: memFree=18653232/32951124 swapFree=67111528/67111528
[pid=30039] ppid=30037 vsize=313900 CPUtime=4482.3 cores=0,2,4,6
/proc/30039/stat : 30039 (plingeling) S 30037 30039 29626 0 -1 4202496 1812337 1253 0 0 447972 258 0 0 25 0 5 0 502827253 321433600 49928 33554432000 4194304 4417332 140734451517344 18446744073709551615 233522100197 0 0 4096 17442 18446744073709551615 0 0 17 4 0 0 0
/proc/30039/statm: 78475 49928 180 55 0 76361 0
[pid=30039/tid=30046] ppid=30037 vsize=313900 CPUtime=1121.66 cores=0,2,4,6
/proc/30039/task/30046/stat : 30046 (plingeling) R 30037 30039 29626 0 -1 4202560 379307 1253 0 0 112108 58 0 0 25 0 5 0 502827255 321433600 49928 33554432000 4194304 4417332 140734451517344 18446744073709551615 4364329 0 0 4096 17442 0 0 0 -1 4 0 0 0
[pid=30039/tid=30047] ppid=30037 vsize=313900 CPUtime=1116.26 cores=0,2,4,6
/proc/30039/task/30047/stat : 30047 (plingeling) R 30037 30039 29626 0 -1 4202560 562260 1253 0 0 111550 76 0 0 25 0 5 0 502827255 321433600 49928 33554432000 4194304 4417332 140734451517344 18446744073709551615 4236761 0 0 4096 17442 0 0 0 -1 6 0 0 0
[pid=30039/tid=30048] ppid=30037 vsize=313900 CPUtime=1122.14 cores=0,2,4,6
/proc/30039/task/30048/stat : 30048 (plingeling) R 30037 30039 29626 0 -1 4202560 506116 1253 0 0 112142 72 0 0 25 0 5 0 502827255 321433600 49928 33554432000 4194304 4417332 140734451517344 18446744073709551615 4365960 0 0 4096 17442 0 0 0 -1 0 0 0 0
[pid=30039/tid=30049] ppid=30037 vsize=313900 CPUtime=1122.19 cores=0,2,4,6
/proc/30039/task/30049/stat : 30049 (plingeling) R 30037 30039 29626 0 -1 4202560 362694 1253 0 0 112168 51 0 0 25 0 5 0 502827255 321433600 49928 33554432000 4194304 4417332 140734451517344 18446744073709551615 4364642 0 0 4096 17442 0 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 4482.3
Current children cumulated vsize (KiB) 313900

[startup+1182.3 s]
/proc/loadavg: 8.14 8.11 7.94 9/186 30083
/proc/meminfo: memFree=18649976/32951124 swapFree=67111528/67111528
[pid=30039] ppid=30037 vsize=333260 CPUtime=4721.97 cores=0,2,4,6
/proc/30039/stat : 30039 (plingeling) S 30037 30039 29626 0 -1 4202496 1900391 1253 0 0 471927 270 0 0 25 0 5 0 502827253 341258240 54768 33554432000 4194304 4417332 140734451517344 18446744073709551615 233522100197 0 0 4096 17442 18446744073709551615 0 0 17 4 0 0 0
/proc/30039/statm: 83315 54768 180 55 0 81201 0
[pid=30039/tid=30046] ppid=30037 vsize=333260 CPUtime=1181.66 cores=0,2,4,6
/proc/30039/task/30046/stat : 30046 (plingeling) R 30037 30039 29626 0 -1 4202560 396398 1253 0 0 118106 60 0 0 25 0 5 0 502827255 341258240 54768 33554432000 4194304 4417332 140734451517344 18446744073709551615 4364938 0 0 4096 17442 0 0 0 -1 4 0 0 0
[pid=30039/tid=30047] ppid=30037 vsize=333260 CPUtime=1175.94 cores=0,2,4,6
/proc/30039/task/30047/stat : 30047 (plingeling) R 30037 30039 29626 0 -1 4202560 590654 1253 0 0 117515 79 0 0 25 0 5 0 502827255 341258240 54768 33554432000 4194304 4417332 140734451517344 18446744073709551615 4364509 0 0 4096 17442 0 0 0 -1 6 0 0 0
[pid=30039/tid=30048] ppid=30037 vsize=333260 CPUtime=1182.15 cores=0,2,4,6
/proc/30039/task/30048/stat : 30048 (plingeling) R 30037 30039 29626 0 -1 4202560 525298 1253 0 0 118140 75 0 0 25 0 5 0 502827255 341258240 54768 33554432000 4194304 4417332 140734451517344 18446744073709551615 4364494 0 0 4096 17442 0 0 0 -1 0 0 0 0
[pid=30039/tid=30049] ppid=30037 vsize=333260 CPUtime=1182.19 cores=0,2,4,6
/proc/30039/task/30049/stat : 30049 (plingeling) R 30037 30039 29626 0 -1 4202560 386081 1253 0 0 118164 55 0 0 25 0 5 0 502827255 341258240 54768 33554432000 4194304 4417332 140734451517344 18446744073709551615 4364642 0 0 4096 17442 0 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 4721.97
Current children cumulated vsize (KiB) 333260



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1201.9 s]
/proc/loadavg: 7.83 8.04 7.92 9/186 30121
/proc/meminfo: memFree=18763460/32951124 swapFree=67111528/67111528
[pid=30039] ppid=30037 vsize=356252 CPUtime=4800.29 cores=0,2,4,6
/proc/30039/stat : 30039 (plingeling) S 30037 30039 29626 0 -1 4202496 1936645 1253 0 0 479753 276 0 0 25 0 5 0 502827253 364802048 60516 33554432000 4194304 4417332 140734451517344 18446744073709551615 233522100197 0 0 4096 17442 18446744073709551615 0 0 17 4 0 0 0
/proc/30039/statm: 89063 60516 180 55 0 86949 0
[pid=30039/tid=30046] ppid=30037 vsize=356252 CPUtime=1201.26 cores=0,2,4,6
/proc/30039/task/30046/stat : 30046 (plingeling) R 30037 30039 29626 0 -1 4202560 408223 1253 0 0 120065 61 0 0 25 0 5 0 502827255 364802048 60516 33554432000 4194304 4417332 140734451517344 18446744073709551615 4364642 0 0 4096 17442 0 0 0 -1 4 0 0 0
[pid=30039/tid=30047] ppid=30037 vsize=356252 CPUtime=1195.43 cores=0,2,4,6
/proc/30039/task/30047/stat : 30047 (plingeling) R 30037 30039 29626 0 -1 4202560 598706 1253 0 0 119463 80 0 0 25 0 5 0 502827255 364802048 60516 33554432000 4194304 4417332 140734451517344 18446744073709551615 4364487 0 0 4096 17442 0 0 0 -1 6 0 0 0
[pid=30039/tid=30048] ppid=30037 vsize=356252 CPUtime=1201.75 cores=0,2,4,6
/proc/30039/task/30048/stat : 30048 (plingeling) R 30037 30039 29626 0 -1 4202560 533773 1253 0 0 120099 76 0 0 25 0 5 0 502827255 364802048 60516 33554432000 4194304 4417332 140734451517344 18446744073709551615 4364491 0 0 4096 17442 0 0 0 -1 0 0 0 0
[pid=30039/tid=30049] ppid=30037 vsize=356252 CPUtime=1201.79 cores=0,2,4,6
/proc/30039/task/30049/stat : 30049 (plingeling) R 30037 30039 29626 0 -1 4202560 393983 1253 0 0 120123 56 0 0 25 0 5 0 502827255 364802048 60516 33554432000 4194304 4417332 140734451517344 18446744073709551615 4236544 0 0 4096 17442 0 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 4800.29
Current children cumulated vsize (KiB) 356252

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

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

Child ended because it received signal 15 (SIGTERM)
Real time (s): 1201.92
CPU time (s): 4800.33
CPU user time (s): 4797.56
CPU system time (s): 2.77458
CPU usage (%): 399.387
Max. virtual memory (cumulated for all children) (KiB): 376428

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 4797.56
system time used= 2.77458
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 1937899
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= 71
involuntary context switches= 34850

runsolver used 1.9797 second user time and 4.46432 second system time

The end

Launcher Data

Begin job on node145 at 2011-04-29 21:08:34
IDJOB=3264674
IDBENCH=84762
IDSOLVER=1605
FILE ID=node145/3264674-1304104114
RUNJOBID= node145-1304104102-29974
PBS_JOBID= 13170624
Free space on /tmp= 72204 MiB

SOLVER NAME= Plingeling 587
BENCH NAME= SAT04/handmade/marijn/equilarge-l/equilarge_l4.used-as.sat04-896.cnf
COMMAND LINE= plingeling -t NBCORE BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3264674-1304104114/watcher-3264674-1304104114 -o /tmp/evaluation-result-3264674-1304104114/solver-3264674-1304104114 -C 4800 -W 1300 -M 15500  plingeling -t 4 HOME/instance-3264674-1304104114.cnf

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

MD5SUM BENCH= fc993d9544ccd8eaeaa4882599387947
RANDOM SEED=1709469890

node145.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.786
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.57
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.786
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.76
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.786
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.74
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.786
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.786
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 2
cpu cores	: 4
apicid		: 4
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx rdtscp lm constant_tsc ida nonstop_tsc pni monitor ds_cpl vmx est tm2 cx16 xtpr popcnt lahf_lm
bogomips	: 5332.82
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]

processor	: 5
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.786
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.74
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.786
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.84
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.786
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.77
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]


/proc/meminfo:
MemTotal:     32951124 kB
MemFree:      19023228 kB
Buffers:       2052824 kB
Cached:       11207532 kB
SwapCached:          0 kB
Active:        2606368 kB
Inactive:     10749808 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32951124 kB
LowFree:      19023228 kB
SwapTotal:    67111528 kB
SwapFree:     67111528 kB
Dirty:            1188 kB
Writeback:           0 kB
AnonPages:       95528 kB
Mapped:          15412 kB
Slab:           508080 kB
PageTables:       4944 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83587088 kB
Committed_AS:   277724 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= 72204 MiB
End job on node145 at 2011-04-29 21:28:38