Trace number 3322469

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-R4095SAT 261.625 37.5844

General information on the benchmark

Namecrafted/kullmann/VanDerWaerden/VanderWaerden_pd_3k/
VanDerWaerden_pd_2-3-21_399.cnf
MD5SUM693b5fe291cecff45feff3be98a908cf
Bench CategoryCRAFTED (crafted instances)
Best result obtained on this benchmarkSAT
Best CPU time to get the best result obtained on this benchmark8.19075
Satisfiable
(Un)Satisfiability was proved
Number of variables200
Number of clauses21294
Sum of the clauses size93307
Maximum clause length21
Minimum clause length2
Number of clauses of size 10
Number of clauses of size 2265
Number of clauses of size 319364
Number of clauses of size 40
Number of clauses of size 50
Number of clauses of size over 51665

Solver Data

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

Verifier Data

OK

Watcher Data

runsolver Copyright (C) 2010-2011 Olivier ROUSSEL

This is runsolver version 3.3.0 (svn: 935)

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

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-3322469-1304386125/watcher-3322469-1304386125 -o /tmp/evaluation-result-3322469-1304386125/solver-3322469-1304386125 -C 40000 -W 5100 -M 31000 HOME/claspmt -t8 -p HOME/sat11-port.txt --distribute=all,2 HOME/instance-3322469-1304386125.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: 8.47 8.92 8.97 2/302 31066
/proc/meminfo: memFree=12799616/32950928 swapFree=67111404/67111528
[pid=31066] ppid=31064 vsize=22692 CPUtime=0 cores=0-7
/proc/31066/stat : 31066 (claspmt) R 31064 31066 31040 0 -1 4202496 988 0 0 0 0 0 0 0 25 0 1 0 550211248 23236608 881 33554432000 4194304 4964704 140733618515344 18446744073709551615 235594527429 0 0 4096 18946 0 0 0 17 6 0 0 0
/proc/31066/statm: 5673 882 397 189 0 547 0

[startup+0.101226 s]
/proc/loadavg: 8.47 8.92 8.97 2/302 31066
/proc/meminfo: memFree=12799616/32950928 swapFree=67111404/67111528
[pid=31066] ppid=31064 vsize=22984 CPUtime=0.09 cores=0-7
/proc/31066/stat : 31066 (claspmt) R 31064 31066 31040 0 -1 4202496 1086 0 0 0 9 0 0 0 25 0 1 0 550211248 23535616 979 33554432000 4194304 4964704 140733618515344 18446744073709551615 4607472 0 0 4096 18946 0 0 0 17 6 0 0 0
/proc/31066/statm: 5746 979 399 189 0 620 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 22984

[startup+0.200207 s]
/proc/loadavg: 8.47 8.92 8.97 2/302 31066
/proc/meminfo: memFree=12799616/32950928 swapFree=67111404/67111528
[pid=31066] ppid=31064 vsize=251776 CPUtime=0.56 cores=0-7
/proc/31066/stat : 31066 (claspmt) R 31064 31066 31040 0 -1 4202496 1838 0 0 0 56 0 0 0 25 0 8 0 550211248 257818624 1687 33554432000 4194304 4964704 140733618515344 18446744073709551615 4670255 0 0 4096 18946 18446744073709551615 0 0 17 7 0 0 0
/proc/31066/statm: 62944 1687 462 189 0 57293 0
Current children cumulated CPU time (s) 0.56
Current children cumulated vsize (KiB) 251776

[startup+0.30019 s]
/proc/loadavg: 8.47 8.92 8.97 2/302 31066
/proc/meminfo: memFree=12799616/32950928 swapFree=67111404/67111528
[pid=31066] ppid=31064 vsize=252436 CPUtime=1.27 cores=0-7
/proc/31066/stat : 31066 (claspmt) R 31064 31066 31040 0 -1 4202496 2502 0 0 0 126 1 0 0 25 0 8 0 550211248 258494464 2351 33554432000 4194304 4964704 140733618515344 18446744073709551615 4670184 0 0 4096 18946 18446744073709551615 0 0 17 7 0 0 0
/proc/31066/statm: 63109 2352 462 189 0 57458 0
Current children cumulated CPU time (s) 1.27
Current children cumulated vsize (KiB) 252436

[startup+0.70012 s]
/proc/loadavg: 8.47 8.92 8.97 2/302 31066
/proc/meminfo: memFree=12799616/32950928 swapFree=67111404/67111528
[pid=31066] ppid=31064 vsize=319072 CPUtime=4.07 cores=0-7
/proc/31066/stat : 31066 (claspmt) R 31064 31066 31040 0 -1 4202496 3785 0 0 0 405 2 0 0 25 0 8 0 550211248 326729728 3634 33554432000 4194304 4964704 140733618515344 18446744073709551615 4627928 0 0 4096 18946 18446744073709551615 0 0 17 7 0 0 0
/proc/31066/statm: 79768 3634 462 189 0 74117 0
Current children cumulated CPU time (s) 4.07
Current children cumulated vsize (KiB) 319072

