Trace number 3251340

Some explanations

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

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

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

Solver answer on this benchmark

Solver NameAnswerCPU timeWall clock time
Plingeling 587? (TO) 4800.56 1202.32

General information on the benchmark

Namecrafted/anton/SRHD-SGI/
srhd-sgi-m62-q1504.5-n60-p30-s88600538.cnf
MD5SUM76c30bc0971bc865c2b988ddaca89385
Bench CategoryCRAFTED (crafted instances)
Best result obtained on this benchmarkSAT
Best CPU time to get the best result obtained on this benchmark5.29319
Satisfiable
(Un)Satisfiability was proved
Number of variables3651
Number of clauses926696
Sum of the clauses size1856923
Maximum clause length62
Minimum clause length2
Number of clauses of size 10
Number of clauses of size 2926636
Number of clauses of size 30
Number of clauses of size 40
Number of clauses of size 50
Number of clauses of size over 560

Solver Data


Verifier Data

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

Watcher Data

runsolver Copyright (C) 2010-2011 Olivier ROUSSEL

This is runsolver version 3.3.0 (svn: 935)

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

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

running on 4 cores: 0,2,4,6

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


[startup+0 s]
/proc/loadavg: 8.06 8.01 7.19 5/181 7660
/proc/meminfo: memFree=28658788/32951124 swapFree=67107188/67111528
[pid=7660] ppid=7658 vsize=10136 CPUtime=0 cores=0,2,4,6
/proc/7660/stat : 7660 (plingeling) R 7658 7660 6934 0 -1 4202496 611 1261 0 0 0 0 0 0 18 0 1 0 523370743 10379264 540 33554432000 4194304 4417332 140735013289952 18446744073709551615 210204647168 0 0 4096 17442 0 0 0 17 2 0 0 0
/proc/7660/statm: 2534 540 146 55 0 420 0

[startup+0.048224 s]
/proc/loadavg: 8.06 8.01 7.19 5/181 7660
/proc/meminfo: memFree=28658788/32951124 swapFree=67107188/67111528
[pid=7660] ppid=7658 vsize=14312 CPUtime=0.04 cores=0,2,4,6
/proc/7660/stat : 7660 (plingeling) R 7658 7660 6934 0 -1 4202496 1696 1261 0 0 4 0 0 0 18 0 1 0 523370743 14655488 1601 33554432000 4194304 4417332 140735013289952 18446744073709551615 210204266012 0 0 4096 17442 0 0 0 17 2 0 0 0
/proc/7660/statm: 3578 1601 147 55 0 1464 0
Current children cumulated CPU time (s) 0.04
Current children cumulated vsize (KiB) 14312

[startup+0.100214 s]
/proc/loadavg: 8.06 8.01 7.19 5/181 7660
/proc/meminfo: memFree=28658788/32951124 swapFree=67107188/67111528
[pid=7660] ppid=7658 vsize=18408 CPUtime=0.09 cores=0,2,4,6
/proc/7660/stat : 7660 (plingeling) R 7658 7660 6934 0 -1 4202496 2720 1261 0 0 9 0 0 0 18 0 1 0 523370743 18849792 2625 33554432000 4194304 4417332 140735013289952 18446744073709551615 4231499 0 0 4096 17442 0 0 0 17 2 0 0 0
/proc/7660/statm: 4602 2625 147 55 0 2488 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 18408

[startup+0.300182 s]
/proc/loadavg: 8.06 8.01 7.19 5/181 7660
/proc/meminfo: memFree=28658788/32951124 swapFree=67107188/67111528
[pid=7660] ppid=7658 vsize=51176 CPUtime=0.29 cores=0,2,4,6
/proc/7660/stat : 7660 (plingeling) R 7658 7660 6934 0 -1 4202496 10794 1261 0 0 28 1 0 0 19 0 1 0 523370743 52404224 10700 33554432000 4194304 4417332 140735013289952 18446744073709551615 210204341341 0 0 4096 17442 0 0 0 17 2 0 0 0
/proc/7660/statm: 12794 10725 147 55 0 10680 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 51176

[startup+0.701079 s]
/proc/loadavg: 8.06 8.01 7.19 5/181 7660
/proc/meminfo: memFree=28658788/32951124 swapFree=67107188/67111528
[pid=7660] ppid=7658 vsize=183492 CPUtime=0.92 cores=0,2,4,6
/proc/7660/stat : 7660 (plingeling) S 7658 7660 6934 0 -1 4202496 33799 1261 0 0 89 3 0 0 19 0 5 0 523370743 187895808 33684 33554432000 4194304 4417332 140735013289952 18446744073709551615 210216450021 0 0 4096 17442 18446744073709551615 0 0 17 2 0 0 0
/proc/7660/statm: 45873 33684 171 55 0 43759 0
Current children cumulated CPU time (s) 0.92
Current children cumulated vsize (KiB) 183492

[startup+1.50095 s]
/proc/loadavg: 8.06 8.01 7.19 9/186 7670
/proc/meminfo: memFree=28517768/32951124 swapFree=67107188/67111528
[pid=7660] ppid=7658 vsize=334836 CPUtime=4.1 cores=0,2,4,6
/proc/7660/stat : 7660 (plingeling) S 7658 7660 6934 0 -1 4202496 70526 1261 0 0 402 8 0 0 19 0 5 0 523370743 342872064 55373 33554432000 4194304 4417332 140735013289952 18446744073709551615 210216450021 0 0 4096 17442 18446744073709551615 0 0 17 2 0 0 0
/proc/7660/statm: 83709 55373 177 55 0 81595 0
[pid=7660/tid=7667] ppid=7658 vsize=334836 CPUtime=0.86 cores=0,2,4,6
/proc/7660/task/7667/stat : 7667 (plingeling) R 7658 7660 6934 0 -1 4202560 9544 1261 0 0 86 0 0 0 18 0 5 0 523370805 342872064 55373 33554432000 4194304 4417332 140735013289952 18446744073709551615 4259612 0 0 4096 17442 0 0 0 -1 2 0 0 0
[pid=7660/tid=7668] ppid=7658 vsize=334836 CPUtime=0.86 cores=0,2,4,6
/proc/7660/task/7668/stat : 7668 (plingeling) R 7658 7660 6934 0 -1 4202560 10392 1261 0 0 85 1 0 0 23 0 5 0 523370805 342872064 55373 33554432000 4194304 4417332 140735013289952 18446744073709551615 4259618 0 0 4096 17442 0 0 0 -1 4 0 0 0
[pid=7660/tid=7669] ppid=7658 vsize=334836 CPUtime=0.86 cores=0,2,4,6
/proc/7660/task/7669/stat : 7669 (plingeling) R 7658 7660 6934 0 -1 4202560 10475 1261 0 0 85 1 0 0 18 0 5 0 523370805 342872064 55373 33554432000 4194304 4417332 140735013289952 18446744073709551615 4234240 0 0 4096 17442 0 0 0 -1 6 0 0 0
[pid=7660/tid=7670] ppid=7658 vsize=334836 CPUtime=0.87 cores=0,2,4,6
/proc/7660/task/7670/stat : 7670 (plingeling) R 7658 7660 6934 0 -1 4202560 6663 1261 0 0 86 1 0 0 23 0 5 0 523370805 342872064 55373 33554432000 4194304 4417332 140735013289952 18446744073709551615 4354410 0 0 4096 17442 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 4.1
Current children cumulated vsize (KiB) 334836

