Trace number 2097944

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 22.4116 22.5666

DiagnosticValue
CHECKS570244
NODES0

General information on the benchmark

Namecsp/fapp/fapp03/
normalized-fapp03-0300-6.xml
MD5SUMe5750d7da62e3db9c442eec5d476918a
Bench Category2-ARY-INT (binary constraints in intension)
Best result obtained on this benchmarkUNSAT
Best CPU time to get the best result obtained on this benchmark22.4116
Satisfiable
(Un)Satisfiability was proved
Number of variables300
Number of constraints4377
Maximum constraint arity2
Maximum domain size250
Number of constraints which are defined in extension0
Number of constraints which are defined in intension4377
Global constraints used (with number of constraints)

Solver Data

0.00/0.09	
0.00/0.09	Abscon 112 (May, 2008)
0.18/0.27	
0.18/0.27	   configuration
0.18/0.27	     name=esac.xml
0.28/0.30	   
0.28/0.30	   instance
0.28/0.30	     name=HOME/instance-2097944-1247414182.xml
0.28/0.34	   
0.28/0.34	   domains being loaded...
0.28/0.37	   
0.28/0.37	   variables being loaded...
0.37/0.45	     nbVariables=300  nbDomainTypes=13  minDomainSize=42  maxDomainSize=250  nbTotalValues=53536
0.37/0.45	       =>  wckTime=0.18  cpuTime=0.14  mem=9M871
0.37/0.45	   
0.37/0.45	   predicates being loaded...
0.48/0.51	   
0.48/0.51	   constraints being loaded...
20.49/20.68	   
20.49/20.68	   INFO : Stopping converting binary constraints (cpu=20.05, mem = 50M191)
21.68/21.85	     nbConstraints=2326  nbMergedConstraints=2051  nbConvertedConstraints=1265  nbConvertConstraintsChecks=40153236
21.68/21.86	     nbExtensionStructures=1148  nbSharedExtensionStructures=312  nbConflictsStructures=1335
21.68/21.86	     nbSharedConflictsStructures=329  nbUnbuiltConflictsStructures=771  nbSharedBinaryRepresentations=308913
21.68/21.86	     nbEvaluationManagers=958  nbSharedEvaluationManagers=103  minDegree=6  maxDegree=19  minArity=2  maxArity=2
21.68/21.86	     nbGenerators=0  nbFusions=0  symmetryWckTime=0.255  symmetryCpuTime=0.19
21.68/21.86	       =>  wckTime=21.586  cpuTime=20.96  mem=51M505
21.88/22.03	   
21.88/22.05	   solver IterativeSystematicSolver being built... 
22.07/22.21	       =>  wckTime=21.941  cpuTime=21.11  mem=47M236
22.27/22.49	   
22.27/22.49	   preprocessing
22.27/22.49	     nbConstraintChecks=570244  nbValidityChecks=18599  nbPropagations=120  nbRevisions=1373  nbUselessRevisions=941
22.27/22.49	     nbRemovedValues=14516  detectedInconsistency=yes
22.27/22.49	       =>  wckTime=0.279  cpuTime=0.25  mem=48M264
22.27/22.49	   
22.27/22.49	   global
22.27/22.49	     nbConstraintChecks=570244  nbValidityChecks=18599  nbPropagations=120  nbRevisions=1373  nbUselessRevisions=941
22.27/22.49	     nbRestartNogoods=0  solvingWckTime=0.281  solvingCpuTime=0.26  expiredTime=no  totalExploration=yes
22.27/22.49	     nbFoundSolutions=0  globalCpuTime=21.41
22.27/22.49	       =>  wckTime=22.225  cpuTime=21.37  mem=48M264
22.37/22.50	   
22.37/22.50	s UNSATISFIABLE
22.37/22.50	d NODES 0
22.37/22.50	d CHECKS 570244
22.37/22.50	   
22.37/22.50	   totalWckTime=22.3  totalCpuTime=21.42

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-2097944-1247414182/watcher-2097944-1247414182 -o /tmp/evaluation-result-2097944-1247414182/solver-2097944-1247414182 -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-2097944-1247414182.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.12 2.04 2.01 4/80 414
/proc/meminfo: memFree=1479864/2055920 swapFree=4192812/4192956
[pid=414] ppid=412 vsize=18576 CPUtime=0
/proc/414/stat : 414 (runsolver) R 412 414 29987 0 -1 4194368 16 0 0 0 0 0 0 0 19 0 1 0 28478571 19021824 284 996147200 4194304 4302564 548682068384 18446744073709551615 224627584295 0 2147483391 4096 24578 0 0 0 17 1 0 0
/proc/414/statm: 4644 284 249 26 0 2626 0

