Trace number 2097877

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 ACUNSAT 24.8292 25.1178

DiagnosticValue
CHECKS288310
NODES0

General information on the benchmark

Namecsp/fapp/fapp25/
normalized-fapp25-2230-1.xml
MD5SUMe8363e5dc8cf7056b9db7f8253bb821d
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 benchmark9.48056
Satisfiable
(Un)Satisfiability was proved
Number of variables2230
Number of constraints18971
Maximum constraint arity2
Maximum domain size302
Number of constraints which are defined in extension0
Number of constraints which are defined in intension18971
Global constraints used (with number of constraints)

Solver Data

0.01/0.09	
0.01/0.09	Abscon 112 (May, 2008)
0.19/0.24	
0.19/0.24	   configuration
0.19/0.24	     name=mac.xml
0.28/0.32	   
0.28/0.32	   instance
0.28/0.32	     name=HOME/instance-2097877-1247414134.xml
0.28/0.35	   
0.28/0.35	   domains being loaded...
0.39/0.41	   
0.39/0.41	   variables being loaded...
0.67/0.78	     nbVariables=2230  nbDomainTypes=21  minDomainSize=46  maxDomainSize=302  nbTotalValues=610084
0.67/0.78	       =>  wckTime=0.537  cpuTime=0.37  mem=30M368
0.67/0.78	   
0.67/0.78	   predicates being loaded...
0.78/0.84	   
0.78/0.84	   constraints being loaded...
20.69/20.98	   
20.69/20.98	   INFO : Stopping converting binary constraints (cpu=20.06, mem = 42M635)
23.74/24.03	     nbConstraints=11974  nbMergedConstraints=6997  nbConvertedConstraints=2665  nbConvertConstraintsChecks=52915095
23.74/24.03	     nbExtensionStructures=951  nbSharedExtensionStructures=2042  nbConflictsStructures=1054
23.74/24.03	     nbSharedConflictsStructures=2127  nbUnbuiltConflictsStructures=1822  nbSharedBinaryRepresentations=431128
23.74/24.04	     nbEvaluationManagers=1925  nbSharedEvaluationManagers=7384  minDegree=2  maxDegree=14  minArity=2  maxArity=2
23.74/24.04	     nbGenerators=0  nbFusions=0  symmetryWckTime=1.431  symmetryCpuTime=1.19
23.74/24.04	       =>  wckTime=23.795  cpuTime=22.62  mem=64M604
24.04/24.35	   
24.04/24.35	   solver IterativeSystematicSolver being built... 
24.54/24.82	       =>  wckTime=24.579  cpuTime=22.94  mem=87M569
24.73/25.04	   
24.73/25.04	   preprocessing
24.73/25.04	     nbConstraintChecks=288310  nbValidityChecks=5821  nbPropagations=33  nbRevisions=433  nbUselessRevisions=280
24.73/25.04	     nbRemovedValues=19518  detectedInconsistency=yes
24.73/25.04	       =>  wckTime=0.202  cpuTime=0.19  mem=88M525
24.73/25.04	   
24.73/25.04	   global
24.73/25.04	     nbConstraintChecks=288310  nbValidityChecks=5821  nbPropagations=33  nbRevisions=433  nbUselessRevisions=280
24.73/25.04	     nbRestartNogoods=0  solvingWckTime=0.205  solvingCpuTime=0.2  expiredTime=no  totalExploration=yes
24.73/25.04	     nbFoundSolutions=0  globalCpuTime=23.2
24.73/25.04	       =>  wckTime=24.799  cpuTime=23.15  mem=88M525
24.73/25.05	   
24.73/25.05	s UNSATISFIABLE
24.73/25.05	d NODES 0
24.73/25.05	d CHECKS 288310
24.73/25.05	   
24.73/25.05	   totalWckTime=24.863  totalCpuTime=23.2

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-2097877-1247414134/watcher-2097877-1247414134 -o /tmp/evaluation-result-2097877-1247414134/solver-2097877-1247414134 -C 1800 -W 2000 -M 900 java -Xms756M -Xmx756M -XX:PermSize=10m -XX:MaxPermSize=10m -cp abscon112V4.jar abscon.Resolution mac.xml 1 XSax HOME/instance-2097877-1247414134.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.13 2.05 2.01 4/80 30947
/proc/meminfo: memFree=1752664/2055920 swapFree=4192812/4192956
[pid=30947] ppid=30945 vsize=1616 CPUtime=0
/proc/30947/stat : 30947 (java) D 30945 30947 29325 0 -1 0 347 0 0 0 0 0 0 0 18 0 1 0 28479793 1654784 151 996147200 134512640 134550932 4294955968 18446744073709551615 12591908 0 2147483391 4096 0 18446744072099781622 0 0 17 1 0 0
/proc/30947/statm: 404 151 125 9 0 46 0
[pid=30947/tid=30948] ppid=30945 vsize=10676 CPUtime=0
/proc/30947/task/30948/stat : 30948 (java) R 30945 30947 29325 0 -1 64 0 0 0 0 0 0 0 0 19 0 2 0 28479794 10932224 474 996147200 134512640 134550932 4294955968 18446744073709551615 13438936 0 0 4096 0 0 0 0 -1 1 0 0

