Trace number 2095000

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 ESACSAT 16.1255 16.3279

DiagnosticValue
CHECKS4299820
NODES126982

General information on the benchmark

Namecsp/pseudo/aim/
normalized-aim-200-3-4-3.xml
MD5SUM9f040d5deaeba2f5e87d9ad65dfb2f30
Bench CategoryN-ARY-INT (n-ary constraints in intension)
Best result obtained on this benchmarkSAT
Best CPU time to get the best result obtained on this benchmark0.460929
Satisfiable
(Un)Satisfiability was proved
Number of variables400
Number of constraints880
Maximum constraint arity3
Maximum domain size2
Number of constraints which are defined in extension0
Number of constraints which are defined in intension880
Global constraints used (with number of constraints)

Solver Data

0.00/0.09	
0.00/0.09	Abscon 112 (May, 2008)
0.18/0.26	
0.18/0.26	   configuration
0.18/0.27	     name=esac.xml
0.28/0.30	   
0.28/0.30	   instance
0.28/0.30	     name=HOME/instance-2095000-1247405879.xml
0.28/0.34	   
0.28/0.34	   domains being loaded...
0.28/0.35	   
0.28/0.35	   variables being loaded...
0.37/0.42	     nbVariables=400  nbDomainTypes=1  minDomainSize=2  maxDomainSize=2  nbTotalValues=800
0.37/0.42	       =>  wckTime=0.156  cpuTime=0.12  mem=8M867
0.37/0.42	   
0.37/0.42	   predicates being loaded...
0.37/0.49	   
0.37/0.49	   constraints being loaded...
0.87/0.99	     nbConstraints=880  nbConvertedConstraints=202  nbConvertConstraintsChecks=16  nbExtensionStructures=2
0.87/0.99	     nbSharedExtensionStructures=200  nbConflictsStructures=3  nbSharedConflictsStructures=877
0.87/0.99	     nbSharedBinaryRepresentations=5  nbEvaluationManagers=1  nbSharedEvaluationManagers=677  minDegree=5  maxDegree=7
0.87/0.99	     minArity=2  avgArity=2.77  maxArity=3  nbGenerators=0  nbFusions=0  symmetryWckTime=0.104  symmetryCpuTime=0.05
0.87/0.99	       =>  wckTime=0.722  cpuTime=0.51  mem=22M624
0.96/1.07	   
0.96/1.07	   solver IterativeSystematicSolver being built... 
1.15/1.26	       =>  wckTime=0.998  cpuTime=0.67  mem=27M468
1.25/1.37	   
1.25/1.37	   preprocessing
1.25/1.37	     nbConstraintChecks=2333  nbValidityChecks=370  nbPropagations=1561  nbRevisions=2073  nbUselessRevisions=1310
1.25/1.37	     nbSingletonTests=460  nbEffectiveSingletonTests=0  nbACRemovals=0  nbFoundSingletons=0  nbRemovedValues=0
1.25/1.37	     detectedInconsistency=no
1.25/1.37	       =>  wckTime=0.099  cpuTime=0.08  mem=27M468
1.45/1.54	   
1.45/1.54	   INFO : Stopping use of transposition table (mapSize=101, nbTooLargekeys=0, mem=29M418)
16.01/16.27	   
16.01/16.27	   search
16.01/16.27	     run=17  nbConstraintChecks=4297487  nbValidityChecks=3623704  minDepth=4  maxDepth=400  nbPropagations=6383974
16.01/16.27	     nbRevisions=19150739  nbUselessRevisions=12444118  nbAssignments=126982  nbFailedAssignments=22823
16.01/16.27	     nbBacktracks=103038  nbVisitedNodes=172519  nbRestartNogoods=116  nbFoundSolutions=1  nbSEliminables=1.05
16.01/16.27	     nbREliminables=337.42  nbIEliminables=40.96  nbDEliminables=0  nbPEliminables=0
16.01/16.27	       =>  wckTime=14.999  cpuTime=14.77  mem=29M418
16.01/16.27	   
16.01/16.27	   global
16.01/16.27	     nbConstraintChecks=4299820  nbValidityChecks=3624074  nbPropagations=6385535  nbRevisions=19152812
16.01/16.27	     nbUselessRevisions=12445428  nbRestartNogoods=116  solvingWckTime=15.001  solvingCpuTime=14.77  expiredTime=no
16.01/16.27	     totalExploration=no  nbFoundSolutions=1  firstSolutionCpuTime=15.44  globalCpuTime=15.49
16.01/16.27	       =>  wckTime=16.0  cpuTime=15.44  mem=29M418
16.01/16.27	   
16.01/16.27	s SATISFIABLE
16.01/16.27	v 1 0 1 0 1 0 1 0 0 1 0 1 1 0 1 0 1 0 1 0 0 1 0 1 0 1 1 0 1 0 1 0 0 1 0 1 1 0 1 0 1 0 0 1 0 1 1 0 1 0 1 0 0 1 1 0 1 0 1 0 0 1 0 1 1 0 0 1 0 1 0 1 1 0 1 0 1 0 0 1 1 0 0 1 0 1 1 0 1 0 1 0 0 1 1 0 1 0 1 0 1 0 1 0 1 0 1 0 0 1 1 0 1 0 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 1 0 0 1 1 0 1 0 1 0 1 0 0 1 1 0 0 1 1 0 1 0 1 0 1 0 1 0 0 1 1 0 0 1 1 0 1 0 1 0 0 1 1 0 1 0 0 1 0 1 0 1 1 0 1 0 1 0 0 1 0 1 0 1 1 0 1 0 0 1 1 0 1 0 1 0 0 1 1 0 1 0 1 0 0 1 1 0 0 1 1 0 1 0 0 1 0 1 0 1 0 1 0 1 1 0 0 1 0 1 1 0 1 0 1 0 0 1 0 1 0 1 0 1 1 0 1 0 0 1 0 1 1 0 0 1 0 1 1 0 0 1 0 1 1 0 1 0 1 0 1 0 1 0 0 1 1 0 0 1 1 0 0 1 0 1 1 0 1 0 0 1 1 0 1 0 0 1 1 0 1 0 0 1 1 0 0 1 1 0 1 0 0 1 0 1 0 1 0 1 1 0 0 1 1 0 0 1 0 1 1 0 1 0 1 0 0 1 0 1 0 1 1 0 1 0 1 0 1 0 0 1 1 0 0 1 0 1 0 1 1 0 0 1 0 1 1 0 1 0 1 0 1 0 1 0 1 0 0 1 1 0 1 0 0 1 0 1 
16.01/16.27	d NODES 126982
16.01/16.27	d CHECKS 4299820
16.01/16.27	   
16.01/16.27	   totalWckTime=16.073  totalCpuTime=15.5

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-2095000-1247405879/watcher-2095000-1247405879 -o /tmp/evaluation-result-2095000-1247405879/solver-2095000-1247405879 -C 1800 -W 2000 -M 900 java -Xms756M -Xmx756M -XX:PermSize=10m -XX:MaxPermSize=10m -cp abscon112V4.jar abscon.Resolution esac.xml 1 XSax HOME/instance-2095000-1247405879.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.01 2.00 1.91 4/81 27897
/proc/meminfo: memFree=1735856/2055920 swapFree=4192812/4192956
[pid=27897] ppid=27895 vsize=18576 CPUtime=0
/proc/27897/stat : 27897 (runsolver) R 27895 27897 26046 0 -1 4194368 16 0 0 0 0 0 0 0 19 0 1 0 27652675 19021824 284 996147200 4194304 4302564 548682068384 18446744073709551615 234211568935 0 2147483391 4096 24578 0 0 0 17 1 0 0
/proc/27897/statm: 4644 284 249 26 0 2626 0

