Trace number 3394112

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.7 5010.73

General information on the benchmark

NameCRAFTED/rbsat/crafted/
forced/rbsat-v2400c266431gyes3.cnf
MD5SUMcef3d3066fec910e94448f2404c09548
Bench CategoryCRAFTED (crafted instances)
Best result obtained on this benchmark
Best CPU time to get the best result obtained on this benchmark
Satisfiable
(Un)Satisfiability was proved
Number of variables2400
Number of clauses266431
Sum of the clauses size535112
Maximum clause length32
Minimum clause length2
Number of clauses of size 10
Number of clauses of size 2266356
Number of clauses of size 30
Number of clauses of size 40
Number of clauses of size 50
Number of clauses of size over 575

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-3394112-1306090455/watcher-3394112-1306090455 -o /tmp/evaluation-result-3394112-1306090455/solver-3394112-1306090455 -C 40000 -W 5100 -M 31000 plingeling -t 8 HOME/instance-3394112-1306090455.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: 1.63 1.98 2.05 1/427 32082
/proc/meminfo: memFree=9261816/32951132 swapFree=67093840/67111528
[pid=32082] ppid=32080 vsize=10560 CPUtime=0.01 cores=0-7
/proc/32082/stat : 32082 (plingeling) R 32080 32082 32056 0 -1 4202496 728 1256 0 0 1 0 0 0 25 0 1 0 720645146 10813440 658 33554432000 4194304 4417452 140735282252272 18446744073709551615 274664808192 0 0 4096 17442 0 0 0 17 6 0 0 0
/proc/32082/statm: 2640 658 147 55 0 526 0

[startup+0.0229579 s]
/proc/loadavg: 1.63 1.98 2.05 1/427 32082
/proc/meminfo: memFree=9261816/32951132 swapFree=67093840/67111528
[pid=32082] ppid=32080 vsize=12248 CPUtime=0.01 cores=0-7
/proc/32082/stat : 32082 (plingeling) R 32080 32082 32056 0 -1 4202496 1131 1256 0 0 1 0 0 0 25 0 1 0 720645146 12541952 1061 33554432000 4194304 4417452 140735282252272 18446744073709551615 4227878 0 0 4096 17442 0 0 0 17 6 0 0 0
/proc/32082/statm: 3062 1061 148 55 0 948 0
Current children cumulated CPU time (s) 0.01
Current children cumulated vsize (KiB) 12248

[startup+0.100934 s]
/proc/loadavg: 1.63 1.98 2.05 1/427 32082
/proc/meminfo: memFree=9261816/32951132 swapFree=67093840/67111528
[pid=32082] ppid=32080 vsize=27796 CPUtime=0.09 cores=0-7
/proc/32082/stat : 32082 (plingeling) R 32080 32082 32056 0 -1 4202496 5026 1256 0 0 9 0 0 0 25 0 1 0 720645146 28463104 4956 33554432000 4194304 4417452 140735282252272 18446744073709551615 4262105 0 0 4096 17442 0 0 0 17 6 0 0 0
/proc/32082/statm: 6949 4956 148 55 0 4835 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 27796

[startup+0.30091 s]
/proc/loadavg: 1.63 1.98 2.05 1/427 32082
/proc/meminfo: memFree=9261816/32951132 swapFree=67093840/67111528
[pid=32082] ppid=32080 vsize=76948 CPUtime=0.28 cores=0-7
/proc/32082/stat : 32082 (plingeling) R 32080 32082 32056 0 -1 4202496 17314 1256 0 0 27 1 0 0 25 0 1 0 720645146 78794752 17244 33554432000 4194304 4417452 140735282252272 18446744073709551615 4209658 0 0 4096 17442 0 0 0 17 6 0 0 0
/proc/32082/statm: 19237 17244 148 55 0 17123 0
Current children cumulated CPU time (s) 0.28
Current children cumulated vsize (KiB) 76948

[startup+0.872741 s]
/proc/loadavg: 1.63 1.98 2.05 1/427 32082
/proc/meminfo: memFree=9261816/32951132 swapFree=67093840/67111528
[pid=32082] ppid=32080 vsize=306124 CPUtime=3.55 cores=0-7
/proc/32082/stat : 32082 (plingeling) S 32080 32082 32056 0 -1 4202496 28631 1256 0 0 352 3 0 0 18 0 9 0 720645146 313470976 21383 33554432000 4194304 4417452 140735282252272 18446744073709551615 274676611045 0 0 4096 17442 18446744073709551615 0 0 17 0 0 0 0
/proc/32082/statm: 76531 21383 180 55 0 74417 0
Current children cumulated CPU time (s) 3.55
Current children cumulated vsize (KiB) 306124

[startup+1.50065 s]
/proc/loadavg: 1.63 1.98 2.05 9/436 32096
/proc/meminfo: memFree=9158204/32951132 swapFree=67093840/67111528
[pid=32082] ppid=32080 vsize=332316 CPUtime=8.51 cores=0-7
/proc/32082/stat : 32082 (plingeling) S 32080 32082 32056 0 -1 4202496 35902 1256 0 0 846 5 0 0 18 0 9 0 720645146 340291584 27946 33554432000 4194304 4417452 140735282252272 18446744073709551615 274676611045 0 0 4096 17442 18446744073709551615 0 0 17 0 0 0 0
/proc/32082/statm: 83079 27946 180 55 0 80965 0
[pid=32082/tid=32089] ppid=32080 vsize=332316 CPUtime=1.13 cores=0-7
/proc/32082/task/32089/stat : 32089 (plingeling) R 32080 32082 32056 0 -1 4202560 3491 1256 0 0 113 0 0 0 19 0 9 0 720645180 340291584 27946 33554432000 4194304 4417452 140735282252272 18446744073709551615 4249165 0 0 4096 17442 0 0 0 -1 1 0 0 0
[pid=32082/tid=32090] ppid=32080 vsize=332316 CPUtime=0.81 cores=0-7
/proc/32082/task/32090/stat : 32090 (plingeling) R 32080 32082 32056 0 -1 4202560 1664 1256 0 0 81 0 0 0 25 0 9 0 720645180 340291584 27946 33554432000 4194304 4417452 140735282252272 18446744073709551615 4258244 0 0 4096 17442 0 0 0 -1 4 0 0 0
[pid=32082/tid=32091] ppid=32080 vsize=332316 CPUtime=0.9 cores=0-7
/proc/32082/task/32091/stat : 32091 (plingeling) R 32080 32082 32056 0 -1 4202560 1361 1256 0 0 90 0 0 0 21 0 9 0 720645180 340291584 27946 33554432000 4194304 4417452 140735282252272 18446744073709551615 4258491 0 0 4096 17442 0 0 0 -1 6 0 0 0
[pid=32082/tid=32092] ppid=32080 vsize=332316 CPUtime=1 cores=0-7
/proc/32082/task/32092/stat : 32092 (plingeling) R 32080 32082 32056 0 -1 4202560 5219 1256 0 0 99 1 0 0 20 0 9 0 720645180 340291584 27946 33554432000 4194304 4417452 140735282252272 18446744073709551615 4250599 0 0 4096 17442 0 0 0 -1 3 0 0 0
[pid=32082/tid=32093] ppid=32080 vsize=332316 CPUtime=1.13 cores=0-7
/proc/32082/task/32093/stat : 32093 (plingeling) R 32080 32082 32056 0 -1 4202560 2132 1256 0 0 113 0 0 0 22 0 9 0 720645180 340291584 27946 33554432000 4194304 4417452 140735282252272 18446744073709551615 4249171 0 0 4096 17442 0 0 0 -1 0 0 0 0
[pid=32082/tid=32094] ppid=32080 vsize=332316 CPUtime=1.11 cores=0-7
/proc/32082/task/32094/stat : 32094 (plingeling) R 32080 32082 32056 0 -1 4202560 1389 1256 0 0 111 0 0 0 21 0 9 0 720645180 340291584 27946 33554432000 4194304 4417452 140735282252272 18446744073709551615 4258389 0 0 4096 17442 0 0 0 -1 2 0 0 0
[pid=32082/tid=32095] ppid=32080 vsize=332316 CPUtime=1.05 cores=0-7
/proc/32082/task/32095/stat : 32095 (plingeling) R 32080 32082 32056 0 -1 4202560 1632 1256 0 0 105 0 0 0 21 0 9 0 720645182 340291584 27946 33554432000 4194304 4417452 140735282252272 18446744073709551615 4249245 0 0 4096 17442 0 0 0 -1 5 0 0 0
[pid=32082/tid=32096] ppid=32080 vsize=332316 CPUtime=0.99 cores=0-7
/proc/32082/task/32096/stat : 32096 (plingeling) R 32080 32082 32056 0 -1 4202560 1681 1256 0 0 99 0 0 0 19 0 9 0 720645182 340291584 27946 33554432000 4194304 4417452 140735282252272 18446744073709551615 4258641 0 0 4096 17442 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 8.51
Current children cumulated vsize (KiB) 332316

