Trace number 224271

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.2499 7.37503

DiagnosticValue
CHECKS45878860
NODES34275

General information on the benchmark

Nametightness/tightness0.5/
rand-2-40-25-180-500-27_ext.xml
MD5SUM3788069b797882aa052dc6d3eb269e73
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 benchmark7.2499
SatisfiableYES
(Un)Satisfiability was provedYES
Number of variables40
Number of constraints180
Maximum constraint arity2
Maximum domain size25
Number of constraints which are defined in extension180
Number of constraints which are defined in intension0
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/224271-1168268278/unknown.xml
0.38	   
0.38	   domains being loaded...
0.39	   
0.39	   variables being loaded...
0.42	     nbVariables=40  nbDomainTypes=1  minDomainSize=25  maxDomainSize=25
0.42	       =>  wckTime=0.107  cpuTime=0.09  mem=6M951
0.42	   
0.42	   relations being loaded...
0.53	   
0.53	   constraints being loaded...
0.63	     nbConstraints=180  nbRelationTypes=180  nbExtensionStructures=180  nbSharedExtensionStructures=0
0.63	     nbConflictsStructures=180  nbSharedConflictsStructures=0  nbSharedBinaryRepresentations=2  maxDegree=15  maxArity=2
0.63	       =>  wckTime=0.315  cpuTime=0.24  mem=13M794
0.67	   
0.67	   solver IterativeSystematicSolver being built... 
0.84	       =>  wckTime=0.522  cpuTime=0.37  mem=14M839
0.89	   
0.89	   preprocessing
0.89	     nbConstraintChecks=74650  nbPropagations=818  nbRevisions=5339  nbUselessRevisions=4167  nbSingletonTests=51
0.89	     nbEffectiveSingletonTests=0  nbESACBranches=7  nbRemovedValues=0  detectedInconsistency=no
0.89	       =>  wckTime=0.049  cpuTime=0.03  mem=14M839
0.91	   
0.91	   search
0.91	     run=0  nbConstraintChecks=27111  nbPropagations=1262  nbRevisions=8589  nbUselessRevisions=6558  nbAssignments=25
0.91	     nbFailedAssignments=9  nbBacktracks=10  nbVisitedNodes=39  nbRestartNogoods=0  mapSize=8  nbInferences=0
0.91	     nbTooLargeKeys=0
0.91	       =>  wckTime=0.069  cpuTime=0.05  mem=14M839
0.93	   
0.93	   search
0.93	     run=1  nbConstraintChecks=77093  nbPropagations=3251  nbRevisions=22890  nbUselessRevisions=17208  nbAssignments=60
0.93	     nbFailedAssignments=22  nbBacktracks=25  nbVisitedNodes=97  nbRestartNogoods=1  mapSize=22  nbInferences=0
0.93	     nbTooLargeKeys=0
0.93	       =>  wckTime=0.088  cpuTime=0.06  mem=14M839
0.95	   
0.95	   search
0.95	     run=2  nbConstraintChecks=174992  nbPropagations=6583  nbRevisions=48159  nbUselessRevisions=35657
0.95	     nbAssignments=129  nbFailedAssignments=51  nbBacktracks=48  nbVisitedNodes=201  nbRestartNogoods=6  mapSize=43
0.95	     nbInferences=0  nbTooLargeKeys=0
0.95	       =>  wckTime=0.111  cpuTime=0.07  mem=14M839
0.97	   
0.97	   search
0.97	     run=3  nbConstraintChecks=274406  nbPropagations=11616  nbRevisions=86421  nbUselessRevisions=63199
0.97	     nbAssignments=209  nbFailedAssignments=93  nbBacktracks=82  nbVisitedNodes=347  nbRestartNogoods=11  mapSize=75
0.97	     nbInferences=0  nbTooLargeKeys=0
0.97	       =>  wckTime=0.131  cpuTime=0.09  mem=14M839
1.01	   
1.01	   search
1.01	     run=4  nbConstraintChecks=446969  nbPropagations=19338  nbRevisions=146131  nbUselessRevisions=105480
1.01	     nbAssignments=338  nbFailedAssignments=164  nbBacktracks=132  nbVisitedNodes=583  nbRestartNogoods=14  mapSize=123
1.01	     nbInferences=0  nbTooLargeKeys=0
1.01	       =>  wckTime=0.163  cpuTime=0.12  mem=14M839
1.05	   
1.05	   search
1.05	     run=5  nbConstraintChecks=673657  nbPropagations=30893  nbRevisions=237375  nbUselessRevisions=169856
1.05	     nbAssignments=517  nbFailedAssignments=260  nbBacktracks=208  nbVisitedNodes=915  nbRestartNogoods=17  mapSize=195
1.05	     nbInferences=0  nbTooLargeKeys=0
1.05	       =>  wckTime=0.204  cpuTime=0.16  mem=14M839
1.09	   
1.10	   search
1.10	     run=6  nbConstraintChecks=959009  nbPropagations=47226  nbRevisions=366113  nbUselessRevisions=260358
1.10	     nbAssignments=736  nbFailedAssignments=359  nbBacktracks=322  nbVisitedNodes=1301  nbRestartNogoods=21  mapSize=293
1.10	     nbInferences=0  nbTooLargeKeys=0
1.10	       =>  wckTime=0.253  cpuTime=0.21  mem=14M839
1.17	   
1.17	   search
1.17	     run=7  nbConstraintChecks=1382606  nbPropagations=70799  nbRevisions=553190  nbUselessRevisions=391738
1.17	     nbAssignments=1063  nbFailedAssignments=510  nbBacktracks=494  nbVisitedNodes=1882  nbRestartNogoods=27
1.17	     mapSize=440  nbInferences=0  nbTooLargeKeys=0
1.17	       =>  wckTime=0.331  cpuTime=0.28  mem=14M839
1.29	   
1.29	   search
1.29	     run=8  nbConstraintChecks=2041597  nbPropagations=104881  nbRevisions=825091  nbUselessRevisions=582603
1.29	     nbAssignments=1543  nbFailedAssignments=725  nbBacktracks=751  nbVisitedNodes=2753  nbRestartNogoods=29
1.29	     mapSize=663  nbInferences=0  nbTooLargeKeys=0
1.29	       =>  wckTime=0.447  cpuTime=0.38  mem=14M839
1.46	   
1.46	   search
1.46	     run=9  nbConstraintChecks=3199401  nbPropagations=157606  nbRevisions=1250870  nbUselessRevisions=881992
1.46	     nbAssignments=2353  nbFailedAssignments=1129  nbBacktracks=1136  nbVisitedNodes=4218  nbRestartNogoods=36
1.46	     mapSize=1013  nbInferences=0  nbTooLargeKeys=0
1.46	       =>  wckTime=0.621  cpuTime=0.54  mem=14M839
1.47	   
1.47	   INFO : Stopping hyperNogood (mapSize=1026, nbTooLargekeys=0, mem=14M839)
1.67	   
1.67	   search
1.67	     run=10  nbConstraintChecks=4567512  nbPropagations=233841  nbRevisions=1862540  nbUselessRevisions=1310087
1.67	     nbAssignments=3421  nbFailedAssignments=1615  nbBacktracks=1713  nbVisitedNodes=6126  nbRestartNogoods=44
1.67	       =>  wckTime=0.832  cpuTime=0.74  mem=14M839
1.98	   
1.98	   search
1.98	     run=11  nbConstraintChecks=6782163  nbPropagations=348289  nbRevisions=2781810  nbUselessRevisions=1953492
1.98	     nbAssignments=5120  nbFailedAssignments=2443  nbBacktracks=2577  nbVisitedNodes=9202  nbRestartNogoods=52
1.98	       =>  wckTime=1.142  cpuTime=1.05  mem=14M839
2.39	   
2.39	   search
2.39	     run=12  nbConstraintChecks=9749298  nbPropagations=511399  nbRevisions=4088344  nbUselessRevisions=2866262
2.39	     nbAssignments=7424  nbFailedAssignments=3426  nbBacktracks=3874  nbVisitedNodes=13205  nbRestartNogoods=63
2.39	       =>  wckTime=1.549  cpuTime=1.45  mem=14M839
3.07	   
3.07	   search
3.07	     run=13  nbConstraintChecks=14659382  nbPropagations=757727  nbRevisions=6064517  nbUselessRevisions=4247444
3.07	     nbAssignments=11165  nbFailedAssignments=5206  nbBacktracks=5821  nbVisitedNodes=19956  nbRestartNogoods=77
3.07	       =>  wckTime=2.231  cpuTime=2.13  mem=14M839
4.04	   
4.04	   search
4.04	     run=14  nbConstraintChecks=21874164  nbPropagations=1119873  nbRevisions=8966993  nbUselessRevisions=6271413
4.04	     nbAssignments=16447  nbFailedAssignments=7564  nbBacktracks=8740  nbVisitedNodes=29342  nbRestartNogoods=86
4.04	       =>  wckTime=3.202  cpuTime=3.09  mem=15M815
5.68	   
5.68	   search
5.68	     run=15  nbConstraintChecks=34158405  nbPropagations=1674916  nbRevisions=13454665  nbUselessRevisions=9400965
5.68	     nbAssignments=25122  nbFailedAssignments=11855  nbBacktracks=13118  nbVisitedNodes=45191  nbRestartNogoods=96
5.68	       =>  wckTime=4.836  cpuTime=4.71  mem=15M815
7.31	   
7.31	   search
7.31	     run=16  nbConstraintChecks=45804210  nbPropagations=2432708  nbRevisions=19562732  nbUselessRevisions=13665512
7.31	     nbAssignments=34275  nbFailedAssignments=16181  nbBacktracks=17905  nbVisitedNodes=61758  nbRestartNogoods=110
7.31	       =>  wckTime=6.466  cpuTime=6.32  mem=15M815
7.31	   
7.31	   global
7.31	     nbConstraintChecks=45878860  nbPropagations=2433526  nbRevisions=19568071  nbUselessRevisions=13669679
7.31	     nbRestartNogoods=110  solvingWckTime=6.467  solvingCpuTime=6.32  expiredTime=no  totalExploration=no
7.31	     nbFoundSolutions=1  globalCpuTime=6.74
7.31	       =>  wckTime=6.994  cpuTime=6.7  mem=15M815
7.31	   
7.31	s SATISFIABLE
7.31	v 20 18 8 20 21 7 16 0 23 24 8 23 6 22 20 14 2 11 6 9 15 5 11 22 7 0 17 8 13 2 17 0 14 11 3 2 6 3 2 19 
7.31	d NODES 34275
7.31	d CHECKS 45878860
7.31	   
7.31	   totalWckTime=7.076  totalCpuTime=6.75

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/node39/watcher-224271-1168268278 -o ROOT/results/node39/solver-224271-1168268278 -C 1800 -M 900 java -Xms756M -Xmx756M -XX:PermSize=10m -XX:MaxPermSize=10m -jar abscon109.jar esac.xml 1 XSax /tmp/evaluation/224271-1168268278/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: 1.88 1.96 1.98 4/74 21155
/proc/meminfo: memFree=348888/2055920 swapFree=4187312/4192956
[pid=21154] ppid=21152 vsize=18540 CPUtime=0
/proc/21154/stat : 21154 (runsolver) R 21152 21154 20957 0 -1 4194368 17 0 0 0 0 0 0 0 20 0 1 0 175227451 18984960 279 18446744073709551615 4194304 4267372 548682068960 18446744073709551615 231493659943 0 2147483391 4096 24578 0 0 0 17 1 0 0
/proc/21154/statm: 4635 279 244 17 0 2626 0

