Trace number 3395022

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.8 5010.87

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 benchmark0.464928
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: 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-3395022-1306110607/watcher-3395022-1306110607 -o /tmp/evaluation-result-3395022-1306110607/solver-3395022-1306110607 -C 40000 -W 5100 -M 31000 plingeling -t 8 HOME/instance-3395022-1306110607.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: 7.02 6.58 7.07 2/439 8752
/proc/meminfo: memFree=32551956/32950928 swapFree=34365872/67111528
[pid=8752] ppid=8750 vsize=11544 CPUtime=0 cores=0-7
/proc/8752/stat : 8752 (plingeling) R 8750 8752 8726 0 -1 4202496 946 1260 0 0 0 0 0 0 25 0 1 0 722659501 11821056 876 33554432000 4194304 4417452 140734478753120 18446744073709551615 235594560493 0 0 4096 17442 0 0 0 17 6 0 0 0
/proc/8752/statm: 2886 876 147 55 0 772 0

[startup+0.0339009 s]
/proc/loadavg: 7.02 6.58 7.07 2/439 8752
/proc/meminfo: memFree=32551956/32950928 swapFree=34365872/67111528
[pid=8752] ppid=8750 vsize=13608 CPUtime=0.02 cores=0-7
/proc/8752/stat : 8752 (plingeling) R 8750 8752 8726 0 -1 4202496 1522 1260 0 0 2 0 0 0 25 0 1 0 722659501 13934592 1425 33554432000 4194304 4417452 140734478753120 18446744073709551615 4262065 0 0 4096 17442 0 0 0 17 6 0 0 0
/proc/8752/statm: 3402 1425 148 55 0 1288 0
Current children cumulated CPU time (s) 0.02
Current children cumulated vsize (KiB) 13608

[startup+0.100884 s]
/proc/loadavg: 7.02 6.58 7.07 2/439 8752
/proc/meminfo: memFree=32551956/32950928 swapFree=34365872/67111528
[pid=8752] ppid=8750 vsize=19628 CPUtime=0.09 cores=0-7
/proc/8752/stat : 8752 (plingeling) R 8750 8752 8726 0 -1 4202496 3123 1260 0 0 9 0 0 0 25 0 1 0 722659501 20099072 2930 33554432000 4194304 4417452 140734478753120 18446744073709551615 4322155 0 0 4096 17442 0 0 0 17 6 0 0 0
/proc/8752/statm: 4907 2930 148 55 0 2793 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 19628

[startup+0.30085 s]
/proc/loadavg: 7.02 6.58 7.07 2/439 8752
/proc/meminfo: memFree=32551956/32950928 swapFree=34365872/67111528
[pid=8752] ppid=8750 vsize=76972 CPUtime=0.29 cores=0-7
/proc/8752/stat : 8752 (plingeling) R 8750 8752 8726 0 -1 4202496 17459 1260 0 0 28 1 0 0 25 0 1 0 722659501 78819328 17266 33554432000 4194304 4417452 140734478753120 18446744073709551615 4259612 0 0 4096 17442 0 0 0 17 6 0 0 0
/proc/8752/statm: 19243 17266 148 55 0 17129 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 76972

[startup+0.700801 s]
/proc/loadavg: 7.02 6.58 7.07 2/439 8752
/proc/meminfo: memFree=32551956/32950928 swapFree=34365872/67111528
[pid=8752] ppid=8750 vsize=142508 CPUtime=0.69 cores=0-7
/proc/8752/stat : 8752 (plingeling) R 8750 8752 8726 0 -1 4202496 33843 1260 0 0 66 3 0 0 25 0 1 0 722659501 145928192 33650 33554432000 4194304 4417452 140734478753120 18446744073709551615 4262065 0 0 4096 17442 0 0 0 17 6 0 0 0
/proc/8752/statm: 35627 33650 148 55 0 33513 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 142508

[startup+1.50058 s]
/proc/loadavg: 7.02 6.58 7.07 2/440 8758
/proc/meminfo: memFree=32417168/32950928 swapFree=34365872/67111528
[pid=8752] ppid=8750 vsize=363148 CPUtime=3.52 cores=0-7
/proc/8752/stat : 8752 (plingeling) S 8750 8752 8726 0 -1 4202496 69202 1260 0 0 345 7 0 0 25 0 9 0 722659501 371863552 68362 33554432000 4194304 4417452 140734478753120 18446744073709551615 235606669285 0 0 4096 17442 18446744073709551615 0 0 17 7 0 0 0
/proc/8752/statm: 90787 68362 173 55 0 88673 0
Current children cumulated CPU time (s) 3.52
Current children cumulated vsize (KiB) 363148

[startup+3.1013 s]
/proc/loadavg: 7.10 6.61 7.07 9/448 8766
/proc/meminfo: memFree=32151372/32950928 swapFree=34365872/67111528
[pid=8752] ppid=8750 vsize=488900 CPUtime=16.23 cores=0-7
/proc/8752/stat : 8752 (plingeling) S 8750 8752 8726 0 -1 4202496 141426 1260 0 0 1603 20 0 0 25 0 9 0 722659501 500633600 83449 33554432000 4194304 4417452 140734478753120 18446744073709551615 235606669285 0 0 4096 17442 18446744073709551615 0 0 17 7 0 0 0
/proc/8752/statm: 122225 83449 180 55 0 120111 0
[pid=8752/tid=8759] ppid=8750 vsize=488900 CPUtime=1.88 cores=0-7
/proc/8752/task/8759/stat : 8759 (plingeling) R 8750 8752 8726 0 -1 4202560 4647 1260 0 0 187 1 0 0 20 0 9 0 722659621 500633600 83449 33554432000 4194304 4417452 140734478753120 18446744073709551615 4249165 0 0 4096 17442 0 0 0 -1 1 0 0 0
[pid=8752/tid=8760] ppid=8750 vsize=488900 CPUtime=1.88 cores=0-7
/proc/8752/task/8760/stat : 8760 (plingeling) R 8750 8752 8726 0 -1 4202560 11771 1260 0 0 186 2 0 0 25 0 9 0 722659621 500633600 83449 33554432000 4194304 4417452 140734478753120 18446744073709551615 4249130 0 0 4096 17442 0 0 0 -1 6 0 0 0
[pid=8752/tid=8761] ppid=8750 vsize=488900 CPUtime=1.88 cores=0-7
/proc/8752/task/8761/stat : 8761 (plingeling) R 8750 8752 8726 0 -1 4202560 10729 1260 0 0 187 1 0 0 25 0 9 0 722659621 500633600 83449 33554432000 4194304 4417452 140734478753120 18446744073709551615 4249882 0 0 4096 17442 0 0 0 -1 2 0 0 0
[pid=8752/tid=8762] ppid=8750 vsize=488900 CPUtime=1.88 cores=0-7
/proc/8752/task/8762/stat : 8762 (plingeling) R 8750 8752 8726 0 -1 4202560 13161 1260 0 0 187 1 0 0 25 0 9 0 722659621 500633600 83449 33554432000 4194304 4417452 140734478753120 18446744073709551615 4364881 0 0 4096 17442 0 0 0 -1 4 0 0 0
[pid=8752/tid=8763] ppid=8750 vsize=488900 CPUtime=1.89 cores=0-7
/proc/8752/task/8763/stat : 8763 (plingeling) R 8750 8752 8726 0 -1 4202560 10796 1260 0 0 187 2 0 0 25 0 9 0 722659621 500633600 83449 33554432000 4194304 4417452 140734478753120 18446744073709551615 4248888 0 0 4096 17442 0 0 0 -1 0 0 0 0
[pid=8752/tid=8764] ppid=8750 vsize=488900 CPUtime=1.86 cores=0-7
/proc/8752/task/8764/stat : 8764 (plingeling) R 8750 8752 8726 0 -1 4202560 8728 1260 0 0 185 1 0 0 25 0 9 0 722659621 500633600 83449 33554432000 4194304 4417452 140734478753120 18446744073709551615 4236319 0 0 4096 17442 0 0 0 -1 3 0 0 0
[pid=8752/tid=8765] ppid=8750 vsize=488900 CPUtime=1.86 cores=0-7
/proc/8752/task/8765/stat : 8765 (plingeling) R 8750 8752 8726 0 -1 4202560 9511 1260 0 0 185 1 0 0 25 0 9 0 722659623 500633600 83449 33554432000 4194304 4417452 140734478753120 18446744073709551615 4249222 0 0 4096 17442 0 0 0 -1 5 0 0 0
[pid=8752/tid=8766] ppid=8750 vsize=488900 CPUtime=1.84 cores=0-7
/proc/8752/task/8766/stat : 8766 (plingeling) R 8750 8752 8726 0 -1 4202560 5456 1260 0 0 184 0 0 0 25 0 9 0 722659623 500633600 83449 33554432000 4194304 4417452 140734478753120 18446744073709551615 4250082 0 0 4096 17442 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 16.23
Current children cumulated vsize (KiB) 488900

