Trace number 3372860

Some explanations

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

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

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

Solver answer on this benchmark

Solver NameAnswerCPU timeWall clock time
Plingeling 587f (fixed)? (TO) 40000.9 5004.9

General information on the benchmark

NameSAT04/industrial/vangelder/cnf-color/
myciel6-tr.used-as.sat04-320.cnf
MD5SUM5ba57e5cfd40b4a93356dbea5162016d
Bench CategoryAPPLICATION (applications instances)
Best result obtained on this benchmarkUNSAT
Best CPU time to get the best result obtained on this benchmark518.252
Satisfiable
(Un)Satisfiability was proved
Number of variables570
Number of clauses4625
Sum of the clauses size9615
Maximum clause length6
Minimum clause length1
Number of clauses of size 11
Number of clauses of size 24531
Number of clauses of size 31
Number of clauses of size 41
Number of clauses of size 51
Number of clauses of size over 590

Solver Data


Verifier Data

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

Watcher Data

runsolver Copyright (C) 2010-2011 Olivier ROUSSEL

This is runsolver version 3.3.0 (svn: 961)

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

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-3372860-1305442902/watcher-3372860-1305442902 -o /tmp/evaluation-result-3372860-1305442902/solver-3372860-1305442902 -C 40000 -W 5100 -M 31000 plingeling -t 8 HOME/instance-3372860-1305442902.cnf 

running on 8 cores: 0,2,4,6,1,3,5,7

Enforcing CPUTime limit (soft limit, will send SIGTERM then SIGKILL): 40000 seconds
Enforcing CPUTime limit (hard limit, will send SIGXCPU): 40030 seconds
Enforcing wall clock limit (soft limit, will send SIGTERM then SIGKILL): 5100 seconds
Enforcing VSIZE limit (soft limit, will send SIGTERM then SIGKILL): 31744000 KiB
Enforcing VSIZE limit (hard limit, stack expansion will fail with SIGSEGV, brk() and mmap() will return ENOMEM): 31795200 KiB
Current StackSize limit: 10240 KiB


[startup+0 s]
/proc/loadavg: 0.00 0.13 2.15 2/231 18501
/proc/meminfo: memFree=24201868/32951124 swapFree=61559568/67111528
[pid=18501] ppid=18499 vsize=9748 CPUtime=0 cores=0-7
/proc/18501/stat : 18501 (plingeling) R 18499 18501 18475 0 -1 4202496 498 1250 0 0 0 0 0 0 25 0 1 0 655890950 9981952 428 33554432000 4194304 4417452 140736606056400 18446744073709551615 222921470927 0 0 4096 17442 0 0 0 17 0 0 0 0
/proc/18501/statm: 2437 428 148 55 0 323 0

[startup+0.125701 s]
/proc/loadavg: 0.00 0.13 2.15 2/231 18501
/proc/meminfo: memFree=24201868/32951124 swapFree=61559568/67111528
[pid=18501] ppid=18499 vsize=228364 CPUtime=0.9 cores=0-7
/proc/18501/stat : 18501 (plingeling) S 18499 18501 18475 0 -1 4202496 2929 1250 0 0 90 0 0 0 25 0 9 0 655890950 233844736 2001 33554432000 4194304 4417452 140736606056400 18446744073709551615 222933579749 0 0 4096 17442 18446744073709551615 0 0 17 6 0 0 0
/proc/18501/statm: 57091 2001 180 55 0 54977 0
Current children cumulated CPU time (s) 0.9
Current children cumulated vsize (KiB) 228364

[startup+0.200686 s]
/proc/loadavg: 0.00 0.13 2.15 2/231 18501
/proc/meminfo: memFree=24201868/32951124 swapFree=61559568/67111528
[pid=18501] ppid=18499 vsize=230432 CPUtime=1.5 cores=0-7
/proc/18501/stat : 18501 (plingeling) S 18499 18501 18475 0 -1 4202496 4341 1250 0 0 150 0 0 0 25 0 9 0 655890950 235962368 2525 33554432000 4194304 4417452 140736606056400 18446744073709551615 222933579749 0 0 4096 17442 18446744073709551615 0 0 17 6 0 0 0
/proc/18501/statm: 57608 2525 180 55 0 55494 0
Current children cumulated CPU time (s) 1.5
Current children cumulated vsize (KiB) 230432

[startup+0.300669 s]
/proc/loadavg: 0.00 0.13 2.15 2/231 18501
/proc/meminfo: memFree=24201868/32951124 swapFree=61559568/67111528
[pid=18501] ppid=18499 vsize=231956 CPUtime=2.3 cores=0-7
/proc/18501/stat : 18501 (plingeling) S 18499 18501 18475 0 -1 4202496 5775 1250 0 0 230 0 0 0 25 0 9 0 655890950 237522944 2914 33554432000 4194304 4417452 140736606056400 18446744073709551615 222933579749 0 0 4096 17442 18446744073709551615 0 0 17 6 0 0 0
/proc/18501/statm: 57989 2914 180 55 0 55875 0
Current children cumulated CPU time (s) 2.3
Current children cumulated vsize (KiB) 231956

[startup+0.700597 s]
/proc/loadavg: 0.00 0.13 2.15 2/231 18501
/proc/meminfo: memFree=24201868/32951124 swapFree=61559568/67111528
[pid=18501] ppid=18499 vsize=236804 CPUtime=5.5 cores=0-7
/proc/18501/stat : 18501 (plingeling) S 18499 18501 18475 0 -1 4202496 12288 1250 0 0 549 1 0 0 25 0 9 0 655890950 242487296 4167 33554432000 4194304 4417452 140736606056400 18446744073709551615 222933579749 0 0 4096 17442 18446744073709551615 0 0 17 6 0 0 0
/proc/18501/statm: 59201 4167 180 55 0 57087 0
Current children cumulated CPU time (s) 5.5
Current children cumulated vsize (KiB) 236804

