Trace number 245907

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 ESAC? (MO) 326.362 329.486

General information on the benchmark

NamelargeQueens/
queens-1000.xml
MD5SUM24563206a3688bcf26d5cd66cbbda335
Bench Category2-ARY-INT (binary constraints in intension)
Best result obtained on this benchmarkSAT
Best CPU time to get the best result obtained on this benchmark440.78
SatisfiableYES
(Un)Satisfiability was proved
Number of variables1000
Number of constraints499500
Maximum constraint arity2
Maximum domain size1000
Number of constraints which are defined in extension0
Number of constraints which are defined in intension499500
Global constraints used (with number of constraints)

Solver Data (download as text)

0.41	   
0.41	Abscon 109 (November, 2006)
0.41	   
0.41	   configuration
0.41	     name=esac.xml
0.45	   
0.45	   instance
0.45	     name=/tmp/evaluation/245907-1168386703/unknown.xml
0.48	   
0.48	   domains being loaded...
0.48	   
0.48	   variables being loaded...
0.70	     nbVariables=1000  nbDomainTypes=1  minDomainSize=1000  maxDomainSize=1000
0.70	       =>  wckTime=0.287  cpuTime=0.23  mem=33M345
0.70	   
0.70	   predicates being loaded...
0.71	   
0.71	   constraints being loaded...
207.56	   
207.56	   INFO : Stopping converting binary constraints (cpu=200.05, mem = 335M681)
218.00	     nbConstraints=499500  nbConvertedConstraints=619  nbConvertConstraintsChecks=619000000  nbExtensionStructures=619
218.00	     nbSharedExtensionStructures=0  nbConflictsStructures=619  nbSharedConflictsStructures=0
218.00	     nbSharedBinaryRepresentations=727319  nbEvaluationManagers=999  nbSharedEvaluationManagers=497882  maxDegree=999
218.00	     maxArity=2
218.00	       =>  wckTime=217.582  cpuTime=206.64  mem=604M18
220.84	   
220.84	   solver IterativeSystematicSolver being built... 
254.81	java.lang.OutOfMemoryError: Java heap space
254.84	   
254.84	   error
254.84	     name=java.lang.OutOfMemoryError: Java heap space
254.84	   
254.84	   INFO :  mem = 455M963
254.84	   
254.84	Abscon 109 (November, 2006)
254.84	   
254.84	   configuration
254.84	     name=esac.xml
254.84	   
254.84	   instance
254.84	     name=/tmp/evaluation/245907-1168386703/unknown.xml
254.84	   
254.84	   domains being loaded...
254.84	   
254.84	   variables being loaded...
254.90	     nbVariables=1000  nbDomainTypes=1  minDomainSize=1000  maxDomainSize=1000
254.90	       =>  wckTime=0.088  cpuTime=0.07  mem=455M963
254.90	   
254.90	   predicates being loaded...
254.90	   
254.90	   constraints being loaded...

Verifier Data (download as text)

ERROR: Unexpected answer ! (SAT/UNSAT expected)
Got answer: 

Watcher Data (download as text)

runsolver version 3.1.3 (c) roussel@cril.univ-artois.fr

command line: runsolver --timestamp -w ROOT/results/node2/watcher-245907-1168386703 -o ROOT/results/node2/solver-245907-1168386703 -C 1800 -M 900 java -Xms756M -Xmx756M -XX:PermSize=10m -XX:MaxPermSize=10m -jar abscon109.jar esac.xml 1 XSax /tmp/evaluation/245907-1168386703/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.14 1.03 1.01 4/94 17906
/proc/meminfo: memFree=1536536/2055920 swapFree=4180528/4192956
[pid=17905] ppid=17903 vsize=1784 CPUtime=0
/proc/17905/stat : 17905 (java) R 17903 17905 17775 0 -1 0 169 0 0 0 0 0 0 0 19 0 1 0 187066044 1826816 140 18446744073709551615 134512640 134570532 4294956624 18446744073709551615 4294960144 0 2147483391 4096 0 0 0 0 17 1 0 0
/proc/17905/statm: 446 140 106 14 0 91 0

[startup+0.105605 s]
/proc/loadavg: 1.14 1.03 1.01 4/94 17906
/proc/meminfo: memFree=1536536/2055920 swapFree=4180528/4192956
[pid=17905] ppid=17903 vsize=914988 CPUtime=0.08
/proc/17905/stat : 17905 (java) R 17903 17905 17775 0 -1 0 2994 0 1 0 7 1 0 0 17 0 8 0 187066044 936947712 2740 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4072929335 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/17905/statm: 228747 2740 1427 14 0 215242 0
Current children cumulated CPU time (s) 0.08
Current children cumulated vsize (KiB) 914988

