Trace number 1095046

Some explanations

A solver is run under the control of another program named runsolver. runsolver is in charge of imposing the CPU time limit and the memory limit to the solver. It also monitors some information about the process. The trace of the execution of a solver is divided into four (or five) parts:
  1. SOLVER DATA
    This is the output of the solver (stdout and stderr).
    Note that some very long lines in this section may be truncated by your web browser ! In such a case, you may want to use the "Download as text" link to get the trace as a text file.

    When the --timestamp option is passed to the runsolver program, each line output by the solver is prepended with a timestamp which indicates at what time the line was output by the solver. Times are relative to the start of the program, given in seconds. The first timestamp (if present) is estimated CPU time. The last timestamp is wall clock time.

    As some 'v lines' may be very long (sometimes several megabytes), the 'v line' output by your solver may be split on several lines to help limit the size of the trace recorded in the database. In any case, the exact output of your solver is preserved in a trace file.
  2. VERIFIER DATA
    The output of the solver is piped to a verifier program which will search a value line "v " and, if found, will check that the given interpretation satisfies all constraints.
  3. CONVERSION SCRIPT DATA (Optionnal)
    When a conversion script is used, this section shows the messages that were output by the conversion script.
  4. WATCHER DATA
    This is the informations gathered by the runsolver program. It first prints the different limits. There's a first limit on CPU time set to X seconds (see the parameters in the trace). After this time has ellapsed, runsolver sends a SIGTERM and 2 seconds later a SIGKILL to the solver. For safety, there's also another limit set to X+30 seconds which will send a SIGXPU to the solver. The last limit is on the virtual memory used by the process (see the parameters in the trace).
    Every ten seconds, the runsolver process fetches the content of /proc/loadavg, /proc/pid/stat and /proc/pid/statm (see man proc) and prints it as raw data. This is only recorded in case we need to investigate the behaviour of a solver. The memory used by the solver (vsize) is also given every ten seconds.
    When the solver exits, runsolver prints some informations such as status and time. CPU usage is the ratio CPU Time/Real Time.
  5. LAUNCHER DATA
    These informations are related to the script which will launch the solver. The most important informations are the command line given to the solver, the md5sum of the different files and the dump of the /proc/cpuinfo and /proc/meminfo which provides some useful information on the computer.

Solver answer on this benchmark

Solver NameAnswerCPU timeWall clock time
Abscon 112v4 ACUNSAT 21.5587 21.7156

DiagnosticValue
CHECKS53030
NODES0

General information on the benchmark

Namecsp/fapp/fapp16/
normalized-fapp16-0260-8.xml
MD5SUM5ef6083857cc9720c8e4a658c322c67a
Bench Category2-ARY-INT (binary constraints in intension)
Best result obtained on this benchmarkUNSAT
Best CPU time to get the best result obtained on this benchmark1.08083
Satisfiable
(Un)Satisfiability was proved
Number of variables260
Number of constraints3927
Maximum constraint arity2
Maximum domain size302
Number of constraints which are defined in extension0
Number of constraints which are defined in intension3927
Global constraints used (with number of constraints)

Solver Data (download as text)

