Trace number 3322601

Some explanations

A solver is run under the control of another program named runsolver. runsolver is in charge of imposing the CPU time limit and the memory limit to the solver. It also monitors some information about the process. The trace of the execution of a solver is divided into four (or five) parts:
  1. SOLVER DATA
    This is the output of the solver (stdout and stderr).
    Note that some very long lines in this section may be truncated by your web browser ! In such a case, you may want to use the "Download as text" link to get the trace as a text file.

    When the --timestamp option is passed to the runsolver program, each line output by the solver is prepended with a timestamp which indicates at what time the line was output by the solver. Times are relative to the start of the program, given in seconds. The first timestamp (if present) is estimated CPU time. The last timestamp is wall clock time.

    As some 'v lines' may be very long (sometimes several megabytes), the 'v line' output by your solver may be split on several lines to help limit the size of the trace recorded in the database. In any case, the exact output of your solver is preserved in a trace file.
  2. VERIFIER DATA
    The output of the solver is piped to a verifier program which will search a value line "v " and, if found, will check that the given interpretation satisfies all constraints.
  3. CONVERSION SCRIPT DATA (Optionnal)
    When a conversion script is used, this section shows the messages that were output by the conversion script.
  4. WATCHER DATA
    This is the informations gathered by the runsolver program. It first prints the different limits. There's a first limit on CPU time set to X seconds (see the parameters in the trace). After this time has ellapsed, runsolver sends a SIGTERM and 2 seconds later a SIGKILL to the solver. For safety, there's also another limit set to X+30 seconds which will send a SIGXPU to the solver. The last limit is on the virtual memory used by the process (see the parameters in the trace).
    Every ten seconds, the runsolver process fetches the content of /proc/loadavg, /proc/pid/stat and /proc/pid/statm (see man proc) and prints it as raw data. This is only recorded in case we need to investigate the behaviour of a solver. The memory used by the solver (vsize) is also given every ten seconds.
    When the solver exits, runsolver prints some informations such as status and time. CPU usage is the ratio CPU Time/Real Time.
  5. LAUNCHER DATA
    These informations are related to the script which will launch the solver. The most important informations are the command line given to the solver, the md5sum of the different files and the dump of the /proc/cpuinfo and /proc/meminfo which provides some useful information on the computer.

Solver answer on this benchmark

Solver NameAnswerCPU timeWall clock time
claspmt 2.0-R4095? (TO) 35663.4 5100.1

General information on the benchmark

NameSAT03/industrial/kukula/addm_bench/
am_7_7.shuffled-as.sat03-363.cnf
MD5SUMc7f51e1ee7556440ab29e1c4bfe29538
Bench CategoryAPPLICATION (applications instances)
Best result obtained on this benchmark
Best CPU time to get the best result obtained on this benchmark
Satisfiable
(Un)Satisfiability was proved
Number of variables4264
Number of clauses14751
Sum of the clauses size40035
Maximum clause length3
Minimum clause length1
Number of clauses of size 12
Number of clauses of size 24214
Number of clauses of size 310535
Number of clauses of size 40
Number of clauses of size 50
Number of clauses of size over 50

Solver Data

0.00/0.00	c clasp version 2.0.0-RC2
0.00/0.00	c Reading from ...390840/instance-3322601-1304390840.cnf
0.01/0.02	c Solving...
35663.27/5100.02	
35663.27/5100.02	*** INTERRUPTED! ***
35663.27/5100.02	*** Shutting down threads...
35663.27/5100.09	s UNKNOWN
35663.27/5100.09	
35663.27/5100.09	c INTERRUPTED   : 1
35663.27/5100.09	c Models        : 0+    
35663.27/5100.09	c Time          : 5100.018s (Solving: 5099.99s 1st Model: 0.00s Unsat: 0.00s)
35663.27/5100.09	c CPU Time      : 35663.320s

Verifier Data

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

Watcher Data

runsolver Copyright (C) 2010-2011 Olivier ROUSSEL

This is runsolver version 3.3.0 (svn: 935)

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

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-3322601-1304390840/watcher-3322601-1304390840 -o /tmp/evaluation-result-3322601-1304390840/solver-3322601-1304390840 -C 40000 -W 5100 -M 31000 HOME/claspmt -t8 -p HOME/sat11-port.txt --distribute=all,2 HOME/instance-3322601-1304390840.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: 9.05 9.06 9.08 2/358 31883
/proc/meminfo: memFree=22393812/32950928 swapFree=65762324/67111528
[pid=31883] ppid=31881 vsize=23328 CPUtime=0 cores=0-7
/proc/31883/stat : 31883 (claspmt) R 31881 31883 30963 0 -1 4202496 1183 0 0 0 0 0 0 0 24 0 1 0 629314705 23887872 1038 33554432000 4194304 4964704 140735520082048 18446744073709551615 4618467 0 0 4096 18946 0 0 0 17 4 0 0 0
/proc/31883/statm: 5832 1038 399 189 0 706 0

[startup+0.0198711 s]
/proc/loadavg: 9.05 9.06 9.08 2/358 31883
/proc/meminfo: memFree=22393812/32950928 swapFree=65762324/67111528
[pid=31883] ppid=31881 vsize=23328 CPUtime=0.01 cores=0-7
/proc/31883/stat : 31883 (claspmt) R 31881 31883 30963 0 -1 4202496 1202 0 0 0 1 0 0 0 24 0 1 0 629314705 23887872 1057 33554432000 4194304 4964704 140735520082048 18446744073709551615 4621777 0 0 4096 18946 0 0 0 17 4 0 0 0
/proc/31883/statm: 5832 1057 404 189 0 706 0
Current children cumulated CPU time (s) 0.01
Current children cumulated vsize (KiB) 23328

[startup+0.100846 s]
/proc/loadavg: 9.05 9.06 9.08 2/358 31883
/proc/meminfo: memFree=22393812/32950928 swapFree=65762324/67111528
[pid=31883] ppid=31881 vsize=254016 CPUtime=0.37 cores=0-7
/proc/31883/stat : 31883 (claspmt) R 31881 31883 30963 0 -1 4202496 2777 0 0 0 37 0 0 0 25 0 8 0 629314705 260112384 2321 33554432000 4194304 4964704 140735520082048 18446744073709551615 4380036 0 0 4096 18946 18446744073709551615 0 0 17 2 0 0 0
/proc/31883/statm: 63504 2321 464 189 0 57853 0
Current children cumulated CPU time (s) 0.37
Current children cumulated vsize (KiB) 254016

[startup+0.300812 s]
/proc/loadavg: 9.05 9.06 9.08 2/358 31883
/proc/meminfo: memFree=22393812/32950928 swapFree=65762324/67111528
[pid=31883] ppid=31881 vsize=255336 CPUtime=1.78 cores=0-7
/proc/31883/stat : 31883 (claspmt) R 31881 31883 30963 0 -1 4202496 4303 0 0 0 177 1 0 0 25 0 8 0 629314705 261464064 3847 33554432000 4194304 4964704 140735520082048 18446744073709551615 4654651 0 0 4096 18946 18446744073709551615 0 0 17 2 0 0 0
/proc/31883/statm: 63834 3847 464 189 0 58183 0
Current children cumulated CPU time (s) 1.78
Current children cumulated vsize (KiB) 255336

