Trace number 3373584

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
claspmt 2.0-R4095-patched (fixed)? (TO) 4800.44 1204.31

General information on the benchmark

Nameapplication/rintanen/SATPlanning/
openstacks-sequencedstrips-nonadl-nonnegated-os-sequencedstrips-p30_1.025-NOTKNOWN.cnf
MD5SUM732b9c9b0d44d6a9e75489b2f5004165
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 variables95456
Number of clauses477186
Sum of the clauses size1137161
Maximum clause length63
Minimum clause length1
Number of clauses of size 1211
Number of clauses of size 2470925
Number of clauses of size 31500
Number of clauses of size 40
Number of clauses of size 50
Number of clauses of size over 54550

Solver Data

0.00/0.01	c clasp version 2.0.0-RC2
0.00/0.01	c Reading from ...420864/instance-3373584-1305420864.cnf
0.37/0.40	c Solving...
4800.10/1204.01	
4800.10/1204.01	*** INTERRUPTED! ***
4800.10/1204.01	*** Shutting down threads...
4800.43/1204.30	s UNKNOWN
4800.43/1204.30	
4800.43/1204.30	c INTERRUPTED   : 1
4800.43/1204.30	c Models        : 0+    
4800.43/1204.30	c Time          : 1204.006s (Solving: 1203.61s 1st Model: 0.00s Unsat: 0.00s)
4800.43/1204.30	c CPU Time      : 4800.140s

Verifier Data

ERROR: Unexpected answer ! (SATISFIABLE/UNSATISFIABLE expected)
Got answer: UNKNOWN

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-3373584-1305420864/watcher-3373584-1305420864 -o /tmp/evaluation-result-3373584-1305420864/solver-3373584-1305420864 -C 4800 -W 1300 -M 15500 HOME/claspmt -t4 -p HOME/sat11-port.txt --distribute=all,2 HOME/instance-3373584-1305420864.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: 7.43 7.95 7.98 2/351 14717
/proc/meminfo: memFree=21264344/32951124 swapFree=65581052/67111528
[pid=14717] ppid=14715 vsize=11796 CPUtime=0 cores=0,2,4,6
/proc/14717/stat : 14717 (runsolver) S 14715 14717 14138 0 -1 4202560 41 0 0 0 0 0 0 0 20 0 1 0 653684174 12079104 49 33554432000 4194304 5432360 140733360932336 18446744073709551615 4881623 0 2147483391 4096 24578 18446744071699968823 0 0 17 0 0 0 0
/proc/14717/statm: 2949 49 30 303 0 2643 0

[startup+0.042258 s]
/proc/loadavg: 7.43 7.95 7.98 2/351 14717
/proc/meminfo: memFree=21264344/32951124 swapFree=65581052/67111528
[pid=14717] ppid=14715 vsize=40092 CPUtime=0.02 cores=0,2,4,6
/proc/14717/stat : 14717 (claspmt) R 14715 14717 14138 0 -1 4202496 5978 0 0 0 2 0 0 0 21 0 1 0 653684174 41054208 5164 33554432000 4194304 4964800 140735106492144 18446744073709551615 218905730816 0 0 4096 18946 0 0 0 17 4 0 0 0
/proc/14717/statm: 10023 5164 388 189 0 4897 0
Current children cumulated CPU time (s) 0.02
Current children cumulated vsize (KiB) 40092

[startup+0.100285 s]
/proc/loadavg: 7.43 7.95 7.98 2/351 14717
/proc/meminfo: memFree=21264344/32951124 swapFree=65581052/67111528
[pid=14717] ppid=14715 vsize=45268 CPUtime=0.08 cores=0,2,4,6
/proc/14717/stat : 14717 (claspmt) R 14715 14717 14138 0 -1 4202496 7743 0 0 0 7 1 0 0 21 0 1 0 653684174 46354432 6456 33554432000 4194304 4964800 140735106492144 18446744073709551615 218905391813 0 0 4096 18946 0 0 0 17 4 0 0 0
/proc/14717/statm: 11317 6456 388 189 0 6191 0
Current children cumulated CPU time (s) 0.08
Current children cumulated vsize (KiB) 45268

[startup+0.30025 s]
/proc/loadavg: 7.43 7.95 7.98 2/351 14717
/proc/meminfo: memFree=21264344/32951124 swapFree=65581052/67111528
[pid=14717] ppid=14715 vsize=62508 CPUtime=0.27 cores=0,2,4,6
/proc/14717/stat : 14717 (claspmt) R 14715 14717 14138 0 -1 4202496 13513 0 0 0 26 1 0 0 22 0 1 0 653684174 64008192 10617 33554432000 4194304 4964800 140735106492144 18446744073709551615 218905388818 0 0 4096 18946 0 0 0 17 4 0 0 0
/proc/14717/statm: 15627 10617 403 189 0 10501 0
Current children cumulated CPU time (s) 0.27
Current children cumulated vsize (KiB) 62508

[startup+0.701103 s]
/proc/loadavg: 7.43 7.95 7.98 2/351 14717
/proc/meminfo: memFree=21264344/32951124 swapFree=65581052/67111528
[pid=14717] ppid=14715 vsize=225972 CPUtime=1.5 cores=0,2,4,6
/proc/14717/stat : 14717 (claspmt) R 14715 14717 14138 0 -1 4202496 24016 0 0 0 143 7 0 0 25 0 4 0 653684174 231395328 17277 33554432000 4194304 4964800 140735106492144 18446744073709551615 218905392161 0 0 4096 18946 18446744073709551615 0 0 17 2 0 0 0
/proc/14717/statm: 56493 17277 458 189 0 50842 0
Current children cumulated CPU time (s) 1.5
Current children cumulated vsize (KiB) 225972

