Trace number 3371058

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.27 1202.83

General information on the benchmark

Namecrafted/kullmann/VanDerWaerden/VanderWaerden_pd_3k/
VanDerWaerden_pd_2-3-23_507.cnf
MD5SUM0c4fc551e2fe598a8074df6204d87f7d
Bench CategoryCRAFTED (crafted instances)
Best result obtained on this benchmark
Best CPU time to get the best result obtained on this benchmark
Satisfiable
(Un)Satisfiability was proved
Number of variables254
Number of clauses34289
Sum of the clauses size152236
Maximum clause length23
Minimum clause length2
Number of clauses of size 10
Number of clauses of size 2337
Number of clauses of size 331448
Number of clauses of size 40
Number of clauses of size 50
Number of clauses of size over 52504

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

running on 4 cores: 1,3,5,7

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: 8.11 7.95 6.16 6/295 13734
/proc/meminfo: memFree=16175472/32951124 swapFree=52307768/67111528
[pid=13734] ppid=13732 vsize=9432 CPUtime=0 cores=1,3,5,7
/proc/13734/stat : 13734 (plingeling) R 13732 13734 13510 0 -1 4202496 420 1252 0 0 0 0 0 0 25 0 1 0 654376475 9658368 351 33554432000 4194304 4417452 140736010001600 18446744073709551615 218370653963 0 0 4096 17442 0 0 0 17 5 0 0 0
/proc/13734/statm: 2358 363 148 55 0 244 0

[startup+0.235129 s]
/proc/loadavg: 8.11 7.95 6.16 6/295 13734
/proc/meminfo: memFree=16175472/32951124 swapFree=52307768/67111528
[pid=13734] ppid=13732 vsize=126696 CPUtime=0.77 cores=1,3,5,7
/proc/13734/stat : 13734 (plingeling) S 13732 13734 13510 0 -1 4202496 4092 1252 0 0 77 0 0 0 25 0 5 0 654376475 129736704 3058 33554432000 4194304 4417452 140736010001600 18446744073709551615 218382759909 0 0 4096 17442 18446744073709551615 0 0 17 5 0 0 0
/proc/13734/statm: 31674 3088 179 55 0 29560 0
Current children cumulated CPU time (s) 0.77
Current children cumulated vsize (KiB) 126696

[startup+0.300981 s]
/proc/loadavg: 8.11 7.95 6.16 6/295 13734
/proc/meminfo: memFree=16175472/32951124 swapFree=52307768/67111528
[pid=13734] ppid=13732 vsize=126696 CPUtime=1.04 cores=1,3,5,7
/proc/13734/stat : 13734 (plingeling) S 13732 13734 13510 0 -1 4202496 4129 1252 0 0 104 0 0 0 25 0 5 0 654376475 129736704 3094 33554432000 4194304 4417452 140736010001600 18446744073709551615 218382759909 0 0 4096 17442 18446744073709551615 0 0 17 5 0 0 0
/proc/13734/statm: 31674 3094 179 55 0 29560 0
Current children cumulated CPU time (s) 1.04
Current children cumulated vsize (KiB) 126696

[startup+0.400961 s]
/proc/loadavg: 8.11 7.95 6.16 6/295 13734
/proc/meminfo: memFree=16175472/32951124 swapFree=52307768/67111528
[pid=13734] ppid=13732 vsize=126696 CPUtime=1.44 cores=1,3,5,7
/proc/13734/stat : 13734 (plingeling) S 13732 13734 13510 0 -1 4202496 4129 1252 0 0 144 0 0 0 25 0 5 0 654376475 129736704 3094 33554432000 4194304 4417452 140736010001600 18446744073709551615 218382759909 0 0 4096 17442 18446744073709551615 0 0 17 5 0 0 0
/proc/13734/statm: 31674 3094 179 55 0 29560 0
Current children cumulated CPU time (s) 1.44
Current children cumulated vsize (KiB) 126696

[startup+0.700908 s]
/proc/loadavg: 8.11 7.95 6.16 6/295 13734
/proc/meminfo: memFree=16175472/32951124 swapFree=52307768/67111528
[pid=13734] ppid=13732 vsize=127172 CPUtime=2.64 cores=1,3,5,7
/proc/13734/stat : 13734 (plingeling) S 13732 13734 13510 0 -1 4202496 4248 1252 0 0 264 0 0 0 25 0 5 0 654376475 130224128 3213 33554432000 4194304 4417452 140736010001600 18446744073709551615 218382759909 0 0 4096 17442 18446744073709551615 0 0 17 5 0 0 0
/proc/13734/statm: 31793 3213 179 55 0 29679 0
Current children cumulated CPU time (s) 2.64
Current children cumulated vsize (KiB) 127172

[startup+1.50077 s]
/proc/loadavg: 8.10 7.95 6.17 9/300 13744
/proc/meminfo: memFree=16162060/32951124 swapFree=52307768/67111528
[pid=13734] ppid=13732 vsize=130496 CPUtime=5.83 cores=1,3,5,7
/proc/13734/stat : 13734 (plingeling) S 13732 13734 13510 0 -1 4202496 5079 1252 0 0 583 0 0 0 25 0 5 0 654376475 133627904 4044 33554432000 4194304 4417452 140736010001600 18446744073709551615 218382759909 0 0 4096 17442 18446744073709551615 0 0 17 5 0 0 0
/proc/13734/statm: 32624 4044 179 55 0 30510 0
[pid=13734/tid=13741] ppid=13732 vsize=130496 CPUtime=1.45 cores=1,3,5,7
/proc/13734/task/13741/stat : 13741 (plingeling) R 13732 13734 13510 0 -1 4202560 672 1252 0 0 145 0 0 0 25 0 5 0 654376480 133627904 4044 33554432000 4194304 4417452 140736010001600 18446744073709551615 4250795 0 0 4096 17442 0 0 0 -1 5 0 0 0
[pid=13734/tid=13742] ppid=13732 vsize=130496 CPUtime=1.44 cores=1,3,5,7
/proc/13734/task/13742/stat : 13742 (plingeling) R 13732 13734 13510 0 -1 4202560 569 1252 0 0 144 0 0 0 25 0 5 0 654376480 133627904 4044 33554432000 4194304 4417452 140736010001600 18446744073709551615 4364621 0 0 4096 17442 0 0 0 -1 3 0 0 0
[pid=13734/tid=13743] ppid=13732 vsize=130496 CPUtime=1.44 cores=1,3,5,7
/proc/13734/task/13743/stat : 13743 (plingeling) R 13732 13734 13510 0 -1 4202560 282 1252 0 0 144 0 0 0 25 0 5 0 654376480 133627904 4044 33554432000 4194304 4417452 140736010001600 18446744073709551615 4250488 0 0 4096 17442 0 0 0 -1 1 0 0 0
[pid=13734/tid=13744] ppid=13732 vsize=130496 CPUtime=1.43 cores=1,3,5,7
/proc/13734/task/13744/stat : 13744 (plingeling) R 13732 13734 13510 0 -1 4202560 831 1252 0 0 143 0 0 0 20 0 5 0 654376480 133627904 4044 33554432000 4194304 4417452 140736010001600 18446744073709551615 18446744073699065863 0 0 4096 17442 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 5.83
Current children cumulated vsize (KiB) 130496

