Trace number 3371084

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.31 1203.63

General information on the benchmark

Namecrafted/kullmann/VanDerWaerden/VanderWaerden_pd_3k/
VanDerWaerden_pd_2-3-23_505.cnf
MD5SUM8e7b614904543aa28491ea45c761cbd5
Bench CategoryCRAFTED (crafted instances)
Best result obtained on this benchmarkSAT
Best CPU time to get the best result obtained on this benchmark97.5682
Satisfiable
(Un)Satisfiability was proved
Number of variables253
Number of clauses34014
Sum of the clauses size150994
Maximum clause length23
Minimum clause length2
Number of clauses of size 10
Number of clauses of size 2336
Number of clauses of size 331196
Number of clauses of size 40
Number of clauses of size 50
Number of clauses of size over 52482

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-3371084-1305428292/watcher-3371084-1305428292 -o /tmp/evaluation-result-3371084-1305428292/solver-3371084-1305428292 -C 4800 -W 1300 -M 15500 plingeling -t 4 HOME/instance-3371084-1305428292.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: 7.86 7.93 6.41 5/358 21567
/proc/meminfo: memFree=21246332/32951124 swapFree=65581052/67111528
[pid=21567] ppid=21565 vsize=9948 CPUtime=0 cores=1,3,5,7
/proc/21567/stat : 21567 (plingeling) R 21565 21567 21414 0 -1 4202496 519 1252 0 0 0 0 0 0 18 0 1 0 654426932 10186752 448 33554432000 4194304 4417452 140734253266416 18446744073709551615 218905427723 0 0 4096 17442 0 0 0 17 3 0 0 0
/proc/21567/statm: 2487 461 149 55 0 373 0

[startup+0.025678 s]
/proc/loadavg: 7.86 7.93 6.41 5/358 21567
/proc/meminfo: memFree=21246332/32951124 swapFree=65581052/67111528
[pid=21567] ppid=21565 vsize=17156 CPUtime=0.01 cores=1,3,5,7
/proc/21567/stat : 21567 (plingeling) R 21565 21567 21414 0 -1 4202496 2406 1252 0 0 1 0 0 0 18 0 1 0 654426932 17567744 2313 33554432000 4194304 4417452 140734253266416 18446744073709551615 4227779 0 0 4096 17442 0 0 0 17 3 0 0 0
/proc/21567/statm: 4289 2313 149 55 0 2175 0
Current children cumulated CPU time (s) 0.01
Current children cumulated vsize (KiB) 17156

[startup+0.163607 s]
/proc/loadavg: 7.86 7.93 6.41 5/358 21567
/proc/meminfo: memFree=21246332/32951124 swapFree=65581052/67111528
[pid=21567] ppid=21565 vsize=62792 CPUtime=0.5 cores=1,3,5,7
/proc/21567/stat : 21567 (plingeling) S 21565 21567 21414 0 -1 4202496 3786 1252 0 0 50 0 0 0 18 0 5 0 654426932 64299008 3484 33554432000 4194304 4417452 140734253266416 18446744073709551615 218917533669 0 0 4096 17442 18446744073709551615 0 0 17 3 0 0 0
/proc/21567/statm: 15698 3484 179 55 0 13584 0
Current children cumulated CPU time (s) 0.5
Current children cumulated vsize (KiB) 62792

[startup+0.363568 s]
/proc/loadavg: 7.86 7.93 6.41 5/358 21567
/proc/meminfo: memFree=21246332/32951124 swapFree=65581052/67111528
[pid=21567] ppid=21565 vsize=61300 CPUtime=1.3 cores=1,3,5,7
/proc/21567/stat : 21567 (plingeling) S 21565 21567 21414 0 -1 4202496 4082 1252 0 0 130 0 0 0 18 0 5 0 654426932 62771200 3048 33554432000 4194304 4417452 140734253266416 18446744073709551615 218917533669 0 0 4096 17442 18446744073709551615 0 0 17 3 0 0 0
/proc/21567/statm: 15325 3048 179 55 0 13211 0
Current children cumulated CPU time (s) 1.3
Current children cumulated vsize (KiB) 61300

[startup+0.700507 s]
/proc/loadavg: 7.86 7.93 6.41 5/358 21567
/proc/meminfo: memFree=21246332/32951124 swapFree=65581052/67111528
[pid=21567] ppid=21565 vsize=62096 CPUtime=2.65 cores=1,3,5,7
/proc/21567/stat : 21567 (plingeling) S 21565 21567 21414 0 -1 4202496 4344 1252 0 0 265 0 0 0 18 0 5 0 654426932 63586304 3310 33554432000 4194304 4417452 140734253266416 18446744073709551615 218917533669 0 0 4096 17442 18446744073709551615 0 0 17 3 0 0 0
/proc/21567/statm: 15524 3310 179 55 0 13410 0
Current children cumulated CPU time (s) 2.65
Current children cumulated vsize (KiB) 62096

[startup+1.50037 s]
/proc/loadavg: 7.86 7.93 6.41 9/363 21577
/proc/meminfo: memFree=21232032/32951124 swapFree=65581052/67111528
[pid=21567] ppid=21565 vsize=63288 CPUtime=5.83 cores=1,3,5,7
/proc/21567/stat : 21567 (plingeling) S 21565 21567 21414 0 -1 4202496 4642 1252 0 0 583 0 0 0 18 0 5 0 654426932 64806912 3608 33554432000 4194304 4417452 140734253266416 18446744073709551615 218917533669 0 0 4096 17442 18446744073709551615 0 0 17 3 0 0 0
/proc/21567/statm: 15822 3608 179 55 0 13708 0
[pid=21567/tid=21574] ppid=21565 vsize=63288 CPUtime=1.45 cores=1,3,5,7
/proc/21567/task/21574/stat : 21574 (plingeling) R 21565 21567 21414 0 -1 4202560 510 1252 0 0 145 0 0 0 23 0 5 0 654426937 64806912 3608 33554432000 4194304 4417452 140734253266416 18446744073709551615 4353557 0 0 4096 17442 0 0 0 -1 3 0 0 0
[pid=21567/tid=21575] ppid=21565 vsize=63288 CPUtime=1.43 cores=1,3,5,7
/proc/21567/task/21575/stat : 21575 (plingeling) R 21565 21567 21414 0 -1 4202560 495 1252 0 0 143 0 0 0 23 0 5 0 654426937 64806912 3608 33554432000 4194304 4417452 140734253266416 18446744073709551615 4364626 0 0 4096 17442 0 0 0 -1 7 0 0 0
[pid=21567/tid=21576] ppid=21565 vsize=63288 CPUtime=1.45 cores=1,3,5,7
/proc/21567/task/21576/stat : 21576 (plingeling) R 21565 21567 21414 0 -1 4202560 288 1252 0 0 145 0 0 0 23 0 5 0 654426937 64806912 3608 33554432000 4194304 4417452 140734253266416 18446744073709551615 4356968 0 0 4096 17442 0 0 0 -1 1 0 0 0
[pid=21567/tid=21577] ppid=21565 vsize=63288 CPUtime=1.45 cores=1,3,5,7
/proc/21567/task/21577/stat : 21577 (plingeling) R 21565 21567 21414 0 -1 4202560 623 1252 0 0 145 0 0 0 23 0 5 0 654426937 64806912 3608 33554432000 4194304 4417452 140734253266416 18446744073709551615 4364768 0 0 4096 17442 0 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 5.83
Current children cumulated vsize (KiB) 63288

