Trace number 3371017

Some explanations

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

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

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

Solver answer on this benchmark

Solver NameAnswerCPU timeWall clock time
Plingeling 587f (fixed)? (TO) 4800.16 1202.85

General information on the benchmark

NameCRAFTED/rbsat/random/forced/
rbsat-v1375c111739gyes10.cnf
MD5SUMc904604702db7cfabf92e607e197d409
Bench CategoryCRAFTED (crafted instances)
Best result obtained on this benchmarkSAT
Best CPU time to get the best result obtained on this benchmark8.17476
Satisfiable
(Un)Satisfiability was proved
Number of variables1375
Number of clauses111739
Sum of the clauses size224743
Maximum clause length25
Minimum clause length2
Number of clauses of size 10
Number of clauses of size 2111684
Number of clauses of size 30
Number of clauses of size 40
Number of clauses of size 50
Number of clauses of size over 555

Solver Data


Verifier Data

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

Watcher Data

runsolver Copyright (C) 2010-2011 Olivier ROUSSEL

This is runsolver version 3.3.0 (svn: 961)

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

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-3371017-1305419334/watcher-3371017-1305419334 -o /tmp/evaluation-result-3371017-1305419334/solver-3371017-1305419334 -C 4800 -W 1300 -M 15500 plingeling -t 4 HOME/instance-3371017-1305419334.cnf 

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

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


[startup+0 s]
/proc/loadavg: 3.68 4.58 6.10 2/285 3333
/proc/meminfo: memFree=29326656/32951124 swapFree=54427468/67111528
[pid=3333] ppid=3331 vsize=8728 CPUtime=0 cores=1,3,5,7
/proc/3333/stat : 3333 (plingeling) S 3331 3333 2611 0 -1 4202496 215 0 0 0 0 0 0 0 22 0 1 0 653531407 8937472 146 33554432000 4194304 4417452 140737480573216 18446744073709551615 228122713856 0 0 4096 0 18446744071562362840 0 0 17 1 0 0 0
/proc/3333/statm: 2182 146 122 55 0 68 0

[startup+0.071389 s]
/proc/loadavg: 3.68 4.58 6.10 2/285 3333
/proc/meminfo: memFree=29326656/32951124 swapFree=54427468/67111528
[pid=3333] ppid=3331 vsize=17796 CPUtime=0.04 cores=1,3,5,7
/proc/3333/stat : 3333 (plingeling) R 3331 3333 2611 0 -1 4202496 2518 1248 0 2 4 0 0 0 22 0 1 0 653531407 18223104 2448 33554432000 4194304 4417452 140737480573216 18446744073709551615 228122713856 0 0 4096 17442 0 0 0 17 5 0 0 0
/proc/3333/statm: 4449 2448 148 55 0 2335 0
Current children cumulated CPU time (s) 0.04
Current children cumulated vsize (KiB) 17796

[startup+0.100374 s]
/proc/loadavg: 3.68 4.58 6.10 2/285 3333
/proc/meminfo: memFree=29326656/32951124 swapFree=54427468/67111528
[pid=3333] ppid=3331 vsize=66960 CPUtime=0.06 cores=1,3,5,7
/proc/3333/stat : 3333 (plingeling) S 3331 3333 2611 0 -1 4202496 4592 1248 0 2 6 0 0 0 22 0 5 0 653531407 68567040 4517 33554432000 4194304 4417452 140737480573216 18446744073709551615 228134516709 0 0 4096 17442 18446744073709551615 0 0 17 5 0 0 0
/proc/3333/statm: 16740 4517 164 55 0 14626 0
Current children cumulated CPU time (s) 0.06
Current children cumulated vsize (KiB) 66960

[startup+0.300303 s]
/proc/loadavg: 3.68 4.58 6.10 2/285 3333
/proc/meminfo: memFree=29326656/32951124 swapFree=54427468/67111528
[pid=3333] ppid=3331 vsize=70116 CPUtime=0.87 cores=1,3,5,7
/proc/3333/stat : 3333 (plingeling) S 3331 3333 2611 0 -1 4202496 8909 1248 0 2 86 1 0 0 22 0 5 0 653531407 71798784 5313 33554432000 4194304 4417452 140737480573216 18446744073709551615 228134516709 0 0 4096 17442 18446744073709551615 0 0 17 5 0 0 0
/proc/3333/statm: 17529 5313 177 55 0 15415 0
Current children cumulated CPU time (s) 0.87
Current children cumulated vsize (KiB) 70116

[startup+0.700229 s]
/proc/loadavg: 3.68 4.58 6.10 2/285 3333
/proc/meminfo: memFree=29326656/32951124 swapFree=54427468/67111528
[pid=3333] ppid=3331 vsize=77736 CPUtime=2.46 cores=1,3,5,7
/proc/3333/stat : 3333 (plingeling) S 3331 3333 2611 0 -1 4202496 12119 1248 0 2 245 1 0 0 22 0 5 0 653531407 79601664 7221 33554432000 4194304 4417452 140737480573216 18446744073709551615 228134516709 0 0 4096 17442 18446744073709551615 0 0 17 5 0 0 0
/proc/3333/statm: 19434 7221 180 55 0 17320 0
Current children cumulated CPU time (s) 2.46
Current children cumulated vsize (KiB) 77736

[startup+1.50109 s]
/proc/loadavg: 3.68 4.58 6.10 9/297 3358
/proc/meminfo: memFree=29237264/32951124 swapFree=54427468/67111528
[pid=3333] ppid=3331 vsize=85348 CPUtime=5.65 cores=1,3,5,7
/proc/3333/stat : 3333 (plingeling) S 3331 3333 2611 0 -1 4202496 15408 1248 0 2 564 1 0 0 22 0 5 0 653531407 87396352 9124 33554432000 4194304 4417452 140737480573216 18446744073709551615 228134516709 0 0 4096 17442 18446744073709551615 0 0 17 5 0 0 0
/proc/3333/statm: 21337 9124 180 55 0 19223 0
[pid=3333/tid=3351] ppid=3331 vsize=85348 CPUtime=1.4 cores=1,3,5,7
/proc/3333/task/3351/stat : 3351 (plingeling) R 3331 3333 2611 0 -1 4202560 1675 1248 0 2 140 0 0 0 25 0 5 0 653531417 87396352 9124 33554432000 4194304 4417452 140737480573216 18446744073709551615 4249171 0 0 4096 17442 0 0 0 -1 5 0 0 0
[pid=3333/tid=3352] ppid=3331 vsize=85348 CPUtime=1.39 cores=1,3,5,7
/proc/3333/task/3352/stat : 3352 (plingeling) R 3331 3333 2611 0 -1 4202560 1611 1248 0 2 139 0 0 0 25 0 5 0 653531417 87396352 9124 33554432000 4194304 4417452 140737480573216 18446744073709551615 4236280 0 0 4096 17442 0 0 0 -1 1 0 0 0
[pid=3333/tid=3353] ppid=3331 vsize=85348 CPUtime=1.39 cores=1,3,5,7
/proc/3333/task/3353/stat : 3353 (plingeling) R 3331 3333 2611 0 -1 4202560 1466 1248 0 2 139 0 0 0 25 0 5 0 653531417 87396352 9124 33554432000 4194304 4417452 140737480573216 18446744073709551615 4232479 0 0 4096 17442 0 0 0 -1 7 0 0 0
[pid=3333/tid=3354] ppid=3331 vsize=85348 CPUtime=1.39 cores=1,3,5,7
/proc/3333/task/3354/stat : 3354 (plingeling) R 3331 3333 2611 0 -1 4202560 6077 1248 0 2 139 0 0 0 25 0 5 0 653531417 87396352 9124 33554432000 4194304 4417452 140737480573216 18446744073709551615 4366048 0 0 4096 17442 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 5.65
Current children cumulated vsize (KiB) 85348

