Trace number 3380815

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) 9269.4 5101.78

General information on the benchmark

Nameapplication/rintanen/SATPlanning/
transport-transport-three-cities-sequential-14nodes-1000size-4degree-100mindistance-4trucks-14packages-2008seed.030-NOTKNOWN.cnf
MD5SUMc6d3480970bb2819448dd0a800a3cf1c
Bench CategoryAPPLICATION (applications instances)
Best result obtained on this benchmarkSAT
Best CPU time to get the best result obtained on this benchmark3527.13
Satisfiable
(Un)Satisfiability was proved
Number of variables1134832
Number of clauses6175026
Sum of the clauses size14647926
Maximum clause length1178
Minimum clause length1
Number of clauses of size 1846
Number of clauses of size 26124260
Number of clauses of size 3960
Number of clauses of size 41200
Number of clauses of size 51200
Number of clauses of size over 546560

Solver Data

0.00/0.00	c clasp version 2.0.0-RC2
0.00/0.00	c Reading from ...493034/instance-3380815-1305493034.cnf
0.69/1.94	c Solving...
9267.57/5100.01	
9267.57/5100.01	*** INTERRUPTED! ***
9267.57/5100.01	*** Shutting down threads...
9269.21/5101.70	s UNKNOWN
9269.21/5101.70	
9269.21/5101.70	c INTERRUPTED   : 1
9269.21/5101.70	c Models        : 0+    
9269.21/5101.70	c Time          : 5100.020s (Solving: 5098.08s 1st Model: 0.00s Unsat: 0.00s)
9269.21/5101.70	c CPU Time      : 9267.640s

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-3380815-1305493034/watcher-3380815-1305493034 -o /tmp/evaluation-result-3380815-1305493034/solver-3380815-1305493034 -C 40000 -W 5100 -M 31000 HOME/claspmt -t8 -p HOME/sat11-port.txt --distribute=all,2 HOME/instance-3380815-1305493034.cnf 

running on 8 cores: 0,2,4,6,1,3,5,7

Enforcing CPUTime limit (soft limit, will send SIGTERM then SIGKILL): 40000 seconds
Enforcing CPUTime limit (hard limit, will send SIGXCPU): 40030 seconds
Enforcing wall clock limit (soft limit, will send SIGTERM then SIGKILL): 5100 seconds
Enforcing VSIZE limit (soft limit, will send SIGTERM then SIGKILL): 31744000 KiB
Enforcing VSIZE limit (hard limit, stack expansion will fail with SIGSEGV, brk() and mmap() will return ENOMEM): 31795200 KiB
Current StackSize limit: 10240 KiB


[startup+0 s]
/proc/loadavg: 5.60 5.02 4.25 1/327 21126
/proc/meminfo: memFree=24205332/32951124 swapFree=65173160/67111528
[pid=21126] ppid=21124 vsize=164956 CPUtime=0 cores=0-7
/proc/21126/stat : 21126 (claspmt) R 21124 21126 20967 0 -1 4202496 1086 0 0 0 0 0 0 0 22 0 1 0 660902007 168914944 1016 33554432000 4194304 4964800 140735165348416 18446744073709551615 4700412 0 0 4096 18946 0 0 0 17 2 0 0 0
/proc/21126/statm: 41239 1024 376 189 0 36113 0

[startup+0.091856 s]
/proc/loadavg: 5.60 5.02 4.25 1/327 21126
/proc/meminfo: memFree=24205332/32951124 swapFree=65173160/67111528
[pid=21126] ppid=21124 vsize=164956 CPUtime=0.08 cores=0-7
/proc/21126/stat : 21126 (claspmt) R 21124 21126 20967 0 -1 4202496 31020 0 0 0 6 2 0 0 22 0 1 0 660902007 168914944 30951 33554432000 4194304 4964800 140735165348416 18446744073709551615 4700412 0 0 4096 18946 0 0 0 17 2 0 0 0
/proc/21126/statm: 41239 30967 376 189 0 36113 0
Current children cumulated CPU time (s) 0.08
Current children cumulated vsize (KiB) 164956

[startup+0.100858 s]
/proc/loadavg: 5.60 5.02 4.25 1/327 21126
/proc/meminfo: memFree=24205332/32951124 swapFree=65173160/67111528
[pid=21126] ppid=21124 vsize=164956 CPUtime=0.09 cores=0-7
/proc/21126/stat : 21126 (claspmt) R 21124 21126 20967 0 -1 4202496 34389 0 0 0 6 3 0 0 22 0 1 0 660902007 168914944 34319 33554432000 4194304 4964800 140735165348416 18446744073709551615 4700412 0 0 4096 18946 0 0 0 17 2 0 0 0
/proc/21126/statm: 41239 34334 376 189 0 36113 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 164956

[startup+0.300819 s]
/proc/loadavg: 5.60 5.02 4.25 1/327 21126
/proc/meminfo: memFree=24205332/32951124 swapFree=65173160/67111528
[pid=21126] ppid=21124 vsize=244896 CPUtime=0.29 cores=0-7
/proc/21126/stat : 21126 (claspmt) R 21124 21126 20967 0 -1 4202496 64326 0 0 0 23 6 0 0 23 0 1 0 660902007 250773504 55391 33554432000 4194304 4964800 140735165348416 18446744073709551615 232335892224 0 0 4096 18946 0 0 0 17 2 0 0 0
/proc/21126/statm: 61224 55391 390 189 0 56098 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 244896

[startup+0.700749 s]
/proc/loadavg: 5.60 5.02 4.25 1/327 21126
/proc/meminfo: memFree=24205332/32951124 swapFree=65173160/67111528
[pid=21126] ppid=21124 vsize=257532 CPUtime=0.69 cores=0-7
/proc/21126/stat : 21126 (claspmt) R 21124 21126 20967 0 -1 4202496 67566 0 0 0 62 7 0 0 25 0 1 0 660902007 263712768 58631 33554432000 4194304 4964800 140735165348416 18446744073709551615 232335553221 0 0 4096 18946 0 0 0 17 2 0 0 0
/proc/21126/statm: 64383 58631 390 189 0 59257 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 257532

[startup+3.03433 s]
/proc/loadavg: 5.60 5.02 4.25 1/327 21126
/proc/meminfo: memFree=24205332/32951124 swapFree=65173160/67111528
[pid=21126] ppid=21124 vsize=1343796 CPUtime=4.93 cores=0-7
/proc/21126/stat : 21126 (claspmt) S 21124 21126 20967 0 -1 4202496 375023 0 0 0 357 136 0 0 18 0 8 0 660902007 1376047104 258873 33554432000 4194304 4964800 140735165348416 18446744073709551615 232347708313 0 0 4096 18946 18446744073709551615 0 0 17 3 0 0 0
/proc/21126/statm: 335949 258873 437 189 0 330298 0
Current children cumulated CPU time (s) 4.93
Current children cumulated vsize (KiB) 1343796

