Trace number 3394558

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) 40001.1 5011.74

General information on the benchmark

Namecrafted/manthey/sudoku-single-hard/
sudoku_81x81_unknown.cnf
MD5SUMcbd78921480e79d133eb06cb2172caa1
Bench CategoryCRAFTED (crafted instances)
Best result obtained on this benchmark
Best CPU time to get the best result obtained on this benchmark
Satisfiable
(Un)Satisfiability was proved
Number of variables18217
Number of clauses284829
Sum of the clauses size622430
Maximum clause length28
Minimum clause length2
Number of clauses of size 10
Number of clauses of size 2275099
Number of clauses of size 3620
Number of clauses of size 4984
Number of clauses of size 51120
Number of clauses of size over 57006

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-3394558-1306099603/watcher-3394558-1306099603 -o /tmp/evaluation-result-3394558-1306099603/solver-3394558-1306099603 -C 40000 -W 5100 -M 31000 plingeling -t 8 HOME/instance-3394558-1306099603.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: 8.14 8.12 8.03 2/504 24033
/proc/meminfo: memFree=10274476/32951124 swapFree=67111364/67111528
[pid=24033] ppid=24031 vsize=11424 CPUtime=0 cores=0-7
/proc/24033/stat : 24033 (plingeling) R 24031 24033 23543 0 -1 4202496 934 1255 0 0 0 0 0 0 21 0 1 0 702376488 11698176 863 33554432000 4194304 4417452 140736843007344 18446744073709551615 255106768640 0 0 4096 17442 0 0 0 17 0 0 0 0
/proc/24033/statm: 2856 863 148 55 0 742 0

[startup+0.059676 s]
/proc/loadavg: 8.14 8.12 8.03 2/504 24033
/proc/meminfo: memFree=10274476/32951124 swapFree=67111364/67111528
[pid=24033] ppid=24031 vsize=23296 CPUtime=0.05 cores=0-7
/proc/24033/stat : 24033 (plingeling) R 24031 24033 23543 0 -1 4202496 3921 1255 0 0 5 0 0 0 21 0 1 0 702376488 23855104 3848 33554432000 4194304 4417452 140736843007344 18446744073709551615 4231327 0 0 4096 17442 0 0 0 17 0 0 0 0
/proc/24033/statm: 5824 3848 149 55 0 3710 0
Current children cumulated CPU time (s) 0.05
Current children cumulated vsize (KiB) 23296

[startup+0.100666 s]
/proc/loadavg: 8.14 8.12 8.03 2/504 24033
/proc/meminfo: memFree=10274476/32951124 swapFree=67111364/67111528
[pid=24033] ppid=24031 vsize=27392 CPUtime=0.08 cores=0-7
/proc/24033/stat : 24033 (plingeling) R 24031 24033 23543 0 -1 4202496 4945 1255 0 0 8 0 0 0 21 0 1 0 702376488 28049408 4872 33554432000 4194304 4417452 140736843007344 18446744073709551615 4227769 0 0 4096 17442 0 0 0 17 0 0 0 0
/proc/24033/statm: 6848 4872 149 55 0 4734 0
Current children cumulated CPU time (s) 0.08
Current children cumulated vsize (KiB) 27392

[startup+0.300633 s]
/proc/loadavg: 8.14 8.12 8.03 2/504 24033
/proc/meminfo: memFree=10274476/32951124 swapFree=67111364/67111528
[pid=24033] ppid=24031 vsize=63424 CPUtime=0.29 cores=0-7
/proc/24033/stat : 24033 (plingeling) R 24031 24033 23543 0 -1 4202496 13953 1255 0 0 27 2 0 0 22 0 1 0 702376488 64946176 13880 33554432000 4194304 4417452 140736843007344 18446744073709551615 4227901 0 0 4096 17442 0 0 0 17 0 0 0 0
/proc/24033/statm: 15856 13880 149 55 0 13742 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 63424

[startup+0.700532 s]
/proc/loadavg: 8.14 8.12 8.03 2/504 24033
/proc/meminfo: memFree=10274476/32951124 swapFree=67111364/67111528
[pid=24033] ppid=24031 vsize=241924 CPUtime=1.8 cores=0-7
/proc/24033/stat : 24033 (plingeling) S 24031 24033 23543 0 -1 4202496 27384 1255 0 0 176 4 0 0 24 0 9 0 702376488 247730176 21817 33554432000 4194304 4417452 140736843007344 18446744073709551615 255118571493 0 0 4096 17442 18446744073709551615 0 0 17 2 0 0 0
/proc/24033/statm: 60481 21817 175 55 0 58367 0
Current children cumulated CPU time (s) 1.8
Current children cumulated vsize (KiB) 241924

[startup+1.50039 s]
/proc/loadavg: 8.14 8.12 8.03 9/513 24047
/proc/meminfo: memFree=10186000/32951124 swapFree=67111364/67111528
[pid=24033] ppid=24031 vsize=242648 CPUtime=8.19 cores=0-7
/proc/24033/stat : 24033 (plingeling) S 24031 24033 23543 0 -1 4202496 31032 1255 0 0 814 5 0 0 24 0 9 0 702376488 248471552 22319 33554432000 4194304 4417452 140736843007344 18446744073709551615 255118571493 0 0 4096 17442 18446744073709551615 0 0 17 2 0 0 0
/proc/24033/statm: 60662 22319 175 55 0 58548 0
[pid=24033/tid=24040] ppid=24031 vsize=242648 CPUtime=0.96 cores=0-7
/proc/24033/task/24040/stat : 24040 (plingeling) R 24031 24033 23543 0 -1 4202560 1371 1255 0 0 96 0 0 0 19 0 9 0 702376541 248471552 22319 33554432000 4194304 4417452 140736843007344 18446744073709551615 4284693 0 0 4096 17442 0 0 0 -1 1 0 0 0
[pid=24033/tid=24041] ppid=24031 vsize=242648 CPUtime=0.96 cores=0-7
/proc/24033/task/24041/stat : 24041 (plingeling) R 24031 24033 23543 0 -1 4202560 1042 1255 0 0 96 0 0 0 25 0 9 0 702376541 248471552 22319 33554432000 4194304 4417452 140736843007344 18446744073709551615 4283557 0 0 4096 17442 0 0 0 -1 0 0 0 0
[pid=24033/tid=24042] ppid=24031 vsize=242648 CPUtime=0.96 cores=0-7
/proc/24033/task/24042/stat : 24042 (plingeling) R 24031 24033 23543 0 -1 4202560 853 1255 0 0 96 0 0 0 25 0 9 0 702376541 248471552 22319 33554432000 4194304 4417452 140736843007344 18446744073709551615 4290595 0 0 4096 17442 0 0 0 -1 6 0 0 0
[pid=24033/tid=24043] ppid=24031 vsize=242648 CPUtime=0.96 cores=0-7
/proc/24033/task/24043/stat : 24043 (plingeling) R 24031 24033 23543 0 -1 4202560 284 1255 0 0 96 0 0 0 25 0 9 0 702376541 248471552 22319 33554432000 4194304 4417452 140736843007344 18446744073709551615 4270973 0 0 4096 17442 0 0 0 -1 2 0 0 0
[pid=24033/tid=24044] ppid=24031 vsize=242648 CPUtime=0.96 cores=0-7
/proc/24033/task/24044/stat : 24044 (plingeling) R 24031 24033 23543 0 -1 4202560 915 1255 0 0 96 0 0 0 25 0 9 0 702376541 248471552 22319 33554432000 4194304 4417452 140736843007344 18446744073709551615 4283557 0 0 4096 17442 0 0 0 -1 4 0 0 0
[pid=24033/tid=24045] ppid=24031 vsize=242648 CPUtime=0.92 cores=0-7
/proc/24033/task/24045/stat : 24045 (plingeling) R 24031 24033 23543 0 -1 4202560 328 1255 0 0 92 0 0 0 25 0 9 0 702376541 248471552 22319 33554432000 4194304 4417452 140736843007344 18446744073709551615 4270925 0 0 4096 17442 0 0 0 -1 5 0 0 0
[pid=24033/tid=24046] ppid=24031 vsize=242648 CPUtime=0.96 cores=0-7
/proc/24033/task/24046/stat : 24046 (plingeling) R 24031 24033 23543 0 -1 4202560 671 1255 0 0 96 0 0 0 19 0 9 0 702376542 248471552 22319 33554432000 4194304 4417452 140736843007344 18446744073709551615 4234260 0 0 4096 17442 0 0 0 -1 3 0 0 0
[pid=24033/tid=24047] ppid=24031 vsize=242648 CPUtime=0.93 cores=0-7
/proc/24033/task/24047/stat : 24047 (plingeling) R 24031 24033 23543 0 -1 4202560 2894 1255 0 0 93 0 0 0 19 0 9 0 702376542 248471552 22319 33554432000 4194304 4417452 140736843007344 18446744073709551615 4284592 0 0 4096 17442 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 8.19
Current children cumulated vsize (KiB) 242648

