Trace number 1049802

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 10.0005 10.1447

DiagnosticValue
CHECKS5845300
NODES2201

General information on the benchmark

Namecsp/pseudo/routing/
normalized-s3-3-3-1.xml
MD5SUM8b74482a9fe920deb5d6814210633746
Bench CategoryN-ARY-INT (n-ary constraints in intension)
Best result obtained on this benchmarkSAT
Best CPU time to get the best result obtained on this benchmark0.164974
Satisfiable
(Un)Satisfiability was proved
Number of variables216
Number of constraints584
Maximum constraint arity18
Maximum domain size2
Number of constraints which are defined in extension0
Number of constraints which are defined in intension584
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.26	   
0.19/0.26	   instance
0.19/0.26	     name=HOME/instance-1049802-1215046893.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.35	     nbVariables=216  nbDomainTypes=1  minDomainSize=2  maxDomainSize=2  nbTotalValues=432
0.29/0.35	       =>  wckTime=0.117  cpuTime=0.11  mem=7M853
0.29/0.35	   
0.29/0.35	   predicates being loaded...
0.39/0.43	   
0.39/0.43	   constraints being loaded...
0.69/0.78	     nbConstraints=298  nbGlobalConstraints=2  nbMergedConstraints=288  nbConvertedConstraints=138
0.69/0.78	     nbConvertConstraintsChecks=68  nbExtensionStructures=3  nbSharedExtensionStructures=135  nbConflictsStructures=8
0.69/0.78	     nbSharedConflictsStructures=276  nbUnbuiltConflictsStructures=1  nbSharedBinaryRepresentations=9
0.69/0.78	     nbEvaluationManagers=6  nbSharedEvaluationManagers=152  minDegree=3  maxDegree=9  minArity=2  avgArity=3.34
0.69/0.78	     maxArity=24  nbGenerators=2  nbFusions=0  symmetryWckTime=0.084  symmetryCpuTime=0.05
0.69/0.78	       =>  wckTime=0.548  cpuTime=0.4  mem=20M623
0.76/0.85	   
0.76/0.85	   solver IterativeSystematicSolver being built... 
0.87/0.92	   
0.87/0.93	   INFO : Forward propagation technique limited 
0.97/1.00	       =>  wckTime=0.77  cpuTime=0.53  mem=23M102
1.26/1.31	   
1.26/1.31	   preprocessing
1.26/1.31	     nbConstraintChecks=148376  nbValidityChecks=15742  nbPropagations=881  nbRevisions=9324  nbUselessRevisions=8863
1.26/1.31	     nbSingletonTests=315  nbEffectiveSingletonTests=0  nbACRemovals=0  nbFoundSingletons=0  nbRemovedValues=0
1.26/1.31	     detectedInconsistency=no
1.26/1.31	       =>  wckTime=0.305  cpuTime=0.28  mem=24M77
4.43/4.55	   
4.43/4.55	   INFO : Stopping use of transposition table (mapSize=101, nbTooLargekeys=0, mem=25M52)
9.88/10.08	   
9.88/10.08	   search
9.88/10.08	     run=6  nbConstraintChecks=5696928  nbValidityChecks=179224  minDepth=39  maxDepth=216  nbPropagations=43781
9.88/10.08	     nbRevisions=390907  nbUselessRevisions=328177  nbAssignments=2201  nbFailedAssignments=239  nbBacktracks=1503
9.88/10.08	     nbVisitedNodes=2745  nbRestartNogoods=17  nbFoundSolutions=1  nbSEliminables=0.28  nbREliminables=181.17
9.88/10.08	     nbIEliminables=15.6  nbDEliminables=0  nbPEliminables=0
9.88/10.08	       =>  wckTime=9.078  cpuTime=8.89  mem=25M52
9.88/10.08	   
9.88/10.09	   global
9.88/10.09	     nbConstraintChecks=5845304  nbValidityChecks=194966  nbPropagations=44662  nbRevisions=400231
9.88/10.09	     nbUselessRevisions=337040  nbRestartNogoods=17  solvingWckTime=9.08  solvingCpuTime=8.89  expiredTime=no
9.88/10.09	     totalExploration=no  nbFoundSolutions=1  firstSolutionCpuTime=9.42  globalCpuTime=9.45
9.88/10.09	       =>  wckTime=9.851  cpuTime=9.42  mem=25M52
9.88/10.09	   
9.88/10.09	s SATISFIABLE
9.88/10.09	v 1 0 0 0 0 0 0 1 0 0 1 0 0 0 0 0 0 0 0 0 1 0 0 0 0 0 0 0 1 0 0 0 0 0 1 0 1 1 0 0 0 0 0 0 0 0 0 0 0 1 0 0 0 0 0 0 1 0 0 0 0 0 0 0 0 0 0 0 1 0 0 1 0 0 0 1 0 0 0 0 0 0 0 1 1 0 0 0 0 0 0 1 0 0 1 0 0 0 0 0 1 1 0 0 0 1 0 0 0 1 1 0 0 0 0 1 0 0 0 0 0 0 1 1 0 0 0 0 0 0 0 0 0 0 1 0 0 0 0 0 0 0 0 0 0 0 0 1 0 1 0 0 0 0 0 1 0 0 0 0 1 1 0 0 0 0 0 0 0 0 0 0 0 0 1 0 0 0 0 0 0 0 0 0 0 0 1 0 0 1 0 0 0 0 0 0 0 0 0 0 0 1 0 0 0 0 0 0 0 0 1 0 0 0 0 0 
9.88/10.09	d NODES 2201
9.88/10.09	d CHECKS 5845304
9.88/10.09	   
9.88/10.09	   totalWckTime=9.916  totalCpuTime=9.46

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-1049802-1215046893/watcher-1049802-1215046893 -o /tmp/evaluation-result-1049802-1215046893/solver-1049802-1215046893 -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-1049802-1215046893.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.98 2.02 2.00 4/80 30647
/proc/meminfo: memFree=1656552/2055920 swapFree=4180236/4192956
[pid=30647] ppid=30645 vsize=152 CPUtime=0
/proc/30647/stat : 30647 (java) R 30645 30647 29620 0 -1 0 205 0 0 0 0 0 0 0 18 0 1 0 627622894 155648 26 996147200 134512640 134550740 4294955968 18446744073709551615 11092772 0 0 4096 0 0 0 0 17 0 0 0
/proc/30647/statm: 38 26 19 9 0 4 0