[startup+3.10048 s]
/proc/loadavg: 8.10 7.95 6.17 9/300 13744
/proc/meminfo: memFree=16151396/32951124 swapFree=52307768/67111528
[pid=13734] ppid=13732 vsize=141048 CPUtime=12.21 cores=1,3,5,7
/proc/13734/stat : 13734 (plingeling) S 13732 13734 13510 0 -1 4202496 7717 1252 0 0 1221 0 0 0 25 0 5 0 654376475 144433152 6682 33554432000 4194304 4417452 140736010001600 18446744073709551615 218382759909 0 0 4096 17442 18446744073709551615 0 0 17 5 0 0 0
/proc/13734/statm: 35262 6682 179 55 0 33148 0
[pid=13734/tid=13741] ppid=13732 vsize=141048 CPUtime=3.05 cores=1,3,5,7
/proc/13734/task/13741/stat : 13741 (plingeling) R 13732 13734 13510 0 -1 4202560 1184 1252 0 0 305 0 0 0 25 0 5 0 654376480 144433152 6682 33554432000 4194304 4417452 140736010001600 18446744073709551615 4306292 0 0 4096 17442 0 0 0 -1 5 0 0 0
[pid=13734/tid=13742] ppid=13732 vsize=141048 CPUtime=3.04 cores=1,3,5,7
/proc/13734/task/13742/stat : 13742 (plingeling) R 13732 13734 13510 0 -1 4202560 1209 1252 0 0 304 0 0 0 25 0 5 0 654376480 144433152 6682 33554432000 4194304 4417452 140736010001600 18446744073709551615 4258449 0 0 4096 17442 0 0 0 -1 3 0 0 0
[pid=13734/tid=13743] ppid=13732 vsize=141048 CPUtime=3.04 cores=1,3,5,7
/proc/13734/task/13743/stat : 13743 (plingeling) R 13732 13734 13510 0 -1 4202560 927 1252 0 0 304 0 0 0 25 0 5 0 654376480 144433152 6682 33554432000 4194304 4417452 140736010001600 18446744073709551615 4258472 0 0 4096 17442 0 0 0 -1 1 0 0 0
[pid=13734/tid=13744] ppid=13732 vsize=141048 CPUtime=3.02 cores=1,3,5,7
/proc/13734/task/13744/stat : 13744 (plingeling) R 13732 13734 13510 0 -1 4202560 1672 1252 0 0 302 0 0 0 25 0 5 0 654376480 144433152 6682 33554432000 4194304 4417452 140736010001600 18446744073709551615 4364626 0 0 4096 17442 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 12.21
Current children cumulated vsize (KiB) 141048

[startup+6.30092 s]
/proc/loadavg: 8.10 7.95 6.17 9/300 13744
/proc/meminfo: memFree=16145444/32951124 swapFree=52307768/67111528
[pid=13734] ppid=13732 vsize=145312 CPUtime=24.99 cores=1,3,5,7
/proc/13734/stat : 13734 (plingeling) S 13732 13734 13510 0 -1 4202496 9193 1252 0 0 2498 1 0 0 25 0 5 0 654376475 148799488 7762 33554432000 4194304 4417452 140736010001600 18446744073709551615 218382759909 0 0 4096 17442 18446744073709551615 0 0 17 5 0 0 0
/proc/13734/statm: 36328 7762 179 55 0 34214 0
[pid=13734/tid=13741] ppid=13732 vsize=145312 CPUtime=6.25 cores=1,3,5,7
/proc/13734/task/13741/stat : 13741 (plingeling) R 13732 13734 13510 0 -1 4202560 1470 1252 0 0 625 0 0 0 25 0 5 0 654376480 148799488 7762 33554432000 4194304 4417452 140736010001600 18446744073709551615 4364555 0 0 4096 17442 0 0 0 -1 5 0 0 0
[pid=13734/tid=13742] ppid=13732 vsize=145312 CPUtime=6.24 cores=1,3,5,7
/proc/13734/task/13742/stat : 13742 (plingeling) R 13732 13734 13510 0 -1 4202560 1511 1252 0 0 624 0 0 0 25 0 5 0 654376480 148799488 7762 33554432000 4194304 4417452 140736010001600 18446744073709551615 4364621 0 0 4096 17442 0 0 0 -1 3 0 0 0
[pid=13734/tid=13743] ppid=13732 vsize=145312 CPUtime=6.24 cores=1,3,5,7
/proc/13734/task/13743/stat : 13743 (plingeling) R 13732 13734 13510 0 -1 4202560 941 1252 0 0 624 0 0 0 25 0 5 0 654376480 148799488 7762 33554432000 4194304 4417452 140736010001600 18446744073709551615 4364768 0 0 4096 17442 0 0 0 -1 1 0 0 0
[pid=13734/tid=13744] ppid=13732 vsize=145312 CPUtime=6.19 cores=1,3,5,7
/proc/13734/task/13744/stat : 13744 (plingeling) R 13732 13734 13510 0 -1 4202560 2546 1252 0 0 619 0 0 0 25 0 5 0 654376480 148799488 7762 33554432000 4194304 4417452 140736010001600 18446744073709551615 4364533 0 0 4096 17442 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 24.99
Current children cumulated vsize (KiB) 145312

