Trace number 50882

Some explanations

A solver is run under the control of another program named runsolver. runsolver is in charge of imposing the CPU time limit and the memory limit to the solver. It also monitors some information about the process. The trace of the execution of a solver is divided into four (or five) parts:
  1. SOLVER DATA
    This is the output of the solver (stdout and stderr).
    Note that some very long lines in this section may be truncated by your web browser ! In such a case, you may want to use the "Download as text" link to get the trace as a text file.

    When the --timestamp option is passed to the runsolver program, each line output by the solver is prepended with a timestamp which indicates at what time the line was output by the solver. Times are relative to the start of the program, given in seconds, and are wall clock time (not CPU time).

    As some 'v lines' may be very long (sometimes several megabytes), the 'v line' output by your solver may be split on several lines to help limit the size of the trace recorded in the database. In any case, the exact output of your solver is preserved in a trace file.
  2. VERIFIER DATA
    The output of the solver is piped to a verifier program which will search a value line "v " and, if found, will check that the given interpretation satisfies all constraints.
  3. CONVERSION SCRIPT DATA (Optionnal)
    When a conversion script is used, this section shows the messages that were output by the conversion script.
  4. WATCHER DATA
    This is the informations gathered by the runsolver program. It first prints the different limits. There's a first limit on CPU time set to X seconds (see the parameters in the trace). After this time has ellapsed, runsolver sends a SIGTERM and 2 seconds later a SIGKILL to the solver. For safety, there's also another limit set to X+30 seconds which will send a SIGXPU to the solver. The last limit is on the virtual memory used by the process (see the parameters in the trace).
    Every ten seconds, the runsolver process fetches the content of /proc/loadavg, /proc/pid/stat and /proc/pid/statm (see man proc) and prints it as raw data. This is only recorded in case we need to investigate the behaviour of a solver. The memory used by the solver (vsize) is also given every ten seconds.
    When the solver exits, runsolver prints some informations such as status and time. CPU usage is the ratio CPU Time/Real Time.
  5. LAUNCHER DATA
    These informations are related to the script which will launch the solver. The most important informations are the command line given to the solver, the md5sum of the different files and the dump of the /proc/cpuinfo and /proc/meminfo which provides some useful information on the computer.

Solver answer on this benchmark

Solver NameAnswerObjective functionCPU timeWall clock time
SAT4JPSEUDO 2006.2? (TO) 1800.46 1795.48

General information on the benchmark

Namenormalized-PB06/OPT-SMALLINT/submitted-PB06/manquiho/
market-split/normalized-market-split_6_50_4.opb
MD5SUMcef055af6c2a22a549e672ed9a55f2c8
Bench CategoryOPT-SMALLINT (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 FunctionYES
Satisfiable
(Un)Satisfiability was proved
Best value of the objective function
Optimality of the best value was proved
Number of variables51
Total number of constraints13
Number of constraints which are clauses1
Number of constraints which are cardinality constraints (but not clauses)0
Number of constraints which are nor clauses,nor cardinality constraints12
Minimum length of a constraint1
Maximum length of a constraint50
Number of terms in the objective function 1
Biggest coefficient in the objective function 1
Number of bits for the biggest coefficient in the objective function 1
Sum of the numbers in the objective function 1
Number of bits of the sum of numbers in the objective function 1
Biggest number in a constraint 1486
Number of bits of the biggest number in a constraint 11
Biggest sum of numbers in a constraint 4459
Number of bits of the biggest sum of numbers13
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.20	c Cutting planes based inference
0.20	c --- Begin Solver configuration ---
0.20	c org.sat4j.minisat.uip.FirstUIP@1037c71
0.20	c org.sat4j.minisat.constraints.PBMaxClauseCardConstrDataStructure@1df073d
0.20	c org.sat4j.minisat.learning.MiniSATLearning@1546e25
0.20	c conflictBoundIncFactor=1.5 learntBoundIncFactor=1.1 initLearntBoundConstraintFactor=10000.0 initConflictBound=100 
0.20	c VSIDS like heuristics from MiniSAT using a heap
0.20	c No reason simplification
0.20	c --- End Solver configuration ---
0.20	c solving ROOT/tmp/node54/50882-1154102383/instance-50882-1154102383.opb
0.20	c reading problem ... 
0.26	c ... done. Time 0.058 ms.
0.26	c #vars     51
0.26	c #constraints  12
1795.36	c starts		: 10
1795.37	c conflicts		: 8919
1795.37	c decisions		: 11463
1795.37	c propagations		: 64116
1795.37	c inspects		: 53925705
1795.37	c learnt literals	: 0
1795.37	c learnt binary clauses	: 0
1795.37	c learnt ternary clauses	: 0
1795.37	c learnt clauses	: 8918
1795.37	c root simplifications	: 0
1795.37	c removed literals (reason simplification)	: 0
1795.37	c reason swapping (by a shorter reason)	: 0
1795.37	c Calls to reduceDB	: 0
1795.37	c speed (decisions/second)	: 6.3857024439809615
1795.37	c non guided choices	22
1795.37	s UNKNOWN
1795.37	c Total wall clock time (ms): 1795.164

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/node54/watcher-50882-1154102383 -o ROOT/results/node54/solver-50882-1154102383 -C 1800 -M 1800 -S 64 java -server -Xms1500M -Xmx1500M -jar ROOT/solvers/PB/PB06final/user5/sat4jPseudoPlus.jar ROOT/tmp/node54/50882-1154102383/instance-50882-1154102383.opb 816202335 

Current StackSize limit: 67108864 bytes

/proc/loadavg: 0.92 0.98 0.99 3/64 1167
/proc/meminfo: memFree=1558520/2055920 swapFree=4168420/4192956
[pid=1167] ppid=1165 vsize=1784 CPUtime=0
/proc/1167/stat : 1167 (java) D 1165 1167 1118 0 -1 0 167 0 0 0 0 0 0 0 18 0 1 0 157108411 1826816 137 18446744073709551615 134512640 134570276 4294956608 18446744073709551615 4294960144 0 2147483391 4096 0 18446744072099781622 0 0 17 1 0 0
/proc/1167/statm: 446 140 105 14 0 91 0

[startup+10.0022 s]
/proc/loadavg: 0.93 0.98 0.99 2/76 1179
/proc/meminfo: memFree=1410520/2055920 swapFree=4168420/4192956
[pid=1167] ppid=1165 vsize=1711476 CPUtime=11.04
/proc/1167/stat : 1167 (java) R 1165 1167 1118 0 -1 0 43022 0 1 0 1082 22 0 0 25 0 13 0 157108411 1752551424 38745 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4071423224 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/1167/statm: 427869 38745 1906 14 0 414616 0
[pid=1167/tid=1168] ppid=1165 vsize=1711476 CPUtime=0.05
/proc/1167/task/1168/stat : 1168 (java) S 1165 1167 1118 0 -1 64 1427 0 0 0 4 1 0 0 16 0 13 0 157108415 1752551424 38745 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=1167/tid=1169] ppid=1165 vsize=1711476 CPUtime=0.05
/proc/1167/task/1169/stat : 1169 (java) S 1165 1167 1118 0 -1 64 1231 0 0 0 5 0 0 0 17 0 13 0 157108415 1752551424 38745 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=1167/tid=1170] ppid=1165 vsize=1711476 CPUtime=0
/proc/1167/task/1170/stat : 1170 (java) S 1165 1167 1118 0 -1 64 17 0 0 0 0 0 0 0 16 0 13 0 157108417 1752551424 38745 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=1167/tid=1171] ppid=1165 vsize=1711476 CPUtime=0
/proc/1167/task/1171/stat : 1171 (java) S 1165 1167 1118 0 -1 64 9 0 0 0 0 0 0 0 16 0 13 0 157108418 1752551424 38745 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=1167/tid=1172] ppid=1165 vsize=1711476 CPUtime=0
/proc/1167/task/1172/stat : 1172 (java) S 1165 1167 1118 0 -1 64 5 0 0 0 0 0 0 0 16 0 13 0 157108418 1752551424 38745 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=1167/tid=1173] ppid=1165 vsize=1711476 CPUtime=0
/proc/1167/task/1173/stat : 1173 (java) S 1165 1167 1118 0 -1 64 0 0 0 0 0 0 0 0 23 0 13 0 157108421 1752551424 38745 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=1167/tid=1174] ppid=1165 vsize=1711476 CPUtime=0
/proc/1167/task/1174/stat : 1174 (java) S 1165 1167 1118 0 -1 64 2 0 0 0 0 0 0 0 17 0 13 0 157108421 1752551424 38745 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=1167/tid=1175] ppid=1165 vsize=1711476 CPUtime=0.84
/proc/1167/task/1175/stat : 1175 (java) S 1165 1167 1118 0 -1 64 2487 0 0 0 83 1 0 0 15 0 13 0 157108421 1752551424 38745 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=1167/tid=1176] ppid=1165 vsize=1711476 CPUtime=0.65
/proc/1167/task/1176/stat : 1176 (java) S 1165 1167 1118 0 -1 64 1307 0 0 0 65 0 0 0 16 0 13 0 157108421 1752551424 38745 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=1167/tid=1177] ppid=1165 vsize=1711476 CPUtime=0
/proc/1167/task/1177/stat : 1177 (java) S 1165 1167 1118 0 -1 64 1 0 0 0 0 0 0 0 24 0 13 0 157108421 1752551424 38745 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=1167/tid=1178] ppid=1165 vsize=1711476 CPUtime=0
/proc/1167/task/1178/stat : 1178 (java) S 1165 1167 1118 0 -1 64 2 0 0 0 0 0 0 0 15 0 13 0 157108421 1752551424 38745 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=1167/tid=1179] ppid=1165 vsize=1711476 CPUtime=0
/proc/1167/task/1179/stat : 1179 (java) S 1165 1167 1118 0 -1 64 4 0 0 0 0 0 0 0 18 0 13 0 157108438 1752551424 38745 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 11.04
Current children cumulated vsize (Kb) 1711476

