Trace number 2095562

Some explanations

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

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

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

Solver answer on this benchmark

Solver NameAnswerCPU timeWall clock time
Abscon 112v4 ESACUNSAT 27.5088 27.8097

DiagnosticValue
CHECKS25650800
NODES15770

General information on the benchmark

Namecsp/golombRulerArity4/
normalized-ruler-34-9-a4.xml
MD5SUM947bd0bb99890d45969905fa1e7cd20f
Bench CategoryN-ARY-INT (n-ary constraints in intension)
Best result obtained on this benchmarkUNSAT
Best CPU time to get the best result obtained on this benchmark4.18136
Satisfiable
(Un)Satisfiability was proved
Number of variables9
Number of constraints582
Maximum constraint arity4
Maximum domain size35
Number of constraints which are defined in extension0
Number of constraints which are defined in intension582
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.25	     name=esac.xml
0.18/0.28	   
0.18/0.28	   instance
0.18/0.28	     name=HOME/instance-2095562-1247407762.xml
0.28/0.31	   
0.28/0.31	   domains being loaded...
0.28/0.32	   
0.28/0.32	   variables being loaded...
0.28/0.35	     nbVariables=9  nbDomainTypes=1  minDomainSize=35  maxDomainSize=35  nbTotalValues=315
0.28/0.35	       =>  wckTime=0.1  cpuTime=0.09  mem=7M892
0.28/0.35	   
0.28/0.35	   predicates being loaded...
0.38/0.41	   
0.38/0.41	   constraints being loaded...
0.68/0.74	     nbConstraints=247  nbGlobalConstraints=1  nbMergedConstraints=336  nbConvertedConstraints=36
0.68/0.74	     nbConvertConstraintsChecks=1225  nbExtensionStructures=1  nbSharedExtensionStructures=35  nbConflictsStructures=1
0.68/0.74	     nbSharedConflictsStructures=35  nbUnbuiltConflictsStructures=2  nbSharedBinaryRepresentations=1
0.68/0.74	     nbEvaluationManagers=2  nbSharedEvaluationManagers=208  minDegree=93  maxDegree=93  minArity=2  avgArity=3.39
0.68/0.74	     maxArity=9  nbGenerators=0  nbFusions=0  symmetryWckTime=0.06  symmetryCpuTime=0.03  nbCliques=1
0.68/0.74	       =>  wckTime=0.487  cpuTime=0.35  mem=18M726
0.68/0.79	   
0.68/0.79	   solver IterativeSystematicSolver being built... 
0.77/0.87	   
0.77/0.87	   INFO : Forward propagation technique limited 
0.87/0.94	       =>  wckTime=0.689  cpuTime=0.47  mem=22M772
1.06/1.18	   
1.06/1.18	   preprocessing
1.06/1.18	     nbConstraintChecks=211538  nbValidityChecks=347450  nbPropagations=253  nbRevisions=26908  nbUselessRevisions=25956
1.06/1.18	     nbSingletonTests=57  nbEffectiveSingletonTests=7  nbACRemovals=72  nbFoundSingletons=0  nbRemovedValues=92
1.06/1.18	     detectedInconsistency=no
1.06/1.18	       =>  wckTime=0.242  cpuTime=0.22  mem=22M772
1.75/1.86	   
1.75/1.86	   INFO : Stopping use of transposition table (mapSize=101, nbTooLargekeys=0, mem=24M730)
27.40/27.78	   
27.40/27.78	   search
27.40/27.78	     run=15  nbConstraintChecks=25439271  nbValidityChecks=48932613  minDepth=0  maxDepth=4  nbPropagations=280974
27.40/27.78	     nbRevisions=29248104  nbUselessRevisions=28232363  nbAssignments=15770  nbFailedAssignments=10005
27.40/27.78	     nbBacktracks=5709  nbVisitedNodes=30465  nbRestartNogoods=190  nbSEliminables=0  nbREliminables=0
27.40/27.78	     nbIEliminables=5.34  nbDEliminables=0  nbPEliminables=0
27.40/27.78	       =>  wckTime=26.84  cpuTime=26.48  mem=24M730
27.40/27.78	   
27.40/27.78	   global
27.40/27.78	     nbConstraintChecks=25650809  nbValidityChecks=49280063  nbPropagations=281227  nbRevisions=29275012
27.40/27.78	     nbUselessRevisions=28258319  nbRestartNogoods=190  solvingWckTime=26.842  solvingCpuTime=26.48  expiredTime=no
27.40/27.78	     totalExploration=yes  nbFoundSolutions=0  globalCpuTime=26.98
27.40/27.78	       =>  wckTime=27.532  cpuTime=26.95  mem=24M730
27.40/27.78	   
27.40/27.78	s UNSATISFIABLE
27.40/27.78	d NODES 15770
27.40/27.78	d CHECKS 25650809
27.40/27.78	   
27.40/27.78	   totalWckTime=27.598  totalCpuTime=26.99

