Trace number 2097812

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 ESACUNSAT 27.3708 27.4557

DiagnosticValue
CHECKS1575160
NODES0

General information on the benchmark

Namecsp/fapp/fapp11/
normalized-fapp11-1000-3.xml
MD5SUM2fe8075751fff64133735b72d8923bdd
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 benchmark27.3708
Satisfiable
(Un)Satisfiability was proved
Number of variables1000
Number of constraints15032
Maximum constraint arity2
Maximum domain size362
Number of constraints which are defined in extension0
Number of constraints which are defined in intension15032
Global constraints used (with number of constraints)

Solver Data

0.02/0.08	
0.02/0.08	Abscon 112 (May, 2008)
0.20/0.24	
0.20/0.24	   configuration
0.20/0.24	     name=esac.xml
0.20/0.28	   
0.20/0.28	   instance
0.20/0.28	     name=HOME/instance-2097812-1247414058.xml
0.30/0.31	   
0.30/0.31	   domains being loaded...
0.30/0.35	   
0.30/0.35	   variables being loaded...
0.49/0.51	     nbVariables=1000  nbDomainTypes=18  minDomainSize=50  maxDomainSize=362  nbTotalValues=294634
0.49/0.51	       =>  wckTime=0.269  cpuTime=0.19  mem=18M636
0.49/0.51	   
0.49/0.51	   predicates being loaded...
0.49/0.58	   
0.49/0.58	   constraints being loaded...
20.59/20.65	   
20.59/20.65	   INFO : Stopping converting binary constraints (cpu=20.06, mem = 39M43)
25.85/25.92	     nbConstraints=8015  nbGlobalConstraints=10  nbMergedConstraints=7027  nbConvertedConstraints=410
25.85/25.92	     nbConvertConstraintsChecks=41823008  nbExtensionStructures=385  nbSharedExtensionStructures=57
25.85/25.92	     nbConflictsStructures=692  nbSharedConflictsStructures=133  nbUnbuiltConflictsStructures=6145
25.85/25.92	     nbSharedBinaryRepresentations=151618  nbEvaluationManagers=6452  nbSharedEvaluationManagers=1143  minDegree=4
25.85/25.92	     maxDegree=28  minArity=2  avgArity=2  maxArity=7  nbGenerators=0  nbFusions=0  symmetryWckTime=1.173
25.85/25.92	     symmetryCpuTime=1.01  nbCliques=10
25.85/25.92	       =>  wckTime=25.676  cpuTime=24.73  mem=68M217
26.15/26.21	   
26.15/26.21	   solver IterativeSystematicSolver being built... 
26.35/26.45	   
26.35/26.45	   INFO : Forward propagation technique limited 
26.44/26.55	       =>  wckTime=26.308  cpuTime=25.0  mem=90M815
27.24/27.38	   
27.24/27.38	   preprocessing
27.24/27.38	     nbConstraintChecks=1575161  nbValidityChecks=24068  nbPropagations=63  nbRevisions=1239  nbUselessRevisions=758
27.24/27.38	     nbRemovedValues=30371  detectedInconsistency=yes
27.24/27.38	       =>  wckTime=0.816  cpuTime=0.78  mem=90M815
27.24/27.38	   
27.24/27.38	   global
27.24/27.38	     nbConstraintChecks=1575161  nbValidityChecks=24068  nbPropagations=63  nbRevisions=1239  nbUselessRevisions=758
27.24/27.38	     nbRestartNogoods=0  solvingWckTime=0.818  solvingCpuTime=0.78  expiredTime=no  totalExploration=yes
27.24/27.38	     nbFoundSolutions=0  globalCpuTime=25.83
27.24/27.38	       =>  wckTime=27.134  cpuTime=25.79  mem=90M815
27.24/27.39	   
27.24/27.39	s UNSATISFIABLE
27.24/27.39	d NODES 0
27.24/27.39	d CHECKS 1575161
27.24/27.39	   
27.24/27.39	   totalWckTime=27.206  totalCpuTime=25.84

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-2097812-1247414058/watcher-2097812-1247414058 -o /tmp/evaluation-result-2097812-1247414058/solver-2097812-1247414058 -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-2097812-1247414058.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.12 2.05 2.01 3/80 929
/proc/meminfo: memFree=1784496/2055920 swapFree=4192812/4192956
[pid=929] ppid=927 vsize=18576 CPUtime=0
/proc/929/stat : 929 (runsolver) R 927 929 30423 0 -1 4194368 16 0 0 0 0 0 0 0 22 0 1 0 28472183 19021824 285 996147200 4194304 4302564 548682068384 18446744073709551615 238487661863 0 2147483391 4096 24578 0 0 0 17 1 0 0
/proc/929/statm: 4644 285 249 26 0 2626 0

