Trace number 3372680

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.5 5007.58

General information on the benchmark

Nameapplication/fuhs/slp-synthesis-AES/
slp-synthesis-aes-top23.cnf
MD5SUM6ee28191d649bfeef8c7d8c569a3cd59
Bench CategoryAPPLICATION (applications instances)
Best result obtained on this benchmarkSAT
Best CPU time to get the best result obtained on this benchmark640.829
Satisfiable
(Un)Satisfiability was proved
Number of variables60823
Number of clauses193450
Sum of the clauses size472824
Maximum clause length2414
Minimum clause length1
Number of clauses of size 11
Number of clauses of size 2117689
Number of clauses of size 374473
Number of clauses of size 4275
Number of clauses of size 521
Number of clauses of size over 5991

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-3372680-1305440415/watcher-3372680-1305440415 -o /tmp/evaluation-result-3372680-1305440415/solver-3372680-1305440415 -C 40000 -W 5100 -M 31000 plingeling -t 8 HOME/instance-3372680-1305440415.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: 7.39 7.90 7.96 1/340 25053
/proc/meminfo: memFree=25767300/32951124 swapFree=40554400/67111528
[pid=25053] ppid=25051 vsize=19096 CPUtime=0 cores=0-7
/proc/25053/stat : 25053 (plingeling) R 25051 25053 24828 0 -1 4202496 2846 1255 0 0 0 0 0 0 22 0 1 0 655641988 19554304 2776 33554432000 4194304 4417452 140734084065328 18446744073709551615 230808859629 0 0 4096 17442 0 0 0 17 4 0 0 0
/proc/25053/statm: 4807 2783 144 55 0 2693 0

[startup+0.052274 s]
/proc/loadavg: 7.39 7.90 7.96 1/340 25053
/proc/meminfo: memFree=25767300/32951124 swapFree=40554400/67111528
[pid=25053] ppid=25051 vsize=30448 CPUtime=0.04 cores=0-7
/proc/25053/stat : 25053 (plingeling) R 25051 25053 24828 0 -1 4202496 5690 1255 0 0 4 0 0 0 22 0 1 0 655641988 31178752 5620 33554432000 4194304 4417452 140734084065328 18446744073709551615 4235997 0 0 4096 17442 0 0 0 17 4 0 0 0
/proc/25053/statm: 7612 5620 149 55 0 5498 0
Current children cumulated CPU time (s) 0.04
Current children cumulated vsize (KiB) 30448

[startup+0.100267 s]
/proc/loadavg: 7.39 7.90 7.96 1/340 25053
/proc/meminfo: memFree=25767300/32951124 swapFree=40554400/67111528
[pid=25053] ppid=25051 vsize=41744 CPUtime=0.08 cores=0-7
/proc/25053/stat : 25053 (plingeling) R 25051 25053 24828 0 -1 4202496 8530 1255 0 0 8 0 0 0 22 0 1 0 655641988 42745856 8460 33554432000 4194304 4417452 140734084065328 18446744073709551615 230808784473 0 0 4096 17442 0 0 0 17 4 0 0 0
/proc/25053/statm: 10436 8460 149 55 0 8322 0
Current children cumulated CPU time (s) 0.08
Current children cumulated vsize (KiB) 41744

[startup+0.300229 s]
/proc/loadavg: 7.39 7.90 7.96 1/340 25053
/proc/meminfo: memFree=25767300/32951124 swapFree=40554400/67111528
[pid=25053] ppid=25051 vsize=65068 CPUtime=0.29 cores=0-7
/proc/25053/stat : 25053 (plingeling) R 25051 25053 24828 0 -1 4202496 14361 1255 0 0 28 1 0 0 23 0 1 0 655641988 66629632 14291 33554432000 4194304 4417452 140734084065328 18446744073709551615 4274358 0 0 4096 17442 0 0 0 17 4 0 0 0
/proc/25053/statm: 16267 14291 149 55 0 14153 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 65068

[startup+0.701131 s]
/proc/loadavg: 7.39 7.90 7.96 1/340 25053
/proc/meminfo: memFree=25767300/32951124 swapFree=40554400/67111528
[pid=25053] ppid=25051 vsize=287360 CPUtime=2.48 cores=0-7
/proc/25053/stat : 25053 (plingeling) S 25051 25053 24828 0 -1 4202496 37569 1255 0 0 243 5 0 0 19 0 9 0 655641988 294256640 22900 33554432000 4194304 4417452 140734084065328 18446744073709551615 230820968421 0 0 4096 17442 18446744073709551615 0 0 17 7 0 0 0
/proc/25053/statm: 71840 22900 175 55 0 69726 0
Current children cumulated CPU time (s) 2.48
Current children cumulated vsize (KiB) 287360

[startup+1.50098 s]
/proc/loadavg: 7.39 7.90 7.96 9/349 25067
/proc/meminfo: memFree=25666792/32951124 swapFree=40554400/67111528
[pid=25053] ppid=25051 vsize=293160 CPUtime=8.86 cores=0-7
/proc/25053/stat : 25053 (plingeling) S 25051 25053 24828 0 -1 4202496 55749 1255 0 0 879 7 0 0 19 0 9 0 655641988 300195840 26566 33554432000 4194304 4417452 140734084065328 18446744073709551615 230820968421 0 0 4096 17442 18446744073709551615 0 0 17 7 0 0 0
/proc/25053/statm: 73290 26566 175 55 0 71176 0
[pid=25053/tid=25060] ppid=25051 vsize=293160 CPUtime=1.05 cores=0-7
/proc/25053/task/25060/stat : 25060 (plingeling) R 25051 25053 24828 0 -1 4202560 6287 1255 0 0 105 0 0 0 19 0 9 0 655642033 300195840 26566 33554432000 4194304 4417452 140734084065328 18446744073709551615 4290595 0 0 4096 17442 0 0 0 -1 1 0 0 0
[pid=25053/tid=25061] ppid=25051 vsize=293160 CPUtime=1.05 cores=0-7
/proc/25053/task/25061/stat : 25061 (plingeling) R 25051 25053 24828 0 -1 4202560 4074 1255 0 0 105 0 0 0 25 0 9 0 655642033 300195840 26566 33554432000 4194304 4417452 140734084065328 18446744073709551615 4306604 0 0 4096 17442 0 0 0 -1 2 0 0 0
[pid=25053/tid=25062] ppid=25051 vsize=293160 CPUtime=1.05 cores=0-7
/proc/25053/task/25062/stat : 25062 (plingeling) R 25051 25053 24828 0 -1 4202560 2742 1255 0 0 105 0 0 0 25 0 9 0 655642033 300195840 26566 33554432000 4194304 4417452 140734084065328 18446744073709551615 4302006 0 0 4096 17442 0 0 0 -1 4 0 0 0
[pid=25053/tid=25063] ppid=25051 vsize=293160 CPUtime=1.05 cores=0-7
/proc/25053/task/25063/stat : 25063 (plingeling) R 25051 25053 24828 0 -1 4202560 1290 1255 0 0 105 0 0 0 19 0 9 0 655642033 300195840 26566 33554432000 4194304 4417452 140734084065328 18446744073709551615 4236852 0 0 4096 17442 0 0 0 -1 3 0 0 0
[pid=25053/tid=25064] ppid=25051 vsize=293160 CPUtime=1.05 cores=0-7
/proc/25053/task/25064/stat : 25064 (plingeling) R 25051 25053 24828 0 -1 4202560 8748 1255 0 0 104 1 0 0 19 0 9 0 655642033 300195840 26566 33554432000 4194304 4417452 140734084065328 18446744073709551615 4284595 0 0 4096 17442 0 0 0 -1 5 0 0 0
[pid=25053/tid=25065] ppid=25051 vsize=293160 CPUtime=1.03 cores=0-7
/proc/25053/task/25065/stat : 25065 (plingeling) R 25051 25053 24828 0 -1 4202560 6105 1255 0 0 103 0 0 0 24 0 9 0 655642033 300195840 26566 33554432000 4194304 4417452 140734084065328 18446744073709551615 4301825 0 0 4096 17442 0 0 0 -1 7 0 0 0
[pid=25053/tid=25066] ppid=25051 vsize=293160 CPUtime=1.04 cores=0-7
/proc/25053/task/25066/stat : 25066 (plingeling) R 25051 25053 24828 0 -1 4202560 3759 1255 0 0 104 0 0 0 19 0 9 0 655642033 300195840 26566 33554432000 4194304 4417452 140734084065328 18446744073709551615 4301955 0 0 4096 17442 0 0 0 -1 0 0 0 0
[pid=25053/tid=25067] ppid=25051 vsize=293160 CPUtime=1.04 cores=0-7
/proc/25053/task/25067/stat : 25067 (plingeling) R 25051 25053 24828 0 -1 4202560 4270 1255 0 0 104 0 0 0 24 0 9 0 655642033 300195840 26566 33554432000 4194304 4417452 140734084065328 18446744073709551615 4234284 0 0 4096 17442 0 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 8.86
Current children cumulated vsize (KiB) 293160

