Trace number 2115880

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
Choco2.1.1b 2009-07-16? (problem) 56.5014 57.161

General information on the benchmark

Namecsp/pseudoGLB/
normalized-pigeon-clauses-95-90.xml
MD5SUMde817014db59f29d4679c14de52332f3
Bench CategoryAlldiff+Elt+WSum (alldiff,element,weightedsum)
Best result obtained on this benchmark
Best CPU time to get the best result obtained on this benchmark
Satisfiable
(Un)Satisfiability was proved
Number of variables8550
Number of constraints401945
Maximum constraint arity90
Maximum domain size2
Number of constraints which are defined in extension0
Number of constraints which are defined in intension0
Global constraints used (with number of constraints)weightedsum(401945)

Solver Data

56.37/57.01	java.lang.OutOfMemoryError: Java heap space
56.37/57.01		at java.util.Arrays.copyOf(Unknown Source)
56.37/57.01		at java.util.Arrays.copyOf(Unknown Source)
56.37/57.01		at java.util.ArrayList.ensureCapacity(Unknown Source)
56.37/57.01		at java.util.ArrayList.add(Unknown Source)
56.37/57.01		at choco.kernel.model.variables.integer.IntegerVariable.addConstraint(IntegerVariable.java:115)
56.37/57.01		at choco.kernel.model.variables.ComponentVariable.addConstraint(ComponentVariable.java:130)
56.37/57.01		at choco.cp.model.CPModel.addConstraints(CPModel.java:940)
56.37/57.01		at parser.chocogen.ChocoFactory.makeModelConstraint(ChocoFactory.java:140)
56.37/57.01		at parser.chocogen.ChocoFactory.createConstraints(ChocoFactory.java:121)
56.37/57.01		at parser.chocogen.XmlModel.buildModel(XmlModel.java:279)
56.37/57.01		at parser.chocogen.XmlModel.solveFile(XmlModel.java:201)
56.37/57.01		at parser.chocogen.XmlModel.generate(XmlModel.java:179)
56.37/57.01		at parser.chocogen.XmlModel.main(XmlModel.java:527)

Verifier Data

ERROR: Unexpected answer ! ('s SATISFIABLE'/'s UNSATISFIABLE' expected)
Got answer: <no 's ' line found>

Watcher Data

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

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-2115880-1248030454/watcher-2115880-1248030454 -o /tmp/evaluation-result-2115880-1248030454/solver-2115880-1248030454 -C 1800 -W 2000 -M 900 java -Xms700M -Xmx700M -jar HOME/choco2.1.1.b.jar -file HOME/instance-2115880-1248030454.xml -randval true -h 1 -ac 32 -saclim 60 -s true -verb 0 -seed 11041979 

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.92 1.98 1.99 4/81 29304
/proc/meminfo: memFree=732976/2055920 swapFree=4192812/4192956
[pid=29304] ppid=29302 vsize=18576 CPUtime=0
/proc/29304/stat : 29304 (runsolver) R 29302 29304 28378 0 -1 4194368 16 0 0 0 0 0 0 0 20 0 1 0 90110409 19021824 284 996147200 4194304 4302564 548682068272 18446744073709551615 251601153319 0 2147483391 4096 24578 0 0 0 17 0 0 0
/proc/29304/statm: 4644 284 249 26 0 2626 0

[startup+0.0245251 s]
/proc/loadavg: 1.92 1.98 1.99 4/81 29304
/proc/meminfo: memFree=732976/2055920 swapFree=4192812/4192956
[pid=29304] ppid=29302 vsize=858596 CPUtime=0
/proc/29304/stat : 29304 (java) S 29302 29304 28378 0 -1 0 1323 0 1 0 0 0 0 0 20 0 2 0 90110409 879202304 1057 996147200 134512640 134550932 4294955888 18446744073709551615 4294960144 0 0 0 16784584 18446744073709551615 0 0 17 0 0 0
/proc/29304/statm: 214649 1057 383 9 0 213032 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 858596

[startup+0.10253 s]
/proc/loadavg: 1.92 1.98 1.99 4/81 29304
/proc/meminfo: memFree=732976/2055920 swapFree=4192812/4192956
[pid=29304] ppid=29302 vsize=864104 CPUtime=0.08
/proc/29304/stat : 29304 (java) S 29302 29304 28378 0 -1 0 3754 0 1 0 6 2 0 0 20 0 9 0 90110409 884842496 3219 996147200 134512640 134550932 4294955888 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/29304/statm: 216026 3219 1683 9 0 210495 0
Current children cumulated CPU time (s) 0.08
Current children cumulated vsize (KiB) 864104

