Trace number 204924

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 ACUNSAT 5.74013 5.80151

DiagnosticValue
CHECKS29985566
NODES32206

General information on the benchmark

Namerandom/rand-2-30-15/
rand-2-30-15-306-230-33_ext.xml
MD5SUM60fa814020e0f9d4075bb3b09929f8a0
Bench Category2-ARY-EXT (binary constraints in extension)
Best result obtained on this benchmarkUNSAT
Best CPU time to get the best result obtained on this benchmark1.75273
SatisfiableNO
(Un)Satisfiability was provedNO
Number of variables30
Number of constraints229
Maximum constraint arity2
Maximum domain size15
Number of constraints which are defined in extension229
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=mac.xml
0.32	   
0.32	   instance
0.32	     name=/tmp/evaluation/204924-1168073369/unknown.xml
0.35	   
0.35	   domains being loaded...
0.35	   
0.35	   variables being loaded...
0.39	     nbVariables=30  nbDomainTypes=1  minDomainSize=15  maxDomainSize=15
0.39	       =>  wckTime=0.093  cpuTime=0.08  mem=6M951
0.39	   
0.39	   relations being loaded...
0.45	   
0.45	   constraints being loaded...
0.55	     nbConstraints=229  nbRelationTypes=229  nbExtensionStructures=229  nbSharedExtensionStructures=0
0.55	     nbConflictsStructures=229  nbSharedConflictsStructures=0  nbSharedBinaryRepresentations=2970  maxDegree=20
0.55	     maxArity=2
0.55	       =>  wckTime=0.252  cpuTime=0.18  mem=10M853
0.58	   
0.58	   solver IterativeSystematicSolver being built... 
0.73	       =>  wckTime=0.437  cpuTime=0.3  mem=13M596
0.74	   
0.74	   preprocessing
0.74	     nbConstraintChecks=0  nbPropagations=30  nbRevisions=0  nbUselessRevisions=0  nbRemovedValues=0
0.74	     detectedInconsistency=no
0.74	       =>  wckTime=0.0030  cpuTime=0.0  mem=13M596
0.78	   
0.78	   search
0.78	     run=0  nbConstraintChecks=21559  nbPropagations=421  nbRevisions=4388  nbUselessRevisions=3443  nbAssignments=26
0.78	     nbFailedAssignments=9  nbBacktracks=14  nbVisitedNodes=42  nbRestartNogoods=0  mapSize=10  nbInferences=0
0.78	     nbTooLargeKeys=0
0.78	       =>  wckTime=0.048  cpuTime=0.02  mem=14M588
0.79	   
0.79	   search
0.79	     run=1  nbConstraintChecks=41822  nbPropagations=1250  nbRevisions=12942  nbUselessRevisions=10305  nbAssignments=57
0.79	     nbFailedAssignments=19  nbBacktracks=29  nbVisitedNodes=90  nbRestartNogoods=2  mapSize=21  nbInferences=0
0.79	     nbTooLargeKeys=0
0.79	       =>  wckTime=0.06  cpuTime=0.03  mem=14M588
0.82	   
0.82	   search
0.82	     run=2  nbConstraintChecks=78693  nbPropagations=2752  nbRevisions=29156  nbUselessRevisions=23241
0.82	     nbAssignments=104  nbFailedAssignments=37  nbBacktracks=55  nbVisitedNodes=170  nbRestartNogoods=4  mapSize=42
0.82	     nbInferences=0  nbTooLargeKeys=0
0.82	       =>  wckTime=0.084  cpuTime=0.05  mem=14M588
0.83	   
0.83	   search
0.83	     run=3  nbConstraintChecks=123182  nbPropagations=5135  nbRevisions=55324  nbUselessRevisions=44086
0.83	     nbAssignments=163  nbFailedAssignments=57  nbBacktracks=88  nbVisitedNodes=270  nbRestartNogoods=7  mapSize=69
0.83	     nbInferences=0  nbTooLargeKeys=0
0.83	       =>  wckTime=0.095  cpuTime=0.06  mem=14M588
0.85	   
0.85	   search
0.85	     run=4  nbConstraintChecks=207538  nbPropagations=8980  nbRevisions=100160  nbUselessRevisions=80069
0.85	     nbAssignments=254  nbFailedAssignments=93  nbBacktracks=141  nbVisitedNodes=429  nbRestartNogoods=13  mapSize=117
0.85	     nbInferences=0  nbTooLargeKeys=0
0.85	       =>  wckTime=0.116  cpuTime=0.08  mem=14M588
0.88	   
0.88	   search
0.88	     run=5  nbConstraintChecks=309160  nbPropagations=14773  nbRevisions=167513  nbUselessRevisions=134121
0.88	     nbAssignments=385  nbFailedAssignments=141  nbBacktracks=216  nbVisitedNodes=646  nbRestartNogoods=14  mapSize=174
0.88	     nbInferences=0  nbTooLargeKeys=0
0.88	       =>  wckTime=0.142  cpuTime=0.1  mem=14M588
0.92	   
0.92	   search
0.92	     run=6  nbConstraintChecks=497021  nbPropagations=24066  nbRevisions=276760  nbUselessRevisions=221498
0.92	     nbAssignments=598  nbFailedAssignments=234  nbBacktracks=329  nbVisitedNodes=1030  nbRestartNogoods=19  mapSize=281
0.92	     nbInferences=0  nbTooLargeKeys=0
0.92	       =>  wckTime=0.183  cpuTime=0.14  mem=14M588
0.97	   
0.97	   search
0.97	     run=7  nbConstraintChecks=751100  nbPropagations=38056  nbRevisions=442195  nbUselessRevisions=353645
0.97	     nbAssignments=891  nbFailedAssignments=351  nbBacktracks=500  nbVisitedNodes=1534  nbRestartNogoods=26  mapSize=423
0.97	     nbInferences=0  nbTooLargeKeys=0
0.97	       =>  wckTime=0.236  cpuTime=0.19  mem=14M588
1.05	   
1.05	   search
1.05	     run=8  nbConstraintChecks=1126236  nbPropagations=58776  nbRevisions=689148  nbUselessRevisions=550738
1.05	     nbAssignments=1331  nbFailedAssignments=530  nbBacktracks=756  nbVisitedNodes=2304  nbRestartNogoods=32
1.05	     mapSize=646  nbInferences=0  nbTooLargeKeys=0
1.05	       =>  wckTime=0.316  cpuTime=0.26  mem=14M588
1.18	   
1.18	   search
1.18	     run=9  nbConstraintChecks=1752210  nbPropagations=90527  nbRevisions=1073790  nbUselessRevisions=858398
1.18	     nbAssignments=2013  nbFailedAssignments=822  nbBacktracks=1141  nbVisitedNodes=3525  nbRestartNogoods=38
1.19	     mapSize=1005  nbInferences=0  nbTooLargeKeys=0
1.19	       =>  wckTime=0.452  cpuTime=0.38  mem=14M588
1.19	   
1.19	   INFO : Stopping hyperNogood (mapSize=1013, nbTooLargekeys=0, mem=14M588)
1.35	   
1.35	   search
1.35	     run=10  nbConstraintChecks=2627063  nbPropagations=137420  nbRevisions=1644649  nbUselessRevisions=1314271
1.35	     nbAssignments=2993  nbFailedAssignments=1220  nbBacktracks=1717  nbVisitedNodes=5250  nbRestartNogoods=45
1.35	       =>  wckTime=0.613  cpuTime=0.53  mem=14M588
1.56	   
1.56	   search
1.56	     run=11  nbConstraintChecks=3906990  nbPropagations=207236  nbRevisions=2497961  nbUselessRevisions=1996946
1.56	     nbAssignments=4457  nbFailedAssignments=1815  nbBacktracks=2583  nbVisitedNodes=7811  nbRestartNogoods=54
1.56	       =>  wckTime=0.829  cpuTime=0.74  mem=14M588
1.88	   
1.88	   search
1.88	     run=12  nbConstraintChecks=5809623  nbPropagations=311268  nbRevisions=3769397  nbUselessRevisions=3014539
1.88	     nbAssignments=6647  nbFailedAssignments=2703  nbBacktracks=3880  nbVisitedNodes=11662  nbRestartNogoods=61
1.88	       =>  wckTime=1.146  cpuTime=1.06  mem=14M588
2.39	   
2.39	   search
2.39	     run=13  nbConstraintChecks=8975373  nbPropagations=469837  nbRevisions=5724400  nbUselessRevisions=4579071
2.39	     nbAssignments=10040  nbFailedAssignments=4144  nbBacktracks=5827  nbVisitedNodes=17676  nbRestartNogoods=64
2.39	       =>  wckTime=1.662  cpuTime=1.57  mem=14M588
3.12	   
3.12	   search
3.12	     run=14  nbConstraintChecks=13465401  nbPropagations=705934  nbRevisions=8634208  nbUselessRevisions=6904267
3.12	     nbAssignments=14961  nbFailedAssignments=6140  nbBacktracks=8747  nbVisitedNodes=26304  nbRestartNogoods=70
3.12	       =>  wckTime=2.392  cpuTime=2.29  mem=14M588
4.26	   
4.26	   search
4.26	     run=15  nbConstraintChecks=20467040  nbPropagations=1063327  nbRevisions=13051069  nbUselessRevisions=10434208
4.26	     nbAssignments=22489  nbFailedAssignments=9285  nbBacktracks=13126  nbVisitedNodes=39639  nbRestartNogoods=80
4.26	       =>  wckTime=3.53  cpuTime=3.42  mem=14M588
5.78	   
5.78	   search
5.78	     run=16  nbConstraintChecks=29985566  nbPropagations=1579968  nbRevisions=19451433  nbUselessRevisions=15541024
5.78	     nbAssignments=32206  nbFailedAssignments=13330  nbBacktracks=18799  nbVisitedNodes=56800  nbRestartNogoods=89
5.78	       =>  wckTime=5.051  cpuTime=4.93  mem=14M588
5.79	   
5.79	   global
5.79	     nbConstraintChecks=29985566  nbPropagations=1579998  nbRevisions=19451433  nbUselessRevisions=15541024
5.79	     nbRestartNogoods=89  solvingWckTime=5.052  solvingCpuTime=4.93  expiredTime=no  totalExploration=yes
5.79	     nbFoundSolutions=0  globalCpuTime=5.29
5.79	       =>  wckTime=5.492  cpuTime=5.24  mem=14M588
5.79	   
5.79	s UNSATISFIABLE
5.79	d NODES 32206
5.79	d CHECKS 29985566
5.79	   
5.79	   totalWckTime=5.567  totalCpuTime=5.29

