Trace number 3370927

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.48 1203.93

General information on the benchmark

Namecrafted/kullmann/VanDerWaerden/
VanderWaerden3k/VanDerWaerden_2-3-20_388.cnf
MD5SUMa08160883ea01d58c880b6f2b323ef8b
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 variables388
Number of clauses41212
Sum of the clauses size187726
Maximum clause length20
Minimum clause length3
Number of clauses of size 10
Number of clauses of size 20
Number of clauses of size 337442
Number of clauses of size 40
Number of clauses of size 50
Number of clauses of size over 53770

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-3370927-1305428668/watcher-3370927-1305428668 -o /tmp/evaluation-result-3370927-1305428668/solver-3370927-1305428668 -C 4800 -W 1300 -M 15500 plingeling -t 4 HOME/instance-3370927-1305428668.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: 0.92 1.35 1.71 3/363 16127
/proc/meminfo: memFree=30210244/32951124 swapFree=51873460/67111528
[pid=16127] ppid=16123 vsize=8728 CPUtime=0 cores=1,3,5,7
/proc/16127/stat : 16127 (plingeling) S 16123 16127 8955 0 -1 4202496 215 0 0 0 0 0 0 0 19 0 1 0 635283090 8937472 146 33554432000 4194304 4417452 140736929590304 18446744073709551615 212039655168 0 0 4096 0 18446744071562362840 0 0 17 1 0 0 0
/proc/16127/statm: 2182 146 122 55 0 68 0

[startup+0.109085 s]
/proc/loadavg: 0.92 1.35 1.71 3/363 16127
/proc/meminfo: memFree=30210244/32951124 swapFree=51873460/67111528
[pid=16127] ppid=16123 vsize=61712 CPUtime=0.07 cores=1,3,5,7
/proc/16127/stat : 16127 (plingeling) S 16123 16127 8955 0 -1 4202496 3509 1250 0 2 7 0 0 0 19 0 5 0 635283090 63193088 3236 33554432000 4194304 4417452 140736929590304 18446744073709551615 212051458021 0 0 4096 17442 18446744073709551615 0 0 17 5 0 0 0
/proc/16127/statm: 15428 3236 171 55 0 13314 0
Current children cumulated CPU time (s) 0.07
Current children cumulated vsize (KiB) 61712

[startup+0.20107 s]
/proc/loadavg: 0.92 1.35 1.71 3/363 16127
/proc/meminfo: memFree=30210244/32951124 swapFree=51873460/67111528
[pid=16127] ppid=16123 vsize=63612 CPUtime=0.34 cores=1,3,5,7
/proc/16127/stat : 16127 (plingeling) S 16123 16127 8955 0 -1 4202496 4117 1250 0 2 34 0 0 0 19 0 5 0 635283090 65138688 3713 33554432000 4194304 4417452 140736929590304 18446744073709551615 212051458021 0 0 4096 17442 18446744073709551615 0 0 17 5 0 0 0
/proc/16127/statm: 15903 3713 174 55 0 13789 0
Current children cumulated CPU time (s) 0.34
Current children cumulated vsize (KiB) 63612

[startup+0.301052 s]
/proc/loadavg: 0.92 1.35 1.71 3/363 16127
/proc/meminfo: memFree=30210244/32951124 swapFree=51873460/67111528
[pid=16127] ppid=16123 vsize=62816 CPUtime=0.65 cores=1,3,5,7
/proc/16127/stat : 16127 (plingeling) S 16123 16127 8955 0 -1 4202496 4744 1250 0 2 65 0 0 0 19 0 5 0 635283090 64323584 3362 33554432000 4194304 4417452 140736929590304 18446744073709551615 212051458021 0 0 4096 17442 18446744073709551615 0 0 17 5 0 0 0
/proc/16127/statm: 15704 3362 178 55 0 13590 0
Current children cumulated CPU time (s) 0.65
Current children cumulated vsize (KiB) 62816

[startup+0.700977 s]
/proc/loadavg: 0.92 1.35 1.71 3/363 16127
/proc/meminfo: memFree=30210244/32951124 swapFree=51873460/67111528
[pid=16127] ppid=16123 vsize=63056 CPUtime=2.25 cores=1,3,5,7
/proc/16127/stat : 16127 (plingeling) S 16123 16127 8955 0 -1 4202496 4924 1250 0 2 225 0 0 0 19 0 5 0 635283090 64569344 3422 33554432000 4194304 4417452 140736929590304 18446744073709551615 212051458021 0 0 4096 17442 18446744073709551615 0 0 17 5 0 0 0
/proc/16127/statm: 15764 3422 178 55 0 13650 0
Current children cumulated CPU time (s) 2.25
Current children cumulated vsize (KiB) 63056

[startup+1.50084 s]
/proc/loadavg: 0.92 1.35 1.71 10/373 16147
/proc/meminfo: memFree=30185000/32951124 swapFree=51873460/67111528
[pid=16127] ppid=16123 vsize=65796 CPUtime=5.44 cores=1,3,5,7
/proc/16127/stat : 16127 (plingeling) S 16123 16127 8955 0 -1 4202496 5986 1250 0 2 544 0 0 0 19 0 5 0 635283090 67375104 4234 33554432000 4194304 4417452 140736929590304 18446744073709551615 212051458021 0 0 4096 17442 18446744073709551615 0 0 17 5 0 0 0
/proc/16127/statm: 16449 4234 178 55 0 14335 0
[pid=16127/tid=16144] ppid=16123 vsize=65796 CPUtime=1.33 cores=1,3,5,7
/proc/16127/task/16144/stat : 16144 (plingeling) R 16123 16127 8955 0 -1 4202560 856 1250 0 2 133 0 0 0 25 0 5 0 635283099 67375104 4234 33554432000 4194304 4417452 140736929590304 18446744073709551615 4366472 0 0 4096 17442 0 0 0 -1 3 0 0 0
[pid=16127/tid=16145] ppid=16123 vsize=65796 CPUtime=1.37 cores=1,3,5,7
/proc/16127/task/16145/stat : 16145 (plingeling) R 16123 16127 8955 0 -1 4202560 523 1250 0 2 137 0 0 0 25 0 5 0 635283099 67375104 4234 33554432000 4194304 4417452 140736929590304 18446744073709551615 4237273 0 0 4096 17442 0 0 0 -1 1 0 0 0
[pid=16127/tid=16146] ppid=16123 vsize=65796 CPUtime=1.28 cores=1,3,5,7
/proc/16127/task/16146/stat : 16146 (plingeling) R 16123 16127 8955 0 -1 4202560 470 1250 0 2 128 0 0 0 25 0 5 0 635283099 67375104 4234 33554432000 4194304 4417452 140736929590304 18446744073709551615 4365572 0 0 4096 17442 0 0 0 -1 5 0 0 0
[pid=16127/tid=16147] ppid=16123 vsize=65796 CPUtime=1.39 cores=1,3,5,7
/proc/16127/task/16147/stat : 16147 (plingeling) R 16123 16127 8955 0 -1 4202560 1127 1250 0 2 139 0 0 0 25 0 5 0 635283099 67375104 4234 33554432000 4194304 4417452 140736929590304 18446744073709551615 4356796 0 0 4096 17442 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 5.44
Current children cumulated vsize (KiB) 65796

