Trace number 228286

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.2312 5.33142

DiagnosticValue
CHECKS20945818
NODES25725

General information on the benchmark

Nametightness/tightness0.2/
rand-2-40-11-414-200-59_ext.xml
MD5SUM9e5fe8192f04ee4b5ebe31376b68c638
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.838872
SatisfiableYES
(Un)Satisfiability was provedYES
Number of variables40
Number of constraints414
Maximum constraint arity2
Maximum domain size11
Number of constraints which are defined in extension414
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/228286-1168297301/unknown.xml
0.35	   
0.35	   domains being loaded...
0.35	   
0.35	   variables being loaded...
0.39	     nbVariables=40  nbDomainTypes=1  minDomainSize=11  maxDomainSize=11
0.39	       =>  wckTime=0.096  cpuTime=0.09  mem=6M951
0.39	   
0.39	   relations being loaded...
0.47	   
0.47	   constraints being loaded...
0.57	     nbConstraints=414  nbRelationTypes=414  nbExtensionStructures=414  nbSharedExtensionStructures=0
0.57	     nbConflictsStructures=414  nbSharedConflictsStructures=0  nbSharedBinaryRepresentations=8219  maxDegree=27
0.57	     maxArity=2
0.57	       =>  wckTime=0.283  cpuTime=0.21  mem=10M852
0.61	   
0.61	   solver IterativeSystematicSolver being built... 
0.77	       =>  wckTime=0.477  cpuTime=0.34  mem=14M819
0.82	   
0.82	   preprocessing
0.82	     nbConstraintChecks=31305  nbPropagations=823  nbRevisions=5240  nbUselessRevisions=4151  nbSingletonTests=48
0.82	     nbEffectiveSingletonTests=0  nbESACBranches=6  nbRemovedValues=0  detectedInconsistency=no
0.82	       =>  wckTime=0.048  cpuTime=0.03  mem=14M819
0.84	   
0.84	   search
0.84	     run=0  nbConstraintChecks=19178  nbPropagations=1218  nbRevisions=9827  nbUselessRevisions=7999  nbAssignments=24
0.84	     nbFailedAssignments=7  nbBacktracks=11  nbVisitedNodes=39  nbRestartNogoods=0  mapSize=11  nbInferences=0
0.84	     nbTooLargeKeys=0
0.84	       =>  wckTime=0.07  cpuTime=0.04  mem=14M819
0.86	   
0.86	   search
0.86	     run=1  nbConstraintChecks=44015  nbPropagations=2969  nbRevisions=26140  nbUselessRevisions=21327  nbAssignments=56
0.86	     nbFailedAssignments=15  nbBacktracks=27  nbVisitedNodes=92  nbRestartNogoods=1  mapSize=25  nbInferences=0
0.86	     nbTooLargeKeys=0
0.86	       =>  wckTime=0.087  cpuTime=0.05  mem=14M819
0.87	   
0.87	   search
0.87	     run=2  nbConstraintChecks=75796  nbPropagations=5337  nbRevisions=50460  nbUselessRevisions=41173  nbAssignments=97
0.87	     nbFailedAssignments=27  nbBacktracks=51  nbVisitedNodes=159  nbRestartNogoods=3  mapSize=44  nbInferences=0
0.87	     nbTooLargeKeys=0
0.87	       =>  wckTime=0.101  cpuTime=0.06  mem=14M819
0.88	   
0.88	   search
0.88	     run=3  nbConstraintChecks=117489  nbPropagations=8548  nbRevisions=86078  nbUselessRevisions=70451
0.88	     nbAssignments=159  nbFailedAssignments=44  nbBacktracks=88  nbVisitedNodes=258  nbRestartNogoods=4  mapSize=76
0.88	     nbInferences=0  nbTooLargeKeys=0
0.88	       =>  wckTime=0.114  cpuTime=0.08  mem=14M819
0.91	   
0.91	   search
0.91	     run=4  nbConstraintChecks=196418  nbPropagations=13389  nbRevisions=142137  nbUselessRevisions=116629
0.91	     nbAssignments=264  nbFailedAssignments=72  nbBacktracks=140  nbVisitedNodes=403  nbRestartNogoods=7  mapSize=119
0.91	     nbInferences=0  nbTooLargeKeys=0
0.91	       =>  wckTime=0.137  cpuTime=0.1  mem=14M819
0.94	   
0.94	   search
0.94	     run=5  nbConstraintChecks=290073  nbPropagations=19944  nbRevisions=221742  nbUselessRevisions=182070
0.94	     nbAssignments=380  nbFailedAssignments=108  nbBacktracks=217  nbVisitedNodes=595  nbRestartNogoods=11  mapSize=182
0.94	     nbInferences=0  nbTooLargeKeys=0
0.94	       =>  wckTime=0.168  cpuTime=0.12  mem=14M819
0.98	   
0.98	   search
0.98	     run=6  nbConstraintChecks=417677  nbPropagations=28927  nbRevisions=336423  nbUselessRevisions=276710
0.98	     nbAssignments=555  nbFailedAssignments=162  nbBacktracks=331  nbVisitedNodes=878  nbRestartNogoods=12  mapSize=271
0.98	     nbInferences=0  nbTooLargeKeys=0
0.98	       =>  wckTime=0.207  cpuTime=0.16  mem=14M819
1.03	   
1.03	   search
1.03	     run=7  nbConstraintChecks=637292  nbPropagations=41883  nbRevisions=509386  nbUselessRevisions=419707
1.03	     nbAssignments=815  nbFailedAssignments=247  nbBacktracks=501  nbVisitedNodes=1313  nbRestartNogoods=15  mapSize=408
1.03	     nbInferences=0  nbTooLargeKeys=0
1.03	       =>  wckTime=0.262  cpuTime=0.21  mem=14M819
1.12	   
1.12	   search
1.12	     run=8  nbConstraintChecks=978614  nbPropagations=61158  nbRevisions=775514  nbUselessRevisions=640613
1.12	     nbAssignments=1218  nbFailedAssignments=384  nbBacktracks=758  nbVisitedNodes=2006  nbRestartNogoods=17
1.12	     mapSize=635  nbInferences=0  nbTooLargeKeys=0
1.12	       =>  wckTime=0.349  cpuTime=0.3  mem=14M819
1.25	   
1.25	   search
1.25	     run=9  nbConstraintChecks=1458137  nbPropagations=89282  nbRevisions=1172171  nbUselessRevisions=969955
1.25	     nbAssignments=1798  nbFailedAssignments=571  nbBacktracks=1143  nbVisitedNodes=2968  nbRestartNogoods=23
1.25	     mapSize=938  nbInferences=0  nbTooLargeKeys=0
1.25	       =>  wckTime=0.478  cpuTime=0.41  mem=14M819
1.28	   
1.28	   INFO : Stopping hyperNogood (mapSize=1029, nbTooLargekeys=0, mem=14M819)
1.42	   
1.42	   search
1.42	     run=10  nbConstraintChecks=2196747  nbPropagations=130719  nbRevisions=1764975  nbUselessRevisions=1461562
1.42	     nbAssignments=2686  nbFailedAssignments=872  nbBacktracks=1724  nbVisitedNodes=4431  nbRestartNogoods=31
1.42	       =>  wckTime=0.647  cpuTime=0.57  mem=14M819
1.66	   
1.66	   search
1.66	     run=11  nbConstraintChecks=3209640  nbPropagations=190820  nbRevisions=2633985  nbUselessRevisions=2183346
1.66	     nbAssignments=3967  nbFailedAssignments=1280  nbBacktracks=2588  nbVisitedNodes=6576  nbRestartNogoods=36
1.66	       =>  wckTime=0.886  cpuTime=0.78  mem=14M819
1.99	   
1.99	   search
1.99	     run=12  nbConstraintChecks=4813263  nbPropagations=280226  nbRevisions=3946876  nbUselessRevisions=3276469
1.99	     nbAssignments=5942  nbFailedAssignments=1952  nbBacktracks=3885  nbVisitedNodes=9899  nbRestartNogoods=39
1.99	       =>  wckTime=1.219  cpuTime=1.11  mem=14M819
2.48	   
2.48	   search
2.48	     run=13  nbConstraintChecks=7216572  nbPropagations=412667  nbRevisions=5898850  nbUselessRevisions=4899521
2.48	     nbAssignments=8835  nbFailedAssignments=2894  nbBacktracks=5832  nbVisitedNodes=14710  nbRestartNogoods=46
2.48	       =>  wckTime=1.708  cpuTime=1.59  mem=14M819
3.22	   
3.22	   search
3.22	     run=14  nbConstraintChecks=10842091  nbPropagations=610794  nbRevisions=8849231  nbUselessRevisions=7356396
3.22	     nbAssignments=13248  nbFailedAssignments=4383  nbBacktracks=8751  nbVisitedNodes=22136  nbRestartNogoods=53
3.22	       =>  wckTime=2.448  cpuTime=2.33  mem=14M819
4.29	   
4.29	   search
4.29	     run=15  nbConstraintChecks=16083960  nbPropagations=904952  nbRevisions=13265047  nbUselessRevisions=11039832
4.29	     nbAssignments=19850  nbFailedAssignments=6600  nbBacktracks=13129  nbVisitedNodes=33226  nbRestartNogoods=61
4.29	       =>  wckTime=3.521  cpuTime=3.4  mem=14M819
5.27	   
5.27	   search
5.27	     run=16  nbConstraintChecks=20914513  nbPropagations=1285354  nbRevisions=18960516  nbUselessRevisions=15786022
5.27	     nbAssignments=25725  nbFailedAssignments=8513  nbBacktracks=17051  nbVisitedNodes=42948  nbRestartNogoods=69
5.27	       =>  wckTime=4.502  cpuTime=4.37  mem=14M819
5.27	   
5.27	   global
5.27	     nbConstraintChecks=20945818  nbPropagations=1286177  nbRevisions=18965756  nbUselessRevisions=15790173
5.27	     nbRestartNogoods=69  solvingWckTime=4.503  solvingCpuTime=4.38  expiredTime=no  totalExploration=no
5.27	     nbFoundSolutions=1  globalCpuTime=4.76
5.27	       =>  wckTime=4.983  cpuTime=4.72  mem=14M819
5.28	   
5.28	s SATISFIABLE
5.28	v 7 3 9 0 0 2 1 1 2 3 1 9 10 3 5 2 0 9 3 7 3 3 9 5 9 4 0 8 9 6 4 1 1 2 0 1 8 6 6 0 
5.28	d NODES 25725
5.28	d CHECKS 20945818
5.28	   
5.28	   totalWckTime=5.059  totalCpuTime=4.76

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/node18/watcher-228286-1168297301 -o ROOT/results/node18/solver-228286-1168297301 -C 1800 -M 900 java -Xms756M -Xmx756M -XX:PermSize=10m -XX:MaxPermSize=10m -jar abscon109.jar esac.xml 1 XSax /tmp/evaluation/228286-1168297301/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.17 1.06 4/100 31436
/proc/meminfo: memFree=1460704/2055920 swapFree=4192812/4192956
[pid=31435] ppid=31433 vsize=9788 CPUtime=0
/proc/31435/stat : 31435 (java) R 31433 31435 31300 0 -1 0 407 0 0 0 0 0 0 0 18 0 1 0 178124834 10022912 194 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 7830817 0 0 4096 0 0 0 0 17 0 0 0
/proc/31435/statm: 2447 204 157 14 0 1138 0