[startup+0.0118641 s]
/proc/loadavg: 2.12 2.04 2.01 4/80 414
/proc/meminfo: memFree=1479864/2055920 swapFree=4192812/4192956
[pid=414] ppid=412 vsize=272 CPUtime=0
/proc/414/stat : 414 (java) D 412 414 29987 0 -1 0 217 0 0 0 0 0 0 0 18 0 1 0 28478571 278528 37 996147200 134512640 134550932 4294955968 18446744073709551615 3810084 0 2147483391 4096 0 18446744072099937270 0 0 17 1 0 0
/proc/414/statm: 404 126 100 9 0 46 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 272

[startup+0.104002 s]
/proc/loadavg: 2.12 2.04 2.01 4/80 414
/proc/meminfo: memFree=1479864/2055920 swapFree=4192812/4192956
[pid=414] ppid=412 vsize=865984 CPUtime=0.08
/proc/414/stat : 414 (java) S 412 414 29987 0 -1 0 3732 0 1 0 6 2 0 0 18 0 9 0 28478571 886767616 3200 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/414/statm: 216496 3200 1700 9 0 210981 0
Current children cumulated CPU time (s) 0.08
Current children cumulated vsize (KiB) 865984

[startup+0.302034 s]
/proc/loadavg: 2.12 2.04 2.01 4/80 414
/proc/meminfo: memFree=1479864/2055920 swapFree=4192812/4192956
[pid=414] ppid=412 vsize=866380 CPUtime=0.28
/proc/414/stat : 414 (java) S 412 414 29987 0 -1 0 5734 0 1 0 24 4 0 0 18 0 9 0 28478571 887173120 5132 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/414/statm: 216595 5132 1941 9 0 211053 0
Current children cumulated CPU time (s) 0.28
Current children cumulated vsize (KiB) 866380

[startup+0.702089 s]
/proc/loadavg: 2.12 2.04 2.01 4/80 414
/proc/meminfo: memFree=1479864/2055920 swapFree=4192812/4192956
[pid=414] ppid=412 vsize=867776 CPUtime=0.67
/proc/414/stat : 414 (java) S 412 414 29987 0 -1 0 8913 0 1 0 62 5 0 0 18 0 9 0 28478571 888602624 8267 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/414/statm: 216944 8267 2036 9 0 211380 0
Current children cumulated CPU time (s) 0.67
Current children cumulated vsize (KiB) 867776

