Trace number 3190731

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
SAT4J core 2.3.0 SNAPSHOT 2011-02-06UNSAT 4.84326 3.33034

General information on the benchmark

Namerandom/medium/
unif-k5-r21.3-v50-c1065-S505037856-056.UNKNOWN.cnf
MD5SUM69b47b18aa8daf76b06e630878962b33
Bench CategoryRANDOM (random instances)
Best result obtained on this benchmarkUNSAT
Best CPU time to get the best result obtained on this benchmark0.144977
Satisfiable
(Un)Satisfiability was proved
Number of variables50
Number of clauses1065
Sum of the clauses size5325
Maximum clause length5
Minimum clause length5
Number of clauses of size 10
Number of clauses of size 20
Number of clauses of size 30
Number of clauses of size 40
Number of clauses of size 51065
Number of clauses of size over 50

Solver Data

0.00/0.08	c SAT4J: a SATisfiability library for Java (c) 2004-2010 Daniel Le Berre
0.00/0.08	c This is free software under the dual EPL/GNU LGPL licenses.
0.00/0.08	c See www.sat4j.org for details.
0.00/0.08	c no version file found!!!
0.00/0.08	c java.runtime.name	Java(TM) SE Runtime Environment
0.00/0.08	c java.vm.name		Java HotSpot(TM) 64-Bit Server VM
0.00/0.08	c java.vm.version	19.1-b02
0.00/0.08	c java.vm.vendor	Sun Microsystems Inc.
0.00/0.08	c sun.arch.data.model	64
0.00/0.08	c java.version		1.6.0_24
0.00/0.08	c os.name		Linux
0.00/0.08	c os.version		2.6.18-164.el5
0.00/0.08	c os.arch		amd64
0.00/0.08	c Free memory 		6997539544
0.00/0.08	c Max memory 		7034241024
0.00/0.08	c Total memory 		7034241024
0.00/0.08	c Number of processors 	8
0.00/0.10	c --- Begin Solver configuration ---
0.00/0.10	c org.sat4j.minisat.constraints.MixedDataStructureDanielWL@50337d0f
0.00/0.10	c Learn all clauses as in MiniSAT
0.00/0.10	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.1 initConflictBound=100 
0.00/0.10	c VSIDS like heuristics from MiniSAT using a heap lightweight component caching from RSAT
0.00/0.10	c Expensive reason simplification
0.00/0.10	c Armin Biere (Picosat) restarts strategy
0.00/0.10	c Glucose learned constraints deletion strategy
0.00/0.10	c timeout=2147483647s
0.00/0.10	c DB Simplification allowed=true
0.00/0.10	c --- End Solver configuration ---
0.00/0.10	c solving HOME/instance-3190731-1302603815.cnf
0.00/0.10	c reading problem ... 
0.11/0.13	c ... done. Wall clock time 0.019s.
0.11/0.13	c #vars     50
0.11/0.13	c #constraints  1065
0.11/0.13	c constraints type 
0.11/0.13	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 1065
0.75/0.56	c cleaning 2500 clauses out of 5000 with flag 5000/5000
1.39/0.91	c cleaning 4251 clauses out of 8501 with flag 11001/11001
1.79/1.39	c cleaning 5624 clauses out of 11249 with flag 18000/18000
2.58/2.11	c cleaning 6813 clauses out of 13627 with flag 26002/26002
3.79/2.80	c cleaning 4685 clauses out of 9369 with flag 35000/35000
4.81/3.32	c starts		: 208
4.81/3.32	c conflicts		: 43070
4.81/3.32	c decisions		: 48175
4.81/3.32	c propagations		: 457130
4.81/3.32	c inspects		: 45058883
4.81/3.32	c shortcuts		: 0
4.81/3.32	c learnt literals	: 13
4.81/3.32	c learnt binary clauses	: 83
4.81/3.32	c learnt ternary clauses	: 346
4.81/3.32	c learnt constraints	: 43056
4.81/3.32	c ignored constraints	: 0
4.81/3.32	c root simplifications	: 220
4.81/3.32	c removed literals (reason simplification)	: 160708
4.81/3.32	c reason swapping (by a shorter reason)	: 0
4.81/3.32	c Calls to reduceDB	: 5
4.81/3.32	c speed (assignments/second)	: 142719.3256322198
4.81/3.32	c non guided choices	19
4.81/3.32	c learnt constraints type 
4.81/3.32	c org.sat4j.minisat.constraints.cnf.LearntBinaryClause => 3
4.81/3.32	c org.sat4j.minisat.constraints.cnf.LearntWLClause => 209
4.81/3.32	c constraints type 
4.81/3.32	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 1065
4.81/3.32	s UNSATISFIABLE
4.81/3.32	c Total wall clock time (in seconds) : 3.222

Verifier Data

No possible verification on an UNSAT instance

Watcher Data

runsolver Copyright (C) 2010 Olivier ROUSSEL

This is runsolver version 3.3.0 (svn: 893)

