Trace number 3261990

Some explanations

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

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

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

Solver answer on this benchmark

Solver NameAnswerCPU timeWall clock time
Plingeling 587? (TO) 4800.37 1201.82

General information on the benchmark

Namecrafted/kullmann/VanDerWaerden/VanderWaerden_pd_3k/
VanDerWaerden_pd_2-3-22_464.cnf
MD5SUMa722a199fd84ba0b319251daa47aa19c
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 variables232
Number of clauses28991
Sum of the clauses size130855
Maximum clause length22
Minimum clause length2
Number of clauses of size 10
Number of clauses of size 277
Number of clauses of size 326594
Number of clauses of size 40
Number of clauses of size 50
Number of clauses of size over 52320

Solver Data


Verifier Data

ERROR: Unexpected answer ! (SATISFIABLE/UNSATISFIABLE expected)
Got answer: <no 's ' line found>

Watcher Data

runsolver Copyright (C) 2010-2011 Olivier ROUSSEL

This is runsolver version 3.3.0 (svn: 935)

This program is distributed in the hope that it will be useful,
but WITHOUT ANY WARRANTY; without even the implied warranty of
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
GNU General Public License for more details.

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-3261990-1304092642/watcher-3261990-1304092642 -o /tmp/evaluation-result-3261990-1304092642/solver-3261990-1304092642 -C 4800 -W 1300 -M 15500 plingeling -t 4 HOME/instance-3261990-1304092642.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: 3.76 5.12 6.67 4/173 26430
/proc/meminfo: memFree=30936060/32950928 swapFree=67086580/67111528
[pid=26430] ppid=26427 vsize=8728 CPUtime=0 cores=1,3,5,7
/proc/26430/stat : 26430 (plingeling) S 26427 26430 25640 0 -1 4202496 215 0 0 0 0 0 0 0 18 0 1 0 520861310 8937472 146 33554432000 4194304 4417332 140736490454480 18446744073709551615 239476694784 0 0 4096 0 18446744071562362840 0 0 17 1 0 0 0
/proc/26430/statm: 2182 146 122 55 0 68 0

[startup+0.0844641 s]
/proc/loadavg: 3.76 5.12 6.67 4/173 26430
/proc/meminfo: memFree=30936060/32950928 swapFree=67086580/67111528
[pid=26430] ppid=26427 vsize=17156 CPUtime=0.01 cores=1,3,5,7
/proc/26430/stat : 26430 (plingeling) R 26427 26430 25640 0 -1 4202496 2404 1254 0 4 1 0 0 0 18 0 1 0 520861310 17567744 2312 33554432000 4194304 4417332 140736490454480 18446744073709551615 239476694784 0 0 4096 17442 0 0 0 17 5 0 0 0
/proc/26430/statm: 4289 2312 148 55 0 2175 0
Current children cumulated CPU time (s) 0.01
Current children cumulated vsize (KiB) 17156

[startup+0.100463 s]
/proc/loadavg: 3.76 5.12 6.67 4/173 26430
/proc/meminfo: memFree=30936060/32950928 swapFree=67086580/67111528
[pid=26430] ppid=26427 vsize=28436 CPUtime=0.03 cores=1,3,5,7
/proc/26430/stat : 26430 (plingeling) R 26427 26430 25640 0 -1 4202496 2719 1254 0 4 3 0 0 0 18 0 2 0 520861310 29118464 2575 33554432000 4194304 4417332 140736490454480 18446744073709551615 239476751345 0 0 4096 17442 18446744073709551615 0 0 17 5 0 0 0
/proc/26430/statm: 14792 2580 153 55 0 12678 0
Current children cumulated CPU time (s) 0.03
Current children cumulated vsize (KiB) 28436

[startup+0.305349 s]
/proc/loadavg: 3.76 5.12 6.67 4/173 26430
/proc/meminfo: memFree=30936060/32950928 swapFree=67086580/67111528
[pid=26430] ppid=26427 vsize=61084 CPUtime=0.84 cores=1,3,5,7
/proc/26430/stat : 26430 (plingeling) S 26427 26430 25640 0 -1 4202496 4008 1254 0 4 84 0 0 0 18 0 5 0 520861310 62550016 3059 33554432000 4194304 4417332 140736490454480 18446744073709551615 239488497637 0 0 4096 17442 18446744073709551615 0 0 17 5 0 0 0
/proc/26430/statm: 15271 3059 181 55 0 13157 0
Current children cumulated CPU time (s) 0.84
Current children cumulated vsize (KiB) 61084

[startup+0.700275 s]
/proc/loadavg: 3.76 5.12 6.67 4/173 26430
/proc/meminfo: memFree=30936060/32950928 swapFree=67086580/67111528
[pid=26430] ppid=26427 vsize=61768 CPUtime=2.42 cores=1,3,5,7
/proc/26430/stat : 26430 (plingeling) S 26427 26430 25640 0 -1 4202496 4179 1254 0 4 242 0 0 0 18 0 5 0 520861310 63250432 3230 33554432000 4194304 4417332 140736490454480 18446744073709551615 239488497637 0 0 4096 17442 18446744073709551615 0 0 17 5 0 0 0
/proc/26430/statm: 15442 3230 181 55 0 13328 0
Current children cumulated CPU time (s) 2.42
Current children cumulated vsize (KiB) 61768

[startup+1.50112 s]
/proc/loadavg: 3.76 5.12 6.67 9/186 26453
/proc/meminfo: memFree=30909628/32950928 swapFree=67086580/67111528
[pid=26430] ppid=26427 vsize=66404 CPUtime=5.62 cores=1,3,5,7
/proc/26430/stat : 26430 (plingeling) S 26427 26430 25640 0 -1 4202496 5338 1254 0 4 562 0 0 0 18 0 5 0 520861310 67997696 4389 33554432000 4194304 4417332 140736490454480 18446744073709551615 239488497637 0 0 4096 17442 18446744073709551615 0 0 17 5 0 0 0
/proc/26430/statm: 16601 4389 181 55 0 14487 0
[pid=26430/tid=26446] ppid=26427 vsize=66404 CPUtime=1.39 cores=1,3,5,7
/proc/26430/task/26446/stat : 26446 (plingeling) R 26427 26430 25640 0 -1 4202560 526 1254 0 4 139 0 0 0 23 0 5 0 520861320 67997696 4389 33554432000 4194304 4417332 140736490454480 18446744073709551615 4357111 0 0 4096 17442 0 0 0 -1 5 0 0 0
[pid=26430/tid=26447] ppid=26427 vsize=66404 CPUtime=1.39 cores=1,3,5,7
/proc/26430/task/26447/stat : 26447 (plingeling) R 26427 26430 25640 0 -1 4202560 484 1254 0 4 139 0 0 0 23 0 5 0 520861320 67997696 4389 33554432000 4194304 4417332 140736490454480 18446744073709551615 4365975 0 0 4096 17442 0 0 0 -1 1 0 0 0
[pid=26430/tid=26448] ppid=26427 vsize=66404 CPUtime=1.39 cores=1,3,5,7
/proc/26430/task/26448/stat : 26448 (plingeling) R 26427 26430 25640 0 -1 4202560 338 1254 0 4 139 0 0 0 23 0 5 0 520861320 67997696 4389 33554432000 4194304 4417332 140736490454480 18446744073709551615 4364899 0 0 4096 17442 0 0 0 -1 3 0 0 0
[pid=26430/tid=26449] ppid=26427 vsize=66404 CPUtime=1.39 cores=1,3,5,7
/proc/26430/task/26449/stat : 26449 (plingeling) R 26427 26430 25640 0 -1 4202560 1266 1254 0 4 139 0 0 0 23 0 5 0 520861320 67997696 4389 33554432000 4194304 4417332 140736490454480 18446744073709551615 4364742 0 0 4096 17442 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 5.62
Current children cumulated vsize (KiB) 66404

