Trace number 2097585

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 ACSAT 2.34964 2.83184

DiagnosticValue
CHECKS82743500
NODES500

General information on the benchmark

Namecsp/domino/
normalized-domino-500-300.xml
MD5SUM5747717340d6a6ce5359e7f930459e2f
Bench Category2-ARY-INT (binary constraints in intension)
Best result obtained on this benchmarkSAT
Best CPU time to get the best result obtained on this benchmark0.027995
Satisfiable
(Un)Satisfiability was proved
Number of variables500
Number of constraints500
Maximum constraint arity2
Maximum domain size300
Number of constraints which are defined in extension0
Number of constraints which are defined in intension500
Global constraints used (with number of constraints)

Solver Data

0.00/0.44	
0.00/0.44	Abscon 112 (May, 2008)
0.00/0.71	
0.00/0.71	   configuration
0.00/0.71	     name=mac.xml
0.00/0.74	   
0.00/0.75	   instance
0.00/0.75	     name=HOME/instance-2097585-1247413571.xml
0.30/0.78	   
0.30/0.78	   domains being loaded...
0.30/0.79	   
0.30/0.79	   variables being loaded...
0.42/0.91	     nbVariables=500  nbDomainTypes=1  minDomainSize=300  maxDomainSize=300  nbTotalValues=150000
0.42/0.91	       =>  wckTime=0.193  cpuTime=0.14  mem=12M773
0.42/0.91	   
0.42/0.91	   predicates being loaded...
0.42/0.96	   
0.42/0.96	   constraints being loaded...
0.83/1.34	     nbConstraints=500  nbConvertedConstraints=500  nbConvertConstraintsChecks=180000  nbExtensionStructures=2
0.83/1.34	     nbSharedExtensionStructures=498  nbConflictsStructures=2  nbSharedConflictsStructures=498
0.83/1.34	     nbSharedBinaryRepresentations=898  minDegree=2  maxDegree=2  minArity=2  maxArity=2  nbGenerators=0  nbFusions=0
0.83/1.34	     symmetryWckTime=0.069  symmetryCpuTime=0.04
0.83/1.34	       =>  wckTime=0.624  cpuTime=0.45  mem=22M571
0.91/1.40	   
0.91/1.40	   solver IterativeSystematicSolver being built... 
1.02/1.56	       =>  wckTime=0.845  cpuTime=0.59  mem=29M609
2.21/2.70	   
2.21/2.70	   preprocessing
2.21/2.70	     nbConstraintChecks=82740511  nbPropagations=149501  nbRevisions=150000  nbUselessRevisions=500
2.21/2.70	     nbRemovedValues=149500  detectedInconsistency=no
2.21/2.70	       =>  wckTime=1.136  cpuTime=1.12  mem=29M609
2.21/2.78	   
2.21/2.78	   search
2.21/2.78	     run=0  nbConstraintChecks=3000  minDepth=501  maxDepth=500  nbPropagations=150001  nbRevisions=150500
2.21/2.78	     nbUselessRevisions=1000  nbAssignments=500  nbFailedAssignments=0  nbBacktracks=0  nbVisitedNodes=501
2.21/2.78	     nbRestartNogoods=0  nbFoundSolutions=1  mapSize=0  nbInferences=0  nbTooLargeKeys=0  nbSEliminables=500
2.21/2.78	     nbREliminables=0  nbIEliminables=0  nbDEliminables=0  nbPEliminables=0
2.21/2.78	       =>  wckTime=1.217  cpuTime=1.18  mem=30M601
2.21/2.78	   
2.21/2.78	   global
2.21/2.78	     nbConstraintChecks=82743511  nbPropagations=299502  nbRevisions=300500  nbUselessRevisions=1500  nbRestartNogoods=0
2.21/2.78	     solvingWckTime=1.219  solvingCpuTime=1.19  expiredTime=no  totalExploration=no  nbFoundSolutions=1
2.21/2.78	     firstSolutionCpuTime=1.77  globalCpuTime=1.83
2.21/2.78	       =>  wckTime=2.072  cpuTime=1.78  mem=30M601
2.31/2.80	   
2.31/2.81	s SATISFIABLE
2.31/2.81	v 299 299 299 299 299 299 299 299 299 299 299 299 299 299 299 299 299 299 299 299 299 299 299 299 299 299 299 299 299 299 299 299 299 299 299 299 299 299 299 299 299 299 299 299 299 299 299 299 299 299 299 299 299 299 299 299 299 299 299 299 299 299 299 299 299 299 299 299 299 299 299 299 299 299 299 299 299 299 299 299 299 299 299 299 299 299 299 299 299 299 299 299 299 299 299 299 299 299 299 299 299 299 299 299 299 299 299 299 299 299 299 299 299 299 299 299 299 299 299 299 299 299 299 299 299 299 299 299 299 299 299 299 299 299 299 299 299 299 299 299 299 299 299 299 299 299 299 299 299 299 299 299 299 299 299 299 299 299 299 299 299 299 299 299 299 299 299 299 299 299 299 299 299 299 299 299 299 299 299 299 299 299 299 299 299 299 299 299 299 299 299 299 299 299 299 299 299 299 299 299 299 299 299 299 299 299 299 299 299 299 299 299 299 299 299 299 299 299 299 299 299 299 299 299 299 299 299 299 299 299 299 299 299 299 299 299 299 299 299 299 299 299 299 299 299 299 299 299 299 299 299 299 299 299 299 299 299 299 299 299 299 299 299 299 299 299 299 299 299 299 299 299 299 299 299 299 299 299 299 299 299 299 299 299 299 299 299 299 299 299 299 299 299 299 299 299 299 299 299 299 299 299 299 299 299 299 299 299 299 299 299 299 299 299 299 299 299 299 299 299 299 299 299 299 299 299 299 299 299 299 299 299 299 299 299 299 299 299 299 299 299 299 299 299 299 299 299 299 299 299 299 299 299 299 299 299 299 299 299 299 299 299 299 299 299 299 299 299 299 299 299 299 299 299 299 299 299 299 299 299 299 299 299 299 299 299 299 299 299 299 299 299 299 299 299 299 299 299 299 299 299 299 299 299 299 299 299 299 299 299 299 299 299 299 299 299 299 299 299 299 299 299 299 299 299 299 299 299 299 299 299 299 299 299 299 299 299 299 299 299 299 299 299 299 299 299 299 299 299 299 299 299 299 299 299 299 299 299 299 299 299 299 299 299 299 299 299 299 299 299 299 299 299 299 299 299 299 299 299 299 299 299 299 299 299 299 299 299 299 299 299 299 299 299 299 299 299 299 299 299 
2.31/2.81	d NODES 500
2.31/2.81	d CHECKS 82743511
2.31/2.81	   
2.31/2.81	   totalWckTime=2.159  totalCpuTime=1.85