This program is distributed in the hope that it will be useful,
but WITHOUT ANY WARRANTY; without even the implied warranty of
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
GNU General Public License for more details.

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-3190731-1302603815/watcher-3190731-1302603815 -o /tmp/evaluation-result-3190731-1302603815/solver-3190731-1302603815 -C 2400 -W 1300 -M 7680 java -server -XX:MaxPermSize=256m -Xms7000m -Xmx7000m -jar org.sat4j.core.jar HOME/instance-3190731-1302603815.cnf 

running on 2 cores: 0,2

Enforcing CPUTime limit (soft limit, will send SIGTERM then SIGKILL): 2400 seconds
Enforcing CPUTime limit (hard limit, will send SIGXCPU): 2430 seconds
Enforcing wall clock limit (soft limit, will send SIGTERM then SIGKILL): 1300 seconds
Enforcing VSIZE limit (soft limit, will send SIGTERM then SIGKILL): 7864320 KiB
Enforcing VSIZE limit (hard limit, stack expansion will fail with SIGSEGV, brk() and mmap() will return ENOMEM): 7915520 KiB
Current StackSize limit: 10240 KiB


[startup+0 s]
/proc/loadavg: 0.85 1.44 2.63 3/174 30956
/proc/meminfo: memFree=16948524/32951124 swapFree=67111528/67111528
[pid=30956] ppid=30954 vsize=23028 CPUtime=0 cores=0,2
/proc/30956/stat : 30956 (java) R 30954 30956 29701 0 -1 4202496 467 0 0 0 0 0 0 0 21 0 1 0 352796812 23580672 207 33554432000 1073741824 1073778376 140734905118576 18446744073709551615 254256654101 0 0 4096 0 0 0 0 17 0 0 0 0
/proc/30956/statm: 5757 221 173 9 0 124 0

[startup+0.025641 s]
/proc/loadavg: 0.85 1.44 2.63 3/174 30956
/proc/meminfo: memFree=16948524/32951124 swapFree=67111528/67111528
[pid=30956] ppid=30954 vsize=7540840 CPUtime=0 cores=0,2
/proc/30956/stat : 30956 (java) S 30954 30956 29701 0 -1 4202496 6138 0 1 0 0 0 0 0 21 0 2 0 352796812 7721820160 5836 33554432000 1073741824 1073778376 140734905118576 18446744073709551615 254273419237 0 0 0 16784584 18446744073709551615 0 0 17 0 0 0 0
/proc/30956/statm: 1885210 5836 919 9 0 1876366 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 7540840

[startup+0.112647 s]
/proc/loadavg: 0.85 1.44 2.63 3/174 30956
/proc/meminfo: memFree=16948524/32951124 swapFree=67111528/67111528
[pid=30956] ppid=30954 vsize=7636224 CPUtime=0.11 cores=0,2
/proc/30956/stat : 30956 (java) S 30954 30956 29701 0 -1 4202496 10354 0 1 0 10 1 0 0 21 0 18 0 352796812 7819493376 10047 33554432000 1073741824 1073778376 140734905118576 18446744073709551615 254273419237 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/30956/statm: 1909056 10047 2093 9 0 1899794 0
Current children cumulated CPU time (s) 0.11
Current children cumulated vsize (KiB) 7636224

[startup+0.300552 s]
/proc/loadavg: 0.85 1.44 2.63 3/174 30956
/proc/meminfo: memFree=16948524/32951124 swapFree=67111528/67111528
[pid=30956] ppid=30954 vsize=7642108 CPUtime=0.48 cores=0,2
/proc/30956/stat : 30956 (java) S 30954 30956 29701 0 -1 4202496 12481 0 1 0 47 1 0 0 21 0 19 0 352796812 7825518592 11542 33554432000 1073741824 1073778376 140734905118576 18446744073709551615 254273419237 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/30956/statm: 1910527 11542 2195 9 0 1901265 0
Current children cumulated CPU time (s) 0.48
Current children cumulated vsize (KiB) 7642108

[startup+0.700483 s]
/proc/loadavg: 0.85 1.44 2.63 3/174 30956
/proc/meminfo: memFree=16948524/32951124 swapFree=67111528/67111528
[pid=30956] ppid=30954 vsize=7665712 CPUtime=1.14 cores=0,2
/proc/30956/stat : 30956 (java) S 30954 30956 29701 0 -1 4202496 20295 0 1 0 112 2 0 0 21 0 19 0 352796812 7849689088 17421 33554432000 1073741824 1073778376 140734905118576 18446744073709551615 254273419237 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/30956/statm: 1916428 17421 2231 9 0 1907166 0
Current children cumulated CPU time (s) 1.14
Current children cumulated vsize (KiB) 7665712

