Trace number 1096633

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 17.8253 18.0023

DiagnosticValue
CHECKS66778900
NODES79808

General information on the benchmark

Namecsp/tightness0.2/
normalized-rand-2-40-11-414-200-32_ext.xml
MD5SUM44435c4e170248de88e14f41eec9160b
Bench Category2-ARY-EXT (binary constraints in extension)
Best result obtained on this benchmarkSAT
Best CPU time to get the best result obtained on this benchmark1.55176
Satisfiable
(Un)Satisfiability was proved
Number of variables40
Number of constraints414
Maximum constraint arity2
Maximum domain size11
Number of constraints which are defined in extension414
Number of constraints which are defined in intension0
Global constraints used (with number of constraints)

Solver Data (download as text)

0.00/0.08	
0.00/0.08	Abscon 112 (May, 2008)
0.19/0.23	
0.19/0.23	   configuration
0.19/0.23	     name=esac.xml
0.19/0.27	   
0.19/0.27	   instance
0.19/0.27	     name=HOME/instance-1096633-1215281146.xml
0.29/0.30	   
0.29/0.30	   domains being loaded...
0.29/0.31	   
0.29/0.31	   variables being loaded...
0.29/0.34	     nbVariables=40  nbDomainTypes=1  minDomainSize=11  maxDomainSize=11  nbTotalValues=440
0.29/0.34	       =>  wckTime=0.101  cpuTime=0.09  mem=7M919
0.29/0.34	   
0.29/0.34	   relations being loaded...
0.38/0.43	   
0.38/0.44	   constraints being loaded...
0.58/0.62	     nbConstraints=414  nbRelationTypes=414  nbExtensionStructures=414  nbSharedExtensionStructures=0
0.58/0.62	     nbConflictsStructures=414  nbSharedConflictsStructures=0  nbSharedBinaryRepresentations=8228  minDegree=14
0.58/0.62	     maxDegree=25  minArity=2  maxArity=2  nbGenerators=0  nbFusions=0  symmetryWckTime=0.057  symmetryCpuTime=0.03
0.58/0.62	       =>  wckTime=0.384  cpuTime=0.26  mem=16M730
0.58/0.69	   
0.58/0.69	   solver IterativeSystematicSolver being built... 
0.79/0.80	       =>  wckTime=0.569  cpuTime=0.38  mem=20M285
0.79/0.86	   
0.79/0.86	   preprocessing
0.79/0.86	     nbConstraintChecks=32363  nbPropagations=873  nbRevisions=5499  nbUselessRevisions=4420  nbSingletonTests=51
0.79/0.86	     nbEffectiveSingletonTests=0  nbACRemovals=0  nbFoundSingletons=0  nbRemovedValues=0  detectedInconsistency=no
0.79/0.86	       =>  wckTime=0.052  cpuTime=0.03  mem=20M285
0.90/0.96	   
0.90/0.96	   INFO : Stopping use of transposition table (mapSize=101, nbTooLargekeys=0, mem=21M310)
17.73/17.96	   
17.73/17.96	   search
17.73/17.96	     run=17  nbConstraintChecks=66746562  minDepth=0  maxDepth=40  nbPropagations=3934175  nbRevisions=58217203
17.73/17.96	     nbUselessRevisions=48520282  nbAssignments=79808  nbFailedAssignments=25578  nbInferredBacktracks=6
17.73/17.96	     nbBacktracks=54057  nbVisitedNodes=132817  nbRestartNogoods=104  nbFoundSolutions=1  nbSEliminables=9.17
17.73/17.96	     nbREliminables=1.25  nbIEliminables=0.09  nbDEliminables=0  nbPEliminables=0
17.73/17.96	       =>  wckTime=17.155  cpuTime=16.9  mem=21M310
17.73/17.96	   
17.73/17.96	   global
17.73/17.96	     nbConstraintChecks=66778925  nbPropagations=3935048  nbRevisions=58222702  nbUselessRevisions=48524702
17.73/17.96	     nbRestartNogoods=104  solvingWckTime=17.158  solvingCpuTime=16.9  expiredTime=no  totalExploration=no
17.73/17.96	     nbFoundSolutions=1  firstSolutionCpuTime=17.28  globalCpuTime=17.32
17.73/17.96	       =>  wckTime=17.728  cpuTime=17.29  mem=21M310
17.73/17.96	   
17.73/17.96	s SATISFIABLE
17.73/17.96	v 6 7 3 10 9 3 0 4 6 9 8 2 1 4 6 2 2 9 8 10 3 10 6 6 2 2 2 4 3 5 5 9 7 4 3 4 8 8 5 3 
17.73/17.96	d NODES 79808
17.73/17.96	d CHECKS 66778925
17.73/17.97	   
17.73/17.97	   totalWckTime=17.794  totalCpuTime=17.33

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-1096633-1215281146/watcher-1096633-1215281146 -o /tmp/evaluation-result-1096633-1215281146/solver-1096633-1215281146 -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-1096633-1215281146.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: 1.88 1.97 1.98 4/74 26444
/proc/meminfo: memFree=1686856/2055920 swapFree=4179680/4192956
[pid=26444] ppid=26442 vsize=308 CPUtime=0
/proc/26444/stat : 26444 (java) R 26442 26444 23823 0 -1 0 219 0 0 0 0 0 0 0 18 0 1 0 2007087214 315392 39 996147200 134512640 134550740 4294955968 18446744073709551615 1819428 0 0 4096 0 0 0 0 17 0 0 0
/proc/26444/statm: 77 41 31 9 0 6 0

