Trace number 3263662

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.17 1201.73

General information on the benchmark

NameSAT03/handmade/anton/UNSAT/
SGI_30_50_30_20_3-log.shuffled-as.sat03-109.cnf
MD5SUMf19999592ac4a0c798533d80c1c7f2d7
Bench CategoryCRAFTED (crafted instances)
Best result obtained on this benchmarkUNSAT
Best CPU time to get the best result obtained on this benchmark4244.96
Satisfiable
(Un)Satisfiability was proved
Number of variables150
Number of clauses58358
Sum of the clauses size583280
Maximum clause length10
Minimum clause length5
Number of clauses of size 10
Number of clauses of size 20
Number of clauses of size 30
Number of clauses of size 40
Number of clauses of size 560
Number of clauses of size over 558298

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-3263662-1304100549/watcher-3263662-1304100549 -o /tmp/evaluation-result-3263662-1304100549/solver-3263662-1304100549 -C 4800 -W 1300 -M 15500 plingeling -t 4 HOME/instance-3263662-1304100549.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.38 7.96 7.99 1/173 9244
/proc/meminfo: memFree=19116260/32951132 swapFree=67111400/67111528
[pid=9244] ppid=9242 vsize=9320 CPUtime=0 cores=1,3,5,7
/proc/9244/stat : 9244 (plingeling) R 9242 9244 8608 0 -1 4202496 390 1250 0 0 0 0 0 0 21 0 1 0 521654583 9543680 319 33554432000 4194304 4417332 140734664730704 18446744073709551615 210647146240 0 0 4096 17442 0 0 0 17 3 0 0 0
/proc/9244/statm: 2330 319 146 55 0 216 0

[startup+0.0408989 s]
/proc/loadavg: 7.38 7.96 7.99 1/173 9244
/proc/meminfo: memFree=19116260/32951132 swapFree=67111400/67111528
[pid=9244] ppid=9242 vsize=17096 CPUtime=0.03 cores=1,3,5,7
/proc/9244/stat : 9244 (plingeling) R 9242 9244 8608 0 -1 4202496 2479 1250 0 0 3 0 0 0 21 0 1 0 521654583 17506304 2296 33554432000 4194304 4417332 140734664730704 18446744073709551615 210647146240 0 0 4096 17442 0 0 0 17 3 0 0 0
/proc/9244/statm: 4274 2296 147 55 0 2160 0
Current children cumulated CPU time (s) 0.03
Current children cumulated vsize (KiB) 17096

[startup+0.100887 s]
/proc/loadavg: 7.38 7.96 7.99 1/173 9244
/proc/meminfo: memFree=19116260/32951132 swapFree=67111400/67111528
[pid=9244] ppid=9242 vsize=25288 CPUtime=0.09 cores=1,3,5,7
/proc/9244/stat : 9244 (plingeling) R 9242 9244 8608 0 -1 4202496 4527 1250 0 0 9 0 0 0 21 0 1 0 521654583 25894912 4344 33554432000 4194304 4417332 140734664730704 18446744073709551615 210647146240 0 0 4096 17442 0 0 0 17 3 0 0 0
/proc/9244/statm: 6322 4344 147 55 0 4208 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 25288

[startup+0.300812 s]
/proc/loadavg: 7.38 7.96 7.99 1/173 9244
/proc/meminfo: memFree=19116260/32951132 swapFree=67111400/67111528
[pid=9244] ppid=9242 vsize=89408 CPUtime=0.75 cores=1,3,5,7
/proc/9244/stat : 9244 (plingeling) S 9242 9244 8608 0 -1 4202496 11936 1250 0 0 74 1 0 0 21 0 5 0 521654583 91553792 10156 33554432000 4194304 4417332 140734664730704 18446744073709551615 210658949093 0 0 4096 17442 18446744073709551615 0 0 17 3 0 0 0
/proc/9244/statm: 22352 10156 177 55 0 20238 0
Current children cumulated CPU time (s) 0.75
Current children cumulated vsize (KiB) 89408

[startup+0.700741 s]
/proc/loadavg: 7.38 7.96 7.99 1/173 9244
/proc/meminfo: memFree=19116260/32951132 swapFree=67111400/67111528
[pid=9244] ppid=9242 vsize=85692 CPUtime=2.35 cores=1,3,5,7
/proc/9244/stat : 9244 (plingeling) S 9242 9244 8608 0 -1 4202496 12603 1250 0 0 234 1 0 0 21 0 5 0 521654583 87748608 9223 33554432000 4194304 4417332 140734664730704 18446744073709551615 210658949093 0 0 4096 17442 18446744073709551615 0 0 17 3 0 0 0
/proc/9244/statm: 21423 9223 178 55 0 19309 0
Current children cumulated CPU time (s) 2.35
Current children cumulated vsize (KiB) 85692

[startup+1.50061 s]
/proc/loadavg: 7.38 7.96 7.99 9/184 9290
/proc/meminfo: memFree=19068388/32951132 swapFree=67111400/67111528
[pid=9244] ppid=9242 vsize=81268 CPUtime=5.54 cores=1,3,5,7
/proc/9244/stat : 9244 (plingeling) S 9242 9244 8608 0 -1 4202496 15478 1250 0 0 552 2 0 0 21 0 5 0 521654583 83218432 8120 33554432000 4194304 4417332 140734664730704 18446744073709551615 210658949093 0 0 4096 17442 18446744073709551615 0 0 17 3 0 0 0
/proc/9244/statm: 20317 8120 178 55 0 18203 0
[pid=9244/tid=9268] ppid=9242 vsize=81268 CPUtime=1.35 cores=1,3,5,7
/proc/9244/task/9268/stat : 9268 (plingeling) R 9242 9244 8608 0 -1 4202560 1212 1250 0 0 135 0 0 0 25 0 5 0 521654597 83218432 8120 33554432000 4194304 4417332 140734664730704 18446744073709551615 4364680 0 0 4096 17442 0 0 0 -1 3 0 0 0
[pid=9244/tid=9269] ppid=9242 vsize=81268 CPUtime=1.34 cores=1,3,5,7
/proc/9244/task/9269/stat : 9269 (plingeling) R 9242 9244 8608 0 -1 4202560 1638 1250 0 0 134 0 0 0 25 0 5 0 521654597 83218432 8120 33554432000 4194304 4417332 140734664730704 18446744073709551615 4366297 0 0 4096 17442 0 0 0 -1 1 0 0 0
[pid=9244/tid=9270] ppid=9242 vsize=81268 CPUtime=1.34 cores=1,3,5,7
/proc/9244/task/9270/stat : 9270 (plingeling) R 9242 9244 8608 0 -1 4202560 2262 1250 0 0 134 0 0 0 25 0 5 0 521654597 83218432 8120 33554432000 4194304 4417332 140734664730704 18446744073709551615 18446744073699065863 0 0 4096 17442 0 0 0 -1 7 0 0 0
[pid=9244/tid=9271] ppid=9242 vsize=81268 CPUtime=1.35 cores=1,3,5,7
/proc/9244/task/9271/stat : 9271 (plingeling) R 9242 9244 8608 0 -1 4202560 1731 1250 0 0 135 0 0 0 25 0 5 0 521654597 83218432 8120 33554432000 4194304 4417332 140734664730704 18446744073709551615 4364448 0 0 4096 17442 0 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 5.54
Current children cumulated vsize (KiB) 81268

