Trace number 223743

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.48817 5.54663

DiagnosticValue
CHECKS35628131
NODES26649

General information on the benchmark

Nametightness/tightness0.5/
rand-2-40-25-180-500-69_ext.xml
MD5SUM990376cbc6c9155c4edc85cc826662ae
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 benchmark4.01739
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.30	   
0.30	Abscon 109 (November, 2006)
0.30	   
0.30	   configuration
0.30	     name=esac.xml
0.33	   
0.33	   instance
0.33	     name=/tmp/evaluation/223743-1168266395/unknown.xml
0.36	   
0.36	   domains being loaded...
0.36	   
0.36	   variables being loaded...
0.40	     nbVariables=40  nbDomainTypes=1  minDomainSize=25  maxDomainSize=25
0.40	       =>  wckTime=0.097  cpuTime=0.09  mem=6M951
0.40	   
0.40	   relations being loaded...
0.49	   
0.49	   constraints being loaded...
0.59	     nbConstraints=180  nbRelationTypes=180  nbExtensionStructures=180  nbSharedExtensionStructures=0
0.59	     nbConflictsStructures=180  nbSharedConflictsStructures=0  nbSharedBinaryRepresentations=0  maxDegree=15  maxArity=2
0.59	       =>  wckTime=0.292  cpuTime=0.22  mem=13M812
0.63	   
0.63	   solver IterativeSystematicSolver being built... 
0.78	       =>  wckTime=0.486  cpuTime=0.35  mem=14M839
0.83	   
0.83	   preprocessing
0.83	     nbConstraintChecks=69511  nbPropagations=783  nbRevisions=5172  nbUselessRevisions=3938  nbSingletonTests=46
0.83	     nbEffectiveSingletonTests=0  nbESACBranches=6  nbRemovedValues=0  detectedInconsistency=no
0.83	       =>  wckTime=0.046  cpuTime=0.03  mem=14M839
0.85	   
0.85	   search
0.85	     run=0  nbConstraintChecks=32563  nbPropagations=1296  nbRevisions=9004  nbUselessRevisions=6609  nbAssignments=26
0.85	     nbFailedAssignments=11  nbBacktracks=10  nbVisitedNodes=43  nbRestartNogoods=0  mapSize=8  nbInferences=0
0.85	     nbTooLargeKeys=0
0.85	       =>  wckTime=0.066  cpuTime=0.04  mem=14M839
0.87	   
0.87	   search
0.87	     run=1  nbConstraintChecks=105484  nbPropagations=3519  nbRevisions=25405  nbUselessRevisions=18576
0.87	     nbAssignments=75  nbFailedAssignments=27  nbBacktracks=25  nbVisitedNodes=108  nbRestartNogoods=2  mapSize=21
0.87	     nbInferences=0  nbTooLargeKeys=0
0.87	       =>  wckTime=0.086  cpuTime=0.06  mem=14M839
0.89	   
0.89	   search
0.89	     run=2  nbConstraintChecks=172397  nbPropagations=6860  nbRevisions=50220  nbUselessRevisions=36454
0.89	     nbAssignments=125  nbFailedAssignments=49  nbBacktracks=47  nbVisitedNodes=194  nbRestartNogoods=7  mapSize=41
0.89	     nbInferences=0  nbTooLargeKeys=0
0.89	       =>  wckTime=0.105  cpuTime=0.07  mem=14M839
0.91	   
0.91	   search
0.91	     run=3  nbConstraintChecks=264459  nbPropagations=11658  nbRevisions=86575  nbUselessRevisions=62496
0.91	     nbAssignments=197  nbFailedAssignments=82  nbBacktracks=80  nbVisitedNodes=318  nbRestartNogoods=11  mapSize=67
0.91	     nbInferences=0  nbTooLargeKeys=0
0.91	       =>  wckTime=0.122  cpuTime=0.09  mem=14M839
0.94	   
0.94	   search
0.94	     run=4  nbConstraintChecks=398933  nbPropagations=18773  nbRevisions=141200  nbUselessRevisions=101281
0.94	     nbAssignments=303  nbFailedAssignments=132  nbBacktracks=131  nbVisitedNodes=506  nbRestartNogoods=14  mapSize=112
0.94	     nbInferences=0  nbTooLargeKeys=0
0.94	       =>  wckTime=0.148  cpuTime=0.11  mem=14M839
0.97	   
0.97	   search
0.97	     run=5  nbConstraintChecks=609641  nbPropagations=29453  nbRevisions=223675  nbUselessRevisions=159484
0.97	     nbAssignments=451  nbFailedAssignments=199  nbBacktracks=207  nbVisitedNodes=778  nbRestartNogoods=18  mapSize=184
0.97	     nbInferences=0  nbTooLargeKeys=0
0.97	       =>  wckTime=0.181  cpuTime=0.14  mem=14M839
1.01	   
1.01	   search
1.01	     run=6  nbConstraintChecks=876479  nbPropagations=44772  nbRevisions=341433  nbUselessRevisions=241951
1.01	     nbAssignments=663  nbFailedAssignments=292  nbBacktracks=320  nbVisitedNodes=1150  nbRestartNogoods=23  mapSize=282
1.01	     nbInferences=0  nbTooLargeKeys=0
1.01	       =>  wckTime=0.225  cpuTime=0.19  mem=14M839
1.09	   
1.09	   search
1.09	     run=7  nbConstraintChecks=1385691  nbPropagations=68035  nbRevisions=524485  nbUselessRevisions=369706
1.09	     nbAssignments=1035  nbFailedAssignments=487  nbBacktracks=490  nbVisitedNodes=1828  nbRestartNogoods=27
1.09	     mapSize=442  nbInferences=0  nbTooLargeKeys=0
1.09	       =>  wckTime=0.3  cpuTime=0.26  mem=14M839
1.19	   
1.19	   search
1.19	     run=8  nbConstraintChecks=1980993  nbPropagations=102266  nbRevisions=789963  nbUselessRevisions=553593
1.19	     nbAssignments=1526  nbFailedAssignments=718  nbBacktracks=747  nbVisitedNodes=2706  nbRestartNogoods=30
1.19	     mapSize=663  nbInferences=0  nbTooLargeKeys=0
1.20	       =>  wckTime=0.407  cpuTime=0.35  mem=14M839
1.34	   
1.34	   search
1.34	     run=9  nbConstraintChecks=3045790  nbPropagations=152158  nbRevisions=1176920  nbUselessRevisions=818528
1.34	     nbAssignments=2212  nbFailedAssignments=1015  nbBacktracks=1131  nbVisitedNodes=3925  nbRestartNogoods=34
1.34	     mapSize=973  nbInferences=0  nbTooLargeKeys=0
1.34	       =>  wckTime=0.551  cpuTime=0.49  mem=14M839
1.37	   
1.37	   INFO : Stopping hyperNogood (mapSize=1031, nbTooLargekeys=0, mem=14M839)
1.53	   
1.53	   search
1.53	     run=10  nbConstraintChecks=4450912  nbPropagations=225936  nbRevisions=1752242  nbUselessRevisions=1214215
1.53	     nbAssignments=3276  nbFailedAssignments=1498  nbBacktracks=1707  nbVisitedNodes=5849  nbRestartNogoods=42
1.53	       =>  wckTime=0.741  cpuTime=0.67  mem=14M839
1.79	   
1.79	   search
1.79	     run=11  nbConstraintChecks=6443298  nbPropagations=335210  nbRevisions=2594934  nbUselessRevisions=1792179
1.79	     nbAssignments=4826  nbFailedAssignments=2176  nbBacktracks=2572  nbVisitedNodes=8584  nbRestartNogoods=48
1.79	       =>  wckTime=1.007  cpuTime=0.93  mem=14M839
2.22	   
2.22	   search
2.22	     run=12  nbConstraintChecks=9952264  nbPropagations=498700  nbRevisions=3861122  nbUselessRevisions=2657818
2.22	     nbAssignments=7166  nbFailedAssignments=3215  nbBacktracks=3871  nbVisitedNodes=12764  nbRestartNogoods=56
2.22	       =>  wckTime=1.433  cpuTime=1.36  mem=14M839
2.78	   
2.78	   search
2.78	     run=13  nbConstraintChecks=14260906  nbPropagations=738461  nbRevisions=5707673  nbUselessRevisions=3921750
2.78	     nbAssignments=10640  nbFailedAssignments=4739  nbBacktracks=5817  nbVisitedNodes=18955  nbRestartNogoods=59
2.78	       =>  wckTime=1.996  cpuTime=1.92  mem=15M815
3.78	   
3.78	   search
3.79	     run=14  nbConstraintChecks=22249382  nbPropagations=1107098  nbRevisions=8582741  nbUselessRevisions=5893019
3.79	     nbAssignments=16352  nbFailedAssignments=7528  nbBacktracks=8736  nbVisitedNodes=29355  nbRestartNogoods=71
3.79	       =>  wckTime=2.998  cpuTime=2.92  mem=15M815
5.09	   
5.09	   search
5.09	     run=15  nbConstraintChecks=32464364  nbPropagations=1649296  nbRevisions=12784340  nbUselessRevisions=8769438
5.09	     nbAssignments=24114  nbFailedAssignments=10909  nbBacktracks=13114  nbVisitedNodes=43100  nbRestartNogoods=82
5.09	       =>  wckTime=4.304  cpuTime=4.23  mem=15M815
5.49	   
5.49	   search
5.49	     run=16  nbConstraintChecks=35558620  nbPropagations=2244769  nbRevisions=17392123  nbUselessRevisions=11926347
5.49	     nbAssignments=26649  nbFailedAssignments=11987  nbBacktracks=14531  nbVisitedNodes=47538  nbRestartNogoods=91
5.49	       =>  wckTime=4.701  cpuTime=4.62  mem=15M815
5.49	   
5.49	   global
5.49	     nbConstraintChecks=35628131  nbPropagations=2245552  nbRevisions=17397295  nbUselessRevisions=11930285
5.49	     nbRestartNogoods=91  solvingWckTime=4.702  solvingCpuTime=4.62  expiredTime=no  totalExploration=no
5.49	     nbFoundSolutions=1  globalCpuTime=5.03
5.49	       =>  wckTime=5.192  cpuTime=4.97  mem=15M815
5.49	   
5.49	s SATISFIABLE
5.49	v 24 19 9 11 17 9 18 18 16 22 5 17 7 22 14 3 24 13 13 17 20 4 12 22 5 11 14 7 15 16 13 8 16 23 9 7 6 11 22 12 
5.49	d NODES 26649
5.49	d CHECKS 35628131
5.49	   
5.49	   totalWckTime=5.27  totalCpuTime=5.03

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/node7/watcher-223743-1168266395 -o ROOT/results/node7/solver-223743-1168266395 -C 1800 -M 900 java -Xms756M -Xmx756M -XX:PermSize=10m -XX:MaxPermSize=10m -jar abscon109.jar esac.xml 1 XSax /tmp/evaluation/223743-1168266395/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.00 0.90 0.71 4/89 28928
/proc/meminfo: memFree=1497608/2055920 swapFree=4192812/4192956
[pid=28927] ppid=28925 vsize=292 CPUtime=0
/proc/28927/stat : 28927 (java) R 28925 28927 28860 0 -1 0 227 0 0 0 0 0 0 0 18 0 1 0 175034933 299008 34 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 10416989 0 0 4096 0 0 0 0 17 0 0 0
/proc/28927/statm: 73 35 27 14 0 5 0

