Trace number 3373004

Some explanations

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

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

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

Solver answer on this benchmark

Solver NameAnswerCPU timeWall clock time
claspmt 2.0-R4095-patched (fixed)? (TO) 4800.34 1205.82

General information on the benchmark

Namecrafted/anton/SRHD-SGI/
srhd-sgi-m47-q742.5-n45-p30-s17570390.cnf
MD5SUMba3b1702a651cd8da3e6cada8f2e97bc
Bench CategoryCRAFTED (crafted instances)
Best result obtained on this benchmarkSAT
Best CPU time to get the best result obtained on this benchmark2.28965
Satisfiable
(Un)Satisfiability was proved
Number of variables2088
Number of clauses405748
Sum of the clauses size813494
Maximum clause length47
Minimum clause length2
Number of clauses of size 10
Number of clauses of size 2405703
Number of clauses of size 30
Number of clauses of size 40
Number of clauses of size 50
Number of clauses of size over 545

Solver Data

0.00/0.00	c clasp version 2.0.0-RC2
0.00/0.00	c Reading from ...432353/instance-3373004-1305432353.cnf
2.99/3.01	c Solving...
4800.11/1205.63	
4800.11/1205.63	*** INTERRUPTED! ***
4800.11/1205.63	*** Shutting down threads...
4800.32/1205.81	s UNKNOWN
4800.32/1205.81	
4800.32/1205.81	c INTERRUPTED   : 1
4800.32/1205.81	c Models        : 0+    
4800.32/1205.81	c Time          : 1205.651s (Solving: 1202.64s 1st Model: 0.00s Unsat: 0.00s)
4800.32/1205.81	c CPU Time      : 4800.160s

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-3373004-1305432353/watcher-3373004-1305432353 -o /tmp/evaluation-result-3373004-1305432353/solver-3373004-1305432353 -C 4800 -W 1300 -M 15500 HOME/claspmt -t4 -p HOME/sat11-port.txt --distribute=all,2 HOME/instance-3373004-1305432353.cnf 

running on 4 cores: 0,2,4,6

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


[startup+0 s]
/proc/loadavg: 3.88 6.14 7.28 5/353 30994
/proc/meminfo: memFree=24103424/32950928 swapFree=45937192/67111528
[pid=30994] ppid=30992 vsize=23172 CPUtime=0.01 cores=0,2,4,6
/proc/30994/stat : 30994 (claspmt) R 30992 30994 23744 0 -1 4202496 1221 0 0 0 1 0 0 0 21 0 1 0 654832021 23728128 966 33554432000 4194304 4964800 140734499202480 18446744073709551615 4599599 0 0 4096 18946 0 0 0 17 4 0 0 0
/proc/30994/statm: 5793 967 385 189 0 667 0

[startup+0.0939699 s]
/proc/loadavg: 3.88 6.14 7.28 5/353 30994
/proc/meminfo: memFree=24103424/32950928 swapFree=45937192/67111528
[pid=30994] ppid=30992 vsize=38100 CPUtime=0.08 cores=0,2,4,6
/proc/30994/stat : 30994 (claspmt) R 30992 30994 23744 0 -1 4202496 6516 0 0 0 8 0 0 0 21 0 1 0 654832021 39014400 4655 33554432000 4194304 4964800 140734499202480 18446744073709551615 254500352709 0 0 4096 18946 0 0 0 17 4 0 0 0
/proc/30994/statm: 9525 4656 396 189 0 4399 0
Current children cumulated CPU time (s) 0.08
Current children cumulated vsize (KiB) 38100

[startup+0.100962 s]
/proc/loadavg: 3.88 6.14 7.28 5/353 30994
/proc/meminfo: memFree=24103424/32950928 swapFree=45937192/67111528
[pid=30994] ppid=30992 vsize=39436 CPUtime=0.09 cores=0,2,4,6
/proc/30994/stat : 30994 (claspmt) R 30992 30994 23744 0 -1 4202496 6807 0 0 0 9 0 0 0 21 0 1 0 654832021 40382464 4946 33554432000 4194304 4964800 140734499202480 18446744073709551615 4618467 0 0 4096 18946 0 0 0 17 4 0 0 0
/proc/30994/statm: 9859 4946 396 189 0 4733 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 39436

[startup+0.300924 s]
/proc/loadavg: 3.88 6.14 7.28 5/353 30994
/proc/meminfo: memFree=24103424/32950928 swapFree=45937192/67111528
[pid=30994] ppid=30992 vsize=45944 CPUtime=0.29 cores=0,2,4,6
/proc/30994/stat : 30994 (claspmt) R 30992 30994 23744 0 -1 4202496 8402 0 0 0 29 0 0 0 22 0 1 0 654832021 47046656 6541 33554432000 4194304 4964800 140734499202480 18446744073709551615 4607562 0 0 4096 18946 0 0 0 17 4 0 0 0
/proc/30994/statm: 11486 6541 398 189 0 6360 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 45944

[startup+0.700847 s]
/proc/loadavg: 3.88 6.14 7.28 5/353 30994
/proc/meminfo: memFree=24103424/32950928 swapFree=45937192/67111528
[pid=30994] ppid=30992 vsize=45944 CPUtime=0.69 cores=0,2,4,6
/proc/30994/stat : 30994 (claspmt) R 30992 30994 23744 0 -1 4202496 8402 0 0 0 69 0 0 0 24 0 1 0 654832021 47046656 6541 33554432000 4194304 4964800 140734499202480 18446744073709551615 4607590 0 0 4096 18946 0 0 0 17 4 0 0 0
/proc/30994/statm: 11486 6541 398 189 0 6360 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 45944

[startup+1.50068 s]
/proc/loadavg: 3.88 6.14 7.28 6/354 30995
/proc/meminfo: memFree=24055200/32950928 swapFree=45937192/67111528
[pid=30994] ppid=30992 vsize=45944 CPUtime=1.49 cores=0,2,4,6
/proc/30994/stat : 30994 (claspmt) R 30992 30994 23744 0 -1 4202496 8402 0 0 0 149 0 0 0 25 0 1 0 654832021 47046656 6541 33554432000 4194304 4964800 140734499202480 18446744073709551615 4606681 0 0 4096 18946 0 0 0 17 4 0 0 0
/proc/30994/statm: 11486 6541 398 189 0 6360 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 45944