[startup+3.10108 s]
/proc/loadavg: 7.86 7.93 6.41 9/363 21577
/proc/meminfo: memFree=21225832/32951124 swapFree=65581052/67111528
[pid=21567] ppid=21565 vsize=73948 CPUtime=12.23 cores=1,3,5,7
/proc/21567/stat : 21567 (plingeling) S 21565 21567 21414 0 -1 4202496 7333 1252 0 0 1222 1 0 0 18 0 5 0 654426932 75722752 6299 33554432000 4194304 4417452 140734253266416 18446744073709551615 218917533669 0 0 4096 17442 18446744073709551615 0 0 17 3 0 0 0
/proc/21567/statm: 18487 6299 179 55 0 16373 0
[pid=21567/tid=21574] ppid=21565 vsize=73948 CPUtime=3.05 cores=1,3,5,7
/proc/21567/task/21574/stat : 21574 (plingeling) R 21565 21567 21414 0 -1 4202560 1141 1252 0 0 305 0 0 0 25 0 5 0 654426937 75722752 6299 33554432000 4194304 4417452 140734253266416 18446744073709551615 4309920 0 0 4096 17442 0 0 0 -1 3 0 0 0
[pid=21567/tid=21575] ppid=21565 vsize=73948 CPUtime=3.02 cores=1,3,5,7
/proc/21567/task/21575/stat : 21575 (plingeling) R 21565 21567 21414 0 -1 4202560 1069 1252 0 0 302 0 0 0 25 0 5 0 654426937 75722752 6299 33554432000 4194304 4417452 140734253266416 18446744073709551615 4306307 0 0 4096 17442 0 0 0 -1 7 0 0 0
[pid=21567/tid=21576] ppid=21565 vsize=73948 CPUtime=3.05 cores=1,3,5,7
/proc/21567/task/21576/stat : 21576 (plingeling) R 21565 21567 21414 0 -1 4202560 1242 1252 0 0 305 0 0 0 25 0 5 0 654426937 75722752 6299 33554432000 4194304 4417452 140734253266416 18446744073709551615 4249110 0 0 4096 17442 0 0 0 -1 1 0 0 0
[pid=21567/tid=21577] ppid=21565 vsize=73948 CPUtime=3.05 cores=1,3,5,7
/proc/21567/task/21577/stat : 21577 (plingeling) R 21565 21567 21414 0 -1 4202560 1155 1252 0 0 305 0 0 0 25 0 5 0 654426937 75722752 6299 33554432000 4194304 4417452 140734253266416 18446744073709551615 4364727 0 0 4096 17442 0 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 12.23
Current children cumulated vsize (KiB) 73948

[startup+6.3005 s]
/proc/loadavg: 7.87 7.93 6.42 9/363 21577
/proc/meminfo: memFree=21213788/32951124 swapFree=65581052/67111528
[pid=21567] ppid=21565 vsize=142076 CPUtime=24.99 cores=1,3,5,7
/proc/21567/stat : 21567 (plingeling) S 21565 21567 21414 0 -1 4202496 10573 1252 0 0 2498 1 0 0 18 0 5 0 654426932 145485824 6979 33554432000 4194304 4417452 140734253266416 18446744073709551615 218917533669 0 0 4096 17442 18446744073709551615 0 0 17 3 0 0 0
/proc/21567/statm: 35519 6979 179 55 0 33405 0
[pid=21567/tid=21574] ppid=21565 vsize=142076 CPUtime=6.25 cores=1,3,5,7
/proc/21567/task/21574/stat : 21574 (plingeling) R 21565 21567 21414 0 -1 4202560 1507 1252 0 0 625 0 0 0 25 0 5 0 654426937 145485824 6979 33554432000 4194304 4417452 140734253266416 18446744073709551615 4232320 0 0 4096 17442 0 0 0 -1 3 0 0 0
[pid=21567/tid=21575] ppid=21565 vsize=142076 CPUtime=6.18 cores=1,3,5,7
/proc/21567/task/21575/stat : 21575 (plingeling) R 21565 21567 21414 0 -1 4202560 1565 1252 0 0 618 0 0 0 25 0 5 0 654426937 145485824 6979 33554432000 4194304 4417452 140734253266416 18446744073709551615 4364645 0 0 4096 17442 0 0 0 -1 7 0 0 0
[pid=21567/tid=21576] ppid=21565 vsize=142076 CPUtime=6.25 cores=1,3,5,7
/proc/21567/task/21576/stat : 21576 (plingeling) R 21565 21567 21414 0 -1 4202560 1716 1252 0 0 625 0 0 0 25 0 5 0 654426937 145485824 6979 33554432000 4194304 4417452 140734253266416 18446744073709551615 4259212 0 0 4096 17442 0 0 0 -1 1 0 0 0
[pid=21567/tid=21577] ppid=21565 vsize=142076 CPUtime=6.25 cores=1,3,5,7
/proc/21567/task/21577/stat : 21577 (plingeling) R 21565 21567 21414 0 -1 4202560 3059 1252 0 0 625 0 0 0 25 0 5 0 654426937 145485824 6979 33554432000 4194304 4417452 140734253266416 18446744073709551615 4364641 0 0 4096 17442 0 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 24.99
Current children cumulated vsize (KiB) 142076

