Trace number 2098677

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 8.08877 8.19058

DiagnosticValue
CHECKS318842
NODES18791

General information on the benchmark

Namecsp/bibd8/
normalized-bibd-8-56-28-4-12_glb.xml
MD5SUMbdae76382121ba716d22c5ff3d88d3d4
Bench CategoryAlldiff+Elt+WSum (alldiff,element,weightedsum)
Best result obtained on this benchmarkSAT
Best CPU time to get the best result obtained on this benchmark8.08877
Satisfiable
(Un)Satisfiability was proved
Number of variables2016
Number of constraints1660
Maximum constraint arity56
Maximum domain size2
Number of constraints which are defined in extension0
Number of constraints which are defined in intension1568
Global constraints used (with number of constraints)weightedsum(92)

Solver Data

0.00/0.09	
0.00/0.09	Abscon 112 (May, 2008)
0.18/0.25	
0.18/0.25	   configuration
0.18/0.25	     name=mac.xml
0.18/0.28	   
0.18/0.28	   instance
0.18/0.28	     name=HOME/instance-2098677-1247416369.xml
0.28/0.32	   
0.28/0.32	   domains being loaded...
0.28/0.33	   
0.28/0.33	   variables being loaded...
0.48/0.53	     nbVariables=2016  nbDomainTypes=1  minDomainSize=2  maxDomainSize=2  nbTotalValues=4032
0.48/0.53	       =>  wckTime=0.282  cpuTime=0.18  mem=12M768
0.48/0.53	   
0.48/0.53	   predicates being loaded...
0.48/0.59	   
0.48/0.59	   constraints being loaded...
2.84/2.91	     nbConstraints=1722  nbGlobalConstraints=154  nbConflictsStructures=1  nbSharedConflictsStructures=1567
2.84/2.91	     nbSharedBinaryRepresentations=0  nbEvaluationManagers=1  nbSharedEvaluationManagers=1567  minDegree=4  maxDegree=13
2.84/2.91	     minArity=3  avgArity=9.65  maxArity=784  nbGenerators=62  nbFusions=0  symmetryWckTime=1.875  symmetryCpuTime=1.52
2.84/2.91	       =>  wckTime=2.659  cpuTime=2.1  mem=54M377
2.84/2.99	   
2.84/2.99	   solver IterativeSystematicSolver being built... 
2.95/3.09	   
2.95/3.09	   INFO : Forward propagation technique limited 
3.15/3.23	       =>  wckTime=2.983  cpuTime=2.31  mem=43M562
3.15/3.26	   
3.15/3.26	   preprocessing
3.15/3.26	     nbConstraintChecks=0  nbPropagations=2016  nbRevisions=0  nbUselessRevisions=0  nbRemovedValues=0
3.15/3.26	     detectedInconsistency=no
3.15/3.26	       =>  wckTime=0.023  cpuTime=0.01  mem=43M562
8.02/8.12	   
8.02/8.12	   search
8.02/8.12	     run=10  nbConstraintChecks=318842  nbValidityChecks=695544  minDepth=401  maxDepth=2016  nbPropagations=565668
8.02/8.12	     nbRevisions=2080746  nbUselessRevisions=1671146  nbAssignments=18791  nbFailedAssignments=1532  nbBacktracks=11100
8.02/8.12	     nbVisitedNodes=21486  nbRestartNogoods=87  nbFoundSolutions=1  nbSEliminables=?  nbREliminables=?  nbIEliminables=?
8.02/8.12	     nbDEliminables=?  nbPEliminables=?
8.02/8.12	       =>  wckTime=4.88  cpuTime=4.77  mem=44M584
8.02/8.12	   
8.02/8.12	   global
8.02/8.12	     nbConstraintChecks=318842  nbValidityChecks=695544  nbPropagations=567684  nbRevisions=2080746
8.02/8.12	     nbUselessRevisions=1671146  nbRestartNogoods=87  solvingWckTime=4.882  solvingCpuTime=4.77  expiredTime=no
8.02/8.12	     totalExploration=no  nbFoundSolutions=1  firstSolutionCpuTime=7.07  globalCpuTime=7.13
8.02/8.12	       =>  wckTime=7.871  cpuTime=7.08  mem=44M584
8.02/8.12	   
8.02/8.12	s SATISFIABLE
8.02/8.12	v 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 0 0 0 0 0 0 0 0 0 0 0 0 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 1 1 1 1 1 1 1 1 1 1 1 1 0 0 1 1 1 1 1 1 1 1 1 1 0 0 0 0 0 0 0 0 0 0 1 1 1 1 1 1 0 0 0 0 0 0 0 0 0 0 1 1 1 1 1 1 0 0 0 0 0 0 1 1 1 1 1 1 0 0 1 1 1 1 1 1 1 1 1 1 0 0 0 0 1 1 1 1 1 1 0 0 0 0 0 0 0 0 0 0 0 0 1 1 1 1 0 0 0 0 1 1 1 1 1 1 1 1 0 0 0 0 0 0 1 1 0 0 0 0 0 0 1 1 1 1 0 0 0 0 0 0 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 1 1 1 1 0 0 1 1 1 1 0 0 0 0 1 1 1 1 1 1 0 0 1 1 0 0 0 0 1 1 0 0 0 0 1 1 1 1 1 1 1 1 1 1 0 0 0 0 0 0 0 0 0 0 1 1 0 0 1 1 1 1 0 0 0 1 0 1 1 1 1 1 1 1 0 1 1 1 0 0 0 0 0 1 0 0 1 1 1 1 0 0 0 0 0 0 1 1 1 1 0 0 0 0 0 1 1 1 0 1 0 0 0 0 1 1 1 1 1 1 1 0 1 0 0 0 1 1 1 1 1 0 0 0 0 0 1 1 1 0 0 0 1 1 1 1 1 1 0 0 0 0 0 0 0 0 1 1 1 1 1 0 0 0 1 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 1 1 1 1 1 1 1 1 1 1 1 1 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 1 1 1 1 1 1 0 0 0 0 0 0 1 1 1 1 1 1 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 1 1 1 1 0 0 0 0 1 1 1 1 1 1 1 1 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 1 1 1 1 1 1 1 1 1 1 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 1 1 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 1 1 1 1 1 1 1 1 1 1 0 0 0 0 0 0 0 0 0 0 1 1 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 1 1 1 1 0 0 0 0 0 0 1 1 1 1 0 0 0 0 0 1 1 1 0 1 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 1 1 1 1 1 1 0 0 0 0 0 0 0 0 1 1 1 1 1 0 0 0 1 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 1 1 1 1 1 1 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 1 1 1 1 1 1 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 1 1 1 1 1 1 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 1 1 1 1 1 1 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 1 1 1 1 1 1 1 1 1 1 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 1 1 0 0 0 0 0 0 0 0 0 0 0 0 1 1 1 1 1 1 0 0 1 1 0 0 0 0 1 1 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 1 1 0 0 0 0 0 0 0 0 0 0 0 0 0 0 1 1 1 1 0 1 1 1 0 0 0 0 0 1 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 1 1 1 0 1 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 1 1 1 1 1 0 0 0 0 0 1 1 1 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 1 1 1 0 0 0 1 0 0 0 0 0 0 0 1 1 1 1 1 1 1 1 1 1 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 1 1 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 1 1 1 1 0 0 0 0 0 0 0 0 0 0 1 1 1 1 1 1 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 1 1 0 0 0 0 1 1 1 1 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 1 1 0 0 0 0 0 0 0 0 0 0 1 1 1 1 0 0 0 0 0 0 0 0 0 0 1 1 0 0 0 0 1 1 0 0 0 1 0 1 1 1 0 0 0 0 0 0 0 0 0 0 0 0 0 1 0 0 0 0 0 0 0 0 0 0 0 0 1 1 1 1 0 0 0 0 0 0 0 0 0 1 0 0 0 0 0 0 1 1 1 1 1 0 1 0 0 0 0 0 0 0 0 0 0 0 0 0 1 1 1 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 1 1 0 0 0 0 0 0 1 0 0 0 0 0 0 0 0 0 0 0 0 0 1 1 1 1 0 0 0 0 0 0 1 1 1 1 0 0 0 0 0 0 0 0 0 0 0 0 1 1 1 1 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 1 1 1 1 0 0 0 0 0 0 0 0 1 1 0 0 1 1 0 0 0 0 0 0 0 0 0 0 0 0 1 1 1 1 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 1 1 0 0 0 1 0 1 1 1 0 0 0 0 0 1 1 1 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 1 1 1 0 0 0 0 0 0 0 0 1 1 1 1 1 0 1 0 0 0 0 0 0 0 1 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 1 1 1 1 1 0 0 0 0 0 0 0 0 0 1 1 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 1 1 0 0 0 0 1 1 0 0 0 0 1 1 1 1 1 1 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 1 1 0 0 0 0 0 0 0 1 1 1 0 0 0 0 0 0 1 1 0 0 0 0 0 1 0 0 1 1 1 1 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 1 1 0 0 0 0 0 0 1 0 0 0 0 0 0 0 0 0 0 0 0 0 1 1 1 0 0 0 1 1 1 1 1 1 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 1 1 0 0 0 0 0 1 0 0 0 0 1 1 1 1 0 1 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 1 1 1 1 0 0 0 0 0 0 0 0 0 0 0 0 0 0 1 1 0 0 1 1 1 0 0 0 0 0 1 1 1 1 1 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 1 1 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 1 1 1 1 0 0 0 0 0 0 0 0 1 1 1 1 0 0 0 0 0 0 0 0 0 0 0 0 1 1 1 1 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 
8.02/8.12	d NODES 18791
8.02/8.12	d CHECKS 318842
8.02/8.12	   
8.02/8.12	   totalWckTime=7.939  totalCpuTime=7.13

