Trace number 3394032

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.3 5009.55

General information on the benchmark

NameCRAFTED/modcircuits/
mod4block_3vars_7gates.cnf
MD5SUMcc925e6de728ca79f6f89379842f14b0
Bench CategoryCRAFTED (crafted instances)
Best result obtained on this benchmarkUNSAT
Best CPU time to get the best result obtained on this benchmark2027.29
Satisfiable
(Un)Satisfiability was proved
Number of variables574
Number of clauses118394
Sum of the clauses size692282
Maximum clause length24
Minimum clause length1
Number of clauses of size 1160
Number of clauses of size 21597
Number of clauses of size 30
Number of clauses of size 41923
Number of clauses of size 57170
Number of clauses of size over 5107544

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-3394032-1306079716/watcher-3394032-1306079716 -o /tmp/evaluation-result-3394032-1306079716/solver-3394032-1306079716 -C 40000 -W 5100 -M 31000 plingeling -t 8 HOME/instance-3394032-1306079716.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.82 8.00 7.98 1/422 16500
/proc/meminfo: memFree=15944028/32951124 swapFree=44485824/67111528
[pid=16500] ppid=16498 vsize=12628 CPUtime=0.01 cores=0-7
/proc/16500/stat : 16500 (plingeling) R 16498 16500 16204 0 -1 4202496 1249 1260 0 0 1 0 0 0 23 0 1 0 719572062 12931072 1180 33554432000 4194304 4417452 140735592160896 18446744073709551615 244446945024 0 0 4096 17442 0 0 0 17 6 0 0 0
/proc/16500/statm: 3157 1180 148 55 0 1043 0

[startup+0.0579591 s]
/proc/loadavg: 7.82 8.00 7.98 1/422 16500
/proc/meminfo: memFree=15944028/32951124 swapFree=44485824/67111528
[pid=16500] ppid=16498 vsize=26468 CPUtime=0.04 cores=0-7
/proc/16500/stat : 16500 (plingeling) R 16498 16500 16204 0 -1 4202496 4709 1260 0 0 4 0 0 0 23 0 1 0 719572062 27103232 4640 33554432000 4194304 4417452 140735592160896 18446744073709551615 4235981 0 0 4096 17442 0 0 0 17 6 0 0 0
/proc/16500/statm: 6617 4640 148 55 0 4503 0
Current children cumulated CPU time (s) 0.04
Current children cumulated vsize (KiB) 26468

[startup+0.100948 s]
/proc/loadavg: 7.82 8.00 7.98 1/422 16500
/proc/meminfo: memFree=15944028/32951124 swapFree=44485824/67111528
[pid=16500] ppid=16498 vsize=34660 CPUtime=0.08 cores=0-7
/proc/16500/stat : 16500 (plingeling) R 16498 16500 16204 0 -1 4202496 6757 1260 0 0 8 0 0 0 23 0 1 0 719572062 35491840 6688 33554432000 4194304 4417452 140735592160896 18446744073709551615 4259849 0 0 4096 17442 0 0 0 17 6 0 0 0
/proc/16500/statm: 8665 6688 148 55 0 6551 0
Current children cumulated CPU time (s) 0.08
Current children cumulated vsize (KiB) 34660

[startup+0.300913 s]
/proc/loadavg: 7.82 8.00 7.98 1/422 16500
/proc/meminfo: memFree=15944028/32951124 swapFree=44485824/67111528
[pid=16500] ppid=16498 vsize=75620 CPUtime=0.29 cores=0-7
/proc/16500/stat : 16500 (plingeling) R 16498 16500 16204 0 -1 4202496 16997 1260 0 0 27 2 0 0 25 0 1 0 719572062 77434880 16928 33554432000 4194304 4417452 140735592160896 18446744073709551615 4231490 0 0 4096 17442 0 0 0 17 6 0 0 0
/proc/16500/statm: 18905 16928 148 55 0 16791 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 75620

[startup+0.700801 s]
/proc/loadavg: 7.82 8.00 7.98 1/422 16500
/proc/meminfo: memFree=15944028/32951124 swapFree=44485824/67111528
[pid=16500] ppid=16498 vsize=212304 CPUtime=3.33 cores=0-7
/proc/16500/stat : 16500 (plingeling) S 16498 16500 16204 0 -1 4202496 17525 1260 0 0 331 2 0 0 25 0 9 0 719572062 217399296 14291 33554432000 4194304 4417452 140735592160896 18446744073709551615 244458747877 0 0 4096 17442 18446744073709551615 0 0 17 4 0 0 0
/proc/16500/statm: 53076 14291 180 55 0 50962 0
Current children cumulated CPU time (s) 3.33
Current children cumulated vsize (KiB) 212304

[startup+1.50065 s]
/proc/loadavg: 7.83 8.00 7.98 9/431 16514
/proc/meminfo: memFree=15906268/32951124 swapFree=44485824/67111528
[pid=16500] ppid=16498 vsize=196108 CPUtime=9.71 cores=0-7
/proc/16500/stat : 16500 (plingeling) S 16498 16500 16204 0 -1 4202496 22023 1260 0 0 968 3 0 0 25 0 9 0 719572062 200814592 10265 33554432000 4194304 4417452 140735592160896 18446744073709551615 244458747877 0 0 4096 17442 18446744073709551615 0 0 17 4 0 0 0
/proc/16500/statm: 49027 10265 180 55 0 46913 0
[pid=16500/tid=16507] ppid=16498 vsize=196108 CPUtime=1.18 cores=0-7
/proc/16500/task/16507/stat : 16507 (plingeling) R 16498 16500 16204 0 -1 4202560 474 1260 0 0 118 0 0 0 19 0 9 0 719572094 200814592 10265 33554432000 4194304 4417452 140735592160896 18446744073709551615 4364533 0 0 4096 17442 0 0 0 -1 1 0 0 0
[pid=16500/tid=16508] ppid=16498 vsize=196108 CPUtime=1.17 cores=0-7
/proc/16500/task/16508/stat : 16508 (plingeling) R 16498 16500 16204 0 -1 4202560 562 1260 0 0 117 0 0 0 25 0 9 0 719572094 200814592 10265 33554432000 4194304 4417452 140735592160896 18446744073709551615 4364756 0 0 4096 17442 0 0 0 -1 6 0 0 0
[pid=16500/tid=16509] ppid=16498 vsize=196108 CPUtime=1.18 cores=0-7
/proc/16500/task/16509/stat : 16509 (plingeling) R 16498 16500 16204 0 -1 4202560 979 1260 0 0 118 0 0 0 25 0 9 0 719572094 200814592 10265 33554432000 4194304 4417452 140735592160896 18446744073709551615 4364727 0 0 4096 17442 0 0 0 -1 0 0 0 0
[pid=16500/tid=16510] ppid=16498 vsize=196108 CPUtime=1.17 cores=0-7
/proc/16500/task/16510/stat : 16510 (plingeling) R 16498 16500 16204 0 -1 4202560 901 1260 0 0 117 0 0 0 19 0 9 0 719572094 200814592 10265 33554432000 4194304 4417452 140735592160896 18446744073709551615 4366065 0 0 4096 17442 0 0 0 -1 3 0 0 0
[pid=16500/tid=16511] ppid=16498 vsize=196108 CPUtime=1.17 cores=0-7
/proc/16500/task/16511/stat : 16511 (plingeling) R 16498 16500 16204 0 -1 4202560 497 1260 0 0 117 0 0 0 25 0 9 0 719572094 200814592 10265 33554432000 4194304 4417452 140735592160896 18446744073709551615 4366264 0 0 4096 17442 0 0 0 -1 2 0 0 0
[pid=16500/tid=16512] ppid=16498 vsize=196108 CPUtime=1.17 cores=0-7
/proc/16500/task/16512/stat : 16512 (plingeling) R 16498 16500 16204 0 -1 4202560 313 1260 0 0 117 0 0 0 25 0 9 0 719572094 200814592 10265 33554432000 4194304 4417452 140735592160896 18446744073709551615 4237011 0 0 4096 17442 0 0 0 -1 4 0 0 0
[pid=16500/tid=16513] ppid=16498 vsize=196108 CPUtime=1.17 cores=0-7
/proc/16500/task/16513/stat : 16513 (plingeling) R 16498 16500 16204 0 -1 4202560 1007 1260 0 0 117 0 0 0 25 0 9 0 719572095 200814592 10265 33554432000 4194304 4417452 140735592160896 18446744073709551615 4364583 0 0 4096 17442 0 0 0 -1 5 0 0 0
[pid=16500/tid=16514] ppid=16498 vsize=196108 CPUtime=1.15 cores=0-7
/proc/16500/task/16514/stat : 16514 (plingeling) R 16498 16500 16204 0 -1 4202560 276 1260 0 0 115 0 0 0 25 0 9 0 719572096 200814592 10265 33554432000 4194304 4417452 140735592160896 18446744073709551615 4251148 0 0 4096 17442 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 9.71
Current children cumulated vsize (KiB) 196108