[startup+12.7008 s]
/proc/loadavg: 8.16 7.97 6.20 9/300 13744
/proc/meminfo: memFree=16138364/32951124 swapFree=52307768/67111528
[pid=13734] ppid=13732 vsize=151608 CPUtime=50.53 cores=1,3,5,7
/proc/13734/stat : 13734 (plingeling) S 13732 13734 13510 0 -1 4202496 13927 1252 0 0 5051 2 0 0 25 0 5 0 654376475 155246592 9345 33554432000 4194304 4417452 140736010001600 18446744073709551615 218382759909 0 0 4096 17442 18446744073709551615 0 0 17 5 0 0 0
/proc/13734/statm: 37902 9345 179 55 0 35788 0
[pid=13734/tid=13741] ppid=13732 vsize=151608 CPUtime=12.65 cores=1,3,5,7
/proc/13734/task/13741/stat : 13741 (plingeling) R 13732 13734 13510 0 -1 4202560 1470 1252 0 0 1265 0 0 0 25 0 5 0 654376480 155246592 9345 33554432000 4194304 4417452 140736010001600 18446744073709551615 4364798 0 0 4096 17442 0 0 0 -1 5 0 0 0
[pid=13734/tid=13742] ppid=13732 vsize=151608 CPUtime=12.64 cores=1,3,5,7
/proc/13734/task/13742/stat : 13742 (plingeling) R 13732 13734 13510 0 -1 4202560 2022 1252 0 0 1264 0 0 0 25 0 5 0 654376480 155246592 9345 33554432000 4194304 4417452 140736010001600 18446744073709551615 4364907 0 0 4096 17442 0 0 0 -1 3 0 0 0
[pid=13734/tid=13743] ppid=13732 vsize=151608 CPUtime=12.64 cores=1,3,5,7
/proc/13734/task/13743/stat : 13743 (plingeling) R 13732 13734 13510 0 -1 4202560 941 1252 0 0 1264 0 0 0 25 0 5 0 654376480 155246592 9345 33554432000 4194304 4417452 140736010001600 18446744073709551615 4364650 0 0 4096 17442 0 0 0 -1 1 0 0 0
[pid=13734/tid=13744] ppid=13732 vsize=151608 CPUtime=12.53 cores=1,3,5,7
/proc/13734/task/13744/stat : 13744 (plingeling) R 13732 13734 13510 0 -1 4202560 6769 1252 0 0 1252 1 0 0 25 0 5 0 654376480 155246592 9345 33554432000 4194304 4417452 140736010001600 18446744073709551615 4364579 0 0 4096 17442 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 50.53
Current children cumulated vsize (KiB) 151608

[startup+25.5105 s]
/proc/loadavg: 7.90 7.92 6.20 9/300 13781
/proc/meminfo: memFree=16647048/32951124 swapFree=52307768/67111528
[pid=13734] ppid=13732 vsize=155700 CPUtime=101.64 cores=1,3,5,7
/proc/13734/stat : 13734 (plingeling) S 13732 13734 13510 0 -1 4202496 31539 1252 0 0 10160 4 0 0 25 0 5 0 654376475 159436800 10390 33554432000 4194304 4417452 140736010001600 18446744073709551615 218382759909 0 0 4096 17442 18446744073709551615 0 0 17 5 0 0 0
/proc/13734/statm: 38925 10390 179 55 0 36811 0
[pid=13734/tid=13741] ppid=13732 vsize=155700 CPUtime=25.45 cores=1,3,5,7
/proc/13734/task/13741/stat : 13741 (plingeling) R 13732 13734 13510 0 -1 4202560 4198 1252 0 0 2545 0 0 0 25 0 5 0 654376480 159436800 10390 33554432000 4194304 4417452 140736010001600 18446744073709551615 4366079 0 0 4096 17442 0 0 0 -1 5 0 0 0
[pid=13734/tid=13742] ppid=13732 vsize=155700 CPUtime=25.45 cores=1,3,5,7
/proc/13734/task/13742/stat : 13742 (plingeling) R 13732 13734 13510 0 -1 4202560 6972 1252 0 0 2545 0 0 0 25 0 5 0 654376480 159436800 10390 33554432000 4194304 4417452 140736010001600 18446744073709551615 4364727 0 0 4096 17442 0 0 0 -1 3 0 0 0
[pid=13734/tid=13743] ppid=13732 vsize=155700 CPUtime=25.45 cores=1,3,5,7
/proc/13734/task/13743/stat : 13743 (plingeling) R 13732 13734 13510 0 -1 4202560 4133 1252 0 0 2545 0 0 0 25 0 5 0 654376480 159436800 10390 33554432000 4194304 4417452 140736010001600 18446744073709551615 4364594 0 0 4096 17442 0 0 0 -1 1 0 0 0
[pid=13734/tid=13744] ppid=13732 vsize=155700 CPUtime=25.22 cores=1,3,5,7
/proc/13734/task/13744/stat : 13744 (plingeling) R 13732 13734 13510 0 -1 4202560 13511 1252 0 0 2520 2 0 0 25 0 5 0 654376480 159436800 10390 33554432000 4194304 4417452 140736010001600 18446744073709551615 4364555 0 0 4096 17442 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 101.64
Current children cumulated vsize (KiB) 155700

[startup+51.101 s]
/proc/loadavg: 7.94 7.93 6.25 9/300 13782
/proc/meminfo: memFree=16611936/32951124 swapFree=52307768/67111528
[pid=13734] ppid=13732 vsize=168972 CPUtime=203.78 cores=1,3,5,7
/proc/13734/stat : 13734 (plingeling) S 13732 13734 13510 0 -1 4202496 78401 1252 0 0 20366 12 0 0 25 0 5 0 654376475 173027328 13677 33554432000 4194304 4417452 140736010001600 18446744073709551615 218382759909 0 0 4096 17442 18446744073709551615 0 0 17 5 0 0 0
/proc/13734/statm: 42243 13677 179 55 0 40129 0
[pid=13734/tid=13741] ppid=13732 vsize=168972 CPUtime=51.04 cores=1,3,5,7
/proc/13734/task/13741/stat : 13741 (plingeling) R 13732 13734 13510 0 -1 4202560 13943 1252 0 0 5102 2 0 0 25 0 5 0 654376480 173027328 13677 33554432000 4194304 4417452 140736010001600 18446744073709551615 4364611 0 0 4096 17442 0 0 0 -1 5 0 0 0
[pid=13734/tid=13742] ppid=13732 vsize=168972 CPUtime=51.04 cores=1,3,5,7
/proc/13734/task/13742/stat : 13742 (plingeling) R 13732 13734 13510 0 -1 4202560 18957 1252 0 0 5102 2 0 0 25 0 5 0 654376480 173027328 13677 33554432000 4194304 4417452 140736010001600 18446744073709551615 4364756 0 0 4096 17442 0 0 0 -1 3 0 0 0
[pid=13734/tid=13743] ppid=13732 vsize=168972 CPUtime=51.04 cores=1,3,5,7
/proc/13734/task/13743/stat : 13743 (plingeling) R 13732 13734 13510 0 -1 4202560 14313 1252 0 0 5102 2 0 0 25 0 5 0 654376480 173027328 13677 33554432000 4194304 4417452 140736010001600 18446744073709551615 4365996 0 0 4096 17442 0 0 0 -1 1 0 0 0
[pid=13734/tid=13744] ppid=13732 vsize=168972 CPUtime=50.58 cores=1,3,5,7
/proc/13734/task/13744/stat : 13744 (plingeling) R 13732 13734 13510 0 -1 4202560 28463 1252 0 0 5054 4 0 0 25 0 5 0 654376480 173027328 13677 33554432000 4194304 4417452 140736010001600 18446744073709551615 4364626 0 0 4096 17442 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 203.78
Current children cumulated vsize (KiB) 168972

