Trace number 3371244

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.24 1204.03

General information on the benchmark

NameSAT05/industrial/grieu05/vmpc/
vmpc_35.renamed-as.sat05-1921.cnf
MD5SUM5fda0e0fb8a21967728dfe29bf2d4ea5
Bench CategoryAPPLICATION (applications instances)
Best result obtained on this benchmarkSAT
Best CPU time to get the best result obtained on this benchmark473.18
Satisfiable
(Un)Satisfiability was proved
Number of variables1225
Number of clauses211785
Sum of the clauses size554190
Maximum clause length35
Minimum clause length2
Number of clauses of size 10
Number of clauses of size 283405
Number of clauses of size 3128310
Number of clauses of size 40
Number of clauses of size 50
Number of clauses of size over 570

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-3371244-1305432191/watcher-3371244-1305432191 -o /tmp/evaluation-result-3371244-1305432191/solver-3371244-1305432191 -C 4800 -W 1300 -M 15500 plingeling -t 4 HOME/instance-3371244-1305432191.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.94 7.96 7.92 5/374 26628
/proc/meminfo: memFree=22543592/32951124 swapFree=67111348/67111528
[pid=26628] ppid=26626 vsize=10044 CPUtime=0 cores=0,2,4,6
/proc/26628/stat : 26628 (plingeling) R 26626 26628 26007 0 -1 4202496 605 1251 0 0 0 0 0 0 25 0 1 0 654816809 10285056 534 33554432000 4194304 4417452 140735594988720 18446744073709551615 212687675136 0 0 4096 17442 0 0 0 17 0 0 0 0
/proc/26628/statm: 2511 534 148 55 0 397 0

[startup+0.089037 s]
/proc/loadavg: 7.94 7.96 7.92 5/374 26628
/proc/meminfo: memFree=22543592/32951124 swapFree=67111348/67111528
[pid=26628] ppid=26626 vsize=25892 CPUtime=0.08 cores=0,2,4,6
/proc/26628/stat : 26628 (plingeling) R 26626 26628 26007 0 -1 4202496 4640 1251 0 0 8 0 0 0 25 0 1 0 654816809 26513408 4497 33554432000 4194304 4417452 140735594988720 18446744073709551615 212687294051 0 0 4096 17442 0 0 0 17 0 0 0 0
/proc/26628/statm: 6473 4497 149 55 0 4359 0
Current children cumulated CPU time (s) 0.08
Current children cumulated vsize (KiB) 25892

[startup+0.101034 s]
/proc/loadavg: 7.94 7.96 7.92 5/374 26628
/proc/meminfo: memFree=22543592/32951124 swapFree=67111348/67111528
[pid=26628] ppid=26626 vsize=25892 CPUtime=0.09 cores=0,2,4,6
/proc/26628/stat : 26628 (plingeling) R 26626 26628 26007 0 -1 4202496 4640 1251 0 0 9 0 0 0 25 0 1 0 654816809 26513408 4497 33554432000 4194304 4417452 140735594988720 18446744073709551615 212687675136 0 0 4096 17442 0 0 0 17 0 0 0 0
/proc/26628/statm: 6473 4497 149 55 0 4359 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 25892

[startup+0.300965 s]
/proc/loadavg: 7.94 7.96 7.92 5/374 26628
/proc/meminfo: memFree=22543592/32951124 swapFree=67111348/67111528
[pid=26628] ppid=26626 vsize=181552 CPUtime=0.49 cores=0,2,4,6
/proc/26628/stat : 26628 (plingeling) S 26626 26628 26007 0 -1 4202496 16981 1251 0 0 47 2 0 0 25 0 5 0 654816809 185909248 16834 33554432000 4194304 4417452 140735594988720 18446744073709551615 212699477989 0 0 4096 17442 18446744073709551615 0 0 17 0 0 0 0
/proc/26628/statm: 45388 16834 173 55 0 43274 0
Current children cumulated CPU time (s) 0.49
Current children cumulated vsize (KiB) 181552

[startup+0.700888 s]
/proc/loadavg: 7.94 7.96 7.92 5/374 26628
/proc/meminfo: memFree=22543592/32951124 swapFree=67111348/67111528
[pid=26628] ppid=26626 vsize=182032 CPUtime=2.09 cores=0,2,4,6
/proc/26628/stat : 26628 (plingeling) S 26626 26628 26007 0 -1 4202496 17074 1251 0 0 207 2 0 0 25 0 5 0 654816809 186400768 16927 33554432000 4194304 4417452 140735594988720 18446744073709551615 212699477989 0 0 4096 17442 18446744073709551615 0 0 17 0 0 0 0
/proc/26628/statm: 45508 16927 176 55 0 43394 0
Current children cumulated CPU time (s) 2.09
Current children cumulated vsize (KiB) 182032

[startup+1.50074 s]
/proc/loadavg: 7.94 7.96 7.92 9/379 26638
/proc/meminfo: memFree=22468912/32951124 swapFree=67111348/67111528
[pid=26628] ppid=26626 vsize=188764 CPUtime=5.27 cores=0,2,4,6
/proc/26628/stat : 26628 (plingeling) S 26626 26628 26007 0 -1 4202496 22482 1251 0 0 525 2 0 0 25 0 5 0 654816809 193294336 18626 33554432000 4194304 4417452 140735594988720 18446744073709551615 212699477989 0 0 4096 17442 18446744073709551615 0 0 17 0 0 0 0
/proc/26628/statm: 47191 18626 176 55 0 45077 0
[pid=26628/tid=26635] ppid=26626 vsize=188764 CPUtime=1.27 cores=0,2,4,6
/proc/26628/task/26635/stat : 26635 (plingeling) R 26626 26628 26007 0 -1 4202560 1495 1251 0 0 127 0 0 0 25 0 5 0 654816832 193294336 18626 33554432000 4194304 4417452 140735594988720 18446744073709551615 4346484 0 0 4096 17442 0 0 0 -1 0 0 0 0
[pid=26628/tid=26636] ppid=26626 vsize=188764 CPUtime=1.26 cores=0,2,4,6
/proc/26628/task/26636/stat : 26636 (plingeling) R 26626 26628 26007 0 -1 4202560 2230 1251 0 0 126 0 0 0 25 0 5 0 654816832 193294336 18626 33554432000 4194304 4417452 140735594988720 18446744073709551615 4346484 0 0 4096 17442 0 0 0 -1 2 0 0 0
[pid=26628/tid=26637] ppid=26626 vsize=188764 CPUtime=1.26 cores=0,2,4,6
/proc/26628/task/26637/stat : 26637 (plingeling) R 26626 26628 26007 0 -1 4202560 1744 1251 0 0 126 0 0 0 25 0 5 0 654816832 193294336 18626 33554432000 4194304 4417452 140735594988720 18446744073709551615 4346235 0 0 4096 17442 0 0 0 -1 4 0 0 0
[pid=26628/tid=26638] ppid=26626 vsize=188764 CPUtime=1.25 cores=0,2,4,6
/proc/26628/task/26638/stat : 26638 (plingeling) R 26626 26628 26007 0 -1 4202560 73 1251 0 0 125 0 0 0 25 0 5 0 654816832 193294336 18626 33554432000 4194304 4417452 140735594988720 18446744073709551615 4364621 0 0 4096 17442 0 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 5.27
Current children cumulated vsize (KiB) 188764