[startup+3.10032 s]
/proc/loadavg: 5.60 5.02 4.25 1/327 21126
/proc/meminfo: memFree=24205332/32951124 swapFree=65173160/67111528
[pid=21126] ppid=21124 vsize=1343796 CPUtime=4.99 cores=0-7
/proc/21126/stat : 21126 (claspmt) S 21124 21126 20967 0 -1 4202496 375023 0 0 0 363 136 0 0 18 0 8 0 660902007 1376047104 258873 33554432000 4194304 4964800 140735165348416 18446744073709551615 232347708313 0 0 4096 18946 18446744073709551615 0 0 17 3 0 0 0
/proc/21126/statm: 335949 258873 437 189 0 330298 0
Current children cumulated CPU time (s) 4.99
Current children cumulated vsize (KiB) 1343796

[startup+6.30077 s]
/proc/loadavg: 5.23 4.95 4.23 2/335 21134
/proc/meminfo: memFree=23169148/32951124 swapFree=65173160/67111528
[pid=21126] ppid=21124 vsize=1343796 CPUtime=8.19 cores=0-7
/proc/21126/stat : 21126 (claspmt) S 21124 21126 20967 0 -1 4202496 375531 0 0 0 683 136 0 0 18 0 8 0 660902007 1376047104 259381 33554432000 4194304 4964800 140735165348416 18446744073709551615 232347708313 0 0 4096 18946 18446744073709551615 0 0 17 3 0 0 0
/proc/21126/statm: 335949 259381 437 189 0 330298 0
[pid=21126/tid=21128] ppid=21124 vsize=1343796 CPUtime=0.17 cores=0-7
/proc/21126/task/21128/stat : 21128 (claspmt) S 21124 21126 20967 0 -1 4202560 29049 0 0 0 9 8 0 0 18 0 8 0 660902202 1376047104 259381 33554432000 4194304 4964800 140735165348416 18446744073709551615 232347708313 0 0 4096 18946 18446604451315569984 0 0 -1 1 0 0 0
[pid=21126/tid=21129] ppid=21124 vsize=1343796 CPUtime=0.29 cores=0-7
/proc/21126/task/21129/stat : 21129 (claspmt) S 21124 21126 20967 0 -1 4202560 43850 0 0 0 13 16 0 0 18 0 8 0 660902202 1376047104 259381 33554432000 4194304 4964800 140735165348416 18446744073709551615 232347708313 0 0 4096 18946 18446604451315569984 0 0 -1 4 0 0 0
[pid=21126/tid=21130] ppid=21124 vsize=1343796 CPUtime=0.33 cores=0-7
/proc/21126/task/21130/stat : 21130 (claspmt) S 21124 21126 20967 0 -1 4202560 44133 0 0 0 15 18 0 0 18 0 8 0 660902202 1376047104 259381 33554432000 4194304 4964800 140735165348416 18446744073709551615 232347708313 0 0 4096 18946 18446604451315569984 0 0 -1 2 0 0 0
[pid=21126/tid=21131] ppid=21124 vsize=1343796 CPUtime=0.21 cores=0-7
/proc/21126/task/21131/stat : 21131 (claspmt) S 21124 21126 20967 0 -1 4202560 29756 0 0 0 8 13 0 0 18 0 8 0 660902202 1376047104 259381 33554432000 4194304 4964800 140735165348416 18446744073709551615 232347708313 0 0 4096 18946 18446604451315569984 0 0 -1 3 0 0 0
[pid=21126/tid=21132] ppid=21124 vsize=1343796 CPUtime=4.07 cores=0-7
/proc/21126/task/21132/stat : 21132 (claspmt) R 21124 21126 20967 0 -1 4202560 39300 0 0 0 381 26 0 0 25 0 8 0 660902202 1376047104 259381 33554432000 4194304 4964800 140735165348416 18446744073709551615 4668544 0 0 4096 18946 0 0 0 -1 6 0 0 0
[pid=21126/tid=21133] ppid=21124 vsize=1343796 CPUtime=0.47 cores=0-7
/proc/21126/task/21133/stat : 21133 (claspmt) S 21124 21126 20967 0 -1 4202560 44130 0 0 0 30 17 0 0 18 0 8 0 660902202 1376047104 259381 33554432000 4194304 4964800 140735165348416 18446744073709551615 232347708313 0 0 4096 18946 18446604451315569984 0 0 -1 0 0 0 0
[pid=21126/tid=21134] ppid=21124 vsize=1343796 CPUtime=0.63 cores=0-7
/proc/21126/task/21134/stat : 21134 (claspmt) S 21124 21126 20967 0 -1 4202560 41525 0 0 0 45 18 0 0 18 0 8 0 660902202 1376047104 259381 33554432000 4194304 4964800 140735165348416 18446744073709551615 232347708313 0 0 4096 18946 18446604451315569984 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 8.19
Current children cumulated vsize (KiB) 1343796

[startup+12.7006 s]
/proc/loadavg: 4.89 4.88 4.21 2/335 21134
/proc/meminfo: memFree=23167708/32951124 swapFree=65173160/67111528
[pid=21126] ppid=21124 vsize=1343796 CPUtime=14.59 cores=0-7
/proc/21126/stat : 21126 (claspmt) S 21124 21126 20967 0 -1 4202496 376091 0 0 0 1323 136 0 0 18 0 8 0 660902007 1376047104 259941 33554432000 4194304 4964800 140735165348416 18446744073709551615 232347708313 0 0 4096 18946 18446744073709551615 0 0 17 3 0 0 0
/proc/21126/statm: 335949 259941 437 189 0 330298 0
[pid=21126/tid=21128] ppid=21124 vsize=1343796 CPUtime=0.17 cores=0-7
/proc/21126/task/21128/stat : 21128 (claspmt) S 21124 21126 20967 0 -1 4202560 29049 0 0 0 9 8 0 0 18 0 8 0 660902202 1376047104 259941 33554432000 4194304 4964800 140735165348416 18446744073709551615 232347708313 0 0 4096 18946 18446604451315569984 0 0 -1 1 0 0 0
[pid=21126/tid=21129] ppid=21124 vsize=1343796 CPUtime=0.29 cores=0-7
/proc/21126/task/21129/stat : 21129 (claspmt) S 21124 21126 20967 0 -1 4202560 43850 0 0 0 13 16 0 0 18 0 8 0 660902202 1376047104 259941 33554432000 4194304 4964800 140735165348416 18446744073709551615 232347708313 0 0 4096 18946 18446604451315569984 0 0 -1 4 0 0 0
[pid=21126/tid=21130] ppid=21124 vsize=1343796 CPUtime=0.33 cores=0-7
/proc/21126/task/21130/stat : 21130 (claspmt) S 21124 21126 20967 0 -1 4202560 44133 0 0 0 15 18 0 0 18 0 8 0 660902202 1376047104 259941 33554432000 4194304 4964800 140735165348416 18446744073709551615 232347708313 0 0 4096 18946 18446604451315569984 0 0 -1 2 0 0 0
[pid=21126/tid=21131] ppid=21124 vsize=1343796 CPUtime=0.21 cores=0-7
/proc/21126/task/21131/stat : 21131 (claspmt) S 21124 21126 20967 0 -1 4202560 29756 0 0 0 8 13 0 0 18 0 8 0 660902202 1376047104 259941 33554432000 4194304 4964800 140735165348416 18446744073709551615 232347708313 0 0 4096 18946 18446604451315569984 0 0 -1 3 0 0 0
[pid=21126/tid=21132] ppid=21124 vsize=1343796 CPUtime=10.47 cores=0-7
/proc/21126/task/21132/stat : 21132 (claspmt) R 21124 21126 20967 0 -1 4202560 39860 0 0 0 1021 26 0 0 25 0 8 0 660902202 1376047104 259941 33554432000 4194304 4964800 140735165348416 18446744073709551615 4669078 0 0 4096 18946 0 0 0 -1 6 0 0 0
[pid=21126/tid=21133] ppid=21124 vsize=1343796 CPUtime=0.47 cores=0-7
/proc/21126/task/21133/stat : 21133 (claspmt) S 21124 21126 20967 0 -1 4202560 44130 0 0 0 30 17 0 0 18 0 8 0 660902202 1376047104 259941 33554432000 4194304 4964800 140735165348416 18446744073709551615 232347708313 0 0 4096 18946 18446604451315569984 0 0 -1 0 0 0 0
[pid=21126/tid=21134] ppid=21124 vsize=1343796 CPUtime=0.63 cores=0-7
/proc/21126/task/21134/stat : 21134 (claspmt) S 21124 21126 20967 0 -1 4202560 41525 0 0 0 45 18 0 0 18 0 8 0 660902202 1376047104 259941 33554432000 4194304 4964800 140735165348416 18446744073709551615 232347708313 0 0 4096 18946 18446604451315569984 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 14.59
Current children cumulated vsize (KiB) 1343796

