Trace number 3371491

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) 4800.2 1205.26

General information on the benchmark

Nameapplication/rintanen/SATPlanning/
sokoban-sequential-p145-microban-sequential.080-SAT.cnf
MD5SUM1ca09a2b911e29894c6603aee8d3e672
Bench CategoryAPPLICATION (applications instances)
Best result obtained on this benchmarkSAT
Best CPU time to get the best result obtained on this benchmark153.91
Satisfiable
(Un)Satisfiability was proved
Number of variables175084
Number of clauses2826936
Sum of the clauses size6454456
Maximum clause length78
Minimum clause length1
Number of clauses of size 1696
Number of clauses of size 22728320
Number of clauses of size 37680
Number of clauses of size 435520
Number of clauses of size 515360
Number of clauses of size over 539360

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-3371491-1305421571/watcher-3371491-1305421571 -o /tmp/evaluation-result-3371491-1305421571/solver-3371491-1305421571 -C 4800 -W 1300 -M 15500 plingeling -t 4 HOME/instance-3371491-1305421571.cnf 

running on 4 cores: 0,2,4,6

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


[startup+0 s]
/proc/loadavg: 7.57 7.25 7.48 6/355 9968
/proc/meminfo: memFree=16496500/32950928 swapFree=67111200/67111528
[pid=9968] ppid=9966 vsize=11732 CPUtime=0 cores=0,2,4,6
/proc/9968/stat : 9968 (plingeling) R 9966 9968 9118 0 -1 4202496 991 1258 0 0 0 0 0 0 23 0 1 0 732387950 12013568 920 33554432000 4194304 4417452 140733456614848 18446744073709551615 256415085529 0 0 4096 17442 0 0 0 17 4 0 0 0
/proc/9968/statm: 2933 920 144 55 0 819 0

[startup+0.041448 s]
/proc/loadavg: 7.57 7.25 7.48 6/355 9968
/proc/meminfo: memFree=16496500/32950928 swapFree=67111200/67111528
[pid=9968] ppid=9966 vsize=13988 CPUtime=0.03 cores=0,2,4,6
/proc/9968/stat : 9968 (plingeling) R 9966 9968 9118 0 -1 4202496 1592 1258 0 0 3 0 0 0 23 0 1 0 732387950 14323712 1521 33554432000 4194304 4417452 140733456614848 18446744073709551615 256415391488 0 0 4096 17442 0 0 0 17 4 0 0 0
/proc/9968/statm: 3497 1521 149 55 0 1383 0
Current children cumulated CPU time (s) 0.03
Current children cumulated vsize (KiB) 13988

[startup+0.100438 s]
/proc/loadavg: 7.57 7.25 7.48 6/355 9968
/proc/meminfo: memFree=16496500/32950928 swapFree=67111200/67111528
[pid=9968] ppid=9966 vsize=17220 CPUtime=0.09 cores=0,2,4,6
/proc/9968/stat : 9968 (plingeling) R 9966 9968 9118 0 -1 4202496 2396 1258 0 0 9 0 0 0 23 0 1 0 732387950 17633280 2313 33554432000 4194304 4417452 140733456614848 18446744073709551615 256415391488 0 0 4096 17442 0 0 0 17 4 0 0 0
/proc/9968/statm: 4305 2313 149 55 0 2191 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 17220

[startup+0.300397 s]
/proc/loadavg: 7.57 7.25 7.48 6/355 9968
/proc/meminfo: memFree=16496500/32950928 swapFree=67111200/67111528
[pid=9968] ppid=9966 vsize=41964 CPUtime=0.29 cores=0,2,4,6
/proc/9968/stat : 9968 (plingeling) R 9966 9968 9118 0 -1 4202496 8606 1258 0 0 28 1 0 0 25 0 1 0 732387950 42971136 8515 33554432000 4194304 4417452 140733456614848 18446744073709551615 256415391488 0 0 4096 17442 0 0 0 17 4 0 0 0
/proc/9968/statm: 10491 8515 149 55 0 8377 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 41964

[startup+0.700326 s]
/proc/loadavg: 7.57 7.25 7.48 6/355 9968
/proc/meminfo: memFree=16496500/32950928 swapFree=67111200/67111528
[pid=9968] ppid=9966 vsize=69612 CPUtime=0.69 cores=0,2,4,6
/proc/9968/stat : 9968 (plingeling) R 9966 9968 9118 0 -1 4202496 15518 1258 0 0 67 2 0 0 25 0 1 0 732387950 71282688 15427 33554432000 4194304 4417452 140733456614848 18446744073709551615 256415391488 0 0 4096 17442 0 0 0 17 4 0 0 0
/proc/9968/statm: 17403 15427 149 55 0 15289 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 69612

[startup+1.50118 s]
/proc/loadavg: 7.57 7.25 7.48 6/356 9974
/proc/meminfo: memFree=16378692/32950928 swapFree=67111200/67111528
[pid=9968] ppid=9966 vsize=198896 CPUtime=1.48 cores=0,2,4,6
/proc/9968/stat : 9968 (plingeling) R 9966 9968 9118 0 -1 4202496 47839 1258 0 0 142 6 0 0 25 0 1 0 732387950 203669504 47748 33554432000 4194304 4417452 140733456614848 18446744073709551615 256414752518 0 0 4096 17442 0 0 0 17 4 0 0 0
/proc/9968/statm: 49724 47748 149 55 0 47610 0
Current children cumulated CPU time (s) 1.48
Current children cumulated vsize (KiB) 198896

[startup+3.10081 s]
/proc/loadavg: 7.57 7.25 7.48 6/356 9974
/proc/meminfo: memFree=16267468/32950928 swapFree=67111200/67111528
[pid=9968] ppid=9966 vsize=383624 CPUtime=5.36 cores=0,2,4,6
/proc/9968/stat : 9968 (plingeling) S 9966 9968 9118 0 -1 4202496 70968 1258 0 0 525 11 0 0 25 0 5 0 732387950 392830976 55126 33554432000 4194304 4417452 140733456614848 18446744073709551615 256427194341 0 0 4096 17442 18446744073709551615 0 0 17 4 0 0 0
/proc/9968/statm: 95906 55126 168 55 0 93792 0
Current children cumulated CPU time (s) 5.36
Current children cumulated vsize (KiB) 383624