[startup+1.50045 s]
/proc/loadavg: 0.00 0.13 2.15 9/240 18515
/proc/meminfo: memFree=24181468/32951124 swapFree=61559568/67111528
[pid=18501] ppid=18499 vsize=242352 CPUtime=11.89 cores=0-7
/proc/18501/stat : 18501 (plingeling) S 18499 18501 18475 0 -1 4202496 25633 1250 0 0 1185 4 0 0 25 0 9 0 655890950 248168448 5553 33554432000 4194304 4417452 140736606056400 18446744073709551615 222933579749 0 0 4096 17442 18446744073709551615 0 0 17 6 0 0 0
/proc/18501/statm: 60588 5553 180 55 0 58474 0
[pid=18501/tid=18508] ppid=18499 vsize=242352 CPUtime=1.47 cores=0-7
/proc/18501/task/18508/stat : 18508 (plingeling) R 18499 18501 18475 0 -1 4202560 2597 1250 0 0 147 0 0 0 20 0 9 0 655890951 248168448 5553 33554432000 4194304 4417452 140736606056400 18446744073709551615 4364756 0 0 4096 17442 0 0 0 -1 1 0 0 0
[pid=18501/tid=18509] ppid=18499 vsize=242352 CPUtime=1.48 cores=0-7
/proc/18501/task/18509/stat : 18509 (plingeling) R 18499 18501 18475 0 -1 4202560 2787 1250 0 0 148 0 0 0 20 0 9 0 655890951 248168448 5553 33554432000 4194304 4417452 140736606056400 18446744073709551615 4251104 0 0 4096 17442 0 0 0 -1 6 0 0 0
[pid=18501/tid=18510] ppid=18499 vsize=242352 CPUtime=1.46 cores=0-7
/proc/18501/task/18510/stat : 18510 (plingeling) R 18499 18501 18475 0 -1 4202560 3599 1250 0 0 146 0 0 0 25 0 9 0 655890951 248168448 5553 33554432000 4194304 4417452 140736606056400 18446744073709551615 4364873 0 0 4096 17442 0 0 0 -1 7 0 0 0
[pid=18501/tid=18511] ppid=18499 vsize=242352 CPUtime=1.48 cores=0-7
/proc/18501/task/18511/stat : 18511 (plingeling) R 18499 18501 18475 0 -1 4202560 3547 1250 0 0 148 0 0 0 25 0 9 0 655890951 248168448 5553 33554432000 4194304 4417452 140736606056400 18446744073709551615 4364716 0 0 4096 17442 0 0 0 -1 2 0 0 0
[pid=18501/tid=18512] ppid=18499 vsize=242352 CPUtime=1.48 cores=0-7
/proc/18501/task/18512/stat : 18512 (plingeling) R 18499 18501 18475 0 -1 4202560 3154 1250 0 0 148 0 0 0 25 0 9 0 655890951 248168448 5553 33554432000 4194304 4417452 140736606056400 18446744073709551615 4306307 0 0 4096 17442 0 0 0 -1 0 0 0 0
[pid=18501/tid=18513] ppid=18499 vsize=242352 CPUtime=1.48 cores=0-7
/proc/18501/task/18513/stat : 18513 (plingeling) R 18499 18501 18475 0 -1 4202560 2894 1250 0 0 148 0 0 0 19 0 9 0 655890951 248168448 5553 33554432000 4194304 4417452 140736606056400 18446744073709551615 4364741 0 0 4096 17442 0 0 0 -1 5 0 0 0
[pid=18501/tid=18514] ppid=18499 vsize=242352 CPUtime=1.48 cores=0-7
/proc/18501/task/18514/stat : 18514 (plingeling) R 18499 18501 18475 0 -1 4202560 3522 1250 0 0 148 0 0 0 20 0 9 0 655890951 248168448 5553 33554432000 4194304 4417452 140736606056400 18446744073709551615 4364768 0 0 4096 17442 0 0 0 -1 3 0 0 0
[pid=18501/tid=18515] ppid=18499 vsize=242352 CPUtime=1.48 cores=0-7
/proc/18501/task/18515/stat : 18515 (plingeling) R 18499 18501 18475 0 -1 4202560 2774 1250 0 0 148 0 0 0 25 0 9 0 655890952 248168448 5553 33554432000 4194304 4417452 140736606056400 18446744073709551615 4277864 0 0 4096 17442 0 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 11.89
Current children cumulated vsize (KiB) 242352

[startup+3.10116 s]
/proc/loadavg: 0.00 0.13 2.15 9/240 18515
/proc/meminfo: memFree=24175392/32951124 swapFree=61559568/67111528
[pid=18501] ppid=18499 vsize=254536 CPUtime=24.69 cores=0-7
/proc/18501/stat : 18501 (plingeling) S 18499 18501 18475 0 -1 4202496 50179 1250 0 0 2460 9 0 0 25 0 9 0 655890950 260644864 8542 33554432000 4194304 4417452 140736606056400 18446744073709551615 222933579749 0 0 4096 17442 18446744073709551615 0 0 17 6 0 0 0
/proc/18501/statm: 63634 8542 180 55 0 61520 0
[pid=18501/tid=18508] ppid=18499 vsize=254536 CPUtime=3.08 cores=0-7
/proc/18501/task/18508/stat : 18508 (plingeling) R 18499 18501 18475 0 -1 4202560 6431 1250 0 0 307 1 0 0 25 0 9 0 655890951 260644864 8542 33554432000 4194304 4417452 140736606056400 18446744073709551615 4353666 0 0 4096 17442 0 0 0 -1 1 0 0 0
[pid=18501/tid=18509] ppid=18499 vsize=254536 CPUtime=3.08 cores=0-7
/proc/18501/task/18509/stat : 18509 (plingeling) R 18499 18501 18475 0 -1 4202560 5531 1250 0 0 307 1 0 0 25 0 9 0 655890951 260644864 8542 33554432000 4194304 4417452 140736606056400 18446744073709551615 4366102 0 0 4096 17442 0 0 0 -1 6 0 0 0
[pid=18501/tid=18510] ppid=18499 vsize=254536 CPUtime=3.06 cores=0-7
/proc/18501/task/18510/stat : 18510 (plingeling) R 18499 18501 18475 0 -1 4202560 6368 1250 0 0 305 1 0 0 25 0 9 0 655890951 260644864 8542 33554432000 4194304 4417452 140736606056400 18446744073709551615 4366074 0 0 4096 17442 0 0 0 -1 7 0 0 0
[pid=18501/tid=18511] ppid=18499 vsize=254536 CPUtime=3.08 cores=0-7
/proc/18501/task/18511/stat : 18511 (plingeling) R 18499 18501 18475 0 -1 4202560 6156 1250 0 0 307 1 0 0 25 0 9 0 655890951 260644864 8542 33554432000 4194304 4417452 140736606056400 18446744073709551615 4366400 0 0 4096 17442 0 0 0 -1 2 0 0 0
[pid=18501/tid=18512] ppid=18499 vsize=254536 CPUtime=3.08 cores=0-7
/proc/18501/task/18512/stat : 18512 (plingeling) R 18499 18501 18475 0 -1 4202560 6422 1250 0 0 307 1 0 0 25 0 9 0 655890951 260644864 8542 33554432000 4194304 4417452 140736606056400 18446744073709551615 4364861 0 0 4096 17442 0 0 0 -1 0 0 0 0
[pid=18501/tid=18513] ppid=18499 vsize=254536 CPUtime=3.08 cores=0-7
/proc/18501/task/18513/stat : 18513 (plingeling) R 18499 18501 18475 0 -1 4202560 6153 1250 0 0 307 1 0 0 25 0 9 0 655890951 260644864 8542 33554432000 4194304 4417452 140736606056400 18446744073709551615 4246388 0 0 4096 17442 0 0 0 -1 5 0 0 0
[pid=18501/tid=18514] ppid=18499 vsize=254536 CPUtime=3.08 cores=0-7
/proc/18501/task/18514/stat : 18514 (plingeling) R 18499 18501 18475 0 -1 4202560 6325 1250 0 0 307 1 0 0 25 0 9 0 655890951 260644864 8542 33554432000 4194304 4417452 140736606056400 18446744073709551615 4364817 0 0 4096 17442 0 0 0 -1 3 0 0 0
[pid=18501/tid=18515] ppid=18499 vsize=254536 CPUtime=3.08 cores=0-7
/proc/18501/task/18515/stat : 18515 (plingeling) R 18499 18501 18475 0 -1 4202560 6034 1250 0 0 308 0 0 0 25 0 9 0 655890952 260644864 8542 33554432000 4194304 4417452 140736606056400 18446744073709551615 4199435 0 0 4096 17442 0 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 24.69
Current children cumulated vsize (KiB) 254536

