Trace number 247633

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.17736 4.24447

DiagnosticValue
CHECKS4157158
NODES3333

General information on the benchmark

Namedriver/
driverlogw-08cc-sat_ext.xml
MD5SUMc22d6843d072d5309bbb8c5ec2f7b5eb
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.527918
SatisfiableYES
(Un)Satisfiability was proved
Number of variables408
Number of constraints9321
Maximum constraint arity2
Maximum domain size11
Number of constraints which are defined in extension9321
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/247633-1168393412/unknown.xml
0.35	   
0.35	   domains being loaded...
0.36	   
0.36	   variables being loaded...
0.44	     nbVariables=408  nbDomainTypes=8  minDomainSize=2  maxDomainSize=11
0.44	       =>  wckTime=0.144  cpuTime=0.11  mem=7M894
0.44	   
0.44	   relations being loaded...
0.51	   
0.51	   constraints being loaded...
0.93	     nbConstraints=9321  nbRelationTypes=649  nbExtensionStructures=911  nbSharedExtensionStructures=8410
0.93	     nbConflictsStructures=911  nbSharedConflictsStructures=8410  nbSharedBinaryRepresentations=9812  maxDegree=117
0.93	     maxArity=2
0.93	       =>  wckTime=0.638  cpuTime=0.5  mem=36M174
1.04	   
1.04	   solver IterativeSystematicSolver being built... 
1.23	       =>  wckTime=0.933  cpuTime=0.66  mem=20M624
2.92	   
2.92	   preprocessing
2.92	     nbConstraintChecks=2242142  nbPropagations=19220  nbRevisions=625858  nbUselessRevisions=602911
2.92	     nbSingletonTests=2611  nbEffectiveSingletonTests=7  nbESACBranches=71  nbRemovedValues=33  detectedInconsistency=no
2.92	       =>  wckTime=1.687  cpuTime=1.64  mem=20M624
2.99	   
2.99	   search
3.00	     run=0  nbConstraintChecks=84019  nbPropagations=20019  nbRevisions=651409  nbUselessRevisions=626984
3.00	     nbAssignments=109  nbFailedAssignments=6  nbBacktracks=19  nbVisitedNodes=122  nbRestartNogoods=0  mapSize=7
3.00	     nbInferences=0  nbTooLargeKeys=0
3.00	       =>  wckTime=1.764  cpuTime=1.7  mem=21M615
3.06	   
3.06	   search
3.06	     run=1  nbConstraintChecks=210244  nbPropagations=41111  nbRevisions=1341250  nbUselessRevisions=1290763
3.06	     nbAssignments=278  nbFailedAssignments=7  nbBacktracks=36  nbVisitedNodes=219  nbRestartNogoods=5  mapSize=10
3.06	     nbInferences=0  nbTooLargeKeys=0
3.06	       =>  wckTime=1.83  cpuTime=1.76  mem=21M615
3.10	   
3.10	   search
3.10	     run=2  nbConstraintChecks=272000  nbPropagations=62801  nbRevisions=2050226  nbUselessRevisions=1972833
3.10	     nbAssignments=389  nbFailedAssignments=9  nbBacktracks=104  nbVisitedNodes=335  nbRestartNogoods=6  mapSize=14
3.10	     nbInferences=0  nbTooLargeKeys=0
3.10	       =>  wckTime=1.871  cpuTime=1.8  mem=21M615
3.16	   
3.16	   search
3.16	     run=3  nbConstraintChecks=376570  nbPropagations=85482  nbRevisions=2794050  nbUselessRevisions=2687727
3.16	     nbAssignments=508  nbFailedAssignments=12  nbBacktracks=138  nbVisitedNodes=468  nbRestartNogoods=7  mapSize=26
3.16	     nbInferences=0  nbTooLargeKeys=0
3.16	       =>  wckTime=1.928  cpuTime=1.86  mem=21M615
3.22	   
3.22	   search
3.22	     run=4  nbConstraintChecks=471109  nbPropagations=109160  nbRevisions=3569935  nbUselessRevisions=3433042
3.22	     nbAssignments=649  nbFailedAssignments=16  nbBacktracks=236  nbVisitedNodes=620  nbRestartNogoods=9  mapSize=36
3.22	     nbInferences=0  nbTooLargeKeys=0
3.22	       =>  wckTime=1.989  cpuTime=1.92  mem=21M615
3.29	   
3.29	   search
3.29	     run=5  nbConstraintChecks=581781  nbPropagations=134066  nbRevisions=4385018  nbUselessRevisions=4215094
3.29	     nbAssignments=820  nbFailedAssignments=25  nbBacktracks=323  nbVisitedNodes=817  nbRestartNogoods=10  mapSize=59
3.29	     nbInferences=0  nbTooLargeKeys=0
3.29	       =>  wckTime=2.06  cpuTime=2.0  mem=21M615
3.38	   
3.38	   search
3.38	     run=6  nbConstraintChecks=733604  nbPropagations=160394  nbRevisions=5252767  nbUselessRevisions=5047424
3.38	     nbAssignments=1079  nbFailedAssignments=30  nbBacktracks=439  nbVisitedNodes=1025  nbRestartNogoods=13  mapSize=71
3.38	     nbInferences=0  nbTooLargeKeys=0
3.38	       =>  wckTime=2.153  cpuTime=2.09  mem=21M615
3.51	   
3.51	   search
3.51	     run=7  nbConstraintChecks=915133  nbPropagations=188485  nbRevisions=6182570  nbUselessRevisions=5938658
3.51	     nbAssignments=1436  nbFailedAssignments=39  nbBacktracks=627  nbVisitedNodes=1327  nbRestartNogoods=17  mapSize=95
3.51	     nbInferences=0  nbTooLargeKeys=0
3.51	       =>  wckTime=2.276  cpuTime=2.21  mem=21M615
3.64	   
3.64	   search
3.64	     run=8  nbConstraintChecks=1090564  nbPropagations=218355  nbRevisions=7173963  nbUselessRevisions=6888254
3.64	     nbAssignments=1776  nbFailedAssignments=51  nbBacktracks=927  nbVisitedNodes=1700  nbRestartNogoods=21  mapSize=127
3.64	     nbInferences=0  nbTooLargeKeys=0
3.64	       =>  wckTime=2.41  cpuTime=2.33  mem=21M615
3.82	   
3.82	   search
3.82	     run=9  nbConstraintChecks=1380934  nbPropagations=250877  nbRevisions=8263820  nbUselessRevisions=7930985
3.82	     nbAssignments=2223  nbFailedAssignments=75  nbBacktracks=1331  nbVisitedNodes=2212  nbRestartNogoods=22
3.82	     mapSize=191  nbInferences=0  nbTooLargeKeys=0
3.82	       =>  wckTime=2.589  cpuTime=2.5  mem=22M588
4.09	   
4.09	   search
4.09	     run=10  nbConstraintChecks=1800727  nbPropagations=287422  nbRevisions=9493220  nbUselessRevisions=9104418
4.09	     nbAssignments=2918  nbFailedAssignments=120  nbBacktracks=1918  nbVisitedNodes=3025  nbRestartNogoods=23
4.09	     mapSize=304  nbInferences=0  nbTooLargeKeys=0
4.09	       =>  wckTime=2.856  cpuTime=2.76  mem=22M588
4.18	   
4.18	   search
4.18	     run=11  nbConstraintChecks=1915016  nbPropagations=325219  nbRevisions=10767154  nbUselessRevisions=10320517
4.18	     nbAssignments=3333  nbFailedAssignments=123  nbBacktracks=1922  nbVisitedNodes=3446  nbRestartNogoods=28
4.18	     mapSize=307  nbInferences=0  nbTooLargeKeys=0
4.18	       =>  wckTime=2.949  cpuTime=2.85  mem=22M588
4.18	   
4.18	   global
4.18	     nbConstraintChecks=4157158  nbPropagations=344439  nbRevisions=11393012  nbUselessRevisions=10923428
4.18	     nbRestartNogoods=28  solvingWckTime=2.95  solvingCpuTime=2.85  expiredTime=no  totalExploration=no
4.18	     nbFoundSolutions=1  globalCpuTime=3.56
4.18	       =>  wckTime=3.888  cpuTime=3.51  mem=22M588
4.18	   
4.18	s SATISFIABLE
4.18	v 3 1 2 1 2 0 0 3 0 3 3 0 0 0 0 0 0 1 0 1 0 0 0 1 0 0 3 0 0 0 0 1 0 0 0 0 1 0 0 7 0 0 0 0 1 0 0 0 0 1 0 0 1 0 0 0 1 0 0 3 0 0 0 0 0 1 0 0 0 0 0 0 0 0 2 0 2 0 0 0 2 0 0 0 0 0 0 0 0 0 0 1 0 0 0 1 0 0 0 0 0 5 0 1 0 1 0 0 0 0 0 1 0 0 0 0 1 0 0 1 0 0 0 0 1 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 1 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 1 0 0 0 0 1 0 0 0 0 0 0 0 4 0 3 0 0 0 0 0 1 0 0 0 0 0 0 1 0 0 1 0 0 0 0 1 1 1 0 1 0 1 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 1 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 1 0 0 0 0 1 0 0 0 0 0 0 0 0 0 0 1 0 0 0 0 1 0 0 0 0 0 0 1 0 0 1 0 0 0 0 1 1 1 0 1 0 1 0 1 0 0 0 0 0 0 0 0 0 0 0 0 0 0 1 0 1 0 0 0 0 0 0 1 0 0 0 0 1 0 0 0 0 0 0 1 0 0 2 0 0 0 0 1 1 1 1 1 1 1 1 1 0 0 0 0 0 0 0 0 0 0 1 0 0 0 1 0 1 1 0 0 0 0 0 1 0 1 1 1 1 1 1 1 1 1 0 1 0 0 0 
4.18	d NODES 3333
4.18	d CHECKS 4157158
4.18	   
4.18	   totalWckTime=3.964  totalCpuTime=3.56

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/node19/watcher-247633-1168393412 -o ROOT/results/node19/solver-247633-1168393412 -C 1800 -M 900 java -Xms756M -Xmx756M -XX:PermSize=10m -XX:MaxPermSize=10m -jar abscon109.jar esac.xml 1 XSax /tmp/evaluation/247633-1168393412/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.93 1.00 1.06 3/78 25376
/proc/meminfo: memFree=1760304/2055920 swapFree=4171244/4192956
[pid=25375] ppid=25373 vsize=220 CPUtime=0
/proc/25375/stat : 25375 (java) R 25373 25375 24618 0 -1 0 224 0 0 0 0 0 0 0 18 0 1 0 187735893 225280 31 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 7483963 0 0 4096 0 0 0 0 17 1 0 0
/proc/25375/statm: 73 35 27 14 0 5 0

