Trace number 2095625

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 ACSAT 15.9826 16.1731

DiagnosticValue
CHECKS3656880
NODES3272

General information on the benchmark

Namecsp/lexHerald/
normalized-crossword-m1-lex-21-08.xml
MD5SUM2f39a3fa7127c18c5476e0f90cec8505
Bench CategoryN-ARY-INT (n-ary constraints in intension)
Best result obtained on this benchmarkSAT
Best CPU time to get the best result obtained on this benchmark0.737887
Satisfiable
(Un)Satisfiability was proved
Number of variables365
Number of constraints3584
Maximum constraint arity18
Maximum domain size26
Number of constraints which are defined in extension150
Number of constraints which are defined in intension3434
Global constraints used (with number of constraints)

Solver Data

0.00/0.09	
0.00/0.09	Abscon 112 (May, 2008)
0.18/0.25	
0.18/0.25	   configuration
0.18/0.25	     name=mac.xml
0.18/0.28	   
0.18/0.28	   instance
0.18/0.28	     name=HOME/instance-2095625-1247407869.xml
0.28/0.32	   
0.28/0.32	   domains being loaded...
0.28/0.33	   
0.28/0.33	   variables being loaded...
0.37/0.41	     nbVariables=365  nbDomainTypes=1  minDomainSize=26  maxDomainSize=26  nbTotalValues=9490
0.37/0.41	       =>  wckTime=0.161  cpuTime=0.13  mem=8M867
0.37/0.41	   
0.37/0.41	   relations being loaded...
0.37/0.46	   
0.37/0.46	   predicates being loaded...
0.48/0.52	   
0.48/0.52	   constraints being loaded...
1.08/1.17	   Too large in ConstraintConflictsSTructure
1.08/1.19	   Too large in ConstraintConflictsSTructure
2.76/2.83	     nbConstraints=3584  nbRelationTypes=6  nbGlobalConstraints=150  nbExtensionStructures=6
2.76/2.83	     nbSharedExtensionStructures=144  nbConflictsStructures=4  nbSharedConflictsStructures=134
2.76/2.83	     nbUnbuiltConflictsStructures=9  nbSharedBinaryRepresentations=0  nbEvaluationManagers=7
2.76/2.83	     nbSharedEvaluationManagers=3427  minDegree=16  maxDegree=120  minArity=3  avgArity=9.01  maxArity=18
2.76/2.83	     nbGenerators=0  nbFusions=0  symmetryWckTime=0.513  symmetryCpuTime=0.27
2.76/2.83	       =>  wckTime=2.58  cpuTime=2.01  mem=60M54
2.86/2.99	   
2.96/3.00	   solver IterativeSystematicSolver being built... 
3.46/3.55	   
3.46/3.55	   INFO : Forward propagation technique limited 
3.56/3.63	       =>  wckTime=3.378  cpuTime=2.42  mem=95M51
3.76/3.80	   
3.76/3.80	   preprocessing
3.76/3.80	     nbConstraintChecks=0  nbValidityChecks=736658  nbPropagations=399  nbRevisions=0  nbUselessRevisions=0
3.76/3.80	     nbRemovedValues=357  detectedInconsistency=no
3.76/3.80	       =>  wckTime=0.17  cpuTime=0.15  mem=97M22
10.50/10.68	   
10.50/10.68	   INFO : Stopping use of transposition table (mapSize=101, nbTooLargekeys=0, mem=100M10)
15.85/16.09	   
15.85/16.09	   search
15.85/16.09	     run=7  nbConstraintChecks=3656884  nbValidityChecks=27068891  minDepth=302  maxDepth=365  nbPropagations=108038
15.85/16.09	     nbRevisions=6367088  nbUselessRevisions=6366728  nbAssignments=3272  nbFailedAssignments=323  nbBacktracks=679
15.85/16.09	     nbVisitedNodes=3771  nbRestartNogoods=93  nbFoundSolutions=1  nbSEliminables=0  nbREliminables=52.58
15.85/16.09	     nbIEliminables=249.34  nbDEliminables=0  nbPEliminables=0
15.85/16.09	       =>  wckTime=12.461  cpuTime=12.23  mem=100M10
15.85/16.09	   
15.85/16.09	   global
15.85/16.09	     nbConstraintChecks=3656884  nbValidityChecks=27805549  nbPropagations=108437  nbRevisions=6367088
15.85/16.09	     nbUselessRevisions=6366728  nbRestartNogoods=93  solvingWckTime=12.464  solvingCpuTime=12.24  expiredTime=no
15.85/16.09	     totalExploration=no  nbFoundSolutions=1  firstSolutionCpuTime=14.65  globalCpuTime=14.71
15.85/16.09	       =>  wckTime=15.846  cpuTime=14.67  mem=100M10
15.85/16.09	   
15.85/16.10	s SATISFIABLE
15.85/16.10	v 7 14 14 19 1 0 19 4 17 17 4 6 8 18 6 0 11 4 0 20 19 14 0 1 0 19 4 4 23 0 2 19 0 12 8 3 0 18 19 12 17 0 13 2 7 18 0 19 24 17 17 14 18 4 18 19 14 15 2 14 2 10 4 12 8 11 4 0 22 0 10 4 13 10 8 13 10 18 0 8 13 19 18 13 0 6 4 13 12 8 19 24 6 4 17 17 24 12 0 6 13 4 19 8 2 17 0 8 13 24 17 8 18 4 18 0 11 11 4 17 13 0 0 0 0 18 6 17 0 3 4 18 15 17 4 4 18 8 0 13 18 2 12 18 11 0 19 4 2 11 0 8 12 6 20 0 13 14 4 15 8 18 2 14 15 0 11 17 4 13 4 2 0 12 3 4 13 7 0 17 4 18 0 3 3 0 19 0 4 4 17 8 11 24 12 14 0 19 18 7 0 17 4 2 17 14 15 2 17 0 13 4 2 0 8 13 4 2 4 17 4 18 20 17 8 11 0 19 4 7 4 8 13 4 15 17 0 19 19 2 17 14 15 0 19 4 12 4 0 13 19 18 7 8 21 15 11 0 13 4 19 14 17 19 14 8 18 4 18 11 14 15 4 18 0 8 11 14 17 20 17 6 4 18 2 0 13 19 2 14 13 13 22 0 17 12 19 7 18 20 17 6 4 18 11 20 6 6 8 18 7 0 17 0 1 19 4 0 18 4 19 0 19 4 17 8 3 11 4 13 4 8 11 4 17 13 8 4 8 11 8 0 2 13 4 0 17 3 0 13 4 13 0 10 4 3 2 0 17 13 4 6 0 12 4 
15.85/16.10	d NODES 3272
15.85/16.10	d CHECKS 3656884
15.85/16.10	   
15.85/16.10	   totalWckTime=15.912  totalCpuTime=14.71

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-2095625-1247407869/watcher-2095625-1247407869 -o /tmp/evaluation-result-2095625-1247407869/solver-2095625-1247407869 -C 1800 -W 2000 -M 900 java -Xms756M -Xmx756M -XX:PermSize=10m -XX:MaxPermSize=10m -cp abscon112V4.jar abscon.Resolution mac.xml 1 XSax HOME/instance-2095625-1247407869.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.91 1.95 1.90 3/80 1428
/proc/meminfo: memFree=1542064/2055920 swapFree=4192812/4192956
[pid=1428] ppid=1426 vsize=1616 CPUtime=0
/proc/1428/stat : 1428 (java) D 1426 1428 746 0 -1 0 177 0 0 0 0 0 0 0 18 0 1 0 27850399 1654784 145 996147200 134512640 134550932 4294956128 18446744073709551615 4294960144 0 2147483391 4096 0 18446744072099781622 0 0 17 0 0 0
/proc/1428/statm: 404 145 119 9 0 46 0