[startup+6.30058 s]
/proc/loadavg: 0.64 0.26 2.18 9/240 18515
/proc/meminfo: memFree=24161420/32951124 swapFree=61559568/67111528
[pid=18501] ppid=18499 vsize=256652 CPUtime=50.26 cores=0-7
/proc/18501/stat : 18501 (plingeling) S 18499 18501 18475 0 -1 4202496 87418 1250 0 0 5010 16 0 0 25 0 9 0 655890950 262811648 9184 33554432000 4194304 4417452 140736606056400 18446744073709551615 222933579749 0 0 4096 17442 18446744073709551615 0 0 17 6 0 0 0
/proc/18501/statm: 64163 9184 180 55 0 62049 0
[pid=18501/tid=18508] ppid=18499 vsize=256652 CPUtime=6.27 cores=0-7
/proc/18501/task/18508/stat : 18508 (plingeling) R 18499 18501 18475 0 -1 4202560 10020 1250 0 0 626 1 0 0 25 0 9 0 655890951 262811648 9184 33554432000 4194304 4417452 140736606056400 18446744073709551615 4366048 0 0 4096 17442 0 0 0 -1 1 0 0 0
[pid=18501/tid=18509] ppid=18499 vsize=256652 CPUtime=6.27 cores=0-7
/proc/18501/task/18509/stat : 18509 (plingeling) R 18499 18501 18475 0 -1 4202560 10228 1250 0 0 626 1 0 0 25 0 9 0 655890951 262811648 9184 33554432000 4194304 4417452 140736606056400 18446744073709551615 4364812 0 0 4096 17442 0 0 0 -1 6 0 0 0
[pid=18501/tid=18510] ppid=18499 vsize=256652 CPUtime=6.23 cores=0-7
/proc/18501/task/18510/stat : 18510 (plingeling) R 18499 18501 18475 0 -1 4202560 11915 1250 0 0 621 2 0 0 25 0 9 0 655890951 262811648 9184 33554432000 4194304 4417452 140736606056400 18446744073709551615 4364727 0 0 4096 17442 0 0 0 -1 7 0 0 0
[pid=18501/tid=18511] ppid=18499 vsize=256652 CPUtime=6.27 cores=0-7
/proc/18501/task/18511/stat : 18511 (plingeling) R 18499 18501 18475 0 -1 4202560 9824 1250 0 0 626 1 0 0 25 0 9 0 655890951 262811648 9184 33554432000 4194304 4417452 140736606056400 18446744073709551615 4232580 0 0 4096 17442 0 0 0 -1 2 0 0 0
[pid=18501/tid=18512] ppid=18499 vsize=256652 CPUtime=6.28 cores=0-7
/proc/18501/task/18512/stat : 18512 (plingeling) R 18499 18501 18475 0 -1 4202560 13279 1250 0 0 626 2 0 0 25 0 9 0 655890951 262811648 9184 33554432000 4194304 4417452 140736606056400 18446744073709551615 4237002 0 0 4096 17442 0 0 0 -1 0 0 0 0
[pid=18501/tid=18513] ppid=18499 vsize=256652 CPUtime=6.28 cores=0-7
/proc/18501/task/18513/stat : 18513 (plingeling) R 18499 18501 18475 0 -1 4202560 9994 1250 0 0 626 2 0 0 25 0 9 0 655890951 262811648 9184 33554432000 4194304 4417452 140736606056400 18446744073709551615 4366804 0 0 4096 17442 0 0 0 -1 5 0 0 0
[pid=18501/tid=18514] ppid=18499 vsize=256652 CPUtime=6.27 cores=0-7
/proc/18501/task/18514/stat : 18514 (plingeling) R 18499 18501 18475 0 -1 4202560 10636 1250 0 0 626 1 0 0 25 0 9 0 655890951 262811648 9184 33554432000 4194304 4417452 140736606056400 18446744073709551615 4364817 0 0 4096 17442 0 0 0 -1 3 0 0 0
[pid=18501/tid=18515] ppid=18499 vsize=256652 CPUtime=6.28 cores=0-7
/proc/18501/task/18515/stat : 18515 (plingeling) R 18499 18501 18475 0 -1 4202560 10763 1250 0 0 627 1 0 0 25 0 9 0 655890952 262811648 9184 33554432000 4194304 4417452 140736606056400 18446744073709551615 4364854 0 0 4096 17442 0 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 50.26
Current children cumulated vsize (KiB) 256652

[startup+12.7004 s]
/proc/loadavg: 1.23 0.39 2.21 9/240 18515
/proc/meminfo: memFree=24141460/32951124 swapFree=61559568/67111528
[pid=18501] ppid=18499 vsize=280184 CPUtime=101.41 cores=0-7
/proc/18501/stat : 18501 (plingeling) S 18499 18501 18475 0 -1 4202496 152251 1250 0 0 10114 27 0 0 25 0 9 0 655890950 286908416 14968 33554432000 4194304 4417452 140736606056400 18446744073709551615 222933579749 0 0 4096 17442 18446744073709551615 0 0 17 6 0 0 0
/proc/18501/statm: 70046 14968 180 55 0 67932 0
[pid=18501/tid=18508] ppid=18499 vsize=280184 CPUtime=12.67 cores=0-7
/proc/18501/task/18508/stat : 18508 (plingeling) R 18499 18501 18475 0 -1 4202560 20297 1250 0 0 1264 3 0 0 25 0 9 0 655890951 286908416 14968 33554432000 4194304 4417452 140736606056400 18446744073709551615 4364693 0 0 4096 17442 0 0 0 -1 1 0 0 0
[pid=18501/tid=18509] ppid=18499 vsize=280184 CPUtime=12.67 cores=0-7
/proc/18501/task/18509/stat : 18509 (plingeling) R 18499 18501 18475 0 -1 4202560 18565 1250 0 0 1265 2 0 0 25 0 9 0 655890951 286908416 14968 33554432000 4194304 4417452 140736606056400 18446744073709551615 4364604 0 0 4096 17442 0 0 0 -1 6 0 0 0
[pid=18501/tid=18510] ppid=18499 vsize=280184 CPUtime=12.59 cores=0-7
/proc/18501/task/18510/stat : 18510 (plingeling) R 18499 18501 18475 0 -1 4202560 19754 1250 0 0 1256 3 0 0 25 0 9 0 655890951 286908416 14968 33554432000 4194304 4417452 140736606056400 18446744073709551615 4364542 0 0 4096 17442 0 0 0 -1 7 0 0 0
[pid=18501/tid=18511] ppid=18499 vsize=280184 CPUtime=12.68 cores=0-7
/proc/18501/task/18511/stat : 18511 (plingeling) R 18499 18501 18475 0 -1 4202560 16363 1250 0 0 1265 3 0 0 25 0 9 0 655890951 286908416 14968 33554432000 4194304 4417452 140736606056400 18446744073709551615 4364727 0 0 4096 17442 0 0 0 -1 2 0 0 0
[pid=18501/tid=18512] ppid=18499 vsize=280184 CPUtime=12.68 cores=0-7
/proc/18501/task/18512/stat : 18512 (plingeling) R 18499 18501 18475 0 -1 4202560 20353 1250 0 0 1265 3 0 0 25 0 9 0 655890951 286908416 14968 33554432000 4194304 4417452 140736606056400 18446744073709551615 4364380 0 0 4096 17442 0 0 0 -1 0 0 0 0
[pid=18501/tid=18513] ppid=18499 vsize=280184 CPUtime=12.67 cores=0-7
/proc/18501/task/18513/stat : 18513 (plingeling) R 18499 18501 18475 0 -1 4202560 18835 1250 0 0 1264 3 0 0 25 0 9 0 655890951 286908416 14968 33554432000 4194304 4417452 140736606056400 18446744073709551615 4364907 0 0 4096 17442 0 0 0 -1 5 0 0 0
[pid=18501/tid=18514] ppid=18499 vsize=280184 CPUtime=12.67 cores=0-7
/proc/18501/task/18514/stat : 18514 (plingeling) R 18499 18501 18475 0 -1 4202560 19315 1250 0 0 1264 3 0 0 25 0 9 0 655890951 286908416 14968 33554432000 4194304 4417452 140736606056400 18446744073709551615 4364653 0 0 4096 17442 0 0 0 -1 3 0 0 0
[pid=18501/tid=18515] ppid=18499 vsize=280184 CPUtime=12.67 cores=0-7
/proc/18501/task/18515/stat : 18515 (plingeling) R 18499 18501 18475 0 -1 4202560 18010 1250 0 0 1265 2 0 0 25 0 9 0 655890952 286908416 14968 33554432000 4194304 4417452 140736606056400 18446744073709551615 4364548 0 0 4096 17442 0 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 101.41
Current children cumulated vsize (KiB) 280184