0.04/0.08	
0.04/0.08	Abscon 112 (May, 2008)
0.19/0.25	
0.19/0.25	   configuration
0.19/0.25	     name=mac.xml
0.19/0.29	   
0.19/0.29	   instance
0.19/0.29	     name=HOME/instance-1095046-1215280594.xml
0.29/0.32	   
0.29/0.32	   domains being loaded...
0.29/0.35	   
0.29/0.35	   variables being loaded...
0.39/0.42	     nbVariables=260  nbDomainTypes=8  minDomainSize=42  maxDomainSize=302  nbTotalValues=47293
0.39/0.42	       =>  wckTime=0.17  cpuTime=0.13  mem=9M813
0.39/0.42	   
0.39/0.42	   predicates being loaded...
0.39/0.49	   
0.39/0.49	   constraints being loaded...
20.49/20.67	   
20.49/20.67	   INFO : Stopping converting binary constraints (cpu=20.07, mem = 41M967)
21.18/21.33	     nbConstraints=2088  nbMergedConstraints=1839  nbConvertedConstraints=1564  nbConvertConstraintsChecks=42195637
21.18/21.33	     nbExtensionStructures=1194  nbSharedExtensionStructures=941  nbConflictsStructures=1314
21.18/21.33	     nbSharedConflictsStructures=978  nbUnbuiltConflictsStructures=313  nbSharedBinaryRepresentations=423930
21.18/21.33	     nbEvaluationManagers=433  nbSharedEvaluationManagers=91  minDegree=5  maxDegree=20  minArity=2  maxArity=2
21.18/21.33	     nbGenerators=0  nbFusions=0  symmetryWckTime=0.197  symmetryCpuTime=0.13
21.18/21.33	       =>  wckTime=21.077  cpuTime=20.55  mem=16M872
21.28/21.43	   
21.28/21.43	   solver IterativeSystematicSolver being built... 
21.37/21.59	       =>  wckTime=21.338  cpuTime=20.69  mem=32M688
21.47/21.64	   
21.47/21.64	   preprocessing
21.47/21.64	     nbConstraintChecks=53030  nbValidityChecks=66  nbPropagations=27  nbRevisions=616  nbUselessRevisions=372
21.47/21.64	     nbRemovedValues=21526  detectedInconsistency=yes
21.47/21.64	       =>  wckTime=0.048  cpuTime=0.03  mem=33M708
21.47/21.64	   
21.47/21.64	   global
21.47/21.64	     nbConstraintChecks=53030  nbValidityChecks=66  nbPropagations=27  nbRevisions=616  nbUselessRevisions=372
21.47/21.64	     nbRestartNogoods=0  solvingWckTime=0.05  solvingCpuTime=0.03  expiredTime=no  totalExploration=yes
21.47/21.64	     nbFoundSolutions=0  globalCpuTime=20.76
21.47/21.64	       =>  wckTime=21.391  cpuTime=20.72  mem=33M708
21.47/21.65	   
21.47/21.65	s UNSATISFIABLE
21.47/21.65	d NODES 0
21.47/21.65	d CHECKS 53030
21.47/21.65	   
21.47/21.65	   totalWckTime=21.466  totalCpuTime=20.77

Verifier Data (download as text)

No possible verification on an UNSAT instance

Watcher Data (download as text)

runsolver version 3.2.5 (c) roussel@cril.univ-artois.fr

command line: /home/evaluation/evaluation/pub/bin/runsolver --timestamp -w /tmp/evaluation-result-1095046-1215280594/watcher-1095046-1215280594 -o /tmp/evaluation-result-1095046-1215280594/solver-1095046-1215280594 -C 1800 -W 2200 -M 900 --output-limit 1,15 java -Xms756M -Xmx756M -XX:PermSize=10m -XX:MaxPermSize=10m -cp abscon112V4.jar abscon.Resolution mac.xml 1 XSax HOME/instance-1095046-1215280594.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): 2200 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
Solver output will be limited to a maximum of 15728640 bytes. The first 1048576 bytes and the last 14680064 bytes will be preserved
Current StackSize limit: 10240 KiB


[startup+0 s]
/proc/loadavg: 2.08 2.14 2.06 4/81 383
/proc/meminfo: memFree=1742864/2055924 swapFree=4180432/4192956
[pid=383] ppid=381 vsize=18572 CPUtime=0
/proc/383/stat : 383 (runsolver) R 381 383 30588 0 -1 4194368 16 0 0 0 0 0 0 0 19 0 1 0 2007034691 19017728 292 996147200 4194304 4296836 548682068336 18446744073709551615 268582841639 0 2147483391 4096 24578 0 0 0 17 1 0 0
/proc/383/statm: 4643 292 257 25 0 2626 0

[startup+0.0538851 s]
/proc/loadavg: 2.08 2.14 2.06 4/81 383
/proc/meminfo: memFree=1742864/2055924 swapFree=4180432/4192956
[pid=383] ppid=381 vsize=863688 CPUtime=0.04
/proc/383/stat : 383 (java) S 381 383 30588 0 -1 0 2566 0 1 0 2 2 0 0 19 0 9 0 2007034691 884416512 2133 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/383/statm: 215922 2133 1018 9 0 210901 0
Current children cumulated CPU time (s) 0.04
Current children cumulated vsize (KiB) 863688

[startup+0.102895 s]
/proc/loadavg: 2.08 2.14 2.06 4/81 383
/proc/meminfo: memFree=1742864/2055924 swapFree=4180432/4192956
[pid=383] ppid=381 vsize=865884 CPUtime=0.09
/proc/383/stat : 383 (java) S 381 383 30588 0 -1 0 3777 0 1 0 7 2 0 0 19 0 9 0 2007034691 886665216 3230 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/383/statm: 216471 3230 1714 9 0 211026 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 865884

