Trace number 3291691

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.45 1203.8

General information on the benchmark

NameSAT03/industrial/schuppan/l2s/
dme-03-1-k247-unsat.shuffled-as.sat03-407.cnf
MD5SUM3fef216b3efe77c0f10ea0e0be664a94
Bench CategoryAPPLICATION (applications instances)
Best result obtained on this benchmark
Best CPU time to get the best result obtained on this benchmark
Satisfiable
(Un)Satisfiability was proved
Number of variables261352
Number of clauses773077
Sum of the clauses size1985588
Maximum clause length248
Minimum clause length1
Number of clauses of size 11592
Number of clauses of size 2357488
Number of clauses of size 3413748
Number of clauses of size 40
Number of clauses of size 50
Number of clauses of size over 5249

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-3291691-1304102113/watcher-3291691-1304102113 -o /tmp/evaluation-result-3291691-1304102113/solver-3291691-1304102113 -C 4800 -W 1300 -M 15500 plingeling -t 4 HOME/instance-3291691-1304102113.cnf 

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

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


[startup+0 s]
/proc/loadavg: 3.75 6.37 7.36 2/174 1547
/proc/meminfo: memFree=22104932/32950928 swapFree=67111524/67111528
[pid=1547] ppid=1545 vsize=8728 CPUtime=0 cores=1,3,5,7
/proc/1547/stat : 1547 (plingeling) S 1545 1547 1515 0 -1 4202496 216 0 0 0 0 0 0 0 23 0 1 0 521810202 8937472 146 33554432000 4194304 4417332 140735571580960 18446744073709551615 268272688896 0 0 4096 0 18446744071562362840 0 0 17 1 0 0 0
/proc/1547/statm: 2182 146 122 55 0 68 0

[startup+0.0229891 s]
/proc/loadavg: 3.75 6.37 7.36 2/174 1547
/proc/meminfo: memFree=22104932/32950928 swapFree=67111524/67111528
[pid=1547] ppid=1545 vsize=8728 CPUtime=0 cores=1,3,5,7
/proc/1547/stat : 1547 (plingeling) S 1545 1547 1515 0 -1 4202496 216 0 0 0 0 0 0 0 23 0 1 0 521810202 8937472 146 33554432000 4194304 4417332 140735571580960 18446744073709551615 268272688896 0 0 4096 0 18446744071562362840 0 0 17 1 0 0 0
/proc/1547/statm: 2182 146 122 55 0 68 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 8728

[startup+0.101041 s]
/proc/loadavg: 3.75 6.37 7.36 2/174 1547
/proc/meminfo: memFree=22104932/32950928 swapFree=67111524/67111528
[pid=1547] ppid=1545 vsize=36932 CPUtime=0.03 cores=1,3,5,7
/proc/1547/stat : 1547 (plingeling) R 1545 1547 1515 0 -1 4202496 7347 1256 0 4 3 0 0 0 23 0 1 0 521810202 37818368 7256 33554432000 4194304 4417332 140735571580960 18446744073709551615 4231321 0 0 4096 17442 0 0 0 17 1 0 0 0
/proc/1547/statm: 9233 7256 148 55 0 7119 0
Current children cumulated CPU time (s) 0.03
Current children cumulated vsize (KiB) 36932

[startup+0.300946 s]
/proc/loadavg: 3.75 6.37 7.36 2/174 1547
/proc/meminfo: memFree=22104932/32950928 swapFree=67111524/67111528
[pid=1547] ppid=1545 vsize=66128 CPUtime=0.23 cores=1,3,5,7
/proc/1547/stat : 1547 (plingeling) R 1545 1547 1515 0 -1 4202496 14647 1256 0 4 22 1 0 0 23 0 1 0 521810202 67715072 14555 33554432000 4194304 4417332 140735571580960 18446744073709551615 268272688896 0 0 4096 17442 0 0 0 17 1 0 0 0
/proc/1547/statm: 16532 14555 148 55 0 14418 0
Current children cumulated CPU time (s) 0.23
Current children cumulated vsize (KiB) 66128

[startup+0.700873 s]
/proc/loadavg: 3.75 6.37 7.36 2/174 1547
/proc/meminfo: memFree=22104932/32950928 swapFree=67111524/67111528
[pid=1547] ppid=1545 vsize=103772 CPUtime=0.63 cores=1,3,5,7
/proc/1547/stat : 1547 (plingeling) R 1545 1547 1515 0 -1 4202496 24058 1256 0 4 61 2 0 0 25 0 1 0 521810202 106262528 23966 33554432000 4194304 4417332 140735571580960 18446744073709551615 4231321 0 0 4096 17442 0 0 0 17 1 0 0 0
/proc/1547/statm: 25943 23966 148 55 0 23829 0
Current children cumulated CPU time (s) 0.63
Current children cumulated vsize (KiB) 103772

[startup+1.50073 s]
/proc/loadavg: 3.75 6.37 7.36 3/178 1564
/proc/meminfo: memFree=21906936/32950928 swapFree=67111524/67111528
[pid=1547] ppid=1545 vsize=152924 CPUtime=1.43 cores=1,3,5,7
/proc/1547/stat : 1547 (plingeling) R 1545 1547 1515 0 -1 4202496 36346 1256 0 4 140 3 0 0 25 0 1 0 521810202 156594176 36254 33554432000 4194304 4417332 140735571580960 18446744073709551615 4262041 0 0 4096 17442 0 0 0 17 1 0 0 0
/proc/1547/statm: 38231 36254 148 55 0 36117 0
Current children cumulated CPU time (s) 1.43
Current children cumulated vsize (KiB) 152924

[startup+3.10045 s]
/proc/loadavg: 3.61 6.29 7.33 3/178 1564
/proc/meminfo: memFree=21756032/32950928 swapFree=67111524/67111528
[pid=1547] ppid=1545 vsize=355828 CPUtime=4.38 cores=1,3,5,7
/proc/1547/stat : 1547 (plingeling) S 1545 1547 1515 0 -1 4202496 78877 1256 0 4 428 10 0 0 25 0 5 0 521810202 364367872 64221 33554432000 4194304 4417332 140735571580960 18446744073709551615 268284491749 0 0 4096 17442 18446744073709551615 0 0 17 3 0 0 0
/proc/1547/statm: 88957 64221 166 55 0 86843 0
Current children cumulated CPU time (s) 4.38
Current children cumulated vsize (KiB) 355828