[startup+0.107251 s]
/proc/loadavg: 1.00 0.90 0.71 4/89 28928
/proc/meminfo: memFree=1497608/2055920 swapFree=4192812/4192956
[pid=28927] ppid=28925 vsize=914988 CPUtime=0.08
/proc/28927/stat : 28927 (java) R 28925 28927 28860 0 -1 0 3052 0 1 0 7 1 0 0 23 0 8 0 175034933 936947712 2798 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4153785378 0 4 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/28927/statm: 228747 2798 1447 14 0 215242 0
Current children cumulated CPU time (s) 0.08
Current children cumulated vsize (KiB) 914988

[startup+0.515292 s]
/proc/loadavg: 1.00 0.90 0.71 4/89 28928
/proc/meminfo: memFree=1497608/2055920 swapFree=4192812/4192956
[pid=28927] ppid=28925 vsize=915328 CPUtime=0.49
/proc/28927/stat : 28927 (java) R 28925 28927 28860 0 -1 0 7363 0 1 0 44 5 0 0 25 0 8 0 175034933 937295872 7102 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4073552013 0 4 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/28927/statm: 228832 7103 2138 14 0 215302 0
Current children cumulated CPU time (s) 0.49
Current children cumulated vsize (KiB) 915328

[startup+1.33838 s]
/proc/loadavg: 1.00 0.90 0.71 3/96 28935
/proc/meminfo: memFree=1473616/2055920 swapFree=4192812/4192956
[pid=28927] ppid=28925 vsize=915452 CPUtime=1.31
/proc/28927/stat : 28927 (java) R 28925 28927 28860 0 -1 0 8711 0 1 0 125 6 0 0 25 0 8 0 175034933 937422848 8449 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4073810144 0 4 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/28927/statm: 228863 8449 2524 14 0 215333 0
[pid=28927/tid=28929] ppid=28925 vsize=915452 CPUtime=0.02
/proc/28927/task/28929/stat : 28929 (java) S 28925 28927 28860 0 -1 64 244 0 0 0 2 0 0 0 16 0 8 0 175034937 937422848 8449 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=28927/tid=28930] ppid=28925 vsize=915452 CPUtime=0
/proc/28927/task/28930/stat : 28930 (java) S 28925 28927 28860 0 -1 64 11 0 0 0 0 0 0 0 16 0 8 0 175034937 937422848 8449 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=28927/tid=28931] ppid=28925 vsize=915452 CPUtime=0
/proc/28927/task/28931/stat : 28931 (java) S 28925 28927 28860 0 -1 64 5 0 0 0 0 0 0 0 15 0 8 0 175034937 937422848 8449 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=28927/tid=28932] ppid=28925 vsize=915452 CPUtime=0
/proc/28927/task/28932/stat : 28932 (java) S 28925 28927 28860 0 -1 64 1 0 0 0 0 0 0 0 22 0 8 0 175034941 937422848 8449 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=28927/tid=28933] ppid=28925 vsize=915452 CPUtime=0.2
/proc/28927/task/28933/stat : 28933 (java) S 28925 28927 28860 0 -1 64 384 0 0 0 19 1 0 0 15 0 8 0 175034941 937422848 8449 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=28927/tid=28934] ppid=28925 vsize=915452 CPUtime=0
/proc/28927/task/28934/stat : 28934 (java) S 28925 28927 28860 0 -1 64 1 0 0 0 0 0 0 0 23 0 8 0 175034941 937422848 8449 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=28927/tid=28935] ppid=28925 vsize=915452 CPUtime=0
/proc/28927/task/28935/stat : 28935 (java) S 28925 28927 28860 0 -1 64 0 0 0 0 0 0 0 0 15 0 8 0 175034941 937422848 8449 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) 915452

