Trace number 1095004

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 22.1256 22.2909

DiagnosticValue
CHECKS302678
NODES300

General information on the benchmark

Namecsp/fapp/fapp17/
normalized-fapp17-0300-4.xml
MD5SUM6aaa661c05cede3ed88b267795412528
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 benchmark1.13383
Satisfiable
(Un)Satisfiability was proved
Number of variables300
Number of constraints3865
Maximum constraint arity2
Maximum domain size302
Number of constraints which are defined in extension0
Number of constraints which are defined in intension3865
Global constraints used (with number of constraints)

Solver Data (download as text)

0.03/0.09	
0.03/0.09	Abscon 112 (May, 2008)
0.18/0.24	
0.18/0.24	   configuration
0.18/0.24	     name=mac.xml
0.29/0.32	   
0.29/0.32	   instance
0.29/0.32	     name=HOME/instance-1095004-1215280449.xml
0.29/0.35	   
0.29/0.36	   domains being loaded...
0.38/0.42	   
0.38/0.42	   variables being loaded...
0.48/0.56	     nbVariables=300  nbDomainTypes=12  minDomainSize=62  maxDomainSize=302  nbTotalValues=64034
0.48/0.56	       =>  wckTime=0.312  cpuTime=0.23  mem=9M839
0.48/0.56	   
0.48/0.56	   predicates being loaded...
0.58/0.63	   
0.58/0.63	   constraints being loaded...
20.49/20.68	   
20.49/20.68	   INFO : Stopping converting binary constraints (cpu=20.06, mem = 34M843)
21.36/21.53	     nbConstraints=2057  nbGlobalConstraints=1  nbMergedConstraints=1809  nbConvertedConstraints=1196
21.36/21.53	     nbConvertConstraintsChecks=40728428  nbExtensionStructures=902  nbSharedExtensionStructures=482
21.36/21.53	     nbConflictsStructures=966  nbSharedConflictsStructures=512  nbUnbuiltConflictsStructures=559
21.36/21.53	     nbSharedBinaryRepresentations=356008  nbEvaluationManagers=623  nbSharedEvaluationManagers=237  minDegree=3
21.36/21.53	     maxDegree=18  minArity=2  avgArity=2  maxArity=5  nbGenerators=0  nbFusions=0  symmetryWckTime=0.252
21.36/21.53	     symmetryCpuTime=0.17  nbCliques=1
21.36/21.53	       =>  wckTime=21.283  cpuTime=20.67  mem=16M799
21.45/21.65	   
21.45/21.65	   solver IterativeSystematicSolver being built... 
21.56/21.75	   
21.56/21.75	   INFO : Forward propagation technique limited 
21.66/21.83	       =>  wckTime=21.589  cpuTime=20.83  mem=37M268
21.75/21.97	   
21.75/21.97	   preprocessing
21.75/21.97	     nbConstraintChecks=292139  nbValidityChecks=1828  nbPropagations=307  nbRevisions=5026  nbUselessRevisions=4279
21.75/21.97	     nbRemovedValues=63116  detectedInconsistency=no
21.75/21.97	       =>  wckTime=0.129  cpuTime=0.1  mem=38M303
22.06/22.22	   
22.06/22.22	   search
22.06/22.22	     run=0  nbConstraintChecks=10539  nbValidityChecks=4312  minDepth=301  maxDepth=300  nbPropagations=666
22.06/22.22	     nbRevisions=7494  nbUselessRevisions=6688  nbAssignments=300  nbFailedAssignments=0  nbBacktracks=0
22.06/22.22	     nbVisitedNodes=301  nbRestartNogoods=0  nbFoundSolutions=1  mapSize=0  nbInferences=0  nbTooLargeKeys=0
22.06/22.22	     nbSEliminables=0  nbREliminables=0  nbIEliminables=184.57  nbDEliminables=0  nbPEliminables=0
22.06/22.22	       =>  wckTime=0.378  cpuTime=0.34  mem=40M306
22.06/22.22	   
22.06/22.22	   global
22.06/22.22	     nbConstraintChecks=302678  nbValidityChecks=6140  nbPropagations=973  nbRevisions=12520  nbUselessRevisions=10967
22.06/22.22	     nbRestartNogoods=0  solvingWckTime=0.38  solvingCpuTime=0.34  expiredTime=no  totalExploration=no
22.06/22.22	     nbFoundSolutions=1  firstSolutionCpuTime=21.16  globalCpuTime=21.22
22.06/22.22	       =>  wckTime=21.971  cpuTime=21.17  mem=40M306
22.06/22.22	   
22.06/22.22	s SATISFIABLE
22.06/22.22	v -2640 -2180 -2356 -2592 -2544 -2400 -2608 -2460 -2396 -2132 -2176 -2460 -2608 -2460 -2416 -2136 -2544 -2628 -2380 -2136 -2600 -2520 -2200 -2456 -2372 -2284 -2492 -2692 -2380 -2496 -2424 -2460 2528 -2504 -2720 -2588 -2440 -2128 -2680 -2604 -2424 -2600 -2652 -2504 -2536 -2304 -2560 -2536 -2420 -2456 -2500 -2652 -2496 2284 -2176 -2720 2220 2680 -2228 -2456 -2664 -2288 2504 -2136 -2396 -2176 -2536 -2568 -2296 -2680 -2628 -2376 -2176 -2328 -2176 -2416 -2536 -2160 -2256 -2256 -2420 -2628 -2692 -2504 -2544 -2516 -2460 2676 -2552 -2504 -2612 -2136 -2168 -2120 -2316 -2168 -2416 -2416 2720 -2456 -2456 -2420 -2356 -2456 -2368 -2680 -2380 -2668 -2496 2576 -2184 -2360 -2120 -2720 -2176 2160 -2380 -2164 -2140 -2324 -2256 -2680 -2336 -2656 -2544 -2420 -2136 -2504 -2264 -2504 -2416 -2720 -2500 -2240 -2152 -2504 -2160 -2232 -2612 -2416 -2324 2316 -2504 -2568 -2144 -2668 -2176 -2692 -2420 -2368 -2544 2480 -2568 -2456 -2528 -2180 -2544 -2136 -2420 -2644 -2324 -2120 -2616 -2184 -2456 -2456 -2208 -2276 -2544 -2376 -2456 -2668 -2692 -2616 -2704 -2568 -2328 -2652 -2668 -2544 -2160 -2420 -2652 -2276 2524 -2400 -2200 -2460 -2268 -2396 -2420 -2652 2168 -2476 -2324 2244 2636 -2608 -2332 -2504 2524 -2288 -2436 -2628 -2284 -2416 -2144 -2204 -2496 -2136 -2396 -2416 -2652 -2640 -2484 -2120 -2416 -2296 -2384 -2120 2668 -2420 2440 -2124 2316 -2272 -2548 -2304 -2416 -2396 -2504 -2480 -2284 -2380 2708 -2496 -2172 -2472 -2208 -2132 -2456 -2536 -2416 -2160 -2488 -2628 -2608 -2416 -2416 -2544 -2132 -2628 -2384 -2264 2568 -2416 -2484 -2172 -2524 -2544 -2220 -2172 -2496 -2376 -2588 -2296 -2332 -2136 -2628 -2568 -2456 -2292 -2668 -2544 -2448 -2144 -2456 -2184 -2176 -2456 2440 -2628 -2508 -2512 -2416 -2192 -2532 -2180 -2484 -2164 -2532 2492 -2284 -2248 -2436 -2276 -2248 -2240 2668 -2436 
22.06/22.22	d NODES 300
22.06/22.23	d CHECKS 302678
22.06/22.23	   
22.06/22.23	   totalWckTime=22.037  totalCpuTime=21.23

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-1095004-1215280449/watcher-1095004-1215280449 -o /tmp/evaluation-result-1095004-1215280449/solver-1095004-1215280449 -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-1095004-1215280449.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.04 2.06 2.01 4/72 5246
/proc/meminfo: memFree=1758640/2055920 swapFree=4179776/4192956
[pid=5246] ppid=5244 vsize=18572 CPUtime=0
/proc/5246/stat : 5246 (runsolver) R 5244 5246 3256 0 -1 4194368 15 0 0 0 0 0 0 0 19 0 1 0 2007017364 19017728 292 996147200 4194304 4296836 548682068336 18446744073709551615 221952146930 0 0 4096 24578 0 0 0 17 1 0 0
/proc/5246/statm: 4643 292 257 25 0 2626 0