[startup+3.10068 s]
/proc/loadavg: 7.39 7.90 7.96 9/349 25067
/proc/meminfo: memFree=25653276/32951124 swapFree=40554400/67111528
[pid=25053] ppid=25051 vsize=308152 CPUtime=21.65 cores=0-7
/proc/25053/stat : 25053 (plingeling) S 25051 25053 24828 0 -1 4202496 70803 1255 0 0 2156 9 0 0 19 0 9 0 655641988 315547648 25232 33554432000 4194304 4417452 140734084065328 18446744073709551615 230820968421 0 0 4096 17442 18446744073709551615 0 0 17 7 0 0 0
/proc/25053/statm: 77038 25232 180 55 0 74924 0
[pid=25053/tid=25060] ppid=25051 vsize=308152 CPUtime=2.64 cores=0-7
/proc/25053/task/25060/stat : 25060 (plingeling) R 25051 25053 24828 0 -1 4202560 8473 1255 0 0 264 0 0 0 23 0 9 0 655642033 315547648 25232 33554432000 4194304 4417452 140734084065328 18446744073709551615 4233299 0 0 4096 17442 0 0 0 -1 1 0 0 0
[pid=25053/tid=25061] ppid=25051 vsize=308152 CPUtime=2.65 cores=0-7
/proc/25053/task/25061/stat : 25061 (plingeling) R 25051 25053 24828 0 -1 4202560 6499 1255 0 0 264 1 0 0 25 0 9 0 655642033 315547648 25232 33554432000 4194304 4417452 140734084065328 18446744073709551615 4233493 0 0 4096 17442 0 0 0 -1 2 0 0 0
[pid=25053/tid=25062] ppid=25051 vsize=308152 CPUtime=2.65 cores=0-7
/proc/25053/task/25062/stat : 25062 (plingeling) R 25051 25053 24828 0 -1 4202560 3413 1255 0 0 265 0 0 0 25 0 9 0 655642033 315547648 25232 33554432000 4194304 4417452 140734084065328 18446744073709551615 4240317 0 0 4096 17442 0 0 0 -1 4 0 0 0
[pid=25053/tid=25063] ppid=25051 vsize=308152 CPUtime=2.65 cores=0-7
/proc/25053/task/25063/stat : 25063 (plingeling) R 25051 25053 24828 0 -1 4202560 1290 1255 0 0 265 0 0 0 23 0 9 0 655642033 315547648 25232 33554432000 4194304 4417452 140734084065328 18446744073709551615 4237290 0 0 4096 17442 0 0 0 -1 3 0 0 0
[pid=25053/tid=25064] ppid=25051 vsize=308152 CPUtime=2.64 cores=0-7
/proc/25053/task/25064/stat : 25064 (plingeling) R 25051 25053 24828 0 -1 4202560 12948 1255 0 0 263 1 0 0 22 0 9 0 655642033 315547648 25232 33554432000 4194304 4417452 140734084065328 18446744073709551615 4346484 0 0 4096 17442 0 0 0 -1 5 0 0 0
[pid=25053/tid=25065] ppid=25051 vsize=308152 CPUtime=2.61 cores=0-7
/proc/25053/task/25065/stat : 25065 (plingeling) R 25051 25053 24828 0 -1 4202560 8015 1255 0 0 261 0 0 0 25 0 9 0 655642033 315547648 25232 33554432000 4194304 4417452 140734084065328 18446744073709551615 4346520 0 0 4096 17442 0 0 0 -1 7 0 0 0
[pid=25053/tid=25066] ppid=25051 vsize=308152 CPUtime=2.64 cores=0-7
/proc/25053/task/25066/stat : 25066 (plingeling) R 25051 25053 24828 0 -1 4202560 4912 1255 0 0 264 0 0 0 23 0 9 0 655642033 315547648 25232 33554432000 4194304 4417452 140734084065328 18446744073709551615 4248897 0 0 4096 17442 0 0 0 -1 0 0 0 0
[pid=25053/tid=25067] ppid=25051 vsize=308152 CPUtime=2.64 cores=0-7
/proc/25053/task/25067/stat : 25067 (plingeling) R 25051 25053 24828 0 -1 4202560 6779 1255 0 0 264 0 0 0 25 0 9 0 655642033 315547648 25232 33554432000 4194304 4417452 140734084065328 18446744073709551615 4240163 0 0 4096 17442 0 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 21.65
Current children cumulated vsize (KiB) 308152

