Trace number 1056206

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
Abscon 112v4 ACSAT 47.6668 48.1137

DiagnosticValue
CHECKS60271000
NODES764

General information on the benchmark

Namecsp/largeQueens/
normalized-queens-300.xml
MD5SUMc7d57b0262fde2b45e9a562f45f9d3ca
Bench Category2-ARY-INT (binary constraints in intension)
Best result obtained on this benchmarkSAT
Best CPU time to get the best result obtained on this benchmark10.9213
Satisfiable
(Un)Satisfiability was proved
Number of variables300
Number of constraints44850
Maximum constraint arity2
Maximum domain size300
Number of constraints which are defined in extension0
Number of constraints which are defined in intension44850
Global constraints used (with number of constraints)

Solver Data (download as text)

0.00/0.08	
0.00/0.08	Abscon 112 (May, 2008)
0.18/0.23	
0.18/0.23	   configuration
0.18/0.23	     name=mac.xml
0.29/0.31	   
0.29/0.31	   instance
0.29/0.31	     name=HOME/instance-1056206-1215062340.xml
0.29/0.34	   
0.29/0.34	   domains being loaded...
0.29/0.35	   
0.29/0.35	   variables being loaded...
0.39/0.48	     nbVariables=300  nbDomainTypes=1  minDomainSize=300  maxDomainSize=300  nbTotalValues=90000
0.39/0.48	       =>  wckTime=0.247  cpuTime=0.21  mem=10M847
0.39/0.48	   
0.39/0.48	   predicates being loaded...
0.49/0.57	   
0.49/0.57	   constraints being loaded...
22.59/22.80	     nbConstraints=44852  nbGlobalConstraints=2  nbConvertedConstraints=44850  nbConvertConstraintsChecks=27000000
22.59/22.80	     nbExtensionStructures=300  nbSharedExtensionStructures=44550  nbConflictsStructures=300
22.59/22.80	     nbSharedConflictsStructures=44550  nbSharedBinaryRepresentations=126752  minDegree=301  maxDegree=301  minArity=2
22.59/22.80	     avgArity=2.01  maxArity=300  nbGenerators=1  nbFusions=1  symmetryWckTime=3.328  symmetryCpuTime=2.01  nbCliques=1
22.59/22.80	       =>  wckTime=22.57  cpuTime=19.84  mem=119M713
23.08/23.30	   
23.08/23.30	   solver IterativeSystematicSolver being built... 
23.08/23.39	   
23.08/23.39	   INFO : Forward propagation technique limited 
23.18/23.48	       =>  wckTime=23.25  cpuTime=19.99  mem=96M343
23.28/23.54	   
23.28/23.54	   preprocessing
23.28/23.54	     nbConstraintChecks=1168  nbPropagations=301  nbRevisions=2  nbUselessRevisions=0  nbRemovedValues=2
23.28/23.54	     nbRemovedTuples=44849  detectedInconsistency=no
23.28/23.54	       =>  wckTime=0.053  cpuTime=0.05  mem=97M271
47.57/48.04	   
47.57/48.04	   search
47.57/48.04	     run=2  nbConstraintChecks=60269790  minDepth=236  maxDepth=300  nbPropagations=227220  nbRevisions=337821
47.57/48.04	     nbUselessRevisions=93040  nbAssignments=764  nbFailedAssignments=28  nbBacktracks=49  nbVisitedNodes=827
47.57/48.04	     nbRestartNogoods=7  nbFoundSolutions=1  mapSize=46  nbInferences=0  nbTooLargeKeys=0  nbSEliminables=0
47.57/48.04	     nbREliminables=0  nbIEliminables=171.93  nbDEliminables=0  nbPEliminables=0
47.57/48.04	       =>  wckTime=24.558  cpuTime=24.28  mem=102M786
47.57/48.04	   
47.57/48.04	   global
47.57/48.04	     nbConstraintChecks=60270958  nbPropagations=227521  nbRevisions=337823  nbUselessRevisions=93040
47.57/48.04	     nbRestartNogoods=7  solvingWckTime=24.56  solvingCpuTime=24.28  expiredTime=no  totalExploration=no
47.57/48.04	     nbFoundSolutions=1  firstSolutionCpuTime=44.19  globalCpuTime=44.31
47.57/48.04	       =>  wckTime=47.812  cpuTime=44.27  mem=102M786
47.57/48.04	   
47.57/48.04	s SATISFIABLE
47.57/48.04	v 180 9 169 134 116 148 13 294 7 19 165 293 118 8 112 204 292 10 107 291 201 290 11 289 185 12 139 288 14 287 198 286 104 141 15 285 16 284 189 124 17 283 125 18 114 282 20 109 281 21 280 22 279 23 278 24 277 25 276 26 275 27 274 28 273 29 272 30 271 31 270 32 269 33 268 157 154 267 34 266 166 35 265 36 184 264 37 182 263 38 192 262 39 207 88 86 151 202 209 258 256 261 179 200 40 102 96 90 260 41 203 259 43 46 110 42 257 188 44 98 254 251 50 99 45 48 253 195 191 196 255 249 177 193 221 57 178 186 63 47 51 53 115 252 248 54 49 246 55 250 95 136 52 244 152 245 94 214 2 247 56 167 108 155 59 84 242 91 243 66 173 60 82 75 227 219 211 83 64 225 230 71 216 76 212 89 229 68 226 228 74 70 224 85 231 78 69 237 73 222 72 65 220 81 92 234 77 238 67 233 223 232 79 218 80 197 174 172 170 162 235 161 164 296 153 159 240 58 5 295 241 144 297 62 236 239 130 61 123 121 127 117 122 120 158 146 137 105 111 101 168 181 113 93 100 175 213 205 217 194 176 87 199 106 208 215 171 206 183 210 187 298 4 103 3 128 150 132 129 1 299 97 131 145 140 142 119 6 135 149 160 156 190 147 126 163 133 138 143 300 
47.57/48.04	d NODES 764
47.57/48.04	d CHECKS 60270958
47.57/48.05	   
47.57/48.05	   totalWckTime=47.868  totalCpuTime=44.32

