Trace number 358944

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 NameAnswerCPU timeWall clock time
sat4jPseudoCPClause 2007-03-23UNSAT 9.93449 7.65676

General information on the benchmark

Namenormalized-PB06/SATUNSAT-SMALLINT/submitted-PB06/namasivayam/
wnqueen/normalized-t2001.13queen13.1111224059.opb
MD5SUMa18d21f73a1079a5fbd022c0c033271e
Bench CategorySATUNSAT-SMALLINT-LIN (no optimisation, small integers, linear constraints)
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.012997
Has Objective FunctionNO
SatisfiableNO
(Un)Satisfiability was provedYES
Best value of the objective function
Optimality of the best value was proved
Number of variables169
Total number of constraints101
Number of constraints which are clauses30
Number of constraints which are cardinality constraints (but not clauses)70
Number of constraints which are nor clauses,nor cardinality constraints1
Minimum length of a constraint2
Maximum length of a constraint169
Number of terms in the objective function 0
Biggest coefficient in the objective function 0
Number of bits for the biggest coefficient in the objective function 0
Sum of the numbers in the objective function 0
Number of bits of the sum of numbers in the objective function 0
Biggest number in a constraint 38
Number of bits of the biggest number in a constraint 6
Biggest sum of numbers in a constraint 1314
Number of bits of the biggest sum of numbers11
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.05/0.16	c SAT4J: a SATisfiability library for Java (c) 2004-2006 Daniel Le Berre
0.05/0.16	c This is free software under the GNU LGPL licence. See www.sat4j.org for details.
0.05/0.16	c This software uses some libraries from the Jakarta project. See jakarta.apache.org for details.
0.05/0.17	c no version file found!!!
0.05/0.17	c sun.arch.data.model	32
0.05/0.17	c java.version	1.6.0
0.05/0.17	c os.name	Linux
0.05/0.17	c os.version	2.6.9-22.EL.rootsmp
0.05/0.17	c os.arch	i386
0.05/0.17	c Free memory 1651659224
0.05/0.17	c Max memory 1654456320
0.05/0.17	c Total memory 1654456320
0.05/0.17	c Number of processors 2
0.16/0.23	c Cutting planes based inference (org.sat4j.minisat.constraints.pb.PBSolverClause)
0.16/0.23	--- Begin Solver configuration ---
0.16/0.23	c Stops conflict analysis at the first Unique Implication Point
0.16/0.23	c org.sat4j.minisat.constraints.PBMaxClauseCardConstrDataStructure@691f36
0.16/0.23	c Learn all clauses as in MiniSAT
0.16/0.23	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=10000.0 initConflictBound=100 
0.16/0.23	c VSIDS like heuristics from MiniSAT using a heap
0.16/0.23	c No reason simplification
0.16/0.23	c --- End Solver configuration ---
0.16/0.23	c Simplify asserted PB constraints to clauses
0.16/0.23	c solving /tmp/evaluation/358944-1176918596/instance-358944-1176918596.opb
0.16/0.23	c reading problem ... 
0.28/0.36	c ... done. Wall clock time 0.129s.
0.28/0.36	c CPU time (experimental) 0.27s.
0.28/0.36	c #vars     169
0.28/0.36	c #constraints  101
9.81/7.58	c starts		: 2
9.81/7.58	c conflicts		: 1019
9.81/7.58	c decisions		: 7264
9.81/7.58	c propagations		: 35453
9.81/7.58	c inspects		: 1022247
9.81/7.58	c learnt literals	: 0
9.81/7.58	c learnt binary clauses	: 0
9.81/7.58	c learnt ternary clauses	: 0
9.81/7.58	c learnt clauses	: 1018
9.81/7.58	c root simplifications	: 0
9.81/7.58	c removed literals (reason simplification)	: 0
9.81/7.58	c reason swapping (by a shorter reason)	: 0
9.81/7.58	c Calls to reduceDB	: 0
9.81/7.58	c speed (decisions/second)	: 1005.2587877110435
9.81/7.58	c non guided choices	44
9.81/7.59	s UNSATISFIABLE
9.81/7.59	c Total wall clock time (ms): 7.359

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/node50/watcher-358944-1176918596 -o ROOT/results/node50/solver-358944-1176918596 -C 1800 -W 3600 -M 1800 --output-limit 1,15 java -server -Xms1600M -Xmx1600M -jar /tmp/evaluation/358944-1176918596/sat4jPseudoCPClause.jar /tmp/evaluation/358944-1176918596/instance-358944-1176918596.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.95 0.96 1/64 11406
/proc/meminfo: memFree=1587656/2055920 swapFree=4183800/4192956
[pid=11406] ppid=11404 vsize=272 CPUtime=0
/proc/11406/stat : 11406 (java) R 11404 11406 10802 0 -1 0 49 0 0 0 0 0 0 0 18 0 1 0 46704771 278528 34 18446744073709551615 134512640 134550740 4294956592 18446744073709551615 7920269 0 0 4096 0 0 0 0 17 1 0 0
/proc/11406/statm: 68 37 28 9 0 6 0