Verifier Data

No possible verification on an UNSAT instance

Watcher Data

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

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-2095562-1247407762/watcher-2095562-1247407762 -o /tmp/evaluation-result-2095562-1247407762/solver-2095562-1247407762 -C 1800 -W 2000 -M 900 java -Xms756M -Xmx756M -XX:PermSize=10m -XX:MaxPermSize=10m -cp abscon112V4.jar abscon.Resolution esac.xml 1 XSax HOME/instance-2095562-1247407762.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.00 1.94 4/81 896
/proc/meminfo: memFree=1780984/2055920 swapFree=4192812/4192956
[pid=896] ppid=894 vsize=18576 CPUtime=0
/proc/896/stat : 896 (runsolver) R 894 896 30726 0 -1 4194368 16 0 0 0 0 0 0 0 19 0 1 0 27841568 19021824 284 996147200 4194304 4302564 548682068384 18446744073709551615 265674091815 0 2147483391 4096 24578 0 0 0 17 0 0 0
/proc/896/statm: 4644 284 249 26 0 2626 0

[startup+0.0264909 s]
/proc/loadavg: 2.00 2.00 1.94 4/81 896
/proc/meminfo: memFree=1780984/2055920 swapFree=4192812/4192956
[pid=896] ppid=894 vsize=860772 CPUtime=0.01
/proc/896/stat : 896 (java) S 894 896 30726 0 -1 0 1575 0 1 0 0 1 0 0 20 0 2 0 27841568 881430528 1303 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16784584 18446744073709551615 0 0 17 0 0 0
/proc/896/statm: 215193 1303 515 9 0 210108 0
Current children cumulated CPU time (s) 0.01
Current children cumulated vsize (KiB) 860772

[startup+0.101501 s]
/proc/loadavg: 2.00 2.00 1.94 4/81 896
/proc/meminfo: memFree=1780984/2055920 swapFree=4192812/4192956
[pid=896] ppid=894 vsize=865980 CPUtime=0.08
/proc/896/stat : 896 (java) S 894 896 30726 0 -1 0 3734 0 1 0 6 2 0 0 20 0 9 0 27841568 886763520 3202 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/896/statm: 216495 3202 1700 9 0 210980 0
Current children cumulated CPU time (s) 0.08
Current children cumulated vsize (KiB) 865980

[startup+0.301539 s]
/proc/loadavg: 2.00 2.00 1.94 4/81 896
/proc/meminfo: memFree=1780984/2055920 swapFree=4192812/4192956
[pid=896] ppid=894 vsize=866380 CPUtime=0.28
/proc/896/stat : 896 (java) S 894 896 30726 0 -1 0 5975 0 1 0 25 3 0 0 20 0 9 0 27841568 887173120 5341 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/896/statm: 216595 5341 1984 9 0 211053 0
Current children cumulated CPU time (s) 0.28
Current children cumulated vsize (KiB) 866380

[startup+0.701683 s]
/proc/loadavg: 2.00 2.00 1.94 4/81 896
/proc/meminfo: memFree=1780984/2055920 swapFree=4192812/4192956
[pid=896] ppid=894 vsize=867588 CPUtime=0.68
/proc/896/stat : 896 (java) S 894 896 30726 0 -1 0 8977 0 1 0 61 7 0 0 20 0 10 0 27841568 888410112 8321 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/896/statm: 216897 8321 2042 9 0 211333 0
Current children cumulated CPU time (s) 0.68
Current children cumulated vsize (KiB) 867588