[startup+3.10037 s]
/proc/loadavg: 1.63 1.98 2.05 9/436 32096
/proc/meminfo: memFree=9141740/32951132 swapFree=67093840/67111528
[pid=32082] ppid=32080 vsize=355232 CPUtime=20.7 cores=0-7
/proc/32082/stat : 32082 (plingeling) S 32080 32082 32056 0 -1 4202496 49200 1256 0 0 2056 14 0 0 18 0 9 0 720645146 363757568 33685 33554432000 4194304 4417452 140735282252272 18446744073709551615 274676611045 0 0 4096 17442 18446744073709551615 0 0 17 0 0 0 0
/proc/32082/statm: 88808 33685 180 55 0 86694 0
[pid=32082/tid=32089] ppid=32080 vsize=355232 CPUtime=2.73 cores=0-7
/proc/32082/task/32089/stat : 32089 (plingeling) R 32080 32082 32056 0 -1 4202560 3491 1256 0 0 273 0 0 0 23 0 9 0 720645180 363757568 33685 33554432000 4194304 4417452 140735282252272 18446744073709551615 4249909 0 0 4096 17442 0 0 0 -1 1 0 0 0
[pid=32082/tid=32090] ppid=32080 vsize=355232 CPUtime=1.82 cores=0-7
/proc/32082/task/32090/stat : 32090 (plingeling) R 32080 32082 32056 0 -1 4202560 1664 1256 0 0 180 2 0 0 25 0 9 0 720645180 363757568 33685 33554432000 4194304 4417452 140735282252272 18446744073709551615 4250365 0 0 4096 17442 0 0 0 -1 4 0 0 0
[pid=32082/tid=32091] ppid=32080 vsize=355232 CPUtime=2.49 cores=0-7
/proc/32082/task/32091/stat : 32091 (plingeling) R 32080 32082 32056 0 -1 4202560 1361 1256 0 0 249 0 0 0 25 0 9 0 720645180 363757568 33685 33554432000 4194304 4417452 140735282252272 18446744073709551615 4376524 0 0 4096 17442 0 0 0 -1 6 0 0 0
[pid=32082/tid=32092] ppid=32080 vsize=355232 CPUtime=2.6 cores=0-7
/proc/32082/task/32092/stat : 32092 (plingeling) R 32080 32082 32056 0 -1 4202560 14803 1256 0 0 252 8 0 0 25 0 9 0 720645180 363757568 33685 33554432000 4194304 4417452 140735282252272 18446744073709551615 18446744073699065939 0 0 4096 17442 0 0 0 -1 3 0 0 0
[pid=32082/tid=32093] ppid=32080 vsize=355232 CPUtime=2.73 cores=0-7
/proc/32082/task/32093/stat : 32093 (plingeling) R 32080 32082 32056 0 -1 4202560 3370 1256 0 0 273 0 0 0 25 0 9 0 720645180 363757568 33685 33554432000 4194304 4417452 140735282252272 18446744073709551615 4249143 0 0 4096 17442 0 0 0 -1 0 0 0 0
[pid=32082/tid=32094] ppid=32080 vsize=355232 CPUtime=2.71 cores=0-7
/proc/32082/task/32094/stat : 32094 (plingeling) R 32080 32082 32056 0 -1 4202560 2627 1256 0 0 271 0 0 0 25 0 9 0 720645180 363757568 33685 33554432000 4194304 4417452 140735282252272 18446744073709551615 4258488 0 0 4096 17442 0 0 0 -1 2 0 0 0
[pid=32082/tid=32095] ppid=32080 vsize=355232 CPUtime=2.65 cores=0-7
/proc/32082/task/32095/stat : 32095 (plingeling) R 32080 32082 32056 0 -1 4202560 1632 1256 0 0 265 0 0 0 25 0 9 0 720645182 363757568 33685 33554432000 4194304 4417452 140735282252272 18446744073709551615 4249181 0 0 4096 17442 0 0 0 -1 5 0 0 0
[pid=32082/tid=32096] ppid=32080 vsize=355232 CPUtime=2.58 cores=0-7
/proc/32082/task/32096/stat : 32096 (plingeling) R 32080 32082 32056 0 -1 4202560 2919 1256 0 0 258 0 0 0 22 0 9 0 720645182 363757568 33685 33554432000 4194304 4417452 140735282252272 18446744073709551615 4236239 0 0 4096 17442 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 20.7
Current children cumulated vsize (KiB) 355232