Verifier Data (download as text)

OK

Watcher Data (download as text)

runsolver version 3.2.5 (c) roussel@cril.univ-artois.fr

command line: /home/evaluation/evaluation/pub/bin/runsolver --timestamp -w /tmp/evaluation-result-1056206-1215062340/watcher-1056206-1215062340 -o /tmp/evaluation-result-1056206-1215062340/solver-1056206-1215062340 -C 1800 -W 2200 -M 900 --output-limit 1,15 java -Xms756M -Xmx756M -XX:PermSize=10m -XX:MaxPermSize=10m -cp abscon112V4.jar abscon.Resolution mac.xml 1 XSax HOME/instance-1056206-1215062340.xml 

Enforcing CPUTime limit (soft limit, will send SIGTERM then SIGKILL): 1800 seconds
Enforcing CPUTime limit (hard limit, will send SIGXCPU): 1830 seconds
Enforcing wall clock limit (soft limit, will send SIGTERM then SIGKILL): 2200 seconds
Enforcing VSIZE limit (soft limit, will send SIGTERM then SIGKILL): 921600 KiB
Enforcing VSIZE limit (hard limit, stack expansion will fail with SIGSEGV, brk() and mmap() will return ENOMEM): 972800 KiB
Solver output will be limited to a maximum of 15728640 bytes. The first 1048576 bytes and the last 14680064 bytes will be preserved
Current StackSize limit: 10240 KiB


[startup+0 s]
/proc/loadavg: 2.00 2.00 2.00 4/72 11285
/proc/meminfo: memFree=1466144/2055920 swapFree=4180096/4192956
[pid=11285] ppid=11283 vsize=1616 CPUtime=0
/proc/11285/stat : 11285 (java) D 11283 11285 6618 0 -1 0 177 0 0 0 0 0 0 0 18 0 1 0 1985208603 1654784 145 996147200 134512640 134550740 4294956144 18446744073709551615 4294960144 0 2147483391 4096 0 18446744072099781622 0 0 17 0 0 0
/proc/11285/statm: 404 145 119 9 0 46 0

[startup+0.015005 s]
/proc/loadavg: 2.00 2.00 2.00 4/72 11285
/proc/meminfo: memFree=1466144/2055920 swapFree=4180096/4192956
[pid=11285] ppid=11283 vsize=10904 CPUtime=0
/proc/11285/stat : 11285 (java) S 11283 11285 6618 0 -1 0 821 0 0 0 0 0 0 0 18 0 2 0 1985208603 11165696 574 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 0 0 16784584 18446744073709551615 0 0 17 1 0 0
/proc/11285/statm: 2726 574 285 9 0 1198 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 10904

[startup+0.103386 s]
/proc/loadavg: 2.00 2.00 2.00 4/72 11285
/proc/meminfo: memFree=1466144/2055920 swapFree=4180096/4192956
[pid=11285] ppid=11283 vsize=865884 CPUtime=0.09
/proc/11285/stat : 11285 (java) S 11283 11285 6618 0 -1 0 3821 0 1 0 7 2 0 0 18 0 9 0 1985208603 886665216 3270 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/11285/statm: 216471 3270 1728 9 0 211026 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 865884

[startup+0.301336 s]
/proc/loadavg: 2.00 2.00 2.00 4/72 11285
/proc/meminfo: memFree=1466144/2055920 swapFree=4180096/4192956
[pid=11285] ppid=11283 vsize=866196 CPUtime=0.29
/proc/11285/stat : 11285 (java) S 11283 11285 6618 0 -1 0 5627 0 1 0 26 3 0 0 18 0 9 0 1985208603 886984704 5041 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/11285/statm: 216549 5041 1903 9 0 211097 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 866196

[startup+0.701228 s]
/proc/loadavg: 2.00 2.00 2.00 4/72 11285
/proc/meminfo: memFree=1466144/2055920 swapFree=4180096/4192956
[pid=11285] ppid=11283 vsize=867096 CPUtime=0.68
/proc/11285/stat : 11285 (java) S 11283 11285 6618 0 -1 0 8406 0 1 0 64 4 0 0 18 0 9 0 1985208603 887906304 7766 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/11285/statm: 216774 7766 2007 9 0 211280 0
Current children cumulated CPU time (s) 0.68
Current children cumulated vsize (KiB) 867096

