Trace number 3371472

Some explanations

A solver is run under the control of another program named runsolver. runsolver is in charge of imposing the CPU time limit and the memory limit to the solver. It also monitors some information about the process. The trace of the execution of a solver is divided into four (or five) parts:
  1. SOLVER DATA
    This is the output of the solver (stdout and stderr).
    Note that some very long lines in this section may be truncated by your web browser ! In such a case, you may want to use the "Download as text" link to get the trace as a text file.

    When the --timestamp option is passed to the runsolver program, each line output by the solver is prepended with a timestamp which indicates at what time the line was output by the solver. Times are relative to the start of the program, given in seconds. The first timestamp (if present) is estimated CPU time. The last timestamp is wall clock time.

    As some 'v lines' may be very long (sometimes several megabytes), the 'v line' output by your solver may be split on several lines to help limit the size of the trace recorded in the database. In any case, the exact output of your solver is preserved in a trace file.
  2. VERIFIER DATA
    The output of the solver is piped to a verifier program which will search a value line "v " and, if found, will check that the given interpretation satisfies all constraints.
  3. CONVERSION SCRIPT DATA (Optionnal)
    When a conversion script is used, this section shows the messages that were output by the conversion script.
  4. WATCHER DATA
    This is the informations gathered by the runsolver program. It first prints the different limits. There's a first limit on CPU time set to X seconds (see the parameters in the trace). After this time has ellapsed, runsolver sends a SIGTERM and 2 seconds later a SIGKILL to the solver. For safety, there's also another limit set to X+30 seconds which will send a SIGXPU to the solver. The last limit is on the virtual memory used by the process (see the parameters in the trace).
    Every ten seconds, the runsolver process fetches the content of /proc/loadavg, /proc/pid/stat and /proc/pid/statm (see man proc) and prints it as raw data. This is only recorded in case we need to investigate the behaviour of a solver. The memory used by the solver (vsize) is also given every ten seconds.
    When the solver exits, runsolver prints some informations such as status and time. CPU usage is the ratio CPU Time/Real Time.
  5. LAUNCHER DATA
    These informations are related to the script which will launch the solver. The most important informations are the command line given to the solver, the md5sum of the different files and the dump of the /proc/cpuinfo and /proc/meminfo which provides some useful information on the computer.

Solver answer on this benchmark

Solver NameAnswerCPU timeWall clock time
Plingeling 587f (fixed)? (TO) 4800.32 1203.83

General information on the benchmark

Nameapplication/jarvisalo/smtqfbv-aigs/
smtlib-qfbv-aigs-VS3-benchmark-S2-tseitin.cnf
MD5SUMb967fca11e85ef5b614d3452b1c4b2ad
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 variables257030
Number of clauses769313
Sum of the clauses size1795061
Maximum clause length3
Minimum clause length1
Number of clauses of size 12
Number of clauses of size 2512874
Number of clauses of size 3256437
Number of clauses of size 40
Number of clauses of size 50
Number of clauses of size over 50

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

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

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


[startup+0 s]
/proc/loadavg: 7.55 7.45 7.70 2/317 10105
/proc/meminfo: memFree=11010064/32951124 swapFree=67093864/67111528
[pid=10105] ppid=10103 vsize=12728 CPUtime=0 cores=0,2,4,6
/proc/10105/stat : 10105 (plingeling) R 10103 10105 8860 0 -1 4202496 1243 1256 0 0 0 0 0 0 25 0 1 0 653816414 13033472 1173 33554432000 4194304 4417452 140735604861024 18446744073709551615 212436016896 0 0 4096 17442 0 0 0 17 4 0 0 0
/proc/10105/statm: 3182 1173 148 55 0 1068 0

[startup+0.051865 s]
/proc/loadavg: 7.55 7.45 7.70 2/317 10105
/proc/meminfo: memFree=11010064/32951124 swapFree=67093864/67111528
[pid=10105] ppid=10103 vsize=20828 CPUtime=0.04 cores=0,2,4,6
/proc/10105/stat : 10105 (plingeling) R 10103 10105 8860 0 -1 4202496 3323 1256 0 0 4 0 0 0 25 0 1 0 653816414 21327872 3231 33554432000 4194304 4417452 140735604861024 18446744073709551615 212435635712 0 0 4096 17442 0 0 0 17 4 0 0 0
/proc/10105/statm: 5207 3231 149 55 0 3093 0
Current children cumulated CPU time (s) 0.04
Current children cumulated vsize (KiB) 20828

[startup+0.100857 s]
/proc/loadavg: 7.55 7.45 7.70 2/317 10105
/proc/meminfo: memFree=11010064/32951124 swapFree=67093864/67111528
[pid=10105] ppid=10103 vsize=29676 CPUtime=0.09 cores=0,2,4,6
/proc/10105/stat : 10105 (plingeling) R 10103 10105 8860 0 -1 4202496 5535 1256 0 0 9 0 0 0 25 0 1 0 653816414 30388224 5443 33554432000 4194304 4417452 140735604861024 18446744073709551615 212436016896 0 0 4096 17442 0 0 0 17 4 0 0 0
/proc/10105/statm: 7419 5443 149 55 0 5305 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 29676

[startup+0.300825 s]
/proc/loadavg: 7.55 7.45 7.70 2/317 10105
/proc/meminfo: memFree=11010064/32951124 swapFree=67093864/67111528
[pid=10105] ppid=10103 vsize=82436 CPUtime=0.29 cores=0,2,4,6
/proc/10105/stat : 10105 (plingeling) R 10103 10105 8860 0 -1 4202496 18756 1256 0 0 28 1 0 0 25 0 1 0 653816414 84414464 18633 33554432000 4194304 4417452 140735604861024 18446744073709551615 212436016896 0 0 4096 17442 0 0 0 17 4 0 0 0
/proc/10105/statm: 20609 18633 149 55 0 18495 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 82436

[startup+0.700713 s]
/proc/loadavg: 7.55 7.45 7.70 2/317 10105
/proc/meminfo: memFree=11010064/32951124 swapFree=67093864/67111528
[pid=10105] ppid=10103 vsize=152444 CPUtime=0.69 cores=0,2,4,6
/proc/10105/stat : 10105 (plingeling) R 10103 10105 8860 0 -1 4202496 36294 1256 0 0 66 3 0 0 25 0 1 0 653816414 156102656 36135 33554432000 4194304 4417452 140735604861024 18446744073709551615 212436016896 0 0 4096 17442 0 0 0 17 4 0 0 0
/proc/10105/statm: 38111 36135 149 55 0 35997 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 152444

