Trace number 3299964

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? (TO) 4800.79 1202.59

General information on the benchmark

Nameapplication/rintanen/SATPlanning/
openstacks-sequencedstrips-nonadl-nonnegated-os-sequencedstrips-p30_3.025-NOTKNOWN.cnf
MD5SUM3c5c73741ba21d5f39c7f436ba834743
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 clauses483561
Sum of the clauses size1149911
Maximum clause length63
Minimum clause length1
Number of clauses of size 1211
Number of clauses of size 2477300
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.00	c clasp version 2.0.0-RC2
0.00/0.00	c Reading from ...061162/instance-3299964-1304061162.cnf
0.29/0.39	c Solving...
4800.38/1202.21	
4800.38/1202.21	*** INTERRUPTED! ***
4800.38/1202.21	*** Shutting down threads...
4800.69/1202.56	s UNKNOWN
4800.69/1202.56	
4800.69/1202.56	c INTERRUPTED   : 1
4800.69/1202.56	c Models        : 0+    
4800.69/1202.56	c Time          : 1202.292s (Solving: 1201.90s 1st Model: 0.00s Unsat: 0.00s)
4800.69/1202.56	c CPU Time      : 4800.480s

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: 935)

This program is distributed in the hope that it will be useful,
but WITHOUT ANY WARRANTY; without even the implied warranty of
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
GNU General Public License for more details.

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-3299964-1304061162/watcher-3299964-1304061162 -o /tmp/evaluation-result-3299964-1304061162/solver-3299964-1304061162 -C 4800 -W 1300 -M 15500 HOME/claspmt -t4 -p HOME/sat11-port.txt --distribute=all,2 HOME/instance-3299964-1304061162.cnf 

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

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


[startup+0 s]
/proc/loadavg: 7.46 7.91 6.78 2/174 15879
/proc/meminfo: memFree=30392500/32951124 swapFree=67111364/67111528
[pid=15879] ppid=15877 vsize=32964 CPUtime=0 cores=1,3,5,7
/proc/15879/stat : 15879 (claspmt) R 15877 15879 13999 0 -1 4202496 1436 0 0 0 0 0 0 0 21 0 1 0 517716627 33755136 1365 33554432000 4194304 4964704 140735095066368 18446744073709551615 4700332 0 0 4096 18946 0 0 0 17 1 0 0 0
/proc/15879/statm: 8241 1373 375 189 0 3115 0

[startup+0.070513 s]
/proc/loadavg: 7.46 7.91 6.78 2/174 15879
/proc/meminfo: memFree=30392500/32951124 swapFree=67111364/67111528
[pid=15879] ppid=15877 vsize=44540 CPUtime=0.05 cores=1,3,5,7
/proc/15879/stat : 15879 (claspmt) R 15877 15879 13999 0 -1 4202496 7184 0 0 0 5 0 0 0 21 0 1 0 517716627 45608960 6076 33554432000 4194304 4964704 140735095066368 18446744073709551615 253640557013 0 0 4096 18946 0 0 0 17 1 0 0 0
/proc/15879/statm: 11135 6098 388 189 0 6009 0
Current children cumulated CPU time (s) 0.05
Current children cumulated vsize (KiB) 44540

[startup+0.100506 s]
/proc/loadavg: 7.46 7.91 6.78 2/174 15879
/proc/meminfo: memFree=30392500/32951124 swapFree=67111364/67111528
[pid=15879] ppid=15877 vsize=46996 CPUtime=0.09 cores=1,3,5,7
/proc/15879/stat : 15879 (claspmt) R 15877 15879 13999 0 -1 4202496 8396 0 0 0 8 1 0 0 21 0 1 0 517716627 48123904 6836 33554432000 4194304 4964704 140735095066368 18446744073709551615 253640520389 0 0 4096 18946 0 0 0 17 1 0 0 0
/proc/15879/statm: 11749 6837 388 189 0 6623 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 46996

[startup+0.300474 s]
/proc/loadavg: 7.46 7.91 6.78 2/174 15879
/proc/meminfo: memFree=30392500/32951124 swapFree=67111364/67111528
[pid=15879] ppid=15877 vsize=63268 CPUtime=0.29 cores=1,3,5,7
/proc/15879/stat : 15879 (claspmt) R 15877 15879 13999 0 -1 4202496 13669 0 0 0 27 2 0 0 22 0 1 0 517716627 64786432 10771 33554432000 4194304 4964704 140735095066368 18446744073709551615 4600431 0 0 4096 18946 0 0 0 17 1 0 0 0
/proc/15879/statm: 15817 10771 403 189 0 10691 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 63268

[startup+0.700364 s]
/proc/loadavg: 7.46 7.91 6.78 2/174 15879
/proc/meminfo: memFree=30392500/32951124 swapFree=67111364/67111528
[pid=15879] ppid=15877 vsize=222952 CPUtime=1.55 cores=1,3,5,7
/proc/15879/stat : 15879 (claspmt) R 15877 15879 13999 0 -1 4202496 23729 0 0 0 151 4 0 0 25 0 4 0 517716627 228302848 16975 33554432000 4194304 4964704 140735095066368 18446744073709551615 4627263 0 0 4096 18946 18446744073709551615 0 0 17 5 0 0 0
/proc/15879/statm: 55738 16975 458 189 0 50087 0
Current children cumulated CPU time (s) 1.55
Current children cumulated vsize (KiB) 222952

