Trace number 3373279

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)SAT 2225.05 558.151

General information on the benchmark

Namecrafted/spence/sgen/
sgen3-n200-s39840374-sat.cnf
MD5SUM085a3847e14185843eddf941accab006
Bench CategoryCRAFTED (crafted instances)
Best result obtained on this benchmarkSAT
Best CPU time to get the best result obtained on this benchmark0.756884
Satisfiable
(Un)Satisfiability was proved
Number of variables200
Number of clauses480
Sum of the clauses size1200
Maximum clause length5
Minimum clause length2
Number of clauses of size 10
Number of clauses of size 2400
Number of clauses of size 30
Number of clauses of size 40
Number of clauses of size 580
Number of clauses of size over 50

Solver Data

0.00/0.00	c clasp version 2.0.0-RC2
0.00/0.00	c Reading from ...423147/instance-3373279-1305423147.cnf
0.00/0.00	c Solving...
2224.85/558.14	c Answer: 1
2224.85/558.14	v -1 -2 -3 -4 5 -6 -7 -8 9 10 11 -12 13 -14 15 16 -17 18 19 20 21 22 -23
2224.85/558.14	v 24 25 26 27 28 -29 -30 31 32 33 34 -35 -36 37 38 39 -40 -41 42 -43 44 45
2224.85/558.14	v -46 47 -48 -49 50 51 -52 53 -54 55 56 -57 58 59 -60 61 -62 63 64 65 66
2224.85/558.14	v -67 68 69 70 71 -72 -73 74 -75 76 77 78 -79 -80 81 82 83 84 -85 86 87 -88
2224.85/558.14	v -89 -90 -91 -92 -93 -94 95 -96 -97 -98 -99 100 -101 -102 103 104 -105 106
2224.85/558.14	v -107 -108 -109 -110 -111 -112 -113 -114 115 -116 -117 118 119 120 -121
2224.85/558.14	v -122 123 -124 125 126 -127 -128 -129 -130 131 132 -133 134 -135 -136 137
2224.85/558.14	v 138 -139 140 -141 -142 -143 -144 145 146 -147 -148 149 -150 -151 -152 -153
2224.85/558.14	v 154 -155 -156 157 -158 159 -160 161 -162 163 -164 -165 166 -167 168 169
2224.85/558.14	v -170 171 172 173 -174 175 176 177 -178 -179 -180 -181 182 183 -184 185
2224.85/558.14	v 186 187 -188 189 190 191 -192 193 194 195 196 -197 198 199 200 0
2224.85/558.15	s SATISFIABLE
2224.85/558.15	
2224.85/558.15	c Models        : 1+    
2224.85/558.15	c Time          : 558.146s (Solving: 558.15s 1st Model: 558.15s Unsat: 0.00s)
2224.85/558.15	c CPU Time      : 2225.040s

Verifier Data

OK

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-3373279-1305423147/watcher-3373279-1305423147 -o /tmp/evaluation-result-3373279-1305423147/solver-3373279-1305423147 -C 4800 -W 1300 -M 15500 HOME/claspmt -t4 -p HOME/sat11-port.txt --distribute=all,2 HOME/instance-3373279-1305423147.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: 5.41 4.68 5.84 5/386 14138
/proc/meminfo: memFree=14764928/32951124 swapFree=65586204/67111528
[pid=14138] ppid=14136 vsize=36772 CPUtime=0 cores=0,2,4,6
/proc/14138/stat : 14138 (claspmt) R 14136 14138 12655 0 -1 4202496 714 0 0 0 0 0 0 0 25 0 4 0 732545355 37654528 641 33554432000 4194304 4964800 140736739557824 18446744073709551615 216746994585 0 0 4096 18946 18446744073709551615 0 0 17 4 0 0 0
/proc/14138/statm: 9193 641 450 189 0 3542 0
[pid=14138/tid=14139] ppid=14136 vsize=36772 CPUtime=0 cores=0,2,4,6
/proc/14138/task/14139/stat : 14139 (claspmt) S 14136 14138 12655 0 -1 4202560 12 0 0 0 0 0 0 0 25 0 4 0 732545356 37654528 645 33554432000 4194304 4964800 140736739557824 18446744073709551615 216746994585 0 0 4096 18946 18446604445686847552 0 0 -1 4 0 0 0
[pid=14138/tid=14140] ppid=14136 vsize=36772 CPUtime=0 cores=0,2,4,6
/proc/14138/task/14140/stat : 14140 (claspmt) S 14136 14138 12655 0 -1 4202560 18 0 0 0 0 0 0 0 25 0 4 0 732545356 37654528 645 33554432000 4194304 4964800 140736739557824 18446744073709551615 216746994585 0 0 4096 18946 18446604445686847552 0 0 -1 4 0 0 0
[pid=14138/tid=14141] ppid=14136 vsize=36772 CPUtime=0 cores=0,2,4,6
/proc/14138/task/14141/stat : 14141 (claspmt) R 14136 14138 12655 0 -1 4202560 58 0 0 0 0 0 0 0 25 0 4 0 732545356 37654528 645 33554432000 4194304 4964800 140736739557824 18446744073709551615 4660155 0 0 4096 18946 0 0 0 -1 4 0 0 0

[startup+0.0196079 s]
/proc/loadavg: 5.41 4.68 5.84 5/386 14138
/proc/meminfo: memFree=14764928/32951124 swapFree=65586204/67111528
[pid=14138] ppid=14136 vsize=168108 CPUtime=0.28 cores=0,2,4,6
/proc/14138/stat : 14138 (claspmt) S 14136 14138 12655 0 -1 4202496 983 0 0 0 28 0 0 0 18 0 4 0 732545355 172142592 910 33554432000 4194304 4964800 140736739557824 18446744073709551615 216735283694 0 0 4096 18946 18446744073709551615 0 0 17 6 0 0 0
/proc/14138/statm: 42127 1149 458 189 0 36476 0
[pid=14138/tid=14139] ppid=14136 vsize=168640 CPUtime=0.29 cores=0,2,4,6
/proc/14138/task/14139/stat : 14139 (claspmt) R 14136 14138 12655 0 -1 4202560 192 0 0 0 29 0 0 0 25 0 4 0 732545356 172687360 1239 33554432000 4194304 4964800 140736739557824 18446744073709551615 4320976 0 0 4096 18946 0 0 0 -1 0 0 0 0
[pid=14138/tid=14140] ppid=14136 vsize=168908 CPUtime=0.54 cores=0,2,4,6
/proc/14138/task/14140/stat : 14140 (claspmt) R 14136 14138 12655 0 -1 4202560 194 0 0 0 54 0 0 0 25 0 4 0 732545356 172961792 1389 33554432000 4194304 4964800 140736739557824 18446744073709551615 216735283743 0 0 4096 18946 0 0 0 -1 2 0 0 0
[pid=14138/tid=14141] ppid=14136 vsize=169172 CPUtime=0.88 cores=0,2,4,6
/proc/14138/task/14141/stat : 14141 (claspmt) R 14136 14138 12655 0 -1 4202560 204 0 0 0 88 0 0 0 19 0 4 0 732545356 173232128 1607 33554432000 4194304 4964800 140736739557824 18446744073709551615 4670308 0 0 4096 18946 0 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 0.28
Current children cumulated vsize (KiB) 168108