[startup+2.99056 s]
/proc/loadavg: 1.00 0.90 0.71 3/96 28935
/proc/meminfo: memFree=1473296/2055920 swapFree=4192812/4192956
[pid=28927] ppid=28925 vsize=915452 CPUtime=2.96
/proc/28927/stat : 28927 (java) R 28925 28927 28860 0 -1 0 8736 0 1 0 290 6 0 0 25 0 8 0 175034933 937422848 8473 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4073336169 0 4 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/28927/statm: 228863 8473 2524 14 0 215333 0
[pid=28927/tid=28929] ppid=28925 vsize=915452 CPUtime=0.02
/proc/28927/task/28929/stat : 28929 (java) S 28925 28927 28860 0 -1 64 244 0 0 0 2 0 0 0 16 0 8 0 175034937 937422848 8473 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=28927/tid=28930] ppid=28925 vsize=915452 CPUtime=0
/proc/28927/task/28930/stat : 28930 (java) S 28925 28927 28860 0 -1 64 11 0 0 0 0 0 0 0 16 0 8 0 175034937 937422848 8473 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=28927/tid=28931] ppid=28925 vsize=915452 CPUtime=0
/proc/28927/task/28931/stat : 28931 (java) S 28925 28927 28860 0 -1 64 5 0 0 0 0 0 0 0 15 0 8 0 175034937 937422848 8473 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=28927/tid=28932] ppid=28925 vsize=915452 CPUtime=0
/proc/28927/task/28932/stat : 28932 (java) S 28925 28927 28860 0 -1 64 1 0 0 0 0 0 0 0 22 0 8 0 175034941 937422848 8473 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=28927/tid=28933] ppid=28925 vsize=915452 CPUtime=0.21
/proc/28927/task/28933/stat : 28933 (java) S 28925 28927 28860 0 -1 64 391 0 0 0 20 1 0 0 16 0 8 0 175034941 937422848 8473 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=28927/tid=28934] ppid=28925 vsize=915452 CPUtime=0
/proc/28927/task/28934/stat : 28934 (java) S 28925 28927 28860 0 -1 64 1 0 0 0 0 0 0 0 23 0 8 0 175034941 937422848 8473 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=28927/tid=28935] ppid=28925 vsize=915452 CPUtime=0
/proc/28927/task/28935/stat : 28935 (java) S 28925 28927 28860 0 -1 64 0 0 0 0 0 0 0 0 15 0 8 0 175034941 937422848 8473 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 2.96
Current children cumulated vsize (KiB) 915452

