Trace number 42576

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 Heuristics? (TO) 1800.78 1786.46

General information on the benchmark

Namenormalized-PB06/OPT-SMALLINT/reduced/mps-v2-20-10/MIPLIB/
miplib/normalized-reduced-mps-v2-20-10-misc06.opb
MD5SUM81740feb43d84f849129894fa9d60802
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 variables51018
Total number of constraints820
Number of constraints which are clauses0
Number of constraints which are cardinality constraints (but not clauses)0
Number of constraints which are nor clauses,nor cardinality constraints820
Minimum length of a constraint30
Maximum length of a constraint13471
Number of terms in the objective function 31
Biggest coefficient in the objective function 262145
Number of bits for the biggest coefficient in the objective function 19
Sum of the numbers in the objective function 524318
Number of bits of the sum of numbers in the objective function 20
Biggest number in a constraint 262145
Number of bits of the biggest number in a constraint 19
Biggest sum of numbers in a constraint 535398
Number of bits of the biggest sum of numbers20
Number of products (including duplicates)0
Sum of products size (including duplicates)0
Number of different products0
Sum of products size0

Solver Data (download as text)

0.15	c SAT4J: a SATisfiability library for Java (c) 2004-2006 Daniel Le Berre
0.15	c This is free software under the GNU LGPL licence. See www.sat4j.org for details.
0.15	c no version file found!!!
0.15	c sun.arch.data.model	32
0.15	c java.version	1.5.0_06
0.15	c os.name	Linux
0.15	c os.version	2.6.9-22.EL.rootsmp
0.15	c os.arch	i386
0.15	c Free memory 1548419056
0.15	c Max memory 1551040512
0.15	c Total memory 1551040512
0.15	c Number of processors 2
0.22	c Cutting planes based inference
0.22	c --- Begin Solver configuration ---
0.22	c org.sat4j.minisat.uip.FirstUIP@1df073d
0.22	c org.sat4j.minisat.constraints.PBMaxClauseCardConstrDataStructure@1546e25
0.22	c org.sat4j.minisat.learning.MiniSATLearning@b66cc
0.22	c conflictBoundIncFactor=1.5 learntBoundIncFactor=1.1 initLearntBoundConstraintFactor=10000.0 initConflictBound=100 
0.22	c VSIDS like heuristics from MiniSAT using a heap
0.22	c No reason simplification
0.22	c --- End Solver configuration ---
0.22	c solving ROOT/tmp/node5/42576-1149349394/instance-42576-1149349394.opb
0.22	c reading problem ... 
3.87	c ... done. Time 3.656 ms.
3.87	c #vars     51018
3.87	c #constraints  1070
1786.35	c starts		: 3
1786.35	c conflicts		: 360
1786.35	c decisions		: 61680
1786.35	c propagations		: 138481
1786.35	c inspects		: 647832
1786.35	c learnt literals	: 0
1786.35	c learnt binary clauses	: 0
1786.35	c learnt ternary clauses	: 0
1786.35	c learnt clauses	: 359
1786.35	c root simplifications	: 0
1786.35	c removed literals (reason simplification)	: 0
1786.35	c reason swapping (by a shorter reason)	: 0
1786.35	c Calls to reduceDB	: 0
1786.35	c speed (decisions/second)	: 34.60479395336207
1786.35	c non guided choices	18020
1786.35	s UNKNOWN
1786.35	c Total wall clock time (ms): 1786.137

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
Enforcing memory limit (will send SIGKILL): 1843200 Kb
Enforcing VSIZE limit: 1887436800 bytes
runsolver version 3.0.0 (c) roussel@cril.univ-artois.fr

command line: runsolver --timestamp -w ROOT/results/node5/watcher-42576-1149349394 -o ROOT/results/node5/solver-42576-1149349394 -C 1800 -M 1800 -S 64 java -server -Xms1500M -Xmx1500M -jar ROOT/solvers/PB/PB06final/user5/sat4jPseudoHeuristics.jar ROOT/tmp/node5/42576-1149349394/instance-42576-1149349394.opb 845790613 

Current StackSize limit: 67108864 bytes

/proc/loadavg: 0.91 0.95 0.95 2/64 6112
/proc/meminfo: memFree=1536856/2055920 swapFree=4180904/4192956
[pid=6112] ppid=6110 vsize=1784 CPUtime=0
/proc/6112/stat : 6112 (java) D 6110 6112 6066 0 -1 0 166 0 0 0 0 0 0 0 19 0 1 0 200543099 1826816 137 18446744073709551615 134512640 134570276 4294956608 18446744073709551615 4294960144 0 2147483391 4096 0 18446744072099781622 0 0 17 1 0 0
/proc/6112/statm: 446 141 106 14 0 91 0