[startup+3.10045 s]
/proc/loadavg: 7.94 7.96 7.92 9/379 26638
/proc/meminfo: memFree=22459488/32951124 swapFree=67111348/67111528
[pid=26628] ppid=26626 vsize=188764 CPUtime=11.66 cores=0,2,4,6
/proc/26628/stat : 26628 (plingeling) S 26626 26628 26007 0 -1 4202496 22485 1251 0 0 1164 2 0 0 25 0 5 0 654816809 193294336 18629 33554432000 4194304 4417452 140735594988720 18446744073709551615 212699477989 0 0 4096 17442 18446744073709551615 0 0 17 0 0 0 0
/proc/26628/statm: 47191 18629 179 55 0 45077 0
[pid=26628/tid=26635] ppid=26626 vsize=188764 CPUtime=2.87 cores=0,2,4,6
/proc/26628/task/26635/stat : 26635 (plingeling) R 26626 26628 26007 0 -1 4202560 1495 1251 0 0 287 0 0 0 25 0 5 0 654816832 193294336 18629 33554432000 4194304 4417452 140735594988720 18446744073709551615 4249165 0 0 4096 17442 0 0 0 -1 0 0 0 0
[pid=26628/tid=26636] ppid=26626 vsize=188764 CPUtime=2.86 cores=0,2,4,6
/proc/26628/task/26636/stat : 26636 (plingeling) R 26626 26628 26007 0 -1 4202560 2230 1251 0 0 286 0 0 0 25 0 5 0 654816832 193294336 18629 33554432000 4194304 4417452 140735594988720 18446744073709551615 4249584 0 0 4096 17442 0 0 0 -1 2 0 0 0
[pid=26628/tid=26637] ppid=26626 vsize=188764 CPUtime=2.86 cores=0,2,4,6
/proc/26628/task/26637/stat : 26637 (plingeling) R 26626 26628 26007 0 -1 4202560 1747 1251 0 0 286 0 0 0 25 0 5 0 654816832 193294336 18629 33554432000 4194304 4417452 140735594988720 18446744073709551615 4250000 0 0 4096 17442 0 0 0 -1 4 0 0 0
[pid=26628/tid=26638] ppid=26626 vsize=188764 CPUtime=2.84 cores=0,2,4,6
/proc/26628/task/26638/stat : 26638 (plingeling) R 26626 26628 26007 0 -1 4202560 73 1251 0 0 284 0 0 0 25 0 5 0 654816832 193294336 18629 33554432000 4194304 4417452 140735594988720 18446744073709551615 4364594 0 0 4096 17442 0 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 11.66
Current children cumulated vsize (KiB) 188764

[startup+6.30087 s]
/proc/loadavg: 7.94 7.96 7.92 9/379 26638
/proc/meminfo: memFree=22482600/32951124 swapFree=67111348/67111528
[pid=26628] ppid=26626 vsize=164188 CPUtime=24.43 cores=0,2,4,6
/proc/26628/stat : 26628 (plingeling) S 26626 26628 26007 0 -1 4202496 22824 1251 0 0 2440 3 0 0 25 0 5 0 654816809 168128512 12793 33554432000 4194304 4417452 140735594988720 18446744073709551615 212699477989 0 0 4096 17442 18446744073709551615 0 0 17 0 0 0 0
/proc/26628/statm: 41047 12793 179 55 0 38933 0
[pid=26628/tid=26635] ppid=26626 vsize=164188 CPUtime=6.07 cores=0,2,4,6
/proc/26628/task/26635/stat : 26635 (plingeling) R 26626 26628 26007 0 -1 4202560 1495 1251 0 0 607 0 0 0 25 0 5 0 654816832 168128512 12793 33554432000 4194304 4417452 140735594988720 18446744073709551615 4365959 0 0 4096 17442 0 0 0 -1 0 0 0 0
[pid=26628/tid=26636] ppid=26626 vsize=164188 CPUtime=6.06 cores=0,2,4,6
/proc/26628/task/26636/stat : 26636 (plingeling) R 26626 26628 26007 0 -1 4202560 2230 1251 0 0 606 0 0 0 25 0 5 0 654816832 168128512 12793 33554432000 4194304 4417452 140735594988720 18446744073709551615 4365959 0 0 4096 17442 0 0 0 -1 2 0 0 0
[pid=26628/tid=26637] ppid=26626 vsize=164188 CPUtime=6.06 cores=0,2,4,6
/proc/26628/task/26637/stat : 26637 (plingeling) R 26626 26628 26007 0 -1 4202560 2086 1251 0 0 606 0 0 0 25 0 5 0 654816832 168128512 12793 33554432000 4194304 4417452 140735594988720 18446744073709551615 4250975 0 0 4096 17442 0 0 0 -1 4 0 0 0
[pid=26628/tid=26638] ppid=26626 vsize=164188 CPUtime=6 cores=0,2,4,6
/proc/26628/task/26638/stat : 26638 (plingeling) R 26626 26628 26007 0 -1 4202560 73 1251 0 0 600 0 0 0 25 0 5 0 654816832 168128512 12793 33554432000 4194304 4417452 140735594988720 18446744073709551615 4354506 0 0 4096 17442 0 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 24.43
Current children cumulated vsize (KiB) 164188

