Trace number 2098645

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 ACUNSAT 22.3326 22.6038

DiagnosticValue
CHECKS65444
NODES0

General information on the benchmark

Namecsp/fapp/fapp20/
normalized-fapp20-0420-8.xml
MD5SUM1de04046403b27abbbf747eaecb515b0
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 benchmark17.7243
Satisfiable
(Un)Satisfiability was proved
Number of variables420
Number of constraints4737
Maximum constraint arity2
Maximum domain size302
Number of constraints which are defined in extension0
Number of constraints which are defined in intension4737
Global constraints used (with number of constraints)

Solver Data

0.03/0.10	
0.03/0.10	Abscon 112 (May, 2008)
0.18/0.27	
0.18/0.27	   configuration
0.18/0.27	     name=mac.xml
0.28/0.30	   
0.28/0.30	   instance
0.28/0.30	     name=HOME/instance-2098645-1247416325.xml
0.28/0.34	   
0.28/0.34	   domains being loaded...
0.28/0.38	   
0.28/0.38	   variables being loaded...
0.38/0.47	     nbVariables=420  nbDomainTypes=14  minDomainSize=50  maxDomainSize=302  nbTotalValues=87077
0.38/0.47	       =>  wckTime=0.198  cpuTime=0.15  mem=10M833
0.38/0.47	   
0.38/0.47	   predicates being loaded...
0.48/0.54	   
0.48/0.54	   constraints being loaded...
20.49/20.77	   
20.49/20.77	   INFO : Stopping converting binary constraints (cpu=20.07, mem = 37M90)
21.86/22.13	     nbConstraints=2490  nbGlobalConstraints=4  nbMergedConstraints=2251  nbConvertedConstraints=1066
21.86/22.13	     nbConvertConstraintsChecks=41471280  nbExtensionStructures=872  nbSharedExtensionStructures=489
21.86/22.13	     nbConflictsStructures=1057  nbSharedConflictsStructures=557  nbUnbuiltConflictsStructures=775
21.86/22.13	     nbSharedBinaryRepresentations=346907  nbEvaluationManagers=960  nbSharedEvaluationManagers=460  minDegree=3
21.86/22.13	     maxDegree=21  minArity=2  avgArity=2.01  maxArity=6  nbGenerators=0  nbFusions=0  symmetryWckTime=0.333
21.86/22.13	     symmetryCpuTime=0.25  nbCliques=4
21.86/22.13	       =>  wckTime=21.864  cpuTime=21.21  mem=35M304
21.95/22.27	   
21.95/22.27	   solver IterativeSystematicSolver being built... 
22.06/22.37	   
22.06/22.37	   INFO : Forward propagation technique limited 
22.16/22.46	       =>  wckTime=22.189  cpuTime=21.37  mem=43M265
22.25/22.53	   
22.25/22.53	   preprocessing
22.25/22.53	     nbConstraintChecks=65444  nbValidityChecks=120  nbPropagations=32  nbRevisions=546  nbUselessRevisions=303
22.25/22.53	     nbRemovedValues=20541  detectedInconsistency=yes
22.25/22.53	       =>  wckTime=0.065  cpuTime=0.05  mem=43M265
22.25/22.53	   
22.25/22.53	   global
22.25/22.53	     nbConstraintChecks=65444  nbValidityChecks=120  nbPropagations=32  nbRevisions=546  nbUselessRevisions=303
22.25/22.53	     nbRestartNogoods=0  solvingWckTime=0.068  solvingCpuTime=0.05  expiredTime=no  totalExploration=yes
22.25/22.53	     nbFoundSolutions=0  globalCpuTime=21.46
22.25/22.53	       =>  wckTime=22.26  cpuTime=21.42  mem=43M265
22.25/22.54	   
22.25/22.54	s UNSATISFIABLE
22.25/22.54	d NODES 0
22.25/22.54	d CHECKS 65444
22.25/22.54	   
22.25/22.54	   totalWckTime=22.337  totalCpuTime=21.47

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-2098645-1247416325/watcher-2098645-1247416325 -o /tmp/evaluation-result-2098645-1247416325/solver-2098645-1247416325 -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-2098645-1247416325.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: 1.85 1.97 1.99 3/80 886
/proc/meminfo: memFree=1559656/2055920 swapFree=4192812/4192956
[pid=886] ppid=884 vsize=18576 CPUtime=0
/proc/886/stat : 886 (runsolver) R 884 886 849 0 -1 4194368 16 0 0 0 0 0 0 0 21 0 1 0 28699187 19021824 284 996147200 4194304 4302564 548682068384 18446744073709551615 255236566311 0 2147483391 4096 24578 0 0 0 17 1 0 0
/proc/886/statm: 4644 284 249 26 0 2626 0