[startup+6.30073 s]
/proc/loadavg: 7.10 6.61 7.07 9/448 8766
/proc/meminfo: memFree=32163028/32950928 swapFree=34365872/67111528
[pid=8752] ppid=8750 vsize=563800 CPUtime=41.78 cores=0-7
/proc/8752/stat : 8752 (plingeling) S 8750 8752 8726 0 -1 4202496 160207 1260 0 0 4156 22 0 0 25 0 9 0 722659501 577331200 102230 33554432000 4194304 4417452 140734478753120 18446744073709551615 235606669285 0 0 4096 17442 18446744073709551615 0 0 17 7 0 0 0
/proc/8752/statm: 140950 102230 180 55 0 138836 0
[pid=8752/tid=8759] ppid=8750 vsize=563800 CPUtime=5.08 cores=0-7
/proc/8752/task/8759/stat : 8759 (plingeling) R 8750 8752 8726 0 -1 4202560 4703 1260 0 0 507 1 0 0 25 0 9 0 722659621 577331200 102230 33554432000 4194304 4417452 140734478753120 18446744073709551615 4233255 0 0 4096 17442 0 0 0 -1 1 0 0 0
[pid=8752/tid=8760] ppid=8750 vsize=563800 CPUtime=5.08 cores=0-7
/proc/8752/task/8760/stat : 8760 (plingeling) R 8750 8752 8726 0 -1 4202560 11771 1260 0 0 506 2 0 0 25 0 9 0 722659621 577331200 102230 33554432000 4194304 4417452 140734478753120 18446744073709551615 4236017 0 0 4096 17442 0 0 0 -1 6 0 0 0
[pid=8752/tid=8761] ppid=8750 vsize=563800 CPUtime=5.08 cores=0-7
/proc/8752/task/8761/stat : 8761 (plingeling) R 8750 8752 8726 0 -1 4202560 10729 1260 0 0 507 1 0 0 25 0 9 0 722659621 577331200 102230 33554432000 4194304 4417452 140734478753120 18446744073709551615 4236255 0 0 4096 17442 0 0 0 -1 2 0 0 0
[pid=8752/tid=8762] ppid=8750 vsize=563800 CPUtime=5.08 cores=0-7
/proc/8752/task/8762/stat : 8762 (plingeling) R 8750 8752 8726 0 -1 4202560 28175 1260 0 0 505 3 0 0 25 0 9 0 722659621 577331200 102230 33554432000 4194304 4417452 140734478753120 18446744073709551615 4366048 0 0 4096 17442 0 0 0 -1 4 0 0 0
[pid=8752/tid=8763] ppid=8750 vsize=563800 CPUtime=5.09 cores=0-7
/proc/8752/task/8763/stat : 8763 (plingeling) R 8750 8752 8726 0 -1 4202560 10796 1260 0 0 507 2 0 0 25 0 9 0 722659621 577331200 102230 33554432000 4194304 4417452 140734478753120 18446744073709551615 4258587 0 0 4096 17442 0 0 0 -1 0 0 0 0
[pid=8752/tid=8764] ppid=8750 vsize=563800 CPUtime=5.06 cores=0-7
/proc/8752/task/8764/stat : 8764 (plingeling) R 8750 8752 8726 0 -1 4202560 10583 1260 0 0 505 1 0 0 25 0 9 0 722659621 577331200 102230 33554432000 4194304 4417452 140734478753120 18446744073709551615 4258455 0 0 4096 17442 0 0 0 -1 3 0 0 0
[pid=8752/tid=8765] ppid=8750 vsize=563800 CPUtime=5.06 cores=0-7
/proc/8752/task/8765/stat : 8765 (plingeling) R 8750 8752 8726 0 -1 4202560 9511 1260 0 0 505 1 0 0 25 0 9 0 722659623 577331200 102230 33554432000 4194304 4417452 140734478753120 18446744073709551615 4258244 0 0 4096 17442 0 0 0 -1 5 0 0 0
[pid=8752/tid=8766] ppid=8750 vsize=563800 CPUtime=5 cores=0-7
/proc/8752/task/8766/stat : 8766 (plingeling) R 8750 8752 8726 0 -1 4202560 7312 1260 0 0 499 1 0 0 25 0 9 0 722659623 577331200 102230 33554432000 4194304 4417452 140734478753120 18446744073709551615 4235997 0 0 4096 17442 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 41.78
Current children cumulated vsize (KiB) 563800