[startup+12.7007 s]
/proc/loadavg: 7.95 7.96 7.92 9/379 26638
/proc/meminfo: memFree=22469232/32951124 swapFree=67111348/67111528
[pid=26628] ppid=26626 vsize=171144 CPUtime=49.95 cores=0,2,4,6
/proc/26628/stat : 26628 (plingeling) S 26626 26628 26007 0 -1 4202496 25491 1251 0 0 4992 3 0 0 25 0 5 0 654816809 175251456 14856 33554432000 4194304 4417452 140735594988720 18446744073709551615 212699477989 0 0 4096 17442 18446744073709551615 0 0 17 0 0 0 0
/proc/26628/statm: 42786 14856 180 55 0 40672 0
[pid=26628/tid=26635] ppid=26626 vsize=171144 CPUtime=12.47 cores=0,2,4,6
/proc/26628/task/26635/stat : 26635 (plingeling) R 26626 26628 26007 0 -1 4202560 1864 1251 0 0 1247 0 0 0 25 0 5 0 654816832 175251456 14856 33554432000 4194304 4417452 140735594988720 18446744073709551615 4346490 0 0 4096 17442 0 0 0 -1 0 0 0 0
[pid=26628/tid=26636] ppid=26626 vsize=171144 CPUtime=12.46 cores=0,2,4,6
/proc/26628/task/26636/stat : 26636 (plingeling) R 26626 26628 26007 0 -1 4202560 2827 1251 0 0 1246 0 0 0 25 0 5 0 654816832 175251456 14856 33554432000 4194304 4417452 140735594988720 18446744073709551615 4346497 0 0 4096 17442 0 0 0 -1 2 0 0 0
[pid=26628/tid=26637] ppid=26626 vsize=171144 CPUtime=12.46 cores=0,2,4,6
/proc/26628/task/26637/stat : 26637 (plingeling) R 26626 26628 26007 0 -1 4202560 3782 1251 0 0 1246 0 0 0 25 0 5 0 654816832 175251456 14856 33554432000 4194304 4417452 140735594988720 18446744073709551615 4365130 0 0 4096 17442 0 0 0 -1 4 0 0 0
[pid=26628/tid=26638] ppid=26626 vsize=171144 CPUtime=12.32 cores=0,2,4,6
/proc/26628/task/26638/stat : 26638 (plingeling) R 26626 26628 26007 0 -1 4202560 78 1251 0 0 1232 0 0 0 25 0 5 0 654816832 175251456 14856 33554432000 4194304 4417452 140735594988720 18446744073709551615 4236735 0 0 4096 17442 0 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 49.95
Current children cumulated vsize (KiB) 171144

[startup+25.5004 s]
/proc/loadavg: 7.96 7.96 7.92 9/379 26638
/proc/meminfo: memFree=22443932/32951124 swapFree=67111348/67111528
[pid=26628] ppid=26626 vsize=184164 CPUtime=100.98 cores=0,2,4,6
/proc/26628/stat : 26628 (plingeling) S 26626 26628 26007 0 -1 4202496 33588 1251 0 0 10095 3 0 0 25 0 5 0 654816809 188583936 18556 33554432000 4194304 4417452 140735594988720 18446744073709551615 212699477989 0 0 4096 17442 18446744073709551615 0 0 17 0 0 0 0
/proc/26628/statm: 46041 18556 180 55 0 43927 0
[pid=26628/tid=26635] ppid=26626 vsize=184164 CPUtime=25.27 cores=0,2,4,6
/proc/26628/task/26635/stat : 26635 (plingeling) R 26626 26628 26007 0 -1 4202560 3112 1251 0 0 2527 0 0 0 25 0 5 0 654816832 188583936 18556 33554432000 4194304 4417452 140735594988720 18446744073709551615 4364650 0 0 4096 17442 0 0 0 -1 0 0 0 0
[pid=26628/tid=26636] ppid=26626 vsize=184164 CPUtime=25.25 cores=0,2,4,6
/proc/26628/task/26636/stat : 26636 (plingeling) R 26626 26628 26007 0 -1 4202560 4314 1251 0 0 2525 0 0 0 25 0 5 0 654816832 188583936 18556 33554432000 4194304 4417452 140735594988720 18446744073709551615 4365103 0 0 4096 17442 0 0 0 -1 2 0 0 0
[pid=26628/tid=26637] ppid=26626 vsize=184164 CPUtime=25.25 cores=0,2,4,6
/proc/26628/task/26637/stat : 26637 (plingeling) R 26626 26628 26007 0 -1 4202560 8624 1251 0 0 2525 0 0 0 25 0 5 0 654816832 188583936 18556 33554432000 4194304 4417452 140735594988720 18446744073709551615 4364650 0 0 4096 17442 0 0 0 -1 4 0 0 0
[pid=26628/tid=26638] ppid=26626 vsize=184164 CPUtime=24.96 cores=0,2,4,6
/proc/26628/task/26638/stat : 26638 (plingeling) R 26626 26628 26007 0 -1 4202560 598 1251 0 0 2496 0 0 0 25 0 5 0 654816832 188583936 18556 33554432000 4194304 4417452 140735594988720 18446744073709551615 4364594 0 0 4096 17442 0 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 100.98
Current children cumulated vsize (KiB) 184164

[startup+51.1007 s]
/proc/loadavg: 7.97 7.96 7.92 9/379 26639
/proc/meminfo: memFree=22409172/32951124 swapFree=67111348/67111528
[pid=26628] ppid=26626 vsize=190292 CPUtime=203.09 cores=0,2,4,6
/proc/26628/stat : 26628 (plingeling) S 26626 26628 26007 0 -1 4202496 40867 1251 0 0 20304 5 0 0 25 0 5 0 654816809 194859008 20402 33554432000 4194304 4417452 140735594988720 18446744073709551615 212699477989 0 0 4096 17442 18446744073709551615 0 0 17 0 0 0 0
/proc/26628/statm: 47573 20402 180 55 0 45459 0
[pid=26628/tid=26635] ppid=26626 vsize=190292 CPUtime=50.87 cores=0,2,4,6
/proc/26628/task/26635/stat : 26635 (plingeling) R 26626 26628 26007 0 -1 4202560 4279 1251 0 0 5087 0 0 0 25 0 5 0 654816832 194859008 20402 33554432000 4194304 4417452 140735594988720 18446744073709551615 4365181 0 0 4096 17442 0 0 0 -1 0 0 0 0
[pid=26628/tid=26636] ppid=26626 vsize=190292 CPUtime=50.85 cores=0,2,4,6
/proc/26628/task/26636/stat : 26636 (plingeling) R 26626 26628 26007 0 -1 4202560 4314 1251 0 0 5085 0 0 0 25 0 5 0 654816832 194859008 20402 33554432000 4194304 4417452 140735594988720 18446744073709551615 4357562 0 0 4096 17442 0 0 0 -1 2 0 0 0
[pid=26628/tid=26637] ppid=26626 vsize=190292 CPUtime=50.86 cores=0,2,4,6
/proc/26628/task/26637/stat : 26637 (plingeling) R 26626 26628 26007 0 -1 4202560 14371 1251 0 0 5084 2 0 0 25 0 5 0 654816832 194859008 20402 33554432000 4194304 4417452 140735594988720 18446744073709551615 4364533 0 0 4096 17442 0 0 0 -1 4 0 0 0
[pid=26628/tid=26638] ppid=26626 vsize=190292 CPUtime=50.26 cores=0,2,4,6
/proc/26628/task/26638/stat : 26638 (plingeling) R 26626 26628 26007 0 -1 4202560 963 1251 0 0 5026 0 0 0 25 0 5 0 654816832 194859008 20402 33554432000 4194304 4417452 140735594988720 18446744073709551615 4364650 0 0 4096 17442 0 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 203.09
Current children cumulated vsize (KiB) 190292