[startup+6.3012 s]
/proc/loadavg: 7.60 7.26 7.49 9/360 9978
/proc/meminfo: memFree=16229616/32950928 swapFree=67111200/67111528
[pid=9968] ppid=9966 vsize=387164 CPUtime=18.12 cores=0,2,4,6
/proc/9968/stat : 9968 (plingeling) S 9966 9968 9118 0 -1 4202496 133259 1258 0 0 1790 22 0 0 25 0 5 0 732387950 396455936 56750 33554432000 4194304 4417452 140733456614848 18446744073709551615 256427194341 0 0 4096 17442 18446744073709551615 0 0 17 4 0 0 0
/proc/9968/statm: 96791 56750 179 55 0 94677 0
[pid=9968/tid=9975] ppid=9966 vsize=387164 CPUtime=3.95 cores=0,2,4,6
/proc/9968/task/9975/stat : 9975 (plingeling) R 9966 9968 9118 0 -1 4202560 22238 1258 0 0 392 3 0 0 25 0 5 0 732388183 396455936 56750 33554432000 4194304 4417452 140733456614848 18446744073709551615 4346361 0 0 4096 17442 0 0 0 -1 0 0 0 0
[pid=9968/tid=9976] ppid=9966 vsize=387164 CPUtime=3.94 cores=0,2,4,6
/proc/9968/task/9976/stat : 9976 (plingeling) R 9966 9968 9118 0 -1 4202560 22846 1258 0 0 389 5 0 0 25 0 5 0 732388183 396455936 56750 33554432000 4194304 4417452 140733456614848 18446744073709551615 4346361 0 0 4096 17442 0 0 0 -1 4 0 0 0
[pid=9968/tid=9977] ppid=9966 vsize=387164 CPUtime=3.92 cores=0,2,4,6
/proc/9968/task/9977/stat : 9977 (plingeling) R 9966 9968 9118 0 -1 4202560 28146 1258 0 0 388 4 0 0 25 0 5 0 732388183 396455936 56750 33554432000 4194304 4417452 140733456614848 18446744073709551615 4331796 0 0 4096 17442 0 0 0 -1 6 0 0 0
[pid=9968/tid=9978] ppid=9966 vsize=387164 CPUtime=3.95 cores=0,2,4,6
/proc/9968/task/9978/stat : 9978 (plingeling) R 9966 9968 9118 0 -1 4202560 2832 1258 0 0 395 0 0 0 25 0 5 0 732388183 396455936 56750 33554432000 4194304 4417452 140733456614848 18446744073709551615 4236778 0 0 4096 17442 0 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 18.12
Current children cumulated vsize (KiB) 387164

[startup+12.701 s]
/proc/loadavg: 7.63 7.27 7.49 9/360 9978
/proc/meminfo: memFree=16239188/32950928 swapFree=67111200/67111528
[pid=9968] ppid=9966 vsize=412896 CPUtime=43.64 cores=0,2,4,6
/proc/9968/stat : 9968 (plingeling) S 9966 9968 9118 0 -1 4202496 141317 1258 0 0 4342 22 0 0 25 0 5 0 732387950 422805504 64121 33554432000 4194304 4417452 140733456614848 18446744073709551615 256427194341 0 0 4096 17442 18446744073709551615 0 0 17 4 0 0 0
/proc/9968/statm: 103224 64121 180 55 0 101110 0
[pid=9968/tid=9975] ppid=9966 vsize=412896 CPUtime=10.35 cores=0,2,4,6
/proc/9968/task/9975/stat : 9975 (plingeling) R 9966 9968 9118 0 -1 4202560 22244 1258 0 0 1032 3 0 0 25 0 5 0 732388183 422805504 64121 33554432000 4194304 4417452 140733456614848 18446744073709551615 4236800 0 0 4096 17442 0 0 0 -1 0 0 0 0
[pid=9968/tid=9976] ppid=9966 vsize=412896 CPUtime=10.34 cores=0,2,4,6
/proc/9968/task/9976/stat : 9976 (plingeling) R 9966 9968 9118 0 -1 4202560 23809 1258 0 0 1029 5 0 0 25 0 5 0 732388183 422805504 64121 33554432000 4194304 4417452 140733456614848 18446744073709551615 4364907 0 0 4096 17442 0 0 0 -1 4 0 0 0
[pid=9968/tid=9977] ppid=9966 vsize=412896 CPUtime=10.24 cores=0,2,4,6
/proc/9968/task/9977/stat : 9977 (plingeling) R 9966 9968 9118 0 -1 4202560 30111 1258 0 0 1020 4 0 0 25 0 5 0 732388183 422805504 64121 33554432000 4194304 4417452 140733456614848 18446744073709551615 4364550 0 0 4096 17442 0 0 0 -1 6 0 0 0
[pid=9968/tid=9978] ppid=9966 vsize=412896 CPUtime=10.35 cores=0,2,4,6
/proc/9968/task/9978/stat : 9978 (plingeling) R 9966 9968 9118 0 -1 4202560 7956 1258 0 0 1034 1 0 0 25 0 5 0 732388183 422805504 64121 33554432000 4194304 4417452 140733456614848 18446744073709551615 4236649 0 0 4096 17442 0 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 43.64
Current children cumulated vsize (KiB) 412896

[startup+25.5006 s]
/proc/loadavg: 7.71 7.31 7.50 9/360 9978
/proc/meminfo: memFree=16241148/32950928 swapFree=67111200/67111528
[pid=9968] ppid=9966 vsize=417112 CPUtime=94.69 cores=0,2,4,6
/proc/9968/stat : 9968 (plingeling) S 9966 9968 9118 0 -1 4202496 142374 1258 0 0 9446 23 0 0 25 0 5 0 732387950 427122688 63702 33554432000 4194304 4417452 140733456614848 18446744073709551615 256427194341 0 0 4096 17442 18446744073709551615 0 0 17 4 0 0 0
/proc/9968/statm: 104278 63702 180 55 0 102164 0
[pid=9968/tid=9975] ppid=9966 vsize=417112 CPUtime=23.15 cores=0,2,4,6
/proc/9968/task/9975/stat : 9975 (plingeling) R 9966 9968 9118 0 -1 4202560 22244 1258 0 0 2312 3 0 0 25 0 5 0 732388183 427122688 63702 33554432000 4194304 4417452 140733456614848 18446744073709551615 4353585 0 0 4096 17442 0 0 0 -1 0 0 0 0
[pid=9968/tid=9976] ppid=9966 vsize=417112 CPUtime=23.14 cores=0,2,4,6
/proc/9968/task/9976/stat : 9976 (plingeling) R 9966 9968 9118 0 -1 4202560 23809 1258 0 0 2309 5 0 0 25 0 5 0 732388183 427122688 63702 33554432000 4194304 4417452 140733456614848 18446744073709551615 4232651 0 0 4096 17442 0 0 0 -1 4 0 0 0
[pid=9968/tid=9977] ppid=9966 vsize=417112 CPUtime=22.88 cores=0,2,4,6
/proc/9968/task/9977/stat : 9977 (plingeling) R 9966 9968 9118 0 -1 4202560 30111 1258 0 0 2284 4 0 0 25 0 5 0 732388183 427122688 63702 33554432000 4194304 4417452 140733456614848 18446744073709551615 4265429 0 0 4096 17442 0 0 0 -1 6 0 0 0
[pid=9968/tid=9978] ppid=9966 vsize=417112 CPUtime=23.15 cores=0,2,4,6
/proc/9968/task/9978/stat : 9978 (plingeling) R 9966 9968 9118 0 -1 4202560 9013 1258 0 0 2314 1 0 0 25 0 5 0 732388183 427122688 63702 33554432000 4194304 4417452 140733456614848 18446744073709551615 4364533 0 0 4096 17442 0 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 94.69
Current children cumulated vsize (KiB) 417112