[startup+3.1003 s]
/proc/loadavg: 3.97 6.12 7.27 6/354 30995
/proc/meminfo: memFree=24044404/32950928 swapFree=45937192/67111528
[pid=30994] ppid=30992 vsize=257860 CPUtime=3.28 cores=0,2,4,6
/proc/30994/stat : 30994 (claspmt) R 30992 30994 23744 0 -1 4202496 10206 0 0 0 327 1 0 0 25 0 4 0 654832021 264048640 7551 33554432000 4194304 4964800 140734499202480 18446744073709551615 4343049 0 0 4096 18946 18446744073709551615 0 0 17 4 0 0 0
/proc/30994/statm: 64465 7551 457 189 0 58814 0
Current children cumulated CPU time (s) 3.28
Current children cumulated vsize (KiB) 257860

[startup+6.30067 s]
/proc/loadavg: 3.97 6.12 7.27 9/357 30998
/proc/meminfo: memFree=23996552/32950928 swapFree=45937192/67111528
[pid=30994] ppid=30992 vsize=257860 CPUtime=16.05 cores=0,2,4,6
/proc/30994/stat : 30994 (claspmt) R 30992 30994 23744 0 -1 4202496 20875 0 0 0 1600 5 0 0 25 0 4 0 654832021 264048640 18220 33554432000 4194304 4964800 140734499202480 18446744073709551615 4654668 0 0 4096 18946 18446744073709551615 0 0 17 4 0 0 0
/proc/30994/statm: 64465 18220 458 189 0 58814 0
[pid=30994/tid=30996] ppid=30992 vsize=257860 CPUtime=3.21 cores=0,2,4,6
/proc/30994/task/30996/stat : 30996 (claspmt) R 30992 30994 23744 0 -1 4202560 2468 0 0 0 321 0 0 0 21 0 4 0 654832323 264048640 18221 33554432000 4194304 4964800 140734499202480 18446744073709551615 4627204 0 0 4096 18946 0 0 0 -1 6 0 0 0
[pid=30994/tid=30997] ppid=30992 vsize=257860 CPUtime=3.27 cores=0,2,4,6
/proc/30994/task/30997/stat : 30997 (claspmt) R 30992 30994 23744 0 -1 4202560 2786 0 0 0 327 0 0 0 25 0 4 0 654832323 264048640 18221 33554432000 4194304 4964800 140734499202480 18446744073709551615 4670308 0 0 4096 18946 0 0 0 -1 2 0 0 0
[pid=30994/tid=30998] ppid=30992 vsize=257860 CPUtime=3.26 cores=0,2,4,6
/proc/30994/task/30998/stat : 30998 (claspmt) R 30992 30994 23744 0 -1 4202560 3954 0 0 0 325 1 0 0 25 0 4 0 654832323 264048640 18221 33554432000 4194304 4964800 140734499202480 18446744073709551615 4627263 0 0 4096 18946 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 16.05
Current children cumulated vsize (KiB) 257860

[startup+12.7004 s]
/proc/loadavg: 4.29 6.16 7.27 9/357 30998
/proc/meminfo: memFree=23929388/32950928 swapFree=45937192/67111528
[pid=30994] ppid=30992 vsize=260032 CPUtime=41.57 cores=0,2,4,6
/proc/30994/stat : 30994 (claspmt) R 30992 30994 23744 0 -1 4202496 31074 0 0 0 4148 9 0 0 25 0 4 0 654832021 266272768 28419 33554432000 4194304 4964800 140734499202480 18446744073709551615 4670534 0 0 4096 18946 18446744073709551615 0 0 17 4 0 0 0
/proc/30994/statm: 65008 28419 460 189 0 59357 0
[pid=30994/tid=30996] ppid=30992 vsize=260032 CPUtime=9.54 cores=0,2,4,6
/proc/30994/task/30996/stat : 30996 (claspmt) R 30992 30994 23744 0 -1 4202560 4091 0 0 0 953 1 0 0 25 0 4 0 654832323 266272768 28419 33554432000 4194304 4964800 140734499202480 18446744073709551615 4627309 0 0 4096 18946 0 0 0 -1 6 0 0 0
[pid=30994/tid=30997] ppid=30992 vsize=260032 CPUtime=9.67 cores=0,2,4,6
/proc/30994/task/30997/stat : 30997 (claspmt) R 30992 30994 23744 0 -1 4202560 4705 0 0 0 966 1 0 0 25 0 4 0 654832323 266272768 28419 33554432000 4194304 4964800 140734499202480 18446744073709551615 4670357 0 0 4096 18946 0 0 0 -1 2 0 0 0
[pid=30994/tid=30998] ppid=30992 vsize=260032 CPUtime=9.66 cores=0,2,4,6
/proc/30994/task/30998/stat : 30998 (claspmt) R 30992 30994 23744 0 -1 4202560 9555 0 0 0 962 4 0 0 25 0 4 0 654832323 266272768 28419 33554432000 4194304 4964800 140734499202480 18446744073709551615 4321102 0 0 4096 18946 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 41.57
Current children cumulated vsize (KiB) 260032