[startup+3.10068 s]
/proc/loadavg: 8.06 8.01 7.20 9/186 7670
/proc/meminfo: memFree=28463208/32951124 swapFree=67107188/67111528
[pid=7660] ppid=7658 vsize=309640 CPUtime=10.49 cores=0,2,4,6
/proc/7660/stat : 7660 (plingeling) S 7658 7660 6934 0 -1 4202496 83203 1261 0 0 1039 10 0 0 19 0 5 0 523370743 317071360 48847 33554432000 4194304 4417332 140735013289952 18446744073709551615 210216450021 0 0 4096 17442 18446744073709551615 0 0 17 2 0 0 0
/proc/7660/statm: 77410 48847 180 55 0 75296 0
[pid=7660/tid=7667] ppid=7658 vsize=309640 CPUtime=2.46 cores=0,2,4,6
/proc/7660/task/7667/stat : 7667 (plingeling) R 7658 7660 6934 0 -1 4202560 10008 1261 0 0 246 0 0 0 20 0 5 0 523370805 317071360 48847 33554432000 4194304 4417332 140735013289952 18446744073709551615 4248826 0 0 4096 17442 0 0 0 -1 2 0 0 0
[pid=7660/tid=7668] ppid=7658 vsize=309640 CPUtime=2.46 cores=0,2,4,6
/proc/7660/task/7668/stat : 7668 (plingeling) R 7658 7660 6934 0 -1 4202560 10856 1261 0 0 245 1 0 0 25 0 5 0 523370805 317071360 48847 33554432000 4194304 4417332 140735013289952 18446744073709551615 4236427 0 0 4096 17442 0 0 0 -1 4 0 0 0
[pid=7660/tid=7669] ppid=7658 vsize=309640 CPUtime=2.45 cores=0,2,4,6
/proc/7660/task/7669/stat : 7669 (plingeling) R 7658 7660 6934 0 -1 4202560 10477 1261 0 0 244 1 0 0 20 0 5 0 523370805 317071360 48847 33554432000 4194304 4417332 140735013289952 18446744073709551615 4236017 0 0 4096 17442 0 0 0 -1 6 0 0 0
[pid=7660/tid=7670] ppid=7658 vsize=309640 CPUtime=2.47 cores=0,2,4,6
/proc/7660/task/7670/stat : 7670 (plingeling) R 7658 7660 6934 0 -1 4202560 18410 1261 0 0 245 2 0 0 25 0 5 0 523370805 317071360 48847 33554432000 4194304 4417332 140735013289952 18446744073709551615 4250852 0 0 4096 17442 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 10.49
Current children cumulated vsize (KiB) 309640

[startup+6.30114 s]
/proc/loadavg: 8.06 8.01 7.20 9/186 7670
/proc/meminfo: memFree=28429012/32951124 swapFree=67107188/67111528
[pid=7660] ppid=7658 vsize=358044 CPUtime=23.28 cores=0,2,4,6
/proc/7660/stat : 7660 (plingeling) S 7658 7660 6934 0 -1 4202496 95304 1261 0 0 2317 11 0 0 19 0 5 0 523370743 366637056 60948 33554432000 4194304 4417332 140735013289952 18446744073709551615 210216450021 0 0 4096 17442 18446744073709551615 0 0 17 2 0 0 0
/proc/7660/statm: 89511 60948 180 55 0 87397 0
[pid=7660/tid=7667] ppid=7658 vsize=358044 CPUtime=5.66 cores=0,2,4,6
/proc/7660/task/7667/stat : 7667 (plingeling) R 7658 7660 6934 0 -1 4202560 10008 1261 0 0 566 0 0 0 25 0 5 0 523370805 366637056 60948 33554432000 4194304 4417332 140735013289952 18446744073709551615 4249222 0 0 4096 17442 0 0 0 -1 2 0 0 0
[pid=7660/tid=7668] ppid=7658 vsize=358044 CPUtime=5.66 cores=0,2,4,6
/proc/7660/task/7668/stat : 7668 (plingeling) R 7658 7660 6934 0 -1 4202560 10856 1261 0 0 565 1 0 0 25 0 5 0 523370805 366637056 60948 33554432000 4194304 4417332 140735013289952 18446744073709551615 4249165 0 0 4096 17442 0 0 0 -1 4 0 0 0
[pid=7660/tid=7669] ppid=7658 vsize=358044 CPUtime=5.64 cores=0,2,4,6
/proc/7660/task/7669/stat : 7669 (plingeling) R 7658 7660 6934 0 -1 4202560 10477 1261 0 0 563 1 0 0 25 0 5 0 523370805 366637056 60948 33554432000 4194304 4417332 140735013289952 18446744073709551615 4248238 0 0 4096 17442 0 0 0 -1 6 0 0 0
[pid=7660/tid=7670] ppid=7658 vsize=358044 CPUtime=5.67 cores=0,2,4,6
/proc/7660/task/7670/stat : 7670 (plingeling) R 7658 7660 6934 0 -1 4202560 30511 1261 0 0 564 3 0 0 25 0 5 0 523370805 366637056 60948 33554432000 4194304 4417332 140735013289952 18446744073709551615 4356768 0 0 4096 17442 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 23.28
Current children cumulated vsize (KiB) 358044

