Trace number 3250416

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 587? (TO) 4800.36 1202.03

General information on the benchmark

Namecrafted/kullmann/GreenTao/
GreenTaok1k2/GreenTao_2-3-6_2071.cnf
MD5SUM337bdbc5d8bf0013ca73aeffa06cffe8
Bench CategoryCRAFTED (crafted instances)
Best result obtained on this benchmarkSAT
Best CPU time to get the best result obtained on this benchmark95.7414
Satisfiable
(Un)Satisfiability was proved
Number of variables2070
Number of clauses158884
Sum of the clauses size478584
Maximum clause length6
Minimum clause length3
Number of clauses of size 10
Number of clauses of size 20
Number of clauses of size 3158240
Number of clauses of size 40
Number of clauses of size 50
Number of clauses of size over 5644

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: 935)

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-3250416-1304091948/watcher-3250416-1304091948 -o /tmp/evaluation-result-3250416-1304091948/solver-3250416-1304091948 -C 4800 -W 1300 -M 15500 plingeling -t 4 HOME/instance-3250416-1304091948.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.83 7.98 7.65 5/181 25925
/proc/meminfo: memFree=17041832/32951124 swapFree=67111528/67111528
[pid=25925] ppid=25923 vsize=9064 CPUtime=0 cores=0,2,4,6
/proc/25925/stat : 25925 (plingeling) R 25923 25925 25048 0 -1 4202496 359 1251 0 0 0 0 0 0 25 0 1 0 520795793 9281536 288 33554432000 4194304 4417332 140733214002432 18446744073709551615 270613110528 0 0 4096 17442 0 0 0 17 2 0 0 0
/proc/25925/statm: 2266 288 147 55 0 152 0

[startup+0.0570641 s]
/proc/loadavg: 7.83 7.98 7.65 5/181 25925
/proc/meminfo: memFree=17041832/32951124 swapFree=67111528/67111528
[pid=25925] ppid=25923 vsize=23764 CPUtime=0.04 cores=0,2,4,6
/proc/25925/stat : 25925 (plingeling) R 25923 25925 25048 0 -1 4202496 3986 1251 0 0 4 0 0 0 25 0 1 0 520795793 24334336 3885 33554432000 4194304 4417332 140733214002432 18446744073709551615 270612804701 0 0 4096 17442 0 0 0 17 2 0 0 0
/proc/25925/statm: 5941 3909 148 55 0 3827 0
Current children cumulated CPU time (s) 0.04
Current children cumulated vsize (KiB) 23764

[startup+0.101054 s]
/proc/loadavg: 7.83 7.98 7.65 5/181 25925
/proc/meminfo: memFree=17041832/32951124 swapFree=67111528/67111528
[pid=25925] ppid=25923 vsize=25812 CPUtime=0.09 cores=0,2,4,6
/proc/25925/stat : 25925 (plingeling) R 25923 25925 25048 0 -1 4202496 4562 1251 0 0 9 0 0 0 25 0 1 0 520795793 26431488 4460 33554432000 4194304 4417332 140733214002432 18446744073709551615 270612729344 0 0 4096 17442 0 0 0 17 2 0 0 0
/proc/25925/statm: 6453 4460 148 55 0 4339 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 25812

[startup+0.300978 s]
/proc/loadavg: 7.83 7.98 7.65 5/181 25925
/proc/meminfo: memFree=17041832/32951124 swapFree=67111528/67111528
[pid=25925] ppid=25923 vsize=171700 CPUtime=0.61 cores=0,2,4,6
/proc/25925/stat : 25925 (plingeling) S 25923 25925 25048 0 -1 4202496 15103 1251 0 0 60 1 0 0 25 0 5 0 520795793 175820800 12834 33554432000 4194304 4417332 140733214002432 18446744073709551615 270624913381 0 0 4096 17442 18446744073709551615 0 0 17 0 0 0 0
/proc/25925/statm: 42925 12834 176 55 0 40811 0
Current children cumulated CPU time (s) 0.61
Current children cumulated vsize (KiB) 171700

[startup+0.700906 s]
/proc/loadavg: 7.83 7.98 7.65 5/181 25925
/proc/meminfo: memFree=17041832/32951124 swapFree=67111528/67111528
[pid=25925] ppid=25923 vsize=164244 CPUtime=2.21 cores=0,2,4,6
/proc/25925/stat : 25925 (plingeling) S 25923 25925 25048 0 -1 4202496 17792 1251 0 0 219 2 0 0 25 0 5 0 520795793 168185856 12491 33554432000 4194304 4417332 140733214002432 18446744073709551615 270624913381 0 0 4096 17442 18446744073709551615 0 0 17 0 0 0 0
/proc/25925/statm: 41061 12491 178 55 0 38947 0
Current children cumulated CPU time (s) 2.21
Current children cumulated vsize (KiB) 164244

[startup+1.50077 s]
/proc/loadavg: 7.83 7.98 7.65 9/186 25935
/proc/meminfo: memFree=17019840/32951124 swapFree=67111528/67111528
[pid=25925] ppid=25923 vsize=173208 CPUtime=5.4 cores=0,2,4,6
/proc/25925/stat : 25925 (plingeling) S 25923 25925 25048 0 -1 4202496 20033 1251 0 0 538 2 0 0 25 0 5 0 520795793 177364992 14732 33554432000 4194304 4417332 140733214002432 18446744073709551615 270624913381 0 0 4096 17442 18446744073709551615 0 0 17 0 0 0 0
/proc/25925/statm: 43302 14732 178 55 0 41188 0
[pid=25925/tid=25932] ppid=25923 vsize=173208 CPUtime=1.3 cores=0,2,4,6
/proc/25925/task/25932/stat : 25932 (plingeling) R 25923 25925 25048 0 -1 4202560 3643 1251 0 0 130 0 0 0 25 0 5 0 520795812 177364992 14732 33554432000 4194304 4417332 140733214002432 18446744073709551615 4236017 0 0 4096 17442 0 0 0 -1 2 0 0 0
[pid=25925/tid=25933] ppid=25923 vsize=173208 CPUtime=1.3 cores=0,2,4,6
/proc/25925/task/25933/stat : 25933 (plingeling) R 25923 25925 25048 0 -1 4202560 4266 1251 0 0 130 0 0 0 25 0 5 0 520795812 177364992 14732 33554432000 4194304 4417332 140733214002432 18446744073709551615 4249597 0 0 4096 17442 0 0 0 -1 4 0 0 0
[pid=25925/tid=25934] ppid=25923 vsize=173208 CPUtime=1.29 cores=0,2,4,6
/proc/25925/task/25934/stat : 25934 (plingeling) R 25923 25925 25048 0 -1 4202560 3207 1251 0 0 129 0 0 0 25 0 5 0 520795812 177364992 14732 33554432000 4194304 4417332 140733214002432 18446744073709551615 4236290 0 0 4096 17442 0 0 0 -1 6 0 0 0
[pid=25925/tid=25935] ppid=25923 vsize=173208 CPUtime=1.3 cores=0,2,4,6
/proc/25925/task/25935/stat : 25935 (plingeling) R 25923 25925 25048 0 -1 4202560 67 1251 0 0 130 0 0 0 25 0 5 0 520795812 177364992 14732 33554432000 4194304 4417332 140733214002432 18446744073709551615 4365897 0 0 4096 17442 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 5.4
Current children cumulated vsize (KiB) 173208