Verifier Data (download as text)

No possible verification on an UNSAT instance

Watcher Data (download as text)

runsolver version 3.1.3 (c) roussel@cril.univ-artois.fr

command line: runsolver --timestamp -w ROOT/results/node9/watcher-204924-1168073369 -o ROOT/results/node9/solver-204924-1168073369 -C 1800 -M 900 java -Xms756M -Xmx756M -XX:PermSize=10m -XX:MaxPermSize=10m -jar abscon109.jar mac.xml 1 XSax /tmp/evaluation/204924-1168073369/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.51 1.73 1.84 5/93 16251
/proc/meminfo: memFree=1110056/2055920 swapFree=4191880/4192956
[pid=16250] ppid=16248 vsize=308 CPUtime=0
/proc/16250/stat : 16250 (java) R 16248 16250 15959 0 -1 0 234 0 0 0 0 0 0 0 18 0 1 0 155732175 315392 40 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 8663844 0 0 4096 0 0 0 0 17 1 0 0
/proc/16250/statm: 374 41 32 14 0 5 0

[startup+0.102985 s]
/proc/loadavg: 1.51 1.73 1.84 5/93 16251
/proc/meminfo: memFree=1110056/2055920 swapFree=4191880/4192956
[pid=16250] ppid=16248 vsize=914988 CPUtime=0.09
/proc/16250/stat : 16250 (java) R 16248 16250 15959 0 -1 0 3067 0 1 0 8 1 0 0 24 0 8 0 155732175 936947712 2813 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4072931671 0 4 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/16250/statm: 228747 2813 1452 14 0 215242 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 914988