[startup+6.30088 s]
/proc/loadavg: 3.61 6.29 7.33 6/182 1568
/proc/meminfo: memFree=21532828/32950928 swapFree=67111524/67111528
[pid=1547] ppid=1545 vsize=332540 CPUtime=17.16 cores=1,3,5,7
/proc/1547/stat : 1547 (plingeling) S 1545 1547 1515 0 -1 4202496 107755 1256 0 4 1702 14 0 0 25 0 5 0 521810202 340520960 61890 33554432000 4194304 4417332 140735571580960 18446744073709551615 268284491749 0 0 4096 17442 18446744073709551615 0 0 17 3 0 0 0
/proc/1547/statm: 83135 61890 174 55 0 81021 0
[pid=1547/tid=1565] ppid=1545 vsize=332540 CPUtime=3.64 cores=1,3,5,7
/proc/1547/task/1565/stat : 1565 (plingeling) R 1545 1547 1515 0 -1 4202560 15737 1256 0 4 362 2 0 0 25 0 5 0 521810467 340520960 61890 33554432000 4194304 4417332 140735571580960 18446744073709551615 4295187 0 0 4096 17442 0 0 0 -1 1 0 0 0
[pid=1547/tid=1566] ppid=1545 vsize=332540 CPUtime=3.64 cores=1,3,5,7
/proc/1547/task/1566/stat : 1566 (plingeling) R 1545 1547 1515 0 -1 4202560 17508 1256 0 4 362 2 0 0 25 0 5 0 521810467 340520960 61890 33554432000 4194304 4417332 140735571580960 18446744073709551615 4295187 0 0 4096 17442 0 0 0 -1 5 0 0 0
[pid=1547/tid=1567] ppid=1545 vsize=332540 CPUtime=3.63 cores=1,3,5,7
/proc/1547/task/1567/stat : 1567 (plingeling) R 1545 1547 1515 0 -1 4202560 17130 1256 0 4 360 3 0 0 25 0 5 0 521810467 340520960 61890 33554432000 4194304 4417332 140735571580960 18446744073709551615 4301960 0 0 4096 17442 0 0 0 -1 7 0 0 0
[pid=1547/tid=1568] ppid=1545 vsize=332540 CPUtime=3.64 cores=1,3,5,7
/proc/1547/task/1568/stat : 1568 (plingeling) R 1545 1547 1515 0 -1 4202560 4605 1256 0 4 364 0 0 0 25 0 5 0 521810467 340520960 61890 33554432000 4194304 4417332 140735571580960 18446744073709551615 4265429 0 0 4096 17442 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 17.16
Current children cumulated vsize (KiB) 332540

[startup+12.7007 s]
/proc/loadavg: 4.28 6.35 7.34 9/186 1573
/proc/meminfo: memFree=21331468/32950928 swapFree=67111524/67111528
[pid=1547] ppid=1545 vsize=375492 CPUtime=42.72 cores=1,3,5,7
/proc/1547/stat : 1547 (plingeling) S 1545 1547 1515 0 -1 4202496 140031 1256 0 4 4254 18 0 0 25 0 5 0 521810202 384503808 70076 33554432000 4194304 4417332 140735571580960 18446744073709551615 268284491749 0 0 4096 17442 18446744073709551615 0 0 17 3 0 0 0
/proc/1547/statm: 93873 70076 181 55 0 91759 0
[pid=1547/tid=1565] ppid=1545 vsize=375492 CPUtime=10.04 cores=1,3,5,7
/proc/1547/task/1565/stat : 1565 (plingeling) R 1545 1547 1515 0 -1 4202560 24391 1256 0 4 1001 3 0 0 25 0 5 0 521810467 384503808 70076 33554432000 4194304 4417332 140735571580960 18446744073709551615 4252379 0 0 4096 17442 0 0 0 -1 1 0 0 0
[pid=1547/tid=1566] ppid=1545 vsize=375492 CPUtime=10.04 cores=1,3,5,7
/proc/1547/task/1566/stat : 1566 (plingeling) R 1545 1547 1515 0 -1 4202560 28866 1256 0 4 1000 4 0 0 25 0 5 0 521810467 384503808 70076 33554432000 4194304 4417332 140735571580960 18446744073709551615 4252475 0 0 4096 17442 0 0 0 -1 5 0 0 0
[pid=1547/tid=1567] ppid=1545 vsize=375492 CPUtime=9.98 cores=1,3,5,7
/proc/1547/task/1567/stat : 1567 (plingeling) R 1545 1547 1515 0 -1 4202560 29392 1256 0 4 994 4 0 0 25 0 5 0 521810467 384503808 70076 33554432000 4194304 4417332 140735571580960 18446744073709551615 4378083 0 0 4096 17442 0 0 0 -1 7 0 0 0
[pid=1547/tid=1568] ppid=1545 vsize=375492 CPUtime=10.03 cores=1,3,5,7
/proc/1547/task/1568/stat : 1568 (plingeling) R 1545 1547 1515 0 -1 4202560 4607 1256 0 4 1003 0 0 0 25 0 5 0 521810467 384503808 70076 33554432000 4194304 4417332 140735571580960 18446744073709551615 4232670 0 0 4096 17442 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 42.72
Current children cumulated vsize (KiB) 375492

[startup+25.5005 s]
/proc/loadavg: 4.85 6.40 7.34 9/186 1573
/proc/meminfo: memFree=21345644/32950928 swapFree=67111524/67111528
[pid=1547] ppid=1545 vsize=331348 CPUtime=93.85 cores=1,3,5,7
/proc/1547/stat : 1547 (plingeling) S 1545 1547 1515 0 -1 4202496 142808 1256 0 4 9366 19 0 0 25 0 5 0 521810202 339300352 60068 33554432000 4194304 4417332 140735571580960 18446744073709551615 268284491749 0 0 4096 17442 18446744073709551615 0 0 17 3 0 0 0
/proc/1547/statm: 82837 60068 181 55 0 80723 0
[pid=1547/tid=1565] ppid=1545 vsize=331348 CPUtime=22.84 cores=1,3,5,7
/proc/1547/task/1565/stat : 1565 (plingeling) R 1545 1547 1515 0 -1 4202560 25451 1256 0 4 2281 3 0 0 25 0 5 0 521810467 339300352 60068 33554432000 4194304 4417332 140735571580960 18446744073709551615 4254990 0 0 4096 17442 0 0 0 -1 1 0 0 0
[pid=1547/tid=1566] ppid=1545 vsize=331348 CPUtime=22.84 cores=1,3,5,7
/proc/1547/task/1566/stat : 1566 (plingeling) R 1545 1547 1515 0 -1 4202560 30583 1256 0 4 2280 4 0 0 25 0 5 0 521810467 339300352 60068 33554432000 4194304 4417332 140735571580960 18446744073709551615 4364465 0 0 4096 17442 0 0 0 -1 5 0 0 0
[pid=1547/tid=1567] ppid=1545 vsize=331348 CPUtime=22.71 cores=1,3,5,7
/proc/1547/task/1567/stat : 1567 (plingeling) R 1545 1547 1515 0 -1 4202560 29392 1256 0 4 2267 4 0 0 25 0 5 0 521810467 339300352 60068 33554432000 4194304 4417332 140735571580960 18446744073709551615 4281949 0 0 4096 17442 0 0 0 -1 7 0 0 0
[pid=1547/tid=1568] ppid=1545 vsize=331348 CPUtime=22.83 cores=1,3,5,7
/proc/1547/task/1568/stat : 1568 (plingeling) R 1545 1547 1515 0 -1 4202560 4607 1256 0 4 2283 0 0 0 25 0 5 0 521810467 339300352 60068 33554432000 4194304 4417332 140735571580960 18446744073709551615 4237290 0 0 4096 17442 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 93.85
Current children cumulated vsize (KiB) 331348