[startup+1.50143 s]
/proc/loadavg: 0.85 1.44 2.63 7/262 31053
/proc/meminfo: memFree=16695584/32951124 swapFree=67111528/67111528
[pid=30956] ppid=30954 vsize=7665712 CPUtime=2 cores=0,2
/proc/30956/stat : 30956 (java) S 30954 30956 29701 0 -1 4202496 20788 0 1 0 198 2 0 0 21 0 19 0 352796812 7849689088 17912 33554432000 1073741824 1073778376 140734905118576 18446744073709551615 254273419237 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/30956/statm: 1916428 17912 2237 9 0 1907166 0
[pid=30956/tid=30963] ppid=30954 vsize=7665712 CPUtime=1.44 cores=0,2
/proc/30956/task/30963/stat : 30963 (java) R 30954 30956 29701 0 -1 4202560 8941 0 1 0 143 1 0 0 20 0 19 0 352796812 7849689088 17912 33554432000 1073741824 1073778376 140734905118576 18446744073709551615 46912505527365 0 4 0 16800975 0 0 0 -1 0 0 0 0
[pid=30956/tid=30974] ppid=30954 vsize=7665712 CPUtime=0 cores=0,2
/proc/30956/task/30974/stat : 30974 (java) S 30954 30956 29701 0 -1 4202560 205 0 0 0 0 0 0 0 15 0 19 0 352796814 7849689088 17912 33554432000 1073741824 1073778376 140734905118576 18446744073709551615 254273432473 0 4 0 16800975 18446604453952735424 0 0 -1 2 0 0 0
[pid=30956/tid=30977] ppid=30954 vsize=7665712 CPUtime=0 cores=0,2
/proc/30956/task/30977/stat : 30977 (java) S 30954 30956 29701 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 19 0 352796814 7849689088 17912 33554432000 1073741824 1073778376 140734905118576 18446744073709551615 254273432473 0 4 0 16800975 18446604453952735424 0 0 -1 2 0 0 0
[pid=30956/tid=30979] ppid=30954 vsize=7665712 CPUtime=0 cores=0,2
/proc/30956/task/30979/stat : 30979 (java) S 30954 30956 29701 0 -1 4202560 190 0 0 0 0 0 0 0 15 0 19 0 352796814 7849689088 17912 33554432000 1073741824 1073778376 140734905118576 18446744073709551615 254273432473 0 4 0 16800975 18446604453952735424 0 0 -1 2 0 0 0
[pid=30956/tid=30981] ppid=30954 vsize=7665712 CPUtime=0 cores=0,2
/proc/30956/task/30981/stat : 30981 (java) S 30954 30956 29701 0 -1 4202560 22 0 0 0 0 0 0 0 15 0 19 0 352796814 7849689088 17912 33554432000 1073741824 1073778376 140734905118576 18446744073709551615 254273432473 0 4 0 16800975 18446604453952735424 0 0 -1 2 0 0 0
[pid=30956/tid=30982] ppid=30954 vsize=7665712 CPUtime=0 cores=0,2
/proc/30956/task/30982/stat : 30982 (java) S 30954 30956 29701 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 19 0 352796814 7849689088 17912 33554432000 1073741824 1073778376 140734905118576 18446744073709551615 254273432473 0 4 0 16800975 18446604453952735424 0 0 -1 2 0 0 0
[pid=30956/tid=30984] ppid=30954 vsize=7665712 CPUtime=0 cores=0,2
/proc/30956/task/30984/stat : 30984 (java) S 30954 30956 29701 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 19 0 352796814 7849689088 17912 33554432000 1073741824 1073778376 140734905118576 18446744073709551615 254273432473 0 4 0 16800975 18446604453952735424 0 0 -1 2 0 0 0
[pid=30956/tid=30987] ppid=30954 vsize=7665712 CPUtime=0 cores=0,2
/proc/30956/task/30987/stat : 30987 (java) S 30954 30956 29701 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 19 0 352796814 7849689088 17912 33554432000 1073741824 1073778376 140734905118576 18446744073709551615 254273432473 0 4 0 16800975 18446604453952735424 0 0 -1 2 0 0 0
[pid=30956/tid=30988] ppid=30954 vsize=7665712 CPUtime=0 cores=0,2
/proc/30956/task/30988/stat : 30988 (java) S 30954 30956 29701 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 19 0 352796814 7849689088 17912 33554432000 1073741824 1073778376 140734905118576 18446744073709551615 254273432473 0 4 0 16800975 18446604453952735424 0 0 -1 0 0 0 0
[pid=30956/tid=30991] ppid=30954 vsize=7665712 CPUtime=0.03 cores=0,2
/proc/30956/task/30991/stat : 30991 (java) S 30954 30956 29701 0 -1 4202560 467 0 0 0 3 0 0 0 16 0 19 0 352796815 7849689088 17912 33554432000 1073741824 1073778376 140734905118576 18446744073709551615 254273433088 0 0 0 16800975 18446604453952735424 0 0 -1 0 0 0 0
[pid=30956/tid=30993] ppid=30954 vsize=7665712 CPUtime=0 cores=0,2
/proc/30956/task/30993/stat : 30993 (java) S 30954 30956 29701 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 352796816 7849689088 17912 33554432000 1073741824 1073778376 140734905118576 18446744073709551615 254273432473 0 4 0 16800975 18446604453952735424 0 0 -1 2 0 0 0
[pid=30956/tid=30995] ppid=30954 vsize=7665712 CPUtime=0 cores=0,2
/proc/30956/task/30995/stat : 30995 (java) S 30954 30956 29701 0 -1 4202560 10 0 0 0 0 0 0 0 19 0 19 0 352796816 7849689088 17912 33554432000 1073741824 1073778376 140734905118576 18446744073709551615 254273432473 0 4 0 16800975 18446604453952735424 0 0 -1 2 0 0 0
[pid=30956/tid=31008] ppid=30954 vsize=7665712 CPUtime=0 cores=0,2
/proc/30956/task/31008/stat : 31008 (java) S 30954 30956 29701 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 352796818 7849689088 17912 33554432000 1073741824 1073778376 140734905118576 18446744073709551615 254273440177 0 4 0 16800975 18446604453952735424 0 0 -1 2 0 0 0
[pid=30956/tid=31009] ppid=30954 vsize=7665712 CPUtime=0.26 cores=0,2
/proc/30956/task/31009/stat : 31009 (java) S 30954 30956 29701 0 -1 4202560 7111 0 0 0 25 1 0 0 15 0 19 0 352796818 7849689088 17912 33554432000 1073741824 1073778376 140734905118576 18446744073709551615 254273432473 0 4 0 16800975 18446604453952735424 0 0 -1 2 0 0 0
[pid=30956/tid=31012] ppid=30954 vsize=7665712 CPUtime=0.25 cores=0,2
/proc/30956/task/31012/stat : 31012 (java) S 30954 30956 29701 0 -1 4202560 2693 0 0 0 25 0 0 0 15 0 19 0 352796818 7849689088 17912 33554432000 1073741824 1073778376 140734905118576 18446744073709551615 254273432473 0 4 0 16800975 18446604453952735424 0 0 -1 2 0 0 0
[pid=30956/tid=31013] ppid=30954 vsize=7665712 CPUtime=0 cores=0,2
/proc/30956/task/31013/stat : 31013 (java) S 30954 30956 29701 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 352796818 7849689088 17912 33554432000 1073741824 1073778376 140734905118576 18446744073709551615 254273432473 0 4 0 16800975 18446604453952735424 0 0 -1 2 0 0 0
[pid=30956/tid=31016] ppid=30954 vsize=7665712 CPUtime=0 cores=0,2
/proc/30956/task/31016/stat : 31016 (java) S 30954 30956 29701 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 19 0 352796818 7849689088 17912 33554432000 1073741824 1073778376 140734905118576 18446744073709551615 254273433088 0 4 0 16800975 18446604453952735424 0 0 -1 2 0 0 0
[pid=30956/tid=31023] ppid=30954 vsize=7665712 CPUtime=0 cores=0,2
/proc/30956/task/31023/stat : 31023 (java) S 30954 30956 29701 0 -1 4202560 7 0 0 0 0 0 0 0 19 0 19 0 352796824 7849689088 17912 33554432000 1073741824 1073778376 140734905118576 18446744073709551615 254273433088 0 4 0 16800975 18446604453952735424 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 2
Current children cumulated vsize (KiB) 7665712