[startup+0.043692 s]
/proc/loadavg: 2.12 2.05 2.01 3/80 929
/proc/meminfo: memFree=1784496/2055920 swapFree=4192812/4192956
[pid=929] ppid=927 vsize=861936 CPUtime=0.02
/proc/929/stat : 929 (java) S 927 929 30423 0 -1 0 2278 0 1 0 1 1 0 0 22 0 5 0 28472183 882622464 1880 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800971 18446744073709551615 0 0 17 1 0 0
/proc/929/statm: 215484 1894 867 9 0 210399 0
Current children cumulated CPU time (s) 0.02
Current children cumulated vsize (KiB) 861936

[startup+0.154065 s]
/proc/loadavg: 2.12 2.05 2.01 3/80 929
/proc/meminfo: memFree=1784496/2055920 swapFree=4192812/4192956
[pid=929] ppid=927 vsize=865984 CPUtime=0.13
/proc/929/stat : 929 (java) S 927 929 30423 0 -1 0 4258 0 1 0 11 2 0 0 22 0 9 0 28472183 886767616 3684 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/929/statm: 216496 3684 1833 9 0 210981 0
Current children cumulated CPU time (s) 0.13
Current children cumulated vsize (KiB) 865984

[startup+0.301428 s]
/proc/loadavg: 2.12 2.05 2.01 3/80 929
/proc/meminfo: memFree=1784496/2055920 swapFree=4192812/4192956
[pid=929] ppid=927 vsize=867388 CPUtime=0.3
/proc/929/stat : 929 (java) S 927 929 30423 0 -1 0 6012 0 1 0 26 4 0 0 22 0 9 0 28472183 888205312 5378 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/929/statm: 216847 5378 1986 9 0 211305 0
Current children cumulated CPU time (s) 0.3
Current children cumulated vsize (KiB) 867388

[startup+0.701505 s]
/proc/loadavg: 2.12 2.05 2.01 3/80 929
/proc/meminfo: memFree=1784496/2055920 swapFree=4192812/4192956
[pid=929] ppid=927 vsize=868804 CPUtime=0.7
/proc/929/stat : 929 (java) S 927 929 30423 0 -1 0 10984 0 1 0 63 7 0 0 22 0 9 0 28472183 889655296 10338 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/929/statm: 217201 10339 2038 9 0 211637 0
Current children cumulated CPU time (s) 0.7
Current children cumulated vsize (KiB) 868804