[startup+0.020283 s]
/proc/loadavg: 0.91 0.95 0.96 1/64 11406
/proc/meminfo: memFree=1587656/2055920 swapFree=4183800/4192956
[pid=11406] ppid=11404 vsize=12420 CPUtime=0
/proc/11406/stat : 11406 (java) S 11404 11406 10802 0 -1 0 768 0 0 0 0 0 0 0 18 0 2 0 46704771 12718080 551 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 7368 18446744073709551615 0 0 17 1 0 0
/proc/11406/statm: 3105 551 241 9 0 1241 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 12420

[startup+0.101298 s]
/proc/loadavg: 0.91 0.95 0.96 1/64 11406
/proc/meminfo: memFree=1587656/2055920 swapFree=4183800/4192956
[pid=11406] ppid=11404 vsize=1777708 CPUtime=0.05
/proc/11406/stat : 11406 (java) S 11404 11406 10802 0 -1 0 3753 0 1 0 3 2 0 0 18 0 7 0 46704771 1820372992 3496 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 7368 18446744073709551615 0 0 17 1 0 0
/proc/11406/statm: 444427 3496 1082 9 0 442063 0
Current children cumulated CPU time (s) 0.05
Current children cumulated vsize (KiB) 1777708

[startup+0.301313 s]
/proc/loadavg: 0.91 0.95 0.96 1/64 11406
/proc/meminfo: memFree=1587656/2055920 swapFree=4183800/4192956
[pid=11406] ppid=11404 vsize=1782352 CPUtime=0.28
/proc/11406/stat : 11406 (java) S 11404 11406 10802 0 -1 0 5076 0 1 0 24 4 0 0 18 0 12 0 46704771 1825128448 4815 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/11406/statm: 445588 4815 1263 9 0 443199 0
Current children cumulated CPU time (s) 0.28
Current children cumulated vsize (KiB) 1782352

[startup+0.701348 s]
/proc/loadavg: 0.91 0.95 0.96 1/64 11406
/proc/meminfo: memFree=1587656/2055920 swapFree=4183800/4192956
[pid=11406] ppid=11404 vsize=1784036 CPUtime=0.9
/proc/11406/stat : 11406 (java) S 11404 11406 10802 0 -1 0 9848 0 1 0 84 6 0 0 18 0 13 0 46704771 1826852864 9264 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/11406/statm: 446009 9264 1305 9 0 443620 0
Current children cumulated CPU time (s) 0.9
Current children cumulated vsize (KiB) 1784036