[startup+0.103135 s]
/proc/loadavg: 0.93 1.00 1.06 3/78 25376
/proc/meminfo: memFree=1760304/2055920 swapFree=4171244/4192956
[pid=25375] ppid=25373 vsize=914988 CPUtime=0.09
/proc/25375/stat : 25375 (java) R 25373 25375 24618 0 -1 0 3076 0 1 0 7 2 0 0 16 0 8 0 187735893 936947712 2822 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/25375/statm: 228747 2822 1455 14 0 215242 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 914988

[startup+0.511212 s]
/proc/loadavg: 0.93 1.00 1.06 3/78 25376
/proc/meminfo: memFree=1760304/2055920 swapFree=4171244/4192956
[pid=25375] ppid=25373 vsize=915328 CPUtime=0.49
/proc/25375/stat : 25375 (java) R 25373 25375 24618 0 -1 0 6521 0 1 0 45 4 0 0 16 0 8 0 187735893 937295872 6260 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4073605358 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/25375/statm: 228832 6261 2137 14 0 215302 0
Current children cumulated CPU time (s) 0.49
Current children cumulated vsize (KiB) 915328

[startup+1.33237 s]
/proc/loadavg: 0.93 1.00 1.06 2/85 25383
/proc/meminfo: memFree=1709880/2055920 swapFree=4171244/4192956
[pid=25375] ppid=25373 vsize=915692 CPUtime=1.32
/proc/25375/stat : 25375 (java) R 25373 25375 24618 0 -1 0 15363 0 1 0 123 9 0 0 16 0 8 0 187735893 937668608 15101 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4074003632 0 4 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/25375/statm: 228923 15101 2523 14 0 215393 0
[pid=25375/tid=25377] ppid=25373 vsize=915692 CPUtime=0.09
/proc/25375/task/25377/stat : 25377 (java) S 25373 25375 24618 0 -1 64 1460 0 0 0 9 0 0 0 17 0 8 0 187735897 937668608 15101 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=25375/tid=25378] ppid=25373 vsize=915692 CPUtime=0
/proc/25375/task/25378/stat : 25378 (java) S 25373 25375 24618 0 -1 64 11 0 0 0 0 0 0 0 16 0 8 0 187735897 937668608 15101 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=25375/tid=25379] ppid=25373 vsize=915692 CPUtime=0
/proc/25375/task/25379/stat : 25379 (java) S 25373 25375 24618 0 -1 64 5 0 0 0 0 0 0 0 16 0 8 0 187735897 937668608 15101 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=25375/tid=25380] ppid=25373 vsize=915692 CPUtime=0
/proc/25375/task/25380/stat : 25380 (java) S 25373 25375 24618 0 -1 64 1 0 0 0 0 0 0 0 21 0 8 0 187735900 937668608 15101 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=25375/tid=25381] ppid=25373 vsize=915692 CPUtime=0.23
/proc/25375/task/25381/stat : 25381 (java) S 25373 25375 24618 0 -1 64 457 0 0 0 22 1 0 0 16 0 8 0 187735900 937668608 15101 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=25375/tid=25382] ppid=25373 vsize=915692 CPUtime=0
/proc/25375/task/25382/stat : 25382 (java) S 25373 25375 24618 0 -1 64 1 0 0 0 0 0 0 0 22 0 8 0 187735900 937668608 15101 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=25375/tid=25383] ppid=25373 vsize=915692 CPUtime=0
/proc/25375/task/25383/stat : 25383 (java) S 25373 25375 24618 0 -1 64 1 0 0 0 0 0 0 0 15 0 8 0 187735900 937668608 15101 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) 915692

