Trace number 228982

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 5.79012 5.88259

DiagnosticValue
CHECKS28235117
NODES28009

General information on the benchmark

Nametightness/tightness0.35/
rand-2-40-16-250-350-13_ext.xml
MD5SUM209a965c6a5512ace4d553e93d5b0a87
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.38064
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.32	   
0.32	Abscon 109 (November, 2006)
0.32	   
0.32	   configuration
0.32	     name=esac.xml
0.35	   
0.35	   instance
0.35	     name=/tmp/evaluation/228982-1168302882/unknown.xml
0.38	   
0.38	   domains being loaded...
0.39	   
0.39	   variables being loaded...
0.42	     nbVariables=40  nbDomainTypes=1  minDomainSize=16  maxDomainSize=16
0.42	       =>  wckTime=0.102  cpuTime=0.09  mem=6M951
0.42	   
0.42	   relations being loaded...
0.50	   
0.50	   constraints being loaded...
0.61	     nbConstraints=250  nbRelationTypes=250  nbExtensionStructures=250  nbSharedExtensionStructures=0
0.61	     nbConflictsStructures=250  nbSharedConflictsStructures=0  nbSharedBinaryRepresentations=1414  maxDegree=20
0.61	     maxArity=2
0.61	       =>  wckTime=0.292  cpuTime=0.21  mem=11M893
0.65	   
0.65	   solver IterativeSystematicSolver being built... 
0.82	       =>  wckTime=0.498  cpuTime=0.35  mem=14M824
0.87	   
0.87	   preprocessing
0.87	     nbConstraintChecks=52638  nbPropagations=794  nbRevisions=5897  nbUselessRevisions=4774  nbSingletonTests=52
0.87	     nbEffectiveSingletonTests=0  nbESACBranches=7  nbRemovedValues=0  detectedInconsistency=no
0.87	       =>  wckTime=0.051  cpuTime=0.03  mem=14M824
0.90	   
0.90	   search
0.90	     run=0  nbConstraintChecks=30529  nbPropagations=1326  nbRevisions=11367  nbUselessRevisions=9039  nbAssignments=29
0.90	     nbFailedAssignments=11  nbBacktracks=11  nbVisitedNodes=49  nbRestartNogoods=0  mapSize=10  nbInferences=0
0.90	     nbTooLargeKeys=0
0.90	       =>  wckTime=0.074  cpuTime=0.05  mem=14M824
0.92	   
0.92	   search
0.92	     run=1  nbConstraintChecks=61392  nbPropagations=3237  nbRevisions=28400  nbUselessRevisions=22462  nbAssignments=61
0.92	     nbFailedAssignments=22  nbBacktracks=27  nbVisitedNodes=100  nbRestartNogoods=2  mapSize=24  nbInferences=0
0.92	     nbTooLargeKeys=0
0.92	       =>  wckTime=0.094  cpuTime=0.06  mem=14M824
0.93	   
0.93	   search
0.93	     run=2  nbConstraintChecks=95180  nbPropagations=5835  nbRevisions=51829  nbUselessRevisions=40856
0.93	     nbAssignments=104  nbFailedAssignments=35  nbBacktracks=49  nbVisitedNodes=168  nbRestartNogoods=4  mapSize=43
0.93	     nbInferences=0  nbTooLargeKeys=0
0.93	       =>  wckTime=0.108  cpuTime=0.07  mem=14M824
0.94	   
0.94	   search
0.94	     run=3  nbConstraintChecks=151322  nbPropagations=9424  nbRevisions=85764  nbUselessRevisions=67472
0.94	     nbAssignments=161  nbFailedAssignments=54  nbBacktracks=82  nbVisitedNodes=264  nbRestartNogoods=6  mapSize=70
0.94	     nbInferences=0  nbTooLargeKeys=0
0.94	       =>  wckTime=0.122  cpuTime=0.09  mem=14M824
0.96	   
0.96	   search
0.96	     run=4  nbConstraintChecks=225626  nbPropagations=14465  nbRevisions=134165  nbUselessRevisions=105110
0.96	     nbAssignments=240  nbFailedAssignments=79  nbBacktracks=132  nbVisitedNodes=394  nbRestartNogoods=8  mapSize=109
0.96	     nbInferences=0  nbTooLargeKeys=0
0.96	       =>  wckTime=0.141  cpuTime=0.1  mem=14M824
1.00	   
1.00	   search
1.00	     run=5  nbConstraintChecks=377689  nbPropagations=22183  nbRevisions=211804  nbUselessRevisions=165093
1.00	     nbAssignments=375  nbFailedAssignments=135  nbBacktracks=207  nbVisitedNodes=631  nbRestartNogoods=12  mapSize=174
1.00	     nbInferences=0  nbTooLargeKeys=0
1.00	       =>  wckTime=0.179  cpuTime=0.13  mem=14M824
1.05	   
1.05	   search
1.05	     run=6  nbConstraintChecks=623967  nbPropagations=34348  nbRevisions=337986  nbUselessRevisions=262479
1.05	     nbAssignments=596  nbFailedAssignments=237  nbBacktracks=321  nbVisitedNodes=1033  nbRestartNogoods=15  mapSize=281
1.05	     nbInferences=0  nbTooLargeKeys=0
1.05	       =>  wckTime=0.231  cpuTime=0.18  mem=14M824
1.11	   
1.11	   search
1.11	     run=7  nbConstraintChecks=871695  nbPropagations=51359  nbRevisions=513430  nbUselessRevisions=397633
1.11	     nbAssignments=865  nbFailedAssignments=331  nbBacktracks=493  nbVisitedNodes=1484  nbRestartNogoods=18  mapSize=416
1.11	     nbInferences=0  nbTooLargeKeys=0
1.11	       =>  wckTime=0.284  cpuTime=0.23  mem=14M824
1.20	   
1.20	   search
1.20	     run=8  nbConstraintChecks=1302183  nbPropagations=76286  nbRevisions=771879  nbUselessRevisions=596209
1.20	     nbAssignments=1287  nbFailedAssignments=486  nbBacktracks=749  nbVisitedNodes=2207  nbRestartNogoods=22
1.20	     mapSize=627  nbInferences=0  nbTooLargeKeys=0
1.20	       =>  wckTime=0.382  cpuTime=0.32  mem=14M824
1.35	   
1.35	   search
1.35	     run=9  nbConstraintChecks=1946780  nbPropagations=112662  nbRevisions=1154072  nbUselessRevisions=889124
1.35	     nbAssignments=1927  nbFailedAssignments=735  nbBacktracks=1134  nbVisitedNodes=3316  nbRestartNogoods=28
1.35	     mapSize=952  nbInferences=0  nbTooLargeKeys=0
1.35	       =>  wckTime=0.529  cpuTime=0.45  mem=14M824
1.37	   
1.37	   INFO : Stopping hyperNogood (mapSize=1001, nbTooLargekeys=0, mem=14M824)
1.54	   
1.54	   search
1.54	     run=10  nbConstraintChecks=2934642  nbPropagations=167391  nbRevisions=1735668  nbUselessRevisions=1336750
1.54	     nbAssignments=2909  nbFailedAssignments=1137  nbBacktracks=1710  nbVisitedNodes=5058  nbRestartNogoods=33
1.54	       =>  wckTime=0.717  cpuTime=0.63  mem=14M824
1.77	   
1.77	   search
1.77	     run=11  nbConstraintChecks=4230782  nbPropagations=246771  nbRevisions=2575300  nbUselessRevisions=1981784
1.77	     nbAssignments=4278  nbFailedAssignments=1637  nbBacktracks=2576  nbVisitedNodes=7372  nbRestartNogoods=37
1.77	       =>  wckTime=0.946  cpuTime=0.85  mem=14M824
2.14	   
2.14	   search
2.14	     run=12  nbConstraintChecks=6461124  nbPropagations=366571  nbRevisions=3851941  nbUselessRevisions=2961305
2.14	     nbAssignments=6498  nbFailedAssignments=2556  nbBacktracks=3873  nbVisitedNodes=11252  nbRestartNogoods=41
2.14	       =>  wckTime=1.323  cpuTime=1.23  mem=14M824
2.72	   
2.72	   search
2.72	     run=13  nbConstraintChecks=9777651  nbPropagations=547288  nbRevisions=5785836  nbUselessRevisions=4446586
2.72	     nbAssignments=9697  nbFailedAssignments=3800  nbBacktracks=5822  nbVisitedNodes=16802  nbRestartNogoods=48
2.72	       =>  wckTime=1.896  cpuTime=1.79  mem=14M824
3.52	   
3.52	   search
3.52	     run=14  nbConstraintChecks=14501748  nbPropagations=813412  nbRevisions=8631727  nbUselessRevisions=6630557
3.52	     nbAssignments=14396  nbFailedAssignments=5576  nbBacktracks=8742  nbVisitedNodes=24855  nbRestartNogoods=59
3.52	       =>  wckTime=2.7  cpuTime=2.59  mem=14M824
4.71	   
4.71	   search
4.71	     run=15  nbConstraintChecks=21523407  nbPropagations=1208201  nbRevisions=12845304  nbUselessRevisions=9863147
4.71	     nbAssignments=21499  nbFailedAssignments=8293  nbBacktracks=13120  nbVisitedNodes=37130  nbRestartNogoods=66
4.71	       =>  wckTime=3.894  cpuTime=3.77  mem=14M824
5.84	   
5.84	   search
5.84	     run=16  nbConstraintChecks=28182479  nbPropagations=1722661  nbRevisions=18355976  nbUselessRevisions=14091127
5.84	     nbAssignments=28009  nbFailedAssignments=10812  nbBacktracks=17071  nbVisitedNodes=48379  nbRestartNogoods=75
5.84	       =>  wckTime=5.022  cpuTime=4.89  mem=14M824
5.84	   
5.84	   global
5.84	     nbConstraintChecks=28235117  nbPropagations=1723455  nbRevisions=18361873  nbUselessRevisions=14095901
5.84	     nbRestartNogoods=75  solvingWckTime=5.023  solvingCpuTime=4.89  expiredTime=no  totalExploration=no
5.84	     nbFoundSolutions=1  globalCpuTime=5.29
5.84	       =>  wckTime=5.524  cpuTime=5.24  mem=14M824
5.85	   
5.85	s SATISFIABLE
5.85	v 6 6 5 15 10 5 13 14 6 8 11 1 8 11 3 5 8 10 10 5 7 14 5 13 1 14 7 2 1 9 3 6 11 4 12 0 14 1 14 11 
5.85	d NODES 28009
5.85	d CHECKS 28235117
5.85	   
5.85	   totalWckTime=5.606  totalCpuTime=5.3

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/node1/watcher-228982-1168302882 -o ROOT/results/node1/solver-228982-1168302882 -C 1800 -M 900 java -Xms756M -Xmx756M -XX:PermSize=10m -XX:MaxPermSize=10m -jar abscon109.jar esac.xml 1 XSax /tmp/evaluation/228982-1168302882/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.98 1.55 1.37 4/88 29480
/proc/meminfo: memFree=1269616/2055920 swapFree=4165612/4192956
[pid=29479] ppid=29477 vsize=11868 CPUtime=0
/proc/29479/stat : 29479 (java) D 29477 29479 28883 0 -1 0 765 0 1 0 0 0 0 0 17 0 1 0 178683919 12152832 515 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 5829412 0 2147483391 0 7368 18446744072099781622 0 0 17 1 0 0
/proc/29479/statm: 2967 515 425 14 0 1602 0

