Trace number 2094280

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 11.7722 11.8534

DiagnosticValue
CHECKS1821520
NODES400

General information on the benchmark

Namecsp/compet08/
normalized-patat-08-comp-10.xml
MD5SUM3a46901a8ea2c192a6f5d5f8c9f3ac47
Bench CategoryAlldiff (alldiff)
Best result obtained on this benchmarkSAT
Best CPU time to get the best result obtained on this benchmark1.07783
Satisfiable
(Un)Satisfiability was proved
Number of variables400
Number of constraints6793
Maximum constraint arity15
Maximum domain size33
Number of constraints which are defined in extension0
Number of constraints which are defined in intension5889
Global constraints used (with number of constraints)alldifferent(904)

Solver Data

0.03/0.08	
0.03/0.08	Abscon 112 (May, 2008)
0.18/0.22	
0.18/0.22	   configuration
0.18/0.22	     name=esac.xml
0.29/0.30	   
0.29/0.30	   instance
0.29/0.30	     name=HOME/instance-2094280-1247403264.xml
0.29/0.34	   
0.29/0.34	   domains being loaded...
0.38/0.42	   
0.38/0.42	   variables being loaded...
0.48/0.56	     nbVariables=400  nbDomainTypes=271  minDomainSize=1  maxDomainSize=33  nbTotalValues=6116
0.48/0.56	       =>  wckTime=0.33  cpuTime=0.24  mem=9M859
0.48/0.56	   
0.48/0.56	   predicates being loaded...
0.58/0.61	   
0.58/0.61	   constraints being loaded...
6.42/6.55	     nbConstraints=6793  nbGlobalConstraints=904  nbSingletonDomainVariables=50  nbConflictsStructures=1853
6.42/6.55	     nbSharedConflictsStructures=0  nbUnbuiltConflictsStructures=4036  nbSharedBinaryRepresentations=0
6.42/6.55	     nbEvaluationManagers=5889  nbSharedEvaluationManagers=0  minDegree=14  maxDegree=195  minArity=4  avgArity=5.25
6.42/6.55	     maxArity=15  nbGenerators=0  nbFusions=0  symmetryWckTime=0.407  symmetryCpuTime=0.19
6.42/6.55	       =>  wckTime=6.326  cpuTime=5.59  mem=62M929
6.61/6.74	   
6.61/6.74	   solver IterativeSystematicSolver being built... 
6.92/7.05	   
6.92/7.05	   INFO : Forward propagation technique limited 
7.02/7.12	       =>  wckTime=6.894  cpuTime=5.88  mem=69M978
10.31/10.42	   
10.31/10.42	   preprocessing
10.31/10.42	     nbConstraintChecks=1385097  nbValidityChecks=5904582  nbPropagations=6726  nbRevisions=424820
10.31/10.42	     nbUselessRevisions=424527  nbSingletonTests=553  nbEffectiveSingletonTests=0  nbACRemovals=0  nbFoundSingletons=0
10.31/10.42	     nbRemovedValues=0  detectedInconsistency=no
10.31/10.42	       =>  wckTime=3.298  cpuTime=3.17  mem=75M956
11.71/11.82	   
11.71/11.82	   search
11.71/11.82	     run=0  nbConstraintChecks=436422  nbValidityChecks=2363895  minDepth=401  maxDepth=400  nbPropagations=10645
11.71/11.82	     nbRevisions=562288  nbUselessRevisions=561834  nbAssignments=400  nbFailedAssignments=0  nbBacktracks=0
11.71/11.82	     nbVisitedNodes=401  nbRestartNogoods=0  nbFoundSolutions=1  mapSize=0  nbInferences=0  nbTooLargeKeys=0
11.71/11.82	     nbSEliminables=0  nbREliminables=191.9  nbIEliminables=56.18  nbDEliminables=0  nbPEliminables=0
11.71/11.82	       =>  wckTime=4.695  cpuTime=4.52  mem=54M619
11.71/11.82	   
11.71/11.82	   global
11.71/11.82	     nbConstraintChecks=1821519  nbValidityChecks=8268477  nbPropagations=17371  nbRevisions=987108
11.71/11.82	     nbUselessRevisions=986361  nbRestartNogoods=0  solvingWckTime=4.697  solvingCpuTime=4.52  expiredTime=no
11.71/11.82	     totalExploration=no  nbFoundSolutions=1  firstSolutionCpuTime=10.38  globalCpuTime=10.46
11.71/11.82	       =>  wckTime=11.593  cpuTime=10.41  mem=54M619
11.71/11.82	   
11.71/11.82	s SATISFIABLE
11.71/11.82	v 30 12 0 38 16 33 12 22 39 35 23 30 23 13 18 13 10 24 26 26 20 6 27 16 34 40 5 42 10 27 29 24 33 22 11 4 42 35 27 6 18 31 23 41 21 25 43 24 0 20 31 42 2 31 36 32 29 37 11 0 0 20 32 23 7 42 18 37 10 1 28 36 14 10 31 29 39 19 24 6 3 0 43 2 37 6 35 37 10 4 18 1 44 25 5 13 30 38 15 12 40 21 35 6 13 5 8 9 1 18 13 22 4 41 12 3 25 30 39 19 28 28 5 7 33 41 37 1 16 41 17 26 20 15 23 0 41 17 1 9 10 31 12 28 25 6 27 7 4 11 5 10 14 23 27 22 15 22 15 21 36 16 27 31 34 4 2 44 19 2 3 19 29 18 43 9 29 27 3 1 30 32 20 36 2 17 17 36 39 3 40 34 20 14 40 42 3 2 32 12 1 3 6 5 9 13 1 9 10 3 9 6 4 4 19 9 10 11 2 10 3 19 3 5 10 10 12 9 14 9 10 10 3 15 0 4 1 5 15 9 15 8 16 14 7 17 5 5 4 9 15 16 11 11 9 4 14 1 13 9 0 14 14 12 9 18 10 11 15 10 5 1 12 2 19 4 3 10 3 0 4 17 16 14 4 5 14 14 11 15 11 1 7 5 18 1 2 9 3 19 7 12 7 4 14 11 9 5 9 5 3 4 5 7 18 0 9 11 4 1 6 19 0 5 11 4 13 4 7 3 5 11 15 4 6 1 2 17 0 0 1 10 4 3 2 2 1 4 17 18 17 4 9 19 10 10 11 6 19 9 7 3 6 6 5 0 0 10 9 3 19 6 2 8 10 10 7 4 9 16 7 16 17 17 16 16 18 5 9 3 9 11 1 1 3 5 5 9 5 7 
11.71/11.82	d NODES 400
11.71/11.82	d CHECKS 1821519
11.71/11.82	   
11.71/11.82	   totalWckTime=11.644  totalCpuTime=10.46

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-2094280-1247403264/watcher-2094280-1247403264 -o /tmp/evaluation-result-2094280-1247403264/solver-2094280-1247403264 -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-2094280-1247403264.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: 1.92 1.98 1.83 4/81 29935
/proc/meminfo: memFree=1768736/2055920 swapFree=4192812/4192956
[pid=29935] ppid=29933 vsize=1516 CPUtime=0
/proc/29935/stat : 29935 (java) R 29933 29935 29543 0 -1 0 67 0 0 0 0 0 0 0 19 0 1 0 27391645 1552384 51 996147200 134512640 134550932 4294956128 18446744073709551615 10409260 0 0 4096 0 0 0 0 17 0 0 0
/proc/29935/statm: 379 51 38 9 0 9 0

