Trace number 362613

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, and are wall clock time (not CPU 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 NameAnswerObjective functionCPU timeWall clock time
SAT4JPseudoResolution 2007-03-23UNSAT 6.15206 5.06998

General information on the benchmark

Namenormalized-PB06/OPT-SMALLINT/reduced/mps-v2-20-10/plato.asu.edu/
pub/milp/normalized-reduced-mps-v2-20-10-neos17.opb
MD5SUM17ed6a127b27ec0fe0b994bf638e6a2f
Bench CategoryOPT-SMALLINT (optimisation, small integers)
Best result obtained on this benchmarkUNSAT
Best value of the objective obtained on this benchmark
Best CPU time to get the best result obtained on this benchmark0.725889
Has Objective FunctionYES
SatisfiableNO
(Un)Satisfiability was provedYES
Best value of the objective function
Optimality of the best value was proved
Number of variables3115
Total number of constraints671
Number of constraints which are clauses0
Number of constraints which are cardinality constraints (but not clauses)0
Number of constraints which are nor clauses,nor cardinality constraints671
Minimum length of a constraint11
Maximum length of a constraint780
Number of terms in the objective function 2126
Biggest coefficient in the objective function 131254
Number of bits for the biggest coefficient in the objective function 18
Sum of the numbers in the objective function 525120
Number of bits of the sum of numbers in the objective function 20
Biggest number in a constraint 131254
Number of bits of the biggest number in a constraint 18
Biggest sum of numbers in a constraint 525120
Number of bits of the biggest sum of numbers20
Number of products (including duplicates)0
Sum of products size (including duplicates)0
Number of different products0
Sum of products size0

Solver Data (download as text)

0.08/0.14	c SAT4J: a SATisfiability library for Java (c) 2004-2006 Daniel Le Berre
0.08/0.14	c This is free software under the GNU LGPL licence. See www.sat4j.org for details.
0.08/0.14	c This software uses some libraries from the Jakarta project. See jakarta.apache.org for details.
0.08/0.15	c no version file found!!!
0.08/0.15	c sun.arch.data.model	32
0.08/0.15	c java.version	1.6.0
0.08/0.15	c os.name	Linux
0.08/0.15	c os.version	2.6.9-22.EL.rootsmp
0.08/0.15	c os.arch	i386
0.08/0.15	c Free memory 1651659224
0.08/0.15	c Max memory 1654456320
0.08/0.15	c Total memory 1654456320
0.08/0.15	c Number of processors 2
0.20/0.20	--- Begin Solver configuration ---
0.20/0.20	c Stops conflict analysis at the first Unique Implication Point
0.20/0.20	c org.sat4j.minisat.constraints.PBMaxClauseCardConstrDataStructure@691f36
0.20/0.20	c Learn all clauses as in MiniSAT
0.20/0.20	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.20/0.20	c VSIDS like heuristics from MiniSAT using a heap
0.20/0.20	c No reason simplification
0.20/0.20	c --- End Solver configuration ---
0.20/0.20	c solving /tmp/evaluation/362613-1177015525/instance-362613-1177015525.opb
0.20/0.20	c reading problem ... 
2.34/1.54	c ... done. Wall clock time 1.34s.
2.34/1.54	c CPU time (experimental) 1.0s.
2.34/1.54	c #vars     3115
2.34/1.54	c #constraints  672
6.10/5.01	c starts		: 2
6.10/5.01	c conflicts		: 145
6.10/5.01	c decisions		: 2737
6.10/5.01	c propagations		: 11585
6.10/5.01	c inspects		: 376027
6.10/5.01	c learnt literals	: 5
6.10/5.01	c learnt binary clauses	: 4
6.10/5.01	c learnt ternary clauses	: 1
6.10/5.01	c learnt clauses	: 139
6.10/5.01	c root simplifications	: 0
6.10/5.01	c removed literals (reason simplification)	: 0
6.10/5.01	c reason swapping (by a shorter reason)	: 0
6.10/5.01	c Calls to reduceDB	: 0
6.10/5.01	c speed (decisions/second)	: 803.5819142689371
6.10/5.01	c non guided choices	431
6.10/5.01	s UNSATISFIABLE
6.10/5.02	c Total wall clock time (ms): 4.812

Verifier Data (download as text)

ERROR: no interpretation found !

Watcher Data (download as text)

runsolver version 3.2.2 (c) roussel@cril.univ-artois.fr

command line: runsolver --timestamp -w ROOT/results/node1/watcher-362613-1177015525 -o ROOT/results/node1/solver-362613-1177015525 -C 1800 -W 3600 -M 1800 --output-limit 1,15 java -server -Xms1600M -Xmx1600M -jar /tmp/evaluation/362613-1177015525/sat4jPseudoResolution.jar /tmp/evaluation/362613-1177015525/instance-362613-1177015525.opb 

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): 3600 seconds
Enforcing VSIZE limit (soft limit, will send SIGTERM then SIGKILL): 1843200 KiB
Enforcing VSIZE limit (hard limit, stack expansion will fail with SIGSEGV, brk() and mmap() will return ENOMEM): 1894400 KiB
Solver output will be limited to a maximum of 15728640 bytes. The first 1048576 bytes and the last 14680064 bytes will be preserved
Current StackSize limit: 10240 KiB


