Trace number 1089941

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 19.1331 19.3755

DiagnosticValue
CHECKS23097800
NODES153835

General information on the benchmark

Namecsp/graphColoring/sgb/queen/
normalized-queen8-8-9.xml
MD5SUM11b19c7d39bfec2562dcd35eea8e40b2
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.944856
Satisfiable
(Un)Satisfiability was proved
Number of variables64
Number of constraints728
Maximum constraint arity2
Maximum domain size9
Number of constraints which are defined in extension0
Number of constraints which are defined in intension728
Global constraints used (with number of constraints)

Solver Data (download as text)

0.04/0.09	
0.04/0.09	Abscon 112 (May, 2008)
0.19/0.24	
0.19/0.24	   configuration
0.19/0.24	     name=esac.xml
0.28/0.32	   
0.28/0.32	   instance
0.28/0.32	     name=HOME/instance-1089941-1215269880.xml
0.28/0.35	   
0.28/0.35	   domains being loaded...
0.28/0.36	   
0.28/0.36	   variables being loaded...
0.28/0.39	     nbVariables=64  nbDomainTypes=1  minDomainSize=9  maxDomainSize=9  nbTotalValues=576
0.28/0.39	       =>  wckTime=0.149  cpuTime=0.11  mem=7M919
0.28/0.39	   
0.28/0.39	   predicates being loaded...
0.38/0.46	   
0.38/0.46	   constraints being loaded...
0.86/0.95	     nbConstraints=738  nbGlobalConstraints=10  nbConvertedConstraints=728  nbConvertConstraintsChecks=162
0.86/0.95	     nbExtensionStructures=2  nbSharedExtensionStructures=726  nbConflictsStructures=3  nbSharedConflictsStructures=726
0.86/0.95	     nbSharedBinaryRepresentations=9  minDegree=23  maxDegree=30  minArity=2  avgArity=2.22  maxArity=64  nbGenerators=2
0.86/0.95	     nbFusions=2  symmetryWckTime=0.106  symmetryCpuTime=0.05  nbCliques=8
0.86/0.95	       =>  wckTime=0.704  cpuTime=0.46  mem=17M794
0.96/1.01	   
0.96/1.01	   solver IterativeSystematicSolver being built... 
0.96/1.08	   
0.96/1.08	   INFO : Forward propagation technique limited 
1.06/1.15	       =>  wckTime=0.904  cpuTime=0.58  mem=20M305
1.16/1.21	   
1.16/1.21	   preprocessing
1.16/1.21	     nbConstraintChecks=9479  nbPropagations=1229  nbRevisions=1699  nbUselessRevisions=587  nbSingletonTests=92
1.16/1.21	     nbEffectiveSingletonTests=0  nbACRemovals=4  nbFoundSingletons=0  nbRemovedValues=4  nbRemovedTuples=36
1.16/1.21	     detectedInconsistency=no
1.16/1.21	       =>  wckTime=0.062  cpuTime=0.04  mem=21M284
1.26/1.33	   
1.26/1.33	   INFO : Stopping use of transposition table (mapSize=101, nbTooLargekeys=0, mem=22M260)
19.09/19.31	   
19.09/19.31	   search
19.09/19.31	     run=18  nbConstraintChecks=23088331  minDepth=16  maxDepth=64  nbPropagations=4668718  nbRevisions=31960251
19.09/19.31	     nbUselessRevisions=22416369  nbAssignments=153835  nbFailedAssignments=34860  nbBacktracks=118438
19.09/19.31	     nbVisitedNodes=228671  nbRestartNogoods=87  nbFoundSolutions=1  nbSEliminables=0  nbREliminables=1.32
19.09/19.31	     nbIEliminables=39.21  nbDEliminables=0  nbPEliminables=0
19.09/19.31	       =>  wckTime=18.165  cpuTime=17.88  mem=22M260
19.09/19.31	   
19.09/19.31	   global
19.09/19.31	     nbConstraintChecks=23097810  nbPropagations=4669947  nbRevisions=31961950  nbUselessRevisions=22416956
19.09/19.31	     nbRestartNogoods=87  solvingWckTime=18.167  solvingCpuTime=17.89  expiredTime=no  totalExploration=no
19.09/19.31	     nbFoundSolutions=1  firstSolutionCpuTime=18.47  globalCpuTime=18.53
19.09/19.32	       =>  wckTime=19.074  cpuTime=18.48  mem=22M260
19.09/19.32	   
19.09/19.32	s SATISFIABLE
19.09/19.32	v 1 4 3 8 0 5 2 7 7 6 5 2 4 1 0 8 2 0 4 7 5 6 3 1 4 8 1 3 2 0 7 5 6 3 0 5 7 8 1 2 0 7 8 1 3 2 6 4 8 1 2 0 6 4 5 3 3 5 6 4 1 7 8 0 
19.09/19.32	d NODES 153835
19.09/19.32	d CHECKS 23097810
19.09/19.32	   
19.09/19.32	   totalWckTime=19.13  totalCpuTime=18.53

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-1089941-1215269880/watcher-1089941-1215269880 -o /tmp/evaluation-result-1089941-1215269880/solver-1089941-1215269880 -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-1089941-1215269880.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 1.98 4/81 20472
/proc/meminfo: memFree=1748208/2055920 swapFree=4180500/4192956
[pid=20472] ppid=20470 vsize=18572 CPUtime=0
/proc/20472/stat : 20472 (runsolver) R 20470 20472 19305 0 -1 4194368 16 0 0 0 0 0 0 0 19 0 1 0 2005959414 19017728 292 996147200 4194304 4296836 548682068336 18446744073709551615 217051622695 0 2147483391 4096 24578 0 0 0 17 1 0 0
/proc/20472/statm: 4643 292 257 25 0 2626 0

