Trace number 2096760

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 12.1981 12.2615

DiagnosticValue
CHECKS4253530
NODES3275

General information on the benchmark

Namecsp/wordsHerald/
normalized-crossword-m1-words-19-04.xml
MD5SUM8223b3be8400c707a14e61e5793f2bd8
Bench CategoryN-ARY-INT (n-ary constraints in intension)
Best result obtained on this benchmarkSAT
Best CPU time to get the best result obtained on this benchmark12.0622
Satisfiable
(Un)Satisfiability was proved
Number of variables296
Number of constraints2314
Maximum constraint arity26
Maximum domain size26
Number of constraints which are defined in extension132
Number of constraints which are defined in intension2182
Global constraints used (with number of constraints)

Solver Data

0.06/0.09	
0.06/0.09	Abscon 112 (May, 2008)
0.18/0.25	
0.18/0.25	   configuration
0.18/0.25	     name=esac.xml
0.18/0.29	   
0.18/0.29	   instance
0.18/0.29	     name=HOME/instance-2096760-1247410673.xml
0.28/0.33	   
0.28/0.33	   domains being loaded...
0.28/0.34	   
0.28/0.34	   variables being loaded...
0.38/0.42	     nbVariables=296  nbDomainTypes=1  minDomainSize=26  maxDomainSize=26  nbTotalValues=7696
0.38/0.42	       =>  wckTime=0.161  cpuTime=0.13  mem=8M867
0.38/0.42	   
0.38/0.42	   relations being loaded...
0.38/0.49	   
0.38/0.49	   predicates being loaded...
0.49/0.55	   
0.49/0.55	   constraints being loaded...
0.88/0.96	   Too large in ConstraintConflictsSTructure
0.97/1.02	   Too large in ConstraintConflictsSTructure
2.16/2.21	     nbConstraints=2315  nbRelationTypes=6  nbGlobalConstraints=133  nbExtensionStructures=6
2.16/2.21	     nbSharedExtensionStructures=126  nbConflictsStructures=4  nbSharedConflictsStructures=112
2.16/2.21	     nbUnbuiltConflictsStructures=10  nbSharedBinaryRepresentations=0  nbEvaluationManagers=8
2.16/2.21	     nbSharedEvaluationManagers=2174  minDegree=6  maxDegree=103  minArity=3  avgArity=7.32  maxArity=286
2.16/2.21	     nbGenerators=1  nbFusions=0  symmetryWckTime=0.348  symmetryCpuTime=0.17
2.16/2.21	       =>  wckTime=1.955  cpuTime=1.51  mem=56M302
2.25/2.34	   
2.25/2.34	   solver IterativeSystematicSolver being built... 
2.56/2.66	   
2.56/2.66	   INFO : Forward propagation technique limited 
2.65/2.73	       =>  wckTime=2.472  cpuTime=1.78  mem=56M659
3.55/3.68	   
3.55/3.68	   preprocessing
3.55/3.68	     nbConstraintChecks=217723  nbValidityChecks=6977473  nbPropagations=4865  nbRevisions=28186
3.55/3.68	     nbUselessRevisions=28179  nbSingletonTests=315  nbEffectiveSingletonTests=0  nbACRemovals=529  nbFoundSingletons=0
3.55/3.68	     nbRemovedValues=529  detectedInconsistency=no
3.55/3.68	       =>  wckTime=0.95  cpuTime=0.88  mem=58M615
5.55/5.68	   
5.55/5.68	   INFO : Stopping use of transposition table (mapSize=101, nbTooLargekeys=0, mem=59M659)
12.14/12.21	   
12.14/12.21	   search
12.14/12.21	     run=8  nbConstraintChecks=4035810  nbValidityChecks=27941153  minDepth=27  maxDepth=296  nbPropagations=179833
12.14/12.21	     nbRevisions=4074864  nbUselessRevisions=4073462  nbAssignments=3275  nbFailedAssignments=718  nbBacktracks=1192
12.14/12.21	     nbVisitedNodes=4407  nbRestartNogoods=99  nbFoundSolutions=1  nbSEliminables=0  nbREliminables=35.27
12.14/12.21	     nbIEliminables=228.4  nbDEliminables=0  nbPEliminables=0
12.14/12.21	       =>  wckTime=9.478  cpuTime=9.35  mem=59M659
12.14/12.21	   
12.14/12.21	   global
12.14/12.21	     nbConstraintChecks=4253533  nbValidityChecks=34918626  nbPropagations=184698  nbRevisions=4103050
12.14/12.21	     nbUselessRevisions=4101641  nbRestartNogoods=99  solvingWckTime=9.48  solvingCpuTime=9.35  expiredTime=no
12.14/12.21	     totalExploration=no  nbFoundSolutions=1  firstSolutionCpuTime=11.13  globalCpuTime=11.18
12.14/12.21	       =>  wckTime=11.956  cpuTime=11.14  mem=59M659
12.14/12.21	   
12.14/12.21	s SATISFIABLE
12.14/12.21	v 0 1 0 1 0 2 0 15 18 20 11 4 2 14 14 17 18 2 4 3 4 3 0 11 8 0 18 4 18 0 0 17 14 13 19 17 20 4 3 1 4 13 13 4 19 19 15 17 8 12 0 4 4 11 18 0 11 19 4 3 0 17 4 14 0 10 3 0 19 0 18 4 19 0 19 4 0 13 13 4 12 0 18 18 0 2 7 20 18 4 19 19 18 5 17 0 24 13 4 1 17 0 18 7 4 0 18 19 4 17 17 4 3 19 17 24 0 24 4 6 13 20 0 15 4 0 2 12 4 19 0 13 6 18 0 11 19 18 15 8 13 13 4 8 11 8 19 14 22 4 8 20 17 18 0 10 8 17 10 21 4 19 14 18 11 0 21 1 14 14 12 4 21 4 3 4 18 7 14 15 13 4 19 14 3 4 17 4 3 3 4 13 0 8 17 4 3 13 4 18 19 4 3 17 4 4 13 5 14 17 2 4 12 4 13 19 4 18 15 24 18 0 19 11 14 18 20 11 0 13 17 7 14 0 18 15 7 0 18 0 18 10 14 13 4 4 0 17 11 18 11 0 14 2 14 14 13 0 11 14 13 4 2 17 4 4 10 4 13 18 13 0 17 4 17 0 15 8 3 19 8 3 4 18 18 13 4 4 17 4 3 15 14 18 4 18 
12.14/12.21	d NODES 3275
12.14/12.21	d CHECKS 4253533
12.14/12.21	   
12.14/12.21	   totalWckTime=12.026  totalCpuTime=11.18

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-2096760-1247410673/watcher-2096760-1247410673 -o /tmp/evaluation-result-2096760-1247410673/solver-2096760-1247410673 -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-2096760-1247410673.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.07 2.00 1.99 4/80 31131
/proc/meminfo: memFree=1767200/2055920 swapFree=4192812/4192956
[pid=31131] ppid=31129 vsize=48 CPUtime=0
/proc/31131/stat : 31131 (java) R 31129 31131 29462 0 -1 0 181 0 0 0 0 0 0 0 20 0 1 0 28133599 49152 2 996147200 0 0 4294956400 18446744073709551615 4294960144 0 0 4096 0 0 0 0 17 0 0 0
/proc/31131/statm: 12 2 0 0 0 1 0