[startup+1.5012 s]
/proc/loadavg: 2.12 2.04 2.01 4/89 423
/proc/meminfo: memFree=1433328/2055920 swapFree=4192812/4192956
[pid=414] ppid=412 vsize=867776 CPUtime=1.46
/proc/414/stat : 414 (java) S 412 414 29987 0 -1 0 13027 0 1 0 139 7 0 0 18 0 9 0 28478571 888602624 12378 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/414/statm: 216944 12378 2041 9 0 211380 0
[pid=414/tid=416] ppid=412 vsize=867776 CPUtime=1.26
/proc/414/task/416/stat : 416 (java) R 412 414 29987 0 -1 64 11636 0 1 0 120 6 0 0 25 0 9 0 28478573 888602624 12378 996147200 134512640 134550932 4294955968 18446744073709551615 4126902338 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=414/tid=417] ppid=412 vsize=867776 CPUtime=0
/proc/414/task/417/stat : 417 (java) S 412 414 29987 0 -1 64 3 0 0 0 0 0 0 0 16 0 9 0 28478574 888602624 12378 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=414/tid=418] ppid=412 vsize=867776 CPUtime=0
/proc/414/task/418/stat : 418 (java) S 412 414 29987 0 -1 64 11 0 0 0 0 0 0 0 19 0 9 0 28478574 888602624 12378 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=414/tid=419] ppid=412 vsize=867776 CPUtime=0
/proc/414/task/419/stat : 419 (java) S 412 414 29987 0 -1 64 4 0 0 0 0 0 0 0 20 0 9 0 28478574 888602624 12378 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=414/tid=420] ppid=412 vsize=867776 CPUtime=0
/proc/414/task/420/stat : 420 (java) S 412 414 29987 0 -1 64 2 0 0 0 0 0 0 0 18 0 9 0 28478577 888602624 12378 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=414/tid=421] ppid=412 vsize=867776 CPUtime=0.19
/proc/414/task/421/stat : 421 (java) S 412 414 29987 0 -1 64 693 0 0 0 19 0 0 0 15 0 9 0 28478577 888602624 12378 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=414/tid=422] ppid=412 vsize=867776 CPUtime=0
/proc/414/task/422/stat : 422 (java) S 412 414 29987 0 -1 64 0 0 0 0 0 0 0 0 19 0 9 0 28478577 888602624 12378 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=414/tid=423] ppid=412 vsize=867776 CPUtime=0
/proc/414/task/423/stat : 423 (java) S 412 414 29987 0 -1 64 0 0 0 0 0 0 0 0 15 0 9 0 28478577 888602624 12378 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1.46
Current children cumulated vsize (KiB) 867776

[startup+3.10142 s]
/proc/loadavg: 2.11 2.04 2.01 3/89 423
/proc/meminfo: memFree=1428272/2055920 swapFree=4192812/4192956
[pid=414] ppid=412 vsize=867776 CPUtime=3.05
/proc/414/stat : 414 (java) S 412 414 29987 0 -1 0 13916 0 1 0 297 8 0 0 18 0 9 0 28478571 888602624 13265 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/414/statm: 216944 13265 2041 9 0 211380 0
[pid=414/tid=416] ppid=412 vsize=867776 CPUtime=2.82
/proc/414/task/416/stat : 416 (java) R 412 414 29987 0 -1 64 12501 0 1 0 275 7 0 0 25 0 9 0 28478573 888602624 13265 996147200 134512640 134550932 4294955968 18446744073709551615 4126902327 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=414/tid=417] ppid=412 vsize=867776 CPUtime=0
/proc/414/task/417/stat : 417 (java) S 412 414 29987 0 -1 64 3 0 0 0 0 0 0 0 17 0 9 0 28478574 888602624 13265 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=414/tid=418] ppid=412 vsize=867776 CPUtime=0
/proc/414/task/418/stat : 418 (java) S 412 414 29987 0 -1 64 11 0 0 0 0 0 0 0 19 0 9 0 28478574 888602624 13265 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=414/tid=419] ppid=412 vsize=867776 CPUtime=0
/proc/414/task/419/stat : 419 (java) S 412 414 29987 0 -1 64 4 0 0 0 0 0 0 0 20 0 9 0 28478574 888602624 13265 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=414/tid=420] ppid=412 vsize=867776 CPUtime=0
/proc/414/task/420/stat : 420 (java) S 412 414 29987 0 -1 64 2 0 0 0 0 0 0 0 18 0 9 0 28478577 888602624 13265 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=414/tid=421] ppid=412 vsize=867776 CPUtime=0.21
/proc/414/task/421/stat : 421 (java) S 412 414 29987 0 -1 64 717 0 0 0 21 0 0 0 15 0 9 0 28478577 888602624 13265 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=414/tid=422] ppid=412 vsize=867776 CPUtime=0
/proc/414/task/422/stat : 422 (java) S 412 414 29987 0 -1 64 0 0 0 0 0 0 0 0 19 0 9 0 28478577 888602624 13265 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=414/tid=423] ppid=412 vsize=867776 CPUtime=0
/proc/414/task/423/stat : 423 (java) S 412 414 29987 0 -1 64 0 0 0 0 0 0 0 0 15 0 9 0 28478577 888602624 13265 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 3.05
Current children cumulated vsize (KiB) 867776