[startup+3.1008 s]
/proc/loadavg: 3.68 4.58 6.10 9/297 3358
/proc/meminfo: memFree=29213704/32951124 swapFree=54427468/67111528
[pid=3333] ppid=3331 vsize=92228 CPUtime=12.05 cores=1,3,5,7
/proc/3333/stat : 3333 (plingeling) S 3331 3333 2611 0 -1 4202496 21934 1248 0 2 1202 3 0 0 22 0 5 0 653531407 94441472 10844 33554432000 4194304 4417452 140737480573216 18446744073709551615 228134516709 0 0 4096 17442 18446744073709551615 0 0 17 5 0 0 0
/proc/3333/statm: 23057 10844 180 55 0 20943 0
[pid=3333/tid=3351] ppid=3331 vsize=92228 CPUtime=2.99 cores=1,3,5,7
/proc/3333/task/3351/stat : 3351 (plingeling) R 3331 3333 2611 0 -1 4202560 2391 1248 0 2 299 0 0 0 25 0 5 0 653531417 94441472 10844 33554432000 4194304 4417452 140737480573216 18446744073709551615 4258401 0 0 4096 17442 0 0 0 -1 5 0 0 0
[pid=3333/tid=3352] ppid=3331 vsize=92228 CPUtime=2.99 cores=1,3,5,7
/proc/3333/task/3352/stat : 3352 (plingeling) R 3331 3333 2611 0 -1 4202560 2327 1248 0 2 299 0 0 0 25 0 5 0 653531417 94441472 10844 33554432000 4194304 4417452 140737480573216 18446744073709551615 4249130 0 0 4096 17442 0 0 0 -1 1 0 0 0
[pid=3333/tid=3353] ppid=3331 vsize=92228 CPUtime=2.98 cores=1,3,5,7
/proc/3333/task/3353/stat : 3353 (plingeling) R 3331 3333 2611 0 -1 4202560 1466 1248 0 2 298 0 0 0 25 0 5 0 653531417 94441472 10844 33554432000 4194304 4417452 140737480573216 18446744073709551615 4366469 0 0 4096 17442 0 0 0 -1 7 0 0 0
[pid=3333/tid=3354] ppid=3331 vsize=92228 CPUtime=2.99 cores=1,3,5,7
/proc/3333/task/3354/stat : 3354 (plingeling) R 3331 3333 2611 0 -1 4202560 11171 1248 0 2 298 1 0 0 25 0 5 0 653531417 94441472 10844 33554432000 4194304 4417452 140737480573216 18446744073709551615 4354392 0 0 4096 17442 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 12.05
Current children cumulated vsize (KiB) 92228

[startup+6.30122 s]
/proc/loadavg: 4.03 4.63 6.11 9/297 3358
/proc/meminfo: memFree=29194160/32951124 swapFree=54427468/67111528
[pid=3333] ppid=3331 vsize=114556 CPUtime=24.82 cores=1,3,5,7
/proc/3333/stat : 3333 (plingeling) S 3331 3333 2611 0 -1 4202496 31468 1248 0 2 2478 4 0 0 22 0 5 0 653531407 117305344 16426 33554432000 4194304 4417452 140737480573216 18446744073709551615 228134516709 0 0 4096 17442 18446744073709551615 0 0 17 5 0 0 0
/proc/3333/statm: 28639 16426 180 55 0 26525 0
[pid=3333/tid=3351] ppid=3331 vsize=114556 CPUtime=6.2 cores=1,3,5,7
/proc/3333/task/3351/stat : 3351 (plingeling) R 3331 3333 2611 0 -1 4202560 2391 1248 0 2 620 0 0 0 25 0 5 0 653531417 117305344 16426 33554432000 4194304 4417452 140737480573216 18446744073709551615 4249577 0 0 4096 17442 0 0 0 -1 5 0 0 0
[pid=3333/tid=3352] ppid=3331 vsize=114556 CPUtime=6.19 cores=1,3,5,7
/proc/3333/task/3352/stat : 3352 (plingeling) R 3331 3333 2611 0 -1 4202560 2327 1248 0 2 619 0 0 0 25 0 5 0 653531417 117305344 16426 33554432000 4194304 4417452 140737480573216 18446744073709551615 4258247 0 0 4096 17442 0 0 0 -1 1 0 0 0
[pid=3333/tid=3353] ppid=3331 vsize=114556 CPUtime=6.14 cores=1,3,5,7
/proc/3333/task/3353/stat : 3353 (plingeling) R 3331 3333 2611 0 -1 4202560 2017 1248 0 2 614 0 0 0 25 0 5 0 653531417 117305344 16426 33554432000 4194304 4417452 140737480573216 18446744073709551615 4365092 0 0 4096 17442 0 0 0 -1 7 0 0 0
[pid=3333/tid=3354] ppid=3331 vsize=114556 CPUtime=6.19 cores=1,3,5,7
/proc/3333/task/3354/stat : 3354 (plingeling) R 3331 3333 2611 0 -1 4202560 20154 1248 0 2 617 2 0 0 25 0 5 0 653531417 117305344 16426 33554432000 4194304 4417452 140737480573216 18446744073709551615 4364401 0 0 4096 17442 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 24.82
Current children cumulated vsize (KiB) 114556

