Trace number 1087147

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 10.8943 11.0538

DiagnosticValue
CHECKS616036
NODES200

General information on the benchmark

Namecsp/fapp/fapp01/
normalized-fapp01-0200-8.xml
MD5SUM77d0c06508d30467ab0ad961e0384939
Bench Category2-ARY-INT (binary constraints in intension)
Best result obtained on this benchmarkSAT
Best CPU time to get the best result obtained on this benchmark6.562
Satisfiable
(Un)Satisfiability was proved
Number of variables200
Number of constraints2053
Maximum constraint arity2
Maximum domain size190
Number of constraints which are defined in extension0
Number of constraints which are defined in intension2053
Global constraints used (with number of constraints)

Solver Data (download as text)

0.07/0.09	
0.07/0.09	Abscon 112 (May, 2008)
0.18/0.25	
0.18/0.25	   configuration
0.18/0.25	     name=mac.xml
0.28/0.30	   
0.28/0.30	   instance
0.28/0.30	     name=HOME/instance-1087147-1215242823.xml
0.28/0.34	   
0.28/0.34	   domains being loaded...
0.28/0.36	   
0.28/0.36	   variables being loaded...
0.38/0.46	     nbVariables=200  nbDomainTypes=9  minDomainSize=42  maxDomainSize=190  nbTotalValues=26963
0.38/0.46	       =>  wckTime=0.214  cpuTime=0.19  mem=8M829
0.38/0.46	   
0.38/0.46	   predicates being loaded...
0.48/0.58	   
0.48/0.58	   constraints being loaded...
10.38/10.54	     nbConstraints=1108  nbMergedConstraints=945  nbConvertedConstraints=1108  nbConvertConstraintsChecks=17835416
10.38/10.54	     nbExtensionStructures=982  nbSharedExtensionStructures=301  nbConflictsStructures=982
10.38/10.54	     nbSharedConflictsStructures=301  nbSharedBinaryRepresentations=198297  minDegree=3  maxDegree=14  minArity=2
10.38/10.54	     maxArity=2  nbGenerators=0  nbFusions=0  symmetryWckTime=0.132  symmetryCpuTime=0.08
10.38/10.54	       =>  wckTime=10.288  cpuTime=9.82  mem=25M701
10.48/10.65	   
10.48/10.65	   solver IterativeSystematicSolver being built... 
10.58/10.79	       =>  wckTime=10.537  cpuTime=9.94  mem=28M175
10.68/10.82	   
10.68/10.82	   preprocessing
10.68/10.82	     nbConstraintChecks=104884  nbPropagations=232  nbRevisions=690  nbUselessRevisions=418  nbRemovedValues=9155
10.68/10.82	     detectedInconsistency=no
10.68/10.82	       =>  wckTime=0.036  cpuTime=0.02  mem=28M175
10.78/10.98	   
10.78/10.98	   search
10.78/10.98	     run=0  nbConstraintChecks=511152  minDepth=201  maxDepth=200  nbPropagations=2018  nbRevisions=7796
10.78/10.98	     nbUselessRevisions=5832  nbAssignments=200  nbFailedAssignments=0  nbBacktracks=0  nbVisitedNodes=201
10.78/10.98	     nbRestartNogoods=0  nbFoundSolutions=1  mapSize=0  nbInferences=0  nbTooLargeKeys=0  nbSEliminables=102.36
10.78/10.98	     nbREliminables=6.04  nbIEliminables=17.95  nbDEliminables=0  nbPEliminables=0
10.78/10.98	       =>  wckTime=0.194  cpuTime=0.14  mem=30M145
10.78/10.98	   
10.78/10.98	   global
10.78/10.98	     nbConstraintChecks=616036  nbPropagations=2250  nbRevisions=8486  nbUselessRevisions=6250  nbRestartNogoods=0
10.78/10.98	     solvingWckTime=0.198  solvingCpuTime=0.14  expiredTime=no  totalExploration=no  nbFoundSolutions=1
10.78/10.98	     firstSolutionCpuTime=10.07  globalCpuTime=10.14
10.78/10.98	       =>  wckTime=10.736  cpuTime=10.08  mem=30M145
10.78/10.99	   
10.78/10.99	s SATISFIABLE
10.78/10.99	v 2600 2360 2616 2516 2280 -2520 2420 -2532 -2420 -2280 2320 -2620 -2456 2412 -2492 -2532 -2652 -2552 -2352 2608 -2596 -2444 2292 -2572 -2616 -2412 2656 -2632 2604 2372 -2580 2632 -2656 -2336 -2484 2512 2640 -2616 -2400 -2440 2656 2312 -2452 2460 2348 -2328 -2452 -2540 2476 -2572 -2512 -2612 -2336 2440 -2320 2320 2336 -2436 -2428 -2320 2592 -2312 -2400 2512 -2452 2492 -2436 -2348 -2648 -2336 2612 2324 2600 -2532 2280 -2572 -2280 2636 2580 2320 2280 2280 2280 -2400 2536 2580 2592 -2656 -2480 -2620 -2340 2428 -2572 -2532 -2448 2492 -2532 -2504 2496 2564 2616 2612 -2532 2512 -2544 2456 -2532 2552 -2320 2324 2504 2280 2348 2616 -2312 -2544 2448 -2616 2388 2608 2488 -2552 -2388 -2308 -2280 -2316 -2420 -2412 -2320 -2460 -2576 -2656 -2460 -2388 -2320 -2476 -2640 -2280 -2640 -2608 -2356 2604 2416 2320 -2460 2560 2372 2596 -2468 -2280 2580 2616 -2656 -2452 -2528 -2284 2600 -2352 2492 -2620 -2472 2488 2412 -2376 -2656 -2616 2492 2420 2644 2440 2280 2652 -2300 2376 -2320 2336 -2504 -2376 -2376 -2376 -2648 -2352 2656 2348 -2556 -2592 2416 2320 -2556 -2412 2464 -2320 -2284 2616 -2368 -2568 2388 2488 -2332 -2552 
10.78/10.99	d NODES 200
10.78/10.99	d CHECKS 616036
10.78/10.99	   
10.78/10.99	   totalWckTime=10.786  totalCpuTime=10.15

