Trace number 46333

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
SAT4JPSEUDO 2006.2 Heuristics? (TO) 1801.06 1798.46

General information on the benchmark

Namenormalized-PB06/SATUNSAT-SMALLINT/submitted-PB06/
roussel/normalized-pigeon-clauses-71-70.opb
MD5SUM2d2ba598d361b1b8832ef2eaa384d61f
Bench CategorySATUNSAT-SMALLINT (no optimisation, small integers)
Best result obtained on this benchmark
Best value of the objective obtained on this benchmark
Best CPU time to get the best result obtained on this benchmark
Has Objective FunctionNO
Satisfiable
(Un)Satisfiability was proved
Best value of the objective function
Optimality of the best value was proved
Number of variables4970
Total number of constraints174021
Number of constraints which are clauses174021
Number of constraints which are cardinality constraints (but not clauses)0
Number of constraints which are nor clauses,nor cardinality constraints0
Minimum length of a constraint2
Maximum length of a constraint70
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 1
Number of bits of the biggest number in a constraint 1
Biggest sum of numbers in a constraint 71
Number of bits of the biggest sum of numbers7
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.15	c SAT4J: a SATisfiability library for Java (c) 2004-2006 Daniel Le Berre
0.15	c This is free software under the GNU LGPL licence. See www.sat4j.org for details.
0.15	c no version file found!!!
0.15	c sun.arch.data.model	32
0.15	c java.version	1.5.0_06
0.15	c os.name	Linux
0.15	c os.version	2.6.9-22.EL.rootsmp
0.15	c os.arch	i386
0.15	c Free memory 1548419056
0.15	c Max memory 1551040512
0.15	c Total memory 1551040512
0.15	c Number of processors 2
0.22	c Cutting planes based inference
0.22	c --- Begin Solver configuration ---
0.22	c org.sat4j.minisat.uip.FirstUIP@1df073d
0.22	c org.sat4j.minisat.constraints.PBMaxClauseCardConstrDataStructure@1546e25
0.22	c org.sat4j.minisat.learning.MiniSATLearning@b66cc
0.22	c conflictBoundIncFactor=1.5 learntBoundIncFactor=1.1 initLearntBoundConstraintFactor=10000.0 initConflictBound=100 
0.22	c VSIDS like heuristics from MiniSAT using a heap
0.22	c No reason simplification
0.22	c --- End Solver configuration ---
0.22	c solving ROOT/tmp/node23/46333-1154055558/instance-46333-1154055558.opb
0.22	c reading problem ... 
25.20	c ... done. Time 24.98 ms.
25.20	c #vars     4970
25.20	c #constraints  174021
1798.36	c starts		: 17
1798.36	c conflicts		: 148719
1798.36	c decisions		: 180704
1798.36	c propagations		: 6292245
1798.36	c inspects		: 327958741
1798.36	c learnt literals	: 0
1798.36	c learnt binary clauses	: 0
1798.36	c learnt ternary clauses	: 0
1798.36	c learnt clauses	: 148718
1798.36	c root simplifications	: 0
1798.36	c removed literals (reason simplification)	: 0
1798.37	c reason swapping (by a shorter reason)	: 0
1798.37	c Calls to reduceDB	: 0
1798.37	c speed (decisions/second)	: 101.91094297399665
1798.37	c non guided choices	2495
1798.37	s UNKNOWN
1798.37	c Total wall clock time (ms): 1798.147

Verifier Data (download as text)

ERROR: no interpretation found !

Watcher Data (download as text)

Enforcing CPU limit (will send SIGTERM then SIGKILL): 1800 seconds
Enforcing CPUTime (will send SIGXCPU) limit: 1830 seconds
Enforcing Stack size limit: 67108864 bytes

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

Enforcing memory limit (will send SIGKILL): 1843200 Kb
Enforcing VSIZE limit: 1887436800 bytes
command line: runsolver --timestamp -w ROOT/results/node23/watcher-46333-1154055558 -o ROOT/results/node23/solver-46333-1154055558 -C 1800 -M 1800 -S 64 java -server -Xms1500M -Xmx1500M -jar ROOT/solvers/PB/PB06final/user5/sat4jPseudoHeuristics.jar ROOT/tmp/node23/46333-1154055558/instance-46333-1154055558.opb 103840200 

Current StackSize limit: 67108864 bytes

/proc/loadavg: 1.00 1.00 1.00 3/64 16731
/proc/meminfo: memFree=1352376/2055920 swapFree=4183076/4192956
[pid=16731] ppid=16729 vsize=1784 CPUtime=0
/proc/16731/stat : 16731 (java) D 16729 16731 16682 0 -1 0 167 0 0 0 0 0 0 0 19 0 1 0 152415946 1826816 137 18446744073709551615 134512640 134570276 4294956608 18446744073709551615 4294960144 0 2147483391 4096 0 18446744072099781622 0 0 17 1 0 0
/proc/16731/statm: 446 137 102 14 0 91 0