[startup+0.511034 s]
/proc/loadavg: 1.51 1.73 1.84 5/93 16251
/proc/meminfo: memFree=1110056/2055920 swapFree=4191880/4192956
[pid=16250] ppid=16248 vsize=915328 CPUtime=0.49
/proc/16250/stat : 16250 (java) R 16248 16250 15959 0 -1 0 6751 0 1 0 45 4 0 0 25 0 8 0 155732175 937295872 6490 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/16250/statm: 228832 6490 2147 14 0 215302 0
Current children cumulated CPU time (s) 0.49
Current children cumulated vsize (KiB) 915328

[startup+1.33212 s]
/proc/loadavg: 1.51 1.73 1.84 3/100 16258
/proc/meminfo: memFree=1086896/2055920 swapFree=4191880/4192956
[pid=16250] ppid=16248 vsize=915452 CPUtime=1.3
/proc/16250/stat : 16250 (java) R 16248 16250 15959 0 -1 0 8540 0 1 0 125 5 0 0 25 0 8 0 155732175 937422848 8278 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4073802258 0 4 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/16250/statm: 228863 8278 2513 14 0 215333 0
[pid=16250/tid=16252] ppid=16248 vsize=915452 CPUtime=0.02
/proc/16250/task/16252/stat : 16252 (java) S 16248 16250 15959 0 -1 64 207 0 0 0 2 0 0 0 16 0 8 0 155732178 937422848 8278 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=16250/tid=16253] ppid=16248 vsize=915452 CPUtime=0
/proc/16250/task/16253/stat : 16253 (java) S 16248 16250 15959 0 -1 64 11 0 0 0 0 0 0 0 16 0 8 0 155732179 937422848 8278 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=16250/tid=16254] ppid=16248 vsize=915452 CPUtime=0
/proc/16250/task/16254/stat : 16254 (java) S 16248 16250 15959 0 -1 64 5 0 0 0 0 0 0 0 15 0 8 0 155732179 937422848 8278 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=16250/tid=16255] ppid=16248 vsize=915452 CPUtime=0
/proc/16250/task/16255/stat : 16255 (java) S 16248 16250 15959 0 -1 64 0 0 0 0 0 0 0 0 22 0 8 0 155732182 937422848 8278 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=16250/tid=16256] ppid=16248 vsize=915452 CPUtime=0.21
/proc/16250/task/16256/stat : 16256 (java) S 16248 16250 15959 0 -1 64 387 0 0 0 20 1 0 0 16 0 8 0 155732182 937422848 8278 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=16250/tid=16257] ppid=16248 vsize=915452 CPUtime=0
/proc/16250/task/16257/stat : 16257 (java) S 16248 16250 15959 0 -1 64 1 0 0 0 0 0 0 0 23 0 8 0 155732182 937422848 8278 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=16250/tid=16258] ppid=16248 vsize=915452 CPUtime=0
/proc/16250/task/16258/stat : 16258 (java) S 16248 16250 15959 0 -1 64 1 0 0 0 0 0 0 0 15 0 8 0 155732182 937422848 8278 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1.3
Current children cumulated vsize (KiB) 915452