[startup+0.301551 s]
/proc/loadavg: 1.92 1.98 1.99 4/81 29304
/proc/meminfo: memFree=732976/2055920 swapFree=4192812/4192956
[pid=29304] ppid=29302 vsize=864396 CPUtime=0.28
/proc/29304/stat : 29304 (java) S 29302 29304 28378 0 -1 0 4573 0 1 0 26 2 0 0 20 0 9 0 90110409 885141504 3998 996147200 134512640 134550932 4294955888 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/29304/statm: 216099 3998 1855 9 0 210568 0
Current children cumulated CPU time (s) 0.28
Current children cumulated vsize (KiB) 864396

[startup+0.701596 s]
/proc/loadavg: 1.92 1.98 1.99 4/81 29304
/proc/meminfo: memFree=732976/2055920 swapFree=4192812/4192956
[pid=29304] ppid=29302 vsize=864996 CPUtime=0.67
/proc/29304/stat : 29304 (java) S 29302 29304 28378 0 -1 0 10876 0 1 0 61 6 0 0 20 0 9 0 90110409 885755904 10301 996147200 134512640 134550932 4294955888 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/29304/statm: 216249 10301 1859 9 0 210718 0
Current children cumulated CPU time (s) 0.67
Current children cumulated vsize (KiB) 864996

[startup+1.50268 s]
/proc/loadavg: 2.09 2.02 2.01 4/90 29313
/proc/meminfo: memFree=658280/2055920 swapFree=4192812/4192956
[pid=29304] ppid=29302 vsize=864996 CPUtime=1.47
/proc/29304/stat : 29304 (java) S 29302 29304 28378 0 -1 0 26212 0 1 0 134 13 0 0 20 0 9 0 90110409 885755904 25634 996147200 134512640 134550932 4294955888 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/29304/statm: 216249 25634 1871 9 0 210718 0
[pid=29304/tid=29306] ppid=29302 vsize=864996 CPUtime=1.18
/proc/29304/task/29306/stat : 29306 (java) R 29302 29304 28378 0 -1 64 14160 0 1 0 110 8 0 0 25 0 9 0 90110411 885755904 25634 996147200 134512640 134550932 4294955888 18446744073709551615 4126419588 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=29304/tid=29307] ppid=29302 vsize=864996 CPUtime=0.16
/proc/29304/task/29307/stat : 29307 (java) S 29302 29304 28378 0 -1 64 10819 0 0 0 13 3 0 0 18 0 9 0 90110413 885755904 25634 996147200 134512640 134550932 4294955888 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=29304/tid=29308] ppid=29302 vsize=864996 CPUtime=0
/proc/29304/task/29308/stat : 29308 (java) S 29302 29304 28378 0 -1 64 16 0 0 0 0 0 0 0 16 0 9 0 90110413 885755904 25634 996147200 134512640 134550932 4294955888 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=29304/tid=29309] ppid=29302 vsize=864996 CPUtime=0
/proc/29304/task/29309/stat : 29309 (java) S 29302 29304 28378 0 -1 64 5 0 0 0 0 0 0 0 16 0 9 0 90110413 885755904 25634 996147200 134512640 134550932 4294955888 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=29304/tid=29310] ppid=29302 vsize=864996 CPUtime=0
/proc/29304/task/29310/stat : 29310 (java) S 29302 29304 28378 0 -1 64 1 0 0 0 0 0 0 0 25 0 9 0 90110415 885755904 25634 996147200 134512640 134550932 4294955888 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=29304/tid=29311] ppid=29302 vsize=864996 CPUtime=0.09
/proc/29304/task/29311/stat : 29311 (java) S 29302 29304 28378 0 -1 64 499 0 0 0 9 0 0 0 16 0 9 0 90110415 885755904 25634 996147200 134512640 134550932 4294955888 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=29304/tid=29312] ppid=29302 vsize=864996 CPUtime=0
/proc/29304/task/29312/stat : 29312 (java) S 29302 29304 28378 0 -1 64 1 0 0 0 0 0 0 0 25 0 9 0 90110415 885755904 25634 996147200 134512640 134550932 4294955888 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=29304/tid=29313] ppid=29302 vsize=864996 CPUtime=0
/proc/29304/task/29313/stat : 29313 (java) S 29302 29304 28378 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 90110415 885755904 25634 996147200 134512640 134550932 4294955888 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1.47
Current children cumulated vsize (KiB) 864996

