Trace number 287383

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 22.3916 22.8251

DiagnosticValue
CHECKS684477
NODES0

General information on the benchmark

Namelard/
lard-87-87.xml
MD5SUMdd7c22c3d279da026832eaa4e9f6008b
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 benchmark21.9287
SatisfiableYES
(Un)Satisfiability was proved
Number of variables87
Number of constraints3741
Maximum constraint arity2
Maximum domain size88
Number of constraints which are defined in extension3741
Number of constraints which are defined in intension0
Global constraints used (with number of constraints)

Solver Data (download as text)

0.49	   
0.49	Abscon 109 (November, 2006)
0.49	   
0.49	   configuration
0.49	     name=esac.xml
0.61	   
0.61	   instance
0.61	     name=/tmp/evaluation/287383-1170113415/unknown.xml
0.64	   
0.64	   domains being loaded...
0.65	   
0.65	   variables being loaded...
0.69	     nbVariables=87  nbDomainTypes=1  minDomainSize=88  maxDomainSize=88
0.69	       =>  wckTime=0.192  cpuTime=0.09  mem=6M886
0.69	   
0.69	   relations being loaded...
3.82	   
3.82	   INFO : Contraction of relations, mem = 100M570
18.02	   
18.02	   constraints being loaded...
22.38	     nbConstraints=3741  nbRelationTypes=3741  nbExtensionStructures=3741  nbSharedExtensionStructures=0
22.38	     nbConflictsStructures=3741  nbSharedConflictsStructures=0  nbSharedBinaryRepresentations=658154  maxDegree=86
22.38	     maxArity=2
22.38	       =>  wckTime=21.886  cpuTime=20.33  mem=131M861
22.49	   
22.49	   solver IterativeSystematicSolver being built... 
22.67	       =>  wckTime=22.17  cpuTime=20.48  mem=33M749
22.76	   
22.76	   preprocessing
22.76	     nbConstraintChecks=684477  nbPropagations=261  nbRevisions=14979  nbUselessRevisions=14722  nbSingletonTests=87
22.76	     nbEffectiveSingletonTests=0  nbESACBranches=1  nbRemovedValues=3862  detectedInconsistency=no
22.76	       =>  wckTime=0.091  cpuTime=0.07  mem=33M749
22.76	   
22.76	   global
22.76	     nbConstraintChecks=684477  nbPropagations=261  nbRevisions=14979  nbUselessRevisions=14722  nbRestartNogoods=0
22.76	     solvingWckTime=0.095  solvingCpuTime=0.07  expiredTime=no  totalExploration=no  nbFoundSolutions=1
22.76	     globalCpuTime=20.6
22.76	       =>  wckTime=22.268  cpuTime=20.55  mem=33M749
22.77	   
22.77	s SATISFIABLE
22.77	v 0 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 
22.77	d NODES 0
22.77	d CHECKS 684477
22.77	   
22.77	   totalWckTime=22.346  totalCpuTime=20.61

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/node11/watcher-287383-1170113415 -o ROOT/results/node11/solver-287383-1170113415 -C 1800 -M 900 java -Xms756M -Xmx756M -XX:PermSize=10m -XX:MaxPermSize=10m -jar abscon109.jar esac.xml 1 XSax /tmp/evaluation/287383-1170113415/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.21 2.20 2.36 4/94 28620
/proc/meminfo: memFree=924168/2055920 swapFree=4192812/4192956
[pid=28619] ppid=28617 vsize=18540 CPUtime=0
/proc/28619/stat : 28619 (runsolver) R 28617 28619 28486 0 -1 4194368 17 0 0 0 0 0 0 0 19 0 1 0 31296262 18984960 279 18446744073709551615 4194304 4267372 548682068944 18446744073709551615 262910045479 0 2147483391 4096 24578 0 0 0 17 0 0 0
/proc/28619/statm: 4635 279 244 17 0 2626 0

[startup+0.102752 s]
/proc/loadavg: 2.21 2.20 2.36 4/94 28620
/proc/meminfo: memFree=924168/2055920 swapFree=4192812/4192956
[pid=28619] ppid=28617 vsize=9948 CPUtime=0
/proc/28619/stat : 28619 (java) D 28617 28619 28486 0 -1 0 715 0 0 0 0 0 0 0 18 0 1 0 31296262 10186752 464 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 0 0 7368 18446744071563479169 0 0 17 0 0 0
/proc/28619/statm: 2487 464 378 14 0 1142 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 9948

