Trace number 3381391

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) 40000.7 5010.58

General information on the benchmark

Namecrafted/anton/SRHD-SGI/
srhd-sgi-m32-q369.75-n30-p30-s25693430.cnf
MD5SUM08b4f1e095a7a4b98cb40c2c00e78d45
Bench CategoryCRAFTED (crafted instances)
Best result obtained on this benchmarkSAT
Best CPU time to get the best result obtained on this benchmark0.153975
Satisfiable
(Un)Satisfiability was proved
Number of variables952
Number of clauses84809
Sum of the clauses size170510
Maximum clause length32
Minimum clause length2
Number of clauses of size 10
Number of clauses of size 284779
Number of clauses of size 30
Number of clauses of size 40
Number of clauses of size 50
Number of clauses of size over 530

Solver Data

0.00/0.00	c clasp version 2.0.0-RC2
0.00/0.00	c Reading from ...514795/instance-3381391-1305514795.cnf
0.19/0.27	c Solving...
40000.24/5010.22	
40000.24/5010.22	*** INTERRUPTED! ***
40000.24/5010.22	*** Shutting down threads...
40000.58/5010.57	s UNKNOWN
40000.58/5010.57	
40000.58/5010.57	c INTERRUPTED   : 1
40000.58/5010.57	c Models        : 0+    
40000.58/5010.57	c Time          : 5010.223s (Solving: 5009.95s 1st Model: 0.00s Unsat: 0.00s)
40000.58/5010.57	c CPU Time      : 40000.290s

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-3381391-1305514795/watcher-3381391-1305514795 -o /tmp/evaluation-result-3381391-1305514795/solver-3381391-1305514795 -C 40000 -W 5100 -M 31000 HOME/claspmt -t8 -p HOME/sat11-port.txt --distribute=all,2 HOME/instance-3381391-1305514795.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: 7.50 8.03 8.07 2/447 21838
/proc/meminfo: memFree=24969744/32951124 swapFree=53501244/67111528
[pid=21838] ppid=21836 vsize=23712 CPUtime=0.01 cores=0-7
/proc/21838/stat : 21838 (claspmt) R 21836 21838 21812 0 -1 4202496 1468 0 0 0 1 0 0 0 22 0 1 0 663082110 24281088 1099 33554432000 4194304 4964800 140734765481456 18446744073709551615 216634176197 0 0 4096 18946 0 0 0 17 2 0 0 0
/proc/21838/statm: 5928 1101 386 189 0 802 0

[startup+0.062403 s]
/proc/loadavg: 7.50 8.03 8.07 2/447 21838
/proc/meminfo: memFree=24969744/32951124 swapFree=53501244/67111528
[pid=21838] ppid=21836 vsize=26212 CPUtime=0.05 cores=0-7
/proc/21838/stat : 21838 (claspmt) R 21836 21838 21812 0 -1 4202496 2144 0 0 0 5 0 0 0 22 0 1 0 663082110 26841088 1767 33554432000 4194304 4964800 140734765481456 18446744073709551615 4607472 0 0 4096 18946 0 0 0 17 2 0 0 0
/proc/21838/statm: 6553 1767 399 189 0 1427 0
Current children cumulated CPU time (s) 0.05
Current children cumulated vsize (KiB) 26212

[startup+0.100375 s]
/proc/loadavg: 7.50 8.03 8.07 2/447 21838
/proc/meminfo: memFree=24969744/32951124 swapFree=53501244/67111528
[pid=21838] ppid=21836 vsize=26212 CPUtime=0.09 cores=0-7
/proc/21838/stat : 21838 (claspmt) R 21836 21838 21812 0 -1 4202496 2144 0 0 0 9 0 0 0 22 0 1 0 663082110 26841088 1767 33554432000 4194304 4964800 140734765481456 18446744073709551615 4607479 0 0 4096 18946 0 0 0 17 2 0 0 0
/proc/21838/statm: 6553 1767 399 189 0 1427 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 26212

[startup+0.300336 s]
/proc/loadavg: 7.50 8.03 8.07 2/447 21838
/proc/meminfo: memFree=24969744/32951124 swapFree=53501244/67111528
[pid=21838] ppid=21836 vsize=254760 CPUtime=0.29 cores=0-7
/proc/21838/stat : 21838 (claspmt) S 21836 21838 21812 0 -1 4202496 2752 0 0 0 29 0 0 0 24 0 8 0 663082110 260874240 2193 33554432000 4194304 4964800 140734765481456 18446744073709551615 216646331289 0 0 4096 18946 18446744073709551615 0 0 17 4 0 0 0
/proc/21838/statm: 63690 2193 435 189 0 58039 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 254760

[startup+0.700228 s]
/proc/loadavg: 7.50 8.03 8.07 2/447 21838
/proc/meminfo: memFree=24969744/32951124 swapFree=53501244/67111528
[pid=21838] ppid=21836 vsize=390092 CPUtime=3.28 cores=0-7
/proc/21838/stat : 21838 (claspmt) R 21836 21838 21812 0 -1 4202496 10444 0 0 0 323 5 0 0 18 0 8 0 663082110 399454208 9885 33554432000 4194304 4964800 140734765481456 18446744073709551615 4668998 0 0 4096 18946 18446744073709551615 0 0 17 4 0 0 0
/proc/21838/statm: 97523 9886 464 189 0 91872 0
Current children cumulated CPU time (s) 3.28
Current children cumulated vsize (KiB) 390092