[startup+0.11001 s]
/proc/loadavg: 1.88 1.96 1.98 4/74 21155
/proc/meminfo: memFree=348888/2055920 swapFree=4187312/4192956
[pid=21154] ppid=21152 vsize=914988 CPUtime=0.09
/proc/21154/stat : 21154 (java) R 21152 21154 20957 0 -1 0 3023 0 1 0 8 1 0 0 17 0 8 0 175227451 936947712 2769 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4155582801 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/21154/statm: 228747 2769 1436 14 0 215242 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 914988

[startup+0.518048 s]
/proc/loadavg: 1.88 1.96 1.98 4/74 21155
/proc/meminfo: memFree=348888/2055920 swapFree=4187312/4192956
[pid=21154] ppid=21152 vsize=915328 CPUtime=0.49
/proc/21154/stat : 21154 (java) R 21152 21154 20957 0 -1 0 7065 0 1 0 45 4 0 0 18 0 8 0 175227451 937295872 6804 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4073563223 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/21154/statm: 228832 6804 2137 14 0 215302 0
Current children cumulated CPU time (s) 0.49
Current children cumulated vsize (KiB) 915328

[startup+1.33912 s]
/proc/loadavg: 1.88 1.96 1.98 4/81 21162
/proc/meminfo: memFree=325088/2055920 swapFree=4187312/4192956
[pid=21154] ppid=21152 vsize=915452 CPUtime=1.3
/proc/21154/stat : 21154 (java) R 21152 21154 20957 0 -1 0 8696 0 1 0 124 6 0 0 19 0 8 0 175227451 937422848 8434 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4073781488 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/21154/statm: 228863 8434 2524 14 0 215333 0
[pid=21154/tid=21156] ppid=21152 vsize=915452 CPUtime=0.03
/proc/21154/task/21156/stat : 21156 (java) S 21152 21154 20957 0 -1 64 244 0 0 0 3 0 0 0 16 0 8 0 175227455 937422848 8434 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=21154/tid=21157] ppid=21152 vsize=915452 CPUtime=0
/proc/21154/task/21157/stat : 21157 (java) S 21152 21154 20957 0 -1 64 11 0 0 0 0 0 0 0 16 0 8 0 175227456 937422848 8434 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=21154/tid=21158] ppid=21152 vsize=915452 CPUtime=0
/proc/21154/task/21158/stat : 21158 (java) S 21152 21154 20957 0 -1 64 5 0 0 0 0 0 0 0 15 0 8 0 175227456 937422848 8434 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=21154/tid=21159] ppid=21152 vsize=915452 CPUtime=0
/proc/21154/task/21159/stat : 21159 (java) S 21152 21154 20957 0 -1 64 0 0 0 0 0 0 0 0 18 0 8 0 175227459 937422848 8434 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=21154/tid=21160] ppid=21152 vsize=915452 CPUtime=0.23
/proc/21154/task/21160/stat : 21160 (java) S 21152 21154 20957 0 -1 64 383 0 0 0 22 1 0 0 18 0 8 0 175227459 937422848 8434 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=21154/tid=21161] ppid=21152 vsize=915452 CPUtime=0
/proc/21154/task/21161/stat : 21161 (java) S 21152 21154 20957 0 -1 64 1 0 0 0 0 0 0 0 19 0 8 0 175227459 937422848 8434 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=21154/tid=21162] ppid=21152 vsize=915452 CPUtime=0
/proc/21154/task/21162/stat : 21162 (java) S 21152 21154 20957 0 -1 64 1 0 0 0 0 0 0 0 15 0 8 0 175227459 937422848 8434 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1.3
Current children cumulated vsize (KiB) 915452