[startup+0.00944906 s]
/proc/loadavg: 1.88 1.97 1.98 4/74 26444
/proc/meminfo: memFree=1686856/2055920 swapFree=4179680/4192956
[pid=26444] ppid=26442 vsize=10620 CPUtime=0
/proc/26444/stat : 26444 (java) S 26442 26444 23823 0 -1 0 687 0 0 0 0 0 0 0 18 0 2 0 2007087214 10874880 482 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 4096 0 18446744073709551615 0 0 17 0 0 0
/proc/26444/statm: 2655 481 212 9 0 1185 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 10620

[startup+0.101471 s]
/proc/loadavg: 1.88 1.97 1.98 4/74 26444
/proc/meminfo: memFree=1686856/2055920 swapFree=4179680/4192956
[pid=26444] ppid=26442 vsize=865884 CPUtime=0.09
/proc/26444/stat : 26444 (java) S 26442 26444 23823 0 -1 0 3811 0 1 0 6 3 0 0 18 0 9 0 2007087214 886665216 3262 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/26444/statm: 216471 3262 1725 9 0 211026 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 865884

[startup+0.301511 s]
/proc/loadavg: 1.88 1.97 1.98 4/74 26444
/proc/meminfo: memFree=1686856/2055920 swapFree=4179680/4192956
[pid=26444] ppid=26442 vsize=866400 CPUtime=0.29
/proc/26444/stat : 26444 (java) S 26442 26444 23823 0 -1 0 6078 0 1 0 24 5 0 0 18 0 9 0 2007087214 887193600 5448 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/26444/statm: 216600 5448 1961 9 0 211128 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 866400

[startup+0.702597 s]
/proc/loadavg: 1.88 1.97 1.98 4/74 26444
/proc/meminfo: memFree=1686856/2055920 swapFree=4179680/4192956
[pid=26444] ppid=26442 vsize=867420 CPUtime=0.67
/proc/26444/stat : 26444 (java) S 26442 26444 23823 0 -1 0 12932 168 1 0 60 7 0 0 18 0 10 0 2007087214 888238080 9157 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/26444/statm: 216855 9157 2629 9 0 211361 0
Current children cumulated CPU time (s) 0.67
Current children cumulated vsize (KiB) 867420