[startup+20.0093 s]
/proc/loadavg: 0.94 0.98 0.99 2/76 1179
/proc/meminfo: memFree=1401432/2055920 swapFree=4168420/4192956
[pid=1167] ppid=1165 vsize=1711476 CPUtime=21.08
/proc/1167/stat : 1167 (java) R 1165 1167 1118 0 -1 0 46755 0 1 0 2084 24 0 0 25 0 13 0 157108411 1752551424 41064 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4071469649 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/1167/statm: 427869 41064 1906 14 0 414616 0
[pid=1167/tid=1168] ppid=1165 vsize=1711476 CPUtime=0.09
/proc/1167/task/1168/stat : 1168 (java) S 1165 1167 1118 0 -1 64 3745 0 0 0 7 2 0 0 16 0 13 0 157108415 1752551424 41064 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=1167/tid=1169] ppid=1165 vsize=1711476 CPUtime=0.09
/proc/1167/task/1169/stat : 1169 (java) S 1165 1167 1118 0 -1 64 2642 0 0 0 8 1 0 0 16 0 13 0 157108415 1752551424 41064 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=1167/tid=1170] ppid=1165 vsize=1711476 CPUtime=0
/proc/1167/task/1170/stat : 1170 (java) S 1165 1167 1118 0 -1 64 19 0 0 0 0 0 0 0 17 0 13 0 157108417 1752551424 41064 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=1167/tid=1171] ppid=1165 vsize=1711476 CPUtime=0
/proc/1167/task/1171/stat : 1171 (java) S 1165 1167 1118 0 -1 64 9 0 0 0 0 0 0 0 16 0 13 0 157108418 1752551424 41064 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=1167/tid=1172] ppid=1165 vsize=1711476 CPUtime=0
/proc/1167/task/1172/stat : 1172 (java) S 1165 1167 1118 0 -1 64 5 0 0 0 0 0 0 0 16 0 13 0 157108418 1752551424 41064 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=1167/tid=1173] ppid=1165 vsize=1711476 CPUtime=0
/proc/1167/task/1173/stat : 1173 (java) S 1165 1167 1118 0 -1 64 0 0 0 0 0 0 0 0 23 0 13 0 157108421 1752551424 41064 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=1167/tid=1174] ppid=1165 vsize=1711476 CPUtime=0
/proc/1167/task/1174/stat : 1174 (java) S 1165 1167 1118 0 -1 64 2 0 0 0 0 0 0 0 17 0 13 0 157108421 1752551424 41064 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=1167/tid=1175] ppid=1165 vsize=1711476 CPUtime=0.84
/proc/1167/task/1175/stat : 1175 (java) S 1165 1167 1118 0 -1 64 2487 0 0 0 83 1 0 0 15 0 13 0 157108421 1752551424 41064 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=1167/tid=1176] ppid=1165 vsize=1711476 CPUtime=0.65
/proc/1167/task/1176/stat : 1176 (java) S 1165 1167 1118 0 -1 64 1307 0 0 0 65 0 0 0 16 0 13 0 157108421 1752551424 41064 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=1167/tid=1177] ppid=1165 vsize=1711476 CPUtime=0
/proc/1167/task/1177/stat : 1177 (java) S 1165 1167 1118 0 -1 64 1 0 0 0 0 0 0 0 24 0 13 0 157108421 1752551424 41064 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=1167/tid=1178] ppid=1165 vsize=1711476 CPUtime=0
/proc/1167/task/1178/stat : 1178 (java) S 1165 1167 1118 0 -1 64 2 0 0 0 0 0 0 0 15 0 13 0 157108421 1752551424 41064 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=1167/tid=1179] ppid=1165 vsize=1711476 CPUtime=0
/proc/1167/task/1179/stat : 1179 (java) S 1165 1167 1118 0 -1 64 4 0 0 0 0 0 0 0 18 0 13 0 157108438 1752551424 41064 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 21.08
Current children cumulated vsize (Kb) 1711476

