Trace number 2098181

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 1.83572 1.891

DiagnosticValue
CHECKS93747
NODES128

General information on the benchmark

Namecsp/graphColoring/sgb/
miles/normalized-miles1000-42.xml
MD5SUM254570849d05b2e6ae57e7bc16ab8f12
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 benchmark0.227965
Satisfiable
(Un)Satisfiability was proved
Number of variables128
Number of constraints3216
Maximum constraint arity2
Maximum domain size42
Number of constraints which are defined in extension0
Number of constraints which are defined in intension3216
Global constraints used (with number of constraints)

Solver Data

0.03/0.09	
0.03/0.09	Abscon 112 (May, 2008)
0.18/0.26	
0.18/0.26	   configuration
0.18/0.26	     name=mac.xml
0.18/0.29	   
0.18/0.29	   instance
0.18/0.29	     name=HOME/instance-2098181-1247414240.xml
0.28/0.33	   
0.28/0.33	   domains being loaded...
0.28/0.34	   
0.28/0.34	   variables being loaded...
0.28/0.39	     nbVariables=128  nbDomainTypes=1  minDomainSize=42  maxDomainSize=42  nbTotalValues=5376
0.28/0.39	       =>  wckTime=0.127  cpuTime=0.1  mem=7M892
0.28/0.39	   
0.28/0.39	   predicates being loaded...
0.38/0.45	   
0.38/0.45	   constraints being loaded...
1.36/1.42	     nbConstraints=3229  nbGlobalConstraints=13  nbConvertedConstraints=3216  nbConvertConstraintsChecks=3528
1.36/1.42	     nbExtensionStructures=2  nbSharedExtensionStructures=3214  nbConflictsStructures=6
1.36/1.42	     nbSharedConflictsStructures=3214  nbSharedBinaryRepresentations=42  minDegree=13  maxDegree=87  minArity=2
1.36/1.42	     avgArity=2.03  maxArity=40  nbGenerators=5  nbFusions=5  symmetryWckTime=0.228  symmetryCpuTime=0.13  nbCliques=8
1.36/1.42	       =>  wckTime=1.165  cpuTime=0.87  mem=31M510
1.45/1.52	   
1.45/1.52	   solver IterativeSystematicSolver being built... 
1.45/1.59	   
1.45/1.59	   INFO : Forward propagation technique limited 
1.55/1.66	       =>  wckTime=1.399  cpuTime=0.97  mem=23M263
1.55/1.68	   
1.55/1.68	   preprocessing
1.55/1.68	     nbConstraintChecks=500  nbPropagations=133  nbRevisions=12  nbUselessRevisions=0  nbRemovedValues=14
1.55/1.68	     nbRemovedTuples=861  detectedInconsistency=no
1.55/1.68	       =>  wckTime=0.017  cpuTime=0.01  mem=24M203
1.75/1.84	   
1.75/1.84	   search
1.75/1.84	     run=0  nbConstraintChecks=93247  minDepth=129  maxDepth=128  nbPropagations=3175  nbRevisions=3300
1.75/1.84	     nbUselessRevisions=359  nbAssignments=128  nbFailedAssignments=0  nbBacktracks=0  nbVisitedNodes=129
1.75/1.84	     nbRestartNogoods=0  nbFoundSolutions=1  mapSize=0  nbInferences=0  nbTooLargeKeys=0  nbSEliminables=0
1.75/1.84	     nbREliminables=13.17  nbIEliminables=52.24  nbDEliminables=0  nbPEliminables=0
1.75/1.84	       =>  wckTime=0.18  cpuTime=0.13  mem=25M160
1.75/1.84	   
1.75/1.84	   global
1.75/1.84	     nbConstraintChecks=93747  nbPropagations=3308  nbRevisions=3312  nbUselessRevisions=359  nbRestartNogoods=0
1.75/1.84	     solvingWckTime=0.182  solvingCpuTime=0.14  expiredTime=no  totalExploration=no  nbFoundSolutions=1
1.75/1.84	     firstSolutionCpuTime=1.1  globalCpuTime=1.16
1.75/1.84	       =>  wckTime=1.584  cpuTime=1.12  mem=25M160
1.75/1.84	   
1.75/1.84	s SATISFIABLE
1.75/1.84	v 12 25 4 2 1 35 27 5 3 18 13 3 17 16 10 2 1 5 32 31 41 3 5 32 37 6 1 9 11 15 17 5 6 3 7 2 8 33 22 8 16 11 11 11 21 38 4 9 0 12 1 12 36 12 14 0 30 39 9 4 0 4 8 16 8 14 28 6 28 31 29 2 29 13 22 2 13 30 25 10 10 29 24 11 14 1 0 3 36 26 7 8 19 35 1 27 28 9 17 23 33 20 7 7 24 2 13 18 27 15 23 7 30 19 20 34 21 40 6 0 9 24 10 40 31 41 26 0 
1.75/1.84	d NODES 128
1.75/1.84	d CHECKS 93747
1.75/1.85	   
1.75/1.85	   totalWckTime=1.654  totalCpuTime=1.17

