Trace number 229622

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 7.06692 7.15093

DiagnosticValue
CHECKS40292803
NODES38555

General information on the benchmark

Nametightness/tightness0.35/
rand-2-40-16-250-350-23_ext.xml
MD5SUM68bb9f19e6d0eae74ccb2b74aee2f625
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 benchmark2.23466
SatisfiableYES
(Un)Satisfiability was provedYES
Number of variables40
Number of constraints250
Maximum constraint arity2
Maximum domain size16
Number of constraints which are defined in extension250
Number of constraints which are defined in intension0
Global constraints used (with number of constraints)

Solver Data (download as text)

0.29	   
0.29	Abscon 109 (November, 2006)
0.29	   
0.29	   configuration
0.29	     name=esac.xml
0.32	   
0.32	   instance
0.32	     name=/tmp/evaluation/229622-1168307564/unknown.xml
0.35	   
0.35	   domains being loaded...
0.35	   
0.35	   variables being loaded...
0.39	     nbVariables=40  nbDomainTypes=1  minDomainSize=16  maxDomainSize=16
0.39	       =>  wckTime=0.093  cpuTime=0.09  mem=6M951
0.39	   
0.39	   relations being loaded...
0.46	   
0.46	   constraints being loaded...
0.56	     nbConstraints=250  nbRelationTypes=250  nbExtensionStructures=250  nbSharedExtensionStructures=0
0.56	     nbConflictsStructures=250  nbSharedConflictsStructures=0  nbSharedBinaryRepresentations=1383  maxDegree=18
0.56	     maxArity=2
0.56	       =>  wckTime=0.265  cpuTime=0.2  mem=11M893
0.60	   
0.60	   solver IterativeSystematicSolver being built... 
0.75	       =>  wckTime=0.457  cpuTime=0.32  mem=14M825
0.80	   
0.80	   preprocessing
0.80	     nbConstraintChecks=55802  nbPropagations=866  nbRevisions=6085  nbUselessRevisions=4960  nbSingletonTests=54
0.80	     nbEffectiveSingletonTests=0  nbESACBranches=7  nbRemovedValues=0  detectedInconsistency=no
0.80	       =>  wckTime=0.046  cpuTime=0.02  mem=14M825
0.82	   
0.82	   search
0.82	     run=0  nbConstraintChecks=24290  nbPropagations=1319  nbRevisions=10289  nbUselessRevisions=8214  nbAssignments=26
0.82	     nbFailedAssignments=8  nbBacktracks=11  nbVisitedNodes=40  nbRestartNogoods=0  mapSize=8  nbInferences=0
0.82	     nbTooLargeKeys=0
0.82	       =>  wckTime=0.065  cpuTime=0.05  mem=14M825
0.84	   
0.84	   search
0.84	     run=1  nbConstraintChecks=49931  nbPropagations=3139  nbRevisions=25406  nbUselessRevisions=20209  nbAssignments=55
0.84	     nbFailedAssignments=18  nbBacktracks=26  nbVisitedNodes=87  nbRestartNogoods=3  mapSize=21  nbInferences=0
0.84	     nbTooLargeKeys=0
0.84	       =>  wckTime=0.082  cpuTime=0.06  mem=14M825
0.85	   
0.85	   search
0.85	     run=2  nbConstraintChecks=102576  nbPropagations=5848  nbRevisions=49958  nbUselessRevisions=39437
0.85	     nbAssignments=102  nbFailedAssignments=38  nbBacktracks=49  nbVisitedNodes=169  nbRestartNogoods=4  mapSize=42
0.85	     nbInferences=0  nbTooLargeKeys=0
0.85	       =>  wckTime=0.097  cpuTime=0.07  mem=14M825
0.87	   
0.87	   search
0.87	     run=3  nbConstraintChecks=169951  nbPropagations=9872  nbRevisions=87967  nbUselessRevisions=69047
0.87	     nbAssignments=168  nbFailedAssignments=62  nbBacktracks=84  nbVisitedNodes=279  nbRestartNogoods=5  mapSize=72
0.87	     nbInferences=0  nbTooLargeKeys=0
0.87	       =>  wckTime=0.112  cpuTime=0.08  mem=14M825
0.89	   
0.89	   search
0.89	     run=4  nbConstraintChecks=277068  nbPropagations=15755  nbRevisions=145315  nbUselessRevisions=113318
0.89	     nbAssignments=263  nbFailedAssignments=100  nbBacktracks=134  nbVisitedNodes=446  nbRestartNogoods=7  mapSize=115
0.89	     nbInferences=0  nbTooLargeKeys=0
0.89	       =>  wckTime=0.135  cpuTime=0.1  mem=14M825
0.92	   
0.92	   search
0.92	     run=5  nbConstraintChecks=393738  nbPropagations=23984  nbRevisions=226955  nbUselessRevisions=176551
0.92	     nbAssignments=395  nbFailedAssignments=147  nbBacktracks=213  nbVisitedNodes=677  nbRestartNogoods=13  mapSize=187
0.92	     nbInferences=0  nbTooLargeKeys=0
0.92	       =>  wckTime=0.164  cpuTime=0.13  mem=14M825
0.96	   
0.96	   search
0.96	     run=6  nbConstraintChecks=620296  nbPropagations=36065  nbRevisions=349744  nbUselessRevisions=270874
0.96	     nbAssignments=609  nbFailedAssignments=240  nbBacktracks=329  nbVisitedNodes=1054  nbRestartNogoods=16  mapSize=284
0.96	     nbInferences=0  nbTooLargeKeys=0
0.96	       =>  wckTime=0.207  cpuTime=0.17  mem=14M825
1.01	   
1.01	   search
1.01	     run=7  nbConstraintChecks=858407  nbPropagations=52658  nbRevisions=520198  nbUselessRevisions=401952
1.01	     nbAssignments=889  nbFailedAssignments=342  nbBacktracks=500  nbVisitedNodes=1521  nbRestartNogoods=19  mapSize=414
1.01	     nbInferences=0  nbTooLargeKeys=0
1.01	       =>  wckTime=0.254  cpuTime=0.22  mem=14M825
1.09	   
1.09	   search
1.09	     run=8  nbConstraintChecks=1319877  nbPropagations=77497  nbRevisions=776825  nbUselessRevisions=599079
1.10	     nbAssignments=1309  nbFailedAssignments=488  nbBacktracks=756  nbVisitedNodes=2230  nbRestartNogoods=27
1.10	     mapSize=624  nbInferences=0  nbTooLargeKeys=0
1.10	       =>  wckTime=0.342  cpuTime=0.3  mem=14M825
1.23	   
1.23	   search
1.23	     run=9  nbConstraintChecks=1996311  nbPropagations=114283  nbRevisions=1159394  nbUselessRevisions=891941
1.23	     nbAssignments=1937  nbFailedAssignments=725  nbBacktracks=1142  nbVisitedNodes=3322  nbRestartNogoods=36
1.23	     mapSize=954  nbInferences=0  nbTooLargeKeys=0
1.23	       =>  wckTime=0.476  cpuTime=0.42  mem=14M825
1.25	   
1.25	   INFO : Stopping hyperNogood (mapSize=1001, nbTooLargekeys=0, mem=14M825)
1.39	   
1.39	   search
1.39	     run=10  nbConstraintChecks=2937921  nbPropagations=168625  nbRevisions=1725788  nbUselessRevisions=1325633
1.39	     nbAssignments=2878  nbFailedAssignments=1083  nbBacktracks=1721  nbVisitedNodes=4956  nbRestartNogoods=42
1.39	       =>  wckTime=0.64  cpuTime=0.57  mem=14M825
1.64	   
1.64	   search
1.64	     run=11  nbConstraintChecks=4524604  nbPropagations=250933  nbRevisions=2595044  nbUselessRevisions=1990683
1.64	     nbAssignments=4385  nbFailedAssignments=1721  nbBacktracks=2585  nbVisitedNodes=7608  nbRestartNogoods=47
1.64	       =>  wckTime=0.885  cpuTime=0.81  mem=14M825
1.98	   
1.98	   search
1.98	     run=12  nbConstraintChecks=6824260  nbPropagations=373288  nbRevisions=3892540  nbUselessRevisions=2981378
1.98	     nbAssignments=6542  nbFailedAssignments=2575  nbBacktracks=3883  nbVisitedNodes=11383  nbRestartNogoods=52
1.98	       =>  wckTime=1.231  cpuTime=1.16  mem=14M825
2.47	   
2.47	   search
2.47	     run=13  nbConstraintChecks=9928670  nbPropagations=552522  nbRevisions=5788070  nbUselessRevisions=4428635
2.47	     nbAssignments=9665  nbFailedAssignments=3748  nbBacktracks=5829  nbVisitedNodes=16702  nbRestartNogoods=60
2.47	       =>  wckTime=1.713  cpuTime=1.63  mem=14M825
3.20	   
3.20	   search
3.20	     run=14  nbConstraintChecks=14707401  nbPropagations=820015  nbRevisions=8612467  nbUselessRevisions=6586224
3.20	     nbAssignments=14459  nbFailedAssignments=5609  nbBacktracks=8748  nbVisitedNodes=24986  nbRestartNogoods=70
3.20	       =>  wckTime=2.451  cpuTime=2.37  mem=14M825
4.40	   
4.40	   search
4.40	     run=15  nbConstraintChecks=22685308  nbPropagations=1225819  nbRevisions=12926590  nbUselessRevisions=9881896
4.40	     nbAssignments=21806  nbFailedAssignments=8570  nbBacktracks=13126  nbVisitedNodes=37828  nbRestartNogoods=84
4.40	       =>  wckTime=3.649  cpuTime=3.56  mem=14M825
6.15	   
6.15	   search
6.15	     run=16  nbConstraintChecks=33986848  nbPropagations=1836299  nbRevisions=19425312  nbUselessRevisions=14851181
6.15	     nbAssignments=32591  nbFailedAssignments=12781  nbBacktracks=19695  nbVisitedNodes=56635  nbRestartNogoods=94
6.15	       =>  wckTime=5.396  cpuTime=5.3  mem=14M825
7.10	   
7.10	   search
7.10	     run=17  nbConstraintChecks=40237001  nbPropagations=2556325  nbRevisions=27095540  nbUselessRevisions=20715190
7.10	     nbAssignments=38555  nbFailedAssignments=15123  nbBacktracks=23277  nbVisitedNodes=66941  nbRestartNogoods=101
7.10	       =>  wckTime=6.346  cpuTime=6.24  mem=14M825
7.10	   
7.10	   global
7.10	     nbConstraintChecks=40292803  nbPropagations=2557191  nbRevisions=27101625  nbUselessRevisions=20720150
7.10	     nbRestartNogoods=101  solvingWckTime=6.347  solvingCpuTime=6.24  expiredTime=no  totalExploration=no
7.10	     nbFoundSolutions=1  globalCpuTime=6.6
7.10	       =>  wckTime=6.807  cpuTime=6.56  mem=14M825
7.10	   
7.10	s SATISFIABLE
7.10	v 6 1 14 13 4 13 15 5 13 5 15 10 3 10 10 14 14 12 4 3 1 7 2 4 1 8 12 15 10 3 15 6 2 0 8 15 12 9 6 7 
7.10	d NODES 38555
7.10	d CHECKS 40292803
7.10	   
7.10	   totalWckTime=6.882  totalCpuTime=6.6

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/node2/watcher-229622-1168307564 -o ROOT/results/node2/solver-229622-1168307564 -C 1800 -M 900 java -Xms756M -Xmx756M -XX:PermSize=10m -XX:MaxPermSize=10m -jar abscon109.jar esac.xml 1 XSax /tmp/evaluation/229622-1168307564/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 1.01 1.26 6/84 15632
/proc/meminfo: memFree=1654928/2055920 swapFree=4191880/4192956
[pid=15629] ppid=15626 vsize=1784 CPUtime=0
/proc/15629/stat : 15629 (java) D 15626 15629 15484 0 -1 0 169 0 0 0 0 0 0 0 22 0 1 0 179152017 1826816 140 18446744073709551615 134512640 134570532 4294956624 18446744073709551615 4294960144 0 2147483391 4096 0 18446744072099781622 0 0 17 0 0 0
/proc/15629/statm: 446 160 125 14 0 91 0

