Trace number 1085741

Some explanations

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

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

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

Solver answer on this benchmark

Solver NameAnswerCPU timeWall clock time
Abscon 112v4 ESACUNSAT 31.3092 31.3787

DiagnosticValue
CHECKS1107370
NODES0

General information on the benchmark

Namecsp/fapp/fapp15/
normalized-fapp15-3000-2.xml
MD5SUMa7377e3e2481e38a6b40d9be07bb2cda
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 benchmark31.2123
Satisfiable
(Un)Satisfiability was proved
Number of variables3000
Number of constraints33021
Maximum constraint arity2
Maximum domain size182
Number of constraints which are defined in extension0
Number of constraints which are defined in intension33021
Global constraints used (with number of constraints)

Solver Data (download as text)

0.04/0.09	
0.04/0.09	Abscon 112 (May, 2008)
0.19/0.24	
0.19/0.24	   configuration
0.19/0.24	     name=esac.xml
0.19/0.28	   
0.19/0.28	   instance
0.19/0.28	     name=HOME/instance-1085741-1215235329.xml
0.28/0.31	   
0.28/0.31	   domains being loaded...
0.28/0.35	   
0.28/0.35	   variables being loaded...
0.58/0.61	     nbVariables=3000  nbDomainTypes=23  minDomainSize=42  maxDomainSize=182  nbTotalValues=515606
0.58/0.61	       =>  wckTime=0.367  cpuTime=0.27  mem=29M380
0.58/0.61	   
0.58/0.61	   predicates being loaded...
0.58/0.67	   
0.58/0.67	   constraints being loaded...
20.78/20.88	   
20.78/20.88	   INFO : Stopping converting binary constraints (cpu=20.05, mem = 72M493)
29.56/29.62	     nbConstraints=17754  nbMergedConstraints=15267  nbConvertedConstraints=1615  nbConvertConstraintsChecks=45064368
29.56/29.62	     nbExtensionStructures=1409  nbSharedExtensionStructures=711  nbConflictsStructures=2199
29.56/29.62	     nbSharedConflictsStructures=784  nbUnbuiltConflictsStructures=8183  nbSharedBinaryRepresentations=391260
29.56/29.62	     nbEvaluationManagers=8973  nbSharedEvaluationManagers=7166  minDegree=2  maxDegree=15  minArity=2  maxArity=2
29.56/29.62	     nbGenerators=0  nbFusions=0  symmetryWckTime=1.731  symmetryCpuTime=1.42
29.56/29.62	       =>  wckTime=29.373  cpuTime=27.87  mem=111M157
30.05/30.13	   
30.05/30.13	   solver IterativeSystematicSolver being built... 
30.55/30.67	       =>  wckTime=30.425  cpuTime=28.27  mem=130M286
31.24/31.32	   
31.24/31.32	   preprocessing
31.24/31.32	     nbConstraintChecks=1107368  nbValidityChecks=5206  nbPropagations=97  nbRevisions=1250  nbUselessRevisions=572
31.24/31.32	     nbRemovedValues=29266  detectedInconsistency=yes
31.24/31.32	       =>  wckTime=0.631  cpuTime=0.6  mem=130M286
31.24/31.32	   
31.24/31.32	   global
31.24/31.32	     nbConstraintChecks=1107368  nbValidityChecks=5206  nbPropagations=97  nbRevisions=1250  nbUselessRevisions=572
31.24/31.32	     nbRestartNogoods=0  solvingWckTime=0.636  solvingCpuTime=0.6  expiredTime=no  totalExploration=yes
31.24/31.32	     nbFoundSolutions=0  globalCpuTime=28.91
31.24/31.32	       =>  wckTime=31.076  cpuTime=28.88  mem=131M310
31.24/31.33	   
31.24/31.33	s UNSATISFIABLE
31.24/31.33	d NODES 0
31.24/31.33	d CHECKS 1107368
31.24/31.33	   
31.24/31.33	   totalWckTime=31.147  totalCpuTime=28.92

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-1085741-1215235329/watcher-1085741-1215235329 -o /tmp/evaluation-result-1085741-1215235329/solver-1085741-1215235329 -C 1800 -W 2200 -M 900 --output-limit 1,15 java -Xms756M -Xmx756M -XX:PermSize=10m -XX:MaxPermSize=10m -cp abscon112V4.jar abscon.Resolution esac.xml 1 XSax HOME/instance-1085741-1215235329.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