[startup+3.10081 s]
/proc/loadavg: 4.10 5.17 6.67 9/186 26453
/proc/meminfo: memFree=30901692/32950928 swapFree=67086580/67111528
[pid=26430] ppid=26427 vsize=135440 CPUtime=12.01 cores=1,3,5,7
/proc/26430/stat : 26430 (plingeling) S 26427 26430 25640 0 -1 4202496 6606 1254 0 4 1201 0 0 0 18 0 5 0 520861310 138690560 5349 33554432000 4194304 4417332 140736490454480 18446744073709551615 239488497637 0 0 4096 17442 18446744073709551615 0 0 17 5 0 0 0
/proc/26430/statm: 33860 5349 181 55 0 31746 0
[pid=26430/tid=26446] ppid=26427 vsize=135440 CPUtime=2.99 cores=1,3,5,7
/proc/26430/task/26446/stat : 26446 (plingeling) R 26427 26430 25640 0 -1 4202560 838 1254 0 4 299 0 0 0 25 0 5 0 520861320 138690560 5349 33554432000 4194304 4417332 140736490454480 18446744073709551615 4249222 0 0 4096 17442 0 0 0 -1 5 0 0 0
[pid=26430/tid=26447] ppid=26427 vsize=135440 CPUtime=2.99 cores=1,3,5,7
/proc/26430/task/26447/stat : 26447 (plingeling) R 26427 26430 25640 0 -1 4202560 1036 1254 0 4 299 0 0 0 25 0 5 0 520861320 138690560 5349 33554432000 4194304 4417332 140736490454480 18446744073709551615 4249948 0 0 4096 17442 0 0 0 -1 1 0 0 0
[pid=26430/tid=26448] ppid=26427 vsize=135440 CPUtime=2.99 cores=1,3,5,7
/proc/26430/task/26448/stat : 26448 (plingeling) R 26427 26430 25640 0 -1 4202560 482 1254 0 4 299 0 0 0 25 0 5 0 520861320 138690560 5349 33554432000 4194304 4417332 140736490454480 18446744073709551615 4235275 0 0 4096 17442 0 0 0 -1 3 0 0 0
[pid=26430/tid=26449] ppid=26427 vsize=135440 CPUtime=2.98 cores=1,3,5,7
/proc/26430/task/26449/stat : 26449 (plingeling) R 26427 26430 25640 0 -1 4202560 1526 1254 0 4 298 0 0 0 25 0 5 0 520861320 138690560 5349 33554432000 4194304 4417332 140736490454480 18446744073709551615 4364742 0 0 4096 17442 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 12.01
Current children cumulated vsize (KiB) 135440

[startup+6.30121 s]
/proc/loadavg: 4.10 5.17 6.67 10/186 26453
/proc/meminfo: memFree=30877116/32950928 swapFree=67086580/67111528
[pid=26430] ppid=26427 vsize=145568 CPUtime=24.8 cores=1,3,5,7
/proc/26430/stat : 26430 (plingeling) S 26427 26430 25640 0 -1 4202496 9860 1254 0 4 2479 1 0 0 18 0 5 0 520861310 149061632 7829 33554432000 4194304 4417332 140736490454480 18446744073709551615 239488497637 0 0 4096 17442 18446744073709551615 0 0 17 5 0 0 0
/proc/26430/statm: 36392 7829 181 55 0 34278 0
[pid=26430/tid=26446] ppid=26427 vsize=145568 CPUtime=6.19 cores=1,3,5,7
/proc/26430/task/26446/stat : 26446 (plingeling) R 26427 26430 25640 0 -1 4202560 1369 1254 0 4 619 0 0 0 25 0 5 0 520861320 149061632 7829 33554432000 4194304 4417332 140736490454480 18446744073709551615 4366398 0 0 4096 17442 0 0 0 -1 5 0 0 0
[pid=26430/tid=26447] ppid=26427 vsize=145568 CPUtime=6.19 cores=1,3,5,7
/proc/26430/task/26447/stat : 26447 (plingeling) R 26427 26430 25640 0 -1 4202560 1548 1254 0 4 619 0 0 0 25 0 5 0 520861320 149061632 7829 33554432000 4194304 4417332 140736490454480 18446744073709551615 4250873 0 0 4096 17442 0 0 0 -1 1 0 0 0
[pid=26430/tid=26448] ppid=26427 vsize=145568 CPUtime=6.19 cores=1,3,5,7
/proc/26430/task/26448/stat : 26448 (plingeling) R 26427 26430 25640 0 -1 4202560 1719 1254 0 4 619 0 0 0 25 0 5 0 520861320 149061632 7829 33554432000 4194304 4417332 140736490454480 18446744073709551615 4251172 0 0 4096 17442 0 0 0 -1 3 0 0 0
[pid=26430/tid=26449] ppid=26427 vsize=145568 CPUtime=6.16 cores=1,3,5,7
/proc/26430/task/26449/stat : 26449 (plingeling) R 26427 26430 25640 0 -1 4202560 2500 1254 0 4 616 0 0 0 25 0 5 0 520861320 149061632 7829 33554432000 4194304 4417332 140736490454480 18446744073709551615 4364590 0 0 4096 17442 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 24.8
Current children cumulated vsize (KiB) 145568