[startup+0.0528299 s]
/proc/loadavg: 2.04 2.06 2.01 4/72 5246
/proc/meminfo: memFree=1758640/2055920 swapFree=4179776/4192956
[pid=5246] ppid=5244 vsize=862200 CPUtime=0.03
/proc/5246/stat : 5246 (java) S 5244 5246 3256 0 -1 0 2377 0 1 0 2 1 0 0 18 0 6 0 2007017364 882892800 1960 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800971 18446744073709551615 0 0 17 1 0 0
/proc/5246/statm: 215550 1960 901 9 0 210529 0
Current children cumulated CPU time (s) 0.03
Current children cumulated vsize (KiB) 862200

[startup+0.102406 s]
/proc/loadavg: 2.04 2.06 2.01 4/72 5246
/proc/meminfo: memFree=1758640/2055920 swapFree=4179776/4192956
[pid=5246] ppid=5244 vsize=865884 CPUtime=0.09
/proc/5246/stat : 5246 (java) S 5244 5246 3256 0 -1 0 3711 0 1 0 7 2 0 0 18 0 9 0 2007017364 886665216 3178 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/5246/statm: 216471 3178 1686 9 0 211026 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 865884

[startup+0.301426 s]
/proc/loadavg: 2.04 2.06 2.01 4/72 5246
/proc/meminfo: memFree=1758640/2055920 swapFree=4179776/4192956
[pid=5246] ppid=5244 vsize=866196 CPUtime=0.29
/proc/5246/stat : 5246 (java) S 5244 5246 3256 0 -1 0 5490 0 1 0 25 4 0 0 18 0 9 0 2007017364 886984704 4913 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/5246/statm: 216549 4913 1884 9 0 211097 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 866196