[startup+0.0200381 s]
/proc/loadavg: 2.01 2.00 1.91 4/81 27897
/proc/meminfo: memFree=1735856/2055920 swapFree=4192812/4192956
[pid=27897] ppid=27895 vsize=44540 CPUtime=0
/proc/27897/stat : 27897 (java) S 27895 27897 26046 0 -1 0 919 0 1 0 0 0 0 0 18 0 2 0 27652675 45608960 672 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16784584 18446744073709551615 0 0 17 1 0 0
/proc/27897/statm: 215484 1561 686 9 0 210399 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 44540

[startup+0.117004 s]
/proc/loadavg: 2.01 2.00 1.91 4/81 27897
/proc/meminfo: memFree=1735856/2055920 swapFree=4192812/4192956
[pid=27897] ppid=27895 vsize=865984 CPUtime=0.1
/proc/27897/stat : 27897 (java) S 27895 27897 26046 0 -1 0 3806 0 1 0 8 2 0 0 18 0 9 0 27652675 886767616 3257 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/27897/statm: 216496 3257 1718 9 0 210981 0
Current children cumulated CPU time (s) 0.1
Current children cumulated vsize (KiB) 865984

[startup+0.302027 s]
/proc/loadavg: 2.01 2.00 1.91 4/81 27897
/proc/meminfo: memFree=1735856/2055920 swapFree=4192812/4192956
[pid=27897] ppid=27895 vsize=866384 CPUtime=0.28
/proc/27897/stat : 27897 (java) S 27895 27897 26046 0 -1 0 5767 0 1 0 24 4 0 0 18 0 9 0 27652675 887177216 5157 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/27897/statm: 216596 5157 1957 9 0 211054 0
Current children cumulated CPU time (s) 0.28
Current children cumulated vsize (KiB) 866384