[startup+0.092121 s]
/proc/loadavg: 1.98 2.02 2.00 4/80 30647
/proc/meminfo: memFree=1656552/2055920 swapFree=4180236/4192956
[pid=30647] ppid=30645 vsize=865884 CPUtime=0.08
/proc/30647/stat : 30647 (java) S 30645 30647 29620 0 -1 0 3701 0 1 0 6 2 0 0 18 0 9 0 627622894 886665216 3176 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/30647/statm: 216471 3177 1685 9 0 211026 0
Current children cumulated CPU time (s) 0.08
Current children cumulated vsize (KiB) 865884

[startup+0.102121 s]
/proc/loadavg: 1.98 2.02 2.00 4/80 30647
/proc/meminfo: memFree=1656552/2055920 swapFree=4180236/4192956
[pid=30647] ppid=30645 vsize=866008 CPUtime=0.09
/proc/30647/stat : 30647 (java) S 30645 30647 29620 0 -1 0 3852 0 1 0 7 2 0 0 18 0 9 0 627622894 886792192 3301 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/30647/statm: 216502 3301 1740 9 0 211057 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 866008

[startup+0.30115 s]
/proc/loadavg: 1.98 2.02 2.00 4/80 30647
/proc/meminfo: memFree=1656552/2055920 swapFree=4180236/4192956
[pid=30647] ppid=30645 vsize=866372 CPUtime=0.29
/proc/30647/stat : 30647 (java) S 30645 30647 29620 0 -1 0 6077 0 1 0 25 4 0 0 18 0 9 0 627622894 887164928 5447 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/30647/statm: 216593 5447 1961 9 0 211121 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 866372

[startup+0.702209 s]
/proc/loadavg: 1.98 2.02 2.00 4/80 30647
/proc/meminfo: memFree=1656552/2055920 swapFree=4180236/4192956
[pid=30647] ppid=30645 vsize=867172 CPUtime=0.69
/proc/30647/stat : 30647 (java) S 30645 30647 29620 0 -1 0 9204 0 1 0 61 8 0 0 18 0 9 0 627622894 887984128 8562 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/30647/statm: 216793 8562 2009 9 0 211299 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 867172