[startup+6.30288 s]
/proc/loadavg: 2.11 2.04 2.01 4/89 423
/proc/meminfo: memFree=1401584/2055920 swapFree=4192812/4192956
[pid=414] ppid=412 vsize=867776 CPUtime=6.23
/proc/414/stat : 414 (java) S 412 414 29987 0 -1 0 15863 0 1 0 613 10 0 0 18 0 9 0 28478571 888602624 15210 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/414/statm: 216944 15210 2041 9 0 211380 0
[pid=414/tid=416] ppid=412 vsize=867776 CPUtime=5.98
/proc/414/task/416/stat : 416 (java) R 412 414 29987 0 -1 64 14446 0 1 0 590 8 0 0 25 0 9 0 28478573 888602624 15210 996147200 134512640 134550932 4294955968 18446744073709551615 4126906953 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=414/tid=417] ppid=412 vsize=867776 CPUtime=0
/proc/414/task/417/stat : 417 (java) S 412 414 29987 0 -1 64 3 0 0 0 0 0 0 0 16 0 9 0 28478574 888602624 15210 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=414/tid=418] ppid=412 vsize=867776 CPUtime=0
/proc/414/task/418/stat : 418 (java) S 412 414 29987 0 -1 64 11 0 0 0 0 0 0 0 19 0 9 0 28478574 888602624 15210 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=414/tid=419] ppid=412 vsize=867776 CPUtime=0
/proc/414/task/419/stat : 419 (java) S 412 414 29987 0 -1 64 4 0 0 0 0 0 0 0 20 0 9 0 28478574 888602624 15210 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=414/tid=420] ppid=412 vsize=867776 CPUtime=0
/proc/414/task/420/stat : 420 (java) S 412 414 29987 0 -1 64 2 0 0 0 0 0 0 0 18 0 9 0 28478577 888602624 15210 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=414/tid=421] ppid=412 vsize=867776 CPUtime=0.22
/proc/414/task/421/stat : 421 (java) S 412 414 29987 0 -1 64 719 0 0 0 22 0 0 0 15 0 9 0 28478577 888602624 15210 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=414/tid=422] ppid=412 vsize=867776 CPUtime=0
/proc/414/task/422/stat : 422 (java) S 412 414 29987 0 -1 64 0 0 0 0 0 0 0 0 19 0 9 0 28478577 888602624 15210 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=414/tid=423] ppid=412 vsize=867776 CPUtime=0
/proc/414/task/423/stat : 423 (java) S 412 414 29987 0 -1 64 0 0 0 0 0 0 0 0 15 0 9 0 28478577 888602624 15210 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 6.23
Current children cumulated vsize (KiB) 867776

[startup+12.7018 s]
/proc/loadavg: 2.09 2.04 2.01 3/89 427
/proc/meminfo: memFree=1366824/2055920 swapFree=4192812/4192956
[pid=414] ppid=412 vsize=867688 CPUtime=12.6
/proc/414/stat : 414 (java) S 412 414 29987 0 -1 0 19684 0 1 0 1247 13 0 0 18 0 9 0 28478571 888512512 19003 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/414/statm: 216922 19003 2029 9 0 211380 0
[pid=414/tid=416] ppid=412 vsize=867688 CPUtime=12.23
/proc/414/task/416/stat : 416 (java) R 412 414 29987 0 -1 64 15838 0 1 0 1213 10 0 0 25 0 9 0 28478573 888512512 19003 996147200 134512640 134550932 4294955968 18446744073709551615 4126905144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=414/tid=417] ppid=412 vsize=867688 CPUtime=0.08
/proc/414/task/417/stat : 417 (java) S 412 414 29987 0 -1 64 2418 0 0 0 8 0 0 0 16 0 9 0 28478574 888512512 19003 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=414/tid=418] ppid=412 vsize=867688 CPUtime=0
/proc/414/task/418/stat : 418 (java) S 412 414 29987 0 -1 64 16 0 0 0 0 0 0 0 16 0 9 0 28478574 888512512 19003 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=414/tid=419] ppid=412 vsize=867688 CPUtime=0
/proc/414/task/419/stat : 419 (java) S 412 414 29987 0 -1 64 5 0 0 0 0 0 0 0 16 0 9 0 28478574 888512512 19003 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=414/tid=420] ppid=412 vsize=867688 CPUtime=0
/proc/414/task/420/stat : 420 (java) S 412 414 29987 0 -1 64 2 0 0 0 0 0 0 0 18 0 9 0 28478577 888512512 19003 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=414/tid=421] ppid=412 vsize=867688 CPUtime=0.24
/proc/414/task/421/stat : 421 (java) S 412 414 29987 0 -1 64 727 0 0 0 24 0 0 0 16 0 9 0 28478577 888512512 19003 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=414/tid=422] ppid=412 vsize=867688 CPUtime=0
/proc/414/task/422/stat : 422 (java) S 412 414 29987 0 -1 64 0 0 0 0 0 0 0 0 19 0 9 0 28478577 888512512 19003 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=414/tid=423] ppid=412 vsize=867688 CPUtime=0
/proc/414/task/423/stat : 423 (java) S 412 414 29987 0 -1 64 0 0 0 0 0 0 0 0 15 0 9 0 28478577 888512512 19003 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 12.6
Current children cumulated vsize (KiB) 867688

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