[startup+2.97726 s]
/proc/loadavg: 1.88 1.96 1.98 3/81 21162
/proc/meminfo: memFree=324768/2055920 swapFree=4187312/4192956
[pid=21154] ppid=21152 vsize=915452 CPUtime=2.93
/proc/21154/stat : 21154 (java) R 21152 21154 20957 0 -1 0 8729 0 1 0 286 7 0 0 25 0 8 0 175227451 937422848 8466 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4073787944 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/21154/statm: 228863 8466 2524 14 0 215333 0
[pid=21154/tid=21156] ppid=21152 vsize=915452 CPUtime=0.03
/proc/21154/task/21156/stat : 21156 (java) S 21152 21154 20957 0 -1 64 244 0 0 0 3 0 0 0 16 0 8 0 175227455 937422848 8466 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=21154/tid=21157] ppid=21152 vsize=915452 CPUtime=0
/proc/21154/task/21157/stat : 21157 (java) S 21152 21154 20957 0 -1 64 11 0 0 0 0 0 0 0 16 0 8 0 175227456 937422848 8466 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=21154/tid=21158] ppid=21152 vsize=915452 CPUtime=0
/proc/21154/task/21158/stat : 21158 (java) S 21152 21154 20957 0 -1 64 5 0 0 0 0 0 0 0 15 0 8 0 175227456 937422848 8466 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=21154/tid=21159] ppid=21152 vsize=915452 CPUtime=0
/proc/21154/task/21159/stat : 21159 (java) S 21152 21154 20957 0 -1 64 0 0 0 0 0 0 0 0 18 0 8 0 175227459 937422848 8466 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=21154/tid=21160] ppid=21152 vsize=915452 CPUtime=0.24
/proc/21154/task/21160/stat : 21160 (java) S 21152 21154 20957 0 -1 64 388 0 0 0 23 1 0 0 16 0 8 0 175227459 937422848 8466 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=21154/tid=21161] ppid=21152 vsize=915452 CPUtime=0
/proc/21154/task/21161/stat : 21161 (java) S 21152 21154 20957 0 -1 64 1 0 0 0 0 0 0 0 19 0 8 0 175227459 937422848 8466 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=21154/tid=21162] ppid=21152 vsize=915452 CPUtime=0
/proc/21154/task/21162/stat : 21162 (java) S 21152 21154 20957 0 -1 64 1 0 0 0 0 0 0 0 15 0 8 0 175227459 937422848 8466 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 2.93
Current children cumulated vsize (KiB) 915452