[startup+0.70146 s]
/proc/loadavg: 2.04 2.06 2.01 4/72 5246
/proc/meminfo: memFree=1758640/2055920 swapFree=4179776/4192956
[pid=5246] ppid=5244 vsize=867068 CPUtime=0.68
/proc/5246/stat : 5246 (java) S 5244 5246 3256 0 -1 0 8026 0 1 0 62 6 0 0 18 0 9 0 2007017364 887877632 7386 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/5246/statm: 216767 7386 2006 9 0 211273 0
Current children cumulated CPU time (s) 0.68
Current children cumulated vsize (KiB) 867068

[startup+1.50253 s]
/proc/loadavg: 2.04 2.06 2.01 3/81 5255
/proc/meminfo: memFree=1723240/2055920 swapFree=4179776/4192956
[pid=5246] ppid=5244 vsize=867648 CPUtime=1.48
/proc/5246/stat : 5246 (java) S 5244 5246 3256 0 -1 0 12282 0 1 0 139 9 0 0 18 0 9 0 2007017364 888471552 11639 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/5246/statm: 216912 11639 2014 9 0 211418 0
[pid=5246/tid=5248] ppid=5244 vsize=867648 CPUtime=1.26
/proc/5246/task/5248/stat : 5248 (java) R 5244 5246 3256 0 -1 64 10905 0 1 0 119 7 0 0 25 0 9 0 2007017366 888471552 11639 996147200 134512640 134550740 4294955968 18446744073709551615 4126880672 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=5246/tid=5249] ppid=5244 vsize=867648 CPUtime=0
/proc/5246/task/5249/stat : 5249 (java) S 5244 5246 3256 0 -1 64 5 0 0 0 0 0 0 0 16 0 9 0 2007017367 888471552 11639 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=5246/tid=5250] ppid=5244 vsize=867648 CPUtime=0
/proc/5246/task/5250/stat : 5250 (java) S 5244 5246 3256 0 -1 64 10 0 0 0 0 0 0 0 19 0 9 0 2007017368 888471552 11639 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=5246/tid=5251] ppid=5244 vsize=867648 CPUtime=0
/proc/5246/task/5251/stat : 5251 (java) S 5244 5246 3256 0 -1 64 4 0 0 0 0 0 0 0 20 0 9 0 2007017368 888471552 11639 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=5246/tid=5252] ppid=5244 vsize=867648 CPUtime=0
/proc/5246/task/5252/stat : 5252 (java) S 5244 5246 3256 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 2007017370 888471552 11639 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=5246/tid=5253] ppid=5244 vsize=867648 CPUtime=0.2
/proc/5246/task/5253/stat : 5253 (java) S 5244 5246 3256 0 -1 64 680 0 0 0 19 1 0 0 16 0 9 0 2007017370 888471552 11639 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=5246/tid=5254] ppid=5244 vsize=867648 CPUtime=0
/proc/5246/task/5254/stat : 5254 (java) S 5244 5246 3256 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 2007017370 888471552 11639 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=5246/tid=5255] ppid=5244 vsize=867648 CPUtime=0
/proc/5246/task/5255/stat : 5255 (java) S 5244 5246 3256 0 -1 64 0 0 0 0 0 0 0 0 15 0 9 0 2007017370 888471552 11639 996147200 134512640 134550740 4294955968 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) 867648

[startup+3.10267 s]
/proc/loadavg: 2.04 2.06 2.01 3/81 5255
/proc/meminfo: memFree=1718632/2055920 swapFree=4179776/4192956
[pid=5246] ppid=5244 vsize=867648 CPUtime=3.07
/proc/5246/stat : 5246 (java) S 5244 5246 3256 0 -1 0 13138 0 1 0 297 10 0 0 18 0 9 0 2007017364 888471552 12493 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/5246/statm: 216912 12493 2014 9 0 211418 0
[pid=5246/tid=5248] ppid=5244 vsize=867648 CPUtime=2.82
/proc/5246/task/5248/stat : 5248 (java) R 5244 5246 3256 0 -1 64 11733 0 1 0 274 8 0 0 25 0 9 0 2007017366 888471552 12493 996147200 134512640 134550740 4294955968 18446744073709551615 4126878223 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=5246/tid=5249] ppid=5244 vsize=867648 CPUtime=0
/proc/5246/task/5249/stat : 5249 (java) S 5244 5246 3256 0 -1 64 5 0 0 0 0 0 0 0 17 0 9 0 2007017367 888471552 12493 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=5246/tid=5250] ppid=5244 vsize=867648 CPUtime=0
/proc/5246/task/5250/stat : 5250 (java) S 5244 5246 3256 0 -1 64 10 0 0 0 0 0 0 0 19 0 9 0 2007017368 888471552 12493 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=5246/tid=5251] ppid=5244 vsize=867648 CPUtime=0
/proc/5246/task/5251/stat : 5251 (java) S 5244 5246 3256 0 -1 64 4 0 0 0 0 0 0 0 20 0 9 0 2007017368 888471552 12493 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=5246/tid=5252] ppid=5244 vsize=867648 CPUtime=0
/proc/5246/task/5252/stat : 5252 (java) S 5244 5246 3256 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 2007017370 888471552 12493 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=5246/tid=5253] ppid=5244 vsize=867648 CPUtime=0.23
/proc/5246/task/5253/stat : 5253 (java) S 5244 5246 3256 0 -1 64 708 0 0 0 22 1 0 0 15 0 9 0 2007017370 888471552 12493 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=5246/tid=5254] ppid=5244 vsize=867648 CPUtime=0
/proc/5246/task/5254/stat : 5254 (java) S 5244 5246 3256 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 2007017370 888471552 12493 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=5246/tid=5255] ppid=5244 vsize=867648 CPUtime=0
/proc/5246/task/5255/stat : 5255 (java) S 5244 5246 3256 0 -1 64 0 0 0 0 0 0 0 0 15 0 9 0 2007017370 888471552 12493 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 3.07
Current children cumulated vsize (KiB) 867648