[startup+1.50022 s]
/proc/loadavg: 7.46 7.91 6.78 6/178 15883
/proc/meminfo: memFree=30277968/32951124 swapFree=67111364/67111528
[pid=15879] ppid=15877 vsize=292644 CPUtime=4.73 cores=1,3,5,7
/proc/15879/stat : 15879 (claspmt) R 15877 15879 13999 0 -1 4202496 30123 0 0 0 464 9 0 0 18 0 4 0 517716627 299667456 23369 33554432000 4194304 4964704 140735095066368 18446744073709551615 4670228 0 0 4096 18946 18446744073709551615 0 0 17 5 0 0 0
/proc/15879/statm: 73161 23369 458 189 0 67510 0
[pid=15879/tid=15881] ppid=15877 vsize=292644 CPUtime=1.07 cores=1,3,5,7
/proc/15879/task/15881/stat : 15881 (claspmt) R 15877 15879 13999 0 -1 4202560 3754 0 0 0 107 0 0 0 18 0 4 0 517716667 299667456 23369 33554432000 4194304 4964704 140735095066368 18446744073709551615 4313807 0 0 4096 18946 0 0 0 -1 1 0 0 0
[pid=15879/tid=15882] ppid=15877 vsize=292644 CPUtime=1.08 cores=1,3,5,7
/proc/15879/task/15882/stat : 15882 (claspmt) R 15877 15879 13999 0 -1 4202560 5770 0 0 0 106 2 0 0 25 0 4 0 517716667 299667456 23369 33554432000 4194304 4964704 140735095066368 18446744073709551615 4670228 0 0 4096 18946 0 0 0 -1 7 0 0 0
[pid=15879/tid=15883] ppid=15877 vsize=292644 CPUtime=1.09 cores=1,3,5,7
/proc/15879/task/15883/stat : 15883 (claspmt) R 15877 15879 13999 0 -1 4202560 4974 0 0 0 107 2 0 0 25 0 4 0 517716667 299667456 23369 33554432000 4194304 4964704 140735095066368 18446744073709551615 4668505 0 0 4096 18946 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 4.73
Current children cumulated vsize (KiB) 292644

[startup+3.10093 s]
/proc/loadavg: 7.46 7.91 6.78 6/181 15889
/proc/meminfo: memFree=30068824/32951124 swapFree=67111364/67111528
[pid=15879] ppid=15877 vsize=299492 CPUtime=11.11 cores=1,3,5,7
/proc/15879/stat : 15879 (claspmt) R 15877 15879 13999 0 -1 4202496 40936 0 0 0 1092 19 0 0 19 0 4 0 517716627 306679808 34182 33554432000 4194304 4964704 140735095066368 18446744073709551615 4342157 0 0 4096 18946 18446744073709551615 0 0 17 5 0 0 0
/proc/15879/statm: 74873 34182 458 189 0 69222 0
[pid=15879/tid=15881] ppid=15877 vsize=299492 CPUtime=2.68 cores=1,3,5,7
/proc/15879/task/15881/stat : 15881 (claspmt) R 15877 15879 13999 0 -1 4202560 5449 0 0 0 266 2 0 0 18 0 4 0 517716667 306679808 34182 33554432000 4194304 4964704 140735095066368 18446744073709551615 4670228 0 0 4096 18946 0 0 0 -1 1 0 0 0
[pid=15879/tid=15882] ppid=15877 vsize=299492 CPUtime=2.67 cores=1,3,5,7
/proc/15879/task/15882/stat : 15882 (claspmt) R 15877 15879 13999 0 -1 4202560 9036 0 0 0 262 5 0 0 18 0 4 0 517716667 306679808 34182 33554432000 4194304 4964704 140735095066368 18446744073709551615 4668632 0 0 4096 18946 0 0 0 -1 7 0 0 0
[pid=15879/tid=15883] ppid=15877 vsize=299492 CPUtime=2.68 cores=1,3,5,7
/proc/15879/task/15883/stat : 15883 (claspmt) R 15877 15879 13999 0 -1 4202560 8311 0 0 0 263 5 0 0 20 0 4 0 517716667 306679808 34182 33554432000 4194304 4964704 140735095066368 18446744073709551615 4670260 0 0 4096 18946 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 11.11
Current children cumulated vsize (KiB) 299492

[startup+6.30035 s]
/proc/loadavg: 7.27 7.86 6.77 6/181 15889
/proc/meminfo: memFree=29827212/32951124 swapFree=67111364/67111528
[pid=15879] ppid=15877 vsize=308440 CPUtime=23.86 cores=1,3,5,7
/proc/15879/stat : 15879 (claspmt) R 15877 15879 13999 0 -1 4202496 57918 0 0 0 2351 35 0 0 25 0 4 0 517716627 315842560 51164 33554432000 4194304 4964704 140735095066368 18446744073709551615 4632347 0 0 4096 18946 18446744073709551615 0 0 17 5 0 0 0
/proc/15879/statm: 77110 51164 458 189 0 71459 0
[pid=15879/tid=15881] ppid=15877 vsize=308440 CPUtime=5.87 cores=1,3,5,7
/proc/15879/task/15881/stat : 15881 (claspmt) R 15877 15879 13999 0 -1 4202560 7399 0 0 0 584 3 0 0 25 0 4 0 517716667 315842560 51164 33554432000 4194304 4964704 140735095066368 18446744073709551615 4669069 0 0 4096 18946 0 0 0 -1 1 0 0 0
[pid=15879/tid=15882] ppid=15877 vsize=308440 CPUtime=5.85 cores=1,3,5,7
/proc/15879/task/15882/stat : 15882 (claspmt) R 15877 15879 13999 0 -1 4202560 14505 0 0 0 574 11 0 0 18 0 4 0 517716667 315842560 51164 33554432000 4194304 4964704 140735095066368 18446744073709551615 4362944 0 0 4096 18946 0 0 0 -1 7 0 0 0
[pid=15879/tid=15883] ppid=15877 vsize=308440 CPUtime=5.88 cores=1,3,5,7
/proc/15879/task/15883/stat : 15883 (claspmt) R 15877 15879 13999 0 -1 4202560 13716 0 0 0 577 11 0 0 18 0 4 0 517716667 315842560 51164 33554432000 4194304 4964704 140735095066368 18446744073709551615 4342909 0 0 4096 18946 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 23.86
Current children cumulated vsize (KiB) 308440