[startup+3.10109 s]
/proc/loadavg: 0.85 1.44 2.63 7/262 31053
/proc/meminfo: memFree=16685264/32951124 swapFree=67111528/67111528
[pid=30956] ppid=30954 vsize=7669432 CPUtime=4.5 cores=0,2
/proc/30956/stat : 30956 (java) S 30954 30956 29701 0 -1 4202496 23299 0 1 0 448 2 0 0 21 0 19 0 352796812 7853498368 19082 33554432000 1073741824 1073778376 140734905118576 18446744073709551615 254273419237 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/30956/statm: 1917358 19082 2241 9 0 1908096 0
[pid=30956/tid=30963] ppid=30954 vsize=7669432 CPUtime=2.99 cores=0,2
/proc/30956/task/30963/stat : 30963 (java) R 30954 30956 29701 0 -1 4202560 8954 0 1 0 298 1 0 0 25 0 19 0 352796812 7853498368 19082 33554432000 1073741824 1073778376 140734905118576 18446744073709551615 46912505960316 0 4 0 16800975 0 0 0 -1 0 0 0 0
[pid=30956/tid=30974] ppid=30954 vsize=7669432 CPUtime=0 cores=0,2
/proc/30956/task/30974/stat : 30974 (java) S 30954 30956 29701 0 -1 4202560 208 0 0 0 0 0 0 0 16 0 19 0 352796814 7853498368 19082 33554432000 1073741824 1073778376 140734905118576 18446744073709551615 254273432473 0 4 0 16800975 18446604453952735424 0 0 -1 2 0 0 0
[pid=30956/tid=30977] ppid=30954 vsize=7669432 CPUtime=0 cores=0,2
/proc/30956/task/30977/stat : 30977 (java) S 30954 30956 29701 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 19 0 352796814 7853498368 19082 33554432000 1073741824 1073778376 140734905118576 18446744073709551615 254273432473 0 4 0 16800975 18446604453952735424 0 0 -1 2 0 0 0
[pid=30956/tid=30979] ppid=30954 vsize=7669432 CPUtime=0 cores=0,2
/proc/30956/task/30979/stat : 30979 (java) S 30954 30956 29701 0 -1 4202560 190 0 0 0 0 0 0 0 15 0 19 0 352796814 7853498368 19082 33554432000 1073741824 1073778376 140734905118576 18446744073709551615 254273432473 0 4 0 16800975 18446604453952735424 0 0 -1 2 0 0 0
[pid=30956/tid=30981] ppid=30954 vsize=7669432 CPUtime=0 cores=0,2
/proc/30956/task/30981/stat : 30981 (java) S 30954 30956 29701 0 -1 4202560 22 0 0 0 0 0 0 0 15 0 19 0 352796814 7853498368 19082 33554432000 1073741824 1073778376 140734905118576 18446744073709551615 254273432473 0 4 0 16800975 18446604453952735424 0 0 -1 2 0 0 0
[pid=30956/tid=30982] ppid=30954 vsize=7669432 CPUtime=0 cores=0,2
/proc/30956/task/30982/stat : 30982 (java) S 30954 30956 29701 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 19 0 352796814 7853498368 19082 33554432000 1073741824 1073778376 140734905118576 18446744073709551615 254273432473 0 4 0 16800975 18446604453952735424 0 0 -1 2 0 0 0
[pid=30956/tid=30984] ppid=30954 vsize=7669432 CPUtime=0 cores=0,2
/proc/30956/task/30984/stat : 30984 (java) S 30954 30956 29701 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 19 0 352796814 7853498368 19082 33554432000 1073741824 1073778376 140734905118576 18446744073709551615 254273432473 0 4 0 16800975 18446604453952735424 0 0 -1 2 0 0 0
[pid=30956/tid=30987] ppid=30954 vsize=7669432 CPUtime=0 cores=0,2
/proc/30956/task/30987/stat : 30987 (java) S 30954 30956 29701 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 19 0 352796814 7853498368 19082 33554432000 1073741824 1073778376 140734905118576 18446744073709551615 254273432473 0 4 0 16800975 18446604453952735424 0 0 -1 2 0 0 0
[pid=30956/tid=30988] ppid=30954 vsize=7669432 CPUtime=0 cores=0,2
/proc/30956/task/30988/stat : 30988 (java) S 30954 30956 29701 0 -1 4202560 42 0 0 0 0 0 0 0 15 0 19 0 352796814 7853498368 19082 33554432000 1073741824 1073778376 140734905118576 18446744073709551615 254273432473 0 4 0 16800975 18446604453952735424 0 0 -1 2 0 0 0
[pid=30956/tid=30991] ppid=30954 vsize=7669432 CPUtime=0.05 cores=0,2
/proc/30956/task/30991/stat : 30991 (java) S 30954 30956 29701 0 -1 4202560 467 0 0 0 5 0 0 0 16 0 19 0 352796815 7853498368 19082 33554432000 1073741824 1073778376 140734905118576 18446744073709551615 254273433088 0 0 0 16800975 18446604453952735424 0 0 -1 0 0 0 0
[pid=30956/tid=30993] ppid=30954 vsize=7669432 CPUtime=0 cores=0,2
/proc/30956/task/30993/stat : 30993 (java) S 30954 30956 29701 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 352796816 7853498368 19082 33554432000 1073741824 1073778376 140734905118576 18446744073709551615 254273432473 0 4 0 16800975 18446604453952735424 0 0 -1 2 0 0 0
[pid=30956/tid=30995] ppid=30954 vsize=7669432 CPUtime=0 cores=0,2
/proc/30956/task/30995/stat : 30995 (java) S 30954 30956 29701 0 -1 4202560 10 0 0 0 0 0 0 0 19 0 19 0 352796816 7853498368 19082 33554432000 1073741824 1073778376 140734905118576 18446744073709551615 254273432473 0 4 0 16800975 18446604453952735424 0 0 -1 2 0 0 0
[pid=30956/tid=31008] ppid=30954 vsize=7669432 CPUtime=0 cores=0,2
/proc/30956/task/31008/stat : 31008 (java) S 30954 30956 29701 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 352796818 7853498368 19082 33554432000 1073741824 1073778376 140734905118576 18446744073709551615 254273440177 0 4 0 16800975 18446604453952735424 0 0 -1 2 0 0 0
[pid=30956/tid=31009] ppid=30954 vsize=7669432 CPUtime=1.13 cores=0,2
/proc/30956/task/31009/stat : 31009 (java) R 30954 30956 29701 0 -1 4202560 9555 0 0 0 112 1 0 0 16 0 19 0 352796818 7853498368 19082 33554432000 1073741824 1073778376 140734905118576 18446744073709551615 47617989621384 0 4 0 16800975 0 0 0 -1 2 0 0 0
[pid=30956/tid=31012] ppid=30954 vsize=7669432 CPUtime=0.29 cores=0,2
/proc/30956/task/31012/stat : 31012 (java) S 30954 30956 29701 0 -1 4202560 2703 0 0 0 29 0 0 0 15 0 19 0 352796818 7853498368 19082 33554432000 1073741824 1073778376 140734905118576 18446744073709551615 254273432473 0 4 0 16800975 18446604453952735424 0 0 -1 0 0 0 0
[pid=30956/tid=31013] ppid=30954 vsize=7669432 CPUtime=0 cores=0,2
/proc/30956/task/31013/stat : 31013 (java) S 30954 30956 29701 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 352796818 7853498368 19082 33554432000 1073741824 1073778376 140734905118576 18446744073709551615 254273432473 0 4 0 16800975 18446604453952735424 0 0 -1 2 0 0 0
[pid=30956/tid=31016] ppid=30954 vsize=7669432 CPUtime=0 cores=0,2
/proc/30956/task/31016/stat : 31016 (java) S 30954 30956 29701 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 19 0 352796818 7853498368 19082 33554432000 1073741824 1073778376 140734905118576 18446744073709551615 254273433088 0 4 0 16800975 18446604453952735424 0 0 -1 2 0 0 0
[pid=30956/tid=31023] ppid=30954 vsize=7669432 CPUtime=0 cores=0,2
/proc/30956/task/31023/stat : 31023 (java) S 30954 30956 29701 0 -1 4202560 7 0 0 0 0 0 0 0 19 0 19 0 352796824 7853498368 19082 33554432000 1073741824 1073778376 140734905118576 18446744073709551615 254273433088 0 4 0 16800975 18446604453952735424 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 4.5
Current children cumulated vsize (KiB) 7669432

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