[startup+0.302933 s]
/proc/loadavg: 2.08 2.14 2.06 4/81 383
/proc/meminfo: memFree=1742864/2055924 swapFree=4180432/4192956
[pid=383] ppid=381 vsize=866284 CPUtime=0.29
/proc/383/stat : 383 (java) S 381 383 30588 0 -1 0 5841 0 1 0 25 4 0 0 19 0 9 0 2007034691 887074816 5215 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/383/statm: 216571 5215 1953 9 0 211099 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 866284

[startup+0.703013 s]
/proc/loadavg: 2.08 2.14 2.06 4/81 383
/proc/meminfo: memFree=1742864/2055924 swapFree=4180432/4192956
[pid=383] ppid=381 vsize=867676 CPUtime=0.69
/proc/383/stat : 383 (java) S 381 383 30588 0 -1 0 9073 0 1 0 63 6 0 0 19 0 9 0 2007034691 888500224 8433 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/383/statm: 216919 8433 2010 9 0 211425 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 867676

[startup+1.50117 s]
/proc/loadavg: 2.08 2.14 2.06 3/90 392
/proc/meminfo: memFree=1704648/2055924 swapFree=4180432/4192956
[pid=383] ppid=381 vsize=867676 CPUtime=1.48
/proc/383/stat : 383 (java) S 381 383 30588 0 -1 0 12366 0 1 0 140 8 0 0 19 0 9 0 2007034691 888500224 11723 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/383/statm: 216919 11723 2014 9 0 211425 0
[pid=383/tid=385] ppid=381 vsize=867676 CPUtime=1.27
/proc/383/task/385/stat : 385 (java) R 381 383 30588 0 -1 64 10989 0 1 0 120 7 0 0 25 0 9 0 2007034692 888500224 11723 996147200 134512640 134550740 4294955968 18446744073709551615 4126870923 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=383/tid=386] ppid=381 vsize=867676 CPUtime=0
/proc/383/task/386/stat : 386 (java) S 381 383 30588 0 -1 64 5 0 0 0 0 0 0 0 17 0 9 0 2007034694 888500224 11723 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=383/tid=387] ppid=381 vsize=867676 CPUtime=0
/proc/383/task/387/stat : 387 (java) S 381 383 30588 0 -1 64 10 0 0 0 0 0 0 0 19 0 9 0 2007034694 888500224 11723 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=383/tid=388] ppid=381 vsize=867676 CPUtime=0
/proc/383/task/388/stat : 388 (java) S 381 383 30588 0 -1 64 4 0 0 0 0 0 0 0 20 0 9 0 2007034694 888500224 11723 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=383/tid=389] ppid=381 vsize=867676 CPUtime=0
/proc/383/task/389/stat : 389 (java) S 381 383 30588 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 2007034696 888500224 11723 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=383/tid=390] ppid=381 vsize=867676 CPUtime=0.19
/proc/383/task/390/stat : 390 (java) S 381 383 30588 0 -1 64 680 0 0 0 19 0 0 0 16 0 9 0 2007034696 888500224 11723 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=383/tid=391] ppid=381 vsize=867676 CPUtime=0
/proc/383/task/391/stat : 391 (java) S 381 383 30588 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 2007034696 888500224 11723 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=383/tid=392] ppid=381 vsize=867676 CPUtime=0
/proc/383/task/392/stat : 392 (java) S 381 383 30588 0 -1 64 0 0 0 0 0 0 0 0 15 0 9 0 2007034696 888500224 11723 996147200 134512640 134550740 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) 867676

