Trace number 3250724

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.42 1201.72

General information on the benchmark

Namecrafted/kullmann/VanDerWaerden/
VanderWaerden3k/VanDerWaerden_2-3-15_218.cnf
MD5SUMafc70649cebcc24cd0a7b28def593295
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 variables218
Number of clauses13362
Sum of the clauses size59166
Maximum clause length15
Minimum clause length3
Number of clauses of size 10
Number of clauses of size 20
Number of clauses of size 311772
Number of clauses of size 40
Number of clauses of size 50
Number of clauses of size over 51590

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

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

Enforcing CPUTime limit (soft limit, will send SIGTERM then SIGKILL): 4800 seconds
Enforcing CPUTime limit (hard limit, will send SIGXCPU): 4830 seconds
Enforcing wall clock limit (soft limit, will send SIGTERM then SIGKILL): 1300 seconds
Enforcing VSIZE limit (soft limit, will send SIGTERM then SIGKILL): 15872000 KiB
Enforcing VSIZE limit (hard limit, stack expansion will fail with SIGSEGV, brk() and mmap() will return ENOMEM): 15923200 KiB
Current StackSize limit: 10240 KiB


[startup+0 s]
/proc/loadavg: 7.87 8.05 8.00 5/181 19030
/proc/meminfo: memFree=30151912/32951124 swapFree=67111416/67111528
[pid=19030] ppid=19028 vsize=9432 CPUtime=0 cores=1,3,5,7
/proc/19030/stat : 19030 (plingeling) R 19028 19030 18710 0 -1 4202496 451 1258 0 0 0 0 0 0 25 0 1 0 521087669 9658368 380 33554432000 4194304 4417332 140735651162192 18446744073709551615 212436016896 0 0 4096 17442 0 0 0 17 5 0 0 0
/proc/19030/statm: 2358 380 147 55 0 244 0

[startup+0.126107 s]
/proc/loadavg: 7.87 8.05 8.00 5/181 19030
/proc/meminfo: memFree=30151912/32951124 swapFree=67111416/67111528
[pid=19030] ppid=19028 vsize=56204 CPUtime=0.43 cores=1,3,5,7
/proc/19030/stat : 19030 (plingeling) S 19028 19030 18710 0 -1 4202496 2015 1258 0 0 43 0 0 0 25 0 5 0 521087669 57552896 1837 33554432000 4194304 4417332 140735651162192 18446744073709551615 212447819749 0 0 4096 17442 18446744073709551615 0 0 17 5 0 0 0
/proc/19030/statm: 14051 1837 179 55 0 11937 0
Current children cumulated CPU time (s) 0.43
Current children cumulated vsize (KiB) 56204

[startup+0.201092 s]
/proc/loadavg: 7.87 8.05 8.00 5/181 19030
/proc/meminfo: memFree=30151912/32951124 swapFree=67111416/67111528
[pid=19030] ppid=19028 vsize=55748 CPUtime=0.73 cores=1,3,5,7
/proc/19030/stat : 19030 (plingeling) S 19028 19030 18710 0 -1 4202496 2177 1258 0 0 73 0 0 0 25 0 5 0 521087669 57085952 1723 33554432000 4194304 4417332 140735651162192 18446744073709551615 212447819749 0 0 4096 17442 18446744073709551615 0 0 17 5 0 0 0
/proc/19030/statm: 13937 1723 179 55 0 11823 0
Current children cumulated CPU time (s) 0.73
Current children cumulated vsize (KiB) 55748

[startup+0.301073 s]
/proc/loadavg: 7.87 8.05 8.00 5/181 19030
/proc/meminfo: memFree=30151912/32951124 swapFree=67111416/67111528
[pid=19030] ppid=19028 vsize=56076 CPUtime=1.13 cores=1,3,5,7
/proc/19030/stat : 19030 (plingeling) S 19028 19030 18710 0 -1 4202496 2259 1258 0 0 113 0 0 0 25 0 5 0 521087669 57421824 1805 33554432000 4194304 4417332 140735651162192 18446744073709551615 212447819749 0 0 4096 17442 18446744073709551615 0 0 17 5 0 0 0
/proc/19030/statm: 14019 1805 179 55 0 11905 0
Current children cumulated CPU time (s) 1.13
Current children cumulated vsize (KiB) 56076

[startup+0.700999 s]
/proc/loadavg: 7.87 8.05 8.00 5/181 19030
/proc/meminfo: memFree=30151912/32951124 swapFree=67111416/67111528
[pid=19030] ppid=19028 vsize=58888 CPUtime=2.73 cores=1,3,5,7
/proc/19030/stat : 19030 (plingeling) S 19028 19030 18710 0 -1 4202496 3090 1258 0 0 273 0 0 0 25 0 5 0 521087669 60301312 2538 33554432000 4194304 4417332 140735651162192 18446744073709551615 212447819749 0 0 4096 17442 18446744073709551615 0 0 17 5 0 0 0
/proc/19030/statm: 14722 2538 179 55 0 12608 0
Current children cumulated CPU time (s) 2.73
Current children cumulated vsize (KiB) 58888

[startup+1.50085 s]
/proc/loadavg: 7.87 8.05 8.00 9/186 19040
/proc/meminfo: memFree=30135388/32951124 swapFree=67111416/67111528
[pid=19030] ppid=19028 vsize=61820 CPUtime=5.92 cores=1,3,5,7
/proc/19030/stat : 19030 (plingeling) S 19028 19030 18710 0 -1 4202496 4507 1258 0 0 592 0 0 0 25 0 5 0 521087669 63303680 3241 33554432000 4194304 4417332 140735651162192 18446744073709551615 212447819749 0 0 4096 17442 18446744073709551615 0 0 17 5 0 0 0
/proc/19030/statm: 15455 3241 179 55 0 13341 0
[pid=19030/tid=19037] ppid=19028 vsize=61820 CPUtime=1.48 cores=1,3,5,7
/proc/19030/task/19037/stat : 19037 (plingeling) R 19028 19030 18710 0 -1 4202560 460 1258 0 0 148 0 0 0 25 0 5 0 521087671 63303680 3241 33554432000 4194304 4417332 140735651162192 18446744073709551615 4246046 0 0 4096 17442 0 0 0 -1 5 0 0 0
[pid=19030/tid=19038] ppid=19028 vsize=61820 CPUtime=1.47 cores=1,3,5,7
/proc/19030/task/19038/stat : 19038 (plingeling) R 19028 19030 18710 0 -1 4202560 594 1258 0 0 147 0 0 0 25 0 5 0 521087671 63303680 3241 33554432000 4194304 4417332 140735651162192 18446744073709551615 4366081 0 0 4096 17442 0 0 0 -1 3 0 0 0
[pid=19030/tid=19039] ppid=19028 vsize=61820 CPUtime=1.47 cores=1,3,5,7
/proc/19030/task/19039/stat : 19039 (plingeling) R 19028 19030 18710 0 -1 4202560 611 1258 0 0 147 0 0 0 25 0 5 0 521087671 63303680 3241 33554432000 4194304 4417332 140735651162192 18446744073709551615 4364547 0 0 4096 17442 0 0 0 -1 1 0 0 0
[pid=19030/tid=19040] ppid=19028 vsize=61820 CPUtime=1.47 cores=1,3,5,7
/proc/19030/task/19040/stat : 19040 (plingeling) R 19028 19030 18710 0 -1 4202560 1335 1258 0 0 147 0 0 0 25 0 5 0 521087671 63303680 3241 33554432000 4194304 4417332 140735651162192 18446744073709551615 4365894 0 0 4096 17442 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 5.92
Current children cumulated vsize (KiB) 61820