[startup+25.5009 s]
/proc/loadavg: 4.57 6.13 7.24 5/348 31015
/proc/meminfo: memFree=23928352/32950928 swapFree=45937192/67111528
[pid=30994] ppid=30992 vsize=263980 CPUtime=92.62 cores=0,2,4,6
/proc/30994/stat : 30994 (claspmt) R 30992 30994 23744 0 -1 4202496 48767 0 0 0 9206 56 0 0 24 0 4 0 654832021 270315520 46112 33554432000 4194304 4964800 140734499202480 18446744073709551615 4342174 0 0 4096 18946 18446744073709551615 0 0 17 4 0 0 0
/proc/30994/statm: 65995 46112 460 189 0 60344 0
[pid=30994/tid=30996] ppid=30992 vsize=263980 CPUtime=22.2 cores=0,2,4,6
/proc/30994/task/30996/stat : 30996 (claspmt) R 30992 30994 23744 0 -1 4202560 6965 0 0 0 2212 8 0 0 25 0 4 0 654832323 270315520 46112 33554432000 4194304 4964800 140734499202480 18446744073709551615 4342174 0 0 4096 18946 0 0 0 -1 6 0 0 0
[pid=30994/tid=30997] ppid=30992 vsize=263980 CPUtime=22.47 cores=0,2,4,6
/proc/30994/task/30997/stat : 30997 (claspmt) R 30992 30994 23744 0 -1 4202560 6822 0 0 0 2245 2 0 0 25 0 4 0 654832323 270315520 46112 33554432000 4194304 4964800 140734499202480 18446744073709551615 4627362 0 0 4096 18946 0 0 0 -1 2 0 0 0
[pid=30994/tid=30998] ppid=30992 vsize=263980 CPUtime=22.46 cores=0,2,4,6
/proc/30994/task/30998/stat : 30998 (claspmt) R 30992 30994 23744 0 -1 4202560 14742 0 0 0 2238 8 0 0 25 0 4 0 654832323 270315520 46112 33554432000 4194304 4964800 140734499202480 18446744073709551615 4670308 0 0 4096 18946 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 92.62
Current children cumulated vsize (KiB) 263980

[startup+51.1008 s]
/proc/loadavg: 4.37 5.96 7.16 5/348 31016
/proc/meminfo: memFree=23831680/32950928 swapFree=45937192/67111528
[pid=30994] ppid=30992 vsize=483912 CPUtime=194.74 cores=0,2,4,6
/proc/30994/stat : 30994 (claspmt) R 30992 30994 23744 0 -1 4202496 72978 0 0 0 19361 113 0 0 25 0 4 0 654832021 495525888 70323 33554432000 4194304 4964800 140734499202480 18446744073709551615 4332488 0 0 4096 18946 18446744073709551615 0 0 17 4 0 0 0
/proc/30994/statm: 120978 70324 460 189 0 115327 0
[pid=30994/tid=30996] ppid=30992 vsize=483912 CPUtime=47.51 cores=0,2,4,6
/proc/30994/task/30996/stat : 30996 (claspmt) R 30992 30994 23744 0 -1 4202560 16175 0 0 0 4719 32 0 0 25 0 4 0 654832323 495525888 70324 33554432000 4194304 4964800 140734499202480 18446744073709551615 254500735159 0 0 4096 18946 0 0 0 -1 6 0 0 0
[pid=30994/tid=30997] ppid=30992 vsize=483912 CPUtime=48.06 cores=0,2,4,6
/proc/30994/task/30997/stat : 30997 (claspmt) R 30992 30994 23744 0 -1 4202560 10120 0 0 0 4794 12 0 0 25 0 4 0 654832323 495525888 70324 33554432000 4194304 4964800 140734499202480 18446744073709551615 4670308 0 0 4096 18946 0 0 0 -1 2 0 0 0
[pid=30994/tid=30998] ppid=30992 vsize=483912 CPUtime=48.05 cores=0,2,4,6
/proc/30994/task/30998/stat : 30998 (claspmt) R 30992 30994 23744 0 -1 4202560 23990 0 0 0 4791 14 0 0 25 0 4 0 654832323 495525888 70324 33554432000 4194304 4964800 140734499202480 18446744073709551615 4321065 0 0 4096 18946 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 194.74
Current children cumulated vsize (KiB) 483912

[startup+102.314 s]
/proc/loadavg: 4.19 5.64 6.98 5/348 31017
/proc/meminfo: memFree=23704032/32950928 swapFree=45937192/67111528
[pid=30994] ppid=30992 vsize=555172 CPUtime=399.03 cores=0,2,4,6
/proc/30994/stat : 30994 (claspmt) R 30992 30994 23744 0 -1 4202496 103812 0 0 0 39723 180 0 0 25 0 4 0 654832021 568496128 101075 33554432000 4194304 4964800 140734499202480 18446744073709551615 4670308 0 0 4096 18946 18446744073709551615 0 0 17 4 0 0 0
/proc/30994/statm: 138793 101075 460 189 0 133142 0
[pid=30994/tid=30996] ppid=30992 vsize=555172 CPUtime=98.16 cores=0,2,4,6
/proc/30994/task/30996/stat : 30996 (claspmt) R 30992 30994 23744 0 -1 4202560 25008 0 0 0 9736 80 0 0 25 0 4 0 654832323 568496128 101075 33554432000 4194304 4964800 140734499202480 18446744073709551615 4654463 0 0 4096 18946 0 0 0 -1 6 0 0 0
[pid=30994/tid=30997] ppid=30992 vsize=555172 CPUtime=99.27 cores=0,2,4,6
/proc/30994/task/30997/stat : 30997 (claspmt) R 30992 30994 23744 0 -1 4202560 11693 0 0 0 9915 12 0 0 25 0 4 0 654832323 568496128 101075 33554432000 4194304 4964800 140734499202480 18446744073709551615 4668568 0 0 4096 18946 0 0 0 -1 2 0 0 0
[pid=30994/tid=30998] ppid=30992 vsize=555172 CPUtime=99.27 cores=0,2,4,6
/proc/30994/task/30998/stat : 30998 (claspmt) R 30992 30994 23744 0 -1 4202560 42883 0 0 0 9895 32 0 0 25 0 4 0 654832323 568496128 101075 33554432000 4194304 4964800 140734499202480 18446744073709551615 4321079 0 0 4096 18946 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 399.03
Current children cumulated vsize (KiB) 555172