[startup+3.10035 s]
/proc/loadavg: 7.83 8.00 7.98 9/431 16514
/proc/meminfo: memFree=15898952/32951124 swapFree=44485824/67111528
[pid=16500] ppid=16498 vsize=202128 CPUtime=22.49 cores=0-7
/proc/16500/stat : 16500 (plingeling) S 16498 16500 16204 0 -1 4202496 32539 1260 0 0 2243 6 0 0 25 0 9 0 719572062 206979072 11740 33554432000 4194304 4417452 140735592160896 18446744073709551615 244458747877 0 0 4096 17442 18446744073709551615 0 0 17 4 0 0 0
/proc/16500/statm: 50532 11740 180 55 0 48418 0
[pid=16500/tid=16507] ppid=16498 vsize=202128 CPUtime=2.77 cores=0-7
/proc/16500/task/16507/stat : 16507 (plingeling) R 16498 16500 16204 0 -1 4202560 1868 1260 0 0 277 0 0 0 23 0 9 0 719572094 206979072 11740 33554432000 4194304 4417452 140735592160896 18446744073709551615 4277864 0 0 4096 17442 0 0 0 -1 1 0 0 0
[pid=16500/tid=16508] ppid=16498 vsize=202128 CPUtime=2.77 cores=0-7
/proc/16500/task/16508/stat : 16508 (plingeling) R 16498 16500 16204 0 -1 4202560 1743 1260 0 0 277 0 0 0 25 0 9 0 719572094 206979072 11740 33554432000 4194304 4417452 140735592160896 18446744073709551615 4364907 0 0 4096 17442 0 0 0 -1 6 0 0 0
[pid=16500/tid=16509] ppid=16498 vsize=202128 CPUtime=2.77 cores=0-7
/proc/16500/task/16509/stat : 16509 (plingeling) R 16498 16500 16204 0 -1 4202560 2340 1260 0 0 277 0 0 0 25 0 9 0 719572094 206979072 11740 33554432000 4194304 4417452 140735592160896 18446744073709551615 4364587 0 0 4096 17442 0 0 0 -1 0 0 0 0
[pid=16500/tid=16510] ppid=16498 vsize=202128 CPUtime=2.77 cores=0-7
/proc/16500/task/16510/stat : 16510 (plingeling) R 16498 16500 16204 0 -1 4202560 2005 1260 0 0 277 0 0 0 23 0 9 0 719572094 206979072 11740 33554432000 4194304 4417452 140735592160896 18446744073709551615 4364817 0 0 4096 17442 0 0 0 -1 3 0 0 0
[pid=16500/tid=16511] ppid=16498 vsize=202128 CPUtime=2.77 cores=0-7
/proc/16500/task/16511/stat : 16511 (plingeling) R 16498 16500 16204 0 -1 4202560 2241 1260 0 0 277 0 0 0 25 0 9 0 719572094 206979072 11740 33554432000 4194304 4417452 140735592160896 18446744073709551615 4365027 0 0 4096 17442 0 0 0 -1 2 0 0 0
[pid=16500/tid=16512] ppid=16498 vsize=202128 CPUtime=2.77 cores=0-7
/proc/16500/task/16512/stat : 16512 (plingeling) R 16498 16500 16204 0 -1 4202560 1860 1260 0 0 276 1 0 0 25 0 9 0 719572094 206979072 11740 33554432000 4194304 4417452 140735592160896 18446744073709551615 4364650 0 0 4096 17442 0 0 0 -1 4 0 0 0
[pid=16500/tid=16513] ppid=16498 vsize=202128 CPUtime=2.76 cores=0-7
/proc/16500/task/16513/stat : 16513 (plingeling) R 16498 16500 16204 0 -1 4202560 2201 1260 0 0 276 0 0 0 25 0 9 0 719572095 206979072 11740 33554432000 4194304 4417452 140735592160896 18446744073709551615 4277847 0 0 4096 17442 0 0 0 -1 5 0 0 0
[pid=16500/tid=16514] ppid=16498 vsize=202128 CPUtime=2.73 cores=0-7
/proc/16500/task/16514/stat : 16514 (plingeling) R 16498 16500 16204 0 -1 4202560 1267 1260 0 0 273 0 0 0 25 0 9 0 719572096 206979072 11740 33554432000 4194304 4417452 140735592160896 18446744073709551615 4365058 0 0 4096 17442 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 22.49
Current children cumulated vsize (KiB) 202128