[startup+1.50093 s]
/proc/loadavg: 7.43 7.95 7.98 9/361 14730
/proc/meminfo: memFree=21095260/32951124 swapFree=65581052/67111528
[pid=14717] ppid=14715 vsize=295400 CPUtime=4.69 cores=0,2,4,6
/proc/14717/stat : 14717 (claspmt) R 14715 14717 14138 0 -1 4202496 30038 0 0 0 458 11 0 0 25 0 4 0 653684174 302489600 23299 33554432000 4194304 4964800 140735106492144 18446744073709551615 218905774263 0 0 4096 18946 18446744073709551615 0 0 17 2 0 0 0
/proc/14717/statm: 73850 23300 458 189 0 68199 0
[pid=14717/tid=14725] ppid=14715 vsize=295400 CPUtime=1.07 cores=0,2,4,6
/proc/14717/task/14725/stat : 14725 (claspmt) R 14715 14717 14138 0 -1 4202560 3527 0 0 0 105 2 0 0 19 0 4 0 653684215 302489600 23300 33554432000 4194304 4964800 140735106492144 18446744073709551615 4342918 0 0 4096 18946 0 0 0 -1 4 0 0 0
[pid=14717/tid=14726] ppid=14715 vsize=295400 CPUtime=1.08 cores=0,2,4,6
/proc/14717/task/14726/stat : 14726 (claspmt) R 14715 14717 14138 0 -1 4202560 5698 0 0 0 107 1 0 0 19 0 4 0 653684215 302489600 23300 33554432000 4194304 4964800 140735106492144 18446744073709551615 4321102 0 0 4096 18946 0 0 0 -1 0 0 0 0
[pid=14717/tid=14727] ppid=14715 vsize=295400 CPUtime=1.06 cores=0,2,4,6
/proc/14717/task/14727/stat : 14727 (claspmt) R 14715 14717 14138 0 -1 4202560 5418 0 0 0 103 3 0 0 19 0 4 0 653684215 302489600 23300 33554432000 4194304 4964800 140735106492144 18446744073709551615 4660444 0 0 4096 18946 0 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 4.69
Current children cumulated vsize (KiB) 295400

[startup+3.10064 s]
/proc/loadavg: 7.43 7.95 7.98 9/361 14730
/proc/meminfo: memFree=21028188/32951124 swapFree=65581052/67111528
[pid=14717] ppid=14715 vsize=307132 CPUtime=11.07 cores=0,2,4,6
/proc/14717/stat : 14717 (claspmt) R 14715 14717 14138 0 -1 4202496 41473 0 0 0 1093 14 0 0 25 0 4 0 653684174 314503168 34734 33554432000 4194304 4964800 140735106492144 18446744073709551615 4627204 0 0 4096 18946 18446744073709551615 0 0 17 2 0 0 0
/proc/14717/statm: 76783 34734 458 189 0 71132 0
[pid=14717/tid=14725] ppid=14715 vsize=307132 CPUtime=2.66 cores=0,2,4,6
/proc/14717/task/14725/stat : 14725 (claspmt) R 14715 14717 14138 0 -1 4202560 5561 0 0 0 264 2 0 0 22 0 4 0 653684215 314503168 34734 33554432000 4194304 4964800 140735106492144 18446744073709551615 218905392161 0 0 4096 18946 0 0 0 -1 4 0 0 0
[pid=14717/tid=14726] ppid=14715 vsize=307132 CPUtime=2.67 cores=0,2,4,6
/proc/14717/task/14726/stat : 14726 (claspmt) R 14715 14717 14138 0 -1 4202560 9705 0 0 0 266 1 0 0 23 0 4 0 653684215 314503168 34734 33554432000 4194304 4964800 140735106492144 18446744073709551615 4320955 0 0 4096 18946 0 0 0 -1 0 0 0 0
[pid=14717/tid=14727] ppid=14715 vsize=307132 CPUtime=2.65 cores=0,2,4,6
/proc/14717/task/14727/stat : 14727 (claspmt) R 14715 14717 14138 0 -1 4202560 8151 0 0 0 261 4 0 0 23 0 4 0 653684215 314503168 34734 33554432000 4194304 4964800 140735106492144 18446744073709551615 4660157 0 0 4096 18946 0 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 11.07
Current children cumulated vsize (KiB) 307132

[startup+6.30106 s]
/proc/loadavg: 7.47 7.95 7.98 9/361 14730
/proc/meminfo: memFree=20852308/32951124 swapFree=65581052/67111528
[pid=14717] ppid=14715 vsize=330348 CPUtime=23.84 cores=0,2,4,6
/proc/14717/stat : 14717 (claspmt) R 14715 14717 14138 0 -1 4202496 63177 0 0 0 2361 23 0 0 25 0 4 0 653684174 338276352 56438 33554432000 4194304 4964800 140735106492144 18446744073709551615 4320955 0 0 4096 18946 18446744073709551615 0 0 17 2 0 0 0
/proc/14717/statm: 82587 56438 458 189 0 76936 0
[pid=14717/tid=14725] ppid=14715 vsize=330348 CPUtime=5.87 cores=0,2,4,6
/proc/14717/task/14725/stat : 14725 (claspmt) R 14715 14717 14138 0 -1 4202560 8722 0 0 0 583 4 0 0 25 0 4 0 653684215 338276352 56439 33554432000 4194304 4964800 140735106492144 18446744073709551615 4320911 0 0 4096 18946 0 0 0 -1 4 0 0 0
[pid=14717/tid=14726] ppid=14715 vsize=330348 CPUtime=5.88 cores=0,2,4,6
/proc/14717/task/14726/stat : 14726 (claspmt) R 14715 14717 14138 0 -1 4202560 17767 0 0 0 584 4 0 0 25 0 4 0 653684215 338276352 56439 33554432000 4194304 4964800 140735106492144 18446744073709551615 218905391813 0 0 4096 18946 0 0 0 -1 0 0 0 0
[pid=14717/tid=14727] ppid=14715 vsize=330348 CPUtime=5.81 cores=0,2,4,6
/proc/14717/task/14727/stat : 14727 (claspmt) R 14715 14717 14138 0 -1 4202560 13668 0 0 0 575 6 0 0 25 0 4 0 653684215 338276352 56439 33554432000 4194304 4964800 140735106492144 18446744073709551615 4627263 0 0 4096 18946 0 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 23.84
Current children cumulated vsize (KiB) 330348

