Trace number 3371451

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) 4800.29 1203.93

General information on the benchmark

Nameapplication/fuhs/slp-synthesis-AES/
slp-synthesis-aes-bottom15.cnf
MD5SUM1f0914c6141fdba914b73575a12b918a
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 variables25972
Number of clauses86411
Sum of the clauses size219707
Maximum clause length879
Minimum clause length1
Number of clauses of size 11
Number of clauses of size 245193
Number of clauses of size 340753
Number of clauses of size 4119
Number of clauses of size 513
Number of clauses of size over 5332

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

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

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


[startup+0 s]
/proc/loadavg: 8.06 7.95 7.55 7/359 15895
/proc/meminfo: memFree=21437680/32951132 swapFree=64495980/67111528
[pid=15895] ppid=15893 vsize=11912 CPUtime=0 cores=0,2,4,6
/proc/15895/stat : 15895 (plingeling) R 15893 15895 14801 0 -1 4202496 1047 1252 0 0 0 0 0 0 25 0 1 0 653882565 12197888 977 33554432000 4194304 4417452 140735501868944 18446744073709551615 210647146240 0 0 4096 17442 0 0 0 17 2 0 0 0
/proc/15895/statm: 2978 977 148 55 0 864 0

[startup+0.0638209 s]
/proc/loadavg: 8.06 7.95 7.55 7/359 15895
/proc/meminfo: memFree=21437680/32951132 swapFree=64495980/67111528
[pid=15895] ppid=15893 vsize=23252 CPUtime=0.05 cores=0,2,4,6
/proc/15895/stat : 15895 (plingeling) R 15893 15895 14801 0 -1 4202496 3940 1252 0 0 5 0 0 0 25 0 1 0 653882565 23810048 3837 33554432000 4194304 4417452 140735501868944 18446744073709551615 4231265 0 0 4096 17442 0 0 0 17 2 0 0 0
/proc/15895/statm: 5813 3837 149 55 0 3699 0
Current children cumulated CPU time (s) 0.05
Current children cumulated vsize (KiB) 23252

[startup+0.100826 s]
/proc/loadavg: 8.06 7.95 7.55 7/359 15895
/proc/meminfo: memFree=21437680/32951132 swapFree=64495980/67111528
[pid=15895] ppid=15893 vsize=27116 CPUtime=0.08 cores=0,2,4,6
/proc/15895/stat : 15895 (plingeling) R 15893 15895 14801 0 -1 4202496 4906 1252 0 0 8 0 0 0 25 0 1 0 653882565 27766784 4803 33554432000 4194304 4417452 140735501868944 18446744073709551615 210647146240 0 0 4096 17442 0 0 0 17 2 0 0 0
/proc/15895/statm: 6779 4803 149 55 0 4665 0
Current children cumulated CPU time (s) 0.08
Current children cumulated vsize (KiB) 27116

[startup+0.300745 s]
/proc/loadavg: 8.06 7.95 7.55 7/359 15895
/proc/meminfo: memFree=21437680/32951132 swapFree=64495980/67111528
[pid=15895] ppid=15893 vsize=137144 CPUtime=0.86 cores=0,2,4,6
/proc/15895/stat : 15895 (plingeling) S 15893 15895 14801 0 -1 4202496 9401 1252 0 0 85 1 0 0 25 0 5 0 653882565 140435456 6466 33554432000 4194304 4417452 140735501868944 18446744073709551615 210658949093 0 0 4096 17442 18446744073709551615 0 0 17 2 0 0 0
/proc/15895/statm: 34286 6466 174 55 0 32172 0
Current children cumulated CPU time (s) 0.86
Current children cumulated vsize (KiB) 137144

[startup+0.700678 s]
/proc/loadavg: 8.06 7.95 7.55 7/359 15895
/proc/meminfo: memFree=21437680/32951132 swapFree=64495980/67111528
[pid=15895] ppid=15893 vsize=137532 CPUtime=2.45 cores=0,2,4,6
/proc/15895/stat : 15895 (plingeling) S 15893 15895 14801 0 -1 4202496 13783 1252 0 0 244 1 0 0 25 0 5 0 653882565 140832768 6564 33554432000 4194304 4417452 140735501868944 18446744073709551615 210658949093 0 0 4096 17442 18446744073709551615 0 0 17 2 0 0 0
/proc/15895/statm: 34383 6564 175 55 0 32269 0
Current children cumulated CPU time (s) 2.45
Current children cumulated vsize (KiB) 137532

[startup+1.50054 s]
/proc/loadavg: 8.06 7.95 7.55 9/364 15905
/proc/meminfo: memFree=21405548/32951132 swapFree=64495980/67111528
[pid=15895] ppid=15893 vsize=147360 CPUtime=5.64 cores=0,2,4,6
/proc/15895/stat : 15895 (plingeling) S 15893 15895 14801 0 -1 4202496 17887 1252 0 0 562 2 0 0 25 0 5 0 653882565 150896640 8666 33554432000 4194304 4417452 140735501868944 18446744073709551615 210658949093 0 0 4096 17442 18446744073709551615 0 0 17 2 0 0 0
/proc/15895/statm: 36840 8666 178 55 0 34726 0
[pid=15895/tid=15902] ppid=15893 vsize=147360 CPUtime=1.38 cores=0,2,4,6
/proc/15895/task/15902/stat : 15902 (plingeling) R 15893 15895 14801 0 -1 4202560 5983 1252 0 0 138 0 0 0 19 0 5 0 653882575 150896640 8666 33554432000 4194304 4417452 140735501868944 18446744073709551615 4346490 0 0 4096 17442 0 0 0 -1 4 0 0 0
[pid=15895/tid=15903] ppid=15893 vsize=147360 CPUtime=1.38 cores=0,2,4,6
/proc/15895/task/15903/stat : 15903 (plingeling) R 15893 15895 14801 0 -1 4202560 3720 1252 0 0 138 0 0 0 25 0 5 0 653882575 150896640 8666 33554432000 4194304 4417452 140735501868944 18446744073709551615 4346488 0 0 4096 17442 0 0 0 -1 2 0 0 0
[pid=15895/tid=15904] ppid=15893 vsize=147360 CPUtime=1.37 cores=0,2,4,6
/proc/15895/task/15904/stat : 15904 (plingeling) R 15893 15895 14801 0 -1 4202560 2332 1252 0 0 137 0 0 0 25 0 5 0 653882575 150896640 8666 33554432000 4194304 4417452 140735501868944 18446744073709551615 4346465 0 0 4096 17442 0 0 0 -1 6 0 0 0
[pid=15895/tid=15905] ppid=15893 vsize=147360 CPUtime=1.39 cores=0,2,4,6
/proc/15895/task/15905/stat : 15905 (plingeling) R 15893 15895 14801 0 -1 4202560 934 1252 0 0 139 0 0 0 19 0 5 0 653882575 150896640 8666 33554432000 4194304 4417452 140735501868944 18446744073709551615 4364614 0 0 4096 17442 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 5.64
Current children cumulated vsize (KiB) 147360

