Trace number 3380791

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) 5102.88 5100.51

General information on the benchmark

Nameapplication/rintanen/SATPlanning/
transport-transport-city-sequential-35nodes-1000size-4degree-100mindistance-4trucks-14packages-2008seed.050-SAT.cnf
MD5SUM48f03e5fbe31fc85b9a464480fc8aa5a
Bench CategoryAPPLICATION (applications instances)
Best result obtained on this benchmarkSAT
Best CPU time to get the best result obtained on this benchmark745.077
Satisfiable
(Un)Satisfiability was proved
Number of variables1575206
Number of clauses8464620
Sum of the clauses size20118920
Maximum clause length982
Minimum clause length1
Number of clauses of size 1720
Number of clauses of size 28393300
Number of clauses of size 3400
Number of clauses of size 41600
Number of clauses of size 54000
Number of clauses of size over 564600

Solver Data

0.00/0.00	c clasp version 2.0.0-RC2
0.00/0.00	c Reading from ...492422/instance-3380791-1305492422.cnf
2.49/2.58	c Solving...
5102.37/5100.01	
5102.37/5100.01	*** INTERRUPTED! ***
5102.37/5100.01	*** Shutting down threads...
5102.86/5100.50	s UNKNOWN
5102.86/5100.50	
5102.86/5100.50	c INTERRUPTED   : 1
5102.86/5100.50	c Models        : 0+    
5102.86/5100.50	c Time          : 5100.020s (Solving: 5097.44s 1st Model: 0.00s Unsat: 0.00s)
5102.86/5100.50	c CPU Time      : 5102.380s

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-3380791-1305492422/watcher-3380791-1305492422 -o /tmp/evaluation-result-3380791-1305492422/solver-3380791-1305492422 -C 40000 -W 5100 -M 31000 HOME/claspmt -t8 -p HOME/sat11-port.txt --distribute=all,2 HOME/instance-3380791-1305492422.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: 6.35 7.67 7.88 2/347 28714
/proc/meminfo: memFree=20030472/32951124 swapFree=54427468/67111528
[pid=28714] ppid=28712 vsize=220860 CPUtime=0.01 cores=0-7
/proc/28714/stat : 28714 (claspmt) R 28712 28714 28688 0 -1 4202496 1201 0 0 0 1 0 0 0 23 0 1 0 660840690 226160640 1132 33554432000 4194304 4964800 140734882628400 18446744073709551615 4686341 0 0 4096 18946 0 0 0 17 2 0 0 0
/proc/28714/statm: 55215 1132 375 189 0 50089 0

[startup+0.102529 s]
/proc/loadavg: 6.35 7.67 7.88 2/347 28714
/proc/meminfo: memFree=20030472/32951124 swapFree=54427468/67111528
[pid=28714] ppid=28712 vsize=220860 CPUtime=0.09 cores=0-7
/proc/28714/stat : 28714 (claspmt) R 28712 28714 28688 0 -1 4202496 34082 0 0 0 6 3 0 0 23 0 1 0 660840690 226160640 34013 33554432000 4194304 4964800 140734882628400 18446744073709551615 4700412 0 0 4096 18946 0 0 0 17 2 0 0 0
/proc/28714/statm: 55215 34030 376 189 0 50089 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 220860

[startup+0.200512 s]
/proc/loadavg: 6.35 7.67 7.88 2/347 28714
/proc/meminfo: memFree=20030472/32951124 swapFree=54427468/67111528
[pid=28714] ppid=28712 vsize=313164 CPUtime=0.19 cores=0-7
/proc/28714/stat : 28714 (claspmt) R 28712 28714 28688 0 -1 4202496 71807 0 0 0 12 7 0 0 23 0 1 0 660840690 320679936 65065 33554432000 4194304 4964800 140734882628400 18446744073709551615 4679091 0 0 4096 18946 0 0 0 17 2 0 0 0
/proc/28714/statm: 78291 65074 378 189 0 73165 0
Current children cumulated CPU time (s) 0.19
Current children cumulated vsize (KiB) 313164

[startup+0.300493 s]
/proc/loadavg: 6.35 7.67 7.88 2/347 28714
/proc/meminfo: memFree=20030472/32951124 swapFree=54427468/67111528
[pid=28714] ppid=28712 vsize=331764 CPUtime=0.29 cores=0-7
/proc/28714/stat : 28714 (claspmt) R 28712 28714 28688 0 -1 4202496 89020 0 0 0 20 9 0 0 24 0 1 0 660840690 339726336 76645 33554432000 4194304 4964800 140734882628400 18446744073709551615 228122713856 0 0 4096 18946 0 0 0 17 2 0 0 0
/proc/28714/statm: 82941 76645 390 189 0 77815 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 331764

[startup+0.700422 s]
/proc/loadavg: 6.35 7.67 7.88 2/347 28714
/proc/meminfo: memFree=20030472/32951124 swapFree=54427468/67111528
[pid=28714] ppid=28712 vsize=345312 CPUtime=0.69 cores=0-7
/proc/28714/stat : 28714 (claspmt) R 28712 28714 28688 0 -1 4202496 92481 0 0 0 58 11 0 0 25 0 1 0 660840690 353599488 80106 33554432000 4194304 4964800 140734882628400 18446744073709551615 228122713856 0 0 4096 18946 0 0 0 17 2 0 0 0
/proc/28714/statm: 86328 80106 390 189 0 81202 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 345312

[startup+1.5003 s]
/proc/loadavg: 6.35 7.67 7.88 2/348 28715
/proc/meminfo: memFree=19692372/32951124 swapFree=54427468/67111528
[pid=28714] ppid=28712 vsize=384304 CPUtime=1.49 cores=0-7
/proc/28714/stat : 28714 (claspmt) R 28712 28714 28688 0 -1 4202496 102314 0 0 0 135 14 0 0 25 0 1 0 660840690 393527296 89856 33554432000 4194304 4964800 140734882628400 18446744073709551615 4583998 0 0 4096 18946 0 0 0 17 2 0 0 0
/proc/28714/statm: 96076 89856 390 189 0 90950 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 384304

[startup+3.10104 s]
/proc/loadavg: 6.35 7.67 7.88 2/348 28715
/proc/meminfo: memFree=19644760/32951124 swapFree=54427468/67111528
[pid=28714] ppid=28712 vsize=1732740 CPUtime=4.52 cores=0-7
/proc/28714/stat : 28714 (claspmt) S 28712 28714 28688 0 -1 4202496 464921 0 0 0 300 152 0 0 25 0 8 0 660840690 1774325760 330807 33554432000 4194304 4964800 140734882628400 18446744073709551615 228134529945 0 0 4096 18946 18446744073709551615 0 0 17 6 0 0 0
/proc/28714/statm: 433185 330807 433 189 0 427534 0
Current children cumulated CPU time (s) 4.52
Current children cumulated vsize (KiB) 1732740

