Trace number 2095561

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 28.8736 28.9288

DiagnosticValue
CHECKS27699300
NODES16325

General information on the benchmark

Namecsp/golombRulerArity4/
normalized-ruler-34-9-a4.xml
MD5SUM947bd0bb99890d45969905fa1e7cd20f
Bench CategoryN-ARY-INT (n-ary constraints in intension)
Best result obtained on this benchmarkUNSAT
Best CPU time to get the best result obtained on this benchmark4.18136
Satisfiable
(Un)Satisfiability was proved
Number of variables9
Number of constraints582
Maximum constraint arity4
Maximum domain size35
Number of constraints which are defined in extension0
Number of constraints which are defined in intension582
Global constraints used (with number of constraints)

Solver Data

0.00/0.08	
0.00/0.08	Abscon 112 (May, 2008)
0.18/0.24	
0.18/0.24	   configuration
0.18/0.24	     name=mac.xml
0.18/0.27	   
0.18/0.27	   instance
0.18/0.27	     name=HOME/instance-2095561-1247407761.xml
0.29/0.31	   
0.29/0.31	   domains being loaded...
0.29/0.32	   
0.29/0.32	   variables being loaded...
0.29/0.34	     nbVariables=9  nbDomainTypes=1  minDomainSize=35  maxDomainSize=35  nbTotalValues=315
0.29/0.34	       =>  wckTime=0.1  cpuTime=0.08  mem=7M892
0.29/0.34	   
0.29/0.34	   predicates being loaded...
0.38/0.40	   
0.38/0.40	   constraints being loaded...
0.68/0.73	     nbConstraints=247  nbGlobalConstraints=1  nbMergedConstraints=336  nbConvertedConstraints=36
0.68/0.73	     nbConvertConstraintsChecks=1225  nbExtensionStructures=1  nbSharedExtensionStructures=35  nbConflictsStructures=1
0.68/0.73	     nbSharedConflictsStructures=35  nbUnbuiltConflictsStructures=2  nbSharedBinaryRepresentations=1
0.68/0.73	     nbEvaluationManagers=2  nbSharedEvaluationManagers=208  minDegree=93  maxDegree=93  minArity=2  avgArity=3.39
0.68/0.73	     maxArity=9  nbGenerators=0  nbFusions=0  symmetryWckTime=0.06  symmetryCpuTime=0.04  nbCliques=1
0.68/0.73	       =>  wckTime=0.488  cpuTime=0.35  mem=18M726
0.68/0.78	   
0.68/0.78	   solver IterativeSystematicSolver being built... 
0.77/0.87	   
0.77/0.87	   INFO : Forward propagation technique limited 
0.88/0.92	       =>  wckTime=0.682  cpuTime=0.47  mem=22M845
0.88/0.97	   
0.88/0.97	   preprocessing
0.88/0.97	     nbConstraintChecks=30321  nbValidityChecks=24296  nbPropagations=17  nbRevisions=1250  nbUselessRevisions=1178
0.88/0.97	     nbRemovedValues=72  detectedInconsistency=no
0.88/0.97	       =>  wckTime=0.048  cpuTime=0.03  mem=22M845
1.67/1.74	   
1.67/1.74	   INFO : Stopping use of transposition table (mapSize=101, nbTooLargekeys=0, mem=23M886)
28.76/28.88	   
28.76/28.88	   search
28.76/28.88	     run=15  nbConstraintChecks=27668997  nbValidityChecks=52403467  minDepth=0  maxDepth=5  nbPropagations=284179
28.76/28.88	     nbRevisions=28444889  nbUselessRevisions=27492009  nbAssignments=16325  nbFailedAssignments=10795
28.76/28.88	     nbBacktracks=5472  nbVisitedNodes=31582  nbRestartNogoods=152  nbSEliminables=0  nbREliminables=0
28.76/28.88	     nbIEliminables=5.06  nbDEliminables=0  nbPEliminables=0
28.76/28.88	       =>  wckTime=27.956  cpuTime=27.85  mem=23M886
28.76/28.88	   
28.76/28.88	   global
28.76/28.88	     nbConstraintChecks=27699318  nbValidityChecks=52427763  nbPropagations=284196  nbRevisions=28446139
28.76/28.88	     nbUselessRevisions=27493187  nbRestartNogoods=152  solvingWckTime=27.958  solvingCpuTime=27.85  expiredTime=no
28.76/28.88	     totalExploration=yes  nbFoundSolutions=0  globalCpuTime=28.37
28.76/28.88	       =>  wckTime=28.642  cpuTime=28.32  mem=23M886
28.76/28.88	   
28.76/28.88	s UNSATISFIABLE
28.76/28.88	d NODES 16325
28.76/28.88	d CHECKS 27699318
28.76/28.88	   
28.76/28.88	   totalWckTime=28.708  totalCpuTime=28.37

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-2095561-1247407761/watcher-2095561-1247407761 -o /tmp/evaluation-result-2095561-1247407761/solver-2095561-1247407761 -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-2095561-1247407761.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.07 2.02 2.00 4/81 859
/proc/meminfo: memFree=1745800/2055920 swapFree=4192812/4192956
[pid=859] ppid=857 vsize=152 CPUtime=0
/proc/859/stat : 859 (java) R 857 859 31337 0 -1 0 205 0 0 0 0 0 0 0 21 0 1 0 27841475 155648 26 996147200 134512640 134550932 4294955968 18446744073709551615 6787876 0 0 4096 0 0 0 0 17 0 0 0
/proc/859/statm: 38 26 19 9 0 4 0

