Trace number 2097885

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 11.1413 11.2278

DiagnosticValue
CHECKS650902
NODES200

General information on the benchmark

Namecsp/fapp/fapp01/
normalized-fapp01-0200-5.xml
MD5SUM1d627217f0e438cbce2246297a0e3bf9
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.553
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

0.01/0.09	
0.01/0.09	Abscon 112 (May, 2008)
0.18/0.24	
0.18/0.24	   configuration
0.18/0.24	     name=mac.xml
0.28/0.32	   
0.28/0.32	   instance
0.28/0.32	     name=HOME/instance-2097885-1247414142.xml
0.28/0.35	   
0.28/0.35	   domains being loaded...
0.28/0.38	   
0.28/0.38	   variables being loaded...
0.38/0.47	     nbVariables=200  nbDomainTypes=9  minDomainSize=42  maxDomainSize=190  nbTotalValues=26963
0.38/0.47	       =>  wckTime=0.231  cpuTime=0.19  mem=8M883
0.38/0.47	   
0.38/0.47	   predicates being loaded...
0.48/0.57	   
0.48/0.57	   constraints being loaded...
10.60/10.74	     nbConstraints=1108  nbMergedConstraints=945  nbConvertedConstraints=1108  nbConvertConstraintsChecks=17720872
10.60/10.74	     nbExtensionStructures=980  nbSharedExtensionStructures=275  nbConflictsStructures=980
10.60/10.74	     nbSharedConflictsStructures=275  nbSharedBinaryRepresentations=199245  minDegree=3  maxDegree=14  minArity=2
10.60/10.74	     maxArity=2  nbGenerators=0  nbFusions=0  symmetryWckTime=0.132  symmetryCpuTime=0.08
10.60/10.74	       =>  wckTime=10.5  cpuTime=10.07  mem=25M539
10.73/10.85	   
10.73/10.86	   solver IterativeSystematicSolver being built... 
10.82/11.00	       =>  wckTime=10.756  cpuTime=10.18  mem=28M136
10.92/11.04	   
10.92/11.04	   preprocessing
10.92/11.04	     nbConstraintChecks=151647  nbPropagations=262  nbRevisions=1245  nbUselessRevisions=846  nbRemovedValues=12428
10.92/11.04	     detectedInconsistency=no
10.92/11.04	       =>  wckTime=0.042  cpuTime=0.03  mem=28M136
11.02/11.19	   
11.02/11.19	   search
11.02/11.19	     run=0  nbConstraintChecks=499255  minDepth=201  maxDepth=200  nbPropagations=2052  nbRevisions=10136
11.02/11.19	     nbUselessRevisions=8026  nbAssignments=200  nbFailedAssignments=0  nbBacktracks=0  nbVisitedNodes=201
11.02/11.19	     nbRestartNogoods=0  nbFoundSolutions=1  mapSize=0  nbInferences=0  nbTooLargeKeys=0  nbSEliminables=104.19
11.02/11.19	     nbREliminables=1.71  nbIEliminables=19.05  nbDEliminables=0  nbPEliminables=0
11.02/11.19	       =>  wckTime=0.191  cpuTime=0.15  mem=30M86
11.02/11.19	   
11.02/11.19	   global
11.02/11.19	     nbConstraintChecks=650902  nbPropagations=2314  nbRevisions=11381  nbUselessRevisions=8872  nbRestartNogoods=0
11.02/11.19	     solvingWckTime=0.194  solvingCpuTime=0.15  expiredTime=no  totalExploration=no  nbFoundSolutions=1
11.02/11.19	     firstSolutionCpuTime=10.32  globalCpuTime=10.39
11.02/11.19	       =>  wckTime=10.951  cpuTime=10.33  mem=30M86
11.02/11.19	   
11.02/11.19	s SATISFIABLE
11.02/11.19	v -2620 2392 2584 2572 2280 2472 2488 -2532 2480 -2280 2320 -2640 -2416 2408 -2492 2572 2648 -2552 -2280 2644 2640 2428 -2320 -2532 2644 -2456 2656 2648 2616 -2368 -2640 2488 2620 2380 2468 2512 -2640 2508 -2424 2588 2572 -2320 -2464 2440 2416 -2356 2464 2600 2460 -2544 -2456 2580 -2336 2408 -2288 2320 -2396 -2420 -2444 2280 2528 -2320 -2432 2500 -2496 2492 -2532 -2380 2604 -2376 -2608 -2340 2600 2528 -2296 2592 -2280 2600 2600 2320 2320 2328 2288 -2368 2564 -2592 2592 2604 2548 -2600 -2320 2368 -2572 -2532 2388 -2504 2532 -2472 2604 2608 -2612 -2632 -2544 2512 -2528 -2456 2584 2552 2320 2320 -2512 -2280 2336 -2580 -2320 -2512 2388 2616 -2420 -2656 -2348 2540 -2408 -2280 -2280 -2340 -2432 -2436 2368 -2472 2600 2584 2448 -2376 -2320 2492 -2580 2280 -2640 -2608 2380 2648 -2456 2336 -2460 -2512 -2396 2596 -2404 2328 2560 2616 2468 2396 -2556 -2380 2600 2280 -2504 -2632 -2416 2596 2504 -2356 2656 -2640 -2488 -2420 2656 -2464 -2328 -2620 -2280 -2340 -2320 -2336 -2568 -2336 -2376 -2376 -2648 2280 -2624 2320 -2636 2608 -2416 2328 -2612 -2436 2472 -2288 2280 2624 -2396 -2616 -2376 -2348 2280 -2552 
11.02/11.19	d NODES 200
11.02/11.19	d CHECKS 650902
11.02/11.20	   
11.02/11.20	   totalWckTime=11.007  totalCpuTime=10.39

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-2097885-1247414142/watcher-2097885-1247414142 -o /tmp/evaluation-result-2097885-1247414142/solver-2097885-1247414142 -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-2097885-1247414142.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.01 2.05 2.01 4/80 29860
/proc/meminfo: memFree=1747024/2055920 swapFree=4192812/4192956
[pid=29860] ppid=29858 vsize=18576 CPUtime=0
/proc/29860/stat : 29860 (runsolver) R 29858 29860 27955 0 -1 4194368 16 0 0 0 0 0 0 0 18 0 1 0 28481256 19021824 284 996147200 4194304 4302564 548682068384 18446744073709551615 252429528359 0 2147483391 4096 24578 0 0 0 17 1 0 0
/proc/29860/statm: 4644 284 249 26 0 2626 0