[startup+25.5003 s]
/proc/loadavg: 4.03 4.69 4.16 2/335 21134
/proc/meminfo: memFree=23165068/32951124 swapFree=65173160/67111528
[pid=21126] ppid=21124 vsize=1343796 CPUtime=27.4 cores=0-7
/proc/21126/stat : 21126 (claspmt) S 21124 21126 20967 0 -1 4202496 376684 0 0 0 2603 137 0 0 18 0 8 0 660902007 1376047104 260534 33554432000 4194304 4964800 140735165348416 18446744073709551615 232347708313 0 0 4096 18946 18446744073709551615 0 0 17 3 0 0 0
/proc/21126/statm: 335949 260534 437 189 0 330298 0
[pid=21126/tid=21128] ppid=21124 vsize=1343796 CPUtime=0.17 cores=0-7
/proc/21126/task/21128/stat : 21128 (claspmt) S 21124 21126 20967 0 -1 4202560 29049 0 0 0 9 8 0 0 18 0 8 0 660902202 1376047104 260534 33554432000 4194304 4964800 140735165348416 18446744073709551615 232347708313 0 0 4096 18946 18446604451315569984 0 0 -1 1 0 0 0
[pid=21126/tid=21129] ppid=21124 vsize=1343796 CPUtime=0.29 cores=0-7
/proc/21126/task/21129/stat : 21129 (claspmt) S 21124 21126 20967 0 -1 4202560 43850 0 0 0 13 16 0 0 18 0 8 0 660902202 1376047104 260534 33554432000 4194304 4964800 140735165348416 18446744073709551615 232347708313 0 0 4096 18946 18446604451315569984 0 0 -1 4 0 0 0
[pid=21126/tid=21130] ppid=21124 vsize=1343796 CPUtime=0.33 cores=0-7
/proc/21126/task/21130/stat : 21130 (claspmt) S 21124 21126 20967 0 -1 4202560 44133 0 0 0 15 18 0 0 18 0 8 0 660902202 1376047104 260534 33554432000 4194304 4964800 140735165348416 18446744073709551615 232347708313 0 0 4096 18946 18446604451315569984 0 0 -1 2 0 0 0
[pid=21126/tid=21131] ppid=21124 vsize=1343796 CPUtime=0.21 cores=0-7
/proc/21126/task/21131/stat : 21131 (claspmt) S 21124 21126 20967 0 -1 4202560 29756 0 0 0 8 13 0 0 18 0 8 0 660902202 1376047104 260534 33554432000 4194304 4964800 140735165348416 18446744073709551615 232347708313 0 0 4096 18946 18446604451315569984 0 0 -1 3 0 0 0
[pid=21126/tid=21132] ppid=21124 vsize=1343796 CPUtime=23.27 cores=0-7
/proc/21126/task/21132/stat : 21132 (claspmt) R 21124 21126 20967 0 -1 4202560 40453 0 0 0 2301 26 0 0 25 0 8 0 660902202 1376047104 260534 33554432000 4194304 4964800 140735165348416 18446744073709551615 4670097 0 0 4096 18946 0 0 0 -1 6 0 0 0
[pid=21126/tid=21133] ppid=21124 vsize=1343796 CPUtime=0.47 cores=0-7
/proc/21126/task/21133/stat : 21133 (claspmt) S 21124 21126 20967 0 -1 4202560 44130 0 0 0 30 17 0 0 18 0 8 0 660902202 1376047104 260534 33554432000 4194304 4964800 140735165348416 18446744073709551615 232347708313 0 0 4096 18946 18446604451315569984 0 0 -1 0 0 0 0
[pid=21126/tid=21134] ppid=21124 vsize=1343796 CPUtime=0.63 cores=0-7
/proc/21126/task/21134/stat : 21134 (claspmt) S 21124 21126 20967 0 -1 4202560 41525 0 0 0 45 18 0 0 18 0 8 0 660902202 1376047104 260534 33554432000 4194304 4964800 140735165348416 18446744073709551615 232347708313 0 0 4096 18946 18446604451315569984 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 27.4
Current children cumulated vsize (KiB) 1343796