[startup+0 s]
/proc/loadavg: 2.00 2.00 2.00 4/73 617
/proc/meminfo: memFree=1488056/2055920 swapFree=4180408/4192956
[pid=617] ppid=615 vsize=18572 CPUtime=0
/proc/617/stat : 617 (runsolver) R 615 30561 30561 0 -1 4194368 10 0 0 0 0 0 0 0 19 0 1 0 1553199725 19017728 290 996147200 4194304 4296836 548682068336 18446744073709551615 248758992370 0 0 4096 24578 0 0 0 17 1 0 0
/proc/617/statm: 4643 290 255 25 0 2626 0
Current StackSize limit: 10240 KiB


[startup+0.0632279 s]
/proc/loadavg: 2.00 2.00 2.00 4/73 617
/proc/meminfo: memFree=1488056/2055920 swapFree=4180408/4192956
[pid=617] ppid=615 vsize=864076 CPUtime=0.04
/proc/617/stat : 617 (java) S 615 617 30561 0 -1 0 2719 0 1 0 3 1 0 0 18 0 9 0 1553199725 884813824 2276 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/617/statm: 216019 2276 1087 9 0 210976 0
Current children cumulated CPU time (s) 0.04
Current children cumulated vsize (KiB) 864076

[startup+0.102234 s]
/proc/loadavg: 2.00 2.00 2.00 4/73 617
/proc/meminfo: memFree=1488056/2055920 swapFree=4180408/4192956
[pid=617] ppid=615 vsize=865884 CPUtime=0.08
/proc/617/stat : 617 (java) S 615 617 30561 0 -1 0 3666 0 1 0 6 2 0 0 18 0 9 0 1553199725 886665216 3141 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/617/statm: 216471 3143 1676 9 0 211026 0
Current children cumulated CPU time (s) 0.08
Current children cumulated vsize (KiB) 865884

[startup+0.301264 s]
/proc/loadavg: 2.00 2.00 2.00 4/73 617
/proc/meminfo: memFree=1488056/2055920 swapFree=4180408/4192956
[pid=617] ppid=615 vsize=866372 CPUtime=0.28
/proc/617/stat : 617 (java) S 615 617 30561 0 -1 0 5906 0 1 0 24 4 0 0 18 0 9 0 1553199725 887164928 5280 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/617/statm: 216593 5280 1956 9 0 211121 0
Current children cumulated CPU time (s) 0.28
Current children cumulated vsize (KiB) 866372

[startup+0.701334 s]
/proc/loadavg: 2.00 2.00 2.00 4/73 617
/proc/meminfo: memFree=1488056/2055920 swapFree=4180408/4192956
[pid=617] ppid=615 vsize=867448 CPUtime=0.69
/proc/617/stat : 617 (java) S 615 617 30561 0 -1 0 12903 0 1 0 61 8 0 0 18 0 9 0 1553199725 888266752 12263 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/617/statm: 216862 12264 2010 9 0 211368 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 867448