[startup+1.50098 s]
/proc/loadavg: 8.47 8.92 8.97 10/310 31074
/proc/meminfo: memFree=12785324/32950928 swapFree=67111404/67111528
[pid=31066] ppid=31064 vsize=319468 CPUtime=9.66 cores=0-7
/proc/31066/stat : 31066 (claspmt) R 31064 31066 31040 0 -1 4202496 4842 0 0 0 964 2 0 0 25 0 8 0 550211248 327135232 4691 33554432000 4194304 4964704 140733618515344 18446744073709551615 4670228 0 0 4096 18946 18446744073709551615 0 0 17 7 0 0 0
/proc/31066/statm: 79867 4691 464 189 0 74216 0
[pid=31066/tid=31068] ppid=31064 vsize=319468 CPUtime=1.02 cores=0-7
/proc/31066/task/31068/stat : 31068 (claspmt) R 31064 31066 31040 0 -1 4202560 448 0 0 0 102 0 0 0 25 0 8 0 550211260 327135232 4691 33554432000 4194304 4964704 140733618515344 18446744073709551615 4668629 0 0 4096 18946 0 0 0 -1 4 0 0 0
[pid=31066/tid=31069] ppid=31064 vsize=319468 CPUtime=1.36 cores=0-7
/proc/31066/task/31069/stat : 31069 (claspmt) R 31064 31066 31040 0 -1 4202560 706 0 0 0 136 0 0 0 19 0 8 0 550211260 327135232 4691 33554432000 4194304 4964704 140733618515344 18446744073709551615 4363327 0 0 4096 18946 0 0 0 -1 1 0 0 0
[pid=31066/tid=31070] ppid=31064 vsize=319468 CPUtime=1.35 cores=0-7
/proc/31066/task/31070/stat : 31070 (claspmt) R 31064 31066 31040 0 -1 4202560 452 0 0 0 135 0 0 0 20 0 8 0 550211260 327135232 4691 33554432000 4194304 4964704 140733618515344 18446744073709551615 4627290 0 0 4096 18946 0 0 0 -1 2 0 0 0
[pid=31066/tid=31071] ppid=31064 vsize=319468 CPUtime=1.34 cores=0-7
/proc/31066/task/31071/stat : 31071 (claspmt) R 31064 31066 31040 0 -1 4202560 428 0 0 0 134 0 0 0 25 0 8 0 550211260 327135232 4691 33554432000 4194304 4964704 140733618515344 18446744073709551615 4627360 0 0 4096 18946 0 0 0 -1 5 0 0 0
[pid=31066/tid=31072] ppid=31064 vsize=319468 CPUtime=1.37 cores=0-7
/proc/31066/task/31072/stat : 31072 (claspmt) R 31064 31066 31040 0 -1 4202560 481 0 0 0 137 0 0 0 25 0 8 0 550211260 327135232 4691 33554432000 4194304 4964704 140733618515344 18446744073709551615 4668673 0 0 4096 18946 0 0 0 -1 6 0 0 0
[pid=31066/tid=31073] ppid=31064 vsize=319468 CPUtime=1.36 cores=0-7
/proc/31066/task/31073/stat : 31073 (claspmt) R 31064 31066 31040 0 -1 4202560 497 0 0 0 136 0 0 0 20 0 8 0 550211260 327135232 4691 33554432000 4194304 4964704 140733618515344 18446744073709551615 4670179 0 0 4096 18946 0 0 0 -1 4 0 0 0
[pid=31066/tid=31074] ppid=31064 vsize=319468 CPUtime=0.33 cores=0-7
/proc/31066/task/31074/stat : 31074 (claspmt) R 31064 31066 31040 0 -1 4202560 179 0 0 0 33 0 0 0 25 0 8 0 550211260 327135232 4691 33554432000 4194304 4964704 140733618515344 18446744073709551615 4670281 0 0 4096 18946 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 9.66
Current children cumulated vsize (KiB) 319468

[startup+3.1007 s]
/proc/loadavg: 8.47 8.92 8.97 10/310 31074
/proc/meminfo: memFree=12778008/32950928 swapFree=67111404/67111528
[pid=31066] ppid=31064 vsize=321152 CPUtime=20.85 cores=0-7
/proc/31066/stat : 31066 (claspmt) R 31064 31066 31040 0 -1 4202496 6901 0 0 0 2082 3 0 0 25 0 8 0 550211248 328859648 6750 33554432000 4194304 4964704 140733618515344 18446744073709551615 4670215 0 0 4096 18946 18446744073709551615 0 0 17 7 0 0 0
/proc/31066/statm: 80288 6750 464 189 0 74637 0
[pid=31066/tid=31068] ppid=31064 vsize=321152 CPUtime=1.19 cores=0-7
/proc/31066/task/31068/stat : 31068 (claspmt) R 31064 31066 31040 0 -1 4202560 521 0 0 0 119 0 0 0 23 0 8 0 550211260 328859648 6750 33554432000 4194304 4964704 140733618515344 18446744073709551615 235594971630 0 0 4096 18946 0 0 0 -1 4 0 0 0
[pid=31066/tid=31069] ppid=31064 vsize=321152 CPUtime=2.96 cores=0-7
/proc/31066/task/31069/stat : 31069 (claspmt) R 31064 31066 31040 0 -1 4202560 1219 0 0 0 296 0 0 0 25 0 8 0 550211260 328859648 6750 33554432000 4194304 4964704 140733618515344 18446744073709551615 4668488 0 0 4096 18946 0 0 0 -1 1 0 0 0
[pid=31066/tid=31070] ppid=31064 vsize=321152 CPUtime=2.95 cores=0-7
/proc/31066/task/31070/stat : 31070 (claspmt) R 31064 31066 31040 0 -1 4202560 702 0 0 0 295 0 0 0 24 0 8 0 550211260 328859648 6750 33554432000 4194304 4964704 140733618515344 18446744073709551615 4670228 0 0 4096 18946 0 0 0 -1 2 0 0 0
[pid=31066/tid=31071] ppid=31064 vsize=321152 CPUtime=2.94 cores=0-7
/proc/31066/task/31071/stat : 31071 (claspmt) R 31064 31066 31040 0 -1 4202560 620 0 0 0 294 0 0 0 25 0 8 0 550211260 328859648 6750 33554432000 4194304 4964704 140733618515344 18446744073709551615 4670248 0 0 4096 18946 0 0 0 -1 5 0 0 0
[pid=31066/tid=31072] ppid=31064 vsize=321152 CPUtime=2.97 cores=0-7
/proc/31066/task/31072/stat : 31072 (claspmt) R 31064 31066 31040 0 -1 4202560 705 0 0 0 297 0 0 0 25 0 8 0 550211260 328859648 6750 33554432000 4194304 4964704 140733618515344 18446744073709551615 4668609 0 0 4096 18946 0 0 0 -1 6 0 0 0
[pid=31066/tid=31073] ppid=31064 vsize=321152 CPUtime=2.79 cores=0-7
/proc/31066/task/31073/stat : 31073 (claspmt) R 31064 31066 31040 0 -1 4202560 710 0 0 0 279 0 0 0 23 0 8 0 550211260 328859648 6750 33554432000 4194304 4964704 140733618515344 18446744073709551615 4684027 0 0 4096 18946 0 0 0 -1 4 0 0 0
[pid=31066/tid=31074] ppid=31064 vsize=321152 CPUtime=1.93 cores=0-7
/proc/31066/task/31074/stat : 31074 (claspmt) R 31064 31066 31040 0 -1 4202560 585 0 0 0 193 0 0 0 25 0 8 0 550211260 328859648 6750 33554432000 4194304 4964704 140733618515344 18446744073709551615 4670419 0 0 4096 18946 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 20.85
Current children cumulated vsize (KiB) 321152