[startup+1.5005 s]
/proc/loadavg: 7.11 7.36 7.67 10/326 10119
/proc/meminfo: memFree=10706324/32951124 swapFree=67093864/67111528
[pid=10105] ppid=10103 vsize=282500 CPUtime=3.12 cores=0,2,4,6
/proc/10105/stat : 10105 (plingeling) S 10103 10105 8860 0 -1 4202496 61903 1256 0 0 304 8 0 0 25 0 5 0 653816414 289280000 46033 33554432000 4194304 4417452 140735604861024 18446744073709551615 212447819749 0 0 4096 17442 18446744073709551615 0 0 17 4 0 0 0
/proc/10105/statm: 70625 46033 173 55 0 68511 0
[pid=10105/tid=10116] ppid=10103 vsize=282500 CPUtime=0.54 cores=0,2,4,6
/proc/10105/task/10116/stat : 10116 (plingeling) R 10103 10105 8860 0 -1 4202560 7046 1256 0 0 53 1 0 0 18 0 5 0 653816509 289280000 46033 33554432000 4194304 4417452 140735604861024 18446744073709551615 4281668 0 0 4096 17442 0 0 0 -1 4 0 0 0
[pid=10105/tid=10117] ppid=10103 vsize=282500 CPUtime=0.54 cores=0,2,4,6
/proc/10105/task/10117/stat : 10117 (plingeling) R 10103 10105 8860 0 -1 4202560 7034 1256 0 0 53 1 0 0 18 0 5 0 653816509 289280000 46033 33554432000 4194304 4417452 140735604861024 18446744073709551615 4292281 0 0 4096 17442 0 0 0 -1 2 0 0 0
[pid=10105/tid=10118] ppid=10103 vsize=282500 CPUtime=0.52 cores=0,2,4,6
/proc/10105/task/10118/stat : 10118 (plingeling) R 10103 10105 8860 0 -1 4202560 6968 1256 0 0 52 0 0 0 25 0 5 0 653816509 289280000 46033 33554432000 4194304 4417452 140735604861024 18446744073709551615 4290456 0 0 4096 17442 0 0 0 -1 6 0 0 0
[pid=10105/tid=10119] ppid=10103 vsize=282500 CPUtime=0.53 cores=0,2,4,6
/proc/10105/task/10119/stat : 10119 (plingeling) R 10103 10105 8860 0 -1 4202560 4549 1256 0 0 53 0 0 0 18 0 5 0 653816509 289280000 46033 33554432000 4194304 4417452 140735604861024 18446744073709551615 4236649 0 0 4096 17442 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 3.12
Current children cumulated vsize (KiB) 282500

[startup+3.10119 s]
/proc/loadavg: 7.11 7.36 7.67 10/326 10119
/proc/meminfo: memFree=10615804/32951124 swapFree=67093864/67111528
[pid=10105] ppid=10103 vsize=287344 CPUtime=9.51 cores=0,2,4,6
/proc/10105/stat : 10105 (plingeling) S 10103 10105 8860 0 -1 4202496 91965 1256 0 0 940 11 0 0 25 0 5 0 653816414 294240256 50754 33554432000 4194304 4417452 140735604861024 18446744073709551615 212447819749 0 0 4096 17442 18446744073709551615 0 0 17 4 0 0 0
/proc/10105/statm: 71836 50754 176 55 0 69722 0
[pid=10105/tid=10116] ppid=10103 vsize=287344 CPUtime=2.14 cores=0,2,4,6
/proc/10105/task/10116/stat : 10116 (plingeling) R 10103 10105 8860 0 -1 4202560 15052 1256 0 0 212 2 0 0 21 0 5 0 653816509 294240256 50754 33554432000 4194304 4417452 140735604861024 18446744073709551615 4277571 0 0 4096 17442 0 0 0 -1 4 0 0 0
[pid=10105/tid=10117] ppid=10103 vsize=287344 CPUtime=2.14 cores=0,2,4,6
/proc/10105/task/10117/stat : 10117 (plingeling) R 10103 10105 8860 0 -1 4202560 16910 1256 0 0 212 2 0 0 21 0 5 0 653816509 294240256 50754 33554432000 4194304 4417452 140735604861024 18446744073709551615 4276714 0 0 4096 17442 0 0 0 -1 2 0 0 0
[pid=10105/tid=10118] ppid=10103 vsize=287344 CPUtime=2.11 cores=0,2,4,6
/proc/10105/task/10118/stat : 10118 (plingeling) R 10103 10105 8860 0 -1 4202560 19147 1256 0 0 209 2 0 0 25 0 5 0 653816509 294240256 50754 33554432000 4194304 4417452 140735604861024 18446744073709551615 4276590 0 0 4096 17442 0 0 0 -1 6 0 0 0
[pid=10105/tid=10119] ppid=10103 vsize=287344 CPUtime=2.13 cores=0,2,4,6
/proc/10105/task/10119/stat : 10119 (plingeling) R 10103 10105 8860 0 -1 4202560 4550 1256 0 0 213 0 0 0 21 0 5 0 653816509 294240256 50754 33554432000 4194304 4417452 140735604861024 18446744073709551615 4236649 0 0 4096 17442 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 9.51
Current children cumulated vsize (KiB) 287344

[startup+6.30063 s]
/proc/loadavg: 7.11 7.36 7.67 6/319 10122
/proc/meminfo: memFree=10783392/32951124 swapFree=67093864/67111528
[pid=10105] ppid=10103 vsize=328224 CPUtime=22.27 cores=0,2,4,6
/proc/10105/stat : 10105 (plingeling) S 10103 10105 8860 0 -1 4202496 136446 1256 0 0 2208 19 0 0 25 0 5 0 653816414 336101376 58824 33554432000 4194304 4417452 140735604861024 18446744073709551615 212447819749 0 0 4096 17442 18446744073709551615 0 0 17 4 0 0 0
/proc/10105/statm: 82056 58824 179 55 0 79942 0
[pid=10105/tid=10116] ppid=10103 vsize=328224 CPUtime=5.33 cores=0,2,4,6
/proc/10105/task/10116/stat : 10116 (plingeling) R 10103 10105 8860 0 -1 4202560 25034 1256 0 0 530 3 0 0 25 0 5 0 653816509 336101376 58824 33554432000 4194304 4417452 140735604861024 18446744073709551615 4252927 0 0 4096 17442 0 0 0 -1 4 0 0 0
[pid=10105/tid=10117] ppid=10103 vsize=328224 CPUtime=5.33 cores=0,2,4,6
/proc/10105/task/10117/stat : 10117 (plingeling) R 10103 10105 8860 0 -1 4202560 40272 1256 0 0 527 6 0 0 25 0 5 0 653816509 336101376 58824 33554432000 4194304 4417452 140735604861024 18446744073709551615 4271632 0 0 4096 17442 0 0 0 -1 2 0 0 0
[pid=10105/tid=10118] ppid=10103 vsize=328224 CPUtime=5.28 cores=0,2,4,6
/proc/10105/task/10118/stat : 10118 (plingeling) R 10103 10105 8860 0 -1 4202560 30284 1256 0 0 524 4 0 0 25 0 5 0 653816509 336101376 58824 33554432000 4194304 4417452 140735604861024 18446744073709551615 4258389 0 0 4096 17442 0 0 0 -1 6 0 0 0
[pid=10105/tid=10119] ppid=10103 vsize=328224 CPUtime=5.33 cores=0,2,4,6
/proc/10105/task/10119/stat : 10119 (plingeling) R 10103 10105 8860 0 -1 4202560 4550 1256 0 0 533 0 0 0 25 0 5 0 653816509 336101376 58824 33554432000 4194304 4417452 140735604861024 18446744073709551615 4364619 0 0 4096 17442 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 22.27
Current children cumulated vsize (KiB) 328224