Verifier Data (download as text)

OK

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-1087147-1215242823/watcher-1087147-1215242823 -o /tmp/evaluation-result-1087147-1215242823/solver-1087147-1215242823 -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-1087147-1215242823.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: 1.92 1.98 1.99 4/80 24957
/proc/meminfo: memFree=1227096/2055920 swapFree=4180256/4192956
[pid=24957] ppid=24955 vsize=1616 CPUtime=0
/proc/24957/stat : 24957 (java) R 24955 24957 24789 0 -1 0 177 0 0 0 0 0 0 0 18 0 1 0 2003256482 1654784 145 996147200 134512640 134550740 4294956128 18446744073709551615 4294960144 0 0 4096 0 0 0 0 17 0 0 0
/proc/24957/statm: 404 148 122 9 0 46 0

[startup+0.0868919 s]
/proc/loadavg: 1.92 1.98 1.99 4/80 24957
/proc/meminfo: memFree=1227096/2055920 swapFree=4180256/4192956
[pid=24957] ppid=24955 vsize=865856 CPUtime=0.07
/proc/24957/stat : 24957 (java) S 24955 24957 24789 0 -1 0 3544 0 1 0 5 2 0 0 18 0 9 0 2003256482 886636544 3034 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/24957/statm: 216464 3034 1631 9 0 211026 0
Current children cumulated CPU time (s) 0.07
Current children cumulated vsize (KiB) 865856

[startup+0.102532 s]
/proc/loadavg: 1.92 1.98 1.99 4/80 24957
/proc/meminfo: memFree=1227096/2055920 swapFree=4180256/4192956
[pid=24957] ppid=24955 vsize=865884 CPUtime=0.08
/proc/24957/stat : 24957 (java) S 24955 24957 24789 0 -1 0 3689 0 1 0 6 2 0 0 18 0 9 0 2003256482 886665216 3162 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/24957/statm: 216471 3162 1679 9 0 211026 0
Current children cumulated CPU time (s) 0.08
Current children cumulated vsize (KiB) 865884