[startup+0.0480051 s]
/proc/loadavg: 1.85 1.97 1.99 3/80 886
/proc/meminfo: memFree=1559656/2055920 swapFree=4192812/4192956
[pid=886] ppid=884 vsize=861936 CPUtime=0.03
/proc/886/stat : 886 (java) S 884 886 849 0 -1 0 2276 0 1 0 2 1 0 0 18 0 5 0 28699187 882622464 1879 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800971 18446744073709551615 0 0 17 1 0 0
/proc/886/statm: 215484 1879 861 9 0 210399 0
Current children cumulated CPU time (s) 0.03
Current children cumulated vsize (KiB) 861936

[startup+0.101875 s]
/proc/loadavg: 1.85 1.97 1.99 3/80 886
/proc/meminfo: memFree=1559656/2055920 swapFree=4192812/4192956
[pid=886] ppid=884 vsize=865984 CPUtime=0.08
/proc/886/stat : 886 (java) S 884 886 849 0 -1 0 3680 0 1 0 6 2 0 0 18 0 9 0 28699187 886767616 3159 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/886/statm: 216496 3159 1686 9 0 210981 0
Current children cumulated CPU time (s) 0.08
Current children cumulated vsize (KiB) 865984

[startup+0.301899 s]
/proc/loadavg: 1.85 1.97 1.99 3/80 886
/proc/meminfo: memFree=1559656/2055920 swapFree=4192812/4192956
[pid=886] ppid=884 vsize=866380 CPUtime=0.28
/proc/886/stat : 886 (java) S 884 886 849 0 -1 0 5717 0 1 0 25 3 0 0 18 0 9 0 28699187 887173120 5120 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/886/statm: 216595 5120 1931 9 0 211053 0
Current children cumulated CPU time (s) 0.28
Current children cumulated vsize (KiB) 866380

[startup+0.701943 s]
/proc/loadavg: 1.85 1.97 1.99 3/80 886
/proc/meminfo: memFree=1559656/2055920 swapFree=4192812/4192956
[pid=886] ppid=884 vsize=867736 CPUtime=0.67
/proc/886/stat : 886 (java) S 884 886 849 0 -1 0 9012 0 1 0 63 4 0 0 18 0 9 0 28699187 888561664 8366 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/886/statm: 216934 8366 2036 9 0 211370 0
Current children cumulated CPU time (s) 0.67
Current children cumulated vsize (KiB) 867736

