Trace number 215824

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, and are wall clock time (not CPU 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 109 ESACSAT 32.5491 32.6282

DiagnosticValue
CHECKS9093195
NODES9103

General information on the benchmark

NamepseudoSeries/mps/
mps-neos1.xml
MD5SUM1f5b684aa4899517e9f048ce697a1e60
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 benchmark4.03139
SatisfiableYES
(Un)Satisfiability was provedYES
Number of variables2112
Number of constraints5120
Maximum constraint arity32
Maximum domain size2
Number of constraints which are defined in extension0
Number of constraints which are defined in intension5120
Global constraints used (with number of constraints)

Solver Data (download as text)

0.31	   
0.31	Abscon 109 (November, 2006)
0.31	   
0.31	   configuration
0.31	     name=esac.xml
0.35	   
0.35	   instance
0.35	     name=/tmp/evaluation/215824-1168236561/unknown.xml
0.38	   
0.38	   domains being loaded...
0.38	   
0.38	   variables being loaded...
0.54	     nbVariables=2112  nbDomainTypes=1  minDomainSize=2  maxDomainSize=2
0.54	       =>  wckTime=0.227  cpuTime=0.15  mem=9M844
0.54	   
0.54	   predicates being loaded...
0.56	   
0.56	   constraints being loaded...
1.64	     nbConstraints=2938  nbMergedConstraints=2182  nbConvertedConstraints=216  nbConvertConstraintsChecks=65912
1.64	     nbExtensionStructures=2  nbSharedExtensionStructures=214  nbConflictsStructures=8  nbSharedConflictsStructures=2830
1.64	     nbUnbuiltConflictsStructures=13  nbSharedBinaryRepresentations=6  nbEvaluationManagers=19
1.64	     nbSharedEvaluationManagers=2703  maxDegree=11  maxArity=32
1.64	       =>  wckTime=1.324  cpuTime=1.09  mem=52M195
1.73	   
1.73	   solver IterativeSystematicSolver being built... 
2.07	       =>  wckTime=1.758  cpuTime=1.38  mem=57M101
20.86	   
20.86	   preprocessing
20.86	     nbConstraintChecks=6190395  nbValidityChecks=116784  nbPropagations=6373  nbRevisions=80337
20.86	     nbUselessRevisions=78326  nbSingletonTests=2257  nbEffectiveSingletonTests=0  nbESACBranches=2  nbRemovedValues=0
20.86	     detectedInconsistency=no
20.86	       =>  wckTime=18.781  cpuTime=18.72  mem=58M98
23.17	   
23.17	   search
23.17	     run=0  nbConstraintChecks=728995  nbValidityChecks=43820  nbPropagations=7221  nbRevisions=106188
23.17	     nbUselessRevisions=103752  nbAssignments=584  nbFailedAssignments=2  nbBacktracks=21  nbVisitedNodes=595
23.17	     nbRestartNogoods=0  mapSize=9  nbInferences=0  nbTooLargeKeys=0
23.17	       =>  wckTime=21.089  cpuTime=21.02  mem=59M95
23.99	   
23.99	   search
23.99	     run=1  nbConstraintChecks=975994  nbValidityChecks=84973  nbPropagations=15197  nbRevisions=236312
23.99	     nbUselessRevisions=230975  nbAssignments=1139  nbFailedAssignments=3  nbBacktracks=39  nbVisitedNodes=1165
23.99	     nbRestartNogoods=1  mapSize=23  nbInferences=0  nbTooLargeKeys=0
23.99	       =>  wckTime=21.915  cpuTime=21.84  mem=59M625
24.79	   
24.79	   search
24.79	     run=2  nbConstraintChecks=1223483  nbValidityChecks=111704  nbPropagations=23639  nbRevisions=381911
24.79	     nbUselessRevisions=373281  nbAssignments=1499  nbFailedAssignments=5  nbBacktracks=63  nbVisitedNodes=1541
24.79	     nbRestartNogoods=2  mapSize=38  nbInferences=0  nbTooLargeKeys=0
24.79	       =>  wckTime=22.708  cpuTime=22.63  mem=59M625
25.75	   
25.75	   search
25.75	     run=3  nbConstraintChecks=1421492  nbValidityChecks=161329  nbPropagations=33105  nbRevisions=557031
25.75	     nbUselessRevisions=544697  nbAssignments=2200  nbFailedAssignments=7  nbBacktracks=104  nbVisitedNodes=2249
25.75	     nbRestartNogoods=3  mapSize=44  nbInferences=0  nbTooLargeKeys=0
25.75	       =>  wckTime=23.673  cpuTime=23.55  mem=17M458
27.59	   
27.59	   search
27.59	     run=4  nbConstraintChecks=2077434  nbValidityChecks=204209  nbPropagations=43417  nbRevisions=757230
27.59	     nbUselessRevisions=740196  nbAssignments=2737  nbFailedAssignments=10  nbBacktracks=174  nbVisitedNodes=2827
27.59	     nbRestartNogoods=4  mapSize=84  nbInferences=0  nbTooLargeKeys=0
27.59	       =>  wckTime=25.507  cpuTime=25.38  mem=18M462
28.39	   
28.39	   search
28.39	     run=5  nbConstraintChecks=2128916  nbValidityChecks=289209  nbPropagations=55903  nbRevisions=1007377
28.39	     nbUselessRevisions=984565  nbAssignments=4099  nbFailedAssignments=23  nbBacktracks=249  nbVisitedNodes=4251
28.39	     nbRestartNogoods=5  mapSize=135  nbInferences=0  nbTooLargeKeys=0
28.39	       =>  wckTime=26.311  cpuTime=26.18  mem=21M473
30.23	   
30.23	   search
30.23	     run=6  nbConstraintChecks=2443947  nbValidityChecks=450596  nbPropagations=72167  nbRevisions=1353023
30.23	     nbUselessRevisions=1322296  nbAssignments=6400  nbFailedAssignments=55  nbBacktracks=364  nbVisitedNodes=5749
30.23	     nbRestartNogoods=7  mapSize=228  nbInferences=0  nbTooLargeKeys=0
30.23	       =>  wckTime=28.147  cpuTime=28.02  mem=24M485
31.53	   
31.53	   search
31.53	     run=7  nbConstraintChecks=2853615  nbValidityChecks=501837  nbPropagations=89787  nbRevisions=1729358
31.53	     nbUselessRevisions=1688602  nbAssignments=6991  nbFailedAssignments=70  nbBacktracks=534  nbVisitedNodes=6470
31.53	     nbRestartNogoods=9  mapSize=345  nbInferences=0  nbTooLargeKeys=0
31.53	       =>  wckTime=29.454  cpuTime=29.32  mem=24M485
32.60	   
32.60	   search
32.60	     run=8  nbConstraintChecks=2902800  nbValidityChecks=586641  nbPropagations=110160  nbRevisions=2155792
32.60	     nbUselessRevisions=2104366  nbAssignments=9103  nbFailedAssignments=70  nbBacktracks=534  nbVisitedNodes=8582
32.60	     nbRestartNogoods=10  mapSize=345  nbInferences=0  nbTooLargeKeys=0
32.60	       =>  wckTime=30.518  cpuTime=30.38  mem=31M512
32.60	   
32.60	   global
32.60	     nbConstraintChecks=9093195  nbValidityChecks=703425  nbPropagations=116533  nbRevisions=2236129
32.60	     nbUselessRevisions=2182692  nbRestartNogoods=10  solvingWckTime=30.52  solvingCpuTime=30.39  expiredTime=no
32.60	     totalExploration=no  nbFoundSolutions=1  globalCpuTime=31.83
32.60	       =>  wckTime=32.282  cpuTime=31.77  mem=31M512
32.60	   
32.60	s SATISFIABLE
32.60	v 0 0 0 0 0 0 0 0 0 0 0 1 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 1 0 1 1 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 1 1 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 1 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 1 0 1 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 1 1 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 1 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 1 0 1 1 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 1 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 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 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 1 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 1 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 1 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 1 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 1 1 0 0 1 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 1 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 1 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 1 0 1 0 1 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 1 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 1 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 1 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 1 1 0 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 0 0 1 0 0 0 0 0 0 0 0 0 0 0 1 0 0 0 0 1 0 0 0 0 0 0 0 0 0 0 0 1 0 0 1 1 0 0 0 0 0 0 0 0 0 0 0 1 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 1 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 1 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 1 0 0 0 0 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 0 0 0 0 0 0 0 0 0 1 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 1 0 0 0 0 0 0 0 0 0 0 1 0 0 0 0 0 0 0 0 0 0 0 1 1 0 0 0 0 0 0 0 1 0 0 0 0 0 0 0 1 0 0 0 0 0 0 0 0 0 0 1 1 0 0 0 0 0 0 0 1 0 0 0 1 0 0 0 0 0 0 0 1 0 0 0 0 0 0 0 0 0 0 0 1 
32.60	d NODES 9103
32.60	d CHECKS 9093195
32.60	   
32.60	   totalWckTime=32.357  totalCpuTime=31.83

Verifier Data (download as text)

OK

Watcher Data (download as text)

runsolver version 3.1.3 (c) roussel@cril.univ-artois.fr

command line: runsolver --timestamp -w ROOT/results/node24/watcher-215824-1168236561 -o ROOT/results/node24/solver-215824-1168236561 -C 1800 -M 900 java -Xms756M -Xmx756M -XX:PermSize=10m -XX:MaxPermSize=10m -jar abscon109.jar esac.xml 1 XSax /tmp/evaluation/215824-1168236561/unknown.xml 

Enforcing CPUTime limit (soft limit, will send SIGTERM then SIGKILL): 1800 seconds
Enforcing CPUTime limit (hard limit, will send SIGXCPU): 1830 seconds
Enforcing VSIZE limit (soft limit, will send SIGTERM then SIGKILL): 921600 KiB
Enforcing VSIZE limit (hard limit, stack expansion will fail with SIGSEGV, brk() and mmap() will return ENOMEM): 972800 KiB
Current StackSize limit: 10240 KiB

/proc/loadavg: 0.92 0.98 1.03 2/78 14814
/proc/meminfo: memFree=1781200/2055920 swapFree=4192812/4192956
[pid=14813] ppid=14811 vsize=1500 CPUtime=0
/proc/14813/stat : 14813 (java) R 14811 14813 14047 0 -1 0 87 0 0 0 0 0 0 0 21 0 1 0 172051356 1536000 69 18446744073709551615 134512640 134570532 4294956624 18446744073709551615 2569411 0 0 4096 0 0 0 0 17 1 0 0
/proc/14813/statm: 375 69 55 14 0 8 0

[startup+0.105381 s]
/proc/loadavg: 0.92 0.98 1.03 2/78 14814
/proc/meminfo: memFree=1781200/2055920 swapFree=4192812/4192956
[pid=14813] ppid=14811 vsize=912760 CPUtime=0.06
/proc/14813/stat : 14813 (java) S 14811 14813 14047 0 -1 0 2795 0 1 0 5 1 0 0 16 0 8 0 172051356 934666240 2541 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/14813/statm: 228190 2543 1390 14 0 215091 0
Current children cumulated CPU time (s) 0.06
Current children cumulated vsize (KiB) 912760

[startup+0.513424 s]
/proc/loadavg: 0.92 0.98 1.03 2/78 14814
/proc/meminfo: memFree=1781200/2055920 swapFree=4192812/4192956
[pid=14813] ppid=14811 vsize=915328 CPUtime=0.47
/proc/14813/stat : 14813 (java) S 14811 14813 14047 0 -1 0 6609 0 1 0 44 3 0 0 16 0 8 0 172051356 937295872 6348 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/14813/statm: 228832 6348 2135 14 0 215302 0
Current children cumulated CPU time (s) 0.47
Current children cumulated vsize (KiB) 915328

[startup+1.33453 s]
/proc/loadavg: 0.92 0.98 1.03 2/85 14821
/proc/meminfo: memFree=1718808/2055920 swapFree=4192812/4192956
[pid=14813] ppid=14811 vsize=915652 CPUtime=1.3
/proc/14813/stat : 14813 (java) R 14811 14813 14047 0 -1 0 17976 0 1 0 118 12 0 0 16 0 8 0 172051356 937627648 17713 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/14813/statm: 228913 17713 2179 14 0 215383 0
[pid=14813/tid=14815] ppid=14811 vsize=915652 CPUtime=0.03
/proc/14813/task/14815/stat : 14815 (java) S 14811 14813 14047 0 -1 64 1341 0 0 0 3 0 0 0 16 0 8 0 172051361 937627648 17713 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=14813/tid=14816] ppid=14811 vsize=915652 CPUtime=0
/proc/14813/task/14816/stat : 14816 (java) S 14811 14813 14047 0 -1 64 11 0 0 0 0 0 0 0 15 0 8 0 172051362 937627648 17713 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=14813/tid=14817] ppid=14811 vsize=915652 CPUtime=0
/proc/14813/task/14817/stat : 14817 (java) S 14811 14813 14047 0 -1 64 5 0 0 0 0 0 0 0 15 0 8 0 172051362 937627648 17713 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=14813/tid=14818] ppid=14811 vsize=915652 CPUtime=0
/proc/14813/task/14818/stat : 14818 (java) S 14811 14813 14047 0 -1 64 1 0 0 0 0 0 0 0 22 0 8 0 172051365 937627648 17713 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=14813/tid=14819] ppid=14811 vsize=915652 CPUtime=0.19
/proc/14813/task/14819/stat : 14819 (java) S 14811 14813 14047 0 -1 64 436 0 0 0 18 1 0 0 16 0 8 0 172051365 937627648 17713 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=14813/tid=14820] ppid=14811 vsize=915652 CPUtime=0
/proc/14813/task/14820/stat : 14820 (java) S 14811 14813 14047 0 -1 64 0 0 0 0 0 0 0 0 23 0 8 0 172051365 937627648 17713 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=14813/tid=14821] ppid=14811 vsize=915652 CPUtime=0
/proc/14813/task/14821/stat : 14821 (java) S 14811 14813 14047 0 -1 64 1 0 0 0 0 0 0 0 15 0 8 0 172051365 937627648 17713 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1.3
Current children cumulated vsize (KiB) 915652