[startup+3.10027 s]
/proc/loadavg: 8.06 7.95 7.55 9/364 15905
/proc/meminfo: memFree=21402708/32951132 swapFree=64495980/67111528
[pid=15895] ppid=15893 vsize=143348 CPUtime=11.97 cores=0,2,4,6
/proc/15895/stat : 15895 (plingeling) S 15893 15895 14801 0 -1 4202496 18809 1252 0 0 1195 2 0 0 25 0 5 0 653882565 146788352 7677 33554432000 4194304 4417452 140735501868944 18446744073709551615 210658949093 0 0 4096 17442 18446744073709551615 0 0 17 2 0 0 0
/proc/15895/statm: 35837 7677 180 55 0 33723 0
[pid=15895/tid=15902] ppid=15893 vsize=143348 CPUtime=2.94 cores=0,2,4,6
/proc/15895/task/15902/stat : 15902 (plingeling) R 15893 15895 14801 0 -1 4202560 6309 1252 0 0 293 1 0 0 24 0 5 0 653882575 146788352 7677 33554432000 4194304 4417452 140735501868944 18446744073709551615 4356867 0 0 4096 17442 0 0 0 -1 4 0 0 0
[pid=15895/tid=15903] ppid=15893 vsize=143348 CPUtime=2.98 cores=0,2,4,6
/proc/15895/task/15903/stat : 15903 (plingeling) R 15893 15895 14801 0 -1 4202560 4035 1252 0 0 298 0 0 0 25 0 5 0 653882575 146788352 7677 33554432000 4194304 4417452 140735501868944 18446744073709551615 4364650 0 0 4096 17442 0 0 0 -1 2 0 0 0
[pid=15895/tid=15904] ppid=15893 vsize=143348 CPUtime=2.96 cores=0,2,4,6
/proc/15895/task/15904/stat : 15904 (plingeling) R 15893 15895 14801 0 -1 4202560 2381 1252 0 0 296 0 0 0 25 0 5 0 653882575 146788352 7677 33554432000 4194304 4417452 140735501868944 18446744073709551615 4250990 0 0 4096 17442 0 0 0 -1 6 0 0 0
[pid=15895/tid=15905] ppid=15893 vsize=143348 CPUtime=2.98 cores=0,2,4,6
/proc/15895/task/15905/stat : 15905 (plingeling) R 15893 15895 14801 0 -1 4202560 1166 1252 0 0 298 0 0 0 24 0 5 0 653882575 146788352 7677 33554432000 4194304 4417452 140735501868944 18446744073709551615 4364597 0 0 4096 17442 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 11.97
Current children cumulated vsize (KiB) 143348

[startup+6.30073 s]
/proc/loadavg: 8.06 7.95 7.55 9/364 15905
/proc/meminfo: memFree=21400556/32951132 swapFree=64495980/67111528
[pid=15895] ppid=15893 vsize=150500 CPUtime=24.47 cores=0,2,4,6
/proc/15895/stat : 15895 (plingeling) S 15893 15895 14801 0 -1 4202496 20618 1252 0 0 2443 4 0 0 25 0 5 0 653882565 154112000 9465 33554432000 4194304 4417452 140735501868944 18446744073709551615 210658949093 0 0 4096 17442 18446744073709551615 0 0 17 2 0 0 0
/proc/15895/statm: 37625 9465 180 55 0 35511 0
[pid=15895/tid=15902] ppid=15893 vsize=150500 CPUtime=5.86 cores=0,2,4,6
/proc/15895/task/15902/stat : 15902 (plingeling) R 15893 15895 14801 0 -1 4202560 6470 1252 0 0 584 2 0 0 25 0 5 0 653882575 154112000 9465 33554432000 4194304 4417452 140735501868944 18446744073709551615 4364626 0 0 4096 17442 0 0 0 -1 4 0 0 0
[pid=15895/tid=15903] ppid=15893 vsize=150500 CPUtime=6.18 cores=0,2,4,6
/proc/15895/task/15903/stat : 15903 (plingeling) R 15893 15895 14801 0 -1 4202560 4246 1252 0 0 618 0 0 0 25 0 5 0 653882575 154112000 9465 33554432000 4194304 4417452 140735501868944 18446744073709551615 4364626 0 0 4096 17442 0 0 0 -1 2 0 0 0
[pid=15895/tid=15904] ppid=15893 vsize=150500 CPUtime=6.12 cores=0,2,4,6
/proc/15895/task/15904/stat : 15904 (plingeling) R 15893 15895 14801 0 -1 4202560 3330 1252 0 0 612 0 0 0 25 0 5 0 653882575 154112000 9465 33554432000 4194304 4417452 140735501868944 18446744073709551615 4366048 0 0 4096 17442 0 0 0 -1 6 0 0 0
[pid=15895/tid=15905] ppid=15893 vsize=150500 CPUtime=6.19 cores=0,2,4,6
/proc/15895/task/15905/stat : 15905 (plingeling) R 15893 15895 14801 0 -1 4202560 1654 1252 0 0 619 0 0 0 25 0 5 0 653882575 154112000 9465 33554432000 4194304 4417452 140735501868944 18446744073709551615 4364555 0 0 4096 17442 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 24.47
Current children cumulated vsize (KiB) 150500

