Trace number 3373485

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.31 1203.61

General information on the benchmark

Nameapplication/jarvisalo/
AAAI2010-SATPlanning/aaai10-planning-ipc5-rovers-18-step11.cnf
MD5SUMac372f51471a04bbb3fb9a678284c6a4
Bench CategoryAPPLICATION (applications instances)
Best result obtained on this benchmarkUNSAT
Best CPU time to get the best result obtained on this benchmark3.57246
Satisfiable
(Un)Satisfiability was proved
Number of variables29317
Number of clauses277090
Sum of the clauses size598882
Maximum clause length179
Minimum clause length1
Number of clauses of size 1144
Number of clauses of size 2264085
Number of clauses of size 38078
Number of clauses of size 41144
Number of clauses of size 5453
Number of clauses of size over 53186

Solver Data

0.00/0.00	c clasp version 2.0.0-RC2
0.00/0.00	c Reading from ...421319/instance-3373485-1305421319.cnf
0.39/0.41	c Solving...
4800.08/1203.42	
4800.08/1203.42	*** INTERRUPTED! ***
4800.08/1203.42	*** Shutting down threads...
4800.29/1203.60	s UNKNOWN
4800.29/1203.60	
4800.29/1203.60	c INTERRUPTED   : 1
4800.29/1203.60	c Models        : 0+    
4800.29/1203.60	c Time          : 1203.428s (Solving: 1203.02s 1st Model: 0.00s Unsat: 0.00s)
4800.29/1203.60	c CPU Time      : 4800.120s

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-3373485-1305421319/watcher-3373485-1305421319 -o /tmp/evaluation-result-3373485-1305421319/solver-3373485-1305421319 -C 4800 -W 1300 -M 15500 HOME/claspmt -t4 -p HOME/sat11-port.txt --distribute=all,2 HOME/instance-3373485-1305421319.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.63 7.97 7.97 3/313 19496
/proc/meminfo: memFree=15632108/32950928 swapFree=67085488/67111528
[pid=19496] ppid=19494 vsize=24544 CPUtime=0 cores=0,2,4,6
/proc/19496/stat : 19496 (claspmt) R 19494 19496 19229 0 -1 4202496 1345 0 0 0 0 0 0 0 23 0 1 0 732362577 25133056 1275 33554432000 4194304 4964800 140737396312736 18446744073709551615 4700412 0 0 4096 18946 0 0 0 17 4 0 0 0
/proc/19496/statm: 6136 1283 375 189 0 1010 0

[startup+0.0195441 s]
/proc/loadavg: 7.63 7.97 7.97 3/313 19496
/proc/meminfo: memFree=15632108/32950928 swapFree=67085488/67111528
[pid=19496] ppid=19494 vsize=28712 CPUtime=0.01 cores=0,2,4,6
/proc/19496/stat : 19496 (claspmt) R 19494 19496 19229 0 -1 4202496 2818 0 0 0 1 0 0 0 23 0 1 0 732362577 29401088 2348 33554432000 4194304 4964800 140737396312736 18446744073709551615 231895151301 0 0 4096 18946 0 0 0 17 4 0 0 0
/proc/19496/statm: 7178 2349 388 189 0 2052 0
Current children cumulated CPU time (s) 0.01
Current children cumulated vsize (KiB) 28712

[startup+0.100533 s]
/proc/loadavg: 7.63 7.97 7.97 3/313 19496
/proc/meminfo: memFree=15632108/32950928 swapFree=67085488/67111528
[pid=19496] ppid=19494 vsize=43096 CPUtime=0.09 cores=0,2,4,6
/proc/19496/stat : 19496 (claspmt) R 19494 19496 19229 0 -1 4202496 7623 0 0 0 8 1 0 0 23 0 1 0 732362577 44130304 5889 33554432000 4194304 4964800 140737396312736 18446744073709551615 231895151301 0 0 4096 18946 0 0 0 17 4 0 0 0
/proc/19496/statm: 10774 5890 399 189 0 5648 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 43096

[startup+0.300501 s]
/proc/loadavg: 7.63 7.97 7.97 3/313 19496
/proc/meminfo: memFree=15632108/32950928 swapFree=67085488/67111528
[pid=19496] ppid=19494 vsize=47204 CPUtime=0.29 cores=0,2,4,6
/proc/19496/stat : 19496 (claspmt) R 19494 19496 19229 0 -1 4202496 8615 0 0 0 28 1 0 0 24 0 1 0 732362577 48336896 6881 33554432000 4194304 4964800 140737396312736 18446744073709551615 4622620 0 0 4096 18946 0 0 0 17 4 0 0 0
/proc/19496/statm: 11801 6881 403 189 0 6675 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 47204

[startup+0.700372 s]
/proc/loadavg: 7.63 7.97 7.97 3/313 19496
/proc/meminfo: memFree=15632108/32950928 swapFree=67085488/67111528
[pid=19496] ppid=19494 vsize=259864 CPUtime=1.52 cores=0,2,4,6
/proc/19496/stat : 19496 (claspmt) R 19494 19496 19229 0 -1 4202496 12089 0 0 0 147 5 0 0 25 0 4 0 732362577 266100736 9126 33554432000 4194304 4964800 140737396312736 18446744073709551615 4668568 0 0 4096 18946 18446744073709551615 0 0 17 0 0 0 0
/proc/19496/statm: 64966 9126 458 189 0 59315 0
Current children cumulated CPU time (s) 1.52
Current children cumulated vsize (KiB) 259864