[startup+0.0327791 s]
/proc/loadavg: 2.01 2.05 2.01 4/80 29860
/proc/meminfo: memFree=1747024/2055920 swapFree=4192812/4192956
[pid=29860] ppid=29858 vsize=861612 CPUtime=0.01
/proc/29860/stat : 29860 (java) S 29858 29860 27955 0 -1 0 1864 0 1 0 0 1 0 0 18 0 4 0 28481256 882290688 1549 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16784584 18446744073709551615 0 0 17 1 0 0
/proc/29860/statm: 215403 1549 682 9 0 210318 0
Current children cumulated CPU time (s) 0.01
Current children cumulated vsize (KiB) 861612

[startup+0.102559 s]
/proc/loadavg: 2.01 2.05 2.01 4/80 29860
/proc/meminfo: memFree=1747024/2055920 swapFree=4192812/4192956
[pid=29860] ppid=29858 vsize=865984 CPUtime=0.08
/proc/29860/stat : 29860 (java) S 29858 29860 27955 0 -1 0 3731 0 1 0 6 2 0 0 18 0 9 0 28481256 886767616 3197 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/29860/statm: 216496 3197 1690 9 0 210981 0
Current children cumulated CPU time (s) 0.08
Current children cumulated vsize (KiB) 865984

[startup+0.302582 s]
/proc/loadavg: 2.01 2.05 2.01 4/80 29860
/proc/meminfo: memFree=1747024/2055920 swapFree=4192812/4192956
[pid=29860] ppid=29858 vsize=866296 CPUtime=0.28
/proc/29860/stat : 29860 (java) S 29858 29860 27955 0 -1 0 5698 0 1 0 24 4 0 0 18 0 9 0 28481256 887087104 5101 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/29860/statm: 216574 5101 1927 9 0 211052 0
Current children cumulated CPU time (s) 0.28
Current children cumulated vsize (KiB) 866296