[startup+1.50277 s]
/proc/loadavg: 2.00 2.00 1.94 3/90 909
/proc/meminfo: memFree=1747312/2055920 swapFree=4192812/4192956
[pid=896] ppid=894 vsize=867588 CPUtime=1.45
/proc/896/stat : 896 (java) S 894 896 30726 0 -1 0 17445 289 1 0 136 9 0 0 20 0 9 0 27841568 888410112 11287 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/896/statm: 216897 11287 2658 9 0 211333 0
[pid=896/tid=898] ppid=894 vsize=867588 CPUtime=1.17
/proc/896/task/898/stat : 898 (java) R 894 896 30726 0 -1 64 12695 289 1 0 109 8 0 0 25 0 9 0 27841569 888410112 11287 996147200 134512640 134550932 4294955968 18446744073709551615 4126942391 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=896/tid=899] ppid=894 vsize=867588 CPUtime=0.04
/proc/896/task/899/stat : 899 (java) S 894 896 30726 0 -1 64 3178 289 0 0 4 0 0 0 16 0 9 0 27841571 888410112 11287 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=896/tid=900] ppid=894 vsize=867588 CPUtime=0
/proc/896/task/900/stat : 900 (java) S 894 896 30726 0 -1 64 17 289 0 0 0 0 0 0 16 0 9 0 27841571 888410112 11287 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=896/tid=901] ppid=894 vsize=867588 CPUtime=0
/proc/896/task/901/stat : 901 (java) S 894 896 30726 0 -1 64 11 289 0 0 0 0 0 0 15 0 9 0 27841571 888410112 11287 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=896/tid=902] ppid=894 vsize=867588 CPUtime=0
/proc/896/task/902/stat : 902 (java) S 894 896 30726 0 -1 64 2 289 0 0 0 0 0 0 25 0 9 0 27841573 888410112 11287 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=896/tid=903] ppid=894 vsize=867588 CPUtime=0.22
/proc/896/task/903/stat : 903 (java) S 894 896 30726 0 -1 64 735 289 0 0 22 0 0 0 15 0 9 0 27841573 888410112 11287 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=896/tid=904] ppid=894 vsize=867588 CPUtime=0
/proc/896/task/904/stat : 904 (java) S 894 896 30726 0 -1 64 1 289 0 0 0 0 0 0 25 0 9 0 27841573 888410112 11287 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=896/tid=905] ppid=894 vsize=867588 CPUtime=0
/proc/896/task/905/stat : 905 (java) S 894 896 30726 0 -1 64 5 289 0 0 0 0 0 0 15 0 9 0 27841573 888410112 11287 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) 867588

[startup+3.10107 s]
/proc/loadavg: 2.00 2.00 1.94 3/90 909
/proc/meminfo: memFree=1745904/2055920 swapFree=4192812/4192956
[pid=896] ppid=894 vsize=867588 CPUtime=3.04
/proc/896/stat : 896 (java) S 894 896 30726 0 -1 0 17475 289 1 0 294 10 0 0 20 0 9 0 27841568 888410112 11314 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/896/statm: 216897 11314 2658 9 0 211333 0
[pid=896/tid=898] ppid=894 vsize=867588 CPUtime=2.72
/proc/896/task/898/stat : 898 (java) R 894 896 30726 0 -1 64 12704 289 1 0 264 8 0 0 25 0 9 0 27841569 888410112 11314 996147200 134512640 134550932 4294955968 18446744073709551615 4126942451 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=896/tid=899] ppid=894 vsize=867588 CPUtime=0.04
/proc/896/task/899/stat : 899 (java) S 894 896 30726 0 -1 64 3179 289 0 0 4 0 0 0 17 0 9 0 27841571 888410112 11314 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=896/tid=900] ppid=894 vsize=867588 CPUtime=0
/proc/896/task/900/stat : 900 (java) S 894 896 30726 0 -1 64 17 289 0 0 0 0 0 0 16 0 9 0 27841571 888410112 11314 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=896/tid=901] ppid=894 vsize=867588 CPUtime=0
/proc/896/task/901/stat : 901 (java) S 894 896 30726 0 -1 64 11 289 0 0 0 0 0 0 15 0 9 0 27841571 888410112 11314 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=896/tid=902] ppid=894 vsize=867588 CPUtime=0
/proc/896/task/902/stat : 902 (java) S 894 896 30726 0 -1 64 2 289 0 0 0 0 0 0 25 0 9 0 27841573 888410112 11314 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=896/tid=903] ppid=894 vsize=867588 CPUtime=0.25
/proc/896/task/903/stat : 903 (java) S 894 896 30726 0 -1 64 755 289 0 0 25 0 0 0 15 0 9 0 27841573 888410112 11314 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=896/tid=904] ppid=894 vsize=867588 CPUtime=0
/proc/896/task/904/stat : 904 (java) S 894 896 30726 0 -1 64 1 289 0 0 0 0 0 0 25 0 9 0 27841573 888410112 11314 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=896/tid=905] ppid=894 vsize=867588 CPUtime=0
/proc/896/task/905/stat : 905 (java) S 894 896 30726 0 -1 64 5 289 0 0 0 0 0 0 15 0 9 0 27841573 888410112 11314 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 3.04
Current children cumulated vsize (KiB) 867588