[startup+1.50243 s]
/proc/loadavg: 0.91 0.95 0.96 4/77 11419
/proc/meminfo: memFree=1536352/2055920 swapFree=4183800/4192956
[pid=11406] ppid=11404 vsize=1798252 CPUtime=2.43
/proc/11406/stat : 11406 (java) S 11404 11406 10802 0 -1 0 25203 0 1 0 229 14 0 0 18 0 13 0 46704771 1841410048 19864 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/11406/statm: 449563 19865 1315 9 0 447174 0
[pid=11406/tid=11408] ppid=11404 vsize=1798252 CPUtime=0.73
/proc/11406/task/11408/stat : 11408 (java) R 11404 11406 10802 0 -1 64 14969 0 1 0 65 8 0 0 21 0 13 0 46704772 1841410048 19865 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4109566855 0 4 0 23759 0 0 0 -1 1 0 0
[pid=11406/tid=11409] ppid=11404 vsize=1798252 CPUtime=0
/proc/11406/task/11409/stat : 11409 (java) S 11404 11406 10802 0 -1 64 3 0 0 0 0 0 0 0 19 0 13 0 46704776 1841410048 19865 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=11406/tid=11410] ppid=11404 vsize=1798252 CPUtime=0
/proc/11406/task/11410/stat : 11410 (java) S 11404 11406 10802 0 -1 64 1 0 0 0 0 0 0 0 20 0 13 0 46704776 1841410048 19865 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=11406/tid=11411] ppid=11404 vsize=1798252 CPUtime=0
/proc/11406/task/11411/stat : 11411 (java) S 11404 11406 10802 0 -1 64 2 0 0 0 0 0 0 0 16 0 13 0 46704778 1841410048 19866 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=11406/tid=11412] ppid=11404 vsize=1798252 CPUtime=0
/proc/11406/task/11412/stat : 11412 (java) S 11404 11406 10802 0 -1 64 10 0 0 0 0 0 0 0 22 0 13 0 46704779 1841410048 19867 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=11406/tid=11413] ppid=11404 vsize=1798252 CPUtime=0
/proc/11406/task/11413/stat : 11413 (java) S 11404 11406 10802 0 -1 64 4 0 0 0 0 0 0 0 23 0 13 0 46704779 1841410048 19868 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=11406/tid=11414] ppid=11404 vsize=1798252 CPUtime=0
/proc/11406/task/11414/stat : 11414 (java) S 11404 11406 10802 0 -1 64 1 0 0 0 0 0 0 0 24 0 13 0 46704783 1841410048 19870 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=11406/tid=11415] ppid=11404 vsize=1798252 CPUtime=0.86
/proc/11406/task/11415/stat : 11415 (java) S 11404 11406 10802 0 -1 64 5057 0 0 0 84 2 0 0 17 0 13 0 46704783 1841410048 19872 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=11406/tid=11416] ppid=11404 vsize=1798252 CPUtime=0.81
/proc/11406/task/11416/stat : 11416 (java) R 11404 11406 10802 0 -1 64 4452 0 0 0 79 2 0 0 16 0 13 0 46704783 1841410048 19874 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 105283261 0 4 0 23759 0 0 0 -1 0 0 0
[pid=11406/tid=11417] ppid=11404 vsize=1798252 CPUtime=0
/proc/11406/task/11417/stat : 11417 (java) S 11404 11406 10802 0 -1 64 2 0 0 0 0 0 0 0 25 0 13 0 46704783 1841410048 19874 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=11406/tid=11418] ppid=11404 vsize=1798252 CPUtime=0
/proc/11406/task/11418/stat : 11418 (java) S 11404 11406 10802 0 -1 64 1 0 0 0 0 0 0 0 15 0 13 0 46704783 1841410048 19874 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=11406/tid=11419] ppid=11404 vsize=1798252 CPUtime=0
/proc/11406/task/11419/stat : 11419 (java) S 11404 11406 10802 0 -1 64 4 0 0 0 0 0 0 0 25 0 13 0 46704807 1841410048 19875 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 2.43
Current children cumulated vsize (KiB) 1798252