[startup+0.109513 s]
/proc/loadavg: 0.92 1.01 1.26 6/84 15632
/proc/meminfo: memFree=1654928/2055920 swapFree=4191880/4192956
[pid=15629] ppid=15626 vsize=914988 CPUtime=0.09
/proc/15629/stat : 15629 (java) R 15626 15629 15484 0 -1 0 3076 0 1 0 7 2 0 0 18 0 8 0 179152017 936947712 2822 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4072944331 0 4 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/15629/statm: 228747 2822 1455 14 0 215242 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 914988

[startup+0.517586 s]
/proc/loadavg: 0.92 1.01 1.26 6/84 15632
/proc/meminfo: memFree=1654928/2055920 swapFree=4191880/4192956
[pid=15629] ppid=15626 vsize=915328 CPUtime=0.49
/proc/15629/stat : 15629 (java) R 15626 15629 15484 0 -1 0 6932 0 1 0 44 5 0 0 20 0 8 0 179152017 937295872 6671 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4072918448 0 4 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/15629/statm: 228832 6671 2147 14 0 215302 0
Current children cumulated CPU time (s) 0.49
Current children cumulated vsize (KiB) 915328

[startup+1.34474 s]
/proc/loadavg: 1.01 1.03 1.27 3/101 15649
/proc/meminfo: memFree=1622352/2055920 swapFree=4191880/4192956
[pid=15629] ppid=15626 vsize=915452 CPUtime=1.32
/proc/15629/stat : 15629 (java) R 15626 15629 15484 0 -1 0 8698 0 1 0 125 7 0 0 25 0 8 0 179152017 937422848 8436 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4073786213 0 4 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/15629/statm: 228863 8436 2524 14 0 215333 0
[pid=15629/tid=15636] ppid=15626 vsize=915452 CPUtime=0.02
/proc/15629/task/15636/stat : 15636 (java) S 15626 15629 15484 0 -1 64 242 0 0 0 2 0 0 0 16 0 8 0 179152021 937422848 8436 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=15629/tid=15638] ppid=15626 vsize=915452 CPUtime=0
/proc/15629/task/15638/stat : 15638 (java) S 15626 15629 15484 0 -1 64 11 0 0 0 0 0 0 0 16 0 8 0 179152021 937422848 8436 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=15629/tid=15639] ppid=15626 vsize=915452 CPUtime=0
/proc/15629/task/15639/stat : 15639 (java) S 15626 15629 15484 0 -1 64 5 0 0 0 0 0 0 0 15 0 8 0 179152021 937422848 8436 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=15629/tid=15642] ppid=15626 vsize=915452 CPUtime=0
/proc/15629/task/15642/stat : 15642 (java) S 15626 15629 15484 0 -1 64 1 0 0 0 0 0 0 0 25 0 8 0 179152024 937422848 8436 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=15629/tid=15643] ppid=15626 vsize=915452 CPUtime=0.21
/proc/15629/task/15643/stat : 15643 (java) S 15626 15629 15484 0 -1 64 387 0 0 0 21 0 0 0 16 0 8 0 179152024 937422848 8436 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=15629/tid=15644] ppid=15626 vsize=915452 CPUtime=0
/proc/15629/task/15644/stat : 15644 (java) S 15626 15629 15484 0 -1 64 0 0 0 0 0 0 0 0 25 0 8 0 179152024 937422848 8436 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=15629/tid=15645] ppid=15626 vsize=915452 CPUtime=0
/proc/15629/task/15645/stat : 15645 (java) S 15626 15629 15484 0 -1 64 1 0 0 0 0 0 0 0 15 0 8 0 179152024 937422848 8436 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1.32
Current children cumulated vsize (KiB) 915452