[startup+6.30076 s]
/proc/loadavg: 7.83 8.00 7.98 9/431 16514
/proc/meminfo: memFree=15896244/32951124 swapFree=44485824/67111528
[pid=16500] ppid=16498 vsize=207156 CPUtime=48.04 cores=0-7
/proc/16500/stat : 16500 (plingeling) S 16498 16500 16204 0 -1 4202496 52198 1260 0 0 4793 11 0 0 25 0 9 0 719572062 212127744 13017 33554432000 4194304 4417452 140735592160896 18446744073709551615 244458747877 0 0 4096 17442 18446744073709551615 0 0 17 4 0 0 0
/proc/16500/statm: 51789 13017 180 55 0 49675 0
[pid=16500/tid=16507] ppid=16498 vsize=207156 CPUtime=5.97 cores=0-7
/proc/16500/task/16507/stat : 16507 (plingeling) R 16498 16500 16204 0 -1 4202560 4231 1260 0 0 597 0 0 0 25 0 9 0 719572094 212127744 13017 33554432000 4194304 4417452 140735592160896 18446744073709551615 4366472 0 0 4096 17442 0 0 0 -1 1 0 0 0
[pid=16500/tid=16508] ppid=16498 vsize=207156 CPUtime=5.97 cores=0-7
/proc/16500/task/16508/stat : 16508 (plingeling) R 16498 16500 16204 0 -1 4202560 4731 1260 0 0 596 1 0 0 25 0 9 0 719572094 212127744 13017 33554432000 4194304 4417452 140735592160896 18446744073709551615 4366051 0 0 4096 17442 0 0 0 -1 6 0 0 0
[pid=16500/tid=16509] ppid=16498 vsize=207156 CPUtime=5.98 cores=0-7
/proc/16500/task/16509/stat : 16509 (plingeling) R 16498 16500 16204 0 -1 4202560 4534 1260 0 0 597 1 0 0 25 0 9 0 719572094 212127744 13017 33554432000 4194304 4417452 140735592160896 18446744073709551615 4364727 0 0 4096 17442 0 0 0 -1 0 0 0 0
[pid=16500/tid=16510] ppid=16498 vsize=207156 CPUtime=5.96 cores=0-7
/proc/16500/task/16510/stat : 16510 (plingeling) R 16498 16500 16204 0 -1 4202560 4150 1260 0 0 596 0 0 0 25 0 9 0 719572094 212127744 13017 33554432000 4194304 4417452 140735592160896 18446744073709551615 4364737 0 0 4096 17442 0 0 0 -1 3 0 0 0
[pid=16500/tid=16511] ppid=16498 vsize=207156 CPUtime=5.97 cores=0-7
/proc/16500/task/16511/stat : 16511 (plingeling) R 16498 16500 16204 0 -1 4202560 4895 1260 0 0 596 1 0 0 25 0 9 0 719572094 212127744 13017 33554432000 4194304 4417452 140735592160896 18446744073709551615 4365050 0 0 4096 17442 0 0 0 -1 2 0 0 0
[pid=16500/tid=16512] ppid=16498 vsize=207156 CPUtime=5.96 cores=0-7
/proc/16500/task/16512/stat : 16512 (plingeling) R 16498 16500 16204 0 -1 4202560 4146 1260 0 0 595 1 0 0 25 0 9 0 719572094 212127744 13017 33554432000 4194304 4417452 140735592160896 18446744073709551615 4199406 0 0 4096 17442 0 0 0 -1 4 0 0 0
[pid=16500/tid=16513] ppid=16498 vsize=207156 CPUtime=5.96 cores=0-7
/proc/16500/task/16513/stat : 16513 (plingeling) R 16498 16500 16204 0 -1 4202560 4722 1260 0 0 596 0 0 0 25 0 9 0 719572095 212127744 13017 33554432000 4194304 4417452 140735592160896 18446744073709551615 4364650 0 0 4096 17442 0 0 0 -1 5 0 0 0
[pid=16500/tid=16514] ppid=16498 vsize=207156 CPUtime=5.88 cores=0-7
/proc/16500/task/16514/stat : 16514 (plingeling) R 16498 16500 16204 0 -1 4202560 3775 1260 0 0 588 0 0 0 25 0 9 0 719572096 212127744 13017 33554432000 4194304 4417452 140735592160896 18446744073709551615 4365058 0 0 4096 17442 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 48.04
Current children cumulated vsize (KiB) 207156

[startup+12.7006 s]
/proc/loadavg: 7.86 8.00 7.98 9/431 16514
/proc/meminfo: memFree=15873208/32951124 swapFree=44485824/67111528
[pid=16500] ppid=16498 vsize=224056 CPUtime=99.15 cores=0-7
/proc/16500/stat : 16500 (plingeling) S 16498 16500 16204 0 -1 4202496 85203 1260 0 0 9898 17 0 0 25 0 9 0 719572062 229433344 17219 33554432000 4194304 4417452 140735592160896 18446744073709551615 244458747877 0 0 4096 17442 18446744073709551615 0 0 17 4 0 0 0
/proc/16500/statm: 56014 17219 180 55 0 53900 0
[pid=16500/tid=16507] ppid=16498 vsize=224056 CPUtime=12.37 cores=0-7
/proc/16500/task/16507/stat : 16507 (plingeling) R 16498 16500 16204 0 -1 4202560 8060 1260 0 0 1236 1 0 0 25 0 9 0 719572094 229433344 17219 33554432000 4194304 4417452 140735592160896 18446744073709551615 4353636 0 0 4096 17442 0 0 0 -1 1 0 0 0
[pid=16500/tid=16508] ppid=16498 vsize=224056 CPUtime=12.38 cores=0-7
/proc/16500/task/16508/stat : 16508 (plingeling) R 16498 16500 16204 0 -1 4202560 8803 1260 0 0 1236 2 0 0 25 0 9 0 719572094 229433344 17219 33554432000 4194304 4417452 140735592160896 18446744073709551615 4364579 0 0 4096 17442 0 0 0 -1 6 0 0 0
[pid=16500/tid=16509] ppid=16498 vsize=224056 CPUtime=12.38 cores=0-7
/proc/16500/task/16509/stat : 16509 (plingeling) R 16498 16500 16204 0 -1 4202560 9302 1260 0 0 1236 2 0 0 25 0 9 0 719572094 229433344 17219 33554432000 4194304 4417452 140735592160896 18446744073709551615 4305920 0 0 4096 17442 0 0 0 -1 0 0 0 0
[pid=16500/tid=16510] ppid=16498 vsize=224056 CPUtime=12.37 cores=0-7
/proc/16500/task/16510/stat : 16510 (plingeling) R 16498 16500 16204 0 -1 4202560 7311 1260 0 0 1236 1 0 0 25 0 9 0 719572094 229433344 17219 33554432000 4194304 4417452 140735592160896 18446744073709551615 4364555 0 0 4096 17442 0 0 0 -1 3 0 0 0
[pid=16500/tid=16511] ppid=16498 vsize=224056 CPUtime=12.37 cores=0-7
/proc/16500/task/16511/stat : 16511 (plingeling) R 16498 16500 16204 0 -1 4202560 8481 1260 0 0 1235 2 0 0 25 0 9 0 719572094 229433344 17219 33554432000 4194304 4417452 140735592160896 18446744073709551615 4364807 0 0 4096 17442 0 0 0 -1 2 0 0 0
[pid=16500/tid=16512] ppid=16498 vsize=224056 CPUtime=12.35 cores=0-7
/proc/16500/task/16512/stat : 16512 (plingeling) R 16498 16500 16204 0 -1 4202560 7876 1260 0 0 1234 1 0 0 25 0 9 0 719572094 229433344 17219 33554432000 4194304 4417452 140735592160896 18446744073709551615 4364727 0 0 4096 17442 0 0 0 -1 4 0 0 0
[pid=16500/tid=16513] ppid=16498 vsize=224056 CPUtime=12.36 cores=0-7
/proc/16500/task/16513/stat : 16513 (plingeling) R 16498 16500 16204 0 -1 4202560 9366 1260 0 0 1235 1 0 0 25 0 9 0 719572095 229433344 17219 33554432000 4194304 4417452 140735592160896 18446744073709551615 4236732 0 0 4096 17442 0 0 0 -1 5 0 0 0
[pid=16500/tid=16514] ppid=16498 vsize=224056 CPUtime=12.19 cores=0-7
/proc/16500/task/16514/stat : 16514 (plingeling) R 16498 16500 16204 0 -1 4202560 8990 1260 0 0 1218 1 0 0 25 0 9 0 719572096 229433344 17219 33554432000 4194304 4417452 140735592160896 18446744073709551615 4364550 0 0 4096 17442 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 99.15
Current children cumulated vsize (KiB) 224056