[startup+10.002 s]
/proc/loadavg: 1.00 0.97 0.95 2/76 6124
/proc/meminfo: memFree=1322616/2055920 swapFree=4180904/4192956
[pid=6112] ppid=6110 vsize=1712984 CPUtime=11.7
/proc/6112/stat : 6112 (java) R 6110 6112 6066 0 -1 0 57927 0 1 0 1142 28 0 0 18 0 13 0 200543099 1754095616 55333 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4071588811 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/6112/statm: 428246 55333 1906 14 0 414993 0
[pid=6112/tid=6113] ppid=6110 vsize=1712984 CPUtime=0.66
/proc/6112/task/6113/stat : 6113 (java) S 6110 6112 6066 0 -1 64 8889 0 0 0 61 5 0 0 16 0 13 0 200543102 1754095616 55333 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=6112/tid=6114] ppid=6110 vsize=1712984 CPUtime=0.66
/proc/6112/task/6114/stat : 6114 (java) S 6110 6112 6066 0 -1 64 9999 0 0 0 61 5 0 0 16 0 13 0 200543102 1754095616 55333 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=6112/tid=6115] ppid=6110 vsize=1712984 CPUtime=0
/proc/6112/task/6115/stat : 6115 (java) S 6110 6112 6066 0 -1 64 15 0 0 0 0 0 0 0 15 0 13 0 200543105 1754095616 55333 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=6112/tid=6116] ppid=6110 vsize=1712984 CPUtime=0
/proc/6112/task/6116/stat : 6116 (java) S 6110 6112 6066 0 -1 64 9 0 0 0 0 0 0 0 16 0 13 0 200543105 1754095616 55333 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=6112/tid=6117] ppid=6110 vsize=1712984 CPUtime=0
/proc/6112/task/6117/stat : 6117 (java) S 6110 6112 6066 0 -1 64 5 0 0 0 0 0 0 0 16 0 13 0 200543105 1754095616 55333 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=6112/tid=6118] ppid=6110 vsize=1712984 CPUtime=0
/proc/6112/task/6118/stat : 6118 (java) S 6110 6112 6066 0 -1 64 1 0 0 0 0 0 0 0 23 0 13 0 200543109 1754095616 55333 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=6112/tid=6119] ppid=6110 vsize=1712984 CPUtime=0
/proc/6112/task/6119/stat : 6119 (java) S 6110 6112 6066 0 -1 64 3 0 0 0 0 0 0 0 16 0 13 0 200543109 1754095616 55333 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=6112/tid=6120] ppid=6110 vsize=1712984 CPUtime=0.73
/proc/6112/task/6120/stat : 6120 (java) S 6110 6112 6066 0 -1 64 1640 0 0 0 73 0 0 0 16 0 13 0 200543109 1754095616 55333 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=6112/tid=6121] ppid=6110 vsize=1712984 CPUtime=0.69
/proc/6112/task/6121/stat : 6121 (java) S 6110 6112 6066 0 -1 64 854 0 0 0 69 0 0 0 17 0 13 0 200543109 1754095616 55333 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=6112/tid=6122] ppid=6110 vsize=1712984 CPUtime=0
/proc/6112/task/6122/stat : 6122 (java) S 6110 6112 6066 0 -1 64 0 0 0 0 0 0 0 0 24 0 13 0 200543109 1754095616 55333 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=6112/tid=6123] ppid=6110 vsize=1712984 CPUtime=0
/proc/6112/task/6123/stat : 6123 (java) S 6110 6112 6066 0 -1 64 1 0 0 0 0 0 0 0 15 0 13 0 200543109 1754095616 55333 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=6112/tid=6124] ppid=6110 vsize=1712984 CPUtime=0
/proc/6112/task/6124/stat : 6124 (java) S 6110 6112 6066 0 -1 64 4 0 0 0 0 0 0 0 20 0 13 0 200543506 1754095616 55333 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 11.7
Current children cumulated vsize (Kb) 1712984

[startup+20.009 s]
/proc/loadavg: 1.00 0.97 0.95 2/76 6124
/proc/meminfo: memFree=1358072/2055920 swapFree=4180904/4192956
[pid=6112] ppid=6110 vsize=1712984 CPUtime=21.82
/proc/6112/stat : 6112 (java) R 6110 6112 6066 0 -1 0 58007 0 1 0 2153 29 0 0 20 0 13 0 200543099 1754095616 46441 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4071592450 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/6112/statm: 428246 46441 1906 14 0 414993 0
[pid=6112/tid=6113] ppid=6110 vsize=1712984 CPUtime=0.68
/proc/6112/task/6113/stat : 6113 (java) S 6110 6112 6066 0 -1 64 8914 0 0 0 63 5 0 0 16 0 13 0 200543102 1754095616 46441 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=6112/tid=6114] ppid=6110 vsize=1712984 CPUtime=0.68
/proc/6112/task/6114/stat : 6114 (java) S 6110 6112 6066 0 -1 64 10022 0 0 0 63 5 0 0 15 0 13 0 200543102 1754095616 46441 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=6112/tid=6115] ppid=6110 vsize=1712984 CPUtime=0
/proc/6112/task/6115/stat : 6115 (java) S 6110 6112 6066 0 -1 64 15 0 0 0 0 0 0 0 15 0 13 0 200543105 1754095616 46441 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=6112/tid=6116] ppid=6110 vsize=1712984 CPUtime=0
/proc/6112/task/6116/stat : 6116 (java) S 6110 6112 6066 0 -1 64 9 0 0 0 0 0 0 0 16 0 13 0 200543105 1754095616 46441 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=6112/tid=6117] ppid=6110 vsize=1712984 CPUtime=0
/proc/6112/task/6117/stat : 6117 (java) S 6110 6112 6066 0 -1 64 5 0 0 0 0 0 0 0 16 0 13 0 200543105 1754095616 46441 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=6112/tid=6118] ppid=6110 vsize=1712984 CPUtime=0
/proc/6112/task/6118/stat : 6118 (java) S 6110 6112 6066 0 -1 64 1 0 0 0 0 0 0 0 23 0 13 0 200543109 1754095616 46441 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=6112/tid=6119] ppid=6110 vsize=1712984 CPUtime=0
/proc/6112/task/6119/stat : 6119 (java) S 6110 6112 6066 0 -1 64 3 0 0 0 0 0 0 0 17 0 13 0 200543109 1754095616 46441 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=6112/tid=6120] ppid=6110 vsize=1712984 CPUtime=0.77
/proc/6112/task/6120/stat : 6120 (java) S 6110 6112 6066 0 -1 64 1642 0 0 0 77 0 0 0 16 0 13 0 200543109 1754095616 46441 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=6112/tid=6121] ppid=6110 vsize=1712984 CPUtime=0.77
/proc/6112/task/6121/stat : 6121 (java) S 6110 6112 6066 0 -1 64 867 0 0 0 77 0 0 0 17 0 13 0 200543109 1754095616 46441 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=6112/tid=6122] ppid=6110 vsize=1712984 CPUtime=0
/proc/6112/task/6122/stat : 6122 (java) S 6110 6112 6066 0 -1 64 0 0 0 0 0 0 0 0 24 0 13 0 200543109 1754095616 46441 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=6112/tid=6123] ppid=6110 vsize=1712984 CPUtime=0
/proc/6112/task/6123/stat : 6123 (java) S 6110 6112 6066 0 -1 64 1 0 0 0 0 0 0 0 15 0 13 0 200543109 1754095616 46441 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=6112/tid=6124] ppid=6110 vsize=1712984 CPUtime=0
/proc/6112/task/6124/stat : 6124 (java) S 6110 6112 6066 0 -1 64 4 0 0 0 0 0 0 0 20 0 13 0 200543506 1754095616 46441 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 21.82
Current children cumulated vsize (Kb) 1712984