[startup+12.7004 s]
/proc/loadavg: 7.02 7.33 7.66 9/326 10155
/proc/meminfo: memFree=10556320/32951124 swapFree=67093864/67111528
[pid=10105] ppid=10103 vsize=344432 CPUtime=47.8 cores=0,2,4,6
/proc/10105/stat : 10105 (plingeling) S 10103 10105 8860 0 -1 4202496 142086 1256 0 0 4758 22 0 0 25 0 5 0 653816414 352698368 64418 33554432000 4194304 4417452 140735604861024 18446744073709551615 212447819749 0 0 4096 17442 18446744073709551615 0 0 17 4 0 0 0
/proc/10105/statm: 86108 64418 179 55 0 83994 0
[pid=10105/tid=10116] ppid=10103 vsize=344432 CPUtime=11.74 cores=0,2,4,6
/proc/10105/task/10116/stat : 10116 (plingeling) R 10103 10105 8860 0 -1 4202560 27086 1256 0 0 1170 4 0 0 25 0 5 0 653816509 352698368 64418 33554432000 4194304 4417452 140735604861024 18446744073709551615 4252377 0 0 4096 17442 0 0 0 -1 4 0 0 0
[pid=10105/tid=10117] ppid=10103 vsize=344432 CPUtime=11.73 cores=0,2,4,6
/proc/10105/task/10117/stat : 10117 (plingeling) R 10103 10105 8860 0 -1 4202560 42836 1256 0 0 1166 7 0 0 25 0 5 0 653816509 352698368 64418 33554432000 4194304 4417452 140735604861024 18446744073709551615 4253237 0 0 4096 17442 0 0 0 -1 2 0 0 0
[pid=10105/tid=10118] ppid=10103 vsize=344432 CPUtime=11.62 cores=0,2,4,6
/proc/10105/task/10118/stat : 10118 (plingeling) R 10103 10105 8860 0 -1 4202560 31308 1256 0 0 1157 5 0 0 25 0 5 0 653816509 352698368 64418 33554432000 4194304 4417452 140735604861024 18446744073709551615 4236649 0 0 4096 17442 0 0 0 -1 6 0 0 0
[pid=10105/tid=10119] ppid=10103 vsize=344432 CPUtime=11.73 cores=0,2,4,6
/proc/10105/task/10119/stat : 10119 (plingeling) R 10103 10105 8860 0 -1 4202560 4550 1256 0 0 1173 0 0 0 25 0 5 0 653816509 352698368 64418 33554432000 4194304 4417452 140735604861024 18446744073709551615 4364572 0 0 4096 17442 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 47.8
Current children cumulated vsize (KiB) 344432

[startup+25.5009 s]
/proc/loadavg: 7.17 7.36 7.66 9/326 10264
/proc/meminfo: memFree=10670548/32951124 swapFree=67093864/67111528
[pid=10105] ppid=10103 vsize=361792 CPUtime=98.86 cores=0,2,4,6
/proc/10105/stat : 10105 (plingeling) S 10103 10105 8860 0 -1 4202496 163284 1256 0 0 9859 27 0 0 25 0 5 0 653816414 370475008 68758 33554432000 4194304 4417452 140735604861024 18446744073709551615 212447819749 0 0 4096 17442 18446744073709551615 0 0 17 4 0 0 0
/proc/10105/statm: 90448 68758 179 55 0 88334 0
[pid=10105/tid=10116] ppid=10103 vsize=361792 CPUtime=24.54 cores=0,2,4,6
/proc/10105/task/10116/stat : 10116 (plingeling) R 10103 10105 8860 0 -1 4202560 35278 1256 0 0 2448 6 0 0 20 0 5 0 653816509 370475008 68758 33554432000 4194304 4417452 140735604861024 18446744073709551615 4236778 0 0 4096 17442 0 0 0 -1 4 0 0 0
[pid=10105/tid=10117] ppid=10103 vsize=361792 CPUtime=24.52 cores=0,2,4,6
/proc/10105/task/10117/stat : 10117 (plingeling) R 10103 10105 8860 0 -1 4202560 51028 1256 0 0 2443 9 0 0 25 0 5 0 653816509 370475008 68758 33554432000 4194304 4417452 140735604861024 18446744073709551615 4364550 0 0 4096 17442 0 0 0 -1 2 0 0 0
[pid=10105/tid=10118] ppid=10103 vsize=361792 CPUtime=24.28 cores=0,2,4,6
/proc/10105/task/10118/stat : 10118 (plingeling) R 10103 10105 8860 0 -1 4202560 36122 1256 0 0 2422 6 0 0 25 0 5 0 653816509 370475008 68758 33554432000 4194304 4417452 140735604861024 18446744073709551615 4365130 0 0 4096 17442 0 0 0 -1 6 0 0 0
[pid=10105/tid=10119] ppid=10103 vsize=361792 CPUtime=24.53 cores=0,2,4,6
/proc/10105/task/10119/stat : 10119 (plingeling) R 10103 10105 8860 0 -1 4202560 4550 1256 0 0 2453 0 0 0 25 0 5 0 653816509 370475008 68758 33554432000 4194304 4417452 140735604861024 18446744073709551615 4364626 0 0 4096 17442 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 98.86
Current children cumulated vsize (KiB) 361792