[startup+3.10048 s]
/proc/loadavg: 7.83 7.98 7.65 9/186 25935
/proc/meminfo: memFree=17003844/32951124 swapFree=67111528/67111528
[pid=25925] ppid=25923 vsize=177304 CPUtime=11.79 cores=0,2,4,6
/proc/25925/stat : 25925 (plingeling) S 25923 25925 25048 0 -1 4202496 21057 1251 0 0 1177 2 0 0 25 0 5 0 520795793 181559296 15756 33554432000 4194304 4417332 140733214002432 18446744073709551615 270624913381 0 0 4096 17442 18446744073709551615 0 0 17 0 0 0 0
/proc/25925/statm: 44326 15756 178 55 0 42212 0
[pid=25925/tid=25932] ppid=25923 vsize=177304 CPUtime=2.9 cores=0,2,4,6
/proc/25925/task/25932/stat : 25932 (plingeling) R 25923 25925 25048 0 -1 4202560 3643 1251 0 0 290 0 0 0 25 0 5 0 520795812 181559296 15756 33554432000 4194304 4417332 140733214002432 18446744073709551615 4236827 0 0 4096 17442 0 0 0 -1 2 0 0 0
[pid=25925/tid=25933] ppid=25923 vsize=177304 CPUtime=2.89 cores=0,2,4,6
/proc/25925/task/25933/stat : 25933 (plingeling) R 25923 25925 25048 0 -1 4202560 5290 1251 0 0 289 0 0 0 25 0 5 0 520795812 181559296 15756 33554432000 4194304 4417332 140733214002432 18446744073709551615 4364683 0 0 4096 17442 0 0 0 -1 4 0 0 0
[pid=25925/tid=25934] ppid=25923 vsize=177304 CPUtime=2.89 cores=0,2,4,6
/proc/25925/task/25934/stat : 25934 (plingeling) R 25923 25925 25048 0 -1 4202560 3207 1251 0 0 289 0 0 0 25 0 5 0 520795812 181559296 15756 33554432000 4194304 4417332 140733214002432 18446744073709551615 4366384 0 0 4096 17442 0 0 0 -1 6 0 0 0
[pid=25925/tid=25935] ppid=25923 vsize=177304 CPUtime=2.9 cores=0,2,4,6
/proc/25925/task/25935/stat : 25935 (plingeling) R 25923 25925 25048 0 -1 4202560 67 1251 0 0 290 0 0 0 25 0 5 0 520795812 181559296 15756 33554432000 4194304 4417332 140733214002432 18446744073709551615 4236986 0 0 4096 17442 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 11.79
Current children cumulated vsize (KiB) 177304

[startup+6.30092 s]
/proc/loadavg: 7.84 7.98 7.65 9/186 25935
/proc/meminfo: memFree=16986080/32951124 swapFree=67111528/67111528
[pid=25925] ppid=25923 vsize=183084 CPUtime=24.58 cores=0,2,4,6
/proc/25925/stat : 25925 (plingeling) S 25923 25925 25048 0 -1 4202496 22571 1251 0 0 2456 2 0 0 25 0 5 0 520795793 187478016 17206 33554432000 4194304 4417332 140733214002432 18446744073709551615 270624913381 0 0 4096 17442 18446744073709551615 0 0 17 0 0 0 0
/proc/25925/statm: 45771 17206 179 55 0 43657 0
[pid=25925/tid=25932] ppid=25923 vsize=183084 CPUtime=6.1 cores=0,2,4,6
/proc/25925/task/25932/stat : 25932 (plingeling) R 25923 25925 25048 0 -1 4202560 3899 1251 0 0 610 0 0 0 25 0 5 0 520795812 187478016 17206 33554432000 4194304 4417332 140733214002432 18446744073709551615 4249165 0 0 4096 17442 0 0 0 -1 2 0 0 0
[pid=25925/tid=25933] ppid=25923 vsize=183084 CPUtime=6.09 cores=0,2,4,6
/proc/25925/task/25933/stat : 25933 (plingeling) R 25923 25925 25048 0 -1 4202560 5290 1251 0 0 609 0 0 0 25 0 5 0 520795812 187478016 17206 33554432000 4194304 4417332 140733214002432 18446744073709551615 4249165 0 0 4096 17442 0 0 0 -1 4 0 0 0
[pid=25925/tid=25934] ppid=25923 vsize=183084 CPUtime=6.07 cores=0,2,4,6
/proc/25925/task/25934/stat : 25934 (plingeling) R 25923 25925 25048 0 -1 4202560 3818 1251 0 0 607 0 0 0 25 0 5 0 520795812 187478016 17206 33554432000 4194304 4417332 140733214002432 18446744073709551615 4364732 0 0 4096 17442 0 0 0 -1 6 0 0 0
[pid=25925/tid=25935] ppid=25923 vsize=183084 CPUtime=6.1 cores=0,2,4,6
/proc/25925/task/25935/stat : 25935 (plingeling) R 25923 25925 25048 0 -1 4202560 714 1251 0 0 610 0 0 0 25 0 5 0 520795812 187478016 17206 33554432000 4194304 4417332 140733214002432 18446744073709551615 4364642 0 0 4096 17442 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 24.58
Current children cumulated vsize (KiB) 183084

