Trace number 3394870

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) 40000.4 5008.43

General information on the benchmark

NameSAT05/crafted/sorge05/QG7a/
gensys-icl005.shuffled-as.sat05-3826.cnf
MD5SUM5d8489e52ec1ef9c7431a7fd60f9ff86
Bench CategoryCRAFTED (crafted instances)
Best result obtained on this benchmarkUNSAT
Best CPU time to get the best result obtained on this benchmark452.04
Satisfiable
(Un)Satisfiability was proved
Number of variables2703
Number of clauses18312
Sum of the clauses size128119
Maximum clause length13
Minimum clause length1
Number of clauses of size 156
Number of clauses of size 2533
Number of clauses of size 32417
Number of clauses of size 4522
Number of clauses of size 5685
Number of clauses of size over 514099

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-3394870-1306108419/watcher-3394870-1306108419 -o /tmp/evaluation-result-3394870-1306108419/solver-3394870-1306108419 -C 40000 -W 5100 -M 31000 plingeling -t 8 HOME/instance-3394870-1306108419.cnf 

running on 8 cores: 0,2,4,6,1,3,5,7

Enforcing CPUTime limit (soft limit, will send SIGTERM then SIGKILL): 40000 seconds
Enforcing CPUTime limit (hard limit, will send SIGXCPU): 40030 seconds
Enforcing wall clock limit (soft limit, will send SIGTERM then SIGKILL): 5100 seconds
Enforcing VSIZE limit (soft limit, will send SIGTERM then SIGKILL): 31744000 KiB
Enforcing VSIZE limit (hard limit, stack expansion will fail with SIGSEGV, brk() and mmap() will return ENOMEM): 31795200 KiB
Current StackSize limit: 10240 KiB


[startup+0 s]
/proc/loadavg: 8.01 8.04 8.00 1/393 22117
/proc/meminfo: memFree=17704252/32950904 swapFree=65784192/67111528
[pid=22117] ppid=22115 vsize=12336 CPUtime=0 cores=0-7
/proc/22117/stat : 22117 (plingeling) R 22115 22117 21858 0 -1 4202496 1178 1253 0 0 0 0 0 0 23 0 1 0 722441713 12632064 1107 33554432000 4194304 4417452 140734486282816 18446744073709551615 237278879488 0 0 4096 17442 0 0 0 17 5 0 0 0
/proc/22117/statm: 3084 1107 148 55 0 970 0

[startup+0.0563991 s]
/proc/loadavg: 8.01 8.04 8.00 1/393 22117
/proc/meminfo: memFree=17704252/32950904 swapFree=65784192/67111528
[pid=22117] ppid=22115 vsize=20144 CPUtime=0.05 cores=0-7
/proc/22117/stat : 22117 (plingeling) R 22115 22117 21858 0 -1 4202496 3243 1253 0 0 5 0 0 0 23 0 1 0 722441713 20627456 3060 33554432000 4194304 4417452 140734486282816 18446744073709551615 4259962 0 0 4096 17442 0 0 0 17 5 0 0 0
/proc/22117/statm: 5036 3060 149 55 0 2922 0
Current children cumulated CPU time (s) 0.05
Current children cumulated vsize (KiB) 20144

[startup+0.182373 s]
/proc/loadavg: 8.01 8.04 8.00 1/393 22117
/proc/meminfo: memFree=17704252/32950904 swapFree=65784192/67111528
[pid=22117] ppid=22115 vsize=169584 CPUtime=0.87 cores=0-7
/proc/22117/stat : 22117 (plingeling) S 22115 22117 21858 0 -1 4202496 5230 1253 0 0 87 0 0 0 18 0 9 0 722441713 173654016 3598 33554432000 4194304 4417452 140734486282816 18446744073709551615 237290682341 0 0 4096 17442 18446744073709551615 0 0 17 2 0 0 0
/proc/22117/statm: 42396 3598 177 55 0 40282 0
Current children cumulated CPU time (s) 0.87
Current children cumulated vsize (KiB) 169584

[startup+0.38234 s]
/proc/loadavg: 8.01 8.04 8.00 1/393 22117
/proc/meminfo: memFree=17704252/32950904 swapFree=65784192/67111528
[pid=22117] ppid=22115 vsize=174460 CPUtime=2.46 cores=0-7
/proc/22117/stat : 22117 (plingeling) S 22115 22117 21858 0 -1 4202496 6827 1253 0 0 246 0 0 0 18 0 9 0 722441713 178647040 4905 33554432000 4194304 4417452 140734486282816 18446744073709551615 237290682341 0 0 4096 17442 18446744073709551615 0 0 17 2 0 0 0
/proc/22117/statm: 43615 4905 180 55 0 41501 0
Current children cumulated CPU time (s) 2.46
Current children cumulated vsize (KiB) 174460

[startup+0.700284 s]
/proc/loadavg: 8.01 8.04 8.00 1/393 22117
/proc/meminfo: memFree=17704252/32950904 swapFree=65784192/67111528
[pid=22117] ppid=22115 vsize=179888 CPUtime=5.01 cores=0-7
/proc/22117/stat : 22117 (plingeling) S 22115 22117 21858 0 -1 4202496 10336 1253 0 0 500 1 0 0 18 0 9 0 722441713 184205312 6202 33554432000 4194304 4417452 140734486282816 18446744073709551615 237290682341 0 0 4096 17442 18446744073709551615 0 0 17 2 0 0 0
/proc/22117/statm: 44972 6202 180 55 0 42858 0
Current children cumulated CPU time (s) 5.01
Current children cumulated vsize (KiB) 179888