[startup+1.50121 s]
/proc/loadavg: 7.63 7.97 7.97 6/317 19500
/proc/meminfo: memFree=15557340/32950928 swapFree=67085488/67111528
[pid=19496] ppid=19494 vsize=259864 CPUtime=4.7 cores=0,2,4,6
/proc/19496/stat : 19496 (claspmt) R 19494 19496 19229 0 -1 4202496 15515 0 0 0 450 20 0 0 25 0 4 0 732362577 266100736 12552 33554432000 4194304 4964800 140737396312736 18446744073709551615 4362504 0 0 4096 18946 18446744073709551615 0 0 17 0 0 0 0
/proc/19496/statm: 64966 12553 458 189 0 59315 0
[pid=19496/tid=19498] ppid=19494 vsize=259864 CPUtime=1.06 cores=0,2,4,6
/proc/19496/task/19498/stat : 19498 (claspmt) R 19494 19496 19229 0 -1 4202560 1141 0 0 0 104 2 0 0 19 0 4 0 732362619 266100736 12553 33554432000 4194304 4964800 140737396312736 18446744073709551615 4668900 0 0 4096 18946 0 0 0 -1 4 0 0 0
[pid=19496/tid=19499] ppid=19494 vsize=259864 CPUtime=1.06 cores=0,2,4,6
/proc/19496/task/19499/stat : 19499 (claspmt) R 19494 19496 19229 0 -1 4202560 2255 0 0 0 97 9 0 0 18 0 4 0 732362619 266100736 12553 33554432000 4194304 4964800 140737396312736 18446744073709551615 4670077 0 0 4096 18946 0 0 0 -1 6 0 0 0
[pid=19496/tid=19500] ppid=19494 vsize=259864 CPUtime=1.07 cores=0,2,4,6
/proc/19496/task/19500/stat : 19500 (claspmt) R 19494 19496 19229 0 -1 4202560 2480 0 0 0 101 6 0 0 18 0 4 0 732362619 266100736 12553 33554432000 4194304 4964800 140737396312736 18446744073709551615 4660144 0 0 4096 18946 0 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 4.7
Current children cumulated vsize (KiB) 259864

[startup+3.10091 s]
/proc/loadavg: 7.63 7.97 7.97 6/320 19506
/proc/meminfo: memFree=15413104/32950928 swapFree=67085488/67111528
[pid=19496] ppid=19494 vsize=261052 CPUtime=11.07 cores=0,2,4,6
/proc/19496/stat : 19496 (claspmt) R 19494 19496 19229 0 -1 4202496 20593 0 0 0 1059 48 0 0 25 0 4 0 732362577 267317248 17630 33554432000 4194304 4964800 140737396312736 18446744073709551615 4320909 0 0 4096 18946 18446744073709551615 0 0 17 0 0 0 0
/proc/19496/statm: 65263 17630 458 189 0 59612 0
[pid=19496/tid=19498] ppid=19494 vsize=261052 CPUtime=2.66 cores=0,2,4,6
/proc/19496/task/19498/stat : 19498 (claspmt) R 19494 19496 19229 0 -1 4202560 1522 0 0 0 261 5 0 0 22 0 4 0 732362619 267317248 17630 33554432000 4194304 4964800 140737396312736 18446744073709551615 4669011 0 0 4096 18946 0 0 0 -1 4 0 0 0
[pid=19496/tid=19499] ppid=19494 vsize=261052 CPUtime=2.65 cores=0,2,4,6
/proc/19496/task/19499/stat : 19499 (claspmt) R 19494 19496 19229 0 -1 4202560 4561 0 0 0 240 25 0 0 19 0 4 0 732362619 267317248 17630 33554432000 4194304 4964800 140737396312736 18446744073709551615 4670346 0 0 4096 18946 0 0 0 -1 6 0 0 0
[pid=19496/tid=19500] ppid=19494 vsize=261052 CPUtime=2.66 cores=0,2,4,6
/proc/19496/task/19500/stat : 19500 (claspmt) R 19494 19496 19229 0 -1 4202560 4014 0 0 0 251 15 0 0 20 0 4 0 732362619 267317248 17630 33554432000 4194304 4964800 140737396312736 18446744073709551615 4670308 0 0 4096 18946 0 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 11.07
Current children cumulated vsize (KiB) 261052

[startup+6.30032 s]
/proc/loadavg: 7.42 7.92 7.95 6/320 19506
/proc/meminfo: memFree=15288600/32950928 swapFree=67085488/67111528
[pid=19496] ppid=19494 vsize=265628 CPUtime=23.83 cores=0,2,4,6
/proc/19496/stat : 19496 (claspmt) R 19494 19496 19229 0 -1 4202496 27868 0 0 0 2301 82 0 0 25 0 4 0 732362577 272003072 24905 33554432000 4194304 4964800 140737396312736 18446744073709551615 4320951 0 0 4096 18946 18446744073709551615 0 0 17 0 0 0 0
/proc/19496/statm: 66407 24905 458 189 0 60756 0
[pid=19496/tid=19498] ppid=19494 vsize=265628 CPUtime=5.86 cores=0,2,4,6
/proc/19496/task/19498/stat : 19498 (claspmt) R 19494 19496 19229 0 -1 4202560 3575 0 0 0 569 17 0 0 18 0 4 0 732362619 272003072 24905 33554432000 4194304 4964800 140737396312736 18446744073709551615 4669280 0 0 4096 18946 0 0 0 -1 4 0 0 0
[pid=19496/tid=19499] ppid=19494 vsize=265628 CPUtime=5.81 cores=0,2,4,6
/proc/19496/task/19499/stat : 19499 (claspmt) R 19494 19496 19229 0 -1 4202560 7463 0 0 0 541 40 0 0 18 0 4 0 732362619 272003072 24905 33554432000 4194304 4964800 140737396312736 18446744073709551615 4320909 0 0 4096 18946 0 0 0 -1 6 0 0 0
[pid=19496/tid=19500] ppid=19494 vsize=265628 CPUtime=5.86 cores=0,2,4,6
/proc/19496/task/19500/stat : 19500 (claspmt) R 19494 19496 19229 0 -1 4202560 5327 0 0 0 564 22 0 0 25 0 4 0 732362619 272003072 24905 33554432000 4194304 4964800 140737396312736 18446744073709551615 4670308 0 0 4096 18946 0 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 23.83
Current children cumulated vsize (KiB) 265628

