Trace number 224149

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 5.58415 5.66628

DiagnosticValue
CHECKS33626628
NODES25762

General information on the benchmark

Nametightness/tightness0.5/
rand-2-40-25-180-500-1_ext.xml
MD5SUM9f1458a620ad40587e59324b9047094a
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 benchmark5.58415
SatisfiableYES
(Un)Satisfiability was provedYES
Number of variables40
Number of constraints180
Maximum constraint arity2
Maximum domain size25
Number of constraints which are defined in extension180
Number of constraints which are defined in intension0
Global constraints used (with number of constraints)

Solver Data (download as text)

0.32	   
0.32	Abscon 109 (November, 2006)
0.32	   
0.32	   configuration
0.32	     name=esac.xml
0.35	   
0.35	   instance
0.35	     name=/tmp/evaluation/224149-1168267861/unknown.xml
0.39	   
0.39	   domains being loaded...
0.39	   
0.39	   variables being loaded...
0.43	     nbVariables=40  nbDomainTypes=1  minDomainSize=25  maxDomainSize=25
0.43	       =>  wckTime=0.104  cpuTime=0.08  mem=6M951
0.43	   
0.43	   relations being loaded...
0.53	   
0.53	   constraints being loaded...
0.64	     nbConstraints=180  nbRelationTypes=180  nbExtensionStructures=180  nbSharedExtensionStructures=0
0.64	     nbConflictsStructures=180  nbSharedConflictsStructures=0  nbSharedBinaryRepresentations=0  maxDegree=14  maxArity=2
0.64	       =>  wckTime=0.318  cpuTime=0.22  mem=13M827
0.68	   
0.68	   solver IterativeSystematicSolver being built... 
0.85	       =>  wckTime=0.525  cpuTime=0.37  mem=14M840
0.90	   
0.90	   preprocessing
0.90	     nbConstraintChecks=74229  nbPropagations=812  nbRevisions=5013  nbUselessRevisions=3929  nbSingletonTests=51
0.90	     nbEffectiveSingletonTests=0  nbESACBranches=7  nbRemovedValues=0  detectedInconsistency=no
0.90	       =>  wckTime=0.049  cpuTime=0.02  mem=14M840
0.92	   
0.92	   search
0.92	     run=0  nbConstraintChecks=33533  nbPropagations=1323  nbRevisions=8880  nbUselessRevisions=6783  nbAssignments=29
0.92	     nbFailedAssignments=12  nbBacktracks=10  nbVisitedNodes=48  nbRestartNogoods=0  mapSize=9  nbInferences=0
0.92	     nbTooLargeKeys=0
0.92	       =>  wckTime=0.071  cpuTime=0.04  mem=14M840
0.94	   
0.94	   search
0.94	     run=1  nbConstraintChecks=78492  nbPropagations=3498  nbRevisions=24173  nbUselessRevisions=18215  nbAssignments=73
0.94	     nbFailedAssignments=31  nbBacktracks=30  nbVisitedNodes=121  nbRestartNogoods=2  mapSize=26  nbInferences=0
0.94	     nbTooLargeKeys=0
0.94	       =>  wckTime=0.091  cpuTime=0.05  mem=14M840
0.96	   
0.96	   search
0.96	     run=2  nbConstraintChecks=148898  nbPropagations=6823  nbRevisions=48920  nbUselessRevisions=36398
0.96	     nbAssignments=134  nbFailedAssignments=64  nbBacktracks=52  nbVisitedNodes=233  nbRestartNogoods=3  mapSize=48
0.96	     nbInferences=0  nbTooLargeKeys=0
0.96	       =>  wckTime=0.111  cpuTime=0.07  mem=14M840
0.98	   
0.98	   search
0.98	     run=3  nbConstraintChecks=211560  nbPropagations=11320  nbRevisions=82487  nbUselessRevisions=60678
0.98	     nbAssignments=194  nbFailedAssignments=85  nbBacktracks=87  nbVisitedNodes=330  nbRestartNogoods=6  mapSize=73
0.98	     nbInferences=0  nbTooLargeKeys=0
0.98	       =>  wckTime=0.126  cpuTime=0.08  mem=14M840
1.00	   
1.00	   search
1.00	     run=4  nbConstraintChecks=312503  nbPropagations=17673  nbRevisions=129880  nbUselessRevisions=94665
1.00	     nbAssignments=291  nbFailedAssignments=125  nbBacktracks=137  nbVisitedNodes=493  nbRestartNogoods=7  mapSize=110
1.00	     nbInferences=0  nbTooLargeKeys=0
1.00	       =>  wckTime=0.146  cpuTime=0.1  mem=14M840
1.04	   
1.04	   search
1.04	     run=5  nbConstraintChecks=537985  nbPropagations=27785  nbRevisions=206971  nbUselessRevisions=149305
1.04	     nbAssignments=460  nbFailedAssignments=213  nbBacktracks=213  nbVisitedNodes=803  nbRestartNogoods=15  mapSize=180
1.04	     nbInferences=0  nbTooLargeKeys=0
1.04	       =>  wckTime=0.189  cpuTime=0.14  mem=14M840
1.08	   
1.08	   search
1.08	     run=6  nbConstraintChecks=783859  nbPropagations=41768  nbRevisions=312635  nbUselessRevisions=223769
1.08	     nbAssignments=667  nbFailedAssignments=284  nbBacktracks=326  nbVisitedNodes=1119  nbRestartNogoods=21  mapSize=266
1.08	     nbInferences=0  nbTooLargeKeys=0
1.08	       =>  wckTime=0.229  cpuTime=0.18  mem=14M840
1.16	   
1.16	   search
1.16	     run=7  nbConstraintChecks=1229368  nbPropagations=63011  nbRevisions=475970  nbUselessRevisions=338206
1.16	     nbAssignments=1008  nbFailedAssignments=440  nbBacktracks=496  nbVisitedNodes=1710  nbRestartNogoods=25
1.16	     mapSize=411  nbInferences=0  nbTooLargeKeys=0
1.16	       =>  wckTime=0.31  cpuTime=0.25  mem=14M840
1.26	   
1.26	   search
1.26	     run=8  nbConstraintChecks=1800967  nbPropagations=93799  nbRevisions=710853  nbUselessRevisions=501536
1.26	     nbAssignments=1465  nbFailedAssignments=635  nbBacktracks=754  nbVisitedNodes=2519  nbRestartNogoods=32
1.26	     mapSize=617  nbInferences=0  nbTooLargeKeys=0
1.26	       =>  wckTime=0.409  cpuTime=0.34  mem=14M840
1.41	   
1.42	   search
1.42	     run=9  nbConstraintChecks=2737520  nbPropagations=139692  nbRevisions=1060393  nbUselessRevisions=742788
1.42	     nbAssignments=2167  nbFailedAssignments=941  nbBacktracks=1138  nbVisitedNodes=3741  nbRestartNogoods=40
1.42	     mapSize=927  nbInferences=0  nbTooLargeKeys=0
1.42	       =>  wckTime=0.563  cpuTime=0.48  mem=14M840
1.46	   
1.46	   INFO : Stopping hyperNogood (mapSize=1027, nbTooLargekeys=0, mem=14M840)
1.65	   
1.65	   search
1.65	     run=10  nbConstraintChecks=4336312  nbPropagations=211075  nbRevisions=1612244  nbUselessRevisions=1122801
1.65	     nbAssignments=3358  nbFailedAssignments=1549  nbBacktracks=1717  nbVisitedNodes=5937  nbRestartNogoods=47
1.65	       =>  wckTime=0.799  cpuTime=0.7  mem=14M840
1.88	   
1.88	   search
1.88	     run=11  nbConstraintChecks=5914972  nbPropagations=309940  nbRevisions=2368883  nbUselessRevisions=1643253
1.88	     nbAssignments=4750  nbFailedAssignments=2072  nbBacktracks=2582  nbVisitedNodes=8307  nbRestartNogoods=54
1.88	       =>  wckTime=1.027  cpuTime=0.93  mem=14M840
2.38	   
2.38	   search
2.38	     run=12  nbConstraintChecks=9643754  nbPropagations=468684  nbRevisions=3606975  nbUselessRevisions=2496796
2.38	     nbAssignments=7474  nbFailedAssignments=3494  nbBacktracks=3879  nbVisitedNodes=13337  nbRestartNogoods=62
2.38	       =>  wckTime=1.533  cpuTime=1.43  mem=15M815
2.96	   
2.96	   search
2.96	     run=13  nbConstraintChecks=13903419  nbPropagations=697115  nbRevisions=5381336  nbUselessRevisions=3719588
2.97	     nbAssignments=10804  nbFailedAssignments=4859  nbBacktracks=5828  nbVisitedNodes=19094  nbRestartNogoods=76
2.97	       =>  wckTime=2.113  cpuTime=2.01  mem=15M815
4.08	   
4.08	   search
4.08	     run=14  nbConstraintChecks=22193090  nbPropagations=1059508  nbRevisions=8214380  nbUselessRevisions=5670887
4.08	     nbAssignments=16754  nbFailedAssignments=7885  nbBacktracks=8748  nbVisitedNodes=30022  nbRestartNogoods=85
4.08	       =>  wckTime=3.231  cpuTime=3.12  mem=15M815
5.37	   
5.37	   search
5.37	     run=15  nbConstraintChecks=31627035  nbPropagations=1580241  nbRevisions=12263208  nbUselessRevisions=8461337
5.37	     nbAssignments=24216  nbFailedAssignments=10962  nbBacktracks=13126  nbVisitedNodes=43079  nbRestartNogoods=92
5.37	       =>  wckTime=4.521  cpuTime=4.4  mem=15M815
5.63	   
5.63	   search
5.63	     run=16  nbConstraintChecks=33552399  nbPropagations=2132738  nbRevisions=16555859  nbUselessRevisions=11419074
5.63	     nbAssignments=25762  nbFailedAssignments=11601  nbBacktracks=13993  nbVisitedNodes=45771  nbRestartNogoods=109
5.63	       =>  wckTime=4.782  cpuTime=4.66  mem=15M815
5.64	   
5.64	   global
5.64	     nbConstraintChecks=33626628  nbPropagations=2133550  nbRevisions=16560872  nbUselessRevisions=11423003
5.64	     nbRestartNogoods=109  solvingWckTime=4.783  solvingCpuTime=4.66  expiredTime=no  totalExploration=no
5.64	     nbFoundSolutions=1  globalCpuTime=5.09
5.64	       =>  wckTime=5.311  cpuTime=5.03  mem=15M815
5.64	   
5.64	s SATISFIABLE
5.64	v 6 22 2 9 22 20 6 11 12 1 23 11 20 23 23 8 20 8 24 10 20 8 5 24 0 2 9 14 11 4 11 9 2 15 7 1 6 8 2 19 
5.64	d NODES 25762
5.64	d CHECKS 33626628
5.64	   
5.64	   totalWckTime=5.395  totalCpuTime=5.09

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-224149-1168267861 -o ROOT/results/node19/solver-224149-1168267861 -C 1800 -M 900 java -Xms756M -Xmx756M -XX:PermSize=10m -XX:MaxPermSize=10m -jar abscon109.jar esac.xml 1 XSax /tmp/evaluation/224149-1168267861/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.06 2.03 1.83 3/88 24957
/proc/meminfo: memFree=1506448/2055920 swapFree=4171244/4192956
[pid=24956] ppid=24954 vsize=18540 CPUtime=0
/proc/24956/stat : 24956 (runsolver) R 24954 24956 23932 0 -1 4194368 17 0 0 0 0 0 0 0 19 0 1 0 175180716 18984960 279 18446744073709551615 4194304 4267372 548682068960 18446744073709551615 255236566311 0 2147483391 4096 24578 0 0 0 17 1 0 0
/proc/24956/statm: 4635 279 244 17 0 2626 0