[startup+1.50203 s]
/proc/loadavg: 2.00 2.00 2.00 3/81 11294
/proc/meminfo: memFree=1426840/2055920 swapFree=4180096/4192956
[pid=11285] ppid=11283 vsize=867600 CPUtime=1.48
/proc/11285/stat : 11285 (java) S 11283 11285 6618 0 -1 0 18963 0 1 0 138 10 0 0 18 0 9 0 1985208603 888422400 18298 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/11285/statm: 216900 18298 2003 9 0 211428 0
[pid=11285/tid=11287] ppid=11283 vsize=867600 CPUtime=1.23
/proc/11285/task/11287/stat : 11287 (java) R 11283 11285 6618 0 -1 64 15745 0 1 0 115 8 0 0 25 0 9 0 1985208604 888422400 18298 996147200 134512640 134550740 4294955984 18446744073709551615 103778109 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=11285/tid=11288] ppid=11283 vsize=867600 CPUtime=0.06
/proc/11285/task/11288/stat : 11288 (java) S 11283 11285 6618 0 -1 64 1855 0 0 0 6 0 0 0 16 0 9 0 1985208606 888422400 18298 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=11285/tid=11289] ppid=11283 vsize=867600 CPUtime=0
/proc/11285/task/11289/stat : 11289 (java) S 11283 11285 6618 0 -1 64 13 0 0 0 0 0 0 0 16 0 9 0 1985208606 888422400 18298 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=11285/tid=11290] ppid=11283 vsize=867600 CPUtime=0
/proc/11285/task/11290/stat : 11290 (java) S 11283 11285 6618 0 -1 64 5 0 0 0 0 0 0 0 16 0 9 0 1985208606 888422400 18298 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=11285/tid=11291] ppid=11283 vsize=867600 CPUtime=0
/proc/11285/task/11291/stat : 11291 (java) S 11283 11285 6618 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 1985208608 888422400 18298 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=11285/tid=11292] ppid=11283 vsize=867600 CPUtime=0.16
/proc/11285/task/11292/stat : 11292 (java) S 11283 11285 6618 0 -1 64 666 0 0 0 16 0 0 0 16 0 9 0 1985208608 888422400 18298 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=11285/tid=11293] ppid=11283 vsize=867600 CPUtime=0
/proc/11285/task/11293/stat : 11293 (java) S 11283 11285 6618 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 1985208608 888422400 18298 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=11285/tid=11294] ppid=11283 vsize=867600 CPUtime=0
/proc/11285/task/11294/stat : 11294 (java) R 11283 11285 6618 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 1985208608 888422400 18298 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1.48
Current children cumulated vsize (KiB) 867600

[startup+3.10261 s]
/proc/loadavg: 2.00 2.00 2.00 4/81 11294
/proc/meminfo: memFree=1388440/2055920 swapFree=4180096/4192956
[pid=11285] ppid=11283 vsize=867600 CPUtime=3.06
/proc/11285/stat : 11285 (java) S 11283 11285 6618 0 -1 0 23773 0 1 0 294 12 0 0 18 0 9 0 1985208603 888422400 23106 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/11285/statm: 216900 23106 2003 9 0 211428 0
[pid=11285/tid=11287] ppid=11283 vsize=867600 CPUtime=2.58
/proc/11285/task/11287/stat : 11287 (java) R 11283 11285 6618 0 -1 64 15748 0 1 0 249 9 0 0 25 0 9 0 1985208604 888422400 23106 996147200 134512640 134550740 4294955984 18446744073709551615 102887700 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=11285/tid=11288] ppid=11283 vsize=867600 CPUtime=0.29
/proc/11285/task/11288/stat : 11288 (java) S 11283 11285 6618 0 -1 64 6662 0 0 0 27 2 0 0 17 0 9 0 1985208606 888422400 23106 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=11285/tid=11289] ppid=11283 vsize=867600 CPUtime=0
/proc/11285/task/11289/stat : 11289 (java) S 11283 11285 6618 0 -1 64 13 0 0 0 0 0 0 0 16 0 9 0 1985208606 888422400 23106 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=11285/tid=11290] ppid=11283 vsize=867600 CPUtime=0
/proc/11285/task/11290/stat : 11290 (java) S 11283 11285 6618 0 -1 64 5 0 0 0 0 0 0 0 16 0 9 0 1985208606 888422400 23106 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=11285/tid=11291] ppid=11283 vsize=867600 CPUtime=0
/proc/11285/task/11291/stat : 11291 (java) S 11283 11285 6618 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 1985208608 888422400 23106 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=11285/tid=11292] ppid=11283 vsize=867600 CPUtime=0.16
/proc/11285/task/11292/stat : 11292 (java) S 11283 11285 6618 0 -1 64 666 0 0 0 16 0 0 0 17 0 9 0 1985208608 888422400 23106 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=11285/tid=11293] ppid=11283 vsize=867600 CPUtime=0
/proc/11285/task/11293/stat : 11293 (java) S 11283 11285 6618 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 1985208608 888422400 23106 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=11285/tid=11294] ppid=11283 vsize=867600 CPUtime=0
/proc/11285/task/11294/stat : 11294 (java) S 11283 11285 6618 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 1985208608 888422400 23106 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 3.06
Current children cumulated vsize (KiB) 867600