[startup+3.10055 s]
/proc/loadavg: 0.92 1.35 1.71 10/373 16147
/proc/meminfo: memFree=30176196/32951124 swapFree=51873460/67111528
[pid=16127] ppid=16123 vsize=71348 CPUtime=11.83 cores=1,3,5,7
/proc/16127/stat : 16127 (plingeling) S 16123 16127 8955 0 -1 4202496 7873 1250 0 2 1182 1 0 0 19 0 5 0 635283090 73060352 5622 33554432000 4194304 4417452 140736929590304 18446744073709551615 212051458021 0 0 4096 17442 18446744073709551615 0 0 17 5 0 0 0
/proc/16127/statm: 17837 5622 178 55 0 15723 0
[pid=16127/tid=16144] ppid=16123 vsize=71348 CPUtime=2.93 cores=1,3,5,7
/proc/16127/task/16144/stat : 16144 (plingeling) R 16123 16127 8955 0 -1 4202560 1287 1250 0 2 293 0 0 0 25 0 5 0 635283099 73060352 5622 33554432000 4194304 4417452 140736929590304 18446744073709551615 4364727 0 0 4096 17442 0 0 0 -1 3 0 0 0
[pid=16127/tid=16145] ppid=16123 vsize=71348 CPUtime=2.97 cores=1,3,5,7
/proc/16127/task/16145/stat : 16145 (plingeling) R 16123 16127 8955 0 -1 4202560 835 1250 0 2 297 0 0 0 25 0 5 0 635283099 73060352 5622 33554432000 4194304 4417452 140736929590304 18446744073709551615 4364542 0 0 4096 17442 0 0 0 -1 1 0 0 0
[pid=16127/tid=16146] ppid=16123 vsize=71348 CPUtime=2.88 cores=1,3,5,7
/proc/16127/task/16146/stat : 16146 (plingeling) R 16123 16127 8955 0 -1 4202560 737 1250 0 2 288 0 0 0 25 0 5 0 635283099 73060352 5622 33554432000 4194304 4417452 140736929590304 18446744073709551615 4364727 0 0 4096 17442 0 0 0 -1 5 0 0 0
[pid=16127/tid=16147] ppid=16123 vsize=71348 CPUtime=2.97 cores=1,3,5,7
/proc/16127/task/16147/stat : 16147 (plingeling) R 16123 16127 8955 0 -1 4202560 2004 1250 0 2 297 0 0 0 25 0 5 0 635283099 73060352 5622 33554432000 4194304 4417452 140736929590304 18446744073709551615 212039352398 0 0 4096 17442 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 11.83
Current children cumulated vsize (KiB) 71348

[startup+6.30098 s]
/proc/loadavg: 1.49 1.46 1.74 10/373 16147
/proc/meminfo: memFree=30155900/32951124 swapFree=51873460/67111528
[pid=16127] ppid=16123 vsize=86176 CPUtime=24.58 cores=1,3,5,7
/proc/16127/stat : 16127 (plingeling) S 16123 16127 8955 0 -1 4202496 12657 1250 0 2 2457 1 0 0 19 0 5 0 635283090 88244224 9349 33554432000 4194304 4417452 140736929590304 18446744073709551615 212051458021 0 0 4096 17442 18446744073709551615 0 0 17 5 0 0 0
/proc/16127/statm: 21544 9349 178 55 0 19430 0
[pid=16127/tid=16144] ppid=16123 vsize=86176 CPUtime=6.13 cores=1,3,5,7
/proc/16127/task/16144/stat : 16144 (plingeling) R 16123 16127 8955 0 -1 4202560 2258 1250 0 2 613 0 0 0 25 0 5 0 635283099 88244224 9349 33554432000 4194304 4417452 140736929590304 18446744073709551615 4278271 0 0 4096 17442 0 0 0 -1 3 0 0 0
[pid=16127/tid=16145] ppid=16123 vsize=86176 CPUtime=6.17 cores=1,3,5,7
/proc/16127/task/16145/stat : 16145 (plingeling) R 16123 16127 8955 0 -1 4202560 1606 1250 0 2 617 0 0 0 25 0 5 0 635283099 88244224 9349 33554432000 4194304 4417452 140736929590304 18446744073709551615 4365946 0 0 4096 17442 0 0 0 -1 1 0 0 0
[pid=16127/tid=16146] ppid=16123 vsize=86176 CPUtime=6.08 cores=1,3,5,7
/proc/16127/task/16146/stat : 16146 (plingeling) R 16123 16127 8955 0 -1 4202560 1498 1250 0 2 608 0 0 0 25 0 5 0 635283099 88244224 9349 33554432000 4194304 4417452 140736929590304 18446744073709551615 4364835 0 0 4096 17442 0 0 0 -1 5 0 0 0
[pid=16127/tid=16147] ppid=16123 vsize=86176 CPUtime=6.13 cores=1,3,5,7
/proc/16127/task/16147/stat : 16147 (plingeling) R 16123 16127 8955 0 -1 4202560 4285 1250 0 2 613 0 0 0 25 0 5 0 635283099 88244224 9349 33554432000 4194304 4417452 140736929590304 18446744073709551615 4250502 0 0 4096 17442 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 24.58
Current children cumulated vsize (KiB) 86176