[startup+0.0927141 s]
/proc/loadavg: 1.91 1.95 1.90 3/80 1428
/proc/meminfo: memFree=1542064/2055920 swapFree=4192812/4192956
[pid=1428] ppid=1426 vsize=865980 CPUtime=0.07
/proc/1428/stat : 1428 (java) S 1426 1428 746 0 -1 0 3676 0 1 0 6 1 0 0 18 0 9 0 27850399 886763520 3156 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/1428/statm: 216495 3157 1687 9 0 210980 0
Current children cumulated CPU time (s) 0.07
Current children cumulated vsize (KiB) 865980

[startup+0.10212 s]
/proc/loadavg: 1.91 1.95 1.90 3/80 1428
/proc/meminfo: memFree=1542064/2055920 swapFree=4192812/4192956
[pid=1428] ppid=1426 vsize=865980 CPUtime=0.08
/proc/1428/stat : 1428 (java) S 1426 1428 746 0 -1 0 3736 0 1 0 7 1 0 0 18 0 9 0 27850399 886763520 3204 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/1428/statm: 216495 3204 1700 9 0 210980 0
Current children cumulated CPU time (s) 0.08
Current children cumulated vsize (KiB) 865980

[startup+0.301139 s]
/proc/loadavg: 1.91 1.95 1.90 3/80 1428
/proc/meminfo: memFree=1542064/2055920 swapFree=4192812/4192956
[pid=1428] ppid=1426 vsize=866380 CPUtime=0.28
/proc/1428/stat : 1428 (java) S 1426 1428 746 0 -1 0 5944 0 1 0 25 3 0 0 18 0 9 0 27850399 887173120 5310 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/1428/statm: 216595 5310 1983 9 0 211053 0
Current children cumulated CPU time (s) 0.28
Current children cumulated vsize (KiB) 866380