[startup+12.7003 s]
/proc/loadavg: 7.88 7.93 6.43 9/363 21577
/proc/meminfo: memFree=21185816/32951124 swapFree=65581052/67111528
[pid=21567] ppid=21565 vsize=153672 CPUtime=50.51 cores=1,3,5,7
/proc/21567/stat : 21567 (plingeling) S 21565 21567 21414 0 -1 4202496 17417 1252 0 0 5049 2 0 0 18 0 5 0 654426932 157360128 9850 33554432000 4194304 4417452 140734253266416 18446744073709551615 218917533669 0 0 4096 17442 18446744073709551615 0 0 17 3 0 0 0
/proc/21567/statm: 38418 9850 179 55 0 36304 0
[pid=21567/tid=21574] ppid=21565 vsize=153672 CPUtime=12.65 cores=1,3,5,7
/proc/21567/task/21574/stat : 21574 (plingeling) R 21565 21567 21414 0 -1 4202560 2043 1252 0 0 1265 0 0 0 25 0 5 0 654426937 157360128 9850 33554432000 4194304 4417452 140734253266416 18446744073709551615 4364558 0 0 4096 17442 0 0 0 -1 3 0 0 0
[pid=21567/tid=21575] ppid=21565 vsize=153672 CPUtime=12.51 cores=1,3,5,7
/proc/21567/task/21575/stat : 21575 (plingeling) R 21565 21567 21414 0 -1 4202560 2571 1252 0 0 1251 0 0 0 25 0 5 0 654426937 157360128 9850 33554432000 4194304 4417452 140734253266416 18446744073709551615 4364533 0 0 4096 17442 0 0 0 -1 7 0 0 0
[pid=21567/tid=21576] ppid=21565 vsize=153672 CPUtime=12.65 cores=1,3,5,7
/proc/21567/task/21576/stat : 21576 (plingeling) R 21565 21567 21414 0 -1 4202560 2330 1252 0 0 1265 0 0 0 25 0 5 0 654426937 157360128 9850 33554432000 4194304 4417452 140734253266416 18446744073709551615 4364699 0 0 4096 17442 0 0 0 -1 1 0 0 0
[pid=21567/tid=21577] ppid=21565 vsize=153672 CPUtime=12.65 cores=1,3,5,7
/proc/21567/task/21577/stat : 21577 (plingeling) R 21565 21567 21414 0 -1 4202560 7747 1252 0 0 1264 1 0 0 25 0 5 0 654426937 157360128 9850 33554432000 4194304 4417452 140734253266416 18446744073709551615 4364838 0 0 4096 17442 0 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 50.51
Current children cumulated vsize (KiB) 153672

[startup+25.501 s]
/proc/loadavg: 7.98 7.95 6.46 9/363 21578
/proc/meminfo: memFree=21176012/32951124 swapFree=65581052/67111528
[pid=21567] ppid=21565 vsize=160800 CPUtime=101.57 cores=1,3,5,7
/proc/21567/stat : 21567 (plingeling) S 21565 21567 21414 0 -1 4202496 31743 1252 0 0 10153 4 0 0 18 0 5 0 654426932 164659200 11632 33554432000 4194304 4417452 140734253266416 18446744073709551615 218917533669 0 0 4096 17442 18446744073709551615 0 0 17 3 0 0 0
/proc/21567/statm: 40200 11632 179 55 0 38086 0
[pid=21567/tid=21574] ppid=21565 vsize=160800 CPUtime=25.44 cores=1,3,5,7
/proc/21567/task/21574/stat : 21574 (plingeling) R 21565 21567 21414 0 -1 4202560 5859 1252 0 0 2544 0 0 0 25 0 5 0 654426937 164659200 11632 33554432000 4194304 4417452 140734253266416 18446744073709551615 4364727 0 0 4096 17442 0 0 0 -1 3 0 0 0
[pid=21567/tid=21575] ppid=21565 vsize=160800 CPUtime=25.16 cores=1,3,5,7
/proc/21567/task/21575/stat : 21575 (plingeling) R 21565 21567 21414 0 -1 4202560 5743 1252 0 0 2516 0 0 0 25 0 5 0 654426937 164659200 11632 33554432000 4194304 4417452 140734253266416 18446744073709551615 4364727 0 0 4096 17442 0 0 0 -1 7 0 0 0
[pid=21567/tid=21576] ppid=21565 vsize=160800 CPUtime=25.45 cores=1,3,5,7
/proc/21567/task/21576/stat : 21576 (plingeling) R 21565 21567 21414 0 -1 4202560 2330 1252 0 0 2545 0 0 0 25 0 5 0 654426937 164659200 11632 33554432000 4194304 4417452 140734253266416 18446744073709551615 4366472 0 0 4096 17442 0 0 0 -1 1 0 0 0
[pid=21567/tid=21577] ppid=21565 vsize=160800 CPUtime=25.45 cores=1,3,5,7
/proc/21567/task/21577/stat : 21577 (plingeling) R 21565 21567 21414 0 -1 4202560 15085 1252 0 0 2543 2 0 0 25 0 5 0 654426937 164659200 11632 33554432000 4194304 4417452 140734253266416 18446744073709551615 4366385 0 0 4096 17442 0 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 101.57
Current children cumulated vsize (KiB) 160800

[startup+51.1004 s]
/proc/loadavg: 7.98 7.95 6.50 9/363 21578
/proc/meminfo: memFree=21161212/32951124 swapFree=65581052/67111528
[pid=21567] ppid=21565 vsize=174904 CPUtime=203.68 cores=1,3,5,7
/proc/21567/stat : 21567 (plingeling) S 21565 21567 21414 0 -1 4202496 72423 1252 0 0 20359 9 0 0 18 0 5 0 654426932 179101696 15167 33554432000 4194304 4417452 140734253266416 18446744073709551615 218917533669 0 0 4096 17442 18446744073709551615 0 0 17 3 0 0 0
/proc/21567/statm: 43726 15167 179 55 0 41612 0
[pid=21567/tid=21574] ppid=21565 vsize=174904 CPUtime=51.05 cores=1,3,5,7
/proc/21567/task/21574/stat : 21574 (plingeling) R 21565 21567 21414 0 -1 4202560 14848 1252 0 0 5103 2 0 0 25 0 5 0 654426937 179101696 15167 33554432000 4194304 4417452 140734253266416 18446744073709551615 4364629 0 0 4096 17442 0 0 0 -1 3 0 0 0
[pid=21567/tid=21575] ppid=21565 vsize=174904 CPUtime=50.48 cores=1,3,5,7
/proc/21567/task/21575/stat : 21575 (plingeling) R 21565 21567 21414 0 -1 4202560 16752 1252 0 0 5046 2 0 0 25 0 5 0 654426937 179101696 15167 33554432000 4194304 4417452 140734253266416 18446744073709551615 4366469 0 0 4096 17442 0 0 0 -1 7 0 0 0
[pid=21567/tid=21576] ppid=21565 vsize=174904 CPUtime=51.04 cores=1,3,5,7
/proc/21567/task/21576/stat : 21576 (plingeling) R 21565 21567 21414 0 -1 4202560 7873 1252 0 0 5104 0 0 0 25 0 5 0 654426937 179101696 15167 33554432000 4194304 4417452 140734253266416 18446744073709551615 4364727 0 0 4096 17442 0 0 0 -1 1 0 0 0
[pid=21567/tid=21577] ppid=21565 vsize=174904 CPUtime=51.05 cores=1,3,5,7
/proc/21567/task/21577/stat : 21577 (plingeling) R 21565 21567 21414 0 -1 4202560 30224 1252 0 0 5101 4 0 0 25 0 5 0 654426937 179101696 15167 33554432000 4194304 4417452 140734253266416 18446744073709551615 4364838 0 0 4096 17442 0 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 203.68
Current children cumulated vsize (KiB) 174904