[startup+0.701077 s]
/proc/loadavg: 2.01 2.00 1.91 4/81 27897
/proc/meminfo: memFree=1735856/2055920 swapFree=4192812/4192956
[pid=27897] ppid=27895 vsize=867772 CPUtime=0.68
/proc/27897/stat : 27897 (java) S 27895 27897 26046 0 -1 0 8633 0 1 0 62 6 0 0 18 0 9 0 27652675 888598528 7985 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/27897/statm: 216943 7985 2039 9 0 211379 0
Current children cumulated CPU time (s) 0.68
Current children cumulated vsize (KiB) 867772

[startup+1.50118 s]
/proc/loadavg: 2.01 2.00 1.91 5/92 27910
/proc/meminfo: memFree=1704792/2055920 swapFree=4192812/4192956
[pid=27897] ppid=27895 vsize=868552 CPUtime=1.45
/proc/27897/stat : 27897 (java) S 27895 27897 26046 0 -1 0 19771 339 1 0 131 13 1 0 18 0 9 0 27652675 889397248 12648 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/27897/statm: 217138 12648 2657 9 0 211574 0
[pid=27897/tid=27899] ppid=27895 vsize=868552 CPUtime=1.06
/proc/27897/task/27899/stat : 27899 (java) R 27895 27897 26046 0 -1 64 14018 339 1 0 95 10 1 0 25 0 9 0 27652676 889397248 12648 996147200 134512640 134550932 4294955968 18446744073709551615 4127140801 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=27897/tid=27900] ppid=27895 vsize=868552 CPUtime=0.06
/proc/27897/task/27900/stat : 27900 (java) S 27895 27897 26046 0 -1 64 3992 339 0 0 5 0 1 0 17 0 9 0 27652678 889397248 12648 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=27897/tid=27901] ppid=27895 vsize=868552 CPUtime=0.01
/proc/27897/task/27901/stat : 27901 (java) S 27895 27897 26046 0 -1 64 16 339 0 0 0 0 1 0 16 0 9 0 27652679 889397248 12648 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=27897/tid=27902] ppid=27895 vsize=868552 CPUtime=0.01
/proc/27897/task/27902/stat : 27902 (java) S 27895 27897 26046 0 -1 64 10 339 0 0 0 0 1 0 16 0 9 0 27652679 889397248 12648 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=27897/tid=27903] ppid=27895 vsize=868552 CPUtime=0.01
/proc/27897/task/27903/stat : 27903 (java) S 27895 27897 26046 0 -1 64 2 339 0 0 0 0 1 0 18 0 9 0 27652681 889397248 12648 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=27897/tid=27904] ppid=27895 vsize=868552 CPUtime=0.31
/proc/27897/task/27904/stat : 27904 (java) S 27895 27897 26046 0 -1 64 918 339 0 0 29 1 1 0 15 0 9 0 27652681 889397248 12648 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=27897/tid=27905] ppid=27895 vsize=868552 CPUtime=0.01
/proc/27897/task/27905/stat : 27905 (java) S 27895 27897 26046 0 -1 64 1 339 0 0 0 0 1 0 19 0 9 0 27652681 889397248 12648 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=27897/tid=27906] ppid=27895 vsize=868552 CPUtime=0.01
/proc/27897/task/27906/stat : 27906 (java) S 27895 27897 26046 0 -1 64 10 339 0 0 0 0 1 0 15 0 9 0 27652681 889397248 12648 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1.45
Current children cumulated vsize (KiB) 868552