[startup+0.701176 s]
/proc/loadavg: 1.91 1.95 1.90 3/80 1428
/proc/meminfo: memFree=1542064/2055920 swapFree=4192812/4192956
[pid=1428] ppid=1426 vsize=867780 CPUtime=0.68
/proc/1428/stat : 1428 (java) S 1426 1428 746 0 -1 0 9998 0 1 0 62 6 0 0 18 0 9 0 27850399 888606720 9352 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/1428/statm: 216945 9352 2039 9 0 211381 0
Current children cumulated CPU time (s) 0.68
Current children cumulated vsize (KiB) 867780

[startup+1.50225 s]
/proc/loadavg: 1.91 1.95 1.90 3/89 1437
/proc/meminfo: memFree=1492264/2055920 swapFree=4192812/4192956
[pid=1428] ppid=1426 vsize=867692 CPUtime=1.48
/proc/1428/stat : 1428 (java) S 1426 1428 746 0 -1 0 18713 0 1 0 132 16 0 0 18 0 9 0 27850399 888516608 18039 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/1428/statm: 216923 18039 2033 9 0 211381 0
[pid=1428/tid=1430] ppid=1426 vsize=867692 CPUtime=1.2
/proc/1428/task/1430/stat : 1430 (java) R 1426 1428 746 0 -1 64 15835 0 1 0 105 15 0 0 25 0 9 0 27850400 888516608 18039 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=1428/tid=1431] ppid=1426 vsize=867692 CPUtime=0.04
/proc/1428/task/1431/stat : 1431 (java) S 1426 1428 746 0 -1 64 1468 0 0 0 4 0 0 0 16 0 9 0 27850401 888516608 18039 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=1428/tid=1432] ppid=1426 vsize=867692 CPUtime=0
/proc/1428/task/1432/stat : 1432 (java) S 1426 1428 746 0 -1 64 16 0 0 0 0 0 0 0 16 0 9 0 27850402 888516608 18039 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=1428/tid=1433] ppid=1426 vsize=867692 CPUtime=0
/proc/1428/task/1433/stat : 1433 (java) S 1426 1428 746 0 -1 64 5 0 0 0 0 0 0 0 16 0 9 0 27850402 888516608 18039 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=1428/tid=1434] ppid=1426 vsize=867692 CPUtime=0
/proc/1428/task/1434/stat : 1434 (java) S 1426 1428 746 0 -1 64 1 0 0 0 0 0 0 0 24 0 9 0 27850404 888516608 18039 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=1428/tid=1435] ppid=1426 vsize=867692 CPUtime=0.21
/proc/1428/task/1435/stat : 1435 (java) S 1426 1428 746 0 -1 64 710 0 0 0 21 0 0 0 15 0 9 0 27850404 888516608 18039 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=1428/tid=1436] ppid=1426 vsize=867692 CPUtime=0
/proc/1428/task/1436/stat : 1436 (java) S 1426 1428 746 0 -1 64 0 0 0 0 0 0 0 0 25 0 9 0 27850404 888516608 18039 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=1428/tid=1437] ppid=1426 vsize=867692 CPUtime=0
/proc/1428/task/1437/stat : 1437 (java) S 1426 1428 746 0 -1 64 0 0 0 0 0 0 0 0 15 0 9 0 27850404 888516608 18039 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1.48
Current children cumulated vsize (KiB) 867692