[startup+12.7011 s]
/proc/loadavg: 4.34 4.69 6.12 9/297 3358
/proc/meminfo: memFree=29133456/32951124 swapFree=54427468/67111528
[pid=3333] ppid=3331 vsize=124116 CPUtime=50.36 cores=1,3,5,7
/proc/3333/stat : 3333 (plingeling) S 3331 3333 2611 0 -1 4202496 45619 1248 0 2 5030 6 0 0 22 0 5 0 653531407 127094784 18816 33554432000 4194304 4417452 140737480573216 18446744073709551615 228134516709 0 0 4096 17442 18446744073709551615 0 0 17 5 0 0 0
/proc/3333/statm: 31029 18816 180 55 0 28915 0
[pid=3333/tid=3351] ppid=3331 vsize=124116 CPUtime=12.59 cores=1,3,5,7
/proc/3333/task/3351/stat : 3351 (plingeling) R 3331 3333 2611 0 -1 4202560 3106 1248 0 2 1259 0 0 0 25 0 5 0 653531417 127094784 18816 33554432000 4194304 4417452 140737480573216 18446744073709551615 4249130 0 0 4096 17442 0 0 0 -1 5 0 0 0
[pid=3333/tid=3352] ppid=3331 vsize=124116 CPUtime=12.59 cores=1,3,5,7
/proc/3333/task/3352/stat : 3352 (plingeling) R 3331 3333 2611 0 -1 4202560 3042 1248 0 2 1259 0 0 0 25 0 5 0 653531417 127094784 18816 33554432000 4194304 4417452 140737480573216 18446744073709551615 4236255 0 0 4096 17442 0 0 0 -1 1 0 0 0
[pid=3333/tid=3353] ppid=3331 vsize=124116 CPUtime=12.48 cores=1,3,5,7
/proc/3333/task/3353/stat : 3353 (plingeling) R 3331 3333 2611 0 -1 4202560 2728 1248 0 2 1248 0 0 0 25 0 5 0 653531417 127094784 18816 33554432000 4194304 4417452 140737480573216 18446744073709551615 4249165 0 0 4096 17442 0 0 0 -1 7 0 0 0
[pid=3333/tid=3354] ppid=3331 vsize=124116 CPUtime=12.59 cores=1,3,5,7
/proc/3333/task/3354/stat : 3354 (plingeling) R 3331 3333 2611 0 -1 4202560 32164 1248 0 2 1255 4 0 0 25 0 5 0 653531417 127094784 18816 33554432000 4194304 4417452 140737480573216 18446744073709551615 4366051 0 0 4096 17442 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 50.36
Current children cumulated vsize (KiB) 124116

[startup+25.5008 s]
/proc/loadavg: 5.15 4.85 6.15 9/297 3358
/proc/meminfo: memFree=29076924/32951124 swapFree=54427468/67111528
[pid=3333] ppid=3331 vsize=150952 CPUtime=101.43 cores=1,3,5,7
/proc/3333/stat : 3333 (plingeling) S 3331 3333 2611 0 -1 4202496 71270 1248 0 2 10133 10 0 0 22 0 5 0 653531407 154574848 25525 33554432000 4194304 4417452 140737480573216 18446744073709551615 228134516709 0 0 4096 17442 18446744073709551615 0 0 17 5 0 0 0
/proc/3333/statm: 37738 25525 180 55 0 35624 0
[pid=3333/tid=3351] ppid=3331 vsize=150952 CPUtime=25.39 cores=1,3,5,7
/proc/3333/task/3351/stat : 3351 (plingeling) R 3331 3333 2611 0 -1 4202560 3221 1248 0 2 2539 0 0 0 25 0 5 0 653531417 154574848 25525 33554432000 4194304 4417452 140737480573216 18446744073709551615 4249861 0 0 4096 17442 0 0 0 -1 5 0 0 0
[pid=3333/tid=3352] ppid=3331 vsize=150952 CPUtime=25.39 cores=1,3,5,7
/proc/3333/task/3352/stat : 3352 (plingeling) R 3331 3333 2611 0 -1 4202560 3042 1248 0 2 2539 0 0 0 25 0 5 0 653531417 154574848 25525 33554432000 4194304 4417452 140737480573216 18446744073709551615 4306278 0 0 4096 17442 0 0 0 -1 1 0 0 0
[pid=3333/tid=3353] ppid=3331 vsize=150952 CPUtime=25.16 cores=1,3,5,7
/proc/3333/task/3353/stat : 3353 (plingeling) R 3331 3333 2611 0 -1 4202560 4403 1248 0 2 2516 0 0 0 25 0 5 0 653531417 154574848 25525 33554432000 4194304 4417452 140737480573216 18446744073709551615 4366065 0 0 4096 17442 0 0 0 -1 7 0 0 0
[pid=3333/tid=3354] ppid=3331 vsize=150952 CPUtime=25.39 cores=1,3,5,7
/proc/3333/task/3354/stat : 3354 (plingeling) R 3331 3333 2611 0 -1 4202560 56025 1248 0 2 2531 8 0 0 25 0 5 0 653531417 154574848 25525 33554432000 4194304 4417452 140737480573216 18446744073709551615 4364727 0 0 4096 17442 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 101.43
Current children cumulated vsize (KiB) 150952

[startup+51.1011 s]
/proc/loadavg: 6.20 5.12 6.20 9/297 3359
/proc/meminfo: memFree=28860788/32951124 swapFree=54427468/67111528
[pid=3333] ppid=3331 vsize=181648 CPUtime=203.61 cores=1,3,5,7
/proc/3333/stat : 3333 (plingeling) S 3331 3333 2611 0 -1 4202496 101338 1248 0 2 20346 15 0 0 22 0 5 0 653531407 186007552 33199 33554432000 4194304 4417452 140737480573216 18446744073709551615 228134516709 0 0 4096 17442 18446744073709551615 0 0 17 5 0 0 0
/proc/3333/statm: 45412 33199 180 55 0 43298 0
[pid=3333/tid=3351] ppid=3331 vsize=181648 CPUtime=50.99 cores=1,3,5,7
/proc/3333/task/3351/stat : 3351 (plingeling) R 3331 3333 2611 0 -1 4202560 3983 1248 0 2 5099 0 0 0 25 0 5 0 653531417 186007552 33199 33554432000 4194304 4417452 140737480573216 18446744073709551615 4364907 0 0 4096 17442 0 0 0 -1 5 0 0 0
[pid=3333/tid=3352] ppid=3331 vsize=181648 CPUtime=50.99 cores=1,3,5,7
/proc/3333/task/3352/stat : 3352 (plingeling) R 3331 3333 2611 0 -1 4202560 3272 1248 0 2 5099 0 0 0 25 0 5 0 653531417 186007552 33199 33554432000 4194304 4417452 140737480573216 18446744073709551615 4353557 0 0 4096 17442 0 0 0 -1 1 0 0 0
[pid=3333/tid=3353] ppid=3331 vsize=181648 CPUtime=50.53 cores=1,3,5,7
/proc/3333/task/3353/stat : 3353 (plingeling) R 3331 3333 2611 0 -1 4202560 6060 1248 0 2 5053 0 0 0 25 0 5 0 653531417 186007552 33199 33554432000 4194304 4417452 140737480573216 18446744073709551615 4364727 0 0 4096 17442 0 0 0 -1 7 0 0 0
[pid=3333/tid=3354] ppid=3331 vsize=181648 CPUtime=50.99 cores=1,3,5,7
/proc/3333/task/3354/stat : 3354 (plingeling) R 3331 3333 2611 0 -1 4202560 83444 1248 0 2 5087 12 0 0 25 0 5 0 653531417 186007552 33199 33554432000 4194304 4417452 140737480573216 18446744073709551615 4364727 0 0 4096 17442 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 203.61
Current children cumulated vsize (KiB) 181648