[startup+1.50109 s]
/proc/loadavg: 7.50 8.03 8.07 9/455 21846
/proc/meminfo: memFree=24919352/32951124 swapFree=53501244/67111528
[pid=21838] ppid=21836 vsize=461224 CPUtime=9.66 cores=0-7
/proc/21838/stat : 21838 (claspmt) R 21836 21838 21812 0 -1 4202496 19175 0 0 0 958 8 0 0 19 0 8 0 663082110 472293376 18616 33554432000 4194304 4964800 140734765481456 18446744073709551615 216634176545 0 0 4096 18946 18446744073709551615 0 0 17 4 0 0 0
/proc/21838/statm: 115306 18616 464 189 0 109655 0
[pid=21838/tid=21840] ppid=21836 vsize=461224 CPUtime=1.14 cores=0-7
/proc/21838/task/21840/stat : 21840 (claspmt) R 21836 21838 21812 0 -1 4202560 1893 0 0 0 114 0 0 0 19 0 8 0 663082137 472293376 18616 33554432000 4194304 4964800 140734765481456 18446744073709551615 4627810 0 0 4096 18946 0 0 0 -1 7 0 0 0
[pid=21838/tid=21841] ppid=21836 vsize=461224 CPUtime=1.11 cores=0-7
/proc/21838/task/21841/stat : 21841 (claspmt) R 21836 21838 21812 0 -1 4202560 1753 0 0 0 111 0 0 0 19 0 8 0 663082137 472293376 18616 33554432000 4194304 4964800 140734765481456 18446744073709551615 4379129 0 0 4096 18946 0 0 0 -1 5 0 0 0
[pid=21838/tid=21842] ppid=21836 vsize=461224 CPUtime=1.17 cores=0-7
/proc/21838/task/21842/stat : 21842 (claspmt) R 21836 21838 21812 0 -1 4202560 1834 0 0 0 117 0 0 0 19 0 8 0 663082137 472293376 18616 33554432000 4194304 4964800 140734765481456 18446744073709551615 4670308 0 0 4096 18946 0 0 0 -1 0 0 0 0
[pid=21838/tid=21843] ppid=21836 vsize=461224 CPUtime=1.16 cores=0-7
/proc/21838/task/21843/stat : 21843 (claspmt) R 21836 21838 21812 0 -1 4202560 2639 0 0 0 116 0 0 0 19 0 8 0 663082137 472293376 18616 33554432000 4194304 4964800 140734765481456 18446744073709551615 4320909 0 0 4096 18946 0 0 0 -1 6 0 0 0
[pid=21838/tid=21844] ppid=21836 vsize=461224 CPUtime=1.21 cores=0-7
/proc/21838/task/21844/stat : 21844 (claspmt) R 21836 21838 21812 0 -1 4202560 1604 0 0 0 121 0 0 0 25 0 8 0 663082137 472293376 18616 33554432000 4194304 4964800 140734765481456 18446744073709551615 4320951 0 0 4096 18946 0 0 0 -1 2 0 0 0
[pid=21838/tid=21845] ppid=21836 vsize=461224 CPUtime=1.17 cores=0-7
/proc/21838/task/21845/stat : 21845 (claspmt) R 21836 21838 21812 0 -1 4202560 2258 0 0 0 116 1 0 0 19 0 8 0 663082137 472293376 18616 33554432000 4194304 4964800 140734765481456 18446744073709551615 216634558647 0 0 4096 18946 0 0 0 -1 1 0 0 0
[pid=21838/tid=21846] ppid=21836 vsize=461224 CPUtime=1.16 cores=0-7
/proc/21838/task/21846/stat : 21846 (claspmt) R 21836 21838 21812 0 -1 4202560 2755 0 0 0 116 0 0 0 19 0 8 0 663082137 472293376 18616 33554432000 4194304 4964800 140734765481456 18446744073709551615 4670308 0 0 4096 18946 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 9.66
Current children cumulated vsize (KiB) 461224

[startup+3.10081 s]
/proc/loadavg: 7.50 8.03 8.07 9/455 21846
/proc/meminfo: memFree=24875456/32951124 swapFree=53501244/67111528
[pid=21838] ppid=21836 vsize=467156 CPUtime=22.43 cores=0-7
/proc/21838/stat : 21838 (claspmt) R 21836 21838 21812 0 -1 4202496 31602 0 0 0 2229 14 0 0 23 0 8 0 663082110 478367744 31043 33554432000 4194304 4964800 140734765481456 18446744073709551615 4332095 0 0 4096 18946 18446744073709551615 0 0 17 4 0 0 0
/proc/21838/statm: 116789 31043 466 189 0 111138 0
[pid=21838/tid=21840] ppid=21836 vsize=467156 CPUtime=2.73 cores=0-7
/proc/21838/task/21840/stat : 21840 (claspmt) R 21836 21838 21812 0 -1 4202560 3256 0 0 0 272 1 0 0 22 0 8 0 663082137 478367744 31043 33554432000 4194304 4964800 140734765481456 18446744073709551615 4332351 0 0 4096 18946 0 0 0 -1 7 0 0 0
[pid=21838/tid=21841] ppid=21836 vsize=467156 CPUtime=2.7 cores=0-7
/proc/21838/task/21841/stat : 21841 (claspmt) R 21836 21838 21812 0 -1 4202560 2869 0 0 0 270 0 0 0 22 0 8 0 663082137 478367744 31043 33554432000 4194304 4964800 140734765481456 18446744073709551615 4670313 0 0 4096 18946 0 0 0 -1 5 0 0 0
[pid=21838/tid=21842] ppid=21836 vsize=467156 CPUtime=2.77 cores=0-7
/proc/21838/task/21842/stat : 21842 (claspmt) R 21836 21838 21812 0 -1 4202560 3540 0 0 0 276 1 0 0 23 0 8 0 663082137 478367744 31043 33554432000 4194304 4964800 140734765481456 18446744073709551615 4670330 0 0 4096 18946 0 0 0 -1 0 0 0 0
[pid=21838/tid=21843] ppid=21836 vsize=467156 CPUtime=2.76 cores=0-7
/proc/21838/task/21843/stat : 21843 (claspmt) R 21836 21838 21812 0 -1 4202560 4290 0 0 0 275 1 0 0 18 0 8 0 663082137 478367744 31043 33554432000 4194304 4964800 140734765481456 18446744073709551615 4670346 0 0 4096 18946 0 0 0 -1 6 0 0 0
[pid=21838/tid=21844] ppid=21836 vsize=467156 CPUtime=2.8 cores=0-7
/proc/21838/task/21844/stat : 21844 (claspmt) R 21836 21838 21812 0 -1 4202560 3110 0 0 0 280 0 0 0 25 0 8 0 663082137 478367744 31043 33554432000 4194304 4964800 140734765481456 18446744073709551615 4670308 0 0 4096 18946 0 0 0 -1 2 0 0 0
[pid=21838/tid=21845] ppid=21836 vsize=467156 CPUtime=2.77 cores=0-7
/proc/21838/task/21845/stat : 21845 (claspmt) R 21836 21838 21812 0 -1 4202560 3429 0 0 0 275 2 0 0 22 0 8 0 663082137 478367744 31043 33554432000 4194304 4964800 140734765481456 18446744073709551615 4670308 0 0 4096 18946 0 0 0 -1 1 0 0 0
[pid=21838/tid=21846] ppid=21836 vsize=467156 CPUtime=2.76 cores=0-7
/proc/21838/task/21846/stat : 21846 (claspmt) R 21836 21838 21812 0 -1 4202560 4637 0 0 0 275 1 0 0 22 0 8 0 663082137 478367744 31043 33554432000 4194304 4964800 140734765481456 18446744073709551615 4365924 0 0 4096 18946 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 22.43
Current children cumulated vsize (KiB) 467156