[startup+1.50133 s]
/proc/loadavg: 1.98 2.02 2.00 4/90 30660
/proc/meminfo: memFree=1623000/2055920 swapFree=4180236/4192956
[pid=30647] ppid=30645 vsize=867820 CPUtime=1.47
/proc/30647/stat : 30647 (java) S 30645 30647 29620 0 -1 0 17784 306 1 0 135 12 0 0 18 0 9 0 627622894 888647680 11334 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/30647/statm: 216955 11334 2632 9 0 211461 0
[pid=30647/tid=30649] ppid=30645 vsize=867820 CPUtime=1.16
/proc/30647/task/30649/stat : 30649 (java) R 30645 30647 29620 0 -1 64 13136 306 1 0 107 9 0 0 21 0 9 0 627622895 888647680 11334 996147200 134512640 134550740 4294955968 18446744073709551615 4126939675 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=30647/tid=30650] ppid=30645 vsize=867820 CPUtime=0.04
/proc/30647/task/30650/stat : 30650 (java) S 30645 30647 29620 0 -1 64 3113 306 0 0 4 0 0 0 17 0 9 0 627622896 888647680 11334 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=30647/tid=30651] ppid=30645 vsize=867820 CPUtime=0
/proc/30647/task/30651/stat : 30651 (java) S 30645 30647 29620 0 -1 64 16 306 0 0 0 0 0 0 16 0 9 0 627622896 888647680 11334 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=30647/tid=30652] ppid=30645 vsize=867820 CPUtime=0
/proc/30647/task/30652/stat : 30652 (java) S 30645 30647 29620 0 -1 64 11 306 0 0 0 0 0 0 16 0 9 0 627622896 888647680 11334 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=30647/tid=30653] ppid=30645 vsize=867820 CPUtime=0
/proc/30647/task/30653/stat : 30653 (java) S 30645 30647 29620 0 -1 64 1 306 0 0 0 0 0 0 24 0 9 0 627622898 888647680 11334 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=30647/tid=30654] ppid=30645 vsize=867820 CPUtime=0.23
/proc/30647/task/30654/stat : 30654 (java) S 30645 30647 29620 0 -1 64 707 306 0 0 22 1 0 0 15 0 9 0 627622898 888647680 11334 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=30647/tid=30655] ppid=30645 vsize=867820 CPUtime=0
/proc/30647/task/30655/stat : 30655 (java) S 30645 30647 29620 0 -1 64 1 306 0 0 0 0 0 0 25 0 9 0 627622898 888647680 11334 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=30647/tid=30656] ppid=30645 vsize=867820 CPUtime=0
/proc/30647/task/30656/stat : 30656 (java) S 30645 30647 29620 0 -1 64 2 306 0 0 0 0 0 0 15 0 9 0 627622898 888647680 11334 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1.47
Current children cumulated vsize (KiB) 867820

[startup+3.10157 s]
/proc/loadavg: 1.98 2.02 2.00 3/89 30660
/proc/meminfo: memFree=1621272/2055920 swapFree=4180236/4192956
[pid=30647] ppid=30645 vsize=867820 CPUtime=3.05
/proc/30647/stat : 30647 (java) S 30645 30647 29620 0 -1 0 17804 306 1 0 293 12 0 0 18 0 9 0 627622894 888647680 11352 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/30647/statm: 216955 11352 2632 9 0 211461 0
[pid=30647/tid=30649] ppid=30645 vsize=867820 CPUtime=2.73
/proc/30647/task/30649/stat : 30649 (java) R 30645 30647 29620 0 -1 64 13144 306 1 0 264 9 0 0 25 0 9 0 627622895 888647680 11352 996147200 134512640 134550740 4294955968 18446744073709551615 4126820644 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=30647/tid=30650] ppid=30645 vsize=867820 CPUtime=0.04
/proc/30647/task/30650/stat : 30650 (java) S 30645 30647 29620 0 -1 64 3113 306 0 0 4 0 0 0 17 0 9 0 627622896 888647680 11352 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=30647/tid=30651] ppid=30645 vsize=867820 CPUtime=0
/proc/30647/task/30651/stat : 30651 (java) S 30645 30647 29620 0 -1 64 16 306 0 0 0 0 0 0 16 0 9 0 627622896 888647680 11352 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=30647/tid=30652] ppid=30645 vsize=867820 CPUtime=0
/proc/30647/task/30652/stat : 30652 (java) S 30645 30647 29620 0 -1 64 11 306 0 0 0 0 0 0 16 0 9 0 627622896 888647680 11352 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=30647/tid=30653] ppid=30645 vsize=867820 CPUtime=0
/proc/30647/task/30653/stat : 30653 (java) S 30645 30647 29620 0 -1 64 1 306 0 0 0 0 0 0 24 0 9 0 627622898 888647680 11352 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=30647/tid=30654] ppid=30645 vsize=867820 CPUtime=0.25
/proc/30647/task/30654/stat : 30654 (java) S 30645 30647 29620 0 -1 64 719 306 0 0 24 1 0 0 15 0 9 0 627622898 888647680 11352 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=30647/tid=30655] ppid=30645 vsize=867820 CPUtime=0
/proc/30647/task/30655/stat : 30655 (java) S 30645 30647 29620 0 -1 64 1 306 0 0 0 0 0 0 25 0 9 0 627622898 888647680 11352 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=30647/tid=30656] ppid=30645 vsize=867820 CPUtime=0
/proc/30647/task/30656/stat : 30656 (java) S 30645 30647 29620 0 -1 64 2 306 0 0 0 0 0 0 15 0 9 0 627622898 888647680 11352 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 3.05
Current children cumulated vsize (KiB) 867820