[startup+0.069266 s]
/proc/loadavg: 2.07 2.00 1.99 4/80 31131
/proc/meminfo: memFree=1767200/2055920 swapFree=4192812/4192956
[pid=31131] ppid=31129 vsize=865048 CPUtime=0.06
/proc/31131/stat : 31131 (java) S 31129 31131 29462 0 -1 0 2922 0 1 0 4 2 0 0 18 0 9 0 28133599 885809152 2432 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/31131/statm: 216262 2432 1153 9 0 211155 0
Current children cumulated CPU time (s) 0.06
Current children cumulated vsize (KiB) 865048

[startup+0.101271 s]
/proc/loadavg: 2.07 2.00 1.99 4/80 31131
/proc/meminfo: memFree=1767200/2055920 swapFree=4192812/4192956
[pid=31131] ppid=31129 vsize=867008 CPUtime=0.08
/proc/31131/stat : 31131 (java) S 31129 31131 29462 0 -1 0 3738 0 1 0 6 2 0 0 18 0 9 0 28133599 887816192 3206 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/31131/statm: 216752 3206 1700 9 0 211237 0
Current children cumulated CPU time (s) 0.08
Current children cumulated vsize (KiB) 867008

[startup+0.301306 s]
/proc/loadavg: 2.07 2.00 1.99 4/80 31131
/proc/meminfo: memFree=1767200/2055920 swapFree=4192812/4192956
[pid=31131] ppid=31129 vsize=867404 CPUtime=0.28
/proc/31131/stat : 31131 (java) S 31129 31131 29462 0 -1 0 5893 0 1 0 24 4 0 0 18 0 9 0 28133599 888221696 5259 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/31131/statm: 216851 5259 1983 9 0 211309 0
Current children cumulated CPU time (s) 0.28
Current children cumulated vsize (KiB) 867404

