Trace number 3381089

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 3023.59 378.916

General information on the benchmark

Namecrafted/kullmann/VanDerWaerden/VanderWaerden_pd_3k/
VanDerWaerden_pd_2-3-22_462.cnf
MD5SUM4975f32607352c0a4d9db1abea12627a
Bench CategoryCRAFTED (crafted instances)
Best result obtained on this benchmarkSAT
Best CPU time to get the best result obtained on this benchmark4.43033
Satisfiable
(Un)Satisfiability was proved
Number of variables231
Number of clauses28738
Sum of the clauses size129678
Maximum clause length22
Minimum clause length2
Number of clauses of size 10
Number of clauses of size 277
Number of clauses of size 326363
Number of clauses of size 40
Number of clauses of size 50
Number of clauses of size over 52298

Solver Data

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

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-3381089-1305504023/watcher-3381089-1305504023 -o /tmp/evaluation-result-3381089-1305504023/solver-3381089-1305504023 -C 40000 -W 5100 -M 31000 HOME/claspmt -t8 -p HOME/sat11-port.txt --distribute=all,2 HOME/instance-3381089-1305504023.cnf 

running on 8 cores: 0,2,4,6,1,3,5,7

Enforcing CPUTime limit (soft limit, will send SIGTERM then SIGKILL): 40000 seconds
Enforcing CPUTime limit (hard limit, will send SIGXCPU): 40030 seconds
Enforcing wall clock limit (soft limit, will send SIGTERM then SIGKILL): 5100 seconds
Enforcing VSIZE limit (soft limit, will send SIGTERM then SIGKILL): 31744000 KiB
Enforcing VSIZE limit (hard limit, stack expansion will fail with SIGSEGV, brk() and mmap() will return ENOMEM): 31795200 KiB
Current StackSize limit: 10240 KiB


[startup+0 s]
/proc/loadavg: 6.81 7.77 7.92 2/417 758
/proc/meminfo: memFree=21179648/32950928 swapFree=65730872/67111528
[pid=758] ppid=756 vsize=20872 CPUtime=0 cores=0-7
/proc/758/stat : 758 (claspmt) R 756 758 731 0 -1 4202496 486 0 0 0 0 0 0 0 25 0 1 0 740632967 21372928 416 33554432000 4194304 4964800 140733288605664 18446744073709551615 260905091616 0 0 4096 0 0 0 0 17 2 0 0 0
/proc/758/statm: 5218 416 353 189 0 92 0

[startup+0.0417419 s]
/proc/loadavg: 6.81 7.77 7.92 2/417 758
/proc/meminfo: memFree=21179648/32950928 swapFree=65730872/67111528
[pid=758] ppid=756 vsize=23788 CPUtime=0.03 cores=0-7
/proc/758/stat : 758 (claspmt) R 756 758 731 0 -1 4202496 1324 0 0 0 3 0 0 0 25 0 1 0 740632967 24358912 1163 33554432000 4194304 4964800 140733288605664 18446744073709551615 4607590 0 0 4096 18946 0 0 0 17 2 0 0 0
/proc/758/statm: 5947 1163 399 189 0 821 0
Current children cumulated CPU time (s) 0.03
Current children cumulated vsize (KiB) 23788

[startup+0.100731 s]
/proc/loadavg: 6.81 7.77 7.92 2/417 758
/proc/meminfo: memFree=21179648/32950928 swapFree=65730872/67111528
[pid=758] ppid=756 vsize=23788 CPUtime=0.09 cores=0-7
/proc/758/stat : 758 (claspmt) R 756 758 731 0 -1 4202496 1324 0 0 0 9 0 0 0 25 0 1 0 740632967 24358912 1163 33554432000 4194304 4964800 140733288605664 18446744073709551615 4607644 0 0 4096 18946 0 0 0 17 2 0 0 0
/proc/758/statm: 5947 1163 399 189 0 821 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 23788

[startup+0.320334 s]
/proc/loadavg: 6.81 7.77 7.92 2/417 758
/proc/meminfo: memFree=21179648/32950928 swapFree=65730872/67111528
[pid=758] ppid=756 vsize=318424 CPUtime=1.98 cores=0-7
/proc/758/stat : 758 (claspmt) R 756 758 731 0 -1 4202496 3503 0 0 0 197 1 0 0 25 0 8 0 740632967 326066176 3283 33554432000 4194304 4964800 140733288605664 18446744073709551615 4668672 0 0 4096 18946 18446744073709551615 0 0 17 3 0 0 0
/proc/758/statm: 80101 5405 464 189 0 74450 0
Current children cumulated CPU time (s) 1.98
Current children cumulated vsize (KiB) 318424

[startup+1.04756 s]
/proc/loadavg: 6.81 7.77 7.92 2/417 758
/proc/meminfo: memFree=21179648/32950928 swapFree=65730872/67111528
[pid=758] ppid=756 vsize=320540 CPUtime=6.94 cores=0-7
/proc/758/stat : 758 (claspmt) R 756 758 731 0 -1 4202496 5758 0 0 0 692 2 0 0 25 0 8 0 740632967 328232960 5538 33554432000 4194304 4964800 140733288605664 18446744073709551615 4670538 0 0 4096 18946 18446744073709551615 0 0 17 3 0 0 0
/proc/758/statm: 80135 5538 464 189 0 74484 0
Current children cumulated CPU time (s) 6.94
Current children cumulated vsize (KiB) 320540

[startup+1.50048 s]
/proc/loadavg: 6.81 7.77 7.92 2/417 758
/proc/meminfo: memFree=21179648/32950928 swapFree=65730872/67111528
[pid=758] ppid=756 vsize=321340 CPUtime=10.56 cores=0-7
/proc/758/stat : 758 (claspmt) R 756 758 731 0 -1 4202496 6846 0 0 0 1054 2 0 0 25 0 8 0 740632967 329052160 6626 33554432000 4194304 4964800 140733288605664 18446744073709551615 4670346 0 0 4096 18946 18446744073709551615 0 0 17 3 0 0 0
/proc/758/statm: 80335 6626 464 189 0 74684 0
Current children cumulated CPU time (s) 10.56
Current children cumulated vsize (KiB) 321340