[startup+1.50202 s]
/proc/loadavg: 1.86 1.97 1.99 3/89 895
/proc/meminfo: memFree=1517536/2055920 swapFree=4192812/4192956
[pid=886] ppid=884 vsize=867736 CPUtime=1.47
/proc/886/stat : 886 (java) S 884 886 849 0 -1 0 13629 0 1 0 139 8 0 0 18 0 9 0 28699187 888561664 12980 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/886/statm: 216934 12980 2041 9 0 211370 0
[pid=886/tid=888] ppid=884 vsize=867736 CPUtime=1.25
/proc/886/task/888/stat : 888 (java) R 884 886 849 0 -1 64 12244 0 1 0 119 6 0 0 25 0 9 0 28699189 888561664 12980 996147200 134512640 134550932 4294955968 18446744073709551615 4126905802 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=886/tid=889] ppid=884 vsize=867736 CPUtime=0
/proc/886/task/889/stat : 889 (java) S 884 886 849 0 -1 64 3 0 0 0 0 0 0 0 17 0 9 0 28699190 888561664 12980 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=886/tid=890] ppid=884 vsize=867736 CPUtime=0
/proc/886/task/890/stat : 890 (java) S 884 886 849 0 -1 64 11 0 0 0 0 0 0 0 19 0 9 0 28699190 888561664 12980 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=886/tid=891] ppid=884 vsize=867736 CPUtime=0
/proc/886/task/891/stat : 891 (java) S 884 886 849 0 -1 64 4 0 0 0 0 0 0 0 19 0 9 0 28699190 888561664 12980 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=886/tid=892] ppid=884 vsize=867736 CPUtime=0
/proc/886/task/892/stat : 892 (java) S 884 886 849 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 28699193 888561664 12980 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=886/tid=893] ppid=884 vsize=867736 CPUtime=0.2
/proc/886/task/893/stat : 893 (java) S 884 886 849 0 -1 64 688 0 0 0 19 1 0 0 15 0 9 0 28699193 888561664 12980 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=886/tid=894] ppid=884 vsize=867736 CPUtime=0
/proc/886/task/894/stat : 894 (java) S 884 886 849 0 -1 64 0 0 0 0 0 0 0 0 19 0 9 0 28699193 888561664 12980 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=886/tid=895] ppid=884 vsize=867736 CPUtime=0
/proc/886/task/895/stat : 895 (java) S 884 886 849 0 -1 64 0 0 0 0 0 0 0 0 15 0 9 0 28699193 888561664 12980 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1.47
Current children cumulated vsize (KiB) 867736

[startup+3.1022 s]
/proc/loadavg: 1.86 1.97 1.99 3/89 895
/proc/meminfo: memFree=1514400/2055920 swapFree=4192812/4192956
[pid=886] ppid=884 vsize=867736 CPUtime=3.05
/proc/886/stat : 886 (java) S 884 886 849 0 -1 0 14480 0 1 0 296 9 0 0 18 0 9 0 28699187 888561664 13829 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/886/statm: 216934 13829 2041 9 0 211370 0
[pid=886/tid=888] ppid=884 vsize=867736 CPUtime=2.8
/proc/886/task/888/stat : 888 (java) R 884 886 849 0 -1 64 13068 0 1 0 273 7 0 0 25 0 9 0 28699189 888561664 13829 996147200 134512640 134550932 4294955968 18446744073709551615 4126908577 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=886/tid=889] ppid=884 vsize=867736 CPUtime=0
/proc/886/task/889/stat : 889 (java) S 884 886 849 0 -1 64 3 0 0 0 0 0 0 0 17 0 9 0 28699190 888561664 13829 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=886/tid=890] ppid=884 vsize=867736 CPUtime=0
/proc/886/task/890/stat : 890 (java) S 884 886 849 0 -1 64 11 0 0 0 0 0 0 0 19 0 9 0 28699190 888561664 13829 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=886/tid=891] ppid=884 vsize=867736 CPUtime=0
/proc/886/task/891/stat : 891 (java) S 884 886 849 0 -1 64 4 0 0 0 0 0 0 0 19 0 9 0 28699190 888561664 13829 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=886/tid=892] ppid=884 vsize=867736 CPUtime=0
/proc/886/task/892/stat : 892 (java) S 884 886 849 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 28699193 888561664 13829 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=886/tid=893] ppid=884 vsize=867736 CPUtime=0.23
/proc/886/task/893/stat : 893 (java) S 884 886 849 0 -1 64 715 0 0 0 22 1 0 0 15 0 9 0 28699193 888561664 13829 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=886/tid=894] ppid=884 vsize=867736 CPUtime=0
/proc/886/task/894/stat : 894 (java) S 884 886 849 0 -1 64 0 0 0 0 0 0 0 0 19 0 9 0 28699193 888561664 13829 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=886/tid=895] ppid=884 vsize=867736 CPUtime=0
/proc/886/task/895/stat : 895 (java) S 884 886 849 0 -1 64 0 0 0 0 0 0 0 0 15 0 9 0 28699193 888561664 13829 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) 867736