[startup+1.50248 s]
/proc/loadavg: 2.00 2.00 2.00 4/82 626
/proc/meminfo: memFree=1428912/2055920 swapFree=4180408/4192956
[pid=617] ppid=615 vsize=867360 CPUtime=1.48
/proc/617/stat : 617 (java) S 615 617 30561 0 -1 0 21201 0 1 0 137 11 0 0 18 0 9 0 1553199725 888176640 20537 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/617/statm: 216840 20537 2004 9 0 211368 0
[pid=617/tid=619] ppid=615 vsize=867360 CPUtime=1.23
/proc/617/task/619/stat : 619 (java) R 615 617 30561 0 -1 64 15750 0 1 0 115 8 0 0 25 0 9 0 1553199727 888176640 20537 996147200 134512640 134550740 4294955968 18446744073709551615 102689690 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=617/tid=620] ppid=615 vsize=867360 CPUtime=0.07
/proc/617/task/620/stat : 620 (java) S 615 617 30561 0 -1 64 4128 0 0 0 6 1 0 0 17 0 9 0 1553199728 888176640 20537 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=617/tid=621] ppid=615 vsize=867360 CPUtime=0
/proc/617/task/621/stat : 621 (java) S 615 617 30561 0 -1 64 12 0 0 0 0 0 0 0 16 0 9 0 1553199728 888176640 20537 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=617/tid=622] ppid=615 vsize=867360 CPUtime=0
/proc/617/task/622/stat : 622 (java) S 615 617 30561 0 -1 64 5 0 0 0 0 0 0 0 16 0 9 0 1553199728 888176640 20537 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=617/tid=623] ppid=615 vsize=867360 CPUtime=0
/proc/617/task/623/stat : 623 (java) S 615 617 30561 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 1553199730 888176640 20537 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=617/tid=624] ppid=615 vsize=867360 CPUtime=0.16
/proc/617/task/624/stat : 624 (java) S 615 617 30561 0 -1 64 626 0 0 0 15 1 0 0 15 0 9 0 1553199730 888176640 20537 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=617/tid=625] ppid=615 vsize=867360 CPUtime=0
/proc/617/task/625/stat : 625 (java) S 615 617 30561 0 -1 64 2 0 0 0 0 0 0 0 19 0 9 0 1553199730 888176640 20537 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=617/tid=626] ppid=615 vsize=867360 CPUtime=0
/proc/617/task/626/stat : 626 (java) S 615 617 30561 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 1553199730 888176640 20537 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) 867360

[startup+3.10175 s]
/proc/loadavg: 2.00 2.00 2.00 3/82 626
/proc/meminfo: memFree=1401392/2055920 swapFree=4180408/4192956
[pid=617] ppid=615 vsize=867360 CPUtime=3.08
/proc/617/stat : 617 (java) S 615 617 30561 0 -1 0 25843 0 1 0 294 14 0 0 18 0 9 0 1553199725 888176640 25175 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/617/statm: 216840 25175 2006 9 0 211368 0
[pid=617/tid=619] ppid=615 vsize=867360 CPUtime=2.61
/proc/617/task/619/stat : 619 (java) R 615 617 30561 0 -1 64 15786 0 1 0 253 8 0 0 25 0 9 0 1553199727 888176640 25175 996147200 134512640 134550740 4294955968 18446744073709551615 4126900801 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=617/tid=620] ppid=615 vsize=867360 CPUtime=0.25
/proc/617/task/620/stat : 620 (java) S 615 617 30561 0 -1 64 8718 0 0 0 22 3 0 0 17 0 9 0 1553199728 888176640 25175 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=617/tid=621] ppid=615 vsize=867360 CPUtime=0
/proc/617/task/621/stat : 621 (java) S 615 617 30561 0 -1 64 12 0 0 0 0 0 0 0 16 0 9 0 1553199728 888176640 25175 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=617/tid=622] ppid=615 vsize=867360 CPUtime=0
/proc/617/task/622/stat : 622 (java) S 615 617 30561 0 -1 64 5 0 0 0 0 0 0 0 16 0 9 0 1553199728 888176640 25175 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=617/tid=623] ppid=615 vsize=867360 CPUtime=0
/proc/617/task/623/stat : 623 (java) S 615 617 30561 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 1553199730 888176640 25175 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=617/tid=624] ppid=615 vsize=867360 CPUtime=0.18
/proc/617/task/624/stat : 624 (java) S 615 617 30561 0 -1 64 642 0 0 0 17 1 0 0 15 0 9 0 1553199730 888176640 25175 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=617/tid=625] ppid=615 vsize=867360 CPUtime=0
/proc/617/task/625/stat : 625 (java) S 615 617 30561 0 -1 64 2 0 0 0 0 0 0 0 19 0 9 0 1553199730 888176640 25175 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=617/tid=626] ppid=615 vsize=867360 CPUtime=0
/proc/617/task/626/stat : 626 (java) S 615 617 30561 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 1553199730 888176640 25175 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 3.08
Current children cumulated vsize (KiB) 867360