[startup+51.1011 s]
/proc/loadavg: 7.37 7.39 7.66 9/326 10300
/proc/meminfo: memFree=10588192/32951124 swapFree=67093864/67111528
[pid=10105] ppid=10103 vsize=401204 CPUtime=201.01 cores=0,2,4,6
/proc/10105/stat : 10105 (plingeling) S 10103 10105 8860 0 -1 4202496 173347 1256 0 0 20072 29 0 0 25 0 5 0 653816414 410832896 73746 33554432000 4194304 4417452 140735604861024 18446744073709551615 212447819749 0 0 4096 17442 18446744073709551615 0 0 17 4 0 0 0
/proc/10105/statm: 100301 73746 180 55 0 98187 0
[pid=10105/tid=10116] ppid=10103 vsize=401204 CPUtime=50.14 cores=0,2,4,6
/proc/10105/task/10116/stat : 10116 (plingeling) R 10103 10105 8860 0 -1 4202560 39472 1256 0 0 5008 6 0 0 25 0 5 0 653816509 410832896 73746 33554432000 4194304 4417452 140735604861024 18446744073709551615 4253179 0 0 4096 17442 0 0 0 -1 4 0 0 0
[pid=10105/tid=10117] ppid=10103 vsize=401204 CPUtime=50.12 cores=0,2,4,6
/proc/10105/task/10117/stat : 10117 (plingeling) R 10103 10105 8860 0 -1 4202560 56247 1256 0 0 5002 10 0 0 25 0 5 0 653816509 410832896 73746 33554432000 4194304 4417452 140735604861024 18446744073709551615 4253162 0 0 4096 17442 0 0 0 -1 2 0 0 0
[pid=10105/tid=10118] ppid=10103 vsize=401204 CPUtime=49.62 cores=0,2,4,6
/proc/10105/task/10118/stat : 10118 (plingeling) R 10103 10105 8860 0 -1 4202560 36772 1256 0 0 4956 6 0 0 25 0 5 0 653816509 410832896 73746 33554432000 4194304 4417452 140735604861024 18446744073709551615 4364495 0 0 4096 17442 0 0 0 -1 6 0 0 0
[pid=10105/tid=10119] ppid=10103 vsize=401204 CPUtime=50.14 cores=0,2,4,6
/proc/10105/task/10119/stat : 10119 (plingeling) R 10103 10105 8860 0 -1 4202560 4550 1256 0 0 5014 0 0 0 25 0 5 0 653816509 410832896 73746 33554432000 4194304 4417452 140735604861024 18446744073709551615 4251091 0 0 4096 17442 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 201.01
Current children cumulated vsize (KiB) 401204

[startup+102.312 s]
/proc/loadavg: 7.81 7.51 7.68 9/326 10302
/proc/meminfo: memFree=10543288/32951124 swapFree=67093864/67111528
[pid=10105] ppid=10103 vsize=440392 CPUtime=405.33 cores=0,2,4,6
/proc/10105/stat : 10105 (plingeling) S 10103 10105 8860 0 -1 4202496 183707 1256 0 0 40503 30 0 0 25 0 5 0 653816414 450961408 83549 33554432000 4194304 4417452 140735604861024 18446744073709551615 212447819749 0 0 4096 17442 18446744073709551615 0 0 17 4 0 0 0
/proc/10105/statm: 110098 83549 180 55 0 107984 0
[pid=10105/tid=10116] ppid=10103 vsize=440392 CPUtime=101.35 cores=0,2,4,6
/proc/10105/task/10116/stat : 10116 (plingeling) R 10103 10105 8860 0 -1 4202560 39704 1256 0 0 10129 6 0 0 25 0 5 0 653816509 450961408 83549 33554432000 4194304 4417452 140735604861024 18446744073709551615 4277684 0 0 4096 17442 0 0 0 -1 4 0 0 0
[pid=10105/tid=10117] ppid=10103 vsize=440392 CPUtime=101.32 cores=0,2,4,6
/proc/10105/task/10117/stat : 10117 (plingeling) R 10103 10105 8860 0 -1 4202560 57990 1256 0 0 10122 10 0 0 25 0 5 0 653816509 450961408 83549 33554432000 4194304 4417452 140735604861024 18446744073709551615 4236778 0 0 4096 17442 0 0 0 -1 2 0 0 0
[pid=10105/tid=10118] ppid=10103 vsize=440392 CPUtime=100.32 cores=0,2,4,6
/proc/10105/task/10118/stat : 10118 (plingeling) R 10103 10105 8860 0 -1 4202560 41061 1256 0 0 10025 7 0 0 25 0 5 0 653816509 450961408 83549 33554432000 4194304 4417452 140735604861024 18446744073709551615 4252431 0 0 4096 17442 0 0 0 -1 6 0 0 0
[pid=10105/tid=10119] ppid=10103 vsize=440392 CPUtime=101.35 cores=0,2,4,6
/proc/10105/task/10119/stat : 10119 (plingeling) R 10103 10105 8860 0 -1 4202560 8646 1256 0 0 10134 1 0 0 25 0 5 0 653816509 450961408 83549 33554432000 4194304 4417452 140735604861024 18446744073709551615 4364555 0 0 4096 17442 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 405.33
Current children cumulated vsize (KiB) 440392

[startup+162.301 s]
/proc/loadavg: 8.02 7.62 7.71 9/326 10303
/proc/meminfo: memFree=10532568/32951124 swapFree=67093864/67111528
[pid=10105] ppid=10103 vsize=439916 CPUtime=644.69 cores=0,2,4,6
/proc/10105/stat : 10105 (plingeling) S 10103 10105 8860 0 -1 4202496 183926 1256 0 0 64439 30 0 0 25 0 5 0 653816414 450473984 83430 33554432000 4194304 4417452 140735604861024 18446744073709551615 212447819749 0 0 4096 17442 18446744073709551615 0 0 17 4 0 0 0
/proc/10105/statm: 109979 83430 180 55 0 107865 0
[pid=10105/tid=10116] ppid=10103 vsize=439916 CPUtime=161.34 cores=0,2,4,6
/proc/10105/task/10116/stat : 10116 (plingeling) R 10103 10105 8860 0 -1 4202560 39774 1256 0 0 16128 6 0 0 25 0 5 0 653816509 450473984 83430 33554432000 4194304 4417452 140735604861024 18446744073709551615 4279031 0 0 4096 17442 0 0 0 -1 4 0 0 0
[pid=10105/tid=10117] ppid=10103 vsize=439916 CPUtime=161.32 cores=0,2,4,6
/proc/10105/task/10117/stat : 10117 (plingeling) R 10103 10105 8860 0 -1 4202560 58059 1256 0 0 16121 11 0 0 25 0 5 0 653816509 450473984 83430 33554432000 4194304 4417452 140735604861024 18446744073709551615 4364727 0 0 4096 17442 0 0 0 -1 2 0 0 0
[pid=10105/tid=10118] ppid=10103 vsize=439916 CPUtime=159.72 cores=0,2,4,6
/proc/10105/task/10118/stat : 10118 (plingeling) R 10103 10105 8860 0 -1 4202560 41141 1256 0 0 15965 7 0 0 25 0 5 0 653816509 450473984 83430 33554432000 4194304 4417452 140735604861024 18446744073709551615 4249171 0 0 4096 17442 0 0 0 -1 6 0 0 0
[pid=10105/tid=10119] ppid=10103 vsize=439916 CPUtime=161.34 cores=0,2,4,6
/proc/10105/task/10119/stat : 10119 (plingeling) R 10103 10105 8860 0 -1 4202560 8646 1256 0 0 16133 1 0 0 25 0 5 0 653816509 450473984 83430 33554432000 4194304 4417452 140735604861024 18446744073709551615 4236778 0 0 4096 17442 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 644.69
Current children cumulated vsize (KiB) 439916


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

