Trace number 2097576

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. The first timestamp (if present) is estimated CPU time. The last timestamp is wall clock 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 112v4 ESACUNSAT 18.0103 18.2031

DiagnosticValue
CHECKS622
NODES0

General information on the benchmark

Namecsp/super-queens/
normalized-super-queens-9.xml
MD5SUM18b7059da0498c17376d1b6f8b9dd1af
Bench Category2-ARY-INT (binary constraints in intension)
Best result obtained on this benchmarkUNSAT
Best CPU time to get the best result obtained on this benchmark2.89156
Satisfiable
(Un)Satisfiability was proved
Number of variables400
Number of constraints59900
Maximum constraint arity2
Maximum domain size200
Number of constraints which are defined in extension0
Number of constraints which are defined in intension59900
Global constraints used (with number of constraints)

Solver Data

0.07/0.09	
0.07/0.09	Abscon 112 (May, 2008)
0.18/0.26	
0.18/0.26	   configuration
0.18/0.26	     name=esac.xml
0.18/0.29	   
0.18/0.29	   instance
0.18/0.29	     name=HOME/instance-2097576-1247413551.xml
0.28/0.33	   
0.28/0.33	   domains being loaded...
0.28/0.34	   
0.28/0.34	   variables being loaded...
0.39/0.43	     nbVariables=400  nbDomainTypes=1  minDomainSize=200  maxDomainSize=200  nbTotalValues=80000
0.39/0.43	       =>  wckTime=0.175  cpuTime=0.14  mem=10M819
0.39/0.43	   
0.39/0.43	   predicates being loaded...
0.39/0.50	   
0.39/0.50	   constraints being loaded...
17.01/17.26	     nbConstraints=59902  nbGlobalConstraints=2  nbConvertedConstraints=59900  nbConvertConstraintsChecks=8040000
17.01/17.26	     nbExtensionStructures=201  nbSharedExtensionStructures=59699  nbConflictsStructures=201
17.01/17.26	     nbSharedConflictsStructures=59699  nbSharedBinaryRepresentations=56567  minDegree=201  maxDegree=401  minArity=2
17.01/17.26	     avgArity=2.01  maxArity=400  nbGenerators=1  nbFusions=1  symmetryWckTime=3.836  symmetryCpuTime=1.98  nbCliques=1
17.01/17.26	       =>  wckTime=17.002  cpuTime=13.68  mem=144M584
17.71/17.94	   
17.71/17.94	   solver IterativeSystematicSolver being built... 
17.81/18.05	   
17.81/18.05	   INFO : Forward propagation technique limited 
17.90/18.14	       =>  wckTime=17.881  cpuTime=13.84  mem=116M127
17.90/18.15	   
17.90/18.15	   preprocessing
17.90/18.15	     nbConstraintChecks=622  nbPropagations=1  nbRevisions=2  nbUselessRevisions=0  nbRemovedValues=2
17.90/18.15	     nbRemovedTuples=19899  detectedInconsistency=yes
17.90/18.15	       =>  wckTime=0.0080  cpuTime=0.01  mem=116M127
17.90/18.15	   
17.90/18.15	   global
17.90/18.15	     nbConstraintChecks=622  nbPropagations=1  nbRevisions=2  nbUselessRevisions=0  nbRestartNogoods=0
17.90/18.15	     solvingWckTime=0.011  solvingCpuTime=0.01  expiredTime=no  totalExploration=yes  nbFoundSolutions=0
17.90/18.15	     globalCpuTime=13.89
17.90/18.15	       =>  wckTime=17.895  cpuTime=13.85  mem=117M34
17.90/18.16	   
17.90/18.16	s UNSATISFIABLE
17.90/18.16	d NODES 0
17.90/18.16	d CHECKS 622
17.90/18.16	   
17.90/18.16	   totalWckTime=17.965  totalCpuTime=13.9

Verifier Data

No possible verification on an UNSAT instance

Watcher Data

runsolver version 3.2.9 (svn:492) (c) roussel@cril.univ-artois.fr

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-2097576-1247413551/watcher-2097576-1247413551 -o /tmp/evaluation-result-2097576-1247413551/solver-2097576-1247413551 -C 1800 -W 2000 -M 900 java -Xms756M -Xmx756M -XX:PermSize=10m -XX:MaxPermSize=10m -cp abscon112V4.jar abscon.Resolution esac.xml 1 XSax HOME/instance-2097576-1247413551.xml 