[startup+51.1007 s]
/proc/loadavg: 7.81 7.36 7.51 9/360 9979
/proc/meminfo: memFree=16209432/32950928 swapFree=67111200/67111528
[pid=9968] ppid=9966 vsize=451416 CPUtime=196.79 cores=0,2,4,6
/proc/9968/stat : 9968 (plingeling) S 9966 9968 9118 0 -1 4202496 185784 1258 0 0 19651 28 0 0 25 0 5 0 732387950 462249984 71734 33554432000 4194304 4417452 140733456614848 18446744073709551615 256427194341 0 0 4096 17442 18446744073709551615 0 0 17 4 0 0 0
/proc/9968/statm: 112854 71734 180 55 0 110740 0
[pid=9968/tid=9975] ppid=9966 vsize=451416 CPUtime=48.75 cores=0,2,4,6
/proc/9968/task/9975/stat : 9975 (plingeling) R 9966 9968 9118 0 -1 4202560 41303 1258 0 0 4870 5 0 0 25 0 5 0 732388183 462249984 71734 33554432000 4194304 4417452 140733456614848 18446744073709551615 4232680 0 0 4096 17442 0 0 0 -1 0 0 0 0
[pid=9968/tid=9976] ppid=9966 vsize=451416 CPUtime=48.74 cores=0,2,4,6
/proc/9968/task/9976/stat : 9976 (plingeling) R 9966 9968 9118 0 -1 4202560 24212 1258 0 0 4869 5 0 0 25 0 5 0 732388183 462249984 71734 33554432000 4194304 4417452 140733456614848 18446744073709551615 4264248 0 0 4096 17442 0 0 0 -1 4 0 0 0
[pid=9968/tid=9977] ppid=9966 vsize=451416 CPUtime=48.19 cores=0,2,4,6
/proc/9968/task/9977/stat : 9977 (plingeling) R 9966 9968 9118 0 -1 4202560 49867 1258 0 0 4812 7 0 0 25 0 5 0 732388183 462249984 71734 33554432000 4194304 4417452 140733456614848 18446744073709551615 4364881 0 0 4096 17442 0 0 0 -1 6 0 0 0
[pid=9968/tid=9978] ppid=9966 vsize=451416 CPUtime=48.74 cores=0,2,4,6
/proc/9968/task/9978/stat : 9978 (plingeling) R 9966 9968 9118 0 -1 4202560 13205 1258 0 0 4873 1 0 0 25 0 5 0 732388183 462249984 71734 33554432000 4194304 4417452 140733456614848 18446744073709551615 4366472 0 0 4096 17442 0 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 196.79
Current children cumulated vsize (KiB) 451416

[startup+102.314 s]
/proc/loadavg: 8.03 7.49 7.54 9/360 9980
/proc/meminfo: memFree=16006400/32950928 swapFree=67111200/67111528
[pid=9968] ppid=9966 vsize=479628 CPUtime=401.03 cores=0,2,4,6
/proc/9968/stat : 9968 (plingeling) S 9966 9968 9118 0 -1 4202496 210492 1258 0 0 40072 31 0 0 25 0 5 0 732387950 491139072 77849 33554432000 4194304 4417452 140733456614848 18446744073709551615 256427194341 0 0 4096 17442 18446744073709551615 0 0 17 4 0 0 0
/proc/9968/statm: 119907 77849 180 55 0 117793 0
[pid=9968/tid=9975] ppid=9966 vsize=479628 CPUtime=99.97 cores=0,2,4,6
/proc/9968/task/9975/stat : 9975 (plingeling) R 9966 9968 9118 0 -1 4202560 42378 1258 0 0 9991 6 0 0 25 0 5 0 732388183 491139072 77849 33554432000 4194304 4417452 140733456614848 18446744073709551615 4364626 0 0 4096 17442 0 0 0 -1 0 0 0 0
[pid=9968/tid=9976] ppid=9966 vsize=479628 CPUtime=99.95 cores=0,2,4,6
/proc/9968/task/9976/stat : 9976 (plingeling) R 9966 9968 9118 0 -1 4202560 43564 1258 0 0 9988 7 0 0 25 0 5 0 732388183 491139072 77849 33554432000 4194304 4417452 140733456614848 18446744073709551615 4236778 0 0 4096 17442 0 0 0 -1 4 0 0 0
[pid=9968/tid=9977] ppid=9966 vsize=479628 CPUtime=98.79 cores=0,2,4,6
/proc/9968/task/9977/stat : 9977 (plingeling) R 9966 9968 9118 0 -1 4202560 51663 1258 0 0 9872 7 0 0 25 0 5 0 732388183 491139072 77849 33554432000 4194304 4417452 140733456614848 18446744073709551615 4356971 0 0 4096 17442 0 0 0 -1 6 0 0 0
[pid=9968/tid=9978] ppid=9966 vsize=479628 CPUtime=99.95 cores=0,2,4,6
/proc/9968/task/9978/stat : 9978 (plingeling) R 9966 9968 9118 0 -1 4202560 15690 1258 0 0 9993 2 0 0 25 0 5 0 732388183 491139072 77849 33554432000 4194304 4417452 140733456614848 18446744073709551615 4236986 0 0 4096 17442 0 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 401.03
Current children cumulated vsize (KiB) 479628