[startup+0.70138 s]
/proc/loadavg: 2.07 2.00 1.99 4/80 31131
/proc/meminfo: memFree=1767200/2055920 swapFree=4192812/4192956
[pid=31131] ppid=31129 vsize=868180 CPUtime=0.68
/proc/31131/stat : 31131 (java) S 31129 31131 29462 0 -1 0 9932 0 1 0 62 6 0 0 18 0 9 0 28133599 889016320 9286 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/31131/statm: 217045 9286 2037 9 0 211481 0
Current children cumulated CPU time (s) 0.68
Current children cumulated vsize (KiB) 868180

[startup+1.50153 s]
/proc/loadavg: 2.07 2.00 1.99 3/89 31140
/proc/meminfo: memFree=1719960/2055920 swapFree=4192812/4192956
[pid=31131] ppid=31129 vsize=868672 CPUtime=1.48
/proc/31131/stat : 31131 (java) S 31129 31131 29462 0 -1 0 19666 0 1 0 129 19 0 0 18 0 9 0 28133599 889520128 18992 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/31131/statm: 217168 18992 2033 9 0 211626 0
[pid=31131/tid=31133] ppid=31129 vsize=868672 CPUtime=1.17
/proc/31131/task/31133/stat : 31133 (java) R 31129 31131 29462 0 -1 64 15834 0 1 0 101 16 0 0 25 0 9 0 28133601 889520128 18992 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=31131/tid=31134] ppid=31129 vsize=868672 CPUtime=0.05
/proc/31131/task/31134/stat : 31134 (java) S 31129 31131 29462 0 -1 64 2401 0 0 0 4 1 0 0 16 0 9 0 28133602 889520128 18992 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=31131/tid=31135] ppid=31129 vsize=868672 CPUtime=0
/proc/31131/task/31135/stat : 31135 (java) S 31129 31131 29462 0 -1 64 16 0 0 0 0 0 0 0 16 0 9 0 28133602 889520128 18992 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=31131/tid=31136] ppid=31129 vsize=868672 CPUtime=0
/proc/31131/task/31136/stat : 31136 (java) S 31129 31131 29462 0 -1 64 6 0 0 0 0 0 0 0 16 0 9 0 28133602 889520128 18992 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=31131/tid=31137] ppid=31129 vsize=868672 CPUtime=0
/proc/31131/task/31137/stat : 31137 (java) S 31129 31131 29462 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 28133604 889520128 18992 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=31131/tid=31138] ppid=31129 vsize=868672 CPUtime=0.23
/proc/31131/task/31138/stat : 31138 (java) S 31129 31131 29462 0 -1 64 727 0 0 0 23 0 0 0 16 0 9 0 28133604 889520128 18992 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=31131/tid=31139] ppid=31129 vsize=868672 CPUtime=0
/proc/31131/task/31139/stat : 31139 (java) S 31129 31131 29462 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 28133604 889520128 18992 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=31131/tid=31140] ppid=31129 vsize=868672 CPUtime=0
/proc/31131/task/31140/stat : 31140 (java) S 31129 31131 29462 0 -1 64 2 0 0 0 0 0 0 0 15 0 9 0 28133604 889520128 18992 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1.48
Current children cumulated vsize (KiB) 868672