[startup+6.30082 s]
/proc/loadavg: 2.14 2.08 2.08 9/436 32096
/proc/meminfo: memFree=9119352/32951132 swapFree=67093840/67111528
[pid=32082] ppid=32080 vsize=379648 CPUtime=46.21 cores=0-7
/proc/32082/stat : 32082 (plingeling) S 32080 32082 32056 0 -1 4202496 71800 1256 0 0 4598 23 0 0 18 0 9 0 720645146 388759552 39779 33554432000 4194304 4417452 140735282252272 18446744073709551615 274676611045 0 0 4096 17442 18446744073709551615 0 0 17 0 0 0 0
/proc/32082/statm: 94912 39779 180 55 0 92798 0
[pid=32082/tid=32089] ppid=32080 vsize=379648 CPUtime=5.93 cores=0-7
/proc/32082/task/32089/stat : 32089 (plingeling) R 32080 32082 32056 0 -1 4202560 3491 1256 0 0 593 0 0 0 25 0 9 0 720645180 388759552 39779 33554432000 4194304 4417452 140735282252272 18446744073709551615 4235968 0 0 4096 17442 0 0 0 -1 1 0 0 0
[pid=32082/tid=32090] ppid=32080 vsize=379648 CPUtime=4.98 cores=0-7
/proc/32082/task/32090/stat : 32090 (plingeling) R 32080 32082 32056 0 -1 4202560 1664 1256 0 0 495 3 0 0 25 0 9 0 720645180 388759552 39779 33554432000 4194304 4417452 140735282252272 18446744073709551615 4249222 0 0 4096 17442 0 0 0 -1 4 0 0 0
[pid=32082/tid=32091] ppid=32080 vsize=379648 CPUtime=5.69 cores=0-7
/proc/32082/task/32091/stat : 32091 (plingeling) R 32080 32082 32056 0 -1 4202560 2020 1256 0 0 569 0 0 0 25 0 9 0 720645180 388759552 39779 33554432000 4194304 4417452 140735282252272 18446744073709551615 4364727 0 0 4096 17442 0 0 0 -1 6 0 0 0
[pid=32082/tid=32092] ppid=32080 vsize=379648 CPUtime=5.79 cores=0-7
/proc/32082/task/32092/stat : 32092 (plingeling) R 32080 32082 32056 0 -1 4202560 34728 1256 0 0 563 16 0 0 25 0 9 0 720645180 388759552 39779 33554432000 4194304 4417452 140735282252272 18446744073709551615 4366065 0 0 4096 17442 0 0 0 -1 3 0 0 0
[pid=32082/tid=32093] ppid=32080 vsize=379648 CPUtime=5.93 cores=0-7
/proc/32082/task/32093/stat : 32093 (plingeling) R 32080 32082 32056 0 -1 4202560 3370 1256 0 0 593 0 0 0 25 0 9 0 720645180 388759552 39779 33554432000 4194304 4417452 140735282252272 18446744073709551615 4258418 0 0 4096 17442 0 0 0 -1 0 0 0 0
[pid=32082/tid=32094] ppid=32080 vsize=379648 CPUtime=5.91 cores=0-7
/proc/32082/task/32094/stat : 32094 (plingeling) R 32080 32082 32056 0 -1 4202560 2627 1256 0 0 591 0 0 0 25 0 9 0 720645180 388759552 39779 33554432000 4194304 4417452 140735282252272 18446744073709551615 4235968 0 0 4096 17442 0 0 0 -1 2 0 0 0
[pid=32082/tid=32095] ppid=32080 vsize=379648 CPUtime=5.85 cores=0-7
/proc/32082/task/32095/stat : 32095 (plingeling) R 32080 32082 32056 0 -1 4202560 3648 1256 0 0 585 0 0 0 25 0 9 0 720645182 388759552 39779 33554432000 4194304 4417452 140735282252272 18446744073709551615 4365058 0 0 4096 17442 0 0 0 -1 5 0 0 0
[pid=32082/tid=32096] ppid=32080 vsize=379648 CPUtime=5.73 cores=0-7
/proc/32082/task/32096/stat : 32096 (plingeling) R 32080 32082 32056 0 -1 4202560 2919 1256 0 0 573 0 0 0 25 0 9 0 720645182 388759552 39779 33554432000 4194304 4417452 140735282252272 18446744073709551615 4249222 0 0 4096 17442 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 46.21
Current children cumulated vsize (KiB) 379648

[startup+12.7007 s]
/proc/loadavg: 2.61 2.18 2.11 9/436 32096
/proc/meminfo: memFree=9113812/32951132 swapFree=67093840/67111528
[pid=32082] ppid=32080 vsize=378264 CPUtime=97.31 cores=0-7
/proc/32082/stat : 32082 (plingeling) S 32080 32082 32056 0 -1 4202496 107893 1256 0 0 9702 29 0 0 18 0 9 0 720645146 387342336 39433 33554432000 4194304 4417452 140735282252272 18446744073709551615 274676611045 0 0 4096 17442 18446744073709551615 0 0 17 0 0 0 0
/proc/32082/statm: 94566 39433 180 55 0 92452 0
[pid=32082/tid=32089] ppid=32080 vsize=378264 CPUtime=12.33 cores=0-7
/proc/32082/task/32089/stat : 32089 (plingeling) R 32080 32082 32056 0 -1 4202560 3491 1256 0 0 1233 0 0 0 25 0 9 0 720645180 387342336 39433 33554432000 4194304 4417452 140735282252272 18446744073709551615 4248888 0 0 4096 17442 0 0 0 -1 1 0 0 0
[pid=32082/tid=32090] ppid=32080 vsize=378264 CPUtime=11.38 cores=0-7
/proc/32082/task/32090/stat : 32090 (plingeling) R 32080 32082 32056 0 -1 4202560 1664 1256 0 0 1135 3 0 0 25 0 9 0 720645180 387342336 39433 33554432000 4194304 4417452 140735282252272 18446744073709551615 4249209 0 0 4096 17442 0 0 0 -1 4 0 0 0
[pid=32082/tid=32091] ppid=32080 vsize=378264 CPUtime=12.08 cores=0-7
/proc/32082/task/32091/stat : 32091 (plingeling) R 32080 32082 32056 0 -1 4202560 2020 1256 0 0 1208 0 0 0 25 0 9 0 720645180 387342336 39433 33554432000 4194304 4417452 140735282252272 18446744073709551615 4364727 0 0 4096 17442 0 0 0 -1 6 0 0 0
[pid=32082/tid=32092] ppid=32080 vsize=378264 CPUtime=12.19 cores=0-7
/proc/32082/task/32092/stat : 32092 (plingeling) R 32080 32082 32056 0 -1 4202560 68345 1256 0 0 1198 21 0 0 25 0 9 0 720645180 387342336 39433 33554432000 4194304 4417452 140735282252272 18446744073709551615 4364727 0 0 4096 17442 0 0 0 -1 3 0 0 0
[pid=32082/tid=32093] ppid=32080 vsize=378264 CPUtime=12.33 cores=0-7
/proc/32082/task/32093/stat : 32093 (plingeling) R 32080 32082 32056 0 -1 4202560 4608 1256 0 0 1233 0 0 0 25 0 9 0 720645180 387342336 39433 33554432000 4194304 4417452 140735282252272 18446744073709551615 4249165 0 0 4096 17442 0 0 0 -1 0 0 0 0
[pid=32082/tid=32094] ppid=32080 vsize=378264 CPUtime=12.3 cores=0-7
/proc/32082/task/32094/stat : 32094 (plingeling) R 32080 32082 32056 0 -1 4202560 3865 1256 0 0 1230 0 0 0 25 0 9 0 720645180 387342336 39433 33554432000 4194304 4417452 140735282252272 18446744073709551615 4249110 0 0 4096 17442 0 0 0 -1 2 0 0 0
[pid=32082/tid=32095] ppid=32080 vsize=378264 CPUtime=12.25 cores=0-7
/proc/32082/task/32095/stat : 32095 (plingeling) R 32080 32082 32056 0 -1 4202560 3648 1256 0 0 1225 0 0 0 25 0 9 0 720645182 387342336 39433 33554432000 4194304 4417452 140735282252272 18446744073709551615 4366048 0 0 4096 17442 0 0 0 -1 5 0 0 0
[pid=32082/tid=32096] ppid=32080 vsize=378264 CPUtime=12.04 cores=0-7
/proc/32082/task/32096/stat : 32096 (plingeling) R 32080 32082 32056 0 -1 4202560 2919 1256 0 0 1204 0 0 0 25 0 9 0 720645182 387342336 39433 33554432000 4194304 4417452 140735282252272 18446744073709551615 4249165 0 0 4096 17442 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 97.31
Current children cumulated vsize (KiB) 378264

