Trace number 2097737

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 30.9603 31.3183

DiagnosticValue
CHECKS382493
NODES0

General information on the benchmark

Namecsp/fapp/fapp22/
normalized-fapp22-1750-2.xml
MD5SUM336ba63a28e2ecbd3bb2d5acda7f4f04
Bench Category2-ARY-INT (binary constraints in intension)
Best result obtained on this benchmarkUNSAT
Best CPU time to get the best result obtained on this benchmark30.7783
Satisfiable
(Un)Satisfiability was proved
Number of variables1750
Number of constraints32049
Maximum constraint arity2
Maximum domain size802
Number of constraints which are defined in extension0
Number of constraints which are defined in intension32049
Global constraints used (with number of constraints)

Solver Data

0.04/0.09	
0.04/0.09	Abscon 112 (May, 2008)
0.18/0.24	
0.18/0.24	   configuration
0.18/0.24	     name=mac.xml
0.29/0.32	   
0.29/0.32	   instance
0.29/0.32	     name=HOME/instance-2097737-1247413904.xml
0.29/0.35	   
0.29/0.35	   domains being loaded...
0.49/0.52	   
0.49/0.52	   variables being loaded...
0.78/0.82	     nbVariables=1750  nbDomainTypes=30  minDomainSize=82  maxDomainSize=802  nbTotalValues=813037
0.78/0.82	       =>  wckTime=0.579  cpuTime=0.41  mem=35M256
0.78/0.82	   
0.78/0.82	   predicates being loaded...
0.78/0.88	   
0.78/0.88	   constraints being loaded...
20.98/21.26	   
20.98/21.26	   INFO : Stopping converting binary constraints (cpu=20.36, mem = 73M359)
29.28/29.65	     nbConstraints=16962  nbGlobalConstraints=38  nbMergedConstraints=15125  nbConvertedConstraints=104
29.28/29.65	     nbConvertConstraintsChecks=40547696  nbExtensionStructures=101  nbSharedExtensionStructures=4
29.28/29.65	     nbConflictsStructures=266  nbSharedConflictsStructures=290  nbUnbuiltConflictsStructures=5445
29.28/29.65	     nbSharedBinaryRepresentations=108109  nbEvaluationManagers=5610  nbSharedEvaluationManagers=11210  minDegree=3
29.28/29.65	     maxDegree=58  minArity=2  avgArity=2.01  maxArity=8  nbGenerators=0  nbFusions=0  symmetryWckTime=3.926
29.28/29.65	     symmetryCpuTime=3.6  nbCliques=38
29.28/29.65	       =>  wckTime=29.408  cpuTime=27.85  mem=108M714
29.77/30.10	   
29.77/30.10	   solver IterativeSystematicSolver being built... 
30.27/30.61	   
30.27/30.61	   INFO : Forward propagation technique limited 
30.47/30.84	       =>  wckTime=30.602  cpuTime=28.28  mem=172M68
30.86/31.22	   
30.86/31.22	   preprocessing
30.86/31.22	     nbConstraintChecks=382493  nbValidityChecks=1494  nbPropagations=60  nbRevisions=1488  nbUselessRevisions=914
30.86/31.22	     nbRemovedValues=117500  detectedInconsistency=yes
30.86/31.22	       =>  wckTime=0.36  cpuTime=0.34  mem=172M68
30.86/31.22	   
30.86/31.22	   global
30.86/31.22	     nbConstraintChecks=382493  nbValidityChecks=1494  nbPropagations=60  nbRevisions=1488  nbUselessRevisions=914
30.86/31.22	     nbRestartNogoods=0  solvingWckTime=0.363  solvingCpuTime=0.34  expiredTime=no  totalExploration=yes
30.86/31.22	     nbFoundSolutions=0  globalCpuTime=28.7
30.86/31.22	       =>  wckTime=30.982  cpuTime=28.64  mem=172M68
30.86/31.24	   
30.86/31.24	s UNSATISFIABLE
30.86/31.24	d NODES 0
30.86/31.24	d CHECKS 382493
30.86/31.24	   
30.86/31.24	   totalWckTime=31.051  totalCpuTime=28.71

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-2097737-1247413904/watcher-2097737-1247413904 -o /tmp/evaluation-result-2097737-1247413904/solver-2097737-1247413904 -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-2097737-1247413904.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.02 2.02 2.00 4/81 31177
/proc/meminfo: memFree=1748504/2055920 swapFree=4192812/4192956
[pid=31177] ppid=31175 vsize=10676 CPUtime=0
/proc/31177/stat : 31177 (java) S 31175 31177 30060 0 -1 0 678 0 0 0 0 0 0 0 18 0 2 0 28456924 10932224 474 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 4096 0 18446744073709551615 0 0 17 1 0 0
/proc/31177/statm: 2669 474 207 9 0 1184 0
[pid=31177/tid=31178] ppid=31175 vsize=10676 CPUtime=0
/proc/31177/task/31178/stat : 31178 (java) R 31175 31177 30060 0 -1 64 0 0 0 0 0 0 0 0 19 0 2 0 28456925 10932224 474 996147200 134512640 134550932 4294955968 18446744073709551615 10121176 0 0 4096 0 0 0 0 -1 1 0 0