[startup+0 s]
/proc/loadavg: 0.91 0.96 0.98 3/77 7142
/proc/meminfo: memFree=1758792/2055920 swapFree=4145780/4192956
[pid=7142] ppid=7140 vsize=18568 CPUtime=0
/proc/7142/stat : 7142 (runsolver) R 7140 7142 7028 0 -1 4194368 17 0 0 0 0 0 0 0 20 0 1 0 177590352 19013632 292 18446744073709551615 4194304 4296420 548682068880 18446744073709551615 259353275687 0 2147483391 4096 24578 0 0 0 17 0 0 0
/proc/7142/statm: 4642 292 257 24 0 2626 0

[startup+0.013167 s]
/proc/loadavg: 0.91 0.96 0.98 3/77 7142
/proc/meminfo: memFree=1758792/2055920 swapFree=4145780/4192956
[pid=7142] ppid=7140 vsize=12056 CPUtime=0
/proc/7142/stat : 7142 (java) R 7140 7142 7028 0 -1 0 372 0 0 0 0 0 0 0 20 0 1 0 177590352 12345344 179 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 5792963 0 0 4096 0 0 0 0 17 0 0 0
/proc/7142/statm: 3014 179 135 9 0 1148 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 12056

[startup+0.101182 s]
/proc/loadavg: 0.91 0.96 0.98 3/77 7142
/proc/meminfo: memFree=1758792/2055920 swapFree=4145780/4192956
[pid=7142] ppid=7140 vsize=1780108 CPUtime=0.08
/proc/7142/stat : 7142 (java) S 7140 7142 7028 0 -1 0 3966 0 1 0 6 2 0 0 20 0 12 0 177590352 1822830592 3707 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/7142/statm: 445027 3707 1122 9 0 442646 0
Current children cumulated CPU time (s) 0.08
Current children cumulated vsize (KiB) 1780108

[startup+0.301205 s]
/proc/loadavg: 0.91 0.96 0.98 3/77 7142
/proc/meminfo: memFree=1758792/2055920 swapFree=4145780/4192956
[pid=7142] ppid=7140 vsize=1782000 CPUtime=0.32
/proc/7142/stat : 7142 (java) S 7140 7142 7028 0 -1 0 5078 0 1 0 29 3 0 0 20 0 12 0 177590352 1824768000 4814 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/7142/statm: 445500 4814 1264 9 0 443112 0
Current children cumulated CPU time (s) 0.32
Current children cumulated vsize (KiB) 1782000

[startup+0.701253 s]
/proc/loadavg: 0.91 0.96 0.98 3/77 7142
/proc/meminfo: memFree=1758792/2055920 swapFree=4145780/4192956
[pid=7142] ppid=7140 vsize=1786016 CPUtime=0.97
/proc/7142/stat : 7142 (java) S 7140 7142 7028 0 -1 0 7606 0 2 0 93 4 0 0 20 0 12 0 177590352 1828880384 7036 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/7142/statm: 446504 7036 1303 9 0 444116 0
Current children cumulated CPU time (s) 0.97
Current children cumulated vsize (KiB) 1786016