[startup+102.314 s]
/proc/loadavg: 8.27 8.05 7.95 9/379 26644
/proc/meminfo: memFree=22375020/32951124 swapFree=67111348/67111528
[pid=26628] ppid=26626 vsize=207524 CPUtime=406.53 cores=0,2,4,6
/proc/26628/stat : 26628 (plingeling) S 26626 26628 26007 0 -1 4202496 58031 1251 0 0 40646 7 0 0 25 0 5 0 654816809 212504576 25605 33554432000 4194304 4417452 140735594988720 18446744073709551615 212699477989 0 0 4096 17442 18446744073709551615 0 0 17 0 0 0 0
/proc/26628/statm: 51881 25605 180 55 0 49767 0
[pid=26628/tid=26635] ppid=26626 vsize=207524 CPUtime=102.08 cores=0,2,4,6
/proc/26628/task/26635/stat : 26635 (plingeling) R 26626 26628 26007 0 -1 4202560 6744 1251 0 0 10208 0 0 0 25 0 5 0 654816832 212504576 25605 33554432000 4194304 4417452 140735594988720 18446744073709551615 4364594 0 0 4096 17442 0 0 0 -1 0 0 0 0
[pid=26628/tid=26636] ppid=26626 vsize=207524 CPUtime=101.42 cores=0,2,4,6
/proc/26628/task/26636/stat : 26636 (plingeling) R 26626 26628 26007 0 -1 4202560 4314 1251 0 0 10142 0 0 0 25 0 5 0 654816832 212504576 25605 33554432000 4194304 4417452 140735594988720 18446744073709551615 4365936 0 0 4096 17442 0 0 0 -1 2 0 0 0
[pid=26628/tid=26637] ppid=26626 vsize=207524 CPUtime=102.05 cores=0,2,4,6
/proc/26628/task/26637/stat : 26637 (plingeling) R 26626 26628 26007 0 -1 4202560 27227 1251 0 0 10202 3 0 0 25 0 5 0 654816832 212504576 25605 33554432000 4194304 4417452 140735594988720 18446744073709551615 4364533 0 0 4096 17442 0 0 0 -1 4 0 0 0
[pid=26628/tid=26638] ppid=26626 vsize=207524 CPUtime=100.72 cores=0,2,4,6
/proc/26628/task/26638/stat : 26638 (plingeling) R 26626 26628 26007 0 -1 4202560 2806 1251 0 0 10072 0 0 0 25 0 5 0 654816832 212504576 25605 33554432000 4194304 4417452 140735594988720 18446744073709551615 4364604 0 0 4096 17442 0 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 406.53
Current children cumulated vsize (KiB) 207524

[startup+162.3 s]
/proc/loadavg: 8.17 8.06 7.96 9/379 26645
/proc/meminfo: memFree=22346312/32951124 swapFree=67111348/67111528
[pid=26628] ppid=26626 vsize=246204 CPUtime=645.76 cores=0,2,4,6
/proc/26628/stat : 26628 (plingeling) S 26626 26628 26007 0 -1 4202496 79443 1251 0 0 64567 9 0 0 25 0 5 0 654816809 252112896 36044 33554432000 4194304 4417452 140735594988720 18446744073709551615 212699477989 0 0 4096 17442 18446744073709551615 0 0 17 0 0 0 0
/proc/26628/statm: 61551 36044 180 55 0 59437 0
[pid=26628/tid=26635] ppid=26626 vsize=246204 CPUtime=162.06 cores=0,2,4,6
/proc/26628/task/26635/stat : 26635 (plingeling) R 26626 26628 26007 0 -1 4202560 12231 1251 0 0 16206 0 0 0 25 0 5 0 654816832 252112896 36044 33554432000 4194304 4417452 140735594988720 18446744073709551615 4364555 0 0 4096 17442 0 0 0 -1 0 0 0 0
[pid=26628/tid=26636] ppid=26626 vsize=246204 CPUtime=161.38 cores=0,2,4,6
/proc/26628/task/26636/stat : 26636 (plingeling) R 26626 26628 26007 0 -1 4202560 7075 1251 0 0 16138 0 0 0 25 0 5 0 654816832 252112896 36044 33554432000 4194304 4417452 140735594988720 18446744073709551615 4364641 0 0 4096 17442 0 0 0 -1 2 0 0 0
[pid=26628/tid=26637] ppid=26626 vsize=246204 CPUtime=162.05 cores=0,2,4,6
/proc/26628/task/26637/stat : 26637 (plingeling) R 26626 26628 26007 0 -1 4202560 38969 1251 0 0 16200 5 0 0 25 0 5 0 654816832 252112896 36044 33554432000 4194304 4417452 140735594988720 18446744073709551615 4354497 0 0 4096 17442 0 0 0 -1 4 0 0 0
[pid=26628/tid=26638] ppid=26626 vsize=246204 CPUtime=160.01 cores=0,2,4,6
/proc/26628/task/26638/stat : 26638 (plingeling) R 26626 26628 26007 0 -1 4202560 4228 1251 0 0 16001 0 0 0 25 0 5 0 654816832 252112896 36044 33554432000 4194304 4417452 140735594988720 18446744073709551615 4364616 0 0 4096 17442 0 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 645.76
Current children cumulated vsize (KiB) 246204


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

