Trace number 217935

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 ACSAT 4.68729 4.78122

DiagnosticValue
CHECKS404172
NODES6534

General information on the benchmark

Nameramsey/ramsey4/
ramsey-33-4.xml
MD5SUM54bdf70fa89e744dfa95a91ef2a28782
Bench CategoryN-ARY-INT (n-ary constraints in intension)
Best result obtained on this benchmarkSAT
Best CPU time to get the best result obtained on this benchmark4.68729
SatisfiableYES
(Un)Satisfiability was provedYES
Number of variables528
Number of constraints5456
Maximum constraint arity3
Maximum domain size4
Number of constraints which are defined in extension0
Number of constraints which are defined in intension5456
Global constraints used (with number of constraints)

Solver Data (download as text)

0.31	   
0.31	Abscon 109 (November, 2006)
0.31	   
0.31	   configuration
0.31	     name=mac.xml
0.34	   
0.34	   instance
0.34	     name=/tmp/evaluation/217935-1168079519/unknown.xml
0.37	   
0.37	   domains being loaded...
0.38	   
0.38	   variables being loaded...
0.48	     nbVariables=528  nbDomainTypes=1  minDomainSize=4  maxDomainSize=4
0.48	       =>  wckTime=0.164  cpuTime=0.12  mem=8M25
0.48	   
0.48	   predicates being loaded...
0.48	   
0.48	   constraints being loaded...
1.43	     nbConstraints=5456  nbConflictsStructures=1  nbSharedConflictsStructures=5455  nbSharedBinaryRepresentations=0
1.43	     nbEvaluationManagers=1  nbSharedEvaluationManagers=5455  maxDegree=31  maxArity=3
1.43	       =>  wckTime=1.117  cpuTime=0.89  mem=10M242
1.50	   
1.50	   solver IterativeSystematicSolver being built... 
1.78	       =>  wckTime=1.465  cpuTime=1.13  mem=48M27
1.83	   
1.83	   preprocessing
1.83	     nbConstraintChecks=0  nbPropagations=528  nbRevisions=0  nbUselessRevisions=0  nbRemovedValues=0
1.83	     detectedInconsistency=no
1.83	       =>  wckTime=0.041  cpuTime=0.03  mem=48M27
1.89	   
1.89	   search
1.89	     run=0  nbConstraintChecks=727  nbValidityChecks=302  nbPropagations=709  nbRevisions=296  nbUselessRevisions=149
1.89	     nbAssignments=57  nbFailedAssignments=9  nbBacktracks=10  nbVisitedNodes=75  nbRestartNogoods=0  mapSize=9
1.89	     nbInferences=0  nbTooLargeKeys=0
1.89	       =>  wckTime=0.102  cpuTime=0.07  mem=49M54
1.97	   
1.97	   search
1.97	     run=1  nbConstraintChecks=5971  nbValidityChecks=2902  nbPropagations=1957  nbRevisions=2440
1.97	     nbUselessRevisions=1637  nbAssignments=227  nbFailedAssignments=28  nbBacktracks=25  nbVisitedNodes=277
1.97	     nbRestartNogoods=8  mapSize=24  nbInferences=0  nbTooLargeKeys=0
1.97	       =>  wckTime=0.186  cpuTime=0.14  mem=49M54
2.14	   
2.14	   search
2.14	     run=2  nbConstraintChecks=19112  nbValidityChecks=10175  nbPropagations=4266  nbRevisions=9555
2.14	     nbUselessRevisions=6926  nbAssignments=537  nbFailedAssignments=47  nbBacktracks=49  nbVisitedNodes=622
2.14	     nbRestartNogoods=24  mapSize=44  nbInferences=0  nbTooLargeKeys=0
2.14	       =>  wckTime=0.354  cpuTime=0.3  mem=49M54
2.32	   
2.32	   search
2.32	     run=3  nbConstraintChecks=31423  nbValidityChecks=19199  nbPropagations=7675  nbRevisions=21653
2.32	     nbUselessRevisions=16101  nbAssignments=902  nbFailedAssignments=59  nbBacktracks=82  nbVisitedNodes=1006
2.32	     nbRestartNogoods=37  mapSize=54  nbInferences=0  nbTooLargeKeys=0
2.32	       =>  wckTime=0.54  cpuTime=0.47  mem=49M54
2.71	   
2.71	   search
2.71	     run=4  nbConstraintChecks=58017  nbValidityChecks=40931  nbPropagations=12822  nbRevisions=45067
2.71	     nbUselessRevisions=34326  nbAssignments=1405  nbFailedAssignments=90  nbBacktracks=134  nbVisitedNodes=1562
2.71	     nbRestartNogoods=46  mapSize=92  nbInferences=0  nbTooLargeKeys=0
2.71	       =>  wckTime=0.922  cpuTime=0.84  mem=49M54
2.87	   
2.87	   search
2.87	     run=5  nbConstraintChecks=82157  nbValidityChecks=67488  nbPropagations=19793  nbRevisions=79829
2.87	     nbUselessRevisions=61640  nbAssignments=1929  nbFailedAssignments=122  nbBacktracks=210  nbVisitedNodes=2143
2.87	     nbRestartNogoods=60  mapSize=134  nbInferences=0  nbTooLargeKeys=0
2.87	       =>  wckTime=1.084  cpuTime=0.99  mem=50M49
3.05	   
3.05	   search
3.05	     run=6  nbConstraintChecks=117875  nbValidityChecks=111504  nbPropagations=29113  nbRevisions=131753
3.05	     nbUselessRevisions=102643  nbAssignments=2514  nbFailedAssignments=181  nbBacktracks=323  nbVisitedNodes=2828
3.05	     nbRestartNogoods=75  mapSize=211  nbInferences=0  nbTooLargeKeys=0
3.05	       =>  wckTime=1.27  cpuTime=1.17  mem=50M49
3.58	   
3.58	   search
3.58	     run=7  nbConstraintChecks=172175  nbValidityChecks=179201  nbPropagations=41481  nbRevisions=209933
3.58	     nbUselessRevisions=164735  nbAssignments=3198  nbFailedAssignments=269  nbBacktracks=496  nbVisitedNodes=3666
3.58	     nbRestartNogoods=97  mapSize=336  nbInferences=0  nbTooLargeKeys=0
3.58	       =>  wckTime=1.798  cpuTime=1.69  mem=51M44
3.80	   
3.80	   search
3.80	     run=8  nbConstraintChecks=225750  nbValidityChecks=247086  nbPropagations=57138  nbRevisions=311420
3.80	     nbUselessRevisions=244761  nbAssignments=3964  nbFailedAssignments=427  nbBacktracks=756  nbVisitedNodes=4691
3.80	     nbRestartNogoods=118  mapSize=538  nbInferences=0  nbTooLargeKeys=0
3.80	       =>  wckTime=2.018  cpuTime=1.91  mem=52M38
4.28	   
4.28	   search
4.28	     run=9  nbConstraintChecks=317822  nbValidityChecks=373803  nbPropagations=77919  nbRevisions=460579
4.28	     nbUselessRevisions=363129  nbAssignments=4925  nbFailedAssignments=574  nbBacktracks=1161  nbVisitedNodes=5940
4.28	     nbRestartNogoods=131  mapSize=788  nbInferences=0  nbTooLargeKeys=0
4.28	       =>  wckTime=2.492  cpuTime=2.38  mem=52M38
4.50	   
4.50	   INFO : Stopping hyperNogood (mapSize=1004, nbTooLargekeys=0, mem=52M825)
4.56	   
4.56	   search
4.56	     run=10  nbConstraintChecks=357630  nbValidityChecks=431833  nbPropagations=102236  nbRevisions=630935
4.56	     nbUselessRevisions=496894  nbAssignments=5840  nbFailedAssignments=782  nbBacktracks=1739  nbVisitedNodes=7228
4.56	     nbRestartNogoods=154
4.56	       =>  wckTime=2.775  cpuTime=2.65  mem=52M825
4.69	   
4.69	   search
4.69	     run=11  nbConstraintChecks=404172  nbValidityChecks=484074  nbPropagations=129144  nbRevisions=820192
4.69	     nbUselessRevisions=645631  nbAssignments=6534  nbFailedAssignments=842  nbBacktracks=1845  nbVisitedNodes=8031
4.69	     nbRestartNogoods=162
4.69	       =>  wckTime=2.908  cpuTime=2.78  mem=52M825
4.69	   
4.69	   global
4.69	     nbConstraintChecks=404172  nbValidityChecks=484074  nbPropagations=129672  nbRevisions=820192
4.69	     nbUselessRevisions=645631  nbRestartNogoods=162  solvingWckTime=2.909  solvingCpuTime=2.78  expiredTime=no
4.69	     totalExploration=no  nbFoundSolutions=1  globalCpuTime=3.96
4.69	       =>  wckTime=4.378  cpuTime=3.91  mem=52M825
4.69	   
4.69	s SATISFIABLE
4.69	v 0 0 0 2 0 1 0 0 1 1 2 0 0 3 2 1 0 3 0 1 2 1 2 1 0 2 1 2 0 1 1 1 2 2 2 2 0 1 2 0 1 3 1 1 0 2 3 3 1 3 2 0 2 0 2 3 0 0 0 3 0 1 1 3 1 1 2 1 1 0 2 3 1 2 0 1 3 3 2 2 3 0 0 0 3 3 0 0 0 2 0 1 1 1 1 3 1 1 0 1 2 1 2 0 3 1 2 2 3 0 0 0 0 1 2 0 3 0 3 0 1 1 3 0 0 0 2 3 1 2 1 2 0 2 0 3 2 3 0 1 1 0 0 3 3 1 2 1 2 2 3 2 3 3 0 3 2 1 3 0 2 1 1 1 1 0 0 2 0 3 2 1 2 2 1 0 2 2 1 2 0 0 2 3 1 1 2 1 1 0 0 1 0 2 3 2 3 2 2 1 3 0 2 2 1 2 3 3 2 2 2 0 3 0 2 1 3 1 0 3 1 1 1 0 1 0 3 0 1 0 0 2 1 0 3 0 3 2 3 1 2 1 3 3 1 1 1 2 2 3 2 0 0 1 3 0 1 0 0 0 2 1 3 2 2 1 2 0 2 3 1 3 2 3 0 1 2 3 1 1 2 1 0 1 2 1 2 0 3 2 0 0 0 0 0 3 2 1 3 2 0 1 0 1 2 1 0 2 0 1 0 3 3 0 2 2 1 1 2 0 2 3 1 3 3 0 0 1 0 2 3 1 1 0 1 2 0 0 0 3 1 3 3 3 0 0 0 0 1 3 0 2 0 1 0 2 2 0 3 3 0 3 1 2 1 2 1 1 2 1 2 3 1 1 1 1 2 2 0 1 3 1 1 1 2 0 0 3 0 1 2 3 2 2 0 0 3 3 3 2 1 1 3 1 0 2 0 3 0 2 0 2 0 2 1 1 0 3 2 2 0 1 1 0 2 0 1 2 0 0 1 2 1 3 3 3 2 2 3 1 0 2 1 1 2 0 1 0 3 0 1 3 3 0 0 2 0 2 2 2 2 3 1 1 1 2 3 2 1 0 1 1 2 2 3 0 3 2 2 0 3 3 0 0 1 1 1 3 1 2 2 1 2 1 3 0 0 0 2 0 2 3 3 2 2 0 3 2 3 3 1 0 0 1 2 2 0 0 1 3 3 1 1 1 3 0 2 3 
4.69	d NODES 6534
4.69	d CHECKS 404172
4.69	   
4.69	   totalWckTime=4.459  totalCpuTime=3.96

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/node61/watcher-217935-1168079519 -o ROOT/results/node61/solver-217935-1168079519 -C 1800 -M 900 java -Xms756M -Xmx756M -XX:PermSize=10m -XX:MaxPermSize=10m -jar abscon109.jar mac.xml 1 XSax /tmp/evaluation/217935-1168079519/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.72 0.93 1.14 4/80 6931
/proc/meminfo: memFree=1312648/2055920 swapFree=4192812/4192956
[pid=6930] ppid=6928 vsize=1784 CPUtime=0
/proc/6930/stat : 6930 (java) R 6928 6930 6675 0 -1 0 169 0 0 0 0 0 0 0 19 0 1 0 156350025 1826816 140 18446744073709551615 134512640 134570532 4294956624 18446744073709551615 4294960144 0 2147483391 4096 0 0 0 0 17 1 0 0
/proc/6930/statm: 446 140 106 14 0 91 0

