Trace number 1095005

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 ESACSAT 21.9707 22.1843

DiagnosticValue
CHECKS305981
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.02/0.09	
0.02/0.09	Abscon 112 (May, 2008)
0.18/0.24	
0.18/0.24	   configuration
0.18/0.24	     name=esac.xml
0.28/0.31	   
0.28/0.31	   instance
0.28/0.31	     name=HOME/instance-1095005-1215280449.xml
0.28/0.35	   
0.28/0.35	   domains being loaded...
0.28/0.39	   
0.28/0.39	   variables being loaded...
0.48/0.55	     nbVariables=300  nbDomainTypes=12  minDomainSize=62  maxDomainSize=302  nbTotalValues=64034
0.48/0.55	       =>  wckTime=0.313  cpuTime=0.23  mem=9M839
0.48/0.55	   
0.48/0.55	   predicates being loaded...
0.57/0.62	   
0.57/0.62	   constraints being loaded...
20.51/20.73	   
20.51/20.73	   INFO : Stopping converting binary constraints (cpu=20.07, mem = 35M838)
21.18/21.49	     nbConstraints=2057  nbGlobalConstraints=1  nbMergedConstraints=1809  nbConvertedConstraints=1257
21.18/21.49	     nbConvertConstraintsChecks=42219560  nbExtensionStructures=937  nbSharedExtensionStructures=520
21.18/21.49	     nbConflictsStructures=993  nbSharedConflictsStructures=548  nbUnbuiltConflictsStructures=528
21.18/21.49	     nbSharedBinaryRepresentations=370055  nbEvaluationManagers=584  nbSharedEvaluationManagers=215  minDegree=3
21.18/21.49	     maxDegree=18  minArity=2  avgArity=2  maxArity=5  nbGenerators=0  nbFusions=0  symmetryWckTime=0.238
21.18/21.49	     symmetryCpuTime=0.16  nbCliques=1
21.18/21.49	       =>  wckTime=21.255  cpuTime=20.59  mem=17M781
21.38/21.60	   
21.38/21.60	   solver IterativeSystematicSolver being built... 
21.48/21.70	   
21.48/21.70	   INFO : Forward propagation technique limited 
21.48/21.78	       =>  wckTime=21.536  cpuTime=20.75  mem=36M893
21.59/21.89	   
21.59/21.90	   preprocessing
21.59/21.90	     nbConstraintChecks=294703  nbValidityChecks=1704  nbPropagations=307  nbRevisions=5020  nbUselessRevisions=4273
21.59/21.90	     nbRemovedValues=63116  detectedInconsistency=no
21.59/21.90	       =>  wckTime=0.116  cpuTime=0.09  mem=37M904
21.87/22.15	   
21.87/22.15	   search
21.87/22.15	     run=0  nbConstraintChecks=11278  nbValidityChecks=3700  minDepth=301  maxDepth=300  nbPropagations=666
21.87/22.15	     nbRevisions=7486  nbUselessRevisions=6680  nbAssignments=300  nbFailedAssignments=0  nbBacktracks=0
21.87/22.15	     nbVisitedNodes=301  nbRestartNogoods=0  nbFoundSolutions=1  mapSize=0  nbInferences=0  nbTooLargeKeys=0
21.87/22.15	     nbSEliminables=0  nbREliminables=0  nbIEliminables=184.57  nbDEliminables=0  nbPEliminables=0
21.87/22.15	       =>  wckTime=0.367  cpuTime=0.3  mem=39M927
21.87/22.15	   
21.87/22.15	   global
21.87/22.15	     nbConstraintChecks=305981  nbValidityChecks=5404  nbPropagations=973  nbRevisions=12506  nbUselessRevisions=10953
21.87/22.15	     nbRestartNogoods=0  solvingWckTime=0.371  solvingCpuTime=0.31  expiredTime=no  totalExploration=no
21.87/22.15	     nbFoundSolutions=1  firstSolutionCpuTime=21.04  globalCpuTime=21.12
21.87/22.15	       =>  wckTime=21.909  cpuTime=21.06  mem=39M927
21.87/22.16	   
21.87/22.16	s SATISFIABLE
21.87/22.16	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 
21.87/22.16	d NODES 300
21.87/22.16	d CHECKS 305981
21.87/22.16	   
21.87/22.16	   totalWckTime=21.972  totalCpuTime=21.13

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-1095005-1215280449/watcher-1095005-1215280449 -o /tmp/evaluation-result-1095005-1215280449/solver-1095005-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 esac.xml 1 XSax HOME/instance-1095005-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.00 2.00 2.00 4/72 17999
/proc/meminfo: memFree=1750256/2055920 swapFree=4179416/4192956
[pid=17999] ppid=17997 vsize=1616 CPUtime=0
/proc/17999/stat : 17999 (java) R 17997 17999 16175 0 -1 0 178 0 0 0 0 0 0 0 18 0 1 0 2007016650 1654784 146 996147200 134512640 134550740 4294956128 18446744073709551615 8915552 0 0 4096 0 0 0 0 17 0 0 0
/proc/17999/statm: 404 148 122 9 0 46 0