[startup+12.7012 s]
/proc/loadavg: 7.48 7.90 6.79 9/184 15893
/proc/meminfo: memFree=29528384/32951124 swapFree=67111364/67111528
[pid=15879] ppid=15877 vsize=454016 CPUtime=49.41 cores=1,3,5,7
/proc/15879/stat : 15879 (claspmt) R 15877 15879 13999 0 -1 4202496 80746 0 0 0 4895 46 0 0 25 0 4 0 517716627 464912384 73992 33554432000 4194304 4964704 140735095066368 18446744073709551615 4670219 0 0 4096 18946 18446744073709551615 0 0 17 5 0 0 0
/proc/15879/statm: 113504 73992 460 189 0 107853 0
[pid=15879/tid=15881] ppid=15877 vsize=454016 CPUtime=12.27 cores=1,3,5,7
/proc/15879/task/15881/stat : 15881 (claspmt) R 15877 15879 13999 0 -1 4202560 11648 0 0 0 1222 5 0 0 25 0 4 0 517716667 464912384 73992 33554432000 4194304 4964704 140735095066368 18446744073709551615 4684013 0 0 4096 18946 0 0 0 -1 1 0 0 0
[pid=15879/tid=15882] ppid=15877 vsize=454016 CPUtime=12.2 cores=1,3,5,7
/proc/15879/task/15882/stat : 15882 (claspmt) R 15877 15879 13999 0 -1 4202560 20150 0 0 0 1207 13 0 0 25 0 4 0 517716667 464912384 73992 33554432000 4194304 4964704 140735095066368 18446744073709551615 4342157 0 0 4096 18946 0 0 0 -1 7 0 0 0
[pid=15879/tid=15883] ppid=15877 vsize=454016 CPUtime=12.27 cores=1,3,5,7
/proc/15879/task/15883/stat : 15883 (claspmt) R 15877 15879 13999 0 -1 4202560 22565 0 0 0 1211 16 0 0 25 0 4 0 517716667 464912384 73992 33554432000 4194304 4964704 140735095066368 18446744073709551615 4363545 0 0 4096 18946 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 49.41
Current children cumulated vsize (KiB) 454016

[startup+25.5009 s]
/proc/loadavg: 7.60 7.90 6.81 9/184 15893
/proc/meminfo: memFree=29158900/32951124 swapFree=67111364/67111528
[pid=15879] ppid=15877 vsize=640136 CPUtime=100.53 cores=1,3,5,7
/proc/15879/stat : 15879 (claspmt) R 15877 15879 13999 0 -1 4202496 141496 0 0 0 9985 68 0 0 25 0 4 0 517716627 655499264 134742 33554432000 4194304 4964704 140735095066368 18446744073709551615 4668488 0 0 4096 18946 18446744073709551615 0 0 17 5 0 0 0
/proc/15879/statm: 160034 134742 460 189 0 154383 0
[pid=15879/tid=15881] ppid=15877 vsize=640136 CPUtime=25.07 cores=1,3,5,7
/proc/15879/task/15881/stat : 15881 (claspmt) R 15877 15879 13999 0 -1 4202560 29887 0 0 0 2493 14 0 0 25 0 4 0 517716667 655499264 134742 33554432000 4194304 4964704 140735095066368 18446744073709551615 4660755 0 0 4096 18946 0 0 0 -1 1 0 0 0
[pid=15879/tid=15882] ppid=15877 vsize=640136 CPUtime=24.92 cores=1,3,5,7
/proc/15879/task/15882/stat : 15882 (claspmt) R 15877 15879 13999 0 -1 4202560 35685 0 0 0 2475 17 0 0 25 0 4 0 517716667 655499264 134742 33554432000 4194304 4964704 140735095066368 18446744073709551615 4670228 0 0 4096 18946 0 0 0 -1 7 0 0 0
[pid=15879/tid=15883] ppid=15877 vsize=640136 CPUtime=25.06 cores=1,3,5,7
/proc/15879/task/15883/stat : 15883 (claspmt) R 15877 15879 13999 0 -1 4202560 31201 0 0 0 2487 19 0 0 25 0 4 0 517716667 655499264 134742 33554432000 4194304 4964704 140735095066368 18446744073709551615 4320909 0 0 4096 18946 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 100.53
Current children cumulated vsize (KiB) 640136

[startup+51.1002 s]
/proc/loadavg: 7.73 7.91 6.84 9/184 15894
/proc/meminfo: memFree=28849048/32951124 swapFree=67111364/67111528
[pid=15879] ppid=15877 vsize=810872 CPUtime=202.77 cores=1,3,5,7
/proc/15879/stat : 15879 (claspmt) R 15877 15879 13999 0 -1 4202496 180096 0 0 0 20194 83 0 0 25 0 4 0 517716627 830332928 173342 33554432000 4194304 4964704 140735095066368 18446744073709551615 4342199 0 0 4096 18946 18446744073709551615 0 0 17 5 0 0 0
/proc/15879/statm: 202718 173342 460 189 0 197067 0
[pid=15879/tid=15881] ppid=15877 vsize=810872 CPUtime=50.64 cores=1,3,5,7
/proc/15879/task/15881/stat : 15881 (claspmt) R 15877 15879 13999 0 -1 4202560 40616 0 0 0 5047 17 0 0 25 0 4 0 517716667 830332928 173342 33554432000 4194304 4964704 140735095066368 18446744073709551615 4670228 0 0 4096 18946 0 0 0 -1 1 0 0 0
[pid=15879/tid=15882] ppid=15877 vsize=810872 CPUtime=50.39 cores=1,3,5,7
/proc/15879/task/15882/stat : 15882 (claspmt) R 15877 15879 13999 0 -1 4202560 45849 0 0 0 5018 21 0 0 25 0 4 0 517716667 830332928 173342 33554432000 4194304 4964704 140735095066368 18446744073709551615 4670219 0 0 4096 18946 0 0 0 -1 7 0 0 0
[pid=15879/tid=15883] ppid=15877 vsize=810872 CPUtime=50.66 cores=1,3,5,7
/proc/15879/task/15883/stat : 15883 (claspmt) R 15877 15879 13999 0 -1 4202560 37452 0 0 0 5045 21 0 0 25 0 4 0 517716667 830332928 173342 33554432000 4194304 4964704 140735095066368 18446744073709551615 4668820 0 0 4096 18946 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 202.77
Current children cumulated vsize (KiB) 810872