[startup+0.028899 s]
/proc/loadavg: 2.13 2.05 2.01 4/80 30947
/proc/meminfo: memFree=1752664/2055920 swapFree=4192812/4192956
[pid=30947] ppid=30945 vsize=861936 CPUtime=0.01
/proc/30947/stat : 30947 (java) S 30945 30947 29325 0 -1 0 1878 0 1 0 0 1 0 0 18 0 5 0 28479793 882622464 1563 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16784584 18446744073709551615 0 0 17 1 0 0
/proc/30947/statm: 215484 1563 686 9 0 210399 0
[pid=30947/tid=30948] ppid=30945 vsize=861936 CPUtime=0
/proc/30947/task/30948/stat : 30948 (java) S 30945 30947 29325 0 -1 64 1187 0 1 0 0 0 0 0 19 0 5 0 28479794 882622464 1563 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16784584 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 0.01
Current children cumulated vsize (KiB) 861936

[startup+0.102208 s]
/proc/loadavg: 2.13 2.05 2.01 4/80 30947
/proc/meminfo: memFree=1752664/2055920 swapFree=4192812/4192956
[pid=30947] ppid=30945 vsize=865984 CPUtime=0.08
/proc/30947/stat : 30947 (java) S 30945 30947 29325 0 -1 0 3773 0 1 0 6 2 0 0 18 0 9 0 28479793 886767616 3228 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/30947/statm: 216496 3228 1703 9 0 210981 0
[pid=30947/tid=30948] ppid=30945 vsize=865984 CPUtime=0.07
/proc/30947/task/30948/stat : 30948 (java) R 30945 30947 29325 0 -1 64 2864 0 1 0 6 1 0 0 18 0 9 0 28479794 886767616 3228 996147200 134512640 134550932 4294955968 18446744073709551615 104116199 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 0.08
Current children cumulated vsize (KiB) 865984

[startup+0.302238 s]
/proc/loadavg: 2.13 2.05 2.01 4/80 30947
/proc/meminfo: memFree=1752664/2055920 swapFree=4192812/4192956
[pid=30947] ppid=30945 vsize=866296 CPUtime=0.28
/proc/30947/stat : 30947 (java) S 30945 30947 29325 0 -1 0 5701 0 1 0 25 3 0 0 18 0 9 0 28479793 887087104 5104 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/30947/statm: 216574 5104 1927 9 0 211052 0
[pid=30947/tid=30948] ppid=30945 vsize=866296 CPUtime=0.24
/proc/30947/task/30948/stat : 30948 (java) R 30945 30947 29325 0 -1 64 4726 0 1 0 22 2 0 0 19 0 9 0 28479794 887087104 5104 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 2147483391 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 0.28
Current children cumulated vsize (KiB) 866296