[startup+0.0427981 s]
/proc/loadavg: 1.92 1.98 1.83 4/81 29935
/proc/meminfo: memFree=1768736/2055920 swapFree=4192812/4192956
[pid=29935] ppid=29933 vsize=861936 CPUtime=0.03
/proc/29935/stat : 29935 (java) S 29933 29935 29543 0 -1 0 2276 0 1 0 2 1 0 0 18 0 5 0 27391645 882622464 1879 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800971 18446744073709551615 0 0 17 1 0 0
/proc/29935/statm: 215484 1879 861 9 0 210399 0
Current children cumulated CPU time (s) 0.03
Current children cumulated vsize (KiB) 861936

[startup+0.102181 s]
/proc/loadavg: 1.92 1.98 1.83 4/81 29935
/proc/meminfo: memFree=1768736/2055920 swapFree=4192812/4192956
[pid=29935] ppid=29933 vsize=865984 CPUtime=0.09
/proc/29935/stat : 29935 (java) S 29933 29935 29543 0 -1 0 3828 0 1 0 7 2 0 0 18 0 9 0 27391645 886767616 3271 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/29935/statm: 216496 3271 1721 9 0 210981 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 865984

[startup+0.301217 s]
/proc/loadavg: 1.92 1.98 1.83 4/81 29935
/proc/meminfo: memFree=1768736/2055920 swapFree=4192812/4192956
[pid=29935] ppid=29933 vsize=866376 CPUtime=0.29
/proc/29935/stat : 29935 (java) S 29933 29935 29543 0 -1 0 5747 0 1 0 25 4 0 0 18 0 9 0 27391645 887169024 5143 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/29935/statm: 216594 5143 1945 9 0 211052 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 866376