[startup+1.31426 s]
/proc/loadavg: 5.41 4.68 5.84 5/386 14138
/proc/meminfo: memFree=14764928/32951124 swapFree=65586204/67111528
[pid=14138] ppid=14136 vsize=169172 CPUtime=5.2 cores=0,2,4,6
/proc/14138/stat : 14138 (claspmt) R 14136 14138 12655 0 -1 4202496 1746 0 0 0 520 0 0 0 19 0 4 0 732545355 173232128 1673 33554432000 4194304 4964800 140736739557824 18446744073709551615 4658589 0 0 4096 18946 18446744073709551615 0 0 17 6 0 0 0
/proc/14138/statm: 42293 1673 458 189 0 36642 0
[pid=14138/tid=14139] ppid=14136 vsize=169172 CPUtime=1.29 cores=0,2,4,6
/proc/14138/task/14139/stat : 14139 (claspmt) R 14136 14138 12655 0 -1 4202560 278 0 0 0 129 0 0 0 25 0 4 0 732545356 173232128 1673 33554432000 4194304 4964800 140736739557824 18446744073709551615 4338784 0 0 4096 18946 0 0 0 -1 0 0 0 0
[pid=14138/tid=14140] ppid=14136 vsize=169172 CPUtime=1.27 cores=0,2,4,6
/proc/14138/task/14140/stat : 14140 (claspmt) R 14136 14138 12655 0 -1 4202560 292 0 0 0 127 0 0 0 25 0 4 0 732545356 173232128 1673 33554432000 4194304 4964800 140736739557824 18446744073709551615 4670335 0 0 4096 18946 0 0 0 -1 2 0 0 0
[pid=14138/tid=14141] ppid=14136 vsize=169172 CPUtime=1.31 cores=0,2,4,6
/proc/14138/task/14141/stat : 14141 (claspmt) R 14136 14138 12655 0 -1 4202560 212 0 0 0 131 0 0 0 19 0 4 0 732545356 173232128 1673 33554432000 4194304 4964800 140736739557824 18446744073709551615 4320955 0 0 4096 18946 0 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 5.2
Current children cumulated vsize (KiB) 169172

[startup+1.42594 s]
/proc/loadavg: 5.41 4.68 5.84 5/386 14138
/proc/meminfo: memFree=14764928/32951124 swapFree=65586204/67111528
[pid=14138] ppid=14136 vsize=169172 CPUtime=5.6 cores=0,2,4,6
/proc/14138/stat : 14138 (claspmt) R 14136 14138 12655 0 -1 4202496 1753 0 0 0 560 0 0 0 19 0 4 0 732545355 173232128 1680 33554432000 4194304 4964800 140736739557824 18446744073709551615 4660114 0 0 4096 18946 18446744073709551615 0 0 17 6 0 0 0
/proc/14138/statm: 42293 1680 458 189 0 36642 0
[pid=14138/tid=14139] ppid=14136 vsize=169172 CPUtime=1.39 cores=0,2,4,6
/proc/14138/task/14139/stat : 14139 (claspmt) R 14136 14138 12655 0 -1 4202560 282 0 0 0 139 0 0 0 25 0 4 0 732545356 173232128 1680 33554432000 4194304 4964800 140736739557824 18446744073709551615 4342208 0 0 4096 18946 0 0 0 -1 0 0 0 0
[pid=14138/tid=14140] ppid=14136 vsize=169172 CPUtime=1.37 cores=0,2,4,6
/proc/14138/task/14140/stat : 14140 (claspmt) R 14136 14138 12655 0 -1 4202560 294 0 0 0 137 0 0 0 25 0 4 0 732545356 173232128 1680 33554432000 4194304 4964800 140736739557824 18446744073709551615 4668987 0 0 4096 18946 0 0 0 -1 2 0 0 0
[pid=14138/tid=14141] ppid=14136 vsize=169172 CPUtime=1.41 cores=0,2,4,6
/proc/14138/task/14141/stat : 14141 (claspmt) R 14136 14138 12655 0 -1 4202560 212 0 0 0 141 0 0 0 20 0 4 0 732545356 173232128 1680 33554432000 4194304 4964800 140736739557824 18446744073709551615 4320984 0 0 4096 18946 0 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 5.6
Current children cumulated vsize (KiB) 169172

[startup+1.52661 s]
/proc/loadavg: 5.41 4.68 5.84 5/386 14138
/proc/meminfo: memFree=14764928/32951124 swapFree=65586204/67111528
[pid=14138] ppid=14136 vsize=169172 CPUtime=6 cores=0,2,4,6
/proc/14138/stat : 14138 (claspmt) R 14136 14138 12655 0 -1 4202496 1768 0 0 0 599 1 0 0 19 0 4 0 732545355 173232128 1695 33554432000 4194304 4964800 140736739557824 18446744073709551615 4670546 0 0 4096 18946 18446744073709551615 0 0 17 6 0 0 0
/proc/14138/statm: 42293 1695 458 189 0 36642 0
[pid=14138/tid=14139] ppid=14136 vsize=169172 CPUtime=1.49 cores=0,2,4,6
/proc/14138/task/14139/stat : 14139 (claspmt) R 14136 14138 12655 0 -1 4202560 287 0 0 0 149 0 0 0 25 0 4 0 732545356 173232128 1695 33554432000 4194304 4964800 140736739557824 18446744073709551615 4668552 0 0 4096 18946 0 0 0 -1 0 0 0 0
[pid=14138/tid=14140] ppid=14136 vsize=169172 CPUtime=1.47 cores=0,2,4,6
/proc/14138/task/14140/stat : 14140 (claspmt) R 14136 14138 12655 0 -1 4202560 294 0 0 0 147 0 0 0 25 0 4 0 732545356 173232128 1695 33554432000 4194304 4964800 140736739557824 18446744073709551615 4660835 0 0 4096 18946 0 0 0 -1 2 0 0 0
[pid=14138/tid=14141] ppid=14136 vsize=169172 CPUtime=1.51 cores=0,2,4,6
/proc/14138/task/14141/stat : 14141 (claspmt) R 14136 14138 12655 0 -1 4202560 215 0 0 0 151 0 0 0 20 0 4 0 732545356 173232128 1695 33554432000 4194304 4964800 140736739557824 18446744073709551615 4361295 0 0 4096 18946 0 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 6
Current children cumulated vsize (KiB) 169172