[startup+6.30177 s]
/proc/loadavg: 2.00 2.00 2.00 3/81 11294
/proc/meminfo: memFree=1374104/2055920 swapFree=4180096/4192956
[pid=11285] ppid=11283 vsize=867600 CPUtime=6.23
/proc/11285/stat : 11285 (java) S 11283 11285 6618 0 -1 0 25503 0 1 0 609 14 0 0 18 0 9 0 1985208603 888422400 24830 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/11285/statm: 216900 24830 2005 9 0 211428 0
[pid=11285/tid=11287] ppid=11283 vsize=867600 CPUtime=5.59
/proc/11285/task/11287/stat : 11287 (java) R 11283 11285 6618 0 -1 64 15781 0 1 0 550 9 0 0 25 0 9 0 1985208604 888422400 24830 996147200 134512640 134550740 4294955984 18446744073709551615 4126885255 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=11285/tid=11288] ppid=11283 vsize=867600 CPUtime=0.4
/proc/11285/task/11288/stat : 11288 (java) S 11283 11285 6618 0 -1 64 8326 0 0 0 37 3 0 0 17 0 9 0 1985208606 888422400 24830 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=11285/tid=11289] ppid=11283 vsize=867600 CPUtime=0
/proc/11285/task/11289/stat : 11289 (java) S 11283 11285 6618 0 -1 64 13 0 0 0 0 0 0 0 16 0 9 0 1985208606 888422400 24830 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=11285/tid=11290] ppid=11283 vsize=867600 CPUtime=0
/proc/11285/task/11290/stat : 11290 (java) S 11283 11285 6618 0 -1 64 5 0 0 0 0 0 0 0 16 0 9 0 1985208606 888422400 24830 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=11285/tid=11291] ppid=11283 vsize=867600 CPUtime=0
/proc/11285/task/11291/stat : 11291 (java) S 11283 11285 6618 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 1985208608 888422400 24830 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=11285/tid=11292] ppid=11283 vsize=867600 CPUtime=0.2
/proc/11285/task/11292/stat : 11292 (java) S 11283 11285 6618 0 -1 64 699 0 0 0 20 0 0 0 16 0 9 0 1985208608 888422400 24830 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=11285/tid=11293] ppid=11283 vsize=867600 CPUtime=0
/proc/11285/task/11293/stat : 11293 (java) S 11283 11285 6618 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 1985208608 888422400 24830 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=11285/tid=11294] ppid=11283 vsize=867600 CPUtime=0
/proc/11285/task/11294/stat : 11294 (java) S 11283 11285 6618 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 1985208608 888422400 24830 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 6.23
Current children cumulated vsize (KiB) 867600

[startup+12.7011 s]
/proc/loadavg: 2.00 2.00 2.00 3/81 11294
/proc/meminfo: memFree=1373912/2055920 swapFree=4180096/4192956
[pid=11285] ppid=11283 vsize=867600 CPUtime=12.58
/proc/11285/stat : 11285 (java) S 11283 11285 6618 0 -1 0 25513 0 1 0 1243 15 0 0 18 0 9 0 1985208603 888422400 24839 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/11285/statm: 216900 24839 2005 9 0 211428 0
[pid=11285/tid=11287] ppid=11283 vsize=867600 CPUtime=11.93
/proc/11285/task/11287/stat : 11287 (java) R 11283 11285 6618 0 -1 64 15782 0 1 0 1183 10 0 0 25 0 9 0 1985208604 888422400 24839 996147200 134512640 134550740 4294955984 18446744073709551615 4126909516 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=11285/tid=11288] ppid=11283 vsize=867600 CPUtime=0.4
/proc/11285/task/11288/stat : 11288 (java) S 11283 11285 6618 0 -1 64 8326 0 0 0 37 3 0 0 16 0 9 0 1985208606 888422400 24839 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=11285/tid=11289] ppid=11283 vsize=867600 CPUtime=0
/proc/11285/task/11289/stat : 11289 (java) S 11283 11285 6618 0 -1 64 13 0 0 0 0 0 0 0 16 0 9 0 1985208606 888422400 24839 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=11285/tid=11290] ppid=11283 vsize=867600 CPUtime=0
/proc/11285/task/11290/stat : 11290 (java) S 11283 11285 6618 0 -1 64 5 0 0 0 0 0 0 0 16 0 9 0 1985208606 888422400 24839 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=11285/tid=11291] ppid=11283 vsize=867600 CPUtime=0
/proc/11285/task/11291/stat : 11291 (java) S 11283 11285 6618 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 1985208608 888422400 24839 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=11285/tid=11292] ppid=11283 vsize=867600 CPUtime=0.21
/proc/11285/task/11292/stat : 11292 (java) S 11283 11285 6618 0 -1 64 708 0 0 0 21 0 0 0 15 0 9 0 1985208608 888422400 24839 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=11285/tid=11293] ppid=11283 vsize=867600 CPUtime=0
/proc/11285/task/11293/stat : 11293 (java) S 11283 11285 6618 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 1985208608 888422400 24839 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=11285/tid=11294] ppid=11283 vsize=867600 CPUtime=0
/proc/11285/task/11294/stat : 11294 (java) S 11283 11285 6618 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 1985208608 888422400 24839 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 12.58
Current children cumulated vsize (KiB) 867600