[startup+2.98668 s]
/proc/loadavg: 0.92 0.98 1.03 2/85 14821
/proc/meminfo: memFree=1707224/2055920 swapFree=4192812/4192956
[pid=14813] ppid=14811 vsize=915848 CPUtime=2.93
/proc/14813/stat : 14813 (java) R 14811 14813 14047 0 -1 0 21170 0 1 0 269 24 0 0 18 0 8 0 172051356 937828352 20906 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4073876071 0 4 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/14813/statm: 228962 20906 2545 14 0 215432 0
[pid=14813/tid=14815] ppid=14811 vsize=915848 CPUtime=0.11
/proc/14813/task/14815/stat : 14815 (java) S 14811 14813 14047 0 -1 64 4022 0 0 0 10 1 0 0 17 0 8 0 172051361 937828352 20906 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=14813/tid=14816] ppid=14811 vsize=915848 CPUtime=0
/proc/14813/task/14816/stat : 14816 (java) S 14811 14813 14047 0 -1 64 11 0 0 0 0 0 0 0 15 0 8 0 172051362 937828352 20906 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=14813/tid=14817] ppid=14811 vsize=915848 CPUtime=0
/proc/14813/task/14817/stat : 14817 (java) S 14811 14813 14047 0 -1 64 5 0 0 0 0 0 0 0 15 0 8 0 172051362 937828352 20906 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=14813/tid=14818] ppid=14811 vsize=915848 CPUtime=0
/proc/14813/task/14818/stat : 14818 (java) S 14811 14813 14047 0 -1 64 1 0 0 0 0 0 0 0 22 0 8 0 172051365 937828352 20906 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=14813/tid=14819] ppid=14811 vsize=915848 CPUtime=0.29
/proc/14813/task/14819/stat : 14819 (java) S 14811 14813 14047 0 -1 64 504 0 0 0 27 2 0 0 16 0 8 0 172051365 937828352 20906 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=14813/tid=14820] ppid=14811 vsize=915848 CPUtime=0
/proc/14813/task/14820/stat : 14820 (java) S 14811 14813 14047 0 -1 64 0 0 0 0 0 0 0 0 23 0 8 0 172051365 937828352 20906 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=14813/tid=14821] ppid=14811 vsize=915848 CPUtime=0
/proc/14813/task/14821/stat : 14821 (java) S 14811 14813 14047 0 -1 64 1 0 0 0 0 0 0 0 15 0 8 0 172051365 937828352 20906 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 2.93
Current children cumulated vsize (KiB) 915848