[startup+102.313 s]
/proc/loadavg: 8.08 7.99 6.58 9/363 21580
/proc/meminfo: memFree=21129564/32951124 swapFree=65581052/67111528
[pid=21567] ppid=21565 vsize=181128 CPUtime=407.96 cores=1,3,5,7
/proc/21567/stat : 21567 (plingeling) S 21565 21567 21414 0 -1 4202496 166790 1252 0 0 40776 20 0 0 18 0 5 0 654426932 185475072 16725 33554432000 4194304 4417452 140734253266416 18446744073709551615 218917533669 0 0 4096 17442 18446744073709551615 0 0 17 3 0 0 0
/proc/21567/statm: 45282 16725 180 55 0 43168 0
[pid=21567/tid=21574] ppid=21565 vsize=181128 CPUtime=102.26 cores=1,3,5,7
/proc/21567/task/21574/stat : 21574 (plingeling) R 21565 21567 21414 0 -1 4202560 37383 1252 0 0 10221 5 0 0 25 0 5 0 654426937 185475072 16725 33554432000 4194304 4417452 140734253266416 18446744073709551615 4364611 0 0 4096 17442 0 0 0 -1 3 0 0 0
[pid=21567/tid=21575] ppid=21565 vsize=181128 CPUtime=101.11 cores=1,3,5,7
/proc/21567/task/21575/stat : 21575 (plingeling) R 21565 21567 21414 0 -1 4202560 40684 1252 0 0 10107 4 0 0 25 0 5 0 654426937 185475072 16725 33554432000 4194304 4417452 140734253266416 18446744073709551615 4364727 0 0 4096 17442 0 0 0 -1 7 0 0 0
[pid=21567/tid=21576] ppid=21565 vsize=181128 CPUtime=102.26 cores=1,3,5,7
/proc/21567/task/21576/stat : 21576 (plingeling) R 21565 21567 21414 0 -1 4202560 25876 1252 0 0 10223 3 0 0 25 0 5 0 654426937 185475072 16725 33554432000 4194304 4417452 140734253266416 18446744073709551615 4364791 0 0 4096 17442 0 0 0 -1 1 0 0 0
[pid=21567/tid=21577] ppid=21565 vsize=181128 CPUtime=102.26 cores=1,3,5,7
/proc/21567/task/21577/stat : 21577 (plingeling) R 21565 21567 21414 0 -1 4202560 60121 1252 0 0 10219 7 0 0 25 0 5 0 654426937 185475072 16725 33554432000 4194304 4417452 140734253266416 18446744073709551615 4364798 0 0 4096 17442 0 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 407.96
Current children cumulated vsize (KiB) 181128

[startup+162.3 s]
/proc/loadavg: 8.11 8.02 6.68 9/363 21581
/proc/meminfo: memFree=21083272/32951124 swapFree=65581052/67111528
[pid=21567] ppid=21565 vsize=203488 CPUtime=647.24 cores=1,3,5,7
/proc/21567/stat : 21567 (plingeling) S 21565 21567 21414 0 -1 4202496 269858 1252 0 0 64689 35 0 0 18 0 5 0 654426932 208371712 22315 33554432000 4194304 4417452 140734253266416 18446744073709551615 218917533669 0 0 4096 17442 18446744073709551615 0 0 17 3 0 0 0
/proc/21567/statm: 50872 22315 180 55 0 48758 0
[pid=21567/tid=21574] ppid=21565 vsize=203488 CPUtime=162.25 cores=1,3,5,7
/proc/21567/task/21574/stat : 21574 (plingeling) R 21565 21567 21414 0 -1 4202560 62339 1252 0 0 16216 9 0 0 25 0 5 0 654426937 208371712 22315 33554432000 4194304 4417452 140734253266416 18446744073709551615 4364727 0 0 4096 17442 0 0 0 -1 3 0 0 0
[pid=21567/tid=21575] ppid=21565 vsize=203488 CPUtime=160.43 cores=1,3,5,7
/proc/21567/task/21575/stat : 21575 (plingeling) R 21565 21567 21414 0 -1 4202560 65125 1252 0 0 16036 7 0 0 25 0 5 0 654426937 208371712 22315 33554432000 4194304 4417452 140734253266416 18446744073709551615 4364542 0 0 4096 17442 0 0 0 -1 7 0 0 0
[pid=21567/tid=21576] ppid=21565 vsize=203488 CPUtime=162.24 cores=1,3,5,7
/proc/21567/task/21576/stat : 21576 (plingeling) R 21565 21567 21414 0 -1 4202560 54182 1252 0 0 16217 7 0 0 25 0 5 0 654426937 208371712 22315 33554432000 4194304 4417452 140734253266416 18446744073709551615 4250513 0 0 4096 17442 0 0 0 -1 1 0 0 0
[pid=21567/tid=21577] ppid=21565 vsize=203488 CPUtime=162.25 cores=1,3,5,7
/proc/21567/task/21577/stat : 21577 (plingeling) R 21565 21567 21414 0 -1 4202560 85486 1252 0 0 16215 10 0 0 25 0 5 0 654426937 208371712 22315 33554432000 4194304 4417452 140734253266416 18446744073709551615 4199406 0 0 4096 17442 0 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 647.24
Current children cumulated vsize (KiB) 203488


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

