Trace number 228850

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 4.98824 5.09145

DiagnosticValue
CHECKS24220285
NODES23468

General information on the benchmark

Nametightness/tightness0.35/
rand-2-40-16-250-350-5_ext.xml
MD5SUMca248090c76bca9732ecf4e065b5c70f
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.14367
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.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/228850-1168301450/unknown.xml
0.38	   
0.38	   domains being loaded...
0.38	   
0.38	   variables being loaded...
0.42	     nbVariables=40  nbDomainTypes=1  minDomainSize=16  maxDomainSize=16
0.42	       =>  wckTime=0.1  cpuTime=0.08  mem=6M951
0.42	   
0.42	   relations being loaded...
0.49	   
0.49	   constraints being loaded...
0.60	     nbConstraints=250  nbRelationTypes=250  nbExtensionStructures=250  nbSharedExtensionStructures=0
0.60	     nbConflictsStructures=250  nbSharedConflictsStructures=0  nbSharedBinaryRepresentations=1382  maxDegree=19
0.60	     maxArity=2
0.60	       =>  wckTime=0.284  cpuTime=0.2  mem=11M893
0.64	   
0.64	   solver IterativeSystematicSolver being built... 
0.80	       =>  wckTime=0.486  cpuTime=0.33  mem=14M825
0.85	   
0.85	   preprocessing
0.85	     nbConstraintChecks=43994  nbPropagations=716  nbRevisions=5152  nbUselessRevisions=4210  nbSingletonTests=48
0.85	     nbEffectiveSingletonTests=0  nbESACBranches=5  nbRemovedValues=0  detectedInconsistency=no
0.85	       =>  wckTime=0.047  cpuTime=0.03  mem=14M825
0.87	   
0.87	   search
0.87	     run=0  nbConstraintChecks=23302  nbPropagations=1139  nbRevisions=9304  nbUselessRevisions=7447  nbAssignments=22
0.87	     nbFailedAssignments=7  nbBacktracks=10  nbVisitedNodes=37  nbRestartNogoods=0  mapSize=9  nbInferences=0
0.87	     nbTooLargeKeys=0
0.87	       =>  wckTime=0.068  cpuTime=0.05  mem=14M825
0.89	   
0.89	   search
0.89	     run=1  nbConstraintChecks=45712  nbPropagations=2750  nbRevisions=22851  nbUselessRevisions=18218  nbAssignments=54
0.89	     nbFailedAssignments=16  nbBacktracks=28  nbVisitedNodes=86  nbRestartNogoods=1  mapSize=21  nbInferences=0
0.89	     nbTooLargeKeys=0
0.89	       =>  wckTime=0.084  cpuTime=0.06  mem=14M825
0.91	   
0.91	   search
0.91	     run=2  nbConstraintChecks=87213  nbPropagations=5179  nbRevisions=44316  nbUselessRevisions=35066
0.91	     nbAssignments=101  nbFailedAssignments=33  nbBacktracks=51  nbVisitedNodes=163  nbRestartNogoods=2  mapSize=39
0.91	     nbInferences=0  nbTooLargeKeys=0
0.91	       =>  wckTime=0.101  cpuTime=0.07  mem=14M825
0.93	   
0.93	   search
0.93	     run=3  nbConstraintChecks=174955  nbPropagations=9200  nbRevisions=81271  nbUselessRevisions=64024
0.93	     nbAssignments=186  nbFailedAssignments=62  nbBacktracks=86  nbVisitedNodes=282  nbRestartNogoods=6  mapSize=68
0.93	     nbInferences=0  nbTooLargeKeys=0
0.93	       =>  wckTime=0.121  cpuTime=0.09  mem=14M825
0.96	   
0.96	   search
0.96	     run=4  nbConstraintChecks=305540  nbPropagations=15528  nbRevisions=141819  nbUselessRevisions=111126
0.96	     nbAssignments=310  nbFailedAssignments=114  nbBacktracks=137  nbVisitedNodes=476  nbRestartNogoods=10  mapSize=113
0.96	     nbInferences=0  nbTooLargeKeys=0
0.96	       =>  wckTime=0.153  cpuTime=0.11  mem=14M825
0.99	   
0.99	   search
0.99	     run=5  nbConstraintChecks=454991  nbPropagations=24543  nbRevisions=228954  nbUselessRevisions=178402
0.99	     nbAssignments=449  nbFailedAssignments=160  nbBacktracks=212  nbVisitedNodes=697  nbRestartNogoods=17  mapSize=176
0.99	     nbInferences=0  nbTooLargeKeys=0
0.99	       =>  wckTime=0.184  cpuTime=0.14  mem=14M825
1.03	   
1.03	   search
1.03	     run=6  nbConstraintChecks=634528  nbPropagations=37033  nbRevisions=351751  nbUselessRevisions=272852
1.03	     nbAssignments=651  nbFailedAssignments=243  nbBacktracks=325  nbVisitedNodes=1043  nbRestartNogoods=19  mapSize=272
1.03	     nbInferences=0  nbTooLargeKeys=0
1.03	       =>  wckTime=0.224  cpuTime=0.18  mem=14M825
1.09	   
1.09	   search
1.09	     run=7  nbConstraintChecks=934276  nbPropagations=54573  nbRevisions=528993  nbUselessRevisions=408879
1.09	     nbAssignments=936  nbFailedAssignments=351  nbBacktracks=495  nbVisitedNodes=1532  nbRestartNogoods=22  mapSize=408
1.09	     nbInferences=0  nbTooLargeKeys=0
1.09	       =>  wckTime=0.283  cpuTime=0.24  mem=14M825
1.19	   
1.19	   search
1.19	     run=8  nbConstraintChecks=1396518  nbPropagations=80496  nbRevisions=793928  nbUselessRevisions=611741
1.19	     nbAssignments=1389  nbFailedAssignments=530  nbBacktracks=752  nbVisitedNodes=2303  nbRestartNogoods=32
1.19	     mapSize=633  nbInferences=0  nbTooLargeKeys=0
1.19	       =>  wckTime=0.385  cpuTime=0.33  mem=14M825
1.32	   
1.32	   search
1.32	     run=9  nbConstraintChecks=2016848  nbPropagations=118313  nbRevisions=1181456  nbUselessRevisions=908684
1.32	     nbAssignments=2057  nbFailedAssignments=792  nbBacktracks=1136  nbVisitedNodes=3436  nbRestartNogoods=39
1.32	     mapSize=962  nbInferences=0  nbTooLargeKeys=0
1.33	       =>  wckTime=0.519  cpuTime=0.45  mem=14M825
1.36	   
1.36	   INFO : Stopping hyperNogood (mapSize=1024, nbTooLargekeys=0, mem=14M825)
1.53	   
1.53	   search
1.53	     run=10  nbConstraintChecks=3175224  nbPropagations=176049  nbRevisions=1790068  nbUselessRevisions=1375900
1.53	     nbAssignments=3115  nbFailedAssignments=1259  nbBacktracks=1712  nbVisitedNodes=5314  nbRestartNogoods=47
1.53	       =>  wckTime=0.726  cpuTime=0.64  mem=14M825
1.79	   
1.79	   search
1.79	     run=11  nbConstraintChecks=4721600  nbPropagations=261675  nbRevisions=2704295  nbUselessRevisions=2078088
1.79	     nbAssignments=4604  nbFailedAssignments=1877  nbBacktracks=2578  nbVisitedNodes=7918  nbRestartNogoods=52
1.79	       =>  wckTime=0.988  cpuTime=0.9  mem=14M825
2.17	   
2.17	   search
2.17	     run=12  nbConstraintChecks=6980958  nbPropagations=388081  nbRevisions=4049939  nbUselessRevisions=3108455
2.17	     nbAssignments=6816  nbFailedAssignments=2786  nbBacktracks=3875  nbVisitedNodes=11760  nbRestartNogoods=56
2.17	       =>  wckTime=1.363  cpuTime=1.27  mem=14M825
2.73	   
2.73	   search
2.73	     run=13  nbConstraintChecks=10335987  nbPropagations=575538  nbRevisions=6052444  nbUselessRevisions=4643673
2.73	     nbAssignments=10117  nbFailedAssignments=4133  nbBacktracks=5821  nbVisitedNodes=17567  nbRestartNogoods=66
2.73	       =>  wckTime=1.926  cpuTime=1.83  mem=14M825
3.60	   
3.60	   search
3.60	     run=14  nbConstraintChecks=15606158  nbPropagations=855936  nbRevisions=9051154  nbUselessRevisions=6938271
3.60	     nbAssignments=15059  nbFailedAssignments=6151  nbBacktracks=8740  nbVisitedNodes=26190  nbRestartNogoods=74
3.60	       =>  wckTime=2.798  cpuTime=2.7  mem=14M825
4.83	   
4.83	   search
4.83	     run=15  nbConstraintChecks=23021232  nbPropagations=1269720  nbRevisions=13478941  nbUselessRevisions=10330153
4.83	     nbAssignments=22357  nbFailedAssignments=9064  nbBacktracks=13121  nbVisitedNodes=38867  nbRestartNogoods=85
4.83	       =>  wckTime=4.026  cpuTime=3.92  mem=14M825
5.02	   
5.02	   search
5.02	     run=16  nbConstraintChecks=24176291  nbPropagations=1703794  nbRevisions=18128566  nbUselessRevisions=13892450
5.02	     nbAssignments=23468  nbFailedAssignments=9521  nbBacktracks=13735  nbVisitedNodes=40812  nbRestartNogoods=90
5.02	       =>  wckTime=4.218  cpuTime=4.11  mem=14M825
5.02	   
5.02	   global
5.02	     nbConstraintChecks=24220285  nbPropagations=1704510  nbRevisions=18133718  nbUselessRevisions=13896660
5.03	     nbRestartNogoods=90  solvingWckTime=4.219  solvingCpuTime=4.11  expiredTime=no  totalExploration=no
5.03	     nbFoundSolutions=1  globalCpuTime=4.5
5.03	       =>  wckTime=4.708  cpuTime=4.44  mem=14M825
5.03	   
5.03	s SATISFIABLE
5.03	v 15 4 1 1 15 12 10 3 9 14 1 3 3 13 1 0 1 8 14 8 9 0 11 10 3 0 5 7 5 2 12 11 6 15 3 8 10 14 4 1 
5.03	d NODES 23468
5.03	d CHECKS 24220285
5.03	   
5.03	   totalWckTime=4.789  totalCpuTime=4.5

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-228850-1168301450 -o ROOT/results/node2/solver-228850-1168301450 -C 1800 -M 900 java -Xms756M -Xmx756M -XX:PermSize=10m -XX:MaxPermSize=10m -jar abscon109.jar esac.xml 1 XSax /tmp/evaluation/228850-1168301450/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.91 1.80 1.47 4/88 8918
/proc/meminfo: memFree=1656696/2055920 swapFree=4191880/4192956
[pid=8917] ppid=8915 vsize=18540 CPUtime=0
/proc/8917/stat : 8917 (runsolver) R 8915 8917 8298 0 -1 4194368 17 0 0 0 0 0 0 0 19 0 1 0 178540704 18984960 279 18446744073709551615 4194304 4267372 548682068944 18446744073709551615 206381313319 0 2147483391 4096 24578 0 0 0 17 1 0 0
/proc/8917/statm: 4635 279 244 17 0 2626 0