Verifier Data

OK

Watcher Data

runsolver version 3.2.9 (svn:492) (c) roussel@cril.univ-artois.fr

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-2098677-1247416369/watcher-2098677-1247416369 -o /tmp/evaluation-result-2098677-1247416369/solver-2098677-1247416369 -C 1800 -W 2000 -M 900 java -Xms756M -Xmx756M -XX:PermSize=10m -XX:MaxPermSize=10m -cp abscon112V4.jar abscon.Resolution mac.xml 1 XSax HOME/instance-2098677-1247416369.xml 

Enforcing CPUTime limit (soft limit, will send SIGTERM then SIGKILL): 1800 seconds
Enforcing CPUTime limit (hard limit, will send SIGXCPU): 1830 seconds
Enforcing wall clock limit (soft limit, will send SIGTERM then SIGKILL): 2000 seconds
Enforcing VSIZE limit (soft limit, will send SIGTERM then SIGKILL): 921600 KiB
Enforcing VSIZE limit (hard limit, stack expansion will fail with SIGSEGV, brk() and mmap() will return ENOMEM): 972800 KiB
Current StackSize limit: 10240 KiB


[startup+0 s]
/proc/loadavg: 2.00 2.06 2.03 4/81 2502
/proc/meminfo: memFree=1524984/2055920 swapFree=4192812/4192956
[pid=2502] ppid=2500 vsize=18576 CPUtime=0
/proc/2502/stat : 2502 (runsolver) R 2500 2502 2387 0 -1 4194368 16 0 0 0 0 0 0 0 20 0 1 0 28702022 19021824 284 996147200 4194304 4302564 548682068384 18446744073709551615 269807578407 0 2147483391 4096 24578 0 0 0 17 0 0 0
/proc/2502/statm: 4644 284 249 26 0 2626 0