[startup+0.06215 s]
/proc/loadavg: 2.02 2.02 2.00 4/81 31177
/proc/meminfo: memFree=1748504/2055920 swapFree=4192812/4192956
[pid=31177] ppid=31175 vsize=864024 CPUtime=0.04
/proc/31177/stat : 31177 (java) S 31175 31177 30060 0 -1 0 2702 0 1 0 3 1 0 0 18 0 9 0 28456924 884760576 2260 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/31177/statm: 216006 2260 1070 9 0 210899 0
[pid=31177/tid=31178] ppid=31175 vsize=864024 CPUtime=0.02
/proc/31177/task/31178/stat : 31178 (java) R 31175 31177 30060 0 -1 64 1796 0 1 0 2 0 0 0 20 0 9 0 28456925 884760576 2260 996147200 134512640 134550932 4294955968 18446744073709551615 4125980533 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 0.04
Current children cumulated vsize (KiB) 864024

[startup+0.10115 s]
/proc/loadavg: 2.02 2.02 2.00 4/81 31177
/proc/meminfo: memFree=1748504/2055920 swapFree=4192812/4192956
[pid=31177] ppid=31175 vsize=865984 CPUtime=0.08
/proc/31177/stat : 31177 (java) S 31175 31177 30060 0 -1 0 3730 0 1 0 6 2 0 0 18 0 9 0 28456924 886767616 3196 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/31177/statm: 216496 3196 1690 9 0 210981 0
[pid=31177/tid=31178] ppid=31175 vsize=865984 CPUtime=0.06
/proc/31177/task/31178/stat : 31178 (java) R 31175 31177 30060 0 -1 64 2822 0 1 0 5 1 0 0 18 0 9 0 28456925 886767616 3196 996147200 134512640 134550932 4294955968 18446744073709551615 4125960324 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 0.08
Current children cumulated vsize (KiB) 865984

[startup+0.301176 s]
/proc/loadavg: 2.02 2.02 2.00 4/81 31177
/proc/meminfo: memFree=1748504/2055920 swapFree=4192812/4192956
[pid=31177] ppid=31175 vsize=866296 CPUtime=0.29
/proc/31177/stat : 31177 (java) S 31175 31177 30060 0 -1 0 5567 0 1 0 25 4 0 0 18 0 9 0 28456924 887087104 4979 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/31177/statm: 216574 4979 1908 9 0 211052 0
[pid=31177/tid=31178] ppid=31175 vsize=866296 CPUtime=0.23
/proc/31177/task/31178/stat : 31178 (java) R 31175 31177 30060 0 -1 64 4587 0 1 0 20 3 0 0 19 0 9 0 28456925 887087104 4979 996147200 134512640 134550932 4294955968 18446744073709551615 103839563 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 866296