[startup+0.513679 s]
/proc/loadavg: 1.14 1.03 1.01 4/94 17906
/proc/meminfo: memFree=1536536/2055920 swapFree=4180528/4192956
[pid=17905] ppid=17903 vsize=915328 CPUtime=0.39
/proc/17905/stat : 17905 (java) R 17903 17905 17775 0 -1 0 6085 0 1 0 36 3 0 0 18 0 8 0 187066044 937295872 5824 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4155582256 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/17905/statm: 228832 5824 2135 14 0 215302 0
Current children cumulated CPU time (s) 0.39
Current children cumulated vsize (KiB) 915328

[startup+1.33784 s]
/proc/loadavg: 1.14 1.03 1.01 4/101 17913
/proc/meminfo: memFree=1387232/2055920 swapFree=4180528/4192956
[pid=17905] ppid=17903 vsize=915632 CPUtime=1.21
/proc/17905/stat : 17905 (java) R 17903 17905 17775 0 -1 0 24428 0 1 0 109 12 0 0 23 0 8 0 187066044 937607168 24165 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/17905/statm: 228908 24165 2158 14 0 215378 0
[pid=17905/tid=17907] ppid=17903 vsize=915632 CPUtime=0.08
/proc/17905/task/17907/stat : 17907 (java) R 17903 17905 17775 0 -1 64 7894 0 0 0 5 3 0 0 16 0 8 0 187066048 937607168 24165 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4153827336 0 0 0 23759 0 0 0 -1 1 0 0
[pid=17905/tid=17908] ppid=17903 vsize=915632 CPUtime=0
/proc/17905/task/17908/stat : 17908 (java) S 17903 17905 17775 0 -1 64 10 0 0 0 0 0 0 0 16 0 8 0 187066049 937607168 24165 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=17905/tid=17909] ppid=17903 vsize=915632 CPUtime=0
/proc/17905/task/17909/stat : 17909 (java) S 17903 17905 17775 0 -1 64 5 0 0 0 0 0 0 0 16 0 8 0 187066049 937607168 24165 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=17905/tid=17910] ppid=17903 vsize=915632 CPUtime=0
/proc/17905/task/17910/stat : 17910 (java) S 17903 17905 17775 0 -1 64 0 0 0 0 0 0 0 0 18 0 8 0 187066052 937607168 24165 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=17905/tid=17911] ppid=17903 vsize=915632 CPUtime=0.17
/proc/17905/task/17911/stat : 17911 (java) S 17903 17905 17775 0 -1 64 405 0 0 0 17 0 0 0 15 0 8 0 187066052 937607168 24165 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=17905/tid=17912] ppid=17903 vsize=915632 CPUtime=0
/proc/17905/task/17912/stat : 17912 (java) S 17903 17905 17775 0 -1 64 1 0 0 0 0 0 0 0 19 0 8 0 187066052 937607168 24165 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=17905/tid=17913] ppid=17903 vsize=915632 CPUtime=0
/proc/17905/task/17913/stat : 17913 (java) S 17903 17905 17775 0 -1 64 1 0 0 0 0 0 0 0 15 0 8 0 187066052 937607168 24165 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1.21
Current children cumulated vsize (KiB) 915632