[startup+30.0159 s]
/proc/loadavg: 1.00 0.97 0.95 2/76 6124
/proc/meminfo: memFree=1389944/2055920 swapFree=4180904/4192956
[pid=6112] ppid=6110 vsize=1712984 CPUtime=31.96
/proc/6112/stat : 6112 (java) R 6110 6112 6066 0 -1 0 58356 0 1 0 3166 30 0 0 18 0 13 0 200543099 1754095616 38492 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4071588811 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/6112/statm: 428246 38492 1906 14 0 414993 0
[pid=6112/tid=6113] ppid=6110 vsize=1712984 CPUtime=0.7
/proc/6112/task/6113/stat : 6113 (java) S 6110 6112 6066 0 -1 64 9021 0 0 0 65 5 0 0 15 0 13 0 200543102 1754095616 38492 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=6112/tid=6114] ppid=6110 vsize=1712984 CPUtime=0.7
/proc/6112/task/6114/stat : 6114 (java) S 6110 6112 6066 0 -1 64 10237 0 0 0 65 5 0 0 16 0 13 0 200543102 1754095616 38492 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=6112/tid=6115] ppid=6110 vsize=1712984 CPUtime=0.01
/proc/6112/task/6115/stat : 6115 (java) S 6110 6112 6066 0 -1 64 15 0 0 0 0 1 0 0 15 0 13 0 200543105 1754095616 38492 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=6112/tid=6116] ppid=6110 vsize=1712984 CPUtime=0
/proc/6112/task/6116/stat : 6116 (java) S 6110 6112 6066 0 -1 64 9 0 0 0 0 0 0 0 16 0 13 0 200543105 1754095616 38492 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=6112/tid=6117] ppid=6110 vsize=1712984 CPUtime=0
/proc/6112/task/6117/stat : 6117 (java) S 6110 6112 6066 0 -1 64 5 0 0 0 0 0 0 0 16 0 13 0 200543105 1754095616 38492 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=6112/tid=6118] ppid=6110 vsize=1712984 CPUtime=0
/proc/6112/task/6118/stat : 6118 (java) S 6110 6112 6066 0 -1 64 1 0 0 0 0 0 0 0 23 0 13 0 200543109 1754095616 38492 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=6112/tid=6119] ppid=6110 vsize=1712984 CPUtime=0
/proc/6112/task/6119/stat : 6119 (java) S 6110 6112 6066 0 -1 64 3 0 0 0 0 0 0 0 17 0 13 0 200543109 1754095616 38492 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=6112/tid=6120] ppid=6110 vsize=1712984 CPUtime=0.8
/proc/6112/task/6120/stat : 6120 (java) S 6110 6112 6066 0 -1 64 1642 0 0 0 80 0 0 0 16 0 13 0 200543109 1754095616 38492 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=6112/tid=6121] ppid=6110 vsize=1712984 CPUtime=0.86
/proc/6112/task/6121/stat : 6121 (java) S 6110 6112 6066 0 -1 64 870 0 0 0 86 0 0 0 16 0 13 0 200543109 1754095616 38492 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=6112/tid=6122] ppid=6110 vsize=1712984 CPUtime=0
/proc/6112/task/6122/stat : 6122 (java) S 6110 6112 6066 0 -1 64 0 0 0 0 0 0 0 0 24 0 13 0 200543109 1754095616 38492 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=6112/tid=6123] ppid=6110 vsize=1712984 CPUtime=0
/proc/6112/task/6123/stat : 6123 (java) S 6110 6112 6066 0 -1 64 1 0 0 0 0 0 0 0 15 0 13 0 200543109 1754095616 38492 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=6112/tid=6124] ppid=6110 vsize=1712984 CPUtime=0
/proc/6112/task/6124/stat : 6124 (java) S 6110 6112 6066 0 -1 64 4 0 0 0 0 0 0 0 20 0 13 0 200543506 1754095616 38492 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 31.96
Current children cumulated vsize (Kb) 1712984

[startup+40.0229 s]
/proc/loadavg: 1.00 0.97 0.95 2/76 6124
/proc/meminfo: memFree=1400120/2055920 swapFree=4180904/4192956
[pid=6112] ppid=6110 vsize=1712984 CPUtime=42
/proc/6112/stat : 6112 (java) R 6110 6112 6066 0 -1 0 58561 0 1 0 4170 30 0 0 20 0 13 0 200543099 1754095616 36019 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/6112/statm: 428246 36019 1906 14 0 414993 0
[pid=6112/tid=6113] ppid=6110 vsize=1712984 CPUtime=0.74
/proc/6112/task/6113/stat : 6113 (java) R 6110 6112 6066 0 -1 64 9033 0 0 0 69 5 0 0 15 0 13 0 200543102 1754095616 36019 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4154649075 0 4 0 23759 0 0 0 -1 1 0 0
[pid=6112/tid=6114] ppid=6110 vsize=1712984 CPUtime=0.74
/proc/6112/task/6114/stat : 6114 (java) R 6110 6112 6066 0 -1 64 10397 0 0 0 69 5 0 0 16 0 13 0 200543102 1754095616 36019 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=6112/tid=6115] ppid=6110 vsize=1712984 CPUtime=0.02
/proc/6112/task/6115/stat : 6115 (java) S 6110 6112 6066 0 -1 64 15 0 0 0 1 1 0 0 16 0 13 0 200543105 1754095616 36019 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=6112/tid=6116] ppid=6110 vsize=1712984 CPUtime=0
/proc/6112/task/6116/stat : 6116 (java) S 6110 6112 6066 0 -1 64 9 0 0 0 0 0 0 0 16 0 13 0 200543105 1754095616 36019 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=6112/tid=6117] ppid=6110 vsize=1712984 CPUtime=0
/proc/6112/task/6117/stat : 6117 (java) S 6110 6112 6066 0 -1 64 5 0 0 0 0 0 0 0 16 0 13 0 200543105 1754095616 36019 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=6112/tid=6118] ppid=6110 vsize=1712984 CPUtime=0
/proc/6112/task/6118/stat : 6118 (java) S 6110 6112 6066 0 -1 64 1 0 0 0 0 0 0 0 23 0 13 0 200543109 1754095616 36019 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=6112/tid=6119] ppid=6110 vsize=1712984 CPUtime=0
/proc/6112/task/6119/stat : 6119 (java) S 6110 6112 6066 0 -1 64 3 0 0 0 0 0 0 0 17 0 13 0 200543109 1754095616 36019 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=6112/tid=6120] ppid=6110 vsize=1712984 CPUtime=0.81
/proc/6112/task/6120/stat : 6120 (java) S 6110 6112 6066 0 -1 64 1643 0 0 0 81 0 0 0 16 0 13 0 200543109 1754095616 36019 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=6112/tid=6121] ppid=6110 vsize=1712984 CPUtime=0.86
/proc/6112/task/6121/stat : 6121 (java) S 6110 6112 6066 0 -1 64 870 0 0 0 86 0 0 0 16 0 13 0 200543109 1754095616 36019 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=6112/tid=6122] ppid=6110 vsize=1712984 CPUtime=0
/proc/6112/task/6122/stat : 6122 (java) S 6110 6112 6066 0 -1 64 0 0 0 0 0 0 0 0 24 0 13 0 200543109 1754095616 36019 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=6112/tid=6123] ppid=6110 vsize=1712984 CPUtime=0
/proc/6112/task/6123/stat : 6123 (java) S 6110 6112 6066 0 -1 64 1 0 0 0 0 0 0 0 15 0 13 0 200543109 1754095616 36019 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=6112/tid=6124] ppid=6110 vsize=1712984 CPUtime=0
/proc/6112/task/6124/stat : 6124 (java) S 6110 6112 6066 0 -1 64 4 0 0 0 0 0 0 0 16 0 13 0 200543506 1754095616 36019 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 42
Current children cumulated vsize (Kb) 1712984