[startup+30.0164 s]
/proc/loadavg: 0.95 0.98 0.99 2/76 1179
/proc/meminfo: memFree=1395800/2055920 swapFree=4168420/4192956
[pid=1167] ppid=1165 vsize=1711476 CPUtime=31.1
/proc/1167/stat : 1167 (java) R 1165 1167 1118 0 -1 0 48284 0 1 0 3085 25 0 0 25 0 13 0 157108411 1752551424 42540 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4071469639 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/1167/statm: 427869 42540 1906 14 0 414616 0
[pid=1167/tid=1168] ppid=1165 vsize=1711476 CPUtime=0.1
/proc/1167/task/1168/stat : 1168 (java) S 1165 1167 1118 0 -1 64 4447 0 0 0 8 2 0 0 16 0 13 0 157108415 1752551424 42540 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=1167/tid=1169] ppid=1165 vsize=1711476 CPUtime=0.09
/proc/1167/task/1169/stat : 1169 (java) S 1165 1167 1118 0 -1 64 3467 0 0 0 8 1 0 0 16 0 13 0 157108415 1752551424 42540 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=1167/tid=1170] ppid=1165 vsize=1711476 CPUtime=0
/proc/1167/task/1170/stat : 1170 (java) S 1165 1167 1118 0 -1 64 20 0 0 0 0 0 0 0 16 0 13 0 157108417 1752551424 42540 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=1167/tid=1171] ppid=1165 vsize=1711476 CPUtime=0
/proc/1167/task/1171/stat : 1171 (java) S 1165 1167 1118 0 -1 64 9 0 0 0 0 0 0 0 16 0 13 0 157108418 1752551424 42540 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=1167/tid=1172] ppid=1165 vsize=1711476 CPUtime=0
/proc/1167/task/1172/stat : 1172 (java) S 1165 1167 1118 0 -1 64 5 0 0 0 0 0 0 0 16 0 13 0 157108418 1752551424 42540 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=1167/tid=1173] ppid=1165 vsize=1711476 CPUtime=0
/proc/1167/task/1173/stat : 1173 (java) S 1165 1167 1118 0 -1 64 0 0 0 0 0 0 0 0 23 0 13 0 157108421 1752551424 42540 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=1167/tid=1174] ppid=1165 vsize=1711476 CPUtime=0
/proc/1167/task/1174/stat : 1174 (java) S 1165 1167 1118 0 -1 64 2 0 0 0 0 0 0 0 17 0 13 0 157108421 1752551424 42540 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=1167/tid=1175] ppid=1165 vsize=1711476 CPUtime=0.84
/proc/1167/task/1175/stat : 1175 (java) S 1165 1167 1118 0 -1 64 2487 0 0 0 83 1 0 0 15 0 13 0 157108421 1752551424 42540 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=1167/tid=1176] ppid=1165 vsize=1711476 CPUtime=0.65
/proc/1167/task/1176/stat : 1176 (java) S 1165 1167 1118 0 -1 64 1307 0 0 0 65 0 0 0 16 0 13 0 157108421 1752551424 42540 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=1167/tid=1177] ppid=1165 vsize=1711476 CPUtime=0
/proc/1167/task/1177/stat : 1177 (java) S 1165 1167 1118 0 -1 64 1 0 0 0 0 0 0 0 24 0 13 0 157108421 1752551424 42540 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=1167/tid=1178] ppid=1165 vsize=1711476 CPUtime=0
/proc/1167/task/1178/stat : 1178 (java) S 1165 1167 1118 0 -1 64 2 0 0 0 0 0 0 0 15 0 13 0 157108421 1752551424 42540 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=1167/tid=1179] ppid=1165 vsize=1711476 CPUtime=0
/proc/1167/task/1179/stat : 1179 (java) S 1165 1167 1118 0 -1 64 4 0 0 0 0 0 0 0 18 0 13 0 157108438 1752551424 42540 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 31.1
Current children cumulated vsize (Kb) 1711476