[startup+1.50235 s]
/proc/loadavg: 0.91 0.96 0.98 4/89 7154
/proc/meminfo: memFree=1724968/2055920 swapFree=4145780/4192956
[pid=7142] ppid=7140 vsize=1792236 CPUtime=2.34
/proc/7142/stat : 7142 (java) S 7140 7142 7028 0 -1 0 24925 0 2 0 222 12 0 0 20 0 12 0 177590352 1835249664 21649 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/7142/statm: 448059 21650 1304 9 0 445671 0
[pid=7142/tid=7144] ppid=7140 vsize=1792236 CPUtime=0.95
/proc/7142/task/7144/stat : 7144 (java) R 7140 7142 7028 0 -1 64 18129 0 1 0 87 8 0 0 19 0 12 0 177590354 1835249664 21651 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4109594454 0 4 0 23759 0 0 0 -1 1 0 0
[pid=7142/tid=7145] ppid=7140 vsize=1792236 CPUtime=0
/proc/7142/task/7145/stat : 7145 (java) S 7140 7142 7028 0 -1 64 3 0 0 0 0 0 0 0 22 0 12 0 177590355 1835249664 21652 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=7142/tid=7146] ppid=7140 vsize=1792236 CPUtime=0
/proc/7142/task/7146/stat : 7146 (java) S 7140 7142 7028 0 -1 64 1 0 0 0 0 0 0 0 23 0 12 0 177590355 1835249664 21653 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=7142/tid=7147] ppid=7140 vsize=1792236 CPUtime=0
/proc/7142/task/7147/stat : 7147 (java) S 7140 7142 7028 0 -1 64 2 0 0 0 0 0 0 0 17 0 12 0 177590358 1835249664 21654 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=7142/tid=7148] ppid=7140 vsize=1792236 CPUtime=0
/proc/7142/task/7148/stat : 7148 (java) S 7140 7142 7028 0 -1 64 10 0 0 0 0 0 0 0 24 0 12 0 177590358 1835249664 21655 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=7142/tid=7149] ppid=7140 vsize=1792236 CPUtime=0
/proc/7142/task/7149/stat : 7149 (java) S 7140 7142 7028 0 -1 64 4 0 0 0 0 0 0 0 25 0 12 0 177590358 1835249664 21656 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=7142/tid=7150] ppid=7140 vsize=1792236 CPUtime=0
/proc/7142/task/7150/stat : 7150 (java) S 7140 7142 7028 0 -1 64 1 0 0 0 0 0 0 0 25 0 12 0 177590362 1835249664 21657 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=7142/tid=7151] ppid=7140 vsize=1792236 CPUtime=0.84
/proc/7142/task/7151/stat : 7151 (java) S 7140 7142 7028 0 -1 64 4464 0 0 0 83 1 0 0 17 0 12 0 177590362 1835249664 21658 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=7142/tid=7152] ppid=7140 vsize=1792236 CPUtime=0.52
/proc/7142/task/7152/stat : 7152 (java) S 7140 7142 7028 0 -1 64 1611 0 1 0 52 0 0 0 16 0 12 0 177590362 1835249664 21659 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=7142/tid=7153] ppid=7140 vsize=1792236 CPUtime=0
/proc/7142/task/7153/stat : 7153 (java) S 7140 7142 7028 0 -1 64 2 0 0 0 0 0 0 0 25 0 12 0 177590362 1835249664 21660 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=7142/tid=7154] ppid=7140 vsize=1792236 CPUtime=0
/proc/7142/task/7154/stat : 7154 (java) S 7140 7142 7028 0 -1 64 1 0 0 0 0 0 0 0 15 0 12 0 177590362 1835249664 21661 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 2.34
Current children cumulated vsize (KiB) 1792236