[startup+12.7008 s]
/proc/loadavg: 2.01 1.57 1.78 10/373 16147
/proc/meminfo: memFree=30135092/32951124 swapFree=51873460/67111528
[pid=16127] ppid=16123 vsize=101580 CPUtime=50.11 cores=1,3,5,7
/proc/16127/stat : 16127 (plingeling) S 16123 16127 8955 0 -1 4202496 20058 1250 0 2 5009 2 0 0 19 0 5 0 635283090 104017920 13180 33554432000 4194304 4417452 140736929590304 18446744073709551615 212051458021 0 0 4096 17442 18446744073709551615 0 0 17 5 0 0 0
/proc/16127/statm: 25395 13180 178 55 0 23281 0
[pid=16127/tid=16144] ppid=16123 vsize=101580 CPUtime=12.53 cores=1,3,5,7
/proc/16127/task/16144/stat : 16144 (plingeling) R 16123 16127 8955 0 -1 4202560 3110 1250 0 2 1253 0 0 0 25 0 5 0 635283099 104017920 13180 33554432000 4194304 4417452 140736929590304 18446744073709551615 4366402 0 0 4096 17442 0 0 0 -1 3 0 0 0
[pid=16127/tid=16145] ppid=16123 vsize=101580 CPUtime=12.57 cores=1,3,5,7
/proc/16127/task/16145/stat : 16145 (plingeling) R 16123 16127 8955 0 -1 4202560 3139 1250 0 2 1257 0 0 0 25 0 5 0 635283099 104017920 13180 33554432000 4194304 4417452 140736929590304 18446744073709551615 4354762 0 0 4096 17442 0 0 0 -1 1 0 0 0
[pid=16127/tid=16146] ppid=16123 vsize=101580 CPUtime=12.48 cores=1,3,5,7
/proc/16127/task/16146/stat : 16146 (plingeling) R 16123 16127 8955 0 -1 4202560 2848 1250 0 2 1248 0 0 0 25 0 5 0 635283099 104017920 13180 33554432000 4194304 4417452 140736929590304 18446744073709551615 4366079 0 0 4096 17442 0 0 0 -1 5 0 0 0
[pid=16127/tid=16147] ppid=16123 vsize=101580 CPUtime=12.45 cores=1,3,5,7
/proc/16127/task/16147/stat : 16147 (plingeling) R 16123 16127 8955 0 -1 4202560 7951 1250 0 2 1244 1 0 0 25 0 5 0 635283099 104017920 13180 33554432000 4194304 4417452 140736929590304 18446744073709551615 4364791 0 0 4096 17442 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 50.11
Current children cumulated vsize (KiB) 101580

[startup+25.5005 s]
/proc/loadavg: 3.34 1.88 1.88 10/373 16148
/proc/meminfo: memFree=30117308/32951124 swapFree=51873460/67111528
[pid=16127] ppid=16123 vsize=171800 CPUtime=101.15 cores=1,3,5,7
/proc/16127/stat : 16127 (plingeling) S 16123 16127 8955 0 -1 4202496 34522 1250 0 2 10110 5 0 0 19 0 5 0 635283090 175923200 14369 33554432000 4194304 4417452 140736929590304 18446744073709551615 212051458021 0 0 4096 17442 18446744073709551615 0 0 17 5 0 0 0
/proc/16127/statm: 42950 14369 178 55 0 40836 0
[pid=16127/tid=16144] ppid=16123 vsize=171800 CPUtime=25.33 cores=1,3,5,7
/proc/16127/task/16144/stat : 16144 (plingeling) R 16123 16127 8955 0 -1 4202560 3465 1250 0 2 2533 0 0 0 25 0 5 0 635283099 175923200 14369 33554432000 4194304 4417452 140736929590304 18446744073709551615 4364972 0 0 4096 17442 0 0 0 -1 3 0 0 0
[pid=16127/tid=16145] ppid=16123 vsize=171800 CPUtime=25.37 cores=1,3,5,7
/proc/16127/task/16145/stat : 16145 (plingeling) R 16123 16127 8955 0 -1 4202560 6001 1250 0 2 2536 1 0 0 25 0 5 0 635283099 175923200 14369 33554432000 4194304 4417452 140736929590304 18446744073709551615 4364727 0 0 4096 17442 0 0 0 -1 1 0 0 0
[pid=16127/tid=16146] ppid=16123 vsize=171800 CPUtime=25.27 cores=1,3,5,7
/proc/16127/task/16146/stat : 16146 (plingeling) R 16123 16127 8955 0 -1 4202560 5528 1250 0 2 2527 0 0 0 25 0 5 0 635283099 175923200 14369 33554432000 4194304 4417452 140736929590304 18446744073709551615 4364907 0 0 4096 17442 0 0 0 -1 5 0 0 0
[pid=16127/tid=16147] ppid=16123 vsize=171800 CPUtime=25.1 cores=1,3,5,7
/proc/16127/task/16147/stat : 16147 (plingeling) R 16123 16127 8955 0 -1 4202560 16518 1250 0 2 2508 2 0 0 25 0 5 0 635283099 175923200 14369 33554432000 4194304 4417452 140736929590304 18446744073709551615 4364727 0 0 4096 17442 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 101.15
Current children cumulated vsize (KiB) 171800

[startup+51.101 s]
/proc/loadavg: 5.08 2.40 2.05 10/373 16148
/proc/meminfo: memFree=30087008/32951124 swapFree=51873460/67111528
[pid=16127] ppid=16123 vsize=185616 CPUtime=203.25 cores=1,3,5,7
/proc/16127/stat : 16127 (plingeling) S 16123 16127 8955 0 -1 4202496 73869 1250 0 2 20314 11 0 0 19 0 5 0 635283090 190070784 17823 33554432000 4194304 4417452 140736929590304 18446744073709551615 212051458021 0 0 4096 17442 18446744073709551615 0 0 17 5 0 0 0
/proc/16127/statm: 46404 17823 178 55 0 44290 0
[pid=16127/tid=16144] ppid=16123 vsize=185616 CPUtime=50.93 cores=1,3,5,7
/proc/16127/task/16144/stat : 16144 (plingeling) R 16123 16127 8955 0 -1 4202560 7961 1250 0 2 5092 1 0 0 25 0 5 0 635283099 190070784 17823 33554432000 4194304 4417452 140736929590304 18446744073709551615 4364626 0 0 4096 17442 0 0 0 -1 3 0 0 0
[pid=16127/tid=16145] ppid=16123 vsize=185616 CPUtime=50.97 cores=1,3,5,7
/proc/16127/task/16145/stat : 16145 (plingeling) R 16123 16127 8955 0 -1 4202560 13001 1250 0 2 5096 1 0 0 25 0 5 0 635283099 190070784 17823 33554432000 4194304 4417452 140736929590304 18446744073709551615 4364533 0 0 4096 17442 0 0 0 -1 1 0 0 0
[pid=16127/tid=16146] ppid=16123 vsize=185616 CPUtime=50.88 cores=1,3,5,7
/proc/16127/task/16146/stat : 16146 (plingeling) R 16123 16127 8955 0 -1 4202560 14514 1250 0 2 5086 2 0 0 25 0 5 0 635283099 190070784 17823 33554432000 4194304 4417452 140736929590304 18446744073709551615 4259609 0 0 4096 17442 0 0 0 -1 5 0 0 0
[pid=16127/tid=16147] ppid=16123 vsize=185616 CPUtime=50.39 cores=1,3,5,7
/proc/16127/task/16147/stat : 16147 (plingeling) R 16123 16127 8955 0 -1 4202560 35383 1250 0 2 5034 5 0 0 25 0 5 0 635283099 190070784 17823 33554432000 4194304 4417452 140736929590304 18446744073709551615 4364765 0 0 4096 17442 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 203.25
Current children cumulated vsize (KiB) 185616