[startup+3.10186 s]
/proc/loadavg: 2.09 2.02 2.01 3/90 29313
/proc/meminfo: memFree=587560/2055920 swapFree=4192812/4192956
[pid=29304] ppid=29302 vsize=864996 CPUtime=3.06
/proc/29304/stat : 29304 (java) S 29302 29304 28378 0 -1 0 49627 0 1 0 281 25 0 0 20 0 9 0 90110409 885755904 49047 996147200 134512640 134550932 4294955888 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/29304/statm: 216249 49047 1871 9 0 210718 0
[pid=29304/tid=29306] ppid=29302 vsize=864996 CPUtime=2.41
/proc/29304/task/29306/stat : 29306 (java) R 29302 29304 28378 0 -1 64 14162 0 1 0 231 10 0 0 25 0 9 0 90110411 885755904 49047 996147200 134512640 134550932 4294955888 18446744073709551615 4126491444 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=29304/tid=29307] ppid=29302 vsize=864996 CPUtime=0.53
/proc/29304/task/29307/stat : 29307 (java) S 29302 29304 28378 0 -1 64 34232 0 0 0 40 13 0 0 17 0 9 0 90110413 885755904 49047 996147200 134512640 134550932 4294955888 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=29304/tid=29308] ppid=29302 vsize=864996 CPUtime=0
/proc/29304/task/29308/stat : 29308 (java) S 29302 29304 28378 0 -1 64 16 0 0 0 0 0 0 0 16 0 9 0 90110413 885755904 49047 996147200 134512640 134550932 4294955888 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=29304/tid=29309] ppid=29302 vsize=864996 CPUtime=0
/proc/29304/task/29309/stat : 29309 (java) S 29302 29304 28378 0 -1 64 5 0 0 0 0 0 0 0 16 0 9 0 90110413 885755904 49047 996147200 134512640 134550932 4294955888 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=29304/tid=29310] ppid=29302 vsize=864996 CPUtime=0
/proc/29304/task/29310/stat : 29310 (java) S 29302 29304 28378 0 -1 64 1 0 0 0 0 0 0 0 25 0 9 0 90110415 885755904 49047 996147200 134512640 134550932 4294955888 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=29304/tid=29311] ppid=29302 vsize=864996 CPUtime=0.09
/proc/29304/task/29311/stat : 29311 (java) S 29302 29304 28378 0 -1 64 499 0 0 0 9 0 0 0 16 0 9 0 90110415 885755904 49047 996147200 134512640 134550932 4294955888 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=29304/tid=29312] ppid=29302 vsize=864996 CPUtime=0
/proc/29304/task/29312/stat : 29312 (java) S 29302 29304 28378 0 -1 64 1 0 0 0 0 0 0 0 25 0 9 0 90110415 885755904 49047 996147200 134512640 134550932 4294955888 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=29304/tid=29313] ppid=29302 vsize=864996 CPUtime=0
/proc/29304/task/29313/stat : 29313 (java) S 29302 29304 28378 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 90110415 885755904 49047 996147200 134512640 134550932 4294955888 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 3.06
Current children cumulated vsize (KiB) 864996

[startup+6.30222 s]
/proc/loadavg: 2.24 2.05 2.02 3/90 29313
/proc/meminfo: memFree=410864/2055920 swapFree=4192812/4192956
[pid=29304] ppid=29302 vsize=864996 CPUtime=6.22
/proc/29304/stat : 29304 (java) S 29302 29304 28378 0 -1 0 101999 0 1 0 574 48 0 0 20 0 9 0 90110409 885755904 101410 996147200 134512640 134550932 4294955888 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/29304/statm: 216249 101410 1879 9 0 210718 0
[pid=29304/tid=29306] ppid=29302 vsize=864996 CPUtime=4.74
/proc/29304/task/29306/stat : 29306 (java) R 29302 29304 28378 0 -1 64 14205 0 1 0 460 14 0 0 25 0 9 0 90110411 885755904 101410 996147200 134512640 134550932 4294955888 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=29304/tid=29307] ppid=29302 vsize=864996 CPUtime=1.36
/proc/29304/task/29307/stat : 29307 (java) R 29302 29304 28378 0 -1 64 86556 0 0 0 103 33 0 0 16 0 9 0 90110413 885755904 101410 996147200 134512640 134550932 4294955888 18446744073709551615 102709360 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=29304/tid=29308] ppid=29302 vsize=864996 CPUtime=0
/proc/29304/task/29308/stat : 29308 (java) S 29302 29304 28378 0 -1 64 16 0 0 0 0 0 0 0 16 0 9 0 90110413 885755904 101410 996147200 134512640 134550932 4294955888 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=29304/tid=29309] ppid=29302 vsize=864996 CPUtime=0
/proc/29304/task/29309/stat : 29309 (java) S 29302 29304 28378 0 -1 64 5 0 0 0 0 0 0 0 16 0 9 0 90110413 885755904 101410 996147200 134512640 134550932 4294955888 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=29304/tid=29310] ppid=29302 vsize=864996 CPUtime=0
/proc/29304/task/29310/stat : 29310 (java) S 29302 29304 28378 0 -1 64 1 0 0 0 0 0 0 0 25 0 9 0 90110415 885755904 101410 996147200 134512640 134550932 4294955888 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=29304/tid=29311] ppid=29302 vsize=864996 CPUtime=0.1
/proc/29304/task/29311/stat : 29311 (java) S 29302 29304 28378 0 -1 64 504 0 0 0 10 0 0 0 17 0 9 0 90110415 885755904 101410 996147200 134512640 134550932 4294955888 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=29304/tid=29312] ppid=29302 vsize=864996 CPUtime=0
/proc/29304/task/29312/stat : 29312 (java) S 29302 29304 28378 0 -1 64 1 0 0 0 0 0 0 0 25 0 9 0 90110415 885755904 101410 996147200 134512640 134550932 4294955888 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=29304/tid=29313] ppid=29302 vsize=864996 CPUtime=0
/proc/29304/task/29313/stat : 29313 (java) S 29302 29304 28378 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 90110415 885755904 101410 996147200 134512640 134550932 4294955888 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 6.22
Current children cumulated vsize (KiB) 864996