[startup+3.10034 s]
/proc/loadavg: 7.38 7.96 7.99 9/184 9290
/proc/meminfo: memFree=19052640/32951132 swapFree=67111400/67111528
[pid=9244] ppid=9242 vsize=87944 CPUtime=11.94 cores=1,3,5,7
/proc/9244/stat : 9244 (plingeling) S 9242 9244 8608 0 -1 4202496 24122 1250 0 0 1190 4 0 0 21 0 5 0 521654583 90054656 9789 33554432000 4194304 4417332 140734664730704 18446744073709551615 210658949093 0 0 4096 17442 18446744073709551615 0 0 17 3 0 0 0
/proc/9244/statm: 21986 9789 178 55 0 19872 0
[pid=9244/tid=9268] ppid=9242 vsize=87944 CPUtime=2.95 cores=1,3,5,7
/proc/9244/task/9268/stat : 9268 (plingeling) R 9242 9244 8608 0 -1 4202560 3096 1250 0 0 295 0 0 0 25 0 5 0 521654597 90054656 9789 33554432000 4194304 4417332 140734664730704 18446744073709551615 4364720 0 0 4096 17442 0 0 0 -1 3 0 0 0
[pid=9244/tid=9269] ppid=9242 vsize=87944 CPUtime=2.94 cores=1,3,5,7
/proc/9244/task/9269/stat : 9269 (plingeling) R 9242 9244 8608 0 -1 4202560 3730 1250 0 0 294 0 0 0 25 0 5 0 521654597 90054656 9789 33554432000 4194304 4417332 140734664730704 18446744073709551615 4255010 0 0 4096 17442 0 0 0 -1 1 0 0 0
[pid=9244/tid=9270] ppid=9242 vsize=87944 CPUtime=2.93 cores=1,3,5,7
/proc/9244/task/9270/stat : 9270 (plingeling) R 9242 9244 8608 0 -1 4202560 4866 1250 0 0 293 0 0 0 25 0 5 0 521654597 90054656 9789 33554432000 4194304 4417332 140734664730704 18446744073709551615 4364541 0 0 4096 17442 0 0 0 -1 7 0 0 0
[pid=9244/tid=9271] ppid=9242 vsize=87944 CPUtime=2.94 cores=1,3,5,7
/proc/9244/task/9271/stat : 9271 (plingeling) R 9242 9244 8608 0 -1 4202560 3795 1250 0 0 294 0 0 0 25 0 5 0 521654597 90054656 9789 33554432000 4194304 4417332 140734664730704 18446744073709551615 4366384 0 0 4096 17442 0 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 11.94
Current children cumulated vsize (KiB) 87944

[startup+6.3008 s]
/proc/loadavg: 7.67 8.02 8.00 9/184 9291
/proc/meminfo: memFree=19027616/32951132 swapFree=67111400/67111528
[pid=9244] ppid=9242 vsize=89416 CPUtime=24.72 cores=1,3,5,7
/proc/9244/stat : 9244 (plingeling) S 9242 9244 8608 0 -1 4202496 36459 1250 0 0 2465 7 0 0 21 0 5 0 521654583 91561984 10157 33554432000 4194304 4417332 140734664730704 18446744073709551615 210658949093 0 0 4096 17442 18446744073709551615 0 0 17 3 0 0 0
/proc/9244/statm: 22354 10157 178 55 0 20240 0
[pid=9244/tid=9268] ppid=9242 vsize=89416 CPUtime=6.15 cores=1,3,5,7
/proc/9244/task/9268/stat : 9268 (plingeling) R 9242 9244 8608 0 -1 4202560 6601 1250 0 0 614 1 0 0 25 0 5 0 521654597 91561984 10157 33554432000 4194304 4417332 140734664730704 18446744073709551615 4364556 0 0 4096 17442 0 0 0 -1 3 0 0 0
[pid=9244/tid=9269] ppid=9242 vsize=89416 CPUtime=6.14 cores=1,3,5,7
/proc/9244/task/9269/stat : 9269 (plingeling) R 9242 9244 8608 0 -1 4202560 6124 1250 0 0 613 1 0 0 25 0 5 0 521654597 91561984 10157 33554432000 4194304 4417332 140734664730704 18446744073709551615 4356788 0 0 4096 17442 0 0 0 -1 1 0 0 0
[pid=9244/tid=9270] ppid=9242 vsize=89416 CPUtime=6.12 cores=1,3,5,7
/proc/9244/task/9270/stat : 9270 (plingeling) R 9242 9244 8608 0 -1 4202560 8781 1250 0 0 610 2 0 0 25 0 5 0 521654597 91561984 10157 33554432000 4194304 4417332 140734664730704 18446744073709551615 4364549 0 0 4096 17442 0 0 0 -1 7 0 0 0
[pid=9244/tid=9271] ppid=9242 vsize=89416 CPUtime=6.14 cores=1,3,5,7
/proc/9244/task/9271/stat : 9271 (plingeling) R 9242 9244 8608 0 -1 4202560 6318 1250 0 0 614 0 0 0 25 0 5 0 521654597 91561984 10157 33554432000 4194304 4417332 140734664730704 18446744073709551615 4364544 0 0 4096 17442 0 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 24.72
Current children cumulated vsize (KiB) 89416