[startup+0.09826 s]
/proc/loadavg: 2.00 2.06 2.03 4/81 2502
/proc/meminfo: memFree=1524984/2055920 swapFree=4192812/4192956
[pid=2502] ppid=2500 vsize=865940 CPUtime=0.08
/proc/2502/stat : 2502 (java) S 2500 2502 2387 0 -1 0 3727 0 1 0 7 1 0 0 21 0 9 0 28702022 886722560 3195 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/2502/statm: 216485 3195 1695 9 0 210970 0
Current children cumulated CPU time (s) 0.08
Current children cumulated vsize (KiB) 865940

[startup+0.101267 s]
/proc/loadavg: 2.00 2.06 2.03 4/81 2502
/proc/meminfo: memFree=1524984/2055920 swapFree=4192812/4192956
[pid=2502] ppid=2500 vsize=865940 CPUtime=0.08
/proc/2502/stat : 2502 (java) S 2500 2502 2387 0 -1 0 3735 0 1 0 7 1 0 0 21 0 9 0 28702022 886722560 3203 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/2502/statm: 216485 3203 1700 9 0 210970 0
Current children cumulated CPU time (s) 0.08
Current children cumulated vsize (KiB) 865940

[startup+0.301297 s]
/proc/loadavg: 2.00 2.06 2.03 4/81 2502
/proc/meminfo: memFree=1524984/2055920 swapFree=4192812/4192956
[pid=2502] ppid=2500 vsize=866432 CPUtime=0.28
/proc/2502/stat : 2502 (java) S 2500 2502 2387 0 -1 0 5948 0 1 0 25 3 0 0 21 0 9 0 28702022 887226368 5314 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/2502/statm: 216608 5314 1983 9 0 211066 0
Current children cumulated CPU time (s) 0.28
Current children cumulated vsize (KiB) 866432