Verifier Data

OK

Watcher Data

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

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-2097585-1247413571/watcher-2097585-1247413571 -o /tmp/evaluation-result-2097585-1247413571/solver-2097585-1247413571 -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-2097585-1247413571.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.26 2.06 2.02 4/80 1813
/proc/meminfo: memFree=1779752/2055920 swapFree=4192812/4192956
[pid=1813] ppid=1811 vsize=866144 CPUtime=0.2
/proc/1813/stat : 1813 (java) S 1811 1813 32214 0 -1 0 4991 0 1 0 17 3 0 0 18 0 9 0 28423730 886931456 4408 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/1813/statm: 216536 4409 1888 9 0 211014 0
[pid=1813/tid=1814] ppid=1811 vsize=866144 CPUtime=0.17
/proc/1813/task/1814/stat : 1814 (java) R 1811 1813 32214 0 -1 64 4060 0 1 0 15 2 0 0 20 0 9 0 28423731 886931456 4409 996147200 134512640 134550932 4294955968 18446744073709551615 104514034 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=1813/tid=1815] ppid=1811 vsize=866144 CPUtime=0
/proc/1813/task/1815/stat : 1815 (java) S 1811 1813 32214 0 -1 64 2 0 0 0 0 0 0 0 19 0 9 0 28423732 886931456 4414 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=1813/tid=1816] ppid=1811 vsize=866144 CPUtime=0
/proc/1813/task/1816/stat : 1816 (java) S 1811 1813 32214 0 -1 64 11 0 0 0 0 0 0 0 19 0 9 0 28423732 886931456 4425 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=1813/tid=1817] ppid=1811 vsize=866144 CPUtime=0
/proc/1813/task/1817/stat : 1817 (java) S 1811 1813 32214 0 -1 64 4 0 0 0 0 0 0 0 20 0 9 0 28423732 886931456 4435 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=1813/tid=1818] ppid=1811 vsize=866144 CPUtime=0
/proc/1813/task/1818/stat : 1818 (java) S 1811 1813 32214 0 -1 64 2 0 0 0 0 0 0 0 18 0 9 0 28423757 886931456 4444 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=1813/tid=1819] ppid=1811 vsize=866144 CPUtime=0.01
/proc/1813/task/1819/stat : 1819 (java) S 1811 1813 32214 0 -1 64 234 0 0 0 1 0 0 0 16 0 9 0 28423757 886931456 4454 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=1813/tid=1820] ppid=1811 vsize=866144 CPUtime=0
/proc/1813/task/1820/stat : 1820 (java) S 1811 1813 32214 0 -1 64 0 0 0 0 0 0 0 0 19 0 9 0 28423761 886931456 4464 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=1813/tid=1822] ppid=1811 vsize=866144 CPUtime=0
/proc/1813/task/1822/stat : 1822 (java) S 1811 1813 32214 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 28423761 886931456 4469 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0

