Trace number 228719

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 ACSAT 4.54831 4.65253

DiagnosticValue
CHECKS15696716
NODES20109

General information on the benchmark

Nametightness/tightness0.2/
rand-2-40-11-414-200-21_ext.xml
MD5SUM24cd1ad93a9d13d4adf26658da067414
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 benchmark0.385941
SatisfiableYES
(Un)Satisfiability was provedYES
Number of variables40
Number of constraints414
Maximum constraint arity2
Maximum domain size11
Number of constraints which are defined in extension414
Number of constraints which are defined in intension0
Global constraints used (with number of constraints)

Solver Data (download as text)

0.35	   
0.35	Abscon 109 (November, 2006)
0.35	   
0.35	   configuration
0.35	     name=mac.xml
0.39	   
0.39	   instance
0.39	     name=/tmp/evaluation/228719-1168080905/unknown.xml
0.42	   
0.42	   domains being loaded...
0.42	   
0.42	   variables being loaded...
0.46	     nbVariables=40  nbDomainTypes=1  minDomainSize=11  maxDomainSize=11
0.46	       =>  wckTime=0.105  cpuTime=0.1  mem=6M951
0.46	   
0.46	   relations being loaded...
0.56	   
0.56	   constraints being loaded...
0.67	     nbConstraints=414  nbRelationTypes=414  nbExtensionStructures=414  nbSharedExtensionStructures=0
0.67	     nbConflictsStructures=414  nbSharedConflictsStructures=0  nbSharedBinaryRepresentations=8230  maxDegree=27
0.67	     maxArity=2
0.67	       =>  wckTime=0.317  cpuTime=0.23  mem=10M852
0.71	   
0.71	   solver IterativeSystematicSolver being built... 
0.88	       =>  wckTime=0.523  cpuTime=0.37  mem=13M695
0.89	   
0.89	   preprocessing
0.89	     nbConstraintChecks=0  nbPropagations=40  nbRevisions=0  nbUselessRevisions=0  nbRemovedValues=0
0.89	     detectedInconsistency=no
0.89	       =>  wckTime=0.0080  cpuTime=0.01  mem=13M695
0.93	   
0.93	   search
0.93	     run=0  nbConstraintChecks=14679  nbPropagations=371  nbRevisions=3539  nbUselessRevisions=2955  nbAssignments=21
0.93	     nbFailedAssignments=3  nbBacktracks=11  nbVisitedNodes=31  nbRestartNogoods=0  mapSize=7  nbInferences=0
0.93	     nbTooLargeKeys=0
0.93	       =>  wckTime=0.049  cpuTime=0.03  mem=14M670
0.95	   
0.95	   search
0.95	     run=1  nbConstraintChecks=32823  nbPropagations=1147  nbRevisions=11782  nbUselessRevisions=9862  nbAssignments=52
0.95	     nbFailedAssignments=10  nbBacktracks=28  nbVisitedNodes=75  nbRestartNogoods=2  mapSize=18  nbInferences=0
0.95	     nbTooLargeKeys=0
0.95	       =>  wckTime=0.073  cpuTime=0.05  mem=14M670
0.97	   
0.97	   search
0.97	     run=2  nbConstraintChecks=59052  nbPropagations=2465  nbRevisions=26731  nbUselessRevisions=22328  nbAssignments=94
0.97	     nbFailedAssignments=22  nbBacktracks=53  nbVisitedNodes=137  nbRestartNogoods=4  mapSize=34  nbInferences=0
0.97	     nbTooLargeKeys=0
0.97	       =>  wckTime=0.093  cpuTime=0.06  mem=14M670
0.99	   
0.99	   search
0.99	     run=3  nbConstraintChecks=99292  nbPropagations=4585  nbRevisions=52173  nbUselessRevisions=43478
0.99	     nbAssignments=155  nbFailedAssignments=40  nbBacktracks=88  nbVisitedNodes=233  nbRestartNogoods=5  mapSize=58
0.99	     nbInferences=0  nbTooLargeKeys=0
0.99	       =>  wckTime=0.11  cpuTime=0.07  mem=14M670
1.01	   
1.01	   search
1.01	     run=4  nbConstraintChecks=176263  nbPropagations=8131  nbRevisions=96872  nbUselessRevisions=80239
1.01	     nbAssignments=242  nbFailedAssignments=69  nbBacktracks=140  nbVisitedNodes=380  nbRestartNogoods=10  mapSize=103
1.01	     nbInferences=0  nbTooLargeKeys=0
1.01	       =>  wckTime=0.134  cpuTime=0.09  mem=14M670
1.05	   
1.05	   search
1.05	     run=5  nbConstraintChecks=267621  nbPropagations=13411  nbRevisions=166122  nbUselessRevisions=137505
1.05	     nbAssignments=365  nbFailedAssignments=110  nbBacktracks=216  nbVisitedNodes=581  nbRestartNogoods=13  mapSize=165
1.05	     nbInferences=0  nbTooLargeKeys=0
1.05	       =>  wckTime=0.166  cpuTime=0.12  mem=14M670
1.09	   
1.09	   search
1.09	     run=6  nbConstraintChecks=409042  nbPropagations=21411  nbRevisions=273401  nbUselessRevisions=225977
1.09	     nbAssignments=544  nbFailedAssignments=166  nbBacktracks=333  nbVisitedNodes=885  nbRestartNogoods=15  mapSize=263
1.09	     nbInferences=0  nbTooLargeKeys=0
1.09	       =>  wckTime=0.207  cpuTime=0.16  mem=14M670
1.15	   
1.15	   search
1.15	     run=7  nbConstraintChecks=625698  nbPropagations=33304  nbRevisions=435602  nbUselessRevisions=359433
1.15	     nbAssignments=814  nbFailedAssignments=258  nbBacktracks=503  nbVisitedNodes=1328  nbRestartNogoods=18  mapSize=393
1.15	     nbInferences=0  nbTooLargeKeys=0
1.15	       =>  wckTime=0.273  cpuTime=0.22  mem=14M670
1.23	   
1.23	   search
1.23	     run=8  nbConstraintChecks=888439  nbPropagations=50409  nbRevisions=672918  nbUselessRevisions=555508
1.23	     nbAssignments=1195  nbFailedAssignments=373  nbBacktracks=762  nbVisitedNodes=1956  nbRestartNogoods=22
1.23	     mapSize=596  nbInferences=0  nbTooLargeKeys=0
1.23	       =>  wckTime=0.351  cpuTime=0.29  mem=14M670
1.37	   
1.37	   search
1.37	     run=9  nbConstraintChecks=1317431  nbPropagations=75608  nbRevisions=1027090  nbUselessRevisions=848051
1.37	     nbAssignments=1755  nbFailedAssignments=541  nbBacktracks=1149  nbVisitedNodes=2881  nbRestartNogoods=28
1.37	     mapSize=894  nbInferences=0  nbTooLargeKeys=0
1.37	       =>  wckTime=0.484  cpuTime=0.41  mem=14M670
1.41	   
1.41	   INFO : Stopping hyperNogood (mapSize=1001, nbTooLargekeys=0, mem=14M670)
1.53	   
1.53	   search
1.53	     run=10  nbConstraintChecks=1947849  nbPropagations=112930  nbRevisions=1561804  nbUselessRevisions=1291796
1.53	     nbAssignments=2607  nbFailedAssignments=810  nbBacktracks=1725  nbVisitedNodes=4287  nbRestartNogoods=31
1.53	       =>  wckTime=0.652  cpuTime=0.56  mem=14M670
1.77	   
1.77	   search
1.77	     run=11  nbConstraintChecks=2943543  nbPropagations=169443  nbRevisions=2377942  nbUselessRevisions=1970678
1.77	     nbAssignments=3906  nbFailedAssignments=1237  nbBacktracks=2589  nbVisitedNodes=6444  nbRestartNogoods=35
1.77	       =>  wckTime=0.888  cpuTime=0.79  mem=14M670
2.13	   
2.13	   search
2.13	     run=12  nbConstraintChecks=4611422  nbPropagations=255491  nbRevisions=3631222  nbUselessRevisions=3009926
2.13	     nbAssignments=5910  nbFailedAssignments=1937  nbBacktracks=3887  nbVisitedNodes=9786  nbRestartNogoods=40
2.13	       =>  wckTime=1.253  cpuTime=1.15  mem=14M670
2.64	   
2.64	   search
2.64	     run=13  nbConstraintChecks=6865158  nbPropagations=383429  nbRevisions=5504626  nbUselessRevisions=4564686
2.64	     nbAssignments=8813  nbFailedAssignments=2882  nbBacktracks=5836  nbVisitedNodes=14620  nbRestartNogoods=49
2.64	       =>  wckTime=1.76  cpuTime=1.66  mem=14M670
3.37	   
3.37	   search
3.37	     run=14  nbConstraintChecks=10110948  nbPropagations=572297  nbRevisions=8293295  nbUselessRevisions=6886748
3.37	     nbAssignments=13116  nbFailedAssignments=4255  nbBacktracks=8756  nbVisitedNodes=21776  nbRestartNogoods=55
3.37	       =>  wckTime=2.493  cpuTime=2.38  mem=14M670
4.54	   
4.54	   search
4.54	     run=15  nbConstraintChecks=15331793  nbPropagations=856885  nbRevisions=12504899  nbUselessRevisions=10392086
4.54	     nbAssignments=19602  nbFailedAssignments=6354  nbBacktracks=13136  nbVisitedNodes=32595  nbRestartNogoods=65
4.54	       =>  wckTime=3.659  cpuTime=3.53  mem=14M670
4.62	   
4.62	   search
4.62	     run=16  nbConstraintChecks=15696716  nbPropagations=1148453  nbRevisions=16816504  nbUselessRevisions=13980451
4.62	     nbAssignments=20109  nbFailedAssignments=6511  nbBacktracks=13446  nbVisitedNodes=33416  nbRestartNogoods=73
4.62	       =>  wckTime=3.744  cpuTime=3.62  mem=14M670
4.63	   
4.63	   global
4.63	     nbConstraintChecks=15696716  nbPropagations=1148493  nbRevisions=16816504  nbUselessRevisions=13980451
4.63	     nbRestartNogoods=73  solvingWckTime=3.745  solvingCpuTime=3.62  expiredTime=no  totalExploration=no
4.63	     nbFoundSolutions=1  globalCpuTime=4.04
4.63	       =>  wckTime=4.271  cpuTime=3.99  mem=14M670
4.63	   
4.63	s SATISFIABLE
4.63	v 3 8 0 9 10 9 6 8 4 4 2 4 5 9 0 3 6 2 5 10 8 3 2 9 0 0 5 3 1 3 9 6 4 6 10 4 1 0 4 2 
4.63	d NODES 20109
4.63	d CHECKS 15696716
4.63	   
4.63	   totalWckTime=4.355  totalCpuTime=4.04

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/node7/watcher-228719-1168080905 -o ROOT/results/node7/solver-228719-1168080905 -C 1800 -M 900 java -Xms756M -Xmx756M -XX:PermSize=10m -XX:MaxPermSize=10m -jar abscon109.jar mac.xml 1 XSax /tmp/evaluation/228719-1168080905/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.29 1.78 1.90 3/93 19438
/proc/meminfo: memFree=1324904/2055920 swapFree=4192812/4192956
[pid=19437] ppid=19435 vsize=18540 CPUtime=0
/proc/19437/stat : 19437 (runsolver) R 19435 19437 19370 0 -1 4194368 17 0 0 0 0 0 0 0 21 0 1 0 156487102 18984960 280 18446744073709551615 4194304 4267372 548682068960 18446744073709551615 244671114535 0 2147483391 4096 24578 0 0 0 17 1 0 0
/proc/19437/statm: 4635 280 244 17 0 2626 0