[startup+3.10255 s]
/proc/loadavg: 0.91 0.95 0.96 3/77 11419
/proc/meminfo: memFree=1447392/2055920 swapFree=4183800/4192956
[pid=11406] ppid=11404 vsize=1798252 CPUtime=4.76
/proc/11406/stat : 11406 (java) S 11404 11406 10802 0 -1 0 53169 0 1 0 449 27 0 0 18 0 13 0 46704771 1841410048 43947 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/11406/statm: 449563 43947 1330 9 0 447174 0
[pid=11406/tid=11408] ppid=11404 vsize=1798252 CPUtime=2.08
/proc/11406/task/11408/stat : 11408 (java) R 11404 11406 10802 0 -1 64 37724 0 1 0 190 18 0 0 24 0 13 0 46704772 1841410048 43947 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4109511604 0 4 0 23759 0 0 0 -1 1 0 0
[pid=11406/tid=11409] ppid=11404 vsize=1798252 CPUtime=0.01
/proc/11406/task/11409/stat : 11409 (java) S 11404 11406 10802 0 -1 64 693 0 0 0 1 0 0 0 16 0 13 0 46704776 1841410048 43947 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=11406/tid=11410] ppid=11404 vsize=1798252 CPUtime=0.01
/proc/11406/task/11410/stat : 11410 (java) S 11404 11406 10802 0 -1 64 548 0 0 0 1 0 0 0 16 0 13 0 46704776 1841410048 43947 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=11406/tid=11411] ppid=11404 vsize=1798252 CPUtime=0
/proc/11406/task/11411/stat : 11411 (java) S 11404 11406 10802 0 -1 64 9 0 0 0 0 0 0 0 16 0 13 0 46704778 1841410048 43947 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=11406/tid=11412] ppid=11404 vsize=1798252 CPUtime=0
/proc/11406/task/11412/stat : 11412 (java) S 11404 11406 10802 0 -1 64 10 0 0 0 0 0 0 0 16 0 13 0 46704779 1841410048 43947 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=11406/tid=11413] ppid=11404 vsize=1798252 CPUtime=0
/proc/11406/task/11413/stat : 11413 (java) S 11404 11406 10802 0 -1 64 6 0 0 0 0 0 0 0 16 0 13 0 46704779 1841410048 43947 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=11406/tid=11414] ppid=11404 vsize=1798252 CPUtime=0
/proc/11406/task/11414/stat : 11414 (java) S 11404 11406 10802 0 -1 64 1 0 0 0 0 0 0 0 24 0 13 0 46704783 1841410048 43947 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=11406/tid=11415] ppid=11404 vsize=1798252 CPUtime=1.31
/proc/11406/task/11415/stat : 11415 (java) S 11404 11406 10802 0 -1 64 7034 0 0 0 128 3 0 0 16 0 13 0 46704783 1841410048 43947 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=11406/tid=11416] ppid=11404 vsize=1798252 CPUtime=1.29
/proc/11406/task/11416/stat : 11416 (java) S 11404 11406 10802 0 -1 64 6439 0 0 0 126 3 0 0 16 0 13 0 46704783 1841410048 43947 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=11406/tid=11417] ppid=11404 vsize=1798252 CPUtime=0
/proc/11406/task/11417/stat : 11417 (java) S 11404 11406 10802 0 -1 64 2 0 0 0 0 0 0 0 25 0 13 0 46704783 1841410048 43947 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=11406/tid=11418] ppid=11404 vsize=1798252 CPUtime=0
/proc/11406/task/11418/stat : 11418 (java) S 11404 11406 10802 0 -1 64 1 0 0 0 0 0 0 0 15 0 13 0 46704783 1841410048 43947 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=11406/tid=11419] ppid=11404 vsize=1798252 CPUtime=0
/proc/11406/task/11419/stat : 11419 (java) S 11404 11406 10802 0 -1 64 4 0 0 0 0 0 0 0 25 0 13 0 46704807 1841410048 43947 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 4.76
Current children cumulated vsize (KiB) 1798252