[startup+50.0298 s]
/proc/loadavg: 1.00 0.97 0.95 2/76 6124
/proc/meminfo: memFree=1349112/2055920 swapFree=4180904/4192956
[pid=6112] ppid=6110 vsize=1712984 CPUtime=52.21
/proc/6112/stat : 6112 (java) R 6110 6112 6066 0 -1 0 71598 0 1 0 5185 36 0 0 25 0 13 0 200543099 1754095616 48740 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4071589370 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/6112/statm: 428246 48740 1907 14 0 414993 0
[pid=6112/tid=6113] ppid=6110 vsize=1712984 CPUtime=0.85
/proc/6112/task/6113/stat : 6113 (java) S 6110 6112 6066 0 -1 64 11795 0 0 0 79 6 0 0 17 0 13 0 200543102 1754095616 48740 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=6112/tid=6114] ppid=6110 vsize=1712984 CPUtime=0.85
/proc/6112/task/6114/stat : 6114 (java) S 6110 6112 6066 0 -1 64 13355 0 0 0 79 6 0 0 17 0 13 0 200543102 1754095616 48740 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=6112/tid=6115] ppid=6110 vsize=1712984 CPUtime=0.02
/proc/6112/task/6115/stat : 6115 (java) S 6110 6112 6066 0 -1 64 49 0 0 0 1 1 0 0 16 0 13 0 200543105 1754095616 48740 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=6112/tid=6116] ppid=6110 vsize=1712984 CPUtime=0
/proc/6112/task/6116/stat : 6116 (java) S 6110 6112 6066 0 -1 64 9 0 0 0 0 0 0 0 16 0 13 0 200543105 1754095616 48740 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=6112/tid=6117] ppid=6110 vsize=1712984 CPUtime=0
/proc/6112/task/6117/stat : 6117 (java) S 6110 6112 6066 0 -1 64 5 0 0 0 0 0 0 0 16 0 13 0 200543105 1754095616 48740 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=6112/tid=6118] ppid=6110 vsize=1712984 CPUtime=0
/proc/6112/task/6118/stat : 6118 (java) S 6110 6112 6066 0 -1 64 1 0 0 0 0 0 0 0 23 0 13 0 200543109 1754095616 48740 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=6112/tid=6119] ppid=6110 vsize=1712984 CPUtime=0
/proc/6112/task/6119/stat : 6119 (java) S 6110 6112 6066 0 -1 64 3 0 0 0 0 0 0 0 17 0 13 0 200543109 1754095616 48740 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=6112/tid=6120] ppid=6110 vsize=1712984 CPUtime=0.83
/proc/6112/task/6120/stat : 6120 (java) S 6110 6112 6066 0 -1 64 1646 0 0 0 83 0 0 0 16 0 13 0 200543109 1754095616 48740 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=6112/tid=6121] ppid=6110 vsize=1712984 CPUtime=0.92
/proc/6112/task/6121/stat : 6121 (java) S 6110 6112 6066 0 -1 64 876 0 0 0 92 0 0 0 16 0 13 0 200543109 1754095616 48740 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=6112/tid=6122] ppid=6110 vsize=1712984 CPUtime=0
/proc/6112/task/6122/stat : 6122 (java) S 6110 6112 6066 0 -1 64 0 0 0 0 0 0 0 0 24 0 13 0 200543109 1754095616 48740 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=6112/tid=6123] ppid=6110 vsize=1712984 CPUtime=0
/proc/6112/task/6123/stat : 6123 (java) S 6110 6112 6066 0 -1 64 1 0 0 0 0 0 0 0 15 0 13 0 200543109 1754095616 48740 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=6112/tid=6124] ppid=6110 vsize=1712984 CPUtime=0
/proc/6112/task/6124/stat : 6124 (java) S 6110 6112 6066 0 -1 64 4 0 0 0 0 0 0 0 16 0 13 0 200543506 1754095616 48740 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 52.21
Current children cumulated vsize (Kb) 1712984