[pid=21567/tid=21575] ppid=21565 vsize=265740 CPUtime=694.06 cores=1,3,5,7
/proc/21567/task/21575/stat : 21575 (plingeling) R 21565 21567 21414 0 -1 4202560 250120 1252 0 0 69375 31 0 0 25 0 5 0 654426937 272117760 37878 33554432000 4194304 4417452 140734253266416 18446744073709551615 4364805 0 0 4096 17442 0 0 0 -1 7 0 0 0
[pid=21567/tid=21576] ppid=21565 vsize=265740 CPUtime=702.24 cores=1,3,5,7
/proc/21567/task/21576/stat : 21576 (plingeling) R 21565 21567 21414 0 -1 4202560 251490 1252 0 0 70189 35 0 0 25 0 5 0 654426937 272117760 37878 33554432000 4194304 4417452 140734253266416 18446744073709551615 4344176 0 0 4096 17442 0 0 0 -1 1 0 0 0
[pid=21567/tid=21577] ppid=21565 vsize=265740 CPUtime=702.27 cores=1,3,5,7
/proc/21567/task/21577/stat : 21577 (plingeling) R 21565 21567 21414 0 -1 4202560 309396 1252 0 0 70183 44 0 0 25 0 5 0 654426937 272117760 37878 33554432000 4194304 4417452 140734253266416 18446744073709551615 4237250 0 0 4096 17442 0 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 2800.9
Current children cumulated vsize (KiB) 265740

[startup+762.314 s]
/proc/loadavg: 8.18 8.12 7.36 9/363 21609
/proc/meminfo: memFree=20959632/32951124 swapFree=65581052/67111528
[pid=21567] ppid=21565 vsize=259148 CPUtime=3040.24 cores=1,3,5,7
/proc/21567/stat : 21567 (plingeling) S 21565 21567 21414 0 -1 4202496 1123787 1252 0 0 303870 154 0 0 18 0 5 0 654426932 265367552 36230 33554432000 4194304 4417452 140734253266416 18446744073709551615 218917533669 0 0 4096 17442 18446744073709551615 0 0 17 3 0 0 0
/proc/21567/statm: 64787 36230 180 55 0 62673 0
[pid=21567/tid=21574] ppid=21565 vsize=259148 CPUtime=762.28 cores=1,3,5,7
/proc/21567/task/21574/stat : 21574 (plingeling) R 21565 21567 21414 0 -1 4202560 255843 1252 0 0 76193 35 0 0 25 0 5 0 654426937 265367552 36230 33554432000 4194304 4417452 140734253266416 18446744073709551615 4364765 0 0 4096 17442 0 0 0 -1 3 0 0 0
[pid=21567/tid=21575] ppid=21565 vsize=259148 CPUtime=753.36 cores=1,3,5,7
/proc/21567/task/21575/stat : 21575 (plingeling) R 21565 21567 21414 0 -1 4202560 264765 1252 0 0 75302 34 0 0 25 0 5 0 654426937 265367552 36230 33554432000 4194304 4417452 140734253266416 18446744073709551615 4364727 0 0 4096 17442 0 0 0 -1 7 0 0 0
[pid=21567/tid=21576] ppid=21565 vsize=259148 CPUtime=762.26 cores=1,3,5,7
/proc/21567/task/21576/stat : 21576 (plingeling) R 21565 21567 21414 0 -1 4202560 269625 1252 0 0 76188 38 0 0 25 0 5 0 654426937 265367552 36230 33554432000 4194304 4417452 140734253266416 18446744073709551615 4364533 0 0 4096 17442 0 0 0 -1 1 0 0 0
[pid=21567/tid=21577] ppid=21565 vsize=259148 CPUtime=762.28 cores=1,3,5,7
/proc/21567/task/21577/stat : 21577 (plingeling) R 21565 21567 21414 0 -1 4202560 330828 1252 0 0 76182 46 0 0 25 0 5 0 654426937 265367552 36230 33554432000 4194304 4417452 140734253266416 18446744073709551615 4364629 0 0 4096 17442 0 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 3040.24
Current children cumulated vsize (KiB) 259148

[startup+822.301 s]
/proc/loadavg: 8.17 8.13 7.40 9/363 21611
/proc/meminfo: memFree=20933924/32951124 swapFree=65581052/67111528
[pid=21567] ppid=21565 vsize=278732 CPUtime=3279.49 cores=1,3,5,7
/proc/21567/stat : 21567 (plingeling) S 21565 21567 21414 0 -1 4202496 1201845 1252 0 0 327785 164 0 0 18 0 5 0 654426932 285421568 41126 33554432000 4194304 4417452 140734253266416 18446744073709551615 218917533669 0 0 4096 17442 18446744073709551615 0 0 17 3 0 0 0
/proc/21567/statm: 69683 41126 180 55 0 67569 0
[pid=21567/tid=21574] ppid=21565 vsize=278732 CPUtime=822.27 cores=1,3,5,7
/proc/21567/task/21574/stat : 21574 (plingeling) R 21565 21567 21414 0 -1 4202560 275774 1252 0 0 82190 37 0 0 25 0 5 0 654426937 285421568 41126 33554432000 4194304 4417452 140734253266416 18446744073709551615 4232683 0 0 4096 17442 0 0 0 -1 3 0 0 0
[pid=21567/tid=21575] ppid=21565 vsize=278732 CPUtime=812.65 cores=1,3,5,7
/proc/21567/task/21575/stat : 21575 (plingeling) R 21565 21567 21414 0 -1 4202560 283336 1252 0 0 81229 36 0 0 25 0 5 0 654426937 285421568 41126 33554432000 4194304 4417452 140734253266416 18446744073709551615 4364621 0 0 4096 17442 0 0 0 -1 7 0 0 0
[pid=21567/tid=21576] ppid=21565 vsize=278732 CPUtime=822.25 cores=1,3,5,7
/proc/21567/task/21576/stat : 21576 (plingeling) R 21565 21567 21414 0 -1 4202560 290821 1252 0 0 82184 41 0 0 25 0 5 0 654426937 285421568 41126 33554432000 4194304 4417452 140734253266416 18446744073709551615 4364798 0 0 4096 17442 0 0 0 -1 1 0 0 0
[pid=21567/tid=21577] ppid=21565 vsize=278732 CPUtime=822.26 cores=1,3,5,7
/proc/21567/task/21577/stat : 21577 (plingeling) R 21565 21567 21414 0 -1 4202560 349188 1252 0 0 82178 48 0 0 25 0 5 0 654426937 285421568 41126 33554432000 4194304 4417452 140734253266416 18446744073709551615 4364727 0 0 4096 17442 0 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 3279.49
Current children cumulated vsize (KiB) 278732