[startup+0.701302 s]
/proc/loadavg: 2.13 2.05 2.01 4/80 30947
/proc/meminfo: memFree=1752664/2055920 swapFree=4192812/4192956
[pid=30947] ppid=30945 vsize=867112 CPUtime=0.67
/proc/30947/stat : 30947 (java) S 30945 30947 29325 0 -1 0 10258 0 1 0 61 6 0 0 18 0 9 0 28479793 887922688 9620 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/30947/statm: 216778 9620 1998 9 0 211236 0
[pid=30947/tid=30948] ppid=30945 vsize=867112 CPUtime=0.54
/proc/30947/task/30948/stat : 30948 (java) R 30945 30947 29325 0 -1 64 9066 0 1 0 49 5 0 0 20 0 9 0 28479794 887922688 9620 996147200 134512640 134550932 4294955968 18446744073709551615 4125950624 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 0.67
Current children cumulated vsize (KiB) 867112

[startup+1.50143 s]
/proc/loadavg: 2.13 2.05 2.01 3/89 30956
/proc/meminfo: memFree=1705232/2055920 swapFree=4192812/4192956
[pid=30947] ppid=30945 vsize=867540 CPUtime=1.47
/proc/30947/stat : 30947 (java) S 30945 30947 29325 0 -1 0 21720 0 1 0 134 13 0 0 18 0 9 0 28479793 888360960 21048 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/30947/statm: 216885 21048 2029 9 0 211343 0
[pid=30947/tid=30948] ppid=30945 vsize=867540 CPUtime=1.21
/proc/30947/task/30948/stat : 30948 (java) R 30945 30947 29325 0 -1 64 15786 0 1 0 111 10 0 0 25 0 9 0 28479794 888360960 21048 996147200 134512640 134550932 4294955968 18446744073709551615 102640587 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=30947/tid=30950] ppid=30945 vsize=867540 CPUtime=0.07
/proc/30947/task/30950/stat : 30950 (java) S 30945 30947 29325 0 -1 64 4583 0 0 0 5 2 0 0 16 0 9 0 28479795 888360960 21048 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=30947/tid=30951] ppid=30945 vsize=867540 CPUtime=0
/proc/30947/task/30951/stat : 30951 (java) S 30945 30947 29325 0 -1 64 16 0 0 0 0 0 0 0 16 0 9 0 28479796 888360960 21048 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=30947/tid=30952] ppid=30945 vsize=867540 CPUtime=0
/proc/30947/task/30952/stat : 30952 (java) S 30945 30947 29325 0 -1 64 5 0 0 0 0 0 0 0 16 0 9 0 28479796 888360960 21048 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=30947/tid=30953] ppid=30945 vsize=867540 CPUtime=0
/proc/30947/task/30953/stat : 30953 (java) S 30945 30947 29325 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 28479798 888360960 21048 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=30947/tid=30954] ppid=30945 vsize=867540 CPUtime=0.17
/proc/30947/task/30954/stat : 30954 (java) S 30945 30947 29325 0 -1 64 649 0 0 0 17 0 0 0 16 0 9 0 28479798 888360960 21048 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=30947/tid=30955] ppid=30945 vsize=867540 CPUtime=0
/proc/30947/task/30955/stat : 30955 (java) S 30945 30947 29325 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 28479798 888360960 21048 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=30947/tid=30956] ppid=30945 vsize=867540 CPUtime=0
/proc/30947/task/30956/stat : 30956 (java) S 30945 30947 29325 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 28479798 888360960 21048 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) 867540