[startup+0.0850509 s]
/proc/loadavg: 2.07 2.02 2.00 4/81 859
/proc/meminfo: memFree=1745800/2055920 swapFree=4192812/4192956
[pid=859] ppid=857 vsize=865980 CPUtime=0.07
/proc/859/stat : 859 (java) S 857 859 31337 0 -1 0 3661 0 1 0 6 1 0 0 21 0 9 0 27841475 886763520 3144 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/859/statm: 216495 3145 1680 9 0 210980 0
Current children cumulated CPU time (s) 0.07
Current children cumulated vsize (KiB) 865980

[startup+0.10105 s]
/proc/loadavg: 2.07 2.02 2.00 4/81 859
/proc/meminfo: memFree=1745800/2055920 swapFree=4192812/4192956
[pid=859] ppid=857 vsize=865980 CPUtime=0.09
/proc/859/stat : 859 (java) S 857 859 31337 0 -1 0 3806 0 1 0 7 2 0 0 21 0 9 0 27841475 886763520 3257 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/859/statm: 216495 3257 1718 9 0 210980 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 865980

[startup+0.301087 s]
/proc/loadavg: 2.07 2.02 2.00 4/81 859
/proc/meminfo: memFree=1745800/2055920 swapFree=4192812/4192956
[pid=859] ppid=857 vsize=866380 CPUtime=0.29
/proc/859/stat : 859 (java) S 857 859 31337 0 -1 0 6091 0 1 0 25 4 0 0 21 0 9 0 27841475 887173120 5457 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/859/statm: 216595 5457 1987 9 0 211053 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 866380

[startup+0.70116 s]
/proc/loadavg: 2.07 2.02 2.00 4/81 859
/proc/meminfo: memFree=1745800/2055920 swapFree=4192812/4192956
[pid=859] ppid=857 vsize=867588 CPUtime=0.68
/proc/859/stat : 859 (java) S 857 859 31337 0 -1 0 8985 0 1 0 61 7 0 0 21 0 10 0 27841475 888410112 8321 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/859/statm: 216897 8321 2042 9 0 211333 0
Current children cumulated CPU time (s) 0.68
Current children cumulated vsize (KiB) 867588