[startup+1.61705 s]
/proc/loadavg: 5.41 4.68 5.84 5/386 14138
/proc/meminfo: memFree=14764928/32951124 swapFree=65586204/67111528
[pid=14138] ppid=14136 vsize=169304 CPUtime=6.4 cores=0,2,4,6
/proc/14138/stat : 14138 (claspmt) R 14136 14138 12655 0 -1 4202496 1799 0 0 0 639 1 0 0 19 0 4 0 732545355 173367296 1726 33554432000 4194304 4964800 140736739557824 18446744073709551615 4653507 0 0 4096 18946 18446744073709551615 0 0 17 6 0 0 0
/proc/14138/statm: 42326 1726 458 189 0 36675 0
[pid=14138/tid=14139] ppid=14136 vsize=169304 CPUtime=1.59 cores=0,2,4,6
/proc/14138/task/14139/stat : 14139 (claspmt) R 14136 14138 12655 0 -1 4202560 304 0 0 0 159 0 0 0 25 0 4 0 732545356 173367296 1726 33554432000 4194304 4964800 140736739557824 18446744073709551615 4670328 0 0 4096 18946 0 0 0 -1 0 0 0 0
[pid=14138/tid=14140] ppid=14136 vsize=169304 CPUtime=1.57 cores=0,2,4,6
/proc/14138/task/14140/stat : 14140 (claspmt) R 14136 14138 12655 0 -1 4202560 303 0 0 0 157 0 0 0 25 0 4 0 732545356 173367296 1726 33554432000 4194304 4964800 140736739557824 18446744073709551615 4321016 0 0 4096 18946 0 0 0 -1 2 0 0 0
[pid=14138/tid=14141] ppid=14136 vsize=169304 CPUtime=1.61 cores=0,2,4,6
/proc/14138/task/14141/stat : 14141 (claspmt) R 14136 14138 12655 0 -1 4202560 217 0 0 0 161 0 0 0 20 0 4 0 732545356 173367296 1726 33554432000 4194304 4964800 140736739557824 18446744073709551615 4670077 0 0 4096 18946 0 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 6.4
Current children cumulated vsize (KiB) 169304

[startup+3.10034 s]
/proc/loadavg: 5.70 4.76 5.86 9/390 14142
/proc/meminfo: memFree=14758652/32951124 swapFree=65586204/67111528
[pid=14138] ppid=14136 vsize=169568 CPUtime=12.28 cores=0,2,4,6
/proc/14138/stat : 14138 (claspmt) R 14136 14138 12655 0 -1 4202496 2044 0 0 0 1227 1 0 0 23 0 4 0 732545355 173637632 1971 33554432000 4194304 4964800 140736739557824 18446744073709551615 4321020 0 0 4096 18946 18446744073709551615 0 0 17 6 0 0 0
/proc/14138/statm: 42392 1971 458 189 0 36741 0
[pid=14138/tid=14139] ppid=14136 vsize=169568 CPUtime=3.06 cores=0,2,4,6
/proc/14138/task/14139/stat : 14139 (claspmt) R 14136 14138 12655 0 -1 4202560 375 0 0 0 306 0 0 0 25 0 4 0 732545356 173637632 1971 33554432000 4194304 4964800 140736739557824 18446744073709551615 4653507 0 0 4096 18946 0 0 0 -1 0 0 0 0
[pid=14138/tid=14140] ppid=14136 vsize=169568 CPUtime=3.04 cores=0,2,4,6
/proc/14138/task/14140/stat : 14140 (claspmt) R 14136 14138 12655 0 -1 4202560 386 0 0 0 304 0 0 0 25 0 4 0 732545356 173637632 1971 33554432000 4194304 4964800 140736739557824 18446744073709551615 4320989 0 0 4096 18946 0 0 0 -1 2 0 0 0
[pid=14138/tid=14141] ppid=14136 vsize=169568 CPUtime=3.09 cores=0,2,4,6
/proc/14138/task/14141/stat : 14141 (claspmt) R 14136 14138 12655 0 -1 4202560 251 0 0 0 309 0 0 0 25 0 4 0 732545356 173637632 1971 33554432000 4194304 4964800 140736739557824 18446744073709551615 4320981 0 0 4096 18946 0 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 12.28
Current children cumulated vsize (KiB) 169568

[startup+6.30078 s]
/proc/loadavg: 5.70 4.76 5.86 9/390 14142
/proc/meminfo: memFree=14756304/32951124 swapFree=65586204/67111528
[pid=14138] ppid=14136 vsize=169964 CPUtime=25.03 cores=0,2,4,6
/proc/14138/stat : 14138 (claspmt) R 14136 14138 12655 0 -1 4202496 2335 0 0 0 2501 2 0 0 25 0 4 0 732545355 174043136 2262 33554432000 4194304 4964800 140736739557824 18446744073709551615 4653355 0 0 4096 18946 18446744073709551615 0 0 17 6 0 0 0
/proc/14138/statm: 42491 2262 458 189 0 36840 0
[pid=14138/tid=14139] ppid=14136 vsize=169964 CPUtime=6.25 cores=0,2,4,6
/proc/14138/task/14139/stat : 14139 (claspmt) R 14136 14138 12655 0 -1 4202560 456 0 0 0 625 0 0 0 25 0 4 0 732545356 174043136 2262 33554432000 4194304 4964800 140736739557824 18446744073709551615 4342199 0 0 4096 18946 0 0 0 -1 0 0 0 0
[pid=14138/tid=14140] ppid=14136 vsize=169964 CPUtime=6.24 cores=0,2,4,6
/proc/14138/task/14140/stat : 14140 (claspmt) R 14136 14138 12655 0 -1 4202560 494 0 0 0 624 0 0 0 19 0 4 0 732545356 174043136 2262 33554432000 4194304 4964800 140736739557824 18446744073709551615 4658531 0 0 4096 18946 0 0 0 -1 2 0 0 0
[pid=14138/tid=14141] ppid=14136 vsize=169964 CPUtime=6.28 cores=0,2,4,6
/proc/14138/task/14141/stat : 14141 (claspmt) R 14136 14138 12655 0 -1 4202560 281 0 0 0 628 0 0 0 20 0 4 0 732545356 174043136 2262 33554432000 4194304 4964800 140736739557824 18446744073709551615 4684096 0 0 4096 18946 0 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 25.03
Current children cumulated vsize (KiB) 169964