[startup+3.30711 s]
/proc/loadavg: 0.85 1.44 2.63 6/262 31053
/proc/meminfo: memFree=16680924/32951124 swapFree=67111528/67111528
[pid=30956] ppid=30954 vsize=7662772 CPUtime=4.81 cores=0,2
/proc/30956/stat : 30956 (java) S 30954 30956 29701 0 -1 4202496 23333 0 1 0 479 2 0 0 21 0 19 0 352796812 7846678528 18029 33554432000 1073741824 1073778376 140734905118576 18446744073709551615 254273419237 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/30956/statm: 1915693 18029 2241 9 0 1906431 0
[pid=30956/tid=30963] ppid=30954 vsize=7662772 CPUtime=3.19 cores=0,2
/proc/30956/task/30963/stat : 30963 (java) R 30954 30956 29701 0 -1 4202560 8954 0 1 0 318 1 0 0 25 0 19 0 352796812 7846678528 18029 33554432000 1073741824 1073778376 140734905118576 18446744073709551615 46912505514240 0 4 0 16800975 0 0 0 -1 0 0 0 0
[pid=30956/tid=30974] ppid=30954 vsize=7662772 CPUtime=0 cores=0,2
/proc/30956/task/30974/stat : 30974 (java) S 30954 30956 29701 0 -1 4202560 208 0 0 0 0 0 0 0 16 0 19 0 352796814 7846678528 18029 33554432000 1073741824 1073778376 140734905118576 18446744073709551615 254273432473 0 4 0 16800975 18446604453952735424 0 0 -1 2 0 0 0
[pid=30956/tid=30977] ppid=30954 vsize=7662772 CPUtime=0 cores=0,2
/proc/30956/task/30977/stat : 30977 (java) S 30954 30956 29701 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 19 0 352796814 7846678528 18029 33554432000 1073741824 1073778376 140734905118576 18446744073709551615 254273432473 0 4 0 16800975 18446604453952735424 0 0 -1 2 0 0 0
[pid=30956/tid=30979] ppid=30954 vsize=7662772 CPUtime=0 cores=0,2
/proc/30956/task/30979/stat : 30979 (java) S 30954 30956 29701 0 -1 4202560 190 0 0 0 0 0 0 0 15 0 19 0 352796814 7846678528 18029 33554432000 1073741824 1073778376 140734905118576 18446744073709551615 254273432473 0 4 0 16800975 18446604453952735424 0 0 -1 2 0 0 0
[pid=30956/tid=30981] ppid=30954 vsize=7662772 CPUtime=0 cores=0,2
/proc/30956/task/30981/stat : 30981 (java) S 30954 30956 29701 0 -1 4202560 22 0 0 0 0 0 0 0 15 0 19 0 352796814 7846678528 18029 33554432000 1073741824 1073778376 140734905118576 18446744073709551615 254273432473 0 4 0 16800975 18446604453952735424 0 0 -1 2 0 0 0
[pid=30956/tid=30982] ppid=30954 vsize=7662772 CPUtime=0 cores=0,2
/proc/30956/task/30982/stat : 30982 (java) S 30954 30956 29701 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 19 0 352796814 7846678528 18029 33554432000 1073741824 1073778376 140734905118576 18446744073709551615 254273432473 0 4 0 16800975 18446604453952735424 0 0 -1 2 0 0 0
[pid=30956/tid=30984] ppid=30954 vsize=7662772 CPUtime=0 cores=0,2
/proc/30956/task/30984/stat : 30984 (java) S 30954 30956 29701 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 19 0 352796814 7846678528 18029 33554432000 1073741824 1073778376 140734905118576 18446744073709551615 254273432473 0 4 0 16800975 18446604453952735424 0 0 -1 2 0 0 0
[pid=30956/tid=30987] ppid=30954 vsize=7662772 CPUtime=0 cores=0,2
/proc/30956/task/30987/stat : 30987 (java) S 30954 30956 29701 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 19 0 352796814 7846678528 18029 33554432000 1073741824 1073778376 140734905118576 18446744073709551615 254273432473 0 4 0 16800975 18446604453952735424 0 0 -1 2 0 0 0
[pid=30956/tid=30988] ppid=30954 vsize=7662772 CPUtime=0 cores=0,2
/proc/30956/task/30988/stat : 30988 (java) S 30954 30956 29701 0 -1 4202560 42 0 0 0 0 0 0 0 15 0 19 0 352796814 7846678528 18029 33554432000 1073741824 1073778376 140734905118576 18446744073709551615 254273432473 0 4 0 16800975 18446604453952735424 0 0 -1 2 0 0 0
[pid=30956/tid=30991] ppid=30954 vsize=7662772 CPUtime=0.05 cores=0,2
/proc/30956/task/30991/stat : 30991 (java) S 30954 30956 29701 0 -1 4202560 467 0 0 0 5 0 0 0 16 0 19 0 352796815 7846678528 18029 33554432000 1073741824 1073778376 140734905118576 18446744073709551615 254273433088 0 0 0 16800975 18446604453952735424 0 0 -1 0 0 0 0
[pid=30956/tid=30993] ppid=30954 vsize=7662772 CPUtime=0 cores=0,2
/proc/30956/task/30993/stat : 30993 (java) S 30954 30956 29701 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 352796816 7846678528 18029 33554432000 1073741824 1073778376 140734905118576 18446744073709551615 254273432473 0 4 0 16800975 18446604453952735424 0 0 -1 2 0 0 0
[pid=30956/tid=30995] ppid=30954 vsize=7662772 CPUtime=0 cores=0,2
/proc/30956/task/30995/stat : 30995 (java) S 30954 30956 29701 0 -1 4202560 10 0 0 0 0 0 0 0 19 0 19 0 352796816 7846678528 18029 33554432000 1073741824 1073778376 140734905118576 18446744073709551615 254273432473 0 4 0 16800975 18446604453952735424 0 0 -1 2 0 0 0
[pid=30956/tid=31008] ppid=30954 vsize=7662772 CPUtime=0 cores=0,2
/proc/30956/task/31008/stat : 31008 (java) S 30954 30956 29701 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 352796818 7846678528 18029 33554432000 1073741824 1073778376 140734905118576 18446744073709551615 254273440177 0 4 0 16800975 18446604453952735424 0 0 -1 2 0 0 0
[pid=30956/tid=31009] ppid=30954 vsize=7662772 CPUtime=1.23 cores=0,2
/proc/30956/task/31009/stat : 31009 (java) S 30954 30956 29701 0 -1 4202560 9589 0 0 0 122 1 0 0 16 0 19 0 352796818 7846678528 18029 33554432000 1073741824 1073778376 140734905118576 18446744073709551615 254273432473 0 4 0 16800975 18446604453952735424 0 0 -1 2 0 0 0
[pid=30956/tid=31012] ppid=30954 vsize=7662772 CPUtime=0.29 cores=0,2
/proc/30956/task/31012/stat : 31012 (java) S 30954 30956 29701 0 -1 4202560 2703 0 0 0 29 0 0 0 15 0 19 0 352796818 7846678528 18029 33554432000 1073741824 1073778376 140734905118576 18446744073709551615 254273432473 0 4 0 16800975 18446604453952735424 0 0 -1 0 0 0 0
[pid=30956/tid=31013] ppid=30954 vsize=7662772 CPUtime=0 cores=0,2
/proc/30956/task/31013/stat : 31013 (java) S 30954 30956 29701 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 352796818 7846678528 18029 33554432000 1073741824 1073778376 140734905118576 18446744073709551615 254273432473 0 4 0 16800975 18446604453952735424 0 0 -1 2 0 0 0
[pid=30956/tid=31016] ppid=30954 vsize=7662772 CPUtime=0 cores=0,2
/proc/30956/task/31016/stat : 31016 (java) S 30954 30956 29701 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 19 0 352796818 7846678528 18029 33554432000 1073741824 1073778376 140734905118576 18446744073709551615 254273433088 0 4 0 16800975 18446604453952735424 0 0 -1 2 0 0 0
[pid=30956/tid=31023] ppid=30954 vsize=7662772 CPUtime=0 cores=0,2
/proc/30956/task/31023/stat : 31023 (java) S 30954 30956 29701 0 -1 4202560 7 0 0 0 0 0 0 0 19 0 19 0 352796824 7846678528 18029 33554432000 1073741824 1073778376 140734905118576 18446744073709551615 254273433088 0 4 0 16800975 18446604453952735424 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 4.81
Current children cumulated vsize (KiB) 7662772