[startup+6.30114 s]
/proc/loadavg: 8.51 8.92 8.97 10/310 31074
/proc/meminfo: memFree=12768708/32950928 swapFree=67111404/67111528
[pid=31066] ppid=31064 vsize=322824 CPUtime=43.22 cores=0-7
/proc/31066/stat : 31066 (claspmt) R 31064 31066 31040 0 -1 4202496 8966 0 0 0 4318 4 0 0 25 0 8 0 550211248 330571776 8815 33554432000 4194304 4964704 140733618515344 18446744073709551615 4332418 0 0 4096 18946 18446744073709551615 0 0 17 7 0 0 0
/proc/31066/statm: 80706 8815 466 189 0 75055 0
[pid=31066/tid=31068] ppid=31064 vsize=322824 CPUtime=3.02 cores=0-7
/proc/31066/task/31068/stat : 31068 (claspmt) R 31064 31066 31040 0 -1 4202560 738 0 0 0 302 0 0 0 25 0 8 0 550211260 330571776 8815 33554432000 4194304 4964704 140733618515344 18446744073709551615 4670228 0 0 4096 18946 0 0 0 -1 6 0 0 0
[pid=31066/tid=31069] ppid=31064 vsize=322824 CPUtime=6.15 cores=0-7
/proc/31066/task/31069/stat : 31069 (claspmt) R 31064 31066 31040 0 -1 4202560 1908 0 0 0 615 0 0 0 25 0 8 0 550211260 330571776 8815 33554432000 4194304 4964704 140733618515344 18446744073709551615 4670248 0 0 4096 18946 0 0 0 -1 1 0 0 0
[pid=31066/tid=31070] ppid=31064 vsize=322824 CPUtime=6.15 cores=0-7
/proc/31066/task/31070/stat : 31070 (claspmt) R 31064 31066 31040 0 -1 4202560 845 0 0 0 615 0 0 0 25 0 8 0 550211260 330571776 8815 33554432000 4194304 4964704 140733618515344 18446744073709551615 4670215 0 0 4096 18946 0 0 0 -1 2 0 0 0
[pid=31066/tid=31071] ppid=31064 vsize=322824 CPUtime=6.14 cores=0-7
/proc/31066/task/31071/stat : 31071 (claspmt) R 31064 31066 31040 0 -1 4202560 894 0 0 0 614 0 0 0 25 0 8 0 550211260 330571776 8815 33554432000 4194304 4964704 140733618515344 18446744073709551615 4670241 0 0 4096 18946 0 0 0 -1 5 0 0 0
[pid=31066/tid=31072] ppid=31064 vsize=322824 CPUtime=4.9 cores=0-7
/proc/31066/task/31072/stat : 31072 (claspmt) R 31064 31066 31040 0 -1 4202560 786 0 0 0 490 0 0 0 24 0 8 0 550211260 330571776 8815 33554432000 4194304 4964704 140733618515344 18446744073709551615 4668673 0 0 4096 18946 0 0 0 -1 6 0 0 0
[pid=31066/tid=31073] ppid=31064 vsize=322824 CPUtime=5.44 cores=0-7
/proc/31066/task/31073/stat : 31073 (claspmt) R 31064 31066 31040 0 -1 4202560 836 0 0 0 544 0 0 0 25 0 8 0 550211260 330571776 8815 33554432000 4194304 4964704 140733618515344 18446744073709551615 4627497 0 0 4096 18946 0 0 0 -1 4 0 0 0
[pid=31066/tid=31074] ppid=31064 vsize=322824 CPUtime=5.13 cores=0-7
/proc/31066/task/31074/stat : 31074 (claspmt) R 31064 31066 31040 0 -1 4202560 955 0 0 0 513 0 0 0 25 0 8 0 550211260 330571776 8815 33554432000 4194304 4964704 140733618515344 18446744073709551615 4670228 0 0 4096 18946 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 43.22
Current children cumulated vsize (KiB) 322824

[startup+12.701 s]
/proc/loadavg: 8.55 8.93 8.97 10/310 31074
/proc/meminfo: memFree=12753956/32950928 swapFree=67111404/67111528
[pid=31066] ppid=31064 vsize=326940 CPUtime=87.94 cores=0-7
/proc/31066/stat : 31066 (claspmt) R 31064 31066 31040 0 -1 4202496 12556 0 0 0 8789 5 0 0 25 0 8 0 550211248 334786560 12203 33554432000 4194304 4964704 140733618515344 18446744073709551615 4320886 0 0 4096 18946 18446744073709551615 0 0 17 7 0 0 0
/proc/31066/statm: 81735 12203 466 189 0 76084 0
[pid=31066/tid=31068] ppid=31064 vsize=326940 CPUtime=6.53 cores=0-7
/proc/31066/task/31068/stat : 31068 (claspmt) R 31064 31066 31040 0 -1 4202560 1083 0 0 0 653 0 0 0 25 0 8 0 550211260 334786560 12203 33554432000 4194304 4964704 140733618515344 18446744073709551615 4670219 0 0 4096 18946 0 0 0 -1 6 0 0 0
[pid=31066/tid=31069] ppid=31064 vsize=326940 CPUtime=12.56 cores=0-7
/proc/31066/task/31069/stat : 31069 (claspmt) R 31064 31066 31040 0 -1 4202560 2941 0 0 0 1255 1 0 0 25 0 8 0 550211260 334786560 12203 33554432000 4194304 4964704 140733618515344 18446744073709551615 4670228 0 0 4096 18946 0 0 0 -1 1 0 0 0
[pid=31066/tid=31070] ppid=31064 vsize=326940 CPUtime=12.55 cores=0-7
/proc/31066/task/31070/stat : 31070 (claspmt) R 31064 31066 31040 0 -1 4202560 1250 0 0 0 1255 0 0 0 25 0 8 0 550211260 334786560 12203 33554432000 4194304 4964704 140733618515344 18446744073709551615 4644870 0 0 4096 18946 0 0 0 -1 2 0 0 0
[pid=31066/tid=31071] ppid=31064 vsize=326940 CPUtime=12.55 cores=0-7
/proc/31066/task/31071/stat : 31071 (claspmt) R 31064 31066 31040 0 -1 4202560 1324 0 0 0 1254 1 0 0 25 0 8 0 550211260 334786560 12203 33554432000 4194304 4964704 140733618515344 18446744073709551615 4670228 0 0 4096 18946 0 0 0 -1 5 0 0 0
[pid=31066/tid=31072] ppid=31064 vsize=326940 CPUtime=8.23 cores=0-7
/proc/31066/task/31072/stat : 31072 (claspmt) R 31064 31066 31040 0 -1 4202560 894 0 0 0 823 0 0 0 25 0 8 0 550211260 334786560 12203 33554432000 4194304 4964704 140733618515344 18446744073709551615 4627204 0 0 4096 18946 0 0 0 -1 6 0 0 0
[pid=31066/tid=31073] ppid=31064 vsize=326940 CPUtime=11.39 cores=0-7
/proc/31066/task/31073/stat : 31073 (claspmt) R 31064 31066 31040 0 -1 4202560 1103 0 0 0 1139 0 0 0 25 0 8 0 550211260 334786560 12203 33554432000 4194304 4964704 140733618515344 18446744073709551615 4668654 0 0 4096 18946 0 0 0 -1 4 0 0 0
[pid=31066/tid=31074] ppid=31064 vsize=326940 CPUtime=11.52 cores=0-7
/proc/31066/task/31074/stat : 31074 (claspmt) R 31064 31066 31040 0 -1 4202560 1615 0 0 0 1152 0 0 0 25 0 8 0 550211260 334786560 12203 33554432000 4194304 4964704 140733618515344 18446744073709551615 4670228 0 0 4096 18946 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 87.94
Current children cumulated vsize (KiB) 326940