[startup+12.701 s]
/proc/loadavg: 4.70 5.27 6.69 9/186 26453
/proc/meminfo: memFree=30855660/32950928 swapFree=67086580/67111528
[pid=26430] ppid=26427 vsize=156716 CPUtime=50.36 cores=1,3,5,7
/proc/26430/stat : 26430 (plingeling) S 26427 26430 25640 0 -1 4202496 15793 1254 0 4 5034 2 0 0 18 0 5 0 520861310 160477184 10627 33554432000 4194304 4417332 140736490454480 18446744073709551615 239488497637 0 0 4096 17442 18446744073709551615 0 0 17 5 0 0 0
/proc/26430/statm: 39179 10627 181 55 0 37065 0
[pid=26430/tid=26446] ppid=26427 vsize=156716 CPUtime=12.59 cores=1,3,5,7
/proc/26430/task/26446/stat : 26446 (plingeling) R 26427 26430 25640 0 -1 4202560 2590 1254 0 4 1259 0 0 0 25 0 5 0 520861320 160477184 10627 33554432000 4194304 4417332 140736490454480 18446744073709551615 4364822 0 0 4096 17442 0 0 0 -1 5 0 0 0
[pid=26430/tid=26447] ppid=26427 vsize=156716 CPUtime=12.59 cores=1,3,5,7
/proc/26430/task/26447/stat : 26447 (plingeling) R 26427 26430 25640 0 -1 4202560 2570 1254 0 4 1259 0 0 0 25 0 5 0 520861320 160477184 10627 33554432000 4194304 4417332 140736490454480 18446744073709551615 4364547 0 0 4096 17442 0 0 0 -1 1 0 0 0
[pid=26430/tid=26448] ppid=26427 vsize=156716 CPUtime=12.59 cores=1,3,5,7
/proc/26430/task/26448/stat : 26448 (plingeling) R 26427 26430 25640 0 -1 4202560 2380 1254 0 4 1259 0 0 0 25 0 5 0 520861320 160477184 10627 33554432000 4194304 4417332 140736490454480 18446744073709551615 4277545 0 0 4096 17442 0 0 0 -1 3 0 0 0
[pid=26430/tid=26449] ppid=26427 vsize=156716 CPUtime=12.52 cores=1,3,5,7
/proc/26430/task/26449/stat : 26449 (plingeling) R 26427 26430 25640 0 -1 4202560 5529 1254 0 4 1252 0 0 0 25 0 5 0 520861320 160477184 10627 33554432000 4194304 4417332 140736490454480 18446744073709551615 4364526 0 0 4096 17442 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 50.36
Current children cumulated vsize (KiB) 156716

[startup+25.5005 s]
/proc/loadavg: 5.20 5.35 6.70 9/186 26453
/proc/meminfo: memFree=30842648/32950928 swapFree=67086580/67111528
[pid=26430] ppid=26427 vsize=159724 CPUtime=101.48 cores=1,3,5,7
/proc/26430/stat : 26430 (plingeling) S 26427 26430 25640 0 -1 4202496 34943 1254 0 4 10142 6 0 0 18 0 5 0 520861310 163557376 11400 33554432000 4194304 4417332 140736490454480 18446744073709551615 239488497637 0 0 4096 17442 18446744073709551615 0 0 17 5 0 0 0
/proc/26430/statm: 39931 11400 181 55 0 37817 0
[pid=26430/tid=26446] ppid=26427 vsize=159724 CPUtime=25.39 cores=1,3,5,7
/proc/26430/task/26446/stat : 26446 (plingeling) R 26427 26430 25640 0 -1 4202560 4528 1254 0 4 2539 0 0 0 25 0 5 0 520861320 163557376 11400 33554432000 4194304 4417332 140736490454480 18446744073709551615 4310373 0 0 4096 17442 0 0 0 -1 5 0 0 0
[pid=26430/tid=26447] ppid=26427 vsize=159724 CPUtime=25.39 cores=1,3,5,7
/proc/26430/task/26447/stat : 26447 (plingeling) R 26427 26430 25640 0 -1 4202560 8197 1254 0 4 2538 1 0 0 25 0 5 0 520861320 163557376 11400 33554432000 4194304 4417332 140736490454480 18446744073709551615 4310624 0 0 4096 17442 0 0 0 -1 1 0 0 0
[pid=26430/tid=26448] ppid=26427 vsize=159724 CPUtime=25.39 cores=1,3,5,7
/proc/26430/task/26448/stat : 26448 (plingeling) R 26427 26430 25640 0 -1 4202560 7404 1254 0 4 2538 1 0 0 25 0 5 0 520861320 163557376 11400 33554432000 4194304 4417332 140736490454480 18446744073709551615 4364549 0 0 4096 17442 0 0 0 -1 3 0 0 0
[pid=26430/tid=26449] ppid=26427 vsize=159724 CPUtime=25.25 cores=1,3,5,7
/proc/26430/task/26449/stat : 26449 (plingeling) R 26427 26430 25640 0 -1 4202560 12090 1254 0 4 2523 2 0 0 25 0 5 0 520861320 163557376 11400 33554432000 4194304 4417332 140736490454480 18446744073709551615 4364556 0 0 4096 17442 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 101.48
Current children cumulated vsize (KiB) 159724

[startup+51.1006 s]
/proc/loadavg: 6.16 5.57 6.73 9/186 26454
/proc/meminfo: memFree=30826368/32950928 swapFree=67086580/67111528
[pid=26430] ppid=26427 vsize=173524 CPUtime=203.76 cores=1,3,5,7
/proc/26430/stat : 26430 (plingeling) S 26427 26430 25640 0 -1 4202496 82739 1254 0 4 20361 15 0 0 18 0 5 0 520861310 177688576 14850 33554432000 4194304 4417332 140736490454480 18446744073709551615 239488497637 0 0 4096 17442 18446744073709551615 0 0 17 5 0 0 0
/proc/26430/statm: 43381 14850 181 55 0 41267 0
[pid=26430/tid=26446] ppid=26427 vsize=173524 CPUtime=51 cores=1,3,5,7
/proc/26430/task/26446/stat : 26446 (plingeling) R 26427 26430 25640 0 -1 4202560 10664 1254 0 4 5098 2 0 0 25 0 5 0 520861320 177688576 14850 33554432000 4194304 4417332 140736490454480 18446744073709551615 4364494 0 0 4096 17442 0 0 0 -1 5 0 0 0
[pid=26430/tid=26447] ppid=26427 vsize=173524 CPUtime=50.99 cores=1,3,5,7
/proc/26430/task/26447/stat : 26447 (plingeling) R 26427 26430 25640 0 -1 4202560 19782 1254 0 4 5096 3 0 0 25 0 5 0 520861320 177688576 14850 33554432000 4194304 4417332 140736490454480 18446744073709551615 4364642 0 0 4096 17442 0 0 0 -1 1 0 0 0
[pid=26430/tid=26448] ppid=26427 vsize=173524 CPUtime=50.99 cores=1,3,5,7
/proc/26430/task/26448/stat : 26448 (plingeling) R 26427 26430 25640 0 -1 4202560 21599 1254 0 4 5095 4 0 0 25 0 5 0 520861320 177688576 14850 33554432000 4194304 4417332 140736490454480 18446744073709551615 4366359 0 0 4096 17442 0 0 0 -1 3 0 0 0
[pid=26430/tid=26449] ppid=26427 vsize=173524 CPUtime=50.71 cores=1,3,5,7
/proc/26430/task/26449/stat : 26449 (plingeling) R 26427 26430 25640 0 -1 4202560 27970 1254 0 4 5067 4 0 0 25 0 5 0 520861320 177688576 14850 33554432000 4194304 4417332 140736490454480 18446744073709551615 4364722 0 0 4096 17442 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 203.76
Current children cumulated vsize (KiB) 173524