[startup+0.058752 s]
/proc/loadavg: 2.00 2.00 1.98 4/81 20472
/proc/meminfo: memFree=1748208/2055920 swapFree=4180500/4192956
[pid=20472] ppid=20470 vsize=863688 CPUtime=0.04
/proc/20472/stat : 20472 (java) S 20470 20472 19305 0 -1 0 2566 0 1 0 2 2 0 0 18 0 9 0 2005959414 884416512 2133 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/20472/statm: 215922 2133 1018 9 0 210901 0
Current children cumulated CPU time (s) 0.04
Current children cumulated vsize (KiB) 863688

[startup+0.10176 s]
/proc/loadavg: 2.00 2.00 1.98 4/81 20472
/proc/meminfo: memFree=1748208/2055920 swapFree=4180500/4192956
[pid=20472] ppid=20470 vsize=865884 CPUtime=0.08
/proc/20472/stat : 20472 (java) S 20470 20472 19305 0 -1 0 3692 0 1 0 6 2 0 0 18 0 9 0 2005959414 886665216 3165 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/20472/statm: 216471 3165 1681 9 0 211026 0
Current children cumulated CPU time (s) 0.08
Current children cumulated vsize (KiB) 865884

[startup+0.301801 s]
/proc/loadavg: 2.00 2.00 1.98 4/81 20472
/proc/meminfo: memFree=1748208/2055920 swapFree=4180500/4192956
[pid=20472] ppid=20470 vsize=866196 CPUtime=0.28
/proc/20472/stat : 20472 (java) S 20470 20472 19305 0 -1 0 5619 0 1 0 24 4 0 0 18 0 9 0 2005959414 886984704 5033 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/20472/statm: 216549 5033 1902 9 0 211097 0
Current children cumulated CPU time (s) 0.28
Current children cumulated vsize (KiB) 866196

[startup+0.701878 s]
/proc/loadavg: 2.00 2.00 1.98 4/81 20472
/proc/meminfo: memFree=1748208/2055920 swapFree=4180500/4192956
[pid=20472] ppid=20470 vsize=867644 CPUtime=0.68
/proc/20472/stat : 20472 (java) S 20470 20472 19305 0 -1 0 8002 0 1 0 62 6 0 0 18 0 9 0 2005959414 888467456 7362 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/20472/statm: 216911 7362 2011 9 0 211417 0
Current children cumulated CPU time (s) 0.68
Current children cumulated vsize (KiB) 867644