[startup+12.7011 s]
/proc/loadavg: 7.22 7.87 7.94 9/323 19509
/proc/meminfo: memFree=15240352/32950928 swapFree=67085488/67111528
[pid=19496] ppid=19494 vsize=271788 CPUtime=49.36 cores=0,2,4,6
/proc/19496/stat : 19496 (claspmt) R 19494 19496 19229 0 -1 4202496 37756 0 0 0 4830 106 0 0 25 0 4 0 732362577 278310912 34793 33554432000 4194304 4964800 140737396312736 18446744073709551615 231895151649 0 0 4096 18946 18446744073709551615 0 0 17 0 0 0 0
/proc/19496/statm: 67947 34793 460 189 0 62296 0
[pid=19496/tid=19498] ppid=19494 vsize=271788 CPUtime=12.25 cores=0,2,4,6
/proc/19496/task/19498/stat : 19498 (claspmt) R 19494 19496 19229 0 -1 4202560 6613 0 0 0 1198 27 0 0 25 0 4 0 732362619 278310912 34793 33554432000 4194304 4964800 140737396312736 18446744073709551615 4668568 0 0 4096 18946 0 0 0 -1 4 0 0 0
[pid=19496/tid=19499] ppid=19494 vsize=271788 CPUtime=12.15 cores=0,2,4,6
/proc/19496/task/19499/stat : 19499 (claspmt) R 19494 19496 19229 0 -1 4202560 10081 0 0 0 1166 49 0 0 25 0 4 0 732362619 278310912 34794 33554432000 4194304 4964800 140737396312736 18446744073709551615 4320970 0 0 4096 18946 0 0 0 -1 6 0 0 0
[pid=19496/tid=19500] ppid=19494 vsize=271788 CPUtime=12.26 cores=0,2,4,6
/proc/19496/task/19500/stat : 19500 (claspmt) R 19494 19496 19229 0 -1 4202560 6443 0 0 0 1201 25 0 0 25 0 4 0 732362619 278310912 34794 33554432000 4194304 4964800 140737396312736 18446744073709551615 4670308 0 0 4096 18946 0 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 49.36
Current children cumulated vsize (KiB) 271788

[startup+25.5007 s]
/proc/loadavg: 7.39 7.87 7.94 9/323 19509
/proc/meminfo: memFree=15178280/32950928 swapFree=67085488/67111528
[pid=19496] ppid=19494 vsize=290512 CPUtime=100.42 cores=0,2,4,6
/proc/19496/stat : 19496 (claspmt) R 19494 19496 19229 0 -1 4202496 49622 0 0 0 9930 112 0 0 25 0 4 0 732362577 297484288 46659 33554432000 4194304 4964800 140737396312736 18446744073709551615 4320970 0 0 4096 18946 18446744073709551615 0 0 17 0 0 0 0
/proc/19496/statm: 72628 46659 460 189 0 66977 0
[pid=19496/tid=19498] ppid=19494 vsize=290512 CPUtime=25.05 cores=0,2,4,6
/proc/19496/task/19498/stat : 19498 (claspmt) R 19494 19496 19229 0 -1 4202560 9258 0 0 0 2477 28 0 0 25 0 4 0 732362619 297484288 46659 33554432000 4194304 4964800 140737396312736 18446744073709551615 4670308 0 0 4096 18946 0 0 0 -1 4 0 0 0
[pid=19496/tid=19499] ppid=19494 vsize=290512 CPUtime=24.81 cores=0,2,4,6
/proc/19496/task/19499/stat : 19499 (claspmt) R 19494 19496 19229 0 -1 4202560 14061 0 0 0 2429 52 0 0 25 0 4 0 732362619 297484288 46659 33554432000 4194304 4964800 140737396312736 18446744073709551615 4320951 0 0 4096 18946 0 0 0 -1 6 0 0 0
[pid=19496/tid=19500] ppid=19494 vsize=290512 CPUtime=25.06 cores=0,2,4,6
/proc/19496/task/19500/stat : 19500 (claspmt) R 19494 19496 19229 0 -1 4202560 10446 0 0 0 2480 26 0 0 25 0 4 0 732362619 297484288 46659 33554432000 4194304 4964800 140737396312736 18446744073709551615 4668568 0 0 4096 18946 0 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 100.42
Current children cumulated vsize (KiB) 290512

[startup+51.1009 s]
/proc/loadavg: 7.57 7.87 7.93 9/323 19570
/proc/meminfo: memFree=15209376/32950928 swapFree=67085488/67111528
[pid=19496] ppid=19494 vsize=389856 CPUtime=202.57 cores=0,2,4,6
/proc/19496/stat : 19496 (claspmt) R 19494 19496 19229 0 -1 4202496 71299 0 0 0 20119 138 0 0 25 0 4 0 732362577 399212544 68336 33554432000 4194304 4964800 140737396312736 18446744073709551615 4669350 0 0 4096 18946 18446744073709551615 0 0 17 0 0 0 0
/proc/19496/statm: 97464 68336 460 189 0 91813 0
[pid=19496/tid=19498] ppid=19494 vsize=389856 CPUtime=50.65 cores=0,2,4,6
/proc/19496/task/19498/stat : 19498 (claspmt) R 19494 19496 19229 0 -1 4202560 13069 0 0 0 5027 38 0 0 25 0 4 0 732362619 399212544 68336 33554432000 4194304 4964800 140737396312736 18446744073709551615 4668900 0 0 4096 18946 0 0 0 -1 4 0 0 0
[pid=19496/tid=19499] ppid=19494 vsize=389856 CPUtime=50.16 cores=0,2,4,6
/proc/19496/task/19499/stat : 19499 (claspmt) R 19494 19496 19229 0 -1 4202560 18239 0 0 0 4962 54 0 0 25 0 4 0 732362619 399212544 68336 33554432000 4194304 4964800 140737396312736 18446744073709551615 4321079 0 0 4096 18946 0 0 0 -1 6 0 0 0
[pid=19496/tid=19500] ppid=19494 vsize=389856 CPUtime=50.65 cores=0,2,4,6
/proc/19496/task/19500/stat : 19500 (claspmt) R 19494 19496 19229 0 -1 4202560 15241 0 0 0 5031 34 0 0 25 0 4 0 732362619 399212544 68336 33554432000 4194304 4964800 140737396312736 18446744073709551615 4668900 0 0 4096 18946 0 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 202.57
Current children cumulated vsize (KiB) 389856