[startup+25.5011 s]
/proc/loadavg: 2.73 0.76 2.31 9/240 18515
/proc/meminfo: memFree=24119920/32951124 swapFree=61559568/67111528
[pid=18501] ppid=18499 vsize=304572 CPUtime=203.72 cores=0-7
/proc/18501/stat : 18501 (plingeling) S 18499 18501 18475 0 -1 4202496 251173 1250 0 0 20326 46 0 0 25 0 9 0 655890950 311881728 21165 33554432000 4194304 4417452 140736606056400 18446744073709551615 222933579749 0 0 4096 17442 18446744073709551615 0 0 17 6 0 0 0
/proc/18501/statm: 76143 21165 180 55 0 74029 0
[pid=18501/tid=18508] ppid=18499 vsize=304572 CPUtime=25.48 cores=0-7
/proc/18501/task/18508/stat : 18508 (plingeling) R 18499 18501 18475 0 -1 4202560 31902 1250 0 0 2542 6 0 0 25 0 9 0 655890951 311881728 21165 33554432000 4194304 4417452 140736606056400 18446744073709551615 4365088 0 0 4096 17442 0 0 0 -1 1 0 0 0
[pid=18501/tid=18509] ppid=18499 vsize=304572 CPUtime=25.48 cores=0-7
/proc/18501/task/18509/stat : 18509 (plingeling) R 18499 18501 18475 0 -1 4202560 28191 1250 0 0 2543 5 0 0 25 0 9 0 655890951 311881728 21165 33554432000 4194304 4417452 140736606056400 18446744073709551615 4364727 0 0 4096 17442 0 0 0 -1 6 0 0 0
[pid=18501/tid=18510] ppid=18499 vsize=304572 CPUtime=25.29 cores=0-7
/proc/18501/task/18510/stat : 18510 (plingeling) R 18499 18501 18475 0 -1 4202560 30784 1250 0 0 2524 5 0 0 25 0 9 0 655890951 311881728 21165 33554432000 4194304 4417452 140736606056400 18446744073709551615 4364555 0 0 4096 17442 0 0 0 -1 7 0 0 0
[pid=18501/tid=18511] ppid=18499 vsize=304572 CPUtime=25.47 cores=0-7
/proc/18501/task/18511/stat : 18511 (plingeling) R 18499 18501 18475 0 -1 4202560 30230 1250 0 0 2542 5 0 0 25 0 9 0 655890951 311881728 21165 33554432000 4194304 4417452 140736606056400 18446744073709551615 4366385 0 0 4096 17442 0 0 0 -1 2 0 0 0
[pid=18501/tid=18512] ppid=18499 vsize=304572 CPUtime=25.48 cores=0-7
/proc/18501/task/18512/stat : 18512 (plingeling) R 18499 18501 18475 0 -1 4202560 41390 1250 0 0 2541 7 0 0 25 0 9 0 655890951 311881728 21165 33554432000 4194304 4417452 140736606056400 18446744073709551615 4364765 0 0 4096 17442 0 0 0 -1 0 0 0 0
[pid=18501/tid=18513] ppid=18499 vsize=304572 CPUtime=25.48 cores=0-7
/proc/18501/task/18513/stat : 18513 (plingeling) R 18499 18501 18475 0 -1 4202560 29276 1250 0 0 2543 5 0 0 25 0 9 0 655890951 311881728 21165 33554432000 4194304 4417452 140736606056400 18446744073709551615 4364564 0 0 4096 17442 0 0 0 -1 5 0 0 0
[pid=18501/tid=18514] ppid=18499 vsize=304572 CPUtime=25.48 cores=0-7
/proc/18501/task/18514/stat : 18514 (plingeling) R 18499 18501 18475 0 -1 4202560 29656 1250 0 0 2543 5 0 0 25 0 9 0 655890951 311881728 21165 33554432000 4194304 4417452 140736606056400 18446744073709551615 4365058 0 0 4096 17442 0 0 0 -1 3 0 0 0
[pid=18501/tid=18515] ppid=18499 vsize=304572 CPUtime=25.48 cores=0-7
/proc/18501/task/18515/stat : 18515 (plingeling) R 18499 18501 18475 0 -1 4202560 28985 1250 0 0 2544 4 0 0 25 0 9 0 655890952 311881728 21165 33554432000 4194304 4417452 140736606056400 18446744073709551615 4364727 0 0 4096 17442 0 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 203.72
Current children cumulated vsize (KiB) 304572

[startup+51.1014 s]
/proc/loadavg: 4.59 1.36 2.46 9/240 18516
/proc/meminfo: memFree=24104656/32951124 swapFree=61559568/67111528
[pid=18501] ppid=18499 vsize=327284 CPUtime=408.34 cores=0-7
/proc/18501/stat : 18501 (plingeling) S 18499 18501 18475 0 -1 4202496 448236 1250 0 0 40753 81 0 0 25 0 9 0 655890950 335138816 26889 33554432000 4194304 4417452 140736606056400 18446744073709551615 222933579749 0 0 4096 17442 18446744073709551615 0 0 17 6 0 0 0
/proc/18501/statm: 81821 26889 180 55 0 79707 0
[pid=18501/tid=18508] ppid=18499 vsize=327284 CPUtime=51.08 cores=0-7
/proc/18501/task/18508/stat : 18508 (plingeling) R 18499 18501 18475 0 -1 4202560 58828 1250 0 0 5097 11 0 0 25 0 9 0 655890951 335138816 26889 33554432000 4194304 4417452 140736606056400 18446744073709551615 4364727 0 0 4096 17442 0 0 0 -1 1 0 0 0
[pid=18501/tid=18509] ppid=18499 vsize=327284 CPUtime=51.07 cores=0-7
/proc/18501/task/18509/stat : 18509 (plingeling) R 18499 18501 18475 0 -1 4202560 51019 1250 0 0 5098 9 0 0 25 0 9 0 655890951 335138816 26889 33554432000 4194304 4417452 140736606056400 18446744073709551615 4364555 0 0 4096 17442 0 0 0 -1 6 0 0 0
[pid=18501/tid=18510] ppid=18499 vsize=327284 CPUtime=50.71 cores=0-7

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