[startup+12.7009 s]
/proc/loadavg: 7.52 7.95 7.98 9/361 14730
/proc/meminfo: memFree=20529000/32951124 swapFree=65581052/67111528
[pid=14717] ppid=14715 vsize=549832 CPUtime=49.36 cores=0,2,4,6
/proc/14717/stat : 14717 (claspmt) R 14715 14717 14138 0 -1 4202496 93414 0 0 0 4902 34 0 0 25 0 4 0 653684174 563027968 86675 33554432000 4194304 4964800 140735106492144 18446744073709551615 218905391813 0 0 4096 18946 18446744073709551615 0 0 17 2 0 0 0
/proc/14717/statm: 137458 86675 460 189 0 131807 0
[pid=14717/tid=14725] ppid=14715 vsize=549832 CPUtime=12.26 cores=0,2,4,6
/proc/14717/task/14725/stat : 14725 (claspmt) R 14715 14717 14138 0 -1 4202560 12389 0 0 0 1220 6 0 0 25 0 4 0 653684215 563027968 86675 33554432000 4194304 4964800 140735106492144 18446744073709551615 4370485 0 0 4096 18946 0 0 0 -1 4 0 0 0
[pid=14717/tid=14726] ppid=14715 vsize=549832 CPUtime=12.27 cores=0,2,4,6
/proc/14717/task/14726/stat : 14726 (claspmt) R 14715 14717 14138 0 -1 4202560 26746 0 0 0 1221 6 0 0 25 0 4 0 653684215 563027968 86675 33554432000 4194304 4964800 140735106492144 18446744073709551615 4670313 0 0 4096 18946 0 0 0 -1 0 0 0 0
[pid=14717/tid=14727] ppid=14715 vsize=549832 CPUtime=12.14 cores=0,2,4,6
/proc/14717/task/14727/stat : 14727 (claspmt) R 14715 14717 14138 0 -1 4202560 23147 0 0 0 1204 10 0 0 25 0 4 0 653684215 563027968 86675 33554432000 4194304 4964800 140735106492144 18446744073709551615 4342228 0 0 4096 18946 0 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 49.36
Current children cumulated vsize (KiB) 549832

[startup+25.5006 s]
/proc/loadavg: 7.62 7.96 7.98 9/361 14731
/proc/meminfo: memFree=19965616/32951124 swapFree=65581052/67111528
[pid=14717] ppid=14715 vsize=679444 CPUtime=100.4 cores=0,2,4,6
/proc/14717/stat : 14717 (claspmt) R 14715 14717 14138 0 -1 4202496 145773 0 0 0 9988 52 0 0 25 0 4 0 653684174 695750656 139034 33554432000 4194304 4964800 140735106492144 18446744073709551615 4670299 0 0 4096 18946 18446744073709551615 0 0 17 2 0 0 0
/proc/14717/statm: 169861 139034 460 189 0 164210 0
[pid=14717/tid=14725] ppid=14715 vsize=679444 CPUtime=25.06 cores=0,2,4,6
/proc/14717/task/14725/stat : 14725 (claspmt) R 14715 14717 14138 0 -1 4202560 25711 0 0 0 2494 12 0 0 25 0 4 0 653684215 695750656 139034 33554432000 4194304 4964800 140735106492144 18446744073709551615 4660163 0 0 4096 18946 0 0 0 -1 4 0 0 0
[pid=14717/tid=14726] ppid=14715 vsize=679444 CPUtime=25.08 cores=0,2,4,6
/proc/14717/task/14726/stat : 14726 (claspmt) R 14715 14717 14138 0 -1 4202560 47395 0 0 0 2497 11 0 0 25 0 4 0 653684215 695750656 139034 33554432000 4194304 4964800 140735106492144 18446744073709551615 4363307 0 0 4096 18946 0 0 0 -1 0 0 0 0
[pid=14717/tid=14727] ppid=14715 vsize=679444 CPUtime=24.79 cores=0,2,4,6
/proc/14717/task/14727/stat : 14727 (claspmt) R 14715 14717 14138 0 -1 4202560 28697 0 0 0 2467 12 0 0 25 0 4 0 653684215 695750656 139034 33554432000 4194304 4964800 140735106492144 18446744073709551615 4632387 0 0 4096 18946 0 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 100.4
Current children cumulated vsize (KiB) 679444

[startup+51.1009 s]
/proc/loadavg: 7.81 7.97 7.99 9/361 14731
/proc/meminfo: memFree=19378412/32951124 swapFree=65581052/67111528
[pid=14717] ppid=14715 vsize=800456 CPUtime=202.5 cores=0,2,4,6
/proc/14717/stat : 14717 (claspmt) R 14715 14717 14138 0 -1 4202496 182820 0 0 0 20182 68 0 0 25 0 4 0 653684174 819666944 176081 33554432000 4194304 4964800 140735106492144 18446744073709551615 4668987 0 0 4096 18946 18446744073709551615 0 0 17 2 0 0 0
/proc/14717/statm: 200114 176081 460 189 0 194463 0
[pid=14717/tid=14725] ppid=14715 vsize=800456 CPUtime=50.66 cores=0,2,4,6
/proc/14717/task/14725/stat : 14725 (claspmt) R 14715 14717 14138 0 -1 4202560 30913 0 0 0 5050 16 0 0 25 0 4 0 653684215 819666944 176081 33554432000 4194304 4964800 140735106492144 18446744073709551615 4684040 0 0 4096 18946 0 0 0 -1 4 0 0 0
[pid=14717/tid=14726] ppid=14715 vsize=800456 CPUtime=50.67 cores=0,2,4,6
/proc/14717/task/14726/stat : 14726 (claspmt) R 14715 14717 14138 0 -1 4202560 58578 0 0 0 5052 15 0 0 25 0 4 0 653684215 819666944 176081 33554432000 4194304 4964800 140735106492144 18446744073709551615 4320981 0 0 4096 18946 0 0 0 -1 0 0 0 0
[pid=14717/tid=14727] ppid=14715 vsize=800456 CPUtime=50.11 cores=0,2,4,6
/proc/14717/task/14727/stat : 14727 (claspmt) R 14715 14717 14138 0 -1 4202560 41118 0 0 0 4995 16 0 0 25 0 4 0 653684215 819666944 176081 33554432000 4194304 4964800 140735106492144 18446744073709551615 4325376 0 0 4096 18946 0 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 202.5
Current children cumulated vsize (KiB) 800456