[startup+3.10168 s]
/proc/loadavg: 2.12 2.05 2.01 3/89 30956
/proc/meminfo: memFree=1663632/2055920 swapFree=4192812/4192956
[pid=30947] ppid=30945 vsize=867540 CPUtime=3.06
/proc/30947/stat : 30947 (java) S 30945 30947 29325 0 -1 0 24889 0 1 0 291 15 0 0 18 0 9 0 28479793 888360960 24213 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/30947/statm: 216885 24213 2032 9 0 211343 0
[pid=30947/tid=30948] ppid=30945 vsize=867540 CPUtime=2.66
/proc/30947/task/30948/stat : 30948 (java) R 30945 30947 29325 0 -1 64 15826 0 1 0 256 10 0 0 25 0 9 0 28479794 888360960 24213 996147200 134512640 134550932 4294955968 18446744073709551615 4126931857 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=30947/tid=30950] ppid=30945 vsize=867540 CPUtime=0.16
/proc/30947/task/30950/stat : 30950 (java) S 30945 30947 29325 0 -1 64 7693 0 0 0 13 3 0 0 17 0 9 0 28479795 888360960 24213 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=30947/tid=30951] ppid=30945 vsize=867540 CPUtime=0
/proc/30947/task/30951/stat : 30951 (java) S 30945 30947 29325 0 -1 64 16 0 0 0 0 0 0 0 16 0 9 0 28479796 888360960 24213 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=30947/tid=30952] ppid=30945 vsize=867540 CPUtime=0
/proc/30947/task/30952/stat : 30952 (java) S 30945 30947 29325 0 -1 64 5 0 0 0 0 0 0 0 16 0 9 0 28479796 888360960 24213 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=30947/tid=30953] ppid=30945 vsize=867540 CPUtime=0
/proc/30947/task/30953/stat : 30953 (java) S 30945 30947 29325 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 28479798 888360960 24213 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=30947/tid=30954] ppid=30945 vsize=867540 CPUtime=0.2
/proc/30947/task/30954/stat : 30954 (java) S 30945 30947 29325 0 -1 64 668 0 0 0 20 0 0 0 15 0 9 0 28479798 888360960 24213 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=30947/tid=30955] ppid=30945 vsize=867540 CPUtime=0
/proc/30947/task/30955/stat : 30955 (java) S 30945 30947 29325 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 28479798 888360960 24213 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=30947/tid=30956] ppid=30945 vsize=867540 CPUtime=0
/proc/30947/task/30956/stat : 30956 (java) S 30945 30947 29325 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 28479798 888360960 24213 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) 867540

[startup+6.30119 s]
/proc/loadavg: 2.12 2.05 2.01 3/89 30956
/proc/meminfo: memFree=1663120/2055920 swapFree=4192812/4192956
[pid=30947] ppid=30945 vsize=867540 CPUtime=6.22
/proc/30947/stat : 30947 (java) S 30945 30947 29325 0 -1 0 24923 0 1 0 606 16 0 0 18 0 9 0 28479793 888360960 24243 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/30947/statm: 216885 24243 2032 9 0 211343 0
[pid=30947/tid=30948] ppid=30945 vsize=867540 CPUtime=5.8
/proc/30947/task/30948/stat : 30948 (java) R 30945 30947 29325 0 -1 64 15831 0 1 0 569 11 0 0 25 0 9 0 28479794 888360960 24243 996147200 134512640 134550932 4294955968 18446744073709551615 4126961990 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=30947/tid=30950] ppid=30945 vsize=867540 CPUtime=0.16
/proc/30947/task/30950/stat : 30950 (java) S 30945 30947 29325 0 -1 64 7693 0 0 0 13 3 0 0 17 0 9 0 28479795 888360960 24243 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=30947/tid=30951] ppid=30945 vsize=867540 CPUtime=0
/proc/30947/task/30951/stat : 30951 (java) S 30945 30947 29325 0 -1 64 16 0 0 0 0 0 0 0 16 0 9 0 28479796 888360960 24243 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=30947/tid=30952] ppid=30945 vsize=867540 CPUtime=0
/proc/30947/task/30952/stat : 30952 (java) S 30945 30947 29325 0 -1 64 5 0 0 0 0 0 0 0 16 0 9 0 28479796 888360960 24243 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=30947/tid=30953] ppid=30945 vsize=867540 CPUtime=0
/proc/30947/task/30953/stat : 30953 (java) S 30945 30947 29325 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 28479798 888360960 24243 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=30947/tid=30954] ppid=30945 vsize=867540 CPUtime=0.23
/proc/30947/task/30954/stat : 30954 (java) S 30945 30947 29325 0 -1 64 697 0 0 0 23 0 0 0 15 0 9 0 28479798 888360960 24243 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=30947/tid=30955] ppid=30945 vsize=867540 CPUtime=0
/proc/30947/task/30955/stat : 30955 (java) S 30945 30947 29325 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 28479798 888360960 24243 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=30947/tid=30956] ppid=30945 vsize=867540 CPUtime=0
/proc/30947/task/30956/stat : 30956 (java) S 30945 30947 29325 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 28479798 888360960 24243 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) 867540