[startup+3.10281 s]
/proc/loadavg: 2.07 2.00 1.99 3/91 31142
/proc/meminfo: memFree=1696712/2055920 swapFree=4192812/4192956
[pid=31131] ppid=31129 vsize=869212 CPUtime=3.05
/proc/31131/stat : 31131 (java) S 31129 31131 29462 0 -1 0 43343 648 1 0 264 29 11 1 18 0 9 0 28133599 890073088 26682 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/31131/statm: 217303 26682 2661 9 0 211739 0
[pid=31131/tid=31133] ppid=31129 vsize=869212 CPUtime=2.41
/proc/31131/task/31133/stat : 31133 (java) R 31129 31131 29462 0 -1 64 25454 648 1 0 209 20 11 1 25 0 9 0 28133601 890073088 26682 996147200 134512640 134550932 4294955968 18446744073709551615 4127275586 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=31131/tid=31134] ppid=31129 vsize=869212 CPUtime=0.36
/proc/31131/task/31134/stat : 31134 (java) S 31129 31131 29462 0 -1 64 16044 648 0 0 19 5 11 1 16 0 9 0 28133602 890073088 26682 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=31131/tid=31135] ppid=31129 vsize=869212 CPUtime=0.12
/proc/31131/task/31135/stat : 31135 (java) S 31129 31131 29462 0 -1 64 19 648 0 0 0 0 11 1 16 0 9 0 28133602 890073088 26682 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=31131/tid=31136] ppid=31129 vsize=869212 CPUtime=0.12
/proc/31131/task/31136/stat : 31136 (java) S 31129 31131 29462 0 -1 64 9 648 0 0 0 0 11 1 15 0 9 0 28133602 890073088 26682 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=31131/tid=31137] ppid=31129 vsize=869212 CPUtime=0.12
/proc/31131/task/31137/stat : 31137 (java) S 31129 31131 29462 0 -1 64 1 648 0 0 0 0 11 1 18 0 9 0 28133604 890073088 26682 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=31131/tid=31138] ppid=31129 vsize=869212 CPUtime=0.48
/proc/31131/task/31138/stat : 31138 (java) S 31129 31131 29462 0 -1 64 997 648 0 0 35 1 11 1 16 0 9 0 28133604 890073088 26682 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=31131/tid=31139] ppid=31129 vsize=869212 CPUtime=0.12
/proc/31131/task/31139/stat : 31139 (java) S 31129 31131 29462 0 -1 64 1 648 0 0 0 0 11 1 19 0 9 0 28133604 890073088 26682 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=31131/tid=31140] ppid=31129 vsize=869212 CPUtime=0.12
/proc/31131/task/31140/stat : 31140 (java) S 31129 31131 29462 0 -1 64 12 648 0 0 0 0 11 1 15 0 9 0 28133604 890073088 26682 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 3.05
Current children cumulated vsize (KiB) 869212

[startup+6.30139 s]
/proc/loadavg: 2.07 2.00 1.99 3/89 31144
/proc/meminfo: memFree=1670224/2055920 swapFree=4192812/4192956
[pid=31131] ppid=31129 vsize=869212 CPUtime=6.25
/proc/31131/stat : 31131 (java) S 31129 31131 29462 0 -1 0 43409 648 1 0 584 29 11 1 18 0 9 0 28133599 890073088 26713 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/31131/statm: 217303 26713 2661 9 0 211739 0
[pid=31131/tid=31133] ppid=31129 vsize=869212 CPUtime=5.56
/proc/31131/task/31133/stat : 31133 (java) R 31129 31131 29462 0 -1 64 25465 648 1 0 524 20 11 1 17 0 9 0 28133601 890073088 26713 996147200 134512640 134550932 4294955968 18446744073709551615 4127392476 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=31131/tid=31134] ppid=31129 vsize=869212 CPUtime=0.36
/proc/31131/task/31134/stat : 31134 (java) S 31129 31131 29462 0 -1 64 16044 648 0 0 19 5 11 1 16 0 9 0 28133602 890073088 26713 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=31131/tid=31135] ppid=31129 vsize=869212 CPUtime=0.12
/proc/31131/task/31135/stat : 31135 (java) S 31129 31131 29462 0 -1 64 19 648 0 0 0 0 11 1 16 0 9 0 28133602 890073088 26713 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=31131/tid=31136] ppid=31129 vsize=869212 CPUtime=0.12
/proc/31131/task/31136/stat : 31136 (java) S 31129 31131 29462 0 -1 64 9 648 0 0 0 0 11 1 15 0 9 0 28133602 890073088 26713 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=31131/tid=31137] ppid=31129 vsize=869212 CPUtime=0.12
/proc/31131/task/31137/stat : 31137 (java) S 31129 31131 29462 0 -1 64 1 648 0 0 0 0 11 1 18 0 9 0 28133604 890073088 26713 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=31131/tid=31138] ppid=31129 vsize=869212 CPUtime=0.51
/proc/31131/task/31138/stat : 31138 (java) S 31129 31131 29462 0 -1 64 1025 648 0 0 38 1 11 1 15 0 9 0 28133604 890073088 26713 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=31131/tid=31139] ppid=31129 vsize=869212 CPUtime=0.12
/proc/31131/task/31139/stat : 31139 (java) S 31129 31131 29462 0 -1 64 1 648 0 0 0 0 11 1 19 0 9 0 28133604 890073088 26713 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=31131/tid=31140] ppid=31129 vsize=869212 CPUtime=0.12
/proc/31131/task/31140/stat : 31140 (java) S 31129 31131 29462 0 -1 64 39 648 0 0 0 0 11 1 15 0 9 0 28133604 890073088 26713 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 6.25
Current children cumulated vsize (KiB) 869212

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