[startup+3.10238 s]
/proc/loadavg: 2.01 2.00 1.91 3/90 27910
/proc/meminfo: memFree=1695200/2055920 swapFree=4192812/4192956
[pid=27897] ppid=27895 vsize=868552 CPUtime=3.04
/proc/27897/stat : 27897 (java) S 27895 27897 26046 0 -1 0 19819 339 1 0 290 13 1 0 18 0 9 0 27652675 889397248 12694 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/27897/statm: 217138 12694 2657 9 0 211574 0
[pid=27897/tid=27899] ppid=27895 vsize=868552 CPUtime=2.61
/proc/27897/task/27899/stat : 27899 (java) R 27895 27897 26046 0 -1 64 14040 339 1 0 250 10 1 0 25 0 9 0 27652676 889397248 12694 996147200 134512640 134550932 4294955968 18446744073709551615 4127113792 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=27897/tid=27900] ppid=27895 vsize=868552 CPUtime=0.06
/proc/27897/task/27900/stat : 27900 (java) S 27895 27897 26046 0 -1 64 3992 339 0 0 5 0 1 0 17 0 9 0 27652678 889397248 12694 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=27897/tid=27901] ppid=27895 vsize=868552 CPUtime=0.01
/proc/27897/task/27901/stat : 27901 (java) S 27895 27897 26046 0 -1 64 16 339 0 0 0 0 1 0 16 0 9 0 27652679 889397248 12694 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=27897/tid=27902] ppid=27895 vsize=868552 CPUtime=0.01
/proc/27897/task/27902/stat : 27902 (java) S 27895 27897 26046 0 -1 64 10 339 0 0 0 0 1 0 16 0 9 0 27652679 889397248 12694 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=27897/tid=27903] ppid=27895 vsize=868552 CPUtime=0.01
/proc/27897/task/27903/stat : 27903 (java) S 27895 27897 26046 0 -1 64 2 339 0 0 0 0 1 0 18 0 9 0 27652681 889397248 12694 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=27897/tid=27904] ppid=27895 vsize=868552 CPUtime=0.35
/proc/27897/task/27904/stat : 27904 (java) S 27895 27897 26046 0 -1 64 944 339 0 0 33 1 1 0 15 0 9 0 27652681 889397248 12694 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=27897/tid=27905] ppid=27895 vsize=868552 CPUtime=0.01
/proc/27897/task/27905/stat : 27905 (java) S 27895 27897 26046 0 -1 64 1 339 0 0 0 0 1 0 19 0 9 0 27652681 889397248 12694 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=27897/tid=27906] ppid=27895 vsize=868552 CPUtime=0.01
/proc/27897/task/27906/stat : 27906 (java) S 27895 27897 26046 0 -1 64 10 339 0 0 0 0 1 0 15 0 9 0 27652681 889397248 12694 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 3.04
Current children cumulated vsize (KiB) 868552