/proc/18501/task/18511/stat : 18511 (plingeling) R 18499 18501 18475 0 -1 4202560 687842 1250 0 0 472118 125 0 0 25 0 9 0 655890951 1870266368 401672 33554432000 4194304 4417452 140736606056400 18446744073709551615 4364727 0 0 4096 17442 0 0 0 -1 2 0 0 0
[pid=18501/tid=18512] ppid=18499 vsize=1826432 CPUtime=4722.43 cores=0-7
/proc/18501/task/18512/stat : 18512 (plingeling) R 18499 18501 18475 0 -1 4202560 745850 1250 0 0 472111 132 0 0 25 0 9 0 655890951 1870266368 401672 33554432000 4194304 4417452 140736606056400 18446744073709551615 4364727 0 0 4096 17442 0 0 0 -1 0 0 0 0
[pid=18501/tid=18513] ppid=18499 vsize=1826432 CPUtime=4722.41 cores=0-7
/proc/18501/task/18513/stat : 18513 (plingeling) R 18499 18501 18475 0 -1 4202560 859374 1250 0 0 472103 138 0 0 25 0 9 0 655890951 1870266368 401672 33554432000 4194304 4417452 140736606056400 18446744073709551615 4364727 0 0 4096 17442 0 0 0 -1 5 0 0 0
[pid=18501/tid=18514] ppid=18499 vsize=1826432 CPUtime=4722.42 cores=0-7
/proc/18501/task/18514/stat : 18514 (plingeling) R 18499 18501 18475 0 -1 4202560 639568 1250 0 0 472132 110 0 0 25 0 9 0 655890951 1870266368 401672 33554432000 4194304 4417452 140736606056400 18446744073709551615 4364727 0 0 4096 17442 0 0 0 -1 3 0 0 0
[pid=18501/tid=18515] ppid=18499 vsize=1826432 CPUtime=4721.88 cores=0-7
/proc/18501/task/18515/stat : 18515 (plingeling) R 18499 18501 18475 0 -1 4202560 752380 1250 0 0 472062 126 0 0 25 0 9 0 655890952 1870266368 401672 33554432000 4194304 4417452 140736606056400 18446744073709551615 4364727 0 0 4096 17442 0 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 37742.8
Current children cumulated vsize (KiB) 1826432

[startup+4782.3 s]
/proc/loadavg: 8.00 8.00 7.97 9/240 18657
/proc/meminfo: memFree=22530976/32951124 swapFree=61559568/67111528
[pid=18501] ppid=18499 vsize=1888360 CPUtime=38222.3 cores=0-7
/proc/18501/stat : 18501 (plingeling) S 18499 18501 18475 0 -1 4202496 5628031 1250 0 0 3821256 972 0 0 25 0 9 0 655890950 1933680640 417154 33554432000 4194304 4417452 140736606056400 18446744073709551615 222933579749 0 0 4096 17442 18446744073709551615 0 0 17 6 0 0 0
/proc/18501/statm: 472090 417154 180 55 0 469976 0
[pid=18501/tid=18508] ppid=18499 vsize=1888360 CPUtime=4780.76 cores=0-7
/proc/18501/task/18508/stat : 18508 (plingeling) R 18499 18501 18475 0 -1 4202560 608711 1250 0 0 477973 103 0 0 25 0 9 0 655890951 1933680640 417154 33554432000 4194304 4417452 140736606056400 18446744073709551615 4364727 0 0 4096 17442 0 0 0 -1 1 0 0 0
[pid=18501/tid=18509] ppid=18499 vsize=1888360 CPUtime=4782.42 cores=0-7
/proc/18501/task/18509/stat : 18509 (plingeling) R 18499 18501 18475 0 -1 4202560 668559 1250 0 0 478127 115 0 0 25 0 9 0 655890951 1933680640 417154 33554432000 4194304 4417452 140736606056400 18446744073709551615 4366099 0 0 4096 17442 0 0 0 -1 6 0 0 0
[pid=18501/tid=18510] ppid=18499 vsize=1888360 CPUtime=4747.49 cores=0-7
/proc/18501/task/18510/stat : 18510 (plingeling) R 18499 18501 18475 0 -1 4202560 656283 1250 0 0 474630 119 0 0 25 0 9 0 655890951 1933680640 417154 33554432000 4194304 4417452 140736606056400 18446744073709551615 4364727 0 0 4096 17442 0 0 0 -1 7 0 0 0
[pid=18501/tid=18511] ppid=18499 vsize=1888360 CPUtime=4782.43 cores=0-7
/proc/18501/task/18511/stat : 18511 (plingeling) R 18499 18501 18475 0 -1 4202560 696034 1250 0 0 478117 126 0 0 25 0 9 0 655890951 1933680640 417154 33554432000 4194304 4417452 140736606056400 18446744073709551615 4364907 0 0 4096 17442 0 0 0 -1 2 0 0 0
[pid=18501/tid=18512] ppid=18499 vsize=1888360 CPUtime=4782.42 cores=0-7
/proc/18501/task/18512/stat : 18512 (plingeling) R 18499 18501 18475 0 -1 4202560 745850 1250 0 0 478110 132 0 0 25 0 9 0 655890951 1933680640 417154 33554432000 4194304 4417452 140736606056400 18446744073709551615 4364579 0 0 4096 17442 0 0 0 -1 0 0 0 0
[pid=18501/tid=18513] ppid=18499 vsize=1888360 CPUtime=4782.41 cores=0-7
/proc/18501/task/18513/stat : 18513 (plingeling) R 18499 18501 18475 0 -1 4202560 859887 1250 0 0 478103 138 0 0 25 0 9 0 655890951 1933680640 417154 33554432000 4194304 4417452 140736606056400 18446744073709551615 4364727 0 0 4096 17442 0 0 0 -1 5 0 0 0
[pid=18501/tid=18514] ppid=18499 vsize=1888360 CPUtime=4782.41 cores=0-7
/proc/18501/task/18514/stat : 18514 (plingeling) R 18499 18501 18475 0 -1 4202560 639568 1250 0 0 478131 110 0 0 25 0 9 0 655890951 1933680640 417154 33554432000 4194304 4417452 140736606056400 18446744073709551615 4364626 0 0 4096 17442 0 0 0 -1 3 0 0 0
[pid=18501/tid=18515] ppid=18499 vsize=1888360 CPUtime=4781.87 cores=0-7
/proc/18501/task/18515/stat : 18515 (plingeling) R 18499 18501 18475 0 -1 4202560 752380 1250 0 0 478061 126 0 0 25 0 9 0 655890952 1933680640 417154 33554432000 4194304 4417452 140736606056400 18446744073709551615 4365092 0 0 4096 17442 0 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 38222.3
Current children cumulated vsize (KiB) 1888360