[startup+1.50307 s]
/proc/loadavg: 2.00 2.00 1.98 4/90 20485
/proc/meminfo: memFree=1720616/2055920 swapFree=4180500/4192956
[pid=20472] ppid=20470 vsize=868424 CPUtime=1.46
/proc/20472/stat : 20472 (java) S 20470 20472 19305 0 -1 0 16856 336 1 0 133 12 1 0 18 0 9 0 2005959414 889266176 10841 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/20472/statm: 217106 10841 2631 9 0 211612 0
[pid=20472/tid=20474] ppid=20470 vsize=868424 CPUtime=1.09
/proc/20472/task/20474/stat : 20474 (java) R 20470 20472 19305 0 -1 64 12382 336 1 0 98 10 1 0 24 0 9 0 2005959416 889266176 10841 996147200 134512640 134550740 4294955968 18446744073709551615 4127040724 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=20472/tid=20475] ppid=20470 vsize=868424 CPUtime=0.05
/proc/20472/task/20475/stat : 20475 (java) S 20470 20472 19305 0 -1 64 2670 336 0 0 4 0 1 0 17 0 9 0 2005959417 889266176 10841 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=20472/tid=20476] ppid=20470 vsize=868424 CPUtime=0.01
/proc/20472/task/20476/stat : 20476 (java) S 20470 20472 19305 0 -1 64 14 336 0 0 0 0 1 0 16 0 9 0 2005959418 889266176 10841 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=20472/tid=20477] ppid=20470 vsize=868424 CPUtime=0.01
/proc/20472/task/20477/stat : 20477 (java) S 20470 20472 19305 0 -1 64 12 336 0 0 0 0 1 0 16 0 9 0 2005959418 889266176 10841 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=20472/tid=20478] ppid=20470 vsize=868424 CPUtime=0.01
/proc/20472/task/20478/stat : 20478 (java) S 20470 20472 19305 0 -1 64 1 336 0 0 0 0 1 0 18 0 9 0 2005959420 889266176 10841 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=20472/tid=20479] ppid=20470 vsize=868424 CPUtime=0.3
/proc/20472/task/20479/stat : 20479 (java) S 20470 20472 19305 0 -1 64 956 336 0 0 29 0 1 0 15 0 9 0 2005959420 889266176 10841 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=20472/tid=20480] ppid=20470 vsize=868424 CPUtime=0.01
/proc/20472/task/20480/stat : 20480 (java) S 20470 20472 19305 0 -1 64 2 336 0 0 0 0 1 0 19 0 9 0 2005959420 889266176 10841 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=20472/tid=20481] ppid=20470 vsize=868424 CPUtime=0.01
/proc/20472/task/20481/stat : 20481 (java) S 20470 20472 19305 0 -1 64 8 336 0 0 0 0 1 0 15 0 9 0 2005959420 889266176 10841 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1.46
Current children cumulated vsize (KiB) 868424

[startup+3.10133 s]
/proc/loadavg: 2.00 2.00 1.98 3/90 20485
/proc/meminfo: memFree=1714792/2055920 swapFree=4180500/4192956
[pid=20472] ppid=20470 vsize=868424 CPUtime=3.04
/proc/20472/stat : 20472 (java) S 20470 20472 19305 0 -1 0 16881 336 1 0 291 12 1 0 18 0 9 0 2005959414 889266176 10863 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/20472/statm: 217106 10863 2631 9 0 211612 0
[pid=20472/tid=20474] ppid=20470 vsize=868424 CPUtime=2.64
/proc/20472/task/20474/stat : 20474 (java) R 20470 20472 19305 0 -1 64 12390 336 1 0 253 10 1 0 25 0 9 0 2005959416 889266176 10863 996147200 134512640 134550740 4294955968 18446744073709551615 4127038408 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=20472/tid=20475] ppid=20470 vsize=868424 CPUtime=0.05
/proc/20472/task/20475/stat : 20475 (java) S 20470 20472 19305 0 -1 64 2670 336 0 0 4 0 1 0 17 0 9 0 2005959417 889266176 10863 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=20472/tid=20476] ppid=20470 vsize=868424 CPUtime=0.01
/proc/20472/task/20476/stat : 20476 (java) S 20470 20472 19305 0 -1 64 14 336 0 0 0 0 1 0 16 0 9 0 2005959418 889266176 10863 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=20472/tid=20477] ppid=20470 vsize=868424 CPUtime=0.01
/proc/20472/task/20477/stat : 20477 (java) S 20470 20472 19305 0 -1 64 12 336 0 0 0 0 1 0 16 0 9 0 2005959418 889266176 10863 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=20472/tid=20478] ppid=20470 vsize=868424 CPUtime=0.01
/proc/20472/task/20478/stat : 20478 (java) S 20470 20472 19305 0 -1 64 1 336 0 0 0 0 1 0 18 0 9 0 2005959420 889266176 10863 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=20472/tid=20479] ppid=20470 vsize=868424 CPUtime=0.33
/proc/20472/task/20479/stat : 20479 (java) S 20470 20472 19305 0 -1 64 973 336 0 0 32 0 1 0 15 0 9 0 2005959420 889266176 10863 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=20472/tid=20480] ppid=20470 vsize=868424 CPUtime=0.01
/proc/20472/task/20480/stat : 20480 (java) S 20470 20472 19305 0 -1 64 2 336 0 0 0 0 1 0 19 0 9 0 2005959420 889266176 10863 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=20472/tid=20481] ppid=20470 vsize=868424 CPUtime=0.01
/proc/20472/task/20481/stat : 20481 (java) S 20470 20472 19305 0 -1 64 8 336 0 0 0 0 1 0 15 0 9 0 2005959420 889266176 10863 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 3.04
Current children cumulated vsize (KiB) 868424