[startup+0.70074 s]
/proc/loadavg: 9.05 9.06 9.08 2/358 31883
/proc/meminfo: memFree=22393812/32950928 swapFree=65762324/67111528
[pid=31883] ppid=31881 vsize=256800 CPUtime=4.57 cores=0-7
/proc/31883/stat : 31883 (claspmt) R 31881 31883 30963 0 -1 4202496 5397 0 0 0 455 2 0 0 25 0 8 0 629314705 262963200 4941 33554432000 4194304 4964704 140735520082048 18446744073709551615 260905499118 0 0 4096 18946 18446744073709551615 0 0 17 4 0 0 0
/proc/31883/statm: 64200 4941 464 189 0 58549 0
Current children cumulated CPU time (s) 4.57
Current children cumulated vsize (KiB) 256800

[startup+1.50059 s]
/proc/loadavg: 9.05 9.06 9.08 10/366 31891
/proc/meminfo: memFree=22373440/32950928 swapFree=65762324/67111528
[pid=31883] ppid=31881 vsize=258676 CPUtime=10.15 cores=0-7
/proc/31883/stat : 31883 (claspmt) R 31881 31883 30963 0 -1 4202496 7136 0 0 0 1012 3 0 0 25 0 8 0 629314705 264884224 6680 33554432000 4194304 4964704 140735520082048 18446744073709551615 260905499118 0 0 4096 18946 18446744073709551615 0 0 17 0 0 0 0
/proc/31883/statm: 64669 6680 464 189 0 59018 0
[pid=31883/tid=31885] ppid=31881 vsize=258676 CPUtime=1.42 cores=0-7
/proc/31883/task/31885/stat : 31885 (claspmt) R 31881 31883 30963 0 -1 4202560 542 0 0 0 142 0 0 0 25 0 8 0 629314708 264884224 6681 33554432000 4194304 4964704 140735520082048 18446744073709551615 4668668 0 0 4096 18946 0 0 0 -1 5 0 0 0
[pid=31883/tid=31886] ppid=31881 vsize=258676 CPUtime=1.42 cores=0-7
/proc/31883/task/31886/stat : 31886 (claspmt) R 31881 31883 30963 0 -1 4202560 985 0 0 0 142 0 0 0 25 0 8 0 629314708 264884224 6681 33554432000 4194304 4964704 140735520082048 18446744073709551615 4670219 0 0 4096 18946 0 0 0 -1 7 0 0 0
[pid=31883/tid=31887] ppid=31881 vsize=258676 CPUtime=1.35 cores=0-7
/proc/31883/task/31887/stat : 31887 (claspmt) R 31881 31883 30963 0 -1 4202560 626 0 0 0 135 0 0 0 19 0 8 0 629314708 264884224 6681 33554432000 4194304 4964704 140735520082048 18446744073709551615 4668683 0 0 4096 18946 0 0 0 -1 0 0 0 0
[pid=31883/tid=31888] ppid=31881 vsize=258676 CPUtime=1.44 cores=0-7
/proc/31883/task/31888/stat : 31888 (claspmt) R 31881 31883 30963 0 -1 4202560 794 0 0 0 144 0 0 0 19 0 8 0 629314708 264884224 6681 33554432000 4194304 4964704 140735520082048 18446744073709551615 4670100 0 0 4096 18946 0 0 0 -1 4 0 0 0
[pid=31883/tid=31889] ppid=31881 vsize=258676 CPUtime=1.1 cores=0-7
/proc/31883/task/31889/stat : 31889 (claspmt) R 31881 31883 30963 0 -1 4202560 488 0 0 0 110 0 0 0 19 0 8 0 629314708 264884224 6681 33554432000 4194304 4964704 140735520082048 18446744073709551615 260905052903 0 0 4096 18946 0 0 0 -1 6 0 0 0
[pid=31883/tid=31890] ppid=31881 vsize=258676 CPUtime=1.36 cores=0-7
/proc/31883/task/31890/stat : 31890 (claspmt) R 31881 31883 30963 0 -1 4202560 614 0 0 0 136 0 0 0 19 0 8 0 629314708 264884224 6681 33554432000 4194304 4964704 140735520082048 18446744073709551615 260905055265 0 0 4096 18946 0 0 0 -1 2 0 0 0
[pid=31883/tid=31891] ppid=31881 vsize=258676 CPUtime=1.43 cores=0-7
/proc/31883/task/31891/stat : 31891 (claspmt) R 31881 31883 30963 0 -1 4202560 1445 0 0 0 143 0 0 0 25 0 8 0 629314708 264884224 6681 33554432000 4194304 4964704 140735520082048 18446744073709551615 4670228 0 0 4096 18946 0 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 10.15
Current children cumulated vsize (KiB) 258676

[startup+3.1013 s]
/proc/loadavg: 9.05 9.06 9.08 10/366 31891
/proc/meminfo: memFree=22364016/32950928 swapFree=65762324/67111528
[pid=31883] ppid=31881 vsize=263068 CPUtime=21.33 cores=0-7
/proc/31883/stat : 31883 (claspmt) R 31881 31883 30963 0 -1 4202496 10719 0 0 0 2128 5 0 0 25 0 8 0 629314705 269381632 10209 33554432000 4194304 4964704 140735520082048 18446744073709551615 4669104 0 0 4096 18946 18446744073709551615 0 0 17 2 0 0 0
/proc/31883/statm: 65767 10209 464 189 0 60116 0
[pid=31883/tid=31885] ppid=31881 vsize=263068 CPUtime=3.02 cores=0-7
/proc/31883/task/31885/stat : 31885 (claspmt) R 31881 31883 30963 0 -1 4202560 830 0 0 0 302 0 0 0 25 0 8 0 629314708 269381632 10209 33554432000 4194304 4964704 140735520082048 18446744073709551615 4668632 0 0 4096 18946 0 0 0 -1 5 0 0 0
[pid=31883/tid=31886] ppid=31881 vsize=263068 CPUtime=3.01 cores=0-7
/proc/31883/task/31886/stat : 31886 (claspmt) R 31881 31883 30963 0 -1 4202560 1488 0 0 0 301 0 0 0 25 0 8 0 629314708 269381632 10209 33554432000 4194304 4964704 140735520082048 18446744073709551615 4670266 0 0 4096 18946 0 0 0 -1 7 0 0 0
[pid=31883/tid=31887] ppid=31881 vsize=263068 CPUtime=2.95 cores=0-7
/proc/31883/task/31887/stat : 31887 (claspmt) R 31881 31883 30963 0 -1 4202560 871 0 0 0 295 0 0 0 24 0 8 0 629314708 269381632 10209 33554432000 4194304 4964704 140735520082048 18446744073709551615 4342213 0 0 4096 18946 0 0 0 -1 0 0 0 0
[pid=31883/tid=31888] ppid=31881 vsize=263068 CPUtime=2.63 cores=0-7
/proc/31883/task/31888/stat : 31888 (claspmt) R 31881 31883 30963 0 -1 4202560 1137 0 0 0 263 0 0 0 21 0 8 0 629314708 269381632 10209 33554432000 4194304 4964704 140735520082048 18446744073709551615 4670458 0 0 4096 18946 0 0 0 -1 6 0 0 0
[pid=31883/tid=31889] ppid=31881 vsize=263068 CPUtime=2.3 cores=0-7
/proc/31883/task/31889/stat : 31889 (claspmt) R 31881 31883 30963 0 -1 4202560 995 0 0 0 230 0 0 0 21 0 8 0 629314708 269381632 10209 33554432000 4194304 4964704 140735520082048 18446744073709551615 4670281 0 0 4096 18946 0 0 0 -1 2 0 0 0
[pid=31883/tid=31890] ppid=31881 vsize=263068 CPUtime=2.83 cores=0-7
/proc/31883/task/31890/stat : 31890 (claspmt) R 31881 31883 30963 0 -1 4202560 898 0 0 0 283 0 0 0 22 0 8 0 629314708 269381632 10209 33554432000 4194304 4964704 140735520082048 18446744073709551615 4669270 0 0 4096 18946 0 0 0 -1 4 0 0 0
[pid=31883/tid=31891] ppid=31881 vsize=263068 CPUtime=3.03 cores=0-7
/proc/31883/task/31891/stat : 31891 (claspmt) R 31881 31883 30963 0 -1 4202560 2698 0 0 0 302 1 0 0 25 0 8 0 629314708 269381632 10209 33554432000 4194304 4964704 140735520082048 18446744073709551615 4670100 0 0 4096 18946 0 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 21.33
Current children cumulated vsize (KiB) 263068