[startup+3.10241 s]
/proc/loadavg: 1.91 1.95 1.90 3/89 1437
/proc/meminfo: memFree=1461288/2055920 swapFree=4192812/4192956
[pid=1428] ppid=1426 vsize=868196 CPUtime=3.06
/proc/1428/stat : 1428 (java) S 1426 1428 746 0 -1 0 36735 736 1 0 256 30 20 0 18 0 10 0 27850399 889032704 25343 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/1428/statm: 217049 25343 2659 9 0 211485 0
[pid=1428/tid=1430] ppid=1426 vsize=868196 CPUtime=2.48
/proc/1428/task/1430/stat : 1430 (java) R 1426 1428 746 0 -1 64 18926 736 1 0 204 24 20 0 16 0 10 0 27850400 889032704 25343 996147200 134512640 134550932 4294955968 18446744073709551615 102347976 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=1428/tid=1431] ppid=1426 vsize=868196 CPUtime=0.47
/proc/1428/task/1431/stat : 1431 (java) R 1426 1428 746 0 -1 64 16061 736 0 0 23 4 20 0 17 0 10 0 27850401 889032704 25343 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=1428/tid=1432] ppid=1426 vsize=868196 CPUtime=0.2
/proc/1428/task/1432/stat : 1432 (java) S 1426 1428 746 0 -1 64 21 736 0 0 0 0 20 0 16 0 10 0 27850402 889032704 25343 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=1428/tid=1433] ppid=1426 vsize=868196 CPUtime=0.2
/proc/1428/task/1433/stat : 1433 (java) S 1426 1428 746 0 -1 64 10 736 0 0 0 0 20 0 16 0 10 0 27850402 889032704 25343 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=1428/tid=1434] ppid=1426 vsize=868196 CPUtime=0.2
/proc/1428/task/1434/stat : 1434 (java) S 1426 1428 746 0 -1 64 1 736 0 0 0 0 20 0 24 0 10 0 27850404 889032704 25343 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=1428/tid=1435] ppid=1426 vsize=868196 CPUtime=0.48
/proc/1428/task/1435/stat : 1435 (java) S 1426 1428 746 0 -1 64 906 736 0 0 28 0 20 0 15 0 10 0 27850404 889032704 25343 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=1428/tid=1436] ppid=1426 vsize=868196 CPUtime=0.2
/proc/1428/task/1436/stat : 1436 (java) S 1426 1428 746 0 -1 64 0 736 0 0 0 0 20 0 25 0 10 0 27850404 889032704 25343 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=1428/tid=1437] ppid=1426 vsize=868196 CPUtime=0.2
/proc/1428/task/1437/stat : 1437 (java) S 1426 1428 746 0 -1 64 13 736 0 0 0 0 20 0 15 0 10 0 27850404 889032704 25343 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 3.06
Current children cumulated vsize (KiB) 868196

[startup+6.3017 s]
/proc/loadavg: 1.92 1.95 1.90 3/89 1441
/proc/meminfo: memFree=1416536/2055920 swapFree=4192812/4192956
[pid=1428] ppid=1426 vsize=868196 CPUtime=6.24
/proc/1428/stat : 1428 (java) S 1426 1428 746 0 -1 0 53732 858 1 0 566 37 20 1 18 0 9 0 27850399 889032704 33848 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/1428/statm: 217049 33848 2661 9 0 211485 0
[pid=1428/tid=1430] ppid=1426 vsize=868196 CPUtime=5.38
/proc/1428/task/1430/stat : 1430 (java) R 1426 1428 746 0 -1 64 25947 858 1 0 491 26 20 1 25 0 9 0 27850400 889032704 33848 996147200 134512640 134550932 4294955968 18446744073709551615 4127323118 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=1428/tid=1431] ppid=1426 vsize=868196 CPUtime=0.66
/proc/1428/task/1431/stat : 1431 (java) S 1426 1428 746 0 -1 64 25927 858 0 0 37 8 20 1 17 0 9 0 27850401 889032704 33848 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=1428/tid=1432] ppid=1426 vsize=868196 CPUtime=0.21
/proc/1428/task/1432/stat : 1432 (java) S 1426 1428 746 0 -1 64 21 858 0 0 0 0 20 1 16 0 9 0 27850402 889032704 33848 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=1428/tid=1433] ppid=1426 vsize=868196 CPUtime=0.21
/proc/1428/task/1433/stat : 1433 (java) S 1426 1428 746 0 -1 64 10 858 0 0 0 0 20 1 15 0 9 0 27850402 889032704 33848 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=1428/tid=1434] ppid=1426 vsize=868196 CPUtime=0.21
/proc/1428/task/1434/stat : 1434 (java) S 1426 1428 746 0 -1 64 1 858 0 0 0 0 20 1 24 0 9 0 27850404 889032704 33848 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=1428/tid=1435] ppid=1426 vsize=868196 CPUtime=0.58
/proc/1428/task/1435/stat : 1435 (java) S 1426 1428 746 0 -1 64 985 858 0 0 37 0 20 1 15 0 9 0 27850404 889032704 33848 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=1428/tid=1436] ppid=1426 vsize=868196 CPUtime=0.21
/proc/1428/task/1436/stat : 1436 (java) S 1426 1428 746 0 -1 64 0 858 0 0 0 0 20 1 25 0 9 0 27850404 889032704 33848 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=1428/tid=1437] ppid=1426 vsize=868196 CPUtime=0.21
/proc/1428/task/1437/stat : 1437 (java) S 1426 1428 746 0 -1 64 41 858 0 0 0 0 20 1 15 0 9 0 27850404 889032704 33848 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 6.24
Current children cumulated vsize (KiB) 868196