[startup+6.30294 s]
/proc/loadavg: 2.00 2.00 1.98 3/90 20485
/proc/meminfo: memFree=1714664/2055920 swapFree=4180500/4192956
[pid=20472] ppid=20470 vsize=868424 CPUtime=6.21
/proc/20472/stat : 20472 (java) S 20470 20472 19305 0 -1 0 16920 336 1 0 608 12 1 0 18 0 9 0 2005959414 889266176 10867 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/20472/statm: 217106 10867 2631 9 0 211612 0
[pid=20472/tid=20474] ppid=20470 vsize=868424 CPUtime=5.81
/proc/20472/task/20474/stat : 20474 (java) R 20470 20472 19305 0 -1 64 12395 336 1 0 570 10 1 0 25 0 9 0 2005959416 889266176 10867 996147200 134512640 134550740 4294955968 18446744073709551615 4125952166 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=20472/tid=20475] ppid=20470 vsize=868424 CPUtime=0.05
/proc/20472/task/20475/stat : 20475 (java) S 20470 20472 19305 0 -1 64 2670 336 0 0 4 0 1 0 16 0 9 0 2005959417 889266176 10867 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=20472/tid=20476] ppid=20470 vsize=868424 CPUtime=0.01
/proc/20472/task/20476/stat : 20476 (java) S 20470 20472 19305 0 -1 64 14 336 0 0 0 0 1 0 16 0 9 0 2005959418 889266176 10867 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=20472/tid=20477] ppid=20470 vsize=868424 CPUtime=0.01
/proc/20472/task/20477/stat : 20477 (java) S 20470 20472 19305 0 -1 64 12 336 0 0 0 0 1 0 16 0 9 0 2005959418 889266176 10867 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=20472/tid=20478] ppid=20470 vsize=868424 CPUtime=0.01
/proc/20472/task/20478/stat : 20478 (java) S 20470 20472 19305 0 -1 64 1 336 0 0 0 0 1 0 18 0 9 0 2005959420 889266176 10867 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=20472/tid=20479] ppid=20470 vsize=868424 CPUtime=0.33
/proc/20472/task/20479/stat : 20479 (java) S 20470 20472 19305 0 -1 64 978 336 0 0 32 0 1 0 16 0 9 0 2005959420 889266176 10867 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=20472/tid=20480] ppid=20470 vsize=868424 CPUtime=0.01
/proc/20472/task/20480/stat : 20480 (java) S 20470 20472 19305 0 -1 64 2 336 0 0 0 0 1 0 19 0 9 0 2005959420 889266176 10867 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=20472/tid=20481] ppid=20470 vsize=868424 CPUtime=0.01
/proc/20472/task/20481/stat : 20481 (java) S 20470 20472 19305 0 -1 64 37 336 0 0 0 0 1 0 15 0 9 0 2005959420 889266176 10867 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 6.21
Current children cumulated vsize (KiB) 868424