[startup+102.311 s]
/proc/loadavg: 7.22 5.56 6.29 9/297 3360
/proc/meminfo: memFree=28632108/32951124 swapFree=54427468/67111528
[pid=3333] ppid=3331 vsize=333336 CPUtime=407.98 cores=1,3,5,7
/proc/3333/stat : 3333 (plingeling) S 3331 3333 2611 0 -1 4202496 159653 1248 0 2 40774 24 0 0 22 0 5 0 653531407 341336064 54770 33554432000 4194304 4417452 140737480573216 18446744073709551615 228134516709 0 0 4096 17442 18446744073709551615 0 0 17 5 0 0 0
/proc/3333/statm: 83334 54770 180 55 0 81220 0
[pid=3333/tid=3351] ppid=3331 vsize=333336 CPUtime=102.2 cores=1,3,5,7
/proc/3333/task/3351/stat : 3351 (plingeling) R 3331 3333 2611 0 -1 4202560 5944 1248 0 2 10220 0 0 0 25 0 5 0 653531417 341336064 54770 33554432000 4194304 4417452 140737480573216 18446744073709551615 4364958 0 0 4096 17442 0 0 0 -1 5 0 0 0
[pid=3333/tid=3352] ppid=3331 vsize=333336 CPUtime=102.2 cores=1,3,5,7
/proc/3333/task/3352/stat : 3352 (plingeling) R 3331 3333 2611 0 -1 4202560 5578 1248 0 2 10220 0 0 0 25 0 5 0 653531417 341336064 54770 33554432000 4194304 4417452 140737480573216 18446744073709551615 4302420 0 0 4096 17442 0 0 0 -1 1 0 0 0
[pid=3333/tid=3353] ppid=3331 vsize=333336 CPUtime=101.27 cores=1,3,5,7
/proc/3333/task/3353/stat : 3353 (plingeling) R 3331 3333 2611 0 -1 4202560 12895 1248 0 2 10126 1 0 0 25 0 5 0 653531417 341336064 54770 33554432000 4194304 4417452 140737480573216 18446744073709551615 4364768 0 0 4096 17442 0 0 0 -1 7 0 0 0
[pid=3333/tid=3354] ppid=3331 vsize=333336 CPUtime=102.21 cores=1,3,5,7
/proc/3333/task/3354/stat : 3354 (plingeling) R 3331 3333 2611 0 -1 4202560 130657 1248 0 2 10201 20 0 0 25 0 5 0 653531417 341336064 54770 33554432000 4194304 4417452 140737480573216 18446744073709551615 4352317 0 0 4096 17442 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 407.98
Current children cumulated vsize (KiB) 333336

[startup+162.301 s]
/proc/loadavg: 7.86 6.05 6.41 9/297 3362
/proc/meminfo: memFree=28375152/32951124 swapFree=54427468/67111528
[pid=3333] ppid=3331 vsize=464564 CPUtime=647.41 cores=1,3,5,7
/proc/3333/stat : 3333 (plingeling) S 3331 3333 2611 0 -1 4202496 204748 1248 0 2 64711 30 0 0 22 0 5 0 653531407 475713536 87577 33554432000 4194304 4417452 140737480573216 18446744073709551615 228134516709 0 0 4096 17442 18446744073709551615 0 0 17 5 0 0 0
/proc/3333/statm: 116141 87577 180 55 0 114027 0
[pid=3333/tid=3351] ppid=3331 vsize=464564 CPUtime=162.2 cores=1,3,5,7
/proc/3333/task/3351/stat : 3351 (plingeling) R 3331 3333 2611 0 -1 4202560 7992 1248 0 2 16219 1 0 0 25 0 5 0 653531417 475713536 87577 33554432000 4194304 4417452 140737480573216 18446744073709551615 4364626 0 0 4096 17442 0 0 0 -1 5 0 0 0
[pid=3333/tid=3352] ppid=3331 vsize=464564 CPUtime=162.19 cores=1,3,5,7
/proc/3333/task/3352/stat : 3352 (plingeling) R 3331 3333 2611 0 -1 4202560 9674 1248 0 2 16218 1 0 0 25 0 5 0 653531417 475713536 87577 33554432000 4194304 4417452 140737480573216 18446744073709551615 4365023 0 0 4096 17442 0 0 0 -1 1 0 0 0
[pid=3333/tid=3353] ppid=3331 vsize=464564 CPUtime=160.72 cores=1,3,5,7
/proc/3333/task/3353/stat : 3353 (plingeling) R 3331 3333 2611 0 -1 4202560 20848 1248 0 2 16070 2 0 0 25 0 5 0 653531417 475713536 87577 33554432000 4194304 4417452 140737480573216 18446744073709551615 4364466 0 0 4096 17442 0 0 0 -1 7 0 0 0
[pid=3333/tid=3354] ppid=3331 vsize=464564 CPUtime=162.19 cores=1,3,5,7
/proc/3333/task/3354/stat : 3354 (plingeling) R 3331 3333 2611 0 -1 4202560 161655 1248 0 2 16195 24 0 0 25 0 5 0 653531417 475713536 87577 33554432000 4194304 4417452 140737480573216 18446744073709551615 4364727 0 0 4096 17442 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 647.41
Current children cumulated vsize (KiB) 464564


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