[startup+162.301 s]
/proc/loadavg: 4.12 5.38 6.81 5/348 31019
/proc/meminfo: memFree=23641096/32950928 swapFree=45937192/67111528
[pid=30994] ppid=30992 vsize=563408 CPUtime=638.31 cores=0,2,4,6
/proc/30994/stat : 30994 (claspmt) R 30992 30994 23744 0 -1 4202496 119750 0 0 0 63600 231 0 0 25 0 4 0 654832021 576929792 116967 33554432000 4194304 4964800 140734499202480 18446744073709551615 4670308 0 0 4096 18946 18446744073709551615 0 0 17 4 0 0 0
/proc/30994/statm: 140852 116967 460 189 0 135201 0
[pid=30994/tid=30996] ppid=30992 vsize=563408 CPUtime=157.48 cores=0,2,4,6
/proc/30994/task/30996/stat : 30996 (claspmt) R 30992 30994 23744 0 -1 4202560 27003 0 0 0 15658 90 0 0 25 0 4 0 654832323 576929792 116967 33554432000 4194304 4964800 140734499202480 18446744073709551615 4321079 0 0 4096 18946 0 0 0 -1 6 0 0 0
[pid=30994/tid=30997] ppid=30992 vsize=563408 CPUtime=159.26 cores=0,2,4,6
/proc/30994/task/30997/stat : 30997 (claspmt) R 30992 30994 23744 0 -1 4202560 13427 0 0 0 15908 18 0 0 25 0 4 0 654832323 576929792 116967 33554432000 4194304 4964800 140734499202480 18446744073709551615 4670499 0 0 4096 18946 0 0 0 -1 2 0 0 0
[pid=30994/tid=30998] ppid=30992 vsize=563408 CPUtime=159.26 cores=0,2,4,6
/proc/30994/task/30998/stat : 30998 (claspmt) R 30992 30994 23744 0 -1 4202560 48632 0 0 0 15888 38 0 0 25 0 4 0 654832323 576929792 116967 33554432000 4194304 4964800 140734499202480 18446744073709551615 4342939 0 0 4096 18946 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 638.31
Current children cumulated vsize (KiB) 563408

[startup+222.301 s]
/proc/loadavg: 4.08 5.12 6.62 5/348 31021
/proc/meminfo: memFree=23540600/32950928 swapFree=45937192/67111528
[pid=30994] ppid=30992 vsize=708360 CPUtime=877.65 cores=0,2,4,6
/proc/30994/stat : 30994 (claspmt) R 30992 30994 23744 0 -1 4202496 144693 0 0 0 87450 315 0 0 25 0 4 0 654832021 725360640 141787 33554432000 4194304 4964800 140734499202480 18446744073709551615 4670308 0 0 4096 18946 18446744073709551615 0 0 17 4 0 0 0
/proc/30994/statm: 177090 141787 460 189 0 171439 0
[pid=30994/tid=30996] ppid=30992 vsize=708360 CPUtime=216.82 cores=0,2,4,6
/proc/30994/task/30996/stat : 30996 (claspmt) R 30992 30994 23744 0 -1 4202560 38347 0 0 0 21519 163 0 0 25 0 4 0 654832323 725360640 141787 33554432000 4194304 4964800 140734499202480 18446744073709551615 4320944 0 0 4096 18946 0 0 0 -1 6 0 0 0
[pid=30994/tid=30997] ppid=30992 vsize=708360 CPUtime=219.26 cores=0,2,4,6
/proc/30994/task/30997/stat : 30997 (claspmt) R 30992 30994 23744 0 -1 4202560 14554 0 0 0 21908 18 0 0 25 0 4 0 654832323 725360640 141787 33554432000 4194304 4964800 140734499202480 18446744073709551615 4321020 0 0 4096 18946 0 0 0 -1 2 0 0 0
[pid=30994/tid=30998] ppid=30992 vsize=708360 CPUtime=219.26 cores=0,2,4,6
/proc/30994/task/30998/stat : 30998 (claspmt) R 30992 30994 23744 0 -1 4202560 57749 0 0 0 21878 48 0 0 25 0 4 0 654832323 725360640 141787 33554432000 4194304 4964800 140734499202480 18446744073709551615 254500389498 0 0 4096 18946 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 877.65
Current children cumulated vsize (KiB) 708360

[startup+282.301 s]
/proc/loadavg: 4.07 4.94 6.47 5/348 31022
/proc/meminfo: memFree=23451608/32950928 swapFree=45937192/67111528
[pid=30994] ppid=30992 vsize=790016 CPUtime=1117 cores=0,2,4,6
/proc/30994/stat : 30994 (claspmt) R 30992 30994 23744 0 -1 4202496 167298 0 0 0 111351 349 0 0 25 0 4 0 654832021 808976384 164392 33554432000 4194304 4964800 140734499202480 18446744073709551615 4670308 0 0 4096 18946 18446744073709551615 0 0 17 4 0 0 0
/proc/30994/statm: 197504 164392 460 189 0 191853 0
[pid=30994/tid=30996] ppid=30992 vsize=790016 CPUtime=276.17 cores=0,2,4,6
/proc/30994/task/30996/stat : 30996 (claspmt) R 30992 30994 23744 0 -1 4202560 42664 0 0 0 27445 172 0 0 25 0 4 0 654832323 808976384 164392 33554432000 4194304 4964800 140734499202480 18446744073709551615 4342232 0 0 4096 18946 0 0 0 -1 6 0 0 0
[pid=30994/tid=30997] ppid=30992 vsize=790016 CPUtime=279.27 cores=0,2,4,6
/proc/30994/task/30997/stat : 30997 (claspmt) R 30992 30994 23744 0 -1 4202560 17297 0 0 0 27902 25 0 0 25 0 4 0 654832323 808976384 164392 33554432000 4194304 4964800 140734499202480 18446744073709551615 4670308 0 0 4096 18946 0 0 0 -1 2 0 0 0
[pid=30994/tid=30998] ppid=30992 vsize=790016 CPUtime=279.25 cores=0,2,4,6
/proc/30994/task/30998/stat : 30998 (claspmt) R 30992 30994 23744 0 -1 4202560 73195 0 0 0 27860 65 0 0 25 0 4 0 654832323 808976384 164392 33554432000 4194304 4964800 140734499202480 18446744073709551615 4627365 0 0 4096 18946 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 1117

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

Current children cumulated CPU time (s) 2553.02
Current children cumulated vsize (KiB) 1059164

