Trace number 3265202

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.35 1201.85

General information on the benchmark

NameSAT05/crafted/sabharwal05/counting/php/unsat/
harder/php-040-039.shuffled-as.sat05-1194.cnf
MD5SUM8c84d9b9f2d75de33656119bc03a9afb
Bench CategoryCRAFTED (crafted instances)
Best result obtained on this benchmarkUNSAT
Best CPU time to get the best result obtained on this benchmark45.3841
Satisfiable
(Un)Satisfiability was proved
Number of variables1560
Number of clauses30460
Sum of the clauses size62400
Maximum clause length39
Minimum clause length2
Number of clauses of size 10
Number of clauses of size 230420
Number of clauses of size 30
Number of clauses of size 40
Number of clauses of size 50
Number of clauses of size over 540

Solver Data


Verifier Data

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

Watcher Data

runsolver Copyright (C) 2010-2011 Olivier ROUSSEL

This is runsolver version 3.3.0 (svn: 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-3265202-1304105852/watcher-3265202-1304105852 -o /tmp/evaluation-result-3265202-1304105852/solver-3265202-1304105852 -C 4800 -W 1300 -M 15500 plingeling -t 4 HOME/instance-3265202-1304105852.cnf 

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

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


[startup+0 s]
/proc/loadavg: 7.91 7.14 7.12 6/181 7650
/proc/meminfo: memFree=19604252/32950904 swapFree=67082284/67111528
[pid=7650] ppid=7648 vsize=9520 CPUtime=0 cores=1,3,5,7
/proc/7650/stat : 7650 (plingeling) R 7648 7650 7523 0 -1 4202496 464 1250 0 0 0 0 0 0 25 0 1 0 522184935 9748480 393 33554432000 4194304 4417332 140736219303904 18446744073709551615 237278879488 0 0 4096 17442 0 0 0 17 1 0 0 0
/proc/7650/statm: 2380 393 146 55 0 266 0

[startup+0.140588 s]
/proc/loadavg: 7.91 7.14 7.12 6/181 7650
/proc/meminfo: memFree=19604252/32950904 swapFree=67082284/67111528
[pid=7650] ppid=7648 vsize=125020 CPUtime=0.46 cores=1,3,5,7
/proc/7650/stat : 7650 (plingeling) S 7648 7650 7523 0 -1 4202496 3730 1250 0 0 46 0 0 0 25 0 5 0 522184935 128020480 2681 33554432000 4194304 4417332 140736219303904 18446744073709551615 237290682341 0 0 4096 17442 18446744073709551615 0 0 17 1 0 0 0
/proc/7650/statm: 31255 2681 180 55 0 29141 0
Current children cumulated CPU time (s) 0.46
Current children cumulated vsize (KiB) 125020

[startup+0.200577 s]
/proc/loadavg: 7.91 7.14 7.12 6/181 7650
/proc/meminfo: memFree=19604252/32950904 swapFree=67082284/67111528
[pid=7650] ppid=7648 vsize=126868 CPUtime=0.69 cores=1,3,5,7
/proc/7650/stat : 7650 (plingeling) S 7648 7650 7523 0 -1 4202496 4192 1250 0 0 69 0 0 0 25 0 5 0 522184935 129912832 3143 33554432000 4194304 4417332 140736219303904 18446744073709551615 237290682341 0 0 4096 17442 18446744073709551615 0 0 17 1 0 0 0
/proc/7650/statm: 31717 3143 180 55 0 29603 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 126868

[startup+0.300559 s]
/proc/loadavg: 7.91 7.14 7.12 6/181 7650
/proc/meminfo: memFree=19604252/32950904 swapFree=67082284/67111528
[pid=7650] ppid=7648 vsize=126332 CPUtime=1.09 cores=1,3,5,7
/proc/7650/stat : 7650 (plingeling) S 7648 7650 7523 0 -1 4202496 4874 1250 0 0 109 0 0 0 25 0 5 0 522184935 129363968 3010 33554432000 4194304 4417332 140736219303904 18446744073709551615 237290682341 0 0 4096 17442 18446744073709551615 0 0 17 1 0 0 0
/proc/7650/statm: 31583 3010 181 55 0 29469 0
Current children cumulated CPU time (s) 1.09
Current children cumulated vsize (KiB) 126332

[startup+0.700491 s]
/proc/loadavg: 7.91 7.14 7.12 6/181 7650
/proc/meminfo: memFree=19604252/32950904 swapFree=67082284/67111528
[pid=7650] ppid=7648 vsize=140424 CPUtime=2.69 cores=1,3,5,7
/proc/7650/stat : 7650 (plingeling) S 7648 7650 7523 0 -1 4202496 11262 1250 0 0 268 1 0 0 25 0 5 0 522184935 143794176 6565 33554432000 4194304 4417332 140736219303904 18446744073709551615 237290682341 0 0 4096 17442 18446744073709551615 0 0 17 1 0 0 0
/proc/7650/statm: 35106 6565 181 55 0 32992 0
Current children cumulated CPU time (s) 2.69
Current children cumulated vsize (KiB) 140424

[startup+1.50035 s]
/proc/loadavg: 7.91 7.14 7.12 9/186 7660
/proc/meminfo: memFree=19603600/32950904 swapFree=67082284/67111528
[pid=7650] ppid=7648 vsize=147380 CPUtime=5.89 cores=1,3,5,7
/proc/7650/stat : 7650 (plingeling) S 7648 7650 7523 0 -1 4202496 26745 1250 0 0 585 4 0 0 25 0 5 0 522184935 150917120 8304 33554432000 4194304 4417332 140736219303904 18446744073709551615 237290682341 0 0 4096 17442 18446744073709551615 0 0 17 1 0 0 0
/proc/7650/statm: 36845 8304 181 55 0 34731 0
[pid=7650/tid=7657] ppid=7648 vsize=147380 CPUtime=1.46 cores=1,3,5,7
/proc/7650/task/7657/stat : 7657 (plingeling) R 7648 7650 7523 0 -1 4202560 5406 1250 0 0 146 0 0 0 25 0 5 0 522184938 150917120 8304 33554432000 4194304 4417332 140736219303904 18446744073709551615 4237002 0 0 4096 17442 0 0 0 -1 1 0 0 0
[pid=7650/tid=7658] ppid=7648 vsize=147380 CPUtime=1.46 cores=1,3,5,7
/proc/7650/task/7658/stat : 7658 (plingeling) R 7648 7650 7523 0 -1 4202560 5771 1250 0 0 145 1 0 0 25 0 5 0 522184938 150917120 8304 33554432000 4194304 4417332 140736219303904 18446744073709551615 4357458 0 0 4096 17442 0 0 0 -1 5 0 0 0
[pid=7650/tid=7659] ppid=7648 vsize=147380 CPUtime=1.45 cores=1,3,5,7
/proc/7650/task/7659/stat : 7659 (plingeling) R 7648 7650 7523 0 -1 4202560 5206 1250 0 0 145 0 0 0 25 0 5 0 522184938 150917120 8304 33554432000 4194304 4417332 140736219303904 18446744073709551615 4364565 0 0 4096 17442 0 0 0 -1 7 0 0 0
[pid=7650/tid=7660] ppid=7648 vsize=147380 CPUtime=1.46 cores=1,3,5,7
/proc/7650/task/7660/stat : 7660 (plingeling) R 7648 7650 7523 0 -1 4202560 8809 1250 0 0 145 1 0 0 25 0 5 0 522184938 150917120 8304 33554432000 4194304 4417332 140736219303904 18446744073709551615 4364642 0 0 4096 17442 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 5.89
Current children cumulated vsize (KiB) 147380

[startup+3.10107 s]
/proc/loadavg: 7.91 7.14 7.12 9/186 7660
/proc/meminfo: memFree=19588596/32950904 swapFree=67082284/67111528
[pid=7650] ppid=7648 vsize=160656 CPUtime=12.29 cores=1,3,5,7
/proc/7650/stat : 7650 (plingeling) S 7648 7650 7523 0 -1 4202496 52926 1250 0 0 1220 9 0 0 25 0 5 0 522184935 164511744 11631 33554432000 4194304 4417332 140736219303904 18446744073709551615 237290682341 0 0 4096 17442 18446744073709551615 0 0 17 1 0 0 0
/proc/7650/statm: 40164 11631 181 55 0 38050 0
[pid=7650/tid=7657] ppid=7648 vsize=160656 CPUtime=3.06 cores=1,3,5,7
/proc/7650/task/7657/stat : 7657 (plingeling) R 7648 7650 7523 0 -1 4202560 9856 1250 0 0 305 1 0 0 25 0 5 0 522184938 164511744 11631 33554432000 4194304 4417332 140736219303904 18446744073709551615 4364818 0 0 4096 17442 0 0 0 -1 1 0 0 0
[pid=7650/tid=7658] ppid=7648 vsize=160656 CPUtime=3.06 cores=1,3,5,7
/proc/7650/task/7658/stat : 7658 (plingeling) R 7648 7650 7523 0 -1 4202560 11885 1250 0 0 304 2 0 0 25 0 5 0 522184938 164511744 11631 33554432000 4194304 4417332 140736219303904 18446744073709551615 4264976 0 0 4096 17442 0 0 0 -1 5 0 0 0
[pid=7650/tid=7659] ppid=7648 vsize=160656 CPUtime=3.05 cores=1,3,5,7
/proc/7650/task/7659/stat : 7659 (plingeling) R 7648 7650 7523 0 -1 4202560 10929 1250 0 0 304 1 0 0 25 0 5 0 522184938 164511744 11631 33554432000 4194304 4417332 140736219303904 18446744073709551615 4235614 0 0 4096 17442 0 0 0 -1 7 0 0 0
[pid=7650/tid=7660] ppid=7648 vsize=160656 CPUtime=3.06 cores=1,3,5,7
/proc/7650/task/7660/stat : 7660 (plingeling) R 7648 7650 7523 0 -1 4202560 18703 1250 0 0 303 3 0 0 25 0 5 0 522184938 164511744 11631 33554432000 4194304 4417332 140736219303904 18446744073709551615 4357493 0 0 4096 17442 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 12.29
Current children cumulated vsize (KiB) 160656

[startup+6.3005 s]
/proc/loadavg: 7.92 7.15 7.12 9/186 7661
/proc/meminfo: memFree=19582460/32950904 swapFree=67082284/67111528
[pid=7650] ppid=7648 vsize=212008 CPUtime=25.07 cores=1,3,5,7
/proc/7650/stat : 7650 (plingeling) S 7648 7650 7523 0 -1 4202496 116429 1250 0 0 2489 18 0 0 25 0 5 0 522184935 217096192 24439 33554432000 4194304 4417332 140736219303904 18446744073709551615 237290682341 0 0 4096 17442 18446744073709551615 0 0 17 1 0 0 0
/proc/7650/statm: 53002 24439 181 55 0 50888 0
[pid=7650/tid=7657] ppid=7648 vsize=212008 CPUtime=6.26 cores=1,3,5,7
/proc/7650/task/7657/stat : 7657 (plingeling) R 7648 7650 7523 0 -1 4202560 26989 1250 0 0 623 3 0 0 25 0 5 0 522184938 217096192 24439 33554432000 4194304 4417332 140736219303904 18446744073709551615 4309988 0 0 4096 17442 0 0 0 -1 1 0 0 0
[pid=7650/tid=7658] ppid=7648 vsize=212008 CPUtime=6.26 cores=1,3,5,7
/proc/7650/task/7658/stat : 7658 (plingeling) R 7648 7650 7523 0 -1 4202560 27230 1250 0 0 622 4 0 0 25 0 5 0 522184938 217096192 24439 33554432000 4194304 4417332 140736219303904 18446744073709551615 4309503 0 0 4096 17442 0 0 0 -1 5 0 0 0
[pid=7650/tid=7659] ppid=7648 vsize=212008 CPUtime=6.23 cores=1,3,5,7
/proc/7650/task/7659/stat : 7659 (plingeling) R 7648 7650 7523 0 -1 4202560 28265 1250 0 0 620 3 0 0 25 0 5 0 522184938 217096192 24439 33554432000 4194304 4417332 140736219303904 18446744073709551615 4364742 0 0 4096 17442 0 0 0 -1 7 0 0 0
[pid=7650/tid=7660] ppid=7648 vsize=212008 CPUtime=6.26 cores=1,3,5,7
/proc/7650/task/7660/stat : 7660 (plingeling) R 7648 7650 7523 0 -1 4202560 32392 1250 0 0 621 5 0 0 25 0 5 0 522184938 217096192 24439 33554432000 4194304 4417332 140736219303904 18446744073709551615 4364448 0 0 4096 17442 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 25.07
Current children cumulated vsize (KiB) 212008

[startup+12.7004 s]
/proc/loadavg: 7.92 7.16 7.13 9/186 7661
/proc/meminfo: memFree=19538052/32950904 swapFree=67082284/67111528
[pid=7650] ppid=7648 vsize=208272 CPUtime=50.63 cores=1,3,5,7
/proc/7650/stat : 7650 (plingeling) S 7648 7650 7523 0 -1 4202496 232324 1250 0 0 5028 35 0 0 25 0 5 0 522184935 213270528 23505 33554432000 4194304 4417332 140736219303904 18446744073709551615 237290682341 0 0 4096 17442 18446744073709551615 0 0 17 1 0 0 0
/proc/7650/statm: 52068 23505 181 55 0 49954 0
[pid=7650/tid=7657] ppid=7648 vsize=208272 CPUtime=12.66 cores=1,3,5,7
/proc/7650/task/7657/stat : 7657 (plingeling) R 7648 7650 7523 0 -1 4202560 55365 1250 0 0 1258 8 0 0 25 0 5 0 522184938 213270528 23505 33554432000 4194304 4417332 140736219303904 18446744073709551615 4354410 0 0 4096 17442 0 0 0 -1 1 0 0 0
[pid=7650/tid=7658] ppid=7648 vsize=208272 CPUtime=12.66 cores=1,3,5,7
/proc/7650/task/7658/stat : 7658 (plingeling) R 7648 7650 7523 0 -1 4202560 54145 1250 0 0 1258 8 0 0 25 0 5 0 522184938 213270528 23505 33554432000 4194304 4417332 140736219303904 18446744073709551615 4251045 0 0 4096 17442 0 0 0 -1 5 0 0 0
[pid=7650/tid=7659] ppid=7648 vsize=208272 CPUtime=12.59 cores=1,3,5,7
/proc/7650/task/7659/stat : 7659 (plingeling) R 7648 7650 7523 0 -1 4202560 66397 1250 0 0 1250 9 0 0 25 0 5 0 522184938 213270528 23505 33554432000 4194304 4417332 140736219303904 18446744073709551615 4234657 0 0 4096 17442 0 0 0 -1 7 0 0 0
[pid=7650/tid=7660] ppid=7648 vsize=208272 CPUtime=12.66 cores=1,3,5,7
/proc/7650/task/7660/stat : 7660 (plingeling) R 7648 7650 7523 0 -1 4202560 54864 1250 0 0 1257 9 0 0 25 0 5 0 522184938 213270528 23505 33554432000 4194304 4417332 140736219303904 18446744073709551615 4356751 0 0 4096 17442 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 50.63
Current children cumulated vsize (KiB) 208272

[startup+25.5011 s]
/proc/loadavg: 8.01 7.22 7.14 9/186 7661
/proc/meminfo: memFree=19493540/32950904 swapFree=67082284/67111528
[pid=7650] ppid=7648 vsize=308784 CPUtime=101.75 cores=1,3,5,7
/proc/7650/stat : 7650 (plingeling) S 7648 7650 7523 0 -1 4202496 445555 1250 0 0 10107 68 0 0 25 0 5 0 522184935 316194816 48633 33554432000 4194304 4417332 140736219303904 18446744073709551615 237290682341 0 0 4096 17442 18446744073709551615 0 0 17 1 0 0 0
/proc/7650/statm: 77196 48633 181 55 0 75082 0
[pid=7650/tid=7657] ppid=7648 vsize=308784 CPUtime=25.46 cores=1,3,5,7
/proc/7650/task/7657/stat : 7657 (plingeling) R 7648 7650 7523 0 -1 4202560 112292 1250 0 0 2529 17 0 0 25 0 5 0 522184938 316194816 48633 33554432000 4194304 4417332 140736219303904 18446744073709551615 4236672 0 0 4096 17442 0 0 0 -1 1 0 0 0
[pid=7650/tid=7658] ppid=7648 vsize=308784 CPUtime=25.46 cores=1,3,5,7
/proc/7650/task/7658/stat : 7658 (plingeling) R 7648 7650 7523 0 -1 4202560 118250 1250 0 0 2528 18 0 0 25 0 5 0 522184938 316194816 48633 33554432000 4194304 4417332 140736219303904 18446744073709551615 4356771 0 0 4096 17442 0 0 0 -1 5 0 0 0
[pid=7650/tid=7659] ppid=7648 vsize=308784 CPUtime=25.32 cores=1,3,5,7
/proc/7650/task/7659/stat : 7659 (plingeling) R 7648 7650 7523 0 -1 4202560 123554 1250 0 0 2516 16 0 0 25 0 5 0 522184938 316194816 48633 33554432000 4194304 4417332 140736219303904 18446744073709551615 4307609 0 0 4096 17442 0 0 0 -1 7 0 0 0
[pid=7650/tid=7660] ppid=7648 vsize=308784 CPUtime=25.46 cores=1,3,5,7
/proc/7650/task/7660/stat : 7660 (plingeling) R 7648 7650 7523 0 -1 4202560 89906 1250 0 0 2531 15 0 0 25 0 5 0 522184938 316194816 48633 33554432000 4194304 4417332 140736219303904 18446744073709551615 4364642 0 0 4096 17442 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 101.75
Current children cumulated vsize (KiB) 308784

[startup+51.1005 s]
/proc/loadavg: 8.07 7.30 7.17 9/186 7662
/proc/meminfo: memFree=19274400/32950904 swapFree=67082284/67111528
[pid=7650] ppid=7648 vsize=481564 CPUtime=204.01 cores=1,3,5,7
/proc/7650/stat : 7650 (plingeling) S 7648 7650 7523 0 -1 4202496 751462 1250 0 0 20285 116 0 0 25 0 5 0 522184935 493121536 91828 33554432000 4194304 4417332 140736219303904 18446744073709551615 237290682341 0 0 4096 17442 18446744073709551615 0 0 17 1 0 0 0
/proc/7650/statm: 120391 91828 181 55 0 118277 0
[pid=7650/tid=7657] ppid=7648 vsize=481564 CPUtime=51.05 cores=1,3,5,7
/proc/7650/task/7657/stat : 7657 (plingeling) R 7648 7650 7523 0 -1 4202560 180748 1250 0 0 5076 29 0 0 25 0 5 0 522184938 493121536 91828 33554432000 4194304 4417332 140736219303904 18446744073709551615 4364957 0 0 4096 17442 0 0 0 -1 1 0 0 0
[pid=7650/tid=7658] ppid=7648 vsize=481564 CPUtime=51.06 cores=1,3,5,7
/proc/7650/task/7658/stat : 7658 (plingeling) R 7648 7650 7523 0 -1 4202560 219204 1250 0 0 5072 34 0 0 25 0 5 0 522184938 493121536 91828 33554432000 4194304 4417332 140736219303904 18446744073709551615 4321577 0 0 4096 17442 0 0 0 -1 5 0 0 0
[pid=7650/tid=7659] ppid=7648 vsize=481564 CPUtime=50.78 cores=1,3,5,7
/proc/7650/task/7659/stat : 7659 (plingeling) R 7648 7650 7523 0 -1 4202560 205919 1250 0 0 5051 27 0 0 25 0 5 0 522184938 493121536 91828 33554432000 4194304 4417332 140736219303904 18446744073709551615 4364642 0 0 4096 17442 0 0 0 -1 7 0 0 0
[pid=7650/tid=7660] ppid=7648 vsize=481564 CPUtime=51.06 cores=1,3,5,7
/proc/7650/task/7660/stat : 7660 (plingeling) R 7648 7650 7523 0 -1 4202560 144038 1250 0 0 5082 24 0 0 25 0 5 0 522184938 493121536 91828 33554432000 4194304 4417332 140736219303904 18446744073709551615 4364642 0 0 4096 17442 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 204.01
Current children cumulated vsize (KiB) 481564

[startup+102.3 s]
/proc/loadavg: 8.10 7.42 7.22 9/186 7663
/proc/meminfo: memFree=19082924/32950904 swapFree=67082284/67111528
[pid=7650] ppid=7648 vsize=653156 CPUtime=408.55 cores=1,3,5,7
/proc/7650/stat : 7650 (plingeling) S 7648 7650 7523 0 -1 4202496 1188069 1250 0 0 40678 177 0 0 25 0 5 0 522184935 668831744 134726 33554432000 4194304 4417332 140736219303904 18446744073709551615 237290682341 0 0 4096 17442 18446744073709551615 0 0 17 1 0 0 0
/proc/7650/statm: 163289 134726 181 55 0 161175 0
[pid=7650/tid=7657] ppid=7648 vsize=653156 CPUtime=102.26 cores=1,3,5,7
/proc/7650/task/7657/stat : 7657 (plingeling) R 7648 7650 7523 0 -1 4202560 290721 1250 0 0 10181 45 0 0 25 0 5 0 522184938 668831744 134726 33554432000 4194304 4417332 140736219303904 18446744073709551615 4358118 0 0 4096 17442 0 0 0 -1 1 0 0 0
[pid=7650/tid=7658] ppid=7648 vsize=653156 CPUtime=102.26 cores=1,3,5,7
/proc/7650/task/7658/stat : 7658 (plingeling) R 7648 7650 7523 0 -1 4202560 360659 1250 0 0 10173 53 0 0 25 0 5 0 522184938 668831744 134726 33554432000 4194304 4417332 140736219303904 18446744073709551615 4365960 0 0 4096 17442 0 0 0 -1 5 0 0 0
[pid=7650/tid=7659] ppid=7648 vsize=653156 CPUtime=101.71 cores=1,3,5,7
/proc/7650/task/7659/stat : 7659 (plingeling) R 7648 7650 7523 0 -1 4202560 315221 1250 0 0 10129 42 0 0 25 0 5 0 522184938 668831744 134726 33554432000 4194304 4417332 140736219303904 18446744073709551615 4232612 0 0 4096 17442 0 0 0 -1 7 0 0 0
[pid=7650/tid=7660] ppid=7648 vsize=653156 CPUtime=102.26 cores=1,3,5,7
/proc/7650/task/7660/stat : 7660 (plingeling) R 7648 7650 7523 0 -1 4202560 219915 1250 0 0 10191 35 0 0 25 0 5 0 522184938 668831744 134726 33554432000 4194304 4417332 140736219303904 18446744073709551615 4364652 0 0 4096 17442 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 408.55
Current children cumulated vsize (KiB) 653156

[startup+162.301 s]
/proc/loadavg: 8.17 7.55 7.28 9/186 7665
/proc/meminfo: memFree=18962724/32950904 swapFree=67082284/67111528
[pid=7650] ppid=7648 vsize=751768 CPUtime=648.2 cores=1,3,5,7
/proc/7650/stat : 7650 (plingeling) S 7648 7650 7523 0 -1 4202496 1696358 1250 0 0 64571 249 0 0 25 0 5 0 522184935 769810432 166186 33554432000 4194304 4417332 140736219303904 18446744073709551615 237290682341 0 0 4096 17442 18446744073709551615 0 0 17 1 0 0 0
/proc/7650/statm: 187942 166186 181 55 0 185828 0
[pid=7650/tid=7657] ppid=7648 vsize=751768 CPUtime=162.24 cores=1,3,5,7
/proc/7650/task/7657/stat : 7657 (plingeling) R 7648 7650 7523 0 -1 4202560 401175 1250 0 0 16163 61 0 0 25 0 5 0 522184938 769810432 166186 33554432000 4194304 4417332 140736219303904 18446744073709551615 4364642 0 0 4096 17442 0 0 0 -1 1 0 0 0
[pid=7650/tid=7658] ppid=7648 vsize=751768 CPUtime=162.26 cores=1,3,5,7
/proc/7650/task/7658/stat : 7658 (plingeling) R 7648 7650 7523 0 -1 4202560 488130 1250 0 0 16155 71 0 0 25 0 5 0 522184938 769810432 166186 33554432000 4194304 4417332 140736219303904 18446744073709551615 4364531 0 0 4096 17442 0 0 0 -1 5 0 0 0
[pid=7650/tid=7659] ppid=7648 vsize=751768 CPUtime=161.37 cores=1,3,5,7
/proc/7650/task/7659/stat : 7659 (plingeling) R 7648 7650 7523 0 -1 4202560 503190 1250 0 0 16070 67 0 0 25 0 5 0 522184938 769810432 166186 33554432000 4194304 4417332 140736219303904 18446744073709551615 4364509 0 0 4096 17442 0 0 0 -1 7 0 0 0
[pid=7650/tid=7660] ppid=7648 vsize=751768 CPUtime=162.26 cores=1,3,5,7
/proc/7650/task/7660/stat : 7660 (plingeling) R 7648 7650 7523 0 -1 4202560 302310 1250 0 0 16178 48 0 0 25 0 5 0 522184938 769810432 166186 33554432000 4194304 4417332 140736219303904 18446744073709551615 4364656 0 0 4096 17442 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 648.2
Current children cumulated vsize (KiB) 751768


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

/proc/meminfo: memFree=17477608/32950904 swapFree=67082284/67111528
[pid=7650] ppid=7648 vsize=1907180 CPUtime=3044.96 cores=1,3,5,7
/proc/7650/stat : 7650 (plingeling) S 7648 7650 7523 0 -1 4202496 5930475 1250 0 0 303662 834 0 0 25 0 5 0 522184935 1952952320 448232 33554432000 4194304 4417332 140736219303904 18446744073709551615 237290682341 0 0 4096 17442 18446744073709551615 0 0 17 1 0 0 0
/proc/7650/statm: 476795 448232 181 55 0 474681 0
[pid=7650/tid=7657] ppid=7648 vsize=1907180 CPUtime=762.23 cores=1,3,5,7
/proc/7650/task/7657/stat : 7657 (plingeling) R 7648 7650 7523 0 -1 4202560 1578092 1250 0 0 76002 221 0 0 25 0 5 0 522184938 1952952320 448232 33554432000 4194304 4417332 140736219303904 18446744073709551615 4364899 0 0 4096 17442 0 0 0 -1 1 0 0 0
[pid=7650/tid=7658] ppid=7648 vsize=1907180 CPUtime=762.28 cores=1,3,5,7
/proc/7650/task/7658/stat : 7658 (plingeling) R 7648 7650 7523 0 -1 4202560 1758899 1250 0 0 75985 243 0 0 25 0 5 0 522184938 1952952320 448232 33554432000 4194304 4417332 140736219303904 18446744073709551615 4364822 0 0 4096 17442 0 0 0 -1 5 0 0 0
[pid=7650/tid=7659] ppid=7648 vsize=1907180 CPUtime=758.12 cores=1,3,5,7
/proc/7650/task/7659/stat : 7659 (plingeling) R 7648 7650 7523 0 -1 4202560 1818413 1250 0 0 75566 246 0 0 25 0 5 0 522184938 1952952320 448232 33554432000 4194304 4417332 140736219303904 18446744073709551615 4364549 0 0 4096 17442 0 0 0 -1 7 0 0 0
[pid=7650/tid=7660] ppid=7648 vsize=1907180 CPUtime=762.29 cores=1,3,5,7
/proc/7650/task/7660/stat : 7660 (plingeling) R 7648 7650 7523 0 -1 4202560 773518 1250 0 0 76107 122 0 0 25 0 5 0 522184938 1952952320 448232 33554432000 4194304 4417332 140736219303904 18446744073709551615 4364541 0 0 4096 17442 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 3044.96
Current children cumulated vsize (KiB) 1907180

[startup+822.301 s]
/proc/loadavg: 8.06 8.01 7.66 9/186 7718
/proc/meminfo: memFree=17162628/32950904 swapFree=67082284/67111528
[pid=7650] ppid=7648 vsize=2212576 CPUtime=3284.62 cores=1,3,5,7
/proc/7650/stat : 7650 (plingeling) S 7648 7650 7523 0 -1 4202496 6197546 1250 0 0 327586 876 0 0 25 0 5 0 522184935 2265677824 524581 33554432000 4194304 4417332 140736219303904 18446744073709551615 237290682341 0 0 4096 17442 18446744073709551615 0 0 17 1 0 0 0
/proc/7650/statm: 553144 524581 181 55 0 551030 0
[pid=7650/tid=7657] ppid=7648 vsize=2212576 CPUtime=822.22 cores=1,3,5,7
/proc/7650/task/7657/stat : 7657 (plingeling) R 7648 7650 7523 0 -1 4202560 1610152 1250 0 0 81997 225 0 0 25 0 5 0 522184938 2265677824 524581 33554432000 4194304 4417332 140736219303904 18446744073709551615 4366716 0 0 4096 17442 0 0 0 -1 1 0 0 0
[pid=7650/tid=7658] ppid=7648 vsize=2212576 CPUtime=822.27 cores=1,3,5,7
/proc/7650/task/7658/stat : 7658 (plingeling) R 7648 7650 7523 0 -1 4202560 1800422 1250 0 0 81977 250 0 0 25 0 5 0 522184938 2265677824 524581 33554432000 4194304 4417332 140736219303904 18446744073709551615 4364957 0 0 4096 17442 0 0 0 -1 5 0 0 0
[pid=7650/tid=7659] ppid=7648 vsize=2212576 CPUtime=817.79 cores=1,3,5,7
/proc/7650/task/7659/stat : 7659 (plingeling) R 7648 7650 7523 0 -1 4202560 1949008 1250 0 0 81515 264 0 0 25 0 5 0 522184938 2265677824 524581 33554432000 4194304 4417332 140736219303904 18446744073709551615 4364642 0 0 4096 17442 0 0 0 -1 7 0 0 0
[pid=7650/tid=7660] ppid=7648 vsize=2212576 CPUtime=822.28 cores=1,3,5,7
/proc/7650/task/7660/stat : 7660 (plingeling) R 7648 7650 7523 0 -1 4202560 836411 1250 0 0 82093 135 0 0 25 0 5 0 522184938 2265677824 524581 33554432000 4194304 4417332 140736219303904 18446744073709551615 4364465 0 0 4096 17442 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 3284.62
Current children cumulated vsize (KiB) 2212576

[startup+882.307 s]
/proc/loadavg: 8.02 8.01 7.67 9/186 7720
/proc/meminfo: memFree=16652348/32950904 swapFree=67082284/67111528
[pid=7650] ppid=7648 vsize=2624372 CPUtime=3524.31 cores=1,3,5,7
/proc/7650/stat : 7650 (plingeling) S 7648 7650 7523 0 -1 4202496 6530252 1250 0 0 351508 923 0 0 25 0 5 0 522184935 2687356928 627562 33554432000 4194304 4417332 140736219303904 18446744073709551615 237290682341 0 0 4096 17442 18446744073709551615 0 0 17 1 0 0 0
/proc/7650/statm: 656093 627562 181 55 0 653979 0
[pid=7650/tid=7657] ppid=7648 vsize=2624372 CPUtime=882.23 cores=1,3,5,7
/proc/7650/task/7657/stat : 7657 (plingeling) R 7648 7650 7523 0 -1 4202560 1766751 1250 0 0 87975 248 0 0 25 0 5 0 522184938 2687356928 627562 33554432000 4194304 4417332 140736219303904 18446744073709551615 4263127 0 0 4096 17442 0 0 0 -1 1 0 0 0
[pid=7650/tid=7658] ppid=7648 vsize=2624372 CPUtime=882.28 cores=1,3,5,7
/proc/7650/task/7658/stat : 7658 (plingeling) R 7648 7650 7523 0 -1 4202560 1846502 1250 0 0 87973 255 0 0 25 0 5 0 522184938 2687356928 627562 33554432000 4194304 4417332 140736219303904 18446744073709551615 4259603 0 0 4096 17442 0 0 0 -1 5 0 0 0
[pid=7650/tid=7659] ppid=7648 vsize=2624372 CPUtime=877.47 cores=1,3,5,7
/proc/7650/task/7659/stat : 7659 (plingeling) R 7648 7650 7523 0 -1 4202560 2079035 1250 0 0 87463 284 0 0 25 0 5 0 522184938 2687356928 627562 33554432000 4194304 4417332 140736219303904 18446744073709551615 4364512 0 0 4096 17442 0 0 0 -1 7 0 0 0
[pid=7650/tid=7660] ppid=7648 vsize=2624372 CPUtime=882.29 cores=1,3,5,7
/proc/7650/task/7660/stat : 7660 (plingeling) R 7648 7650 7523 0 -1 4202560 836411 1250 0 0 88094 135 0 0 25 0 5 0 522184938 2687356928 627562 33554432000 4194304 4417332 140736219303904 18446744073709551615 4364465 0 0 4096 17442 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 3524.31
Current children cumulated vsize (KiB) 2624372

[startup+942.301 s]
/proc/loadavg: 8.06 8.02 7.70 9/186 7722
/proc/meminfo: memFree=16489272/32950904 swapFree=67082284/67111528
[pid=7650] ppid=7648 vsize=2624560 CPUtime=3763.97 cores=1,3,5,7
/proc/7650/stat : 7650 (plingeling) S 7648 7650 7523 0 -1 4202496 6943163 1250 0 0 375405 992 0 0 25 0 5 0 522184935 2687549440 627609 33554432000 4194304 4417332 140736219303904 18446744073709551615 237290682341 0 0 4096 17442 18446744073709551615 0 0 17 1 0 0 0
/proc/7650/statm: 656140 627609 181 55 0 654026 0
[pid=7650/tid=7657] ppid=7648 vsize=2624560 CPUtime=942.22 cores=1,3,5,7
/proc/7650/task/7657/stat : 7657 (plingeling) R 7648 7650 7523 0 -1 4202560 1904765 1250 0 0 93952 270 0 0 25 0 5 0 522184938 2687549440 627609 33554432000 4194304 4417332 140736219303904 18446744073709551615 4263224 0 0 4096 17442 0 0 0 -1 1 0 0 0
[pid=7650/tid=7658] ppid=7648 vsize=2624560 CPUtime=942.27 cores=1,3,5,7
/proc/7650/task/7658/stat : 7658 (plingeling) R 7648 7650 7523 0 -1 4202560 1965784 1250 0 0 93950 277 0 0 25 0 5 0 522184938 2687549440 627609 33554432000 4194304 4417332 140736219303904 18446744073709551615 4308204 0 0 4096 17442 0 0 0 -1 5 0 0 0
[pid=7650/tid=7659] ppid=7648 vsize=2624560 CPUtime=937.14 cores=1,3,5,7
/proc/7650/task/7659/stat : 7659 (plingeling) R 7648 7650 7523 0 -1 4202560 2234650 1250 0 0 93406 308 0 0 25 0 5 0 522184938 2687549440 627609 33554432000 4194304 4417332 140736219303904 18446744073709551615 4364448 0 0 4096 17442 0 0 0 -1 7 0 0 0
[pid=7650/tid=7660] ppid=7648 vsize=2624560 CPUtime=942.29 cores=1,3,5,7
/proc/7650/task/7660/stat : 7660 (plingeling) R 7648 7650 7523 0 -1 4202560 836411 1250 0 0 94094 135 0 0 25 0 5 0 522184938 2687549440 627609 33554432000 4194304 4417332 140736219303904 18446744073709551615 4364642 0 0 4096 17442 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 3763.97
Current children cumulated vsize (KiB) 2624560

[startup+1002.3 s]
/proc/loadavg: 8.07 8.03 7.72 9/186 7723
/proc/meminfo: memFree=16414364/32950904 swapFree=67082284/67111528
[pid=7650] ppid=7648 vsize=2660868 CPUtime=4003.64 cores=1,3,5,7
/proc/7650/stat : 7650 (plingeling) S 7648 7650 7523 0 -1 4202496 7150589 1250 0 0 399336 1028 0 0 25 0 5 0 522184935 2724728832 636654 33554432000 4194304 4417332 140736219303904 18446744073709551615 237290682341 0 0 4096 17442 18446744073709551615 0 0 17 1 0 0 0
/proc/7650/statm: 665217 636654 181 55 0 663103 0
[pid=7650/tid=7657] ppid=7648 vsize=2660868 CPUtime=1002.22 cores=1,3,5,7
/proc/7650/task/7657/stat : 7657 (plingeling) R 7648 7650 7523 0 -1 4202560 1923472 1250 0 0 99948 274 0 0 25 0 5 0 522184938 2724728832 636654 33554432000 4194304 4417332 140736219303904 18446744073709551615 4263247 0 0 4096 17442 0 0 0 -1 1 0 0 0
[pid=7650/tid=7658] ppid=7648 vsize=2660868 CPUtime=1002.27 cores=1,3,5,7
/proc/7650/task/7658/stat : 7658 (plingeling) R 7648 7650 7523 0 -1 4202560 2013589 1250 0 0 99940 287 0 0 25 0 5 0 522184938 2724728832 636654 33554432000 4194304 4417332 140736219303904 18446744073709551615 4365986 0 0 4096 17442 0 0 0 -1 5 0 0 0
[pid=7650/tid=7659] ppid=7648 vsize=2660868 CPUtime=996.81 cores=1,3,5,7
/proc/7650/task/7659/stat : 7659 (plingeling) R 7648 7650 7523 0 -1 4202560 2375564 1250 0 0 99350 331 0 0 25 0 5 0 522184938 2724728832 636654 33554432000 4194304 4417332 140736219303904 18446744073709551615 4364899 0 0 4096 17442 0 0 0 -1 7 0 0 0
[pid=7650/tid=7660] ppid=7648 vsize=2660868 CPUtime=1002.29 cores=1,3,5,7
/proc/7650/task/7660/stat : 7660 (plingeling) R 7648 7650 7523 0 -1 4202560 836411 1250 0 0 100094 135 0 0 25 0 5 0 522184938 2724728832 636654 33554432000 4194304 4417332 140736219303904 18446744073709551615 4364642 0 0 4096 17442 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 4003.64
Current children cumulated vsize (KiB) 2660868

[startup+1062.3 s]
/proc/loadavg: 8.07 8.04 7.74 9/186 7725
/proc/meminfo: memFree=15730740/32950904 swapFree=67082284/67111528
[pid=7650] ppid=7648 vsize=3325808 CPUtime=4243.32 cores=1,3,5,7
/proc/7650/stat : 7650 (plingeling) S 7648 7650 7523 0 -1 4202496 7540118 1250 0 0 423242 1090 0 0 25 0 5 0 522184935 3405627392 802889 33554432000 4194304 4417332 140736219303904 18446744073709551615 237290682341 0 0 4096 17442 18446744073709551615 0 0 17 1 0 0 0
/proc/7650/statm: 831452 802889 181 55 0 829338 0
[pid=7650/tid=7657] ppid=7648 vsize=3325808 CPUtime=1062.22 cores=1,3,5,7
/proc/7650/task/7657/stat : 7657 (plingeling) R 7648 7650 7523 0 -1 4202560 2022108 1250 0 0 105934 288 0 0 25 0 5 0 522184938 3405627392 802889 33554432000 4194304 4417332 140736219303904 18446744073709551615 4364565 0 0 4096 17442 0 0 0 -1 1 0 0 0
[pid=7650/tid=7658] ppid=7648 vsize=3325808 CPUtime=1062.27 cores=1,3,5,7
/proc/7650/task/7658/stat : 7658 (plingeling) R 7648 7650 7523 0 -1 4202560 2159345 1250 0 0 105921 306 0 0 25 0 5 0 522184938 3405627392 802889 33554432000 4194304 4417332 140736219303904 18446744073709551615 4236930 0 0 4096 17442 0 0 0 -1 5 0 0 0
[pid=7650/tid=7659] ppid=7648 vsize=3325808 CPUtime=1056.49 cores=1,3,5,7
/proc/7650/task/7659/stat : 7659 (plingeling) R 7648 7650 7523 0 -1 4202560 2446124 1250 0 0 105305 344 0 0 25 0 5 0 522184938 3405627392 802889 33554432000 4194304 4417332 140736219303904 18446744073709551615 4366582 0 0 4096 17442 0 0 0 -1 7 0 0 0
[pid=7650/tid=7660] ppid=7648 vsize=3325808 CPUtime=1062.29 cores=1,3,5,7
/proc/7650/task/7660/stat : 7660 (plingeling) R 7648 7650 7523 0 -1 4202560 910988 1250 0 0 106078 151 0 0 25 0 5 0 522184938 3405627392 802889 33554432000 4194304 4417332 140736219303904 18446744073709551615 4365963 0 0 4096 17442 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 4243.32
Current children cumulated vsize (KiB) 3325808

[startup+1122.3 s]
/proc/loadavg: 8.07 8.04 7.76 9/186 7726
/proc/meminfo: memFree=15243400/32950904 swapFree=67082284/67111528
[pid=7650] ppid=7648 vsize=3781012 CPUtime=4483 cores=1,3,5,7
/proc/7650/stat : 7650 (plingeling) S 7648 7650 7523 0 -1 4202496 7848277 1250 0 0 447171 1129 0 0 25 0 5 0 522184935 3871756288 916690 33554432000 4194304 4417332 140736219303904 18446744073709551615 237290682341 0 0 4096 17442 18446744073709551615 0 0 17 1 0 0 0
/proc/7650/statm: 945253 916690 181 55 0 943139 0
[pid=7650/tid=7657] ppid=7648 vsize=3781012 CPUtime=1122.22 cores=1,3,5,7
/proc/7650/task/7657/stat : 7657 (plingeling) R 7648 7650 7523 0 -1 4202560 2071960 1250 0 0 111927 295 0 0 25 0 5 0 522184938 3871756288 916690 33554432000 4194304 4417332 140736219303904 18446744073709551615 4365960 0 0 4096 17442 0 0 0 -1 1 0 0 0
[pid=7650/tid=7658] ppid=7648 vsize=3781012 CPUtime=1122.28 cores=1,3,5,7
/proc/7650/task/7658/stat : 7658 (plingeling) R 7648 7650 7523 0 -1 4202560 2235666 1250 0 0 111912 316 0 0 25 0 5 0 522184938 3871756288 916690 33554432000 4194304 4417332 140736219303904 18446744073709551615 4364642 0 0 4096 17442 0 0 0 -1 5 0 0 0
[pid=7650/tid=7659] ppid=7648 vsize=3781012 CPUtime=1116.16 cores=1,3,5,7
/proc/7650/task/7659/stat : 7659 (plingeling) R 7648 7650 7523 0 -1 4202560 2595342 1250 0 0 111253 363 0 0 25 0 5 0 522184938 3871756288 916690 33554432000 4194304 4417332 140736219303904 18446744073709551615 4364742 0 0 4096 17442 0 0 0 -1 7 0 0 0
[pid=7650/tid=7660] ppid=7648 vsize=3781012 CPUtime=1122.29 cores=1,3,5,7
/proc/7650/task/7660/stat : 7660 (plingeling) R 7648 7650 7523 0 -1 4202560 943756 1250 0 0 112075 154 0 0 25 0 5 0 522184938 3871756288 916690 33554432000 4194304 4417332 140736219303904 18446744073709551615 4364642 0 0 4096 17442 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 4483
Current children cumulated vsize (KiB) 3781012

[startup+1182.3 s]
/proc/loadavg: 8.06 8.04 7.77 9/186 7728
/proc/meminfo: memFree=14828104/32950904 swapFree=67082284/67111528
[pid=7650] ppid=7648 vsize=4183784 CPUtime=4722.67 cores=1,3,5,7
/proc/7650/stat : 7650 (plingeling) S 7648 7650 7523 0 -1 4202496 8259200 1250 0 0 471077 1190 0 0 25 0 5 0 522184935 4284194816 1017415 33554432000 4194304 4417332 140736219303904 18446744073709551615 237290682341 0 0 4096 17442 18446744073709551615 0 0 17 1 0 0 0
/proc/7650/statm: 1045946 1017415 181 55 0 1043832 0
[pid=7650/tid=7657] ppid=7648 vsize=4183784 CPUtime=1182.22 cores=1,3,5,7
/proc/7650/task/7657/stat : 7657 (plingeling) R 7648 7650 7523 0 -1 4202560 2207369 1250 0 0 117902 320 0 0 25 0 5 0 522184938 4284194816 1017415 33554432000 4194304 4417332 140736219303904 18446744073709551615 4364541 0 0 4096 17442 0 0 0 -1 1 0 0 0
[pid=7650/tid=7658] ppid=7648 vsize=4183784 CPUtime=1182.28 cores=1,3,5,7
/proc/7650/task/7658/stat : 7658 (plingeling) R 7648 7650 7523 0 -1 4202560 2318960 1250 0 0 117901 327 0 0 25 0 5 0 522184938 4284194816 1017415 33554432000 4194304 4417332 140736219303904 18446744073709551615 4364642 0 0 4096 17442 0 0 0 -1 5 0 0 0
[pid=7650/tid=7659] ppid=7648 vsize=4183784 CPUtime=1175.84 cores=1,3,5,7
/proc/7650/task/7659/stat : 7659 (plingeling) R 7648 7650 7523 0 -1 4202560 2767374 1250 0 0 117200 384 0 0 25 0 5 0 522184938 4284194816 1017415 33554432000 4194304 4417332 140736219303904 18446744073709551615 4364727 0 0 4096 17442 0 0 0 -1 7 0 0 0
[pid=7650/tid=7660] ppid=7648 vsize=4183784 CPUtime=1182.29 cores=1,3,5,7
/proc/7650/task/7660/stat : 7660 (plingeling) R 7648 7650 7523 0 -1 4202560 963944 1250 0 0 118071 158 0 0 25 0 5 0 522184938 4284194816 1017415 33554432000 4194304 4417332 140736219303904 18446744073709551615 4364642 0 0 4096 17442 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 4722.67
Current children cumulated vsize (KiB) 4183784



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1201.7 s]
/proc/loadavg: 8.12 8.06 7.78 10/186 7728
/proc/meminfo: memFree=15266180/32950904 swapFree=67082284/67111528
[pid=7650] ppid=7648 vsize=3746004 CPUtime=4800.19 cores=1,3,5,7
/proc/7650/stat : 7650 (plingeling) S 7648 7650 7523 0 -1 4202496 8393018 1250 0 0 478812 1207 0 0 25 0 5 0 522184935 3835908096 907938 33554432000 4194304 4417332 140736219303904 18446744073709551615 237290682341 0 0 4096 17442 18446744073709551615 0 0 17 1 0 0 0
/proc/7650/statm: 936501 907938 181 55 0 934387 0
[pid=7650/tid=7657] ppid=7648 vsize=3746004 CPUtime=1201.62 cores=1,3,5,7
/proc/7650/task/7657/stat : 7657 (plingeling) R 7648 7650 7523 0 -1 4202560 2249364 1250 0 0 119836 326 0 0 25 0 5 0 522184938 3835908096 907938 33554432000 4194304 4417332 140736219303904 18446744073709551615 4263230 0 0 4096 17442 0 0 0 -1 1 0 0 0
[pid=7650/tid=7658] ppid=7648 vsize=3746004 CPUtime=1201.69 cores=1,3,5,7
/proc/7650/task/7658/stat : 7658 (plingeling) R 7648 7650 7523 0 -1 4202560 2361631 1250 0 0 119836 333 0 0 25 0 5 0 522184938 3835908096 907938 33554432000 4194304 4417332 140736219303904 18446744073709551615 4364642 0 0 4096 17442 0 0 0 -1 5 0 0 0
[pid=7650/tid=7659] ppid=7648 vsize=3746004 CPUtime=1195.13 cores=1,3,5,7
/proc/7650/task/7659/stat : 7659 (plingeling) R 7648 7650 7523 0 -1 4202560 2816526 1250 0 0 119124 389 0 0 25 0 5 0 522184938 3835908096 907938 33554432000 4194304 4417332 140736219303904 18446744073709551615 4364642 0 0 4096 17442 0 0 0 -1 7 0 0 0
[pid=7650/tid=7660] ppid=7648 vsize=3746004 CPUtime=1201.7 cores=1,3,5,7
/proc/7650/task/7660/stat : 7660 (plingeling) R 7648 7650 7523 0 -1 4202560 963944 1250 0 0 120012 158 0 0 25 0 5 0 522184938 3835908096 907938 33554432000 4194304 4417332 140736219303904 18446744073709551615 4364899 0 0 4096 17442 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 4800.19
Current children cumulated vsize (KiB) 3746004

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

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