[startup+0.701346 s]
/proc/loadavg: 2.00 2.06 2.03 4/81 2502
/proc/meminfo: memFree=1524984/2055920 swapFree=4192812/4192956
[pid=2502] ppid=2500 vsize=867580 CPUtime=0.68
/proc/2502/stat : 2502 (java) S 2500 2502 2387 0 -1 0 9524 0 1 0 63 5 0 0 21 0 9 0 28702022 888401920 8878 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/2502/statm: 216895 8878 2037 9 0 211331 0
Current children cumulated CPU time (s) 0.68
Current children cumulated vsize (KiB) 867580

[startup+1.50241 s]
/proc/loadavg: 2.00 2.06 2.03 4/90 2511
/proc/meminfo: memFree=1487792/2055920 swapFree=4192812/4192956
[pid=2502] ppid=2500 vsize=867904 CPUtime=1.45
/proc/2502/stat : 2502 (java) S 2500 2502 2387 0 -1 0 18589 634 1 0 108 16 21 0 21 0 9 0 28702022 888733696 14500 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/2502/statm: 216976 14500 2056 9 0 211412 0
[pid=2502/tid=2504] ppid=2500 vsize=867904 CPUtime=1.18
/proc/2502/task/2504/stat : 2504 (java) R 2500 2502 2387 0 -1 64 16815 634 1 0 83 14 21 0 17 0 9 0 28702024 888733696 14501 996147200 134512640 134550932 4294955968 18446744073709551615 4127152460 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=2502/tid=2505] ppid=2500 vsize=867904 CPUtime=0.21
/proc/2502/task/2505/stat : 2505 (java) S 2500 2502 2387 0 -1 64 3 634 0 0 0 0 21 0 16 0 9 0 28702025 888733696 14502 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=2502/tid=2506] ppid=2500 vsize=867904 CPUtime=0.21
/proc/2502/task/2506/stat : 2506 (java) S 2500 2502 2387 0 -1 64 11 634 0 0 0 0 21 0 24 0 9 0 28702025 888733696 14503 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=2502/tid=2507] ppid=2500 vsize=867904 CPUtime=0.21
/proc/2502/task/2507/stat : 2507 (java) S 2500 2502 2387 0 -1 64 4 634 0 0 0 0 21 0 25 0 9 0 28702025 888733696 14504 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=2502/tid=2508] ppid=2500 vsize=867904 CPUtime=0.21
/proc/2502/task/2508/stat : 2508 (java) S 2500 2502 2387 0 -1 64 2 634 0 0 0 0 21 0 25 0 9 0 28702027 888733696 14504 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=2502/tid=2509] ppid=2500 vsize=867904 CPUtime=0.45
/proc/2502/task/2509/stat : 2509 (java) S 2500 2502 2387 0 -1 64 943 634 0 0 24 0 21 0 15 0 9 0 28702027 888733696 14505 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=2502/tid=2510] ppid=2500 vsize=867904 CPUtime=0.21
/proc/2502/task/2510/stat : 2510 (java) S 2500 2502 2387 0 -1 64 0 634 0 0 0 0 21 0 25 0 9 0 28702027 888733696 14505 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=2502/tid=2511] ppid=2500 vsize=867904 CPUtime=0.21
/proc/2502/task/2511/stat : 2511 (java) S 2500 2502 2387 0 -1 64 12 634 0 0 0 0 21 0 15 0 9 0 28702027 888733696 14506 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1.45
Current children cumulated vsize (KiB) 867904

