Trace number 3372980

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.7 5014.32

General information on the benchmark

NameSAT-Race-2010-CNF/hardware-verification/
velev/2dlx_ca_bp_f_liveness.cnf
MD5SUM99cd8de7f06ce8c087a5c7fb299dfb62
Bench CategoryAPPLICATION (applications instances)
Best result obtained on this benchmark
Best CPU time to get the best result obtained on this benchmark
Satisfiable
(Un)Satisfiability was proved
Number of variables202253
Number of clauses4313014
Sum of the clauses size12562188
Maximum clause length651
Minimum clause length1
Number of clauses of size 11
Number of clauses of size 23935640
Number of clauses of size 3199653
Number of clauses of size 410363
Number of clauses of size 55846
Number of clauses of size over 5161511

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-3372980-1305446635/watcher-3372980-1305446635 -o /tmp/evaluation-result-3372980-1305446635/solver-3372980-1305446635 -C 40000 -W 5100 -M 31000 plingeling -t 8 HOME/instance-3372980-1305446635.cnf 

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

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


[startup+0 s]
/proc/loadavg: 8.12 8.13 8.09 2/294 29285
/proc/meminfo: memFree=11804508/32951124 swapFree=66050672/67111528
[pid=29285] ppid=29283 vsize=12460 CPUtime=0 cores=0-7
/proc/29285/stat : 29285 (plingeling) R 29283 29285 29108 0 -1 4202496 1180 1251 0 0 0 0 0 0 24 0 1 0 656261436 12759040 1110 33554432000 4194304 4417452 140736012063008 18446744073709551615 255377301248 0 0 4096 17442 0 0 0 17 6 0 0 0
/proc/29285/statm: 3115 1110 148 55 0 1001 0

[startup+0.037669 s]
/proc/loadavg: 8.12 8.13 8.09 2/294 29285
/proc/meminfo: memFree=11804508/32951124 swapFree=66050672/67111528
[pid=29285] ppid=29283 vsize=19244 CPUtime=0.03 cores=0-7
/proc/29285/stat : 29285 (plingeling) R 29283 29285 29108 0 -1 4202496 2905 1251 0 0 3 0 0 0 24 0 1 0 656261436 19705856 2835 33554432000 4194304 4417452 140736012063008 18446744073709551615 4231547 0 0 4096 17442 0 0 0 17 6 0 0 0
/proc/29285/statm: 4811 2835 149 55 0 2697 0
Current children cumulated CPU time (s) 0.03
Current children cumulated vsize (KiB) 19244

[startup+0.100634 s]
/proc/loadavg: 8.12 8.13 8.09 2/294 29285
/proc/meminfo: memFree=11804508/32951124 swapFree=66050672/67111528
[pid=29285] ppid=29283 vsize=26708 CPUtime=0.09 cores=0-7
/proc/29285/stat : 29285 (plingeling) R 29283 29285 29108 0 -1 4202496 4771 1251 0 0 9 0 0 0 24 0 1 0 656261436 27348992 4701 33554432000 4194304 4417452 140736012063008 18446744073709551615 4231569 0 0 4096 17442 0 0 0 17 6 0 0 0
/proc/29285/statm: 6677 4701 149 55 0 4563 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 26708

[startup+0.300598 s]
/proc/loadavg: 8.12 8.13 8.09 2/294 29285
/proc/meminfo: memFree=11804508/32951124 swapFree=66050672/67111528
[pid=29285] ppid=29283 vsize=45680 CPUtime=0.29 cores=0-7
/proc/29285/stat : 29285 (plingeling) R 29283 29285 29108 0 -1 4202496 9514 1251 0 0 28 1 0 0 25 0 1 0 656261436 46776320 9444 33554432000 4194304 4417452 140736012063008 18446744073709551615 4321595 0 0 4096 17442 0 0 0 17 6 0 0 0
/proc/29285/statm: 11420 9444 149 55 0 9306 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 45680

[startup+0.700524 s]
/proc/loadavg: 8.12 8.13 8.09 2/294 29285
/proc/meminfo: memFree=11804508/32951124 swapFree=66050672/67111528
[pid=29285] ppid=29283 vsize=131468 CPUtime=0.69 cores=0-7
/proc/29285/stat : 29285 (plingeling) R 29283 29285 29108 0 -1 4202496 30969 1251 0 0 66 3 0 0 25 0 1 0 656261436 134623232 30891 33554432000 4194304 4417452 140736012063008 18446744073709551615 4231477 0 0 4096 17442 0 0 0 17 6 0 0 0
/proc/29285/statm: 32867 30891 149 55 0 30753 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 131468

[startup+1.50038 s]
/proc/loadavg: 7.55 8.02 8.05 2/295 29291
/proc/meminfo: memFree=11680996/32951124 swapFree=66050672/67111528
[pid=29285] ppid=29283 vsize=213388 CPUtime=1.49 cores=0-7
/proc/29285/stat : 29285 (plingeling) R 29283 29285 29108 0 -1 4202496 51449 1251 0 0 144 5 0 0 25 0 1 0 656261436 218509312 51371 33554432000 4194304 4417452 140736012063008 18446744073709551615 4227841 0 0 4096 17442 0 0 0 17 6 0 0 0
/proc/29285/statm: 53347 51371 149 55 0 51233 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 213388

[startup+3.10108 s]
/proc/loadavg: 7.55 8.02 8.05 2/295 29291
/proc/meminfo: memFree=11528772/32951124 swapFree=66050672/67111528
[pid=29285] ppid=29283 vsize=414616 CPUtime=3.08 cores=0-7
/proc/29285/stat : 29285 (plingeling) R 29283 29285 29108 0 -1 4202496 101756 1251 0 0 297 11 0 0 25 0 1 0 656261436 424566784 101678 33554432000 4194304 4417452 140736012063008 18446744073709551615 4231638 0 0 4096 17442 0 0 0 17 6 0 0 0
/proc/29285/statm: 103654 101678 149 55 0 101540 0
Current children cumulated CPU time (s) 3.08
Current children cumulated vsize (KiB) 414616

[startup+6.30051 s]
/proc/loadavg: 7.55 8.02 8.05 2/295 29291
/proc/meminfo: memFree=11256832/32951124 swapFree=66050672/67111528
[pid=29285] ppid=29283 vsize=816792 CPUtime=6.29 cores=0-7
/proc/29285/stat : 29285 (plingeling) R 29283 29285 29108 0 -1 4202496 202497 1251 0 0 606 23 0 0 25 0 1 0 656261436 836395008 202222 33554432000 4194304 4417452 140736012063008 18446744073709551615 4231248 0 0 4096 17442 0 0 0 17 6 0 0 0
/proc/29285/statm: 204198 202222 149 55 0 202084 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 816792