[startup+0.701222 s]
/proc/loadavg: 2.02 2.02 2.00 4/81 31177
/proc/meminfo: memFree=1748504/2055920 swapFree=4192812/4192956
[pid=31177] ppid=31175 vsize=867076 CPUtime=0.68
/proc/31177/stat : 31177 (java) S 31175 31177 30060 0 -1 0 9690 0 1 0 62 6 0 0 18 0 9 0 28456924 887885824 9052 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/31177/statm: 216769 9052 1998 9 0 211227 0
[pid=31177/tid=31178] ppid=31175 vsize=867076 CPUtime=0.54
/proc/31177/task/31178/stat : 31178 (java) R 31175 31177 30060 0 -1 64 8508 0 1 0 49 5 0 0 20 0 9 0 28456925 887885824 9052 996147200 134512640 134550932 4294955968 18446744073709551615 4125960324 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 0.68
Current children cumulated vsize (KiB) 867076

[startup+1.50232 s]
/proc/loadavg: 2.02 2.02 2.00 3/90 31186
/proc/meminfo: memFree=1697936/2055920 swapFree=4192812/4192956
[pid=31177] ppid=31175 vsize=867508 CPUtime=1.47
/proc/31177/stat : 31177 (java) S 31175 31177 30060 0 -1 0 22664 0 1 0 135 12 0 0 18 0 9 0 28456924 888328192 21992 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/31177/statm: 216877 21992 2029 9 0 211335 0
[pid=31177/tid=31178] ppid=31175 vsize=867508 CPUtime=1.19
/proc/31177/task/31178/stat : 31178 (java) R 31175 31177 30060 0 -1 64 15796 0 1 0 110 9 0 0 25 0 9 0 28456925 888328192 21992 996147200 134512640 134550932 4294955968 18446744073709551615 4126680631 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=31177/tid=31180] ppid=31175 vsize=867508 CPUtime=0.05
/proc/31177/task/31180/stat : 31180 (java) S 31175 31177 30060 0 -1 64 5526 0 0 0 4 1 0 0 16 0 9 0 28456927 888328192 21992 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=31177/tid=31181] ppid=31175 vsize=867508 CPUtime=0
/proc/31177/task/31181/stat : 31181 (java) S 31175 31177 30060 0 -1 64 15 0 0 0 0 0 0 0 16 0 9 0 28456927 888328192 21992 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=31177/tid=31182] ppid=31175 vsize=867508 CPUtime=0
/proc/31177/task/31182/stat : 31182 (java) S 31175 31177 30060 0 -1 64 5 0 0 0 0 0 0 0 16 0 9 0 28456927 888328192 21992 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=31177/tid=31183] ppid=31175 vsize=867508 CPUtime=0
/proc/31177/task/31183/stat : 31183 (java) S 31175 31177 30060 0 -1 64 2 0 0 0 0 0 0 0 18 0 9 0 28456929 888328192 21992 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=31177/tid=31184] ppid=31175 vsize=867508 CPUtime=0.19
/proc/31177/task/31184/stat : 31184 (java) S 31175 31177 30060 0 -1 64 640 0 0 0 19 0 0 0 16 0 9 0 28456929 888328192 21992 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=31177/tid=31185] ppid=31175 vsize=867508 CPUtime=0
/proc/31177/task/31185/stat : 31185 (java) S 31175 31177 30060 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 28456929 888328192 21992 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=31177/tid=31186] ppid=31175 vsize=867508 CPUtime=0
/proc/31177/task/31186/stat : 31186 (java) S 31175 31177 30060 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 28456929 888328192 21992 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) 867508