[startup+0.101878 s]
/proc/loadavg: 2.06 2.03 1.83 3/88 24957
/proc/meminfo: memFree=1506448/2055920 swapFree=4171244/4192956
[pid=24956] ppid=24954 vsize=913068 CPUtime=0.08
/proc/24956/stat : 24956 (java) S 24954 24956 23932 0 -1 0 2859 0 1 0 6 2 0 0 19 0 8 0 175180716 934981632 2605 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/24956/statm: 228267 2605 1395 14 0 215168 0
Current children cumulated CPU time (s) 0.08
Current children cumulated vsize (KiB) 913068

[startup+0.509954 s]
/proc/loadavg: 2.06 2.03 1.83 3/88 24957
/proc/meminfo: memFree=1506448/2055920 swapFree=4171244/4192956
[pid=24956] ppid=24954 vsize=915328 CPUtime=0.48
/proc/24956/stat : 24956 (java) R 24954 24956 23932 0 -1 0 6868 0 1 0 44 4 0 0 18 0 8 0 175180716 937295872 6607 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4155212711 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/24956/statm: 228832 6607 2137 14 0 215302 0
Current children cumulated CPU time (s) 0.48
Current children cumulated vsize (KiB) 915328

[startup+1.33211 s]
/proc/loadavg: 2.06 2.03 1.83 3/95 24964
/proc/meminfo: memFree=1482584/2055920 swapFree=4171244/4192956
[pid=24956] ppid=24954 vsize=915452 CPUtime=1.29
/proc/24956/stat : 24956 (java) R 24954 24956 23932 0 -1 0 8696 0 1 0 122 7 0 0 24 0 8 0 175180716 937422848 8434 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4073791052 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/24956/statm: 228863 8434 2524 14 0 215333 0
[pid=24956/tid=24958] ppid=24954 vsize=915452 CPUtime=0.03
/proc/24956/task/24958/stat : 24958 (java) S 24954 24956 23932 0 -1 64 244 0 0 0 3 0 0 0 16 0 8 0 175180720 937422848 8434 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=24956/tid=24959] ppid=24954 vsize=915452 CPUtime=0
/proc/24956/task/24959/stat : 24959 (java) S 24954 24956 23932 0 -1 64 11 0 0 0 0 0 0 0 16 0 8 0 175180721 937422848 8434 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=24956/tid=24960] ppid=24954 vsize=915452 CPUtime=0
/proc/24956/task/24960/stat : 24960 (java) S 24954 24956 23932 0 -1 64 5 0 0 0 0 0 0 0 15 0 8 0 175180721 937422848 8434 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=24956/tid=24961] ppid=24954 vsize=915452 CPUtime=0
/proc/24956/task/24961/stat : 24961 (java) S 24954 24956 23932 0 -1 64 1 0 0 0 0 0 0 0 18 0 8 0 175180724 937422848 8434 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=24956/tid=24962] ppid=24954 vsize=915452 CPUtime=0.22
/proc/24956/task/24962/stat : 24962 (java) S 24954 24956 23932 0 -1 64 381 0 0 0 21 1 0 0 16 0 8 0 175180724 937422848 8434 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=24956/tid=24963] ppid=24954 vsize=915452 CPUtime=0
/proc/24956/task/24963/stat : 24963 (java) S 24954 24956 23932 0 -1 64 0 0 0 0 0 0 0 0 19 0 8 0 175180724 937422848 8434 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=24956/tid=24964] ppid=24954 vsize=915452 CPUtime=0
/proc/24956/task/24964/stat : 24964 (java) S 24954 24956 23932 0 -1 64 0 0 0 0 0 0 0 0 15 0 8 0 175180724 937422848 8434 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1.29
Current children cumulated vsize (KiB) 915452