[startup+25.5008 s]
/proc/loadavg: 8.65 8.93 8.97 10/310 31074
/proc/meminfo: memFree=12739600/32950928 swapFree=67111404/67111528
[pid=31066] ppid=31064 vsize=330620 CPUtime=177.39 cores=0-7
/proc/31066/stat : 31066 (claspmt) R 31064 31066 31040 0 -1 4202496 16420 0 0 0 17731 8 0 0 25 0 8 0 550211248 338554880 16052 33554432000 4194304 4964704 140733618515344 18446744073709551615 4627299 0 0 4096 18946 18446744073709551615 0 0 17 7 0 0 0
/proc/31066/statm: 82655 16052 466 189 0 77004 0
[pid=31066/tid=31068] ppid=31064 vsize=330620 CPUtime=18.42 cores=0-7
/proc/31066/task/31068/stat : 31068 (claspmt) R 31064 31066 31040 0 -1 4202560 1671 0 0 0 1842 0 0 0 25 0 8 0 550211260 338554880 16052 33554432000 4194304 4964704 140733618515344 18446744073709551615 4670260 0 0 4096 18946 0 0 0 -1 4 0 0 0
[pid=31066/tid=31069] ppid=31064 vsize=330620 CPUtime=25.36 cores=0-7
/proc/31066/task/31069/stat : 31069 (claspmt) R 31064 31066 31040 0 -1 4202560 4067 0 0 0 2534 2 0 0 25 0 8 0 550211260 338554880 16052 33554432000 4194304 4964704 140733618515344 18446744073709551615 4670228 0 0 4096 18946 0 0 0 -1 1 0 0 0
[pid=31066/tid=31070] ppid=31064 vsize=330620 CPUtime=22.24 cores=0-7
/proc/31066/task/31070/stat : 31070 (claspmt) R 31064 31066 31040 0 -1 4202560 1383 0 0 0 2224 0 0 0 25 0 8 0 550211260 338554880 16052 33554432000 4194304 4964704 140733618515344 18446744073709551615 4627860 0 0 4096 18946 0 0 0 -1 0 0 0 0
[pid=31066/tid=31071] ppid=31064 vsize=330620 CPUtime=25.34 cores=0-7
/proc/31066/task/31071/stat : 31071 (claspmt) R 31064 31066 31040 0 -1 4202560 2032 0 0 0 2533 1 0 0 25 0 8 0 550211260 338554880 16052 33554432000 4194304 4964704 140733618515344 18446744073709551615 4668673 0 0 4096 18946 0 0 0 -1 5 0 0 0
[pid=31066/tid=31072] ppid=31064 vsize=330620 CPUtime=20.93 cores=0-7
/proc/31066/task/31072/stat : 31072 (claspmt) R 31064 31066 31040 0 -1 4202560 1317 0 0 0 2093 0 0 0 25 0 8 0 550211260 338554880 16052 33554432000 4194304 4964704 140733618515344 18446744073709551615 4668673 0 0 4096 18946 0 0 0 -1 6 0 0 0
[pid=31066/tid=31073] ppid=31064 vsize=330620 CPUtime=17.92 cores=0-7
/proc/31066/task/31073/stat : 31073 (claspmt) R 31064 31066 31040 0 -1 4202560 1297 0 0 0 1792 0 0 0 25 0 8 0 550211260 338554880 16052 33554432000 4194304 4964704 140733618515344 18446744073709551615 4670228 0 0 4096 18946 0 0 0 -1 2 0 0 0
[pid=31066/tid=31074] ppid=31064 vsize=330620 CPUtime=21.89 cores=0-7
/proc/31066/task/31074/stat : 31074 (claspmt) R 31064 31066 31040 0 -1 4202560 2060 0 0 0 2189 0 0 0 25 0 8 0 550211260 338554880 16052 33554432000 4194304 4964704 140733618515344 18446744073709551615 235594971630 0 0 4096 18946 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 177.39
Current children cumulated vsize (KiB) 330620

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

[startup+25.6007 s]
/proc/loadavg: 8.65 8.93 8.97 10/310 31074
/proc/meminfo: memFree=12739600/32950928 swapFree=67111404/67111528
[pid=31066] ppid=31064 vsize=330620 CPUtime=178.08 cores=0-7
/proc/31066/stat : 31066 (claspmt) R 31064 31066 31040 0 -1 4202496 16456 0 0 0 17800 8 0 0 25 0 8 0 550211248 338554880 16088 33554432000 4194304 4964704 140733618515344 18446744073709551615 4684725 0 0 4096 18946 18446744073709551615 0 0 17 7 0 0 0
/proc/31066/statm: 82655 16088 466 189 0 77004 0
[pid=31066/tid=31068] ppid=31064 vsize=330620 CPUtime=18.52 cores=0-7
/proc/31066/task/31068/stat : 31068 (claspmt) R 31064 31066 31040 0 -1 4202560 1679 0 0 0 1852 0 0 0 25 0 8 0 550211260 338554880 16088 33554432000 4194304 4964704 140733618515344 18446744073709551615 4670277 0 0 4096 18946 0 0 0 -1 4 0 0 0
[pid=31066/tid=31069] ppid=31064 vsize=330620 CPUtime=25.46 cores=0-7
/proc/31066/task/31069/stat : 31069 (claspmt) R 31064 31066 31040 0 -1 4202560 4080 0 0 0 2544 2 0 0 25 0 8 0 550211260 338554880 16088 33554432000 4194304 4964704 140733618515344 18446744073709551615 4670228 0 0 4096 18946 0 0 0 -1 1 0 0 0
[pid=31066/tid=31070] ppid=31064 vsize=330620 CPUtime=22.34 cores=0-7
/proc/31066/task/31070/stat : 31070 (claspmt) R 31064 31066 31040 0 -1 4202560 1383 0 0 0 2234 0 0 0 25 0 8 0 550211260 338554880 16088 33554432000 4194304 4964704 140733618515344 18446744073709551615 4670202 0 0 4096 18946 0 0 0 -1 0 0 0 0
[pid=31066/tid=31071] ppid=31064 vsize=330620 CPUtime=25.44 cores=0-7
/proc/31066/task/31071/stat : 31071 (claspmt) R 31064 31066 31040 0 -1 4202560 2047 0 0 0 2543 1 0 0 25 0 8 0 550211260 338554880 16088 33554432000 4194304 4964704 140733618515344 18446744073709551615 4668488 0 0 4096 18946 0 0 0 -1 5 0 0 0
[pid=31066/tid=31072] ppid=31064 vsize=330620 CPUtime=21.03 cores=0-7
/proc/31066/task/31072/stat : 31072 (claspmt) R 31064 31066 31040 0 -1 4202560 1317 0 0 0 2103 0 0 0 25 0 8 0 550211260 338554880 16088 33554432000 4194304 4964704 140733618515344 18446744073709551615 4683999 0 0 4096 18946 0 0 0 -1 6 0 0 0
[pid=31066/tid=31073] ppid=31064 vsize=330620 CPUtime=18.02 cores=0-7
/proc/31066/task/31073/stat : 31073 (claspmt) R 31064 31066 31040 0 -1 4202560 1297 0 0 0 1802 0 0 0 25 0 8 0 550211260 338554880 16088 33554432000 4194304 4964704 140733618515344 18446744073709551615 4627341 0 0 4096 18946 0 0 0 -1 2 0 0 0
[pid=31066/tid=31074] ppid=31064 vsize=330620 CPUtime=21.89 cores=0-7
/proc/31066/task/31074/stat : 31074 (claspmt) R 31064 31066 31040 0 -1 4202560 2060 0 0 0 2189 0 0 0 25 0 8 0 550211260 338554880 16088 33554432000 4194304 4964704 140733618515344 18446744073709551615 235594971630 0 0 4096 18946 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 178.08
Current children cumulated vsize (KiB) 330620