[startup+12.7007 s]
/proc/loadavg: 6.13 4.88 5.88 9/390 14142
/proc/meminfo: memFree=14753564/32951124 swapFree=65586204/67111528
[pid=14138] ppid=14136 vsize=235632 CPUtime=50.55 cores=0,2,4,6
/proc/14138/stat : 14138 (claspmt) R 14136 14138 12655 0 -1 4202496 2735 0 0 0 5052 3 0 0 25 0 4 0 732545355 241287168 2662 33554432000 4194304 4964800 140736739557824 18446744073709551615 4333225 0 0 4096 18946 18446744073709551615 0 0 17 6 0 0 0
/proc/14138/statm: 58908 2662 458 189 0 53257 0
[pid=14138/tid=14139] ppid=14136 vsize=235632 CPUtime=12.66 cores=0,2,4,6
/proc/14138/task/14139/stat : 14139 (claspmt) R 14136 14138 12655 0 -1 4202560 547 0 0 0 1265 1 0 0 25 0 4 0 732545356 241287168 2662 33554432000 4194304 4964800 140736739557824 18446744073709551615 4670328 0 0 4096 18946 0 0 0 -1 0 0 0 0
[pid=14138/tid=14140] ppid=14136 vsize=235632 CPUtime=12.64 cores=0,2,4,6
/proc/14138/task/14140/stat : 14140 (claspmt) R 14136 14138 12655 0 -1 4202560 636 0 0 0 1264 0 0 0 25 0 4 0 732545356 241287168 2662 33554432000 4194304 4964800 140736739557824 18446744073709551615 4660444 0 0 4096 18946 0 0 0 -1 2 0 0 0
[pid=14138/tid=14141] ppid=14136 vsize=235632 CPUtime=12.68 cores=0,2,4,6
/proc/14138/task/14141/stat : 14141 (claspmt) R 14136 14138 12655 0 -1 4202560 326 0 0 0 1268 0 0 0 25 0 4 0 732545356 241287168 2662 33554432000 4194304 4964800 140736739557824 18446744073709551615 4363438 0 0 4096 18946 0 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 50.55
Current children cumulated vsize (KiB) 235632

[startup+25.5004 s]
/proc/loadavg: 6.41 4.98 5.91 9/390 14142
/proc/meminfo: memFree=14751704/32951124 swapFree=65586204/67111528
[pid=14138] ppid=14136 vsize=235896 CPUtime=101.59 cores=0,2,4,6
/proc/14138/stat : 14138 (claspmt) R 14136 14138 12655 0 -1 4202496 2996 0 0 0 10155 4 0 0 25 0 4 0 732545355 241557504 2923 33554432000 4194304 4964800 140736739557824 18446744073709551615 4687052 0 0 4096 18946 18446744073709551615 0 0 17 6 0 0 0
/proc/14138/statm: 58974 2923 458 189 0 53323 0
[pid=14138/tid=14139] ppid=14136 vsize=235896 CPUtime=25.45 cores=0,2,4,6
/proc/14138/task/14139/stat : 14139 (claspmt) R 14136 14138 12655 0 -1 4202560 669 0 0 0 2544 1 0 0 25 0 4 0 732545356 241557504 2923 33554432000 4194304 4964800 140736739557824 18446744073709551615 4660835 0 0 4096 18946 0 0 0 -1 0 0 0 0
[pid=14138/tid=14140] ppid=14136 vsize=235896 CPUtime=25.43 cores=0,2,4,6
/proc/14138/task/14140/stat : 14140 (claspmt) R 14136 14138 12655 0 -1 4202560 695 0 0 0 2542 1 0 0 25 0 4 0 732545356 241557504 2923 33554432000 4194304 4964800 140736739557824 18446744073709551615 4660526 0 0 4096 18946 0 0 0 -1 2 0 0 0
[pid=14138/tid=14141] ppid=14136 vsize=235896 CPUtime=25.48 cores=0,2,4,6
/proc/14138/task/14141/stat : 14141 (claspmt) R 14136 14138 12655 0 -1 4202560 332 0 0 0 2547 1 0 0 25 0 4 0 732545356 241557504 2923 33554432000 4194304 4964800 140736739557824 18446744073709551615 4379076 0 0 4096 18946 0 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 101.59
Current children cumulated vsize (KiB) 235896

[startup+51.101 s]
/proc/loadavg: 7.01 5.24 5.97 9/390 14143
/proc/meminfo: memFree=14749448/32951124 swapFree=65586204/67111528
[pid=14138] ppid=14136 vsize=236164 CPUtime=203.68 cores=0,2,4,6
/proc/14138/stat : 14138 (claspmt) R 14136 14138 12655 0 -1 4202496 3225 0 0 0 20364 4 0 0 25 0 4 0 732545355 241831936 3152 33554432000 4194304 4964800 140736739557824 18446744073709551615 4660157 0 0 4096 18946 18446744073709551615 0 0 17 6 0 0 0
/proc/14138/statm: 59041 3152 458 189 0 53390 0
[pid=14138/tid=14139] ppid=14136 vsize=236164 CPUtime=51.05 cores=0,2,4,6
/proc/14138/task/14139/stat : 14139 (claspmt) R 14136 14138 12655 0 -1 4202560 791 0 0 0 5104 1 0 0 25 0 4 0 732545356 241831936 3152 33554432000 4194304 4964800 140736739557824 18446744073709551615 4670299 0 0 4096 18946 0 0 0 -1 0 0 0 0
[pid=14138/tid=14140] ppid=14136 vsize=236164 CPUtime=51.03 cores=0,2,4,6
/proc/14138/task/14140/stat : 14140 (claspmt) R 14136 14138 12655 0 -1 4202560 712 0 0 0 5102 1 0 0 25 0 4 0 732545356 241831936 3152 33554432000 4194304 4964800 140736739557824 18446744073709551615 4670328 0 0 4096 18946 0 0 0 -1 2 0 0 0
[pid=14138/tid=14141] ppid=14136 vsize=236164 CPUtime=51.08 cores=0,2,4,6
/proc/14138/task/14141/stat : 14141 (claspmt) R 14136 14138 12655 0 -1 4202560 337 0 0 0 5107 1 0 0 25 0 4 0 732545356 241831936 3152 33554432000 4194304 4964800 140736739557824 18446744073709551615 4670310 0 0 4096 18946 0 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 203.68
Current children cumulated vsize (KiB) 236164