[startup+102.301 s]
/proc/loadavg: 8.02 7.95 6.35 9/300 13783
/proc/meminfo: memFree=16581908/32951124 swapFree=52307768/67111528
[pid=13734] ppid=13732 vsize=172908 CPUtime=408.13 cores=1,3,5,7
/proc/13734/stat : 13734 (plingeling) S 13732 13734 13510 0 -1 4202496 176424 1252 0 0 40784 29 0 0 25 0 5 0 654376475 177057792 14661 33554432000 4194304 4417452 140736010001600 18446744073709551615 218382759909 0 0 4096 17442 18446744073709551615 0 0 17 5 0 0 0
/proc/13734/statm: 43227 14661 179 55 0 41113 0
[pid=13734/tid=13741] ppid=13732 vsize=172908 CPUtime=102.25 cores=1,3,5,7
/proc/13734/task/13741/stat : 13741 (plingeling) R 13732 13734 13510 0 -1 4202560 35073 1252 0 0 10219 6 0 0 25 0 5 0 654376480 177057792 14661 33554432000 4194304 4417452 140736010001600 18446744073709551615 4365058 0 0 4096 17442 0 0 0 -1 5 0 0 0
[pid=13734/tid=13742] ppid=13732 vsize=172908 CPUtime=102.24 cores=1,3,5,7
/proc/13734/task/13742/stat : 13742 (plingeling) R 13732 13734 13510 0 -1 4202560 43637 1252 0 0 10218 6 0 0 25 0 5 0 654376480 177057792 14661 33554432000 4194304 4417452 140736010001600 18446744073709551615 4366099 0 0 4096 17442 0 0 0 -1 3 0 0 0
[pid=13734/tid=13743] ppid=13732 vsize=172908 CPUtime=102.24 cores=1,3,5,7
/proc/13734/task/13743/stat : 13743 (plingeling) R 13732 13734 13510 0 -1 4202560 37494 1252 0 0 10219 5 0 0 25 0 5 0 654376480 177057792 14661 33554432000 4194304 4417452 140736010001600 18446744073709551615 4366048 0 0 4096 17442 0 0 0 -1 1 0 0 0
[pid=13734/tid=13744] ppid=13732 vsize=172908 CPUtime=101.32 cores=1,3,5,7
/proc/13734/task/13744/stat : 13744 (plingeling) R 13732 13734 13510 0 -1 4202560 57495 1252 0 0 10123 9 0 0 25 0 5 0 654376480 177057792 14661 33554432000 4194304 4417452 140736010001600 18446744073709551615 4364564 0 0 4096 17442 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 408.13
Current children cumulated vsize (KiB) 172908

[startup+162.301 s]
/proc/loadavg: 8.04 7.97 6.45 9/300 13785
/proc/meminfo: memFree=16543812/32951124 swapFree=52307768/67111528
[pid=13734] ppid=13732 vsize=194456 CPUtime=647.58 cores=1,3,5,7
/proc/13734/stat : 13734 (plingeling) S 13732 13734 13510 0 -1 4202496 297960 1252 0 0 64710 48 0 0 25 0 5 0 654376475 199122944 20048 33554432000 4194304 4417452 140736010001600 18446744073709551615 218382759909 0 0 4096 17442 18446744073709551615 0 0 17 5 0 0 0
/proc/13734/statm: 48614 20048 179 55 0 46500 0
[pid=13734/tid=13741] ppid=13732 vsize=194456 CPUtime=162.25 cores=1,3,5,7
/proc/13734/task/13741/stat : 13741 (plingeling) R 13732 13734 13510 0 -1 4202560 67120 1252 0 0 16214 11 0 0 25 0 5 0 654376480 199122944 20048 33554432000 4194304 4417452 140736010001600 18446744073709551615 4364724 0 0 4096 17442 0 0 0 -1 5 0 0 0
[pid=13734/tid=13742] ppid=13732 vsize=194456 CPUtime=162.24 cores=1,3,5,7
/proc/13734/task/13742/stat : 13742 (plingeling) R 13732 13734 13510 0 -1 4202560 72716 1252 0 0 16213 11 0 0 25 0 5 0 654376480 199122944 20048 33554432000 4194304 4417452 140736010001600 18446744073709551615 4365027 0 0 4096 17442 0 0 0 -1 3 0 0 0
[pid=13734/tid=13743] ppid=13732 vsize=194456 CPUtime=162.24 cores=1,3,5,7
/proc/13734/task/13743/stat : 13743 (plingeling) R 13732 13734 13510 0 -1 4202560 67347 1252 0 0 16214 10 0 0 25 0 5 0 654376480 199122944 20048 33554432000 4194304 4417452 140736010001600 18446744073709551615 4366048 0 0 4096 17442 0 0 0 -1 1 0 0 0
[pid=13734/tid=13744] ppid=13732 vsize=194456 CPUtime=160.77 cores=1,3,5,7
/proc/13734/task/13744/stat : 13744 (plingeling) R 13732 13734 13510 0 -1 4202560 88052 1252 0 0 16063 14 0 0 25 0 5 0 654376480 199122944 20048 33554432000 4194304 4417452 140736010001600 18446744073709551615 4364550 0 0 4096 17442 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 647.58
Current children cumulated vsize (KiB) 194456


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

[pid=13734/tid=13742] ppid=13732 vsize=263768 CPUtime=702.26 cores=1,3,5,7
/proc/13734/task/13742/stat : 13742 (plingeling) R 13732 13734 13510 0 -1 4202560 254801 1252 0 0 70186 40 0 0 25 0 5 0 654376480 270098432 37376 33554432000 4194304 4417452 140736010001600 18446744073709551615 4307694 0 0 4096 17442 0 0 0 -1 3 0 0 0
[pid=13734/tid=13743] ppid=13732 vsize=263768 CPUtime=702.26 cores=1,3,5,7
/proc/13734/task/13743/stat : 13743 (plingeling) R 13732 13734 13510 0 -1 4202560 271663 1252 0 0 70185 41 0 0 25 0 5 0 654376480 270098432 37376 33554432000 4194304 4417452 140736010001600 18446744073709551615 4366472 0 0 4096 17442 0 0 0 -1 1 0 0 0
[pid=13734/tid=13744] ppid=13732 vsize=263768 CPUtime=695.88 cores=1,3,5,7
/proc/13734/task/13744/stat : 13744 (plingeling) R 13732 13734 13510 0 -1 4202560 297938 1252 0 0 69542 46 0 0 25 0 5 0 654376480 270098432 37376 33554432000 4194304 4417452 140736010001600 18446744073709551615 4364727 0 0 4096 17442 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 2802.71
Current children cumulated vsize (KiB) 263768