[startup+882.301 s]
/proc/loadavg: 8.06 8.10 7.44 9/363 21613
/proc/meminfo: memFree=20913784/32951124 swapFree=65581052/67111528
[pid=21567] ppid=21565 vsize=279312 CPUtime=3518.8 cores=1,3,5,7
/proc/21567/stat : 21567 (plingeling) S 21565 21567 21414 0 -1 4202496 1297643 1252 0 0 351702 178 0 0 18 0 5 0 654426932 286015488 41271 33554432000 4194304 4417452 140734253266416 18446744073709551615 218917533669 0 0 4096 17442 18446744073709551615 0 0 17 3 0 0 0
/proc/21567/statm: 69828 41271 180 55 0 67714 0
[pid=21567/tid=21574] ppid=21565 vsize=279312 CPUtime=882.27 cores=1,3,5,7
/proc/21567/task/21574/stat : 21574 (plingeling) R 21565 21567 21414 0 -1 4202560 301534 1252 0 0 88186 41 0 0 25 0 5 0 654426937 286015488 41271 33554432000 4194304 4417452 140734253266416 18446744073709551615 4364727 0 0 4096 17442 0 0 0 -1 3 0 0 0
[pid=21567/tid=21575] ppid=21565 vsize=279312 CPUtime=871.94 cores=1,3,5,7
/proc/21567/task/21575/stat : 21575 (plingeling) R 21565 21567 21414 0 -1 4202560 305078 1252 0 0 87155 39 0 0 25 0 5 0 654426937 286015488 41271 33554432000 4194304 4417452 140734253266416 18446744073709551615 4365058 0 0 4096 17442 0 0 0 -1 7 0 0 0
[pid=21567/tid=21576] ppid=21565 vsize=279312 CPUtime=882.24 cores=1,3,5,7
/proc/21567/task/21576/stat : 21576 (plingeling) R 21565 21567 21414 0 -1 4202560 314213 1252 0 0 88181 43 0 0 25 0 5 0 654426937 286015488 41271 33554432000 4194304 4417452 140734253266416 18446744073709551615 4364579 0 0 4096 17442 0 0 0 -1 1 0 0 0
[pid=21567/tid=21577] ppid=21565 vsize=279312 CPUtime=882.27 cores=1,3,5,7
/proc/21567/task/21577/stat : 21577 (plingeling) R 21565 21567 21414 0 -1 4202560 374092 1252 0 0 88175 52 0 0 25 0 5 0 654426937 286015488 41271 33554432000 4194304 4417452 140734253266416 18446744073709551615 4364579 0 0 4096 17442 0 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 3518.8
Current children cumulated vsize (KiB) 279312

[startup+942.3 s]
/proc/loadavg: 8.08 8.10 7.48 9/363 21614
/proc/meminfo: memFree=20988516/32951124 swapFree=65581052/67111528
[pid=21567] ppid=21565 vsize=264284 CPUtime=3758.1 cores=1,3,5,7
/proc/21567/stat : 21567 (plingeling) S 21565 21567 21414 0 -1 4202496 1377448 1252 0 0 375621 189 0 0 18 0 5 0 654426932 270626816 37514 33554432000 4194304 4417452 140734253266416 18446744073709551615 218917533669 0 0 4096 17442 18446744073709551615 0 0 17 3 0 0 0
/proc/21567/statm: 66071 37514 180 55 0 63957 0
[pid=21567/tid=21574] ppid=21565 vsize=264284 CPUtime=942.27 cores=1,3,5,7
/proc/21567/task/21574/stat : 21574 (plingeling) R 21565 21567 21414 0 -1 4202560 318093 1252 0 0 94184 43 0 0 25 0 5 0 654426937 270626816 37514 33554432000 4194304 4417452 140734253266416 18446744073709551615 4364626 0 0 4096 17442 0 0 0 -1 3 0 0 0
[pid=21567/tid=21575] ppid=21565 vsize=264284 CPUtime=931.24 cores=1,3,5,7
/proc/21567/task/21575/stat : 21575 (plingeling) R 21565 21567 21414 0 -1 4202560 324878 1252 0 0 93082 42 0 0 25 0 5 0 654426937 270626816 37514 33554432000 4194304 4417452 140734253266416 18446744073709551615 4364807 0 0 4096 17442 0 0 0 -1 7 0 0 0
[pid=21567/tid=21576] ppid=21565 vsize=264284 CPUtime=942.24 cores=1,3,5,7
/proc/21567/task/21576/stat : 21576 (plingeling) R 21565 21567 21414 0 -1 4202560 342741 1252 0 0 94177 47 0 0 25 0 5 0 654426937 270626816 37514 33554432000 4194304 4417452 140734253266416 18446744073709551615 4364634 0 0 4096 17442 0 0 0 -1 1 0 0 0
[pid=21567/tid=21577] ppid=21565 vsize=264284 CPUtime=942.27 cores=1,3,5,7
/proc/21567/task/21577/stat : 21577 (plingeling) R 21565 21567 21414 0 -1 4202560 389010 1252 0 0 94172 55 0 0 25 0 5 0 654426937 270626816 37514 33554432000 4194304 4417452 140734253266416 18446744073709551615 4366048 0 0 4096 17442 0 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 3758.1
Current children cumulated vsize (KiB) 264284

[startup+1002.3 s]
/proc/loadavg: 8.12 8.11 7.52 9/363 21616
/proc/meminfo: memFree=20943088/32951124 swapFree=65581052/67111528
[pid=21567] ppid=21565 vsize=284604 CPUtime=3997.39 cores=1,3,5,7
/proc/21567/stat : 21567 (plingeling) S 21565 21567 21414 0 -1 4202496 1443828 1252 0 0 399540 199 0 0 18 0 5 0 654426932 291434496 42594 33554432000 4194304 4417452 140734253266416 18446744073709551615 218917533669 0 0 4096 17442 18446744073709551615 0 0 17 3 0 0 0
/proc/21567/statm: 71151 42594 180 55 0 69037 0
[pid=21567/tid=21574] ppid=21565 vsize=284604 CPUtime=1002.27 cores=1,3,5,7
/proc/21567/task/21574/stat : 21574 (plingeling) R 21565 21567 21414 0 -1 4202560 337168 1252 0 0 100181 46 0 0 25 0 5 0 654426937 291434496 42594 33554432000 4194304 4417452 140734253266416 18446744073709551615 4364724 0 0 4096 17442 0 0 0 -1 3 0 0 0
[pid=21567/tid=21575] ppid=21565 vsize=284604 CPUtime=990.53 cores=1,3,5,7
/proc/21567/task/21575/stat : 21575 (plingeling) R 21565 21567 21414 0 -1 4202560 339351 1252 0 0 99009 44 0 0 25 0 5 0 654426937 291434496 42594 33554432000 4194304 4417452 140734253266416 18446744073709551615 4366472 0 0 4096 17442 0 0 0 -1 7 0 0 0
[pid=21567/tid=21576] ppid=21565 vsize=284604 CPUtime=1002.24 cores=1,3,5,7
/proc/21567/task/21576/stat : 21576 (plingeling) R 21565 21567 21414 0 -1 4202560 358850 1252 0 0 100174 50 0 0 25 0 5 0 654426937 291434496 42594 33554432000 4194304 4417452 140734253266416 18446744073709551615 4364727 0 0 4096 17442 0 0 0 -1 1 0 0 0
[pid=21567/tid=21577] ppid=21565 vsize=284604 CPUtime=1002.27 cores=1,3,5,7
/proc/21567/task/21577/stat : 21577 (plingeling) R 21565 21567 21414 0 -1 4202560 405733 1252 0 0 100170 57 0 0 25 0 5 0 654426937 291434496 42594 33554432000 4194304 4417452 140734253266416 18446744073709551615 4364684 0 0 4096 17442 0 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 3997.39
Current children cumulated vsize (KiB) 284604