[startup+12.7011 s]
/proc/loadavg: 8.05 8.01 7.20 9/186 7670
/proc/meminfo: memFree=28283244/32951124 swapFree=67107188/67111528
[pid=7660] ppid=7658 vsize=380236 CPUtime=48.84 cores=0,2,4,6
/proc/7660/stat : 7660 (plingeling) S 7658 7660 6934 0 -1 4202496 132932 1261 0 0 4868 16 0 0 19 0 5 0 523370743 389361664 66497 33554432000 4194304 4417332 140735013289952 18446744073709551615 210216450021 0 0 4096 17442 18446744073709551615 0 0 17 2 0 0 0
/proc/7660/statm: 95059 66497 181 55 0 92945 0
[pid=7660/tid=7667] ppid=7658 vsize=380236 CPUtime=12.06 cores=0,2,4,6
/proc/7660/task/7667/stat : 7667 (plingeling) R 7658 7660 6934 0 -1 4202560 10008 1261 0 0 1206 0 0 0 25 0 5 0 523370805 389361664 66497 33554432000 4194304 4417332 140735013289952 18446744073709551615 4249110 0 0 4096 17442 0 0 0 -1 2 0 0 0
[pid=7660/tid=7668] ppid=7658 vsize=380236 CPUtime=12.06 cores=0,2,4,6
/proc/7660/task/7668/stat : 7668 (plingeling) R 7658 7660 6934 0 -1 4202560 10856 1261 0 0 1205 1 0 0 25 0 5 0 523370805 389361664 66497 33554432000 4194304 4417332 140735013289952 18446744073709551615 4249165 0 0 4096 17442 0 0 0 -1 4 0 0 0
[pid=7660/tid=7669] ppid=7658 vsize=380236 CPUtime=12 cores=0,2,4,6
/proc/7660/task/7669/stat : 7669 (plingeling) R 7658 7660 6934 0 -1 4202560 10478 1261 0 0 1199 1 0 0 25 0 5 0 523370805 389361664 66497 33554432000 4194304 4417332 140735013289952 18446744073709551615 4334460 0 0 4096 17442 0 0 0 -1 6 0 0 0
[pid=7660/tid=7670] ppid=7658 vsize=380236 CPUtime=12.07 cores=0,2,4,6
/proc/7660/task/7670/stat : 7670 (plingeling) R 7658 7660 6934 0 -1 4202560 68138 1261 0 0 1199 8 0 0 25 0 5 0 523370805 389361664 66497 33554432000 4194304 4417332 140735013289952 18446744073709551615 4365963 0 0 4096 17442 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 48.84
Current children cumulated vsize (KiB) 380236

[startup+25.5009 s]
/proc/loadavg: 8.04 8.01 7.21 9/186 7670
/proc/meminfo: memFree=28314488/32951124 swapFree=67107188/67111528
[pid=7660] ppid=7658 vsize=438548 CPUtime=99.98 cores=0,2,4,6
/proc/7660/stat : 7660 (plingeling) S 7658 7660 6934 0 -1 4202496 191884 1261 0 0 9974 24 0 0 19 0 5 0 523370743 449073152 81075 33554432000 4194304 4417332 140735013289952 18446744073709551615 210216450021 0 0 4096 17442 18446744073709551615 0 0 17 2 0 0 0
/proc/7660/statm: 109637 81075 181 55 0 107523 0
[pid=7660/tid=7667] ppid=7658 vsize=438548 CPUtime=24.86 cores=0,2,4,6
/proc/7660/task/7667/stat : 7667 (plingeling) R 7658 7660 6934 0 -1 4202560 14072 1261 0 0 2485 1 0 0 25 0 5 0 523370805 449073152 81075 33554432000 4194304 4417332 140735013289952 18446744073709551615 4254810 0 0 4096 17442 0 0 0 -1 2 0 0 0
[pid=7660/tid=7668] ppid=7658 vsize=438548 CPUtime=24.86 cores=0,2,4,6
/proc/7660/task/7668/stat : 7668 (plingeling) R 7658 7660 6934 0 -1 4202560 13630 1261 0 0 2484 2 0 0 25 0 5 0 523370805 449073152 81075 33554432000 4194304 4417332 140735013289952 18446744073709551615 4254896 0 0 4096 17442 0 0 0 -1 4 0 0 0
[pid=7660/tid=7669] ppid=7658 vsize=438548 CPUtime=24.73 cores=0,2,4,6
/proc/7660/task/7669/stat : 7669 (plingeling) R 7658 7660 6934 0 -1 4202560 10478 1261 0 0 2472 1 0 0 25 0 5 0 523370805 449073152 81075 33554432000 4194304 4417332 140735013289952 18446744073709551615 4275873 0 0 4096 17442 0 0 0 -1 6 0 0 0
[pid=7660/tid=7670] ppid=7658 vsize=438548 CPUtime=24.87 cores=0,2,4,6
/proc/7660/task/7670/stat : 7670 (plingeling) R 7658 7660 6934 0 -1 4202560 120252 1261 0 0 2472 15 0 0 25 0 5 0 523370805 449073152 81075 33554432000 4194304 4417332 140735013289952 18446744073709551615 4364642 0 0 4096 17442 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 99.98
Current children cumulated vsize (KiB) 438548

[startup+51.1007 s]
/proc/loadavg: 8.02 8.01 7.23 9/186 7671
/proc/meminfo: memFree=28078016/32951124 swapFree=67107188/67111528
[pid=7660] ppid=7658 vsize=602556 CPUtime=202.23 cores=0,2,4,6
/proc/7660/stat : 7660 (plingeling) S 7658 7660 6934 0 -1 4202496 295405 1261 0 0 20184 39 0 0 19 0 5 0 523370743 617017344 122077 33554432000 4194304 4417332 140735013289952 18446744073709551615 210216450021 0 0 4096 17442 18446744073709551615 0 0 17 2 0 0 0
/proc/7660/statm: 150639 122077 181 55 0 148525 0
[pid=7660/tid=7667] ppid=7658 vsize=602556 CPUtime=50.46 cores=0,2,4,6
/proc/7660/task/7667/stat : 7667 (plingeling) R 7658 7660 6934 0 -1 4202560 16902 1261 0 0 5045 1 0 0 25 0 5 0 523370805 617017344 122077 33554432000 4194304 4417332 140735013289952 18446744073709551615 4258627 0 0 4096 17442 0 0 0 -1 2 0 0 0
[pid=7660/tid=7668] ppid=7658 vsize=602556 CPUtime=50.46 cores=0,2,4,6
/proc/7660/task/7668/stat : 7668 (plingeling) R 7658 7660 6934 0 -1 4202560 15255 1261 0 0 5044 2 0 0 25 0 5 0 523370805 617017344 122077 33554432000 4194304 4417332 140735013289952 18446744073709551615 4258604 0 0 4096 17442 0 0 0 -1 4 0 0 0
[pid=7660/tid=7669] ppid=7658 vsize=602556 CPUtime=50.19 cores=0,2,4,6
/proc/7660/task/7669/stat : 7669 (plingeling) R 7658 7660 6934 0 -1 4202560 12855 1261 0 0 5018 1 0 0 25 0 5 0 523370805 617017344 122077 33554432000 4194304 4417332 140735013289952 18446744073709551615 4364502 0 0 4096 17442 0 0 0 -1 6 0 0 0
[pid=7660/tid=7670] ppid=7658 vsize=602556 CPUtime=50.47 cores=0,2,4,6
/proc/7660/task/7670/stat : 7670 (plingeling) R 7658 7660 6934 0 -1 4202560 216941 1261 0 0 5017 30 0 0 25 0 5 0 523370805 617017344 122077 33554432000 4194304 4417332 140735013289952 18446744073709551615 4364642 0 0 4096 17442 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 202.23
Current children cumulated vsize (KiB) 602556