[startup+12.7019 s]
/proc/loadavg: 2.30 2.06 2.02 4/90 29313
/proc/meminfo: memFree=62448/2055920 swapFree=4192812/4192956
[pid=29304] ppid=29302 vsize=864996 CPUtime=12.57
/proc/29304/stat : 29304 (java) S 29302 29304 28378 0 -1 0 171299 0 1 0 1183 74 0 0 20 0 9 0 90110409 885755904 170700 996147200 134512640 134550932 4294955888 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/29304/statm: 216249 170700 1889 9 0 210718 0
[pid=29304/tid=29306] ppid=29302 vsize=864996 CPUtime=8.83
/proc/29304/task/29306/stat : 29306 (java) R 29302 29304 28378 0 -1 64 14230 0 1 0 869 14 0 0 25 0 9 0 90110411 885755904 170700 996147200 134512640 134550932 4294955888 18446744073709551615 4126798974 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=29304/tid=29307] ppid=29302 vsize=864996 CPUtime=3.52
/proc/29304/task/29307/stat : 29307 (java) S 29302 29304 28378 0 -1 64 155772 0 0 0 294 58 0 0 16 0 9 0 90110413 885755904 170700 996147200 134512640 134550932 4294955888 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=29304/tid=29308] ppid=29302 vsize=864996 CPUtime=0
/proc/29304/task/29308/stat : 29308 (java) S 29302 29304 28378 0 -1 64 16 0 0 0 0 0 0 0 16 0 9 0 90110413 885755904 170700 996147200 134512640 134550932 4294955888 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=29304/tid=29309] ppid=29302 vsize=864996 CPUtime=0
/proc/29304/task/29309/stat : 29309 (java) S 29302 29304 28378 0 -1 64 5 0 0 0 0 0 0 0 16 0 9 0 90110413 885755904 170700 996147200 134512640 134550932 4294955888 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=29304/tid=29310] ppid=29302 vsize=864996 CPUtime=0
/proc/29304/task/29310/stat : 29310 (java) S 29302 29304 28378 0 -1 64 1 0 0 0 0 0 0 0 25 0 9 0 90110415 885755904 170700 996147200 134512640 134550932 4294955888 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=29304/tid=29311] ppid=29302 vsize=864996 CPUtime=0.18
/proc/29304/task/29311/stat : 29311 (java) S 29302 29304 28378 0 -1 64 563 0 0 0 18 0 0 0 16 0 9 0 90110415 885755904 170700 996147200 134512640 134550932 4294955888 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=29304/tid=29312] ppid=29302 vsize=864996 CPUtime=0
/proc/29304/task/29312/stat : 29312 (java) S 29302 29304 28378 0 -1 64 1 0 0 0 0 0 0 0 25 0 9 0 90110415 885755904 170700 996147200 134512640 134550932 4294955888 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=29304/tid=29313] ppid=29302 vsize=864996 CPUtime=0
/proc/29304/task/29313/stat : 29313 (java) S 29302 29304 28378 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 90110415 885755904 170700 996147200 134512640 134550932 4294955888 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 12.57
Current children cumulated vsize (KiB) 864996