[startup+102.301 s]
/proc/loadavg: 7.05 3.33 2.38 10/373 16150
/proc/meminfo: memFree=30054616/32951124 swapFree=51873460/67111528
[pid=16127] ppid=16123 vsize=212972 CPUtime=407.47 cores=1,3,5,7
/proc/16127/stat : 16127 (plingeling) S 16123 16127 8955 0 -1 4202496 175390 1250 0 2 40718 29 0 0 19 0 5 0 635283090 218083328 24662 33554432000 4194304 4417452 140736929590304 18446744073709551615 212051458021 0 0 4096 17442 18446744073709551615 0 0 17 5 0 0 0
/proc/16127/statm: 53243 24662 178 55 0 51129 0
[pid=16127/tid=16144] ppid=16123 vsize=212972 CPUtime=102.14 cores=1,3,5,7
/proc/16127/task/16144/stat : 16144 (plingeling) R 16123 16127 8955 0 -1 4202560 28354 1250 0 2 10209 5 0 0 25 0 5 0 635283099 218083328 24662 33554432000 4194304 4417452 140736929590304 18446744073709551615 4364907 0 0 4096 17442 0 0 0 -1 3 0 0 0
[pid=16127/tid=16145] ppid=16123 vsize=212972 CPUtime=102.19 cores=1,3,5,7
/proc/16127/task/16145/stat : 16145 (plingeling) R 16123 16127 8955 0 -1 4202560 36399 1250 0 2 10213 6 0 0 25 0 5 0 635283099 218083328 24662 33554432000 4194304 4417452 140736929590304 18446744073709551615 4364564 0 0 4096 17442 0 0 0 -1 1 0 0 0
[pid=16127/tid=16146] ppid=16123 vsize=212972 CPUtime=102.09 cores=1,3,5,7
/proc/16127/task/16146/stat : 16146 (plingeling) R 16123 16127 8955 0 -1 4202560 45034 1250 0 2 10202 7 0 0 25 0 5 0 635283099 218083328 24662 33554432000 4194304 4417452 140736929590304 18446744073709551615 4364835 0 0 4096 17442 0 0 0 -1 5 0 0 0
[pid=16127/tid=16147] ppid=16123 vsize=212972 CPUtime=100.98 cores=1,3,5,7
/proc/16127/task/16147/stat : 16147 (plingeling) R 16123 16127 8955 0 -1 4202560 62593 1250 0 2 10089 9 0 0 25 0 5 0 635283099 218083328 24662 33554432000 4194304 4417452 140736929590304 18446744073709551615 4364907 0 0 4096 17442 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 407.47
Current children cumulated vsize (KiB) 212972

[startup+162.301 s]
/proc/loadavg: 7.65 4.18 2.73 10/373 16151
/proc/meminfo: memFree=30021220/32951124 swapFree=51873460/67111528
[pid=16127] ppid=16123 vsize=222868 CPUtime=646.71 cores=1,3,5,7
/proc/16127/stat : 16127 (plingeling) S 16123 16127 8955 0 -1 4202496 312745 1250 0 2 64620 51 0 0 19 0 5 0 635283090 228216832 27136 33554432000 4194304 4417452 140736929590304 18446744073709551615 212051458021 0 0 4096 17442 18446744073709551615 0 0 17 5 0 0 0
/proc/16127/statm: 55717 27136 178 55 0 53603 0
[pid=16127/tid=16144] ppid=16123 vsize=222868 CPUtime=162.13 cores=1,3,5,7
/proc/16127/task/16144/stat : 16144 (plingeling) R 16123 16127 8955 0 -1 4202560 64478 1250 0 2 16203 10 0 0 25 0 5 0 635283099 228216832 27136 33554432000 4194304 4417452 140736929590304 18446744073709551615 4364634 0 0 4096 17442 0 0 0 -1 3 0 0 0
[pid=16127/tid=16145] ppid=16123 vsize=222868 CPUtime=162.18 cores=1,3,5,7
/proc/16127/task/16145/stat : 16145 (plingeling) R 16123 16127 8955 0 -1 4202560 67247 1250 0 2 16207 11 0 0 25 0 5 0 635283099 228216832 27136 33554432000 4194304 4417452 140736929590304 18446744073709551615 4364727 0 0 4096 17442 0 0 0 -1 1 0 0 0
[pid=16127/tid=16146] ppid=16123 vsize=222868 CPUtime=162.08 cores=1,3,5,7
/proc/16127/task/16146/stat : 16146 (plingeling) R 16123 16127 8955 0 -1 4202560 75783 1250 0 2 16195 13 0 0 25 0 5 0 635283099 228216832 27136 33554432000 4194304 4417452 140736929590304 18446744073709551615 4366472 0 0 4096 17442 0 0 0 -1 5 0 0 0
[pid=16127/tid=16147] ppid=16123 vsize=222868 CPUtime=160.25 cores=1,3,5,7
/proc/16127/task/16147/stat : 16147 (plingeling) R 16123 16127 8955 0 -1 4202560 102227 1250 0 2 16009 16 0 0 25 0 5 0 635283099 228216832 27136 33554432000 4194304 4417452 140736929590304 18446744073709551615 4354413 0 0 4096 17442 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 646.71
Current children cumulated vsize (KiB) 222868


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

[pid=16127/tid=16145] ppid=16123 vsize=295844 CPUtime=702.18 cores=1,3,5,7
/proc/16127/task/16145/stat : 16145 (plingeling) R 16123 16127 8955 0 -1 4202560 337338 1250 0 2 70163 55 0 0 25 0 5 0 635283099 302944256 45379 33554432000 4194304 4417452 140736929590304 18446744073709551615 4364634 0 0 4096 17442 0 0 0 -1 1 0 0 0
[pid=16127/tid=16146] ppid=16123 vsize=295844 CPUtime=702.09 cores=1,3,5,7
/proc/16127/task/16146/stat : 16146 (plingeling) R 16123 16127 8955 0 -1 4202560 342555 1250 0 2 70153 56 0 0 25 0 5 0 635283099 302944256 45379 33554432000 4194304 4417452 140736929590304 18446744073709551615 4366486 0 0 4096 17442 0 0 0 -1 5 0 0 0
[pid=16127/tid=16147] ppid=16123 vsize=295844 CPUtime=693.63 cores=1,3,5,7
/proc/16127/task/16147/stat : 16147 (plingeling) R 16123 16127 8955 0 -1 4202560 394398 1250 0 2 69298 65 0 0 25 0 5 0 635283099 302944256 45379 33554432000 4194304 4417452 140736929590304 18446744073709551615 4364727 0 0 4096 17442 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 2800.15
Current children cumulated vsize (KiB) 295844