[startup+0.0410389 s]
/proc/loadavg: 2.00 2.00 2.00 4/72 17999
/proc/meminfo: memFree=1750256/2055920 swapFree=4179416/4192956
[pid=17999] ppid=17997 vsize=861876 CPUtime=0.02
/proc/17999/stat : 17999 (java) S 17997 17999 16175 0 -1 0 2251 0 1 0 1 1 0 0 18 0 5 0 2007016650 882561024 1862 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800971 18446744073709551615 0 0 17 1 0 0
/proc/17999/statm: 215469 1865 855 9 0 210448 0
Current children cumulated CPU time (s) 0.02
Current children cumulated vsize (KiB) 861876

[startup+0.103045 s]
/proc/loadavg: 2.00 2.00 2.00 4/72 17999
/proc/meminfo: memFree=1750256/2055920 swapFree=4179416/4192956
[pid=17999] ppid=17997 vsize=865884 CPUtime=0.08
/proc/17999/stat : 17999 (java) S 17997 17999 16175 0 -1 0 3725 0 1 0 6 2 0 0 18 0 9 0 2007016650 886665216 3188 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/17999/statm: 216471 3188 1691 9 0 211026 0
Current children cumulated CPU time (s) 0.08
Current children cumulated vsize (KiB) 865884

[startup+0.301085 s]
/proc/loadavg: 2.00 2.00 2.00 4/72 17999
/proc/meminfo: memFree=1750256/2055920 swapFree=4179416/4192956
[pid=17999] ppid=17997 vsize=866196 CPUtime=0.28
/proc/17999/stat : 17999 (java) S 17997 17999 16175 0 -1 0 5620 0 1 0 25 3 0 0 18 0 9 0 2007016650 886984704 5034 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/17999/statm: 216549 5034 1903 9 0 211097 0
Current children cumulated CPU time (s) 0.28
Current children cumulated vsize (KiB) 866196

[startup+0.701163 s]
/proc/loadavg: 2.00 2.00 2.00 4/72 17999
/proc/meminfo: memFree=1750256/2055920 swapFree=4179416/4192956
[pid=17999] ppid=17997 vsize=867100 CPUtime=0.68
/proc/17999/stat : 17999 (java) S 17997 17999 16175 0 -1 0 8058 0 1 0 63 5 0 0 18 0 9 0 2007016650 887910400 7418 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/17999/statm: 216775 7418 2007 9 0 211281 0
Current children cumulated CPU time (s) 0.68
Current children cumulated vsize (KiB) 867100