[startup+12.7007 s]
/proc/loadavg: 8.13 7.97 7.56 9/364 15905
/proc/meminfo: memFree=21381352/32951132 swapFree=64495980/67111528
[pid=15895] ppid=15893 vsize=164156 CPUtime=49.99 cores=0,2,4,6
/proc/15895/stat : 15895 (plingeling) S 15893 15895 14801 0 -1 4202496 26467 1252 0 0 4994 5 0 0 25 0 5 0 653882565 168095744 12879 33554432000 4194304 4417452 140735501868944 18446744073709551615 210658949093 0 0 4096 17442 18446744073709551615 0 0 17 2 0 0 0
/proc/15895/statm: 41039 12879 180 55 0 38925 0
[pid=15895/tid=15902] ppid=15893 vsize=164156 CPUtime=12.25 cores=0,2,4,6
/proc/15895/task/15902/stat : 15902 (plingeling) R 15893 15895 14801 0 -1 4202560 7751 1252 0 0 1223 2 0 0 25 0 5 0 653882575 168095744 12879 33554432000 4194304 4417452 140735501868944 18446744073709551615 4246406 0 0 4096 17442 0 0 0 -1 4 0 0 0
[pid=15895/tid=15903] ppid=15893 vsize=164156 CPUtime=12.58 cores=0,2,4,6
/proc/15895/task/15903/stat : 15903 (plingeling) R 15893 15895 14801 0 -1 4202560 5747 1252 0 0 1258 0 0 0 25 0 5 0 653882575 168095744 12879 33554432000 4194304 4417452 140735501868944 18446744073709551615 4250927 0 0 4096 17442 0 0 0 -1 2 0 0 0
[pid=15895/tid=15904] ppid=15893 vsize=164156 CPUtime=12.44 cores=0,2,4,6
/proc/15895/task/15904/stat : 15904 (plingeling) R 15893 15895 14801 0 -1 4202560 4161 1252 0 0 1244 0 0 0 25 0 5 0 653882575 168095744 12879 33554432000 4194304 4417452 140735501868944 18446744073709551615 4364881 0 0 4096 17442 0 0 0 -1 6 0 0 0
[pid=15895/tid=15905] ppid=15893 vsize=164156 CPUtime=12.58 cores=0,2,4,6
/proc/15895/task/15905/stat : 15905 (plingeling) R 15893 15895 14801 0 -1 4202560 3890 1252 0 0 1258 0 0 0 25 0 5 0 653882575 168095744 12879 33554432000 4194304 4417452 140735501868944 18446744073709551615 4364533 0 0 4096 17442 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 49.99
Current children cumulated vsize (KiB) 164156

[startup+25.5005 s]
/proc/loadavg: 8.11 7.97 7.57 10/364 15942
/proc/meminfo: memFree=21537300/32951132 swapFree=64495980/67111528
[pid=15895] ppid=15893 vsize=179928 CPUtime=100.5 cores=0,2,4,6
/proc/15895/stat : 15895 (plingeling) S 15893 15895 14801 0 -1 4202496 36961 1252 0 0 10038 12 0 0 25 0 5 0 653882565 184246272 16828 33554432000 4194304 4417452 140735501868944 18446744073709551615 210658949093 0 0 4096 17442 18446744073709551615 0 0 17 2 0 0 0
/proc/15895/statm: 44982 16828 180 55 0 42868 0
[pid=15895/tid=15902] ppid=15893 vsize=179928 CPUtime=24.51 cores=0,2,4,6
/proc/15895/task/15902/stat : 15902 (plingeling) R 15893 15895 14801 0 -1 4202560 8104 1252 0 0 2445 6 0 0 25 0 5 0 653882575 184246272 16828 33554432000 4194304 4417452 140735501868944 18446744073709551615 4236559 0 0 4096 17442 0 0 0 -1 4 0 0 0
[pid=15895/tid=15903] ppid=15893 vsize=179928 CPUtime=25.37 cores=0,2,4,6
/proc/15895/task/15903/stat : 15903 (plingeling) R 15893 15895 14801 0 -1 4202560 8099 1252 0 0 2537 0 0 0 25 0 5 0 653882575 184246272 16828 33554432000 4194304 4417452 140735501868944 18446744073709551615 4364907 0 0 4096 17442 0 0 0 -1 2 0 0 0
[pid=15895/tid=15904] ppid=15893 vsize=179928 CPUtime=25.09 cores=0,2,4,6
/proc/15895/task/15904/stat : 15904 (plingeling) R 15893 15895 14801 0 -1 4202560 7044 1252 0 0 2507 2 0 0 25 0 5 0 653882575 184246272 16828 33554432000 4194304 4417452 140735501868944 18446744073709551615 4282352 0 0 4096 17442 0 0 0 -1 6 0 0 0
[pid=15895/tid=15905] ppid=15893 vsize=179928 CPUtime=25.39 cores=0,2,4,6
/proc/15895/task/15905/stat : 15905 (plingeling) R 15893 15895 14801 0 -1 4202560 8796 1252 0 0 2538 1 0 0 25 0 5 0 653882575 184246272 16828 33554432000 4194304 4417452 140735501868944 18446744073709551615 4365973 0 0 4096 17442 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 100.5
Current children cumulated vsize (KiB) 179928

[startup+51.1012 s]
/proc/loadavg: 8.07 7.97 7.58 10/364 15943
/proc/meminfo: memFree=21487760/32951132 swapFree=64495980/67111528
[pid=15895] ppid=15893 vsize=201544 CPUtime=202.56 cores=0,2,4,6
/proc/15895/stat : 15895 (plingeling) S 15893 15895 14801 0 -1 4202496 64512 1252 0 0 20233 23 0 0 25 0 5 0 653882565 206381056 22232 33554432000 4194304 4417452 140735501868944 18446744073709551615 210658949093 0 0 4096 17442 18446744073709551615 0 0 17 2 0 0 0
/proc/15895/statm: 50386 22232 180 55 0 48272 0
[pid=15895/tid=15902] ppid=15893 vsize=201544 CPUtime=50.06 cores=0,2,4,6
/proc/15895/task/15902/stat : 15902 (plingeling) R 15893 15895 14801 0 -1 4202560 12994 1252 0 0 4992 14 0 0 25 0 5 0 653882575 206381056 22232 33554432000 4194304 4417452 140735501868944 18446744073709551615 4364885 0 0 4096 17442 0 0 0 -1 4 0 0 0
[pid=15895/tid=15903] ppid=15893 vsize=201544 CPUtime=50.98 cores=0,2,4,6
/proc/15895/task/15903/stat : 15903 (plingeling) R 15893 15895 14801 0 -1 4202560 14005 1252 0 0 5097 1 0 0 25 0 5 0 653882575 206381056 22232 33554432000 4194304 4417452 140735501868944 18446744073709551615 4353557 0 0 4096 17442 0 0 0 -1 2 0 0 0
[pid=15895/tid=15904] ppid=15893 vsize=201544 CPUtime=50.42 cores=0,2,4,6
/proc/15895/task/15904/stat : 15904 (plingeling) R 15893 15895 14801 0 -1 4202560 14297 1252 0 0 5039 3 0 0 25 0 5 0 653882575 206381056 22232 33554432000 4194304 4417452 140735501868944 18446744073709551615 4357260 0 0 4096 17442 0 0 0 -1 6 0 0 0
[pid=15895/tid=15905] ppid=15893 vsize=201544 CPUtime=50.98 cores=0,2,4,6
/proc/15895/task/15905/stat : 15905 (plingeling) R 15893 15895 14801 0 -1 4202560 18298 1252 0 0 5095 3 0 0 25 0 5 0 653882575 206381056 22232 33554432000 4194304 4417452 140735501868944 18446744073709551615 4236554 0 0 4096 17442 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 202.56
Current children cumulated vsize (KiB) 201544