[pid=10105/tid=10117] ppid=10103 vsize=462956 CPUtime=701.25 cores=0,2,4,6
/proc/10105/task/10117/stat : 10117 (plingeling) R 10103 10105 8860 0 -1 4202560 61943 1256 0 0 70113 12 0 0 25 0 5 0 653816509 474066944 89190 33554432000 4194304 4417452 140735604861024 18446744073709551615 4364809 0 0 4096 17442 0 0 0 -1 2 0 0 0
[pid=10105/tid=10118] ppid=10103 vsize=462956 CPUtime=694.34 cores=0,2,4,6
/proc/10105/task/10118/stat : 10118 (plingeling) R 10103 10105 8860 0 -1 4202560 41868 1256 0 0 69427 7 0 0 25 0 5 0 653816509 474066944 89190 33554432000 4194304 4417452 140735604861024 18446744073709551615 4316278 0 0 4096 17442 0 0 0 -1 6 0 0 0
[pid=10105/tid=10119] ppid=10103 vsize=462956 CPUtime=701.34 cores=0,2,4,6
/proc/10105/task/10119/stat : 10119 (plingeling) R 10103 10105 8860 0 -1 4202560 8646 1256 0 0 70133 1 0 0 25 0 5 0 653816509 474066944 89190 33554432000 4194304 4417452 140735604861024 18446744073709551615 4365959 0 0 4096 17442 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 2799.27
Current children cumulated vsize (KiB) 462956

[startup+762.312 s]
/proc/loadavg: 8.09 8.03 7.87 9/326 10319
/proc/meminfo: memFree=10219868/32951124 swapFree=67093864/67111528
[pid=10105] ppid=10103 vsize=462732 CPUtime=3038.71 cores=0,2,4,6
/proc/10105/stat : 10105 (plingeling) S 10103 10105 8860 0 -1 4202496 191269 1256 0 0 303838 33 0 0 25 0 5 0 653816414 473837568 89134 33554432000 4194304 4417452 140735604861024 18446744073709551615 212447819749 0 0 4096 17442 18446744073709551615 0 0 17 4 0 0 0
/proc/10105/statm: 115683 89134 180 55 0 113569 0
[pid=10105/tid=10116] ppid=10103 vsize=462732 CPUtime=761.38 cores=0,2,4,6
/proc/10105/task/10116/stat : 10116 (plingeling) R 10103 10105 8860 0 -1 4202560 42506 1256 0 0 76131 7 0 0 25 0 5 0 653816509 473837568 89134 33554432000 4194304 4417452 140735604861024 18446744073709551615 4364550 0 0 4096 17442 0 0 0 -1 4 0 0 0
[pid=10105/tid=10117] ppid=10103 vsize=462732 CPUtime=761.25 cores=0,2,4,6
/proc/10105/task/10117/stat : 10117 (plingeling) R 10103 10105 8860 0 -1 4202560 61943 1256 0 0 76113 12 0 0 25 0 5 0 653816509 473837568 89134 33554432000 4194304 4417452 140735604861024 18446744073709551615 4278246 0 0 4096 17442 0 0 0 -1 2 0 0 0
[pid=10105/tid=10118] ppid=10103 vsize=462732 CPUtime=753.74 cores=0,2,4,6
/proc/10105/task/10118/stat : 10118 (plingeling) R 10103 10105 8860 0 -1 4202560 41868 1256 0 0 75367 7 0 0 25 0 5 0 653816509 473837568 89134 33554432000 4194304 4417452 140735604861024 18446744073709551615 4365181 0 0 4096 17442 0 0 0 -1 6 0 0 0
[pid=10105/tid=10119] ppid=10103 vsize=462732 CPUtime=761.35 cores=0,2,4,6
/proc/10105/task/10119/stat : 10119 (plingeling) R 10103 10105 8860 0 -1 4202560 8646 1256 0 0 76134 1 0 0 25 0 5 0 653816509 473837568 89134 33554432000 4194304 4417452 140735604861024 18446744073709551615 4281949 0 0 4096 17442 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 3038.71
Current children cumulated vsize (KiB) 462732

[startup+822.301 s]
/proc/loadavg: 8.07 8.03 7.88 9/326 10321
/proc/meminfo: memFree=10226416/32951124 swapFree=67093864/67111528
[pid=10105] ppid=10103 vsize=463344 CPUtime=3278.07 cores=0,2,4,6
/proc/10105/stat : 10105 (plingeling) S 10103 10105 8860 0 -1 4202496 191423 1256 0 0 327774 33 0 0 25 0 5 0 653816414 474464256 89287 33554432000 4194304 4417452 140735604861024 18446744073709551615 212447819749 0 0 4096 17442 18446744073709551615 0 0 17 4 0 0 0
/proc/10105/statm: 115836 89287 180 55 0 113722 0
[pid=10105/tid=10116] ppid=10103 vsize=463344 CPUtime=821.37 cores=0,2,4,6
/proc/10105/task/10116/stat : 10116 (plingeling) R 10103 10105 8860 0 -1 4202560 42560 1256 0 0 82130 7 0 0 25 0 5 0 653816509 474464256 89287 33554432000 4194304 4417452 140735604861024 18446744073709551615 4364907 0 0 4096 17442 0 0 0 -1 4 0 0 0
[pid=10105/tid=10117] ppid=10103 vsize=463344 CPUtime=821.23 cores=0,2,4,6
/proc/10105/task/10117/stat : 10117 (plingeling) R 10103 10105 8860 0 -1 4202560 61997 1256 0 0 82111 12 0 0 25 0 5 0 653816509 474464256 89287 33554432000 4194304 4417452 140735604861024 18446744073709551615 4366051 0 0 4096 17442 0 0 0 -1 2 0 0 0
[pid=10105/tid=10118] ppid=10103 vsize=463344 CPUtime=813.14 cores=0,2,4,6
/proc/10105/task/10118/stat : 10118 (plingeling) R 10103 10105 8860 0 -1 4202560 41914 1256 0 0 81307 7 0 0 25 0 5 0 653816509 474464256 89287 33554432000 4194304 4417452 140735604861024 18446744073709551615 4364594 0 0 4096 17442 0 0 0 -1 6 0 0 0
[pid=10105/tid=10119] ppid=10103 vsize=463344 CPUtime=821.34 cores=0,2,4,6
/proc/10105/task/10119/stat : 10119 (plingeling) R 10103 10105 8860 0 -1 4202560 8646 1256 0 0 82133 1 0 0 25 0 5 0 653816509 474464256 89287 33554432000 4194304 4417452 140735604861024 18446744073709551615 4365167 0 0 4096 17442 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 3278.07
Current children cumulated vsize (KiB) 463344