[startup+9.50197 s]
/proc/loadavg: 2.07 2.00 1.99 3/89 31144
/proc/meminfo: memFree=1670232/2055920 swapFree=4192812/4192956
[pid=31131] ppid=31129 vsize=869212 CPUtime=9.44
/proc/31131/stat : 31131 (java) S 31129 31131 29462 0 -1 0 43454 648 1 0 903 29 11 1 18 0 9 0 28133599 890073088 26725 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/31131/statm: 217303 26725 2661 9 0 211739 0
[pid=31131/tid=31133] ppid=31129 vsize=869212 CPUtime=8.74
/proc/31131/task/31133/stat : 31133 (java) R 31129 31131 29462 0 -1 64 25468 648 1 0 842 20 11 1 18 0 9 0 28133601 890073088 26725 996147200 134512640 134550932 4294955968 18446744073709551615 4127300186 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=31131/tid=31134] ppid=31129 vsize=869212 CPUtime=0.36
/proc/31131/task/31134/stat : 31134 (java) S 31129 31131 29462 0 -1 64 16044 648 0 0 19 5 11 1 16 0 9 0 28133602 890073088 26725 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=31131/tid=31135] ppid=31129 vsize=869212 CPUtime=0.12
/proc/31131/task/31135/stat : 31135 (java) S 31129 31131 29462 0 -1 64 19 648 0 0 0 0 11 1 16 0 9 0 28133602 890073088 26725 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=31131/tid=31136] ppid=31129 vsize=869212 CPUtime=0.12
/proc/31131/task/31136/stat : 31136 (java) S 31129 31131 29462 0 -1 64 9 648 0 0 0 0 11 1 15 0 9 0 28133602 890073088 26725 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=31131/tid=31137] ppid=31129 vsize=869212 CPUtime=0.12
/proc/31131/task/31137/stat : 31137 (java) S 31129 31131 29462 0 -1 64 1 648 0 0 0 0 11 1 18 0 9 0 28133604 890073088 26725 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=31131/tid=31138] ppid=31129 vsize=869212 CPUtime=0.53
/proc/31131/task/31138/stat : 31138 (java) S 31129 31131 29462 0 -1 64 1067 648 0 0 40 1 11 1 15 0 9 0 28133604 890073088 26725 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=31131/tid=31139] ppid=31129 vsize=869212 CPUtime=0.12
/proc/31131/task/31139/stat : 31139 (java) S 31129 31131 29462 0 -1 64 1 648 0 0 0 0 11 1 19 0 9 0 28133604 890073088 26725 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=31131/tid=31140] ppid=31129 vsize=869212 CPUtime=0.12
/proc/31131/task/31140/stat : 31140 (java) S 31129 31131 29462 0 -1 64 39 648 0 0 0 0 11 1 15 0 9 0 28133604 890073088 26725 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 9.44
Current children cumulated vsize (KiB) 869212