[startup+3.10253 s]
/proc/loadavg: 1.00 0.97 0.99 2/90 7155
/proc/meminfo: memFree=1663968/2055920 swapFree=4145780/4192956
[pid=7142] ppid=7140 vsize=1792560 CPUtime=4.16
/proc/7142/stat : 7142 (java) S 7140 7142 7028 0 -1 0 32454 0 2 0 400 16 0 0 20 0 13 0 177590352 1835581440 29176 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/7142/statm: 448140 29176 1316 9 0 445752 0
[pid=7142/tid=7144] ppid=7140 vsize=1792560 CPUtime=2.5
/proc/7142/task/7144/stat : 7144 (java) R 7140 7142 7028 0 -1 64 25607 0 1 0 238 12 0 0 25 0 13 0 177590354 1835581440 29177 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4109580039 0 4 0 23759 0 0 0 -1 1 0 0
[pid=7142/tid=7145] ppid=7140 vsize=1792560 CPUtime=0
/proc/7142/task/7145/stat : 7145 (java) S 7140 7142 7028 0 -1 64 3 0 0 0 0 0 0 0 22 0 13 0 177590355 1835581440 29177 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=7142/tid=7146] ppid=7140 vsize=1792560 CPUtime=0
/proc/7142/task/7146/stat : 7146 (java) S 7140 7142 7028 0 -1 64 1 0 0 0 0 0 0 0 23 0 13 0 177590355 1835581440 29178 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=7142/tid=7147] ppid=7140 vsize=1792560 CPUtime=0
/proc/7142/task/7147/stat : 7147 (java) S 7140 7142 7028 0 -1 64 2 0 0 0 0 0 0 0 16 0 13 0 177590358 1835581440 29178 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=7142/tid=7148] ppid=7140 vsize=1792560 CPUtime=0
/proc/7142/task/7148/stat : 7148 (java) S 7140 7142 7028 0 -1 64 10 0 0 0 0 0 0 0 24 0 13 0 177590358 1835581440 29178 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=7142/tid=7149] ppid=7140 vsize=1792560 CPUtime=0
/proc/7142/task/7149/stat : 7149 (java) S 7140 7142 7028 0 -1 64 4 0 0 0 0 0 0 0 25 0 13 0 177590358 1835581440 29179 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=7142/tid=7150] ppid=7140 vsize=1792560 CPUtime=0
/proc/7142/task/7150/stat : 7150 (java) S 7140 7142 7028 0 -1 64 1 0 0 0 0 0 0 0 25 0 13 0 177590362 1835581440 29179 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=7142/tid=7151] ppid=7140 vsize=1792560 CPUtime=0.99
/proc/7142/task/7151/stat : 7151 (java) S 7140 7142 7028 0 -1 64 4488 0 0 0 97 2 0 0 16 0 13 0 177590362 1835581440 29179 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=7142/tid=7152] ppid=7140 vsize=1792560 CPUtime=0.63
/proc/7142/task/7152/stat : 7152 (java) S 7140 7142 7028 0 -1 64 1632 0 1 0 63 0 0 0 16 0 13 0 177590362 1835581440 29179 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=7142/tid=7153] ppid=7140 vsize=1792560 CPUtime=0
/proc/7142/task/7153/stat : 7153 (java) S 7140 7142 7028 0 -1 64 2 0 0 0 0 0 0 0 25 0 13 0 177590362 1835581440 29180 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=7142/tid=7154] ppid=7140 vsize=1792560 CPUtime=0
/proc/7142/task/7154/stat : 7154 (java) S 7140 7142 7028 0 -1 64 1 0 0 0 0 0 0 0 15 0 13 0 177590362 1835581440 29181 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=7142/tid=7155] ppid=7140 vsize=1792560 CPUtime=0
/proc/7142/task/7155/stat : 7155 (java) S 7140 7142 7028 0 -1 64 5 0 0 0 0 0 0 0 22 0 13 0 177590514 1835581440 29181 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 4.16
Current children cumulated vsize (KiB) 1792560

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