[startup+102.307 s]
/proc/loadavg: 8.08 8.02 7.28 9/186 7672
/proc/meminfo: memFree=27864160/32951124 swapFree=67107188/67111528
[pid=7660] ppid=7658 vsize=775316 CPUtime=406.78 cores=0,2,4,6
/proc/7660/stat : 7660 (plingeling) S 7658 7660 6934 0 -1 4202496 441586 1261 0 0 40617 61 0 0 19 0 5 0 523370743 793923584 165267 33554432000 4194304 4417332 140735013289952 18446744073709551615 210216450021 0 0 4096 17442 18446744073709551615 0 0 17 2 0 0 0
/proc/7660/statm: 193829 165267 181 55 0 191715 0
[pid=7660/tid=7667] ppid=7658 vsize=775316 CPUtime=101.67 cores=0,2,4,6
/proc/7660/task/7667/stat : 7667 (plingeling) R 7658 7660 6934 0 -1 4202560 28871 1261 0 0 10164 3 0 0 25 0 5 0 523370805 793923584 165267 33554432000 4194304 4417332 140735013289952 18446744073709551615 4258401 0 0 4096 17442 0 0 0 -1 2 0 0 0
[pid=7660/tid=7668] ppid=7658 vsize=775316 CPUtime=101.67 cores=0,2,4,6
/proc/7660/task/7668/stat : 7668 (plingeling) R 7658 7660 6934 0 -1 4202560 29631 1261 0 0 10163 4 0 0 25 0 5 0 523370805 793923584 165267 33554432000 4194304 4417332 140735013289952 18446744073709551615 4249597 0 0 4096 17442 0 0 0 -1 4 0 0 0
[pid=7660/tid=7669] ppid=7658 vsize=775316 CPUtime=101.11 cores=0,2,4,6
/proc/7660/task/7669/stat : 7669 (plingeling) R 7658 7660 6934 0 -1 4202560 12915 1261 0 0 10110 1 0 0 25 0 5 0 523370805 793923584 165267 33554432000 4194304 4417332 140735013289952 18446744073709551615 4365003 0 0 4096 17442 0 0 0 -1 6 0 0 0
[pid=7660/tid=7670] ppid=7658 vsize=775316 CPUtime=101.68 cores=0,2,4,6
/proc/7660/task/7670/stat : 7670 (plingeling) R 7658 7660 6934 0 -1 4202560 336717 1261 0 0 10120 48 0 0 25 0 5 0 523370805 793923584 165267 33554432000 4194304 4417332 140735013289952 18446744073709551615 4364531 0 0 4096 17442 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 406.78
Current children cumulated vsize (KiB) 775316

[startup+162.301 s]
/proc/loadavg: 8.03 8.01 7.32 9/186 7674
/proc/meminfo: memFree=27494572/32951124 swapFree=67107188/67111528
[pid=7660] ppid=7658 vsize=810292 CPUtime=646.42 cores=0,2,4,6
/proc/7660/stat : 7660 (plingeling) S 7658 7660 6934 0 -1 4202496 565308 1261 0 0 64561 81 0 0 19 0 5 0 523370743 829739008 174011 33554432000 4194304 4417332 140735013289952 18446744073709551615 210216450021 0 0 4096 17442 18446744073709551615 0 0 17 2 0 0 0
/proc/7660/statm: 202573 174011 181 55 0 200459 0
[pid=7660/tid=7667] ppid=7658 vsize=810292 CPUtime=161.66 cores=0,2,4,6
/proc/7660/task/7667/stat : 7667 (plingeling) R 7658 7660 6934 0 -1 4202560 40842 1261 0 0 16162 4 0 0 25 0 5 0 523370805 829739008 174011 33554432000 4194304 4417332 140735013289952 18446744073709551615 4249209 0 0 4096 17442 0 0 0 -1 2 0 0 0
[pid=7660/tid=7668] ppid=7658 vsize=810292 CPUtime=161.67 cores=0,2,4,6
/proc/7660/task/7668/stat : 7668 (plingeling) R 7658 7660 6934 0 -1 4202560 37480 1261 0 0 16162 5 0 0 25 0 5 0 523370805 829739008 174011 33554432000 4194304 4417332 140735013289952 18446744073709551615 4249935 0 0 4096 17442 0 0 0 -1 4 0 0 0
[pid=7660/tid=7669] ppid=7658 vsize=810292 CPUtime=160.78 cores=0,2,4,6
/proc/7660/task/7669/stat : 7669 (plingeling) R 7658 7660 6934 0 -1 4202560 24059 1261 0 0 16076 2 0 0 25 0 5 0 523370805 829739008 174011 33554432000 4194304 4417332 140735013289952 18446744073709551615 4250072 0 0 4096 17442 0 0 0 -1 6 0 0 0
[pid=7660/tid=7670] ppid=7658 vsize=810292 CPUtime=161.67 cores=0,2,4,6
/proc/7660/task/7670/stat : 7670 (plingeling) R 7658 7660 6934 0 -1 4202560 429475 1261 0 0 16103 64 0 0 25 0 5 0 523370805 829739008 174011 33554432000 4194304 4417332 140735013289952 18446744073709551615 4366571 0 0 4096 17442 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 646.42
Current children cumulated vsize (KiB) 810292


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