[startup+4842.31 s]
/proc/loadavg: 8.00 8.00 7.97 9/240 18659
/proc/meminfo: memFree=22466100/32951124 swapFree=61559568/67111528
[pid=18501] ppid=18499 vsize=1952428 CPUtime=38701.9 cores=0-7
/proc/18501/stat : 18501 (plingeling) S 18499 18501 18475 0 -1 4202496 5683172 1250 0 0 3869206 985 0 0 25 0 9 0 655890950 1999286272 433171 33554432000 4194304 4417452 140736606056400 18446744073709551615 222933579749 0 0 4096 17442 18446744073709551615 0 0 17 6 0 0 0
/proc/18501/statm: 488107 433171 180 55 0 485993 0
[pid=18501/tid=18508] ppid=18499 vsize=1952428 CPUtime=4840.77 cores=0-7
/proc/18501/task/18508/stat : 18508 (plingeling) R 18499 18501 18475 0 -1 4202560 608711 1250 0 0 483974 103 0 0 25 0 9 0 655890951 1999286272 433171 33554432000 4194304 4417452 140736606056400 18446744073709551615 4364727 0 0 4096 17442 0 0 0 -1 1 0 0 0
[pid=18501/tid=18509] ppid=18499 vsize=1952428 CPUtime=4842.43 cores=0-7
/proc/18501/task/18509/stat : 18509 (plingeling) R 18499 18501 18475 0 -1 4202560 668559 1250 0 0 484128 115 0 0 25 0 9 0 655890951 1999286272 433171 33554432000 4194304 4417452 140736606056400 18446744073709551615 4366117 0 0 4096 17442 0 0 0 -1 6 0 0 0
[pid=18501/tid=18510] ppid=18499 vsize=1952428 CPUtime=4807.05 cores=0-7
/proc/18501/task/18510/stat : 18510 (plingeling) R 18499 18501 18475 0 -1 4202560 672667 1250 0 0 480585 120 0 0 25 0 9 0 655890951 1999286272 433171 33554432000 4194304 4417452 140736606056400 18446744073709551615 4344176 0 0 4096 17442 0 0 0 -1 7 0 0 0
[pid=18501/tid=18511] ppid=18499 vsize=1952428 CPUtime=4842.44 cores=0-7
/proc/18501/task/18511/stat : 18511 (plingeling) R 18499 18501 18475 0 -1 4202560 696034 1250 0 0 484118 126 0 0 25 0 9 0 655890951 1999286272 433171 33554432000 4194304 4417452 140736606056400 18446744073709551615 4364727 0 0 4096 17442 0 0 0 -1 2 0 0 0
[pid=18501/tid=18512] ppid=18499 vsize=1952428 CPUtime=4842.43 cores=0-7
/proc/18501/task/18512/stat : 18512 (plingeling) R 18499 18501 18475 0 -1 4202560 776335 1250 0 0 484102 141 0 0 25 0 9 0 655890951 1999286272 433171 33554432000 4194304 4417452 140736606056400 18446744073709551615 4364727 0 0 4096 17442 0 0 0 -1 0 0 0 0
[pid=18501/tid=18513] ppid=18499 vsize=1952428 CPUtime=4842.42 cores=0-7
/proc/18501/task/18513/stat : 18513 (plingeling) R 18499 18501 18475 0 -1 4202560 859887 1250 0 0 484104 138 0 0 25 0 9 0 655890951 1999286272 433171 33554432000 4194304 4417452 140736606056400 18446744073709551615 4344176 0 0 4096 17442 0 0 0 -1 5 0 0 0
[pid=18501/tid=18514] ppid=18499 vsize=1952428 CPUtime=4842.42 cores=0-7
/proc/18501/task/18514/stat : 18514 (plingeling) R 18499 18501 18475 0 -1 4202560 647840 1250 0 0 484129 113 0 0 25 0 9 0 655890951 1999286272 433171 33554432000 4194304 4417452 140736606056400 18446744073709551615 4364727 0 0 4096 17442 0 0 0 -1 3 0 0 0
[pid=18501/tid=18515] ppid=18499 vsize=1952428 CPUtime=4841.87 cores=0-7
/proc/18501/task/18515/stat : 18515 (plingeling) R 18499 18501 18475 0 -1 4202560 752380 1250 0 0 484061 126 0 0 25 0 9 0 655890952 1999286272 433171 33554432000 4194304 4417452 140736606056400 18446744073709551615 4364564 0 0 4096 17442 0 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 38701.9
Current children cumulated vsize (KiB) 1952428

[startup+4902.3 s]
/proc/loadavg: 8.00 8.00 7.97 9/240 18660
/proc/meminfo: memFree=22433832/32951124 swapFree=61559568/67111528
[pid=18501] ppid=18499 vsize=1985196 CPUtime=39181.4 cores=0-7
/proc/18501/stat : 18501 (plingeling) S 18499 18501 18475 0 -1 4202496 5699556 1250 0 0 3917155 987 0 0 25 0 9 0 655890950 2032840704 441363 33554432000 4194304 4417452 140736606056400 18446744073709551615 222933579749 0 0 4096 17442 18446744073709551615 0 0 17 6 0 0 0
/proc/18501/statm: 496299 441363 180 55 0 494185 0
[pid=18501/tid=18508] ppid=18499 vsize=1985196 CPUtime=4900.76 cores=0-7
/proc/18501/task/18508/stat : 18508 (plingeling) R 18499 18501 18475 0 -1 4202560 608711 1250 0 0 489973 103 0 0 25 0 9 0 655890951 2032840704 441363 33554432000 4194304 4417452 140736606056400 18446744073709551615 4364727 0 0 4096 17442 0 0 0 -1 1 0 0 0
[pid=18501/tid=18509] ppid=18499 vsize=1985196 CPUtime=4902.42 cores=0-7
/proc/18501/task/18509/stat : 18509 (plingeling) R 18499 18501 18475 0 -1 4202560 668559 1250 0 0 490127 115 0 0 25 0 9 0 655890951 2032840704 441363 33554432000 4194304 4417452 140736606056400 18446744073709551615 4364727 0 0 4096 17442 0 0 0 -1 6 0 0 0
[pid=18501/tid=18510] ppid=18499 vsize=1985196 CPUtime=4866.61 cores=0-7
/proc/18501/task/18510/stat : 18510 (plingeling) R 18499 18501 18475 0 -1 4202560 672667 1250 0 0 486541 120 0 0 25 0 9 0 655890951 2032840704 441363 33554432000 4194304 4417452 140736606056400 18446744073709551615 4364727 0 0 4096 17442 0 0 0 -1 7 0 0 0
[pid=18501/tid=18511] ppid=18499 vsize=1985196 CPUtime=4902.43 cores=0-7
/proc/18501/task/18511/stat : 18511 (plingeling) R 18499 18501 18475 0 -1 4202560 704226 1250 0 0 490117 126 0 0 25 0 9 0 655890951 2032840704 441363 33554432000 4194304 4417452 140736606056400 18446744073709551615 4364727 0 0 4096 17442 0 0 0 -1 2 0 0 0
[pid=18501/tid=18512] ppid=18499 vsize=1985196 CPUtime=4902.43 cores=0-7
/proc/18501/task/18512/stat : 18512 (plingeling) R 18499 18501 18475 0 -1 4202560 776335 1250 0 0 490102 141 0 0 25 0 9 0 655890951 2032840704 441363 33554432000 4194304 4417452 140736606056400 18446744073709551615 4364727 0 0 4096 17442 0 0 0 -1 0 0 0 0
[pid=18501/tid=18513] ppid=18499 vsize=1985196 CPUtime=4902.41 cores=0-7
/proc/18501/task/18513/stat : 18513 (plingeling) R 18499 18501 18475 0 -1 4202560 859887 1250 0 0 490103 138 0 0 25 0 9 0 655890951 2032840704 441363 33554432000 4194304 4417452 140736606056400 18446744073709551615 4364727 0 0 4096 17442 0 0 0 -1 5 0 0 0
[pid=18501/tid=18514] ppid=18499 vsize=1985196 CPUtime=4902.41 cores=0-7
/proc/18501/task/18514/stat : 18514 (plingeling) R 18499 18501 18475 0 -1 4202560 656032 1250 0 0 490127 114 0 0 25 0 9 0 655890951 2032840704 441363 33554432000 4194304 4417452 140736606056400 18446744073709551615 4364727 0 0 4096 17442 0 0 0 -1 3 0 0 0
[pid=18501/tid=18515] ppid=18499 vsize=1985196 CPUtime=4901.86 cores=0-7
/proc/18501/task/18515/stat : 18515 (plingeling) R 18499 18501 18475 0 -1 4202560 752380 1250 0 0 490060 126 0 0 25 0 9 0 655890952 2032840704 441363 33554432000 4194304 4417452 140736606056400 18446744073709551615 4364727 0 0 4096 17442 0 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 39181.4
Current children cumulated vsize (KiB) 1985196