[startup+1.5023 s]
/proc/loadavg: 2.06 2.02 2.00 3/90 872
/proc/meminfo: memFree=1711168/2055920 swapFree=4192812/4192956
[pid=859] ppid=857 vsize=867912 CPUtime=1.47
/proc/859/stat : 859 (java) S 857 859 31337 0 -1 0 17408 291 1 0 137 10 0 0 21 0 9 0 27841475 888741888 11251 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/859/statm: 216978 11251 2658 9 0 211414 0
[pid=859/tid=861] ppid=857 vsize=867912 CPUtime=1.19
/proc/859/task/861/stat : 861 (java) R 857 859 31337 0 -1 64 12657 291 1 0 112 7 0 0 25 0 9 0 27841476 888741888 11251 996147200 134512640 134550932 4294955968 18446744073709551615 4126973223 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=859/tid=862] ppid=857 vsize=867912 CPUtime=0.04
/proc/859/task/862/stat : 862 (java) S 857 859 31337 0 -1 64 3182 291 0 0 4 0 0 0 16 0 9 0 27841477 888741888 11251 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=859/tid=863] ppid=857 vsize=867912 CPUtime=0
/proc/859/task/863/stat : 863 (java) S 857 859 31337 0 -1 64 18 291 0 0 0 0 0 0 16 0 9 0 27841478 888741888 11251 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=859/tid=864] ppid=857 vsize=867912 CPUtime=0
/proc/859/task/864/stat : 864 (java) S 857 859 31337 0 -1 64 11 291 0 0 0 0 0 0 15 0 9 0 27841478 888741888 11251 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=859/tid=865] ppid=857 vsize=867912 CPUtime=0
/proc/859/task/865/stat : 865 (java) S 857 859 31337 0 -1 64 0 291 0 0 0 0 0 0 25 0 9 0 27841480 888741888 11251 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=859/tid=866] ppid=857 vsize=867912 CPUtime=0.21
/proc/859/task/866/stat : 866 (java) S 857 859 31337 0 -1 64 736 291 0 0 21 0 0 0 15 0 9 0 27841480 888741888 11251 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=859/tid=867] ppid=857 vsize=867912 CPUtime=0
/proc/859/task/867/stat : 867 (java) S 857 859 31337 0 -1 64 1 291 0 0 0 0 0 0 25 0 9 0 27841480 888741888 11251 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=859/tid=868] ppid=857 vsize=867912 CPUtime=0
/proc/859/task/868/stat : 868 (java) S 857 859 31337 0 -1 64 7 291 0 0 0 0 0 0 15 0 9 0 27841480 888741888 11251 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1.47
Current children cumulated vsize (KiB) 867912

[startup+3.1016 s]
/proc/loadavg: 2.06 2.02 2.00 3/90 872
/proc/meminfo: memFree=1710848/2055920 swapFree=4192812/4192956
[pid=859] ppid=857 vsize=867912 CPUtime=3.07
/proc/859/stat : 859 (java) S 857 859 31337 0 -1 0 17438 291 1 0 297 10 0 0 21 0 9 0 27841475 888741888 11278 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/859/statm: 216978 11278 2658 9 0 211414 0
[pid=859/tid=861] ppid=857 vsize=867912 CPUtime=2.76
/proc/859/task/861/stat : 861 (java) R 857 859 31337 0 -1 64 12664 291 1 0 269 7 0 0 25 0 9 0 27841476 888741888 11278 996147200 134512640 134550932 4294955968 18446744073709551615 4126963301 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=859/tid=862] ppid=857 vsize=867912 CPUtime=0.04
/proc/859/task/862/stat : 862 (java) S 857 859 31337 0 -1 64 3183 291 0 0 4 0 0 0 17 0 9 0 27841477 888741888 11278 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=859/tid=863] ppid=857 vsize=867912 CPUtime=0
/proc/859/task/863/stat : 863 (java) S 857 859 31337 0 -1 64 18 291 0 0 0 0 0 0 16 0 9 0 27841478 888741888 11278 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=859/tid=864] ppid=857 vsize=867912 CPUtime=0
/proc/859/task/864/stat : 864 (java) S 857 859 31337 0 -1 64 11 291 0 0 0 0 0 0 15 0 9 0 27841478 888741888 11278 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=859/tid=865] ppid=857 vsize=867912 CPUtime=0
/proc/859/task/865/stat : 865 (java) S 857 859 31337 0 -1 64 0 291 0 0 0 0 0 0 25 0 9 0 27841480 888741888 11278 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=859/tid=866] ppid=857 vsize=867912 CPUtime=0.23
/proc/859/task/866/stat : 866 (java) S 857 859 31337 0 -1 64 758 291 0 0 23 0 0 0 15 0 9 0 27841480 888741888 11278 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=859/tid=867] ppid=857 vsize=867912 CPUtime=0
/proc/859/task/867/stat : 867 (java) S 857 859 31337 0 -1 64 1 291 0 0 0 0 0 0 25 0 9 0 27841480 888741888 11278 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=859/tid=868] ppid=857 vsize=867912 CPUtime=0
/proc/859/task/868/stat : 868 (java) S 857 859 31337 0 -1 64 7 291 0 0 0 0 0 0 15 0 9 0 27841480 888741888 11278 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 3.07
Current children cumulated vsize (KiB) 867912