[startup+40.0235 s]
/proc/loadavg: 0.96 0.98 0.99 2/76 1179
/proc/meminfo: memFree=1393944/2055920 swapFree=4168420/4192956
[pid=1167] ppid=1165 vsize=1711476 CPUtime=41.11
/proc/1167/stat : 1167 (java) R 1165 1167 1118 0 -1 0 48898 0 1 0 4086 25 0 0 25 0 13 0 157108411 1752551424 42947 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4071412518 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/1167/statm: 427869 42947 1906 14 0 414616 0
[pid=1167/tid=1168] ppid=1165 vsize=1711476 CPUtime=0.1
/proc/1167/task/1168/stat : 1168 (java) S 1165 1167 1118 0 -1 64 4838 0 0 0 8 2 0 0 16 0 13 0 157108415 1752551424 42947 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=1167/tid=1169] ppid=1165 vsize=1711476 CPUtime=0.1
/proc/1167/task/1169/stat : 1169 (java) S 1165 1167 1118 0 -1 64 3688 0 0 0 9 1 0 0 16 0 13 0 157108415 1752551424 42947 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=1167/tid=1170] ppid=1165 vsize=1711476 CPUtime=0
/proc/1167/task/1170/stat : 1170 (java) S 1165 1167 1118 0 -1 64 20 0 0 0 0 0 0 0 16 0 13 0 157108417 1752551424 42947 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=1167/tid=1171] ppid=1165 vsize=1711476 CPUtime=0
/proc/1167/task/1171/stat : 1171 (java) S 1165 1167 1118 0 -1 64 9 0 0 0 0 0 0 0 16 0 13 0 157108418 1752551424 42947 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=1167/tid=1172] ppid=1165 vsize=1711476 CPUtime=0
/proc/1167/task/1172/stat : 1172 (java) S 1165 1167 1118 0 -1 64 5 0 0 0 0 0 0 0 16 0 13 0 157108418 1752551424 42947 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=1167/tid=1173] ppid=1165 vsize=1711476 CPUtime=0
/proc/1167/task/1173/stat : 1173 (java) S 1165 1167 1118 0 -1 64 0 0 0 0 0 0 0 0 23 0 13 0 157108421 1752551424 42947 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=1167/tid=1174] ppid=1165 vsize=1711476 CPUtime=0
/proc/1167/task/1174/stat : 1174 (java) S 1165 1167 1118 0 -1 64 2 0 0 0 0 0 0 0 17 0 13 0 157108421 1752551424 42947 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=1167/tid=1175] ppid=1165 vsize=1711476 CPUtime=0.84
/proc/1167/task/1175/stat : 1175 (java) S 1165 1167 1118 0 -1 64 2487 0 0 0 83 1 0 0 15 0 13 0 157108421 1752551424 42947 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=1167/tid=1176] ppid=1165 vsize=1711476 CPUtime=0.65
/proc/1167/task/1176/stat : 1176 (java) S 1165 1167 1118 0 -1 64 1307 0 0 0 65 0 0 0 17 0 13 0 157108421 1752551424 42947 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=1167/tid=1177] ppid=1165 vsize=1711476 CPUtime=0
/proc/1167/task/1177/stat : 1177 (java) S 1165 1167 1118 0 -1 64 1 0 0 0 0 0 0 0 24 0 13 0 157108421 1752551424 42947 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=1167/tid=1178] ppid=1165 vsize=1711476 CPUtime=0
/proc/1167/task/1178/stat : 1178 (java) S 1165 1167 1118 0 -1 64 2 0 0 0 0 0 0 0 15 0 13 0 157108421 1752551424 42947 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=1167/tid=1179] ppid=1165 vsize=1711476 CPUtime=0
/proc/1167/task/1179/stat : 1179 (java) S 1165 1167 1118 0 -1 64 4 0 0 0 0 0 0 0 16 0 13 0 157108438 1752551424 42947 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 41.11
Current children cumulated vsize (Kb) 1711476

[startup+50.0306 s]
/proc/loadavg: 0.96 0.98 0.99 2/76 1179
/proc/meminfo: memFree=1389656/2055920 swapFree=4168420/4192956
[pid=1167] ppid=1165 vsize=1711476 CPUtime=51.13
/proc/1167/stat : 1167 (java) R 1165 1167 1118 0 -1 0 51113 0 1 0 5087 26 0 0 25 0 13 0 157108411 1752551424 44035 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4071423331 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/1167/statm: 427869 44035 1906 14 0 414616 0
[pid=1167/tid=1168] ppid=1165 vsize=1711476 CPUtime=0.12
/proc/1167/task/1168/stat : 1168 (java) S 1165 1167 1118 0 -1 64 6059 0 0 0 10 2 0 0 16 0 13 0 157108415 1752551424 44035 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=1167/tid=1169] ppid=1165 vsize=1711476 CPUtime=0.13
/proc/1167/task/1169/stat : 1169 (java) S 1165 1167 1118 0 -1 64 4677 0 0 0 11 2 0 0 16 0 13 0 157108415 1752551424 44035 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=1167/tid=1170] ppid=1165 vsize=1711476 CPUtime=0
/proc/1167/task/1170/stat : 1170 (java) S 1165 1167 1118 0 -1 64 20 0 0 0 0 0 0 0 16 0 13 0 157108417 1752551424 44035 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=1167/tid=1171] ppid=1165 vsize=1711476 CPUtime=0
/proc/1167/task/1171/stat : 1171 (java) S 1165 1167 1118 0 -1 64 9 0 0 0 0 0 0 0 16 0 13 0 157108418 1752551424 44035 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=1167/tid=1172] ppid=1165 vsize=1711476 CPUtime=0
/proc/1167/task/1172/stat : 1172 (java) S 1165 1167 1118 0 -1 64 5 0 0 0 0 0 0 0 16 0 13 0 157108418 1752551424 44035 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=1167/tid=1173] ppid=1165 vsize=1711476 CPUtime=0
/proc/1167/task/1173/stat : 1173 (java) S 1165 1167 1118 0 -1 64 0 0 0 0 0 0 0 0 23 0 13 0 157108421 1752551424 44035 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=1167/tid=1174] ppid=1165 vsize=1711476 CPUtime=0
/proc/1167/task/1174/stat : 1174 (java) S 1165 1167 1118 0 -1 64 2 0 0 0 0 0 0 0 17 0 13 0 157108421 1752551424 44035 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=1167/tid=1175] ppid=1165 vsize=1711476 CPUtime=0.84
/proc/1167/task/1175/stat : 1175 (java) S 1165 1167 1118 0 -1 64 2487 0 0 0 83 1 0 0 16 0 13 0 157108421 1752551424 44035 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=1167/tid=1176] ppid=1165 vsize=1711476 CPUtime=0.65
/proc/1167/task/1176/stat : 1176 (java) S 1165 1167 1118 0 -1 64 1307 0 0 0 65 0 0 0 17 0 13 0 157108421 1752551424 44035 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=1167/tid=1177] ppid=1165 vsize=1711476 CPUtime=0
/proc/1167/task/1177/stat : 1177 (java) S 1165 1167 1118 0 -1 64 1 0 0 0 0 0 0 0 24 0 13 0 157108421 1752551424 44035 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=1167/tid=1178] ppid=1165 vsize=1711476 CPUtime=0
/proc/1167/task/1178/stat : 1178 (java) S 1165 1167 1118 0 -1 64 2 0 0 0 0 0 0 0 15 0 13 0 157108421 1752551424 44035 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=1167/tid=1179] ppid=1165 vsize=1711476 CPUtime=0
/proc/1167/task/1179/stat : 1179 (java) S 1165 1167 1118 0 -1 64 4 0 0 0 0 0 0 0 16 0 13 0 157108438 1752551424 44035 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 51.13
Current children cumulated vsize (Kb) 1711476