[startup+10.0026 s]
/proc/loadavg: 1.15 1.03 1.01 2/75 16742
/proc/meminfo: memFree=1167904/2055920 swapFree=4183076/4192956
[pid=16731] ppid=16729 vsize=1709288 CPUtime=10.43
/proc/16731/stat : 16731 (java) R 16729 16731 16682 0 -1 0 49165 0 1 0 1022 21 0 0 18 0 12 0 152415946 1750310912 47875 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4071348678 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/16731/statm: 427322 47875 1874 14 0 414069 0
[pid=16731/tid=16732] ppid=16729 vsize=1709288 CPUtime=0.11
/proc/16731/task/16732/stat : 16732 (java) S 16729 16731 16682 0 -1 64 2093 0 0 0 11 0 0 0 15 0 12 0 152415949 1750310912 47875 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=16731/tid=16733] ppid=16729 vsize=1709288 CPUtime=0.11
/proc/16731/task/16733/stat : 16733 (java) S 16729 16731 16682 0 -1 64 2055 0 0 0 10 1 0 0 17 0 12 0 152415949 1750310912 47875 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=16731/tid=16734] ppid=16729 vsize=1709288 CPUtime=0
/proc/16731/task/16734/stat : 16734 (java) S 16729 16731 16682 0 -1 64 34 0 0 0 0 0 0 0 16 0 12 0 152415952 1750310912 47875 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=16731/tid=16735] ppid=16729 vsize=1709288 CPUtime=0
/proc/16731/task/16735/stat : 16735 (java) S 16729 16731 16682 0 -1 64 9 0 0 0 0 0 0 0 16 0 12 0 152415952 1750310912 47875 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=16731/tid=16736] ppid=16729 vsize=1709288 CPUtime=0
/proc/16731/task/16736/stat : 16736 (java) S 16729 16731 16682 0 -1 64 5 0 0 0 0 0 0 0 16 0 12 0 152415952 1750310912 47875 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=16731/tid=16737] ppid=16729 vsize=1709288 CPUtime=0
/proc/16731/task/16737/stat : 16737 (java) S 16729 16731 16682 0 -1 64 1 0 0 0 0 0 0 0 22 0 12 0 152415956 1750310912 47875 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=16731/tid=16738] ppid=16729 vsize=1709288 CPUtime=0
/proc/16731/task/16738/stat : 16738 (java) S 16729 16731 16682 0 -1 64 3 0 0 0 0 0 0 0 16 0 12 0 152415956 1750310912 47875 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=16731/tid=16739] ppid=16729 vsize=1709288 CPUtime=0.28
/proc/16731/task/16739/stat : 16739 (java) S 16729 16731 16682 0 -1 64 477 0 0 0 28 0 0 0 17 0 12 0 152415956 1750310912 47875 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=16731/tid=16740] ppid=16729 vsize=1709288 CPUtime=0.27
/proc/16731/task/16740/stat : 16740 (java) S 16729 16731 16682 0 -1 64 274 0 0 0 27 0 0 0 17 0 12 0 152415956 1750310912 47875 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=16731/tid=16741] ppid=16729 vsize=1709288 CPUtime=0
/proc/16731/task/16741/stat : 16741 (java) S 16729 16731 16682 0 -1 64 1 0 0 0 0 0 0 0 23 0 12 0 152415956 1750310912 47875 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=16731/tid=16742] ppid=16729 vsize=1709288 CPUtime=0
/proc/16731/task/16742/stat : 16742 (java) S 16729 16731 16682 0 -1 64 0 0 0 0 0 0 0 0 15 0 12 0 152415956 1750310912 47875 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 10.43
Current children cumulated vsize (Kb) 1709288

[startup+20.0106 s]
/proc/loadavg: 1.12 1.03 1.01 2/75 16742
/proc/meminfo: memFree=1177312/2055920 swapFree=4183076/4192956
[pid=16731] ppid=16729 vsize=1709288 CPUtime=20.52
/proc/16731/stat : 16731 (java) R 16729 16731 16682 0 -1 0 50642 0 1 0 2029 23 0 0 25 0 12 0 152415946 1750310912 45570 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4071341461 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/16731/statm: 427322 45570 1874 14 0 414069 0
[pid=16731/tid=16732] ppid=16729 vsize=1709288 CPUtime=0.2
/proc/16731/task/16732/stat : 16732 (java) S 16729 16731 16682 0 -1 64 2881 0 0 0 19 1 0 0 15 0 12 0 152415949 1750310912 45570 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=16731/tid=16733] ppid=16729 vsize=1709288 CPUtime=0.19
/proc/16731/task/16733/stat : 16733 (java) S 16729 16731 16682 0 -1 64 2725 0 0 0 18 1 0 0 16 0 12 0 152415949 1750310912 45570 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=16731/tid=16734] ppid=16729 vsize=1709288 CPUtime=0
/proc/16731/task/16734/stat : 16734 (java) S 16729 16731 16682 0 -1 64 35 0 0 0 0 0 0 0 16 0 12 0 152415952 1750310912 45570 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=16731/tid=16735] ppid=16729 vsize=1709288 CPUtime=0
/proc/16731/task/16735/stat : 16735 (java) S 16729 16731 16682 0 -1 64 9 0 0 0 0 0 0 0 16 0 12 0 152415952 1750310912 45570 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=16731/tid=16736] ppid=16729 vsize=1709288 CPUtime=0
/proc/16731/task/16736/stat : 16736 (java) S 16729 16731 16682 0 -1 64 5 0 0 0 0 0 0 0 16 0 12 0 152415952 1750310912 45570 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=16731/tid=16737] ppid=16729 vsize=1709288 CPUtime=0
/proc/16731/task/16737/stat : 16737 (java) S 16729 16731 16682 0 -1 64 1 0 0 0 0 0 0 0 22 0 12 0 152415956 1750310912 45570 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=16731/tid=16738] ppid=16729 vsize=1709288 CPUtime=0
/proc/16731/task/16738/stat : 16738 (java) S 16729 16731 16682 0 -1 64 3 0 0 0 0 0 0 0 16 0 12 0 152415956 1750310912 45570 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=16731/tid=16739] ppid=16729 vsize=1709288 CPUtime=0.28
/proc/16731/task/16739/stat : 16739 (java) S 16729 16731 16682 0 -1 64 477 0 0 0 28 0 0 0 17 0 12 0 152415956 1750310912 45570 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=16731/tid=16740] ppid=16729 vsize=1709288 CPUtime=0.27
/proc/16731/task/16740/stat : 16740 (java) S 16729 16731 16682 0 -1 64 274 0 0 0 27 0 0 0 17 0 12 0 152415956 1750310912 45570 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=16731/tid=16741] ppid=16729 vsize=1709288 CPUtime=0
/proc/16731/task/16741/stat : 16741 (java) S 16729 16731 16682 0 -1 64 1 0 0 0 0 0 0 0 23 0 12 0 152415956 1750310912 45570 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=16731/tid=16742] ppid=16729 vsize=1709288 CPUtime=0
/proc/16731/task/16742/stat : 16742 (java) S 16729 16731 16682 0 -1 64 0 0 0 0 0 0 0 0 15 0 12 0 152415956 1750310912 45570 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 20.52
Current children cumulated vsize (Kb) 1709288