[startup+6.30184 s]
/proc/loadavg: 0.92 0.95 0.96 3/77 11419
/proc/meminfo: memFree=1413792/2055920 swapFree=4183800/4192956
[pid=11406] ppid=11404 vsize=1798156 CPUtime=8.54
/proc/11406/stat : 11406 (java) S 11404 11406 10802 0 -1 0 57280 0 1 0 825 29 0 0 18 0 13 0 46704771 1841311744 46482 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/11406/statm: 449539 46482 1331 9 0 447150 0
[pid=11406/tid=11408] ppid=11404 vsize=1798156 CPUtime=5.14
/proc/11406/task/11408/stat : 11408 (java) R 11404 11406 10802 0 -1 64 37729 0 1 0 496 18 0 0 25 0 13 0 46704772 1841311744 46482 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4109511289 0 4 0 23759 0 0 0 -1 1 0 0
[pid=11406/tid=11409] ppid=11404 vsize=1798156 CPUtime=0.11
/proc/11406/task/11409/stat : 11409 (java) S 11404 11406 10802 0 -1 64 2787 0 0 0 10 1 0 0 16 0 13 0 46704776 1841311744 46482 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=11406/tid=11410] ppid=11404 vsize=1798156 CPUtime=0.11
/proc/11406/task/11410/stat : 11410 (java) S 11404 11406 10802 0 -1 64 2397 0 0 0 10 1 0 0 16 0 13 0 46704776 1841311744 46482 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=11406/tid=11411] ppid=11404 vsize=1798156 CPUtime=0
/proc/11406/task/11411/stat : 11411 (java) S 11404 11406 10802 0 -1 64 28 0 0 0 0 0 0 0 16 0 13 0 46704778 1841311744 46482 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=11406/tid=11412] ppid=11404 vsize=1798156 CPUtime=0
/proc/11406/task/11412/stat : 11412 (java) S 11404 11406 10802 0 -1 64 10 0 0 0 0 0 0 0 16 0 13 0 46704779 1841311744 46482 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=11406/tid=11413] ppid=11404 vsize=1798156 CPUtime=0
/proc/11406/task/11413/stat : 11413 (java) S 11404 11406 10802 0 -1 64 6 0 0 0 0 0 0 0 16 0 13 0 46704779 1841311744 46482 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=11406/tid=11414] ppid=11404 vsize=1798156 CPUtime=0
/proc/11406/task/11414/stat : 11414 (java) S 11404 11406 10802 0 -1 64 1 0 0 0 0 0 0 0 24 0 13 0 46704783 1841311744 46482 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=11406/tid=11415] ppid=11404 vsize=1798156 CPUtime=1.54
/proc/11406/task/11415/stat : 11415 (java) S 11404 11406 10802 0 -1 64 7136 0 0 0 150 4 0 0 16 0 13 0 46704783 1841311744 46482 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=11406/tid=11416] ppid=11404 vsize=1798156 CPUtime=1.59
/proc/11406/task/11416/stat : 11416 (java) S 11404 11406 10802 0 -1 64 6481 0 0 0 156 3 0 0 18 0 13 0 46704783 1841311744 46482 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=11406/tid=11417] ppid=11404 vsize=1798156 CPUtime=0
/proc/11406/task/11417/stat : 11417 (java) S 11404 11406 10802 0 -1 64 2 0 0 0 0 0 0 0 25 0 13 0 46704783 1841311744 46482 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=11406/tid=11418] ppid=11404 vsize=1798156 CPUtime=0
/proc/11406/task/11418/stat : 11418 (java) S 11404 11406 10802 0 -1 64 1 0 0 0 0 0 0 0 15 0 13 0 46704783 1841311744 46482 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=11406/tid=11419] ppid=11404 vsize=1798156 CPUtime=0
/proc/11406/task/11419/stat : 11419 (java) S 11404 11406 10802 0 -1 64 4 0 0 0 0 0 0 0 25 0 13 0 46704807 1841311744 46482 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 8.54
Current children cumulated vsize (KiB) 1798156

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

[startup+7.10191 s]
/proc/loadavg: 0.92 0.95 0.96 2/77 11419
/proc/meminfo: memFree=1405856/2055920 swapFree=4183800/4192956
[pid=11406] ppid=11404 vsize=1798156 CPUtime=9.38
/proc/11406/stat : 11406 (java) S 11404 11406 10802 0 -1 0 59291 0 1 0 908 30 0 0 18 0 13 0 46704771 1841311744 48321 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/11406/statm: 449539 48321 1331 9 0 447150 0
[pid=11406/tid=11408] ppid=11404 vsize=1798156 CPUtime=5.91
/proc/11406/task/11408/stat : 11408 (java) R 11404 11406 10802 0 -1 64 37730 0 1 0 573 18 0 0 25 0 13 0 46704772 1841311744 48321 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4109555911 0 4 0 23759 0 0 0 -1 1 0 0
[pid=11406/tid=11409] ppid=11404 vsize=1798156 CPUtime=0.15
/proc/11406/task/11409/stat : 11409 (java) S 11404 11406 10802 0 -1 64 3947 0 0 0 13 2 0 0 16 0 13 0 46704776 1841311744 48321 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=11406/tid=11410] ppid=11404 vsize=1798156 CPUtime=0.14
/proc/11406/task/11410/stat : 11410 (java) S 11404 11406 10802 0 -1 64 3247 0 0 0 13 1 0 0 17 0 13 0 46704776 1841311744 48321 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=11406/tid=11411] ppid=11404 vsize=1798156 CPUtime=0
/proc/11406/task/11411/stat : 11411 (java) S 11404 11406 10802 0 -1 64 28 0 0 0 0 0 0 0 16 0 13 0 46704778 1841311744 48321 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=11406/tid=11412] ppid=11404 vsize=1798156 CPUtime=0
/proc/11406/task/11412/stat : 11412 (java) S 11404 11406 10802 0 -1 64 10 0 0 0 0 0 0 0 16 0 13 0 46704779 1841311744 48321 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=11406/tid=11413] ppid=11404 vsize=1798156 CPUtime=0
/proc/11406/task/11413/stat : 11413 (java) S 11404 11406 10802 0 -1 64 6 0 0 0 0 0 0 0 16 0 13 0 46704779 1841311744 48321 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=11406/tid=11414] ppid=11404 vsize=1798156 CPUtime=0
/proc/11406/task/11414/stat : 11414 (java) S 11404 11406 10802 0 -1 64 1 0 0 0 0 0 0 0 24 0 13 0 46704783 1841311744 48321 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=11406/tid=11415] ppid=11404 vsize=1798156 CPUtime=1.54
/proc/11406/task/11415/stat : 11415 (java) S 11404 11406 10802 0 -1 64 7136 0 0 0 150 4 0 0 16 0 13 0 46704783 1841311744 48321 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=11406/tid=11416] ppid=11404 vsize=1798156 CPUtime=1.59
/proc/11406/task/11416/stat : 11416 (java) S 11404 11406 10802 0 -1 64 6481 0 0 0 156 3 0 0 18 0 13 0 46704783 1841311744 48321 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=11406/tid=11417] ppid=11404 vsize=1798156 CPUtime=0
/proc/11406/task/11417/stat : 11417 (java) S 11404 11406 10802 0 -1 64 2 0 0 0 0 0 0 0 25 0 13 0 46704783 1841311744 48321 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=11406/tid=11418] ppid=11404 vsize=1798156 CPUtime=0
/proc/11406/task/11418/stat : 11418 (java) S 11404 11406 10802 0 -1 64 1 0 0 0 0 0 0 0 15 0 13 0 46704783 1841311744 48321 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=11406/tid=11419] ppid=11404 vsize=1798156 CPUtime=0
/proc/11406/task/11419/stat : 11419 (java) S 11404 11406 10802 0 -1 64 4 0 0 0 0 0 0 0 25 0 13 0 46704807 1841311744 48321 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 9.38
Current children cumulated vsize (KiB) 1798156