[startup+6.30218 s]
/proc/loadavg: 2.06 2.02 2.00 3/90 872
/proc/meminfo: memFree=1710656/2055920 swapFree=4192812/4192956
[pid=859] ppid=857 vsize=867912 CPUtime=6.27
/proc/859/stat : 859 (java) S 857 859 31337 0 -1 0 17463 291 1 0 617 10 0 0 21 0 9 0 27841475 888741888 11291 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/859/statm: 216978 11291 2658 9 0 211414 0
[pid=859/tid=861] ppid=857 vsize=867912 CPUtime=5.94
/proc/859/task/861/stat : 861 (java) R 857 859 31337 0 -1 64 12667 291 1 0 587 7 0 0 25 0 9 0 27841476 888741888 11291 996147200 134512640 134550932 4294955968 18446744073709551615 4126959063 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=859/tid=862] ppid=857 vsize=867912 CPUtime=0.04
/proc/859/task/862/stat : 862 (java) S 857 859 31337 0 -1 64 3183 291 0 0 4 0 0 0 17 0 9 0 27841477 888741888 11291 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=859/tid=863] ppid=857 vsize=867912 CPUtime=0
/proc/859/task/863/stat : 863 (java) S 857 859 31337 0 -1 64 18 291 0 0 0 0 0 0 16 0 9 0 27841478 888741888 11291 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=859/tid=864] ppid=857 vsize=867912 CPUtime=0
/proc/859/task/864/stat : 864 (java) S 857 859 31337 0 -1 64 11 291 0 0 0 0 0 0 15 0 9 0 27841478 888741888 11291 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=859/tid=865] ppid=857 vsize=867912 CPUtime=0
/proc/859/task/865/stat : 865 (java) S 857 859 31337 0 -1 64 0 291 0 0 0 0 0 0 25 0 9 0 27841480 888741888 11291 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=859/tid=866] ppid=857 vsize=867912 CPUtime=0.25
/proc/859/task/866/stat : 866 (java) S 857 859 31337 0 -1 64 771 291 0 0 25 0 0 0 16 0 9 0 27841480 888741888 11291 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=859/tid=867] ppid=857 vsize=867912 CPUtime=0
/proc/859/task/867/stat : 867 (java) S 857 859 31337 0 -1 64 1 291 0 0 0 0 0 0 25 0 9 0 27841480 888741888 11291 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=859/tid=868] ppid=857 vsize=867912 CPUtime=0
/proc/859/task/868/stat : 868 (java) S 857 859 31337 0 -1 64 16 291 0 0 0 0 0 0 15 0 9 0 27841480 888741888 11291 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 6.27
Current children cumulated vsize (KiB) 867912

[startup+12.7023 s]
/proc/loadavg: 2.05 2.01 2.00 3/90 872
/proc/meminfo: memFree=1710400/2055920 swapFree=4192812/4192956
[pid=859] ppid=857 vsize=867912 CPUtime=12.67
/proc/859/stat : 859 (java) S 857 859 31337 0 -1 0 17471 291 1 0 1257 10 0 0 21 0 9 0 27841475 888741888 11296 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/859/statm: 216978 11296 2658 9 0 211414 0
[pid=859/tid=861] ppid=857 vsize=867912 CPUtime=12.33
/proc/859/task/861/stat : 861 (java) R 857 859 31337 0 -1 64 12671 291 1 0 1226 7 0 0 25 0 9 0 27841476 888741888 11296 996147200 134512640 134550932 4294955968 18446744073709551615 4126868177 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=859/tid=862] ppid=857 vsize=867912 CPUtime=0.04
/proc/859/task/862/stat : 862 (java) S 857 859 31337 0 -1 64 3183 291 0 0 4 0 0 0 16 0 9 0 27841477 888741888 11296 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=859/tid=863] ppid=857 vsize=867912 CPUtime=0
/proc/859/task/863/stat : 863 (java) S 857 859 31337 0 -1 64 18 291 0 0 0 0 0 0 16 0 9 0 27841478 888741888 11296 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=859/tid=864] ppid=857 vsize=867912 CPUtime=0
/proc/859/task/864/stat : 864 (java) S 857 859 31337 0 -1 64 11 291 0 0 0 0 0 0 15 0 9 0 27841478 888741888 11296 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=859/tid=865] ppid=857 vsize=867912 CPUtime=0
/proc/859/task/865/stat : 865 (java) S 857 859 31337 0 -1 64 0 291 0 0 0 0 0 0 25 0 9 0 27841480 888741888 11296 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=859/tid=866] ppid=857 vsize=867912 CPUtime=0.26
/proc/859/task/866/stat : 866 (java) S 857 859 31337 0 -1 64 775 291 0 0 26 0 0 0 15 0 9 0 27841480 888741888 11296 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=859/tid=867] ppid=857 vsize=867912 CPUtime=0
/proc/859/task/867/stat : 867 (java) S 857 859 31337 0 -1 64 1 291 0 0 0 0 0 0 25 0 9 0 27841480 888741888 11296 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=859/tid=868] ppid=857 vsize=867912 CPUtime=0
/proc/859/task/868/stat : 868 (java) S 857 859 31337 0 -1 64 16 291 0 0 0 0 0 0 15 0 9 0 27841480 888741888 11296 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 12.67
Current children cumulated vsize (KiB) 867912