[startup+3.10055 s]
/proc/loadavg: 7.87 8.05 8.00 9/186 19040
/proc/meminfo: memFree=30143868/32951124 swapFree=67111416/67111528
[pid=19030] ppid=19028 vsize=66036 CPUtime=12.31 cores=1,3,5,7
/proc/19030/stat : 19030 (plingeling) S 19028 19030 18710 0 -1 4202496 8623 1258 0 0 1230 1 0 0 25 0 5 0 521087669 67620864 4295 33554432000 4194304 4417332 140735651162192 18446744073709551615 212447819749 0 0 4096 17442 18446744073709551615 0 0 17 5 0 0 0
/proc/19030/statm: 16509 4295 179 55 0 14395 0
[pid=19030/tid=19037] ppid=19028 vsize=66036 CPUtime=3.07 cores=1,3,5,7
/proc/19030/task/19037/stat : 19037 (plingeling) R 19028 19030 18710 0 -1 4202560 1659 1258 0 0 307 0 0 0 25 0 5 0 521087671 67620864 4295 33554432000 4194304 4417332 140735651162192 18446744073709551615 4364519 0 0 4096 17442 0 0 0 -1 5 0 0 0
[pid=19030/tid=19038] ppid=19028 vsize=66036 CPUtime=3.07 cores=1,3,5,7
/proc/19030/task/19038/stat : 19038 (plingeling) R 19028 19030 18710 0 -1 4202560 1344 1258 0 0 307 0 0 0 25 0 5 0 521087671 67620864 4295 33554432000 4194304 4417332 140735651162192 18446744073709551615 4364919 0 0 4096 17442 0 0 0 -1 3 0 0 0
[pid=19030/tid=19039] ppid=19028 vsize=66036 CPUtime=3.07 cores=1,3,5,7
/proc/19030/task/19039/stat : 19039 (plingeling) R 19028 19030 18710 0 -1 4202560 1038 1258 0 0 307 0 0 0 25 0 5 0 521087671 67620864 4295 33554432000 4194304 4417332 140735651162192 18446744073709551615 4366362 0 0 4096 17442 0 0 0 -1 1 0 0 0
[pid=19030/tid=19040] ppid=19028 vsize=66036 CPUtime=3.05 cores=1,3,5,7
/proc/19030/task/19040/stat : 19040 (plingeling) R 19028 19030 18710 0 -1 4202560 3075 1258 0 0 305 0 0 0 25 0 5 0 521087671 67620864 4295 33554432000 4194304 4417332 140735651162192 18446744073709551615 4364822 0 0 4096 17442 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 12.31
Current children cumulated vsize (KiB) 66036

[startup+6.30094 s]
/proc/loadavg: 7.88 8.05 8.00 9/186 19040
/proc/meminfo: memFree=30140520/32951124 swapFree=67111416/67111528
[pid=19030] ppid=19028 vsize=73560 CPUtime=25.09 cores=1,3,5,7
/proc/19030/stat : 19030 (plingeling) S 19028 19030 18710 0 -1 4202496 18066 1258 0 0 2507 2 0 0 25 0 5 0 521087669 75325440 6208 33554432000 4194304 4417332 140735651162192 18446744073709551615 212447819749 0 0 4096 17442 18446744073709551615 0 0 17 5 0 0 0
/proc/19030/statm: 18390 6208 179 55 0 16276 0
[pid=19030/tid=19037] ppid=19028 vsize=73560 CPUtime=6.27 cores=1,3,5,7
/proc/19030/task/19037/stat : 19037 (plingeling) R 19028 19030 18710 0 -1 4202560 4474 1258 0 0 627 0 0 0 25 0 5 0 521087671 75325440 6208 33554432000 4194304 4417332 140735651162192 18446744073709551615 4364750 0 0 4096 17442 0 0 0 -1 5 0 0 0
[pid=19030/tid=19038] ppid=19028 vsize=73560 CPUtime=6.27 cores=1,3,5,7
/proc/19030/task/19038/stat : 19038 (plingeling) R 19028 19030 18710 0 -1 4202560 3185 1258 0 0 627 0 0 0 25 0 5 0 521087671 75325440 6208 33554432000 4194304 4417332 140735651162192 18446744073709551615 4364671 0 0 4096 17442 0 0 0 -1 3 0 0 0
[pid=19030/tid=19039] ppid=19028 vsize=73560 CPUtime=6.27 cores=1,3,5,7
/proc/19030/task/19039/stat : 19039 (plingeling) R 19028 19030 18710 0 -1 4202560 2871 1258 0 0 627 0 0 0 25 0 5 0 521087671 75325440 6208 33554432000 4194304 4417332 140735651162192 18446744073709551615 4364671 0 0 4096 17442 0 0 0 -1 1 0 0 0
[pid=19030/tid=19040] ppid=19028 vsize=73560 CPUtime=6.24 cores=1,3,5,7
/proc/19030/task/19040/stat : 19040 (plingeling) R 19028 19030 18710 0 -1 4202560 6029 1258 0 0 623 1 0 0 25 0 5 0 521087671 75325440 6208 33554432000 4194304 4417332 140735651162192 18446744073709551615 4365960 0 0 4096 17442 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 25.09
Current children cumulated vsize (KiB) 73560