[startup+6.30195 s]
/proc/loadavg: 2.04 2.06 2.01 3/81 5255
/proc/meminfo: memFree=1709672/2055920 swapFree=4179776/4192956
[pid=5246] ppid=5244 vsize=867648 CPUtime=6.26
/proc/5246/stat : 5246 (java) S 5244 5246 3256 0 -1 0 15193 0 1 0 614 12 0 0 18 0 9 0 2007017364 888471552 14546 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/5246/statm: 216912 14546 2014 9 0 211418 0
[pid=5246/tid=5248] ppid=5244 vsize=867648 CPUtime=6
/proc/5246/task/5248/stat : 5248 (java) R 5244 5246 3256 0 -1 64 13786 0 1 0 590 10 0 0 25 0 9 0 2007017366 888471552 14546 996147200 134512640 134550740 4294955968 18446744073709551615 4126878223 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=5246/tid=5249] ppid=5244 vsize=867648 CPUtime=0
/proc/5246/task/5249/stat : 5249 (java) S 5244 5246 3256 0 -1 64 5 0 0 0 0 0 0 0 16 0 9 0 2007017367 888471552 14546 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=5246/tid=5250] ppid=5244 vsize=867648 CPUtime=0
/proc/5246/task/5250/stat : 5250 (java) S 5244 5246 3256 0 -1 64 10 0 0 0 0 0 0 0 19 0 9 0 2007017368 888471552 14546 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=5246/tid=5251] ppid=5244 vsize=867648 CPUtime=0
/proc/5246/task/5251/stat : 5251 (java) S 5244 5246 3256 0 -1 64 4 0 0 0 0 0 0 0 20 0 9 0 2007017368 888471552 14546 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=5246/tid=5252] ppid=5244 vsize=867648 CPUtime=0
/proc/5246/task/5252/stat : 5252 (java) S 5244 5246 3256 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 2007017370 888471552 14546 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=5246/tid=5253] ppid=5244 vsize=867648 CPUtime=0.24
/proc/5246/task/5253/stat : 5253 (java) S 5244 5246 3256 0 -1 64 710 0 0 0 23 1 0 0 15 0 9 0 2007017370 888471552 14546 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=5246/tid=5254] ppid=5244 vsize=867648 CPUtime=0
/proc/5246/task/5254/stat : 5254 (java) S 5244 5246 3256 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 2007017370 888471552 14546 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=5246/tid=5255] ppid=5244 vsize=867648 CPUtime=0
/proc/5246/task/5255/stat : 5255 (java) S 5244 5246 3256 0 -1 64 0 0 0 0 0 0 0 0 15 0 9 0 2007017370 888471552 14546 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 6.26
Current children cumulated vsize (KiB) 867648