[startup+0.702624 s]
/proc/loadavg: 2.01 2.05 2.01 4/80 29860
/proc/meminfo: memFree=1747024/2055920 swapFree=4192812/4192956
[pid=29860] ppid=29858 vsize=867192 CPUtime=0.68
/proc/29860/stat : 29860 (java) S 29858 29860 27955 0 -1 0 8101 0 1 0 62 6 0 0 18 0 9 0 28481256 888004608 7455 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/29860/statm: 216798 7455 2034 9 0 211234 0
Current children cumulated CPU time (s) 0.68
Current children cumulated vsize (KiB) 867192

[startup+1.5017 s]
/proc/loadavg: 2.01 2.05 2.01 3/89 29869
/proc/meminfo: memFree=1716296/2055920 swapFree=4192812/4192956
[pid=29860] ppid=29858 vsize=867784 CPUtime=1.47
/proc/29860/stat : 29860 (java) S 29858 29860 27955 0 -1 0 10729 0 1 0 140 7 0 0 18 0 9 0 28481256 888610816 10080 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/29860/statm: 216946 10080 2041 9 0 211382 0
[pid=29860/tid=29862] ppid=29858 vsize=867784 CPUtime=1.26
/proc/29860/task/29862/stat : 29862 (java) R 29858 29860 27955 0 -1 64 9330 0 1 0 120 6 0 0 25 0 9 0 28481257 888610816 10080 996147200 134512640 134550932 4294955968 18446744073709551615 4126896354 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=29860/tid=29863] ppid=29858 vsize=867784 CPUtime=0
/proc/29860/task/29863/stat : 29863 (java) S 29858 29860 27955 0 -1 64 3 0 0 0 0 0 0 0 17 0 9 0 28481259 888610816 10080 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=29860/tid=29864] ppid=29858 vsize=867784 CPUtime=0
/proc/29860/task/29864/stat : 29864 (java) S 29858 29860 27955 0 -1 64 11 0 0 0 0 0 0 0 19 0 9 0 28481259 888610816 10080 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=29860/tid=29865] ppid=29858 vsize=867784 CPUtime=0
/proc/29860/task/29865/stat : 29865 (java) S 29858 29860 27955 0 -1 64 4 0 0 0 0 0 0 0 20 0 9 0 28481259 888610816 10080 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=29860/tid=29866] ppid=29858 vsize=867784 CPUtime=0
/proc/29860/task/29866/stat : 29866 (java) S 29858 29860 27955 0 -1 64 2 0 0 0 0 0 0 0 18 0 9 0 28481261 888610816 10080 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=29860/tid=29867] ppid=29858 vsize=867784 CPUtime=0.19
/proc/29860/task/29867/stat : 29867 (java) S 29858 29860 27955 0 -1 64 701 0 0 0 19 0 0 0 16 0 9 0 28481261 888610816 10080 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=29860/tid=29868] ppid=29858 vsize=867784 CPUtime=0
/proc/29860/task/29868/stat : 29868 (java) S 29858 29860 27955 0 -1 64 0 0 0 0 0 0 0 0 19 0 9 0 28481261 888610816 10080 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=29860/tid=29869] ppid=29858 vsize=867784 CPUtime=0
/proc/29860/task/29869/stat : 29869 (java) S 29858 29860 27955 0 -1 64 0 0 0 0 0 0 0 0 15 0 9 0 28481261 888610816 10080 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1.47
Current children cumulated vsize (KiB) 867784