[startup+3.10119 s]
/proc/loadavg: 6.91 7.78 7.92 9/425 766
/proc/meminfo: memFree=21149608/32950928 swapFree=65730872/67111528
[pid=758] ppid=756 vsize=321948 CPUtime=23.33 cores=0-7
/proc/758/stat : 758 (claspmt) R 756 758 731 0 -1 4202496 8423 0 0 0 2330 3 0 0 25 0 8 0 740632967 329674752 8203 33554432000 4194304 4964800 140733288605664 18446744073709551615 4670346 0 0 4096 18946 18446744073709551615 0 0 17 3 0 0 0
/proc/758/statm: 80487 8203 466 189 0 74836 0
[pid=758/tid=760] ppid=756 vsize=321948 CPUtime=2.89 cores=0-7
/proc/758/task/760/stat : 760 (claspmt) R 756 758 731 0 -1 4202560 789 0 0 0 289 0 0 0 20 0 8 0 740632987 329674752 8203 33554432000 4194304 4964800 140733288605664 18446744073709551615 4670308 0 0 4096 18946 0 0 0 -1 1 0 0 0
[pid=758/tid=761] ppid=756 vsize=321948 CPUtime=2.88 cores=0-7
/proc/758/task/761/stat : 761 (claspmt) R 756 758 731 0 -1 4202560 1241 0 0 0 288 0 0 0 25 0 8 0 740632987 329674752 8203 33554432000 4194304 4964800 140733288605664 18446744073709551615 4670546 0 0 4096 18946 0 0 0 -1 2 0 0 0
[pid=758/tid=762] ppid=756 vsize=321948 CPUtime=2.89 cores=0-7
/proc/758/task/762/stat : 762 (claspmt) R 756 758 731 0 -1 4202560 732 0 0 0 289 0 0 0 25 0 8 0 740632987 329674752 8203 33554432000 4194304 4964800 140733288605664 18446744073709551615 4668552 0 0 4096 18946 0 0 0 -1 4 0 0 0
[pid=758/tid=763] ppid=756 vsize=321948 CPUtime=2.89 cores=0-7
/proc/758/task/763/stat : 763 (claspmt) R 756 758 731 0 -1 4202560 815 0 0 0 289 0 0 0 25 0 8 0 740632987 329674752 8203 33554432000 4194304 4964800 140733288605664 18446744073709551615 4668709 0 0 4096 18946 0 0 0 -1 6 0 0 0
[pid=758/tid=764] ppid=756 vsize=321948 CPUtime=2.86 cores=0-7
/proc/758/task/764/stat : 764 (claspmt) R 756 758 731 0 -1 4202560 705 0 0 0 286 0 0 0 24 0 8 0 740632987 329674752 8203 33554432000 4194304 4964800 140733288605664 18446744073709551615 4668732 0 0 4096 18946 0 0 0 -1 7 0 0 0
[pid=758/tid=765] ppid=756 vsize=321948 CPUtime=2.89 cores=0-7
/proc/758/task/765/stat : 765 (claspmt) R 756 758 731 0 -1 4202560 902 0 0 0 289 0 0 0 25 0 8 0 740632987 329674752 8203 33554432000 4194304 4964800 140733288605664 18446744073709551615 4670437 0 0 4096 18946 0 0 0 -1 0 0 0 0
[pid=758/tid=766] ppid=756 vsize=321948 CPUtime=2.89 cores=0-7
/proc/758/task/766/stat : 766 (claspmt) R 756 758 731 0 -1 4202560 1141 0 0 0 289 0 0 0 25 0 8 0 740632987 329674752 8203 33554432000 4194304 4964800 140733288605664 18446744073709551615 4670308 0 0 4096 18946 0 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 23.33
Current children cumulated vsize (KiB) 321948

[startup+6.3006 s]
/proc/loadavg: 7.00 7.78 7.92 9/425 766
/proc/meminfo: memFree=21141464/32950928 swapFree=65730872/67111528
[pid=758] ppid=756 vsize=323956 CPUtime=48.88 cores=0-7
/proc/758/stat : 758 (claspmt) R 756 758 731 0 -1 4202496 10391 0 0 0 4884 4 0 0 25 0 8 0 740632967 331730944 10171 33554432000 4194304 4964800 140733288605664 18446744073709551615 4668794 0 0 4096 18946 18446744073709551615 0 0 17 3 0 0 0
/proc/758/statm: 80989 10171 466 189 0 75338 0
[pid=758/tid=760] ppid=756 vsize=323956 CPUtime=6.09 cores=0-7
/proc/758/task/760/stat : 760 (claspmt) R 756 758 731 0 -1 4202560 988 0 0 0 609 0 0 0 25 0 8 0 740632987 331730944 10171 33554432000 4194304 4964800 140733288605664 18446744073709551615 4668753 0 0 4096 18946 0 0 0 -1 1 0 0 0
[pid=758/tid=761] ppid=756 vsize=323956 CPUtime=6.08 cores=0-7
/proc/758/task/761/stat : 761 (claspmt) R 756 758 731 0 -1 4202560 1802 0 0 0 608 0 0 0 25 0 8 0 740632987 331730944 10171 33554432000 4194304 4964800 140733288605664 18446744073709551615 4670308 0 0 4096 18946 0 0 0 -1 2 0 0 0
[pid=758/tid=762] ppid=756 vsize=323956 CPUtime=6.09 cores=0-7
/proc/758/task/762/stat : 762 (claspmt) R 756 758 731 0 -1 4202560 858 0 0 0 609 0 0 0 25 0 8 0 740632987 331730944 10171 33554432000 4194304 4964800 140733288605664 18446744073709551615 4670323 0 0 4096 18946 0 0 0 -1 4 0 0 0
[pid=758/tid=763] ppid=756 vsize=323956 CPUtime=6.09 cores=0-7
/proc/758/task/763/stat : 763 (claspmt) R 756 758 731 0 -1 4202560 1036 0 0 0 609 0 0 0 25 0 8 0 740632987 331730944 10171 33554432000 4194304 4964800 140733288605664 18446744073709551615 4668698 0 0 4096 18946 0 0 0 -1 6 0 0 0
[pid=758/tid=764] ppid=756 vsize=323956 CPUtime=6.02 cores=0-7
/proc/758/task/764/stat : 764 (claspmt) R 756 758 731 0 -1 4202560 886 0 0 0 602 0 0 0 25 0 8 0 740632987 331730944 10171 33554432000 4194304 4964800 140733288605664 18446744073709551615 4627299 0 0 4096 18946 0 0 0 -1 7 0 0 0
[pid=758/tid=765] ppid=756 vsize=323956 CPUtime=6.09 cores=0-7
/proc/758/task/765/stat : 765 (claspmt) R 756 758 731 0 -1 4202560 1117 0 0 0 609 0 0 0 25 0 8 0 740632987 331730944 10171 33554432000 4194304 4964800 140733288605664 18446744073709551615 4668756 0 0 4096 18946 0 0 0 -1 0 0 0 0
[pid=758/tid=766] ppid=756 vsize=323956 CPUtime=6.09 cores=0-7
/proc/758/task/766/stat : 766 (claspmt) R 756 758 731 0 -1 4202560 1435 0 0 0 609 0 0 0 25 0 8 0 740632987 331730944 10171 33554432000 4194304 4964800 140733288605664 18446744073709551615 4670534 0 0 4096 18946 0 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 48.88
Current children cumulated vsize (KiB) 323956