[startup+102.314 s]
/proc/loadavg: 8.17 8.02 7.61 9/364 15944
/proc/meminfo: memFree=21403660/32951132 swapFree=64495980/67111528
[pid=15895] ppid=15893 vsize=241096 CPUtime=406.82 cores=0,2,4,6
/proc/15895/stat : 15895 (plingeling) S 15893 15895 14801 0 -1 4202496 131129 1252 0 0 40648 34 0 0 25 0 5 0 653882565 246882304 32120 33554432000 4194304 4417452 140735501868944 18446744073709551615 210658949093 0 0 4096 17442 18446744073709551615 0 0 17 2 0 0 0
/proc/15895/statm: 60274 32120 180 55 0 58160 0
[pid=15895/tid=15902] ppid=15893 vsize=241096 CPUtime=101.25 cores=0,2,4,6
/proc/15895/task/15902/stat : 15902 (plingeling) R 15893 15895 14801 0 -1 4202560 30248 1252 0 0 10108 17 0 0 25 0 5 0 653882575 246882304 32120 33554432000 4194304 4417452 140735501868944 18446744073709551615 4364827 0 0 4096 17442 0 0 0 -1 4 0 0 0
[pid=15895/tid=15903] ppid=15893 vsize=241096 CPUtime=102.18 cores=0,2,4,6
/proc/15895/task/15903/stat : 15903 (plingeling) R 15893 15895 14801 0 -1 4202560 27795 1252 0 0 10215 3 0 0 25 0 5 0 653882575 246882304 32120 33554432000 4194304 4417452 140735501868944 18446744073709551615 4237191 0 0 4096 17442 0 0 0 -1 2 0 0 0
[pid=15895/tid=15904] ppid=15893 vsize=241096 CPUtime=101.06 cores=0,2,4,6
/proc/15895/task/15904/stat : 15904 (plingeling) R 15893 15895 14801 0 -1 4202560 35831 1252 0 0 10099 7 0 0 25 0 5 0 653882575 246882304 32120 33554432000 4194304 4417452 140735501868944 18446744073709551615 4364907 0 0 4096 17442 0 0 0 -1 6 0 0 0
[pid=15895/tid=15905] ppid=15893 vsize=241096 CPUtime=102.19 cores=0,2,4,6
/proc/15895/task/15905/stat : 15905 (plingeling) R 15893 15895 14801 0 -1 4202560 32337 1252 0 0 10214 5 0 0 25 0 5 0 653882575 246882304 32120 33554432000 4194304 4417452 140735501868944 18446744073709551615 4364626 0 0 4096 17442 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 406.82
Current children cumulated vsize (KiB) 241096

[startup+162.301 s]
/proc/loadavg: 8.14 8.04 7.65 9/364 15945
/proc/meminfo: memFree=21373756/32951132 swapFree=64495980/67111528
[pid=15895] ppid=15893 vsize=248468 CPUtime=646.06 cores=0,2,4,6
/proc/15895/stat : 15895 (plingeling) S 15893 15895 14801 0 -1 4202496 194852 1252 0 0 64560 46 0 0 25 0 5 0 653882565 254431232 33963 33554432000 4194304 4417452 140735501868944 18446744073709551615 210658949093 0 0 4096 17442 18446744073709551615 0 0 17 2 0 0 0
/proc/15895/statm: 62117 33963 180 55 0 60003 0
[pid=15895/tid=15902] ppid=15893 vsize=248468 CPUtime=161.2 cores=0,2,4,6
/proc/15895/task/15902/stat : 15902 (plingeling) R 15893 15895 14801 0 -1 4202560 44480 1252 0 0 16098 22 0 0 25 0 5 0 653882575 254431232 33963 33554432000 4194304 4417452 140735501868944 18446744073709551615 4364533 0 0 4096 17442 0 0 0 -1 4 0 0 0
[pid=15895/tid=15903] ppid=15893 vsize=248468 CPUtime=162.17 cores=0,2,4,6
/proc/15895/task/15903/stat : 15903 (plingeling) R 15893 15895 14801 0 -1 4202560 47759 1252 0 0 16211 6 0 0 25 0 5 0 653882575 254431232 33963 33554432000 4194304 4417452 140735501868944 18446744073709551615 4364550 0 0 4096 17442 0 0 0 -1 2 0 0 0
[pid=15895/tid=15904] ppid=15893 vsize=248468 CPUtime=160.39 cores=0,2,4,6
/proc/15895/task/15904/stat : 15904 (plingeling) R 15893 15895 14801 0 -1 4202560 55039 1252 0 0 16029 10 0 0 25 0 5 0 653882575 254431232 33963 33554432000 4194304 4417452 140735501868944 18446744073709551615 4364727 0 0 4096 17442 0 0 0 -1 6 0 0 0
[pid=15895/tid=15905] ppid=15893 vsize=248468 CPUtime=162.17 cores=0,2,4,6
/proc/15895/task/15905/stat : 15905 (plingeling) R 15893 15895 14801 0 -1 4202560 42656 1252 0 0 16211 6 0 0 25 0 5 0 653882575 254431232 33963 33554432000 4194304 4417452 140735501868944 18446744073709551615 4365996 0 0 4096 17442 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 646.06
Current children cumulated vsize (KiB) 248468


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

[pid=15895/tid=15903] ppid=15893 vsize=372680 CPUtime=762.18 cores=0,2,4,6
/proc/15895/task/15903/stat : 15903 (plingeling) R 15893 15895 14801 0 -1 4202560 183753 1252 0 0 76192 26 0 0 25 0 5 0 653882575 381624320 65040 33554432000 4194304 4417452 140735501868944 18446744073709551615 4306311 0 0 4096 17442 0 0 0 -1 2 0 0 0
[pid=15895/tid=15904] ppid=15893 vsize=372680 CPUtime=753.75 cores=0,2,4,6
/proc/15895/task/15904/stat : 15904 (plingeling) R 15893 15895 14801 0 -1 4202560 194735 1252 0 0 75345 30 0 0 25 0 5 0 653882575 381624320 65040 33554432000 4194304 4417452 140735501868944 18446744073709551615 4364835 0 0 4096 17442 0 0 0 -1 6 0 0 0
[pid=15895/tid=15905] ppid=15893 vsize=372680 CPUtime=762.18 cores=0,2,4,6
/proc/15895/task/15905/stat : 15905 (plingeling) R 15893 15895 14801 0 -1 4202560 136409 1252 0 0 76198 20 0 0 25 0 5 0 653882575 381624320 65040 33554432000 4194304 4417452 140735501868944 18446744073709551615 4364645 0 0 4096 17442 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 3039.12
Current children cumulated vsize (KiB) 372680