[startup+4962.3 s]
/proc/loadavg: 8.00 8.00 7.97 9/240 18662
/proc/meminfo: memFree=22397608/32951124 swapFree=61559568/67111528
[pid=18501] ppid=18499 vsize=2021324 CPUtime=39661 cores=0-7
/proc/18501/stat : 18501 (plingeling) S 18499 18501 18475 0 -1 4202496 5757740 1250 0 0 3965105 994 0 0 25 0 9 0 655890950 2069835776 450395 33554432000 4194304 4417452 140736606056400 18446744073709551615 222933579749 0 0 4096 17442 18446744073709551615 0 0 17 6 0 0 0
/proc/18501/statm: 505331 450395 180 55 0 503217 0
[pid=18501/tid=18508] ppid=18499 vsize=2021324 CPUtime=4960.77 cores=0-7
/proc/18501/task/18508/stat : 18508 (plingeling) R 18499 18501 18475 0 -1 4202560 608711 1250 0 0 495974 103 0 0 25 0 9 0 655890951 2069835776 450395 33554432000 4194304 4417452 140736606056400 18446744073709551615 4364727 0 0 4096 17442 0 0 0 -1 1 0 0 0
[pid=18501/tid=18509] ppid=18499 vsize=2021324 CPUtime=4962.42 cores=0-7
/proc/18501/task/18509/stat : 18509 (plingeling) R 18499 18501 18475 0 -1 4202560 668559 1250 0 0 496127 115 0 0 25 0 9 0 655890951 2069835776 450395 33554432000 4194304 4417452 140736606056400 18446744073709551615 4364727 0 0 4096 17442 0 0 0 -1 6 0 0 0
[pid=18501/tid=18510] ppid=18499 vsize=2021324 CPUtime=4926.18 cores=0-7
/proc/18501/task/18510/stat : 18510 (plingeling) R 18499 18501 18475 0 -1 4202560 697243 1250 0 0 492494 124 0 0 25 0 9 0 655890951 2069835776 450395 33554432000 4194304 4417452 140736606056400 18446744073709551615 4364727 0 0 4096 17442 0 0 0 -1 7 0 0 0
[pid=18501/tid=18511] ppid=18499 vsize=2021324 CPUtime=4962.43 cores=0-7
/proc/18501/task/18511/stat : 18511 (plingeling) R 18499 18501 18475 0 -1 4202560 712418 1250 0 0 496116 127 0 0 25 0 9 0 655890951 2069835776 450395 33554432000 4194304 4417452 140736606056400 18446744073709551615 4364727 0 0 4096 17442 0 0 0 -1 2 0 0 0
[pid=18501/tid=18512] ppid=18499 vsize=2021324 CPUtime=4962.43 cores=0-7
/proc/18501/task/18512/stat : 18512 (plingeling) R 18499 18501 18475 0 -1 4202560 776335 1250 0 0 496102 141 0 0 25 0 9 0 655890951 2069835776 450395 33554432000 4194304 4417452 140736606056400 18446744073709551615 4364737 0 0 4096 17442 0 0 0 -1 0 0 0 0
[pid=18501/tid=18513] ppid=18499 vsize=2021324 CPUtime=4962.41 cores=0-7
/proc/18501/task/18513/stat : 18513 (plingeling) R 18499 18501 18475 0 -1 4202560 859887 1250 0 0 496103 138 0 0 25 0 9 0 655890951 2069835776 450395 33554432000 4194304 4417452 140736606056400 18446744073709551615 4364727 0 0 4096 17442 0 0 0 -1 5 0 0 0
[pid=18501/tid=18514] ppid=18499 vsize=2021324 CPUtime=4962.42 cores=0-7
/proc/18501/task/18514/stat : 18514 (plingeling) R 18499 18501 18475 0 -1 4202560 681448 1250 0 0 496125 117 0 0 25 0 9 0 655890951 2069835776 450395 33554432000 4194304 4417452 140736606056400 18446744073709551615 4364727 0 0 4096 17442 0 0 0 -1 3 0 0 0
[pid=18501/tid=18515] ppid=18499 vsize=2021324 CPUtime=4961.85 cores=0-7
/proc/18501/task/18515/stat : 18515 (plingeling) R 18499 18501 18475 0 -1 4202560 752380 1250 0 0 496059 126 0 0 25 0 9 0 655890952 2069835776 450395 33554432000 4194304 4417452 140736606056400 18446744073709551615 4364807 0 0 4096 17442 0 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 39661
Current children cumulated vsize (KiB) 2021324



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+5004.8 s]
/proc/loadavg: 8.00 8.00 7.97 9/240 18663
/proc/meminfo: memFree=22352964/32951124 swapFree=61559568/67111528
[pid=18501] ppid=18499 vsize=2065136 CPUtime=40000.7 cores=0-7
/proc/18501/stat : 18501 (plingeling) S 18499 18501 18475 0 -1 4202496 5807013 1250 0 0 3999064 1008 0 0 25 0 9 0 655890950 2114699264 461348 33554432000 4194304 4417452 140736606056400 18446744073709551615 222933579749 0 0 4096 17442 18446744073709551615 0 0 17 6 0 0 0
/proc/18501/statm: 516284 461348 180 55 0 514170 0
[pid=18501/tid=18508] ppid=18499 vsize=2065136 CPUtime=5003.28 cores=0-7
/proc/18501/task/18508/stat : 18508 (plingeling) R 18499 18501 18475 0 -1 4202560 641600 1250 0 0 500215 113 0 0 25 0 9 0 655890951 2114699264 461348 33554432000 4194304 4417452 140736606056400 18446744073709551615 4364873 0 0 4096 17442 0 0 0 -1 1 0 0 0
[pid=18501/tid=18509] ppid=18499 vsize=2065136 CPUtime=5004.93 cores=0-7
/proc/18501/task/18509/stat : 18509 (plingeling) R 18499 18501 18475 0 -1 4202560 668559 1250 0 0 500378 115 0 0 25 0 9 0 655890951 2114699264 461348 33554432000 4194304 4417452 140736606056400 18446744073709551615 4364727 0 0 4096 17442 0 0 0 -1 6 0 0 0
[pid=18501/tid=18510] ppid=18499 vsize=2065136 CPUtime=4968.37 cores=0-7
/proc/18501/task/18510/stat : 18510 (plingeling) R 18499 18501 18475 0 -1 4202560 705435 1250 0 0 496712 125 0 0 25 0 9 0 655890951 2114699264 461348 33554432000 4194304 4417452 140736606056400 18446744073709551615 4364727 0 0 4096 17442 0 0 0 -1 7 0 0 0
[pid=18501/tid=18511] ppid=18499 vsize=2065136 CPUtime=5004.94 cores=0-7
/proc/18501/task/18511/stat : 18511 (plingeling) R 18499 18501 18475 0 -1 4202560 712418 1250 0 0 500367 127 0 0 25 0 9 0 655890951 2114699264 461348 33554432000 4194304 4417452 140736606056400 18446744073709551615 4364727 0 0 4096 17442 0 0 0 -1 2 0 0 0
[pid=18501/tid=18512] ppid=18499 vsize=2065136 CPUtime=5004.94 cores=0-7
/proc/18501/task/18512/stat : 18512 (plingeling) R 18499 18501 18475 0 -1 4202560 776335 1250 0 0 500353 141 0 0 25 0 9 0 655890951 2114699264 461348 33554432000 4194304 4417452 140736606056400 18446744073709551615 4364727 0 0 4096 17442 0 0 0 -1 0 0 0 0
[pid=18501/tid=18513] ppid=18499 vsize=2065136 CPUtime=5004.92 cores=0-7
/proc/18501/task/18513/stat : 18513 (plingeling) R 18499 18501 18475 0 -1 4202560 868079 1250 0 0 500351 141 0 0 25 0 9 0 655890951 2114699264 461348 33554432000 4194304 4417452 140736606056400 18446744073709551615 4364907 0 0 4096 17442 0 0 0 -1 5 0 0 0
[pid=18501/tid=18514] ppid=18499 vsize=2065136 CPUtime=5004.93 cores=0-7
/proc/18501/task/18514/stat : 18514 (plingeling) R 18499 18501 18475 0 -1 4202560 681448 1250 0 0 500376 117 0 0 25 0 9 0 655890951 2114699264 461348 33554432000 4194304 4417452 140736606056400 18446744073709551615 4364727 0 0 4096 17442 0 0 0 -1 3 0 0 0
[pid=18501/tid=18515] ppid=18499 vsize=2065136 CPUtime=5004.36 cores=0-7
/proc/18501/task/18515/stat : 18515 (plingeling) R 18499 18501 18475 0 -1 4202560 752380 1250 0 0 500310 126 0 0 25 0 9 0 655890952 2114699264 461348 33554432000 4194304 4417452 140736606056400 18446744073709551615 4364727 0 0 4096 17442 0 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 40000.7
Current children cumulated vsize (KiB) 2065136

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

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