[startup+51.1009 s]
/proc/loadavg: 5.93 6.53 7.36 9/186 1573
/proc/meminfo: memFree=21446188/32950928 swapFree=67111524/67111528
[pid=1547] ppid=1545 vsize=328152 CPUtime=196.11 cores=1,3,5,7
/proc/1547/stat : 1547 (plingeling) S 1545 1547 1515 0 -1 4202496 145486 1256 0 4 19591 20 0 0 25 0 5 0 521810202 336027648 61317 33554432000 4194304 4417332 140735571580960 18446744073709551615 268284491749 0 0 4096 17442 18446744073709551615 0 0 17 3 0 0 0
/proc/1547/statm: 82038 61317 181 55 0 79924 0
[pid=1547/tid=1565] ppid=1545 vsize=328152 CPUtime=48.43 cores=1,3,5,7
/proc/1547/task/1565/stat : 1565 (plingeling) R 1545 1547 1515 0 -1 4202560 27554 1256 0 4 4840 3 0 0 25 0 5 0 521810467 336027648 61317 33554432000 4194304 4417332 140735571580960 18446744073709551615 4232654 0 0 4096 17442 0 0 0 -1 1 0 0 0
[pid=1547/tid=1566] ppid=1545 vsize=328152 CPUtime=48.44 cores=1,3,5,7
/proc/1547/task/1566/stat : 1566 (plingeling) R 1545 1547 1515 0 -1 4202560 31104 1256 0 4 4840 4 0 0 25 0 5 0 521810467 336027648 61317 33554432000 4194304 4417332 140735571580960 18446744073709551615 4277559 0 0 4096 17442 0 0 0 -1 5 0 0 0
[pid=1547/tid=1567] ppid=1545 vsize=328152 CPUtime=48.17 cores=1,3,5,7
/proc/1547/task/1567/stat : 1567 (plingeling) R 1545 1547 1515 0 -1 4202560 29446 1256 0 4 4813 4 0 0 25 0 5 0 521810467 336027648 61317 33554432000 4194304 4417332 140735571580960 18446744073709551615 4364482 0 0 4096 17442 0 0 0 -1 7 0 0 0
[pid=1547/tid=1568] ppid=1545 vsize=328152 CPUtime=48.44 cores=1,3,5,7
/proc/1547/task/1568/stat : 1568 (plingeling) R 1545 1547 1515 0 -1 4202560 4607 1256 0 4 4844 0 0 0 25 0 5 0 521810467 336027648 61317 33554432000 4194304 4417332 140735571580960 18446744073709551615 4232654 0 0 4096 17442 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 196.11
Current children cumulated vsize (KiB) 328152

[startup+102.307 s]
/proc/loadavg: 7.27 6.81 7.40 9/186 1575
/proc/meminfo: memFree=21447564/32950928 swapFree=67111524/67111528
[pid=1547] ppid=1545 vsize=355060 CPUtime=400.65 cores=1,3,5,7
/proc/1547/stat : 1547 (plingeling) S 1545 1547 1515 0 -1 4202496 160801 1256 0 4 40044 21 0 0 25 0 5 0 521810202 363581440 68050 33554432000 4194304 4417332 140735571580960 18446744073709551615 268284491749 0 0 4096 17442 18446744073709551615 0 0 17 3 0 0 0
/proc/1547/statm: 88765 68050 181 55 0 86651 0
[pid=1547/tid=1565] ppid=1545 vsize=355060 CPUtime=99.63 cores=1,3,5,7
/proc/1547/task/1565/stat : 1565 (plingeling) R 1545 1547 1515 0 -1 4202560 27611 1256 0 4 9960 3 0 0 25 0 5 0 521810467 363581440 68050 33554432000 4194304 4417332 140735571580960 18446744073709551615 4364465 0 0 4096 17442 0 0 0 -1 1 0 0 0
[pid=1547/tid=1566] ppid=1545 vsize=355060 CPUtime=99.64 cores=1,3,5,7
/proc/1547/task/1566/stat : 1566 (plingeling) R 1545 1547 1515 0 -1 4202560 33047 1256 0 4 9960 4 0 0 25 0 5 0 521810467 363581440 68050 33554432000 4194304 4417332 140735571580960 18446744073709551615 4250977 0 0 4096 17442 0 0 0 -1 5 0 0 0
[pid=1547/tid=1567] ppid=1545 vsize=355060 CPUtime=99.1 cores=1,3,5,7
/proc/1547/task/1567/stat : 1567 (plingeling) R 1545 1547 1515 0 -1 4202560 39114 1256 0 4 9905 5 0 0 25 0 5 0 521810467 363581440 68050 33554432000 4194304 4417332 140735571580960 18446744073709551615 4364822 0 0 4096 17442 0 0 0 -1 7 0 0 0
[pid=1547/tid=1568] ppid=1545 vsize=355060 CPUtime=99.65 cores=1,3,5,7
/proc/1547/task/1568/stat : 1568 (plingeling) R 1545 1547 1515 0 -1 4202560 8254 1256 0 4 9964 1 0 0 25 0 5 0 521810467 363581440 68050 33554432000 4194304 4417332 140735571580960 18446744073709551615 4265429 0 0 4096 17442 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 400.65
Current children cumulated vsize (KiB) 355060