[startup+12.7013 s]
/proc/loadavg: 7.10 7.90 8.01 9/303 29299
/proc/meminfo: memFree=10928828/32951124 swapFree=66050672/67111528
[pid=29285] ppid=29283 vsize=1008276 CPUtime=40.39 cores=0-7
/proc/29285/stat : 29285 (plingeling) S 29283 29285 29108 0 -1 4202496 286024 1251 0 0 4002 37 0 0 18 0 9 0 656261436 1032474624 218021 33554432000 4194304 4417452 140736012063008 18446744073709551615 255389104101 0 0 4096 17442 18446744073709551615 0 0 17 0 0 0 0
/proc/29285/statm: 252069 218021 176 55 0 249955 0
[pid=29285/tid=29292] ppid=29283 vsize=1008276 CPUtime=3.95 cores=0-7
/proc/29285/task/29292/stat : 29292 (plingeling) R 29283 29285 29108 0 -1 4202560 7164 1251 0 0 395 0 0 0 25 0 9 0 656262310 1032474624 218021 33554432000 4194304 4417452 140736012063008 18446744073709551615 4306923 0 0 4096 17442 0 0 0 -1 1 0 0 0
[pid=29285/tid=29293] ppid=29283 vsize=1008276 CPUtime=3.96 cores=0-7
/proc/29285/task/29293/stat : 29293 (plingeling) R 29283 29285 29108 0 -1 4202560 5598 1251 0 0 395 1 0 0 25 0 9 0 656262310 1032474624 218021 33554432000 4194304 4417452 140736012063008 18446744073709551615 4275877 0 0 4096 17442 0 0 0 -1 6 0 0 0
[pid=29285/tid=29294] ppid=29283 vsize=1008276 CPUtime=3.96 cores=0-7
/proc/29285/task/29294/stat : 29294 (plingeling) R 29283 29285 29108 0 -1 4202560 5555 1251 0 0 395 1 0 0 25 0 9 0 656262310 1032474624 218021 33554432000 4194304 4417452 140736012063008 18446744073709551615 4236761 0 0 4096 17442 0 0 0 -1 2 0 0 0
[pid=29285/tid=29295] ppid=29283 vsize=1008276 CPUtime=3.96 cores=0-7
/proc/29285/task/29295/stat : 29295 (plingeling) R 29283 29285 29108 0 -1 4202560 4637 1251 0 0 395 1 0 0 25 0 9 0 656262310 1032474624 218021 33554432000 4194304 4417452 140736012063008 18446744073709551615 4265443 0 0 4096 17442 0 0 0 -1 4 0 0 0
[pid=29285/tid=29296] ppid=29283 vsize=1008276 CPUtime=3.92 cores=0-7
/proc/29285/task/29296/stat : 29296 (plingeling) R 29283 29285 29108 0 -1 4202560 8296 1251 0 0 391 1 0 0 25 0 9 0 656262310 1032474624 218021 33554432000 4194304 4417452 140736012063008 18446744073709551615 4306923 0 0 4096 17442 0 0 0 -1 7 0 0 0
[pid=29285/tid=29297] ppid=29283 vsize=1008276 CPUtime=3.95 cores=0-7
/proc/29285/task/29297/stat : 29297 (plingeling) R 29283 29285 29108 0 -1 4202560 5531 1251 0 0 394 1 0 0 25 0 9 0 656262311 1032474624 218021 33554432000 4194304 4417452 140736012063008 18446744073709551615 4265429 0 0 4096 17442 0 0 0 -1 0 0 0 0
[pid=29285/tid=29298] ppid=29283 vsize=1008276 CPUtime=3.95 cores=0-7
/proc/29285/task/29298/stat : 29298 (plingeling) R 29283 29285 29108 0 -1 4202560 5582 1251 0 0 395 0 0 0 25 0 9 0 656262311 1032474624 218021 33554432000 4194304 4417452 140736012063008 18446744073709551615 4277659 0 0 4096 17442 0 0 0 -1 3 0 0 0
[pid=29285/tid=29299] ppid=29283 vsize=1008276 CPUtime=3.95 cores=0-7
/proc/29285/task/29299/stat : 29299 (plingeling) R 29283 29285 29108 0 -1 4202560 8378 1251 0 0 394 1 0 0 25 0 9 0 656262311 1032474624 218021 33554432000 4194304 4417452 140736012063008 18446744073709551615 4277864 0 0 4096 17442 0 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 40.39
Current children cumulated vsize (KiB) 1008276

[startup+25.5009 s]
/proc/loadavg: 7.24 7.90 8.01 9/303 29300
/proc/meminfo: memFree=10350996/32951124 swapFree=66050672/67111528
[pid=29285] ppid=29283 vsize=1571404 CPUtime=142.54 cores=0-7
/proc/29285/stat : 29285 (plingeling) S 29283 29285 29108 0 -1 4202496 689785 1251 0 0 14134 120 0 0 18 0 9 0 656261436 1609117696 363253 33554432000 4194304 4417452 140736012063008 18446744073709551615 255389104101 0 0 4096 17442 18446744073709551615 0 0 17 0 0 0 0
/proc/29285/statm: 392851 363253 180 55 0 390737 0
[pid=29285/tid=29292] ppid=29283 vsize=1571404 CPUtime=16.74 cores=0-7
/proc/29285/task/29292/stat : 29292 (plingeling) R 29283 29285 29108 0 -1 4202560 63840 1251 0 0 1668 6 0 0 25 0 9 0 656262310 1609117696 363253 33554432000 4194304 4417452 140736012063008 18446744073709551615 4235999 0 0 4096 17442 0 0 0 -1 1 0 0 0
[pid=29285/tid=29293] ppid=29283 vsize=1571404 CPUtime=16.76 cores=0-7
/proc/29285/task/29293/stat : 29293 (plingeling) R 29283 29285 29108 0 -1 4202560 62034 1251 0 0 1661 15 0 0 25 0 9 0 656262310 1609117696 363253 33554432000 4194304 4417452 140736012063008 18446744073709551615 4236778 0 0 4096 17442 0 0 0 -1 6 0 0 0
[pid=29285/tid=29294] ppid=29283 vsize=1571404 CPUtime=16.74 cores=0-7
/proc/29285/task/29294/stat : 29294 (plingeling) R 29283 29285 29108 0 -1 4202560 69371 1251 0 0 1659 15 0 0 25 0 9 0 656262310 1609117696 363253 33554432000 4194304 4417452 140736012063008 18446744073709551615 4265443 0 0 4096 17442 0 0 0 -1 2 0 0 0
[pid=29285/tid=29295] ppid=29283 vsize=1571404 CPUtime=16.75 cores=0-7
/proc/29285/task/29295/stat : 29295 (plingeling) R 29283 29285 29108 0 -1 4202560 4637 1251 0 0 1674 1 0 0 25 0 9 0 656262310 1609117696 363253 33554432000 4194304 4417452 140736012063008 18446744073709551615 4364572 0 0 4096 17442 0 0 0 -1 4 0 0 0
[pid=29285/tid=29296] ppid=29283 vsize=1571404 CPUtime=16.66 cores=0-7
/proc/29285/task/29296/stat : 29296 (plingeling) R 29283 29285 29108 0 -1 4202560 64372 1251 0 0 1656 10 0 0 25 0 9 0 656262310 1609117696 363253 33554432000 4194304 4417452 140736012063008 18446744073709551615 4259140 0 0 4096 17442 0 0 0 -1 3 0 0 0
[pid=29285/tid=29297] ppid=29283 vsize=1571404 CPUtime=16.72 cores=0-7
/proc/29285/task/29297/stat : 29297 (plingeling) R 29283 29285 29108 0 -1 4202560 58843 1251 0 0 1661 11 0 0 25 0 9 0 656262311 1609117696 363253 33554432000 4194304 4417452 140736012063008 18446744073709551615 4265429 0 0 4096 17442 0 0 0 -1 0 0 0 0
[pid=29285/tid=29298] ppid=29283 vsize=1571404 CPUtime=16.6 cores=0-7
/proc/29285/task/29298/stat : 29298 (plingeling) R 29283 29285 29108 0 -1 4202560 63487 1251 0 0 1645 15 0 0 25 0 9 0 656262311 1609117696 363253 33554432000 4194304 4417452 140736012063008 18446744073709551615 4237011 0 0 4096 17442 0 0 0 -1 7 0 0 0
[pid=29285/tid=29299] ppid=29283 vsize=1571404 CPUtime=16.74 cores=0-7
/proc/29285/task/29299/stat : 29299 (plingeling) R 29283 29285 29108 0 -1 4202560 67918 1251 0 0 1660 14 0 0 25 0 9 0 656262311 1609117696 363253 33554432000 4194304 4417452 140736012063008 18446744073709551615 4236778 0 0 4096 17442 0 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 142.54
Current children cumulated vsize (KiB) 1571404