[startup+822.301 s]
/proc/loadavg: 8.14 8.13 7.87 9/364 15963
/proc/meminfo: memFree=21064556/32951132 swapFree=64495980/67111528
[pid=15895] ppid=15893 vsize=383708 CPUtime=3278.37 cores=0,2,4,6
/proc/15895/stat : 15895 (plingeling) S 15893 15895 14801 0 -1 4202496 754932 1252 0 0 327700 137 0 0 25 0 5 0 653882565 392916992 67797 33554432000 4194304 4417452 140735501868944 18446744073709551615 210658949093 0 0 4096 17442 18446744073709551615 0 0 17 2 0 0 0
/proc/15895/statm: 95927 67797 180 55 0 93813 0
[pid=15895/tid=15902] ppid=15893 vsize=383708 CPUtime=820.83 cores=0,2,4,6
/proc/15895/task/15902/stat : 15902 (plingeling) R 15893 15895 14801 0 -1 4202560 205997 1252 0 0 82027 56 0 0 25 0 5 0 653882575 392916992 67797 33554432000 4194304 4417452 140735501868944 18446744073709551615 4364550 0 0 4096 17442 0 0 0 -1 4 0 0 0
[pid=15895/tid=15903] ppid=15893 vsize=383708 CPUtime=822.17 cores=0,2,4,6
/proc/15895/task/15903/stat : 15903 (plingeling) R 15893 15895 14801 0 -1 4202560 196286 1252 0 0 82190 27 0 0 25 0 5 0 653882575 392916992 67797 33554432000 4194304 4417452 140735501868944 18446744073709551615 4250967 0 0 4096 17442 0 0 0 -1 2 0 0 0
[pid=15895/tid=15904] ppid=15893 vsize=383708 CPUtime=813.08 cores=0,2,4,6
/proc/15895/task/15904/stat : 15904 (plingeling) R 15893 15895 14801 0 -1 4202560 204973 1252 0 0 81276 32 0 0 25 0 5 0 653882575 392916992 67797 33554432000 4194304 4417452 140735501868944 18446744073709551615 4366472 0 0 4096 17442 0 0 0 -1 6 0 0 0
[pid=15895/tid=15905] ppid=15893 vsize=383708 CPUtime=822.17 cores=0,2,4,6
/proc/15895/task/15905/stat : 15905 (plingeling) R 15893 15895 14801 0 -1 4202560 142758 1252 0 0 82196 21 0 0 25 0 5 0 653882575 392916992 67797 33554432000 4194304 4417452 140735501868944 18446744073709551615 4364752 0 0 4096 17442 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 3278.37
Current children cumulated vsize (KiB) 383708

[startup+882.301 s]
/proc/loadavg: 8.13 8.13 7.89 9/364 15965
/proc/meminfo: memFree=21026596/32951132 swapFree=64495980/67111528
[pid=15895] ppid=15893 vsize=376064 CPUtime=3517.66 cores=0,2,4,6
/proc/15895/stat : 15895 (plingeling) S 15893 15895 14801 0 -1 4202496 800782 1252 0 0 351619 147 0 0 25 0 5 0 653882565 385089536 65886 33554432000 4194304 4417452 140735501868944 18446744073709551615 210658949093 0 0 4096 17442 18446744073709551615 0 0 17 2 0 0 0
/proc/15895/statm: 94016 65886 180 55 0 91902 0
[pid=15895/tid=15902] ppid=15893 vsize=376064 CPUtime=880.79 cores=0,2,4,6
/proc/15895/task/15902/stat : 15902 (plingeling) R 15893 15895 14801 0 -1 4202560 220510 1252 0 0 88018 61 0 0 25 0 5 0 653882575 385089536 65886 33554432000 4194304 4417452 140735501868944 18446744073709551615 4364727 0 0 4096 17442 0 0 0 -1 4 0 0 0
[pid=15895/tid=15903] ppid=15893 vsize=376064 CPUtime=882.16 cores=0,2,4,6
/proc/15895/task/15903/stat : 15903 (plingeling) R 15893 15895 14801 0 -1 4202560 210402 1252 0 0 88187 29 0 0 25 0 5 0 653882575 385089536 65886 33554432000 4194304 4417452 140735501868944 18446744073709551615 4364727 0 0 4096 17442 0 0 0 -1 2 0 0 0
[pid=15895/tid=15904] ppid=15893 vsize=376064 CPUtime=872.4 cores=0,2,4,6
/proc/15895/task/15904/stat : 15904 (plingeling) R 15893 15895 14801 0 -1 4202560 212323 1252 0 0 87207 33 0 0 25 0 5 0 653882575 385089536 65886 33554432000 4194304 4417452 140735501868944 18446744073709551615 4364579 0 0 4096 17442 0 0 0 -1 6 0 0 0
[pid=15895/tid=15905] ppid=15893 vsize=376064 CPUtime=882.17 cores=0,2,4,6
/proc/15895/task/15905/stat : 15905 (plingeling) R 15893 15895 14801 0 -1 4202560 152629 1252 0 0 88195 22 0 0 25 0 5 0 653882575 385089536 65886 33554432000 4194304 4417452 140735501868944 18446744073709551615 4364768 0 0 4096 17442 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 3517.66
Current children cumulated vsize (KiB) 376064