[startup+2.98403 s]
/proc/loadavg: 1.01 1.03 1.27 4/101 15649
/proc/meminfo: memFree=1621904/2055920 swapFree=4191880/4192956
[pid=15629] ppid=15626 vsize=915452 CPUtime=2.95
/proc/15629/stat : 15629 (java) R 15626 15629 15484 0 -1 0 8711 0 1 0 288 7 0 0 25 0 8 0 179152017 937422848 8448 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4072918523 0 4 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/15629/statm: 228863 8448 2524 14 0 215333 0
[pid=15629/tid=15636] ppid=15626 vsize=915452 CPUtime=0.02
/proc/15629/task/15636/stat : 15636 (java) S 15626 15629 15484 0 -1 64 242 0 0 0 2 0 0 0 16 0 8 0 179152021 937422848 8448 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=15629/tid=15638] ppid=15626 vsize=915452 CPUtime=0
/proc/15629/task/15638/stat : 15638 (java) S 15626 15629 15484 0 -1 64 11 0 0 0 0 0 0 0 16 0 8 0 179152021 937422848 8448 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=15629/tid=15639] ppid=15626 vsize=915452 CPUtime=0
/proc/15629/task/15639/stat : 15639 (java) S 15626 15629 15484 0 -1 64 5 0 0 0 0 0 0 0 15 0 8 0 179152021 937422848 8448 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=15629/tid=15642] ppid=15626 vsize=915452 CPUtime=0
/proc/15629/task/15642/stat : 15642 (java) S 15626 15629 15484 0 -1 64 1 0 0 0 0 0 0 0 25 0 8 0 179152024 937422848 8448 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=15629/tid=15643] ppid=15626 vsize=915452 CPUtime=0.21
/proc/15629/task/15643/stat : 15643 (java) S 15626 15629 15484 0 -1 64 390 0 0 0 21 0 0 0 16 0 8 0 179152024 937422848 8448 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=15629/tid=15644] ppid=15626 vsize=915452 CPUtime=0
/proc/15629/task/15644/stat : 15644 (java) S 15626 15629 15484 0 -1 64 0 0 0 0 0 0 0 0 25 0 8 0 179152024 937422848 8448 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=15629/tid=15645] ppid=15626 vsize=915452 CPUtime=0
/proc/15629/task/15645/stat : 15645 (java) S 15626 15629 15484 0 -1 64 1 0 0 0 0 0 0 0 15 0 8 0 179152024 937422848 8448 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 2.95
Current children cumulated vsize (KiB) 915452