[startup+102.307 s]
/proc/loadavg: 7.93 7.94 6.90 9/184 15895
/proc/meminfo: memFree=28348580/32951124 swapFree=67111364/67111528
[pid=15879] ppid=15877 vsize=904444 CPUtime=407.27 cores=1,3,5,7
/proc/15879/stat : 15879 (claspmt) R 15877 15879 13999 0 -1 4202496 205768 0 0 0 40632 95 0 0 25 0 4 0 517716627 926150656 199014 33554432000 4194304 4964704 140735095066368 18446744073709551615 4670228 0 0 4096 18946 18446744073709551615 0 0 17 5 0 0 0
/proc/15879/statm: 226111 199014 460 189 0 220460 0
[pid=15879/tid=15881] ppid=15877 vsize=904444 CPUtime=101.83 cores=1,3,5,7
/proc/15879/task/15881/stat : 15881 (claspmt) R 15877 15879 13999 0 -1 4202560 48788 0 0 0 10163 20 0 0 25 0 4 0 517716667 926150656 199014 33554432000 4194304 4964704 140735095066368 18446744073709551615 4320981 0 0 4096 18946 0 0 0 -1 1 0 0 0
[pid=15879/tid=15882] ppid=15877 vsize=904444 CPUtime=101.31 cores=1,3,5,7
/proc/15879/task/15882/stat : 15882 (claspmt) R 15877 15879 13999 0 -1 4202560 55728 0 0 0 10104 27 0 0 25 0 4 0 517716667 926150656 199014 33554432000 4194304 4964704 140735095066368 18446744073709551615 4670184 0 0 4096 18946 0 0 0 -1 7 0 0 0
[pid=15879/tid=15883] ppid=15877 vsize=904444 CPUtime=101.86 cores=1,3,5,7
/proc/15879/task/15883/stat : 15883 (claspmt) R 15877 15879 13999 0 -1 4202560 39063 0 0 0 10164 22 0 0 25 0 4 0 517716667 926150656 199014 33554432000 4194304 4964704 140735095066368 18446744073709551615 4670100 0 0 4096 18946 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 407.27
Current children cumulated vsize (KiB) 904444

[startup+162.301 s]
/proc/loadavg: 8.01 7.96 6.97 9/184 15897
/proc/meminfo: memFree=27805068/32951124 swapFree=67111364/67111528
[pid=15879] ppid=15877 vsize=1223408 CPUtime=646.92 cores=1,3,5,7
/proc/15879/stat : 15879 (claspmt) R 15877 15879 13999 0 -1 4202496 282529 0 0 0 64548 144 0 0 25 0 4 0 517716627 1252769792 275677 33554432000 4194304 4964704 140735095066368 18446744073709551615 4342193 0 0 4096 18946 18446744073709551615 0 0 17 5 0 0 0
/proc/15879/statm: 305852 275677 460 189 0 300201 0
[pid=15879/tid=15881] ppid=15877 vsize=1223408 CPUtime=161.82 cores=1,3,5,7
/proc/15879/task/15881/stat : 15881 (claspmt) R 15877 15879 13999 0 -1 4202560 70674 0 0 0 16147 35 0 0 25 0 4 0 517716667 1252769792 275677 33554432000 4194304 4964704 140735095066368 18446744073709551615 4362264 0 0 4096 18946 0 0 0 -1 1 0 0 0
[pid=15879/tid=15882] ppid=15877 vsize=1223408 CPUtime=160.98 cores=1,3,5,7
/proc/15879/task/15882/stat : 15882 (claspmt) R 15877 15879 13999 0 -1 4202560 72301 0 0 0 16063 35 0 0 25 0 4 0 517716667 1252769792 275677 33554432000 4194304 4964704 140735095066368 18446744073709551615 4660077 0 0 4096 18946 0 0 0 -1 7 0 0 0
[pid=15879/tid=15883] ppid=15877 vsize=1223408 CPUtime=161.86 cores=1,3,5,7
/proc/15879/task/15883/stat : 15883 (claspmt) R 15877 15879 13999 0 -1 4202560 45997 0 0 0 16157 29 0 0 25 0 4 0 517716667 1252769792 275677 33554432000 4194304 4964704 140735095066368 18446744073709551615 4632289 0 0 4096 18946 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 646.92
Current children cumulated vsize (KiB) 1223408

[startup+222.301 s]
/proc/loadavg: 8.13 8.01 7.05 9/184 15898
/proc/meminfo: memFree=27467644/32951124 swapFree=67111364/67111528
[pid=15879] ppid=15877 vsize=1354480 CPUtime=886.54 cores=1,3,5,7
/proc/15879/stat : 15879 (claspmt) R 15877 15879 13999 0 -1 4202496 301387 0 0 0 88500 154 0 0 25 0 4 0 517716627 1386987520 294490 33554432000 4194304 4964704 140735095066368 18446744073709551615 4332537 0 0 4096 18946 18446744073709551615 0 0 17 5 0 0 0
/proc/15879/statm: 338620 294490 460 189 0 332969 0
[pid=15879/tid=15881] ppid=15877 vsize=1354480 CPUtime=221.79 cores=1,3,5,7
/proc/15879/task/15881/stat : 15881 (claspmt) R 15877 15879 13999 0 -1 4202560 75285 0 0 0 22141 38 0 0 25 0 4 0 517716667 1386987520 294490 33554432000 4194304 4964704 140735095066368 18446744073709551615 4670416 0 0 4096 18946 0 0 0 -1 1 0 0 0
[pid=15879/tid=15882] ppid=15877 vsize=1354480 CPUtime=220.64 cores=1,3,5,7
/proc/15879/task/15882/stat : 15882 (claspmt) R 15877 15879 13999 0 -1 4202560 81092 0 0 0 22025 39 0 0 25 0 4 0 517716667 1386987520 294490 33554432000 4194304 4964704 140735095066368 18446744073709551615 4670228 0 0 4096 18946 0 0 0 -1 7 0 0 0
[pid=15879/tid=15883] ppid=15877 vsize=1354480 CPUtime=221.86 cores=1,3,5,7
/proc/15879/task/15883/stat : 15883 (claspmt) R 15877 15879 13999 0 -1 4202560 46148 0 0 0 22157 29 0 0 25 0 4 0 517716667 1386987520 294490 33554432000 4194304 4964704 140735095066368 18446744073709551615 4653432 0 0 4096 18946 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 886.54
Current children cumulated vsize (KiB) 1354480

[startup+282.301 s]

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