[startup+3.90262 s]
/proc/loadavg: 1.00 0.97 0.99 2/90 7155
/proc/meminfo: memFree=1644384/2055920 swapFree=4145780/4192956
[pid=7142] ppid=7140 vsize=1792560 CPUtime=4.95
/proc/7142/stat : 7142 (java) S 7140 7142 7028 0 -1 0 36283 0 2 0 478 17 0 0 20 0 13 0 177590352 1835581440 33005 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/7142/statm: 448140 33005 1316 9 0 445752 0
[pid=7142/tid=7144] ppid=7140 vsize=1792560 CPUtime=3.29
/proc/7142/task/7144/stat : 7144 (java) R 7140 7142 7028 0 -1 64 29434 0 1 0 316 13 0 0 25 0 13 0 177590354 1835581440 33005 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4109662812 0 4 0 23759 0 0 0 -1 1 0 0
[pid=7142/tid=7145] ppid=7140 vsize=1792560 CPUtime=0
/proc/7142/task/7145/stat : 7145 (java) S 7140 7142 7028 0 -1 64 3 0 0 0 0 0 0 0 22 0 13 0 177590355 1835581440 33005 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=7142/tid=7146] ppid=7140 vsize=1792560 CPUtime=0
/proc/7142/task/7146/stat : 7146 (java) S 7140 7142 7028 0 -1 64 1 0 0 0 0 0 0 0 23 0 13 0 177590355 1835581440 33005 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=7142/tid=7147] ppid=7140 vsize=1792560 CPUtime=0
/proc/7142/task/7147/stat : 7147 (java) S 7140 7142 7028 0 -1 64 2 0 0 0 0 0 0 0 16 0 13 0 177590358 1835581440 33005 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=7142/tid=7148] ppid=7140 vsize=1792560 CPUtime=0
/proc/7142/task/7148/stat : 7148 (java) S 7140 7142 7028 0 -1 64 10 0 0 0 0 0 0 0 24 0 13 0 177590358 1835581440 33006 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=7142/tid=7149] ppid=7140 vsize=1792560 CPUtime=0
/proc/7142/task/7149/stat : 7149 (java) S 7140 7142 7028 0 -1 64 4 0 0 0 0 0 0 0 25 0 13 0 177590358 1835581440 33006 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=7142/tid=7150] ppid=7140 vsize=1792560 CPUtime=0
/proc/7142/task/7150/stat : 7150 (java) S 7140 7142 7028 0 -1 64 1 0 0 0 0 0 0 0 25 0 13 0 177590362 1835581440 33006 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=7142/tid=7151] ppid=7140 vsize=1792560 CPUtime=1
/proc/7142/task/7151/stat : 7151 (java) S 7140 7142 7028 0 -1 64 4489 0 0 0 98 2 0 0 16 0 13 0 177590362 1835581440 33006 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=7142/tid=7152] ppid=7140 vsize=1792560 CPUtime=0.63
/proc/7142/task/7152/stat : 7152 (java) S 7140 7142 7028 0 -1 64 1632 0 1 0 63 0 0 0 16 0 13 0 177590362 1835581440 33006 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=7142/tid=7153] ppid=7140 vsize=1792560 CPUtime=0
/proc/7142/task/7153/stat : 7153 (java) S 7140 7142 7028 0 -1 64 2 0 0 0 0 0 0 0 25 0 13 0 177590362 1835581440 33006 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=7142/tid=7154] ppid=7140 vsize=1792560 CPUtime=0
/proc/7142/task/7154/stat : 7154 (java) S 7140 7142 7028 0 -1 64 1 0 0 0 0 0 0 0 15 0 13 0 177590362 1835581440 33006 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=7142/tid=7155] ppid=7140 vsize=1792560 CPUtime=0
/proc/7142/task/7155/stat : 7155 (java) S 7140 7142 7028 0 -1 64 5 0 0 0 0 0 0 0 22 0 13 0 177590514 1835581440 33006 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 4.95
Current children cumulated vsize (KiB) 1792560