[startup+6.30125 s]
/proc/loadavg: 7.54 8.03 8.07 9/455 21846
/proc/meminfo: memFree=24816208/32951124 swapFree=53501244/67111528
[pid=21838] ppid=21836 vsize=471528 CPUtime=47.97 cores=0-7
/proc/21838/stat : 21838 (claspmt) R 21836 21838 21812 0 -1 4202496 43340 0 0 0 4777 20 0 0 25 0 8 0 663082110 482844672 42781 33554432000 4194304 4964800 140734765481456 18446744073709551615 4320947 0 0 4096 18946 18446744073709551615 0 0 17 4 0 0 0
/proc/21838/statm: 117882 42781 466 189 0 112231 0
[pid=21838/tid=21840] ppid=21836 vsize=471528 CPUtime=5.88 cores=0-7
/proc/21838/task/21840/stat : 21840 (claspmt) R 21836 21838 21812 0 -1 4202560 4611 0 0 0 586 2 0 0 25 0 8 0 663082137 482844672 42781 33554432000 4194304 4964800 140734765481456 18446744073709551615 4361745 0 0 4096 18946 0 0 0 -1 7 0 0 0
[pid=21838/tid=21841] ppid=21836 vsize=471528 CPUtime=5.91 cores=0-7
/proc/21838/task/21841/stat : 21841 (claspmt) R 21836 21838 21812 0 -1 4202560 3631 0 0 0 590 1 0 0 25 0 8 0 663082137 482844672 42781 33554432000 4194304 4964800 140734765481456 18446744073709551615 4321102 0 0 4096 18946 0 0 0 -1 5 0 0 0
[pid=21838/tid=21842] ppid=21836 vsize=471528 CPUtime=5.97 cores=0-7
/proc/21838/task/21842/stat : 21842 (claspmt) R 21836 21838 21812 0 -1 4202560 5075 0 0 0 595 2 0 0 25 0 8 0 663082137 482844672 42781 33554432000 4194304 4964800 140734765481456 18446744073709551615 4320955 0 0 4096 18946 0 0 0 -1 0 0 0 0
[pid=21838/tid=21843] ppid=21836 vsize=471528 CPUtime=5.96 cores=0-7
/proc/21838/task/21843/stat : 21843 (claspmt) R 21836 21838 21812 0 -1 4202560 5435 0 0 0 595 1 0 0 25 0 8 0 663082137 482844672 42781 33554432000 4194304 4964800 140734765481456 18446744073709551615 4627170 0 0 4096 18946 0 0 0 -1 6 0 0 0
[pid=21838/tid=21844] ppid=21836 vsize=471528 CPUtime=6.01 cores=0-7
/proc/21838/task/21844/stat : 21844 (claspmt) R 21836 21838 21812 0 -1 4202560 4508 0 0 0 600 1 0 0 25 0 8 0 663082137 482844672 42781 33554432000 4194304 4964800 140734765481456 18446744073709551615 4670340 0 0 4096 18946 0 0 0 -1 2 0 0 0
[pid=21838/tid=21845] ppid=21836 vsize=471528 CPUtime=5.97 cores=0-7
/proc/21838/task/21845/stat : 21845 (claspmt) R 21836 21838 21812 0 -1 4202560 4720 0 0 0 594 3 0 0 25 0 8 0 663082137 482844672 42781 33554432000 4194304 4964800 140734765481456 18446744073709551615 4670308 0 0 4096 18946 0 0 0 -1 1 0 0 0
[pid=21838/tid=21846] ppid=21836 vsize=471528 CPUtime=5.97 cores=0-7
/proc/21838/task/21846/stat : 21846 (claspmt) R 21836 21838 21812 0 -1 4202560 6703 0 0 0 594 3 0 0 20 0 8 0 663082137 482844672 42781 33554432000 4194304 4964800 140734765481456 18446744073709551615 4321079 0 0 4096 18946 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 47.97
Current children cumulated vsize (KiB) 471528

[startup+12.7011 s]
/proc/loadavg: 7.57 8.03 8.07 8/455 21846
/proc/meminfo: memFree=24757192/32951124 swapFree=53501244/67111528
[pid=21838] ppid=21836 vsize=476400 CPUtime=99.06 cores=0-7
/proc/21838/stat : 21838 (claspmt) R 21836 21838 21812 0 -1 4202496 54549 0 0 0 9879 27 0 0 25 0 8 0 663082110 487833600 53990 33554432000 4194304 4964800 140734765481456 18446744073709551615 4320905 0 0 4096 18946 18446744073709551615 0 0 17 4 0 0 0
/proc/21838/statm: 119100 53990 466 189 0 113449 0
[pid=21838/tid=21840] ppid=21836 vsize=476400 CPUtime=12.18 cores=0-7
/proc/21838/task/21840/stat : 21840 (claspmt) R 21836 21838 21812 0 -1 4202560 5861 0 0 0 1215 3 0 0 20 0 8 0 663082137 487833600 53990 33554432000 4194304 4964800 140734765481456 18446744073709551615 4320963 0 0 4096 18946 0 0 0 -1 7 0 0 0
[pid=21838/tid=21841] ppid=21836 vsize=476400 CPUtime=12.31 cores=0-7
/proc/21838/task/21841/stat : 21841 (claspmt) R 21836 21838 21812 0 -1 4202560 4522 0 0 0 1230 1 0 0 25 0 8 0 663082137 487833600 53990 33554432000 4194304 4964800 140734765481456 18446744073709551615 4670308 0 0 4096 18946 0 0 0 -1 5 0 0 0
[pid=21838/tid=21842] ppid=21836 vsize=476400 CPUtime=12.36 cores=0-7
/proc/21838/task/21842/stat : 21842 (claspmt) R 21836 21838 21812 0 -1 4202560 5859 0 0 0 1234 2 0 0 25 0 8 0 663082137 487833600 53990 33554432000 4194304 4964800 140734765481456 18446744073709551615 4670496 0 0 4096 18946 0 0 0 -1 0 0 0 0
[pid=21838/tid=21843] ppid=21836 vsize=476400 CPUtime=12.36 cores=0-7
/proc/21838/task/21843/stat : 21843 (claspmt) R 21836 21838 21812 0 -1 4202560 6720 0 0 0 1234 2 0 0 25 0 8 0 663082137 487833600 53990 33554432000 4194304 4964800 140734765481456 18446744073709551615 4320909 0 0 4096 18946 0 0 0 -1 6 0 0 0
[pid=21838/tid=21844] ppid=21836 vsize=476400 CPUtime=12.41 cores=0-7
/proc/21838/task/21844/stat : 21844 (claspmt) R 21836 21838 21812 0 -1 4202560 5992 0 0 0 1239 2 0 0 25 0 8 0 663082137 487833600 53990 33554432000 4194304 4964800 140734765481456 18446744073709551615 4320919 0 0 4096 18946 0 0 0 -1 2 0 0 0
[pid=21838/tid=21845] ppid=21836 vsize=476400 CPUtime=12.36 cores=0-7
/proc/21838/task/21845/stat : 21845 (claspmt) R 21836 21838 21812 0 -1 4202560 6116 0 0 0 1233 3 0 0 25 0 8 0 663082137 487833600 53990 33554432000 4194304 4964800 140734765481456 18446744073709551615 216634620447 0 0 4096 18946 0 0 0 -1 1 0 0 0
[pid=21838/tid=21846] ppid=21836 vsize=476400 CPUtime=12.37 cores=0-7
/proc/21838/task/21846/stat : 21846 (claspmt) R 21836 21838 21812 0 -1 4202560 9433 0 0 0 1232 5 0 0 25 0 8 0 663082137 487833600 53990 33554432000 4194304 4964800 140734765481456 18446744073709551615 4320993 0 0 4096 18946 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 99.06
Current children cumulated vsize (KiB) 476400