[startup+1.50176 s]
/proc/loadavg: 1.88 1.97 1.98 3/83 26457
/proc/meminfo: memFree=1655152/2055920 swapFree=4179680/4192956
[pid=26444] ppid=26442 vsize=867544 CPUtime=1.48
/proc/26444/stat : 26444 (java) S 26442 26444 23823 0 -1 0 16322 290 1 0 139 9 0 0 18 0 9 0 2007087214 888365056 10500 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/26444/statm: 216886 10500 2632 9 0 211392 0
[pid=26444/tid=26446] ppid=26442 vsize=867544 CPUtime=1.16
/proc/26444/task/26446/stat : 26446 (java) R 26442 26444 23823 0 -1 64 11875 290 1 0 109 7 0 0 22 0 9 0 2007087215 888365056 10500 996147200 134512640 134550740 4294955968 18446744073709551615 4126913742 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=26444/tid=26447] ppid=26442 vsize=867544 CPUtime=0.04
/proc/26444/task/26447/stat : 26447 (java) S 26442 26444 23823 0 -1 64 2927 290 0 0 4 0 0 0 17 0 9 0 2007087216 888365056 10500 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=26444/tid=26448] ppid=26442 vsize=867544 CPUtime=0
/proc/26444/task/26448/stat : 26448 (java) S 26442 26444 23823 0 -1 64 16 290 0 0 0 0 0 0 16 0 9 0 2007087217 888365056 10500 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=26444/tid=26449] ppid=26442 vsize=867544 CPUtime=0
/proc/26444/task/26449/stat : 26449 (java) S 26442 26444 23823 0 -1 64 9 290 0 0 0 0 0 0 16 0 9 0 2007087217 888365056 10500 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=26444/tid=26450] ppid=26442 vsize=867544 CPUtime=0
/proc/26444/task/26450/stat : 26450 (java) S 26442 26444 23823 0 -1 64 1 290 0 0 0 0 0 0 24 0 9 0 2007087219 888365056 10500 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=26444/tid=26451] ppid=26442 vsize=867544 CPUtime=0.25
/proc/26444/task/26451/stat : 26451 (java) S 26442 26444 23823 0 -1 64 687 290 0 0 25 0 0 0 16 0 9 0 2007087219 888365056 10500 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=26444/tid=26452] ppid=26442 vsize=867544 CPUtime=0
/proc/26444/task/26452/stat : 26452 (java) S 26442 26444 23823 0 -1 64 1 290 0 0 0 0 0 0 25 0 9 0 2007087219 888365056 10500 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=26444/tid=26453] ppid=26442 vsize=867544 CPUtime=0
/proc/26444/task/26453/stat : 26453 (java) S 26442 26444 23823 0 -1 64 3 290 0 0 0 0 0 0 15 0 9 0 2007087219 888365056 10500 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1.48
Current children cumulated vsize (KiB) 867544

[startup+3.10109 s]
/proc/loadavg: 1.88 1.97 1.98 3/83 26457
/proc/meminfo: memFree=1654960/2055920 swapFree=4179680/4192956
[pid=26444] ppid=26442 vsize=867544 CPUtime=3.07
/proc/26444/stat : 26444 (java) S 26442 26444 23823 0 -1 0 16328 290 1 0 298 9 0 0 18 0 9 0 2007087214 888365056 10504 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/26444/statm: 216886 10504 2632 9 0 211392 0
[pid=26444/tid=26446] ppid=26442 vsize=867544 CPUtime=2.74
/proc/26444/task/26446/stat : 26446 (java) R 26442 26444 23823 0 -1 64 11879 290 1 0 267 7 0 0 19 0 9 0 2007087215 888365056 10504 996147200 134512640 134550740 4294955968 18446744073709551615 4126871820 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=26444/tid=26447] ppid=26442 vsize=867544 CPUtime=0.04
/proc/26444/task/26447/stat : 26447 (java) S 26442 26444 23823 0 -1 64 2927 290 0 0 4 0 0 0 16 0 9 0 2007087216 888365056 10504 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=26444/tid=26448] ppid=26442 vsize=867544 CPUtime=0
/proc/26444/task/26448/stat : 26448 (java) S 26442 26444 23823 0 -1 64 16 290 0 0 0 0 0 0 16 0 9 0 2007087217 888365056 10504 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=26444/tid=26449] ppid=26442 vsize=867544 CPUtime=0
/proc/26444/task/26449/stat : 26449 (java) S 26442 26444 23823 0 -1 64 9 290 0 0 0 0 0 0 16 0 9 0 2007087217 888365056 10504 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=26444/tid=26450] ppid=26442 vsize=867544 CPUtime=0
/proc/26444/task/26450/stat : 26450 (java) S 26442 26444 23823 0 -1 64 1 290 0 0 0 0 0 0 24 0 9 0 2007087219 888365056 10504 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=26444/tid=26451] ppid=26442 vsize=867544 CPUtime=0.25
/proc/26444/task/26451/stat : 26451 (java) S 26442 26444 23823 0 -1 64 689 290 0 0 25 0 0 0 16 0 9 0 2007087219 888365056 10504 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=26444/tid=26452] ppid=26442 vsize=867544 CPUtime=0
/proc/26444/task/26452/stat : 26452 (java) S 26442 26444 23823 0 -1 64 1 290 0 0 0 0 0 0 25 0 9 0 2007087219 888365056 10504 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=26444/tid=26453] ppid=26442 vsize=867544 CPUtime=0
/proc/26444/task/26453/stat : 26453 (java) S 26442 26444 23823 0 -1 64 3 290 0 0 0 0 0 0 15 0 9 0 2007087219 888365056 10504 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 3.07
Current children cumulated vsize (KiB) 867544

