Trace number 46357

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) 1800.74 1798.46

General information on the benchmark

Namenormalized-PB06/SATUNSAT-SMALLINT/submitted-PB06/
roussel/normalized-pigeon-clauses-95-90.opb
MD5SUMc091cfcc7e8a81cbf9f64a24634c61f3
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 variables8550
Total number of constraints401945
Number of constraints which are clauses401945
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 constraint90
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 91
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.51	c SAT4J: a SATisfiability library for Java (c) 2004-2006 Daniel Le Berre
0.51	c This is free software under the GNU LGPL licence. See www.sat4j.org for details.
0.52	c no version file found!!!
0.52	c sun.arch.data.model	32
0.52	c java.version	1.5.0_06
0.52	c os.name	Linux
0.52	c os.version	2.6.9-22.EL.rootsmp
0.52	c os.arch	i386
0.52	c Free memory 1548419056
0.52	c Max memory 1551040512
0.52	c Total memory 1551040512
0.52	c Number of processors 2
0.60	c Cutting planes based inference
0.60	c --- Begin Solver configuration ---
0.60	c org.sat4j.minisat.uip.FirstUIP@1df073d
0.60	c org.sat4j.minisat.constraints.PBMaxClauseCardConstrDataStructure@1546e25
0.60	c org.sat4j.minisat.learning.MiniSATLearning@b66cc
0.60	c conflictBoundIncFactor=1.5 learntBoundIncFactor=1.1 initLearntBoundConstraintFactor=10000.0 initConflictBound=100 
0.60	c VSIDS like heuristics from MiniSAT using a heap
0.60	c No reason simplification
0.60	c --- End Solver configuration ---
0.60	c solving ROOT/tmp/node26/46357-1154063123/instance-46357-1154063123.opb
0.60	c reading problem ... 
94.87	c ... done. Time 94.263 ms.
94.87	c #vars     8550
94.87	c #constraints  401945
1798.35	c starts		: 16
1798.35	c conflicts		: 95187
1798.35	c decisions		: 112403
1798.35	c propagations		: 6736082
1798.35	c inspects		: 226110115
1798.35	c learnt literals	: 0
1798.35	c learnt binary clauses	: 0
1798.35	c learnt ternary clauses	: 0
1798.35	c learnt clauses	: 95186
1798.35	c root simplifications	: 0
1798.35	c removed literals (reason simplification)	: 0
1798.35	c reason swapping (by a shorter reason)	: 0
1798.35	c Calls to reduceDB	: 0
1798.35	c speed (decisions/second)	: 65.98495770970212
1798.35	c non guided choices	4105
1798.35	s UNKNOWN
1798.35	c Total wall clock time (ms): 1797.751

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/node26/watcher-46357-1154063123 -o ROOT/results/node26/solver-46357-1154063123 -C 1800 -M 1800 -S 64 java -server -Xms1500M -Xmx1500M -jar ROOT/solvers/PB/PB06final/user5/sat4jPseudoHeuristics.jar ROOT/tmp/node26/46357-1154063123/instance-46357-1154063123.opb 553037529 

Current StackSize limit: 67108864 bytes

/proc/loadavg: 0.91 0.95 0.98 2/64 23407
/proc/meminfo: memFree=1311424/2055920 swapFree=4177816/4192956
[pid=23407] ppid=23405 vsize=1784 CPUtime=0
/proc/23407/stat : 23407 (java) R 23405 23407 23358 0 -1 0 153 0 1 0 0 0 0 0 18 0 1 0 153172360 1826816 125 18446744073709551615 134512640 134570276 4294956608 18446744073709551615 4294960144 0 0 4096 0 0 0 0 17 1 0 0
/proc/23407/statm: 446 133 98 14 0 91 0

[startup+10.0023 s]
/proc/loadavg: 0.93 0.95 0.98 2/75 23418
/proc/meminfo: memFree=1113896/2055920 swapFree=4177816/4192956
[pid=23407] ppid=23405 vsize=1709428 CPUtime=10.19
/proc/23407/stat : 23407 (java) R 23405 23407 23358 0 -1 0 48462 0 66 0 990 29 0 0 25 0 12 0 153172360 1750454272 47226 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4071443817 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/23407/statm: 427357 47226 1874 14 0 414104 0
[pid=23407/tid=23408] ppid=23405 vsize=1709428 CPUtime=0.11
/proc/23407/task/23408/stat : 23408 (java) S 23405 23407 23358 0 -1 64 1852 0 0 0 11 0 0 0 15 0 12 0 153172385 1750454272 47226 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=23407/tid=23409] ppid=23405 vsize=1709428 CPUtime=0.12
/proc/23407/task/23409/stat : 23409 (java) S 23405 23407 23358 0 -1 64 1667 0 0 0 11 1 0 0 16 0 12 0 153172385 1750454272 47226 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=23407/tid=23410] ppid=23405 vsize=1709428 CPUtime=0
/proc/23407/task/23410/stat : 23410 (java) S 23405 23407 23358 0 -1 64 29 0 0 0 0 0 0 0 16 0 12 0 153172388 1750454272 47226 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=23407/tid=23411] ppid=23405 vsize=1709428 CPUtime=0
/proc/23407/task/23411/stat : 23411 (java) S 23405 23407 23358 0 -1 64 9 0 0 0 0 0 0 0 16 0 12 0 153172389 1750454272 47226 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=23407/tid=23412] ppid=23405 vsize=1709428 CPUtime=0
/proc/23407/task/23412/stat : 23412 (java) S 23405 23407 23358 0 -1 64 5 0 0 0 0 0 0 0 16 0 12 0 153172389 1750454272 47226 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=23407/tid=23413] ppid=23405 vsize=1709428 CPUtime=0
/proc/23407/task/23413/stat : 23413 (java) S 23405 23407 23358 0 -1 64 0 0 0 0 0 0 0 0 22 0 12 0 153172394 1750454272 47226 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=23407/tid=23414] ppid=23405 vsize=1709428 CPUtime=0
/proc/23407/task/23414/stat : 23414 (java) S 23405 23407 23358 0 -1 64 3 0 0 0 0 0 0 0 16 0 12 0 153172394 1750454272 47226 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=23407/tid=23415] ppid=23405 vsize=1709428 CPUtime=0.26
/proc/23407/task/23415/stat : 23415 (java) S 23405 23407 23358 0 -1 64 415 0 0 0 26 0 0 0 16 0 12 0 153172394 1750454272 47226 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=23407/tid=23416] ppid=23405 vsize=1709428 CPUtime=0.36
/proc/23407/task/23416/stat : 23416 (java) S 23405 23407 23358 0 -1 64 401 0 0 0 36 0 0 0 16 0 12 0 153172394 1750454272 47226 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=23407/tid=23417] ppid=23405 vsize=1709428 CPUtime=0
/proc/23407/task/23417/stat : 23417 (java) S 23405 23407 23358 0 -1 64 1 0 0 0 0 0 0 0 22 0 12 0 153172394 1750454272 47226 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=23407/tid=23418] ppid=23405 vsize=1709428 CPUtime=0
/proc/23407/task/23418/stat : 23418 (java) S 23405 23407 23358 0 -1 64 2 0 0 0 0 0 0 0 15 0 12 0 153172394 1750454272 47226 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 10.19
Current children cumulated vsize (Kb) 1709428