[startup+942.301 s]
/proc/loadavg: 8.16 8.14 7.91 9/364 15966
/proc/meminfo: memFree=21060180/32951132 swapFree=64495980/67111528
[pid=15895] ppid=15893 vsize=364380 CPUtime=3756.96 cores=0,2,4,6
/proc/15895/stat : 15895 (plingeling) S 15893 15895 14801 0 -1 4202496 845391 1252 0 0 375540 156 0 0 25 0 5 0 653882565 373125120 62965 33554432000 4194304 4417452 140735501868944 18446744073709551615 210658949093 0 0 4096 17442 18446744073709551615 0 0 17 2 0 0 0
/proc/15895/statm: 91095 62965 180 55 0 88981 0
[pid=15895/tid=15902] ppid=15893 vsize=364380 CPUtime=940.74 cores=0,2,4,6
/proc/15895/task/15902/stat : 15902 (plingeling) R 15893 15895 14801 0 -1 4202560 236916 1252 0 0 94010 64 0 0 25 0 5 0 653882575 373125120 62965 33554432000 4194304 4417452 140735501868944 18446744073709551615 4366065 0 0 4096 17442 0 0 0 -1 4 0 0 0
[pid=15895/tid=15903] ppid=15893 vsize=364380 CPUtime=942.16 cores=0,2,4,6
/proc/15895/task/15903/stat : 15903 (plingeling) R 15893 15895 14801 0 -1 4202560 218440 1252 0 0 94186 30 0 0 25 0 5 0 653882575 373125120 62965 33554432000 4194304 4417452 140735501868944 18446744073709551615 4364579 0 0 4096 17442 0 0 0 -1 2 0 0 0
[pid=15895/tid=15904] ppid=15893 vsize=364380 CPUtime=931.75 cores=0,2,4,6
/proc/15895/task/15904/stat : 15904 (plingeling) R 15893 15895 14801 0 -1 4202560 226123 1252 0 0 93139 36 0 0 25 0 5 0 653882575 373125120 62965 33554432000 4194304 4417452 140735501868944 18446744073709551615 4364907 0 0 4096 17442 0 0 0 -1 6 0 0 0
[pid=15895/tid=15905] ppid=15893 vsize=364380 CPUtime=942.17 cores=0,2,4,6
/proc/15895/task/15905/stat : 15905 (plingeling) R 15893 15895 14801 0 -1 4202560 158994 1252 0 0 94194 23 0 0 25 0 5 0 653882575 373125120 62965 33554432000 4194304 4417452 140735501868944 18446744073709551615 4364881 0 0 4096 17442 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 3756.96
Current children cumulated vsize (KiB) 364380

[startup+1002.3 s]
/proc/loadavg: 8.14 8.14 7.92 9/364 15968
/proc/meminfo: memFree=21000160/32951132 swapFree=64495980/67111528
[pid=15895] ppid=15893 vsize=391364 CPUtime=3996.23 cores=0,2,4,6
/proc/15895/stat : 15895 (plingeling) S 15893 15895 14801 0 -1 4202496 894536 1252 0 0 399459 164 0 0 25 0 5 0 653882565 400756736 69710 33554432000 4194304 4417452 140735501868944 18446744073709551615 210658949093 0 0 4096 17442 18446744073709551615 0 0 17 2 0 0 0
/proc/15895/statm: 97841 69710 180 55 0 95727 0
[pid=15895/tid=15902] ppid=15893 vsize=391364 CPUtime=1000.69 cores=0,2,4,6
/proc/15895/task/15902/stat : 15902 (plingeling) R 15893 15895 14801 0 -1 4202560 250137 1252 0 0 100001 68 0 0 25 0 5 0 653882575 400756736 69710 33554432000 4194304 4417452 140735501868944 18446744073709551615 4364727 0 0 4096 17442 0 0 0 -1 4 0 0 0
[pid=15895/tid=15903] ppid=15893 vsize=391364 CPUtime=1002.16 cores=0,2,4,6
/proc/15895/task/15903/stat : 15903 (plingeling) R 15893 15895 14801 0 -1 4202560 228044 1252 0 0 100184 32 0 0 25 0 5 0 653882575 400756736 69710 33554432000 4194304 4417452 140735501868944 18446744073709551615 4364533 0 0 4096 17442 0 0 0 -1 2 0 0 0
[pid=15895/tid=15904] ppid=15893 vsize=391364 CPUtime=991.08 cores=0,2,4,6
/proc/15895/task/15904/stat : 15904 (plingeling) R 15893 15895 14801 0 -1 4202560 240887 1252 0 0 99070 38 0 0 25 0 5 0 653882575 400756736 69710 33554432000 4194304 4417452 140735501868944 18446744073709551615 4364727 0 0 4096 17442 0 0 0 -1 6 0 0 0
[pid=15895/tid=15905] ppid=15893 vsize=391364 CPUtime=1002.17 cores=0,2,4,6
/proc/15895/task/15905/stat : 15905 (plingeling) R 15893 15895 14801 0 -1 4202560 170550 1252 0 0 100193 24 0 0 25 0 5 0 653882575 400756736 69710 33554432000 4194304 4417452 140735501868944 18446744073709551615 4366099 0 0 4096 17442 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 3996.23
Current children cumulated vsize (KiB) 391364

[startup+1062.3 s]
/proc/loadavg: 8.09 8.12 7.92 9/364 15969
/proc/meminfo: memFree=20965544/32951132 swapFree=64495980/67111528
[pid=15895] ppid=15893 vsize=442504 CPUtime=4235.52 cores=0,2,4,6
/proc/15895/stat : 15895 (plingeling) S 15893 15895 14801 0 -1 4202496 933593 1252 0 0 423382 170 0 0 25 0 5 0 653882565 453124096 82496 33554432000 4194304 4417452 140735501868944 18446744073709551615 210658949093 0 0 4096 17442 18446744073709551615 0 0 17 2 0 0 0
/proc/15895/statm: 110626 82496 180 55 0 108512 0
[pid=15895/tid=15902] ppid=15893 vsize=442504 CPUtime=1060.64 cores=0,2,4,6
/proc/15895/task/15902/stat : 15902 (plingeling) R 15893 15895 14801 0 -1 4202560 262611 1252 0 0 105993 71 0 0 25 0 5 0 653882575 453124096 82496 33554432000 4194304 4417452 140735501868944 18446744073709551615 4364727 0 0 4096 17442 0 0 0 -1 4 0 0 0
[pid=15895/tid=15903] ppid=15893 vsize=442504 CPUtime=1062.17 cores=0,2,4,6
/proc/15895/task/15903/stat : 15903 (plingeling) R 15893 15895 14801 0 -1 4202560 234776 1252 0 0 106184 33 0 0 25 0 5 0 653882575 453124096 82496 33554432000 4194304 4417452 140735501868944 18446744073709551615 4365150 0 0 4096 17442 0 0 0 -1 2 0 0 0
[pid=15895/tid=15904] ppid=15893 vsize=442504 CPUtime=1050.44 cores=0,2,4,6
/proc/15895/task/15904/stat : 15904 (plingeling) R 15893 15895 14801 0 -1 4202560 251802 1252 0 0 105004 40 0 0 25 0 5 0 653882575 453124096 82496 33554432000 4194304 4417452 140735501868944 18446744073709551615 4364727 0 0 4096 17442 0 0 0 -1 6 0 0 0
[pid=15895/tid=15905] ppid=15893 vsize=442504 CPUtime=1062.16 cores=0,2,4,6
/proc/15895/task/15905/stat : 15905 (plingeling) R 15893 15895 14801 0 -1 4202560 179486 1252 0 0 106191 25 0 0 25 0 5 0 653882575 453124096 82496 33554432000 4194304 4417452 140735501868944 18446744073709551615 4364558 0 0 4096 17442 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 4235.52
Current children cumulated vsize (KiB) 442504