[startup+30.0175 s]
/proc/loadavg: 1.10 1.03 1.01 2/76 16743
/proc/meminfo: memFree=1179800/2055920 swapFree=4183076/4192956
[pid=16731] ppid=16729 vsize=1710184 CPUtime=30.82
/proc/16731/stat : 16731 (java) R 16729 16731 16682 0 -1 0 51711 0 1 0 3058 24 0 0 25 0 13 0 152415946 1751228416 44971 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4071500127 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/16731/statm: 427546 44971 1897 14 0 414293 0
[pid=16731/tid=16732] ppid=16729 vsize=1710184 CPUtime=0.25
/proc/16731/task/16732/stat : 16732 (java) S 16729 16731 16682 0 -1 64 3243 0 0 0 24 1 0 0 16 0 13 0 152415949 1751228416 44971 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=16731/tid=16733] ppid=16729 vsize=1710184 CPUtime=0.25
/proc/16731/task/16733/stat : 16733 (java) S 16729 16731 16682 0 -1 64 3148 0 0 0 24 1 0 0 16 0 13 0 152415949 1751228416 44971 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=16731/tid=16734] ppid=16729 vsize=1710184 CPUtime=0
/proc/16731/task/16734/stat : 16734 (java) S 16729 16731 16682 0 -1 64 35 0 0 0 0 0 0 0 16 0 13 0 152415952 1751228416 44971 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=16731/tid=16735] ppid=16729 vsize=1710184 CPUtime=0
/proc/16731/task/16735/stat : 16735 (java) S 16729 16731 16682 0 -1 64 9 0 0 0 0 0 0 0 16 0 13 0 152415952 1751228416 44971 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=16731/tid=16736] ppid=16729 vsize=1710184 CPUtime=0
/proc/16731/task/16736/stat : 16736 (java) S 16729 16731 16682 0 -1 64 5 0 0 0 0 0 0 0 16 0 13 0 152415952 1751228416 44971 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=16731/tid=16737] ppid=16729 vsize=1710184 CPUtime=0
/proc/16731/task/16737/stat : 16737 (java) S 16729 16731 16682 0 -1 64 1 0 0 0 0 0 0 0 22 0 13 0 152415956 1751228416 44971 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=16731/tid=16738] ppid=16729 vsize=1710184 CPUtime=0
/proc/16731/task/16738/stat : 16738 (java) S 16729 16731 16682 0 -1 64 3 0 0 0 0 0 0 0 17 0 13 0 152415956 1751228416 44971 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=16731/tid=16739] ppid=16729 vsize=1710184 CPUtime=0.44
/proc/16731/task/16739/stat : 16739 (java) S 16729 16731 16682 0 -1 64 551 0 0 0 44 0 0 0 17 0 13 0 152415956 1751228416 44971 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=16731/tid=16740] ppid=16729 vsize=1710184 CPUtime=0.44
/proc/16731/task/16740/stat : 16740 (java) S 16729 16731 16682 0 -1 64 427 0 0 0 44 0 0 0 16 0 13 0 152415956 1751228416 44971 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=16731/tid=16741] ppid=16729 vsize=1710184 CPUtime=0
/proc/16731/task/16741/stat : 16741 (java) S 16729 16731 16682 0 -1 64 1 0 0 0 0 0 0 0 23 0 13 0 152415956 1751228416 44971 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=16731/tid=16742] ppid=16729 vsize=1710184 CPUtime=0
/proc/16731/task/16742/stat : 16742 (java) S 16729 16731 16682 0 -1 64 0 0 0 0 0 0 0 0 15 0 13 0 152415956 1751228416 44971 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=16731/tid=16743] ppid=16729 vsize=1710184 CPUtime=0
/proc/16731/task/16743/stat : 16743 (java) S 16729 16731 16682 0 -1 64 3 0 0 0 0 0 0 0 25 0 13 0 152418467 1751228416 44971 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 30.82
Current children cumulated vsize (Kb) 1710184

[startup+40.0244 s]
/proc/loadavg: 1.09 1.03 1.01 2/76 16743
/proc/meminfo: memFree=1179096/2055920 swapFree=4183076/4192956
[pid=16731] ppid=16729 vsize=1710184 CPUtime=40.87
/proc/16731/stat : 16731 (java) R 16729 16731 16682 0 -1 0 51985 0 1 0 4063 24 0 0 25 0 13 0 152415946 1751228416 45194 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4071500339 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/16731/statm: 427546 45194 1899 14 0 414293 0
[pid=16731/tid=16732] ppid=16729 vsize=1710184 CPUtime=0.25
/proc/16731/task/16732/stat : 16732 (java) S 16729 16731 16682 0 -1 64 3383 0 0 0 24 1 0 0 16 0 13 0 152415949 1751228416 45194 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=16731/tid=16733] ppid=16729 vsize=1710184 CPUtime=0.25
/proc/16731/task/16733/stat : 16733 (java) S 16729 16731 16682 0 -1 64 3269 0 0 0 24 1 0 0 16 0 13 0 152415949 1751228416 45194 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=16731/tid=16734] ppid=16729 vsize=1710184 CPUtime=0
/proc/16731/task/16734/stat : 16734 (java) S 16729 16731 16682 0 -1 64 35 0 0 0 0 0 0 0 16 0 13 0 152415952 1751228416 45194 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=16731/tid=16735] ppid=16729 vsize=1710184 CPUtime=0
/proc/16731/task/16735/stat : 16735 (java) S 16729 16731 16682 0 -1 64 9 0 0 0 0 0 0 0 16 0 13 0 152415952 1751228416 45194 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=16731/tid=16736] ppid=16729 vsize=1710184 CPUtime=0
/proc/16731/task/16736/stat : 16736 (java) S 16729 16731 16682 0 -1 64 5 0 0 0 0 0 0 0 16 0 13 0 152415952 1751228416 45194 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=16731/tid=16737] ppid=16729 vsize=1710184 CPUtime=0
/proc/16731/task/16737/stat : 16737 (java) S 16729 16731 16682 0 -1 64 1 0 0 0 0 0 0 0 22 0 13 0 152415956 1751228416 45194 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=16731/tid=16738] ppid=16729 vsize=1710184 CPUtime=0
/proc/16731/task/16738/stat : 16738 (java) S 16729 16731 16682 0 -1 64 3 0 0 0 0 0 0 0 17 0 13 0 152415956 1751228416 45194 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=16731/tid=16739] ppid=16729 vsize=1710184 CPUtime=0.44
/proc/16731/task/16739/stat : 16739 (java) S 16729 16731 16682 0 -1 64 551 0 0 0 44 0 0 0 17 0 13 0 152415956 1751228416 45194 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=16731/tid=16740] ppid=16729 vsize=1710184 CPUtime=0.49
/proc/16731/task/16740/stat : 16740 (java) S 16729 16731 16682 0 -1 64 437 0 0 0 49 0 0 0 17 0 13 0 152415956 1751228416 45194 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=16731/tid=16741] ppid=16729 vsize=1710184 CPUtime=0
/proc/16731/task/16741/stat : 16741 (java) S 16729 16731 16682 0 -1 64 1 0 0 0 0 0 0 0 23 0 13 0 152415956 1751228416 45194 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=16731/tid=16742] ppid=16729 vsize=1710184 CPUtime=0
/proc/16731/task/16742/stat : 16742 (java) S 16729 16731 16682 0 -1 64 0 0 0 0 0 0 0 0 15 0 13 0 152415956 1751228416 45194 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=16731/tid=16743] ppid=16729 vsize=1710184 CPUtime=0
/proc/16731/task/16743/stat : 16743 (java) S 16729 16731 16682 0 -1 64 3 0 0 0 0 0 0 0 25 0 13 0 152418467 1751228416 45194 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 40.87
Current children cumulated vsize (Kb) 1710184