[startup+0.78143 s]
/proc/loadavg: 2.26 2.06 2.02 4/80 1813
/proc/meminfo: memFree=1779752/2055920 swapFree=4192812/4192956
[pid=1813] ppid=1811 vsize=866492 CPUtime=0.3
/proc/1813/stat : 1813 (java) S 1811 1813 32214 0 -1 0 6170 0 1 0 26 4 0 0 18 0 9 0 28423730 887287808 5532 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/1813/statm: 216623 5533 1991 9 0 211081 0
[pid=1813/tid=1814] ppid=1811 vsize=866492 CPUtime=0.26
/proc/1813/task/1814/stat : 1814 (java) R 1811 1813 32214 0 -1 64 5187 0 1 0 22 4 0 0 21 0 9 0 28423731 887287808 5533 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=1813/tid=1815] ppid=1811 vsize=866492 CPUtime=0
/proc/1813/task/1815/stat : 1815 (java) S 1811 1813 32214 0 -1 64 2 0 0 0 0 0 0 0 19 0 9 0 28423732 887287808 5533 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=1813/tid=1816] ppid=1811 vsize=866492 CPUtime=0
/proc/1813/task/1816/stat : 1816 (java) S 1811 1813 32214 0 -1 64 11 0 0 0 0 0 0 0 19 0 9 0 28423732 887287808 5533 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=1813/tid=1817] ppid=1811 vsize=866492 CPUtime=0
/proc/1813/task/1817/stat : 1817 (java) S 1811 1813 32214 0 -1 64 4 0 0 0 0 0 0 0 20 0 9 0 28423732 887287808 5533 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=1813/tid=1818] ppid=1811 vsize=866492 CPUtime=0
/proc/1813/task/1818/stat : 1818 (java) S 1811 1813 32214 0 -1 64 2 0 0 0 0 0 0 0 18 0 9 0 28423757 887287808 5533 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=1813/tid=1819] ppid=1811 vsize=866492 CPUtime=0.03
/proc/1813/task/1819/stat : 1819 (java) S 1811 1813 32214 0 -1 64 286 0 0 0 3 0 0 0 16 0 9 0 28423757 887287808 5533 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=1813/tid=1820] ppid=1811 vsize=866492 CPUtime=0
/proc/1813/task/1820/stat : 1820 (java) S 1811 1813 32214 0 -1 64 0 0 0 0 0 0 0 0 19 0 9 0 28423761 887287808 5533 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=1813/tid=1822] ppid=1811 vsize=866492 CPUtime=0
/proc/1813/task/1822/stat : 1822 (java) S 1811 1813 32214 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 28423761 887287808 5533 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 0.3
Current children cumulated vsize (KiB) 866492