[startup+25.5028 s]
/proc/loadavg: 2.00 2.00 2.00 3/81 11298
/proc/meminfo: memFree=1320336/2055920 swapFree=4180096/4192956
[pid=11285] ppid=11283 vsize=868336 CPUtime=25.26
/proc/11285/stat : 11285 (java) S 11283 11285 6618 0 -1 0 68496 2859 1 0 2212 209 102 3 18 0 9 0 1985208603 889176064 38851 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/11285/statm: 217084 38851 2637 9 0 211590 0
[pid=11285/tid=11287] ppid=11283 vsize=868336 CPUtime=23.22
/proc/11285/task/11287/stat : 11287 (java) R 11283 11285 6618 0 -1 64 29080 2859 1 0 2023 194 102 3 25 0 9 0 1985208604 889176064 38851 996147200 134512640 134550740 4294955984 18446744073709551615 4127340287 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=11285/tid=11288] ppid=11283 vsize=868336 CPUtime=2.69
/proc/11285/task/11288/stat : 11288 (java) S 11283 11285 6618 0 -1 64 37472 2859 0 0 152 12 102 3 16 0 9 0 1985208606 889176064 38851 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=11285/tid=11289] ppid=11283 vsize=868336 CPUtime=1.05
/proc/11285/task/11289/stat : 11289 (java) S 11283 11285 6618 0 -1 64 17 2859 0 0 0 0 102 3 17 0 9 0 1985208606 889176064 38851 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=11285/tid=11290] ppid=11283 vsize=868336 CPUtime=1.05
/proc/11285/task/11290/stat : 11290 (java) S 11283 11285 6618 0 -1 64 15 2859 0 0 0 0 102 3 16 0 9 0 1985208606 889176064 38851 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=11285/tid=11291] ppid=11283 vsize=868336 CPUtime=1.05
/proc/11285/task/11291/stat : 11291 (java) S 11283 11285 6618 0 -1 64 1 2859 0 0 0 0 102 3 18 0 9 0 1985208608 889176064 38851 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=11285/tid=11292] ppid=11283 vsize=868336 CPUtime=1.41
/proc/11285/task/11292/stat : 11292 (java) S 11283 11285 6618 0 -1 64 1075 2859 0 0 35 1 102 3 16 0 9 0 1985208608 889176064 38851 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=11285/tid=11293] ppid=11283 vsize=868336 CPUtime=1.05
/proc/11285/task/11293/stat : 11293 (java) S 11283 11285 6618 0 -1 64 1 2859 0 0 0 0 102 3 19 0 9 0 1985208608 889176064 38851 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=11285/tid=11294] ppid=11283 vsize=868336 CPUtime=1.05
/proc/11285/task/11294/stat : 11294 (java) S 11283 11285 6618 0 -1 64 13 2859 0 0 0 0 102 3 15 0 9 0 1985208608 889176064 38851 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 25.26
Current children cumulated vsize (KiB) 868336

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

[startup+38.3015 s]
/proc/loadavg: 2.08 2.02 2.01 3/81 11298
/proc/meminfo: memFree=1320208/2055920 swapFree=4180096/4192956
[pid=11285] ppid=11283 vsize=868336 CPUtime=37.95
/proc/11285/stat : 11285 (java) S 11283 11285 6618 0 -1 0 68790 2859 1 0 3480 210 102 3 18 0 9 0 1985208603 889176064 38872 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/11285/statm: 217084 38872 2637 9 0 211590 0
[pid=11285/tid=11287] ppid=11283 vsize=868336 CPUtime=35.87
/proc/11285/task/11287/stat : 11287 (java) R 11283 11285 6618 0 -1 64 29354 2859 1 0 3288 194 102 3 25 0 9 0 1985208604 889176064 38872 996147200 134512640 134550740 4294955984 18446744073709551615 4127339888 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=11285/tid=11288] ppid=11283 vsize=868336 CPUtime=2.69
/proc/11285/task/11288/stat : 11288 (java) S 11283 11285 6618 0 -1 64 37472 2859 0 0 152 12 102 3 16 0 9 0 1985208606 889176064 38872 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=11285/tid=11289] ppid=11283 vsize=868336 CPUtime=1.05
/proc/11285/task/11289/stat : 11289 (java) S 11283 11285 6618 0 -1 64 17 2859 0 0 0 0 102 3 17 0 9 0 1985208606 889176064 38872 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=11285/tid=11290] ppid=11283 vsize=868336 CPUtime=1.05
/proc/11285/task/11290/stat : 11290 (java) S 11283 11285 6618 0 -1 64 15 2859 0 0 0 0 102 3 16 0 9 0 1985208606 889176064 38872 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=11285/tid=11291] ppid=11283 vsize=868336 CPUtime=1.05
/proc/11285/task/11291/stat : 11291 (java) S 11283 11285 6618 0 -1 64 1 2859 0 0 0 0 102 3 18 0 9 0 1985208608 889176064 38872 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=11285/tid=11292] ppid=11283 vsize=868336 CPUtime=1.45
/proc/11285/task/11292/stat : 11292 (java) S 11283 11285 6618 0 -1 64 1095 2859 0 0 39 1 102 3 16 0 9 0 1985208608 889176064 38872 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=11285/tid=11293] ppid=11283 vsize=868336 CPUtime=1.05
/proc/11285/task/11293/stat : 11293 (java) S 11283 11285 6618 0 -1 64 1 2859 0 0 0 0 102 3 19 0 9 0 1985208608 889176064 38872 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=11285/tid=11294] ppid=11283 vsize=868336 CPUtime=1.05
/proc/11285/task/11294/stat : 11294 (java) S 11283 11285 6618 0 -1 64 13 2859 0 0 0 0 102 3 15 0 9 0 1985208608 889176064 38872 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 37.95
Current children cumulated vsize (KiB) 868336