[startup+0.10481 s]
/proc/loadavg: 0.72 0.93 1.14 4/80 6931
/proc/meminfo: memFree=1312648/2055920 swapFree=4192812/4192956
[pid=6930] ppid=6928 vsize=914988 CPUtime=0.09
/proc/6930/stat : 6930 (java) R 6928 6930 6675 0 -1 0 2995 0 1 0 8 1 0 0 20 0 8 0 156350025 936947712 2741 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/6930/statm: 228747 2741 1427 14 0 215242 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 914988

[startup+0.514883 s]
/proc/loadavg: 0.72 0.93 1.14 4/80 6931
/proc/meminfo: memFree=1312648/2055920 swapFree=4192812/4192956
[pid=6930] ppid=6928 vsize=915328 CPUtime=0.49
/proc/6930/stat : 6930 (java) R 6928 6930 6675 0 -1 0 6587 0 1 0 45 4 0 0 18 0 8 0 156350025 937295872 6326 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/6930/statm: 228832 6326 2145 14 0 215302 0
Current children cumulated CPU time (s) 0.49
Current children cumulated vsize (KiB) 915328

[startup+1.33603 s]
/proc/loadavg: 0.82 0.95 1.14 3/87 6938
/proc/meminfo: memFree=1256848/2055920 swapFree=4192812/4192956
[pid=6930] ppid=6928 vsize=915632 CPUtime=1.31
/proc/6930/stat : 6930 (java) R 6928 6930 6675 0 -1 0 17663 0 1 0 104 27 0 0 24 0 8 0 156350025 937607168 17400 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 10792908 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/6930/statm: 228908 17400 2178 14 0 215378 0
[pid=6930/tid=6932] ppid=6928 vsize=915632 CPUtime=0.04
/proc/6930/task/6932/stat : 6932 (java) S 6928 6930 6675 0 -1 64 1060 0 0 0 4 0 0 0 16 0 8 0 156350029 937607168 17400 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=6930/tid=6933] ppid=6928 vsize=915632 CPUtime=0
/proc/6930/task/6933/stat : 6933 (java) S 6928 6930 6675 0 -1 64 11 0 0 0 0 0 0 0 16 0 8 0 156350029 937607168 17400 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=6930/tid=6934] ppid=6928 vsize=915632 CPUtime=0
/proc/6930/task/6934/stat : 6934 (java) S 6928 6930 6675 0 -1 64 5 0 0 0 0 0 0 0 16 0 8 0 156350029 937607168 17400 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=6930/tid=6935] ppid=6928 vsize=915632 CPUtime=0
/proc/6930/task/6935/stat : 6935 (java) S 6928 6930 6675 0 -1 64 0 0 0 0 0 0 0 0 18 0 8 0 156350032 937607168 17400 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=6930/tid=6936] ppid=6928 vsize=915632 CPUtime=0.18
/proc/6930/task/6936/stat : 6936 (java) S 6928 6930 6675 0 -1 64 421 0 0 0 18 0 0 0 16 0 8 0 156350032 937607168 17400 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=6930/tid=6937] ppid=6928 vsize=915632 CPUtime=0
/proc/6930/task/6937/stat : 6937 (java) S 6928 6930 6675 0 -1 64 1 0 0 0 0 0 0 0 19 0 8 0 156350033 937607168 17400 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=6930/tid=6938] ppid=6928 vsize=915632 CPUtime=0
/proc/6930/task/6938/stat : 6938 (java) S 6928 6930 6675 0 -1 64 1 0 0 0 0 0 0 0 15 0 8 0 156350033 937607168 17400 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1.31
Current children cumulated vsize (KiB) 915632