[startup+6.30072 s]
/proc/loadavg: 9.05 9.06 9.08 10/366 31891
/proc/meminfo: memFree=22351008/32950928 swapFree=65762324/67111528
[pid=31883] ppid=31881 vsize=265496 CPUtime=43.69 cores=0-7
/proc/31883/stat : 31883 (claspmt) R 31881 31883 30963 0 -1 4202496 13454 0 0 0 4362 7 0 0 25 0 8 0 629314705 271867904 12863 33554432000 4194304 4964704 140735520082048 18446744073709551615 4670184 0 0 4096 18946 18446744073709551615 0 0 17 2 0 0 0
/proc/31883/statm: 66374 12863 466 189 0 60723 0
[pid=31883/tid=31885] ppid=31881 vsize=265496 CPUtime=6.21 cores=0-7
/proc/31883/task/31885/stat : 31885 (claspmt) R 31881 31883 30963 0 -1 4202560 1062 0 0 0 621 0 0 0 25 0 8 0 629314708 271867904 12863 33554432000 4194304 4964704 140735520082048 18446744073709551615 4321079 0 0 4096 18946 0 0 0 -1 5 0 0 0
[pid=31883/tid=31886] ppid=31881 vsize=265496 CPUtime=6.17 cores=0-7
/proc/31883/task/31886/stat : 31886 (claspmt) R 31881 31883 30963 0 -1 4202560 1932 0 0 0 616 1 0 0 25 0 8 0 629314708 271867904 12863 33554432000 4194304 4964704 140735520082048 18446744073709551615 4670219 0 0 4096 18946 0 0 0 -1 7 0 0 0
[pid=31883/tid=31887] ppid=31881 vsize=265496 CPUtime=5.81 cores=0-7
/proc/31883/task/31887/stat : 31887 (claspmt) R 31881 31883 30963 0 -1 4202560 1001 0 0 0 581 0 0 0 25 0 8 0 629314708 271867904 12863 33554432000 4194304 4964704 140735520082048 18446744073709551615 4670598 0 0 4096 18946 0 0 0 -1 0 0 0 0
[pid=31883/tid=31888] ppid=31881 vsize=265496 CPUtime=5.83 cores=0-7
/proc/31883/task/31888/stat : 31888 (claspmt) R 31881 31883 30963 0 -1 4202560 1507 0 0 0 582 1 0 0 25 0 8 0 629314708 271867904 12863 33554432000 4194304 4964704 140735520082048 18446744073709551615 4670454 0 0 4096 18946 0 0 0 -1 6 0 0 0
[pid=31883/tid=31889] ppid=31881 vsize=265496 CPUtime=4.63 cores=0-7
/proc/31883/task/31889/stat : 31889 (claspmt) R 31881 31883 30963 0 -1 4202560 1321 0 0 0 463 0 0 0 25 0 8 0 629314708 271867904 12863 33554432000 4194304 4964704 140735520082048 18446744073709551615 260905499118 0 0 4096 18946 0 0 0 -1 0 0 0 0
[pid=31883/tid=31890] ppid=31881 vsize=265496 CPUtime=5.56 cores=0-7
/proc/31883/task/31890/stat : 31890 (claspmt) R 31881 31883 30963 0 -1 4202560 1060 0 0 0 556 0 0 0 18 0 8 0 629314708 271867904 12863 33554432000 4194304 4964704 140735520082048 18446744073709551615 4361097 0 0 4096 18946 0 0 0 -1 4 0 0 0
[pid=31883/tid=31891] ppid=31881 vsize=265496 CPUtime=6.23 cores=0-7
/proc/31883/task/31891/stat : 31891 (claspmt) R 31881 31883 30963 0 -1 4202560 3619 0 0 0 621 2 0 0 25 0 8 0 629314708 271867904 12863 33554432000 4194304 4964704 140735520082048 18446744073709551615 4670228 0 0 4096 18946 0 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 43.69
Current children cumulated vsize (KiB) 265496

[startup+12.7005 s]
/proc/loadavg: 9.04 9.06 9.08 10/366 31892
/proc/meminfo: memFree=22329200/32950928 swapFree=65762324/67111528
[pid=31883] ppid=31881 vsize=268500 CPUtime=88.37 cores=0-7
/proc/31883/stat : 31883 (claspmt) R 31881 31883 30963 0 -1 4202496 17257 0 0 0 8827 10 0 0 25 0 8 0 629314705 274944000 16666 33554432000 4194304 4964704 140735520082048 18446744073709551615 4670100 0 0 4096 18946 18446744073709551615 0 0 17 4 0 0 0
/proc/31883/statm: 67125 16666 466 189 0 61474 0
[pid=31883/tid=31885] ppid=31881 vsize=268500 CPUtime=11.73 cores=0-7
/proc/31883/task/31885/stat : 31885 (claspmt) R 31881 31883 30963 0 -1 4202560 1378 0 0 0 1172 1 0 0 25 0 8 0 629314708 274944000 16666 33554432000 4194304 4964704 140735520082048 18446744073709551615 4321013 0 0 4096 18946 0 0 0 -1 7 0 0 0
[pid=31883/tid=31886] ppid=31881 vsize=268500 CPUtime=11.89 cores=0-7
/proc/31883/task/31886/stat : 31886 (claspmt) R 31881 31883 30963 0 -1 4202560 2348 0 0 0 1188 1 0 0 25 0 8 0 629314708 274944000 16666 33554432000 4194304 4964704 140735520082048 18446744073709551615 4321102 0 0 4096 18946 0 0 0 -1 7 0 0 0
[pid=31883/tid=31887] ppid=31881 vsize=268500 CPUtime=10.87 cores=0-7
/proc/31883/task/31887/stat : 31887 (claspmt) R 31881 31883 30963 0 -1 4202560 1358 0 0 0 1086 1 0 0 25 0 8 0 629314708 274944000 16666 33554432000 4194304 4964704 140735520082048 18446744073709551615 4668488 0 0 4096 18946 0 0 0 -1 0 0 0 0
[pid=31883/tid=31888] ppid=31881 vsize=268500 CPUtime=11.64 cores=0-7
/proc/31883/task/31888/stat : 31888 (claspmt) R 31881 31883 30963 0 -1 4202560 2064 0 0 0 1163 1 0 0 25 0 8 0 629314708 274944000 16666 33554432000 4194304 4964704 140735520082048 18446744073709551615 4670228 0 0 4096 18946 0 0 0 -1 2 0 0 0
[pid=31883/tid=31889] ppid=31881 vsize=268500 CPUtime=10.16 cores=0-7
/proc/31883/task/31889/stat : 31889 (claspmt) R 31881 31883 30963 0 -1 4202560 1787 0 0 0 1016 0 0 0 25 0 8 0 629314708 274944000 16666 33554432000 4194304 4964704 140735520082048 18446744073709551615 4670228 0 0 4096 18946 0 0 0 -1 1 0 0 0
[pid=31883/tid=31890] ppid=31881 vsize=268500 CPUtime=10.87 cores=0-7
/proc/31883/task/31890/stat : 31890 (claspmt) R 31881 31883 30963 0 -1 4202560 1326 0 0 0 1087 0 0 0 25 0 8 0 629314708 274944000 16666 33554432000 4194304 4964704 140735520082048 18446744073709551615 4669009 0 0 4096 18946 0 0 0 -1 6 0 0 0
[pid=31883/tid=31891] ppid=31881 vsize=268500 CPUtime=12.42 cores=0-7
/proc/31883/task/31891/stat : 31891 (claspmt) R 31881 31883 30963 0 -1 4202560 4783 0 0 0 1240 2 0 0 25 0 8 0 629314708 274944000 16666 33554432000 4194304 4964704 140735520082048 18446744073709551615 4669893 0 0 4096 18946 0 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 88.37
Current children cumulated vsize (KiB) 268500