[startup+51.1008 s]
/proc/loadavg: 2.99 4.40 4.07 2/335 21135
/proc/meminfo: memFree=23162388/32951124 swapFree=65173160/67111528
[pid=21126] ppid=21124 vsize=1343796 CPUtime=52.99 cores=0-7
/proc/21126/stat : 21126 (claspmt) S 21124 21126 20967 0 -1 4202496 377263 0 0 0 5162 137 0 0 18 0 8 0 660902007 1376047104 261113 33554432000 4194304 4964800 140735165348416 18446744073709551615 232347708313 0 0 4096 18946 18446744073709551615 0 0 17 3 0 0 0
/proc/21126/statm: 335949 261113 437 189 0 330298 0
[pid=21126/tid=21128] ppid=21124 vsize=1343796 CPUtime=0.17 cores=0-7
/proc/21126/task/21128/stat : 21128 (claspmt) S 21124 21126 20967 0 -1 4202560 29049 0 0 0 9 8 0 0 18 0 8 0 660902202 1376047104 261113 33554432000 4194304 4964800 140735165348416 18446744073709551615 232347708313 0 0 4096 18946 18446604451315569984 0 0 -1 1 0 0 0
[pid=21126/tid=21129] ppid=21124 vsize=1343796 CPUtime=0.29 cores=0-7
/proc/21126/task/21129/stat : 21129 (claspmt) S 21124 21126 20967 0 -1 4202560 43850 0 0 0 13 16 0 0 18 0 8 0 660902202 1376047104 261113 33554432000 4194304 4964800 140735165348416 18446744073709551615 232347708313 0 0 4096 18946 18446604451315569984 0 0 -1 4 0 0 0
[pid=21126/tid=21130] ppid=21124 vsize=1343796 CPUtime=0.33 cores=0-7
/proc/21126/task/21130/stat : 21130 (claspmt) S 21124 21126 20967 0 -1 4202560 44133 0 0 0 15 18 0 0 18 0 8 0 660902202 1376047104 261113 33554432000 4194304 4964800 140735165348416 18446744073709551615 232347708313 0 0 4096 18946 18446604451315569984 0 0 -1 2 0 0 0
[pid=21126/tid=21131] ppid=21124 vsize=1343796 CPUtime=0.21 cores=0-7
/proc/21126/task/21131/stat : 21131 (claspmt) S 21124 21126 20967 0 -1 4202560 29756 0 0 0 8 13 0 0 18 0 8 0 660902202 1376047104 261113 33554432000 4194304 4964800 140735165348416 18446744073709551615 232347708313 0 0 4096 18946 18446604451315569984 0 0 -1 3 0 0 0
[pid=21126/tid=21132] ppid=21124 vsize=1343796 CPUtime=48.87 cores=0-7
/proc/21126/task/21132/stat : 21132 (claspmt) R 21124 21126 20967 0 -1 4202560 41032 0 0 0 4860 27 0 0 25 0 8 0 660902202 1376047104 261113 33554432000 4194304 4964800 140735165348416 18446744073709551615 4669008 0 0 4096 18946 0 0 0 -1 6 0 0 0
[pid=21126/tid=21133] ppid=21124 vsize=1343796 CPUtime=0.47 cores=0-7
/proc/21126/task/21133/stat : 21133 (claspmt) S 21124 21126 20967 0 -1 4202560 44130 0 0 0 30 17 0 0 18 0 8 0 660902202 1376047104 261113 33554432000 4194304 4964800 140735165348416 18446744073709551615 232347708313 0 0 4096 18946 18446604451315569984 0 0 -1 0 0 0 0
[pid=21126/tid=21134] ppid=21124 vsize=1343796 CPUtime=0.63 cores=0-7
/proc/21126/task/21134/stat : 21134 (claspmt) S 21124 21126 20967 0 -1 4202560 41525 0 0 0 45 18 0 0 18 0 8 0 660902202 1376047104 261113 33554432000 4194304 4964800 140735165348416 18446744073709551615 232347708313 0 0 4096 18946 18446604451315569984 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 52.99
Current children cumulated vsize (KiB) 1343796

[startup+102.312 s]
/proc/loadavg: 1.90 3.88 3.91 2/335 21136
/proc/meminfo: memFree=23159400/32951124 swapFree=65173160/67111528
[pid=21126] ppid=21124 vsize=1343796 CPUtime=104.21 cores=0-7
/proc/21126/stat : 21126 (claspmt) S 21124 21126 20967 0 -1 4202496 377952 0 0 0 10283 138 0 0 18 0 8 0 660902007 1376047104 261802 33554432000 4194304 4964800 140735165348416 18446744073709551615 232347708313 0 0 4096 18946 18446744073709551615 0 0 17 3 0 0 0
/proc/21126/statm: 335949 261802 437 189 0 330298 0
[pid=21126/tid=21128] ppid=21124 vsize=1343796 CPUtime=0.17 cores=0-7
/proc/21126/task/21128/stat : 21128 (claspmt) S 21124 21126 20967 0 -1 4202560 29049 0 0 0 9 8 0 0 18 0 8 0 660902202 1376047104 261802 33554432000 4194304 4964800 140735165348416 18446744073709551615 232347708313 0 0 4096 18946 18446604451315569984 0 0 -1 1 0 0 0
[pid=21126/tid=21129] ppid=21124 vsize=1343796 CPUtime=0.29 cores=0-7
/proc/21126/task/21129/stat : 21129 (claspmt) S 21124 21126 20967 0 -1 4202560 43850 0 0 0 13 16 0 0 18 0 8 0 660902202 1376047104 261802 33554432000 4194304 4964800 140735165348416 18446744073709551615 232347708313 0 0 4096 18946 18446604451315569984 0 0 -1 4 0 0 0
[pid=21126/tid=21130] ppid=21124 vsize=1343796 CPUtime=0.33 cores=0-7
/proc/21126/task/21130/stat : 21130 (claspmt) S 21124 21126 20967 0 -1 4202560 44133 0 0 0 15 18 0 0 18 0 8 0 660902202 1376047104 261802 33554432000 4194304 4964800 140735165348416 18446744073709551615 232347708313 0 0 4096 18946 18446604451315569984 0 0 -1 2 0 0 0
[pid=21126/tid=21131] ppid=21124 vsize=1343796 CPUtime=0.21 cores=0-7
/proc/21126/task/21131/stat : 21131 (claspmt) S 21124 21126 20967 0 -1 4202560 29756 0 0 0 8 13 0 0 18 0 8 0 660902202 1376047104 261802 33554432000 4194304 4964800 140735165348416 18446744073709551615 232347708313 0 0 4096 18946 18446604451315569984 0 0 -1 3 0 0 0
[pid=21126/tid=21132] ppid=21124 vsize=1343796 CPUtime=100.08 cores=0-7
/proc/21126/task/21132/stat : 21132 (claspmt) R 21124 21126 20967 0 -1 4202560 41721 0 0 0 9981 27 0 0 25 0 8 0 660902202 1376047104 261802 33554432000 4194304 4964800 140735165348416 18446744073709551615 4669017 0 0 4096 18946 0 0 0 -1 6 0 0 0
[pid=21126/tid=21133] ppid=21124 vsize=1343796 CPUtime=0.47 cores=0-7
/proc/21126/task/21133/stat : 21133 (claspmt) S 21124 21126 20967 0 -1 4202560 44130 0 0 0 30 17 0 0 18 0 8 0 660902202 1376047104 261802 33554432000 4194304 4964800 140735165348416 18446744073709551615 232347708313 0 0 4096 18946 18446604451315569984 0 0 -1 0 0 0 0
[pid=21126/tid=21134] ppid=21124 vsize=1343796 CPUtime=0.63 cores=0-7
/proc/21126/task/21134/stat : 21134 (claspmt) S 21124 21126 20967 0 -1 4202560 41525 0 0 0 45 18 0 0 18 0 8 0 660902202 1376047104 261802 33554432000 4194304 4964800 140735165348416 18446744073709551615 232347708313 0 0 4096 18946 18446604451315569984 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 104.21
Current children cumulated vsize (KiB) 1343796

[startup+162.301 s]
/proc/loadavg: 1.33 3.36 3.73 2/335 21138
/proc/meminfo: memFree=23157272/32951124 swapFree=65173160/67111528

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