[startup+6.30278 s]
/proc/loadavg: 2.01 2.00 1.91 3/90 27910
/proc/meminfo: memFree=1694880/2055920 swapFree=4192812/4192956
[pid=27897] ppid=27895 vsize=868552 CPUtime=6.21
/proc/27897/stat : 27897 (java) S 27895 27897 26046 0 -1 0 19853 339 1 0 607 13 1 0 18 0 9 0 27652675 889397248 12697 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/27897/statm: 217138 12697 2657 9 0 211574 0
[pid=27897/tid=27899] ppid=27895 vsize=868552 CPUtime=5.78
/proc/27897/task/27899/stat : 27899 (java) R 27895 27897 26046 0 -1 64 14045 339 1 0 567 10 1 0 25 0 9 0 27652676 889397248 12697 996147200 134512640 134550932 4294955968 18446744073709551615 4127144785 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=27897/tid=27900] ppid=27895 vsize=868552 CPUtime=0.06
/proc/27897/task/27900/stat : 27900 (java) S 27895 27897 26046 0 -1 64 3992 339 0 0 5 0 1 0 16 0 9 0 27652678 889397248 12697 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=27897/tid=27901] ppid=27895 vsize=868552 CPUtime=0.01
/proc/27897/task/27901/stat : 27901 (java) S 27895 27897 26046 0 -1 64 16 339 0 0 0 0 1 0 16 0 9 0 27652679 889397248 12697 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=27897/tid=27902] ppid=27895 vsize=868552 CPUtime=0.01
/proc/27897/task/27902/stat : 27902 (java) S 27895 27897 26046 0 -1 64 10 339 0 0 0 0 1 0 16 0 9 0 27652679 889397248 12697 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=27897/tid=27903] ppid=27895 vsize=868552 CPUtime=0.01
/proc/27897/task/27903/stat : 27903 (java) S 27895 27897 26046 0 -1 64 2 339 0 0 0 0 1 0 18 0 9 0 27652681 889397248 12697 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=27897/tid=27904] ppid=27895 vsize=868552 CPUtime=0.35
/proc/27897/task/27904/stat : 27904 (java) S 27895 27897 26046 0 -1 64 944 339 0 0 33 1 1 0 15 0 9 0 27652681 889397248 12697 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=27897/tid=27905] ppid=27895 vsize=868552 CPUtime=0.01
/proc/27897/task/27905/stat : 27905 (java) S 27895 27897 26046 0 -1 64 1 339 0 0 0 0 1 0 19 0 9 0 27652681 889397248 12697 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=27897/tid=27906] ppid=27895 vsize=868552 CPUtime=0.01
/proc/27897/task/27906/stat : 27906 (java) S 27895 27897 26046 0 -1 64 39 339 0 0 0 0 1 0 15 0 9 0 27652681 889397248 12697 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 6.21
Current children cumulated vsize (KiB) 868552

[startup+12.7026 s]
/proc/loadavg: 2.01 2.00 1.91 3/90 27910
/proc/meminfo: memFree=1694752/2055920 swapFree=4192812/4192956
[pid=27897] ppid=27895 vsize=868552 CPUtime=12.54
/proc/27897/stat : 27897 (java) S 27895 27897 26046 0 -1 0 19856 339 1 0 1240 13 1 0 18 0 9 0 27652675 889397248 12700 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/27897/statm: 217138 12700 2657 9 0 211574 0
[pid=27897/tid=27899] ppid=27895 vsize=868552 CPUtime=12.12
/proc/27897/task/27899/stat : 27899 (java) R 27895 27897 26046 0 -1 64 14047 339 1 0 1201 10 1 0 25 0 9 0 27652676 889397248 12700 996147200 134512640 134550932 4294955968 18446744073709551615 4127144464 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=27897/tid=27900] ppid=27895 vsize=868552 CPUtime=0.06
/proc/27897/task/27900/stat : 27900 (java) S 27895 27897 26046 0 -1 64 3992 339 0 0 5 0 1 0 16 0 9 0 27652678 889397248 12700 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=27897/tid=27901] ppid=27895 vsize=868552 CPUtime=0.01
/proc/27897/task/27901/stat : 27901 (java) S 27895 27897 26046 0 -1 64 16 339 0 0 0 0 1 0 16 0 9 0 27652679 889397248 12700 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=27897/tid=27902] ppid=27895 vsize=868552 CPUtime=0.01
/proc/27897/task/27902/stat : 27902 (java) S 27895 27897 26046 0 -1 64 10 339 0 0 0 0 1 0 16 0 9 0 27652679 889397248 12700 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=27897/tid=27903] ppid=27895 vsize=868552 CPUtime=0.01
/proc/27897/task/27903/stat : 27903 (java) S 27895 27897 26046 0 -1 64 2 339 0 0 0 0 1 0 18 0 9 0 27652681 889397248 12700 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=27897/tid=27904] ppid=27895 vsize=868552 CPUtime=0.35
/proc/27897/task/27904/stat : 27904 (java) S 27895 27897 26046 0 -1 64 945 339 0 0 33 1 1 0 16 0 9 0 27652681 889397248 12700 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=27897/tid=27905] ppid=27895 vsize=868552 CPUtime=0.01
/proc/27897/task/27905/stat : 27905 (java) S 27895 27897 26046 0 -1 64 1 339 0 0 0 0 1 0 19 0 9 0 27652681 889397248 12700 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=27897/tid=27906] ppid=27895 vsize=868552 CPUtime=0.01
/proc/27897/task/27906/stat : 27906 (java) S 27895 27897 26046 0 -1 64 39 339 0 0 0 0 1 0 15 0 9 0 27652681 889397248 12700 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 12.54
Current children cumulated vsize (KiB) 868552

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