[startup+6.3023 s]
/proc/loadavg: 2.00 2.00 2.00 3/82 626
/proc/meminfo: memFree=1394480/2055920 swapFree=4180408/4192956
[pid=617] ppid=615 vsize=867360 CPUtime=6.28
/proc/617/stat : 617 (java) S 615 617 30561 0 -1 0 25874 0 1 0 613 15 0 0 18 0 9 0 1553199725 888176640 25204 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/617/statm: 216840 25204 2006 9 0 211368 0
[pid=617/tid=619] ppid=615 vsize=867360 CPUtime=5.79
/proc/617/task/619/stat : 619 (java) R 615 617 30561 0 -1 64 15788 0 1 0 569 10 0 0 25 0 9 0 1553199727 888176640 25204 996147200 134512640 134550740 4294955968 18446744073709551615 4126903689 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=617/tid=620] ppid=615 vsize=867360 CPUtime=0.25
/proc/617/task/620/stat : 620 (java) S 615 617 30561 0 -1 64 8718 0 0 0 22 3 0 0 16 0 9 0 1553199728 888176640 25204 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=617/tid=621] ppid=615 vsize=867360 CPUtime=0
/proc/617/task/621/stat : 621 (java) S 615 617 30561 0 -1 64 12 0 0 0 0 0 0 0 16 0 9 0 1553199728 888176640 25204 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=617/tid=622] ppid=615 vsize=867360 CPUtime=0
/proc/617/task/622/stat : 622 (java) S 615 617 30561 0 -1 64 5 0 0 0 0 0 0 0 16 0 9 0 1553199728 888176640 25204 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=617/tid=623] ppid=615 vsize=867360 CPUtime=0
/proc/617/task/623/stat : 623 (java) S 615 617 30561 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 1553199730 888176640 25204 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=617/tid=624] ppid=615 vsize=867360 CPUtime=0.21
/proc/617/task/624/stat : 624 (java) S 615 617 30561 0 -1 64 671 0 0 0 20 1 0 0 15 0 9 0 1553199730 888176640 25204 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=617/tid=625] ppid=615 vsize=867360 CPUtime=0
/proc/617/task/625/stat : 625 (java) S 615 617 30561 0 -1 64 2 0 0 0 0 0 0 0 19 0 9 0 1553199730 888176640 25204 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=617/tid=626] ppid=615 vsize=867360 CPUtime=0
/proc/617/task/626/stat : 626 (java) S 615 617 30561 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 1553199730 888176640 25204 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 6.28
Current children cumulated vsize (KiB) 867360

[startup+12.7014 s]
/proc/loadavg: 2.00 2.00 2.00 3/82 626
/proc/meminfo: memFree=1385712/2055920 swapFree=4180408/4192956
[pid=617] ppid=615 vsize=867360 CPUtime=12.68
/proc/617/stat : 617 (java) S 615 617 30561 0 -1 0 28099 0 1 0 1248 20 0 0 18 0 9 0 1553199725 888176640 27425 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/617/statm: 216840 27425 2006 9 0 211368 0
[pid=617/tid=619] ppid=615 vsize=867360 CPUtime=12.04
/proc/617/task/619/stat : 619 (java) R 615 617 30561 0 -1 64 15793 0 1 0 1191 13 0 0 25 0 9 0 1553199727 888176640 27425 996147200 134512640 134550740 4294955968 18446744073709551615 4126899544 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=617/tid=620] ppid=615 vsize=867360 CPUtime=0.38
/proc/617/task/620/stat : 620 (java) S 615 617 30561 0 -1 64 10930 0 0 0 34 4 0 0 16 0 9 0 1553199728 888176640 27425 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=617/tid=621] ppid=615 vsize=867360 CPUtime=0
/proc/617/task/621/stat : 621 (java) S 615 617 30561 0 -1 64 12 0 0 0 0 0 0 0 16 0 9 0 1553199728 888176640 27425 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=617/tid=622] ppid=615 vsize=867360 CPUtime=0
/proc/617/task/622/stat : 622 (java) S 615 617 30561 0 -1 64 5 0 0 0 0 0 0 0 16 0 9 0 1553199728 888176640 27425 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=617/tid=623] ppid=615 vsize=867360 CPUtime=0
/proc/617/task/623/stat : 623 (java) S 615 617 30561 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 1553199730 888176640 27425 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=617/tid=624] ppid=615 vsize=867360 CPUtime=0.22
/proc/617/task/624/stat : 624 (java) S 615 617 30561 0 -1 64 679 0 0 0 21 1 0 0 16 0 9 0 1553199730 888176640 27425 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=617/tid=625] ppid=615 vsize=867360 CPUtime=0
/proc/617/task/625/stat : 625 (java) S 615 617 30561 0 -1 64 2 0 0 0 0 0 0 0 19 0 9 0 1553199730 888176640 27425 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=617/tid=626] ppid=615 vsize=867360 CPUtime=0
/proc/617/task/626/stat : 626 (java) S 615 617 30561 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 1553199730 888176640 27425 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 12.68
Current children cumulated vsize (KiB) 867360