[startup+0.702298 s]
/proc/loadavg: 1.92 1.98 1.83 4/81 29935
/proc/meminfo: memFree=1768736/2055920 swapFree=4192812/4192956
[pid=29935] ppid=29933 vsize=867200 CPUtime=0.68
/proc/29935/stat : 29935 (java) S 29933 29935 29543 0 -1 0 8170 0 1 0 63 5 0 0 18 0 9 0 27391645 888012800 7524 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/29935/statm: 216800 7524 2034 9 0 211236 0
Current children cumulated CPU time (s) 0.68
Current children cumulated vsize (KiB) 867200

[startup+1.50145 s]
/proc/loadavg: 1.92 1.98 1.83 3/90 29944
/proc/meminfo: memFree=1729048/2055920 swapFree=4192812/4192956
[pid=29935] ppid=29933 vsize=867792 CPUtime=1.47
/proc/29935/stat : 29935 (java) S 29933 29935 29543 0 -1 0 17125 0 1 0 137 10 0 0 18 0 9 0 27391645 888619008 16478 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/29935/statm: 216948 16478 2039 9 0 211384 0
[pid=29935/tid=29937] ppid=29933 vsize=867792 CPUtime=1.25
/proc/29935/task/29937/stat : 29937 (java) R 29933 29935 29543 0 -1 64 15705 0 1 0 116 9 0 0 25 0 9 0 27391646 888619008 16478 996147200 134512640 134550932 4294955968 18446744073709551615 4126951027 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=29935/tid=29938] ppid=29933 vsize=867792 CPUtime=0
/proc/29935/task/29938/stat : 29938 (java) S 29933 29935 29543 0 -1 64 3 0 0 0 0 0 0 0 17 0 9 0 27391648 888619008 16478 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=29935/tid=29939] ppid=29933 vsize=867792 CPUtime=0
/proc/29935/task/29939/stat : 29939 (java) S 29933 29935 29543 0 -1 64 11 0 0 0 0 0 0 0 19 0 9 0 27391648 888619008 16478 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=29935/tid=29940] ppid=29933 vsize=867792 CPUtime=0
/proc/29935/task/29940/stat : 29940 (java) S 29933 29935 29543 0 -1 64 4 0 0 0 0 0 0 0 20 0 9 0 27391648 888619008 16478 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=29935/tid=29941] ppid=29933 vsize=867792 CPUtime=0
/proc/29935/task/29941/stat : 29941 (java) S 29933 29935 29543 0 -1 64 2 0 0 0 0 0 0 0 18 0 9 0 27391650 888619008 16478 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=29935/tid=29942] ppid=29933 vsize=867792 CPUtime=0.2
/proc/29935/task/29942/stat : 29942 (java) S 29933 29935 29543 0 -1 64 722 0 0 0 20 0 0 0 16 0 9 0 27391650 888619008 16478 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=29935/tid=29943] ppid=29933 vsize=867792 CPUtime=0
/proc/29935/task/29943/stat : 29943 (java) S 29933 29935 29543 0 -1 64 0 0 0 0 0 0 0 0 19 0 9 0 27391650 888619008 16478 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=29935/tid=29944] ppid=29933 vsize=867792 CPUtime=0
/proc/29935/task/29944/stat : 29944 (java) S 29933 29935 29543 0 -1 64 0 0 0 0 0 0 0 0 15 0 9 0 27391650 888619008 16478 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) 867792