[startup+12.7007 s]
/proc/loadavg: 7.89 8.05 8.00 9/186 19040
/proc/meminfo: memFree=30129824/32951124 swapFree=67111416/67111528
[pid=19030] ppid=19028 vsize=77584 CPUtime=50.66 cores=1,3,5,7
/proc/19030/stat : 19030 (plingeling) S 19028 19030 18710 0 -1 4202496 39307 1258 0 0 5060 6 0 0 25 0 5 0 521087669 79446016 7214 33554432000 4194304 4417332 140735651162192 18446744073709551615 212447819749 0 0 4096 17442 18446744073709551615 0 0 17 5 0 0 0
/proc/19030/statm: 19396 7214 179 55 0 17282 0
[pid=19030/tid=19037] ppid=19028 vsize=77584 CPUtime=12.67 cores=1,3,5,7
/proc/19030/task/19037/stat : 19037 (plingeling) R 19028 19030 18710 0 -1 4202560 9495 1258 0 0 1266 1 0 0 25 0 5 0 521087671 79446016 7214 33554432000 4194304 4417332 140735651162192 18446744073709551615 4351518 0 0 4096 17442 0 0 0 -1 5 0 0 0
[pid=19030/tid=19038] ppid=19028 vsize=77584 CPUtime=12.67 cores=1,3,5,7
/proc/19030/task/19038/stat : 19038 (plingeling) R 19028 19030 18710 0 -1 4202560 8750 1258 0 0 1266 1 0 0 25 0 5 0 521087671 79446016 7214 33554432000 4194304 4417332 140735651162192 18446744073709551615 4364642 0 0 4096 17442 0 0 0 -1 3 0 0 0
[pid=19030/tid=19039] ppid=19028 vsize=77584 CPUtime=12.66 cores=1,3,5,7
/proc/19030/task/19039/stat : 19039 (plingeling) R 19028 19030 18710 0 -1 4202560 7698 1258 0 0 1266 0 0 0 25 0 5 0 521087671 79446016 7214 33554432000 4194304 4417332 140735651162192 18446744073709551615 4364732 0 0 4096 17442 0 0 0 -1 1 0 0 0
[pid=19030/tid=19040] ppid=19028 vsize=77584 CPUtime=12.6 cores=1,3,5,7
/proc/19030/task/19040/stat : 19040 (plingeling) R 19028 19030 18710 0 -1 4202560 11857 1258 0 0 1258 2 0 0 25 0 5 0 521087671 79446016 7214 33554432000 4194304 4417332 140735651162192 18446744073709551615 4364560 0 0 4096 17442 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 50.66
Current children cumulated vsize (KiB) 77584

[startup+25.5013 s]
/proc/loadavg: 7.91 8.05 8.00 9/186 19040
/proc/meminfo: memFree=30123376/32951124 swapFree=67111416/67111528
[pid=19030] ppid=19028 vsize=80932 CPUtime=101.8 cores=1,3,5,7
/proc/19030/stat : 19030 (plingeling) S 19028 19030 18710 0 -1 4202496 79583 1258 0 0 10167 13 0 0 25 0 5 0 521087669 82874368 8051 33554432000 4194304 4417332 140735651162192 18446744073709551615 212447819749 0 0 4096 17442 18446744073709551615 0 0 17 5 0 0 0
/proc/19030/statm: 20233 8051 179 55 0 18119 0
[pid=19030/tid=19037] ppid=19028 vsize=80932 CPUtime=25.48 cores=1,3,5,7
/proc/19030/task/19037/stat : 19037 (plingeling) R 19028 19030 18710 0 -1 4202560 18620 1258 0 0 2545 3 0 0 25 0 5 0 521087671 82874368 8051 33554432000 4194304 4417332 140735651162192 18446744073709551615 4364452 0 0 4096 17442 0 0 0 -1 5 0 0 0
[pid=19030/tid=19038] ppid=19028 vsize=80932 CPUtime=25.48 cores=1,3,5,7
/proc/19030/task/19038/stat : 19038 (plingeling) R 19028 19030 18710 0 -1 4202560 18213 1258 0 0 2545 3 0 0 25 0 5 0 521087671 82874368 8051 33554432000 4194304 4417332 140735651162192 18446744073709551615 4364642 0 0 4096 17442 0 0 0 -1 3 0 0 0
[pid=19030/tid=19039] ppid=19028 vsize=80932 CPUtime=25.46 cores=1,3,5,7
/proc/19030/task/19039/stat : 19039 (plingeling) R 19028 19030 18710 0 -1 4202560 17250 1258 0 0 2545 1 0 0 25 0 5 0 521087671 82874368 8051 33554432000 4194304 4417332 140735651162192 18446744073709551615 4364556 0 0 4096 17442 0 0 0 -1 1 0 0 0
[pid=19030/tid=19040] ppid=19028 vsize=80932 CPUtime=25.33 cores=1,3,5,7
/proc/19030/task/19040/stat : 19040 (plingeling) R 19028 19030 18710 0 -1 4202560 23993 1258 0 0 2529 4 0 0 25 0 5 0 521087671 82874368 8051 33554432000 4194304 4417332 140735651162192 18446744073709551615 4364788 0 0 4096 17442 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 101.8
Current children cumulated vsize (KiB) 80932

[startup+51.1004 s]
/proc/loadavg: 8.07 8.07 8.01 9/186 19041
/proc/meminfo: memFree=30097932/32951124 swapFree=67111416/67111528
[pid=19030] ppid=19028 vsize=97768 CPUtime=204.06 cores=1,3,5,7
/proc/19030/stat : 19030 (plingeling) S 19028 19030 18710 0 -1 4202496 153265 1258 0 0 20381 25 0 0 25 0 5 0 521087669 100114432 12228 33554432000 4194304 4417332 140735651162192 18446744073709551615 212447819749 0 0 4096 17442 18446744073709551615 0 0 17 5 0 0 0
/proc/19030/statm: 24442 12228 179 55 0 22328 0
[pid=19030/tid=19037] ppid=19028 vsize=97768 CPUtime=51.07 cores=1,3,5,7
/proc/19030/task/19037/stat : 19037 (plingeling) R 19028 19030 18710 0 -1 4202560 39068 1258 0 0 5101 6 0 0 25 0 5 0 521087671 100114432 12228 33554432000 4194304 4417332 140735651162192 18446744073709551615 4364642 0 0 4096 17442 0 0 0 -1 5 0 0 0
[pid=19030/tid=19038] ppid=19028 vsize=97768 CPUtime=51.08 cores=1,3,5,7
/proc/19030/task/19038/stat : 19038 (plingeling) R 19028 19030 18710 0 -1 4202560 36232 1258 0 0 5102 6 0 0 25 0 5 0 521087671 100114432 12228 33554432000 4194304 4417332 140735651162192 18446744073709551615 4364750 0 0 4096 17442 0 0 0 -1 3 0 0 0
[pid=19030/tid=19039] ppid=19028 vsize=97768 CPUtime=51.07 cores=1,3,5,7
/proc/19030/task/19039/stat : 19039 (plingeling) R 19028 19030 18710 0 -1 4202560 36415 1258 0 0 5102 5 0 0 25 0 5 0 521087671 100114432 12228 33554432000 4194304 4417332 140735651162192 18446744073709551615 4364642 0 0 4096 17442 0 0 0 -1 1 0 0 0
[pid=19030/tid=19040] ppid=19028 vsize=97768 CPUtime=50.8 cores=1,3,5,7
/proc/19030/task/19040/stat : 19040 (plingeling) R 19028 19030 18710 0 -1 4202560 40043 1258 0 0 5073 7 0 0 25 0 5 0 521087671 100114432 12228 33554432000 4194304 4417332 140735651162192 18446744073709551615 4246355 0 0 4096 17442 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 204.06
Current children cumulated vsize (KiB) 97768