[startup+6.30175 s]
/proc/loadavg: 1.89 1.97 1.98 3/83 26457
/proc/meminfo: memFree=1654832/2055920 swapFree=4179680/4192956
[pid=26444] ppid=26442 vsize=867544 CPUtime=6.25
/proc/26444/stat : 26444 (java) S 26442 26444 23823 0 -1 0 16343 290 1 0 615 10 0 0 18 0 9 0 2007087214 888365056 10506 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/26444/statm: 216886 10506 2632 9 0 211392 0
[pid=26444/tid=26446] ppid=26442 vsize=867544 CPUtime=5.91
/proc/26444/task/26446/stat : 26446 (java) R 26442 26444 23823 0 -1 64 11883 290 1 0 584 7 0 0 25 0 9 0 2007087215 888365056 10506 996147200 134512640 134550740 4294955968 18446744073709551615 4126867187 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=26444/tid=26447] ppid=26442 vsize=867544 CPUtime=0.04
/proc/26444/task/26447/stat : 26447 (java) S 26442 26444 23823 0 -1 64 2927 290 0 0 4 0 0 0 16 0 9 0 2007087216 888365056 10506 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=26444/tid=26448] ppid=26442 vsize=867544 CPUtime=0
/proc/26444/task/26448/stat : 26448 (java) S 26442 26444 23823 0 -1 64 16 290 0 0 0 0 0 0 16 0 9 0 2007087217 888365056 10506 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=26444/tid=26449] ppid=26442 vsize=867544 CPUtime=0
/proc/26444/task/26449/stat : 26449 (java) S 26442 26444 23823 0 -1 64 9 290 0 0 0 0 0 0 16 0 9 0 2007087217 888365056 10506 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=26444/tid=26450] ppid=26442 vsize=867544 CPUtime=0
/proc/26444/task/26450/stat : 26450 (java) S 26442 26444 23823 0 -1 64 1 290 0 0 0 0 0 0 24 0 9 0 2007087219 888365056 10506 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=26444/tid=26451] ppid=26442 vsize=867544 CPUtime=0.26
/proc/26444/task/26451/stat : 26451 (java) S 26442 26444 23823 0 -1 64 689 290 0 0 26 0 0 0 16 0 9 0 2007087219 888365056 10506 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=26444/tid=26452] ppid=26442 vsize=867544 CPUtime=0
/proc/26444/task/26452/stat : 26452 (java) S 26442 26444 23823 0 -1 64 1 290 0 0 0 0 0 0 25 0 9 0 2007087219 888365056 10506 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=26444/tid=26453] ppid=26442 vsize=867544 CPUtime=0
/proc/26444/task/26453/stat : 26453 (java) S 26442 26444 23823 0 -1 64 14 290 0 0 0 0 0 0 15 0 9 0 2007087219 888365056 10506 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 6.25
Current children cumulated vsize (KiB) 867544