[startup+25.5005 s]
/proc/loadavg: 3.80 2.47 2.20 9/436 32096
/proc/meminfo: memFree=8965900/32951132 swapFree=67093840/67111528
[pid=32082] ppid=32080 vsize=515484 CPUtime=199.61 cores=0-7
/proc/32082/stat : 32082 (plingeling) S 32080 32082 32056 0 -1 4202496 187305 1256 0 0 19915 46 0 0 18 0 9 0 720645146 527855616 73727 33554432000 4194304 4417452 140735282252272 18446744073709551615 274676611045 0 0 4096 17442 18446744073709551615 0 0 17 0 0 0 0
/proc/32082/statm: 128871 73727 180 55 0 126757 0
[pid=32082/tid=32089] ppid=32080 vsize=515484 CPUtime=25.15 cores=0-7
/proc/32082/task/32089/stat : 32089 (plingeling) R 32080 32082 32056 0 -1 4202560 8208 1256 0 0 2514 1 0 0 25 0 9 0 720645180 527855616 73727 33554432000 4194304 4417452 140735282252272 18446744073709551615 4259017 0 0 4096 17442 0 0 0 -1 1 0 0 0
[pid=32082/tid=32090] ppid=32080 vsize=515484 CPUtime=24.16 cores=0-7
/proc/32082/task/32090/stat : 32090 (plingeling) R 32080 32082 32056 0 -1 4202560 5324 1256 0 0 2411 5 0 0 25 0 9 0 720645180 527855616 73727 33554432000 4194304 4417452 140735282252272 18446744073709551615 4364533 0 0 4096 17442 0 0 0 -1 4 0 0 0
[pid=32082/tid=32091] ppid=32080 vsize=515484 CPUtime=24.89 cores=0-7
/proc/32082/task/32091/stat : 32091 (plingeling) R 32080 32082 32056 0 -1 4202560 3233 1256 0 0 2489 0 0 0 25 0 9 0 720645180 527855616 73727 33554432000 4194304 4417452 140735282252272 18446744073709551615 4249130 0 0 4096 17442 0 0 0 -1 6 0 0 0
[pid=32082/tid=32092] ppid=32080 vsize=515484 CPUtime=25 cores=0-7
/proc/32082/task/32092/stat : 32092 (plingeling) R 32080 32082 32056 0 -1 4202560 130885 1256 0 0 2467 33 0 0 25 0 9 0 720645180 527855616 73727 33554432000 4194304 4417452 140735282252272 18446744073709551615 4364821 0 0 4096 17442 0 0 0 -1 3 0 0 0
[pid=32082/tid=32093] ppid=32080 vsize=515484 CPUtime=25.15 cores=0-7
/proc/32082/task/32093/stat : 32093 (plingeling) R 32080 32082 32056 0 -1 4202560 5290 1256 0 0 2515 0 0 0 25 0 9 0 720645180 527855616 73727 33554432000 4194304 4417452 140735282252272 18446744073709551615 4236986 0 0 4096 17442 0 0 0 -1 0 0 0 0
[pid=32082/tid=32094] ppid=32080 vsize=515484 CPUtime=25.11 cores=0-7
/proc/32082/task/32094/stat : 32094 (plingeling) R 32080 32082 32056 0 -1 4202560 5099 1256 0 0 2511 0 0 0 25 0 9 0 720645180 527855616 73727 33554432000 4194304 4417452 140735282252272 18446744073709551615 4366472 0 0 4096 17442 0 0 0 -1 2 0 0 0
[pid=32082/tid=32095] ppid=32080 vsize=515484 CPUtime=25.06 cores=0-7
/proc/32082/task/32095/stat : 32095 (plingeling) R 32080 32082 32056 0 -1 4202560 6272 1256 0 0 2506 0 0 0 25 0 9 0 720645182 527855616 73727 33554432000 4194304 4417452 140735282252272 18446744073709551615 274676615535 0 0 4096 17442 0 0 0 -1 5 0 0 0
[pid=32082/tid=32096] ppid=32080 vsize=515484 CPUtime=24.67 cores=0-7
/proc/32082/task/32096/stat : 32096 (plingeling) R 32080 32082 32056 0 -1 4202560 5661 1256 0 0 2467 0 0 0 25 0 9 0 720645182 527855616 73727 33554432000 4194304 4417452 140735282252272 18446744073709551615 4364768 0 0 4096 17442 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 199.61
Current children cumulated vsize (KiB) 515484

[startup+51.1011 s]
/proc/loadavg: 5.23 2.91 2.36 9/436 32097
/proc/meminfo: memFree=8899960/32951132 swapFree=67093840/67111528
[pid=32082] ppid=32080 vsize=582600 CPUtime=403.89 cores=0-7
/proc/32082/stat : 32082 (plingeling) S 32080 32082 32056 0 -1 4202496 278290 1256 0 0 40324 65 0 0 18 0 9 0 720645146 596582400 90506 33554432000 4194304 4417452 140735282252272 18446744073709551615 274676611045 0 0 4096 17442 18446744073709551615 0 0 17 0 0 0 0
/proc/32082/statm: 145650 90506 180 55 0 143536 0
[pid=32082/tid=32089] ppid=32080 vsize=582600 CPUtime=50.73 cores=0-7
/proc/32082/task/32089/stat : 32089 (plingeling) R 32080 32082 32056 0 -1 4202560 9920 1256 0 0 5072 1 0 0 25 0 9 0 720645180 596582400 90506 33554432000 4194304 4417452 140735282252272 18446744073709551615 4275786 0 0 4096 17442 0 0 0 -1 1 0 0 0
[pid=32082/tid=32090] ppid=32080 vsize=582600 CPUtime=49.71 cores=0-7
/proc/32082/task/32090/stat : 32090 (plingeling) R 32080 32082 32056 0 -1 4202560 6511 1256 0 0 4960 11 0 0 25 0 9 0 720645180 596582400 90506 33554432000 4194304 4417452 140735282252272 18446744073709551615 4364567 0 0 4096 17442 0 0 0 -1 4 0 0 0
[pid=32082/tid=32091] ppid=32080 vsize=582600 CPUtime=50.47 cores=0-7

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