[startup+102.301 s]
/proc/loadavg: 8.10 8.08 8.01 9/186 19042
/proc/meminfo: memFree=30091964/32951124 swapFree=67111416/67111528
[pid=19030] ppid=19028 vsize=113260 CPUtime=408.61 cores=1,3,5,7
/proc/19030/stat : 19030 (plingeling) S 19028 19030 18710 0 -1 4202496 278349 1258 0 0 40814 47 0 0 25 0 5 0 521087669 115978240 16133 33554432000 4194304 4417332 140735651162192 18446744073709551615 212447819749 0 0 4096 17442 18446744073709551615 0 0 17 5 0 0 0
/proc/19030/statm: 28315 16133 179 55 0 26201 0
[pid=19030/tid=19037] ppid=19028 vsize=113260 CPUtime=102.28 cores=1,3,5,7
/proc/19030/task/19037/stat : 19037 (plingeling) R 19028 19030 18710 0 -1 4202560 69327 1258 0 0 10217 11 0 0 25 0 5 0 521087671 115978240 16133 33554432000 4194304 4417332 140735651162192 18446744073709551615 4364642 0 0 4096 17442 0 0 0 -1 5 0 0 0
[pid=19030/tid=19038] ppid=19028 vsize=113260 CPUtime=102.28 cores=1,3,5,7
/proc/19030/task/19038/stat : 19038 (plingeling) R 19028 19030 18710 0 -1 4202560 65779 1258 0 0 10217 11 0 0 25 0 5 0 521087671 115978240 16133 33554432000 4194304 4417332 140735651162192 18446744073709551615 4364765 0 0 4096 17442 0 0 0 -1 3 0 0 0
[pid=19030/tid=19039] ppid=19028 vsize=113260 CPUtime=102.28 cores=1,3,5,7
/proc/19030/task/19039/stat : 19039 (plingeling) R 19028 19030 18710 0 -1 4202560 69163 1258 0 0 10218 10 0 0 25 0 5 0 521087671 115978240 16133 33554432000 4194304 4417332 140735651162192 18446744073709551615 4364822 0 0 4096 17442 0 0 0 -1 1 0 0 0
[pid=19030/tid=19040] ppid=19028 vsize=113260 CPUtime=101.73 cores=1,3,5,7
/proc/19030/task/19040/stat : 19040 (plingeling) R 19028 19030 18710 0 -1 4202560 72573 1258 0 0 10160 13 0 0 25 0 5 0 521087671 115978240 16133 33554432000 4194304 4417332 140735651162192 18446744073709551615 4364568 0 0 4096 17442 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 408.61
Current children cumulated vsize (KiB) 113260

[startup+162.3 s]
/proc/loadavg: 8.17 8.09 8.01 9/186 19044
/proc/meminfo: memFree=30068988/32951124 swapFree=67111416/67111528
[pid=19030] ppid=19028 vsize=124924 CPUtime=648.27 cores=1,3,5,7
/proc/19030/stat : 19030 (plingeling) S 19028 19030 18710 0 -1 4202496 409846 1258 0 0 64757 70 0 0 25 0 5 0 521087669 127922176 19017 33554432000 4194304 4417332 140735651162192 18446744073709551615 212447819749 0 0 4096 17442 18446744073709551615 0 0 17 5 0 0 0
/proc/19030/statm: 31231 19017 179 55 0 29117 0
[pid=19030/tid=19037] ppid=19028 vsize=124924 CPUtime=162.27 cores=1,3,5,7
/proc/19030/task/19037/stat : 19037 (plingeling) R 19028 19030 18710 0 -1 4202560 98340 1258 0 0 16211 16 0 0 25 0 5 0 521087671 127922176 19017 33554432000 4194304 4417332 140735651162192 18446744073709551615 4364575 0 0 4096 17442 0 0 0 -1 5 0 0 0
[pid=19030/tid=19038] ppid=19028 vsize=124924 CPUtime=162.28 cores=1,3,5,7
/proc/19030/task/19038/stat : 19038 (plingeling) R 19028 19030 18710 0 -1 4202560 95874 1258 0 0 16211 17 0 0 25 0 5 0 521087671 127922176 19017 33554432000 4194304 4417332 140735651162192 18446744073709551615 4364919 0 0 4096 17442 0 0 0 -1 3 0 0 0
[pid=19030/tid=19039] ppid=19028 vsize=124924 CPUtime=162.27 cores=1,3,5,7
/proc/19030/task/19039/stat : 19039 (plingeling) R 19028 19030 18710 0 -1 4202560 101471 1258 0 0 16212 15 0 0 25 0 5 0 521087671 127922176 19017 33554432000 4194304 4417332 140735651162192 18446744073709551615 4364642 0 0 4096 17442 0 0 0 -1 1 0 0 0
[pid=19030/tid=19040] ppid=19028 vsize=124924 CPUtime=161.4 cores=1,3,5,7
/proc/19030/task/19040/stat : 19040 (plingeling) R 19028 19030 18710 0 -1 4202560 112654 1258 0 0 16120 20 0 0 25 0 5 0 521087671 127922176 19017 33554432000 4194304 4417332 140735651162192 18446744073709551615 4364642 0 0 4096 17442 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 648.27
Current children cumulated vsize (KiB) 124924


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