[startup+3.10177 s]
/proc/loadavg: 1.92 1.98 1.83 3/90 29944
/proc/meminfo: memFree=1702808/2055920 swapFree=4192812/4192956
[pid=29935] ppid=29933 vsize=867704 CPUtime=3.05
/proc/29935/stat : 29935 (java) S 29933 29935 29543 0 -1 0 21689 0 1 0 286 19 0 0 18 0 9 0 27391645 888528896 21015 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/29935/statm: 216926 21015 2029 9 0 211384 0
[pid=29935/tid=29937] ppid=29933 vsize=867704 CPUtime=2.67
/proc/29935/task/29937/stat : 29937 (java) R 29933 29935 29543 0 -1 64 15826 0 1 0 251 16 0 0 25 0 9 0 27391646 888528896 21015 996147200 134512640 134550932 4294955968 18446744073709551615 102630413 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=29935/tid=29938] ppid=29933 vsize=867704 CPUtime=0.11
/proc/29935/task/29938/stat : 29938 (java) S 29933 29935 29543 0 -1 64 4414 0 0 0 10 1 0 0 16 0 9 0 27391648 888528896 21015 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=29935/tid=29939] ppid=29933 vsize=867704 CPUtime=0
/proc/29935/task/29939/stat : 29939 (java) S 29933 29935 29543 0 -1 64 16 0 0 0 0 0 0 0 16 0 9 0 27391648 888528896 21015 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=29935/tid=29940] ppid=29933 vsize=867704 CPUtime=0
/proc/29935/task/29940/stat : 29940 (java) S 29933 29935 29543 0 -1 64 5 0 0 0 0 0 0 0 16 0 9 0 27391648 888528896 21015 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=29935/tid=29941] ppid=29933 vsize=867704 CPUtime=0
/proc/29935/task/29941/stat : 29941 (java) S 29933 29935 29543 0 -1 64 2 0 0 0 0 0 0 0 18 0 9 0 27391650 888528896 21015 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=29935/tid=29942] ppid=29933 vsize=867704 CPUtime=0.23
/proc/29935/task/29942/stat : 29942 (java) S 29933 29935 29543 0 -1 64 748 0 0 0 23 0 0 0 15 0 9 0 27391650 888528896 21015 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=29935/tid=29943] ppid=29933 vsize=867704 CPUtime=0
/proc/29935/task/29943/stat : 29943 (java) S 29933 29935 29543 0 -1 64 0 0 0 0 0 0 0 0 19 0 9 0 27391650 888528896 21015 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=29935/tid=29944] ppid=29933 vsize=867704 CPUtime=0
/proc/29935/task/29944/stat : 29944 (java) S 29933 29935 29543 0 -1 64 0 0 0 0 0 0 0 0 15 0 9 0 27391650 888528896 21015 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) 867704

[startup+6.3014 s]
/proc/loadavg: 2.01 2.00 1.84 3/90 29944
/proc/meminfo: memFree=1687256/2055920 swapFree=4192812/4192956
[pid=29935] ppid=29933 vsize=868028 CPUtime=6.21
/proc/29935/stat : 29935 (java) S 29933 29935 29543 0 -1 0 24098 0 1 0 584 37 0 0 18 0 10 0 27391645 888860672 23404 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/29935/statm: 217007 23404 2035 9 0 211465 0
[pid=29935/tid=29937] ppid=29933 vsize=868028 CPUtime=5.72
/proc/29935/task/29937/stat : 29937 (java) S 29933 29935 29543 0 -1 64 15859 0 1 0 539 33 0 0 25 0 10 0 27391646 888860672 23404 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=29935/tid=29938] ppid=29933 vsize=868028 CPUtime=0.2
/proc/29935/task/29938/stat : 29938 (java) S 29933 29935 29543 0 -1 64 6771 0 0 0 18 2 0 0 16 0 10 0 27391648 888860672 23404 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=29935/tid=29939] ppid=29933 vsize=868028 CPUtime=0
/proc/29935/task/29939/stat : 29939 (java) S 29933 29935 29543 0 -1 64 16 0 0 0 0 0 0 0 16 0 10 0 27391648 888860672 23404 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=29935/tid=29940] ppid=29933 vsize=868028 CPUtime=0
/proc/29935/task/29940/stat : 29940 (java) S 29933 29935 29543 0 -1 64 5 0 0 0 0 0 0 0 16 0 10 0 27391648 888860672 23404 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=29935/tid=29941] ppid=29933 vsize=868028 CPUtime=0
/proc/29935/task/29941/stat : 29941 (java) S 29933 29935 29543 0 -1 64 2 0 0 0 0 0 0 0 18 0 10 0 27391650 888860672 23404 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=29935/tid=29942] ppid=29933 vsize=868028 CPUtime=0.25
/proc/29935/task/29942/stat : 29942 (java) S 29933 29935 29543 0 -1 64 756 0 0 0 25 0 0 0 15 0 10 0 27391650 888860672 23404 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=29935/tid=29943] ppid=29933 vsize=868028 CPUtime=0
/proc/29935/task/29943/stat : 29943 (java) S 29933 29935 29543 0 -1 64 0 0 0 0 0 0 0 0 19 0 10 0 27391650 888860672 23404 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=29935/tid=29944] ppid=29933 vsize=868028 CPUtime=0
/proc/29935/task/29944/stat : 29944 (java) S 29933 29935 29543 0 -1 64 0 0 0 0 0 0 0 0 15 0 10 0 27391650 888860672 23404 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 6.21
Current children cumulated vsize (KiB) 868028

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