[startup+2.97532 s]
/proc/loadavg: 0.82 0.95 1.14 3/87 6938
/proc/meminfo: memFree=1246608/2055920 swapFree=4192812/4192956
[pid=6930] ppid=6928 vsize=915720 CPUtime=2.93
/proc/6930/stat : 6930 (java) R 6928 6930 6675 0 -1 0 19193 0 1 0 262 31 0 0 25 0 8 0 156350025 937697280 18928 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4073336175 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/6930/statm: 228930 18928 2536 14 0 215400 0
[pid=6930/tid=6932] ppid=6928 vsize=915720 CPUtime=0.1
/proc/6930/task/6932/stat : 6932 (java) S 6928 6930 6675 0 -1 64 2071 0 0 0 10 0 0 0 17 0 8 0 156350029 937697280 18928 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=6930/tid=6933] ppid=6928 vsize=915720 CPUtime=0
/proc/6930/task/6933/stat : 6933 (java) S 6928 6930 6675 0 -1 64 11 0 0 0 0 0 0 0 16 0 8 0 156350029 937697280 18928 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=6930/tid=6934] ppid=6928 vsize=915720 CPUtime=0
/proc/6930/task/6934/stat : 6934 (java) S 6928 6930 6675 0 -1 64 5 0 0 0 0 0 0 0 16 0 8 0 156350029 937697280 18928 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=6930/tid=6935] ppid=6928 vsize=915720 CPUtime=0
/proc/6930/task/6935/stat : 6935 (java) S 6928 6930 6675 0 -1 64 0 0 0 0 0 0 0 0 18 0 8 0 156350032 937697280 18928 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=6930/tid=6936] ppid=6928 vsize=915720 CPUtime=0.34
/proc/6930/task/6936/stat : 6936 (java) S 6928 6930 6675 0 -1 64 497 0 0 0 33 1 0 0 15 0 8 0 156350032 937697280 18928 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=6930/tid=6937] ppid=6928 vsize=915720 CPUtime=0
/proc/6930/task/6937/stat : 6937 (java) S 6928 6930 6675 0 -1 64 1 0 0 0 0 0 0 0 19 0 8 0 156350033 937697280 18928 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=6930/tid=6938] ppid=6928 vsize=915720 CPUtime=0
/proc/6930/task/6938/stat : 6938 (java) S 6928 6930 6675 0 -1 64 1 0 0 0 0 0 0 0 15 0 8 0 156350033 937697280 18928 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 2.93
Current children cumulated vsize (KiB) 915720