[startup+102.314 s]
/proc/loadavg: 7.98 7.99 7.99 9/361 14733
/proc/meminfo: memFree=18504804/32951124 swapFree=65581052/67111528
[pid=14717] ppid=14715 vsize=1131316 CPUtime=406.78 cores=0,2,4,6
/proc/14717/stat : 14717 (claspmt) R 14715 14717 14138 0 -1 4202496 252962 0 0 0 40581 97 0 0 25 0 4 0 653684174 1158467584 246215 33554432000 4194304 4964800 140735106492144 18446744073709551615 4342929 0 0 4096 18946 18446744073709551615 0 0 17 2 0 0 0
/proc/14717/statm: 282829 246215 460 189 0 277178 0
[pid=14717/tid=14725] ppid=14715 vsize=1131316 CPUtime=101.86 cores=0,2,4,6
/proc/14717/task/14725/stat : 14725 (claspmt) R 14715 14717 14138 0 -1 4202560 40603 0 0 0 10165 21 0 0 25 0 4 0 653684215 1158467584 246215 33554432000 4194304 4964800 140735106492144 18446744073709551615 4654543 0 0 4096 18946 0 0 0 -1 4 0 0 0
[pid=14717/tid=14726] ppid=14715 vsize=1131316 CPUtime=101.88 cores=0,2,4,6
/proc/14717/task/14726/stat : 14726 (claspmt) R 14715 14717 14138 0 -1 4202560 87835 0 0 0 10163 25 0 0 25 0 4 0 653684215 1158467584 246215 33554432000 4194304 4964800 140735106492144 18446744073709551615 4321079 0 0 4096 18946 0 0 0 -1 0 0 0 0
[pid=14717/tid=14727] ppid=14715 vsize=1131316 CPUtime=100.76 cores=0,2,4,6
/proc/14717/task/14727/stat : 14727 (claspmt) R 14715 14717 14138 0 -1 4202560 63118 0 0 0 10051 25 0 0 25 0 4 0 653684215 1158467584 246215 33554432000 4194304 4964800 140735106492144 18446744073709551615 4684021 0 0 4096 18946 0 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 406.78
Current children cumulated vsize (KiB) 1131316

[startup+162.301 s]
/proc/loadavg: 8.10 8.02 8.00 9/361 14734
/proc/meminfo: memFree=17596732/32951124 swapFree=65581052/67111528
[pid=14717] ppid=14715 vsize=1645624 CPUtime=646.07 cores=0,2,4,6
/proc/14717/stat : 14717 (claspmt) R 14715 14717 14138 0 -1 4202496 381563 0 0 0 64452 155 0 0 25 0 4 0 653684174 1685118976 374797 33554432000 4194304 4964800 140735106492144 18446744073709551615 4670180 0 0 4096 18946 18446744073709551615 0 0 17 2 0 0 0
/proc/14717/statm: 411406 374797 460 189 0 405755 0
[pid=14717/tid=14725] ppid=14715 vsize=1645768 CPUtime=161.85 cores=0,2,4,6
/proc/14717/task/14725/stat : 14725 (claspmt) R 14715 14717 14138 0 -1 4202560 53242 0 0 0 16157 28 0 0 25 0 4 0 653684215 1685266432 374798 33554432000 4194304 4964800 140735106492144 18446744073709551615 4670299 0 0 4096 18946 0 0 0 -1 4 0 0 0
[pid=14717/tid=14726] ppid=14715 vsize=1645768 CPUtime=161.87 cores=0,2,4,6
/proc/14717/task/14726/stat : 14726 (claspmt) R 14715 14717 14138 0 -1 4202560 161959 0 0 0 16136 51 0 0 25 0 4 0 653684215 1685266432 374801 33554432000 4194304 4964800 140735106492144 18446744073709551615 218905427723 0 0 4096 18946 0 0 0 -1 0 0 0 0
[pid=14717/tid=14727] ppid=14715 vsize=1645768 CPUtime=160.09 cores=0,2,4,6
/proc/14717/task/14727/stat : 14727 (claspmt) R 14715 14717 14138 0 -1 4202560 100530 0 0 0 15961 48 0 0 25 0 4 0 653684215 1685266432 374801 33554432000 4194304 4964800 140735106492144 18446744073709551615 4627272 0 0 4096 18946 0 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 646.07
Current children cumulated vsize (KiB) 1645624

[startup+222.301 s]
/proc/loadavg: 8.13 8.04 8.01 9/361 14736
/proc/meminfo: memFree=17114232/32951124 swapFree=65581052/67111528
[pid=14717] ppid=14715 vsize=1990668 CPUtime=885.38 cores=0,2,4,6
/proc/14717/stat : 14717 (claspmt) R 14715 14717 14138 0 -1 4202496 450106 0 0 0 88353 185 0 0 25 0 4 0 653684174 2038444032 443338 33554432000 4194304 4964800 140735106492144 18446744073709551615 4670308 0 0 4096 18946 18446744073709551615 0 0 17 2 0 0 0
/proc/14717/statm: 497667 443338 460 189 0 492016 0
[pid=14717/tid=14725] ppid=14715 vsize=1990668 CPUtime=221.83 cores=0,2,4,6
/proc/14717/task/14725/stat : 14725 (claspmt) R 14715 14717 14138 0 -1 4202560 58344 0 0 0 22153 30 0 0 25 0 4 0 653684215 2038444032 443338 33554432000 4194304 4964800 140735106492144 18446744073709551615 4332351 0 0 4096 18946 0 0 0 -1 4 0 0 0
[pid=14717/tid=14726] ppid=14715 vsize=1990668 CPUtime=221.86 cores=0,2,4,6
/proc/14717/task/14726/stat : 14726 (claspmt) R 14715 14717 14138 0 -1 4202560 200831 0 0 0 22122 64 0 0 25 0 4 0 653684215 2038444032 443338 33554432000 4194304 4964800 140735106492144 18446744073709551615 4320981 0 0 4096 18946 0 0 0 -1 0 0 0 0
[pid=14717/tid=14727] ppid=14715 vsize=1990668 CPUtime=219.42 cores=0,2,4,6
/proc/14717/task/14727/stat : 14727 (claspmt) R 14715 14717 14138 0 -1 4202560 119464 0 0 0 21882 60 0 0 25 0 4 0 653684215 2038444032 443338 33554432000 4194304 4964800 140735106492144 18446744073709551615 4683965 0 0 4096 18946 0 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 885.38
Current children cumulated vsize (KiB) 1990668