[startup+762.301 s]
/proc/loadavg: 8.04 8.04 7.20 9/300 13810
/proc/meminfo: memFree=16438988/32951124 swapFree=52307768/67111528
[pid=13734] ppid=13732 vsize=258180 CPUtime=3042.17 cores=1,3,5,7
/proc/13734/stat : 13734 (plingeling) S 13732 13734 13510 0 -1 4202496 1159505 1252 0 0 304035 182 0 0 25 0 5 0 654376475 264376320 35979 33554432000 4194304 4417452 140736010001600 18446744073709551615 218382759909 0 0 4096 17442 18446744073709551615 0 0 17 5 0 0 0
/proc/13734/statm: 64545 35979 179 55 0 62431 0
[pid=13734/tid=13741] ppid=13732 vsize=258180 CPUtime=762.24 cores=1,3,5,7
/proc/13734/task/13741/stat : 13741 (plingeling) R 13732 13734 13510 0 -1 4202560 270763 1252 0 0 76181 43 0 0 25 0 5 0 654376480 264376320 35979 33554432000 4194304 4417452 140736010001600 18446744073709551615 4364634 0 0 4096 17442 0 0 0 -1 5 0 0 0
[pid=13734/tid=13742] ppid=13732 vsize=258180 CPUtime=762.26 cores=1,3,5,7
/proc/13734/task/13742/stat : 13742 (plingeling) R 13732 13734 13510 0 -1 4202560 276721 1252 0 0 76183 43 0 0 25 0 5 0 654376480 264376320 35979 33554432000 4194304 4417452 140736010001600 18446744073709551615 18446744073699065939 0 0 4096 17442 0 0 0 -1 3 0 0 0
[pid=13734/tid=13743] ppid=13732 vsize=258180 CPUtime=762.26 cores=1,3,5,7
/proc/13734/task/13743/stat : 13743 (plingeling) R 13732 13734 13510 0 -1 4202560 286946 1252 0 0 76182 44 0 0 25 0 5 0 654376480 264376320 35979 33554432000 4194304 4417452 140736010001600 18446744073709551615 4364626 0 0 4096 17442 0 0 0 -1 1 0 0 0
[pid=13734/tid=13744] ppid=13732 vsize=258180 CPUtime=755.34 cores=1,3,5,7
/proc/13734/task/13744/stat : 13744 (plingeling) R 13732 13734 13510 0 -1 4202560 322350 1252 0 0 75484 50 0 0 25 0 5 0 654376480 264376320 35979 33554432000 4194304 4417452 140736010001600 18446744073709551615 4364873 0 0 4096 17442 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 3042.17
Current children cumulated vsize (KiB) 258180

[startup+822.301 s]
/proc/loadavg: 8.01 8.03 7.25 9/300 13848
/proc/meminfo: memFree=16511368/32951124 swapFree=52307768/67111528
[pid=13734] ppid=13732 vsize=260948 CPUtime=3281.62 cores=1,3,5,7
/proc/13734/stat : 13734 (plingeling) S 13732 13734 13510 0 -1 4202496 1237724 1252 0 0 327969 193 0 0 25 0 5 0 654376475 267210752 36671 33554432000 4194304 4417452 140736010001600 18446744073709551615 218382759909 0 0 4096 17442 18446744073709551615 0 0 17 5 0 0 0
/proc/13734/statm: 65237 36671 179 55 0 63123 0
[pid=13734/tid=13741] ppid=13732 vsize=260948 CPUtime=822.25 cores=1,3,5,7
/proc/13734/task/13741/stat : 13741 (plingeling) R 13732 13734 13510 0 -1 4202560 286951 1252 0 0 82179 46 0 0 25 0 5 0 654376480 267210752 36671 33554432000 4194304 4417452 140736010001600 18446744073709551615 4309928 0 0 4096 17442 0 0 0 -1 5 0 0 0
[pid=13734/tid=13742] ppid=13732 vsize=260948 CPUtime=822.26 cores=1,3,5,7
/proc/13734/task/13742/stat : 13742 (plingeling) R 13732 13734 13510 0 -1 4202560 297872 1252 0 0 82180 46 0 0 25 0 5 0 654376480 267210752 36671 33554432000 4194304 4417452 140736010001600 18446744073709551615 4364533 0 0 4096 17442 0 0 0 -1 3 0 0 0
[pid=13734/tid=13743] ppid=13732 vsize=260948 CPUtime=822.25 cores=1,3,5,7
/proc/13734/task/13743/stat : 13743 (plingeling) R 13732 13734 13510 0 -1 4202560 310701 1252 0 0 82178 47 0 0 25 0 5 0 654376480 267210752 36671 33554432000 4194304 4417452 140736010001600 18446744073709551615 4364626 0 0 4096 17442 0 0 0 -1 1 0 0 0
[pid=13734/tid=13744] ppid=13732 vsize=260948 CPUtime=814.8 cores=1,3,5,7
/proc/13734/task/13744/stat : 13744 (plingeling) R 13732 13734 13510 0 -1 4202560 339475 1252 0 0 81427 53 0 0 25 0 5 0 654376480 267210752 36671 33554432000 4194304 4417452 140736010001600 18446744073709551615 4364594 0 0 4096 17442 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 3281.62
Current children cumulated vsize (KiB) 260948