[startup+0.107597 s]
/proc/loadavg: 1.29 1.78 1.90 3/93 19438
/proc/meminfo: memFree=1324904/2055920 swapFree=4192812/4192956
[pid=19437] ppid=19435 vsize=907808 CPUtime=0.06
/proc/19437/stat : 19437 (java) R 19435 19437 19370 0 -1 0 2506 0 1 0 5 1 0 0 17 0 4 0 156487102 929595392 2253 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 2147483391 0 23755 18446744073709551615 0 0 17 1 0 0
/proc/19437/statm: 226952 2253 1232 14 0 214535 0
Current children cumulated CPU time (s) 0.06
Current children cumulated vsize (KiB) 907808

[startup+0.515639 s]
/proc/loadavg: 1.29 1.78 1.90 3/93 19438
/proc/meminfo: memFree=1324904/2055920 swapFree=4192812/4192956
[pid=19437] ppid=19435 vsize=915328 CPUtime=0.45
/proc/19437/stat : 19437 (java) R 19435 19437 19370 0 -1 0 6204 0 1 0 42 3 0 0 18 0 8 0 156487102 937295872 5943 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4072941849 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/19437/statm: 228832 5943 2137 14 0 215302 0
Current children cumulated CPU time (s) 0.45
Current children cumulated vsize (KiB) 915328