[startup+0.102861 s]
/proc/loadavg: 1.91 1.80 1.47 4/88 8918
/proc/meminfo: memFree=1656696/2055920 swapFree=4191880/4192956
[pid=8917] ppid=8915 vsize=913228 CPUtime=0.08
/proc/8917/stat : 8917 (java) D 8915 8917 8298 0 -1 0 2919 0 1 0 7 1 0 0 17 0 8 0 178540704 935145472 2665 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 2147483391 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/8917/statm: 228307 2665 1396 14 0 215208 0
Current children cumulated CPU time (s) 0.08
Current children cumulated vsize (KiB) 913228

[startup+0.510936 s]
/proc/loadavg: 1.91 1.80 1.47 4/88 8918
/proc/meminfo: memFree=1656696/2055920 swapFree=4191880/4192956
[pid=8917] ppid=8915 vsize=915328 CPUtime=0.48
/proc/8917/stat : 8917 (java) R 8915 8917 8298 0 -1 0 6667 0 1 0 45 3 0 0 18 0 8 0 178540704 937295872 6406 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4072942942 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/8917/statm: 228832 6406 2138 14 0 215302 0
Current children cumulated CPU time (s) 0.48
Current children cumulated vsize (KiB) 915328

[startup+1.33561 s]
/proc/loadavg: 1.91 1.80 1.47 3/95 8925
/proc/meminfo: memFree=1632832/2055920 swapFree=4191880/4192956
[pid=8917] ppid=8915 vsize=915452 CPUtime=1.3
/proc/8917/stat : 8917 (java) R 8915 8917 8298 0 -1 0 8693 0 1 0 124 6 0 0 24 0 8 0 178540704 937422848 8431 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/8917/statm: 228863 8431 2524 14 0 215333 0
[pid=8917/tid=8919] ppid=8915 vsize=915452 CPUtime=0.03
/proc/8917/task/8919/stat : 8919 (java) S 8915 8917 8298 0 -1 64 242 0 0 0 3 0 0 0 16 0 8 0 178540708 937422848 8431 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=8917/tid=8920] ppid=8915 vsize=915452 CPUtime=0
/proc/8917/task/8920/stat : 8920 (java) S 8915 8917 8298 0 -1 64 11 0 0 0 0 0 0 0 16 0 8 0 178540709 937422848 8431 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=8917/tid=8921] ppid=8915 vsize=915452 CPUtime=0
/proc/8917/task/8921/stat : 8921 (java) S 8915 8917 8298 0 -1 64 5 0 0 0 0 0 0 0 15 0 8 0 178540709 937422848 8431 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=8917/tid=8922] ppid=8915 vsize=915452 CPUtime=0
/proc/8917/task/8922/stat : 8922 (java) S 8915 8917 8298 0 -1 64 1 0 0 0 0 0 0 0 18 0 8 0 178540712 937422848 8431 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=8917/tid=8923] ppid=8915 vsize=915452 CPUtime=0.22
/proc/8917/task/8923/stat : 8923 (java) S 8915 8917 8298 0 -1 64 384 0 0 0 21 1 0 0 15 0 8 0 178540712 937422848 8431 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=8917/tid=8924] ppid=8915 vsize=915452 CPUtime=0
/proc/8917/task/8924/stat : 8924 (java) S 8915 8917 8298 0 -1 64 0 0 0 0 0 0 0 0 19 0 8 0 178540712 937422848 8431 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=8917/tid=8925] ppid=8915 vsize=915452 CPUtime=0
/proc/8917/task/8925/stat : 8925 (java) S 8915 8917 8298 0 -1 64 1 0 0 0 0 0 0 0 15 0 8 0 178540712 937422848 8431 18446744073709551615 134512640 134570532 4294956464 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.98639 s]
/proc/loadavg: 1.91 1.80 1.47 3/95 8925
/proc/meminfo: memFree=1632640/2055920 swapFree=4191880/4192956
[pid=8917] ppid=8915 vsize=915452 CPUtime=2.94
/proc/8917/stat : 8917 (java) R 8915 8917 8298 0 -1 0 8712 0 1 0 288 6 0 0 25 0 8 0 178540704 937422848 8449 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4073790421 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/8917/statm: 228863 8449 2524 14 0 215333 0
[pid=8917/tid=8919] ppid=8915 vsize=915452 CPUtime=0.03
/proc/8917/task/8919/stat : 8919 (java) S 8915 8917 8298 0 -1 64 242 0 0 0 3 0 0 0 16 0 8 0 178540708 937422848 8449 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=8917/tid=8920] ppid=8915 vsize=915452 CPUtime=0
/proc/8917/task/8920/stat : 8920 (java) S 8915 8917 8298 0 -1 64 11 0 0 0 0 0 0 0 16 0 8 0 178540709 937422848 8449 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=8917/tid=8921] ppid=8915 vsize=915452 CPUtime=0
/proc/8917/task/8921/stat : 8921 (java) S 8915 8917 8298 0 -1 64 5 0 0 0 0 0 0 0 15 0 8 0 178540709 937422848 8449 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=8917/tid=8922] ppid=8915 vsize=915452 CPUtime=0
/proc/8917/task/8922/stat : 8922 (java) S 8915 8917 8298 0 -1 64 1 0 0 0 0 0 0 0 18 0 8 0 178540712 937422848 8449 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=8917/tid=8923] ppid=8915 vsize=915452 CPUtime=0.24
/proc/8917/task/8923/stat : 8923 (java) S 8915 8917 8298 0 -1 64 390 0 0 0 23 1 0 0 16 0 8 0 178540712 937422848 8449 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=8917/tid=8924] ppid=8915 vsize=915452 CPUtime=0
/proc/8917/task/8924/stat : 8924 (java) S 8915 8917 8298 0 -1 64 0 0 0 0 0 0 0 0 19 0 8 0 178540712 937422848 8449 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=8917/tid=8925] ppid=8915 vsize=915452 CPUtime=0
/proc/8917/task/8925/stat : 8925 (java) S 8915 8917 8298 0 -1 64 1 0 0 0 0 0 0 0 15 0 8 0 178540712 937422848 8449 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 2.94
Current children cumulated vsize (KiB) 915452