[startup+1.50232 s]
/proc/loadavg: 2.00 2.00 2.00 3/81 18008
/proc/meminfo: memFree=1713704/2055920 swapFree=4179416/4192956
[pid=17999] ppid=17997 vsize=867688 CPUtime=1.47
/proc/17999/stat : 17999 (java) S 17997 17999 16175 0 -1 0 12298 0 1 0 140 7 0 0 18 0 9 0 2007016650 888512512 11655 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/17999/statm: 216922 11655 2014 9 0 211428 0
[pid=17999/tid=18001] ppid=17997 vsize=867688 CPUtime=1.26
/proc/17999/task/18001/stat : 18001 (java) R 17997 17999 16175 0 -1 64 10919 0 1 0 120 6 0 0 25 0 9 0 2007016652 888512512 11655 996147200 134512640 134550740 4294955968 18446744073709551615 4126883632 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17999/tid=18002] ppid=17997 vsize=867688 CPUtime=0
/proc/17999/task/18002/stat : 18002 (java) S 17997 17999 16175 0 -1 64 5 0 0 0 0 0 0 0 17 0 9 0 2007016653 888512512 11655 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=17999/tid=18003] ppid=17997 vsize=867688 CPUtime=0
/proc/17999/task/18003/stat : 18003 (java) S 17997 17999 16175 0 -1 64 10 0 0 0 0 0 0 0 19 0 9 0 2007016653 888512512 11655 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17999/tid=18004] ppid=17997 vsize=867688 CPUtime=0
/proc/17999/task/18004/stat : 18004 (java) S 17997 17999 16175 0 -1 64 4 0 0 0 0 0 0 0 20 0 9 0 2007016653 888512512 11655 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17999/tid=18005] ppid=17997 vsize=867688 CPUtime=0
/proc/17999/task/18005/stat : 18005 (java) S 17997 17999 16175 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 2007016655 888512512 11655 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17999/tid=18006] ppid=17997 vsize=867688 CPUtime=0.19
/proc/17999/task/18006/stat : 18006 (java) S 17997 17999 16175 0 -1 64 682 0 0 0 19 0 0 0 16 0 9 0 2007016655 888512512 11655 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17999/tid=18007] ppid=17997 vsize=867688 CPUtime=0
/proc/17999/task/18007/stat : 18007 (java) S 17997 17999 16175 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 2007016655 888512512 11655 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17999/tid=18008] ppid=17997 vsize=867688 CPUtime=0
/proc/17999/task/18008/stat : 18008 (java) S 17997 17999 16175 0 -1 64 0 0 0 0 0 0 0 0 15 0 9 0 2007016655 888512512 11655 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1.47
Current children cumulated vsize (KiB) 867688

[startup+3.10163 s]
/proc/loadavg: 2.00 2.00 2.00 3/81 18008
/proc/meminfo: memFree=1710248/2055920 swapFree=4179416/4192956
[pid=17999] ppid=17997 vsize=867688 CPUtime=3.06
/proc/17999/stat : 17999 (java) S 17997 17999 16175 0 -1 0 13185 0 1 0 298 8 0 0 18 0 9 0 2007016650 888512512 12540 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/17999/statm: 216922 12540 2014 9 0 211428 0
[pid=17999/tid=18001] ppid=17997 vsize=867688 CPUtime=2.82
/proc/17999/task/18001/stat : 18001 (java) R 17997 17999 16175 0 -1 64 11778 0 1 0 275 7 0 0 25 0 9 0 2007016652 888512512 12540 996147200 134512640 134550740 4294955968 18446744073709551615 4126911436 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17999/tid=18002] ppid=17997 vsize=867688 CPUtime=0
/proc/17999/task/18002/stat : 18002 (java) S 17997 17999 16175 0 -1 64 5 0 0 0 0 0 0 0 17 0 9 0 2007016653 888512512 12540 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=17999/tid=18003] ppid=17997 vsize=867688 CPUtime=0
/proc/17999/task/18003/stat : 18003 (java) S 17997 17999 16175 0 -1 64 10 0 0 0 0 0 0 0 19 0 9 0 2007016653 888512512 12540 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17999/tid=18004] ppid=17997 vsize=867688 CPUtime=0
/proc/17999/task/18004/stat : 18004 (java) S 17997 17999 16175 0 -1 64 4 0 0 0 0 0 0 0 20 0 9 0 2007016653 888512512 12540 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17999/tid=18005] ppid=17997 vsize=867688 CPUtime=0
/proc/17999/task/18005/stat : 18005 (java) S 17997 17999 16175 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 2007016655 888512512 12540 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17999/tid=18006] ppid=17997 vsize=867688 CPUtime=0.22
/proc/17999/task/18006/stat : 18006 (java) S 17997 17999 16175 0 -1 64 710 0 0 0 22 0 0 0 15 0 9 0 2007016655 888512512 12540 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17999/tid=18007] ppid=17997 vsize=867688 CPUtime=0
/proc/17999/task/18007/stat : 18007 (java) S 17997 17999 16175 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 2007016655 888512512 12540 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17999/tid=18008] ppid=17997 vsize=867688 CPUtime=0
/proc/17999/task/18008/stat : 18008 (java) S 17997 17999 16175 0 -1 64 0 0 0 0 0 0 0 0 15 0 9 0 2007016655 888512512 12540 996147200 134512640 134550740 4294955968 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) 867688