[pid=15879/tid=15881] ppid=15877 vsize=2998372 CPUtime=701.68 cores=1,3,5,7
/proc/15879/task/15881/stat : 15881 (claspmt) R 15877 15879 13999 0 -1 4202560 155979 0 0 0 70080 88 0 0 25 0 4 0 517716667 3070332928 715370 33554432000 4194304 4964704 140735095066368 18446744073709551615 4670228 0 0 4096 18946 0 0 0 -1 1 0 0 0
[pid=15879/tid=15882] ppid=15877 vsize=2998372 CPUtime=699.92 cores=1,3,5,7
/proc/15879/task/15882/stat : 15882 (claspmt) R 15877 15879 13999 0 -1 4202560 161613 0 0 0 69916 76 0 0 25 0 4 0 517716667 3070332928 715370 33554432000 4194304 4964704 140735095066368 18446744073709551615 4670219 0 0 4096 18946 0 0 0 -1 5 0 0 0
[pid=15879/tid=15883] ppid=15877 vsize=2998372 CPUtime=701.85 cores=1,3,5,7
/proc/15879/task/15883/stat : 15883 (claspmt) R 15877 15879 13999 0 -1 4202560 236395 0 0 0 70005 180 0 0 25 0 4 0 517716667 3070332928 715370 33554432000 4194304 4964704 140735095066368 18446744073709551615 4320944 0 0 4096 18946 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 2803.81
Current children cumulated vsize (KiB) 2998372

[startup+762.307 s]
/proc/loadavg: 8.05 8.03 7.48 9/184 15943
/proc/meminfo: memFree=25126624/32951124 swapFree=67111364/67111528
[pid=15879] ppid=15877 vsize=3063908 CPUtime=3043.34 cores=1,3,5,7
/proc/15879/stat : 15879 (claspmt) R 15877 15879 13999 0 -1 4202496 736022 0 0 0 303888 446 0 0 25 0 4 0 517716627 3137441792 729023 33554432000 4194304 4964704 140735095066368 18446744073709551615 4320909 0 0 4096 18946 18446744073709551615 0 0 17 7 0 0 0
/proc/15879/statm: 765977 729023 460 189 0 760326 0
[pid=15879/tid=15881] ppid=15877 vsize=3063908 CPUtime=761.6 cores=1,3,5,7
/proc/15879/task/15881/stat : 15881 (claspmt) R 15877 15879 13999 0 -1 4202560 166282 0 0 0 76059 101 0 0 25 0 4 0 517716667 3137441792 729023 33554432000 4194304 4964704 140735095066368 18446744073709551615 4670228 0 0 4096 18946 0 0 0 -1 1 0 0 0
[pid=15879/tid=15882] ppid=15877 vsize=3063908 CPUtime=759.86 cores=1,3,5,7
/proc/15879/task/15882/stat : 15882 (claspmt) R 15877 15879 13999 0 -1 4202560 161643 0 0 0 75909 77 0 0 25 0 4 0 517716667 3137441792 729023 33554432000 4194304 4964704 140735095066368 18446744073709551615 4654444 0 0 4096 18946 0 0 0 -1 5 0 0 0
[pid=15879/tid=15883] ppid=15877 vsize=3063908 CPUtime=761.85 cores=1,3,5,7
/proc/15879/task/15883/stat : 15883 (claspmt) R 15877 15879 13999 0 -1 4202560 239714 0 0 0 76003 182 0 0 25 0 4 0 517716667 3137441792 729023 33554432000 4194304 4964704 140735095066368 18446744073709551615 4670114 0 0 4096 18946 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 3043.34
Current children cumulated vsize (KiB) 3063908

[startup+822.301 s]
/proc/loadavg: 8.09 8.04 7.52 9/184 15944
/proc/meminfo: memFree=24925232/32951124 swapFree=67111364/67111528
[pid=15879] ppid=15877 vsize=3063908 CPUtime=3282.99 cores=1,3,5,7
/proc/15879/stat : 15879 (claspmt) R 15877 15879 13999 0 -1 4202496 737299 0 0 0 327852 447 0 0 25 0 4 0 517716627 3137441792 730300 33554432000 4194304 4964704 140735095066368 18446744073709551615 4342918 0 0 4096 18946 18446744073709551615 0 0 17 7 0 0 0
/proc/15879/statm: 765977 730300 460 189 0 760326 0
[pid=15879/tid=15881] ppid=15877 vsize=3063908 CPUtime=821.59 cores=1,3,5,7
/proc/15879/task/15881/stat : 15881 (claspmt) R 15877 15879 13999 0 -1 4202560 166287 0 0 0 82058 101 0 0 25 0 4 0 517716667 3137441792 730300 33554432000 4194304 4964704 140735095066368 18446744073709551615 4627810 0 0 4096 18946 0 0 0 -1 1 0 0 0
[pid=15879/tid=15882] ppid=15877 vsize=3063908 CPUtime=819.86 cores=1,3,5,7
/proc/15879/task/15882/stat : 15882 (claspmt) R 15877 15879 13999 0 -1 4202560 161644 0 0 0 81909 77 0 0 25 0 4 0 517716667 3137441792 730300 33554432000 4194304 4964704 140735095066368 18446744073709551615 4670228 0 0 4096 18946 0 0 0 -1 5 0 0 0
[pid=15879/tid=15883] ppid=15877 vsize=3063908 CPUtime=821.85 cores=1,3,5,7
/proc/15879/task/15883/stat : 15883 (claspmt) R 15877 15879 13999 0 -1 4202560 239721 0 0 0 82003 182 0 0 25 0 4 0 517716667 3137441792 730300 33554432000 4194304 4964704 140735095066368 18446744073709551615 4670228 0 0 4096 18946 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 3282.99
Current children cumulated vsize (KiB) 3063908