[startup+6.30104 s]
/proc/loadavg: 1.98 2.02 2.00 3/89 30660
/proc/meminfo: memFree=1620952/2055920 swapFree=4180236/4192956
[pid=30647] ppid=30645 vsize=867820 CPUtime=6.21
/proc/30647/stat : 30647 (java) S 30645 30647 29620 0 -1 0 17847 306 1 0 609 12 0 0 18 0 9 0 627622894 888647680 11366 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/30647/statm: 216955 11366 2632 9 0 211461 0
[pid=30647/tid=30649] ppid=30645 vsize=867820 CPUtime=5.88
/proc/30647/task/30649/stat : 30649 (java) R 30645 30647 29620 0 -1 64 13154 306 1 0 579 9 0 0 25 0 9 0 627622895 888647680 11366 996147200 134512640 134550740 4294955968 18446744073709551615 4126943132 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=30647/tid=30650] ppid=30645 vsize=867820 CPUtime=0.04
/proc/30647/task/30650/stat : 30650 (java) S 30645 30647 29620 0 -1 64 3113 306 0 0 4 0 0 0 16 0 9 0 627622896 888647680 11366 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=30647/tid=30651] ppid=30645 vsize=867820 CPUtime=0
/proc/30647/task/30651/stat : 30651 (java) S 30645 30647 29620 0 -1 64 16 306 0 0 0 0 0 0 16 0 9 0 627622896 888647680 11366 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=30647/tid=30652] ppid=30645 vsize=867820 CPUtime=0
/proc/30647/task/30652/stat : 30652 (java) S 30645 30647 29620 0 -1 64 11 306 0 0 0 0 0 0 16 0 9 0 627622896 888647680 11366 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=30647/tid=30653] ppid=30645 vsize=867820 CPUtime=0
/proc/30647/task/30653/stat : 30653 (java) S 30645 30647 29620 0 -1 64 1 306 0 0 0 0 0 0 24 0 9 0 627622898 888647680 11366 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=30647/tid=30654] ppid=30645 vsize=867820 CPUtime=0.26
/proc/30647/task/30654/stat : 30654 (java) S 30645 30647 29620 0 -1 64 740 306 0 0 25 1 0 0 16 0 9 0 627622898 888647680 11366 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=30647/tid=30655] ppid=30645 vsize=867820 CPUtime=0
/proc/30647/task/30655/stat : 30655 (java) S 30645 30647 29620 0 -1 64 1 306 0 0 0 0 0 0 25 0 9 0 627622898 888647680 11366 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=30647/tid=30656] ppid=30645 vsize=867820 CPUtime=0
/proc/30647/task/30656/stat : 30656 (java) S 30645 30647 29620 0 -1 64 14 306 0 0 0 0 0 0 15 0 9 0 627622898 888647680 11366 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 6.21
Current children cumulated vsize (KiB) 867820

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