[startup+6.30109 s]
/proc/loadavg: 7.44 7.90 7.96 9/349 25067
/proc/meminfo: memFree=25609480/32951124 swapFree=40554400/67111528
[pid=25053] ppid=25051 vsize=368392 CPUtime=47.22 cores=0-7
/proc/25053/stat : 25053 (plingeling) S 25051 25053 24828 0 -1 4202496 87920 1255 0 0 4711 11 0 0 19 0 9 0 655641988 377233408 40671 33554432000 4194304 4417452 140734084065328 18446744073709551615 230820968421 0 0 4096 17442 18446744073709551615 0 0 17 7 0 0 0
/proc/25053/statm: 92098 40671 180 55 0 89984 0
[pid=25053/tid=25060] ppid=25051 vsize=368392 CPUtime=5.85 cores=0-7
/proc/25053/task/25060/stat : 25060 (plingeling) R 25051 25053 24828 0 -1 4202560 12302 1255 0 0 584 1 0 0 25 0 9 0 655642033 377233408 40671 33554432000 4194304 4417452 140734084065328 18446744073709551615 4250003 0 0 4096 17442 0 0 0 -1 1 0 0 0
[pid=25053/tid=25061] ppid=25051 vsize=368392 CPUtime=5.85 cores=0-7
/proc/25053/task/25061/stat : 25061 (plingeling) R 25051 25053 24828 0 -1 4202560 9076 1255 0 0 584 1 0 0 25 0 9 0 655642033 377233408 40671 33554432000 4194304 4417452 140734084065328 18446744073709551615 4258472 0 0 4096 17442 0 0 0 -1 2 0 0 0
[pid=25053/tid=25062] ppid=25051 vsize=368392 CPUtime=5.85 cores=0-7
/proc/25053/task/25062/stat : 25062 (plingeling) R 25051 25053 24828 0 -1 4202560 3413 1255 0 0 585 0 0 0 25 0 9 0 655642033 377233408 40671 33554432000 4194304 4417452 140734084065328 18446744073709551615 4258646 0 0 4096 17442 0 0 0 -1 4 0 0 0
[pid=25053/tid=25063] ppid=25051 vsize=368392 CPUtime=5.85 cores=0-7
/proc/25053/task/25063/stat : 25063 (plingeling) R 25051 25053 24828 0 -1 4202560 2314 1255 0 0 585 0 0 0 25 0 9 0 655642033 377233408 40671 33554432000 4194304 4417452 140734084065328 18446744073709551615 4199406 0 0 4096 17442 0 0 0 -1 3 0 0 0
[pid=25053/tid=25064] ppid=25051 vsize=368392 CPUtime=5.84 cores=0-7
/proc/25053/task/25064/stat : 25064 (plingeling) R 25051 25053 24828 0 -1 4202560 16806 1255 0 0 582 2 0 0 25 0 9 0 655642033 377233408 40671 33554432000 4194304 4417452 140734084065328 18446744073709551615 4258513 0 0 4096 17442 0 0 0 -1 5 0 0 0
[pid=25053/tid=25065] ppid=25051 vsize=368392 CPUtime=5.78 cores=0-7
/proc/25053/task/25065/stat : 25065 (plingeling) R 25051 25053 24828 0 -1 4202560 11617 1255 0 0 577 1 0 0 25 0 9 0 655642033 377233408 40671 33554432000 4194304 4417452 140734084065328 18446744073709551615 4258359 0 0 4096 17442 0 0 0 -1 7 0 0 0
[pid=25053/tid=25066] ppid=25051 vsize=368392 CPUtime=5.84 cores=0-7
/proc/25053/task/25066/stat : 25066 (plingeling) R 25051 25053 24828 0 -1 4202560 4912 1255 0 0 584 0 0 0 25 0 9 0 655642033 377233408 40671 33554432000 4194304 4417452 140734084065328 18446744073709551615 4378357 0 0 4096 17442 0 0 0 -1 0 0 0 0
[pid=25053/tid=25067] ppid=25051 vsize=368392 CPUtime=5.85 cores=0-7
/proc/25053/task/25067/stat : 25067 (plingeling) R 25051 25053 24828 0 -1 4202560 9006 1255 0 0 584 1 0 0 25 0 9 0 655642033 377233408 40671 33554432000 4194304 4417452 140734084065328 18446744073709551615 4249976 0 0 4096 17442 0 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 47.22
Current children cumulated vsize (KiB) 368392

[startup+12.7009 s]
/proc/loadavg: 7.48 7.90 7.96 9/349 25067
/proc/meminfo: memFree=25615960/32951124 swapFree=40554400/67111528
[pid=25053] ppid=25051 vsize=351548 CPUtime=98.34 cores=0-7
/proc/25053/stat : 25053 (plingeling) S 25051 25053 24828 0 -1 4202496 88579 1255 0 0 9823 11 0 0 19 0 9 0 655641988 359985152 36140 33554432000 4194304 4417452 140734084065328 18446744073709551615 230820968421 0 0 4096 17442 18446744073709551615 0 0 17 7 0 0 0
/proc/25053/statm: 87887 36140 180 55 0 85773 0
[pid=25053/tid=25060] ppid=25051 vsize=351548 CPUtime=12.25 cores=0-7
/proc/25053/task/25060/stat : 25060 (plingeling) R 25051 25053 24828 0 -1 4202560 12568 1255 0 0 1224 1 0 0 25 0 9 0 655642033 359985152 36140 33554432000 4194304 4417452 140734084065328 18446744073709551615 4302919 0 0 4096 17442 0 0 0 -1 1 0 0 0
[pid=25053/tid=25061] ppid=25051 vsize=351548 CPUtime=12.25 cores=0-7
/proc/25053/task/25061/stat : 25061 (plingeling) R 25051 25053 24828 0 -1 4202560 9076 1255 0 0 1224 1 0 0 25 0 9 0 655642033 359985152 36140 33554432000 4194304 4417452 140734084065328 18446744073709551615 4364629 0 0 4096 17442 0 0 0 -1 2 0 0 0
[pid=25053/tid=25062] ppid=25051 vsize=351548 CPUtime=12.25 cores=0-7
/proc/25053/task/25062/stat : 25062 (plingeling) R 25051 25053 24828 0 -1 4202560 3413 1255 0 0 1225 0 0 0 25 0 9 0 655642033 359985152 36140 33554432000 4194304 4417452 140734084065328 18446744073709551615 4258604 0 0 4096 17442 0 0 0 -1 4 0 0 0
[pid=25053/tid=25063] ppid=25051 vsize=351548 CPUtime=12.25 cores=0-7
/proc/25053/task/25063/stat : 25063 (plingeling) R 25051 25053 24828 0 -1 4202560 2314 1255 0 0 1225 0 0 0 25 0 9 0 655642033 359985152 36140 33554432000 4194304 4417452 140734084065328 18446744073709551615 4364626 0 0 4096 17442 0 0 0 -1 3 0 0 0
[pid=25053/tid=25064] ppid=25051 vsize=351548 CPUtime=12.24 cores=0-7
/proc/25053/task/25064/stat : 25064 (plingeling) R 25051 25053 24828 0 -1 4202560 17168 1255 0 0 1222 2 0 0 25 0 9 0 655642033 359985152 36140 33554432000 4194304 4417452 140734084065328 18446744073709551615 4364604 0 0 4096 17442 0 0 0 -1 5 0 0 0
[pid=25053/tid=25065] ppid=25051 vsize=351548 CPUtime=12.11 cores=0-7
/proc/25053/task/25065/stat : 25065 (plingeling) R 25051 25053 24828 0 -1 4202560 11627 1255 0 0 1210 1 0 0 25 0 9 0 655642033 359985152 36140 33554432000 4194304 4417452 140734084065328 18446744073709551615 4364629 0 0 4096 17442 0 0 0 -1 7 0 0 0
[pid=25053/tid=25066] ppid=25051 vsize=351548 CPUtime=12.24 cores=0-7
/proc/25053/task/25066/stat : 25066 (plingeling) R 25051 25053 24828 0 -1 4202560 4933 1255 0 0 1224 0 0 0 25 0 9 0 655642033 359985152 36140 33554432000 4194304 4417452 140734084065328 18446744073709551615 4377348 0 0 4096 17442 0 0 0 -1 0 0 0 0
[pid=25053/tid=25067] ppid=25051 vsize=351548 CPUtime=12.25 cores=0-7
/proc/25053/task/25067/stat : 25067 (plingeling) R 25051 25053 24828 0 -1 4202560 9006 1255 0 0 1224 1 0 0 25 0 9 0 655642033 359985152 36140 33554432000 4194304 4417452 140734084065328 18446744073709551615 4258176 0 0 4096 17442 0 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 98.34
Current children cumulated vsize (KiB) 351548