Enforcing CPUTime limit (soft limit, will send SIGTERM then SIGKILL): 1800 seconds
Enforcing CPUTime limit (hard limit, will send SIGXCPU): 1830 seconds
Enforcing wall clock limit (soft limit, will send SIGTERM then SIGKILL): 2000 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


[startup+0 s]
/proc/loadavg: 2.09 2.02 2.01 4/80 2164
/proc/meminfo: memFree=1642136/2055920 swapFree=4192812/4192956
[pid=2164] ppid=2162 vsize=10676 CPUtime=0
/proc/2164/stat : 2164 (java) S 2162 2164 32317 0 -1 0 678 0 0 0 0 0 0 0 18 0 2 0 28422086 10932224 474 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 4096 0 18446744073709551615 0 0 17 1 0 0
/proc/2164/statm: 2669 474 207 9 0 1184 0
[pid=2164/tid=2165] ppid=2162 vsize=10676 CPUtime=0
/proc/2164/task/2165/stat : 2165 (java) R 2162 2164 32317 0 -1 64 0 0 0 0 0 0 0 0 19 0 2 0 28422087 10932224 474 996147200 134512640 134550932 4294955968 18446744073709551615 12726232 0 0 4096 0 0 0 0 -1 1 0 0

[startup+0.090722 s]
/proc/loadavg: 2.09 2.02 2.01 4/80 2164
/proc/meminfo: memFree=1642136/2055920 swapFree=4192812/4192956
[pid=2164] ppid=2162 vsize=865984 CPUtime=0.07
/proc/2164/stat : 2164 (java) S 2162 2164 32317 0 -1 0 3628 0 1 0 6 1 0 0 18 0 9 0 28422086 886767616 3111 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/2164/statm: 216496 3111 1660 9 0 210981 0
[pid=2164/tid=2165] ppid=2162 vsize=865984 CPUtime=0.06
/proc/2164/task/2165/stat : 2165 (java) R 2162 2164 32317 0 -1 64 2711 0 1 0 5 1 0 0 18 0 9 0 28422087 886767616 3111 996147200 134512640 134550932 4294955968 18446744073709551615 11855031 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 0.07
Current children cumulated vsize (KiB) 865984

[startup+0.102726 s]
/proc/loadavg: 2.09 2.02 2.01 4/80 2164
/proc/meminfo: memFree=1642136/2055920 swapFree=4192812/4192956
[pid=2164] ppid=2162 vsize=865984 CPUtime=0.09
/proc/2164/stat : 2164 (java) S 2162 2164 32317 0 -1 0 3756 0 1 0 7 2 0 0 18 0 9 0 28422086 886767616 3217 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/2164/statm: 216496 3217 1699 9 0 210981 0
[pid=2164/tid=2165] ppid=2162 vsize=865984 CPUtime=0.07
/proc/2164/task/2165/stat : 2165 (java) R 2162 2164 32317 0 -1 64 2839 0 1 0 6 1 0 0 18 0 9 0 28422087 886767616 3217 996147200 134512640 134550932 4294955968 18446744073709551615 103795227 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 865984

[startup+0.30175 s]
/proc/loadavg: 2.09 2.02 2.01 4/80 2164
/proc/meminfo: memFree=1642136/2055920 swapFree=4192812/4192956
[pid=2164] ppid=2162 vsize=866380 CPUtime=0.28
/proc/2164/stat : 2164 (java) S 2162 2164 32317 0 -1 0 5865 0 1 0 25 3 0 0 18 0 9 0 28422086 887173120 5231 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/2164/statm: 216595 5231 1981 9 0 211053 0
[pid=2164/tid=2165] ppid=2162 vsize=866380 CPUtime=0.24
/proc/2164/task/2165/stat : 2165 (java) R 2162 2164 32317 0 -1 64 4885 0 1 0 21 3 0 0 18 0 9 0 28422087 887173120 5231 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 0.28
Current children cumulated vsize (KiB) 866380