[startup+51.1012 s]
/proc/loadavg: 7.72 7.96 8.03 12/304 29303
/proc/meminfo: memFree=10313904/32951124 swapFree=66050672/67111528
[pid=29285] ppid=29283 vsize=1583660 CPUtime=346.43 cores=0-7
/proc/29285/stat : 29285 (plingeling) S 29283 29285 29108 0 -1 4202496 692860 1251 0 0 34523 120 0 0 18 0 9 0 656261436 1621667840 366317 33554432000 4194304 4417452 140736012063008 18446744073709551615 255389104101 0 0 4096 17442 18446744073709551615 0 0 17 0 0 0 0
/proc/29285/statm: 395915 366317 180 55 0 393801 0
[pid=29285/tid=29292] ppid=29283 vsize=1583660 CPUtime=42.35 cores=0-7
/proc/29285/task/29292/stat : 29292 (plingeling) R 29283 29285 29108 0 -1 4202560 65381 1251 0 0 4228 7 0 0 25 0 9 0 656262310 1621667840 366317 33554432000 4194304 4417452 140736012063008 18446744073709551615 4237011 0 0 4096 17442 0 0 0 -1 1 0 0 0
[pid=29285/tid=29293] ppid=29283 vsize=1583660 CPUtime=42.2 cores=0-7
/proc/29285/task/29293/stat : 29293 (plingeling) R 29283 29285 29108 0 -1 4202560 62034 1251 0 0 4205 15 0 0 25 0 9 0 656262310 1621667840 366317 33554432000 4194304 4417452 140736012063008 18446744073709551615 4364587 0 0 4096 17442 0 0 0 -1 6 0 0 0
[pid=29285/tid=29294] ppid=29283 vsize=1583660 CPUtime=41.85 cores=0-7
/proc/29285/task/29294/stat : 29294 (plingeling) R 29283 29285 29108 0 -1 4202560 69371 1251 0 0 4170 15 0 0 25 0 9 0 656262310 1621667840 366317 33554432000 4194304 4417452 140736012063008 18446744073709551615 4364634 0 0 4096 17442 0 0 0 -1 2 0 0 0
[pid=29285/tid=29295] ppid=29283 vsize=1583660 CPUtime=42.34 cores=0-7
/proc/29285/task/29295/stat : 29295 (plingeling) R 29283 29285 29108 0 -1 4202560 6171 1251 0 0 4233 1 0 0 25 0 9 0 656262310 1621667840 366317 33554432000 4194304 4417452 140736012063008 18446744073709551615 4265465 0 0 4096 17442 0 0 0 -1 4 0 0 0
[pid=29285/tid=29296] ppid=29283 vsize=1583660 CPUtime=42.26 cores=0-7
/proc/29285/task/29296/stat : 29296 (plingeling) R 29283 29285 29108 0 -1 4202560 64372 1251 0 0 4216 10 0 0 25 0 9 0 656262310 1621667840 366317 33554432000 4194304 4417452 140736012063008 18446744073709551615 4364641 0 0 4096 17442 0 0 0 -1 3 0 0 0
[pid=29285/tid=29297] ppid=29283 vsize=1583660 CPUtime=42.33 cores=0-7
/proc/29285/task/29297/stat : 29297 (plingeling) R 29283 29285 29108 0 -1 4202560 58843 1251 0 0 4222 11 0 0 25 0 9 0 656262311 1621667840 366317 33554432000 4194304 4417452 140736012063008 18446744073709551615 4236544 0 0 4096 17442 0 0 0 -1 0 0 0 0
[pid=29285/tid=29298] ppid=29283 vsize=1583660 CPUtime=41.95 cores=0-7
/proc/29285/task/29298/stat : 29298 (plingeling) R 29283 29285 29108 0 -1 4202560 63487 1251 0 0 4180 15 0 0 25 0 9 0 656262311 1621667840 366317 33554432000 4194304 4417452 140736012063008 18446744073709551615 4236778 0 0 4096 17442 0 0 0 -1 7 0 0 0
[pid=29285/tid=29299] ppid=29283 vsize=1583660 CPUtime=42.34 cores=0-7
/proc/29285/task/29299/stat : 29299 (plingeling) R 29283 29285 29108 0 -1 4202560 67918 1251 0 0 4220 14 0 0 25 0 9 0 656262311 1621667840 366317 33554432000 4194304 4417452 140736012063008 18446744073709551615 4237221 0 0 4096 17442 0 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 346.43
Current children cumulated vsize (KiB) 1583660