[startup+3.10148 s]
/proc/loadavg: 2.08 2.14 2.06 3/90 392
/proc/meminfo: memFree=1702088/2055924 swapFree=4180432/4192956
[pid=383] ppid=381 vsize=867676 CPUtime=3.07
/proc/383/stat : 383 (java) S 381 383 30588 0 -1 0 13444 0 1 0 298 9 0 0 19 0 9 0 2007034691 888500224 12799 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/383/statm: 216919 12799 2014 9 0 211425 0
[pid=383/tid=385] ppid=381 vsize=867676 CPUtime=2.83
/proc/383/task/385/stat : 385 (java) R 381 383 30588 0 -1 64 12039 0 1 0 276 7 0 0 25 0 9 0 2007034692 888500224 12799 996147200 134512640 134550740 4294955968 18446744073709551615 4126876751 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=383/tid=386] ppid=381 vsize=867676 CPUtime=0
/proc/383/task/386/stat : 386 (java) S 381 383 30588 0 -1 64 5 0 0 0 0 0 0 0 17 0 9 0 2007034694 888500224 12799 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=383/tid=387] ppid=381 vsize=867676 CPUtime=0
/proc/383/task/387/stat : 387 (java) S 381 383 30588 0 -1 64 10 0 0 0 0 0 0 0 19 0 9 0 2007034694 888500224 12799 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=383/tid=388] ppid=381 vsize=867676 CPUtime=0
/proc/383/task/388/stat : 388 (java) S 381 383 30588 0 -1 64 4 0 0 0 0 0 0 0 20 0 9 0 2007034694 888500224 12799 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=383/tid=389] ppid=381 vsize=867676 CPUtime=0
/proc/383/task/389/stat : 389 (java) S 381 383 30588 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 2007034696 888500224 12799 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=383/tid=390] ppid=381 vsize=867676 CPUtime=0.22
/proc/383/task/390/stat : 390 (java) S 381 383 30588 0 -1 64 708 0 0 0 22 0 0 0 15 0 9 0 2007034696 888500224 12799 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=383/tid=391] ppid=381 vsize=867676 CPUtime=0
/proc/383/task/391/stat : 391 (java) S 381 383 30588 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 2007034696 888500224 12799 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=383/tid=392] ppid=381 vsize=867676 CPUtime=0
/proc/383/task/392/stat : 392 (java) S 381 383 30588 0 -1 64 0 0 0 0 0 0 0 0 15 0 9 0 2007034696 888500224 12799 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 3.07
Current children cumulated vsize (KiB) 867676

[startup+6.30111 s]
/proc/loadavg: 2.08 2.14 2.06 3/90 392
/proc/meminfo: memFree=1692680/2055924 swapFree=4180432/4192956
[pid=383] ppid=381 vsize=867676 CPUtime=6.26
/proc/383/stat : 383 (java) S 381 383 30588 0 -1 0 15779 0 1 0 615 11 0 0 19 0 9 0 2007034691 888500224 15133 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/383/statm: 216919 15133 2014 9 0 211425 0
[pid=383/tid=385] ppid=381 vsize=867676 CPUtime=6.01
/proc/383/task/385/stat : 385 (java) R 381 383 30588 0 -1 64 14373 0 1 0 592 9 0 0 25 0 9 0 2007034692 888500224 15133 996147200 134512640 134550740 4294955968 18446744073709551615 4126873465 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=383/tid=386] ppid=381 vsize=867676 CPUtime=0
/proc/383/task/386/stat : 386 (java) S 381 383 30588 0 -1 64 5 0 0 0 0 0 0 0 16 0 9 0 2007034694 888500224 15133 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=383/tid=387] ppid=381 vsize=867676 CPUtime=0
/proc/383/task/387/stat : 387 (java) S 381 383 30588 0 -1 64 10 0 0 0 0 0 0 0 19 0 9 0 2007034694 888500224 15133 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=383/tid=388] ppid=381 vsize=867676 CPUtime=0
/proc/383/task/388/stat : 388 (java) S 381 383 30588 0 -1 64 4 0 0 0 0 0 0 0 20 0 9 0 2007034694 888500224 15133 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=383/tid=389] ppid=381 vsize=867676 CPUtime=0
/proc/383/task/389/stat : 389 (java) S 381 383 30588 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 2007034696 888500224 15133 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=383/tid=390] ppid=381 vsize=867676 CPUtime=0.22
/proc/383/task/390/stat : 390 (java) S 381 383 30588 0 -1 64 709 0 0 0 22 0 0 0 15 0 9 0 2007034696 888500224 15133 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=383/tid=391] ppid=381 vsize=867676 CPUtime=0
/proc/383/task/391/stat : 391 (java) S 381 383 30588 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 2007034696 888500224 15133 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=383/tid=392] ppid=381 vsize=867676 CPUtime=0
/proc/383/task/392/stat : 392 (java) S 381 383 30588 0 -1 64 0 0 0 0 0 0 0 0 15 0 9 0 2007034696 888500224 15133 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 6.26
Current children cumulated vsize (KiB) 867676