[startup+1.33773 s]
/proc/loadavg: 1.35 1.78 1.90 3/100 19445
/proc/meminfo: memFree=1301680/2055920 swapFree=4192812/4192956
[pid=19437] ppid=19435 vsize=915456 CPUtime=1.26
/proc/19437/stat : 19437 (java) R 19435 19437 19370 0 -1 0 8565 0 1 0 121 5 0 0 24 0 8 0 156487102 937426944 8303 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4073812409 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/19437/statm: 228864 8303 2513 14 0 215334 0
[pid=19437/tid=19439] ppid=19435 vsize=915456 CPUtime=0.03
/proc/19437/task/19439/stat : 19439 (java) S 19435 19437 19370 0 -1 64 228 0 0 0 3 0 0 0 16 0 8 0 156487109 937426944 8303 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=19437/tid=19440] ppid=19435 vsize=915456 CPUtime=0
/proc/19437/task/19440/stat : 19440 (java) S 19435 19437 19370 0 -1 64 11 0 0 0 0 0 0 0 16 0 8 0 156487110 937426944 8303 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=19437/tid=19441] ppid=19435 vsize=915456 CPUtime=0
/proc/19437/task/19441/stat : 19441 (java) S 19435 19437 19370 0 -1 64 5 0 0 0 0 0 0 0 15 0 8 0 156487110 937426944 8303 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=19437/tid=19442] ppid=19435 vsize=915456 CPUtime=0
/proc/19437/task/19442/stat : 19442 (java) S 19435 19437 19370 0 -1 64 1 0 0 0 0 0 0 0 18 0 8 0 156487113 937426944 8303 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=19437/tid=19443] ppid=19435 vsize=915456 CPUtime=0.23
/proc/19437/task/19443/stat : 19443 (java) S 19435 19437 19370 0 -1 64 382 0 0 0 22 1 0 0 16 0 8 0 156487113 937426944 8303 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=19437/tid=19444] ppid=19435 vsize=915456 CPUtime=0
/proc/19437/task/19444/stat : 19444 (java) S 19435 19437 19370 0 -1 64 0 0 0 0 0 0 0 0 19 0 8 0 156487114 937426944 8303 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=19437/tid=19445] ppid=19435 vsize=915456 CPUtime=0
/proc/19437/task/19445/stat : 19445 (java) S 19435 19437 19370 0 -1 64 1 0 0 0 0 0 0 0 15 0 8 0 156487114 937426944 8303 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1.26
Current children cumulated vsize (KiB) 915456