[startup+25.5012 s]
/proc/loadavg: 7.88 8.00 7.98 9/431 16514
/proc/meminfo: memFree=15841648/32951124 swapFree=44485824/67111528
[pid=16500] ppid=16498 vsize=261344 CPUtime=201.38 cores=0-7
/proc/16500/stat : 16500 (plingeling) S 16498 16500 16204 0 -1 4202496 132625 1260 0 0 20110 28 0 0 25 0 9 0 719572062 267616256 26440 33554432000 4194304 4417452 140735592160896 18446744073709551615 244458747877 0 0 4096 17442 18446744073709551615 0 0 17 4 0 0 0
/proc/16500/statm: 65336 26440 180 55 0 63222 0
[pid=16500/tid=16507] ppid=16498 vsize=261344 CPUtime=25.18 cores=0-7
/proc/16500/task/16507/stat : 16507 (plingeling) R 16498 16500 16204 0 -1 4202560 13509 1260 0 0 2515 3 0 0 25 0 9 0 719572094 267616256 26440 33554432000 4194304 4417452 140735592160896 18446744073709551615 4357024 0 0 4096 17442 0 0 0 -1 1 0 0 0
[pid=16500/tid=16508] ppid=16498 vsize=261344 CPUtime=25.17 cores=0-7
/proc/16500/task/16508/stat : 16508 (plingeling) R 16498 16500 16204 0 -1 4202560 14015 1260 0 0 2515 2 0 0 25 0 9 0 719572094 267616256 26440 33554432000 4194304 4417452 140735592160896 18446744073709551615 4364650 0 0 4096 17442 0 0 0 -1 6 0 0 0
[pid=16500/tid=16509] ppid=16498 vsize=261344 CPUtime=25.17 cores=0-7
/proc/16500/task/16509/stat : 16509 (plingeling) R 16498 16500 16204 0 -1 4202560 16206 1260 0 0 2514 3 0 0 25 0 9 0 719572094 267616256 26440 33554432000 4194304 4417452 140735592160896 18446744073709551615 4364604 0 0 4096 17442 0 0 0 -1 0 0 0 0
[pid=16500/tid=16510] ppid=16498 vsize=261344 CPUtime=25.17 cores=0-7
/proc/16500/task/16510/stat : 16510 (plingeling) R 16498 16500 16204 0 -1 4202560 13031 1260 0 0 2514 3 0 0 25 0 9 0 719572094 267616256 26440 33554432000 4194304 4417452 140735592160896 18446744073709551615 4251167 0 0 4096 17442 0 0 0 -1 3 0 0 0
[pid=16500/tid=16511] ppid=16498 vsize=261344 CPUtime=25.17 cores=0-7
/proc/16500/task/16511/stat : 16511 (plingeling) R 16498 16500 16204 0 -1 4202560 15657 1260 0 0 2513 4 0 0 25 0 9 0 719572094 267616256 26440 33554432000 4194304 4417452 140735592160896 18446744073709551615 4354701 0 0 4096 17442 0 0 0 -1 2 0 0 0
[pid=16500/tid=16512] ppid=16498 vsize=261344 CPUtime=25.15 cores=0-7
/proc/16500/task/16512/stat : 16512 (plingeling) R 16498 16500 16204 0 -1 4202560 12787 1260 0 0 2513 2 0 0 25 0 9 0 719572094 267616256 26440 33554432000 4194304 4417452 140735592160896 18446744073709551615 4364907 0 0 4096 17442 0 0 0 -1 4 0 0 0
[pid=16500/tid=16513] ppid=16498 vsize=261344 CPUtime=25.17 cores=0-7
/proc/16500/task/16513/stat : 16513 (plingeling) R 16498 16500 16204 0 -1 4202560 17078 1260 0 0 2514 3 0 0 25 0 9 0 719572095 267616256 26440 33554432000 4194304 4417452 140735592160896 18446744073709551615 4364533 0 0 4096 17442 0 0 0 -1 5 0 0 0
[pid=16500/tid=16514] ppid=16498 vsize=261344 CPUtime=24.81 cores=0-7
/proc/16500/task/16514/stat : 16514 (plingeling) R 16498 16500 16204 0 -1 4202560 13328 1260 0 0 2479 2 0 0 25 0 9 0 719572096 267616256 26440 33554432000 4194304 4417452 140735592160896 18446744073709551615 4364907 0 0 4096 17442 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 201.38
Current children cumulated vsize (KiB) 261344

[startup+51.1004 s]
/proc/loadavg: 7.99 8.01 7.99 9/431 16515
/proc/meminfo: memFree=15750212/32951124 swapFree=44485824/67111528
[pid=16500] ppid=16498 vsize=362860 CPUtime=405.83 cores=0-7
/proc/16500/stat : 16500 (plingeling) S 16498 16500 16204 0 -1 4202496 215818 1260 0 0 40538 45 0 0 25 0 9 0 719572062 371568640 51921 33554432000 4194304 4417452 140735592160896 18446744073709551615 244458747877 0 0 4096 17442 18446744073709551615 0 0 17 4 0 0 0
/proc/16500/statm: 90715 51921 180 55 0 88601 0
[pid=16500/tid=16507] ppid=16498 vsize=362860 CPUtime=50.78 cores=0-7
/proc/16500/task/16507/stat : 16507 (plingeling) R 16498 16500 16204 0 -1 4202560 23883 1260 0 0 5073 5 0 0 25 0 9 0 719572094 371568640 51921 33554432000 4194304 4417452 140735592160896 18446744073709551615 4366099 0 0 4096 17442 0 0 0 -1 1 0 0 0
[pid=16500/tid=16508] ppid=16498 vsize=362860 CPUtime=50.77 cores=0-7
/proc/16500/task/16508/stat : 16508 (plingeling) R 16498 16500 16204 0 -1 4202560 24423 1260 0 0 5073 4 0 0 25 0 9 0 719572094 371568640 51921 33554432000 4194304 4417452 140735592160896 18446744073709551615 4364641 0 0 4096 17442 0 0 0 -1 6 0 0 0
[pid=16500/tid=16509] ppid=16498 vsize=362860 CPUtime=50.77 cores=0-7

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