[startup+12.7011 s]
/proc/loadavg: 1.90 1.97 1.98 3/83 26457
/proc/meminfo: memFree=1654648/2055920 swapFree=4179680/4192956
[pid=26444] ppid=26442 vsize=867544 CPUtime=12.58
/proc/26444/stat : 26444 (java) S 26442 26444 23823 0 -1 0 16344 290 1 0 1248 10 0 0 18 0 9 0 2007087214 888365056 10507 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/26444/statm: 216886 10507 2632 9 0 211392 0
[pid=26444/tid=26446] ppid=26442 vsize=867544 CPUtime=12.24
/proc/26444/task/26446/stat : 26446 (java) R 26442 26444 23823 0 -1 64 11884 290 1 0 1217 7 0 0 25 0 9 0 2007087215 888365056 10507 996147200 134512640 134550740 4294955968 18446744073709551615 4126888442 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=26444/tid=26447] ppid=26442 vsize=867544 CPUtime=0.04
/proc/26444/task/26447/stat : 26447 (java) S 26442 26444 23823 0 -1 64 2927 290 0 0 4 0 0 0 16 0 9 0 2007087216 888365056 10507 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=26444/tid=26448] ppid=26442 vsize=867544 CPUtime=0
/proc/26444/task/26448/stat : 26448 (java) S 26442 26444 23823 0 -1 64 16 290 0 0 0 0 0 0 16 0 9 0 2007087217 888365056 10507 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=26444/tid=26449] ppid=26442 vsize=867544 CPUtime=0
/proc/26444/task/26449/stat : 26449 (java) S 26442 26444 23823 0 -1 64 9 290 0 0 0 0 0 0 16 0 9 0 2007087217 888365056 10507 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=26444/tid=26450] ppid=26442 vsize=867544 CPUtime=0
/proc/26444/task/26450/stat : 26450 (java) S 26442 26444 23823 0 -1 64 1 290 0 0 0 0 0 0 24 0 9 0 2007087219 888365056 10507 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=26444/tid=26451] ppid=26442 vsize=867544 CPUtime=0.26
/proc/26444/task/26451/stat : 26451 (java) S 26442 26444 23823 0 -1 64 689 290 0 0 26 0 0 0 16 0 9 0 2007087219 888365056 10507 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=26444/tid=26452] ppid=26442 vsize=867544 CPUtime=0
/proc/26444/task/26452/stat : 26452 (java) S 26442 26444 23823 0 -1 64 1 290 0 0 0 0 0 0 25 0 9 0 2007087219 888365056 10507 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=26444/tid=26453] ppid=26442 vsize=867544 CPUtime=0
/proc/26444/task/26453/stat : 26453 (java) S 26442 26444 23823 0 -1 64 14 290 0 0 0 0 0 0 15 0 9 0 2007087219 888365056 10507 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 12.58
Current children cumulated vsize (KiB) 867544

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

[startup+15.9027 s]
/proc/loadavg: 1.91 1.97 1.98 3/83 26457
/proc/meminfo: memFree=1654656/2055920 swapFree=4179680/4192956
[pid=26444] ppid=26442 vsize=867544 CPUtime=15.75
/proc/26444/stat : 26444 (java) S 26442 26444 23823 0 -1 0 16345 290 1 0 1565 10 0 0 18 0 9 0 2007087214 888365056 10508 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/26444/statm: 216886 10508 2632 9 0 211392 0
[pid=26444/tid=26446] ppid=26442 vsize=867544 CPUtime=15.41
/proc/26444/task/26446/stat : 26446 (java) R 26442 26444 23823 0 -1 64 11885 290 1 0 1534 7 0 0 25 0 9 0 2007087215 888365056 10508 996147200 134512640 134550740 4294955968 18446744073709551615 4126867671 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=26444/tid=26447] ppid=26442 vsize=867544 CPUtime=0.04
/proc/26444/task/26447/stat : 26447 (java) S 26442 26444 23823 0 -1 64 2927 290 0 0 4 0 0 0 16 0 9 0 2007087216 888365056 10508 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=26444/tid=26448] ppid=26442 vsize=867544 CPUtime=0
/proc/26444/task/26448/stat : 26448 (java) S 26442 26444 23823 0 -1 64 16 290 0 0 0 0 0 0 16 0 9 0 2007087217 888365056 10508 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=26444/tid=26449] ppid=26442 vsize=867544 CPUtime=0
/proc/26444/task/26449/stat : 26449 (java) S 26442 26444 23823 0 -1 64 9 290 0 0 0 0 0 0 16 0 9 0 2007087217 888365056 10508 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=26444/tid=26450] ppid=26442 vsize=867544 CPUtime=0
/proc/26444/task/26450/stat : 26450 (java) S 26442 26444 23823 0 -1 64 1 290 0 0 0 0 0 0 24 0 9 0 2007087219 888365056 10508 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=26444/tid=26451] ppid=26442 vsize=867544 CPUtime=0.26
/proc/26444/task/26451/stat : 26451 (java) S 26442 26444 23823 0 -1 64 689 290 0 0 26 0 0 0 16 0 9 0 2007087219 888365056 10508 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=26444/tid=26452] ppid=26442 vsize=867544 CPUtime=0
/proc/26444/task/26452/stat : 26452 (java) S 26442 26444 23823 0 -1 64 1 290 0 0 0 0 0 0 25 0 9 0 2007087219 888365056 10508 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=26444/tid=26453] ppid=26442 vsize=867544 CPUtime=0
/proc/26444/task/26453/stat : 26453 (java) S 26442 26444 23823 0 -1 64 14 290 0 0 0 0 0 0 15 0 9 0 2007087219 888365056 10508 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 15.75
Current children cumulated vsize (KiB) 867544