[startup+25.5012 s]
/proc/loadavg: 9.03 9.05 9.07 10/366 31892
/proc/meminfo: memFree=22302552/32950928 swapFree=65762324/67111528
[pid=31883] ppid=31881 vsize=403048 CPUtime=177.71 cores=0-7
/proc/31883/stat : 31883 (claspmt) R 31881 31883 30963 0 -1 4202496 24183 0 0 0 17753 18 0 0 23 0 8 0 629314705 412721152 23592 33554432000 4194304 4964704 140735520082048 18446744073709551615 4670228 0 0 4096 18946 18446744073709551615 0 0 17 4 0 0 0
/proc/31883/statm: 100762 23592 466 189 0 95111 0
[pid=31883/tid=31885] ppid=31881 vsize=403048 CPUtime=19.76 cores=0-7
/proc/31883/task/31885/stat : 31885 (claspmt) R 31881 31883 30963 0 -1 4202560 1809 0 0 0 1975 1 0 0 25 0 8 0 629314708 412721152 23592 33554432000 4194304 4964704 140735520082048 18446744073709551615 4321102 0 0 4096 18946 0 0 0 -1 6 0 0 0
[pid=31883/tid=31886] ppid=31881 vsize=403048 CPUtime=22.93 cores=0-7
/proc/31883/task/31886/stat : 31886 (claspmt) R 31881 31883 30963 0 -1 4202560 3151 0 0 0 2291 2 0 0 25 0 8 0 629314708 412721152 23592 33554432000 4194304 4964704 140735520082048 18446744073709551615 4320970 0 0 4096 18946 0 0 0 -1 7 0 0 0
[pid=31883/tid=31887] ppid=31881 vsize=403048 CPUtime=23.66 cores=0-7
/proc/31883/task/31887/stat : 31887 (claspmt) R 31881 31883 30963 0 -1 4202560 1918 0 0 0 2364 2 0 0 20 0 8 0 629314708 412721152 23592 33554432000 4194304 4964704 140735520082048 18446744073709551615 4669472 0 0 4096 18946 0 0 0 -1 0 0 0 0
[pid=31883/tid=31888] ppid=31881 vsize=403048 CPUtime=24.38 cores=0-7
/proc/31883/task/31888/stat : 31888 (claspmt) R 31881 31883 30963 0 -1 4202560 3045 0 0 0 2436 2 0 0 25 0 8 0 629314708 412721152 23592 33554432000 4194304 4964704 140735520082048 18446744073709551615 4669296 0 0 4096 18946 0 0 0 -1 2 0 0 0
[pid=31883/tid=31889] ppid=31881 vsize=403048 CPUtime=21.65 cores=0-7
/proc/31883/task/31889/stat : 31889 (claspmt) R 31881 31883 30963 0 -1 4202560 2936 0 0 0 2163 2 0 0 20 0 8 0 629314708 412721152 23592 33554432000 4194304 4964704 140735520082048 18446744073709551615 4338784 0 0 4096 18946 0 0 0 -1 1 0 0 0
[pid=31883/tid=31890] ppid=31881 vsize=403048 CPUtime=23.6 cores=0-7
/proc/31883/task/31890/stat : 31890 (claspmt) R 31881 31883 30963 0 -1 4202560 2207 0 0 0 2359 1 0 0 25 0 8 0 629314708 412721152 23592 33554432000 4194304 4964704 140735520082048 18446744073709551615 4342144 0 0 4096 18946 0 0 0 -1 5 0 0 0
[pid=31883/tid=31891] ppid=31881 vsize=403048 CPUtime=20.19 cores=0-7
/proc/31883/task/31891/stat : 31891 (claspmt) R 31881 31883 30963 0 -1 4202560 6323 0 0 0 2015 4 0 0 25 0 8 0 629314708 412721152 23592 33554432000 4194304 4964704 140735520082048 18446744073709551615 4346000 0 0 4096 18946 0 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 177.71
Current children cumulated vsize (KiB) 403048

[startup+51.1005 s]
/proc/loadavg: 9.02 9.05 9.07 10/366 31893
/proc/meminfo: memFree=22279308/32950928 swapFree=65762324/67111528
[pid=31883] ppid=31881 vsize=406052 CPUtime=356.58 cores=0-7
/proc/31883/stat : 31883 (claspmt) R 31881 31883 30963 0 -1 4202496 30415 0 0 0 35632 26 0 0 25 0 8 0 629314705 415797248 29824 33554432000 4194304 4964704 140735520082048 18446744073709551615 4320921 0 0 4096 18946 18446744073709551615 0 0 17 4 0 0 0
/proc/31883/statm: 101513 29824 466 189 0 95862 0
[pid=31883/tid=31885] ppid=31881 vsize=406052 CPUtime=38.97 cores=0-7
/proc/31883/task/31885/stat : 31885 (claspmt) R 31881 31883 30963 0 -1 4202560 2292 0 0 0 3895 2 0 0 25 0 8 0 629314708 415797248 29824 33554432000 4194304 4964704 140735520082048 18446744073709551615 260905499118 0 0 4096 18946 0 0 0 -1 1 0 0 0
[pid=31883/tid=31886] ppid=31881 vsize=406052 CPUtime=45.29 cores=0-7
/proc/31883/task/31886/stat : 31886 (claspmt) R 31881 31883 30963 0 -1 4202560 3610 0 0 0 4526 3 0 0 25 0 8 0 629314708 415797248 29824 33554432000 4194304 4964704 140735520082048 18446744073709551615 4669270 0 0 4096 18946 0 0 0 -1 7 0 0 0
[pid=31883/tid=31887] ppid=31881 vsize=406052 CPUtime=47.22 cores=0-7
/proc/31883/task/31887/stat : 31887 (claspmt) R 31881 31883 30963 0 -1 4202560 2228 0 0 0 4720 2 0 0 25 0 8 0 629314708 415797248 29824 33554432000 4194304 4964704 140735520082048 18446744073709551615 4670241 0 0 4096 18946 0 0 0 -1 0 0 0 0
[pid=31883/tid=31888] ppid=31881 vsize=406052 CPUtime=49.96 cores=0-7
/proc/31883/task/31888/stat : 31888 (claspmt) R 31881 31883 30963 0 -1 4202560 3930 0 0 0 4993 3 0 0 25 0 8 0 629314708 415797248 29824 33554432000 4194304 4964704 140735520082048 18446744073709551615 4669214 0 0 4096 18946 0 0 0 -1 2 0 0 0
[pid=31883/tid=31889] ppid=31881 vsize=406052 CPUtime=41.18 cores=0-7
/proc/31883/task/31889/stat : 31889 (claspmt) R 31881 31883 30963 0 -1 4202560 3988 0 0 0 4114 4 0 0 25 0 8 0 629314708 415797248 29824 33554432000 4194304 4964704 140735520082048 18446744073709551615 4670100 0 0 4096 18946 0 0 0 -1 1 0 0 0
[pid=31883/tid=31890] ppid=31881 vsize=406052 CPUtime=44.6 cores=0-7
/proc/31883/task/31890/stat : 31890 (claspmt) R 31881 31883 30963 0 -1 4202560 3069 0 0 0 4458 2 0 0 25 0 8 0 629314708 415797248 29824 33554432000 4194304 4964704 140735520082048 18446744073709551615 4670228 0 0 4096 18946 0 0 0 -1 5 0 0 0
[pid=31883/tid=31891] ppid=31881 vsize=406052 CPUtime=45.12 cores=0-7
/proc/31883/task/31891/stat : 31891 (claspmt) R 31881 31883 30963 0 -1 4202560 8011 0 0 0 4507 5 0 0 25 0 8 0 629314708 415797248 29824 33554432000 4194304 4964704 140735520082048 18446744073709551615 4670219 0 0 4096 18946 0 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 356.58

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