[startup+0.701804 s]
/proc/loadavg: 2.09 2.02 2.01 4/80 2164
/proc/meminfo: memFree=1642136/2055920 swapFree=4192812/4192956
[pid=2164] ppid=2162 vsize=867776 CPUtime=0.68
/proc/2164/stat : 2164 (java) S 2162 2164 32317 0 -1 0 9065 0 1 0 63 5 0 0 18 0 9 0 28422086 888602624 8419 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/2164/statm: 216944 8419 2036 9 0 211380 0
[pid=2164/tid=2165] ppid=2162 vsize=867776 CPUtime=0.51
/proc/2164/task/2165/stat : 2165 (java) R 2162 2164 32317 0 -1 64 7704 0 1 0 47 4 0 0 19 0 9 0 28422087 888602624 8419 996147200 134512640 134550932 4294955968 18446744073709551615 4126665671 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 0.68
Current children cumulated vsize (KiB) 867776

[startup+1.50291 s]
/proc/loadavg: 2.09 2.02 2.01 3/89 2173
/proc/meminfo: memFree=1598992/2055920 swapFree=4192812/4192956
[pid=2164] ppid=2162 vsize=867688 CPUtime=1.47
/proc/2164/stat : 2164 (java) S 2162 2164 32317 0 -1 0 19504 0 1 0 137 10 0 0 18 0 9 0 28422086 888512512 18832 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/2164/statm: 216922 18832 2026 9 0 211380 0
[pid=2164/tid=2165] ppid=2162 vsize=867688 CPUtime=1.2
/proc/2164/task/2165/stat : 2165 (java) R 2162 2164 32317 0 -1 64 15800 0 1 0 112 8 0 0 25 0 9 0 28422087 888512512 18832 996147200 134512640 134550932 4294955968 18446744073709551615 102093925 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=2164/tid=2167] ppid=2162 vsize=867688 CPUtime=0.09
/proc/2164/task/2167/stat : 2167 (java) S 2162 2164 32317 0 -1 64 2336 0 0 0 9 0 0 0 16 0 9 0 28422089 888512512 18832 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=2164/tid=2168] ppid=2162 vsize=867688 CPUtime=0
/proc/2164/task/2168/stat : 2168 (java) S 2162 2164 32317 0 -1 64 16 0 0 0 0 0 0 0 16 0 9 0 28422089 888512512 18832 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=2164/tid=2169] ppid=2162 vsize=867688 CPUtime=0
/proc/2164/task/2169/stat : 2169 (java) S 2162 2164 32317 0 -1 64 5 0 0 0 0 0 0 0 16 0 9 0 28422089 888512512 18832 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=2164/tid=2170] ppid=2162 vsize=867688 CPUtime=0
/proc/2164/task/2170/stat : 2170 (java) S 2162 2164 32317 0 -1 64 2 0 0 0 0 0 0 0 18 0 9 0 28422091 888512512 18832 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=2164/tid=2171] ppid=2162 vsize=867688 CPUtime=0.15
/proc/2164/task/2171/stat : 2171 (java) S 2162 2164 32317 0 -1 64 667 0 0 0 15 0 0 0 16 0 9 0 28422091 888512512 18832 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=2164/tid=2172] ppid=2162 vsize=867688 CPUtime=0
/proc/2164/task/2172/stat : 2172 (java) S 2162 2164 32317 0 -1 64 0 0 0 0 0 0 0 0 19 0 9 0 28422091 888512512 18832 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=2164/tid=2173] ppid=2162 vsize=867688 CPUtime=0
/proc/2164/task/2173/stat : 2173 (java) S 2162 2164 32317 0 -1 64 0 0 0 0 0 0 0 0 15 0 9 0 28422091 888512512 18832 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1.47
Current children cumulated vsize (KiB) 867688