[startup+12.7012 s]
/proc/loadavg: 2.00 2.00 1.98 3/90 20485
/proc/meminfo: memFree=1714472/2055920 swapFree=4180500/4192956
[pid=20472] ppid=20470 vsize=868424 CPUtime=12.55
/proc/20472/stat : 20472 (java) S 20470 20472 19305 0 -1 0 16928 336 1 0 1241 13 1 0 18 0 9 0 2005959414 889266176 10869 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/20472/statm: 217106 10869 2631 9 0 211612 0
[pid=20472/tid=20474] ppid=20470 vsize=868424 CPUtime=12.14
/proc/20472/task/20474/stat : 20474 (java) R 20470 20472 19305 0 -1 64 12399 336 1 0 1203 10 1 0 25 0 9 0 2005959416 889266176 10869 996147200 134512640 134550740 4294955968 18446744073709551615 4127040233 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=20472/tid=20475] ppid=20470 vsize=868424 CPUtime=0.05
/proc/20472/task/20475/stat : 20475 (java) S 20470 20472 19305 0 -1 64 2670 336 0 0 4 0 1 0 16 0 9 0 2005959417 889266176 10869 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=20472/tid=20476] ppid=20470 vsize=868424 CPUtime=0.01
/proc/20472/task/20476/stat : 20476 (java) S 20470 20472 19305 0 -1 64 14 336 0 0 0 0 1 0 16 0 9 0 2005959418 889266176 10869 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=20472/tid=20477] ppid=20470 vsize=868424 CPUtime=0.01
/proc/20472/task/20477/stat : 20477 (java) S 20470 20472 19305 0 -1 64 12 336 0 0 0 0 1 0 16 0 9 0 2005959418 889266176 10869 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=20472/tid=20478] ppid=20470 vsize=868424 CPUtime=0.01
/proc/20472/task/20478/stat : 20478 (java) S 20470 20472 19305 0 -1 64 1 336 0 0 0 0 1 0 18 0 9 0 2005959420 889266176 10869 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=20472/tid=20479] ppid=20470 vsize=868424 CPUtime=0.33
/proc/20472/task/20479/stat : 20479 (java) S 20470 20472 19305 0 -1 64 982 336 0 0 32 0 1 0 16 0 9 0 2005959420 889266176 10869 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=20472/tid=20480] ppid=20470 vsize=868424 CPUtime=0.01
/proc/20472/task/20480/stat : 20480 (java) S 20470 20472 19305 0 -1 64 2 336 0 0 0 0 1 0 19 0 9 0 2005959420 889266176 10869 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=20472/tid=20481] ppid=20470 vsize=868424 CPUtime=0.01
/proc/20472/task/20481/stat : 20481 (java) S 20470 20472 19305 0 -1 64 37 336 0 0 0 0 1 0 15 0 9 0 2005959420 889266176 10869 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 12.55
Current children cumulated vsize (KiB) 868424

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

[startup+15.9028 s]
/proc/loadavg: 2.00 2.00 1.98 3/90 20485
/proc/meminfo: memFree=1714536/2055920 swapFree=4180500/4192956
[pid=20472] ppid=20470 vsize=868424 CPUtime=15.73
/proc/20472/stat : 20472 (java) S 20470 20472 19305 0 -1 0 16928 336 1 0 1559 13 1 0 18 0 9 0 2005959414 889266176 10869 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/20472/statm: 217106 10869 2631 9 0 211612 0
[pid=20472/tid=20474] ppid=20470 vsize=868424 CPUtime=15.32
/proc/20472/task/20474/stat : 20474 (java) R 20470 20472 19305 0 -1 64 12399 336 1 0 1521 10 1 0 25 0 9 0 2005959416 889266176 10869 996147200 134512640 134550740 4294955968 18446744073709551615 4127040245 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=20472/tid=20475] ppid=20470 vsize=868424 CPUtime=0.05
/proc/20472/task/20475/stat : 20475 (java) S 20470 20472 19305 0 -1 64 2670 336 0 0 4 0 1 0 16 0 9 0 2005959417 889266176 10869 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=20472/tid=20476] ppid=20470 vsize=868424 CPUtime=0.01
/proc/20472/task/20476/stat : 20476 (java) S 20470 20472 19305 0 -1 64 14 336 0 0 0 0 1 0 16 0 9 0 2005959418 889266176 10869 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=20472/tid=20477] ppid=20470 vsize=868424 CPUtime=0.01
/proc/20472/task/20477/stat : 20477 (java) S 20470 20472 19305 0 -1 64 12 336 0 0 0 0 1 0 16 0 9 0 2005959418 889266176 10869 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=20472/tid=20478] ppid=20470 vsize=868424 CPUtime=0.01
/proc/20472/task/20478/stat : 20478 (java) S 20470 20472 19305 0 -1 64 1 336 0 0 0 0 1 0 18 0 9 0 2005959420 889266176 10869 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=20472/tid=20479] ppid=20470 vsize=868424 CPUtime=0.33
/proc/20472/task/20479/stat : 20479 (java) S 20470 20472 19305 0 -1 64 982 336 0 0 32 0 1 0 16 0 9 0 2005959420 889266176 10869 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=20472/tid=20480] ppid=20470 vsize=868424 CPUtime=0.01
/proc/20472/task/20480/stat : 20480 (java) S 20470 20472 19305 0 -1 64 2 336 0 0 0 0 1 0 19 0 9 0 2005959420 889266176 10869 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=20472/tid=20481] ppid=20470 vsize=868424 CPUtime=0.01
/proc/20472/task/20481/stat : 20481 (java) S 20470 20472 19305 0 -1 64 37 336 0 0 0 0 1 0 15 0 9 0 2005959420 889266176 10869 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 15.73
Current children cumulated vsize (KiB) 868424