[startup+25.5017 s]
/proc/loadavg: 2.04 2.01 2.00 3/90 872
/proc/meminfo: memFree=1710464/2055920 swapFree=4192812/4192956
[pid=859] ppid=857 vsize=867912 CPUtime=25.46
/proc/859/stat : 859 (java) S 857 859 31337 0 -1 0 17473 291 1 0 2536 10 0 0 21 0 9 0 27841475 888741888 11298 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/859/statm: 216978 11298 2658 9 0 211414 0
[pid=859/tid=861] ppid=857 vsize=867912 CPUtime=25.13
/proc/859/task/861/stat : 861 (java) R 857 859 31337 0 -1 64 12673 291 1 0 2506 7 0 0 25 0 9 0 27841476 888741888 11298 996147200 134512640 134550932 4294955968 18446744073709551615 4126944913 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=859/tid=862] ppid=857 vsize=867912 CPUtime=0.04
/proc/859/task/862/stat : 862 (java) S 857 859 31337 0 -1 64 3183 291 0 0 4 0 0 0 16 0 9 0 27841477 888741888 11298 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=859/tid=863] ppid=857 vsize=867912 CPUtime=0
/proc/859/task/863/stat : 863 (java) S 857 859 31337 0 -1 64 18 291 0 0 0 0 0 0 16 0 9 0 27841478 888741888 11298 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=859/tid=864] ppid=857 vsize=867912 CPUtime=0
/proc/859/task/864/stat : 864 (java) S 857 859 31337 0 -1 64 11 291 0 0 0 0 0 0 15 0 9 0 27841478 888741888 11298 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=859/tid=865] ppid=857 vsize=867912 CPUtime=0
/proc/859/task/865/stat : 865 (java) S 857 859 31337 0 -1 64 0 291 0 0 0 0 0 0 25 0 9 0 27841480 888741888 11298 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=859/tid=866] ppid=857 vsize=867912 CPUtime=0.26
/proc/859/task/866/stat : 866 (java) S 857 859 31337 0 -1 64 775 291 0 0 26 0 0 0 15 0 9 0 27841480 888741888 11298 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=859/tid=867] ppid=857 vsize=867912 CPUtime=0
/proc/859/task/867/stat : 867 (java) S 857 859 31337 0 -1 64 1 291 0 0 0 0 0 0 25 0 9 0 27841480 888741888 11298 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=859/tid=868] ppid=857 vsize=867912 CPUtime=0
/proc/859/task/868/stat : 868 (java) S 857 859 31337 0 -1 64 16 291 0 0 0 0 0 0 15 0 9 0 27841480 888741888 11298 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 25.46
Current children cumulated vsize (KiB) 867912

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