[startup+50.0313 s]
/proc/loadavg: 1.07 1.03 1.01 2/76 16743
/proc/meminfo: memFree=1176536/2055920 swapFree=4183076/4192956
[pid=16731] ppid=16729 vsize=1710184 CPUtime=50.88
/proc/16731/stat : 16731 (java) R 16729 16731 16682 0 -1 0 53238 0 1 0 5063 25 0 0 25 0 13 0 152415946 1751228416 45849 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4071500512 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/16731/statm: 427546 45849 1899 14 0 414293 0
[pid=16731/tid=16732] ppid=16729 vsize=1710184 CPUtime=0.27
/proc/16731/task/16732/stat : 16732 (java) S 16729 16731 16682 0 -1 64 4090 0 0 0 25 2 0 0 16 0 13 0 152415949 1751228416 45849 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=16731/tid=16733] ppid=16729 vsize=1710184 CPUtime=0.27
/proc/16731/task/16733/stat : 16733 (java) S 16729 16731 16682 0 -1 64 3812 0 0 0 25 2 0 0 16 0 13 0 152415949 1751228416 45849 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=16731/tid=16734] ppid=16729 vsize=1710184 CPUtime=0
/proc/16731/task/16734/stat : 16734 (java) S 16729 16731 16682 0 -1 64 35 0 0 0 0 0 0 0 16 0 13 0 152415952 1751228416 45849 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=16731/tid=16735] ppid=16729 vsize=1710184 CPUtime=0
/proc/16731/task/16735/stat : 16735 (java) S 16729 16731 16682 0 -1 64 9 0 0 0 0 0 0 0 16 0 13 0 152415952 1751228416 45849 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=16731/tid=16736] ppid=16729 vsize=1710184 CPUtime=0
/proc/16731/task/16736/stat : 16736 (java) S 16729 16731 16682 0 -1 64 5 0 0 0 0 0 0 0 16 0 13 0 152415952 1751228416 45849 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=16731/tid=16737] ppid=16729 vsize=1710184 CPUtime=0
/proc/16731/task/16737/stat : 16737 (java) S 16729 16731 16682 0 -1 64 1 0 0 0 0 0 0 0 22 0 13 0 152415956 1751228416 45849 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=16731/tid=16738] ppid=16729 vsize=1710184 CPUtime=0
/proc/16731/task/16738/stat : 16738 (java) S 16729 16731 16682 0 -1 64 3 0 0 0 0 0 0 0 16 0 13 0 152415956 1751228416 45849 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=16731/tid=16739] ppid=16729 vsize=1710184 CPUtime=0.44
/proc/16731/task/16739/stat : 16739 (java) S 16729 16731 16682 0 -1 64 551 0 0 0 44 0 0 0 17 0 13 0 152415956 1751228416 45849 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=16731/tid=16740] ppid=16729 vsize=1710184 CPUtime=0.49
/proc/16731/task/16740/stat : 16740 (java) S 16729 16731 16682 0 -1 64 437 0 0 0 49 0 0 0 17 0 13 0 152415956 1751228416 45849 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=16731/tid=16741] ppid=16729 vsize=1710184 CPUtime=0
/proc/16731/task/16741/stat : 16741 (java) S 16729 16731 16682 0 -1 64 1 0 0 0 0 0 0 0 23 0 13 0 152415956 1751228416 45849 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=16731/tid=16742] ppid=16729 vsize=1710184 CPUtime=0
/proc/16731/task/16742/stat : 16742 (java) S 16729 16731 16682 0 -1 64 0 0 0 0 0 0 0 0 15 0 13 0 152415956 1751228416 45849 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=16731/tid=16743] ppid=16729 vsize=1710184 CPUtime=0
/proc/16731/task/16743/stat : 16743 (java) S 16729 16731 16682 0 -1 64 3 0 0 0 0 0 0 0 25 0 13 0 152418467 1751228416 45849 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 50.88
Current children cumulated vsize (Kb) 1710184

[startup+60.0383 s]
/proc/loadavg: 1.06 1.03 1.01 2/76 16743
/proc/meminfo: memFree=1176216/2055920 swapFree=4183076/4192956
[pid=16731] ppid=16729 vsize=1710184 CPUtime=60.89
/proc/16731/stat : 16731 (java) R 16729 16731 16682 0 -1 0 53386 0 1 0 6064 25 0 0 25 0 13 0 152415946 1751228416 45872 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4071500132 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/16731/statm: 427546 45872 1899 14 0 414293 0
[pid=16731/tid=16732] ppid=16729 vsize=1710184 CPUtime=0.27
/proc/16731/task/16732/stat : 16732 (java) S 16729 16731 16682 0 -1 64 4177 0 0 0 25 2 0 0 16 0 13 0 152415949 1751228416 45872 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=16731/tid=16733] ppid=16729 vsize=1710184 CPUtime=0.27
/proc/16731/task/16733/stat : 16733 (java) S 16729 16731 16682 0 -1 64 3871 0 0 0 25 2 0 0 16 0 13 0 152415949 1751228416 45872 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=16731/tid=16734] ppid=16729 vsize=1710184 CPUtime=0
/proc/16731/task/16734/stat : 16734 (java) S 16729 16731 16682 0 -1 64 35 0 0 0 0 0 0 0 16 0 13 0 152415952 1751228416 45872 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=16731/tid=16735] ppid=16729 vsize=1710184 CPUtime=0
/proc/16731/task/16735/stat : 16735 (java) S 16729 16731 16682 0 -1 64 9 0 0 0 0 0 0 0 16 0 13 0 152415952 1751228416 45872 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=16731/tid=16736] ppid=16729 vsize=1710184 CPUtime=0
/proc/16731/task/16736/stat : 16736 (java) S 16729 16731 16682 0 -1 64 5 0 0 0 0 0 0 0 16 0 13 0 152415952 1751228416 45872 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=16731/tid=16737] ppid=16729 vsize=1710184 CPUtime=0
/proc/16731/task/16737/stat : 16737 (java) S 16729 16731 16682 0 -1 64 1 0 0 0 0 0 0 0 22 0 13 0 152415956 1751228416 45872 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=16731/tid=16738] ppid=16729 vsize=1710184 CPUtime=0
/proc/16731/task/16738/stat : 16738 (java) S 16729 16731 16682 0 -1 64 3 0 0 0 0 0 0 0 16 0 13 0 152415956 1751228416 45872 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=16731/tid=16739] ppid=16729 vsize=1710184 CPUtime=0.44