[startup+44.7028 s]
/proc/loadavg: 2.07 2.02 2.00 3/81 11298
/proc/meminfo: memFree=1320208/2055920 swapFree=4180096/4192956
[pid=11285] ppid=11283 vsize=868336 CPUtime=44.3
/proc/11285/stat : 11285 (java) S 11283 11285 6618 0 -1 0 69083 2859 1 0 4115 210 102 3 18 0 9 0 1985208603 889176064 38873 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/11285/statm: 217084 38873 2637 9 0 211590 0
[pid=11285/tid=11287] ppid=11283 vsize=868336 CPUtime=42.21
/proc/11285/task/11287/stat : 11287 (java) R 11283 11285 6618 0 -1 64 29646 2859 1 0 3922 194 102 3 25 0 9 0 1985208604 889176064 38873 996147200 134512640 134550740 4294955984 18446744073709551615 4127339888 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=11285/tid=11288] ppid=11283 vsize=868336 CPUtime=2.69
/proc/11285/task/11288/stat : 11288 (java) S 11283 11285 6618 0 -1 64 37472 2859 0 0 152 12 102 3 16 0 9 0 1985208606 889176064 38873 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=11285/tid=11289] ppid=11283 vsize=868336 CPUtime=1.05
/proc/11285/task/11289/stat : 11289 (java) S 11283 11285 6618 0 -1 64 17 2859 0 0 0 0 102 3 17 0 9 0 1985208606 889176064 38873 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=11285/tid=11290] ppid=11283 vsize=868336 CPUtime=1.05
/proc/11285/task/11290/stat : 11290 (java) S 11283 11285 6618 0 -1 64 15 2859 0 0 0 0 102 3 16 0 9 0 1985208606 889176064 38873 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=11285/tid=11291] ppid=11283 vsize=868336 CPUtime=1.05
/proc/11285/task/11291/stat : 11291 (java) S 11283 11285 6618 0 -1 64 1 2859 0 0 0 0 102 3 18 0 9 0 1985208608 889176064 38873 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=11285/tid=11292] ppid=11283 vsize=868336 CPUtime=1.45
/proc/11285/task/11292/stat : 11292 (java) S 11283 11285 6618 0 -1 64 1096 2859 0 0 39 1 102 3 15 0 9 0 1985208608 889176064 38873 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=11285/tid=11293] ppid=11283 vsize=868336 CPUtime=1.05
/proc/11285/task/11293/stat : 11293 (java) S 11283 11285 6618 0 -1 64 1 2859 0 0 0 0 102 3 19 0 9 0 1985208608 889176064 38873 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=11285/tid=11294] ppid=11283 vsize=868336 CPUtime=1.05
/proc/11285/task/11294/stat : 11294 (java) S 11283 11285 6618 0 -1 64 13 2859 0 0 0 0 102 3 15 0 9 0 1985208608 889176064 38873 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 44.3
Current children cumulated vsize (KiB) 868336

[startup+46.3024 s]
/proc/loadavg: 2.07 2.02 2.00 3/81 11298
/proc/meminfo: memFree=1320208/2055920 swapFree=4180096/4192956
[pid=11285] ppid=11283 vsize=868336 CPUtime=45.88
/proc/11285/stat : 11285 (java) S 11283 11285 6618 0 -1 0 69148 2859 1 0 4273 210 102 3 18 0 9 0 1985208603 889176064 38873 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/11285/statm: 217084 38873 2637 9 0 211590 0
[pid=11285/tid=11287] ppid=11283 vsize=868336 CPUtime=43.8
/proc/11285/task/11287/stat : 11287 (java) R 11283 11285 6618 0 -1 64 29711 2859 1 0 4081 194 102 3 25 0 9 0 1985208604 889176064 38873 996147200 134512640 134550740 4294955984 18446744073709551615 4127366563 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=11285/tid=11288] ppid=11283 vsize=868336 CPUtime=2.69
/proc/11285/task/11288/stat : 11288 (java) S 11283 11285 6618 0 -1 64 37472 2859 0 0 152 12 102 3 16 0 9 0 1985208606 889176064 38873 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=11285/tid=11289] ppid=11283 vsize=868336 CPUtime=1.05
/proc/11285/task/11289/stat : 11289 (java) S 11283 11285 6618 0 -1 64 17 2859 0 0 0 0 102 3 17 0 9 0 1985208606 889176064 38873 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=11285/tid=11290] ppid=11283 vsize=868336 CPUtime=1.05
/proc/11285/task/11290/stat : 11290 (java) S 11283 11285 6618 0 -1 64 15 2859 0 0 0 0 102 3 16 0 9 0 1985208606 889176064 38873 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=11285/tid=11291] ppid=11283 vsize=868336 CPUtime=1.05
/proc/11285/task/11291/stat : 11291 (java) S 11283 11285 6618 0 -1 64 1 2859 0 0 0 0 102 3 18 0 9 0 1985208608 889176064 38873 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=11285/tid=11292] ppid=11283 vsize=868336 CPUtime=1.45
/proc/11285/task/11292/stat : 11292 (java) S 11283 11285 6618 0 -1 64 1096 2859 0 0 39 1 102 3 15 0 9 0 1985208608 889176064 38873 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=11285/tid=11293] ppid=11283 vsize=868336 CPUtime=1.05
/proc/11285/task/11293/stat : 11293 (java) S 11283 11285 6618 0 -1 64 1 2859 0 0 0 0 102 3 19 0 9 0 1985208608 889176064 38873 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=11285/tid=11294] ppid=11283 vsize=868336 CPUtime=1.05
/proc/11285/task/11294/stat : 11294 (java) S 11283 11285 6618 0 -1 64 13 2859 0 0 0 0 102 3 15 0 9 0 1985208608 889176064 38873 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 45.88
Current children cumulated vsize (KiB) 868336