[startup+0.103462 s]
/proc/loadavg: 1.98 1.55 1.37 4/88 29480
/proc/meminfo: memFree=1269616/2055920 swapFree=4165612/4192956
[pid=29479] ppid=29477 vsize=914988 CPUtime=0.08
/proc/29479/stat : 29479 (java) R 29477 29479 28883 0 -1 0 2996 0 1 0 7 1 0 0 17 0 8 0 178683919 936947712 2742 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4072925707 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/29479/statm: 228747 2742 1427 14 0 215242 0
Current children cumulated CPU time (s) 0.08
Current children cumulated vsize (KiB) 914988

[startup+0.511508 s]
/proc/loadavg: 1.98 1.55 1.37 4/88 29480
/proc/meminfo: memFree=1269616/2055920 swapFree=4165612/4192956
[pid=29479] ppid=29477 vsize=915328 CPUtime=0.48
/proc/29479/stat : 29479 (java) R 29477 29479 28883 0 -1 0 6648 0 1 0 44 4 0 0 18 0 8 0 178683919 937295872 6387 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/29479/statm: 228832 6387 2138 14 0 215302 0
Current children cumulated CPU time (s) 0.48
Current children cumulated vsize (KiB) 915328

[startup+1.3346 s]
/proc/loadavg: 1.98 1.56 1.38 3/95 29487
/proc/meminfo: memFree=1245816/2055920 swapFree=4165612/4192956
[pid=29479] ppid=29477 vsize=915452 CPUtime=1.3
/proc/29479/stat : 29479 (java) R 29477 29479 28883 0 -1 0 8686 0 1 0 123 7 0 0 24 0 8 0 178683919 937422848 8424 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4073801324 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/29479/statm: 228863 8424 2524 14 0 215333 0
[pid=29479/tid=29481] ppid=29477 vsize=915452 CPUtime=0.03
/proc/29479/task/29481/stat : 29481 (java) S 29477 29479 28883 0 -1 64 241 0 0 0 3 0 0 0 16 0 8 0 178683922 937422848 8424 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=29479/tid=29482] ppid=29477 vsize=915452 CPUtime=0
/proc/29479/task/29482/stat : 29482 (java) S 29477 29479 28883 0 -1 64 11 0 0 0 0 0 0 0 16 0 8 0 178683923 937422848 8424 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=29479/tid=29483] ppid=29477 vsize=915452 CPUtime=0
/proc/29479/task/29483/stat : 29483 (java) S 29477 29479 28883 0 -1 64 5 0 0 0 0 0 0 0 15 0 8 0 178683923 937422848 8424 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=29479/tid=29484] ppid=29477 vsize=915452 CPUtime=0
/proc/29479/task/29484/stat : 29484 (java) S 29477 29479 28883 0 -1 64 1 0 0 0 0 0 0 0 18 0 8 0 178683926 937422848 8424 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=29479/tid=29485] ppid=29477 vsize=915452 CPUtime=0.22
/proc/29479/task/29485/stat : 29485 (java) S 29477 29479 28883 0 -1 64 383 0 0 0 21 1 0 0 15 0 8 0 178683926 937422848 8424 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=29479/tid=29486] ppid=29477 vsize=915452 CPUtime=0
/proc/29479/task/29486/stat : 29486 (java) S 29477 29479 28883 0 -1 64 1 0 0 0 0 0 0 0 19 0 8 0 178683926 937422848 8424 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=29479/tid=29487] ppid=29477 vsize=915452 CPUtime=0
/proc/29479/task/29487/stat : 29487 (java) S 29477 29479 28883 0 -1 64 0 0 0 0 0 0 0 0 15 0 8 0 178683926 937422848 8424 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.98779 s]
/proc/loadavg: 1.98 1.56 1.38 3/95 29487
/proc/meminfo: memFree=1245560/2055920 swapFree=4165612/4192956
[pid=29479] ppid=29477 vsize=915452 CPUtime=2.94
/proc/29479/stat : 29479 (java) R 29477 29479 28883 0 -1 0 8712 0 1 0 287 7 0 0 25 0 8 0 178683919 937422848 8449 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4073888446 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/29479/statm: 228863 8449 2524 14 0 215333 0
[pid=29479/tid=29481] ppid=29477 vsize=915452 CPUtime=0.03
/proc/29479/task/29481/stat : 29481 (java) S 29477 29479 28883 0 -1 64 241 0 0 0 3 0 0 0 16 0 8 0 178683922 937422848 8449 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=29479/tid=29482] ppid=29477 vsize=915452 CPUtime=0
/proc/29479/task/29482/stat : 29482 (java) S 29477 29479 28883 0 -1 64 11 0 0 0 0 0 0 0 16 0 8 0 178683923 937422848 8449 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=29479/tid=29483] ppid=29477 vsize=915452 CPUtime=0
/proc/29479/task/29483/stat : 29483 (java) S 29477 29479 28883 0 -1 64 5 0 0 0 0 0 0 0 15 0 8 0 178683923 937422848 8449 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=29479/tid=29484] ppid=29477 vsize=915452 CPUtime=0
/proc/29479/task/29484/stat : 29484 (java) S 29477 29479 28883 0 -1 64 1 0 0 0 0 0 0 0 18 0 8 0 178683926 937422848 8449 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=29479/tid=29485] ppid=29477 vsize=915452 CPUtime=0.24
/proc/29479/task/29485/stat : 29485 (java) S 29477 29479 28883 0 -1 64 392 0 0 0 23 1 0 0 16 0 8 0 178683926 937422848 8449 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=29479/tid=29486] ppid=29477 vsize=915452 CPUtime=0
/proc/29479/task/29486/stat : 29486 (java) S 29477 29479 28883 0 -1 64 1 0 0 0 0 0 0 0 19 0 8 0 178683926 937422848 8449 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=29479/tid=29487] ppid=29477 vsize=915452 CPUtime=0
/proc/29479/task/29487/stat : 29487 (java) S 29477 29479 28883 0 -1 64 0 0 0 0 0 0 0 0 15 0 8 0 178683926 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.88259
CPU time (s): 5.79012
CPU user time (s): 5.71013
CPU system time (s): 0.079987
CPU usage (%): 98.4281
Max. virtual memory (cumulated for all children) (KiB): 915452

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 5.71013
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= 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= 1220
involuntary context switches= 1607

runsolver used 0.008998 s user time and 0.029995 s system time

The end

Launcher Data (download as text)

Begin job on node1 on Tue Jan  9 00:34:42 UTC 2007


IDJOB= 228982
IDBENCH= 6264
FILE ID= node1/228982-1168302882

PBS_JOBID= 3502226

Free space on /tmp= 66311 MiB

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

META MD5SUM SOLVER= 9b91398c18c9fe54a6c4cfb50dadce08
MD5SUM BENCH=  209a965c6a5512ace4d553e93d5b0a87

RANDOM SEED= 326389106

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:       1270096 kB
Buffers:         78396 kB
Cached:         604852 kB
SwapCached:       3620 kB
Active:         342936 kB
Inactive:       381328 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1270096 kB
SwapTotal:     4192956 kB
SwapFree:      4165612 kB
Dirty:            1808 kB
Writeback:           0 kB
Mapped:          52612 kB
Slab:            46312 kB
Committed_AS:  5539232 kB
PageTables:       2364 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= 66311 MiB



End job on node1 on Tue Jan  9 00:34:48 UTC 2007