[startup+0.80243 s]
/proc/loadavg: 2.26 2.06 2.02 4/80 1813
/proc/meminfo: memFree=1779752/2055920 swapFree=4192812/4192956
[pid=1813] ppid=1811 vsize=866492 CPUtime=0.32
/proc/1813/stat : 1813 (java) S 1811 1813 32214 0 -1 0 6370 0 1 0 28 4 0 0 18 0 9 0 28423730 887287808 5732 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/1813/statm: 216623 5732 1993 9 0 211081 0
[pid=1813/tid=1814] ppid=1811 vsize=866492 CPUtime=0.28
/proc/1813/task/1814/stat : 1814 (java) R 1811 1813 32214 0 -1 64 5388 0 1 0 24 4 0 0 21 0 9 0 28423731 887287808 5734 996147200 134512640 134550932 4294955968 18446744073709551615 104514034 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=1813/tid=1815] ppid=1811 vsize=866492 CPUtime=0
/proc/1813/task/1815/stat : 1815 (java) S 1811 1813 32214 0 -1 64 2 0 0 0 0 0 0 0 19 0 9 0 28423732 887287808 5734 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=1813/tid=1816] ppid=1811 vsize=866492 CPUtime=0
/proc/1813/task/1816/stat : 1816 (java) S 1811 1813 32214 0 -1 64 11 0 0 0 0 0 0 0 19 0 9 0 28423732 887287808 5734 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=1813/tid=1817] ppid=1811 vsize=866492 CPUtime=0
/proc/1813/task/1817/stat : 1817 (java) S 1811 1813 32214 0 -1 64 4 0 0 0 0 0 0 0 20 0 9 0 28423732 887287808 5734 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=1813/tid=1818] ppid=1811 vsize=866492 CPUtime=0
/proc/1813/task/1818/stat : 1818 (java) S 1811 1813 32214 0 -1 64 2 0 0 0 0 0 0 0 18 0 9 0 28423757 887287808 5734 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=1813/tid=1819] ppid=1811 vsize=866492 CPUtime=0.03
/proc/1813/task/1819/stat : 1819 (java) S 1811 1813 32214 0 -1 64 286 0 0 0 3 0 0 0 16 0 9 0 28423757 887287808 5734 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=1813/tid=1820] ppid=1811 vsize=866492 CPUtime=0
/proc/1813/task/1820/stat : 1820 (java) S 1811 1813 32214 0 -1 64 0 0 0 0 0 0 0 0 19 0 9 0 28423761 887287808 5734 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=1813/tid=1822] ppid=1811 vsize=866492 CPUtime=0
/proc/1813/task/1822/stat : 1822 (java) S 1811 1813 32214 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 28423761 887287808 5735 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 0.32
Current children cumulated vsize (KiB) 866492

[startup+0.902441 s]
/proc/loadavg: 2.26 2.06 2.02 4/80 1813
/proc/meminfo: memFree=1779752/2055920 swapFree=4192812/4192956
[pid=1813] ppid=1811 vsize=867104 CPUtime=0.42
/proc/1813/stat : 1813 (java) S 1811 1813 32214 0 -1 0 7865 0 1 0 37 5 0 0 18 0 9 0 28423730 887914496 7227 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/1813/statm: 216776 7228 1996 9 0 211234 0
[pid=1813/tid=1814] ppid=1811 vsize=867104 CPUtime=0.34
/proc/1813/task/1814/stat : 1814 (java) R 1811 1813 32214 0 -1 64 6716 0 1 0 30 4 0 0 22 0 9 0 28423731 887914496 7230 996147200 134512640 134550932 4294955968 18446744073709551615 104514034 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=1813/tid=1815] ppid=1811 vsize=867104 CPUtime=0
/proc/1813/task/1815/stat : 1815 (java) S 1811 1813 32214 0 -1 64 2 0 0 0 0 0 0 0 19 0 9 0 28423732 887914496 7230 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=1813/tid=1816] ppid=1811 vsize=867104 CPUtime=0
/proc/1813/task/1816/stat : 1816 (java) S 1811 1813 32214 0 -1 64 11 0 0 0 0 0 0 0 19 0 9 0 28423732 887914496 7232 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=1813/tid=1817] ppid=1811 vsize=867104 CPUtime=0
/proc/1813/task/1817/stat : 1817 (java) S 1811 1813 32214 0 -1 64 4 0 0 0 0 0 0 0 20 0 9 0 28423732 887914496 7232 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=1813/tid=1818] ppid=1811 vsize=867104 CPUtime=0
/proc/1813/task/1818/stat : 1818 (java) S 1811 1813 32214 0 -1 64 2 0 0 0 0 0 0 0 18 0 9 0 28423757 887914496 7234 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=1813/tid=1819] ppid=1811 vsize=867104 CPUtime=0.06
/proc/1813/task/1819/stat : 1819 (java) S 1811 1813 32214 0 -1 64 454 0 0 0 6 0 0 0 16 0 9 0 28423757 887914496 7235 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=1813/tid=1820] ppid=1811 vsize=867104 CPUtime=0
/proc/1813/task/1820/stat : 1820 (java) S 1811 1813 32214 0 -1 64 0 0 0 0 0 0 0 0 19 0 9 0 28423761 887914496 7237 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=1813/tid=1822] ppid=1811 vsize=867104 CPUtime=0
/proc/1813/task/1822/stat : 1822 (java) S 1811 1813 32214 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 28423761 887914496 7237 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 0.42
Current children cumulated vsize (KiB) 867104