[startup+6.30225 s]
/proc/loadavg: 2.00 2.00 2.00 3/81 18008
/proc/meminfo: memFree=1700968/2055920 swapFree=4179416/4192956
[pid=17999] ppid=17997 vsize=867688 CPUtime=6.23
/proc/17999/stat : 17999 (java) S 17997 17999 16175 0 -1 0 15275 0 1 0 613 10 0 0 18 0 9 0 2007016650 888512512 14628 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/17999/statm: 216922 14628 2014 9 0 211428 0
[pid=17999/tid=18001] ppid=17997 vsize=867688 CPUtime=5.99
/proc/17999/task/18001/stat : 18001 (java) R 17997 17999 16175 0 -1 64 13865 0 1 0 590 9 0 0 25 0 9 0 2007016652 888512512 14628 996147200 134512640 134550740 4294955968 18446744073709551615 4126878199 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17999/tid=18002] ppid=17997 vsize=867688 CPUtime=0
/proc/17999/task/18002/stat : 18002 (java) S 17997 17999 16175 0 -1 64 5 0 0 0 0 0 0 0 16 0 9 0 2007016653 888512512 14628 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=17999/tid=18003] ppid=17997 vsize=867688 CPUtime=0
/proc/17999/task/18003/stat : 18003 (java) S 17997 17999 16175 0 -1 64 10 0 0 0 0 0 0 0 19 0 9 0 2007016653 888512512 14628 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17999/tid=18004] ppid=17997 vsize=867688 CPUtime=0
/proc/17999/task/18004/stat : 18004 (java) S 17997 17999 16175 0 -1 64 4 0 0 0 0 0 0 0 20 0 9 0 2007016653 888512512 14628 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17999/tid=18005] ppid=17997 vsize=867688 CPUtime=0
/proc/17999/task/18005/stat : 18005 (java) S 17997 17999 16175 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 2007016655 888512512 14628 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17999/tid=18006] ppid=17997 vsize=867688 CPUtime=0.23
/proc/17999/task/18006/stat : 18006 (java) S 17997 17999 16175 0 -1 64 713 0 0 0 23 0 0 0 15 0 9 0 2007016655 888512512 14628 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17999/tid=18007] ppid=17997 vsize=867688 CPUtime=0
/proc/17999/task/18007/stat : 18007 (java) S 17997 17999 16175 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 2007016655 888512512 14628 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17999/tid=18008] ppid=17997 vsize=867688 CPUtime=0
/proc/17999/task/18008/stat : 18008 (java) S 17997 17999 16175 0 -1 64 0 0 0 0 0 0 0 0 15 0 9 0 2007016655 888512512 14628 996147200 134512640 134550740 4294955968 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) 867688

[startup+12.7025 s]
/proc/loadavg: 2.00 2.00 2.00 3/81 18008
/proc/meminfo: memFree=1684264/2055920 swapFree=4179416/4192956
[pid=17999] ppid=17997 vsize=867600 CPUtime=12.58
/proc/17999/stat : 17999 (java) S 17997 17999 16175 0 -1 0 18933 0 1 0 1244 14 0 0 18 0 9 0 2007016650 888422400 18260 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/17999/statm: 216900 18260 2005 9 0 211428 0
[pid=17999/tid=18001] ppid=17997 vsize=867600 CPUtime=12.27
/proc/17999/task/18001/stat : 18001 (java) R 17997 17999 16175 0 -1 64 15787 0 1 0 1215 12 0 0 25 0 9 0 2007016652 888422400 18260 996147200 134512640 134550740 4294955968 18446744073709551615 4126911671 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17999/tid=18002] ppid=17997 vsize=867600 CPUtime=0.04
/proc/17999/task/18002/stat : 18002 (java) S 17997 17999 16175 0 -1 64 1729 0 0 0 4 0 0 0 16 0 9 0 2007016653 888422400 18260 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=17999/tid=18003] ppid=17997 vsize=867600 CPUtime=0
/proc/17999/task/18003/stat : 18003 (java) S 17997 17999 16175 0 -1 64 13 0 0 0 0 0 0 0 16 0 9 0 2007016653 888422400 18260 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17999/tid=18004] ppid=17997 vsize=867600 CPUtime=0
/proc/17999/task/18004/stat : 18004 (java) S 17997 17999 16175 0 -1 64 5 0 0 0 0 0 0 0 16 0 9 0 2007016653 888422400 18260 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17999/tid=18005] ppid=17997 vsize=867600 CPUtime=0
/proc/17999/task/18005/stat : 18005 (java) S 17997 17999 16175 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 2007016655 888422400 18260 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17999/tid=18006] ppid=17997 vsize=867600 CPUtime=0.24
/proc/17999/task/18006/stat : 18006 (java) S 17997 17999 16175 0 -1 64 721 0 0 0 24 0 0 0 16 0 9 0 2007016655 888422400 18260 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17999/tid=18007] ppid=17997 vsize=867600 CPUtime=0
/proc/17999/task/18007/stat : 18007 (java) S 17997 17999 16175 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 2007016655 888422400 18260 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17999/tid=18008] ppid=17997 vsize=867600 CPUtime=0
/proc/17999/task/18008/stat : 18008 (java) S 17997 17999 16175 0 -1 64 0 0 0 0 0 0 0 0 15 0 9 0 2007016655 888422400 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.58
Current children cumulated vsize (KiB) 867600

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