[startup+12.7014 s]
/proc/loadavg: 2.07 2.14 2.06 3/90 392
/proc/meminfo: memFree=1677768/2055924 swapFree=4180432/4192956
[pid=383] ppid=381 vsize=867588 CPUtime=12.62
/proc/383/stat : 383 (java) S 381 383 30588 0 -1 0 18724 0 1 0 1248 14 0 0 19 0 9 0 2007034691 888410112 18052 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/383/statm: 216897 18052 2005 9 0 211425 0
[pid=383/tid=385] ppid=381 vsize=867588 CPUtime=12.31
/proc/383/task/385/stat : 385 (java) R 381 383 30588 0 -1 64 15786 0 1 0 1219 12 0 0 25 0 9 0 2007034692 888410112 18052 996147200 134512640 134550740 4294955968 18446744073709551615 4126875376 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=383/tid=386] ppid=381 vsize=867588 CPUtime=0.04
/proc/383/task/386/stat : 386 (java) S 381 383 30588 0 -1 64 1525 0 0 0 4 0 0 0 16 0 9 0 2007034694 888410112 18052 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=383/tid=387] ppid=381 vsize=867588 CPUtime=0
/proc/383/task/387/stat : 387 (java) S 381 383 30588 0 -1 64 13 0 0 0 0 0 0 0 16 0 9 0 2007034694 888410112 18052 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=383/tid=388] ppid=381 vsize=867588 CPUtime=0
/proc/383/task/388/stat : 388 (java) S 381 383 30588 0 -1 64 5 0 0 0 0 0 0 0 16 0 9 0 2007034694 888410112 18052 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=383/tid=389] ppid=381 vsize=867588 CPUtime=0
/proc/383/task/389/stat : 389 (java) S 381 383 30588 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 2007034696 888410112 18052 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=383/tid=390] ppid=381 vsize=867588 CPUtime=0.24
/proc/383/task/390/stat : 390 (java) S 381 383 30588 0 -1 64 717 0 0 0 24 0 0 0 16 0 9 0 2007034696 888410112 18052 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=383/tid=391] ppid=381 vsize=867588 CPUtime=0
/proc/383/task/391/stat : 391 (java) S 381 383 30588 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 2007034696 888410112 18052 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=383/tid=392] ppid=381 vsize=867588 CPUtime=0
/proc/383/task/392/stat : 392 (java) S 381 383 30588 0 -1 64 0 0 0 0 0 0 0 0 15 0 9 0 2007034696 888410112 18052 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 12.62
Current children cumulated vsize (KiB) 867588

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

[startup+15.903 s]
/proc/loadavg: 2.07 2.14 2.05 3/90 392
/proc/meminfo: memFree=1677768/2055924 swapFree=4180432/4192956
[pid=383] ppid=381 vsize=867588 CPUtime=15.81
/proc/383/stat : 383 (java) S 381 383 30588 0 -1 0 18726 0 1 0 1565 16 0 0 19 0 9 0 2007034691 888410112 18054 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/383/statm: 216897 18054 2005 9 0 211425 0
[pid=383/tid=385] ppid=381 vsize=867588 CPUtime=15.5
/proc/383/task/385/stat : 385 (java) R 381 383 30588 0 -1 64 15786 0 1 0 1536 14 0 0 25 0 9 0 2007034692 888410112 18054 996147200 134512640 134550740 4294955968 18446744073709551615 4126876117 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=383/tid=386] ppid=381 vsize=867588 CPUtime=0.04
/proc/383/task/386/stat : 386 (java) S 381 383 30588 0 -1 64 1525 0 0 0 4 0 0 0 16 0 9 0 2007034694 888410112 18054 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=383/tid=387] ppid=381 vsize=867588 CPUtime=0
/proc/383/task/387/stat : 387 (java) S 381 383 30588 0 -1 64 13 0 0 0 0 0 0 0 16 0 9 0 2007034694 888410112 18054 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=383/tid=388] ppid=381 vsize=867588 CPUtime=0
/proc/383/task/388/stat : 388 (java) S 381 383 30588 0 -1 64 5 0 0 0 0 0 0 0 16 0 9 0 2007034694 888410112 18054 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=383/tid=389] ppid=381 vsize=867588 CPUtime=0
/proc/383/task/389/stat : 389 (java) S 381 383 30588 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 2007034696 888410112 18054 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=383/tid=390] ppid=381 vsize=867588 CPUtime=0.24
/proc/383/task/390/stat : 390 (java) S 381 383 30588 0 -1 64 719 0 0 0 24 0 0 0 15 0 9 0 2007034696 888410112 18054 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=383/tid=391] ppid=381 vsize=867588 CPUtime=0
/proc/383/task/391/stat : 391 (java) S 381 383 30588 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 2007034696 888410112 18054 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=383/tid=392] ppid=381 vsize=867588 CPUtime=0
/proc/383/task/392/stat : 392 (java) S 381 383 30588 0 -1 64 0 0 0 0 0 0 0 0 15 0 9 0 2007034696 888410112 18054 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 15.81
Current children cumulated vsize (KiB) 867588