[startup+12.7008 s]
/proc/loadavg: 7.85 7.98 7.65 9/186 25935
/proc/meminfo: memFree=16949868/32951124 swapFree=67111528/67111528
[pid=25925] ppid=25923 vsize=193084 CPUtime=50.15 cores=0,2,4,6
/proc/25925/stat : 25925 (plingeling) S 25923 25925 25048 0 -1 4202496 25071 1251 0 0 5012 3 0 0 25 0 5 0 520795793 197718016 19706 33554432000 4194304 4417332 140733214002432 18446744073709551615 270624913381 0 0 4096 17442 18446744073709551615 0 0 17 0 0 0 0
/proc/25925/statm: 48271 19706 179 55 0 46157 0
[pid=25925/tid=25932] ppid=25923 vsize=193084 CPUtime=12.5 cores=0,2,4,6
/proc/25925/task/25932/stat : 25932 (plingeling) R 25923 25925 25048 0 -1 4202560 3899 1251 0 0 1250 0 0 0 25 0 5 0 520795812 197718016 19706 33554432000 4194304 4417332 140733214002432 18446744073709551615 4249165 0 0 4096 17442 0 0 0 -1 2 0 0 0
[pid=25925/tid=25933] ppid=25923 vsize=193084 CPUtime=12.49 cores=0,2,4,6
/proc/25925/task/25933/stat : 25933 (plingeling) R 25923 25925 25048 0 -1 4202560 5290 1251 0 0 1249 0 0 0 25 0 5 0 520795812 197718016 19706 33554432000 4194304 4417332 140733214002432 18446744073709551615 4249209 0 0 4096 17442 0 0 0 -1 4 0 0 0
[pid=25925/tid=25934] ppid=25923 vsize=193084 CPUtime=12.44 cores=0,2,4,6
/proc/25925/task/25934/stat : 25934 (plingeling) R 25923 25925 25048 0 -1 4202560 5074 1251 0 0 1244 0 0 0 25 0 5 0 520795812 197718016 19706 33554432000 4194304 4417332 140733214002432 18446744073709551615 4364465 0 0 4096 17442 0 0 0 -1 6 0 0 0
[pid=25925/tid=25935] ppid=25923 vsize=193084 CPUtime=12.5 cores=0,2,4,6
/proc/25925/task/25935/stat : 25935 (plingeling) R 25923 25925 25048 0 -1 4202560 1958 1251 0 0 1250 0 0 0 25 0 5 0 520795812 197718016 19706 33554432000 4194304 4417332 140733214002432 18446744073709551615 4364822 0 0 4096 17442 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 50.15
Current children cumulated vsize (KiB) 193084

[startup+25.5005 s]
/proc/loadavg: 7.89 7.98 7.66 9/186 25935
/proc/meminfo: memFree=16942672/32951124 swapFree=67111528/67111528
[pid=25925] ppid=25923 vsize=209368 CPUtime=101.28 cores=0,2,4,6
/proc/25925/stat : 25925 (plingeling) S 25923 25925 25048 0 -1 4202496 29142 1251 0 0 10125 3 0 0 25 0 5 0 520795793 214392832 23777 33554432000 4194304 4417332 140733214002432 18446744073709551615 270624913381 0 0 4096 17442 18446744073709551615 0 0 17 0 0 0 0
/proc/25925/statm: 52342 23777 179 55 0 50228 0
[pid=25925/tid=25932] ppid=25923 vsize=209368 CPUtime=25.3 cores=0,2,4,6
/proc/25925/task/25932/stat : 25932 (plingeling) R 25923 25925 25048 0 -1 4202560 4347 1251 0 0 2530 0 0 0 25 0 5 0 520795812 214392832 23777 33554432000 4194304 4417332 140733214002432 18446744073709551615 4364671 0 0 4096 17442 0 0 0 -1 2 0 0 0
[pid=25925/tid=25933] ppid=25923 vsize=209368 CPUtime=25.29 cores=0,2,4,6
/proc/25925/task/25933/stat : 25933 (plingeling) R 25923 25925 25048 0 -1 4202560 5587 1251 0 0 2529 0 0 0 25 0 5 0 520795812 214392832 23777 33554432000 4194304 4417332 140733214002432 18446744073709551615 4364463 0 0 4096 17442 0 0 0 -1 4 0 0 0
[pid=25925/tid=25934] ppid=25923 vsize=209368 CPUtime=25.17 cores=0,2,4,6
/proc/25925/task/25934/stat : 25934 (plingeling) R 25923 25925 25048 0 -1 4202560 5074 1251 0 0 2517 0 0 0 25 0 5 0 520795812 214392832 23777 33554432000 4194304 4417332 140733214002432 18446744073709551615 4364448 0 0 4096 17442 0 0 0 -1 6 0 0 0
[pid=25925/tid=25935] ppid=25923 vsize=209368 CPUtime=25.3 cores=0,2,4,6
/proc/25925/task/25935/stat : 25935 (plingeling) R 25923 25925 25048 0 -1 4202560 5284 1251 0 0 2530 0 0 0 25 0 5 0 520795812 214392832 23777 33554432000 4194304 4417332 140733214002432 18446744073709551615 4364642 0 0 4096 17442 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 101.28
Current children cumulated vsize (KiB) 209368

[startup+51.101 s]
/proc/loadavg: 8.07 8.01 7.67 9/186 25936
/proc/meminfo: memFree=16923624/32951124 swapFree=67111528/67111528
[pid=25925] ppid=25923 vsize=227736 CPUtime=203.55 cores=0,2,4,6
/proc/25925/stat : 25925 (plingeling) S 25923 25925 25048 0 -1 4202496 33734 1251 0 0 20351 4 0 0 25 0 5 0 520795793 233201664 28369 33554432000 4194304 4417332 140733214002432 18446744073709551615 270624913381 0 0 4096 17442 18446744073709551615 0 0 17 0 0 0 0
/proc/25925/statm: 56934 28369 179 55 0 54820 0
[pid=25925/tid=25932] ppid=25923 vsize=227736 CPUtime=50.9 cores=0,2,4,6
/proc/25925/task/25932/stat : 25932 (plingeling) R 25923 25925 25048 0 -1 4202560 4477 1251 0 0 5090 0 0 0 25 0 5 0 520795812 233201664 28369 33554432000 4194304 4417332 140733214002432 18446744073709551615 4249130 0 0 4096 17442 0 0 0 -1 2 0 0 0
[pid=25925/tid=25933] ppid=25923 vsize=227736 CPUtime=50.9 cores=0,2,4,6
/proc/25925/task/25933/stat : 25933 (plingeling) R 25923 25925 25048 0 -1 4202560 5587 1251 0 0 5090 0 0 0 25 0 5 0 520795812 233201664 28369 33554432000 4194304 4417332 140733214002432 18446744073709551615 4258359 0 0 4096 17442 0 0 0 -1 4 0 0 0
[pid=25925/tid=25934] ppid=25923 vsize=227736 CPUtime=50.63 cores=0,2,4,6
/proc/25925/task/25934/stat : 25934 (plingeling) R 25923 25925 25048 0 -1 4202560 5074 1251 0 0 5063 0 0 0 25 0 5 0 520795812 233201664 28369 33554432000 4194304 4417332 140733214002432 18446744073709551615 4237290 0 0 4096 17442 0 0 0 -1 6 0 0 0
[pid=25925/tid=25935] ppid=25923 vsize=227736 CPUtime=50.9 cores=0,2,4,6
/proc/25925/task/25935/stat : 25935 (plingeling) R 25923 25925 25048 0 -1 4202560 9746 1251 0 0 5090 0 0 0 25 0 5 0 520795812 233201664 28369 33554432000 4194304 4417332 140733214002432 18446744073709551615 4364544 0 0 4096 17442 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 203.55
Current children cumulated vsize (KiB) 227736