[startup+1.00245 s]
/proc/loadavg: 2.26 2.06 2.02 4/80 1813
/proc/meminfo: memFree=1779752/2055920 swapFree=4192812/4192956
[pid=1813] ppid=1811 vsize=867192 CPUtime=0.53
/proc/1813/stat : 1813 (java) S 1811 1813 32214 0 -1 0 8583 0 1 0 47 6 0 0 18 0 9 0 28423730 888004608 7937 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/1813/statm: 216798 7937 2034 9 0 211234 0
[pid=1813/tid=1814] ppid=1811 vsize=867192 CPUtime=0.41
/proc/1813/task/1814/stat : 1814 (java) R 1811 1813 32214 0 -1 64 7402 0 1 0 36 5 0 0 22 0 9 0 28423731 888004608 7937 996147200 134512640 134550932 4294955968 18446744073709551615 4125960326 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=1813/tid=1815] ppid=1811 vsize=867192 CPUtime=0
/proc/1813/task/1815/stat : 1815 (java) S 1811 1813 32214 0 -1 64 2 0 0 0 0 0 0 0 19 0 9 0 28423732 888004608 7937 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=1813/tid=1816] ppid=1811 vsize=867192 CPUtime=0
/proc/1813/task/1816/stat : 1816 (java) S 1811 1813 32214 0 -1 64 11 0 0 0 0 0 0 0 19 0 9 0 28423732 888004608 7938 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=1813/tid=1817] ppid=1811 vsize=867192 CPUtime=0
/proc/1813/task/1817/stat : 1817 (java) S 1811 1813 32214 0 -1 64 4 0 0 0 0 0 0 0 20 0 9 0 28423732 888004608 7938 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=1813/tid=1818] ppid=1811 vsize=867192 CPUtime=0
/proc/1813/task/1818/stat : 1818 (java) S 1811 1813 32214 0 -1 64 2 0 0 0 0 0 0 0 18 0 9 0 28423757 888004608 7938 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=1813/tid=1819] ppid=1811 vsize=867192 CPUtime=0.09
/proc/1813/task/1819/stat : 1819 (java) S 1811 1813 32214 0 -1 64 483 0 0 0 9 0 0 0 16 0 9 0 28423757 888004608 7938 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=1813/tid=1820] ppid=1811 vsize=867192 CPUtime=0
/proc/1813/task/1820/stat : 1820 (java) S 1811 1813 32214 0 -1 64 0 0 0 0 0 0 0 0 19 0 9 0 28423761 888004608 7938 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=1813/tid=1822] ppid=1811 vsize=867192 CPUtime=0
/proc/1813/task/1822/stat : 1822 (java) S 1811 1813 32214 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 28423761 888004608 7939 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 0.53
Current children cumulated vsize (KiB) 867192