[startup+19.1026 s]
/proc/loadavg: 2.07 2.14 2.05 3/90 392
/proc/meminfo: memFree=1677832/2055924 swapFree=4180432/4192956
[pid=383] ppid=381 vsize=867588 CPUtime=18.99
/proc/383/stat : 383 (java) S 381 383 30588 0 -1 0 18726 0 1 0 1882 17 0 0 19 0 9 0 2007034691 888410112 18054 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/383/statm: 216897 18054 2005 9 0 211425 0
[pid=383/tid=385] ppid=381 vsize=867588 CPUtime=18.68
/proc/383/task/385/stat : 385 (java) R 381 383 30588 0 -1 64 15786 0 1 0 1853 15 0 0 25 0 9 0 2007034692 888410112 18054 996147200 134512640 134550740 4294955968 18446744073709551615 4126876190 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=383/tid=386] ppid=381 vsize=867588 CPUtime=0.04
/proc/383/task/386/stat : 386 (java) S 381 383 30588 0 -1 64 1525 0 0 0 4 0 0 0 16 0 9 0 2007034694 888410112 18054 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=383/tid=387] ppid=381 vsize=867588 CPUtime=0
/proc/383/task/387/stat : 387 (java) S 381 383 30588 0 -1 64 13 0 0 0 0 0 0 0 16 0 9 0 2007034694 888410112 18054 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=383/tid=388] ppid=381 vsize=867588 CPUtime=0
/proc/383/task/388/stat : 388 (java) S 381 383 30588 0 -1 64 5 0 0 0 0 0 0 0 16 0 9 0 2007034694 888410112 18054 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=383/tid=389] ppid=381 vsize=867588 CPUtime=0
/proc/383/task/389/stat : 389 (java) S 381 383 30588 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 2007034696 888410112 18054 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=383/tid=390] ppid=381 vsize=867588 CPUtime=0.24
/proc/383/task/390/stat : 390 (java) S 381 383 30588 0 -1 64 719 0 0 0 24 0 0 0 15 0 9 0 2007034696 888410112 18054 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=383/tid=391] ppid=381 vsize=867588 CPUtime=0
/proc/383/task/391/stat : 391 (java) S 381 383 30588 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 2007034696 888410112 18054 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=383/tid=392] ppid=381 vsize=867588 CPUtime=0
/proc/383/task/392/stat : 392 (java) S 381 383 30588 0 -1 64 0 0 0 0 0 0 0 0 15 0 9 0 2007034696 888410112 18054 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 18.99
Current children cumulated vsize (KiB) 867588

[startup+20.7029 s]
/proc/loadavg: 2.07 2.14 2.05 3/90 392
/proc/meminfo: memFree=1677768/2055924 swapFree=4180432/4192956
[pid=383] ppid=381 vsize=867588 CPUtime=20.59
/proc/383/stat : 383 (java) S 381 383 30588 0 -1 0 18745 0 1 0 2041 18 0 0 19 0 9 0 2007034691 888410112 18071 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/383/statm: 216897 18071 2006 9 0 211425 0
[pid=383/tid=385] ppid=381 vsize=867588 CPUtime=20.25
/proc/383/task/385/stat : 385 (java) R 381 383 30588 0 -1 64 15790 0 1 0 2009 16 0 0 25 0 9 0 2007034692 888410112 18071 996147200 134512640 134550740 4294955968 18446744073709551615 102888697 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=383/tid=386] ppid=381 vsize=867588 CPUtime=0.04
/proc/383/task/386/stat : 386 (java) S 381 383 30588 0 -1 64 1526 0 0 0 4 0 0 0 16 0 9 0 2007034694 888410112 18071 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=383/tid=387] ppid=381 vsize=867588 CPUtime=0
/proc/383/task/387/stat : 387 (java) S 381 383 30588 0 -1 64 13 0 0 0 0 0 0 0 16 0 9 0 2007034694 888410112 18071 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=383/tid=388] ppid=381 vsize=867588 CPUtime=0
/proc/383/task/388/stat : 388 (java) S 381 383 30588 0 -1 64 5 0 0 0 0 0 0 0 16 0 9 0 2007034694 888410112 18071 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=383/tid=389] ppid=381 vsize=867588 CPUtime=0
/proc/383/task/389/stat : 389 (java) S 381 383 30588 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 2007034696 888410112 18071 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=383/tid=390] ppid=381 vsize=867588 CPUtime=0.26
/proc/383/task/390/stat : 390 (java) S 381 383 30588 0 -1 64 733 0 0 0 26 0 0 0 16 0 9 0 2007034696 888410112 18071 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=383/tid=391] ppid=381 vsize=867588 CPUtime=0
/proc/383/task/391/stat : 391 (java) S 381 383 30588 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 2007034696 888410112 18071 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=383/tid=392] ppid=381 vsize=867588 CPUtime=0
/proc/383/task/392/stat : 392 (java) S 381 383 30588 0 -1 64 0 0 0 0 0 0 0 0 15 0 9 0 2007034696 888410112 18071 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 20.59
Current children cumulated vsize (KiB) 867588