[startup+2.98214 s]
/proc/loadavg: 1.14 1.03 1.01 3/101 17913
/proc/meminfo: memFree=1313888/2055920 swapFree=4180528/4192956
[pid=17905] ppid=17903 vsize=915632 CPUtime=2.84
/proc/17905/stat : 17905 (java) R 17903 17905 17775 0 -1 0 27985 0 1 0 269 15 0 0 25 0 8 0 187066044 937607168 27718 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4073664922 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/17905/statm: 228908 27718 2158 14 0 215378 0
[pid=17905/tid=17907] ppid=17903 vsize=915632 CPUtime=0.35
/proc/17905/task/17907/stat : 17907 (java) S 17903 17905 17775 0 -1 64 11445 0 0 0 29 6 0 0 16 0 8 0 187066048 937607168 27718 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=17905/tid=17908] ppid=17903 vsize=915632 CPUtime=0
/proc/17905/task/17908/stat : 17908 (java) S 17903 17905 17775 0 -1 64 10 0 0 0 0 0 0 0 16 0 8 0 187066049 937607168 27718 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=17905/tid=17909] ppid=17903 vsize=915632 CPUtime=0
/proc/17905/task/17909/stat : 17909 (java) S 17903 17905 17775 0 -1 64 5 0 0 0 0 0 0 0 16 0 8 0 187066049 937607168 27718 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=17905/tid=17910] ppid=17903 vsize=915632 CPUtime=0
/proc/17905/task/17910/stat : 17910 (java) S 17903 17905 17775 0 -1 64 0 0 0 0 0 0 0 0 18 0 8 0 187066052 937607168 27718 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=17905/tid=17911] ppid=17903 vsize=915632 CPUtime=0.17
/proc/17905/task/17911/stat : 17911 (java) S 17903 17905 17775 0 -1 64 407 0 0 0 17 0 0 0 16 0 8 0 187066052 937607168 27718 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=17905/tid=17912] ppid=17903 vsize=915632 CPUtime=0
/proc/17905/task/17912/stat : 17912 (java) S 17903 17905 17775 0 -1 64 1 0 0 0 0 0 0 0 19 0 8 0 187066052 937607168 27718 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=17905/tid=17913] ppid=17903 vsize=915632 CPUtime=0
/proc/17905/task/17913/stat : 17913 (java) S 17903 17905 17775 0 -1 64 1 0 0 0 0 0 0 0 15 0 8 0 187066052 937607168 27718 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 2.84
Current children cumulated vsize (KiB) 915632

[startup+6.28074 s]
/proc/loadavg: 1.29 1.06 1.02 3/101 17913
/proc/meminfo: memFree=1108512/2055920 swapFree=4180528/4192956
[pid=17905] ppid=17903 vsize=915632 CPUtime=6.07
/proc/17905/stat : 17905 (java) R 17903 17905 17775 0 -1 0 35024 0 1 0 586 21 0 0 25 0 8 0 187066044 937607168 34747 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/17905/statm: 228908 34747 2158 14 0 215378 0
[pid=17905/tid=17907] ppid=17903 vsize=915632 CPUtime=0.96
/proc/17905/task/17907/stat : 17907 (java) R 17903 17905 17775 0 -1 64 18472 0 0 0 86 10 0 0 16 0 8 0 187066048 937607168 34747 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4153968433 0 0 0 23759 0 0 0 -1 1 0 0
[pid=17905/tid=17908] ppid=17903 vsize=915632 CPUtime=0
/proc/17905/task/17908/stat : 17908 (java) S 17903 17905 17775 0 -1 64 10 0 0 0 0 0 0 0 16 0 8 0 187066049 937607168 34747 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=17905/tid=17909] ppid=17903 vsize=915632 CPUtime=0
/proc/17905/task/17909/stat : 17909 (java) S 17903 17905 17775 0 -1 64 5 0 0 0 0 0 0 0 16 0 8 0 187066049 937607168 34747 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=17905/tid=17910] ppid=17903 vsize=915632 CPUtime=0
/proc/17905/task/17910/stat : 17910 (java) S 17903 17905 17775 0 -1 64 0 0 0 0 0 0 0 0 18 0 8 0 187066052 937607168 34747 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=17905/tid=17911] ppid=17903 vsize=915632 CPUtime=0.17
/proc/17905/task/17911/stat : 17911 (java) S 17903 17905 17775 0 -1 64 409 0 0 0 17 0 0 0 16 0 8 0 187066052 937607168 34747 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=17905/tid=17912] ppid=17903 vsize=915632 CPUtime=0
/proc/17905/task/17912/stat : 17912 (java) S 17903 17905 17775 0 -1 64 1 0 0 0 0 0 0 0 19 0 8 0 187066052 937607168 34747 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=17905/tid=17913] ppid=17903 vsize=915632 CPUtime=0
/proc/17905/task/17913/stat : 17913 (java) S 17903 17905 17775 0 -1 64 1 0 0 0 0 0 0 0 15 0 8 0 187066052 937607168 34747 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 6.07
Current children cumulated vsize (KiB) 915632