[startup+25.5006 s]
/proc/loadavg: 7.60 7.90 7.96 9/349 25068
/proc/meminfo: memFree=25628356/32951124 swapFree=40554400/67111528
[pid=25053] ppid=25051 vsize=349812 CPUtime=200.59 cores=0-7
/proc/25053/stat : 25053 (plingeling) S 25051 25053 24828 0 -1 4202496 89082 1255 0 0 20048 11 0 0 19 0 9 0 655641988 358207488 34781 33554432000 4194304 4417452 140734084065328 18446744073709551615 230820968421 0 0 4096 17442 18446744073709551615 0 0 17 7 0 0 0
/proc/25053/statm: 87453 34781 180 55 0 85339 0
[pid=25053/tid=25060] ppid=25051 vsize=349812 CPUtime=25.05 cores=0-7
/proc/25053/task/25060/stat : 25060 (plingeling) R 25051 25053 24828 0 -1 4202560 12577 1255 0 0 2504 1 0 0 25 0 9 0 655642033 358207488 34781 33554432000 4194304 4417452 140734084065328 18446744073709551615 4364550 0 0 4096 17442 0 0 0 -1 1 0 0 0
[pid=25053/tid=25061] ppid=25051 vsize=349812 CPUtime=25.05 cores=0-7
/proc/25053/task/25061/stat : 25061 (plingeling) R 25051 25053 24828 0 -1 4202560 9506 1255 0 0 2504 1 0 0 25 0 9 0 655642033 358207488 34781 33554432000 4194304 4417452 140734084065328 18446744073709551615 4246367 0 0 4096 17442 0 0 0 -1 2 0 0 0
[pid=25053/tid=25062] ppid=25051 vsize=349812 CPUtime=25.05 cores=0-7
/proc/25053/task/25062/stat : 25062 (plingeling) R 25051 25053 24828 0 -1 4202560 3419 1255 0 0 2505 0 0 0 25 0 9 0 655642033 358207488 34781 33554432000 4194304 4417452 140734084065328 18446744073709551615 4364650 0 0 4096 17442 0 0 0 -1 4 0 0 0
[pid=25053/tid=25063] ppid=25051 vsize=349812 CPUtime=25.05 cores=0-7
/proc/25053/task/25063/stat : 25063 (plingeling) R 25051 25053 24828 0 -1 4202560 2314 1255 0 0 2505 0 0 0 25 0 9 0 655642033 358207488 34781 33554432000 4194304 4417452 140734084065328 18446744073709551615 4236986 0 0 4096 17442 0 0 0 -1 3 0 0 0
[pid=25053/tid=25064] ppid=25051 vsize=349812 CPUtime=25.04 cores=0-7
/proc/25053/task/25064/stat : 25064 (plingeling) R 25051 25053 24828 0 -1 4202560 17177 1255 0 0 2502 2 0 0 25 0 9 0 655642033 358207488 34781 33554432000 4194304 4417452 140734084065328 18446744073709551615 4364885 0 0 4096 17442 0 0 0 -1 5 0 0 0
[pid=25053/tid=25065] ppid=25051 vsize=349812 CPUtime=24.77 cores=0-7
/proc/25053/task/25065/stat : 25065 (plingeling) R 25051 25053 24828 0 -1 4202560 11636 1255 0 0 2476 1 0 0 25 0 9 0 655642033 358207488 34781 33554432000 4194304 4417452 140734084065328 18446744073709551615 4250957 0 0 4096 17442 0 0 0 -1 7 0 0 0
[pid=25053/tid=25066] ppid=25051 vsize=349812 CPUtime=25.04 cores=0-7
/proc/25053/task/25066/stat : 25066 (plingeling) R 25051 25053 24828 0 -1 4202560 4955 1255 0 0 2504 0 0 0 25 0 9 0 655642033 358207488 34781 33554432000 4194304 4417452 140734084065328 18446744073709551615 4232698 0 0 4096 17442 0 0 0 -1 0 0 0 0
[pid=25053/tid=25067] ppid=25051 vsize=349812 CPUtime=25.05 cores=0-7
/proc/25053/task/25067/stat : 25067 (plingeling) R 25051 25053 24828 0 -1 4202560 9024 1255 0 0 2504 1 0 0 25 0 9 0 655642033 358207488 34781 33554432000 4194304 4417452 140734084065328 18446744073709551615 4364881 0 0 4096 17442 0 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 200.59
Current children cumulated vsize (KiB) 349812

[startup+51.1009 s]
/proc/loadavg: 7.73 7.91 7.96 9/349 25068
/proc/meminfo: memFree=25565884/32951124 swapFree=40554400/67111528
[pid=25053] ppid=25051 vsize=413260 CPUtime=405.12 cores=0-7
/proc/25053/stat : 25053 (plingeling) S 25051 25053 24828 0 -1 4202496 123616 1255 0 0 40496 16 0 0 19 0 9 0 655641988 423178240 50876 33554432000 4194304 4417452 140734084065328 18446744073709551615 230820968421 0 0 4096 17442 18446744073709551615 0 0 17 7 0 0 0
/proc/25053/statm: 103315 50876 180 55 0 101201 0
[pid=25053/tid=25060] ppid=25051 vsize=413260 CPUtime=50.64 cores=0-7
/proc/25053/task/25060/stat : 25060 (plingeling) R 25051 25053 24828 0 -1 4202560 17952 1255 0 0 5063 1 0 0 25 0 9 0 655642033 423178240 50876 33554432000 4194304 4417452 140734084065328 18446744073709551615 4364768 0 0 4096 17442 0 0 0 -1 1 0 0 0
[pid=25053/tid=25061] ppid=25051 vsize=413260 CPUtime=50.65 cores=0-7
/proc/25053/task/25061/stat : 25061 (plingeling) R 25051 25053 24828 0 -1 4202560 14854 1255 0 0 5063 2 0 0 25 0 9 0 655642033 423178240 50876 33554432000 4194304 4417452 140734084065328 18446744073709551615 4364637 0 0 4096 17442 0 0 0 -1 2 0 0 0
[pid=25053/tid=25062] ppid=25051 vsize=413260 CPUtime=50.65 cores=0-7

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