[startup+47.1012 s]
/proc/loadavg: 2.07 2.02 2.00 3/81 11298
/proc/meminfo: memFree=1320208/2055920 swapFree=4180096/4192956
[pid=11285] ppid=11283 vsize=868336 CPUtime=46.68
/proc/11285/stat : 11285 (java) S 11283 11285 6618 0 -1 0 69215 2859 1 0 4353 210 102 3 18 0 9 0 1985208603 889176064 38875 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/11285/statm: 217084 38875 2637 9 0 211590 0
[pid=11285/tid=11287] ppid=11283 vsize=868336 CPUtime=44.59
/proc/11285/task/11287/stat : 11287 (java) R 11283 11285 6618 0 -1 64 29776 2859 1 0 4160 194 102 3 25 0 9 0 1985208604 889176064 38875 996147200 134512640 134550740 4294955984 18446744073709551615 4127366681 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=11285/tid=11288] ppid=11283 vsize=868336 CPUtime=2.69
/proc/11285/task/11288/stat : 11288 (java) S 11283 11285 6618 0 -1 64 37472 2859 0 0 152 12 102 3 16 0 9 0 1985208606 889176064 38875 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=11285/tid=11289] ppid=11283 vsize=868336 CPUtime=1.05
/proc/11285/task/11289/stat : 11289 (java) S 11283 11285 6618 0 -1 64 17 2859 0 0 0 0 102 3 17 0 9 0 1985208606 889176064 38875 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=11285/tid=11290] ppid=11283 vsize=868336 CPUtime=1.05
/proc/11285/task/11290/stat : 11290 (java) S 11283 11285 6618 0 -1 64 15 2859 0 0 0 0 102 3 16 0 9 0 1985208606 889176064 38875 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=11285/tid=11291] ppid=11283 vsize=868336 CPUtime=1.05
/proc/11285/task/11291/stat : 11291 (java) S 11283 11285 6618 0 -1 64 1 2859 0 0 0 0 102 3 18 0 9 0 1985208608 889176064 38875 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=11285/tid=11292] ppid=11283 vsize=868336 CPUtime=1.45
/proc/11285/task/11292/stat : 11292 (java) S 11283 11285 6618 0 -1 64 1098 2859 0 0 39 1 102 3 16 0 9 0 1985208608 889176064 38875 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=11285/tid=11293] ppid=11283 vsize=868336 CPUtime=1.05
/proc/11285/task/11293/stat : 11293 (java) S 11283 11285 6618 0 -1 64 1 2859 0 0 0 0 102 3 19 0 9 0 1985208608 889176064 38875 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=11285/tid=11294] ppid=11283 vsize=868336 CPUtime=1.05
/proc/11285/task/11294/stat : 11294 (java) S 11283 11285 6618 0 -1 64 13 2859 0 0 0 0 102 3 15 0 9 0 1985208608 889176064 38875 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 46.68
Current children cumulated vsize (KiB) 868336

[startup+47.902 s]
/proc/loadavg: 2.07 2.02 2.00 3/81 11298
/proc/meminfo: memFree=1320208/2055920 swapFree=4180096/4192956
[pid=11285] ppid=11283 vsize=868336 CPUtime=47.47
/proc/11285/stat : 11285 (java) S 11283 11285 6618 0 -1 0 69437 2859 1 0 4432 210 102 3 18 0 9 0 1985208603 889176064 38875 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/11285/statm: 217084 38875 2637 9 0 211590 0
[pid=11285/tid=11287] ppid=11283 vsize=868336 CPUtime=45.38
/proc/11285/task/11287/stat : 11287 (java) R 11283 11285 6618 0 -1 64 29998 2859 1 0 4239 194 102 3 25 0 9 0 1985208604 889176064 38875 996147200 134512640 134550740 4294955984 18446744073709551615 4127369048 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=11285/tid=11288] ppid=11283 vsize=868336 CPUtime=2.69
/proc/11285/task/11288/stat : 11288 (java) S 11283 11285 6618 0 -1 64 37472 2859 0 0 152 12 102 3 17 0 9 0 1985208606 889176064 38875 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=11285/tid=11289] ppid=11283 vsize=868336 CPUtime=1.05
/proc/11285/task/11289/stat : 11289 (java) S 11283 11285 6618 0 -1 64 17 2859 0 0 0 0 102 3 17 0 9 0 1985208606 889176064 38875 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=11285/tid=11290] ppid=11283 vsize=868336 CPUtime=1.05
/proc/11285/task/11290/stat : 11290 (java) S 11283 11285 6618 0 -1 64 15 2859 0 0 0 0 102 3 16 0 9 0 1985208606 889176064 38875 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=11285/tid=11291] ppid=11283 vsize=868336 CPUtime=1.05
/proc/11285/task/11291/stat : 11291 (java) S 11283 11285 6618 0 -1 64 1 2859 0 0 0 0 102 3 18 0 9 0 1985208608 889176064 38875 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=11285/tid=11292] ppid=11283 vsize=868336 CPUtime=1.45
/proc/11285/task/11292/stat : 11292 (java) S 11283 11285 6618 0 -1 64 1098 2859 0 0 39 1 102 3 16 0 9 0 1985208608 889176064 38875 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=11285/tid=11293] ppid=11283 vsize=868336 CPUtime=1.05
/proc/11285/task/11293/stat : 11293 (java) S 11283 11285 6618 0 -1 64 1 2859 0 0 0 0 102 3 19 0 9 0 1985208608 889176064 38875 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=11285/tid=11294] ppid=11283 vsize=868336 CPUtime=1.05
/proc/11285/task/11294/stat : 11294 (java) S 11283 11285 6618 0 -1 64 13 2859 0 0 0 0 102 3 15 0 9 0 1985208608 889176064 38875 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 47.47
Current children cumulated vsize (KiB) 868336