[startup+12.7007 s]
/proc/loadavg: 7.78 8.03 8.01 9/184 9291
/proc/meminfo: memFree=18967184/32951132 swapFree=67111400/67111528
[pid=9244] ppid=9242 vsize=93220 CPUtime=50.28 cores=1,3,5,7
/proc/9244/stat : 9244 (plingeling) S 9242 9244 8608 0 -1 4202496 57123 1250 0 0 5018 10 0 0 21 0 5 0 521654583 95457280 11093 33554432000 4194304 4417332 140734664730704 18446744073709551615 210658949093 0 0 4096 17442 18446744073709551615 0 0 17 3 0 0 0
/proc/9244/statm: 23305 11093 178 55 0 21191 0
[pid=9244/tid=9268] ppid=9242 vsize=93220 CPUtime=12.55 cores=1,3,5,7
/proc/9244/task/9268/stat : 9268 (plingeling) R 9242 9244 8608 0 -1 4202560 11858 1250 0 0 1253 2 0 0 25 0 5 0 521654597 95457280 11093 33554432000 4194304 4417332 140734664730704 18446744073709551615 4364531 0 0 4096 17442 0 0 0 -1 3 0 0 0
[pid=9244/tid=9269] ppid=9242 vsize=93220 CPUtime=12.54 cores=1,3,5,7
/proc/9244/task/9269/stat : 9269 (plingeling) R 9242 9244 8608 0 -1 4202560 12250 1250 0 0 1252 2 0 0 25 0 5 0 521654597 95457280 11093 33554432000 4194304 4417332 140734664730704 18446744073709551615 4364642 0 0 4096 17442 0 0 0 -1 1 0 0 0
[pid=9244/tid=9270] ppid=9242 vsize=93220 CPUtime=12.48 cores=1,3,5,7
/proc/9244/task/9270/stat : 9270 (plingeling) R 9242 9244 8608 0 -1 4202560 13671 1250 0 0 1246 2 0 0 25 0 5 0 521654597 95457280 11093 33554432000 4194304 4417332 140734664730704 18446744073709551615 4364811 0 0 4096 17442 0 0 0 -1 7 0 0 0
[pid=9244/tid=9271] ppid=9242 vsize=93220 CPUtime=12.55 cores=1,3,5,7
/proc/9244/task/9271/stat : 9271 (plingeling) R 9242 9244 8608 0 -1 4202560 10709 1250 0 0 1254 1 0 0 25 0 5 0 521654597 95457280 11093 33554432000 4194304 4417332 140734664730704 18446744073709551615 4364509 0 0 4096 17442 0 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 50.28
Current children cumulated vsize (KiB) 93220

[startup+25.5006 s]
/proc/loadavg: 7.82 8.03 8.01 9/184 9291
/proc/meminfo: memFree=18866128/32951132 swapFree=67111400/67111528
[pid=9244] ppid=9242 vsize=100392 CPUtime=101.41 cores=1,3,5,7
/proc/9244/stat : 9244 (plingeling) S 9242 9244 8608 0 -1 4202496 88841 1250 0 0 10125 16 0 0 21 0 5 0 521654583 102801408 12896 33554432000 4194304 4417332 140734664730704 18446744073709551615 210658949093 0 0 4096 17442 18446744073709551615 0 0 17 3 0 0 0
/proc/9244/statm: 25098 12896 178 55 0 22984 0
[pid=9244/tid=9268] ppid=9242 vsize=100392 CPUtime=25.35 cores=1,3,5,7
/proc/9244/task/9268/stat : 9268 (plingeling) R 9242 9244 8608 0 -1 4202560 19215 1250 0 0 2531 4 0 0 25 0 5 0 521654597 102801408 12896 33554432000 4194304 4417332 140734664730704 18446744073709551615 4364470 0 0 4096 17442 0 0 0 -1 3 0 0 0
[pid=9244/tid=9269] ppid=9242 vsize=100392 CPUtime=25.35 cores=1,3,5,7
/proc/9244/task/9269/stat : 9269 (plingeling) R 9242 9244 8608 0 -1 4202560 19578 1250 0 0 2531 4 0 0 25 0 5 0 521654597 102801408 12896 33554432000 4194304 4417332 140734664730704 18446744073709551615 4364536 0 0 4096 17442 0 0 0 -1 1 0 0 0
[pid=9244/tid=9270] ppid=9242 vsize=100392 CPUtime=25.2 cores=1,3,5,7
/proc/9244/task/9270/stat : 9270 (plingeling) R 9242 9244 8608 0 -1 4202560 21004 1250 0 0 2517 3 0 0 25 0 5 0 521654597 102801408 12896 33554432000 4194304 4417332 140734664730704 18446744073709551615 4364556 0 0 4096 17442 0 0 0 -1 7 0 0 0
[pid=9244/tid=9271] ppid=9242 vsize=100392 CPUtime=25.34 cores=1,3,5,7
/proc/9244/task/9271/stat : 9271 (plingeling) R 9242 9244 8608 0 -1 4202560 20409 1250 0 0 2531 3 0 0 25 0 5 0 521654597 102801408 12896 33554432000 4194304 4417332 140734664730704 18446744073709551615 4364544 0 0 4096 17442 0 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 101.41
Current children cumulated vsize (KiB) 100392

[startup+51.1003 s]
/proc/loadavg: 7.94 8.04 8.01 9/184 9291
/proc/meminfo: memFree=18747636/32951132 swapFree=67111400/67111528
[pid=9244] ppid=9242 vsize=117580 CPUtime=203.67 cores=1,3,5,7
/proc/9244/stat : 9244 (plingeling) S 9242 9244 8608 0 -1 4202496 144559 1250 0 0 20340 27 0 0 21 0 5 0 521654583 120401920 17192 33554432000 4194304 4417332 140734664730704 18446744073709551615 210658949093 0 0 4096 17442 18446744073709551615 0 0 17 3 0 0 0
/proc/9244/statm: 29395 17192 178 55 0 27281 0
[pid=9244/tid=9268] ppid=9242 vsize=117580 CPUtime=50.95 cores=1,3,5,7
/proc/9244/task/9268/stat : 9268 (plingeling) R 9242 9244 8608 0 -1 4202560 33713 1250 0 0 5088 7 0 0 25 0 5 0 521654597 120401920 17192 33554432000 4194304 4417332 140734664730704 18446744073709551615 4364642 0 0 4096 17442 0 0 0 -1 3 0 0 0
[pid=9244/tid=9269] ppid=9242 vsize=117580 CPUtime=50.94 cores=1,3,5,7
/proc/9244/task/9269/stat : 9269 (plingeling) R 9242 9244 8608 0 -1 4202560 33634 1250 0 0 5088 6 0 0 25 0 5 0 521654597 120401920 17192 33554432000 4194304 4417332 140734664730704 18446744073709551615 4366303 0 0 4096 17442 0 0 0 -1 1 0 0 0
[pid=9244/tid=9270] ppid=9242 vsize=117580 CPUtime=50.67 cores=1,3,5,7
/proc/9244/task/9270/stat : 9270 (plingeling) R 9242 9244 8608 0 -1 4202560 36501 1250 0 0 5061 6 0 0 25 0 5 0 521654597 120401920 17192 33554432000 4194304 4417332 140734664730704 18446744073709551615 4364642 0 0 4096 17442 0 0 0 -1 7 0 0 0
[pid=9244/tid=9271] ppid=9242 vsize=117580 CPUtime=50.94 cores=1,3,5,7
/proc/9244/task/9271/stat : 9271 (plingeling) R 9242 9244 8608 0 -1 4202560 32076 1250 0 0 5089 5 0 0 25 0 5 0 521654597 120401920 17192 33554432000 4194304 4417332 140734664730704 18446744073709551615 4344093 0 0 4096 17442 0 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 203.67
Current children cumulated vsize (KiB) 117580