[startup+2.97989 s]
/proc/loadavg: 1.35 1.78 1.90 3/100 19445
/proc/meminfo: memFree=1301360/2055920 swapFree=4192812/4192956
[pid=19437] ppid=19435 vsize=915456 CPUtime=2.89
/proc/19437/stat : 19437 (java) R 19435 19437 19370 0 -1 0 8596 0 1 0 284 5 0 0 25 0 8 0 156487102 937426944 8333 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4073798142 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/19437/statm: 228864 8333 2513 14 0 215334 0
[pid=19437/tid=19439] ppid=19435 vsize=915456 CPUtime=0.03
/proc/19437/task/19439/stat : 19439 (java) S 19435 19437 19370 0 -1 64 228 0 0 0 3 0 0 0 16 0 8 0 156487109 937426944 8333 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=19437/tid=19440] ppid=19435 vsize=915456 CPUtime=0
/proc/19437/task/19440/stat : 19440 (java) S 19435 19437 19370 0 -1 64 11 0 0 0 0 0 0 0 16 0 8 0 156487110 937426944 8333 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=19437/tid=19441] ppid=19435 vsize=915456 CPUtime=0
/proc/19437/task/19441/stat : 19441 (java) S 19435 19437 19370 0 -1 64 5 0 0 0 0 0 0 0 15 0 8 0 156487110 937426944 8333 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=19437/tid=19442] ppid=19435 vsize=915456 CPUtime=0
/proc/19437/task/19442/stat : 19442 (java) S 19435 19437 19370 0 -1 64 1 0 0 0 0 0 0 0 18 0 8 0 156487113 937426944 8333 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=19437/tid=19443] ppid=19435 vsize=915456 CPUtime=0.25
/proc/19437/task/19443/stat : 19443 (java) S 19435 19437 19370 0 -1 64 390 0 0 0 24 1 0 0 16 0 8 0 156487113 937426944 8333 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=19437/tid=19444] ppid=19435 vsize=915456 CPUtime=0
/proc/19437/task/19444/stat : 19444 (java) S 19435 19437 19370 0 -1 64 0 0 0 0 0 0 0 0 19 0 8 0 156487114 937426944 8333 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=19437/tid=19445] ppid=19435 vsize=915456 CPUtime=0
/proc/19437/task/19445/stat : 19445 (java) S 19435 19437 19370 0 -1 64 1 0 0 0 0 0 0 0 15 0 8 0 156487114 937426944 8333 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 2.89
Current children cumulated vsize (KiB) 915456