[startup+3.1011 s]
/proc/loadavg: 8.14 8.12 8.03 9/513 24047
/proc/meminfo: memFree=10181164/32951124 swapFree=67111364/67111528
[pid=24033] ppid=24031 vsize=244624 CPUtime=20.97 cores=0-7
/proc/24033/stat : 24033 (plingeling) S 24031 24033 23543 0 -1 4202496 49482 1255 0 0 2089 8 0 0 24 0 9 0 702376488 250494976 22926 33554432000 4194304 4417452 140736843007344 18446744073709551615 255118571493 0 0 4096 17442 18446744073709551615 0 0 17 2 0 0 0
/proc/24033/statm: 61156 22926 180 55 0 59042 0
[pid=24033/tid=24040] ppid=24031 vsize=244624 CPUtime=2.55 cores=0-7
/proc/24033/task/24040/stat : 24040 (plingeling) R 24031 24033 23543 0 -1 4202560 3820 1255 0 0 255 0 0 0 22 0 9 0 702376541 250494976 22926 33554432000 4194304 4417452 140736843007344 18446744073709551615 4336717 0 0 4096 17442 0 0 0 -1 1 0 0 0
[pid=24033/tid=24041] ppid=24031 vsize=244624 CPUtime=2.56 cores=0-7
/proc/24033/task/24041/stat : 24041 (plingeling) R 24031 24033 23543 0 -1 4202560 3141 1255 0 0 256 0 0 0 25 0 9 0 702376541 250494976 22926 33554432000 4194304 4417452 140736843007344 18446744073709551615 4249015 0 0 4096 17442 0 0 0 -1 0 0 0 0
[pid=24033/tid=24042] ppid=24031 vsize=244624 CPUtime=2.56 cores=0-7
/proc/24033/task/24042/stat : 24042 (plingeling) R 24031 24033 23543 0 -1 4202560 2742 1255 0 0 256 0 0 0 25 0 9 0 702376541 250494976 22926 33554432000 4194304 4417452 140736843007344 18446744073709551615 4249171 0 0 4096 17442 0 0 0 -1 6 0 0 0
[pid=24033/tid=24043] ppid=24031 vsize=244624 CPUtime=2.56 cores=0-7
/proc/24033/task/24043/stat : 24043 (plingeling) R 24031 24033 23543 0 -1 4202560 284 1255 0 0 256 0 0 0 25 0 9 0 702376541 250494976 22926 33554432000 4194304 4417452 140736843007344 18446744073709551615 4353714 0 0 4096 17442 0 0 0 -1 2 0 0 0
[pid=24033/tid=24044] ppid=24031 vsize=244624 CPUtime=2.56 cores=0-7
/proc/24033/task/24044/stat : 24044 (plingeling) R 24031 24033 23543 0 -1 4202560 3133 1255 0 0 256 0 0 0 25 0 9 0 702376541 250494976 22926 33554432000 4194304 4417452 140736843007344 18446744073709551615 4249165 0 0 4096 17442 0 0 0 -1 4 0 0 0
[pid=24033/tid=24045] ppid=24031 vsize=244624 CPUtime=2.52 cores=0-7
/proc/24033/task/24045/stat : 24045 (plingeling) R 24031 24033 23543 0 -1 4202560 4654 1255 0 0 252 0 0 0 25 0 9 0 702376541 250494976 22926 33554432000 4194304 4417452 140736843007344 18446744073709551615 4249209 0 0 4096 17442 0 0 0 -1 5 0 0 0
[pid=24033/tid=24046] ppid=24031 vsize=244624 CPUtime=2.56 cores=0-7
/proc/24033/task/24046/stat : 24046 (plingeling) R 24031 24033 23543 0 -1 4202560 2347 1255 0 0 256 0 0 0 22 0 9 0 702376542 250494976 22926 33554432000 4194304 4417452 140736843007344 18446744073709551615 4249584 0 0 4096 17442 0 0 0 -1 3 0 0 0
[pid=24033/tid=24047] ppid=24031 vsize=244624 CPUtime=2.51 cores=0-7
/proc/24033/task/24047/stat : 24047 (plingeling) R 24031 24033 23543 0 -1 4202560 6687 1255 0 0 250 1 0 0 22 0 9 0 702376542 250494976 22926 33554432000 4194304 4417452 140736843007344 18446744073709551615 4249193 0 0 4096 17442 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 20.97
Current children cumulated vsize (KiB) 244624