[startup+6.30042 s]
/proc/loadavg: 5.92 7.56 7.84 2/355 28722
/proc/meminfo: memFree=18580532/32951124 swapFree=54427468/67111528
[pid=28714] ppid=28712 vsize=1799660 CPUtime=8.51 cores=0-7
/proc/28714/stat : 28714 (claspmt) S 28712 28714 28688 0 -1 4202496 530788 0 0 0 671 180 0 0 25 0 8 0 660840690 1842851840 364010 33554432000 4194304 4964800 140734882628400 18446744073709551615 228134529945 0 0 4096 18946 18446744073709551615 0 0 17 6 0 0 0
/proc/28714/statm: 449915 364010 437 189 0 444264 0
[pid=28714/tid=28716] ppid=28712 vsize=1799660 CPUtime=0.27 cores=0-7
/proc/28714/task/28716/stat : 28716 (claspmt) S 28712 28714 28688 0 -1 4202560 41101 0 0 0 12 15 0 0 18 0 8 0 660840949 1842851840 364010 33554432000 4194304 4964800 140734882628400 18446744073709551615 228134529945 0 0 4096 18946 18446604453937865728 0 0 -1 1 0 0 0
[pid=28714/tid=28717] ppid=28712 vsize=1799660 CPUtime=0.55 cores=0-7
/proc/28714/task/28717/stat : 28717 (claspmt) S 28712 28714 28688 0 -1 4202560 62653 0 0 0 36 19 0 0 18 0 8 0 660840949 1842851840 364011 33554432000 4194304 4964800 140734882628400 18446744073709551615 228134529945 0 0 4096 18946 18446604453937865728 0 0 -1 1 0 0 0
[pid=28714/tid=28718] ppid=28712 vsize=1799660 CPUtime=0.41 cores=0-7
/proc/28714/task/28718/stat : 28718 (claspmt) S 28712 28714 28688 0 -1 4202560 62954 0 0 0 16 25 0 0 18 0 8 0 660840949 1842851840 364011 33554432000 4194304 4964800 140734882628400 18446744073709551615 228134529945 0 0 4096 18946 18446604453937865728 0 0 -1 2 0 0 0
[pid=28714/tid=28719] ppid=28712 vsize=1799660 CPUtime=0.25 cores=0-7
/proc/28714/task/28719/stat : 28719 (claspmt) S 28712 28714 28688 0 -1 4202560 41642 0 0 0 12 13 0 0 18 0 8 0 660840949 1842851840 364011 33554432000 4194304 4964800 140734882628400 18446744073709551615 228134529945 0 0 4096 18946 18446604453937865728 0 0 -1 3 0 0 0
[pid=28714/tid=28720] ppid=28712 vsize=1799660 CPUtime=3.28 cores=0-7
/proc/28714/task/28720/stat : 28720 (claspmt) R 28712 28714 28688 0 -1 4202560 55017 0 0 0 310 18 0 0 23 0 8 0 660840949 1842851840 364011 33554432000 4194304 4964800 140734882628400 18446744073709551615 228122375201 0 0 4096 18946 0 0 0 -1 5 0 0 0
[pid=28714/tid=28721] ppid=28712 vsize=1799660 CPUtime=0.4 cores=0-7
/proc/28714/task/28721/stat : 28721 (claspmt) S 28712 28714 28688 0 -1 4202560 62952 0 0 0 16 24 0 0 18 0 8 0 660840949 1842851840 364011 33554432000 4194304 4964800 140734882628400 18446744073709551615 228134529945 0 0 4096 18946 18446604453937865728 0 0 -1 6 0 0 0
[pid=28714/tid=28722] ppid=28712 vsize=1799660 CPUtime=0.71 cores=0-7
/proc/28714/task/28722/stat : 28722 (claspmt) S 28712 28714 28688 0 -1 4202560 58910 0 0 0 30 41 0 0 18 0 8 0 660840949 1842851840 364011 33554432000 4194304 4964800 140734882628400 18446744073709551615 228134529945 0 0 4096 18946 18446604453937865728 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 8.51
Current children cumulated vsize (KiB) 1799660

[startup+12.7013 s]
/proc/loadavg: 5.52 7.45 7.80 2/355 28722
/proc/meminfo: memFree=18578432/32951124 swapFree=54427468/67111528
[pid=28714] ppid=28712 vsize=1799660 CPUtime=14.91 cores=0-7
/proc/28714/stat : 28714 (claspmt) S 28712 28714 28688 0 -1 4202496 531332 0 0 0 1311 180 0 0 25 0 8 0 660840690 1842851840 364554 33554432000 4194304 4964800 140734882628400 18446744073709551615 228134529945 0 0 4096 18946 18446744073709551615 0 0 17 6 0 0 0
/proc/28714/statm: 449915 364554 437 189 0 444264 0
[pid=28714/tid=28716] ppid=28712 vsize=1799660 CPUtime=0.27 cores=0-7
/proc/28714/task/28716/stat : 28716 (claspmt) S 28712 28714 28688 0 -1 4202560 41101 0 0 0 12 15 0 0 18 0 8 0 660840949 1842851840 364554 33554432000 4194304 4964800 140734882628400 18446744073709551615 228134529945 0 0 4096 18946 18446604453937865728 0 0 -1 1 0 0 0
[pid=28714/tid=28717] ppid=28712 vsize=1799660 CPUtime=0.55 cores=0-7
/proc/28714/task/28717/stat : 28717 (claspmt) S 28712 28714 28688 0 -1 4202560 62653 0 0 0 36 19 0 0 18 0 8 0 660840949 1842851840 364554 33554432000 4194304 4964800 140734882628400 18446744073709551615 228134529945 0 0 4096 18946 18446604453937865728 0 0 -1 1 0 0 0
[pid=28714/tid=28718] ppid=28712 vsize=1799660 CPUtime=0.41 cores=0-7
/proc/28714/task/28718/stat : 28718 (claspmt) S 28712 28714 28688 0 -1 4202560 62954 0 0 0 16 25 0 0 18 0 8 0 660840949 1842851840 364554 33554432000 4194304 4964800 140734882628400 18446744073709551615 228134529945 0 0 4096 18946 18446604453937865728 0 0 -1 2 0 0 0
[pid=28714/tid=28719] ppid=28712 vsize=1799660 CPUtime=0.25 cores=0-7
/proc/28714/task/28719/stat : 28719 (claspmt) S 28712 28714 28688 0 -1 4202560 41642 0 0 0 12 13 0 0 18 0 8 0 660840949 1842851840 364554 33554432000 4194304 4964800 140734882628400 18446744073709551615 228134529945 0 0 4096 18946 18446604453937865728 0 0 -1 3 0 0 0
[pid=28714/tid=28720] ppid=28712 vsize=1799660 CPUtime=9.68 cores=0-7
/proc/28714/task/28720/stat : 28720 (claspmt) R 28712 28714 28688 0 -1 4202560 55560 0 0 0 950 18 0 0 25 0 8 0 660840949 1842851840 364554 33554432000 4194304 4964800 140734882628400 18446744073709551615 4399307 0 0 4096 18946 0 0 0 -1 5 0 0 0
[pid=28714/tid=28721] ppid=28712 vsize=1799660 CPUtime=0.4 cores=0-7
/proc/28714/task/28721/stat : 28721 (claspmt) S 28712 28714 28688 0 -1 4202560 62952 0 0 0 16 24 0 0 18 0 8 0 660840949 1842851840 364554 33554432000 4194304 4964800 140734882628400 18446744073709551615 228134529945 0 0 4096 18946 18446604453937865728 0 0 -1 6 0 0 0
[pid=28714/tid=28722] ppid=28712 vsize=1799660 CPUtime=0.71 cores=0-7
/proc/28714/task/28722/stat : 28722 (claspmt) S 28712 28714 28688 0 -1 4202560 58910 0 0 0 30 41 0 0 18 0 8 0 660840949 1842851840 364554 33554432000 4194304 4964800 140734882628400 18446744073709551615 228134529945 0 0 4096 18946 18446604453937865728 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 14.91
Current children cumulated vsize (KiB) 1799660