################
# More data... #
################

/proc/16731/task/16735/stat : 16735 (java) S 16729 16731 16682 0 -1 64 9 0 0 0 0 0 0 0 16 0 13 0 152415952 1751228416 105041 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=16731/tid=16736] ppid=16729 vsize=1710184 CPUtime=0
/proc/16731/task/16736/stat : 16736 (java) S 16729 16731 16682 0 -1 64 5 0 0 0 0 0 0 0 16 0 13 0 152415952 1751228416 105041 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=16731/tid=16737] ppid=16729 vsize=1710184 CPUtime=0
/proc/16731/task/16737/stat : 16737 (java) S 16729 16731 16682 0 -1 64 1 0 0 0 0 0 0 0 22 0 13 0 152415956 1751228416 105041 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=16731/tid=16738] ppid=16729 vsize=1710184 CPUtime=0
/proc/16731/task/16738/stat : 16738 (java) S 16729 16731 16682 0 -1 64 3 0 0 0 0 0 0 0 16 0 13 0 152415956 1751228416 105041 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=16731/tid=16739] ppid=16729 vsize=1710184 CPUtime=0.46
/proc/16731/task/16739/stat : 16739 (java) S 16729 16731 16682 0 -1 64 552 0 0 0 46 0 0 0 17 0 13 0 152415956 1751228416 105041 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=16731/tid=16740] ppid=16729 vsize=1710184 CPUtime=0.52
/proc/16731/task/16740/stat : 16740 (java) S 16729 16731 16682 0 -1 64 439 0 0 0 52 0 0 0 17 0 13 0 152415956 1751228416 105041 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=16731/tid=16741] ppid=16729 vsize=1710184 CPUtime=0
/proc/16731/task/16741/stat : 16741 (java) S 16729 16731 16682 0 -1 64 1 0 0 0 0 0 0 0 23 0 13 0 152415956 1751228416 105041 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=16731/tid=16742] ppid=16729 vsize=1710184 CPUtime=0
/proc/16731/task/16742/stat : 16742 (java) S 16729 16731 16682 0 -1 64 0 0 0 0 0 0 0 0 15 0 13 0 152415956 1751228416 105041 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=16731/tid=16743] ppid=16729 vsize=1710184 CPUtime=0
/proc/16731/task/16743/stat : 16743 (java) S 16729 16731 16682 0 -1 64 3 0 0 0 0 0 0 0 16 0 13 0 152418467 1751228416 105041 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1796.92
Current children cumulated vsize (Kb) 1710184

[startup+1795.34 s]
/proc/loadavg: 1.00 1.00 1.00 2/76 16941
/proc/meminfo: memFree=937880/2055920 swapFree=4183076/4192956
[pid=16731] ppid=16729 vsize=1710184 CPUtime=1797.93
/proc/16731/stat : 16731 (java) R 16729 16731 16682 0 -1 0 149527 0 1 0 179715 78 0 0 25 0 13 0 152415946 1751228416 105041 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4071500355 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/16731/statm: 427546 105041 1899 14 0 414293 0
[pid=16731/tid=16732] ppid=16729 vsize=1710184 CPUtime=2.78
/proc/16731/task/16732/stat : 16732 (java) S 16729 16731 16682 0 -1 64 49221 0 0 0 256 22 0 0 16 0 13 0 152415949 1751228416 105041 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=16731/tid=16733] ppid=16729 vsize=1710184 CPUtime=2.8
/proc/16731/task/16733/stat : 16733 (java) S 16729 16731 16682 0 -1 64 54695 0 0 0 257 23 0 0 16 0 13 0 152415949 1751228416 105041 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=16731/tid=16734] ppid=16729 vsize=1710184 CPUtime=0.08
/proc/16731/task/16734/stat : 16734 (java) S 16729 16731 16682 0 -1 64 40 0 0 0 4 4 0 0 16 0 13 0 152415952 1751228416 105041 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=16731/tid=16735] ppid=16729 vsize=1710184 CPUtime=0
/proc/16731/task/16735/stat : 16735 (java) S 16729 16731 16682 0 -1 64 9 0 0 0 0 0 0 0 16 0 13 0 152415952 1751228416 105041 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=16731/tid=16736] ppid=16729 vsize=1710184 CPUtime=0
/proc/16731/task/16736/stat : 16736 (java) S 16729 16731 16682 0 -1 64 5 0 0 0 0 0 0 0 16 0 13 0 152415952 1751228416 105041 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=16731/tid=16737] ppid=16729 vsize=1710184 CPUtime=0
/proc/16731/task/16737/stat : 16737 (java) S 16729 16731 16682 0 -1 64 1 0 0 0 0 0 0 0 22 0 13 0 152415956 1751228416 105041 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=16731/tid=16738] ppid=16729 vsize=1710184 CPUtime=0
/proc/16731/task/16738/stat : 16738 (java) S 16729 16731 16682 0 -1 64 3 0 0 0 0 0 0 0 16 0 13 0 152415956 1751228416 105041 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=16731/tid=16739] ppid=16729 vsize=1710184 CPUtime=0.46
/proc/16731/task/16739/stat : 16739 (java) S 16729 16731 16682 0 -1 64 552 0 0 0 46 0 0 0 17 0 13 0 152415956 1751228416 105041 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=16731/tid=16740] ppid=16729 vsize=1710184 CPUtime=0.52
/proc/16731/task/16740/stat : 16740 (java) S 16729 16731 16682 0 -1 64 439 0 0 0 52 0 0 0 17 0 13 0 152415956 1751228416 105041 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=16731/tid=16741] ppid=16729 vsize=1710184 CPUtime=0
/proc/16731/task/16741/stat : 16741 (java) S 16729 16731 16682 0 -1 64 1 0 0 0 0 0 0 0 23 0 13 0 152415956 1751228416 105041 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=16731/tid=16742] ppid=16729 vsize=1710184 CPUtime=0
/proc/16731/task/16742/stat : 16742 (java) S 16729 16731 16682 0 -1 64 0 0 0 0 0 0 0 0 15 0 13 0 152415956 1751228416 105041 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=16731/tid=16743] ppid=16729 vsize=1710184 CPUtime=0
/proc/16731/task/16743/stat : 16743 (java) S 16729 16731 16682 0 -1 64 3 0 0 0 0 0 0 0 16 0 13 0 152418467 1751228416 105041 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1797.93
Current children cumulated vsize (Kb) 1710184