[startup+11.1013 s]
/proc/loadavg: 2.06 2.00 1.99 3/89 31144
/proc/meminfo: memFree=1670104/2055920 swapFree=4192812/4192956
[pid=31131] ppid=31129 vsize=869212 CPUtime=11.04
/proc/31131/stat : 31131 (java) S 31129 31131 29462 0 -1 0 43455 648 1 0 1063 29 11 1 18 0 9 0 28133599 890073088 26726 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/31131/statm: 217303 26726 2661 9 0 211739 0
[pid=31131/tid=31133] ppid=31129 vsize=869212 CPUtime=10.34
/proc/31131/task/31133/stat : 31133 (java) R 31129 31131 29462 0 -1 64 25468 648 1 0 1002 20 11 1 25 0 9 0 28133601 890073088 26726 996147200 134512640 134550932 4294955968 18446744073709551615 4127299139 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=31131/tid=31134] ppid=31129 vsize=869212 CPUtime=0.36
/proc/31131/task/31134/stat : 31134 (java) S 31129 31131 29462 0 -1 64 16044 648 0 0 19 5 11 1 16 0 9 0 28133602 890073088 26726 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=31131/tid=31135] ppid=31129 vsize=869212 CPUtime=0.12
/proc/31131/task/31135/stat : 31135 (java) S 31129 31131 29462 0 -1 64 19 648 0 0 0 0 11 1 16 0 9 0 28133602 890073088 26726 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=31131/tid=31136] ppid=31129 vsize=869212 CPUtime=0.12
/proc/31131/task/31136/stat : 31136 (java) S 31129 31131 29462 0 -1 64 9 648 0 0 0 0 11 1 15 0 9 0 28133602 890073088 26726 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=31131/tid=31137] ppid=31129 vsize=869212 CPUtime=0.12
/proc/31131/task/31137/stat : 31137 (java) S 31129 31131 29462 0 -1 64 1 648 0 0 0 0 11 1 18 0 9 0 28133604 890073088 26726 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=31131/tid=31138] ppid=31129 vsize=869212 CPUtime=0.54
/proc/31131/task/31138/stat : 31138 (java) S 31129 31131 29462 0 -1 64 1068 648 0 0 41 1 11 1 15 0 9 0 28133604 890073088 26726 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=31131/tid=31139] ppid=31129 vsize=869212 CPUtime=0.12
/proc/31131/task/31139/stat : 31139 (java) S 31129 31131 29462 0 -1 64 1 648 0 0 0 0 11 1 19 0 9 0 28133604 890073088 26726 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=31131/tid=31140] ppid=31129 vsize=869212 CPUtime=0.12
/proc/31131/task/31140/stat : 31140 (java) S 31129 31131 29462 0 -1 64 39 648 0 0 0 0 11 1 15 0 9 0 28133604 890073088 26726 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 11.04
Current children cumulated vsize (KiB) 869212

[startup+11.9014 s]
/proc/loadavg: 2.06 2.00 1.99 3/89 31144
/proc/meminfo: memFree=1670104/2055920 swapFree=4192812/4192956
[pid=31131] ppid=31129 vsize=869212 CPUtime=11.84
/proc/31131/stat : 31131 (java) S 31129 31131 29462 0 -1 0 43456 648 1 0 1143 29 11 1 18 0 9 0 28133599 890073088 26726 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/31131/statm: 217303 26726 2661 9 0 211739 0
[pid=31131/tid=31133] ppid=31129 vsize=869212 CPUtime=11.14
/proc/31131/task/31133/stat : 31133 (java) R 31129 31131 29462 0 -1 64 25468 648 1 0 1082 20 11 1 21 0 9 0 28133601 890073088 26726 996147200 134512640 134550932 4294955968 18446744073709551615 4127317387 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=31131/tid=31134] ppid=31129 vsize=869212 CPUtime=0.36
/proc/31131/task/31134/stat : 31134 (java) S 31129 31131 29462 0 -1 64 16044 648 0 0 19 5 11 1 16 0 9 0 28133602 890073088 26726 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=31131/tid=31135] ppid=31129 vsize=869212 CPUtime=0.12
/proc/31131/task/31135/stat : 31135 (java) S 31129 31131 29462 0 -1 64 19 648 0 0 0 0 11 1 16 0 9 0 28133602 890073088 26726 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=31131/tid=31136] ppid=31129 vsize=869212 CPUtime=0.12
/proc/31131/task/31136/stat : 31136 (java) S 31129 31131 29462 0 -1 64 9 648 0 0 0 0 11 1 15 0 9 0 28133602 890073088 26726 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=31131/tid=31137] ppid=31129 vsize=869212 CPUtime=0.12
/proc/31131/task/31137/stat : 31137 (java) S 31129 31131 29462 0 -1 64 1 648 0 0 0 0 11 1 18 0 9 0 28133604 890073088 26726 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=31131/tid=31138] ppid=31129 vsize=869212 CPUtime=0.54
/proc/31131/task/31138/stat : 31138 (java) S 31129 31131 29462 0 -1 64 1069 648 0 0 41 1 11 1 16 0 9 0 28133604 890073088 26726 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=31131/tid=31139] ppid=31129 vsize=869212 CPUtime=0.12
/proc/31131/task/31139/stat : 31139 (java) S 31129 31131 29462 0 -1 64 1 648 0 0 0 0 11 1 19 0 9 0 28133604 890073088 26726 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=31131/tid=31140] ppid=31129 vsize=869212 CPUtime=0.12
/proc/31131/task/31140/stat : 31140 (java) S 31129 31131 29462 0 -1 64 39 648 0 0 0 0 11 1 15 0 9 0 28133604 890073088 26726 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 11.84
Current children cumulated vsize (KiB) 869212