[startup+3.10112 s]
/proc/loadavg: 2.09 2.02 2.01 4/89 2173
/proc/meminfo: memFree=1570448/2055920 swapFree=4192812/4192956
[pid=2164] ppid=2162 vsize=867688 CPUtime=3.06
/proc/2164/stat : 2164 (java) S 2162 2164 32317 0 -1 0 25720 0 1 0 293 13 0 0 18 0 9 0 28422086 888512512 25046 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/2164/statm: 216922 25046 2026 9 0 211380 0
[pid=2164/tid=2165] ppid=2162 vsize=867688 CPUtime=2.47
/proc/2164/task/2165/stat : 2165 (java) R 2162 2164 32317 0 -1 64 15802 0 1 0 238 9 0 0 25 0 9 0 28422087 888512512 25046 996147200 134512640 134550932 4294955968 18446744073709551615 102724634 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=2164/tid=2167] ppid=2162 vsize=867688 CPUtime=0.39
/proc/2164/task/2167/stat : 2167 (java) S 2162 2164 32317 0 -1 64 8549 0 0 0 37 2 0 0 17 0 9 0 28422089 888512512 25046 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=2164/tid=2168] ppid=2162 vsize=867688 CPUtime=0
/proc/2164/task/2168/stat : 2168 (java) S 2162 2164 32317 0 -1 64 16 0 0 0 0 0 0 0 16 0 9 0 28422089 888512512 25046 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=2164/tid=2169] ppid=2162 vsize=867688 CPUtime=0
/proc/2164/task/2169/stat : 2169 (java) S 2162 2164 32317 0 -1 64 5 0 0 0 0 0 0 0 16 0 9 0 28422089 888512512 25046 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=2164/tid=2170] ppid=2162 vsize=867688 CPUtime=0
/proc/2164/task/2170/stat : 2170 (java) S 2162 2164 32317 0 -1 64 2 0 0 0 0 0 0 0 18 0 9 0 28422091 888512512 25046 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=2164/tid=2171] ppid=2162 vsize=867688 CPUtime=0.16
/proc/2164/task/2171/stat : 2171 (java) S 2162 2164 32317 0 -1 64 668 0 0 0 16 0 0 0 16 0 9 0 28422091 888512512 25046 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=2164/tid=2172] ppid=2162 vsize=867688 CPUtime=0
/proc/2164/task/2172/stat : 2172 (java) S 2162 2164 32317 0 -1 64 0 0 0 0 0 0 0 0 19 0 9 0 28422091 888512512 25046 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=2164/tid=2173] ppid=2162 vsize=867688 CPUtime=0
/proc/2164/task/2173/stat : 2173 (java) S 2162 2164 32317 0 -1 64 0 0 0 0 0 0 0 0 15 0 9 0 28422091 888512512 25046 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 3.06
Current children cumulated vsize (KiB) 867688

[startup+6.30154 s]
/proc/loadavg: 2.24 2.05 2.02 3/89 2173
/proc/meminfo: memFree=1549200/2055920 swapFree=4192812/4192956
[pid=2164] ppid=2162 vsize=867688 CPUtime=6.22
/proc/2164/stat : 2164 (java) S 2162 2164 32317 0 -1 0 25797 0 1 0 608 14 0 0 18 0 9 0 28422086 888512512 25117 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/2164/statm: 216922 25117 2029 9 0 211380 0
[pid=2164/tid=2165] ppid=2162 vsize=867688 CPUtime=5.6
/proc/2164/task/2165/stat : 2165 (java) R 2162 2164 32317 0 -1 64 15836 0 1 0 549 11 0 0 25 0 9 0 28422087 888512512 25117 996147200 134512640 134550932 4294955968 18446744073709551615 4126912577 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=2164/tid=2167] ppid=2162 vsize=867688 CPUtime=0.39
/proc/2164/task/2167/stat : 2167 (java) S 2162 2164 32317 0 -1 64 8549 0 0 0 37 2 0 0 17 0 9 0 28422089 888512512 25117 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=2164/tid=2168] ppid=2162 vsize=867688 CPUtime=0
/proc/2164/task/2168/stat : 2168 (java) S 2162 2164 32317 0 -1 64 16 0 0 0 0 0 0 0 16 0 9 0 28422089 888512512 25117 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=2164/tid=2169] ppid=2162 vsize=867688 CPUtime=0
/proc/2164/task/2169/stat : 2169 (java) S 2162 2164 32317 0 -1 64 5 0 0 0 0 0 0 0 16 0 9 0 28422089 888512512 25117 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=2164/tid=2170] ppid=2162 vsize=867688 CPUtime=0
/proc/2164/task/2170/stat : 2170 (java) S 2162 2164 32317 0 -1 64 2 0 0 0 0 0 0 0 18 0 9 0 28422091 888512512 25117 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=2164/tid=2171] ppid=2162 vsize=867688 CPUtime=0.21
/proc/2164/task/2171/stat : 2171 (java) S 2162 2164 32317 0 -1 64 711 0 0 0 21 0 0 0 15 0 9 0 28422091 888512512 25117 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=2164/tid=2172] ppid=2162 vsize=867688 CPUtime=0
/proc/2164/task/2172/stat : 2172 (java) S 2162 2164 32317 0 -1 64 0 0 0 0 0 0 0 0 19 0 9 0 28422091 888512512 25117 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=2164/tid=2173] ppid=2162 vsize=867688 CPUtime=0
/proc/2164/task/2173/stat : 2173 (java) S 2162 2164 32317 0 -1 64 0 0 0 0 0 0 0 0 15 0 9 0 28422091 888512512 25117 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 6.22
Current children cumulated vsize (KiB) 867688