[startup+60.0376 s]
/proc/loadavg: 0.97 0.98 0.99 2/76 1179
/proc/meminfo: memFree=1390232/2055920 swapFree=4168420/4192956
[pid=1167] ppid=1165 vsize=1711476 CPUtime=61.15
/proc/1167/stat : 1167 (java) R 1165 1167 1118 0 -1 0 51932 0 1 0 6088 27 0 0 25 0 13 0 157108411 1752551424 43885 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4071423367 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/1167/statm: 427869 43885 1906 14 0 414616 0
[pid=1167/tid=1168] ppid=1165 vsize=1711476 CPUtime=0.14
/proc/1167/task/1168/stat : 1168 (java) S 1165 1167 1118 0 -1 64 6471 0 0 0 11 3 0 0 16 0 13 0 157108415 1752551424 43885 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=1167/tid=1169] ppid=1165 vsize=1711476 CPUtime=0.14
/proc/1167/task/1169/stat : 1169 (java) S 1165 1167 1118 0 -1 64 5080 0 0 0 12 2 0 0 16 0 13 0 157108415 1752551424 43885 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=1167/tid=1170] ppid=1165 vsize=1711476 CPUtime=0
/proc/1167/task/1170/stat : 1170 (java) S 1165 1167 1118 0 -1 64 20 0 0 0 0 0 0 0 16 0 13 0 157108417 1752551424 43885 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=1167/tid=1171] ppid=1165 vsize=1711476 CPUtime=0
/proc/1167/task/1171/stat : 1171 (java) S 1165 1167 1118 0 -1 64 9 0 0 0 0 0 0 0 16 0 13 0 157108418 1752551424 43885 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=1167/tid=1172] ppid=1165 vsize=1711476 CPUtime=0
/proc/1167/task/1172/stat : 1172 (java) S 1165 1167 1118 0 -1 64 5 0 0 0 0 0 0 0 16 0 13 0 157108418 1752551424 43885 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=1167/tid=1173] ppid=1165 vsize=1711476 CPUtime=0

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

/proc/1167/task/1171/stat : 1171 (java) S 1165 1167 1118 0 -1 64 9 0 0 0 0 0 0 0 16 0 13 0 157108418 1752551424 109697 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=1167/tid=1172] ppid=1165 vsize=1711476 CPUtime=0
/proc/1167/task/1172/stat : 1172 (java) S 1165 1167 1118 0 -1 64 5 0 0 0 0 0 0 0 16 0 13 0 157108418 1752551424 109697 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=1167/tid=1173] ppid=1165 vsize=1711476 CPUtime=0
/proc/1167/task/1173/stat : 1173 (java) S 1165 1167 1118 0 -1 64 0 0 0 0 0 0 0 0 23 0 13 0 157108421 1752551424 109697 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=1167/tid=1174] ppid=1165 vsize=1711476 CPUtime=0
/proc/1167/task/1174/stat : 1174 (java) S 1165 1167 1118 0 -1 64 2 0 0 0 0 0 0 0 17 0 13 0 157108421 1752551424 109697 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=1167/tid=1175] ppid=1165 vsize=1711476 CPUtime=0.88
/proc/1167/task/1175/stat : 1175 (java) S 1165 1167 1118 0 -1 64 2491 0 0 0 87 1 0 0 16 0 13 0 157108421 1752551424 109697 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=1167/tid=1176] ppid=1165 vsize=1711476 CPUtime=0.7
/proc/1167/task/1176/stat : 1176 (java) S 1165 1167 1118 0 -1 64 1375 0 0 0 70 0 0 0 17 0 13 0 157108421 1752551424 109697 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=1167/tid=1177] ppid=1165 vsize=1711476 CPUtime=0
/proc/1167/task/1177/stat : 1177 (java) S 1165 1167 1118 0 -1 64 1 0 0 0 0 0 0 0 24 0 13 0 157108421 1752551424 109697 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=1167/tid=1178] ppid=1165 vsize=1711476 CPUtime=0
/proc/1167/task/1178/stat : 1178 (java) S 1165 1167 1118 0 -1 64 2 0 0 0 0 0 0 0 15 0 13 0 157108421 1752551424 109697 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=1167/tid=1179] ppid=1165 vsize=1711476 CPUtime=0
/proc/1167/task/1179/stat : 1179 (java) S 1165 1167 1118 0 -1 64 5 0 0 0 0 0 0 0 16 0 13 0 157108438 1752551424 109697 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1796.29
Current children cumulated vsize (Kb) 1711476

[startup+1792.33 s]
/proc/loadavg: 0.99 0.98 0.99 2/76 1380
/proc/meminfo: memFree=1125664/2055920 swapFree=4168420/4192956
[pid=1167] ppid=1165 vsize=1711476 CPUtime=1797.29
/proc/1167/stat : 1167 (java) R 1165 1167 1118 0 -1 0 201838 0 1 0 179614 115 0 0 25 0 13 0 157108411 1752551424 109697 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4071469544 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/1167/statm: 427869 109697 1910 14 0 414616 0
[pid=1167/tid=1168] ppid=1165 vsize=1711476 CPUtime=4.8
/proc/1167/task/1168/stat : 1168 (java) S 1165 1167 1118 0 -1 64 62994 0 0 0 448 32 0 0 16 0 13 0 157108415 1752551424 109697 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=1167/tid=1169] ppid=1165 vsize=1711476 CPUtime=4.8
/proc/1167/task/1169/stat : 1169 (java) S 1165 1167 1118 0 -1 64 62046 0 0 0 450 30 0 0 16 0 13 0 157108415 1752551424 109697 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=1167/tid=1170] ppid=1165 vsize=1711476 CPUtime=0.22
/proc/1167/task/1170/stat : 1170 (java) S 1165 1167 1118 0 -1 64 190 0 0 0 12 10 0 0 16 0 13 0 157108417 1752551424 109697 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=1167/tid=1171] ppid=1165 vsize=1711476 CPUtime=0
/proc/1167/task/1171/stat : 1171 (java) S 1165 1167 1118 0 -1 64 9 0 0 0 0 0 0 0 16 0 13 0 157108418 1752551424 109697 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=1167/tid=1172] ppid=1165 vsize=1711476 CPUtime=0
/proc/1167/task/1172/stat : 1172 (java) S 1165 1167 1118 0 -1 64 5 0 0 0 0 0 0 0 16 0 13 0 157108418 1752551424 109697 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=1167/tid=1173] ppid=1165 vsize=1711476 CPUtime=0
/proc/1167/task/1173/stat : 1173 (java) S 1165 1167 1118 0 -1 64 0 0 0 0 0 0 0 0 23 0 13 0 157108421 1752551424 109697 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=1167/tid=1174] ppid=1165 vsize=1711476 CPUtime=0
/proc/1167/task/1174/stat : 1174 (java) S 1165 1167 1118 0 -1 64 2 0 0 0 0 0 0 0 17 0 13 0 157108421 1752551424 109697 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=1167/tid=1175] ppid=1165 vsize=1711476 CPUtime=0.88
/proc/1167/task/1175/stat : 1175 (java) S 1165 1167 1118 0 -1 64 2491 0 0 0 87 1 0 0 16 0 13 0 157108421 1752551424 109697 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=1167/tid=1176] ppid=1165 vsize=1711476 CPUtime=0.7
/proc/1167/task/1176/stat : 1176 (java) S 1165 1167 1118 0 -1 64 1375 0 0 0 70 0 0 0 17 0 13 0 157108421 1752551424 109697 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=1167/tid=1177] ppid=1165 vsize=1711476 CPUtime=0
/proc/1167/task/1177/stat : 1177 (java) S 1165 1167 1118 0 -1 64 1 0 0 0 0 0 0 0 24 0 13 0 157108421 1752551424 109697 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=1167/tid=1178] ppid=1165 vsize=1711476 CPUtime=0
/proc/1167/task/1178/stat : 1178 (java) S 1165 1167 1118 0 -1 64 2 0 0 0 0 0 0 0 15 0 13 0 157108421 1752551424 109697 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=1167/tid=1179] ppid=1165 vsize=1711476 CPUtime=0
/proc/1167/task/1179/stat : 1179 (java) S 1165 1167 1118 0 -1 64 5 0 0 0 0 0 0 0 16 0 13 0 157108438 1752551424 109697 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1797.29
Current children cumulated vsize (Kb) 1711476