[startup+25.5026 s]
/proc/loadavg: 2.00 2.00 2.00 3/82 626
/proc/meminfo: memFree=1369520/2055920 swapFree=4180408/4192956
[pid=617] ppid=615 vsize=868384 CPUtime=25.48
/proc/617/stat : 617 (java) S 615 617 30561 0 -1 0 32155 0 1 0 2523 25 0 0 18 0 9 0 1553199725 889225216 31473 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/617/statm: 217096 31473 2007 9 0 211624 0
[pid=617/tid=619] ppid=615 vsize=868384 CPUtime=24.46
/proc/617/task/619/stat : 619 (java) R 615 617 30561 0 -1 64 15802 0 1 0 2429 17 0 0 25 0 9 0 1553199727 889225216 31473 996147200 134512640 134550740 4294955968 18446744073709551615 102605692 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=617/tid=620] ppid=615 vsize=868384 CPUtime=0.72
/proc/617/task/620/stat : 620 (java) S 615 617 30561 0 -1 64 14953 0 0 0 67 5 0 0 16 0 9 0 1553199728 889225216 31473 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=617/tid=621] ppid=615 vsize=868384 CPUtime=0
/proc/617/task/621/stat : 621 (java) S 615 617 30561 0 -1 64 12 0 0 0 0 0 0 0 16 0 9 0 1553199728 889225216 31473 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=617/tid=622] ppid=615 vsize=868384 CPUtime=0
/proc/617/task/622/stat : 622 (java) S 615 617 30561 0 -1 64 5 0 0 0 0 0 0 0 16 0 9 0 1553199728 889225216 31473 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=617/tid=623] ppid=615 vsize=868384 CPUtime=0
/proc/617/task/623/stat : 623 (java) S 615 617 30561 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 1553199730 889225216 31473 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=617/tid=624] ppid=615 vsize=868384 CPUtime=0.26
/proc/617/task/624/stat : 624 (java) S 615 617 30561 0 -1 64 702 0 0 0 25 1 0 0 16 0 9 0 1553199730 889225216 31473 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=617/tid=625] ppid=615 vsize=868384 CPUtime=0
/proc/617/task/625/stat : 625 (java) S 615 617 30561 0 -1 64 2 0 0 0 0 0 0 0 19 0 9 0 1553199730 889225216 31473 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=617/tid=626] ppid=615 vsize=868384 CPUtime=0
/proc/617/task/626/stat : 626 (java) S 615 617 30561 0 -1 64 2 0 0 0 0 0 0 0 15 0 9 0 1553199730 889225216 31473 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 25.48
Current children cumulated vsize (KiB) 868384

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