[startup+25.501 s]
/proc/loadavg: 4.52 7.13 7.69 2/355 28722
/proc/meminfo: memFree=18576904/32951124 swapFree=54427468/67111528
[pid=28714] ppid=28712 vsize=1799660 CPUtime=27.71 cores=0-7
/proc/28714/stat : 28714 (claspmt) S 28712 28714 28688 0 -1 4202496 531901 0 0 0 2591 180 0 0 25 0 8 0 660840690 1842851840 365123 33554432000 4194304 4964800 140734882628400 18446744073709551615 228134529945 0 0 4096 18946 18446744073709551615 0 0 17 6 0 0 0
/proc/28714/statm: 449915 365123 437 189 0 444264 0
[pid=28714/tid=28716] ppid=28712 vsize=1799660 CPUtime=0.27 cores=0-7
/proc/28714/task/28716/stat : 28716 (claspmt) S 28712 28714 28688 0 -1 4202560 41101 0 0 0 12 15 0 0 18 0 8 0 660840949 1842851840 365123 33554432000 4194304 4964800 140734882628400 18446744073709551615 228134529945 0 0 4096 18946 18446604453937865728 0 0 -1 1 0 0 0
[pid=28714/tid=28717] ppid=28712 vsize=1799660 CPUtime=0.55 cores=0-7
/proc/28714/task/28717/stat : 28717 (claspmt) S 28712 28714 28688 0 -1 4202560 62653 0 0 0 36 19 0 0 18 0 8 0 660840949 1842851840 365123 33554432000 4194304 4964800 140734882628400 18446744073709551615 228134529945 0 0 4096 18946 18446604453937865728 0 0 -1 1 0 0 0
[pid=28714/tid=28718] ppid=28712 vsize=1799660 CPUtime=0.41 cores=0-7
/proc/28714/task/28718/stat : 28718 (claspmt) S 28712 28714 28688 0 -1 4202560 62954 0 0 0 16 25 0 0 18 0 8 0 660840949 1842851840 365123 33554432000 4194304 4964800 140734882628400 18446744073709551615 228134529945 0 0 4096 18946 18446604453937865728 0 0 -1 2 0 0 0
[pid=28714/tid=28719] ppid=28712 vsize=1799660 CPUtime=0.25 cores=0-7
/proc/28714/task/28719/stat : 28719 (claspmt) S 28712 28714 28688 0 -1 4202560 41642 0 0 0 12 13 0 0 18 0 8 0 660840949 1842851840 365123 33554432000 4194304 4964800 140734882628400 18446744073709551615 228134529945 0 0 4096 18946 18446604453937865728 0 0 -1 3 0 0 0
[pid=28714/tid=28720] ppid=28712 vsize=1799660 CPUtime=22.48 cores=0-7
/proc/28714/task/28720/stat : 28720 (claspmt) R 28712 28714 28688 0 -1 4202560 56129 0 0 0 2230 18 0 0 25 0 8 0 660840949 1842851840 365123 33554432000 4194304 4964800 140734882628400 18446744073709551615 4399264 0 0 4096 18946 0 0 0 -1 5 0 0 0
[pid=28714/tid=28721] ppid=28712 vsize=1799660 CPUtime=0.4 cores=0-7
/proc/28714/task/28721/stat : 28721 (claspmt) S 28712 28714 28688 0 -1 4202560 62952 0 0 0 16 24 0 0 18 0 8 0 660840949 1842851840 365123 33554432000 4194304 4964800 140734882628400 18446744073709551615 228134529945 0 0 4096 18946 18446604453937865728 0 0 -1 6 0 0 0
[pid=28714/tid=28722] ppid=28712 vsize=1799660 CPUtime=0.71 cores=0-7
/proc/28714/task/28722/stat : 28722 (claspmt) S 28712 28714 28688 0 -1 4202560 58910 0 0 0 30 41 0 0 18 0 8 0 660840949 1842851840 365123 33554432000 4194304 4964800 140734882628400 18446744073709551615 228134529945 0 0 4096 18946 18446604453937865728 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 27.71
Current children cumulated vsize (KiB) 1799660