[startup+12.7757 s]
/proc/loadavg: 1.34 1.08 1.02 4/101 17913
/proc/meminfo: memFree=706336/2055920 swapFree=4180528/4192956
[pid=17905] ppid=17903 vsize=915632 CPUtime=12.53
/proc/17905/stat : 17905 (java) R 17903 17905 17775 0 -1 0 48793 0 1 0 1222 31 0 0 25 0 8 0 187066044 937607168 48497 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/17905/statm: 228908 48498 2158 14 0 215378 0
[pid=17905/tid=17907] ppid=17903 vsize=915632 CPUtime=2.16
/proc/17905/task/17907/stat : 17907 (java) R 17903 17905 17775 0 -1 64 32223 0 0 0 200 16 0 0 16 0 8 0 187066048 937607168 48498 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4155219574 0 0 0 23759 0 0 0 -1 1 0 0
[pid=17905/tid=17908] ppid=17903 vsize=915632 CPUtime=0
/proc/17905/task/17908/stat : 17908 (java) S 17903 17905 17775 0 -1 64 10 0 0 0 0 0 0 0 16 0 8 0 187066049 937607168 48498 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=17905/tid=17909] ppid=17903 vsize=915632 CPUtime=0
/proc/17905/task/17909/stat : 17909 (java) S 17903 17905 17775 0 -1 64 5 0 0 0 0 0 0 0 16 0 8 0 187066049 937607168 48498 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=17905/tid=17910] ppid=17903 vsize=915632 CPUtime=0
/proc/17905/task/17910/stat : 17910 (java) S 17903 17905 17775 0 -1 64 0 0 0 0 0 0 0 0 18 0 8 0 187066052 937607168 48499 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=17905/tid=17911] ppid=17903 vsize=915632 CPUtime=0.17
/proc/17905/task/17911/stat : 17911 (java) S 17903 17905 17775 0 -1 64 409 0 0 0 17 0 0 0 16 0 8 0 187066052 937607168 48499 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=17905/tid=17912] ppid=17903 vsize=915632 CPUtime=0
/proc/17905/task/17912/stat : 17912 (java) S 17903 17905 17775 0 -1 64 1 0 0 0 0 0 0 0 19 0 8 0 187066052 937607168 48499 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=17905/tid=17913] ppid=17903 vsize=915632 CPUtime=0
/proc/17905/task/17913/stat : 17913 (java) S 17903 17905 17775 0 -1 64 1 0 0 0 0 0 0 0 15 0 8 0 187066052 937607168 48499 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 12.53
Current children cumulated vsize (KiB) 915632

[startup+25.6321 s]
/proc/loadavg: 1.56 1.14 1.04 3/101 17913
/proc/meminfo: memFree=603104/2055920 swapFree=4180528/4192956
[pid=17905] ppid=17903 vsize=915632 CPUtime=25.32
/proc/17905/stat : 17905 (java) R 17903 17905 17775 0 -1 0 67198 0 1 0 2485 47 0 0 25 0 8 0 187066044 937607168 66878 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4073811850 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/17905/statm: 228908 66878 2178 14 0 215378 0
[pid=17905/tid=17907] ppid=17903 vsize=915632 CPUtime=3.94
/proc/17905/task/17907/stat : 17907 (java) S 17903 17905 17775 0 -1 64 50551 0 0 0 367 27 0 0 16 0 8 0 187066048 937607168 66878 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=17905/tid=17908] ppid=17903 vsize=915632 CPUtime=0
/proc/17905/task/17908/stat : 17908 (java) S 17903 17905 17775 0 -1 64 10 0 0 0 0 0 0 0 16 0 8 0 187066049 937607168 66878 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=17905/tid=17909] ppid=17903 vsize=915632 CPUtime=0
/proc/17905/task/17909/stat : 17909 (java) S 17903 17905 17775 0 -1 64 5 0 0 0 0 0 0 0 16 0 8 0 187066049 937607168 66878 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=17905/tid=17910] ppid=17903 vsize=915632 CPUtime=0
/proc/17905/task/17910/stat : 17910 (java) S 17903 17905 17775 0 -1 64 0 0 0 0 0 0 0 0 18 0 8 0 187066052 937607168 66878 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=17905/tid=17911] ppid=17903 vsize=915632 CPUtime=0.19
/proc/17905/task/17911/stat : 17911 (java) S 17903 17905 17775 0 -1 64 416 0 0 0 19 0 0 0 15 0 8 0 187066052 937607168 66878 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=17905/tid=17912] ppid=17903 vsize=915632 CPUtime=0
/proc/17905/task/17912/stat : 17912 (java) S 17903 17905 17775 0 -1 64 1 0 0 0 0 0 0 0 19 0 8 0 187066052 937607168 66878 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=17905/tid=17913] ppid=17903 vsize=915632 CPUtime=0
/proc/17905/task/17913/stat : 17913 (java) S 17903 17905 17775 0 -1 64 1 0 0 0 0 0 0 0 15 0 8 0 187066052 937607168 66878 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 25.32
Current children cumulated vsize (KiB) 915632