[startup+17.5011 s]
/proc/loadavg: 2.00 2.00 1.98 3/90 20485
/proc/meminfo: memFree=1714536/2055920 swapFree=4180500/4192956
[pid=20472] ppid=20470 vsize=868424 CPUtime=17.31
/proc/20472/stat : 20472 (java) S 20470 20472 19305 0 -1 0 16928 336 1 0 1717 13 1 0 18 0 9 0 2005959414 889266176 10869 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/20472/statm: 217106 10869 2631 9 0 211612 0
[pid=20472/tid=20474] ppid=20470 vsize=868424 CPUtime=16.9
/proc/20472/task/20474/stat : 20474 (java) R 20470 20472 19305 0 -1 64 12399 336 1 0 1679 10 1 0 25 0 9 0 2005959416 889266176 10869 996147200 134512640 134550740 4294955968 18446744073709551615 4127045895 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=20472/tid=20475] ppid=20470 vsize=868424 CPUtime=0.05
/proc/20472/task/20475/stat : 20475 (java) S 20470 20472 19305 0 -1 64 2670 336 0 0 4 0 1 0 16 0 9 0 2005959417 889266176 10869 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=20472/tid=20476] ppid=20470 vsize=868424 CPUtime=0.01
/proc/20472/task/20476/stat : 20476 (java) S 20470 20472 19305 0 -1 64 14 336 0 0 0 0 1 0 16 0 9 0 2005959418 889266176 10869 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=20472/tid=20477] ppid=20470 vsize=868424 CPUtime=0.01
/proc/20472/task/20477/stat : 20477 (java) S 20470 20472 19305 0 -1 64 12 336 0 0 0 0 1 0 16 0 9 0 2005959418 889266176 10869 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=20472/tid=20478] ppid=20470 vsize=868424 CPUtime=0.01
/proc/20472/task/20478/stat : 20478 (java) S 20470 20472 19305 0 -1 64 1 336 0 0 0 0 1 0 18 0 9 0 2005959420 889266176 10869 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=20472/tid=20479] ppid=20470 vsize=868424 CPUtime=0.33
/proc/20472/task/20479/stat : 20479 (java) S 20470 20472 19305 0 -1 64 982 336 0 0 32 0 1 0 16 0 9 0 2005959420 889266176 10869 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=20472/tid=20480] ppid=20470 vsize=868424 CPUtime=0.01
/proc/20472/task/20480/stat : 20480 (java) S 20470 20472 19305 0 -1 64 2 336 0 0 0 0 1 0 19 0 9 0 2005959420 889266176 10869 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=20472/tid=20481] ppid=20470 vsize=868424 CPUtime=0.01
/proc/20472/task/20481/stat : 20481 (java) S 20470 20472 19305 0 -1 64 37 336 0 0 0 0 1 0 15 0 9 0 2005959420 889266176 10869 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 17.31
Current children cumulated vsize (KiB) 868424

[startup+18.3012 s]
/proc/loadavg: 2.00 2.00 1.98 3/90 20485
/proc/meminfo: memFree=1714536/2055920 swapFree=4180500/4192956
[pid=20472] ppid=20470 vsize=868424 CPUtime=18.1
/proc/20472/stat : 20472 (java) S 20470 20472 19305 0 -1 0 16928 336 1 0 1796 13 1 0 18 0 9 0 2005959414 889266176 10869 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/20472/statm: 217106 10869 2631 9 0 211612 0
[pid=20472/tid=20474] ppid=20470 vsize=868424 CPUtime=17.69
/proc/20472/task/20474/stat : 20474 (java) R 20470 20472 19305 0 -1 64 12399 336 1 0 1758 10 1 0 25 0 9 0 2005959416 889266176 10869 996147200 134512640 134550740 4294955968 18446744073709551615 4127050806 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=20472/tid=20475] ppid=20470 vsize=868424 CPUtime=0.05
/proc/20472/task/20475/stat : 20475 (java) S 20470 20472 19305 0 -1 64 2670 336 0 0 4 0 1 0 16 0 9 0 2005959417 889266176 10869 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=20472/tid=20476] ppid=20470 vsize=868424 CPUtime=0.01
/proc/20472/task/20476/stat : 20476 (java) S 20470 20472 19305 0 -1 64 14 336 0 0 0 0 1 0 16 0 9 0 2005959418 889266176 10869 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=20472/tid=20477] ppid=20470 vsize=868424 CPUtime=0.01
/proc/20472/task/20477/stat : 20477 (java) S 20470 20472 19305 0 -1 64 12 336 0 0 0 0 1 0 16 0 9 0 2005959418 889266176 10869 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=20472/tid=20478] ppid=20470 vsize=868424 CPUtime=0.01
/proc/20472/task/20478/stat : 20478 (java) S 20470 20472 19305 0 -1 64 1 336 0 0 0 0 1 0 18 0 9 0 2005959420 889266176 10869 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=20472/tid=20479] ppid=20470 vsize=868424 CPUtime=0.33
/proc/20472/task/20479/stat : 20479 (java) S 20470 20472 19305 0 -1 64 982 336 0 0 32 0 1 0 16 0 9 0 2005959420 889266176 10869 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=20472/tid=20480] ppid=20470 vsize=868424 CPUtime=0.01
/proc/20472/task/20480/stat : 20480 (java) S 20470 20472 19305 0 -1 64 2 336 0 0 0 0 1 0 19 0 9 0 2005959420 889266176 10869 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=20472/tid=20481] ppid=20470 vsize=868424 CPUtime=0.01
/proc/20472/task/20481/stat : 20481 (java) S 20470 20472 19305 0 -1 64 37 336 0 0 0 0 1 0 15 0 9 0 2005959420 889266176 10869 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 18.1
Current children cumulated vsize (KiB) 868424