[startup+4782.3 s]
/proc/loadavg: 9.15 9.07 9.01 10/366 32040
/proc/meminfo: memFree=21889252/32950928 swapFree=65762324/67111528
[pid=31883] ppid=31881 vsize=794668 CPUtime=33443.3 cores=0-7
/proc/31883/stat : 31883 (claspmt) R 31881 31883 30963 0 -1 4202496 128606 0 0 0 3343938 391 0 0 25 0 8 0 629314705 813740032 125717 33554432000 4194304 4964704 140735520082048 18446744073709551615 4670228 0 0 4096 18946 18446744073709551615 0 0 17 7 0 0 0
/proc/31883/statm: 198667 125717 466 189 0 193016 0
[pid=31883/tid=31885] ppid=31881 vsize=794668 CPUtime=3729.8 cores=0-7
/proc/31883/task/31885/stat : 31885 (claspmt) R 31881 31883 30963 0 -1 4202560 17612 0 0 0 372933 47 0 0 25 0 8 0 629314708 813740032 125717 33554432000 4194304 4964704 140735520082048 18446744073709551615 4669383 0 0 4096 18946 0 0 0 -1 0 0 0 0
[pid=31883/tid=31886] ppid=31881 vsize=794668 CPUtime=4314.06 cores=0-7
/proc/31883/task/31886/stat : 31886 (claspmt) R 31881 31883 30963 0 -1 4202560 15257 0 0 0 431361 45 0 0 25 0 8 0 629314708 813740032 125717 33554432000 4194304 4964704 140735520082048 18446744073709551615 4668652 0 0 4096 18946 0 0 0 -1 4 0 0 0
[pid=31883/tid=31887] ppid=31881 vsize=794668 CPUtime=4229.74 cores=0-7
/proc/31883/task/31887/stat : 31887 (claspmt) R 31881 31883 30963 0 -1 4202560 8535 0 0 0 422933 41 0 0 25 0 8 0 629314708 813740032 125717 33554432000 4194304 4964704 140735520082048 18446744073709551615 4325338 0 0 4096 18946 0 0 0 -1 2 0 0 0
[pid=31883/tid=31888] ppid=31881 vsize=794668 CPUtime=4204.52 cores=0-7
/proc/31883/task/31888/stat : 31888 (claspmt) R 31881 31883 30963 0 -1 4202560 13609 0 0 0 420399 53 0 0 25 0 8 0 629314708 813740032 125717 33554432000 4194304 4964704 140735520082048 18446744073709551615 4320909 0 0 4096 18946 0 0 0 -1 4 0 0 0
[pid=31883/tid=31889] ppid=31881 vsize=794668 CPUtime=4290.8 cores=0-7
/proc/31883/task/31889/stat : 31889 (claspmt) R 31881 31883 30963 0 -1 4202560 15350 0 0 0 429029 51 0 0 25 0 8 0 629314708 813740032 125717 33554432000 4194304 4964704 140735520082048 18446744073709551615 4670241 0 0 4096 18946 0 0 0 -1 5 0 0 0
[pid=31883/tid=31890] ppid=31881 vsize=794668 CPUtime=4071.89 cores=0-7
/proc/31883/task/31890/stat : 31890 (claspmt) R 31881 31883 30963 0 -1 4202560 9036 0 0 0 407149 40 0 0 25 0 8 0 629314708 813740032 125717 33554432000 4194304 4964704 140735520082048 18446744073709551615 4670228 0 0 4096 18946 0 0 0 -1 3 0 0 0
[pid=31883/tid=31891] ppid=31881 vsize=794668 CPUtime=4442.36 cores=0-7
/proc/31883/task/31891/stat : 31891 (claspmt) R 31881 31883 30963 0 -1 4202560 39149 0 0 0 444169 67 0 0 25 0 8 0 629314708 813740032 125717 33554432000 4194304 4964704 140735520082048 18446744073709551615 4366712 0 0 4096 18946 0 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 33443.3
Current children cumulated vsize (KiB) 794668

[startup+4842.3 s]
/proc/loadavg: 9.11 9.07 9.01 10/366 32041
/proc/meminfo: memFree=21888664/32950928 swapFree=65762324/67111528
[pid=31883] ppid=31881 vsize=794668 CPUtime=33862.5 cores=0-7
/proc/31883/stat : 31883 (claspmt) R 31881 31883 30963 0 -1 4202496 128993 0 0 0 3385857 395 0 0 25 0 8 0 629314705 813740032 125723 33554432000 4194304 4964704 140735520082048 18446744073709551615 4670360 0 0 4096 18946 18446744073709551615 0 0 17 7 0 0 0
/proc/31883/statm: 198667 125723 466 189 0 193016 0
[pid=31883/tid=31885] ppid=31881 vsize=794668 CPUtime=3775.32 cores=0-7
/proc/31883/task/31885/stat : 31885 (claspmt) R 31881 31883 30963 0 -1 4202560 17725 0 0 0 377485 47 0 0 25 0 8 0 629314708 813740032 125723 33554432000 4194304 4964704 140735520082048 18446744073709551615 4670228 0 0 4096 18946 0 0 0 -1 0 0 0 0
[pid=31883/tid=31886] ppid=31881 vsize=794668 CPUtime=4362.56 cores=0-7
/proc/31883/task/31886/stat : 31886 (claspmt) R 31881 31883 30963 0 -1 4202560 15278 0 0 0 436211 45 0 0 25 0 8 0 629314708 813740032 125723 33554432000 4194304 4964704 140735520082048 18446744073709551615 4342186 0 0 4096 18946 0 0 0 -1 2 0 0 0
[pid=31883/tid=31887] ppid=31881 vsize=794668 CPUtime=4276.85 cores=0-7
/proc/31883/task/31887/stat : 31887 (claspmt) R 31881 31883 30963 0 -1 4202560 8564 0 0 0 427644 41 0 0 25 0 8 0 629314708 813740032 125723 33554432000 4194304 4964704 140735520082048 18446744073709551615 4670277 0 0 4096 18946 0 0 0 -1 6 0 0 0
[pid=31883/tid=31888] ppid=31881 vsize=794668 CPUtime=4254.26 cores=0-7
/proc/31883/task/31888/stat : 31888 (claspmt) R 31881 31883 30963 0 -1 4202560 13609 0 0 0 425372 54 0 0 25 0 8 0 629314708 813740032 125723 33554432000 4194304 4964704 140735520082048 18446744073709551615 4670228 0 0 4096 18946 0 0 0 -1 4 0 0 0
[pid=31883/tid=31889] ppid=31881 vsize=794668 CPUtime=4350.8 cores=0-7
/proc/31883/task/31889/stat : 31889 (claspmt) R 31881 31883 30963 0 -1 4202560 15418 0 0 0 435028 52 0 0 25 0 8 0 629314708 813740032 125723 33554432000 4194304 4964704 140735520082048 18446744073709551615 4670228 0 0 4096 18946 0 0 0 -1 5 0 0 0
[pid=31883/tid=31890] ppid=31881 vsize=794668 CPUtime=4131.88 cores=0-7
/proc/31883/task/31890/stat : 31890 (claspmt) R 31881 31883 30963 0 -1 4202560 9087 0 0 0 413147 41 0 0 25 0 8 0 629314708 813740032 125723 33554432000 4194304 4964704 140735520082048 18446744073709551615 4325336 0 0 4096 18946 0 0 0 -1 3 0 0 0
[pid=31883/tid=31891] ppid=31881 vsize=794668 CPUtime=4491.45 cores=0-7
/proc/31883/task/31891/stat : 31891 (claspmt) R 31881 31883 30963 0 -1 4202560 39218 0 0 0 449077 68 0 0 25 0 8 0 629314708 813740032 125723 33554432000 4194304 4964704 140735520082048 18446744073709551615 4360553 0 0 4096 18946 0 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 33862.5
Current children cumulated vsize (KiB) 794668