[startup+1796.34 s]
/proc/loadavg: 1.00 1.00 1.00 2/76 16941
/proc/meminfo: memFree=937880/2055920 swapFree=4183076/4192956
[pid=16731] ppid=16729 vsize=1710184 CPUtime=1798.93
/proc/16731/stat : 16731 (java) R 16729 16731 16682 0 -1 0 149527 0 1 0 179815 78 0 0 25 0 13 0 152415946 1751228416 105041 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4071486150 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/16731/statm: 427546 105041 1899 14 0 414293 0
[pid=16731/tid=16732] ppid=16729 vsize=1710184 CPUtime=2.78
/proc/16731/task/16732/stat : 16732 (java) S 16729 16731 16682 0 -1 64 49221 0 0 0 256 22 0 0 16 0 13 0 152415949 1751228416 105041 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=16731/tid=16733] ppid=16729 vsize=1710184 CPUtime=2.8
/proc/16731/task/16733/stat : 16733 (java) S 16729 16731 16682 0 -1 64 54695 0 0 0 257 23 0 0 16 0 13 0 152415949 1751228416 105041 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=16731/tid=16734] ppid=16729 vsize=1710184 CPUtime=0.08
/proc/16731/task/16734/stat : 16734 (java) S 16729 16731 16682 0 -1 64 40 0 0 0 4 4 0 0 16 0 13 0 152415952 1751228416 105041 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=16731/tid=16735] ppid=16729 vsize=1710184 CPUtime=0
/proc/16731/task/16735/stat : 16735 (java) S 16729 16731 16682 0 -1 64 9 0 0 0 0 0 0 0 16 0 13 0 152415952 1751228416 105041 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=16731/tid=16736] ppid=16729 vsize=1710184 CPUtime=0
/proc/16731/task/16736/stat : 16736 (java) S 16729 16731 16682 0 -1 64 5 0 0 0 0 0 0 0 16 0 13 0 152415952 1751228416 105041 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=16731/tid=16737] ppid=16729 vsize=1710184 CPUtime=0
/proc/16731/task/16737/stat : 16737 (java) S 16729 16731 16682 0 -1 64 1 0 0 0 0 0 0 0 22 0 13 0 152415956 1751228416 105041 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=16731/tid=16738] ppid=16729 vsize=1710184 CPUtime=0
/proc/16731/task/16738/stat : 16738 (java) S 16729 16731 16682 0 -1 64 3 0 0 0 0 0 0 0 16 0 13 0 152415956 1751228416 105041 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=16731/tid=16739] ppid=16729 vsize=1710184 CPUtime=0.46
/proc/16731/task/16739/stat : 16739 (java) S 16729 16731 16682 0 -1 64 552 0 0 0 46 0 0 0 17 0 13 0 152415956 1751228416 105041 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=16731/tid=16740] ppid=16729 vsize=1710184 CPUtime=0.52
/proc/16731/task/16740/stat : 16740 (java) S 16729 16731 16682 0 -1 64 439 0 0 0 52 0 0 0 17 0 13 0 152415956 1751228416 105041 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=16731/tid=16741] ppid=16729 vsize=1710184 CPUtime=0
/proc/16731/task/16741/stat : 16741 (java) S 16729 16731 16682 0 -1 64 1 0 0 0 0 0 0 0 23 0 13 0 152415956 1751228416 105041 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=16731/tid=16742] ppid=16729 vsize=1710184 CPUtime=0
/proc/16731/task/16742/stat : 16742 (java) S 16729 16731 16682 0 -1 64 0 0 0 0 0 0 0 0 15 0 13 0 152415956 1751228416 105041 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=16731/tid=16743] ppid=16729 vsize=1710184 CPUtime=0
/proc/16731/task/16743/stat : 16743 (java) S 16729 16731 16682 0 -1 64 3 0 0 0 0 0 0 0 16 0 13 0 152418467 1751228416 105041 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1798.93
Current children cumulated vsize (Kb) 1710184