[pid=3333/tid=3352] ppid=3331 vsize=674540 CPUtime=702.21 cores=1,3,5,7
/proc/3333/task/3352/stat : 3352 (plingeling) R 3331 3333 2611 0 -1 4202560 25138 1248 0 2 70218 3 0 0 25 0 5 0 653531417 690728960 140103 33554432000 4194304 4417452 140737480573216 18446744073709551615 4255643 0 0 4096 17442 0 0 0 -1 1 0 0 0
[pid=3333/tid=3353] ppid=3331 vsize=674540 CPUtime=695.82 cores=1,3,5,7
/proc/3333/task/3353/stat : 3353 (plingeling) R 3331 3333 2611 0 -1 4202560 41919 1248 0 2 69578 4 0 0 25 0 5 0 653531417 690728960 140103 33554432000 4194304 4417452 140737480573216 18446744073709551615 4364838 0 0 4096 17442 0 0 0 -1 7 0 0 0
[pid=3333/tid=3354] ppid=3331 vsize=674540 CPUtime=702.21 cores=1,3,5,7
/proc/3333/task/3354/stat : 3354 (plingeling) R 3331 3333 2611 0 -1 4202560 417130 1248 0 2 70155 66 0 0 25 0 5 0 653531417 690728960 140103 33554432000 4194304 4417452 140737480573216 18446744073709551615 4366051 0 0 4096 17442 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 2802.55
Current children cumulated vsize (KiB) 674540

[startup+762.311 s]
/proc/loadavg: 8.14 7.83 7.20 9/297 3379
/proc/meminfo: memFree=27352972/32951124 swapFree=54427468/67111528
[pid=3333] ppid=3331 vsize=721588 CPUtime=3042.05 cores=1,3,5,7
/proc/3333/stat : 3333 (plingeling) S 3331 3333 2611 0 -1 4202496 630152 1248 0 2 304114 91 0 0 22 0 5 0 653531407 738906112 151865 33554432000 4194304 4417452 140737480573216 18446744073709551615 228134516709 0 0 4096 17442 18446744073709551615 0 0 17 5 0 0 0
/proc/3333/statm: 180397 151865 180 55 0 178283 0
[pid=3333/tid=3351] ppid=3331 vsize=721588 CPUtime=762.22 cores=1,3,5,7
/proc/3333/task/3351/stat : 3351 (plingeling) R 3331 3333 2611 0 -1 4202560 124826 1248 0 2 76208 14 0 0 25 0 5 0 653531417 738906112 151865 33554432000 4194304 4417452 140737480573216 18446744073709551615 4364829 0 0 4096 17442 0 0 0 -1 5 0 0 0
[pid=3333/tid=3352] ppid=3331 vsize=721588 CPUtime=762.22 cores=1,3,5,7
/proc/3333/task/3352/stat : 3352 (plingeling) R 3331 3333 2611 0 -1 4202560 27186 1248 0 2 76219 3 0 0 25 0 5 0 653531417 738906112 151865 33554432000 4194304 4417452 140737480573216 18446744073709551615 4364727 0 0 4096 17442 0 0 0 -1 1 0 0 0
[pid=3333/tid=3353] ppid=3331 vsize=721588 CPUtime=755.29 cores=1,3,5,7
/proc/3333/task/3353/stat : 3353 (plingeling) R 3331 3333 2611 0 -1 4202560 43967 1248 0 2 75524 5 0 0 25 0 5 0 653531417 738906112 151865 33554432000 4194304 4417452 140737480573216 18446744073709551615 4364854 0 0 4096 17442 0 0 0 -1 7 0 0 0
[pid=3333/tid=3354] ppid=3331 vsize=721588 CPUtime=762.22 cores=1,3,5,7
/proc/3333/task/3354/stat : 3354 (plingeling) R 3331 3333 2611 0 -1 4202560 429594 1248 0 2 76155 67 0 0 25 0 5 0 653531417 738906112 151865 33554432000 4194304 4417452 140737480573216 18446744073709551615 4364727 0 0 4096 17442 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 3042.05
Current children cumulated vsize (KiB) 721588

[startup+822.301 s]
/proc/loadavg: 8.09 7.87 7.25 9/297 3381
/proc/meminfo: memFree=27165696/32951124 swapFree=54427468/67111528
[pid=3333] ppid=3331 vsize=737424 CPUtime=3281.47 cores=1,3,5,7
/proc/3333/stat : 3333 (plingeling) S 3331 3333 2611 0 -1 4202496 645166 1248 0 2 328055 92 0 0 22 0 5 0 653531407 755122176 155823 33554432000 4194304 4417452 140737480573216 18446744073709551615 228134516709 0 0 4096 17442 18446744073709551615 0 0 17 5 0 0 0
/proc/3333/statm: 184356 155823 180 55 0 182242 0
[pid=3333/tid=3351] ppid=3331 vsize=737424 CPUtime=822.21 cores=1,3,5,7
/proc/3333/task/3351/stat : 3351 (plingeling) R 3331 3333 2611 0 -1 4202560 137792 1248 0 2 82206 15 0 0 25 0 5 0 653531417 755122176 155823 33554432000 4194304 4417452 140737480573216 18446744073709551615 4263247 0 0 4096 17442 0 0 0 -1 5 0 0 0
[pid=3333/tid=3352] ppid=3331 vsize=737424 CPUtime=822.21 cores=1,3,5,7
/proc/3333/task/3352/stat : 3352 (plingeling) R 3331 3333 2611 0 -1 4202560 27186 1248 0 2 82218 3 0 0 25 0 5 0 653531417 755122176 155823 33554432000 4194304 4417452 140737480573216 18446744073709551615 4364798 0 0 4096 17442 0 0 0 -1 1 0 0 0
[pid=3333/tid=3353] ppid=3331 vsize=737424 CPUtime=814.74 cores=1,3,5,7
/proc/3333/task/3353/stat : 3353 (plingeling) R 3331 3333 2611 0 -1 4202560 46015 1248 0 2 81469 5 0 0 25 0 5 0 653531417 755122176 155823 33554432000 4194304 4417452 140737480573216 18446744073709551615 4364903 0 0 4096 17442 0 0 0 -1 7 0 0 0
[pid=3333/tid=3354] ppid=3331 vsize=737424 CPUtime=822.22 cores=1,3,5,7
/proc/3333/task/3354/stat : 3354 (plingeling) R 3331 3333 2611 0 -1 4202560 429594 1248 0 2 82155 67 0 0 25 0 5 0 653531417 755122176 155823 33554432000 4194304 4417452 140737480573216 18446744073709551615 4364727 0 0 4096 17442 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 3281.47
Current children cumulated vsize (KiB) 737424