[startup+102.301 s]
/proc/loadavg: 7.70 5.73 6.09 9/390 14144
/proc/meminfo: memFree=14746448/32951124 swapFree=65586204/67111528
[pid=14138] ppid=14136 vsize=236572 CPUtime=407.91 cores=0,2,4,6
/proc/14138/stat : 14138 (claspmt) R 14136 14138 12655 0 -1 4202496 3558 0 0 0 40786 5 0 0 25 0 4 0 732545355 242249728 3485 33554432000 4194304 4964800 140736739557824 18446744073709551615 4321102 0 0 4096 18946 18446744073709551615 0 0 17 6 0 0 0
/proc/14138/statm: 59143 3485 458 189 0 53492 0
[pid=14138/tid=14139] ppid=14136 vsize=236572 CPUtime=102.26 cores=0,2,4,6
/proc/14138/task/14139/stat : 14139 (claspmt) R 14136 14138 12655 0 -1 4202560 864 0 0 0 10225 1 0 0 25 0 4 0 732545356 242249728 3485 33554432000 4194304 4964800 140736739557824 18446744073709551615 4362098 0 0 4096 18946 0 0 0 -1 0 0 0 0
[pid=14138/tid=14140] ppid=14136 vsize=236572 CPUtime=102.24 cores=0,2,4,6
/proc/14138/task/14140/stat : 14140 (claspmt) R 14136 14138 12655 0 -1 4202560 743 0 0 0 10223 1 0 0 25 0 4 0 732545356 242249728 3485 33554432000 4194304 4964800 140736739557824 18446744073709551615 4378480 0 0 4096 18946 0 0 0 -1 2 0 0 0
[pid=14138/tid=14141] ppid=14136 vsize=236572 CPUtime=102.3 cores=0,2,4,6
/proc/14138/task/14141/stat : 14141 (claspmt) R 14136 14138 12655 0 -1 4202560 467 0 0 0 10229 1 0 0 25 0 4 0 732545356 242249728 3485 33554432000 4194304 4964800 140736739557824 18446744073709551615 4670349 0 0 4096 18946 0 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 407.91
Current children cumulated vsize (KiB) 236572

[startup+162.301 s]

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

/proc/14138/task/14141/stat : 14141 (claspmt) R 14136 14138 12655 0 -1 4202560 494 0 0 0 28227 1 0 0 25 0 4 0 732545356 242802688 3889 33554432000 4194304 4964800 140736739557824 18446744073709551615 4653265 0 0 4096 18946 0 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 1125.71
Current children cumulated vsize (KiB) 237112

[startup+342.3 s]
/proc/loadavg: 8.05 7.02 6.53 9/390 14151
/proc/meminfo: memFree=14743124/32951124 swapFree=65586204/67111528
[pid=14138] ppid=14136 vsize=237112 CPUtime=1364.98 cores=0,2,4,6
/proc/14138/stat : 14138 (claspmt) R 14136 14138 12655 0 -1 4202496 4010 0 0 0 136491 7 0 0 25 0 4 0 732545355 242802688 3922 33554432000 4194304 4964800 140736739557824 18446744073709551615 4670340 0 0 4096 18946 18446744073709551615 0 0 17 6 0 0 0
/proc/14138/statm: 59278 3922 458 189 0 53627 0
[pid=14138/tid=14139] ppid=14136 vsize=237112 CPUtime=342.24 cores=0,2,4,6
/proc/14138/task/14139/stat : 14139 (claspmt) R 14136 14138 12655 0 -1 4202560 1025 0 0 0 34222 2 0 0 25 0 4 0 732545356 242802688 3922 33554432000 4194304 4964800 140736739557824 18446744073709551615 4670261 0 0 4096 18946 0 0 0 -1 0 0 0 0
[pid=14138/tid=14140] ppid=14136 vsize=237112 CPUtime=342.17 cores=0,2,4,6
/proc/14138/task/14140/stat : 14140 (claspmt) R 14136 14138 12655 0 -1 4202560 912 0 0 0 34216 1 0 0 25 0 4 0 732545356 242802688 3922 33554432000 4194304 4964800 140736739557824 18446744073709551615 4670134 0 0 4096 18946 0 0 0 -1 2 0 0 0
[pid=14138/tid=14141] ppid=14136 vsize=237112 CPUtime=342.28 cores=0,2,4,6
/proc/14138/task/14141/stat : 14141 (claspmt) R 14136 14138 12655 0 -1 4202560 494 0 0 0 34227 1 0 0 25 0 4 0 732545356 242802688 3922 33554432000 4194304 4964800 140736739557824 18446744073709551615 4324966 0 0 4096 18946 0 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 1364.98
Current children cumulated vsize (KiB) 237112

[startup+402.301 s]
/proc/loadavg: 8.36 7.27 6.65 10/391 14155
/proc/meminfo: memFree=14720516/32951124 swapFree=65586204/67111528
[pid=14138] ppid=14136 vsize=237244 CPUtime=1603.78 cores=0,2,4,6
/proc/14138/stat : 14138 (claspmt) R 14136 14138 12655 0 -1 4202496 4104 0 0 0 160370 8 0 0 25 0 4 0 732545355 242937856 4016 33554432000 4194304 4964800 140736739557824 18446744073709551615 4670308 0 0 4096 18946 18446744073709551615 0 0 17 6 0 0 0
/proc/14138/statm: 59311 4016 458 189 0 53660 0
[pid=14138/tid=14139] ppid=14136 vsize=237244 CPUtime=402.24 cores=0,2,4,6
/proc/14138/task/14139/stat : 14139 (claspmt) R 14136 14138 12655 0 -1 4202560 1063 0 0 0 40222 2 0 0 25 0 4 0 732545356 242937856 4016 33554432000 4194304 4964800 140736739557824 18446744073709551615 4670299 0 0 4096 18946 0 0 0 -1 0 0 0 0
[pid=14138/tid=14140] ppid=14136 vsize=237244 CPUtime=401.81 cores=0,2,4,6
/proc/14138/task/14140/stat : 14140 (claspmt) R 14136 14138 12655 0 -1 4202560 944 0 0 0 40180 1 0 0 25 0 4 0 732545356 242937856 4016 33554432000 4194304 4964800 140736739557824 18446744073709551615 4653216 0 0 4096 18946 0 0 0 -1 2 0 0 0
[pid=14138/tid=14141] ppid=14136 vsize=237244 CPUtime=402.28 cores=0,2,4,6
/proc/14138/task/14141/stat : 14141 (claspmt) R 14136 14138 12655 0 -1 4202560 501 0 0 0 40227 1 0 0 25 0 4 0 732545356 242937856 4016 33554432000 4194304 4964800 140736739557824 18446744073709551615 4627551 0 0 4096 18946 0 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 1603.78
Current children cumulated vsize (KiB) 237244