[startup+2.98142 s]
/proc/loadavg: 2.06 2.03 1.83 3/95 24964
/proc/meminfo: memFree=1482072/2055920 swapFree=4171244/4192956
[pid=24956] ppid=24954 vsize=915452 CPUtime=2.92
/proc/24956/stat : 24956 (java) R 24954 24956 23932 0 -1 0 8734 0 1 0 285 7 0 0 25 0 8 0 175180716 937422848 8471 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4073897990 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/24956/statm: 228863 8471 2524 14 0 215333 0
[pid=24956/tid=24958] ppid=24954 vsize=915452 CPUtime=0.03
/proc/24956/task/24958/stat : 24958 (java) S 24954 24956 23932 0 -1 64 244 0 0 0 3 0 0 0 16 0 8 0 175180720 937422848 8471 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=24956/tid=24959] ppid=24954 vsize=915452 CPUtime=0
/proc/24956/task/24959/stat : 24959 (java) S 24954 24956 23932 0 -1 64 11 0 0 0 0 0 0 0 16 0 8 0 175180721 937422848 8471 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=24956/tid=24960] ppid=24954 vsize=915452 CPUtime=0
/proc/24956/task/24960/stat : 24960 (java) S 24954 24956 23932 0 -1 64 5 0 0 0 0 0 0 0 15 0 8 0 175180721 937422848 8471 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=24956/tid=24961] ppid=24954 vsize=915452 CPUtime=0
/proc/24956/task/24961/stat : 24961 (java) S 24954 24956 23932 0 -1 64 1 0 0 0 0 0 0 0 18 0 8 0 175180724 937422848 8471 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=24956/tid=24962] ppid=24954 vsize=915452 CPUtime=0.23
/proc/24956/task/24962/stat : 24962 (java) S 24954 24956 23932 0 -1 64 387 0 0 0 22 1 0 0 16 0 8 0 175180724 937422848 8471 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=24956/tid=24963] ppid=24954 vsize=915452 CPUtime=0
/proc/24956/task/24963/stat : 24963 (java) S 24954 24956 23932 0 -1 64 0 0 0 0 0 0 0 0 19 0 8 0 175180724 937422848 8471 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=24956/tid=24964] ppid=24954 vsize=915452 CPUtime=0
/proc/24956/task/24964/stat : 24964 (java) S 24954 24956 23932 0 -1 64 0 0 0 0 0 0 0 0 15 0 8 0 175180724 937422848 8471 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 2.92
Current children cumulated vsize (KiB) 915452