[startup+102.307 s]
/proc/loadavg: 7.97 8.03 8.01 9/184 9293
/proc/meminfo: memFree=18521572/32951132 swapFree=67111400/67111528
[pid=9244] ppid=9242 vsize=131144 CPUtime=408.22 cores=1,3,5,7
/proc/9244/stat : 9244 (plingeling) S 9242 9244 8608 0 -1 4202496 219412 1250 0 0 40783 39 0 0 21 0 5 0 521654583 134291456 20571 33554432000 4194304 4417332 140734664730704 18446744073709551615 210658949093 0 0 4096 17442 18446744073709551615 0 0 17 3 0 0 0
/proc/9244/statm: 32786 20571 178 55 0 30672 0
[pid=9244/tid=9268] ppid=9242 vsize=131144 CPUtime=102.15 cores=1,3,5,7
/proc/9244/task/9268/stat : 9268 (plingeling) R 9242 9244 8608 0 -1 4202560 52278 1250 0 0 10206 9 0 0 25 0 5 0 521654597 134291456 20571 33554432000 4194304 4417332 140734664730704 18446744073709551615 4364642 0 0 4096 17442 0 0 0 -1 3 0 0 0
[pid=9244/tid=9269] ppid=9242 vsize=131144 CPUtime=102.15 cores=1,3,5,7
/proc/9244/task/9269/stat : 9269 (plingeling) R 9242 9244 8608 0 -1 4202560 49318 1250 0 0 10206 9 0 0 25 0 5 0 521654597 134291456 20571 33554432000 4194304 4417332 140734664730704 18446744073709551615 4364642 0 0 4096 17442 0 0 0 -1 1 0 0 0
[pid=9244/tid=9270] ppid=9242 vsize=131144 CPUtime=101.59 cores=1,3,5,7
/proc/9244/task/9270/stat : 9270 (plingeling) R 9242 9244 8608 0 -1 4202560 56594 1250 0 0 10150 9 0 0 25 0 5 0 521654597 134291456 20571 33554432000 4194304 4417332 140734664730704 18446744073709551615 4364487 0 0 4096 17442 0 0 0 -1 7 0 0 0
[pid=9244/tid=9271] ppid=9242 vsize=131144 CPUtime=102.14 cores=1,3,5,7
/proc/9244/task/9271/stat : 9271 (plingeling) R 9242 9244 8608 0 -1 4202560 52587 1250 0 0 10205 9 0 0 25 0 5 0 521654597 134291456 20571 33554432000 4194304 4417332 140734664730704 18446744073709551615 4366303 0 0 4096 17442 0 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 408.22
Current children cumulated vsize (KiB) 131144

[startup+162.301 s]
/proc/loadavg: 8.05 8.04 8.01 9/184 9295
/proc/meminfo: memFree=18468744/32951132 swapFree=67111400/67111528
[pid=9244] ppid=9242 vsize=172860 CPUtime=647.87 cores=1,3,5,7
/proc/9244/stat : 9244 (plingeling) S 9242 9244 8608 0 -1 4202496 290588 1250 0 0 64736 51 0 0 21 0 5 0 521654583 177008640 31024 33554432000 4194304 4417332 140734664730704 18446744073709551615 210658949093 0 0 4096 17442 18446744073709551615 0 0 17 3 0 0 0
/proc/9244/statm: 43215 31024 178 55 0 41101 0
[pid=9244/tid=9268] ppid=9242 vsize=172860 CPUtime=162.15 cores=1,3,5,7
/proc/9244/task/9268/stat : 9268 (plingeling) R 9242 9244 8608 0 -1 4202560 73142 1250 0 0 16201 14 0 0 25 0 5 0 521654597 177008640 31024 33554432000 4194304 4417332 140734664730704 18446744073709551615 4364487 0 0 4096 17442 0 0 0 -1 3 0 0 0
[pid=9244/tid=9269] ppid=9242 vsize=172860 CPUtime=162.15 cores=1,3,5,7
/proc/9244/task/9269/stat : 9269 (plingeling) R 9242 9244 8608 0 -1 4202560 66104 1250 0 0 16204 11 0 0 25 0 5 0 521654597 177008640 31024 33554432000 4194304 4417332 140734664730704 18446744073709551615 4364822 0 0 4096 17442 0 0 0 -1 1 0 0 0
[pid=9244/tid=9270] ppid=9242 vsize=172860 CPUtime=161.27 cores=1,3,5,7
/proc/9244/task/9270/stat : 9270 (plingeling) R 9242 9244 8608 0 -1 4202560 73925 1250 0 0 16115 12 0 0 25 0 5 0 521654597 177008640 31024 33554432000 4194304 4417332 140734664730704 18446744073709551615 4364473 0 0 4096 17442 0 0 0 -1 7 0 0 0
[pid=9244/tid=9271] ppid=9242 vsize=172860 CPUtime=162.13 cores=1,3,5,7
/proc/9244/task/9271/stat : 9271 (plingeling) R 9242 9244 8608 0 -1 4202560 68782 1250 0 0 16201 12 0 0 25 0 5 0 521654597 177008640 31024 33554432000 4194304 4417332 140734664730704 18446744073709551615 4365963 0 0 4096 17442 0 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 647.87
Current children cumulated vsize (KiB) 172860


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

[pid=9244/tid=9269] ppid=9242 vsize=319284 CPUtime=762.16 cores=1,3,5,7
/proc/9244/task/9269/stat : 9269 (plingeling) R 9242 9244 8608 0 -1 4202560 233084 1250 0 0 76181 35 0 0 25 0 5 0 521654597 326946816 67638 33554432000 4194304 4417332 140734664730704 18446744073709551615 4364671 0 0 4096 17442 0 0 0 -1 1 0 0 0
[pid=9244/tid=9270] ppid=9242 vsize=319284 CPUtime=758.01 cores=1,3,5,7
/proc/9244/task/9270/stat : 9270 (plingeling) R 9242 9244 8608 0 -1 4202560 224131 1250 0 0 75765 36 0 0 25 0 5 0 521654597 326946816 67638 33554432000 4194304 4417332 140734664730704 18446744073709551615 4365960 0 0 4096 17442 0 0 0 -1 7 0 0 0
[pid=9244/tid=9271] ppid=9242 vsize=319284 CPUtime=762.13 cores=1,3,5,7
/proc/9244/task/9271/stat : 9271 (plingeling) R 9242 9244 8608 0 -1 4202560 140530 1250 0 0 76188 25 0 0 25 0 5 0 521654597 326946816 67638 33554432000 4194304 4417332 140734664730704 18446744073709551615 4364642 0 0 4096 17442 0 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 3044.63
Current children cumulated vsize (KiB) 319284