[startup+12.7014 s]
/proc/loadavg: 2.22 2.05 2.02 3/89 2173
/proc/meminfo: memFree=1508824/2055920 swapFree=4192812/4192956
[pid=2164] ppid=2162 vsize=867688 CPUtime=12.56
/proc/2164/stat : 2164 (java) S 2162 2164 32317 0 -1 0 35858 0 1 0 1026 230 0 0 18 0 9 0 28422086 888512512 35174 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/2164/statm: 216922 35174 2029 9 0 211380 0
[pid=2164/tid=2165] ppid=2162 vsize=867688 CPUtime=11.31
/proc/2164/task/2165/stat : 2165 (java) R 2162 2164 32317 0 -1 64 15841 0 1 0 909 222 0 0 25 0 9 0 28422087 888512512 35174 996147200 134512640 134550932 4294955968 18446744073709551615 4127090439 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=2164/tid=2167] ppid=2162 vsize=867688 CPUtime=0.97
/proc/2164/task/2167/stat : 2167 (java) S 2162 2164 32317 0 -1 64 18584 0 0 0 91 6 0 0 16 0 9 0 28422089 888512512 35174 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=2164/tid=2168] ppid=2162 vsize=867688 CPUtime=0
/proc/2164/task/2168/stat : 2168 (java) S 2162 2164 32317 0 -1 64 16 0 0 0 0 0 0 0 16 0 9 0 28422089 888512512 35174 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=2164/tid=2169] ppid=2162 vsize=867688 CPUtime=0
/proc/2164/task/2169/stat : 2169 (java) S 2162 2164 32317 0 -1 64 5 0 0 0 0 0 0 0 16 0 9 0 28422089 888512512 35174 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=2164/tid=2170] ppid=2162 vsize=867688 CPUtime=0
/proc/2164/task/2170/stat : 2170 (java) S 2162 2164 32317 0 -1 64 2 0 0 0 0 0 0 0 18 0 9 0 28422091 888512512 35174 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=2164/tid=2171] ppid=2162 vsize=867688 CPUtime=0.24
/proc/2164/task/2171/stat : 2171 (java) S 2162 2164 32317 0 -1 64 732 0 0 0 24 0 0 0 16 0 9 0 28422091 888512512 35174 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=2164/tid=2172] ppid=2162 vsize=867688 CPUtime=0
/proc/2164/task/2172/stat : 2172 (java) S 2162 2164 32317 0 -1 64 0 0 0 0 0 0 0 0 19 0 9 0 28422091 888512512 35174 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=2164/tid=2173] ppid=2162 vsize=867688 CPUtime=0
/proc/2164/task/2173/stat : 2173 (java) S 2162 2164 32317 0 -1 64 0 0 0 0 0 0 0 0 15 0 9 0 28422091 888512512 35174 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 12.56
Current children cumulated vsize (KiB) 867688

Solver just ended. Dumping a history of the last processes samples