[startup+102.312 s]
/proc/loadavg: 8.01 8.01 8.04 9/303 29304
/proc/meminfo: memFree=10282472/32951124 swapFree=66050672/67111528
[pid=29285] ppid=29283 vsize=1647868 CPUtime=755.37 cores=0-7
/proc/29285/stat : 29285 (plingeling) S 29283 29285 29108 0 -1 4202496 948846 1251 0 0 75382 155 0 0 18 0 9 0 656261436 1687416832 380830 33554432000 4194304 4417452 140736012063008 18446744073709551615 255389104101 0 0 4096 17442 18446744073709551615 0 0 17 0 0 0 0
/proc/29285/statm: 411967 380830 180 55 0 409853 0
[pid=29285/tid=29292] ppid=29283 vsize=1647868 CPUtime=93.56 cores=0-7
/proc/29285/task/29292/stat : 29292 (plingeling) R 29283 29285 29108 0 -1 4202560 99102 1251 0 0 9345 11 0 0 25 0 9 0 656262310 1687416832 380830 33554432000 4194304 4417452 140736012063008 18446744073709551615 4346361 0 0 4096 17442 0 0 0 -1 1 0 0 0
[pid=29285/tid=29293] ppid=29283 vsize=1647868 CPUtime=93.41 cores=0-7
/proc/29285/task/29293/stat : 29293 (plingeling) R 29283 29285 29108 0 -1 4202560 97436 1251 0 0 9321 20 0 0 25 0 9 0 656262310 1687416832 380830 33554432000 4194304 4417452 140736012063008 18446744073709551615 4236986 0 0 4096 17442 0 0 0 -1 6 0 0 0
[pid=29285/tid=29294] ppid=29283 vsize=1647868 CPUtime=92.83 cores=0-7
/proc/29285/task/29294/stat : 29294 (plingeling) R 29283 29285 29108 0 -1 4202560 108485 1251 0 0 9262 21 0 0 25 0 9 0 656262310 1687416832 380830 33554432000 4194304 4417452 140736012063008 18446744073709551615 4236577 0 0 4096 17442 0 0 0 -1 2 0 0 0
[pid=29285/tid=29295] ppid=29283 vsize=1647868 CPUtime=93.55 cores=0-7
/proc/29285/task/29295/stat : 29295 (plingeling) R 29283 29285 29108 0 -1 4202560 6667 1251 0 0 9354 1 0 0 25 0 9 0 656262310 1687416832 380830 33554432000 4194304 4417452 140736012063008 18446744073709551615 4364550 0 0 4096 17442 0 0 0 -1 4 0 0 0
[pid=29285/tid=29296] ppid=29283 vsize=1647868 CPUtime=93.47 cores=0-7
/proc/29285/task/29296/stat : 29296 (plingeling) R 29283 29285 29108 0 -1 4202560 97324 1251 0 0 9332 15 0 0 25 0 9 0 656262310 1687416832 380830 33554432000 4194304 4417452 140736012063008 18446744073709551615 4236986 0 0 4096 17442 0 0 0 -1 3 0 0 0
[pid=29285/tid=29297] ppid=29283 vsize=1647868 CPUtime=93.54 cores=0-7
/proc/29285/task/29297/stat : 29297 (plingeling) R 29283 29285 29108 0 -1 4202560 96398 1251 0 0 9338 16 0 0 25 0 9 0 656262311 1687416832 380830 33554432000 4194304 4417452 140736012063008 18446744073709551615 4364650 0 0 4096 17442 0 0 0 -1 0 0 0 0
[pid=29285/tid=29298] ppid=29283 vsize=1647868 CPUtime=92.64 cores=0-7
/proc/29285/task/29298/stat : 29298 (plingeling) R 29283 29285 29108 0 -1 4202560 98675 1251 0 0 9244 20 0 0 25 0 9 0 656262311 1687416832 380830 33554432000 4194304 4417452 140736012063008 18446744073709551615 4286414 0 0 4096 17442 0 0 0 -1 7 0 0 0
[pid=29285/tid=29299] ppid=29283 vsize=1647868 CPUtime=93.55 cores=0-7
/proc/29285/task/29299/stat : 29299 (plingeling) R 29283 29285 29108 0 -1 4202560 109476 1251 0 0 9335 20 0 0 25 0 9 0 656262311 1687416832 380830 33554432000 4194304 4417452 140736012063008 18446744073709551615 4353557 0 0 4096 17442 0 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 755.37
Current children cumulated vsize (KiB) 1647868

[startup+162.301 s]
/proc/loadavg: 8.04 8.02 8.04 9/303 29306
/proc/meminfo: memFree=10294344/32951124 swapFree=66050672/67111528
[pid=29285] ppid=29283 vsize=1634772 CPUtime=1234.66 cores=0-7
/proc/29285/stat : 29285 (plingeling) S 29283 29285 29108 0 -1 4202496 1139967 1251 0 0 123276 190 0 0 18 0 9 0 656261436 1674006528 377556 33554432000 4194304 4417452 140736012063008 18446744073709551615 255389104101 0 0 4096 17442 18446744073709551615 0 0 17 0 0 0 0
/proc/29285/statm: 408693 377556 180 55 0 406579 0
[pid=29285/tid=29292] ppid=29283 vsize=1634772 CPUtime=153.55 cores=0-7
/proc/29285/task/29292/stat : 29292 (plingeling) R 29283 29285 29108 0 -1 4202560 99102 1251 0 0 15344 11 0 0 25 0 9 0 656262310 1674006528 377556 33554432000 4194304 4417452 140736012063008 18446744073709551615 4236778 0 0 4096 17442 0 0 0 -1 1 0 0 0
[pid=29285/tid=29293] ppid=29283 vsize=1634772 CPUtime=153.4 cores=0-7

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


[startup+4722.31 s]
/proc/loadavg: 8.29 8.21 8.12 9/303 29440
/proc/meminfo: memFree=8542644/32951124 swapFree=66050672/67111528
[pid=29285] ppid=29283 vsize=3386600 CPUtime=37668.3 cores=0-7
/proc/29285/stat : 29285 (plingeling) S 29283 29285 29108 0 -1 4202496 10594978 1251 0 0 3764946 1884 0 0 18 0 9 0 656261436 3467878400 815253 33554432000 4194304 4417452 140736012063008 18446744073709551615 255389104101 0 0 4096 17442 18446744073709551615 0 0 17 0 0 0 0
/proc/29285/statm: 846650 815253 180 55 0 844536 0
[pid=29285/tid=29292] ppid=29283 vsize=3386600 CPUtime=4688.35 cores=0-7
/proc/29285/task/29292/stat : 29292 (plingeling) R 29283 29285 29108 0 -1 4202560 1148694 1251 0 0 468627 208 0 0 25 0 9 0 656262310 3467878400 815253 33554432000 4194304 4417452 140736012063008 18446744073709551615 4236986 0 0 4096 17442 0 0 0 -1 5 0 0 0
[pid=29285/tid=29293] ppid=29283 vsize=3386600 CPUtime=4713.24 cores=0-7
/proc/29285/task/29293/stat : 29293 (plingeling) R 29283 29285 29108 0 -1 4202560 901664 1251 0 0 471169 155 0 0 25 0 9 0 656262310 3467878400 815253 33554432000 4194304 4417452 140736012063008 18446744073709551615 4346270 0 0 4096 17442 0 0 0 -1 6 0 0 0
[pid=29285/tid=29294] ppid=29283 vsize=3386600 CPUtime=4711.54 cores=0-7
/proc/29285/task/29294/stat : 29294 (plingeling) R 29283 29285 29108 0 -1 4202560 1438104 1251 0 0 470899 255 0 0 25 0 9 0 656262310 3467878400 815253 33554432000 4194304 4417452 140736012063008 18446744073709551615 4236693 0 0 4096 17442 0 0 0 -1 2 0 0 0
[pid=29285/tid=29295] ppid=29283 vsize=3386600 CPUtime=4713.62 cores=0-7
/proc/29285/task/29295/stat : 29295 (plingeling) R 29283 29285 29108 0 -1 4202560 2269758 1251 0 0 470960 402 0 0 25 0 9 0 656262310 3467878400 815253 33554432000 4194304 4417452 140736012063008 18446744073709551615 4236778 0 0 4096 17442 0 0 0 -1 4 0 0 0
[pid=29285/tid=29296] ppid=29283 vsize=3386600 CPUtime=4703.58 cores=0-7
/proc/29285/task/29296/stat : 29296 (plingeling) R 29283 29285 29108 0 -1 4202560 1008054 1251 0 0 470169 189 0 0 25 0 9 0 656262310 3467878400 815253 33554432000 4194304 4417452 140736012063008 18446744073709551615 4353632 0 0 4096 17442 0 0 0 -1 1 0 0 0
[pid=29285/tid=29297] ppid=29283 vsize=3386600 CPUtime=4713.61 cores=0-7
/proc/29285/task/29297/stat : 29297 (plingeling) R 29283 29285 29108 0 -1 4202560 1434203 1251 0 0 471102 259 0 0 25 0 9 0 656262311 3467878400 815253 33554432000 4194304 4417452 140736012063008 18446744073709551615 4236778 0 0 4096 17442 0 0 0 -1 0 0 0 0
[pid=29285/tid=29298] ppid=29283 vsize=3386600 CPUtime=4702.79 cores=0-7
/proc/29285/task/29298/stat : 29298 (plingeling) R 29283 29285 29108 0 -1 4202560 1081151 1251 0 0 470088 191 0 0 25 0 9 0 656262311 3467878400 815253 33554432000 4194304 4417452 140736012063008 18446744073709551615 4364550 0 0 4096 17442 0 0 0 -1 3 0 0 0
[pid=29285/tid=29299] ppid=29283 vsize=3386600 CPUtime=4712.77 cores=0-7
/proc/29285/task/29299/stat : 29299 (plingeling) R 29283 29285 29108 0 -1 4202560 1078067 1251 0 0 471083 194 0 0 25 0 9 0 656262311 3467878400 815253 33554432000 4194304 4417452 140736012063008 18446744073709551615 4265429 0 0 4096 17442 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 37668.3
Current children cumulated vsize (KiB) 3386600