[startup+462.3 s]
/proc/loadavg: 8.20 7.43 6.74 9/390 14157
/proc/meminfo: memFree=14741500/32951124 swapFree=65586204/67111528
[pid=14138] ppid=14136 vsize=237376 CPUtime=1842.79 cores=0,2,4,6
/proc/14138/stat : 14138 (claspmt) R 14136 14138 12655 0 -1 4202496 4140 0 0 0 184271 8 0 0 25 0 4 0 732545355 243073024 4052 33554432000 4194304 4964800 140736739557824 18446744073709551615 4670357 0 0 4096 18946 18446744073709551615 0 0 17 6 0 0 0
/proc/14138/statm: 59344 4052 458 189 0 53693 0
[pid=14138/tid=14139] ppid=14136 vsize=237376 CPUtime=462.23 cores=0,2,4,6
/proc/14138/task/14139/stat : 14139 (claspmt) R 14136 14138 12655 0 -1 4202560 1077 0 0 0 46221 2 0 0 25 0 4 0 732545356 243073024 4052 33554432000 4194304 4964800 140736739557824 18446744073709551615 4320966 0 0 4096 18946 0 0 0 -1 0 0 0 0
[pid=14138/tid=14140] ppid=14136 vsize=237376 CPUtime=461.54 cores=0,2,4,6
/proc/14138/task/14140/stat : 14140 (claspmt) R 14136 14138 12655 0 -1 4202560 966 0 0 0 46153 1 0 0 25 0 4 0 732545356 243073024 4052 33554432000 4194304 4964800 140736739557824 18446744073709551615 4670381 0 0 4096 18946 0 0 0 -1 2 0 0 0
[pid=14138/tid=14141] ppid=14136 vsize=237376 CPUtime=462.28 cores=0,2,4,6
/proc/14138/task/14141/stat : 14141 (claspmt) R 14136 14138 12655 0 -1 4202560 501 0 0 0 46227 1 0 0 25 0 4 0 732545356 243073024 4052 33554432000 4194304 4964800 140736739557824 18446744073709551615 4325216 0 0 4096 18946 0 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 1842.79
Current children cumulated vsize (KiB) 237376

[startup+522.301 s]
/proc/loadavg: 8.18 7.56 6.83 9/390 14159
/proc/meminfo: memFree=14741484/32951124 swapFree=65586204/67111528
[pid=14138] ppid=14136 vsize=237376 CPUtime=2082.08 cores=0,2,4,6
/proc/14138/stat : 14138 (claspmt) R 14136 14138 12655 0 -1 4202496 4174 0 0 0 208200 8 0 0 25 0 4 0 732545355 243073024 4086 33554432000 4194304 4964800 140736739557824 18446744073709551615 4670361 0 0 4096 18946 18446744073709551615 0 0 17 6 0 0 0
/proc/14138/statm: 59344 4086 458 189 0 53693 0
[pid=14138/tid=14139] ppid=14136 vsize=237376 CPUtime=522.24 cores=0,2,4,6
/proc/14138/task/14139/stat : 14139 (claspmt) R 14136 14138 12655 0 -1 4202560 1079 0 0 0 52222 2 0 0 25 0 4 0 732545356 243073024 4086 33554432000 4194304 4964800 140736739557824 18446744073709551615 4342157 0 0 4096 18946 0 0 0 -1 0 0 0 0
[pid=14138/tid=14140] ppid=14136 vsize=237376 CPUtime=521.53 cores=0,2,4,6
/proc/14138/task/14140/stat : 14140 (claspmt) R 14136 14138 12655 0 -1 4202560 985 0 0 0 52152 1 0 0 25 0 4 0 732545356 243073024 4086 33554432000 4194304 4964800 140736739557824 18446744073709551615 4320966 0 0 4096 18946 0 0 0 -1 2 0 0 0
[pid=14138/tid=14141] ppid=14136 vsize=237376 CPUtime=522.28 cores=0,2,4,6
/proc/14138/task/14141/stat : 14141 (claspmt) R 14136 14138 12655 0 -1 4202560 501 0 0 0 52227 1 0 0 25 0 4 0 732545356 243073024 4086 33554432000 4194304 4964800 140736739557824 18446744073709551615 4670206 0 0 4096 18946 0 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 2082.08
Current children cumulated vsize (KiB) 237376

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

[startup+538.701 s]
/proc/loadavg: 8.21 7.60 6.85 9/390 14159
/proc/meminfo: memFree=14741480/32951124 swapFree=65586204/67111528
[pid=14138] ppid=14136 vsize=237376 CPUtime=2147.49 cores=0,2,4,6
/proc/14138/stat : 14138 (claspmt) R 14136 14138 12655 0 -1 4202496 4177 0 0 0 214741 8 0 0 25 0 4 0 732545355 243073024 4089 33554432000 4194304 4964800 140736739557824 18446744073709551615 4653504 0 0 4096 18946 18446744073709551615 0 0 17 6 0 0 0
/proc/14138/statm: 59344 4089 458 189 0 53693 0
[pid=14138/tid=14139] ppid=14136 vsize=237376 CPUtime=538.64 cores=0,2,4,6
/proc/14138/task/14139/stat : 14139 (claspmt) R 14136 14138 12655 0 -1 4202560 1079 0 0 0 53862 2 0 0 25 0 4 0 732545356 243073024 4089 33554432000 4194304 4964800 140736739557824 18446744073709551615 4670403 0 0 4096 18946 0 0 0 -1 0 0 0 0
[pid=14138/tid=14140] ppid=14136 vsize=237376 CPUtime=537.93 cores=0,2,4,6
/proc/14138/task/14140/stat : 14140 (claspmt) R 14136 14138 12655 0 -1 4202560 988 0 0 0 53792 1 0 0 25 0 4 0 732545356 243073024 4089 33554432000 4194304 4964800 140736739557824 18446744073709551615 4670323 0 0 4096 18946 0 0 0 -1 2 0 0 0
[pid=14138/tid=14141] ppid=14136 vsize=237376 CPUtime=538.68 cores=0,2,4,6
/proc/14138/task/14141/stat : 14141 (claspmt) R 14136 14138 12655 0 -1 4202560 501 0 0 0 53867 1 0 0 25 0 4 0 732545356 243073024 4089 33554432000 4194304 4964800 140736739557824 18446744073709551615 4644872 0 0 4096 18946 0 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 2147.49
Current children cumulated vsize (KiB) 237376

[startup+551.501 s]
/proc/loadavg: 8.18 7.61 6.86 9/390 14159
/proc/meminfo: memFree=14741596/32951124 swapFree=65586204/67111528
[pid=14138] ppid=14136 vsize=237376 CPUtime=2198.53 cores=0,2,4,6
/proc/14138/stat : 14138 (claspmt) R 14136 14138 12655 0 -1 4202496 4177 0 0 0 219845 8 0 0 25 0 4 0 732545355 243073024 4089 33554432000 4194304 4964800 140736739557824 18446744073709551615 4660449 0 0 4096 18946 18446744073709551615 0 0 17 6 0 0 0
/proc/14138/statm: 59344 4089 458 189 0 53693 0
[pid=14138/tid=14139] ppid=14136 vsize=237376 CPUtime=551.44 cores=0,2,4,6
/proc/14138/task/14139/stat : 14139 (claspmt) R 14136 14138 12655 0 -1 4202560 1079 0 0 0 55142 2 0 0 25 0 4 0 732545356 243073024 4089 33554432000 4194304 4964800 140736739557824 18446744073709551615 216734836998 0 0 4096 18946 0 0 0 -1 0 0 0 0
[pid=14138/tid=14140] ppid=14136 vsize=237376 CPUtime=550.73 cores=0,2,4,6
/proc/14138/task/14140/stat : 14140 (claspmt) R 14136 14138 12655 0 -1 4202560 988 0 0 0 55072 1 0 0 25 0 4 0 732545356 243073024 4089 33554432000 4194304 4964800 140736739557824 18446744073709551615 4670273 0 0 4096 18946 0 0 0 -1 2 0 0 0
[pid=14138/tid=14141] ppid=14136 vsize=237376 CPUtime=551.48 cores=0,2,4,6
/proc/14138/task/14141/stat : 14141 (claspmt) R 14136 14138 12655 0 -1 4202560 501 0 0 0 55147 1 0 0 25 0 4 0 732545356 243073024 4089 33554432000 4194304 4964800 140736739557824 18446744073709551615 4320955 0 0 4096 18946 0 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 2198.53
Current children cumulated vsize (KiB) 237376