[startup+3.10185 s]
/proc/loadavg: 2.01 2.05 2.01 3/89 29869
/proc/meminfo: memFree=1711112/2055920 swapFree=4192812/4192956
[pid=29860] ppid=29858 vsize=867784 CPUtime=3.07
/proc/29860/stat : 29860 (java) S 29858 29860 27955 0 -1 0 12520 0 1 0 298 9 0 0 18 0 9 0 28481256 888610816 11870 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/29860/statm: 216946 11870 2041 9 0 211382 0
[pid=29860/tid=29862] ppid=29858 vsize=867784 CPUtime=2.83
/proc/29860/task/29862/stat : 29862 (java) R 29858 29860 27955 0 -1 64 11100 0 1 0 276 7 0 0 25 0 9 0 28481257 888610816 11870 996147200 134512640 134550932 4294955968 18446744073709551615 4126922487 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=29860/tid=29863] ppid=29858 vsize=867784 CPUtime=0
/proc/29860/task/29863/stat : 29863 (java) S 29858 29860 27955 0 -1 64 3 0 0 0 0 0 0 0 16 0 9 0 28481259 888610816 11870 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=29860/tid=29864] ppid=29858 vsize=867784 CPUtime=0
/proc/29860/task/29864/stat : 29864 (java) S 29858 29860 27955 0 -1 64 11 0 0 0 0 0 0 0 19 0 9 0 28481259 888610816 11870 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=29860/tid=29865] ppid=29858 vsize=867784 CPUtime=0
/proc/29860/task/29865/stat : 29865 (java) S 29858 29860 27955 0 -1 64 4 0 0 0 0 0 0 0 20 0 9 0 28481259 888610816 11870 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=29860/tid=29866] ppid=29858 vsize=867784 CPUtime=0
/proc/29860/task/29866/stat : 29866 (java) S 29858 29860 27955 0 -1 64 2 0 0 0 0 0 0 0 18 0 9 0 28481261 888610816 11870 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=29860/tid=29867] ppid=29858 vsize=867784 CPUtime=0.21
/proc/29860/task/29867/stat : 29867 (java) S 29858 29860 27955 0 -1 64 722 0 0 0 21 0 0 0 15 0 9 0 28481261 888610816 11870 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=29860/tid=29868] ppid=29858 vsize=867784 CPUtime=0
/proc/29860/task/29868/stat : 29868 (java) S 29858 29860 27955 0 -1 64 0 0 0 0 0 0 0 0 19 0 9 0 28481261 888610816 11870 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=29860/tid=29869] ppid=29858 vsize=867784 CPUtime=0
/proc/29860/task/29869/stat : 29869 (java) S 29858 29860 27955 0 -1 64 0 0 0 0 0 0 0 0 15 0 9 0 28481261 888610816 11870 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 3.07
Current children cumulated vsize (KiB) 867784

[startup+6.30217 s]
/proc/loadavg: 2.01 2.05 2.01 3/89 29869
/proc/meminfo: memFree=1696712/2055920 swapFree=4192812/4192956
[pid=29860] ppid=29858 vsize=867784 CPUtime=6.25
/proc/29860/stat : 29860 (java) S 29858 29860 27955 0 -1 0 16028 0 1 0 612 13 0 0 18 0 9 0 28481256 888610816 15375 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/29860/statm: 216946 15375 2041 9 0 211382 0
[pid=29860/tid=29862] ppid=29858 vsize=867784 CPUtime=6
/proc/29860/task/29862/stat : 29862 (java) R 29858 29860 27955 0 -1 64 14598 0 1 0 589 11 0 0 17 0 9 0 28481257 888610816 15375 996147200 134512640 134550932 4294955968 18446744073709551615 4126898935 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=29860/tid=29863] ppid=29858 vsize=867784 CPUtime=0
/proc/29860/task/29863/stat : 29863 (java) S 29858 29860 27955 0 -1 64 3 0 0 0 0 0 0 0 16 0 9 0 28481259 888610816 15375 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=29860/tid=29864] ppid=29858 vsize=867784 CPUtime=0
/proc/29860/task/29864/stat : 29864 (java) S 29858 29860 27955 0 -1 64 11 0 0 0 0 0 0 0 19 0 9 0 28481259 888610816 15375 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=29860/tid=29865] ppid=29858 vsize=867784 CPUtime=0
/proc/29860/task/29865/stat : 29865 (java) S 29858 29860 27955 0 -1 64 4 0 0 0 0 0 0 0 20 0 9 0 28481259 888610816 15375 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=29860/tid=29866] ppid=29858 vsize=867784 CPUtime=0
/proc/29860/task/29866/stat : 29866 (java) S 29858 29860 27955 0 -1 64 2 0 0 0 0 0 0 0 18 0 9 0 28481261 888610816 15375 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=29860/tid=29867] ppid=29858 vsize=867784 CPUtime=0.22
/proc/29860/task/29867/stat : 29867 (java) S 29858 29860 27955 0 -1 64 732 0 0 0 22 0 0 0 16 0 9 0 28481261 888610816 15375 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=29860/tid=29868] ppid=29858 vsize=867784 CPUtime=0
/proc/29860/task/29868/stat : 29868 (java) S 29858 29860 27955 0 -1 64 0 0 0 0 0 0 0 0 19 0 9 0 28481261 888610816 15375 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=29860/tid=29869] ppid=29858 vsize=867784 CPUtime=0
/proc/29860/task/29869/stat : 29869 (java) S 29858 29860 27955 0 -1 64 0 0 0 0 0 0 0 0 15 0 9 0 28481261 888610816 15375 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 6.25
Current children cumulated vsize (KiB) 867784

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