[startup+25.5009 s]
/proc/loadavg: 7.67 8.03 8.07 9/455 21847
/proc/meminfo: memFree=24700096/32951124 swapFree=53501244/67111528
[pid=21838] ppid=21836 vsize=490288 CPUtime=201.25 cores=0-7
/proc/21838/stat : 21838 (claspmt) R 21836 21838 21812 0 -1 4202496 69296 0 0 0 20088 37 0 0 25 0 8 0 663082110 502054912 68737 33554432000 4194304 4964800 140734765481456 18446744073709551615 4670308 0 0 4096 18946 18446744073709551615 0 0 17 4 0 0 0
/proc/21838/statm: 122572 68737 466 189 0 116921 0
[pid=21838/tid=21840] ppid=21836 vsize=490288 CPUtime=24.8 cores=0-7
/proc/21838/task/21840/stat : 21840 (claspmt) R 21836 21838 21812 0 -1 4202560 7325 0 0 0 2477 3 0 0 25 0 8 0 663082137 502054912 68737 33554432000 4194304 4964800 140734765481456 18446744073709551615 4668576 0 0 4096 18946 0 0 0 -1 3 0 0 0
[pid=21838/tid=21841] ppid=21836 vsize=490288 CPUtime=25.11 cores=0-7
/proc/21838/task/21841/stat : 21841 (claspmt) R 21836 21838 21812 0 -1 4202560 5737 0 0 0 2509 2 0 0 25 0 8 0 663082137 502054912 68737 33554432000 4194304 4964800 140734765481456 18446744073709551615 4321102 0 0 4096 18946 0 0 0 -1 5 0 0 0
[pid=21838/tid=21842] ppid=21836 vsize=490288 CPUtime=25.16 cores=0-7
/proc/21838/task/21842/stat : 21842 (claspmt) R 21836 21838 21812 0 -1 4202560 6667 0 0 0 2513 3 0 0 25 0 8 0 663082137 502054912 68737 33554432000 4194304 4964800 140734765481456 18446744073709551615 4321079 0 0 4096 18946 0 0 0 -1 0 0 0 0
[pid=21838/tid=21843] ppid=21836 vsize=490288 CPUtime=25.16 cores=0-7
/proc/21838/task/21843/stat : 21843 (claspmt) R 21836 21838 21812 0 -1 4202560 10190 0 0 0 2512 4 0 0 25 0 8 0 663082137 502054912 68737 33554432000 4194304 4964800 140734765481456 18446744073709551615 4670308 0 0 4096 18946 0 0 0 -1 6 0 0 0
[pid=21838/tid=21844] ppid=21836 vsize=490288 CPUtime=25.21 cores=0-7
/proc/21838/task/21844/stat : 21844 (claspmt) R 21836 21838 21812 0 -1 4202560 7641 0 0 0 2518 3 0 0 25 0 8 0 663082137 502054912 68737 33554432000 4194304 4964800 140734765481456 18446744073709551615 4670308 0 0 4096 18946 0 0 0 -1 2 0 0 0
[pid=21838/tid=21845] ppid=21836 vsize=490288 CPUtime=25.16 cores=0-7
/proc/21838/task/21845/stat : 21845 (claspmt) R 21836 21838 21812 0 -1 4202560 8865 0 0 0 2509 7 0 0 25 0 8 0 663082137 502054912 68737 33554432000 4194304 4964800 140734765481456 18446744073709551615 4343846 0 0 4096 18946 0 0 0 -1 1 0 0 0
[pid=21838/tid=21846] ppid=21836 vsize=490288 CPUtime=25.13 cores=0-7
/proc/21838/task/21846/stat : 21846 (claspmt) R 21836 21838 21812 0 -1 4202560 11528 0 0 0 2507 6 0 0 25 0 8 0 663082137 502054912 68737 33554432000 4194304 4964800 140734765481456 18446744073709551615 4670308 0 0 4096 18946 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 201.25
Current children cumulated vsize (KiB) 490288

[startup+51.1004 s]
/proc/loadavg: 7.78 8.03 8.07 9/455 21847
/proc/meminfo: memFree=24630484/32951124 swapFree=53501244/67111528
[pid=21838] ppid=21836 vsize=500324 CPUtime=405.63 cores=0-7
/proc/21838/stat : 21838 (claspmt) R 21836 21838 21812 0 -1 4202496 86768 0 0 0 40516 47 0 0 25 0 8 0 663082110 512331776 86193 33554432000 4194304 4964800 140734765481456 18446744073709551615 4321042 0 0 4096 18946 18446744073709551615 0 0 17 4 0 0 0
/proc/21838/statm: 125081 86193 466 189 0 119430 0
[pid=21838/tid=21840] ppid=21836 vsize=500324 CPUtime=50.4 cores=0-7
/proc/21838/task/21840/stat : 21840 (claspmt) R 21836 21838 21812 0 -1 4202560 9845 0 0 0 5035 5 0 0 25 0 8 0 663082137 512331776 86193 33554432000 4194304 4964800 140734765481456 18446744073709551615 4320909 0 0 4096 18946 0 0 0 -1 3 0 0 0
[pid=21838/tid=21841] ppid=21836 vsize=500324 CPUtime=50.71 cores=0-7
/proc/21838/task/21841/stat : 21841 (claspmt) R 21836 21838 21812 0 -1 4202560 7266 0 0 0 5068 3 0 0 25 0 8 0 663082137 512331776 86193 33554432000 4194304 4964800 140734765481456 18446744073709551615 4670308 0 0 4096 18946 0 0 0 -1 5 0 0 0
[pid=21838/tid=21842] ppid=21836 vsize=500324 CPUtime=50.77 cores=0-7
/proc/21838/task/21842/stat : 21842 (claspmt) R 21836 21838 21812 0 -1 4202560 7677 0 0 0 5073 4 0 0 25 0 8 0 663082137 512331776 86193 33554432000 4194304 4964800 140734765481456 18446744073709551615 4670295 0 0 4096 18946 0 0 0 -1 0 0 0 0
[pid=21838/tid=21843] ppid=21836 vsize=500324 CPUtime=50.76 cores=0-7
/proc/21838/task/21843/stat : 21843 (claspmt) R 21836 21838 21812 0 -1 4202560 12050 0 0 0 5071 5 0 0 25 0 8 0 663082137 512331776 86193 33554432000 4194304 4964800 140734765481456 18446744073709551615 4670295 0 0 4096 18946 0 0 0 -1 6 0 0 0
[pid=21838/tid=21844] ppid=21836 vsize=500324 CPUtime=50.79 cores=0-7
/proc/21838/task/21844/stat : 21844 (claspmt) R 21836 21838 21812 0 -1 4202560 10363 0 0 0 5074 5 0 0 25 0 8 0 663082137 512331776 86193 33554432000 4194304 4964800 140734765481456 18446744073709551615 4670308 0 0 4096 18946 0 0 0 -1 2 0 0 0
[pid=21838/tid=21845] ppid=21836 vsize=500324 CPUtime=50.76 cores=0-7
/proc/21838/task/21845/stat : 21845 (claspmt) R 21836 21838 21812 0 -1 4202560 10563 0 0 0 5068 8 0 0 25 0 8 0 663082137 512331776 86193 33554432000 4194304 4964800 140734765481456 18446744073709551615 4320934 0 0 4096 18946 0 0 0 -1 1 0 0 0
[pid=21838/tid=21846] ppid=21836 vsize=500324 CPUtime=50.36 cores=0-7
/proc/21838/task/21846/stat : 21846 (claspmt) R 21836 21838 21812 0 -1 4202560 15732 0 0 0 5027 9 0 0 25 0 8 0 663082137 512331776 86193 33554432000 4194304 4964800 140734765481456 18446744073709551615 4321102 0 0 4096 18946 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 405.63

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