[startup+16.7019 s]
/proc/loadavg: 1.91 1.97 1.98 3/83 26457
/proc/meminfo: memFree=1654656/2055920 swapFree=4179680/4192956
[pid=26444] ppid=26442 vsize=867544 CPUtime=16.54
/proc/26444/stat : 26444 (java) S 26442 26444 23823 0 -1 0 16345 290 1 0 1644 10 0 0 18 0 9 0 2007087214 888365056 10508 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/26444/statm: 216886 10508 2632 9 0 211392 0
[pid=26444/tid=26446] ppid=26442 vsize=867544 CPUtime=16.2
/proc/26444/task/26446/stat : 26446 (java) R 26442 26444 23823 0 -1 64 11885 290 1 0 1613 7 0 0 25 0 9 0 2007087215 888365056 10508 996147200 134512640 134550740 4294955968 18446744073709551615 4126874904 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=26444/tid=26447] ppid=26442 vsize=867544 CPUtime=0.04
/proc/26444/task/26447/stat : 26447 (java) S 26442 26444 23823 0 -1 64 2927 290 0 0 4 0 0 0 16 0 9 0 2007087216 888365056 10508 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=26444/tid=26448] ppid=26442 vsize=867544 CPUtime=0
/proc/26444/task/26448/stat : 26448 (java) S 26442 26444 23823 0 -1 64 16 290 0 0 0 0 0 0 16 0 9 0 2007087217 888365056 10508 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=26444/tid=26449] ppid=26442 vsize=867544 CPUtime=0
/proc/26444/task/26449/stat : 26449 (java) S 26442 26444 23823 0 -1 64 9 290 0 0 0 0 0 0 16 0 9 0 2007087217 888365056 10508 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=26444/tid=26450] ppid=26442 vsize=867544 CPUtime=0
/proc/26444/task/26450/stat : 26450 (java) S 26442 26444 23823 0 -1 64 1 290 0 0 0 0 0 0 24 0 9 0 2007087219 888365056 10508 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=26444/tid=26451] ppid=26442 vsize=867544 CPUtime=0.26
/proc/26444/task/26451/stat : 26451 (java) S 26442 26444 23823 0 -1 64 689 290 0 0 26 0 0 0 16 0 9 0 2007087219 888365056 10508 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=26444/tid=26452] ppid=26442 vsize=867544 CPUtime=0
/proc/26444/task/26452/stat : 26452 (java) S 26442 26444 23823 0 -1 64 1 290 0 0 0 0 0 0 25 0 9 0 2007087219 888365056 10508 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=26444/tid=26453] ppid=26442 vsize=867544 CPUtime=0
/proc/26444/task/26453/stat : 26453 (java) S 26442 26444 23823 0 -1 64 14 290 0 0 0 0 0 0 15 0 9 0 2007087219 888365056 10508 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 16.54
Current children cumulated vsize (KiB) 867544