[startup+9.50249 s]
/proc/loadavg: 2.01 2.05 2.01 3/89 29869
/proc/meminfo: memFree=1679816/2055920 swapFree=4192812/4192956
[pid=29860] ppid=29858 vsize=867696 CPUtime=9.44
/proc/29860/stat : 29860 (java) S 29858 29860 27955 0 -1 0 19335 0 1 0 928 16 0 0 18 0 9 0 28481256 888520704 18657 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/29860/statm: 216924 18657 2029 9 0 211382 0
[pid=29860/tid=29862] ppid=29858 vsize=867696 CPUtime=9.1
/proc/29860/task/29862/stat : 29862 (java) R 29858 29860 27955 0 -1 64 15829 0 1 0 897 13 0 0 25 0 9 0 28481257 888520704 18657 996147200 134512640 134550932 4294955968 18446744073709551615 4126902427 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=29860/tid=29863] ppid=29858 vsize=867696 CPUtime=0.07
/proc/29860/task/29863/stat : 29863 (java) S 29858 29860 27955 0 -1 64 2071 0 0 0 7 0 0 0 16 0 9 0 28481259 888520704 18657 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=29860/tid=29864] ppid=29858 vsize=867696 CPUtime=0
/proc/29860/task/29864/stat : 29864 (java) S 29858 29860 27955 0 -1 64 16 0 0 0 0 0 0 0 16 0 9 0 28481259 888520704 18657 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=29860/tid=29865] ppid=29858 vsize=867696 CPUtime=0
/proc/29860/task/29865/stat : 29865 (java) S 29858 29860 27955 0 -1 64 5 0 0 0 0 0 0 0 16 0 9 0 28481259 888520704 18657 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=29860/tid=29866] ppid=29858 vsize=867696 CPUtime=0
/proc/29860/task/29866/stat : 29866 (java) S 29858 29860 27955 0 -1 64 2 0 0 0 0 0 0 0 18 0 9 0 28481261 888520704 18657 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=29860/tid=29867] ppid=29858 vsize=867696 CPUtime=0.23
/proc/29860/task/29867/stat : 29867 (java) S 29858 29860 27955 0 -1 64 734 0 0 0 23 0 0 0 15 0 9 0 28481261 888520704 18657 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=29860/tid=29868] ppid=29858 vsize=867696 CPUtime=0
/proc/29860/task/29868/stat : 29868 (java) S 29858 29860 27955 0 -1 64 0 0 0 0 0 0 0 0 19 0 9 0 28481261 888520704 18657 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=29860/tid=29869] ppid=29858 vsize=867696 CPUtime=0
/proc/29860/task/29869/stat : 29869 (java) S 29858 29860 27955 0 -1 64 0 0 0 0 0 0 0 0 15 0 9 0 28481261 888520704 18657 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 9.44
Current children cumulated vsize (KiB) 867696