[startup+102.312 s]
/proc/loadavg: 7.81 7.89 7.93 9/323 19571
/proc/meminfo: memFree=15058548/32950928 swapFree=67085488/67111528
[pid=19496] ppid=19494 vsize=544316 CPUtime=406.88 cores=0,2,4,6
/proc/19496/stat : 19496 (claspmt) R 19494 19496 19229 0 -1 4202496 91631 0 0 0 40536 152 0 0 25 0 4 0 732362577 557379584 88649 33554432000 4194304 4964800 140737396312736 18446744073709551615 4670299 0 0 4096 18946 18446744073709551615 0 0 17 0 0 0 0
/proc/19496/statm: 136079 88649 460 189 0 130428 0
[pid=19496/tid=19498] ppid=19494 vsize=544316 CPUtime=101.84 cores=0,2,4,6
/proc/19496/task/19498/stat : 19498 (claspmt) R 19494 19496 19229 0 -1 4202560 24799 0 0 0 10138 46 0 0 25 0 4 0 732362619 557379584 88649 33554432000 4194304 4964800 140737396312736 18446744073709551615 4320951 0 0 4096 18946 0 0 0 -1 4 0 0 0
[pid=19496/tid=19499] ppid=19494 vsize=544316 CPUtime=100.85 cores=0,2,4,6
/proc/19496/task/19499/stat : 19499 (claspmt) R 19494 19496 19229 0 -1 4202560 20873 0 0 0 10031 54 0 0 25 0 4 0 732362619 557379584 88649 33554432000 4194304 4964800 140737396312736 18446744073709551615 4320976 0 0 4096 18946 0 0 0 -1 6 0 0 0
[pid=19496/tid=19500] ppid=19494 vsize=544316 CPUtime=101.86 cores=0,2,4,6
/proc/19496/task/19500/stat : 19500 (claspmt) R 19494 19496 19229 0 -1 4202560 15722 0 0 0 10152 34 0 0 25 0 4 0 732362619 557379584 88649 33554432000 4194304 4964800 140737396312736 18446744073709551615 4670308 0 0 4096 18946 0 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 406.88
Current children cumulated vsize (KiB) 544316

[startup+162.301 s]
/proc/loadavg: 8.11 7.96 7.95 10/323 19573
/proc/meminfo: memFree=14892592/32950928 swapFree=67085488/67111528
[pid=19496] ppid=19494 vsize=558364 CPUtime=646.22 cores=0,2,4,6
/proc/19496/stat : 19496 (claspmt) R 19494 19496 19229 0 -1 4202496 111608 0 0 0 64454 168 0 0 25 0 4 0 732362577 571764736 108584 33554432000 4194304 4964800 140737396312736 18446744073709551615 4668900 0 0 4096 18946 18446744073709551615 0 0 17 0 0 0 0
/proc/19496/statm: 139591 108584 460 189 0 133940 0
[pid=19496/tid=19498] ppid=19494 vsize=558364 CPUtime=161.81 cores=0,2,4,6
/proc/19496/task/19498/stat : 19498 (claspmt) R 19494 19496 19229 0 -1 4202560 32127 0 0 0 16129 52 0 0 25 0 4 0 732362619 571764736 108584 33554432000 4194304 4964800 140737396312736 18446744073709551615 4670538 0 0 4096 18946 0 0 0 -1 4 0 0 0
[pid=19496/tid=19499] ppid=19494 vsize=558364 CPUtime=160.25 cores=0,2,4,6
/proc/19496/task/19499/stat : 19499 (claspmt) R 19494 19496 19229 0 -1 4202560 22519 0 0 0 15969 56 0 0 25 0 4 0 732362619 571764736 108584 33554432000 4194304 4964800 140737396312736 18446744073709551615 4670499 0 0 4096 18946 0 0 0 -1 6 0 0 0
[pid=19496/tid=19500] ppid=19494 vsize=558364 CPUtime=161.86 cores=0,2,4,6
/proc/19496/task/19500/stat : 19500 (claspmt) R 19494 19496 19229 0 -1 4202560 19684 0 0 0 16148 38 0 0 25 0 4 0 732362619 571764736 108584 33554432000 4194304 4964800 140737396312736 18446744073709551615 4668777 0 0 4096 18946 0 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 646.22
Current children cumulated vsize (KiB) 558364

[startup+222.301 s]
/proc/loadavg: 8.15 8.00 7.96 10/323 19575
/proc/meminfo: memFree=14794228/32950928 swapFree=67085488/67111528
[pid=19496] ppid=19494 vsize=558364 CPUtime=885.6 cores=0,2,4,6
/proc/19496/stat : 19496 (claspmt) R 19494 19496 19229 0 -1 4202496 117832 0 0 0 88385 175 0 0 25 0 4 0 732362577 571764736 114773 33554432000 4194304 4964800 140737396312736 18446744073709551615 4684074 0 0 4096 18946 18446744073709551615 0 0 17 0 0 0 0
/proc/19496/statm: 139591 114773 460 189 0 133940 0
[pid=19496/tid=19498] ppid=19494 vsize=558364 CPUtime=221.8 cores=0,2,4,6
/proc/19496/task/19498/stat : 19498 (claspmt) R 19494 19496 19229 0 -1 4202560 32396 0 0 0 22127 53 0 0 25 0 4 0 732362619 571764736 114773 33554432000 4194304 4964800 140737396312736 18446744073709551615 4670308 0 0 4096 18946 0 0 0 -1 4 0 0 0
[pid=19496/tid=19499] ppid=19494 vsize=558364 CPUtime=219.65 cores=0,2,4,6
/proc/19496/task/19499/stat : 19499 (claspmt) R 19494 19496 19229 0 -1 4202560 22544 0 0 0 21909 56 0 0 25 0 4 0 732362619 571764736 114773 33554432000 4194304 4964800 140737396312736 18446744073709551615 4670308 0 0 4096 18946 0 0 0 -1 6 0 0 0
[pid=19496/tid=19500] ppid=19494 vsize=558364 CPUtime=221.85 cores=0,2,4,6
/proc/19496/task/19500/stat : 19500 (claspmt) R 19494 19496 19229 0 -1 4202560 24715 0 0 0 22141 44 0 0 25 0 4 0 732362619 571764736 114773 33554432000 4194304 4964800 140737396312736 18446744073709551615 4670691 0 0 4096 18946 0 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 885.6
Current children cumulated vsize (KiB) 558364