[startup+4722.3 s]
/proc/loadavg: 8.08 8.08 8.00 9/436 32246
/proc/meminfo: memFree=2056152/32951132 swapFree=67093840/67111528
[pid=32082] ppid=32080 vsize=7413952 CPUtime=37699.1 cores=0-7
/proc/32082/stat : 32082 (plingeling) S 32080 32082 32056 0 -1 4202496 7416932 1256 0 0 3768541 1369 0 0 18 0 9 0 720645146 7591886848 1798349 33554432000 4194304 4417452 140735282252272 18446744073709551615 274676611045 0 0 4096 17442 18446744073709551615 0 0 17 0 0 0 0
/proc/32082/statm: 1853488 1798349 180 55 0 1851374 0
[pid=32082/tid=32089] ppid=32080 vsize=7413952 CPUtime=4715.68 cores=0-7
/proc/32082/task/32089/stat : 32089 (plingeling) R 32080 32082 32056 0 -1 4202560 426514 1256 0 0 471485 83 0 0 25 0 9 0 720645180 7591886848 1798349 33554432000 4194304 4417452 140735282252272 18446744073709551615 4364579 0 0 4096 17442 0 0 0 -1 7 0 0 0
[pid=32082/tid=32090] ppid=32080 vsize=7413952 CPUtime=4718.07 cores=0-7
/proc/32082/task/32090/stat : 32090 (plingeling) R 32080 32082 32056 0 -1 4202560 432045 1256 0 0 471661 146 0 0 25 0 9 0 720645180 7591886848 1798349 33554432000 4194304 4417452 140735282252272 18446744073709551615 4364817 0 0 4096 17442 0 0 0 -1 6 0 0 0
[pid=32082/tid=32091] ppid=32080 vsize=7413952 CPUtime=4680.21 cores=0-7
/proc/32082/task/32091/stat : 32091 (plingeling) R 32080 32082 32056 0 -1 4202560 542150 1256 0 0 467926 95 0 0 25 0 9 0 720645180 7591886848 1798349 33554432000 4194304 4417452 140735282252272 18446744073709551615 4364727 0 0 4096 17442 0 0 0 -1 1 0 0 0
[pid=32082/tid=32092] ppid=32080 vsize=7413952 CPUtime=4721.88 cores=0-7
/proc/32082/task/32092/stat : 32092 (plingeling) R 32080 32082 32056 0 -1 4202560 2732664 1256 0 0 471680 508 0 0 25 0 9 0 720645180 7591886848 1798349 33554432000 4194304 4417452 140735282252272 18446744073709551615 4364594 0 0 4096 17442 0 0 0 -1 3 0 0 0
[pid=32082/tid=32093] ppid=32080 vsize=7413952 CPUtime=4721.93 cores=0-7
/proc/32082/task/32093/stat : 32093 (plingeling) R 32080 32082 32056 0 -1 4202560 882985 1256 0 0 472048 145 0 0 25 0 9 0 720645180 7591886848 1798349 33554432000 4194304 4417452 140735282252272 18446744073709551615 4251076 0 0 4096 17442 0 0 0 -1 0 0 0 0
[pid=32082/tid=32094] ppid=32080 vsize=7413952 CPUtime=4720.86 cores=0-7
/proc/32082/task/32094/stat : 32094 (plingeling) R 32080 32082 32056 0 -1 4202560 628090 1256 0 0 471964 122 0 0 25 0 9 0 720645180 7591886848 1798349 33554432000 4194304 4417452 140735282252272 18446744073709551615 4364727 0 0 4096 17442 0 0 0 -1 2 0 0 0
[pid=32082/tid=32095] ppid=32080 vsize=7413952 CPUtime=4721.36 cores=0-7
/proc/32082/task/32095/stat : 32095 (plingeling) R 32080 32082 32056 0 -1 4202560 914216 1256 0 0 471999 137 0 0 25 0 9 0 720645182 7591886848 1798349 33554432000 4194304 4417452 140735282252272 18446744073709551615 4366472 0 0 4096 17442 0 0 0 -1 5 0 0 0
[pid=32082/tid=32096] ppid=32080 vsize=7413952 CPUtime=4698.7 cores=0-7
/proc/32082/task/32096/stat : 32096 (plingeling) R 32080 32082 32056 0 -1 4202560 840935 1256 0 0 469742 128 0 0 25 0 9 0 720645182 7591886848 1798349 33554432000 4194304 4417452 140735282252272 18446744073709551615 4364798 0 0 4096 17442 0 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 37699.1
Current children cumulated vsize (KiB) 7413952

[startup+4782.3 s]
/proc/loadavg: 8.07 8.08 8.00 9/436 32247
/proc/meminfo: memFree=1872644/32951132 swapFree=67093840/67111528
[pid=32082] ppid=32080 vsize=7598228 CPUtime=38178.2 cores=0-7
/proc/32082/stat : 32082 (plingeling) S 32080 32082 32056 0 -1 4202496 7613310 1256 0 0 3816414 1405 0 0 18 0 9 0 720645146 7780585472 1844418 33554432000 4194304 4417452 140735282252272 18446744073709551615 274676611045 0 0 4096 17442 18446744073709551615 0 0 17 0 0 0 0
/proc/32082/statm: 1899557 1844418 180 55 0 1897443 0
[pid=32082/tid=32089] ppid=32080 vsize=7598228 CPUtime=4774.8 cores=0-7
/proc/32082/task/32089/stat : 32089 (plingeling) R 32080 32082 32056 0 -1 4202560 435246 1256 0 0 477395 85 0 0 25 0 9 0 720645180 7780585472 1844418 33554432000 4194304 4417452 140735282252272 18446744073709551615 4354506 0 0 4096 17442 0 0 0 -1 7 0 0 0
[pid=32082/tid=32090] ppid=32080 vsize=7598228 CPUtime=4778.08 cores=0-7
/proc/32082/task/32090/stat : 32090 (plingeling) R 32080 32082 32056 0 -1 4202560 464228 1256 0 0 477656 152 0 0 25 0 9 0 720645180 7780585472 1844418 33554432000 4194304 4417452 140735282252272 18446744073709551615 4364727 0 0 4096 17442 0 0 0 -1 6 0 0 0
[pid=32082/tid=32091] ppid=32080 vsize=7598228 CPUtime=4740.22 cores=0-7
/proc/32082/task/32091/stat : 32091 (plingeling) R 32080 32082 32056 0 -1 4202560 593651 1256 0 0 473921 101 0 0 25 0 9 0 720645180 7780585472 1844418 33554432000 4194304 4417452 140735282252272 18446744073709551615 4235521 0 0 4096 17442 0 0 0 -1 1 0 0 0
[pid=32082/tid=32092] ppid=32080 vsize=7598228 CPUtime=4781.88 cores=0-7
/proc/32082/task/32092/stat : 32092 (plingeling) R 32080 32082 32056 0 -1 4202560 2732664 1256 0 0 477680 508 0 0 25 0 9 0 720645180 7780585472 1844418 33554432000 4194304 4417452 140735282252272 18446744073709551615 4364727 0 0 4096 17442 0 0 0 -1 3 0 0 0
[pid=32082/tid=32093] ppid=32080 vsize=7598228 CPUtime=4781.93 cores=0-7
/proc/32082/task/32093/stat : 32093 (plingeling) R 32080 32082 32056 0 -1 4202560 975789 1256 0 0 478031 162 0 0 25 0 9 0 720645180 7780585472 1844418 33554432000 4194304 4417452 140735282252272 18446744073709551615 4364727 0 0 4096 17442 0 0 0 -1 0 0 0 0
[pid=32082/tid=32094] ppid=32080 vsize=7598228 CPUtime=4780.85 cores=0-7
/proc/32082/task/32094/stat : 32094 (plingeling) R 32080 32082 32056 0 -1 4202560 628090 1256 0 0 477963 122 0 0 25 0 9 0 720645180 7780585472 1844418 33554432000 4194304 4417452 140735282252272 18446744073709551615 4364727 0 0 4096 17442 0 0 0 -1 2 0 0 0
[pid=32082/tid=32095] ppid=32080 vsize=7598228 CPUtime=4781.35 cores=0-7
/proc/32082/task/32095/stat : 32095 (plingeling) R 32080 32082 32056 0 -1 4202560 925374 1256 0 0 477995 140 0 0 25 0 9 0 720645182 7780585472 1844418 33554432000 4194304 4417452 140735282252272 18446744073709551615 4232664 0 0 4096 17442 0 0 0 -1 5 0 0 0
[pid=32082/tid=32096] ppid=32080 vsize=7598228 CPUtime=4758.67 cores=0-7
/proc/32082/task/32096/stat : 32096 (plingeling) R 32080 32082 32056 0 -1 4202560 840935 1256 0 0 475738 129 0 0 25 0 9 0 720645182 7780585472 1844418 33554432000 4194304 4417452 140735282252272 18446744073709551615 4277864 0 0 4096 17442 0 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 38178.2
Current children cumulated vsize (KiB) 7598228