[startup+1793.34 s]
/proc/loadavg: 0.99 0.98 0.99 2/76 1380
/proc/meminfo: memFree=1125664/2055920 swapFree=4168420/4192956
[pid=1167] ppid=1165 vsize=1711476 CPUtime=1798.3
/proc/1167/stat : 1167 (java) R 1165 1167 1118 0 -1 0 201838 0 1 0 179715 115 0 0 25 0 13 0 157108411 1752551424 109697 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4071405940 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/1167/statm: 427869 109697 1910 14 0 414616 0
[pid=1167/tid=1168] ppid=1165 vsize=1711476 CPUtime=4.8
/proc/1167/task/1168/stat : 1168 (java) S 1165 1167 1118 0 -1 64 62994 0 0 0 448 32 0 0 16 0 13 0 157108415 1752551424 109697 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=1167/tid=1169] ppid=1165 vsize=1711476 CPUtime=4.8
/proc/1167/task/1169/stat : 1169 (java) S 1165 1167 1118 0 -1 64 62046 0 0 0 450 30 0 0 16 0 13 0 157108415 1752551424 109697 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=1167/tid=1170] ppid=1165 vsize=1711476 CPUtime=0.22
/proc/1167/task/1170/stat : 1170 (java) S 1165 1167 1118 0 -1 64 190 0 0 0 12 10 0 0 16 0 13 0 157108417 1752551424 109697 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=1167/tid=1171] ppid=1165 vsize=1711476 CPUtime=0
/proc/1167/task/1171/stat : 1171 (java) S 1165 1167 1118 0 -1 64 9 0 0 0 0 0 0 0 16 0 13 0 157108418 1752551424 109697 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=1167/tid=1172] ppid=1165 vsize=1711476 CPUtime=0
/proc/1167/task/1172/stat : 1172 (java) S 1165 1167 1118 0 -1 64 5 0 0 0 0 0 0 0 16 0 13 0 157108418 1752551424 109697 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=1167/tid=1173] ppid=1165 vsize=1711476 CPUtime=0
/proc/1167/task/1173/stat : 1173 (java) S 1165 1167 1118 0 -1 64 0 0 0 0 0 0 0 0 23 0 13 0 157108421 1752551424 109697 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=1167/tid=1174] ppid=1165 vsize=1711476 CPUtime=0
/proc/1167/task/1174/stat : 1174 (java) S 1165 1167 1118 0 -1 64 2 0 0 0 0 0 0 0 17 0 13 0 157108421 1752551424 109697 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=1167/tid=1175] ppid=1165 vsize=1711476 CPUtime=0.88
/proc/1167/task/1175/stat : 1175 (java) S 1165 1167 1118 0 -1 64 2491 0 0 0 87 1 0 0 16 0 13 0 157108421 1752551424 109697 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=1167/tid=1176] ppid=1165 vsize=1711476 CPUtime=0.7
/proc/1167/task/1176/stat : 1176 (java) S 1165 1167 1118 0 -1 64 1375 0 0 0 70 0 0 0 17 0 13 0 157108421 1752551424 109697 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=1167/tid=1177] ppid=1165 vsize=1711476 CPUtime=0
/proc/1167/task/1177/stat : 1177 (java) S 1165 1167 1118 0 -1 64 1 0 0 0 0 0 0 0 24 0 13 0 157108421 1752551424 109697 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=1167/tid=1178] ppid=1165 vsize=1711476 CPUtime=0
/proc/1167/task/1178/stat : 1178 (java) S 1165 1167 1118 0 -1 64 2 0 0 0 0 0 0 0 15 0 13 0 157108421 1752551424 109697 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=1167/tid=1179] ppid=1165 vsize=1711476 CPUtime=0
/proc/1167/task/1179/stat : 1179 (java) S 1165 1167 1118 0 -1 64 5 0 0 0 0 0 0 0 16 0 13 0 157108438 1752551424 109697 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1798.3
Current children cumulated vsize (Kb) 1711476