[startup+32.0116 s]
/proc/loadavg: 8.68 8.93 8.97 10/310 31075
/proc/meminfo: memFree=12732880/32950928 swapFree=67111404/67111528
[pid=31066] ppid=31064 vsize=332512 CPUtime=222.89 cores=0-7
/proc/31066/stat : 31066 (claspmt) R 31064 31066 31040 0 -1 4202496 17957 0 0 0 22279 10 0 0 25 0 8 0 550211248 340492288 17588 33554432000 4194304 4964704 140733618515344 18446744073709551615 4668673 0 0 4096 18946 18446744073709551615 0 0 17 7 0 0 0
/proc/31066/statm: 83128 17588 466 189 0 77477 0
[pid=31066/tid=31068] ppid=31064 vsize=332512 CPUtime=23.28 cores=0-7
/proc/31066/task/31068/stat : 31068 (claspmt) R 31064 31066 31040 0 -1 4202560 1889 0 0 0 2327 1 0 0 25 0 8 0 550211260 340492288 17588 33554432000 4194304 4964704 140733618515344 18446744073709551615 4627299 0 0 4096 18946 0 0 0 -1 6 0 0 0
[pid=31066/tid=31069] ppid=31064 vsize=332512 CPUtime=31.86 cores=0-7
/proc/31066/task/31069/stat : 31069 (claspmt) R 31064 31066 31040 0 -1 4202560 4249 0 0 0 3184 2 0 0 25 0 8 0 550211260 340492288 17588 33554432000 4194304 4964704 140733618515344 18446744073709551615 4670228 0 0 4096 18946 0 0 0 -1 1 0 0 0
[pid=31066/tid=31070] ppid=31064 vsize=332512 CPUtime=27.25 cores=0-7
/proc/31066/task/31070/stat : 31070 (claspmt) R 31064 31066 31040 0 -1 4202560 1457 0 0 0 2725 0 0 0 25 0 8 0 550211260 340492288 17588 33554432000 4194304 4964704 140733618515344 18446744073709551615 4670228 0 0 4096 18946 0 0 0 -1 0 0 0 0
[pid=31066/tid=31071] ppid=31064 vsize=332512 CPUtime=31.85 cores=0-7
/proc/31066/task/31071/stat : 31071 (claspmt) R 31064 31066 31040 0 -1 4202560 2509 0 0 0 3183 2 0 0 19 0 8 0 550211260 340492288 17588 33554432000 4194304 4964704 140733618515344 18446744073709551615 4670248 0 0 4096 18946 0 0 0 -1 5 0 0 0
[pid=31066/tid=31072] ppid=31064 vsize=332512 CPUtime=26.18 cores=0-7
/proc/31066/task/31072/stat : 31072 (claspmt) R 31064 31066 31040 0 -1 4202560 1467 0 0 0 2618 0 0 0 25 0 8 0 550211260 340492288 17588 33554432000 4194304 4964704 140733618515344 18446744073709551615 4670228 0 0 4096 18946 0 0 0 -1 6 0 0 0
[pid=31066/tid=31073] ppid=31064 vsize=332512 CPUtime=24.43 cores=0-7
/proc/31066/task/31073/stat : 31073 (claspmt) R 31064 31066 31040 0 -1 4202560 1352 0 0 0 2443 0 0 0 25 0 8 0 550211260 340492288 17588 33554432000 4194304 4964704 140733618515344 18446744073709551615 4670431 0 0 4096 18946 0 0 0 -1 2 0 0 0
[pid=31066/tid=31074] ppid=31064 vsize=332512 CPUtime=26.3 cores=0-7
/proc/31066/task/31074/stat : 31074 (claspmt) R 31064 31066 31040 0 -1 4202560 2249 0 0 0 2629 1 0 0 25 0 8 0 550211260 340492288 17588 33554432000 4194304 4964704 140733618515344 18446744073709551615 4670271 0 0 4096 18946 0 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 222.89
Current children cumulated vsize (KiB) 332512