[startup+882.3 s]
/proc/loadavg: 8.06 8.04 7.90 9/326 10322
/proc/meminfo: memFree=10230728/32951124 swapFree=67093864/67111528
[pid=10105] ppid=10103 vsize=483444 CPUtime=3517.46 cores=0,2,4,6
/proc/10105/stat : 10105 (plingeling) S 10103 10105 8860 0 -1 4202496 196603 1256 0 0 351713 33 0 0 25 0 5 0 653816414 495046656 94312 33554432000 4194304 4417452 140735604861024 18446744073709551615 212447819749 0 0 4096 17442 18446744073709551615 0 0 17 4 0 0 0
/proc/10105/statm: 120861 94312 180 55 0 118747 0
[pid=10105/tid=10116] ppid=10103 vsize=483444 CPUtime=881.37 cores=0,2,4,6
/proc/10105/task/10116/stat : 10116 (plingeling) R 10103 10105 8860 0 -1 4202560 44361 1256 0 0 88130 7 0 0 25 0 5 0 653816509 495046656 94312 33554432000 4194304 4417452 140735604861024 18446744073709551615 4237290 0 0 4096 17442 0 0 0 -1 4 0 0 0
[pid=10105/tid=10117] ppid=10103 vsize=483444 CPUtime=881.22 cores=0,2,4,6
/proc/10105/task/10117/stat : 10117 (plingeling) R 10103 10105 8860 0 -1 4202560 61997 1256 0 0 88110 12 0 0 25 0 5 0 653816509 495046656 94312 33554432000 4194304 4417452 140735604861024 18446744073709551615 4236778 0 0 4096 17442 0 0 0 -1 2 0 0 0
[pid=10105/tid=10118] ppid=10103 vsize=483444 CPUtime=872.54 cores=0,2,4,6
/proc/10105/task/10118/stat : 10118 (plingeling) R 10103 10105 8860 0 -1 4202560 44088 1256 0 0 87247 7 0 0 25 0 5 0 653816509 495046656 94312 33554432000 4194304 4417452 140735604861024 18446744073709551615 4364550 0 0 4096 17442 0 0 0 -1 6 0 0 0
[pid=10105/tid=10119] ppid=10103 vsize=483444 CPUtime=881.34 cores=0,2,4,6
/proc/10105/task/10119/stat : 10119 (plingeling) R 10103 10105 8860 0 -1 4202560 9851 1256 0 0 88133 1 0 0 25 0 5 0 653816509 495046656 94312 33554432000 4194304 4417452 140735604861024 18446744073709551615 4236778 0 0 4096 17442 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 3517.46
Current children cumulated vsize (KiB) 483444

[startup+942.301 s]
/proc/loadavg: 8.09 8.04 7.91 9/326 10324
/proc/meminfo: memFree=10199688/32951124 swapFree=67093864/67111528
[pid=10105] ppid=10103 vsize=484040 CPUtime=3756.86 cores=0,2,4,6
/proc/10105/stat : 10105 (plingeling) S 10103 10105 8860 0 -1 4202496 196753 1256 0 0 375653 33 0 0 25 0 5 0 653816414 495656960 94461 33554432000 4194304 4417452 140735604861024 18446744073709551615 212447819749 0 0 4096 17442 18446744073709551615 0 0 17 4 0 0 0
/proc/10105/statm: 121010 94461 180 55 0 118896 0
[pid=10105/tid=10116] ppid=10103 vsize=484040 CPUtime=941.37 cores=0,2,4,6
/proc/10105/task/10116/stat : 10116 (plingeling) R 10103 10105 8860 0 -1 4202560 44414 1256 0 0 94130 7 0 0 25 0 5 0 653816509 495656960 94461 33554432000 4194304 4417452 140735604861024 18446744073709551615 4364550 0 0 4096 17442 0 0 0 -1 4 0 0 0
[pid=10105/tid=10117] ppid=10103 vsize=484040 CPUtime=941.21 cores=0,2,4,6
/proc/10105/task/10117/stat : 10117 (plingeling) R 10103 10105 8860 0 -1 4202560 62049 1256 0 0 94109 12 0 0 25 0 5 0 653816509 495656960 94461 33554432000 4194304 4417452 140735604861024 18446744073709551615 4281668 0 0 4096 17442 0 0 0 -1 2 0 0 0
[pid=10105/tid=10118] ppid=10103 vsize=484040 CPUtime=931.95 cores=0,2,4,6
/proc/10105/task/10118/stat : 10118 (plingeling) R 10103 10105 8860 0 -1 4202560 44133 1256 0 0 93188 7 0 0 25 0 5 0 653816509 495656960 94461 33554432000 4194304 4417452 140735604861024 18446744073709551615 4364907 0 0 4096 17442 0 0 0 -1 6 0 0 0
[pid=10105/tid=10119] ppid=10103 vsize=484040 CPUtime=941.34 cores=0,2,4,6
/proc/10105/task/10119/stat : 10119 (plingeling) R 10103 10105 8860 0 -1 4202560 9851 1256 0 0 94133 1 0 0 25 0 5 0 653816509 495656960 94461 33554432000 4194304 4417452 140735604861024 18446744073709551615 4364634 0 0 4096 17442 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 3756.86
Current children cumulated vsize (KiB) 484040

[startup+1002.3 s]
/proc/loadavg: 8.03 8.03 7.91 9/326 10326
/proc/meminfo: memFree=10096736/32951124 swapFree=67093864/67111528
[pid=10105] ppid=10103 vsize=483860 CPUtime=3996.26 cores=0,2,4,6
/proc/10105/stat : 10105 (plingeling) S 10103 10105 8860 0 -1 4202496 196753 1256 0 0 399592 34 0 0 25 0 5 0 653816414 495472640 94416 33554432000 4194304 4417452 140735604861024 18446744073709551615 212447819749 0 0 4096 17442 18446744073709551615 0 0 17 4 0 0 0
/proc/10105/statm: 120965 94416 180 55 0 118851 0
[pid=10105/tid=10116] ppid=10103 vsize=483860 CPUtime=1001.37 cores=0,2,4,6
/proc/10105/task/10116/stat : 10116 (plingeling) R 10103 10105 8860 0 -1 4202560 44414 1256 0 0 100130 7 0 0 25 0 5 0 653816509 495472640 94416 33554432000 4194304 4417452 140735604861024 18446744073709551615 4366472 0 0 4096 17442 0 0 0 -1 4 0 0 0
[pid=10105/tid=10117] ppid=10103 vsize=483860 CPUtime=1001.21 cores=0,2,4,6
/proc/10105/task/10117/stat : 10117 (plingeling) R 10103 10105 8860 0 -1 4202560 62049 1256 0 0 100109 12 0 0 25 0 5 0 653816509 495472640 94416 33554432000 4194304 4417452 140735604861024 18446744073709551615 4236986 0 0 4096 17442 0 0 0 -1 2 0 0 0
[pid=10105/tid=10118] ppid=10103 vsize=483860 CPUtime=991.34 cores=0,2,4,6
/proc/10105/task/10118/stat : 10118 (plingeling) R 10103 10105 8860 0 -1 4202560 44133 1256 0 0 99127 7 0 0 25 0 5 0 653816509 495472640 94416 33554432000 4194304 4417452 140735604861024 18446744073709551615 4277864 0 0 4096 17442 0 0 0 -1 6 0 0 0
[pid=10105/tid=10119] ppid=10103 vsize=483860 CPUtime=1001.35 cores=0,2,4,6
/proc/10105/task/10119/stat : 10119 (plingeling) R 10103 10105 8860 0 -1 4202560 9851 1256 0 0 100133 2 0 0 25 0 5 0 653816509 495472640 94416 33554432000 4194304 4417452 140735604861024 18446744073709551615 4364587 0 0 4096 17442 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 3996.26
Current children cumulated vsize (KiB) 483860