[startup+7.50195 s]
/proc/loadavg: 0.92 0.95 0.96 2/77 11419
/proc/meminfo: memFree=1405856/2055920 swapFree=4183800/4192956
[pid=11406] ppid=11404 vsize=1798156 CPUtime=9.81
/proc/11406/stat : 11406 (java) S 11404 11406 10802 0 -1 0 59291 0 1 0 951 30 0 0 18 0 13 0 46704771 1841311744 48321 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/11406/statm: 449539 48321 1331 9 0 447150 0
[pid=11406/tid=11408] ppid=11404 vsize=1798156 CPUtime=6.28
/proc/11406/task/11408/stat : 11408 (java) R 11404 11406 10802 0 -1 64 37730 0 1 0 610 18 0 0 25 0 13 0 46704772 1841311744 48321 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4109820610 0 4 0 23759 0 0 0 -1 1 0 0
[pid=11406/tid=11409] ppid=11404 vsize=1798156 CPUtime=0.15
/proc/11406/task/11409/stat : 11409 (java) S 11404 11406 10802 0 -1 64 3947 0 0 0 13 2 0 0 16 0 13 0 46704776 1841311744 48321 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=11406/tid=11410] ppid=11404 vsize=1798156 CPUtime=0.14
/proc/11406/task/11410/stat : 11410 (java) S 11404 11406 10802 0 -1 64 3247 0 0 0 13 1 0 0 17 0 13 0 46704776 1841311744 48321 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=11406/tid=11411] ppid=11404 vsize=1798156 CPUtime=0
/proc/11406/task/11411/stat : 11411 (java) S 11404 11406 10802 0 -1 64 28 0 0 0 0 0 0 0 16 0 13 0 46704778 1841311744 48321 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=11406/tid=11412] ppid=11404 vsize=1798156 CPUtime=0
/proc/11406/task/11412/stat : 11412 (java) S 11404 11406 10802 0 -1 64 10 0 0 0 0 0 0 0 16 0 13 0 46704779 1841311744 48321 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=11406/tid=11413] ppid=11404 vsize=1798156 CPUtime=0
/proc/11406/task/11413/stat : 11413 (java) S 11404 11406 10802 0 -1 64 6 0 0 0 0 0 0 0 16 0 13 0 46704779 1841311744 48321 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=11406/tid=11414] ppid=11404 vsize=1798156 CPUtime=0
/proc/11406/task/11414/stat : 11414 (java) S 11404 11406 10802 0 -1 64 1 0 0 0 0 0 0 0 24 0 13 0 46704783 1841311744 48321 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=11406/tid=11415] ppid=11404 vsize=1798156 CPUtime=1.57
/proc/11406/task/11415/stat : 11415 (java) S 11404 11406 10802 0 -1 64 7136 0 0 0 153 4 0 0 16 0 13 0 46704783 1841311744 48321 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=11406/tid=11416] ppid=11404 vsize=1798156 CPUtime=1.62
/proc/11406/task/11416/stat : 11416 (java) S 11404 11406 10802 0 -1 64 6481 0 0 0 159 3 0 0 15 0 13 0 46704783 1841311744 48321 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=11406/tid=11417] ppid=11404 vsize=1798156 CPUtime=0
/proc/11406/task/11417/stat : 11417 (java) S 11404 11406 10802 0 -1 64 2 0 0 0 0 0 0 0 25 0 13 0 46704783 1841311744 48321 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=11406/tid=11418] ppid=11404 vsize=1798156 CPUtime=0
/proc/11406/task/11418/stat : 11418 (java) S 11404 11406 10802 0 -1 64 1 0 0 0 0 0 0 0 15 0 13 0 46704783 1841311744 48321 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=11406/tid=11419] ppid=11404 vsize=1798156 CPUtime=0
/proc/11406/task/11419/stat : 11419 (java) S 11404 11406 10802 0 -1 64 4 0 0 0 0 0 0 0 25 0 13 0 46704807 1841311744 48321 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 9.81
Current children cumulated vsize (KiB) 1798156