Verifier Data

OK

Watcher Data

runsolver version 3.2.9 (svn:492) (c) roussel@cril.univ-artois.fr

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-2098181-1247414240/watcher-2098181-1247414240 -o /tmp/evaluation-result-2098181-1247414240/solver-2098181-1247414240 -C 1800 -W 2000 -M 900 java -Xms756M -Xmx756M -XX:PermSize=10m -XX:MaxPermSize=10m -cp abscon112V4.jar abscon.Resolution mac.xml 1 XSax HOME/instance-2098181-1247414240.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): 2000 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
Current StackSize limit: 10240 KiB


[startup+0 s]
/proc/loadavg: 2.02 2.04 2.00 4/80 1322
/proc/meminfo: memFree=1784560/2055920 swapFree=4192812/4192956
[pid=1322] ppid=1320 vsize=10676 CPUtime=0
/proc/1322/stat : 1322 (java) S 1320 1322 30423 0 -1 0 678 0 0 0 0 0 0 0 18 0 2 0 28490442 10932224 474 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 4096 0 18446744073709551615 0 0 17 1 0 0
/proc/1322/statm: 2669 474 207 9 0 1184 0
[pid=1322/tid=1323] ppid=1320 vsize=10676 CPUtime=0
/proc/1322/task/1323/stat : 1323 (java) R 1320 1322 30423 0 -1 64 0 0 0 0 0 0 0 0 19 0 2 0 28490443 10932224 474 996147200 134512640 134550932 4294955968 18446744073709551615 3342296 0 0 4096 0 0 0 0 -1 1 0 0

[startup+0.0412971 s]
/proc/loadavg: 2.02 2.04 2.00 4/80 1322
/proc/meminfo: memFree=1784560/2055920 swapFree=4192812/4192956
[pid=1322] ppid=1320 vsize=861936 CPUtime=0.03
/proc/1322/stat : 1322 (java) S 1320 1322 30423 0 -1 0 2278 0 1 0 2 1 0 0 18 0 5 0 28490442 882622464 1880 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800971 18446744073709551615 0 0 17 1 0 0
/proc/1322/statm: 215484 1880 863 9 0 210399 0
[pid=1322/tid=1323] ppid=1320 vsize=861936 CPUtime=0.02
/proc/1322/task/1323/stat : 1323 (java) D 1320 1322 30423 0 -1 64 1585 0 1 0 2 0 0 0 17 0 5 0 28490443 882622464 1880 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 2147483391 0 16800971 18446744072099781622 0 0 -1 1 0 0
Current children cumulated CPU time (s) 0.03
Current children cumulated vsize (KiB) 861936

[startup+0.103137 s]
/proc/loadavg: 2.02 2.04 2.00 4/80 1322
/proc/meminfo: memFree=1784560/2055920 swapFree=4192812/4192956
[pid=1322] ppid=1320 vsize=865984 CPUtime=0.08
/proc/1322/stat : 1322 (java) S 1320 1322 30423 0 -1 0 3769 0 1 0 7 1 0 0 18 0 9 0 28490442 886767616 3226 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/1322/statm: 216496 3226 1703 9 0 210981 0
[pid=1322/tid=1323] ppid=1320 vsize=865984 CPUtime=0.06
/proc/1322/task/1323/stat : 1323 (java) R 1320 1322 30423 0 -1 64 2853 0 1 0 6 0 0 0 18 0 9 0 28490443 886767616 3226 996147200 134512640 134550932 4294955968 18446744073709551615 4125977358 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 0.08
Current children cumulated vsize (KiB) 865984