[startup+162.301 s]
/proc/loadavg: 7.81 7.03 7.45 9/186 1577
/proc/meminfo: memFree=21414900/32950928 swapFree=67111524/67111528
[pid=1547] ppid=1545 vsize=401804 CPUtime=640.31 cores=1,3,5,7
/proc/1547/stat : 1547 (plingeling) S 1545 1547 1515 0 -1 4202496 173106 1256 0 4 64008 23 0 0 25 0 5 0 521810202 411447296 79736 33554432000 4194304 4417332 140735571580960 18446744073709551615 268284491749 0 0 4096 17442 18446744073709551615 0 0 17 3 0 0 0
/proc/1547/statm: 100451 79736 181 55 0 98337 0
[pid=1547/tid=1565] ppid=1545 vsize=401804 CPUtime=159.64 cores=1,3,5,7
/proc/1547/task/1565/stat : 1565 (plingeling) R 1545 1547 1515 0 -1 4202560 31392 1256 0 4 15960 4 0 0 25 0 5 0 521810467 411447296 79736 33554432000 4194304 4417332 140735571580960 18446744073709551615 4365960 0 0 4096 17442 0 0 0 -1 1 0 0 0
[pid=1547/tid=1566] ppid=1545 vsize=401804 CPUtime=159.64 cores=1,3,5,7
/proc/1547/task/1566/stat : 1566 (plingeling) R 1545 1547 1515 0 -1 4202560 34162 1256 0 4 15960 4 0 0 25 0 5 0 521810467 411447296 79736 33554432000 4194304 4417332 140735571580960 18446744073709551615 4236655 0 0 4096 17442 0 0 0 -1 5 0 0 0
[pid=1547/tid=1567] ppid=1545 vsize=401804 CPUtime=158.78 cores=1,3,5,7
/proc/1547/task/1567/stat : 1567 (plingeling) R 1545 1547 1515 0 -1 4202560 40022 1256 0 4 15872 6 0 0 25 0 5 0 521810467 411447296 79736 33554432000 4194304 4417332 140735571580960 18446744073709551615 4364822 0 0 4096 17442 0 0 0 -1 7 0 0 0
[pid=1547/tid=1568] ppid=1545 vsize=401804 CPUtime=159.64 cores=1,3,5,7
/proc/1547/task/1568/stat : 1568 (plingeling) R 1545 1547 1515 0 -1 4202560 14755 1256 0 4 15963 1 0 0 25 0 5 0 521810467 411447296 79736 33554432000 4194304 4417332 140735571580960 18446744073709551615 4237011 0 0 4096 17442 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 640.31
Current children cumulated vsize (KiB) 401804

[startup+222.3 s]
/proc/loadavg: 7.93 7.22 7.48 9/186 1578
/proc/meminfo: memFree=21369968/32950928 swapFree=67111524/67111528
[pid=1547] ppid=1545 vsize=466428 CPUtime=879.98 cores=1,3,5,7
/proc/1547/stat : 1547 (plingeling) S 1545 1547 1515 0 -1 4202496 194740 1256 0 4 87974 24 0 0 25 0 5 0 521810202 477622272 95892 33554432000 4194304 4417332 140735571580960 18446744073709551615 268284491749 0 0 4096 17442 18446744073709551615 0 0 17 3 0 0 0
/proc/1547/statm: 116607 95892 181 55 0 114493 0
[pid=1547/tid=1565] ppid=1545 vsize=466428 CPUtime=219.64 cores=1,3,5,7
/proc/1547/task/1565/stat : 1565 (plingeling) R 1545 1547 1515 0 -1 4202560 31422 1256 0 4 21960 4 0 0 25 0 5 0 521810467 477622272 95892 33554432000 4194304 4417332 140735571580960 18446744073709551615 4364556 0 0 4096 17442 0 0 0 -1 1 0 0 0
[pid=1547/tid=1566] ppid=1545 vsize=466428 CPUtime=219.65 cores=1,3,5,7
/proc/1547/task/1566/stat : 1566 (plingeling) R 1545 1547 1515 0 -1 4202560 37418 1256 0 4 21960 5 0 0 25 0 5 0 521810467 477622272 95892 33554432000 4194304 4417332 140735571580960 18446744073709551615 4237202 0 0 4096 17442 0 0 0 -1 5 0 0 0
[pid=1547/tid=1567] ppid=1545 vsize=466428 CPUtime=218.45 cores=1,3,5,7
/proc/1547/task/1567/stat : 1567 (plingeling) R 1545 1547 1515 0 -1 4202560 42097 1256 0 4 21839 6 0 0 25 0 5 0 521810467 477622272 95892 33554432000 4194304 4417332 140735571580960 18446744073709551615 4357874 0 0 4096 17442 0 0 0 -1 7 0 0 0
[pid=1547/tid=1568] ppid=1545 vsize=466428 CPUtime=219.64 cores=1,3,5,7
/proc/1547/task/1568/stat : 1568 (plingeling) R 1545 1547 1515 0 -1 4202560 31028 1256 0 4 21961 3 0 0 25 0 5 0 521810467 477622272 95892 33554432000 4194304 4417332 140735571580960 18446744073709551615 4264968 0 0 4096 17442 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 879.98
Current children cumulated vsize (KiB) 466428

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

[pid=1547/tid=1566] ppid=1545 vsize=1490336 CPUtime=759.66 cores=1,3,5,7
/proc/1547/task/1566/stat : 1566 (plingeling) R 1545 1547 1515 0 -1 4202560 69970 1256 0 4 75957 9 0 0 25 0 5 0 521810467 1526104064 351901 33554432000 4194304 4417332 140735571580960 18446744073709551615 4346401 0 0 4096 17442 0 0 0 -1 5 0 0 0
[pid=1547/tid=1567] ppid=1545 vsize=1490336 CPUtime=758.16 cores=1,3,5,7
/proc/1547/task/1567/stat : 1567 (plingeling) R 1545 1547 1515 0 -1 4202560 87755 1256 0 4 75804 12 0 0 25 0 5 0 521810467 1526104064 351901 33554432000 4194304 4417332 140735571580960 18446744073709551615 4346401 0 0 4096 17442 0 0 0 -1 1 0 0 0
[pid=1547/tid=1568] ppid=1545 vsize=1490336 CPUtime=759.67 cores=1,3,5,7
/proc/1547/task/1568/stat : 1568 (plingeling) R 1545 1547 1515 0 -1 4202560 556827 1256 0 4 75876 91 0 0 25 0 5 0 521810467 1526104064 351901 33554432000 4194304 4417332 140735571580960 18446744073709551615 4364547 0 0 4096 17442 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 3037.1
Current children cumulated vsize (KiB) 1490336