[startup+25.5023 s]
/proc/loadavg: 2.52 2.13 2.04 4/90 29313
/proc/meminfo: memFree=36528/2055920 swapFree=4192812/4192956
[pid=29304] ppid=29302 vsize=893488 CPUtime=25.24
/proc/29304/stat : 29304 (java) S 29302 29304 28378 0 -1 0 244780 0 1 0 2420 104 0 0 20 0 9 0 90110409 914931712 182815 996147200 134512640 134550932 4294955888 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/29304/statm: 223372 182815 2610 9 0 217841 0
[pid=29304/tid=29306] ppid=29302 vsize=893488 CPUtime=11.83
/proc/29304/task/29306/stat : 29306 (java) S 29302 29304 28378 0 -1 64 14236 0 1 0 1169 14 0 0 21 0 9 0 90110411 914931712 182815 996147200 134512640 134550932 4294955888 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=29304/tid=29307] ppid=29302 vsize=893488 CPUtime=13.19
/proc/29304/task/29307/stat : 29307 (java) R 29302 29304 28378 0 -1 64 229247 0 0 0 1232 87 0 0 25 0 9 0 90110413 914931712 182815 996147200 134512640 134550932 4294955888 18446744073709551615 102758168 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=29304/tid=29308] ppid=29302 vsize=893488 CPUtime=0
/proc/29304/task/29308/stat : 29308 (java) S 29302 29304 28378 0 -1 64 16 0 0 0 0 0 0 0 16 0 9 0 90110413 914931712 182815 996147200 134512640 134550932 4294955888 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=29304/tid=29309] ppid=29302 vsize=893488 CPUtime=0
/proc/29304/task/29309/stat : 29309 (java) S 29302 29304 28378 0 -1 64 5 0 0 0 0 0 0 0 16 0 9 0 90110413 914931712 182815 996147200 134512640 134550932 4294955888 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=29304/tid=29310] ppid=29302 vsize=893488 CPUtime=0
/proc/29304/task/29310/stat : 29310 (java) S 29302 29304 28378 0 -1 64 1 0 0 0 0 0 0 0 25 0 9 0 90110415 914931712 182815 996147200 134512640 134550932 4294955888 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=29304/tid=29311] ppid=29302 vsize=893488 CPUtime=0.18
/proc/29304/task/29311/stat : 29311 (java) S 29302 29304 28378 0 -1 64 563 0 0 0 18 0 0 0 17 0 9 0 90110415 914931712 182815 996147200 134512640 134550932 4294955888 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=29304/tid=29312] ppid=29302 vsize=893488 CPUtime=0
/proc/29304/task/29312/stat : 29312 (java) S 29302 29304 28378 0 -1 64 1 0 0 0 0 0 0 0 25 0 9 0 90110415 914931712 182815 996147200 134512640 134550932 4294955888 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=29304/tid=29313] ppid=29302 vsize=893488 CPUtime=0
/proc/29304/task/29313/stat : 29313 (java) S 29302 29304 28378 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 90110415 914931712 182815 996147200 134512640 134550932 4294955888 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 25.24
Current children cumulated vsize (KiB) 893488