[startup+19.1014 s]
/proc/loadavg: 2.00 2.00 1.98 3/90 20485
/proc/meminfo: memFree=1714536/2055920 swapFree=4180500/4192956
[pid=20472] ppid=20470 vsize=868424 CPUtime=18.89
/proc/20472/stat : 20472 (java) S 20470 20472 19305 0 -1 0 16928 336 1 0 1875 13 1 0 18 0 9 0 2005959414 889266176 10869 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/20472/statm: 217106 10869 2631 9 0 211612 0
[pid=20472/tid=20474] ppid=20470 vsize=868424 CPUtime=18.48
/proc/20472/task/20474/stat : 20474 (java) R 20470 20472 19305 0 -1 64 12399 336 1 0 1837 10 1 0 25 0 9 0 2005959416 889266176 10869 996147200 134512640 134550740 4294955968 18446744073709551615 4127078194 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=20472/tid=20475] ppid=20470 vsize=868424 CPUtime=0.05
/proc/20472/task/20475/stat : 20475 (java) S 20470 20472 19305 0 -1 64 2670 336 0 0 4 0 1 0 16 0 9 0 2005959417 889266176 10869 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=20472/tid=20476] ppid=20470 vsize=868424 CPUtime=0.01
/proc/20472/task/20476/stat : 20476 (java) S 20470 20472 19305 0 -1 64 14 336 0 0 0 0 1 0 16 0 9 0 2005959418 889266176 10869 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=20472/tid=20477] ppid=20470 vsize=868424 CPUtime=0.01
/proc/20472/task/20477/stat : 20477 (java) S 20470 20472 19305 0 -1 64 12 336 0 0 0 0 1 0 16 0 9 0 2005959418 889266176 10869 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=20472/tid=20478] ppid=20470 vsize=868424 CPUtime=0.01
/proc/20472/task/20478/stat : 20478 (java) S 20470 20472 19305 0 -1 64 1 336 0 0 0 0 1 0 18 0 9 0 2005959420 889266176 10869 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=20472/tid=20479] ppid=20470 vsize=868424 CPUtime=0.33
/proc/20472/task/20479/stat : 20479 (java) S 20470 20472 19305 0 -1 64 982 336 0 0 32 0 1 0 16 0 9 0 2005959420 889266176 10869 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=20472/tid=20480] ppid=20470 vsize=868424 CPUtime=0.01
/proc/20472/task/20480/stat : 20480 (java) S 20470 20472 19305 0 -1 64 2 336 0 0 0 0 1 0 19 0 9 0 2005959420 889266176 10869 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=20472/tid=20481] ppid=20470 vsize=868424 CPUtime=0.01
/proc/20472/task/20481/stat : 20481 (java) S 20470 20472 19305 0 -1 64 37 336 0 0 0 0 1 0 15 0 9 0 2005959420 889266176 10869 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 18.89
Current children cumulated vsize (KiB) 868424