[startup+554.701 s]
/proc/loadavg: 8.16 7.62 6.87 9/390 14159
/proc/meminfo: memFree=14741596/32951124 swapFree=65586204/67111528
[pid=14138] ppid=14136 vsize=237376 CPUtime=2211.29 cores=0,2,4,6
/proc/14138/stat : 14138 (claspmt) R 14136 14138 12655 0 -1 4202496 4177 0 0 0 221121 8 0 0 25 0 4 0 732545355 243073024 4089 33554432000 4194304 4964800 140736739557824 18446744073709551615 4653899 0 0 4096 18946 18446744073709551615 0 0 17 6 0 0 0
/proc/14138/statm: 59344 4089 458 189 0 53693 0
[pid=14138/tid=14139] ppid=14136 vsize=237376 CPUtime=554.64 cores=0,2,4,6
/proc/14138/task/14139/stat : 14139 (claspmt) R 14136 14138 12655 0 -1 4202560 1079 0 0 0 55462 2 0 0 25 0 4 0 732545356 243073024 4089 33554432000 4194304 4964800 140736739557824 18446744073709551615 4320879 0 0 4096 18946 0 0 0 -1 0 0 0 0
[pid=14138/tid=14140] ppid=14136 vsize=237376 CPUtime=553.93 cores=0,2,4,6
/proc/14138/task/14140/stat : 14140 (claspmt) R 14136 14138 12655 0 -1 4202560 988 0 0 0 55392 1 0 0 25 0 4 0 732545356 243073024 4089 33554432000 4194304 4964800 140736739557824 18446744073709551615 4321025 0 0 4096 18946 0 0 0 -1 2 0 0 0
[pid=14138/tid=14141] ppid=14136 vsize=237376 CPUtime=554.68 cores=0,2,4,6
/proc/14138/task/14141/stat : 14141 (claspmt) R 14136 14138 12655 0 -1 4202560 501 0 0 0 55467 1 0 0 25 0 4 0 732545356 243073024 4089 33554432000 4194304 4964800 140736739557824 18446744073709551615 4332630 0 0 4096 18946 0 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 2211.29
Current children cumulated vsize (KiB) 237376

[startup+556.301 s]
/proc/loadavg: 8.16 7.62 6.87 9/390 14159
/proc/meminfo: memFree=14741472/32951124 swapFree=65586204/67111528
[pid=14138] ppid=14136 vsize=237376 CPUtime=2217.68 cores=0,2,4,6
/proc/14138/stat : 14138 (claspmt) R 14136 14138 12655 0 -1 4202496 4177 0 0 0 221760 8 0 0 25 0 4 0 732545355 243073024 4089 33554432000 4194304 4964800 140736739557824 18446744073709551615 4332645 0 0 4096 18946 18446744073709551615 0 0 17 6 0 0 0
/proc/14138/statm: 59344 4089 458 189 0 53693 0
[pid=14138/tid=14139] ppid=14136 vsize=237376 CPUtime=556.24 cores=0,2,4,6
/proc/14138/task/14139/stat : 14139 (claspmt) R 14136 14138 12655 0 -1 4202560 1079 0 0 0 55622 2 0 0 25 0 4 0 732545356 243073024 4089 33554432000 4194304 4964800 140736739557824 18446744073709551615 4670264 0 0 4096 18946 0 0 0 -1 0 0 0 0
[pid=14138/tid=14140] ppid=14136 vsize=237376 CPUtime=555.53 cores=0,2,4,6
/proc/14138/task/14140/stat : 14140 (claspmt) R 14136 14138 12655 0 -1 4202560 988 0 0 0 55552 1 0 0 25 0 4 0 732545356 243073024 4089 33554432000 4194304 4964800 140736739557824 18446744073709551615 4670308 0 0 4096 18946 0 0 0 -1 2 0 0 0
[pid=14138/tid=14141] ppid=14136 vsize=237376 CPUtime=556.28 cores=0,2,4,6
/proc/14138/task/14141/stat : 14141 (claspmt) R 14136 14138 12655 0 -1 4202560 501 0 0 0 55627 1 0 0 25 0 4 0 732545356 243073024 4089 33554432000 4194304 4964800 140736739557824 18446744073709551615 4670308 0 0 4096 18946 0 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 2217.68
Current children cumulated vsize (KiB) 237376

[startup+557.101 s]
/proc/loadavg: 8.15 7.62 6.87 9/390 14159
/proc/meminfo: memFree=14741472/32951124 swapFree=65586204/67111528
[pid=14138] ppid=14136 vsize=237376 CPUtime=2220.86 cores=0,2,4,6
/proc/14138/stat : 14138 (claspmt) R 14136 14138 12655 0 -1 4202496 4177 0 0 0 222078 8 0 0 25 0 4 0 732545355 243073024 4089 33554432000 4194304 4964800 140736739557824 18446744073709551615 4670328 0 0 4096 18946 18446744073709551615 0 0 17 6 0 0 0
/proc/14138/statm: 59344 4089 458 189 0 53693 0
[pid=14138/tid=14139] ppid=14136 vsize=237376 CPUtime=557.04 cores=0,2,4,6
/proc/14138/task/14139/stat : 14139 (claspmt) R 14136 14138 12655 0 -1 4202560 1079 0 0 0 55702 2 0 0 25 0 4 0 732545356 243073024 4089 33554432000 4194304 4964800 140736739557824 18446744073709551615 4660247 0 0 4096 18946 0 0 0 -1 0 0 0 0
[pid=14138/tid=14140] ppid=14136 vsize=237376 CPUtime=556.33 cores=0,2,4,6
/proc/14138/task/14140/stat : 14140 (claspmt) R 14136 14138 12655 0 -1 4202560 988 0 0 0 55632 1 0 0 25 0 4 0 732545356 243073024 4089 33554432000 4194304 4964800 140736739557824 18446744073709551615 4320976 0 0 4096 18946 0 0 0 -1 2 0 0 0
[pid=14138/tid=14141] ppid=14136 vsize=237376 CPUtime=557.08 cores=0,2,4,6
/proc/14138/task/14141/stat : 14141 (claspmt) R 14136 14138 12655 0 -1 4202560 501 0 0 0 55707 1 0 0 25 0 4 0 732545356 243073024 4089 33554432000 4194304 4964800 140736739557824 18446744073709551615 4628046 0 0 4096 18946 0 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 2220.86
Current children cumulated vsize (KiB) 237376