[startup+51.1022 s]
/proc/loadavg: 2.61 2.18 2.06 3/90 29313
/proc/meminfo: memFree=47216/2055920 swapFree=4192812/4192956
[pid=29304] ppid=29302 vsize=879024 CPUtime=50.52
/proc/29304/stat : 29304 (java) S 29302 29304 28378 0 -1 0 328074 0 1 0 4915 137 0 0 20 0 9 0 90110409 900120576 188084 996147200 134512640 134550932 4294955888 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/29304/statm: 219756 188084 2622 9 0 214225 0
[pid=29304/tid=29306] ppid=29302 vsize=879024 CPUtime=16.24
/proc/29304/task/29306/stat : 29306 (java) S 29302 29304 28378 0 -1 64 14421 0 1 0 1609 15 0 0 17 0 9 0 90110411 900120576 188084 996147200 134512640 134550932 4294955888 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=29304/tid=29307] ppid=29302 vsize=879024 CPUtime=33.99
/proc/29304/task/29307/stat : 29307 (java) R 29302 29304 28378 0 -1 64 312083 0 0 0 3279 120 0 0 25 0 9 0 90110413 900120576 188084 996147200 134512640 134550932 4294955888 18446744073709551615 102758158 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=29304/tid=29308] ppid=29302 vsize=879024 CPUtime=0
/proc/29304/task/29308/stat : 29308 (java) S 29302 29304 28378 0 -1 64 16 0 0 0 0 0 0 0 16 0 9 0 90110413 900120576 188084 996147200 134512640 134550932 4294955888 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=29304/tid=29309] ppid=29302 vsize=879024 CPUtime=0
/proc/29304/task/29309/stat : 29309 (java) S 29302 29304 28378 0 -1 64 5 0 0 0 0 0 0 0 16 0 9 0 90110413 900120576 188084 996147200 134512640 134550932 4294955888 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=29304/tid=29310] ppid=29302 vsize=879024 CPUtime=0
/proc/29304/task/29310/stat : 29310 (java) S 29302 29304 28378 0 -1 64 1 0 0 0 0 0 0 0 25 0 9 0 90110415 900120576 188084 996147200 134512640 134550932 4294955888 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=29304/tid=29311] ppid=29302 vsize=879024 CPUtime=0.25
/proc/29304/task/29311/stat : 29311 (java) S 29302 29304 28378 0 -1 64 836 0 0 0 25 0 0 0 15 0 9 0 90110415 900120576 188084 996147200 134512640 134550932 4294955888 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=29304/tid=29312] ppid=29302 vsize=879024 CPUtime=0
/proc/29304/task/29312/stat : 29312 (java) S 29302 29304 28378 0 -1 64 1 0 0 0 0 0 0 0 25 0 9 0 90110415 900120576 188084 996147200 134512640 134550932 4294955888 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=29304/tid=29313] ppid=29302 vsize=879024 CPUtime=0
/proc/29304/task/29313/stat : 29313 (java) S 29302 29304 28378 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 90110415 900120576 188084 996147200 134512640 134550932 4294955888 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 50.52
Current children cumulated vsize (KiB) 879024

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

[startup+54.3015 s]
/proc/loadavg: 2.61 2.18 2.06 3/90 29313
/proc/meminfo: memFree=49136/2055920 swapFree=4192812/4192956
[pid=29304] ppid=29302 vsize=879024 CPUtime=53.69
/proc/29304/stat : 29304 (java) S 29302 29304 28378 0 -1 0 341678 0 1 0 5227 142 0 0 20 0 9 0 90110409 900120576 188084 996147200 134512640 134550932 4294955888 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/29304/statm: 219756 188084 2622 9 0 214225 0
[pid=29304/tid=29306] ppid=29302 vsize=879024 CPUtime=16.24
/proc/29304/task/29306/stat : 29306 (java) S 29302 29304 28378 0 -1 64 14421 0 1 0 1609 15 0 0 17 0 9 0 90110411 900120576 188084 996147200 134512640 134550932 4294955888 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=29304/tid=29307] ppid=29302 vsize=879024 CPUtime=37.16
/proc/29304/task/29307/stat : 29307 (java) R 29302 29304 28378 0 -1 64 325687 0 0 0 3591 125 0 0 25 0 9 0 90110413 900120576 188084 996147200 134512640 134550932 4294955888 18446744073709551615 103731937 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=29304/tid=29308] ppid=29302 vsize=879024 CPUtime=0
/proc/29304/task/29308/stat : 29308 (java) S 29302 29304 28378 0 -1 64 16 0 0 0 0 0 0 0 16 0 9 0 90110413 900120576 188084 996147200 134512640 134550932 4294955888 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=29304/tid=29309] ppid=29302 vsize=879024 CPUtime=0
/proc/29304/task/29309/stat : 29309 (java) S 29302 29304 28378 0 -1 64 5 0 0 0 0 0 0 0 16 0 9 0 90110413 900120576 188084 996147200 134512640 134550932 4294955888 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=29304/tid=29310] ppid=29302 vsize=879024 CPUtime=0
/proc/29304/task/29310/stat : 29310 (java) S 29302 29304 28378 0 -1 64 1 0 0 0 0 0 0 0 25 0 9 0 90110415 900120576 188084 996147200 134512640 134550932 4294955888 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=29304/tid=29311] ppid=29302 vsize=879024 CPUtime=0.25
/proc/29304/task/29311/stat : 29311 (java) S 29302 29304 28378 0 -1 64 836 0 0 0 25 0 0 0 15 0 9 0 90110415 900120576 188084 996147200 134512640 134550932 4294955888 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=29304/tid=29312] ppid=29302 vsize=879024 CPUtime=0
/proc/29304/task/29312/stat : 29312 (java) S 29302 29304 28378 0 -1 64 1 0 0 0 0 0 0 0 25 0 9 0 90110415 900120576 188084 996147200 134512640 134550932 4294955888 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=29304/tid=29313] ppid=29302 vsize=879024 CPUtime=0
/proc/29304/task/29313/stat : 29313 (java) S 29302 29304 28378 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 90110415 900120576 188084 996147200 134512640 134550932 4294955888 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 53.69
Current children cumulated vsize (KiB) 879024