[startup+14.3078 s]
/proc/loadavg: 2.01 2.00 1.91 3/90 27910
/proc/meminfo: memFree=1694688/2055920 swapFree=4192812/4192956
[pid=27897] ppid=27895 vsize=868552 CPUtime=14.13
/proc/27897/stat : 27897 (java) S 27895 27897 26046 0 -1 0 19857 339 1 0 1399 13 1 0 18 0 9 0 27652675 889397248 12701 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/27897/statm: 217138 12701 2657 9 0 211574 0
[pid=27897/tid=27899] ppid=27895 vsize=868552 CPUtime=13.71
/proc/27897/task/27899/stat : 27899 (java) R 27895 27897 26046 0 -1 64 14048 339 1 0 1360 10 1 0 25 0 9 0 27652676 889397248 12701 996147200 134512640 134550932 4294955968 18446744073709551615 4127108037 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=27897/tid=27900] ppid=27895 vsize=868552 CPUtime=0.06
/proc/27897/task/27900/stat : 27900 (java) S 27895 27897 26046 0 -1 64 3992 339 0 0 5 0 1 0 16 0 9 0 27652678 889397248 12701 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=27897/tid=27901] ppid=27895 vsize=868552 CPUtime=0.01
/proc/27897/task/27901/stat : 27901 (java) S 27895 27897 26046 0 -1 64 16 339 0 0 0 0 1 0 16 0 9 0 27652679 889397248 12701 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=27897/tid=27902] ppid=27895 vsize=868552 CPUtime=0.01
/proc/27897/task/27902/stat : 27902 (java) S 27895 27897 26046 0 -1 64 10 339 0 0 0 0 1 0 16 0 9 0 27652679 889397248 12701 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=27897/tid=27903] ppid=27895 vsize=868552 CPUtime=0.01
/proc/27897/task/27903/stat : 27903 (java) S 27895 27897 26046 0 -1 64 2 339 0 0 0 0 1 0 18 0 9 0 27652681 889397248 12701 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=27897/tid=27904] ppid=27895 vsize=868552 CPUtime=0.35
/proc/27897/task/27904/stat : 27904 (java) S 27895 27897 26046 0 -1 64 945 339 0 0 33 1 1 0 16 0 9 0 27652681 889397248 12701 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=27897/tid=27905] ppid=27895 vsize=868552 CPUtime=0.01
/proc/27897/task/27905/stat : 27905 (java) S 27895 27897 26046 0 -1 64 1 339 0 0 0 0 1 0 19 0 9 0 27652681 889397248 12701 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=27897/tid=27906] ppid=27895 vsize=868552 CPUtime=0.01
/proc/27897/task/27906/stat : 27906 (java) S 27895 27897 26046 0 -1 64 39 339 0 0 0 0 1 0 15 0 9 0 27652681 889397248 12701 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 14.13
Current children cumulated vsize (KiB) 868552