[startup+6.27664 s]
/proc/loadavg: 1.01 1.03 1.27 3/101 15649
/proc/meminfo: memFree=1621712/2055920 swapFree=4191880/4192956
[pid=15629] ppid=15626 vsize=915452 CPUtime=6.23
/proc/15629/stat : 15629 (java) R 15626 15629 15484 0 -1 0 8719 0 1 0 616 7 0 0 25 0 8 0 179152017 937422848 8455 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4073336169 0 4 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/15629/statm: 228863 8455 2524 14 0 215333 0
[pid=15629/tid=15636] ppid=15626 vsize=915452 CPUtime=0.02
/proc/15629/task/15636/stat : 15636 (java) S 15626 15629 15484 0 -1 64 242 0 0 0 2 0 0 0 16 0 8 0 179152021 937422848 8455 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=15629/tid=15638] ppid=15626 vsize=915452 CPUtime=0
/proc/15629/task/15638/stat : 15638 (java) S 15626 15629 15484 0 -1 64 11 0 0 0 0 0 0 0 16 0 8 0 179152021 937422848 8455 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=15629/tid=15639] ppid=15626 vsize=915452 CPUtime=0
/proc/15629/task/15639/stat : 15639 (java) S 15626 15629 15484 0 -1 64 5 0 0 0 0 0 0 0 15 0 8 0 179152021 937422848 8455 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=15629/tid=15642] ppid=15626 vsize=915452 CPUtime=0
/proc/15629/task/15642/stat : 15642 (java) S 15626 15629 15484 0 -1 64 1 0 0 0 0 0 0 0 25 0 8 0 179152024 937422848 8455 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=15629/tid=15643] ppid=15626 vsize=915452 CPUtime=0.21
/proc/15629/task/15643/stat : 15643 (java) S 15626 15629 15484 0 -1 64 390 0 0 0 21 0 0 0 16 0 8 0 179152024 937422848 8455 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=15629/tid=15644] ppid=15626 vsize=915452 CPUtime=0
/proc/15629/task/15644/stat : 15644 (java) S 15626 15629 15484 0 -1 64 0 0 0 0 0 0 0 0 25 0 8 0 179152024 937422848 8455 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=15629/tid=15645] ppid=15626 vsize=915452 CPUtime=0
/proc/15629/task/15645/stat : 15645 (java) S 15626 15629 15484 0 -1 64 1 0 0 0 0 0 0 0 15 0 8 0 179152024 937422848 8455 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 6.23
Current children cumulated vsize (KiB) 915452