[startup+4722.32 s]
/proc/loadavg: 8.08 8.09 8.04 9/431 16664
/proc/meminfo: memFree=12901052/32951124 swapFree=44485824/67111528
[pid=16500] ppid=16498 vsize=3196228 CPUtime=37707.4 cores=0-7
/proc/16500/stat : 16500 (plingeling) S 16498 16500 16204 0 -1 4202496 3886502 1260 0 0 3769969 768 0 0 25 0 9 0 719572062 3272937472 759486 33554432000 4194304 4417452 140735592160896 18446744073709551615 244458747877 0 0 4096 17442 18446744073709551615 0 0 17 4 0 0 0
/proc/16500/statm: 799057 759486 180 55 0 796943 0
[pid=16500/tid=16507] ppid=16498 vsize=3196228 CPUtime=4721.47 cores=0-7
/proc/16500/task/16507/stat : 16507 (plingeling) R 16498 16500 16204 0 -1 4202560 607106 1260 0 0 472023 124 0 0 25 0 9 0 719572094 3272937472 759486 33554432000 4194304 4417452 140735592160896 18446744073709551615 4364579 0 0 4096 17442 0 0 0 -1 1 0 0 0
[pid=16500/tid=16508] ppid=16498 vsize=3196228 CPUtime=4722.02 cores=0-7
/proc/16500/task/16508/stat : 16508 (plingeling) R 16498 16500 16204 0 -1 4202560 449830 1260 0 0 472132 70 0 0 25 0 9 0 719572094 3272937472 759486 33554432000 4194304 4417452 140735592160896 18446744073709551615 4364629 0 0 4096 17442 0 0 0 -1 6 0 0 0
[pid=16500/tid=16509] ppid=16498 vsize=3196228 CPUtime=4721.8 cores=0-7
/proc/16500/task/16509/stat : 16509 (plingeling) R 16498 16500 16204 0 -1 4202560 480811 1260 0 0 472070 110 0 0 25 0 9 0 719572094 3272937472 759486 33554432000 4194304 4417452 140735592160896 18446744073709551615 4364727 0 0 4096 17442 0 0 0 -1 0 0 0 0
[pid=16500/tid=16510] ppid=16498 vsize=3196228 CPUtime=4722.15 cores=0-7
/proc/16500/task/16510/stat : 16510 (plingeling) R 16498 16500 16204 0 -1 4202560 236628 1260 0 0 472170 45 0 0 25 0 9 0 719572094 3272937472 759486 33554432000 4194304 4417452 140735592160896 18446744073709551615 4364645 0 0 4096 17442 0 0 0 -1 3 0 0 0
[pid=16500/tid=16511] ppid=16498 vsize=3196228 CPUtime=4721.41 cores=0-7
/proc/16500/task/16511/stat : 16511 (plingeling) R 16498 16500 16204 0 -1 4202560 471768 1260 0 0 472044 97 0 0 25 0 9 0 719572094 3272937472 759486 33554432000 4194304 4417452 140735592160896 18446744073709551615 4364621 0 0 4096 17442 0 0 0 -1 2 0 0 0
[pid=16500/tid=16512] ppid=16498 vsize=3196228 CPUtime=4721.07 cores=0-7
/proc/16500/task/16512/stat : 16512 (plingeling) R 16498 16500 16204 0 -1 4202560 635010 1260 0 0 471996 111 0 0 25 0 9 0 719572094 3272937472 759486 33554432000 4194304 4417452 140735592160896 18446744073709551615 4364579 0 0 4096 17442 0 0 0 -1 4 0 0 0
[pid=16500/tid=16513] ppid=16498 vsize=3196228 CPUtime=4722.14 cores=0-7
/proc/16500/task/16513/stat : 16513 (plingeling) R 16498 16500 16204 0 -1 4202560 524298 1260 0 0 472108 106 0 0 25 0 9 0 719572095 3272937472 759486 33554432000 4194304 4417452 140735592160896 18446744073709551615 4364727 0 0 4096 17442 0 0 0 -1 5 0 0 0
[pid=16500/tid=16514] ppid=16498 vsize=3196228 CPUtime=4654.92 cores=0-7
/proc/16500/task/16514/stat : 16514 (plingeling) R 16498 16500 16204 0 -1 4202560 464037 1260 0 0 465392 100 0 0 25 0 9 0 719572096 3272937472 759486 33554432000 4194304 4417452 140735592160896 18446744073709551615 4364645 0 0 4096 17442 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 37707.4
Current children cumulated vsize (KiB) 3196228

[startup+4782.3 s]
/proc/loadavg: 8.08 8.09 8.04 9/431 16665
/proc/meminfo: memFree=12901024/32951124 swapFree=44485824/67111528
[pid=16500] ppid=16498 vsize=3196228 CPUtime=38186.4 cores=0-7
/proc/16500/stat : 16500 (plingeling) S 16498 16500 16204 0 -1 4202496 3886502 1260 0 0 3817869 768 0 0 25 0 9 0 719572062 3272937472 759486 33554432000 4194304 4417452 140735592160896 18446744073709551615 244458747877 0 0 4096 17442 18446744073709551615 0 0 17 4 0 0 0
/proc/16500/statm: 799057 759486 180 55 0 796943 0
[pid=16500/tid=16507] ppid=16498 vsize=3196228 CPUtime=4781.46 cores=0-7
/proc/16500/task/16507/stat : 16507 (plingeling) R 16498 16500 16204 0 -1 4202560 607106 1260 0 0 478022 124 0 0 25 0 9 0 719572094 3272937472 759486 33554432000 4194304 4417452 140735592160896 18446744073709551615 4366472 0 0 4096 17442 0 0 0 -1 1 0 0 0
[pid=16500/tid=16508] ppid=16498 vsize=3196228 CPUtime=4782.01 cores=0-7
/proc/16500/task/16508/stat : 16508 (plingeling) R 16498 16500 16204 0 -1 4202560 449830 1260 0 0 478131 70 0 0 25 0 9 0 719572094 3272937472 759486 33554432000 4194304 4417452 140735592160896 18446744073709551615 4364641 0 0 4096 17442 0 0 0 -1 6 0 0 0
[pid=16500/tid=16509] ppid=16498 vsize=3196228 CPUtime=4781.79 cores=0-7
/proc/16500/task/16509/stat : 16509 (plingeling) R 16498 16500 16204 0 -1 4202560 480811 1260 0 0 478069 110 0 0 25 0 9 0 719572094 3272937472 759486 33554432000 4194304 4417452 140735592160896 18446744073709551615 4366385 0 0 4096 17442 0 0 0 -1 0 0 0 0
[pid=16500/tid=16510] ppid=16498 vsize=3196228 CPUtime=4782.14 cores=0-7
/proc/16500/task/16510/stat : 16510 (plingeling) R 16498 16500 16204 0 -1 4202560 236628 1260 0 0 478169 45 0 0 25 0 9 0 719572094 3272937472 759486 33554432000 4194304 4417452 140735592160896 18446744073709551615 4364727 0 0 4096 17442 0 0 0 -1 3 0 0 0
[pid=16500/tid=16511] ppid=16498 vsize=3196228 CPUtime=4781.39 cores=0-7
/proc/16500/task/16511/stat : 16511 (plingeling) R 16498 16500 16204 0 -1 4202560 471768 1260 0 0 478042 97 0 0 25 0 9 0 719572094 3272937472 759486 33554432000 4194304 4417452 140735592160896 18446744073709551615 4364727 0 0 4096 17442 0 0 0 -1 2 0 0 0
[pid=16500/tid=16512] ppid=16498 vsize=3196228 CPUtime=4781.03 cores=0-7
/proc/16500/task/16512/stat : 16512 (plingeling) R 16498 16500 16204 0 -1 4202560 635010 1260 0 0 477992 111 0 0 25 0 9 0 719572094 3272937472 759486 33554432000 4194304 4417452 140735592160896 18446744073709551615 4364727 0 0 4096 17442 0 0 0 -1 4 0 0 0
[pid=16500/tid=16513] ppid=16498 vsize=3196228 CPUtime=4782.13 cores=0-7
/proc/16500/task/16513/stat : 16513 (plingeling) R 16498 16500 16204 0 -1 4202560 524298 1260 0 0 478107 106 0 0 25 0 9 0 719572095 3272937472 759486 33554432000 4194304 4417452 140735592160896 18446744073709551615 4364727 0 0 4096 17442 0 0 0 -1 5 0 0 0
[pid=16500/tid=16514] ppid=16498 vsize=3196228 CPUtime=4714.04 cores=0-7
/proc/16500/task/16514/stat : 16514 (plingeling) R 16498 16500 16204 0 -1 4202560 464037 1260 0 0 471304 100 0 0 25 0 9 0 719572096 3272937472 759486 33554432000 4194304 4417452 140735592160896 18446744073709551615 4364621 0 0 4096 17442 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 38186.4
Current children cumulated vsize (KiB) 3196228