[startup+7.90127 s]
/proc/loadavg: 1.98 2.02 2.00 3/89 30660
/proc/meminfo: memFree=1620952/2055920 swapFree=4180236/4192956
[pid=30647] ppid=30645 vsize=867820 CPUtime=7.79
/proc/30647/stat : 30647 (java) S 30645 30647 29620 0 -1 0 17851 306 1 0 767 12 0 0 18 0 9 0 627622894 888647680 11369 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/30647/statm: 216955 11369 2632 9 0 211461 0
[pid=30647/tid=30649] ppid=30645 vsize=867820 CPUtime=7.46
/proc/30647/task/30649/stat : 30649 (java) R 30645 30647 29620 0 -1 64 13155 306 1 0 737 9 0 0 23 0 9 0 627622895 888647680 11369 996147200 134512640 134550740 4294955968 18446744073709551615 4126457576 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=30647/tid=30650] ppid=30645 vsize=867820 CPUtime=0.04
/proc/30647/task/30650/stat : 30650 (java) S 30645 30647 29620 0 -1 64 3113 306 0 0 4 0 0 0 16 0 9 0 627622896 888647680 11369 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=30647/tid=30651] ppid=30645 vsize=867820 CPUtime=0
/proc/30647/task/30651/stat : 30651 (java) S 30645 30647 29620 0 -1 64 16 306 0 0 0 0 0 0 16 0 9 0 627622896 888647680 11369 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=30647/tid=30652] ppid=30645 vsize=867820 CPUtime=0
/proc/30647/task/30652/stat : 30652 (java) S 30645 30647 29620 0 -1 64 11 306 0 0 0 0 0 0 16 0 9 0 627622896 888647680 11369 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=30647/tid=30653] ppid=30645 vsize=867820 CPUtime=0
/proc/30647/task/30653/stat : 30653 (java) S 30645 30647 29620 0 -1 64 1 306 0 0 0 0 0 0 24 0 9 0 627622898 888647680 11369 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=30647/tid=30654] ppid=30645 vsize=867820 CPUtime=0.26
/proc/30647/task/30654/stat : 30654 (java) S 30645 30647 29620 0 -1 64 743 306 0 0 25 1 0 0 15 0 9 0 627622898 888647680 11369 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=30647/tid=30655] ppid=30645 vsize=867820 CPUtime=0
/proc/30647/task/30655/stat : 30655 (java) S 30645 30647 29620 0 -1 64 1 306 0 0 0 0 0 0 25 0 9 0 627622898 888647680 11369 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=30647/tid=30656] ppid=30645 vsize=867820 CPUtime=0
/proc/30647/task/30656/stat : 30656 (java) S 30645 30647 29620 0 -1 64 14 306 0 0 0 0 0 0 15 0 9 0 627622898 888647680 11369 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 7.79
Current children cumulated vsize (KiB) 867820

[startup+9.50251 s]
/proc/loadavg: 1.98 2.02 2.00 3/89 30660
/proc/meminfo: memFree=1620952/2055920 swapFree=4180236/4192956
[pid=30647] ppid=30645 vsize=867820 CPUtime=9.39
/proc/30647/stat : 30647 (java) S 30645 30647 29620 0 -1 0 17871 306 1 0 926 13 0 0 18 0 9 0 627622894 888647680 11379 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/30647/statm: 216955 11379 2632 9 0 211461 0
[pid=30647/tid=30649] ppid=30645 vsize=867820 CPUtime=9.03
/proc/30647/task/30649/stat : 30649 (java) R 30645 30647 29620 0 -1 64 13157 306 1 0 894 9 0 0 18 0 9 0 627622895 888647680 11379 996147200 134512640 134550740 4294955968 18446744073709551615 4126945975 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=30647/tid=30650] ppid=30645 vsize=867820 CPUtime=0.04
/proc/30647/task/30650/stat : 30650 (java) S 30645 30647 29620 0 -1 64 3113 306 0 0 4 0 0 0 16 0 9 0 627622896 888647680 11379 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=30647/tid=30651] ppid=30645 vsize=867820 CPUtime=0
/proc/30647/task/30651/stat : 30651 (java) S 30645 30647 29620 0 -1 64 16 306 0 0 0 0 0 0 16 0 9 0 627622896 888647680 11379 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=30647/tid=30652] ppid=30645 vsize=867820 CPUtime=0
/proc/30647/task/30652/stat : 30652 (java) S 30645 30647 29620 0 -1 64 11 306 0 0 0 0 0 0 16 0 9 0 627622896 888647680 11379 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=30647/tid=30653] ppid=30645 vsize=867820 CPUtime=0
/proc/30647/task/30653/stat : 30653 (java) S 30645 30647 29620 0 -1 64 1 306 0 0 0 0 0 0 24 0 9 0 627622898 888647680 11379 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=30647/tid=30654] ppid=30645 vsize=867820 CPUtime=0.28
/proc/30647/task/30654/stat : 30654 (java) S 30645 30647 29620 0 -1 64 761 306 0 0 27 1 0 0 16 0 9 0 627622898 888647680 11379 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=30647/tid=30655] ppid=30645 vsize=867820 CPUtime=0
/proc/30647/task/30655/stat : 30655 (java) S 30645 30647 29620 0 -1 64 1 306 0 0 0 0 0 0 25 0 9 0 627622898 888647680 11379 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=30647/tid=30656] ppid=30645 vsize=867820 CPUtime=0
/proc/30647/task/30656/stat : 30656 (java) S 30645 30647 29620 0 -1 64 14 306 0 0 0 0 0 0 15 0 9 0 627622898 888647680 11379 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 9.39
Current children cumulated vsize (KiB) 867820