[startup+6.30055 s]
/proc/loadavg: 8.13 8.12 8.03 9/513 24047
/proc/meminfo: memFree=10170144/32951124 swapFree=67111364/67111528
[pid=24033] ppid=24031 vsize=266296 CPUtime=46.51 cores=0-7
/proc/24033/stat : 24033 (plingeling) S 24031 24033 23543 0 -1 4202496 60366 1255 0 0 4642 9 0 0 24 0 9 0 702376488 272687104 27549 33554432000 4194304 4417452 140736843007344 18446744073709551615 255118571493 0 0 4096 17442 18446744073709551615 0 0 17 2 0 0 0
/proc/24033/statm: 66574 27549 180 55 0 64460 0
[pid=24033/tid=24040] ppid=24031 vsize=266296 CPUtime=5.75 cores=0-7
/proc/24033/task/24040/stat : 24040 (plingeling) R 24031 24033 23543 0 -1 4202560 5695 1255 0 0 575 0 0 0 25 0 9 0 702376541 272687104 27549 33554432000 4194304 4417452 140736843007344 18446744073709551615 4364827 0 0 4096 17442 0 0 0 -1 1 0 0 0
[pid=24033/tid=24041] ppid=24031 vsize=266296 CPUtime=5.76 cores=0-7
/proc/24033/task/24041/stat : 24041 (plingeling) R 24031 24033 23543 0 -1 4202560 4036 1255 0 0 576 0 0 0 25 0 9 0 702376541 272687104 27549 33554432000 4194304 4417452 140736843007344 18446744073709551615 4236549 0 0 4096 17442 0 0 0 -1 0 0 0 0
[pid=24033/tid=24042] ppid=24031 vsize=266296 CPUtime=5.75 cores=0-7
/proc/24033/task/24042/stat : 24042 (plingeling) R 24031 24033 23543 0 -1 4202560 4895 1255 0 0 575 0 0 0 25 0 9 0 702376541 272687104 27549 33554432000 4194304 4417452 140736843007344 18446744073709551615 4331323 0 0 4096 17442 0 0 0 -1 6 0 0 0
[pid=24033/tid=24043] ppid=24031 vsize=266296 CPUtime=5.76 cores=0-7
/proc/24033/task/24043/stat : 24043 (plingeling) R 24031 24033 23543 0 -1 4202560 1248 1255 0 0 576 0 0 0 25 0 9 0 702376541 272687104 27549 33554432000 4194304 4417452 140736843007344 18446744073709551615 4236544 0 0 4096 17442 0 0 0 -1 2 0 0 0
[pid=24033/tid=24044] ppid=24031 vsize=266296 CPUtime=5.75 cores=0-7
/proc/24033/task/24044/stat : 24044 (plingeling) R 24031 24033 23543 0 -1 4202560 5518 1255 0 0 575 0 0 0 25 0 9 0 702376541 272687104 27549 33554432000 4194304 4417452 140736843007344 18446744073709551615 4302954 0 0 4096 17442 0 0 0 -1 4 0 0 0
[pid=24033/tid=24045] ppid=24031 vsize=266296 CPUtime=5.72 cores=0-7
/proc/24033/task/24045/stat : 24045 (plingeling) R 24031 24033 23543 0 -1 4202560 5832 1255 0 0 572 0 0 0 25 0 9 0 702376541 272687104 27549 33554432000 4194304 4417452 140736843007344 18446744073709551615 4365075 0 0 4096 17442 0 0 0 -1 5 0 0 0
[pid=24033/tid=24046] ppid=24031 vsize=266296 CPUtime=5.76 cores=0-7
/proc/24033/task/24046/stat : 24046 (plingeling) R 24031 24033 23543 0 -1 4202560 2548 1255 0 0 576 0 0 0 25 0 9 0 702376542 272687104 27549 33554432000 4194304 4417452 140736843007344 18446744073709551615 4236986 0 0 4096 17442 0 0 0 -1 3 0 0 0
[pid=24033/tid=24047] ppid=24031 vsize=266296 CPUtime=5.66 cores=0-7
/proc/24033/task/24047/stat : 24047 (plingeling) R 24031 24033 23543 0 -1 4202560 7920 1255 0 0 565 1 0 0 25 0 9 0 702376542 272687104 27549 33554432000 4194304 4417452 140736843007344 18446744073709551615 4364907 0 0 4096 17442 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 46.51
Current children cumulated vsize (KiB) 266296

[startup+12.7004 s]
/proc/loadavg: 8.12 8.11 8.03 9/513 24047
/proc/meminfo: memFree=10151900/32951124 swapFree=67111364/67111528
[pid=24033] ppid=24031 vsize=277416 CPUtime=97.57 cores=0-7
/proc/24033/stat : 24033 (plingeling) S 24031 24033 23543 0 -1 4202496 68470 1255 0 0 9747 10 0 0 24 0 9 0 702376488 284073984 30641 33554432000 4194304 4417452 140736843007344 18446744073709551615 255118571493 0 0 4096 17442 18446744073709551615 0 0 17 2 0 0 0
/proc/24033/statm: 69354 30641 180 55 0 67240 0
[pid=24033/tid=24040] ppid=24031 vsize=277416 CPUtime=12.15 cores=0-7
/proc/24033/task/24040/stat : 24040 (plingeling) R 24031 24033 23543 0 -1 4202560 5695 1255 0 0 1215 0 0 0 25 0 9 0 702376541 284073984 30641 33554432000 4194304 4417452 140736843007344 18446744073709551615 4259140 0 0 4096 17442 0 0 0 -1 1 0 0 0
[pid=24033/tid=24041] ppid=24031 vsize=277416 CPUtime=12.16 cores=0-7
/proc/24033/task/24041/stat : 24041 (plingeling) R 24031 24033 23543 0 -1 4202560 5102 1255 0 0 1216 0 0 0 25 0 9 0 702376541 284073984 30641 33554432000 4194304 4417452 140736843007344 18446744073709551615 4241919 0 0 4096 17442 0 0 0 -1 0 0 0 0
[pid=24033/tid=24042] ppid=24031 vsize=277416 CPUtime=12.15 cores=0-7
/proc/24033/task/24042/stat : 24042 (plingeling) R 24031 24033 23543 0 -1 4202560 6131 1255 0 0 1215 0 0 0 25 0 9 0 702376541 284073984 30641 33554432000 4194304 4417452 140736843007344 18446744073709551615 4364626 0 0 4096 17442 0 0 0 -1 6 0 0 0
[pid=24033/tid=24043] ppid=24031 vsize=277416 CPUtime=12.14 cores=0-7
/proc/24033/task/24043/stat : 24043 (plingeling) R 24031 24033 23543 0 -1 4202560 1974 1255 0 0 1214 0 0 0 25 0 9 0 702376541 284073984 30641 33554432000 4194304 4417452 140736843007344 18446744073709551615 4364548 0 0 4096 17442 0 0 0 -1 2 0 0 0
[pid=24033/tid=24044] ppid=24031 vsize=277416 CPUtime=12.15 cores=0-7
/proc/24033/task/24044/stat : 24044 (plingeling) R 24031 24033 23543 0 -1 4202560 7271 1255 0 0 1215 0 0 0 25 0 9 0 702376541 284073984 30641 33554432000 4194304 4417452 140736843007344 18446744073709551615 4251028 0 0 4096 17442 0 0 0 -1 4 0 0 0
[pid=24033/tid=24045] ppid=24031 vsize=277416 CPUtime=12.11 cores=0-7
/proc/24033/task/24045/stat : 24045 (plingeling) R 24031 24033 23543 0 -1 4202560 7073 1255 0 0 1211 0 0 0 25 0 9 0 702376541 284073984 30641 33554432000 4194304 4417452 140736843007344 18446744073709551615 4250967 0 0 4096 17442 0 0 0 -1 5 0 0 0
[pid=24033/tid=24046] ppid=24031 vsize=277416 CPUtime=12.15 cores=0-7
/proc/24033/task/24046/stat : 24046 (plingeling) R 24031 24033 23543 0 -1 4202560 2962 1255 0 0 1215 0 0 0 25 0 9 0 702376542 284073984 30641 33554432000 4194304 4417452 140736843007344 18446744073709551615 4264940 0 0 4096 17442 0 0 0 -1 3 0 0 0
[pid=24033/tid=24047] ppid=24031 vsize=277416 CPUtime=11.94 cores=0-7
/proc/24033/task/24047/stat : 24047 (plingeling) R 24031 24033 23543 0 -1 4202560 9588 1255 0 0 1193 1 0 0 25 0 9 0 702376542 284073984 30641 33554432000 4194304 4417452 140736843007344 18446744073709551615 4364632 0 0 4096 17442 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 97.57
Current children cumulated vsize (KiB) 277416