[startup+822.301 s]
/proc/loadavg: 6.65 7.72 7.89 5/174 9329
/proc/meminfo: memFree=18879076/32951132 swapFree=67111400/67111528
[pid=9244] ppid=9242 vsize=287948 CPUtime=3284.3 cores=1,3,5,7
/proc/9244/stat : 9244 (plingeling) S 9242 9244 8608 0 -1 4202496 916874 1250 0 0 328282 148 0 0 21 0 5 0 521654583 294858752 59772 33554432000 4194304 4417332 140734664730704 18446744073709551615 210658949093 0 0 4096 17442 18446744073709551615 0 0 17 3 0 0 0
/proc/9244/statm: 71987 59772 178 55 0 69873 0
[pid=9244/tid=9268] ppid=9242 vsize=287948 CPUtime=822.16 cores=1,3,5,7
/proc/9244/task/9268/stat : 9268 (plingeling) R 9242 9244 8608 0 -1 4202560 268275 1250 0 0 82173 43 0 0 25 0 5 0 521654597 294858752 59772 33554432000 4194304 4417332 140734664730704 18446744073709551615 4366297 0 0 4096 17442 0 0 0 -1 3 0 0 0
[pid=9244/tid=9269] ppid=9242 vsize=287948 CPUtime=822.16 cores=1,3,5,7
/proc/9244/task/9269/stat : 9269 (plingeling) R 9242 9244 8608 0 -1 4202560 245300 1250 0 0 82179 37 0 0 25 0 5 0 521654597 294858752 59772 33554432000 4194304 4417332 140734664730704 18446744073709551615 4364683 0 0 4096 17442 0 0 0 -1 1 0 0 0
[pid=9244/tid=9270] ppid=9242 vsize=287948 CPUtime=817.7 cores=1,3,5,7
/proc/9244/task/9270/stat : 9270 (plingeling) R 9242 9244 8608 0 -1 4202560 231422 1250 0 0 81733 37 0 0 25 0 5 0 521654597 294858752 59772 33554432000 4194304 4417332 140734664730704 18446744073709551615 4364631 0 0 4096 17442 0 0 0 -1 7 0 0 0
[pid=9244/tid=9271] ppid=9242 vsize=287948 CPUtime=822.12 cores=1,3,5,7
/proc/9244/task/9271/stat : 9271 (plingeling) R 9242 9244 8608 0 -1 4202560 163242 1250 0 0 82183 29 0 0 25 0 5 0 521654597 294858752 59772 33554432000 4194304 4417332 140734664730704 18446744073709551615 4366729 0 0 4096 17442 0 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 3284.3
Current children cumulated vsize (KiB) 287948

[startup+882.301 s]
/proc/loadavg: 4.97 7.04 7.65 5/174 9331
/proc/meminfo: memFree=18887252/32951132 swapFree=67111400/67111528
[pid=9244] ppid=9242 vsize=279744 CPUtime=3524.02 cores=1,3,5,7
/proc/9244/stat : 9244 (plingeling) S 9242 9244 8608 0 -1 4202496 958965 1250 0 0 352247 155 0 0 21 0 5 0 521654583 286457856 57721 33554432000 4194304 4417332 140734664730704 18446744073709551615 210658949093 0 0 4096 17442 18446744073709551615 0 0 17 3 0 0 0
/proc/9244/statm: 69936 57721 178 55 0 67822 0
[pid=9244/tid=9268] ppid=9242 vsize=279744 CPUtime=882.16 cores=1,3,5,7
/proc/9244/task/9268/stat : 9268 (plingeling) R 9242 9244 8608 0 -1 4202560 282750 1250 0 0 88170 46 0 0 25 0 5 0 521654597 286457856 57721 33554432000 4194304 4417332 140734664730704 18446744073709551615 4364509 0 0 4096 17442 0 0 0 -1 3 0 0 0
[pid=9244/tid=9269] ppid=9242 vsize=279744 CPUtime=882.16 cores=1,3,5,7
/proc/9244/task/9269/stat : 9269 (plingeling) R 9242 9244 8608 0 -1 4202560 260553 1250 0 0 88177 39 0 0 25 0 5 0 521654597 286457856 57721 33554432000 4194304 4417332 140734664730704 18446744073709551615 4364642 0 0 4096 17442 0 0 0 -1 1 0 0 0
[pid=9244/tid=9270] ppid=9242 vsize=279744 CPUtime=877.4 cores=1,3,5,7
/proc/9244/task/9270/stat : 9270 (plingeling) R 9242 9244 8608 0 -1 4202560 243785 1250 0 0 87702 38 0 0 25 0 5 0 521654597 286457856 57721 33554432000 4194304 4417332 140734664730704 18446744073709551615 4357790 0 0 4096 17442 0 0 0 -1 7 0 0 0
[pid=9244/tid=9271] ppid=9242 vsize=279744 CPUtime=882.12 cores=1,3,5,7
/proc/9244/task/9271/stat : 9271 (plingeling) R 9242 9244 8608 0 -1 4202560 163242 1250 0 0 88183 29 0 0 25 0 5 0 521654597 286457856 57721 33554432000 4194304 4417332 140734664730704 18446744073709551615 4366381 0 0 4096 17442 0 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 3524.02
Current children cumulated vsize (KiB) 279744