[startup+4722.31 s]
/proc/loadavg: 8.06 8.08 8.01 9/349 25205
/proc/meminfo: memFree=21606108/32951124 swapFree=40554400/67111528
[pid=25053] ppid=25051 vsize=4364036 CPUtime=37722.6 cores=0-7
/proc/25053/stat : 25053 (plingeling) S 25051 25053 24828 0 -1 4202496 6283663 1255 0 0 3771090 1170 0 0 19 0 9 0 655641988 4468772864 1038570 33554432000 4194304 4417452 140734084065328 18446744073709551615 230820968421 0 0 4096 17442 18446744073709551615 0 0 17 7 0 0 0
/proc/25053/statm: 1091009 1038570 180 55 0 1088895 0
[pid=25053/tid=25060] ppid=25051 vsize=4364036 CPUtime=4721.99 cores=0-7
/proc/25053/task/25060/stat : 25060 (plingeling) R 25051 25053 24828 0 -1 4202560 883580 1255 0 0 472034 165 0 0 25 0 9 0 655642033 4468772864 1038570 33554432000 4194304 4417452 140734084065328 18446744073709551615 4263232 0 0 4096 17442 0 0 0 -1 1 0 0 0
[pid=25053/tid=25061] ppid=25051 vsize=4364036 CPUtime=4721.32 cores=0-7
/proc/25053/task/25061/stat : 25061 (plingeling) R 25051 25053 24828 0 -1 4202560 837578 1255 0 0 471966 166 0 0 25 0 9 0 655642033 4468772864 1038570 33554432000 4194304 4417452 140734084065328 18446744073709551615 4366400 0 0 4096 17442 0 0 0 -1 2 0 0 0
[pid=25053/tid=25062] ppid=25051 vsize=4364036 CPUtime=4721.86 cores=0-7
/proc/25053/task/25062/stat : 25062 (plingeling) R 25051 25053 24828 0 -1 4202560 758311 1255 0 0 472034 152 0 0 25 0 9 0 655642033 4468772864 1038570 33554432000 4194304 4417452 140734084065328 18446744073709551615 4364727 0 0 4096 17442 0 0 0 -1 4 0 0 0
[pid=25053/tid=25063] ppid=25051 vsize=4364036 CPUtime=4722 cores=0-7
/proc/25053/task/25063/stat : 25063 (plingeling) R 25051 25053 24828 0 -1 4202560 707795 1255 0 0 472092 108 0 0 25 0 9 0 655642033 4468772864 1038570 33554432000 4194304 4417452 140734084065328 18446744073709551615 4364727 0 0 4096 17442 0 0 0 -1 3 0 0 0
[pid=25053/tid=25064] ppid=25051 vsize=4364036 CPUtime=4722 cores=0-7
/proc/25053/task/25064/stat : 25064 (plingeling) R 25051 25053 24828 0 -1 4202560 785934 1255 0 0 472052 148 0 0 25 0 9 0 655642033 4468772864 1038570 33554432000 4194304 4417452 140734084065328 18446744073709551615 4364817 0 0 4096 17442 0 0 0 -1 5 0 0 0
[pid=25053/tid=25065] ppid=25051 vsize=4364036 CPUtime=4669.96 cores=0-7
/proc/25053/task/25065/stat : 25065 (plingeling) R 25051 25053 24828 0 -1 4202560 726998 1255 0 0 466852 144 0 0 25 0 9 0 655642033 4468772864 1038570 33554432000 4194304 4417452 140734084065328 18446744073709551615 4364727 0 0 4096 17442 0 0 0 -1 7 0 0 0
[pid=25053/tid=25066] ppid=25051 vsize=4364036 CPUtime=4721.99 cores=0-7
/proc/25053/task/25066/stat : 25066 (plingeling) R 25051 25053 24828 0 -1 4202560 641164 1255 0 0 472072 127 0 0 25 0 9 0 655642033 4468772864 1038570 33554432000 4194304 4417452 140734084065328 18446744073709551615 4364621 0 0 4096 17442 0 0 0 -1 0 0 0 0
[pid=25053/tid=25067] ppid=25051 vsize=4364036 CPUtime=4720.96 cores=0-7
/proc/25053/task/25067/stat : 25067 (plingeling) R 25051 25053 24828 0 -1 4202560 923829 1255 0 0 471941 155 0 0 25 0 9 0 655642033 4468772864 1038570 33554432000 4194304 4417452 140734084065328 18446744073709551615 4364727 0 0 4096 17442 0 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 37722.6
Current children cumulated vsize (KiB) 4364036

[startup+4782.3 s]
/proc/loadavg: 8.06 8.07 8.01 9/349 25207
/proc/meminfo: memFree=21592692/32951124 swapFree=40554400/67111528
[pid=25053] ppid=25051 vsize=4377752 CPUtime=38201.9 cores=0-7
/proc/25053/stat : 25053 (plingeling) S 25051 25053 24828 0 -1 4202496 6364114 1255 0 0 3818998 1187 0 0 19 0 9 0 655641988 4482818048 1041999 33554432000 4194304 4417452 140734084065328 18446744073709551615 230820968421 0 0 4096 17442 18446744073709551615 0 0 17 7 0 0 0
/proc/25053/statm: 1094438 1041999 180 55 0 1092324 0
[pid=25053/tid=25060] ppid=25051 vsize=4377752 CPUtime=4781.98 cores=0-7
/proc/25053/task/25060/stat : 25060 (plingeling) R 25051 25053 24828 0 -1 4202560 883580 1255 0 0 478033 165 0 0 25 0 9 0 655642033 4482818048 1041999 33554432000 4194304 4417452 140734084065328 18446744073709551615 4364727 0 0 4096 17442 0 0 0 -1 1 0 0 0
[pid=25053/tid=25061] ppid=25051 vsize=4377752 CPUtime=4781.31 cores=0-7
/proc/25053/task/25061/stat : 25061 (plingeling) R 25051 25053 24828 0 -1 4202560 837578 1255 0 0 477965 166 0 0 25 0 9 0 655642033 4482818048 1041999 33554432000 4194304 4417452 140734084065328 18446744073709551615 4232693 0 0 4096 17442 0 0 0 -1 2 0 0 0
[pid=25053/tid=25062] ppid=25051 vsize=4377752 CPUtime=4781.85 cores=0-7
/proc/25053/task/25062/stat : 25062 (plingeling) R 25051 25053 24828 0 -1 4202560 758311 1255 0 0 478033 152 0 0 25 0 9 0 655642033 4482818048 1041999 33554432000 4194304 4417452 140734084065328 18446744073709551615 4364756 0 0 4096 17442 0 0 0 -1 4 0 0 0
[pid=25053/tid=25063] ppid=25051 vsize=4377752 CPUtime=4781.99 cores=0-7
/proc/25053/task/25063/stat : 25063 (plingeling) R 25051 25053 24828 0 -1 4202560 710778 1255 0 0 478091 108 0 0 25 0 9 0 655642033 4482818048 1041999 33554432000 4194304 4417452 140734084065328 18446744073709551615 4364727 0 0 4096 17442 0 0 0 -1 3 0 0 0
[pid=25053/tid=25064] ppid=25051 vsize=4377752 CPUtime=4781.99 cores=0-7
/proc/25053/task/25064/stat : 25064 (plingeling) R 25051 25053 24828 0 -1 4202560 785934 1255 0 0 478051 148 0 0 25 0 9 0 655642033 4482818048 1041999 33554432000 4194304 4417452 140734084065328 18446744073709551615 4364727 0 0 4096 17442 0 0 0 -1 5 0 0 0
[pid=25053/tid=25065] ppid=25051 vsize=4377752 CPUtime=4729.3 cores=0-7
/proc/25053/task/25065/stat : 25065 (plingeling) R 25051 25053 24828 0 -1 4202560 755552 1255 0 0 472783 147 0 0 25 0 9 0 655642033 4482818048 1041999 33554432000 4194304 4417452 140734084065328 18446744073709551615 4364727 0 0 4096 17442 0 0 0 -1 7 0 0 0
[pid=25053/tid=25066] ppid=25051 vsize=4377752 CPUtime=4781.97 cores=0-7
/proc/25053/task/25066/stat : 25066 (plingeling) R 25051 25053 24828 0 -1 4202560 690078 1255 0 0 478057 140 0 0 25 0 9 0 655642033 4482818048 1041999 33554432000 4194304 4417452 140734084065328 18446744073709551615 4263109 0 0 4096 17442 0 0 0 -1 0 0 0 0
[pid=25053/tid=25067] ppid=25051 vsize=4377752 CPUtime=4780.94 cores=0-7
/proc/25053/task/25067/stat : 25067 (plingeling) R 25051 25053 24828 0 -1 4202560 923829 1255 0 0 477939 155 0 0 25 0 9 0 655642033 4482818048 1041999 33554432000 4194304 4417452 140734084065328 18446744073709551615 4364727 0 0 4096 17442 0 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 38201.9
Current children cumulated vsize (KiB) 4377752