[startup+0.301564 s]
/proc/loadavg: 1.92 1.98 1.99 4/80 24957
/proc/meminfo: memFree=1227096/2055920 swapFree=4180256/4192956
[pid=24957] ppid=24955 vsize=866280 CPUtime=0.28
/proc/24957/stat : 24957 (java) S 24955 24957 24789 0 -1 0 5738 0 2 0 24 4 0 0 18 0 9 0 2003256482 887070720 5117 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/24957/statm: 216570 5117 1945 9 0 211098 0
Current children cumulated CPU time (s) 0.28
Current children cumulated vsize (KiB) 866280

[startup+0.702623 s]
/proc/loadavg: 1.92 1.98 1.99 4/80 24957
/proc/meminfo: memFree=1227096/2055920 swapFree=4180256/4192956
[pid=24957] ppid=24955 vsize=867100 CPUtime=0.69
/proc/24957/stat : 24957 (java) S 24955 24957 24789 0 -1 0 7904 0 2 0 63 6 0 0 18 0 9 0 2003256482 887910400 7265 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/24957/statm: 216775 7265 2007 9 0 211281 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 867100

[startup+1.50174 s]
/proc/loadavg: 1.92 1.98 1.99 3/89 24966
/proc/meminfo: memFree=1196432/2055920 swapFree=4180256/4192956
[pid=24957] ppid=24955 vsize=867692 CPUtime=1.47
/proc/24957/stat : 24957 (java) S 24955 24957 24789 0 -1 0 10583 0 2 0 140 7 0 0 18 0 9 0 2003256482 888516608 9941 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/24957/statm: 216923 9941 2014 9 0 211429 0
[pid=24957/tid=24959] ppid=24955 vsize=867692 CPUtime=1.26
/proc/24957/task/24959/stat : 24959 (java) R 24955 24957 24789 0 -1 64 9190 0 2 0 120 6 0 0 25 0 9 0 2003256483 888516608 9941 996147200 134512640 134550740 4294955968 18446744073709551615 4126444603 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=24957/tid=24960] ppid=24955 vsize=867692 CPUtime=0
/proc/24957/task/24960/stat : 24960 (java) S 24955 24957 24789 0 -1 64 5 0 0 0 0 0 0 0 17 0 9 0 2003256485 888516608 9941 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=24957/tid=24961] ppid=24955 vsize=867692 CPUtime=0
/proc/24957/task/24961/stat : 24961 (java) S 24955 24957 24789 0 -1 64 10 0 0 0 0 0 0 0 19 0 9 0 2003256485 888516608 9941 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=24957/tid=24962] ppid=24955 vsize=867692 CPUtime=0
/proc/24957/task/24962/stat : 24962 (java) S 24955 24957 24789 0 -1 64 4 0 0 0 0 0 0 0 20 0 9 0 2003256485 888516608 9941 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=24957/tid=24963] ppid=24955 vsize=867692 CPUtime=0
/proc/24957/task/24963/stat : 24963 (java) S 24955 24957 24789 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 2003256487 888516608 9941 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=24957/tid=24964] ppid=24955 vsize=867692 CPUtime=0.19
/proc/24957/task/24964/stat : 24964 (java) S 24955 24957 24789 0 -1 64 695 0 0 0 19 0 0 0 16 0 9 0 2003256487 888516608 9941 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=24957/tid=24965] ppid=24955 vsize=867692 CPUtime=0
/proc/24957/task/24965/stat : 24965 (java) S 24955 24957 24789 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 2003256487 888516608 9941 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=24957/tid=24966] ppid=24955 vsize=867692 CPUtime=0
/proc/24957/task/24966/stat : 24966 (java) S 24955 24957 24789 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 2003256487 888516608 9941 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1.47
Current children cumulated vsize (KiB) 867692