[startup+28.7022 s]
/proc/loadavg: 2.00 2.00 2.00 4/84 630
/proc/meminfo: memFree=1355680/2055920 swapFree=4180408/4192956
[pid=617] ppid=615 vsize=869032 CPUtime=28.66
/proc/617/stat : 617 (java) S 615 617 30561 0 -1 0 37188 1087 1 0 2813 29 21 3 18 0 9 0 1553199725 889888768 34566 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/617/statm: 217258 34566 2018 9 0 211786 0
[pid=617/tid=619] ppid=615 vsize=869032 CPUtime=27.39
/proc/617/task/619/stat : 619 (java) R 615 617 30561 0 -1 64 17474 1087 1 0 2697 18 21 3 19 0 9 0 1553199727 889888768 34566 996147200 134512640 134550740 4294955968 18446744073709551615 4126903671 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=617/tid=620] ppid=615 vsize=869032 CPUtime=1.17
/proc/617/task/620/stat : 620 (java) S 615 617 30561 0 -1 64 18040 1087 0 0 86 7 21 3 16 0 9 0 1553199728 889888768 34566 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=617/tid=621] ppid=615 vsize=869032 CPUtime=0.24
/proc/617/task/621/stat : 621 (java) S 615 617 30561 0 -1 64 12 1087 0 0 0 0 21 3 16 0 9 0 1553199728 889888768 34566 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=617/tid=622] ppid=615 vsize=869032 CPUtime=0.24
/proc/617/task/622/stat : 622 (java) S 615 617 30561 0 -1 64 5 1087 0 0 0 0 21 3 16 0 9 0 1553199728 889888768 34566 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=617/tid=623] ppid=615 vsize=869032 CPUtime=0.24
/proc/617/task/623/stat : 623 (java) S 615 617 30561 0 -1 64 1 1087 0 0 0 0 21 3 18 0 9 0 1553199730 889888768 34566 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=617/tid=624] ppid=615 vsize=869032 CPUtime=0.53
/proc/617/task/624/stat : 624 (java) S 615 617 30561 0 -1 64 827 1087 0 0 28 1 21 3 15 0 9 0 1553199730 889888768 34566 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=617/tid=625] ppid=615 vsize=869032 CPUtime=0.24
/proc/617/task/625/stat : 625 (java) S 615 617 30561 0 -1 64 2 1087 0 0 0 0 21 3 19 0 9 0 1553199730 889888768 34566 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=617/tid=626] ppid=615 vsize=869032 CPUtime=0.24
/proc/617/task/626/stat : 626 (java) S 615 617 30561 0 -1 64 10 1087 0 0 0 0 21 3 15 0 9 0 1553199730 889888768 34566 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 28.66
Current children cumulated vsize (KiB) 869032

[startup+30.3025 s]
/proc/loadavg: 2.00 2.00 2.00 4/82 630
/proc/meminfo: memFree=1356904/2055920 swapFree=4180408/4192956
[pid=617] ppid=615 vsize=869120 CPUtime=30.25
/proc/617/stat : 617 (java) S 615 617 30561 0 -1 0 66748 1087 1 0 2965 36 21 3 18 0 9 0 1553199725 889978880 36857 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/617/statm: 217280 36857 2637 9 0 211786 0
[pid=617/tid=619] ppid=615 vsize=869120 CPUtime=28.44
/proc/617/task/619/stat : 619 (java) R 615 617 30561 0 -1 64 27859 1087 1 0 2799 21 21 3 25 0 9 0 1553199727 889978880 36857 996147200 134512640 134550740 4294955968 18446744073709551615 102064740 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=617/tid=620] ppid=615 vsize=869120 CPUtime=1.68
/proc/617/task/620/stat : 620 (java) S 615 617 30561 0 -1 64 37174 1087 0 0 133 11 21 3 21 0 9 0 1553199728 889978880 36857 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=617/tid=621] ppid=615 vsize=869120 CPUtime=0.24
/proc/617/task/621/stat : 621 (java) S 615 617 30561 0 -1 64 14 1087 0 0 0 0 21 3 16 0 9 0 1553199728 889978880 36857 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=617/tid=622] ppid=615 vsize=869120 CPUtime=0.24
/proc/617/task/622/stat : 622 (java) S 615 617 30561 0 -1 64 15 1087 0 0 0 0 21 3 16 0 9 0 1553199728 889978880 36857 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=617/tid=623] ppid=615 vsize=869120 CPUtime=0.24
/proc/617/task/623/stat : 623 (java) S 615 617 30561 0 -1 64 1 1087 0 0 0 0 21 3 18 0 9 0 1553199730 889978880 36857 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=617/tid=624] ppid=615 vsize=869120 CPUtime=0.57
/proc/617/task/624/stat : 624 (java) S 615 617 30561 0 -1 64 856 1087 0 0 32 1 21 3 15 0 9 0 1553199730 889978880 36857 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=617/tid=625] ppid=615 vsize=869120 CPUtime=0.24
/proc/617/task/625/stat : 625 (java) S 615 617 30561 0 -1 64 2 1087 0 0 0 0 21 3 19 0 9 0 1553199730 889978880 36857 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=617/tid=626] ppid=615 vsize=869120 CPUtime=0.24
/proc/617/task/626/stat : 626 (java) S 615 617 30561 0 -1 64 10 1087 0 0 0 0 21 3 15 0 9 0 1553199730 889978880 36857 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 30.25
Current children cumulated vsize (KiB) 869120

