Trace number 287292

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 18.7921 19.0026

DiagnosticValue
CHECKS635648
NODES85

General information on the benchmark

Namelard/
lard-85-85.xml
MD5SUMb04af19a2e260b235db0a096d6d2c07f
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 benchmark18.7921
SatisfiableYES
(Un)Satisfiability was proved
Number of variables85
Number of constraints3570
Maximum constraint arity2
Maximum domain size86
Number of constraints which are defined in extension3570
Number of constraints which are defined in intension0
Global constraints used (with number of constraints)

Solver Data (download as text)

0.43	   
0.43	Abscon 109 (November, 2006)
0.43	   
0.43	   configuration
0.43	     name=mac.xml
0.48	   
0.48	   instance
0.48	     name=/tmp/evaluation/287292-1170112937/unknown.xml
0.51	   
0.51	   domains being loaded...
0.52	   
0.52	   variables being loaded...
0.56	     nbVariables=85  nbDomainTypes=1  minDomainSize=86  maxDomainSize=86
0.56	       =>  wckTime=0.125  cpuTime=0.09  mem=6M886
0.56	   
0.56	   relations being loaded...
3.32	   
3.32	   INFO : Contraction of relations, mem = 100M359
14.82	   
14.82	   constraints being loaded...
18.56	     nbConstraints=3570  nbRelationTypes=3570  nbExtensionStructures=3570  nbSharedExtensionStructures=0
18.56	     nbConflictsStructures=3570  nbSharedConflictsStructures=0  nbSharedBinaryRepresentations=613784  maxDegree=84
18.56	     maxArity=2
18.56	       =>  wckTime=18.13  cpuTime=16.92  mem=112M96
18.65	   
18.65	   solver IterativeSystematicSolver being built... 
18.81	       =>  wckTime=18.378  cpuTime=17.06  mem=32M331
18.86	   
18.86	   preprocessing
18.86	     nbConstraintChecks=470514  nbPropagations=163  nbRevisions=10508  nbUselessRevisions=10264  nbRemovedValues=3689
18.86	     detectedInconsistency=no
18.86	       =>  wckTime=0.045  cpuTime=0.03  mem=32M331
18.94	   
18.94	   search
18.94	     run=0  nbConstraintChecks=165134  nbPropagations=255  nbRevisions=14249  nbUselessRevisions=13998  nbAssignments=85
18.94	     nbFailedAssignments=0  nbBacktracks=0  nbVisitedNodes=86  nbRestartNogoods=0  mapSize=0  nbInferences=0
18.94	     nbTooLargeKeys=0
18.94	       =>  wckTime=0.128  cpuTime=0.1  mem=33M369
18.94	   
18.94	   global
18.94	     nbConstraintChecks=635648  nbPropagations=418  nbRevisions=24757  nbUselessRevisions=24262  nbRestartNogoods=0
18.94	     solvingWckTime=0.13  solvingCpuTime=0.1  expiredTime=no  totalExploration=no  nbFoundSolutions=1
18.94	     globalCpuTime=17.21
18.94	       =>  wckTime=18.511  cpuTime=17.16  mem=33M369
18.95	   
18.95	s SATISFIABLE
18.95	v 0 1 1 1 1 2 3 1 2 3 4 1 2 7 8 9 10 11 12 13 14 1 2 2 3 4 5 6 7 8 9 10 11 12 13 14 1 2 3 4 5 1 2 32 33 30 31 32 33 14 15 16 1 2 3 4 1 2 3 4 5 6 1 2 3 4 5 6 7 8 9 10 1 2 3 4 5 6 7 8 9 10 11 12 13 
18.95	d NODES 85
18.95	d CHECKS 635648
18.95	   
18.95	   totalWckTime=18.587  totalCpuTime=17.21

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/node20/watcher-287292-1170112937 -o ROOT/results/node20/solver-287292-1170112937 -C 1800 -M 900 java -Xms756M -Xmx756M -XX:PermSize=10m -XX:MaxPermSize=10m -jar abscon109.jar mac.xml 1 XSax /tmp/evaluation/287292-1170112937/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: 2.04 2.26 2.15 3/86 24904
/proc/meminfo: memFree=1301888/2055920 swapFree=4192812/4192956
[pid=24903] ppid=24901 vsize=18540 CPUtime=0
/proc/24903/stat : 24903 (runsolver) R 24901 24903 24004 0 -1 4194368 17 0 0 0 0 0 0 0 19 0 1 0 31247726 18984960 279 18446744073709551615 4194304 4267372 548682068960 18446744073709551615 273952599335 0 2147483391 4096 24578 0 0 0 17 1 0 0
/proc/24903/statm: 4635 279 244 17 0 2626 0