[startup+25.5012 s]
/proc/loadavg: 8.09 8.11 8.03 9/513 24047
/proc/meminfo: memFree=10134680/32951124 swapFree=67111364/67111528
[pid=24033] ppid=24031 vsize=298416 CPUtime=199.75 cores=0-7
/proc/24033/stat : 24033 (plingeling) S 24031 24033 23543 0 -1 4202496 76384 1255 0 0 19963 12 0 0 24 0 9 0 702376488 305577984 35846 33554432000 4194304 4417452 140736843007344 18446744073709551615 255118571493 0 0 4096 17442 18446744073709551615 0 0 17 2 0 0 0
/proc/24033/statm: 74604 35846 180 55 0 72490 0
[pid=24033/tid=24040] ppid=24031 vsize=298416 CPUtime=24.96 cores=0-7
/proc/24033/task/24040/stat : 24040 (plingeling) R 24031 24033 23543 0 -1 4202560 6489 1255 0 0 2495 1 0 0 25 0 9 0 702376541 305577984 35846 33554432000 4194304 4417452 140736843007344 18446744073709551615 4364495 0 0 4096 17442 0 0 0 -1 1 0 0 0
[pid=24033/tid=24041] ppid=24031 vsize=298416 CPUtime=24.95 cores=0-7
/proc/24033/task/24041/stat : 24041 (plingeling) R 24031 24033 23543 0 -1 4202560 5979 1255 0 0 2495 0 0 0 25 0 9 0 702376541 305577984 35846 33554432000 4194304 4417452 140736843007344 18446744073709551615 4364641 0 0 4096 17442 0 0 0 -1 0 0 0 0
[pid=24033/tid=24042] ppid=24031 vsize=298416 CPUtime=24.95 cores=0-7
/proc/24033/task/24042/stat : 24042 (plingeling) R 24031 24033 23543 0 -1 4202560 7371 1255 0 0 2495 0 0 0 25 0 9 0 702376541 305577984 35846 33554432000 4194304 4417452 140736843007344 18446744073709551615 4236772 0 0 4096 17442 0 0 0 -1 6 0 0 0
[pid=24033/tid=24043] ppid=24031 vsize=298416 CPUtime=24.94 cores=0-7
/proc/24033/task/24043/stat : 24043 (plingeling) R 24031 24033 23543 0 -1 4202560 4704 1255 0 0 2494 0 0 0 25 0 9 0 702376541 305577984 35846 33554432000 4194304 4417452 140736843007344 18446744073709551615 4364907 0 0 4096 17442 0 0 0 -1 2 0 0 0
[pid=24033/tid=24044] ppid=24031 vsize=298416 CPUtime=24.96 cores=0-7
/proc/24033/task/24044/stat : 24044 (plingeling) R 24031 24033 23543 0 -1 4202560 8248 1255 0 0 2495 1 0 0 25 0 9 0 702376541 305577984 35846 33554432000 4194304 4417452 140736843007344 18446744073709551615 4366472 0 0 4096 17442 0 0 0 -1 4 0 0 0
[pid=24033/tid=24045] ppid=24031 vsize=298416 CPUtime=24.92 cores=0-7
/proc/24033/task/24045/stat : 24045 (plingeling) R 24031 24033 23543 0 -1 4202560 7480 1255 0 0 2491 1 0 0 25 0 9 0 702376541 305577984 35846 33554432000 4194304 4417452 140736843007344 18446744073709551615 4364907 0 0 4096 17442 0 0 0 -1 5 0 0 0
[pid=24033/tid=24046] ppid=24031 vsize=298416 CPUtime=24.95 cores=0-7
/proc/24033/task/24046/stat : 24046 (plingeling) R 24031 24033 23543 0 -1 4202560 3739 1255 0 0 2495 0 0 0 25 0 9 0 702376542 305577984 35846 33554432000 4194304 4417452 140736843007344 18446744073709551615 4364550 0 0 4096 17442 0 0 0 -1 3 0 0 0
[pid=24033/tid=24047] ppid=24031 vsize=298416 CPUtime=24.51 cores=0-7
/proc/24033/task/24047/stat : 24047 (plingeling) R 24031 24033 23543 0 -1 4202560 9700 1255 0 0 2450 1 0 0 25 0 9 0 702376542 305577984 35846 33554432000 4194304 4417452 140736843007344 18446744073709551615 4364597 0 0 4096 17442 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 199.75
Current children cumulated vsize (KiB) 298416

[startup+51.1007 s]
/proc/loadavg: 8.14 8.12 8.03 9/513 24048
/proc/meminfo: memFree=10051468/32951124 swapFree=67111364/67111528
[pid=24033] ppid=24031 vsize=357812 CPUtime=404.1 cores=0-7
/proc/24033/stat : 24033 (plingeling) S 24031 24033 23543 0 -1 4202496 107934 1255 0 0 40394 16 0 0 24 0 9 0 702376488 366399488 50864 33554432000 4194304 4417452 140736843007344 18446744073709551615 255118571493 0 0 4096 17442 18446744073709551615 0 0 17 2 0 0 0
/proc/24033/statm: 89453 50864 180 55 0 87339 0
[pid=24033/tid=24040] ppid=24031 vsize=357812 CPUtime=50.56 cores=0-7
/proc/24033/task/24040/stat : 24040 (plingeling) R 24031 24033 23543 0 -1 4202560 7875 1255 0 0 5055 1 0 0 25 0 9 0 702376541 366399488 50864 33554432000 4194304 4417452 140736843007344 18446744073709551615 4232695 0 0 4096 17442 0 0 0 -1 1 0 0 0
[pid=24033/tid=24041] ppid=24031 vsize=357812 CPUtime=50.56 cores=0-7
/proc/24033/task/24041/stat : 24041 (plingeling) R 24031 24033 23543 0 -1 4202560 9202 1255 0 0 5055 1 0 0 25 0 9 0 702376541 366399488 50864 33554432000 4194304 4417452 140736843007344 18446744073709551615 4310429 0 0 4096 17442 0 0 0 -1 0 0 0 0
[pid=24033/tid=24042] ppid=24031 vsize=357812 CPUtime=50.55 cores=0-7

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