[startup+0.301172 s]
/proc/loadavg: 2.02 2.04 2.00 4/80 1322
/proc/meminfo: memFree=1784560/2055920 swapFree=4192812/4192956
[pid=1322] ppid=1320 vsize=866380 CPUtime=0.28
/proc/1322/stat : 1322 (java) S 1320 1322 30423 0 -1 0 5863 0 1 0 25 3 0 0 18 0 9 0 28490442 887173120 5229 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/1322/statm: 216595 5229 1981 9 0 211053 0
[pid=1322/tid=1323] ppid=1320 vsize=866380 CPUtime=0.23
/proc/1322/task/1323/stat : 1323 (java) R 1320 1322 30423 0 -1 64 4883 0 1 0 21 2 0 0 18 0 9 0 28490443 887173120 5229 996147200 134512640 134550932 4294955968 18446744073709551615 102230386 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 0.28
Current children cumulated vsize (KiB) 866380

[startup+0.701254 s]
/proc/loadavg: 2.02 2.04 2.00 4/80 1322
/proc/meminfo: memFree=1784560/2055920 swapFree=4192812/4192956
[pid=1322] ppid=1320 vsize=867776 CPUtime=0.68
/proc/1322/stat : 1322 (java) S 1320 1322 30423 0 -1 0 8607 0 1 0 64 4 0 0 18 0 9 0 28490442 888602624 7961 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/1322/statm: 216944 7961 2036 9 0 211380 0
[pid=1322/tid=1323] ppid=1320 vsize=867776 CPUtime=0.49
/proc/1322/task/1323/stat : 1323 (java) R 1320 1322 30423 0 -1 64 7240 0 1 0 46 3 0 0 19 0 9 0 28490443 888602624 7961 996147200 134512640 134550932 4294955968 18446744073709551615 103211200 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 0.68
Current children cumulated vsize (KiB) 867776

[startup+1.50141 s]
/proc/loadavg: 2.02 2.04 2.00 3/89 1331
/proc/meminfo: memFree=1752744/2055920 swapFree=4192812/4192956
[pid=1322] ppid=1320 vsize=868240 CPUtime=1.45
/proc/1322/stat : 1322 (java) S 1320 1322 30423 0 -1 0 19131 459 1 0 121 20 4 0 18 0 9 0 28490442 889077760 12769 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/1322/statm: 217060 12769 2654 9 0 211496 0
[pid=1322/tid=1323] ppid=1320 vsize=868240 CPUtime=1.1
/proc/1322/task/1323/stat : 1323 (java) R 1320 1322 30423 0 -1 64 13521 459 1 0 88 18 4 0 21 0 9 0 28490443 889077760 12769 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=1322/tid=1325] ppid=1320 vsize=868240 CPUtime=0.1
/proc/1322/task/1325/stat : 1325 (java) R 1320 1322 30423 0 -1 64 3862 459 0 0 6 0 4 0 16 0 9 0 28490444 889077760 12769 996147200 134512640 134550932 4294955968 18446744073709551615 103830970 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=1322/tid=1326] ppid=1320 vsize=868240 CPUtime=0.04
/proc/1322/task/1326/stat : 1326 (java) S 1320 1322 30423 0 -1 64 11 459 0 0 0 0 4 0 19 0 9 0 28490445 889077760 12769 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=1322/tid=1327] ppid=1320 vsize=868240 CPUtime=0.04
/proc/1322/task/1327/stat : 1327 (java) S 1320 1322 30423 0 -1 64 3 459 0 0 0 0 4 0 20 0 9 0 28490445 889077760 12769 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=1322/tid=1328] ppid=1320 vsize=868240 CPUtime=0.04
/proc/1322/task/1328/stat : 1328 (java) S 1320 1322 30423 0 -1 64 1 459 0 0 0 0 4 0 18 0 9 0 28490447 889077760 12769 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=1322/tid=1329] ppid=1320 vsize=868240 CPUtime=0.29
/proc/1322/task/1329/stat : 1329 (java) S 1320 1322 30423 0 -1 64 918 459 0 0 25 0 4 0 15 0 9 0 28490447 889077760 12769 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=1322/tid=1330] ppid=1320 vsize=868240 CPUtime=0.04
/proc/1322/task/1330/stat : 1330 (java) S 1320 1322 30423 0 -1 64 1 459 0 0 0 0 4 0 19 0 9 0 28490447 889077760 12769 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=1322/tid=1331] ppid=1320 vsize=868240 CPUtime=0.04
/proc/1322/task/1331/stat : 1331 (java) S 1320 1322 30423 0 -1 64 11 459 0 0 0 0 4 0 15 0 9 0 28490447 889077760 12769 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1.45
Current children cumulated vsize (KiB) 868240

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