[startup+4782.3 s]
/proc/loadavg: 8.10 8.17 8.11 9/303 29441
/proc/meminfo: memFree=9228352/32951124 swapFree=66050672/67111528
[pid=29285] ppid=29283 vsize=2702808 CPUtime=38147.6 cores=0-7
/proc/29285/stat : 29285 (plingeling) S 29283 29285 29108 0 -1 4202496 10667623 1251 0 0 3812862 1900 0 0 18 0 9 0 656261436 2767675392 644305 33554432000 4194304 4417452 140736012063008 18446744073709551615 255389104101 0 0 4096 17442 18446744073709551615 0 0 17 0 0 0 0
/proc/29285/statm: 675702 644305 180 55 0 673588 0
[pid=29285/tid=29292] ppid=29283 vsize=2702808 CPUtime=4748.34 cores=0-7
/proc/29285/task/29292/stat : 29292 (plingeling) R 29283 29285 29108 0 -1 4202560 1155108 1251 0 0 474625 209 0 0 25 0 9 0 656262310 2767675392 644305 33554432000 4194304 4417452 140736012063008 18446744073709551615 4364572 0 0 4096 17442 0 0 0 -1 5 0 0 0
[pid=29285/tid=29293] ppid=29283 vsize=2702808 CPUtime=4773.24 cores=0-7
/proc/29285/task/29293/stat : 29293 (plingeling) R 29283 29285 29108 0 -1 4202560 903855 1251 0 0 477168 156 0 0 25 0 9 0 656262310 2767675392 644305 33554432000 4194304 4417452 140736012063008 18446744073709551615 4236778 0 0 4096 17442 0 0 0 -1 6 0 0 0
[pid=29285/tid=29294] ppid=29283 vsize=2702808 CPUtime=4771.52 cores=0-7
/proc/29285/task/29294/stat : 29294 (plingeling) R 29283 29285 29108 0 -1 4202560 1465307 1251 0 0 476890 262 0 0 25 0 9 0 656262310 2767675392 644305 33554432000 4194304 4417452 140736012063008 18446744073709551615 4281668 0 0 4096 17442 0 0 0 -1 2 0 0 0
[pid=29285/tid=29295] ppid=29283 vsize=2702808 CPUtime=4773.61 cores=0-7
/proc/29285/task/29295/stat : 29295 (plingeling) R 29283 29285 29108 0 -1 4202560 2286847 1251 0 0 476956 405 0 0 25 0 9 0 656262310 2767675392 644305 33554432000 4194304 4417452 140736012063008 18446744073709551615 4364798 0 0 4096 17442 0 0 0 -1 4 0 0 0
[pid=29285/tid=29296] ppid=29283 vsize=2702808 CPUtime=4763.57 cores=0-7
/proc/29285/task/29296/stat : 29296 (plingeling) R 29283 29285 29108 0 -1 4202560 1011883 1251 0 0 476168 189 0 0 25 0 9 0 656262310 2767675392 644305 33554432000 4194304 4417452 140736012063008 18446744073709551615 4232680 0 0 4096 17442 0 0 0 -1 1 0 0 0
[pid=29285/tid=29297] ppid=29283 vsize=2702808 CPUtime=4773.6 cores=0-7
/proc/29285/task/29297/stat : 29297 (plingeling) R 29283 29285 29108 0 -1 4202560 1441695 1251 0 0 477099 261 0 0 25 0 9 0 656262311 2767675392 644305 33554432000 4194304 4417452 140736012063008 18446744073709551615 4232644 0 0 4096 17442 0 0 0 -1 0 0 0 0
[pid=29285/tid=29298] ppid=29283 vsize=2702808 CPUtime=4762.78 cores=0-7
/proc/29285/task/29298/stat : 29298 (plingeling) R 29283 29285 29108 0 -1 4202560 1089270 1251 0 0 476085 193 0 0 25 0 9 0 656262311 2767675392 644305 33554432000 4194304 4417452 140736012063008 18446744073709551615 4236778 0 0 4096 17442 0 0 0 -1 3 0 0 0
[pid=29285/tid=29299] ppid=29283 vsize=2702808 CPUtime=4772.17 cores=0-7
/proc/29285/task/29299/stat : 29299 (plingeling) R 29283 29285 29108 0 -1 4202560 1078375 1251 0 0 477023 194 0 0 25 0 9 0 656262311 2767675392 644305 33554432000 4194304 4417452 140736012063008 18446744073709551615 4364550 0 0 4096 17442 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 38147.6
Current children cumulated vsize (KiB) 2702808