[startup+0.510805 s]
/proc/loadavg: 2.21 2.20 2.36 4/94 28620
/proc/meminfo: memFree=924168/2055920 swapFree=4192812/4192956
[pid=28619] ppid=28617 vsize=915256 CPUtime=0.29
/proc/28619/stat : 28619 (java) R 28617 28619 28486 0 -1 0 5201 0 1 0 26 3 0 0 25 0 8 0 31296262 937222144 4947 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/28619/statm: 228814 4947 2001 14 0 215302 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 915256

[startup+1.33191 s]
/proc/loadavg: 2.21 2.20 2.36 4/101 28627
/proc/meminfo: memFree=875984/2055920 swapFree=4192812/4192956
[pid=28619] ppid=28617 vsize=915328 CPUtime=1.02
/proc/28619/stat : 28619 (java) R 28617 28619 28486 0 -1 0 19906 0 2 0 91 11 0 0 20 0 8 0 31296262 937295872 19644 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/28619/statm: 228832 19644 2148 14 0 215302 0
[pid=28619/tid=28621] ppid=28617 vsize=915328 CPUtime=0.07
/proc/28619/task/28621/stat : 28621 (java) R 28617 28619 28486 0 -1 64 3491 0 0 0 6 1 0 0 16 0 8 0 31296283 937295872 19644 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4155528723 0 0 0 23759 0 0 0 -1 1 0 0
[pid=28619/tid=28622] ppid=28617 vsize=915328 CPUtime=0
/proc/28619/task/28622/stat : 28622 (java) S 28617 28619 28486 0 -1 64 10 0 0 0 0 0 0 0 20 0 8 0 31296283 937295872 19644 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=28619/tid=28623] ppid=28617 vsize=915328 CPUtime=0
/proc/28619/task/28623/stat : 28623 (java) S 28617 28619 28486 0 -1 64 4 0 0 0 0 0 0 0 21 0 8 0 31296283 937295872 19644 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=28619/tid=28624] ppid=28617 vsize=915328 CPUtime=0
/proc/28619/task/28624/stat : 28624 (java) S 28617 28619 28486 0 -1 64 0 0 0 0 0 0 0 0 22 0 8 0 31296286 937295872 19644 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=28619/tid=28625] ppid=28617 vsize=915328 CPUtime=0.07
/proc/28619/task/28625/stat : 28625 (java) S 28617 28619 28486 0 -1 64 308 0 0 0 7 0 0 0 16 0 8 0 31296287 937295872 19644 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=28619/tid=28626] ppid=28617 vsize=915328 CPUtime=0
/proc/28619/task/28626/stat : 28626 (java) S 28617 28619 28486 0 -1 64 1 0 0 0 0 0 0 0 23 0 8 0 31296287 937295872 19644 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=28619/tid=28627] ppid=28617 vsize=915328 CPUtime=0
/proc/28619/task/28627/stat : 28627 (java) S 28617 28619 28486 0 -1 64 1 0 0 0 0 0 0 0 15 0 8 0 31296287 937295872 19644 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1.02
Current children cumulated vsize (KiB) 915328