[startup+4722.32 s]
/proc/loadavg: 8.07 8.06 8.02 9/513 24185
/proc/meminfo: memFree=7439748/32951124 swapFree=67111364/67111528
[pid=24033] ppid=24031 vsize=2984680 CPUtime=37691.4 cores=0-7
/proc/24033/stat : 24033 (plingeling) S 24031 24033 23543 0 -1 4202496 8583035 1255 0 0 3768030 1115 0 0 24 0 9 0 702376488 3056312320 707412 33554432000 4194304 4417452 140736843007344 18446744073709551615 255118571493 0 0 4096 17442 18446744073709551615 0 0 17 2 0 0 0
/proc/24033/statm: 746170 707412 180 55 0 744056 0
[pid=24033/tid=24040] ppid=24031 vsize=2984680 CPUtime=4721.84 cores=0-7
/proc/24033/task/24040/stat : 24040 (plingeling) R 24031 24033 23543 0 -1 4202560 890282 1255 0 0 472074 110 0 0 25 0 9 0 702376541 3056312320 707412 33554432000 4194304 4417452 140736843007344 18446744073709551615 4236986 0 0 4096 17442 0 0 0 -1 1 0 0 0
[pid=24033/tid=24041] ppid=24031 vsize=2984680 CPUtime=4721.71 cores=0-7
/proc/24033/task/24041/stat : 24041 (plingeling) R 24031 24033 23543 0 -1 4202560 1363644 1255 0 0 471991 180 0 0 25 0 9 0 702376541 3056312320 707412 33554432000 4194304 4417452 140736843007344 18446744073709551615 4364727 0 0 4096 17442 0 0 0 -1 0 0 0 0
[pid=24033/tid=24042] ppid=24031 vsize=2984680 CPUtime=4721.64 cores=0-7
/proc/24033/task/24042/stat : 24042 (plingeling) R 24031 24033 23543 0 -1 4202560 1050979 1255 0 0 472035 129 0 0 25 0 9 0 702376541 3056312320 707412 33554432000 4194304 4417452 140736843007344 18446744073709551615 4364533 0 0 4096 17442 0 0 0 -1 7 0 0 0
[pid=24033/tid=24043] ppid=24031 vsize=2984680 CPUtime=4720.58 cores=0-7
/proc/24033/task/24043/stat : 24043 (plingeling) R 24031 24033 23543 0 -1 4202560 896879 1255 0 0 471914 144 0 0 25 0 9 0 702376541 3056312320 707412 33554432000 4194304 4417452 140736843007344 18446744073709551615 4364727 0 0 4096 17442 0 0 0 -1 2 0 0 0
[pid=24033/tid=24044] ppid=24031 vsize=2984680 CPUtime=4721.83 cores=0-7
/proc/24033/task/24044/stat : 24044 (plingeling) R 24031 24033 23543 0 -1 4202560 1212448 1255 0 0 472030 153 0 0 25 0 9 0 702376541 3056312320 707412 33554432000 4194304 4417452 140736843007344 18446744073709551615 4364907 0 0 4096 17442 0 0 0 -1 4 0 0 0
[pid=24033/tid=24045] ppid=24031 vsize=2984680 CPUtime=4721.79 cores=0-7
/proc/24033/task/24045/stat : 24045 (plingeling) R 24031 24033 23543 0 -1 4202560 1120031 1255 0 0 472039 140 0 0 25 0 9 0 702376541 3056312320 707412 33554432000 4194304 4417452 140736843007344 18446744073709551615 4364727 0 0 4096 17442 0 0 0 -1 5 0 0 0
[pid=24033/tid=24046] ppid=24031 vsize=2984680 CPUtime=4721.83 cores=0-7
/proc/24033/task/24046/stat : 24046 (plingeling) R 24031 24033 23543 0 -1 4202560 981319 1255 0 0 472058 125 0 0 25 0 9 0 702376542 3056312320 707412 33554432000 4194304 4417452 140736843007344 18446744073709551615 4366048 0 0 4096 17442 0 0 0 -1 3 0 0 0
[pid=24033/tid=24047] ppid=24031 vsize=2984680 CPUtime=4639.64 cores=0-7
/proc/24033/task/24047/stat : 24047 (plingeling) R 24031 24033 23543 0 -1 4202560 1044779 1255 0 0 463837 127 0 0 25 0 9 0 702376542 3056312320 707412 33554432000 4194304 4417452 140736843007344 18446744073709551615 4364907 0 0 4096 17442 0 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 37691.4
Current children cumulated vsize (KiB) 2984680

[startup+4782.3 s]
/proc/loadavg: 8.11 8.08 8.02 9/513 24186
/proc/meminfo: memFree=7794560/32951124 swapFree=67111364/67111528
[pid=24033] ppid=24031 vsize=2662576 CPUtime=38170.2 cores=0-7
/proc/24033/stat : 24033 (plingeling) S 24031 24033 23543 0 -1 4202496 8738683 1255 0 0 3815891 1134 0 0 24 0 9 0 702376488 2726477824 626886 33554432000 4194304 4417452 140736843007344 18446744073709551615 255118571493 0 0 4096 17442 18446744073709551615 0 0 17 2 0 0 0
/proc/24033/statm: 665644 626886 180 55 0 663530 0
[pid=24033/tid=24040] ppid=24031 vsize=2662576 CPUtime=4781.82 cores=0-7
/proc/24033/task/24040/stat : 24040 (plingeling) R 24031 24033 23543 0 -1 4202560 890282 1255 0 0 478072 110 0 0 25 0 9 0 702376541 2726477824 626886 33554432000 4194304 4417452 140736843007344 18446744073709551615 4364727 0 0 4096 17442 0 0 0 -1 1 0 0 0
[pid=24033/tid=24041] ppid=24031 vsize=2662576 CPUtime=4781.68 cores=0-7
/proc/24033/task/24041/stat : 24041 (plingeling) R 24031 24033 23543 0 -1 4202560 1453756 1255 0 0 477979 189 0 0 25 0 9 0 702376541 2726477824 626886 33554432000 4194304 4417452 140736843007344 18446744073709551615 4366670 0 0 4096 17442 0 0 0 -1 0 0 0 0
[pid=24033/tid=24042] ppid=24031 vsize=2662576 CPUtime=4780.6 cores=0-7
/proc/24033/task/24042/stat : 24042 (plingeling) R 24031 24033 23543 0 -1 4202560 1071459 1255 0 0 477928 132 0 0 25 0 9 0 702376541 2726477824 626886 33554432000 4194304 4417452 140736843007344 18446744073709551615 4364907 0 0 4096 17442 0 0 0 -1 7 0 0 0
[pid=24033/tid=24043] ppid=24031 vsize=2662576 CPUtime=4780.54 cores=0-7
/proc/24033/task/24043/stat : 24043 (plingeling) R 24031 24033 23543 0 -1 4202560 896879 1255 0 0 477910 144 0 0 25 0 9 0 702376541 2726477824 626886 33554432000 4194304 4417452 140736843007344 18446744073709551615 4364629 0 0 4096 17442 0 0 0 -1 2 0 0 0
[pid=24033/tid=24044] ppid=24031 vsize=2662576 CPUtime=4781.81 cores=0-7
/proc/24033/task/24044/stat : 24044 (plingeling) R 24031 24033 23543 0 -1 4202560 1216544 1255 0 0 478028 153 0 0 25 0 9 0 702376541 2726477824 626886 33554432000 4194304 4417452 140736843007344 18446744073709551615 4357737 0 0 4096 17442 0 0 0 -1 4 0 0 0
[pid=24033/tid=24045] ppid=24031 vsize=2662576 CPUtime=4781.77 cores=0-7
/proc/24033/task/24045/stat : 24045 (plingeling) R 24031 24033 23543 0 -1 4202560 1136415 1255 0 0 478035 142 0 0 25 0 9 0 702376541 2726477824 626886 33554432000 4194304 4417452 140736843007344 18446744073709551615 4364572 0 0 4096 17442 0 0 0 -1 5 0 0 0
[pid=24033/tid=24046] ppid=24031 vsize=2662576 CPUtime=4781.81 cores=0-7
/proc/24033/task/24046/stat : 24046 (plingeling) R 24031 24033 23543 0 -1 4202560 981319 1255 0 0 478056 125 0 0 25 0 9 0 702376542 2726477824 626886 33554432000 4194304 4417452 140736843007344 18446744073709551615 4357291 0 0 4096 17442 0 0 0 -1 3 0 0 0
[pid=24033/tid=24047] ppid=24031 vsize=2662576 CPUtime=4699.63 cores=0-7
/proc/24033/task/24047/stat : 24047 (plingeling) R 24031 24033 23543 0 -1 4202560 1069355 1255 0 0 469831 132 0 0 25 0 9 0 702376542 2726477824 626886 33554432000 4194304 4417452 140736843007344 18446744073709551615 4364558 0 0 4096 17442 0 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 38170.2
Current children cumulated vsize (KiB) 2662576