[startup+762.301 s]
/proc/loadavg: 8.14 7.59 5.27 10/373 16167
/proc/meminfo: memFree=29919252/32951124 swapFree=51873460/67111528
[pid=16127] ppid=16123 vsize=286004 CPUtime=3039.45 cores=1,3,5,7
/proc/16127/stat : 16127 (plingeling) S 16123 16127 8955 0 -1 4202496 1569358 1250 0 2 303690 255 0 0 19 0 5 0 635283090 292868096 42920 33554432000 4194304 4417452 140736929590304 18446744073709551615 212051458021 0 0 4096 17442 18446744073709551615 0 0 17 5 0 0 0
/proc/16127/statm: 71501 42920 178 55 0 69387 0
[pid=16127/tid=16144] ppid=16123 vsize=286004 CPUtime=762.16 cores=1,3,5,7
/proc/16127/task/16144/stat : 16144 (plingeling) R 16123 16127 8955 0 -1 4202560 403914 1250 0 2 76154 62 0 0 25 0 5 0 635283099 292868096 42920 33554432000 4194304 4417452 140736929590304 18446744073709551615 4364727 0 0 4096 17442 0 0 0 -1 3 0 0 0
[pid=16127/tid=16145] ppid=16123 vsize=286004 CPUtime=762.2 cores=1,3,5,7
/proc/16127/task/16145/stat : 16145 (plingeling) R 16123 16127 8955 0 -1 4202560 368684 1250 0 2 76160 60 0 0 25 0 5 0 635283099 292868096 42920 33554432000 4194304 4417452 140736929590304 18446744073709551615 4259603 0 0 4096 17442 0 0 0 -1 1 0 0 0
[pid=16127/tid=16146] ppid=16123 vsize=286004 CPUtime=762.11 cores=1,3,5,7
/proc/16127/task/16146/stat : 16146 (plingeling) R 16123 16127 8955 0 -1 4202560 370703 1250 0 2 76149 62 0 0 25 0 5 0 635283099 292868096 42920 33554432000 4194304 4417452 140736929590304 18446744073709551615 4364817 0 0 4096 17442 0 0 0 -1 5 0 0 0
[pid=16127/tid=16147] ppid=16123 vsize=286004 CPUtime=752.9 cores=1,3,5,7
/proc/16127/task/16147/stat : 16147 (plingeling) R 16123 16127 8955 0 -1 4202560 423047 1250 0 2 75221 69 0 0 25 0 5 0 635283099 292868096 42920 33554432000 4194304 4417452 140736929590304 18446744073709551615 4364550 0 0 4096 17442 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 3039.45
Current children cumulated vsize (KiB) 286004

[startup+822.301 s]
/proc/loadavg: 8.05 7.66 5.44 10/373 16169
/proc/meminfo: memFree=29900620/32951124 swapFree=51873460/67111528
[pid=16127] ppid=16123 vsize=295472 CPUtime=3278.69 cores=1,3,5,7
/proc/16127/stat : 16127 (plingeling) S 16123 16127 8955 0 -1 4202496 1679780 1250 0 2 327597 272 0 0 19 0 5 0 635283090 302563328 45286 33554432000 4194304 4417452 140736929590304 18446744073709551615 212051458021 0 0 4096 17442 18446744073709551615 0 0 17 5 0 0 0
/proc/16127/statm: 73868 45286 178 55 0 71754 0
[pid=16127/tid=16144] ppid=16123 vsize=295472 CPUtime=822.15 cores=1,3,5,7
/proc/16127/task/16144/stat : 16144 (plingeling) R 16123 16127 8955 0 -1 4202560 431307 1250 0 2 82148 67 0 0 25 0 5 0 635283099 302563328 45286 33554432000 4194304 4417452 140736929590304 18446744073709551615 4364835 0 0 4096 17442 0 0 0 -1 3 0 0 0
[pid=16127/tid=16145] ppid=16123 vsize=295472 CPUtime=822.19 cores=1,3,5,7
/proc/16127/task/16145/stat : 16145 (plingeling) R 16123 16127 8955 0 -1 4202560 393426 1250 0 2 82156 63 0 0 25 0 5 0 635283099 302563328 45286 33554432000 4194304 4417452 140736929590304 18446744073709551615 4364821 0 0 4096 17442 0 0 0 -1 1 0 0 0
[pid=16127/tid=16146] ppid=16123 vsize=295472 CPUtime=822.09 cores=1,3,5,7
/proc/16127/task/16146/stat : 16146 (plingeling) R 16123 16127 8955 0 -1 4202560 400247 1250 0 2 82143 66 0 0 25 0 5 0 635283099 302563328 45286 33554432000 4194304 4417452 140736929590304 18446744073709551615 4364827 0 0 4096 17442 0 0 0 -1 5 0 0 0
[pid=16127/tid=16147] ppid=16123 vsize=295472 CPUtime=812.18 cores=1,3,5,7
/proc/16127/task/16147/stat : 16147 (plingeling) R 16123 16127 8955 0 -1 4202560 451790 1250 0 2 81144 74 0 0 25 0 5 0 635283099 302563328 45286 33554432000 4194304 4417452 140736929590304 18446744073709551615 4364579 0 0 4096 17442 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 3278.69
Current children cumulated vsize (KiB) 295472