[startup+2.98368 s]
/proc/loadavg: 0.93 1.00 1.06 2/85 25383
/proc/meminfo: memFree=1709560/2055920 swapFree=4171244/4192956
[pid=25375] ppid=25373 vsize=915692 CPUtime=2.96
/proc/25375/stat : 25375 (java) R 25373 25375 24618 0 -1 0 15380 0 1 0 286 10 0 0 16 0 8 0 187735893 937668608 15117 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4073979827 0 4 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/25375/statm: 228923 15117 2524 14 0 215393 0
[pid=25375/tid=25377] ppid=25373 vsize=915692 CPUtime=0.09
/proc/25375/task/25377/stat : 25377 (java) S 25373 25375 24618 0 -1 64 1460 0 0 0 9 0 0 0 16 0 8 0 187735897 937668608 15117 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=25375/tid=25378] ppid=25373 vsize=915692 CPUtime=0
/proc/25375/task/25378/stat : 25378 (java) S 25373 25375 24618 0 -1 64 11 0 0 0 0 0 0 0 16 0 8 0 187735897 937668608 15117 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=25375/tid=25379] ppid=25373 vsize=915692 CPUtime=0
/proc/25375/task/25379/stat : 25379 (java) S 25373 25375 24618 0 -1 64 5 0 0 0 0 0 0 0 16 0 8 0 187735897 937668608 15117 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=25375/tid=25380] ppid=25373 vsize=915692 CPUtime=0
/proc/25375/task/25380/stat : 25380 (java) S 25373 25375 24618 0 -1 64 1 0 0 0 0 0 0 0 21 0 8 0 187735900 937668608 15117 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=25375/tid=25381] ppid=25373 vsize=915692 CPUtime=0.26
/proc/25375/task/25381/stat : 25381 (java) S 25373 25375 24618 0 -1 64 471 0 0 0 24 2 0 0 16 0 8 0 187735900 937668608 15117 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=25375/tid=25382] ppid=25373 vsize=915692 CPUtime=0
/proc/25375/task/25382/stat : 25382 (java) S 25373 25375 24618 0 -1 64 1 0 0 0 0 0 0 0 22 0 8 0 187735900 937668608 15117 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=25375/tid=25383] ppid=25373 vsize=915692 CPUtime=0
/proc/25375/task/25383/stat : 25383 (java) R 25373 25375 24618 0 -1 64 1 0 0 0 0 0 0 0 15 0 8 0 187735900 937668608 15117 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 2.96
Current children cumulated vsize (KiB) 915692