[startup+882.301 s]
/proc/loadavg: 8.03 8.03 7.55 9/184 15946
/proc/meminfo: memFree=23976724/32951124 swapFree=67111364/67111528
[pid=15879] ppid=15877 vsize=3063908 CPUtime=3522.59 cores=1,3,5,7
/proc/15879/stat : 15879 (claspmt) R 15877 15879 13999 0 -1 4202496 737915 0 0 0 351811 448 0 0 25 0 4 0 517716627 3137441792 730783 33554432000 4194304 4964704 140735095066368 18446744073709551615 4321102 0 0 4096 18946 18446744073709551615 0 0 17 7 0 0 0
/proc/15879/statm: 765977 730783 460 189 0 760326 0
[pid=15879/tid=15881] ppid=15877 vsize=3063908 CPUtime=881.53 cores=1,3,5,7
/proc/15879/task/15881/stat : 15881 (claspmt) R 15877 15879 13999 0 -1 4202560 166875 0 0 0 88051 102 0 0 25 0 4 0 517716667 3137441792 730783 33554432000 4194304 4964704 140735095066368 18446744073709551615 4670228 0 0 4096 18946 0 0 0 -1 1 0 0 0
[pid=15879/tid=15882] ppid=15877 vsize=3063908 CPUtime=879.86 cores=1,3,5,7
/proc/15879/task/15882/stat : 15882 (claspmt) R 15877 15879 13999 0 -1 4202560 161651 0 0 0 87909 77 0 0 25 0 4 0 517716667 3137441792 730783 33554432000 4194304 4964704 140735095066368 18446744073709551615 4321102 0 0 4096 18946 0 0 0 -1 5 0 0 0
[pid=15879/tid=15883] ppid=15877 vsize=3063908 CPUtime=881.84 cores=1,3,5,7
/proc/15879/task/15883/stat : 15883 (claspmt) R 15877 15879 13999 0 -1 4202560 239742 0 0 0 88002 182 0 0 25 0 4 0 517716667 3137441792 730783 33554432000 4194304 4964704 140735095066368 18446744073709551615 4660024 0 0 4096 18946 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 3522.59
Current children cumulated vsize (KiB) 3063908

[startup+942.301 s]
/proc/loadavg: 8.07 8.04 7.57 9/184 15948
/proc/meminfo: memFree=23655416/32951124 swapFree=67111364/67111528
[pid=15879] ppid=15877 vsize=3063908 CPUtime=3762.25 cores=1,3,5,7
/proc/15879/stat : 15879 (claspmt) R 15877 15879 13999 0 -1 4202496 743096 0 0 0 375774 451 0 0 25 0 4 0 517716627 3137441792 735964 33554432000 4194304 4964704 140735095066368 18446744073709551615 4341504 0 0 4096 18946 18446744073709551615 0 0 17 7 0 0 0
/proc/15879/statm: 765977 735964 460 189 0 760326 0
[pid=15879/tid=15881] ppid=15877 vsize=3063908 CPUtime=941.53 cores=1,3,5,7
/proc/15879/task/15881/stat : 15881 (claspmt) R 15877 15879 13999 0 -1 4202560 166878 0 0 0 94051 102 0 0 25 0 4 0 517716667 3137441792 735964 33554432000 4194304 4964704 140735095066368 18446744073709551615 4670228 0 0 4096 18946 0 0 0 -1 1 0 0 0
[pid=15879/tid=15882] ppid=15877 vsize=3063908 CPUtime=939.86 cores=1,3,5,7
/proc/15879/task/15882/stat : 15882 (claspmt) R 15877 15879 13999 0 -1 4202560 161654 0 0 0 93909 77 0 0 25 0 4 0 517716667 3137441792 735964 33554432000 4194304 4964704 140735095066368 18446744073709551615 4653154 0 0 4096 18946 0 0 0 -1 5 0 0 0
[pid=15879/tid=15883] ppid=15877 vsize=3063908 CPUtime=941.84 cores=1,3,5,7
/proc/15879/task/15883/stat : 15883 (claspmt) R 15877 15879 13999 0 -1 4202560 239742 0 0 0 94002 182 0 0 25 0 4 0 517716667 3137441792 735964 33554432000 4194304 4964704 140735095066368 18446744073709551615 4670230 0 0 4096 18946 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 3762.25
Current children cumulated vsize (KiB) 3063908

[startup+1002.3 s]
/proc/loadavg: 8.08 8.04 7.60 9/184 15949
/proc/meminfo: memFree=23503364/32951124 swapFree=67111364/67111528
[pid=15879] ppid=15877 vsize=3129444 CPUtime=4001.91 cores=1,3,5,7
/proc/15879/stat : 15879 (claspmt) R 15877 15879 13999 0 -1 4202496 748125 0 0 0 399736 455 0 0 25 0 4 0 517716627 3204550656 740993 33554432000 4194304 4964704 140735095066368 18446744073709551615 4669051 0 0 4096 18946 18446744073709551615 0 0 17 7 0 0 0
/proc/15879/statm: 782361 740993 460 189 0 776710 0
[pid=15879/tid=15881] ppid=15877 vsize=3129444 CPUtime=1001.53 cores=1,3,5,7
/proc/15879/task/15881/stat : 15881 (claspmt) R 15877 15879 13999 0 -1 4202560 166967 0 0 0 100051 102 0 0 25 0 4 0 517716667 3204550656 740993 33554432000 4194304 4964704 140735095066368 18446744073709551615 4320909 0 0 4096 18946 0 0 0 -1 1 0 0 0
[pid=15879/tid=15882] ppid=15877 vsize=3129444 CPUtime=999.86 cores=1,3,5,7
/proc/15879/task/15882/stat : 15882 (claspmt) R 15877 15879 13999 0 -1 4202560 161656 0 0 0 99909 77 0 0 25 0 4 0 517716667 3204550656 740993 33554432000 4194304 4964704 140735095066368 18446744073709551615 4670228 0 0 4096 18946 0 0 0 -1 5 0 0 0
[pid=15879/tid=15883] ppid=15877 vsize=3129444 CPUtime=1001.83 cores=1,3,5,7
/proc/15879/task/15883/stat : 15883 (claspmt) R 15877 15879 13999 0 -1 4202560 239753 0 0 0 100001 182 0 0 25 0 4 0 517716667 3204550656 740993 33554432000 4194304 4964704 140735095066368 18446744073709551615 4670228 0 0 4096 18946 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 4001.91
Current children cumulated vsize (KiB) 3129444