[startup+6.27904 s]
/proc/loadavg: 0.93 0.98 1.03 2/85 14821
/proc/meminfo: memFree=1707224/2055920 swapFree=4192812/4192956
[pid=14813] ppid=14811 vsize=915848 CPUtime=6.22
/proc/14813/stat : 14813 (java) R 14811 14813 14047 0 -1 0 21170 0 1 0 598 24 0 0 25 0 8 0 172051356 937828352 20906 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4073876071 0 4 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/14813/statm: 228962 20906 2545 14 0 215432 0
[pid=14813/tid=14815] ppid=14811 vsize=915848 CPUtime=0.11
/proc/14813/task/14815/stat : 14815 (java) S 14811 14813 14047 0 -1 64 4022 0 0 0 10 1 0 0 16 0 8 0 172051361 937828352 20906 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=14813/tid=14816] ppid=14811 vsize=915848 CPUtime=0
/proc/14813/task/14816/stat : 14816 (java) S 14811 14813 14047 0 -1 64 11 0 0 0 0 0 0 0 15 0 8 0 172051362 937828352 20906 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=14813/tid=14817] ppid=14811 vsize=915848 CPUtime=0
/proc/14813/task/14817/stat : 14817 (java) S 14811 14813 14047 0 -1 64 5 0 0 0 0 0 0 0 15 0 8 0 172051362 937828352 20906 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=14813/tid=14818] ppid=14811 vsize=915848 CPUtime=0
/proc/14813/task/14818/stat : 14818 (java) S 14811 14813 14047 0 -1 64 1 0 0 0 0 0 0 0 22 0 8 0 172051365 937828352 20906 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=14813/tid=14819] ppid=14811 vsize=915848 CPUtime=0.29
/proc/14813/task/14819/stat : 14819 (java) S 14811 14813 14047 0 -1 64 504 0 0 0 27 2 0 0 16 0 8 0 172051365 937828352 20906 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=14813/tid=14820] ppid=14811 vsize=915848 CPUtime=0
/proc/14813/task/14820/stat : 14820 (java) S 14811 14813 14047 0 -1 64 0 0 0 0 0 0 0 0 23 0 8 0 172051365 937828352 20906 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=14813/tid=14821] ppid=14811 vsize=915848 CPUtime=0
/proc/14813/task/14821/stat : 14821 (java) S 14811 14813 14047 0 -1 64 1 0 0 0 0 0 0 0 15 0 8 0 172051365 937828352 20906 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 6.22
Current children cumulated vsize (KiB) 915848