[startup+162.301 s]
/proc/loadavg: 8.05 7.59 7.57 9/360 9982
/proc/meminfo: memFree=16031096/32950928 swapFree=67111200/67111528
[pid=9968] ppid=9966 vsize=522764 CPUtime=640.29 cores=0,2,4,6
/proc/9968/stat : 9968 (plingeling) S 9966 9968 9118 0 -1 4202496 226687 1258 0 0 63995 34 0 0 25 0 5 0 732387950 535310336 87752 33554432000 4194304 4417452 140733456614848 18446744073709551615 256427194341 0 0 4096 17442 18446744073709551615 0 0 17 4 0 0 0
/proc/9968/statm: 130691 87752 180 55 0 128577 0
[pid=9968/tid=9975] ppid=9966 vsize=522764 CPUtime=159.96 cores=0,2,4,6
/proc/9968/task/9975/stat : 9975 (plingeling) R 9966 9968 9118 0 -1 4202560 42604 1258 0 0 15990 6 0 0 25 0 5 0 732388183 535310336 87752 33554432000 4194304 4417452 140733456614848 18446744073709551615 4251258 0 0 4096 17442 0 0 0 -1 0 0 0 0
[pid=9968/tid=9976] ppid=9966 vsize=522764 CPUtime=159.95 cores=0,2,4,6
/proc/9968/task/9976/stat : 9976 (plingeling) R 9966 9968 9118 0 -1 4202560 44958 1258 0 0 15987 8 0 0 25 0 5 0 732388183 535310336 87752 33554432000 4194304 4417452 140733456614848 18446744073709551615 4356984 0 0 4096 17442 0 0 0 -1 4 0 0 0
[pid=9968/tid=9977] ppid=9966 vsize=522764 CPUtime=158.08 cores=0,2,4,6
/proc/9968/task/9977/stat : 9977 (plingeling) R 9966 9968 9118 0 -1 4202560 62457 1258 0 0 15800 8 0 0 25 0 5 0 732388183 535310336 87752 33554432000 4194304 4417452 140733456614848 18446744073709551615 4236827 0 0 4096 17442 0 0 0 -1 6 0 0 0
[pid=9968/tid=9978] ppid=9966 vsize=522764 CPUtime=159.94 cores=0,2,4,6
/proc/9968/task/9978/stat : 9978 (plingeling) R 9966 9968 9118 0 -1 4202560 19471 1258 0 0 15992 2 0 0 25 0 5 0 732388183 535310336 87752 33554432000 4194304 4417452 140733456614848 18446744073709551615 4259665 0 0 4096 17442 0 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 640.29
Current children cumulated vsize (KiB) 522764

[startup+222.3 s]
/proc/loadavg: 8.11 7.69 7.61 9/360 9984
/proc/meminfo: memFree=15365436/32950928 swapFree=67111200/67111528
[pid=9968] ppid=9966 vsize=624768 CPUtime=879.59 cores=0,2,4,6
/proc/9968/stat : 9968 (plingeling) S 9966 9968 9118 0 -1 4202496 252198 1258 0 0 87923 36 0 0 25 0 5 0 732387950 639762432 113259 33554432000 4194304 4417452 140733456614848 18446744073709551615 256427194341 0 0 4096 17442 18446744073709551615 0 0 17 4 0 0 0
/proc/9968/statm: 156192 113259 180 55 0 154078 0
[pid=9968/tid=9975] ppid=9966 vsize=624768 CPUtime=219.96 cores=0,2,4,6
/proc/9968/task/9975/stat : 9975 (plingeling) R 9966 9968 9118 0 -1 4202560 43456 1258 0 0 21990 6 0 0 25 0 5 0 732388183 639762432 113259 33554432000 4194304 4417452 140733456614848 18446744073709551615 4364550 0 0 4096 17442 0 0 0 -1 0 0 0 0
[pid=9968/tid=9976] ppid=9966 vsize=624768 CPUtime=219.94 cores=0,2,4,6
/proc/9968/task/9976/stat : 9976 (plingeling) R 9966 9968 9118 0 -1 4202560 50250 1258 0 0 21986 8 0 0 25 0 5 0 732388183 639762432 113259 33554432000 4194304 4417452 140733456614848 18446744073709551615 4364550 0 0 4096 17442 0 0 0 -1 4 0 0 0
[pid=9968/tid=9977] ppid=9966 vsize=624768 CPUtime=217.38 cores=0,2,4,6
/proc/9968/task/9977/stat : 9977 (plingeling) R 9966 9968 9118 0 -1 4202560 63927 1258 0 0 21730 8 0 0 25 0 5 0 732388183 639762432 113259 33554432000 4194304 4417452 140733456614848 18446744073709551615 4357283 0 0 4096 17442 0 0 0 -1 6 0 0 0
[pid=9968/tid=9978] ppid=9966 vsize=624768 CPUtime=219.94 cores=0,2,4,6
/proc/9968/task/9978/stat : 9978 (plingeling) R 9966 9968 9118 0 -1 4202560 37368 1258 0 0 21990 4 0 0 25 0 5 0 732388183 639762432 113259 33554432000 4194304 4417452 140733456614848 18446744073709551615 4366472 0 0 4096 17442 0 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 879.59
Current children cumulated vsize (KiB) 624768

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

[pid=9968/tid=9976] ppid=9966 vsize=913012 CPUtime=699.97 cores=0,2,4,6
/proc/9968/task/9976/stat : 9976 (plingeling) R 9966 9968 9118 0 -1 4202560 63010 1258 0 0 69986 11 0 0 25 0 5 0 732388183 934924288 185320 33554432000 4194304 4417452 140733456614848 18446744073709551615 4265465 0 0 4096 17442 0 0 0 -1 4 0 0 0
[pid=9968/tid=9977] ppid=9966 vsize=913012 CPUtime=691.84 cores=0,2,4,6
/proc/9968/task/9977/stat : 9977 (plingeling) R 9966 9968 9118 0 -1 4202560 100201 1258 0 0 69171 13 0 0 25 0 5 0 732388183 934924288 185320 33554432000 4194304 4417452 140733456614848 18446744073709551615 4232654 0 0 4096 17442 0 0 0 -1 6 0 0 0
[pid=9968/tid=9978] ppid=9966 vsize=913012 CPUtime=699.96 cores=0,2,4,6
/proc/9968/task/9978/stat : 9978 (plingeling) R 9966 9968 9118 0 -1 4202560 82885 1258 0 0 69987 9 0 0 25 0 5 0 732388183 934924288 185320 33554432000 4194304 4417452 140733456614848 18446744073709551615 4364727 0 0 4096 17442 0 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 2794.11
Current children cumulated vsize (KiB) 913012