[startup+35.2011 s]
/proc/loadavg: 8.70 8.93 8.97 10/310 31075
/proc/meminfo: memFree=12729744/32950928 swapFree=67111404/67111528
[pid=31066] ppid=31064 vsize=333392 CPUtime=245.26 cores=0-7
/proc/31066/stat : 31066 (claspmt) R 31064 31066 31040 0 -1 4202496 18871 0 0 0 24515 11 0 0 25 0 8 0 550211248 341393408 18461 33554432000 4194304 4964704 140733618515344 18446744073709551615 4668683 0 0 4096 18946 18446744073709551615 0 0 17 7 0 0 0
/proc/31066/statm: 83348 18461 466 189 0 77697 0
[pid=31066/tid=31068] ppid=31064 vsize=333392 CPUtime=25.13 cores=0-7
/proc/31066/task/31068/stat : 31068 (claspmt) R 31064 31066 31040 0 -1 4202560 1938 0 0 0 2512 1 0 0 25 0 8 0 550211260 341393408 18463 33554432000 4194304 4964704 140733618515344 18446744073709551615 4659143 0 0 4096 18946 0 0 0 -1 6 0 0 0
[pid=31066/tid=31069] ppid=31064 vsize=333392 CPUtime=35.06 cores=0-7
/proc/31066/task/31069/stat : 31069 (claspmt) R 31064 31066 31040 0 -1 4202560 4570 0 0 0 3504 2 0 0 25 0 8 0 550211260 341393408 18463 33554432000 4194304 4964704 140733618515344 18446744073709551615 235594527777 0 0 4096 18946 0 0 0 -1 1 0 0 0
[pid=31066/tid=31070] ppid=31064 vsize=333392 CPUtime=30.45 cores=0-7
/proc/31066/task/31070/stat : 31070 (claspmt) R 31064 31066 31040 0 -1 4202560 1492 0 0 0 3045 0 0 0 25 0 8 0 550211260 341393408 18463 33554432000 4194304 4964704 140733618515344 18446744073709551615 4670228 0 0 4096 18946 0 0 0 -1 0 0 0 0
[pid=31066/tid=31071] ppid=31064 vsize=333392 CPUtime=35.05 cores=0-7
/proc/31066/task/31071/stat : 31071 (claspmt) R 31064 31066 31040 0 -1 4202560 2661 0 0 0 3503 2 0 0 25 0 8 0 550211260 341393408 18463 33554432000 4194304 4964704 140733618515344 18446744073709551615 235594564186 0 0 4096 18946 0 0 0 -1 5 0 0 0
[pid=31066/tid=31072] ppid=31064 vsize=333392 CPUtime=27.53 cores=0-7
/proc/31066/task/31072/stat : 31072 (claspmt) R 31064 31066 31040 0 -1 4202560 1481 0 0 0 2753 0 0 0 25 0 8 0 550211260 341393408 18463 33554432000 4194304 4964704 140733618515344 18446744073709551615 4670233 0 0 4096 18946 0 0 0 -1 6 0 0 0
[pid=31066/tid=31073] ppid=31064 vsize=333392 CPUtime=27.64 cores=0-7
/proc/31066/task/31073/stat : 31073 (claspmt) R 31064 31066 31040 0 -1 4202560 1402 0 0 0 2763 1 0 0 25 0 8 0 550211260 341393408 18463 33554432000 4194304 4964704 140733618515344 18446744073709551615 4320849 0 0 4096 18946 0 0 0 -1 2 0 0 0
[pid=31066/tid=31074] ppid=31064 vsize=333392 CPUtime=29.5 cores=0-7
/proc/31066/task/31074/stat : 31074 (claspmt) R 31064 31066 31040 0 -1 4202560 2467 0 0 0 2949 1 0 0 25 0 8 0 550211260 341393408 18463 33554432000 4194304 4964704 140733618515344 18446744073709551615 4670266 0 0 4096 18946 0 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 245.26
Current children cumulated vsize (KiB) 333392

[startup+36.8008 s]
/proc/loadavg: 8.70 8.93 8.97 10/310 31075
/proc/meminfo: memFree=12728876/32950928 swapFree=67111404/67111528
[pid=31066] ppid=31064 vsize=333664 CPUtime=256.37 cores=0-7
/proc/31066/stat : 31066 (claspmt) R 31064 31066 31040 0 -1 4202496 19162 0 0 0 25626 11 0 0 25 0 8 0 550211248 341671936 18752 33554432000 4194304 4964704 140733618515344 18446744073709551615 4670228 0 0 4096 18946 18446744073709551615 0 0 17 7 0 0 0
/proc/31066/statm: 83416 18752 466 189 0 77765 0
[pid=31066/tid=31068] ppid=31064 vsize=333664 CPUtime=25.98 cores=0-7
/proc/31066/task/31068/stat : 31068 (claspmt) R 31064 31066 31040 0 -1 4202560 1984 0 0 0 2597 1 0 0 25 0 8 0 550211260 341671936 18752 33554432000 4194304 4964704 140733618515344 18446744073709551615 4670431 0 0 4096 18946 0 0 0 -1 5 0 0 0
[pid=31066/tid=31069] ppid=31064 vsize=333664 CPUtime=36.35 cores=0-7
/proc/31066/task/31069/stat : 31069 (claspmt) R 31064 31066 31040 0 -1 4202560 4631 0 0 0 3633 2 0 0 25 0 8 0 550211260 341671936 18752 33554432000 4194304 4964704 140733618515344 18446744073709551615 235594971630 0 0 4096 18946 0 0 0 -1 1 0 0 0
[pid=31066/tid=31070] ppid=31064 vsize=333664 CPUtime=32.04 cores=0-7
/proc/31066/task/31070/stat : 31070 (claspmt) R 31064 31066 31040 0 -1 4202560 1505 0 0 0 3204 0 0 0 25 0 8 0 550211260 341671936 18752 33554432000 4194304 4964704 140733618515344 18446744073709551615 4670228 0 0 4096 18946 0 0 0 -1 0 0 0 0
[pid=31066/tid=31071] ppid=31064 vsize=333664 CPUtime=36.09 cores=0-7
/proc/31066/task/31071/stat : 31071 (claspmt) R 31064 31066 31040 0 -1 4202560 2694 0 0 0 3607 2 0 0 25 0 8 0 550211260 341671936 18752 33554432000 4194304 4964704 140733618515344 18446744073709551615 4654400 0 0 4096 18946 0 0 0 -1 1 0 0 0
[pid=31066/tid=31072] ppid=31064 vsize=333664 CPUtime=29.12 cores=0-7
/proc/31066/task/31072/stat : 31072 (claspmt) R 31064 31066 31040 0 -1 4202560 1510 0 0 0 2912 0 0 0 25 0 8 0 550211260 341671936 18752 33554432000 4194304 4964704 140733618515344 18446744073709551615 4670454 0 0 4096 18946 0 0 0 -1 6 0 0 0
[pid=31066/tid=31073] ppid=31064 vsize=333664 CPUtime=29.23 cores=0-7
/proc/31066/task/31073/stat : 31073 (claspmt) R 31064 31066 31040 0 -1 4202560 1428 0 0 0 2922 1 0 0 25 0 8 0 550211260 341671936 18752 33554432000 4194304 4964704 140733618515344 18446744073709551615 4668632 0 0 4096 18946 0 0 0 -1 2 0 0 0
[pid=31066/tid=31074] ppid=31064 vsize=333664 CPUtime=31.09 cores=0-7
/proc/31066/task/31074/stat : 31074 (claspmt) R 31064 31066 31040 0 -1 4202560 2499 0 0 0 3108 1 0 0 25 0 8 0 550211260 341671936 18752 33554432000 4194304 4964704 140733618515344 18446744073709551615 4670228 0 0 4096 18946 0 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 256.37
Current children cumulated vsize (KiB) 333664