[startup+12.7013 s]
/proc/loadavg: 1.93 1.95 1.90 3/89 1441
/proc/meminfo: memFree=1416288/2055920 swapFree=4192812/4192956
[pid=1428] ppid=1426 vsize=868196 CPUtime=12.58
/proc/1428/stat : 1428 (java) S 1426 1428 746 0 -1 0 53778 858 1 0 1200 37 20 1 18 0 9 0 27850399 889032704 33858 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/1428/statm: 217049 33858 2661 9 0 211485 0
[pid=1428/tid=1430] ppid=1426 vsize=868196 CPUtime=11.69
/proc/1428/task/1430/stat : 1430 (java) R 1426 1428 746 0 -1 64 25951 858 1 0 1122 26 20 1 25 0 9 0 27850400 889032704 33858 996147200 134512640 134550932 4294955968 18446744073709551615 4127331355 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=1428/tid=1431] ppid=1426 vsize=868196 CPUtime=0.66
/proc/1428/task/1431/stat : 1431 (java) S 1426 1428 746 0 -1 64 25927 858 0 0 37 8 20 1 17 0 9 0 27850401 889032704 33858 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=1428/tid=1432] ppid=1426 vsize=868196 CPUtime=0.21
/proc/1428/task/1432/stat : 1432 (java) S 1426 1428 746 0 -1 64 21 858 0 0 0 0 20 1 16 0 9 0 27850402 889032704 33858 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=1428/tid=1433] ppid=1426 vsize=868196 CPUtime=0.21
/proc/1428/task/1433/stat : 1433 (java) S 1426 1428 746 0 -1 64 10 858 0 0 0 0 20 1 15 0 9 0 27850402 889032704 33858 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=1428/tid=1434] ppid=1426 vsize=868196 CPUtime=0.21
/proc/1428/task/1434/stat : 1434 (java) S 1426 1428 746 0 -1 64 1 858 0 0 0 0 20 1 24 0 9 0 27850404 889032704 33858 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=1428/tid=1435] ppid=1426 vsize=868196 CPUtime=0.61
/proc/1428/task/1435/stat : 1435 (java) S 1426 1428 746 0 -1 64 1027 858 0 0 39 1 20 1 15 0 9 0 27850404 889032704 33858 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=1428/tid=1436] ppid=1426 vsize=868196 CPUtime=0.21
/proc/1428/task/1436/stat : 1436 (java) S 1426 1428 746 0 -1 64 0 858 0 0 0 0 20 1 25 0 9 0 27850404 889032704 33858 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=1428/tid=1437] ppid=1426 vsize=868196 CPUtime=0.21
/proc/1428/task/1437/stat : 1437 (java) S 1426 1428 746 0 -1 64 41 858 0 0 0 0 20 1 15 0 9 0 27850404 889032704 33858 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 12.58
Current children cumulated vsize (KiB) 868196

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