[startup+19.1017 s]
/proc/loadavg: 2.08 2.04 2.01 3/89 427
/proc/meminfo: memFree=1169384/2055920 swapFree=4192812/4192956
[pid=414] ppid=412 vsize=867688 CPUtime=19
/proc/414/stat : 414 (java) S 412 414 29987 0 -1 0 19688 0 1 0 1886 14 0 0 18 0 9 0 28478571 888512512 19007 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/414/statm: 216922 19007 2029 9 0 211380 0
[pid=414/tid=416] ppid=412 vsize=867688 CPUtime=18.62
/proc/414/task/416/stat : 416 (java) R 412 414 29987 0 -1 64 15840 0 1 0 1851 11 0 0 25 0 9 0 28478573 888512512 19007 996147200 134512640 134550932 4294955968 18446744073709551615 4126903735 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=414/tid=417] ppid=412 vsize=867688 CPUtime=0.08
/proc/414/task/417/stat : 417 (java) S 412 414 29987 0 -1 64 2418 0 0 0 8 0 0 0 16 0 9 0 28478574 888512512 19007 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=414/tid=418] ppid=412 vsize=867688 CPUtime=0
/proc/414/task/418/stat : 418 (java) S 412 414 29987 0 -1 64 16 0 0 0 0 0 0 0 16 0 9 0 28478574 888512512 19007 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=414/tid=419] ppid=412 vsize=867688 CPUtime=0
/proc/414/task/419/stat : 419 (java) S 412 414 29987 0 -1 64 5 0 0 0 0 0 0 0 16 0 9 0 28478574 888512512 19007 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=414/tid=420] ppid=412 vsize=867688 CPUtime=0
/proc/414/task/420/stat : 420 (java) S 412 414 29987 0 -1 64 2 0 0 0 0 0 0 0 18 0 9 0 28478577 888512512 19007 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=414/tid=421] ppid=412 vsize=867688 CPUtime=0.24
/proc/414/task/421/stat : 421 (java) S 412 414 29987 0 -1 64 729 0 0 0 24 0 0 0 16 0 9 0 28478577 888512512 19007 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=414/tid=422] ppid=412 vsize=867688 CPUtime=0
/proc/414/task/422/stat : 422 (java) S 412 414 29987 0 -1 64 0 0 0 0 0 0 0 0 19 0 9 0 28478577 888512512 19007 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=414/tid=423] ppid=412 vsize=867688 CPUtime=0
/proc/414/task/423/stat : 423 (java) S 412 414 29987 0 -1 64 0 0 0 0 0 0 0 0 15 0 9 0 28478577 888512512 19007 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 19
Current children cumulated vsize (KiB) 867688