[startup+1062.3 s]
/proc/loadavg: 7.45 7.91 7.87 5/316 10344
/proc/meminfo: memFree=10670940/32951124 swapFree=67093864/67111528
[pid=10105] ppid=10103 vsize=466888 CPUtime=4235.67 cores=0,2,4,6
/proc/10105/stat : 10105 (plingeling) S 10103 10105 8860 0 -1 4202496 201782 1256 0 0 423532 35 0 0 25 0 5 0 653816414 478093312 90205 33554432000 4194304 4417452 140735604861024 18446744073709551615 212447819749 0 0 4096 17442 18446744073709551615 0 0 17 4 0 0 0
/proc/10105/statm: 116722 90205 180 55 0 114608 0
[pid=10105/tid=10116] ppid=10103 vsize=466888 CPUtime=1061.38 cores=0,2,4,6
/proc/10105/task/10116/stat : 10116 (plingeling) R 10103 10105 8860 0 -1 4202560 49347 1256 0 0 106130 8 0 0 25 0 5 0 653816509 478093312 90205 33554432000 4194304 4417452 140735604861024 18446744073709551615 4281668 0 0 4096 17442 0 0 0 -1 4 0 0 0
[pid=10105/tid=10117] ppid=10103 vsize=466888 CPUtime=1061.2 cores=0,2,4,6
/proc/10105/task/10117/stat : 10117 (plingeling) R 10103 10105 8860 0 -1 4202560 62101 1256 0 0 106108 12 0 0 25 0 5 0 653816509 478093312 90205 33554432000 4194304 4417452 140735604861024 18446744073709551615 4365936 0 0 4096 17442 0 0 0 -1 2 0 0 0
[pid=10105/tid=10118] ppid=10103 vsize=466888 CPUtime=1050.75 cores=0,2,4,6
/proc/10105/task/10118/stat : 10118 (plingeling) R 10103 10105 8860 0 -1 4202560 44177 1256 0 0 105068 7 0 0 25 0 5 0 653816509 478093312 90205 33554432000 4194304 4417452 140735604861024 18446744073709551615 4365004 0 0 4096 17442 0 0 0 -1 6 0 0 0
[pid=10105/tid=10119] ppid=10103 vsize=466888 CPUtime=1061.35 cores=0,2,4,6
/proc/10105/task/10119/stat : 10119 (plingeling) R 10103 10105 8860 0 -1 4202560 9851 1256 0 0 106133 2 0 0 25 0 5 0 653816509 478093312 90205 33554432000 4194304 4417452 140735604861024 18446744073709551615 4237211 0 0 4096 17442 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 4235.67
Current children cumulated vsize (KiB) 466888

[startup+1122.3 s]
/proc/loadavg: 5.27 7.19 7.63 5/316 10346
/proc/meminfo: memFree=10650088/32951124 swapFree=67093864/67111528
[pid=10105] ppid=10103 vsize=488572 CPUtime=4475.05 cores=0,2,4,6
/proc/10105/stat : 10105 (plingeling) S 10103 10105 8860 0 -1 4202496 210333 1256 0 0 447469 36 0 0 25 0 5 0 653816414 500297728 95594 33554432000 4194304 4417452 140735604861024 18446744073709551615 212447819749 0 0 4096 17442 18446744073709551615 0 0 17 4 0 0 0
/proc/10105/statm: 122143 95594 180 55 0 120029 0
[pid=10105/tid=10116] ppid=10103 vsize=488572 CPUtime=1121.38 cores=0,2,4,6
/proc/10105/task/10116/stat : 10116 (plingeling) R 10103 10105 8860 0 -1 4202560 52884 1256 0 0 112130 8 0 0 25 0 5 0 653816509 500297728 95594 33554432000 4194304 4417452 140735604861024 18446744073709551615 4353615 0 0 4096 17442 0 0 0 -1 4 0 0 0
[pid=10105/tid=10117] ppid=10103 vsize=488572 CPUtime=1121.19 cores=0,2,4,6
/proc/10105/task/10117/stat : 10117 (plingeling) R 10103 10105 8860 0 -1 4202560 63260 1256 0 0 112106 13 0 0 25 0 5 0 653816509 500297728 95594 33554432000 4194304 4417452 140735604861024 18446744073709551615 4364572 0 0 4096 17442 0 0 0 -1 2 0 0 0
[pid=10105/tid=10118] ppid=10103 vsize=488572 CPUtime=1110.16 cores=0,2,4,6
/proc/10105/task/10118/stat : 10118 (plingeling) R 10103 10105 8860 0 -1 4202560 48032 1256 0 0 111008 8 0 0 25 0 5 0 653816509 500297728 95594 33554432000 4194304 4417452 140735604861024 18446744073709551615 4232651 0 0 4096 17442 0 0 0 -1 6 0 0 0
[pid=10105/tid=10119] ppid=10103 vsize=488572 CPUtime=1121.35 cores=0,2,4,6
/proc/10105/task/10119/stat : 10119 (plingeling) R 10103 10105 8860 0 -1 4202560 9851 1256 0 0 112133 2 0 0 25 0 5 0 653816509 500297728 95594 33554432000 4194304 4417452 140735604861024 18446744073709551615 4364626 0 0 4096 17442 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 4475.05
Current children cumulated vsize (KiB) 488572