[startup+14.3065 s]
/proc/loadavg: 1.93 1.95 1.90 3/89 1441
/proc/meminfo: memFree=1416352/2055920 swapFree=4192812/4192956
[pid=1428] ppid=1426 vsize=868196 CPUtime=14.17
/proc/1428/stat : 1428 (java) S 1426 1428 746 0 -1 0 53778 858 1 0 1359 37 20 1 18 0 9 0 27850399 889032704 33858 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/1428/statm: 217049 33858 2661 9 0 211485 0
[pid=1428/tid=1430] ppid=1426 vsize=868196 CPUtime=13.28
/proc/1428/task/1430/stat : 1430 (java) R 1426 1428 746 0 -1 64 25951 858 1 0 1281 26 20 1 25 0 9 0 27850400 889032704 33858 996147200 134512640 134550932 4294955968 18446744073709551615 4127328741 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=1428/tid=1431] ppid=1426 vsize=868196 CPUtime=0.66
/proc/1428/task/1431/stat : 1431 (java) S 1426 1428 746 0 -1 64 25927 858 0 0 37 8 20 1 16 0 9 0 27850401 889032704 33858 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=1428/tid=1432] ppid=1426 vsize=868196 CPUtime=0.21
/proc/1428/task/1432/stat : 1432 (java) S 1426 1428 746 0 -1 64 21 858 0 0 0 0 20 1 16 0 9 0 27850402 889032704 33858 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=1428/tid=1433] ppid=1426 vsize=868196 CPUtime=0.21
/proc/1428/task/1433/stat : 1433 (java) S 1426 1428 746 0 -1 64 10 858 0 0 0 0 20 1 15 0 9 0 27850402 889032704 33858 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=1428/tid=1434] ppid=1426 vsize=868196 CPUtime=0.21
/proc/1428/task/1434/stat : 1434 (java) S 1426 1428 746 0 -1 64 1 858 0 0 0 0 20 1 24 0 9 0 27850404 889032704 33858 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=1428/tid=1435] ppid=1426 vsize=868196 CPUtime=0.61
/proc/1428/task/1435/stat : 1435 (java) S 1426 1428 746 0 -1 64 1027 858 0 0 39 1 20 1 15 0 9 0 27850404 889032704 33858 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=1428/tid=1436] ppid=1426 vsize=868196 CPUtime=0.21
/proc/1428/task/1436/stat : 1436 (java) S 1426 1428 746 0 -1 64 0 858 0 0 0 0 20 1 25 0 9 0 27850404 889032704 33858 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=1428/tid=1437] ppid=1426 vsize=868196 CPUtime=0.21
/proc/1428/task/1437/stat : 1437 (java) S 1426 1428 746 0 -1 64 41 858 0 0 0 0 20 1 15 0 9 0 27850404 889032704 33858 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 14.17
Current children cumulated vsize (KiB) 868196

[startup+15.1015 s]
/proc/loadavg: 1.93 1.95 1.90 3/89 1441
/proc/meminfo: memFree=1416352/2055920 swapFree=4192812/4192956
[pid=1428] ppid=1426 vsize=868196 CPUtime=14.96
/proc/1428/stat : 1428 (java) S 1426 1428 746 0 -1 0 53781 858 1 0 1438 37 20 1 18 0 9 0 27850399 889032704 33860 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/1428/statm: 217049 33860 2661 9 0 211485 0
[pid=1428/tid=1430] ppid=1426 vsize=868196 CPUtime=14.07
/proc/1428/task/1430/stat : 1430 (java) R 1426 1428 746 0 -1 64 25951 858 1 0 1360 26 20 1 25 0 9 0 27850400 889032704 33860 996147200 134512640 134550932 4294955968 18446744073709551615 4127341530 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=1428/tid=1431] ppid=1426 vsize=868196 CPUtime=0.66
/proc/1428/task/1431/stat : 1431 (java) S 1426 1428 746 0 -1 64 25927 858 0 0 37 8 20 1 16 0 9 0 27850401 889032704 33860 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=1428/tid=1432] ppid=1426 vsize=868196 CPUtime=0.21
/proc/1428/task/1432/stat : 1432 (java) S 1426 1428 746 0 -1 64 21 858 0 0 0 0 20 1 16 0 9 0 27850402 889032704 33860 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=1428/tid=1433] ppid=1426 vsize=868196 CPUtime=0.21
/proc/1428/task/1433/stat : 1433 (java) S 1426 1428 746 0 -1 64 10 858 0 0 0 0 20 1 15 0 9 0 27850402 889032704 33860 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=1428/tid=1434] ppid=1426 vsize=868196 CPUtime=0.21
/proc/1428/task/1434/stat : 1434 (java) S 1426 1428 746 0 -1 64 1 858 0 0 0 0 20 1 24 0 9 0 27850404 889032704 33860 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=1428/tid=1435] ppid=1426 vsize=868196 CPUtime=0.61
/proc/1428/task/1435/stat : 1435 (java) S 1426 1428 746 0 -1 64 1030 858 0 0 39 1 20 1 16 0 9 0 27850404 889032704 33860 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=1428/tid=1436] ppid=1426 vsize=868196 CPUtime=0.21
/proc/1428/task/1436/stat : 1436 (java) S 1426 1428 746 0 -1 64 0 858 0 0 0 0 20 1 25 0 9 0 27850404 889032704 33860 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=1428/tid=1437] ppid=1426 vsize=868196 CPUtime=0.21
/proc/1428/task/1437/stat : 1437 (java) S 1426 1428 746 0 -1 64 41 858 0 0 0 0 20 1 15 0 9 0 27850404 889032704 33860 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 14.96
Current children cumulated vsize (KiB) 868196