[startup+51.2368 s]
/proc/loadavg: 1.71 1.21 1.07 3/101 17986
/proc/meminfo: memFree=1228064/2055920 swapFree=4180528/4192956
[pid=17905] ppid=17903 vsize=915632 CPUtime=50.7
/proc/17905/stat : 17905 (java) R 17903 17905 17775 0 -1 0 67201 0 1 0 5022 48 0 0 25 0 8 0 187066044 937607168 66881 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4073811040 0 4 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/17905/statm: 228908 66881 2178 14 0 215378 0
[pid=17905/tid=17907] ppid=17903 vsize=915632 CPUtime=3.94
/proc/17905/task/17907/stat : 17907 (java) S 17903 17905 17775 0 -1 64 50551 0 0 0 367 27 0 0 16 0 8 0 187066048 937607168 66881 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=17905/tid=17908] ppid=17903 vsize=915632 CPUtime=0
/proc/17905/task/17908/stat : 17908 (java) S 17903 17905 17775 0 -1 64 10 0 0 0 0 0 0 0 16 0 8 0 187066049 937607168 66881 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=17905/tid=17909] ppid=17903 vsize=915632 CPUtime=0
/proc/17905/task/17909/stat : 17909 (java) S 17903 17905 17775 0 -1 64 5 0 0 0 0 0 0 0 16 0 8 0 187066049 937607168 66881 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=17905/tid=17910] ppid=17903 vsize=915632 CPUtime=0
/proc/17905/task/17910/stat : 17910 (java) S 17903 17905 17775 0 -1 64 0 0 0 0 0 0 0 0 18 0 8 0 187066052 937607168 66881 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=17905/tid=17911] ppid=17903 vsize=915632 CPUtime=0.2
/proc/17905/task/17911/stat : 17911 (java) S 17903 17905 17775 0 -1 64 419 0 0 0 20 0 0 0 16 0 8 0 187066052 937607168 66881 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=17905/tid=17912] ppid=17903 vsize=915632 CPUtime=0
/proc/17905/task/17912/stat : 17912 (java) S 17903 17905 17775 0 -1 64 1 0 0 0 0 0 0 0 19 0 8 0 187066052 937607168 66881 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=17905/tid=17913] ppid=17903 vsize=915632 CPUtime=0
/proc/17905/task/17913/stat : 17913 (java) S 17903 17905 17775 0 -1 64 1 0 0 0 0 0 0 0 15 0 8 0 187066052 937607168 66881 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 50.7
Current children cumulated vsize (KiB) 915632

[startup+102.533 s]
/proc/loadavg: 1.92 1.34 1.12 3/101 17986
/proc/meminfo: memFree=1160416/2055920 swapFree=4180528/4192956
[pid=17905] ppid=17903 vsize=915632 CPUtime=101.39
/proc/17905/stat : 17905 (java) R 17903 17905 17775 0 -1 0 79705 0 1 0 10083 56 0 0 25 0 8 0 187066044 937607168 79382 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4073816667 0 4 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/17905/statm: 228908 79382 2179 14 0 215378 0
[pid=17905/tid=17907] ppid=17903 vsize=915632 CPUtime=4.42
/proc/17905/task/17907/stat : 17907 (java) S 17903 17905 17775 0 -1 64 63042 0 0 0 409 33 0 0 16 0 8 0 187066048 937607168 79382 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=17905/tid=17908] ppid=17903 vsize=915632 CPUtime=0
/proc/17905/task/17908/stat : 17908 (java) S 17903 17905 17775 0 -1 64 10 0 0 0 0 0 0 0 16 0 8 0 187066049 937607168 79382 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=17905/tid=17909] ppid=17903 vsize=915632 CPUtime=0
/proc/17905/task/17909/stat : 17909 (java) S 17903 17905 17775 0 -1 64 5 0 0 0 0 0 0 0 16 0 8 0 187066049 937607168 79382 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=17905/tid=17910] ppid=17903 vsize=915632 CPUtime=0
/proc/17905/task/17910/stat : 17910 (java) S 17903 17905 17775 0 -1 64 0 0 0 0 0 0 0 0 18 0 8 0 187066052 937607168 79382 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=17905/tid=17911] ppid=17903 vsize=915632 CPUtime=0.21
/proc/17905/task/17911/stat : 17911 (java) S 17903 17905 17775 0 -1 64 428 0 0 0 21 0 0 0 16 0 8 0 187066052 937607168 79382 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=17905/tid=17912] ppid=17903 vsize=915632 CPUtime=0
/proc/17905/task/17912/stat : 17912 (java) S 17903 17905 17775 0 -1 64 1 0 0 0 0 0 0 0 19 0 8 0 187066052 937607168 79382 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=17905/tid=17913] ppid=17903 vsize=915632 CPUtime=0
/proc/17905/task/17913/stat : 17913 (java) S 17903 17905 17775 0 -1 64 1 0 0 0 0 0 0 0 15 0 8 0 187066052 937607168 79382 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 101.39
Current children cumulated vsize (KiB) 915632