[pid=26628/tid=26636] ppid=26626 vsize=315280 CPUtime=701.3 cores=0,2,4,6
/proc/26628/task/26636/stat : 26636 (plingeling) R 26626 26628 26007 0 -1 4202560 32922 1251 0 0 70125 5 0 0 25 0 5 0 654816832 322846720 53655 33554432000 4194304 4417452 140735594988720 18446744073709551615 4366700 0 0 4096 17442 0 0 0 -1 2 0 0 0
[pid=26628/tid=26637] ppid=26626 vsize=315280 CPUtime=702.06 cores=0,2,4,6
/proc/26628/task/26637/stat : 26637 (plingeling) R 26626 26628 26007 0 -1 4202560 155242 1251 0 0 70186 20 0 0 25 0 5 0 654816832 322846720 53655 33554432000 4194304 4417452 140735594988720 18446744073709551615 4364727 0 0 4096 17442 0 0 0 -1 4 0 0 0
[pid=26628/tid=26638] ppid=26626 vsize=315280 CPUtime=693.63 cores=0,2,4,6
/proc/26628/task/26638/stat : 26638 (plingeling) R 26626 26628 26007 0 -1 4202560 62269 1251 0 0 69354 9 0 0 25 0 5 0 654816832 322846720 53655 33554432000 4194304 4417452 140735594988720 18446744073709551615 4364727 0 0 4096 17442 0 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 2799.33
Current children cumulated vsize (KiB) 315280

[startup+762.314 s]
/proc/loadavg: 8.08 8.11 8.02 9/379 26661
/proc/meminfo: memFree=22179752/32951124 swapFree=67111348/67111528
[pid=26628] ppid=26626 vsize=306108 CPUtime=3038.66 cores=0,2,4,6
/proc/26628/stat : 26628 (plingeling) S 26626 26628 26007 0 -1 4202496 350508 1251 0 0 303816 50 0 0 25 0 5 0 654816809 313454592 50445 33554432000 4194304 4417452 140735594988720 18446744073709551615 212699477989 0 0 4096 17442 18446744073709551615 0 0 17 0 0 0 0
/proc/26628/statm: 76527 50445 180 55 0 74413 0
[pid=26628/tid=26635] ppid=26626 vsize=306108 CPUtime=762.1 cores=0,2,4,6
/proc/26628/task/26635/stat : 26635 (plingeling) R 26626 26628 26007 0 -1 4202560 56573 1251 0 0 76201 9 0 0 25 0 5 0 654816832 313454592 50445 33554432000 4194304 4417452 140735594988720 18446744073709551615 4364641 0 0 4096 17442 0 0 0 -1 0 0 0 0
[pid=26628/tid=26636] ppid=26626 vsize=306108 CPUtime=761.3 cores=0,2,4,6
/proc/26628/task/26636/stat : 26636 (plingeling) R 26626 26628 26007 0 -1 4202560 32922 1251 0 0 76125 5 0 0 25 0 5 0 654816832 313454592 50445 33554432000 4194304 4417452 140735594988720 18446744073709551615 4364626 0 0 4096 17442 0 0 0 -1 2 0 0 0
[pid=26628/tid=26637] ppid=26626 vsize=306108 CPUtime=762.07 cores=0,2,4,6
/proc/26628/task/26637/stat : 26637 (plingeling) R 26626 26628 26007 0 -1 4202560 166604 1251 0 0 76186 21 0 0 25 0 5 0 654816832 313454592 50445 33554432000 4194304 4417452 140735594988720 18446744073709551615 4364579 0 0 4096 17442 0 0 0 -1 4 0 0 0
[pid=26628/tid=26638] ppid=26626 vsize=306108 CPUtime=752.93 cores=0,2,4,6
/proc/26628/task/26638/stat : 26638 (plingeling) R 26626 26628 26007 0 -1 4202560 77469 1251 0 0 75282 11 0 0 25 0 5 0 654816832 313454592 50445 33554432000 4194304 4417452 140735594988720 18446744073709551615 4364626 0 0 4096 17442 0 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 3038.66
Current children cumulated vsize (KiB) 306108

[startup+822.301 s]
/proc/loadavg: 8.15 8.12 8.02 9/379 26699
/proc/meminfo: memFree=22286488/32951124 swapFree=67111348/67111528
[pid=26628] ppid=26626 vsize=343960 CPUtime=3277.9 cores=0,2,4,6
/proc/26628/stat : 26628 (plingeling) S 26626 26628 26007 0 -1 4202496 382481 1251 0 0 327735 55 0 0 25 0 5 0 654816809 352215040 58986 33554432000 4194304 4417452 140735594988720 18446744073709551615 212699477989 0 0 4096 17442 18446744073709551615 0 0 17 0 0 0 0
/proc/26628/statm: 85990 58986 180 55 0 83876 0
[pid=26628/tid=26635] ppid=26626 vsize=343960 CPUtime=822.08 cores=0,2,4,6
/proc/26628/task/26635/stat : 26635 (plingeling) R 26626 26628 26007 0 -1 4202560 61796 1251 0 0 82199 9 0 0 25 0 5 0 654816832 352215040 58986 33554432000 4194304 4417452 140735594988720 18446744073709551615 4364650 0 0 4096 17442 0 0 0 -1 0 0 0 0
[pid=26628/tid=26636] ppid=26626 vsize=343960 CPUtime=821.29 cores=0,2,4,6
/proc/26628/task/26636/stat : 26636 (plingeling) R 26626 26628 26007 0 -1 4202560 36851 1251 0 0 82123 6 0 0 25 0 5 0 654816832 352215040 58986 33554432000 4194304 4417452 140735594988720 18446744073709551615 4364835 0 0 4096 17442 0 0 0 -1 2 0 0 0
[pid=26628/tid=26637] ppid=26626 vsize=343960 CPUtime=822.06 cores=0,2,4,6
/proc/26628/task/26637/stat : 26637 (plingeling) R 26626 26628 26007 0 -1 4202560 177732 1251 0 0 82183 23 0 0 25 0 5 0 654816832 352215040 58986 33554432000 4194304 4417452 140735594988720 18446744073709551615 4364626 0 0 4096 17442 0 0 0 -1 4 0 0 0
[pid=26628/tid=26638] ppid=26626 vsize=343960 CPUtime=812.21 cores=0,2,4,6
/proc/26628/task/26638/stat : 26638 (plingeling) R 26626 26628 26007 0 -1 4202560 89162 1251 0 0 81208 13 0 0 25 0 5 0 654816832 352215040 58986 33554432000 4194304 4417452 140735594988720 18446744073709551615 4354506 0 0 4096 17442 0 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 3277.9
Current children cumulated vsize (KiB) 343960