[startup+1.50114 s]
/proc/loadavg: 8.09 8.06 8.01 9/402 22131
/proc/meminfo: memFree=17668584/32950904 swapFree=65784192/67111528
[pid=22117] ppid=22115 vsize=189360 CPUtime=11.4 cores=0-7
/proc/22117/stat : 22117 (plingeling) S 22115 22117 21858 0 -1 4202496 21720 1253 0 0 1136 4 0 0 18 0 9 0 722441713 193904640 8570 33554432000 4194304 4417452 140734486282816 18446744073709551615 237290682341 0 0 4096 17442 18446744073709551615 0 0 17 2 0 0 0
/proc/22117/statm: 47340 8570 180 55 0 45226 0
[pid=22117/tid=22124] ppid=22115 vsize=189360 CPUtime=1.41 cores=0-7
/proc/22117/task/22124/stat : 22124 (plingeling) R 22115 22117 21858 0 -1 4202560 1875 1253 0 0 141 0 0 0 25 0 9 0 722441721 193904640 8570 33554432000 4194304 4417452 140734486282816 18446744073709551615 4248238 0 0 4096 17442 0 0 0 -1 0 0 0 0
[pid=22117/tid=22125] ppid=22115 vsize=189360 CPUtime=1.4 cores=0-7
/proc/22117/task/22125/stat : 22125 (plingeling) R 22115 22117 21858 0 -1 4202560 1850 1253 0 0 140 0 0 0 25 0 9 0 722441721 193904640 8570 33554432000 4194304 4417452 140734486282816 18446744073709551615 4364650 0 0 4096 17442 0 0 0 -1 4 0 0 0
[pid=22117/tid=22126] ppid=22115 vsize=189360 CPUtime=1.41 cores=0-7
/proc/22117/task/22126/stat : 22126 (plingeling) R 22115 22117 21858 0 -1 4202560 2733 1253 0 0 141 0 0 0 25 0 9 0 722441721 193904640 8570 33554432000 4194304 4417452 140734486282816 18446744073709551615 18446744073699065939 0 0 4096 17442 0 0 0 -1 1 0 0 0
[pid=22117/tid=22127] ppid=22115 vsize=189360 CPUtime=1.41 cores=0-7
/proc/22117/task/22127/stat : 22127 (plingeling) R 22115 22117 21858 0 -1 4202560 2755 1253 0 0 141 0 0 0 23 0 9 0 722441721 193904640 8570 33554432000 4194304 4417452 140734486282816 18446744073709551615 4364727 0 0 4096 17442 0 0 0 -1 5 0 0 0
[pid=22117/tid=22128] ppid=22115 vsize=189360 CPUtime=1.4 cores=0-7
/proc/22117/task/22128/stat : 22128 (plingeling) R 22115 22117 21858 0 -1 4202560 1901 1253 0 0 140 0 0 0 23 0 9 0 722441721 193904640 8570 33554432000 4194304 4417452 140734486282816 18446744073709551615 4249222 0 0 4096 17442 0 0 0 -1 7 0 0 0
[pid=22117/tid=22129] ppid=22115 vsize=189360 CPUtime=1.41 cores=0-7
/proc/22117/task/22129/stat : 22129 (plingeling) R 22115 22117 21858 0 -1 4202560 2068 1253 0 0 141 0 0 0 23 0 9 0 722441721 193904640 8570 33554432000 4194304 4417452 140734486282816 18446744073709551615 4258445 0 0 4096 17442 0 0 0 -1 2 0 0 0
[pid=22117/tid=22130] ppid=22115 vsize=189360 CPUtime=1.41 cores=0-7
/proc/22117/task/22130/stat : 22130 (plingeling) R 22115 22117 21858 0 -1 4202560 2418 1253 0 0 141 0 0 0 20 0 9 0 722441721 193904640 8570 33554432000 4194304 4417452 140734486282816 18446744073709551615 4366099 0 0 4096 17442 0 0 0 -1 3 0 0 0
[pid=22117/tid=22131] ppid=22115 vsize=189360 CPUtime=1.41 cores=0-7
/proc/22117/task/22131/stat : 22131 (plingeling) R 22115 22117 21858 0 -1 4202560 1836 1253 0 0 141 0 0 0 23 0 9 0 722441721 193904640 8570 33554432000 4194304 4417452 140734486282816 18446744073709551615 4334647 0 0 4096 17442 0 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 11.4
Current children cumulated vsize (KiB) 189360

[startup+3.10086 s]
/proc/loadavg: 8.09 8.06 8.01 9/402 22131
/proc/meminfo: memFree=17653208/32950904 swapFree=65784192/67111528
[pid=22117] ppid=22115 vsize=207596 CPUtime=24.18 cores=0-7
/proc/22117/stat : 22117 (plingeling) S 22115 22117 21858 0 -1 4202496 43861 1253 0 0 2410 8 0 0 18 0 9 0 722441713 212578304 13161 33554432000 4194304 4417452 140734486282816 18446744073709551615 237290682341 0 0 4096 17442 18446744073709551615 0 0 17 2 0 0 0
/proc/22117/statm: 51899 13161 180 55 0 49785 0
[pid=22117/tid=22124] ppid=22115 vsize=207596 CPUtime=3.01 cores=0-7
/proc/22117/task/22124/stat : 22124 (plingeling) R 22115 22117 21858 0 -1 4202560 4323 1253 0 0 300 1 0 0 25 0 9 0 722441721 212578304 13161 33554432000 4194304 4417452 140734486282816 18446744073709551615 4364572 0 0 4096 17442 0 0 0 -1 0 0 0 0
[pid=22117/tid=22125] ppid=22115 vsize=207596 CPUtime=3 cores=0-7
/proc/22117/task/22125/stat : 22125 (plingeling) R 22115 22117 21858 0 -1 4202560 4380 1253 0 0 299 1 0 0 25 0 9 0 722441721 212578304 13161 33554432000 4194304 4417452 140734486282816 18446744073709551615 4364812 0 0 4096 17442 0 0 0 -1 4 0 0 0
[pid=22117/tid=22126] ppid=22115 vsize=207596 CPUtime=3.01 cores=0-7
/proc/22117/task/22126/stat : 22126 (plingeling) R 22115 22117 21858 0 -1 4202560 5777 1253 0 0 301 0 0 0 25 0 9 0 722441721 212578304 13161 33554432000 4194304 4417452 140734486282816 18446744073709551615 4365195 0 0 4096 17442 0 0 0 -1 1 0 0 0
[pid=22117/tid=22127] ppid=22115 vsize=207596 CPUtime=3.01 cores=0-7
/proc/22117/task/22127/stat : 22127 (plingeling) R 22115 22117 21858 0 -1 4202560 4898 1253 0 0 300 1 0 0 25 0 9 0 722441721 212578304 13161 33554432000 4194304 4417452 140734486282816 18446744073709551615 4364533 0 0 4096 17442 0 0 0 -1 5 0 0 0
[pid=22117/tid=22128] ppid=22115 vsize=207596 CPUtime=2.98 cores=0-7
/proc/22117/task/22128/stat : 22128 (plingeling) R 22115 22117 21858 0 -1 4202560 5287 1253 0 0 298 0 0 0 25 0 9 0 722441721 212578304 13161 33554432000 4194304 4417452 140734486282816 18446744073709551615 4364629 0 0 4096 17442 0 0 0 -1 7 0 0 0
[pid=22117/tid=22129] ppid=22115 vsize=207596 CPUtime=3.01 cores=0-7
/proc/22117/task/22129/stat : 22129 (plingeling) R 22115 22117 21858 0 -1 4202560 4782 1253 0 0 301 0 0 0 25 0 9 0 722441721 212578304 13161 33554432000 4194304 4417452 140734486282816 18446744073709551615 4232473 0 0 4096 17442 0 0 0 -1 2 0 0 0
[pid=22117/tid=22130] ppid=22115 vsize=207596 CPUtime=3.01 cores=0-7
/proc/22117/task/22130/stat : 22130 (plingeling) R 22115 22117 21858 0 -1 4202560 5286 1253 0 0 300 1 0 0 25 0 9 0 722441721 212578304 13161 33554432000 4194304 4417452 140734486282816 18446744073709551615 4364641 0 0 4096 17442 0 0 0 -1 3 0 0 0
[pid=22117/tid=22131] ppid=22115 vsize=207596 CPUtime=3.01 cores=0-7
/proc/22117/task/22131/stat : 22131 (plingeling) R 22115 22117 21858 0 -1 4202560 4844 1253 0 0 300 1 0 0 25 0 9 0 722441721 212578304 13161 33554432000 4194304 4417452 140734486282816 18446744073709551615 4364626 0 0 4096 17442 0 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 24.18
Current children cumulated vsize (KiB) 207596