[startup+2.9691 s]
/proc/loadavg: 2.21 2.20 2.36 3/101 28627
/proc/meminfo: memFree=832720/2055920 swapFree=4192812/4192956
[pid=28619] ppid=28617 vsize=915328 CPUtime=2.65
/proc/28619/stat : 28619 (java) R 28617 28619 28486 0 -1 0 29037 0 2 0 247 18 0 0 25 0 8 0 31296262 937295872 28773 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/28619/statm: 228832 28773 2151 14 0 215302 0
[pid=28619/tid=28621] ppid=28617 vsize=915328 CPUtime=0.31
/proc/28619/task/28621/stat : 28621 (java) S 28617 28619 28486 0 -1 64 12597 0 0 0 25 6 0 0 17 0 8 0 31296283 937295872 28773 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=28619/tid=28622] ppid=28617 vsize=915328 CPUtime=0
/proc/28619/task/28622/stat : 28622 (java) S 28617 28619 28486 0 -1 64 11 0 0 0 0 0 0 0 16 0 8 0 31296283 937295872 28773 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=28619/tid=28623] ppid=28617 vsize=915328 CPUtime=0
/proc/28619/task/28623/stat : 28623 (java) S 28617 28619 28486 0 -1 64 5 0 0 0 0 0 0 0 16 0 8 0 31296283 937295872 28773 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=28619/tid=28624] ppid=28617 vsize=915328 CPUtime=0
/proc/28619/task/28624/stat : 28624 (java) S 28617 28619 28486 0 -1 64 0 0 0 0 0 0 0 0 22 0 8 0 31296286 937295872 28773 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=28619/tid=28625] ppid=28617 vsize=915328 CPUtime=0.1
/proc/28619/task/28625/stat : 28625 (java) S 28617 28619 28486 0 -1 64 325 0 0 0 10 0 0 0 16 0 8 0 31296287 937295872 28773 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=28619/tid=28626] ppid=28617 vsize=915328 CPUtime=0
/proc/28619/task/28626/stat : 28626 (java) S 28617 28619 28486 0 -1 64 1 0 0 0 0 0 0 0 23 0 8 0 31296287 937295872 28773 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=28619/tid=28627] ppid=28617 vsize=915328 CPUtime=0
/proc/28619/task/28627/stat : 28627 (java) S 28617 28619 28486 0 -1 64 1 0 0 0 0 0 0 0 15 0 8 0 31296287 937295872 28773 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 2.65
Current children cumulated vsize (KiB) 915328

[startup+6.26849 s]
/proc/loadavg: 2.20 2.20 2.36 4/101 28627
/proc/meminfo: memFree=802256/2055920 swapFree=4192812/4192956
[pid=28619] ppid=28617 vsize=915604 CPUtime=5.93
/proc/28619/stat : 28619 (java) R 28617 28619 28486 0 -1 0 32881 0 2 0 569 24 0 0 25 0 8 0 31296262 937578496 32612 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/28619/statm: 228901 32612 2155 14 0 215371 0
[pid=28619/tid=28621] ppid=28617 vsize=915604 CPUtime=0.6
/proc/28619/task/28621/stat : 28621 (java) S 28617 28619 28486 0 -1 64 16386 0 0 0 51 9 0 0 16 0 8 0 31296283 937578496 32612 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=28619/tid=28622] ppid=28617 vsize=915604 CPUtime=0
/proc/28619/task/28622/stat : 28622 (java) S 28617 28619 28486 0 -1 64 11 0 0 0 0 0 0 0 16 0 8 0 31296283 937578496 32612 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=28619/tid=28623] ppid=28617 vsize=915604 CPUtime=0
/proc/28619/task/28623/stat : 28623 (java) S 28617 28619 28486 0 -1 64 5 0 0 0 0 0 0 0 16 0 8 0 31296283 937578496 32612 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=28619/tid=28624] ppid=28617 vsize=915604 CPUtime=0
/proc/28619/task/28624/stat : 28624 (java) S 28617 28619 28486 0 -1 64 0 0 0 0 0 0 0 0 22 0 8 0 31296286 937578496 32612 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=28619/tid=28625] ppid=28617 vsize=915604 CPUtime=0.12
/proc/28619/task/28625/stat : 28625 (java) S 28617 28619 28486 0 -1 64 368 0 0 0 12 0 0 0 15 0 8 0 31296287 937578496 32612 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=28619/tid=28626] ppid=28617 vsize=915604 CPUtime=0
/proc/28619/task/28626/stat : 28626 (java) S 28617 28619 28486 0 -1 64 1 0 0 0 0 0 0 0 23 0 8 0 31296287 937578496 32612 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=28619/tid=28627] ppid=28617 vsize=915604 CPUtime=0
/proc/28619/task/28627/stat : 28627 (java) S 28617 28619 28486 0 -1 64 1 0 0 0 0 0 0 0 15 0 8 0 31296287 937578496 32612 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 5.93
Current children cumulated vsize (KiB) 915604