[startup+882.301 s]
/proc/loadavg: 8.07 7.91 7.30 9/297 3382
/proc/meminfo: memFree=27157844/32951124 swapFree=54427468/67111528
[pid=3333] ppid=3331 vsize=804820 CPUtime=3520.94 cores=1,3,5,7
/proc/3333/stat : 3333 (plingeling) S 3331 3333 2611 0 -1 4202496 683814 1248 0 2 351997 97 0 0 22 0 5 0 653531407 824135680 172673 33554432000 4194304 4417452 140737480573216 18446744073709551615 228134516709 0 0 4096 17442 18446744073709551615 0 0 17 5 0 0 0
/proc/3333/statm: 201205 172673 180 55 0 199091 0
[pid=3333/tid=3351] ppid=3331 vsize=804820 CPUtime=882.2 cores=1,3,5,7
/proc/3333/task/3351/stat : 3351 (plingeling) R 3331 3333 2611 0 -1 4202560 144895 1248 0 2 88204 16 0 0 25 0 5 0 653531417 824135680 172673 33554432000 4194304 4417452 140737480573216 18446744073709551615 4262948 0 0 4096 17442 0 0 0 -1 5 0 0 0
[pid=3333/tid=3352] ppid=3331 vsize=804820 CPUtime=882.21 cores=1,3,5,7
/proc/3333/task/3352/stat : 3352 (plingeling) R 3331 3333 2611 0 -1 4202560 29234 1248 0 2 88218 3 0 0 25 0 5 0 653531417 824135680 172673 33554432000 4194304 4417452 140737480573216 18446744073709551615 4366051 0 0 4096 17442 0 0 0 -1 1 0 0 0
[pid=3333/tid=3353] ppid=3331 vsize=804820 CPUtime=874.2 cores=1,3,5,7
/proc/3333/task/3353/stat : 3353 (plingeling) R 3331 3333 2611 0 -1 4202560 46015 1248 0 2 87415 5 0 0 25 0 5 0 653531417 824135680 172673 33554432000 4194304 4417452 140737480573216 18446744073709551615 4364817 0 0 4096 17442 0 0 0 -1 7 0 0 0
[pid=3333/tid=3354] ppid=3331 vsize=804820 CPUtime=882.22 cores=1,3,5,7
/proc/3333/task/3354/stat : 3354 (plingeling) R 3331 3333 2611 0 -1 4202560 459091 1248 0 2 88152 70 0 0 25 0 5 0 653531417 824135680 172673 33554432000 4194304 4417452 140737480573216 18446744073709551615 4364727 0 0 4096 17442 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 3520.94
Current children cumulated vsize (KiB) 804820

[startup+942.3 s]
/proc/loadavg: 8.06 7.94 7.35 9/297 3384
/proc/meminfo: memFree=26863180/32951124 swapFree=54427468/67111528
[pid=3333] ppid=3331 vsize=907844 CPUtime=3760.4 cores=1,3,5,7
/proc/3333/stat : 3333 (plingeling) S 3331 3333 2611 0 -1 4202496 729261 1248 0 2 375938 102 0 0 22 0 5 0 653531407 929632256 198397 33554432000 4194304 4417452 140737480573216 18446744073709551615 228134516709 0 0 4096 17442 18446744073709551615 0 0 17 5 0 0 0
/proc/3333/statm: 226961 198397 180 55 0 224847 0
[pid=3333/tid=3351] ppid=3331 vsize=907844 CPUtime=942.21 cores=1,3,5,7
/proc/3333/task/3351/stat : 3351 (plingeling) R 3331 3333 2611 0 -1 4202560 159543 1248 0 2 94203 18 0 0 25 0 5 0 653531417 929632256 198397 33554432000 4194304 4417452 140737480573216 18446744073709551615 4232651 0 0 4096 17442 0 0 0 -1 5 0 0 0
[pid=3333/tid=3352] ppid=3331 vsize=907844 CPUtime=942.21 cores=1,3,5,7
/proc/3333/task/3352/stat : 3352 (plingeling) R 3331 3333 2611 0 -1 4202560 37716 1248 0 2 94217 4 0 0 25 0 5 0 653531417 929632256 198397 33554432000 4194304 4417452 140737480573216 18446744073709551615 4364798 0 0 4096 17442 0 0 0 -1 1 0 0 0
[pid=3333/tid=3353] ppid=3331 vsize=907844 CPUtime=933.65 cores=1,3,5,7
/proc/3333/task/3353/stat : 3353 (plingeling) R 3331 3333 2611 0 -1 4202560 48063 1248 0 2 93360 5 0 0 25 0 5 0 653531417 929632256 198397 33554432000 4194304 4417452 140737480573216 18446744073709551615 4364727 0 0 4096 17442 0 0 0 -1 7 0 0 0
[pid=3333/tid=3354] ppid=3331 vsize=907844 CPUtime=942.22 cores=1,3,5,7
/proc/3333/task/3354/stat : 3354 (plingeling) R 3331 3333 2611 0 -1 4202560 479360 1248 0 2 94150 72 0 0 25 0 5 0 653531417 929632256 198397 33554432000 4194304 4417452 140737480573216 18446744073709551615 4366126 0 0 4096 17442 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 3760.4
Current children cumulated vsize (KiB) 907844

[startup+1002.3 s]
/proc/loadavg: 8.06 7.96 7.39 9/297 3385
/proc/meminfo: memFree=26632020/32951124 swapFree=54427468/67111528
[pid=3333] ppid=3331 vsize=1015648 CPUtime=3999.86 cores=1,3,5,7
/proc/3333/stat : 3333 (plingeling) S 3331 3333 2611 0 -1 4202496 785004 1248 0 2 399876 110 0 0 22 0 5 0 653531407 1040023552 225348 33554432000 4194304 4417452 140737480573216 18446744073709551615 228134516709 0 0 4096 17442 18446744073709551615 0 0 17 5 0 0 0
/proc/3333/statm: 253912 225348 180 55 0 251798 0
[pid=3333/tid=3351] ppid=3331 vsize=1015648 CPUtime=1002.21 cores=1,3,5,7
/proc/3333/task/3351/stat : 3351 (plingeling) R 3331 3333 2611 0 -1 4202560 175715 1248 0 2 100201 20 0 0 25 0 5 0 653531417 1040023552 225348 33554432000 4194304 4417452 140737480573216 18446744073709551615 4364727 0 0 4096 17442 0 0 0 -1 5 0 0 0
[pid=3333/tid=3352] ppid=3331 vsize=1015648 CPUtime=1002.22 cores=1,3,5,7
/proc/3333/task/3352/stat : 3352 (plingeling) R 3331 3333 2611 0 -1 4202560 58604 1248 0 2 100215 7 0 0 25 0 5 0 653531417 1040023552 225348 33554432000 4194304 4417452 140737480573216 18446744073709551615 4364572 0 0 4096 17442 0 0 0 -1 1 0 0 0
[pid=3333/tid=3353] ppid=3331 vsize=1015648 CPUtime=993.1 cores=1,3,5,7
/proc/3333/task/3353/stat : 3353 (plingeling) R 3331 3333 2611 0 -1 4202560 48063 1248 0 2 99305 5 0 0 25 0 5 0 653531417 1040023552 225348 33554432000 4194304 4417452 140737480573216 18446744073709551615 4251028 0 0 4096 17442 0 0 0 -1 7 0 0 0
[pid=3333/tid=3354] ppid=3331 vsize=1015648 CPUtime=1002.21 cores=1,3,5,7
/proc/3333/task/3354/stat : 3354 (plingeling) R 3331 3333 2611 0 -1 4202560 498043 1248 0 2 100146 75 0 0 25 0 5 0 653531417 1040023552 225348 33554432000 4194304 4417452 140737480573216 18446744073709551615 4364881 0 0 4096 17442 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 3999.86
Current children cumulated vsize (KiB) 1015648