[startup+4842.3 s]
/proc/loadavg: 8.06 8.08 8.00 9/436 32249
/proc/meminfo: memFree=1496480/32951132 swapFree=67093840/67111528
[pid=32082] ppid=32080 vsize=7972604 CPUtime=38657.3 cores=0-7
/proc/32082/stat : 32082 (plingeling) S 32080 32082 32056 0 -1 4202496 7751952 1256 0 0 3864287 1440 0 0 18 0 9 0 720645146 8163946496 1938012 33554432000 4194304 4417452 140735282252272 18446744073709551615 274676611045 0 0 4096 17442 18446744073709551615 0 0 17 0 0 0 0
/proc/32082/statm: 1993151 1938012 180 55 0 1991037 0
[pid=32082/tid=32089] ppid=32080 vsize=7972604 CPUtime=4833.94 cores=0-7
/proc/32082/task/32089/stat : 32089 (plingeling) R 32080 32082 32056 0 -1 4202560 438636 1256 0 0 483309 85 0 0 25 0 9 0 720645180 8163946496 1938012 33554432000 4194304 4417452 140735282252272 18446744073709551615 4259140 0 0 4096 17442 0 0 0 -1 7 0 0 0
[pid=32082/tid=32090] ppid=32080 vsize=7972604 CPUtime=4838.05 cores=0-7
/proc/32082/task/32090/stat : 32090 (plingeling) R 32080 32082 32056 0 -1 4202560 475948 1256 0 0 483651 154 0 0 25 0 9 0 720645180 8163946496 1938012 33554432000 4194304 4417452 140735282252272 18446744073709551615 4364727 0 0 4096 17442 0 0 0 -1 4 0 0 0
[pid=32082/tid=32091] ppid=32080 vsize=7972604 CPUtime=4800.22 cores=0-7
/proc/32082/task/32091/stat : 32091 (plingeling) R 32080 32082 32056 0 -1 4202560 593651 1256 0 0 479921 101 0 0 25 0 9 0 720645180 8163946496 1938012 33554432000 4194304 4417452 140735282252272 18446744073709551615 4366051 0 0 4096 17442 0 0 0 -1 1 0 0 0
[pid=32082/tid=32092] ppid=32080 vsize=7972604 CPUtime=4841.88 cores=0-7
/proc/32082/task/32092/stat : 32092 (plingeling) R 32080 32082 32056 0 -1 4202560 2732664 1256 0 0 483680 508 0 0 25 0 9 0 720645180 8163946496 1938012 33554432000 4194304 4417452 140735282252272 18446744073709551615 4364809 0 0 4096 17442 0 0 0 -1 3 0 0 0
[pid=32082/tid=32093] ppid=32080 vsize=7972604 CPUtime=4841.93 cores=0-7
/proc/32082/task/32093/stat : 32093 (plingeling) R 32080 32082 32056 0 -1 4202560 975789 1256 0 0 484030 163 0 0 25 0 9 0 720645180 8163946496 1938012 33554432000 4194304 4417452 140735282252272 18446744073709551615 4364727 0 0 4096 17442 0 0 0 -1 0 0 0 0
[pid=32082/tid=32094] ppid=32080 vsize=7972604 CPUtime=4840.83 cores=0-7
/proc/32082/task/32094/stat : 32094 (plingeling) R 32080 32082 32056 0 -1 4202560 628090 1256 0 0 483961 122 0 0 25 0 9 0 720645180 8163946496 1938012 33554432000 4194304 4417452 140735282252272 18446744073709551615 4366079 0 0 4096 17442 0 0 0 -1 2 0 0 0
[pid=32082/tid=32095] ppid=32080 vsize=7972604 CPUtime=4841.36 cores=0-7
/proc/32082/task/32095/stat : 32095 (plingeling) R 32080 32082 32056 0 -1 4202560 984587 1256 0 0 483979 157 0 0 25 0 9 0 720645182 8163946496 1938012 33554432000 4194304 4417452 140735282252272 18446744073709551615 4364727 0 0 4096 17442 0 0 0 -1 5 0 0 0
[pid=32082/tid=32096] ppid=32080 vsize=7972604 CPUtime=4818.65 cores=0-7
/proc/32082/task/32096/stat : 32096 (plingeling) R 32080 32082 32056 0 -1 4202560 905254 1256 0 0 481721 144 0 0 25 0 9 0 720645182 8163946496 1938012 33554432000 4194304 4417452 140735282252272 18446744073709551615 4364727 0 0 4096 17442 0 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 38657.3
Current children cumulated vsize (KiB) 7972604

[startup+4902.3 s]
/proc/loadavg: 8.13 8.09 8.01 9/436 32250
/proc/meminfo: memFree=3122680/32951132 swapFree=67093840/67111528
[pid=32082] ppid=32080 vsize=6349728 CPUtime=39136.4 cores=0-7
/proc/32082/stat : 32082 (plingeling) S 32080 32082 32056 0 -1 4202496 8192620 1256 0 0 3912126 1510 0 0 18 0 9 0 720645146 6502121472 1532293 33554432000 4194304 4417452 140735282252272 18446744073709551615 274676611045 0 0 4096 17442 18446744073709551615 0 0 17 0 0 0 0
/proc/32082/statm: 1587432 1532293 180 55 0 1585318 0
[pid=32082/tid=32089] ppid=32080 vsize=6349728 CPUtime=4893.06 cores=0-7
/proc/32082/task/32089/stat : 32089 (plingeling) R 32080 32082 32056 0 -1 4202560 458637 1256 0 0 489219 87 0 0 25 0 9 0 720645180 6502121472 1532293 33554432000 4194304 4417452 140735282252272 18446744073709551615 4364550 0 0 4096 17442 0 0 0 -1 7 0 0 0
[pid=32082/tid=32090] ppid=32080 vsize=6349728 CPUtime=4898.02 cores=0-7
/proc/32082/task/32090/stat : 32090 (plingeling) R 32080 32082 32056 0 -1 4202560 485324 1256 0 0 489643 159 0 0 25 0 9 0 720645180 6502121472 1532293 33554432000 4194304 4417452 140735282252272 18446744073709551615 4364645 0 0 4096 17442 0 0 0 -1 4 0 0 0
[pid=32082/tid=32091] ppid=32080 vsize=6349728 CPUtime=4860.22 cores=0-7
/proc/32082/task/32091/stat : 32091 (plingeling) R 32080 32082 32056 0 -1 4202560 607795 1256 0 0 485920 102 0 0 25 0 9 0 720645180 6502121472 1532293 33554432000 4194304 4417452 140735282252272 18446744073709551615 4364727 0 0 4096 17442 0 0 0 -1 1 0 0 0
[pid=32082/tid=32092] ppid=32080 vsize=6349728 CPUtime=4901.89 cores=0-7
/proc/32082/task/32092/stat : 32092 (plingeling) R 32080 32082 32056 0 -1 4202560 3079249 1256 0 0 489633 556 0 0 25 0 9 0 720645180 6502121472 1532293 33554432000 4194304 4417452 140735282252272 18446744073709551615 4364621 0 0 4096 17442 0 0 0 -1 3 0 0 0
[pid=32082/tid=32093] ppid=32080 vsize=6349728 CPUtime=4901.93 cores=0-7
/proc/32082/task/32093/stat : 32093 (plingeling) R 32080 32082 32056 0 -1 4202560 975789 1256 0 0 490030 163 0 0 25 0 9 0 720645180 6502121472 1532293 33554432000 4194304 4417452 140735282252272 18446744073709551615 4366048 0 0 4096 17442 0 0 0 -1 0 0 0 0
[pid=32082/tid=32094] ppid=32080 vsize=6349728 CPUtime=4900.82 cores=0-7
/proc/32082/task/32094/stat : 32094 (plingeling) R 32080 32082 32056 0 -1 4202560 678652 1256 0 0 489945 137 0 0 25 0 9 0 720645180 6502121472 1532293 33554432000 4194304 4417452 140735282252272 18446744073709551615 4364881 0 0 4096 17442 0 0 0 -1 2 0 0 0
[pid=32082/tid=32095] ppid=32080 vsize=6349728 CPUtime=4901.36 cores=0-7
/proc/32082/task/32095/stat : 32095 (plingeling) R 32080 32082 32056 0 -1 4202560 984587 1256 0 0 489979 157 0 0 25 0 9 0 720645182 6502121472 1532293 33554432000 4194304 4417452 140735282252272 18446744073709551615 18446744073699065939 0 0 4096 17442 0 0 0 -1 5 0 0 0
[pid=32082/tid=32096] ppid=32080 vsize=6349728 CPUtime=4878.65 cores=0-7
/proc/32082/task/32096/stat : 32096 (plingeling) R 32080 32082 32056 0 -1 4202560 905254 1256 0 0 487721 144 0 0 25 0 9 0 720645182 6502121472 1532293 33554432000 4194304 4417452 140735282252272 18446744073709551615 4366469 0 0 4096 17442 0 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 39136.4
Current children cumulated vsize (KiB) 6349728