[startup+9.50302 s]
/proc/loadavg: 2.01 2.00 1.84 3/90 29948
/proc/meminfo: memFree=1657424/2055920 swapFree=4192812/4192956
[pid=29935] ppid=29933 vsize=868028 CPUtime=9.41
/proc/29935/stat : 29935 (java) S 29933 29935 29543 0 -1 0 51520 846 1 0 879 44 17 1 18 0 9 0 27391645 888860672 30249 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/29935/statm: 217007 30249 2639 9 0 211465 0
[pid=29935/tid=29937] ppid=29933 vsize=868028 CPUtime=8.52
/proc/29935/task/29937/stat : 29937 (java) R 29933 29935 29543 0 -1 64 25889 846 1 0 799 35 17 1 25 0 9 0 27391646 888860672 30249 996147200 134512640 134550932 4294955968 18446744073709551615 4127324378 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=29935/tid=29938] ppid=29933 vsize=868028 CPUtime=0.68
/proc/29935/task/29938/stat : 29938 (java) S 29933 29935 29543 0 -1 64 23790 846 0 0 45 5 17 1 17 0 9 0 27391648 888860672 30249 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=29935/tid=29939] ppid=29933 vsize=868028 CPUtime=0.18
/proc/29935/task/29939/stat : 29939 (java) S 29933 29935 29543 0 -1 64 21 846 0 0 0 0 17 1 16 0 9 0 27391648 888860672 30249 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=29935/tid=29940] ppid=29933 vsize=868028 CPUtime=0.18
/proc/29935/task/29940/stat : 29940 (java) S 29933 29935 29543 0 -1 64 27 846 0 0 0 0 17 1 16 0 9 0 27391648 888860672 30249 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=29935/tid=29941] ppid=29933 vsize=868028 CPUtime=0.18
/proc/29935/task/29941/stat : 29941 (java) S 29933 29935 29543 0 -1 64 2 846 0 0 0 0 17 1 18 0 9 0 27391650 888860672 30249 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=29935/tid=29942] ppid=29933 vsize=868028 CPUtime=0.53
/proc/29935/task/29942/stat : 29942 (java) S 29933 29935 29543 0 -1 64 969 846 0 0 34 1 17 1 16 0 9 0 27391650 888860672 30249 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=29935/tid=29943] ppid=29933 vsize=868028 CPUtime=0.18
/proc/29935/task/29943/stat : 29943 (java) S 29933 29935 29543 0 -1 64 0 846 0 0 0 0 17 1 19 0 9 0 27391650 888860672 30249 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=29935/tid=29944] ppid=29933 vsize=868028 CPUtime=0.18
/proc/29935/task/29944/stat : 29944 (java) S 29933 29935 29543 0 -1 64 13 846 0 0 0 0 17 1 15 0 9 0 27391650 888860672 30249 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 9.41
Current children cumulated vsize (KiB) 868028