[pid=19030/tid=19038] ppid=19028 vsize=192604 CPUtime=702.29 cores=1,3,5,7
/proc/19030/task/19038/stat : 19038 (plingeling) R 19028 19030 18710 0 -1 4202560 321097 1258 0 0 70176 53 0 0 25 0 5 0 521087671 197226496 35937 33554432000 4194304 4417332 140735651162192 18446744073709551615 4364560 0 0 4096 17442 0 0 0 -1 3 0 0 0
[pid=19030/tid=19039] ppid=19028 vsize=192604 CPUtime=702.29 cores=1,3,5,7
/proc/19030/task/19039/stat : 19039 (plingeling) R 19028 19030 18710 0 -1 4202560 307848 1258 0 0 70183 46 0 0 25 0 5 0 521087671 197226496 35937 33554432000 4194304 4417332 140735651162192 18446744073709551615 4364724 0 0 4096 17442 0 0 0 -1 1 0 0 0
[pid=19030/tid=19040] ppid=19028 vsize=192604 CPUtime=698.49 cores=1,3,5,7
/proc/19030/task/19040/stat : 19040 (plingeling) R 19028 19030 18710 0 -1 4202560 352461 1258 0 0 69791 58 0 0 25 0 5 0 521087671 197226496 35937 33554432000 4194304 4417332 140735651162192 18446744073709551615 4364448 0 0 4096 17442 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 2805.4
Current children cumulated vsize (KiB) 192604

[startup+762.301 s]
/proc/loadavg: 8.14 8.08 8.03 9/186 19097
/proc/meminfo: memFree=30066128/32951124 swapFree=67111416/67111528
[pid=19030] ppid=19028 vsize=174800 CPUtime=3045.11 cores=1,3,5,7
/proc/19030/stat : 19030 (plingeling) S 19028 19030 18710 0 -1 4202496 1361665 1258 0 0 304293 218 0 0 25 0 5 0 521087669 178995200 31486 33554432000 4194304 4417332 140735651162192 18446744073709551615 212447819749 0 0 4096 17442 18446744073709551615 0 0 17 5 0 0 0
/proc/19030/statm: 43700 31486 179 55 0 41586 0
[pid=19030/tid=19037] ppid=19028 vsize=174800 CPUtime=762.29 cores=1,3,5,7
/proc/19030/task/19037/stat : 19037 (plingeling) R 19028 19030 18710 0 -1 4202560 319482 1258 0 0 76178 51 0 0 25 0 5 0 521087671 178995200 31486 33554432000 4194304 4417332 140735651162192 18446744073709551615 4364656 0 0 4096 17442 0 0 0 -1 5 0 0 0
[pid=19030/tid=19038] ppid=19028 vsize=174800 CPUtime=762.3 cores=1,3,5,7
/proc/19030/task/19038/stat : 19038 (plingeling) R 19028 19030 18710 0 -1 4202560 341553 1258 0 0 76174 56 0 0 25 0 5 0 521087671 178995200 31486 33554432000 4194304 4417332 140735651162192 18446744073709551615 4364448 0 0 4096 17442 0 0 0 -1 3 0 0 0
[pid=19030/tid=19039] ppid=19028 vsize=174800 CPUtime=762.3 cores=1,3,5,7
/proc/19030/task/19039/stat : 19039 (plingeling) R 19028 19030 18710 0 -1 4202560 322100 1258 0 0 76182 48 0 0 25 0 5 0 521087671 178995200 31486 33554432000 4194304 4417332 140735651162192 18446744073709551615 4364470 0 0 4096 17442 0 0 0 -1 1 0 0 0
[pid=19030/tid=19040] ppid=19028 vsize=174800 CPUtime=758.17 cores=1,3,5,7
/proc/19030/task/19040/stat : 19040 (plingeling) R 19028 19030 18710 0 -1 4202560 377023 1258 0 0 75756 61 0 0 25 0 5 0 521087671 178995200 31486 33554432000 4194304 4417332 140735651162192 18446744073709551615 4364479 0 0 4096 17442 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 3045.11
Current children cumulated vsize (KiB) 174800

[startup+822.301 s]
/proc/loadavg: 8.18 8.10 8.03 9/186 19098
/proc/meminfo: memFree=30015628/32951124 swapFree=67111416/67111528
[pid=19030] ppid=19028 vsize=181540 CPUtime=3284.79 cores=1,3,5,7
/proc/19030/stat : 19030 (plingeling) S 19028 19030 18710 0 -1 4202496 1466505 1258 0 0 328242 237 0 0 25 0 5 0 521087669 185896960 33171 33554432000 4194304 4417332 140735651162192 18446744073709551615 212447819749 0 0 4096 17442 18446744073709551615 0 0 17 5 0 0 0
/proc/19030/statm: 45385 33171 179 55 0 43271 0
[pid=19030/tid=19037] ppid=19028 vsize=181540 CPUtime=822.28 cores=1,3,5,7
/proc/19030/task/19037/stat : 19037 (plingeling) R 19028 19030 18710 0 -1 4202560 346780 1258 0 0 82173 55 0 0 25 0 5 0 521087671 185896960 33171 33554432000 4194304 4417332 140735651162192 18446744073709551615 4364873 0 0 4096 17442 0 0 0 -1 5 0 0 0
[pid=19030/tid=19038] ppid=19028 vsize=181540 CPUtime=822.3 cores=1,3,5,7
/proc/19030/task/19038/stat : 19038 (plingeling) R 19028 19030 18710 0 -1 4202560 366673 1258 0 0 82169 61 0 0 25 0 5 0 521087671 185896960 33171 33554432000 4194304 4417332 140735651162192 18446744073709551615 4237011 0 0 4096 17442 0 0 0 -1 3 0 0 0
[pid=19030/tid=19039] ppid=19028 vsize=181540 CPUtime=822.3 cores=1,3,5,7
/proc/19030/task/19039/stat : 19039 (plingeling) R 19028 19030 18710 0 -1 4202560 345128 1258 0 0 82177 53 0 0 25 0 5 0 521087671 185896960 33171 33554432000 4194304 4417332 140735651162192 18446744073709551615 4251096 0 0 4096 17442 0 0 0 -1 1 0 0 0
[pid=19030/tid=19040] ppid=19028 vsize=181540 CPUtime=817.85 cores=1,3,5,7
/proc/19030/task/19040/stat : 19040 (plingeling) R 19028 19030 18710 0 -1 4202560 406417 1258 0 0 81720 65 0 0 25 0 5 0 521087671 185896960 33171 33554432000 4194304 4417332 140735651162192 18446744073709551615 4250807 0 0 4096 17442 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 3284.79
Current children cumulated vsize (KiB) 181540