[startup+6.30129 s]
/proc/loadavg: 8.08 8.06 8.00 9/402 22131
/proc/meminfo: memFree=17637336/32950904 swapFree=65784192/67111528
[pid=22117] ppid=22115 vsize=222096 CPUtime=49.75 cores=0-7
/proc/22117/stat : 22117 (plingeling) S 22115 22117 21858 0 -1 4202496 73695 1253 0 0 4959 16 0 0 18 0 9 0 722441713 227426304 16769 33554432000 4194304 4417452 140734486282816 18446744073709551615 237290682341 0 0 4096 17442 18446744073709551615 0 0 17 2 0 0 0
/proc/22117/statm: 55524 16769 180 55 0 53410 0
[pid=22117/tid=22124] ppid=22115 vsize=222096 CPUtime=6.21 cores=0-7
/proc/22117/task/22124/stat : 22124 (plingeling) R 22115 22117 21858 0 -1 4202560 7297 1253 0 0 619 2 0 0 25 0 9 0 722441721 227426304 16769 33554432000 4194304 4417452 140734486282816 18446744073709551615 4364907 0 0 4096 17442 0 0 0 -1 0 0 0 0
[pid=22117/tid=22125] ppid=22115 vsize=222096 CPUtime=6.2 cores=0-7
/proc/22117/task/22125/stat : 22125 (plingeling) R 22115 22117 21858 0 -1 4202560 8053 1253 0 0 619 1 0 0 25 0 9 0 722441721 227426304 16769 33554432000 4194304 4417452 140734486282816 18446744073709551615 4364420 0 0 4096 17442 0 0 0 -1 4 0 0 0
[pid=22117/tid=22126] ppid=22115 vsize=222096 CPUtime=6.21 cores=0-7
/proc/22117/task/22126/stat : 22126 (plingeling) R 22115 22117 21858 0 -1 4202560 9846 1253 0 0 620 1 0 0 25 0 9 0 722441721 227426304 16769 33554432000 4194304 4417452 140734486282816 18446744073709551615 4308818 0 0 4096 17442 0 0 0 -1 1 0 0 0
[pid=22117/tid=22127] ppid=22115 vsize=222096 CPUtime=6.21 cores=0-7
/proc/22117/task/22127/stat : 22127 (plingeling) R 22115 22117 21858 0 -1 4202560 8042 1253 0 0 620 1 0 0 25 0 9 0 722441721 227426304 16769 33554432000 4194304 4417452 140734486282816 18446744073709551615 4251091 0 0 4096 17442 0 0 0 -1 5 0 0 0
[pid=22117/tid=22128] ppid=22115 vsize=222096 CPUtime=6.14 cores=0-7
/proc/22117/task/22128/stat : 22128 (plingeling) R 22115 22117 21858 0 -1 4202560 9548 1253 0 0 613 1 0 0 25 0 9 0 722441721 227426304 16769 33554432000 4194304 4417452 140734486282816 18446744073709551615 4250957 0 0 4096 17442 0 0 0 -1 7 0 0 0
[pid=22117/tid=22129] ppid=22115 vsize=222096 CPUtime=6.21 cores=0-7
/proc/22117/task/22129/stat : 22129 (plingeling) R 22115 22117 21858 0 -1 4202560 8608 1253 0 0 620 1 0 0 25 0 9 0 722441721 227426304 16769 33554432000 4194304 4417452 140734486282816 18446744073709551615 4364611 0 0 4096 17442 0 0 0 -1 2 0 0 0
[pid=22117/tid=22130] ppid=22115 vsize=222096 CPUtime=6.21 cores=0-7
/proc/22117/task/22130/stat : 22130 (plingeling) R 22115 22117 21858 0 -1 4202560 9191 1253 0 0 619 2 0 0 25 0 9 0 722441721 227426304 16769 33554432000 4194304 4417452 140734486282816 18446744073709551615 4366099 0 0 4096 17442 0 0 0 -1 3 0 0 0
[pid=22117/tid=22131] ppid=22115 vsize=222096 CPUtime=6.21 cores=0-7
/proc/22117/task/22131/stat : 22131 (plingeling) R 22115 22117 21858 0 -1 4202560 8826 1253 0 0 619 2 0 0 25 0 9 0 722441721 227426304 16769 33554432000 4194304 4417452 140734486282816 18446744073709551615 4364727 0 0 4096 17442 0 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 49.75
Current children cumulated vsize (KiB) 222096

[startup+12.7012 s]
/proc/loadavg: 8.07 8.06 8.00 9/402 22131
/proc/meminfo: memFree=17602352/32950904 swapFree=65784192/67111528
[pid=22117] ppid=22115 vsize=265540 CPUtime=100.85 cores=0-7
/proc/22117/stat : 22117 (plingeling) S 22115 22117 21858 0 -1 4202496 122334 1253 0 0 10060 25 0 0 18 0 9 0 722441713 271912960 27627 33554432000 4194304 4417452 140734486282816 18446744073709551615 237290682341 0 0 4096 17442 18446744073709551615 0 0 17 2 0 0 0
/proc/22117/statm: 66385 27627 180 55 0 64271 0
[pid=22117/tid=22124] ppid=22115 vsize=265540 CPUtime=12.61 cores=0-7
/proc/22117/task/22124/stat : 22124 (plingeling) R 22115 22117 21858 0 -1 4202560 15158 1253 0 0 1258 3 0 0 25 0 9 0 722441721 271912960 27627 33554432000 4194304 4417452 140734486282816 18446744073709551615 4364727 0 0 4096 17442 0 0 0 -1 0 0 0 0
[pid=22117/tid=22125] ppid=22115 vsize=265540 CPUtime=12.6 cores=0-7
/proc/22117/task/22125/stat : 22125 (plingeling) R 22115 22117 21858 0 -1 4202560 15213 1253 0 0 1257 3 0 0 25 0 9 0 722441721 271912960 27627 33554432000 4194304 4417452 140734486282816 18446744073709551615 4364727 0 0 4096 17442 0 0 0 -1 4 0 0 0
[pid=22117/tid=22126] ppid=22115 vsize=265540 CPUtime=12.61 cores=0-7
/proc/22117/task/22126/stat : 22126 (plingeling) R 22115 22117 21858 0 -1 4202560 14822 1253 0 0 1259 2 0 0 25 0 9 0 722441721 271912960 27627 33554432000 4194304 4417452 140734486282816 18446744073709551615 4364727 0 0 4096 17442 0 0 0 -1 1 0 0 0
[pid=22117/tid=22127] ppid=22115 vsize=265540 CPUtime=12.62 cores=0-7
/proc/22117/task/22127/stat : 22127 (plingeling) R 22115 22117 21858 0 -1 4202560 12543 1253 0 0 1259 3 0 0 25 0 9 0 722441721 271912960 27627 33554432000 4194304 4417452 140734486282816 18446744073709551615 4364587 0 0 4096 17442 0 0 0 -1 5 0 0 0
[pid=22117/tid=22128] ppid=22115 vsize=265540 CPUtime=12.46 cores=0-7
/proc/22117/task/22128/stat : 22128 (plingeling) R 22115 22117 21858 0 -1 4202560 16239 1253 0 0 1243 3 0 0 25 0 9 0 722441721 271912960 27627 33554432000 4194304 4417452 140734486282816 18446744073709551615 4232651 0 0 4096 17442 0 0 0 -1 7 0 0 0
[pid=22117/tid=22129] ppid=22115 vsize=265540 CPUtime=12.6 cores=0-7
/proc/22117/task/22129/stat : 22129 (plingeling) R 22115 22117 21858 0 -1 4202560 14281 1253 0 0 1258 2 0 0 25 0 9 0 722441721 271912960 27627 33554432000 4194304 4417452 140734486282816 18446744073709551615 4364907 0 0 4096 17442 0 0 0 -1 2 0 0 0
[pid=22117/tid=22130] ppid=22115 vsize=265540 CPUtime=12.61 cores=0-7
/proc/22117/task/22130/stat : 22130 (plingeling) R 22115 22117 21858 0 -1 4202560 14118 1253 0 0 1258 3 0 0 25 0 9 0 722441721 271912960 27627 33554432000 4194304 4417452 140734486282816 18446744073709551615 4364827 0 0 4096 17442 0 0 0 -1 3 0 0 0
[pid=22117/tid=22131] ppid=22115 vsize=265540 CPUtime=12.61 cores=0-7
/proc/22117/task/22131/stat : 22131 (plingeling) R 22115 22117 21858 0 -1 4202560 15676 1253 0 0 1258 3 0 0 25 0 9 0 722441721 271912960 27627 33554432000 4194304 4417452 140734486282816 18446744073709551615 4364907 0 0 4096 17442 0 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 100.85
Current children cumulated vsize (KiB) 265540