[startup+60.0368 s]
/proc/loadavg: 1.00 0.97 0.95 2/76 6124
/proc/meminfo: memFree=1324152/2055920 swapFree=4180904/4192956
[pid=6112] ppid=6110 vsize=1712984 CPUtime=62.24
/proc/6112/stat : 6112 (java) R 6110 6112 6066 0 -1 0 78247 0 1 0 6184 40 0 0 25 0 13 0 200543099 1754095616 54925 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4071588811 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/6112/statm: 428246 54925 1907 14 0 414993 0
[pid=6112/tid=6113] ppid=6110 vsize=1712984 CPUtime=0.89
/proc/6112/task/6113/stat : 6113 (java) S 6110 6112 6066 0 -1 64 12645 0 0 0 82 7 0 0 16 0 13 0 200543102 1754095616 54925 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=6112/tid=6114] ppid=6110 vsize=1712984 CPUtime=0.9
/proc/6112/task/6114/stat : 6114 (java) S 6110 6112 6066 0 -1 64 14251 0 0 0 83 7 0 0 15 0 13 0 200543102 1754095616 54925 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=6112/tid=6115] ppid=6110 vsize=1712984 CPUtime=0.02
/proc/6112/task/6115/stat : 6115 (java) S 6110 6112 6066 0 -1 64 55 0 0 0 1 1 0 0 17 0 13 0 200543105 1754095616 54925 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=6112/tid=6116] ppid=6110 vsize=1712984 CPUtime=0
/proc/6112/task/6116/stat : 6116 (java) S 6110 6112 6066 0 -1 64 9 0 0 0 0 0 0 0 16 0 13 0 200543105 1754095616 54925 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=6112/tid=6117] ppid=6110 vsize=1712984 CPUtime=0
/proc/6112/task/6117/stat : 6117 (java) S 6110 6112 6066 0 -1 64 5 0 0 0 0 0 0 0 16 0 13 0 200543105 1754095616 54925 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=6112/tid=6118] ppid=6110 vsize=1712984 CPUtime=0
/proc/6112/task/6118/stat : 6118 (java) S 6110 6112 6066 0 -1 64 1 0 0 0 0 0 0 0 23 0 13 0 200543109 1754095616 54925 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0

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

[pid=6112/tid=6116] ppid=6110 vsize=1714008 CPUtime=0
/proc/6112/task/6116/stat : 6116 (java) S 6110 6112 6066 0 -1 64 9 0 0 0 0 0 0 0 16 0 13 0 200543105 1755144192 127095 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=6112/tid=6117] ppid=6110 vsize=1714008 CPUtime=0
/proc/6112/task/6117/stat : 6117 (java) S 6110 6112 6066 0 -1 64 5 0 0 0 0 0 0 0 16 0 13 0 200543105 1755144192 127095 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=6112/tid=6118] ppid=6110 vsize=1714008 CPUtime=0
/proc/6112/task/6118/stat : 6118 (java) S 6110 6112 6066 0 -1 64 1 0 0 0 0 0 0 0 23 0 13 0 200543109 1755144192 127095 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=6112/tid=6119] ppid=6110 vsize=1714008 CPUtime=0
/proc/6112/task/6119/stat : 6119 (java) S 6110 6112 6066 0 -1 64 3 0 0 0 0 0 0 0 17 0 13 0 200543109 1755144192 127095 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=6112/tid=6120] ppid=6110 vsize=1714008 CPUtime=0.87
/proc/6112/task/6120/stat : 6120 (java) S 6110 6112 6066 0 -1 64 1650 0 0 0 87 0 0 0 17 0 13 0 200543109 1755144192 127095 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=6112/tid=6121] ppid=6110 vsize=1714008 CPUtime=0.97
/proc/6112/task/6121/stat : 6121 (java) S 6110 6112 6066 0 -1 64 879 0 0 0 97 0 0 0 16 0 13 0 200543109 1755144192 127095 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=6112/tid=6122] ppid=6110 vsize=1714008 CPUtime=0
/proc/6112/task/6122/stat : 6122 (java) S 6110 6112 6066 0 -1 64 0 0 0 0 0 0 0 0 24 0 13 0 200543109 1755144192 127095 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=6112/tid=6123] ppid=6110 vsize=1714008 CPUtime=0
/proc/6112/task/6123/stat : 6123 (java) S 6110 6112 6066 0 -1 64 2 0 0 0 0 0 0 0 15 0 13 0 200543109 1755144192 127095 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=6112/tid=6124] ppid=6110 vsize=1714008 CPUtime=0
/proc/6112/task/6124/stat : 6124 (java) S 6110 6112 6066 0 -1 64 4 0 0 0 0 0 0 0 16 0 13 0 200543506 1755144192 127095 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1796.61
Current children cumulated vsize (Kb) 1714008

[startup+1783.33 s]
/proc/loadavg: 1.00 1.00 0.96 2/76 6321
/proc/meminfo: memFree=1034176/2055920 swapFree=4180904/4192956
[pid=6112] ppid=6110 vsize=1714008 CPUtime=1797.63
/proc/6112/stat : 6112 (java) R 6110 6112 6066 0 -1 0 277211 0 1 0 179528 235 0 0 17 0 13 0 200543099 1755144192 127100 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4071395388 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/6112/statm: 428502 127100 1907 14 0 415249 0
[pid=6112/tid=6113] ppid=6110 vsize=1714008 CPUtime=13.9
/proc/6112/task/6113/stat : 6113 (java) S 6110 6112 6066 0 -1 64 59385 0 0 0 1338 52 0 0 16 0 13 0 200543102 1755144192 127100 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=6112/tid=6114] ppid=6110 vsize=1714008 CPUtime=13.98
/proc/6112/task/6114/stat : 6114 (java) S 6110 6112 6066 0 -1 64 65884 0 0 0 1322 76 0 0 16 0 13 0 200543102 1755144192 127100 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=6112/tid=6115] ppid=6110 vsize=1714008 CPUtime=0.7
/proc/6112/task/6115/stat : 6115 (java) S 6110 6112 6066 0 -1 64 352 0 0 0 37 33 0 0 15 0 13 0 200543105 1755144192 127100 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=6112/tid=6116] ppid=6110 vsize=1714008 CPUtime=0
/proc/6112/task/6116/stat : 6116 (java) S 6110 6112 6066 0 -1 64 9 0 0 0 0 0 0 0 16 0 13 0 200543105 1755144192 127100 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=6112/tid=6117] ppid=6110 vsize=1714008 CPUtime=0
/proc/6112/task/6117/stat : 6117 (java) S 6110 6112 6066 0 -1 64 5 0 0 0 0 0 0 0 16 0 13 0 200543105 1755144192 127100 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=6112/tid=6118] ppid=6110 vsize=1714008 CPUtime=0
/proc/6112/task/6118/stat : 6118 (java) S 6110 6112 6066 0 -1 64 1 0 0 0 0 0 0 0 23 0 13 0 200543109 1755144192 127100 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=6112/tid=6119] ppid=6110 vsize=1714008 CPUtime=0
/proc/6112/task/6119/stat : 6119 (java) S 6110 6112 6066 0 -1 64 3 0 0 0 0 0 0 0 17 0 13 0 200543109 1755144192 127100 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=6112/tid=6120] ppid=6110 vsize=1714008 CPUtime=0.87
/proc/6112/task/6120/stat : 6120 (java) S 6110 6112 6066 0 -1 64 1650 0 0 0 87 0 0 0 17 0 13 0 200543109 1755144192 127100 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=6112/tid=6121] ppid=6110 vsize=1714008 CPUtime=0.97
/proc/6112/task/6121/stat : 6121 (java) S 6110 6112 6066 0 -1 64 879 0 0 0 97 0 0 0 16 0 13 0 200543109 1755144192 127100 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=6112/tid=6122] ppid=6110 vsize=1714008 CPUtime=0
/proc/6112/task/6122/stat : 6122 (java) S 6110 6112 6066 0 -1 64 0 0 0 0 0 0 0 0 24 0 13 0 200543109 1755144192 127100 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=6112/tid=6123] ppid=6110 vsize=1714008 CPUtime=0
/proc/6112/task/6123/stat : 6123 (java) S 6110 6112 6066 0 -1 64 2 0 0 0 0 0 0 0 15 0 13 0 200543109 1755144192 127100 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=6112/tid=6124] ppid=6110 vsize=1714008 CPUtime=0
/proc/6112/task/6124/stat : 6124 (java) S 6110 6112 6066 0 -1 64 4 0 0 0 0 0 0 0 16 0 13 0 200543506 1755144192 127100 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1797.63
Current children cumulated vsize (Kb) 1714008