[startup+942.301 s]
/proc/loadavg: 4.40 6.50 7.42 5/174 9332
/proc/meminfo: memFree=18869500/32951132 swapFree=67111400/67111528
[pid=9244] ppid=9242 vsize=308532 CPUtime=3763.73 cores=1,3,5,7
/proc/9244/stat : 9244 (plingeling) S 9242 9244 8608 0 -1 4202496 993108 1250 0 0 376213 160 0 0 21 0 5 0 521654583 315936768 64918 33554432000 4194304 4417332 140734664730704 18446744073709551615 210658949093 0 0 4096 17442 18446744073709551615 0 0 17 3 0 0 0
/proc/9244/statm: 77133 64918 178 55 0 75019 0
[pid=9244/tid=9268] ppid=9242 vsize=308532 CPUtime=942.16 cores=1,3,5,7
/proc/9244/task/9268/stat : 9268 (plingeling) R 9242 9244 8608 0 -1 4202560 291216 1250 0 0 94169 47 0 0 25 0 5 0 521654597 315936768 64918 33554432000 4194304 4417332 140734664730704 18446744073709551615 4364990 0 0 4096 17442 0 0 0 -1 3 0 0 0
[pid=9244/tid=9269] ppid=9242 vsize=308532 CPUtime=942.16 cores=1,3,5,7
/proc/9244/task/9269/stat : 9269 (plingeling) R 9242 9244 8608 0 -1 4202560 275494 1250 0 0 94175 41 0 0 25 0 5 0 521654597 315936768 64918 33554432000 4194304 4417332 140734664730704 18446744073709551615 4364642 0 0 4096 17442 0 0 0 -1 1 0 0 0
[pid=9244/tid=9270] ppid=9242 vsize=308532 CPUtime=937.12 cores=1,3,5,7
/proc/9244/task/9270/stat : 9270 (plingeling) R 9242 9244 8608 0 -1 4202560 254008 1250 0 0 93672 40 0 0 25 0 5 0 521654597 315936768 64918 33554432000 4194304 4417332 140734664730704 18446744073709551615 4364642 0 0 4096 17442 0 0 0 -1 7 0 0 0
[pid=9244/tid=9271] ppid=9242 vsize=308532 CPUtime=942.12 cores=1,3,5,7
/proc/9244/task/9271/stat : 9271 (plingeling) R 9242 9244 8608 0 -1 4202560 163755 1250 0 0 94183 29 0 0 25 0 5 0 521654597 315936768 64918 33554432000 4194304 4417332 140734664730704 18446744073709551615 4364560 0 0 4096 17442 0 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 3763.73
Current children cumulated vsize (KiB) 308532

[startup+1002.3 s]
/proc/loadavg: 4.15 6.04 7.20 5/174 9334
/proc/meminfo: memFree=18824720/32951132 swapFree=67111400/67111528
[pid=9244] ppid=9242 vsize=342592 CPUtime=4003.44 cores=1,3,5,7
/proc/9244/stat : 9244 (plingeling) S 9242 9244 8608 0 -1 4202496 1036348 1250 0 0 400178 166 0 0 21 0 5 0 521654583 350814208 73433 33554432000 4194304 4417332 140734664730704 18446744073709551615 210658949093 0 0 4096 17442 18446744073709551615 0 0 17 3 0 0 0
/proc/9244/statm: 85648 73433 178 55 0 83534 0
[pid=9244/tid=9268] ppid=9242 vsize=342592 CPUtime=1002.16 cores=1,3,5,7
/proc/9244/task/9268/stat : 9268 (plingeling) R 9242 9244 8608 0 -1 4202560 301313 1250 0 0 100168 48 0 0 25 0 5 0 521654597 350814208 73433 33554432000 4194304 4417332 140734664730704 18446744073709551615 4364642 0 0 4096 17442 0 0 0 -1 3 0 0 0
[pid=9244/tid=9269] ppid=9242 vsize=342592 CPUtime=1002.16 cores=1,3,5,7
/proc/9244/task/9269/stat : 9269 (plingeling) R 9242 9244 8608 0 -1 4202560 289968 1250 0 0 100173 43 0 0 25 0 5 0 521654597 350814208 73433 33554432000 4194304 4417332 140734664730704 18446744073709551615 4364494 0 0 4096 17442 0 0 0 -1 1 0 0 0
[pid=9244/tid=9270] ppid=9242 vsize=342592 CPUtime=996.83 cores=1,3,5,7
/proc/9244/task/9270/stat : 9270 (plingeling) R 9242 9244 8608 0 -1 4202560 263675 1250 0 0 99642 41 0 0 25 0 5 0 521654597 350814208 73433 33554432000 4194304 4417332 140734664730704 18446744073709551615 4364822 0 0 4096 17442 0 0 0 -1 7 0 0 0
[pid=9244/tid=9271] ppid=9242 vsize=342592 CPUtime=1002.12 cores=1,3,5,7
/proc/9244/task/9271/stat : 9271 (plingeling) R 9242 9244 8608 0 -1 4202560 172757 1250 0 0 100181 31 0 0 25 0 5 0 521654597 350814208 73433 33554432000 4194304 4417332 140734664730704 18446744073709551615 4364811 0 0 4096 17442 0 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 4003.44
Current children cumulated vsize (KiB) 342592

[startup+1062.3 s]
/proc/loadavg: 4.09 5.68 7.00 5/174 9336
/proc/meminfo: memFree=18831776/32951132 swapFree=67111400/67111528
[pid=9244] ppid=9242 vsize=335704 CPUtime=4243.16 cores=1,3,5,7
/proc/9244/stat : 9244 (plingeling) S 9242 9244 8608 0 -1 4202496 1062218 1250 0 0 424146 170 0 0 21 0 5 0 521654583 343760896 71711 33554432000 4194304 4417332 140734664730704 18446744073709551615 210658949093 0 0 4096 17442 18446744073709551615 0 0 17 3 0 0 0
/proc/9244/statm: 83926 71711 178 55 0 81812 0
[pid=9244/tid=9268] ppid=9242 vsize=335704 CPUtime=1062.17 cores=1,3,5,7
/proc/9244/task/9268/stat : 9268 (plingeling) R 9242 9244 8608 0 -1 4202560 310645 1250 0 0 106167 50 0 0 25 0 5 0 521654597 343760896 71711 33554432000 4194304 4417332 140734664730704 18446744073709551615 4365960 0 0 4096 17442 0 0 0 -1 3 0 0 0
[pid=9244/tid=9269] ppid=9242 vsize=335704 CPUtime=1062.16 cores=1,3,5,7
/proc/9244/task/9269/stat : 9269 (plingeling) R 9242 9244 8608 0 -1 4202560 299351 1250 0 0 106172 44 0 0 25 0 5 0 521654597 343760896 71711 33554432000 4194304 4417332 140734664730704 18446744073709551615 4364556 0 0 4096 17442 0 0 0 -1 1 0 0 0
[pid=9244/tid=9270] ppid=9242 vsize=335704 CPUtime=1056.55 cores=1,3,5,7
/proc/9244/task/9270/stat : 9270 (plingeling) R 9242 9244 8608 0 -1 4202560 270830 1250 0 0 105612 43 0 0 25 0 5 0 521654597 343760896 71711 33554432000 4194304 4417332 140734664730704 18446744073709551615 4364541 0 0 4096 17442 0 0 0 -1 7 0 0 0
[pid=9244/tid=9271] ppid=9242 vsize=335704 CPUtime=1062.12 cores=1,3,5,7
/proc/9244/task/9271/stat : 9271 (plingeling) R 9242 9244 8608 0 -1 4202560 172757 1250 0 0 106181 31 0 0 25 0 5 0 521654597 343760896 71711 33554432000 4194304 4417332 140734664730704 18446744073709551615 4364642 0 0 4096 17442 0 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 4243.16
Current children cumulated vsize (KiB) 335704