[startup+4842.3 s]
/proc/loadavg: 8.05 8.07 8.01 9/349 25208
/proc/meminfo: memFree=21734408/32951124 swapFree=40554400/67111528
[pid=25053] ppid=25051 vsize=4236260 CPUtime=38681.2 cores=0-7
/proc/25053/stat : 25053 (plingeling) S 25051 25053 24828 0 -1 4202496 6393661 1255 0 0 3866928 1191 0 0 19 0 9 0 655641988 4337930240 1006626 33554432000 4194304 4417452 140734084065328 18446744073709551615 230820968421 0 0 4096 17442 18446744073709551615 0 0 17 7 0 0 0
/proc/25053/statm: 1059065 1006626 180 55 0 1056951 0
[pid=25053/tid=25060] ppid=25051 vsize=4236260 CPUtime=4841.98 cores=0-7
/proc/25053/task/25060/stat : 25060 (plingeling) R 25051 25053 24828 0 -1 4202560 883580 1255 0 0 484033 165 0 0 25 0 9 0 655642033 4337930240 1006626 33554432000 4194304 4417452 140734084065328 18446744073709551615 4364641 0 0 4096 17442 0 0 0 -1 1 0 0 0
[pid=25053/tid=25061] ppid=25051 vsize=4236260 CPUtime=4841.32 cores=0-7
/proc/25053/task/25061/stat : 25061 (plingeling) R 25051 25053 24828 0 -1 4202560 837578 1255 0 0 483966 166 0 0 25 0 9 0 655642033 4337930240 1006626 33554432000 4194304 4417452 140734084065328 18446744073709551615 4364907 0 0 4096 17442 0 0 0 -1 2 0 0 0
[pid=25053/tid=25062] ppid=25051 vsize=4236260 CPUtime=4841.85 cores=0-7
/proc/25053/task/25062/stat : 25062 (plingeling) R 25051 25053 24828 0 -1 4202560 758311 1255 0 0 484033 152 0 0 25 0 9 0 655642033 4337930240 1006626 33554432000 4194304 4417452 140734084065328 18446744073709551615 4364550 0 0 4096 17442 0 0 0 -1 4 0 0 0
[pid=25053/tid=25063] ppid=25051 vsize=4236260 CPUtime=4841.99 cores=0-7
/proc/25053/task/25063/stat : 25063 (plingeling) R 25051 25053 24828 0 -1 4202560 718956 1255 0 0 484090 109 0 0 25 0 9 0 655642033 4337930240 1006626 33554432000 4194304 4417452 140734084065328 18446744073709551615 4364611 0 0 4096 17442 0 0 0 -1 3 0 0 0
[pid=25053/tid=25064] ppid=25051 vsize=4236260 CPUtime=4841.99 cores=0-7
/proc/25053/task/25064/stat : 25064 (plingeling) R 25051 25053 24828 0 -1 4202560 785934 1255 0 0 484051 148 0 0 25 0 9 0 655642033 4337930240 1006626 33554432000 4194304 4417452 140734084065328 18446744073709551615 4364727 0 0 4096 17442 0 0 0 -1 5 0 0 0
[pid=25053/tid=25065] ppid=25051 vsize=4236260 CPUtime=4788.64 cores=0-7
/proc/25053/task/25065/stat : 25065 (plingeling) R 25051 25053 24828 0 -1 4202560 776921 1255 0 0 478714 150 0 0 25 0 9 0 655642033 4337930240 1006626 33554432000 4194304 4417452 140734084065328 18446744073709551615 4364626 0 0 4096 17442 0 0 0 -1 7 0 0 0
[pid=25053/tid=25066] ppid=25051 vsize=4236260 CPUtime=4841.97 cores=0-7
/proc/25053/task/25066/stat : 25066 (plingeling) R 25051 25053 24828 0 -1 4202560 690078 1255 0 0 484057 140 0 0 25 0 9 0 655642033 4337930240 1006626 33554432000 4194304 4417452 140734084065328 18446744073709551615 4364727 0 0 4096 17442 0 0 0 -1 0 0 0 0
[pid=25053/tid=25067] ppid=25051 vsize=4236260 CPUtime=4840.93 cores=0-7
/proc/25053/task/25067/stat : 25067 (plingeling) R 25051 25053 24828 0 -1 4202560 923829 1255 0 0 483938 155 0 0 25 0 9 0 655642033 4337930240 1006626 33554432000 4194304 4417452 140734084065328 18446744073709551615 4364727 0 0 4096 17442 0 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 38681.2
Current children cumulated vsize (KiB) 4236260