[startup+1797.35 s]
/proc/loadavg: 1.00 1.00 1.00 2/76 16941
/proc/meminfo: memFree=937880/2055920 swapFree=4183076/4192956
[pid=16731] ppid=16729 vsize=1710184 CPUtime=1799.94
/proc/16731/stat : 16731 (java) R 16729 16731 16682 0 -1 0 149527 0 1 0 179916 78 0 0 25 0 13 0 152415946 1751228416 105041 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4071490934 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/16731/statm: 427546 105041 1899 14 0 414293 0
[pid=16731/tid=16732] ppid=16729 vsize=1710184 CPUtime=2.78
/proc/16731/task/16732/stat : 16732 (java) S 16729 16731 16682 0 -1 64 49221 0 0 0 256 22 0 0 16 0 13 0 152415949 1751228416 105041 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=16731/tid=16733] ppid=16729 vsize=1710184 CPUtime=2.8
/proc/16731/task/16733/stat : 16733 (java) S 16729 16731 16682 0 -1 64 54695 0 0 0 257 23 0 0 16 0 13 0 152415949 1751228416 105041 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=16731/tid=16734] ppid=16729 vsize=1710184 CPUtime=0.08
/proc/16731/task/16734/stat : 16734 (java) S 16729 16731 16682 0 -1 64 40 0 0 0 4 4 0 0 16 0 13 0 152415952 1751228416 105041 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=16731/tid=16735] ppid=16729 vsize=1710184 CPUtime=0
/proc/16731/task/16735/stat : 16735 (java) S 16729 16731 16682 0 -1 64 9 0 0 0 0 0 0 0 16 0 13 0 152415952 1751228416 105041 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=16731/tid=16736] ppid=16729 vsize=1710184 CPUtime=0
/proc/16731/task/16736/stat : 16736 (java) S 16729 16731 16682 0 -1 64 5 0 0 0 0 0 0 0 16 0 13 0 152415952 1751228416 105041 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=16731/tid=16737] ppid=16729 vsize=1710184 CPUtime=0
/proc/16731/task/16737/stat : 16737 (java) S 16729 16731 16682 0 -1 64 1 0 0 0 0 0 0 0 22 0 13 0 152415956 1751228416 105041 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=16731/tid=16738] ppid=16729 vsize=1710184 CPUtime=0
/proc/16731/task/16738/stat : 16738 (java) S 16729 16731 16682 0 -1 64 3 0 0 0 0 0 0 0 16 0 13 0 152415956 1751228416 105041 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=16731/tid=16739] ppid=16729 vsize=1710184 CPUtime=0.46
/proc/16731/task/16739/stat : 16739 (java) S 16729 16731 16682 0 -1 64 552 0 0 0 46 0 0 0 17 0 13 0 152415956 1751228416 105041 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=16731/tid=16740] ppid=16729 vsize=1710184 CPUtime=0.52
/proc/16731/task/16740/stat : 16740 (java) S 16729 16731 16682 0 -1 64 439 0 0 0 52 0 0 0 17 0 13 0 152415956 1751228416 105041 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=16731/tid=16741] ppid=16729 vsize=1710184 CPUtime=0
/proc/16731/task/16741/stat : 16741 (java) S 16729 16731 16682 0 -1 64 1 0 0 0 0 0 0 0 23 0 13 0 152415956 1751228416 105041 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=16731/tid=16742] ppid=16729 vsize=1710184 CPUtime=0
/proc/16731/task/16742/stat : 16742 (java) S 16729 16731 16682 0 -1 64 0 0 0 0 0 0 0 0 15 0 13 0 152415956 1751228416 105041 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=16731/tid=16743] ppid=16729 vsize=1710184 CPUtime=0
/proc/16731/task/16743/stat : 16743 (java) S 16729 16731 16682 0 -1 64 3 0 0 0 0 0 0 0 16 0 13 0 152418467 1751228416 105041 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1799.94
Current children cumulated vsize (Kb) 1710184