[startup+3.10197 s]
/proc/loadavg: 1.92 1.98 1.99 3/89 24966
/proc/meminfo: memFree=1191056/2055920 swapFree=4180256/4192956
[pid=24957] ppid=24955 vsize=867692 CPUtime=3.06
/proc/24957/stat : 24957 (java) S 24955 24957 24789 0 -1 0 12396 0 2 0 297 9 0 0 18 0 9 0 2003256482 888516608 11753 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/24957/statm: 216923 11753 2014 9 0 211429 0
[pid=24957/tid=24959] ppid=24955 vsize=867692 CPUtime=2.82
/proc/24957/task/24959/stat : 24959 (java) R 24955 24957 24789 0 -1 64 10980 0 2 0 274 8 0 0 25 0 9 0 2003256483 888516608 11753 996147200 134512640 134550740 4294955968 18446744073709551615 102638676 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=24957/tid=24960] ppid=24955 vsize=867692 CPUtime=0
/proc/24957/task/24960/stat : 24960 (java) S 24955 24957 24789 0 -1 64 5 0 0 0 0 0 0 0 16 0 9 0 2003256485 888516608 11753 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=24957/tid=24961] ppid=24955 vsize=867692 CPUtime=0
/proc/24957/task/24961/stat : 24961 (java) S 24955 24957 24789 0 -1 64 10 0 0 0 0 0 0 0 19 0 9 0 2003256485 888516608 11753 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=24957/tid=24962] ppid=24955 vsize=867692 CPUtime=0
/proc/24957/task/24962/stat : 24962 (java) S 24955 24957 24789 0 -1 64 4 0 0 0 0 0 0 0 20 0 9 0 2003256485 888516608 11753 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=24957/tid=24963] ppid=24955 vsize=867692 CPUtime=0
/proc/24957/task/24963/stat : 24963 (java) S 24955 24957 24789 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 2003256487 888516608 11753 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=24957/tid=24964] ppid=24955 vsize=867692 CPUtime=0.22
/proc/24957/task/24964/stat : 24964 (java) S 24955 24957 24789 0 -1 64 718 0 0 0 22 0 0 0 16 0 9 0 2003256487 888516608 11753 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=24957/tid=24965] ppid=24955 vsize=867692 CPUtime=0
/proc/24957/task/24965/stat : 24965 (java) S 24955 24957 24789 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 2003256487 888516608 11753 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=24957/tid=24966] ppid=24955 vsize=867692 CPUtime=0
/proc/24957/task/24966/stat : 24966 (java) S 24955 24957 24789 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 2003256487 888516608 11753 996147200 134512640 134550740 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) 867692

[startup+6.30145 s]
/proc/loadavg: 1.93 1.98 1.99 3/89 24966
/proc/meminfo: memFree=1176272/2055920 swapFree=4180256/4192956
[pid=24957] ppid=24955 vsize=867692 CPUtime=6.23
/proc/24957/stat : 24957 (java) S 24955 24957 24789 0 -1 0 16011 0 2 0 611 12 0 0 18 0 9 0 2003256482 888516608 15365 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/24957/statm: 216923 15365 2014 9 0 211429 0
[pid=24957/tid=24959] ppid=24955 vsize=867692 CPUtime=5.98
/proc/24957/task/24959/stat : 24959 (java) R 24955 24957 24789 0 -1 64 14587 0 2 0 587 11 0 0 25 0 9 0 2003256483 888516608 15365 996147200 134512640 134550740 4294955968 18446744073709551615 4126873000 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=24957/tid=24960] ppid=24955 vsize=867692 CPUtime=0
/proc/24957/task/24960/stat : 24960 (java) S 24955 24957 24789 0 -1 64 5 0 0 0 0 0 0 0 17 0 9 0 2003256485 888516608 15365 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=24957/tid=24961] ppid=24955 vsize=867692 CPUtime=0
/proc/24957/task/24961/stat : 24961 (java) S 24955 24957 24789 0 -1 64 10 0 0 0 0 0 0 0 19 0 9 0 2003256485 888516608 15365 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=24957/tid=24962] ppid=24955 vsize=867692 CPUtime=0
/proc/24957/task/24962/stat : 24962 (java) S 24955 24957 24789 0 -1 64 4 0 0 0 0 0 0 0 20 0 9 0 2003256485 888516608 15365 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=24957/tid=24963] ppid=24955 vsize=867692 CPUtime=0
/proc/24957/task/24963/stat : 24963 (java) S 24955 24957 24789 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 2003256487 888516608 15365 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=24957/tid=24964] ppid=24955 vsize=867692 CPUtime=0.23
/proc/24957/task/24964/stat : 24964 (java) S 24955 24957 24789 0 -1 64 726 0 0 0 23 0 0 0 16 0 9 0 2003256487 888516608 15365 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=24957/tid=24965] ppid=24955 vsize=867692 CPUtime=0
/proc/24957/task/24965/stat : 24965 (java) S 24955 24957 24789 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 2003256487 888516608 15365 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=24957/tid=24966] ppid=24955 vsize=867692 CPUtime=0
/proc/24957/task/24966/stat : 24966 (java) R 24955 24957 24789 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 2003256487 888516608 15365 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 6.23
Current children cumulated vsize (KiB) 867692

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