[startup+162.593 s]
/proc/loadavg: 2.07 1.49 1.18 3/101 17986
/proc/meminfo: memFree=1116128/2055920 swapFree=4180528/4192956
[pid=17905] ppid=17903 vsize=915632 CPUtime=160.86
/proc/17905/stat : 17905 (java) R 17903 17905 17775 0 -1 0 86378 0 1 0 16026 60 0 0 25 0 8 0 187066044 937607168 86054 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4073811891 0 4 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/17905/statm: 228908 86054 2179 14 0 215378 0
[pid=17905/tid=17907] ppid=17903 vsize=915632 CPUtime=4.69
/proc/17905/task/17907/stat : 17907 (java) S 17903 17905 17775 0 -1 64 69714 0 0 0 433 36 0 0 16 0 8 0 187066048 937607168 86054 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=17905/tid=17908] ppid=17903 vsize=915632 CPUtime=0
/proc/17905/task/17908/stat : 17908 (java) S 17903 17905 17775 0 -1 64 10 0 0 0 0 0 0 0 16 0 8 0 187066049 937607168 86054 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=17905/tid=17909] ppid=17903 vsize=915632 CPUtime=0
/proc/17905/task/17909/stat : 17909 (java) S 17903 17905 17775 0 -1 64 5 0 0 0 0 0 0 0 16 0 8 0 187066049 937607168 86054 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=17905/tid=17910] ppid=17903 vsize=915632 CPUtime=0
/proc/17905/task/17910/stat : 17910 (java) S 17903 17905 17775 0 -1 64 0 0 0 0 0 0 0 0 18 0 8 0 187066052 937607168 86054 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=17905/tid=17911] ppid=17903 vsize=915632 CPUtime=0.21
/proc/17905/task/17911/stat : 17911 (java) S 17903 17905 17775 0 -1 64 428 0 0 0 21 0 0 0 16 0 8 0 187066052 937607168 86054 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=17905/tid=17912] ppid=17903 vsize=915632 CPUtime=0
/proc/17905/task/17912/stat : 17912 (java) S 17903 17905 17775 0 -1 64 1 0 0 0 0 0 0 0 19 0 8 0 187066052 937607168 86054 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=17905/tid=17913] ppid=17903 vsize=915632 CPUtime=0
/proc/17905/task/17913/stat : 17913 (java) S 17903 17905 17775 0 -1 64 1 0 0 0 0 0 0 0 15 0 8 0 187066052 937607168 86054 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 160.86
Current children cumulated vsize (KiB) 915632