[startup+31.1026 s]
/proc/loadavg: 2.00 2.00 2.00 3/82 630
/proc/meminfo: memFree=1330536/2055920 swapFree=4180408/4192956
[pid=617] ppid=615 vsize=869120 CPUtime=31.04
/proc/617/stat : 617 (java) S 615 617 30561 0 -1 0 73875 1087 1 0 3042 38 21 3 18 0 9 0 1553199725 889978880 41817 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/617/statm: 217280 41817 2638 9 0 211786 0
[pid=617/tid=619] ppid=615 vsize=869120 CPUtime=29.08
/proc/617/task/619/stat : 619 (java) R 615 617 30561 0 -1 64 28651 1087 1 0 2863 21 21 3 25 0 9 0 1553199727 889978880 41817 996147200 134512640 134550740 4294955968 18446744073709551615 4126899456 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=617/tid=620] ppid=615 vsize=869120 CPUtime=1.75
/proc/617/task/620/stat : 620 (java) S 615 617 30561 0 -1 64 43424 1087 0 0 139 12 21 3 16 0 9 0 1553199728 889978880 41817 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=617/tid=621] ppid=615 vsize=869120 CPUtime=0.24
/proc/617/task/621/stat : 621 (java) S 615 617 30561 0 -1 64 14 1087 0 0 0 0 21 3 16 0 9 0 1553199728 889978880 41817 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=617/tid=622] ppid=615 vsize=869120 CPUtime=0.24
/proc/617/task/622/stat : 622 (java) S 615 617 30561 0 -1 64 25 1087 0 0 0 0 21 3 15 0 9 0 1553199728 889978880 41817 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=617/tid=623] ppid=615 vsize=869120 CPUtime=0.24
/proc/617/task/623/stat : 623 (java) S 615 617 30561 0 -1 64 1 1087 0 0 0 0 21 3 18 0 9 0 1553199730 889978880 41817 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=617/tid=624] ppid=615 vsize=869120 CPUtime=0.64
/proc/617/task/624/stat : 624 (java) S 615 617 30561 0 -1 64 931 1087 0 0 38 2 21 3 15 0 9 0 1553199730 889978880 41817 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=617/tid=625] ppid=615 vsize=869120 CPUtime=0.24
/proc/617/task/625/stat : 625 (java) S 615 617 30561 0 -1 64 2 1087 0 0 0 0 21 3 19 0 9 0 1553199730 889978880 41817 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=617/tid=626] ppid=615 vsize=869120 CPUtime=0.24
/proc/617/task/626/stat : 626 (java) S 615 617 30561 0 -1 64 10 1087 0 0 0 0 21 3 15 0 9 0 1553199730 889978880 41817 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 31.04
Current children cumulated vsize (KiB) 869120