[startup+282.301 s]

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

Current children cumulated CPU time (s) 2561.32
Current children cumulated vsize (KiB) 878216

[startup+702.301 s]
/proc/loadavg: 8.12 8.07 8.01 10/323 19587
/proc/meminfo: memFree=14056096/32950928 swapFree=67085488/67111528
[pid=19496] ppid=19494 vsize=1009288 CPUtime=2800.69 cores=0,2,4,6
/proc/19496/stat : 19496 (claspmt) R 19494 19496 19229 0 -1 4202496 200237 0 0 0 279825 244 0 0 25 0 4 0 732362577 1033510912 196791 33554432000 4194304 4964800 140737396312736 18446744073709551615 4321079 0 0 4096 18946 18446744073709551615 0 0 17 0 0 0 0
/proc/19496/statm: 252322 196791 460 189 0 246671 0
[pid=19496/tid=19498] ppid=19494 vsize=1009288 CPUtime=701.67 cores=0,2,4,6
/proc/19496/task/19498/stat : 19498 (claspmt) R 19494 19496 19229 0 -1 4202560 64265 0 0 0 70088 79 0 0 25 0 4 0 732362619 1033510912 196791 33554432000 4194304 4964800 140737396312736 18446744073709551615 4670308 0 0 4096 18946 0 0 0 -1 4 0 0 0
[pid=19496/tid=19499] ppid=19494 vsize=1009288 CPUtime=694.84 cores=0,2,4,6
/proc/19496/task/19499/stat : 19499 (claspmt) R 19494 19496 19229 0 -1 4202560 35157 0 0 0 69424 60 0 0 25 0 4 0 732362619 1033510912 196791 33554432000 4194304 4964800 140737396312736 18446744073709551615 4670308 0 0 4096 18946 0 0 0 -1 6 0 0 0
[pid=19496/tid=19500] ppid=19494 vsize=1009288 CPUtime=701.86 cores=0,2,4,6
/proc/19496/task/19500/stat : 19500 (claspmt) R 19494 19496 19229 0 -1 4202560 52178 0 0 0 70116 70 0 0 25 0 4 0 732362619 1033510912 196791 33554432000 4194304 4964800 140737396312736 18446744073709551615 4320951 0 0 4096 18946 0 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 2800.69
Current children cumulated vsize (KiB) 1009288

[startup+762.312 s]
/proc/loadavg: 8.08 8.07 8.01 10/323 19589
/proc/meminfo: memFree=14005968/32950928 swapFree=67085488/67111528
[pid=19496] ppid=19494 vsize=1014768 CPUtime=3040.12 cores=0,2,4,6
/proc/19496/stat : 19496 (claspmt) R 19494 19496 19229 0 -1 4202496 204733 0 0 0 303765 247 0 0 25 0 4 0 732362577 1039122432 201287 33554432000 4194304 4964800 140737396312736 18446744073709551615 4669280 0 0 4096 18946 18446744073709551615 0 0 17 0 0 0 0
/proc/19496/statm: 253692 201287 460 189 0 248041 0
[pid=19496/tid=19498] ppid=19494 vsize=1014768 CPUtime=761.67 cores=0,2,4,6
/proc/19496/task/19498/stat : 19498 (claspmt) R 19494 19496 19229 0 -1 4202560 64314 0 0 0 76088 79 0 0 25 0 4 0 732362619 1039122432 201287 33554432000 4194304 4964800 140737396312736 18446744073709551615 4670499 0 0 4096 18946 0 0 0 -1 4 0 0 0
[pid=19496/tid=19499] ppid=19494 vsize=1014768 CPUtime=754.26 cores=0,2,4,6
/proc/19496/task/19499/stat : 19499 (claspmt) R 19494 19496 19229 0 -1 4202560 35892 0 0 0 75365 61 0 0 25 0 4 0 732362619 1039122432 201287 33554432000 4194304 4964800 140737396312736 18446744073709551615 4320909 0 0 4096 18946 0 0 0 -1 6 0 0 0
[pid=19496/tid=19500] ppid=19494 vsize=1014768 CPUtime=761.87 cores=0,2,4,6
/proc/19496/task/19500/stat : 19500 (claspmt) R 19494 19496 19229 0 -1 4202560 54543 0 0 0 76115 72 0 0 25 0 4 0 732362619 1039122432 201287 33554432000 4194304 4964800 140737396312736 18446744073709551615 4670308 0 0 4096 18946 0 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 3040.12
Current children cumulated vsize (KiB) 1014768

[startup+822.3 s]
/proc/loadavg: 8.21 8.11 8.02 9/323 19591
/proc/meminfo: memFree=13966008/32950928 swapFree=67085488/67111528
[pid=19496] ppid=19494 vsize=1014768 CPUtime=3279.47 cores=0,2,4,6
/proc/19496/stat : 19496 (claspmt) R 19494 19496 19229 0 -1 4202496 207144 0 0 0 327699 248 0 0 25 0 4 0 732362577 1039122432 203698 33554432000 4194304 4964800 140737396312736 18446744073709551615 4653186 0 0 4096 18946 18446744073709551615 0 0 17 0 0 0 0
/proc/19496/statm: 253692 203698 460 189 0 248041 0
[pid=19496/tid=19498] ppid=19494 vsize=1014768 CPUtime=821.64 cores=0,2,4,6
/proc/19496/task/19498/stat : 19498 (claspmt) R 19494 19496 19229 0 -1 4202560 64357 0 0 0 82085 79 0 0 25 0 4 0 732362619 1039122432 203698 33554432000 4194304 4964800 140737396312736 18446744073709551615 4342208 0 0 4096 18946 0 0 0 -1 4 0 0 0
[pid=19496/tid=19499] ppid=19494 vsize=1014768 CPUtime=813.65 cores=0,2,4,6
/proc/19496/task/19499/stat : 19499 (claspmt) R 19494 19496 19229 0 -1 4202560 37340 0 0 0 81304 61 0 0 25 0 4 0 732362619 1039122432 203698 33554432000 4194304 4964800 140737396312736 18446744073709551615 4670308 0 0 4096 18946 0 0 0 -1 6 0 0 0
[pid=19496/tid=19500] ppid=19494 vsize=1014768 CPUtime=821.86 cores=0,2,4,6
/proc/19496/task/19500/stat : 19500 (claspmt) R 19494 19496 19229 0 -1 4202560 55459 0 0 0 82114 72 0 0 25 0 4 0 732362619 1039122432 203698 33554432000 4194304 4964800 140737396312736 18446744073709551615 4670534 0 0 4096 18946 0 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 3279.47
Current children cumulated vsize (KiB) 1014768