[startup+25.5009 s]
/proc/loadavg: 8.06 8.05 8.00 9/402 22132
/proc/meminfo: memFree=17520648/32950904 swapFree=65784192/67111528
[pid=22117] ppid=22115 vsize=342368 CPUtime=203.09 cores=0-7
/proc/22117/stat : 22117 (plingeling) S 22115 22117 21858 0 -1 4202496 186489 1253 0 0 20269 40 0 0 18 0 9 0 722441713 350584832 46858 33554432000 4194304 4417452 140734486282816 18446744073709551615 237290682341 0 0 4096 17442 18446744073709551615 0 0 17 2 0 0 0
/proc/22117/statm: 85592 46858 180 55 0 83478 0
[pid=22117/tid=22124] ppid=22115 vsize=342368 CPUtime=25.41 cores=0-7
/proc/22117/task/22124/stat : 22124 (plingeling) R 22115 22117 21858 0 -1 4202560 22130 1253 0 0 2536 5 0 0 25 0 9 0 722441721 350584832 46858 33554432000 4194304 4417452 140734486282816 18446744073709551615 4366126 0 0 4096 17442 0 0 0 -1 0 0 0 0
[pid=22117/tid=22125] ppid=22115 vsize=342368 CPUtime=25.4 cores=0-7
/proc/22117/task/22125/stat : 22125 (plingeling) R 22115 22117 21858 0 -1 4202560 24156 1253 0 0 2535 5 0 0 25 0 9 0 722441721 350584832 46858 33554432000 4194304 4417452 140734486282816 18446744073709551615 4366051 0 0 4096 17442 0 0 0 -1 4 0 0 0
[pid=22117/tid=22126] ppid=22115 vsize=342368 CPUtime=25.41 cores=0-7
/proc/22117/task/22126/stat : 22126 (plingeling) R 22115 22117 21858 0 -1 4202560 22304 1253 0 0 2537 4 0 0 25 0 9 0 722441721 350584832 46858 33554432000 4194304 4417452 140734486282816 18446744073709551615 4364727 0 0 4096 17442 0 0 0 -1 1 0 0 0
[pid=22117/tid=22127] ppid=22115 vsize=342368 CPUtime=25.41 cores=0-7
/proc/22117/task/22127/stat : 22127 (plingeling) R 22115 22117 21858 0 -1 4202560 17807 1253 0 0 2537 4 0 0 25 0 9 0 722441721 350584832 46858 33554432000 4194304 4417452 140734486282816 18446744073709551615 18446744073699065863 0 0 4096 17442 0 0 0 -1 5 0 0 0
[pid=22117/tid=22128] ppid=22115 vsize=342368 CPUtime=25.08 cores=0-7
/proc/22117/task/22128/stat : 22128 (plingeling) R 22115 22117 21858 0 -1 4202560 24693 1253 0 0 2504 4 0 0 25 0 9 0 722441721 350584832 46858 33554432000 4194304 4417452 140734486282816 18446744073709551615 4364641 0 0 4096 17442 0 0 0 -1 7 0 0 0
[pid=22117/tid=22129] ppid=22115 vsize=342368 CPUtime=25.4 cores=0-7
/proc/22117/task/22129/stat : 22129 (plingeling) R 22115 22117 21858 0 -1 4202560 23249 1253 0 0 2536 4 0 0 25 0 9 0 722441721 350584832 46858 33554432000 4194304 4417452 140734486282816 18446744073709551615 4364533 0 0 4096 17442 0 0 0 -1 2 0 0 0
[pid=22117/tid=22130] ppid=22115 vsize=342368 CPUtime=25.41 cores=0-7
/proc/22117/task/22130/stat : 22130 (plingeling) R 22115 22117 21858 0 -1 4202560 22260 1253 0 0 2537 4 0 0 25 0 9 0 722441721 350584832 46858 33554432000 4194304 4417452 140734486282816 18446744073709551615 4308799 0 0 4096 17442 0 0 0 -1 3 0 0 0
[pid=22117/tid=22131] ppid=22115 vsize=342368 CPUtime=25.4 cores=0-7
/proc/22117/task/22131/stat : 22131 (plingeling) R 22115 22117 21858 0 -1 4202560 25606 1253 0 0 2535 5 0 0 25 0 9 0 722441721 350584832 46858 33554432000 4194304 4417452 140734486282816 18446744073709551615 4364727 0 0 4096 17442 0 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 203.09
Current children cumulated vsize (KiB) 342368

[startup+51.1013 s]
/proc/loadavg: 8.09 8.06 8.01 9/402 22132
/proc/meminfo: memFree=17449508/32950904 swapFree=65784192/67111528
[pid=22117] ppid=22115 vsize=415860 CPUtime=407.57 cores=0-7
/proc/22117/stat : 22117 (plingeling) S 22115 22117 21858 0 -1 4202496 275179 1253 0 0 40698 59 0 0 18 0 9 0 722441713 425840640 65207 33554432000 4194304 4417452 140734486282816 18446744073709551615 237290682341 0 0 4096 17442 18446744073709551615 0 0 17 2 0 0 0
/proc/22117/statm: 103965 65207 180 55 0 101851 0
[pid=22117/tid=22124] ppid=22115 vsize=415860 CPUtime=51.01 cores=0-7
/proc/22117/task/22124/stat : 22124 (plingeling) R 22115 22117 21858 0 -1 4202560 33307 1253 0 0 5094 7 0 0 25 0 9 0 722441721 425840640 65207 33554432000 4194304 4417452 140734486282816 18446744073709551615 4364817 0 0 4096 17442 0 0 0 -1 0 0 0 0
[pid=22117/tid=22125] ppid=22115 vsize=415860 CPUtime=51 cores=0-7
/proc/22117/task/22125/stat : 22125 (plingeling) R 22115 22117 21858 0 -1 4202560 36604 1253 0 0 5092 8 0 0 25 0 9 0 722441721 425840640 65207 33554432000 4194304 4417452 140734486282816 18446744073709551615 4364881 0 0 4096 17442 0 0 0 -1 4 0 0 0
[pid=22117/tid=22126] ppid=22115 vsize=415860 CPUtime=51.01 cores=0-7

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