[startup+102.307 s]
/proc/loadavg: 7.33 6.00 6.81 9/186 26455
/proc/meminfo: memFree=30796700/32950928 swapFree=67086580/67111528
[pid=26430] ppid=26427 vsize=184612 CPUtime=408.3 cores=1,3,5,7
/proc/26430/stat : 26430 (plingeling) S 26427 26430 25640 0 -1 4202496 178621 1254 0 4 40799 31 0 0 18 0 5 0 520861310 189042688 17622 33554432000 4194304 4417332 140736490454480 18446744073709551615 239488497637 0 0 4096 17442 18446744073709551615 0 0 17 5 0 0 0
/proc/26430/statm: 46153 17622 181 55 0 44039 0
[pid=26430/tid=26446] ppid=26427 vsize=184612 CPUtime=102.2 cores=1,3,5,7
/proc/26430/task/26446/stat : 26446 (plingeling) R 26427 26430 25640 0 -1 4202560 29904 1254 0 4 10215 5 0 0 25 0 5 0 520861320 189042688 17622 33554432000 4194304 4417332 140736490454480 18446744073709551615 4364796 0 0 4096 17442 0 0 0 -1 5 0 0 0
[pid=26430/tid=26447] ppid=26427 vsize=184612 CPUtime=102.19 cores=1,3,5,7
/proc/26430/task/26447/stat : 26447 (plingeling) R 26427 26430 25640 0 -1 4202560 38654 1254 0 4 10214 5 0 0 25 0 5 0 520861320 189042688 17622 33554432000 4194304 4417332 140736490454480 18446744073709551615 4364822 0 0 4096 17442 0 0 0 -1 1 0 0 0
[pid=26430/tid=26448] ppid=26427 vsize=184612 CPUtime=102.19 cores=1,3,5,7
/proc/26430/task/26448/stat : 26448 (plingeling) R 26427 26430 25640 0 -1 4202560 44356 1254 0 4 10212 7 0 0 25 0 5 0 520861320 189042688 17622 33554432000 4194304 4417332 140736490454480 18446744073709551615 4364541 0 0 4096 17442 0 0 0 -1 3 0 0 0
[pid=26430/tid=26449] ppid=26427 vsize=184612 CPUtime=101.64 cores=1,3,5,7
/proc/26430/task/26449/stat : 26449 (plingeling) R 26427 26430 25640 0 -1 4202560 62983 1254 0 4 10153 11 0 0 25 0 5 0 520861320 189042688 17622 33554432000 4194304 4417332 140736490454480 18446744073709551615 4354414 0 0 4096 17442 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 408.3
Current children cumulated vsize (KiB) 184612

[startup+162.3 s]
/proc/loadavg: 7.80 6.36 6.89 9/186 26457
/proc/meminfo: memFree=30770860/32950928 swapFree=67086580/67111528
[pid=26430] ppid=26427 vsize=198268 CPUtime=647.95 cores=1,3,5,7
/proc/26430/stat : 26430 (plingeling) S 26427 26430 25640 0 -1 4202496 293248 1254 0 4 64745 50 0 0 18 0 5 0 520861310 203026432 21036 33554432000 4194304 4417332 140736490454480 18446744073709551615 239488497637 0 0 4096 17442 18446744073709551615 0 0 17 5 0 0 0
/proc/26430/statm: 49567 21036 181 55 0 47453 0
[pid=26430/tid=26446] ppid=26427 vsize=198268 CPUtime=162.19 cores=1,3,5,7
/proc/26430/task/26446/stat : 26446 (plingeling) R 26427 26430 25640 0 -1 4202560 53448 1254 0 4 16211 8 0 0 25 0 5 0 520861320 203026432 21036 33554432000 4194304 4417332 140736490454480 18446744073709551615 4364642 0 0 4096 17442 0 0 0 -1 5 0 0 0
[pid=26430/tid=26447] ppid=26427 vsize=198268 CPUtime=162.19 cores=1,3,5,7
/proc/26430/task/26447/stat : 26447 (plingeling) R 26427 26430 25640 0 -1 4202560 70158 1254 0 4 16209 10 0 0 25 0 5 0 520861320 203026432 21036 33554432000 4194304 4417332 140736490454480 18446744073709551615 4364549 0 0 4096 17442 0 0 0 -1 1 0 0 0
[pid=26430/tid=26448] ppid=26427 vsize=198268 CPUtime=162.19 cores=1,3,5,7
/proc/26430/task/26448/stat : 26448 (plingeling) R 26427 26430 25640 0 -1 4202560 72294 1254 0 4 16206 13 0 0 25 0 5 0 520861320 203026432 21036 33554432000 4194304 4417332 140736490454480 18446744073709551615 4364796 0 0 4096 17442 0 0 0 -1 3 0 0 0
[pid=26430/tid=26449] ppid=26427 vsize=198268 CPUtime=161.29 cores=1,3,5,7
/proc/26430/task/26449/stat : 26449 (plingeling) R 26427 26430 25640 0 -1 4202560 94624 1254 0 4 16113 16 0 0 25 0 5 0 520861320 203026432 21036 33554432000 4194304 4417332 140736490454480 18446744073709551615 4364541 0 0 4096 17442 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 647.95
Current children cumulated vsize (KiB) 198268


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