[startup+12.7154 s]
/proc/loadavg: 7.08 7.78 7.92 9/425 767
/proc/meminfo: memFree=21122012/32950928 swapFree=65730872/67111528
[pid=758] ppid=756 vsize=328144 CPUtime=100.1 cores=0-7
/proc/758/stat : 758 (claspmt) R 756 758 731 0 -1 4202496 15183 0 0 0 10002 8 0 0 25 0 8 0 740632967 336019456 14842 33554432000 4194304 4964800 140733288605664 18446744073709551615 4312133 0 0 4096 18946 18446744073709551615 0 0 17 3 0 0 0
/proc/758/statm: 82036 14842 466 189 0 76385 0
[pid=758/tid=760] ppid=756 vsize=328144 CPUtime=12.5 cores=0-7
/proc/758/task/760/stat : 760 (claspmt) R 756 758 731 0 -1 4202560 1622 0 0 0 1249 1 0 0 25 0 8 0 740632987 336019456 14842 33554432000 4194304 4964800 140733288605664 18446744073709551615 4364587 0 0 4096 18946 0 0 0 -1 1 0 0 0
[pid=758/tid=761] ppid=756 vsize=328144 CPUtime=12.5 cores=0-7
/proc/758/task/761/stat : 761 (claspmt) R 756 758 731 0 -1 4202560 3103 0 0 0 1249 1 0 0 25 0 8 0 740632987 336019456 14842 33554432000 4194304 4964800 140733288605664 18446744073709551615 4670496 0 0 4096 18946 0 0 0 -1 2 0 0 0
[pid=758/tid=762] ppid=756 vsize=328144 CPUtime=12.5 cores=0-7
/proc/758/task/762/stat : 762 (claspmt) R 756 758 731 0 -1 4202560 1262 0 0 0 1250 0 0 0 25 0 8 0 740632987 336019456 14842 33554432000 4194304 4964800 140733288605664 18446744073709551615 4321082 0 0 4096 18946 0 0 0 -1 4 0 0 0
[pid=758/tid=763] ppid=756 vsize=328144 CPUtime=12.5 cores=0-7
/proc/758/task/763/stat : 763 (claspmt) R 756 758 731 0 -1 4202560 1456 0 0 0 1250 0 0 0 25 0 8 0 740632987 336019456 14842 33554432000 4194304 4964800 140733288605664 18446744073709551615 4668689 0 0 4096 18946 0 0 0 -1 6 0 0 0
[pid=758/tid=764] ppid=756 vsize=328144 CPUtime=12.35 cores=0-7
/proc/758/task/764/stat : 764 (claspmt) R 756 758 731 0 -1 4202560 1293 0 0 0 1234 1 0 0 25 0 8 0 740632987 336019456 14842 33554432000 4194304 4964800 140733288605664 18446744073709551615 4670340 0 0 4096 18946 0 0 0 -1 7 0 0 0
[pid=758/tid=765] ppid=756 vsize=328144 CPUtime=12.49 cores=0-7
/proc/758/task/765/stat : 765 (claspmt) R 756 758 731 0 -1 4202560 1624 0 0 0 1249 0 0 0 25 0 8 0 740632987 336019456 14842 33554432000 4194304 4964800 140733288605664 18446744073709551615 4627299 0 0 4096 18946 0 0 0 -1 0 0 0 0
[pid=758/tid=766] ppid=756 vsize=328144 CPUtime=12.51 cores=0-7
/proc/758/task/766/stat : 766 (claspmt) R 756 758 731 0 -1 4202560 2141 0 0 0 1250 1 0 0 25 0 8 0 740632987 336019456 14842 33554432000 4194304 4964800 140733288605664 18446744073709551615 4627204 0 0 4096 18946 0 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 100.1
Current children cumulated vsize (KiB) 328144

[startup+25.5011 s]
/proc/loadavg: 7.22 7.79 7.92 9/425 767
/proc/meminfo: memFree=21099572/32950928 swapFree=65730872/67111528
[pid=758] ppid=756 vsize=334840 CPUtime=202.2 cores=0-7
/proc/758/stat : 758 (claspmt) R 756 758 731 0 -1 4202496 21106 0 0 0 20209 11 0 0 25 0 8 0 740632967 342876160 20580 33554432000 4194304 4964800 140733288605664 18446744073709551615 4320928 0 0 4096 18946 18446744073709551615 0 0 17 3 0 0 0
/proc/758/statm: 83710 20580 466 189 0 78059 0
[pid=758/tid=760] ppid=756 vsize=334840 CPUtime=25.28 cores=0-7
/proc/758/task/760/stat : 760 (claspmt) R 756 758 731 0 -1 4202560 2309 0 0 0 2527 1 0 0 25 0 8 0 740632987 342876160 20580 33554432000 4194304 4964800 140733288605664 18446744073709551615 4670346 0 0 4096 18946 0 0 0 -1 1 0 0 0
[pid=758/tid=761] ppid=756 vsize=334840 CPUtime=25.28 cores=0-7
/proc/758/task/761/stat : 761 (claspmt) R 756 758 731 0 -1 4202560 5154 0 0 0 2527 1 0 0 25 0 8 0 740632987 342876160 20580 33554432000 4194304 4964800 140733288605664 18446744073709551615 4670412 0 0 4096 18946 0 0 0 -1 2 0 0 0
[pid=758/tid=762] ppid=756 vsize=334840 CPUtime=25.29 cores=0-7
/proc/758/task/762/stat : 762 (claspmt) R 756 758 731 0 -1 4202560 1624 0 0 0 2528 1 0 0 25 0 8 0 740632987 342876160 20580 33554432000 4194304 4964800 140733288605664 18446744073709551615 4668766 0 0 4096 18946 0 0 0 -1 4 0 0 0
[pid=758/tid=763] ppid=756 vsize=334840 CPUtime=25.28 cores=0-7
/proc/758/task/763/stat : 763 (claspmt) R 756 758 731 0 -1 4202560 2165 0 0 0 2528 0 0 0 25 0 8 0 740632987 342876160 20580 33554432000 4194304 4964800 140733288605664 18446744073709551615 4628055 0 0 4096 18946 0 0 0 -1 6 0 0 0
[pid=758/tid=764] ppid=756 vsize=334840 CPUtime=24.96 cores=0-7
/proc/758/task/764/stat : 764 (claspmt) R 756 758 731 0 -1 4202560 1858 0 0 0 2495 1 0 0 25 0 8 0 740632987 342876160 20580 33554432000 4194304 4964800 140733288605664 18446744073709551615 4627204 0 0 4096 18946 0 0 0 -1 7 0 0 0
[pid=758/tid=765] ppid=756 vsize=334840 CPUtime=25.28 cores=0-7
/proc/758/task/765/stat : 765 (claspmt) R 756 758 731 0 -1 4202560 1963 0 0 0 2527 1 0 0 25 0 8 0 740632987 342876160 20580 33554432000 4194304 4964800 140733288605664 18446744073709551615 4670308 0 0 4096 18946 0 0 0 -1 0 0 0 0
[pid=758/tid=766] ppid=756 vsize=334840 CPUtime=25.29 cores=0-7
/proc/758/task/766/stat : 766 (claspmt) R 756 758 731 0 -1 4202560 3005 0 0 0 2528 1 0 0 25 0 8 0 740632987 342876160 20580 33554432000 4194304 4964800 140733288605664 18446744073709551615 4627204 0 0 4096 18946 0 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 202.2
Current children cumulated vsize (KiB) 334840