[startup+882.314 s]
/proc/loadavg: 8.02 7.72 5.60 10/373 16170
/proc/meminfo: memFree=29874408/32951124 swapFree=51873460/67111528
[pid=16127] ppid=16123 vsize=318884 CPUtime=3518.01 cores=1,3,5,7
/proc/16127/stat : 16127 (plingeling) S 16123 16127 8955 0 -1 4202496 1809135 1250 0 2 351510 291 0 0 19 0 5 0 635283090 326537216 51140 33554432000 4194304 4417452 140736929590304 18446744073709551615 212051458021 0 0 4096 17442 18446744073709551615 0 0 17 5 0 0 0
/proc/16127/statm: 79721 51140 178 55 0 77607 0
[pid=16127/tid=16144] ppid=16123 vsize=318884 CPUtime=882.17 cores=1,3,5,7
/proc/16127/task/16144/stat : 16144 (plingeling) R 16123 16127 8955 0 -1 4202560 464548 1250 0 2 88145 72 0 0 25 0 5 0 635283099 326537216 51140 33554432000 4194304 4417452 140736929590304 18446744073709551615 4364907 0 0 4096 17442 0 0 0 -1 3 0 0 0
[pid=16127/tid=16145] ppid=16123 vsize=318884 CPUtime=882.2 cores=1,3,5,7
/proc/16127/task/16145/stat : 16145 (plingeling) R 16123 16127 8955 0 -1 4202560 428345 1250 0 2 88151 69 0 0 25 0 5 0 635283099 326537216 51140 33554432000 4194304 4417452 140736929590304 18446744073709551615 4364727 0 0 4096 17442 0 0 0 -1 1 0 0 0
[pid=16127/tid=16146] ppid=16123 vsize=318884 CPUtime=882.11 cores=1,3,5,7
/proc/16127/task/16146/stat : 16146 (plingeling) R 16123 16127 8955 0 -1 4202560 436442 1250 0 2 88140 71 0 0 25 0 5 0 635283099 326537216 51140 33554432000 4194304 4417452 140736929590304 18446744073709551615 4364727 0 0 4096 17442 0 0 0 -1 5 0 0 0
[pid=16127/tid=16147] ppid=16123 vsize=318884 CPUtime=871.44 cores=1,3,5,7
/proc/16127/task/16147/stat : 16147 (plingeling) R 16123 16127 8955 0 -1 4202560 476790 1250 0 2 87067 77 0 0 25 0 5 0 635283099 326537216 51140 33554432000 4194304 4417452 140736929590304 18446744073709551615 4364727 0 0 4096 17442 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 3518.01
Current children cumulated vsize (KiB) 318884

[startup+942.301 s]
/proc/loadavg: 8.07 7.80 5.76 10/373 16172
/proc/meminfo: memFree=29855528/32951124 swapFree=51873460/67111528
[pid=16127] ppid=16123 vsize=321676 CPUtime=3757.23 cores=1,3,5,7
/proc/16127/stat : 16127 (plingeling) S 16123 16127 8955 0 -1 4202496 1903224 1250 0 2 375417 306 0 0 19 0 5 0 635283090 329396224 51838 33554432000 4194304 4417452 140736929590304 18446744073709551615 212051458021 0 0 4096 17442 18446744073709551615 0 0 17 5 0 0 0
/proc/16127/statm: 80419 51838 178 55 0 78305 0
[pid=16127/tid=16144] ppid=16123 vsize=321676 CPUtime=942.15 cores=1,3,5,7
/proc/16127/task/16144/stat : 16144 (plingeling) R 16123 16127 8955 0 -1 4202560 487156 1250 0 2 94140 75 0 0 25 0 5 0 635283099 329396224 51838 33554432000 4194304 4417452 140736929590304 18446744073709551615 4263247 0 0 4096 17442 0 0 0 -1 3 0 0 0
[pid=16127/tid=16145] ppid=16123 vsize=321676 CPUtime=942.19 cores=1,3,5,7
/proc/16127/task/16145/stat : 16145 (plingeling) R 16123 16127 8955 0 -1 4202560 449593 1250 0 2 94146 73 0 0 25 0 5 0 635283099 329396224 51838 33554432000 4194304 4417452 140736929590304 18446744073709551615 4364827 0 0 4096 17442 0 0 0 -1 1 0 0 0
[pid=16127/tid=16146] ppid=16123 vsize=321676 CPUtime=942.1 cores=1,3,5,7
/proc/16127/task/16146/stat : 16146 (plingeling) R 16123 16127 8955 0 -1 4202560 463652 1250 0 2 94135 75 0 0 25 0 5 0 635283099 329396224 51838 33554432000 4194304 4417452 140736929590304 18446744073709551615 4366472 0 0 4096 17442 0 0 0 -1 5 0 0 0
[pid=16127/tid=16147] ppid=16123 vsize=321676 CPUtime=930.69 cores=1,3,5,7
/proc/16127/task/16147/stat : 16147 (plingeling) R 16123 16127 8955 0 -1 4202560 499813 1250 0 2 92989 80 0 0 25 0 5 0 635283099 329396224 51838 33554432000 4194304 4417452 140736929590304 18446744073709551615 18446744073699065939 0 0 4096 17442 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 3757.23
Current children cumulated vsize (KiB) 321676

[startup+1002.3 s]
/proc/loadavg: 8.09 7.86 5.90 10/373 16174
/proc/meminfo: memFree=29882024/32951124 swapFree=51873460/67111528
[pid=16127] ppid=16123 vsize=311956 CPUtime=3996.48 cores=1,3,5,7
/proc/16127/stat : 16127 (plingeling) S 16123 16127 8955 0 -1 4202496 2010638 1250 0 2 399325 323 0 0 19 0 5 0 635283090 319442944 49408 33554432000 4194304 4417452 140736929590304 18446744073709551615 212051458021 0 0 4096 17442 18446744073709551615 0 0 17 5 0 0 0
/proc/16127/statm: 77989 49408 178 55 0 75875 0
[pid=16127/tid=16144] ppid=16123 vsize=311956 CPUtime=1002.15 cores=1,3,5,7
/proc/16127/task/16144/stat : 16144 (plingeling) R 16123 16127 8955 0 -1 4202560 512067 1250 0 2 100135 80 0 0 25 0 5 0 635283099 319442944 49408 33554432000 4194304 4417452 140736929590304 18446744073709551615 4365092 0 0 4096 17442 0 0 0 -1 3 0 0 0
[pid=16127/tid=16145] ppid=16123 vsize=311956 CPUtime=1002.19 cores=1,3,5,7
/proc/16127/task/16145/stat : 16145 (plingeling) R 16123 16127 8955 0 -1 4202560 483373 1250 0 2 100141 78 0 0 25 0 5 0 635283099 319442944 49408 33554432000 4194304 4417452 140736929590304 18446744073709551615 4365075 0 0 4096 17442 0 0 0 -1 1 0 0 0
[pid=16127/tid=16146] ppid=16123 vsize=311956 CPUtime=1002.11 cores=1,3,5,7
/proc/16127/task/16146/stat : 16146 (plingeling) R 16123 16127 8955 0 -1 4202560 491811 1250 0 2 100132 79 0 0 25 0 5 0 635283099 319442944 49408 33554432000 4194304 4417452 140736929590304 18446744073709551615 4366400 0 0 4096 17442 0 0 0 -1 5 0 0 0
[pid=16127/tid=16147] ppid=16123 vsize=311956 CPUtime=989.94 cores=1,3,5,7
/proc/16127/task/16147/stat : 16147 (plingeling) R 16123 16127 8955 0 -1 4202560 520377 1250 0 2 98910 84 0 0 25 0 5 0 635283099 319442944 49408 33554432000 4194304 4417452 140736929590304 18446744073709551615 4364621 0 0 4096 17442 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 3996.48
Current children cumulated vsize (KiB) 311956