Child status: 0
Real time (s): 4.65253
CPU time (s): 4.54831
CPU user time (s): 4.48332
CPU system time (s): 0.06499
CPU usage (%): 97.7598
Max. virtual memory (cumulated for all children) (KiB): 915456

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 4.48332
system time used= 0.06499
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 8692
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= 1195
involuntary context switches= 1511

runsolver used 0.011998 s user time and 0.021996 s system time

The end

Launcher Data (download as text)

Begin job on node7 on Sat Jan  6 10:55:09 UTC 2007


IDJOB= 228719
IDBENCH= 6224
FILE ID= node7/228719-1168080905

PBS_JOBID= 3475880

Free space on /tmp= 66547 MiB

BENCH NAME= HOME/pub/bench/CPAI06/tightness/tightness0.2/rand-2-40-11-414-200-21_ext.xml
COMMAND LINE= java -Xms756M -Xmx756M -XX:PermSize=10m -XX:MaxPermSize=10m -jar abscon109.jar mac.xml 1 XSax /tmp/evaluation/228719-1168080905/unknown.xml
RUNSOLVER COMMAND LINE= runsolver  --timestamp  -w ROOT/results/node7/watcher-228719-1168080905 -o ROOT/results/node7/solver-228719-1168080905 -C 1800 -M 900  java -Xms756M -Xmx756M -XX:PermSize=10m -XX:MaxPermSize=10m -jar abscon109.jar mac.xml 1 XSax /tmp/evaluation/228719-1168080905/unknown.xml

META MD5SUM SOLVER= 9b91398c18c9fe54a6c4cfb50dadce08
MD5SUM BENCH=  24cd1ad93a9d13d4adf26658da067414

RANDOM SEED= 703759188

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.220
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.220
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:       1325448 kB
Buffers:         78980 kB
Cached:         428368 kB
SwapCached:          0 kB
Active:         376404 kB
Inactive:       250952 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1325448 kB
SwapTotal:     4192956 kB
SwapFree:      4192812 kB
Dirty:            1764 kB
Writeback:           0 kB
Mapped:         148056 kB
Slab:            87476 kB
Committed_AS:  5088580 kB
PageTables:       2528 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= 66547 MiB



End job on node7 on Sat Jan  6 10:55:27 UTC 2007