[startup+1062.3 s]
/proc/loadavg: 8.05 7.98 7.43 9/297 3387
/proc/meminfo: memFree=26419688/32951124 swapFree=54427468/67111528
[pid=3333] ppid=3331 vsize=966908 CPUtime=4239.32 cores=1,3,5,7
/proc/3333/stat : 3333 (plingeling) S 3331 3333 2611 0 -1 4202496 806672 1248 0 2 423819 113 0 0 22 0 5 0 653531407 990113792 213163 33554432000 4194304 4417452 140737480573216 18446744073709551615 228134516709 0 0 4096 17442 18446744073709551615 0 0 17 5 0 0 0
/proc/3333/statm: 241727 213163 180 55 0 239613 0
[pid=3333/tid=3351] ppid=3331 vsize=966908 CPUtime=1062.21 cores=1,3,5,7
/proc/3333/task/3351/stat : 3351 (plingeling) R 3331 3333 2611 0 -1 4202560 177225 1248 0 2 106201 20 0 0 25 0 5 0 653531417 990113792 213163 33554432000 4194304 4417452 140737480573216 18446744073709551615 4364727 0 0 4096 17442 0 0 0 -1 5 0 0 0
[pid=3333/tid=3352] ppid=3331 vsize=966908 CPUtime=1062.22 cores=1,3,5,7
/proc/3333/task/3352/stat : 3352 (plingeling) R 3331 3333 2611 0 -1 4202560 76714 1248 0 2 106213 9 0 0 25 0 5 0 653531417 990113792 213163 33554432000 4194304 4417452 140737480573216 18446744073709551615 4364727 0 0 4096 17442 0 0 0 -1 1 0 0 0
[pid=3333/tid=3353] ppid=3331 vsize=966908 CPUtime=1052.57 cores=1,3,5,7
/proc/3333/task/3353/stat : 3353 (plingeling) R 3331 3333 2611 0 -1 4202560 50111 1248 0 2 105251 6 0 0 25 0 5 0 653531417 990113792 213163 33554432000 4194304 4417452 140737480573216 18446744073709551615 4364632 0 0 4096 17442 0 0 0 -1 7 0 0 0
[pid=3333/tid=3354] ppid=3331 vsize=966908 CPUtime=1062.22 cores=1,3,5,7
/proc/3333/task/3354/stat : 3354 (plingeling) R 3331 3333 2611 0 -1 4202560 498043 1248 0 2 106146 76 0 0 25 0 5 0 653531417 990113792 213163 33554432000 4194304 4417452 140737480573216 18446744073709551615 4364727 0 0 4096 17442 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 4239.32
Current children cumulated vsize (KiB) 966908

[startup+1122.3 s]
/proc/loadavg: 8.02 7.98 7.46 9/297 3389
/proc/meminfo: memFree=27353620/32951124 swapFree=54427468/67111528
[pid=3333] ppid=3331 vsize=1090072 CPUtime=4478.78 cores=1,3,5,7
/proc/3333/stat : 3333 (plingeling) S 3331 3333 2611 0 -1 4202496 872631 1248 0 2 447757 121 0 0 22 0 5 0 653531407 1116233728 243954 33554432000 4194304 4417452 140737480573216 18446744073709551615 228134516709 0 0 4096 17442 18446744073709551615 0 0 17 5 0 0 0
/proc/3333/statm: 272518 243954 180 55 0 270404 0
[pid=3333/tid=3351] ppid=3331 vsize=1090072 CPUtime=1122.22 cores=1,3,5,7
/proc/3333/task/3351/stat : 3351 (plingeling) R 3331 3333 2611 0 -1 4202560 200729 1248 0 2 112199 23 0 0 25 0 5 0 653531417 1116233728 243954 33554432000 4194304 4417452 140737480573216 18446744073709551615 4260650 0 0 4096 17442 0 0 0 -1 5 0 0 0
[pid=3333/tid=3352] ppid=3331 vsize=1090072 CPUtime=1122.22 cores=1,3,5,7
/proc/3333/task/3352/stat : 3352 (plingeling) R 3331 3333 2611 0 -1 4202560 106575 1248 0 2 112209 13 0 0 25 0 5 0 653531417 1116233728 243954 33554432000 4194304 4417452 140737480573216 18446744073709551615 4364727 0 0 4096 17442 0 0 0 -1 1 0 0 0
[pid=3333/tid=3353] ppid=3331 vsize=1090072 CPUtime=1112.02 cores=1,3,5,7
/proc/3333/task/3353/stat : 3353 (plingeling) R 3331 3333 2611 0 -1 4202560 54513 1248 0 2 111196 6 0 0 25 0 5 0 653531417 1116233728 243954 33554432000 4194304 4417452 140737480573216 18446744073709551615 4364550 0 0 4096 17442 0 0 0 -1 7 0 0 0
[pid=3333/tid=3354] ppid=3331 vsize=1090072 CPUtime=1122.23 cores=1,3,5,7
/proc/3333/task/3354/stat : 3354 (plingeling) R 3331 3333 2611 0 -1 4202560 506235 1248 0 2 112146 77 0 0 25 0 5 0 653531417 1116233728 243954 33554432000 4194304 4417452 140737480573216 18446744073709551615 4364579 0 0 4096 17442 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 4478.78
Current children cumulated vsize (KiB) 1090072