[startup+9.50292 s]
/proc/loadavg: 1.93 1.98 1.99 3/89 24966
/proc/meminfo: memFree=1159504/2055920 swapFree=4180256/4192956
[pid=24957] ppid=24955 vsize=867604 CPUtime=9.39
/proc/24957/stat : 24957 (java) S 24955 24957 24789 0 -1 0 19227 0 2 0 923 16 0 0 18 0 9 0 2003256482 888426496 18557 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/24957/statm: 216901 18557 2005 9 0 211429 0
[pid=24957/tid=24959] ppid=24955 vsize=867604 CPUtime=9.06
/proc/24957/task/24959/stat : 24959 (java) R 24955 24957 24789 0 -1 64 15720 0 2 0 892 14 0 0 25 0 9 0 2003256483 888426496 18557 996147200 134512640 134550740 4294955968 18446744073709551615 4126891415 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=24957/tid=24960] ppid=24955 vsize=867604 CPUtime=0.08
/proc/24957/task/24960/stat : 24960 (java) S 24955 24957 24789 0 -1 64 2081 0 0 0 7 1 0 0 16 0 9 0 2003256485 888426496 18557 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=24957/tid=24961] ppid=24955 vsize=867604 CPUtime=0
/proc/24957/task/24961/stat : 24961 (java) S 24955 24957 24789 0 -1 64 13 0 0 0 0 0 0 0 16 0 9 0 2003256485 888426496 18557 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=24957/tid=24962] ppid=24955 vsize=867604 CPUtime=0
/proc/24957/task/24962/stat : 24962 (java) S 24955 24957 24789 0 -1 64 5 0 0 0 0 0 0 0 16 0 9 0 2003256485 888426496 18557 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=24957/tid=24963] ppid=24955 vsize=867604 CPUtime=0
/proc/24957/task/24963/stat : 24963 (java) S 24955 24957 24789 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 2003256487 888426496 18557 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=24957/tid=24964] ppid=24955 vsize=867604 CPUtime=0.24
/proc/24957/task/24964/stat : 24964 (java) S 24955 24957 24789 0 -1 64 729 0 0 0 24 0 0 0 15 0 9 0 2003256487 888426496 18557 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=24957/tid=24965] ppid=24955 vsize=867604 CPUtime=0
/proc/24957/task/24965/stat : 24965 (java) S 24955 24957 24789 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 2003256487 888426496 18557 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=24957/tid=24966] ppid=24955 vsize=867604 CPUtime=0
/proc/24957/task/24966/stat : 24966 (java) S 24955 24957 24789 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 2003256487 888426496 18557 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 9.39
Current children cumulated vsize (KiB) 867604