[startup+27.103 s]
/proc/loadavg: 2.04 2.01 2.00 3/90 872
/proc/meminfo: memFree=1710464/2055920 swapFree=4192812/4192956
[pid=859] ppid=857 vsize=867912 CPUtime=27.06
/proc/859/stat : 859 (java) S 857 859 31337 0 -1 0 17473 291 1 0 2696 10 0 0 21 0 9 0 27841475 888741888 11298 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/859/statm: 216978 11298 2658 9 0 211414 0
[pid=859/tid=861] ppid=857 vsize=867912 CPUtime=26.73
/proc/859/task/861/stat : 861 (java) R 857 859 31337 0 -1 64 12673 291 1 0 2666 7 0 0 25 0 9 0 27841476 888741888 11298 996147200 134512640 134550932 4294955968 18446744073709551615 4126467359 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=859/tid=862] ppid=857 vsize=867912 CPUtime=0.04
/proc/859/task/862/stat : 862 (java) S 857 859 31337 0 -1 64 3183 291 0 0 4 0 0 0 16 0 9 0 27841477 888741888 11298 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=859/tid=863] ppid=857 vsize=867912 CPUtime=0
/proc/859/task/863/stat : 863 (java) S 857 859 31337 0 -1 64 18 291 0 0 0 0 0 0 16 0 9 0 27841478 888741888 11298 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=859/tid=864] ppid=857 vsize=867912 CPUtime=0
/proc/859/task/864/stat : 864 (java) S 857 859 31337 0 -1 64 11 291 0 0 0 0 0 0 15 0 9 0 27841478 888741888 11298 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=859/tid=865] ppid=857 vsize=867912 CPUtime=0
/proc/859/task/865/stat : 865 (java) S 857 859 31337 0 -1 64 0 291 0 0 0 0 0 0 25 0 9 0 27841480 888741888 11298 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=859/tid=866] ppid=857 vsize=867912 CPUtime=0.26
/proc/859/task/866/stat : 866 (java) S 857 859 31337 0 -1 64 775 291 0 0 26 0 0 0 15 0 9 0 27841480 888741888 11298 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=859/tid=867] ppid=857 vsize=867912 CPUtime=0
/proc/859/task/867/stat : 867 (java) S 857 859 31337 0 -1 64 1 291 0 0 0 0 0 0 25 0 9 0 27841480 888741888 11298 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=859/tid=868] ppid=857 vsize=867912 CPUtime=0
/proc/859/task/868/stat : 868 (java) S 857 859 31337 0 -1 64 16 291 0 0 0 0 0 0 15 0 9 0 27841480 888741888 11298 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 27.06
Current children cumulated vsize (KiB) 867912

[startup+27.9021 s]
/proc/loadavg: 2.04 2.01 2.00 3/90 872
/proc/meminfo: memFree=1710464/2055920 swapFree=4192812/4192956
[pid=859] ppid=857 vsize=867912 CPUtime=27.86
/proc/859/stat : 859 (java) S 857 859 31337 0 -1 0 17473 291 1 0 2776 10 0 0 21 0 9 0 27841475 888741888 11298 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/859/statm: 216978 11298 2658 9 0 211414 0
[pid=859/tid=861] ppid=857 vsize=867912 CPUtime=27.53
/proc/859/task/861/stat : 861 (java) R 857 859 31337 0 -1 64 12673 291 1 0 2746 7 0 0 25 0 9 0 27841476 888741888 11298 996147200 134512640 134550932 4294955968 18446744073709551615 4126999648 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=859/tid=862] ppid=857 vsize=867912 CPUtime=0.04
/proc/859/task/862/stat : 862 (java) S 857 859 31337 0 -1 64 3183 291 0 0 4 0 0 0 16 0 9 0 27841477 888741888 11298 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=859/tid=863] ppid=857 vsize=867912 CPUtime=0
/proc/859/task/863/stat : 863 (java) S 857 859 31337 0 -1 64 18 291 0 0 0 0 0 0 16 0 9 0 27841478 888741888 11298 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=859/tid=864] ppid=857 vsize=867912 CPUtime=0
/proc/859/task/864/stat : 864 (java) S 857 859 31337 0 -1 64 11 291 0 0 0 0 0 0 15 0 9 0 27841478 888741888 11298 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=859/tid=865] ppid=857 vsize=867912 CPUtime=0
/proc/859/task/865/stat : 865 (java) S 857 859 31337 0 -1 64 0 291 0 0 0 0 0 0 25 0 9 0 27841480 888741888 11298 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=859/tid=866] ppid=857 vsize=867912 CPUtime=0.26
/proc/859/task/866/stat : 866 (java) S 857 859 31337 0 -1 64 775 291 0 0 26 0 0 0 15 0 9 0 27841480 888741888 11298 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=859/tid=867] ppid=857 vsize=867912 CPUtime=0
/proc/859/task/867/stat : 867 (java) S 857 859 31337 0 -1 64 1 291 0 0 0 0 0 0 25 0 9 0 27841480 888741888 11298 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=859/tid=868] ppid=857 vsize=867912 CPUtime=0
/proc/859/task/868/stat : 868 (java) S 857 859 31337 0 -1 64 16 291 0 0 0 0 0 0 15 0 9 0 27841480 888741888 11298 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 27.86
Current children cumulated vsize (KiB) 867912