[startup+0.102561 s]
/proc/loadavg: 2.04 2.26 2.15 3/86 24904
/proc/meminfo: memFree=1301888/2055920 swapFree=4192812/4192956
[pid=24903] ppid=24901 vsize=907676 CPUtime=0.05
/proc/24903/stat : 24903 (java) R 24901 24903 24004 0 -1 0 2383 0 1 0 4 1 0 0 16 0 4 0 31247726 929460224 2130 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4153795345 0 4 0 7368 18446744073709551615 0 0 17 1 0 0
/proc/24903/statm: 226919 2130 1187 14 0 214502 0
Current children cumulated CPU time (s) 0.05
Current children cumulated vsize (KiB) 907676

[startup+0.510604 s]
/proc/loadavg: 2.04 2.26 2.15 3/86 24904
/proc/meminfo: memFree=1301888/2055920 swapFree=4192812/4192956
[pid=24903] ppid=24901 vsize=915328 CPUtime=0.35
/proc/24903/stat : 24903 (java) R 24901 24903 24004 0 -1 0 5697 0 9 0 31 4 0 0 18 0 8 0 31247726 937295872 5444 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/24903/statm: 228832 5444 2086 14 0 215302 0
Current children cumulated CPU time (s) 0.35
Current children cumulated vsize (KiB) 915328

[startup+1.3337 s]
/proc/loadavg: 2.04 2.26 2.15 4/93 24911
/proc/meminfo: memFree=1226120/2055920 swapFree=4192812/4192956
[pid=24903] ppid=24901 vsize=915328 CPUtime=1.17
/proc/24903/stat : 24903 (java) R 24901 24903 24004 0 -1 0 19915 0 9 0 106 11 0 0 24 0 8 0 31247726 937295872 19661 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4073415472 0 4 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/24903/statm: 228832 19661 2151 14 0 215302 0
[pid=24903/tid=24905] ppid=24901 vsize=915328 CPUtime=0.06
/proc/24903/task/24905/stat : 24905 (java) S 24901 24903 24004 0 -1 64 3504 0 0 0 5 1 0 0 17 0 8 0 31247734 937295872 19661 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=24903/tid=24906] ppid=24901 vsize=915328 CPUtime=0
/proc/24903/task/24906/stat : 24906 (java) S 24901 24903 24004 0 -1 64 11 0 0 0 0 0 0 0 16 0 8 0 31247735 937295872 19661 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=24903/tid=24907] ppid=24901 vsize=915328 CPUtime=0
/proc/24903/task/24907/stat : 24907 (java) S 24901 24903 24004 0 -1 64 5 0 0 0 0 0 0 0 16 0 8 0 31247735 937295872 19661 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=24903/tid=24908] ppid=24901 vsize=915328 CPUtime=0
/proc/24903/task/24908/stat : 24908 (java) S 24901 24903 24004 0 -1 64 1 0 0 0 0 0 0 0 18 0 8 0 31247738 937295872 19661 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=24903/tid=24909] ppid=24901 vsize=915328 CPUtime=0.07
/proc/24903/task/24909/stat : 24909 (java) S 24901 24903 24004 0 -1 64 309 0 0 0 7 0 0 0 16 0 8 0 31247738 937295872 19661 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=24903/tid=24910] ppid=24901 vsize=915328 CPUtime=0
/proc/24903/task/24910/stat : 24910 (java) S 24901 24903 24004 0 -1 64 1 0 0 0 0 0 0 0 19 0 8 0 31247738 937295872 19661 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=24903/tid=24911] ppid=24901 vsize=915328 CPUtime=0
/proc/24903/task/24911/stat : 24911 (java) S 24901 24903 24004 0 -1 64 0 0 0 0 0 0 0 0 15 0 8 0 31247738 937295872 19661 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1.17
Current children cumulated vsize (KiB) 915328