[startup+6.30154 s]
/proc/loadavg: 1.87 1.97 1.99 3/89 895
/proc/meminfo: memFree=1506592/2055920 swapFree=4192812/4192956
[pid=886] ppid=884 vsize=867736 CPUtime=6.22
/proc/886/stat : 886 (java) S 884 886 849 0 -1 0 16187 0 1 0 612 10 0 0 18 0 9 0 28699187 888561664 15534 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/886/statm: 216934 15534 2041 9 0 211370 0
[pid=886/tid=888] ppid=884 vsize=867736 CPUtime=5.97
/proc/886/task/888/stat : 888 (java) R 884 886 849 0 -1 64 14773 0 1 0 589 8 0 0 25 0 9 0 28699189 888561664 15534 996147200 134512640 134550932 4294955968 18446744073709551615 4126903048 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=886/tid=889] ppid=884 vsize=867736 CPUtime=0
/proc/886/task/889/stat : 889 (java) S 884 886 849 0 -1 64 3 0 0 0 0 0 0 0 16 0 9 0 28699190 888561664 15534 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=886/tid=890] ppid=884 vsize=867736 CPUtime=0
/proc/886/task/890/stat : 890 (java) S 884 886 849 0 -1 64 11 0 0 0 0 0 0 0 19 0 9 0 28699190 888561664 15534 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=886/tid=891] ppid=884 vsize=867736 CPUtime=0
/proc/886/task/891/stat : 891 (java) S 884 886 849 0 -1 64 4 0 0 0 0 0 0 0 19 0 9 0 28699190 888561664 15534 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=886/tid=892] ppid=884 vsize=867736 CPUtime=0
/proc/886/task/892/stat : 892 (java) S 884 886 849 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 28699193 888561664 15534 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=886/tid=893] ppid=884 vsize=867736 CPUtime=0.24
/proc/886/task/893/stat : 893 (java) S 884 886 849 0 -1 64 717 0 0 0 23 1 0 0 15 0 9 0 28699193 888561664 15534 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=886/tid=894] ppid=884 vsize=867736 CPUtime=0
/proc/886/task/894/stat : 894 (java) S 884 886 849 0 -1 64 0 0 0 0 0 0 0 0 19 0 9 0 28699193 888561664 15534 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=886/tid=895] ppid=884 vsize=867736 CPUtime=0
/proc/886/task/895/stat : 895 (java) S 884 886 849 0 -1 64 0 0 0 0 0 0 0 0 15 0 9 0 28699193 888561664 15534 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 6.22
Current children cumulated vsize (KiB) 867736

[startup+12.7022 s]
/proc/loadavg: 1.88 1.97 1.99 3/89 895
/proc/meminfo: memFree=1493216/2055920 swapFree=4192812/4192956
[pid=886] ppid=884 vsize=867648 CPUtime=12.56
/proc/886/stat : 886 (java) S 884 886 849 0 -1 0 19054 0 1 0 1243 13 0 0 18 0 9 0 28699187 888471552 18374 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/886/statm: 216912 18374 2029 9 0 211370 0
[pid=886/tid=888] ppid=884 vsize=867648 CPUtime=12.24
/proc/886/task/888/stat : 888 (java) R 884 886 849 0 -1 64 15841 0 1 0 1213 11 0 0 25 0 9 0 28699189 888471552 18374 996147200 134512640 134550932 4294955968 18446744073709551615 4126938743 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=886/tid=889] ppid=884 vsize=867648 CPUtime=0.05
/proc/886/task/889/stat : 889 (java) S 884 886 849 0 -1 64 1787 0 0 0 5 0 0 0 17 0 9 0 28699190 888471552 18374 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=886/tid=890] ppid=884 vsize=867648 CPUtime=0
/proc/886/task/890/stat : 890 (java) S 884 886 849 0 -1 64 16 0 0 0 0 0 0 0 16 0 9 0 28699190 888471552 18374 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=886/tid=891] ppid=884 vsize=867648 CPUtime=0
/proc/886/task/891/stat : 891 (java) S 884 886 849 0 -1 64 5 0 0 0 0 0 0 0 16 0 9 0 28699190 888471552 18374 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=886/tid=892] ppid=884 vsize=867648 CPUtime=0
/proc/886/task/892/stat : 892 (java) S 884 886 849 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 28699193 888471552 18374 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=886/tid=893] ppid=884 vsize=867648 CPUtime=0.25
/proc/886/task/893/stat : 893 (java) S 884 886 849 0 -1 64 726 0 0 0 24 1 0 0 16 0 9 0 28699193 888471552 18374 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=886/tid=894] ppid=884 vsize=867648 CPUtime=0
/proc/886/task/894/stat : 894 (java) S 884 886 849 0 -1 64 0 0 0 0 0 0 0 0 19 0 9 0 28699193 888471552 18374 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=886/tid=895] ppid=884 vsize=867648 CPUtime=0
/proc/886/task/895/stat : 895 (java) S 884 886 849 0 -1 64 0 0 0 0 0 0 0 0 15 0 9 0 28699193 888471552 18374 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 12.56
Current children cumulated vsize (KiB) 867648

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