[startup+20.0093 s]
/proc/loadavg: 0.94 0.96 0.98 2/75 23418
/proc/meminfo: memFree=1127224/2055920 swapFree=4177816/4192956
[pid=23407] ppid=23405 vsize=1709428 CPUtime=20.25
/proc/23407/stat : 23407 (java) R 23405 23407 23358 0 -1 0 49313 0 66 0 1994 31 0 0 17 0 12 0 153172360 1750454272 43961 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4071349268 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/23407/statm: 427357 43961 1874 14 0 414104 0
[pid=23407/tid=23408] ppid=23405 vsize=1709428 CPUtime=0.17
/proc/23407/task/23408/stat : 23408 (java) S 23405 23407 23358 0 -1 64 2253 0 0 0 16 1 0 0 16 0 12 0 153172385 1750454272 43961 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=23407/tid=23409] ppid=23405 vsize=1709428 CPUtime=0.16
/proc/23407/task/23409/stat : 23409 (java) S 23405 23407 23358 0 -1 64 2098 0 0 0 15 1 0 0 16 0 12 0 153172385 1750454272 43961 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=23407/tid=23410] ppid=23405 vsize=1709428 CPUtime=0
/proc/23407/task/23410/stat : 23410 (java) S 23405 23407 23358 0 -1 64 29 0 0 0 0 0 0 0 16 0 12 0 153172388 1750454272 43961 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=23407/tid=23411] ppid=23405 vsize=1709428 CPUtime=0
/proc/23407/task/23411/stat : 23411 (java) S 23405 23407 23358 0 -1 64 9 0 0 0 0 0 0 0 16 0 12 0 153172389 1750454272 43961 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=23407/tid=23412] ppid=23405 vsize=1709428 CPUtime=0
/proc/23407/task/23412/stat : 23412 (java) S 23405 23407 23358 0 -1 64 5 0 0 0 0 0 0 0 16 0 12 0 153172389 1750454272 43961 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=23407/tid=23413] ppid=23405 vsize=1709428 CPUtime=0
/proc/23407/task/23413/stat : 23413 (java) S 23405 23407 23358 0 -1 64 0 0 0 0 0 0 0 0 22 0 12 0 153172394 1750454272 43961 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=23407/tid=23414] ppid=23405 vsize=1709428 CPUtime=0
/proc/23407/task/23414/stat : 23414 (java) S 23405 23407 23358 0 -1 64 3 0 0 0 0 0 0 0 16 0 12 0 153172394 1750454272 43961 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=23407/tid=23415] ppid=23405 vsize=1709428 CPUtime=0.26
/proc/23407/task/23415/stat : 23415 (java) S 23405 23407 23358 0 -1 64 415 0 0 0 26 0 0 0 16 0 12 0 153172394 1750454272 43961 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=23407/tid=23416] ppid=23405 vsize=1709428 CPUtime=0.36
/proc/23407/task/23416/stat : 23416 (java) S 23405 23407 23358 0 -1 64 401 0 0 0 36 0 0 0 16 0 12 0 153172394 1750454272 43961 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=23407/tid=23417] ppid=23405 vsize=1709428 CPUtime=0
/proc/23407/task/23417/stat : 23417 (java) S 23405 23407 23358 0 -1 64 1 0 0 0 0 0 0 0 22 0 12 0 153172394 1750454272 43961 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=23407/tid=23418] ppid=23405 vsize=1709428 CPUtime=0
/proc/23407/task/23418/stat : 23418 (java) S 23405 23407 23358 0 -1 64 2 0 0 0 0 0 0 0 15 0 12 0 153172394 1750454272 43961 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 20.25
Current children cumulated vsize (Kb) 1709428