[startup+48.102 s]
/proc/loadavg: 2.07 2.02 2.00 3/81 11298
/proc/meminfo: memFree=1320208/2055920 swapFree=4180096/4192956
[pid=11285] ppid=11283 vsize=0 CPUtime=47.63
/proc/11285/stat : 11285 (java) Z 11283 11285 6618 0 -1 12 69652 2859 1 0 4447 211 102 3 16 0 2 0 1985208603 0 0 996147200 0 0 0 0 0 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/11285/statm: 0 0 0 0 0 0 0
Current children cumulated CPU time (s) 47.63
Current children cumulated vsize (KiB) 0

Child status: 0
Real time (s): 48.1137
CPU time (s): 47.6668
CPU user time (s): 45.5001
CPU system time (s): 2.16667
CPU usage (%): 99.071
Max. virtual memory (cumulated for all children) (KiB): 884128

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 45.5001
system time used= 2.16667
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 72511
page faults= 1
swaps= 0
block input operations= 0
block output operations= 0
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 2846
involuntary context switches= 3862

runsolver used 0.05999 second user time and 0.166974 second system time

The end

Launcher Data (download as text)

Begin job on node16 at 2008-07-03 07:19:00
IDJOB=1056206
IDBENCH=57403
IDSOLVER=363
FILE ID=node16/1056206-1215062340
PBS_JOBID= 7875141
Free space on /tmp= 66508 MiB

SOLVER NAME= Abscon 112v4 AC
BENCH NAME= CPAI08/csp/largeQueens/normalized-queens-300.xml
COMMAND LINE= java -Xms756M -Xmx756M -XX:PermSize=10m -XX:MaxPermSize=10m -cp abscon112V4.jar abscon.Resolution mac.xml 1 XSax BENCHNAME
RUNSOLVER COMMAND LINE= /home/evaluation/evaluation/pub/bin/runsolver --timestamp -w /tmp/evaluation-result-1056206-1215062340/watcher-1056206-1215062340 -o /tmp/evaluation-result-1056206-1215062340/solver-1056206-1215062340 -C 1800 -W 2200 -M 900 --output-limit 1,15  java -Xms756M -Xmx756M -XX:PermSize=10m -XX:MaxPermSize=10m -cp abscon112V4.jar abscon.Resolution mac.xml 1 XSax HOME/instance-1056206-1215062340.xml

TIME LIMIT= 1800 seconds
MEMORY LIMIT= 900 MiB

MD5SUM BENCH= c7d57b0262fde2b45e9a562f45f9d3ca
RANDOM SEED=682712301

node16.alineos.net Linux 2.6.9-22.EL.rootsmp #1 SMP Mon Oct 3 08:59:52 CEST 2005

/proc/cpuinfo:
processor	: 0
vendor_id	: GenuineIntel
cpu family	: 15
model		: 4
model name	:                   Intel(R) Xeon(TM) CPU 3.00GHz
stepping	: 3
cpu MHz		: 3000.213
cache size	: 2048 KB
fpu		: yes
fpu_exception	: yes
cpuid level	: 5
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 lm pni monitor ds_cpl cid cx16 xtpr
bogomips	: 5914.62
clflush size	: 64
cache_alignment	: 128
address sizes	: 36 bits physical, 48 bits virtual
power management:

processor	: 1
vendor_id	: GenuineIntel
cpu family	: 15
model		: 4
model name	:                   Intel(R) Xeon(TM) CPU 3.00GHz
stepping	: 3
cpu MHz		: 3000.213
cache size	: 2048 KB
fpu		: yes
fpu_exception	: yes
cpuid level	: 5
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 lm pni monitor ds_cpl cid cx16 xtpr
bogomips	: 5586.94
clflush size	: 64
cache_alignment	: 128
address sizes	: 36 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:      2055920 kB
MemFree:       1466624 kB
Buffers:         31524 kB
Cached:         195004 kB
SwapCached:       6712 kB
Active:         463160 kB
Inactive:        64884 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1466624 kB
SwapTotal:     4192956 kB
SwapFree:      4180096 kB
Dirty:            7908 kB
Writeback:           0 kB
Mapped:         308924 kB
Slab:            46076 kB
Committed_AS:  3650352 kB
PageTables:       2388 kB
VmallocTotal: 536870911 kB
VmallocUsed:    264952 kB
VmallocChunk: 536605679 kB
HugePages_Total:     0
HugePages_Free:      0
Hugepagesize:     2048 kB

Free space on /tmp at the end= 66504 MiB
End job on node16 at 2008-07-03 07:19:48