[startup+9.90757 s]
/proc/loadavg: 1.98 2.02 2.00 3/89 30660
/proc/meminfo: memFree=1620888/2055920 swapFree=4180236/4192956
[pid=30647] ppid=30645 vsize=867820 CPUtime=9.79
/proc/30647/stat : 30647 (java) S 30645 30647 29620 0 -1 0 17873 306 1 0 966 13 0 0 18 0 9 0 627622894 888647680 11381 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/30647/statm: 216955 11381 2632 9 0 211461 0
[pid=30647/tid=30649] ppid=30645 vsize=867820 CPUtime=9.42
/proc/30647/task/30649/stat : 30649 (java) R 30645 30647 29620 0 -1 64 13157 306 1 0 933 9 0 0 22 0 9 0 627622895 888647680 11381 996147200 134512640 134550740 4294955968 18446744073709551615 4126944503 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=30647/tid=30650] ppid=30645 vsize=867820 CPUtime=0.04
/proc/30647/task/30650/stat : 30650 (java) S 30645 30647 29620 0 -1 64 3113 306 0 0 4 0 0 0 16 0 9 0 627622896 888647680 11381 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=30647/tid=30651] ppid=30645 vsize=867820 CPUtime=0
/proc/30647/task/30651/stat : 30651 (java) S 30645 30647 29620 0 -1 64 16 306 0 0 0 0 0 0 16 0 9 0 627622896 888647680 11381 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=30647/tid=30652] ppid=30645 vsize=867820 CPUtime=0
/proc/30647/task/30652/stat : 30652 (java) S 30645 30647 29620 0 -1 64 11 306 0 0 0 0 0 0 16 0 9 0 627622896 888647680 11381 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=30647/tid=30653] ppid=30645 vsize=867820 CPUtime=0
/proc/30647/task/30653/stat : 30653 (java) S 30645 30647 29620 0 -1 64 1 306 0 0 0 0 0 0 24 0 9 0 627622898 888647680 11381 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=30647/tid=30654] ppid=30645 vsize=867820 CPUtime=0.28
/proc/30647/task/30654/stat : 30654 (java) S 30645 30647 29620 0 -1 64 763 306 0 0 27 1 0 0 15 0 9 0 627622898 888647680 11381 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=30647/tid=30655] ppid=30645 vsize=867820 CPUtime=0
/proc/30647/task/30655/stat : 30655 (java) S 30645 30647 29620 0 -1 64 1 306 0 0 0 0 0 0 25 0 9 0 627622898 888647680 11381 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=30647/tid=30656] ppid=30645 vsize=867820 CPUtime=0
/proc/30647/task/30656/stat : 30656 (java) S 30645 30647 29620 0 -1 64 14 306 0 0 0 0 0 0 15 0 9 0 627622898 888647680 11381 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 9.79
Current children cumulated vsize (KiB) 867820