[startup+1.50166 s]
/proc/loadavg: 2.12 2.05 2.01 3/89 938
/proc/meminfo: memFree=1731880/2055920 swapFree=4192812/4192956
[pid=929] ppid=927 vsize=868716 CPUtime=1.49
/proc/929/stat : 929 (java) S 927 929 30423 0 -1 0 20085 0 1 0 138 11 0 0 22 0 9 0 28472183 889565184 19413 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/929/statm: 217179 19413 2028 9 0 211637 0
[pid=929/tid=931] ppid=927 vsize=868716 CPUtime=1.25
/proc/929/task/931/stat : 931 (java) R 927 929 30423 0 -1 64 15814 0 1 0 116 9 0 0 19 0 9 0 28472184 889565184 19413 996147200 134512640 134550932 4294955968 18446744073709551615 4126891716 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=929/tid=932] ppid=927 vsize=868716 CPUtime=0.05
/proc/929/task/932/stat : 932 (java) S 927 929 30423 0 -1 64 2896 0 0 0 5 0 0 0 17 0 9 0 28472186 889565184 19413 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=929/tid=933] ppid=927 vsize=868716 CPUtime=0
/proc/929/task/933/stat : 933 (java) S 927 929 30423 0 -1 64 15 0 0 0 0 0 0 0 16 0 9 0 28472186 889565184 19413 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=929/tid=934] ppid=927 vsize=868716 CPUtime=0
/proc/929/task/934/stat : 934 (java) S 927 929 30423 0 -1 64 5 0 0 0 0 0 0 0 16 0 9 0 28472186 889565184 19413 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=929/tid=935] ppid=927 vsize=868716 CPUtime=0
/proc/929/task/935/stat : 935 (java) S 927 929 30423 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 28472188 889565184 19413 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=929/tid=936] ppid=927 vsize=868716 CPUtime=0.16
/proc/929/task/936/stat : 936 (java) S 927 929 30423 0 -1 64 674 0 0 0 16 0 0 0 16 0 9 0 28472188 889565184 19413 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=929/tid=937] ppid=927 vsize=868716 CPUtime=0
/proc/929/task/937/stat : 937 (java) S 927 929 30423 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 28472188 889565184 19413 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=929/tid=938] ppid=927 vsize=868716 CPUtime=0
/proc/929/task/938/stat : 938 (java) S 927 929 30423 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 28472188 889565184 19413 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 868716

[startup+3.10297 s]
/proc/loadavg: 2.12 2.05 2.01 4/89 938
/proc/meminfo: memFree=1714152/2055920 swapFree=4192812/4192956
[pid=929] ppid=927 vsize=868716 CPUtime=3.1
/proc/929/stat : 929 (java) S 927 929 30423 0 -1 0 20142 0 1 0 298 12 0 0 22 0 9 0 28472183 889565184 19467 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/929/statm: 217179 19467 2031 9 0 211637 0
[pid=929/tid=931] ppid=927 vsize=868716 CPUtime=2.82
/proc/929/task/931/stat : 931 (java) R 927 929 30423 0 -1 64 15847 0 1 0 272 10 0 0 25 0 9 0 28472184 889565184 19467 996147200 134512640 134550932 4294955968 18446744073709551615 4126917687 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=929/tid=932] ppid=927 vsize=868716 CPUtime=0.05
/proc/929/task/932/stat : 932 (java) S 927 929 30423 0 -1 64 2896 0 0 0 5 0 0 0 17 0 9 0 28472186 889565184 19467 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=929/tid=933] ppid=927 vsize=868716 CPUtime=0
/proc/929/task/933/stat : 933 (java) S 927 929 30423 0 -1 64 15 0 0 0 0 0 0 0 16 0 9 0 28472186 889565184 19467 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=929/tid=934] ppid=927 vsize=868716 CPUtime=0
/proc/929/task/934/stat : 934 (java) S 927 929 30423 0 -1 64 5 0 0 0 0 0 0 0 16 0 9 0 28472186 889565184 19467 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=929/tid=935] ppid=927 vsize=868716 CPUtime=0
/proc/929/task/935/stat : 935 (java) S 927 929 30423 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 28472188 889565184 19467 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=929/tid=936] ppid=927 vsize=868716 CPUtime=0.19
/proc/929/task/936/stat : 936 (java) S 927 929 30423 0 -1 64 698 0 0 0 19 0 0 0 15 0 9 0 28472188 889565184 19467 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=929/tid=937] ppid=927 vsize=868716 CPUtime=0
/proc/929/task/937/stat : 937 (java) S 927 929 30423 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 28472188 889565184 19467 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=929/tid=938] ppid=927 vsize=868716 CPUtime=0
/proc/929/task/938/stat : 938 (java) S 927 929 30423 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 28472188 889565184 19467 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 3.1
Current children cumulated vsize (KiB) 868716