[startup+1798.35 s]
/proc/loadavg: 1.00 1.00 1.00 2/76 16941
/proc/meminfo: memFree=937880/2055920 swapFree=4183076/4192956
[pid=16731] ppid=16729 vsize=1710184 CPUtime=1800.94
/proc/16731/stat : 16731 (java) R 16729 16731 16682 0 -1 0 149527 0 1 0 180016 78 0 0 25 0 13 0 152415946 1751228416 105041 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4071490965 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/16731/statm: 427546 105041 1899 14 0 414293 0
[pid=16731/tid=16732] ppid=16729 vsize=1710184 CPUtime=2.78
/proc/16731/task/16732/stat : 16732 (java) S 16729 16731 16682 0 -1 64 49221 0 0 0 256 22 0 0 16 0 13 0 152415949 1751228416 105041 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=16731/tid=16733] ppid=16729 vsize=1710184 CPUtime=2.8
/proc/16731/task/16733/stat : 16733 (java) S 16729 16731 16682 0 -1 64 54695 0 0 0 257 23 0 0 16 0 13 0 152415949 1751228416 105041 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=16731/tid=16734] ppid=16729 vsize=1710184 CPUtime=0.08
/proc/16731/task/16734/stat : 16734 (java) S 16729 16731 16682 0 -1 64 40 0 0 0 4 4 0 0 16 0 13 0 152415952 1751228416 105041 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=16731/tid=16735] ppid=16729 vsize=1710184 CPUtime=0
/proc/16731/task/16735/stat : 16735 (java) S 16729 16731 16682 0 -1 64 9 0 0 0 0 0 0 0 16 0 13 0 152415952 1751228416 105041 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=16731/tid=16736] ppid=16729 vsize=1710184 CPUtime=0
/proc/16731/task/16736/stat : 16736 (java) S 16729 16731 16682 0 -1 64 5 0 0 0 0 0 0 0 16 0 13 0 152415952 1751228416 105041 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=16731/tid=16737] ppid=16729 vsize=1710184 CPUtime=0
/proc/16731/task/16737/stat : 16737 (java) S 16729 16731 16682 0 -1 64 1 0 0 0 0 0 0 0 22 0 13 0 152415956 1751228416 105041 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=16731/tid=16738] ppid=16729 vsize=1710184 CPUtime=0
/proc/16731/task/16738/stat : 16738 (java) S 16729 16731 16682 0 -1 64 3 0 0 0 0 0 0 0 16 0 13 0 152415956 1751228416 105041 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=16731/tid=16739] ppid=16729 vsize=1710184 CPUtime=0.46
/proc/16731/task/16739/stat : 16739 (java) S 16729 16731 16682 0 -1 64 552 0 0 0 46 0 0 0 17 0 13 0 152415956 1751228416 105041 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=16731/tid=16740] ppid=16729 vsize=1710184 CPUtime=0.52
/proc/16731/task/16740/stat : 16740 (java) S 16729 16731 16682 0 -1 64 439 0 0 0 52 0 0 0 17 0 13 0 152415956 1751228416 105041 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=16731/tid=16741] ppid=16729 vsize=1710184 CPUtime=0
/proc/16731/task/16741/stat : 16741 (java) S 16729 16731 16682 0 -1 64 1 0 0 0 0 0 0 0 23 0 13 0 152415956 1751228416 105041 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=16731/tid=16742] ppid=16729 vsize=1710184 CPUtime=0
/proc/16731/task/16742/stat : 16742 (java) S 16729 16731 16682 0 -1 64 0 0 0 0 0 0 0 0 15 0 13 0 152415956 1751228416 105041 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=16731/tid=16743] ppid=16729 vsize=1710184 CPUtime=0
/proc/16731/task/16743/stat : 16743 (java) S 16729 16731 16682 0 -1 64 3 0 0 0 0 0 0 0 16 0 13 0 152418467 1751228416 105041 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1800.94
Current children cumulated vsize (Kb) 1710184



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1798.36 s]
/proc/loadavg: 1.00 1.00 1.00 2/76 16941
/proc/meminfo: memFree=937880/2055920 swapFree=4183076/4192956
[pid=16731] ppid=16729 vsize=1710184 CPUtime=1800.95
/proc/16731/stat : 16731 (java) R 16729 16731 16682 0 -1 0 149527 0 1 0 180017 78 0 0 25 0 13 0 152415946 1751228416 105041 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4071500143 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/16731/statm: 427546 105041 1899 14 0 414293 0
[pid=16731/tid=16732] ppid=16729 vsize=1710184 CPUtime=2.78
/proc/16731/task/16732/stat : 16732 (java) S 16729 16731 16682 0 -1 64 49221 0 0 0 256 22 0 0 16 0 13 0 152415949 1751228416 105041 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=16731/tid=16733] ppid=16729 vsize=1710184 CPUtime=2.8
/proc/16731/task/16733/stat : 16733 (java) S 16729 16731 16682 0 -1 64 54695 0 0 0 257 23 0 0 16 0 13 0 152415949 1751228416 105041 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=16731/tid=16734] ppid=16729 vsize=1710184 CPUtime=0.08
/proc/16731/task/16734/stat : 16734 (java) S 16729 16731 16682 0 -1 64 40 0 0 0 4 4 0 0 16 0 13 0 152415952 1751228416 105041 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=16731/tid=16735] ppid=16729 vsize=1710184 CPUtime=0
/proc/16731/task/16735/stat : 16735 (java) S 16729 16731 16682 0 -1 64 9 0 0 0 0 0 0 0 16 0 13 0 152415952 1751228416 105041 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=16731/tid=16736] ppid=16729 vsize=1710184 CPUtime=0
/proc/16731/task/16736/stat : 16736 (java) S 16729 16731 16682 0 -1 64 5 0 0 0 0 0 0 0 16 0 13 0 152415952 1751228416 105041 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=16731/tid=16737] ppid=16729 vsize=1710184 CPUtime=0
/proc/16731/task/16737/stat : 16737 (java) S 16729 16731 16682 0 -1 64 1 0 0 0 0 0 0 0 22 0 13 0 152415956 1751228416 105041 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=16731/tid=16738] ppid=16729 vsize=1710184 CPUtime=0
/proc/16731/task/16738/stat : 16738 (java) S 16729 16731 16682 0 -1 64 3 0 0 0 0 0 0 0 16 0 13 0 152415956 1751228416 105041 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=16731/tid=16739] ppid=16729 vsize=1710184 CPUtime=0.46
/proc/16731/task/16739/stat : 16739 (java) S 16729 16731 16682 0 -1 64 552 0 0 0 46 0 0 0 17 0 13 0 152415956 1751228416 105041 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=16731/tid=16740] ppid=16729 vsize=1710184 CPUtime=0.52
/proc/16731/task/16740/stat : 16740 (java) S 16729 16731 16682 0 -1 64 439 0 0 0 52 0 0 0 17 0 13 0 152415956 1751228416 105041 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=16731/tid=16741] ppid=16729 vsize=1710184 CPUtime=0
/proc/16731/task/16741/stat : 16741 (java) S 16729 16731 16682 0 -1 64 1 0 0 0 0 0 0 0 23 0 13 0 152415956 1751228416 105041 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=16731/tid=16742] ppid=16729 vsize=1710184 CPUtime=0
/proc/16731/task/16742/stat : 16742 (java) S 16729 16731 16682 0 -1 64 0 0 0 0 0 0 0 0 15 0 13 0 152415956 1751228416 105041 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=16731/tid=16743] ppid=16729 vsize=1710184 CPUtime=0
/proc/16731/task/16743/stat : 16743 (java) S 16729 16731 16682 0 -1 64 3 0 0 0 0 0 0 0 16 0 13 0 152418467 1751228416 105041 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1800.95
Current children cumulated vsize (Kb) 1710184

Sending SIGTERM to process tree (bottom up)
Sleeping 2 seconds

Child status: 143
Real time (s): 1798.46
CPU time (s): 1801.06
CPU user time (s): 1800.21
CPU system time (s): 0.85287
CPU usage (%): 100.145
Max. virtual memory (cumulated for all children) (Kb): 1710184
The end

Launcher Data (download as text)

Begin job on node23 on Fri Jul 28 02:59:18 UTC 2006


FILE ID= 46333-1154055558

PBS_JOBID= 882011

BENCH NAME= HOME/pub/bench/PB06/final/normalized-PB06/SATUNSAT-SMALLINT/submitted-PB06/roussel/normalized-pigeon-clauses-71-70.opb
COMMAND LINE= java -server -Xms1500M -Xmx1500M -jar ROOT/solvers/PB/PB06final/user5/sat4jPseudoHeuristics.jar ROOT/tmp/node23/46333-1154055558/instance-46333-1154055558.opb 103840200
RUNSOLVER COMMAND LINE= runsolver  --timestamp  -w ROOT/results/node23/watcher-46333-1154055558 -o ROOT/results/node23/solver-46333-1154055558 -C 1800 -M 1800 -S 64  java -server -Xms1500M -Xmx1500M -jar ROOT/solvers/PB/PB06final/user5/sat4jPseudoHeuristics.jar ROOT/tmp/node23/46333-1154055558/instance-46333-1154055558.opb 103840200

MD5SUM SOLVER= 3cef94aa015dc0dd234d31843a257d70
MD5SUM BENCH=  2d2ba598d361b1b8832ef2eaa384d61f

RANDOM SEED= 103840200

TIMEOUT= 1800 seconds


/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.281
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.281
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:       1352584 kB
Buffers:         25220 kB
Cached:         598028 kB
SwapCached:       3644 kB
Active:          62612 kB
Inactive:       569244 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1352584 kB
SwapTotal:     4192956 kB
SwapFree:      4183076 kB
Dirty:             164 kB
Writeback:           0 kB
Mapped:          14524 kB
Slab:            57496 kB
Committed_AS:   614316 kB
PageTables:       1420 kB
VmallocTotal: 536870911 kB
VmallocUsed:    264952 kB
VmallocChunk: 536605679 kB
HugePages_Total:     0
HugePages_Free:      0
Hugepagesize:     2048 kB


End job on node23 on Fri Jul 28 03:29:16 UTC 2006