[startup+557.901 s]
/proc/loadavg: 8.15 7.62 6.87 9/390 14159
/proc/meminfo: memFree=14741472/32951124 swapFree=65586204/67111528
[pid=14138] ppid=14136 vsize=237376 CPUtime=2224.05 cores=0,2,4,6
/proc/14138/stat : 14138 (claspmt) R 14136 14138 12655 0 -1 4202496 4177 0 0 0 222397 8 0 0 25 0 4 0 732545355 243073024 4089 33554432000 4194304 4964800 140736739557824 18446744073709551615 4627259 0 0 4096 18946 18446744073709551615 0 0 17 6 0 0 0
/proc/14138/statm: 59344 4089 458 189 0 53693 0
[pid=14138/tid=14139] ppid=14136 vsize=237376 CPUtime=557.84 cores=0,2,4,6
/proc/14138/task/14139/stat : 14139 (claspmt) R 14136 14138 12655 0 -1 4202560 1079 0 0 0 55782 2 0 0 25 0 4 0 732545356 243073024 4089 33554432000 4194304 4964800 140736739557824 18446744073709551615 4670346 0 0 4096 18946 0 0 0 -1 0 0 0 0
[pid=14138/tid=14140] ppid=14136 vsize=237376 CPUtime=557.13 cores=0,2,4,6
/proc/14138/task/14140/stat : 14140 (claspmt) R 14136 14138 12655 0 -1 4202560 988 0 0 0 55712 1 0 0 25 0 4 0 732545356 243073024 4089 33554432000 4194304 4964800 140736739557824 18446744073709551615 4660444 0 0 4096 18946 0 0 0 -1 2 0 0 0
[pid=14138/tid=14141] ppid=14136 vsize=237376 CPUtime=557.88 cores=0,2,4,6
/proc/14138/task/14141/stat : 14141 (claspmt) R 14136 14138 12655 0 -1 4202560 501 0 0 0 55787 1 0 0 25 0 4 0 732545356 243073024 4089 33554432000 4194304 4964800 140736739557824 18446744073709551615 4660209 0 0 4096 18946 0 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 2224.05
Current children cumulated vsize (KiB) 237376

[startup+558.1 s]
/proc/loadavg: 8.15 7.62 6.87 9/390 14159
/proc/meminfo: memFree=14741472/32951124 swapFree=65586204/67111528
[pid=14138] ppid=14136 vsize=237376 CPUtime=2224.85 cores=0,2,4,6
/proc/14138/stat : 14138 (claspmt) R 14136 14138 12655 0 -1 4202496 4177 0 0 0 222477 8 0 0 25 0 4 0 732545355 243073024 4089 33554432000 4194304 4964800 140736739557824 18446744073709551615 4320944 0 0 4096 18946 18446744073709551615 0 0 17 6 0 0 0
/proc/14138/statm: 59344 4089 458 189 0 53693 0
[pid=14138/tid=14139] ppid=14136 vsize=237376 CPUtime=558.04 cores=0,2,4,6
/proc/14138/task/14139/stat : 14139 (claspmt) R 14136 14138 12655 0 -1 4202560 1079 0 0 0 55802 2 0 0 25 0 4 0 732545356 243073024 4089 33554432000 4194304 4964800 140736739557824 18446744073709551615 4332422 0 0 4096 18946 0 0 0 -1 0 0 0 0
[pid=14138/tid=14140] ppid=14136 vsize=237376 CPUtime=557.33 cores=0,2,4,6
/proc/14138/task/14140/stat : 14140 (claspmt) R 14136 14138 12655 0 -1 4202560 988 0 0 0 55732 1 0 0 25 0 4 0 732545356 243073024 4089 33554432000 4194304 4964800 140736739557824 18446744073709551615 4670323 0 0 4096 18946 0 0 0 -1 2 0 0 0
[pid=14138/tid=14141] ppid=14136 vsize=237376 CPUtime=558.08 cores=0,2,4,6
/proc/14138/task/14141/stat : 14141 (claspmt) R 14136 14138 12655 0 -1 4202560 501 0 0 0 55807 1 0 0 25 0 4 0 732545356 243073024 4089 33554432000 4194304 4964800 140736739557824 18446744073709551615 4670343 0 0 4096 18946 0 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 2224.85
Current children cumulated vsize (KiB) 237376

Child status: 10
Real time (s): 558.151
CPU time (s): 2225.05
CPU user time (s): 2224.97
CPU system time (s): 0.084987
CPU usage (%): 398.647
Max. virtual memory (cumulated for all children) (KiB): 237376

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 2224.97
system time used= 0.084987
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 4191
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= 11724
involuntary context switches= 11483

runsolver used 1.9547 second user time and 4.63729 second system time

The end

Launcher Data

Begin job on node119 at 2011-05-15 03:32:27
IDJOB=3373279
IDBENCH=83142
IDSOLVER=1853
FILE ID=node119/3373279-1305423147
RUNJOBID= node119-1305423115-14084
PBS_JOBID= 13324563
Free space on /tmp= 73196 MiB

SOLVER NAME= claspmt 2.0-R4095-patched (fixed)
BENCH NAME= SAT11/crafted/spence/sgen/sgen3-n200-s39840374-sat.cnf
COMMAND LINE= HOME/claspmt -tNBCORE -p HOME/sat11-port.txt --distribute=all,2 BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3373279-1305423147/watcher-3373279-1305423147 -o /tmp/evaluation-result-3373279-1305423147/solver-3373279-1305423147 -C 4800 -W 1300 -M 15500  HOME/claspmt -t4 -p HOME/sat11-port.txt --distribute=all,2 HOME/instance-3373279-1305423147.cnf

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

MD5SUM BENCH= 085a3847e14185843eddf941accab006
RANDOM SEED=97852042

node119.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.815
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.63
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.815
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.815
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.74
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.815
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.83
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.815
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.67
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.815
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.83
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.815
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.74
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.815
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.83
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]


/proc/meminfo:
MemTotal:     32951124 kB
MemFree:      14765084 kB
Buffers:        289320 kB
Cached:        4672416 kB
SwapCached:       4756 kB
Active:       14728596 kB
Inactive:      3125876 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32951124 kB
LowFree:      14765084 kB
SwapTotal:    67111528 kB
SwapFree:     65586204 kB
Dirty:            1324 kB
Writeback:          16 kB
AnonPages:    12891196 kB
Mapped:          30796 kB
Slab:           210724 kB
PageTables:      56904 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83587088 kB
Committed_AS: 102502944 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= 73192 MiB
End job on node119 at 2011-05-15 03:41:45