[startup+102.307 s]
/proc/loadavg: 8.10 8.02 7.69 9/186 25937
/proc/meminfo: memFree=16801832/32951124 swapFree=67111528/67111528
[pid=25925] ppid=25923 vsize=243692 CPUtime=408.11 cores=0,2,4,6
/proc/25925/stat : 25925 (plingeling) S 25923 25925 25048 0 -1 4202496 37723 1251 0 0 40807 4 0 0 25 0 5 0 520795793 249540608 32358 33554432000 4194304 4417332 140733214002432 18446744073709551615 270624913381 0 0 4096 17442 18446744073709551615 0 0 17 0 0 0 0
/proc/25925/statm: 60923 32358 179 55 0 58809 0
[pid=25925/tid=25932] ppid=25923 vsize=243692 CPUtime=102.11 cores=0,2,4,6
/proc/25925/task/25932/stat : 25932 (plingeling) R 25923 25925 25048 0 -1 4202560 5455 1251 0 0 10211 0 0 0 25 0 5 0 520795812 249540608 32358 33554432000 4194304 4417332 140733214002432 18446744073709551615 4366384 0 0 4096 17442 0 0 0 -1 2 0 0 0
[pid=25925/tid=25933] ppid=25923 vsize=243692 CPUtime=102.1 cores=0,2,4,6
/proc/25925/task/25933/stat : 25933 (plingeling) R 25923 25925 25048 0 -1 4202560 6010 1251 0 0 10210 0 0 0 25 0 5 0 520795812 249540608 32358 33554432000 4194304 4417332 140733214002432 18446744073709551615 4278271 0 0 4096 17442 0 0 0 -1 4 0 0 0
[pid=25925/tid=25934] ppid=25923 vsize=243692 CPUtime=101.57 cores=0,2,4,6
/proc/25925/task/25934/stat : 25934 (plingeling) R 25923 25925 25048 0 -1 4202560 6095 1251 0 0 10157 0 0 0 25 0 5 0 520795812 249540608 32358 33554432000 4194304 4417332 140733214002432 18446744073709551615 4264930 0 0 4096 17442 0 0 0 -1 6 0 0 0
[pid=25925/tid=25935] ppid=25923 vsize=243692 CPUtime=102.11 cores=0,2,4,6
/proc/25925/task/25935/stat : 25935 (plingeling) R 25923 25925 25048 0 -1 4202560 11313 1251 0 0 10210 1 0 0 25 0 5 0 520795812 249540608 32358 33554432000 4194304 4417332 140733214002432 18446744073709551615 4364531 0 0 4096 17442 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 408.11
Current children cumulated vsize (KiB) 243692

[startup+162.3 s]
/proc/loadavg: 8.12 8.03 7.72 9/186 25939
/proc/meminfo: memFree=16777392/32951124 swapFree=67111528/67111528
[pid=25925] ppid=25923 vsize=255356 CPUtime=647.78 cores=0,2,4,6
/proc/25925/stat : 25925 (plingeling) S 25923 25925 25048 0 -1 4202496 40125 1251 0 0 64773 5 0 0 25 0 5 0 520795793 261484544 34760 33554432000 4194304 4417332 140733214002432 18446744073709551615 270624913381 0 0 4096 17442 18446744073709551615 0 0 17 0 0 0 0
/proc/25925/statm: 63839 34760 179 55 0 61725 0
[pid=25925/tid=25932] ppid=25923 vsize=255356 CPUtime=162.1 cores=0,2,4,6
/proc/25925/task/25932/stat : 25932 (plingeling) R 25923 25925 25048 0 -1 4202560 5455 1251 0 0 16210 0 0 0 25 0 5 0 520795812 261484544 34760 33554432000 4194304 4417332 140733214002432 18446744073709551615 4364765 0 0 4096 17442 0 0 0 -1 2 0 0 0
[pid=25925/tid=25933] ppid=25923 vsize=255356 CPUtime=162.1 cores=0,2,4,6
/proc/25925/task/25933/stat : 25933 (plingeling) R 25923 25925 25048 0 -1 4202560 6010 1251 0 0 16210 0 0 0 25 0 5 0 520795812 261484544 34760 33554432000 4194304 4417332 140733214002432 18446744073709551615 4364560 0 0 4096 17442 0 0 0 -1 4 0 0 0
[pid=25925/tid=25934] ppid=25923 vsize=255356 CPUtime=161.25 cores=0,2,4,6
/proc/25925/task/25934/stat : 25934 (plingeling) R 25923 25925 25048 0 -1 4202560 6095 1251 0 0 16124 1 0 0 25 0 5 0 520795812 261484544 34760 33554432000 4194304 4417332 140733214002432 18446744073709551615 4364642 0 0 4096 17442 0 0 0 -1 6 0 0 0
[pid=25925/tid=25935] ppid=25923 vsize=255356 CPUtime=162.1 cores=0,2,4,6
/proc/25925/task/25935/stat : 25935 (plingeling) R 25923 25925 25048 0 -1 4202560 13715 1251 0 0 16209 1 0 0 25 0 5 0 520795812 261484544 34760 33554432000 4194304 4417332 140733214002432 18446744073709551615 4364796 0 0 4096 17442 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 647.78
Current children cumulated vsize (KiB) 255356


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