[startup+17.5011 s]
/proc/loadavg: 1.91 1.97 1.98 3/83 26457
/proc/meminfo: memFree=1654656/2055920 swapFree=4179680/4192956
[pid=26444] ppid=26442 vsize=867544 CPUtime=17.34
/proc/26444/stat : 26444 (java) S 26442 26444 23823 0 -1 0 16345 290 1 0 1724 10 0 0 18 0 9 0 2007087214 888365056 10508 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/26444/statm: 216886 10508 2632 9 0 211392 0
[pid=26444/tid=26446] ppid=26442 vsize=867544 CPUtime=17
/proc/26444/task/26446/stat : 26446 (java) R 26442 26444 23823 0 -1 64 11885 290 1 0 1693 7 0 0 25 0 9 0 2007087215 888365056 10508 996147200 134512640 134550740 4294955968 18446744073709551615 4126867671 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=26444/tid=26447] ppid=26442 vsize=867544 CPUtime=0.04
/proc/26444/task/26447/stat : 26447 (java) S 26442 26444 23823 0 -1 64 2927 290 0 0 4 0 0 0 16 0 9 0 2007087216 888365056 10508 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=26444/tid=26448] ppid=26442 vsize=867544 CPUtime=0
/proc/26444/task/26448/stat : 26448 (java) S 26442 26444 23823 0 -1 64 16 290 0 0 0 0 0 0 16 0 9 0 2007087217 888365056 10508 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=26444/tid=26449] ppid=26442 vsize=867544 CPUtime=0
/proc/26444/task/26449/stat : 26449 (java) S 26442 26444 23823 0 -1 64 9 290 0 0 0 0 0 0 16 0 9 0 2007087217 888365056 10508 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=26444/tid=26450] ppid=26442 vsize=867544 CPUtime=0
/proc/26444/task/26450/stat : 26450 (java) S 26442 26444 23823 0 -1 64 1 290 0 0 0 0 0 0 24 0 9 0 2007087219 888365056 10508 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=26444/tid=26451] ppid=26442 vsize=867544 CPUtime=0.26
/proc/26444/task/26451/stat : 26451 (java) S 26442 26444 23823 0 -1 64 689 290 0 0 26 0 0 0 16 0 9 0 2007087219 888365056 10508 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=26444/tid=26452] ppid=26442 vsize=867544 CPUtime=0
/proc/26444/task/26452/stat : 26452 (java) S 26442 26444 23823 0 -1 64 1 290 0 0 0 0 0 0 25 0 9 0 2007087219 888365056 10508 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=26444/tid=26453] ppid=26442 vsize=867544 CPUtime=0
/proc/26444/task/26453/stat : 26453 (java) S 26442 26444 23823 0 -1 64 14 290 0 0 0 0 0 0 15 0 9 0 2007087219 888365056 10508 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 17.34
Current children cumulated vsize (KiB) 867544