/proc/meminfo: memFree=28501644/32951124 swapFree=67107188/67111528
[pid=7660] ppid=7658 vsize=2159860 CPUtime=3043.18 cores=0,2,4,6
/proc/7660/stat : 7660 (plingeling) S 7658 7660 6934 0 -1 4202496 1589047 1261 0 0 304086 232 0 0 19 0 5 0 523370743 2211696640 511403 33554432000 4194304 4417332 140735013289952 18446744073709551615 210216450021 0 0 4096 17442 18446744073709551615 0 0 17 2 0 0 0
/proc/7660/statm: 539965 511403 181 55 0 537851 0
[pid=7660/tid=7667] ppid=7658 vsize=2159860 CPUtime=761.67 cores=0,2,4,6
/proc/7660/task/7667/stat : 7667 (plingeling) R 7658 7660 6934 0 -1 4202560 201973 1261 0 0 76143 24 0 0 25 0 5 0 523370805 2211696640 511403 33554432000 4194304 4417332 140735013289952 18446744073709551615 4364642 0 0 4096 17442 0 0 0 -1 2 0 0 0
[pid=7660/tid=7668] ppid=7658 vsize=2159860 CPUtime=761.67 cores=0,2,4,6
/proc/7660/task/7668/stat : 7668 (plingeling) R 7658 7660 6934 0 -1 4202560 173115 1261 0 0 76143 24 0 0 25 0 5 0 523370805 2211696640 511403 33554432000 4194304 4417332 140735013289952 18446744073709551615 4354385 0 0 4096 17442 0 0 0 -1 4 0 0 0
[pid=7660/tid=7669] ppid=7658 vsize=2159860 CPUtime=757.51 cores=0,2,4,6
/proc/7660/task/7669/stat : 7669 (plingeling) R 7658 7660 6934 0 -1 4202560 272622 1261 0 0 75712 39 0 0 25 0 5 0 523370805 2211696640 511403 33554432000 4194304 4417332 140735013289952 18446744073709551615 4364796 0 0 4096 17442 0 0 0 -1 6 0 0 0
[pid=7660/tid=7670] ppid=7658 vsize=2159860 CPUtime=761.68 cores=0,2,4,6
/proc/7660/task/7670/stat : 7670 (plingeling) R 7658 7660 6934 0 -1 4202560 907885 1261 0 0 76028 140 0 0 25 0 5 0 523370805 2211696640 511403 33554432000 4194304 4417332 140735013289952 18446744073709551615 4364642 0 0 4096 17442 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 3043.18
Current children cumulated vsize (KiB) 2159860

[startup+822.301 s]
/proc/loadavg: 8.13 8.11 7.70 9/186 7741
/proc/meminfo: memFree=28726128/32951124 swapFree=67107188/67111528
[pid=7660] ppid=7658 vsize=2056340 CPUtime=3282.83 cores=0,2,4,6
/proc/7660/stat : 7660 (plingeling) S 7658 7660 6934 0 -1 4202496 1746719 1261 0 0 328025 258 0 0 19 0 5 0 523370743 2105692160 485523 33554432000 4194304 4417332 140735013289952 18446744073709551615 210216450021 0 0 4096 17442 18446744073709551615 0 0 17 2 0 0 0
/proc/7660/statm: 514085 485523 181 55 0 511971 0
[pid=7660/tid=7667] ppid=7658 vsize=2056340 CPUtime=821.67 cores=0,2,4,6
/proc/7660/task/7667/stat : 7667 (plingeling) R 7658 7660 6934 0 -1 4202560 232477 1261 0 0 82139 28 0 0 25 0 5 0 523370805 2105692160 485523 33554432000 4194304 4417332 140735013289952 18446744073709551615 4249209 0 0 4096 17442 0 0 0 -1 2 0 0 0
[pid=7660/tid=7668] ppid=7658 vsize=2056340 CPUtime=821.67 cores=0,2,4,6
/proc/7660/task/7668/stat : 7668 (plingeling) R 7658 7660 6934 0 -1 4202560 196523 1261 0 0 82139 28 0 0 25 0 5 0 523370805 2105692160 485523 33554432000 4194304 4417332 140735013289952 18446744073709551615 4249165 0 0 4096 17442 0 0 0 -1 4 0 0 0
[pid=7660/tid=7669] ppid=7658 vsize=2056340 CPUtime=817.18 cores=0,2,4,6
/proc/7660/task/7669/stat : 7669 (plingeling) R 7658 7660 6934 0 -1 4202560 338257 1261 0 0 81668 50 0 0 25 0 5 0 523370805 2105692160 485523 33554432000 4194304 4417332 140735013289952 18446744073709551615 4310429 0 0 4096 17442 0 0 0 -1 6 0 0 0
[pid=7660/tid=7670] ppid=7658 vsize=2056340 CPUtime=821.67 cores=0,2,4,6
/proc/7660/task/7670/stat : 7670 (plingeling) R 7658 7660 6934 0 -1 4202560 946010 1261 0 0 82020 147 0 0 25 0 5 0 523370805 2105692160 485523 33554432000 4194304 4417332 140735013289952 18446744073709551615 4364671 0 0 4096 17442 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 3282.83
Current children cumulated vsize (KiB) 2056340

[startup+882.301 s]
/proc/loadavg: 8.14 8.11 7.73 9/186 7742
/proc/meminfo: memFree=28551364/32951124 swapFree=67107188/67111528
[pid=7660] ppid=7658 vsize=2184732 CPUtime=3522.51 cores=0,2,4,6
/proc/7660/stat : 7660 (plingeling) S 7658 7660 6934 0 -1 4202496 1829569 1261 0 0 351980 271 0 0 19 0 5 0 523370743 2237165568 517620 33554432000 4194304 4417332 140735013289952 18446744073709551615 210216450021 0 0 4096 17442 18446744073709551615 0 0 17 2 0 0 0
/proc/7660/statm: 546183 517620 181 55 0 544069 0
[pid=7660/tid=7667] ppid=7658 vsize=2184732 CPUtime=881.67 cores=0,2,4,6
/proc/7660/task/7667/stat : 7667 (plingeling) R 7658 7660 6934 0 -1 4202560 259614 1261 0 0 88136 31 0 0 25 0 5 0 523370805 2237165568 517620 33554432000 4194304 4417332 140735013289952 18446744073709551615 4364822 0 0 4096 17442 0 0 0 -1 2 0 0 0
[pid=7660/tid=7668] ppid=7658 vsize=2184732 CPUtime=881.68 cores=0,2,4,6
/proc/7660/task/7668/stat : 7668 (plingeling) R 7658 7660 6934 0 -1 4202560 224022 1261 0 0 88135 33 0 0 25 0 5 0 523370805 2237165568 517620 33554432000 4194304 4417332 140735013289952 18446744073709551615 4364614 0 0 4096 17442 0 0 0 -1 4 0 0 0
[pid=7660/tid=7669] ppid=7658 vsize=2184732 CPUtime=876.85 cores=0,2,4,6
/proc/7660/task/7669/stat : 7669 (plingeling) R 7658 7660 6934 0 -1 4202560 366471 1261 0 0 87630 55 0 0 25 0 5 0 523370805 2237165568 517620 33554432000 4194304 4417332 140735013289952 18446744073709551615 4364556 0 0 4096 17442 0 0 0 -1 6 0 0 0
[pid=7660/tid=7670] ppid=7658 vsize=2184732 CPUtime=881.67 cores=0,2,4,6
/proc/7660/task/7670/stat : 7670 (plingeling) R 7658 7660 6934 0 -1 4202560 946010 1261 0 0 88020 147 0 0 25 0 5 0 523370805 2237165568 517620 33554432000 4194304 4417332 140735013289952 18446744073709551615 4364642 0 0 4096 17442 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 3522.51
Current children cumulated vsize (KiB) 2184732