[startup+882.306 s]
/proc/loadavg: 8.13 8.09 8.03 9/186 19100
/proc/meminfo: memFree=29984344/32951124 swapFree=67111416/67111528
[pid=19030] ppid=19028 vsize=194388 CPUtime=3524.49 cores=1,3,5,7
/proc/19030/stat : 19030 (plingeling) S 19028 19030 18710 0 -1 4202496 1561420 1258 0 0 352198 251 0 0 25 0 5 0 521087669 199053312 36383 33554432000 4194304 4417332 140735651162192 18446744073709551615 212447819749 0 0 4096 17442 18446744073709551615 0 0 17 5 0 0 0
/proc/19030/statm: 48597 36383 179 55 0 46483 0
[pid=19030/tid=19037] ppid=19028 vsize=194388 CPUtime=882.29 cores=1,3,5,7
/proc/19030/task/19037/stat : 19037 (plingeling) R 19028 19030 18710 0 -1 4202560 370311 1258 0 0 88170 59 0 0 25 0 5 0 521087671 199053312 36383 33554432000 4194304 4417332 140735651162192 18446744073709551615 4366384 0 0 4096 17442 0 0 0 -1 5 0 0 0
[pid=19030/tid=19038] ppid=19028 vsize=194388 CPUtime=882.31 cores=1,3,5,7
/proc/19030/task/19038/stat : 19038 (plingeling) R 19028 19030 18710 0 -1 4202560 382684 1258 0 0 88167 64 0 0 25 0 5 0 521087671 199053312 36383 33554432000 4194304 4417332 140735651162192 18446744073709551615 4364642 0 0 4096 17442 0 0 0 -1 3 0 0 0
[pid=19030/tid=19039] ppid=19028 vsize=194388 CPUtime=882.3 cores=1,3,5,7
/proc/19030/task/19039/stat : 19039 (plingeling) R 19028 19030 18710 0 -1 4202560 372557 1258 0 0 88173 57 0 0 25 0 5 0 521087671 199053312 36383 33554432000 4194304 4417332 140735651162192 18446744073709551615 4364642 0 0 4096 17442 0 0 0 -1 1 0 0 0
[pid=19030/tid=19040] ppid=19028 vsize=194388 CPUtime=877.54 cores=1,3,5,7
/proc/19030/task/19040/stat : 19040 (plingeling) R 19028 19030 18710 0 -1 4202560 434361 1258 0 0 87685 69 0 0 25 0 5 0 521087671 199053312 36383 33554432000 4194304 4417332 140735651162192 18446744073709551615 4364642 0 0 4096 17442 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 3524.49
Current children cumulated vsize (KiB) 194388

[startup+942.301 s]
/proc/loadavg: 8.11 8.09 8.03 9/186 19102
/proc/meminfo: memFree=29954556/32951124 swapFree=67111416/67111528
[pid=19030] ppid=19028 vsize=202896 CPUtime=3764.15 cores=1,3,5,7
/proc/19030/stat : 19030 (plingeling) S 19028 19030 18710 0 -1 4202496 1629652 1258 0 0 376155 260 0 0 25 0 5 0 521087669 207765504 38510 33554432000 4194304 4417332 140735651162192 18446744073709551615 212447819749 0 0 4096 17442 18446744073709551615 0 0 17 5 0 0 0
/proc/19030/statm: 50724 38510 179 55 0 48610 0
[pid=19030/tid=19037] ppid=19028 vsize=202896 CPUtime=942.28 cores=1,3,5,7
/proc/19030/task/19037/stat : 19037 (plingeling) R 19028 19030 18710 0 -1 4202560 384863 1258 0 0 94167 61 0 0 25 0 5 0 521087671 207765504 38510 33554432000 4194304 4417332 140735651162192 18446744073709551615 4364656 0 0 4096 17442 0 0 0 -1 5 0 0 0
[pid=19030/tid=19038] ppid=19028 vsize=202896 CPUtime=942.3 cores=1,3,5,7
/proc/19030/task/19038/stat : 19038 (plingeling) R 19028 19030 18710 0 -1 4202560 397720 1258 0 0 94164 66 0 0 25 0 5 0 521087671 207765504 38510 33554432000 4194304 4417332 140735651162192 18446744073709551615 4354405 0 0 4096 17442 0 0 0 -1 3 0 0 0
[pid=19030/tid=19039] ppid=19028 vsize=202896 CPUtime=942.3 cores=1,3,5,7
/proc/19030/task/19039/stat : 19039 (plingeling) R 19028 19030 18710 0 -1 4202560 383726 1258 0 0 94172 58 0 0 25 0 5 0 521087671 207765504 38510 33554432000 4194304 4417332 140735651162192 18446744073709551615 4364642 0 0 4096 17442 0 0 0 -1 1 0 0 0
[pid=19030/tid=19040] ppid=19028 vsize=202896 CPUtime=937.21 cores=1,3,5,7
/proc/19030/task/19040/stat : 19040 (plingeling) R 19028 19030 18710 0 -1 4202560 461836 1258 0 0 93648 73 0 0 25 0 5 0 521087671 207765504 38510 33554432000 4194304 4417332 140735651162192 18446744073709551615 4365007 0 0 4096 17442 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 3764.15
Current children cumulated vsize (KiB) 202896

[startup+1002.3 s]
/proc/loadavg: 8.10 8.09 8.03 9/186 19103
/proc/meminfo: memFree=29976356/32951124 swapFree=67111416/67111528
[pid=19030] ppid=19028 vsize=187272 CPUtime=4003.83 cores=1,3,5,7
/proc/19030/stat : 19030 (plingeling) S 19028 19030 18710 0 -1 4202496 1709051 1258 0 0 400111 272 0 0 25 0 5 0 521087669 191766528 34604 33554432000 4194304 4417332 140735651162192 18446744073709551615 212447819749 0 0 4096 17442 18446744073709551615 0 0 17 5 0 0 0
/proc/19030/statm: 46818 34604 179 55 0 44704 0
[pid=19030/tid=19037] ppid=19028 vsize=187272 CPUtime=1002.28 cores=1,3,5,7
/proc/19030/task/19037/stat : 19037 (plingeling) R 19028 19030 18710 0 -1 4202560 399231 1258 0 0 100165 63 0 0 25 0 5 0 521087671 191766528 34604 33554432000 4194304 4417332 140735651162192 18446744073709551615 4364734 0 0 4096 17442 0 0 0 -1 5 0 0 0
[pid=19030/tid=19038] ppid=19028 vsize=187272 CPUtime=1002.31 cores=1,3,5,7
/proc/19030/task/19038/stat : 19038 (plingeling) R 19028 19030 18710 0 -1 4202560 417288 1258 0 0 100161 70 0 0 25 0 5 0 521087671 191766528 34604 33554432000 4194304 4417332 140735651162192 18446744073709551615 4364642 0 0 4096 17442 0 0 0 -1 3 0 0 0
[pid=19030/tid=19039] ppid=19028 vsize=187272 CPUtime=1002.3 cores=1,3,5,7
/proc/19030/task/19039/stat : 19039 (plingeling) R 19028 19030 18710 0 -1 4202560 401028 1258 0 0 100169 61 0 0 25 0 5 0 521087671 191766528 34604 33554432000 4194304 4417332 140735651162192 18446744073709551615 4259875 0 0 4096 17442 0 0 0 -1 1 0 0 0
[pid=19030/tid=19040] ppid=19028 vsize=187272 CPUtime=996.88 cores=1,3,5,7
/proc/19030/task/19040/stat : 19040 (plingeling) R 19028 19030 18710 0 -1 4202560 489997 1258 0 0 99612 76 0 0 25 0 5 0 521087671 191766528 34604 33554432000 4194304 4417332 140735651162192 18446744073709551615 4364642 0 0 4096 17442 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 4003.83
Current children cumulated vsize (KiB) 187272