[startup+15.9028 s]
/proc/loadavg: 2.20 2.05 2.01 3/91 2175
/proc/meminfo: memFree=1467784/2055920 swapFree=4192812/4192956
[pid=2164] ppid=2162 vsize=868336 CPUtime=15.72
/proc/2164/stat : 2164 (java) S 2162 2164 32317 0 -1 0 47760 3587 1 0 1158 259 152 3 18 0 10 0 28422086 889176064 41817 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/2164/statm: 217084 41817 2041 9 0 211542 0
[pid=2164/tid=2165] ppid=2162 vsize=868336 CPUtime=14.1
/proc/2164/task/2165/stat : 2165 (java) R 2162 2164 32317 0 -1 64 20708 3587 1 0 1009 246 152 3 18 0 10 0 28422087 889176064 41817 996147200 134512640 134550932 4294955968 18446744073709551615 4127215856 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=2164/tid=2167] ppid=2162 vsize=868336 CPUtime=2.83
/proc/2164/task/2167/stat : 2167 (java) S 2162 2164 32317 0 -1 64 25234 3587 0 0 119 9 152 3 16 0 10 0 28422089 889176064 41817 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=2164/tid=2168] ppid=2162 vsize=868336 CPUtime=1.55
/proc/2164/task/2168/stat : 2168 (java) S 2162 2164 32317 0 -1 64 16 3587 0 0 0 0 152 3 16 0 10 0 28422089 889176064 41817 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=2164/tid=2169] ppid=2162 vsize=868336 CPUtime=1.55
/proc/2164/task/2169/stat : 2169 (java) S 2162 2164 32317 0 -1 64 5 3587 0 0 0 0 152 3 16 0 10 0 28422089 889176064 41817 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=2164/tid=2170] ppid=2162 vsize=868336 CPUtime=1.55
/proc/2164/task/2170/stat : 2170 (java) S 2162 2164 32317 0 -1 64 2 3587 0 0 0 0 152 3 18 0 10 0 28422091 889176064 41817 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=2164/tid=2171] ppid=2162 vsize=868336 CPUtime=1.83
/proc/2164/task/2171/stat : 2171 (java) S 2162 2164 32317 0 -1 64 970 3587 0 0 28 0 152 3 15 0 10 0 28422091 889176064 41817 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=2164/tid=2172] ppid=2162 vsize=868336 CPUtime=1.55
/proc/2164/task/2172/stat : 2172 (java) S 2162 2164 32317 0 -1 64 0 3587 0 0 0 0 152 3 19 0 10 0 28422091 889176064 41817 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=2164/tid=2173] ppid=2162 vsize=868336 CPUtime=1.55
/proc/2164/task/2173/stat : 2173 (java) S 2162 2164 32317 0 -1 64 9 3587 0 0 0 0 152 3 15 0 10 0 28422091 889176064 41817 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 15.72
Current children cumulated vsize (KiB) 868336

[startup+17.503 s]
/proc/loadavg: 2.20 2.05 2.01 4/89 2177
/proc/meminfo: memFree=1481488/2055920 swapFree=4192812/4192956
[pid=2164] ppid=2162 vsize=868840 CPUtime=17.31
/proc/2164/stat : 2164 (java) S 2162 2164 32317 0 -1 0 66959 3712 1 0 1312 262 153 4 18 0 9 0 28422086 889692160 42061 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/2164/statm: 217210 42061 2089 9 0 211668 0
[pid=2164/tid=2165] ppid=2162 vsize=868840 CPUtime=15.45
/proc/2164/task/2165/stat : 2165 (java) R 2162 2164 32317 0 -1 64 27621 3712 1 0 1140 248 153 4 25 0 9 0 28422087 889692160 42061 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=2164/tid=2167] ppid=2162 vsize=868840 CPUtime=3.1
/proc/2164/task/2167/stat : 2167 (java) R 2162 2164 32317 0 -1 64 37506 3712 0 0 142 11 153 4 18 0 9 0 28422089 889692160 42061 996147200 134512640 134550932 4294955968 18446744073709551615 103731993 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=2164/tid=2168] ppid=2162 vsize=868840 CPUtime=1.57
/proc/2164/task/2168/stat : 2168 (java) S 2162 2164 32317 0 -1 64 16 3712 0 0 0 0 153 4 16 0 9 0 28422089 889692160 42061 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=2164/tid=2169] ppid=2162 vsize=868840 CPUtime=1.57
/proc/2164/task/2169/stat : 2169 (java) S 2162 2164 32317 0 -1 64 5 3712 0 0 0 0 153 4 16 0 9 0 28422089 889692160 42061 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=2164/tid=2170] ppid=2162 vsize=868840 CPUtime=1.57
/proc/2164/task/2170/stat : 2170 (java) S 2162 2164 32317 0 -1 64 2 3712 0 0 0 0 153 4 18 0 9 0 28422091 889692160 42061 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=2164/tid=2171] ppid=2162 vsize=868840 CPUtime=1.86
/proc/2164/task/2171/stat : 2171 (java) S 2162 2164 32317 0 -1 64 979 3712 0 0 29 0 153 4 15 0 9 0 28422091 889692160 42061 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=2164/tid=2172] ppid=2162 vsize=868840 CPUtime=1.57
/proc/2164/task/2172/stat : 2172 (java) S 2162 2164 32317 0 -1 64 0 3712 0 0 0 0 153 4 19 0 9 0 28422091 889692160 42061 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=2164/tid=2173] ppid=2162 vsize=868840 CPUtime=1.57
/proc/2164/task/2173/stat : 2173 (java) S 2162 2164 32317 0 -1 64 9 3712 0 0 0 0 153 4 15 0 9 0 28422091 889692160 42061 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 17.31
Current children cumulated vsize (KiB) 868840