[startup+762.314 s]
/proc/loadavg: 8.07 8.01 7.80 9/360 9998
/proc/meminfo: memFree=13729680/32950928 swapFree=67111200/67111528
[pid=9968] ppid=9966 vsize=991648 CPUtime=3033.47 cores=0,2,4,6
/proc/9968/stat : 9968 (plingeling) S 9966 9968 9118 0 -1 4202496 372352 1258 0 0 303295 52 0 0 25 0 5 0 732387950 1015447552 204979 33554432000 4194304 4417452 140733456614848 18446744073709551615 256427194341 0 0 4096 17442 18446744073709551615 0 0 17 4 0 0 0
/proc/9968/statm: 247912 204979 180 55 0 245798 0
[pid=9968/tid=9975] ppid=9966 vsize=991648 CPUtime=759.99 cores=0,2,4,6
/proc/9968/task/9975/stat : 9975 (plingeling) R 9966 9968 9118 0 -1 4202560 45921 1258 0 0 75992 7 0 0 25 0 5 0 732388183 1015447552 204979 33554432000 4194304 4417452 140733456614848 18446744073709551615 4307444 0 0 4096 17442 0 0 0 -1 0 0 0 0
[pid=9968/tid=9976] ppid=9966 vsize=991648 CPUtime=759.98 cores=0,2,4,6
/proc/9968/task/9976/stat : 9976 (plingeling) R 9966 9968 9118 0 -1 4202560 63591 1258 0 0 75987 11 0 0 25 0 5 0 732388183 1015447552 204979 33554432000 4194304 4417452 140733456614848 18446744073709551615 4236778 0 0 4096 17442 0 0 0 -1 4 0 0 0
[pid=9968/tid=9977] ppid=9966 vsize=991648 CPUtime=751.16 cores=0,2,4,6
/proc/9968/task/9977/stat : 9977 (plingeling) R 9966 9968 9118 0 -1 4202560 100283 1258 0 0 75103 13 0 0 25 0 5 0 732388183 1015447552 204979 33554432000 4194304 4417452 140733456614848 18446744073709551615 4355830 0 0 4096 17442 0 0 0 -1 6 0 0 0
[pid=9968/tid=9978] ppid=9966 vsize=991648 CPUtime=759.97 cores=0,2,4,6
/proc/9968/task/9978/stat : 9978 (plingeling) R 9966 9968 9118 0 -1 4202560 105360 1258 0 0 75986 11 0 0 25 0 5 0 732388183 1015447552 204979 33554432000 4194304 4417452 140733456614848 18446744073709551615 4236986 0 0 4096 17442 0 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 3033.47
Current children cumulated vsize (KiB) 991648

[startup+822.3 s]
/proc/loadavg: 8.02 8.01 7.81 9/360 9999
/proc/meminfo: memFree=13507808/32950928 swapFree=67111200/67111528
[pid=9968] ppid=9966 vsize=968760 CPUtime=3272.74 cores=0,2,4,6
/proc/9968/stat : 9968 (plingeling) S 9966 9968 9118 0 -1 4202496 396046 1258 0 0 327218 56 0 0 25 0 5 0 732387950 992010240 199257 33554432000 4194304 4417452 140733456614848 18446744073709551615 256427194341 0 0 4096 17442 18446744073709551615 0 0 17 4 0 0 0
/proc/9968/statm: 242190 199257 180 55 0 240076 0
[pid=9968/tid=9975] ppid=9966 vsize=968760 CPUtime=819.98 cores=0,2,4,6
/proc/9968/task/9975/stat : 9975 (plingeling) R 9966 9968 9118 0 -1 4202560 46505 1258 0 0 81991 7 0 0 25 0 5 0 732388183 992010240 199257 33554432000 4194304 4417452 140733456614848 18446744073709551615 4366450 0 0 4096 17442 0 0 0 -1 0 0 0 0
[pid=9968/tid=9976] ppid=9966 vsize=968760 CPUtime=819.97 cores=0,2,4,6
/proc/9968/task/9976/stat : 9976 (plingeling) R 9966 9968 9118 0 -1 4202560 63591 1258 0 0 81986 11 0 0 25 0 5 0 732388183 992010240 199257 33554432000 4194304 4417452 140733456614848 18446744073709551615 4364456 0 0 4096 17442 0 0 0 -1 4 0 0 0
[pid=9968/tid=9977] ppid=9966 vsize=968760 CPUtime=810.47 cores=0,2,4,6
/proc/9968/task/9977/stat : 9977 (plingeling) R 9966 9968 9118 0 -1 4202560 100856 1258 0 0 81033 14 0 0 25 0 5 0 732388183 992010240 199257 33554432000 4194304 4417452 140733456614848 18446744073709551615 4232654 0 0 4096 17442 0 0 0 -1 6 0 0 0
[pid=9968/tid=9978] ppid=9966 vsize=968760 CPUtime=819.96 cores=0,2,4,6
/proc/9968/task/9978/stat : 9978 (plingeling) R 9966 9968 9118 0 -1 4202560 127897 1258 0 0 81982 14 0 0 25 0 5 0 732388183 992010240 199257 33554432000 4194304 4417452 140733456614848 18446744073709551615 4236778 0 0 4096 17442 0 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 3272.74
Current children cumulated vsize (KiB) 968760