[startup+4842.3 s]
/proc/loadavg: 8.12 8.10 8.05 9/431 16667
/proc/meminfo: memFree=12838260/32951124 swapFree=44485824/67111528
[pid=16500] ppid=16498 vsize=3259912 CPUtime=38665.5 cores=0-7
/proc/16500/stat : 16500 (plingeling) S 16498 16500 16204 0 -1 4202496 3929944 1260 0 0 3865768 781 0 0 25 0 9 0 719572062 3338149888 775407 33554432000 4194304 4417452 140735592160896 18446744073709551615 244458747877 0 0 4096 17442 18446744073709551615 0 0 17 4 0 0 0
/proc/16500/statm: 814978 775407 180 55 0 812864 0
[pid=16500/tid=16507] ppid=16498 vsize=3259912 CPUtime=4841.46 cores=0-7
/proc/16500/task/16507/stat : 16507 (plingeling) R 16498 16500 16204 0 -1 4202560 607106 1260 0 0 484022 124 0 0 25 0 9 0 719572094 3338149888 775407 33554432000 4194304 4417452 140735592160896 18446744073709551615 4364555 0 0 4096 17442 0 0 0 -1 1 0 0 0
[pid=16500/tid=16508] ppid=16498 vsize=3259912 CPUtime=4842.01 cores=0-7
/proc/16500/task/16508/stat : 16508 (plingeling) R 16498 16500 16204 0 -1 4202560 449830 1260 0 0 484131 70 0 0 25 0 9 0 719572094 3338149888 775407 33554432000 4194304 4417452 140735592160896 18446744073709551615 4364629 0 0 4096 17442 0 0 0 -1 6 0 0 0
[pid=16500/tid=16509] ppid=16498 vsize=3259912 CPUtime=4841.79 cores=0-7
/proc/16500/task/16509/stat : 16509 (plingeling) R 16498 16500 16204 0 -1 4202560 480811 1260 0 0 484069 110 0 0 25 0 9 0 719572094 3338149888 775407 33554432000 4194304 4417452 140735592160896 18446744073709551615 4364727 0 0 4096 17442 0 0 0 -1 0 0 0 0
[pid=16500/tid=16510] ppid=16498 vsize=3259912 CPUtime=4842.14 cores=0-7
/proc/16500/task/16510/stat : 16510 (plingeling) R 16498 16500 16204 0 -1 4202560 236628 1260 0 0 484169 45 0 0 25 0 9 0 719572094 3338149888 775407 33554432000 4194304 4417452 140735592160896 18446744073709551615 4364727 0 0 4096 17442 0 0 0 -1 3 0 0 0
[pid=16500/tid=16511] ppid=16498 vsize=3259912 CPUtime=4841.39 cores=0-7
/proc/16500/task/16511/stat : 16511 (plingeling) R 16498 16500 16204 0 -1 4202560 515210 1260 0 0 484030 109 0 0 25 0 9 0 719572094 3338149888 775407 33554432000 4194304 4417452 140735592160896 18446744073709551615 4364727 0 0 4096 17442 0 0 0 -1 2 0 0 0
[pid=16500/tid=16512] ppid=16498 vsize=3259912 CPUtime=4841.03 cores=0-7
/proc/16500/task/16512/stat : 16512 (plingeling) R 16498 16500 16204 0 -1 4202560 635010 1260 0 0 483992 111 0 0 25 0 9 0 719572094 3338149888 775407 33554432000 4194304 4417452 140735592160896 18446744073709551615 4364727 0 0 4096 17442 0 0 0 -1 4 0 0 0
[pid=16500/tid=16513] ppid=16498 vsize=3259912 CPUtime=4842.13 cores=0-7
/proc/16500/task/16513/stat : 16513 (plingeling) R 16498 16500 16204 0 -1 4202560 524298 1260 0 0 484107 106 0 0 25 0 9 0 719572095 3338149888 775407 33554432000 4194304 4417452 140735592160896 18446744073709551615 4364727 0 0 4096 17442 0 0 0 -1 5 0 0 0
[pid=16500/tid=16514] ppid=16498 vsize=3259912 CPUtime=4773.16 cores=0-7
/proc/16500/task/16514/stat : 16514 (plingeling) R 16498 16500 16204 0 -1 4202560 464037 1260 0 0 477216 100 0 0 25 0 9 0 719572096 3338149888 775407 33554432000 4194304 4417452 140735592160896 18446744073709551615 4365075 0 0 4096 17442 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 38665.5
Current children cumulated vsize (KiB) 3259912