[startup+4842.3 s]
/proc/loadavg: 8.26 8.19 8.12 9/303 29443
/proc/meminfo: memFree=8865200/32951124 swapFree=66050672/67111528
[pid=29285] ppid=29283 vsize=3065264 CPUtime=38627 cores=0-7
/proc/29285/stat : 29285 (plingeling) S 29283 29285 29108 0 -1 4202496 10764006 1251 0 0 3860784 1918 0 0 18 0 9 0 656261436 3138830336 734919 33554432000 4194304 4417452 140736012063008 18446744073709551615 255389104101 0 0 4096 17442 18446744073709551615 0 0 17 0 0 0 0
/proc/29285/statm: 766316 734919 180 55 0 764202 0
[pid=29285/tid=29292] ppid=29283 vsize=3065264 CPUtime=4808.34 cores=0-7
/proc/29285/task/29292/stat : 29292 (plingeling) R 29283 29285 29108 0 -1 4202560 1177717 1251 0 0 480621 213 0 0 25 0 9 0 656262310 3138830336 734919 33554432000 4194304 4417452 140736012063008 18446744073709551615 4357834 0 0 4096 17442 0 0 0 -1 5 0 0 0
[pid=29285/tid=29293] ppid=29283 vsize=3065264 CPUtime=4833.23 cores=0-7
/proc/29285/task/29293/stat : 29293 (plingeling) R 29283 29285 29108 0 -1 4202560 907547 1251 0 0 483166 157 0 0 25 0 9 0 656262310 3138830336 734919 33554432000 4194304 4417452 140736012063008 18446744073709551615 4366661 0 0 4096 17442 0 0 0 -1 6 0 0 0
[pid=29285/tid=29294] ppid=29283 vsize=3065264 CPUtime=4831.51 cores=0-7
/proc/29285/task/29294/stat : 29294 (plingeling) R 29283 29285 29108 0 -1 4202560 1487456 1251 0 0 482884 267 0 0 25 0 9 0 656262310 3138830336 734919 33554432000 4194304 4417452 140736012063008 18446744073709551615 4237011 0 0 4096 17442 0 0 0 -1 2 0 0 0
[pid=29285/tid=29295] ppid=29283 vsize=3065264 CPUtime=4833.61 cores=0-7
/proc/29285/task/29295/stat : 29295 (plingeling) R 29283 29285 29108 0 -1 4202560 2304812 1251 0 0 482954 407 0 0 25 0 9 0 656262310 3138830336 734919 33554432000 4194304 4417452 140736012063008 18446744073709551615 4237011 0 0 4096 17442 0 0 0 -1 4 0 0 0
[pid=29285/tid=29296] ppid=29283 vsize=3065264 CPUtime=4823.57 cores=0-7
/proc/29285/task/29296/stat : 29296 (plingeling) R 29283 29285 29108 0 -1 4202560 1019136 1251 0 0 482167 190 0 0 25 0 9 0 656262310 3138830336 734919 33554432000 4194304 4417452 140736012063008 18446744073709551615 4232651 0 0 4096 17442 0 0 0 -1 1 0 0 0
[pid=29285/tid=29297] ppid=29283 vsize=3065264 CPUtime=4833.6 cores=0-7
/proc/29285/task/29297/stat : 29297 (plingeling) R 29283 29285 29108 0 -1 4202560 1448518 1251 0 0 483098 262 0 0 25 0 9 0 656262311 3138830336 734919 33554432000 4194304 4417452 140736012063008 18446744073709551615 4236986 0 0 4096 17442 0 0 0 -1 0 0 0 0
[pid=29285/tid=29298] ppid=29283 vsize=3065264 CPUtime=4822.78 cores=0-7
/proc/29285/task/29298/stat : 29298 (plingeling) R 29283 29285 29108 0 -1 4202560 1095786 1251 0 0 482084 194 0 0 25 0 9 0 656262311 3138830336 734919 33554432000 4194304 4417452 140736012063008 18446744073709551615 4364907 0 0 4096 17442 0 0 0 -1 3 0 0 0
[pid=29285/tid=29299] ppid=29283 vsize=3065264 CPUtime=4831.57 cores=0-7
/proc/29285/task/29299/stat : 29299 (plingeling) R 29283 29285 29108 0 -1 4202560 1087751 1251 0 0 482960 197 0 0 25 0 9 0 656262311 3138830336 734919 33554432000 4194304 4417452 140736012063008 18446744073709551615 4364537 0 0 4096 17442 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 38627
Current children cumulated vsize (KiB) 3065264

[startup+4902.3 s]
/proc/loadavg: 8.24 8.19 8.11 9/303 29444
/proc/meminfo: memFree=9190204/32951124 swapFree=66050672/67111528
[pid=29285] ppid=29283 vsize=2740216 CPUtime=39106.4 cores=0-7
/proc/29285/stat : 29285 (plingeling) S 29283 29285 29108 0 -1 4202496 10908087 1251 0 0 3908701 1941 0 0 18 0 9 0 656261436 2805981184 653657 33554432000 4194304 4417452 140736012063008 18446744073709551615 255389104101 0 0 4096 17442 18446744073709551615 0 0 17 0 0 0 0
/proc/29285/statm: 685054 653657 180 55 0 682940 0
[pid=29285/tid=29292] ppid=29283 vsize=2740216 CPUtime=4868.35 cores=0-7
/proc/29285/task/29292/stat : 29292 (plingeling) R 29283 29285 29108 0 -1 4202560 1237576 1251 0 0 486612 223 0 0 25 0 9 0 656262310 2805981184 653657 33554432000 4194304 4417452 140736012063008 18446744073709551615 4364550 0 0 4096 17442 0 0 0 -1 5 0 0 0
[pid=29285/tid=29293] ppid=29283 vsize=2740216 CPUtime=4893.23 cores=0-7
/proc/29285/task/29293/stat : 29293 (plingeling) R 29283 29285 29108 0 -1 4202560 926576 1251 0 0 489163 160 0 0 25 0 9 0 656262310 2805981184 653657 33554432000 4194304 4417452 140736012063008 18446744073709551615 4265940 0 0 4096 17442 0 0 0 -1 6 0 0 0
[pid=29285/tid=29294] ppid=29283 vsize=2740216 CPUtime=4891.49 cores=0-7
/proc/29285/task/29294/stat : 29294 (plingeling) R 29283 29285 29108 0 -1 4202560 1495588 1251 0 0 488881 268 0 0 25 0 9 0 656262310 2805981184 653657 33554432000 4194304 4417452 140736012063008 18446744073709551615 4364629 0 0 4096 17442 0 0 0 -1 2 0 0 0
[pid=29285/tid=29295] ppid=29283 vsize=2740216 CPUtime=4893.61 cores=0-7
/proc/29285/task/29295/stat : 29295 (plingeling) R 29283 29285 29108 0 -1 4202560 2321241 1251 0 0 488952 409 0 0 25 0 9 0 656262310 2805981184 653657 33554432000 4194304 4417452 140736012063008 18446744073709551615 4364474 0 0 4096 17442 0 0 0 -1 4 0 0 0
[pid=29285/tid=29296] ppid=29283 vsize=2740216 CPUtime=4883.57 cores=0-7
/proc/29285/task/29296/stat : 29296 (plingeling) R 29283 29285 29108 0 -1 4202560 1027171 1251 0 0 488166 191 0 0 25 0 9 0 656262310 2805981184 653657 33554432000 4194304 4417452 140736012063008 18446744073709551615 4364907 0 0 4096 17442 0 0 0 -1 1 0 0 0
[pid=29285/tid=29297] ppid=29283 vsize=2740216 CPUtime=4893.6 cores=0-7
/proc/29285/task/29297/stat : 29297 (plingeling) R 29283 29285 29108 0 -1 4202560 1468155 1251 0 0 489096 264 0 0 25 0 9 0 656262311 2805981184 653657 33554432000 4194304 4417452 140736012063008 18446744073709551615 4265443 0 0 4096 17442 0 0 0 -1 0 0 0 0
[pid=29285/tid=29298] ppid=29283 vsize=2740216 CPUtime=4882.79 cores=0-7
/proc/29285/task/29298/stat : 29298 (plingeling) R 29283 29285 29108 0 -1 4202560 1104410 1251 0 0 488083 196 0 0 25 0 9 0 656262311 2805981184 653657 33554432000 4194304 4417452 140736012063008 18446744073709551615 4357554 0 0 4096 17442 0 0 0 -1 3 0 0 0
[pid=29285/tid=29299] ppid=29283 vsize=2740216 CPUtime=4890.97 cores=0-7
/proc/29285/task/29299/stat : 29299 (plingeling) R 29283 29285 29108 0 -1 4202560 1092087 1251 0 0 488899 198 0 0 25 0 9 0 656262311 2805981184 653657 33554432000 4194304 4417452 140736012063008 18446744073709551615 4364550 0 0 4096 17442 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 39106.4
Current children cumulated vsize (KiB) 2740216