[startup+31.3026 s]
/proc/loadavg: 2.00 2.00 2.00 3/82 630
/proc/meminfo: memFree=1330536/2055920 swapFree=4180408/4192956
[pid=617] ppid=615 vsize=869120 CPUtime=31.24
/proc/617/stat : 617 (java) S 615 617 30561 0 -1 0 73876 1087 1 0 3062 38 21 3 18 0 9 0 1553199725 889978880 41818 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/617/statm: 217280 41818 2638 9 0 211786 0
[pid=617/tid=619] ppid=615 vsize=869120 CPUtime=29.28
/proc/617/task/619/stat : 619 (java) R 615 617 30561 0 -1 64 28651 1087 1 0 2883 21 21 3 25 0 9 0 1553199727 889978880 41818 996147200 134512640 134550740 4294955968 18446744073709551615 4126899409 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=617/tid=620] ppid=615 vsize=869120 CPUtime=1.75
/proc/617/task/620/stat : 620 (java) S 615 617 30561 0 -1 64 43424 1087 0 0 139 12 21 3 16 0 9 0 1553199728 889978880 41818 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=617/tid=621] ppid=615 vsize=869120 CPUtime=0.24
/proc/617/task/621/stat : 621 (java) S 615 617 30561 0 -1 64 14 1087 0 0 0 0 21 3 16 0 9 0 1553199728 889978880 41818 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=617/tid=622] ppid=615 vsize=869120 CPUtime=0.24
/proc/617/task/622/stat : 622 (java) S 615 617 30561 0 -1 64 25 1087 0 0 0 0 21 3 15 0 9 0 1553199728 889978880 41818 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=617/tid=623] ppid=615 vsize=869120 CPUtime=0.24
/proc/617/task/623/stat : 623 (java) S 615 617 30561 0 -1 64 1 1087 0 0 0 0 21 3 18 0 9 0 1553199730 889978880 41818 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=617/tid=624] ppid=615 vsize=869120 CPUtime=0.64
/proc/617/task/624/stat : 624 (java) S 615 617 30561 0 -1 64 932 1087 0 0 38 2 21 3 16 0 9 0 1553199730 889978880 41818 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=617/tid=625] ppid=615 vsize=869120 CPUtime=0.24
/proc/617/task/625/stat : 625 (java) S 615 617 30561 0 -1 64 2 1087 0 0 0 0 21 3 19 0 9 0 1553199730 889978880 41818 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=617/tid=626] ppid=615 vsize=869120 CPUtime=0.24
/proc/617/task/626/stat : 626 (java) S 615 617 30561 0 -1 64 10 1087 0 0 0 0 21 3 15 0 9 0 1553199730 889978880 41818 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 31.24
Current children cumulated vsize (KiB) 869120

Child status: 0
Real time (s): 31.3787
CPU time (s): 31.3092
CPU user time (s): 30.8693
CPU system time (s): 0.439933
CPU usage (%): 99.7787
Max. virtual memory (cumulated for all children) (KiB): 869120

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 30.8693
system time used= 0.439933
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 74999
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= 2804
involuntary context switches= 2380

runsolver used 0.040993 second user time and 0.114982 second system time

The end

Launcher Data (download as text)

Begin job on node55 at 2008-07-05 07:22:09
IDJOB=1085741
IDBENCH=57692
IDSOLVER=364
FILE ID=node55/1085741-1215235329
PBS_JOBID= 7881821
Free space on /tmp= 66396 MiB

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

TIME LIMIT= 1800 seconds
MEMORY LIMIT= 900 MiB

MD5SUM BENCH= a7377e3e2481e38a6b40d9be07bb2cda
RANDOM SEED=2082707333

node55.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.261
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.261
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:       1488536 kB
Buffers:         92404 kB
Cached:         397396 kB
SwapCached:       6804 kB
Active:         283456 kB
Inactive:       220508 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1488536 kB
SwapTotal:     4192956 kB
SwapFree:      4180408 kB
Dirty:            6664 kB
Writeback:           0 kB
Mapped:          21400 kB
Slab:            48680 kB
Committed_AS:  3091940 kB
PageTables:       1776 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= 66396 MiB
End job on node55 at 2008-07-05 07:22:41