[pid=21126/tid=21131] ppid=21124 vsize=6027760 CPUtime=338.66 cores=0-7
/proc/21126/task/21131/stat : 21131 (claspmt) R 21124 21126 20967 0 -1 4202560 108976 0 0 0 33801 65 0 0 25 0 8 0 660902202 6172426240 1460188 33554432000 4194304 4964800 140735165348416 18446744073709551615 4670180 0 0 4096 18946 0 0 0 -1 0 0 0 0
[pid=21126/tid=21132] ppid=21124 vsize=6027760 CPUtime=4840.19 cores=0-7
/proc/21126/task/21132/stat : 21132 (claspmt) R 21124 21126 20967 0 -1 4202560 49219 0 0 0 483982 37 0 0 25 0 8 0 660902202 6172426240 1460188 33554432000 4194304 4964800 140735165348416 18446744073709551615 4668592 0 0 4096 18946 0 0 0 -1 6 0 0 0
[pid=21126/tid=21133] ppid=21124 vsize=6027760 CPUtime=338.8 cores=0-7
/proc/21126/task/21133/stat : 21133 (claspmt) R 21124 21126 20967 0 -1 4202560 227989 0 0 0 33760 120 0 0 25 0 8 0 660902202 6172426240 1460188 33554432000 4194304 4964800 140735165348416 18446744073709551615 4670346 0 0 4096 18946 0 0 0 -1 4 0 0 0
[pid=21126/tid=21134] ppid=21124 vsize=6027760 CPUtime=338.92 cores=0-7
/proc/21126/task/21134/stat : 21134 (claspmt) R 21124 21126 20967 0 -1 4202560 269391 0 0 0 33773 119 0 0 25 0 8 0 660902202 6172426240 1460188 33554432000 4194304 4964800 140735165348416 18446744073709551615 4668987 0 0 4096 18946 0 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 7208.88
Current children cumulated vsize (KiB) 6027760

[startup+4902.3 s]
/proc/loadavg: 8.19 6.21 3.45 9/335 21288
/proc/meminfo: memFree=17394684/32951124 swapFree=65173160/67111528
[pid=21126] ppid=21124 vsize=7033328 CPUtime=7688.2 cores=0-7
/proc/21126/stat : 21126 (claspmt) R 21124 21126 20967 0 -1 4202496 1824306 0 0 0 767928 892 0 0 25 0 8 0 660902007 7202127872 1706822 33554432000 4194304 4964800 140735165348416 18446744073709551615 4670180 0 0 4096 18946 18446744073709551615 0 0 17 5 0 0 0
/proc/21126/statm: 1758332 1706822 460 189 0 1752681 0
[pid=21126/tid=21128] ppid=21124 vsize=7033328 CPUtime=398.61 cores=0-7
/proc/21126/task/21128/stat : 21128 (claspmt) R 21124 21126 20967 0 -1 4202560 85563 0 0 0 39804 57 0 0 25 0 8 0 660902202 7202127872 1706822 33554432000 4194304 4964800 140735165348416 18446744073709551615 4668592 0 0 4096 18946 0 0 0 -1 3 0 0 0
[pid=21126/tid=21129] ppid=21124 vsize=7033328 CPUtime=398.59 cores=0-7
/proc/21126/task/21129/stat : 21129 (claspmt) R 21124 21126 20967 0 -1 4202560 525996 0 0 0 39648 211 0 0 25 0 8 0 660902202 7202127872 1706822 33554432000 4194304 4964800 140735165348416 18446744073709551615 4320955 0 0 4096 18946 0 0 0 -1 2 0 0 0
[pid=21126/tid=21130] ppid=21124 vsize=7033328 CPUtime=394.01 cores=0-7
/proc/21126/task/21130/stat : 21130 (claspmt) R 21124 21126 20967 0 -1 4202560 265493 0 0 0 39236 165 0 0 25 0 8 0 660902202 7202127872 1706822 33554432000 4194304 4964800 140735165348416 18446744073709551615 4653507 0 0 4096 18946 0 0 0 -1 7 0 0 0
[pid=21126/tid=21131] ppid=21124 vsize=7033328 CPUtime=398.65 cores=0-7
/proc/21126/task/21131/stat : 21131 (claspmt) R 21124 21126 20967 0 -1 4202560 133867 0 0 0 39786 79 0 0 25 0 8 0 660902202 7202127872 1706822 33554432000 4194304 4964800 140735165348416 18446744073709551615 4627263 0 0 4096 18946 0 0 0 -1 0 0 0 0
[pid=21126/tid=21132] ppid=21124 vsize=7033328 CPUtime=4900.19 cores=0-7
/proc/21126/task/21132/stat : 21132 (claspmt) R 21124 21126 20967 0 -1 4202560 49222 0 0 0 489982 37 0 0 25 0 8 0 660902202 7202127872 1706822 33554432000 4194304 4964800 140735165348416 18446744073709551615 4670190 0 0 4096 18946 0 0 0 -1 6 0 0 0
[pid=21126/tid=21133] ppid=21124 vsize=7033328 CPUtime=398.8 cores=0-7
/proc/21126/task/21133/stat : 21133 (claspmt) R 21124 21126 20967 0 -1 4202560 252819 0 0 0 39746 134 0 0 25 0 8 0 660902202 7202127872 1706822 33554432000 4194304 4964800 140735165348416 18446744073709551615 4683965 0 0 4096 18946 0 0 0 -1 4 0 0 0
[pid=21126/tid=21134] ppid=21124 vsize=7033328 CPUtime=398.92 cores=0-7
/proc/21126/task/21134/stat : 21134 (claspmt) R 21124 21126 20967 0 -1 4202560 356629 0 0 0 39741 151 0 0 25 0 8 0 660902202 7202127872 1706822 33554432000 4194304 4964800 140735165348416 18446744073709551615 4660157 0 0 4096 18946 0 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 7688.2
Current children cumulated vsize (KiB) 7033328