Child status: 0
Real time (s): 5.66628
CPU time (s): 5.58415
CPU user time (s): 5.49716
CPU system time (s): 0.086986
CPU usage (%): 98.5505
Max. virtual memory (cumulated for all children) (KiB): 915452

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 5.49716
system time used= 0.086986
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 8832
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= 1234
involuntary context switches= 1517

runsolver used 0.011998 s user time and 0.024996 s system time

The end

Launcher Data (download as text)

Begin job on node19 on Mon Jan  8 14:51:01 UTC 2007


IDJOB= 224149
IDBENCH= 5715
FILE ID= node19/224149-1168267861

PBS_JOBID= 3482799

Free space on /tmp= 66243 MiB

BENCH NAME= HOME/pub/bench/CPAI06/tightness/tightness0.5/rand-2-40-25-180-500-1_ext.xml
COMMAND LINE= java -Xms756M -Xmx756M -XX:PermSize=10m -XX:MaxPermSize=10m -jar abscon109.jar esac.xml 1 XSax /tmp/evaluation/224149-1168267861/unknown.xml
RUNSOLVER COMMAND LINE= runsolver  --timestamp  -w ROOT/results/node19/watcher-224149-1168267861 -o ROOT/results/node19/solver-224149-1168267861 -C 1800 -M 900  java -Xms756M -Xmx756M -XX:PermSize=10m -XX:MaxPermSize=10m -jar abscon109.jar esac.xml 1 XSax /tmp/evaluation/224149-1168267861/unknown.xml

META MD5SUM SOLVER= 9b91398c18c9fe54a6c4cfb50dadce08
MD5SUM BENCH=  9f1458a620ad40587e59324b9047094a

RANDOM SEED= 925438656

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:       1506928 kB
Buffers:         48008 kB
Cached:         182060 kB
SwapCached:       9904 kB
Active:         417040 kB
Inactive:        75184 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1506928 kB
SwapTotal:     4192956 kB
SwapFree:      4171244 kB
Dirty:            1968 kB
Writeback:           0 kB
Mapped:         272388 kB
Slab:            41044 kB
Committed_AS:  4794848 kB
PageTables:       2832 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= 66243 MiB



End job on node19 on Mon Jan  8 14:51:07 UTC 2007