[startup+1062.3 s]
/proc/loadavg: 8.03 8.07 8.03 9/186 19105
/proc/meminfo: memFree=29935408/32951124 swapFree=67111416/67111528
[pid=19030] ppid=19028 vsize=189752 CPUtime=4243.52 cores=1,3,5,7
/proc/19030/stat : 19030 (plingeling) S 19028 19030 18710 0 -1 4202496 1784379 1258 0 0 424069 283 0 0 25 0 5 0 521087669 194306048 35224 33554432000 4194304 4417332 140735651162192 18446744073709551615 212447819749 0 0 4096 17442 18446744073709551615 0 0 17 5 0 0 0
/proc/19030/statm: 47438 35224 179 55 0 45324 0
[pid=19030/tid=19037] ppid=19028 vsize=189752 CPUtime=1062.28 cores=1,3,5,7
/proc/19030/task/19037/stat : 19037 (plingeling) R 19028 19030 18710 0 -1 4202560 415267 1258 0 0 106163 65 0 0 25 0 5 0 521087671 194306048 35224 33554432000 4194304 4417332 140735651162192 18446744073709551615 4364479 0 0 4096 17442 0 0 0 -1 5 0 0 0
[pid=19030/tid=19038] ppid=19028 vsize=189752 CPUtime=1062.31 cores=1,3,5,7
/proc/19030/task/19038/stat : 19038 (plingeling) R 19028 19030 18710 0 -1 4202560 432723 1258 0 0 106160 71 0 0 25 0 5 0 521087671 194306048 35224 33554432000 4194304 4417332 140735651162192 18446744073709551615 4364942 0 0 4096 17442 0 0 0 -1 3 0 0 0
[pid=19030/tid=19039] ppid=19028 vsize=189752 CPUtime=1062.31 cores=1,3,5,7
/proc/19030/task/19039/stat : 19039 (plingeling) R 19028 19030 18710 0 -1 4202560 419538 1258 0 0 106167 64 0 0 25 0 5 0 521087671 194306048 35224 33554432000 4194304 4417332 140735651162192 18446744073709551615 4364642 0 0 4096 17442 0 0 0 -1 1 0 0 0
[pid=19030/tid=19040] ppid=19028 vsize=189752 CPUtime=1056.56 cores=1,3,5,7
/proc/19030/task/19040/stat : 19040 (plingeling) R 19028 19030 18710 0 -1 4202560 515344 1258 0 0 105576 80 0 0 25 0 5 0 521087671 194306048 35224 33554432000 4194304 4417332 140735651162192 18446744073709551615 4364536 0 0 4096 17442 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 4243.52
Current children cumulated vsize (KiB) 189752

[startup+1122.3 s]
/proc/loadavg: 8.01 8.05 8.02 9/186 19106
/proc/meminfo: memFree=29934384/32951124 swapFree=67111416/67111528
[pid=19030] ppid=19028 vsize=193140 CPUtime=4483.19 cores=1,3,5,7
/proc/19030/stat : 19030 (plingeling) S 19028 19030 18710 0 -1 4202496 1860306 1258 0 0 448025 294 0 0 25 0 5 0 521087669 197775360 36071 33554432000 4194304 4417332 140735651162192 18446744073709551615 212447819749 0 0 4096 17442 18446744073709551615 0 0 17 5 0 0 0
/proc/19030/statm: 48285 36071 179 55 0 46171 0
[pid=19030/tid=19037] ppid=19028 vsize=193140 CPUtime=1122.29 cores=1,3,5,7
/proc/19030/task/19037/stat : 19037 (plingeling) R 19028 19030 18710 0 -1 4202560 432898 1258 0 0 112161 68 0 0 25 0 5 0 521087671 197775360 36071 33554432000 4194304 4417332 140735651162192 18446744073709551615 212435779472 0 0 4096 17442 0 0 0 -1 5 0 0 0
[pid=19030/tid=19038] ppid=19028 vsize=193140 CPUtime=1122.31 cores=1,3,5,7
/proc/19030/task/19038/stat : 19038 (plingeling) R 19028 19030 18710 0 -1 4202560 450884 1258 0 0 112157 74 0 0 25 0 5 0 521087671 197775360 36071 33554432000 4194304 4417332 140735651162192 18446744073709551615 4364642 0 0 4096 17442 0 0 0 -1 3 0 0 0
[pid=19030/tid=19039] ppid=19028 vsize=193140 CPUtime=1122.31 cores=1,3,5,7
/proc/19030/task/19039/stat : 19039 (plingeling) R 19028 19030 18710 0 -1 4202560 439041 1258 0 0 112164 67 0 0 25 0 5 0 521087671 197775360 36071 33554432000 4194304 4417332 140735651162192 18446744073709551615 4364531 0 0 4096 17442 0 0 0 -1 1 0 0 0
[pid=19030/tid=19040] ppid=19028 vsize=193140 CPUtime=1116.24 cores=1,3,5,7
/proc/19030/task/19040/stat : 19040 (plingeling) R 19028 19030 18710 0 -1 4202560 535976 1258 0 0 111540 84 0 0 25 0 5 0 521087671 197775360 36071 33554432000 4194304 4417332 140735651162192 18446744073709551615 4364526 0 0 4096 17442 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 4483.19
Current children cumulated vsize (KiB) 193140