[startup+4842.3 s]
/proc/loadavg: 8.08 8.08 8.02 9/513 24188
/proc/meminfo: memFree=7850592/32951124 swapFree=67111364/67111528
[pid=24033] ppid=24031 vsize=2574616 CPUtime=38649.2 cores=0-7
/proc/24033/stat : 24033 (plingeling) S 24031 24033 23543 0 -1 4202496 8792575 1255 0 0 3863781 1140 0 0 24 0 9 0 702376488 2636406784 604896 33554432000 4194304 4417452 140736843007344 18446744073709551615 255118571493 0 0 4096 17442 18446744073709551615 0 0 17 2 0 0 0
/proc/24033/statm: 643654 604896 180 55 0 641540 0
[pid=24033/tid=24040] ppid=24031 vsize=2574616 CPUtime=4841.82 cores=0-7
/proc/24033/task/24040/stat : 24040 (plingeling) R 24031 24033 23543 0 -1 4202560 914858 1255 0 0 484070 112 0 0 25 0 9 0 702376541 2636406784 604896 33554432000 4194304 4417452 140736843007344 18446744073709551615 4364727 0 0 4096 17442 0 0 0 -1 1 0 0 0
[pid=24033/tid=24041] ppid=24031 vsize=2574616 CPUtime=4841.68 cores=0-7
/proc/24033/task/24041/stat : 24041 (plingeling) R 24031 24033 23543 0 -1 4202560 1470784 1255 0 0 483977 191 0 0 25 0 9 0 702376541 2636406784 604896 33554432000 4194304 4417452 140736843007344 18446744073709551615 4364907 0 0 4096 17442 0 0 0 -1 0 0 0 0
[pid=24033/tid=24042] ppid=24031 vsize=2574616 CPUtime=4839.56 cores=0-7
/proc/24033/task/24042/stat : 24042 (plingeling) R 24031 24033 23543 0 -1 4202560 1079651 1255 0 0 483823 133 0 0 25 0 9 0 702376541 2636406784 604896 33554432000 4194304 4417452 140736843007344 18446744073709551615 4364727 0 0 4096 17442 0 0 0 -1 7 0 0 0
[pid=24033/tid=24043] ppid=24031 vsize=2574616 CPUtime=4840.53 cores=0-7
/proc/24033/task/24043/stat : 24043 (plingeling) R 24031 24033 23543 0 -1 4202560 896879 1255 0 0 483909 144 0 0 25 0 9 0 702376541 2636406784 604896 33554432000 4194304 4417452 140736843007344 18446744073709551615 4364727 0 0 4096 17442 0 0 0 -1 2 0 0 0
[pid=24033/tid=24044] ppid=24031 vsize=2574616 CPUtime=4841.81 cores=0-7
/proc/24033/task/24044/stat : 24044 (plingeling) R 24031 24033 23543 0 -1 4202560 1216544 1255 0 0 484028 153 0 0 25 0 9 0 702376541 2636406784 604896 33554432000 4194304 4417452 140736843007344 18446744073709551615 4364907 0 0 4096 17442 0 0 0 -1 4 0 0 0
[pid=24033/tid=24045] ppid=24031 vsize=2574616 CPUtime=4841.78 cores=0-7
/proc/24033/task/24045/stat : 24045 (plingeling) R 24031 24033 23543 0 -1 4202560 1136415 1255 0 0 484036 142 0 0 25 0 9 0 702376541 2636406784 604896 33554432000 4194304 4417452 140736843007344 18446744073709551615 4364827 0 0 4096 17442 0 0 0 -1 5 0 0 0
[pid=24033/tid=24046] ppid=24031 vsize=2574616 CPUtime=4841.8 cores=0-7
/proc/24033/task/24046/stat : 24046 (plingeling) R 24031 24033 23543 0 -1 4202560 985415 1255 0 0 484055 125 0 0 25 0 9 0 702376542 2636406784 604896 33554432000 4194304 4417452 140736843007344 18446744073709551615 4366646 0 0 4096 17442 0 0 0 -1 3 0 0 0
[pid=24033/tid=24047] ppid=24031 vsize=2574616 CPUtime=4759.63 cores=0-7
/proc/24033/task/24047/stat : 24047 (plingeling) R 24031 24033 23543 0 -1 4202560 1069355 1255 0 0 475831 132 0 0 25 0 9 0 702376542 2636406784 604896 33554432000 4194304 4417452 140736843007344 18446744073709551615 4364727 0 0 4096 17442 0 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 38649.2
Current children cumulated vsize (KiB) 2574616