[startup+51.1004 s]
/proc/loadavg: 7.58 7.83 7.92 9/425 777
/proc/meminfo: memFree=21077760/32950928 swapFree=65730872/67111528
[pid=758] ppid=756 vsize=337760 CPUtime=406.62 cores=0-7
/proc/758/stat : 758 (claspmt) R 756 758 731 0 -1 4202496 26731 0 0 0 40646 16 0 0 25 0 8 0 740632967 345866240 26086 33554432000 4194304 4964800 140733288605664 18446744073709551615 4320921 0 0 4096 18946 18446744073709551615 0 0 17 3 0 0 0
/proc/758/statm: 84440 26086 466 189 0 78789 0
[pid=758/tid=760] ppid=756 vsize=337760 CPUtime=50.88 cores=0-7
/proc/758/task/760/stat : 760 (claspmt) R 756 758 731 0 -1 4202560 3165 0 0 0 5086 2 0 0 25 0 8 0 740632987 345866240 26086 33554432000 4194304 4964800 140733288605664 18446744073709551615 4670534 0 0 4096 18946 0 0 0 -1 1 0 0 0
[pid=758/tid=761] ppid=756 vsize=337760 CPUtime=50.87 cores=0-7
/proc/758/task/761/stat : 761 (claspmt) R 756 758 731 0 -1 4202560 6442 0 0 0 5086 1 0 0 25 0 8 0 740632987 345866240 26086 33554432000 4194304 4964800 140733288605664 18446744073709551615 4670308 0 0 4096 18946 0 0 0 -1 2 0 0 0
[pid=758/tid=762] ppid=756 vsize=337760 CPUtime=50.9 cores=0-7
/proc/758/task/762/stat : 762 (claspmt) R 756 758 731 0 -1 4202560 2125 0 0 0 5088 2 0 0 25 0 8 0 740632987 345866240 26086 33554432000 4194304 4964800 140733288605664 18446744073709551615 4668689 0 0 4096 18946 0 0 0 -1 4 0 0 0
[pid=758/tid=763] ppid=756 vsize=337760 CPUtime=50.89 cores=0-7
/proc/758/task/763/stat : 763 (claspmt) R 756 758 731 0 -1 4202560 3044 0 0 0 5088 1 0 0 25 0 8 0 740632987 345866240 26086 33554432000 4194304 4964800 140733288605664 18446744073709551615 4670308 0 0 4096 18946 0 0 0 -1 6 0 0 0
[pid=758/tid=764] ppid=756 vsize=337760 CPUtime=50.22 cores=0-7
/proc/758/task/764/stat : 764 (claspmt) R 756 758 731 0 -1 4202560 2493 0 0 0 5020 2 0 0 25 0 8 0 740632987 345866240 26086 33554432000 4194304 4964800 140733288605664 18446744073709551615 4670295 0 0 4096 18946 0 0 0 -1 7 0 0 0
[pid=758/tid=765] ppid=756 vsize=337760 CPUtime=50.89 cores=0-7
/proc/758/task/765/stat : 765 (claspmt) R 756 758 731 0 -1 4202560 2403 0 0 0 5088 1 0 0 25 0 8 0 740632987 345866240 26086 33554432000 4194304 4964800 140733288605664 18446744073709551615 4670499 0 0 4096 18946 0 0 0 -1 0 0 0 0
[pid=758/tid=766] ppid=756 vsize=337760 CPUtime=50.9 cores=0-7
/proc/758/task/766/stat : 766 (claspmt) R 756 758 731 0 -1 4202560 3729 0 0 0 5088 2 0 0 25 0 8 0 740632987 345866240 26086 33554432000 4194304 4964800 140733288605664 18446744073709551615 4670308 0 0 4096 18946 0 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 406.62
Current children cumulated vsize (KiB) 337760

[startup+102.301 s]
/proc/loadavg: 7.94 7.88 7.93 9/425 778
/proc/meminfo: memFree=21045480/32950928 swapFree=65730872/67111528
[pid=758] ppid=756 vsize=347784 CPUtime=815.4 cores=0-7
/proc/758/stat : 758 (claspmt) R 756 758 731 0 -1 4202496 34860 0 0 0 81515 25 0 0 25 0 8 0 740632967 356130816 34020 33554432000 4194304 4964800 140733288605664 18446744073709551615 4668801 0 0 4096 18946 18446744073709551615 0 0 17 3 0 0 0
/proc/758/statm: 86946 34020 466 189 0 81295 0
[pid=758/tid=760] ppid=756 vsize=347784 CPUtime=102.03 cores=0-7
/proc/758/task/760/stat : 760 (claspmt) R 756 758 731 0 -1 4202560 4777 0 0 0 10200 3 0 0 25 0 8 0 740632987 356130816 34020 33554432000 4194304 4964800 140733288605664 18446744073709551615 4670308 0 0 4096 18946 0 0 0 -1 1 0 0 0
[pid=758/tid=761] ppid=756 vsize=347784 CPUtime=102.05 cores=0-7
/proc/758/task/761/stat : 761 (claspmt) R 756 758 731 0 -1 4202560 7579 0 0 0 10203 2 0 0 25 0 8 0 740632987 356130816 34020 33554432000 4194304 4964800 140733288605664 18446744073709551615 4670328 0 0 4096 18946 0 0 0 -1 2 0 0 0
[pid=758/tid=762] ppid=756 vsize=347784 CPUtime=101.65 cores=0-7
/proc/758/task/762/stat : 762 (claspmt) R 756 758 731 0 -1 4202560 2666 0 0 0 10162 3 0 0 25 0 8 0 740632987 356130816 34020 33554432000 4194304 4964800 140733288605664 18446744073709551615 4670434 0 0 4096 18946 0 0 0 -1 7 0 0 0

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