[startup+3.10259 s]
/proc/loadavg: 2.00 2.06 2.03 3/90 2515
/proc/meminfo: memFree=1460592/2055920 swapFree=4192812/4192956
[pid=2502] ppid=2500 vsize=868032 CPUtime=3.05
/proc/2502/stat : 2502 (java) S 2500 2502 2387 0 -1 0 30946 634 1 0 264 20 21 0 21 0 9 0 28702022 888864768 20265 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/2502/statm: 217008 20265 2661 9 0 211444 0
[pid=2502/tid=2504] ppid=2500 vsize=868032 CPUtime=2.59
/proc/2502/task/2504/stat : 2504 (java) R 2500 2502 2387 0 -1 64 22584 634 1 0 222 16 21 0 25 0 9 0 28702024 888864768 20265 996147200 134512640 134550932 4294955968 18446744073709551615 4159510237 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=2502/tid=2505] ppid=2500 vsize=868032 CPUtime=0.35
/proc/2502/task/2505/stat : 2505 (java) S 2500 2502 2387 0 -1 64 6552 634 0 0 13 1 21 0 16 0 9 0 28702025 888864768 20265 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=2502/tid=2506] ppid=2500 vsize=868032 CPUtime=0.21
/proc/2502/task/2506/stat : 2506 (java) S 2500 2502 2387 0 -1 64 21 634 0 0 0 0 21 0 17 0 9 0 28702025 888864768 20265 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=2502/tid=2507] ppid=2500 vsize=868032 CPUtime=0.21
/proc/2502/task/2507/stat : 2507 (java) S 2500 2502 2387 0 -1 64 15 634 0 0 0 0 21 0 16 0 9 0 28702025 888864768 20265 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=2502/tid=2508] ppid=2500 vsize=868032 CPUtime=0.21
/proc/2502/task/2508/stat : 2508 (java) S 2500 2502 2387 0 -1 64 2 634 0 0 0 0 21 0 25 0 9 0 28702027 888864768 20266 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=2502/tid=2509] ppid=2500 vsize=868032 CPUtime=0.48
/proc/2502/task/2509/stat : 2509 (java) S 2500 2502 2387 0 -1 64 959 634 0 0 27 0 21 0 15 0 9 0 28702027 888864768 20266 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=2502/tid=2510] ppid=2500 vsize=868032 CPUtime=0.21
/proc/2502/task/2510/stat : 2510 (java) S 2500 2502 2387 0 -1 64 0 634 0 0 0 0 21 0 25 0 9 0 28702027 888864768 20266 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=2502/tid=2511] ppid=2500 vsize=868032 CPUtime=0.21
/proc/2502/task/2511/stat : 2511 (java) S 2500 2502 2387 0 -1 64 12 634 0 0 0 0 21 0 15 0 9 0 28702027 888864768 20266 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 3.05
Current children cumulated vsize (KiB) 868032