[startup+10.302 s]
/proc/loadavg: 1.93 1.98 1.99 3/89 24966
/proc/meminfo: memFree=1159504/2055920 swapFree=4180256/4192956
[pid=24957] ppid=24955 vsize=867604 CPUtime=10.19
/proc/24957/stat : 24957 (java) S 24955 24957 24789 0 -1 0 19227 0 2 0 1002 17 0 0 18 0 9 0 2003256482 888426496 18557 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/24957/statm: 216901 18557 2005 9 0 211429 0
[pid=24957/tid=24959] ppid=24955 vsize=867604 CPUtime=9.84
/proc/24957/task/24959/stat : 24959 (java) R 24955 24957 24789 0 -1 64 15720 0 2 0 970 14 0 0 25 0 9 0 2003256483 888426496 18557 996147200 134512640 134550740 4294955968 18446744073709551615 4126876704 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=24957/tid=24960] ppid=24955 vsize=867604 CPUtime=0.08
/proc/24957/task/24960/stat : 24960 (java) S 24955 24957 24789 0 -1 64 2081 0 0 0 7 1 0 0 16 0 9 0 2003256485 888426496 18557 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=24957/tid=24961] ppid=24955 vsize=867604 CPUtime=0
/proc/24957/task/24961/stat : 24961 (java) S 24955 24957 24789 0 -1 64 13 0 0 0 0 0 0 0 16 0 9 0 2003256485 888426496 18557 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=24957/tid=24962] ppid=24955 vsize=867604 CPUtime=0
/proc/24957/task/24962/stat : 24962 (java) S 24955 24957 24789 0 -1 64 5 0 0 0 0 0 0 0 16 0 9 0 2003256485 888426496 18557 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=24957/tid=24963] ppid=24955 vsize=867604 CPUtime=0
/proc/24957/task/24963/stat : 24963 (java) S 24955 24957 24789 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 2003256487 888426496 18557 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=24957/tid=24964] ppid=24955 vsize=867604 CPUtime=0.24
/proc/24957/task/24964/stat : 24964 (java) S 24955 24957 24789 0 -1 64 729 0 0 0 24 0 0 0 15 0 9 0 2003256487 888426496 18557 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=24957/tid=24965] ppid=24955 vsize=867604 CPUtime=0
/proc/24957/task/24965/stat : 24965 (java) S 24955 24957 24789 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 2003256487 888426496 18557 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=24957/tid=24966] ppid=24955 vsize=867604 CPUtime=0
/proc/24957/task/24966/stat : 24966 (java) S 24955 24957 24789 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 2003256487 888426496 18557 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 10.19
Current children cumulated vsize (KiB) 867604

[startup+10.7021 s]
/proc/loadavg: 1.93 1.98 1.99 3/89 24966
/proc/meminfo: memFree=1159504/2055920 swapFree=4180256/4192956
[pid=24957] ppid=24955 vsize=868016 CPUtime=10.58
/proc/24957/stat : 24957 (java) S 24955 24957 24789 0 -1 0 27243 333 2 0 1036 20 1 1 18 0 9 0 2003256482 888848384 20974 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/24957/statm: 217004 20974 2635 9 0 211510 0
[pid=24957/tid=24959] ppid=24955 vsize=868016 CPUtime=10.08
/proc/24957/task/24959/stat : 24959 (java) R 24955 24957 24789 0 -1 64 17559 333 2 0 991 15 1 1 24 0 9 0 2003256483 888848384 20974 996147200 134512640 134550740 4294955968 18446744073709551615 4125959611 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=24957/tid=24960] ppid=24955 vsize=868016 CPUtime=0.2
/proc/24957/task/24960/stat : 24960 (java) S 24955 24957 24789 0 -1 64 7885 333 0 0 17 1 1 1 17 0 9 0 2003256485 888848384 20974 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=24957/tid=24961] ppid=24955 vsize=868016 CPUtime=0.02
/proc/24957/task/24961/stat : 24961 (java) S 24955 24957 24789 0 -1 64 17 333 0 0 0 0 1 1 17 0 9 0 2003256485 888848384 20974 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=24957/tid=24962] ppid=24955 vsize=868016 CPUtime=0.02
/proc/24957/task/24962/stat : 24962 (java) S 24955 24957 24789 0 -1 64 15 333 0 0 0 0 1 1 16 0 9 0 2003256485 888848384 20974 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=24957/tid=24963] ppid=24955 vsize=868016 CPUtime=0.02
/proc/24957/task/24963/stat : 24963 (java) S 24955 24957 24789 0 -1 64 1 333 0 0 0 0 1 1 18 0 9 0 2003256487 888848384 20974 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=24957/tid=24964] ppid=24955 vsize=868016 CPUtime=0.29
/proc/24957/task/24964/stat : 24964 (java) S 24955 24957 24789 0 -1 64 945 333 0 0 27 0 1 1 16 0 9 0 2003256487 888848384 20974 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=24957/tid=24965] ppid=24955 vsize=868016 CPUtime=0.02
/proc/24957/task/24965/stat : 24965 (java) S 24955 24957 24789 0 -1 64 1 333 0 0 0 0 1 1 19 0 9 0 2003256487 888848384 20974 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=24957/tid=24966] ppid=24955 vsize=868016 CPUtime=0.02
/proc/24957/task/24966/stat : 24966 (java) S 24955 24957 24789 0 -1 64 10 333 0 0 0 0 1 1 15 0 9 0 2003256487 888848384 20974 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 10.58
Current children cumulated vsize (KiB) 868016