[startup+30.0162 s]
/proc/loadavg: 0.95 0.96 0.98 2/75 23418
/proc/meminfo: memFree=1129912/2055920 swapFree=4177816/4192956
[pid=23407] ppid=23405 vsize=1709428 CPUtime=30.31
/proc/23407/stat : 23407 (java) R 23405 23407 23358 0 -1 0 50264 0 66 0 2999 32 0 0 19 0 12 0 153172360 1750454272 43302 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4071443599 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/23407/statm: 427357 43302 1874 14 0 414104 0
[pid=23407/tid=23408] ppid=23405 vsize=1709428 CPUtime=0.23
/proc/23407/task/23408/stat : 23408 (java) S 23405 23407 23358 0 -1 64 2785 0 0 0 22 1 0 0 15 0 12 0 153172385 1750454272 43302 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=23407/tid=23409] ppid=23405 vsize=1709428 CPUtime=0.23
/proc/23407/task/23409/stat : 23409 (java) S 23405 23407 23358 0 -1 64 2496 0 0 0 22 1 0 0 16 0 12 0 153172385 1750454272 43302 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=23407/tid=23410] ppid=23405 vsize=1709428 CPUtime=0.01
/proc/23407/task/23410/stat : 23410 (java) S 23405 23407 23358 0 -1 64 29 0 0 0 0 1 0 0 16 0 12 0 153172388 1750454272 43302 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=23407/tid=23411] ppid=23405 vsize=1709428 CPUtime=0
/proc/23407/task/23411/stat : 23411 (java) S 23405 23407 23358 0 -1 64 9 0 0 0 0 0 0 0 16 0 12 0 153172389 1750454272 43302 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=23407/tid=23412] ppid=23405 vsize=1709428 CPUtime=0
/proc/23407/task/23412/stat : 23412 (java) S 23405 23407 23358 0 -1 64 5 0 0 0 0 0 0 0 16 0 12 0 153172389 1750454272 43302 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=23407/tid=23413] ppid=23405 vsize=1709428 CPUtime=0
/proc/23407/task/23413/stat : 23413 (java) S 23405 23407 23358 0 -1 64 0 0 0 0 0 0 0 0 22 0 12 0 153172394 1750454272 43302 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=23407/tid=23414] ppid=23405 vsize=1709428 CPUtime=0
/proc/23407/task/23414/stat : 23414 (java) S 23405 23407 23358 0 -1 64 3 0 0 0 0 0 0 0 16 0 12 0 153172394 1750454272 43302 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=23407/tid=23415] ppid=23405 vsize=1709428 CPUtime=0.26
/proc/23407/task/23415/stat : 23415 (java) S 23405 23407 23358 0 -1 64 415 0 0 0 26 0 0 0 16 0 12 0 153172394 1750454272 43302 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=23407/tid=23416] ppid=23405 vsize=1709428 CPUtime=0.36
/proc/23407/task/23416/stat : 23416 (java) S 23405 23407 23358 0 -1 64 401 0 0 0 36 0 0 0 16 0 12 0 153172394 1750454272 43302 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=23407/tid=23417] ppid=23405 vsize=1709428 CPUtime=0
/proc/23407/task/23417/stat : 23417 (java) S 23405 23407 23358 0 -1 64 1 0 0 0 0 0 0 0 22 0 12 0 153172394 1750454272 43302 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=23407/tid=23418] ppid=23405 vsize=1709428 CPUtime=0
/proc/23407/task/23418/stat : 23418 (java) S 23405 23407 23358 0 -1 64 2 0 0 0 0 0 0 0 15 0 12 0 153172394 1750454272 43302 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 30.31
Current children cumulated vsize (Kb) 1709428

[startup+40.0232 s]
/proc/loadavg: 0.95 0.96 0.98 2/75 23418
/proc/meminfo: memFree=1129464/2055920 swapFree=4177816/4192956
[pid=23407] ppid=23405 vsize=1709428 CPUtime=40.39
/proc/23407/stat : 23407 (java) R 23405 23407 23358 0 -1 0 51015 0 66 0 4006 33 0 0 18 0 12 0 153172360 1750454272 43439 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4152709488 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/23407/statm: 427357 43439 1874 14 0 414104 0
[pid=23407/tid=23408] ppid=23405 vsize=1709428 CPUtime=0.29
/proc/23407/task/23408/stat : 23408 (java) S 23405 23407 23358 0 -1 64 3205 0 0 0 28 1 0 0 16 0 12 0 153172385 1750454272 43439 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=23407/tid=23409] ppid=23405 vsize=1709428 CPUtime=0.3
/proc/23407/task/23409/stat : 23409 (java) S 23405 23407 23358 0 -1 64 2804 0 0 0 28 2 0 0 16 0 12 0 153172385 1750454272 43439 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=23407/tid=23410] ppid=23405 vsize=1709428 CPUtime=0.02
/proc/23407/task/23410/stat : 23410 (java) S 23405 23407 23358 0 -1 64 29 0 0 0 1 1 0 0 15 0 12 0 153172388 1750454272 43439 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=23407/tid=23411] ppid=23405 vsize=1709428 CPUtime=0
/proc/23407/task/23411/stat : 23411 (java) S 23405 23407 23358 0 -1 64 9 0 0 0 0 0 0 0 16 0 12 0 153172389 1750454272 43439 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=23407/tid=23412] ppid=23405 vsize=1709428 CPUtime=0
/proc/23407/task/23412/stat : 23412 (java) S 23405 23407 23358 0 -1 64 5 0 0 0 0 0 0 0 16 0 12 0 153172389 1750454272 43439 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=23407/tid=23413] ppid=23405 vsize=1709428 CPUtime=0
/proc/23407/task/23413/stat : 23413 (java) S 23405 23407 23358 0 -1 64 0 0 0 0 0 0 0 0 22 0 12 0 153172394 1750454272 43439 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=23407/tid=23414] ppid=23405 vsize=1709428 CPUtime=0
/proc/23407/task/23414/stat : 23414 (java) S 23405 23407 23358 0 -1 64 3 0 0 0 0 0 0 0 16 0 12 0 153172394 1750454272 43439 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=23407/tid=23415] ppid=23405 vsize=1709428 CPUtime=0.26
/proc/23407/task/23415/stat : 23415 (java) S 23405 23407 23358 0 -1 64 415 0 0 0 26 0 0 0 16 0 12 0 153172394 1750454272 43439 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=23407/tid=23416] ppid=23405 vsize=1709428 CPUtime=0.36
/proc/23407/task/23416/stat : 23416 (java) S 23405 23407 23358 0 -1 64 401 0 0 0 36 0 0 0 16 0 12 0 153172394 1750454272 43439 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=23407/tid=23417] ppid=23405 vsize=1709428 CPUtime=0
/proc/23407/task/23417/stat : 23417 (java) S 23405 23407 23358 0 -1 64 1 0 0 0 0 0 0 0 22 0 12 0 153172394 1750454272 43439 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=23407/tid=23418] ppid=23405 vsize=1709428 CPUtime=0
/proc/23407/task/23418/stat : 23418 (java) S 23405 23407 23358 0 -1 64 2 0 0 0 0 0 0 0 15 0 12 0 153172394 1750454272 43439 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 40.39
Current children cumulated vsize (Kb) 1709428