Child status: 20
Real time (s): 3.33034
CPU time (s): 4.84326
CPU user time (s): 4.80927
CPU system time (s): 0.033994
CPU usage (%): 145.428
Max. virtual memory (cumulated for all children) (KiB): 7669564

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 4.80927
system time used= 0.033994
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 23349
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= 481
involuntary context switches= 266

runsolver used 0.006998 second user time and 0.020996 second system time

The end

Launcher Data

Begin job on node140 at 2011-04-12 12:23:35
IDJOB=3190731
IDBENCH=83062
IDSOLVER=1611
FILE ID=node140/3190731-1302603815
RUNJOBID= node140-1302603815-30938
PBS_JOBID= 12958090
Free space on /tmp= 72232 MiB

SOLVER NAME= SAT4J core 2.3.0 SNAPSHOT 2011-02-06
BENCH NAME= SAT11/random/medium/unif-k5-r21.3-v50-c1065-S505037856-056.UNKNOWN.cnf
COMMAND LINE= java -server -XX:MaxPermSize=256m -Xms7000m -Xmx7000m -jar org.sat4j.core.jar BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3190731-1302603815/watcher-3190731-1302603815 -o /tmp/evaluation-result-3190731-1302603815/solver-3190731-1302603815 -C 2400 -W 1300 -M 7680  java -server -XX:MaxPermSize=256m -Xms7000m -Xmx7000m -jar org.sat4j.core.jar HOME/instance-3190731-1302603815.cnf