[startup+12.7006 s]
/proc/loadavg: 7.23 6.65 7.08 9/448 8766
/proc/meminfo: memFree=32042040/32950928 swapFree=34365872/67111528
[pid=8752] ppid=8750 vsize=631088 CPUtime=92.88 cores=0-7
/proc/8752/stat : 8752 (plingeling) S 8750 8752 8726 0 -1 4202496 196420 1260 0 0 9262 26 0 0 25 0 9 0 722659501 646234112 119148 33554432000 4194304 4417452 140734478753120 18446744073709551615 235606669285 0 0 4096 17442 18446744073709551615 0 0 17 7 0 0 0
/proc/8752/statm: 157772 119148 180 55 0 155658 0
[pid=8752/tid=8759] ppid=8750 vsize=631088 CPUtime=11.48 cores=0-7
/proc/8752/task/8759/stat : 8759 (plingeling) R 8750 8752 8726 0 -1 4202560 4799 1260 0 0 1147 1 0 0 25 0 9 0 722659621 646234112 119148 33554432000 4194304 4417452 140734478753120 18446744073709551615 4249976 0 0 4096 17442 0 0 0 -1 1 0 0 0
[pid=8752/tid=8760] ppid=8750 vsize=631088 CPUtime=11.48 cores=0-7
/proc/8752/task/8760/stat : 8760 (plingeling) R 8750 8752 8726 0 -1 4202560 11771 1260 0 0 1146 2 0 0 25 0 9 0 722659621 646234112 119148 33554432000 4194304 4417452 140734478753120 18446744073709551615 4249209 0 0 4096 17442 0 0 0 -1 6 0 0 0
[pid=8752/tid=8761] ppid=8750 vsize=631088 CPUtime=11.48 cores=0-7
/proc/8752/task/8761/stat : 8761 (plingeling) R 8750 8752 8726 0 -1 4202560 10729 1260 0 0 1147 1 0 0 25 0 9 0 722659621 646234112 119148 33554432000 4194304 4417452 140734478753120 18446744073709551615 4337248 0 0 4096 17442 0 0 0 -1 2 0 0 0
[pid=8752/tid=8762] ppid=8750 vsize=631088 CPUtime=11.48 cores=0-7
/proc/8752/task/8762/stat : 8762 (plingeling) R 8750 8752 8726 0 -1 4202560 64292 1260 0 0 1141 7 0 0 25 0 9 0 722659621 646234112 119148 33554432000 4194304 4417452 140734478753120 18446744073709551615 4244976 0 0 4096 17442 0 0 0 -1 4 0 0 0
[pid=8752/tid=8763] ppid=8750 vsize=631088 CPUtime=11.49 cores=0-7
/proc/8752/task/8763/stat : 8763 (plingeling) R 8750 8752 8726 0 -1 4202560 10796 1260 0 0 1147 2 0 0 25 0 9 0 722659621 646234112 119148 33554432000 4194304 4417452 140734478753120 18446744073709551615 4258286 0 0 4096 17442 0 0 0 -1 0 0 0 0
[pid=8752/tid=8764] ppid=8750 vsize=631088 CPUtime=11.46 cores=0-7
/proc/8752/task/8764/stat : 8764 (plingeling) R 8750 8752 8726 0 -1 4202560 10583 1260 0 0 1145 1 0 0 25 0 9 0 722659621 646234112 119148 33554432000 4194304 4417452 140734478753120 18446744073709551615 4249222 0 0 4096 17442 0 0 0 -1 3 0 0 0
[pid=8752/tid=8765] ppid=8750 vsize=631088 CPUtime=11.46 cores=0-7
/proc/8752/task/8765/stat : 8765 (plingeling) R 8750 8752 8726 0 -1 4202560 9511 1260 0 0 1145 1 0 0 25 0 9 0 722659623 646234112 119148 33554432000 4194304 4417452 140734478753120 18446744073709551615 4249994 0 0 4096 17442 0 0 0 -1 5 0 0 0
[pid=8752/tid=8766] ppid=8750 vsize=631088 CPUtime=11.31 cores=0-7
/proc/8752/task/8766/stat : 8766 (plingeling) R 8750 8752 8726 0 -1 4202560 7312 1260 0 0 1130 1 0 0 25 0 9 0 722659623 646234112 119148 33554432000 4194304 4417452 140734478753120 18446744073709551615 4249584 0 0 4096 17442 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 92.88
Current children cumulated vsize (KiB) 631088

[startup+25.5004 s]
/proc/loadavg: 7.35 6.69 7.09 9/448 8766
/proc/meminfo: memFree=32058420/32950928 swapFree=34365872/67111528
[pid=8752] ppid=8750 vsize=655140 CPUtime=195.07 cores=0-7
/proc/8752/stat : 8752 (plingeling) S 8750 8752 8726 0 -1 4202496 280306 1260 0 0 19469 38 0 0 25 0 9 0 722659501 670863360 123703 33554432000 4194304 4417452 140734478753120 18446744073709551615 235606669285 0 0 4096 17442 18446744073709551615 0 0 17 7 0 0 0
/proc/8752/statm: 163785 123703 180 55 0 161671 0
[pid=8752/tid=8759] ppid=8750 vsize=655140 CPUtime=24.27 cores=0-7
/proc/8752/task/8759/stat : 8759 (plingeling) R 8750 8752 8726 0 -1 4202560 13356 1260 0 0 2425 2 0 0 25 0 9 0 722659621 670863360 123703 33554432000 4194304 4417452 140734478753120 18446744073709551615 4305812 0 0 4096 17442 0 0 0 -1 1 0 0 0
[pid=8752/tid=8760] ppid=8750 vsize=655140 CPUtime=24.28 cores=0-7
/proc/8752/task/8760/stat : 8760 (plingeling) R 8750 8752 8726 0 -1 4202560 20551 1260 0 0 2425 3 0 0 25 0 9 0 722659621 670863360 123703 33554432000 4194304 4417452 140734478753120 18446744073709551615 4331796 0 0 4096 17442 0 0 0 -1 6 0 0 0
[pid=8752/tid=8761] ppid=8750 vsize=655140 CPUtime=24.28 cores=0-7
/proc/8752/task/8761/stat : 8761 (plingeling) R 8750 8752 8726 0 -1 4202560 12053 1260 0 0 2427 1 0 0 25 0 9 0 722659621 670863360 123703 33554432000 4194304 4417452 140734478753120 18446744073709551615 4248926 0 0 4096 17442 0 0 0 -1 2 0 0 0
[pid=8752/tid=8762] ppid=8750 vsize=655140 CPUtime=24.28 cores=0-7
/proc/8752/task/8762/stat : 8762 (plingeling) R 8750 8752 8726 0 -1 4202560 115931 1260 0 0 2413 15 0 0 25 0 9 0 722659621 670863360 123703 33554432000 4194304 4417452 140734478753120 18446744073709551615 4354506 0 0 4096 17442 0 0 0 -1 4 0 0 0
[pid=8752/tid=8763] ppid=8750 vsize=655140 CPUtime=24.28 cores=0-7
/proc/8752/task/8763/stat : 8763 (plingeling) R 8750 8752 8726 0 -1 4202560 11872 1260 0 0 2426 2 0 0 25 0 9 0 722659621 670863360 123703 33554432000 4194304 4417452 140734478753120 18446744073709551615 4254990 0 0 4096 17442 0 0 0 -1 0 0 0 0
[pid=8752/tid=8764] ppid=8750 vsize=655140 CPUtime=24.26 cores=0-7
/proc/8752/task/8764/stat : 8764 (plingeling) R 8750 8752 8726 0 -1 4202560 14647 1260 0 0 2424 2 0 0 25 0 9 0 722659621 670863360 123703 33554432000 4194304 4417452 140734478753120 18446744073709551615 4254955 0 0 4096 17442 0 0 0 -1 3 0 0 0
[pid=8752/tid=8765] ppid=8750 vsize=655140 CPUtime=24.25 cores=0-7
/proc/8752/task/8765/stat : 8765 (plingeling) R 8750 8752 8726 0 -1 4202560 9511 1260 0 0 2424 1 0 0 25 0 9 0 722659623 670863360 123703 33554432000 4194304 4417452 140734478753120 18446744073709551615 4248225 0 0 4096 17442 0 0 0 -1 5 0 0 0
[pid=8752/tid=8766] ppid=8750 vsize=655140 CPUtime=23.9 cores=0-7
/proc/8752/task/8766/stat : 8766 (plingeling) R 8750 8752 8726 0 -1 4202560 15758 1260 0 0 2389 1 0 0 25 0 9 0 722659623 670863360 123703 33554432000 4194304 4417452 140734478753120 18446744073709551615 4331746 0 0 4096 17442 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 195.07
Current children cumulated vsize (KiB) 655140