[startup+3.10249 s]
/proc/loadavg: 2.02 2.02 2.00 3/90 31186
/proc/meminfo: memFree=1655952/2055920 swapFree=4192812/4192956
[pid=31177] ppid=31175 vsize=867508 CPUtime=3.05
/proc/31177/stat : 31177 (java) S 31175 31177 30060 0 -1 0 27281 0 1 0 290 15 0 0 18 0 9 0 28456924 888328192 26605 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/31177/statm: 216877 26605 2032 9 0 211335 0
[pid=31177/tid=31178] ppid=31175 vsize=867508 CPUtime=2.57
/proc/31177/task/31178/stat : 31178 (java) R 31175 31177 30060 0 -1 64 15830 0 1 0 247 10 0 0 25 0 9 0 28456925 888328192 26605 996147200 134512640 134550932 4294955968 18446744073709551615 4126934683 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=31177/tid=31180] ppid=31175 vsize=867508 CPUtime=0.24
/proc/31177/task/31180/stat : 31180 (java) S 31175 31177 30060 0 -1 64 10097 0 0 0 21 3 0 0 16 0 9 0 28456927 888328192 26605 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=31177/tid=31181] ppid=31175 vsize=867508 CPUtime=0
/proc/31177/task/31181/stat : 31181 (java) S 31175 31177 30060 0 -1 64 15 0 0 0 0 0 0 0 16 0 9 0 28456927 888328192 26605 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=31177/tid=31182] ppid=31175 vsize=867508 CPUtime=0
/proc/31177/task/31182/stat : 31182 (java) S 31175 31177 30060 0 -1 64 5 0 0 0 0 0 0 0 16 0 9 0 28456927 888328192 26605 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=31177/tid=31183] ppid=31175 vsize=867508 CPUtime=0
/proc/31177/task/31183/stat : 31183 (java) S 31175 31177 30060 0 -1 64 2 0 0 0 0 0 0 0 18 0 9 0 28456929 888328192 26605 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=31177/tid=31184] ppid=31175 vsize=867508 CPUtime=0.21
/proc/31177/task/31184/stat : 31184 (java) S 31175 31177 30060 0 -1 64 652 0 0 0 21 0 0 0 16 0 9 0 28456929 888328192 26605 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=31177/tid=31185] ppid=31175 vsize=867508 CPUtime=0
/proc/31177/task/31185/stat : 31185 (java) S 31175 31177 30060 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 28456929 888328192 26605 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=31177/tid=31186] ppid=31175 vsize=867508 CPUtime=0
/proc/31177/task/31186/stat : 31186 (java) S 31175 31177 30060 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 28456929 888328192 26605 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 3.05
Current children cumulated vsize (KiB) 867508

[startup+6.30185 s]
/proc/loadavg: 2.02 2.02 2.00 3/90 31186
/proc/meminfo: memFree=1649168/2055920 swapFree=4192812/4192956
[pid=31177] ppid=31175 vsize=867508 CPUtime=6.22
/proc/31177/stat : 31177 (java) S 31175 31177 30060 0 -1 0 27298 0 1 0 606 16 0 0 18 0 9 0 28456924 888328192 26620 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/31177/statm: 216877 26620 2032 9 0 211335 0
[pid=31177/tid=31178] ppid=31175 vsize=867508 CPUtime=5.73
/proc/31177/task/31178/stat : 31178 (java) R 31175 31177 30060 0 -1 64 15836 0 1 0 562 11 0 0 17 0 9 0 28456925 888328192 26620 996147200 134512640 134550932 4294955968 18446744073709551615 4126524073 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=31177/tid=31180] ppid=31175 vsize=867508 CPUtime=0.24
/proc/31177/task/31180/stat : 31180 (java) S 31175 31177 30060 0 -1 64 10097 0 0 0 21 3 0 0 16 0 9 0 28456927 888328192 26620 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=31177/tid=31181] ppid=31175 vsize=867508 CPUtime=0
/proc/31177/task/31181/stat : 31181 (java) S 31175 31177 30060 0 -1 64 15 0 0 0 0 0 0 0 16 0 9 0 28456927 888328192 26620 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=31177/tid=31182] ppid=31175 vsize=867508 CPUtime=0
/proc/31177/task/31182/stat : 31182 (java) S 31175 31177 30060 0 -1 64 5 0 0 0 0 0 0 0 16 0 9 0 28456927 888328192 26620 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=31177/tid=31183] ppid=31175 vsize=867508 CPUtime=0
/proc/31177/task/31183/stat : 31183 (java) S 31175 31177 30060 0 -1 64 2 0 0 0 0 0 0 0 18 0 9 0 28456929 888328192 26620 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=31177/tid=31184] ppid=31175 vsize=867508 CPUtime=0.23
/proc/31177/task/31184/stat : 31184 (java) S 31175 31177 30060 0 -1 64 663 0 0 0 23 0 0 0 16 0 9 0 28456929 888328192 26620 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=31177/tid=31185] ppid=31175 vsize=867508 CPUtime=0
/proc/31177/task/31185/stat : 31185 (java) S 31175 31177 30060 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 28456929 888328192 26620 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=31177/tid=31186] ppid=31175 vsize=867508 CPUtime=0
/proc/31177/task/31186/stat : 31186 (java) S 31175 31177 30060 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 28456929 888328192 26620 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 6.22
Current children cumulated vsize (KiB) 867508