[startup+882.301 s]
/proc/loadavg: 8.16 8.05 7.83 9/360 10001
/proc/meminfo: memFree=14337452/32950928 swapFree=67111200/67111528
[pid=9968] ppid=9966 vsize=982864 CPUtime=3512.04 cores=0,2,4,6
/proc/9968/stat : 9968 (plingeling) S 9966 9968 9118 0 -1 4202496 420470 1258 0 0 351144 60 0 0 25 0 5 0 732387950 1006452736 202783 33554432000 4194304 4417452 140733456614848 18446744073709551615 256427194341 0 0 4096 17442 18446744073709551615 0 0 17 4 0 0 0
/proc/9968/statm: 245716 202783 180 55 0 243602 0
[pid=9968/tid=9975] ppid=9966 vsize=982864 CPUtime=879.98 cores=0,2,4,6
/proc/9968/task/9975/stat : 9975 (plingeling) R 9966 9968 9118 0 -1 4202560 46505 1258 0 0 87991 7 0 0 25 0 5 0 732388183 1006452736 202783 33554432000 4194304 4417452 140733456614848 18446744073709551615 4364626 0 0 4096 17442 0 0 0 -1 0 0 0 0
[pid=9968/tid=9976] ppid=9966 vsize=982864 CPUtime=879.97 cores=0,2,4,6
/proc/9968/task/9976/stat : 9976 (plingeling) R 9966 9968 9118 0 -1 4202560 63683 1258 0 0 87986 11 0 0 25 0 5 0 732388183 1006452736 202783 33554432000 4194304 4417452 140733456614848 18446744073709551615 4358116 0 0 4096 17442 0 0 0 -1 4 0 0 0
[pid=9968/tid=9977] ppid=9966 vsize=982864 CPUtime=869.76 cores=0,2,4,6
/proc/9968/task/9977/stat : 9977 (plingeling) R 9966 9968 9118 0 -1 4202560 100856 1258 0 0 86962 14 0 0 25 0 5 0 732388183 1006452736 202783 33554432000 4194304 4417452 140733456614848 18446744073709551615 4236986 0 0 4096 17442 0 0 0 -1 6 0 0 0
[pid=9968/tid=9978] ppid=9966 vsize=982864 CPUtime=879.96 cores=0,2,4,6
/proc/9968/task/9978/stat : 9978 (plingeling) R 9966 9968 9118 0 -1 4202560 152229 1258 0 0 87978 18 0 0 25 0 5 0 732388183 1006452736 202783 33554432000 4194304 4417452 140733456614848 18446744073709551615 4236986 0 0 4096 17442 0 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 3512.04
Current children cumulated vsize (KiB) 982864

[startup+942.301 s]
/proc/loadavg: 8.13 8.05 7.85 9/360 10003
/proc/meminfo: memFree=13747552/32950928 swapFree=67111200/67111528
[pid=9968] ppid=9966 vsize=1065824 CPUtime=3751.34 cores=0,2,4,6
/proc/9968/stat : 9968 (plingeling) S 9966 9968 9118 0 -1 4202496 506442 1258 0 0 375064 70 0 0 25 0 5 0 732387950 1091403776 223492 33554432000 4194304 4417452 140733456614848 18446744073709551615 256427194341 0 0 4096 17442 18446744073709551615 0 0 17 4 0 0 0
/proc/9968/statm: 266456 223492 180 55 0 264342 0
[pid=9968/tid=9975] ppid=9966 vsize=1065824 CPUtime=939.98 cores=0,2,4,6
/proc/9968/task/9975/stat : 9975 (plingeling) R 9966 9968 9118 0 -1 4202560 77652 1258 0 0 93988 10 0 0 25 0 5 0 732388183 1091403776 223492 33554432000 4194304 4417452 140733456614848 18446744073709551615 4236986 0 0 4096 17442 0 0 0 -1 0 0 0 0
[pid=9968/tid=9976] ppid=9966 vsize=1065824 CPUtime=939.97 cores=0,2,4,6
/proc/9968/task/9976/stat : 9976 (plingeling) R 9966 9968 9118 0 -1 4202560 81240 1258 0 0 93984 13 0 0 25 0 5 0 732388183 1091403776 223492 33554432000 4194304 4417452 140733456614848 18446744073709551615 4264940 0 0 4096 17442 0 0 0 -1 4 0 0 0
[pid=9968/tid=9977] ppid=9966 vsize=1065824 CPUtime=929.05 cores=0,2,4,6
/proc/9968/task/9977/stat : 9977 (plingeling) R 9966 9968 9118 0 -1 4202560 118061 1258 0 0 92890 15 0 0 25 0 5 0 732388183 1091403776 223492 33554432000 4194304 4417452 140733456614848 18446744073709551615 4237011 0 0 4096 17442 0 0 0 -1 6 0 0 0
[pid=9968/tid=9978] ppid=9966 vsize=1065824 CPUtime=939.97 cores=0,2,4,6
/proc/9968/task/9978/stat : 9978 (plingeling) R 9966 9968 9118 0 -1 4202560 172292 1258 0 0 93976 21 0 0 25 0 5 0 732388183 1091403776 223492 33554432000 4194304 4417452 140733456614848 18446744073709551615 4364727 0 0 4096 17442 0 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 3751.34
Current children cumulated vsize (KiB) 1065824

[startup+1002.3 s]
/proc/loadavg: 5.97 7.50 7.67 5/350 10022
/proc/meminfo: memFree=16737364/32950928 swapFree=67111200/67111528
[pid=9968] ppid=9966 vsize=1118800 CPUtime=3990.67 cores=0,2,4,6
/proc/9968/stat : 9968 (plingeling) S 9966 9968 9118 0 -1 4202496 556269 1258 0 0 398991 76 0 0 25 0 5 0 732387950 1145651200 236759 33554432000 4194304 4417452 140733456614848 18446744073709551615 256427194341 0 0 4096 17442 18446744073709551615 0 0 17 4 0 0 0
/proc/9968/statm: 279700 236759 180 55 0 277586 0
[pid=9968/tid=9975] ppid=9966 vsize=1118800 CPUtime=999.98 cores=0,2,4,6
/proc/9968/task/9975/stat : 9975 (plingeling) R 9966 9968 9118 0 -1 4202560 85567 1258 0 0 99986 12 0 0 25 0 5 0 732388183 1145651200 236759 33554432000 4194304 4417452 140733456614848 18446744073709551615 4232801 0 0 4096 17442 0 0 0 -1 0 0 0 0
[pid=9968/tid=9976] ppid=9966 vsize=1118800 CPUtime=999.97 cores=0,2,4,6
/proc/9968/task/9976/stat : 9976 (plingeling) R 9966 9968 9118 0 -1 4202560 84852 1258 0 0 99984 13 0 0 25 0 5 0 732388183 1145651200 236759 33554432000 4194304 4417452 140733456614848 18446744073709551615 4364650 0 0 4096 17442 0 0 0 -1 4 0 0 0
[pid=9968/tid=9977] ppid=9966 vsize=1118800 CPUtime=988.39 cores=0,2,4,6
/proc/9968/task/9977/stat : 9977 (plingeling) R 9966 9968 9118 0 -1 4202560 121318 1258 0 0 98823 16 0 0 25 0 5 0 732388183 1145651200 236759 33554432000 4194304 4417452 140733456614848 18446744073709551615 4355860 0 0 4096 17442 0 0 0 -1 6 0 0 0
[pid=9968/tid=9978] ppid=9966 vsize=1118800 CPUtime=999.97 cores=0,2,4,6
/proc/9968/task/9978/stat : 9978 (plingeling) R 9966 9968 9118 0 -1 4202560 207335 1258 0 0 99972 25 0 0 25 0 5 0 732388183 1145651200 236759 33554432000 4194304 4417452 140733456614848 18446744073709551615 4358082 0 0 4096 17442 0 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 3990.67
Current children cumulated vsize (KiB) 1118800