TIME LIMIT= 2400 seconds
MEMORY LIMIT= 7680 MiB
NBCORE= 2

MD5SUM BENCH= 69b47b18aa8daf76b06e630878962b33
RANDOM SEED=2098467181

node140.alineos.net Linux 2.6.18-164.el5 #1 SMP Thu Sep 3 03:28:30 EDT 2009

/proc/cpuinfo:
processor	: 0
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.833
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 0
cpu cores	: 4
apicid		: 0
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
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 rdtscp lm constant_tsc ida nonstop_tsc pni monitor ds_cpl vmx est tm2 cx16 xtpr popcnt lahf_lm
bogomips	: 5333.66
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]

processor	: 1
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.833
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 0
cpu cores	: 4
apicid		: 16
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
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 rdtscp lm constant_tsc ida nonstop_tsc pni monitor ds_cpl vmx est tm2 cx16 xtpr popcnt lahf_lm
bogomips	: 5226.14
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]

processor	: 2
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.833
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 1
cpu cores	: 4
apicid		: 2
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
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 rdtscp lm constant_tsc ida nonstop_tsc pni monitor ds_cpl vmx est tm2 cx16 xtpr popcnt lahf_lm
bogomips	: 5332.75
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]

processor	: 3
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.833
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 1
cpu cores	: 4
apicid		: 18
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
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 rdtscp lm constant_tsc ida nonstop_tsc pni monitor ds_cpl vmx est tm2 cx16 xtpr popcnt lahf_lm
bogomips	: 5332.77
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]