[startup+12.1064 s]
/proc/loadavg: 2.06 2.00 1.99 3/89 31144
/proc/meminfo: memFree=1670040/2055920 swapFree=4192812/4192956
[pid=31131] ppid=31129 vsize=869212 CPUtime=12.05
/proc/31131/stat : 31131 (java) S 31129 31131 29462 0 -1 0 43456 648 1 0 1164 29 11 1 18 0 9 0 28133599 890073088 26726 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/31131/statm: 217303 26726 2661 9 0 211739 0
[pid=31131/tid=31133] ppid=31129 vsize=869212 CPUtime=11.34
/proc/31131/task/31133/stat : 31133 (java) R 31129 31131 29462 0 -1 64 25468 648 1 0 1102 20 11 1 24 0 9 0 28133601 890073088 26726 996147200 134512640 134550932 4294955968 18446744073709551615 4127275860 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=31131/tid=31134] ppid=31129 vsize=869212 CPUtime=0.36
/proc/31131/task/31134/stat : 31134 (java) S 31129 31131 29462 0 -1 64 16044 648 0 0 19 5 11 1 16 0 9 0 28133602 890073088 26726 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=31131/tid=31135] ppid=31129 vsize=869212 CPUtime=0.12
/proc/31131/task/31135/stat : 31135 (java) S 31129 31131 29462 0 -1 64 19 648 0 0 0 0 11 1 16 0 9 0 28133602 890073088 26726 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=31131/tid=31136] ppid=31129 vsize=869212 CPUtime=0.12
/proc/31131/task/31136/stat : 31136 (java) S 31129 31131 29462 0 -1 64 9 648 0 0 0 0 11 1 15 0 9 0 28133602 890073088 26726 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=31131/tid=31137] ppid=31129 vsize=869212 CPUtime=0.12
/proc/31131/task/31137/stat : 31137 (java) S 31129 31131 29462 0 -1 64 1 648 0 0 0 0 11 1 18 0 9 0 28133604 890073088 26726 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=31131/tid=31138] ppid=31129 vsize=869212 CPUtime=0.54
/proc/31131/task/31138/stat : 31138 (java) S 31129 31131 29462 0 -1 64 1069 648 0 0 41 1 11 1 16 0 9 0 28133604 890073088 26726 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=31131/tid=31139] ppid=31129 vsize=869212 CPUtime=0.12
/proc/31131/task/31139/stat : 31139 (java) S 31129 31131 29462 0 -1 64 1 648 0 0 0 0 11 1 19 0 9 0 28133604 890073088 26726 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=31131/tid=31140] ppid=31129 vsize=869212 CPUtime=0.12
/proc/31131/task/31140/stat : 31140 (java) S 31129 31131 29462 0 -1 64 39 648 0 0 0 0 11 1 15 0 9 0 28133604 890073088 26726 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 12.05
Current children cumulated vsize (KiB) 869212