[startup+4962.3 s]
/proc/loadavg: 8.10 6.55 3.74 9/335 21290
/proc/meminfo: memFree=16399184/32951124 swapFree=65173160/67111528
[pid=21126] ppid=21124 vsize=8017904 CPUtime=8167.51 cores=0-7
/proc/21126/stat : 21126 (claspmt) R 21124 21126 20967 0 -1 4202496 2068475 0 0 0 815760 991 0 0 25 0 8 0 660902007 8210333696 1948898 33554432000 4194304 4964800 140735165348416 18446744073709551615 4370295 0 0 4096 18946 18446744073709551615 0 0 17 5 0 0 0
/proc/21126/statm: 2004476 1948898 460 189 0 1998825 0
[pid=21126/tid=21128] ppid=21124 vsize=8017904 CPUtime=458.61 cores=0-7
/proc/21126/task/21128/stat : 21128 (claspmt) R 21124 21126 20967 0 -1 4202560 93435 0 0 0 45800 61 0 0 25 0 8 0 660902202 8210333696 1948898 33554432000 4194304 4964800 140735165348416 18446744073709551615 4670180 0 0 4096 18946 0 0 0 -1 3 0 0 0
[pid=21126/tid=21129] ppid=21124 vsize=8017904 CPUtime=458.58 cores=0-7
/proc/21126/task/21129/stat : 21129 (claspmt) R 21124 21126 20967 0 -1 4202560 566629 0 0 0 45628 230 0 0 25 0 8 0 660902202 8210333696 1948898 33554432000 4194304 4964800 140735165348416 18446744073709551615 4362996 0 0 4096 18946 0 0 0 -1 2 0 0 0
[pid=21126/tid=21130] ppid=21124 vsize=8017904 CPUtime=453.33 cores=0-7
/proc/21126/task/21130/stat : 21130 (claspmt) R 21124 21126 20967 0 -1 4202560 286908 0 0 0 45160 173 0 0 25 0 8 0 660902202 8210333696 1948898 33554432000 4194304 4964800 140735165348416 18446744073709551615 4363327 0 0 4096 18946 0 0 0 -1 7 0 0 0
[pid=21126/tid=21131] ppid=21124 vsize=8017904 CPUtime=458.65 cores=0-7
/proc/21126/task/21131/stat : 21131 (claspmt) R 21124 21126 20967 0 -1 4202560 139586 0 0 0 45781 84 0 0 25 0 8 0 660902202 8210333696 1948898 33554432000 4194304 4964800 140735165348416 18446744073709551615 4668987 0 0 4096 18946 0 0 0 -1 0 0 0 0
[pid=21126/tid=21132] ppid=21124 vsize=8017904 CPUtime=4960.19 cores=0-7
/proc/21126/task/21132/stat : 21132 (claspmt) R 21124 21126 20967 0 -1 4202560 49232 0 0 0 495982 37 0 0 25 0 8 0 660902202 8210333696 1948898 33554432000 4194304 4964800 140735165348416 18446744073709551615 4668568 0 0 4096 18946 0 0 0 -1 6 0 0 0
[pid=21126/tid=21133] ppid=21124 vsize=8017904 CPUtime=458.8 cores=0-7
/proc/21126/task/21133/stat : 21133 (claspmt) R 21124 21126 20967 0 -1 4202560 316490 0 0 0 45726 154 0 0 25 0 8 0 660902202 8210333696 1948898 33554432000 4194304 4964800 140735165348416 18446744073709551615 4668900 0 0 4096 18946 0 0 0 -1 4 0 0 0
[pid=21126/tid=21134] ppid=21124 vsize=8017904 CPUtime=458.91 cores=0-7
/proc/21126/task/21134/stat : 21134 (claspmt) R 21124 21126 20967 0 -1 4202560 426548 0 0 0 45716 175 0 0 25 0 8 0 660902202 8210333696 1948898 33554432000 4194304 4964800 140735165348416 18446744073709551615 4670308 0 0 4096 18946 0 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 8167.51
Current children cumulated vsize (KiB) 8017904

[startup+5022.3 s]
/proc/loadavg: 8.04 6.81 4.00 9/335 21292
/proc/meminfo: memFree=16002976/32951124 swapFree=65173160/67111528
[pid=21126] ppid=21124 vsize=8415216 CPUtime=8646.82 cores=0-7
/proc/21126/stat : 21126 (claspmt) R 21124 21126 20967 0 -1 4202496 2168030 0 0 0 863624 1058 0 0 25 0 8 0 660902007 8617181184 2048352 33554432000 4194304 4964800 140735165348416 18446744073709551615 4654511 0 0 4096 18946 18446744073709551615 0 0 17 5 0 0 0
/proc/21126/statm: 2103804 2048352 460 189 0 2098153 0
[pid=21126/tid=21128] ppid=21124 vsize=8415216 CPUtime=518.61 cores=0-7
/proc/21126/task/21128/stat : 21128 (claspmt) R 21124 21126 20967 0 -1 4202560 99630 0 0 0 51797 64 0 0 25 0 8 0 660902202 8617181184 2048352 33554432000 4194304 4964800 140735165348416 18446744073709551615 4627204 0 0 4096 18946 0 0 0 -1 3 0 0 0
[pid=21126/tid=21129] ppid=21124 vsize=8415216 CPUtime=518.56 cores=0-7
/proc/21126/task/21129/stat : 21129 (claspmt) R 21124 21126 20967 0 -1 4202560 587589 0 0 0 51616 240 0 0 25 0 8 0 660902202 8617181184 2048352 33554432000 4194304 4964800 140735165348416 18446744073709551615 4361365 0 0 4096 18946 0 0 0 -1 2 0 0 0
[pid=21126/tid=21130] ppid=21124 vsize=8415216 CPUtime=512.67 cores=0-7
/proc/21126/task/21130/stat : 21130 (claspmt) R 21124 21126 20967 0 -1 4202560 307485 0 0 0 51074 193 0 0 25 0 8 0 660902202 8617181184 2048352 33554432000 4194304 4964800 140735165348416 18446744073709551615 4684107 0 0 4096 18946 0 0 0 -1 7 0 0 0
[pid=21126/tid=21131] ppid=21124 vsize=8415216 CPUtime=518.65 cores=0-7
/proc/21126/task/21131/stat : 21131 (claspmt) R 21124 21126 20967 0 -1 4202560 145169 0 0 0 51777 88 0 0 25 0 8 0 660902202 8617181184 2048352 33554432000 4194304 4964800 140735165348416 18446744073709551615 4670308 0 0 4096 18946 0 0 0 -1 0 0 0 0
[pid=21126/tid=21132] ppid=21124 vsize=8415216 CPUtime=5020.19 cores=0-7
/proc/21126/task/21132/stat : 21132 (claspmt) R 21124 21126 20967 0 -1 4202560 49234 0 0 0 501982 37 0 0 25 0 8 0 660902202 8617181184 2048357 33554432000 4194304 4964800 140735165348416 18446744073709551615 4670299 0 0 4096 18946 0 0 0 -1 6 0 0 0
[pid=21126/tid=21133] ppid=21124 vsize=8415216 CPUtime=518.8 cores=0-7
/proc/21126/task/21133/stat : 21133 (claspmt) R 21124 21126 20967 0 -1 4202560 334680 0 0 0 51713 167 0 0 25 0 8 0 660902202 8617181184 2048357 33554432000 4194304 4964800 140735165348416 18446744073709551615 4675752 0 0 4096 18946 0 0 0 -1 4 0 0 0
[pid=21126/tid=21134] ppid=21124 vsize=8415216 CPUtime=518.91 cores=0-7
/proc/21126/task/21134/stat : 21134 (claspmt) R 21124 21126 20967 0 -1 4202560 449459 0 0 0 51702 189 0 0 25 0 8 0 660902202 8617181184 2048357 33554432000 4194304 4964800 140735165348416 18446744073709551615 4670308 0 0 4096 18946 0 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 8646.82
Current children cumulated vsize (KiB) 8415216