[startup+0.108113 s]
/proc/loadavg: 0.93 1.17 1.06 4/100 31436
/proc/meminfo: memFree=1460704/2055920 swapFree=4192812/4192956
[pid=31435] ppid=31433 vsize=914988 CPUtime=0.1
/proc/31435/stat : 31435 (java) R 31433 31435 31300 0 -1 0 3116 0 1 0 8 2 0 0 24 0 8 0 178124834 936947712 2862 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/31435/statm: 228747 2863 1468 14 0 215242 0
Current children cumulated CPU time (s) 0.1
Current children cumulated vsize (KiB) 914988

[startup+0.516149 s]
/proc/loadavg: 0.93 1.17 1.06 4/100 31436
/proc/meminfo: memFree=1460704/2055920 swapFree=4192812/4192956
[pid=31435] ppid=31433 vsize=915328 CPUtime=0.5
/proc/31435/stat : 31435 (java) R 31433 31435 31300 0 -1 0 6733 0 1 0 46 4 0 0 25 0 8 0 178124834 937295872 6472 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4152819938 0 4 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/31435/statm: 228832 6473 2145 14 0 215302 0
Current children cumulated CPU time (s) 0.5
Current children cumulated vsize (KiB) 915328

[startup+1.33923 s]
/proc/loadavg: 1.10 1.20 1.07 3/108 31444
/proc/meminfo: memFree=1403744/2055920 swapFree=4192812/4192956
[pid=31435] ppid=31433 vsize=915456 CPUtime=1.31
/proc/31435/stat : 31435 (java) R 31433 31435 31300 0 -1 0 8682 0 1 0 125 6 0 0 25 0 8 0 178124834 937426944 8420 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4073817793 0 4 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/31435/statm: 228864 8420 2524 14 0 215334 0
[pid=31435/tid=31437] ppid=31433 vsize=915456 CPUtime=0.03
/proc/31435/task/31437/stat : 31437 (java) S 31433 31435 31300 0 -1 64 228 0 0 0 3 0 0 0 16 0 8 0 178124838 937426944 8420 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=31435/tid=31438] ppid=31433 vsize=915456 CPUtime=0
/proc/31435/task/31438/stat : 31438 (java) S 31433 31435 31300 0 -1 64 11 0 0 0 0 0 0 0 16 0 8 0 178124838 937426944 8420 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=31435/tid=31439] ppid=31433 vsize=915456 CPUtime=0
/proc/31435/task/31439/stat : 31439 (java) S 31433 31435 31300 0 -1 64 5 0 0 0 0 0 0 0 15 0 8 0 178124838 937426944 8420 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=31435/tid=31440] ppid=31433 vsize=915456 CPUtime=0
/proc/31435/task/31440/stat : 31440 (java) S 31433 31435 31300 0 -1 64 0 0 0 0 0 0 0 0 22 0 8 0 178124841 937426944 8420 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=31435/tid=31441] ppid=31433 vsize=915456 CPUtime=0.21
/proc/31435/task/31441/stat : 31441 (java) S 31433 31435 31300 0 -1 64 388 0 0 0 20 1 0 0 16 0 8 0 178124841 937426944 8420 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=31435/tid=31442] ppid=31433 vsize=915456 CPUtime=0
/proc/31435/task/31442/stat : 31442 (java) S 31433 31435 31300 0 -1 64 1 0 0 0 0 0 0 0 23 0 8 0 178124841 937426944 8420 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=31435/tid=31443] ppid=31433 vsize=915456 CPUtime=0
/proc/31435/task/31443/stat : 31443 (java) S 31433 31435 31300 0 -1 64 1 0 0 0 0 0 0 0 15 0 8 0 178124841 937426944 8420 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1.31
Current children cumulated vsize (KiB) 915456