[startup+12.7012 s]
/proc/loadavg: 2.02 2.03 2.01 2/79 30958
/proc/meminfo: memFree=1737192/2055920 swapFree=4192812/4192956
[pid=30947] ppid=30945 vsize=867540 CPUtime=12.56
/proc/30947/stat : 30947 (java) S 30945 30947 29325 0 -1 0 24933 0 1 0 1237 19 0 0 18 0 9 0 28479793 888360960 24251 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/30947/statm: 216885 24251 2032 9 0 211343 0
[pid=30947/tid=30948] ppid=30945 vsize=867540 CPUtime=12.13
/proc/30947/task/30948/stat : 30948 (java) R 30945 30947 29325 0 -1 64 15833 0 1 0 1199 14 0 0 25 0 9 0 28479794 888360960 24251 996147200 134512640 134550932 4294955968 18446744073709551615 4126962103 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=30947/tid=30950] ppid=30945 vsize=867540 CPUtime=0.16
/proc/30947/task/30950/stat : 30950 (java) S 30945 30947 29325 0 -1 64 7693 0 0 0 13 3 0 0 16 0 9 0 28479795 888360960 24251 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=30947/tid=30951] ppid=30945 vsize=867540 CPUtime=0
/proc/30947/task/30951/stat : 30951 (java) S 30945 30947 29325 0 -1 64 16 0 0 0 0 0 0 0 16 0 9 0 28479796 888360960 24251 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=30947/tid=30952] ppid=30945 vsize=867540 CPUtime=0
/proc/30947/task/30952/stat : 30952 (java) S 30945 30947 29325 0 -1 64 5 0 0 0 0 0 0 0 16 0 9 0 28479796 888360960 24251 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=30947/tid=30953] ppid=30945 vsize=867540 CPUtime=0
/proc/30947/task/30953/stat : 30953 (java) S 30945 30947 29325 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 28479798 888360960 24251 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=30947/tid=30954] ppid=30945 vsize=867540 CPUtime=0.24
/proc/30947/task/30954/stat : 30954 (java) S 30945 30947 29325 0 -1 64 705 0 0 0 24 0 0 0 16 0 9 0 28479798 888360960 24251 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=30947/tid=30955] ppid=30945 vsize=867540 CPUtime=0
/proc/30947/task/30955/stat : 30955 (java) S 30945 30947 29325 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 28479798 888360960 24251 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=30947/tid=30956] ppid=30945 vsize=867540 CPUtime=0
/proc/30947/task/30956/stat : 30956 (java) S 30945 30947 29325 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 28479798 888360960 24251 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) 867540

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

[startup+19.1022 s]
/proc/loadavg: 2.10 2.05 2.01 3/89 30993
/proc/meminfo: memFree=1618456/2055920 swapFree=4192812/4192956
[pid=30947] ppid=30945 vsize=867540 CPUtime=18.9
/proc/30947/stat : 30947 (java) S 30945 30947 29325 0 -1 0 26500 0 1 0 1865 25 0 0 18 0 9 0 28479793 888360960 25816 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/30947/statm: 216885 25816 2032 9 0 211343 0
[pid=30947/tid=30948] ppid=30945 vsize=867540 CPUtime=18.35
/proc/30947/task/30948/stat : 30948 (java) R 30945 30947 29325 0 -1 64 15837 0 1 0 1816 19 0 0 25 0 9 0 28479794 888360960 25816 996147200 134512640 134550932 4294955968 18446744073709551615 4126962103 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=30947/tid=30950] ppid=30945 vsize=867540 CPUtime=0.25
/proc/30947/task/30950/stat : 30950 (java) S 30945 30947 29325 0 -1 64 9242 0 0 0 21 4 0 0 16 0 9 0 28479795 888360960 25816 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=30947/tid=30951] ppid=30945 vsize=867540 CPUtime=0
/proc/30947/task/30951/stat : 30951 (java) S 30945 30947 29325 0 -1 64 16 0 0 0 0 0 0 0 16 0 9 0 28479796 888360960 25816 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=30947/tid=30952] ppid=30945 vsize=867540 CPUtime=0
/proc/30947/task/30952/stat : 30952 (java) S 30945 30947 29325 0 -1 64 5 0 0 0 0 0 0 0 16 0 9 0 28479796 888360960 25816 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=30947/tid=30953] ppid=30945 vsize=867540 CPUtime=0
/proc/30947/task/30953/stat : 30953 (java) S 30945 30947 29325 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 28479798 888360960 25816 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=30947/tid=30954] ppid=30945 vsize=867540 CPUtime=0.27
/proc/30947/task/30954/stat : 30954 (java) S 30945 30947 29325 0 -1 64 719 0 0 0 27 0 0 0 17 0 9 0 28479798 888360960 25816 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=30947/tid=30955] ppid=30945 vsize=867540 CPUtime=0
/proc/30947/task/30955/stat : 30955 (java) S 30945 30947 29325 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 28479798 888360960 25816 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=30947/tid=30956] ppid=30945 vsize=867540 CPUtime=0
/proc/30947/task/30956/stat : 30956 (java) S 30945 30947 29325 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 28479798 888360960 25816 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 18.9
Current children cumulated vsize (KiB) 867540