Child status: 0
Real time (s): 5.09145
CPU time (s): 4.98824
CPU user time (s): 4.91625
CPU system time (s): 0.071989
CPU usage (%): 97.973
Max. virtual memory (cumulated for all children) (KiB): 915452

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 4.91625
system time used= 0.071989
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 8811
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= 1203
involuntary context switches= 1422

runsolver used 0.010998 s user time and 0.025996 s system time

The end

Launcher Data (download as text)

Begin job on node2 on Tue Jan  9 00:10:51 UTC 2007


IDJOB= 228850
IDBENCH= 6240
FILE ID= node2/228850-1168301450

PBS_JOBID= 3502203

Free space on /tmp= 66339 MiB

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

META MD5SUM SOLVER= 9b91398c18c9fe54a6c4cfb50dadce08
MD5SUM BENCH=  ca248090c76bca9732ecf4e065b5c70f

RANDOM SEED= 889065056

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:       1657112 kB
Buffers:         64756 kB
Cached:         221168 kB
SwapCached:        288 kB
Active:         249188 kB
Inactive:        99044 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1657112 kB
SwapTotal:     4192956 kB
SwapFree:      4191880 kB
Dirty:            1804 kB
Writeback:           0 kB
Mapped:          82196 kB
Slab:            35212 kB
Committed_AS:  4664904 kB
PageTables:       2416 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 00:10:56 UTC 2007