[startup+1062.3 s]
/proc/loadavg: 4.76 6.87 7.44 5/350 10024
/proc/meminfo: memFree=16835308/32950928 swapFree=67111200/67111528
[pid=9968] ppid=9966 vsize=1055984 CPUtime=4230.03 cores=0,2,4,6
/proc/9968/stat : 9968 (plingeling) S 9966 9968 9118 0 -1 4202496 622705 1258 0 0 422918 85 0 0 25 0 5 0 732387950 1081327616 221055 33554432000 4194304 4417452 140733456614848 18446744073709551615 256427194341 0 0 4096 17442 18446744073709551615 0 0 17 4 0 0 0
/proc/9968/statm: 263996 221055 180 55 0 261882 0
[pid=9968/tid=9975] ppid=9966 vsize=1055984 CPUtime=1059.97 cores=0,2,4,6
/proc/9968/task/9975/stat : 9975 (plingeling) R 9966 9968 9118 0 -1 4202560 96447 1258 0 0 105984 13 0 0 25 0 5 0 732388183 1081327616 221055 33554432000 4194304 4417452 140733456614848 18446744073709551615 4366472 0 0 4096 17442 0 0 0 -1 0 0 0 0
[pid=9968/tid=9976] ppid=9966 vsize=1055984 CPUtime=1059.98 cores=0,2,4,6
/proc/9968/task/9976/stat : 9976 (plingeling) R 9966 9968 9118 0 -1 4202560 88940 1258 0 0 105984 14 0 0 25 0 5 0 732388183 1081327616 221055 33554432000 4194304 4417452 140733456614848 18446744073709551615 4236995 0 0 4096 17442 0 0 0 -1 4 0 0 0
[pid=9968/tid=9977] ppid=9966 vsize=1055984 CPUtime=1047.74 cores=0,2,4,6
/proc/9968/task/9977/stat : 9977 (plingeling) R 9966 9968 9118 0 -1 4202560 121869 1258 0 0 104758 16 0 0 25 0 5 0 732388183 1081327616 221055 33554432000 4194304 4417452 140733456614848 18446744073709551615 4364907 0 0 4096 17442 0 0 0 -1 6 0 0 0
[pid=9968/tid=9978] ppid=9966 vsize=1055984 CPUtime=1059.97 cores=0,2,4,6
/proc/9968/task/9978/stat : 9978 (plingeling) R 9966 9968 9118 0 -1 4202560 258252 1258 0 0 105965 32 0 0 25 0 5 0 732388183 1081327616 221055 33554432000 4194304 4417452 140733456614848 18446744073709551615 4357269 0 0 4096 17442 0 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 4230.03
Current children cumulated vsize (KiB) 1055984

[startup+1122.3 s]
/proc/loadavg: 4.39 6.38 7.23 5/350 10025
/proc/meminfo: memFree=16834676/32950928 swapFree=67111200/67111528
[pid=9968] ppid=9966 vsize=1056088 CPUtime=4469.37 cores=0,2,4,6
/proc/9968/stat : 9968 (plingeling) S 9966 9968 9118 0 -1 4202496 661611 1258 0 0 446847 90 0 0 25 0 5 0 732387950 1081434112 221050 33554432000 4194304 4417452 140733456614848 18446744073709551615 256427194341 0 0 4096 17442 18446744073709551615 0 0 17 4 0 0 0
/proc/9968/statm: 264022 221050 180 55 0 261908 0
[pid=9968/tid=9975] ppid=9966 vsize=1056088 CPUtime=1119.98 cores=0,2,4,6
/proc/9968/task/9975/stat : 9975 (plingeling) R 9966 9968 9118 0 -1 4202560 104555 1258 0 0 111983 15 0 0 25 0 5 0 732388183 1081434112 221050 33554432000 4194304 4417452 140733456614848 18446744073709551615 4366472 0 0 4096 17442 0 0 0 -1 0 0 0 0
[pid=9968/tid=9976] ppid=9966 vsize=1056088 CPUtime=1119.97 cores=0,2,4,6
/proc/9968/task/9976/stat : 9976 (plingeling) R 9966 9968 9118 0 -1 4202560 92354 1258 0 0 111983 14 0 0 25 0 5 0 732388183 1081434112 221050 33554432000 4194304 4417452 140733456614848 18446744073709551615 4236564 0 0 4096 17442 0 0 0 -1 4 0 0 0
[pid=9968/tid=9977] ppid=9966 vsize=1056088 CPUtime=1107.08 cores=0,2,4,6
/proc/9968/task/9977/stat : 9977 (plingeling) R 9966 9968 9118 0 -1 4202560 121869 1258 0 0 110692 16 0 0 25 0 5 0 732388183 1081434112 221050 33554432000 4194304 4417452 140733456614848 18446744073709551615 4366065 0 0 4096 17442 0 0 0 -1 6 0 0 0
[pid=9968/tid=9978] ppid=9966 vsize=1056088 CPUtime=1119.97 cores=0,2,4,6
/proc/9968/task/9978/stat : 9978 (plingeling) R 9966 9968 9118 0 -1 4202560 285636 1258 0 0 111962 35 0 0 25 0 5 0 732388183 1081434112 221050 33554432000 4194304 4417452 140733456614848 18446744073709551615 4358116 0 0 4096 17442 0 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 4469.37
Current children cumulated vsize (KiB) 1056088