[startup+7.60295 s]
/proc/loadavg: 0.92 0.95 0.96 1/76 11420
/proc/meminfo: memFree=1398496/2055920 swapFree=4183800/4192956
[pid=11406] ppid=11404 vsize=1798156 CPUtime=9.89
/proc/11406/stat : 11406 (java) S 11404 11406 10802 0 -1 0 59296 0 1 0 959 30 0 0 18 0 12 0 46704771 1841311744 48326 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/11406/statm: 449539 48326 1332 9 0 447150 0
[pid=11406/tid=11408] ppid=11404 vsize=1798156 CPUtime=6.37
/proc/11406/task/11408/stat : 11408 (java) S 11404 11406 10802 0 -1 64 37734 0 1 0 619 18 0 0 25 0 12 0 46704772 1841311744 48326 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=11406/tid=11409] ppid=11404 vsize=1798156 CPUtime=0.15
/proc/11406/task/11409/stat : 11409 (java) S 11404 11406 10802 0 -1 64 3947 0 0 0 13 2 0 0 16 0 12 0 46704776 1841311744 48326 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=11406/tid=11410] ppid=11404 vsize=1798156 CPUtime=0.14
/proc/11406/task/11410/stat : 11410 (java) S 11404 11406 10802 0 -1 64 3247 0 0 0 13 1 0 0 17 0 12 0 46704776 1841311744 48326 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=11406/tid=11411] ppid=11404 vsize=1798156 CPUtime=0
/proc/11406/task/11411/stat : 11411 (java) S 11404 11406 10802 0 -1 64 28 0 0 0 0 0 0 0 16 0 12 0 46704778 1841311744 48326 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=11406/tid=11412] ppid=11404 vsize=1798156 CPUtime=0
/proc/11406/task/11412/stat : 11412 (java) S 11404 11406 10802 0 -1 64 10 0 0 0 0 0 0 0 16 0 12 0 46704779 1841311744 48326 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=11406/tid=11413] ppid=11404 vsize=1798156 CPUtime=0
/proc/11406/task/11413/stat : 11413 (java) S 11404 11406 10802 0 -1 64 6 0 0 0 0 0 0 0 16 0 12 0 46704779 1841311744 48326 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=11406/tid=11414] ppid=11404 vsize=1798156 CPUtime=0
/proc/11406/task/11414/stat : 11414 (java) S 11404 11406 10802 0 -1 64 1 0 0 0 0 0 0 0 24 0 12 0 46704783 1841311744 48326 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=11406/tid=11415] ppid=11404 vsize=1798156 CPUtime=1.57
/proc/11406/task/11415/stat : 11415 (java) S 11404 11406 10802 0 -1 64 7136 0 0 0 153 4 0 0 16 0 12 0 46704783 1841311744 48326 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=11406/tid=11416] ppid=11404 vsize=1798156 CPUtime=1.62
/proc/11406/task/11416/stat : 11416 (java) S 11404 11406 10802 0 -1 64 6481 0 0 0 159 3 0 0 15 0 12 0 46704783 1841311744 48326 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=11406/tid=11417] ppid=11404 vsize=1798156 CPUtime=0
/proc/11406/task/11417/stat : 11417 (java) S 11404 11406 10802 0 -1 64 2 0 0 0 0 0 0 0 25 0 12 0 46704783 1841311744 48326 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=11406/tid=11418] ppid=11404 vsize=1798156 CPUtime=0
/proc/11406/task/11418/stat : 11418 (java) S 11404 11406 10802 0 -1 64 1 0 0 0 0 0 0 0 15 0 12 0 46704783 1841311744 48326 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 9.89
Current children cumulated vsize (KiB) 1798156