[startup+55.9017 s]
/proc/loadavg: 2.61 2.18 2.06 3/90 29313
/proc/meminfo: memFree=32880/2055920 swapFree=4192812/4192956
[pid=29304] ppid=29302 vsize=894384 CPUtime=55.28
/proc/29304/stat : 29304 (java) S 29302 29304 28378 0 -1 0 349362 0 1 0 5382 146 0 0 20 0 9 0 90110409 915849216 191924 996147200 134512640 134550932 4294955888 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/29304/statm: 223596 191924 2622 9 0 218065 0
[pid=29304/tid=29306] ppid=29302 vsize=894384 CPUtime=16.24
/proc/29304/task/29306/stat : 29306 (java) S 29302 29304 28378 0 -1 64 14421 0 1 0 1609 15 0 0 17 0 9 0 90110411 915849216 191924 996147200 134512640 134550932 4294955888 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=29304/tid=29307] ppid=29302 vsize=894384 CPUtime=38.76
/proc/29304/task/29307/stat : 29307 (java) R 29302 29304 28378 0 -1 64 333371 0 0 0 3747 129 0 0 25 0 9 0 90110413 915849216 191924 996147200 134512640 134550932 4294955888 18446744073709551615 102768109 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=29304/tid=29308] ppid=29302 vsize=894384 CPUtime=0
/proc/29304/task/29308/stat : 29308 (java) S 29302 29304 28378 0 -1 64 16 0 0 0 0 0 0 0 16 0 9 0 90110413 915849216 191924 996147200 134512640 134550932 4294955888 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=29304/tid=29309] ppid=29302 vsize=894384 CPUtime=0
/proc/29304/task/29309/stat : 29309 (java) S 29302 29304 28378 0 -1 64 5 0 0 0 0 0 0 0 16 0 9 0 90110413 915849216 191924 996147200 134512640 134550932 4294955888 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=29304/tid=29310] ppid=29302 vsize=894384 CPUtime=0
/proc/29304/task/29310/stat : 29310 (java) S 29302 29304 28378 0 -1 64 1 0 0 0 0 0 0 0 25 0 9 0 90110415 915849216 191924 996147200 134512640 134550932 4294955888 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=29304/tid=29311] ppid=29302 vsize=894384 CPUtime=0.25
/proc/29304/task/29311/stat : 29311 (java) S 29302 29304 28378 0 -1 64 836 0 0 0 25 0 0 0 15 0 9 0 90110415 915849216 191924 996147200 134512640 134550932 4294955888 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=29304/tid=29312] ppid=29302 vsize=894384 CPUtime=0
/proc/29304/task/29312/stat : 29312 (java) S 29302 29304 28378 0 -1 64 1 0 0 0 0 0 0 0 25 0 9 0 90110415 915849216 191924 996147200 134512640 134550932 4294955888 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=29304/tid=29313] ppid=29302 vsize=894384 CPUtime=0
/proc/29304/task/29313/stat : 29313 (java) S 29302 29304 28378 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 90110415 915849216 191924 996147200 134512640 134550932 4294955888 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 55.28
Current children cumulated vsize (KiB) 894384