[startup+4722.32 s]
/proc/loadavg: 8.00 8.04 8.01 9/402 22281
/proc/meminfo: memFree=15113016/32950904 swapFree=65784192/67111528
[pid=22117] ppid=22115 vsize=2742132 CPUtime=37715.8 cores=0-7
/proc/22117/stat : 22117 (plingeling) S 22115 22117 21858 0 -1 4202496 3572167 1253 0 0 3770816 762 0 0 18 0 9 0 722441713 2807943168 646775 33554432000 4194304 4417452 140734486282816 18446744073709551615 237290682341 0 0 4096 17442 18446744073709551615 0 0 17 2 0 0 0
/proc/22117/statm: 685533 646775 180 55 0 683419 0
[pid=22117/tid=22124] ppid=22115 vsize=2742132 CPUtime=4722.32 cores=0-7
/proc/22117/task/22124/stat : 22124 (plingeling) R 22115 22117 21858 0 -1 4202560 510980 1253 0 0 472132 100 0 0 25 0 9 0 722441721 2807943168 646775 33554432000 4194304 4417452 140734486282816 18446744073709551615 4364727 0 0 4096 17442 0 0 0 -1 0 0 0 0
[pid=22117/tid=22125] ppid=22115 vsize=2742132 CPUtime=4722.33 cores=0-7
/proc/22117/task/22125/stat : 22125 (plingeling) R 22115 22117 21858 0 -1 4202560 475407 1253 0 0 472135 98 0 0 25 0 9 0 722441721 2807943168 646775 33554432000 4194304 4417452 140734486282816 18446744073709551615 4364727 0 0 4096 17442 0 0 0 -1 4 0 0 0
[pid=22117/tid=22126] ppid=22115 vsize=2742132 CPUtime=4720.66 cores=0-7
/proc/22117/task/22126/stat : 22126 (plingeling) R 22115 22117 21858 0 -1 4202560 446834 1253 0 0 471973 93 0 0 25 0 9 0 722441721 2807943168 646775 33554432000 4194304 4417452 140734486282816 18446744073709551615 4364727 0 0 4096 17442 0 0 0 -1 1 0 0 0
[pid=22117/tid=22127] ppid=22115 vsize=2742132 CPUtime=4722.19 cores=0-7
/proc/22117/task/22127/stat : 22127 (plingeling) R 22115 22117 21858 0 -1 4202560 269840 1253 0 0 472149 70 0 0 25 0 9 0 722441721 2807943168 646775 33554432000 4194304 4417452 140734486282816 18446744073709551615 4364727 0 0 4096 17442 0 0 0 -1 5 0 0 0
[pid=22117/tid=22128] ppid=22115 vsize=2742132 CPUtime=4662.01 cores=0-7
/proc/22117/task/22128/stat : 22128 (plingeling) R 22115 22117 21858 0 -1 4202560 475530 1253 0 0 466104 97 0 0 25 0 9 0 722441721 2807943168 646775 33554432000 4194304 4417452 140734486282816 18446744073709551615 4364727 0 0 4096 17442 0 0 0 -1 7 0 0 0
[pid=22117/tid=22129] ppid=22115 vsize=2742132 CPUtime=4721.46 cores=0-7
/proc/22117/task/22129/stat : 22129 (plingeling) R 22115 22117 21858 0 -1 4202560 459652 1253 0 0 472045 101 0 0 25 0 9 0 722441721 2807943168 646775 33554432000 4194304 4417452 140734486282816 18446744073709551615 4364684 0 0 4096 17442 0 0 0 -1 2 0 0 0
[pid=22117/tid=22130] ppid=22115 vsize=2742132 CPUtime=4722.33 cores=0-7
/proc/22117/task/22130/stat : 22130 (plingeling) R 22115 22117 21858 0 -1 4202560 471127 1253 0 0 472133 100 0 0 25 0 9 0 722441721 2807943168 646775 33554432000 4194304 4417452 140734486282816 18446744073709551615 4364727 0 0 4096 17442 0 0 0 -1 3 0 0 0
[pid=22117/tid=22131] ppid=22115 vsize=2742132 CPUtime=4722.33 cores=0-7
/proc/22117/task/22131/stat : 22131 (plingeling) R 22115 22117 21858 0 -1 4202560 458513 1253 0 0 472134 99 0 0 25 0 9 0 722441721 2807943168 646775 33554432000 4194304 4417452 140734486282816 18446744073709551615 4364907 0 0 4096 17442 0 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 37715.8
Current children cumulated vsize (KiB) 2742132

[startup+4782.3 s]
/proc/loadavg: 8.11 8.06 8.02 9/402 22283
/proc/meminfo: memFree=15115848/32950904 swapFree=65784192/67111528
[pid=22117] ppid=22115 vsize=2739744 CPUtime=38194.9 cores=0-7
/proc/22117/stat : 22117 (plingeling) S 22115 22117 21858 0 -1 4202496 3603188 1253 0 0 3818720 769 0 0 18 0 9 0 722441713 2805497856 646178 33554432000 4194304 4417452 140734486282816 18446744073709551615 237290682341 0 0 4096 17442 18446744073709551615 0 0 17 2 0 0 0
/proc/22117/statm: 684936 646178 180 55 0 682822 0
[pid=22117/tid=22124] ppid=22115 vsize=2739744 CPUtime=4782.3 cores=0-7
/proc/22117/task/22124/stat : 22124 (plingeling) R 22115 22117 21858 0 -1 4202560 510980 1253 0 0 478130 100 0 0 25 0 9 0 722441721 2805497856 646178 33554432000 4194304 4417452 140734486282816 18446744073709551615 4364727 0 0 4096 17442 0 0 0 -1 0 0 0 0
[pid=22117/tid=22125] ppid=22115 vsize=2739744 CPUtime=4782.32 cores=0-7
/proc/22117/task/22125/stat : 22125 (plingeling) R 22115 22117 21858 0 -1 4202560 475407 1253 0 0 478134 98 0 0 25 0 9 0 722441721 2805497856 646178 33554432000 4194304 4417452 140734486282816 18446744073709551615 4364727 0 0 4096 17442 0 0 0 -1 4 0 0 0
[pid=22117/tid=22126] ppid=22115 vsize=2739744 CPUtime=4780.65 cores=0-7
/proc/22117/task/22126/stat : 22126 (plingeling) R 22115 22117 21858 0 -1 4202560 446834 1253 0 0 477972 93 0 0 25 0 9 0 722441721 2805497856 646178 33554432000 4194304 4417452 140734486282816 18446744073709551615 4364727 0 0 4096 17442 0 0 0 -1 1 0 0 0
[pid=22117/tid=22127] ppid=22115 vsize=2739744 CPUtime=4782.18 cores=0-7
/proc/22117/task/22127/stat : 22127 (plingeling) R 22115 22117 21858 0 -1 4202560 269840 1253 0 0 478148 70 0 0 25 0 9 0 722441721 2805497856 646178 33554432000 4194304 4417452 140734486282816 18446744073709551615 4364737 0 0 4096 17442 0 0 0 -1 5 0 0 0
[pid=22117/tid=22128] ppid=22115 vsize=2739744 CPUtime=4721.24 cores=0-7
/proc/22117/task/22128/stat : 22128 (plingeling) R 22115 22117 21858 0 -1 4202560 475530 1253 0 0 472027 97 0 0 25 0 9 0 722441721 2805497856 646178 33554432000 4194304 4417452 140734486282816 18446744073709551615 4364907 0 0 4096 17442 0 0 0 -1 7 0 0 0
[pid=22117/tid=22129] ppid=22115 vsize=2739744 CPUtime=4781.43 cores=0-7
/proc/22117/task/22129/stat : 22129 (plingeling) R 22115 22117 21858 0 -1 4202560 459652 1253 0 0 478042 101 0 0 25 0 9 0 722441721 2805497856 646178 33554432000 4194304 4417452 140734486282816 18446744073709551615 4364727 0 0 4096 17442 0 0 0 -1 2 0 0 0
[pid=22117/tid=22130] ppid=22115 vsize=2739744 CPUtime=4782.31 cores=0-7
/proc/22117/task/22130/stat : 22130 (plingeling) R 22115 22117 21858 0 -1 4202560 502148 1253 0 0 478124 107 0 0 25 0 9 0 722441721 2805497856 646178 33554432000 4194304 4417452 140734486282816 18446744073709551615 4364765 0 0 4096 17442 0 0 0 -1 3 0 0 0
[pid=22117/tid=22131] ppid=22115 vsize=2739744 CPUtime=4782.31 cores=0-7
/proc/22117/task/22131/stat : 22131 (plingeling) R 22115 22117 21858 0 -1 4202560 458513 1253 0 0 478132 99 0 0 25 0 9 0 722441721 2805497856 646178 33554432000 4194304 4417452 140734486282816 18446744073709551615 4364727 0 0 4096 17442 0 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 38194.9
Current children cumulated vsize (KiB) 2739744