[startup+702.301 s]
/proc/loadavg: 4.08 4.28 5.59 5/348 31033
/proc/meminfo: memFree=23243120/32950928 swapFree=45937192/67111528
[pid=30994] ppid=30992 vsize=1064284 CPUtime=2792.33 cores=0,2,4,6
/proc/30994/stat : 30994 (claspmt) R 30992 30994 23744 0 -1 4202496 219426 0 0 0 278724 509 0 0 25 0 4 0 654832021 1089826816 216048 33554432000 4194304 4964800 140734499202480 18446744073709551615 4320970 0 0 4096 18946 18446744073709551615 0 0 17 4 0 0 0
/proc/30994/statm: 266071 216048 460 189 0 260420 0
[pid=30994/tid=30996] ppid=30992 vsize=1064284 CPUtime=691.5 cores=0,2,4,6
/proc/30994/task/30996/stat : 30996 (claspmt) R 30992 30994 23744 0 -1 4202560 69371 0 0 0 68839 311 0 0 25 0 4 0 654832323 1089826816 216048 33554432000 4194304 4964800 140734499202480 18446744073709551615 4627204 0 0 4096 18946 0 0 0 -1 6 0 0 0
[pid=30994/tid=30997] ppid=30992 vsize=1064284 CPUtime=699.23 cores=0,2,4,6
/proc/30994/task/30997/stat : 30997 (claspmt) R 30992 30994 23744 0 -1 4202560 26463 0 0 0 69885 38 0 0 25 0 4 0 654832323 1089826816 216048 33554432000 4194304 4964800 140734499202480 18446744073709551615 4320909 0 0 4096 18946 0 0 0 -1 2 0 0 0
[pid=30994/tid=30998] ppid=30992 vsize=1064284 CPUtime=699.27 cores=0,2,4,6
/proc/30994/task/30998/stat : 30998 (claspmt) R 30992 30994 23744 0 -1 4202560 88405 0 0 0 69855 72 0 0 25 0 4 0 654832323 1089826816 216048 33554432000 4194304 4964800 140734499202480 18446744073709551615 4670308 0 0 4096 18946 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 2792.33
Current children cumulated vsize (KiB) 1064284

[startup+762.313 s]
/proc/loadavg: 4.08 4.24 5.48 5/348 31035
/proc/meminfo: memFree=23239952/32950928 swapFree=45937192/67111528
[pid=30994] ppid=30992 vsize=1066464 CPUtime=3031.72 cores=0,2,4,6
/proc/30994/stat : 30994 (claspmt) R 30992 30994 23744 0 -1 4202496 220193 0 0 0 302662 510 0 0 25 0 4 0 654832021 1092059136 216815 33554432000 4194304 4964800 140734499202480 18446744073709551615 4342174 0 0 4096 18946 18446744073709551615 0 0 17 4 0 0 0
/proc/30994/statm: 266616 216815 460 189 0 260965 0
[pid=30994/tid=30996] ppid=30992 vsize=1066464 CPUtime=750.86 cores=0,2,4,6
/proc/30994/task/30996/stat : 30996 (claspmt) R 30992 30994 23744 0 -1 4202560 69455 0 0 0 74775 311 0 0 25 0 4 0 654832323 1092059136 216815 33554432000 4194304 4964800 140734499202480 18446744073709551615 4670308 0 0 4096 18946 0 0 0 -1 6 0 0 0
[pid=30994/tid=30997] ppid=30992 vsize=1066464 CPUtime=759.25 cores=0,2,4,6
/proc/30994/task/30997/stat : 30997 (claspmt) R 30992 30994 23744 0 -1 4202560 26640 0 0 0 75887 38 0 0 25 0 4 0 654832323 1092059136 216815 33554432000 4194304 4964800 140734499202480 18446744073709551615 4670534 0 0 4096 18946 0 0 0 -1 2 0 0 0
[pid=30994/tid=30998] ppid=30992 vsize=1066464 CPUtime=759.28 cores=0,2,4,6
/proc/30994/task/30998/stat : 30998 (claspmt) R 30992 30994 23744 0 -1 4202560 88905 0 0 0 75856 72 0 0 25 0 4 0 654832323 1092059136 216815 33554432000 4194304 4964800 140734499202480 18446744073709551615 4670308 0 0 4096 18946 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 3031.72
Current children cumulated vsize (KiB) 1066464

[startup+822.3 s]
/proc/loadavg: 4.08 4.21 5.40 5/348 31037
/proc/meminfo: memFree=23201824/32950928 swapFree=45937192/67111528
[pid=30994] ppid=30992 vsize=1101092 CPUtime=3271.01 cores=0,2,4,6
/proc/30994/stat : 30994 (claspmt) R 30992 30994 23744 0 -1 4202496 229859 0 0 0 326588 513 0 0 25 0 4 0 654832021 1127518208 226481 33554432000 4194304 4964800 140734499202480 18446744073709551615 4670308 0 0 4096 18946 18446744073709551615 0 0 17 4 0 0 0
/proc/30994/statm: 275273 226481 460 189 0 269622 0
[pid=30994/tid=30996] ppid=30992 vsize=1101092 CPUtime=810.19 cores=0,2,4,6
/proc/30994/task/30996/stat : 30996 (claspmt) R 30992 30994 23744 0 -1 4202560 69845 0 0 0 80707 312 0 0 25 0 4 0 654832323 1127518208 226481 33554432000 4194304 4964800 140734499202480 18446744073709551615 4670308 0 0 4096 18946 0 0 0 -1 6 0 0 0
[pid=30994/tid=30997] ppid=30992 vsize=1101092 CPUtime=819.25 cores=0,2,4,6
/proc/30994/task/30997/stat : 30997 (claspmt) R 30992 30994 23744 0 -1 4202560 27590 0 0 0 81886 39 0 0 25 0 4 0 654832323 1127518208 226481 33554432000 4194304 4964800 140734499202480 18446744073709551615 4670371 0 0 4096 18946 0 0 0 -1 2 0 0 0
[pid=30994/tid=30998] ppid=30992 vsize=1101092 CPUtime=819.27 cores=0,2,4,6
/proc/30994/task/30998/stat : 30998 (claspmt) R 30992 30994 23744 0 -1 4202560 88909 0 0 0 81855 72 0 0 25 0 4 0 654832323 1127518208 226481 33554432000 4194304 4964800 140734499202480 18446744073709551615 4670313 0 0 4096 18946 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 3271.01
Current children cumulated vsize (KiB) 1101092