[startup+12.7016 s]
/proc/loadavg: 2.02 2.02 2.00 3/90 31186
/proc/meminfo: memFree=1649104/2055920 swapFree=4192812/4192956
[pid=31177] ppid=31175 vsize=867508 CPUtime=12.56
/proc/31177/stat : 31177 (java) S 31175 31177 30060 0 -1 0 27318 0 1 0 1240 16 0 0 18 0 9 0 28456924 888328192 26638 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/31177/statm: 216877 26638 2032 9 0 211335 0
[pid=31177/tid=31178] ppid=31175 vsize=867508 CPUtime=12.04
/proc/31177/task/31178/stat : 31178 (java) R 31175 31177 30060 0 -1 64 15839 0 1 0 1193 11 0 0 20 0 9 0 28456925 888328192 26638 996147200 134512640 134550932 4294955968 18446744073709551615 4126933461 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=31177/tid=31180] ppid=31175 vsize=867508 CPUtime=0.24
/proc/31177/task/31180/stat : 31180 (java) S 31175 31177 30060 0 -1 64 10097 0 0 0 21 3 0 0 16 0 9 0 28456927 888328192 26638 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=31177/tid=31181] ppid=31175 vsize=867508 CPUtime=0
/proc/31177/task/31181/stat : 31181 (java) S 31175 31177 30060 0 -1 64 15 0 0 0 0 0 0 0 16 0 9 0 28456927 888328192 26638 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=31177/tid=31182] ppid=31175 vsize=867508 CPUtime=0
/proc/31177/task/31182/stat : 31182 (java) S 31175 31177 30060 0 -1 64 5 0 0 0 0 0 0 0 16 0 9 0 28456927 888328192 26638 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=31177/tid=31183] ppid=31175 vsize=867508 CPUtime=0
/proc/31177/task/31183/stat : 31183 (java) S 31175 31177 30060 0 -1 64 2 0 0 0 0 0 0 0 18 0 9 0 28456929 888328192 26638 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=31177/tid=31184] ppid=31175 vsize=867508 CPUtime=0.25
/proc/31177/task/31184/stat : 31184 (java) S 31175 31177 30060 0 -1 64 680 0 0 0 25 0 0 0 15 0 9 0 28456929 888328192 26638 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=31177/tid=31185] ppid=31175 vsize=867508 CPUtime=0
/proc/31177/task/31185/stat : 31185 (java) S 31175 31177 30060 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 28456929 888328192 26638 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=31177/tid=31186] ppid=31175 vsize=867508 CPUtime=0
/proc/31177/task/31186/stat : 31186 (java) S 31175 31177 30060 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 28456929 888328192 26638 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 12.56
Current children cumulated vsize (KiB) 867508