[startup+6.30269 s]
/proc/loadavg: 2.08 2.02 1.94 3/90 909
/proc/meminfo: memFree=1745712/2055920 swapFree=4192812/4192956
[pid=896] ppid=894 vsize=867588 CPUtime=6.21
/proc/896/stat : 896 (java) S 894 896 30726 0 -1 0 17502 289 1 0 611 10 0 0 20 0 9 0 27841568 888410112 11329 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/896/statm: 216897 11329 2658 9 0 211333 0
[pid=896/tid=898] ppid=894 vsize=867588 CPUtime=5.87
/proc/896/task/898/stat : 898 (java) R 894 896 30726 0 -1 64 12708 289 1 0 579 8 0 0 25 0 9 0 27841569 888410112 11329 996147200 134512640 134550932 4294955968 18446744073709551615 4126946509 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=896/tid=899] ppid=894 vsize=867588 CPUtime=0.04
/proc/896/task/899/stat : 899 (java) S 894 896 30726 0 -1 64 3179 289 0 0 4 0 0 0 17 0 9 0 27841571 888410112 11329 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=896/tid=900] ppid=894 vsize=867588 CPUtime=0
/proc/896/task/900/stat : 900 (java) S 894 896 30726 0 -1 64 17 289 0 0 0 0 0 0 16 0 9 0 27841571 888410112 11329 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=896/tid=901] ppid=894 vsize=867588 CPUtime=0
/proc/896/task/901/stat : 901 (java) S 894 896 30726 0 -1 64 11 289 0 0 0 0 0 0 15 0 9 0 27841571 888410112 11329 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=896/tid=902] ppid=894 vsize=867588 CPUtime=0
/proc/896/task/902/stat : 902 (java) S 894 896 30726 0 -1 64 2 289 0 0 0 0 0 0 25 0 9 0 27841573 888410112 11329 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=896/tid=903] ppid=894 vsize=867588 CPUtime=0.26
/proc/896/task/903/stat : 903 (java) S 894 896 30726 0 -1 64 769 289 0 0 26 0 0 0 15 0 9 0 27841573 888410112 11329 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=896/tid=904] ppid=894 vsize=867588 CPUtime=0
/proc/896/task/904/stat : 904 (java) S 894 896 30726 0 -1 64 1 289 0 0 0 0 0 0 25 0 9 0 27841573 888410112 11329 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=896/tid=905] ppid=894 vsize=867588 CPUtime=0
/proc/896/task/905/stat : 905 (java) R 894 896 30726 0 -1 64 14 289 0 0 0 0 0 0 15 0 9 0 27841573 888410112 11329 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 6.21
Current children cumulated vsize (KiB) 867588