[startup+882.3 s]
/proc/loadavg: 4.11 4.20 5.31 5/348 31038
/proc/meminfo: memFree=23171376/32950928 swapFree=45937192/67111528
[pid=30994] ppid=30992 vsize=1101600 CPUtime=3510.37 cores=0,2,4,6
/proc/30994/stat : 30994 (claspmt) R 30992 30994 23744 0 -1 4202496 237429 0 0 0 350514 523 0 0 25 0 4 0 654832021 1128038400 234051 33554432000 4194304 4964800 140734499202480 18446744073709551615 4321102 0 0 4096 18946 18446744073709551615 0 0 17 4 0 0 0
/proc/30994/statm: 275400 234051 460 189 0 269749 0
[pid=30994/tid=30996] ppid=30992 vsize=1101600 CPUtime=869.54 cores=0,2,4,6
/proc/30994/task/30996/stat : 30996 (claspmt) R 30992 30994 23744 0 -1 4202560 69874 0 0 0 86642 312 0 0 25 0 4 0 654832323 1128038400 234051 33554432000 4194304 4964800 140734499202480 18446744073709551615 4670308 0 0 4096 18946 0 0 0 -1 6 0 0 0
[pid=30994/tid=30997] ppid=30992 vsize=1101600 CPUtime=879.25 cores=0,2,4,6
/proc/30994/task/30997/stat : 30997 (claspmt) R 30992 30994 23744 0 -1 4202560 28945 0 0 0 87886 39 0 0 25 0 4 0 654832323 1128038400 234051 33554432000 4194304 4964800 140734499202480 18446744073709551615 4670328 0 0 4096 18946 0 0 0 -1 2 0 0 0
[pid=30994/tid=30998] ppid=30992 vsize=1101600 CPUtime=879.27 cores=0,2,4,6
/proc/30994/task/30998/stat : 30998 (claspmt) R 30992 30994 23744 0 -1 4202560 95018 0 0 0 87846 81 0 0 25 0 4 0 654832323 1128038400 234051 33554432000 4194304 4964800 140734499202480 18446744073709551615 4320966 0 0 4096 18946 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 3510.37
Current children cumulated vsize (KiB) 1101600

[startup+942.3 s]
/proc/loadavg: 4.04 4.16 5.23 5/348 31040
/proc/meminfo: memFree=23145896/32950928 swapFree=45937192/67111528
[pid=30994] ppid=30992 vsize=1102240 CPUtime=3749.72 cores=0,2,4,6
/proc/30994/stat : 30994 (claspmt) R 30992 30994 23744 0 -1 4202496 243947 0 0 0 374426 546 0 0 25 0 4 0 654832021 1128693760 240569 33554432000 4194304 4964800 140734499202480 18446744073709551615 4320955 0 0 4096 18946 18446744073709551615 0 0 17 4 0 0 0
/proc/30994/statm: 275560 240569 460 189 0 269909 0
[pid=30994/tid=30996] ppid=30992 vsize=1102240 CPUtime=928.89 cores=0,2,4,6
/proc/30994/task/30996/stat : 30996 (claspmt) R 30992 30994 23744 0 -1 4202560 70524 0 0 0 92577 312 0 0 25 0 4 0 654832323 1128693760 240569 33554432000 4194304 4964800 140734499202480 18446744073709551615 4670308 0 0 4096 18946 0 0 0 -1 6 0 0 0
[pid=30994/tid=30997] ppid=30992 vsize=1102240 CPUtime=939.25 cores=0,2,4,6
/proc/30994/task/30997/stat : 30997 (claspmt) R 30992 30994 23744 0 -1 4202560 29974 0 0 0 93886 39 0 0 25 0 4 0 654832323 1128693760 240569 33554432000 4194304 4964800 140734499202480 18446744073709551615 4320909 0 0 4096 18946 0 0 0 -1 2 0 0 0
[pid=30994/tid=30998] ppid=30992 vsize=1102240 CPUtime=939.28 cores=0,2,4,6
/proc/30994/task/30998/stat : 30998 (claspmt) R 30992 30994 23744 0 -1 4202560 96852 0 0 0 93843 85 0 0 25 0 4 0 654832323 1128693760 240569 33554432000 4194304 4964800 140734499202480 18446744073709551615 4670308 0 0 4096 18946 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 3749.72
Current children cumulated vsize (KiB) 1102240

[startup+1002.3 s]
/proc/loadavg: 4.01 4.13 5.15 5/348 31041
/proc/meminfo: memFree=23126856/32950928 swapFree=45937192/67111528
[pid=30994] ppid=30992 vsize=1102240 CPUtime=3989.03 cores=0,2,4,6
/proc/30994/stat : 30994 (claspmt) R 30992 30994 23744 0 -1 4202496 248896 0 0 0 398326 577 0 0 25 0 4 0 654832021 1128693760 245308 33554432000 4194304 4964800 140734499202480 18446744073709551615 4670323 0 0 4096 18946 18446744073709551615 0 0 17 4 0 0 0
/proc/30994/statm: 275560 245308 460 189 0 269909 0
[pid=30994/tid=30996] ppid=30992 vsize=1102240 CPUtime=988.18 cores=0,2,4,6
/proc/30994/task/30996/stat : 30996 (claspmt) R 30992 30994 23744 0 -1 4202560 75236 0 0 0 98476 342 0 0 25 0 4 0 654832323 1128693760 245308 33554432000 4194304 4964800 140734499202480 18446744073709551615 4668592 0 0 4096 18946 0 0 0 -1 6 0 0 0
[pid=30994/tid=30997] ppid=30992 vsize=1102240 CPUtime=999.25 cores=0,2,4,6
/proc/30994/task/30997/stat : 30997 (claspmt) R 30992 30994 23744 0 -1 4202560 30155 0 0 0 99886 39 0 0 25 0 4 0 654832323 1128693760 245308 33554432000 4194304 4964800 140734499202480 18446744073709551615 4670308 0 0 4096 18946 0 0 0 -1 2 0 0 0
[pid=30994/tid=30998] ppid=30992 vsize=1102240 CPUtime=999.28 cores=0,2,4,6
/proc/30994/task/30998/stat : 30998 (claspmt) R 30992 30994 23744 0 -1 4202560 96901 0 0 0 99843 85 0 0 25 0 4 0 654832323 1128693760 245308 33554432000 4194304 4964800 140734499202480 18446744073709551615 4670308 0 0 4096 18946 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 3989.03
Current children cumulated vsize (KiB) 1102240