[startup+15.1029 s]
/proc/loadavg: 2.01 2.00 1.91 3/90 27910
/proc/meminfo: memFree=1694688/2055920 swapFree=4192812/4192956
[pid=27897] ppid=27895 vsize=868552 CPUtime=14.92
/proc/27897/stat : 27897 (java) S 27895 27897 26046 0 -1 0 19857 339 1 0 1478 13 1 0 18 0 9 0 27652675 889397248 12701 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/27897/statm: 217138 12701 2657 9 0 211574 0
[pid=27897/tid=27899] ppid=27895 vsize=868552 CPUtime=14.5
/proc/27897/task/27899/stat : 27899 (java) R 27895 27897 26046 0 -1 64 14048 339 1 0 1439 10 1 0 25 0 9 0 27652676 889397248 12701 996147200 134512640 134550932 4294955968 18446744073709551615 4126381335 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=27897/tid=27900] ppid=27895 vsize=868552 CPUtime=0.06
/proc/27897/task/27900/stat : 27900 (java) S 27895 27897 26046 0 -1 64 3992 339 0 0 5 0 1 0 16 0 9 0 27652678 889397248 12701 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=27897/tid=27901] ppid=27895 vsize=868552 CPUtime=0.01
/proc/27897/task/27901/stat : 27901 (java) S 27895 27897 26046 0 -1 64 16 339 0 0 0 0 1 0 16 0 9 0 27652679 889397248 12701 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=27897/tid=27902] ppid=27895 vsize=868552 CPUtime=0.01
/proc/27897/task/27902/stat : 27902 (java) S 27895 27897 26046 0 -1 64 10 339 0 0 0 0 1 0 16 0 9 0 27652679 889397248 12701 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=27897/tid=27903] ppid=27895 vsize=868552 CPUtime=0.01
/proc/27897/task/27903/stat : 27903 (java) S 27895 27897 26046 0 -1 64 2 339 0 0 0 0 1 0 18 0 9 0 27652681 889397248 12701 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=27897/tid=27904] ppid=27895 vsize=868552 CPUtime=0.35
/proc/27897/task/27904/stat : 27904 (java) S 27895 27897 26046 0 -1 64 945 339 0 0 33 1 1 0 16 0 9 0 27652681 889397248 12701 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=27897/tid=27905] ppid=27895 vsize=868552 CPUtime=0.01
/proc/27897/task/27905/stat : 27905 (java) S 27895 27897 26046 0 -1 64 1 339 0 0 0 0 1 0 19 0 9 0 27652681 889397248 12701 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=27897/tid=27906] ppid=27895 vsize=868552 CPUtime=0.01
/proc/27897/task/27906/stat : 27906 (java) S 27895 27897 26046 0 -1 64 39 339 0 0 0 0 1 0 15 0 9 0 27652681 889397248 12701 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 14.92
Current children cumulated vsize (KiB) 868552

[startup+15.903 s]
/proc/loadavg: 2.01 2.00 1.91 3/90 27910
/proc/meminfo: memFree=1694688/2055920 swapFree=4192812/4192956
[pid=27897] ppid=27895 vsize=868552 CPUtime=15.71
/proc/27897/stat : 27897 (java) S 27895 27897 26046 0 -1 0 19857 339 1 0 1557 13 1 0 18 0 9 0 27652675 889397248 12701 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/27897/statm: 217138 12701 2657 9 0 211574 0
[pid=27897/tid=27899] ppid=27895 vsize=868552 CPUtime=15.29
/proc/27897/task/27899/stat : 27899 (java) R 27895 27897 26046 0 -1 64 14048 339 1 0 1518 10 1 0 25 0 9 0 27652676 889397248 12701 996147200 134512640 134550932 4294955968 18446744073709551615 4127148838 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=27897/tid=27900] ppid=27895 vsize=868552 CPUtime=0.06
/proc/27897/task/27900/stat : 27900 (java) S 27895 27897 26046 0 -1 64 3992 339 0 0 5 0 1 0 16 0 9 0 27652678 889397248 12701 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=27897/tid=27901] ppid=27895 vsize=868552 CPUtime=0.01
/proc/27897/task/27901/stat : 27901 (java) S 27895 27897 26046 0 -1 64 16 339 0 0 0 0 1 0 16 0 9 0 27652679 889397248 12701 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=27897/tid=27902] ppid=27895 vsize=868552 CPUtime=0.01
/proc/27897/task/27902/stat : 27902 (java) S 27895 27897 26046 0 -1 64 10 339 0 0 0 0 1 0 16 0 9 0 27652679 889397248 12701 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=27897/tid=27903] ppid=27895 vsize=868552 CPUtime=0.01
/proc/27897/task/27903/stat : 27903 (java) S 27895 27897 26046 0 -1 64 2 339 0 0 0 0 1 0 18 0 9 0 27652681 889397248 12701 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=27897/tid=27904] ppid=27895 vsize=868552 CPUtime=0.35
/proc/27897/task/27904/stat : 27904 (java) S 27895 27897 26046 0 -1 64 945 339 0 0 33 1 1 0 16 0 9 0 27652681 889397248 12701 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=27897/tid=27905] ppid=27895 vsize=868552 CPUtime=0.01
/proc/27897/task/27905/stat : 27905 (java) S 27895 27897 26046 0 -1 64 1 339 0 0 0 0 1 0 19 0 9 0 27652681 889397248 12701 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=27897/tid=27906] ppid=27895 vsize=868552 CPUtime=0.01
/proc/27897/task/27906/stat : 27906 (java) S 27895 27897 26046 0 -1 64 39 339 0 0 0 0 1 0 15 0 9 0 27652681 889397248 12701 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 15.71
Current children cumulated vsize (KiB) 868552