[startup+4902.3 s]
/proc/loadavg: 8.07 8.08 8.02 9/513 24189
/proc/meminfo: memFree=7786848/32951124 swapFree=67111364/67111528
[pid=24033] ppid=24031 vsize=2643324 CPUtime=39128.2 cores=0-7
/proc/24033/stat : 24033 (plingeling) S 24031 24033 23543 0 -1 4202496 8863000 1255 0 0 3911669 1148 0 0 24 0 9 0 702376488 2706763776 622073 33554432000 4194304 4417452 140736843007344 18446744073709551615 255118571493 0 0 4096 17442 18446744073709551615 0 0 17 2 0 0 0
/proc/24033/statm: 660831 622073 180 55 0 658717 0
[pid=24033/tid=24040] ppid=24031 vsize=2643324 CPUtime=4901.82 cores=0-7
/proc/24033/task/24040/stat : 24040 (plingeling) R 24031 24033 23543 0 -1 4202560 914858 1255 0 0 490070 112 0 0 25 0 9 0 702376541 2706763776 622073 33554432000 4194304 4417452 140736843007344 18446744073709551615 4366391 0 0 4096 17442 0 0 0 -1 1 0 0 0
[pid=24033/tid=24041] ppid=24031 vsize=2643324 CPUtime=4901.68 cores=0-7
/proc/24033/task/24041/stat : 24041 (plingeling) R 24031 24033 23543 0 -1 4202560 1472716 1255 0 0 489976 192 0 0 25 0 9 0 702376541 2706763776 622073 33554432000 4194304 4417452 140736843007344 18446744073709551615 18446744073699065856 0 0 4096 17442 0 0 0 -1 0 0 0 0
[pid=24033/tid=24042] ppid=24031 vsize=2643324 CPUtime=4898.53 cores=0-7
/proc/24033/task/24042/stat : 24042 (plingeling) R 24031 24033 23543 0 -1 4202560 1100131 1255 0 0 489718 135 0 0 25 0 9 0 702376541 2706763776 622073 33554432000 4194304 4417452 140736843007344 18446744073709551615 4364727 0 0 4096 17442 0 0 0 -1 7 0 0 0
[pid=24033/tid=24043] ppid=24031 vsize=2643324 CPUtime=4900.52 cores=0-7
/proc/24033/task/24043/stat : 24043 (plingeling) R 24031 24033 23543 0 -1 4202560 912124 1255 0 0 489906 146 0 0 25 0 9 0 702376541 2706763776 622073 33554432000 4194304 4417452 140736843007344 18446744073709551615 4364727 0 0 4096 17442 0 0 0 -1 2 0 0 0
[pid=24033/tid=24044] ppid=24031 vsize=2643324 CPUtime=4901.81 cores=0-7
/proc/24033/task/24044/stat : 24044 (plingeling) R 24031 24033 23543 0 -1 4202560 1220640 1255 0 0 490027 154 0 0 25 0 9 0 702376541 2706763776 622073 33554432000 4194304 4417452 140736843007344 18446744073709551615 4364821 0 0 4096 17442 0 0 0 -1 4 0 0 0
[pid=24033/tid=24045] ppid=24031 vsize=2643324 CPUtime=4901.78 cores=0-7
/proc/24033/task/24045/stat : 24045 (plingeling) R 24031 24033 23543 0 -1 4202560 1165087 1255 0 0 490032 146 0 0 25 0 9 0 702376541 2706763776 622073 33554432000 4194304 4417452 140736843007344 18446744073709551615 4364756 0 0 4096 17442 0 0 0 -1 5 0 0 0
[pid=24033/tid=24046] ppid=24031 vsize=2643324 CPUtime=4901.8 cores=0-7
/proc/24033/task/24046/stat : 24046 (plingeling) R 24031 24033 23543 0 -1 4202560 985415 1255 0 0 490055 125 0 0 25 0 9 0 702376542 2706763776 622073 33554432000 4194304 4417452 140736843007344 18446744073709551615 4364958 0 0 4096 17442 0 0 0 -1 3 0 0 0
[pid=24033/tid=24047] ppid=24031 vsize=2643324 CPUtime=4819.63 cores=0-7
/proc/24033/task/24047/stat : 24047 (plingeling) R 24031 24033 23543 0 -1 4202560 1069355 1255 0 0 481831 132 0 0 25 0 9 0 702376542 2706763776 622073 33554432000 4194304 4417452 140736843007344 18446744073709551615 4364727 0 0 4096 17442 0 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 39128.2
Current children cumulated vsize (KiB) 2643324

[startup+4962.3 s]
/proc/loadavg: 8.02 8.06 8.01 9/513 24191
/proc/meminfo: memFree=7755464/32951124 swapFree=67111364/67111528
[pid=24033] ppid=24031 vsize=2670012 CPUtime=39607.1 cores=0-7
/proc/24033/stat : 24033 (plingeling) S 24031 24033 23543 0 -1 4202496 8939304 1255 0 0 3959554 1157 0 0 24 0 9 0 702376488 2734092288 628745 33554432000 4194304 4417452 140736843007344 18446744073709551615 255118571493 0 0 4096 17442 18446744073709551615 0 0 17 2 0 0 0
/proc/24033/statm: 667503 628745 180 55 0 665389 0
[pid=24033/tid=24040] ppid=24031 vsize=2670012 CPUtime=4961.82 cores=0-7
/proc/24033/task/24040/stat : 24040 (plingeling) R 24031 24033 23543 0 -1 4202560 923050 1255 0 0 496069 113 0 0 25 0 9 0 702376541 2734092288 628745 33554432000 4194304 4417452 140736843007344 18446744073709551615 4364727 0 0 4096 17442 0 0 0 -1 1 0 0 0
[pid=24033/tid=24041] ppid=24031 vsize=2670012 CPUtime=4961.68 cores=0-7
/proc/24033/task/24041/stat : 24041 (plingeling) R 24031 24033 23543 0 -1 4202560 1475292 1255 0 0 495976 192 0 0 25 0 9 0 702376541 2734092288 628745 33554432000 4194304 4417452 140736843007344 18446744073709551615 4364555 0 0 4096 17442 0 0 0 -1 0 0 0 0
[pid=24033/tid=24042] ppid=24031 vsize=2670012 CPUtime=4957.49 cores=0-7
/proc/24033/task/24042/stat : 24042 (plingeling) R 24031 24033 23543 0 -1 4202560 1100131 1255 0 0 495614 135 0 0 25 0 9 0 702376541 2734092288 628745 33554432000 4194304 4417452 140736843007344 18446744073709551615 4237002 0 0 4096 17442 0 0 0 -1 7 0 0 0
[pid=24033/tid=24043] ppid=24031 vsize=2670012 CPUtime=4960.5 cores=0-7
/proc/24033/task/24043/stat : 24043 (plingeling) R 24031 24033 23543 0 -1 4202560 912124 1255 0 0 495904 146 0 0 25 0 9 0 702376541 2734092288 628745 33554432000 4194304 4417452 140736843007344 18446744073709551615 4364727 0 0 4096 17442 0 0 0 -1 2 0 0 0
[pid=24033/tid=24044] ppid=24031 vsize=2670012 CPUtime=4961.82 cores=0-7
/proc/24033/task/24044/stat : 24044 (plingeling) R 24031 24033 23543 0 -1 4202560 1220640 1255 0 0 496028 154 0 0 25 0 9 0 702376541 2734092288 628745 33554432000 4194304 4417452 140736843007344 18446744073709551615 4358082 0 0 4096 17442 0 0 0 -1 4 0 0 0
[pid=24033/tid=24045] ppid=24031 vsize=2670012 CPUtime=4961.78 cores=0-7
/proc/24033/task/24045/stat : 24045 (plingeling) R 24031 24033 23543 0 -1 4202560 1165087 1255 0 0 496032 146 0 0 25 0 9 0 702376541 2734092288 628745 33554432000 4194304 4417452 140736843007344 18446744073709551615 4364817 0 0 4096 17442 0 0 0 -1 5 0 0 0
[pid=24033/tid=24046] ppid=24031 vsize=2670012 CPUtime=4961.81 cores=0-7
/proc/24033/task/24046/stat : 24046 (plingeling) R 24031 24033 23543 0 -1 4202560 1001799 1255 0 0 496054 127 0 0 25 0 9 0 702376542 2734092288 628745 33554432000 4194304 4417452 140736843007344 18446744073709551615 4364641 0 0 4096 17442 0 0 0 -1 3 0 0 0
[pid=24033/tid=24047] ppid=24031 vsize=2670012 CPUtime=4879.62 cores=0-7
/proc/24033/task/24047/stat : 24047 (plingeling) R 24031 24033 23543 0 -1 4202560 1118507 1255 0 0 487825 137 0 0 25 0 9 0 702376542 2734092288 628745 33554432000 4194304 4417452 140736843007344 18446744073709551615 4364727 0 0 4096 17442 0 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 39607.1
Current children cumulated vsize (KiB) 2670012



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+5011.62 s]
/proc/loadavg: 8.05 8.06 8.02 9/513 24192
/proc/meminfo: memFree=7617820/32951124 swapFree=67111364/67111528
[pid=24033] ppid=24031 vsize=2807348 CPUtime=40000.9 cores=0-7
/proc/24033/stat : 24033 (plingeling) S 24031 24033 23543 0 -1 4202496 9096554 1255 0 0 3998914 1177 0 0 24 0 9 0 702376488 2874724352 663079 33554432000 4194304 4417452 140736843007344 18446744073709551615 255118571493 0 0 4096 17442 18446744073709551615 0 0 17 2 0 0 0
/proc/24033/statm: 701837 663079 180 55 0 699723 0
[pid=24033/tid=24040] ppid=24031 vsize=2807348 CPUtime=5011.16 cores=0-7
/proc/24033/task/24040/stat : 24040 (plingeling) R 24031 24033 23543 0 -1 4202560 923050 1255 0 0 501003 113 0 0 25 0 9 0 702376541 2874724352 663079 33554432000 4194304 4417452 140736843007344 18446744073709551615 4357281 0 0 4096 17442 0 0 0 -1 1 0 0 0
[pid=24033/tid=24041] ppid=24031 vsize=2807348 CPUtime=5011.02 cores=0-7
/proc/24033/task/24041/stat : 24041 (plingeling) R 24031 24033 23543 0 -1 4202560 1524444 1255 0 0 500904 198 0 0 25 0 9 0 702376541 2874724352 663079 33554432000 4194304 4417452 140736843007344 18446744073709551615 4364727 0 0 4096 17442 0 0 0 -1 0 0 0 0
[pid=24033/tid=24042] ppid=24031 vsize=2807348 CPUtime=5005.95 cores=0-7
/proc/24033/task/24042/stat : 24042 (plingeling) R 24031 24033 23543 0 -1 4202560 1118080 1255 0 0 500458 137 0 0 25 0 9 0 702376541 2874724352 663079 33554432000 4194304 4417452 140736843007344 18446744073709551615 4364727 0 0 4096 17442 0 0 0 -1 7 0 0 0
[pid=24033/tid=24043] ppid=24031 vsize=2807348 CPUtime=5009.83 cores=0-7
/proc/24033/task/24043/stat : 24043 (plingeling) R 24031 24033 23543 0 -1 4202560 912124 1255 0 0 500837 146 0 0 25 0 9 0 702376541 2874724352 663079 33554432000 4194304 4417452 140736843007344 18446744073709551615 4364727 0 0 4096 17442 0 0 0 -1 2 0 0 0
[pid=24033/tid=24044] ppid=24031 vsize=2807348 CPUtime=5011.15 cores=0-7
/proc/24033/task/24044/stat : 24044 (plingeling) R 24031 24033 23543 0 -1 4202560 1220640 1255 0 0 500961 154 0 0 25 0 9 0 702376541 2874724352 663079 33554432000 4194304 4417452 140736843007344 18446744073709551615 4364626 0 0 4096 17442 0 0 0 -1 4 0 0 0
[pid=24033/tid=24045] ppid=24031 vsize=2807348 CPUtime=5011.12 cores=0-7
/proc/24033/task/24045/stat : 24045 (plingeling) R 24031 24033 23543 0 -1 4202560 1189663 1255 0 0 500963 149 0 0 25 0 9 0 702376541 2874724352 663079 33554432000 4194304 4417452 140736843007344 18446744073709551615 4364474 0 0 4096 17442 0 0 0 -1 5 0 0 0
[pid=24033/tid=24046] ppid=24031 vsize=2807348 CPUtime=5011.14 cores=0-7
/proc/24033/task/24046/stat : 24046 (plingeling) R 24031 24033 23543 0 -1 4202560 1001835 1255 0 0 500987 127 0 0 25 0 9 0 702376542 2874724352 663079 33554432000 4194304 4417452 140736843007344 18446744073709551615 4364727 0 0 4096 17442 0 0 0 -1 3 0 0 0
[pid=24033/tid=24047] ppid=24031 vsize=2807348 CPUtime=4928.97 cores=0-7
/proc/24033/task/24047/stat : 24047 (plingeling) R 24031 24033 23543 0 -1 4202560 1184044 1255 0 0 492751 146 0 0 25 0 9 0 702376542 2874724352 663079 33554432000 4194304 4417452 140736843007344 18446744073709551615 4237002 0 0 4096 17442 0 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 40000.9
Current children cumulated vsize (KiB) 2807348

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

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