[startup+6.30159 s]
/proc/loadavg: 2.11 2.04 2.01 3/89 938
/proc/meminfo: memFree=1713768/2055920 swapFree=4192812/4192956
[pid=929] ppid=927 vsize=868716 CPUtime=6.3
/proc/929/stat : 929 (java) S 927 929 30423 0 -1 0 20169 0 1 0 617 13 0 0 22 0 9 0 28472183 889565184 19491 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/929/statm: 217179 19491 2031 9 0 211637 0
[pid=929/tid=931] ppid=927 vsize=868716 CPUtime=5.99
/proc/929/task/931/stat : 931 (java) R 927 929 30423 0 -1 64 15851 0 1 0 589 10 0 0 25 0 9 0 28472184 889565184 19491 996147200 134512640 134550932 4294955968 18446744073709551615 4126916464 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=929/tid=932] ppid=927 vsize=868716 CPUtime=0.05
/proc/929/task/932/stat : 932 (java) S 927 929 30423 0 -1 64 2896 0 0 0 5 0 0 0 16 0 9 0 28472186 889565184 19491 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=929/tid=933] ppid=927 vsize=868716 CPUtime=0
/proc/929/task/933/stat : 933 (java) S 927 929 30423 0 -1 64 15 0 0 0 0 0 0 0 16 0 9 0 28472186 889565184 19491 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=929/tid=934] ppid=927 vsize=868716 CPUtime=0
/proc/929/task/934/stat : 934 (java) S 927 929 30423 0 -1 64 5 0 0 0 0 0 0 0 16 0 9 0 28472186 889565184 19491 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=929/tid=935] ppid=927 vsize=868716 CPUtime=0
/proc/929/task/935/stat : 935 (java) S 927 929 30423 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 28472188 889565184 19491 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=929/tid=936] ppid=927 vsize=868716 CPUtime=0.21
/proc/929/task/936/stat : 936 (java) S 927 929 30423 0 -1 64 721 0 0 0 21 0 0 0 15 0 9 0 28472188 889565184 19491 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=929/tid=937] ppid=927 vsize=868716 CPUtime=0
/proc/929/task/937/stat : 937 (java) S 927 929 30423 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 28472188 889565184 19491 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=929/tid=938] ppid=927 vsize=868716 CPUtime=0
/proc/929/task/938/stat : 938 (java) S 927 929 30423 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 28472188 889565184 19491 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 6.3
Current children cumulated vsize (KiB) 868716

[startup+12.7028 s]
/proc/loadavg: 2.10 2.04 2.01 3/89 938
/proc/meminfo: memFree=1697576/2055920 swapFree=4192812/4192956
[pid=929] ppid=927 vsize=868716 CPUtime=12.69
/proc/929/stat : 929 (java) S 927 929 30423 0 -1 0 24219 0 1 0 1254 15 0 0 22 0 9 0 28472183 889565184 23539 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/929/statm: 217179 23539 2031 9 0 211637 0
[pid=929/tid=931] ppid=927 vsize=868716 CPUtime=12.27
/proc/929/task/931/stat : 931 (java) R 927 929 30423 0 -1 64 15855 0 1 0 1216 11 0 0 25 0 9 0 28472184 889565184 23539 996147200 134512640 134550932 4294955968 18446744073709551615 4126915062 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=929/tid=932] ppid=927 vsize=868716 CPUtime=0.18
/proc/929/task/932/stat : 932 (java) S 927 929 30423 0 -1 64 6940 0 0 0 16 2 0 0 16 0 9 0 28472186 889565184 23539 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=929/tid=933] ppid=927 vsize=868716 CPUtime=0
/proc/929/task/933/stat : 933 (java) S 927 929 30423 0 -1 64 15 0 0 0 0 0 0 0 16 0 9 0 28472186 889565184 23539 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=929/tid=934] ppid=927 vsize=868716 CPUtime=0
/proc/929/task/934/stat : 934 (java) S 927 929 30423 0 -1 64 5 0 0 0 0 0 0 0 16 0 9 0 28472186 889565184 23539 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=929/tid=935] ppid=927 vsize=868716 CPUtime=0
/proc/929/task/935/stat : 935 (java) S 927 929 30423 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 28472188 889565184 23539 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=929/tid=936] ppid=927 vsize=868716 CPUtime=0.21
/proc/929/task/936/stat : 936 (java) S 927 929 30423 0 -1 64 723 0 0 0 21 0 0 0 16 0 9 0 28472188 889565184 23539 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=929/tid=937] ppid=927 vsize=868716 CPUtime=0
/proc/929/task/937/stat : 937 (java) S 927 929 30423 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 28472188 889565184 23539 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=929/tid=938] ppid=927 vsize=868716 CPUtime=0
/proc/929/task/938/stat : 938 (java) S 927 929 30423 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 28472188 889565184 23539 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 12.69
Current children cumulated vsize (KiB) 868716