[startup+50.0312 s]
/proc/loadavg: 0.96 0.96 0.98 2/75 23418
/proc/meminfo: memFree=1126584/2055920 swapFree=4177816/4192956
[pid=23407] ppid=23405 vsize=1709428 CPUtime=50.45
/proc/23407/stat : 23407 (java) R 23405 23407 23358 0 -1 0 52162 0 66 0 5011 34 0 0 18 0 12 0 153172360 1750454272 44165 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4071444009 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/23407/statm: 427357 44165 1874 14 0 414104 0
[pid=23407/tid=23408] ppid=23405 vsize=1709428 CPUtime=0.38
/proc/23407/task/23408/stat : 23408 (java) S 23405 23407 23358 0 -1 64 4051 0 0 0 36 2 0 0 15 0 12 0 153172385 1750454272 44165 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=23407/tid=23409] ppid=23405 vsize=1709428 CPUtime=0.37
/proc/23407/task/23409/stat : 23409 (java) S 23405 23407 23358 0 -1 64 3080 0 0 0 35 2 0 0 16 0 12 0 153172385 1750454272 44165 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=23407/tid=23410] ppid=23405 vsize=1709428 CPUtime=0.02
/proc/23407/task/23410/stat : 23410 (java) S 23405 23407 23358 0 -1 64 29 0 0 0 1 1 0 0 16 0 12 0 153172388 1750454272 44165 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=23407/tid=23411] ppid=23405 vsize=1709428 CPUtime=0
/proc/23407/task/23411/stat : 23411 (java) S 23405 23407 23358 0 -1 64 9 0 0 0 0 0 0 0 16 0 12 0 153172389 1750454272 44165 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=23407/tid=23412] ppid=23405 vsize=1709428 CPUtime=0
/proc/23407/task/23412/stat : 23412 (java) S 23405 23407 23358 0 -1 64 5 0 0 0 0 0 0 0 16 0 12 0 153172389 1750454272 44165 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=23407/tid=23413] ppid=23405 vsize=1709428 CPUtime=0
/proc/23407/task/23413/stat : 23413 (java) S 23405 23407 23358 0 -1 64 0 0 0 0 0 0 0 0 22 0 12 0 153172394 1750454272 44165 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=23407/tid=23414] ppid=23405 vsize=1709428 CPUtime=0
/proc/23407/task/23414/stat : 23414 (java) S 23405 23407 23358 0 -1 64 3 0 0 0 0 0 0 0 16 0 12 0 153172394 1750454272 44165 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=23407/tid=23415] ppid=23405 vsize=1709428 CPUtime=0.26
/proc/23407/task/23415/stat : 23415 (java) S 23405 23407 23358 0 -1 64 415 0 0 0 26 0 0 0 16 0 12 0 153172394 1750454272 44165 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=23407/tid=23416] ppid=23405 vsize=1709428 CPUtime=0.36
/proc/23407/task/23416/stat : 23416 (java) S 23405 23407 23358 0 -1 64 401 0 0 0 36 0 0 0 16 0 12 0 153172394 1750454272 44165 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=23407/tid=23417] ppid=23405 vsize=1709428 CPUtime=0
/proc/23407/task/23417/stat : 23417 (java) S 23405 23407 23358 0 -1 64 1 0 0 0 0 0 0 0 22 0 12 0 153172394 1750454272 44165 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=23407/tid=23418] ppid=23405 vsize=1709428 CPUtime=0
/proc/23407/task/23418/stat : 23418 (java) S 23405 23407 23358 0 -1 64 2 0 0 0 0 0 0 0 15 0 12 0 153172394 1750454272 44165 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 50.45
Current children cumulated vsize (Kb) 1709428

[startup+60.0382 s]
/proc/loadavg: 0.97 0.96 0.98 2/75 23418
/proc/meminfo: memFree=1125432/2055920 swapFree=4177816/4192956
[pid=23407] ppid=23405 vsize=1709428 CPUtime=60.54
/proc/23407/stat : 23407 (java) R 23405 23407 23358 0 -1 0 52933 0 66 0 6018 36 0 0 25 0 12 0 153172360 1750454272 44449 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4152006738 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/23407/statm: 427357 44449 1874 14 0 414104 0
[pid=23407/tid=23408] ppid=23405 vsize=1709428 CPUtime=0.47
/proc/23407/task/23408/stat : 23408 (java) S 23405 23407 23358 0 -1 64 4468 0 0 0 44 3 0 0 16 0 12 0 153172385 1750454272 44449 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=23407/tid=23409] ppid=23405 vsize=1709428 CPUtime=0.44
/proc/23407/task/23409/stat : 23409 (java) S 23405 23407 23358 0 -1 64 3410 0 0 0 42 2 0 0 16 0 12 0 153172385 1750454272 44449 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=23407/tid=23410] ppid=23405 vsize=1709428 CPUtime=0.02
/proc/23407/task/23410/stat : 23410 (java) S 23405 23407 23358 0 -1 64 30 0 0 0 1 1 0 0 16 0 12 0 153172388 1750454272 44449 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=23407/tid=23411] ppid=23405 vsize=1709428 CPUtime=0
/proc/23407/task/23411/stat : 23411 (java) S 23405 23407 23358 0 -1 64 9 0 0 0 0 0 0 0 16 0 12 0 153172389 1750454272 44449 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=23407/tid=23412] ppid=23405 vsize=1709428 CPUtime=0
/proc/23407/task/23412/stat : 23412 (java) S 23405 23407 23358 0 -1 64 5 0 0 0 0 0 0 0 16 0 12 0 153172389 1750454272 44449 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=23407/tid=23413] ppid=23405 vsize=1709428 CPUtime=0
/proc/23407/task/23413/stat : 23413 (java) S 23405 23407 23358 0 -1 64 0 0 0 0 0 0 0 0 22 0 12 0 153172394 1750454272 44449 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=23407/tid=23414] ppid=23405 vsize=1709428 CPUtime=0
/proc/23407/task/23414/stat : 23414 (java) S 23405 23407 23358 0 -1 64 3 0 0 0 0 0 0 0 16 0 12 0 153172394 1750454272 44449 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=23407/tid=23415] ppid=23405 vsize=1709428 CPUtime=0.26
/proc/23407/task/23415/stat : 23415 (java) S 23405 23407 23358 0 -1 64 415 0 0 0 26 0 0 0 16 0 12 0 153172394 1750454272 44449 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=23407/tid=23416] ppid=23405 vsize=1709428 CPUtime=0.36
/proc/23407/task/23416/stat : 23416 (java) S 23405 23407 23358 0 -1 64 401 0 0 0 36 0 0 0 16 0 12 0 153172394 1750454272 44449 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=23407/tid=23417] ppid=23405 vsize=1709428 CPUtime=0
/proc/23407/task/23417/stat : 23417 (java) S 23405 23407 23358 0 -1 64 1 0 0 0 0 0 0 0 22 0 12 0 153172394 1750454272 44449 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=23407/tid=23418] ppid=23405 vsize=1709428 CPUtime=0

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