[startup+12.7453 s]
/proc/loadavg: 2.26 2.21 2.36 3/101 28627
/proc/meminfo: memFree=786448/2055920 swapFree=4192812/4192956
[pid=28619] ppid=28617 vsize=915572 CPUtime=12.38
/proc/28619/stat : 28619 (java) R 28617 28619 28486 0 -1 0 36780 0 2 0 1208 30 0 0 25 0 8 0 31296262 937545728 36502 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4073332568 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/28619/statm: 228893 36502 2156 14 0 215363 0
[pid=28619/tid=28621] ppid=28617 vsize=915572 CPUtime=0.85
/proc/28619/task/28621/stat : 28621 (java) S 28617 28619 28486 0 -1 64 20253 0 0 0 75 10 0 0 16 0 8 0 31296283 937545728 36502 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=28619/tid=28622] ppid=28617 vsize=915572 CPUtime=0
/proc/28619/task/28622/stat : 28622 (java) S 28617 28619 28486 0 -1 64 11 0 0 0 0 0 0 0 16 0 8 0 31296283 937545728 36502 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=28619/tid=28623] ppid=28617 vsize=915572 CPUtime=0
/proc/28619/task/28623/stat : 28623 (java) S 28617 28619 28486 0 -1 64 5 0 0 0 0 0 0 0 16 0 8 0 31296283 937545728 36502 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=28619/tid=28624] ppid=28617 vsize=915572 CPUtime=0
/proc/28619/task/28624/stat : 28624 (java) S 28617 28619 28486 0 -1 64 0 0 0 0 0 0 0 0 22 0 8 0 31296286 937545728 36502 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=28619/tid=28625] ppid=28617 vsize=915572 CPUtime=0.14
/proc/28619/task/28625/stat : 28625 (java) S 28617 28619 28486 0 -1 64 391 0 0 0 14 0 0 0 16 0 8 0 31296287 937545728 36502 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=28619/tid=28626] ppid=28617 vsize=915572 CPUtime=0
/proc/28619/task/28626/stat : 28626 (java) S 28617 28619 28486 0 -1 64 1 0 0 0 0 0 0 0 23 0 8 0 31296287 937545728 36502 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=28619/tid=28627] ppid=28617 vsize=915572 CPUtime=0
/proc/28619/task/28627/stat : 28627 (java) S 28617 28619 28486 0 -1 64 1 0 0 0 0 0 0 0 15 0 8 0 31296287 937545728 36502 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 12.38
Current children cumulated vsize (KiB) 915572

Child status: 0
Real time (s): 22.8251
CPU time (s): 22.3916
CPU user time (s): 21.9647
CPU system time (s): 0.426935
CPU usage (%): 98.1006
Max. virtual memory (cumulated for all children) (KiB): 915604

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 21.9647
system time used= 0.426935
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 42533
page faults= 2
swaps= 0
block input operations= 0
block output operations= 0
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 1884
involuntary context switches= 2174

runsolver used 0.031995 s user time and 0.085986 s system time

The end

Launcher Data (download as text)

Begin job on node11 on Mon Jan 29 23:30:17 UTC 2007


IDJOB= 287383
IDBENCH= 19816
IDSOLVER= 74
FILE ID= node11/287383-1170113415

PBS_JOBID= 3690059

Free space on /tmp= 66068 MiB

SOLVER NAME= Abscon 109 ESAC
BENCH NAME= HOME/pub/bench/CPAI06/lard/lard-87-87.xml
COMMAND LINE= java -Xms756M -Xmx756M -XX:PermSize=10m -XX:MaxPermSize=10m -jar abscon109.jar esac.xml 1 XSax /tmp/evaluation/287383-1170113415/unknown.xml
RUNSOLVER COMMAND LINE= runsolver  --timestamp  -w ROOT/results/node11/watcher-287383-1170113415 -o ROOT/results/node11/solver-287383-1170113415 -C 1800 -M 900  java -Xms756M -Xmx756M -XX:PermSize=10m -XX:MaxPermSize=10m -jar abscon109.jar esac.xml 1 XSax /tmp/evaluation/287383-1170113415/unknown.xml

META MD5SUM SOLVER= 9b91398c18c9fe54a6c4cfb50dadce08
MD5SUM BENCH=  dd7c22c3d279da026832eaa4e9f6008b

RANDOM SEED= 83353985

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.243
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.243
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:        925032 kB
Buffers:          1744 kB
Cached:         417136 kB
SwapCached:          0 kB
Active:         815632 kB
Inactive:       270624 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:        925032 kB
SwapTotal:     4192956 kB
SwapFree:      4192812 kB
Dirty:           80708 kB
Writeback:           0 kB
Mapped:         692756 kB
Slab:            28060 kB
Committed_AS:  1087400 kB
PageTables:       3428 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= 66068 MiB



End job on node11 on Mon Jan 29 23:30:40 UTC 2007