[startup+1062.3 s]
/proc/loadavg: 8.08 8.05 7.63 9/184 15951
/proc/meminfo: memFree=22768516/32951124 swapFree=67111364/67111528
[pid=15879] ppid=15877 vsize=3129444 CPUtime=4241.54 cores=1,3,5,7
/proc/15879/stat : 15879 (claspmt) R 15877 15879 13999 0 -1 4202496 760308 0 0 0 423686 468 0 0 25 0 4 0 517716627 3204550656 753176 33554432000 4194304 4964704 140735095066368 18446744073709551615 4668918 0 0 4096 18946 18446744073709551615 0 0 17 7 0 0 0
/proc/15879/statm: 782361 753176 460 189 0 776710 0
[pid=15879/tid=15881] ppid=15877 vsize=3129444 CPUtime=1061.48 cores=1,3,5,7
/proc/15879/task/15881/stat : 15881 (claspmt) R 15877 15879 13999 0 -1 4202560 166973 0 0 0 106046 102 0 0 25 0 4 0 517716667 3204550656 753176 33554432000 4194304 4964704 140735095066368 18446744073709551615 4653475 0 0 4096 18946 0 0 0 -1 1 0 0 0
[pid=15879/tid=15882] ppid=15877 vsize=3129444 CPUtime=1059.86 cores=1,3,5,7
/proc/15879/task/15882/stat : 15882 (claspmt) R 15877 15879 13999 0 -1 4202560 161663 0 0 0 105909 77 0 0 25 0 4 0 517716667 3204550656 753176 33554432000 4194304 4964704 140735095066368 18446744073709551615 4670228 0 0 4096 18946 0 0 0 -1 5 0 0 0
[pid=15879/tid=15883] ppid=15877 vsize=3129444 CPUtime=1061.83 cores=1,3,5,7
/proc/15879/task/15883/stat : 15883 (claspmt) R 15877 15879 13999 0 -1 4202560 251923 0 0 0 105988 195 0 0 25 0 4 0 517716667 3204550656 753176 33554432000 4194304 4964704 140735095066368 18446744073709551615 4669051 0 0 4096 18946 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 4241.54
Current children cumulated vsize (KiB) 3129444

[startup+1122.3 s]
/proc/loadavg: 8.08 8.05 7.66 9/184 15952
/proc/meminfo: memFree=22532528/32951124 swapFree=67111364/67111528
[pid=15879] ppid=15877 vsize=3198052 CPUtime=4481.21 cores=1,3,5,7
/proc/15879/stat : 15879 (claspmt) R 15877 15879 13999 0 -1 4202496 778844 0 0 0 447633 488 0 0 25 0 4 0 517716627 3274805248 771712 33554432000 4194304 4964704 140735095066368 18446744073709551615 4325407 0 0 4096 18946 18446744073709551615 0 0 17 7 0 0 0
/proc/15879/statm: 799513 771712 460 189 0 793862 0
[pid=15879/tid=15881] ppid=15877 vsize=3198052 CPUtime=1121.48 cores=1,3,5,7
/proc/15879/task/15881/stat : 15881 (claspmt) R 15877 15879 13999 0 -1 4202560 172979 0 0 0 112038 110 0 0 25 0 4 0 517716667 3274805248 771712 33554432000 4194304 4964704 140735095066368 18446744073709551615 4670228 0 0 4096 18946 0 0 0 -1 1 0 0 0
[pid=15879/tid=15882] ppid=15877 vsize=3198052 CPUtime=1119.85 cores=1,3,5,7
/proc/15879/task/15882/stat : 15882 (claspmt) R 15877 15879 13999 0 -1 4202560 167863 0 0 0 111902 83 0 0 25 0 4 0 517716667 3274805248 771712 33554432000 4194304 4964704 140735095066368 18446744073709551615 4313845 0 0 4096 18946 0 0 0 -1 5 0 0 0
[pid=15879/tid=15883] ppid=15877 vsize=3198052 CPUtime=1121.83 cores=1,3,5,7
/proc/15879/task/15883/stat : 15883 (claspmt) R 15877 15879 13999 0 -1 4202560 254890 0 0 0 111986 197 0 0 25 0 4 0 517716667 3274805248 771712 33554432000 4194304 4964704 140735095066368 18446744073709551615 4632355 0 0 4096 18946 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 4481.21
Current children cumulated vsize (KiB) 3198052