Child status: 0
Real time (s): 4.24447
CPU time (s): 4.17736
CPU user time (s): 4.05638
CPU system time (s): 0.120981
CPU usage (%): 98.419
Max. virtual memory (cumulated for all children) (KiB): 915796

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 4.05638
system time used= 0.120981
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 15411
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= 1107
involuntary context switches= 304

runsolver used 0.004999 s user time and 0.017997 s system time

The end

Launcher Data (download as text)

Begin job on node19 on Wed Jan 10 01:43:33 UTC 2007


IDJOB= 247633
IDBENCH= 11647
FILE ID= node19/247633-1168393412

PBS_JOBID= 3522804

Free space on /tmp= 66559 MiB

BENCH NAME= HOME/pub/bench/CPAI06/driver/driverlogw-08cc-sat_ext.xml
COMMAND LINE= java -Xms756M -Xmx756M -XX:PermSize=10m -XX:MaxPermSize=10m -jar abscon109.jar esac.xml 1 XSax /tmp/evaluation/247633-1168393412/unknown.xml
RUNSOLVER COMMAND LINE= runsolver  --timestamp  -w ROOT/results/node19/watcher-247633-1168393412 -o ROOT/results/node19/solver-247633-1168393412 -C 1800 -M 900  java -Xms756M -Xmx756M -XX:PermSize=10m -XX:MaxPermSize=10m -jar abscon109.jar esac.xml 1 XSax /tmp/evaluation/247633-1168393412/unknown.xml

META MD5SUM SOLVER= 9b91398c18c9fe54a6c4cfb50dadce08
MD5SUM BENCH=  c22d6843d072d5309bbb8c5ec2f7b5eb

RANDOM SEED= 508969453

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.260
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.260
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:       1760784 kB
Buffers:         48632 kB
Cached:         159592 kB
SwapCached:      10396 kB
Active:         170164 kB
Inactive:        68840 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1760784 kB
SwapTotal:     4192956 kB
SwapFree:      4171244 kB
Dirty:            2644 kB
Writeback:           0 kB
Mapped:          39660 kB
Slab:            41480 kB
Committed_AS:  5551916 kB
PageTables:       1996 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= 66559 MiB



End job on node19 on Wed Jan 10 01:43:37 UTC 2007