[startup+1.50252 s]
/proc/loadavg: 2.26 2.06 2.02 4/80 1813
/proc/meminfo: memFree=1779752/2055920 swapFree=4192812/4192956
[pid=1813] ppid=1811 vsize=868132 CPUtime=1.02
/proc/1813/stat : 1813 (java) S 1811 1813 32214 0 -1 0 17553 181 1 0 92 10 0 0 18 0 10 0 28423730 888967168 11464 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/1813/statm: 217033 11464 2656 9 0 211469 0
[pid=1813/tid=1814] ppid=1811 vsize=868132 CPUtime=0.74
/proc/1813/task/1814/stat : 1814 (java) R 1811 1813 32214 0 -1 64 11763 181 1 0 66 8 0 0 16 0 10 0 28423731 888967168 11464 996147200 134512640 134550932 4294955968 18446744073709551615 4125963255 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=1813/tid=1815] ppid=1811 vsize=868132 CPUtime=0.05
/proc/1813/task/1815/stat : 1815 (java) S 1811 1813 32214 0 -1 64 4092 181 0 0 5 0 0 0 16 0 10 0 28423732 888967168 11464 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=1813/tid=1816] ppid=1811 vsize=868132 CPUtime=0
/proc/1813/task/1816/stat : 1816 (java) S 1811 1813 32214 0 -1 64 20 181 0 0 0 0 0 0 16 0 10 0 28423732 888967168 11464 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=1813/tid=1817] ppid=1811 vsize=868132 CPUtime=0
/proc/1813/task/1817/stat : 1817 (java) S 1811 1813 32214 0 -1 64 11 181 0 0 0 0 0 0 16 0 10 0 28423732 888967168 11464 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=1813/tid=1818] ppid=1811 vsize=868132 CPUtime=0
/proc/1813/task/1818/stat : 1818 (java) S 1811 1813 32214 0 -1 64 2 181 0 0 0 0 0 0 18 0 10 0 28423757 888967168 11464 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=1813/tid=1819] ppid=1811 vsize=868132 CPUtime=0.19
/proc/1813/task/1819/stat : 1819 (java) R 1811 1813 32214 0 -1 64 862 181 0 0 19 0 0 0 16 0 10 0 28423757 888967168 11464 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=1813/tid=1820] ppid=1811 vsize=868132 CPUtime=0
/proc/1813/task/1820/stat : 1820 (java) S 1811 1813 32214 0 -1 64 0 181 0 0 0 0 0 0 19 0 10 0 28423761 888967168 11464 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=1813/tid=1822] ppid=1811 vsize=868132 CPUtime=0
/proc/1813/task/1822/stat : 1822 (java) S 1811 1813 32214 0 -1 64 7 181 0 0 0 0 0 0 15 0 10 0 28423761 888967168 11464 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1.02
Current children cumulated vsize (KiB) 868132

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

[startup+2.2026 s]
/proc/loadavg: 2.26 2.06 2.02 4/89 1827
/proc/meminfo: memFree=1738592/2055920 swapFree=4192812/4192956
[pid=1813] ppid=1811 vsize=868132 CPUtime=1.72
/proc/1813/stat : 1813 (java) S 1811 1813 32214 0 -1 0 19703 303 1 0 161 11 0 0 18 0 9 0 28423730 888967168 12816 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/1813/statm: 217033 12816 2658 9 0 211469 0
[pid=1813/tid=1814] ppid=1811 vsize=868132 CPUtime=1.4
/proc/1813/task/1814/stat : 1814 (java) R 1811 1813 32214 0 -1 64 13896 303 1 0 132 8 0 0 22 0 9 0 28423731 888967168 12816 996147200 134512640 134550932 4294955968 18446744073709551615 4127077616 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=1813/tid=1815] ppid=1811 vsize=868132 CPUtime=0.05
/proc/1813/task/1815/stat : 1815 (java) S 1811 1813 32214 0 -1 64 4092 303 0 0 5 0 0 0 16 0 9 0 28423732 888967168 12816 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=1813/tid=1816] ppid=1811 vsize=868132 CPUtime=0
/proc/1813/task/1816/stat : 1816 (java) S 1811 1813 32214 0 -1 64 20 303 0 0 0 0 0 0 16 0 9 0 28423732 888967168 12816 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=1813/tid=1817] ppid=1811 vsize=868132 CPUtime=0
/proc/1813/task/1817/stat : 1817 (java) S 1811 1813 32214 0 -1 64 11 303 0 0 0 0 0 0 16 0 9 0 28423732 888967168 12816 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=1813/tid=1818] ppid=1811 vsize=868132 CPUtime=0
/proc/1813/task/1818/stat : 1818 (java) S 1811 1813 32214 0 -1 64 2 303 0 0 0 0 0 0 18 0 9 0 28423757 888967168 12816 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=1813/tid=1819] ppid=1811 vsize=868132 CPUtime=0.22
/proc/1813/task/1819/stat : 1819 (java) S 1811 1813 32214 0 -1 64 876 303 0 0 22 0 0 0 15 0 9 0 28423757 888967168 12816 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=1813/tid=1820] ppid=1811 vsize=868132 CPUtime=0
/proc/1813/task/1820/stat : 1820 (java) S 1811 1813 32214 0 -1 64 0 303 0 0 0 0 0 0 19 0 9 0 28423761 888967168 12816 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=1813/tid=1822] ppid=1811 vsize=868132 CPUtime=0
/proc/1813/task/1822/stat : 1822 (java) S 1811 1813 32214 0 -1 64 7 303 0 0 0 0 0 0 15 0 9 0 28423761 888967168 12816 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1.72
Current children cumulated vsize (KiB) 868132