[startup+1.70241 s]
/proc/loadavg: 2.02 2.04 2.00 3/89 1331
/proc/meminfo: memFree=1752744/2055920 swapFree=4192812/4192956
[pid=1322] ppid=1320 vsize=868204 CPUtime=1.66
/proc/1322/stat : 1322 (java) S 1320 1322 30423 0 -1 0 22396 459 1 0 140 22 4 0 18 0 9 0 28490442 889040896 13796 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/1322/statm: 217051 13796 2658 9 0 211487 0
[pid=1322/tid=1323] ppid=1320 vsize=868204 CPUtime=1.23
/proc/1322/task/1323/stat : 1323 (java) R 1320 1322 30423 0 -1 64 15809 459 1 0 101 18 4 0 22 0 9 0 28490443 889040896 13796 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=1322/tid=1325] ppid=1320 vsize=868204 CPUtime=0.13
/proc/1322/task/1325/stat : 1325 (java) S 1320 1322 30423 0 -1 64 4801 459 0 0 8 1 4 0 16 0 9 0 28490444 889040896 13796 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=1322/tid=1326] ppid=1320 vsize=868204 CPUtime=0.04
/proc/1322/task/1326/stat : 1326 (java) S 1320 1322 30423 0 -1 64 19 459 0 0 0 0 4 0 16 0 9 0 28490445 889040896 13796 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=1322/tid=1327] ppid=1320 vsize=868204 CPUtime=0.04
/proc/1322/task/1327/stat : 1327 (java) S 1320 1322 30423 0 -1 64 10 459 0 0 0 0 4 0 16 0 9 0 28490445 889040896 13796 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=1322/tid=1328] ppid=1320 vsize=868204 CPUtime=0.04
/proc/1322/task/1328/stat : 1328 (java) S 1320 1322 30423 0 -1 64 1 459 0 0 0 0 4 0 18 0 9 0 28490447 889040896 13796 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=1322/tid=1329] ppid=1320 vsize=868204 CPUtime=0.34
/proc/1322/task/1329/stat : 1329 (java) S 1320 1322 30423 0 -1 64 941 459 0 0 29 1 4 0 15 0 9 0 28490447 889040896 13796 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=1322/tid=1330] ppid=1320 vsize=868204 CPUtime=0.04
/proc/1322/task/1330/stat : 1330 (java) S 1320 1322 30423 0 -1 64 1 459 0 0 0 0 4 0 19 0 9 0 28490447 889040896 13796 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=1322/tid=1331] ppid=1320 vsize=868204 CPUtime=0.04
/proc/1322/task/1331/stat : 1331 (java) S 1320 1322 30423 0 -1 64 11 459 0 0 0 0 4 0 15 0 9 0 28490447 889040896 13796 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1.66
Current children cumulated vsize (KiB) 868204