[startup+2.9869 s]
/proc/loadavg: 2.04 2.26 2.15 4/93 24911
/proc/meminfo: memFree=1196488/2055920 swapFree=4192812/4192956
[pid=24903] ppid=24901 vsize=915328 CPUtime=2.83
/proc/24903/stat : 24903 (java) R 24901 24903 24004 0 -1 0 32895 0 9 0 265 18 0 0 25 0 8 0 31247726 937295872 32638 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4073445426 0 4 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/24903/statm: 228832 32638 2151 14 0 215302 0
[pid=24903/tid=24905] ppid=24901 vsize=915328 CPUtime=0.36
/proc/24903/task/24905/stat : 24905 (java) S 24901 24903 24004 0 -1 64 16459 0 0 0 29 7 0 0 16 0 8 0 31247734 937295872 32638 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=24903/tid=24906] ppid=24901 vsize=915328 CPUtime=0
/proc/24903/task/24906/stat : 24906 (java) S 24901 24903 24004 0 -1 64 11 0 0 0 0 0 0 0 16 0 8 0 31247735 937295872 32638 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=24903/tid=24907] ppid=24901 vsize=915328 CPUtime=0
/proc/24903/task/24907/stat : 24907 (java) S 24901 24903 24004 0 -1 64 5 0 0 0 0 0 0 0 16 0 8 0 31247735 937295872 32638 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=24903/tid=24908] ppid=24901 vsize=915328 CPUtime=0
/proc/24903/task/24908/stat : 24908 (java) S 24901 24903 24004 0 -1 64 1 0 0 0 0 0 0 0 18 0 8 0 31247738 937295872 32638 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=24903/tid=24909] ppid=24901 vsize=915328 CPUtime=0.1
/proc/24903/task/24909/stat : 24909 (java) S 24901 24903 24004 0 -1 64 328 0 0 0 10 0 0 0 16 0 8 0 31247738 937295872 32638 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=24903/tid=24910] ppid=24901 vsize=915328 CPUtime=0
/proc/24903/task/24910/stat : 24910 (java) S 24901 24903 24004 0 -1 64 1 0 0 0 0 0 0 0 19 0 8 0 31247738 937295872 32638 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=24903/tid=24911] ppid=24901 vsize=915328 CPUtime=0
/proc/24903/task/24911/stat : 24911 (java) S 24901 24903 24004 0 -1 64 0 0 0 0 0 0 0 0 15 0 8 0 31247738 937295872 32638 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 2.83
Current children cumulated vsize (KiB) 915328

[startup+6.2803 s]
/proc/loadavg: 2.04 2.25 2.15 3/93 24911
/proc/meminfo: memFree=1149768/2055920 swapFree=4192812/4192956
[pid=24903] ppid=24901 vsize=915604 CPUtime=6.12
/proc/24903/stat : 24903 (java) R 24901 24903 24004 0 -1 0 32961 0 9 0 592 20 0 0 25 0 8 0 31247726 937578496 32699 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/24903/statm: 228901 32700 2155 14 0 215371 0
[pid=24903/tid=24905] ppid=24901 vsize=915604 CPUtime=0.55
/proc/24903/task/24905/stat : 24905 (java) S 24901 24903 24004 0 -1 64 16470 0 0 0 48 7 0 0 16 0 8 0 31247734 937578496 32701 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=24903/tid=24906] ppid=24901 vsize=915604 CPUtime=0
/proc/24903/task/24906/stat : 24906 (java) S 24901 24903 24004 0 -1 64 11 0 0 0 0 0 0 0 16 0 8 0 31247735 937578496 32701 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=24903/tid=24907] ppid=24901 vsize=915604 CPUtime=0
/proc/24903/task/24907/stat : 24907 (java) S 24901 24903 24004 0 -1 64 5 0 0 0 0 0 0 0 16 0 8 0 31247735 937578496 32701 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=24903/tid=24908] ppid=24901 vsize=915604 CPUtime=0
/proc/24903/task/24908/stat : 24908 (java) S 24901 24903 24004 0 -1 64 1 0 0 0 0 0 0 0 18 0 8 0 31247738 937578496 32701 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=24903/tid=24909] ppid=24901 vsize=915604 CPUtime=0.11
/proc/24903/task/24909/stat : 24909 (java) S 24901 24903 24004 0 -1 64 373 0 0 0 11 0 0 0 15 0 8 0 31247738 937578496 32701 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=24903/tid=24910] ppid=24901 vsize=915604 CPUtime=0
/proc/24903/task/24910/stat : 24910 (java) S 24901 24903 24004 0 -1 64 1 0 0 0 0 0 0 0 19 0 8 0 31247738 937578496 32701 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=24903/tid=24911] ppid=24901 vsize=915604 CPUtime=0
/proc/24903/task/24911/stat : 24911 (java) S 24901 24903 24004 0 -1 64 0 0 0 0 0 0 0 0 15 0 8 0 31247738 937578496 32701 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 6.12
Current children cumulated vsize (KiB) 915604