[startup+822.301 s]
/proc/loadavg: 8.10 7.96 7.74 9/186 1630
/proc/meminfo: memFree=21287552/32950928 swapFree=67111524/67111528
[pid=1547] ppid=1545 vsize=809664 CPUtime=3276.75 cores=1,3,5,7
/proc/1547/stat : 1547 (plingeling) S 1545 1547 1515 0 -1 4202496 924857 1256 0 4 327534 141 0 0 25 0 5 0 521810202 829095936 181733 33554432000 4194304 4417332 140735571580960 18446744073709551615 268284491749 0 0 4096 17442 18446744073709551615 0 0 17 3 0 0 0
/proc/1547/statm: 202416 181733 181 55 0 200302 0
[pid=1547/tid=1565] ppid=1545 vsize=809664 CPUtime=816.66 cores=1,3,5,7
/proc/1547/task/1565/stat : 1565 (plingeling) R 1545 1547 1515 0 -1 4202560 96218 1256 0 4 81654 12 0 0 25 0 5 0 521810467 829095936 181733 33554432000 4194304 4417332 140735571580960 18446744073709551615 4366384 0 0 4096 17442 0 0 0 -1 7 0 0 0
[pid=1547/tid=1566] ppid=1545 vsize=809664 CPUtime=819.65 cores=1,3,5,7
/proc/1547/task/1566/stat : 1566 (plingeling) R 1545 1547 1515 0 -1 4202560 74443 1256 0 4 81956 9 0 0 25 0 5 0 521810467 829095936 181733 33554432000 4194304 4417332 140735571580960 18446744073709551615 4364742 0 0 4096 17442 0 0 0 -1 5 0 0 0
[pid=1547/tid=1567] ppid=1545 vsize=809664 CPUtime=818.16 cores=1,3,5,7
/proc/1547/task/1567/stat : 1567 (plingeling) R 1545 1547 1515 0 -1 4202560 123235 1256 0 4 81799 17 0 0 25 0 5 0 521810467 829095936 181733 33554432000 4194304 4417332 140735571580960 18446744073709551615 4353461 0 0 4096 17442 0 0 0 -1 1 0 0 0
[pid=1547/tid=1568] ppid=1545 vsize=809664 CPUtime=819.66 cores=1,3,5,7
/proc/1547/task/1568/stat : 1568 (plingeling) R 1545 1547 1515 0 -1 4202560 578186 1256 0 4 81870 96 0 0 25 0 5 0 521810467 829095936 181733 33554432000 4194304 4417332 140735571580960 18446744073709551615 4358020 0 0 4096 17442 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 3276.75
Current children cumulated vsize (KiB) 809664

[startup+882.301 s]
/proc/loadavg: 8.20 8.01 7.77 9/186 1632
/proc/meminfo: memFree=20901600/32950928 swapFree=67111524/67111528
[pid=1547] ppid=1545 vsize=1113420 CPUtime=3516.43 cores=1,3,5,7
/proc/1547/stat : 1547 (plingeling) S 1545 1547 1515 0 -1 4202496 1009109 1256 0 4 351493 150 0 0 25 0 5 0 521810202 1140142080 257672 33554432000 4194304 4417332 140735571580960 18446744073709551615 268284491749 0 0 4096 17442 18446744073709551615 0 0 17 3 0 0 0
/proc/1547/statm: 278355 257672 181 55 0 276241 0
[pid=1547/tid=1565] ppid=1545 vsize=1113420 CPUtime=876.33 cores=1,3,5,7
/proc/1547/task/1565/stat : 1565 (plingeling) R 1545 1547 1515 0 -1 4202560 109770 1256 0 4 87620 13 0 0 25 0 5 0 521810467 1140142080 257672 33554432000 4194304 4417332 140735571580960 18446744073709551615 4364599 0 0 4096 17442 0 0 0 -1 7 0 0 0
[pid=1547/tid=1566] ppid=1545 vsize=1113420 CPUtime=879.65 cores=1,3,5,7
/proc/1547/task/1566/stat : 1566 (plingeling) R 1545 1547 1515 0 -1 4202560 77222 1256 0 4 87956 9 0 0 25 0 5 0 521810467 1140142080 257672 33554432000 4194304 4417332 140735571580960 18446744073709551615 4364642 0 0 4096 17442 0 0 0 -1 5 0 0 0
[pid=1547/tid=1567] ppid=1545 vsize=1113420 CPUtime=878.16 cores=1,3,5,7
/proc/1547/task/1567/stat : 1567 (plingeling) R 1545 1547 1515 0 -1 4202560 143853 1256 0 4 87797 19 0 0 25 0 5 0 521810467 1140142080 257672 33554432000 4194304 4417332 140735571580960 18446744073709551615 4275892 0 0 4096 17442 0 0 0 -1 1 0 0 0
[pid=1547/tid=1568] ppid=1545 vsize=1113420 CPUtime=879.66 cores=1,3,5,7
/proc/1547/task/1568/stat : 1568 (plingeling) R 1545 1547 1515 0 -1 4202560 625489 1256 0 4 87865 101 0 0 25 0 5 0 521810467 1140142080 257672 33554432000 4194304 4417332 140735571580960 18446744073709551615 4364642 0 0 4096 17442 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 3516.43
Current children cumulated vsize (KiB) 1113420