[pid=26430/tid=26447] ppid=26427 vsize=257980 CPUtime=702.21 cores=1,3,5,7
/proc/26430/task/26447/stat : 26447 (plingeling) R 26427 26430 25640 0 -1 4202560 269472 1254 0 4 70180 41 0 0 25 0 5 0 520861320 264171520 35964 33554432000 4194304 4417332 140736490454480 18446744073709551615 4364565 0 0 4096 17442 0 0 0 -1 1 0 0 0
[pid=26430/tid=26448] ppid=26427 vsize=257980 CPUtime=702.19 cores=1,3,5,7
/proc/26430/task/26448/stat : 26448 (plingeling) R 26427 26430 25640 0 -1 4202560 261972 1254 0 4 70179 40 0 0 25 0 5 0 520861320 264171520 35964 33554432000 4194304 4417332 140736490454480 18446744073709551615 4364642 0 0 4096 17442 0 0 0 -1 3 0 0 0
[pid=26430/tid=26449] ppid=26427 vsize=257980 CPUtime=698.33 cores=1,3,5,7
/proc/26430/task/26449/stat : 26449 (plingeling) R 26427 26430 25640 0 -1 4202560 306534 1254 0 4 69783 50 0 0 25 0 5 0 520861320 264171520 35964 33554432000 4194304 4417332 140736490454480 18446744073709551615 4364575 0 0 4096 17442 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 2805.02
Current children cumulated vsize (KiB) 257980

[startup+762.306 s]
/proc/loadavg: 8.13 7.93 7.49 9/186 26485
/proc/meminfo: memFree=30642564/32950928 swapFree=67086580/67111528
[pid=26430] ppid=26427 vsize=264068 CPUtime=3044.72 cores=1,3,5,7
/proc/26430/stat : 26430 (plingeling) S 26427 26430 25640 0 -1 4202496 1127737 1254 0 4 304296 176 0 0 18 0 5 0 520861310 270405632 37486 33554432000 4194304 4417332 140736490454480 18446744073709551615 239488497637 0 0 4096 17442 18446744073709551615 0 0 17 5 0 0 0
/proc/26430/statm: 66017 37486 181 55 0 63903 0
[pid=26430/tid=26446] ppid=26427 vsize=264068 CPUtime=762.23 cores=1,3,5,7
/proc/26430/task/26446/stat : 26446 (plingeling) R 26427 26430 25640 0 -1 4202560 227378 1254 0 4 76189 34 0 0 25 0 5 0 520861320 270405632 37486 33554432000 4194304 4417332 140736490454480 18446744073709551615 4364614 0 0 4096 17442 0 0 0 -1 5 0 0 0
[pid=26430/tid=26447] ppid=26427 vsize=264068 CPUtime=762.22 cores=1,3,5,7
/proc/26430/task/26447/stat : 26447 (plingeling) R 26427 26430 25640 0 -1 4202560 286612 1254 0 4 76178 44 0 0 25 0 5 0 520861320 270405632 37486 33554432000 4194304 4417332 140736490454480 18446744073709551615 4364448 0 0 4096 17442 0 0 0 -1 1 0 0 0
[pid=26430/tid=26448] ppid=26427 vsize=264068 CPUtime=762.21 cores=1,3,5,7
/proc/26430/task/26448/stat : 26448 (plingeling) R 26427 26430 25640 0 -1 4202560 281721 1254 0 4 76177 44 0 0 25 0 5 0 520861320 270405632 37486 33554432000 4194304 4417332 140736490454480 18446744073709551615 4364642 0 0 4096 17442 0 0 0 -1 3 0 0 0
[pid=26430/tid=26449] ppid=26427 vsize=264068 CPUtime=758 cores=1,3,5,7
/proc/26430/task/26449/stat : 26449 (plingeling) R 26427 26430 25640 0 -1 4202560 329302 1254 0 4 75748 52 0 0 25 0 5 0 520861320 270405632 37486 33554432000 4194304 4417332 140736490454480 18446744073709551615 4364753 0 0 4096 17442 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 3044.72
Current children cumulated vsize (KiB) 264068

[startup+822.301 s]
/proc/loadavg: 8.12 7.97 7.53 9/186 26487
/proc/meminfo: memFree=30622916/32950928 swapFree=67086580/67111528
[pid=26430] ppid=26427 vsize=266796 CPUtime=3284.37 cores=1,3,5,7
/proc/26430/stat : 26430 (plingeling) S 26427 26430 25640 0 -1 4202496 1221044 1254 0 4 328248 189 0 0 18 0 5 0 520861310 273199104 38168 33554432000 4194304 4417332 140736490454480 18446744073709551615 239488497637 0 0 4096 17442 18446744073709551615 0 0 17 5 0 0 0
/proc/26430/statm: 66699 38168 181 55 0 64585 0
[pid=26430/tid=26446] ppid=26427 vsize=266796 CPUtime=822.22 cores=1,3,5,7
/proc/26430/task/26446/stat : 26446 (plingeling) R 26427 26430 25640 0 -1 4202560 243200 1254 0 4 82186 36 0 0 25 0 5 0 520861320 273199104 38168 33554432000 4194304 4417332 140736490454480 18446744073709551615 4364732 0 0 4096 17442 0 0 0 -1 5 0 0 0
[pid=26430/tid=26447] ppid=26427 vsize=266796 CPUtime=822.22 cores=1,3,5,7
/proc/26430/task/26447/stat : 26447 (plingeling) R 26427 26430 25640 0 -1 4202560 316256 1254 0 4 82173 49 0 0 25 0 5 0 520861320 273199104 38168 33554432000 4194304 4417332 140736490454480 18446744073709551615 4364822 0 0 4096 17442 0 0 0 -1 1 0 0 0
[pid=26430/tid=26448] ppid=26427 vsize=266796 CPUtime=822.2 cores=1,3,5,7
/proc/26430/task/26448/stat : 26448 (plingeling) R 26427 26430 25640 0 -1 4202560 306802 1254 0 4 82173 47 0 0 25 0 5 0 520861320 273199104 38168 33554432000 4194304 4417332 140736490454480 18446744073709551615 4365960 0 0 4096 17442 0 0 0 -1 3 0 0 0
[pid=26430/tid=26449] ppid=26427 vsize=266796 CPUtime=817.67 cores=1,3,5,7
/proc/26430/task/26449/stat : 26449 (plingeling) R 26427 26430 25640 0 -1 4202560 352062 1254 0 4 81711 56 0 0 25 0 5 0 520861320 273199104 38168 33554432000 4194304 4417332 140736490454480 18446744073709551615 4364519 0 0 4096 17442 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 3284.37
Current children cumulated vsize (KiB) 266796