[startup+222.626 s]
/proc/loadavg: 2.38 1.68 1.27 5/101 17986
/proc/meminfo: memFree=725600/2055920 swapFree=4180528/4192956
[pid=17905] ppid=17903 vsize=917660 CPUtime=220.3
/proc/17905/stat : 17905 (java) R 17903 17905 17775 0 -1 0 191737 0 1 0 21923 107 0 0 22 0 8 0 187066044 939683840 190007 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/17905/statm: 229415 190007 2504 14 0 215885 0
[pid=17905/tid=17907] ppid=17903 vsize=917660 CPUtime=12.51
/proc/17905/task/17907/stat : 17907 (java) R 17903 17905 17775 0 -1 64 174641 0 0 0 1172 79 0 0 16 0 8 0 187066048 939683840 190007 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4154022744 0 0 0 23759 0 0 0 -1 0 0 0
[pid=17905/tid=17908] ppid=17903 vsize=917660 CPUtime=0
/proc/17905/task/17908/stat : 17908 (java) S 17903 17905 17775 0 -1 64 10 0 0 0 0 0 0 0 16 0 8 0 187066049 939683840 190007 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=17905/tid=17909] ppid=17903 vsize=917660 CPUtime=0
/proc/17905/task/17909/stat : 17909 (java) S 17903 17905 17775 0 -1 64 5 0 0 0 0 0 0 0 15 0 8 0 187066049 939683840 190007 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=17905/tid=17910] ppid=17903 vsize=917660 CPUtime=0
/proc/17905/task/17910/stat : 17910 (java) S 17903 17905 17775 0 -1 64 0 0 0 0 0 0 0 0 18 0 8 0 187066052 939683840 190007 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=17905/tid=17911] ppid=17903 vsize=917660 CPUtime=0.26
/proc/17905/task/17911/stat : 17911 (java) S 17903 17905 17775 0 -1 64 462 0 0 0 26 0 0 0 15 0 8 0 187066052 939683840 190007 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=17905/tid=17912] ppid=17903 vsize=917660 CPUtime=0
/proc/17905/task/17912/stat : 17912 (java) S 17903 17905 17775 0 -1 64 1 0 0 0 0 0 0 0 19 0 8 0 187066052 939683840 190007 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=17905/tid=17913] ppid=17903 vsize=917660 CPUtime=0
/proc/17905/task/17913/stat : 17913 (java) S 17903 17905 17775 0 -1 64 1 0 0 0 0 0 0 0 15 0 8 0 187066052 939683840 190007 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 220.3
Current children cumulated vsize (KiB) 917660

[startup+282.698 s]
/proc/loadavg: 2.39 1.81 1.34 4/101 17986
/proc/meminfo: memFree=639136/2055920 swapFree=4180528/4192956
[pid=17905] ppid=17903 vsize=917660 CPUtime=279.83
/proc/17905/stat : 17905 (java) S 17903 17905 17775 0 -1 0 215056 0 1 0 27855 128 0 0 18 0 8 0 187066044 939683840 199288 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/17905/statm: 229415 199288 2510 14 0 215885 0
[pid=17905/tid=17907] ppid=17903 vsize=917660 CPUtime=54.29
/proc/17905/task/17907/stat : 17907 (java) R 17903 17905 17775 0 -1 64 197861 0 0 0 5338 91 0 0 25 0 8 0 187066048 939683840 199288 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4155134355 0 0 0 23759 0 0 0 -1 0 0 0
[pid=17905/tid=17908] ppid=17903 vsize=917660 CPUtime=0
/proc/17905/task/17908/stat : 17908 (java) S 17903 17905 17775 0 -1 64 10 0 0 0 0 0 0 0 16 0 8 0 187066049 939683840 199288 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=17905/tid=17909] ppid=17903 vsize=917660 CPUtime=0
/proc/17905/task/17909/stat : 17909 (java) S 17903 17905 17775 0 -1 64 5 0 0 0 0 0 0 0 16 0 8 0 187066049 939683840 199288 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=17905/tid=17910] ppid=17903 vsize=917660 CPUtime=0
/proc/17905/task/17910/stat : 17910 (java) S 17903 17905 17775 0 -1 64 0 0 0 0 0 0 0 0 18 0 8 0 187066052 939683840 199288 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=17905/tid=17911] ppid=17903 vsize=917660 CPUtime=0.28
/proc/17905/task/17911/stat : 17911 (java) S 17903 17905 17775 0 -1 64 473 0 0 0 28 0 0 0 16 0 8 0 187066052 939683840 199288 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=17905/tid=17912] ppid=17903 vsize=917660 CPUtime=0
/proc/17905/task/17912/stat : 17912 (java) S 17903 17905 17775 0 -1 64 1 0 0 0 0 0 0 0 19 0 8 0 187066052 939683840 199288 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=17905/tid=17913] ppid=17903 vsize=917660 CPUtime=0
/proc/17905/task/17913/stat : 17913 (java) S 17903 17905 17775 0 -1 64 1 0 0 0 0 0 0 0 15 0 8 0 187066052 939683840 199288 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 279.83
Current children cumulated vsize (KiB) 917660



Maximum VSize exceeded: sending SIGTERM then SIGKILL