/proc/loadavg: 8.05 7.96 7.94 9/425 784
/proc/meminfo: memFree=20986524/32950928 swapFree=65730872/67111528
[pid=758] ppid=756 vsize=359988 CPUtime=2731.92 cores=0-7
/proc/758/stat : 758 (claspmt) R 756 758 731 0 -1 4202496 50768 0 0 0 273137 55 0 0 25 0 8 0 740632967 368627712 48730 33554432000 4194304 4964800 140733288605664 18446744073709551615 4670308 0 0 4096 18946 18446744073709551615 0 0 17 3 0 0 0
/proc/758/statm: 89997 48730 466 189 0 84346 0
[pid=758/tid=760] ppid=756 vsize=359988 CPUtime=339.01 cores=0-7
/proc/758/task/760/stat : 760 (claspmt) R 756 758 731 0 -1 4202560 7692 0 0 0 33894 7 0 0 25 0 8 0 740632987 368627712 48730 33554432000 4194304 4964800 140733288605664 18446744073709551615 4670346 0 0 4096 18946 0 0 0 -1 7 0 0 0
[pid=758/tid=761] ppid=756 vsize=359988 CPUtime=341.97 cores=0-7
/proc/758/task/761/stat : 761 (claspmt) R 756 758 731 0 -1 4202560 12407 0 0 0 34191 6 0 0 24 0 8 0 740632987 368627712 48730 33554432000 4194304 4964800 140733288605664 18446744073709551615 4670308 0 0 4096 18946 0 0 0 -1 2 0 0 0
[pid=758/tid=762] ppid=756 vsize=359988 CPUtime=341.35 cores=0-7
/proc/758/task/762/stat : 762 (claspmt) R 756 758 731 0 -1 4202560 3518 0 0 0 34128 7 0 0 25 0 8 0 740632987 368627712 48730 33554432000 4194304 4964800 140733288605664 18446744073709551615 4670308 0 0 4096 18946 0 0 0 -1 1 0 0 0
[pid=758/tid=763] ppid=756 vsize=359988 CPUtime=342.05 cores=0-7
/proc/758/task/763/stat : 763 (claspmt) R 756 758 731 0 -1 4202560 6272 0 0 0 34202 3 0 0 25 0 8 0 740632987 368627712 48730 33554432000 4194304 4964800 140733288605664 18446744073709551615 4644896 0 0 4096 18946 0 0 0 -1 6 0 0 0
[pid=758/tid=764] ppid=756 vsize=359988 CPUtime=341.1 cores=0-7
/proc/758/task/764/stat : 764 (claspmt) R 756 758 731 0 -1 4202560 6080 0 0 0 34103 7 0 0 25 0 8 0 740632987 368627712 48730 33554432000 4194304 4964800 140733288605664 18446744073709551615 4320909 0 0 4096 18946 0 0 0 -1 4 0 0 0
[pid=758/tid=765] ppid=756 vsize=359988 CPUtime=342.06 cores=0-7
/proc/758/task/765/stat : 765 (claspmt) R 756 758 731 0 -1 4202560 3998 0 0 0 34199 7 0 0 25 0 8 0 740632987 368627712 48730 33554432000 4194304 4964800 140733288605664 18446744073709551615 4670346 0 0 4096 18946 0 0 0 -1 0 0 0 0
[pid=758/tid=766] ppid=756 vsize=359988 CPUtime=342.04 cores=0-7
/proc/758/task/766/stat : 766 (claspmt) R 756 758 731 0 -1 4202560 6416 0 0 0 34196 8 0 0 25 0 8 0 740632987 368627712 48730 33554432000 4194304 4964800 140733288605664 18446744073709551615 4670308 0 0 4096 18946 0 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 2731.92
Current children cumulated vsize (KiB) 359988

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

[startup+358.901 s]
/proc/loadavg: 8.04 7.96 7.94 9/425 785
/proc/meminfo: memFree=20985152/32950928 swapFree=65730872/67111528
[pid=758] ppid=756 vsize=360188 CPUtime=2864.49 cores=0-7
/proc/758/stat : 758 (claspmt) R 756 758 731 0 -1 4202496 51185 0 0 0 286393 56 0 0 25 0 8 0 740632967 368832512 49147 33554432000 4194304 4964800 140733288605664 18446744073709551615 4321079 0 0 4096 18946 18446744073709551615 0 0 17 3 0 0 0
/proc/758/statm: 90047 49147 466 189 0 84396 0
[pid=758/tid=760] ppid=756 vsize=360188 CPUtime=355.38 cores=0-7
/proc/758/task/760/stat : 760 (claspmt) R 756 758 731 0 -1 4202560 7834 0 0 0 35531 7 0 0 25 0 8 0 740632987 368832512 49147 33554432000 4194304 4964800 140733288605664 18446744073709551615 4670346 0 0 4096 18946 0 0 0 -1 7 0 0 0
[pid=758/tid=761] ppid=756 vsize=360188 CPUtime=358.57 cores=0-7
/proc/758/task/761/stat : 761 (claspmt) R 756 758 731 0 -1 4202560 12487 0 0 0 35851 6 0 0 25 0 8 0 740632987 368832512 49147 33554432000 4194304 4964800 140733288605664 18446744073709551615 4670308 0 0 4096 18946 0 0 0 -1 2 0 0 0
[pid=758/tid=762] ppid=756 vsize=360188 CPUtime=357.95 cores=0-7
/proc/758/task/762/stat : 762 (claspmt) R 756 758 731 0 -1 4202560 3519 0 0 0 35788 7 0 0 25 0 8 0 740632987 368832512 49147 33554432000 4194304 4964800 140733288605664 18446744073709551615 4321079 0 0 4096 18946 0 0 0 -1 1 0 0 0
[pid=758/tid=763] ppid=756 vsize=360188 CPUtime=358.65 cores=0-7
/proc/758/task/763/stat : 763 (claspmt) R 756 758 731 0 -1 4202560 6276 0 0 0 35862 3 0 0 25 0 8 0 740632987 368832512 49147 33554432000 4194304 4964800 140733288605664 18446744073709551615 4627204 0 0 4096 18946 0 0 0 -1 6 0 0 0
[pid=758/tid=764] ppid=756 vsize=360188 CPUtime=357.7 cores=0-7
/proc/758/task/764/stat : 764 (claspmt) R 756 758 731 0 -1 4202560 6228 0 0 0 35763 7 0 0 25 0 8 0 740632987 368832512 49147 33554432000 4194304 4964800 140733288605664 18446744073709551615 4320909 0 0 4096 18946 0 0 0 -1 4 0 0 0
[pid=758/tid=765] ppid=756 vsize=360188 CPUtime=358.66 cores=0-7
/proc/758/task/765/stat : 765 (claspmt) R 756 758 731 0 -1 4202560 3999 0 0 0 35859 7 0 0 25 0 8 0 740632987 368832512 49147 33554432000 4194304 4964800 140733288605664 18446744073709551615 4670308 0 0 4096 18946 0 0 0 -1 0 0 0 0
[pid=758/tid=766] ppid=756 vsize=360188 CPUtime=358.64 cores=0-7
/proc/758/task/766/stat : 766 (claspmt) R 756 758 731 0 -1 4202560 6457 0 0 0 35855 9 0 0 25 0 8 0 740632987 368832512 49147 33554432000 4194304 4964800 140733288605664 18446744073709551615 4644896 0 0 4096 18946 0 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 2864.49
Current children cumulated vsize (KiB) 360188