[pid=25925/tid=25933] ppid=25923 vsize=362800 CPUtime=702.11 cores=0,2,4,6
/proc/25925/task/25933/stat : 25933 (plingeling) R 25923 25925 25048 0 -1 4202560 65152 1251 0 0 70202 9 0 0 25 0 5 0 520795812 371507200 62167 33554432000 4194304 4417332 140733214002432 18446744073709551615 4364642 0 0 4096 17442 0 0 0 -1 4 0 0 0
[pid=25925/tid=25934] ppid=25923 vsize=362800 CPUtime=698.34 cores=0,2,4,6
/proc/25925/task/25934/stat : 25934 (plingeling) R 25923 25925 25048 0 -1 4202560 59924 1251 0 0 69825 9 0 0 25 0 5 0 520795812 371507200 62167 33554432000 4194304 4417332 140733214002432 18446744073709551615 4364642 0 0 4096 17442 0 0 0 -1 6 0 0 0
[pid=25925/tid=25935] ppid=25923 vsize=362800 CPUtime=702.12 cores=0,2,4,6
/proc/25925/task/25935/stat : 25935 (plingeling) R 25923 25925 25048 0 -1 4202560 134627 1251 0 0 70194 18 0 0 25 0 5 0 520795812 371507200 62167 33554432000 4194304 4417332 140733214002432 18446744073709551615 4356875 0 0 4096 17442 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 2804.91
Current children cumulated vsize (KiB) 362800

[startup+762.306 s]
/proc/loadavg: 8.04 8.03 7.84 9/186 25955
/proc/meminfo: memFree=16335644/32951124 swapFree=67111528/67111528
[pid=25925] ppid=25923 vsize=355532 CPUtime=3044.6 cores=0,2,4,6
/proc/25925/stat : 25925 (plingeling) S 25923 25925 25048 0 -1 4202496 377450 1251 0 0 304405 55 0 0 25 0 5 0 520795793 364064768 60350 33554432000 4194304 4417332 140733214002432 18446744073709551615 270624913381 0 0 4096 17442 18446744073709551615 0 0 17 0 0 0 0
/proc/25925/statm: 88883 60350 179 55 0 86769 0
[pid=25925/tid=25932] ppid=25923 vsize=355532 CPUtime=762.12 cores=0,2,4,6
/proc/25925/task/25932/stat : 25932 (plingeling) R 25923 25925 25048 0 -1 4202560 80502 1251 0 0 76200 12 0 0 25 0 5 0 520795812 364064768 60350 33554432000 4194304 4417332 140733214002432 18446744073709551615 4364732 0 0 4096 17442 0 0 0 -1 2 0 0 0
[pid=25925/tid=25933] ppid=25923 vsize=355532 CPUtime=762.12 cores=0,2,4,6
/proc/25925/task/25933/stat : 25933 (plingeling) R 25923 25925 25048 0 -1 4202560 71489 1251 0 0 76202 10 0 0 25 0 5 0 520795812 364064768 60350 33554432000 4194304 4417332 140733214002432 18446744073709551615 4364642 0 0 4096 17442 0 0 0 -1 4 0 0 0
[pid=25925/tid=25934] ppid=25923 vsize=355532 CPUtime=758.02 cores=0,2,4,6
/proc/25925/task/25934/stat : 25934 (plingeling) R 25923 25925 25048 0 -1 4202560 66804 1251 0 0 75792 10 0 0 25 0 5 0 520795812 364064768 60350 33554432000 4194304 4417332 140733214002432 18446744073709551615 4364642 0 0 4096 17442 0 0 0 -1 6 0 0 0
[pid=25925/tid=25935] ppid=25923 vsize=355532 CPUtime=762.12 cores=0,2,4,6
/proc/25925/task/25935/stat : 25935 (plingeling) R 25923 25925 25048 0 -1 4202560 149805 1251 0 0 76192 20 0 0 25 0 5 0 520795812 364064768 60350 33554432000 4194304 4417332 140733214002432 18446744073709551615 4364683 0 0 4096 17442 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 3044.6
Current children cumulated vsize (KiB) 355532

[startup+822.301 s]
/proc/loadavg: 8.01 8.02 7.85 9/186 25957
/proc/meminfo: memFree=16413244/32951124 swapFree=67111528/67111528
[pid=25925] ppid=25923 vsize=368616 CPUtime=3284.26 cores=0,2,4,6
/proc/25925/stat : 25925 (plingeling) S 25923 25925 25048 0 -1 4202496 419654 1251 0 0 328364 62 0 0 25 0 5 0 520795793 377462784 63621 33554432000 4194304 4417332 140733214002432 18446744073709551615 270624913381 0 0 4096 17442 18446744073709551615 0 0 17 0 0 0 0
/proc/25925/statm: 92154 63621 179 55 0 90040 0
[pid=25925/tid=25932] ppid=25923 vsize=368616 CPUtime=822.12 cores=0,2,4,6
/proc/25925/task/25932/stat : 25932 (plingeling) R 25923 25925 25048 0 -1 4202560 91412 1251 0 0 82198 14 0 0 25 0 5 0 520795812 377462784 63621 33554432000 4194304 4417332 140733214002432 18446744073709551615 4251172 0 0 4096 17442 0 0 0 -1 2 0 0 0
[pid=25925/tid=25933] ppid=25923 vsize=368616 CPUtime=822.11 cores=0,2,4,6
/proc/25925/task/25933/stat : 25933 (plingeling) R 25923 25925 25048 0 -1 4202560 78776 1251 0 0 82200 11 0 0 25 0 5 0 520795812 377462784 63621 33554432000 4194304 4417332 140733214002432 18446744073709551615 4364541 0 0 4096 17442 0 0 0 -1 4 0 0 0
[pid=25925/tid=25934] ppid=25923 vsize=368616 CPUtime=817.69 cores=0,2,4,6
/proc/25925/task/25934/stat : 25934 (plingeling) R 25923 25925 25048 0 -1 4202560 74130 1251 0 0 81758 11 0 0 25 0 5 0 520795812 377462784 63621 33554432000 4194304 4417332 140733214002432 18446744073709551615 4364642 0 0 4096 17442 0 0 0 -1 6 0 0 0
[pid=25925/tid=25935] ppid=25923 vsize=368616 CPUtime=822.12 cores=0,2,4,6
/proc/25925/task/25935/stat : 25935 (plingeling) R 25923 25925 25048 0 -1 4202560 166486 1251 0 0 82189 23 0 0 25 0 5 0 520795812 377462784 63621 33554432000 4194304 4417332 140733214002432 18446744073709551615 4364899 0 0 4096 17442 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 3284.26
Current children cumulated vsize (KiB) 368616