[startup+25.5013 s]
/proc/loadavg: 2.16 2.06 2.01 3/89 942
/proc/meminfo: memFree=1678952/2055920 swapFree=4192812/4192956
[pid=929] ppid=927 vsize=869364 CPUtime=25.46
/proc/929/stat : 929 (java) S 927 929 30423 0 -1 0 30650 678 1 0 2518 19 8 1 22 0 9 0 28472183 890228736 28161 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/929/statm: 217341 28161 2044 9 0 211799 0
[pid=929/tid=931] ppid=927 vsize=869364 CPUtime=24.61
/proc/929/task/931/stat : 931 (java) R 927 929 30423 0 -1 64 17383 678 1 0 2439 13 8 1 21 0 9 0 28472184 890228736 28161 996147200 134512640 134550932 4294955968 18446744073709551615 4126923248 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=929/tid=932] ppid=927 vsize=869364 CPUtime=0.61
/proc/929/task/932/stat : 932 (java) S 927 929 30423 0 -1 64 11532 678 0 0 49 3 8 1 16 0 9 0 28472186 890228736 28161 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=929/tid=933] ppid=927 vsize=869364 CPUtime=0.09
/proc/929/task/933/stat : 933 (java) S 927 929 30423 0 -1 64 15 678 0 0 0 0 8 1 16 0 9 0 28472186 890228736 28161 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=929/tid=934] ppid=927 vsize=869364 CPUtime=0.09
/proc/929/task/934/stat : 934 (java) S 927 929 30423 0 -1 64 5 678 0 0 0 0 8 1 16 0 9 0 28472186 890228736 28161 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=929/tid=935] ppid=927 vsize=869364 CPUtime=0.09
/proc/929/task/935/stat : 935 (java) S 927 929 30423 0 -1 64 1 678 0 0 0 0 8 1 18 0 9 0 28472188 890228736 28161 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=929/tid=936] ppid=927 vsize=869364 CPUtime=0.38
/proc/929/task/936/stat : 936 (java) S 927 929 30423 0 -1 64 887 678 0 0 28 1 8 1 15 0 9 0 28472188 890228736 28161 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=929/tid=937] ppid=927 vsize=869364 CPUtime=0.09
/proc/929/task/937/stat : 937 (java) S 927 929 30423 0 -1 64 1 678 0 0 0 0 8 1 19 0 9 0 28472188 890228736 28161 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=929/tid=938] ppid=927 vsize=869364 CPUtime=0.09
/proc/929/task/938/stat : 938 (java) S 927 929 30423 0 -1 64 13 678 0 0 0 0 8 1 15 0 9 0 28472188 890228736 28161 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 25.46
Current children cumulated vsize (KiB) 869364

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