[startup+51.1009 s]
/proc/loadavg: 7.64 6.81 7.12 9/448 8767
/proc/meminfo: memFree=31832972/32950928 swapFree=34365872/67111528
[pid=8752] ppid=8750 vsize=912544 CPUtime=399.48 cores=0-7
/proc/8752/stat : 8752 (plingeling) S 8750 8752 8726 0 -1 4202496 426157 1260 0 0 39891 57 0 0 25 0 9 0 722659501 934445056 189336 33554432000 4194304 4417452 140734478753120 18446744073709551615 235606669285 0 0 4096 17442 18446744073709551615 0 0 17 7 0 0 0
/proc/8752/statm: 228136 189336 180 55 0 226022 0
[pid=8752/tid=8759] ppid=8750 vsize=912544 CPUtime=49.87 cores=0-7
/proc/8752/task/8759/stat : 8759 (plingeling) R 8750 8752 8726 0 -1 4202560 21548 1260 0 0 4984 3 0 0 25 0 9 0 722659621 934445056 189336 33554432000 4194304 4417452 140734478753120 18446744073709551615 4250080 0 0 4096 17442 0 0 0 -1 1 0 0 0
[pid=8752/tid=8760] ppid=8750 vsize=912544 CPUtime=49.86 cores=0-7
/proc/8752/task/8760/stat : 8760 (plingeling) R 8750 8752 8726 0 -1 4202560 25435 1260 0 0 4983 3 0 0 25 0 9 0 722659621 934445056 189336 33554432000 4194304 4417452 140734478753120 18446744073709551615 4250017 0 0 4096 17442 0 0 0 -1 6 0 0 0
[pid=8752/tid=8761] ppid=8750 vsize=912544 CPUtime=49.88 cores=0-7
/proc/8752/task/8761/stat : 8761 (plingeling) R 8750 8752 8726 0 -1 4202560 25619 1260 0 0 4985 3 0 0 25 0 9 0 722659621 934445056 189336 33554432000 4194304 4417452 140734478753120 18446744073709551615 4365058 0 0 4096 17442 0 0 0 -1 2 0 0 0
[pid=8752/tid=8762] ppid=8750 vsize=912544 CPUtime=49.87 cores=0-7
/proc/8752/task/8762/stat : 8762 (plingeling) R 8750 8752 8726 0 -1 4202560 220375 1260 0 0 4957 30 0 0 25 0 9 0 722659621 934445056 189336 33554432000 4194304 4417452 140734478753120 18446744073709551615 4366065 0 0 4096 17442 0 0 0 -1 4 0 0 0
[pid=8752/tid=8763] ppid=8750 vsize=912544 CPUtime=49.88 cores=0-7
/proc/8752/task/8763/stat : 8763 (plingeling) R 8750 8752 8726 0 -1 4202560 12395 1260 0 0 4986 2 0 0 25 0 9 0 722659621 934445056 189336 33554432000 4194304 4417452 140734478753120 18446744073709551615 4236324 0 0 4096 17442 0 0 0 -1 0 0 0 0
[pid=8752/tid=8764] ppid=8750 vsize=912544 CPUtime=49.86 cores=0-7
/proc/8752/task/8764/stat : 8764 (plingeling) R 8750 8752 8726 0 -1 4202560 23206 1260 0 0 4983 3 0 0 25 0 9 0 722659621 934445056 189336 33554432000 4194304 4417452 140734478753120 18446744073709551615 4258604 0 0 4096 17442 0 0 0 -1 3 0 0 0
[pid=8752/tid=8765] ppid=8750 vsize=912544 CPUtime=49.85 cores=0-7
/proc/8752/task/8765/stat : 8765 (plingeling) R 8750 8752 8726 0 -1 4202560 13574 1260 0 0 4984 1 0 0 25 0 9 0 722659623 934445056 189336 33554432000 4194304 4417452 140734478753120 18446744073709551615 4366472 0 0 4096 17442 0 0 0 -1 5 0 0 0
[pid=8752/tid=8766] ppid=8750 vsize=912544 CPUtime=49.15 cores=0-7
/proc/8752/task/8766/stat : 8766 (plingeling) R 8750 8752 8726 0 -1 4202560 17378 1260 0 0 4913 2 0 0 25 0 9 0 722659623 934445056 189336 33554432000 4194304 4417452 140734478753120 18446744073709551615 4249584 0 0 4096 17442 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 399.48
Current children cumulated vsize (KiB) 912544

[startup+102.317 s]
/proc/loadavg: 7.92 7.03 7.18 9/448 8768

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

[pid=8752/tid=8761] ppid=8750 vsize=11114084 CPUtime=4720.75 cores=0-7
/proc/8752/task/8761/stat : 8761 (plingeling) R 8750 8752 8726 0 -1 4202560 2558047 1260 0 0 471646 429 0 0 25 0 9 0 722659621 11380822016 2739717 33554432000 4194304 4417452 140734478753120 18446744073709551615 4364555 0 0 4096 17442 0 0 0 -1 2 0 0 0
[pid=8752/tid=8762] ppid=8750 vsize=11114084 CPUtime=4720.56 cores=0-7
/proc/8752/task/8762/stat : 8762 (plingeling) R 8750 8752 8726 0 -1 4202560 2088847 1260 0 0 471581 475 0 0 25 0 9 0 722659621 11380822016 2739717 33554432000 4194304 4417452 140734478753120 18446744073709551615 4364907 0 0 4096 17442 0 0 0 -1 4 0 0 0
[pid=8752/tid=8763] ppid=8750 vsize=11114084 CPUtime=4721.13 cores=0-7
/proc/8752/task/8763/stat : 8763 (plingeling) R 8750 8752 8726 0 -1 4202560 2738321 1260 0 0 471712 401 0 0 25 0 9 0 722659621 11380822016 2739717 33554432000 4194304 4417452 140734478753120 18446744073709551615 4364727 0 0 4096 17442 0 0 0 -1 0 0 0 0
[pid=8752/tid=8764] ppid=8750 vsize=11114084 CPUtime=4721.11 cores=0-7
/proc/8752/task/8764/stat : 8764 (plingeling) R 8750 8752 8726 0 -1 4202560 2759343 1260 0 0 471691 420 0 0 25 0 9 0 722659621 11380822016 2739717 33554432000 4194304 4417452 140734478753120 18446744073709551615 4364727 0 0 4096 17442 0 0 0 -1 3 0 0 0
[pid=8752/tid=8765] ppid=8750 vsize=11114084 CPUtime=4721.1 cores=0-7
/proc/8752/task/8765/stat : 8765 (plingeling) R 8750 8752 8726 0 -1 4202560 2148846 1260 0 0 471746 364 0 0 25 0 9 0 722659623 11380822016 2739717 33554432000 4194304 4417452 140734478753120 18446744073709551615 4364807 0 0 4096 17442 0 0 0 -1 5 0 0 0
[pid=8752/tid=8766] ppid=8750 vsize=11114084 CPUtime=4708.88 cores=0-7
/proc/8752/task/8766/stat : 8766 (plingeling) R 8750 8752 8726 0 -1 4202560 2757566 1260 0 0 470477 411 0 0 25 0 9 0 722659623 11380822016 2739717 33554432000 4194304 4417452 140734478753120 18446744073709551615 4364727 0 0 4096 17442 0 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 37699.6
Current children cumulated vsize (KiB) 11114084