[startup+1122.3 s]
/proc/loadavg: 4.07 5.39 6.82 5/174 9337
/proc/meminfo: memFree=18787612/32951132 swapFree=67111400/67111528
[pid=9244] ppid=9242 vsize=379684 CPUtime=4482.88 cores=1,3,5,7
/proc/9244/stat : 9244 (plingeling) S 9242 9244 8608 0 -1 4202496 1105801 1250 0 0 448110 178 0 0 21 0 5 0 521654583 388796416 82706 33554432000 4194304 4417332 140734664730704 18446744073709551615 210658949093 0 0 4096 17442 18446744073709551615 0 0 17 3 0 0 0
/proc/9244/statm: 94921 82706 178 55 0 92807 0
[pid=9244/tid=9268] ppid=9242 vsize=379684 CPUtime=1122.17 cores=1,3,5,7
/proc/9244/task/9268/stat : 9268 (plingeling) R 9242 9244 8608 0 -1 4202560 321601 1250 0 0 112165 52 0 0 25 0 5 0 521654597 388796416 82706 33554432000 4194304 4417332 140734664730704 18446744073709551615 4364642 0 0 4096 17442 0 0 0 -1 3 0 0 0
[pid=9244/tid=9269] ppid=9242 vsize=379684 CPUtime=1122.16 cores=1,3,5,7
/proc/9244/task/9269/stat : 9269 (plingeling) R 9242 9244 8608 0 -1 4202560 308602 1250 0 0 112171 45 0 0 25 0 5 0 521654597 388796416 82706 33554432000 4194304 4417332 140734664730704 18446744073709551615 4364642 0 0 4096 17442 0 0 0 -1 1 0 0 0
[pid=9244/tid=9270] ppid=9242 vsize=379684 CPUtime=1116.26 cores=1,3,5,7
/proc/9244/task/9270/stat : 9270 (plingeling) R 9242 9244 8608 0 -1 4202560 279083 1250 0 0 111582 44 0 0 25 0 5 0 521654597 388796416 82706 33554432000 4194304 4417332 140734664730704 18446744073709551615 4364526 0 0 4096 17442 0 0 0 -1 7 0 0 0
[pid=9244/tid=9271] ppid=9242 vsize=379684 CPUtime=1122.11 cores=1,3,5,7
/proc/9244/task/9271/stat : 9271 (plingeling) R 9242 9244 8608 0 -1 4202560 187880 1250 0 0 112177 34 0 0 25 0 5 0 521654597 388796416 82706 33554432000 4194304 4417332 140734664730704 18446744073709551615 4364652 0 0 4096 17442 0 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 4482.88
Current children cumulated vsize (KiB) 379684

[startup+1182.3 s]
/proc/loadavg: 4.06 5.15 6.64 5/174 9339
/proc/meminfo: memFree=18773716/32951132 swapFree=67111400/67111528
[pid=9244] ppid=9242 vsize=393900 CPUtime=4722.6 cores=1,3,5,7
/proc/9244/stat : 9244 (plingeling) S 9242 9244 8608 0 -1 4202496 1133519 1250 0 0 472078 182 0 0 21 0 5 0 521654583 403353600 86260 33554432000 4194304 4417332 140734664730704 18446744073709551615 210658949093 0 0 4096 17442 18446744073709551615 0 0 17 3 0 0 0
/proc/9244/statm: 98475 86260 178 55 0 96361 0
[pid=9244/tid=9268] ppid=9242 vsize=393900 CPUtime=1182.17 cores=1,3,5,7
/proc/9244/task/9268/stat : 9268 (plingeling) R 9242 9244 8608 0 -1 4202560 330310 1250 0 0 118164 53 0 0 25 0 5 0 521654597 403353600 86260 33554432000 4194304 4417332 140734664730704 18446744073709551615 4364642 0 0 4096 17442 0 0 0 -1 3 0 0 0
[pid=9244/tid=9269] ppid=9242 vsize=393900 CPUtime=1182.16 cores=1,3,5,7
/proc/9244/task/9269/stat : 9269 (plingeling) R 9242 9244 8608 0 -1 4202560 318267 1250 0 0 118169 47 0 0 25 0 5 0 521654597 403353600 86260 33554432000 4194304 4417332 140734664730704 18446744073709551615 4364642 0 0 4096 17442 0 0 0 -1 1 0 0 0
[pid=9244/tid=9270] ppid=9242 vsize=393900 CPUtime=1175.98 cores=1,3,5,7
/proc/9244/task/9270/stat : 9270 (plingeling) R 9242 9244 8608 0 -1 4202560 288427 1250 0 0 117553 45 0 0 25 0 5 0 521654597 403353600 86260 33554432000 4194304 4417332 140734664730704 18446744073709551615 4364642 0 0 4096 17442 0 0 0 -1 7 0 0 0
[pid=9244/tid=9271] ppid=9242 vsize=393900 CPUtime=1182.12 cores=1,3,5,7
/proc/9244/task/9271/stat : 9271 (plingeling) R 9242 9244 8608 0 -1 4202560 187880 1250 0 0 118178 34 0 0 25 0 5 0 521654597 403353600 86260 33554432000 4194304 4417332 140734664730704 18446744073709551615 4366384 0 0 4096 17442 0 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 4722.6
Current children cumulated vsize (KiB) 393900



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1201.7 s]
/proc/loadavg: 4.10 5.09 6.59 5/174 9339
/proc/meminfo: memFree=18756216/32951132 swapFree=67111400/67111528
[pid=9244] ppid=9242 vsize=411136 CPUtime=4800.12 cores=1,3,5,7
/proc/9244/stat : 9244 (plingeling) S 9242 9244 8608 0 -1 4202496 1144686 1250 0 0 479829 183 0 0 21 0 5 0 521654583 421003264 90569 33554432000 4194304 4417332 140734664730704 18446744073709551615 210658949093 0 0 4096 17442 18446744073709551615 0 0 17 3 0 0 0
/proc/9244/statm: 102784 90569 178 55 0 100670 0
[pid=9244/tid=9268] ppid=9242 vsize=411136 CPUtime=1201.57 cores=1,3,5,7
/proc/9244/task/9268/stat : 9268 (plingeling) R 9242 9244 8608 0 -1 4202560 332606 1250 0 0 120104 53 0 0 25 0 5 0 521654597 421003264 90569 33554432000 4194304 4417332 140734664730704 18446744073709551615 4364494 0 0 4096 17442 0 0 0 -1 3 0 0 0
[pid=9244/tid=9269] ppid=9242 vsize=411136 CPUtime=1201.57 cores=1,3,5,7
/proc/9244/task/9269/stat : 9269 (plingeling) R 9242 9244 8608 0 -1 4202560 321271 1250 0 0 120110 47 0 0 25 0 5 0 521654597 421003264 90569 33554432000 4194304 4417332 140734664730704 18446744073709551615 4364479 0 0 4096 17442 0 0 0 -1 1 0 0 0
[pid=9244/tid=9270] ppid=9242 vsize=411136 CPUtime=1195.29 cores=1,3,5,7
/proc/9244/task/9270/stat : 9270 (plingeling) R 9242 9244 8608 0 -1 4202560 290899 1250 0 0 119483 46 0 0 25 0 5 0 521654597 421003264 90569 33554432000 4194304 4417332 140734664730704 18446744073709551615 4364715 0 0 4096 17442 0 0 0 -1 7 0 0 0
[pid=9244/tid=9271] ppid=9242 vsize=411136 CPUtime=1201.52 cores=1,3,5,7
/proc/9244/task/9271/stat : 9271 (plingeling) R 9242 9244 8608 0 -1 4202560 191275 1250 0 0 120118 34 0 0 25 0 5 0 521654597 421003264 90569 33554432000 4194304 4417332 140734664730704 18446744073709551615 4364642 0 0 4096 17442 0 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 4800.12
Current children cumulated vsize (KiB) 411136

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

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