[startup+19.1018 s]
/proc/loadavg: 2.00 2.00 2.00 3/81 18008
/proc/meminfo: memFree=1684328/2055920 swapFree=4179416/4192956
[pid=17999] ppid=17997 vsize=867600 CPUtime=18.92
/proc/17999/stat : 17999 (java) S 17997 17999 16175 0 -1 0 18935 0 1 0 1877 15 0 0 18 0 9 0 2007016650 888422400 18262 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/17999/statm: 216900 18262 2005 9 0 211428 0
[pid=17999/tid=18001] ppid=17997 vsize=867600 CPUtime=18.6
/proc/17999/task/18001/stat : 18001 (java) R 17997 17999 16175 0 -1 64 15787 0 1 0 1847 13 0 0 25 0 9 0 2007016652 888422400 18262 996147200 134512640 134550740 4294955968 18446744073709551615 4126876893 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17999/tid=18002] ppid=17997 vsize=867600 CPUtime=0.04
/proc/17999/task/18002/stat : 18002 (java) S 17997 17999 16175 0 -1 64 1729 0 0 0 4 0 0 0 16 0 9 0 2007016653 888422400 18262 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=17999/tid=18003] ppid=17997 vsize=867600 CPUtime=0
/proc/17999/task/18003/stat : 18003 (java) S 17997 17999 16175 0 -1 64 13 0 0 0 0 0 0 0 16 0 9 0 2007016653 888422400 18262 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17999/tid=18004] ppid=17997 vsize=867600 CPUtime=0
/proc/17999/task/18004/stat : 18004 (java) S 17997 17999 16175 0 -1 64 5 0 0 0 0 0 0 0 16 0 9 0 2007016653 888422400 18262 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17999/tid=18005] ppid=17997 vsize=867600 CPUtime=0
/proc/17999/task/18005/stat : 18005 (java) S 17997 17999 16175 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 2007016655 888422400 18262 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17999/tid=18006] ppid=17997 vsize=867600 CPUtime=0.24
/proc/17999/task/18006/stat : 18006 (java) S 17997 17999 16175 0 -1 64 723 0 0 0 24 0 0 0 15 0 9 0 2007016655 888422400 18262 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17999/tid=18007] ppid=17997 vsize=867600 CPUtime=0
/proc/17999/task/18007/stat : 18007 (java) S 17997 17999 16175 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 2007016655 888422400 18262 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17999/tid=18008] ppid=17997 vsize=867600 CPUtime=0
/proc/17999/task/18008/stat : 18008 (java) S 17997 17999 16175 0 -1 64 0 0 0 0 0 0 0 0 15 0 9 0 2007016655 888422400 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.92
Current children cumulated vsize (KiB) 867600