[startup+20.7019 s]
/proc/loadavg: 2.08 2.04 2.01 3/89 427
/proc/meminfo: memFree=1169384/2055920 swapFree=4192812/4192956
[pid=414] ppid=412 vsize=867688 CPUtime=20.6
/proc/414/stat : 414 (java) S 412 414 29987 0 -1 0 19698 0 1 0 2045 15 0 0 18 0 9 0 28478571 888512512 19016 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/414/statm: 216922 19016 2032 9 0 211380 0
[pid=414/tid=416] ppid=412 vsize=867688 CPUtime=20.22
/proc/414/task/416/stat : 416 (java) R 412 414 29987 0 -1 64 15842 0 1 0 2010 12 0 0 25 0 9 0 28478573 888512512 19016 996147200 134512640 134550932 4294955968 18446744073709551615 4126758160 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=414/tid=417] ppid=412 vsize=867688 CPUtime=0.08
/proc/414/task/417/stat : 417 (java) S 412 414 29987 0 -1 64 2419 0 0 0 8 0 0 0 16 0 9 0 28478574 888512512 19016 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=414/tid=418] ppid=412 vsize=867688 CPUtime=0
/proc/414/task/418/stat : 418 (java) S 412 414 29987 0 -1 64 16 0 0 0 0 0 0 0 16 0 9 0 28478574 888512512 19016 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=414/tid=419] ppid=412 vsize=867688 CPUtime=0
/proc/414/task/419/stat : 419 (java) S 412 414 29987 0 -1 64 5 0 0 0 0 0 0 0 16 0 9 0 28478574 888512512 19016 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=414/tid=420] ppid=412 vsize=867688 CPUtime=0
/proc/414/task/420/stat : 420 (java) S 412 414 29987 0 -1 64 2 0 0 0 0 0 0 0 18 0 9 0 28478577 888512512 19016 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=414/tid=421] ppid=412 vsize=867688 CPUtime=0.25
/proc/414/task/421/stat : 421 (java) S 412 414 29987 0 -1 64 736 0 0 0 25 0 0 0 15 0 9 0 28478577 888512512 19016 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=414/tid=422] ppid=412 vsize=867688 CPUtime=0
/proc/414/task/422/stat : 422 (java) S 412 414 29987 0 -1 64 0 0 0 0 0 0 0 0 19 0 9 0 28478577 888512512 19016 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=414/tid=423] ppid=412 vsize=867688 CPUtime=0
/proc/414/task/423/stat : 423 (java) S 412 414 29987 0 -1 64 0 0 0 0 0 0 0 0 15 0 9 0 28478577 888512512 19016 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 20.6
Current children cumulated vsize (KiB) 867688

[startup+21.501 s]
/proc/loadavg: 2.08 2.04 2.01 3/89 427
/proc/meminfo: memFree=1169320/2055920 swapFree=4192812/4192956
[pid=414] ppid=412 vsize=867688 CPUtime=21.39
/proc/414/stat : 414 (java) S 412 414 29987 0 -1 0 23419 0 1 0 2122 17 0 0 18 0 9 0 28478571 888512512 22736 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/414/statm: 216922 22736 2032 9 0 211380 0
[pid=414/tid=416] ppid=412 vsize=867688 CPUtime=20.86
/proc/414/task/416/stat : 416 (java) R 412 414 29987 0 -1 64 15843 0 1 0 2074 12 0 0 25 0 9 0 28478573 888512512 22736 996147200 134512640 134550932 4294955968 18446744073709551615 102897991 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=414/tid=417] ppid=412 vsize=867688 CPUtime=0.22
/proc/414/task/417/stat : 417 (java) S 412 414 29987 0 -1 64 6129 0 0 0 20 2 0 0 17 0 9 0 28478574 888512512 22736 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=414/tid=418] ppid=412 vsize=867688 CPUtime=0
/proc/414/task/418/stat : 418 (java) S 412 414 29987 0 -1 64 16 0 0 0 0 0 0 0 16 0 9 0 28478574 888512512 22736 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=414/tid=419] ppid=412 vsize=867688 CPUtime=0
/proc/414/task/419/stat : 419 (java) S 412 414 29987 0 -1 64 5 0 0 0 0 0 0 0 16 0 9 0 28478574 888512512 22736 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=414/tid=420] ppid=412 vsize=867688 CPUtime=0
/proc/414/task/420/stat : 420 (java) S 412 414 29987 0 -1 64 2 0 0 0 0 0 0 0 18 0 9 0 28478577 888512512 22736 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=414/tid=421] ppid=412 vsize=867688 CPUtime=0.26
/proc/414/task/421/stat : 421 (java) S 412 414 29987 0 -1 64 746 0 0 0 26 0 0 0 15 0 9 0 28478577 888512512 22736 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=414/tid=422] ppid=412 vsize=867688 CPUtime=0
/proc/414/task/422/stat : 422 (java) S 412 414 29987 0 -1 64 0 0 0 0 0 0 0 0 19 0 9 0 28478577 888512512 22736 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=414/tid=423] ppid=412 vsize=867688 CPUtime=0
/proc/414/task/423/stat : 423 (java) S 412 414 29987 0 -1 64 0 0 0 0 0 0 0 0 15 0 9 0 28478577 888512512 22736 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 21.39
Current children cumulated vsize (KiB) 867688