[startup+19.1029 s]
/proc/loadavg: 1.89 1.97 1.99 3/89 895
/proc/meminfo: memFree=1493280/2055920 swapFree=4192812/4192956
[pid=886] ppid=884 vsize=867648 CPUtime=18.9
/proc/886/stat : 886 (java) S 884 886 849 0 -1 0 19057 0 1 0 1875 15 0 0 18 0 9 0 28699187 888471552 18377 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/886/statm: 216912 18377 2029 9 0 211370 0
[pid=886/tid=888] ppid=884 vsize=867648 CPUtime=18.57
/proc/886/task/888/stat : 888 (java) R 884 886 849 0 -1 64 15841 0 1 0 1845 12 0 0 25 0 9 0 28699189 888471552 18377 996147200 134512640 134550932 4294955968 18446744073709551615 4126908528 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=886/tid=889] ppid=884 vsize=867648 CPUtime=0.05
/proc/886/task/889/stat : 889 (java) S 884 886 849 0 -1 64 1787 0 0 0 5 0 0 0 16 0 9 0 28699190 888471552 18377 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=886/tid=890] ppid=884 vsize=867648 CPUtime=0
/proc/886/task/890/stat : 890 (java) S 884 886 849 0 -1 64 16 0 0 0 0 0 0 0 16 0 9 0 28699190 888471552 18377 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=886/tid=891] ppid=884 vsize=867648 CPUtime=0
/proc/886/task/891/stat : 891 (java) S 884 886 849 0 -1 64 5 0 0 0 0 0 0 0 16 0 9 0 28699190 888471552 18377 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=886/tid=892] ppid=884 vsize=867648 CPUtime=0
/proc/886/task/892/stat : 892 (java) S 884 886 849 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 28699193 888471552 18377 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=886/tid=893] ppid=884 vsize=867648 CPUtime=0.26
/proc/886/task/893/stat : 893 (java) S 884 886 849 0 -1 64 729 0 0 0 25 1 0 0 15 0 9 0 28699193 888471552 18377 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=886/tid=894] ppid=884 vsize=867648 CPUtime=0
/proc/886/task/894/stat : 894 (java) S 884 886 849 0 -1 64 0 0 0 0 0 0 0 0 19 0 9 0 28699193 888471552 18377 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=886/tid=895] ppid=884 vsize=867648 CPUtime=0
/proc/886/task/895/stat : 895 (java) R 884 886 849 0 -1 64 0 0 0 0 0 0 0 0 15 0 9 0 28699193 888471552 18377 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 18.9
Current children cumulated vsize (KiB) 867648