[startup+327.343 s]
/proc/loadavg: 2.59 1.95 1.40 4/101 17986
/proc/meminfo: memFree=629536/2055920 swapFree=4180528/4192956
[pid=17905] ppid=17903 vsize=919660 CPUtime=324.23
/proc/17905/stat : 17905 (java) S 17903 17905 17775 0 -1 0 230021 0 1 0 32288 135 0 0 18 0 8 0 187066044 941731840 199319 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/17905/statm: 229915 199319 2510 14 0 216385 0
[pid=17905/tid=17907] ppid=17903 vsize=919660 CPUtime=96.08
/proc/17905/task/17907/stat : 17907 (java) R 17903 17905 17775 0 -1 64 212817 0 0 0 9509 99 0 0 25 0 8 0 187066048 941731840 199319 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4154022744 0 0 0 23759 0 0 0 -1 0 0 0
[pid=17905/tid=17908] ppid=17903 vsize=919660 CPUtime=0
/proc/17905/task/17908/stat : 17908 (java) S 17903 17905 17775 0 -1 64 10 0 0 0 0 0 0 0 16 0 8 0 187066049 941731840 199319 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=17905/tid=17909] ppid=17903 vsize=919660 CPUtime=0
/proc/17905/task/17909/stat : 17909 (java) S 17903 17905 17775 0 -1 64 5 0 0 0 0 0 0 0 16 0 8 0 187066049 941731840 199320 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=17905/tid=17910] ppid=17903 vsize=919660 CPUtime=0
/proc/17905/task/17910/stat : 17910 (java) S 17903 17905 17775 0 -1 64 0 0 0 0 0 0 0 0 18 0 8 0 187066052 941731840 199320 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=17905/tid=17911] ppid=17903 vsize=919660 CPUtime=0.28
/proc/17905/task/17911/stat : 17911 (java) S 17903 17905 17775 0 -1 64 473 0 0 0 28 0 0 0 16 0 8 0 187066052 941731840 199320 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=17905/tid=17912] ppid=17903 vsize=919660 CPUtime=0
/proc/17905/task/17912/stat : 17912 (java) S 17903 17905 17775 0 -1 64 1 0 0 0 0 0 0 0 19 0 8 0 187066052 941731840 199320 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=17905/tid=17913] ppid=17903 vsize=919660 CPUtime=0
/proc/17905/task/17913/stat : 17913 (java) S 17903 17905 17775 0 -1 64 1 0 0 0 0 0 0 0 15 0 8 0 187066052 941731840 199321 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 324.23
Current children cumulated vsize (KiB) 919660

Sending SIGTERM to process tree (bottom up)
Sleeping 2 seconds

Sending SIGKILL to process tree (bottom up)

Child ended because it received signal 9 (SIGKILL)
Real time (s): 329.486
CPU time (s): 326.362
CPU user time (s): 324.884
CPU system time (s): 1.47878
CPU usage (%): 99.0521
Max. virtual memory (cumulated for all children) (KiB): 921664

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 324.884
system time used= 1.47877
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 230358
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= 8708
involuntary context switches= 15919

runsolver used 0.416936 s user time and 1.08583 s system time

The end

Launcher Data (download as text)

Begin job on node2 on Tue Jan  9 23:51:44 UTC 2007


IDJOB= 245907
IDBENCH= 10312
FILE ID= node2/245907-1168386703

PBS_JOBID= 3522696

Free space on /tmp= 66406 MiB

BENCH NAME= HOME/pub/bench/CPAI06/largeQueens/queens-1000.xml
COMMAND LINE= java -Xms756M -Xmx756M -XX:PermSize=10m -XX:MaxPermSize=10m -jar abscon109.jar esac.xml 1 XSax /tmp/evaluation/245907-1168386703/unknown.xml
RUNSOLVER COMMAND LINE= runsolver  --timestamp  -w ROOT/results/node2/watcher-245907-1168386703 -o ROOT/results/node2/solver-245907-1168386703 -C 1800 -M 900  java -Xms756M -Xmx756M -XX:PermSize=10m -XX:MaxPermSize=10m -jar abscon109.jar esac.xml 1 XSax /tmp/evaluation/245907-1168386703/unknown.xml

META MD5SUM SOLVER= 9b91398c18c9fe54a6c4cfb50dadce08
MD5SUM BENCH=  24563206a3688bcf26d5cd66cbbda335

RANDOM SEED= 163454166

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	: 5931.00
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:       1537208 kB
Buffers:         46364 kB
Cached:         359580 kB
SwapCached:        424 kB
Active:         374980 kB
Inactive:        86544 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1537208 kB
SwapTotal:     4192956 kB
SwapFree:      4180528 kB
Dirty:          133928 kB
Writeback:           0 kB
Mapped:          74308 kB
Slab:            41780 kB
Committed_AS:  5501452 kB
PageTables:       2480 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= 66403 MiB



End job on node2 on Tue Jan  9 23:57:14 UTC 2007