[startup+1794.35 s]
/proc/loadavg: 0.99 0.98 0.99 2/76 1380
/proc/meminfo: memFree=1125664/2055920 swapFree=4168420/4192956
[pid=1167] ppid=1165 vsize=1711476 CPUtime=1799.3
/proc/1167/stat : 1167 (java) R 1165 1167 1118 0 -1 0 201838 0 1 0 179815 115 0 0 25 0 13 0 157108411 1752551424 109697 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4071405997 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/1167/statm: 427869 109697 1910 14 0 414616 0
[pid=1167/tid=1168] ppid=1165 vsize=1711476 CPUtime=4.8
/proc/1167/task/1168/stat : 1168 (java) S 1165 1167 1118 0 -1 64 62994 0 0 0 448 32 0 0 16 0 13 0 157108415 1752551424 109697 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=1167/tid=1169] ppid=1165 vsize=1711476 CPUtime=4.8
/proc/1167/task/1169/stat : 1169 (java) S 1165 1167 1118 0 -1 64 62046 0 0 0 450 30 0 0 16 0 13 0 157108415 1752551424 109697 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=1167/tid=1170] ppid=1165 vsize=1711476 CPUtime=0.22
/proc/1167/task/1170/stat : 1170 (java) S 1165 1167 1118 0 -1 64 190 0 0 0 12 10 0 0 16 0 13 0 157108417 1752551424 109697 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=1167/tid=1171] ppid=1165 vsize=1711476 CPUtime=0
/proc/1167/task/1171/stat : 1171 (java) S 1165 1167 1118 0 -1 64 9 0 0 0 0 0 0 0 16 0 13 0 157108418 1752551424 109697 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=1167/tid=1172] ppid=1165 vsize=1711476 CPUtime=0
/proc/1167/task/1172/stat : 1172 (java) S 1165 1167 1118 0 -1 64 5 0 0 0 0 0 0 0 16 0 13 0 157108418 1752551424 109697 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=1167/tid=1173] ppid=1165 vsize=1711476 CPUtime=0
/proc/1167/task/1173/stat : 1173 (java) S 1165 1167 1118 0 -1 64 0 0 0 0 0 0 0 0 23 0 13 0 157108421 1752551424 109697 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=1167/tid=1174] ppid=1165 vsize=1711476 CPUtime=0
/proc/1167/task/1174/stat : 1174 (java) S 1165 1167 1118 0 -1 64 2 0 0 0 0 0 0 0 17 0 13 0 157108421 1752551424 109697 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=1167/tid=1175] ppid=1165 vsize=1711476 CPUtime=0.88
/proc/1167/task/1175/stat : 1175 (java) S 1165 1167 1118 0 -1 64 2491 0 0 0 87 1 0 0 16 0 13 0 157108421 1752551424 109697 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=1167/tid=1176] ppid=1165 vsize=1711476 CPUtime=0.7
/proc/1167/task/1176/stat : 1176 (java) S 1165 1167 1118 0 -1 64 1375 0 0 0 70 0 0 0 17 0 13 0 157108421 1752551424 109697 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=1167/tid=1177] ppid=1165 vsize=1711476 CPUtime=0
/proc/1167/task/1177/stat : 1177 (java) S 1165 1167 1118 0 -1 64 1 0 0 0 0 0 0 0 24 0 13 0 157108421 1752551424 109697 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=1167/tid=1178] ppid=1165 vsize=1711476 CPUtime=0
/proc/1167/task/1178/stat : 1178 (java) S 1165 1167 1118 0 -1 64 2 0 0 0 0 0 0 0 15 0 13 0 157108421 1752551424 109697 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=1167/tid=1179] ppid=1165 vsize=1711476 CPUtime=0
/proc/1167/task/1179/stat : 1179 (java) S 1165 1167 1118 0 -1 64 5 0 0 0 0 0 0 0 16 0 13 0 157108438 1752551424 109697 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1799.3
Current children cumulated vsize (Kb) 1711476