[startup+1062.3 s]
/proc/loadavg: 8.09 8.10 7.55 9/363 21617
/proc/meminfo: memFree=20978644/32951124 swapFree=65581052/67111528
[pid=21567] ppid=21565 vsize=266796 CPUtime=4236.7 cores=1,3,5,7
/proc/21567/stat : 21567 (plingeling) S 21565 21567 21414 0 -1 4202496 1527648 1252 0 0 423459 211 0 0 18 0 5 0 654426932 273199104 38142 33554432000 4194304 4417452 140734253266416 18446744073709551615 218917533669 0 0 4096 17442 18446744073709551615 0 0 17 3 0 0 0
/proc/21567/statm: 66699 38142 180 55 0 64585 0
[pid=21567/tid=21574] ppid=21565 vsize=266796 CPUtime=1062.28 cores=1,3,5,7
/proc/21567/task/21574/stat : 21574 (plingeling) R 21565 21567 21414 0 -1 4202560 352661 1252 0 0 106180 48 0 0 25 0 5 0 654426937 273199104 38142 33554432000 4194304 4417452 140734253266416 18446744073709551615 4364798 0 0 4096 17442 0 0 0 -1 3 0 0 0
[pid=21567/tid=21575] ppid=21565 vsize=266796 CPUtime=1049.82 cores=1,3,5,7
/proc/21567/task/21575/stat : 21575 (plingeling) R 21565 21567 21414 0 -1 4202560 364165 1252 0 0 104935 47 0 0 25 0 5 0 654426937 273199104 38142 33554432000 4194304 4417452 140734253266416 18446744073709551615 4364907 0 0 4096 17442 0 0 0 -1 7 0 0 0
[pid=21567/tid=21576] ppid=21565 vsize=266796 CPUtime=1062.24 cores=1,3,5,7
/proc/21567/task/21576/stat : 21576 (plingeling) R 21565 21567 21414 0 -1 4202560 385197 1252 0 0 106171 53 0 0 25 0 5 0 654426937 273199104 38142 33554432000 4194304 4417452 140734253266416 18446744073709551615 4364645 0 0 4096 17442 0 0 0 -1 1 0 0 0
[pid=21567/tid=21577] ppid=21565 vsize=266796 CPUtime=1062.27 cores=1,3,5,7
/proc/21567/task/21577/stat : 21577 (plingeling) R 21565 21567 21414 0 -1 4202560 422899 1252 0 0 106167 60 0 0 25 0 5 0 654426937 273199104 38142 33554432000 4194304 4417452 140734253266416 18446744073709551615 4364737 0 0 4096 17442 0 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 4236.7
Current children cumulated vsize (KiB) 266796

[startup+1122.3 s]
/proc/loadavg: 8.16 8.11 7.58 9/363 21619
/proc/meminfo: memFree=20919964/32951124 swapFree=65581052/67111528
[pid=21567] ppid=21565 vsize=285480 CPUtime=4475.98 cores=1,3,5,7
/proc/21567/stat : 21567 (plingeling) S 21565 21567 21414 0 -1 4202496 1608692 1252 0 0 447376 222 0 0 18 0 5 0 654426932 292331520 42803 33554432000 4194304 4417452 140734253266416 18446744073709551615 218917533669 0 0 4096 17442 18446744073709551615 0 0 17 3 0 0 0
/proc/21567/statm: 71370 42803 180 55 0 69256 0
[pid=21567/tid=21574] ppid=21565 vsize=285480 CPUtime=1122.27 cores=1,3,5,7
/proc/21567/task/21574/stat : 21574 (plingeling) R 21565 21567 21414 0 -1 4202560 373538 1252 0 0 112177 50 0 0 25 0 5 0 654426937 292331520 42803 33554432000 4194304 4417452 140734253266416 18446744073709551615 4364650 0 0 4096 17442 0 0 0 -1 3 0 0 0
[pid=21567/tid=21575] ppid=21565 vsize=285480 CPUtime=1109.11 cores=1,3,5,7
/proc/21567/task/21575/stat : 21575 (plingeling) R 21565 21567 21414 0 -1 4202560 380592 1252 0 0 110861 50 0 0 25 0 5 0 654426937 292331520 42803 33554432000 4194304 4417452 140734253266416 18446744073709551615 4364817 0 0 4096 17442 0 0 0 -1 7 0 0 0
[pid=21567/tid=21576] ppid=21565 vsize=285480 CPUtime=1122.25 cores=1,3,5,7
/proc/21567/task/21576/stat : 21576 (plingeling) R 21565 21567 21414 0 -1 4202560 406147 1252 0 0 112168 57 0 0 25 0 5 0 654426937 292331520 42803 33554432000 4194304 4417452 140734253266416 18446744073709551615 4364611 0 0 4096 17442 0 0 0 -1 1 0 0 0
[pid=21567/tid=21577] ppid=21565 vsize=285480 CPUtime=1122.27 cores=1,3,5,7
/proc/21567/task/21577/stat : 21577 (plingeling) R 21565 21567 21414 0 -1 4202560 445689 1252 0 0 112164 63 0 0 25 0 5 0 654426937 292331520 42803 33554432000 4194304 4417452 140734253266416 18446744073709551615 4364533 0 0 4096 17442 0 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 4475.98
Current children cumulated vsize (KiB) 285480