/proc/23407/task/23411/stat : 23411 (java) S 23405 23407 23358 0 -1 64 9 0 0 0 0 0 0 0 16 0 13 0 153172389 1750982656 95882 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=23407/tid=23412] ppid=23405 vsize=1709944 CPUtime=0
/proc/23407/task/23412/stat : 23412 (java) S 23405 23407 23358 0 -1 64 5 0 0 0 0 0 0 0 16 0 13 0 153172389 1750982656 95882 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=23407/tid=23413] ppid=23405 vsize=1709944 CPUtime=0
/proc/23407/task/23413/stat : 23413 (java) S 23405 23407 23358 0 -1 64 0 0 0 0 0 0 0 0 22 0 13 0 153172394 1750982656 95882 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=23407/tid=23414] ppid=23405 vsize=1709944 CPUtime=0
/proc/23407/task/23414/stat : 23414 (java) S 23405 23407 23358 0 -1 64 3 0 0 0 0 0 0 0 16 0 13 0 153172394 1750982656 95882 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=23407/tid=23415] ppid=23405 vsize=1709944 CPUtime=0.49
/proc/23407/task/23415/stat : 23415 (java) S 23405 23407 23358 0 -1 64 446 0 0 0 49 0 0 0 17 0 13 0 153172394 1750982656 95882 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=23407/tid=23416] ppid=23405 vsize=1709944 CPUtime=0.63
/proc/23407/task/23416/stat : 23416 (java) S 23405 23407 23358 0 -1 64 462 0 0 0 63 0 0 0 16 0 13 0 153172394 1750982656 95882 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=23407/tid=23417] ppid=23405 vsize=1709944 CPUtime=0
/proc/23407/task/23417/stat : 23417 (java) S 23405 23407 23358 0 -1 64 1 0 0 0 0 0 0 0 22 0 13 0 153172394 1750982656 95882 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=23407/tid=23418] ppid=23405 vsize=1709944 CPUtime=0
/proc/23407/task/23418/stat : 23418 (java) S 23405 23407 23358 0 -1 64 2 0 0 0 0 0 0 0 15 0 13 0 153172394 1750982656 95882 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=23407/tid=23419] ppid=23405 vsize=1709944 CPUtime=0
/proc/23407/task/23419/stat : 23419 (java) S 23405 23407 23358 0 -1 64 4 0 0 0 0 0 0 0 16 0 13 0 153181850 1750982656 95882 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1796.57
Current children cumulated vsize (Kb) 1709944

[startup+1795.32 s]
/proc/loadavg: 0.99 0.97 0.98 2/76 23419
/proc/meminfo: memFree=918576/2055920 swapFree=4177816/4192956
[pid=23407] ppid=23405 vsize=1709944 CPUtime=1797.58
/proc/23407/stat : 23407 (java) R 23405 23407 23358 0 -1 0 143071 0 66 0 179671 87 0 0 25 0 13 0 153172360 1750982656 95882 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4071517265 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/23407/statm: 427486 95882 1900 14 0 414233 0
[pid=23407/tid=23408] ppid=23405 vsize=1709944 CPUtime=2.42
/proc/23407/task/23408/stat : 23408 (java) S 23405 23407 23358 0 -1 64 49542 0 0 0 218 24 0 0 17 0 13 0 153172385 1750982656 95882 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=23407/tid=23409] ppid=23405 vsize=1709944 CPUtime=2.39
/proc/23407/task/23409/stat : 23409 (java) S 23405 23407 23358 0 -1 64 40221 0 0 0 219 20 0 0 16 0 13 0 153172385 1750982656 95882 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=23407/tid=23410] ppid=23405 vsize=1709944 CPUtime=0.11
/proc/23407/task/23410/stat : 23410 (java) S 23405 23407 23358 0 -1 64 55 0 0 0 5 6 0 0 16 0 13 0 153172388 1750982656 95882 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=23407/tid=23411] ppid=23405 vsize=1709944 CPUtime=0
/proc/23407/task/23411/stat : 23411 (java) S 23405 23407 23358 0 -1 64 9 0 0 0 0 0 0 0 16 0 13 0 153172389 1750982656 95882 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=23407/tid=23412] ppid=23405 vsize=1709944 CPUtime=0
/proc/23407/task/23412/stat : 23412 (java) S 23405 23407 23358 0 -1 64 5 0 0 0 0 0 0 0 16 0 13 0 153172389 1750982656 95882 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=23407/tid=23413] ppid=23405 vsize=1709944 CPUtime=0
/proc/23407/task/23413/stat : 23413 (java) S 23405 23407 23358 0 -1 64 0 0 0 0 0 0 0 0 22 0 13 0 153172394 1750982656 95882 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=23407/tid=23414] ppid=23405 vsize=1709944 CPUtime=0
/proc/23407/task/23414/stat : 23414 (java) S 23405 23407 23358 0 -1 64 3 0 0 0 0 0 0 0 16 0 13 0 153172394 1750982656 95882 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=23407/tid=23415] ppid=23405 vsize=1709944 CPUtime=0.49
/proc/23407/task/23415/stat : 23415 (java) S 23405 23407 23358 0 -1 64 446 0 0 0 49 0 0 0 17 0 13 0 153172394 1750982656 95882 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=23407/tid=23416] ppid=23405 vsize=1709944 CPUtime=0.63
/proc/23407/task/23416/stat : 23416 (java) S 23405 23407 23358 0 -1 64 462 0 0 0 63 0 0 0 16 0 13 0 153172394 1750982656 95882 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=23407/tid=23417] ppid=23405 vsize=1709944 CPUtime=0
/proc/23407/task/23417/stat : 23417 (java) S 23405 23407 23358 0 -1 64 1 0 0 0 0 0 0 0 22 0 13 0 153172394 1750982656 95882 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=23407/tid=23418] ppid=23405 vsize=1709944 CPUtime=0
/proc/23407/task/23418/stat : 23418 (java) S 23405 23407 23358 0 -1 64 2 0 0 0 0 0 0 0 15 0 13 0 153172394 1750982656 95882 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=23407/tid=23419] ppid=23405 vsize=1709944 CPUtime=0
/proc/23407/task/23419/stat : 23419 (java) S 23405 23407 23358 0 -1 64 4 0 0 0 0 0 0 0 16 0 13 0 153181850 1750982656 95882 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1797.58
Current children cumulated vsize (Kb) 1709944