[startup+4842.3 s]
/proc/loadavg: 8.11 8.06 8.02 9/402 22284
/proc/meminfo: memFree=15459444/32950904 swapFree=65784192/67111528
[pid=22117] ppid=22115 vsize=2396620 CPUtime=38674.1 cores=0-7
/proc/22117/stat : 22117 (plingeling) S 22115 22117 21858 0 -1 4202496 3663647 1253 0 0 3866632 780 0 0 18 0 9 0 722441713 2454138880 560397 33554432000 4194304 4417452 140734486282816 18446744073709551615 237290682341 0 0 4096 17442 18446744073709551615 0 0 17 2 0 0 0
/proc/22117/statm: 599155 560397 180 55 0 597041 0
[pid=22117/tid=22124] ppid=22115 vsize=2396620 CPUtime=4842.31 cores=0-7
/proc/22117/task/22124/stat : 22124 (plingeling) R 22115 22117 21858 0 -1 4202560 510980 1253 0 0 484131 100 0 0 25 0 9 0 722441721 2454138880 560397 33554432000 4194304 4417452 140734486282816 18446744073709551615 4364727 0 0 4096 17442 0 0 0 -1 0 0 0 0
[pid=22117/tid=22125] ppid=22115 vsize=2396620 CPUtime=4842.32 cores=0-7
/proc/22117/task/22125/stat : 22125 (plingeling) R 22115 22117 21858 0 -1 4202560 475407 1253 0 0 484134 98 0 0 25 0 9 0 722441721 2454138880 560397 33554432000 4194304 4417452 140734486282816 18446744073709551615 4364564 0 0 4096 17442 0 0 0 -1 4 0 0 0
[pid=22117/tid=22126] ppid=22115 vsize=2396620 CPUtime=4840.65 cores=0-7
/proc/22117/task/22126/stat : 22126 (plingeling) R 22115 22117 21858 0 -1 4202560 446834 1253 0 0 483972 93 0 0 25 0 9 0 722441721 2454138880 560397 33554432000 4194304 4417452 140734486282816 18446744073709551615 4364727 0 0 4096 17442 0 0 0 -1 1 0 0 0
[pid=22117/tid=22127] ppid=22115 vsize=2396620 CPUtime=4842.18 cores=0-7
/proc/22117/task/22127/stat : 22127 (plingeling) R 22115 22117 21858 0 -1 4202560 269840 1253 0 0 484148 70 0 0 25 0 9 0 722441721 2454138880 560397 33554432000 4194304 4417452 140734486282816 18446744073709551615 4364727 0 0 4096 17442 0 0 0 -1 5 0 0 0
[pid=22117/tid=22128] ppid=22115 vsize=2396620 CPUtime=4780.47 cores=0-7
/proc/22117/task/22128/stat : 22128 (plingeling) R 22115 22117 21858 0 -1 4202560 475530 1253 0 0 477950 97 0 0 25 0 9 0 722441721 2454138880 560397 33554432000 4194304 4417452 140734486282816 18446744073709551615 4364555 0 0 4096 17442 0 0 0 -1 7 0 0 0
[pid=22117/tid=22129] ppid=22115 vsize=2396620 CPUtime=4841.42 cores=0-7
/proc/22117/task/22129/stat : 22129 (plingeling) R 22115 22117 21858 0 -1 4202560 491529 1253 0 0 484035 107 0 0 25 0 9 0 722441721 2454138880 560397 33554432000 4194304 4417452 140734486282816 18446744073709551615 4364533 0 0 4096 17442 0 0 0 -1 2 0 0 0
[pid=22117/tid=22130] ppid=22115 vsize=2396620 CPUtime=4842.32 cores=0-7
/proc/22117/task/22130/stat : 22130 (plingeling) R 22115 22117 21858 0 -1 4202560 518532 1253 0 0 484122 110 0 0 25 0 9 0 722441721 2454138880 560397 33554432000 4194304 4417452 140734486282816 18446744073709551615 4364798 0 0 4096 17442 0 0 0 -1 3 0 0 0
[pid=22117/tid=22131] ppid=22115 vsize=2396620 CPUtime=4842.32 cores=0-7
/proc/22117/task/22131/stat : 22131 (plingeling) R 22115 22117 21858 0 -1 4202560 470711 1253 0 0 484130 102 0 0 25 0 9 0 722441721 2454138880 560397 33554432000 4194304 4417452 140734486282816 18446744073709551615 4365075 0 0 4096 17442 0 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 38674.1
Current children cumulated vsize (KiB) 2396620