[startup+2.9713 s]
/proc/loadavg: 1.55 1.73 1.84 3/100 16258
/proc/meminfo: memFree=1086768/2055920 swapFree=4191880/4192956
[pid=16250] ppid=16248 vsize=915452 CPUtime=2.93
/proc/16250/stat : 16250 (java) R 16248 16250 15959 0 -1 0 8551 0 1 0 288 5 0 0 25 0 8 0 155732175 937422848 8288 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4073792185 0 4 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/16250/statm: 228863 8288 2513 14 0 215333 0
[pid=16250/tid=16252] ppid=16248 vsize=915452 CPUtime=0.02
/proc/16250/task/16252/stat : 16252 (java) S 16248 16250 15959 0 -1 64 207 0 0 0 2 0 0 0 17 0 8 0 155732178 937422848 8288 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=16250/tid=16253] ppid=16248 vsize=915452 CPUtime=0
/proc/16250/task/16253/stat : 16253 (java) S 16248 16250 15959 0 -1 64 11 0 0 0 0 0 0 0 16 0 8 0 155732179 937422848 8288 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=16250/tid=16254] ppid=16248 vsize=915452 CPUtime=0
/proc/16250/task/16254/stat : 16254 (java) S 16248 16250 15959 0 -1 64 5 0 0 0 0 0 0 0 15 0 8 0 155732179 937422848 8288 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=16250/tid=16255] ppid=16248 vsize=915452 CPUtime=0
/proc/16250/task/16255/stat : 16255 (java) S 16248 16250 15959 0 -1 64 0 0 0 0 0 0 0 0 22 0 8 0 155732182 937422848 8288 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=16250/tid=16256] ppid=16248 vsize=915452 CPUtime=0.21
/proc/16250/task/16256/stat : 16256 (java) S 16248 16250 15959 0 -1 64 388 0 0 0 20 1 0 0 15 0 8 0 155732182 937422848 8288 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=16250/tid=16257] ppid=16248 vsize=915452 CPUtime=0
/proc/16250/task/16257/stat : 16257 (java) S 16248 16250 15959 0 -1 64 1 0 0 0 0 0 0 0 23 0 8 0 155732182 937422848 8288 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=16250/tid=16258] ppid=16248 vsize=915452 CPUtime=0
/proc/16250/task/16258/stat : 16258 (java) S 16248 16250 15959 0 -1 64 1 0 0 0 0 0 0 0 15 0 8 0 155732182 937422848 8288 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 2.93
Current children cumulated vsize (KiB) 915452