[startup+26.3015 s]
/proc/loadavg: 2.16 2.06 2.01 4/89 942
/proc/meminfo: memFree=1671592/2055920 swapFree=4192812/4192956
[pid=929] ppid=927 vsize=869452 CPUtime=26.25
/proc/929/stat : 929 (java) S 927 929 30423 0 -1 0 46312 678 1 0 2594 22 8 1 22 0 9 0 28472183 890318848 30651 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/929/statm: 217363 30651 2660 9 0 211799 0
[pid=929/tid=931] ppid=927 vsize=869452 CPUtime=25.09
/proc/929/task/931/stat : 931 (java) R 927 929 30423 0 -1 64 20433 678 1 0 2487 13 8 1 25 0 9 0 28472184 890318848 30651 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=929/tid=932] ppid=927 vsize=869452 CPUtime=0.89
/proc/929/task/932/stat : 932 (java) S 927 929 30423 0 -1 64 24067 678 0 0 75 5 8 1 18 0 9 0 28472186 890318848 30651 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=929/tid=933] ppid=927 vsize=869452 CPUtime=0.09
/proc/929/task/933/stat : 933 (java) S 927 929 30423 0 -1 64 17 678 0 0 0 0 8 1 16 0 9 0 28472186 890318848 30651 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=929/tid=934] ppid=927 vsize=869452 CPUtime=0.09
/proc/929/task/934/stat : 934 (java) S 927 929 30423 0 -1 64 15 678 0 0 0 0 8 1 16 0 9 0 28472186 890318848 30651 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=929/tid=935] ppid=927 vsize=869452 CPUtime=0.09
/proc/929/task/935/stat : 935 (java) S 927 929 30423 0 -1 64 1 678 0 0 0 0 8 1 18 0 9 0 28472188 890318848 30651 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=929/tid=936] ppid=927 vsize=869452 CPUtime=0.41
/proc/929/task/936/stat : 936 (java) R 927 929 30423 0 -1 64 949 678 0 0 31 1 8 1 16 0 9 0 28472188 890318848 30651 996147200 134512640 134550932 4294955968 18446744073709551615 102023063 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=929/tid=937] ppid=927 vsize=869452 CPUtime=0.09
/proc/929/task/937/stat : 937 (java) S 927 929 30423 0 -1 64 1 678 0 0 0 0 8 1 19 0 9 0 28472188 890318848 30651 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=929/tid=938] ppid=927 vsize=869452 CPUtime=0.09
/proc/929/task/938/stat : 938 (java) S 927 929 30423 0 -1 64 16 678 0 0 0 0 8 1 15 0 9 0 28472188 890318848 30651 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 26.25
Current children cumulated vsize (KiB) 869452

[startup+27.1016 s]
/proc/loadavg: 2.16 2.06 2.01 4/89 942
/proc/meminfo: memFree=1671592/2055920 swapFree=4192812/4192956
[pid=929] ppid=927 vsize=869452 CPUtime=27.04
/proc/929/stat : 929 (java) S 927 929 30423 0 -1 0 58201 678 1 0 2670 25 8 1 22 0 9 0 28472183 890318848 33396 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/929/statm: 217363 33396 2662 9 0 211799 0
[pid=929/tid=931] ppid=927 vsize=869452 CPUtime=25.81
/proc/929/task/931/stat : 931 (java) R 927 929 30423 0 -1 64 28485 678 1 0 2557 15 8 1 25 0 9 0 28472184 890318848 33396 996147200 134512640 134550932 4294955968 18446744073709551615 4126467427 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=929/tid=932] ppid=927 vsize=869452 CPUtime=0.92
/proc/929/task/932/stat : 932 (java) S 927 929 30423 0 -1 64 27879 678 0 0 77 6 8 1 16 0 9 0 28472186 890318848 33396 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=929/tid=933] ppid=927 vsize=869452 CPUtime=0.09
/proc/929/task/933/stat : 933 (java) S 927 929 30423 0 -1 64 17 678 0 0 0 0 8 1 16 0 9 0 28472186 890318848 33396 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=929/tid=934] ppid=927 vsize=869452 CPUtime=0.09
/proc/929/task/934/stat : 934 (java) S 927 929 30423 0 -1 64 24 678 0 0 0 0 8 1 15 0 9 0 28472186 890318848 33396 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=929/tid=935] ppid=927 vsize=869452 CPUtime=0.09
/proc/929/task/935/stat : 935 (java) S 927 929 30423 0 -1 64 1 678 0 0 0 0 8 1 18 0 9 0 28472188 890318848 33396 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=929/tid=936] ppid=927 vsize=869452 CPUtime=0.44
/proc/929/task/936/stat : 936 (java) S 927 929 30423 0 -1 64 965 678 0 0 34 1 8 1 15 0 9 0 28472188 890318848 33396 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=929/tid=937] ppid=927 vsize=869452 CPUtime=0.09
/proc/929/task/937/stat : 937 (java) S 927 929 30423 0 -1 64 1 678 0 0 0 0 8 1 19 0 9 0 28472188 890318848 33396 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=929/tid=938] ppid=927 vsize=869452 CPUtime=0.09
/proc/929/task/938/stat : 938 (java) S 927 929 30423 0 -1 64 16 678 0 0 0 0 8 1 15 0 9 0 28472188 890318848 33396 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 27.04
Current children cumulated vsize (KiB) 869452