[startup+4902.3 s]
/proc/loadavg: 9.09 9.07 9.01 10/366 32043
/proc/meminfo: memFree=21887844/32950928 swapFree=65762324/67111528
[pid=31883] ppid=31881 vsize=794924 CPUtime=34281.8 cores=0-7
/proc/31883/stat : 31883 (claspmt) R 31881 31883 30963 0 -1 4202496 129346 0 0 0 3427779 400 0 0 25 0 8 0 629314705 814002176 126067 33554432000 4194304 4964704 140735520082048 18446744073709551615 4668686 0 0 4096 18946 18446744073709551615 0 0 17 7 0 0 0
/proc/31883/statm: 198731 126067 466 189 0 193080 0
[pid=31883/tid=31885] ppid=31881 vsize=794924 CPUtime=3815.55 cores=0-7
/proc/31883/task/31885/stat : 31885 (claspmt) R 31881 31883 30963 0 -1 4202560 17766 0 0 0 381507 48 0 0 25 0 8 0 629314708 814002176 126067 33554432000 4194304 4964704 140735520082048 18446744073709551615 4670269 0 0 4096 18946 0 0 0 -1 2 0 0 0
[pid=31883/tid=31886] ppid=31881 vsize=794924 CPUtime=4413.81 cores=0-7
/proc/31883/task/31886/stat : 31886 (claspmt) R 31881 31883 30963 0 -1 4202560 15323 0 0 0 441335 46 0 0 25 0 8 0 629314708 814002176 126067 33554432000 4194304 4964704 140735520082048 18446744073709551615 4669296 0 0 4096 18946 0 0 0 -1 0 0 0 0
[pid=31883/tid=31887] ppid=31881 vsize=794924 CPUtime=4327.1 cores=0-7
/proc/31883/task/31887/stat : 31887 (claspmt) R 31881 31883 30963 0 -1 4202560 8564 0 0 0 432669 41 0 0 24 0 8 0 629314708 814002176 126067 33554432000 4194304 4964704 140735520082048 18446744073709551615 260905091722 0 0 4096 18946 0 0 0 -1 2 0 0 0
[pid=31883/tid=31888] ppid=31881 vsize=794924 CPUtime=4305.98 cores=0-7
/proc/31883/task/31888/stat : 31888 (claspmt) R 31881 31883 30963 0 -1 4202560 13618 0 0 0 430543 55 0 0 25 0 8 0 629314708 814002176 126067 33554432000 4194304 4964704 140735520082048 18446744073709551615 4669494 0 0 4096 18946 0 0 0 -1 6 0 0 0
[pid=31883/tid=31889] ppid=31881 vsize=794924 CPUtime=4410.8 cores=0-7
/proc/31883/task/31889/stat : 31889 (claspmt) R 31881 31883 30963 0 -1 4202560 15470 0 0 0 441027 53 0 0 25 0 8 0 629314708 814002176 126067 33554432000 4194304 4964704 140735520082048 18446744073709551615 4670233 0 0 4096 18946 0 0 0 -1 5 0 0 0
[pid=31883/tid=31890] ppid=31881 vsize=794924 CPUtime=4191.87 cores=0-7
/proc/31883/task/31890/stat : 31890 (claspmt) R 31881 31883 30963 0 -1 4202560 9136 0 0 0 419146 41 0 0 25 0 8 0 629314708 814002176 126067 33554432000 4194304 4964704 140735520082048 18446744073709551615 4320909 0 0 4096 18946 0 0 0 -1 3 0 0 0
[pid=31883/tid=31891] ppid=31881 vsize=794924 CPUtime=4537.99 cores=0-7
/proc/31883/task/31891/stat : 31891 (claspmt) R 31881 31883 30963 0 -1 4202560 39319 0 0 0 453730 69 0 0 25 0 8 0 629314708 814002176 126067 33554432000 4194304 4964704 140735520082048 18446744073709551615 4669270 0 0 4096 18946 0 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 34281.8
Current children cumulated vsize (KiB) 794924

[startup+4962.3 s]
/proc/loadavg: 9.03 9.06 9.00 10/366 32045
/proc/meminfo: memFree=21886268/32950928 swapFree=65762324/67111528
[pid=31883] ppid=31881 vsize=795428 CPUtime=34701 cores=0-7
/proc/31883/stat : 31883 (claspmt) R 31881 31883 30963 0 -1 4202496 129727 0 0 0 3469701 402 0 0 25 0 8 0 629314705 814518272 126436 33554432000 4194304 4964704 140735520082048 18446744073709551615 4660292 0 0 4096 18946 18446744073709551615 0 0 17 3 0 0 0
/proc/31883/statm: 198857 126436 466 189 0 193206 0
[pid=31883/tid=31885] ppid=31881 vsize=795428 CPUtime=3858.54 cores=0-7
/proc/31883/task/31885/stat : 31885 (claspmt) R 31881 31883 30963 0 -1 4202560 17874 0 0 0 385806 48 0 0 25 0 8 0 629314708 814518272 126436 33554432000 4194304 4964704 140735520082048 18446744073709551615 4320909 0 0 4096 18946 0 0 0 -1 4 0 0 0
[pid=31883/tid=31886] ppid=31881 vsize=795428 CPUtime=4473.01 cores=0-7
/proc/31883/task/31886/stat : 31886 (claspmt) R 31881 31883 30963 0 -1 4202560 15436 0 0 0 447255 46 0 0 25 0 8 0 629314708 814518272 126436 33554432000 4194304 4964704 140735520082048 18446744073709551615 4321102 0 0 4096 18946 0 0 0 -1 0 0 0 0
[pid=31883/tid=31887] ppid=31881 vsize=795428 CPUtime=4379.31 cores=0-7
/proc/31883/task/31887/stat : 31887 (claspmt) R 31881 31883 30963 0 -1 4202560 8600 0 0 0 437889 42 0 0 25 0 8 0 629314708 814518272 126436 33554432000 4194304 4964704 140735520082048 18446744073709551615 4670049 0 0 4096 18946 0 0 0 -1 2 0 0 0
[pid=31883/tid=31888] ppid=31881 vsize=795428 CPUtime=4347.38 cores=0-7
/proc/31883/task/31888/stat : 31888 (claspmt) R 31881 31883 30963 0 -1 4202560 13717 0 0 0 434683 55 0 0 25 0 8 0 629314708 814518272 126436 33554432000 4194304 4964704 140735520082048 18446744073709551615 4670228 0 0 4096 18946 0 0 0 -1 7 0 0 0
[pid=31883/tid=31889] ppid=31881 vsize=795428 CPUtime=4470.79 cores=0-7
/proc/31883/task/31889/stat : 31889 (claspmt) R 31881 31883 30963 0 -1 4202560 15495 0 0 0 447026 53 0 0 25 0 8 0 629314708 814518272 126436 33554432000 4194304 4964704 140735520082048 18446744073709551615 4670230 0 0 4096 18946 0 0 0 -1 5 0 0 0
[pid=31883/tid=31890] ppid=31881 vsize=795428 CPUtime=4246.96 cores=0-7
/proc/31883/task/31890/stat : 31890 (claspmt) R 31881 31883 30963 0 -1 4202560 9136 0 0 0 424655 41 0 0 25 0 8 0 629314708 814518272 126436 33554432000 4194304 4964704 140735520082048 18446744073709551615 4320928 0 0 4096 18946 0 0 0 -1 3 0 0 0
[pid=31883/tid=31891] ppid=31881 vsize=795428 CPUtime=4592.02 cores=0-7
/proc/31883/task/31891/stat : 31891 (claspmt) R 31881 31883 30963 0 -1 4202560 39319 0 0 0 459133 69 0 0 25 0 8 0 629314708 814518272 126436 33554432000 4194304 4964704 140735520082048 18446744073709551615 4660077 0 0 4096 18946 0 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 34701
Current children cumulated vsize (KiB) 795428