[startup+12.7671 s]
/proc/loadavg: 2.04 2.25 2.15 3/93 24911
/proc/meminfo: memFree=1180232/2055920 swapFree=4192812/4192956
[pid=24903] ppid=24901 vsize=915572 CPUtime=12.61
/proc/24903/stat : 24903 (java) R 24901 24903 24004 0 -1 0 38479 0 9 0 1234 27 0 0 25 0 8 0 31247726 937545728 38206 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4073445387 0 4 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/24903/statm: 228893 38206 2156 14 0 215363 0
[pid=24903/tid=24905] ppid=24901 vsize=915572 CPUtime=0.83
/proc/24903/task/24905/stat : 24905 (java) S 24901 24903 24004 0 -1 64 21957 0 0 0 74 9 0 0 16 0 8 0 31247734 937545728 38206 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=24903/tid=24906] ppid=24901 vsize=915572 CPUtime=0
/proc/24903/task/24906/stat : 24906 (java) S 24901 24903 24004 0 -1 64 11 0 0 0 0 0 0 0 16 0 8 0 31247735 937545728 38206 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=24903/tid=24907] ppid=24901 vsize=915572 CPUtime=0
/proc/24903/task/24907/stat : 24907 (java) S 24901 24903 24004 0 -1 64 5 0 0 0 0 0 0 0 16 0 8 0 31247735 937545728 38206 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=24903/tid=24908] ppid=24901 vsize=915572 CPUtime=0
/proc/24903/task/24908/stat : 24908 (java) S 24901 24903 24004 0 -1 64 1 0 0 0 0 0 0 0 18 0 8 0 31247738 937545728 38206 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=24903/tid=24909] ppid=24901 vsize=915572 CPUtime=0.13
/proc/24903/task/24909/stat : 24909 (java) S 24901 24903 24004 0 -1 64 391 0 0 0 13 0 0 0 16 0 8 0 31247738 937545728 38206 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=24903/tid=24910] ppid=24901 vsize=915572 CPUtime=0
/proc/24903/task/24910/stat : 24910 (java) S 24901 24903 24004 0 -1 64 1 0 0 0 0 0 0 0 19 0 8 0 31247738 937545728 38206 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=24903/tid=24911] ppid=24901 vsize=915572 CPUtime=0
/proc/24903/task/24911/stat : 24911 (java) S 24901 24903 24004 0 -1 64 0 0 0 0 0 0 0 0 15 0 8 0 31247738 937545728 38206 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 12.61
Current children cumulated vsize (KiB) 915572

Child status: 0
Real time (s): 19.0026
CPU time (s): 18.7921
CPU user time (s): 18.4452
CPU system time (s): 0.346947
CPU usage (%): 98.8926
Max. virtual memory (cumulated for all children) (KiB): 915604

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 18.4452
system time used= 0.346947
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 42055
page faults= 9
swaps= 0
block input operations= 0
block output operations= 0
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 1857
involuntary context switches= 1580

runsolver used 0.022996 s user time and 0.067989 s system time

The end

Launcher Data (download as text)

Begin job on node20 on Mon Jan 29 23:22:17 UTC 2007


IDJOB= 287292
IDBENCH= 19812
IDSOLVER= 75
FILE ID= node20/287292-1170112937

PBS_JOBID= 3690223

Free space on /tmp= 66422 MiB

SOLVER NAME= abscon  109 AC
BENCH NAME= HOME/pub/bench/CPAI06/lard/lard-85-85.xml
COMMAND LINE= java -Xms756M -Xmx756M -XX:PermSize=10m -XX:MaxPermSize=10m -jar abscon109.jar mac.xml 1 XSax /tmp/evaluation/287292-1170112937/unknown.xml
RUNSOLVER COMMAND LINE= runsolver  --timestamp  -w ROOT/results/node20/watcher-287292-1170112937 -o ROOT/results/node20/solver-287292-1170112937 -C 1800 -M 900  java -Xms756M -Xmx756M -XX:PermSize=10m -XX:MaxPermSize=10m -jar abscon109.jar mac.xml 1 XSax /tmp/evaluation/287292-1170112937/unknown.xml

META MD5SUM SOLVER= 9b91398c18c9fe54a6c4cfb50dadce08
MD5SUM BENCH=  b04af19a2e260b235db0a096d6d2c07f

RANDOM SEED= 54077150

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:       1302496 kB
Buffers:          2592 kB
Cached:         500880 kB
SwapCached:          0 kB
Active:         682920 kB
Inactive:        26824 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1302496 kB
SwapTotal:     4192956 kB
SwapFree:      4192812 kB
Dirty:          141532 kB
Writeback:           0 kB
Mapped:         225776 kB
Slab:            28284 kB
Committed_AS:   538248 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= 66422 MiB



End job on node20 on Mon Jan 29 23:22:37 UTC 2007