[startup+1182.3 s]
/proc/loadavg: 8.00 7.98 7.49 9/297 3390
/proc/meminfo: memFree=27262924/32951124 swapFree=54427468/67111528
[pid=3333] ppid=3331 vsize=1058408 CPUtime=4718.24 cores=1,3,5,7
/proc/3333/stat : 3333 (plingeling) S 3331 3333 2611 0 -1 4202496 923593 1248 0 2 471696 128 0 0 22 0 5 0 653531407 1083809792 236038 33554432000 4194304 4417452 140737480573216 18446744073709551615 228134516709 0 0 4096 17442 18446744073709551615 0 0 17 5 0 0 0
/proc/3333/statm: 264602 236038 180 55 0 262488 0
[pid=3333/tid=3351] ppid=3331 vsize=1058408 CPUtime=1182.22 cores=1,3,5,7
/proc/3333/task/3351/stat : 3351 (plingeling) R 3331 3333 2611 0 -1 4202560 229222 1248 0 2 118194 28 0 0 25 0 5 0 653531417 1083809792 236038 33554432000 4194304 4417452 140737480573216 18446744073709551615 4364641 0 0 4096 17442 0 0 0 -1 5 0 0 0
[pid=3333/tid=3352] ppid=3331 vsize=1058408 CPUtime=1182.22 cores=1,3,5,7
/proc/3333/task/3352/stat : 3352 (plingeling) R 3331 3333 2611 0 -1 4202560 122315 1248 0 2 118207 15 0 0 25 0 5 0 653531417 1083809792 236038 33554432000 4194304 4417452 140737480573216 18446744073709551615 4364579 0 0 4096 17442 0 0 0 -1 1 0 0 0
[pid=3333/tid=3353] ppid=3331 vsize=1058408 CPUtime=1171.49 cores=1,3,5,7
/proc/3333/task/3353/stat : 3353 (plingeling) R 3331 3333 2611 0 -1 4202560 61242 1248 0 2 117142 7 0 0 25 0 5 0 653531417 1083809792 236038 33554432000 4194304 4417452 140737480573216 18446744073709551615 4364727 0 0 4096 17442 0 0 0 -1 7 0 0 0
[pid=3333/tid=3354] ppid=3331 vsize=1058408 CPUtime=1182.23 cores=1,3,5,7
/proc/3333/task/3354/stat : 3354 (plingeling) R 3331 3333 2611 0 -1 4202560 506235 1248 0 2 118146 77 0 0 25 0 5 0 653531417 1083809792 236038 33554432000 4194304 4417452 140737480573216 18446744073709551615 4364907 0 0 4096 17442 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 4718.24
Current children cumulated vsize (KiB) 1058408



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1202.8 s]
/proc/loadavg: 8.00 7.98 7.50 9/297 3391
/proc/meminfo: memFree=27179204/32951124 swapFree=54427468/67111528
[pid=3333] ppid=3331 vsize=1072056 CPUtime=4800.08 cores=1,3,5,7
/proc/3333/stat : 3333 (plingeling) S 3331 3333 2611 0 -1 4202496 933163 1248 0 2 479878 130 0 0 22 0 5 0 653531407 1097785344 239450 33554432000 4194304 4417452 140737480573216 18446744073709551615 228134516709 0 0 4096 17442 18446744073709551615 0 0 17 5 0 0 0
/proc/3333/statm: 268014 239450 180 55 0 265900 0
[pid=3333/tid=3351] ppid=3331 vsize=1072056 CPUtime=1202.72 cores=1,3,5,7
/proc/3333/task/3351/stat : 3351 (plingeling) R 3331 3333 2611 0 -1 4202560 232593 1248 0 2 120244 28 0 0 25 0 5 0 653531417 1097785344 239450 33554432000 4194304 4417452 140737480573216 18446744073709551615 4364727 0 0 4096 17442 0 0 0 -1 5 0 0 0
[pid=3333/tid=3352] ppid=3331 vsize=1072056 CPUtime=1202.73 cores=1,3,5,7
/proc/3333/task/3352/stat : 3352 (plingeling) R 3331 3333 2611 0 -1 4202560 124418 1248 0 2 120258 15 0 0 25 0 5 0 653531417 1097785344 239450 33554432000 4194304 4417452 140737480573216 18446744073709551615 4364835 0 0 4096 17442 0 0 0 -1 1 0 0 0
[pid=3333/tid=3353] ppid=3331 vsize=1072056 CPUtime=1191.79 cores=1,3,5,7
/proc/3333/task/3353/stat : 3353 (plingeling) R 3331 3333 2611 0 -1 4202560 65338 1248 0 2 119172 7 0 0 25 0 5 0 653531417 1097785344 239450 33554432000 4194304 4417452 140737480573216 18446744073709551615 4346508 0 0 4096 17442 0 0 0 -1 7 0 0 0
[pid=3333/tid=3354] ppid=3331 vsize=1072056 CPUtime=1202.74 cores=1,3,5,7
/proc/3333/task/3354/stat : 3354 (plingeling) R 3331 3333 2611 0 -1 4202560 506235 1248 0 2 120197 77 0 0 25 0 5 0 653531417 1097785344 239450 33554432000 4194304 4417452 140737480573216 18446744073709551615 4364727 0 0 4096 17442 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 4800.08
Current children cumulated vsize (KiB) 1072056

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): 1202.85
CPU time (s): 4800.16
CPU user time (s): 4798.82
CPU system time (s): 1.3408
CPU usage (%): 399.065
Max. virtual memory (cumulated for all children) (KiB): 1147708

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

runsolver used 3.13052 second user time and 7.81881 second system time

The end

Launcher Data

Begin job on node138 at 2011-05-15 02:28:54
IDJOB=3371017
IDBENCH=71397
IDSOLVER=1848
FILE ID=node138/3371017-1305419334
RUNJOBID= node138-1305419334-3320
PBS_JOBID= 13324560
Free space on /tmp= 73344 MiB

SOLVER NAME= Plingeling 587f (fixed)
BENCH NAME= SAT09/CRAFTED/rbsat/random/forced/rbsat-v1375c111739gyes10.cnf
COMMAND LINE= plingeling -t NBCORE BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3371017-1305419334/watcher-3371017-1305419334 -o /tmp/evaluation-result-3371017-1305419334/solver-3371017-1305419334 -C 4800 -W 1300 -M 15500  plingeling -t 4 HOME/instance-3371017-1305419334.cnf

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

MD5SUM BENCH= c904604702db7cfabf92e607e197d409
RANDOM SEED=781984192

node138.alineos.net Linux 2.6.18-164.el5 #1 SMP Thu Sep 3 03:28:30 EDT 2009

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

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

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

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

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

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

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


/proc/meminfo:
MemTotal:     32951124 kB
MemFree:      29326812 kB
Buffers:        254804 kB
Cached:        3130132 kB
SwapCached:      18472 kB
Active:         858736 kB
Inactive:      2552716 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32951124 kB
LowFree:      29326812 kB
SwapTotal:    67111528 kB
SwapFree:     54427468 kB
Dirty:            2732 kB
Writeback:           0 kB
AnonPages:       19840 kB
Mapped:           8600 kB
Slab:           110524 kB
PageTables:      40460 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83587088 kB
Committed_AS: 39474840 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= 73340 MiB
End job on node138 at 2011-05-15 02:48:59