[startup+51.1013 s]
/proc/loadavg: 3.32 6.64 7.51 2/355 28723
/proc/meminfo: memFree=18574176/32951124 swapFree=54427468/67111528
[pid=28714] ppid=28712 vsize=1799660 CPUtime=53.31 cores=0-7
/proc/28714/stat : 28714 (claspmt) S 28712 28714 28688 0 -1 4202496 532435 0 0 0 5150 181 0 0 25 0 8 0 660840690 1842851840 365657 33554432000 4194304 4964800 140734882628400 18446744073709551615 228134529945 0 0 4096 18946 18446744073709551615 0 0 17 6 0 0 0
/proc/28714/statm: 449915 365657 437 189 0 444264 0
[pid=28714/tid=28716] ppid=28712 vsize=1799660 CPUtime=0.27 cores=0-7
/proc/28714/task/28716/stat : 28716 (claspmt) S 28712 28714 28688 0 -1 4202560 41101 0 0 0 12 15 0 0 18 0 8 0 660840949 1842851840 365657 33554432000 4194304 4964800 140734882628400 18446744073709551615 228134529945 0 0 4096 18946 18446604453937865728 0 0 -1 1 0 0 0
[pid=28714/tid=28717] ppid=28712 vsize=1799660 CPUtime=0.55 cores=0-7
/proc/28714/task/28717/stat : 28717 (claspmt) S 28712 28714 28688 0 -1 4202560 62653 0 0 0 36 19 0 0 18 0 8 0 660840949 1842851840 365657 33554432000 4194304 4964800 140734882628400 18446744073709551615 228134529945 0 0 4096 18946 18446604453937865728 0 0 -1 1 0 0 0
[pid=28714/tid=28718] ppid=28712 vsize=1799660 CPUtime=0.41 cores=0-7
/proc/28714/task/28718/stat : 28718 (claspmt) S 28712 28714 28688 0 -1 4202560 62954 0 0 0 16 25 0 0 18 0 8 0 660840949 1842851840 365657 33554432000 4194304 4964800 140734882628400 18446744073709551615 228134529945 0 0 4096 18946 18446604453937865728 0 0 -1 2 0 0 0
[pid=28714/tid=28719] ppid=28712 vsize=1799660 CPUtime=0.25 cores=0-7
/proc/28714/task/28719/stat : 28719 (claspmt) S 28712 28714 28688 0 -1 4202560 41642 0 0 0 12 13 0 0 18 0 8 0 660840949 1842851840 365657 33554432000 4194304 4964800 140734882628400 18446744073709551615 228134529945 0 0 4096 18946 18446604453937865728 0 0 -1 3 0 0 0
[pid=28714/tid=28720] ppid=28712 vsize=1799660 CPUtime=48.09 cores=0-7
/proc/28714/task/28720/stat : 28720 (claspmt) R 28712 28714 28688 0 -1 4202560 56663 0 0 0 4790 19 0 0 25 0 8 0 660840949 1842851840 365657 33554432000 4194304 4964800 140734882628400 18446744073709551615 4668900 0 0 4096 18946 0 0 0 -1 5 0 0 0
[pid=28714/tid=28721] ppid=28712 vsize=1799660 CPUtime=0.4 cores=0-7
/proc/28714/task/28721/stat : 28721 (claspmt) S 28712 28714 28688 0 -1 4202560 62952 0 0 0 16 24 0 0 18 0 8 0 660840949 1842851840 365657 33554432000 4194304 4964800 140734882628400 18446744073709551615 228134529945 0 0 4096 18946 18446604453937865728 0 0 -1 6 0 0 0
[pid=28714/tid=28722] ppid=28712 vsize=1799660 CPUtime=0.71 cores=0-7
/proc/28714/task/28722/stat : 28722 (claspmt) S 28712 28714 28688 0 -1 4202560 58910 0 0 0 30 41 0 0 18 0 8 0 660840949 1842851840 365657 33554432000 4194304 4964800 140734882628400 18446744073709551615 228134529945 0 0 4096 18946 18446604453937865728 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 53.31
Current children cumulated vsize (KiB) 1799660

[startup+102.301 s]
/proc/loadavg: 1.92 5.69 7.14 2/355 28724
/proc/meminfo: memFree=18570928/32951124 swapFree=54427468/67111528
[pid=28714] ppid=28712 vsize=1799660 CPUtime=104.53 cores=0-7
/proc/28714/stat : 28714 (claspmt) S 28712 28714 28688 0 -1 4202496 533115 0 0 0 10271 182 0 0 25 0 8 0 660840690 1842851840 366337 33554432000 4194304 4964800 140734882628400 18446744073709551615 228134529945 0 0 4096 18946 18446744073709551615 0 0 17 6 0 0 0
/proc/28714/statm: 449915 366337 437 189 0 444264 0
[pid=28714/tid=28716] ppid=28712 vsize=1799660 CPUtime=0.27 cores=0-7
/proc/28714/task/28716/stat : 28716 (claspmt) S 28712 28714 28688 0 -1 4202560 41101 0 0 0 12 15 0 0 18 0 8 0 660840949 1842851840 366337 33554432000 4194304 4964800 140734882628400 18446744073709551615 228134529945 0 0 4096 18946 18446604453937865728 0 0 -1 1 0 0 0
[pid=28714/tid=28717] ppid=28712 vsize=1799660 CPUtime=0.55 cores=0-7
/proc/28714/task/28717/stat : 28717 (claspmt) S 28712 28714 28688 0 -1 4202560 62653 0 0 0 36 19 0 0 18 0 8 0 660840949 1842851840 366337 33554432000 4194304 4964800 140734882628400 18446744073709551615 228134529945 0 0 4096 18946 18446604453937865728 0 0 -1 1 0 0 0
[pid=28714/tid=28718] ppid=28712 vsize=1799660 CPUtime=0.41 cores=0-7
/proc/28714/task/28718/stat : 28718 (claspmt) S 28712 28714 28688 0 -1 4202560 62954 0 0 0 16 25 0 0 18 0 8 0 660840949 1842851840 366337 33554432000 4194304 4964800 140734882628400 18446744073709551615 228134529945 0 0 4096 18946 18446604453937865728 0 0 -1 2 0 0 0
[pid=28714/tid=28719] ppid=28712 vsize=1799660 CPUtime=0.25 cores=0-7
/proc/28714/task/28719/stat : 28719 (claspmt) S 28712 28714 28688 0 -1 4202560 41642 0 0 0 12 13 0 0 18 0 8 0 660840949 1842851840 366337 33554432000 4194304 4964800 140734882628400 18446744073709551615 228134529945 0 0 4096 18946 18446604453937865728 0 0 -1 3 0 0 0
[pid=28714/tid=28720] ppid=28712 vsize=1799660 CPUtime=99.29 cores=0-7
/proc/28714/task/28720/stat : 28720 (claspmt) R 28712 28714 28688 0 -1 4202560 57343 0 0 0 9910 19 0 0 25 0 8 0 660840949 1842851840 366337 33554432000 4194304 4964800 140734882628400 18446744073709551615 4678032 0 0 4096 18946 0 0 0 -1 5 0 0 0
[pid=28714/tid=28721] ppid=28712 vsize=1799660 CPUtime=0.4 cores=0-7
/proc/28714/task/28721/stat : 28721 (claspmt) S 28712 28714 28688 0 -1 4202560 62952 0 0 0 16 24 0 0 18 0 8 0 660840949 1842851840 366337 33554432000 4194304 4964800 140734882628400 18446744073709551615 228134529945 0 0 4096 18946 18446604453937865728 0 0 -1 6 0 0 0
[pid=28714/tid=28722] ppid=28712 vsize=1799660 CPUtime=0.71 cores=0-7
/proc/28714/task/28722/stat : 28722 (claspmt) S 28712 28714 28688 0 -1 4202560 58910 0 0 0 30 41 0 0 18 0 8 0 660840949 1842851840 366337 33554432000 4194304 4964800 140734882628400 18446744073709551615 228134529945 0 0 4096 18946 18446604453937865728 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 104.53
Current children cumulated vsize (KiB) 1799660

[startup+162.301 s]
/proc/loadavg: 1.37 4.90 6.78 2/355 28726
/proc/meminfo: memFree=18568544/32951124 swapFree=54427468/67111528

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

/proc/28714/task/28721/stat : 28721 (claspmt) S 28712 28714 28688 0 -1 4202560 62952 0 0 0 16 24 0 0 18 0 8 0 660840949 1909960704 378673 33554432000 4194304 4964800 140734882628400 18446744073709551615 228134529945 0 0 4096 18946 18446604453937865728 0 0 -1 6 0 0 0
[pid=28714/tid=28722] ppid=28712 vsize=1865196 CPUtime=0.71 cores=0-7
/proc/28714/task/28722/stat : 28722 (claspmt) S 28712 28714 28688 0 -1 4202560 58910 0 0 0 30 41 0 0 18 0 8 0 660840949 1909960704 378673 33554432000 4194304 4964800 140734882628400 18446744073709551615 228134529945 0 0 4096 18946 18446604453937865728 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 4784.65
Current children cumulated vsize (KiB) 1865196