[startup+4962.3 s]
/proc/loadavg: 8.05 8.07 8.00 9/436 32252
/proc/meminfo: memFree=3273204/32951132 swapFree=67093840/67111528
[pid=32082] ppid=32080 vsize=6199244 CPUtime=39615.6 cores=0-7
/proc/32082/stat : 32082 (plingeling) S 32080 32082 32056 0 -1 4202496 8399074 1256 0 0 3960011 1545 0 0 18 0 9 0 720645146 6348025856 1494671 33554432000 4194304 4417452 140735282252272 18446744073709551615 274676611045 0 0 4096 17442 18446744073709551615 0 0 17 0 0 0 0
/proc/32082/statm: 1549811 1494671 180 55 0 1547697 0
[pid=32082/tid=32089] ppid=32080 vsize=6199244 CPUtime=4952.21 cores=0-7
/proc/32082/task/32089/stat : 32089 (plingeling) R 32080 32082 32056 0 -1 4202560 489916 1256 0 0 495129 92 0 0 25 0 9 0 720645180 6348025856 1494671 33554432000 4194304 4417452 140735282252272 18446744073709551615 4364727 0 0 4096 17442 0 0 0 -1 7 0 0 0
[pid=32082/tid=32090] ppid=32080 vsize=6199244 CPUtime=4957.99 cores=0-7
/proc/32082/task/32090/stat : 32090 (plingeling) R 32080 32082 32056 0 -1 4202560 546372 1256 0 0 495630 169 0 0 25 0 9 0 720645180 6348025856 1494671 33554432000 4194304 4417452 140735282252272 18446744073709551615 4364727 0 0 4096 17442 0 0 0 -1 4 0 0 0
[pid=32082/tid=32091] ppid=32080 vsize=6199244 CPUtime=4920.23 cores=0-7
/proc/32082/task/32091/stat : 32091 (plingeling) R 32080 32082 32056 0 -1 4202560 616482 1256 0 0 491919 104 0 0 25 0 9 0 720645180 6348025856 1494671 33554432000 4194304 4417452 140735282252272 18446744073709551615 4364611 0 0 4096 17442 0 0 0 -1 1 0 0 0
[pid=32082/tid=32092] ppid=32080 vsize=6199244 CPUtime=4961.91 cores=0-7
/proc/32082/task/32092/stat : 32092 (plingeling) R 32080 32082 32056 0 -1 4202560 3079249 1256 0 0 495635 556 0 0 25 0 9 0 720645180 6348025856 1494671 33554432000 4194304 4417452 140735282252272 18446744073709551615 4364727 0 0 4096 17442 0 0 0 -1 3 0 0 0
[pid=32082/tid=32093] ppid=32080 vsize=6199244 CPUtime=4961.95 cores=0-7
/proc/32082/task/32093/stat : 32093 (plingeling) R 32080 32082 32056 0 -1 4202560 975789 1256 0 0 496032 163 0 0 25 0 9 0 720645180 6348025856 1494671 33554432000 4194304 4417452 140735282252272 18446744073709551615 4364727 0 0 4096 17442 0 0 0 -1 0 0 0 0
[pid=32082/tid=32094] ppid=32080 vsize=6199244 CPUtime=4960.82 cores=0-7
/proc/32082/task/32094/stat : 32094 (plingeling) R 32080 32082 32056 0 -1 4202560 687554 1256 0 0 495944 138 0 0 25 0 9 0 720645180 6348025856 1494671 33554432000 4194304 4417452 140735282252272 18446744073709551615 4364727 0 0 4096 17442 0 0 0 -1 2 0 0 0
[pid=32082/tid=32095] ppid=32080 vsize=6199244 CPUtime=4961.37 cores=0-7
/proc/32082/task/32095/stat : 32095 (plingeling) R 32080 32082 32056 0 -1 4202560 984587 1256 0 0 495980 157 0 0 25 0 9 0 720645182 6348025856 1494671 33554432000 4194304 4417452 140735282252272 18446744073709551615 4364727 0 0 4096 17442 0 0 0 -1 5 0 0 0
[pid=32082/tid=32096] ppid=32080 vsize=6199244 CPUtime=4938.67 cores=0-7
/proc/32082/task/32096/stat : 32096 (plingeling) R 32080 32082 32056 0 -1 4202560 1001792 1256 0 0 493707 160 0 0 25 0 9 0 720645182 6348025856 1494671 33554432000 4194304 4417452 140735282252272 18446744073709551615 4366065 0 0 4096 17442 0 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 39615.6
Current children cumulated vsize (KiB) 6199244



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+5010.5 s]
/proc/loadavg: 8.02 8.06 8.00 9/436 32253
/proc/meminfo: memFree=3205296/32951132 swapFree=67093840/67111528
[pid=32082] ppid=32080 vsize=6267140 CPUtime=40000.4 cores=0-7
/proc/32082/stat : 32082 (plingeling) S 32080 32082 32056 0 -1 4202496 8441709 1256 0 0 3998491 1552 0 0 18 0 9 0 720645146 6417551360 1511645 33554432000 4194304 4417452 140735282252272 18446744073709551615 274676611045 0 0 4096 17442 18446744073709551615 0 0 17 0 0 0 0
/proc/32082/statm: 1566785 1511645 180 55 0 1564671 0
[pid=32082/tid=32089] ppid=32080 vsize=6267140 CPUtime=4999.71 cores=0-7
/proc/32082/task/32089/stat : 32089 (plingeling) R 32080 32082 32056 0 -1 4202560 506350 1256 0 0 499877 94 0 0 25 0 9 0 720645180 6417551360 1511645 33554432000 4194304 4417452 140735282252272 18446744073709551615 18446744073699065939 0 0 4096 17442 0 0 0 -1 7 0 0 0
[pid=32082/tid=32090] ppid=32080 vsize=6267140 CPUtime=5006.15 cores=0-7
/proc/32082/task/32090/stat : 32090 (plingeling) R 32080 32082 32056 0 -1 4202560 572573 1256 0 0 500442 173 0 0 25 0 9 0 720645180 6417551360 1511645 33554432000 4194304 4417452 140735282252272 18446744073709551615 4364727 0 0 4096 17442 0 0 0 -1 4 0 0 0
[pid=32082/tid=32091] ppid=32080 vsize=6267140 CPUtime=4968.43 cores=0-7
/proc/32082/task/32091/stat : 32091 (plingeling) R 32080 32082 32056 0 -1 4202560 616482 1256 0 0 496739 104 0 0 25 0 9 0 720645180 6417551360 1511645 33554432000 4194304 4417452 140735282252272 18446744073709551615 4364727 0 0 4096 17442 0 0 0 -1 1 0 0 0
[pid=32082/tid=32092] ppid=32080 vsize=6267140 CPUtime=5010.11 cores=0-7
/proc/32082/task/32092/stat : 32092 (plingeling) R 32080 32082 32056 0 -1 4202560 3079249 1256 0 0 500455 556 0 0 25 0 9 0 720645180 6417551360 1511645 33554432000 4194304 4417452 140735282252272 18446744073709551615 4364727 0 0 4096 17442 0 0 0 -1 3 0 0 0
[pid=32082/tid=32093] ppid=32080 vsize=6267140 CPUtime=5010.15 cores=0-7
/proc/32082/task/32093/stat : 32093 (plingeling) R 32080 32082 32056 0 -1 4202560 975789 1256 0 0 500852 163 0 0 25 0 9 0 720645180 6417551360 1511645 33554432000 4194304 4417452 140735282252272 18446744073709551615 4364817 0 0 4096 17442 0 0 0 -1 0 0 0 0
[pid=32082/tid=32094] ppid=32080 vsize=6267140 CPUtime=5009.01 cores=0-7
/proc/32082/task/32094/stat : 32094 (plingeling) R 32080 32082 32056 0 -1 4202560 687554 1256 0 0 500763 138 0 0 25 0 9 0 720645180 6417551360 1511645 33554432000 4194304 4417452 140735282252272 18446744073709551615 4344176 0 0 4096 17442 0 0 0 -1 2 0 0 0
[pid=32082/tid=32095] ppid=32080 vsize=6267140 CPUtime=5009.57 cores=0-7
/proc/32082/task/32095/stat : 32095 (plingeling) R 32080 32082 32056 0 -1 4202560 984587 1256 0 0 500800 157 0 0 25 0 9 0 720645182 6417551360 1511645 33554432000 4194304 4417452 140735282252272 18446744073709551615 4364881 0 0 4096 17442 0 0 0 -1 5 0 0 0
[pid=32082/tid=32096] ppid=32080 vsize=6267140 CPUtime=4986.87 cores=0-7
/proc/32082/task/32096/stat : 32096 (plingeling) R 32080 32082 32056 0 -1 4202560 1001792 1256 0 0 498527 160 0 0 25 0 9 0 720645182 6417551360 1511645 33554432000 4194304 4417452 140735282252272 18446744073709551615 4364727 0 0 4096 17442 0 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 40000.4
Current children cumulated vsize (KiB) 6267140

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

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