[startup+25.502 s]
/proc/loadavg: 2.02 2.02 2.00 3/90 31186
/proc/meminfo: memFree=1626640/2055920 swapFree=4192812/4192956
[pid=31177] ppid=31175 vsize=867508 CPUtime=25.23
/proc/31177/stat : 31177 (java) S 31175 31177 30060 0 -1 0 33920 0 1 0 2504 19 0 0 18 0 9 0 28456924 888328192 33231 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/31177/statm: 216877 33231 2033 9 0 211335 0
[pid=31177/tid=31178] ppid=31175 vsize=867508 CPUtime=24.24
/proc/31177/task/31178/stat : 31178 (java) R 31175 31177 30060 0 -1 64 15853 0 1 0 2413 11 0 0 25 0 9 0 28456925 888328192 33231 996147200 134512640 134550932 4294955968 18446744073709551615 4126917222 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=31177/tid=31180] ppid=31175 vsize=867508 CPUtime=0.65
/proc/31177/task/31180/stat : 31180 (java) S 31175 31177 30060 0 -1 64 16656 0 0 0 58 7 0 0 16 0 9 0 28456927 888328192 33231 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=31177/tid=31181] ppid=31175 vsize=867508 CPUtime=0
/proc/31177/task/31181/stat : 31181 (java) S 31175 31177 30060 0 -1 64 15 0 0 0 0 0 0 0 16 0 9 0 28456927 888328192 33231 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=31177/tid=31182] ppid=31175 vsize=867508 CPUtime=0
/proc/31177/task/31182/stat : 31182 (java) S 31175 31177 30060 0 -1 64 5 0 0 0 0 0 0 0 16 0 9 0 28456927 888328192 33231 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=31177/tid=31183] ppid=31175 vsize=867508 CPUtime=0
/proc/31177/task/31183/stat : 31183 (java) S 31175 31177 30060 0 -1 64 2 0 0 0 0 0 0 0 18 0 9 0 28456929 888328192 33231 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=31177/tid=31184] ppid=31175 vsize=867508 CPUtime=0.31
/proc/31177/task/31184/stat : 31184 (java) S 31175 31177 30060 0 -1 64 709 0 0 0 31 0 0 0 16 0 9 0 28456929 888328192 33231 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=31177/tid=31185] ppid=31175 vsize=867508 CPUtime=0
/proc/31177/task/31185/stat : 31185 (java) S 31175 31177 30060 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 28456929 888328192 33231 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=31177/tid=31186] ppid=31175 vsize=867508 CPUtime=0
/proc/31177/task/31186/stat : 31186 (java) S 31175 31177 30060 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 28456929 888328192 33231 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 25.23
Current children cumulated vsize (KiB) 867508

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

[startup+28.7024 s]
/proc/loadavg: 2.02 2.02 2.00 3/90 31190
/proc/meminfo: memFree=1622544/2055920 swapFree=4192812/4192956
[pid=31177] ppid=31175 vsize=867832 CPUtime=28.39
/proc/31177/stat : 31177 (java) S 31175 31177 30060 0 -1 0 37133 1103 1 0 2796 22 19 2 18 0 9 0 28456924 888659968 33287 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/31177/statm: 216958 33287 2045 9 0 211416 0
[pid=31177/tid=31178] ppid=31175 vsize=867832 CPUtime=27.36
/proc/31177/task/31178/stat : 31178 (java) R 31175 31177 30060 0 -1 64 18693 1103 1 0 2703 12 19 2 25 0 9 0 28456925 888659968 33287 996147200 134512640 134550932 4294955968 18446744073709551615 4127252219 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=31177/tid=31180] ppid=31175 vsize=867832 CPUtime=0.86
/proc/31177/task/31180/stat : 31180 (java) S 31175 31177 30060 0 -1 64 16740 1103 0 0 58 7 19 2 16 0 9 0 28456927 888659968 33287 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=31177/tid=31181] ppid=31175 vsize=867832 CPUtime=0.21
/proc/31177/task/31181/stat : 31181 (java) S 31175 31177 30060 0 -1 64 15 1103 0 0 0 0 19 2 16 0 9 0 28456927 888659968 33287 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=31177/tid=31182] ppid=31175 vsize=867832 CPUtime=0.21
/proc/31177/task/31182/stat : 31182 (java) S 31175 31177 30060 0 -1 64 5 1103 0 0 0 0 19 2 16 0 9 0 28456927 888659968 33287 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=31177/tid=31183] ppid=31175 vsize=867832 CPUtime=0.21
/proc/31177/task/31183/stat : 31183 (java) S 31175 31177 30060 0 -1 64 2 1103 0 0 0 0 19 2 18 0 9 0 28456929 888659968 33287 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=31177/tid=31184] ppid=31175 vsize=867832 CPUtime=0.55
/proc/31177/task/31184/stat : 31184 (java) S 31175 31177 30060 0 -1 64 841 1103 0 0 34 0 19 2 16 0 9 0 28456929 888659968 33287 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=31177/tid=31185] ppid=31175 vsize=867832 CPUtime=0.21
/proc/31177/task/31185/stat : 31185 (java) S 31175 31177 30060 0 -1 64 1 1103 0 0 0 0 19 2 19 0 9 0 28456929 888659968 33287 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=31177/tid=31186] ppid=31175 vsize=867832 CPUtime=0.21
/proc/31177/task/31186/stat : 31186 (java) S 31175 31177 30060 0 -1 64 24 1103 0 0 0 0 19 2 15 0 9 0 28456929 888659968 33287 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 28.39
Current children cumulated vsize (KiB) 867832