[startup+1796.32 s]
/proc/loadavg: 0.99 0.97 0.98 2/76 23419
/proc/meminfo: memFree=918576/2055920 swapFree=4177816/4192956
[pid=23407] ppid=23405 vsize=1709944 CPUtime=1798.59
/proc/23407/stat : 23407 (java) R 23405 23407 23358 0 -1 0 143071 0 66 0 179772 87 0 0 25 0 13 0 153172360 1750982656 95882 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4071534018 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/23407/statm: 427486 95882 1900 14 0 414233 0
[pid=23407/tid=23408] ppid=23405 vsize=1709944 CPUtime=2.42
/proc/23407/task/23408/stat : 23408 (java) S 23405 23407 23358 0 -1 64 49542 0 0 0 218 24 0 0 17 0 13 0 153172385 1750982656 95882 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=23407/tid=23409] ppid=23405 vsize=1709944 CPUtime=2.39
/proc/23407/task/23409/stat : 23409 (java) S 23405 23407 23358 0 -1 64 40221 0 0 0 219 20 0 0 16 0 13 0 153172385 1750982656 95882 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=23407/tid=23410] ppid=23405 vsize=1709944 CPUtime=0.11
/proc/23407/task/23410/stat : 23410 (java) S 23405 23407 23358 0 -1 64 55 0 0 0 5 6 0 0 16 0 13 0 153172388 1750982656 95882 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=23407/tid=23411] ppid=23405 vsize=1709944 CPUtime=0
/proc/23407/task/23411/stat : 23411 (java) S 23405 23407 23358 0 -1 64 9 0 0 0 0 0 0 0 16 0 13 0 153172389 1750982656 95882 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=23407/tid=23412] ppid=23405 vsize=1709944 CPUtime=0
/proc/23407/task/23412/stat : 23412 (java) S 23405 23407 23358 0 -1 64 5 0 0 0 0 0 0 0 16 0 13 0 153172389 1750982656 95882 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=23407/tid=23413] ppid=23405 vsize=1709944 CPUtime=0
/proc/23407/task/23413/stat : 23413 (java) S 23405 23407 23358 0 -1 64 0 0 0 0 0 0 0 0 22 0 13 0 153172394 1750982656 95882 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=23407/tid=23414] ppid=23405 vsize=1709944 CPUtime=0
/proc/23407/task/23414/stat : 23414 (java) S 23405 23407 23358 0 -1 64 3 0 0 0 0 0 0 0 16 0 13 0 153172394 1750982656 95882 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=23407/tid=23415] ppid=23405 vsize=1709944 CPUtime=0.49
/proc/23407/task/23415/stat : 23415 (java) S 23405 23407 23358 0 -1 64 446 0 0 0 49 0 0 0 17 0 13 0 153172394 1750982656 95882 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=23407/tid=23416] ppid=23405 vsize=1709944 CPUtime=0.63
/proc/23407/task/23416/stat : 23416 (java) S 23405 23407 23358 0 -1 64 462 0 0 0 63 0 0 0 16 0 13 0 153172394 1750982656 95882 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=23407/tid=23417] ppid=23405 vsize=1709944 CPUtime=0
/proc/23407/task/23417/stat : 23417 (java) S 23405 23407 23358 0 -1 64 1 0 0 0 0 0 0 0 22 0 13 0 153172394 1750982656 95882 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=23407/tid=23418] ppid=23405 vsize=1709944 CPUtime=0
/proc/23407/task/23418/stat : 23418 (java) S 23405 23407 23358 0 -1 64 2 0 0 0 0 0 0 0 15 0 13 0 153172394 1750982656 95882 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=23407/tid=23419] ppid=23405 vsize=1709944 CPUtime=0
/proc/23407/task/23419/stat : 23419 (java) S 23405 23407 23358 0 -1 64 4 0 0 0 0 0 0 0 16 0 13 0 153181850 1750982656 95882 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1798.59
Current children cumulated vsize (Kb) 1709944