[startup+1.80147 s]
/proc/loadavg: 2.02 2.04 2.00 3/89 1331
/proc/meminfo: memFree=1752744/2055920 swapFree=4192812/4192956
[pid=1322] ppid=1320 vsize=868204 CPUtime=1.75
/proc/1322/stat : 1322 (java) S 1320 1322 30423 0 -1 0 22408 459 1 0 149 22 4 0 18 0 9 0 28490442 889040896 13808 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/1322/statm: 217051 13808 2658 9 0 211487 0
[pid=1322/tid=1323] ppid=1320 vsize=868204 CPUtime=1.31
/proc/1322/task/1323/stat : 1323 (java) R 1320 1322 30423 0 -1 64 15809 459 1 0 109 18 4 0 23 0 9 0 28490443 889040896 13808 996147200 134512640 134550932 4294955968 18446744073709551615 4127214535 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=1322/tid=1325] ppid=1320 vsize=868204 CPUtime=0.13
/proc/1322/task/1325/stat : 1325 (java) S 1320 1322 30423 0 -1 64 4801 459 0 0 8 1 4 0 16 0 9 0 28490444 889040896 13808 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=1322/tid=1326] ppid=1320 vsize=868204 CPUtime=0.04
/proc/1322/task/1326/stat : 1326 (java) S 1320 1322 30423 0 -1 64 19 459 0 0 0 0 4 0 16 0 9 0 28490445 889040896 13808 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=1322/tid=1327] ppid=1320 vsize=868204 CPUtime=0.04
/proc/1322/task/1327/stat : 1327 (java) S 1320 1322 30423 0 -1 64 10 459 0 0 0 0 4 0 16 0 9 0 28490445 889040896 13808 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=1322/tid=1328] ppid=1320 vsize=868204 CPUtime=0.04
/proc/1322/task/1328/stat : 1328 (java) S 1320 1322 30423 0 -1 64 1 459 0 0 0 0 4 0 18 0 9 0 28490447 889040896 13808 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=1322/tid=1329] ppid=1320 vsize=868204 CPUtime=0.36
/proc/1322/task/1329/stat : 1329 (java) S 1320 1322 30423 0 -1 64 953 459 0 0 31 1 4 0 15 0 9 0 28490447 889040896 13808 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=1322/tid=1330] ppid=1320 vsize=868204 CPUtime=0.04
/proc/1322/task/1330/stat : 1330 (java) S 1320 1322 30423 0 -1 64 1 459 0 0 0 0 4 0 19 0 9 0 28490447 889040896 13808 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=1322/tid=1331] ppid=1320 vsize=868204 CPUtime=0.04
/proc/1322/task/1331/stat : 1331 (java) S 1320 1322 30423 0 -1 64 11 459 0 0 0 0 4 0 15 0 9 0 28490447 889040896 13808 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1.75
Current children cumulated vsize (KiB) 868204

Child status: 0
Real time (s): 1.891
CPU time (s): 1.83572
CPU user time (s): 1.59476
CPU system time (s): 0.240963
CPU usage (%): 97.0765
Max. virtual memory (cumulated for all children) (KiB): 868240

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1.59476
system time used= 0.240963
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 22910
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= 1618
involuntary context switches= 1661

runsolver used 0.007998 second user time and 0.011998 second system time

The end

Launcher Data

Begin job on node23 at 2009-07-12 17:57:20
IDJOB=2098181
IDBENCH=58409
IDSOLVER=773
FILE ID=node23/2098181-1247414240
PBS_JOBID= 9510598
Free space on /tmp= 66360 MiB

SOLVER NAME= Abscon 112v4 AC
BENCH NAME= CPAI08/csp/graphColoring/sgb/miles/normalized-miles1000-42.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= BIN/runsolver --timestamp -w /tmp/evaluation-result-2098181-1247414240/watcher-2098181-1247414240 -o /tmp/evaluation-result-2098181-1247414240/solver-2098181-1247414240 -C 1800 -W 2000 -M 900  java -Xms756M -Xmx756M -XX:PermSize=10m -XX:MaxPermSize=10m -cp abscon112V4.jar abscon.Resolution mac.xml 1 XSax HOME/instance-2098181-1247414240.xml

TIME LIMIT= 1800 seconds
MEMORY LIMIT= 900 MiB
MAX NB THREAD= 0

MD5SUM BENCH= 254570849d05b2e6ae57e7bc16ab8f12
RANDOM SEED=202704865

node23.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.277
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.277
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:       1785040 kB
Buffers:         43408 kB
Cached:         116936 kB
SwapCached:          0 kB
Active:         148496 kB
Inactive:        64396 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1785040 kB
SwapTotal:     4192956 kB
SwapFree:      4192812 kB
Dirty:            2400 kB
Writeback:           0 kB
Mapped:          72936 kB
Slab:            43212 kB
Committed_AS:  1014780 kB
PageTables:       1868 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= 66360 MiB
End job on node23 at 2009-07-12 17:57:22