[startup+20.7021 s]
/proc/loadavg: 1.89 1.97 1.99 3/89 895
/proc/meminfo: memFree=1493344/2055920 swapFree=4192812/4192956
[pid=886] ppid=884 vsize=867648 CPUtime=20.49
/proc/886/stat : 886 (java) S 884 886 849 0 -1 0 19057 0 1 0 2034 15 0 0 18 0 9 0 28699187 888471552 18377 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/886/statm: 216912 18377 2029 9 0 211370 0
[pid=886/tid=888] ppid=884 vsize=867648 CPUtime=20.15
/proc/886/task/888/stat : 888 (java) R 884 886 849 0 -1 64 15841 0 1 0 2003 12 0 0 25 0 9 0 28699189 888471552 18377 996147200 134512640 134550932 4294955968 18446744073709551615 4126908528 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=886/tid=889] ppid=884 vsize=867648 CPUtime=0.05
/proc/886/task/889/stat : 889 (java) S 884 886 849 0 -1 64 1787 0 0 0 5 0 0 0 16 0 9 0 28699190 888471552 18377 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=886/tid=890] ppid=884 vsize=867648 CPUtime=0
/proc/886/task/890/stat : 890 (java) S 884 886 849 0 -1 64 16 0 0 0 0 0 0 0 16 0 9 0 28699190 888471552 18377 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=886/tid=891] ppid=884 vsize=867648 CPUtime=0
/proc/886/task/891/stat : 891 (java) S 884 886 849 0 -1 64 5 0 0 0 0 0 0 0 16 0 9 0 28699190 888471552 18377 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=886/tid=892] ppid=884 vsize=867648 CPUtime=0
/proc/886/task/892/stat : 892 (java) S 884 886 849 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 28699193 888471552 18377 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=886/tid=893] ppid=884 vsize=867648 CPUtime=0.26
/proc/886/task/893/stat : 893 (java) S 884 886 849 0 -1 64 729 0 0 0 25 1 0 0 15 0 9 0 28699193 888471552 18377 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=886/tid=894] ppid=884 vsize=867648 CPUtime=0
/proc/886/task/894/stat : 894 (java) S 884 886 849 0 -1 64 0 0 0 0 0 0 0 0 19 0 9 0 28699193 888471552 18377 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=886/tid=895] ppid=884 vsize=867648 CPUtime=0
/proc/886/task/895/stat : 895 (java) S 884 886 849 0 -1 64 0 0 0 0 0 0 0 0 15 0 9 0 28699193 888471552 18377 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 20.49
Current children cumulated vsize (KiB) 867648

[startup+21.5022 s]
/proc/loadavg: 1.90 1.97 1.99 3/89 895
/proc/meminfo: memFree=1493344/2055920 swapFree=4192812/4192956
[pid=886] ppid=884 vsize=867648 CPUtime=21.28
/proc/886/stat : 886 (java) S 884 886 849 0 -1 0 21312 0 1 0 2112 16 0 0 18 0 9 0 28699187 888471552 20630 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/886/statm: 216912 20630 2032 9 0 211370 0
[pid=886/tid=888] ppid=884 vsize=867648 CPUtime=20.86
/proc/886/task/888/stat : 888 (java) R 884 886 849 0 -1 64 15845 0 1 0 2074 12 0 0 25 0 9 0 28699189 888471552 20630 996147200 134512640 134550932 4294955968 18446744073709551615 4127118174 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=886/tid=889] ppid=884 vsize=867648 CPUtime=0.11
/proc/886/task/889/stat : 889 (java) S 884 886 849 0 -1 64 4022 0 0 0 10 1 0 0 16 0 9 0 28699190 888471552 20630 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=886/tid=890] ppid=884 vsize=867648 CPUtime=0
/proc/886/task/890/stat : 890 (java) S 884 886 849 0 -1 64 16 0 0 0 0 0 0 0 16 0 9 0 28699190 888471552 20630 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=886/tid=891] ppid=884 vsize=867648 CPUtime=0
/proc/886/task/891/stat : 891 (java) S 884 886 849 0 -1 64 5 0 0 0 0 0 0 0 16 0 9 0 28699190 888471552 20630 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=886/tid=892] ppid=884 vsize=867648 CPUtime=0
/proc/886/task/892/stat : 892 (java) S 884 886 849 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 28699193 888471552 20630 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=886/tid=893] ppid=884 vsize=867648 CPUtime=0.28
/proc/886/task/893/stat : 893 (java) S 884 886 849 0 -1 64 745 0 0 0 27 1 0 0 16 0 9 0 28699193 888471552 20630 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=886/tid=894] ppid=884 vsize=867648 CPUtime=0
/proc/886/task/894/stat : 894 (java) S 884 886 849 0 -1 64 0 0 0 0 0 0 0 0 19 0 9 0 28699193 888471552 20630 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=886/tid=895] ppid=884 vsize=867648 CPUtime=0
/proc/886/task/895/stat : 895 (java) S 884 886 849 0 -1 64 0 0 0 0 0 0 0 0 15 0 9 0 28699193 888471552 20630 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 21.28
Current children cumulated vsize (KiB) 867648