[startup+1784.34 s]
/proc/loadavg: 1.00 1.00 0.96 2/76 6321
/proc/meminfo: memFree=1034176/2055920 swapFree=4180904/4192956
[pid=6112] ppid=6110 vsize=1714008 CPUtime=1798.64
/proc/6112/stat : 6112 (java) R 6110 6112 6066 0 -1 0 277212 0 1 0 179629 235 0 0 17 0 13 0 200543099 1755144192 127100 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4071588815 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/6112/statm: 428502 127100 1907 14 0 415249 0
[pid=6112/tid=6113] ppid=6110 vsize=1714008 CPUtime=13.91
/proc/6112/task/6113/stat : 6113 (java) S 6110 6112 6066 0 -1 64 59385 0 0 0 1339 52 0 0 16 0 13 0 200543102 1755144192 127100 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=6112/tid=6114] ppid=6110 vsize=1714008 CPUtime=13.98
/proc/6112/task/6114/stat : 6114 (java) S 6110 6112 6066 0 -1 64 65884 0 0 0 1322 76 0 0 16 0 13 0 200543102 1755144192 127100 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=6112/tid=6115] ppid=6110 vsize=1714008 CPUtime=0.7
/proc/6112/task/6115/stat : 6115 (java) S 6110 6112 6066 0 -1 64 352 0 0 0 37 33 0 0 16 0 13 0 200543105 1755144192 127100 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=6112/tid=6116] ppid=6110 vsize=1714008 CPUtime=0
/proc/6112/task/6116/stat : 6116 (java) S 6110 6112 6066 0 -1 64 9 0 0 0 0 0 0 0 16 0 13 0 200543105 1755144192 127100 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=6112/tid=6117] ppid=6110 vsize=1714008 CPUtime=0
/proc/6112/task/6117/stat : 6117 (java) S 6110 6112 6066 0 -1 64 5 0 0 0 0 0 0 0 16 0 13 0 200543105 1755144192 127100 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=6112/tid=6118] ppid=6110 vsize=1714008 CPUtime=0
/proc/6112/task/6118/stat : 6118 (java) S 6110 6112 6066 0 -1 64 1 0 0 0 0 0 0 0 23 0 13 0 200543109 1755144192 127100 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=6112/tid=6119] ppid=6110 vsize=1714008 CPUtime=0
/proc/6112/task/6119/stat : 6119 (java) S 6110 6112 6066 0 -1 64 3 0 0 0 0 0 0 0 17 0 13 0 200543109 1755144192 127100 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=6112/tid=6120] ppid=6110 vsize=1714008 CPUtime=0.87
/proc/6112/task/6120/stat : 6120 (java) S 6110 6112 6066 0 -1 64 1650 0 0 0 87 0 0 0 17 0 13 0 200543109 1755144192 127100 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=6112/tid=6121] ppid=6110 vsize=1714008 CPUtime=0.97
/proc/6112/task/6121/stat : 6121 (java) S 6110 6112 6066 0 -1 64 879 0 0 0 97 0 0 0 16 0 13 0 200543109 1755144192 127100 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=6112/tid=6122] ppid=6110 vsize=1714008 CPUtime=0
/proc/6112/task/6122/stat : 6122 (java) S 6110 6112 6066 0 -1 64 0 0 0 0 0 0 0 0 24 0 13 0 200543109 1755144192 127100 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=6112/tid=6123] ppid=6110 vsize=1714008 CPUtime=0
/proc/6112/task/6123/stat : 6123 (java) S 6110 6112 6066 0 -1 64 2 0 0 0 0 0 0 0 15 0 13 0 200543109 1755144192 127100 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=6112/tid=6124] ppid=6110 vsize=1714008 CPUtime=0
/proc/6112/task/6124/stat : 6124 (java) S 6110 6112 6066 0 -1 64 4 0 0 0 0 0 0 0 16 0 13 0 200543506 1755144192 127100 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1798.64
Current children cumulated vsize (Kb) 1714008