[startup+20.7021 s]
/proc/loadavg: 2.00 2.00 2.00 3/81 18008
/proc/meminfo: memFree=1684328/2055920 swapFree=4179416/4192956
[pid=17999] ppid=17997 vsize=867600 CPUtime=20.51
/proc/17999/stat : 17999 (java) S 17997 17999 16175 0 -1 0 18936 0 1 0 2035 16 0 0 18 0 9 0 2007016650 888422400 18263 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/17999/statm: 216900 18263 2005 9 0 211428 0
[pid=17999/tid=18001] ppid=17997 vsize=867600 CPUtime=20.19
/proc/17999/task/18001/stat : 18001 (java) R 17997 17999 16175 0 -1 64 15787 0 1 0 2005 14 0 0 25 0 9 0 2007016652 888422400 18263 996147200 134512640 134550740 4294955968 18446744073709551615 4126881591 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17999/tid=18002] ppid=17997 vsize=867600 CPUtime=0.04
/proc/17999/task/18002/stat : 18002 (java) S 17997 17999 16175 0 -1 64 1729 0 0 0 4 0 0 0 16 0 9 0 2007016653 888422400 18263 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=17999/tid=18003] ppid=17997 vsize=867600 CPUtime=0
/proc/17999/task/18003/stat : 18003 (java) S 17997 17999 16175 0 -1 64 13 0 0 0 0 0 0 0 16 0 9 0 2007016653 888422400 18263 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17999/tid=18004] ppid=17997 vsize=867600 CPUtime=0
/proc/17999/task/18004/stat : 18004 (java) S 17997 17999 16175 0 -1 64 5 0 0 0 0 0 0 0 16 0 9 0 2007016653 888422400 18263 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17999/tid=18005] ppid=17997 vsize=867600 CPUtime=0
/proc/17999/task/18005/stat : 18005 (java) S 17997 17999 16175 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 2007016655 888422400 18263 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17999/tid=18006] ppid=17997 vsize=867600 CPUtime=0.24
/proc/17999/task/18006/stat : 18006 (java) S 17997 17999 16175 0 -1 64 724 0 0 0 24 0 0 0 16 0 9 0 2007016655 888422400 18263 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17999/tid=18007] ppid=17997 vsize=867600 CPUtime=0
/proc/17999/task/18007/stat : 18007 (java) S 17997 17999 16175 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 2007016655 888422400 18263 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17999/tid=18008] ppid=17997 vsize=867600 CPUtime=0
/proc/17999/task/18008/stat : 18008 (java) S 17997 17999 16175 0 -1 64 0 0 0 0 0 0 0 0 15 0 9 0 2007016655 888422400 18263 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 20.51
Current children cumulated vsize (KiB) 867600

[startup+21.5022 s]
/proc/loadavg: 2.00 2.00 2.00 3/81 18008
/proc/meminfo: memFree=1684328/2055920 swapFree=4179416/4192956
[pid=17999] ppid=17997 vsize=867924 CPUtime=21.28
/proc/17999/stat : 17999 (java) S 17997 17999 16175 0 -1 0 23487 389 1 0 2107 19 1 1 18 0 9 0 2007016650 888754176 20798 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/17999/statm: 216981 20798 2028 9 0 211509 0
[pid=17999/tid=18001] ppid=17997 vsize=867924 CPUtime=20.83
/proc/17999/task/18001/stat : 18001 (java) R 17997 17999 16175 0 -1 64 17388 389 1 0 2066 15 1 1 24 0 9 0 2007016652 888754176 20798 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17999/tid=18002] ppid=17997 vsize=867924 CPUtime=0.14
/proc/17999/task/18002/stat : 18002 (java) R 17997 17999 16175 0 -1 64 4393 389 0 0 11 1 1 1 16 0 9 0 2007016653 888754176 20798 996147200 134512640 134550740 4294955968 18446744073709551615 103735913 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=17999/tid=18003] ppid=17997 vsize=867924 CPUtime=0.02
/proc/17999/task/18003/stat : 18003 (java) S 17997 17999 16175 0 -1 64 13 389 0 0 0 0 1 1 16 0 9 0 2007016653 888754176 20798 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17999/tid=18004] ppid=17997 vsize=867924 CPUtime=0.02
/proc/17999/task/18004/stat : 18004 (java) S 17997 17999 16175 0 -1 64 5 389 0 0 0 0 1 1 16 0 9 0 2007016653 888754176 20798 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17999/tid=18005] ppid=17997 vsize=867924 CPUtime=0.02
/proc/17999/task/18005/stat : 18005 (java) S 17997 17999 16175 0 -1 64 1 389 0 0 0 0 1 1 18 0 9 0 2007016655 888754176 20798 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17999/tid=18006] ppid=17997 vsize=867924 CPUtime=0.31
/proc/17999/task/18006/stat : 18006 (java) S 17997 17999 16175 0 -1 64 869 389 0 0 29 0 1 1 15 0 9 0 2007016655 888754176 20798 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17999/tid=18007] ppid=17997 vsize=867924 CPUtime=0.02
/proc/17999/task/18007/stat : 18007 (java) S 17997 17999 16175 0 -1 64 1 389 0 0 0 0 1 1 19 0 9 0 2007016655 888754176 20798 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17999/tid=18008] ppid=17997 vsize=867924 CPUtime=0.02
/proc/17999/task/18008/stat : 18008 (java) S 17997 17999 16175 0 -1 64 5 389 0 0 0 0 1 1 15 0 9 0 2007016655 888754176 20798 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 21.28
Current children cumulated vsize (KiB) 867924