[startup+12.7019 s]
/proc/loadavg: 2.07 2.02 1.94 3/90 909
/proc/meminfo: memFree=1745488/2055920 swapFree=4192812/4192956
[pid=896] ppid=894 vsize=867588 CPUtime=12.55
/proc/896/stat : 896 (java) S 894 896 30726 0 -1 0 17510 289 1 0 1245 10 0 0 20 0 9 0 27841568 888410112 11334 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/896/statm: 216897 11334 2658 9 0 211333 0
[pid=896/tid=898] ppid=894 vsize=867588 CPUtime=12.2
/proc/896/task/898/stat : 898 (java) R 894 896 30726 0 -1 64 12710 289 1 0 1212 8 0 0 25 0 9 0 27841569 888410112 11334 996147200 134512640 134550932 4294955968 18446744073709551615 4126942384 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=896/tid=899] ppid=894 vsize=867588 CPUtime=0.04
/proc/896/task/899/stat : 899 (java) S 894 896 30726 0 -1 64 3179 289 0 0 4 0 0 0 16 0 9 0 27841571 888410112 11334 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=896/tid=900] ppid=894 vsize=867588 CPUtime=0
/proc/896/task/900/stat : 900 (java) S 894 896 30726 0 -1 64 17 289 0 0 0 0 0 0 16 0 9 0 27841571 888410112 11334 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=896/tid=901] ppid=894 vsize=867588 CPUtime=0
/proc/896/task/901/stat : 901 (java) S 894 896 30726 0 -1 64 11 289 0 0 0 0 0 0 15 0 9 0 27841571 888410112 11334 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=896/tid=902] ppid=894 vsize=867588 CPUtime=0
/proc/896/task/902/stat : 902 (java) S 894 896 30726 0 -1 64 2 289 0 0 0 0 0 0 25 0 9 0 27841573 888410112 11334 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=896/tid=903] ppid=894 vsize=867588 CPUtime=0.27
/proc/896/task/903/stat : 903 (java) S 894 896 30726 0 -1 64 775 289 0 0 27 0 0 0 16 0 9 0 27841573 888410112 11334 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=896/tid=904] ppid=894 vsize=867588 CPUtime=0
/proc/896/task/904/stat : 904 (java) S 894 896 30726 0 -1 64 1 289 0 0 0 0 0 0 25 0 9 0 27841573 888410112 11334 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=896/tid=905] ppid=894 vsize=867588 CPUtime=0
/proc/896/task/905/stat : 905 (java) S 894 896 30726 0 -1 64 14 289 0 0 0 0 0 0 15 0 9 0 27841573 888410112 11334 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 12.55
Current children cumulated vsize (KiB) 867588

[startup+25.5024 s]
/proc/loadavg: 2.06 2.01 1.94 3/90 909
/proc/meminfo: memFree=1745512/2055920 swapFree=4192812/4192956
[pid=896] ppid=894 vsize=867588 CPUtime=25.22
/proc/896/stat : 896 (java) S 894 896 30726 0 -1 0 17511 289 1 0 2512 10 0 0 20 0 9 0 27841568 888410112 11335 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/896/statm: 216897 11335 2658 9 0 211333 0
[pid=896/tid=898] ppid=894 vsize=867588 CPUtime=24.88
/proc/896/task/898/stat : 898 (java) R 894 896 30726 0 -1 64 12711 289 1 0 2480 8 0 0 25 0 9 0 27841569 888410112 11335 996147200 134512640 134550932 4294955968 18446744073709551615 4126948343 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=896/tid=899] ppid=894 vsize=867588 CPUtime=0.04
/proc/896/task/899/stat : 899 (java) S 894 896 30726 0 -1 64 3179 289 0 0 4 0 0 0 16 0 9 0 27841571 888410112 11335 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=896/tid=900] ppid=894 vsize=867588 CPUtime=0
/proc/896/task/900/stat : 900 (java) S 894 896 30726 0 -1 64 17 289 0 0 0 0 0 0 16 0 9 0 27841571 888410112 11335 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=896/tid=901] ppid=894 vsize=867588 CPUtime=0
/proc/896/task/901/stat : 901 (java) S 894 896 30726 0 -1 64 11 289 0 0 0 0 0 0 15 0 9 0 27841571 888410112 11335 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=896/tid=902] ppid=894 vsize=867588 CPUtime=0
/proc/896/task/902/stat : 902 (java) S 894 896 30726 0 -1 64 2 289 0 0 0 0 0 0 25 0 9 0 27841573 888410112 11335 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=896/tid=903] ppid=894 vsize=867588 CPUtime=0.27
/proc/896/task/903/stat : 903 (java) S 894 896 30726 0 -1 64 775 289 0 0 27 0 0 0 16 0 9 0 27841573 888410112 11335 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=896/tid=904] ppid=894 vsize=867588 CPUtime=0
/proc/896/task/904/stat : 904 (java) S 894 896 30726 0 -1 64 1 289 0 0 0 0 0 0 25 0 9 0 27841573 888410112 11335 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=896/tid=905] ppid=894 vsize=867588 CPUtime=0
/proc/896/task/905/stat : 905 (java) S 894 896 30726 0 -1 64 14 289 0 0 0 0 0 0 15 0 9 0 27841573 888410112 11335 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 25.22
Current children cumulated vsize (KiB) 867588

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