[startup+942.3 s]
/proc/loadavg: 8.21 8.04 7.79 9/186 1633
/proc/meminfo: memFree=20726952/32950928 swapFree=67111524/67111528
[pid=1547] ppid=1545 vsize=1308588 CPUtime=3756.11 cores=1,3,5,7
/proc/1547/stat : 1547 (plingeling) S 1545 1547 1515 0 -1 4202496 1058503 1256 0 4 375453 158 0 0 25 0 5 0 521810202 1339994112 302943 33554432000 4194304 4417332 140735571580960 18446744073709551615 268284491749 0 0 4096 17442 18446744073709551615 0 0 17 3 0 0 0
/proc/1547/statm: 327147 302943 181 55 0 325033 0
[pid=1547/tid=1565] ppid=1545 vsize=1308588 CPUtime=936.01 cores=1,3,5,7
/proc/1547/task/1565/stat : 1565 (plingeling) R 1545 1547 1515 0 -1 4202560 109797 1256 0 4 93588 13 0 0 25 0 5 0 521810467 1339994112 302943 33554432000 4194304 4417332 140735571580960 18446744073709551615 4364565 0 0 4096 17442 0 0 0 -1 7 0 0 0
[pid=1547/tid=1566] ppid=1545 vsize=1308588 CPUtime=939.66 cores=1,3,5,7
/proc/1547/task/1566/stat : 1566 (plingeling) R 1545 1547 1515 0 -1 4202560 81691 1256 0 4 93956 10 0 0 25 0 5 0 521810467 1339994112 302943 33554432000 4194304 4417332 140735571580960 18446744073709551615 4364509 0 0 4096 17442 0 0 0 -1 5 0 0 0
[pid=1547/tid=1567] ppid=1545 vsize=1308588 CPUtime=938.17 cores=1,3,5,7
/proc/1547/task/1567/stat : 1567 (plingeling) R 1545 1547 1515 0 -1 4202560 156819 1256 0 4 93795 22 0 0 25 0 5 0 521810467 1339994112 302943 33554432000 4194304 4417332 140735571580960 18446744073709551615 4250651 0 0 4096 17442 0 0 0 -1 1 0 0 0
[pid=1547/tid=1568] ppid=1545 vsize=1308588 CPUtime=939.66 cores=1,3,5,7
/proc/1547/task/1568/stat : 1568 (plingeling) R 1545 1547 1515 0 -1 4202560 657421 1256 0 4 93860 106 0 0 25 0 5 0 521810467 1339994112 302943 33554432000 4194304 4417332 140735571580960 18446744073709551615 4356899 0 0 4096 17442 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 3756.11
Current children cumulated vsize (KiB) 1308588

[startup+1002.3 s]
/proc/loadavg: 8.18 8.06 7.82 10/186 1635
/proc/meminfo: memFree=20514620/32950928 swapFree=67111524/67111528
[pid=1547] ppid=1545 vsize=1461916 CPUtime=3995.79 cores=1,3,5,7
/proc/1547/stat : 1547 (plingeling) S 1545 1547 1515 0 -1 4202496 1151023 1256 0 4 399405 174 0 0 25 0 5 0 521810202 1497001984 341275 33554432000 4194304 4417332 140735571580960 18446744073709551615 268284491749 0 0 4096 17442 18446744073709551615 0 0 17 3 0 0 0
/proc/1547/statm: 365479 341275 181 55 0 363365 0
[pid=1547/tid=1565] ppid=1545 vsize=1461916 CPUtime=995.68 cores=1,3,5,7
/proc/1547/task/1565/stat : 1565 (plingeling) R 1545 1547 1515 0 -1 4202560 109797 1256 0 4 99555 13 0 0 25 0 5 0 521810467 1497001984 341275 33554432000 4194304 4417332 140735571580960 18446744073709551615 4364642 0 0 4096 17442 0 0 0 -1 7 0 0 0
[pid=1547/tid=1566] ppid=1545 vsize=1461916 CPUtime=999.66 cores=1,3,5,7
/proc/1547/task/1566/stat : 1566 (plingeling) R 1545 1547 1515 0 -1 4202560 85816 1256 0 4 99956 10 0 0 25 0 5 0 521810467 1497001984 341275 33554432000 4194304 4417332 140735571580960 18446744073709551615 4364822 0 0 4096 17442 0 0 0 -1 5 0 0 0
[pid=1547/tid=1567] ppid=1545 vsize=1461916 CPUtime=998.17 cores=1,3,5,7
/proc/1547/task/1567/stat : 1567 (plingeling) R 1545 1547 1515 0 -1 4202560 166786 1256 0 4 99793 24 0 0 25 0 5 0 521810467 1497001984 341275 33554432000 4194304 4417332 140735571580960 18446744073709551615 4364494 0 0 4096 17442 0 0 0 -1 1 0 0 0
[pid=1547/tid=1568] ppid=1545 vsize=1461916 CPUtime=999.66 cores=1,3,5,7
/proc/1547/task/1568/stat : 1568 (plingeling) R 1545 1547 1515 0 -1 4202560 735849 1256 0 4 99847 119 0 0 25 0 5 0 521810467 1497001984 341275 33554432000 4194304 4417332 140735571580960 18446744073709551615 4364796 0 0 4096 17442 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 3995.79
Current children cumulated vsize (KiB) 1461916

[startup+1062.3 s]
/proc/loadavg: 8.19 8.08 7.83 10/186 1637
/proc/meminfo: memFree=20222788/32950928 swapFree=67111524/67111528
[pid=1547] ppid=1545 vsize=1681252 CPUtime=4235.47 cores=1,3,5,7
/proc/1547/stat : 1547 (plingeling) S 1545 1547 1515 0 -1 4202496 1207008 1256 0 4 423366 181 0 0 25 0 5 0 521810202 1721602048 396109 33554432000 4194304 4417332 140735571580960 18446744073709551615 268284491749 0 0 4096 17442 18446744073709551615 0 0 17 3 0 0 0
/proc/1547/statm: 420313 396109 181 55 0 418199 0
[pid=1547/tid=1565] ppid=1545 vsize=1681252 CPUtime=1055.36 cores=1,3,5,7
/proc/1547/task/1565/stat : 1565 (plingeling) R 1545 1547 1515 0 -1 4202560 109797 1256 0 4 105523 13 0 0 25 0 5 0 521810467 1721602048 396109 33554432000 4194304 4417332 140735571580960 18446744073709551615 4236778 0 0 4096 17442 0 0 0 -1 7 0 0 0
[pid=1547/tid=1566] ppid=1545 vsize=1681252 CPUtime=1059.66 cores=1,3,5,7
/proc/1547/task/1566/stat : 1566 (plingeling) R 1545 1547 1515 0 -1 4202560 86188 1256 0 4 105956 10 0 0 25 0 5 0 521810467 1721602048 396109 33554432000 4194304 4417332 140735571580960 18446744073709551615 4364565 0 0 4096 17442 0 0 0 -1 5 0 0 0
[pid=1547/tid=1567] ppid=1545 vsize=1681252 CPUtime=1058.17 cores=1,3,5,7
/proc/1547/task/1567/stat : 1567 (plingeling) R 1545 1547 1515 0 -1 4202560 171833 1256 0 4 105792 25 0 0 25 0 5 0 521810467 1721602048 396109 33554432000 4194304 4417332 140735571580960 18446744073709551615 4364519 0 0 4096 17442 0 0 0 -1 1 0 0 0
[pid=1547/tid=1568] ppid=1545 vsize=1681252 CPUtime=1059.67 cores=1,3,5,7
/proc/1547/task/1568/stat : 1568 (plingeling) R 1545 1547 1515 0 -1 4202560 786415 1256 0 4 105841 126 0 0 25 0 5 0 521810467 1721602048 396109 33554432000 4194304 4417332 140735571580960 18446744073709551615 4236778 0 0 4096 17442 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 4235.47
Current children cumulated vsize (KiB) 1681252