[startup+21.5011 s]
/proc/loadavg: 2.14 2.15 2.06 3/90 392
/proc/meminfo: memFree=1677704/2055924 swapFree=4180432/4192956
[pid=383] ppid=381 vsize=868324 CPUtime=21.37
/proc/383/stat : 383 (java) S 381 383 30588 0 -1 0 28024 387 1 0 2112 22 2 1 19 0 9 0 2007034691 889163776 21899 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/383/statm: 217081 21899 2637 9 0 211587 0
[pid=383/tid=385] ppid=381 vsize=868324 CPUtime=20.82
/proc/383/task/385/stat : 385 (java) R 381 383 30588 0 -1 64 18049 387 1 0 2063 16 2 1 23 0 9 0 2007034692 889163776 21899 996147200 134512640 134550740 4294955968 18446744073709551615 4126571642 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=383/tid=386] ppid=381 vsize=868324 CPUtime=0.22
/proc/383/task/386/stat : 386 (java) S 381 383 30588 0 -1 64 8193 387 0 0 17 2 2 1 16 0 9 0 2007034694 889163776 21899 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=383/tid=387] ppid=381 vsize=868324 CPUtime=0.03
/proc/383/task/387/stat : 387 (java) S 381 383 30588 0 -1 64 17 387 0 0 0 0 2 1 17 0 9 0 2007034694 889163776 21899 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=383/tid=388] ppid=381 vsize=868324 CPUtime=0.03
/proc/383/task/388/stat : 388 (java) S 381 383 30588 0 -1 64 12 387 0 0 0 0 2 1 16 0 9 0 2007034694 889163776 21899 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=383/tid=389] ppid=381 vsize=868324 CPUtime=0.03
/proc/383/task/389/stat : 389 (java) S 381 383 30588 0 -1 64 1 387 0 0 0 0 2 1 18 0 9 0 2007034696 889163776 21899 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=383/tid=390] ppid=381 vsize=868324 CPUtime=0.35
/proc/383/task/390/stat : 390 (java) S 381 383 30588 0 -1 64 933 387 0 0 31 1 2 1 15 0 9 0 2007034696 889163776 21899 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=383/tid=391] ppid=381 vsize=868324 CPUtime=0.03
/proc/383/task/391/stat : 391 (java) S 381 383 30588 0 -1 64 1 387 0 0 0 0 2 1 19 0 9 0 2007034696 889163776 21899 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=383/tid=392] ppid=381 vsize=868324 CPUtime=0.03
/proc/383/task/392/stat : 392 (java) S 381 383 30588 0 -1 64 3 387 0 0 0 0 2 1 15 0 9 0 2007034696 889163776 21899 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 21.37
Current children cumulated vsize (KiB) 868324