[startup+1182.3 s]
/proc/loadavg: 4.29 5.97 7.04 5/350 10027
/proc/meminfo: memFree=16842104/32950928 swapFree=67111200/67111528
[pid=9968] ppid=9966 vsize=1048740 CPUtime=4708.73 cores=0,2,4,6
/proc/9968/stat : 9968 (plingeling) S 9966 9968 9118 0 -1 4202496 692447 1258 0 0 470777 96 0 0 25 0 5 0 732387950 1073909760 219244 33554432000 4194304 4417452 140733456614848 18446744073709551615 256427194341 0 0 4096 17442 18446744073709551615 0 0 17 4 0 0 0
/proc/9968/statm: 262185 219244 180 55 0 260071 0
[pid=9968/tid=9975] ppid=9966 vsize=1048740 CPUtime=1179.98 cores=0,2,4,6
/proc/9968/task/9975/stat : 9975 (plingeling) R 9966 9968 9118 0 -1 4202560 120119 1258 0 0 117980 18 0 0 25 0 5 0 732388183 1073909760 219244 33554432000 4194304 4417452 140733456614848 18446744073709551615 4365458 0 0 4096 17442 0 0 0 -1 0 0 0 0
[pid=9968/tid=9976] ppid=9966 vsize=1048740 CPUtime=1179.97 cores=0,2,4,6
/proc/9968/task/9976/stat : 9976 (plingeling) R 9966 9968 9118 0 -1 4202560 97920 1258 0 0 117982 15 0 0 25 0 5 0 732388183 1073909760 219244 33554432000 4194304 4417452 140733456614848 18446744073709551615 4236800 0 0 4096 17442 0 0 0 -1 4 0 0 0
[pid=9968/tid=9977] ppid=9966 vsize=1048740 CPUtime=1166.44 cores=0,2,4,6
/proc/9968/task/9977/stat : 9977 (plingeling) R 9966 9968 9118 0 -1 4202560 121999 1258 0 0 116628 16 0 0 25 0 5 0 732388183 1073909760 219244 33554432000 4194304 4417452 140733456614848 18446744073709551615 4281668 0 0 4096 17442 0 0 0 -1 6 0 0 0
[pid=9968/tid=9978] ppid=9966 vsize=1048740 CPUtime=1179.98 cores=0,2,4,6
/proc/9968/task/9978/stat : 9978 (plingeling) R 9966 9968 9118 0 -1 4202560 295212 1258 0 0 117961 37 0 0 25 0 5 0 732388183 1073909760 219244 33554432000 4194304 4417452 140733456614848 18446744073709551615 4366065 0 0 4096 17442 0 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 4708.73
Current children cumulated vsize (KiB) 1048740



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1205.2 s]
/proc/loadavg: 4.19 5.81 6.96 5/350 10028
/proc/meminfo: memFree=16802792/32950928 swapFree=67111200/67111528
[pid=9968] ppid=9966 vsize=1087848 CPUtime=4800.1 cores=0,2,4,6
/proc/9968/stat : 9968 (plingeling) S 9966 9968 9118 0 -1 4202496 702322 1258 0 0 479913 97 0 0 25 0 5 0 732387950 1113956352 229021 33554432000 4194304 4417452 140733456614848 18446744073709551615 256427194341 0 0 4096 17442 18446744073709551615 0 0 17 4 0 0 0
/proc/9968/statm: 271962 229021 180 55 0 269848 0
[pid=9968/tid=9975] ppid=9966 vsize=1087848 CPUtime=1202.89 cores=0,2,4,6
/proc/9968/task/9975/stat : 9975 (plingeling) R 9966 9968 9118 0 -1 4202560 125260 1258 0 0 120270 19 0 0 25 0 5 0 732388183 1113956352 229021 33554432000 4194304 4417452 140733456614848 18446744073709551615 4357260 0 0 4096 17442 0 0 0 -1 0 0 0 0
[pid=9968/tid=9976] ppid=9966 vsize=1087848 CPUtime=1202.89 cores=0,2,4,6
/proc/9968/task/9976/stat : 9976 (plingeling) R 9966 9968 9118 0 -1 4202560 97920 1258 0 0 120274 15 0 0 25 0 5 0 732388183 1113956352 229021 33554432000 4194304 4417452 140733456614848 18446744073709551615 4353508 0 0 4096 17442 0 0 0 -1 4 0 0 0
[pid=9968/tid=9977] ppid=9966 vsize=1087848 CPUtime=1189.09 cores=0,2,4,6
/proc/9968/task/9977/stat : 9977 (plingeling) R 9966 9968 9118 0 -1 4202560 121999 1258 0 0 118893 16 0 0 25 0 5 0 732388183 1113956352 229021 33554432000 4194304 4417452 140733456614848 18446744073709551615 4237011 0 0 4096 17442 0 0 0 -1 6 0 0 0
[pid=9968/tid=9978] ppid=9966 vsize=1087848 CPUtime=1202.89 cores=0,2,4,6
/proc/9968/task/9978/stat : 9978 (plingeling) R 9966 9968 9118 0 -1 4202560 299946 1258 0 0 120252 37 0 0 25 0 5 0 732388183 1113956352 229021 33554432000 4194304 4417452 140733456614848 18446744073709551615 4365155 0 0 4096 17442 0 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 4800.1
Current children cumulated vsize (KiB) 1087848

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

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

Child ended because it received signal 15 (SIGTERM)
Real time (s): 1205.26
CPU time (s): 4800.2
CPU user time (s): 4799.18
CPU system time (s): 1.01884
CPU usage (%): 398.271
Max. virtual memory (cumulated for all children) (KiB): 1296508

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 4799.18
system time used= 1.01885
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 703580
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= 140
involuntary context switches= 21651

runsolver used 4.04139 second user time and 9.80951 second system time

The end

Launcher Data

Begin job on node115 at 2011-05-15 03:06:13
IDJOB=3371491
IDBENCH=82394
IDSOLVER=1848
FILE ID=node115/3371491-1305421571
RUNJOBID= node115-1305421323-9896
PBS_JOBID= 13324547
Free space on /tmp= 73108 MiB

SOLVER NAME= Plingeling 587f (fixed)
BENCH NAME= SAT11/application/rintanen/SATPlanning/sokoban-sequential-p145-microban-sequential.080-SAT.cnf
COMMAND LINE= plingeling -t NBCORE BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3371491-1305421571/watcher-3371491-1305421571 -o /tmp/evaluation-result-3371491-1305421571/solver-3371491-1305421571 -C 4800 -W 1300 -M 15500  plingeling -t 4 HOME/instance-3371491-1305421571.cnf

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

MD5SUM BENCH= 1ca09a2b911e29894c6603aee8d3e672
RANDOM SEED=669680181

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

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

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


/proc/meminfo:
MemTotal:     32950928 kB
MemFree:      16496780 kB
Buffers:        293248 kB
Cached:        4669632 kB
SwapCached:          0 kB
Active:       13255688 kB
Inactive:      2877168 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32950928 kB
LowFree:      16496780 kB
SwapTotal:    67111528 kB
SwapFree:     67111200 kB
Dirty:           50912 kB
Writeback:           0 kB
AnonPages:    11170044 kB
Mapped:          28500 kB
Slab:           212936 kB
PageTables:      43320 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83586992 kB
Committed_AS: 70863868 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= 73188 MiB
End job on node115 at 2011-05-15 03:26:20