[startup+2.99238 s]
/proc/loadavg: 1.10 1.20 1.07 3/108 31446
/proc/meminfo: memFree=1403624/2055920 swapFree=4192812/4192956
[pid=31435] ppid=31433 vsize=915456 CPUtime=2.94
/proc/31435/stat : 31435 (java) R 31433 31435 31300 0 -1 0 8698 0 1 0 287 7 0 0 25 0 8 0 178124834 937426944 8435 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4073829718 0 4 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/31435/statm: 228864 8435 2524 14 0 215334 0
[pid=31435/tid=31437] ppid=31433 vsize=915456 CPUtime=0.03
/proc/31435/task/31437/stat : 31437 (java) S 31433 31435 31300 0 -1 64 228 0 0 0 3 0 0 0 16 0 8 0 178124838 937426944 8435 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=31435/tid=31438] ppid=31433 vsize=915456 CPUtime=0
/proc/31435/task/31438/stat : 31438 (java) S 31433 31435 31300 0 -1 64 11 0 0 0 0 0 0 0 16 0 8 0 178124838 937426944 8435 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=31435/tid=31439] ppid=31433 vsize=915456 CPUtime=0
/proc/31435/task/31439/stat : 31439 (java) S 31433 31435 31300 0 -1 64 5 0 0 0 0 0 0 0 15 0 8 0 178124838 937426944 8435 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=31435/tid=31440] ppid=31433 vsize=915456 CPUtime=0
/proc/31435/task/31440/stat : 31440 (java) S 31433 31435 31300 0 -1 64 0 0 0 0 0 0 0 0 22 0 8 0 178124841 937426944 8435 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=31435/tid=31441] ppid=31433 vsize=915456 CPUtime=0.22
/proc/31435/task/31441/stat : 31441 (java) S 31433 31435 31300 0 -1 64 393 0 0 0 21 1 0 0 16 0 8 0 178124841 937426944 8435 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=31435/tid=31442] ppid=31433 vsize=915456 CPUtime=0
/proc/31435/task/31442/stat : 31442 (java) S 31433 31435 31300 0 -1 64 1 0 0 0 0 0 0 0 23 0 8 0 178124841 937426944 8435 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=31435/tid=31443] ppid=31433 vsize=915456 CPUtime=0
/proc/31435/task/31443/stat : 31443 (java) S 31433 31435 31300 0 -1 64 1 0 0 0 0 0 0 0 15 0 8 0 178124841 937426944 8435 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 2.94
Current children cumulated vsize (KiB) 915456