[startup+282.301 s]

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

[pid=14717/tid=14725] ppid=14715 vsize=3342564 CPUtime=699.83 cores=0,2,4,6
/proc/14717/task/14725/stat : 14725 (claspmt) R 14715 14717 14138 0 -1 4202560 88504 0 0 0 69933 50 0 0 25 0 4 0 653684215 3422785536 805458 33554432000 4194304 4964800 140735106492144 18446744073709551615 4660422 0 0 4096 18946 0 0 0 -1 6 0 0 0
[pid=14717/tid=14726] ppid=14715 vsize=3342564 CPUtime=701.77 cores=0,2,4,6
/proc/14717/task/14726/stat : 14726 (claspmt) R 14715 14717 14138 0 -1 4202560 332814 0 0 0 70064 113 0 0 25 0 4 0 653684215 3422785536 805458 33554432000 4194304 4964800 140735106492144 18446744073709551615 4670308 0 0 4096 18946 0 0 0 -1 0 0 0 0
[pid=14717/tid=14727] ppid=14715 vsize=3342564 CPUtime=699.07 cores=0,2,4,6
/proc/14717/task/14727/stat : 14727 (claspmt) R 14715 14717 14138 0 -1 4202560 212189 0 0 0 69800 107 0 0 25 0 4 0 653684215 3422785536 805458 33554432000 4194304 4964800 140735106492144 18446744073709551615 4670308 0 0 4096 18946 0 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 2799.09
Current children cumulated vsize (KiB) 3342564

[startup+762.313 s]
/proc/loadavg: 8.22 8.16 8.06 9/361 14762
/proc/meminfo: memFree=12728088/32951124 swapFree=65581052/67111528
[pid=14717] ppid=14715 vsize=3408100 CPUtime=3038.41 cores=0,2,4,6
/proc/14717/stat : 14717 (claspmt) R 14715 14717 14138 0 -1 4202496 826465 0 0 0 303480 361 0 0 25 0 4 0 653684174 3489894400 819502 33554432000 4194304 4964800 140735106492144 18446744073709551615 4627168 0 0 4096 18946 18446744073709551615 0 0 17 4 0 0 0
/proc/14717/statm: 852025 819502 460 189 0 846374 0
[pid=14717/tid=14725] ppid=14715 vsize=3408100 CPUtime=759.12 cores=0,2,4,6
/proc/14717/task/14725/stat : 14725 (claspmt) R 14715 14717 14138 0 -1 4202560 88504 0 0 0 75862 50 0 0 25 0 4 0 653684215 3489894400 819502 33554432000 4194304 4964800 140735106492144 18446744073709551615 4670346 0 0 4096 18946 0 0 0 -1 6 0 0 0
[pid=14717/tid=14726] ppid=14715 vsize=3408100 CPUtime=761.79 cores=0,2,4,6
/proc/14717/task/14726/stat : 14726 (claspmt) R 14715 14717 14138 0 -1 4202560 346831 0 0 0 76056 123 0 0 25 0 4 0 653684215 3489894400 819502 33554432000 4194304 4964800 140735106492144 18446744073709551615 4660157 0 0 4096 18946 0 0 0 -1 0 0 0 0
[pid=14717/tid=14727] ppid=14715 vsize=3408100 CPUtime=759.09 cores=0,2,4,6
/proc/14717/task/14727/stat : 14727 (claspmt) R 14715 14717 14138 0 -1 4202560 212202 0 0 0 75802 107 0 0 25 0 4 0 653684215 3489894400 819502 33554432000 4194304 4964800 140735106492144 18446744073709551615 4670308 0 0 4096 18946 0 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 3038.41
Current children cumulated vsize (KiB) 3408100

[startup+822.3 s]
/proc/loadavg: 8.14 8.15 8.06 9/361 14764
/proc/meminfo: memFree=12232936/32951124 swapFree=65581052/67111528
[pid=14717] ppid=14715 vsize=3408100 CPUtime=3277.7 cores=0,2,4,6
/proc/14717/stat : 14717 (claspmt) R 14715 14717 14138 0 -1 4202496 830833 0 0 0 327406 364 0 0 25 0 4 0 653684174 3489894400 823870 33554432000 4194304 4964800 140735106492144 18446744073709551615 4668984 0 0 4096 18946 18446744073709551615 0 0 17 4 0 0 0
/proc/14717/statm: 852025 823870 460 189 0 846374 0
[pid=14717/tid=14725] ppid=14715 vsize=3408100 CPUtime=818.45 cores=0,2,4,6
/proc/14717/task/14725/stat : 14725 (claspmt) R 14715 14717 14138 0 -1 4202560 88507 0 0 0 81795 50 0 0 25 0 4 0 653684215 3489894400 823870 33554432000 4194304 4964800 140735106492144 18446744073709551615 4320970 0 0 4096 18946 0 0 0 -1 6 0 0 0
[pid=14717/tid=14726] ppid=14715 vsize=3408100 CPUtime=821.77 cores=0,2,4,6
/proc/14717/task/14726/stat : 14726 (claspmt) R 14715 14717 14138 0 -1 4202560 346867 0 0 0 82054 123 0 0 25 0 4 0 653684215 3489894400 823870 33554432000 4194304 4964800 140735106492144 18446744073709551615 4670313 0 0 4096 18946 0 0 0 -1 0 0 0 0
[pid=14717/tid=14727] ppid=14715 vsize=3408100 CPUtime=819.07 cores=0,2,4,6
/proc/14717/task/14727/stat : 14727 (claspmt) R 14715 14717 14138 0 -1 4202560 212206 0 0 0 81800 107 0 0 25 0 4 0 653684215 3489894400 823870 33554432000 4194304 4964800 140735106492144 18446744073709551615 4342157 0 0 4096 18946 0 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 3277.7
Current children cumulated vsize (KiB) 3408100