[startup+1797.33 s]
/proc/loadavg: 0.99 0.97 0.98 2/76 23419
/proc/meminfo: memFree=917744/2055920 swapFree=4177816/4192956
[pid=23407] ppid=23405 vsize=1709944 CPUtime=1799.6
/proc/23407/stat : 23407 (java) R 23405 23407 23358 0 -1 0 143440 0 66 0 179873 87 0 0 18 0 13 0 153172360 1750982656 96074 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4071533827 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/23407/statm: 427486 96074 1900 14 0 414233 0
[pid=23407/tid=23408] ppid=23405 vsize=1709944 CPUtime=2.43
/proc/23407/task/23408/stat : 23408 (java) S 23405 23407 23358 0 -1 64 49656 0 0 0 219 24 0 0 16 0 13 0 153172385 1750982656 96074 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=23407/tid=23409] ppid=23405 vsize=1709944 CPUtime=2.4
/proc/23407/task/23409/stat : 23409 (java) S 23405 23407 23358 0 -1 64 40475 0 0 0 220 20 0 0 16 0 13 0 153172385 1750982656 96074 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=23407/tid=23410] ppid=23405 vsize=1709944 CPUtime=0.11
/proc/23407/task/23410/stat : 23410 (java) S 23405 23407 23358 0 -1 64 55 0 0 0 5 6 0 0 16 0 13 0 153172388 1750982656 96074 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=23407/tid=23411] ppid=23405 vsize=1709944 CPUtime=0
/proc/23407/task/23411/stat : 23411 (java) S 23405 23407 23358 0 -1 64 9 0 0 0 0 0 0 0 16 0 13 0 153172389 1750982656 96074 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=23407/tid=23412] ppid=23405 vsize=1709944 CPUtime=0
/proc/23407/task/23412/stat : 23412 (java) S 23405 23407 23358 0 -1 64 5 0 0 0 0 0 0 0 16 0 13 0 153172389 1750982656 96074 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=23407/tid=23413] ppid=23405 vsize=1709944 CPUtime=0
/proc/23407/task/23413/stat : 23413 (java) S 23405 23407 23358 0 -1 64 0 0 0 0 0 0 0 0 22 0 13 0 153172394 1750982656 96074 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=23407/tid=23414] ppid=23405 vsize=1709944 CPUtime=0
/proc/23407/task/23414/stat : 23414 (java) S 23405 23407 23358 0 -1 64 3 0 0 0 0 0 0 0 16 0 13 0 153172394 1750982656 96074 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=23407/tid=23415] ppid=23405 vsize=1709944 CPUtime=0.49
/proc/23407/task/23415/stat : 23415 (java) S 23405 23407 23358 0 -1 64 446 0 0 0 49 0 0 0 17 0 13 0 153172394 1750982656 96074 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=23407/tid=23416] ppid=23405 vsize=1709944 CPUtime=0.63
/proc/23407/task/23416/stat : 23416 (java) S 23405 23407 23358 0 -1 64 462 0 0 0 63 0 0 0 16 0 13 0 153172394 1750982656 96074 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=23407/tid=23417] ppid=23405 vsize=1709944 CPUtime=0
/proc/23407/task/23417/stat : 23417 (java) S 23405 23407 23358 0 -1 64 1 0 0 0 0 0 0 0 22 0 13 0 153172394 1750982656 96074 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=23407/tid=23418] ppid=23405 vsize=1709944 CPUtime=0
/proc/23407/task/23418/stat : 23418 (java) S 23405 23407 23358 0 -1 64 2 0 0 0 0 0 0 0 15 0 13 0 153172394 1750982656 96074 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=23407/tid=23419] ppid=23405 vsize=1709944 CPUtime=0
/proc/23407/task/23419/stat : 23419 (java) S 23405 23407 23358 0 -1 64 4 0 0 0 0 0 0 0 16 0 13 0 153181850 1750982656 96074 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1799.6
Current children cumulated vsize (Kb) 1709944

[startup+1798.34 s]
/proc/loadavg: 0.99 0.97 0.98 2/76 23419
/proc/meminfo: memFree=917744/2055920 swapFree=4177816/4192956
[pid=23407] ppid=23405 vsize=1709944 CPUtime=1800.61
/proc/23407/stat : 23407 (java) R 23405 23407 23358 0 -1 0 143440 0 66 0 179974 87 0 0 25 0 13 0 153172360 1750982656 96074 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4071533968 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/23407/statm: 427486 96074 1900 14 0 414233 0
[pid=23407/tid=23408] ppid=23405 vsize=1709944 CPUtime=2.43
/proc/23407/task/23408/stat : 23408 (java) S 23405 23407 23358 0 -1 64 49656 0 0 0 219 24 0 0 16 0 13 0 153172385 1750982656 96074 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=23407/tid=23409] ppid=23405 vsize=1709944 CPUtime=2.4
/proc/23407/task/23409/stat : 23409 (java) S 23405 23407 23358 0 -1 64 40475 0 0 0 220 20 0 0 16 0 13 0 153172385 1750982656 96074 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=23407/tid=23410] ppid=23405 vsize=1709944 CPUtime=0.11
/proc/23407/task/23410/stat : 23410 (java) S 23405 23407 23358 0 -1 64 55 0 0 0 5 6 0 0 16 0 13 0 153172388 1750982656 96074 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=23407/tid=23411] ppid=23405 vsize=1709944 CPUtime=0
/proc/23407/task/23411/stat : 23411 (java) S 23405 23407 23358 0 -1 64 9 0 0 0 0 0 0 0 16 0 13 0 153172389 1750982656 96074 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=23407/tid=23412] ppid=23405 vsize=1709944 CPUtime=0
/proc/23407/task/23412/stat : 23412 (java) S 23405 23407 23358 0 -1 64 5 0 0 0 0 0 0 0 16 0 13 0 153172389 1750982656 96074 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=23407/tid=23413] ppid=23405 vsize=1709944 CPUtime=0
/proc/23407/task/23413/stat : 23413 (java) S 23405 23407 23358 0 -1 64 0 0 0 0 0 0 0 0 22 0 13 0 153172394 1750982656 96074 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=23407/tid=23414] ppid=23405 vsize=1709944 CPUtime=0
/proc/23407/task/23414/stat : 23414 (java) S 23405 23407 23358 0 -1 64 3 0 0 0 0 0 0 0 16 0 13 0 153172394 1750982656 96074 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=23407/tid=23415] ppid=23405 vsize=1709944 CPUtime=0.49
/proc/23407/task/23415/stat : 23415 (java) S 23405 23407 23358 0 -1 64 446 0 0 0 49 0 0 0 17 0 13 0 153172394 1750982656 96074 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=23407/tid=23416] ppid=23405 vsize=1709944 CPUtime=0.63
/proc/23407/task/23416/stat : 23416 (java) S 23405 23407 23358 0 -1 64 462 0 0 0 63 0 0 0 16 0 13 0 153172394 1750982656 96074 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=23407/tid=23417] ppid=23405 vsize=1709944 CPUtime=0
/proc/23407/task/23417/stat : 23417 (java) S 23405 23407 23358 0 -1 64 1 0 0 0 0 0 0 0 22 0 13 0 153172394 1750982656 96074 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=23407/tid=23418] ppid=23405 vsize=1709944 CPUtime=0
/proc/23407/task/23418/stat : 23418 (java) S 23405 23407 23358 0 -1 64 2 0 0 0 0 0 0 0 15 0 13 0 153172394 1750982656 96074 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=23407/tid=23419] ppid=23405 vsize=1709944 CPUtime=0
/proc/23407/task/23419/stat : 23419 (java) S 23405 23407 23358 0 -1 64 4 0 0 0 0 0 0 0 16 0 13 0 153181850 1750982656 96074 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1800.61
Current children cumulated vsize (Kb) 1709944



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1798.34 s]
/proc/loadavg: 0.99 0.97 0.98 2/76 23419
/proc/meminfo: memFree=917744/2055920 swapFree=4177816/4192956
[pid=23407] ppid=23405 vsize=1709944 CPUtime=1800.61
/proc/23407/stat : 23407 (java) R 23405 23407 23358 0 -1 0 143440 0 66 0 179974 87 0 0 25 0 13 0 153172360 1750982656 96074 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4071533858 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/23407/statm: 427486 96074 1900 14 0 414233 0
[pid=23407/tid=23408] ppid=23405 vsize=1709944 CPUtime=2.43
/proc/23407/task/23408/stat : 23408 (java) S 23405 23407 23358 0 -1 64 49656 0 0 0 219 24 0 0 16 0 13 0 153172385 1750982656 96074 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=23407/tid=23409] ppid=23405 vsize=1709944 CPUtime=2.4
/proc/23407/task/23409/stat : 23409 (java) S 23405 23407 23358 0 -1 64 40475 0 0 0 220 20 0 0 16 0 13 0 153172385 1750982656 96074 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=23407/tid=23410] ppid=23405 vsize=1709944 CPUtime=0.11
/proc/23407/task/23410/stat : 23410 (java) S 23405 23407 23358 0 -1 64 55 0 0 0 5 6 0 0 16 0 13 0 153172388 1750982656 96074 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=23407/tid=23411] ppid=23405 vsize=1709944 CPUtime=0
/proc/23407/task/23411/stat : 23411 (java) S 23405 23407 23358 0 -1 64 9 0 0 0 0 0 0 0 16 0 13 0 153172389 1750982656 96074 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=23407/tid=23412] ppid=23405 vsize=1709944 CPUtime=0
/proc/23407/task/23412/stat : 23412 (java) S 23405 23407 23358 0 -1 64 5 0 0 0 0 0 0 0 16 0 13 0 153172389 1750982656 96074 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=23407/tid=23413] ppid=23405 vsize=1709944 CPUtime=0
/proc/23407/task/23413/stat : 23413 (java) S 23405 23407 23358 0 -1 64 0 0 0 0 0 0 0 0 22 0 13 0 153172394 1750982656 96074 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=23407/tid=23414] ppid=23405 vsize=1709944 CPUtime=0
/proc/23407/task/23414/stat : 23414 (java) S 23405 23407 23358 0 -1 64 3 0 0 0 0 0 0 0 16 0 13 0 153172394 1750982656 96074 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=23407/tid=23415] ppid=23405 vsize=1709944 CPUtime=0.49
/proc/23407/task/23415/stat : 23415 (java) S 23405 23407 23358 0 -1 64 446 0 0 0 49 0 0 0 17 0 13 0 153172394 1750982656 96074 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=23407/tid=23416] ppid=23405 vsize=1709944 CPUtime=0.63
/proc/23407/task/23416/stat : 23416 (java) S 23405 23407 23358 0 -1 64 462 0 0 0 63 0 0 0 16 0 13 0 153172394 1750982656 96074 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=23407/tid=23417] ppid=23405 vsize=1709944 CPUtime=0
/proc/23407/task/23417/stat : 23417 (java) S 23405 23407 23358 0 -1 64 1 0 0 0 0 0 0 0 22 0 13 0 153172394 1750982656 96074 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=23407/tid=23418] ppid=23405 vsize=1709944 CPUtime=0
/proc/23407/task/23418/stat : 23418 (java) S 23405 23407 23358 0 -1 64 2 0 0 0 0 0 0 0 15 0 13 0 153172394 1750982656 96074 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=23407/tid=23419] ppid=23405 vsize=1709944 CPUtime=0
/proc/23407/task/23419/stat : 23419 (java) S 23405 23407 23358 0 -1 64 4 0 0 0 0 0 0 0 16 0 13 0 153181850 1750982656 96074 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1800.61
Current children cumulated vsize (Kb) 1709944

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