[startup+27.1027 s]
/proc/loadavg: 2.06 2.01 1.94 3/90 909
/proc/meminfo: memFree=1745512/2055920 swapFree=4192812/4192956
[pid=896] ppid=894 vsize=867588 CPUtime=26.81
/proc/896/stat : 896 (java) S 894 896 30726 0 -1 0 17511 289 1 0 2671 10 0 0 20 0 9 0 27841568 888410112 11335 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/896/statm: 216897 11335 2658 9 0 211333 0
[pid=896/tid=898] ppid=894 vsize=867588 CPUtime=26.47
/proc/896/task/898/stat : 898 (java) R 894 896 30726 0 -1 64 12711 289 1 0 2639 8 0 0 25 0 9 0 27841569 888410112 11335 996147200 134512640 134550932 4294955968 18446744073709551615 4126773952 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=896/tid=899] ppid=894 vsize=867588 CPUtime=0.04
/proc/896/task/899/stat : 899 (java) S 894 896 30726 0 -1 64 3179 289 0 0 4 0 0 0 16 0 9 0 27841571 888410112 11335 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=896/tid=900] ppid=894 vsize=867588 CPUtime=0
/proc/896/task/900/stat : 900 (java) S 894 896 30726 0 -1 64 17 289 0 0 0 0 0 0 16 0 9 0 27841571 888410112 11335 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=896/tid=901] ppid=894 vsize=867588 CPUtime=0
/proc/896/task/901/stat : 901 (java) S 894 896 30726 0 -1 64 11 289 0 0 0 0 0 0 15 0 9 0 27841571 888410112 11335 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=896/tid=902] ppid=894 vsize=867588 CPUtime=0
/proc/896/task/902/stat : 902 (java) S 894 896 30726 0 -1 64 2 289 0 0 0 0 0 0 25 0 9 0 27841573 888410112 11335 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=896/tid=903] ppid=894 vsize=867588 CPUtime=0.27
/proc/896/task/903/stat : 903 (java) S 894 896 30726 0 -1 64 775 289 0 0 27 0 0 0 16 0 9 0 27841573 888410112 11335 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=896/tid=904] ppid=894 vsize=867588 CPUtime=0
/proc/896/task/904/stat : 904 (java) S 894 896 30726 0 -1 64 1 289 0 0 0 0 0 0 25 0 9 0 27841573 888410112 11335 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=896/tid=905] ppid=894 vsize=867588 CPUtime=0
/proc/896/task/905/stat : 905 (java) S 894 896 30726 0 -1 64 14 289 0 0 0 0 0 0 15 0 9 0 27841573 888410112 11335 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 26.81
Current children cumulated vsize (KiB) 867588

[startup+27.5078 s]
/proc/loadavg: 2.06 2.01 1.94 3/90 909
/proc/meminfo: memFree=1745512/2055920 swapFree=4192812/4192956
[pid=896] ppid=894 vsize=867588 CPUtime=27.2
/proc/896/stat : 896 (java) S 894 896 30726 0 -1 0 17511 289 1 0 2710 10 0 0 20 0 9 0 27841568 888410112 11335 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/896/statm: 216897 11335 2658 9 0 211333 0
[pid=896/tid=898] ppid=894 vsize=867588 CPUtime=26.86
/proc/896/task/898/stat : 898 (java) R 894 896 30726 0 -1 64 12711 289 1 0 2678 8 0 0 25 0 9 0 27841569 888410112 11335 996147200 134512640 134550932 4294955968 18446744073709551615 4126382999 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=896/tid=899] ppid=894 vsize=867588 CPUtime=0.04
/proc/896/task/899/stat : 899 (java) S 894 896 30726 0 -1 64 3179 289 0 0 4 0 0 0 16 0 9 0 27841571 888410112 11335 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=896/tid=900] ppid=894 vsize=867588 CPUtime=0
/proc/896/task/900/stat : 900 (java) S 894 896 30726 0 -1 64 17 289 0 0 0 0 0 0 16 0 9 0 27841571 888410112 11335 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=896/tid=901] ppid=894 vsize=867588 CPUtime=0
/proc/896/task/901/stat : 901 (java) S 894 896 30726 0 -1 64 11 289 0 0 0 0 0 0 15 0 9 0 27841571 888410112 11335 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=896/tid=902] ppid=894 vsize=867588 CPUtime=0
/proc/896/task/902/stat : 902 (java) S 894 896 30726 0 -1 64 2 289 0 0 0 0 0 0 25 0 9 0 27841573 888410112 11335 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=896/tid=903] ppid=894 vsize=867588 CPUtime=0.27
/proc/896/task/903/stat : 903 (java) S 894 896 30726 0 -1 64 775 289 0 0 27 0 0 0 16 0 9 0 27841573 888410112 11335 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=896/tid=904] ppid=894 vsize=867588 CPUtime=0
/proc/896/task/904/stat : 904 (java) S 894 896 30726 0 -1 64 1 289 0 0 0 0 0 0 25 0 9 0 27841573 888410112 11335 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=896/tid=905] ppid=894 vsize=867588 CPUtime=0
/proc/896/task/905/stat : 905 (java) S 894 896 30726 0 -1 64 14 289 0 0 0 0 0 0 15 0 9 0 27841573 888410112 11335 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 27.2
Current children cumulated vsize (KiB) 867588