[startup+882.301 s]
/proc/loadavg: 8.12 8.10 8.02 9/323 19622
/proc/meminfo: memFree=14688916/32950928 swapFree=67085488/67111528
[pid=19496] ppid=19494 vsize=1019252 CPUtime=3518.85 cores=0,2,4,6
/proc/19496/stat : 19496 (claspmt) R 19494 19496 19229 0 -1 4202496 215251 0 0 0 351627 258 0 0 25 0 4 0 732362577 1043714048 211673 33554432000 4194304 4964800 140737396312736 18446744073709551615 4660390 0 0 4096 18946 18446744073709551615 0 0 17 0 0 0 0
/proc/19496/statm: 254813 211673 460 189 0 249162 0
[pid=19496/tid=19498] ppid=19494 vsize=1019252 CPUtime=881.63 cores=0,2,4,6
/proc/19496/task/19498/stat : 19498 (claspmt) R 19494 19496 19229 0 -1 4202560 67510 0 0 0 88079 84 0 0 25 0 4 0 732362619 1043714048 211673 33554432000 4194304 4964800 140737396312736 18446744073709551615 4364587 0 0 4096 18946 0 0 0 -1 4 0 0 0
[pid=19496/tid=19499] ppid=19494 vsize=1019252 CPUtime=873.06 cores=0,2,4,6
/proc/19496/task/19499/stat : 19499 (claspmt) R 19494 19496 19229 0 -1 4202560 38413 0 0 0 87244 62 0 0 25 0 4 0 732362619 1043714048 211673 33554432000 4194304 4964800 140737396312736 18446744073709551615 4670308 0 0 4096 18946 0 0 0 -1 6 0 0 0
[pid=19496/tid=19500] ppid=19494 vsize=1019252 CPUtime=881.87 cores=0,2,4,6
/proc/19496/task/19500/stat : 19500 (claspmt) R 19494 19496 19229 0 -1 4202560 58443 0 0 0 88110 77 0 0 25 0 4 0 732362619 1043714048 211673 33554432000 4194304 4964800 140737396312736 18446744073709551615 4670308 0 0 4096 18946 0 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 3518.85
Current children cumulated vsize (KiB) 1019252

[startup+942.301 s]
/proc/loadavg: 8.04 8.08 8.02 9/323 19624
/proc/meminfo: memFree=14480712/32950928 swapFree=67085488/67111528
[pid=19496] ppid=19494 vsize=1026140 CPUtime=3758.26 cores=0,2,4,6
/proc/19496/stat : 19496 (claspmt) R 19494 19496 19229 0 -1 4202496 227052 0 0 0 375558 268 0 0 25 0 4 0 732362577 1050767360 223474 33554432000 4194304 4964800 140737396312736 18446744073709551615 4670180 0 0 4096 18946 18446744073709551615 0 0 17 0 0 0 0
/proc/19496/statm: 256535 223474 460 189 0 250884 0
[pid=19496/tid=19498] ppid=19494 vsize=1026140 CPUtime=941.62 cores=0,2,4,6
/proc/19496/task/19498/stat : 19498 (claspmt) R 19494 19496 19229 0 -1 4202560 74248 0 0 0 94072 90 0 0 25 0 4 0 732362619 1050767360 223474 33554432000 4194304 4964800 140737396312736 18446744073709551615 4670308 0 0 4096 18946 0 0 0 -1 4 0 0 0
[pid=19496/tid=19499] ppid=19494 vsize=1026140 CPUtime=932.46 cores=0,2,4,6
/proc/19496/task/19499/stat : 19499 (claspmt) R 19494 19496 19229 0 -1 4202560 39921 0 0 0 93184 62 0 0 25 0 4 0 732362619 1050767360 223474 33554432000 4194304 4964800 140737396312736 18446744073709551615 4313807 0 0 4096 18946 0 0 0 -1 6 0 0 0
[pid=19496/tid=19500] ppid=19494 vsize=1026140 CPUtime=941.87 cores=0,2,4,6
/proc/19496/task/19500/stat : 19500 (claspmt) R 19494 19496 19229 0 -1 4202560 61975 0 0 0 94107 80 0 0 25 0 4 0 732362619 1050767360 223474 33554432000 4194304 4964800 140737396312736 18446744073709551615 4670340 0 0 4096 18946 0 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 3758.26
Current children cumulated vsize (KiB) 1026140

[startup+1002.3 s]
/proc/loadavg: 8.07 8.08 8.02 9/323 19625
/proc/meminfo: memFree=14295796/32950928 swapFree=67085488/67111528
[pid=19496] ppid=19494 vsize=1167580 CPUtime=3997.65 cores=0,2,4,6
/proc/19496/stat : 19496 (claspmt) R 19494 19496 19229 0 -1 4202496 253061 0 0 0 399473 292 0 0 25 0 4 0 732362577 1195601920 249483 33554432000 4194304 4964800 140737396312736 18446744073709551615 4670308 0 0 4096 18946 18446744073709551615 0 0 17 0 0 0 0
/proc/19496/statm: 291895 249483 460 189 0 286244 0
[pid=19496/tid=19498] ppid=19494 vsize=1167580 CPUtime=1001.61 cores=0,2,4,6
/proc/19496/task/19498/stat : 19498 (claspmt) R 19494 19496 19229 0 -1 4202560 84581 0 0 0 100063 98 0 0 25 0 4 0 732362619 1195601920 249483 33554432000 4194304 4964800 140737396312736 18446744073709551615 4320942 0 0 4096 18946 0 0 0 -1 4 0 0 0
[pid=19496/tid=19499] ppid=19494 vsize=1167580 CPUtime=991.86 cores=0,2,4,6
/proc/19496/task/19499/stat : 19499 (claspmt) R 19494 19496 19229 0 -1 4202560 42367 0 0 0 99123 63 0 0 25 0 4 0 732362619 1195601920 249483 33554432000 4194304 4964800 140737396312736 18446744073709551615 4320970 0 0 4096 18946 0 0 0 -1 6 0 0 0
[pid=19496/tid=19500] ppid=19494 vsize=1167580 CPUtime=1001.87 cores=0,2,4,6
/proc/19496/task/19500/stat : 19500 (claspmt) R 19494 19496 19229 0 -1 4202560 75201 0 0 0 100092 95 0 0 25 0 4 0 732362619 1195601920 249483 33554432000 4194304 4964800 140737396312736 18446744073709551615 4670308 0 0 4096 18946 0 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 3997.65
Current children cumulated vsize (KiB) 1167580