[startup+5082.3 s]
/proc/loadavg: 8.09 7.05 4.26 9/335 21293
/proc/meminfo: memFree=15204264/32951124 swapFree=65173160/67111528
[pid=21126] ppid=21124 vsize=9256944 CPUtime=9126.08 cores=0-7
/proc/21126/stat : 21126 (claspmt) R 21124 21126 20967 0 -1 4202496 2367980 0 0 0 911443 1165 0 0 25 0 8 0 660902007 9479110656 2248297 33554432000 4194304 4964800 140735165348416 18446744073709551615 4669008 0 0 4096 18946 18446744073709551615 0 0 17 5 0 0 0
/proc/21126/statm: 2314236 2248297 460 189 0 2308585 0
[pid=21126/tid=21128] ppid=21124 vsize=9256944 CPUtime=578.6 cores=0-7
/proc/21126/task/21128/stat : 21128 (claspmt) R 21124 21126 20967 0 -1 4202560 105191 0 0 0 57791 69 0 0 25 0 8 0 660902202 9479110656 2248297 33554432000 4194304 4964800 140735165348416 18446744073709551615 4668568 0 0 4096 18946 0 0 0 -1 3 0 0 0
[pid=21126/tid=21129] ppid=21124 vsize=9256944 CPUtime=578.17 cores=0-7
/proc/21126/task/21129/stat : 21129 (claspmt) R 21124 21126 20967 0 -1 4202560 647436 0 0 0 57550 267 0 0 25 0 8 0 660902202 9479110656 2248297 33554432000 4194304 4964800 140735165348416 18446744073709551615 4668987 0 0 4096 18946 0 0 0 -1 7 0 0 0
[pid=21126/tid=21130] ppid=21124 vsize=9256944 CPUtime=572.65 cores=0-7
/proc/21126/task/21130/stat : 21130 (claspmt) R 21124 21126 20967 0 -1 4202560 327013 0 0 0 57063 202 0 0 25 0 8 0 660902202 9479110656 2248297 33554432000 4194304 4964800 140735165348416 18446744073709551615 4378499 0 0 4096 18946 0 0 0 -1 0 0 0 0
[pid=21126/tid=21131] ppid=21124 vsize=9256944 CPUtime=578.35 cores=0-7
/proc/21126/task/21131/stat : 21131 (claspmt) R 21124 21126 20967 0 -1 4202560 177451 0 0 0 57725 110 0 0 25 0 8 0 660902202 9479110656 2248297 33554432000 4194304 4964800 140735165348416 18446744073709551615 4669131 0 0 4096 18946 0 0 0 -1 1 0 0 0
[pid=21126/tid=21132] ppid=21124 vsize=9256944 CPUtime=5080.19 cores=0-7
/proc/21126/task/21132/stat : 21132 (claspmt) R 21124 21126 20967 0 -1 4202560 49244 0 0 0 507982 37 0 0 25 0 8 0 660902202 9479110656 2248297 33554432000 4194304 4964800 140735165348416 18446744073709551615 4668568 0 0 4096 18946 0 0 0 -1 6 0 0 0
[pid=21126/tid=21133] ppid=21124 vsize=9256944 CPUtime=578.79 cores=0-7
/proc/21126/task/21133/stat : 21133 (claspmt) R 21124 21126 20967 0 -1 4202560 363733 0 0 0 57694 185 0 0 25 0 8 0 660902202 9479110656 2248297 33554432000 4194304 4964800 140735165348416 18446744073709551615 4669011 0 0 4096 18946 0 0 0 -1 4 0 0 0
[pid=21126/tid=21134] ppid=21124 vsize=9256944 CPUtime=578.9 cores=0-7
/proc/21126/task/21134/stat : 21134 (claspmt) R 21124 21126 20967 0 -1 4202560 491369 0 0 0 57685 205 0 0 25 0 8 0 660902202 9479110656 2248297 33554432000 4194304 4964800 140735165348416 18446744073709551615 4627204 0 0 4096 18946 0 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 9126.08
Current children cumulated vsize (KiB) 9256944



Maximum wall clock time exceeded: sending SIGTERM then SIGKILL

[startup+5100 s]
/proc/loadavg: 8.13 7.13 4.35 9/335 21294
/proc/meminfo: memFree=14777936/32951124 swapFree=65173160/67111528
[pid=21126] ppid=21124 vsize=9593840 CPUtime=9267.57 cores=0-7
/proc/21126/stat : 21126 (claspmt) R 21124 21126 20967 0 -1 4202496 2472983 0 0 0 925544 1213 0 0 25 0 8 0 660902007 9824092160 2353300 33554432000 4194304 4964800 140735165348416 18446744073709551615 4627252 0 0 4096 18946 18446744073709551615 0 0 17 5 0 0 0
/proc/21126/statm: 2398460 2353300 460 189 0 2392809 0
[pid=21126/tid=21128] ppid=21124 vsize=9593840 CPUtime=596.32 cores=0-7
/proc/21126/task/21128/stat : 21128 (claspmt) R 21124 21126 20967 0 -1 4202560 107925 0 0 0 59560 72 0 0 25 0 8 0 660902202 9824092160 2353300 33554432000 4194304 4964800 140735165348416 18446744073709551615 4370473 0 0 4096 18946 0 0 0 -1 3 0 0 0
[pid=21126/tid=21129] ppid=21124 vsize=9593840 CPUtime=595.68 cores=0-7
/proc/21126/task/21129/stat : 21129 (claspmt) R 21124 21126 20967 0 -1 4202560 664037 0 0 0 59294 274 0 0 25 0 8 0 660902202 9824092160 2353300 33554432000 4194304 4964800 140735165348416 18446744073709551615 4378499 0 0 4096 18946 0 0 0 -1 7 0 0 0
[pid=21126/tid=21130] ppid=21124 vsize=9593840 CPUtime=590.37 cores=0-7
/proc/21126/task/21130/stat : 21130 (claspmt) R 21124 21126 20967 0 -1 4202560 335746 0 0 0 58828 209 0 0 25 0 8 0 660902202 9824092160 2353300 33554432000 4194304 4964800 140735165348416 18446744073709551615 4668984 0 0 4096 18946 0 0 0 -1 0 0 0 0
[pid=21126/tid=21131] ppid=21124 vsize=9593840 CPUtime=596.06 cores=0-7
/proc/21126/task/21131/stat : 21131 (claspmt) R 21124 21126 20967 0 -1 4202560 183799 0 0 0 59491 115 0 0 25 0 8 0 660902202 9824092160 2353300 33554432000 4194304 4964800 140735165348416 18446744073709551615 4668900 0 0 4096 18946 0 0 0 -1 1 0 0 0
[pid=21126/tid=21132] ppid=21124 vsize=9593840 CPUtime=5097.9 cores=0-7
/proc/21126/task/21132/stat : 21132 (claspmt) R 21124 21126 20967 0 -1 4202560 49244 0 0 0 509753 37 0 0 25 0 8 0 660902202 9824092160 2353300 33554432000 4194304 4964800 140735165348416 18446744073709551615 4669149 0 0 4096 18946 0 0 0 -1 6 0 0 0
[pid=21126/tid=21133] ppid=21124 vsize=9593840 CPUtime=596.5 cores=0-7
/proc/21126/task/21133/stat : 21133 (claspmt) R 21124 21126 20967 0 -1 4202560 376932 0 0 0 59460 190 0 0 25 0 8 0 660902202 9824092160 2353300 33554432000 4194304 4964800 140735165348416 18446744073709551615 4627263 0 0 4096 18946 0 0 0 -1 4 0 0 0
[pid=21126/tid=21134] ppid=21124 vsize=9593840 CPUtime=596.6 cores=0-7
/proc/21126/task/21134/stat : 21134 (claspmt) R 21124 21126 20967 0 -1 4202560 532158 0 0 0 59442 218 0 0 25 0 8 0 660902202 9824092160 2353300 33554432000 4194304 4964800 140735165348416 18446744073709551615 4365674 0 0 4096 18946 0 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 9267.57
Current children cumulated vsize (KiB) 9593840

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

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