[startup+371.701 s]
/proc/loadavg: 8.03 7.97 7.94 9/425 785
/proc/meminfo: memFree=20983400/32950928 swapFree=65730872/67111528
[pid=758] ppid=756 vsize=360984 CPUtime=2966.68 cores=0-7
/proc/758/stat : 758 (claspmt) R 756 758 731 0 -1 4202496 51784 0 0 0 296610 58 0 0 25 0 8 0 740632967 369647616 49679 33554432000 4194304 4964800 140733288605664 18446744073709551615 4668770 0 0 4096 18946 18446744073709551615 0 0 17 3 0 0 0
/proc/758/statm: 90246 49679 466 189 0 84595 0
[pid=758/tid=760] ppid=756 vsize=360984 CPUtime=367.99 cores=0-7
/proc/758/task/760/stat : 760 (claspmt) R 756 758 731 0 -1 4202560 8061 0 0 0 36792 7 0 0 25 0 8 0 740632987 369647616 49679 33554432000 4194304 4964800 140733288605664 18446744073709551615 260905091690 0 0 4096 18946 0 0 0 -1 7 0 0 0
[pid=758/tid=761] ppid=756 vsize=360984 CPUtime=371.36 cores=0-7
/proc/758/task/761/stat : 761 (claspmt) R 756 758 731 0 -1 4202560 12597 0 0 0 37130 6 0 0 25 0 8 0 740632987 369647616 49679 33554432000 4194304 4964800 140733288605664 18446744073709551615 4321038 0 0 4096 18946 0 0 0 -1 2 0 0 0
[pid=758/tid=762] ppid=756 vsize=360984 CPUtime=370.75 cores=0-7
/proc/758/task/762/stat : 762 (claspmt) R 756 758 731 0 -1 4202560 3561 0 0 0 37067 8 0 0 25 0 8 0 740632987 369647616 49679 33554432000 4194304 4964800 140733288605664 18446744073709551615 4627335 0 0 4096 18946 0 0 0 -1 1 0 0 0
[pid=758/tid=763] ppid=756 vsize=360984 CPUtime=371.46 cores=0-7
/proc/758/task/763/stat : 763 (claspmt) R 756 758 731 0 -1 4202560 6276 0 0 0 37142 4 0 0 25 0 8 0 740632987 369647616 49679 33554432000 4194304 4964800 140733288605664 18446744073709551615 4670308 0 0 4096 18946 0 0 0 -1 6 0 0 0
[pid=758/tid=764] ppid=756 vsize=360984 CPUtime=370.49 cores=0-7
/proc/758/task/764/stat : 764 (claspmt) R 756 758 731 0 -1 4202560 6337 0 0 0 37042 7 0 0 25 0 8 0 740632987 369647616 49679 33554432000 4194304 4964800 140733288605664 18446744073709551615 4670343 0 0 4096 18946 0 0 0 -1 4 0 0 0
[pid=758/tid=765] ppid=756 vsize=360984 CPUtime=371.46 cores=0-7
/proc/758/task/765/stat : 765 (claspmt) R 756 758 731 0 -1 4202560 4022 0 0 0 37139 7 0 0 25 0 8 0 740632987 369647616 49679 33554432000 4194304 4964800 140733288605664 18446744073709551615 4670371 0 0 4096 18946 0 0 0 -1 0 0 0 0
[pid=758/tid=766] ppid=756 vsize=360984 CPUtime=371.43 cores=0-7
/proc/758/task/766/stat : 766 (claspmt) R 756 758 731 0 -1 4202560 6545 0 0 0 37134 9 0 0 25 0 8 0 740632987 369647616 49679 33554432000 4194304 4964800 140733288605664 18446744073709551615 4654555 0 0 4096 18946 0 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 2966.68
Current children cumulated vsize (KiB) 360984

[startup+374.901 s]
/proc/loadavg: 8.03 7.97 7.94 9/425 785
/proc/meminfo: memFree=20982656/32950928 swapFree=65730872/67111528
[pid=758] ppid=756 vsize=361156 CPUtime=2992.23 cores=0-7
/proc/758/stat : 758 (claspmt) R 756 758 731 0 -1 4202496 51877 0 0 0 299165 58 0 0 25 0 8 0 740632967 369823744 49735 33554432000 4194304 4964800 140733288605664 18446744073709551615 4670308 0 0 4096 18946 18446744073709551615 0 0 17 3 0 0 0
/proc/758/statm: 90289 49735 466 189 0 84638 0
[pid=758/tid=760] ppid=756 vsize=361156 CPUtime=371.15 cores=0-7
/proc/758/task/760/stat : 760 (claspmt) R 756 758 731 0 -1 4202560 8061 0 0 0 37108 7 0 0 25 0 8 0 740632987 369823744 49735 33554432000 4194304 4964800 140733288605664 18446744073709551615 4321102 0 0 4096 18946 0 0 0 -1 7 0 0 0
[pid=758/tid=761] ppid=756 vsize=361156 CPUtime=374.56 cores=0-7
/proc/758/task/761/stat : 761 (claspmt) R 756 758 731 0 -1 4202560 12623 0 0 0 37450 6 0 0 25 0 8 0 740632987 369823744 49735 33554432000 4194304 4964800 140733288605664 18446744073709551615 4627290 0 0 4096 18946 0 0 0 -1 2 0 0 0
[pid=758/tid=762] ppid=756 vsize=361156 CPUtime=373.96 cores=0-7
/proc/758/task/762/stat : 762 (claspmt) R 756 758 731 0 -1 4202560 3578 0 0 0 37388 8 0 0 25 0 8 0 740632987 369823744 49735 33554432000 4194304 4964800 140733288605664 18446744073709551615 4668748 0 0 4096 18946 0 0 0 -1 1 0 0 0
[pid=758/tid=763] ppid=756 vsize=361156 CPUtime=374.66 cores=0-7
/proc/758/task/763/stat : 763 (claspmt) R 756 758 731 0 -1 4202560 6285 0 0 0 37462 4 0 0 25 0 8 0 740632987 369823744 49735 33554432000 4194304 4964800 140733288605664 18446744073709551615 260905091690 0 0 4096 18946 0 0 0 -1 6 0 0 0
[pid=758/tid=764] ppid=756 vsize=361156 CPUtime=373.69 cores=0-7
/proc/758/task/764/stat : 764 (claspmt) R 756 758 731 0 -1 4202560 6337 0 0 0 37362 7 0 0 25 0 8 0 740632987 369823744 49735 33554432000 4194304 4964800 140733288605664 18446744073709551615 4670308 0 0 4096 18946 0 0 0 -1 4 0 0 0
[pid=758/tid=765] ppid=756 vsize=361156 CPUtime=374.67 cores=0-7
/proc/758/task/765/stat : 765 (claspmt) R 756 758 731 0 -1 4202560 4041 0 0 0 37459 8 0 0 25 0 8 0 740632987 369823744 49735 33554432000 4194304 4964800 140733288605664 18446744073709551615 4670299 0 0 4096 18946 0 0 0 -1 0 0 0 0
[pid=758/tid=766] ppid=756 vsize=361156 CPUtime=374.63 cores=0-7
/proc/758/task/766/stat : 766 (claspmt) R 756 758 731 0 -1 4202560 6567 0 0 0 37454 9 0 0 25 0 8 0 740632987 369823744 49735 33554432000 4194304 4964800 140733288605664 18446744073709551615 4670308 0 0 4096 18946 0 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 2992.23
Current children cumulated vsize (KiB) 361156