[startup+17.9021 s]
/proc/loadavg: 2.20 2.05 2.01 4/89 2177
/proc/meminfo: memFree=1481488/2055920 swapFree=4192812/4192956
[pid=2164] ppid=2162 vsize=868840 CPUtime=17.71
/proc/2164/stat : 2164 (java) S 2162 2164 32317 0 -1 0 72886 3712 1 0 1351 263 153 4 18 0 9 0 28422086 889692160 42750 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/2164/statm: 217210 42750 2637 9 0 211668 0
[pid=2164/tid=2165] ppid=2162 vsize=868840 CPUtime=15.45
/proc/2164/task/2165/stat : 2165 (java) S 2162 2164 32317 0 -1 64 27621 3712 1 0 1140 248 153 4 25 0 9 0 28422087 889692160 42750 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=2164/tid=2167] ppid=2162 vsize=868840 CPUtime=3.49
/proc/2164/task/2167/stat : 2167 (java) R 2162 2164 32317 0 -1 64 43433 3712 0 0 180 12 153 4 21 0 9 0 28422089 889692160 42750 996147200 134512640 134550932 4294955968 18446744073709551615 102768049 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=2164/tid=2168] ppid=2162 vsize=868840 CPUtime=1.57
/proc/2164/task/2168/stat : 2168 (java) S 2162 2164 32317 0 -1 64 16 3712 0 0 0 0 153 4 16 0 9 0 28422089 889692160 42750 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=2164/tid=2169] ppid=2162 vsize=868840 CPUtime=1.57
/proc/2164/task/2169/stat : 2169 (java) S 2162 2164 32317 0 -1 64 5 3712 0 0 0 0 153 4 16 0 9 0 28422089 889692160 42750 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=2164/tid=2170] ppid=2162 vsize=868840 CPUtime=1.57
/proc/2164/task/2170/stat : 2170 (java) S 2162 2164 32317 0 -1 64 2 3712 0 0 0 0 153 4 18 0 9 0 28422091 889692160 42750 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=2164/tid=2171] ppid=2162 vsize=868840 CPUtime=1.86
/proc/2164/task/2171/stat : 2171 (java) S 2162 2164 32317 0 -1 64 979 3712 0 0 29 0 153 4 15 0 9 0 28422091 889692160 42750 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=2164/tid=2172] ppid=2162 vsize=868840 CPUtime=1.57
/proc/2164/task/2172/stat : 2172 (java) S 2162 2164 32317 0 -1 64 0 3712 0 0 0 0 153 4 19 0 9 0 28422091 889692160 42750 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=2164/tid=2173] ppid=2162 vsize=868840 CPUtime=1.57
/proc/2164/task/2173/stat : 2173 (java) S 2162 2164 32317 0 -1 64 9 3712 0 0 0 0 153 4 15 0 9 0 28422091 889692160 42750 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 17.71
Current children cumulated vsize (KiB) 868840

[startup+18.1021 s]
/proc/loadavg: 2.20 2.05 2.01 4/89 2177
/proc/meminfo: memFree=1481488/2055920 swapFree=4192812/4192956
[pid=2164] ppid=2162 vsize=868424 CPUtime=17.9
/proc/2164/stat : 2164 (java) S 2162 2164 32317 0 -1 0 77371 3712 1 0 1369 264 153 4 18 0 9 0 28422086 889266176 43576 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/2164/statm: 217106 43576 2662 9 0 211542 0
[pid=2164/tid=2165] ppid=2162 vsize=868424 CPUtime=15.57
/proc/2164/task/2165/stat : 2165 (java) R 2162 2164 32317 0 -1 64 31142 3712 1 0 1151 249 153 4 25 0 9 0 28422087 889266176 43576 996147200 134512640 134550932 4294955968 18446744073709551615 102639089 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=2164/tid=2167] ppid=2162 vsize=868424 CPUtime=3.52
/proc/2164/task/2167/stat : 2167 (java) S 2162 2164 32317 0 -1 64 44322 3712 0 0 183 12 153 4 22 0 9 0 28422089 889266176 43576 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=2164/tid=2168] ppid=2162 vsize=868424 CPUtime=1.57
/proc/2164/task/2168/stat : 2168 (java) S 2162 2164 32317 0 -1 64 21 3712 0 0 0 0 153 4 17 0 9 0 28422089 889266176 43576 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=2164/tid=2169] ppid=2162 vsize=868424 CPUtime=1.57
/proc/2164/task/2169/stat : 2169 (java) S 2162 2164 32317 0 -1 64 15 3712 0 0 0 0 153 4 16 0 9 0 28422089 889266176 43576 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=2164/tid=2170] ppid=2162 vsize=868424 CPUtime=1.57
/proc/2164/task/2170/stat : 2170 (java) S 2162 2164 32317 0 -1 64 2 3712 0 0 0 0 153 4 18 0 9 0 28422091 889266176 43576 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=2164/tid=2171] ppid=2162 vsize=868424 CPUtime=1.9
/proc/2164/task/2171/stat : 2171 (java) S 2162 2164 32317 0 -1 64 1039 3712 0 0 33 0 153 4 15 0 9 0 28422091 889266176 43576 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=2164/tid=2172] ppid=2162 vsize=868424 CPUtime=1.57
/proc/2164/task/2172/stat : 2172 (java) S 2162 2164 32317 0 -1 64 0 3712 0 0 0 0 153 4 19 0 9 0 28422091 889266176 43576 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=2164/tid=2173] ppid=2162 vsize=868424 CPUtime=1.57
/proc/2164/task/2173/stat : 2173 (java) S 2162 2164 32317 0 -1 64 9 3712 0 0 0 0 153 4 15 0 9 0 28422091 889266176 43576 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 17.9
Current children cumulated vsize (KiB) 868424