[startup+1201.81 s]
/proc/loadavg: 8.12 8.06 7.78 10/186 7728
/proc/meminfo: memFree=15266180/32950904 swapFree=67082284/67111528
[pid=7650] ppid=7648 vsize=0 CPUtime=4800.31 cores=1,3,5,7
/proc/7650/stat : 7650 (plingeling) Z 7648 7650 7523 0 -1 4203548 8393018 1250 0 0 478814 1217 0 0 18 0 2 0 522184935 0 0 33554432000 0 0 0 0 0 0 0 4096 0 18446744073709551615 0 0 17 1 0 0 0
/proc/7650/statm: 0 0 0 0 0 0 0
[pid=7650/tid=7659] ppid=7648 vsize=0 CPUtime=1195.24 cores=1,3,5,7
/proc/7650/task/7659/stat : 7659 (plingeling) R 7648 7650 7523 0 -1 4203588 2816526 1250 0 0 119125 399 0 0 25 0 2 0 522184938 0 0 33554432000 0 0 0 0 0 0 0 4096 0 18446744073709551615 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 4800.31
Current children cumulated vsize (KiB) 0

Child ended because it received signal 15 (SIGTERM)
Real time (s): 1201.85
CPU time (s): 4800.35
CPU user time (s): 4788.14
CPU system time (s): 12.2141
CPU usage (%): 399.415
Max. virtual memory (cumulated for all children) (KiB): 4227716

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 4788.14
system time used= 12.2141
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 8394268
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= 234
involuntary context switches= 36349