[startup+1062.3 s]
/proc/loadavg: 8.02 8.06 8.01 9/323 19627
/proc/meminfo: memFree=14180068/32950928 swapFree=67085488/67111528
[pid=19496] ppid=19494 vsize=1190544 CPUtime=4237.05 cores=0,2,4,6
/proc/19496/stat : 19496 (claspmt) R 19494 19496 19229 0 -1 4202496 265440 0 0 0 423406 299 0 0 25 0 4 0 732362577 1219117056 261714 33554432000 4194304 4964800 140737396312736 18446744073709551615 4670308 0 0 4096 18946 18446744073709551615 0 0 17 0 0 0 0
/proc/19496/statm: 297636 261714 460 189 0 291985 0
[pid=19496/tid=19498] ppid=19494 vsize=1190544 CPUtime=1061.6 cores=0,2,4,6
/proc/19496/task/19498/stat : 19498 (claspmt) R 19494 19496 19229 0 -1 4202560 88306 0 0 0 106060 100 0 0 25 0 4 0 732362619 1219117056 261714 33554432000 4194304 4964800 140737396312736 18446744073709551615 4669350 0 0 4096 18946 0 0 0 -1 4 0 0 0
[pid=19496/tid=19499] ppid=19494 vsize=1190544 CPUtime=1051.26 cores=0,2,4,6
/proc/19496/task/19499/stat : 19499 (claspmt) R 19494 19496 19229 0 -1 4202560 43850 0 0 0 105062 64 0 0 25 0 4 0 732362619 1219117056 261714 33554432000 4194304 4964800 140737396312736 18446744073709551615 4670308 0 0 4096 18946 0 0 0 -1 6 0 0 0
[pid=19496/tid=19500] ppid=19494 vsize=1190544 CPUtime=1061.87 cores=0,2,4,6
/proc/19496/task/19500/stat : 19500 (claspmt) R 19494 19496 19229 0 -1 4202560 76674 0 0 0 106091 96 0 0 25 0 4 0 732362619 1219117056 261714 33554432000 4194304 4964800 140737396312736 18446744073709551615 4670308 0 0 4096 18946 0 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 4237.05
Current children cumulated vsize (KiB) 1190544

[startup+1122.3 s]
/proc/loadavg: 8.06 8.06 8.01 9/323 19629
/proc/meminfo: memFree=14126712/32950928 swapFree=67085488/67111528
[pid=19496] ppid=19494 vsize=1193784 CPUtime=4476.44 cores=0,2,4,6
/proc/19496/stat : 19496 (claspmt) R 19494 19496 19229 0 -1 4202496 273401 0 0 0 447337 307 0 0 25 0 4 0 732362577 1222434816 269660 33554432000 4194304 4964800 140737396312736 18446744073709551615 4653507 0 0 4096 18946 18446744073709551615 0 0 17 0 0 0 0
/proc/19496/statm: 298446 269660 460 189 0 292795 0
[pid=19496/tid=19498] ppid=19494 vsize=1193784 CPUtime=1121.6 cores=0,2,4,6
/proc/19496/task/19498/stat : 19498 (claspmt) R 19494 19496 19229 0 -1 4202560 88385 0 0 0 112060 100 0 0 25 0 4 0 732362619 1222434816 269660 33554432000 4194304 4964800 140737396312736 18446744073709551615 4670499 0 0 4096 18946 0 0 0 -1 4 0 0 0
[pid=19496/tid=19499] ppid=19494 vsize=1193784 CPUtime=1110.66 cores=0,2,4,6
/proc/19496/task/19499/stat : 19499 (claspmt) R 19494 19496 19229 0 -1 4202560 44545 0 0 0 111002 64 0 0 25 0 4 0 732362619 1222434816 269660 33554432000 4194304 4964800 140737396312736 18446744073709551615 4320966 0 0 4096 18946 0 0 0 -1 6 0 0 0
[pid=19496/tid=19500] ppid=19494 vsize=1193784 CPUtime=1121.87 cores=0,2,4,6
/proc/19496/task/19500/stat : 19500 (claspmt) R 19494 19496 19229 0 -1 4202560 77150 0 0 0 112090 97 0 0 25 0 4 0 732362619 1222434816 269660 33554432000 4194304 4964800 140737396312736 18446744073709551615 4670308 0 0 4096 18946 0 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 4476.44
Current children cumulated vsize (KiB) 1193784