[startup+882.301 s]
/proc/loadavg: 8.00 8.02 7.86 9/186 25958
/proc/meminfo: memFree=16322832/32951124 swapFree=67111528/67111528
[pid=25925] ppid=25923 vsize=380220 CPUtime=3523.94 cores=0,2,4,6
/proc/25925/stat : 25925 (plingeling) S 25923 25925 25048 0 -1 4202496 468902 1251 0 0 352323 71 0 0 25 0 5 0 520795793 389345280 66522 33554432000 4194304 4417332 140733214002432 18446744073709551615 270624913381 0 0 4096 17442 18446744073709551615 0 0 17 0 0 0 0
/proc/25925/statm: 95055 66522 179 55 0 92941 0
[pid=25925/tid=25932] ppid=25923 vsize=380220 CPUtime=882.12 cores=0,2,4,6
/proc/25925/task/25932/stat : 25932 (plingeling) R 25923 25925 25048 0 -1 4202560 106021 1251 0 0 88196 16 0 0 25 0 5 0 520795812 389345280 66522 33554432000 4194304 4417332 140733214002432 18446744073709551615 4364736 0 0 4096 17442 0 0 0 -1 2 0 0 0
[pid=25925/tid=25933] ppid=25923 vsize=380220 CPUtime=882.11 cores=0,2,4,6
/proc/25925/task/25933/stat : 25933 (plingeling) R 25923 25925 25048 0 -1 4202560 91198 1251 0 0 88198 13 0 0 25 0 5 0 520795812 389345280 66522 33554432000 4194304 4417332 140733214002432 18446744073709551615 4364732 0 0 4096 17442 0 0 0 -1 4 0 0 0
[pid=25925/tid=25934] ppid=25923 vsize=380220 CPUtime=877.36 cores=0,2,4,6
/proc/25925/task/25934/stat : 25934 (plingeling) R 25923 25925 25048 0 -1 4202560 83398 1251 0 0 87723 13 0 0 25 0 5 0 520795812 389345280 66522 33554432000 4194304 4417332 140733214002432 18446744073709551615 4364639 0 0 4096 17442 0 0 0 -1 6 0 0 0
[pid=25925/tid=25935] ppid=25923 vsize=380220 CPUtime=882.12 cores=0,2,4,6
/proc/25925/task/25935/stat : 25935 (plingeling) R 25923 25925 25048 0 -1 4202560 179435 1251 0 0 88186 26 0 0 25 0 5 0 520795812 389345280 66522 33554432000 4194304 4417332 140733214002432 18446744073709551615 4366025 0 0 4096 17442 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 3523.94
Current children cumulated vsize (KiB) 380220

[startup+942.3 s]
/proc/loadavg: 8.12 8.04 7.87 9/186 25969
/proc/meminfo: memFree=16334060/32951124 swapFree=67111528/67111528
[pid=25925] ppid=25923 vsize=380812 CPUtime=3763.61 cores=0,2,4,6
/proc/25925/stat : 25925 (plingeling) S 25923 25925 25048 0 -1 4202496 520426 1251 0 0 376281 80 0 0 25 0 5 0 520795793 389951488 66638 33554432000 4194304 4417332 140733214002432 18446744073709551615 270624913381 0 0 4096 17442 18446744073709551615 0 0 17 0 0 0 0
/proc/25925/statm: 95203 66638 179 55 0 93089 0
[pid=25925/tid=25932] ppid=25923 vsize=380812 CPUtime=942.11 cores=0,2,4,6
/proc/25925/task/25932/stat : 25932 (plingeling) R 25923 25925 25048 0 -1 4202560 120876 1251 0 0 94193 18 0 0 25 0 5 0 520795812 389951488 66638 33554432000 4194304 4417332 140733214002432 18446744073709551615 4364822 0 0 4096 17442 0 0 0 -1 2 0 0 0
[pid=25925/tid=25933] ppid=25923 vsize=380812 CPUtime=942.12 cores=0,2,4,6
/proc/25925/task/25933/stat : 25933 (plingeling) R 25923 25925 25048 0 -1 4202560 102809 1251 0 0 94197 15 0 0 25 0 5 0 520795812 389951488 66638 33554432000 4194304 4417332 140733214002432 18446744073709551615 4364796 0 0 4096 17442 0 0 0 -1 4 0 0 0
[pid=25925/tid=25934] ppid=25923 vsize=380812 CPUtime=937.03 cores=0,2,4,6
/proc/25925/task/25934/stat : 25934 (plingeling) R 25923 25925 25048 0 -1 4202560 96149 1251 0 0 93688 15 0 0 25 0 5 0 520795812 389951488 66638 33554432000 4194304 4417332 140733214002432 18446744073709551615 4365977 0 0 4096 17442 0 0 0 -1 6 0 0 0
[pid=25925/tid=25935] ppid=25923 vsize=380812 CPUtime=942.12 cores=0,2,4,6
/proc/25925/task/25935/stat : 25935 (plingeling) R 25923 25925 25048 0 -1 4202560 191742 1251 0 0 94184 28 0 0 25 0 5 0 520795812 389951488 66638 33554432000 4194304 4417332 140733214002432 18446744073709551615 4352306 0 0 4096 17442 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 3763.61
Current children cumulated vsize (KiB) 380812

[startup+1002.3 s]
/proc/loadavg: 8.15 8.06 7.89 9/186 25970
/proc/meminfo: memFree=16303908/32951124 swapFree=67111528/67111528
[pid=25925] ppid=25923 vsize=367508 CPUtime=4003.28 cores=0,2,4,6
/proc/25925/stat : 25925 (plingeling) S 25923 25925 25048 0 -1 4202496 575950 1251 0 0 400240 88 0 0 25 0 5 0 520795793 376328192 63312 33554432000 4194304 4417332 140733214002432 18446744073709551615 270624913381 0 0 4096 17442 18446744073709551615 0 0 17 0 0 0 0
/proc/25925/statm: 91877 63312 179 55 0 89763 0
[pid=25925/tid=25932] ppid=25923 vsize=367508 CPUtime=1002.12 cores=0,2,4,6
/proc/25925/task/25932/stat : 25932 (plingeling) R 25923 25925 25048 0 -1 4202560 136760 1251 0 0 100191 21 0 0 25 0 5 0 520795812 376328192 63312 33554432000 4194304 4417332 140733214002432 18446744073709551615 4364656 0 0 4096 17442 0 0 0 -1 2 0 0 0
[pid=25925/tid=25933] ppid=25923 vsize=367508 CPUtime=1002.12 cores=0,2,4,6
/proc/25925/task/25933/stat : 25933 (plingeling) R 25923 25925 25048 0 -1 4202560 109000 1251 0 0 100196 16 0 0 25 0 5 0 520795812 376328192 63312 33554432000 4194304 4417332 140733214002432 18446744073709551615 4364732 0 0 4096 17442 0 0 0 -1 4 0 0 0
[pid=25925/tid=25934] ppid=25923 vsize=367508 CPUtime=996.71 cores=0,2,4,6
/proc/25925/task/25934/stat : 25934 (plingeling) R 25923 25925 25048 0 -1 4202560 112817 1251 0 0 99653 18 0 0 25 0 5 0 520795812 376328192 63312 33554432000 4194304 4417332 140733214002432 18446744073709551615 4364556 0 0 4096 17442 0 0 0 -1 6 0 0 0
[pid=25925/tid=25935] ppid=25923 vsize=367508 CPUtime=1002.12 cores=0,2,4,6
/proc/25925/task/25935/stat : 25935 (plingeling) R 25923 25925 25048 0 -1 4202560 208523 1251 0 0 100181 31 0 0 25 0 5 0 520795812 376328192 63312 33554432000 4194304 4417332 140733214002432 18446744073709551615 4364465 0 0 4096 17442 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 4003.28
Current children cumulated vsize (KiB) 367508