processor	: 4
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.833
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 2
cpu cores	: 4
apicid		: 4
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
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 rdtscp lm constant_tsc ida nonstop_tsc pni monitor ds_cpl vmx est tm2 cx16 xtpr popcnt lahf_lm
bogomips	: 5332.75
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]

processor	: 5
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.833
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 2
cpu cores	: 4
apicid		: 20
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
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 rdtscp lm constant_tsc ida nonstop_tsc pni monitor ds_cpl vmx est tm2 cx16 xtpr popcnt lahf_lm
bogomips	: 5332.74
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]

processor	: 6
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.833
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 3
cpu cores	: 4
apicid		: 6
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
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 rdtscp lm constant_tsc ida nonstop_tsc pni monitor ds_cpl vmx est tm2 cx16 xtpr popcnt lahf_lm
bogomips	: 5332.75
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]

processor	: 7
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.833
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 3
cpu cores	: 4
apicid		: 22
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
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 rdtscp lm constant_tsc ida nonstop_tsc pni monitor ds_cpl vmx est tm2 cx16 xtpr popcnt lahf_lm
bogomips	: 5332.75
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]


/proc/meminfo:
MemTotal:     32951124 kB
MemFree:      16948664 kB
Buffers:        749688 kB
Cached:       14807812 kB
SwapCached:          0 kB
Active:        8845372 kB
Inactive:      6775068 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32951124 kB
LowFree:      16948664 kB
SwapTotal:    67111528 kB
SwapFree:     67111528 kB
Dirty:             172 kB
Writeback:           0 kB
AnonPages:       62652 kB
Mapped:          14488 kB
Slab:           320400 kB
PageTables:       5496 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83587088 kB
Committed_AS:   190964 kB
VmallocTotal: 34359738367 kB
VmallocUsed:    296008 kB
VmallocChunk: 34359440975 kB
HugePages_Total:     0
HugePages_Free:      0
HugePages_Rsvd:      0
Hugepagesize:     2048 kB

Free space on /tmp at the end= 72232 MiB
End job on node140 at 2011-04-12 12:23:38