[startup+27.3027 s]
/proc/loadavg: 2.16 2.06 2.01 4/89 942
/proc/meminfo: memFree=1671592/2055920 swapFree=4192812/4192956
[pid=929] ppid=927 vsize=869452 CPUtime=27.24
/proc/929/stat : 929 (java) S 927 929 30423 0 -1 0 58202 678 1 0 2690 25 8 1 22 0 9 0 28472183 890318848 33397 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/929/statm: 217363 33397 2662 9 0 211799 0
[pid=929/tid=931] ppid=927 vsize=869452 CPUtime=26.01
/proc/929/task/931/stat : 931 (java) R 927 929 30423 0 -1 64 28485 678 1 0 2577 15 8 1 25 0 9 0 28472184 890318848 33397 996147200 134512640 134550932 4294955968 18446744073709551615 4126915037 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=929/tid=932] ppid=927 vsize=869452 CPUtime=0.92
/proc/929/task/932/stat : 932 (java) S 927 929 30423 0 -1 64 27879 678 0 0 77 6 8 1 16 0 9 0 28472186 890318848 33397 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=929/tid=933] ppid=927 vsize=869452 CPUtime=0.09
/proc/929/task/933/stat : 933 (java) S 927 929 30423 0 -1 64 17 678 0 0 0 0 8 1 16 0 9 0 28472186 890318848 33397 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=929/tid=934] ppid=927 vsize=869452 CPUtime=0.09
/proc/929/task/934/stat : 934 (java) S 927 929 30423 0 -1 64 24 678 0 0 0 0 8 1 15 0 9 0 28472186 890318848 33397 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=929/tid=935] ppid=927 vsize=869452 CPUtime=0.09
/proc/929/task/935/stat : 935 (java) S 927 929 30423 0 -1 64 1 678 0 0 0 0 8 1 18 0 9 0 28472188 890318848 33397 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=929/tid=936] ppid=927 vsize=869452 CPUtime=0.44
/proc/929/task/936/stat : 936 (java) S 927 929 30423 0 -1 64 966 678 0 0 34 1 8 1 15 0 9 0 28472188 890318848 33397 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=929/tid=937] ppid=927 vsize=869452 CPUtime=0.09
/proc/929/task/937/stat : 937 (java) S 927 929 30423 0 -1 64 1 678 0 0 0 0 8 1 19 0 9 0 28472188 890318848 33397 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=929/tid=938] ppid=927 vsize=869452 CPUtime=0.09
/proc/929/task/938/stat : 938 (java) S 927 929 30423 0 -1 64 16 678 0 0 0 0 8 1 15 0 9 0 28472188 890318848 33397 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 27.24
Current children cumulated vsize (KiB) 869452