[startup+376.501 s]
/proc/loadavg: 8.03 7.97 7.94 9/425 785
/proc/meminfo: memFree=20982532/32950928 swapFree=65730872/67111528
[pid=758] ppid=756 vsize=361156 CPUtime=3005.02 cores=0-7
/proc/758/stat : 758 (claspmt) R 756 758 731 0 -1 4202496 51877 0 0 0 300444 58 0 0 25 0 8 0 740632967 369823744 49735 33554432000 4194304 4964800 140733288605664 18446744073709551615 4668689 0 0 4096 18946 18446744073709551615 0 0 17 3 0 0 0
/proc/758/statm: 90289 49735 466 189 0 84638 0
[pid=758/tid=760] ppid=756 vsize=361156 CPUtime=372.73 cores=0-7
/proc/758/task/760/stat : 760 (claspmt) R 756 758 731 0 -1 4202560 8061 0 0 0 37266 7 0 0 25 0 8 0 740632987 369823744 49735 33554432000 4194304 4964800 140733288605664 18446744073709551615 4670308 0 0 4096 18946 0 0 0 -1 7 0 0 0
[pid=758/tid=761] ppid=756 vsize=361156 CPUtime=376.16 cores=0-7
/proc/758/task/761/stat : 761 (claspmt) R 756 758 731 0 -1 4202560 12623 0 0 0 37610 6 0 0 25 0 8 0 740632987 369823744 49735 33554432000 4194304 4964800 140733288605664 18446744073709551615 4670308 0 0 4096 18946 0 0 0 -1 2 0 0 0
[pid=758/tid=762] ppid=756 vsize=361156 CPUtime=375.55 cores=0-7
/proc/758/task/762/stat : 762 (claspmt) R 756 758 731 0 -1 4202560 3578 0 0 0 37547 8 0 0 25 0 8 0 740632987 369823744 49735 33554432000 4194304 4964800 140733288605664 18446744073709551615 4670346 0 0 4096 18946 0 0 0 -1 1 0 0 0
[pid=758/tid=763] ppid=756 vsize=361156 CPUtime=376.26 cores=0-7
/proc/758/task/763/stat : 763 (claspmt) R 756 758 731 0 -1 4202560 6285 0 0 0 37622 4 0 0 25 0 8 0 740632987 369823744 49735 33554432000 4194304 4964800 140733288605664 18446744073709551615 4670308 0 0 4096 18946 0 0 0 -1 6 0 0 0
[pid=758/tid=764] ppid=756 vsize=361156 CPUtime=375.29 cores=0-7
/proc/758/task/764/stat : 764 (claspmt) R 756 758 731 0 -1 4202560 6337 0 0 0 37522 7 0 0 25 0 8 0 740632987 369823744 49735 33554432000 4194304 4964800 140733288605664 18446744073709551615 4627365 0 0 4096 18946 0 0 0 -1 4 0 0 0
[pid=758/tid=765] ppid=756 vsize=361156 CPUtime=376.27 cores=0-7
/proc/758/task/765/stat : 765 (claspmt) R 756 758 731 0 -1 4202560 4041 0 0 0 37619 8 0 0 25 0 8 0 740632987 369823744 49735 33554432000 4194304 4964800 140733288605664 18446744073709551615 4627338 0 0 4096 18946 0 0 0 -1 0 0 0 0
[pid=758/tid=766] ppid=756 vsize=361156 CPUtime=376.23 cores=0-7
/proc/758/task/766/stat : 766 (claspmt) R 756 758 731 0 -1 4202560 6567 0 0 0 37614 9 0 0 25 0 8 0 740632987 369823744 49735 33554432000 4194304 4964800 140733288605664 18446744073709551615 4320944 0 0 4096 18946 0 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 3005.02
Current children cumulated vsize (KiB) 361156

[startup+378.101 s]
/proc/loadavg: 8.03 7.97 7.94 9/425 785
/proc/meminfo: memFree=20982652/32950928 swapFree=65730872/67111528
[pid=758] ppid=756 vsize=361156 CPUtime=3017.79 cores=0-7
/proc/758/stat : 758 (claspmt) R 756 758 731 0 -1 4202496 51925 0 0 0 301720 59 0 0 25 0 8 0 740632967 369823744 49783 33554432000 4194304 4964800 140733288605664 18446744073709551615 4668709 0 0 4096 18946 18446744073709551615 0 0 17 3 0 0 0
/proc/758/statm: 90289 49783 466 189 0 84638 0
[pid=758/tid=760] ppid=756 vsize=361156 CPUtime=374.3 cores=0-7
/proc/758/task/760/stat : 760 (claspmt) R 756 758 731 0 -1 4202560 8086 0 0 0 37423 7 0 0 25 0 8 0 740632987 369823744 49783 33554432000 4194304 4964800 140733288605664 18446744073709551615 4670308 0 0 4096 18946 0 0 0 -1 7 0 0 0
[pid=758/tid=761] ppid=756 vsize=361156 CPUtime=377.76 cores=0-7
/proc/758/task/761/stat : 761 (claspmt) R 756 758 731 0 -1 4202560 12645 0 0 0 37770 6 0 0 25 0 8 0 740632987 369823744 49783 33554432000 4194304 4964800 140733288605664 18446744073709551615 4321020 0 0 4096 18946 0 0 0 -1 2 0 0 0
[pid=758/tid=762] ppid=756 vsize=361156 CPUtime=377.15 cores=0-7
/proc/758/task/762/stat : 762 (claspmt) R 756 758 731 0 -1 4202560 3578 0 0 0 37707 8 0 0 25 0 8 0 740632987 369823744 49783 33554432000 4194304 4964800 140733288605664 18446744073709551615 4659391 0 0 4096 18946 0 0 0 -1 1 0 0 0
[pid=758/tid=763] ppid=756 vsize=361156 CPUtime=377.86 cores=0-7
/proc/758/task/763/stat : 763 (claspmt) R 756 758 731 0 -1 4202560 6285 0 0 0 37782 4 0 0 25 0 8 0 740632987 369823744 49783 33554432000 4194304 4964800 140733288605664 18446744073709551615 4668734 0 0 4096 18946 0 0 0 -1 6 0 0 0
[pid=758/tid=764] ppid=756 vsize=361156 CPUtime=376.89 cores=0-7
/proc/758/task/764/stat : 764 (claspmt) R 756 758 731 0 -1 4202560 6337 0 0 0 37682 7 0 0 25 0 8 0 740632987 369823744 49783 33554432000 4194304 4964800 140733288605664 18446744073709551615 4644906 0 0 4096 18946 0 0 0 -1 4 0 0 0
[pid=758/tid=765] ppid=756 vsize=361156 CPUtime=377.87 cores=0-7
/proc/758/task/765/stat : 765 (claspmt) R 756 758 731 0 -1 4202560 4041 0 0 0 37779 8 0 0 25 0 8 0 740632987 369823744 49783 33554432000 4194304 4964800 140733288605664 18446744073709551615 4627362 0 0 4096 18946 0 0 0 -1 0 0 0 0
[pid=758/tid=766] ppid=756 vsize=361156 CPUtime=377.83 cores=0-7
/proc/758/task/766/stat : 766 (claspmt) R 756 758 731 0 -1 4202560 6567 0 0 0 37774 9 0 0 25 0 8 0 740632987 369823744 49783 33554432000 4194304 4964800 140733288605664 18446744073709551615 4670343 0 0 4096 18946 0 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 3017.79
Current children cumulated vsize (KiB) 361156