[startup+27.7018 s]
/proc/loadavg: 2.06 2.01 1.94 3/90 909
/proc/meminfo: memFree=1745512/2055920 swapFree=4192812/4192956
[pid=896] ppid=894 vsize=867588 CPUtime=27.4
/proc/896/stat : 896 (java) S 894 896 30726 0 -1 0 17511 289 1 0 2730 10 0 0 20 0 9 0 27841568 888410112 11335 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/896/statm: 216897 11335 2658 9 0 211333 0
[pid=896/tid=898] ppid=894 vsize=867588 CPUtime=27.05
/proc/896/task/898/stat : 898 (java) R 894 896 30726 0 -1 64 12711 289 1 0 2697 8 0 0 25 0 9 0 27841569 888410112 11335 996147200 134512640 134550932 4294955968 18446744073709551615 4126953738 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=896/tid=899] ppid=894 vsize=867588 CPUtime=0.04
/proc/896/task/899/stat : 899 (java) S 894 896 30726 0 -1 64 3179 289 0 0 4 0 0 0 16 0 9 0 27841571 888410112 11335 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=896/tid=900] ppid=894 vsize=867588 CPUtime=0
/proc/896/task/900/stat : 900 (java) S 894 896 30726 0 -1 64 17 289 0 0 0 0 0 0 16 0 9 0 27841571 888410112 11335 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=896/tid=901] ppid=894 vsize=867588 CPUtime=0
/proc/896/task/901/stat : 901 (java) S 894 896 30726 0 -1 64 11 289 0 0 0 0 0 0 15 0 9 0 27841571 888410112 11335 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=896/tid=902] ppid=894 vsize=867588 CPUtime=0
/proc/896/task/902/stat : 902 (java) S 894 896 30726 0 -1 64 2 289 0 0 0 0 0 0 25 0 9 0 27841573 888410112 11335 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=896/tid=903] ppid=894 vsize=867588 CPUtime=0.27
/proc/896/task/903/stat : 903 (java) S 894 896 30726 0 -1 64 775 289 0 0 27 0 0 0 16 0 9 0 27841573 888410112 11335 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=896/tid=904] ppid=894 vsize=867588 CPUtime=0
/proc/896/task/904/stat : 904 (java) S 894 896 30726 0 -1 64 1 289 0 0 0 0 0 0 25 0 9 0 27841573 888410112 11335 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=896/tid=905] ppid=894 vsize=867588 CPUtime=0
/proc/896/task/905/stat : 905 (java) S 894 896 30726 0 -1 64 14 289 0 0 0 0 0 0 15 0 9 0 27841573 888410112 11335 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 27.4
Current children cumulated vsize (KiB) 867588