[startup+882.301 s]
/proc/loadavg: 8.17 8.15 8.06 9/361 14765
/proc/meminfo: memFree=11686956/32951124 swapFree=65581052/67111528
[pid=14717] ppid=14715 vsize=3473636 CPUtime=3517.02 cores=0,2,4,6
/proc/14717/stat : 14717 (claspmt) R 14715 14717 14138 0 -1 4202496 831301 0 0 0 351338 364 0 0 25 0 4 0 653684174 3557003264 824338 33554432000 4194304 4964800 140735106492144 18446744073709551615 4670308 0 0 4096 18946 18446744073709551615 0 0 17 4 0 0 0
/proc/14717/statm: 868409 824338 460 189 0 862758 0
[pid=14717/tid=14725] ppid=14715 vsize=3473636 CPUtime=877.76 cores=0,2,4,6
/proc/14717/task/14725/stat : 14725 (claspmt) R 14715 14717 14138 0 -1 4202560 88950 0 0 0 87726 50 0 0 25 0 4 0 653684215 3557003264 824338 33554432000 4194304 4964800 140735106492144 18446744073709551615 4343490 0 0 4096 18946 0 0 0 -1 6 0 0 0
[pid=14717/tid=14726] ppid=14715 vsize=3473636 CPUtime=881.77 cores=0,2,4,6
/proc/14717/task/14726/stat : 14726 (claspmt) R 14715 14717 14138 0 -1 4202560 346887 0 0 0 88054 123 0 0 25 0 4 0 653684215 3557003264 824338 33554432000 4194304 4964800 140735106492144 18446744073709551615 4320970 0 0 4096 18946 0 0 0 -1 0 0 0 0
[pid=14717/tid=14727] ppid=14715 vsize=3473636 CPUtime=879.07 cores=0,2,4,6
/proc/14717/task/14727/stat : 14727 (claspmt) R 14715 14717 14138 0 -1 4202560 212211 0 0 0 87800 107 0 0 25 0 4 0 653684215 3557003264 824338 33554432000 4194304 4964800 140735106492144 18446744073709551615 4670308 0 0 4096 18946 0 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 3517.02
Current children cumulated vsize (KiB) 3473636

[startup+942.301 s]
/proc/loadavg: 8.13 8.14 8.06 9/361 14767
/proc/meminfo: memFree=11357096/32951124 swapFree=65581052/67111528
[pid=14717] ppid=14715 vsize=3670244 CPUtime=3756.37 cores=0,2,4,6
/proc/14717/stat : 14717 (claspmt) R 14715 14717 14138 0 -1 4202496 884675 0 0 0 375238 399 0 0 25 0 4 0 653684174 3758329856 877712 33554432000 4194304 4964800 140735106492144 18446744073709551615 4669350 0 0 4096 18946 18446744073709551615 0 0 17 4 0 0 0
/proc/14717/statm: 917561 877712 460 189 0 911910 0
[pid=14717/tid=14725] ppid=14715 vsize=3670244 CPUtime=937.12 cores=0,2,4,6
/proc/14717/task/14725/stat : 14725 (claspmt) R 14715 14717 14138 0 -1 4202560 104240 0 0 0 93650 62 0 0 25 0 4 0 653684215 3758329856 877712 33554432000 4194304 4964800 140735106492144 18446744073709551615 4670308 0 0 4096 18946 0 0 0 -1 6 0 0 0
[pid=14717/tid=14726] ppid=14715 vsize=3670244 CPUtime=941.76 cores=0,2,4,6
/proc/14717/task/14726/stat : 14726 (claspmt) R 14715 14717 14138 0 -1 4202560 348619 0 0 0 94053 123 0 0 25 0 4 0 653684215 3758329856 877712 33554432000 4194304 4964800 140735106492144 18446744073709551615 4313761 0 0 4096 18946 0 0 0 -1 0 0 0 0
[pid=14717/tid=14727] ppid=14715 vsize=3670244 CPUtime=939.07 cores=0,2,4,6
/proc/14717/task/14727/stat : 14727 (claspmt) R 14715 14717 14138 0 -1 4202560 223291 0 0 0 93791 116 0 0 25 0 4 0 653684215 3758329856 877712 33554432000 4194304 4964800 140735106492144 18446744073709551615 4320966 0 0 4096 18946 0 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 3756.37
Current children cumulated vsize (KiB) 3670244

[startup+1002.3 s]
/proc/loadavg: 8.11 8.12 8.06 9/361 14769
/proc/meminfo: memFree=10934244/32951124 swapFree=65581052/67111528
[pid=14717] ppid=14715 vsize=3670244 CPUtime=3995.71 cores=0,2,4,6
/proc/14717/stat : 14717 (claspmt) R 14715 14717 14138 0 -1 4202496 885078 0 0 0 399171 400 0 0 25 0 4 0 653684174 3758329856 878017 33554432000 4194304 4964800 140735106492144 18446744073709551615 4320951 0 0 4096 18946 18446744073709551615 0 0 17 4 0 0 0
/proc/14717/statm: 917561 878017 460 189 0 911910 0
[pid=14717/tid=14725] ppid=14715 vsize=3670244 CPUtime=996.45 cores=0,2,4,6
/proc/14717/task/14725/stat : 14725 (claspmt) R 14715 14717 14138 0 -1 4202560 104282 0 0 0 99583 62 0 0 25 0 4 0 653684215 3758329856 878017 33554432000 4194304 4964800 140735106492144 18446744073709551615 4670299 0 0 4096 18946 0 0 0 -1 6 0 0 0
[pid=14717/tid=14726] ppid=14715 vsize=3670244 CPUtime=1001.76 cores=0,2,4,6
/proc/14717/task/14726/stat : 14726 (claspmt) R 14715 14717 14138 0 -1 4202560 348626 0 0 0 100053 123 0 0 25 0 4 0 653684215 3758329856 878017 33554432000 4194304 4964800 140735106492144 18446744073709551615 4670308 0 0 4096 18946 0 0 0 -1 0 0 0 0
[pid=14717/tid=14727] ppid=14715 vsize=3670244 CPUtime=999.07 cores=0,2,4,6
/proc/14717/task/14727/stat : 14727 (claspmt) R 14715 14717 14138 0 -1 4202560 223294 0 0 0 99791 116 0 0 25 0 4 0 653684215 3758329856 878017 33554432000 4194304 4964800 140735106492144 18446744073709551615 4320951 0 0 4096 18946 0 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 3995.71
Current children cumulated vsize (KiB) 3670244