[startup+28.7012 s]
/proc/loadavg: 2.04 2.01 2.00 3/90 872
/proc/meminfo: memFree=1710464/2055920 swapFree=4192812/4192956
[pid=859] ppid=857 vsize=867912 CPUtime=28.66
/proc/859/stat : 859 (java) S 857 859 31337 0 -1 0 17473 291 1 0 2856 10 0 0 21 0 9 0 27841475 888741888 11298 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/859/statm: 216978 11298 2658 9 0 211414 0
[pid=859/tid=861] ppid=857 vsize=867912 CPUtime=28.33
/proc/859/task/861/stat : 861 (java) R 857 859 31337 0 -1 64 12673 291 1 0 2826 7 0 0 25 0 9 0 27841476 888741888 11298 996147200 134512640 134550932 4294955968 18446744073709551615 4126942433 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=859/tid=862] ppid=857 vsize=867912 CPUtime=0.04
/proc/859/task/862/stat : 862 (java) S 857 859 31337 0 -1 64 3183 291 0 0 4 0 0 0 16 0 9 0 27841477 888741888 11298 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=859/tid=863] ppid=857 vsize=867912 CPUtime=0
/proc/859/task/863/stat : 863 (java) S 857 859 31337 0 -1 64 18 291 0 0 0 0 0 0 16 0 9 0 27841478 888741888 11298 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=859/tid=864] ppid=857 vsize=867912 CPUtime=0
/proc/859/task/864/stat : 864 (java) S 857 859 31337 0 -1 64 11 291 0 0 0 0 0 0 15 0 9 0 27841478 888741888 11298 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=859/tid=865] ppid=857 vsize=867912 CPUtime=0
/proc/859/task/865/stat : 865 (java) S 857 859 31337 0 -1 64 0 291 0 0 0 0 0 0 25 0 9 0 27841480 888741888 11298 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=859/tid=866] ppid=857 vsize=867912 CPUtime=0.26
/proc/859/task/866/stat : 866 (java) S 857 859 31337 0 -1 64 775 291 0 0 26 0 0 0 15 0 9 0 27841480 888741888 11298 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=859/tid=867] ppid=857 vsize=867912 CPUtime=0
/proc/859/task/867/stat : 867 (java) S 857 859 31337 0 -1 64 1 291 0 0 0 0 0 0 25 0 9 0 27841480 888741888 11298 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=859/tid=868] ppid=857 vsize=867912 CPUtime=0
/proc/859/task/868/stat : 868 (java) S 857 859 31337 0 -1 64 16 291 0 0 0 0 0 0 15 0 9 0 27841480 888741888 11298 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 28.66
Current children cumulated vsize (KiB) 867912