[startup+1122.3 s]
/proc/loadavg: 8.16 8.09 7.85 9/186 1638
/proc/meminfo: memFree=19830160/32950928 swapFree=67111524/67111528
[pid=1547] ppid=1545 vsize=1982124 CPUtime=4475.14 cores=1,3,5,7
/proc/1547/stat : 1547 (plingeling) S 1545 1547 1515 0 -1 4202496 1358423 1256 0 4 447306 208 0 0 25 0 5 0 521810202 2029694976 474848 33554432000 4194304 4417332 140735571580960 18446744073709551615 268284491749 0 0 4096 17442 18446744073709551615 0 0 17 3 0 0 0
/proc/1547/statm: 495531 474848 181 55 0 493417 0
[pid=1547/tid=1565] ppid=1545 vsize=1982124 CPUtime=1115.03 cores=1,3,5,7
/proc/1547/task/1565/stat : 1565 (plingeling) R 1545 1547 1515 0 -1 4202560 118569 1256 0 4 111489 14 0 0 25 0 5 0 521810467 2029694976 474848 33554432000 4194304 4417332 140735571580960 18446744073709551615 4265387 0 0 4096 17442 0 0 0 -1 7 0 0 0
[pid=1547/tid=1566] ppid=1545 vsize=1982124 CPUtime=1119.66 cores=1,3,5,7
/proc/1547/task/1566/stat : 1566 (plingeling) R 1545 1547 1515 0 -1 4202560 88522 1256 0 4 111955 11 0 0 25 0 5 0 521810467 2029694976 474848 33554432000 4194304 4417332 140735571580960 18446744073709551615 4364470 0 0 4096 17442 0 0 0 -1 5 0 0 0
[pid=1547/tid=1567] ppid=1545 vsize=1982124 CPUtime=1118.16 cores=1,3,5,7
/proc/1547/task/1567/stat : 1567 (plingeling) R 1545 1547 1515 0 -1 4202560 204490 1256 0 4 111787 29 0 0 25 0 5 0 521810467 2029694976 474848 33554432000 4194304 4417332 140735571580960 18446744073709551615 4366303 0 0 4096 17442 0 0 0 -1 1 0 0 0
[pid=1547/tid=1568] ppid=1545 vsize=1982124 CPUtime=1119.66 cores=1,3,5,7
/proc/1547/task/1568/stat : 1568 (plingeling) R 1545 1547 1515 0 -1 4202560 894067 1256 0 4 111820 146 0 0 25 0 5 0 521810467 2029694976 474848 33554432000 4194304 4417332 140735571580960 18446744073709551615 4364722 0 0 4096 17442 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 4475.14
Current children cumulated vsize (KiB) 1982124

[startup+1182.3 s]
/proc/loadavg: 8.16 8.10 7.87 9/186 1640
/proc/meminfo: memFree=19755960/32950928 swapFree=67111524/67111528
[pid=1547] ppid=1545 vsize=2108164 CPUtime=4714.83 cores=1,3,5,7
/proc/1547/stat : 1547 (plingeling) S 1545 1547 1515 0 -1 4202496 1389943 1256 0 4 471271 212 0 0 25 0 5 0 521810202 2158759936 506358 33554432000 4194304 4417332 140735571580960 18446744073709551615 268284491749 0 0 4096 17442 18446744073709551615 0 0 17 3 0 0 0
/proc/1547/statm: 527041 506358 181 55 0 524927 0
[pid=1547/tid=1565] ppid=1545 vsize=2108164 CPUtime=1174.71 cores=1,3,5,7
/proc/1547/task/1565/stat : 1565 (plingeling) R 1545 1547 1515 0 -1 4202560 124773 1256 0 4 117456 15 0 0 25 0 5 0 521810467 2158759936 506358 33554432000 4194304 4417332 140735571580960 18446744073709551615 4364465 0 0 4096 17442 0 0 0 -1 7 0 0 0
[pid=1547/tid=1566] ppid=1545 vsize=2108164 CPUtime=1179.66 cores=1,3,5,7
/proc/1547/task/1566/stat : 1566 (plingeling) R 1545 1547 1515 0 -1 4202560 92545 1256 0 4 117955 11 0 0 25 0 5 0 521810467 2158759936 506358 33554432000 4194304 4417332 140735571580960 18446744073709551615 4364531 0 0 4096 17442 0 0 0 -1 5 0 0 0
[pid=1547/tid=1567] ppid=1545 vsize=2108164 CPUtime=1178.17 cores=1,3,5,7
/proc/1547/task/1567/stat : 1567 (plingeling) R 1545 1547 1515 0 -1 4202560 211325 1256 0 4 117787 30 0 0 25 0 5 0 521810467 2158759936 506358 33554432000 4194304 4417332 140735571580960 18446744073709551615 4364519 0 0 4096 17442 0 0 0 -1 1 0 0 0
[pid=1547/tid=1568] ppid=1545 vsize=2108164 CPUtime=1179.67 cores=1,3,5,7
/proc/1547/task/1568/stat : 1568 (plingeling) R 1545 1547 1515 0 -1 4202560 908525 1256 0 4 117819 148 0 0 25 0 5 0 521810467 2158759936 506358 33554432000 4194304 4417332 140735571580960 18446744073709551615 4237011 0 0 4096 17442 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 4714.83
Current children cumulated vsize (KiB) 2108164



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1203.7 s]
/proc/loadavg: 8.18 8.11 7.88 9/186 1640
/proc/meminfo: memFree=19714504/32950928 swapFree=67111524/67111528
[pid=1547] ppid=1545 vsize=2114228 CPUtime=4800.32 cores=1,3,5,7
/proc/1547/stat : 1547 (plingeling) S 1545 1547 1515 0 -1 4202496 1391836 1256 0 4 479820 212 0 0 25 0 5 0 521810202 2164969472 507874 33554432000 4194304 4417332 140735571580960 18446744073709551615 268284491749 0 0 4096 17442 18446744073709551615 0 0 17 3 0 0 0
/proc/1547/statm: 528557 507874 181 55 0 526443 0
[pid=1547/tid=1565] ppid=1545 vsize=2114228 CPUtime=1195.99 cores=1,3,5,7
/proc/1547/task/1565/stat : 1565 (plingeling) R 1545 1547 1515 0 -1 4202560 124773 1256 0 4 119584 15 0 0 25 0 5 0 521810467 2164969472 507874 33554432000 4194304 4417332 140735571580960 18446744073709551615 4236986 0 0 4096 17442 0 0 0 -1 7 0 0 0
[pid=1547/tid=1566] ppid=1545 vsize=2114228 CPUtime=1201.06 cores=1,3,5,7
/proc/1547/task/1566/stat : 1566 (plingeling) R 1545 1547 1515 0 -1 4202560 92545 1256 0 4 120095 11 0 0 25 0 5 0 521810467 2164969472 507874 33554432000 4194304 4417332 140735571580960 18446744073709551615 4364465 0 0 4096 17442 0 0 0 -1 5 0 0 0
[pid=1547/tid=1567] ppid=1545 vsize=2114228 CPUtime=1199.57 cores=1,3,5,7
/proc/1547/task/1567/stat : 1567 (plingeling) R 1545 1547 1515 0 -1 4202560 213218 1256 0 4 119927 30 0 0 25 0 5 0 521810467 2164969472 507874 33554432000 4194304 4417332 140735571580960 18446744073709551615 4364544 0 0 4096 17442 0 0 0 -1 1 0 0 0
[pid=1547/tid=1568] ppid=1545 vsize=2114228 CPUtime=1201.07 cores=1,3,5,7
/proc/1547/task/1568/stat : 1568 (plingeling) R 1545 1547 1515 0 -1 4202560 908525 1256 0 4 119959 148 0 0 25 0 5 0 521810467 2164969472 507874 33554432000 4194304 4417332 140735571580960 18446744073709551615 4364556 0 0 4096 17442 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 4800.32
Current children cumulated vsize (KiB) 2114228

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

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