[startup+1785.34 s]
/proc/loadavg: 1.00 1.00 0.96 2/76 6321
/proc/meminfo: memFree=1034176/2055920 swapFree=4180904/4192956
[pid=6112] ppid=6110 vsize=1714008 CPUtime=1799.65
/proc/6112/stat : 6112 (java) R 6110 6112 6066 0 -1 0 277219 0 1 0 179730 235 0 0 20 0 13 0 200543099 1755144192 127106 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4071588811 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/6112/statm: 428502 127106 1907 14 0 415249 0
[pid=6112/tid=6113] ppid=6110 vsize=1714008 CPUtime=13.91
/proc/6112/task/6113/stat : 6113 (java) S 6110 6112 6066 0 -1 64 59385 0 0 0 1339 52 0 0 16 0 13 0 200543102 1755144192 127106 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=6112/tid=6114] ppid=6110 vsize=1714008 CPUtime=13.99
/proc/6112/task/6114/stat : 6114 (java) S 6110 6112 6066 0 -1 64 65890 0 0 0 1323 76 0 0 16 0 13 0 200543102 1755144192 127106 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=6112/tid=6115] ppid=6110 vsize=1714008 CPUtime=0.7
/proc/6112/task/6115/stat : 6115 (java) S 6110 6112 6066 0 -1 64 352 0 0 0 37 33 0 0 16 0 13 0 200543105 1755144192 127106 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=6112/tid=6116] ppid=6110 vsize=1714008 CPUtime=0
/proc/6112/task/6116/stat : 6116 (java) S 6110 6112 6066 0 -1 64 9 0 0 0 0 0 0 0 16 0 13 0 200543105 1755144192 127106 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=6112/tid=6117] ppid=6110 vsize=1714008 CPUtime=0
/proc/6112/task/6117/stat : 6117 (java) S 6110 6112 6066 0 -1 64 5 0 0 0 0 0 0 0 16 0 13 0 200543105 1755144192 127106 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=6112/tid=6118] ppid=6110 vsize=1714008 CPUtime=0
/proc/6112/task/6118/stat : 6118 (java) S 6110 6112 6066 0 -1 64 1 0 0 0 0 0 0 0 23 0 13 0 200543109 1755144192 127106 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=6112/tid=6119] ppid=6110 vsize=1714008 CPUtime=0
/proc/6112/task/6119/stat : 6119 (java) S 6110 6112 6066 0 -1 64 3 0 0 0 0 0 0 0 17 0 13 0 200543109 1755144192 127106 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=6112/tid=6120] ppid=6110 vsize=1714008 CPUtime=0.87
/proc/6112/task/6120/stat : 6120 (java) S 6110 6112 6066 0 -1 64 1650 0 0 0 87 0 0 0 17 0 13 0 200543109 1755144192 127106 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=6112/tid=6121] ppid=6110 vsize=1714008 CPUtime=0.97
/proc/6112/task/6121/stat : 6121 (java) S 6110 6112 6066 0 -1 64 879 0 0 0 97 0 0 0 16 0 13 0 200543109 1755144192 127106 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=6112/tid=6122] ppid=6110 vsize=1714008 CPUtime=0
/proc/6112/task/6122/stat : 6122 (java) S 6110 6112 6066 0 -1 64 0 0 0 0 0 0 0 0 24 0 13 0 200543109 1755144192 127106 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=6112/tid=6123] ppid=6110 vsize=1714008 CPUtime=0
/proc/6112/task/6123/stat : 6123 (java) S 6110 6112 6066 0 -1 64 2 0 0 0 0 0 0 0 15 0 13 0 200543109 1755144192 127106 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=6112/tid=6124] ppid=6110 vsize=1714008 CPUtime=0
/proc/6112/task/6124/stat : 6124 (java) S 6110 6112 6066 0 -1 64 4 0 0 0 0 0 0 0 16 0 13 0 200543506 1755144192 127106 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1799.65
Current children cumulated vsize (Kb) 1714008