[startup+882.301 s]
/proc/loadavg: 8.08 7.99 7.56 9/186 26488
/proc/meminfo: memFree=30599444/32950928 swapFree=67086580/67111528
[pid=26430] ppid=26427 vsize=280356 CPUtime=3524.04 cores=1,3,5,7
/proc/26430/stat : 26430 (plingeling) S 26427 26430 25640 0 -1 4202496 1305622 1254 0 4 352202 202 0 0 18 0 5 0 520861310 287084544 41536 33554432000 4194304 4417332 140736490454480 18446744073709551615 239488497637 0 0 4096 17442 18446744073709551615 0 0 17 5 0 0 0
/proc/26430/statm: 70089 41536 181 55 0 67975 0
[pid=26430/tid=26446] ppid=26427 vsize=280356 CPUtime=882.22 cores=1,3,5,7
/proc/26430/task/26446/stat : 26446 (plingeling) R 26427 26430 25640 0 -1 4202560 260736 1254 0 4 88184 38 0 0 25 0 5 0 520861320 287084544 41536 33554432000 4194304 4417332 140736490454480 18446744073709551615 4263247 0 0 4096 17442 0 0 0 -1 5 0 0 0
[pid=26430/tid=26447] ppid=26427 vsize=280356 CPUtime=882.21 cores=1,3,5,7
/proc/26430/task/26447/stat : 26447 (plingeling) R 26427 26430 25640 0 -1 4202560 335686 1254 0 4 88169 52 0 0 25 0 5 0 520861320 287084544 41536 33554432000 4194304 4417332 140736490454480 18446744073709551615 4364845 0 0 4096 17442 0 0 0 -1 1 0 0 0
[pid=26430/tid=26448] ppid=26427 vsize=280356 CPUtime=882.19 cores=1,3,5,7
/proc/26430/task/26448/stat : 26448 (plingeling) R 26427 26430 25640 0 -1 4202560 327912 1254 0 4 88169 50 0 0 25 0 5 0 520861320 287084544 41536 33554432000 4194304 4417332 140736490454480 18446744073709551615 4364642 0 0 4096 17442 0 0 0 -1 3 0 0 0
[pid=26430/tid=26449] ppid=26427 vsize=280356 CPUtime=877.33 cores=1,3,5,7
/proc/26430/task/26449/stat : 26449 (plingeling) R 26427 26430 25640 0 -1 4202560 378564 1254 0 4 87674 59 0 0 25 0 5 0 520861320 287084544 41536 33554432000 4194304 4417332 140736490454480 18446744073709551615 4364873 0 0 4096 17442 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 3524.04
Current children cumulated vsize (KiB) 280356

[startup+942.301 s]
/proc/loadavg: 8.10 8.02 7.60 9/186 26490
/proc/meminfo: memFree=30619232/32950928 swapFree=67086580/67111528
[pid=26430] ppid=26427 vsize=269788 CPUtime=3763.73 cores=1,3,5,7
/proc/26430/stat : 26430 (plingeling) S 26427 26430 25640 0 -1 4202496 1366605 1254 0 4 376162 211 0 0 18 0 5 0 520861310 276262912 38910 33554432000 4194304 4417332 140736490454480 18446744073709551615 239488497637 0 0 4096 17442 18446744073709551615 0 0 17 5 0 0 0
/proc/26430/statm: 67447 38910 181 55 0 65333 0
[pid=26430/tid=26446] ppid=26427 vsize=269788 CPUtime=942.22 cores=1,3,5,7
/proc/26430/task/26446/stat : 26446 (plingeling) R 26427 26430 25640 0 -1 4202560 271747 1254 0 4 94182 40 0 0 25 0 5 0 520861320 276262912 38910 33554432000 4194304 4417332 140736490454480 18446744073709551615 4364652 0 0 4096 17442 0 0 0 -1 5 0 0 0
[pid=26430/tid=26447] ppid=26427 vsize=269788 CPUtime=942.23 cores=1,3,5,7
/proc/26430/task/26447/stat : 26447 (plingeling) R 26427 26430 25640 0 -1 4202560 352517 1254 0 4 94168 55 0 0 25 0 5 0 520861320 276262912 38910 33554432000 4194304 4417332 140736490454480 18446744073709551615 4366017 0 0 4096 17442 0 0 0 -1 1 0 0 0
[pid=26430/tid=26448] ppid=26427 vsize=269788 CPUtime=942.2 cores=1,3,5,7
/proc/26430/task/26448/stat : 26448 (plingeling) R 26427 26430 25640 0 -1 4202560 340537 1254 0 4 94168 52 0 0 25 0 5 0 520861320 276262912 38910 33554432000 4194304 4417332 140736490454480 18446744073709551615 4364671 0 0 4096 17442 0 0 0 -1 3 0 0 0
[pid=26430/tid=26449] ppid=26427 vsize=269788 CPUtime=937.01 cores=1,3,5,7
/proc/26430/task/26449/stat : 26449 (plingeling) R 26427 26430 25640 0 -1 4202560 399080 1254 0 4 93639 62 0 0 25 0 5 0 520861320 276262912 38910 33554432000 4194304 4417332 140736490454480 18446744073709551615 4364642 0 0 4096 17442 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 3763.73
Current children cumulated vsize (KiB) 269788

[startup+1002.3 s]
/proc/loadavg: 8.11 8.04 7.63 9/186 26491
/proc/meminfo: memFree=30612376/32950928 swapFree=67086580/67111528
[pid=26430] ppid=26427 vsize=286292 CPUtime=4003.4 cores=1,3,5,7
/proc/26430/stat : 26430 (plingeling) S 26427 26430 25640 0 -1 4202496 1446571 1254 0 4 400118 222 0 0 18 0 5 0 520861310 293163008 43017 33554432000 4194304 4417332 140736490454480 18446744073709551615 239488497637 0 0 4096 17442 18446744073709551615 0 0 17 5 0 0 0
/proc/26430/statm: 71573 43017 181 55 0 69459 0
[pid=26430/tid=26446] ppid=26427 vsize=286292 CPUtime=1002.23 cores=1,3,5,7
/proc/26430/task/26446/stat : 26446 (plingeling) R 26427 26430 25640 0 -1 4202560 288016 1254 0 4 100180 43 0 0 25 0 5 0 520861320 293163008 43017 33554432000 4194304 4417332 140736490454480 18446744073709551615 4364547 0 0 4096 17442 0 0 0 -1 5 0 0 0
[pid=26430/tid=26447] ppid=26427 vsize=286292 CPUtime=1002.23 cores=1,3,5,7
/proc/26430/task/26447/stat : 26447 (plingeling) R 26427 26430 25640 0 -1 4202560 371603 1254 0 4 100165 58 0 0 25 0 5 0 520861320 293163008 43017 33554432000 4194304 4417332 140736490454480 18446744073709551615 4366384 0 0 4096 17442 0 0 0 -1 1 0 0 0
[pid=26430/tid=26448] ppid=26427 vsize=286292 CPUtime=1002.2 cores=1,3,5,7
/proc/26430/task/26448/stat : 26448 (plingeling) R 26427 26430 25640 0 -1 4202560 360824 1254 0 4 100165 55 0 0 25 0 5 0 520861320 293163008 43017 33554432000 4194304 4417332 140736490454480 18446744073709551615 4364549 0 0 4096 17442 0 0 0 -1 3 0 0 0
[pid=26430/tid=26449] ppid=26427 vsize=286292 CPUtime=996.67 cores=1,3,5,7
/proc/26430/task/26449/stat : 26449 (plingeling) R 26427 26430 25640 0 -1 4202560 423404 1254 0 4 99603 64 0 0 25 0 5 0 520861320 293163008 43017 33554432000 4194304 4417332 140736490454480 18446744073709551615 4364556 0 0 4096 17442 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 4003.4
Current children cumulated vsize (KiB) 286292