[startup+5022.3 s]
/proc/loadavg: 9.01 9.04 9.00 10/366 32046
/proc/meminfo: memFree=21882468/32950928 swapFree=65762324/67111528
[pid=31883] ppid=31881 vsize=796188 CPUtime=35120.3 cores=0-7
/proc/31883/stat : 31883 (claspmt) R 31881 31883 30963 0 -1 4202496 130680 0 0 0 3511620 409 0 0 25 0 8 0 629314705 815296512 127383 33554432000 4194304 4964704 140735520082048 18446744073709551615 4670298 0 0 4096 18946 18446744073709551615 0 0 17 3 0 0 0
/proc/31883/statm: 199047 127383 466 189 0 193396 0
[pid=31883/tid=31885] ppid=31881 vsize=796188 CPUtime=3910.79 cores=0-7
/proc/31883/task/31885/stat : 31885 (claspmt) R 31881 31883 30963 0 -1 4202560 17985 0 0 0 391031 48 0 0 25 0 8 0 629314708 815296512 127383 33554432000 4194304 4964704 140735520082048 18446744073709551615 4670228 0 0 4096 18946 0 0 0 -1 2 0 0 0
[pid=31883/tid=31886] ppid=31881 vsize=796188 CPUtime=4527.12 cores=0-7
/proc/31883/task/31886/stat : 31886 (claspmt) R 31881 31883 30963 0 -1 4202560 15464 0 0 0 452665 47 0 0 25 0 8 0 629314708 815296512 127383 33554432000 4194304 4964704 140735520082048 18446744073709551615 4670228 0 0 4096 18946 0 0 0 -1 6 0 0 0
[pid=31883/tid=31887] ppid=31881 vsize=796188 CPUtime=4428.82 cores=0-7
/proc/31883/task/31887/stat : 31887 (claspmt) R 31881 31883 30963 0 -1 4202560 8635 0 0 0 442840 42 0 0 25 0 8 0 629314708 815296512 127383 33554432000 4194304 4964704 140735520082048 18446744073709551615 4669396 0 0 4096 18946 0 0 0 -1 4 0 0 0
[pid=31883/tid=31888] ppid=31881 vsize=796188 CPUtime=4402.56 cores=0-7
/proc/31883/task/31888/stat : 31888 (claspmt) R 31881 31883 30963 0 -1 4202560 13762 0 0 0 440200 56 0 0 25 0 8 0 629314708 815296512 127383 33554432000 4194304 4964704 140735520082048 18446744073709551615 4321102 0 0 4096 18946 0 0 0 -1 7 0 0 0
[pid=31883/tid=31889] ppid=31881 vsize=796188 CPUtime=4529.54 cores=0-7
/proc/31883/task/31889/stat : 31889 (claspmt) R 31881 31883 30963 0 -1 4202560 15674 0 0 0 452900 54 0 0 25 0 8 0 629314708 815296512 127383 33554432000 4194304 4964704 140735520082048 18446744073709551615 4670228 0 0 4096 18946 0 0 0 -1 5 0 0 0
[pid=31883/tid=31890] ppid=31881 vsize=796188 CPUtime=4286.06 cores=0-7
/proc/31883/task/31890/stat : 31890 (claspmt) R 31881 31883 30963 0 -1 4202560 9228 0 0 0 428564 42 0 0 25 0 8 0 629314708 815296512 127383 33554432000 4194304 4964704 140735520082048 18446744073709551615 4342228 0 0 4096 18946 0 0 0 -1 6 0 0 0
[pid=31883/tid=31891] ppid=31881 vsize=796188 CPUtime=4651.38 cores=0-7
/proc/31883/task/31891/stat : 31891 (claspmt) R 31881 31883 30963 0 -1 4202560 39711 0 0 0 465068 70 0 0 25 0 8 0 629314708 815296512 127383 33554432000 4194304 4964704 140735520082048 18446744073709551615 4669270 0 0 4096 18946 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 35120.3
Current children cumulated vsize (KiB) 796188

[startup+5082.3 s]
/proc/loadavg: 9.06 9.05 9.00 10/366 32048
/proc/meminfo: memFree=21879164/32950928 swapFree=65762324/67111528
[pid=31883] ppid=31881 vsize=796328 CPUtime=35539.5 cores=0-7
/proc/31883/stat : 31883 (claspmt) R 31881 31883 30963 0 -1 4202496 131488 0 0 0 3553537 414 0 0 25 0 8 0 629314705 815439872 128191 33554432000 4194304 4964704 140735520082048 18446744073709551615 4627309 0 0 4096 18946 18446744073709551615 0 0 17 3 0 0 0
/proc/31883/statm: 199082 128191 466 189 0 193431 0
[pid=31883/tid=31885] ppid=31881 vsize=796328 CPUtime=3950.83 cores=0-7
/proc/31883/task/31885/stat : 31885 (claspmt) R 31881 31883 30963 0 -1 4202560 18036 0 0 0 395034 49 0 0 25 0 8 0 629314708 815439872 128191 33554432000 4194304 4964704 140735520082048 18446744073709551615 4321079 0 0 4096 18946 0 0 0 -1 5 0 0 0
[pid=31883/tid=31886] ppid=31881 vsize=796328 CPUtime=4581.08 cores=0-7
/proc/31883/task/31886/stat : 31886 (claspmt) R 31881 31883 30963 0 -1 4202560 15469 0 0 0 458060 48 0 0 25 0 8 0 629314708 815439872 128191 33554432000 4194304 4964704 140735520082048 18446744073709551615 4670228 0 0 4096 18946 0 0 0 -1 4 0 0 0
[pid=31883/tid=31887] ppid=31881 vsize=796328 CPUtime=4484.54 cores=0-7
/proc/31883/task/31887/stat : 31887 (claspmt) R 31881 31883 30963 0 -1 4202560 8640 0 0 0 448412 42 0 0 25 0 8 0 629314708 815439872 128191 33554432000 4194304 4964704 140735520082048 18446744073709551615 4670228 0 0 4096 18946 0 0 0 -1 2 0 0 0
[pid=31883/tid=31888] ppid=31881 vsize=796328 CPUtime=4457.04 cores=0-7
/proc/31883/task/31888/stat : 31888 (claspmt) R 31881 31883 30963 0 -1 4202560 13780 0 0 0 445648 56 0 0 25 0 8 0 629314708 815439872 128191 33554432000 4194304 4964704 140735520082048 18446744073709551615 4669399 0 0 4096 18946 0 0 0 -1 7 0 0 0
[pid=31883/tid=31889] ppid=31881 vsize=796328 CPUtime=4581.59 cores=0-7
/proc/31883/task/31889/stat : 31889 (claspmt) R 31881 31883 30963 0 -1 4202560 15674 0 0 0 458104 55 0 0 25 0 8 0 629314708 815439872 128191 33554432000 4194304 4964704 140735520082048 18446744073709551615 4320909 0 0 4096 18946 0 0 0 -1 5 0 0 0
[pid=31883/tid=31890] ppid=31881 vsize=796328 CPUtime=4336.08 cores=0-7
/proc/31883/task/31890/stat : 31890 (claspmt) R 31881 31883 30963 0 -1 4202560 9243 0 0 0 433566 42 0 0 25 0 8 0 629314708 815439872 128191 33554432000 4194304 4964704 140735520082048 18446744073709551615 4321038 0 0 4096 18946 0 0 0 -1 6 0 0 0
[pid=31883/tid=31891] ppid=31881 vsize=796328 CPUtime=4709.89 cores=0-7
/proc/31883/task/31891/stat : 31891 (claspmt) R 31881 31883 30963 0 -1 4202560 40207 0 0 0 470918 71 0 0 25 0 8 0 629314708 815439872 128191 33554432000 4194304 4964704 140735520082048 18446744073709551615 4669309 0 0 4096 18946 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 35539.5
Current children cumulated vsize (KiB) 796328