[startup+28.9013 s]
/proc/loadavg: 2.04 2.01 2.00 3/90 872
/proc/meminfo: memFree=1710464/2055920 swapFree=4192812/4192956
[pid=859] ppid=857 vsize=867912 CPUtime=28.85
/proc/859/stat : 859 (java) S 857 859 31337 0 -1 0 17563 291 1 0 2875 10 0 0 21 0 9 0 27841475 888741888 11384 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/859/statm: 216978 11384 2658 9 0 211414 0
[pid=859/tid=861] ppid=857 vsize=867912 CPUtime=28.51
/proc/859/task/861/stat : 861 (java) S 857 859 31337 0 -1 64 12763 291 1 0 2844 7 0 0 25 0 9 0 27841476 888741888 11384 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=859/tid=862] ppid=857 vsize=867912 CPUtime=0.04
/proc/859/task/862/stat : 862 (java) S 857 859 31337 0 -1 64 3183 291 0 0 4 0 0 0 16 0 9 0 27841477 888741888 11384 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=859/tid=863] ppid=857 vsize=867912 CPUtime=0
/proc/859/task/863/stat : 863 (java) S 857 859 31337 0 -1 64 18 291 0 0 0 0 0 0 16 0 9 0 27841478 888741888 11384 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=859/tid=864] ppid=857 vsize=867912 CPUtime=0
/proc/859/task/864/stat : 864 (java) S 857 859 31337 0 -1 64 11 291 0 0 0 0 0 0 15 0 9 0 27841478 888741888 11384 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=859/tid=865] ppid=857 vsize=867912 CPUtime=0
/proc/859/task/865/stat : 865 (java) S 857 859 31337 0 -1 64 0 291 0 0 0 0 0 0 25 0 9 0 27841480 888741888 11384 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=859/tid=866] ppid=857 vsize=867912 CPUtime=0.26
/proc/859/task/866/stat : 866 (java) S 857 859 31337 0 -1 64 775 291 0 0 26 0 0 0 15 0 9 0 27841480 888741888 11384 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=859/tid=867] ppid=857 vsize=867912 CPUtime=0
/proc/859/task/867/stat : 867 (java) S 857 859 31337 0 -1 64 1 291 0 0 0 0 0 0 25 0 9 0 27841480 888741888 11384 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=859/tid=868] ppid=857 vsize=867912 CPUtime=0
/proc/859/task/868/stat : 868 (java) S 857 859 31337 0 -1 64 16 291 0 0 0 0 0 0 15 0 9 0 27841480 888741888 11384 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 28.85
Current children cumulated vsize (KiB) 867912

Child status: 0
Real time (s): 28.9288
CPU time (s): 28.8736
CPU user time (s): 28.7576
CPU system time (s): 0.115982
CPU usage (%): 99.8092
Max. virtual memory (cumulated for all children) (KiB): 867912

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 28.7576
system time used= 0.115982
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 17881
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= 2032
involuntary context switches= 2213

runsolver used 0.040993 second user time and 0.079987 second system time

The end

Launcher Data

Begin job on node84 at 2009-07-12 16:09:21
IDJOB=2095561
IDBENCH=55427
IDSOLVER=773
FILE ID=node84/2095561-1247407761
PBS_JOBID= 9510483
Free space on /tmp= 66312 MiB

SOLVER NAME= Abscon 112v4 AC
BENCH NAME= CPAI08/csp/golombRulerArity4/normalized-ruler-34-9-a4.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-2095561-1247407761/watcher-2095561-1247407761 -o /tmp/evaluation-result-2095561-1247407761/solver-2095561-1247407761 -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-2095561-1247407761.xml

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

MD5SUM BENCH= 947bd0bb99890d45969905fa1e7cd20f
RANDOM SEED=713993096

node84.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.259
cache size	: 2048 KB
fpu		: yes
fpu_exception	: yes
cpuid level	: 5
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx lm pni monitor ds_cpl cid cx16 xtpr
bogomips	: 5914.62
clflush size	: 64
cache_alignment	: 128
address sizes	: 36 bits physical, 48 bits virtual
power management:

processor	: 1
vendor_id	: GenuineIntel
cpu family	: 15
model		: 4
model name	:                   Intel(R) Xeon(TM) CPU 3.00GHz
stepping	: 3
cpu MHz		: 3000.259
cache size	: 2048 KB
fpu		: yes
fpu_exception	: yes
cpuid level	: 5
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx lm pni monitor ds_cpl cid cx16 xtpr
bogomips	: 5996.54
clflush size	: 64
cache_alignment	: 128
address sizes	: 36 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:      2055920 kB
MemFree:       1746280 kB
Buffers:         36808 kB
Cached:         121360 kB
SwapCached:          0 kB
Active:         183000 kB
Inactive:        70764 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1746280 kB
SwapTotal:     4192956 kB
SwapFree:      4192812 kB
Dirty:            2436 kB
Writeback:           0 kB
Mapped:         113956 kB
Slab:            41040 kB
Committed_AS:  1010832 kB
PageTables:       1908 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= 66312 MiB
End job on node84 at 2009-07-12 16:09:50