[startup+12.2025 s]
/proc/loadavg: 2.06 2.00 1.99 3/89 31144
/proc/meminfo: memFree=1670040/2055920 swapFree=4192812/4192956
[pid=31131] ppid=31129 vsize=869212 CPUtime=12.14
/proc/31131/stat : 31131 (java) S 31129 31131 29462 0 -1 0 43456 648 1 0 1173 29 11 1 18 0 9 0 28133599 890073088 26726 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/31131/statm: 217303 26726 2661 9 0 211739 0
[pid=31131/tid=31133] ppid=31129 vsize=869212 CPUtime=11.44
/proc/31131/task/31133/stat : 31133 (java) R 31129 31131 29462 0 -1 64 25468 648 1 0 1112 20 11 1 25 0 9 0 28133601 890073088 26726 996147200 134512640 134550932 4294955968 18446744073709551615 4127293829 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=31131/tid=31134] ppid=31129 vsize=869212 CPUtime=0.36
/proc/31131/task/31134/stat : 31134 (java) S 31129 31131 29462 0 -1 64 16044 648 0 0 19 5 11 1 16 0 9 0 28133602 890073088 26726 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=31131/tid=31135] ppid=31129 vsize=869212 CPUtime=0.12
/proc/31131/task/31135/stat : 31135 (java) S 31129 31131 29462 0 -1 64 19 648 0 0 0 0 11 1 16 0 9 0 28133602 890073088 26726 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=31131/tid=31136] ppid=31129 vsize=869212 CPUtime=0.12
/proc/31131/task/31136/stat : 31136 (java) S 31129 31131 29462 0 -1 64 9 648 0 0 0 0 11 1 15 0 9 0 28133602 890073088 26726 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=31131/tid=31137] ppid=31129 vsize=869212 CPUtime=0.12
/proc/31131/task/31137/stat : 31137 (java) S 31129 31131 29462 0 -1 64 1 648 0 0 0 0 11 1 18 0 9 0 28133604 890073088 26726 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=31131/tid=31138] ppid=31129 vsize=869212 CPUtime=0.54
/proc/31131/task/31138/stat : 31138 (java) S 31129 31131 29462 0 -1 64 1069 648 0 0 41 1 11 1 16 0 9 0 28133604 890073088 26726 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=31131/tid=31139] ppid=31129 vsize=869212 CPUtime=0.12
/proc/31131/task/31139/stat : 31139 (java) S 31129 31131 29462 0 -1 64 1 648 0 0 0 0 11 1 19 0 9 0 28133604 890073088 26726 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=31131/tid=31140] ppid=31129 vsize=869212 CPUtime=0.12
/proc/31131/task/31140/stat : 31140 (java) S 31129 31131 29462 0 -1 64 39 648 0 0 0 0 11 1 15 0 9 0 28133604 890073088 26726 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 12.14
Current children cumulated vsize (KiB) 869212

Child status: 0
Real time (s): 12.2615
CPU time (s): 12.1981
CPU user time (s): 11.8692
CPU system time (s): 0.328949
CPU usage (%): 99.4829
Max. virtual memory (cumulated for all children) (KiB): 872412

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 11.8692
system time used= 0.328949
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 44138
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= 2250
involuntary context switches= 2191

runsolver used 0.013997 second user time and 0.051992 second system time

The end

Launcher Data

Begin job on node27 at 2009-07-12 16:57:53
IDJOB=2096760
IDBENCH=56630
IDSOLVER=774
FILE ID=node27/2096760-1247410673
PBS_JOBID= 9510590
Free space on /tmp= 66324 MiB

SOLVER NAME= Abscon 112v4 ESAC
BENCH NAME= CPAI08/csp/wordsHerald/normalized-crossword-m1-words-19-04.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-2096760-1247410673/watcher-2096760-1247410673 -o /tmp/evaluation-result-2096760-1247410673/solver-2096760-1247410673 -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-2096760-1247410673.xml

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

MD5SUM BENCH= 8223b3be8400c707a14e61e5793f2bd8
RANDOM SEED=1356081236

node27.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		: 2800.239
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	: 5521.40
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		: 2800.239
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:       1767680 kB
Buffers:         39048 kB
Cached:         139180 kB
SwapCached:          0 kB
Active:         144860 kB
Inactive:        85840 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1767680 kB
SwapTotal:     4192956 kB
SwapFree:      4192812 kB
Dirty:            2844 kB
Writeback:           0 kB
Mapped:          72924 kB
Slab:            42704 kB
Committed_AS:  1004420 kB
PageTables:       1828 kB
VmallocTotal: 536870911 kB
VmallocUsed:    264948 kB
VmallocChunk: 536605679 kB
HugePages_Total:     0
HugePages_Free:      0
Hugepagesize:     2048 kB

Free space on /tmp at the end= 66320 MiB
End job on node27 at 2009-07-12 16:58:06