Child status: 0
Real time (s): 5.54663
CPU time (s): 5.48817
CPU user time (s): 5.41018
CPU system time (s): 0.077988
CPU usage (%): 98.9459
Max. virtual memory (cumulated for all children) (KiB): 915452

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 5.41018
system time used= 0.077988
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 8833
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= 1450

runsolver used 0.009998 s user time and 0.022996 s system time

The end

Launcher Data (download as text)

Begin job on node7 on Mon Jan  8 14:26:35 UTC 2007


IDJOB= 223743
IDBENCH= 5676
FILE ID= node7/223743-1168266395

PBS_JOBID= 3482844

Free space on /tmp= 66472 MiB

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

META MD5SUM SOLVER= 9b91398c18c9fe54a6c4cfb50dadce08
MD5SUM BENCH=  990376cbc6c9155c4edc85cc826662ae

RANDOM SEED= 778144019

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.220
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.220
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:       1498088 kB
Buffers:         56836 kB
Cached:         208432 kB
SwapCached:          0 kB
Active:         420232 kB
Inactive:        84708 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1498088 kB
SwapTotal:     4192956 kB
SwapFree:      4192812 kB
Dirty:            2188 kB
Writeback:           0 kB
Mapped:         259456 kB
Slab:            37260 kB
Committed_AS:  5475104 kB
PageTables:       2728 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= 66472 MiB



End job on node7 on Mon Jan  8 14:26:41 UTC 2007