[startup+27.4027 s]
/proc/loadavg: 2.15 2.06 2.01 2/89 942
/proc/meminfo: memFree=1660584/2055920 swapFree=4192812/4192956
[pid=929] ppid=927 vsize=869452 CPUtime=27.33
/proc/929/stat : 929 (java) S 927 929 30423 0 -1 0 58207 678 1 0 2698 26 8 1 22 0 9 0 28472183 890318848 33399 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/929/statm: 217363 33399 2662 9 0 211799 0
[pid=929/tid=931] ppid=927 vsize=869452 CPUtime=26.09
/proc/929/task/931/stat : 931 (java) S 927 929 30423 0 -1 64 28489 678 1 0 2585 15 8 1 25 0 9 0 28472184 890318848 33399 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=929/tid=932] ppid=927 vsize=869452 CPUtime=0.92
/proc/929/task/932/stat : 932 (java) S 927 929 30423 0 -1 64 27879 678 0 0 77 6 8 1 16 0 9 0 28472186 890318848 33399 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=929/tid=933] ppid=927 vsize=869452 CPUtime=0.09
/proc/929/task/933/stat : 933 (java) S 927 929 30423 0 -1 64 17 678 0 0 0 0 8 1 16 0 9 0 28472186 890318848 33399 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=929/tid=934] ppid=927 vsize=869452 CPUtime=0.09
/proc/929/task/934/stat : 934 (java) S 927 929 30423 0 -1 64 24 678 0 0 0 0 8 1 15 0 9 0 28472186 890318848 33399 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=929/tid=935] ppid=927 vsize=869452 CPUtime=0.09
/proc/929/task/935/stat : 935 (java) S 927 929 30423 0 -1 64 1 678 0 0 0 0 8 1 18 0 9 0 28472188 890318848 33399 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=929/tid=936] ppid=927 vsize=869452 CPUtime=0.44
/proc/929/task/936/stat : 936 (java) S 927 929 30423 0 -1 64 967 678 0 0 34 1 8 1 15 0 9 0 28472188 890318848 33399 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=929/tid=937] ppid=927 vsize=869452 CPUtime=0.09
/proc/929/task/937/stat : 937 (java) S 927 929 30423 0 -1 64 1 678 0 0 0 0 8 1 19 0 9 0 28472188 890318848 33399 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=929/tid=938] ppid=927 vsize=869452 CPUtime=0.09
/proc/929/task/938/stat : 938 (java) S 927 929 30423 0 -1 64 16 678 0 0 0 0 8 1 15 0 9 0 28472188 890318848 33399 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 27.33
Current children cumulated vsize (KiB) 869452

Child status: 0
Real time (s): 27.4557
CPU time (s): 27.3708
CPU user time (s): 27.0739
CPU system time (s): 0.296954
CPU usage (%): 99.691
Max. virtual memory (cumulated for all children) (KiB): 869452

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

runsolver used 0.036994 second user time and 0.100984 second system time

The end

Launcher Data

Begin job on node23 at 2009-07-12 17:54:18
IDJOB=2097812
IDBENCH=57801
IDSOLVER=774
FILE ID=node23/2097812-1247414058
PBS_JOBID= 9510598
Free space on /tmp= 66360 MiB

SOLVER NAME= Abscon 112v4 ESAC
BENCH NAME= CPAI08/csp/fapp/fapp11/normalized-fapp11-1000-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-2097812-1247414058/watcher-2097812-1247414058 -o /tmp/evaluation-result-2097812-1247414058/solver-2097812-1247414058 -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-2097812-1247414058.xml

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

MD5SUM BENCH= 2fe8075751fff64133735b72d8923bdd
RANDOM SEED=845274856

node23.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.277
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.277
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:       1784976 kB
Buffers:         42760 kB
Cached:         117788 kB
SwapCached:          0 kB
Active:         149712 kB
Inactive:        63408 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1784976 kB
SwapTotal:     4192956 kB
SwapFree:      4192812 kB
Dirty:            4240 kB
Writeback:           0 kB
Mapped:          72936 kB
Slab:            43148 kB
Committed_AS:  1014148 kB
PageTables:       1868 kB
VmallocTotal: 536870911 kB
VmallocUsed:    264952 kB
VmallocChunk: 536605679 kB
HugePages_Total:     0
HugePages_Free:      0
Hugepagesize:     2048 kB

Free space on /tmp at the end= 66356 MiB
End job on node23 at 2009-07-12 17:54:45