Child status: 0
Real time (s): 7.15093
CPU time (s): 7.06692
CPU user time (s): 6.98694
CPU system time (s): 0.079987
CPU usage (%): 98.8253
Max. virtual memory (cumulated for all children) (KiB): 915452

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 6.98694
system time used= 0.079987
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 8812
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= 1249
involuntary context switches= 1574

runsolver used 0.009998 s user time and 0.033994 s system time

The end

Launcher Data (download as text)

Begin job on node2 on Tue Jan  9 01:52:44 UTC 2007


IDJOB= 229622
IDBENCH= 6330
FILE ID= node2/229622-1168307564

PBS_JOBID= 3502327

Free space on /tmp= 66339 MiB

BENCH NAME= HOME/pub/bench/CPAI06/tightness/tightness0.35/rand-2-40-16-250-350-23_ext.xml
COMMAND LINE= java -Xms756M -Xmx756M -XX:PermSize=10m -XX:MaxPermSize=10m -jar abscon109.jar esac.xml 1 XSax /tmp/evaluation/229622-1168307564/unknown.xml
RUNSOLVER COMMAND LINE= runsolver  --timestamp  -w ROOT/results/node2/watcher-229622-1168307564 -o ROOT/results/node2/solver-229622-1168307564 -C 1800 -M 900  java -Xms756M -Xmx756M -XX:PermSize=10m -XX:MaxPermSize=10m -jar abscon109.jar esac.xml 1 XSax /tmp/evaluation/229622-1168307564/unknown.xml

META MD5SUM SOLVER= 9b91398c18c9fe54a6c4cfb50dadce08
MD5SUM BENCH=  68bb9f19e6d0eae74ccb2b74aee2f625

RANDOM SEED= 903316840

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.259
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	: 5931.00
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.259
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:       1655944 kB
Buffers:         66164 kB
Cached:         223160 kB
SwapCached:        288 kB
Active:         250180 kB
Inactive:        99304 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1655944 kB
SwapTotal:     4192956 kB
SwapFree:      4191880 kB
Dirty:            2440 kB
Writeback:           0 kB
Mapped:          78400 kB
Slab:            35508 kB
Committed_AS:  4693284 kB
PageTables:       2212 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= 66339 MiB



End job on node2 on Tue Jan  9 01:52:51 UTC 2007