/proc/21838/task/21845/stat : 21845 (claspmt) R 21836 21838 21812 0 -1 4202560 48669 0 0 0 463999 70 0 0 25 0 8 0 663082137 2288656384 465477 33554432000 4194304 4964800 140734765481456 18446744073709551615 4320909 0 0 4096 18946 0 0 0 -1 6 0 0 0
[pid=21838/tid=21846] ppid=21836 vsize=2235016 CPUtime=4646.69 cores=0-7
/proc/21838/task/21846/stat : 21846 (claspmt) R 21836 21838 21812 0 -1 4202560 66494 0 0 0 464582 87 0 0 25 0 8 0 663082137 2288656384 465477 33554432000 4194304 4964800 140734765481456 18446744073709551615 4670308 0 0 4096 18946 0 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 37222.2
Current children cumulated vsize (KiB) 2235016

[startup+4722.32 s]
/proc/loadavg: 8.13 8.09 8.03 9/455 21996
/proc/meminfo: memFree=23106704/32951124 swapFree=53501244/67111528
[pid=21838] ppid=21836 vsize=2235016 CPUtime=37701.4 cores=0-7
/proc/21838/stat : 21838 (claspmt) R 21836 21838 21812 0 -1 4202496 475331 0 0 0 3769636 508 0 0 25 0 8 0 663082110 2288656384 465989 33554432000 4194304 4964800 140734765481456 18446744073709551615 4320961 0 0 4096 18946 18446744073709551615 0 0 17 4 0 0 0
/proc/21838/statm: 558754 465989 466 189 0 553103 0
[pid=21838/tid=21840] ppid=21836 vsize=2235016 CPUtime=4710.83 cores=0-7
/proc/21838/task/21840/stat : 21840 (claspmt) R 21836 21838 21812 0 -1 4202560 48143 0 0 0 471027 56 0 0 25 0 8 0 663082137 2288656384 465989 33554432000 4194304 4964800 140734765481456 18446744073709551615 4670308 0 0 4096 18946 0 0 0 -1 0 0 0 0
[pid=21838/tid=21841] ppid=21836 vsize=2235016 CPUtime=4712.3 cores=0-7
/proc/21838/task/21841/stat : 21841 (claspmt) R 21836 21838 21812 0 -1 4202560 43492 0 0 0 471206 24 0 0 25 0 8 0 663082137 2288656384 465989 33554432000 4194304 4964800 140734765481456 18446744073709551615 4670308 0 0 4096 18946 0 0 0 -1 1 0 0 0
[pid=21838/tid=21842] ppid=21836 vsize=2235016 CPUtime=4719.72 cores=0-7
/proc/21838/task/21842/stat : 21842 (claspmt) R 21836 21838 21812 0 -1 4202560 60473 0 0 0 471901 71 0 0 25 0 8 0 663082137 2288656384 465989 33554432000 4194304 4964800 140734765481456 18446744073709551615 4670534 0 0 4096 18946 0 0 0 -1 3 0 0 0
[pid=21838/tid=21843] ppid=21836 vsize=2235016 CPUtime=4708.53 cores=0-7
/proc/21838/task/21843/stat : 21843 (claspmt) R 21836 21838 21812 0 -1 4202560 40865 0 0 0 470820 33 0 0 25 0 8 0 663082137 2288656384 465989 33554432000 4194304 4964800 140734765481456 18446744073709551615 4670308 0 0 4096 18946 0 0 0 -1 7 0 0 0
[pid=21838/tid=21844] ppid=21836 vsize=2235016 CPUtime=4720.6 cores=0-7
/proc/21838/task/21844/stat : 21844 (claspmt) R 21836 21838 21812 0 -1 4202560 43033 0 0 0 472020 40 0 0 25 0 8 0 663082137 2288656384 465989 33554432000 4194304 4964800 140734765481456 18446744073709551615 4670308 0 0 4096 18946 0 0 0 -1 2 0 0 0
[pid=21838/tid=21845] ppid=21836 vsize=2235016 CPUtime=4700.7 cores=0-7
/proc/21838/task/21845/stat : 21845 (claspmt) R 21836 21838 21812 0 -1 4202560 48718 0 0 0 470000 70 0 0 25 0 8 0 663082137 2288656384 465989 33554432000 4194304 4964800 140734765481456 18446744073709551615 4670499 0 0 4096 18946 0 0 0 -1 6 0 0 0
[pid=21838/tid=21846] ppid=21836 vsize=2235016 CPUtime=4706.7 cores=0-7
/proc/21838/task/21846/stat : 21846 (claspmt) R 21836 21838 21812 0 -1 4202560 66501 0 0 0 470583 87 0 0 25 0 8 0 663082137 2288656384 465989 33554432000 4194304 4964800 140734765481456 18446744073709551615 4321029 0 0 4096 18946 0 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 37701.4
Current children cumulated vsize (KiB) 2235016

[startup+4782.3 s]
/proc/loadavg: 8.11 8.09 8.03 9/455 21998
/proc/meminfo: memFree=23103704/32951124 swapFree=53501244/67111528
[pid=21838] ppid=21836 vsize=2235016 CPUtime=38180.4 cores=0-7
/proc/21838/stat : 21838 (claspmt) R 21836 21838 21812 0 -1 4202496 476180 0 0 0 3817533 508 0 0 25 0 8 0 663082110 2288656384 466838 33554432000 4194304 4964800 140734765481456 18446744073709551615 4670349 0 0 4096 18946 18446744073709551615 0 0 17 4 0 0 0
/proc/21838/statm: 558754 466838 466 189 0 553103 0
[pid=21838/tid=21840] ppid=21836 vsize=2235016 CPUtime=4770.81 cores=0-7
/proc/21838/task/21840/stat : 21840 (claspmt) R 21836 21838 21812 0 -1 4202560 48159 0 0 0 477025 56 0 0 25 0 8 0 663082137 2288656384 466838 33554432000 4194304 4964800 140734765481456 18446744073709551615 4321076 0 0 4096 18946 0 0 0 -1 0 0 0 0
[pid=21838/tid=21841] ppid=21836 vsize=2235016 CPUtime=4772.29 cores=0-7
/proc/21838/task/21841/stat : 21841 (claspmt) R 21836 21838 21812 0 -1 4202560 43665 0 0 0 477205 24 0 0 25 0 8 0 663082137 2288656384 466838 33554432000 4194304 4964800 140734765481456 18446744073709551615 4670308 0 0 4096 18946 0 0 0 -1 1 0 0 0
[pid=21838/tid=21842] ppid=21836 vsize=2235016 CPUtime=4779.7 cores=0-7
/proc/21838/task/21842/stat : 21842 (claspmt) R 21836 21838 21812 0 -1 4202560 60473 0 0 0 477899 71 0 0 25 0 8 0 663082137 2288656384 466838 33554432000 4194304 4964800 140734765481456 18446744073709551615 4320909 0 0 4096 18946 0 0 0 -1 3 0 0 0
[pid=21838/tid=21843] ppid=21836 vsize=2235016 CPUtime=4767.65 cores=0-7
/proc/21838/task/21843/stat : 21843 (claspmt) R 21836 21838 21812 0 -1 4202560 41423 0 0 0 476731 34 0 0 25 0 8 0 663082137 2288656384 466838 33554432000 4194304 4964800 140734765481456 18446744073709551615 4670308 0 0 4096 18946 0 0 0 -1 7 0 0 0
[pid=21838/tid=21844] ppid=21836 vsize=2235016 CPUtime=4780.56 cores=0-7
/proc/21838/task/21844/stat : 21844 (claspmt) R 21836 21838 21812 0 -1 4202560 43061 0 0 0 478016 40 0 0 25 0 8 0 663082137 2288656384 466838 33554432000 4194304 4964800 140734765481456 18446744073709551615 4320928 0 0 4096 18946 0 0 0 -1 2 0 0 0
[pid=21838/tid=21845] ppid=21836 vsize=2235016 CPUtime=4760.68 cores=0-7
/proc/21838/task/21845/stat : 21845 (claspmt) R 21836 21838 21812 0 -1 4202560 48767 0 0 0 475998 70 0 0 25 0 8 0 663082137 2288656384 466838 33554432000 4194304 4964800 140734765481456 18446744073709551615 4670308 0 0 4096 18946 0 0 0 -1 6 0 0 0
[pid=21838/tid=21846] ppid=21836 vsize=2235016 CPUtime=4766.69 cores=0-7
/proc/21838/task/21846/stat : 21846 (claspmt) R 21836 21838 21812 0 -1 4202560 66501 0 0 0 476581 88 0 0 25 0 8 0 663082137 2288656384 466838 33554432000 4194304 4964800 140734765481456 18446744073709551615 4670273 0 0 4096 18946 0 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 38180.4
Current children cumulated vsize (KiB) 2235016