[startup+1062.3 s]
/proc/loadavg: 8.11 8.06 7.66 9/186 26493
/proc/meminfo: memFree=30594356/32950928 swapFree=67086580/67111528
[pid=26430] ppid=26427 vsize=280824 CPUtime=4243.07 cores=1,3,5,7
/proc/26430/stat : 26430 (plingeling) S 26427 26430 25640 0 -1 4202496 1507670 1254 0 4 424077 230 0 0 18 0 5 0 520861310 287563776 41665 33554432000 4194304 4417332 140736490454480 18446744073709551615 239488497637 0 0 4096 17442 18446744073709551615 0 0 17 5 0 0 0
/proc/26430/statm: 70206 41665 181 55 0 68092 0
[pid=26430/tid=26446] ppid=26427 vsize=280824 CPUtime=1062.23 cores=1,3,5,7
/proc/26430/task/26446/stat : 26446 (plingeling) R 26427 26430 25640 0 -1 4202560 299515 1254 0 4 106178 45 0 0 25 0 5 0 520861320 287563776 41665 33554432000 4194304 4417332 140736490454480 18446744073709551615 4364736 0 0 4096 17442 0 0 0 -1 5 0 0 0
[pid=26430/tid=26447] ppid=26427 vsize=280824 CPUtime=1062.23 cores=1,3,5,7
/proc/26430/task/26447/stat : 26447 (plingeling) R 26427 26430 25640 0 -1 4202560 389717 1254 0 4 106163 60 0 0 25 0 5 0 520861320 287563776 41665 33554432000 4194304 4417332 140736490454480 18446744073709551615 4364642 0 0 4096 17442 0 0 0 -1 1 0 0 0
[pid=26430/tid=26448] ppid=26427 vsize=280824 CPUtime=1062.2 cores=1,3,5,7
/proc/26430/task/26448/stat : 26448 (plingeling) R 26427 26430 25640 0 -1 4202560 373172 1254 0 4 106163 57 0 0 25 0 5 0 520861320 287563776 41665 33554432000 4194304 4417332 140736490454480 18446744073709551615 4364536 0 0 4096 17442 0 0 0 -1 3 0 0 0
[pid=26430/tid=26449] ppid=26427 vsize=280824 CPUtime=1056.34 cores=1,3,5,7
/proc/26430/task/26449/stat : 26449 (plingeling) R 26427 26430 25640 0 -1 4202560 442542 1254 0 4 105567 67 0 0 25 0 5 0 520861320 287563776 41665 33554432000 4194304 4417332 140736490454480 18446744073709551615 4364560 0 0 4096 17442 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 4243.07
Current children cumulated vsize (KiB) 280824

[startup+1122.3 s]
/proc/loadavg: 8.24 8.10 7.70 9/186 26495
/proc/meminfo: memFree=30586876/32950928 swapFree=67086580/67111528
[pid=26430] ppid=26427 vsize=285468 CPUtime=4482.74 cores=1,3,5,7
/proc/26430/stat : 26430 (plingeling) S 26427 26430 25640 0 -1 4202496 1580370 1254 0 4 448033 241 0 0 18 0 5 0 520861310 292319232 42812 33554432000 4194304 4417332 140736490454480 18446744073709551615 239488497637 0 0 4096 17442 18446744073709551615 0 0 17 5 0 0 0
/proc/26430/statm: 71367 42812 181 55 0 69253 0
[pid=26430/tid=26446] ppid=26427 vsize=285468 CPUtime=1122.23 cores=1,3,5,7
/proc/26430/task/26446/stat : 26446 (plingeling) R 26427 26430 25640 0 -1 4202560 314587 1254 0 4 112176 47 0 0 25 0 5 0 520861320 292319232 42812 33554432000 4194304 4417332 140736490454480 18446744073709551615 4364957 0 0 4096 17442 0 0 0 -1 5 0 0 0
[pid=26430/tid=26447] ppid=26427 vsize=285468 CPUtime=1122.22 cores=1,3,5,7
/proc/26430/task/26447/stat : 26447 (plingeling) R 26427 26430 25640 0 -1 4202560 408544 1254 0 4 112160 62 0 0 25 0 5 0 520861320 292319232 42812 33554432000 4194304 4417332 140736490454480 18446744073709551615 4366303 0 0 4096 17442 0 0 0 -1 1 0 0 0
[pid=26430/tid=26448] ppid=26427 vsize=285468 CPUtime=1122.2 cores=1,3,5,7
/proc/26430/task/26448/stat : 26448 (plingeling) R 26427 26430 25640 0 -1 4202560 391644 1254 0 4 112161 59 0 0 25 0 5 0 520861320 292319232 42812 33554432000 4194304 4417332 140736490454480 18446744073709551615 4364642 0 0 4096 17442 0 0 0 -1 3 0 0 0
[pid=26430/tid=26449] ppid=26427 vsize=285468 CPUtime=1116.01 cores=1,3,5,7
/proc/26430/task/26449/stat : 26449 (plingeling) R 26427 26430 25640 0 -1 4202560 462871 1254 0 4 111531 70 0 0 25 0 5 0 520861320 292319232 42812 33554432000 4194304 4417332 140736490454480 18446744073709551615 4251081 0 0 4096 17442 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 4482.74
Current children cumulated vsize (KiB) 285468