[startup+1062.3 s]
/proc/loadavg: 8.23 8.10 7.91 9/186 25972
/proc/meminfo: memFree=16287644/32951124 swapFree=67111528/67111528
[pid=25925] ppid=25923 vsize=367328 CPUtime=4242.96 cores=0,2,4,6
/proc/25925/stat : 25925 (plingeling) S 25923 25925 25048 0 -1 4202496 613012 1251 0 0 424203 93 0 0 25 0 5 0 520795793 376143872 63267 33554432000 4194304 4417332 140733214002432 18446744073709551615 270624913381 0 0 4096 17442 18446744073709551615 0 0 17 0 0 0 0
/proc/25925/statm: 91832 63267 179 55 0 89718 0
[pid=25925/tid=25932] ppid=25923 vsize=367328 CPUtime=1062.12 cores=0,2,4,6
/proc/25925/task/25932/stat : 25932 (plingeling) R 25923 25925 25048 0 -1 4202560 147974 1251 0 0 106190 22 0 0 25 0 5 0 520795812 376143872 63267 33554432000 4194304 4417332 140733214002432 18446744073709551615 4364642 0 0 4096 17442 0 0 0 -1 2 0 0 0
[pid=25925/tid=25933] ppid=25923 vsize=367328 CPUtime=1062.13 cores=0,2,4,6
/proc/25925/task/25933/stat : 25933 (plingeling) R 25923 25925 25048 0 -1 4202560 113663 1251 0 0 106196 17 0 0 25 0 5 0 520795812 376143872 63267 33554432000 4194304 4417332 140733214002432 18446744073709551615 4259724 0 0 4096 17442 0 0 0 -1 4 0 0 0
[pid=25925/tid=25934] ppid=25923 vsize=367328 CPUtime=1056.38 cores=0,2,4,6
/proc/25925/task/25934/stat : 25934 (plingeling) R 25923 25925 25048 0 -1 4202560 119308 1251 0 0 105620 18 0 0 25 0 5 0 520795812 376143872 63267 33554432000 4194304 4417332 140733214002432 18446744073709551615 4364590 0 0 4096 17442 0 0 0 -1 6 0 0 0
[pid=25925/tid=25935] ppid=25923 vsize=367328 CPUtime=1062.12 cores=0,2,4,6
/proc/25925/task/25935/stat : 25935 (plingeling) R 25923 25925 25048 0 -1 4202560 223217 1251 0 0 106179 33 0 0 25 0 5 0 520795812 376143872 63267 33554432000 4194304 4417332 140733214002432 18446744073709551615 4364547 0 0 4096 17442 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 4242.96
Current children cumulated vsize (KiB) 367328

[startup+1122.3 s]
/proc/loadavg: 7.73 8.02 7.89 5/176 25995
/proc/meminfo: memFree=17101256/32951124 swapFree=67111528/67111528
[pid=25925] ppid=25923 vsize=390456 CPUtime=4481.85 cores=0,2,4,6
/proc/25925/stat : 25925 (plingeling) S 25923 25925 25048 0 -1 4202496 661418 1251 0 0 448085 100 0 0 25 0 5 0 520795793 399826944 69049 33554432000 4194304 4417332 140733214002432 18446744073709551615 270624913381 0 0 4096 17442 18446744073709551615 0 0 17 0 0 0 0
/proc/25925/statm: 97614 69049 179 55 0 95500 0
[pid=25925/tid=25932] ppid=25923 vsize=390456 CPUtime=1121.97 cores=0,2,4,6
/proc/25925/task/25932/stat : 25932 (plingeling) R 25923 25925 25048 0 -1 4202560 160426 1251 0 0 112173 24 0 0 25 0 5 0 520795812 399826944 69049 33554432000 4194304 4417332 140733214002432 18446744073709551615 4364642 0 0 4096 17442 0 0 0 -1 2 0 0 0
[pid=25925/tid=25933] ppid=25923 vsize=390456 CPUtime=1121.47 cores=0,2,4,6
/proc/25925/task/25933/stat : 25933 (plingeling) R 25923 25925 25048 0 -1 4202560 124700 1251 0 0 112129 18 0 0 25 0 5 0 520795812 399826944 69049 33554432000 4194304 4417332 140733214002432 18446744073709551615 4364549 0 0 4096 17442 0 0 0 -1 4 0 0 0
[pid=25925/tid=25934] ppid=25923 vsize=390456 CPUtime=1116.07 cores=0,2,4,6
/proc/25925/task/25934/stat : 25934 (plingeling) R 25923 25925 25048 0 -1 4202560 127786 1251 0 0 111587 20 0 0 25 0 5 0 520795812 399826944 69049 33554432000 4194304 4417332 140733214002432 18446744073709551615 4364732 0 0 4096 17442 0 0 0 -1 6 0 0 0
[pid=25925/tid=25935] ppid=25923 vsize=390456 CPUtime=1122.13 cores=0,2,4,6
/proc/25925/task/25935/stat : 25935 (plingeling) R 25923 25925 25048 0 -1 4202560 239656 1251 0 0 112177 36 0 0 25 0 5 0 520795812 399826944 69049 33554432000 4194304 4417332 140733214002432 18446744073709551615 4364642 0 0 4096 17442 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 4481.85
Current children cumulated vsize (KiB) 390456