[startup+1062.3 s]
/proc/loadavg: 8.10 7.90 6.04 10/373 16175
/proc/meminfo: memFree=29847516/32951124 swapFree=51873460/67111528
[pid=16127] ppid=16123 vsize=322548 CPUtime=4235.75 cores=1,3,5,7
/proc/16127/stat : 16127 (plingeling) S 16123 16127 8955 0 -1 4202496 2115247 1250 0 2 423235 340 0 0 19 0 5 0 635283090 330289152 52056 33554432000 4194304 4417452 140736929590304 18446744073709551615 212051458021 0 0 4096 17442 18446744073709551615 0 0 17 5 0 0 0
/proc/16127/statm: 80637 52056 178 55 0 78523 0
[pid=16127/tid=16144] ppid=16123 vsize=322548 CPUtime=1062.16 cores=1,3,5,7
/proc/16127/task/16144/stat : 16144 (plingeling) R 16123 16127 8955 0 -1 4202560 540515 1250 0 2 106132 84 0 0 25 0 5 0 635283099 330289152 52056 33554432000 4194304 4417452 140736929590304 18446744073709551615 4364727 0 0 4096 17442 0 0 0 -1 3 0 0 0
[pid=16127/tid=16145] ppid=16123 vsize=322548 CPUtime=1062.2 cores=1,3,5,7
/proc/16127/task/16145/stat : 16145 (plingeling) R 16123 16127 8955 0 -1 4202560 505918 1250 0 2 106138 82 0 0 25 0 5 0 635283099 330289152 52056 33554432000 4194304 4417452 140736929590304 18446744073709551615 4364727 0 0 4096 17442 0 0 0 -1 1 0 0 0
[pid=16127/tid=16146] ppid=16123 vsize=322548 CPUtime=1062.11 cores=1,3,5,7
/proc/16127/task/16146/stat : 16146 (plingeling) R 16123 16127 8955 0 -1 4202560 522409 1250 0 2 106127 84 0 0 25 0 5 0 635283099 330289152 52056 33554432000 4194304 4417452 140736929590304 18446744073709551615 4353636 0 0 4096 17442 0 0 0 -1 5 0 0 0
[pid=16127/tid=16147] ppid=16123 vsize=322548 CPUtime=1049.2 cores=1,3,5,7
/proc/16127/task/16147/stat : 16147 (plingeling) R 16123 16127 8955 0 -1 4202560 543395 1250 0 2 104832 88 0 0 25 0 5 0 635283099 330289152 52056 33554432000 4194304 4417452 140736929590304 18446744073709551615 4364604 0 0 4096 17442 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 4235.75
Current children cumulated vsize (KiB) 322548

[startup+1122.3 s]
/proc/loadavg: 8.17 7.95 6.17 10/373 16177
/proc/meminfo: memFree=29848336/32951124 swapFree=51873460/67111528
[pid=16127] ppid=16123 vsize=319320 CPUtime=4474.99 cores=1,3,5,7
/proc/16127/stat : 16127 (plingeling) S 16123 16127 8955 0 -1 4202496 2228162 1250 0 2 447143 356 0 0 19 0 5 0 635283090 326983680 51249 33554432000 4194304 4417452 140736929590304 18446744073709551615 212051458021 0 0 4096 17442 18446744073709551615 0 0 17 5 0 0 0
/proc/16127/statm: 79830 51249 178 55 0 77716 0
[pid=16127/tid=16144] ppid=16123 vsize=319320 CPUtime=1122.15 cores=1,3,5,7
/proc/16127/task/16144/stat : 16144 (plingeling) R 16123 16127 8955 0 -1 4202560 567507 1250 0 2 112127 88 0 0 25 0 5 0 635283099 326983680 51249 33554432000 4194304 4417452 140736929590304 18446744073709551615 4364727 0 0 4096 17442 0 0 0 -1 3 0 0 0
[pid=16127/tid=16145] ppid=16123 vsize=319320 CPUtime=1122.2 cores=1,3,5,7
/proc/16127/task/16145/stat : 16145 (plingeling) R 16123 16127 8955 0 -1 4202560 534807 1250 0 2 112134 86 0 0 25 0 5 0 635283099 326983680 51249 33554432000 4194304 4417452 140736929590304 18446744073709551615 4364807 0 0 4096 17442 0 0 0 -1 1 0 0 0
[pid=16127/tid=16146] ppid=16123 vsize=319320 CPUtime=1122.11 cores=1,3,5,7
/proc/16127/task/16146/stat : 16146 (plingeling) R 16123 16127 8955 0 -1 4202560 552227 1250 0 2 112123 88 0 0 25 0 5 0 635283099 326983680 51249 33554432000 4194304 4417452 140736929590304 18446744073709551615 4364727 0 0 4096 17442 0 0 0 -1 5 0 0 0
[pid=16127/tid=16147] ppid=16123 vsize=319320 CPUtime=1108.45 cores=1,3,5,7
/proc/16127/task/16147/stat : 16147 (plingeling) R 16123 16127 8955 0 -1 4202560 570611 1250 0 2 110753 92 0 0 25 0 5 0 635283099 326983680 51249 33554432000 4194304 4417452 140736929590304 18446744073709551615 4364641 0 0 4096 17442 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 4474.99
Current children cumulated vsize (KiB) 319320