[startup+4782.3 s]
/proc/loadavg: 8.09 8.05 8.01 9/448 8905
/proc/meminfo: memFree=21332744/32950928 swapFree=34365872/67111528
[pid=8752] ppid=8750 vsize=11350772 CPUtime=38178.6 cores=0-7
/proc/8752/stat : 8752 (plingeling) S 8750 8752 8726 0 -1 4202496 19574807 1260 0 0 3814635 3223 0 0 25 0 9 0 722659501 11623190528 2798889 33554432000 4194304 4417452 140734478753120 18446744073709551615 235606669285 0 0 4096 17442 18446744073709551615 0 0 17 7 0 0 0
/proc/8752/statm: 2837693 2798889 180 55 0 2835579 0
[pid=8752/tid=8759] ppid=8750 vsize=11350772 CPUtime=4723.92 cores=0-7
/proc/8752/task/8759/stat : 8759 (plingeling) R 8750 8752 8726 0 -1 4202560 1846235 1260 0 0 472074 318 0 0 25 0 9 0 722659621 11623190528 2798889 33554432000 4194304 4417452 140734478753120 18446744073709551615 4364727 0 0 4096 17442 0 0 0 -1 7 0 0 0
[pid=8752/tid=8760] ppid=8750 vsize=11350772 CPUtime=4779.95 cores=0-7
/proc/8752/task/8760/stat : 8760 (plingeling) R 8750 8752 8726 0 -1 4202560 2424827 1260 0 0 477622 373 0 0 25 0 9 0 722659621 11623190528 2798889 33554432000 4194304 4417452 140734478753120 18446744073709551615 4364756 0 0 4096 17442 0 0 0 -1 6 0 0 0
[pid=8752/tid=8761] ppid=8750 vsize=11350772 CPUtime=4780.72 cores=0-7
/proc/8752/task/8761/stat : 8761 (plingeling) R 8750 8752 8726 0 -1 4202560 2590815 1260 0 0 477640 432 0 0 25 0 9 0 722659621 11623190528 2798889 33554432000 4194304 4417452 140734478753120 18446744073709551615 4364756 0 0 4096 17442 0 0 0 -1 2 0 0 0
[pid=8752/tid=8762] ppid=8750 vsize=11350772 CPUtime=4780.54 cores=0-7
/proc/8752/task/8762/stat : 8762 (plingeling) R 8750 8752 8726 0 -1 4202560 2088847 1260 0 0 477579 475 0 0 25 0 9 0 722659621 11623190528 2798889 33554432000 4194304 4417452 140734478753120 18446744073709551615 4364727 0 0 4096 17442 0 0 0 -1 4 0 0 0
[pid=8752/tid=8763] ppid=8750 vsize=11350772 CPUtime=4781.11 cores=0-7
/proc/8752/task/8763/stat : 8763 (plingeling) R 8750 8752 8726 0 -1 4202560 2793397 1260 0 0 477704 407 0 0 25 0 9 0 722659621 11623190528 2798889 33554432000 4194304 4417452 140734478753120 18446744073709551615 4354506 0 0 4096 17442 0 0 0 -1 0 0 0 0
[pid=8752/tid=8764] ppid=8750 vsize=11350772 CPUtime=4781.1 cores=0-7
/proc/8752/task/8764/stat : 8764 (plingeling) R 8750 8752 8726 0 -1 4202560 2792111 1260 0 0 477686 424 0 0 25 0 9 0 722659621 11623190528 2798889 33554432000 4194304 4417452 140734478753120 18446744073709551615 4366102 0 0 4096 17442 0 0 0 -1 3 0 0 0
[pid=8752/tid=8765] ppid=8750 vsize=11350772 CPUtime=4781.08 cores=0-7
/proc/8752/task/8765/stat : 8765 (plingeling) R 8750 8752 8726 0 -1 4202560 2181614 1260 0 0 477740 368 0 0 25 0 9 0 722659623 11623190528 2798889 33554432000 4194304 4417452 140734478753120 18446744073709551615 4364727 0 0 4096 17442 0 0 0 -1 5 0 0 0
[pid=8752/tid=8766] ppid=8750 vsize=11350772 CPUtime=4768.87 cores=0-7
/proc/8752/task/8766/stat : 8766 (plingeling) R 8750 8752 8726 0 -1 4202560 2790334 1260 0 0 476471 416 0 0 25 0 9 0 722659623 11623190528 2798889 33554432000 4194304 4417452 140734478753120 18446744073709551615 4364727 0 0 4096 17442 0 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 38178.6
Current children cumulated vsize (KiB) 11350772