[startup+1122.3 s]
/proc/loadavg: 8.07 8.11 7.93 9/364 15971
/proc/meminfo: memFree=20991692/32951132 swapFree=64495980/67111528
[pid=15895] ppid=15893 vsize=413908 CPUtime=4474.8 cores=0,2,4,6
/proc/15895/stat : 15895 (plingeling) S 15893 15895 14801 0 -1 4202496 974551 1252 0 0 447304 176 0 0 25 0 5 0 653882565 423841792 75347 33554432000 4194304 4417452 140735501868944 18446744073709551615 210658949093 0 0 4096 17442 18446744073709551615 0 0 17 2 0 0 0
/proc/15895/statm: 103477 75347 180 55 0 101363 0
[pid=15895/tid=15902] ppid=15893 vsize=413908 CPUtime=1120.58 cores=0,2,4,6
/proc/15895/task/15902/stat : 15902 (plingeling) R 15893 15895 14801 0 -1 4202560 271960 1252 0 0 111986 72 0 0 25 0 5 0 653882575 423841792 75347 33554432000 4194304 4417452 140735501868944 18446744073709551615 4364727 0 0 4096 17442 0 0 0 -1 4 0 0 0
[pid=15895/tid=15903] ppid=15893 vsize=413908 CPUtime=1122.16 cores=0,2,4,6
/proc/15895/task/15903/stat : 15903 (plingeling) R 15893 15895 14801 0 -1 4202560 245469 1252 0 0 112182 34 0 0 25 0 5 0 653882575 423841792 75347 33554432000 4194304 4417452 140735501868944 18446744073709551615 4364727 0 0 4096 17442 0 0 0 -1 2 0 0 0
[pid=15895/tid=15904] ppid=15893 vsize=413908 CPUtime=1109.76 cores=0,2,4,6
/proc/15895/task/15904/stat : 15904 (plingeling) R 15893 15895 14801 0 -1 4202560 263310 1252 0 0 110935 41 0 0 25 0 5 0 653882575 423841792 75347 33554432000 4194304 4417452 140735501868944 18446744073709551615 4364637 0 0 4096 17442 0 0 0 -1 6 0 0 0
[pid=15895/tid=15905] ppid=15893 vsize=413908 CPUtime=1122.16 cores=0,2,4,6
/proc/15895/task/15905/stat : 15905 (plingeling) R 15893 15895 14801 0 -1 4202560 188894 1252 0 0 112190 26 0 0 25 0 5 0 653882575 423841792 75347 33554432000 4194304 4417452 140735501868944 18446744073709551615 4364597 0 0 4096 17442 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 4474.8
Current children cumulated vsize (KiB) 413908

[startup+1182.3 s]
/proc/loadavg: 8.09 8.12 7.94 9/364 15973
/proc/meminfo: memFree=21043012/32951132 swapFree=64495980/67111528
[pid=15895] ppid=15893 vsize=383836 CPUtime=4714.08 cores=0,2,4,6
/proc/15895/stat : 15895 (plingeling) S 15893 15895 14801 0 -1 4202496 1015122 1252 0 0 471223 185 0 0 25 0 5 0 653882565 393048064 67829 33554432000 4194304 4417452 140735501868944 18446744073709551615 210658949093 0 0 4096 17442 18446744073709551615 0 0 17 2 0 0 0
/proc/15895/statm: 95959 67829 180 55 0 93845 0
[pid=15895/tid=15902] ppid=15893 vsize=383836 CPUtime=1180.52 cores=0,2,4,6
/proc/15895/task/15902/stat : 15902 (plingeling) R 15893 15895 14801 0 -1 4202560 286269 1252 0 0 117975 77 0 0 25 0 5 0 653882575 393048064 67829 33554432000 4194304 4417452 140735501868944 18446744073709551615 4364727 0 0 4096 17442 0 0 0 -1 4 0 0 0
[pid=15895/tid=15903] ppid=15893 vsize=383836 CPUtime=1182.15 cores=0,2,4,6
/proc/15895/task/15903/stat : 15903 (plingeling) R 15893 15895 14801 0 -1 4202560 250854 1252 0 0 118181 34 0 0 25 0 5 0 653882575 393048064 67829 33554432000 4194304 4417452 140735501868944 18446744073709551615 4364727 0 0 4096 17442 0 0 0 -1 2 0 0 0
[pid=15895/tid=15904] ppid=15893 vsize=383836 CPUtime=1169.11 cores=0,2,4,6
/proc/15895/task/15904/stat : 15904 (plingeling) R 15893 15895 14801 0 -1 4202560 273574 1252 0 0 116867 44 0 0 25 0 5 0 653882575 393048064 67829 33554432000 4194304 4417452 140735501868944 18446744073709551615 4366074 0 0 4096 17442 0 0 0 -1 6 0 0 0
[pid=15895/tid=15905] ppid=15893 vsize=383836 CPUtime=1182.16 cores=0,2,4,6
/proc/15895/task/15905/stat : 15905 (plingeling) R 15893 15895 14801 0 -1 4202560 199507 1252 0 0 118189 27 0 0 25 0 5 0 653882575 393048064 67829 33554432000 4194304 4417452 140735501868944 18446744073709551615 4364727 0 0 4096 17442 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 4714.08
Current children cumulated vsize (KiB) 383836



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1203.9 s]
/proc/loadavg: 8.13 8.12 7.94 9/364 15973
/proc/meminfo: memFree=20951000/32951132 swapFree=64495980/67111528
[pid=15895] ppid=15893 vsize=391736 CPUtime=4800.23 cores=0,2,4,6
/proc/15895/stat : 15895 (plingeling) S 15893 15895 14801 0 -1 4202496 1035190 1252 0 0 479835 188 0 0 25 0 5 0 653882565 401137664 69804 33554432000 4194304 4417452 140735501868944 18446744073709551615 210658949093 0 0 4096 17442 18446744073709551615 0 0 17 2 0 0 0
/proc/15895/statm: 97934 69804 180 55 0 95820 0
[pid=15895/tid=15902] ppid=15893 vsize=391736 CPUtime=1202.11 cores=0,2,4,6
/proc/15895/task/15902/stat : 15902 (plingeling) R 15893 15895 14801 0 -1 4202560 288697 1252 0 0 120134 77 0 0 25 0 5 0 653882575 401137664 69804 33554432000 4194304 4417452 140735501868944 18446744073709551615 4366048 0 0 4096 17442 0 0 0 -1 4 0 0 0
[pid=15895/tid=15903] ppid=15893 vsize=391736 CPUtime=1203.78 cores=0,2,4,6
/proc/15895/task/15903/stat : 15903 (plingeling) R 15893 15895 14801 0 -1 4202560 257218 1252 0 0 120342 36 0 0 25 0 5 0 653882575 401137664 69804 33554432000 4194304 4417452 140735501868944 18446744073709551615 4364727 0 0 4096 17442 0 0 0 -1 2 0 0 0
[pid=15895/tid=15904] ppid=15893 vsize=391736 CPUtime=1190.45 cores=0,2,4,6
/proc/15895/task/15904/stat : 15904 (plingeling) R 15893 15895 14801 0 -1 4202560 279972 1252 0 0 119001 44 0 0 25 0 5 0 653882575 401137664 69804 33554432000 4194304 4417452 140735501868944 18446744073709551615 4364727 0 0 4096 17442 0 0 0 -1 6 0 0 0
[pid=15895/tid=15905] ppid=15893 vsize=391736 CPUtime=1203.78 cores=0,2,4,6
/proc/15895/task/15905/stat : 15905 (plingeling) R 15893 15895 14801 0 -1 4202560 204385 1252 0 0 120349 29 0 0 25 0 5 0 653882575 401137664 69804 33554432000 4194304 4417452 140735501868944 18446744073709551615 4364727 0 0 4096 17442 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 4800.23
Current children cumulated vsize (KiB) 391736

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

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