[startup+1062.3 s]
/proc/loadavg: 4.00 4.10 5.08 5/348 31043
/proc/meminfo: memFree=23066036/32950928 swapFree=45937192/67111528
[pid=30994] ppid=30992 vsize=1179800 CPUtime=4228.39 cores=0,2,4,6
/proc/30994/stat : 30994 (claspmt) R 30992 30994 23744 0 -1 4202496 264373 0 0 0 422189 650 0 0 25 0 4 0 654832021 1208115200 260785 33554432000 4194304 4964800 140734499202480 18446744073709551615 4670308 0 0 4096 18946 18446744073709551615 0 0 17 4 0 0 0
/proc/30994/statm: 294950 260785 460 189 0 289299 0
[pid=30994/tid=30996] ppid=30992 vsize=1179800 CPUtime=1047.53 cores=0,2,4,6
/proc/30994/task/30996/stat : 30996 (claspmt) R 30992 30994 23744 0 -1 4202560 87671 0 0 0 104340 413 0 0 25 0 4 0 654832323 1208115200 260785 33554432000 4194304 4964800 140734499202480 18446744073709551615 4627204 0 0 4096 18946 0 0 0 -1 6 0 0 0
[pid=30994/tid=30997] ppid=30992 vsize=1179800 CPUtime=1059.25 cores=0,2,4,6
/proc/30994/task/30997/stat : 30997 (claspmt) R 30992 30994 23744 0 -1 4202560 30353 0 0 0 105886 39 0 0 25 0 4 0 654832323 1208115200 260785 33554432000 4194304 4964800 140734499202480 18446744073709551615 4670340 0 0 4096 18946 0 0 0 -1 2 0 0 0
[pid=30994/tid=30998] ppid=30992 vsize=1179800 CPUtime=1059.28 cores=0,2,4,6
/proc/30994/task/30998/stat : 30998 (claspmt) R 30992 30994 23744 0 -1 4202560 99745 0 0 0 105842 86 0 0 25 0 4 0 654832323 1208115200 260785 33554432000 4194304 4964800 140734499202480 18446744073709551615 4670308 0 0 4096 18946 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 4228.39
Current children cumulated vsize (KiB) 1179800

[startup+1122.3 s]
/proc/loadavg: 4.04 4.09 5.01 5/348 31045
/proc/meminfo: memFree=22998148/32950928 swapFree=45937192/67111528
[pid=30994] ppid=30992 vsize=1276384 CPUtime=4467.73 cores=0,2,4,6
/proc/30994/stat : 30994 (claspmt) R 30992 30994 23744 0 -1 4202496 281119 0 0 0 446079 694 0 0 25 0 4 0 654832021 1307017216 277501 33554432000 4194304 4964800 140734499202480 18446744073709551615 4632515 0 0 4096 18946 18446744073709551615 0 0 17 4 0 0 0
/proc/30994/statm: 319096 277501 460 189 0 313445 0
[pid=30994/tid=30996] ppid=30992 vsize=1276384 CPUtime=1106.88 cores=0,2,4,6
/proc/30994/task/30996/stat : 30996 (claspmt) R 30992 30994 23744 0 -1 4202560 95439 0 0 0 110234 454 0 0 25 0 4 0 654832323 1307017216 277501 33554432000 4194304 4964800 140734499202480 18446744073709551615 4320944 0 0 4096 18946 0 0 0 -1 6 0 0 0
[pid=30994/tid=30997] ppid=30992 vsize=1276384 CPUtime=1119.25 cores=0,2,4,6
/proc/30994/task/30997/stat : 30997 (claspmt) R 30992 30994 23744 0 -1 4202560 31893 0 0 0 111886 39 0 0 25 0 4 0 654832323 1307017216 277501 33554432000 4194304 4964800 140734499202480 18446744073709551615 4670308 0 0 4096 18946 0 0 0 -1 2 0 0 0
[pid=30994/tid=30998] ppid=30992 vsize=1276384 CPUtime=1119.28 cores=0,2,4,6
/proc/30994/task/30998/stat : 30998 (claspmt) R 30992 30994 23744 0 -1 4202560 107183 0 0 0 111838 90 0 0 25 0 4 0 654832323 1307017216 277501 33554432000 4194304 4964800 140734499202480 18446744073709551615 4670308 0 0 4096 18946 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 4467.73
Current children cumulated vsize (KiB) 1276384