[startup+21.9023 s]
/proc/loadavg: 2.00 2.00 2.00 3/81 18012
/proc/meminfo: memFree=1669352/2055920 swapFree=4179416/4192956
[pid=17999] ppid=17997 vsize=868012 CPUtime=21.68
/proc/17999/stat : 17999 (java) S 17997 17999 16175 0 -1 0 34246 389 1 0 2144 22 1 1 18 0 9 0 2007016650 888844288 22623 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/17999/statm: 217003 22623 2638 9 0 211509 0
[pid=17999/tid=18001] ppid=17997 vsize=868012 CPUtime=21.07
/proc/17999/task/18001/stat : 18001 (java) R 17997 17999 16175 0 -1 64 23594 389 1 0 2089 16 1 1 25 0 9 0 2007016652 888844288 22623 996147200 134512640 134550740 4294955968 18446744073709551615 4125960497 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17999/tid=18002] ppid=17997 vsize=868012 CPUtime=0.24
/proc/17999/task/18002/stat : 18002 (java) S 17997 17999 16175 0 -1 64 8852 389 0 0 19 3 1 1 16 0 9 0 2007016653 888844288 22623 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=17999/tid=18003] ppid=17997 vsize=868012 CPUtime=0.02
/proc/17999/task/18003/stat : 18003 (java) S 17997 17999 16175 0 -1 64 17 389 0 0 0 0 1 1 17 0 9 0 2007016653 888844288 22623 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17999/tid=18004] ppid=17997 vsize=868012 CPUtime=0.02
/proc/17999/task/18004/stat : 18004 (java) S 17997 17999 16175 0 -1 64 15 389 0 0 0 0 1 1 16 0 9 0 2007016653 888844288 22623 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17999/tid=18005] ppid=17997 vsize=868012 CPUtime=0.02
/proc/17999/task/18005/stat : 18005 (java) S 17997 17999 16175 0 -1 64 1 389 0 0 0 0 1 1 18 0 9 0 2007016655 888844288 22623 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17999/tid=18006] ppid=17997 vsize=868012 CPUtime=0.38
/proc/17999/task/18006/stat : 18006 (java) S 17997 17999 16175 0 -1 64 949 389 0 0 35 1 1 1 15 0 9 0 2007016655 888844288 22623 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17999/tid=18007] ppid=17997 vsize=868012 CPUtime=0.02
/proc/17999/task/18007/stat : 18007 (java) S 17997 17999 16175 0 -1 64 1 389 0 0 0 0 1 1 19 0 9 0 2007016655 888844288 22623 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17999/tid=18008] ppid=17997 vsize=868012 CPUtime=0.02
/proc/17999/task/18008/stat : 18008 (java) S 17997 17999 16175 0 -1 64 5 389 0 0 0 0 1 1 15 0 9 0 2007016655 888844288 22623 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 21.68
Current children cumulated vsize (KiB) 868012