[startup+10.3016 s]
/proc/loadavg: 2.01 2.05 2.01 3/89 29869
/proc/meminfo: memFree=1679752/2055920 swapFree=4192812/4192956
[pid=29860] ppid=29858 vsize=867696 CPUtime=10.22
/proc/29860/stat : 29860 (java) S 29858 29860 27955 0 -1 0 19336 0 1 0 1006 16 0 0 18 0 9 0 28481256 888520704 18658 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/29860/statm: 216924 18658 2029 9 0 211382 0
[pid=29860/tid=29862] ppid=29858 vsize=867696 CPUtime=9.89
/proc/29860/task/29862/stat : 29862 (java) R 29858 29860 27955 0 -1 64 15830 0 1 0 975 14 0 0 25 0 9 0 28481257 888520704 18658 996147200 134512640 134550932 4294955968 18446744073709551615 4126899001 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=29860/tid=29863] ppid=29858 vsize=867696 CPUtime=0.07
/proc/29860/task/29863/stat : 29863 (java) S 29858 29860 27955 0 -1 64 2071 0 0 0 7 0 0 0 16 0 9 0 28481259 888520704 18658 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=29860/tid=29864] ppid=29858 vsize=867696 CPUtime=0
/proc/29860/task/29864/stat : 29864 (java) S 29858 29860 27955 0 -1 64 16 0 0 0 0 0 0 0 16 0 9 0 28481259 888520704 18658 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=29860/tid=29865] ppid=29858 vsize=867696 CPUtime=0
/proc/29860/task/29865/stat : 29865 (java) S 29858 29860 27955 0 -1 64 5 0 0 0 0 0 0 0 16 0 9 0 28481259 888520704 18658 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=29860/tid=29866] ppid=29858 vsize=867696 CPUtime=0
/proc/29860/task/29866/stat : 29866 (java) S 29858 29860 27955 0 -1 64 2 0 0 0 0 0 0 0 18 0 9 0 28481261 888520704 18658 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=29860/tid=29867] ppid=29858 vsize=867696 CPUtime=0.23
/proc/29860/task/29867/stat : 29867 (java) S 29858 29860 27955 0 -1 64 734 0 0 0 23 0 0 0 15 0 9 0 28481261 888520704 18658 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=29860/tid=29868] ppid=29858 vsize=867696 CPUtime=0
/proc/29860/task/29868/stat : 29868 (java) S 29858 29860 27955 0 -1 64 0 0 0 0 0 0 0 0 19 0 9 0 28481261 888520704 18658 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=29860/tid=29869] ppid=29858 vsize=867696 CPUtime=0
/proc/29860/task/29869/stat : 29869 (java) S 29858 29860 27955 0 -1 64 0 0 0 0 0 0 0 0 15 0 9 0 28481261 888520704 18658 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 10.22
Current children cumulated vsize (KiB) 867696

[startup+10.7016 s]
/proc/loadavg: 2.01 2.05 2.01 3/89 29869
/proc/meminfo: memFree=1679752/2055920 swapFree=4192812/4192956
[pid=29860] ppid=29858 vsize=868344 CPUtime=10.6
/proc/29860/stat : 29860 (java) S 29858 29860 27955 0 -1 0 20217 211 1 0 1043 17 0 0 18 0 10 0 28481256 889184256 18710 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/29860/statm: 217086 18710 2041 9 0 211544 0
[pid=29860/tid=29862] ppid=29858 vsize=868344 CPUtime=10.24
/proc/29860/task/29862/stat : 29862 (java) R 29858 29860 27955 0 -1 64 16460 211 1 0 1010 14 0 0 24 0 10 0 28481257 889184256 18710 996147200 134512640 134550932 4294955968 18446744073709551615 4126903040 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=29860/tid=29863] ppid=29858 vsize=868344 CPUtime=0.07
/proc/29860/task/29863/stat : 29863 (java) S 29858 29860 27955 0 -1 64 2112 211 0 0 7 0 0 0 17 0 10 0 28481259 889184256 18710 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=29860/tid=29864] ppid=29858 vsize=868344 CPUtime=0
/proc/29860/task/29864/stat : 29864 (java) S 29858 29860 27955 0 -1 64 16 211 0 0 0 0 0 0 16 0 10 0 28481259 889184256 18710 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=29860/tid=29865] ppid=29858 vsize=868344 CPUtime=0
/proc/29860/task/29865/stat : 29865 (java) S 29858 29860 27955 0 -1 64 5 211 0 0 0 0 0 0 16 0 10 0 28481259 889184256 18710 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=29860/tid=29866] ppid=29858 vsize=868344 CPUtime=0
/proc/29860/task/29866/stat : 29866 (java) S 29858 29860 27955 0 -1 64 2 211 0 0 0 0 0 0 18 0 10 0 28481261 889184256 18710 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=29860/tid=29867] ppid=29858 vsize=868344 CPUtime=0.24
/proc/29860/task/29867/stat : 29867 (java) S 29858 29860 27955 0 -1 64 809 211 0 0 24 0 0 0 16 0 10 0 28481261 889184256 18710 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=29860/tid=29868] ppid=29858 vsize=868344 CPUtime=0
/proc/29860/task/29868/stat : 29868 (java) S 29858 29860 27955 0 -1 64 0 211 0 0 0 0 0 0 19 0 10 0 28481261 889184256 18710 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=29860/tid=29869] ppid=29858 vsize=868344 CPUtime=0
/proc/29860/task/29869/stat : 29869 (java) S 29858 29860 27955 0 -1 64 3 211 0 0 0 0 0 0 15 0 10 0 28481261 889184256 18710 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 10.6
Current children cumulated vsize (KiB) 868344