[startup+6.18056 s]
/proc/loadavg: 1.89 1.96 1.98 3/81 21162
/proc/meminfo: memFree=324704/2055920 swapFree=4187312/4192956
[pid=21154] ppid=21152 vsize=915452 CPUtime=6.11
/proc/21154/stat : 21154 (java) R 21152 21154 20957 0 -1 0 8739 0 1 0 604 7 0 0 25 0 8 0 175227451 937422848 8475 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4073791052 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/21154/statm: 228863 8475 2524 14 0 215333 0
[pid=21154/tid=21156] ppid=21152 vsize=915452 CPUtime=0.03
/proc/21154/task/21156/stat : 21156 (java) S 21152 21154 20957 0 -1 64 244 0 0 0 3 0 0 0 16 0 8 0 175227455 937422848 8475 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=21154/tid=21157] ppid=21152 vsize=915452 CPUtime=0
/proc/21154/task/21157/stat : 21157 (java) S 21152 21154 20957 0 -1 64 11 0 0 0 0 0 0 0 16 0 8 0 175227456 937422848 8475 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=21154/tid=21158] ppid=21152 vsize=915452 CPUtime=0
/proc/21154/task/21158/stat : 21158 (java) S 21152 21154 20957 0 -1 64 5 0 0 0 0 0 0 0 15 0 8 0 175227456 937422848 8475 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=21154/tid=21159] ppid=21152 vsize=915452 CPUtime=0
/proc/21154/task/21159/stat : 21159 (java) S 21152 21154 20957 0 -1 64 0 0 0 0 0 0 0 0 18 0 8 0 175227459 937422848 8475 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=21154/tid=21160] ppid=21152 vsize=915452 CPUtime=0.24
/proc/21154/task/21160/stat : 21160 (java) S 21152 21154 20957 0 -1 64 389 0 0 0 23 1 0 0 16 0 8 0 175227459 937422848 8475 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=21154/tid=21161] ppid=21152 vsize=915452 CPUtime=0
/proc/21154/task/21161/stat : 21161 (java) S 21152 21154 20957 0 -1 64 1 0 0 0 0 0 0 0 19 0 8 0 175227459 937422848 8475 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=21154/tid=21162] ppid=21152 vsize=915452 CPUtime=0
/proc/21154/task/21162/stat : 21162 (java) S 21152 21154 20957 0 -1 64 1 0 0 0 0 0 0 0 15 0 8 0 175227459 937422848 8475 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 6.11
Current children cumulated vsize (KiB) 915452