[startup+22.3022 s]
/proc/loadavg: 2.08 2.04 2.01 5/91 431
/proc/meminfo: memFree=1153752/2055920 swapFree=4192812/4192956
[pid=414] ppid=412 vsize=868424 CPUtime=22.16
/proc/414/stat : 414 (java) S 412 414 29987 0 -1 0 39200 291 1 0 2193 21 2 0 18 0 10 0 28478571 889266176 25519 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/414/statm: 217106 25519 2662 9 0 211542 0
[pid=431] ppid=414 vsize=136 CPUtime=0
/proc/431/stat : 431 (rm) R 414 414 29987 0 -1 4194304 31 0 0 0 0 0 0 0 19 0 1 0 28480741 139264 8 996147200 4194304 4227748 548682068720 18446744073709551615 224624959904 0 4 0 0 0 0 0 17 0 0 0
/proc/431/statm: 34 8 4 8 0 1 0
[pid=414/tid=416] ppid=412 vsize=868424 CPUtime=21.39
/proc/414/task/416/stat : 416 (java) R 412 414 29987 0 -1 64 21053 291 1 0 2124 13 2 0 18 0 10 0 28478573 889266176 25519 996147200 134512640 134550932 4294955968 18446744073709551615 4126939350 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=414/tid=417] ppid=412 vsize=868424 CPUtime=0.42
/proc/414/task/417/stat : 417 (java) S 412 414 29987 0 -1 64 16349 291 0 0 35 5 2 0 16 0 10 0 28478574 889266176 25519 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=414/tid=418] ppid=412 vsize=868424 CPUtime=0.02
/proc/414/task/418/stat : 418 (java) S 412 414 29987 0 -1 64 20 291 0 0 0 0 2 0 16 0 10 0 28478574 889266176 25519 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=414/tid=419] ppid=412 vsize=868424 CPUtime=0.02
/proc/414/task/419/stat : 419 (java) S 412 414 29987 0 -1 64 13 291 0 0 0 0 2 0 16 0 10 0 28478574 889266176 25519 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=414/tid=420] ppid=412 vsize=868424 CPUtime=0.02
/proc/414/task/420/stat : 420 (java) S 412 414 29987 0 -1 64 2 291 0 0 0 0 2 0 18 0 10 0 28478577 889266176 25519 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=414/tid=421] ppid=412 vsize=868424 CPUtime=0.36
/proc/414/task/421/stat : 421 (java) S 412 414 29987 0 -1 64 953 291 0 0 34 0 2 0 15 0 10 0 28478577 889266176 25519 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=414/tid=422] ppid=412 vsize=868424 CPUtime=0.02
/proc/414/task/422/stat : 422 (java) S 412 414 29987 0 -1 64 0 291 0 0 0 0 2 0 19 0 10 0 28478577 889266176 25519 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=414/tid=423] ppid=412 vsize=868424 CPUtime=0.02
/proc/414/task/423/stat : 423 (java) S 412 414 29987 0 -1 64 10 291 0 0 0 0 2 0 15 0 10 0 28478577 889266176 25519 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=414/tid=430] ppid=412 vsize=868424 CPUtime=0.02
/proc/414/task/430/stat : 430 (java) S 412 414 29987 0 -1 64 49 291 0 0 0 0 2 0 18 0 10 0 28480741 889266176 25519 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 18446744071563356171 0 0 -1 1 0 0
Current children cumulated CPU time (s) 22.16
Current children cumulated vsize (KiB) 868560