[startup+882.3 s]
/proc/loadavg: 8.18 8.13 8.03 9/379 26700
/proc/meminfo: memFree=21967884/32951124 swapFree=67111348/67111528
[pid=26628] ppid=26626 vsize=323092 CPUtime=3517.18 cores=0,2,4,6
/proc/26628/stat : 26628 (plingeling) S 26626 26628 26007 0 -1 4202496 418736 1251 0 0 351656 62 0 0 25 0 5 0 654816809 330846208 54590 33554432000 4194304 4417452 140735594988720 18446744073709551615 212699477989 0 0 4096 17442 18446744073709551615 0 0 17 0 0 0 0
/proc/26628/statm: 80773 54590 180 55 0 78659 0
[pid=26628/tid=26635] ppid=26626 vsize=323092 CPUtime=882.08 cores=0,2,4,6
/proc/26628/task/26635/stat : 26635 (plingeling) R 26626 26628 26007 0 -1 4202560 70220 1251 0 0 88197 11 0 0 25 0 5 0 654816832 330846208 54590 33554432000 4194304 4417452 140735594988720 18446744073709551615 4275944 0 0 4096 17442 0 0 0 -1 0 0 0 0
[pid=26628/tid=26636] ppid=26626 vsize=323092 CPUtime=881.27 cores=0,2,4,6
/proc/26628/task/26636/stat : 26636 (plingeling) R 26626 26628 26007 0 -1 4202560 39133 1251 0 0 88121 6 0 0 25 0 5 0 654816832 330846208 54590 33554432000 4194304 4417452 140735594988720 18446744073709551615 4364650 0 0 4096 17442 0 0 0 -1 2 0 0 0
[pid=26628/tid=26637] ppid=26626 vsize=323092 CPUtime=882.06 cores=0,2,4,6
/proc/26628/task/26637/stat : 26637 (plingeling) R 26626 26628 26007 0 -1 4202560 189234 1251 0 0 88181 25 0 0 25 0 5 0 654816832 330846208 54590 33554432000 4194304 4417452 140735594988720 18446744073709551615 4364626 0 0 4096 17442 0 0 0 -1 4 0 0 0
[pid=26628/tid=26638] ppid=26626 vsize=323092 CPUtime=871.5 cores=0,2,4,6
/proc/26628/task/26638/stat : 26638 (plingeling) R 26626 26628 26007 0 -1 4202560 103209 1251 0 0 87134 16 0 0 25 0 5 0 654816832 330846208 54590 33554432000 4194304 4417452 140735594988720 18446744073709551615 4364632 0 0 4096 17442 0 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 3517.18
Current children cumulated vsize (KiB) 323092

[startup+942.3 s]
/proc/loadavg: 8.21 8.13 8.03 9/379 26702
/proc/meminfo: memFree=21773680/32951124 swapFree=67111348/67111528
[pid=26628] ppid=26626 vsize=337268 CPUtime=3756.47 cores=0,2,4,6
/proc/26628/stat : 26628 (plingeling) S 26626 26628 26007 0 -1 4202496 454007 1251 0 0 375580 67 0 0 25 0 5 0 654816809 345362432 58141 33554432000 4194304 4417452 140735594988720 18446744073709551615 212699477989 0 0 4096 17442 18446744073709551615 0 0 17 0 0 0 0
/proc/26628/statm: 84317 58141 180 55 0 82203 0
[pid=26628/tid=26635] ppid=26626 vsize=337268 CPUtime=942.08 cores=0,2,4,6
/proc/26628/task/26635/stat : 26635 (plingeling) R 26626 26628 26007 0 -1 4202560 76409 1251 0 0 94197 11 0 0 25 0 5 0 654816832 345362432 58141 33554432000 4194304 4417452 140735594988720 18446744073709551615 4364684 0 0 4096 17442 0 0 0 -1 0 0 0 0
[pid=26628/tid=26636] ppid=26626 vsize=337268 CPUtime=941.26 cores=0,2,4,6
/proc/26628/task/26636/stat : 26636 (plingeling) R 26626 26628 26007 0 -1 4202560 39133 1251 0 0 94120 6 0 0 25 0 5 0 654816832 345362432 58141 33554432000 4194304 4417452 140735594988720 18446744073709551615 4364555 0 0 4096 17442 0 0 0 -1 2 0 0 0
[pid=26628/tid=26637] ppid=26626 vsize=337268 CPUtime=942.07 cores=0,2,4,6
/proc/26628/task/26637/stat : 26637 (plingeling) R 26626 26628 26007 0 -1 4202560 204677 1251 0 0 94179 28 0 0 25 0 5 0 654816832 345362432 58141 33554432000 4194304 4417452 140735594988720 18446744073709551615 4364727 0 0 4096 17442 0 0 0 -1 4 0 0 0
[pid=26628/tid=26638] ppid=26626 vsize=337268 CPUtime=930.8 cores=0,2,4,6
/proc/26628/task/26638/stat : 26638 (plingeling) R 26626 26628 26007 0 -1 4202560 116848 1251 0 0 93062 18 0 0 25 0 5 0 654816832 345362432 58141 33554432000 4194304 4417452 140735594988720 18446744073709551615 4364619 0 0 4096 17442 0 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 3756.47
Current children cumulated vsize (KiB) 337268

[startup+1002.3 s]
/proc/loadavg: 8.12 8.12 8.03 9/379 26704
/proc/meminfo: memFree=21787552/32951124 swapFree=67111348/67111528
[pid=26628] ppid=26626 vsize=319784 CPUtime=3995.75 cores=0,2,4,6
/proc/26628/stat : 26628 (plingeling) S 26626 26628 26007 0 -1 4202496 480781 1251 0 0 399504 71 0 0 25 0 5 0 654816809 327458816 53158 33554432000 4194304 4417452 140735594988720 18446744073709551615 212699477989 0 0 4096 17442 18446744073709551615 0 0 17 0 0 0 0
/proc/26628/statm: 79946 53158 180 55 0 77832 0
[pid=26628/tid=26635] ppid=26626 vsize=319784 CPUtime=1002.09 cores=0,2,4,6
/proc/26628/task/26635/stat : 26635 (plingeling) R 26626 26628 26007 0 -1 4202560 81440 1251 0 0 100197 12 0 0 25 0 5 0 654816832 327458816 53158 33554432000 4194304 4417452 140735594988720 18446744073709551615 4364827 0 0 4096 17442 0 0 0 -1 0 0 0 0
[pid=26628/tid=26636] ppid=26626 vsize=319784 CPUtime=1001.25 cores=0,2,4,6
/proc/26628/task/26636/stat : 26636 (plingeling) R 26626 26628 26007 0 -1 4202560 39133 1251 0 0 100119 6 0 0 25 0 5 0 654816832 327458816 53158 33554432000 4194304 4417452 140735594988720 18446744073709551615 4364727 0 0 4096 17442 0 0 0 -1 2 0 0 0
[pid=26628/tid=26637] ppid=26626 vsize=319784 CPUtime=1002.07 cores=0,2,4,6
/proc/26628/task/26637/stat : 26637 (plingeling) R 26626 26628 26007 0 -1 4202560 218524 1251 0 0 100177 30 0 0 25 0 5 0 654816832 327458816 53158 33554432000 4194304 4417452 140735594988720 18446744073709551615 4364727 0 0 4096 17442 0 0 0 -1 4 0 0 0
[pid=26628/tid=26638] ppid=26626 vsize=319784 CPUtime=990.08 cores=0,2,4,6
/proc/26628/task/26638/stat : 26638 (plingeling) R 26626 26628 26007 0 -1 4202560 124744 1251 0 0 98989 19 0 0 25 0 5 0 654816832 327458816 53158 33554432000 4194304 4417452 140735594988720 18446744073709551615 4365027 0 0 4096 17442 0 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 3995.75
Current children cumulated vsize (KiB) 319784