[startup+22.3023 s]
/proc/loadavg: 1.90 1.97 1.99 3/89 897
/proc/meminfo: memFree=1484000/2055920 swapFree=4192812/4192956
[pid=886] ppid=884 vsize=868060 CPUtime=22.06
/proc/886/stat : 886 (java) S 884 886 849 0 -1 0 31459 413 1 0 2184 19 2 1 18 0 9 0 28699187 888893440 22591 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/886/statm: 217015 22591 2660 9 0 211451 0
[pid=886/tid=888] ppid=884 vsize=868060 CPUtime=21.46
/proc/886/task/888/stat : 888 (java) R 884 886 849 0 -1 64 18687 413 1 0 2130 13 2 1 25 0 9 0 28699189 888893440 22591 996147200 134512640 134550932 4294955968 18446744073709551615 102286811 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=886/tid=889] ppid=884 vsize=868060 CPUtime=0.28
/proc/886/task/889/stat : 889 (java) S 884 886 849 0 -1 64 11034 413 0 0 22 3 2 1 17 0 9 0 28699190 888893440 22591 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=886/tid=890] ppid=884 vsize=868060 CPUtime=0.03
/proc/886/task/890/stat : 890 (java) S 884 886 849 0 -1 64 20 413 0 0 0 0 2 1 17 0 9 0 28699190 888893440 22591 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=886/tid=891] ppid=884 vsize=868060 CPUtime=0.03
/proc/886/task/891/stat : 891 (java) S 884 886 849 0 -1 64 15 413 0 0 0 0 2 1 16 0 9 0 28699190 888893440 22591 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=886/tid=892] ppid=884 vsize=868060 CPUtime=0.03
/proc/886/task/892/stat : 892 (java) S 884 886 849 0 -1 64 1 413 0 0 0 0 2 1 18 0 9 0 28699193 888893440 22591 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=886/tid=893] ppid=884 vsize=868060 CPUtime=0.35
/proc/886/task/893/stat : 893 (java) S 884 886 849 0 -1 64 888 413 0 0 31 1 2 1 16 0 9 0 28699193 888893440 22591 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=886/tid=894] ppid=884 vsize=868060 CPUtime=0.03
/proc/886/task/894/stat : 894 (java) S 884 886 849 0 -1 64 0 413 0 0 0 0 2 1 19 0 9 0 28699193 888893440 22591 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=886/tid=895] ppid=884 vsize=868060 CPUtime=0.03
/proc/886/task/895/stat : 895 (java) S 884 886 849 0 -1 64 7 413 0 0 0 0 2 1 15 0 9 0 28699193 888893440 22591 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 22.06
Current children cumulated vsize (KiB) 868060