[startup+4842.3 s]
/proc/loadavg: 8.07 8.05 8.01 9/448 8907
/proc/meminfo: memFree=20795156/32950928 swapFree=34365872/67111528
[pid=8752] ppid=8750 vsize=11887120 CPUtime=38657.7 cores=0-7
/proc/8752/stat : 8752 (plingeling) S 8750 8752 8726 0 -1 4202496 20016881 1260 0 0 3862470 3298 0 0 25 0 9 0 722659501 12172410880 2932976 33554432000 4194304 4417452 140734478753120 18446744073709551615 235606669285 0 0 4096 17442 18446744073709551615 0 0 17 7 0 0 0
/proc/8752/statm: 2971780 2932976 180 55 0 2969666 0
[pid=8752/tid=8759] ppid=8750 vsize=11887120 CPUtime=4783.04 cores=0-7
/proc/8752/task/8759/stat : 8759 (plingeling) R 8750 8752 8726 0 -1 4202560 1846235 1260 0 0 477986 318 0 0 25 0 9 0 722659621 12172410880 2932976 33554432000 4194304 4417452 140734478753120 18446744073709551615 4364727 0 0 4096 17442 0 0 0 -1 7 0 0 0
[pid=8752/tid=8760] ppid=8750 vsize=11887120 CPUtime=4839.93 cores=0-7
/proc/8752/task/8760/stat : 8760 (plingeling) R 8750 8752 8726 0 -1 4202560 2441211 1260 0 0 483618 375 0 0 25 0 9 0 722659621 12172410880 2932976 33554432000 4194304 4417452 140734478753120 18446744073709551615 4364533 0 0 4096 17442 0 0 0 -1 6 0 0 0
[pid=8752/tid=8761] ppid=8750 vsize=11887120 CPUtime=4840.72 cores=0-7
/proc/8752/task/8761/stat : 8761 (plingeling) R 8750 8752 8726 0 -1 4202560 2623583 1260 0 0 483636 436 0 0 25 0 9 0 722659621 12172410880 2932976 33554432000 4194304 4417452 140734478753120 18446744073709551615 4366400 0 0 4096 17442 0 0 0 -1 2 0 0 0
[pid=8752/tid=8762] ppid=8750 vsize=11887120 CPUtime=4840.54 cores=0-7
/proc/8752/task/8762/stat : 8762 (plingeling) R 8750 8752 8726 0 -1 4202560 2088847 1260 0 0 483579 475 0 0 25 0 9 0 722659621 12172410880 2932976 33554432000 4194304 4417452 140734478753120 18446744073709551615 4364727 0 0 4096 17442 0 0 0 -1 4 0 0 0
[pid=8752/tid=8763] ppid=8750 vsize=11887120 CPUtime=4841.12 cores=0-7
/proc/8752/task/8763/stat : 8763 (plingeling) R 8750 8752 8726 0 -1 4202560 2826165 1260 0 0 483701 411 0 0 25 0 9 0 722659621 12172410880 2932976 33554432000 4194304 4417452 140734478753120 18446744073709551615 4364579 0 0 4096 17442 0 0 0 -1 0 0 0 0
[pid=8752/tid=8764] ppid=8750 vsize=11887120 CPUtime=4841.11 cores=0-7
/proc/8752/task/8764/stat : 8764 (plingeling) R 8750 8752 8726 0 -1 4202560 2841263 1260 0 0 483681 430 0 0 25 0 9 0 722659621 12172410880 2932976 33554432000 4194304 4417452 140734478753120 18446744073709551615 4364727 0 0 4096 17442 0 0 0 -1 3 0 0 0
[pid=8752/tid=8765] ppid=8750 vsize=11887120 CPUtime=4841.08 cores=0-7
/proc/8752/task/8765/stat : 8765 (plingeling) R 8750 8752 8726 0 -1 4202560 2459848 1260 0 0 483684 424 0 0 25 0 9 0 722659623 12172410880 2932976 33554432000 4194304 4417452 140734478753120 18446744073709551615 4364727 0 0 4096 17442 0 0 0 -1 5 0 0 0
[pid=8752/tid=8766] ppid=8750 vsize=11887120 CPUtime=4828.88 cores=0-7
/proc/8752/task/8766/stat : 8766 (plingeling) R 8750 8752 8726 0 -1 4202560 2823102 1260 0 0 482468 420 0 0 25 0 9 0 722659623 12172410880 2932976 33554432000 4194304 4417452 140734478753120 18446744073709551615 4364555 0 0 4096 17442 0 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 38657.7
Current children cumulated vsize (KiB) 11887120

[startup+4902.3 s]
/proc/loadavg: 8.02 8.04 8.00 9/448 8908
/proc/meminfo: memFree=20532600/32950928 swapFree=34365872/67111528
[pid=8752] ppid=8750 vsize=12149388 CPUtime=39136.8 cores=0-7
/proc/8752/stat : 8752 (plingeling) S 8750 8752 8726 0 -1 4202496 20229904 1260 0 0 3910349 3332 0 0 25 0 9 0 722659501 12440973312 2998543 33554432000 4194304 4417452 140734478753120 18446744073709551615 235606669285 0 0 4096 17442 18446744073709551615 0 0 17 7 0 0 0
/proc/8752/statm: 3037347 2998543 180 55 0 3035233 0
[pid=8752/tid=8759] ppid=8750 vsize=12149388 CPUtime=4842.18 cores=0-7
/proc/8752/task/8759/stat : 8759 (plingeling) R 8750 8752 8726 0 -1 4202560 1858920 1260 0 0 483896 322 0 0 25 0 9 0 722659621 12440973312 2998543 33554432000 4194304 4417452 140734478753120 18446744073709551615 4364727 0 0 4096 17442 0 0 0 -1 7 0 0 0
[pid=8752/tid=8760] ppid=8750 vsize=12149388 CPUtime=4899.92 cores=0-7
/proc/8752/task/8760/stat : 8760 (plingeling) R 8750 8752 8726 0 -1 4202560 2461325 1260 0 0 489615 377 0 0 25 0 9 0 722659621 12440973312 2998543 33554432000 4194304 4417452 140734478753120 18446744073709551615 4364727 0 0 4096 17442 0 0 0 -1 6 0 0 0
[pid=8752/tid=8761] ppid=8750 vsize=12149388 CPUtime=4900.72 cores=0-7
/proc/8752/task/8761/stat : 8761 (plingeling) R 8750 8752 8726 0 -1 4202560 2656351 1260 0 0 489632 440 0 0 25 0 9 0 722659621 12440973312 2998543 33554432000 4194304 4417452 140734478753120 18446744073709551615 4364907 0 0 4096 17442 0 0 0 -1 2 0 0 0
[pid=8752/tid=8762] ppid=8750 vsize=12149388 CPUtime=4900.54 cores=0-7
/proc/8752/task/8762/stat : 8762 (plingeling) R 8750 8752 8726 0 -1 4202560 2088847 1260 0 0 489579 475 0 0 25 0 9 0 722659621 12440973312 2998543 33554432000 4194304 4417452 140734478753120 18446744073709551615 4364727 0 0 4096 17442 0 0 0 -1 4 0 0 0
[pid=8752/tid=8763] ppid=8750 vsize=12149388 CPUtime=4901.12 cores=0-7
/proc/8752/task/8763/stat : 8763 (plingeling) R 8750 8752 8726 0 -1 4202560 2858933 1260 0 0 489691 421 0 0 25 0 9 0 722659621 12440973312 2998543 33554432000 4194304 4417452 140734478753120 18446744073709551615 4366051 0 0 4096 17442 0 0 0 -1 0 0 0 0
[pid=8752/tid=8764] ppid=8750 vsize=12149388 CPUtime=4901.11 cores=0-7
/proc/8752/task/8764/stat : 8764 (plingeling) R 8750 8752 8726 0 -1 4202560 2874031 1260 0 0 489677 434 0 0 25 0 9 0 722659621 12440973312 2998543 33554432000 4194304 4417452 140734478753120 18446744073709551615 4365579 0 0 4096 17442 0 0 0 -1 3 0 0 0
[pid=8752/tid=8765] ppid=8750 vsize=12149388 CPUtime=4901.09 cores=0-7
/proc/8752/task/8765/stat : 8765 (plingeling) R 8750 8752 8726 0 -1 4202560 2492616 1260 0 0 489681 428 0 0 25 0 9 0 722659623 12440973312 2998543 33554432000 4194304 4417452 140734478753120 18446744073709551615 4364727 0 0 4096 17442 0 0 0 -1 5 0 0 0
[pid=8752/tid=8766] ppid=8750 vsize=12149388 CPUtime=4888.88 cores=0-7
/proc/8752/task/8766/stat : 8766 (plingeling) R 8750 8752 8726 0 -1 4202560 2872254 1260 0 0 488462 426 0 0 25 0 9 0 722659623 12440973312 2998543 33554432000 4194304 4417452 140734478753120 18446744073709551615 4364798 0 0 4096 17442 0 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 39136.8
Current children cumulated vsize (KiB) 12149388