[startup+4842.3 s]
/proc/loadavg: 8.10 8.09 8.03 9/455 21999
/proc/meminfo: memFree=23085684/32951124 swapFree=53501244/67111528
[pid=21838] ppid=21836 vsize=2235016 CPUtime=38659.5 cores=0-7
/proc/21838/stat : 21838 (claspmt) R 21836 21838 21812 0 -1 4202496 480820 0 0 0 3865435 515 0 0 25 0 8 0 663082110 2288656384 471284 33554432000 4194304 4964800 140734765481456 18446744073709551615 4670308 0 0 4096 18946 18446744073709551615 0 0 17 4 0 0 0
/proc/21838/statm: 558754 471284 466 189 0 553103 0
[pid=21838/tid=21840] ppid=21836 vsize=2235016 CPUtime=4830.81 cores=0-7
/proc/21838/task/21840/stat : 21840 (claspmt) R 21836 21838 21812 0 -1 4202560 48552 0 0 0 483024 57 0 0 25 0 8 0 663082137 2288656384 471284 33554432000 4194304 4964800 140734765481456 18446744073709551615 4670308 0 0 4096 18946 0 0 0 -1 0 0 0 0
[pid=21838/tid=21841] ppid=21836 vsize=2235016 CPUtime=4832.29 cores=0-7
/proc/21838/task/21841/stat : 21841 (claspmt) R 21836 21838 21812 0 -1 4202560 43810 0 0 0 483205 24 0 0 25 0 8 0 663082137 2288656384 471284 33554432000 4194304 4964800 140734765481456 18446744073709551615 4670308 0 0 4096 18946 0 0 0 -1 1 0 0 0
[pid=21838/tid=21842] ppid=21836 vsize=2235016 CPUtime=4839.69 cores=0-7
/proc/21838/task/21842/stat : 21842 (claspmt) R 21836 21838 21812 0 -1 4202560 60548 0 0 0 483898 71 0 0 25 0 8 0 663082137 2288656384 471284 33554432000 4194304 4964800 140734765481456 18446744073709551615 4670308 0 0 4096 18946 0 0 0 -1 3 0 0 0
[pid=21838/tid=21843] ppid=21836 vsize=2235016 CPUtime=4826.77 cores=0-7
/proc/21838/task/21843/stat : 21843 (claspmt) R 21836 21838 21812 0 -1 4202560 41996 0 0 0 482642 35 0 0 25 0 8 0 663082137 2288656384 471284 33554432000 4194304 4964800 140734765481456 18446744073709551615 4670308 0 0 4096 18946 0 0 0 -1 7 0 0 0
[pid=21838/tid=21844] ppid=21836 vsize=2235016 CPUtime=4840.54 cores=0-7
/proc/21838/task/21844/stat : 21844 (claspmt) R 21836 21838 21812 0 -1 4202560 43165 0 0 0 484014 40 0 0 25 0 8 0 663082137 2288656384 471284 33554432000 4194304 4964800 140734765481456 18446744073709551615 4320909 0 0 4096 18946 0 0 0 -1 2 0 0 0
[pid=21838/tid=21845] ppid=21836 vsize=2235016 CPUtime=4820.67 cores=0-7
/proc/21838/task/21845/stat : 21845 (claspmt) R 21836 21838 21812 0 -1 4202560 48767 0 0 0 481997 70 0 0 25 0 8 0 663082137 2288656384 471284 33554432000 4194304 4964800 140734765481456 18446744073709551615 4670308 0 0 4096 18946 0 0 0 -1 6 0 0 0
[pid=21838/tid=21846] ppid=21836 vsize=2235016 CPUtime=4826.69 cores=0-7
/proc/21838/task/21846/stat : 21846 (claspmt) R 21836 21838 21812 0 -1 4202560 66761 0 0 0 482581 88 0 0 25 0 8 0 663082137 2288656384 471284 33554432000 4194304 4964800 140734765481456 18446744073709551615 4670308 0 0 4096 18946 0 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 38659.5
Current children cumulated vsize (KiB) 2235016