[startup+10.9021 s]
/proc/loadavg: 1.93 1.98 1.99 3/89 24970
/proc/meminfo: memFree=1152016/2055920 swapFree=4180256/4192956
[pid=24957] ppid=24955 vsize=868016 CPUtime=10.78
/proc/24957/stat : 24957 (java) S 24955 24957 24789 0 -1 0 30454 333 2 0 1055 21 1 1 18 0 9 0 2003256482 888848384 21031 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/24957/statm: 217004 21031 2637 9 0 211510 0
[pid=24957/tid=24959] ppid=24955 vsize=868016 CPUtime=10.25
/proc/24957/task/24959/stat : 24959 (java) R 24955 24957 24789 0 -1 64 20746 333 2 0 1007 16 1 1 25 0 9 0 2003256483 888848384 21031 996147200 134512640 134550740 4294955968 18446744073709551615 4127199988 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=24957/tid=24960] ppid=24955 vsize=868016 CPUtime=0.2
/proc/24957/task/24960/stat : 24960 (java) S 24955 24957 24789 0 -1 64 7885 333 0 0 17 1 1 1 17 0 9 0 2003256485 888848384 21031 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=24957/tid=24961] ppid=24955 vsize=868016 CPUtime=0.02
/proc/24957/task/24961/stat : 24961 (java) S 24955 24957 24789 0 -1 64 17 333 0 0 0 0 1 1 17 0 9 0 2003256485 888848384 21031 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=24957/tid=24962] ppid=24955 vsize=868016 CPUtime=0.02
/proc/24957/task/24962/stat : 24962 (java) S 24955 24957 24789 0 -1 64 15 333 0 0 0 0 1 1 16 0 9 0 2003256485 888848384 21031 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=24957/tid=24963] ppid=24955 vsize=868016 CPUtime=0.02
/proc/24957/task/24963/stat : 24963 (java) S 24955 24957 24789 0 -1 64 1 333 0 0 0 0 1 1 18 0 9 0 2003256487 888848384 21031 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=24957/tid=24964] ppid=24955 vsize=868016 CPUtime=0.33
/proc/24957/task/24964/stat : 24964 (java) S 24955 24957 24789 0 -1 64 969 333 0 0 31 0 1 1 15 0 9 0 2003256487 888848384 21031 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=24957/tid=24965] ppid=24955 vsize=868016 CPUtime=0.02
/proc/24957/task/24965/stat : 24965 (java) S 24955 24957 24789 0 -1 64 1 333 0 0 0 0 1 1 19 0 9 0 2003256487 888848384 21031 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=24957/tid=24966] ppid=24955 vsize=868016 CPUtime=0.02
/proc/24957/task/24966/stat : 24966 (java) S 24955 24957 24789 0 -1 64 10 333 0 0 0 0 1 1 15 0 9 0 2003256487 888848384 21031 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 10.78
Current children cumulated vsize (KiB) 868016