[startup+12.7025 s]
/proc/loadavg: 2.03 2.05 2.01 3/81 5255
/proc/meminfo: memFree=1692776/2055920 swapFree=4179776/4192956
[pid=5246] ppid=5244 vsize=867560 CPUtime=12.63
/proc/5246/stat : 5246 (java) S 5244 5246 3256 0 -1 0 18933 0 1 0 1248 15 0 0 18 0 9 0 2007017364 888381440 18260 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/5246/statm: 216890 18260 2005 9 0 211418 0
[pid=5246/tid=5248] ppid=5244 vsize=867560 CPUtime=12.29
/proc/5246/task/5248/stat : 5248 (java) R 5244 5246 3256 0 -1 64 15790 0 1 0 1217 12 0 0 25 0 9 0 2007017366 888381440 18260 996147200 134512640 134550740 4294955968 18446744073709551615 4126876881 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=5246/tid=5249] ppid=5244 vsize=867560 CPUtime=0.05
/proc/5246/task/5249/stat : 5249 (java) S 5244 5246 3256 0 -1 64 1729 0 0 0 5 0 0 0 16 0 9 0 2007017367 888381440 18260 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=5246/tid=5250] ppid=5244 vsize=867560 CPUtime=0
/proc/5246/task/5250/stat : 5250 (java) S 5244 5246 3256 0 -1 64 13 0 0 0 0 0 0 0 16 0 9 0 2007017368 888381440 18260 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=5246/tid=5251] ppid=5244 vsize=867560 CPUtime=0
/proc/5246/task/5251/stat : 5251 (java) S 5244 5246 3256 0 -1 64 5 0 0 0 0 0 0 0 16 0 9 0 2007017368 888381440 18260 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=5246/tid=5252] ppid=5244 vsize=867560 CPUtime=0
/proc/5246/task/5252/stat : 5252 (java) S 5244 5246 3256 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 2007017370 888381440 18260 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=5246/tid=5253] ppid=5244 vsize=867560 CPUtime=0.25
/proc/5246/task/5253/stat : 5253 (java) S 5244 5246 3256 0 -1 64 718 0 0 0 24 1 0 0 16 0 9 0 2007017370 888381440 18260 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=5246/tid=5254] ppid=5244 vsize=867560 CPUtime=0
/proc/5246/task/5254/stat : 5254 (java) S 5244 5246 3256 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 2007017370 888381440 18260 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=5246/tid=5255] ppid=5244 vsize=867560 CPUtime=0
/proc/5246/task/5255/stat : 5255 (java) S 5244 5246 3256 0 -1 64 0 0 0 0 0 0 0 0 15 0 9 0 2007017370 888381440 18260 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 12.63
Current children cumulated vsize (KiB) 867560

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

[startup+19.1021 s]
/proc/loadavg: 2.03 2.05 2.00 3/81 5255
/proc/meminfo: memFree=1692840/2055920 swapFree=4179776/4192956
[pid=5246] ppid=5244 vsize=867560 CPUtime=18.99
/proc/5246/stat : 5246 (java) S 5244 5246 3256 0 -1 0 18935 0 1 0 1882 17 0 0 18 0 9 0 2007017364 888381440 18262 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/5246/statm: 216890 18262 2005 9 0 211418 0
[pid=5246/tid=5248] ppid=5244 vsize=867560 CPUtime=18.65
/proc/5246/task/5248/stat : 5248 (java) R 5244 5246 3256 0 -1 64 15790 0 1 0 1850 15 0 0 25 0 9 0 2007017366 888381440 18262 996147200 134512640 134550740 4294955968 18446744073709551615 4126883639 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=5246/tid=5249] ppid=5244 vsize=867560 CPUtime=0.05
/proc/5246/task/5249/stat : 5249 (java) S 5244 5246 3256 0 -1 64 1729 0 0 0 5 0 0 0 16 0 9 0 2007017367 888381440 18262 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=5246/tid=5250] ppid=5244 vsize=867560 CPUtime=0
/proc/5246/task/5250/stat : 5250 (java) S 5244 5246 3256 0 -1 64 13 0 0 0 0 0 0 0 16 0 9 0 2007017368 888381440 18262 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=5246/tid=5251] ppid=5244 vsize=867560 CPUtime=0
/proc/5246/task/5251/stat : 5251 (java) S 5244 5246 3256 0 -1 64 5 0 0 0 0 0 0 0 16 0 9 0 2007017368 888381440 18262 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=5246/tid=5252] ppid=5244 vsize=867560 CPUtime=0
/proc/5246/task/5252/stat : 5252 (java) S 5244 5246 3256 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 2007017370 888381440 18262 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=5246/tid=5253] ppid=5244 vsize=867560 CPUtime=0.26
/proc/5246/task/5253/stat : 5253 (java) S 5244 5246 3256 0 -1 64 720 0 0 0 25 1 0 0 15 0 9 0 2007017370 888381440 18262 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=5246/tid=5254] ppid=5244 vsize=867560 CPUtime=0
/proc/5246/task/5254/stat : 5254 (java) S 5244 5246 3256 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 2007017370 888381440 18262 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=5246/tid=5255] ppid=5244 vsize=867560 CPUtime=0
/proc/5246/task/5255/stat : 5255 (java) S 5244 5246 3256 0 -1 64 0 0 0 0 0 0 0 0 15 0 9 0 2007017370 888381440 18262 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 18.99
Current children cumulated vsize (KiB) 867560