[startup+4.70273 s]
/proc/loadavg: 1.00 0.97 0.99 2/90 7155
/proc/meminfo: memFree=1623072/2055920 swapFree=4145780/4192956
[pid=7142] ppid=7140 vsize=1792560 CPUtime=5.78
/proc/7142/stat : 7142 (java) S 7140 7142 7028 0 -1 0 40094 0 2 0 560 18 0 0 20 0 13 0 177590352 1835581440 36814 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/7142/statm: 448140 36814 1316 9 0 445752 0
[pid=7142/tid=7144] ppid=7140 vsize=1792560 CPUtime=4.08
/proc/7142/task/7144/stat : 7144 (java) R 7140 7142 7028 0 -1 64 33244 0 1 0 394 14 0 0 25 0 13 0 177590354 1835581440 36814 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4109673480 0 4 0 23759 0 0 0 -1 0 0 0
[pid=7142/tid=7145] ppid=7140 vsize=1792560 CPUtime=0
/proc/7142/task/7145/stat : 7145 (java) S 7140 7142 7028 0 -1 64 3 0 0 0 0 0 0 0 22 0 13 0 177590355 1835581440 36814 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=7142/tid=7146] ppid=7140 vsize=1792560 CPUtime=0
/proc/7142/task/7146/stat : 7146 (java) S 7140 7142 7028 0 -1 64 1 0 0 0 0 0 0 0 23 0 13 0 177590355 1835581440 36814 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=7142/tid=7147] ppid=7140 vsize=1792560 CPUtime=0
/proc/7142/task/7147/stat : 7147 (java) S 7140 7142 7028 0 -1 64 2 0 0 0 0 0 0 0 16 0 13 0 177590358 1835581440 36814 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=7142/tid=7148] ppid=7140 vsize=1792560 CPUtime=0
/proc/7142/task/7148/stat : 7148 (java) S 7140 7142 7028 0 -1 64 10 0 0 0 0 0 0 0 24 0 13 0 177590358 1835581440 36814 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=7142/tid=7149] ppid=7140 vsize=1792560 CPUtime=0
/proc/7142/task/7149/stat : 7149 (java) S 7140 7142 7028 0 -1 64 4 0 0 0 0 0 0 0 25 0 13 0 177590358 1835581440 36814 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=7142/tid=7150] ppid=7140 vsize=1792560 CPUtime=0
/proc/7142/task/7150/stat : 7150 (java) S 7140 7142 7028 0 -1 64 1 0 0 0 0 0 0 0 25 0 13 0 177590362 1835581440 36814 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=7142/tid=7151] ppid=7140 vsize=1792560 CPUtime=1.03
/proc/7142/task/7151/stat : 7151 (java) R 7140 7142 7028 0 -1 64 4490 0 0 0 101 2 0 0 17 0 13 0 177590362 1835581440 36814 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 103168613 0 4 0 23759 0 0 0 -1 1 0 0
[pid=7142/tid=7152] ppid=7140 vsize=1792560 CPUtime=0.64
/proc/7142/task/7152/stat : 7152 (java) S 7140 7142 7028 0 -1 64 1632 0 1 0 64 0 0 0 16 0 13 0 177590362 1835581440 36814 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=7142/tid=7153] ppid=7140 vsize=1792560 CPUtime=0
/proc/7142/task/7153/stat : 7153 (java) S 7140 7142 7028 0 -1 64 2 0 0 0 0 0 0 0 25 0 13 0 177590362 1835581440 36814 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=7142/tid=7154] ppid=7140 vsize=1792560 CPUtime=0
/proc/7142/task/7154/stat : 7154 (java) S 7140 7142 7028 0 -1 64 1 0 0 0 0 0 0 0 15 0 13 0 177590362 1835581440 36814 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=7142/tid=7155] ppid=7140 vsize=1792560 CPUtime=0
/proc/7142/task/7155/stat : 7155 (java) S 7140 7142 7028 0 -1 64 5 0 0 0 0 0 0 0 22 0 13 0 177590514 1835581440 36814 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 5.78
Current children cumulated vsize (KiB) 1792560

[startup+4.90275 s]
/proc/loadavg: 1.00 0.97 0.99 2/90 7155
/proc/meminfo: memFree=1623072/2055920 swapFree=4145780/4192956
[pid=7142] ppid=7140 vsize=1792560 CPUtime=6
/proc/7142/stat : 7142 (java) S 7140 7142 7028 0 -1 0 41147 0 2 0 582 18 0 0 20 0 13 0 177590352 1835581440 37867 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/7142/statm: 448140 37867 1316 9 0 445752 0
[pid=7142/tid=7144] ppid=7140 vsize=1792560 CPUtime=4.27
/proc/7142/task/7144/stat : 7144 (java) R 7140 7142 7028 0 -1 64 34292 0 1 0 413 14 0 0 25 0 13 0 177590354 1835581440 37867 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4109673521 0 4 0 23759 0 0 0 -1 0 0 0
[pid=7142/tid=7145] ppid=7140 vsize=1792560 CPUtime=0
/proc/7142/task/7145/stat : 7145 (java) S 7140 7142 7028 0 -1 64 3 0 0 0 0 0 0 0 22 0 13 0 177590355 1835581440 37867 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=7142/tid=7146] ppid=7140 vsize=1792560 CPUtime=0
/proc/7142/task/7146/stat : 7146 (java) S 7140 7142 7028 0 -1 64 1 0 0 0 0 0 0 0 23 0 13 0 177590355 1835581440 37867 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=7142/tid=7147] ppid=7140 vsize=1792560 CPUtime=0
/proc/7142/task/7147/stat : 7147 (java) S 7140 7142 7028 0 -1 64 2 0 0 0 0 0 0 0 16 0 13 0 177590358 1835581440 37867 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=7142/tid=7148] ppid=7140 vsize=1792560 CPUtime=0
/proc/7142/task/7148/stat : 7148 (java) S 7140 7142 7028 0 -1 64 10 0 0 0 0 0 0 0 24 0 13 0 177590358 1835581440 37867 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=7142/tid=7149] ppid=7140 vsize=1792560 CPUtime=0
/proc/7142/task/7149/stat : 7149 (java) S 7140 7142 7028 0 -1 64 4 0 0 0 0 0 0 0 25 0 13 0 177590358 1835581440 37867 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=7142/tid=7150] ppid=7140 vsize=1792560 CPUtime=0
/proc/7142/task/7150/stat : 7150 (java) S 7140 7142 7028 0 -1 64 1 0 0 0 0 0 0 0 25 0 13 0 177590362 1835581440 37867 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=7142/tid=7151] ppid=7140 vsize=1792560 CPUtime=1.05
/proc/7142/task/7151/stat : 7151 (java) S 7140 7142 7028 0 -1 64 4495 0 0 0 103 2 0 0 17 0 13 0 177590362 1835581440 37867 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=7142/tid=7152] ppid=7140 vsize=1792560 CPUtime=0.64
/proc/7142/task/7152/stat : 7152 (java) S 7140 7142 7028 0 -1 64 1632 0 1 0 64 0 0 0 16 0 13 0 177590362 1835581440 37867 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=7142/tid=7153] ppid=7140 vsize=1792560 CPUtime=0
/proc/7142/task/7153/stat : 7153 (java) S 7140 7142 7028 0 -1 64 2 0 0 0 0 0 0 0 25 0 13 0 177590362 1835581440 37867 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=7142/tid=7154] ppid=7140 vsize=1792560 CPUtime=0
/proc/7142/task/7154/stat : 7154 (java) S 7140 7142 7028 0 -1 64 1 0 0 0 0 0 0 0 15 0 13 0 177590362 1835581440 37867 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=7142/tid=7155] ppid=7140 vsize=1792560 CPUtime=0
/proc/7142/task/7155/stat : 7155 (java) S 7140 7142 7028 0 -1 64 5 0 0 0 0 0 0 0 22 0 13 0 177590514 1835581440 37867 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 6
Current children cumulated vsize (KiB) 1792560