[startup+1062.3 s]
/proc/loadavg: 8.11 8.11 8.03 9/379 26705
/proc/meminfo: memFree=21369276/32951124 swapFree=67111348/67111528
[pid=26628] ppid=26626 vsize=331740 CPUtime=4235.04 cores=0,2,4,6
/proc/26628/stat : 26628 (plingeling) S 26626 26628 26007 0 -1 4202496 515764 1251 0 0 423428 76 0 0 25 0 5 0 654816809 339701760 56231 33554432000 4194304 4417452 140735594988720 18446744073709551615 212699477989 0 0 4096 17442 18446744073709551615 0 0 17 0 0 0 0
/proc/26628/statm: 82935 56231 180 55 0 80821 0
[pid=26628/tid=26635] ppid=26626 vsize=331740 CPUtime=1062.09 cores=0,2,4,6
/proc/26628/task/26635/stat : 26635 (plingeling) R 26626 26628 26007 0 -1 4202560 89946 1251 0 0 106195 14 0 0 25 0 5 0 654816832 339701760 56231 33554432000 4194304 4417452 140735594988720 18446744073709551615 4364537 0 0 4096 17442 0 0 0 -1 0 0 0 0
[pid=26628/tid=26636] ppid=26626 vsize=331740 CPUtime=1061.24 cores=0,2,4,6
/proc/26628/task/26636/stat : 26636 (plingeling) R 26626 26628 26007 0 -1 4202560 39133 1251 0 0 106118 6 0 0 25 0 5 0 654816832 339701760 56231 33554432000 4194304 4417452 140735594988720 18446744073709551615 4364626 0 0 4096 17442 0 0 0 -1 2 0 0 0
[pid=26628/tid=26637] ppid=26626 vsize=331740 CPUtime=1062.07 cores=0,2,4,6
/proc/26628/task/26637/stat : 26637 (plingeling) R 26626 26628 26007 0 -1 4202560 233561 1251 0 0 106175 32 0 0 25 0 5 0 654816832 339701760 56231 33554432000 4194304 4417452 140735594988720 18446744073709551615 4364727 0 0 4096 17442 0 0 0 -1 4 0 0 0
[pid=26628/tid=26638] ppid=26626 vsize=331740 CPUtime=1049.39 cores=0,2,4,6
/proc/26628/task/26638/stat : 26638 (plingeling) R 26626 26628 26007 0 -1 4202560 136184 1251 0 0 104918 21 0 0 25 0 5 0 654816832 339701760 56231 33554432000 4194304 4417452 140735594988720 18446744073709551615 4364798 0 0 4096 17442 0 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 4235.04
Current children cumulated vsize (KiB) 331740

[startup+1122.3 s]
/proc/loadavg: 8.07 8.10 8.03 9/379 26707
/proc/meminfo: memFree=21099928/32951124 swapFree=67111348/67111528
[pid=26628] ppid=26626 vsize=350936 CPUtime=4474.32 cores=0,2,4,6
/proc/26628/stat : 26628 (plingeling) S 26626 26628 26007 0 -1 4202496 540430 1251 0 0 447352 80 0 0 25 0 5 0 654816809 359358464 61352 33554432000 4194304 4417452 140735594988720 18446744073709551615 212699477989 0 0 4096 17442 18446744073709551615 0 0 17 0 0 0 0
/proc/26628/statm: 87734 61352 180 55 0 85620 0
[pid=26628/tid=26635] ppid=26626 vsize=350936 CPUtime=1122.1 cores=0,2,4,6
/proc/26628/task/26635/stat : 26635 (plingeling) R 26626 26628 26007 0 -1 4202560 95348 1251 0 0 112195 15 0 0 25 0 5 0 654816832 359358464 61352 33554432000 4194304 4417452 140735594988720 18446744073709551615 4364579 0 0 4096 17442 0 0 0 -1 0 0 0 0
[pid=26628/tid=26636] ppid=26626 vsize=350936 CPUtime=1121.23 cores=0,2,4,6
/proc/26628/task/26636/stat : 26636 (plingeling) R 26626 26628 26007 0 -1 4202560 39619 1251 0 0 112117 6 0 0 25 0 5 0 654816832 359358464 61352 33554432000 4194304 4417452 140735594988720 18446744073709551615 4364645 0 0 4096 17442 0 0 0 -1 2 0 0 0
[pid=26628/tid=26637] ppid=26626 vsize=350936 CPUtime=1122.08 cores=0,2,4,6
/proc/26628/task/26637/stat : 26637 (plingeling) R 26626 26628 26007 0 -1 4202560 244442 1251 0 0 112174 34 0 0 25 0 5 0 654816832 359358464 61352 33554432000 4194304 4417452 140735594988720 18446744073709551615 4364645 0 0 4096 17442 0 0 0 -1 4 0 0 0
[pid=26628/tid=26638] ppid=26626 vsize=350936 CPUtime=1108.67 cores=0,2,4,6
/proc/26628/task/26638/stat : 26638 (plingeling) R 26626 26628 26007 0 -1 4202560 144081 1251 0 0 110845 22 0 0 25 0 5 0 654816832 359358464 61352 33554432000 4194304 4417452 140735594988720 18446744073709551615 4364634 0 0 4096 17442 0 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 4474.32
Current children cumulated vsize (KiB) 350936