[startup+882.3 s]
/proc/loadavg: 8.16 8.06 7.30 10/301 13852
/proc/meminfo: memFree=16489760/32951124 swapFree=52307768/67111528
[pid=13734] ppid=13732 vsize=245340 CPUtime=3521.11 cores=1,3,5,7
/proc/13734/stat : 13734 (plingeling) S 13732 13734 13510 0 -1 4202496 1345952 1252 0 0 351900 211 0 0 25 0 5 0 654376475 251228160 32769 33554432000 4194304 4417452 140736010001600 18446744073709551615 218382759909 0 0 4096 17442 18446744073709551615 0 0 17 5 0 0 0
/proc/13734/statm: 61335 32769 179 55 0 59221 0
[pid=13734/tid=13741] ppid=13732 vsize=245340 CPUtime=882.26 cores=1,3,5,7
/proc/13734/task/13741/stat : 13741 (plingeling) R 13732 13734 13510 0 -1 4202560 320168 1252 0 0 88174 52 0 0 25 0 5 0 654376480 251228160 32769 33554432000 4194304 4417452 140736010001600 18446744073709551615 4364727 0 0 4096 17442 0 0 0 -1 5 0 0 0
[pid=13734/tid=13742] ppid=13732 vsize=245340 CPUtime=882.26 cores=1,3,5,7
/proc/13734/task/13742/stat : 13742 (plingeling) R 13732 13734 13510 0 -1 4202560 324166 1252 0 0 88177 49 0 0 25 0 5 0 654376480 251228160 32769 33554432000 4194304 4417452 140736010001600 18446744073709551615 4364641 0 0 4096 17442 0 0 0 -1 3 0 0 0
[pid=13734/tid=13743] ppid=13732 vsize=245340 CPUtime=882.26 cores=1,3,5,7
/proc/13734/task/13743/stat : 13743 (plingeling) R 13732 13734 13510 0 -1 4202560 337758 1252 0 0 88175 51 0 0 25 0 5 0 654376480 251228160 32769 33554432000 4194304 4417452 140736010001600 18446744073709551615 4364827 0 0 4096 17442 0 0 0 -1 1 0 0 0
[pid=13734/tid=13744] ppid=13732 vsize=245340 CPUtime=874.25 cores=1,3,5,7
/proc/13734/task/13744/stat : 13744 (plingeling) R 13732 13734 13510 0 -1 4202560 361135 1252 0 0 87369 56 0 0 25 0 5 0 654376480 251228160 32769 33554432000 4194304 4417452 140736010001600 18446744073709551615 4366051 0 0 4096 17442 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 3521.11
Current children cumulated vsize (KiB) 245340

[startup+942.301 s]
/proc/loadavg: 8.20 8.10 7.36 9/300 13854
/proc/meminfo: memFree=16457940/32951124 swapFree=52307768/67111528
[pid=13734] ppid=13732 vsize=277120 CPUtime=3760.54 cores=1,3,5,7
/proc/13734/stat : 13734 (plingeling) S 13732 13734 13510 0 -1 4202496 1427826 1252 0 0 375830 224 0 0 25 0 5 0 654376475 283770880 40741 33554432000 4194304 4417452 140736010001600 18446744073709551615 218382759909 0 0 4096 17442 18446744073709551615 0 0 17 5 0 0 0
/proc/13734/statm: 69280 40741 179 55 0 67166 0
[pid=13734/tid=13741] ppid=13732 vsize=277120 CPUtime=942.24 cores=1,3,5,7
/proc/13734/task/13741/stat : 13741 (plingeling) R 13732 13734 13510 0 -1 4202560 342182 1252 0 0 94169 55 0 0 25 0 5 0 654376480 283770880 40741 33554432000 4194304 4417452 140736010001600 18446744073709551615 4364727 0 0 4096 17442 0 0 0 -1 5 0 0 0
[pid=13734/tid=13742] ppid=13732 vsize=277120 CPUtime=942.26 cores=1,3,5,7
/proc/13734/task/13742/stat : 13742 (plingeling) R 13732 13734 13510 0 -1 4202560 343492 1252 0 0 94174 52 0 0 25 0 5 0 654376480 283770880 40741 33554432000 4194304 4417452 140736010001600 18446744073709551615 4364645 0 0 4096 17442 0 0 0 -1 3 0 0 0
[pid=13734/tid=13743] ppid=13732 vsize=277120 CPUtime=942.25 cores=1,3,5,7
/proc/13734/task/13743/stat : 13743 (plingeling) R 13732 13734 13510 0 -1 4202560 358542 1252 0 0 94170 55 0 0 25 0 5 0 654376480 283770880 40741 33554432000 4194304 4417452 140736010001600 18446744073709551615 4364791 0 0 4096 17442 0 0 0 -1 1 0 0 0
[pid=13734/tid=13744] ppid=13732 vsize=277120 CPUtime=933.7 cores=1,3,5,7
/proc/13734/task/13744/stat : 13744 (plingeling) R 13732 13734 13510 0 -1 4202560 380885 1252 0 0 93311 59 0 0 25 0 5 0 654376480 283770880 40741 33554432000 4194304 4417452 140736010001600 18446744073709551615 4251104 0 0 4096 17442 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 3760.54
Current children cumulated vsize (KiB) 277120

[startup+1002.31 s]
/proc/loadavg: 8.11 8.09 7.40 9/300 13856
/proc/meminfo: memFree=16450844/32951124 swapFree=52307768/67111528
[pid=13734] ppid=13732 vsize=281836 CPUtime=4000.03 cores=1,3,5,7
/proc/13734/stat : 13734 (plingeling) S 13732 13734 13510 0 -1 4202496 1507379 1252 0 0 399768 235 0 0 25 0 5 0 654376475 288600064 41920 33554432000 4194304 4417452 140736010001600 18446744073709551615 218382759909 0 0 4096 17442 18446744073709551615 0 0 17 5 0 0 0
/proc/13734/statm: 70459 41920 179 55 0 68345 0
[pid=13734/tid=13741] ppid=13732 vsize=281836 CPUtime=1002.25 cores=1,3,5,7
/proc/13734/task/13741/stat : 13741 (plingeling) R 13732 13734 13510 0 -1 4202560 360206 1252 0 0 100168 57 0 0 25 0 5 0 654376480 288600064 41920 33554432000 4194304 4417452 140736010001600 18446744073709551615 4364567 0 0 4096 17442 0 0 0 -1 5 0 0 0
[pid=13734/tid=13742] ppid=13732 vsize=281836 CPUtime=1002.27 cores=1,3,5,7
/proc/13734/task/13742/stat : 13742 (plingeling) R 13732 13734 13510 0 -1 4202560 365266 1252 0 0 100172 55 0 0 25 0 5 0 654376480 288600064 41920 33554432000 4194304 4417452 140736010001600 18446744073709551615 4364727 0 0 4096 17442 0 0 0 -1 3 0 0 0
[pid=13734/tid=13743] ppid=13732 vsize=281836 CPUtime=1002.27 cores=1,3,5,7
/proc/13734/task/13743/stat : 13743 (plingeling) R 13732 13734 13510 0 -1 4202560 375515 1252 0 0 100169 58 0 0 25 0 5 0 654376480 288600064 41920 33554432000 4194304 4417452 140736010001600 18446744073709551615 4364737 0 0 4096 17442 0 0 0 -1 1 0 0 0
[pid=13734/tid=13744] ppid=13732 vsize=281836 CPUtime=993.17 cores=1,3,5,7
/proc/13734/task/13744/stat : 13744 (plingeling) R 13732 13734 13510 0 -1 4202560 403667 1252 0 0 99254 63 0 0 25 0 5 0 654376480 288600064 41920 33554432000 4194304 4417452 140736010001600 18446744073709551615 4364765 0 0 4096 17442 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 4000.03
Current children cumulated vsize (KiB) 281836