[startup+5004.8 s]
/proc/loadavg: 8.00 8.00 7.97 9/240 18663
/proc/meminfo: memFree=22352964/32951124 swapFree=61559568/67111528
[pid=18501] ppid=18499 vsize=2065136 CPUtime=40000.7 cores=0-7
/proc/18501/stat : 18501 (plingeling) S 18499 18501 18475 0 -1 4202496 5807013 1250 0 0 3999064 1008 0 0 25 0 9 0 655890950 2114699264 461348 33554432000 4194304 4417452 140736606056400 18446744073709551615 222933579749 0 0 4096 17442 18446744073709551615 0 0 17 6 0 0 0
/proc/18501/statm: 516284 461348 180 55 0 514170 0
[pid=18501/tid=18508] ppid=18499 vsize=2065136 CPUtime=5003.28 cores=0-7
/proc/18501/task/18508/stat : 18508 (plingeling) R 18499 18501 18475 0 -1 4202560 641600 1250 0 0 500215 113 0 0 25 0 9 0 655890951 2114699264 461348 33554432000 4194304 4417452 140736606056400 18446744073709551615 4364873 0 0 4096 17442 0 0 0 -1 1 0 0 0
[pid=18501/tid=18509] ppid=18499 vsize=2065136 CPUtime=5004.93 cores=0-7
/proc/18501/task/18509/stat : 18509 (plingeling) R 18499 18501 18475 0 -1 4202560 668559 1250 0 0 500378 115 0 0 25 0 9 0 655890951 2114699264 461348 33554432000 4194304 4417452 140736606056400 18446744073709551615 4364727 0 0 4096 17442 0 0 0 -1 6 0 0 0
[pid=18501/tid=18510] ppid=18499 vsize=2065136 CPUtime=4968.37 cores=0-7
/proc/18501/task/18510/stat : 18510 (plingeling) R 18499 18501 18475 0 -1 4202560 705435 1250 0 0 496712 125 0 0 25 0 9 0 655890951 2114699264 461348 33554432000 4194304 4417452 140736606056400 18446744073709551615 4364727 0 0 4096 17442 0 0 0 -1 7 0 0 0
[pid=18501/tid=18511] ppid=18499 vsize=2065136 CPUtime=5004.94 cores=0-7
/proc/18501/task/18511/stat : 18511 (plingeling) R 18499 18501 18475 0 -1 4202560 712418 1250 0 0 500367 127 0 0 25 0 9 0 655890951 2114699264 461348 33554432000 4194304 4417452 140736606056400 18446744073709551615 4364727 0 0 4096 17442 0 0 0 -1 2 0 0 0
[pid=18501/tid=18512] ppid=18499 vsize=2065136 CPUtime=5004.94 cores=0-7
/proc/18501/task/18512/stat : 18512 (plingeling) R 18499 18501 18475 0 -1 4202560 776335 1250 0 0 500353 141 0 0 25 0 9 0 655890951 2114699264 461348 33554432000 4194304 4417452 140736606056400 18446744073709551615 4364727 0 0 4096 17442 0 0 0 -1 0 0 0 0
[pid=18501/tid=18513] ppid=18499 vsize=2065136 CPUtime=5004.92 cores=0-7
/proc/18501/task/18513/stat : 18513 (plingeling) R 18499 18501 18475 0 -1 4202560 868079 1250 0 0 500351 141 0 0 25 0 9 0 655890951 2114699264 461348 33554432000 4194304 4417452 140736606056400 18446744073709551615 4364907 0 0 4096 17442 0 0 0 -1 5 0 0 0
[pid=18501/tid=18514] ppid=18499 vsize=2065136 CPUtime=5004.93 cores=0-7
/proc/18501/task/18514/stat : 18514 (plingeling) R 18499 18501 18475 0 -1 4202560 681448 1250 0 0 500376 117 0 0 25 0 9 0 655890951 2114699264 461348 33554432000 4194304 4417452 140736606056400 18446744073709551615 4364727 0 0 4096 17442 0 0 0 -1 3 0 0 0
[pid=18501/tid=18515] ppid=18499 vsize=2065136 CPUtime=5004.36 cores=0-7
/proc/18501/task/18515/stat : 18515 (plingeling) R 18499 18501 18475 0 -1 4202560 752380 1250 0 0 500310 126 0 0 25 0 9 0 655890952 2114699264 461348 33554432000 4194304 4417452 140736606056400 18446744073709551615 4364727 0 0 4096 17442 0 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 40000.7
Current children cumulated vsize (KiB) 2065136

Child ended because it received signal 15 (SIGTERM)
Real time (s): 5004.9
CPU time (s): 40000.9
CPU user time (s): 39990.7
CPU system time (s): 10.1755
CPU usage (%): 799.234
Max. virtual memory (cumulated for all children) (KiB): 2065136

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 39990.7
system time used= 10.1755
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 5808263
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= 334
involuntary context switches= 192885

runsolver used 9.99348 second user time and 26.417 second system time

The end

Launcher Data

Begin job on node109 at 2011-05-15 09:01:42
IDJOB=3372860
IDBENCH=84808
IDSOLVER=1851
FILE ID=node109/3372860-1305442902
RUNJOBID= node109-1305442902-18489
PBS_JOBID= 13324836
Free space on /tmp= 73276 MiB

SOLVER NAME= Plingeling 587f (fixed)
BENCH NAME= SAT04/industrial/vangelder/cnf-color/myciel6-tr.used-as.sat04-320.cnf
COMMAND LINE= plingeling -t NBCORE BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3372860-1305442902/watcher-3372860-1305442902 -o /tmp/evaluation-result-3372860-1305442902/solver-3372860-1305442902 -C 40000 -W 5100 -M 31000  plingeling -t 8 HOME/instance-3372860-1305442902.cnf

TIME LIMIT= 40000 seconds
MEMORY LIMIT= 31000 MiB
NBCORE= 8

MD5SUM BENCH= 5ba57e5cfd40b4a93356dbea5162016d
RANDOM SEED=336318319

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

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

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

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


/proc/meminfo:
MemTotal:     32951124 kB
MemFree:      24202396 kB
Buffers:        261808 kB
Cached:        2332224 kB
SwapCached:      28404 kB
Active:         163824 kB
Inactive:      8362880 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32951124 kB
LowFree:      24202396 kB
SwapTotal:    67111528 kB
SwapFree:     61559568 kB
Dirty:             388 kB
Writeback:           0 kB
AnonPages:     5911236 kB
Mapped:          16768 kB
Slab:           127524 kB
PageTables:      31044 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83587088 kB
Committed_AS: 17848484 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= 73272 MiB
End job on node109 at 2011-05-15 10:25:09