[startup+27.8018 s]
/proc/loadavg: 2.06 2.01 1.94 3/90 909
/proc/meminfo: memFree=1745512/2055920 swapFree=4192812/4192956
[pid=896] ppid=894 vsize=867588 CPUtime=27.48
/proc/896/stat : 896 (java) S 894 896 30726 0 -1 0 17603 289 1 0 2738 10 0 0 20 0 9 0 27841568 888410112 11423 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/896/statm: 216897 11423 2658 9 0 211333 0
[pid=896/tid=898] ppid=894 vsize=867588 CPUtime=27.14
/proc/896/task/898/stat : 898 (java) S 894 896 30726 0 -1 64 12803 289 1 0 2706 8 0 0 25 0 9 0 27841569 888410112 11423 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=896/tid=899] ppid=894 vsize=867588 CPUtime=0.04
/proc/896/task/899/stat : 899 (java) S 894 896 30726 0 -1 64 3179 289 0 0 4 0 0 0 16 0 9 0 27841571 888410112 11423 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=896/tid=900] ppid=894 vsize=867588 CPUtime=0
/proc/896/task/900/stat : 900 (java) S 894 896 30726 0 -1 64 17 289 0 0 0 0 0 0 16 0 9 0 27841571 888410112 11423 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=896/tid=901] ppid=894 vsize=867588 CPUtime=0
/proc/896/task/901/stat : 901 (java) S 894 896 30726 0 -1 64 11 289 0 0 0 0 0 0 15 0 9 0 27841571 888410112 11423 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=896/tid=902] ppid=894 vsize=867588 CPUtime=0
/proc/896/task/902/stat : 902 (java) S 894 896 30726 0 -1 64 2 289 0 0 0 0 0 0 25 0 9 0 27841573 888410112 11423 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=896/tid=903] ppid=894 vsize=867588 CPUtime=0.27
/proc/896/task/903/stat : 903 (java) S 894 896 30726 0 -1 64 775 289 0 0 27 0 0 0 16 0 9 0 27841573 888410112 11423 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=896/tid=904] ppid=894 vsize=867588 CPUtime=0
/proc/896/task/904/stat : 904 (java) S 894 896 30726 0 -1 64 1 289 0 0 0 0 0 0 25 0 9 0 27841573 888410112 11423 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=896/tid=905] ppid=894 vsize=867588 CPUtime=0
/proc/896/task/905/stat : 905 (java) S 894 896 30726 0 -1 64 14 289 0 0 0 0 0 0 15 0 9 0 27841573 888410112 11423 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 27.48
Current children cumulated vsize (KiB) 867588

Child status: 0
Real time (s): 27.8097
CPU time (s): 27.5088
CPU user time (s): 27.3918
CPU system time (s): 0.116982
CPU usage (%): 98.9181
Max. virtual memory (cumulated for all children) (KiB): 867588

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 27.3918
system time used= 0.116982
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 17920
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= 2024
involuntary context switches= 3262

runsolver used 0.039993 second user time and 0.096985 second system time

The end

Launcher Data

Begin job on node76 at 2009-07-12 16:09:22
IDJOB=2095562
IDBENCH=55427
IDSOLVER=774
FILE ID=node76/2095562-1247407762
PBS_JOBID= 9510498
Free space on /tmp= 66428 MiB

SOLVER NAME= Abscon 112v4 ESAC
BENCH NAME= CPAI08/csp/golombRulerArity4/normalized-ruler-34-9-a4.xml
COMMAND LINE= java -Xms756M -Xmx756M -XX:PermSize=10m -XX:MaxPermSize=10m -cp abscon112V4.jar abscon.Resolution esac.xml 1 XSax BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-2095562-1247407762/watcher-2095562-1247407762 -o /tmp/evaluation-result-2095562-1247407762/solver-2095562-1247407762 -C 1800 -W 2000 -M 900  java -Xms756M -Xmx756M -XX:PermSize=10m -XX:MaxPermSize=10m -cp abscon112V4.jar abscon.Resolution esac.xml 1 XSax HOME/instance-2095562-1247407762.xml

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

MD5SUM BENCH= 947bd0bb99890d45969905fa1e7cd20f
RANDOM SEED=160287090

node76.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.277
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.277
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:       1781400 kB
Buffers:         39792 kB
Cached:         124836 kB
SwapCached:          0 kB
Active:         142244 kB
Inactive:        72188 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1781400 kB
SwapTotal:     4192956 kB
SwapFree:      4192812 kB
Dirty:            2352 kB
Writeback:           0 kB
Mapped:          70308 kB
Slab:            45220 kB
Committed_AS:   999076 kB
PageTables:       1912 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= 66424 MiB
End job on node76 at 2009-07-12 16:09:50