[startup+10.1026 s]
/proc/loadavg: 1.98 2.02 2.00 3/89 30660
/proc/meminfo: memFree=1620888/2055920 swapFree=4180236/4192956
[pid=30647] ppid=30645 vsize=867820 CPUtime=9.97
/proc/30647/stat : 30647 (java) S 30645 30647 29620 0 -1 0 17999 306 1 0 984 13 0 0 18 0 9 0 627622894 888647680 11482 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/30647/statm: 216955 11482 2632 9 0 211461 0
[pid=30647/tid=30649] ppid=30645 vsize=867820 CPUtime=9.6
/proc/30647/task/30649/stat : 30649 (java) S 30645 30647 29620 0 -1 64 13257 306 1 0 951 9 0 0 24 0 9 0 627622895 888647680 11482 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=30647/tid=30650] ppid=30645 vsize=867820 CPUtime=0.04
/proc/30647/task/30650/stat : 30650 (java) S 30645 30647 29620 0 -1 64 3113 306 0 0 4 0 0 0 16 0 9 0 627622896 888647680 11482 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=30647/tid=30651] ppid=30645 vsize=867820 CPUtime=0
/proc/30647/task/30651/stat : 30651 (java) S 30645 30647 29620 0 -1 64 16 306 0 0 0 0 0 0 16 0 9 0 627622896 888647680 11482 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=30647/tid=30652] ppid=30645 vsize=867820 CPUtime=0
/proc/30647/task/30652/stat : 30652 (java) S 30645 30647 29620 0 -1 64 11 306 0 0 0 0 0 0 16 0 9 0 627622896 888647680 11482 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=30647/tid=30653] ppid=30645 vsize=867820 CPUtime=0
/proc/30647/task/30653/stat : 30653 (java) S 30645 30647 29620 0 -1 64 1 306 0 0 0 0 0 0 24 0 9 0 627622898 888647680 11482 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=30647/tid=30654] ppid=30645 vsize=867820 CPUtime=0.29
/proc/30647/task/30654/stat : 30654 (java) S 30645 30647 29620 0 -1 64 789 306 0 0 28 1 0 0 15 0 9 0 627622898 888647680 11482 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=30647/tid=30655] ppid=30645 vsize=867820 CPUtime=0
/proc/30647/task/30655/stat : 30655 (java) S 30645 30647 29620 0 -1 64 1 306 0 0 0 0 0 0 25 0 9 0 627622898 888647680 11482 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=30647/tid=30656] ppid=30645 vsize=867820 CPUtime=0
/proc/30647/task/30656/stat : 30656 (java) S 30645 30647 29620 0 -1 64 14 306 0 0 0 0 0 0 15 0 9 0 627622898 888647680 11482 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 9.97
Current children cumulated vsize (KiB) 867820

Child status: 0
Real time (s): 10.1447
CPU time (s): 10.0005
CPU user time (s): 9.8535
CPU system time (s): 0.146977
CPU usage (%): 98.5784
Max. virtual memory (cumulated for all children) (KiB): 867820

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 9.8535
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= 18332
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= 1645
involuntary context switches= 1902

runsolver used 0.017997 second user time and 0.042993 second system time

The end

Launcher Data (download as text)

Begin job on node39 at 2008-07-03 03:01:33
IDJOB=1049802
IDBENCH=54847
IDSOLVER=364
FILE ID=node39/1049802-1215046893
PBS_JOBID= 7875096
Free space on /tmp= 66540 MiB

SOLVER NAME= Abscon 112v4 ESAC
BENCH NAME= CPAI08/csp/pseudo/routing/normalized-s3-3-3-1.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-1049802-1215046893/watcher-1049802-1215046893 -o /tmp/evaluation-result-1049802-1215046893/solver-1049802-1215046893 -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-1049802-1215046893.xml

TIME LIMIT= 1800 seconds
MEMORY LIMIT= 900 MiB

MD5SUM BENCH= 8b74482a9fe920deb5d6814210633746
RANDOM SEED=318236216

node39.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.267
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.267
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:       1657032 kB
Buffers:         34180 kB
Cached:         126368 kB
SwapCached:       6528 kB
Active:         245736 kB
Inactive:        82776 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1657032 kB
SwapTotal:     4192956 kB
SwapFree:      4180236 kB
Dirty:            2292 kB
Writeback:           0 kB
Mapped:         183740 kB
Slab:            55380 kB
Committed_AS:  1628240 kB
PageTables:       2088 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= 66540 MiB
End job on node39 at 2008-07-03 03:01:43