[startup+942.301 s]
/proc/loadavg: 8.13 8.11 7.75 9/186 7744
/proc/meminfo: memFree=28408856/32951124 swapFree=67107188/67111528
[pid=7660] ppid=7658 vsize=2238384 CPUtime=3762.19 cores=0,2,4,6
/proc/7660/stat : 7660 (plingeling) S 7658 7660 6934 0 -1 4202496 1916423 1261 0 0 375935 284 0 0 19 0 5 0 523370743 2292105216 531033 33554432000 4194304 4417332 140735013289952 18446744073709551615 210216450021 0 0 4096 17442 18446744073709551615 0 0 17 2 0 0 0
/proc/7660/statm: 559596 531033 181 55 0 557482 0
[pid=7660/tid=7667] ppid=7658 vsize=2238384 CPUtime=941.67 cores=0,2,4,6
/proc/7660/task/7667/stat : 7667 (plingeling) R 7658 7660 6934 0 -1 4202560 280647 1261 0 0 94132 35 0 0 25 0 5 0 523370805 2292105216 531033 33554432000 4194304 4417332 140735013289952 18446744073709551615 4364526 0 0 4096 17442 0 0 0 -1 2 0 0 0
[pid=7660/tid=7668] ppid=7658 vsize=2238384 CPUtime=941.67 cores=0,2,4,6
/proc/7660/task/7668/stat : 7668 (plingeling) R 7658 7660 6934 0 -1 4202560 238230 1261 0 0 94133 34 0 0 25 0 5 0 523370805 2292105216 531033 33554432000 4194304 4417332 140735013289952 18446744073709551615 4255645 0 0 4096 17442 0 0 0 -1 4 0 0 0
[pid=7660/tid=7669] ppid=7658 vsize=2238384 CPUtime=936.53 cores=0,2,4,6
/proc/7660/task/7669/stat : 7669 (plingeling) R 7658 7660 6934 0 -1 4202560 408830 1261 0 0 93592 61 0 0 25 0 5 0 523370805 2292105216 531033 33554432000 4194304 4417332 140735013289952 18446744073709551615 4237011 0 0 4096 17442 0 0 0 -1 6 0 0 0
[pid=7660/tid=7670] ppid=7658 vsize=2238384 CPUtime=941.67 cores=0,2,4,6
/proc/7660/task/7670/stat : 7670 (plingeling) R 7658 7660 6934 0 -1 4202560 955264 1261 0 0 94018 149 0 0 25 0 5 0 523370805 2292105216 531033 33554432000 4194304 4417332 140735013289952 18446744073709551615 4364750 0 0 4096 17442 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 3762.19
Current children cumulated vsize (KiB) 2238384

[startup+1002.3 s]
/proc/loadavg: 8.04 8.08 7.76 9/186 7745
/proc/meminfo: memFree=28181764/32951124 swapFree=67107188/67111528
[pid=7660] ppid=7658 vsize=2383852 CPUtime=4001.86 cores=0,2,4,6
/proc/7660/stat : 7660 (plingeling) S 7658 7660 6934 0 -1 4202496 2016086 1261 0 0 399891 295 0 0 19 0 5 0 523370743 2441064448 567401 33554432000 4194304 4417332 140735013289952 18446744073709551615 210216450021 0 0 4096 17442 18446744073709551615 0 0 17 2 0 0 0
/proc/7660/statm: 595963 567401 181 55 0 593849 0
[pid=7660/tid=7667] ppid=7658 vsize=2383852 CPUtime=1001.68 cores=0,2,4,6
/proc/7660/task/7667/stat : 7667 (plingeling) R 7658 7660 6934 0 -1 4202560 306952 1261 0 0 100130 38 0 0 25 0 5 0 523370805 2441064448 567401 33554432000 4194304 4417332 140735013289952 18446744073709551615 4364541 0 0 4096 17442 0 0 0 -1 2 0 0 0
[pid=7660/tid=7668] ppid=7658 vsize=2383852 CPUtime=1001.67 cores=0,2,4,6
/proc/7660/task/7668/stat : 7668 (plingeling) R 7658 7660 6934 0 -1 4202560 286300 1261 0 0 100129 38 0 0 25 0 5 0 523370805 2441064448 567401 33554432000 4194304 4417332 140735013289952 18446744073709551615 4364750 0 0 4096 17442 0 0 0 -1 4 0 0 0
[pid=7660/tid=7669] ppid=7658 vsize=2383852 CPUtime=996.2 cores=0,2,4,6
/proc/7660/task/7669/stat : 7669 (plingeling) R 7658 7660 6934 0 -1 4202560 434118 1261 0 0 99555 65 0 0 25 0 5 0 523370805 2441064448 567401 33554432000 4194304 4417332 140735013289952 18446744073709551615 4364642 0 0 4096 17442 0 0 0 -1 6 0 0 0
[pid=7660/tid=7670] ppid=7658 vsize=2383852 CPUtime=1001.67 cores=0,2,4,6
/proc/7660/task/7670/stat : 7670 (plingeling) R 7658 7660 6934 0 -1 4202560 955264 1261 0 0 100018 149 0 0 25 0 5 0 523370805 2441064448 567401 33554432000 4194304 4417332 140735013289952 18446744073709551615 4364642 0 0 4096 17442 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 4001.86
Current children cumulated vsize (KiB) 2383852