[startup+4902.3 s]
/proc/loadavg: 8.02 8.06 8.00 9/349 25210
/proc/meminfo: memFree=21716908/32951124 swapFree=40554400/67111528
[pid=25053] ppid=25051 vsize=4252992 CPUtime=39160.5 cores=0-7
/proc/25053/stat : 25053 (plingeling) S 25051 25053 24828 0 -1 4202496 6430612 1255 0 0 3914859 1195 0 0 19 0 9 0 655641988 4355063808 1010809 33554432000 4194304 4417452 140734084065328 18446744073709551615 230820968421 0 0 4096 17442 18446744073709551615 0 0 17 7 0 0 0
/proc/25053/statm: 1063248 1010809 180 55 0 1061134 0
[pid=25053/tid=25060] ppid=25051 vsize=4252992 CPUtime=4901.98 cores=0-7
/proc/25053/task/25060/stat : 25060 (plingeling) R 25051 25053 24828 0 -1 4202560 883580 1255 0 0 490033 165 0 0 25 0 9 0 655642033 4355063808 1010809 33554432000 4194304 4417452 140734084065328 18446744073709551615 4364727 0 0 4096 17442 0 0 0 -1 1 0 0 0
[pid=25053/tid=25061] ppid=25051 vsize=4252992 CPUtime=4901.32 cores=0-7
/proc/25053/task/25061/stat : 25061 (plingeling) R 25051 25053 24828 0 -1 4202560 837578 1255 0 0 489966 166 0 0 25 0 9 0 655642033 4355063808 1010809 33554432000 4194304 4417452 140734084065328 18446744073709551615 4364724 0 0 4096 17442 0 0 0 -1 2 0 0 0
[pid=25053/tid=25062] ppid=25051 vsize=4252992 CPUtime=4901.85 cores=0-7
/proc/25053/task/25062/stat : 25062 (plingeling) R 25051 25053 24828 0 -1 4202560 758311 1255 0 0 490033 152 0 0 25 0 9 0 655642033 4355063808 1010809 33554432000 4194304 4417452 140734084065328 18446744073709551615 4364907 0 0 4096 17442 0 0 0 -1 4 0 0 0
[pid=25053/tid=25063] ppid=25051 vsize=4252992 CPUtime=4902 cores=0-7
/proc/25053/task/25063/stat : 25063 (plingeling) R 25051 25053 24828 0 -1 4202560 723139 1255 0 0 490090 110 0 0 25 0 9 0 655642033 4355063808 1010809 33554432000 4194304 4417452 140734084065328 18446744073709551615 4364550 0 0 4096 17442 0 0 0 -1 3 0 0 0
[pid=25053/tid=25064] ppid=25051 vsize=4252992 CPUtime=4901.99 cores=0-7
/proc/25053/task/25064/stat : 25064 (plingeling) R 25051 25053 24828 0 -1 4202560 785934 1255 0 0 490051 148 0 0 25 0 9 0 655642033 4355063808 1010809 33554432000 4194304 4417452 140734084065328 18446744073709551615 4364727 0 0 4096 17442 0 0 0 -1 5 0 0 0
[pid=25053/tid=25065] ppid=25051 vsize=4252992 CPUtime=4847.99 cores=0-7
/proc/25053/task/25065/stat : 25065 (plingeling) R 25051 25053 24828 0 -1 4202560 776921 1255 0 0 484649 150 0 0 25 0 9 0 655642033 4355063808 1010809 33554432000 4194304 4417452 140734084065328 18446744073709551615 4364727 0 0 4096 17442 0 0 0 -1 7 0 0 0
[pid=25053/tid=25066] ppid=25051 vsize=4252992 CPUtime=4901.98 cores=0-7
/proc/25053/task/25066/stat : 25066 (plingeling) R 25051 25053 24828 0 -1 4202560 690078 1255 0 0 490058 140 0 0 25 0 9 0 655642033 4355063808 1010809 33554432000 4194304 4417452 140734084065328 18446744073709551615 4366048 0 0 4096 17442 0 0 0 -1 0 0 0 0
[pid=25053/tid=25067] ppid=25051 vsize=4252992 CPUtime=4900.91 cores=0-7
/proc/25053/task/25067/stat : 25067 (plingeling) R 25051 25053 24828 0 -1 4202560 956597 1255 0 0 489933 158 0 0 25 0 9 0 655642033 4355063808 1010809 33554432000 4194304 4417452 140734084065328 18446744073709551615 4364907 0 0 4096 17442 0 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 39160.5
Current children cumulated vsize (KiB) 4252992

[startup+4962.3 s]
/proc/loadavg: 8.00 8.04 8.00 9/349 25211
/proc/meminfo: memFree=21725072/32951124 swapFree=40554400/67111528
[pid=25053] ppid=25051 vsize=4244768 CPUtime=39639.9 cores=0-7
/proc/25053/stat : 25053 (plingeling) S 25051 25053 24828 0 -1 4202496 6436697 1255 0 0 3962793 1196 0 0 19 0 9 0 655641988 4346642432 1008753 33554432000 4194304 4417452 140734084065328 18446744073709551615 230820968421 0 0 4096 17442 18446744073709551615 0 0 17 7 0 0 0
/proc/25053/statm: 1061192 1008753 180 55 0 1059078 0
[pid=25053/tid=25060] ppid=25051 vsize=4244768 CPUtime=4961.98 cores=0-7
/proc/25053/task/25060/stat : 25060 (plingeling) R 25051 25053 24828 0 -1 4202560 883580 1255 0 0 496033 165 0 0 25 0 9 0 655642033 4346642432 1008753 33554432000 4194304 4417452 140734084065328 18446744073709551615 4364727 0 0 4096 17442 0 0 0 -1 1 0 0 0
[pid=25053/tid=25061] ppid=25051 vsize=4244768 CPUtime=4961.32 cores=0-7
/proc/25053/task/25061/stat : 25061 (plingeling) R 25051 25053 24828 0 -1 4202560 837578 1255 0 0 495966 166 0 0 25 0 9 0 655642033 4346642432 1008753 33554432000 4194304 4417452 140734084065328 18446744073709551615 4364727 0 0 4096 17442 0 0 0 -1 2 0 0 0
[pid=25053/tid=25062] ppid=25051 vsize=4244768 CPUtime=4961.85 cores=0-7
/proc/25053/task/25062/stat : 25062 (plingeling) R 25051 25053 24828 0 -1 4202560 758311 1255 0 0 496033 152 0 0 25 0 9 0 655642033 4346642432 1008753 33554432000 4194304 4417452 140734084065328 18446744073709551615 4364727 0 0 4096 17442 0 0 0 -1 4 0 0 0
[pid=25053/tid=25063] ppid=25051 vsize=4244768 CPUtime=4962 cores=0-7
/proc/25053/task/25063/stat : 25063 (plingeling) R 25051 25053 24828 0 -1 4202560 729217 1255 0 0 496090 110 0 0 25 0 9 0 655642033 4346642432 1008753 33554432000 4194304 4417452 140734084065328 18446744073709551615 4236549 0 0 4096 17442 0 0 0 -1 3 0 0 0
[pid=25053/tid=25064] ppid=25051 vsize=4244768 CPUtime=4961.99 cores=0-7
/proc/25053/task/25064/stat : 25064 (plingeling) R 25051 25053 24828 0 -1 4202560 785934 1255 0 0 496051 148 0 0 25 0 9 0 655642033 4346642432 1008753 33554432000 4194304 4417452 140734084065328 18446744073709551615 4366472 0 0 4096 17442 0 0 0 -1 5 0 0 0
[pid=25053/tid=25065] ppid=25051 vsize=4244768 CPUtime=4907.33 cores=0-7
/proc/25053/task/25065/stat : 25065 (plingeling) R 25051 25053 24828 0 -1 4202560 776928 1255 0 0 490583 150 0 0 25 0 9 0 655642033 4346642432 1008753 33554432000 4194304 4417452 140734084065328 18446744073709551615 4364616 0 0 4096 17442 0 0 0 -1 7 0 0 0
[pid=25053/tid=25066] ppid=25051 vsize=4244768 CPUtime=4961.98 cores=0-7
/proc/25053/task/25066/stat : 25066 (plingeling) R 25051 25053 24828 0 -1 4202560 690078 1255 0 0 496058 140 0 0 25 0 9 0 655642033 4346642432 1008753 33554432000 4194304 4417452 140734084065328 18446744073709551615 4364727 0 0 4096 17442 0 0 0 -1 0 0 0 0
[pid=25053/tid=25067] ppid=25051 vsize=4244768 CPUtime=4960.91 cores=0-7
/proc/25053/task/25067/stat : 25067 (plingeling) R 25051 25053 24828 0 -1 4202560 956597 1255 0 0 495933 158 0 0 25 0 9 0 655642033 4346642432 1008753 33554432000 4194304 4417452 140734084065328 18446744073709551615 4364727 0 0 4096 17442 0 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 39639.9
Current children cumulated vsize (KiB) 4244768



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+5007.4 s]
/proc/loadavg: 8.00 8.04 8.00 9/349 25213
/proc/meminfo: memFree=21716868/32951124 swapFree=40554400/67111528
[pid=25053] ppid=25051 vsize=4252624 CPUtime=40000.3 cores=0-7
/proc/25053/stat : 25053 (plingeling) S 25051 25053 24828 0 -1 4202496 6438661 1255 0 0 3998830 1196 0 0 19 0 9 0 655641988 4354686976 1010717 33554432000 4194304 4417452 140734084065328 18446744073709551615 230820968421 0 0 4096 17442 18446744073709551615 0 0 17 7 0 0 0
/proc/25053/statm: 1063156 1010717 180 55 0 1061042 0
[pid=25053/tid=25060] ppid=25051 vsize=4252624 CPUtime=5007.1 cores=0-7
/proc/25053/task/25060/stat : 25060 (plingeling) R 25051 25053 24828 0 -1 4202560 883580 1255 0 0 500545 165 0 0 25 0 9 0 655642033 4354686976 1010717 33554432000 4194304 4417452 140734084065328 18446744073709551615 4365023 0 0 4096 17442 0 0 0 -1 1 0 0 0
[pid=25053/tid=25061] ppid=25051 vsize=4252624 CPUtime=5006.43 cores=0-7
/proc/25053/task/25061/stat : 25061 (plingeling) R 25051 25053 24828 0 -1 4202560 837578 1255 0 0 500477 166 0 0 25 0 9 0 655642033 4354686976 1010717 33554432000 4194304 4417452 140734084065328 18446744073709551615 4364727 0 0 4096 17442 0 0 0 -1 2 0 0 0
[pid=25053/tid=25062] ppid=25051 vsize=4252624 CPUtime=5006.96 cores=0-7
/proc/25053/task/25062/stat : 25062 (plingeling) R 25051 25053 24828 0 -1 4202560 758311 1255 0 0 500544 152 0 0 25 0 9 0 655642033 4354686976 1010717 33554432000 4194304 4417452 140734084065328 18446744073709551615 4364727 0 0 4096 17442 0 0 0 -1 4 0 0 0
[pid=25053/tid=25063] ppid=25051 vsize=4252624 CPUtime=5007.12 cores=0-7
/proc/25053/task/25063/stat : 25063 (plingeling) R 25051 25053 24828 0 -1 4202560 731181 1255 0 0 500601 111 0 0 25 0 9 0 655642033 4354686976 1010717 33554432000 4194304 4417452 140734084065328 18446744073709551615 4353598 0 0 4096 17442 0 0 0 -1 3 0 0 0
[pid=25053/tid=25064] ppid=25051 vsize=4252624 CPUtime=5007.11 cores=0-7
/proc/25053/task/25064/stat : 25064 (plingeling) R 25051 25053 24828 0 -1 4202560 785934 1255 0 0 500563 148 0 0 25 0 9 0 655642033 4354686976 1010717 33554432000 4194304 4417452 140734084065328 18446744073709551615 4277864 0 0 4096 17442 0 0 0 -1 5 0 0 0
[pid=25053/tid=25065] ppid=25051 vsize=4252624 CPUtime=4951.94 cores=0-7
/proc/25053/task/25065/stat : 25065 (plingeling) R 25051 25053 24828 0 -1 4202560 776928 1255 0 0 495044 150 0 0 25 0 9 0 655642033 4354686976 1010717 33554432000 4194304 4417452 140734084065328 18446744073709551615 4364727 0 0 4096 17442 0 0 0 -1 7 0 0 0
[pid=25053/tid=25066] ppid=25051 vsize=4252624 CPUtime=5007.09 cores=0-7
/proc/25053/task/25066/stat : 25066 (plingeling) R 25051 25053 24828 0 -1 4202560 690078 1255 0 0 500569 140 0 0 25 0 9 0 655642033 4354686976 1010717 33554432000 4194304 4417452 140734084065328 18446744073709551615 4364907 0 0 4096 17442 0 0 0 -1 0 0 0 0
[pid=25053/tid=25067] ppid=25051 vsize=4252624 CPUtime=5006.01 cores=0-7
/proc/25053/task/25067/stat : 25067 (plingeling) R 25051 25053 24828 0 -1 4202560 956597 1255 0 0 500443 158 0 0 25 0 9 0 655642033 4354686976 1010717 33554432000 4194304 4417452 140734084065328 18446744073709551615 4364579 0 0 4096 17442 0 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 40000.3
Current children cumulated vsize (KiB) 4252624

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

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