[startup+22.3018 s]
/proc/loadavg: 2.09 2.05 2.01 3/89 30993
/proc/meminfo: memFree=1605976/2055920 swapFree=4192812/4192956
[pid=30947] ppid=30945 vsize=867540 CPUtime=22.07
/proc/30947/stat : 30947 (java) S 30945 30947 29325 0 -1 0 27996 0 1 0 2180 27 0 0 18 0 9 0 28479793 888360960 27310 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/30947/statm: 216885 27310 2033 9 0 211343 0
[pid=30947/tid=30948] ppid=30945 vsize=867540 CPUtime=21.42
/proc/30947/task/30948/stat : 30948 (java) R 30945 30947 29325 0 -1 64 15840 0 1 0 2121 21 0 0 25 0 9 0 28479794 888360960 27310 996147200 134512640 134550932 4294955968 18446744073709551615 101450624 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=30947/tid=30950] ppid=30945 vsize=867540 CPUtime=0.33
/proc/30947/task/30950/stat : 30950 (java) S 30945 30947 29325 0 -1 64 10723 0 0 0 29 4 0 0 16 0 9 0 28479795 888360960 27310 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=30947/tid=30951] ppid=30945 vsize=867540 CPUtime=0
/proc/30947/task/30951/stat : 30951 (java) S 30945 30947 29325 0 -1 64 16 0 0 0 0 0 0 0 16 0 9 0 28479796 888360960 27310 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=30947/tid=30952] ppid=30945 vsize=867540 CPUtime=0
/proc/30947/task/30952/stat : 30952 (java) S 30945 30947 29325 0 -1 64 5 0 0 0 0 0 0 0 16 0 9 0 28479796 888360960 27310 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=30947/tid=30953] ppid=30945 vsize=867540 CPUtime=0
/proc/30947/task/30953/stat : 30953 (java) S 30945 30947 29325 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 28479798 888360960 27310 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=30947/tid=30954] ppid=30945 vsize=867540 CPUtime=0.3
/proc/30947/task/30954/stat : 30954 (java) S 30945 30947 29325 0 -1 64 731 0 0 0 29 1 0 0 15 0 9 0 28479798 888360960 27310 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=30947/tid=30955] ppid=30945 vsize=867540 CPUtime=0
/proc/30947/task/30955/stat : 30955 (java) S 30945 30947 29325 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 28479798 888360960 27310 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=30947/tid=30956] ppid=30945 vsize=867540 CPUtime=0
/proc/30947/task/30956/stat : 30956 (java) S 30945 30947 29325 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 28479798 888360960 27310 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 22.07
Current children cumulated vsize (KiB) 867540