[startup+22.5022 s]
/proc/loadavg: 2.08 2.04 2.01 5/91 431
/proc/meminfo: memFree=1153752/2055920 swapFree=4192812/4192956
[pid=414] ppid=412 vsize=868424 CPUtime=22.37
/proc/414/stat : 414 (java) S 412 414 29987 0 -1 0 39277 416 1 0 2213 21 2 1 18 0 9 0 28478571 889266176 25521 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/414/statm: 217106 25521 2662 9 0 211542 0
[pid=414/tid=416] ppid=412 vsize=868424 CPUtime=21.6
/proc/414/task/416/stat : 416 (java) R 412 414 29987 0 -1 64 21124 416 1 0 2143 14 2 1 20 0 9 0 28478573 889266176 25521 996147200 134512640 134550932 4294955968 18446744073709551615 4127356121 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=414/tid=417] ppid=412 vsize=868424 CPUtime=0.43
/proc/414/task/417/stat : 417 (java) S 412 414 29987 0 -1 64 16349 416 0 0 35 5 2 1 16 0 9 0 28478574 889266176 25521 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=414/tid=418] ppid=412 vsize=868424 CPUtime=0.03
/proc/414/task/418/stat : 418 (java) S 412 414 29987 0 -1 64 20 416 0 0 0 0 2 1 16 0 9 0 28478574 889266176 25521 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=414/tid=419] ppid=412 vsize=868424 CPUtime=0.03
/proc/414/task/419/stat : 419 (java) S 412 414 29987 0 -1 64 13 416 0 0 0 0 2 1 16 0 9 0 28478574 889266176 25521 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=414/tid=420] ppid=412 vsize=868424 CPUtime=0.03
/proc/414/task/420/stat : 420 (java) S 412 414 29987 0 -1 64 2 416 0 0 0 0 2 1 18 0 9 0 28478577 889266176 25521 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=414/tid=421] ppid=412 vsize=868424 CPUtime=0.37
/proc/414/task/421/stat : 421 (java) S 412 414 29987 0 -1 64 955 416 0 0 34 0 2 1 16 0 9 0 28478577 889266176 25521 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=414/tid=422] ppid=412 vsize=868424 CPUtime=0.03
/proc/414/task/422/stat : 422 (java) S 412 414 29987 0 -1 64 0 416 0 0 0 0 2 1 19 0 9 0 28478577 889266176 25521 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=414/tid=423] ppid=412 vsize=868424 CPUtime=0.03
/proc/414/task/423/stat : 423 (java) S 412 414 29987 0 -1 64 10 416 0 0 0 0 2 1 15 0 9 0 28478577 889266176 25521 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 22.37
Current children cumulated vsize (KiB) 868424

Child status: 0
Real time (s): 22.5666
CPU time (s): 22.4116
CPU user time (s): 22.1606
CPU system time (s): 0.250961
CPU usage (%): 99.3132
Max. virtual memory (cumulated for all children) (KiB): 868560

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 22.1606
system time used= 0.250961
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 39805
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= 2222
involuntary context switches= 2422

runsolver used 0.032994 second user time and 0.075988 second system time

The end

Launcher Data

Begin job on node49 at 2009-07-12 17:56:22
IDJOB=2097944
IDBENCH=58042
IDSOLVER=774
FILE ID=node49/2097944-1247414182
PBS_JOBID= 9510547
Free space on /tmp= 66412 MiB

SOLVER NAME= Abscon 112v4 ESAC
BENCH NAME= CPAI08/csp/fapp/fapp03/normalized-fapp03-0300-6.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-2097944-1247414182/watcher-2097944-1247414182 -o /tmp/evaluation-result-2097944-1247414182/solver-2097944-1247414182 -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-2097944-1247414182.xml

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

MD5SUM BENCH= e5750d7da62e3db9c442eec5d476918a
RANDOM SEED=1681296312

node49.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.232
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.232
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:       1480344 kB
Buffers:         79300 kB
Cached:         254852 kB
SwapCached:          0 kB
Active:         344016 kB
Inactive:       155372 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1480344 kB
SwapTotal:     4192956 kB
SwapFree:      4192812 kB
Dirty:           14104 kB
Writeback:           0 kB
Mapped:         183244 kB
Slab:            60988 kB
Committed_AS:  1023996 kB
PageTables:       2080 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= 66408 MiB
End job on node49 at 2009-07-12 17:56:45