[startup+1182.3 s]
/proc/loadavg: 8.05 8.06 8.01 9/323 19630
/proc/meminfo: memFree=14047324/32950928 swapFree=67085488/67111528
[pid=19496] ppid=19494 vsize=1255956 CPUtime=4715.84 cores=0,2,4,6
/proc/19496/stat : 19496 (claspmt) R 19494 19496 19229 0 -1 4202496 290427 0 0 0 471267 317 0 0 25 0 4 0 732362577 1286098944 286686 33554432000 4194304 4964800 140737396312736 18446744073709551615 4669008 0 0 4096 18946 18446744073709551615 0 0 17 0 0 0 0
/proc/19496/statm: 313989 286686 460 189 0 308338 0
[pid=19496/tid=19498] ppid=19494 vsize=1255956 CPUtime=1181.58 cores=0,2,4,6
/proc/19496/task/19498/stat : 19498 (claspmt) R 19494 19496 19229 0 -1 4202560 89656 0 0 0 118058 100 0 0 25 0 4 0 732362619 1286098944 286686 33554432000 4194304 4964800 140737396312736 18446744073709551615 4669350 0 0 4096 18946 0 0 0 -1 4 0 0 0
[pid=19496/tid=19499] ppid=19494 vsize=1255956 CPUtime=1170.07 cores=0,2,4,6
/proc/19496/task/19499/stat : 19499 (claspmt) R 19494 19496 19229 0 -1 4202560 44869 0 0 0 116942 65 0 0 25 0 4 0 732362619 1286098944 286686 33554432000 4194304 4964800 140737396312736 18446744073709551615 4670308 0 0 4096 18946 0 0 0 -1 6 0 0 0
[pid=19496/tid=19500] ppid=19494 vsize=1255956 CPUtime=1181.87 cores=0,2,4,6
/proc/19496/task/19500/stat : 19500 (claspmt) R 19494 19496 19229 0 -1 4202560 92571 0 0 0 118082 105 0 0 25 0 4 0 732362619 1286098944 286686 33554432000 4194304 4964800 140737396312736 18446744073709551615 4320909 0 0 4096 18946 0 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 4715.84
Current children cumulated vsize (KiB) 1255956



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1203.41 s]
/proc/loadavg: 8.11 8.07 8.01 9/323 19631
/proc/meminfo: memFree=14021644/32950928 swapFree=67085488/67111528
[pid=19496] ppid=19494 vsize=1264632 CPUtime=4800.08 cores=0,2,4,6
/proc/19496/stat : 19496 (claspmt) R 19494 19496 19229 0 -1 4202496 293142 0 0 0 479690 318 0 0 25 0 4 0 732362577 1294983168 289401 33554432000 4194304 4964800 140737396312736 18446744073709551615 4320955 0 0 4096 18946 18446744073709551615 0 0 17 0 0 0 0
/proc/19496/statm: 316158 289401 460 189 0 310507 0
[pid=19496/tid=19498] ppid=19494 vsize=1264632 CPUtime=1202.71 cores=0,2,4,6
/proc/19496/task/19498/stat : 19498 (claspmt) R 19494 19496 19229 0 -1 4202560 90207 0 0 0 120170 101 0 0 25 0 4 0 732362619 1294983168 289401 33554432000 4194304 4964800 140737396312736 18446744073709551615 4320944 0 0 4096 18946 0 0 0 -1 4 0 0 0
[pid=19496/tid=19499] ppid=19494 vsize=1264632 CPUtime=1190.97 cores=0,2,4,6
/proc/19496/task/19499/stat : 19499 (claspmt) R 19494 19496 19229 0 -1 4202560 44943 0 0 0 119032 65 0 0 25 0 4 0 732362619 1294983168 289401 33554432000 4194304 4964800 140737396312736 18446744073709551615 4320909 0 0 4096 18946 0 0 0 -1 6 0 0 0
[pid=19496/tid=19500] ppid=19494 vsize=1264632 CPUtime=1202.99 cores=0,2,4,6
/proc/19496/task/19500/stat : 19500 (claspmt) R 19494 19496 19229 0 -1 4202560 94532 0 0 0 120193 106 0 0 25 0 4 0 732362619 1294983168 289401 33554432000 4194304 4964800 140737396312736 18446744073709551615 4627263 0 0 4096 18946 0 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 4800.08
Current children cumulated vsize (KiB) 1264632

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

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

[startup+1203.6 s]
/proc/loadavg: 8.11 8.07 8.01 9/323 19631
/proc/meminfo: memFree=14021644/32950928 swapFree=67085488/67111528
[pid=19496] ppid=19494 vsize=249312 CPUtime=4800.29 cores=0,2,4,6
/proc/19496/stat : 19496 (claspmt) R 19494 19496 19229 0 -1 4202496 293156 0 0 0 479706 323 0 0 25 0 1 0 732362577 255295488 24704 33554432000 4194304 4964800 140737396312736 18446744073709551615 231895533927 0 0 4096 18946 0 0 0 17 0 0 0 0
/proc/19496/statm: 62328 24704 471 189 0 56677 0
Current children cumulated CPU time (s) 4800.29
Current children cumulated vsize (KiB) 249312

Child status: 0
Real time (s): 1203.61
CPU time (s): 4800.31
CPU user time (s): 4797.07
CPU system time (s): 3.23851
CPU usage (%): 398.827
Max. virtual memory (cumulated for all children) (KiB): 1264632

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 4797.07
system time used= 3.23851
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 293157
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= 6642
involuntary context switches= 20919

runsolver used 3.3105 second user time and 8.74367 second system time

The end

Launcher Data

Begin job on node114 at 2011-05-15 03:01:59
IDJOB=3373485
IDBENCH=82424
IDSOLVER=1853
FILE ID=node114/3373485-1305421319
RUNJOBID= node114-1305419749-19247
PBS_JOBID= 13324585
Free space on /tmp= 72976 MiB

SOLVER NAME= claspmt 2.0-R4095-patched (fixed)
BENCH NAME= SAT11/application/jarvisalo/AAAI2010-SATPlanning/aaai10-planning-ipc5-rovers-18-step11.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-3373485-1305421319/watcher-3373485-1305421319 -o /tmp/evaluation-result-3373485-1305421319/solver-3373485-1305421319 -C 4800 -W 1300 -M 15500  HOME/claspmt -t4 -p HOME/sat11-port.txt --distribute=all,2 HOME/instance-3373485-1305421319.cnf

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

MD5SUM BENCH= ac372f51471a04bbb3fb9a678284c6a4
RANDOM SEED=1983887630

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

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


/proc/meminfo:
MemTotal:     32950928 kB
MemFree:      15632388 kB
Buffers:        283856 kB
Cached:        6267808 kB
SwapCached:         96 kB
Active:       11896540 kB
Inactive:      5014692 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32950928 kB
LowFree:      15632388 kB
SwapTotal:    67111528 kB
SwapFree:     67085488 kB
Dirty:            6736 kB
Writeback:           0 kB
AnonPages:    10359048 kB
Mapped:          26756 kB
Slab:           307184 kB
PageTables:      36908 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83586992 kB
Committed_AS: 52438544 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= 72972 MiB
End job on node114 at 2011-05-15 03:22:04