[startup+4962.3 s]
/proc/loadavg: 8.27 8.20 8.12 9/303 29446
/proc/meminfo: memFree=8941092/32951124 swapFree=66050672/67111528
[pid=29285] ppid=29283 vsize=2989952 CPUtime=39585.8 cores=0-7
/proc/29285/stat : 29285 (plingeling) S 29283 29285 29108 0 -1 4202496 11075466 1251 0 0 3956613 1968 0 0 18 0 9 0 656261436 3061710848 716091 33554432000 4194304 4417452 140736012063008 18446744073709551615 255389104101 0 0 4096 17442 18446744073709551615 0 0 17 0 0 0 0
/proc/29285/statm: 747488 716091 180 55 0 745374 0
[pid=29285/tid=29292] ppid=29283 vsize=2989952 CPUtime=4928.36 cores=0-7
/proc/29285/task/29292/stat : 29292 (plingeling) R 29283 29285 29108 0 -1 4202560 1246813 1251 0 0 492611 225 0 0 25 0 9 0 656262310 3061710848 716091 33554432000 4194304 4417452 140736012063008 18446744073709551615 4236689 0 0 4096 17442 0 0 0 -1 5 0 0 0
[pid=29285/tid=29293] ppid=29283 vsize=2989952 CPUtime=4953.23 cores=0-7
/proc/29285/task/29293/stat : 29293 (plingeling) R 29283 29285 29108 0 -1 4202560 945942 1251 0 0 495160 163 0 0 25 0 9 0 656262310 3061710848 716091 33554432000 4194304 4417452 140736012063008 18446744073709551615 4232664 0 0 4096 17442 0 0 0 -1 6 0 0 0
[pid=29285/tid=29294] ppid=29283 vsize=2989952 CPUtime=4951.48 cores=0-7
/proc/29285/task/29294/stat : 29294 (plingeling) R 29283 29285 29108 0 -1 4202560 1516137 1251 0 0 494875 273 0 0 25 0 9 0 656262310 3061710848 716091 33554432000 4194304 4417452 140736012063008 18446744073709551615 4236986 0 0 4096 17442 0 0 0 -1 2 0 0 0
[pid=29285/tid=29295] ppid=29283 vsize=2989952 CPUtime=4953.62 cores=0-7
/proc/29285/task/29295/stat : 29295 (plingeling) R 29283 29285 29108 0 -1 4202560 2350988 1251 0 0 494948 414 0 0 25 0 9 0 656262310 3061710848 716091 33554432000 4194304 4417452 140736012063008 18446744073709551615 4236956 0 0 4096 17442 0 0 0 -1 4 0 0 0
[pid=29285/tid=29296] ppid=29283 vsize=2989952 CPUtime=4943.57 cores=0-7
/proc/29285/task/29296/stat : 29296 (plingeling) R 29283 29285 29108 0 -1 4202560 1037784 1251 0 0 494164 193 0 0 25 0 9 0 656262310 3061710848 716091 33554432000 4194304 4417452 140736012063008 18446744073709551615 4236986 0 0 4096 17442 0 0 0 -1 1 0 0 0
[pid=29285/tid=29297] ppid=29283 vsize=2989952 CPUtime=4953.6 cores=0-7
/proc/29285/task/29297/stat : 29297 (plingeling) R 29283 29285 29108 0 -1 4202560 1475831 1251 0 0 495095 265 0 0 25 0 9 0 656262311 3061710848 716091 33554432000 4194304 4417452 140736012063008 18446744073709551615 4265473 0 0 4096 17442 0 0 0 -1 0 0 0 0
[pid=29285/tid=29298] ppid=29283 vsize=2989952 CPUtime=4942.78 cores=0-7
/proc/29285/task/29298/stat : 29298 (plingeling) R 29283 29285 29108 0 -1 4202560 1153301 1251 0 0 494075 203 0 0 25 0 9 0 656262311 3061710848 716091 33554432000 4194304 4417452 140736012063008 18446744073709551615 4237011 0 0 4096 17442 0 0 0 -1 3 0 0 0
[pid=29285/tid=29299] ppid=29283 vsize=2989952 CPUtime=4950.37 cores=0-7
/proc/29285/task/29299/stat : 29299 (plingeling) R 29283 29285 29108 0 -1 4202560 1113387 1251 0 0 494836 201 0 0 25 0 9 0 656262311 3061710848 716091 33554432000 4194304 4417452 140736012063008 18446744073709551615 4366523 0 0 4096 17442 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 39585.8
Current children cumulated vsize (KiB) 2989952



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+5014.2 s]
/proc/loadavg: 8.12 8.17 8.11 9/303 29447
/proc/meminfo: memFree=9177292/32951124 swapFree=66050672/67111528
[pid=29285] ppid=29283 vsize=2753528 CPUtime=40000.6 cores=0-7
/proc/29285/stat : 29285 (plingeling) S 29283 29285 29108 0 -1 4202496 11108885 1251 0 0 3998082 1974 0 0 18 0 9 0 656261436 2819612672 656985 33554432000 4194304 4417452 140736012063008 18446744073709551615 255389104101 0 0 4096 17442 18446744073709551615 0 0 17 0 0 0 0
/proc/29285/statm: 688382 656985 180 55 0 686268 0
[pid=29285/tid=29292] ppid=29283 vsize=2753528 CPUtime=4980.27 cores=0-7
/proc/29285/task/29292/stat : 29292 (plingeling) R 29283 29285 29108 0 -1 4202560 1246813 1251 0 0 497802 225 0 0 25 0 9 0 656262310 2819612672 656985 33554432000 4194304 4417452 140736012063008 18446744073709551615 4236549 0 0 4096 17442 0 0 0 -1 5 0 0 0
[pid=29285/tid=29293] ppid=29283 vsize=2753528 CPUtime=5005.14 cores=0-7
/proc/29285/task/29293/stat : 29293 (plingeling) R 29283 29285 29108 0 -1 4202560 947418 1251 0 0 500351 163 0 0 25 0 9 0 656262310 2819612672 656985 33554432000 4194304 4417452 140736012063008 18446744073709551615 4236649 0 0 4096 17442 0 0 0 -1 6 0 0 0
[pid=29285/tid=29294] ppid=29283 vsize=2753528 CPUtime=5003.39 cores=0-7
/proc/29285/task/29294/stat : 29294 (plingeling) R 29283 29285 29108 0 -1 4202560 1521280 1251 0 0 500065 274 0 0 25 0 9 0 656262310 2819612672 656985 33554432000 4194304 4417452 140736012063008 18446744073709551615 4236803 0 0 4096 17442 0 0 0 -1 2 0 0 0
[pid=29285/tid=29295] ppid=29283 vsize=2753528 CPUtime=5005.53 cores=0-7
/proc/29285/task/29295/stat : 29295 (plingeling) R 29283 29285 29108 0 -1 4202560 2361433 1251 0 0 500137 416 0 0 25 0 9 0 656262310 2819612672 656985 33554432000 4194304 4417452 140736012063008 18446744073709551615 4354506 0 0 4096 17442 0 0 0 -1 4 0 0 0
[pid=29285/tid=29296] ppid=29283 vsize=2753528 CPUtime=4995.48 cores=0-7
/proc/29285/task/29296/stat : 29296 (plingeling) R 29283 29285 29108 0 -1 4202560 1043705 1251 0 0 499354 194 0 0 25 0 9 0 656262310 2819612672 656985 33554432000 4194304 4417452 140736012063008 18446744073709551615 4364907 0 0 4096 17442 0 0 0 -1 1 0 0 0
[pid=29285/tid=29297] ppid=29283 vsize=2753528 CPUtime=5005.52 cores=0-7
/proc/29285/task/29297/stat : 29297 (plingeling) R 29283 29285 29108 0 -1 4202560 1484603 1251 0 0 500285 267 0 0 25 0 9 0 656262311 2819612672 656985 33554432000 4194304 4417452 140736012063008 18446744073709551615 4236778 0 0 4096 17442 0 0 0 -1 0 0 0 0
[pid=29285/tid=29298] ppid=29283 vsize=2753528 CPUtime=4994.69 cores=0-7
/proc/29285/task/29298/stat : 29298 (plingeling) R 29283 29285 29108 0 -1 4202560 1153301 1251 0 0 499266 203 0 0 25 0 9 0 656262311 2819612672 656985 33554432000 4194304 4417452 140736012063008 18446744073709551615 4236986 0 0 4096 17442 0 0 0 -1 3 0 0 0
[pid=29285/tid=29299] ppid=29283 vsize=2753528 CPUtime=5001.75 cores=0-7
/proc/29285/task/29299/stat : 29299 (plingeling) R 29283 29285 29108 0 -1 4202560 1115049 1251 0 0 499974 201 0 0 25 0 9 0 656262311 2819612672 656985 33554432000 4194304 4417452 140736012063008 18446744073709551615 4232654 0 0 4096 17442 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 40000.6
Current children cumulated vsize (KiB) 2753528

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

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