[startup+11.1023 s]
/proc/loadavg: 2.01 2.00 1.84 3/90 29948
/proc/meminfo: memFree=1657296/2055920 swapFree=4192812/4192956
[pid=29935] ppid=29933 vsize=868028 CPUtime=11.01
/proc/29935/stat : 29935 (java) S 29933 29935 29543 0 -1 0 51536 846 1 0 1039 44 17 1 18 0 9 0 27391645 888860672 30262 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/29935/statm: 217007 30262 2639 9 0 211465 0
[pid=29935/tid=29937] ppid=29933 vsize=868028 CPUtime=10.1
/proc/29935/task/29937/stat : 29937 (java) R 29933 29935 29543 0 -1 64 25894 846 1 0 957 35 17 1 25 0 9 0 27391646 888860672 30262 996147200 134512640 134550932 4294955968 18446744073709551615 4127333279 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=29935/tid=29938] ppid=29933 vsize=868028 CPUtime=0.68
/proc/29935/task/29938/stat : 29938 (java) S 29933 29935 29543 0 -1 64 23790 846 0 0 45 5 17 1 17 0 9 0 27391648 888860672 30262 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=29935/tid=29939] ppid=29933 vsize=868028 CPUtime=0.18
/proc/29935/task/29939/stat : 29939 (java) S 29933 29935 29543 0 -1 64 21 846 0 0 0 0 17 1 16 0 9 0 27391648 888860672 30262 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=29935/tid=29940] ppid=29933 vsize=868028 CPUtime=0.18
/proc/29935/task/29940/stat : 29940 (java) S 29933 29935 29543 0 -1 64 27 846 0 0 0 0 17 1 16 0 9 0 27391648 888860672 30262 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=29935/tid=29941] ppid=29933 vsize=868028 CPUtime=0.18
/proc/29935/task/29941/stat : 29941 (java) S 29933 29935 29543 0 -1 64 2 846 0 0 0 0 17 1 18 0 9 0 27391650 888860672 30262 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=29935/tid=29942] ppid=29933 vsize=868028 CPUtime=0.55
/proc/29935/task/29942/stat : 29942 (java) S 29933 29935 29543 0 -1 64 980 846 0 0 36 1 17 1 15 0 9 0 27391650 888860672 30262 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=29935/tid=29943] ppid=29933 vsize=868028 CPUtime=0.18
/proc/29935/task/29943/stat : 29943 (java) S 29933 29935 29543 0 -1 64 0 846 0 0 0 0 17 1 19 0 9 0 27391650 888860672 30262 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=29935/tid=29944] ppid=29933 vsize=868028 CPUtime=0.18
/proc/29935/task/29944/stat : 29944 (java) S 29933 29935 29543 0 -1 64 13 846 0 0 0 0 17 1 15 0 9 0 27391650 888860672 30262 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 11.01
Current children cumulated vsize (KiB) 868028

[startup+11.5014 s]
/proc/loadavg: 2.01 2.00 1.84 3/90 29948
/proc/meminfo: memFree=1657296/2055920 swapFree=4192812/4192956
[pid=29935] ppid=29933 vsize=868028 CPUtime=11.42
/proc/29935/stat : 29935 (java) S 29933 29935 29543 0 -1 0 52938 846 1 0 1079 45 17 1 18 0 9 0 27391645 888860672 31660 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/29935/statm: 217007 31660 2639 9 0 211465 0
[pid=29935/tid=29937] ppid=29933 vsize=868028 CPUtime=10.47
/proc/29935/task/29937/stat : 29937 (java) R 29933 29935 29543 0 -1 64 25896 846 1 0 994 35 17 1 25 0 9 0 27391646 888860672 31660 996147200 134512640 134550932 4294955968 18446744073709551615 4125952176 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=29935/tid=29938] ppid=29933 vsize=868028 CPUtime=0.71
/proc/29935/task/29938/stat : 29938 (java) S 29933 29935 29543 0 -1 64 25190 846 0 0 47 6 17 1 16 0 9 0 27391648 888860672 31660 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=29935/tid=29939] ppid=29933 vsize=868028 CPUtime=0.18
/proc/29935/task/29939/stat : 29939 (java) S 29933 29935 29543 0 -1 64 21 846 0 0 0 0 17 1 16 0 9 0 27391648 888860672 31660 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=29935/tid=29940] ppid=29933 vsize=868028 CPUtime=0.18
/proc/29935/task/29940/stat : 29940 (java) S 29933 29935 29543 0 -1 64 27 846 0 0 0 0 17 1 16 0 9 0 27391648 888860672 31660 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=29935/tid=29941] ppid=29933 vsize=868028 CPUtime=0.18
/proc/29935/task/29941/stat : 29941 (java) S 29933 29935 29543 0 -1 64 2 846 0 0 0 0 17 1 18 0 9 0 27391650 888860672 31660 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=29935/tid=29942] ppid=29933 vsize=868028 CPUtime=0.55
/proc/29935/task/29942/stat : 29942 (java) S 29933 29935 29543 0 -1 64 980 846 0 0 36 1 17 1 15 0 9 0 27391650 888860672 31660 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=29935/tid=29943] ppid=29933 vsize=868028 CPUtime=0.18
/proc/29935/task/29943/stat : 29943 (java) S 29933 29935 29543 0 -1 64 0 846 0 0 0 0 17 1 19 0 9 0 27391650 888860672 31660 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=29935/tid=29944] ppid=29933 vsize=868028 CPUtime=0.18
/proc/29935/task/29944/stat : 29944 (java) S 29933 29935 29543 0 -1 64 13 846 0 0 0 0 17 1 15 0 9 0 27391650 888860672 31660 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 11.42
Current children cumulated vsize (KiB) 868028