Child status: 0
Real time (s): 7.37503
CPU time (s): 7.2499
CPU user time (s): 7.17191
CPU system time (s): 0.077988
CPU usage (%): 98.3033
Max. virtual memory (cumulated for all children) (KiB): 915452

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 7.17191
system time used= 0.077988
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 8831
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= 935
involuntary context switches= 1275

runsolver used 0.016997 s user time and 0.024996 s system time

The end

Launcher Data (download as text)

Begin job on node39 on Mon Jan  8 14:57:58 UTC 2007


IDJOB= 224271
IDBENCH= 5731
FILE ID= node39/224271-1168268278

PBS_JOBID= 3482914

Free space on /tmp= 66485 MiB

BENCH NAME= HOME/pub/bench/CPAI06/tightness/tightness0.5/rand-2-40-25-180-500-27_ext.xml
COMMAND LINE= java -Xms756M -Xmx756M -XX:PermSize=10m -XX:MaxPermSize=10m -jar abscon109.jar esac.xml 1 XSax /tmp/evaluation/224271-1168268278/unknown.xml
RUNSOLVER COMMAND LINE= runsolver  --timestamp  -w ROOT/results/node39/watcher-224271-1168268278 -o ROOT/results/node39/solver-224271-1168268278 -C 1800 -M 900  java -Xms756M -Xmx756M -XX:PermSize=10m -XX:MaxPermSize=10m -jar abscon109.jar esac.xml 1 XSax /tmp/evaluation/224271-1168268278/unknown.xml

META MD5SUM SOLVER= 9b91398c18c9fe54a6c4cfb50dadce08
MD5SUM BENCH=  3788069b797882aa052dc6d3eb269e73

RANDOM SEED= 760677159

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.236
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.236
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:        349304 kB
Buffers:          3284 kB
Cached:        1380972 kB
SwapCached:        904 kB
Active:        1130044 kB
Inactive:       523124 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:        349304 kB
SwapTotal:     4192956 kB
SwapFree:      4187312 kB
Dirty:            2104 kB
Writeback:           0 kB
Mapped:         277440 kB
Slab:            38356 kB
Committed_AS:  3909196 kB
PageTables:       2284 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= 66485 MiB



End job on node39 on Mon Jan  8 14:58:06 UTC 2007