[startup+1203.9 s]
/proc/loadavg: 8.13 8.12 7.94 9/364 15973
/proc/meminfo: memFree=20951000/32951132 swapFree=64495980/67111528
[pid=15895] ppid=15893 vsize=391736 CPUtime=4800.23 cores=0,2,4,6
/proc/15895/stat : 15895 (plingeling) S 15893 15895 14801 0 -1 4202496 1035190 1252 0 0 479835 188 0 0 25 0 5 0 653882565 401137664 69804 33554432000 4194304 4417452 140735501868944 18446744073709551615 210658949093 0 0 4096 17442 18446744073709551615 0 0 17 2 0 0 0
/proc/15895/statm: 97934 69804 180 55 0 95820 0
[pid=15895/tid=15902] ppid=15893 vsize=391736 CPUtime=1202.11 cores=0,2,4,6
/proc/15895/task/15902/stat : 15902 (plingeling) R 15893 15895 14801 0 -1 4202560 288697 1252 0 0 120134 77 0 0 25 0 5 0 653882575 401137664 69804 33554432000 4194304 4417452 140735501868944 18446744073709551615 4366048 0 0 4096 17442 0 0 0 -1 4 0 0 0
[pid=15895/tid=15903] ppid=15893 vsize=391736 CPUtime=1203.78 cores=0,2,4,6
/proc/15895/task/15903/stat : 15903 (plingeling) R 15893 15895 14801 0 -1 4202560 257218 1252 0 0 120342 36 0 0 25 0 5 0 653882575 401137664 69804 33554432000 4194304 4417452 140735501868944 18446744073709551615 4364727 0 0 4096 17442 0 0 0 -1 2 0 0 0
[pid=15895/tid=15904] ppid=15893 vsize=391736 CPUtime=1190.45 cores=0,2,4,6
/proc/15895/task/15904/stat : 15904 (plingeling) R 15893 15895 14801 0 -1 4202560 279972 1252 0 0 119001 44 0 0 25 0 5 0 653882575 401137664 69804 33554432000 4194304 4417452 140735501868944 18446744073709551615 4364727 0 0 4096 17442 0 0 0 -1 6 0 0 0
[pid=15895/tid=15905] ppid=15893 vsize=391736 CPUtime=1203.78 cores=0,2,4,6
/proc/15895/task/15905/stat : 15905 (plingeling) R 15893 15895 14801 0 -1 4202560 204385 1252 0 0 120349 29 0 0 25 0 5 0 653882575 401137664 69804 33554432000 4194304 4417452 140735501868944 18446744073709551615 4364727 0 0 4096 17442 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 4800.23
Current children cumulated vsize (KiB) 391736

Child ended because it received signal 15 (SIGTERM)
Real time (s): 1203.93
CPU time (s): 4800.29
CPU user time (s): 4798.39
CPU system time (s): 1.90171
CPU usage (%): 398.718
Max. virtual memory (cumulated for all children) (KiB): 448368

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 4798.39
system time used= 1.90171
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 1036442
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= 104
involuntary context switches= 21518

runsolver used 3.82842 second user time and 9.51655 second system time

The end

Launcher Data

Begin job on node129 at 2011-05-15 03:27:09
IDJOB=3371451
IDBENCH=83108
IDSOLVER=1848
FILE ID=node129/3371451-1305422829
RUNJOBID= node129-1305422664-15790
PBS_JOBID= 13324559
Free space on /tmp= 73344 MiB

SOLVER NAME= Plingeling 587f (fixed)
BENCH NAME= SAT11/application/fuhs/slp-synthesis-AES/slp-synthesis-aes-bottom15.cnf
COMMAND LINE= plingeling -t NBCORE BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3371451-1305422829/watcher-3371451-1305422829 -o /tmp/evaluation-result-3371451-1305422829/solver-3371451-1305422829 -C 4800 -W 1300 -M 15500  plingeling -t 4 HOME/instance-3371451-1305422829.cnf

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

MD5SUM BENCH= 1f0914c6141fdba914b73575a12b918a
RANDOM SEED=1603587900

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

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

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

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


/proc/meminfo:
MemTotal:     32951132 kB
MemFree:      21437844 kB
Buffers:        249032 kB
Cached:        5874384 kB
SwapCached:      52668 kB
Active:        3136044 kB
Inactive:      8154864 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32951132 kB
LowFree:      21437844 kB
SwapTotal:    67111528 kB
SwapFree:     64495980 kB
Dirty:            1568 kB
Writeback:           0 kB
AnonPages:     5123884 kB
Mapped:          17792 kB
Slab:           120256 kB
PageTables:      37752 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83587092 kB
Committed_AS: 80015900 kB
VmallocTotal: 34359738367 kB
VmallocUsed:    296000 kB
VmallocChunk: 34359440975 kB
HugePages_Total:     0
HugePages_Free:      0
HugePages_Rsvd:      0
Hugepagesize:     2048 kB

Free space on /tmp at the end= 73356 MiB
End job on node129 at 2011-05-15 03:47:15