[startup+1182.3 s]
/proc/loadavg: 5.43 7.30 7.65 5/176 25996
/proc/meminfo: memFree=17109244/32951124 swapFree=67111528/67111528
[pid=25925] ppid=25923 vsize=383208 CPUtime=4721.59 cores=0,2,4,6
/proc/25925/stat : 25925 (plingeling) S 25923 25925 25048 0 -1 4202496 710767 1251 0 0 472051 108 0 0 25 0 5 0 520795793 392404992 67237 33554432000 4194304 4417332 140733214002432 18446744073709551615 270624913381 0 0 4096 17442 18446744073709551615 0 0 17 0 0 0 0
/proc/25925/statm: 95802 67237 179 55 0 93688 0
[pid=25925/tid=25932] ppid=25923 vsize=383208 CPUtime=1181.98 cores=0,2,4,6
/proc/25925/task/25932/stat : 25932 (plingeling) R 25923 25925 25048 0 -1 4202560 170543 1251 0 0 118172 26 0 0 25 0 5 0 520795812 392404992 67237 33554432000 4194304 4417332 140733214002432 18446744073709551615 4366384 0 0 4096 17442 0 0 0 -1 2 0 0 0
[pid=25925/tid=25933] ppid=25923 vsize=383208 CPUtime=1181.48 cores=0,2,4,6
/proc/25925/task/25933/stat : 25933 (plingeling) R 25923 25925 25048 0 -1 4202560 136350 1251 0 0 118128 20 0 0 25 0 5 0 520795812 392404992 67237 33554432000 4194304 4417332 140733214002432 18446744073709551615 4364822 0 0 4096 17442 0 0 0 -1 4 0 0 0
[pid=25925/tid=25934] ppid=25923 vsize=383208 CPUtime=1175.79 cores=0,2,4,6
/proc/25925/task/25934/stat : 25934 (plingeling) R 25923 25925 25048 0 -1 4202560 139469 1251 0 0 117558 21 0 0 25 0 5 0 520795812 392404992 67237 33554432000 4194304 4417332 140733214002432 18446744073709551615 4364642 0 0 4096 17442 0 0 0 -1 6 0 0 0
[pid=25925/tid=25935] ppid=25923 vsize=383208 CPUtime=1182.12 cores=0,2,4,6
/proc/25925/task/25935/stat : 25935 (plingeling) R 25923 25925 25048 0 -1 4202560 255555 1251 0 0 118174 38 0 0 25 0 5 0 520795812 392404992 67237 33554432000 4194304 4417332 140733214002432 18446744073709551615 4364724 0 0 4096 17442 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 4721.59
Current children cumulated vsize (KiB) 383208



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1202 s]
/proc/loadavg: 5.02 7.09 7.58 5/176 25997
/proc/meminfo: memFree=17089136/32951124 swapFree=67111528/67111528
[pid=25925] ppid=25923 vsize=401380 CPUtime=4800.31 cores=0,2,4,6
/proc/25925/stat : 25925 (plingeling) S 25923 25925 25048 0 -1 4202496 722804 1251 0 0 479921 110 0 0 25 0 5 0 520795793 411013120 71780 33554432000 4194304 4417332 140733214002432 18446744073709551615 270624913381 0 0 4096 17442 18446744073709551615 0 0 17 0 0 0 0
/proc/25925/statm: 100345 71780 179 55 0 98231 0
[pid=25925/tid=25932] ppid=25923 vsize=401380 CPUtime=1201.69 cores=0,2,4,6
/proc/25925/task/25932/stat : 25932 (plingeling) R 25923 25925 25048 0 -1 4202560 172771 1251 0 0 120142 27 0 0 25 0 5 0 520795812 411013120 71780 33554432000 4194304 4417332 140733214002432 18446744073709551615 4364776 0 0 4096 17442 0 0 0 -1 2 0 0 0
[pid=25925/tid=25933] ppid=25923 vsize=401380 CPUtime=1201.18 cores=0,2,4,6
/proc/25925/task/25933/stat : 25933 (plingeling) R 25923 25925 25048 0 -1 4202560 137796 1251 0 0 120098 20 0 0 25 0 5 0 520795812 411013120 71780 33554432000 4194304 4417332 140733214002432 18446744073709551615 4366303 0 0 4096 17442 0 0 0 -1 4 0 0 0
[pid=25925/tid=25934] ppid=25923 vsize=401380 CPUtime=1195.4 cores=0,2,4,6
/proc/25925/task/25934/stat : 25934 (plingeling) R 25923 25925 25048 0 -1 4202560 143126 1251 0 0 119518 22 0 0 25 0 5 0 520795812 411013120 71780 33554432000 4194304 4417332 140733214002432 18446744073709551615 4364683 0 0 4096 17442 0 0 0 -1 6 0 0 0
[pid=25925/tid=25935] ppid=25923 vsize=401380 CPUtime=1201.83 cores=0,2,4,6
/proc/25925/task/25935/stat : 25935 (plingeling) R 25923 25925 25048 0 -1 4202560 260261 1251 0 0 120144 39 0 0 25 0 5 0 520795812 411013120 71780 33554432000 4194304 4417332 140733214002432 18446744073709551615 4353412 0 0 4096 17442 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 4800.31
Current children cumulated vsize (KiB) 401380

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): 1202.03
CPU time (s): 4800.36
CPU user time (s): 4799.24
CPU system time (s): 1.12383
CPU usage (%): 399.356
Max. virtual memory (cumulated for all children) (KiB): 423044

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 4799.24
system time used= 1.12383
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 724055
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= 174
involuntary context switches= 21131

runsolver used 1.9917 second user time and 4.43532 second system time

The end

Launcher Data

Begin job on node108 at 2011-04-29 17:45:49
IDJOB=3250416
IDBENCH=83253
IDSOLVER=1605
FILE ID=node108/3250416-1304091948
RUNJOBID= node108-1304090649-25535
PBS_JOBID= 13170551
Free space on /tmp= 72096 MiB

SOLVER NAME= Plingeling 587
BENCH NAME= SAT11/crafted/kullmann/GreenTao/GreenTaok1k2/GreenTao_2-3-6_2071.cnf
COMMAND LINE= plingeling -t NBCORE BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3250416-1304091948/watcher-3250416-1304091948 -o /tmp/evaluation-result-3250416-1304091948/solver-3250416-1304091948 -C 4800 -W 1300 -M 15500  plingeling -t 4 HOME/instance-3250416-1304091948.cnf

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

MD5SUM BENCH= 337bdbc5d8bf0013ca73aeffa06cffe8
RANDOM SEED=1867420479

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

processor	: 7
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.820
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.83
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]


/proc/meminfo:
MemTotal:     32951124 kB
MemFree:      17041988 kB
Buffers:       2164804 kB
Cached:       12788160 kB
SwapCached:          0 kB
Active:        4545016 kB
Inactive:     10783108 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32951124 kB
LowFree:      17041988 kB
SwapTotal:    67111528 kB
SwapFree:     67111528 kB
Dirty:            2724 kB
Writeback:           0 kB
AnonPages:      373716 kB
Mapped:          15292 kB
Slab:           517884 kB
PageTables:       5404 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83587088 kB
Committed_AS:   559416 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= 72120 MiB
End job on node108 at 2011-04-29 18:05:53