[startup+11.7015 s]
/proc/loadavg: 2.01 2.00 1.84 3/90 29948
/proc/meminfo: memFree=1657296/2055920 swapFree=4192812/4192956
[pid=29935] ppid=29933 vsize=868028 CPUtime=11.61
/proc/29935/stat : 29935 (java) S 29933 29935 29543 0 -1 0 52939 846 1 0 1098 45 17 1 18 0 9 0 27391645 888860672 31661 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/29935/statm: 217007 31661 2639 9 0 211465 0
[pid=29935/tid=29937] ppid=29933 vsize=868028 CPUtime=10.67
/proc/29935/task/29937/stat : 29937 (java) R 29933 29935 29543 0 -1 64 25896 846 1 0 1014 35 17 1 25 0 9 0 27391646 888860672 31661 996147200 134512640 134550932 4294955968 18446744073709551615 4127443753 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=29935/tid=29938] ppid=29933 vsize=868028 CPUtime=0.71
/proc/29935/task/29938/stat : 29938 (java) S 29933 29935 29543 0 -1 64 25190 846 0 0 47 6 17 1 16 0 9 0 27391648 888860672 31661 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=29935/tid=29939] ppid=29933 vsize=868028 CPUtime=0.18
/proc/29935/task/29939/stat : 29939 (java) S 29933 29935 29543 0 -1 64 21 846 0 0 0 0 17 1 16 0 9 0 27391648 888860672 31661 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=29935/tid=29940] ppid=29933 vsize=868028 CPUtime=0.18
/proc/29935/task/29940/stat : 29940 (java) S 29933 29935 29543 0 -1 64 27 846 0 0 0 0 17 1 16 0 9 0 27391648 888860672 31661 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=29935/tid=29941] ppid=29933 vsize=868028 CPUtime=0.18
/proc/29935/task/29941/stat : 29941 (java) S 29933 29935 29543 0 -1 64 2 846 0 0 0 0 17 1 18 0 9 0 27391650 888860672 31661 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=29935/tid=29942] ppid=29933 vsize=868028 CPUtime=0.55
/proc/29935/task/29942/stat : 29942 (java) S 29933 29935 29543 0 -1 64 981 846 0 0 36 1 17 1 15 0 9 0 27391650 888860672 31661 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=29935/tid=29943] ppid=29933 vsize=868028 CPUtime=0.18
/proc/29935/task/29943/stat : 29943 (java) S 29933 29935 29543 0 -1 64 0 846 0 0 0 0 17 1 19 0 9 0 27391650 888860672 31661 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=29935/tid=29944] ppid=29933 vsize=868028 CPUtime=0.18
/proc/29935/task/29944/stat : 29944 (java) S 29933 29935 29543 0 -1 64 13 846 0 0 0 0 17 1 15 0 9 0 27391650 888860672 31661 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 11.61
Current children cumulated vsize (KiB) 868028