[startup+1786.35 s]
/proc/loadavg: 1.00 1.00 0.96 2/76 6321
/proc/meminfo: memFree=1034176/2055920 swapFree=4180904/4192956
[pid=6112] ppid=6110 vsize=1714008 CPUtime=1800.66
/proc/6112/stat : 6112 (java) R 6110 6112 6066 0 -1 0 277220 0 1 0 179831 235 0 0 25 0 13 0 200543099 1755144192 127106 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4071588822 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/6112/statm: 428502 127106 1907 14 0 415249 0
[pid=6112/tid=6113] ppid=6110 vsize=1714008 CPUtime=13.92
/proc/6112/task/6113/stat : 6113 (java) S 6110 6112 6066 0 -1 64 59385 0 0 0 1340 52 0 0 16 0 13 0 200543102 1755144192 127106 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=6112/tid=6114] ppid=6110 vsize=1714008 CPUtime=14
/proc/6112/task/6114/stat : 6114 (java) S 6110 6112 6066 0 -1 64 65890 0 0 0 1324 76 0 0 15 0 13 0 200543102 1755144192 127106 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=6112/tid=6115] ppid=6110 vsize=1714008 CPUtime=0.7
/proc/6112/task/6115/stat : 6115 (java) S 6110 6112 6066 0 -1 64 352 0 0 0 37 33 0 0 16 0 13 0 200543105 1755144192 127106 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=6112/tid=6116] ppid=6110 vsize=1714008 CPUtime=0
/proc/6112/task/6116/stat : 6116 (java) S 6110 6112 6066 0 -1 64 9 0 0 0 0 0 0 0 16 0 13 0 200543105 1755144192 127106 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=6112/tid=6117] ppid=6110 vsize=1714008 CPUtime=0
/proc/6112/task/6117/stat : 6117 (java) S 6110 6112 6066 0 -1 64 5 0 0 0 0 0 0 0 16 0 13 0 200543105 1755144192 127106 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=6112/tid=6118] ppid=6110 vsize=1714008 CPUtime=0
/proc/6112/task/6118/stat : 6118 (java) S 6110 6112 6066 0 -1 64 1 0 0 0 0 0 0 0 23 0 13 0 200543109 1755144192 127106 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=6112/tid=6119] ppid=6110 vsize=1714008 CPUtime=0
/proc/6112/task/6119/stat : 6119 (java) S 6110 6112 6066 0 -1 64 3 0 0 0 0 0 0 0 17 0 13 0 200543109 1755144192 127106 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=6112/tid=6120] ppid=6110 vsize=1714008 CPUtime=0.87
/proc/6112/task/6120/stat : 6120 (java) S 6110 6112 6066 0 -1 64 1650 0 0 0 87 0 0 0 17 0 13 0 200543109 1755144192 127106 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=6112/tid=6121] ppid=6110 vsize=1714008 CPUtime=0.97
/proc/6112/task/6121/stat : 6121 (java) S 6110 6112 6066 0 -1 64 879 0 0 0 97 0 0 0 16 0 13 0 200543109 1755144192 127106 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=6112/tid=6122] ppid=6110 vsize=1714008 CPUtime=0
/proc/6112/task/6122/stat : 6122 (java) S 6110 6112 6066 0 -1 64 0 0 0 0 0 0 0 0 24 0 13 0 200543109 1755144192 127106 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=6112/tid=6123] ppid=6110 vsize=1714008 CPUtime=0
/proc/6112/task/6123/stat : 6123 (java) S 6110 6112 6066 0 -1 64 2 0 0 0 0 0 0 0 15 0 13 0 200543109 1755144192 127106 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=6112/tid=6124] ppid=6110 vsize=1714008 CPUtime=0
/proc/6112/task/6124/stat : 6124 (java) S 6110 6112 6066 0 -1 64 4 0 0 0 0 0 0 0 16 0 13 0 200543506 1755144192 127106 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1800.66
Current children cumulated vsize (Kb) 1714008



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1786.35 s]
/proc/loadavg: 1.00 1.00 0.96 2/76 6321
/proc/meminfo: memFree=1034176/2055920 swapFree=4180904/4192956
[pid=6112] ppid=6110 vsize=1714008 CPUtime=1800.67
/proc/6112/stat : 6112 (java) R 6110 6112 6066 0 -1 0 277220 0 1 0 179832 235 0 0 25 0 13 0 200543099 1755144192 127106 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4071588815 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/6112/statm: 428502 127106 1907 14 0 415249 0
[pid=6112/tid=6113] ppid=6110 vsize=1714008 CPUtime=13.92
/proc/6112/task/6113/stat : 6113 (java) S 6110 6112 6066 0 -1 64 59385 0 0 0 1340 52 0 0 16 0 13 0 200543102 1755144192 127106 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=6112/tid=6114] ppid=6110 vsize=1714008 CPUtime=14
/proc/6112/task/6114/stat : 6114 (java) S 6110 6112 6066 0 -1 64 65890 0 0 0 1324 76 0 0 15 0 13 0 200543102 1755144192 127106 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=6112/tid=6115] ppid=6110 vsize=1714008 CPUtime=0.7
/proc/6112/task/6115/stat : 6115 (java) S 6110 6112 6066 0 -1 64 352 0 0 0 37 33 0 0 16 0 13 0 200543105 1755144192 127106 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=6112/tid=6116] ppid=6110 vsize=1714008 CPUtime=0
/proc/6112/task/6116/stat : 6116 (java) S 6110 6112 6066 0 -1 64 9 0 0 0 0 0 0 0 16 0 13 0 200543105 1755144192 127106 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=6112/tid=6117] ppid=6110 vsize=1714008 CPUtime=0
/proc/6112/task/6117/stat : 6117 (java) S 6110 6112 6066 0 -1 64 5 0 0 0 0 0 0 0 16 0 13 0 200543105 1755144192 127106 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=6112/tid=6118] ppid=6110 vsize=1714008 CPUtime=0
/proc/6112/task/6118/stat : 6118 (java) S 6110 6112 6066 0 -1 64 1 0 0 0 0 0 0 0 23 0 13 0 200543109 1755144192 127106 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=6112/tid=6119] ppid=6110 vsize=1714008 CPUtime=0
/proc/6112/task/6119/stat : 6119 (java) S 6110 6112 6066 0 -1 64 3 0 0 0 0 0 0 0 17 0 13 0 200543109 1755144192 127106 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=6112/tid=6120] ppid=6110 vsize=1714008 CPUtime=0.87
/proc/6112/task/6120/stat : 6120 (java) S 6110 6112 6066 0 -1 64 1650 0 0 0 87 0 0 0 17 0 13 0 200543109 1755144192 127106 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=6112/tid=6121] ppid=6110 vsize=1714008 CPUtime=0.97
/proc/6112/task/6121/stat : 6121 (java) S 6110 6112 6066 0 -1 64 879 0 0 0 97 0 0 0 16 0 13 0 200543109 1755144192 127106 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=6112/tid=6122] ppid=6110 vsize=1714008 CPUtime=0
/proc/6112/task/6122/stat : 6122 (java) S 6110 6112 6066 0 -1 64 0 0 0 0 0 0 0 0 24 0 13 0 200543109 1755144192 127106 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=6112/tid=6123] ppid=6110 vsize=1714008 CPUtime=0
/proc/6112/task/6123/stat : 6123 (java) S 6110 6112 6066 0 -1 64 2 0 0 0 0 0 0 0 15 0 13 0 200543109 1755144192 127106 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=6112/tid=6124] ppid=6110 vsize=1714008 CPUtime=0
/proc/6112/task/6124/stat : 6124 (java) S 6110 6112 6066 0 -1 64 4 0 0 0 0 0 0 0 16 0 13 0 200543506 1755144192 127106 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1800.67
Current children cumulated vsize (Kb) 1714008

Sending SIGTERM to -6112
Sleeping 2 seconds

Child status: 143
Real time (s): 1786.46
CPU time (s): 1800.78
CPU user time (s): 1798.34
CPU system time (s): 2.43963
CPU usage (%): 100.802
Max. virtual memory (cumulated for all children) (Kb): 1714008

Launcher Data (download as text)

Begin job on node5 on Sat Jun  3 15:43:14 UTC 2006


FILE ID= 42576-1149349394

PBS_JOBID= 310895

BENCH NAME= HOME/pub/bench/PB06//final/normalized-PB06/OPT-SMALLINT/reduced/mps-v2-20-10/MIPLIB/miplib/normalized-reduced-mps-v2-20-10-misc06.opb
COMMAND LINE= java -server -Xms1500M -Xmx1500M -jar ROOT/solvers/PB/PB06final/user5/sat4jPseudoHeuristics.jar ROOT/tmp/node5/42576-1149349394/instance-42576-1149349394.opb 845790613
RUNSOLVER COMMAND LINE= runsolver  --timestamp  -w ROOT/results/node5/watcher-42576-1149349394 -o ROOT/results/node5/solver-42576-1149349394 -C 1800 -M 1800 -S 64  java -server -Xms1500M -Xmx1500M -jar ROOT/solvers/PB/PB06final/user5/sat4jPseudoHeuristics.jar ROOT/tmp/node5/42576-1149349394/instance-42576-1149349394.opb 845790613

MD5SUM SOLVER= 3cef94aa015dc0dd234d31843a257d70
MD5SUM BENCH=  81740feb43d84f849129894fa9d60802

RANDOM SEED= 845790613


/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.279
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.279
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:       1537064 kB
Buffers:         30776 kB
Cached:         423300 kB
SwapCached:       3904 kB
Active:         145696 kB
Inactive:       317208 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1537064 kB
SwapTotal:     4192956 kB
SwapFree:      4180904 kB
Dirty:             180 kB
Writeback:           0 kB
Mapped:          14944 kB
Slab:            42024 kB
Committed_AS:   307520 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 node5 on Sat Jun  3 16:13:01 UTC 2006