Maximum wall clock time exceeded: sending SIGTERM then SIGKILL

[startup+5100 s]
/proc/loadavg: 9.04 9.05 9.00 10/366 32048
/proc/meminfo: memFree=21879128/32950928 swapFree=65762324/67111528
[pid=31883] ppid=31881 vsize=796328 CPUtime=35663.3 cores=0-7
/proc/31883/stat : 31883 (claspmt) R 31881 31883 30963 0 -1 4202496 131496 0 0 0 3565912 415 0 0 25 0 8 0 629314705 815439872 128199 33554432000 4194304 4964704 140735520082048 18446744073709551615 4670228 0 0 4096 18946 18446744073709551615 0 0 17 5 0 0 0
/proc/31883/statm: 199082 128199 466 189 0 193431 0
[pid=31883/tid=31885] ppid=31881 vsize=796328 CPUtime=3960.73 cores=0-7
/proc/31883/task/31885/stat : 31885 (claspmt) R 31881 31883 30963 0 -1 4202560 18036 0 0 0 396024 49 0 0 25 0 8 0 629314708 815439872 128199 33554432000 4194304 4964704 140735520082048 18446744073709551615 4670228 0 0 4096 18946 0 0 0 -1 3 0 0 0
[pid=31883/tid=31886] ppid=31881 vsize=796328 CPUtime=4598.79 cores=0-7
/proc/31883/task/31886/stat : 31886 (claspmt) R 31881 31883 30963 0 -1 4202560 15469 0 0 0 459831 48 0 0 25 0 8 0 629314708 815439872 128199 33554432000 4194304 4964704 140735520082048 18446744073709551615 4670228 0 0 4096 18946 0 0 0 -1 4 0 0 0
[pid=31883/tid=31887] ppid=31881 vsize=796328 CPUtime=4502.25 cores=0-7
/proc/31883/task/31887/stat : 31887 (claspmt) R 31881 31883 30963 0 -1 4202560 8643 0 0 0 450183 42 0 0 25 0 8 0 629314708 815439872 128199 33554432000 4194304 4964704 140735520082048 18446744073709551615 4670228 0 0 4096 18946 0 0 0 -1 2 0 0 0
[pid=31883/tid=31888] ppid=31881 vsize=796328 CPUtime=4473.73 cores=0-7
/proc/31883/task/31888/stat : 31888 (claspmt) R 31881 31883 30963 0 -1 4202560 13780 0 0 0 447317 56 0 0 25 0 8 0 629314708 815439872 128199 33554432000 4194304 4964704 140735520082048 18446744073709551615 4670228 0 0 4096 18946 0 0 0 -1 7 0 0 0
[pid=31883/tid=31889] ppid=31881 vsize=796328 CPUtime=4593.24 cores=0-7
/proc/31883/task/31889/stat : 31889 (claspmt) R 31881 31883 30963 0 -1 4202560 15674 0 0 0 459269 55 0 0 25 0 8 0 629314708 815439872 128199 33554432000 4194304 4964704 140735520082048 18446744073709551615 4670219 0 0 4096 18946 0 0 0 -1 3 0 0 0
[pid=31883/tid=31890] ppid=31881 vsize=796328 CPUtime=4353.79 cores=0-7
/proc/31883/task/31890/stat : 31890 (claspmt) R 31881 31883 30963 0 -1 4202560 9243 0 0 0 435336 43 0 0 25 0 8 0 629314708 815439872 128199 33554432000 4194304 4964704 140735520082048 18446744073709551615 4670327 0 0 4096 18946 0 0 0 -1 6 0 0 0
[pid=31883/tid=31891] ppid=31881 vsize=796328 CPUtime=4727.61 cores=0-7
/proc/31883/task/31891/stat : 31891 (claspmt) R 31881 31883 30963 0 -1 4202560 40212 0 0 0 472689 72 0 0 25 0 8 0 629314708 815439872 128199 33554432000 4194304 4964704 140735520082048 18446744073709551615 4670228 0 0 4096 18946 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 35663.3
Current children cumulated vsize (KiB) 796328

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

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

Child status: 0
Real time (s): 5100.1
CPU time (s): 35663.4
CPU user time (s): 35659.2
CPU system time (s): 4.17237
CPU usage (%): 699.269
Max. virtual memory (cumulated for all children) (KiB): 796328

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 35659.2
system time used= 4.17237
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 131507
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= 392642
involuntary context switches= 267992

runsolver used 17.1714 second user time and 43.1174 second system time

The end

Launcher Data

Begin job on node116 at 2011-05-03 04:47:20
IDJOB=3322601
IDBENCH=84237
IDSOLVER=1711
FILE ID=node116/3322601-1304390840
RUNJOBID= node116-1304385519-30977
PBS_JOBID= 13181792
Free space on /tmp= 73728 MiB

SOLVER NAME= claspmt 2.0-R4095
BENCH NAME= SAT03/industrial/kukula/addm_bench/am_7_7.shuffled-as.sat03-363.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-3322601-1304390840/watcher-3322601-1304390840 -o /tmp/evaluation-result-3322601-1304390840/solver-3322601-1304390840 -C 40000 -W 5100 -M 31000  HOME/claspmt -t8 -p HOME/sat11-port.txt --distribute=all,2 HOME/instance-3322601-1304390840.cnf

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

MD5SUM BENCH= c7f51e1ee7556440ab29e1c4bfe29538
RANDOM SEED=459424555

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

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

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

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


/proc/meminfo:
MemTotal:     32950928 kB
MemFree:      22394008 kB
Buffers:        104828 kB
Cached:         875036 kB
SwapCached:      25744 kB
Active:        9602344 kB
Inactive:       745760 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32950928 kB
LowFree:      22394008 kB
SwapTotal:    67111528 kB
SwapFree:     65762324 kB
Dirty:            1232 kB
Writeback:           0 kB
AnonPages:     9353096 kB
Mapped:          15808 kB
Slab:            97600 kB
PageTables:      44140 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83586992 kB
Committed_AS: 83210644 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= 73724 MiB
End job on node116 at 2011-05-03 06:12:22