Child status: 20
Real time (s): 7.65676
CPU time (s): 9.93449
CPU user time (s): 9.59954
CPU system time (s): 0.334949
CPU usage (%): 129.748
Max. virtual memory (cumulated for all children) (KiB): 1802392

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 9.59954
system time used= 0.334949
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 59300
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= 824
involuntary context switches= 631

runsolver used 0.007998 second user time and 0.034994 second system time

The end

Launcher Data (download as text)

Begin job on node50 on Wed Apr 18 17:49:56 UTC 2007

IDJOB= 358944
IDBENCH= 1250
IDSOLVER= 164
FILE ID= node50/358944-1176918596

PBS_JOBID= 4605651

Free space on /tmp= 66505 MiB

SOLVER NAME= sat4jPseudoCPClause 2007-03-23
BENCH NAME= HOME/pub/bench/PB06//final/normalized-PB06/SATUNSAT-SMALLINT/submitted-PB06/namasivayam/wnqueen/normalized-t2001.13queen13.1111224059.opb
COMMAND LINE= java  -server -Xms1600M -Xmx1600M -jar /tmp/evaluation/358944-1176918596/sat4jPseudoCPClause.jar /tmp/evaluation/358944-1176918596/instance-358944-1176918596.opb
RUNSOLVER COMMAND LINE= runsolver  --timestamp  -w ROOT/results/node50/watcher-358944-1176918596 -o ROOT/results/node50/solver-358944-1176918596 -C 1800 -W 3600 -M 1800 --output-limit 1,15  java  -server -Xms1600M -Xmx1600M -jar /tmp/evaluation/358944-1176918596/sat4jPseudoCPClause.jar /tmp/evaluation/358944-1176918596/instance-358944-1176918596.opb

META MD5SUM SOLVER= 592978c395d7dcf045996aed0652cb30
MD5SUM BENCH=  a18d21f73a1079a5fbd022c0c033271e

RANDOM SEED= 25043248

TIME LIMIT= 1800 seconds
MEMORY LIMIT= 1800 MiB

Linux node50.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.232
cache size	: 2048 KB
fpu		: yes
fpu_exception	: yes
cpuid level	: 5
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx lm pni monitor ds_cpl cid cx16 xtpr
bogomips	: 5914.62
clflush size	: 64
cache_alignment	: 128
address sizes	: 36 bits physical, 48 bits virtual
power management:

processor	: 1
vendor_id	: GenuineIntel
cpu family	: 15
model		: 4
model name	:                   Intel(R) Xeon(TM) CPU 3.00GHz
stepping	: 3
cpu MHz		: 3000.232
cache size	: 2048 KB
fpu		: yes
fpu_exception	: yes
cpuid level	: 5
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx lm pni monitor ds_cpl cid cx16 xtpr
bogomips	: 5586.94
clflush size	: 64
cache_alignment	: 128
address sizes	: 36 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:      2055920 kB
MemFree:       1588064 kB
Buffers:         15936 kB
Cached:         380888 kB
SwapCached:       2948 kB
Active:         119888 kB
Inactive:       286576 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1588064 kB
SwapTotal:     4192956 kB
SwapFree:      4183800 kB
Dirty:            3688 kB
Writeback:           0 kB
Mapped:          15552 kB
Slab:            47408 kB
Committed_AS:  1024352 kB
PageTables:       1460 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= 66505 MiB

End job on node50 on Wed Apr 18 17:50:05 UTC 2007