[startup+4902.3 s]
/proc/loadavg: 8.15 8.10 8.03 9/455 22001
/proc/meminfo: memFree=23084900/32951124 swapFree=53501244/67111528
[pid=21838] ppid=21836 vsize=2235016 CPUtime=39138.6 cores=0-7
/proc/21838/stat : 21838 (claspmt) R 21836 21838 21812 0 -1 4202496 481350 0 0 0 3913341 516 0 0 25 0 8 0 663082110 2288656384 471664 33554432000 4194304 4964800 140734765481456 18446744073709551615 4321102 0 0 4096 18946 18446744073709551615 0 0 17 4 0 0 0
/proc/21838/statm: 558754 471664 466 189 0 553103 0
[pid=21838/tid=21840] ppid=21836 vsize=2235016 CPUtime=4890.81 cores=0-7
/proc/21838/task/21840/stat : 21840 (claspmt) R 21836 21838 21812 0 -1 4202560 48913 0 0 0 489024 57 0 0 25 0 8 0 663082137 2288656384 471664 33554432000 4194304 4964800 140734765481456 18446744073709551615 4670308 0 0 4096 18946 0 0 0 -1 0 0 0 0
[pid=21838/tid=21841] ppid=21836 vsize=2235016 CPUtime=4892.29 cores=0-7
/proc/21838/task/21841/stat : 21841 (claspmt) R 21836 21838 21812 0 -1 4202560 43810 0 0 0 489205 24 0 0 25 0 8 0 663082137 2288656384 471664 33554432000 4194304 4964800 140734765481456 18446744073709551615 4320909 0 0 4096 18946 0 0 0 -1 1 0 0 0
[pid=21838/tid=21842] ppid=21836 vsize=2235016 CPUtime=4899.69 cores=0-7
/proc/21838/task/21842/stat : 21842 (claspmt) R 21836 21838 21812 0 -1 4202560 60548 0 0 0 489898 71 0 0 25 0 8 0 663082137 2288656384 471664 33554432000 4194304 4964800 140734765481456 18446744073709551615 4670330 0 0 4096 18946 0 0 0 -1 3 0 0 0
[pid=21838/tid=21843] ppid=21836 vsize=2235016 CPUtime=4885.87 cores=0-7
/proc/21838/task/21843/stat : 21843 (claspmt) R 21836 21838 21812 0 -1 4202560 42013 0 0 0 488552 35 0 0 25 0 8 0 663082137 2288656384 471664 33554432000 4194304 4964800 140734765481456 18446744073709551615 4670308 0 0 4096 18946 0 0 0 -1 7 0 0 0
[pid=21838/tid=21844] ppid=21836 vsize=2235016 CPUtime=4900.53 cores=0-7
/proc/21838/task/21844/stat : 21844 (claspmt) R 21836 21838 21812 0 -1 4202560 43166 0 0 0 490013 40 0 0 25 0 8 0 663082137 2288656384 471664 33554432000 4194304 4964800 140734765481456 18446744073709551615 4670308 0 0 4096 18946 0 0 0 -1 2 0 0 0
[pid=21838/tid=21845] ppid=21836 vsize=2235016 CPUtime=4880.66 cores=0-7
/proc/21838/task/21845/stat : 21845 (claspmt) R 21836 21838 21812 0 -1 4202560 48851 0 0 0 487996 70 0 0 25 0 8 0 663082137 2288656384 471664 33554432000 4194304 4964800 140734765481456 18446744073709551615 4670308 0 0 4096 18946 0 0 0 -1 6 0 0 0
[pid=21838/tid=21846] ppid=21836 vsize=2235016 CPUtime=4886.69 cores=0-7
/proc/21838/task/21846/stat : 21846 (claspmt) R 21836 21838 21812 0 -1 4202560 66827 0 0 0 488581 88 0 0 25 0 8 0 663082137 2288656384 471664 33554432000 4194304 4964800 140734765481456 18446744073709551615 4320909 0 0 4096 18946 0 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 39138.6
Current children cumulated vsize (KiB) 2235016

[startup+4962.3 s]
/proc/loadavg: 8.11 8.09 8.03 9/455 22002
/proc/meminfo: memFree=23082508/32951124 swapFree=53501244/67111528
[pid=21838] ppid=21836 vsize=2235016 CPUtime=39617.6 cores=0-7
/proc/21838/stat : 21838 (claspmt) R 21836 21838 21812 0 -1 4202496 481896 0 0 0 3961248 517 0 0 25 0 8 0 663082110 2288656384 472210 33554432000 4194304 4964800 140734765481456 18446744073709551615 4670308 0 0 4096 18946 18446744073709551615 0 0 17 4 0 0 0
/proc/21838/statm: 558754 472210 466 189 0 553103 0
[pid=21838/tid=21840] ppid=21836 vsize=2235016 CPUtime=4950.79 cores=0-7
/proc/21838/task/21840/stat : 21840 (claspmt) R 21836 21838 21812 0 -1 4202560 48915 0 0 0 495022 57 0 0 25 0 8 0 663082137 2288656384 472210 33554432000 4194304 4964800 140734765481456 18446744073709551615 4320909 0 0 4096 18946 0 0 0 -1 0 0 0 0
[pid=21838/tid=21841] ppid=21836 vsize=2235016 CPUtime=4952.29 cores=0-7
/proc/21838/task/21841/stat : 21841 (claspmt) R 21836 21838 21812 0 -1 4202560 44151 0 0 0 495205 24 0 0 25 0 8 0 663082137 2288656384 472210 33554432000 4194304 4964800 140734765481456 18446744073709551615 4670308 0 0 4096 18946 0 0 0 -1 1 0 0 0
[pid=21838/tid=21842] ppid=21836 vsize=2235016 CPUtime=4959.69 cores=0-7
/proc/21838/task/21842/stat : 21842 (claspmt) R 21836 21838 21812 0 -1 4202560 60551 0 0 0 495898 71 0 0 25 0 8 0 663082137 2288656384 472210 33554432000 4194304 4964800 140734765481456 18446744073709551615 4320944 0 0 4096 18946 0 0 0 -1 3 0 0 0
[pid=21838/tid=21843] ppid=21836 vsize=2235016 CPUtime=4944.99 cores=0-7
/proc/21838/task/21843/stat : 21843 (claspmt) R 21836 21838 21812 0 -1 4202560 42015 0 0 0 494464 35 0 0 25 0 8 0 663082137 2288656384 472210 33554432000 4194304 4964800 140734765481456 18446744073709551615 4320849 0 0 4096 18946 0 0 0 -1 7 0 0 0
[pid=21838/tid=21844] ppid=21836 vsize=2235016 CPUtime=4960.51 cores=0-7
/proc/21838/task/21844/stat : 21844 (claspmt) R 21836 21838 21812 0 -1 4202560 43337 0 0 0 496011 40 0 0 25 0 8 0 663082137 2288656384 472210 33554432000 4194304 4964800 140734765481456 18446744073709551615 4670308 0 0 4096 18946 0 0 0 -1 2 0 0 0
[pid=21838/tid=21845] ppid=21836 vsize=2235016 CPUtime=4940.65 cores=0-7
/proc/21838/task/21845/stat : 21845 (claspmt) R 21836 21838 21812 0 -1 4202560 48851 0 0 0 493995 70 0 0 25 0 8 0 663082137 2288656384 472210 33554432000 4194304 4964800 140734765481456 18446744073709551615 4320951 0 0 4096 18946 0 0 0 -1 6 0 0 0
[pid=21838/tid=21846] ppid=21836 vsize=2235016 CPUtime=4946.69 cores=0-7
/proc/21838/task/21846/stat : 21846 (claspmt) R 21836 21838 21812 0 -1 4202560 66827 0 0 0 494581 88 0 0 25 0 8 0 663082137 2288656384 472210 33554432000 4194304 4964800 140734765481456 18446744073709551615 4320970 0 0 4096 18946 0 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 39617.7
Current children cumulated vsize (KiB) 2235016



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+5010.2 s]
/proc/loadavg: 8.04 8.08 8.03 9/455 22004
/proc/meminfo: memFree=23080980/32951124 swapFree=53501244/67111528
[pid=21838] ppid=21836 vsize=2235016 CPUtime=40000.2 cores=0-7
/proc/21838/stat : 21838 (claspmt) R 21836 21838 21812 0 -1 4202496 482324 0 0 0 3999506 518 0 0 25 0 8 0 663082110 2288656384 472638 33554432000 4194304 4964800 140734765481456 18446744073709551615 4670308 0 0 4096 18946 18446744073709551615 0 0 17 4 0 0 0
/proc/21838/statm: 558754 472638 466 189 0 553103 0
[pid=21838/tid=21840] ppid=21836 vsize=2235016 CPUtime=4998.71 cores=0-7
/proc/21838/task/21840/stat : 21840 (claspmt) R 21836 21838 21812 0 -1 4202560 48944 0 0 0 499814 57 0 0 25 0 8 0 663082137 2288656384 472638 33554432000 4194304 4964800 140734765481456 18446744073709551615 4321102 0 0 4096 18946 0 0 0 -1 0 0 0 0
[pid=21838/tid=21841] ppid=21836 vsize=2235016 CPUtime=5000.19 cores=0-7
/proc/21838/task/21841/stat : 21841 (claspmt) R 21836 21838 21812 0 -1 4202560 44151 0 0 0 499994 25 0 0 25 0 8 0 663082137 2288656384 472638 33554432000 4194304 4964800 140734765481456 18446744073709551615 4320909 0 0 4096 18946 0 0 0 -1 1 0 0 0
[pid=21838/tid=21842] ppid=21836 vsize=2235016 CPUtime=5007.6 cores=0-7
/proc/21838/task/21842/stat : 21842 (claspmt) R 21836 21838 21812 0 -1 4202560 60551 0 0 0 500689 71 0 0 25 0 8 0 663082137 2288656384 472638 33554432000 4194304 4964800 140734765481456 18446744073709551615 4670308 0 0 4096 18946 0 0 0 -1 3 0 0 0
[pid=21838/tid=21843] ppid=21836 vsize=2235016 CPUtime=4992.2 cores=0-7
/proc/21838/task/21843/stat : 21843 (claspmt) R 21836 21838 21812 0 -1 4202560 42015 0 0 0 499185 35 0 0 25 0 8 0 663082137 2288656384 472638 33554432000 4194304 4964800 140734765481456 18446744073709551615 4670308 0 0 4096 18946 0 0 0 -1 7 0 0 0
[pid=21838/tid=21844] ppid=21836 vsize=2235016 CPUtime=5008.41 cores=0-7
/proc/21838/task/21844/stat : 21844 (claspmt) R 21836 21838 21812 0 -1 4202560 43693 0 0 0 500801 40 0 0 25 0 8 0 663082137 2288656384 472638 33554432000 4194304 4964800 140734765481456 18446744073709551615 4320951 0 0 4096 18946 0 0 0 -1 2 0 0 0
[pid=21838/tid=21845] ppid=21836 vsize=2235016 CPUtime=4988.57 cores=0-7
/proc/21838/task/21845/stat : 21845 (claspmt) R 21836 21838 21812 0 -1 4202560 48892 0 0 0 498787 70 0 0 25 0 8 0 663082137 2288656384 472638 33554432000 4194304 4964800 140734765481456 18446744073709551615 4670308 0 0 4096 18946 0 0 0 -1 6 0 0 0
[pid=21838/tid=21846] ppid=21836 vsize=2235016 CPUtime=4994.6 cores=0-7
/proc/21838/task/21846/stat : 21846 (claspmt) R 21836 21838 21812 0 -1 4202560 66829 0 0 0 499372 88 0 0 25 0 8 0 663082137 2288656384 472638 33554432000 4194304 4964800 140734765481456 18446744073709551615 4670588 0 0 4096 18946 0 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 40000.2
Current children cumulated vsize (KiB) 2235016

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

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