[startup+18.2021 s]
/proc/loadavg: 2.20 2.05 2.01 4/89 2177
/proc/meminfo: memFree=1481488/2055920 swapFree=4192812/4192956
[pid=2164] ppid=2162 vsize=0 CPUtime=17.99
/proc/2164/stat : 2164 (java) Z 2162 2164 32317 0 -1 12 79626 3712 1 0 1375 267 153 4 16 0 2 0 28422086 0 0 996147200 0 0 0 0 0 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/2164/statm: 0 0 0 0 0 0 0
Current children cumulated CPU time (s) 17.99
Current children cumulated vsize (KiB) 0

Child status: 0
Real time (s): 18.2031
CPU time (s): 18.0103
CPU user time (s): 15.2847
CPU system time (s): 2.72558
CPU usage (%): 98.9407
Max. virtual memory (cumulated for all children) (KiB): 887708

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 15.2847
system time used= 2.72558
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 83338
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= 2296
involuntary context switches= 2705

runsolver used 0.027995 second user time and 0.06399 second system time

The end

Launcher Data

Begin job on node13 at 2009-07-12 17:45:52
IDJOB=2097576
IDBENCH=57529
IDSOLVER=774
FILE ID=node13/2097576-1247413551
PBS_JOBID= 9510617
Free space on /tmp= 66292 MiB

SOLVER NAME= Abscon 112v4 ESAC
BENCH NAME= CPAI08/csp/super-queens/normalized-super-queens-9.xml
COMMAND LINE= java -Xms756M -Xmx756M -XX:PermSize=10m -XX:MaxPermSize=10m -cp abscon112V4.jar abscon.Resolution esac.xml 1 XSax BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-2097576-1247413551/watcher-2097576-1247413551 -o /tmp/evaluation-result-2097576-1247413551/solver-2097576-1247413551 -C 1800 -W 2000 -M 900  java -Xms756M -Xmx756M -XX:PermSize=10m -XX:MaxPermSize=10m -cp abscon112V4.jar abscon.Resolution esac.xml 1 XSax HOME/instance-2097576-1247413551.xml

TIME LIMIT= 1800 seconds
MEMORY LIMIT= 900 MiB
MAX NB THREAD= 0

MD5SUM BENCH= 18b7059da0498c17376d1b6f8b9dd1af
RANDOM SEED=1663127575

node13.alineos.net Linux 2.6.9-22.EL.rootsmp #1 SMP Mon Oct 3 08:59:52 CEST 2005

/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.241
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.241
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:       1642616 kB
Buffers:         41160 kB
Cached:         116260 kB
SwapCached:          0 kB
Active:         297916 kB
Inactive:        57524 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1642616 kB
SwapTotal:     4192956 kB
SwapFree:      4192812 kB
Dirty:            9732 kB
Writeback:           0 kB
Mapped:         218480 kB
Slab:            42600 kB
Committed_AS:  1014240 kB
PageTables:       2244 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= 66288 MiB
End job on node13 at 2009-07-12 17:46:10