[startup+1182.3 s]
/proc/loadavg: 8.03 8.04 7.67 9/184 15954
/proc/meminfo: memFree=22237880/32951124 swapFree=67111364/67111528
[pid=15879] ppid=15877 vsize=3198052 CPUtime=4720.85 cores=1,3,5,7
/proc/15879/stat : 15879 (claspmt) R 15877 15879 13999 0 -1 4202496 779342 0 0 0 471596 489 0 0 25 0 4 0 517716627 3274805248 772210 33554432000 4194304 4964704 140735095066368 18446744073709551615 4341840 0 0 4096 18946 18446744073709551615 0 0 17 7 0 0 0
/proc/15879/statm: 799513 772210 460 189 0 793862 0
[pid=15879/tid=15881] ppid=15877 vsize=3198052 CPUtime=1181.45 cores=1,3,5,7
/proc/15879/task/15881/stat : 15881 (claspmt) R 15877 15879 13999 0 -1 4202560 173031 0 0 0 118035 110 0 0 25 0 4 0 517716667 3274805248 772210 33554432000 4194304 4964704 140735095066368 18446744073709551615 4669277 0 0 4096 18946 0 0 0 -1 1 0 0 0
[pid=15879/tid=15882] ppid=15877 vsize=3198052 CPUtime=1179.85 cores=1,3,5,7
/proc/15879/task/15882/stat : 15882 (claspmt) R 15877 15879 13999 0 -1 4202560 167867 0 0 0 117902 83 0 0 25 0 4 0 517716667 3274805248 772210 33554432000 4194304 4964704 140735095066368 18446744073709551615 4668820 0 0 4096 18946 0 0 0 -1 5 0 0 0
[pid=15879/tid=15883] ppid=15877 vsize=3198052 CPUtime=1181.83 cores=1,3,5,7
/proc/15879/task/15883/stat : 15883 (claspmt) R 15877 15879 13999 0 -1 4202560 254891 0 0 0 117986 197 0 0 25 0 4 0 517716667 3274805248 772210 33554432000 4194304 4964704 140735095066368 18446744073709551615 4670228 0 0 4096 18946 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 4720.85
Current children cumulated vsize (KiB) 3198052



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1202.2 s]
/proc/loadavg: 8.02 8.04 7.68 10/184 15954
/proc/meminfo: memFree=21963212/32951124 swapFree=67111364/67111528
[pid=15879] ppid=15877 vsize=3198052 CPUtime=4800.38 cores=1,3,5,7
/proc/15879/stat : 15879 (claspmt) R 15877 15879 13999 0 -1 4202496 779342 0 0 0 479549 489 0 0 25 0 4 0 517716627 3274805248 772210 33554432000 4194304 4964704 140735095066368 18446744073709551615 4653541 0 0 4096 18946 18446744073709551615 0 0 17 7 0 0 0
/proc/15879/statm: 799513 772210 460 189 0 793862 0
[pid=15879/tid=15881] ppid=15877 vsize=3198052 CPUtime=1201.36 cores=1,3,5,7
/proc/15879/task/15881/stat : 15881 (claspmt) R 15877 15879 13999 0 -1 4202560 173031 0 0 0 120026 110 0 0 25 0 4 0 517716667 3274805248 772210 33554432000 4194304 4964704 140735095066368 18446744073709551615 4313751 0 0 4096 18946 0 0 0 -1 1 0 0 0
[pid=15879/tid=15882] ppid=15877 vsize=3198052 CPUtime=1199.76 cores=1,3,5,7
/proc/15879/task/15882/stat : 15882 (claspmt) R 15877 15879 13999 0 -1 4202560 167867 0 0 0 119893 83 0 0 25 0 4 0 517716667 3274805248 772210 33554432000 4194304 4964704 140735095066368 18446744073709551615 4320970 0 0 4096 18946 0 0 0 -1 5 0 0 0
[pid=15879/tid=15883] ppid=15877 vsize=3198052 CPUtime=1201.74 cores=1,3,5,7
/proc/15879/task/15883/stat : 15883 (claspmt) R 15877 15879 13999 0 -1 4202560 254891 0 0 0 119977 197 0 0 25 0 4 0 517716667 3274805248 772210 33554432000 4194304 4964704 140735095066368 18446744073709551615 4321102 0 0 4096 18946 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 4800.38
Current children cumulated vsize (KiB) 3198052

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

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

[startup+1202.4 s]
/proc/loadavg: 8.02 8.04 7.68 10/184 15954
/proc/meminfo: memFree=21963212/32951124 swapFree=67111364/67111528
[pid=15879] ppid=15877 vsize=3181640 CPUtime=4800.59 cores=1,3,5,7
/proc/15879/stat : 15879 (claspmt) R 15877 15879 13999 0 -1 4202496 779352 0 0 0 479570 489 0 0 25 0 1 0 517716627 3257999360 768117 33554432000 4194304 4964704 140735095066368 18446744073709551615 253640514913 0 0 4096 18946 0 0 0 17 7 0 0 0
/proc/15879/statm: 795410 768117 470 189 0 789759 0
Current children cumulated CPU time (s) 4800.59
Current children cumulated vsize (KiB) 3181640

[startup+1202.5 s]
/proc/loadavg: 8.02 8.04 7.68 10/184 15954
/proc/meminfo: memFree=21963212/32951124 swapFree=67111364/67111528
[pid=15879] ppid=15877 vsize=2582864 CPUtime=4800.69 cores=1,3,5,7
/proc/15879/stat : 15879 (claspmt) R 15877 15879 13999 0 -1 4202496 779353 0 0 0 479578 491 0 0 25 0 1 0 517716627 2644852736 620753 33554432000 4194304 4964704 140735095066368 18446744073709551615 253640902791 0 0 4096 18946 0 0 0 17 7 0 0 0
/proc/15879/statm: 645716 620753 471 189 0 640065 0
Current children cumulated CPU time (s) 4800.69
Current children cumulated vsize (KiB) 2582864

Child status: 0
Real time (s): 1202.59
CPU time (s): 4800.79
CPU user time (s): 4795.78
CPU system time (s): 5.01024
CPU usage (%): 399.203
Max. virtual memory (cumulated for all children) (KiB): 3198052

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 4795.78
system time used= 5.01024
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 779354
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= 12269
involuntary context switches= 31714

runsolver used 1.76873 second user time and 4.80227 second system time

The end

Launcher Data

Begin job on node106 at 2011-04-29 09:12:42
IDJOB=3299964
IDBENCH=82381
IDSOLVER=1683
FILE ID=node106/3299964-1304061162
RUNJOBID= node106-1304061162-15866
PBS_JOBID= 13170400
Free space on /tmp= 72144 MiB

SOLVER NAME= claspmt 2.0-R4095
BENCH NAME= SAT11/application/rintanen/SATPlanning/openstacks-sequencedstrips-nonadl-nonnegated-os-sequencedstrips-p30_3.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-3299964-1304061162/watcher-3299964-1304061162 -o /tmp/evaluation-result-3299964-1304061162/solver-3299964-1304061162 -C 4800 -W 1300 -M 15500  HOME/claspmt -t4 -p HOME/sat11-port.txt --distribute=all,2 HOME/instance-3299964-1304061162.cnf

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

MD5SUM BENCH= 3c5c73741ba21d5f39c7f436ba834743
RANDOM SEED=150694138

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

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

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

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

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

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


/proc/meminfo:
MemTotal:     32951124 kB
MemFree:      30392780 kB
Buffers:        231524 kB
Cached:        2048080 kB
SwapCached:         88 kB
Active:         767968 kB
Inactive:      1579252 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32951124 kB
LowFree:      30392780 kB
SwapTotal:    67111528 kB
SwapFree:     67111364 kB
Dirty:           17944 kB
Writeback:           0 kB
AnonPages:       67024 kB
Mapped:          14480 kB
Slab:           146364 kB
PageTables:       4888 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83587088 kB
Committed_AS:   189532 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= 72136 MiB
End job on node106 at 2011-04-29 09:32:47