[startup+22.5023 s]
/proc/loadavg: 1.90 1.97 1.99 3/89 897
/proc/meminfo: memFree=1484000/2055920 swapFree=4192812/4192956
[pid=886] ppid=884 vsize=868060 CPUtime=22.25
/proc/886/stat : 886 (java) S 884 886 849 0 -1 0 35372 413 1 0 2202 20 2 1 18 0 9 0 28699187 888893440 22655 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/886/statm: 217015 22655 2662 9 0 211451 0
[pid=886/tid=888] ppid=884 vsize=868060 CPUtime=21.62
/proc/886/task/888/stat : 888 (java) R 884 886 849 0 -1 64 22536 413 1 0 2145 14 2 1 25 0 9 0 28699189 888893440 22655 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=886/tid=889] ppid=884 vsize=868060 CPUtime=0.28
/proc/886/task/889/stat : 889 (java) S 884 886 849 0 -1 64 11034 413 0 0 22 3 2 1 17 0 9 0 28699190 888893440 22655 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=886/tid=890] ppid=884 vsize=868060 CPUtime=0.03
/proc/886/task/890/stat : 890 (java) S 884 886 849 0 -1 64 20 413 0 0 0 0 2 1 17 0 9 0 28699190 888893440 22655 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=886/tid=891] ppid=884 vsize=868060 CPUtime=0.03
/proc/886/task/891/stat : 891 (java) S 884 886 849 0 -1 64 15 413 0 0 0 0 2 1 16 0 9 0 28699190 888893440 22655 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=886/tid=892] ppid=884 vsize=868060 CPUtime=0.03
/proc/886/task/892/stat : 892 (java) S 884 886 849 0 -1 64 1 413 0 0 0 0 2 1 18 0 9 0 28699193 888893440 22655 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=886/tid=893] ppid=884 vsize=868060 CPUtime=0.39
/proc/886/task/893/stat : 893 (java) R 884 886 849 0 -1 64 952 413 0 0 35 1 2 1 16 0 9 0 28699193 888893440 22655 996147200 134512640 134550932 4294955968 18446744073709551615 102335665 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=886/tid=894] ppid=884 vsize=868060 CPUtime=0.03
/proc/886/task/894/stat : 894 (java) S 884 886 849 0 -1 64 0 413 0 0 0 0 2 1 19 0 9 0 28699193 888893440 22655 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=886/tid=895] ppid=884 vsize=868060 CPUtime=0.03
/proc/886/task/895/stat : 895 (java) S 884 886 849 0 -1 64 7 413 0 0 0 0 2 1 15 0 9 0 28699193 888893440 22655 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 22.25
Current children cumulated vsize (KiB) 868060

[startup+22.6024 s]
/proc/loadavg: 1.90 1.97 1.99 3/89 897
/proc/meminfo: memFree=1484000/2055920 swapFree=4192812/4192956
[pid=886] ppid=884 vsize=0 CPUtime=22.31
/proc/886/stat : 886 (java) Z 884 886 849 0 -1 12 35570 413 1 0 2206 22 2 1 16 0 2 0 28699187 0 0 996147200 0 0 0 0 0 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/886/statm: 0 0 0 0 0 0 0
Current children cumulated CPU time (s) 22.31
Current children cumulated vsize (KiB) 0

Child status: 0
Real time (s): 22.6038
CPU time (s): 22.3326
CPU user time (s): 22.0926
CPU system time (s): 0.239963
CPU usage (%): 98.8003
Max. virtual memory (cumulated for all children) (KiB): 868060

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 22.0926
system time used= 0.239963
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 35983
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= 2295
involuntary context switches= 2776

runsolver used 0.032994 second user time and 0.079987 second system time

The end

Launcher Data

Begin job on node19 at 2009-07-12 18:32:05
IDJOB=2098645
IDBENCH=58836
IDSOLVER=773
FILE ID=node19/2098645-1247416325
PBS_JOBID= 9510777
Free space on /tmp= 66400 MiB

SOLVER NAME= Abscon 112v4 AC
BENCH NAME= CPAI08/csp/fapp/fapp20/normalized-fapp20-0420-8.xml
COMMAND LINE= java -Xms756M -Xmx756M -XX:PermSize=10m -XX:MaxPermSize=10m -cp abscon112V4.jar abscon.Resolution mac.xml 1 XSax BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-2098645-1247416325/watcher-2098645-1247416325 -o /tmp/evaluation-result-2098645-1247416325/solver-2098645-1247416325 -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-2098645-1247416325.xml

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

MD5SUM BENCH= 1de04046403b27abbbf747eaecb515b0
RANDOM SEED=1579179109

node19.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.211
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.211
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:       1560200 kB
Buffers:         38816 kB
Cached:         153420 kB
SwapCached:          0 kB
Active:         365928 kB
Inactive:        72740 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1560200 kB
SwapTotal:     4192956 kB
SwapFree:      4192812 kB
Dirty:            2828 kB
Writeback:           0 kB
Mapped:         266888 kB
Slab:            41908 kB
Committed_AS:  1009272 kB
PageTables:       2328 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= 66400 MiB
End job on node19 at 2009-07-12 18:32:28