[startup+20.7023 s]
/proc/loadavg: 2.03 2.05 2.00 3/81 5255
/proc/meminfo: memFree=1692840/2055920 swapFree=4179776/4192956
[pid=5246] ppid=5244 vsize=867560 CPUtime=20.59
/proc/5246/stat : 5246 (java) S 5244 5246 3256 0 -1 0 18939 0 1 0 2041 18 0 0 18 0 9 0 2007017364 888381440 18265 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/5246/statm: 216890 18265 2006 9 0 211418 0
[pid=5246/tid=5248] ppid=5244 vsize=867560 CPUtime=20.24
/proc/5246/task/5248/stat : 5248 (java) R 5244 5246 3256 0 -1 64 15792 0 1 0 2009 15 0 0 25 0 9 0 2007017366 888381440 18265 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=5246/tid=5249] ppid=5244 vsize=867560 CPUtime=0.05
/proc/5246/task/5249/stat : 5249 (java) S 5244 5246 3256 0 -1 64 1730 0 0 0 5 0 0 0 16 0 9 0 2007017367 888381440 18265 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=5246/tid=5250] ppid=5244 vsize=867560 CPUtime=0
/proc/5246/task/5250/stat : 5250 (java) S 5244 5246 3256 0 -1 64 13 0 0 0 0 0 0 0 16 0 9 0 2007017368 888381440 18265 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=5246/tid=5251] ppid=5244 vsize=867560 CPUtime=0
/proc/5246/task/5251/stat : 5251 (java) S 5244 5246 3256 0 -1 64 5 0 0 0 0 0 0 0 16 0 9 0 2007017368 888381440 18265 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=5246/tid=5252] ppid=5244 vsize=867560 CPUtime=0
/proc/5246/task/5252/stat : 5252 (java) S 5244 5246 3256 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 2007017370 888381440 18265 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=5246/tid=5253] ppid=5244 vsize=867560 CPUtime=0.26
/proc/5246/task/5253/stat : 5253 (java) R 5244 5246 3256 0 -1 64 721 0 0 0 25 1 0 0 16 0 9 0 2007017370 888381440 18265 996147200 134512640 134550740 4294955968 18446744073709551615 102010935 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=5246/tid=5254] ppid=5244 vsize=867560 CPUtime=0
/proc/5246/task/5254/stat : 5254 (java) S 5244 5246 3256 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 2007017370 888381440 18265 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=5246/tid=5255] ppid=5244 vsize=867560 CPUtime=0
/proc/5246/task/5255/stat : 5255 (java) S 5244 5246 3256 0 -1 64 0 0 0 0 0 0 0 0 15 0 9 0 2007017370 888381440 18265 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 20.59
Current children cumulated vsize (KiB) 867560

[startup+21.5013 s]
/proc/loadavg: 2.03 2.05 2.00 3/81 5255
/proc/meminfo: memFree=1692840/2055920 swapFree=4179776/4192956
[pid=5246] ppid=5244 vsize=867884 CPUtime=21.36
/proc/5246/stat : 5246 (java) S 5244 5246 3256 0 -1 0 22928 388 1 0 2113 21 1 1 18 0 10 0 2007017364 888713216 20755 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/5246/statm: 216971 20755 2018 9 0 211499 0
[pid=5246/tid=5248] ppid=5244 vsize=867884 CPUtime=20.88
/proc/5246/task/5248/stat : 5248 (java) R 5244 5246 3256 0 -1 64 17035 388 1 0 2070 16 1 1 23 0 10 0 2007017366 888713216 20755 996147200 134512640 134550740 4294955968 18446744073709551615 4127160020 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=5246/tid=5249] ppid=5244 vsize=867884 CPUtime=0.15
/proc/5246/task/5249/stat : 5249 (java) S 5244 5246 3256 0 -1 64 4190 388 0 0 12 1 1 1 16 0 10 0 2007017367 888713216 20755 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=5246/tid=5250] ppid=5244 vsize=867884 CPUtime=0.02
/proc/5246/task/5250/stat : 5250 (java) S 5244 5246 3256 0 -1 64 13 388 0 0 0 0 1 1 16 0 10 0 2007017368 888713216 20755 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=5246/tid=5251] ppid=5244 vsize=867884 CPUtime=0.02
/proc/5246/task/5251/stat : 5251 (java) S 5244 5246 3256 0 -1 64 5 388 0 0 0 0 1 1 16 0 10 0 2007017368 888713216 20755 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=5246/tid=5252] ppid=5244 vsize=867884 CPUtime=0.02
/proc/5246/task/5252/stat : 5252 (java) S 5244 5246 3256 0 -1 64 1 388 0 0 0 0 1 1 18 0 10 0 2007017370 888713216 20755 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=5246/tid=5253] ppid=5244 vsize=867884 CPUtime=0.33
/proc/5246/task/5253/stat : 5253 (java) S 5244 5246 3256 0 -1 64 868 388 0 0 30 1 1 1 15 0 10 0 2007017370 888713216 20755 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=5246/tid=5254] ppid=5244 vsize=867884 CPUtime=0.02
/proc/5246/task/5254/stat : 5254 (java) S 5244 5246 3256 0 -1 64 1 388 0 0 0 0 1 1 19 0 10 0 2007017370 888713216 20755 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=5246/tid=5255] ppid=5244 vsize=867884 CPUtime=0.02
/proc/5246/task/5255/stat : 5255 (java) S 5244 5246 3256 0 -1 64 8 388 0 0 0 0 1 1 15 0 10 0 2007017370 888713216 20755 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 21.36
Current children cumulated vsize (KiB) 867884