[startup+4962.3 s]
/proc/loadavg: 8.04 8.05 8.00 9/448 8910
/proc/meminfo: memFree=20416856/32950928 swapFree=34365872/67111528
[pid=8752] ppid=8750 vsize=12264668 CPUtime=39615.9 cores=0-7
/proc/8752/stat : 8752 (plingeling) S 8750 8752 8726 0 -1 4202496 20373412 1260 0 0 3958246 3348 0 0 25 0 9 0 722659501 12559020032 3027363 33554432000 4194304 4417452 140734478753120 18446744073709551615 235606669285 0 0 4096 17442 18446744073709551615 0 0 17 7 0 0 0
/proc/8752/statm: 3066167 3027363 180 55 0 3064053 0
[pid=8752/tid=8759] ppid=8750 vsize=12264668 CPUtime=4901.31 cores=0-7
/proc/8752/task/8759/stat : 8759 (plingeling) R 8750 8752 8726 0 -1 4202560 1858920 1260 0 0 489809 322 0 0 25 0 9 0 722659621 12559020032 3027363 33554432000 4194304 4417452 140734478753120 18446744073709551615 4262955 0 0 4096 17442 0 0 0 -1 7 0 0 0
[pid=8752/tid=8760] ppid=8750 vsize=12264668 CPUtime=4959.9 cores=0-7
/proc/8752/task/8760/stat : 8760 (plingeling) R 8750 8752 8726 0 -1 4202560 2477709 1260 0 0 495612 378 0 0 25 0 9 0 722659621 12559020032 3027363 33554432000 4194304 4417452 140734478753120 18446744073709551615 4364727 0 0 4096 17442 0 0 0 -1 6 0 0 0
[pid=8752/tid=8761] ppid=8750 vsize=12264668 CPUtime=4960.73 cores=0-7
/proc/8752/task/8761/stat : 8761 (plingeling) R 8750 8752 8726 0 -1 4202560 2676199 1260 0 0 495630 443 0 0 25 0 9 0 722659621 12559020032 3027363 33554432000 4194304 4417452 140734478753120 18446744073709551615 4364604 0 0 4096 17442 0 0 0 -1 2 0 0 0
[pid=8752/tid=8762] ppid=8750 vsize=12264668 CPUtime=4960.55 cores=0-7
/proc/8752/task/8762/stat : 8762 (plingeling) R 8750 8752 8726 0 -1 4202560 2088847 1260 0 0 495580 475 0 0 25 0 9 0 722659621 12559020032 3027363 33554432000 4194304 4417452 140734478753120 18446744073709551615 4365004 0 0 4096 17442 0 0 0 -1 4 0 0 0
[pid=8752/tid=8763] ppid=8750 vsize=12264668 CPUtime=4961.12 cores=0-7
/proc/8752/task/8763/stat : 8763 (plingeling) R 8750 8752 8726 0 -1 4202560 2917057 1260 0 0 495686 426 0 0 25 0 9 0 722659621 12559020032 3027363 33554432000 4194304 4417452 140734478753120 18446744073709551615 4364632 0 0 4096 17442 0 0 0 -1 0 0 0 0
[pid=8752/tid=8764] ppid=8750 vsize=12264668 CPUtime=4961.1 cores=0-7
/proc/8752/task/8764/stat : 8764 (plingeling) R 8750 8752 8726 0 -1 4202560 2923183 1260 0 0 495671 439 0 0 25 0 9 0 722659621 12559020032 3027363 33554432000 4194304 4417452 140734478753120 18446744073709551615 4364727 0 0 4096 17442 0 0 0 -1 3 0 0 0
[pid=8752/tid=8765] ppid=8750 vsize=12264668 CPUtime=4961.09 cores=0-7
/proc/8752/task/8765/stat : 8765 (plingeling) R 8750 8752 8726 0 -1 4202560 2492616 1260 0 0 495681 428 0 0 25 0 9 0 722659623 12559020032 3027363 33554432000 4194304 4417452 140734478753120 18446744073709551615 4364827 0 0 4096 17442 0 0 0 -1 5 0 0 0
[pid=8752/tid=8766] ppid=8750 vsize=12264668 CPUtime=4948.88 cores=0-7
/proc/8752/task/8766/stat : 8766 (plingeling) R 8750 8752 8726 0 -1 4202560 2872254 1260 0 0 494462 426 0 0 25 0 9 0 722659623 12559020032 3027363 33554432000 4194304 4417452 140734478753120 18446744073709551615 4364727 0 0 4096 17442 0 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 39615.9
Current children cumulated vsize (KiB) 12264668



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+5010.4 s]
/proc/loadavg: 8.05 8.05 8.00 10/448 8911
/proc/meminfo: memFree=20416924/32950928 swapFree=34365872/67111528
[pid=8752] ppid=8750 vsize=12264668 CPUtime=40000.2 cores=0-7
/proc/8752/stat : 8752 (plingeling) S 8750 8752 8726 0 -1 4202496 20520868 1260 0 0 3996658 3364 0 0 25 0 9 0 722659501 12559020032 3027363 33554432000 4194304 4417452 140734478753120 18446744073709551615 235606669285 0 0 4096 17442 18446744073709551615 0 0 17 7 0 0 0
/proc/8752/statm: 3066167 3027363 180 55 0 3064053 0
[pid=8752/tid=8759] ppid=8750 vsize=12264668 CPUtime=4948.72 cores=0-7
/proc/8752/task/8759/stat : 8759 (plingeling) R 8750 8752 8726 0 -1 4202560 1858920 1260 0 0 494550 322 0 0 25 0 9 0 722659621 12559020032 3027363 33554432000 4194304 4417452 140734478753120 18446744073709551615 4262999 0 0 4096 17442 0 0 0 -1 7 0 0 0
[pid=8752/tid=8760] ppid=8750 vsize=12264668 CPUtime=5008.03 cores=0-7
/proc/8752/task/8760/stat : 8760 (plingeling) R 8750 8752 8726 0 -1 4202560 2494093 1260 0 0 500423 380 0 0 25 0 9 0 722659621 12559020032 3027363 33554432000 4194304 4417452 140734478753120 18446744073709551615 4364805 0 0 4096 17442 0 0 0 -1 6 0 0 0
[pid=8752/tid=8761] ppid=8750 vsize=12264668 CPUtime=5008.86 cores=0-7
/proc/8752/task/8761/stat : 8761 (plingeling) R 8750 8752 8726 0 -1 4202560 2708967 1260 0 0 500440 446 0 0 25 0 9 0 722659621 12559020032 3027363 33554432000 4194304 4417452 140734478753120 18446744073709551615 4364727 0 0 4096 17442 0 0 0 -1 2 0 0 0
[pid=8752/tid=8762] ppid=8750 vsize=12264668 CPUtime=5008.68 cores=0-7
/proc/8752/task/8762/stat : 8762 (plingeling) R 8750 8752 8726 0 -1 4202560 2088847 1260 0 0 500393 475 0 0 25 0 9 0 722659621 12559020032 3027363 33554432000 4194304 4417452 140734478753120 18446744073709551615 4364780 0 0 4096 17442 0 0 0 -1 4 0 0 0
[pid=8752/tid=8763] ppid=8750 vsize=12264668 CPUtime=5009.26 cores=0-7
/proc/8752/task/8763/stat : 8763 (plingeling) R 8750 8752 8726 0 -1 4202560 2949825 1260 0 0 500496 430 0 0 25 0 9 0 722659621 12559020032 3027363 33554432000 4194304 4417452 140734478753120 18446744073709551615 4364727 0 0 4096 17442 0 0 0 -1 0 0 0 0
[pid=8752/tid=8764] ppid=8750 vsize=12264668 CPUtime=5009.24 cores=0-7
/proc/8752/task/8764/stat : 8764 (plingeling) R 8750 8752 8726 0 -1 4202560 2955951 1260 0 0 500480 444 0 0 25 0 9 0 722659621 12559020032 3027363 33554432000 4194304 4417452 140734478753120 18446744073709551615 4364817 0 0 4096 17442 0 0 0 -1 3 0 0 0
[pid=8752/tid=8765] ppid=8750 vsize=12264668 CPUtime=5009.22 cores=0-7
/proc/8752/task/8765/stat : 8765 (plingeling) R 8750 8752 8726 0 -1 4202560 2525384 1260 0 0 500491 431 0 0 25 0 9 0 722659623 12559020032 3027363 33554432000 4194304 4417452 140734478753120 18446744073709551615 4364727 0 0 4096 17442 0 0 0 -1 5 0 0 0
[pid=8752/tid=8766] ppid=8750 vsize=12264668 CPUtime=4997.01 cores=0-7
/proc/8752/task/8766/stat : 8766 (plingeling) R 8750 8752 8726 0 -1 4202560 2872254 1260 0 0 499275 426 0 0 25 0 9 0 722659623 12559020032 3027363 33554432000 4194304 4417452 140734478753120 18446744073709551615 4364629 0 0 4096 17442 0 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 40000.2
Current children cumulated vsize (KiB) 12264668

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

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