[startup+6.30194 s]
/proc/loadavg: 2.00 2.06 2.03 3/90 2515
/proc/meminfo: memFree=1453232/2055920 swapFree=4192812/4192956
[pid=2502] ppid=2500 vsize=868032 CPUtime=6.23
/proc/2502/stat : 2502 (java) S 2500 2502 2387 0 -1 0 31091 634 1 0 581 21 21 0 21 0 9 0 28702022 888864768 20380 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/2502/statm: 217008 20380 2663 9 0 211444 0
[pid=2502/tid=2504] ppid=2500 vsize=868032 CPUtime=5.67
/proc/2502/task/2504/stat : 2504 (java) R 2500 2502 2387 0 -1 64 22634 634 1 0 529 17 21 0 25 0 9 0 28702024 888864768 20380 996147200 134512640 134550932 4294955968 18446744073709551615 4127332371 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=2502/tid=2505] ppid=2500 vsize=868032 CPUtime=0.35
/proc/2502/task/2505/stat : 2505 (java) S 2500 2502 2387 0 -1 64 6552 634 0 0 13 1 21 0 16 0 9 0 28702025 888864768 20380 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=2502/tid=2506] ppid=2500 vsize=868032 CPUtime=0.21
/proc/2502/task/2506/stat : 2506 (java) S 2500 2502 2387 0 -1 64 21 634 0 0 0 0 21 0 17 0 9 0 28702025 888864768 20380 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=2502/tid=2507] ppid=2500 vsize=868032 CPUtime=0.21
/proc/2502/task/2507/stat : 2507 (java) S 2500 2502 2387 0 -1 64 15 634 0 0 0 0 21 0 16 0 9 0 28702025 888864768 20380 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=2502/tid=2508] ppid=2500 vsize=868032 CPUtime=0.21
/proc/2502/task/2508/stat : 2508 (java) S 2500 2502 2387 0 -1 64 2 634 0 0 0 0 21 0 25 0 9 0 28702027 888864768 20380 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=2502/tid=2509] ppid=2500 vsize=868032 CPUtime=0.6
/proc/2502/task/2509/stat : 2509 (java) S 2500 2502 2387 0 -1 64 1034 634 0 0 38 1 21 0 15 0 9 0 28702027 888864768 20380 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=2502/tid=2510] ppid=2500 vsize=868032 CPUtime=0.21
/proc/2502/task/2510/stat : 2510 (java) S 2500 2502 2387 0 -1 64 0 634 0 0 0 0 21 0 25 0 9 0 28702027 888864768 20380 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=2502/tid=2511] ppid=2500 vsize=868032 CPUtime=0.21
/proc/2502/task/2511/stat : 2511 (java) S 2500 2502 2387 0 -1 64 32 634 0 0 0 0 21 0 15 0 9 0 28702027 888864768 20380 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 6.23
Current children cumulated vsize (KiB) 868032

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

[startup+7.10101 s]
/proc/loadavg: 2.00 2.06 2.03 4/90 2515
/proc/meminfo: memFree=1453232/2055920 swapFree=4192812/4192956
[pid=2502] ppid=2500 vsize=868032 CPUtime=7.03
/proc/2502/stat : 2502 (java) S 2500 2502 2387 0 -1 0 31091 634 1 0 661 21 21 0 21 0 9 0 28702022 888864768 20380 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/2502/statm: 217008 20380 2663 9 0 211444 0
[pid=2502/tid=2504] ppid=2500 vsize=868032 CPUtime=6.47
/proc/2502/task/2504/stat : 2504 (java) R 2500 2502 2387 0 -1 64 22634 634 1 0 609 17 21 0 25 0 9 0 28702024 888864768 20380 996147200 134512640 134550932 4294955968 18446744073709551615 4127332371 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=2502/tid=2505] ppid=2500 vsize=868032 CPUtime=0.35
/proc/2502/task/2505/stat : 2505 (java) S 2500 2502 2387 0 -1 64 6552 634 0 0 13 1 21 0 16 0 9 0 28702025 888864768 20380 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=2502/tid=2506] ppid=2500 vsize=868032 CPUtime=0.21
/proc/2502/task/2506/stat : 2506 (java) S 2500 2502 2387 0 -1 64 21 634 0 0 0 0 21 0 17 0 9 0 28702025 888864768 20380 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=2502/tid=2507] ppid=2500 vsize=868032 CPUtime=0.21
/proc/2502/task/2507/stat : 2507 (java) S 2500 2502 2387 0 -1 64 15 634 0 0 0 0 21 0 16 0 9 0 28702025 888864768 20380 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=2502/tid=2508] ppid=2500 vsize=868032 CPUtime=0.21
/proc/2502/task/2508/stat : 2508 (java) S 2500 2502 2387 0 -1 64 2 634 0 0 0 0 21 0 25 0 9 0 28702027 888864768 20380 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=2502/tid=2509] ppid=2500 vsize=868032 CPUtime=0.6
/proc/2502/task/2509/stat : 2509 (java) S 2500 2502 2387 0 -1 64 1034 634 0 0 38 1 21 0 16 0 9 0 28702027 888864768 20380 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=2502/tid=2510] ppid=2500 vsize=868032 CPUtime=0.21
/proc/2502/task/2510/stat : 2510 (java) S 2500 2502 2387 0 -1 64 0 634 0 0 0 0 21 0 25 0 9 0 28702027 888864768 20380 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=2502/tid=2511] ppid=2500 vsize=868032 CPUtime=0.21
/proc/2502/task/2511/stat : 2511 (java) S 2500 2502 2387 0 -1 64 32 634 0 0 0 0 21 0 15 0 9 0 28702027 888864768 20380 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 7.03
Current children cumulated vsize (KiB) 868032