[startup+1182.3 s]
/proc/loadavg: 4.51 6.62 7.40 5/316 10347
/proc/meminfo: memFree=10650176/32951124 swapFree=67093864/67111528
[pid=10105] ppid=10103 vsize=488272 CPUtime=4714.45 cores=0,2,4,6
/proc/10105/stat : 10105 (plingeling) S 10103 10105 8860 0 -1 4202496 222124 1256 0 0 471407 38 0 0 25 0 5 0 653816414 499990528 95519 33554432000 4194304 4417452 140735604861024 18446744073709551615 212447819749 0 0 4096 17442 18446744073709551615 0 0 17 4 0 0 0
/proc/10105/statm: 122068 95519 180 55 0 119954 0
[pid=10105/tid=10116] ppid=10103 vsize=488272 CPUtime=1181.38 cores=0,2,4,6
/proc/10105/task/10116/stat : 10116 (plingeling) R 10103 10105 8860 0 -1 4202560 58164 1256 0 0 118129 9 0 0 25 0 5 0 653816509 499990528 95519 33554432000 4194304 4417452 140735604861024 18446744073709551615 4364587 0 0 4096 17442 0 0 0 -1 4 0 0 0
[pid=10105/tid=10117] ppid=10103 vsize=488272 CPUtime=1181.18 cores=0,2,4,6
/proc/10105/task/10117/stat : 10117 (plingeling) R 10103 10105 8860 0 -1 4202560 69727 1256 0 0 118105 13 0 0 25 0 5 0 653816509 499990528 95519 33554432000 4194304 4417452 140735604861024 18446744073709551615 4364727 0 0 4096 17442 0 0 0 -1 2 0 0 0
[pid=10105/tid=10118] ppid=10103 vsize=488272 CPUtime=1169.56 cores=0,2,4,6
/proc/10105/task/10118/stat : 10118 (plingeling) R 10103 10105 8860 0 -1 4202560 48076 1256 0 0 116948 8 0 0 25 0 5 0 653816509 499990528 95519 33554432000 4194304 4417452 140735604861024 18446744073709551615 4364907 0 0 4096 17442 0 0 0 -1 6 0 0 0
[pid=10105/tid=10119] ppid=10103 vsize=488272 CPUtime=1181.35 cores=0,2,4,6
/proc/10105/task/10119/stat : 10119 (plingeling) R 10103 10105 8860 0 -1 4202560 9851 1256 0 0 118133 2 0 0 25 0 5 0 653816509 499990528 95519 33554432000 4194304 4417452 140735604861024 18446744073709551615 4281949 0 0 4096 17442 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 4714.45
Current children cumulated vsize (KiB) 488272



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1203.8 s]
/proc/loadavg: 4.37 6.45 7.33 5/316 10348
/proc/meminfo: memFree=10640236/32951124 swapFree=67093864/67111528
[pid=10105] ppid=10103 vsize=498332 CPUtime=4800.25 cores=0,2,4,6
/proc/10105/stat : 10105 (plingeling) S 10103 10105 8860 0 -1 4202496 225718 1256 0 0 479987 38 0 0 25 0 5 0 653816414 510291968 98034 33554432000 4194304 4417452 140735604861024 18446744073709551615 212447819749 0 0 4096 17442 18446744073709551615 0 0 17 4 0 0 0
/proc/10105/statm: 124583 98034 180 55 0 122469 0
[pid=10105/tid=10116] ppid=10103 vsize=498332 CPUtime=1202.9 cores=0,2,4,6
/proc/10105/task/10116/stat : 10116 (plingeling) R 10103 10105 8860 0 -1 4202560 60804 1256 0 0 120280 10 0 0 25 0 5 0 653816509 510291968 98034 33554432000 4194304 4417452 140735604861024 18446744073709551615 4364693 0 0 4096 17442 0 0 0 -1 4 0 0 0
[pid=10105/tid=10117] ppid=10103 vsize=498332 CPUtime=1202.7 cores=0,2,4,6
/proc/10105/task/10117/stat : 10117 (plingeling) R 10103 10105 8860 0 -1 4202560 70681 1256 0 0 120256 14 0 0 25 0 5 0 653816509 510291968 98034 33554432000 4194304 4417452 140735604861024 18446744073709551615 4364550 0 0 4096 17442 0 0 0 -1 2 0 0 0
[pid=10105/tid=10118] ppid=10103 vsize=498332 CPUtime=1190.84 cores=0,2,4,6
/proc/10105/task/10118/stat : 10118 (plingeling) R 10103 10105 8860 0 -1 4202560 48076 1256 0 0 119076 8 0 0 25 0 5 0 653816509 510291968 98034 33554432000 4194304 4417452 140735604861024 18446744073709551615 4364607 0 0 4096 17442 0 0 0 -1 6 0 0 0
[pid=10105/tid=10119] ppid=10103 vsize=498332 CPUtime=1202.86 cores=0,2,4,6
/proc/10105/task/10119/stat : 10119 (plingeling) R 10103 10105 8860 0 -1 4202560 9851 1256 0 0 120284 2 0 0 25 0 5 0 653816509 510291968 98034 33554432000 4194304 4417452 140735604861024 18446744073709551615 4364579 0 0 4096 17442 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 4800.25
Current children cumulated vsize (KiB) 498332

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

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

Child ended because it received signal 15 (SIGTERM)
Real time (s): 1203.83
CPU time (s): 4800.32
CPU user time (s): 4799.91
CPU system time (s): 0.408937
CPU usage (%): 398.753
Max. virtual memory (cumulated for all children) (KiB): 503428

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 4799.91
system time used= 0.408937
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 226975
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= 115
involuntary context switches= 22401

runsolver used 3.50247 second user time and 8.5537 second system time

The end

Launcher Data

Begin job on node102 at 2011-05-15 03:15:41
IDJOB=3371472
IDBENCH=82459
IDSOLVER=1848
FILE ID=node102/3371472-1305422140
RUNJOBID= node102-1305421967-9823
PBS_JOBID= 13324562
Free space on /tmp= 73508 MiB

SOLVER NAME= Plingeling 587f (fixed)
BENCH NAME= SAT11/application/jarvisalo/smtqfbv-aigs/smtlib-qfbv-aigs-VS3-benchmark-S2-tseitin.cnf
COMMAND LINE= plingeling -t NBCORE BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3371472-1305422140/watcher-3371472-1305422140 -o /tmp/evaluation-result-3371472-1305422140/solver-3371472-1305422140 -C 4800 -W 1300 -M 15500  plingeling -t 4 HOME/instance-3371472-1305422140.cnf

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

MD5SUM BENCH= b967fca11e85ef5b614d3452b1c4b2ad
RANDOM SEED=293567952

node102.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.828
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.828
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.828
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.828
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.828
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.82
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.828
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.828
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.828
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:      11010228 kB
Buffers:        266680 kB
Cached:        2918444 kB
SwapCached:       1128 kB
Active:       19580260 kB
Inactive:      2066928 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32951124 kB
LowFree:      11010228 kB
SwapTotal:    67111528 kB
SwapFree:     67093864 kB
Dirty:           27956 kB
Writeback:           0 kB
AnonPages:    18460740 kB
Mapped:          26368 kB
Slab:           178008 kB
PageTables:      53136 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83587088 kB
Committed_AS: 59081900 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= 73524 MiB
End job on node102 at 2011-05-15 03:35:46