[startup+12.7577 s]
/proc/loadavg: 0.93 0.98 1.03 2/85 14821
/proc/meminfo: memFree=1707232/2055920 swapFree=4192812/4192956
[pid=14813] ppid=14811 vsize=915848 CPUtime=12.69
/proc/14813/stat : 14813 (java) R 14811 14813 14047 0 -1 0 21173 0 1 0 1245 24 0 0 25 0 8 0 172051356 937828352 20908 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4073876064 0 4 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/14813/statm: 228962 20908 2545 14 0 215432 0
[pid=14813/tid=14815] ppid=14811 vsize=915848 CPUtime=0.11
/proc/14813/task/14815/stat : 14815 (java) S 14811 14813 14047 0 -1 64 4022 0 0 0 10 1 0 0 16 0 8 0 172051361 937828352 20908 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=14813/tid=14816] ppid=14811 vsize=915848 CPUtime=0
/proc/14813/task/14816/stat : 14816 (java) S 14811 14813 14047 0 -1 64 11 0 0 0 0 0 0 0 15 0 8 0 172051362 937828352 20908 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=14813/tid=14817] ppid=14811 vsize=915848 CPUtime=0
/proc/14813/task/14817/stat : 14817 (java) S 14811 14813 14047 0 -1 64 5 0 0 0 0 0 0 0 15 0 8 0 172051362 937828352 20908 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=14813/tid=14818] ppid=14811 vsize=915848 CPUtime=0
/proc/14813/task/14818/stat : 14818 (java) S 14811 14813 14047 0 -1 64 1 0 0 0 0 0 0 0 22 0 8 0 172051365 937828352 20908 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=14813/tid=14819] ppid=14811 vsize=915848 CPUtime=0.3
/proc/14813/task/14819/stat : 14819 (java) S 14811 14813 14047 0 -1 64 507 0 0 0 28 2 0 0 16 0 8 0 172051365 937828352 20908 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=14813/tid=14820] ppid=14811 vsize=915848 CPUtime=0
/proc/14813/task/14820/stat : 14820 (java) S 14811 14813 14047 0 -1 64 0 0 0 0 0 0 0 0 23 0 8 0 172051365 937828352 20908 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=14813/tid=14821] ppid=14811 vsize=915848 CPUtime=0
/proc/14813/task/14821/stat : 14821 (java) S 14811 14813 14047 0 -1 64 1 0 0 0 0 0 0 0 15 0 8 0 172051365 937828352 20908 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 12.69
Current children cumulated vsize (KiB) 915848