[startup+4902.3 s]
/proc/loadavg: 8.04 8.08 8.04 9/431 16668
/proc/meminfo: memFree=12829924/32951124 swapFree=44485824/67111528
[pid=16500] ppid=16498 vsize=3268896 CPUtime=39144.6 cores=0-7
/proc/16500/stat : 16500 (plingeling) S 16498 16500 16204 0 -1 4202496 3932190 1260 0 0 3913682 781 0 0 25 0 9 0 719572062 3347349504 777653 33554432000 4194304 4417452 140735592160896 18446744073709551615 244458747877 0 0 4096 17442 18446744073709551615 0 0 17 4 0 0 0
/proc/16500/statm: 817224 777653 180 55 0 815110 0
[pid=16500/tid=16507] ppid=16498 vsize=3268896 CPUtime=4901.46 cores=0-7
/proc/16500/task/16507/stat : 16507 (plingeling) R 16498 16500 16204 0 -1 4202560 607106 1260 0 0 490022 124 0 0 25 0 9 0 719572094 3347349504 777653 33554432000 4194304 4417452 140735592160896 18446744073709551615 4364727 0 0 4096 17442 0 0 0 -1 1 0 0 0
[pid=16500/tid=16508] ppid=16498 vsize=3268896 CPUtime=4902 cores=0-7
/proc/16500/task/16508/stat : 16508 (plingeling) R 16498 16500 16204 0 -1 4202560 452076 1260 0 0 490130 70 0 0 25 0 9 0 719572094 3347349504 777653 33554432000 4194304 4417452 140735592160896 18446744073709551615 4364594 0 0 4096 17442 0 0 0 -1 6 0 0 0
[pid=16500/tid=16509] ppid=16498 vsize=3268896 CPUtime=4901.79 cores=0-7
/proc/16500/task/16509/stat : 16509 (plingeling) R 16498 16500 16204 0 -1 4202560 480811 1260 0 0 490069 110 0 0 25 0 9 0 719572094 3347349504 777653 33554432000 4194304 4417452 140735592160896 18446744073709551615 4364564 0 0 4096 17442 0 0 0 -1 0 0 0 0
[pid=16500/tid=16510] ppid=16498 vsize=3268896 CPUtime=4902.14 cores=0-7
/proc/16500/task/16510/stat : 16510 (plingeling) R 16498 16500 16204 0 -1 4202560 236628 1260 0 0 490169 45 0 0 25 0 9 0 719572094 3347349504 777653 33554432000 4194304 4417452 140735592160896 18446744073709551615 4364817 0 0 4096 17442 0 0 0 -1 3 0 0 0
[pid=16500/tid=16511] ppid=16498 vsize=3268896 CPUtime=4901.39 cores=0-7
/proc/16500/task/16511/stat : 16511 (plingeling) R 16498 16500 16204 0 -1 4202560 515210 1260 0 0 490030 109 0 0 25 0 9 0 719572094 3347349504 777653 33554432000 4194304 4417452 140735592160896 18446744073709551615 4364632 0 0 4096 17442 0 0 0 -1 2 0 0 0
[pid=16500/tid=16512] ppid=16498 vsize=3268896 CPUtime=4901.02 cores=0-7
/proc/16500/task/16512/stat : 16512 (plingeling) R 16498 16500 16204 0 -1 4202560 635010 1260 0 0 489991 111 0 0 25 0 9 0 719572094 3347349504 777653 33554432000 4194304 4417452 140735592160896 18446744073709551615 4364727 0 0 4096 17442 0 0 0 -1 4 0 0 0
[pid=16500/tid=16513] ppid=16498 vsize=3268896 CPUtime=4902.13 cores=0-7
/proc/16500/task/16513/stat : 16513 (plingeling) R 16498 16500 16204 0 -1 4202560 524298 1260 0 0 490107 106 0 0 25 0 9 0 719572095 3347349504 777653 33554432000 4194304 4417452 140735592160896 18446744073709551615 4364634 0 0 4096 17442 0 0 0 -1 5 0 0 0
[pid=16500/tid=16514] ppid=16498 vsize=3268896 CPUtime=4832.3 cores=0-7
/proc/16500/task/16514/stat : 16514 (plingeling) R 16498 16500 16204 0 -1 4202560 464037 1260 0 0 483130 100 0 0 25 0 9 0 719572096 3347349504 777653 33554432000 4194304 4417452 140735592160896 18446744073709551615 4364727 0 0 4096 17442 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 39144.6
Current children cumulated vsize (KiB) 3268896

[startup+4962.3 s]
/proc/loadavg: 8.01 8.06 8.04 9/431 16670
/proc/meminfo: memFree=12777204/32951124 swapFree=44485824/67111528
[pid=16500] ppid=16498 vsize=3320980 CPUtime=39623.8 cores=0-7
/proc/16500/stat : 16500 (plingeling) S 16498 16500 16204 0 -1 4202496 3971549 1260 0 0 3961589 787 0 0 25 0 9 0 719572062 3400683520 790726 33554432000 4194304 4417452 140735592160896 18446744073709551615 244458747877 0 0 4096 17442 18446744073709551615 0 0 17 4 0 0 0
/proc/16500/statm: 830245 790726 180 55 0 828131 0
[pid=16500/tid=16507] ppid=16498 vsize=3320980 CPUtime=4961.47 cores=0-7
/proc/16500/task/16507/stat : 16507 (plingeling) R 16498 16500 16204 0 -1 4202560 607106 1260 0 0 496023 124 0 0 25 0 9 0 719572094 3400683520 790726 33554432000 4194304 4417452 140735592160896 18446744073709551615 4364533 0 0 4096 17442 0 0 0 -1 1 0 0 0
[pid=16500/tid=16508] ppid=16498 vsize=3320980 CPUtime=4962.01 cores=0-7
/proc/16500/task/16508/stat : 16508 (plingeling) R 16498 16500 16204 0 -1 4202560 452076 1260 0 0 496131 70 0 0 25 0 9 0 719572094 3400683520 790726 33554432000 4194304 4417452 140735592160896 18446744073709551615 4364835 0 0 4096 17442 0 0 0 -1 6 0 0 0
[pid=16500/tid=16509] ppid=16498 vsize=3320980 CPUtime=4961.79 cores=0-7
/proc/16500/task/16509/stat : 16509 (plingeling) R 16498 16500 16204 0 -1 4202560 480811 1260 0 0 496069 110 0 0 25 0 9 0 719572094 3400683520 790726 33554432000 4194304 4417452 140735592160896 18446744073709551615 4366472 0 0 4096 17442 0 0 0 -1 0 0 0 0
[pid=16500/tid=16510] ppid=16498 vsize=3320980 CPUtime=4962.14 cores=0-7
/proc/16500/task/16510/stat : 16510 (plingeling) R 16498 16500 16204 0 -1 4202560 238609 1260 0 0 496169 45 0 0 25 0 9 0 719572094 3400683520 790726 33554432000 4194304 4417452 140735592160896 18446744073709551615 4364533 0 0 4096 17442 0 0 0 -1 3 0 0 0
[pid=16500/tid=16511] ppid=16498 vsize=3320980 CPUtime=4961.39 cores=0-7
/proc/16500/task/16511/stat : 16511 (plingeling) R 16498 16500 16204 0 -1 4202560 515210 1260 0 0 496030 109 0 0 25 0 9 0 719572094 3400683520 790726 33554432000 4194304 4417452 140735592160896 18446744073709551615 4366385 0 0 4096 17442 0 0 0 -1 2 0 0 0
[pid=16500/tid=16512] ppid=16498 vsize=3320980 CPUtime=4961 cores=0-7
/proc/16500/task/16512/stat : 16512 (plingeling) R 16498 16500 16204 0 -1 4202560 635010 1260 0 0 495989 111 0 0 25 0 9 0 719572094 3400683520 790726 33554432000 4194304 4417452 140735592160896 18446744073709551615 4364727 0 0 4096 17442 0 0 0 -1 4 0 0 0
[pid=16500/tid=16513] ppid=16498 vsize=3320980 CPUtime=4962.14 cores=0-7
/proc/16500/task/16513/stat : 16513 (plingeling) R 16498 16500 16204 0 -1 4202560 524298 1260 0 0 496108 106 0 0 25 0 9 0 719572095 3400683520 790726 33554432000 4194304 4417452 140735592160896 18446744073709551615 4366051 0 0 4096 17442 0 0 0 -1 5 0 0 0
[pid=16500/tid=16514] ppid=16498 vsize=3320980 CPUtime=4891.42 cores=0-7
/proc/16500/task/16514/stat : 16514 (plingeling) R 16498 16500 16204 0 -1 4202560 501415 1260 0 0 489037 105 0 0 25 0 9 0 719572096 3400683520 790726 33554432000 4194304 4417452 140735592160896 18446744073709551615 4364727 0 0 4096 17442 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 39623.8
Current children cumulated vsize (KiB) 3320980



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+5009.42 s]
/proc/loadavg: 8.00 8.05 8.03 9/431 16671
/proc/meminfo: memFree=12776928/32951124 swapFree=44485824/67111528
[pid=16500] ppid=16498 vsize=3320980 CPUtime=40000.1 cores=0-7
/proc/16500/stat : 16500 (plingeling) S 16498 16500 16204 0 -1 4202496 3971549 1260 0 0 3999223 788 0 0 25 0 9 0 719572062 3400683520 790726 33554432000 4194304 4417452 140735592160896 18446744073709551615 244458747877 0 0 4096 17442 18446744073709551615 0 0 17 4 0 0 0
/proc/16500/statm: 830245 790726 180 55 0 828131 0
[pid=16500/tid=16507] ppid=16498 vsize=3320980 CPUtime=5008.6 cores=0-7
/proc/16500/task/16507/stat : 16507 (plingeling) R 16498 16500 16204 0 -1 4202560 607106 1260 0 0 500736 124 0 0 25 0 9 0 719572094 3400683520 790726 33554432000 4194304 4417452 140735592160896 18446744073709551615 4364632 0 0 4096 17442 0 0 0 -1 1 0 0 0
[pid=16500/tid=16508] ppid=16498 vsize=3320980 CPUtime=5009.14 cores=0-7
/proc/16500/task/16508/stat : 16508 (plingeling) R 16498 16500 16204 0 -1 4202560 452076 1260 0 0 500844 70 0 0 25 0 9 0 719572094 3400683520 790726 33554432000 4194304 4417452 140735592160896 18446744073709551615 4364594 0 0 4096 17442 0 0 0 -1 6 0 0 0
[pid=16500/tid=16509] ppid=16498 vsize=3320980 CPUtime=5008.93 cores=0-7
/proc/16500/task/16509/stat : 16509 (plingeling) R 16498 16500 16204 0 -1 4202560 480811 1260 0 0 500782 111 0 0 25 0 9 0 719572094 3400683520 790726 33554432000 4194304 4417452 140735592160896 18446744073709551615 4364907 0 0 4096 17442 0 0 0 -1 0 0 0 0
[pid=16500/tid=16510] ppid=16498 vsize=3320980 CPUtime=5009.27 cores=0-7
/proc/16500/task/16510/stat : 16510 (plingeling) R 16498 16500 16204 0 -1 4202560 238609 1260 0 0 500882 45 0 0 25 0 9 0 719572094 3400683520 790726 33554432000 4194304 4417452 140735592160896 18446744073709551615 4364727 0 0 4096 17442 0 0 0 -1 3 0 0 0
[pid=16500/tid=16511] ppid=16498 vsize=3320980 CPUtime=5008.53 cores=0-7
/proc/16500/task/16511/stat : 16511 (plingeling) R 16498 16500 16204 0 -1 4202560 515210 1260 0 0 500744 109 0 0 25 0 9 0 719572094 3400683520 790726 33554432000 4194304 4417452 140735592160896 18446744073709551615 4247520 0 0 4096 17442 0 0 0 -1 2 0 0 0
[pid=16500/tid=16512] ppid=16498 vsize=3320980 CPUtime=5008.12 cores=0-7
/proc/16500/task/16512/stat : 16512 (plingeling) R 16498 16500 16204 0 -1 4202560 635010 1260 0 0 500701 111 0 0 25 0 9 0 719572094 3400683520 790726 33554432000 4194304 4417452 140735592160896 18446744073709551615 4364907 0 0 4096 17442 0 0 0 -1 4 0 0 0
[pid=16500/tid=16513] ppid=16498 vsize=3320980 CPUtime=5009.27 cores=0-7
/proc/16500/task/16513/stat : 16513 (plingeling) R 16498 16500 16204 0 -1 4202560 524298 1260 0 0 500821 106 0 0 25 0 9 0 719572095 3400683520 790726 33554432000 4194304 4417452 140735592160896 18446744073709551615 4365004 0 0 4096 17442 0 0 0 -1 5 0 0 0
[pid=16500/tid=16514] ppid=16498 vsize=3320980 CPUtime=4937.85 cores=0-7
/proc/16500/task/16514/stat : 16514 (plingeling) R 16498 16500 16204 0 -1 4202560 501415 1260 0 0 493680 105 0 0 25 0 9 0 719572096 3400683520 790726 33554432000 4194304 4417452 140735592160896 18446744073709551615 4364555 0 0 4096 17442 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 40000.1
Current children cumulated vsize (KiB) 3320980

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

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