[startup+1062.3 s]
/proc/loadavg: 8.02 8.07 7.77 9/186 7747
/proc/meminfo: memFree=27722816/32951124 swapFree=67107188/67111528
[pid=7660] ppid=7658 vsize=2854056 CPUtime=4241.55 cores=0,2,4,6
/proc/7660/stat : 7660 (plingeling) S 7658 7660 6934 0 -1 4202496 2197040 1261 0 0 423831 324 0 0 19 0 5 0 523370743 2922553344 684952 33554432000 4194304 4417332 140735013289952 18446744073709551615 210216450021 0 0 4096 17442 18446744073709551615 0 0 17 2 0 0 0
/proc/7660/statm: 713514 684952 181 55 0 711400 0
[pid=7660/tid=7667] ppid=7658 vsize=2854056 CPUtime=1061.67 cores=0,2,4,6
/proc/7660/task/7667/stat : 7667 (plingeling) R 7658 7660 6934 0 -1 4202560 322418 1261 0 0 106128 39 0 0 25 0 5 0 523370805 2922553344 684952 33554432000 4194304 4417332 140735013289952 18446744073709551615 4263011 0 0 4096 17442 0 0 0 -1 2 0 0 0
[pid=7660/tid=7668] ppid=7658 vsize=2854056 CPUtime=1061.68 cores=0,2,4,6
/proc/7660/task/7668/stat : 7668 (plingeling) R 7658 7660 6934 0 -1 4202560 286300 1261 0 0 106129 39 0 0 25 0 5 0 523370805 2922553344 684952 33554432000 4194304 4417332 140735013289952 18446744073709551615 4336643 0 0 4096 17442 0 0 0 -1 4 0 0 0
[pid=7660/tid=7669] ppid=7658 vsize=2854056 CPUtime=1055.88 cores=0,2,4,6
/proc/7660/task/7669/stat : 7669 (plingeling) R 7658 7660 6934 0 -1 4202560 467295 1261 0 0 105518 70 0 0 25 0 5 0 523370805 2922553344 684952 33554432000 4194304 4417332 140735013289952 18446744073709551615 4364642 0 0 4096 17442 0 0 0 -1 6 0 0 0
[pid=7660/tid=7670] ppid=7658 vsize=2854056 CPUtime=1061.67 cores=0,2,4,6
/proc/7660/task/7670/stat : 7670 (plingeling) R 7658 7660 6934 0 -1 4202560 1087575 1261 0 0 105996 171 0 0 25 0 5 0 523370805 2922553344 684952 33554432000 4194304 4417332 140735013289952 18446744073709551615 4364822 0 0 4096 17442 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 4241.55
Current children cumulated vsize (KiB) 2854056

[startup+1122.3 s]
/proc/loadavg: 8.07 8.07 7.79 9/186 7749
/proc/meminfo: memFree=28428584/32951124 swapFree=67107188/67111528
[pid=7660] ppid=7658 vsize=2148332 CPUtime=4481.22 cores=0,2,4,6
/proc/7660/stat : 7660 (plingeling) S 7658 7660 6934 0 -1 4202496 2404713 1261 0 0 447768 354 0 0 19 0 5 0 523370743 2199891968 508521 33554432000 4194304 4417332 140735013289952 18446744073709551615 210216450021 0 0 4096 17442 18446744073709551615 0 0 17 2 0 0 0
/proc/7660/statm: 537083 508521 181 55 0 534969 0
[pid=7660/tid=7667] ppid=7658 vsize=2148332 CPUtime=1121.67 cores=0,2,4,6
/proc/7660/task/7667/stat : 7667 (plingeling) R 7658 7660 6934 0 -1 4202560 330867 1261 0 0 112127 40 0 0 25 0 5 0 523370805 2199891968 508521 33554432000 4194304 4417332 140735013289952 18446744073709551615 4249110 0 0 4096 17442 0 0 0 -1 2 0 0 0
[pid=7660/tid=7668] ppid=7658 vsize=2148332 CPUtime=1121.68 cores=0,2,4,6
/proc/7660/task/7668/stat : 7668 (plingeling) R 7658 7660 6934 0 -1 4202560 342839 1261 0 0 112120 48 0 0 25 0 5 0 523370805 2199891968 508521 33554432000 4194304 4417332 140735013289952 18446744073709551615 4364822 0 0 4096 17442 0 0 0 -1 4 0 0 0
[pid=7660/tid=7669] ppid=7658 vsize=2148332 CPUtime=1115.55 cores=0,2,4,6
/proc/7660/task/7669/stat : 7669 (plingeling) R 7658 7660 6934 0 -1 4202560 468895 1261 0 0 111485 70 0 0 25 0 5 0 523370805 2199891968 508521 33554432000 4194304 4417332 140735013289952 18446744073709551615 4364642 0 0 4096 17442 0 0 0 -1 6 0 0 0
[pid=7660/tid=7670] ppid=7658 vsize=2148332 CPUtime=1121.68 cores=0,2,4,6
/proc/7660/task/7670/stat : 7670 (plingeling) R 7658 7660 6934 0 -1 4202560 1228660 1261 0 0 111977 191 0 0 25 0 5 0 523370805 2199891968 508521 33554432000 4194304 4417332 140735013289952 18446744073709551615 4364642 0 0 4096 17442 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 4481.22
Current children cumulated vsize (KiB) 2148332