[startup+378.5 s]
/proc/loadavg: 8.03 7.97 7.94 9/425 785
/proc/meminfo: memFree=20982652/32950928 swapFree=65730872/67111528
[pid=758] ppid=756 vsize=361156 CPUtime=3020.99 cores=0-7
/proc/758/stat : 758 (claspmt) R 756 758 731 0 -1 4202496 51929 0 0 0 302040 59 0 0 25 0 8 0 740632967 369823744 49787 33554432000 4194304 4964800 140733288605664 18446744073709551615 4670361 0 0 4096 18946 18446744073709551615 0 0 17 3 0 0 0
/proc/758/statm: 90289 49787 466 189 0 84638 0
[pid=758/tid=760] ppid=756 vsize=361156 CPUtime=374.7 cores=0-7
/proc/758/task/760/stat : 760 (claspmt) R 756 758 731 0 -1 4202560 8090 0 0 0 37463 7 0 0 25 0 8 0 740632987 369823744 49787 33554432000 4194304 4964800 140733288605664 18446744073709551615 4670295 0 0 4096 18946 0 0 0 -1 7 0 0 0
[pid=758/tid=761] ppid=756 vsize=361156 CPUtime=378.16 cores=0-7
/proc/758/task/761/stat : 761 (claspmt) R 756 758 731 0 -1 4202560 12645 0 0 0 37810 6 0 0 25 0 8 0 740632987 369823744 49787 33554432000 4194304 4964800 140733288605664 18446744073709551615 4670308 0 0 4096 18946 0 0 0 -1 2 0 0 0
[pid=758/tid=762] ppid=756 vsize=361156 CPUtime=377.55 cores=0-7
/proc/758/task/762/stat : 762 (claspmt) R 756 758 731 0 -1 4202560 3578 0 0 0 37747 8 0 0 25 0 8 0 740632987 369823744 49787 33554432000 4194304 4964800 140733288605664 18446744073709551615 4668805 0 0 4096 18946 0 0 0 -1 1 0 0 0
[pid=758/tid=763] ppid=756 vsize=361156 CPUtime=378.26 cores=0-7
/proc/758/task/763/stat : 763 (claspmt) R 756 758 731 0 -1 4202560 6285 0 0 0 37822 4 0 0 25 0 8 0 740632987 369823744 49787 33554432000 4194304 4964800 140733288605664 18446744073709551615 4670328 0 0 4096 18946 0 0 0 -1 6 0 0 0
[pid=758/tid=764] ppid=756 vsize=361156 CPUtime=377.29 cores=0-7
/proc/758/task/764/stat : 764 (claspmt) R 756 758 731 0 -1 4202560 6337 0 0 0 37722 7 0 0 25 0 8 0 740632987 369823744 49787 33554432000 4194304 4964800 140733288605664 18446744073709551615 4670264 0 0 4096 18946 0 0 0 -1 4 0 0 0
[pid=758/tid=765] ppid=756 vsize=361156 CPUtime=378.27 cores=0-7
/proc/758/task/765/stat : 765 (claspmt) R 756 758 731 0 -1 4202560 4041 0 0 0 37819 8 0 0 25 0 8 0 740632987 369823744 49787 33554432000 4194304 4964800 140733288605664 18446744073709551615 4660137 0 0 4096 18946 0 0 0 -1 0 0 0 0
[pid=758/tid=766] ppid=756 vsize=361156 CPUtime=378.23 cores=0-7
/proc/758/task/766/stat : 766 (claspmt) R 756 758 731 0 -1 4202560 6567 0 0 0 37814 9 0 0 25 0 8 0 740632987 369823744 49787 33554432000 4194304 4964800 140733288605664 18446744073709551615 4321079 0 0 4096 18946 0 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 3020.99
Current children cumulated vsize (KiB) 361156

[startup+378.9 s]
/proc/loadavg: 8.03 7.97 7.94 2/418 785
/proc/meminfo: memFree=21051528/32950928 swapFree=65730872/67111528
[pid=758] ppid=756 vsize=337216 CPUtime=3023.57 cores=0-7
/proc/758/stat : 758 (claspmt) R 756 758 731 0 -1 4202496 51940 0 0 0 302298 59 0 0 25 0 1 0 740632967 345309184 17970 33554432000 4194304 4964800 140733288605664 18446744073709551615 260905437543 0 0 4096 18946 0 0 0 17 3 0 0 0
/proc/758/statm: 84304 17481 476 189 0 78653 0
Current children cumulated CPU time (s) 3023.57
Current children cumulated vsize (KiB) 337216

Child status: 10
Real time (s): 378.916
CPU time (s): 3023.59
CPU user time (s): 3022.99
CPU system time (s): 0.599908
CPU usage (%): 797.958
Max. virtual memory (cumulated for all children) (KiB): 361156

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 3022.99
system time used= 0.599908
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 51941
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= 31401
involuntary context switches= 13830

runsolver used 1.45178 second user time and 3.72643 second system time

The end

Launcher Data

Begin job on node116 at 2011-05-16 02:00:23
IDJOB=3381089
IDBENCH=83318
IDSOLVER=1865
FILE ID=node116/3381089-1305504023
RUNJOBID= node116-1305504023-745
PBS_JOBID= 13325473
Free space on /tmp= 73136 MiB

SOLVER NAME= claspmt 2.0-R4095-patched (fixed)
BENCH NAME= SAT11/crafted/kullmann/VanDerWaerden/VanderWaerden_pd_3k/VanDerWaerden_pd_2-3-22_462.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-3381089-1305504023/watcher-3381089-1305504023 -o /tmp/evaluation-result-3381089-1305504023/solver-3381089-1305504023 -C 40000 -W 5100 -M 31000  HOME/claspmt -t8 -p HOME/sat11-port.txt --distribute=all,2 HOME/instance-3381089-1305504023.cnf

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

MD5SUM BENCH= 4975f32607352c0a4d9db1abea12627a
RANDOM SEED=387185093

node116.alineos.net Linux 2.6.18-164.el5 #1 SMP Thu Sep 3 03:28:30 EDT 2009

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

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

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

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

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

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

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

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


/proc/meminfo:
MemTotal:     32950928 kB
MemFree:      21179928 kB
Buffers:        155248 kB
Cached:        1343016 kB
SwapCached:      12348 kB
Active:       10564780 kB
Inactive:       970872 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32950928 kB
LowFree:      21179928 kB
SwapTotal:    67111528 kB
SwapFree:     65730872 kB
Dirty:            1664 kB
Writeback:           8 kB
AnonPages:    10035476 kB
Mapped:          19120 kB
Slab:           113708 kB
PageTables:      53028 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83586992 kB
Committed_AS: 113392296 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= 73136 MiB
End job on node116 at 2011-05-16 02:06:42