[startup+5011.72 s]
/proc/loadavg: 8.05 8.06 8.02 9/513 24192
/proc/meminfo: memFree=7617820/32951124 swapFree=67111364/67111528
[pid=24033] ppid=24031 vsize=0 CPUtime=40001.1 cores=0-7
/proc/24033/stat : 24033 (plingeling) Z 24031 24033 23543 0 -1 4203548 9096554 1255 0 0 3998921 1185 0 0 18 0 2 0 702376488 0 0 33554432000 0 0 0 0 0 0 0 4096 0 18446744073709551615 0 0 17 2 0 0 0
/proc/24033/statm: 0 0 0 0 0 0 0
[pid=24033/tid=24042] ppid=24031 vsize=0 CPUtime=5006.03 cores=0-7
/proc/24033/task/24042/stat : 24042 (plingeling) R 24031 24033 23543 0 -1 4203588 1118080 1255 0 0 500458 145 0 0 25 0 2 0 702376541 0 0 33554432000 0 0 0 0 0 0 0 4096 0 18446744073709551615 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 40001.1
Current children cumulated vsize (KiB) 0

Child ended because it received signal 15 (SIGTERM)
Real time (s): 5011.74
CPU time (s): 40001.1
CPU user time (s): 39989.2
CPU system time (s): 11.8742
CPU usage (%): 798.147
Max. virtual memory (cumulated for all children) (KiB): 3033832

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 39989.2
system time used= 11.8742
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 9097809
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= 935
involuntary context switches= 193325

runsolver used 23.9654 second user time and 62.5935 second system time

The end

Launcher Data

Begin job on node144 at 2011-05-22 23:26:44
IDJOB=3394558
IDBENCH=83244
IDSOLVER=1851
FILE ID=node144/3394558-1306099603
RUNJOBID= node144-1306094578-23557
PBS_JOBID= 13387957
Free space on /tmp= 73260 MiB

SOLVER NAME= Plingeling 587f (fixed)
BENCH NAME= SAT11/crafted/manthey/sudoku-single-hard/sudoku_81x81_unknown.cnf
COMMAND LINE= plingeling -t NBCORE BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3394558-1306099603/watcher-3394558-1306099603 -o /tmp/evaluation-result-3394558-1306099603/solver-3394558-1306099603 -C 40000 -W 5100 -M 31000  plingeling -t 8 HOME/instance-3394558-1306099603.cnf

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

MD5SUM BENCH= cbd78921480e79d133eb06cb2172caa1
RANDOM SEED=961748035

node144.alineos.net Linux 2.6.18-164.el5 #1 SMP Thu Sep 3 03:28:30 EDT 2009

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

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

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

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

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

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

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

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


/proc/meminfo:
MemTotal:     32951124 kB
MemFree:      10274632 kB
Buffers:        344328 kB
Cached:        6785768 kB
SwapCached:          0 kB
Active:       18439088 kB
Inactive:      3852900 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32951124 kB
LowFree:      10274632 kB
SwapTotal:    67111528 kB
SwapFree:     67111364 kB
Dirty:            4956 kB
Writeback:           0 kB
AnonPages:    15162404 kB
Mapped:          42136 kB
Slab:           242868 kB
PageTables:      69180 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83587088 kB
Committed_AS: 157739956 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= 73256 MiB
End job on node144 at 2011-05-23 00:50:17