[startup+4842.31 s]
/proc/loadavg: 1.00 1.00 1.00 2/355 28875
/proc/meminfo: memFree=18520464/32951124 swapFree=54427468/67111528
[pid=28714] ppid=28712 vsize=1865196 CPUtime=4844.66 cores=0-7
/proc/28714/stat : 28714 (claspmt) S 28712 28714 28688 0 -1 4202496 545451 0 0 0 484274 192 0 0 25 0 8 0 660840690 1909960704 378673 33554432000 4194304 4964800 140734882628400 18446744073709551615 228134529945 0 0 4096 18946 18446744073709551615 0 0 17 6 0 0 0
/proc/28714/statm: 466299 378673 437 189 0 460648 0
[pid=28714/tid=28716] ppid=28712 vsize=1865196 CPUtime=0.27 cores=0-7
/proc/28714/task/28716/stat : 28716 (claspmt) S 28712 28714 28688 0 -1 4202560 41101 0 0 0 12 15 0 0 18 0 8 0 660840949 1909960704 378673 33554432000 4194304 4964800 140734882628400 18446744073709551615 228134529945 0 0 4096 18946 18446604453937865728 0 0 -1 1 0 0 0
[pid=28714/tid=28717] ppid=28712 vsize=1865196 CPUtime=0.55 cores=0-7
/proc/28714/task/28717/stat : 28717 (claspmt) S 28712 28714 28688 0 -1 4202560 62653 0 0 0 36 19 0 0 18 0 8 0 660840949 1909960704 378673 33554432000 4194304 4964800 140734882628400 18446744073709551615 228134529945 0 0 4096 18946 18446604453937865728 0 0 -1 1 0 0 0
[pid=28714/tid=28718] ppid=28712 vsize=1865196 CPUtime=0.41 cores=0-7
/proc/28714/task/28718/stat : 28718 (claspmt) S 28712 28714 28688 0 -1 4202560 62954 0 0 0 16 25 0 0 18 0 8 0 660840949 1909960704 378673 33554432000 4194304 4964800 140734882628400 18446744073709551615 228134529945 0 0 4096 18946 18446604453937865728 0 0 -1 2 0 0 0
[pid=28714/tid=28719] ppid=28712 vsize=1865196 CPUtime=0.25 cores=0-7
/proc/28714/task/28719/stat : 28719 (claspmt) S 28712 28714 28688 0 -1 4202560 41642 0 0 0 12 13 0 0 18 0 8 0 660840949 1909960704 378673 33554432000 4194304 4964800 140734882628400 18446744073709551615 228134529945 0 0 4096 18946 18446604453937865728 0 0 -1 3 0 0 0
[pid=28714/tid=28720] ppid=28712 vsize=1865196 CPUtime=4839.44 cores=0-7
/proc/28714/task/28720/stat : 28720 (claspmt) R 28712 28714 28688 0 -1 4202560 69679 0 0 0 483914 30 0 0 25 0 8 0 660840949 1909960704 378673 33554432000 4194304 4964800 140734882628400 18446744073709551615 4668900 0 0 4096 18946 0 0 0 -1 5 0 0 0
[pid=28714/tid=28721] ppid=28712 vsize=1865196 CPUtime=0.4 cores=0-7
/proc/28714/task/28721/stat : 28721 (claspmt) S 28712 28714 28688 0 -1 4202560 62952 0 0 0 16 24 0 0 18 0 8 0 660840949 1909960704 378673 33554432000 4194304 4964800 140734882628400 18446744073709551615 228134529945 0 0 4096 18946 18446604453937865728 0 0 -1 6 0 0 0
[pid=28714/tid=28722] ppid=28712 vsize=1865196 CPUtime=0.71 cores=0-7
/proc/28714/task/28722/stat : 28722 (claspmt) S 28712 28714 28688 0 -1 4202560 58910 0 0 0 30 41 0 0 18 0 8 0 660840949 1909960704 378673 33554432000 4194304 4964800 140734882628400 18446744073709551615 228134529945 0 0 4096 18946 18446604453937865728 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 4844.66
Current children cumulated vsize (KiB) 1865196