[startup+7.9011 s]
/proc/loadavg: 2.00 2.06 2.03 3/90 2515
/proc/meminfo: memFree=1453232/2055920 swapFree=4192812/4192956
[pid=2502] ppid=2500 vsize=868032 CPUtime=7.82
/proc/2502/stat : 2502 (java) S 2500 2502 2387 0 -1 0 31092 634 1 0 740 21 21 0 21 0 9 0 28702022 888864768 20381 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/2502/statm: 217008 20381 2663 9 0 211444 0
[pid=2502/tid=2504] ppid=2500 vsize=868032 CPUtime=7.26
/proc/2502/task/2504/stat : 2504 (java) R 2500 2502 2387 0 -1 64 22634 634 1 0 688 17 21 0 22 0 9 0 28702024 888864768 20381 996147200 134512640 134550932 4294955968 18446744073709551615 4127304460 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=2502/tid=2505] ppid=2500 vsize=868032 CPUtime=0.35
/proc/2502/task/2505/stat : 2505 (java) S 2500 2502 2387 0 -1 64 6552 634 0 0 13 1 21 0 16 0 9 0 28702025 888864768 20381 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=2502/tid=2506] ppid=2500 vsize=868032 CPUtime=0.21
/proc/2502/task/2506/stat : 2506 (java) S 2500 2502 2387 0 -1 64 21 634 0 0 0 0 21 0 17 0 9 0 28702025 888864768 20381 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=2502/tid=2507] ppid=2500 vsize=868032 CPUtime=0.21
/proc/2502/task/2507/stat : 2507 (java) S 2500 2502 2387 0 -1 64 15 634 0 0 0 0 21 0 16 0 9 0 28702025 888864768 20381 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=2502/tid=2508] ppid=2500 vsize=868032 CPUtime=0.21
/proc/2502/task/2508/stat : 2508 (java) S 2500 2502 2387 0 -1 64 2 634 0 0 0 0 21 0 25 0 9 0 28702027 888864768 20381 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=2502/tid=2509] ppid=2500 vsize=868032 CPUtime=0.6
/proc/2502/task/2509/stat : 2509 (java) S 2500 2502 2387 0 -1 64 1035 634 0 0 38 1 21 0 15 0 9 0 28702027 888864768 20381 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=2502/tid=2510] ppid=2500 vsize=868032 CPUtime=0.21
/proc/2502/task/2510/stat : 2510 (java) S 2500 2502 2387 0 -1 64 0 634 0 0 0 0 21 0 25 0 9 0 28702027 888864768 20381 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=2502/tid=2511] ppid=2500 vsize=868032 CPUtime=0.21
/proc/2502/task/2511/stat : 2511 (java) S 2500 2502 2387 0 -1 64 32 634 0 0 0 0 21 0 15 0 9 0 28702027 888864768 20381 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 7.82
Current children cumulated vsize (KiB) 868032