Child status: 0
Real time (s): 4.78122
CPU time (s): 4.68729
CPU user time (s): 4.34734
CPU system time (s): 0.339948
CPU usage (%): 98.0353
Max. virtual memory (cumulated for all children) (KiB): 915720

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 4.34734
system time used= 0.339948
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 20261
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= 1594
involuntary context switches= 1873

runsolver used 0.007998 s user time and 0.027995 s system time

The end

Launcher Data (download as text)

Begin job on node61 on Sat Jan  6 10:32:00 UTC 2007


IDJOB= 217935
IDBENCH= 5182
FILE ID= node61/217935-1168079519

PBS_JOBID= 3476132

Free space on /tmp= 66508 MiB

BENCH NAME= HOME/pub/bench/CPAI06/ramsey/ramsey4/ramsey-33-4.xml
COMMAND LINE= java -Xms756M -Xmx756M -XX:PermSize=10m -XX:MaxPermSize=10m -jar abscon109.jar mac.xml 1 XSax /tmp/evaluation/217935-1168079519/unknown.xml
RUNSOLVER COMMAND LINE= runsolver  --timestamp  -w ROOT/results/node61/watcher-217935-1168079519 -o ROOT/results/node61/solver-217935-1168079519 -C 1800 -M 900  java -Xms756M -Xmx756M -XX:PermSize=10m -XX:MaxPermSize=10m -jar abscon109.jar mac.xml 1 XSax /tmp/evaluation/217935-1168079519/unknown.xml

META MD5SUM SOLVER= 9b91398c18c9fe54a6c4cfb50dadce08
MD5SUM BENCH=  54bdf70fa89e744dfa95a91ef2a28782

RANDOM SEED= 473355586

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.259
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.259
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:       1313128 kB
Buffers:         48372 kB
Cached:         565124 kB
SwapCached:          0 kB
Active:         124452 kB
Inactive:       534128 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1313128 kB
SwapTotal:     4192956 kB
SwapFree:      4192812 kB
Dirty:            4440 kB
Writeback:           0 kB
Mapped:          65348 kB
Slab:            69640 kB
Committed_AS:  3821304 kB
PageTables:       1852 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= 66508 MiB



End job on node61 on Sat Jan  6 10:32:08 UTC 2007