[startup+25.5911 s]
/proc/loadavg: 0.95 0.98 1.03 2/85 14821
/proc/meminfo: memFree=1707232/2055920 swapFree=4192812/4192956
[pid=14813] ppid=14811 vsize=915848 CPUtime=25.51
/proc/14813/stat : 14813 (java) R 14811 14813 14047 0 -1 0 21945 0 1 0 2526 25 0 0 17 0 8 0 172051356 937828352 21669 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4073878012 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/14813/statm: 228962 21669 2549 14 0 215432 0
[pid=14813/tid=14815] ppid=14811 vsize=915848 CPUtime=0.15
/proc/14813/task/14815/stat : 14815 (java) S 14811 14813 14047 0 -1 64 4749 0 0 0 13 2 0 0 16 0 8 0 172051361 937828352 21669 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=14813/tid=14816] ppid=14811 vsize=915848 CPUtime=0
/proc/14813/task/14816/stat : 14816 (java) S 14811 14813 14047 0 -1 64 11 0 0 0 0 0 0 0 16 0 8 0 172051362 937828352 21669 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=14813/tid=14817] ppid=14811 vsize=915848 CPUtime=0
/proc/14813/task/14817/stat : 14817 (java) S 14811 14813 14047 0 -1 64 5 0 0 0 0 0 0 0 16 0 8 0 172051362 937828352 21669 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=14813/tid=14818] ppid=14811 vsize=915848 CPUtime=0
/proc/14813/task/14818/stat : 14818 (java) S 14811 14813 14047 0 -1 64 1 0 0 0 0 0 0 0 22 0 8 0 172051365 937828352 21669 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=14813/tid=14819] ppid=14811 vsize=915848 CPUtime=0.34
/proc/14813/task/14819/stat : 14819 (java) S 14811 14813 14047 0 -1 64 537 0 0 0 32 2 0 0 15 0 8 0 172051365 937828352 21669 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=14813/tid=14820] ppid=14811 vsize=915848 CPUtime=0
/proc/14813/task/14820/stat : 14820 (java) S 14811 14813 14047 0 -1 64 0 0 0 0 0 0 0 0 23 0 8 0 172051365 937828352 21669 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=14813/tid=14821] ppid=14811 vsize=915848 CPUtime=0
/proc/14813/task/14821/stat : 14821 (java) S 14811 14813 14047 0 -1 64 1 0 0 0 0 0 0 0 15 0 8 0 172051365 937828352 21669 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 25.51
Current children cumulated vsize (KiB) 915848