[startup+8.10112 s]
/proc/loadavg: 2.00 2.06 2.03 3/90 2515
/proc/meminfo: memFree=1453232/2055920 swapFree=4192812/4192956
[pid=2502] ppid=2500 vsize=868032 CPUtime=8.02
/proc/2502/stat : 2502 (java) S 2500 2502 2387 0 -1 0 31094 634 1 0 760 21 21 0 21 0 9 0 28702022 888864768 20382 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/2502/statm: 217008 20382 2663 9 0 211444 0
[pid=2502/tid=2504] ppid=2500 vsize=868032 CPUtime=7.46
/proc/2502/task/2504/stat : 2504 (java) R 2500 2502 2387 0 -1 64 22634 634 1 0 708 17 21 0 24 0 9 0 28702024 888864768 20382 996147200 134512640 134550932 4294955968 18446744073709551615 4127349051 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=2502/tid=2505] ppid=2500 vsize=868032 CPUtime=0.35
/proc/2502/task/2505/stat : 2505 (java) S 2500 2502 2387 0 -1 64 6552 634 0 0 13 1 21 0 16 0 9 0 28702025 888864768 20382 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=2502/tid=2506] ppid=2500 vsize=868032 CPUtime=0.21
/proc/2502/task/2506/stat : 2506 (java) S 2500 2502 2387 0 -1 64 21 634 0 0 0 0 21 0 17 0 9 0 28702025 888864768 20382 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=2502/tid=2507] ppid=2500 vsize=868032 CPUtime=0.21
/proc/2502/task/2507/stat : 2507 (java) S 2500 2502 2387 0 -1 64 15 634 0 0 0 0 21 0 16 0 9 0 28702025 888864768 20382 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=2502/tid=2508] ppid=2500 vsize=868032 CPUtime=0.21
/proc/2502/task/2508/stat : 2508 (java) S 2500 2502 2387 0 -1 64 2 634 0 0 0 0 21 0 25 0 9 0 28702027 888864768 20382 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=2502/tid=2509] ppid=2500 vsize=868032 CPUtime=0.6
/proc/2502/task/2509/stat : 2509 (java) S 2500 2502 2387 0 -1 64 1037 634 0 0 38 1 21 0 17 0 9 0 28702027 888864768 20382 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=2502/tid=2510] ppid=2500 vsize=868032 CPUtime=0.21
/proc/2502/task/2510/stat : 2510 (java) S 2500 2502 2387 0 -1 64 0 634 0 0 0 0 21 0 25 0 9 0 28702027 888864768 20382 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=2502/tid=2511] ppid=2500 vsize=868032 CPUtime=0.21
/proc/2502/task/2511/stat : 2511 (java) S 2500 2502 2387 0 -1 64 32 634 0 0 0 0 21 0 15 0 9 0 28702027 888864768 20382 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 8.02
Current children cumulated vsize (KiB) 868032

Child status: 0
Real time (s): 8.19058
CPU time (s): 8.08877
CPU user time (s): 7.85281
CPU system time (s): 0.235964
CPU usage (%): 98.757
Max. virtual memory (cumulated for all children) (KiB): 868032

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 7.85281
system time used= 0.235964
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 31766
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= 2288
involuntary context switches= 2314

runsolver used 0.008998 second user time and 0.036994 second system time

The end

Launcher Data

Begin job on node81 at 2009-07-12 18:32:49
IDJOB=2098677
IDBENCH=58884
IDSOLVER=773
FILE ID=node81/2098677-1247416369
PBS_JOBID= 9510754
Free space on /tmp= 126652 MiB

SOLVER NAME= Abscon 112v4 AC
BENCH NAME= CPAI08/csp/bibd8/normalized-bibd-8-56-28-4-12_glb.xml
COMMAND LINE= java -Xms756M -Xmx756M -XX:PermSize=10m -XX:MaxPermSize=10m -cp abscon112V4.jar abscon.Resolution mac.xml 1 XSax BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-2098677-1247416369/watcher-2098677-1247416369 -o /tmp/evaluation-result-2098677-1247416369/solver-2098677-1247416369 -C 1800 -W 2000 -M 900  java -Xms756M -Xmx756M -XX:PermSize=10m -XX:MaxPermSize=10m -cp abscon112V4.jar abscon.Resolution mac.xml 1 XSax HOME/instance-2098677-1247416369.xml

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

MD5SUM BENCH= bdae76382121ba716d22c5ff3d88d3d4
RANDOM SEED=1319826275

node81.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.233
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.233
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	: 5996.54
clflush size	: 64
cache_alignment	: 128
address sizes	: 36 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:      2055920 kB
MemFree:       1525400 kB
Buffers:         44528 kB
Cached:         167972 kB
SwapCached:          0 kB
Active:         372428 kB
Inactive:        86752 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1525400 kB
SwapTotal:     4192956 kB
SwapFree:      4192812 kB
Dirty:            2568 kB
Writeback:           0 kB
Mapped:         267124 kB
Slab:            55932 kB
Committed_AS:  1029192 kB
PageTables:       2324 kB
VmallocTotal: 536870911 kB
VmallocUsed:    264960 kB
VmallocChunk: 536605679 kB
HugePages_Total:     0
HugePages_Free:      0
Hugepagesize:     2048 kB

Free space on /tmp at the end= 126648 MiB
End job on node81 at 2009-07-12 18:32:58