[startup+1201.7 s]
/proc/loadavg: 4.10 5.09 6.59 5/174 9339
/proc/meminfo: memFree=18756216/32951132 swapFree=67111400/67111528
[pid=9244] ppid=9242 vsize=411136 CPUtime=4800.12 cores=1,3,5,7
/proc/9244/stat : 9244 (plingeling) S 9242 9244 8608 0 -1 4202496 1144686 1250 0 0 479829 183 0 0 21 0 5 0 521654583 421003264 90569 33554432000 4194304 4417332 140734664730704 18446744073709551615 210658949093 0 0 4096 17442 18446744073709551615 0 0 17 3 0 0 0
/proc/9244/statm: 102784 90569 178 55 0 100670 0
[pid=9244/tid=9268] ppid=9242 vsize=411136 CPUtime=1201.57 cores=1,3,5,7
/proc/9244/task/9268/stat : 9268 (plingeling) R 9242 9244 8608 0 -1 4202560 332606 1250 0 0 120104 53 0 0 25 0 5 0 521654597 421003264 90569 33554432000 4194304 4417332 140734664730704 18446744073709551615 4364494 0 0 4096 17442 0 0 0 -1 3 0 0 0
[pid=9244/tid=9269] ppid=9242 vsize=411136 CPUtime=1201.57 cores=1,3,5,7
/proc/9244/task/9269/stat : 9269 (plingeling) R 9242 9244 8608 0 -1 4202560 321271 1250 0 0 120110 47 0 0 25 0 5 0 521654597 421003264 90569 33554432000 4194304 4417332 140734664730704 18446744073709551615 4364479 0 0 4096 17442 0 0 0 -1 1 0 0 0
[pid=9244/tid=9270] ppid=9242 vsize=411136 CPUtime=1195.29 cores=1,3,5,7
/proc/9244/task/9270/stat : 9270 (plingeling) R 9242 9244 8608 0 -1 4202560 290899 1250 0 0 119483 46 0 0 25 0 5 0 521654597 421003264 90569 33554432000 4194304 4417332 140734664730704 18446744073709551615 4364715 0 0 4096 17442 0 0 0 -1 7 0 0 0
[pid=9244/tid=9271] ppid=9242 vsize=411136 CPUtime=1201.52 cores=1,3,5,7
/proc/9244/task/9271/stat : 9271 (plingeling) R 9242 9244 8608 0 -1 4202560 191275 1250 0 0 120118 34 0 0 25 0 5 0 521654597 421003264 90569 33554432000 4194304 4417332 140734664730704 18446744073709551615 4364642 0 0 4096 17442 0 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 4800.12
Current children cumulated vsize (KiB) 411136

Child ended because it received signal 15 (SIGTERM)
Real time (s): 1201.73
CPU time (s): 4800.17
CPU user time (s): 4798.31
CPU system time (s): 1.85472
CPU usage (%): 399.438
Max. virtual memory (cumulated for all children) (KiB): 411136

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 4798.31
system time used= 1.85472
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 1145937
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= 40
involuntary context switches= 21796

runsolver used 1.84272 second user time and 4.44732 second system time

The end

Launcher Data

Begin job on node129 at 2011-04-29 20:09:10
IDJOB=3263662
IDBENCH=84004
IDSOLVER=1605
FILE ID=node129/3263662-1304100549
RUNJOBID= node129-1304099345-9134
PBS_JOBID= 13170600
Free space on /tmp= 66368 MiB

SOLVER NAME= Plingeling 587
BENCH NAME= SAT03/handmade/anton/UNSAT/SGI_30_50_30_20_3-log.shuffled-as.sat03-109.cnf
COMMAND LINE= plingeling -t NBCORE BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3263662-1304100549/watcher-3263662-1304100549 -o /tmp/evaluation-result-3263662-1304100549/solver-3263662-1304100549 -C 4800 -W 1300 -M 15500  plingeling -t 4 HOME/instance-3263662-1304100549.cnf

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

MD5SUM BENCH= f19999592ac4a0c798533d80c1c7f2d7
RANDOM SEED=639354241

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

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

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


/proc/meminfo:
MemTotal:     32951132 kB
MemFree:      19116548 kB
Buffers:       1254260 kB
Cached:       11851624 kB
SwapCached:        128 kB
Active:        2208504 kB
Inactive:     10963704 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32951132 kB
LowFree:      19116548 kB
SwapTotal:    67111528 kB
SwapFree:     67111400 kB
Dirty:            2384 kB
Writeback:           0 kB
AnonPages:       65688 kB
Mapped:          15372 kB
Slab:           598580 kB
PageTables:       4656 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83587092 kB
Committed_AS:   220084 kB
VmallocTotal: 34359738367 kB
VmallocUsed:    296000 kB
VmallocChunk: 34359440975 kB
HugePages_Total:     0
HugePages_Free:      0
HugePages_Rsvd:      0
Hugepagesize:     2048 kB

Free space on /tmp at the end= 66368 MiB
End job on node129 at 2011-04-29 20:29:13