[startup+11.0071 s]
/proc/loadavg: 1.93 1.98 1.99 3/89 24970
/proc/meminfo: memFree=1152016/2055920 swapFree=4180256/4192956
[pid=24957] ppid=24955 vsize=868016 CPUtime=10.87
/proc/24957/stat : 24957 (java) S 24955 24957 24789 0 -1 0 30650 333 2 0 1064 21 1 1 18 0 9 0 2003256482 888848384 21043 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/24957/statm: 217004 21043 2637 9 0 211510 0
[pid=24957/tid=24959] ppid=24955 vsize=868016 CPUtime=10.32
/proc/24957/task/24959/stat : 24959 (java) S 24955 24957 24789 0 -1 64 20931 333 2 0 1014 16 1 1 25 0 9 0 2003256483 888848384 21043 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=24957/tid=24960] ppid=24955 vsize=868016 CPUtime=0.2
/proc/24957/task/24960/stat : 24960 (java) S 24955 24957 24789 0 -1 64 7885 333 0 0 17 1 1 1 17 0 9 0 2003256485 888848384 21043 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=24957/tid=24961] ppid=24955 vsize=868016 CPUtime=0.02
/proc/24957/task/24961/stat : 24961 (java) S 24955 24957 24789 0 -1 64 17 333 0 0 0 0 1 1 17 0 9 0 2003256485 888848384 21043 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=24957/tid=24962] ppid=24955 vsize=868016 CPUtime=0.02
/proc/24957/task/24962/stat : 24962 (java) S 24955 24957 24789 0 -1 64 15 333 0 0 0 0 1 1 16 0 9 0 2003256485 888848384 21043 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=24957/tid=24963] ppid=24955 vsize=868016 CPUtime=0.02
/proc/24957/task/24963/stat : 24963 (java) S 24955 24957 24789 0 -1 64 1 333 0 0 0 0 1 1 18 0 9 0 2003256487 888848384 21043 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=24957/tid=24964] ppid=24955 vsize=868016 CPUtime=0.34
/proc/24957/task/24964/stat : 24964 (java) S 24955 24957 24789 0 -1 64 980 333 0 0 32 0 1 1 15 0 9 0 2003256487 888848384 21043 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=24957/tid=24965] ppid=24955 vsize=868016 CPUtime=0.02
/proc/24957/task/24965/stat : 24965 (java) S 24955 24957 24789 0 -1 64 1 333 0 0 0 0 1 1 19 0 9 0 2003256487 888848384 21043 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=24957/tid=24966] ppid=24955 vsize=868016 CPUtime=0.02
/proc/24957/task/24966/stat : 24966 (java) S 24955 24957 24789 0 -1 64 10 333 0 0 0 0 1 1 15 0 9 0 2003256487 888848384 21043 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 10.87
Current children cumulated vsize (KiB) 868016

Child status: 0
Real time (s): 11.0538
CPU time (s): 10.8943
CPU user time (s): 10.6534
CPU system time (s): 0.240963
CPU usage (%): 98.5571
Max. virtual memory (cumulated for all children) (KiB): 868016

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 10.6534
system time used= 0.240963
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 31011
page faults= 2
swaps= 0
block input operations= 0
block output operations= 0
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 1422
involuntary context switches= 1674

runsolver used 0.013997 second user time and 0.047992 second system time

The end

Launcher Data (download as text)

Begin job on node22 at 2008-07-05 09:27:03
IDJOB=1087147
IDBENCH=57942
IDSOLVER=363
FILE ID=node22/1087147-1215242823
PBS_JOBID= 7881994
Free space on /tmp= 66456 MiB

SOLVER NAME= Abscon 112v4 AC
BENCH NAME= CPAI08/csp/fapp/fapp01/normalized-fapp01-0200-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-1087147-1215242823/watcher-1087147-1215242823 -o /tmp/evaluation-result-1087147-1215242823/solver-1087147-1215242823 -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-1087147-1215242823.xml

TIME LIMIT= 1800 seconds
MEMORY LIMIT= 900 MiB

MD5SUM BENCH= 77d0c06508d30467ab0ad961e0384939
RANDOM SEED=1806845300

node22.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.267
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.267
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:       1227640 kB
Buffers:          4396 kB
Cached:          54660 kB
SwapCached:       6564 kB
Active:         758628 kB
Inactive:        17388 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1227640 kB
SwapTotal:     4192956 kB
SwapFree:      4180256 kB
Dirty:            2328 kB
Writeback:           0 kB
Mapped:         730480 kB
Slab:            36384 kB
Committed_AS:  4221656 kB
PageTables:       3120 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= 66452 MiB
End job on node22 at 2008-07-05 09:27:14