[startup+19.3014 s]
/proc/loadavg: 2.00 2.00 1.98 3/90 20485
/proc/meminfo: memFree=1714536/2055920 swapFree=4180500/4192956
[pid=20472] ppid=20470 vsize=868424 CPUtime=19.09
/proc/20472/stat : 20472 (java) S 20470 20472 19305 0 -1 0 16928 336 1 0 1895 13 1 0 18 0 9 0 2005959414 889266176 10869 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/20472/statm: 217106 10869 2631 9 0 211612 0
[pid=20472/tid=20474] ppid=20470 vsize=868424 CPUtime=18.68
/proc/20472/task/20474/stat : 20474 (java) R 20470 20472 19305 0 -1 64 12399 336 1 0 1857 10 1 0 25 0 9 0 2005959416 889266176 10869 996147200 134512640 134550740 4294955968 18446744073709551615 4127040767 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=20472/tid=20475] ppid=20470 vsize=868424 CPUtime=0.05
/proc/20472/task/20475/stat : 20475 (java) S 20470 20472 19305 0 -1 64 2670 336 0 0 4 0 1 0 16 0 9 0 2005959417 889266176 10869 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=20472/tid=20476] ppid=20470 vsize=868424 CPUtime=0.01
/proc/20472/task/20476/stat : 20476 (java) S 20470 20472 19305 0 -1 64 14 336 0 0 0 0 1 0 16 0 9 0 2005959418 889266176 10869 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=20472/tid=20477] ppid=20470 vsize=868424 CPUtime=0.01
/proc/20472/task/20477/stat : 20477 (java) S 20470 20472 19305 0 -1 64 12 336 0 0 0 0 1 0 16 0 9 0 2005959418 889266176 10869 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=20472/tid=20478] ppid=20470 vsize=868424 CPUtime=0.01
/proc/20472/task/20478/stat : 20478 (java) S 20470 20472 19305 0 -1 64 1 336 0 0 0 0 1 0 18 0 9 0 2005959420 889266176 10869 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=20472/tid=20479] ppid=20470 vsize=868424 CPUtime=0.33
/proc/20472/task/20479/stat : 20479 (java) S 20470 20472 19305 0 -1 64 982 336 0 0 32 0 1 0 16 0 9 0 2005959420 889266176 10869 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=20472/tid=20480] ppid=20470 vsize=868424 CPUtime=0.01
/proc/20472/task/20480/stat : 20480 (java) S 20470 20472 19305 0 -1 64 2 336 0 0 0 0 1 0 19 0 9 0 2005959420 889266176 10869 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=20472/tid=20481] ppid=20470 vsize=868424 CPUtime=0.01
/proc/20472/task/20481/stat : 20481 (java) S 20470 20472 19305 0 -1 64 37 336 0 0 0 0 1 0 15 0 9 0 2005959420 889266176 10869 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 19.09
Current children cumulated vsize (KiB) 868424

Child status: 0
Real time (s): 19.3755
CPU time (s): 19.1331
CPU user time (s): 18.9861
CPU system time (s): 0.146977
CPU usage (%): 98.749
Max. virtual memory (cumulated for all children) (KiB): 868424

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 18.9861
system time used= 0.146977
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 17393
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= 1671
involuntary context switches= 2284

runsolver used 0.027995 second user time and 0.072988 second system time

The end

Launcher Data (download as text)

Begin job on node59 at 2008-07-05 16:58:00
IDJOB=1089941
IDBENCH=58353
IDSOLVER=364
FILE ID=node59/1089941-1215269880
PBS_JOBID= 7882121
Free space on /tmp= 66504 MiB

SOLVER NAME= Abscon 112v4 ESAC
BENCH NAME= CPAI08/csp/graphColoring/sgb/queen/normalized-queen8-8-9.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-1089941-1215269880/watcher-1089941-1215269880 -o /tmp/evaluation-result-1089941-1215269880/solver-1089941-1215269880 -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-1089941-1215269880.xml

TIME LIMIT= 1800 seconds
MEMORY LIMIT= 900 MiB

MD5SUM BENCH= 11b19c7d39bfec2562dcd35eea8e40b2
RANDOM SEED=18142760

node59.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.261
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.261
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:       1748688 kB
Buffers:         28736 kB
Cached:         197376 kB
SwapCached:       6176 kB
Active:         166108 kB
Inactive:        86796 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1748688 kB
SwapTotal:     4192956 kB
SwapFree:      4180500 kB
Dirty:            2092 kB
Writeback:           0 kB
Mapped:          43204 kB
Slab:            39304 kB
Committed_AS:  4142988 kB
PageTables:       1964 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= 66500 MiB
End job on node59 at 2008-07-05 16:58:20