[startup+5010.4 s]
/proc/loadavg: 8.04 8.08 8.03 2/449 22005
/proc/meminfo: memFree=23086856/32951124 swapFree=53501244/67111528
[pid=21838] ppid=21836 vsize=2230152 CPUtime=40000.5 cores=0-7
/proc/21838/stat : 21838 (claspmt) R 21836 21838 21812 0 -1 4202496 482334 0 0 0 3999530 518 0 0 25 0 1 0 663082110 2283675648 469592 33554432000 4194304 4964800 140734765481456 18446744073709551615 216634170649 0 0 4096 18946 0 0 0 17 4 0 0 0
/proc/21838/statm: 557538 469592 476 189 0 551887 0
Current children cumulated CPU time (s) 40000.5
Current children cumulated vsize (KiB) 2230152

[startup+5010.52 s]
/proc/loadavg: 8.04 8.08 8.03 2/449 22005
/proc/meminfo: memFree=23086856/32951124 swapFree=53501244/67111528
[pid=21838] ppid=21836 vsize=1691296 CPUtime=40000.6 cores=0-7
/proc/21838/stat : 21838 (claspmt) R 21836 21838 21812 0 -1 4202496 482334 0 0 0 3999538 520 0 0 25 0 1 0 663082110 1731887104 367255 33554432000 4194304 4964800 140734765481456 18446744073709551615 216634558823 0 0 4096 18946 0 0 0 17 4 0 0 0
/proc/21838/statm: 422824 366743 476 189 0 417173 0
Current children cumulated CPU time (s) 40000.6
Current children cumulated vsize (KiB) 1691296

Child status: 0
Real time (s): 5010.58
CPU time (s): 40000.7
CPU user time (s): 39995.4
CPU system time (s): 5.2662
CPU usage (%): 798.324
Max. virtual memory (cumulated for all children) (KiB): 2235016

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 39995.4
system time used= 5.2662
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 482335
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= 145521
involuntary context switches= 190791

runsolver used 19.719 second user time and 53.7488 second system time

The end

Launcher Data

Begin job on node103 at 2011-05-16 04:59:55
IDJOB=3381391
IDBENCH=88227
IDSOLVER=1865
FILE ID=node103/3381391-1305514795
RUNJOBID= node103-1305514795-21826
PBS_JOBID= 13325562
Free space on /tmp= 73124 MiB

SOLVER NAME= claspmt 2.0-R4095-patched (fixed)
BENCH NAME= SAT11/crafted/anton/SRHD-SGI/srhd-sgi-m32-q369.75-n30-p30-s25693430.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-3381391-1305514795/watcher-3381391-1305514795 -o /tmp/evaluation-result-3381391-1305514795/solver-3381391-1305514795 -C 40000 -W 5100 -M 31000  HOME/claspmt -t8 -p HOME/sat11-port.txt --distribute=all,2 HOME/instance-3381391-1305514795.cnf

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

MD5SUM BENCH= 08b4f1e095a7a4b98cb40c2c00e78d45
RANDOM SEED=1402498739

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

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


/proc/meminfo:
MemTotal:     32951124 kB
MemFree:      24970140 kB
Buffers:        341352 kB
Cached:        4163260 kB
SwapCached:     340184 kB
Active:        2467300 kB
Inactive:      5211880 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32951124 kB
LowFree:      24970140 kB
SwapTotal:    67111528 kB
SwapFree:     53501244 kB
Dirty:            1984 kB
Writeback:           0 kB
AnonPages:     2844872 kB
Mapped:          20896 kB
Slab:           164224 kB
PageTables:      66496 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83587088 kB
Committed_AS: 137669020 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= 73124 MiB
End job on node103 at 2011-05-16 06:23:27