Child status: 0
Real time (s): 5.80151
CPU time (s): 5.74013
CPU user time (s): 5.67614
CPU system time (s): 0.06399
CPU usage (%): 98.942
Max. virtual memory (cumulated for all children) (KiB): 915452

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 5.67614
system time used= 0.06399
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 8650
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= 1199
involuntary context switches= 1569

runsolver used 0.009998 s user time and 0.027995 s system time

The end

Launcher Data (download as text)

Begin job on node9 on Sat Jan  6 08:49:29 UTC 2007


IDJOB= 204924
IDBENCH= 4089
FILE ID= node9/204924-1168073369

PBS_JOBID= 3475763

Free space on /tmp= 66537 MiB

BENCH NAME= HOME/pub/bench/CPAI06/random/rand-2-30-15/rand-2-30-15-306-230-33_ext.xml
COMMAND LINE= java -Xms756M -Xmx756M -XX:PermSize=10m -XX:MaxPermSize=10m -jar abscon109.jar mac.xml 1 XSax /tmp/evaluation/204924-1168073369/unknown.xml
RUNSOLVER COMMAND LINE= runsolver  --timestamp  -w ROOT/results/node9/watcher-204924-1168073369 -o ROOT/results/node9/solver-204924-1168073369 -C 1800 -M 900  java -Xms756M -Xmx756M -XX:PermSize=10m -XX:MaxPermSize=10m -jar abscon109.jar mac.xml 1 XSax /tmp/evaluation/204924-1168073369/unknown.xml

META MD5SUM SOLVER= 9b91398c18c9fe54a6c4cfb50dadce08
MD5SUM BENCH=  60fa814020e0f9d4075bb3b09929f8a0

RANDOM SEED= 891956390

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.231
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.231
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:       1110736 kB
Buffers:         83440 kB
Cached:         523872 kB
SwapCached:        268 kB
Active:         500984 kB
Inactive:       342052 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1110736 kB
SwapTotal:     4192956 kB
SwapFree:      4191880 kB
Dirty:            1744 kB
Writeback:           0 kB
Mapped:         257496 kB
Slab:            86524 kB
Committed_AS:  4726764 kB
PageTables:       2704 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= 66537 MiB



End job on node9 on Sat Jan  6 08:49:37 UTC 2007