[startup+1182.3 s]
/proc/loadavg: 8.12 8.11 8.04 9/379 26708
/proc/meminfo: memFree=21310824/32951124 swapFree=67111348/67111528
[pid=26628] ppid=26626 vsize=322564 CPUtime=4713.62 cores=0,2,4,6
/proc/26628/stat : 26628 (plingeling) S 26626 26628 26007 0 -1 4202496 571242 1251 0 0 471277 85 0 0 25 0 5 0 654816809 330305536 53458 33554432000 4194304 4417452 140735594988720 18446744073709551615 212699477989 0 0 4096 17442 18446744073709551615 0 0 17 0 0 0 0
/proc/26628/statm: 80641 53458 180 55 0 78527 0
[pid=26628/tid=26635] ppid=26626 vsize=322564 CPUtime=1182.09 cores=0,2,4,6
/proc/26628/task/26635/stat : 26635 (plingeling) R 26626 26628 26007 0 -1 4202560 100085 1251 0 0 118194 15 0 0 25 0 5 0 654816832 330305536 53458 33554432000 4194304 4417452 140735594988720 18446744073709551615 4364611 0 0 4096 17442 0 0 0 -1 0 0 0 0
[pid=26628/tid=26636] ppid=26626 vsize=322564 CPUtime=1181.22 cores=0,2,4,6
/proc/26628/task/26636/stat : 26636 (plingeling) R 26626 26628 26007 0 -1 4202560 39619 1251 0 0 118116 6 0 0 25 0 5 0 654816832 330305536 53458 33554432000 4194304 4417452 140735594988720 18446744073709551615 4364727 0 0 4096 17442 0 0 0 -1 2 0 0 0
[pid=26628/tid=26637] ppid=26626 vsize=322564 CPUtime=1182.08 cores=0,2,4,6
/proc/26628/task/26637/stat : 26637 (plingeling) R 26626 26628 26007 0 -1 4202560 260123 1251 0 0 118172 36 0 0 25 0 5 0 654816832 330305536 53458 33554432000 4194304 4417452 140735594988720 18446744073709551615 4364727 0 0 4096 17442 0 0 0 -1 4 0 0 0
[pid=26628/tid=26638] ppid=26626 vsize=322564 CPUtime=1167.96 cores=0,2,4,6
/proc/26628/task/26638/stat : 26638 (plingeling) R 26626 26628 26007 0 -1 4202560 154475 1251 0 0 116773 23 0 0 25 0 5 0 654816832 330305536 53458 33554432000 4194304 4417452 140735594988720 18446744073709551615 4364645 0 0 4096 17442 0 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 4713.62
Current children cumulated vsize (KiB) 322564



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1204 s]
/proc/loadavg: 8.08 8.10 8.03 9/379 26709
/proc/meminfo: memFree=21358304/32951124 swapFree=67111348/67111528
[pid=26628] ppid=26626 vsize=346600 CPUtime=4800.18 cores=0,2,4,6
/proc/26628/stat : 26628 (plingeling) S 26626 26628 26007 0 -1 4202496 585258 1251 0 0 479931 87 0 0 25 0 5 0 654816809 354918400 60780 33554432000 4194304 4417452 140735594988720 18446744073709551615 212699477989 0 0 4096 17442 18446744073709551615 0 0 17 0 0 0 0
/proc/26628/statm: 86650 60780 180 55 0 84536 0
[pid=26628/tid=26635] ppid=26626 vsize=346600 CPUtime=1203.81 cores=0,2,4,6
/proc/26628/task/26635/stat : 26635 (plingeling) R 26626 26628 26007 0 -1 4202560 104105 1251 0 0 120365 16 0 0 25 0 5 0 654816832 354918400 60780 33554432000 4194304 4417452 140735594988720 18446744073709551615 4364657 0 0 4096 17442 0 0 0 -1 0 0 0 0
[pid=26628/tid=26636] ppid=26626 vsize=346600 CPUtime=1202.93 cores=0,2,4,6
/proc/26628/task/26636/stat : 26636 (plingeling) R 26626 26628 26007 0 -1 4202560 39619 1251 0 0 120287 6 0 0 25 0 5 0 654816832 354918400 60780 33554432000 4194304 4417452 140735594988720 18446744073709551615 4364632 0 0 4096 17442 0 0 0 -1 2 0 0 0
[pid=26628/tid=26637] ppid=26626 vsize=346600 CPUtime=1203.79 cores=0,2,4,6
/proc/26628/task/26637/stat : 26637 (plingeling) R 26626 26628 26007 0 -1 4202560 267517 1251 0 0 120342 37 0 0 25 0 5 0 654816832 354918400 60780 33554432000 4194304 4417452 140735594988720 18446744073709551615 4364533 0 0 4096 17442 0 0 0 -1 4 0 0 0
[pid=26628/tid=26638] ppid=26626 vsize=346600 CPUtime=1189.41 cores=0,2,4,6
/proc/26628/task/26638/stat : 26638 (plingeling) R 26626 26628 26007 0 -1 4202560 157077 1251 0 0 118917 24 0 0 25 0 5 0 654816832 354918400 60780 33554432000 4194304 4417452 140735594988720 18446744073709551615 4364380 0 0 4096 17442 0 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 4800.18
Current children cumulated vsize (KiB) 346600

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): 1204.03
CPU time (s): 4800.24
CPU user time (s): 4799.35
CPU system time (s): 0.884865
CPU usage (%): 398.68
Max. virtual memory (cumulated for all children) (KiB): 364916

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 4799.35
system time used= 0.884865
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 586509
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= 46
involuntary context switches= 25599

runsolver used 4.00639 second user time and 10.2394 second system time

The end

Launcher Data

Begin job on node139 at 2011-05-15 06:03:11
IDJOB=3371244
IDBENCH=85987
IDSOLVER=1848
FILE ID=node139/3371244-1305432191
RUNJOBID= node139-1305432074-26488
PBS_JOBID= 13324610
Free space on /tmp= 73408 MiB

SOLVER NAME= Plingeling 587f (fixed)
BENCH NAME= SAT05/industrial/grieu05/vmpc/vmpc_35.renamed-as.sat05-1921.cnf
COMMAND LINE= plingeling -t NBCORE BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3371244-1305432191/watcher-3371244-1305432191 -o /tmp/evaluation-result-3371244-1305432191/solver-3371244-1305432191 -C 4800 -W 1300 -M 15500  plingeling -t 4 HOME/instance-3371244-1305432191.cnf

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

MD5SUM BENCH= 5fda0e0fb8a21967728dfe29bf2d4ea5
RANDOM SEED=991435236

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


/proc/meminfo:
MemTotal:     32951124 kB
MemFree:      22543756 kB
Buffers:        304628 kB
Cached:        2864364 kB
SwapCached:          0 kB
Active:        8083112 kB
Inactive:      2020368 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32951124 kB
LowFree:      22543756 kB
SwapTotal:    67111528 kB
SwapFree:     67111348 kB
Dirty:            3180 kB
Writeback:           0 kB
AnonPages:     6934096 kB
Mapped:          29408 kB
Slab:           202136 kB
PageTables:      38536 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83587088 kB
Committed_AS: 76924688 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= 73400 MiB
End job on node139 at 2011-05-15 06:23:17