[startup+5100.4 s]
/proc/loadavg: 8.13 7.13 4.35 9/335 21294
/proc/meminfo: memFree=14777936/32951124 swapFree=65173160/67111528
[pid=21126] ppid=21124 vsize=9351116 CPUtime=9268.01 cores=0-7
/proc/21126/stat : 21126 (claspmt) R 21124 21126 20967 0 -1 4202496 2473053 0 0 0 925587 1214 0 0 25 0 1 0 660902007 9575542784 2292623 33554432000 4194304 4964800 140735165348416 18446744073709551615 232335548423 0 0 4096 18946 0 0 0 17 5 0 0 0
/proc/21126/statm: 2337779 2292623 470 189 0 2332128 0
Current children cumulated CPU time (s) 9268.01
Current children cumulated vsize (KiB) 9351116

[startup+5101.2 s]
/proc/loadavg: 8.13 7.13 4.35 2/329 21295
/proc/meminfo: memFree=15240504/32951124 swapFree=65173160/67111528
[pid=21126] ppid=21124 vsize=8742340 CPUtime=9268.81 cores=0-7
/proc/21126/stat : 21126 (claspmt) R 21124 21126 20967 0 -1 4202496 2473053 0 0 0 925664 1217 0 0 25 0 1 0 660902007 8952156160 2140130 33554432000 4194304 4964800 140735165348416 18446744073709551615 232335548400 0 0 4096 18946 0 0 0 17 5 0 0 0
/proc/21126/statm: 2185585 2140130 470 189 0 2179934 0
Current children cumulated CPU time (s) 9268.81
Current children cumulated vsize (KiB) 8742340

[startup+5101.6 s]
/proc/loadavg: 8.13 7.13 4.35 2/329 21295
/proc/meminfo: memFree=15240504/32951124 swapFree=65173160/67111528
[pid=21126] ppid=21124 vsize=4140552 CPUtime=9269.21 cores=0-7
/proc/21126/stat : 21126 (claspmt) R 21124 21126 20967 0 -1 4202496 2473053 0 0 0 925683 1238 0 0 25 0 1 0 660902007 4239925248 958475 33554432000 4194304 4964800 140735165348416 18446744073709551615 232335935623 0 0 4096 18946 0 0 0 17 5 0 0 0
/proc/21126/statm: 1035138 957963 470 189 0 1029487 0
Current children cumulated CPU time (s) 9269.21
Current children cumulated vsize (KiB) 4140552

[startup+5101.7 s]
/proc/loadavg: 8.13 7.13 4.35 2/329 21295
/proc/meminfo: memFree=22512484/32951124 swapFree=65173160/67111528
[pid=21126] ppid=21124 vsize=0 CPUtime=9269.33 cores=0-7
/proc/21126/stat : 21126 (claspmt) R 21124 21126 20967 0 -1 4202500 2473054 0 0 0 925683 1250 0 0 25 0 1 0 660902007 0 0 33554432000 0 0 0 0 0 0 0 4096 18946 18446744073709551615 0 0 17 5 0 0 0
/proc/21126/statm: 0 0 0 0 0 0 0
Current children cumulated CPU time (s) 9269.33
Current children cumulated vsize (KiB) 0

Child status: 0
Real time (s): 5101.78
CPU time (s): 9269.4
CPU user time (s): 9256.83
CPU system time (s): 12.5671
CPU usage (%): 181.69
Max. virtual memory (cumulated for all children) (KiB): 9593840

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 9256.83
system time used= 12.5671
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 2473054
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= 66049
involuntary context switches= 50749

runsolver used 15.5076 second user time and 36.3185 second system time

The end

Launcher Data

Begin job on node132 at 2011-05-15 22:57:18
IDJOB=3380815
IDBENCH=82413
IDSOLVER=1865
FILE ID=node132/3380815-1305493034
RUNJOBID= node132-1305491517-20981
PBS_JOBID= 13325416
Free space on /tmp= 73224 MiB

SOLVER NAME= claspmt 2.0-R4095-patched (fixed)
BENCH NAME= SAT11/application/rintanen/SATPlanning/transport-transport-three-cities-sequential-14nodes-1000size-4degree-100mindistance-4trucks-14packages-2008seed.030-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-3380815-1305493034/watcher-3380815-1305493034 -o /tmp/evaluation-result-3380815-1305493034/solver-3380815-1305493034 -C 40000 -W 5100 -M 31000  HOME/claspmt -t8 -p HOME/sat11-port.txt --distribute=all,2 HOME/instance-3380815-1305493034.cnf

TIME LIMIT= 40000 seconds
MEMORY LIMIT= 31000 MiB
NBCORE= 8

MD5SUM BENCH= c6d3480970bb2819448dd0a800a3cf1c
RANDOM SEED=441052417

node132.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.833
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.833
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 0
cpu cores	: 4
apicid		: 16
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx rdtscp lm constant_tsc ida nonstop_tsc pni monitor ds_cpl vmx est tm2 cx16 xtpr popcnt lahf_lm
bogomips	: 5332.74
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.833
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.76
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.833
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.75
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.833
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.77
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.833
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.67
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.833
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.82
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.833
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:     32951124 kB
MemFree:      24205364 kB
Buffers:        303360 kB
Cached:        3330428 kB
SwapCached:       9432 kB
Active:        2290708 kB
Inactive:      6136188 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32951124 kB
LowFree:      24205364 kB
SwapTotal:    67111528 kB
SwapFree:     65173160 kB
Dirty:          121228 kB
Writeback:           0 kB
AnonPages:     4790844 kB
Mapped:          20944 kB
Slab:           221936 kB
PageTables:      31124 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83587088 kB
Committed_AS: 58152400 kB
VmallocTotal: 34359738367 kB
VmallocUsed:     33868 kB
VmallocChunk: 34359703231 kB
HugePages_Total:     0
HugePages_Free:      0
HugePages_Rsvd:      0
Hugepagesize:     2048 kB

Free space on /tmp at the end= 73224 MiB
End job on node132 at 2011-05-16 00:22:20