[startup+5007.52 s]
/proc/loadavg: 8.00 8.04 8.00 9/349 25213
/proc/meminfo: memFree=21716868/32951124 swapFree=40554400/67111528
[pid=25053] ppid=25051 vsize=0 CPUtime=40000.4 cores=0-7
/proc/25053/stat : 25053 (plingeling) Z 25051 25053 24828 0 -1 4203548 6438662 1255 0 0 3998836 1206 0 0 18 0 2 0 655641988 0 0 33554432000 0 0 0 0 0 0 0 4096 0 18446744073709551615 0 0 17 7 0 0 0
/proc/25053/statm: 0 0 0 0 0 0 0
[pid=25053/tid=25065] ppid=25051 vsize=0 CPUtime=4952.05 cores=0-7
/proc/25053/task/25065/stat : 25065 (plingeling) R 25051 25053 24828 0 -1 4203588 776928 1255 0 0 495045 160 0 0 25 0 2 0 655642033 0 0 33554432000 0 0 0 0 0 0 0 4096 0 18446744073709551615 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 40000.4
Current children cumulated vsize (KiB) 0

Child ended because it received signal 15 (SIGTERM)
Real time (s): 5007.58
CPU time (s): 40000.5
CPU user time (s): 39988.4
CPU system time (s): 12.1292
CPU usage (%): 798.799
Max. virtual memory (cumulated for all children) (KiB): 4394604

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 39988.4
system time used= 12.1292
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 6439917
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= 385
involuntary context switches= 193157

runsolver used 15.6556 second user time and 39.52 second system time

The end

Launcher Data

Begin job on node104 at 2011-05-15 08:20:15
IDJOB=3372680
IDBENCH=83114
IDSOLVER=1851
FILE ID=node104/3372680-1305440415
RUNJOBID= node104-1305435404-24842
PBS_JOBID= 13324737
Free space on /tmp= 73424 MiB

SOLVER NAME= Plingeling 587f (fixed)
BENCH NAME= SAT11/application/fuhs/slp-synthesis-AES/slp-synthesis-aes-top23.cnf
COMMAND LINE= plingeling -t NBCORE BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3372680-1305440415/watcher-3372680-1305440415 -o /tmp/evaluation-result-3372680-1305440415/solver-3372680-1305440415 -C 40000 -W 5100 -M 31000  plingeling -t 8 HOME/instance-3372680-1305440415.cnf

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

MD5SUM BENCH= 6ee28191d649bfeef8c7d8c569a3cd59
RANDOM SEED=1780670511

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

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

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


/proc/meminfo:
MemTotal:     32951124 kB
MemFree:      25767456 kB
Buffers:        305432 kB
Cached:        2400708 kB
SwapCached:     122128 kB
Active:         947076 kB
Inactive:      5967464 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32951124 kB
LowFree:      25767456 kB
SwapTotal:    67111528 kB
SwapFree:     40554400 kB
Dirty:            3508 kB
Writeback:           0 kB
AnonPages:     4099480 kB
Mapped:          10688 kB
Slab:           117996 kB
PageTables:      84064 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83587088 kB
Committed_AS: 74808968 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= 73424 MiB
End job on node104 at 2011-05-15 09:43:45