[startup+4902.3 s]
/proc/loadavg: 8.19 8.08 8.02 9/402 22286
/proc/meminfo: memFree=15328116/32950904 swapFree=65784192/67111528
[pid=22117] ppid=22115 vsize=2527692 CPUtime=39153.4 cores=0-7
/proc/22117/stat : 22117 (plingeling) S 22115 22117 21858 0 -1 4202496 3696415 1253 0 0 3914550 786 0 0 18 0 9 0 722441713 2588356608 593165 33554432000 4194304 4417452 140734486282816 18446744073709551615 237290682341 0 0 4096 17442 18446744073709551615 0 0 17 2 0 0 0
/proc/22117/statm: 631923 593165 180 55 0 629809 0
[pid=22117/tid=22124] ppid=22115 vsize=2527692 CPUtime=4902.31 cores=0-7
/proc/22117/task/22124/stat : 22124 (plingeling) R 22115 22117 21858 0 -1 4202560 510980 1253 0 0 490131 100 0 0 25 0 9 0 722441721 2588356608 593165 33554432000 4194304 4417452 140734486282816 18446744073709551615 4364768 0 0 4096 17442 0 0 0 -1 0 0 0 0
[pid=22117/tid=22125] ppid=22115 vsize=2527692 CPUtime=4902.32 cores=0-7
/proc/22117/task/22125/stat : 22125 (plingeling) R 22115 22117 21858 0 -1 4202560 491791 1253 0 0 490133 99 0 0 25 0 9 0 722441721 2588356608 593165 33554432000 4194304 4417452 140734486282816 18446744073709551615 4364727 0 0 4096 17442 0 0 0 -1 4 0 0 0
[pid=22117/tid=22126] ppid=22115 vsize=2527692 CPUtime=4900.65 cores=0-7
/proc/22117/task/22126/stat : 22126 (plingeling) R 22115 22117 21858 0 -1 4202560 463218 1253 0 0 489968 97 0 0 25 0 9 0 722441721 2588356608 593165 33554432000 4194304 4417452 140734486282816 18446744073709551615 4364907 0 0 4096 17442 0 0 0 -1 1 0 0 0
[pid=22117/tid=22127] ppid=22115 vsize=2527692 CPUtime=4902.18 cores=0-7
/proc/22117/task/22127/stat : 22127 (plingeling) R 22115 22117 21858 0 -1 4202560 269840 1253 0 0 490148 70 0 0 25 0 9 0 722441721 2588356608 593165 33554432000 4194304 4417452 140734486282816 18446744073709551615 4364727 0 0 4096 17442 0 0 0 -1 5 0 0 0
[pid=22117/tid=22128] ppid=22115 vsize=2527692 CPUtime=4839.71 cores=0-7
/proc/22117/task/22128/stat : 22128 (plingeling) R 22115 22117 21858 0 -1 4202560 475530 1253 0 0 483874 97 0 0 25 0 9 0 722441721 2588356608 593165 33554432000 4194304 4417452 140734486282816 18446744073709551615 4364727 0 0 4096 17442 0 0 0 -1 7 0 0 0
[pid=22117/tid=22129] ppid=22115 vsize=2527692 CPUtime=4901.42 cores=0-7
/proc/22117/task/22129/stat : 22129 (plingeling) R 22115 22117 21858 0 -1 4202560 491529 1253 0 0 490035 107 0 0 25 0 9 0 722441721 2588356608 593165 33554432000 4194304 4417452 140734486282816 18446744073709551615 4364727 0 0 4096 17442 0 0 0 -1 2 0 0 0
[pid=22117/tid=22130] ppid=22115 vsize=2527692 CPUtime=4902.32 cores=0-7
/proc/22117/task/22130/stat : 22130 (plingeling) R 22115 22117 21858 0 -1 4202560 518532 1253 0 0 490122 110 0 0 25 0 9 0 722441721 2588356608 593165 33554432000 4194304 4417452 140734486282816 18446744073709551615 4364727 0 0 4096 17442 0 0 0 -1 3 0 0 0
[pid=22117/tid=22131] ppid=22115 vsize=2527692 CPUtime=4902.32 cores=0-7
/proc/22117/task/22131/stat : 22131 (plingeling) R 22115 22117 21858 0 -1 4202560 470711 1253 0 0 490130 102 0 0 25 0 9 0 722441721 2588356608 593165 33554432000 4194304 4417452 140734486282816 18446744073709551615 4365067 0 0 4096 17442 0 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 39153.4
Current children cumulated vsize (KiB) 2527692

[startup+4962.3 s]
/proc/loadavg: 8.14 8.08 8.02 9/402 22287
/proc/meminfo: memFree=15478392/32950904 swapFree=65784192/67111528
[pid=22117] ppid=22115 vsize=2381924 CPUtime=39632.6 cores=0-7
/proc/22117/stat : 22117 (plingeling) S 22115 22117 21858 0 -1 4202496 3827395 1253 0 0 3962446 813 0 0 18 0 9 0 722441713 2439090176 555810 33554432000 4194304 4417452 140734486282816 18446744073709551615 237290682341 0 0 4096 17442 18446744073709551615 0 0 17 2 0 0 0
/proc/22117/statm: 595481 555810 180 55 0 593367 0
[pid=22117/tid=22124] ppid=22115 vsize=2381924 CPUtime=4962.3 cores=0-7
/proc/22117/task/22124/stat : 22124 (plingeling) R 22115 22117 21858 0 -1 4202560 543335 1253 0 0 496126 104 0 0 25 0 9 0 722441721 2439090176 555810 33554432000 4194304 4417452 140734486282816 18446744073709551615 4364817 0 0 4096 17442 0 0 0 -1 0 0 0 0
[pid=22117/tid=22125] ppid=22115 vsize=2381924 CPUtime=4962.32 cores=0-7
/proc/22117/task/22125/stat : 22125 (plingeling) R 22115 22117 21858 0 -1 4202560 513973 1253 0 0 496129 103 0 0 25 0 9 0 722441721 2439090176 555810 33554432000 4194304 4417452 140734486282816 18446744073709551615 4364727 0 0 4096 17442 0 0 0 -1 4 0 0 0
[pid=22117/tid=22126] ppid=22115 vsize=2381924 CPUtime=4960.65 cores=0-7
/proc/22117/task/22126/stat : 22126 (plingeling) R 22115 22117 21858 0 -1 4202560 463218 1253 0 0 495968 97 0 0 25 0 9 0 722441721 2439090176 555810 33554432000 4194304 4417452 140734486282816 18446744073709551615 4364727 0 0 4096 17442 0 0 0 -1 1 0 0 0
[pid=22117/tid=22127] ppid=22115 vsize=2381924 CPUtime=4962.18 cores=0-7
/proc/22117/task/22127/stat : 22127 (plingeling) R 22115 22117 21858 0 -1 4202560 285638 1253 0 0 496145 73 0 0 25 0 9 0 722441721 2439090176 555810 33554432000 4194304 4417452 140734486282816 18446744073709551615 4364533 0 0 4096 17442 0 0 0 -1 5 0 0 0
[pid=22117/tid=22128] ppid=22115 vsize=2381924 CPUtime=4898.94 cores=0-7
/proc/22117/task/22128/stat : 22128 (plingeling) R 22115 22117 21858 0 -1 4202560 506830 1253 0 0 489787 107 0 0 25 0 9 0 722441721 2439090176 555810 33554432000 4194304 4417452 140734486282816 18446744073709551615 4364727 0 0 4096 17442 0 0 0 -1 7 0 0 0
[pid=22117/tid=22129] ppid=22115 vsize=2381924 CPUtime=4961.4 cores=0-7
/proc/22117/task/22129/stat : 22129 (plingeling) R 22115 22117 21858 0 -1 4202560 506467 1253 0 0 496031 109 0 0 25 0 9 0 722441721 2439090176 555810 33554432000 4194304 4417452 140734486282816 18446744073709551615 4364727 0 0 4096 17442 0 0 0 -1 2 0 0 0
[pid=22117/tid=22130] ppid=22115 vsize=2381924 CPUtime=4962.32 cores=0-7
/proc/22117/task/22130/stat : 22130 (plingeling) R 22115 22117 21858 0 -1 4202560 518532 1253 0 0 496122 110 0 0 25 0 9 0 722441721 2439090176 555810 33554432000 4194304 4417452 140734486282816 18446744073709551615 4364727 0 0 4096 17442 0 0 0 -1 3 0 0 0
[pid=22117/tid=22131] ppid=22115 vsize=2381924 CPUtime=4962.32 cores=0-7
/proc/22117/task/22131/stat : 22131 (plingeling) R 22115 22117 21858 0 -1 4202560 485118 1253 0 0 496127 105 0 0 25 0 9 0 722441721 2439090176 555810 33554432000 4194304 4417452 140734486282816 18446744073709551615 4364548 0 0 4096 17442 0 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 39632.6
Current children cumulated vsize (KiB) 2381924



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+5008.32 s]
/proc/loadavg: 8.06 8.07 8.02 9/402 22289
/proc/meminfo: memFree=15492288/32950904 swapFree=65784192/67111528
[pid=22117] ppid=22115 vsize=2368076 CPUtime=40000.2 cores=0-7
/proc/22117/stat : 22117 (plingeling) S 22115 22117 21858 0 -1 4202496 3899745 1253 0 0 3999196 826 0 0 18 0 9 0 722441713 2424909824 552348 33554432000 4194304 4417452 140734486282816 18446744073709551615 237290682341 0 0 4096 17442 18446744073709551615 0 0 17 2 0 0 0
/proc/22117/statm: 592019 552348 180 55 0 589905 0
[pid=22117/tid=22124] ppid=22115 vsize=2368076 CPUtime=5008.34 cores=0-7
/proc/22117/task/22124/stat : 22124 (plingeling) R 22115 22117 21858 0 -1 4202560 559719 1253 0 0 500728 106 0 0 25 0 9 0 722441721 2424909824 552348 33554432000 4194304 4417452 140734486282816 18446744073709551615 4364727 0 0 4096 17442 0 0 0 -1 0 0 0 0
[pid=22117/tid=22125] ppid=22115 vsize=2368076 CPUtime=5008.35 cores=0-7
/proc/22117/task/22125/stat : 22125 (plingeling) R 22115 22117 21858 0 -1 4202560 513973 1253 0 0 500732 103 0 0 25 0 9 0 722441721 2424909824 552348 33554432000 4194304 4417452 140734486282816 18446744073709551615 4364727 0 0 4096 17442 0 0 0 -1 4 0 0 0
[pid=22117/tid=22126] ppid=22115 vsize=2368076 CPUtime=5006.68 cores=0-7
/proc/22117/task/22126/stat : 22126 (plingeling) R 22115 22117 21858 0 -1 4202560 487211 1253 0 0 500564 104 0 0 25 0 9 0 722441721 2424909824 552348 33554432000 4194304 4417452 140734486282816 18446744073709551615 4364693 0 0 4096 17442 0 0 0 -1 1 0 0 0
[pid=22117/tid=22127] ppid=22115 vsize=2368076 CPUtime=5008.21 cores=0-7
/proc/22117/task/22127/stat : 22127 (plingeling) R 22115 22117 21858 0 -1 4202560 286298 1253 0 0 500748 73 0 0 25 0 9 0 722441721 2424909824 552348 33554432000 4194304 4417452 140734486282816 18446744073709551615 4364821 0 0 4096 17442 0 0 0 -1 5 0 0 0
[pid=22117/tid=22128] ppid=22115 vsize=2368076 CPUtime=4944.37 cores=0-7
/proc/22117/task/22128/stat : 22128 (plingeling) R 22115 22117 21858 0 -1 4202560 506830 1253 0 0 494330 107 0 0 25 0 9 0 722441721 2424909824 552348 33554432000 4194304 4417452 140734486282816 18446744073709551615 4364727 0 0 4096 17442 0 0 0 -1 7 0 0 0
[pid=22117/tid=22129] ppid=22115 vsize=2368076 CPUtime=5007.42 cores=0-7
/proc/22117/task/22129/stat : 22129 (plingeling) R 22115 22117 21858 0 -1 4202560 506467 1253 0 0 500633 109 0 0 25 0 9 0 722441721 2424909824 552348 33554432000 4194304 4417452 140734486282816 18446744073709551615 4364604 0 0 4096 17442 0 0 0 -1 2 0 0 0
[pid=22117/tid=22130] ppid=22115 vsize=2368076 CPUtime=5008.35 cores=0-7
/proc/22117/task/22130/stat : 22130 (plingeling) R 22115 22117 21858 0 -1 4202560 549845 1253 0 0 500721 114 0 0 25 0 9 0 722441721 2424909824 552348 33554432000 4194304 4417452 140734486282816 18446744073709551615 4364727 0 0 4096 17442 0 0 0 -1 3 0 0 0
[pid=22117/tid=22131] ppid=22115 vsize=2368076 CPUtime=5008.35 cores=0-7
/proc/22117/task/22131/stat : 22131 (plingeling) R 22115 22117 21858 0 -1 4202560 485118 1253 0 0 500730 105 0 0 25 0 9 0 722441721 2424909824 552348 33554432000 4194304 4417452 140734486282816 18446744073709551615 4364805 0 0 4096 17442 0 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 40000.2
Current children cumulated vsize (KiB) 2368076

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

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