[startup+21.7011 s]
/proc/loadavg: 2.14 2.15 2.06 3/90 392
/proc/meminfo: memFree=1677704/2055924 swapFree=4180432/4192956
[pid=383] ppid=381 vsize=868324 CPUtime=21.53
/proc/383/stat : 383 (java) S 381 383 30588 0 -1 0 32671 387 1 0 2126 24 2 1 19 0 9 0 2007034691 889163776 21944 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/383/statm: 217081 21944 2638 9 0 211587 0
[pid=383/tid=385] ppid=381 vsize=868324 CPUtime=20.95
/proc/383/task/385/stat : 385 (java) S 381 383 30588 0 -1 64 22682 387 1 0 2075 17 2 1 24 0 9 0 2007034692 889163776 21944 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=383/tid=386] ppid=381 vsize=868324 CPUtime=0.22
/proc/383/task/386/stat : 386 (java) S 381 383 30588 0 -1 64 8193 387 0 0 17 2 2 1 16 0 9 0 2007034694 889163776 21944 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=383/tid=387] ppid=381 vsize=868324 CPUtime=0.03
/proc/383/task/387/stat : 387 (java) S 381 383 30588 0 -1 64 17 387 0 0 0 0 2 1 17 0 9 0 2007034694 889163776 21944 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=383/tid=388] ppid=381 vsize=868324 CPUtime=0.03
/proc/383/task/388/stat : 388 (java) S 381 383 30588 0 -1 64 12 387 0 0 0 0 2 1 16 0 9 0 2007034694 889163776 21944 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=383/tid=389] ppid=381 vsize=868324 CPUtime=0.03
/proc/383/task/389/stat : 389 (java) S 381 383 30588 0 -1 64 1 387 0 0 0 0 2 1 18 0 9 0 2007034696 889163776 21944 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=383/tid=390] ppid=381 vsize=868324 CPUtime=0.37
/proc/383/task/390/stat : 390 (java) S 381 383 30588 0 -1 64 947 387 0 0 33 1 2 1 16 0 9 0 2007034696 889163776 21944 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=383/tid=391] ppid=381 vsize=868324 CPUtime=0.03
/proc/383/task/391/stat : 391 (java) S 381 383 30588 0 -1 64 1 387 0 0 0 0 2 1 19 0 9 0 2007034696 889163776 21944 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=383/tid=392] ppid=381 vsize=868324 CPUtime=0.03
/proc/383/task/392/stat : 392 (java) R 381 383 30588 0 -1 64 3 387 0 0 0 0 2 1 15 0 9 0 2007034696 889163776 21944 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 21.53
Current children cumulated vsize (KiB) 868324

Child status: 0
Real time (s): 21.7156
CPU time (s): 21.5587
CPU user time (s): 21.2898
CPU system time (s): 0.268959
CPU usage (%): 99.2777
Max. virtual memory (cumulated for all children) (KiB): 868324

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 21.2898
system time used= 0.268959
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 33086
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= 2181
involuntary context switches= 2608

runsolver used 0.033994 second user time and 0.074988 second system time

The end

Launcher Data (download as text)

Begin job on node6 at 2008-07-05 19:56:34
IDJOB=1095046
IDBENCH=58873
IDSOLVER=363
FILE ID=node6/1095046-1215280594
PBS_JOBID= 7882221
Free space on /tmp= 66492 MiB

SOLVER NAME= Abscon 112v4 AC
BENCH NAME= CPAI08/csp/fapp/fapp16/normalized-fapp16-0260-8.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= /home/evaluation/evaluation/pub/bin/runsolver --timestamp -w /tmp/evaluation-result-1095046-1215280594/watcher-1095046-1215280594 -o /tmp/evaluation-result-1095046-1215280594/solver-1095046-1215280594 -C 1800 -W 2200 -M 900 --output-limit 1,15  java -Xms756M -Xmx756M -XX:PermSize=10m -XX:MaxPermSize=10m -cp abscon112V4.jar abscon.Resolution mac.xml 1 XSax HOME/instance-1095046-1215280594.xml

TIME LIMIT= 1800 seconds
MEMORY LIMIT= 900 MiB

MD5SUM BENCH= 5ef6083857cc9720c8e4a658c322c67a
RANDOM SEED=1852126467

node6.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.265
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.265
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:      2055924 kB
MemFree:       1743344 kB
Buffers:         47344 kB
Cached:         186772 kB
SwapCached:       6536 kB
Active:         168080 kB
Inactive:        93992 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055924 kB
LowFree:       1743344 kB
SwapTotal:     4192956 kB
SwapFree:      4180432 kB
Dirty:            2764 kB
Writeback:           0 kB
Mapped:          44164 kB
Slab:            35488 kB
Committed_AS:  3420020 kB
PageTables:       2012 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= 66488 MiB
End job on node6 at 2008-07-05 19:56:56