[startup+2.60164 s]
/proc/loadavg: 2.26 2.06 2.02 4/89 1827
/proc/meminfo: memFree=1738592/2055920 swapFree=4192812/4192956
[pid=1813] ppid=1811 vsize=868132 CPUtime=2.11
/proc/1813/stat : 1813 (java) S 1811 1813 32214 0 -1 0 19704 303 1 0 200 11 0 0 18 0 9 0 28423730 888967168 12816 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/1813/statm: 217033 12816 2658 9 0 211469 0
[pid=1813/tid=1814] ppid=1811 vsize=868132 CPUtime=1.8
/proc/1813/task/1814/stat : 1814 (java) R 1811 1813 32214 0 -1 64 13896 303 1 0 172 8 0 0 25 0 9 0 28423731 888967168 12816 996147200 134512640 134550932 4294955968 18446744073709551615 4127077625 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=1813/tid=1815] ppid=1811 vsize=868132 CPUtime=0.05
/proc/1813/task/1815/stat : 1815 (java) S 1811 1813 32214 0 -1 64 4093 303 0 0 5 0 0 0 17 0 9 0 28423732 888967168 12816 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=1813/tid=1816] ppid=1811 vsize=868132 CPUtime=0
/proc/1813/task/1816/stat : 1816 (java) S 1811 1813 32214 0 -1 64 20 303 0 0 0 0 0 0 16 0 9 0 28423732 888967168 12816 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=1813/tid=1817] ppid=1811 vsize=868132 CPUtime=0
/proc/1813/task/1817/stat : 1817 (java) S 1811 1813 32214 0 -1 64 11 303 0 0 0 0 0 0 16 0 9 0 28423732 888967168 12816 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=1813/tid=1818] ppid=1811 vsize=868132 CPUtime=0
/proc/1813/task/1818/stat : 1818 (java) S 1811 1813 32214 0 -1 64 2 303 0 0 0 0 0 0 18 0 9 0 28423757 888967168 12816 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=1813/tid=1819] ppid=1811 vsize=868132 CPUtime=0.22
/proc/1813/task/1819/stat : 1819 (java) S 1811 1813 32214 0 -1 64 876 303 0 0 22 0 0 0 15 0 9 0 28423757 888967168 12816 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=1813/tid=1820] ppid=1811 vsize=868132 CPUtime=0
/proc/1813/task/1820/stat : 1820 (java) S 1811 1813 32214 0 -1 64 0 303 0 0 0 0 0 0 19 0 9 0 28423761 888967168 12816 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=1813/tid=1822] ppid=1811 vsize=868132 CPUtime=0
/proc/1813/task/1822/stat : 1822 (java) S 1811 1813 32214 0 -1 64 7 303 0 0 0 0 0 0 15 0 9 0 28423761 888967168 12816 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 2.11
Current children cumulated vsize (KiB) 868132