[startup+15.9026 s]
/proc/loadavg: 1.93 1.96 1.91 3/89 1441
/proc/meminfo: memFree=1416352/2055920 swapFree=4192812/4192956
[pid=1428] ppid=1426 vsize=868196 CPUtime=15.75
/proc/1428/stat : 1428 (java) S 1426 1428 746 0 -1 0 53782 858 1 0 1517 37 20 1 18 0 9 0 27850399 889032704 33860 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/1428/statm: 217049 33860 2661 9 0 211485 0
[pid=1428/tid=1430] ppid=1426 vsize=868196 CPUtime=14.86
/proc/1428/task/1430/stat : 1430 (java) R 1426 1428 746 0 -1 64 25952 858 1 0 1439 26 20 1 25 0 9 0 27850400 889032704 33860 996147200 134512640 134550932 4294955968 18446744073709551615 4127260986 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=1428/tid=1431] ppid=1426 vsize=868196 CPUtime=0.66
/proc/1428/task/1431/stat : 1431 (java) S 1426 1428 746 0 -1 64 25927 858 0 0 37 8 20 1 17 0 9 0 27850401 889032704 33860 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=1428/tid=1432] ppid=1426 vsize=868196 CPUtime=0.21
/proc/1428/task/1432/stat : 1432 (java) S 1426 1428 746 0 -1 64 21 858 0 0 0 0 20 1 16 0 9 0 27850402 889032704 33860 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=1428/tid=1433] ppid=1426 vsize=868196 CPUtime=0.21
/proc/1428/task/1433/stat : 1433 (java) S 1426 1428 746 0 -1 64 10 858 0 0 0 0 20 1 15 0 9 0 27850402 889032704 33860 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=1428/tid=1434] ppid=1426 vsize=868196 CPUtime=0.21
/proc/1428/task/1434/stat : 1434 (java) S 1426 1428 746 0 -1 64 1 858 0 0 0 0 20 1 24 0 9 0 27850404 889032704 33860 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=1428/tid=1435] ppid=1426 vsize=868196 CPUtime=0.61
/proc/1428/task/1435/stat : 1435 (java) S 1426 1428 746 0 -1 64 1030 858 0 0 39 1 20 1 15 0 9 0 27850404 889032704 33860 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=1428/tid=1436] ppid=1426 vsize=868196 CPUtime=0.21
/proc/1428/task/1436/stat : 1436 (java) S 1426 1428 746 0 -1 64 0 858 0 0 0 0 20 1 25 0 9 0 27850404 889032704 33860 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=1428/tid=1437] ppid=1426 vsize=868196 CPUtime=0.21
/proc/1428/task/1437/stat : 1437 (java) S 1426 1428 746 0 -1 64 41 858 0 0 0 0 20 1 15 0 9 0 27850404 889032704 33860 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 15.75
Current children cumulated vsize (KiB) 868196