[startup+1062.3 s]
/proc/loadavg: 8.19 8.12 7.46 9/300 13857
/proc/meminfo: memFree=16470164/32951124 swapFree=52307768/67111528
[pid=13734] ppid=13732 vsize=269948 CPUtime=4239.45 cores=1,3,5,7
/proc/13734/stat : 13734 (plingeling) S 13732 13734 13510 0 -1 4202496 1597536 1252 0 0 423697 248 0 0 25 0 5 0 654376475 276426752 38921 33554432000 4194304 4417452 140736010001600 18446744073709551615 218382759909 0 0 4096 17442 18446744073709551615 0 0 17 5 0 0 0
/proc/13734/statm: 67487 38921 179 55 0 65373 0
[pid=13734/tid=13741] ppid=13732 vsize=269948 CPUtime=1062.25 cores=1,3,5,7
/proc/13734/task/13741/stat : 13741 (plingeling) R 13732 13734 13510 0 -1 4202560 381398 1252 0 0 106165 60 0 0 25 0 5 0 654376480 276426752 38921 33554432000 4194304 4417452 140736010001600 18446744073709551615 4364533 0 0 4096 17442 0 0 0 -1 5 0 0 0
[pid=13734/tid=13742] ppid=13732 vsize=269948 CPUtime=1062.26 cores=1,3,5,7
/proc/13734/task/13742/stat : 13742 (plingeling) R 13732 13734 13510 0 -1 4202560 390338 1252 0 0 106168 58 0 0 25 0 5 0 654376480 276426752 38921 33554432000 4194304 4417452 140736010001600 18446744073709551615 4344176 0 0 4096 17442 0 0 0 -1 3 0 0 0
[pid=13734/tid=13743] ppid=13732 vsize=269948 CPUtime=1062.25 cores=1,3,5,7
/proc/13734/task/13743/stat : 13743 (plingeling) R 13732 13734 13510 0 -1 4202560 394806 1252 0 0 106164 61 0 0 25 0 5 0 654376480 276426752 38921 33554432000 4194304 4417452 140736010001600 18446744073709551615 4366804 0 0 4096 17442 0 0 0 -1 1 0 0 0
[pid=13734/tid=13744] ppid=13732 vsize=269948 CPUtime=1052.62 cores=1,3,5,7
/proc/13734/task/13744/stat : 13744 (plingeling) R 13732 13734 13510 0 -1 4202560 428269 1252 0 0 105195 67 0 0 25 0 5 0 654376480 276426752 38921 33554432000 4194304 4417452 140736010001600 18446744073709551615 4364533 0 0 4096 17442 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 4239.45
Current children cumulated vsize (KiB) 269948

[startup+1122.3 s]
/proc/loadavg: 8.18 8.13 7.50 9/300 13859
/proc/meminfo: memFree=16403536/32951124 swapFree=52307768/67111528
[pid=13734] ppid=13732 vsize=311488 CPUtime=4478.91 cores=1,3,5,7
/proc/13734/stat : 13734 (plingeling) S 13732 13734 13510 0 -1 4202496 1679193 1252 0 0 447633 258 0 0 25 0 5 0 654376475 318963712 49307 33554432000 4194304 4417452 140736010001600 18446744073709551615 218382759909 0 0 4096 17442 18446744073709551615 0 0 17 5 0 0 0
/proc/13734/statm: 77872 49307 179 55 0 75758 0
[pid=13734/tid=13741] ppid=13732 vsize=311488 CPUtime=1122.24 cores=1,3,5,7
/proc/13734/task/13741/stat : 13741 (plingeling) R 13732 13734 13510 0 -1 4202560 399160 1252 0 0 112162 62 0 0 25 0 5 0 654376480 318963712 49307 33554432000 4194304 4417452 140736010001600 18446744073709551615 4364727 0 0 4096 17442 0 0 0 -1 5 0 0 0
[pid=13734/tid=13742] ppid=13732 vsize=311488 CPUtime=1122.27 cores=1,3,5,7
/proc/13734/task/13742/stat : 13742 (plingeling) R 13732 13734 13510 0 -1 4202560 410237 1252 0 0 112166 61 0 0 25 0 5 0 654376480 318963712 49307 33554432000 4194304 4417452 140736010001600 18446744073709551615 4364907 0 0 4096 17442 0 0 0 -1 3 0 0 0
[pid=13734/tid=13743] ppid=13732 vsize=311488 CPUtime=1122.26 cores=1,3,5,7
/proc/13734/task/13743/stat : 13743 (plingeling) R 13732 13734 13510 0 -1 4202560 415665 1252 0 0 112162 64 0 0 25 0 5 0 654376480 318963712 49307 33554432000 4194304 4417452 140736010001600 18446744073709551615 4364727 0 0 4096 17442 0 0 0 -1 1 0 0 0
[pid=13734/tid=13744] ppid=13732 vsize=311488 CPUtime=1112.07 cores=1,3,5,7
/proc/13734/task/13744/stat : 13744 (plingeling) R 13732 13734 13510 0 -1 4202560 451406 1252 0 0 111137 70 0 0 25 0 5 0 654376480 318963712 49307 33554432000 4194304 4417452 140736010001600 18446744073709551615 4364829 0 0 4096 17442 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 4478.91
Current children cumulated vsize (KiB) 311488