[startup+23.903 s]
/proc/loadavg: 2.09 2.05 2.01 4/91 30997
/proc/meminfo: memFree=1600136/2055920 swapFree=4192812/4192956
[pid=30947] ppid=30945 vsize=867864 CPUtime=23.65
/proc/30947/stat : 30947 (java) S 30945 30947 29325 0 -1 0 31743 851 1 0 2319 30 15 1 18 0 9 0 28479793 888692736 28516 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/30947/statm: 216966 28516 2045 9 0 211424 0
[pid=30947/tid=30948] ppid=30945 vsize=867864 CPUtime=22.86
/proc/30947/task/30948/stat : 30948 (java) R 30945 30947 29325 0 -1 64 18096 851 1 0 2249 21 15 1 25 0 9 0 28479794 888692736 28516 996147200 134512640 134550932 4294955968 18446744073709551615 4127296673 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=30947/tid=30950] ppid=30945 vsize=867864 CPUtime=0.58
/proc/30947/task/30950/stat : 30950 (java) S 30945 30947 29325 0 -1 64 11936 851 0 0 37 5 15 1 16 0 9 0 28479795 888692736 28516 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=30947/tid=30951] ppid=30945 vsize=867864 CPUtime=0.16
/proc/30947/task/30951/stat : 30951 (java) S 30945 30947 29325 0 -1 64 16 851 0 0 0 0 15 1 16 0 9 0 28479796 888692736 28516 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=30947/tid=30952] ppid=30945 vsize=867864 CPUtime=0.16
/proc/30947/task/30952/stat : 30952 (java) S 30945 30947 29325 0 -1 64 5 851 0 0 0 0 15 1 16 0 9 0 28479796 888692736 28516 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=30947/tid=30953] ppid=30945 vsize=867864 CPUtime=0.16
/proc/30947/task/30953/stat : 30953 (java) S 30945 30947 29325 0 -1 64 1 851 0 0 0 0 15 1 18 0 9 0 28479798 888692736 28516 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=30947/tid=30954] ppid=30945 vsize=867864 CPUtime=0.49
/proc/30947/task/30954/stat : 30954 (java) S 30945 30947 29325 0 -1 64 867 851 0 0 32 1 15 1 15 0 9 0 28479798 888692736 28516 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=30947/tid=30955] ppid=30945 vsize=867864 CPUtime=0.16
/proc/30947/task/30955/stat : 30955 (java) S 30945 30947 29325 0 -1 64 1 851 0 0 0 0 15 1 19 0 9 0 28479798 888692736 28516 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=30947/tid=30956] ppid=30945 vsize=867864 CPUtime=0.16
/proc/30947/task/30956/stat : 30956 (java) S 30945 30947 29325 0 -1 64 13 851 0 0 0 0 15 1 15 0 9 0 28479798 888692736 28516 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 23.65
Current children cumulated vsize (KiB) 867864

[startup+24.7055 s]
/proc/loadavg: 2.09 2.05 2.01 4/89 30997
/proc/meminfo: memFree=1600720/2055920 swapFree=4192812/4192956
[pid=30947] ppid=30945 vsize=867952 CPUtime=24.44
/proc/30947/stat : 30947 (java) S 30945 30947 29325 0 -1 0 59427 851 1 0 2392 36 15 1 18 0 9 0 28479793 888782848 33427 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/30947/statm: 216988 33427 2661 9 0 211424 0
[pid=30947/tid=30948] ppid=30945 vsize=867952 CPUtime=23.26
/proc/30947/task/30948/stat : 30948 (java) R 30945 30947 29325 0 -1 64 29528 851 1 0 2287 23 15 1 25 0 9 0 28479794 888782848 33427 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=30947/tid=30950] ppid=30945 vsize=867952 CPUtime=0.92
/proc/30947/task/30950/stat : 30950 (java) S 30945 30947 29325 0 -1 64 28106 851 0 0 67 9 15 1 16 0 9 0 28479795 888782848 33427 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=30947/tid=30951] ppid=30945 vsize=867952 CPUtime=0.16
/proc/30947/task/30951/stat : 30951 (java) S 30945 30947 29325 0 -1 64 20 851 0 0 0 0 15 1 16 0 9 0 28479796 888782848 33427 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=30947/tid=30952] ppid=30945 vsize=867952 CPUtime=0.16
/proc/30947/task/30952/stat : 30952 (java) S 30945 30947 29325 0 -1 64 23 851 0 0 0 0 15 1 15 0 9 0 28479796 888782848 33427 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=30947/tid=30953] ppid=30945 vsize=867952 CPUtime=0.16
/proc/30947/task/30953/stat : 30953 (java) S 30945 30947 29325 0 -1 64 1 851 0 0 0 0 15 1 18 0 9 0 28479798 888782848 33427 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=30947/tid=30954] ppid=30945 vsize=867952 CPUtime=0.54
/proc/30947/task/30954/stat : 30954 (java) S 30945 30947 29325 0 -1 64 927 851 0 0 37 1 15 1 15 0 9 0 28479798 888782848 33427 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=30947/tid=30955] ppid=30945 vsize=867952 CPUtime=0.16
/proc/30947/task/30955/stat : 30955 (java) S 30945 30947 29325 0 -1 64 1 851 0 0 0 0 15 1 19 0 9 0 28479798 888782848 33427 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=30947/tid=30956] ppid=30945 vsize=867952 CPUtime=0.16
/proc/30947/task/30956/stat : 30956 (java) S 30945 30947 29325 0 -1 64 13 851 0 0 0 0 15 1 15 0 9 0 28479798 888782848 33427 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 24.44
Current children cumulated vsize (KiB) 867952