[startup+5008.42 s]
/proc/loadavg: 8.06 8.07 8.02 9/402 22289
/proc/meminfo: memFree=15492288/32950904 swapFree=65784192/67111528
[pid=22117] ppid=22115 vsize=0 CPUtime=40000.3 cores=0-7
/proc/22117/stat : 22117 (plingeling) Z 22115 22117 21858 0 -1 4203548 3899745 1253 0 0 3999200 834 0 0 18 0 2 0 722441713 0 0 33554432000 0 0 0 0 0 0 0 4096 0 18446744073709551615 0 0 17 2 0 0 0
/proc/22117/statm: 0 0 0 0 0 0 0
[pid=22117/tid=22128] ppid=22115 vsize=0 CPUtime=4944.46 cores=0-7
/proc/22117/task/22128/stat : 22128 (plingeling) R 22115 22117 21858 0 -1 4203588 506830 1253 0 0 494330 116 0 0 25 0 2 0 722441721 0 0 33554432000 0 0 0 0 0 0 0 4096 0 18446744073709551615 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 40000.3
Current children cumulated vsize (KiB) 0

Child ended because it received signal 15 (SIGTERM)
Real time (s): 5008.43
CPU time (s): 40000.4
CPU user time (s): 39992
CPU system time (s): 8.36173
CPU usage (%): 798.661
Max. virtual memory (cumulated for all children) (KiB): 2791996

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 39992
system time used= 8.36173
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 3900998
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= 261
involuntary context switches= 194352

runsolver used 17.9383 second user time and 46.056 second system time

The end

Launcher Data

Begin job on node121 at 2011-05-23 01:53:40
IDJOB=3394870
IDBENCH=85799
IDSOLVER=1851
FILE ID=node121/3394870-1306108419
RUNJOBID= node121-1306102931-21872
PBS_JOBID= 13388004
Free space on /tmp= 72992 MiB

SOLVER NAME= Plingeling 587f (fixed)
BENCH NAME= SAT05/crafted/sorge05/QG7a/gensys-icl005.shuffled-as.sat05-3826.cnf
COMMAND LINE= plingeling -t NBCORE BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3394870-1306108419/watcher-3394870-1306108419 -o /tmp/evaluation-result-3394870-1306108419/solver-3394870-1306108419 -C 40000 -W 5100 -M 31000  plingeling -t 8 HOME/instance-3394870-1306108419.cnf

TIME LIMIT= 40000 seconds
MEMORY LIMIT= 31000 MiB
NBCORE= 8

MD5SUM BENCH= 5d8489e52ec1ef9c7431a7fd60f9ff86
RANDOM SEED=822813248

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

processor	: 5
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.817
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.74
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.817
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.817
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:     32950904 kB
MemFree:      17704532 kB
Buffers:        167512 kB
Cached:        3802616 kB
SwapCached:      32064 kB
Active:        7622300 kB
Inactive:      7382836 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32950904 kB
LowFree:      17704532 kB
SwapTotal:    67111528 kB
SwapFree:     65784192 kB
Dirty:             788 kB
Writeback:          44 kB
AnonPages:    11008884 kB
Mapped:          30624 kB
Slab:           120592 kB
PageTables:      51416 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83586980 kB
Committed_AS: 83503312 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= 72992 MiB
End job on node121 at 2011-05-23 03:17:10