[startup+1182.3 s]
/proc/loadavg: 8.24 8.12 7.73 9/186 26496
/proc/meminfo: memFree=30543184/32950928 swapFree=67086580/67111528
[pid=26430] ppid=26427 vsize=325604 CPUtime=4722.42 cores=1,3,5,7
/proc/26430/stat : 26430 (plingeling) S 26427 26430 25640 0 -1 4202496 1663857 1254 0 4 471987 255 0 0 18 0 5 0 520861310 333418496 52855 33554432000 4194304 4417332 140736490454480 18446744073709551615 239488497637 0 0 4096 17442 18446744073709551615 0 0 17 5 0 0 0
/proc/26430/statm: 81401 52855 181 55 0 79287 0
[pid=26430/tid=26446] ppid=26427 vsize=325604 CPUtime=1182.23 cores=1,3,5,7
/proc/26430/task/26446/stat : 26446 (plingeling) R 26427 26430 25640 0 -1 4202560 333002 1254 0 4 118173 50 0 0 25 0 5 0 520861320 333418496 52855 33554432000 4194304 4417332 140736490454480 18446744073709551615 4364642 0 0 4096 17442 0 0 0 -1 5 0 0 0
[pid=26430/tid=26447] ppid=26427 vsize=325604 CPUtime=1182.23 cores=1,3,5,7
/proc/26430/task/26447/stat : 26447 (plingeling) R 26427 26430 25640 0 -1 4202560 429456 1254 0 4 118157 66 0 0 25 0 5 0 520861320 333418496 52855 33554432000 4194304 4417332 140736490454480 18446744073709551615 4364531 0 0 4096 17442 0 0 0 -1 1 0 0 0
[pid=26430/tid=26448] ppid=26427 vsize=325604 CPUtime=1182.2 cores=1,3,5,7
/proc/26430/task/26448/stat : 26448 (plingeling) R 26427 26430 25640 0 -1 4202560 412680 1254 0 4 118157 63 0 0 25 0 5 0 520861320 333418496 52855 33554432000 4194304 4417332 140736490454480 18446744073709551615 4364631 0 0 4096 17442 0 0 0 -1 3 0 0 0
[pid=26430/tid=26449] ppid=26427 vsize=325604 CPUtime=1175.69 cores=1,3,5,7
/proc/26430/task/26449/stat : 26449 (plingeling) R 26427 26430 25640 0 -1 4202560 485995 1254 0 4 117495 74 0 0 25 0 5 0 520861320 333418496 52855 33554432000 4194304 4417332 140736490454480 18446744073709551615 4364512 0 0 4096 17442 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 4722.42
Current children cumulated vsize (KiB) 325604



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1201.8 s]
/proc/loadavg: 8.16 8.11 7.73 9/186 26497
/proc/meminfo: memFree=30590656/32950928 swapFree=67086580/67111528
[pid=26430] ppid=26427 vsize=289080 CPUtime=4800.33 cores=1,3,5,7
/proc/26430/stat : 26430 (plingeling) S 26427 26430 25640 0 -1 4202496 1698527 1254 0 4 479772 261 0 0 18 0 5 0 520861310 296017920 43724 33554432000 4194304 4417332 140736490454480 18446744073709551615 239488497637 0 0 4096 17442 18446744073709551615 0 0 17 5 0 0 0
/proc/26430/statm: 72270 43724 181 55 0 70156 0
[pid=26430/tid=26446] ppid=26427 vsize=289080 CPUtime=1201.74 cores=1,3,5,7
/proc/26430/task/26446/stat : 26446 (plingeling) R 26427 26430 25640 0 -1 4202560 346453 1254 0 4 120122 52 0 0 25 0 5 0 520861320 296017920 43724 33554432000 4194304 4417332 140736490454480 18446744073709551615 4364509 0 0 4096 17442 0 0 0 -1 5 0 0 0
[pid=26430/tid=26447] ppid=26427 vsize=289080 CPUtime=1201.73 cores=1,3,5,7
/proc/26430/task/26447/stat : 26447 (plingeling) R 26427 26430 25640 0 -1 4202560 433687 1254 0 4 120106 67 0 0 25 0 5 0 520861320 296017920 43724 33554432000 4194304 4417332 140736490454480 18446744073709551615 4365977 0 0 4096 17442 0 0 0 -1 1 0 0 0
[pid=26430/tid=26448] ppid=26427 vsize=289080 CPUtime=1201.71 cores=1,3,5,7
/proc/26430/task/26448/stat : 26448 (plingeling) R 26427 26430 25640 0 -1 4202560 422191 1254 0 4 120107 64 0 0 25 0 5 0 520861320 296017920 43724 33554432000 4194304 4417332 140736490454480 18446744073709551615 4364750 0 0 4096 17442 0 0 0 -1 3 0 0 0
[pid=26430/tid=26449] ppid=26427 vsize=289080 CPUtime=1195.07 cores=1,3,5,7
/proc/26430/task/26449/stat : 26449 (plingeling) R 26427 26430 25640 0 -1 4202560 493472 1254 0 4 119432 75 0 0 25 0 5 0 520861320 296017920 43724 33554432000 4194304 4417332 140736490454480 18446744073709551615 4366734 0 0 4096 17442 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 4800.33
Current children cumulated vsize (KiB) 289080

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): 1201.82
CPU time (s): 4800.37
CPU user time (s): 4797.75
CPU system time (s): 2.6216
CPU usage (%): 399.425
Max. virtual memory (cumulated for all children) (KiB): 343232

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 4797.75
system time used= 2.6216
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 1699781
page faults= 4
swaps= 0
block input operations= 0
block output operations= 0
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 228
involuntary context switches= 37976

runsolver used 1.84272 second user time and 4.71128 second system time

The end

Launcher Data

Begin job on node148 at 2011-04-29 17:57:22
IDJOB=3261990
IDBENCH=83268
IDSOLVER=1605
FILE ID=node148/3261990-1304092642
RUNJOBID= node148-1304092642-26415
PBS_JOBID= 13170546
Free space on /tmp= 71432 MiB

SOLVER NAME= Plingeling 587
BENCH NAME= SAT11/crafted/kullmann/VanDerWaerden/VanderWaerden_pd_3k/VanDerWaerden_pd_2-3-22_464.cnf
COMMAND LINE= plingeling -t NBCORE BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3261990-1304092642/watcher-3261990-1304092642 -o /tmp/evaluation-result-3261990-1304092642/solver-3261990-1304092642 -C 4800 -W 1300 -M 15500  plingeling -t 4 HOME/instance-3261990-1304092642.cnf

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

MD5SUM BENCH= a722a199fd84ba0b319251daa47aa19c
RANDOM SEED=1859004005

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

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

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

processor	: 7
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.854
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:     32950928 kB
MemFree:      30936224 kB
Buffers:        688700 kB
Cached:         920380 kB
SwapCached:       3724 kB
Active:         104392 kB
Inactive:      1546732 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32950928 kB
LowFree:      30936224 kB
SwapTotal:    67111528 kB
SwapFree:     67086580 kB
Dirty:            1180 kB
Writeback:           0 kB
AnonPages:       40192 kB
Mapped:          13480 kB
Slab:           300140 kB
PageTables:       4368 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83586992 kB
Committed_AS:   185072 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= 71432 MiB
End job on node148 at 2011-04-29 18:17:26