[startup+5009.52 s]
/proc/loadavg: 8.00 8.05 8.03 9/431 16671
/proc/meminfo: memFree=12776928/32951124 swapFree=44485824/67111528
[pid=16500] ppid=16498 vsize=0 CPUtime=40000.2 cores=0-7
/proc/16500/stat : 16500 (plingeling) Z 16498 16500 16204 0 -1 4203548 3971549 1260 0 0 3999227 796 0 0 18 0 2 0 719572062 0 0 33554432000 0 0 0 0 0 0 0 4096 0 18446744073709551615 0 0 17 4 0 0 0
/proc/16500/statm: 0 0 0 0 0 0 0
[pid=16500/tid=16514] ppid=16498 vsize=0 CPUtime=4937.94 cores=0-7
/proc/16500/task/16514/stat : 16514 (plingeling) R 16498 16500 16204 0 -1 4203588 501415 1260 0 0 493681 113 0 0 25 0 2 0 719572096 0 0 33554432000 0 0 0 0 0 0 0 4096 0 18446744073709551615 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 40000.2
Current children cumulated vsize (KiB) 0

Child ended because it received signal 15 (SIGTERM)
Real time (s): 5009.55
CPU time (s): 40000.3
CPU user time (s): 39992.3
CPU system time (s): 7.99578
CPU usage (%): 798.481
Max. virtual memory (cumulated for all children) (KiB): 3320980

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 39992.3
system time used= 7.99578
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 3972809
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= 193
involuntary context switches= 144094

runsolver used 19.588 second user time and 51.8361 second system time

The end

Launcher Data

Begin job on node105 at 2011-05-22 17:55:16
IDJOB=3394032
IDBENCH=71139
IDSOLVER=1851
FILE ID=node105/3394032-1306079716
RUNJOBID= node105-1306076565-16218
PBS_JOBID= 13387904
Free space on /tmp= 73112 MiB

SOLVER NAME= Plingeling 587f (fixed)
BENCH NAME= SAT09/CRAFTED/modcircuits/mod4block_3vars_7gates.cnf
COMMAND LINE= plingeling -t NBCORE BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3394032-1306079716/watcher-3394032-1306079716 -o /tmp/evaluation-result-3394032-1306079716/solver-3394032-1306079716 -C 40000 -W 5100 -M 31000  plingeling -t 8 HOME/instance-3394032-1306079716.cnf

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

MD5SUM BENCH= cc925e6de728ca79f6f89379842f14b0
RANDOM SEED=986475550

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

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


/proc/meminfo:
MemTotal:     32951124 kB
MemFree:      15944432 kB
Buffers:        349720 kB
Cached:       12754268 kB
SwapCached:      39596 kB
Active:        6585028 kB
Inactive:     10105936 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32951124 kB
LowFree:      15944432 kB
SwapTotal:    67111528 kB
SwapFree:     44485824 kB
Dirty:            3348 kB
Writeback:           0 kB
AnonPages:     3555140 kB
Mapped:          19044 kB
Slab:           165928 kB
PageTables:      80716 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83587088 kB
Committed_AS: 114853980 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= 73112 MiB
End job on node105 at 2011-05-22 19:18:48