[startup+22.1023 s]
/proc/loadavg: 2.00 2.00 2.00 3/81 18012
/proc/meminfo: memFree=1669352/2055920 swapFree=4179416/4192956
[pid=17999] ppid=17997 vsize=868012 CPUtime=21.87
/proc/17999/stat : 17999 (java) S 17997 17999 16175 0 -1 0 34560 389 1 0 2163 22 1 1 18 0 9 0 2007016650 888844288 22634 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/17999/statm: 217003 22634 2638 9 0 211509 0
[pid=17999/tid=18001] ppid=17997 vsize=868012 CPUtime=21.24
/proc/17999/task/18001/stat : 18001 (java) R 17997 17999 16175 0 -1 64 23894 389 1 0 2106 16 1 1 25 0 9 0 2007016652 888844288 22634 996147200 134512640 134550740 4294955968 18446744073709551615 4127315378 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17999/tid=18002] ppid=17997 vsize=868012 CPUtime=0.24
/proc/17999/task/18002/stat : 18002 (java) S 17997 17999 16175 0 -1 64 8852 389 0 0 19 3 1 1 16 0 9 0 2007016653 888844288 22634 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=17999/tid=18003] ppid=17997 vsize=868012 CPUtime=0.02
/proc/17999/task/18003/stat : 18003 (java) S 17997 17999 16175 0 -1 64 17 389 0 0 0 0 1 1 17 0 9 0 2007016653 888844288 22634 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17999/tid=18004] ppid=17997 vsize=868012 CPUtime=0.02
/proc/17999/task/18004/stat : 18004 (java) S 17997 17999 16175 0 -1 64 15 389 0 0 0 0 1 1 16 0 9 0 2007016653 888844288 22634 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17999/tid=18005] ppid=17997 vsize=868012 CPUtime=0.02
/proc/17999/task/18005/stat : 18005 (java) S 17997 17999 16175 0 -1 64 1 389 0 0 0 0 1 1 18 0 9 0 2007016655 888844288 22634 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17999/tid=18006] ppid=17997 vsize=868012 CPUtime=0.4
/proc/17999/task/18006/stat : 18006 (java) S 17997 17999 16175 0 -1 64 963 389 0 0 37 1 1 1 15 0 9 0 2007016655 888844288 22634 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17999/tid=18007] ppid=17997 vsize=868012 CPUtime=0.02
/proc/17999/task/18007/stat : 18007 (java) S 17997 17999 16175 0 -1 64 1 389 0 0 0 0 1 1 19 0 9 0 2007016655 888844288 22634 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17999/tid=18008] ppid=17997 vsize=868012 CPUtime=0.02
/proc/17999/task/18008/stat : 18008 (java) S 17997 17999 16175 0 -1 64 5 389 0 0 0 0 1 1 15 0 9 0 2007016655 888844288 22634 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 21.87
Current children cumulated vsize (KiB) 868012

Child status: 0
Real time (s): 22.1843
CPU time (s): 21.9707
CPU user time (s): 21.7087
CPU system time (s): 0.26196
CPU usage (%): 99.0368
Max. virtual memory (cumulated for all children) (KiB): 868012

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 21.7087
system time used= 0.26196
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 35237
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= 2064
involuntary context switches= 2529

runsolver used 0.045993 second user time and 0.066989 second system time

The end

Launcher Data (download as text)

Begin job on node62 at 2008-07-05 19:54:09
IDJOB=1095005
IDBENCH=58861
IDSOLVER=364
FILE ID=node62/1095005-1215280449
PBS_JOBID= 7882239
Free space on /tmp= 65256 MiB

SOLVER NAME= Abscon 112v4 ESAC
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 esac.xml 1 XSax BENCHNAME
RUNSOLVER COMMAND LINE= /home/evaluation/evaluation/pub/bin/runsolver --timestamp -w /tmp/evaluation-result-1095005-1215280449/watcher-1095005-1215280449 -o /tmp/evaluation-result-1095005-1215280449/solver-1095005-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 esac.xml 1 XSax HOME/instance-1095005-1215280449.xml

TIME LIMIT= 1800 seconds
MEMORY LIMIT= 900 MiB

MD5SUM BENCH= 6aaa661c05cede3ed88b267795412528
RANDOM SEED=1027203169

node62.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.259
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.259
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:       1750736 kB
Buffers:         42016 kB
Cached:         192088 kB
SwapCached:       7024 kB
Active:         165628 kB
Inactive:        83148 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1750736 kB
SwapTotal:     4192956 kB
SwapFree:      4179416 kB
Dirty:            2536 kB
Writeback:           0 kB
Mapped:          22164 kB
Slab:            41616 kB
Committed_AS:  4188056 kB
PageTables:       1832 kB
VmallocTotal: 536870911 kB
VmallocUsed:    264960 kB
VmallocChunk: 536605679 kB
HugePages_Total:     0
HugePages_Free:      0
Hugepagesize:     2048 kB

Free space on /tmp at the end= 65252 MiB
End job on node62 at 2008-07-05 19:54:31