[startup+37.2007 s]
/proc/loadavg: 8.70 8.93 8.97 10/310 31075
/proc/meminfo: memFree=12728876/32950928 swapFree=67111404/67111528
[pid=31066] ppid=31064 vsize=333848 CPUtime=259.17 cores=0-7
/proc/31066/stat : 31066 (claspmt) R 31064 31066 31040 0 -1 4202496 19251 0 0 0 25906 11 0 0 25 0 8 0 550211248 341860352 18841 33554432000 4194304 4964704 140733618515344 18446744073709551615 4364560 0 0 4096 18946 18446744073709551615 0 0 17 7 0 0 0
/proc/31066/statm: 83462 18841 466 189 0 77811 0
[pid=31066/tid=31068] ppid=31064 vsize=333848 CPUtime=26.38 cores=0-7
/proc/31066/task/31068/stat : 31068 (claspmt) R 31064 31066 31040 0 -1 4202560 1984 0 0 0 2637 1 0 0 25 0 8 0 550211260 341860352 18841 33554432000 4194304 4964704 140733618515344 18446744073709551615 4668648 0 0 4096 18946 0 0 0 -1 5 0 0 0
[pid=31066/tid=31069] ppid=31064 vsize=333848 CPUtime=36.45 cores=0-7
/proc/31066/task/31069/stat : 31069 (claspmt) R 31064 31066 31040 0 -1 4202560 4631 0 0 0 3643 2 0 0 24 0 8 0 550211260 341860352 18841 33554432000 4194304 4964704 140733618515344 18446744073709551615 4670228 0 0 4096 18946 0 0 0 -1 1 0 0 0
[pid=31066/tid=31070] ppid=31064 vsize=333848 CPUtime=32.44 cores=0-7
/proc/31066/task/31070/stat : 31070 (claspmt) R 31064 31066 31040 0 -1 4202560 1505 0 0 0 3244 0 0 0 25 0 8 0 550211260 341860352 18841 33554432000 4194304 4964704 140733618515344 18446744073709551615 4668648 0 0 4096 18946 0 0 0 -1 0 0 0 0
[pid=31066/tid=31071] ppid=31064 vsize=333848 CPUtime=36.39 cores=0-7
/proc/31066/task/31071/stat : 31071 (claspmt) R 31064 31066 31040 0 -1 4202560 2720 0 0 0 3637 2 0 0 25 0 8 0 550211260 341860352 18841 33554432000 4194304 4964704 140733618515344 18446744073709551615 4627204 0 0 4096 18946 0 0 0 -1 1 0 0 0
[pid=31066/tid=31072] ppid=31064 vsize=333848 CPUtime=29.52 cores=0-7
/proc/31066/task/31072/stat : 31072 (claspmt) R 31064 31066 31040 0 -1 4202560 1547 0 0 0 2952 0 0 0 25 0 8 0 550211260 341860352 18841 33554432000 4194304 4964704 140733618515344 18446744073709551615 4668488 0 0 4096 18946 0 0 0 -1 6 0 0 0
[pid=31066/tid=31073] ppid=31064 vsize=333848 CPUtime=29.62 cores=0-7
/proc/31066/task/31073/stat : 31073 (claspmt) R 31064 31066 31040 0 -1 4202560 1441 0 0 0 2961 1 0 0 25 0 8 0 550211260 341860352 18841 33554432000 4194304 4964704 140733618515344 18446744073709551615 4670357 0 0 4096 18946 0 0 0 -1 2 0 0 0
[pid=31066/tid=31074] ppid=31064 vsize=333848 CPUtime=31.49 cores=0-7
/proc/31066/task/31074/stat : 31074 (claspmt) R 31064 31066 31040 0 -1 4202560 2512 0 0 0 3148 1 0 0 25 0 8 0 550211260 341860352 18841 33554432000 4194304 4964704 140733618515344 18446744073709551615 4670219 0 0 4096 18946 0 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 259.17
Current children cumulated vsize (KiB) 333848

[startup+37.4007 s]
/proc/loadavg: 8.70 8.93 8.97 10/310 31075
/proc/meminfo: memFree=12727636/32950928 swapFree=67111404/67111528
[pid=31066] ppid=31064 vsize=333848 CPUtime=260.62 cores=0-7
/proc/31066/stat : 31066 (claspmt) R 31064 31066 31040 0 -1 4202496 19253 0 0 0 26051 11 0 0 25 0 8 0 550211248 341860352 18843 33554432000 4194304 4964704 140733618515344 18446744073709551615 235594971630 0 0 4096 18946 18446744073709551615 0 0 17 7 0 0 0
/proc/31066/statm: 83462 18843 466 189 0 77811 0
[pid=31066/tid=31068] ppid=31064 vsize=333848 CPUtime=26.59 cores=0-7
/proc/31066/task/31068/stat : 31068 (claspmt) R 31064 31066 31040 0 -1 4202560 1984 0 0 0 2658 1 0 0 25 0 8 0 550211260 341860352 18843 33554432000 4194304 4964704 140733618515344 18446744073709551615 4668780 0 0 4096 18946 0 0 0 -1 5 0 0 0
[pid=31066/tid=31069] ppid=31064 vsize=333848 CPUtime=36.61 cores=0-7
/proc/31066/task/31069/stat : 31069 (claspmt) R 31064 31066 31040 0 -1 4202560 4631 0 0 0 3659 2 0 0 25 0 8 0 550211260 341860352 18843 33554432000 4194304 4964704 140733618515344 18446744073709551615 4670228 0 0 4096 18946 0 0 0 -1 7 0 0 0
[pid=31066/tid=31070] ppid=31064 vsize=333848 CPUtime=32.65 cores=0-7
/proc/31066/task/31070/stat : 31070 (claspmt) R 31064 31066 31040 0 -1 4202560 1505 0 0 0 3265 0 0 0 25 0 8 0 550211260 341860352 18843 33554432000 4194304 4964704 140733618515344 18446744073709551615 4668635 0 0 4096 18946 0 0 0 -1 0 0 0 0
[pid=31066/tid=31071] ppid=31064 vsize=333848 CPUtime=36.55 cores=0-7
/proc/31066/task/31071/stat : 31071 (claspmt) R 31064 31066 31040 0 -1 4202560 2721 0 0 0 3653 2 0 0 25 0 8 0 550211260 341860352 18843 33554432000 4194304 4964704 140733618515344 18446744073709551615 4670228 0 0 4096 18946 0 0 0 -1 1 0 0 0
[pid=31066/tid=31072] ppid=31064 vsize=333848 CPUtime=29.73 cores=0-7
/proc/31066/task/31072/stat : 31072 (claspmt) R 31064 31066 31040 0 -1 4202560 1547 0 0 0 2973 0 0 0 25 0 8 0 550211260 341860352 18843 33554432000 4194304 4964704 140733618515344 18446744073709551615 4627810 0 0 4096 18946 0 0 0 -1 6 0 0 0
[pid=31066/tid=31073] ppid=31064 vsize=333848 CPUtime=29.84 cores=0-7
/proc/31066/task/31073/stat : 31073 (claspmt) R 31064 31066 31040 0 -1 4202560 1441 0 0 0 2983 1 0 0 25 0 8 0 550211260 341860352 18843 33554432000 4194304 4964704 140733618515344 18446744073709551615 4670228 0 0 4096 18946 0 0 0 -1 2 0 0 0
[pid=31066/tid=31074] ppid=31064 vsize=333848 CPUtime=31.7 cores=0-7
/proc/31066/task/31074/stat : 31074 (claspmt) R 31064 31066 31040 0 -1 4202560 2512 0 0 0 3169 1 0 0 25 0 8 0 550211260 341860352 18843 33554432000 4194304 4964704 140733618515344 18446744073709551615 4670184 0 0 4096 18946 0 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 260.62
Current children cumulated vsize (KiB) 333848