[startup+1182.3 s]
/proc/loadavg: 8.00 8.04 8.02 9/186 19108
/proc/meminfo: memFree=29940544/32951124 swapFree=67111416/67111528
[pid=19030] ppid=19028 vsize=204128 CPUtime=4722.87 cores=1,3,5,7
/proc/19030/stat : 19030 (plingeling) S 19028 19030 18710 0 -1 4202496 1928109 1258 0 0 471982 305 0 0 25 0 5 0 521087669 209027072 38848 33554432000 4194304 4417332 140735651162192 18446744073709551615 212447819749 0 0 4096 17442 18446744073709551615 0 0 17 5 0 0 0
/proc/19030/statm: 51032 38848 179 55 0 48918 0
[pid=19030/tid=19037] ppid=19028 vsize=204128 CPUtime=1182.28 cores=1,3,5,7
/proc/19030/task/19037/stat : 19037 (plingeling) R 19028 19030 18710 0 -1 4202560 446074 1258 0 0 118158 70 0 0 25 0 5 0 521087671 209027072 38848 33554432000 4194304 4417332 140735651162192 18446744073709551615 4343671 0 0 4096 17442 0 0 0 -1 5 0 0 0
[pid=19030/tid=19038] ppid=19028 vsize=204128 CPUtime=1182.32 cores=1,3,5,7
/proc/19030/task/19038/stat : 19038 (plingeling) R 19028 19030 18710 0 -1 4202560 469212 1258 0 0 118154 78 0 0 25 0 5 0 521087671 209027072 38848 33554432000 4194304 4417332 140735651162192 18446744073709551615 4364727 0 0 4096 17442 0 0 0 -1 3 0 0 0
[pid=19030/tid=19039] ppid=19028 vsize=204128 CPUtime=1182.31 cores=1,3,5,7
/proc/19030/task/19039/stat : 19039 (plingeling) R 19028 19030 18710 0 -1 4202560 456153 1258 0 0 118162 69 0 0 25 0 5 0 521087671 209027072 38848 33554432000 4194304 4417332 140735651162192 18446744073709551615 4259612 0 0 4096 17442 0 0 0 -1 1 0 0 0
[pid=19030/tid=19040] ppid=19028 vsize=204128 CPUtime=1175.91 cores=1,3,5,7
/proc/19030/task/19040/stat : 19040 (plingeling) R 19028 19030 18710 0 -1 4202560 555163 1258 0 0 117505 86 0 0 25 0 5 0 521087671 209027072 38848 33554432000 4194304 4417332 140735651162192 18446744073709551615 4364822 0 0 4096 17442 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 4722.87
Current children cumulated vsize (KiB) 204128



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1201.7 s]
/proc/loadavg: 8.07 8.05 8.02 9/186 19109
/proc/meminfo: memFree=29910024/32951124 swapFree=67111416/67111528
[pid=19030] ppid=19028 vsize=194452 CPUtime=4800.38 cores=1,3,5,7
/proc/19030/stat : 19030 (plingeling) S 19028 19030 18710 0 -1 4202496 1955780 1258 0 0 479729 309 0 0 25 0 5 0 521087669 199118848 36399 33554432000 4194304 4417332 140735651162192 18446744073709551615 212447819749 0 0 4096 17442 18446744073709551615 0 0 17 5 0 0 0
/proc/19030/statm: 48613 36399 179 55 0 46499 0
[pid=19030/tid=19037] ppid=19028 vsize=194452 CPUtime=1201.68 cores=1,3,5,7
/proc/19030/task/19037/stat : 19037 (plingeling) R 19028 19030 18710 0 -1 4202560 455203 1258 0 0 120097 71 0 0 25 0 5 0 521087671 199118848 36399 33554432000 4194304 4417332 140735651162192 18446744073709551615 4366718 0 0 4096 17442 0 0 0 -1 5 0 0 0
[pid=19030/tid=19038] ppid=19028 vsize=194452 CPUtime=1201.72 cores=1,3,5,7
/proc/19030/task/19038/stat : 19038 (plingeling) R 19028 19030 18710 0 -1 4202560 472972 1258 0 0 120094 78 0 0 25 0 5 0 521087671 199118848 36399 33554432000 4194304 4417332 140735651162192 18446744073709551615 4364642 0 0 4096 17442 0 0 0 -1 3 0 0 0
[pid=19030/tid=19039] ppid=19028 vsize=194452 CPUtime=1201.72 cores=1,3,5,7
/proc/19030/task/19039/stat : 19039 (plingeling) R 19028 19030 18710 0 -1 4202560 459802 1258 0 0 120102 70 0 0 25 0 5 0 521087671 199118848 36399 33554432000 4194304 4417332 140735651162192 18446744073709551615 4364642 0 0 4096 17442 0 0 0 -1 1 0 0 0
[pid=19030/tid=19040] ppid=19028 vsize=194452 CPUtime=1195.21 cores=1,3,5,7
/proc/19030/task/19040/stat : 19040 (plingeling) R 19028 19030 18710 0 -1 4202560 566296 1258 0 0 119433 88 0 0 25 0 5 0 521087671 199118848 36399 33554432000 4194304 4417332 140735651162192 18446744073709551615 4364732 0 0 4096 17442 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 4800.38
Current children cumulated vsize (KiB) 194452

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.72
CPU time (s): 4800.42
CPU user time (s): 4797.31
CPU system time (s): 3.10653
CPU usage (%): 399.463
Max. virtual memory (cumulated for all children) (KiB): 227144

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 4797.31
system time used= 3.10653
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 1957039
page faults= 0
swaps= 0
block input operations= 0
block output operations= 0
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 81
involuntary context switches= 22822

runsolver used 1.92471 second user time and 4.5903 second system time

The end

Launcher Data

Begin job on node102 at 2011-04-29 18:34:13
IDJOB=3250724
IDBENCH=83353
IDSOLVER=1605
FILE ID=node102/3250724-1304094853
RUNJOBID= node102-1304092886-18729
PBS_JOBID= 13170584
Free space on /tmp= 71560 MiB

SOLVER NAME= Plingeling 587
BENCH NAME= SAT11/crafted/kullmann/VanDerWaerden/VanderWaerden3k/VanDerWaerden_2-3-15_218.cnf
COMMAND LINE= plingeling -t NBCORE BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3250724-1304094853/watcher-3250724-1304094853 -o /tmp/evaluation-result-3250724-1304094853/solver-3250724-1304094853 -C 4800 -W 1300 -M 15500  plingeling -t 4 HOME/instance-3250724-1304094853.cnf

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

MD5SUM BENCH= afc70649cebcc24cd0a7b28def593295
RANDOM SEED=926843563

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

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

processor	: 3
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.828
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.828
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.828
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.828
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.828
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:      30152192 kB
Buffers:        653720 kB
Cached:        1545112 kB
SwapCached:          8 kB
Active:         370028 kB
Inactive:      2005168 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32951124 kB
LowFree:      30152192 kB
SwapTotal:    67111528 kB
SwapFree:     67111416 kB
Dirty:              32 kB
Writeback:           0 kB
AnonPages:      175872 kB
Mapped:          15292 kB
Slab:           360072 kB
PageTables:       5000 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83587088 kB
Committed_AS:   359844 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= 71560 MiB
End job on node102 at 2011-04-29 18:54:17