[startup+5.00276 s]
/proc/loadavg: 1.00 0.97 0.99 2/90 7155
/proc/meminfo: memFree=1623072/2055920 swapFree=4145780/4192956
[pid=7142] ppid=7140 vsize=1792560 CPUtime=6.1
/proc/7142/stat : 7142 (java) S 7140 7142 7028 0 -1 0 41667 0 2 0 591 19 0 0 20 0 13 0 177590352 1835581440 38387 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/7142/statm: 448140 38387 1316 9 0 445752 0
[pid=7142/tid=7144] ppid=7140 vsize=1792560 CPUtime=4.38
/proc/7142/task/7144/stat : 7144 (java) R 7140 7142 7028 0 -1 64 34812 0 1 0 423 15 0 0 25 0 13 0 177590354 1835581440 38387 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4109674003 0 4 0 23759 0 0 0 -1 0 0 0
[pid=7142/tid=7145] ppid=7140 vsize=1792560 CPUtime=0
/proc/7142/task/7145/stat : 7145 (java) S 7140 7142 7028 0 -1 64 3 0 0 0 0 0 0 0 22 0 13 0 177590355 1835581440 38387 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=7142/tid=7146] ppid=7140 vsize=1792560 CPUtime=0
/proc/7142/task/7146/stat : 7146 (java) S 7140 7142 7028 0 -1 64 1 0 0 0 0 0 0 0 23 0 13 0 177590355 1835581440 38387 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=7142/tid=7147] ppid=7140 vsize=1792560 CPUtime=0
/proc/7142/task/7147/stat : 7147 (java) S 7140 7142 7028 0 -1 64 2 0 0 0 0 0 0 0 16 0 13 0 177590358 1835581440 38387 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=7142/tid=7148] ppid=7140 vsize=1792560 CPUtime=0
/proc/7142/task/7148/stat : 7148 (java) S 7140 7142 7028 0 -1 64 10 0 0 0 0 0 0 0 24 0 13 0 177590358 1835581440 38387 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=7142/tid=7149] ppid=7140 vsize=1792560 CPUtime=0
/proc/7142/task/7149/stat : 7149 (java) S 7140 7142 7028 0 -1 64 4 0 0 0 0 0 0 0 25 0 13 0 177590358 1835581440 38387 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=7142/tid=7150] ppid=7140 vsize=1792560 CPUtime=0
/proc/7142/task/7150/stat : 7150 (java) S 7140 7142 7028 0 -1 64 1 0 0 0 0 0 0 0 25 0 13 0 177590362 1835581440 38387 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=7142/tid=7151] ppid=7140 vsize=1792560 CPUtime=1.05
/proc/7142/task/7151/stat : 7151 (java) S 7140 7142 7028 0 -1 64 4495 0 0 0 103 2 0 0 17 0 13 0 177590362 1835581440 38387 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=7142/tid=7152] ppid=7140 vsize=1792560 CPUtime=0.64
/proc/7142/task/7152/stat : 7152 (java) S 7140 7142 7028 0 -1 64 1632 0 1 0 64 0 0 0 16 0 13 0 177590362 1835581440 38387 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=7142/tid=7153] ppid=7140 vsize=1792560 CPUtime=0
/proc/7142/task/7153/stat : 7153 (java) S 7140 7142 7028 0 -1 64 2 0 0 0 0 0 0 0 25 0 13 0 177590362 1835581440 38387 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=7142/tid=7154] ppid=7140 vsize=1792560 CPUtime=0
/proc/7142/task/7154/stat : 7154 (java) S 7140 7142 7028 0 -1 64 1 0 0 0 0 0 0 0 15 0 13 0 177590362 1835581440 38387 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=7142/tid=7155] ppid=7140 vsize=1792560 CPUtime=0
/proc/7142/task/7155/stat : 7155 (java) S 7140 7142 7028 0 -1 64 5 0 0 0 0 0 0 0 22 0 13 0 177590514 1835581440 38387 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 6.1
Current children cumulated vsize (KiB) 1792560