Child status: 0
Real time (s): 32.6282
CPU time (s): 32.5491
CPU user time (s): 32.2751
CPU system time (s): 0.273958
CPU usage (%): 99.7575
Max. virtual memory (cumulated for all children) (KiB): 915848

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 32.2751
system time used= 0.273958
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 21953
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= 1962
involuntary context switches= 1111

runsolver used 0.044993 s user time and 0.083987 s system time

The end

Launcher Data (download as text)

Begin job on node24 on Mon Jan  8 06:09:21 UTC 2007


IDJOB= 215824
IDBENCH= 5031
FILE ID= node24/215824-1168236561

PBS_JOBID= 3481439

Free space on /tmp= 66476 MiB

BENCH NAME= HOME/pub/bench/CPAI06/pseudoSeries/mps/mps-neos1.xml
COMMAND LINE= java -Xms756M -Xmx756M -XX:PermSize=10m -XX:MaxPermSize=10m -jar abscon109.jar esac.xml 1 XSax /tmp/evaluation/215824-1168236561/unknown.xml
RUNSOLVER COMMAND LINE= runsolver  --timestamp  -w ROOT/results/node24/watcher-215824-1168236561 -o ROOT/results/node24/solver-215824-1168236561 -C 1800 -M 900  java -Xms756M -Xmx756M -XX:PermSize=10m -XX:MaxPermSize=10m -jar abscon109.jar esac.xml 1 XSax /tmp/evaluation/215824-1168236561/unknown.xml

META MD5SUM SOLVER= 9b91398c18c9fe54a6c4cfb50dadce08
MD5SUM BENCH=  1f5b684aa4899517e9f048ce697a1e60

RANDOM SEED= 648259353

TIME LIMIT= 1800 seconds

MEMORY LIMIT= 900 MiB


/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.234
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.234
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:       1781680 kB
Buffers:         42600 kB
Cached:         124816 kB
SwapCached:          0 kB
Active:         137948 kB
Inactive:        82448 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1781680 kB
SwapTotal:     4192956 kB
SwapFree:      4192812 kB
Dirty:            2596 kB
Writeback:           0 kB
Mapped:          71928 kB
Slab:            39196 kB
Committed_AS:  3605128 kB
PageTables:       1984 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= 66476 MiB



End job on node24 on Mon Jan  8 06:09:54 UTC 2007