[startup+1182.3 s]
/proc/loadavg: 8.09 8.07 7.81 9/186 7750
/proc/meminfo: memFree=28205840/32951124 swapFree=67107188/67111528
[pid=7660] ppid=7658 vsize=2350584 CPUtime=4720.9 cores=0,2,4,6
/proc/7660/stat : 7660 (plingeling) S 7658 7660 6934 0 -1 4202496 2513569 1261 0 0 471721 369 0 0 19 0 5 0 523370743 2406998016 559084 33554432000 4194304 4417332 140735013289952 18446744073709551615 210216450021 0 0 4096 17442 18446744073709551615 0 0 17 2 0 0 0
/proc/7660/statm: 587646 559084 181 55 0 585532 0
[pid=7660/tid=7667] ppid=7658 vsize=2350584 CPUtime=1181.68 cores=0,2,4,6
/proc/7660/task/7667/stat : 7667 (plingeling) R 7658 7660 6934 0 -1 4202560 362997 1261 0 0 118122 46 0 0 25 0 5 0 523370805 2406998016 559084 33554432000 4194304 4417332 140735013289952 18446744073709551615 4232584 0 0 4096 17442 0 0 0 -1 2 0 0 0
[pid=7660/tid=7668] ppid=7658 vsize=2350584 CPUtime=1181.67 cores=0,2,4,6
/proc/7660/task/7668/stat : 7668 (plingeling) R 7658 7660 6934 0 -1 4202560 380839 1261 0 0 118115 52 0 0 25 0 5 0 523370805 2406998016 559084 33554432000 4194304 4417332 140735013289952 18446744073709551615 4364742 0 0 4096 17442 0 0 0 -1 4 0 0 0
[pid=7660/tid=7669] ppid=7658 vsize=2350584 CPUtime=1175.23 cores=0,2,4,6
/proc/7660/task/7669/stat : 7669 (plingeling) R 7658 7660 6934 0 -1 4202560 507621 1261 0 0 117448 75 0 0 25 0 5 0 523370805 2406998016 559084 33554432000 4194304 4417332 140735013289952 18446744073709551615 4365960 0 0 4096 17442 0 0 0 -1 6 0 0 0
[pid=7660/tid=7670] ppid=7658 vsize=2350584 CPUtime=1181.68 cores=0,2,4,6
/proc/7660/task/7670/stat : 7670 (plingeling) R 7658 7660 6934 0 -1 4202560 1228660 1261 0 0 117977 191 0 0 25 0 5 0 523370805 2406998016 559084 33554432000 4194304 4417332 140735013289952 18446744073709551615 4364642 0 0 4096 17442 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 4720.9
Current children cumulated vsize (KiB) 2350584



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1202.2 s]
/proc/loadavg: 8.06 8.06 7.81 9/186 7751
/proc/meminfo: memFree=28085924/32951124 swapFree=67107188/67111528
[pid=7660] ppid=7658 vsize=2437000 CPUtime=4800.42 cores=0,2,4,6
/proc/7660/stat : 7660 (plingeling) S 7658 7660 6934 0 -1 4202496 2535173 1261 0 0 479670 372 0 0 19 0 5 0 523370743 2495488000 580688 33554432000 4194304 4417332 140735013289952 18446744073709551615 210216450021 0 0 4096 17442 18446744073709551615 0 0 17 2 0 0 0
/proc/7660/statm: 609250 580688 181 55 0 607136 0
[pid=7660/tid=7667] ppid=7658 vsize=2437000 CPUtime=1201.58 cores=0,2,4,6
/proc/7660/task/7667/stat : 7667 (plingeling) R 7658 7660 6934 0 -1 4202560 380505 1261 0 0 120110 48 0 0 25 0 5 0 523370805 2495488000 580688 33554432000 4194304 4417332 140735013289952 18446744073709551615 4364383 0 0 4096 17442 0 0 0 -1 2 0 0 0
[pid=7660/tid=7668] ppid=7658 vsize=2437000 CPUtime=1201.59 cores=0,2,4,6
/proc/7660/task/7668/stat : 7668 (plingeling) R 7658 7660 6934 0 -1 4202560 384935 1261 0 0 120106 53 0 0 25 0 5 0 523370805 2495488000 580688 33554432000 4194304 4417332 140735013289952 18446744073709551615 4366038 0 0 4096 17442 0 0 0 -1 4 0 0 0
[pid=7660/tid=7669] ppid=7658 vsize=2437000 CPUtime=1195.02 cores=0,2,4,6
/proc/7660/task/7669/stat : 7669 (plingeling) R 7658 7660 6934 0 -1 4202560 507621 1261 0 0 119427 75 0 0 25 0 5 0 523370805 2495488000 580688 33554432000 4194304 4417332 140735013289952 18446744073709551615 4364642 0 0 4096 17442 0 0 0 -1 6 0 0 0
[pid=7660/tid=7670] ppid=7658 vsize=2437000 CPUtime=1201.59 cores=0,2,4,6
/proc/7660/task/7670/stat : 7670 (plingeling) R 7658 7660 6934 0 -1 4202560 1228660 1261 0 0 119968 191 0 0 25 0 5 0 523370805 2495488000 580688 33554432000 4194304 4417332 140735013289952 18446744073709551615 4364667 0 0 4096 17442 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 4800.42
Current children cumulated vsize (KiB) 2437000

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

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

[startup+1202.32 s]
/proc/loadavg: 8.06 8.06 7.81 9/186 7751
/proc/meminfo: memFree=28085924/32951124 swapFree=67107188/67111528
[pid=7660] ppid=7658 vsize=0 CPUtime=4800.55 cores=0,2,4,6
/proc/7660/stat : 7660 (plingeling) Z 7658 7660 6934 0 -1 4203548 2535173 1261 0 0 479673 382 0 0 18 0 2 0 523370743 0 0 33554432000 0 0 0 0 0 0 0 4096 0 18446744073709551615 0 0 17 2 0 0 0
/proc/7660/statm: 0 0 0 0 0 0 0
[pid=7660/tid=7669] ppid=7658 vsize=0 CPUtime=1195.12 cores=0,2,4,6
/proc/7660/task/7669/stat : 7669 (plingeling) R 7658 7660 6934 0 -1 4203588 507621 1261 0 0 119427 85 0 0 25 0 2 0 523370805 0 0 33554432000 0 0 0 0 0 0 0 4096 0 18446744073709551615 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 4800.55
Current children cumulated vsize (KiB) 0

Child ended because it received signal 15 (SIGTERM)
Real time (s): 1202.32
CPU time (s): 4800.56
CPU user time (s): 4796.73
CPU system time (s): 3.82842
CPU usage (%): 399.275
Max. virtual memory (cumulated for all children) (KiB): 3113432

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 4796.73
system time used= 3.82842
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 2536434
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= 217
involuntary context switches= 20696

runsolver used 2.00869 second user time and 4.56331 second system time

The end

Launcher Data

Begin job on node130 at 2011-04-30 00:55:22
IDJOB=3251340
IDBENCH=88219
IDSOLVER=1605
FILE ID=node130/3251340-1304117722
RUNJOBID= node130-1304116518-7454
PBS_JOBID= 13170686
Free space on /tmp= 71980 MiB

SOLVER NAME= Plingeling 587
BENCH NAME= SAT11/crafted/anton/SRHD-SGI/srhd-sgi-m62-q1504.5-n60-p30-s88600538.cnf
COMMAND LINE= plingeling -t NBCORE BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3251340-1304117722/watcher-3251340-1304117722 -o /tmp/evaluation-result-3251340-1304117722/solver-3251340-1304117722 -C 4800 -W 1300 -M 15500  plingeling -t 4 HOME/instance-3251340-1304117722.cnf

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

MD5SUM BENCH= 76c30bc0971bc865c2b988ddaca89385
RANDOM SEED=94543415

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

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

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

processor	: 6
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.838
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.838
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.81
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]


/proc/meminfo:
MemTotal:     32951124 kB
MemFree:      28659076 kB
Buffers:        159260 kB
Cached:        1225516 kB
SwapCached:       1448 kB
Active:        2654372 kB
Inactive:      1357300 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32951124 kB
LowFree:      28659076 kB
SwapTotal:    67111528 kB
SwapFree:     67107188 kB
Dirty:           12448 kB
Writeback:           0 kB
AnonPages:     2626116 kB
Mapped:          15384 kB
Slab:           212620 kB
PageTables:       9336 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83587088 kB
Committed_AS:  2831448 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= 71980 MiB
End job on node130 at 2011-04-30 01:15:27