[startup+37.5117 s]
/proc/loadavg: 8.70 8.93 8.97 10/310 31075
/proc/meminfo: memFree=12727636/32950928 swapFree=67111404/67111528
[pid=31066] ppid=31064 vsize=333848 CPUtime=261.33 cores=0-7
/proc/31066/stat : 31066 (claspmt) R 31064 31066 31040 0 -1 4202496 19253 0 0 0 26122 11 0 0 25 0 8 0 550211248 341860352 18843 33554432000 4194304 4964704 140733618515344 18446744073709551615 235594971630 0 0 4096 18946 18446744073709551615 0 0 17 7 0 0 0
/proc/31066/statm: 83462 18843 466 189 0 77811 0
[pid=31066/tid=31068] ppid=31064 vsize=333848 CPUtime=26.69 cores=0-7
/proc/31066/task/31068/stat : 31068 (claspmt) R 31064 31066 31040 0 -1 4202560 1984 0 0 0 2668 1 0 0 25 0 8 0 550211260 341860352 18843 33554432000 4194304 4964704 140733618515344 18446744073709551615 4670228 0 0 4096 18946 0 0 0 -1 5 0 0 0
[pid=31066/tid=31069] ppid=31064 vsize=333848 CPUtime=36.71 cores=0-7
/proc/31066/task/31069/stat : 31069 (claspmt) R 31064 31066 31040 0 -1 4202560 4631 0 0 0 3669 2 0 0 25 0 8 0 550211260 341860352 18843 33554432000 4194304 4964704 140733618515344 18446744073709551615 4319906 0 0 4096 18946 0 0 0 -1 7 0 0 0
[pid=31066/tid=31070] ppid=31064 vsize=333848 CPUtime=32.75 cores=0-7
/proc/31066/task/31070/stat : 31070 (claspmt) R 31064 31066 31040 0 -1 4202560 1505 0 0 0 3275 0 0 0 25 0 8 0 550211260 341860352 18843 33554432000 4194304 4964704 140733618515344 18446744073709551615 4627509 0 0 4096 18946 0 0 0 -1 0 0 0 0
[pid=31066/tid=31071] ppid=31064 vsize=333848 CPUtime=36.65 cores=0-7
/proc/31066/task/31071/stat : 31071 (claspmt) R 31064 31066 31040 0 -1 4202560 2721 0 0 0 3663 2 0 0 25 0 8 0 550211260 341860352 18843 33554432000 4194304 4964704 140733618515344 18446744073709551615 4670266 0 0 4096 18946 0 0 0 -1 1 0 0 0
[pid=31066/tid=31072] ppid=31064 vsize=333848 CPUtime=29.83 cores=0-7
/proc/31066/task/31072/stat : 31072 (claspmt) R 31064 31066 31040 0 -1 4202560 1547 0 0 0 2983 0 0 0 25 0 8 0 550211260 341860352 18843 33554432000 4194304 4964704 140733618515344 18446744073709551615 4670100 0 0 4096 18946 0 0 0 -1 6 0 0 0
[pid=31066/tid=31073] ppid=31064 vsize=333848 CPUtime=29.94 cores=0-7
/proc/31066/task/31073/stat : 31073 (claspmt) R 31064 31066 31040 0 -1 4202560 1441 0 0 0 2993 1 0 0 25 0 8 0 550211260 341860352 18843 33554432000 4194304 4964704 140733618515344 18446744073709551615 4653166 0 0 4096 18946 0 0 0 -1 2 0 0 0
[pid=31066/tid=31074] ppid=31064 vsize=333848 CPUtime=31.8 cores=0-7
/proc/31066/task/31074/stat : 31074 (claspmt) R 31064 31066 31040 0 -1 4202560 2512 0 0 0 3179 1 0 0 25 0 8 0 550211260 341860352 18843 33554432000 4194304 4964704 140733618515344 18446744073709551615 4627204 0 0 4096 18946 0 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 261.33
Current children cumulated vsize (KiB) 333848

Child status: 10
Real time (s): 37.5844
CPU time (s): 261.625
CPU user time (s): 261.504
CPU system time (s): 0.120981
CPU usage (%): 696.101
Max. virtual memory (cumulated for all children) (KiB): 333848

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 261.504
system time used= 0.120981
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 19264
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= 5145
involuntary context switches= 1936

runsolver used 0.122981 second user time and 0.264959 second system time

The end

Launcher Data

Begin job on node120 at 2011-05-03 03:28:45
IDJOB=3322469
IDBENCH=83264
IDSOLVER=1711
FILE ID=node120/3322469-1304386125
RUNJOBID= node120-1304386125-31054
PBS_JOBID= 13181802
Free space on /tmp= 73528 MiB

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

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

MD5SUM BENCH= 693b5fe291cecff45feff3be98a908cf
RANDOM SEED=474779053

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

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

processor	: 7
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.809
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:      12800392 kB
Buffers:        615068 kB
Cached:        2606148 kB
SwapCached:          8 kB
Active:       17593376 kB
Inactive:      2132612 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32950928 kB
LowFree:      12800392 kB
SwapTotal:    67111528 kB
SwapFree:     67111404 kB
Dirty:            1240 kB
Writeback:           0 kB
AnonPages:    16504604 kB
Mapped:          23804 kB
Slab:           311932 kB
PageTables:      48664 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83586992 kB
Committed_AS: 51728080 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= 73528 MiB
End job on node120 at 2011-05-03 03:29:22