[startup+16.301 s]
/proc/loadavg: 2.01 2.00 1.91 3/90 27910
/proc/meminfo: memFree=1694688/2055920 swapFree=4192812/4192956
[pid=27897] ppid=27895 vsize=868552 CPUtime=16.09
/proc/27897/stat : 27897 (java) S 27895 27897 26046 0 -1 0 19960 339 1 0 1594 14 1 0 18 0 9 0 27652675 889397248 12798 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/27897/statm: 217138 12798 2657 9 0 211574 0
[pid=27897/tid=27899] ppid=27895 vsize=868552 CPUtime=15.66
/proc/27897/task/27899/stat : 27899 (java) S 27895 27897 26046 0 -1 64 14151 339 1 0 1555 10 1 0 23 0 9 0 27652676 889397248 12798 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=27897/tid=27900] ppid=27895 vsize=868552 CPUtime=0.06
/proc/27897/task/27900/stat : 27900 (java) S 27895 27897 26046 0 -1 64 3992 339 0 0 5 0 1 0 16 0 9 0 27652678 889397248 12798 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=27897/tid=27901] ppid=27895 vsize=868552 CPUtime=0.01
/proc/27897/task/27901/stat : 27901 (java) S 27895 27897 26046 0 -1 64 16 339 0 0 0 0 1 0 16 0 9 0 27652679 889397248 12798 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=27897/tid=27902] ppid=27895 vsize=868552 CPUtime=0.01
/proc/27897/task/27902/stat : 27902 (java) S 27895 27897 26046 0 -1 64 10 339 0 0 0 0 1 0 16 0 9 0 27652679 889397248 12798 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=27897/tid=27903] ppid=27895 vsize=868552 CPUtime=0.01
/proc/27897/task/27903/stat : 27903 (java) S 27895 27897 26046 0 -1 64 2 339 0 0 0 0 1 0 18 0 9 0 27652681 889397248 12798 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=27897/tid=27904] ppid=27895 vsize=868552 CPUtime=0.35
/proc/27897/task/27904/stat : 27904 (java) S 27895 27897 26046 0 -1 64 945 339 0 0 33 1 1 0 16 0 9 0 27652681 889397248 12798 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=27897/tid=27905] ppid=27895 vsize=868552 CPUtime=0.01
/proc/27897/task/27905/stat : 27905 (java) S 27895 27897 26046 0 -1 64 1 339 0 0 0 0 1 0 19 0 9 0 27652681 889397248 12798 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=27897/tid=27906] ppid=27895 vsize=868552 CPUtime=0.01
/proc/27897/task/27906/stat : 27906 (java) S 27895 27897 26046 0 -1 64 39 339 0 0 0 0 1 0 15 0 9 0 27652681 889397248 12798 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 16.09
Current children cumulated vsize (KiB) 868552

Child status: 0
Real time (s): 16.3279
CPU time (s): 16.1255
CPU user time (s): 15.9666
CPU system time (s): 0.158975
CPU usage (%): 98.7609
Max. virtual memory (cumulated for all children) (KiB): 868552

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 15.9666
system time used= 0.158975
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 20326
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= 2029
involuntary context switches= 2734

runsolver used 0.022996 second user time and 0.06499 second system time

The end

Launcher Data

Begin job on node54 at 2009-07-12 15:37:59
IDJOB=2095000
IDBENCH=54729
IDSOLVER=774
FILE ID=node54/2095000-1247405879
PBS_JOBID= 9510538
Free space on /tmp= 66412 MiB

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

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

MD5SUM BENCH= 9f040d5deaeba2f5e87d9ad65dfb2f30
RANDOM SEED=1165462300

node54.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.232
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.232
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:       1736336 kB
Buffers:         37096 kB
Cached:         125424 kB
SwapCached:          0 kB
Active:         186608 kB
Inactive:        79652 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1736336 kB
SwapTotal:     4192956 kB
SwapFree:      4192812 kB
Dirty:            2472 kB
Writeback:           0 kB
Mapped:         124056 kB
Slab:            38420 kB
Committed_AS:   997496 kB
PageTables:       1928 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= 66408 MiB
End job on node54 at 2009-07-12 15:38:15