[startup+11.1017 s]
/proc/loadavg: 2.01 2.05 2.01 4/90 29873
/proc/meminfo: memFree=1672256/2055920 swapFree=4192812/4192956
[pid=29860] ppid=29858 vsize=868432 CPUtime=11.02
/proc/29860/stat : 29860 (java) S 29858 29860 27955 0 -1 0 30594 336 1 0 1079 21 1 1 18 0 10 0 28481256 889274368 21185 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/29860/statm: 217108 21185 2662 9 0 211544 0
[pid=29860/tid=29862] ppid=29858 vsize=868432 CPUtime=10.48
/proc/29860/task/29862/stat : 29862 (java) R 29858 29860 27955 0 -1 64 20956 336 1 0 1031 15 1 1 18 0 10 0 28481257 889274368 21185 996147200 134512640 134550932 4294955968 18446744073709551615 4127122473 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=29860/tid=29863] ppid=29858 vsize=868432 CPUtime=0.2
/proc/29860/task/29863/stat : 29863 (java) S 29858 29860 27955 0 -1 64 7838 336 0 0 16 2 1 1 16 0 10 0 28481259 889274368 21185 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=29860/tid=29864] ppid=29858 vsize=868432 CPUtime=0.02
/proc/29860/task/29864/stat : 29864 (java) S 29858 29860 27955 0 -1 64 20 336 0 0 0 0 1 1 16 0 10 0 28481259 889274368 21185 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=29860/tid=29865] ppid=29858 vsize=868432 CPUtime=0.02
/proc/29860/task/29865/stat : 29865 (java) S 29858 29860 27955 0 -1 64 12 336 0 0 0 0 1 1 16 0 10 0 28481259 889274368 21185 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=29860/tid=29866] ppid=29858 vsize=868432 CPUtime=0.02
/proc/29860/task/29866/stat : 29866 (java) S 29858 29860 27955 0 -1 64 2 336 0 0 0 0 1 1 18 0 10 0 28481261 889274368 21185 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=29860/tid=29867] ppid=29858 vsize=868432 CPUtime=0.33
/proc/29860/task/29867/stat : 29867 (java) S 29858 29860 27955 0 -1 64 949 336 0 0 30 1 1 1 15 0 10 0 28481261 889274368 21185 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=29860/tid=29868] ppid=29858 vsize=868432 CPUtime=0.02
/proc/29860/task/29868/stat : 29868 (java) S 29858 29860 27955 0 -1 64 0 336 0 0 0 0 1 1 19 0 10 0 28481261 889274368 21185 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=29860/tid=29869] ppid=29858 vsize=868432 CPUtime=0.02
/proc/29860/task/29869/stat : 29869 (java) S 29858 29860 27955 0 -1 64 3 336 0 0 0 0 1 1 15 0 10 0 28481261 889274368 21185 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=29860/tid=29872] ppid=29858 vsize=868432 CPUtime=0.02
/proc/29860/task/29872/stat : 29872 (java) R 29858 29860 27955 0 -1 64 44 336 0 0 0 0 1 1 25 0 10 0 28482323 889274368 21185 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 11.02
Current children cumulated vsize (KiB) 868432