[startup+1182.3 s]
/proc/loadavg: 8.18 7.99 6.29 10/373 16178
/proc/meminfo: memFree=29825728/32951124 swapFree=51873460/67111528
[pid=16127] ppid=16123 vsize=339392 CPUtime=4714.26 cores=1,3,5,7
/proc/16127/stat : 16127 (plingeling) S 16123 16127 8955 0 -1 4202496 2332036 1250 0 2 471053 373 0 0 19 0 5 0 635283090 347537408 56267 33554432000 4194304 4417452 140736929590304 18446744073709551615 212051458021 0 0 4096 17442 18446744073709551615 0 0 17 5 0 0 0
/proc/16127/statm: 84848 56267 178 55 0 82734 0
[pid=16127/tid=16144] ppid=16123 vsize=339392 CPUtime=1182.15 cores=1,3,5,7
/proc/16127/task/16144/stat : 16144 (plingeling) R 16123 16127 8955 0 -1 4202560 591694 1250 0 2 118124 91 0 0 25 0 5 0 635283099 347537408 56267 33554432000 4194304 4417452 140736929590304 18446744073709551615 4364550 0 0 4096 17442 0 0 0 -1 3 0 0 0
[pid=16127/tid=16145] ppid=16123 vsize=339392 CPUtime=1182.2 cores=1,3,5,7
/proc/16127/task/16145/stat : 16145 (plingeling) R 16123 16127 8955 0 -1 4202560 559467 1250 0 2 118131 89 0 0 25 0 5 0 635283099 347537408 56267 33554432000 4194304 4417452 140736929590304 18446744073709551615 4366472 0 0 4096 17442 0 0 0 -1 1 0 0 0
[pid=16127/tid=16146] ppid=16123 vsize=339392 CPUtime=1182.1 cores=1,3,5,7
/proc/16127/task/16146/stat : 16146 (plingeling) R 16123 16127 8955 0 -1 4202560 582387 1250 0 2 118117 93 0 0 25 0 5 0 635283099 347537408 56267 33554432000 4194304 4417452 140736929590304 18446744073709551615 4364727 0 0 4096 17442 0 0 0 -1 5 0 0 0
[pid=16127/tid=16147] ppid=16123 vsize=339392 CPUtime=1167.71 cores=1,3,5,7
/proc/16127/task/16147/stat : 16147 (plingeling) R 16123 16127 8955 0 -1 4202560 595478 1250 0 2 116674 97 0 0 25 0 5 0 635283099 347537408 56267 33554432000 4194304 4417452 140736929590304 18446744073709551615 4364727 0 0 4096 17442 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 4714.26
Current children cumulated vsize (KiB) 339392



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1203.9 s]
/proc/loadavg: 8.12 7.99 6.33 10/373 16179
/proc/meminfo: memFree=29845936/32951124 swapFree=51873460/67111528
[pid=16127] ppid=16123 vsize=320448 CPUtime=4800.42 cores=1,3,5,7
/proc/16127/stat : 16127 (plingeling) S 16123 16127 8955 0 -1 4202496 2369164 1250 0 2 479664 378 0 0 19 0 5 0 635283090 328138752 51531 33554432000 4194304 4417452 140736929590304 18446744073709551615 212051458021 0 0 4096 17442 18446744073709551615 0 0 17 5 0 0 0
/proc/16127/statm: 80112 51531 178 55 0 77998 0
[pid=16127/tid=16144] ppid=16123 vsize=320448 CPUtime=1203.78 cores=1,3,5,7
/proc/16127/task/16144/stat : 16144 (plingeling) R 16123 16127 8955 0 -1 4202560 601082 1250 0 2 120285 93 0 0 25 0 5 0 635283099 328138752 51531 33554432000 4194304 4417452 140736929590304 18446744073709551615 4365954 0 0 4096 17442 0 0 0 -1 3 0 0 0
[pid=16127/tid=16145] ppid=16123 vsize=320448 CPUtime=1203.81 cores=1,3,5,7
/proc/16127/task/16145/stat : 16145 (plingeling) R 16123 16127 8955 0 -1 4202560 570029 1250 0 2 120291 90 0 0 25 0 5 0 635283099 328138752 51531 33554432000 4194304 4417452 140736929590304 18446744073709551615 4364805 0 0 4096 17442 0 0 0 -1 1 0 0 0
[pid=16127/tid=16146] ppid=16123 vsize=320448 CPUtime=1203.72 cores=1,3,5,7
/proc/16127/task/16146/stat : 16146 (plingeling) R 16123 16127 8955 0 -1 4202560 590265 1250 0 2 120278 94 0 0 25 0 5 0 635283099 328138752 51531 33554432000 4194304 4417452 140736929590304 18446744073709551615 4259896 0 0 4096 17442 0 0 0 -1 5 0 0 0
[pid=16127/tid=16147] ppid=16123 vsize=320448 CPUtime=1189.04 cores=1,3,5,7
/proc/16127/task/16147/stat : 16147 (plingeling) R 16123 16127 8955 0 -1 4202560 604778 1250 0 2 118805 99 0 0 25 0 5 0 635283099 328138752 51531 33554432000 4194304 4417452 140736929590304 18446744073709551615 4364907 0 0 4096 17442 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 4800.42
Current children cumulated vsize (KiB) 320448

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.93
CPU time (s): 4800.48
CPU user time (s): 4796.68
CPU system time (s): 3.80042
CPU usage (%): 398.734
Max. virtual memory (cumulated for all children) (KiB): 364724

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 4796.68
system time used= 3.80042
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 2370414
page faults= 2
swaps= 0
block input operations= 0
block output operations= 0
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 237
involuntary context switches= 54991

runsolver used 4.23635 second user time and 10.5784 second system time

The end

Launcher Data

Begin job on node146 at 2011-05-15 05:04:28
IDJOB=3370927
IDBENCH=83358
IDSOLVER=1848
FILE ID=node146/3370927-1305428668
RUNJOBID= node146-1305428668-16109
PBS_JOBID= 13324589
Free space on /tmp= 73336 MiB

SOLVER NAME= Plingeling 587f (fixed)
BENCH NAME= SAT11/crafted/kullmann/VanDerWaerden/VanderWaerden3k/VanDerWaerden_2-3-20_388.cnf
COMMAND LINE= plingeling -t NBCORE BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3370927-1305428668/watcher-3370927-1305428668 -o /tmp/evaluation-result-3370927-1305428668/solver-3370927-1305428668 -C 4800 -W 1300 -M 15500  plingeling -t 4 HOME/instance-3370927-1305428668.cnf

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

MD5SUM BENCH= a08160883ea01d58c880b6f2b323ef8b
RANDOM SEED=2107269698

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

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


/proc/meminfo:
MemTotal:     32951124 kB
MemFree:      30210672 kB
Buffers:         99628 kB
Cached:         169576 kB
SwapCached:      56148 kB
Active:         767124 kB
Inactive:      1744260 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32951124 kB
LowFree:      30210672 kB
SwapTotal:    67111528 kB
SwapFree:     51873460 kB
Dirty:            1224 kB
Writeback:           8 kB
AnonPages:     2192940 kB
Mapped:          16632 kB
Slab:           104092 kB
PageTables:      58412 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83587088 kB
Committed_AS: 81755236 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= 73336 MiB
End job on node146 at 2011-05-15 05:24:34