[startup+21.9014 s]
/proc/loadavg: 2.10 2.07 2.01 3/81 5259
/proc/meminfo: memFree=1677928/2055920 swapFree=4179776/4192956
[pid=5246] ppid=5244 vsize=867972 CPUtime=21.75
/proc/5246/stat : 5246 (java) S 5244 5246 3256 0 -1 0 34211 388 1 0 2150 23 1 1 18 0 9 0 2007017364 888803328 22607 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/5246/statm: 216993 22607 2638 9 0 211499 0
[pid=5246/tid=5248] ppid=5244 vsize=867972 CPUtime=21.11
/proc/5246/task/5248/stat : 5248 (java) R 5244 5246 3256 0 -1 64 23631 388 1 0 2092 17 1 1 25 0 9 0 2007017366 888803328 22607 996147200 134512640 134550740 4294955968 18446744073709551615 4125977385 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=5246/tid=5249] ppid=5244 vsize=867972 CPUtime=0.26
/proc/5246/task/5249/stat : 5249 (java) S 5244 5246 3256 0 -1 64 8781 388 0 0 22 2 1 1 17 0 9 0 2007017367 888803328 22607 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=5246/tid=5250] ppid=5244 vsize=867972 CPUtime=0.02
/proc/5246/task/5250/stat : 5250 (java) S 5244 5246 3256 0 -1 64 17 388 0 0 0 0 1 1 17 0 9 0 2007017368 888803328 22607 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=5246/tid=5251] ppid=5244 vsize=867972 CPUtime=0.02
/proc/5246/task/5251/stat : 5251 (java) S 5244 5246 3256 0 -1 64 15 388 0 0 0 0 1 1 16 0 9 0 2007017368 888803328 22607 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=5246/tid=5252] ppid=5244 vsize=867972 CPUtime=0.02
/proc/5246/task/5252/stat : 5252 (java) S 5244 5246 3256 0 -1 64 1 388 0 0 0 0 1 1 18 0 9 0 2007017370 888803328 22607 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=5246/tid=5253] ppid=5244 vsize=867972 CPUtime=0.38
/proc/5246/task/5253/stat : 5253 (java) S 5244 5246 3256 0 -1 64 946 388 0 0 35 1 1 1 15 0 9 0 2007017370 888803328 22607 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=5246/tid=5254] ppid=5244 vsize=867972 CPUtime=0.02
/proc/5246/task/5254/stat : 5254 (java) S 5244 5246 3256 0 -1 64 1 388 0 0 0 0 1 1 19 0 9 0 2007017370 888803328 22607 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=5246/tid=5255] ppid=5244 vsize=867972 CPUtime=0.02
/proc/5246/task/5255/stat : 5255 (java) S 5244 5246 3256 0 -1 64 8 388 0 0 0 0 1 1 15 0 9 0 2007017370 888803328 22607 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 21.75
Current children cumulated vsize (KiB) 867972

[startup+22.1014 s]
/proc/loadavg: 2.10 2.07 2.01 3/81 5259
/proc/meminfo: memFree=1677928/2055920 swapFree=4179776/4192956
[pid=5246] ppid=5244 vsize=867972 CPUtime=21.96
/proc/5246/stat : 5246 (java) S 5244 5246 3256 0 -1 0 34504 388 1 0 2170 24 1 1 18 0 9 0 2007017364 888803328 22621 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/5246/statm: 216993 22621 2638 9 0 211499 0
[pid=5246/tid=5248] ppid=5244 vsize=867972 CPUtime=21.27
/proc/5246/task/5248/stat : 5248 (java) R 5244 5246 3256 0 -1 64 23908 388 1 0 2108 17 1 1 25 0 9 0 2007017366 888803328 22621 996147200 134512640 134550740 4294955968 18446744073709551615 4127314809 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=5246/tid=5249] ppid=5244 vsize=867972 CPUtime=0.26
/proc/5246/task/5249/stat : 5249 (java) S 5244 5246 3256 0 -1 64 8781 388 0 0 22 2 1 1 17 0 9 0 2007017367 888803328 22621 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=5246/tid=5250] ppid=5244 vsize=867972 CPUtime=0.02
/proc/5246/task/5250/stat : 5250 (java) S 5244 5246 3256 0 -1 64 17 388 0 0 0 0 1 1 17 0 9 0 2007017368 888803328 22621 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=5246/tid=5251] ppid=5244 vsize=867972 CPUtime=0.02
/proc/5246/task/5251/stat : 5251 (java) S 5244 5246 3256 0 -1 64 15 388 0 0 0 0 1 1 16 0 9 0 2007017368 888803328 22621 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=5246/tid=5252] ppid=5244 vsize=867972 CPUtime=0.02
/proc/5246/task/5252/stat : 5252 (java) S 5244 5246 3256 0 -1 64 1 388 0 0 0 0 1 1 18 0 9 0 2007017370 888803328 22621 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=5246/tid=5253] ppid=5244 vsize=867972 CPUtime=0.4
/proc/5246/task/5253/stat : 5253 (java) S 5244 5246 3256 0 -1 64 962 388 0 0 37 1 1 1 15 0 9 0 2007017370 888803328 22621 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=5246/tid=5254] ppid=5244 vsize=867972 CPUtime=0.02
/proc/5246/task/5254/stat : 5254 (java) S 5244 5246 3256 0 -1 64 1 388 0 0 0 0 1 1 19 0 9 0 2007017370 888803328 22621 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=5246/tid=5255] ppid=5244 vsize=867972 CPUtime=0.02
/proc/5246/task/5255/stat : 5255 (java) S 5244 5246 3256 0 -1 64 8 388 0 0 0 0 1 1 15 0 9 0 2007017370 888803328 22621 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 21.96
Current children cumulated vsize (KiB) 867972