[startup+30.3016 s]
/proc/loadavg: 2.01 2.02 2.00 5/90 31190
/proc/meminfo: memFree=1622544/2055920 swapFree=4192812/4192956
[pid=31177] ppid=31175 vsize=867920 CPUtime=29.97
/proc/31177/stat : 31177 (java) S 31175 31177 30060 0 -1 0 70361 1103 1 0 2947 29 19 2 18 0 9 0 28456924 888750080 39823 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/31177/statm: 216980 39823 2661 9 0 211416 0
[pid=31177/tid=31178] ppid=31175 vsize=867920 CPUtime=28.43
/proc/31177/task/31178/stat : 31178 (java) R 31175 31177 30060 0 -1 64 28056 1103 1 0 2807 15 19 2 25 0 9 0 28456925 888750080 39823 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=31177/tid=31180] ppid=31175 vsize=867920 CPUtime=1.35
/proc/31177/task/31180/stat : 31180 (java) R 31175 31177 30060 0 -1 64 40554 1103 0 0 102 12 19 2 16 0 9 0 28456927 888750080 39823 996147200 134512640 134550932 4294955968 18446744073709551615 102709373 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=31177/tid=31181] ppid=31175 vsize=867920 CPUtime=0.21
/proc/31177/task/31181/stat : 31181 (java) S 31175 31177 30060 0 -1 64 17 1103 0 0 0 0 19 2 16 0 9 0 28456927 888750080 39823 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=31177/tid=31182] ppid=31175 vsize=867920 CPUtime=0.21
/proc/31177/task/31182/stat : 31182 (java) S 31175 31177 30060 0 -1 64 15 1103 0 0 0 0 19 2 16 0 9 0 28456927 888750080 39823 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=31177/tid=31183] ppid=31175 vsize=867920 CPUtime=0.21
/proc/31177/task/31183/stat : 31183 (java) S 31175 31177 30060 0 -1 64 2 1103 0 0 0 0 19 2 18 0 9 0 28456929 888750080 39823 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=31177/tid=31184] ppid=31175 vsize=867920 CPUtime=0.58
/proc/31177/task/31184/stat : 31184 (java) S 31175 31177 30060 0 -1 64 880 1103 0 0 37 0 19 2 15 0 9 0 28456929 888750080 39823 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=31177/tid=31185] ppid=31175 vsize=867920 CPUtime=0.21
/proc/31177/task/31185/stat : 31185 (java) S 31175 31177 30060 0 -1 64 1 1103 0 0 0 0 19 2 19 0 9 0 28456929 888750080 39823 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=31177/tid=31186] ppid=31175 vsize=867920 CPUtime=0.21
/proc/31177/task/31186/stat : 31186 (java) S 31175 31177 30060 0 -1 64 24 1103 0 0 0 0 19 2 15 0 9 0 28456929 888750080 39823 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 29.97
Current children cumulated vsize (KiB) 867920