[startup+4902.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/355 28876
/proc/meminfo: memFree=18520684/32951124 swapFree=54427468/67111528
[pid=28714] ppid=28712 vsize=1865196 CPUtime=4904.65 cores=0-7
/proc/28714/stat : 28714 (claspmt) S 28712 28714 28688 0 -1 4202496 545451 0 0 0 490273 192 0 0 25 0 8 0 660840690 1909960704 378673 33554432000 4194304 4964800 140734882628400 18446744073709551615 228134529945 0 0 4096 18946 18446744073709551615 0 0 17 6 0 0 0
/proc/28714/statm: 466299 378673 437 189 0 460648 0
[pid=28714/tid=28716] ppid=28712 vsize=1865196 CPUtime=0.27 cores=0-7
/proc/28714/task/28716/stat : 28716 (claspmt) S 28712 28714 28688 0 -1 4202560 41101 0 0 0 12 15 0 0 18 0 8 0 660840949 1909960704 378673 33554432000 4194304 4964800 140734882628400 18446744073709551615 228134529945 0 0 4096 18946 18446604453937865728 0 0 -1 1 0 0 0
[pid=28714/tid=28717] ppid=28712 vsize=1865196 CPUtime=0.55 cores=0-7
/proc/28714/task/28717/stat : 28717 (claspmt) S 28712 28714 28688 0 -1 4202560 62653 0 0 0 36 19 0 0 18 0 8 0 660840949 1909960704 378673 33554432000 4194304 4964800 140734882628400 18446744073709551615 228134529945 0 0 4096 18946 18446604453937865728 0 0 -1 1 0 0 0
[pid=28714/tid=28718] ppid=28712 vsize=1865196 CPUtime=0.41 cores=0-7
/proc/28714/task/28718/stat : 28718 (claspmt) S 28712 28714 28688 0 -1 4202560 62954 0 0 0 16 25 0 0 18 0 8 0 660840949 1909960704 378673 33554432000 4194304 4964800 140734882628400 18446744073709551615 228134529945 0 0 4096 18946 18446604453937865728 0 0 -1 2 0 0 0
[pid=28714/tid=28719] ppid=28712 vsize=1865196 CPUtime=0.25 cores=0-7
/proc/28714/task/28719/stat : 28719 (claspmt) S 28712 28714 28688 0 -1 4202560 41642 0 0 0 12 13 0 0 18 0 8 0 660840949 1909960704 378673 33554432000 4194304 4964800 140734882628400 18446744073709551615 228134529945 0 0 4096 18946 18446604453937865728 0 0 -1 3 0 0 0
[pid=28714/tid=28720] ppid=28712 vsize=1865196 CPUtime=4899.42 cores=0-7
/proc/28714/task/28720/stat : 28720 (claspmt) R 28712 28714 28688 0 -1 4202560 69679 0 0 0 489912 30 0 0 25 0 8 0 660840949 1909960704 378673 33554432000 4194304 4964800 140734882628400 18446744073709551615 4399310 0 0 4096 18946 0 0 0 -1 5 0 0 0
[pid=28714/tid=28721] ppid=28712 vsize=1865196 CPUtime=0.4 cores=0-7
/proc/28714/task/28721/stat : 28721 (claspmt) S 28712 28714 28688 0 -1 4202560 62952 0 0 0 16 24 0 0 18 0 8 0 660840949 1909960704 378673 33554432000 4194304 4964800 140734882628400 18446744073709551615 228134529945 0 0 4096 18946 18446604453937865728 0 0 -1 6 0 0 0
[pid=28714/tid=28722] ppid=28712 vsize=1865196 CPUtime=0.71 cores=0-7
/proc/28714/task/28722/stat : 28722 (claspmt) S 28712 28714 28688 0 -1 4202560 58910 0 0 0 30 41 0 0 18 0 8 0 660840949 1909960704 378673 33554432000 4194304 4964800 140734882628400 18446744073709551615 228134529945 0 0 4096 18946 18446604453937865728 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 4904.65
Current children cumulated vsize (KiB) 1865196

[startup+4962.3 s]
/proc/loadavg: 1.08 1.03 1.01 2/355 28878
/proc/meminfo: memFree=18520652/32951124 swapFree=54427468/67111528
[pid=28714] ppid=28712 vsize=1865196 CPUtime=4964.65 cores=0-7
/proc/28714/stat : 28714 (claspmt) S 28712 28714 28688 0 -1 4202496 545451 0 0 0 496273 192 0 0 25 0 8 0 660840690 1909960704 378673 33554432000 4194304 4964800 140734882628400 18446744073709551615 228134529945 0 0 4096 18946 18446744073709551615 0 0 17 6 0 0 0
/proc/28714/statm: 466299 378673 437 189 0 460648 0
[pid=28714/tid=28716] ppid=28712 vsize=1865196 CPUtime=0.27 cores=0-7
/proc/28714/task/28716/stat : 28716 (claspmt) S 28712 28714 28688 0 -1 4202560 41101 0 0 0 12 15 0 0 18 0 8 0 660840949 1909960704 378673 33554432000 4194304 4964800 140734882628400 18446744073709551615 228134529945 0 0 4096 18946 18446604453937865728 0 0 -1 1 0 0 0
[pid=28714/tid=28717] ppid=28712 vsize=1865196 CPUtime=0.55 cores=0-7
/proc/28714/task/28717/stat : 28717 (claspmt) S 28712 28714 28688 0 -1 4202560 62653 0 0 0 36 19 0 0 18 0 8 0 660840949 1909960704 378673 33554432000 4194304 4964800 140734882628400 18446744073709551615 228134529945 0 0 4096 18946 18446604453937865728 0 0 -1 1 0 0 0
[pid=28714/tid=28718] ppid=28712 vsize=1865196 CPUtime=0.41 cores=0-7
/proc/28714/task/28718/stat : 28718 (claspmt) S 28712 28714 28688 0 -1 4202560 62954 0 0 0 16 25 0 0 18 0 8 0 660840949 1909960704 378673 33554432000 4194304 4964800 140734882628400 18446744073709551615 228134529945 0 0 4096 18946 18446604453937865728 0 0 -1 2 0 0 0
[pid=28714/tid=28719] ppid=28712 vsize=1865196 CPUtime=0.25 cores=0-7
/proc/28714/task/28719/stat : 28719 (claspmt) S 28712 28714 28688 0 -1 4202560 41642 0 0 0 12 13 0 0 18 0 8 0 660840949 1909960704 378673 33554432000 4194304 4964800 140734882628400 18446744073709551615 228134529945 0 0 4096 18946 18446604453937865728 0 0 -1 3 0 0 0
[pid=28714/tid=28720] ppid=28712 vsize=1865196 CPUtime=4959.43 cores=0-7
/proc/28714/task/28720/stat : 28720 (claspmt) R 28712 28714 28688 0 -1 4202560 69679 0 0 0 495913 30 0 0 25 0 8 0 660840949 1909960704 378673 33554432000 4194304 4964800 140734882628400 18446744073709551615 4342208 0 0 4096 18946 0 0 0 -1 5 0 0 0
[pid=28714/tid=28721] ppid=28712 vsize=1865196 CPUtime=0.4 cores=0-7
/proc/28714/task/28721/stat : 28721 (claspmt) S 28712 28714 28688 0 -1 4202560 62952 0 0 0 16 24 0 0 18 0 8 0 660840949 1909960704 378673 33554432000 4194304 4964800 140734882628400 18446744073709551615 228134529945 0 0 4096 18946 18446604453937865728 0 0 -1 6 0 0 0
[pid=28714/tid=28722] ppid=28712 vsize=1865196 CPUtime=0.71 cores=0-7
/proc/28714/task/28722/stat : 28722 (claspmt) S 28712 28714 28688 0 -1 4202560 58910 0 0 0 30 41 0 0 18 0 8 0 660840949 1909960704 378673 33554432000 4194304 4964800 140734882628400 18446744073709551615 228134529945 0 0 4096 18946 18446604453937865728 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 4964.65
Current children cumulated vsize (KiB) 1865196

[startup+5022.3 s]
/proc/loadavg: 1.07 1.03 1.01 2/355 28880
/proc/meminfo: memFree=18520752/32951124 swapFree=54427468/67111528
[pid=28714] ppid=28712 vsize=1865196 CPUtime=5024.66 cores=0-7
/proc/28714/stat : 28714 (claspmt) S 28712 28714 28688 0 -1 4202496 545451 0 0 0 502274 192 0 0 25 0 8 0 660840690 1909960704 378673 33554432000 4194304 4964800 140734882628400 18446744073709551615 228134529945 0 0 4096 18946 18446744073709551615 0 0 17 6 0 0 0
/proc/28714/statm: 466299 378673 437 189 0 460648 0
[pid=28714/tid=28716] ppid=28712 vsize=1865196 CPUtime=0.27 cores=0-7
/proc/28714/task/28716/stat : 28716 (claspmt) S 28712 28714 28688 0 -1 4202560 41101 0 0 0 12 15 0 0 18 0 8 0 660840949 1909960704 378673 33554432000 4194304 4964800 140734882628400 18446744073709551615 228134529945 0 0 4096 18946 18446604453937865728 0 0 -1 1 0 0 0
[pid=28714/tid=28717] ppid=28712 vsize=1865196 CPUtime=0.55 cores=0-7
/proc/28714/task/28717/stat : 28717 (claspmt) S 28712 28714 28688 0 -1 4202560 62653 0 0 0 36 19 0 0 18 0 8 0 660840949 1909960704 378673 33554432000 4194304 4964800 140734882628400 18446744073709551615 228134529945 0 0 4096 18946 18446604453937865728 0 0 -1 1 0 0 0
[pid=28714/tid=28718] ppid=28712 vsize=1865196 CPUtime=0.41 cores=0-7
/proc/28714/task/28718/stat : 28718 (claspmt) S 28712 28714 28688 0 -1 4202560 62954 0 0 0 16 25 0 0 18 0 8 0 660840949 1909960704 378673 33554432000 4194304 4964800 140734882628400 18446744073709551615 228134529945 0 0 4096 18946 18446604453937865728 0 0 -1 2 0 0 0
[pid=28714/tid=28719] ppid=28712 vsize=1865196 CPUtime=0.25 cores=0-7
/proc/28714/task/28719/stat : 28719 (claspmt) S 28712 28714 28688 0 -1 4202560 41642 0 0 0 12 13 0 0 18 0 8 0 660840949 1909960704 378673 33554432000 4194304 4964800 140734882628400 18446744073709551615 228134529945 0 0 4096 18946 18446604453937865728 0 0 -1 3 0 0 0
[pid=28714/tid=28720] ppid=28712 vsize=1865196 CPUtime=5019.43 cores=0-7
/proc/28714/task/28720/stat : 28720 (claspmt) R 28712 28714 28688 0 -1 4202560 69679 0 0 0 501913 30 0 0 25 0 8 0 660840949 1909960704 378673 33554432000 4194304 4964800 140734882628400 18446744073709551615 4668900 0 0 4096 18946 0 0 0 -1 5 0 0 0
[pid=28714/tid=28721] ppid=28712 vsize=1865196 CPUtime=0.4 cores=0-7
/proc/28714/task/28721/stat : 28721 (claspmt) S 28712 28714 28688 0 -1 4202560 62952 0 0 0 16 24 0 0 18 0 8 0 660840949 1909960704 378673 33554432000 4194304 4964800 140734882628400 18446744073709551615 228134529945 0 0 4096 18946 18446604453937865728 0 0 -1 6 0 0 0
[pid=28714/tid=28722] ppid=28712 vsize=1865196 CPUtime=0.71 cores=0-7
/proc/28714/task/28722/stat : 28722 (claspmt) S 28712 28714 28688 0 -1 4202560 58910 0 0 0 30 41 0 0 18 0 8 0 660840949 1909960704 378673 33554432000 4194304 4964800 140734882628400 18446744073709551615 228134529945 0 0 4096 18946 18446604453937865728 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 5024.66
Current children cumulated vsize (KiB) 1865196

[startup+5082.3 s]
/proc/loadavg: 1.02 1.03 1.00 2/355 28881
/proc/meminfo: memFree=18520728/32951124 swapFree=54427468/67111528
[pid=28714] ppid=28712 vsize=1865196 CPUtime=5084.66 cores=0-7
/proc/28714/stat : 28714 (claspmt) S 28712 28714 28688 0 -1 4202496 545451 0 0 0 508274 192 0 0 25 0 8 0 660840690 1909960704 378673 33554432000 4194304 4964800 140734882628400 18446744073709551615 228134529945 0 0 4096 18946 18446744073709551615 0 0 17 6 0 0 0
/proc/28714/statm: 466299 378673 437 189 0 460648 0
[pid=28714/tid=28716] ppid=28712 vsize=1865196 CPUtime=0.27 cores=0-7
/proc/28714/task/28716/stat : 28716 (claspmt) S 28712 28714 28688 0 -1 4202560 41101 0 0 0 12 15 0 0 18 0 8 0 660840949 1909960704 378673 33554432000 4194304 4964800 140734882628400 18446744073709551615 228134529945 0 0 4096 18946 18446604453937865728 0 0 -1 1 0 0 0
[pid=28714/tid=28717] ppid=28712 vsize=1865196 CPUtime=0.55 cores=0-7
/proc/28714/task/28717/stat : 28717 (claspmt) S 28712 28714 28688 0 -1 4202560 62653 0 0 0 36 19 0 0 18 0 8 0 660840949 1909960704 378673 33554432000 4194304 4964800 140734882628400 18446744073709551615 228134529945 0 0 4096 18946 18446604453937865728 0 0 -1 1 0 0 0
[pid=28714/tid=28718] ppid=28712 vsize=1865196 CPUtime=0.41 cores=0-7
/proc/28714/task/28718/stat : 28718 (claspmt) S 28712 28714 28688 0 -1 4202560 62954 0 0 0 16 25 0 0 18 0 8 0 660840949 1909960704 378673 33554432000 4194304 4964800 140734882628400 18446744073709551615 228134529945 0 0 4096 18946 18446604453937865728 0 0 -1 2 0 0 0
[pid=28714/tid=28719] ppid=28712 vsize=1865196 CPUtime=0.25 cores=0-7
/proc/28714/task/28719/stat : 28719 (claspmt) S 28712 28714 28688 0 -1 4202560 41642 0 0 0 12 13 0 0 18 0 8 0 660840949 1909960704 378673 33554432000 4194304 4964800 140734882628400 18446744073709551615 228134529945 0 0 4096 18946 18446604453937865728 0 0 -1 3 0 0 0
[pid=28714/tid=28720] ppid=28712 vsize=1865196 CPUtime=5079.43 cores=0-7
/proc/28714/task/28720/stat : 28720 (claspmt) R 28712 28714 28688 0 -1 4202560 69679 0 0 0 507913 30 0 0 25 0 8 0 660840949 1909960704 378673 33554432000 4194304 4964800 140734882628400 18446744073709551615 4627259 0 0 4096 18946 0 0 0 -1 5 0 0 0
[pid=28714/tid=28721] ppid=28712 vsize=1865196 CPUtime=0.4 cores=0-7
/proc/28714/task/28721/stat : 28721 (claspmt) S 28712 28714 28688 0 -1 4202560 62952 0 0 0 16 24 0 0 18 0 8 0 660840949 1909960704 378673 33554432000 4194304 4964800 140734882628400 18446744073709551615 228134529945 0 0 4096 18946 18446604453937865728 0 0 -1 6 0 0 0
[pid=28714/tid=28722] ppid=28712 vsize=1865196 CPUtime=0.71 cores=0-7
/proc/28714/task/28722/stat : 28722 (claspmt) S 28712 28714 28688 0 -1 4202560 58910 0 0 0 30 41 0 0 18 0 8 0 660840949 1909960704 378673 33554432000 4194304 4964800 140734882628400 18446744073709551615 228134529945 0 0 4096 18946 18446604453937865728 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 5084.66
Current children cumulated vsize (KiB) 1865196



Maximum wall clock time exceeded: sending SIGTERM then SIGKILL

[startup+5100 s]
/proc/loadavg: 1.02 1.02 1.00 2/355 28882
/proc/meminfo: memFree=18520600/32951124 swapFree=54427468/67111528
[pid=28714] ppid=28712 vsize=1865196 CPUtime=5102.37 cores=0-7
/proc/28714/stat : 28714 (claspmt) S 28712 28714 28688 0 -1 4202496 545451 0 0 0 510045 192 0 0 25 0 8 0 660840690 1909960704 378673 33554432000 4194304 4964800 140734882628400 18446744073709551615 228134529945 0 0 4096 18946 18446744073709551615 0 0 17 6 0 0 0
/proc/28714/statm: 466299 378673 437 189 0 460648 0
[pid=28714/tid=28716] ppid=28712 vsize=1865196 CPUtime=0.27 cores=0-7
/proc/28714/task/28716/stat : 28716 (claspmt) S 28712 28714 28688 0 -1 4202560 41101 0 0 0 12 15 0 0 18 0 8 0 660840949 1909960704 378673 33554432000 4194304 4964800 140734882628400 18446744073709551615 228134529945 0 0 4096 18946 18446604453937865728 0 0 -1 1 0 0 0
[pid=28714/tid=28717] ppid=28712 vsize=1865196 CPUtime=0.55 cores=0-7
/proc/28714/task/28717/stat : 28717 (claspmt) S 28712 28714 28688 0 -1 4202560 62653 0 0 0 36 19 0 0 18 0 8 0 660840949 1909960704 378673 33554432000 4194304 4964800 140734882628400 18446744073709551615 228134529945 0 0 4096 18946 18446604453937865728 0 0 -1 1 0 0 0
[pid=28714/tid=28718] ppid=28712 vsize=1865196 CPUtime=0.41 cores=0-7
/proc/28714/task/28718/stat : 28718 (claspmt) S 28712 28714 28688 0 -1 4202560 62954 0 0 0 16 25 0 0 18 0 8 0 660840949 1909960704 378673 33554432000 4194304 4964800 140734882628400 18446744073709551615 228134529945 0 0 4096 18946 18446604453937865728 0 0 -1 2 0 0 0
[pid=28714/tid=28719] ppid=28712 vsize=1865196 CPUtime=0.25 cores=0-7
/proc/28714/task/28719/stat : 28719 (claspmt) S 28712 28714 28688 0 -1 4202560 41642 0 0 0 12 13 0 0 18 0 8 0 660840949 1909960704 378673 33554432000 4194304 4964800 140734882628400 18446744073709551615 228134529945 0 0 4096 18946 18446604453937865728 0 0 -1 3 0 0 0
[pid=28714/tid=28720] ppid=28712 vsize=1865196 CPUtime=5097.14 cores=0-7
/proc/28714/task/28720/stat : 28720 (claspmt) R 28712 28714 28688 0 -1 4202560 69679 0 0 0 509684 30 0 0 25 0 8 0 660840949 1909960704 378673 33554432000 4194304 4964800 140734882628400 18446744073709551615 4399292 0 0 4096 18946 0 0 0 -1 5 0 0 0
[pid=28714/tid=28721] ppid=28712 vsize=1865196 CPUtime=0.4 cores=0-7
/proc/28714/task/28721/stat : 28721 (claspmt) S 28712 28714 28688 0 -1 4202560 62952 0 0 0 16 24 0 0 18 0 8 0 660840949 1909960704 378673 33554432000 4194304 4964800 140734882628400 18446744073709551615 228134529945 0 0 4096 18946 18446604453937865728 0 0 -1 6 0 0 0
[pid=28714/tid=28722] ppid=28712 vsize=1865196 CPUtime=0.71 cores=0-7
/proc/28714/task/28722/stat : 28722 (claspmt) S 28712 28714 28688 0 -1 4202560 58910 0 0 0 30 41 0 0 18 0 8 0 660840949 1909960704 378673 33554432000 4194304 4964800 140734882628400 18446744073709551615 228134529945 0 0 4096 18946 18446604453937865728 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 5102.37
Current children cumulated vsize (KiB) 1865196

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

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

[startup+5100.3 s]
/proc/loadavg: 1.02 1.02 1.00 2/355 28882
/proc/meminfo: memFree=18520600/32951124 swapFree=54427468/67111528
[pid=28714] ppid=28712 vsize=1378424 CPUtime=5102.66 cores=0-7
/proc/28714/stat : 28714 (claspmt) R 28712 28714 28688 0 -1 4202496 545461 0 0 0 510072 194 0 0 18 0 1 0 660840690 1411506176 257575 33554432000 4194304 4964800 140734882628400 18446744073709551615 228122370017 0 0 4096 18946 0 0 0 17 6 0 0 0
/proc/28714/statm: 344606 257575 447 189 0 338955 0
Current children cumulated CPU time (s) 5102.66
Current children cumulated vsize (KiB) 1378424

[startup+5100.5 s]
/proc/loadavg: 1.02 1.02 1.00 2/355 28882
/proc/meminfo: memFree=18520600/32951124 swapFree=54427468/67111528
[pid=28714] ppid=28712 vsize=674692 CPUtime=5102.86 cores=0-7
/proc/28714/stat : 28714 (claspmt) R 28712 28714 28688 0 -1 4202496 545461 0 0 0 510089 197 0 0 18 0 1 0 660840690 690884608 64043 33554432000 4194304 4964800 140734882628400 18446744073709551615 228122757255 0 0 4096 18946 0 0 0 17 6 0 0 0
/proc/28714/statm: 168673 63531 447 189 0 163022 0
Current children cumulated CPU time (s) 5102.86
Current children cumulated vsize (KiB) 674692

Child status: 20
Real time (s): 5100.51
CPU time (s): 5102.88
CPU user time (s): 5100.89
CPU system time (s): 1.9847
CPU usage (%): 100.046
Max. virtual memory (cumulated for all children) (KiB): 1865196

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 5100.89
system time used= 1.9847
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 545462
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= 54750
involuntary context switches= 8100

runsolver used 16.7864 second user time and 43.4504 second system time

The end

Launcher Data

Begin job on node138 at 2011-05-15 22:47:07
IDJOB=3380791
IDBENCH=82388
IDSOLVER=1865
FILE ID=node138/3380791-1305492422
RUNJOBID= node138-1305492422-28702
PBS_JOBID= 13325422
Free space on /tmp= 73388 MiB

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

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

MD5SUM BENCH= 48f03e5fbe31fc85b9a464480fc8aa5a
RANDOM SEED=1337416087

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

processor	: 2
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.854
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.82
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.854
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.854
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.80
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.854
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.854
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.854
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:      20030512 kB
Buffers:        299128 kB
Cached:        4190828 kB
SwapCached:      18496 kB
Active:        9527584 kB
Inactive:      3125572 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32951124 kB
LowFree:      20030512 kB
SwapTotal:    67111528 kB
SwapFree:     54427468 kB
Dirty:          171764 kB
Writeback:           0 kB
AnonPages:     8156544 kB
Mapped:          15840 kB
Slab:           136716 kB
PageTables:      64324 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83587088 kB
Committed_AS: 77113056 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= 73384 MiB
End job on node138 at 2011-05-16 00:12:09