[startup+1062.3 s]
/proc/loadavg: 8.12 8.13 8.06 9/361 14770
/proc/meminfo: memFree=10825100/32951124 swapFree=65581052/67111528
[pid=14717] ppid=14715 vsize=3670244 CPUtime=4235.03 cores=0,2,4,6
/proc/14717/stat : 14717 (claspmt) R 14715 14717 14138 0 -1 4202496 885121 0 0 0 423103 400 0 0 25 0 4 0 653684174 3758329856 877930 33554432000 4194304 4964800 140735106492144 18446744073709551615 4669280 0 0 4096 18946 18446744073709551615 0 0 17 4 0 0 0
/proc/14717/statm: 917561 877930 460 189 0 911910 0
[pid=14717/tid=14725] ppid=14715 vsize=3670244 CPUtime=1055.77 cores=0,2,4,6
/proc/14717/task/14725/stat : 14725 (claspmt) R 14715 14717 14138 0 -1 4202560 104293 0 0 0 105515 62 0 0 25 0 4 0 653684215 3758329856 877930 33554432000 4194304 4964800 140735106492144 18446744073709551615 4670308 0 0 4096 18946 0 0 0 -1 6 0 0 0
[pid=14717/tid=14726] ppid=14715 vsize=3670244 CPUtime=1061.77 cores=0,2,4,6
/proc/14717/task/14726/stat : 14726 (claspmt) R 14715 14717 14138 0 -1 4202560 348641 0 0 0 106053 124 0 0 25 0 4 0 653684215 3758329856 877930 33554432000 4194304 4964800 140735106492144 18446744073709551615 4321102 0 0 4096 18946 0 0 0 -1 0 0 0 0
[pid=14717/tid=14727] ppid=14715 vsize=3670244 CPUtime=1059.07 cores=0,2,4,6
/proc/14717/task/14727/stat : 14727 (claspmt) R 14715 14717 14138 0 -1 4202560 223305 0 0 0 105791 116 0 0 25 0 4 0 653684215 3758329856 877930 33554432000 4194304 4964800 140735106492144 18446744073709551615 4670308 0 0 4096 18946 0 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 4235.03
Current children cumulated vsize (KiB) 3670244

[startup+1122.3 s]
/proc/loadavg: 8.14 8.13 8.07 9/361 14772
/proc/meminfo: memFree=10793468/32951124 swapFree=65581052/67111528
[pid=14717] ppid=14715 vsize=3670244 CPUtime=4474.37 cores=0,2,4,6
/proc/14717/stat : 14717 (claspmt) R 14715 14717 14138 0 -1 4202496 890917 0 0 0 447034 403 0 0 25 0 4 0 653684174 3758329856 883726 33554432000 4194304 4964800 140735106492144 18446744073709551615 4670308 0 0 4096 18946 18446744073709551615 0 0 17 4 0 0 0
/proc/14717/statm: 917561 883726 460 189 0 911910 0
[pid=14717/tid=14725] ppid=14715 vsize=3670244 CPUtime=1115.1 cores=0,2,4,6
/proc/14717/task/14725/stat : 14725 (claspmt) R 14715 14717 14138 0 -1 4202560 104293 0 0 0 111448 62 0 0 25 0 4 0 653684215 3758329856 883726 33554432000 4194304 4964800 140735106492144 18446744073709551615 4320909 0 0 4096 18946 0 0 0 -1 6 0 0 0
[pid=14717/tid=14726] ppid=14715 vsize=3670244 CPUtime=1121.77 cores=0,2,4,6
/proc/14717/task/14726/stat : 14726 (claspmt) R 14715 14717 14138 0 -1 4202560 354429 0 0 0 112051 126 0 0 25 0 4 0 653684215 3758329856 883726 33554432000 4194304 4964800 140735106492144 18446744073709551615 4670499 0 0 4096 18946 0 0 0 -1 0 0 0 0
[pid=14717/tid=14727] ppid=14715 vsize=3670244 CPUtime=1119.06 cores=0,2,4,6
/proc/14717/task/14727/stat : 14727 (claspmt) R 14715 14717 14138 0 -1 4202560 223308 0 0 0 111790 116 0 0 25 0 4 0 653684215 3758329856 883726 33554432000 4194304 4964800 140735106492144 18446744073709551615 4670308 0 0 4096 18946 0 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 4474.37
Current children cumulated vsize (KiB) 3670244