[startup+25.1028 s]
/proc/loadavg: 2.09 2.05 2.01 4/89 30997
/proc/meminfo: memFree=1600720/2055920 swapFree=4192812/4192956
[pid=30947] ppid=30945 vsize=0 CPUtime=24.79
/proc/30947/stat : 30947 (java) Z 30945 30947 29325 0 -1 12 65241 851 1 0 2424 39 15 1 16 0 2 0 28479793 0 0 996147200 0 0 0 0 0 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/30947/statm: 0 0 0 0 0 0 0
Current children cumulated CPU time (s) 24.79
Current children cumulated vsize (KiB) 0

Child status: 0
Real time (s): 25.1178
CPU time (s): 24.8292
CPU user time (s): 24.3973
CPU system time (s): 0.431934
CPU usage (%): 98.8512
Max. virtual memory (cumulated for all children) (KiB): 870268

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 24.3973
system time used= 0.431934
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 66092
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= 2398
involuntary context switches= 3051

runsolver used 0.036994 second user time and 0.094985 second system time

The end

Launcher Data

Begin job on node26 at 2009-07-12 17:55:35
IDJOB=2097877
IDBENCH=57916
IDSOLVER=773
FILE ID=node26/2097877-1247414134
PBS_JOBID= 9510591
Free space on /tmp= 66392 MiB

SOLVER NAME= Abscon 112v4 AC
BENCH NAME= CPAI08/csp/fapp/fapp25/normalized-fapp25-2230-1.xml
COMMAND LINE= java -Xms756M -Xmx756M -XX:PermSize=10m -XX:MaxPermSize=10m -cp abscon112V4.jar abscon.Resolution mac.xml 1 XSax BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-2097877-1247414134/watcher-2097877-1247414134 -o /tmp/evaluation-result-2097877-1247414134/solver-2097877-1247414134 -C 1800 -W 2000 -M 900  java -Xms756M -Xmx756M -XX:PermSize=10m -XX:MaxPermSize=10m -cp abscon112V4.jar abscon.Resolution mac.xml 1 XSax HOME/instance-2097877-1247414134.xml

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

MD5SUM BENCH= e8363e5dc8cf7056b9db7f8253bb821d
RANDOM SEED=810931870

node26.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.281
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.281
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:       1753144 kB
Buffers:         37444 kB
Cached:         119636 kB
SwapCached:          0 kB
Active:         157876 kB
Inactive:        89824 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1753144 kB
SwapTotal:     4192956 kB
SwapFree:      4192812 kB
Dirty:            4804 kB
Writeback:           0 kB
Mapped:         111060 kB
Slab:            40156 kB
Committed_AS:   988860 kB
PageTables:       1904 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= 66384 MiB
End job on node26 at 2009-07-12 17:56:00