Child status: 143
Real time (s): 1798.46
CPU time (s): 1800.74
CPU user time (s): 1799.8
CPU system time (s): 0.935857
CPU usage (%): 100.127
Max. virtual memory (cumulated for all children) (Kb): 1709944
The end

Launcher Data (download as text)

Begin job on node26 on Fri Jul 28 05:05:23 UTC 2006


FILE ID= 46357-1154063123

PBS_JOBID= 882323

BENCH NAME= HOME/pub/bench/PB06/final/normalized-PB06/SATUNSAT-SMALLINT/submitted-PB06/roussel/normalized-pigeon-clauses-95-90.opb
COMMAND LINE= java -server -Xms1500M -Xmx1500M -jar ROOT/solvers/PB/PB06final/user5/sat4jPseudoHeuristics.jar ROOT/tmp/node26/46357-1154063123/instance-46357-1154063123.opb 553037529
RUNSOLVER COMMAND LINE= runsolver  --timestamp  -w ROOT/results/node26/watcher-46357-1154063123 -o ROOT/results/node26/solver-46357-1154063123 -C 1800 -M 1800 -S 64  java -server -Xms1500M -Xmx1500M -jar ROOT/solvers/PB/PB06final/user5/sat4jPseudoHeuristics.jar ROOT/tmp/node26/46357-1154063123/instance-46357-1154063123.opb 553037529

MD5SUM SOLVER= 3cef94aa015dc0dd234d31843a257d70
MD5SUM BENCH=  c091cfcc7e8a81cbf9f64a24634c61f3

RANDOM SEED= 553037529

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.225
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.225
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:       1311632 kB
Buffers:         34284 kB
Cached:         626984 kB
SwapCached:       8804 kB
Active:         125320 kB
Inactive:       550008 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1311632 kB
SwapTotal:     4192956 kB
SwapFree:      4177816 kB
Dirty:             156 kB
Writeback:           0 kB
Mapped:          14464 kB
Slab:            54960 kB
Committed_AS:   659852 kB
PageTables:       1408 kB
VmallocTotal: 536870911 kB
VmallocUsed:    264952 kB
VmallocChunk: 536605679 kB
HugePages_Total:     0
HugePages_Free:      0
Hugepagesize:     2048 kB


End job on node26 on Fri Jul 28 05:35:21 UTC 2006