[startup+16.1026 s]
/proc/loadavg: 1.93 1.96 1.91 3/89 1441
/proc/meminfo: memFree=1416352/2055920 swapFree=4192812/4192956
[pid=1428] ppid=1426 vsize=868196 CPUtime=15.95
/proc/1428/stat : 1428 (java) S 1426 1428 746 0 -1 0 53790 858 1 0 1537 37 20 1 18 0 9 0 27850399 889032704 33862 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/1428/statm: 217049 33862 2661 9 0 211485 0
[pid=1428/tid=1430] ppid=1426 vsize=868196 CPUtime=15.06
/proc/1428/task/1430/stat : 1430 (java) S 1426 1428 746 0 -1 64 25960 858 1 0 1459 26 20 1 25 0 9 0 27850400 889032704 33862 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=1428/tid=1431] ppid=1426 vsize=868196 CPUtime=0.66
/proc/1428/task/1431/stat : 1431 (java) S 1426 1428 746 0 -1 64 25927 858 0 0 37 8 20 1 17 0 9 0 27850401 889032704 33862 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=1428/tid=1432] ppid=1426 vsize=868196 CPUtime=0.21
/proc/1428/task/1432/stat : 1432 (java) S 1426 1428 746 0 -1 64 21 858 0 0 0 0 20 1 16 0 9 0 27850402 889032704 33862 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=1428/tid=1433] ppid=1426 vsize=868196 CPUtime=0.21
/proc/1428/task/1433/stat : 1433 (java) S 1426 1428 746 0 -1 64 10 858 0 0 0 0 20 1 15 0 9 0 27850402 889032704 33862 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=1428/tid=1434] ppid=1426 vsize=868196 CPUtime=0.21
/proc/1428/task/1434/stat : 1434 (java) S 1426 1428 746 0 -1 64 1 858 0 0 0 0 20 1 24 0 9 0 27850404 889032704 33862 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=1428/tid=1435] ppid=1426 vsize=868196 CPUtime=0.62
/proc/1428/task/1435/stat : 1435 (java) S 1426 1428 746 0 -1 64 1030 858 0 0 40 1 20 1 16 0 9 0 27850404 889032704 33862 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=1428/tid=1436] ppid=1426 vsize=868196 CPUtime=0.21
/proc/1428/task/1436/stat : 1436 (java) S 1426 1428 746 0 -1 64 0 858 0 0 0 0 20 1 25 0 9 0 27850404 889032704 33862 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=1428/tid=1437] ppid=1426 vsize=868196 CPUtime=0.21
/proc/1428/task/1437/stat : 1437 (java) S 1426 1428 746 0 -1 64 41 858 0 0 0 0 20 1 15 0 9 0 27850404 889032704 33862 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 15.95
Current children cumulated vsize (KiB) 868196

Child status: 0
Real time (s): 16.1731
CPU time (s): 15.9826
CPU user time (s): 15.5726
CPU system time (s): 0.409937
CPU usage (%): 98.822
Max. virtual memory (cumulated for all children) (KiB): 868240

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 15.5726
system time used= 0.409937
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 54678
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= 2207
involuntary context switches= 2549

runsolver used 0.028995 second user time and 0.054991 second system time

The end

Launcher Data

Begin job on node61 at 2009-07-12 16:11:09
IDJOB=2095625
IDBENCH=55483
IDSOLVER=773
FILE ID=node61/2095625-1247407869
PBS_JOBID= 9510524
Free space on /tmp= 66404 MiB

SOLVER NAME= Abscon 112v4 AC
BENCH NAME= CPAI08/csp/lexHerald/normalized-crossword-m1-lex-21-08.xml
COMMAND LINE= java -Xms756M -Xmx756M -XX:PermSize=10m -XX:MaxPermSize=10m -cp abscon112V4.jar abscon.Resolution mac.xml 1 XSax BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-2095625-1247407869/watcher-2095625-1247407869 -o /tmp/evaluation-result-2095625-1247407869/solver-2095625-1247407869 -C 1800 -W 2000 -M 900  java -Xms756M -Xmx756M -XX:PermSize=10m -XX:MaxPermSize=10m -cp abscon112V4.jar abscon.Resolution mac.xml 1 XSax HOME/instance-2095625-1247407869.xml

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

MD5SUM BENCH= 2f39a3fa7127c18c5476e0f90cec8505
RANDOM SEED=1711304925

node61.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.229
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.229
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:       1542544 kB
Buffers:         88488 kB
Cached:         214520 kB
SwapCached:          0 kB
Active:         326532 kB
Inactive:       120432 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1542544 kB
SwapTotal:     4192956 kB
SwapFree:      4192812 kB
Dirty:            2944 kB
Writeback:           0 kB
Mapped:         164412 kB
Slab:            51456 kB
Committed_AS:  1041936 kB
PageTables:       2016 kB
VmallocTotal: 536870911 kB
VmallocUsed:    264884 kB
VmallocChunk: 536605679 kB
HugePages_Total:     0
HugePages_Free:      0
Hugepagesize:     2048 kB

Free space on /tmp at the end= 66404 MiB
End job on node61 at 2009-07-12 16:11:26