[startup+11.2017 s]
/proc/loadavg: 2.01 2.05 2.01 4/90 29873
/proc/meminfo: memFree=1672256/2055920 swapFree=4192812/4192956
[pid=29860] ppid=29858 vsize=868432 CPUtime=11.12
/proc/29860/stat : 29860 (java) S 29858 29860 27955 0 -1 0 30796 336 1 0 1089 21 1 1 18 0 9 0 28481256 889274368 21197 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/29860/statm: 217108 21197 2662 9 0 211544 0
[pid=29860/tid=29862] ppid=29858 vsize=868432 CPUtime=10.56
/proc/29860/task/29862/stat : 29862 (java) S 29858 29860 27955 0 -1 64 21147 336 1 0 1039 15 1 1 18 0 9 0 28481257 889274368 21197 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=29860/tid=29863] ppid=29858 vsize=868432 CPUtime=0.2
/proc/29860/task/29863/stat : 29863 (java) S 29858 29860 27955 0 -1 64 7838 336 0 0 16 2 1 1 16 0 9 0 28481259 889274368 21197 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=29860/tid=29864] ppid=29858 vsize=868432 CPUtime=0.02
/proc/29860/task/29864/stat : 29864 (java) S 29858 29860 27955 0 -1 64 20 336 0 0 0 0 1 1 16 0 9 0 28481259 889274368 21197 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=29860/tid=29865] ppid=29858 vsize=868432 CPUtime=0.02
/proc/29860/task/29865/stat : 29865 (java) S 29858 29860 27955 0 -1 64 12 336 0 0 0 0 1 1 16 0 9 0 28481259 889274368 21197 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=29860/tid=29866] ppid=29858 vsize=868432 CPUtime=0.02
/proc/29860/task/29866/stat : 29866 (java) S 29858 29860 27955 0 -1 64 2 336 0 0 0 0 1 1 18 0 9 0 28481261 889274368 21197 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=29860/tid=29867] ppid=29858 vsize=868432 CPUtime=0.35
/proc/29860/task/29867/stat : 29867 (java) S 29858 29860 27955 0 -1 64 960 336 0 0 32 1 1 1 15 0 9 0 28481261 889274368 21197 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=29860/tid=29868] ppid=29858 vsize=868432 CPUtime=0.02
/proc/29860/task/29868/stat : 29868 (java) S 29858 29860 27955 0 -1 64 0 336 0 0 0 0 1 1 19 0 9 0 28481261 889274368 21197 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=29860/tid=29869] ppid=29858 vsize=868432 CPUtime=0.02
/proc/29860/task/29869/stat : 29869 (java) S 29858 29860 27955 0 -1 64 3 336 0 0 0 0 1 1 15 0 9 0 28481261 889274368 21197 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 11.12
Current children cumulated vsize (KiB) 868432

Child status: 0
Real time (s): 11.2278
CPU time (s): 11.1413
CPU user time (s): 10.9033
CPU system time (s): 0.237963
CPU usage (%): 99.2294
Max. virtual memory (cumulated for all children) (KiB): 868432

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 10.9033
system time used= 0.237963
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 31160
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= 1578
involuntary context switches= 1478

runsolver used 0.014997 second user time and 0.050992 second system time

The end

Launcher Data

Begin job on node12 at 2009-07-12 17:55:42
IDJOB=2097885
IDBENCH=57937
IDSOLVER=773
FILE ID=node12/2097885-1247414142
PBS_JOBID= 9510620
Free space on /tmp= 66216 MiB

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

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

MD5SUM BENCH= 1d627217f0e438cbce2246297a0e3bf9
RANDOM SEED=762174904

node12.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.240
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.240
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:       1747504 kB
Buffers:         44656 kB
Cached:         143496 kB
SwapCached:        140 kB
Active:         144048 kB
Inactive:        94852 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1747504 kB
SwapTotal:     4192956 kB
SwapFree:      4192812 kB
Dirty:            2416 kB
Writeback:           0 kB
Mapped:          71096 kB
Slab:            54696 kB
Committed_AS:   996016 kB
PageTables:       1848 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= 66212 MiB
End job on node12 at 2009-07-12 17:55:54