[startup+1795.35 s]
/proc/loadavg: 0.99 0.98 0.99 2/76 1380
/proc/meminfo: memFree=1125920/2055920 swapFree=4168420/4192956
[pid=1167] ppid=1165 vsize=1711476 CPUtime=1800.32
/proc/1167/stat : 1167 (java) R 1165 1167 1118 0 -1 0 201921 0 1 0 179917 115 0 0 25 0 13 0 157108411 1752551424 109635 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4071397047 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/1167/statm: 427869 109635 1910 14 0 414616 0
[pid=1167/tid=1168] ppid=1165 vsize=1711476 CPUtime=4.81
/proc/1167/task/1168/stat : 1168 (java) S 1165 1167 1118 0 -1 64 63072 0 0 0 449 32 0 0 16 0 13 0 157108415 1752551424 109635 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=1167/tid=1169] ppid=1165 vsize=1711476 CPUtime=4.81
/proc/1167/task/1169/stat : 1169 (java) S 1165 1167 1118 0 -1 64 62050 0 0 0 451 30 0 0 16 0 13 0 157108415 1752551424 109635 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=1167/tid=1170] ppid=1165 vsize=1711476 CPUtime=0.22
/proc/1167/task/1170/stat : 1170 (java) S 1165 1167 1118 0 -1 64 190 0 0 0 12 10 0 0 16 0 13 0 157108417 1752551424 109635 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=1167/tid=1171] ppid=1165 vsize=1711476 CPUtime=0
/proc/1167/task/1171/stat : 1171 (java) S 1165 1167 1118 0 -1 64 9 0 0 0 0 0 0 0 16 0 13 0 157108418 1752551424 109635 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=1167/tid=1172] ppid=1165 vsize=1711476 CPUtime=0
/proc/1167/task/1172/stat : 1172 (java) S 1165 1167 1118 0 -1 64 5 0 0 0 0 0 0 0 16 0 13 0 157108418 1752551424 109635 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=1167/tid=1173] ppid=1165 vsize=1711476 CPUtime=0
/proc/1167/task/1173/stat : 1173 (java) S 1165 1167 1118 0 -1 64 0 0 0 0 0 0 0 0 23 0 13 0 157108421 1752551424 109635 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=1167/tid=1174] ppid=1165 vsize=1711476 CPUtime=0
/proc/1167/task/1174/stat : 1174 (java) S 1165 1167 1118 0 -1 64 2 0 0 0 0 0 0 0 17 0 13 0 157108421 1752551424 109635 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=1167/tid=1175] ppid=1165 vsize=1711476 CPUtime=0.88
/proc/1167/task/1175/stat : 1175 (java) S 1165 1167 1118 0 -1 64 2491 0 0 0 87 1 0 0 16 0 13 0 157108421 1752551424 109635 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=1167/tid=1176] ppid=1165 vsize=1711476 CPUtime=0.7
/proc/1167/task/1176/stat : 1176 (java) S 1165 1167 1118 0 -1 64 1375 0 0 0 70 0 0 0 17 0 13 0 157108421 1752551424 109635 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=1167/tid=1177] ppid=1165 vsize=1711476 CPUtime=0
/proc/1167/task/1177/stat : 1177 (java) S 1165 1167 1118 0 -1 64 1 0 0 0 0 0 0 0 24 0 13 0 157108421 1752551424 109635 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=1167/tid=1178] ppid=1165 vsize=1711476 CPUtime=0
/proc/1167/task/1178/stat : 1178 (java) S 1165 1167 1118 0 -1 64 2 0 0 0 0 0 0 0 15 0 13 0 157108421 1752551424 109635 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=1167/tid=1179] ppid=1165 vsize=1711476 CPUtime=0
/proc/1167/task/1179/stat : 1179 (java) S 1165 1167 1118 0 -1 64 5 0 0 0 0 0 0 0 16 0 13 0 157108438 1752551424 109635 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1800.32
Current children cumulated vsize (Kb) 1711476



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1795.36 s]
/proc/loadavg: 0.99 0.98 0.99 2/76 1380
/proc/meminfo: memFree=1125920/2055920 swapFree=4168420/4192956
[pid=1167] ppid=1165 vsize=1711476 CPUtime=1800.32
/proc/1167/stat : 1167 (java) R 1165 1167 1118 0 -1 0 201921 0 1 0 179917 115 0 0 25 0 13 0 157108411 1752551424 109635 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4071396971 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/1167/statm: 427869 109635 1910 14 0 414616 0
[pid=1167/tid=1168] ppid=1165 vsize=1711476 CPUtime=4.81
/proc/1167/task/1168/stat : 1168 (java) S 1165 1167 1118 0 -1 64 63072 0 0 0 449 32 0 0 16 0 13 0 157108415 1752551424 109635 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=1167/tid=1169] ppid=1165 vsize=1711476 CPUtime=4.81
/proc/1167/task/1169/stat : 1169 (java) S 1165 1167 1118 0 -1 64 62050 0 0 0 451 30 0 0 16 0 13 0 157108415 1752551424 109635 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=1167/tid=1170] ppid=1165 vsize=1711476 CPUtime=0.22
/proc/1167/task/1170/stat : 1170 (java) S 1165 1167 1118 0 -1 64 190 0 0 0 12 10 0 0 16 0 13 0 157108417 1752551424 109635 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=1167/tid=1171] ppid=1165 vsize=1711476 CPUtime=0
/proc/1167/task/1171/stat : 1171 (java) S 1165 1167 1118 0 -1 64 9 0 0 0 0 0 0 0 16 0 13 0 157108418 1752551424 109635 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=1167/tid=1172] ppid=1165 vsize=1711476 CPUtime=0
/proc/1167/task/1172/stat : 1172 (java) S 1165 1167 1118 0 -1 64 5 0 0 0 0 0 0 0 16 0 13 0 157108418 1752551424 109635 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=1167/tid=1173] ppid=1165 vsize=1711476 CPUtime=0
/proc/1167/task/1173/stat : 1173 (java) S 1165 1167 1118 0 -1 64 0 0 0 0 0 0 0 0 23 0 13 0 157108421 1752551424 109635 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=1167/tid=1174] ppid=1165 vsize=1711476 CPUtime=0
/proc/1167/task/1174/stat : 1174 (java) S 1165 1167 1118 0 -1 64 2 0 0 0 0 0 0 0 17 0 13 0 157108421 1752551424 109635 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=1167/tid=1175] ppid=1165 vsize=1711476 CPUtime=0.88
/proc/1167/task/1175/stat : 1175 (java) S 1165 1167 1118 0 -1 64 2491 0 0 0 87 1 0 0 16 0 13 0 157108421 1752551424 109635 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=1167/tid=1176] ppid=1165 vsize=1711476 CPUtime=0.7
/proc/1167/task/1176/stat : 1176 (java) S 1165 1167 1118 0 -1 64 1375 0 0 0 70 0 0 0 17 0 13 0 157108421 1752551424 109635 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=1167/tid=1177] ppid=1165 vsize=1711476 CPUtime=0
/proc/1167/task/1177/stat : 1177 (java) S 1165 1167 1118 0 -1 64 1 0 0 0 0 0 0 0 24 0 13 0 157108421 1752551424 109635 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=1167/tid=1178] ppid=1165 vsize=1711476 CPUtime=0
/proc/1167/task/1178/stat : 1178 (java) S 1165 1167 1118 0 -1 64 2 0 0 0 0 0 0 0 15 0 13 0 157108421 1752551424 109635 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=1167/tid=1179] ppid=1165 vsize=1711476 CPUtime=0
/proc/1167/task/1179/stat : 1179 (java) S 1165 1167 1118 0 -1 64 5 0 0 0 0 0 0 0 16 0 13 0 157108438 1752551424 109635 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1800.32
Current children cumulated vsize (Kb) 1711476

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

Child status: 143
Real time (s): 1795.48
CPU time (s): 1800.46
CPU user time (s): 1799.23
CPU system time (s): 1.22581
CPU usage (%): 100.277
Max. virtual memory (cumulated for all children) (Kb): 1711476
The end

Launcher Data (download as text)

Begin job on node54 on Fri Jul 28 15:59:43 UTC 2006


FILE ID= 50882-1154102383

PBS_JOBID= 886157

BENCH NAME= HOME/pub/bench/PB06/final/normalized-PB06/OPT-SMALLINT/submitted-PB06/manquiho/market-split/normalized-market-split_6_50_4.opb
COMMAND LINE= java -server -Xms1500M -Xmx1500M -jar ROOT/solvers/PB/PB06final/user5/sat4jPseudoPlus.jar ROOT/tmp/node54/50882-1154102383/instance-50882-1154102383.opb 816202335
RUNSOLVER COMMAND LINE= runsolver  --timestamp  -w ROOT/results/node54/watcher-50882-1154102383 -o ROOT/results/node54/solver-50882-1154102383 -C 1800 -M 1800 -S 64  java -server -Xms1500M -Xmx1500M -jar ROOT/solvers/PB/PB06final/user5/sat4jPseudoPlus.jar ROOT/tmp/node54/50882-1154102383/instance-50882-1154102383.opb 816202335

MD5SUM SOLVER= e9637a7554f3ecdf74c1815f89d00213
MD5SUM BENCH=  cef055af6c2a22a549e672ed9a55f2c8

RANDOM SEED= 816202335

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.256
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.256
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:       1558728 kB
Buffers:         36252 kB
Cached:         385504 kB
SwapCached:      18680 kB
Active:          37632 kB
Inactive:       407712 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1558728 kB
SwapTotal:     4192956 kB
SwapFree:      4168420 kB
Dirty:             192 kB
Writeback:           0 kB
Mapped:          14468 kB
Slab:            37828 kB
Committed_AS:   634792 kB
PageTables:       1428 kB
VmallocTotal: 536870911 kB
VmallocUsed:    264952 kB
VmallocChunk: 536605679 kB
HugePages_Total:     0
HugePages_Free:      0
Hugepagesize:     2048 kB


End job on node54 on Fri Jul 28 16:29:39 UTC 2006