[startup+31.1017 s]
/proc/loadavg: 2.01 2.02 2.00 3/90 31190
/proc/meminfo: memFree=1544528/2055920 swapFree=4192812/4192956
[pid=31177] ppid=31175 vsize=867832 CPUtime=30.76
/proc/31177/stat : 31177 (java) S 31175 31177 30060 0 -1 0 91356 1103 1 0 3018 37 19 2 18 0 9 0 28456924 888659968 60118 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/31177/statm: 216958 60118 2641 9 0 211416 0
[pid=31177/tid=31178] ppid=31175 vsize=867832 CPUtime=28.95
/proc/31177/task/31178/stat : 31178 (java) R 31175 31177 30060 0 -1 64 28157 1103 1 0 2859 15 19 2 25 0 9 0 28456925 888659968 60118 996147200 134512640 134550932 4294955968 18446744073709551615 4126936567 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=31177/tid=31180] ppid=31175 vsize=867832 CPUtime=1.54
/proc/31177/task/31180/stat : 31180 (java) S 31175 31177 30060 0 -1 64 61298 1103 0 0 114 19 19 2 16 0 9 0 28456927 888659968 60118 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=31177/tid=31181] ppid=31175 vsize=867832 CPUtime=0.21
/proc/31177/task/31181/stat : 31181 (java) S 31175 31177 30060 0 -1 64 17 1103 0 0 0 0 19 2 16 0 9 0 28456927 888659968 60118 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=31177/tid=31182] ppid=31175 vsize=867832 CPUtime=0.21
/proc/31177/task/31182/stat : 31182 (java) S 31175 31177 30060 0 -1 64 29 1103 0 0 0 0 19 2 15 0 9 0 28456927 888659968 60118 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=31177/tid=31183] ppid=31175 vsize=867832 CPUtime=0.21
/proc/31177/task/31183/stat : 31183 (java) S 31175 31177 30060 0 -1 64 2 1103 0 0 0 0 19 2 18 0 9 0 28456929 888659968 60118 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=31177/tid=31184] ppid=31175 vsize=867832 CPUtime=0.65
/proc/31177/task/31184/stat : 31184 (java) S 31175 31177 30060 0 -1 64 1016 1103 0 0 44 0 19 2 15 0 9 0 28456929 888659968 60118 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=31177/tid=31185] ppid=31175 vsize=867832 CPUtime=0.21
/proc/31177/task/31185/stat : 31185 (java) S 31175 31177 30060 0 -1 64 1 1103 0 0 0 0 19 2 19 0 9 0 28456929 888659968 60118 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=31177/tid=31186] ppid=31175 vsize=867832 CPUtime=0.21
/proc/31177/task/31186/stat : 31186 (java) S 31175 31177 30060 0 -1 64 24 1103 0 0 0 0 19 2 15 0 9 0 28456929 888659968 60118 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 30.76
Current children cumulated vsize (KiB) 867832

[startup+31.3018 s]
/proc/loadavg: 2.01 2.02 2.00 3/90 31190
/proc/meminfo: memFree=1544528/2055920 swapFree=4192812/4192956
[pid=31177] ppid=31175 vsize=0 CPUtime=30.92
/proc/31177/stat : 31177 (java) Z 31175 31177 30060 0 -1 12 91388 1103 1 0 3032 39 19 2 16 0 2 0 28456924 0 0 996147200 0 0 0 0 0 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/31177/statm: 0 0 0 0 0 0 0
Current children cumulated CPU time (s) 30.92
Current children cumulated vsize (KiB) 0

Child status: 0
Real time (s): 31.3183
CPU time (s): 30.9603
CPU user time (s): 30.5254
CPU system time (s): 0.434933
CPU usage (%): 98.857
Max. virtual memory (cumulated for all children) (KiB): 867920

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 30.5254
system time used= 0.434933
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 92491
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= 2610
involuntary context switches= 2696

runsolver used 0.036994 second user time and 0.119981 second system time

The end

Launcher Data

Begin job on node32 at 2009-07-12 17:51:44
IDJOB=2097737
IDBENCH=57667
IDSOLVER=773
FILE ID=node32/2097737-1247413904
PBS_JOBID= 9510579
Free space on /tmp= 66364 MiB

SOLVER NAME= Abscon 112v4 AC
BENCH NAME= CPAI08/csp/fapp/fapp22/normalized-fapp22-1750-2.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-2097737-1247413904/watcher-2097737-1247413904 -o /tmp/evaluation-result-2097737-1247413904/solver-2097737-1247413904 -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-2097737-1247413904.xml

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

MD5SUM BENCH= 336ba63a28e2ecbd3bb2d5acda7f4f04
RANDOM SEED=1127518090

node32.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.236
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.236
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:       1748984 kB
Buffers:         39116 kB
Cached:         122180 kB
SwapCached:          0 kB
Active:         185032 kB
Inactive:        65532 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1748984 kB
SwapTotal:     4192956 kB
SwapFree:      4192812 kB
Dirty:            6536 kB
Writeback:           0 kB
Mapped:         109764 kB
Slab:            41156 kB
Committed_AS:  1025220 kB
PageTables:       2060 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= 66364 MiB
End job on node32 at 2009-07-12 17:52:16