[startup+22.2014 s]
/proc/loadavg: 2.10 2.07 2.01 3/81 5259
/proc/meminfo: memFree=1677928/2055920 swapFree=4179776/4192956
[pid=5246] ppid=5244 vsize=867972 CPUtime=22.06
/proc/5246/stat : 5246 (java) S 5244 5246 3256 0 -1 0 34728 388 1 0 2180 24 1 1 18 0 9 0 2007017364 888803328 22621 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/5246/statm: 216993 22621 2638 9 0 211499 0
[pid=5246/tid=5248] ppid=5244 vsize=867972 CPUtime=21.37
/proc/5246/task/5248/stat : 5248 (java) R 5244 5246 3256 0 -1 64 24132 388 1 0 2118 17 1 1 25 0 9 0 2007017366 888803328 22621 996147200 134512640 134550740 4294955968 18446744073709551615 4127315511 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=5246/tid=5249] ppid=5244 vsize=867972 CPUtime=0.26
/proc/5246/task/5249/stat : 5249 (java) S 5244 5246 3256 0 -1 64 8781 388 0 0 22 2 1 1 17 0 9 0 2007017367 888803328 22621 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=5246/tid=5250] ppid=5244 vsize=867972 CPUtime=0.02
/proc/5246/task/5250/stat : 5250 (java) S 5244 5246 3256 0 -1 64 17 388 0 0 0 0 1 1 17 0 9 0 2007017368 888803328 22621 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=5246/tid=5251] ppid=5244 vsize=867972 CPUtime=0.02
/proc/5246/task/5251/stat : 5251 (java) S 5244 5246 3256 0 -1 64 15 388 0 0 0 0 1 1 16 0 9 0 2007017368 888803328 22621 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=5246/tid=5252] ppid=5244 vsize=867972 CPUtime=0.02
/proc/5246/task/5252/stat : 5252 (java) S 5244 5246 3256 0 -1 64 1 388 0 0 0 0 1 1 18 0 9 0 2007017370 888803328 22621 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=5246/tid=5253] ppid=5244 vsize=867972 CPUtime=0.4
/proc/5246/task/5253/stat : 5253 (java) S 5244 5246 3256 0 -1 64 962 388 0 0 37 1 1 1 15 0 9 0 2007017370 888803328 22621 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=5246/tid=5254] ppid=5244 vsize=867972 CPUtime=0.02
/proc/5246/task/5254/stat : 5254 (java) S 5244 5246 3256 0 -1 64 1 388 0 0 0 0 1 1 19 0 9 0 2007017370 888803328 22621 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=5246/tid=5255] ppid=5244 vsize=867972 CPUtime=0.02
/proc/5246/task/5255/stat : 5255 (java) S 5244 5246 3256 0 -1 64 8 388 0 0 0 0 1 1 15 0 9 0 2007017370 888803328 22621 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 22.06
Current children cumulated vsize (KiB) 867972

Child status: 0
Real time (s): 22.2909
CPU time (s): 22.1256
CPU user time (s): 21.8497
CPU system time (s): 0.275958
CPU usage (%): 99.2585
Max. virtual memory (cumulated for all children) (KiB): 867972

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 21.8497
system time used= 0.275958
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 35283
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= 2057
involuntary context switches= 2358

runsolver used 0.035994 second user time and 0.077988 second system time

The end

Launcher Data (download as text)

Begin job on node43 at 2008-07-05 19:54:09
IDJOB=1095004
IDBENCH=58861
IDSOLVER=363
FILE ID=node43/1095004-1215280449
PBS_JOBID= 7882177
Free space on /tmp= 66508 MiB

SOLVER NAME= Abscon 112v4 AC
BENCH NAME= CPAI08/csp/fapp/fapp17/normalized-fapp17-0300-4.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-1095004-1215280449/watcher-1095004-1215280449 -o /tmp/evaluation-result-1095004-1215280449/solver-1095004-1215280449 -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-1095004-1215280449.xml

TIME LIMIT= 1800 seconds
MEMORY LIMIT= 900 MiB

MD5SUM BENCH= 6aaa661c05cede3ed88b267795412528
RANDOM SEED=598792899

node43.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.230
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.230
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:       1759056 kB
Buffers:         43636 kB
Cached:         177756 kB
SwapCached:       6816 kB
Active:         161420 kB
Inactive:        81464 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1759056 kB
SwapTotal:     4192956 kB
SwapFree:      4179776 kB
Dirty:            2736 kB
Writeback:           0 kB
Mapped:          29500 kB
Slab:            39296 kB
Committed_AS:  3865480 kB
PageTables:       1864 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= 66508 MiB
End job on node43 at 2008-07-05 19:54:31