[startup+2.80167 s]
/proc/loadavg: 2.24 2.06 2.02 3/89 1827
/proc/meminfo: memFree=1737376/2055920 swapFree=4192812/4192956
[pid=1813] ppid=1811 vsize=868132 CPUtime=2.31
/proc/1813/stat : 1813 (java) S 1811 1813 32214 0 -1 0 19984 303 1 0 220 11 0 0 18 0 9 0 28423730 888967168 13093 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/1813/statm: 217033 13093 2658 9 0 211469 0
[pid=1813/tid=1814] ppid=1811 vsize=868132 CPUtime=2
/proc/1813/task/1814/stat : 1814 (java) R 1811 1813 32214 0 -1 64 14165 303 1 0 191 9 0 0 25 0 9 0 28423731 888967168 13093 996147200 134512640 134550932 4294955968 18446744073709551615 4127148141 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=1813/tid=1815] ppid=1811 vsize=868132 CPUtime=0.05
/proc/1813/task/1815/stat : 1815 (java) S 1811 1813 32214 0 -1 64 4093 303 0 0 5 0 0 0 17 0 9 0 28423732 888967168 13093 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=1813/tid=1816] ppid=1811 vsize=868132 CPUtime=0
/proc/1813/task/1816/stat : 1816 (java) S 1811 1813 32214 0 -1 64 20 303 0 0 0 0 0 0 16 0 9 0 28423732 888967168 13093 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=1813/tid=1817] ppid=1811 vsize=868132 CPUtime=0
/proc/1813/task/1817/stat : 1817 (java) S 1811 1813 32214 0 -1 64 11 303 0 0 0 0 0 0 16 0 9 0 28423732 888967168 13093 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=1813/tid=1818] ppid=1811 vsize=868132 CPUtime=0
/proc/1813/task/1818/stat : 1818 (java) S 1811 1813 32214 0 -1 64 2 303 0 0 0 0 0 0 18 0 9 0 28423757 888967168 13093 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=1813/tid=1819] ppid=1811 vsize=868132 CPUtime=0.23
/proc/1813/task/1819/stat : 1819 (java) S 1811 1813 32214 0 -1 64 887 303 0 0 23 0 0 0 16 0 9 0 28423757 888967168 13093 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=1813/tid=1820] ppid=1811 vsize=868132 CPUtime=0
/proc/1813/task/1820/stat : 1820 (java) S 1811 1813 32214 0 -1 64 0 303 0 0 0 0 0 0 19 0 9 0 28423761 888967168 13093 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=1813/tid=1822] ppid=1811 vsize=868132 CPUtime=0
/proc/1813/task/1822/stat : 1822 (java) S 1811 1813 32214 0 -1 64 7 303 0 0 0 0 0 0 15 0 9 0 28423761 888967168 13093 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 2.31
Current children cumulated vsize (KiB) 868132

Child status: 0
Real time (s): 2.83184
CPU time (s): 2.34964
CPU user time (s): 2.22066
CPU system time (s): 0.12898
CPU usage (%): 82.9723
Max. virtual memory (cumulated for all children) (KiB): 868132

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 2.22066
system time used= 0.12898
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 20405
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= 1105
involuntary context switches= 1138

runsolver used 0.008998 second user time and 0.031995 second system time

The end

Launcher Data

Begin job on node28 at 2009-07-12 17:46:11
IDJOB=2097585
IDBENCH=57537
IDSOLVER=773
FILE ID=node28/2097585-1247413571
PBS_JOBID= 9510588
Free space on /tmp= 66116 MiB

SOLVER NAME= Abscon 112v4 AC
BENCH NAME= CPAI08/csp/domino/normalized-domino-500-300.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-2097585-1247413571/watcher-2097585-1247413571 -o /tmp/evaluation-result-2097585-1247413571/solver-2097585-1247413571 -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-2097585-1247413571.xml

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

MD5SUM BENCH= 5747717340d6a6ce5359e7f930459e2f
RANDOM SEED=826061130

node28.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.230
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.230
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:       1780232 kB
Buffers:         40332 kB
Cached:         122732 kB
SwapCached:          0 kB
Active:         144516 kB
Inactive:        74892 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1780232 kB
SwapTotal:     4192956 kB
SwapFree:      4192812 kB
Dirty:            2316 kB
Writeback:           0 kB
Mapped:          73660 kB
Slab:            41248 kB
Committed_AS:  1007980 kB
PageTables:       1916 kB
VmallocTotal: 536870911 kB
VmallocUsed:    264960 kB
VmallocChunk: 536605679 kB
HugePages_Total:     0
HugePages_Free:      0
Hugepagesize:     2048 kB

Free space on /tmp at the end= 66116 MiB
End job on node28 at 2009-07-12 17:46:14