[startup+5014.32 s]
/proc/loadavg: 8.12 8.17 8.11 9/303 29447
/proc/meminfo: memFree=9177292/32951124 swapFree=66050672/67111528
[pid=29285] ppid=29283 vsize=0 CPUtime=40000.7 cores=0-7
/proc/29285/stat : 29285 (plingeling) Z 29283 29285 29108 0 -1 4203548 11108885 1251 0 0 3998087 1984 0 0 18 0 2 0 656261436 0 0 33554432000 0 0 0 0 0 0 0 4096 0 18446744073709551615 0 0 17 0 0 0 0
/proc/29285/statm: 0 0 0 0 0 0 0
[pid=29285/tid=29299] ppid=29283 vsize=0 CPUtime=5001.86 cores=0-7
/proc/29285/task/29299/stat : 29299 (plingeling) R 29283 29285 29108 0 -1 4203588 1115049 1251 0 0 499975 211 0 0 25 0 2 0 656262311 0 0 33554432000 0 0 0 0 0 0 0 4096 0 18446744073709551615 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 40000.7
Current children cumulated vsize (KiB) 0

Child ended because it received signal 15 (SIGTERM)
Real time (s): 5014.32
CPU time (s): 40000.7
CPU user time (s): 39980.9
CPU system time (s): 19.853
CPU usage (%): 797.73
Max. virtual memory (cumulated for all children) (KiB): 3389320

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 39980.9
system time used= 19.853
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 11110136
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= 438
involuntary context switches= 348493

runsolver used 13.457 second user time and 36.6774 second system time

The end

Launcher Data

Begin job on node135 at 2011-05-15 10:03:56
IDJOB=3372980
IDBENCH=88165
IDSOLVER=1851
FILE ID=node135/3372980-1305446635
RUNJOBID= node135-1305442901-29122
PBS_JOBID= 13324830
Free space on /tmp= 73280 MiB

SOLVER NAME= Plingeling 587f (fixed)
BENCH NAME= SAT-Race-2010-CNF/hardware-verification/velev/2dlx_ca_bp_f_liveness.cnf
COMMAND LINE= plingeling -t NBCORE BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3372980-1305446635/watcher-3372980-1305446635 -o /tmp/evaluation-result-3372980-1305446635/solver-3372980-1305446635 -C 40000 -W 5100 -M 31000  plingeling -t 8 HOME/instance-3372980-1305446635.cnf

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

MD5SUM BENCH= 99cd8de7f06ce8c087a5c7fb299dfb62
RANDOM SEED=1410707124

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

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

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

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


/proc/meminfo:
MemTotal:     32951124 kB
MemFree:      11804788 kB
Buffers:        291728 kB
Cached:        6194272 kB
SwapCached:      50684 kB
Active:       10144464 kB
Inactive:     10750780 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32951124 kB
LowFree:      11804788 kB
SwapTotal:    67111528 kB
SwapFree:     66050672 kB
Dirty:           93176 kB
Writeback:          16 kB
AnonPages:    14364704 kB
Mapped:          18608 kB
Slab:           140044 kB
PageTables:      46976 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83587088 kB
Committed_AS: 57033436 kB
VmallocTotal: 34359738367 kB
VmallocUsed:     33868 kB
VmallocChunk: 34359703231 kB
HugePages_Total:     0
HugePages_Free:      0
HugePages_Rsvd:      0
Hugepagesize:     2048 kB

Free space on /tmp at the end= 73280 MiB
End job on node135 at 2011-05-15 11:27:32