Child status: 0
Real time (s): 5.33142
CPU time (s): 5.2312
CPU user time (s): 5.14622
CPU system time (s): 0.084987
CPU usage (%): 98.1202
Max. virtual memory (cumulated for all children) (KiB): 915460

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 5.14622
system time used= 0.084987
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 8797
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= 1246
involuntary context switches= 1753

runsolver used 0.009998 s user time and 0.025996 s system time

The end

Launcher Data (download as text)

Begin job on node18 on Mon Jan  8 23:01:41 UTC 2007


IDJOB= 228286
IDBENCH= 6176
FILE ID= node18/228286-1168297301

PBS_JOBID= 3502130

Free space on /tmp= 66301 MiB

BENCH NAME= HOME/pub/bench/CPAI06/tightness/tightness0.2/rand-2-40-11-414-200-59_ext.xml
COMMAND LINE= java -Xms756M -Xmx756M -XX:PermSize=10m -XX:MaxPermSize=10m -jar abscon109.jar esac.xml 1 XSax /tmp/evaluation/228286-1168297301/unknown.xml
RUNSOLVER COMMAND LINE= runsolver  --timestamp  -w ROOT/results/node18/watcher-228286-1168297301 -o ROOT/results/node18/solver-228286-1168297301 -C 1800 -M 900  java -Xms756M -Xmx756M -XX:PermSize=10m -XX:MaxPermSize=10m -jar abscon109.jar esac.xml 1 XSax /tmp/evaluation/228286-1168297301/unknown.xml

META MD5SUM SOLVER= 9b91398c18c9fe54a6c4cfb50dadce08
MD5SUM BENCH=  9e5fe8192f04ee4b5ebe31376b68c638

RANDOM SEED= 998119203

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:       1461568 kB
Buffers:         94304 kB
Cached:         371428 kB
SwapCached:          0 kB
Active:         316812 kB
Inactive:       216332 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1461568 kB
SwapTotal:     4192956 kB
SwapFree:      4192812 kB
Dirty:            5552 kB
Writeback:           0 kB
Mapped:          93492 kB
Slab:            45712 kB
Committed_AS:  5978688 kB
PageTables:       2380 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= 66301 MiB



End job on node18 on Mon Jan  8 23:01:47 UTC 2007