Child status: 20
Real time (s): 5.06998
CPU time (s): 6.15206
CPU user time (s): 5.9351
CPU system time (s): 0.216967
CPU usage (%): 121.343
Max. virtual memory (cumulated for all children) (KiB): 1794280

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 5.9351
system time used= 0.216967
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 41739
page faults= 2
swaps= 0
block input operations= 0
block output operations= 0
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 656
involuntary context switches= 596

runsolver used 0.012998 second user time and 0.014997 second system time

The end

Launcher Data (download as text)

Begin job on node1 on Thu Apr 19 20:45:25 UTC 2007

IDJOB= 362613
IDBENCH= 1595
IDSOLVER= 159
FILE ID= node1/362613-1177015525

PBS_JOBID= 4630559

Free space on /tmp= 66354 MiB

SOLVER NAME= SAT4JPseudoResolution 2007-03-23
BENCH NAME= HOME/pub/bench/PB06//final/normalized-PB06/OPT-SMALLINT/reduced/mps-v2-20-10/plato.asu.edu/pub/milp/normalized-reduced-mps-v2-20-10-neos17.opb
COMMAND LINE= java -server -Xms1600M -Xmx1600M -jar /tmp/evaluation/362613-1177015525/sat4jPseudoResolution.jar /tmp/evaluation/362613-1177015525/instance-362613-1177015525.opb           
RUNSOLVER COMMAND LINE= runsolver  --timestamp  -w ROOT/results/node1/watcher-362613-1177015525 -o ROOT/results/node1/solver-362613-1177015525 -C 1800 -W 3600 -M 1800 --output-limit 1,15  java -server -Xms1600M -Xmx1600M -jar /tmp/evaluation/362613-1177015525/sat4jPseudoResolution.jar /tmp/evaluation/362613-1177015525/instance-362613-1177015525.opb           

META MD5SUM SOLVER= 592978c395d7dcf045996aed0652cb30
MD5SUM BENCH=  17ed6a127b27ec0fe0b994bf638e6a2f

RANDOM SEED= 792856329

TIME LIMIT= 1800 seconds
MEMORY LIMIT= 1800 MiB

Linux node1.alineos.net 2.6.9-22.EL.rootsmp #1 SMP Mon Oct 3 08:59:52 CEST 2005 x86_64 x86_64 x86_64 GNU/Linux

/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.234
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.234
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:       1759264 kB
Buffers:         26584 kB
Cached:         195964 kB
SwapCached:      14160 kB
Active:          68568 kB
Inactive:       176348 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1759264 kB
SwapTotal:     4192956 kB
SwapFree:      4145780 kB
Dirty:            4372 kB
Writeback:           0 kB
Mapped:          29424 kB
Slab:            37296 kB
Committed_AS:  5029588 kB
PageTables:       1832 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= 66354 MiB

End job on node1 on Thu Apr 19 20:45:30 UTC 2007