[startup+5010.6 s]
/proc/loadavg: 8.05 8.05 8.00 10/448 8911
/proc/meminfo: memFree=20416924/32950928 swapFree=34365872/67111528
[pid=8752] ppid=8750 vsize=0 CPUtime=40000.5 cores=0-7
/proc/8752/stat : 8752 (plingeling) Z 8750 8752 8726 0 -1 4203548 20520868 1260 0 0 3996667 3381 0 0 18 0 2 0 722659501 0 0 33554432000 0 0 0 0 0 0 0 4096 0 18446744073709551615 0 0 17 7 0 0 0
/proc/8752/statm: 0 0 0 0 0 0 0
[pid=8752/tid=8759] ppid=8750 vsize=0 CPUtime=4948.88 cores=0-7
/proc/8752/task/8759/stat : 8759 (plingeling) R 8750 8752 8726 0 -1 4203588 1858920 1260 0 0 494550 338 0 0 25 0 2 0 722659621 0 0 33554432000 0 0 0 0 0 0 0 4096 0 18446744073709551615 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 40000.5
Current children cumulated vsize (KiB) 0

[startup+5010.8 s]
/proc/loadavg: 8.05 8.05 8.00 10/448 8911
/proc/meminfo: memFree=20416924/32950928 swapFree=34365872/67111528
[pid=8752] ppid=8750 vsize=0 CPUtime=40000.7 cores=0-7
/proc/8752/stat : 8752 (plingeling) Z 8750 8752 8726 0 -1 4203548 20520868 1260 0 0 3996667 3401 0 0 18 0 2 0 722659501 0 0 33554432000 0 0 0 0 0 0 0 4096 0 18446744073709551615 0 0 17 7 0 0 0
/proc/8752/statm: 0 0 0 0 0 0 0
[pid=8752/tid=8759] ppid=8750 vsize=0 CPUtime=4949.08 cores=0-7
/proc/8752/task/8759/stat : 8759 (plingeling) R 8750 8752 8726 0 -1 4203588 1858920 1260 0 0 494550 358 0 0 25 0 2 0 722659621 0 0 33554432000 0 0 0 0 0 0 0 4096 0 18446744073709551615 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 40000.7
Current children cumulated vsize (KiB) 0

Child ended because it received signal 15 (SIGTERM)
Real time (s): 5010.87
CPU time (s): 40000.8
CPU user time (s): 39966.7
CPU system time (s): 34.0808
CPU usage (%): 798.28
Max. virtual memory (cumulated for all children) (KiB): 12411532

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 39966.7
system time used= 34.0808
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 20522128
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= 672
involuntary context switches= 193238

runsolver used 20.2699 second user time and 52.499 second system time

The end

Launcher Data

Begin job on node120 at 2011-05-23 02:30:07
IDJOB=3395022
IDBENCH=88219
IDSOLVER=1851
FILE ID=node120/3395022-1306110607
RUNJOBID= node120-1306110607-8740
PBS_JOBID= 13388051
Free space on /tmp= 73340 MiB

SOLVER NAME= Plingeling 587f (fixed)
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-3395022-1306110607/watcher-3395022-1306110607 -o /tmp/evaluation-result-3395022-1306110607/solver-3395022-1306110607 -C 40000 -W 5100 -M 31000  plingeling -t 8 HOME/instance-3395022-1306110607.cnf

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

MD5SUM BENCH= 76c30bc0971bc865c2b988ddaca89385
RANDOM SEED=187501145

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

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

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

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


/proc/meminfo:
MemTotal:     32950928 kB
MemFree:      32552236 kB
Buffers:         42372 kB
Cached:         106888 kB
SwapCached:      13028 kB
Active:         101352 kB
Inactive:        67032 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32950928 kB
LowFree:      32552236 kB
SwapTotal:    67111528 kB
SwapFree:     34365872 kB
Dirty:           12476 kB
Writeback:          28 kB
AnonPages:       14764 kB
Mapped:           8576 kB
Slab:            67380 kB
PageTables:      91296 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83586992 kB
Committed_AS: 105368824 kB
VmallocTotal: 34359738367 kB
VmallocUsed:    296008 kB
VmallocChunk: 34359440975 kB
HugePages_Total:     0
HugePages_Free:      0
HugePages_Rsvd:      0
Hugepagesize:     2048 kB

Free space on /tmp at the end= 73340 MiB
End job on node120 at 2011-05-23 03:53:40