[startup+1203.7 s]
/proc/loadavg: 8.18 8.11 7.88 9/186 1640
/proc/meminfo: memFree=19714504/32950928 swapFree=67111524/67111528
[pid=1547] ppid=1545 vsize=2114228 CPUtime=4800.32 cores=1,3,5,7
/proc/1547/stat : 1547 (plingeling) S 1545 1547 1515 0 -1 4202496 1391836 1256 0 4 479820 212 0 0 25 0 5 0 521810202 2164969472 507874 33554432000 4194304 4417332 140735571580960 18446744073709551615 268284491749 0 0 4096 17442 18446744073709551615 0 0 17 3 0 0 0
/proc/1547/statm: 528557 507874 181 55 0 526443 0
[pid=1547/tid=1565] ppid=1545 vsize=2114228 CPUtime=1195.99 cores=1,3,5,7
/proc/1547/task/1565/stat : 1565 (plingeling) R 1545 1547 1515 0 -1 4202560 124773 1256 0 4 119584 15 0 0 25 0 5 0 521810467 2164969472 507874 33554432000 4194304 4417332 140735571580960 18446744073709551615 4236986 0 0 4096 17442 0 0 0 -1 7 0 0 0
[pid=1547/tid=1566] ppid=1545 vsize=2114228 CPUtime=1201.06 cores=1,3,5,7
/proc/1547/task/1566/stat : 1566 (plingeling) R 1545 1547 1515 0 -1 4202560 92545 1256 0 4 120095 11 0 0 25 0 5 0 521810467 2164969472 507874 33554432000 4194304 4417332 140735571580960 18446744073709551615 4364465 0 0 4096 17442 0 0 0 -1 5 0 0 0
[pid=1547/tid=1567] ppid=1545 vsize=2114228 CPUtime=1199.57 cores=1,3,5,7
/proc/1547/task/1567/stat : 1567 (plingeling) R 1545 1547 1515 0 -1 4202560 213218 1256 0 4 119927 30 0 0 25 0 5 0 521810467 2164969472 507874 33554432000 4194304 4417332 140735571580960 18446744073709551615 4364544 0 0 4096 17442 0 0 0 -1 1 0 0 0
[pid=1547/tid=1568] ppid=1545 vsize=2114228 CPUtime=1201.07 cores=1,3,5,7
/proc/1547/task/1568/stat : 1568 (plingeling) R 1545 1547 1515 0 -1 4202560 908525 1256 0 4 119959 148 0 0 25 0 5 0 521810467 2164969472 507874 33554432000 4194304 4417332 140735571580960 18446744073709551615 4364556 0 0 4096 17442 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 4800.32
Current children cumulated vsize (KiB) 2114228

Child ended because it received signal 15 (SIGTERM)
Real time (s): 1203.8
CPU time (s): 4800.45
CPU user time (s): 4798.23
CPU system time (s): 2.21666
CPU usage (%): 398.775
Max. virtual memory (cumulated for all children) (KiB): 2115736

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 4798.23
system time used= 2.21666
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 1393093
page faults= 4
swaps= 0
block input operations= 0
block output operations= 0
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 197
involuntary context switches= 20829

runsolver used 1.88871 second user time and 4.68729 second system time

The end

Launcher Data

Begin job on node122 at 2011-04-29 20:35:14
IDJOB=3291691
IDBENCH=84248
IDSOLVER=1605
FILE ID=node122/3291691-1304102113
RUNJOBID= node122-1304102113-1534
PBS_JOBID= 13170631
Free space on /tmp= 71636 MiB

SOLVER NAME= Plingeling 587
BENCH NAME= SAT03/industrial/schuppan/l2s/dme-03-1-k247-unsat.shuffled-as.sat03-407.cnf
COMMAND LINE= plingeling -t NBCORE BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3291691-1304102113/watcher-3291691-1304102113 -o /tmp/evaluation-result-3291691-1304102113/solver-3291691-1304102113 -C 4800 -W 1300 -M 15500  plingeling -t 4 HOME/instance-3291691-1304102113.cnf

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

MD5SUM BENCH= 3fef216b3efe77c0f10ea0e0be664a94
RANDOM SEED=1260404403

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

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


/proc/meminfo:
MemTotal:     32950928 kB
MemFree:      22105212 kB
Buffers:       1629988 kB
Cached:        8595240 kB
SwapCached:          4 kB
Active:        1125336 kB
Inactive:      9168372 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32950928 kB
LowFree:      22105212 kB
SwapTotal:    67111528 kB
SwapFree:     67111524 kB
Dirty:           30924 kB
Writeback:           0 kB
AnonPages:       68040 kB
Mapped:          14688 kB
Slab:           487176 kB
PageTables:       4696 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83586992 kB
Committed_AS:   188988 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= 71648 MiB
End job on node122 at 2011-04-29 20:55:20