[startup+56.7018 s]
/proc/loadavg: 2.56 2.18 2.06 4/90 29313
/proc/meminfo: memFree=22576/2055920 swapFree=4192812/4192956
[pid=29304] ppid=29302 vsize=894384 CPUtime=56.07
/proc/29304/stat : 29304 (java) S 29302 29304 28378 0 -1 0 349362 0 1 0 5461 146 0 0 20 0 9 0 90110409 915849216 191924 996147200 134512640 134550932 4294955888 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/29304/statm: 223596 191924 2622 9 0 218065 0
[pid=29304/tid=29306] ppid=29302 vsize=894384 CPUtime=16.24
/proc/29304/task/29306/stat : 29306 (java) S 29302 29304 28378 0 -1 64 14421 0 1 0 1609 15 0 0 17 0 9 0 90110411 915849216 191924 996147200 134512640 134550932 4294955888 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=29304/tid=29307] ppid=29302 vsize=894384 CPUtime=39.55
/proc/29304/task/29307/stat : 29307 (java) R 29302 29304 28378 0 -1 64 333371 0 0 0 3826 129 0 0 25 0 9 0 90110413 915849216 191924 996147200 134512640 134550932 4294955888 18446744073709551615 102768132 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=29304/tid=29308] ppid=29302 vsize=894384 CPUtime=0
/proc/29304/task/29308/stat : 29308 (java) S 29302 29304 28378 0 -1 64 16 0 0 0 0 0 0 0 16 0 9 0 90110413 915849216 191924 996147200 134512640 134550932 4294955888 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=29304/tid=29309] ppid=29302 vsize=894384 CPUtime=0
/proc/29304/task/29309/stat : 29309 (java) S 29302 29304 28378 0 -1 64 5 0 0 0 0 0 0 0 16 0 9 0 90110413 915849216 191924 996147200 134512640 134550932 4294955888 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=29304/tid=29310] ppid=29302 vsize=894384 CPUtime=0
/proc/29304/task/29310/stat : 29310 (java) S 29302 29304 28378 0 -1 64 1 0 0 0 0 0 0 0 25 0 9 0 90110415 915849216 191924 996147200 134512640 134550932 4294955888 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=29304/tid=29311] ppid=29302 vsize=894384 CPUtime=0.25
/proc/29304/task/29311/stat : 29311 (java) S 29302 29304 28378 0 -1 64 836 0 0 0 25 0 0 0 15 0 9 0 90110415 915849216 191924 996147200 134512640 134550932 4294955888 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=29304/tid=29312] ppid=29302 vsize=894384 CPUtime=0
/proc/29304/task/29312/stat : 29312 (java) S 29302 29304 28378 0 -1 64 1 0 0 0 0 0 0 0 25 0 9 0 90110415 915849216 191924 996147200 134512640 134550932 4294955888 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=29304/tid=29313] ppid=29302 vsize=894384 CPUtime=0
/proc/29304/task/29313/stat : 29313 (java) S 29302 29304 28378 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 90110415 915849216 191924 996147200 134512640 134550932 4294955888 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 56.07
Current children cumulated vsize (KiB) 894384

[startup+57.1066 s]
/proc/loadavg: 2.56 2.18 2.06 3/82 29314
/proc/meminfo: memFree=435448/2055920 swapFree=4192812/4192956
[pid=29304] ppid=29302 vsize=0 CPUtime=56.44
/proc/29304/stat : 29304 (java) Z 29302 29304 28378 0 -1 12 349379 0 1 0 5492 152 0 0 16 0 2 0 90110409 0 0 996147200 0 0 0 0 0 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/29304/statm: 0 0 0 0 0 0 0
Current children cumulated CPU time (s) 56.44
Current children cumulated vsize (KiB) 0

Child status: 0
Real time (s): 57.161
CPU time (s): 56.5014
CPU user time (s): 54.9286
CPU system time (s): 1.57276
CPU usage (%): 98.8461
Max. virtual memory (cumulated for all children) (KiB): 901492

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 54.9286
system time used= 1.57276
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 349379
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= 2542
involuntary context switches= 3760

runsolver used 0.084987 second user time and 0.182972 second system time

The end

Launcher Data

Begin job on node91 at 2009-07-19 21:07:38
IDJOB=2115880
IDBENCH=55934
IDSOLVER=780
FILE ID=node91/2115880-1248030454
PBS_JOBID= 9528873
Free space on /tmp= 66108 MiB

SOLVER NAME= Choco2.1.1b 2009-07-16
BENCH NAME= CPAI08/csp/pseudoGLB/normalized-pigeon-clauses-95-90.xml
COMMAND LINE= java -Xms700M -Xmx700M -jar HOME/choco2.1.1.b.jar -file BENCHNAME -randval true -h 1 -ac 32 -saclim 60 -s true -verb 0 -seed 11041979
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-2115880-1248030454/watcher-2115880-1248030454 -o /tmp/evaluation-result-2115880-1248030454/solver-2115880-1248030454 -C 1800 -W 2000 -M 900  java -Xms700M -Xmx700M -jar HOME/choco2.1.1.b.jar -file HOME/instance-2115880-1248030454.xml -randval true -h 1 -ac 32 -saclim 60 -s true -verb 0 -seed 11041979

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

MD5SUM BENCH= de817014db59f29d4679c14de52332f3
RANDOM SEED=1696303577

node91.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.241
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.241
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:        733456 kB
Buffers:         93804 kB
Cached:        1046080 kB
SwapCached:          0 kB
Active:         434096 kB
Inactive:       779952 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:        733456 kB
SwapTotal:     4192956 kB
SwapFree:      4192812 kB
Dirty:           72224 kB
Writeback:           0 kB
Mapped:          91868 kB
Slab:            93544 kB
Committed_AS:  1347952 kB
PageTables:       1860 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= 66104 MiB
End job on node91 at 2009-07-19 21:08:35