[startup+1182.3 s]
/proc/loadavg: 8.14 8.14 8.07 9/361 14773
/proc/meminfo: memFree=10628532/32951124 swapFree=65581052/67111528
[pid=14717] ppid=14715 vsize=3670244 CPUtime=4713.52 cores=0,2,4,6
/proc/14717/stat : 14717 (claspmt) R 14715 14717 14138 0 -1 4202496 899206 0 0 0 470943 409 0 0 25 0 4 0 653684174 3758329856 892015 33554432000 4194304 4964800 140735106492144 18446744073709551615 4341900 0 0 4096 18946 18446744073709551615 0 0 17 4 0 0 0
/proc/14717/statm: 917561 892015 460 189 0 911910 0
[pid=14717/tid=14725] ppid=14715 vsize=3670244 CPUtime=1174.36 cores=0,2,4,6
/proc/14717/task/14725/stat : 14725 (claspmt) R 14715 14717 14138 0 -1 4202560 104342 0 0 0 117373 63 0 0 25 0 4 0 653684215 3758329856 892015 33554432000 4194304 4964800 140735106492144 18446744073709551615 4670308 0 0 4096 18946 0 0 0 -1 6 0 0 0
[pid=14717/tid=14726] ppid=14715 vsize=3670244 CPUtime=1181.72 cores=0,2,4,6
/proc/14717/task/14726/stat : 14726 (claspmt) R 14715 14717 14138 0 -1 4202560 354452 0 0 0 118046 126 0 0 25 0 4 0 653684215 3758329856 892015 33554432000 4194304 4964800 140735106492144 18446744073709551615 4313804 0 0 4096 18946 0 0 0 -1 0 0 0 0
[pid=14717/tid=14727] ppid=14715 vsize=3670244 CPUtime=1179.04 cores=0,2,4,6
/proc/14717/task/14727/stat : 14727 (claspmt) R 14715 14717 14138 0 -1 4202560 231523 0 0 0 117782 122 0 0 25 0 4 0 653684215 3758329856 892015 33554432000 4194304 4964800 140735106492144 18446744073709551615 4670308 0 0 4096 18946 0 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 4713.52
Current children cumulated vsize (KiB) 3670244



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1204 s]
/proc/loadavg: 8.24 8.16 8.08 9/361 14774
/proc/meminfo: memFree=10628908/32951124 swapFree=65581052/67111528
[pid=14717] ppid=14715 vsize=3670244 CPUtime=4800.1 cores=0,2,4,6
/proc/14717/stat : 14717 (claspmt) R 14715 14717 14138 0 -1 4202496 899206 0 0 0 479601 409 0 0 25 0 4 0 653684174 3758329856 892015 33554432000 4194304 4964800 140735106492144 18446744073709551615 4321079 0 0 4096 18946 18446744073709551615 0 0 17 4 0 0 0
/proc/14717/statm: 917561 892015 460 189 0 911910 0
[pid=14717/tid=14725] ppid=14715 vsize=3670244 CPUtime=1195.82 cores=0,2,4,6
/proc/14717/task/14725/stat : 14725 (claspmt) R 14715 14717 14138 0 -1 4202560 104342 0 0 0 119519 63 0 0 25 0 4 0 653684215 3758329856 892015 33554432000 4194304 4964800 140735106492144 18446744073709551615 4370264 0 0 4096 18946 0 0 0 -1 6 0 0 0
[pid=14717/tid=14726] ppid=14715 vsize=3670244 CPUtime=1203.43 cores=0,2,4,6
/proc/14717/task/14726/stat : 14726 (claspmt) R 14715 14717 14138 0 -1 4202560 354452 0 0 0 120217 126 0 0 25 0 4 0 653684215 3758329856 892015 33554432000 4194304 4964800 140735106492144 18446744073709551615 4670308 0 0 4096 18946 0 0 0 -1 0 0 0 0
[pid=14717/tid=14727] ppid=14715 vsize=3670244 CPUtime=1200.76 cores=0,2,4,6
/proc/14717/task/14727/stat : 14727 (claspmt) R 14715 14717 14138 0 -1 4202560 231523 0 0 0 119954 122 0 0 25 0 4 0 653684215 3758329856 892015 33554432000 4194304 4964800 140735106492144 18446744073709551615 4342232 0 0 4096 18946 0 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 4800.1
Current children cumulated vsize (KiB) 3670244

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

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

[startup+1204.2 s]
/proc/loadavg: 8.24 8.16 8.08 9/361 14774
/proc/meminfo: memFree=10628908/32951124 swapFree=65581052/67111528
[pid=14717] ppid=14715 vsize=2758460 CPUtime=4800.33 cores=0,2,4,6
/proc/14717/stat : 14717 (claspmt) R 14715 14717 14138 0 -1 4202496 899217 0 0 0 479620 413 0 0 25 0 1 0 653684174 2824663040 662449 33554432000 4194304 4964800 140735106492144 18446744073709551615 218905774215 0 0 4096 18946 0 0 0 17 4 0 0 0
/proc/14717/statm: 673231 661937 471 189 0 667580 0
Current children cumulated CPU time (s) 4800.33
Current children cumulated vsize (KiB) 2758460

[startup+1204.3 s]
/proc/loadavg: 8.24 8.16 8.08 9/361 14774
/proc/meminfo: memFree=10628908/32951124 swapFree=65581052/67111528
[pid=14717] ppid=14715 vsize=381660 CPUtime=4800.43 cores=0,2,4,6
/proc/14717/stat : 14717 (claspmt) R 14715 14717 14138 0 -1 4202496 899217 0 0 0 479620 423 0 0 25 0 1 0 653684174 390819840 39707 33554432000 4194304 4964800 140735106492144 18446744073709551615 218905774215 0 0 4096 18946 0 0 0 17 4 0 0 0
/proc/14717/statm: 95415 39197 471 189 0 89764 0
Current children cumulated CPU time (s) 4800.43
Current children cumulated vsize (KiB) 381660

Child status: 0
Real time (s): 1204.31
CPU time (s): 4800.44
CPU user time (s): 4796.2
CPU system time (s): 4.23935
CPU usage (%): 398.606
Max. virtual memory (cumulated for all children) (KiB): 3670244

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 4796.2
system time used= 4.23935
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 899218
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= 13487
involuntary context switches= 21540

runsolver used 3.74943 second user time and 9.53355 second system time

The end

Launcher Data

Begin job on node137 at 2011-05-15 02:54:25
IDJOB=3373584
IDBENCH=82390
IDSOLVER=1853
FILE ID=node137/3373584-1305420864
RUNJOBID= node137-1305420864-14703
PBS_JOBID= 13324553
Free space on /tmp= 73660 MiB

SOLVER NAME= claspmt 2.0-R4095-patched (fixed)
BENCH NAME= SAT11/application/rintanen/SATPlanning/openstacks-sequencedstrips-nonadl-nonnegated-os-sequencedstrips-p30_1.025-NOTKNOWN.cnf
COMMAND LINE= HOME/claspmt -tNBCORE -p HOME/sat11-port.txt --distribute=all,2 BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3373584-1305420864/watcher-3373584-1305420864 -o /tmp/evaluation-result-3373584-1305420864/solver-3373584-1305420864 -C 4800 -W 1300 -M 15500  HOME/claspmt -t4 -p HOME/sat11-port.txt --distribute=all,2 HOME/instance-3373584-1305420864.cnf

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

MD5SUM BENCH= 732b9c9b0d44d6a9e75489b2f5004165
RANDOM SEED=408006805

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


/proc/meminfo:
MemTotal:     32951124 kB
MemFree:      21264500 kB
Buffers:        288868 kB
Cached:        3729576 kB
SwapCached:      36328 kB
Active:        1630496 kB
Inactive:      9831072 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32951124 kB
LowFree:      21264500 kB
SwapTotal:    67111528 kB
SwapFree:     65581052 kB
Dirty:           17652 kB
Writeback:           0 kB
AnonPages:     7416080 kB
Mapped:          18724 kB
Slab:           121360 kB
PageTables:      38540 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83587088 kB
Committed_AS: 75898780 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= 73656 MiB
End job on node137 at 2011-05-15 03:14:31