[startup+17.9012 s]
/proc/loadavg: 1.91 1.97 1.98 3/83 26457
/proc/meminfo: memFree=1654656/2055920 swapFree=4179680/4192956
[pid=26444] ppid=26442 vsize=867544 CPUtime=17.73
/proc/26444/stat : 26444 (java) S 26442 26444 23823 0 -1 0 16345 290 1 0 1763 10 0 0 18 0 9 0 2007087214 888365056 10508 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/26444/statm: 216886 10508 2632 9 0 211392 0
[pid=26444/tid=26446] ppid=26442 vsize=867544 CPUtime=17.39
/proc/26444/task/26446/stat : 26446 (java) R 26442 26444 23823 0 -1 64 11885 290 1 0 1732 7 0 0 25 0 9 0 2007087215 888365056 10508 996147200 134512640 134550740 4294955968 18446744073709551615 4126867187 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=26444/tid=26447] ppid=26442 vsize=867544 CPUtime=0.04
/proc/26444/task/26447/stat : 26447 (java) S 26442 26444 23823 0 -1 64 2927 290 0 0 4 0 0 0 16 0 9 0 2007087216 888365056 10508 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=26444/tid=26448] ppid=26442 vsize=867544 CPUtime=0
/proc/26444/task/26448/stat : 26448 (java) S 26442 26444 23823 0 -1 64 16 290 0 0 0 0 0 0 16 0 9 0 2007087217 888365056 10508 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=26444/tid=26449] ppid=26442 vsize=867544 CPUtime=0
/proc/26444/task/26449/stat : 26449 (java) S 26442 26444 23823 0 -1 64 9 290 0 0 0 0 0 0 16 0 9 0 2007087217 888365056 10508 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=26444/tid=26450] ppid=26442 vsize=867544 CPUtime=0
/proc/26444/task/26450/stat : 26450 (java) S 26442 26444 23823 0 -1 64 1 290 0 0 0 0 0 0 24 0 9 0 2007087219 888365056 10508 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=26444/tid=26451] ppid=26442 vsize=867544 CPUtime=0.26
/proc/26444/task/26451/stat : 26451 (java) S 26442 26444 23823 0 -1 64 689 290 0 0 26 0 0 0 16 0 9 0 2007087219 888365056 10508 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=26444/tid=26452] ppid=26442 vsize=867544 CPUtime=0
/proc/26444/task/26452/stat : 26452 (java) S 26442 26444 23823 0 -1 64 1 290 0 0 0 0 0 0 25 0 9 0 2007087219 888365056 10508 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=26444/tid=26453] ppid=26442 vsize=867544 CPUtime=0
/proc/26444/task/26453/stat : 26453 (java) S 26442 26444 23823 0 -1 64 14 290 0 0 0 0 0 0 15 0 9 0 2007087219 888365056 10508 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 17.73
Current children cumulated vsize (KiB) 867544

[startup+18.0014 s]
/proc/loadavg: 1.91 1.97 1.98 3/83 26457
/proc/meminfo: memFree=1654656/2055920 swapFree=4179680/4192956
[pid=26444] ppid=26442 vsize=0 CPUtime=17.8
/proc/26444/stat : 26444 (java) Z 26442 26444 23823 0 -1 12 16476 290 1 0 1770 10 0 0 16 0 2 0 2007087214 0 0 996147200 0 0 0 0 0 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/26444/statm: 0 0 0 0 0 0 0
Current children cumulated CPU time (s) 17.8
Current children cumulated vsize (KiB) 0

Child status: 0
Real time (s): 18.0023
CPU time (s): 17.8253
CPU user time (s): 17.7093
CPU system time (s): 0.115982
CPU usage (%): 99.017
Max. virtual memory (cumulated for all children) (KiB): 867544

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 17.7093
system time used= 0.115982
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 16766
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= 1562
involuntary context switches= 1599

runsolver used 0.022996 second user time and 0.069989 second system time

The end

Launcher Data (download as text)

Begin job on node54 at 2008-07-05 20:05:46
IDJOB=1096633
IDBENCH=59199
IDSOLVER=364
FILE ID=node54/1096633-1215281146
PBS_JOBID= 7882186
Free space on /tmp= 66496 MiB

SOLVER NAME= Abscon 112v4 ESAC
BENCH NAME= CPAI08/csp/tightness0.2/normalized-rand-2-40-11-414-200-32_ext.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-1096633-1215281146/watcher-1096633-1215281146 -o /tmp/evaluation-result-1096633-1215281146/solver-1096633-1215281146 -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-1096633-1215281146.xml

TIME LIMIT= 1800 seconds
MEMORY LIMIT= 900 MiB

MD5SUM BENCH= 44435c4e170248de88e14f41eec9160b
RANDOM SEED=1122037500

node54.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.279
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.279
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:       1687272 kB
Buffers:         45440 kB
Cached:         222756 kB
SwapCached:       6932 kB
Active:         217536 kB
Inactive:        96872 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1687272 kB
SwapTotal:     4192956 kB
SwapFree:      4179680 kB
Dirty:            2476 kB
Writeback:           0 kB
Mapped:          53800 kB
Slab:            39368 kB
Committed_AS:  4002664 kB
PageTables:       1824 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= 66496 MiB
End job on node54 at 2008-07-05 20:06:04