[startup+5010.7 s]
/proc/loadavg: 8.02 8.06 8.00 2/430 32254
/proc/meminfo: memFree=8407268/32951132 swapFree=67093840/67111528
[pid=32082] ppid=32080 vsize=0 CPUtime=40000.7 cores=0-7
/proc/32082/stat : 32082 (plingeling) Z 32080 32082 32056 0 -1 4203548 8441709 1256 0 0 3998495 1571 0 0 18 0 2 0 720645146 0 0 33554432000 0 0 0 0 0 0 0 4096 0 18446744073709551615 0 0 17 0 0 0 0
/proc/32082/statm: 0 0 0 0 0 0 0
[pid=32082/tid=32089] ppid=32080 vsize=0 CPUtime=4999.92 cores=0-7
/proc/32082/task/32089/stat : 32089 (plingeling) R 32080 32082 32056 0 -1 4203588 506350 1256 0 0 499878 114 0 0 25 0 2 0 720645180 0 0 33554432000 0 0 0 0 0 0 0 4096 0 18446744073709551615 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 40000.7
Current children cumulated vsize (KiB) 0

Child ended because it received signal 15 (SIGTERM)
Real time (s): 5010.73
CPU time (s): 40000.7
CPU user time (s): 39985
CPU system time (s): 15.7376
CPU usage (%): 798.3
Max. virtual memory (cumulated for all children) (KiB): 8102680

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 39985
system time used= 15.7376
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 8442965
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= 926
involuntary context switches= 193954

runsolver used 20.8668 second user time and 51.7751 second system time

The end

Launcher Data

Begin job on node131 at 2011-05-22 20:54:15
IDJOB=3394112
IDBENCH=71549
IDSOLVER=1851
FILE ID=node131/3394112-1306090455
RUNJOBID= node131-1306090455-32070
PBS_JOBID= 13387931
Free space on /tmp= 72976 MiB

SOLVER NAME= Plingeling 587f (fixed)
BENCH NAME= SAT09/CRAFTED/rbsat/crafted/forced/rbsat-v2400c266431gyes3.cnf
COMMAND LINE= plingeling -t NBCORE BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3394112-1306090455/watcher-3394112-1306090455 -o /tmp/evaluation-result-3394112-1306090455/solver-3394112-1306090455 -C 40000 -W 5100 -M 31000  plingeling -t 8 HOME/instance-3394112-1306090455.cnf

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

MD5SUM BENCH= cef3d3066fec910e94448f2404c09548
RANDOM SEED=1106773340

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

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

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

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

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

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

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

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


/proc/meminfo:
MemTotal:     32951132 kB
MemFree:       9261608 kB
Buffers:        335152 kB
Cached:        8932748 kB
SwapCached:       1504 kB
Active:       17668980 kB
Inactive:      5711616 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32951132 kB
LowFree:       9261608 kB
SwapTotal:    67111528 kB
SwapFree:     67093840 kB
Dirty:            3956 kB
Writeback:           0 kB
AnonPages:    14111372 kB
Mapped:          37612 kB
Slab:           184760 kB
PageTables:      56088 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83587092 kB
Committed_AS: 95320280 kB
VmallocTotal: 34359738367 kB
VmallocUsed:    296000 kB
VmallocChunk: 34359440975 kB
HugePages_Total:     0
HugePages_Free:      0
HugePages_Rsvd:      0
Hugepagesize:     2048 kB

Free space on /tmp at the end= 72976 MiB
End job on node131 at 2011-05-22 22:17:48