[startup+1182.3 s]
/proc/loadavg: 8.17 8.13 7.54 9/300 13860
/proc/meminfo: memFree=16436116/32951124 swapFree=52307768/67111528
[pid=13734] ppid=13732 vsize=281560 CPUtime=4718.38 cores=1,3,5,7
/proc/13734/stat : 13734 (plingeling) S 13732 13734 13510 0 -1 4202496 1765632 1252 0 0 471566 272 0 0 25 0 5 0 654376475 288317440 41824 33554432000 4194304 4417452 140736010001600 18446744073709551615 218382759909 0 0 4096 17442 18446744073709551615 0 0 17 5 0 0 0
/proc/13734/statm: 70390 41824 179 55 0 68276 0
[pid=13734/tid=13741] ppid=13732 vsize=281560 CPUtime=1182.25 cores=1,3,5,7
/proc/13734/task/13741/stat : 13741 (plingeling) R 13732 13734 13510 0 -1 4202560 417765 1252 0 0 118160 65 0 0 25 0 5 0 654376480 288317440 41824 33554432000 4194304 4417452 140736010001600 18446744073709551615 4364835 0 0 4096 17442 0 0 0 -1 5 0 0 0
[pid=13734/tid=13742] ppid=13732 vsize=281560 CPUtime=1182.27 cores=1,3,5,7
/proc/13734/task/13742/stat : 13742 (plingeling) R 13732 13734 13510 0 -1 4202560 435823 1252 0 0 118162 65 0 0 25 0 5 0 654376480 288317440 41824 33554432000 4194304 4417452 140736010001600 18446744073709551615 4364611 0 0 4096 17442 0 0 0 -1 3 0 0 0
[pid=13734/tid=13743] ppid=13732 vsize=281560 CPUtime=1182.26 cores=1,3,5,7
/proc/13734/task/13743/stat : 13743 (plingeling) R 13732 13734 13510 0 -1 4202560 436667 1252 0 0 118159 67 0 0 25 0 5 0 654376480 288317440 41824 33554432000 4194304 4417452 140736010001600 18446744073709551615 4311905 0 0 4096 17442 0 0 0 -1 1 0 0 0
[pid=13734/tid=13744] ppid=13732 vsize=281560 CPUtime=1171.53 cores=1,3,5,7
/proc/13734/task/13744/stat : 13744 (plingeling) R 13732 13734 13510 0 -1 4202560 472652 1252 0 0 117080 73 0 0 25 0 5 0 654376480 288317440 41824 33554432000 4194304 4417452 140736010001600 18446744073709551615 4364829 0 0 4096 17442 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 4718.38
Current children cumulated vsize (KiB) 281560



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1202.8 s]
/proc/loadavg: 8.12 8.12 7.55 9/300 13861
/proc/meminfo: memFree=16419112/32951124 swapFree=52307768/67111528
[pid=13734] ppid=13732 vsize=295892 CPUtime=4800.21 cores=1,3,5,7
/proc/13734/stat : 13734 (plingeling) S 13732 13734 13510 0 -1 4202496 1793808 1252 0 0 479745 276 0 0 25 0 5 0 654376475 302993408 45407 33554432000 4194304 4417452 140736010001600 18446744073709551615 218382759909 0 0 4096 17442 18446744073709551615 0 0 17 5 0 0 0
/proc/13734/statm: 73973 45407 179 55 0 71859 0
[pid=13734/tid=13741] ppid=13732 vsize=295892 CPUtime=1202.75 cores=1,3,5,7
/proc/13734/task/13741/stat : 13741 (plingeling) R 13732 13734 13510 0 -1 4202560 427799 1252 0 0 120209 66 0 0 25 0 5 0 654376480 302993408 45407 33554432000 4194304 4417452 140736010001600 18446744073709551615 4364727 0 0 4096 17442 0 0 0 -1 5 0 0 0
[pid=13734/tid=13742] ppid=13732 vsize=295892 CPUtime=1202.77 cores=1,3,5,7
/proc/13734/task/13742/stat : 13742 (plingeling) R 13732 13734 13510 0 -1 4202560 439232 1252 0 0 120212 65 0 0 25 0 5 0 654376480 302993408 45407 33554432000 4194304 4417452 140736010001600 18446744073709551615 4364564 0 0 4096 17442 0 0 0 -1 3 0 0 0
[pid=13734/tid=13743] ppid=13732 vsize=295892 CPUtime=1202.78 cores=1,3,5,7
/proc/13734/task/13743/stat : 13743 (plingeling) R 13732 13734 13510 0 -1 4202560 443209 1252 0 0 120210 68 0 0 25 0 5 0 654376480 302993408 45407 33554432000 4194304 4417452 140736010001600 18446744073709551615 4364650 0 0 4096 17442 0 0 0 -1 1 0 0 0
[pid=13734/tid=13744] ppid=13732 vsize=295892 CPUtime=1191.84 cores=1,3,5,7
/proc/13734/task/13744/stat : 13744 (plingeling) R 13732 13734 13510 0 -1 4202560 480843 1252 0 0 119110 74 0 0 25 0 5 0 654376480 302993408 45407 33554432000 4194304 4417452 140736010001600 18446744073709551615 4364727 0 0 4096 17442 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 4800.21
Current children cumulated vsize (KiB) 295892

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.83
CPU time (s): 4800.27
CPU user time (s): 4797.5
CPU system time (s): 2.77458
CPU usage (%): 399.082
Max. virtual memory (cumulated for all children) (KiB): 327628

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 4797.5
system time used= 2.77458
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 1795060
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= 142
involuntary context switches= 33406

runsolver used 3.08753 second user time and 7.8608 second system time

The end

Launcher Data

Begin job on node101 at 2011-05-15 04:48:57
IDJOB=3371058
IDBENCH=83269
IDSOLVER=1848
FILE ID=node101/3371058-1305427737
RUNJOBID= node101-1305426532-13529
PBS_JOBID= 13324601
Free space on /tmp= 73756 MiB

SOLVER NAME= Plingeling 587f (fixed)
BENCH NAME= SAT11/crafted/kullmann/VanDerWaerden/VanderWaerden_pd_3k/VanDerWaerden_pd_2-3-23_507.cnf
COMMAND LINE= plingeling -t NBCORE BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3371058-1305427737/watcher-3371058-1305427737 -o /tmp/evaluation-result-3371058-1305427737/solver-3371058-1305427737 -C 4800 -W 1300 -M 15500  plingeling -t 4 HOME/instance-3371058-1305427737.cnf

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

MD5SUM BENCH= 0c4fc551e2fe598a8074df6204d87f7d
RANDOM SEED=59274015

node101.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.841
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.68
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.841
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.07
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.841
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.77
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.841
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.83
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.841
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.74
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.841
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.83
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.841
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.841
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:      16175628 kB
Buffers:        329768 kB
Cached:        5978684 kB
SwapCached:      14848 kB
Active:       11379564 kB
Inactive:      5119088 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32951124 kB
LowFree:      16175628 kB
SwapTotal:    67111528 kB
SwapFree:     52307768 kB
Dirty:             820 kB
Writeback:           0 kB
AnonPages:    10187160 kB
Mapped:          15108 kB
Slab:           150928 kB
PageTables:      62904 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83587088 kB
Committed_AS: 42574060 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= 73756 MiB
End job on node101 at 2011-05-15 05:09:02