[startup+1182.3 s]
/proc/loadavg: 8.17 8.12 7.62 9/363 21621
/proc/meminfo: memFree=20860888/32951124 swapFree=65581052/67111528
[pid=21567] ppid=21565 vsize=319592 CPUtime=4715.29 cores=1,3,5,7
/proc/21567/stat : 21567 (plingeling) S 21565 21567 21414 0 -1 4202496 1697845 1252 0 0 471296 233 0 0 18 0 5 0 654426932 327262208 51331 33554432000 4194304 4417452 140734253266416 18446744073709551615 218917533669 0 0 4096 17442 18446744073709551615 0 0 17 3 0 0 0
/proc/21567/statm: 79898 51331 180 55 0 77784 0
[pid=21567/tid=21574] ppid=21565 vsize=319592 CPUtime=1182.28 cores=1,3,5,7
/proc/21567/task/21574/stat : 21574 (plingeling) R 21565 21567 21414 0 -1 4202560 392036 1252 0 0 118175 53 0 0 25 0 5 0 654426937 327262208 51331 33554432000 4194304 4417452 140734253266416 18446744073709551615 4364641 0 0 4096 17442 0 0 0 -1 3 0 0 0
[pid=21567/tid=21575] ppid=21565 vsize=319592 CPUtime=1168.4 cores=1,3,5,7
/proc/21567/task/21575/stat : 21575 (plingeling) R 21565 21567 21414 0 -1 4202560 409301 1252 0 0 116788 52 0 0 25 0 5 0 654426937 327262208 51331 33554432000 4194304 4417452 140734253266416 18446744073709551615 4365027 0 0 4096 17442 0 0 0 -1 7 0 0 0
[pid=21567/tid=21576] ppid=21565 vsize=319592 CPUtime=1182.26 cores=1,3,5,7
/proc/21567/task/21576/stat : 21576 (plingeling) R 21565 21567 21414 0 -1 4202560 432141 1252 0 0 118165 61 0 0 25 0 5 0 654426937 327262208 51331 33554432000 4194304 4417452 140734253266416 18446744073709551615 4364632 0 0 4096 17442 0 0 0 -1 1 0 0 0
[pid=21567/tid=21577] ppid=21565 vsize=319592 CPUtime=1182.28 cores=1,3,5,7
/proc/21567/task/21577/stat : 21577 (plingeling) R 21565 21567 21414 0 -1 4202560 461641 1252 0 0 118162 66 0 0 25 0 5 0 654426937 327262208 51331 33554432000 4194304 4417452 140734253266416 18446744073709551615 4364727 0 0 4096 17442 0 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 4715.29
Current children cumulated vsize (KiB) 319592



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1203.6 s]
/proc/loadavg: 8.19 8.13 7.63 6/359 21654
/proc/meminfo: memFree=21096236/32951124 swapFree=65581052/67111528
[pid=21567] ppid=21565 vsize=262236 CPUtime=4800.26 cores=1,3,5,7
/proc/21567/stat : 21567 (plingeling) S 21565 21567 21414 0 -1 4202496 1719073 1252 0 0 479789 237 0 0 18 0 5 0 654426932 268529664 36992 33554432000 4194304 4417452 140734253266416 18446744073709551615 218917533669 0 0 4096 17442 18446744073709551615 0 0 17 3 0 0 0
/proc/21567/statm: 65559 36992 180 55 0 63445 0
[pid=21567/tid=21574] ppid=21565 vsize=262236 CPUtime=1203.59 cores=1,3,5,7
/proc/21567/task/21574/stat : 21574 (plingeling) R 21565 21567 21414 0 -1 4202560 400704 1252 0 0 120305 54 0 0 25 0 5 0 654426937 268529664 36992 33554432000 4194304 4417452 140734253266416 18446744073709551615 4364650 0 0 4096 17442 0 0 0 -1 3 0 0 0
[pid=21567/tid=21575] ppid=21565 vsize=262236 CPUtime=1189.45 cores=1,3,5,7
/proc/21567/task/21575/stat : 21575 (plingeling) R 21565 21567 21414 0 -1 4202560 412414 1252 0 0 118892 53 0 0 25 0 5 0 654426937 268529664 36992 33554432000 4194304 4417452 140734253266416 18446744073709551615 4364727 0 0 4096 17442 0 0 0 -1 7 0 0 0
[pid=21567/tid=21576] ppid=21565 vsize=262236 CPUtime=1203.57 cores=1,3,5,7
/proc/21567/task/21576/stat : 21576 (plingeling) R 21565 21567 21414 0 -1 4202560 434805 1252 0 0 120296 61 0 0 25 0 5 0 654426937 268529664 36992 33554432000 4194304 4417452 140734253266416 18446744073709551615 4259609 0 0 4096 17442 0 0 0 -1 1 0 0 0
[pid=21567/tid=21577] ppid=21565 vsize=262236 CPUtime=1203.6 cores=1,3,5,7
/proc/21567/task/21577/stat : 21577 (plingeling) R 21565 21567 21414 0 -1 4202560 468424 1252 0 0 120293 67 0 0 25 0 5 0 654426937 268529664 36992 33554432000 4194304 4417452 140734253266416 18446744073709551615 4365987 0 0 4096 17442 0 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 4800.26
Current children cumulated vsize (KiB) 262236

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

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

Child ended because it received signal 15 (SIGTERM)
Real time (s): 1203.63
CPU time (s): 4800.31
CPU user time (s): 4797.93
CPU system time (s): 2.37764
CPU usage (%): 398.821
Max. virtual memory (cumulated for all children) (KiB): 331532

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 4797.93
system time used= 2.37764
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 1720325
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= 60
involuntary context switches= 36278

runsolver used 3.9714 second user time and 10.1775 second system time

The end

Launcher Data

Begin job on node137 at 2011-05-15 04:58:12
IDJOB=3371084
IDBENCH=83313
IDSOLVER=1848
FILE ID=node137/3371084-1305428292
RUNJOBID= node137-1305427084-21433
PBS_JOBID= 13324606
Free space on /tmp= 73796 MiB

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

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

MD5SUM BENCH= 8e7b614904543aa28491ea45c761cbd5
RANDOM SEED=94049725

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

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

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


/proc/meminfo:
MemTotal:     32951124 kB
MemFree:      21246488 kB
Buffers:        291136 kB
Cached:        3729288 kB
SwapCached:      36328 kB
Active:        1653512 kB
Inactive:      9826920 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32951124 kB
LowFree:      21246488 kB
SwapTotal:    67111528 kB
SwapFree:     65581052 kB
Dirty:            1580 kB
Writeback:           0 kB
AnonPages:     7433336 kB
Mapped:          19536 kB
Slab:           121548 kB
PageTables:      38424 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83587088 kB
Committed_AS: 75977684 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= 73796 MiB
End job on node137 at 2011-05-15 05:18:18