[startup+1182.3 s]
/proc/loadavg: 4.05 4.09 4.95 5/348 31046
/proc/meminfo: memFree=22975144/32950928 swapFree=45937192/67111528
[pid=30994] ppid=30992 vsize=1278192 CPUtime=4707.09 cores=0,2,4,6
/proc/30994/stat : 30994 (claspmt) R 30992 30994 23744 0 -1 4202496 286814 0 0 0 469997 712 0 0 25 0 4 0 654832021 1308868608 283196 33554432000 4194304 4964800 140734499202480 18446744073709551615 4359851 0 0 4096 18946 18446744073709551615 0 0 17 4 0 0 0
/proc/30994/statm: 319548 283196 460 189 0 313897 0
[pid=30994/tid=30996] ppid=30992 vsize=1278192 CPUtime=1166.23 cores=0,2,4,6
/proc/30994/task/30996/stat : 30996 (claspmt) R 30992 30994 23744 0 -1 4202560 99467 0 0 0 116153 470 0 0 25 0 4 0 654832323 1308868608 283196 33554432000 4194304 4964800 140734499202480 18446744073709551615 4670308 0 0 4096 18946 0 0 0 -1 6 0 0 0
[pid=30994/tid=30997] ppid=30992 vsize=1278192 CPUtime=1179.26 cores=0,2,4,6
/proc/30994/task/30997/stat : 30997 (claspmt) R 30992 30994 23744 0 -1 4202560 32976 0 0 0 117886 40 0 0 25 0 4 0 654832323 1308868608 283196 33554432000 4194304 4964800 140734499202480 18446744073709551615 4670308 0 0 4096 18946 0 0 0 -1 2 0 0 0
[pid=30994/tid=30998] ppid=30992 vsize=1278192 CPUtime=1179.27 cores=0,2,4,6
/proc/30994/task/30998/stat : 30998 (claspmt) R 30992 30994 23744 0 -1 4202560 107626 0 0 0 117837 90 0 0 25 0 4 0 654832323 1308868608 283196 33554432000 4194304 4964800 140734499202480 18446744073709551615 4670308 0 0 4096 18946 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 4707.09
Current children cumulated vsize (KiB) 1278192



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1205.61 s]
/proc/loadavg: 4.09 4.10 4.93 5/348 31047
/proc/meminfo: memFree=22962228/32950928 swapFree=45937192/67111528
[pid=30994] ppid=30992 vsize=1279380 CPUtime=4800.11 cores=0,2,4,6
/proc/30994/stat : 30994 (claspmt) R 30992 30994 23744 0 -1 4202496 289901 0 0 0 479284 727 0 0 25 0 4 0 654832021 1310085120 286283 33554432000 4194304 4964800 140734499202480 18446744073709551615 4670308 0 0 4096 18946 18446744073709551615 0 0 17 4 0 0 0
/proc/30994/statm: 319845 286283 460 189 0 314194 0
[pid=30994/tid=30996] ppid=30992 vsize=1279380 CPUtime=1189.28 cores=0,2,4,6
/proc/30994/task/30996/stat : 30996 (claspmt) R 30992 30994 23744 0 -1 4202560 101659 0 0 0 118443 485 0 0 25 0 4 0 654832323 1310085120 286283 33554432000 4194304 4964800 140734499202480 18446744073709551615 4670308 0 0 4096 18946 0 0 0 -1 6 0 0 0
[pid=30994/tid=30997] ppid=30992 vsize=1279380 CPUtime=1202.59 cores=0,2,4,6
/proc/30994/task/30997/stat : 30997 (claspmt) R 30992 30994 23744 0 -1 4202560 33587 0 0 0 120219 40 0 0 25 0 4 0 654832323 1310085120 286283 33554432000 4194304 4964800 140734499202480 18446744073709551615 4670308 0 0 4096 18946 0 0 0 -1 2 0 0 0
[pid=30994/tid=30998] ppid=30992 vsize=1279380 CPUtime=1202.61 cores=0,2,4,6
/proc/30994/task/30998/stat : 30998 (claspmt) R 30992 30994 23744 0 -1 4202560 107910 0 0 0 120170 91 0 0 25 0 4 0 654832323 1310085120 286283 33554432000 4194304 4964800 140734499202480 18446744073709551615 4670308 0 0 4096 18946 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 4800.11
Current children cumulated vsize (KiB) 1279380

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

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

[startup+1205.8 s]
/proc/loadavg: 4.09 4.10 4.93 5/348 31047
/proc/meminfo: memFree=22962228/32950928 swapFree=45937192/67111528
[pid=30994] ppid=30992 vsize=446616 CPUtime=4800.32 cores=0,2,4,6
/proc/30994/stat : 30994 (claspmt) R 30992 30994 23744 0 -1 4202496 289913 0 0 0 479301 731 0 0 25 0 1 0 654832021 457334784 84894 33554432000 4194304 4964800 140734499202480 18446744073709551615 254500735335 0 0 4096 18946 0 0 0 17 4 0 0 0
/proc/30994/statm: 111654 84382 471 189 0 106003 0
Current children cumulated CPU time (s) 4800.32
Current children cumulated vsize (KiB) 446616

Child status: 0
Real time (s): 1205.82
CPU time (s): 4800.34
CPU user time (s): 4793.01
CPU system time (s): 7.32788
CPU usage (%): 398.098
Max. virtual memory (cumulated for all children) (KiB): 1279380

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 4793.01
system time used= 7.32789
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 289914
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= 5397
involuntary context switches= 20653

runsolver used 4.29935 second user time and 8.87565 second system time

The end

Launcher Data

Begin job on node149 at 2011-05-15 06:05:53
IDJOB=3373004
IDBENCH=88211
IDSOLVER=1853
FILE ID=node149/3373004-1305432353
RUNJOBID= node149-1305432353-30971
PBS_JOBID= 13324600
Free space on /tmp= 73616 MiB

SOLVER NAME= claspmt 2.0-R4095-patched (fixed)
BENCH NAME= SAT11/crafted/anton/SRHD-SGI/srhd-sgi-m47-q742.5-n45-p30-s17570390.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-3373004-1305432353/watcher-3373004-1305432353 -o /tmp/evaluation-result-3373004-1305432353/solver-3373004-1305432353 -C 4800 -W 1300 -M 15500  HOME/claspmt -t4 -p HOME/sat11-port.txt --distribute=all,2 HOME/instance-3373004-1305432353.cnf

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

MD5SUM BENCH= ba3b1702a651cd8da3e6cada8f2e97bc
RANDOM SEED=233991181

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

processor	: 4
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.806
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.82
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.806
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.806
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.806
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:      24103588 kB
Buffers:        316612 kB
Cached:        3895652 kB
SwapCached:      19984 kB
Active:        6334052 kB
Inactive:      2220356 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32950928 kB
LowFree:      24103588 kB
SwapTotal:    67111528 kB
SwapFree:     45937192 kB
Dirty:            7020 kB
Writeback:           0 kB
AnonPages:     4333668 kB
Mapped:          14376 kB
Slab:           156860 kB
PageTables:      71976 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83586992 kB
Committed_AS: 80226648 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= 73616 MiB
End job on node149 at 2011-05-15 06:26:01