[startup+11.8015 s]
/proc/loadavg: 2.01 2.00 1.84 3/90 29948
/proc/meminfo: memFree=1657296/2055920 swapFree=4192812/4192956
[pid=29935] ppid=29933 vsize=868028 CPUtime=11.71
/proc/29935/stat : 29935 (java) S 29933 29935 29543 0 -1 0 52941 846 1 0 1108 45 17 1 18 0 9 0 27391645 888860672 31663 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/29935/statm: 217007 31663 2639 9 0 211465 0
[pid=29935/tid=29937] ppid=29933 vsize=868028 CPUtime=10.77
/proc/29935/task/29937/stat : 29937 (java) R 29933 29935 29543 0 -1 64 25898 846 1 0 1024 35 17 1 25 0 9 0 27391646 888860672 31663 996147200 134512640 134550932 4294955968 18446744073709551615 104111813 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=29935/tid=29938] ppid=29933 vsize=868028 CPUtime=0.71
/proc/29935/task/29938/stat : 29938 (java) S 29933 29935 29543 0 -1 64 25190 846 0 0 47 6 17 1 16 0 9 0 27391648 888860672 31663 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=29935/tid=29939] ppid=29933 vsize=868028 CPUtime=0.18
/proc/29935/task/29939/stat : 29939 (java) S 29933 29935 29543 0 -1 64 21 846 0 0 0 0 17 1 16 0 9 0 27391648 888860672 31663 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=29935/tid=29940] ppid=29933 vsize=868028 CPUtime=0.18
/proc/29935/task/29940/stat : 29940 (java) S 29933 29935 29543 0 -1 64 27 846 0 0 0 0 17 1 16 0 9 0 27391648 888860672 31663 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=29935/tid=29941] ppid=29933 vsize=868028 CPUtime=0.18
/proc/29935/task/29941/stat : 29941 (java) S 29933 29935 29543 0 -1 64 2 846 0 0 0 0 17 1 18 0 9 0 27391650 888860672 31663 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=29935/tid=29942] ppid=29933 vsize=868028 CPUtime=0.55
/proc/29935/task/29942/stat : 29942 (java) S 29933 29935 29543 0 -1 64 981 846 0 0 36 1 17 1 15 0 9 0 27391650 888860672 31663 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=29935/tid=29943] ppid=29933 vsize=868028 CPUtime=0.18
/proc/29935/task/29943/stat : 29943 (java) S 29933 29935 29543 0 -1 64 0 846 0 0 0 0 17 1 19 0 9 0 27391650 888860672 31663 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=29935/tid=29944] ppid=29933 vsize=868028 CPUtime=0.18
/proc/29935/task/29944/stat : 29944 (java) S 29933 29935 29543 0 -1 64 13 846 0 0 0 0 17 1 15 0 9 0 27391650 888860672 31663 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 11.71
Current children cumulated vsize (KiB) 868028

Child status: 0
Real time (s): 11.8534
CPU time (s): 11.7722
CPU user time (s): 11.2863
CPU system time (s): 0.485926
CPU usage (%): 99.3152
Max. virtual memory (cumulated for all children) (KiB): 868116

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 11.2863
system time used= 0.485926
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 53822
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= 1913
involuntary context switches= 1983

runsolver used 0.021996 second user time and 0.037994 second system time

The end

Launcher Data

Begin job on node77 at 2009-07-12 14:54:24
IDJOB=2094280
IDBENCH=54110
IDSOLVER=774
FILE ID=node77/2094280-1247403264
PBS_JOBID= 9510496
Free space on /tmp= 66252 MiB

SOLVER NAME= Abscon 112v4 ESAC
BENCH NAME= CPAI08/csp/compet08/normalized-patat-08-comp-10.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-2094280-1247403264/watcher-2094280-1247403264 -o /tmp/evaluation-result-2094280-1247403264/solver-2094280-1247403264 -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-2094280-1247403264.xml

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

MD5SUM BENCH= 3a46901a8ea2c192a6f5d5f8c9f3ac47
RANDOM SEED=2060667289

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


/proc/meminfo:
MemTotal:      2055920 kB
MemFree:       1769216 kB
Buffers:         30868 kB
Cached:         138792 kB
SwapCached:          0 kB
Active:         148596 kB
Inactive:        81484 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1769216 kB
SwapTotal:     4192956 kB
SwapFree:      4192812 kB
Dirty:            3104 kB
Writeback:           0 kB
Mapped:          80844 kB
Slab:            41784 kB
Committed_AS:  1013992 kB
PageTables:       1864 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= 66252 MiB
End job on node77 at 2009-07-12 14:54:36