runsolver used 1.92671 second user time and 4.63729 second system time

The end

Launcher Data

Begin job on node121 at 2011-04-29 21:37:32
IDJOB=3265202
IDBENCH=85456
IDSOLVER=1605
FILE ID=node121/3265202-1304105852
RUNJOBID= node121-1304105551-7542
PBS_JOBID= 13170657
Free space on /tmp= 72652 MiB

SOLVER NAME= Plingeling 587
BENCH NAME= SAT05/crafted/sabharwal05/counting/php/unsat/harder/php-040-039.shuffled-as.sat05-1194.cnf
COMMAND LINE= plingeling -t NBCORE BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3265202-1304105852/watcher-3265202-1304105852 -o /tmp/evaluation-result-3265202-1304105852/solver-3265202-1304105852 -C 4800 -W 1300 -M 15500  plingeling -t 4 HOME/instance-3265202-1304105852.cnf

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

MD5SUM BENCH= 8c84d9b9f2d75de33656119bc03a9afb
RANDOM SEED=2083340525

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

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


/proc/meminfo:
MemTotal:     32950904 kB
MemFree:      19604408 kB
Buffers:       2184132 kB
Cached:       10273828 kB
SwapCached:       2776 kB
Active:        9461752 kB
Inactive:      3365932 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32950904 kB
LowFree:      19604408 kB
SwapTotal:    67111528 kB
SwapFree:     67082284 kB
Dirty:             436 kB
Writeback:           0 kB
AnonPages:      367740 kB
Mapped:          14500 kB
Slab:           455804 kB
PageTables:       5644 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83586980 kB
Committed_AS:   581776 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= 72652 MiB
End job on node121 at 2011-04-29 21:57:36