Trace number 44056

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.76 1787.51

General information on the benchmark

Namenormalized-PB06/OPT-SMALLINT/reduced/mps-v2-20-10/MIPLIB/
miplib2003/normalized-reduced-mps-v2-20-10-swath.opb
MD5SUM9e8d33d54c816a96320e5b2b2d7ec5c8
Bench CategoryOPT-SMALLINT (optimisation, small integers)
Best result obtained on this benchmarkOPT
Best value of the objective obtained on this benchmark262224
Best CPU time to get the best result obtained on this benchmark0.774881
Has Objective FunctionYES
SatisfiableYES
(Un)Satisfiability was provedYES
Best value of the objective function 262224
Optimality of the best value was proved YES
Number of variables9155
Total number of constraints884
Number of constraints which are clauses0
Number of constraints which are cardinality constraints (but not clauses)423
Number of constraints which are nor clauses,nor cardinality constraints461
Minimum length of a constraint1
Maximum length of a constraint6754
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 527427
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.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/node42/44056-1149361953/instance-44056-1149361953.opb
0.20	c reading problem ... 
1.70	c ... done. Time 1.5 ms.
1.70	c #vars     9155
1.70	c #constraints  586
1787.41	c starts		: 2
1787.41	c conflicts		: 141
1787.41	c decisions		: 6152
1787.41	c propagations		: 24533
1787.41	c inspects		: 88550
1787.41	c learnt literals	: 0
1787.41	c learnt binary clauses	: 0
1787.41	c learnt ternary clauses	: 0
1787.41	c learnt clauses	: 140
1787.41	c root simplifications	: 0
1787.41	c removed literals (reason simplification)	: 0
1787.41	c reason swapping (by a shorter reason)	: 0
1787.41	c Calls to reduceDB	: 0
1787.41	c speed (decisions/second)	: 3.4451784302261768
1787.41	c non guided choices	5248
1787.41	s UNKNOWN
1787.41	c Total wall clock time (ms): 1787.206

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

Current StackSize limit: 67108864 bytes

/proc/loadavg: 0.99 0.97 0.95 3/64 20172
/proc/meminfo: memFree=1606920/2055920 swapFree=4181444/4192956
[pid=20172] ppid=20170 vsize=18540 CPUtime=0
/proc/20172/stat : 20172 (runsolver) R 20170 20172 20126 0 -1 4194368 17 0 0 0 0 0 0 0 19 0 1 0 201862373 18984960 279 18446744073709551615 4194304 4262084 548682068944 18446744073709551615 259415141671 0 2147483391 4096 24578 0 0 0 17 0 0 0
/proc/20172/statm: 4635 279 243 16 0 2626 0

[startup+10.0021 s]
/proc/loadavg: 1.07 0.99 0.95 2/76 20184
/proc/meminfo: memFree=1403696/2055920 swapFree=4181444/4192956
[pid=20172] ppid=20170 vsize=1711748 CPUtime=11.6
/proc/20172/stat : 20172 (java) R 20170 20172 20126 0 -1 0 55420 0 1 0 1131 29 0 0 23 0 13 0 201862373 1752829952 52566 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4071422534 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/20172/statm: 427937 52566 1910 14 0 414684 0
[pid=20172/tid=20173] ppid=20170 vsize=1711748 CPUtime=0.55
/proc/20172/task/20173/stat : 20173 (java) S 20170 20172 20126 0 -1 64 8350 0 0 0 50 5 0 0 17 0 13 0 201862377 1752829952 52566 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=20172/tid=20174] ppid=20170 vsize=1711748 CPUtime=0.55
/proc/20172/task/20174/stat : 20174 (java) S 20170 20172 20126 0 -1 64 7921 0 0 0 51 4 0 0 16 0 13 0 201862377 1752829952 52566 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=20172/tid=20175] ppid=20170 vsize=1711748 CPUtime=0
/proc/20172/task/20175/stat : 20175 (java) S 20170 20172 20126 0 -1 64 21 0 0 0 0 0 0 0 16 0 13 0 201862379 1752829952 52566 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=20172/tid=20176] ppid=20170 vsize=1711748 CPUtime=0
/proc/20172/task/20176/stat : 20176 (java) S 20170 20172 20126 0 -1 64 9 0 0 0 0 0 0 0 16 0 13 0 201862380 1752829952 52566 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=20172/tid=20177] ppid=20170 vsize=1711748 CPUtime=0
/proc/20172/task/20177/stat : 20177 (java) S 20170 20172 20126 0 -1 64 5 0 0 0 0 0 0 0 16 0 13 0 201862380 1752829952 52566 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=20172/tid=20178] ppid=20170 vsize=1711748 CPUtime=0
/proc/20172/task/20178/stat : 20178 (java) S 20170 20172 20126 0 -1 64 0 0 0 0 0 0 0 0 25 0 13 0 201862383 1752829952 52566 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=20172/tid=20179] ppid=20170 vsize=1711748 CPUtime=0
/proc/20172/task/20179/stat : 20179 (java) S 20170 20172 20126 0 -1 64 3 0 0 0 0 0 0 0 16 0 13 0 201862383 1752829952 52566 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=20172/tid=20180] ppid=20170 vsize=1711748 CPUtime=0.72
/proc/20172/task/20180/stat : 20180 (java) S 20170 20172 20126 0 -1 64 1208 0 0 0 72 0 0 0 16 0 13 0 201862383 1752829952 52566 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=20172/tid=20181] ppid=20170 vsize=1711748 CPUtime=0.75
/proc/20172/task/20181/stat : 20181 (java) S 20170 20172 20126 0 -1 64 1347 0 0 0 75 0 0 0 17 0 13 0 201862383 1752829952 52566 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=20172/tid=20182] ppid=20170 vsize=1711748 CPUtime=0
/proc/20172/task/20182/stat : 20182 (java) S 20170 20172 20126 0 -1 64 1 0 0 0 0 0 0 0 25 0 13 0 201862383 1752829952 52566 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=20172/tid=20183] ppid=20170 vsize=1711748 CPUtime=0
/proc/20172/task/20183/stat : 20183 (java) S 20170 20172 20126 0 -1 64 2 0 0 0 0 0 0 0 15 0 13 0 201862383 1752829952 52566 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=20172/tid=20184] ppid=20170 vsize=1711748 CPUtime=0
/proc/20172/task/20184/stat : 20184 (java) S 20170 20172 20126 0 -1 64 4 0 0 0 0 0 0 0 23 0 13 0 201862548 1752829952 52566 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 11.6
Current children cumulated vsize (Kb) 1711748

[startup+20.0092 s]
/proc/loadavg: 1.06 0.99 0.95 2/76 20184
/proc/meminfo: memFree=1375160/2055920 swapFree=4181444/4192956
[pid=20172] ppid=20170 vsize=1711748 CPUtime=21.87
/proc/20172/stat : 20172 (java) R 20170 20172 20126 0 -1 0 63593 0 1 0 2154 33 0 0 25 0 13 0 201862373 1752829952 59631 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4071580591 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/20172/statm: 427937 59631 1910 14 0 414684 0
[pid=20172/tid=20173] ppid=20170 vsize=1711748 CPUtime=0.74
/proc/20172/task/20173/stat : 20173 (java) S 20170 20172 20126 0 -1 64 11737 0 0 0 68 6 0 0 16 0 13 0 201862377 1752829952 59631 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=20172/tid=20174] ppid=20170 vsize=1711748 CPUtime=0.75
/proc/20172/task/20174/stat : 20174 (java) S 20170 20172 20126 0 -1 64 12689 0 0 0 69 6 0 0 16 0 13 0 201862377 1752829952 59631 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=20172/tid=20175] ppid=20170 vsize=1711748 CPUtime=0
/proc/20172/task/20175/stat : 20175 (java) S 20170 20172 20126 0 -1 64 21 0 0 0 0 0 0 0 16 0 13 0 201862379 1752829952 59631 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=20172/tid=20176] ppid=20170 vsize=1711748 CPUtime=0
/proc/20172/task/20176/stat : 20176 (java) S 20170 20172 20126 0 -1 64 9 0 0 0 0 0 0 0 16 0 13 0 201862380 1752829952 59631 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=20172/tid=20177] ppid=20170 vsize=1711748 CPUtime=0
/proc/20172/task/20177/stat : 20177 (java) S 20170 20172 20126 0 -1 64 5 0 0 0 0 0 0 0 16 0 13 0 201862380 1752829952 59631 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=20172/tid=20178] ppid=20170 vsize=1711748 CPUtime=0
/proc/20172/task/20178/stat : 20178 (java) S 20170 20172 20126 0 -1 64 0 0 0 0 0 0 0 0 25 0 13 0 201862383 1752829952 59631 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=20172/tid=20179] ppid=20170 vsize=1711748 CPUtime=0
/proc/20172/task/20179/stat : 20179 (java) S 20170 20172 20126 0 -1 64 3 0 0 0 0 0 0 0 16 0 13 0 201862383 1752829952 59631 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=20172/tid=20180] ppid=20170 vsize=1711748 CPUtime=0.74
/proc/20172/task/20180/stat : 20180 (java) S 20170 20172 20126 0 -1 64 1210 0 0 0 74 0 0 0 17 0 13 0 201862383 1752829952 59631 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=20172/tid=20181] ppid=20170 vsize=1711748 CPUtime=0.8
/proc/20172/task/20181/stat : 20181 (java) S 20170 20172 20126 0 -1 64 1353 0 0 0 80 0 0 0 17 0 13 0 201862383 1752829952 59631 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=20172/tid=20182] ppid=20170 vsize=1711748 CPUtime=0
/proc/20172/task/20182/stat : 20182 (java) S 20170 20172 20126 0 -1 64 1 0 0 0 0 0 0 0 25 0 13 0 201862383 1752829952 59631 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=20172/tid=20183] ppid=20170 vsize=1711748 CPUtime=0
/proc/20172/task/20183/stat : 20183 (java) S 20170 20172 20126 0 -1 64 2 0 0 0 0 0 0 0 15 0 13 0 201862383 1752829952 59631 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=20172/tid=20184] ppid=20170 vsize=1711748 CPUtime=0
/proc/20172/task/20184/stat : 20184 (java) S 20170 20172 20126 0 -1 64 4 0 0 0 0 0 0 0 23 0 13 0 201862548 1752829952 59631 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 21.87
Current children cumulated vsize (Kb) 1711748

[startup+30.0163 s]
/proc/loadavg: 1.05 0.99 0.95 2/76 20184
/proc/meminfo: memFree=1371256/2055920 swapFree=4181444/4192956
[pid=20172] ppid=20170 vsize=1711748 CPUtime=31.96
/proc/20172/stat : 20172 (java) R 20170 20172 20126 0 -1 0 64808 0 1 0 3162 34 0 0 25 0 13 0 201862373 1752829952 60686 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4071604820 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/20172/statm: 427937 60686 1910 14 0 414684 0
[pid=20172/tid=20173] ppid=20170 vsize=1711748 CPUtime=0.77
/proc/20172/task/20173/stat : 20173 (java) S 20170 20172 20126 0 -1 64 12084 0 0 0 71 6 0 0 17 0 13 0 201862377 1752829952 60686 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=20172/tid=20174] ppid=20170 vsize=1711748 CPUtime=0.78
/proc/20172/task/20174/stat : 20174 (java) S 20170 20172 20126 0 -1 64 13551 0 0 0 71 7 0 0 16 0 13 0 201862377 1752829952 60686 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=20172/tid=20175] ppid=20170 vsize=1711748 CPUtime=0
/proc/20172/task/20175/stat : 20175 (java) S 20170 20172 20126 0 -1 64 21 0 0 0 0 0 0 0 16 0 13 0 201862379 1752829952 60686 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=20172/tid=20176] ppid=20170 vsize=1711748 CPUtime=0
/proc/20172/task/20176/stat : 20176 (java) S 20170 20172 20126 0 -1 64 9 0 0 0 0 0 0 0 16 0 13 0 201862380 1752829952 60686 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=20172/tid=20177] ppid=20170 vsize=1711748 CPUtime=0
/proc/20172/task/20177/stat : 20177 (java) S 20170 20172 20126 0 -1 64 5 0 0 0 0 0 0 0 16 0 13 0 201862380 1752829952 60686 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=20172/tid=20178] ppid=20170 vsize=1711748 CPUtime=0
/proc/20172/task/20178/stat : 20178 (java) S 20170 20172 20126 0 -1 64 0 0 0 0 0 0 0 0 25 0 13 0 201862383 1752829952 60686 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=20172/tid=20179] ppid=20170 vsize=1711748 CPUtime=0
/proc/20172/task/20179/stat : 20179 (java) S 20170 20172 20126 0 -1 64 3 0 0 0 0 0 0 0 16 0 13 0 201862383 1752829952 60686 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=20172/tid=20180] ppid=20170 vsize=1711748 CPUtime=0.78
/proc/20172/task/20180/stat : 20180 (java) S 20170 20172 20126 0 -1 64 1211 0 0 0 78 0 0 0 16 0 13 0 201862383 1752829952 60686 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=20172/tid=20181] ppid=20170 vsize=1711748 CPUtime=0.82
/proc/20172/task/20181/stat : 20181 (java) S 20170 20172 20126 0 -1 64 1354 0 0 0 82 0 0 0 16 0 13 0 201862383 1752829952 60686 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=20172/tid=20182] ppid=20170 vsize=1711748 CPUtime=0
/proc/20172/task/20182/stat : 20182 (java) S 20170 20172 20126 0 -1 64 1 0 0 0 0 0 0 0 25 0 13 0 201862383 1752829952 60686 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=20172/tid=20183] ppid=20170 vsize=1711748 CPUtime=0
/proc/20172/task/20183/stat : 20183 (java) S 20170 20172 20126 0 -1 64 2 0 0 0 0 0 0 0 15 0 13 0 201862383 1752829952 60686 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=20172/tid=20184] ppid=20170 vsize=1711748 CPUtime=0
/proc/20172/task/20184/stat : 20184 (java) S 20170 20172 20126 0 -1 64 4 0 0 0 0 0 0 0 23 0 13 0 201862548 1752829952 60686 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) 1711748

[startup+40.0234 s]
/proc/loadavg: 1.04 0.99 0.95 2/76 20184
/proc/meminfo: memFree=1407224/2055920 swapFree=4181444/4192956
[pid=20172] ppid=20170 vsize=1711748 CPUtime=41.99
/proc/20172/stat : 20172 (java) R 20170 20172 20126 0 -1 0 65195 0 1 0 4164 35 0 0 25 0 13 0 201862373 1752829952 51645 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4071593636 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/20172/statm: 427937 51645 1910 14 0 414684 0
[pid=20172/tid=20173] ppid=20170 vsize=1711748 CPUtime=0.81
/proc/20172/task/20173/stat : 20173 (java) S 20170 20172 20126 0 -1 64 12278 0 0 0 74 7 0 0 16 0 13 0 201862377 1752829952 51645 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=20172/tid=20174] ppid=20170 vsize=1711748 CPUtime=0.81
/proc/20172/task/20174/stat : 20174 (java) S 20170 20172 20126 0 -1 64 13722 0 0 0 74 7 0 0 16 0 13 0 201862377 1752829952 51645 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=20172/tid=20175] ppid=20170 vsize=1711748 CPUtime=0.01
/proc/20172/task/20175/stat : 20175 (java) S 20170 20172 20126 0 -1 64 21 0 0 0 1 0 0 0 16 0 13 0 201862379 1752829952 51645 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=20172/tid=20176] ppid=20170 vsize=1711748 CPUtime=0
/proc/20172/task/20176/stat : 20176 (java) S 20170 20172 20126 0 -1 64 9 0 0 0 0 0 0 0 16 0 13 0 201862380 1752829952 51645 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=20172/tid=20177] ppid=20170 vsize=1711748 CPUtime=0
/proc/20172/task/20177/stat : 20177 (java) S 20170 20172 20126 0 -1 64 5 0 0 0 0 0 0 0 16 0 13 0 201862380 1752829952 51645 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=20172/tid=20178] ppid=20170 vsize=1711748 CPUtime=0
/proc/20172/task/20178/stat : 20178 (java) S 20170 20172 20126 0 -1 64 0 0 0 0 0 0 0 0 25 0 13 0 201862383 1752829952 51645 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=20172/tid=20179] ppid=20170 vsize=1711748 CPUtime=0
/proc/20172/task/20179/stat : 20179 (java) S 20170 20172 20126 0 -1 64 3 0 0 0 0 0 0 0 16 0 13 0 201862383 1752829952 51645 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=20172/tid=20180] ppid=20170 vsize=1711748 CPUtime=0.78
/proc/20172/task/20180/stat : 20180 (java) S 20170 20172 20126 0 -1 64 1211 0 0 0 78 0 0 0 16 0 13 0 201862383 1752829952 51645 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=20172/tid=20181] ppid=20170 vsize=1711748 CPUtime=0.82
/proc/20172/task/20181/stat : 20181 (java) S 20170 20172 20126 0 -1 64 1354 0 0 0 82 0 0 0 16 0 13 0 201862383 1752829952 51645 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=20172/tid=20182] ppid=20170 vsize=1711748 CPUtime=0
/proc/20172/task/20182/stat : 20182 (java) S 20170 20172 20126 0 -1 64 1 0 0 0 0 0 0 0 25 0 13 0 201862383 1752829952 51645 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=20172/tid=20183] ppid=20170 vsize=1711748 CPUtime=0
/proc/20172/task/20183/stat : 20183 (java) S 20170 20172 20126 0 -1 64 2 0 0 0 0 0 0 0 15 0 13 0 201862383 1752829952 51645 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=20172/tid=20184] ppid=20170 vsize=1711748 CPUtime=0
/proc/20172/task/20184/stat : 20184 (java) S 20170 20172 20126 0 -1 64 4 0 0 0 0 0 0 0 16 0 13 0 201862548 1752829952 51645 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 41.99
Current children cumulated vsize (Kb) 1711748

[startup+50.0315 s]
/proc/loadavg: 1.03 0.99 0.95 2/76 20184
/proc/meminfo: memFree=1426680/2055920 swapFree=4181444/4192956
[pid=20172] ppid=20170 vsize=1711748 CPUtime=52.02
/proc/20172/stat : 20172 (java) R 20170 20172 20126 0 -1 0 65337 0 1 0 5166 36 0 0 18 0 13 0 201862373 1752829952 46785 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4071593500 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/20172/statm: 427937 46785 1910 14 0 414684 0
[pid=20172/tid=20173] ppid=20170 vsize=1711748 CPUtime=0.83
/proc/20172/task/20173/stat : 20173 (java) S 20170 20172 20126 0 -1 64 12367 0 0 0 76 7 0 0 16 0 13 0 201862377 1752829952 46785 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=20172/tid=20174] ppid=20170 vsize=1711748 CPUtime=0.84
/proc/20172/task/20174/stat : 20174 (java) S 20170 20172 20126 0 -1 64 13751 0 0 0 77 7 0 0 16 0 13 0 201862377 1752829952 46785 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=20172/tid=20175] ppid=20170 vsize=1711748 CPUtime=0.02
/proc/20172/task/20175/stat : 20175 (java) S 20170 20172 20126 0 -1 64 21 0 0 0 1 1 0 0 15 0 13 0 201862379 1752829952 46785 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=20172/tid=20176] ppid=20170 vsize=1711748 CPUtime=0
/proc/20172/task/20176/stat : 20176 (java) S 20170 20172 20126 0 -1 64 9 0 0 0 0 0 0 0 16 0 13 0 201862380 1752829952 46785 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=20172/tid=20177] ppid=20170 vsize=1711748 CPUtime=0
/proc/20172/task/20177/stat : 20177 (java) S 20170 20172 20126 0 -1 64 5 0 0 0 0 0 0 0 16 0 13 0 201862380 1752829952 46785 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=20172/tid=20178] ppid=20170 vsize=1711748 CPUtime=0
/proc/20172/task/20178/stat : 20178 (java) S 20170 20172 20126 0 -1 64 0 0 0 0 0 0 0 0 25 0 13 0 201862383 1752829952 46785 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=20172/tid=20179] ppid=20170 vsize=1711748 CPUtime=0
/proc/20172/task/20179/stat : 20179 (java) S 20170 20172 20126 0 -1 64 3 0 0 0 0 0 0 0 16 0 13 0 201862383 1752829952 46785 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=20172/tid=20180] ppid=20170 vsize=1711748 CPUtime=0.78
/proc/20172/task/20180/stat : 20180 (java) S 20170 20172 20126 0 -1 64 1211 0 0 0 78 0 0 0 16 0 13 0 201862383 1752829952 46785 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=20172/tid=20181] ppid=20170 vsize=1711748 CPUtime=0.82
/proc/20172/task/20181/stat : 20181 (java) S 20170 20172 20126 0 -1 64 1354 0 0 0 82 0 0 0 16 0 13 0 201862383 1752829952 46785 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=20172/tid=20182] ppid=20170 vsize=1711748 CPUtime=0
/proc/20172/task/20182/stat : 20182 (java) S 20170 20172 20126 0 -1 64 1 0 0 0 0 0 0 0 25 0 13 0 201862383 1752829952 46785 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=20172/tid=20183] ppid=20170 vsize=1711748 CPUtime=0
/proc/20172/task/20183/stat : 20183 (java) S 20170 20172 20126 0 -1 64 2 0 0 0 0 0 0 0 15 0 13 0 201862383 1752829952 46785 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=20172/tid=20184] ppid=20170 vsize=1711748 CPUtime=0
/proc/20172/task/20184/stat : 20184 (java) S 20170 20172 20126 0 -1 64 4 0 0 0 0 0 0 0 16 0 13 0 201862548 1752829952 46785 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 52.02
Current children cumulated vsize (Kb) 1711748

[startup+60.0377 s]
/proc/loadavg: 1.03 0.99 0.95 2/76 20184
/proc/meminfo: memFree=1431288/2055920 swapFree=4181444/4192956
[pid=20172] ppid=20170 vsize=1711748 CPUtime=62.06
/proc/20172/stat : 20172 (java) R 20170 20172 20126 0 -1 0 65384 0 1 0 6169 37 0 0 18 0 13 0 201862373 1752829952 45650 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4071605654 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/20172/statm: 427937 45650 1910 14 0 414684 0
[pid=20172/tid=20173] ppid=20170 vsize=1711748 CPUtime=0.86
/proc/20172/task/20173/stat : 20173 (java) S 20170 20172 20126 0 -1 64 12376 0 0 0 79 7 0 0 16 0 13 0 201862377 1752829952 45650 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=20172/tid=20174] ppid=20170 vsize=1711748 CPUtime=0.86
/proc/20172/task/20174/stat : 20174 (java) S 20170 20172 20126 0 -1 64 13763 0 0 0 79 7 0 0 16 0 13 0 201862377 1752829952 45650 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=20172/tid=20175] ppid=20170 vsize=1711748 CPUtime=0.03
/proc/20172/task/20175/stat : 20175 (java) S 20170 20172 20126 0 -1 64 21 0 0 0 1 2 0 0 15 0 13 0 201862379 1752829952 45650 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=20172/tid=20176] ppid=20170 vsize=1711748 CPUtime=0
/proc/20172/task/20176/stat : 20176 (java) S 20170 20172 20126 0 -1 64 9 0 0 0 0 0 0 0 16 0 13 0 201862380 1752829952 45650 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=20172/tid=20177] ppid=20170 vsize=1711748 CPUtime=0
/proc/20172/task/20177/stat : 20177 (java) S 20170 20172 20126 0 -1 64 5 0 0 0 0 0 0 0 16 0 13 0 201862380 1752829952 45650 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=20172/tid=20178] ppid=20170 vsize=1711748 CPUtime=0
/proc/20172/task/20178/stat : 20178 (java) S 20170 20172 20126 0 -1 64 0 0 0 0 0 0 0 0 25 0 13 0 201862383 1752829952 45650 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0

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

[pid=20172/tid=20176] ppid=20170 vsize=1711748 CPUtime=0
/proc/20172/task/20176/stat : 20176 (java) S 20170 20172 20126 0 -1 64 9 0 0 0 0 0 0 0 16 0 13 0 201862380 1752829952 75308 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=20172/tid=20177] ppid=20170 vsize=1711748 CPUtime=0
/proc/20172/task/20177/stat : 20177 (java) S 20170 20172 20126 0 -1 64 5 0 0 0 0 0 0 0 16 0 13 0 201862380 1752829952 75308 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=20172/tid=20178] ppid=20170 vsize=1711748 CPUtime=0
/proc/20172/task/20178/stat : 20178 (java) S 20170 20172 20126 0 -1 64 0 0 0 0 0 0 0 0 25 0 13 0 201862383 1752829952 75308 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=20172/tid=20179] ppid=20170 vsize=1711748 CPUtime=0
/proc/20172/task/20179/stat : 20179 (java) S 20170 20172 20126 0 -1 64 3 0 0 0 0 0 0 0 16 0 13 0 201862383 1752829952 75308 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=20172/tid=20180] ppid=20170 vsize=1711748 CPUtime=0.78
/proc/20172/task/20180/stat : 20180 (java) S 20170 20172 20126 0 -1 64 1211 0 0 0 78 0 0 0 16 0 13 0 201862383 1752829952 75308 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=20172/tid=20181] ppid=20170 vsize=1711748 CPUtime=0.82
/proc/20172/task/20181/stat : 20181 (java) S 20170 20172 20126 0 -1 64 1354 0 0 0 82 0 0 0 16 0 13 0 201862383 1752829952 75308 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=20172/tid=20182] ppid=20170 vsize=1711748 CPUtime=0
/proc/20172/task/20182/stat : 20182 (java) S 20170 20172 20126 0 -1 64 1 0 0 0 0 0 0 0 25 0 13 0 201862383 1752829952 75308 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=20172/tid=20183] ppid=20170 vsize=1711748 CPUtime=0
/proc/20172/task/20183/stat : 20183 (java) S 20170 20172 20126 0 -1 64 2 0 0 0 0 0 0 0 15 0 13 0 201862383 1752829952 75308 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=20172/tid=20184] ppid=20170 vsize=1711748 CPUtime=0
/proc/20172/task/20184/stat : 20184 (java) S 20170 20172 20126 0 -1 64 7 0 0 0 0 0 0 0 16 0 13 0 201862548 1752829952 75308 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1796.59
Current children cumulated vsize (Kb) 1711748

[startup+1784.38 s]
/proc/loadavg: 1.01 1.00 1.00 2/76 20186
/proc/meminfo: memFree=1311480/2055920 swapFree=4181444/4192956
[pid=20172] ppid=20170 vsize=1711748 CPUtime=1797.6
/proc/20172/stat : 20172 (java) R 20170 20172 20126 0 -1 0 121774 0 1 0 179590 170 0 0 17 0 13 0 201862373 1752829952 75308 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4071593500 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/20172/statm: 427937 75308 1910 14 0 414684 0
[pid=20172/tid=20173] ppid=20170 vsize=1711748 CPUtime=13.14
/proc/20172/task/20173/stat : 20173 (java) S 20170 20172 20126 0 -1 64 20703 0 0 0 1271 43 0 0 16 0 13 0 201862377 1752829952 75308 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=20172/tid=20174] ppid=20170 vsize=1711748 CPUtime=13.12
/proc/20172/task/20174/stat : 20174 (java) S 20170 20172 20126 0 -1 64 21362 0 0 0 1276 36 0 0 16 0 13 0 201862377 1752829952 75308 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=20172/tid=20175] ppid=20170 vsize=1711748 CPUtime=0.89
/proc/20172/task/20175/stat : 20175 (java) S 20170 20172 20126 0 -1 64 132 0 0 0 50 39 0 0 15 0 13 0 201862379 1752829952 75308 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=20172/tid=20176] ppid=20170 vsize=1711748 CPUtime=0
/proc/20172/task/20176/stat : 20176 (java) S 20170 20172 20126 0 -1 64 9 0 0 0 0 0 0 0 16 0 13 0 201862380 1752829952 75308 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=20172/tid=20177] ppid=20170 vsize=1711748 CPUtime=0
/proc/20172/task/20177/stat : 20177 (java) S 20170 20172 20126 0 -1 64 5 0 0 0 0 0 0 0 16 0 13 0 201862380 1752829952 75308 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=20172/tid=20178] ppid=20170 vsize=1711748 CPUtime=0
/proc/20172/task/20178/stat : 20178 (java) S 20170 20172 20126 0 -1 64 0 0 0 0 0 0 0 0 25 0 13 0 201862383 1752829952 75308 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=20172/tid=20179] ppid=20170 vsize=1711748 CPUtime=0
/proc/20172/task/20179/stat : 20179 (java) S 20170 20172 20126 0 -1 64 3 0 0 0 0 0 0 0 16 0 13 0 201862383 1752829952 75308 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=20172/tid=20180] ppid=20170 vsize=1711748 CPUtime=0.78
/proc/20172/task/20180/stat : 20180 (java) S 20170 20172 20126 0 -1 64 1211 0 0 0 78 0 0 0 16 0 13 0 201862383 1752829952 75308 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=20172/tid=20181] ppid=20170 vsize=1711748 CPUtime=0.82
/proc/20172/task/20181/stat : 20181 (java) S 20170 20172 20126 0 -1 64 1354 0 0 0 82 0 0 0 16 0 13 0 201862383 1752829952 75308 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=20172/tid=20182] ppid=20170 vsize=1711748 CPUtime=0
/proc/20172/task/20182/stat : 20182 (java) S 20170 20172 20126 0 -1 64 1 0 0 0 0 0 0 0 25 0 13 0 201862383 1752829952 75308 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=20172/tid=20183] ppid=20170 vsize=1711748 CPUtime=0
/proc/20172/task/20183/stat : 20183 (java) S 20170 20172 20126 0 -1 64 2 0 0 0 0 0 0 0 15 0 13 0 201862383 1752829952 75308 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=20172/tid=20184] ppid=20170 vsize=1711748 CPUtime=0
/proc/20172/task/20184/stat : 20184 (java) S 20170 20172 20126 0 -1 64 7 0 0 0 0 0 0 0 16 0 13 0 201862548 1752829952 75308 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1797.6
Current children cumulated vsize (Kb) 1711748

[startup+1785.39 s]
/proc/loadavg: 1.01 1.00 1.00 2/76 20186
/proc/meminfo: memFree=1311416/2055920 swapFree=4181444/4192956
[pid=20172] ppid=20170 vsize=1711748 CPUtime=1798.62
/proc/20172/stat : 20172 (java) R 20170 20172 20126 0 -1 0 121780 0 1 0 179692 170 0 0 17 0 13 0 201862373 1752829952 75312 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4071422570 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/20172/statm: 427937 75312 1910 14 0 414684 0
[pid=20172/tid=20173] ppid=20170 vsize=1711748 CPUtime=13.15
/proc/20172/task/20173/stat : 20173 (java) S 20170 20172 20126 0 -1 64 20703 0 0 0 1272 43 0 0 16 0 13 0 201862377 1752829952 75312 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=20172/tid=20174] ppid=20170 vsize=1711748 CPUtime=13.13
/proc/20172/task/20174/stat : 20174 (java) S 20170 20172 20126 0 -1 64 21366 0 0 0 1277 36 0 0 16 0 13 0 201862377 1752829952 75312 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=20172/tid=20175] ppid=20170 vsize=1711748 CPUtime=0.89
/proc/20172/task/20175/stat : 20175 (java) S 20170 20172 20126 0 -1 64 132 0 0 0 50 39 0 0 15 0 13 0 201862379 1752829952 75312 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=20172/tid=20176] ppid=20170 vsize=1711748 CPUtime=0
/proc/20172/task/20176/stat : 20176 (java) S 20170 20172 20126 0 -1 64 9 0 0 0 0 0 0 0 16 0 13 0 201862380 1752829952 75312 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=20172/tid=20177] ppid=20170 vsize=1711748 CPUtime=0
/proc/20172/task/20177/stat : 20177 (java) S 20170 20172 20126 0 -1 64 5 0 0 0 0 0 0 0 16 0 13 0 201862380 1752829952 75312 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=20172/tid=20178] ppid=20170 vsize=1711748 CPUtime=0
/proc/20172/task/20178/stat : 20178 (java) S 20170 20172 20126 0 -1 64 0 0 0 0 0 0 0 0 25 0 13 0 201862383 1752829952 75312 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=20172/tid=20179] ppid=20170 vsize=1711748 CPUtime=0
/proc/20172/task/20179/stat : 20179 (java) S 20170 20172 20126 0 -1 64 3 0 0 0 0 0 0 0 16 0 13 0 201862383 1752829952 75312 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=20172/tid=20180] ppid=20170 vsize=1711748 CPUtime=0.78
/proc/20172/task/20180/stat : 20180 (java) S 20170 20172 20126 0 -1 64 1211 0 0 0 78 0 0 0 16 0 13 0 201862383 1752829952 75312 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=20172/tid=20181] ppid=20170 vsize=1711748 CPUtime=0.82
/proc/20172/task/20181/stat : 20181 (java) S 20170 20172 20126 0 -1 64 1354 0 0 0 82 0 0 0 16 0 13 0 201862383 1752829952 75312 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=20172/tid=20182] ppid=20170 vsize=1711748 CPUtime=0
/proc/20172/task/20182/stat : 20182 (java) S 20170 20172 20126 0 -1 64 1 0 0 0 0 0 0 0 25 0 13 0 201862383 1752829952 75312 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=20172/tid=20183] ppid=20170 vsize=1711748 CPUtime=0
/proc/20172/task/20183/stat : 20183 (java) S 20170 20172 20126 0 -1 64 2 0 0 0 0 0 0 0 15 0 13 0 201862383 1752829952 75312 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=20172/tid=20184] ppid=20170 vsize=1711748 CPUtime=0
/proc/20172/task/20184/stat : 20184 (java) S 20170 20172 20126 0 -1 64 7 0 0 0 0 0 0 0 16 0 13 0 201862548 1752829952 75312 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1798.62
Current children cumulated vsize (Kb) 1711748

[startup+1786.39 s]
/proc/loadavg: 1.01 1.00 1.00 2/76 20186
/proc/meminfo: memFree=1311416/2055920 swapFree=4181444/4192956
[pid=20172] ppid=20170 vsize=1711748 CPUtime=1799.63
/proc/20172/stat : 20172 (java) R 20170 20172 20126 0 -1 0 121792 0 1 0 179793 170 0 0 17 0 13 0 201862373 1752829952 75322 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4071595979 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/20172/statm: 427937 75322 1910 14 0 414684 0
[pid=20172/tid=20173] ppid=20170 vsize=1711748 CPUtime=13.16
/proc/20172/task/20173/stat : 20173 (java) S 20170 20172 20126 0 -1 64 20703 0 0 0 1273 43 0 0 16 0 13 0 201862377 1752829952 75322 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=20172/tid=20174] ppid=20170 vsize=1711748 CPUtime=13.14
/proc/20172/task/20174/stat : 20174 (java) S 20170 20172 20126 0 -1 64 21376 0 0 0 1278 36 0 0 15 0 13 0 201862377 1752829952 75322 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=20172/tid=20175] ppid=20170 vsize=1711748 CPUtime=0.89
/proc/20172/task/20175/stat : 20175 (java) S 20170 20172 20126 0 -1 64 132 0 0 0 50 39 0 0 16 0 13 0 201862379 1752829952 75322 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=20172/tid=20176] ppid=20170 vsize=1711748 CPUtime=0
/proc/20172/task/20176/stat : 20176 (java) S 20170 20172 20126 0 -1 64 9 0 0 0 0 0 0 0 16 0 13 0 201862380 1752829952 75322 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=20172/tid=20177] ppid=20170 vsize=1711748 CPUtime=0
/proc/20172/task/20177/stat : 20177 (java) S 20170 20172 20126 0 -1 64 5 0 0 0 0 0 0 0 16 0 13 0 201862380 1752829952 75322 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=20172/tid=20178] ppid=20170 vsize=1711748 CPUtime=0
/proc/20172/task/20178/stat : 20178 (java) S 20170 20172 20126 0 -1 64 0 0 0 0 0 0 0 0 25 0 13 0 201862383 1752829952 75322 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=20172/tid=20179] ppid=20170 vsize=1711748 CPUtime=0
/proc/20172/task/20179/stat : 20179 (java) S 20170 20172 20126 0 -1 64 3 0 0 0 0 0 0 0 16 0 13 0 201862383 1752829952 75322 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=20172/tid=20180] ppid=20170 vsize=1711748 CPUtime=0.78
/proc/20172/task/20180/stat : 20180 (java) S 20170 20172 20126 0 -1 64 1211 0 0 0 78 0 0 0 16 0 13 0 201862383 1752829952 75322 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=20172/tid=20181] ppid=20170 vsize=1711748 CPUtime=0.82
/proc/20172/task/20181/stat : 20181 (java) S 20170 20172 20126 0 -1 64 1354 0 0 0 82 0 0 0 16 0 13 0 201862383 1752829952 75322 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=20172/tid=20182] ppid=20170 vsize=1711748 CPUtime=0
/proc/20172/task/20182/stat : 20182 (java) S 20170 20172 20126 0 -1 64 1 0 0 0 0 0 0 0 25 0 13 0 201862383 1752829952 75322 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=20172/tid=20183] ppid=20170 vsize=1711748 CPUtime=0
/proc/20172/task/20183/stat : 20183 (java) S 20170 20172 20126 0 -1 64 2 0 0 0 0 0 0 0 15 0 13 0 201862383 1752829952 75322 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=20172/tid=20184] ppid=20170 vsize=1711748 CPUtime=0
/proc/20172/task/20184/stat : 20184 (java) S 20170 20172 20126 0 -1 64 7 0 0 0 0 0 0 0 16 0 13 0 201862548 1752829952 75322 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1799.63
Current children cumulated vsize (Kb) 1711748

[startup+1787.4 s]
/proc/loadavg: 1.01 1.00 1.00 2/76 20186
/proc/meminfo: memFree=1311416/2055920 swapFree=4181444/4192956
[pid=20172] ppid=20170 vsize=1711748 CPUtime=1800.64
/proc/20172/stat : 20172 (java) R 20170 20172 20126 0 -1 0 121794 0 1 0 179894 170 0 0 17 0 13 0 201862373 1752829952 75322 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4071422428 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/20172/statm: 427937 75322 1910 14 0 414684 0
[pid=20172/tid=20173] ppid=20170 vsize=1711748 CPUtime=13.17
/proc/20172/task/20173/stat : 20173 (java) S 20170 20172 20126 0 -1 64 20703 0 0 0 1274 43 0 0 15 0 13 0 201862377 1752829952 75322 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=20172/tid=20174] ppid=20170 vsize=1711748 CPUtime=13.15
/proc/20172/task/20174/stat : 20174 (java) S 20170 20172 20126 0 -1 64 21376 0 0 0 1279 36 0 0 16 0 13 0 201862377 1752829952 75322 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=20172/tid=20175] ppid=20170 vsize=1711748 CPUtime=0.89
/proc/20172/task/20175/stat : 20175 (java) S 20170 20172 20126 0 -1 64 132 0 0 0 50 39 0 0 16 0 13 0 201862379 1752829952 75322 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=20172/tid=20176] ppid=20170 vsize=1711748 CPUtime=0
/proc/20172/task/20176/stat : 20176 (java) S 20170 20172 20126 0 -1 64 9 0 0 0 0 0 0 0 16 0 13 0 201862380 1752829952 75322 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=20172/tid=20177] ppid=20170 vsize=1711748 CPUtime=0
/proc/20172/task/20177/stat : 20177 (java) S 20170 20172 20126 0 -1 64 5 0 0 0 0 0 0 0 16 0 13 0 201862380 1752829952 75322 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=20172/tid=20178] ppid=20170 vsize=1711748 CPUtime=0
/proc/20172/task/20178/stat : 20178 (java) S 20170 20172 20126 0 -1 64 0 0 0 0 0 0 0 0 25 0 13 0 201862383 1752829952 75322 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=20172/tid=20179] ppid=20170 vsize=1711748 CPUtime=0
/proc/20172/task/20179/stat : 20179 (java) S 20170 20172 20126 0 -1 64 3 0 0 0 0 0 0 0 16 0 13 0 201862383 1752829952 75322 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=20172/tid=20180] ppid=20170 vsize=1711748 CPUtime=0.78
/proc/20172/task/20180/stat : 20180 (java) S 20170 20172 20126 0 -1 64 1211 0 0 0 78 0 0 0 16 0 13 0 201862383 1752829952 75322 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=20172/tid=20181] ppid=20170 vsize=1711748 CPUtime=0.82
/proc/20172/task/20181/stat : 20181 (java) S 20170 20172 20126 0 -1 64 1354 0 0 0 82 0 0 0 16 0 13 0 201862383 1752829952 75322 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=20172/tid=20182] ppid=20170 vsize=1711748 CPUtime=0
/proc/20172/task/20182/stat : 20182 (java) S 20170 20172 20126 0 -1 64 1 0 0 0 0 0 0 0 25 0 13 0 201862383 1752829952 75322 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=20172/tid=20183] ppid=20170 vsize=1711748 CPUtime=0
/proc/20172/task/20183/stat : 20183 (java) S 20170 20172 20126 0 -1 64 2 0 0 0 0 0 0 0 15 0 13 0 201862383 1752829952 75322 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=20172/tid=20184] ppid=20170 vsize=1711748 CPUtime=0
/proc/20172/task/20184/stat : 20184 (java) S 20170 20172 20126 0 -1 64 7 0 0 0 0 0 0 0 16 0 13 0 201862548 1752829952 75322 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1800.64
Current children cumulated vsize (Kb) 1711748



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1787.4 s]
/proc/loadavg: 1.01 1.00 1.00 2/76 20186
/proc/meminfo: memFree=1311416/2055920 swapFree=4181444/4192956
[pid=20172] ppid=20170 vsize=1711748 CPUtime=1800.65
/proc/20172/stat : 20172 (java) R 20170 20172 20126 0 -1 0 121794 0 1 0 179895 170 0 0 17 0 13 0 201862373 1752829952 75322 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4071593500 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/20172/statm: 427937 75322 1910 14 0 414684 0
[pid=20172/tid=20173] ppid=20170 vsize=1711748 CPUtime=13.17
/proc/20172/task/20173/stat : 20173 (java) S 20170 20172 20126 0 -1 64 20703 0 0 0 1274 43 0 0 15 0 13 0 201862377 1752829952 75322 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=20172/tid=20174] ppid=20170 vsize=1711748 CPUtime=13.15
/proc/20172/task/20174/stat : 20174 (java) S 20170 20172 20126 0 -1 64 21376 0 0 0 1279 36 0 0 16 0 13 0 201862377 1752829952 75322 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=20172/tid=20175] ppid=20170 vsize=1711748 CPUtime=0.89
/proc/20172/task/20175/stat : 20175 (java) S 20170 20172 20126 0 -1 64 132 0 0 0 50 39 0 0 16 0 13 0 201862379 1752829952 75322 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=20172/tid=20176] ppid=20170 vsize=1711748 CPUtime=0
/proc/20172/task/20176/stat : 20176 (java) S 20170 20172 20126 0 -1 64 9 0 0 0 0 0 0 0 16 0 13 0 201862380 1752829952 75322 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=20172/tid=20177] ppid=20170 vsize=1711748 CPUtime=0
/proc/20172/task/20177/stat : 20177 (java) S 20170 20172 20126 0 -1 64 5 0 0 0 0 0 0 0 16 0 13 0 201862380 1752829952 75322 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=20172/tid=20178] ppid=20170 vsize=1711748 CPUtime=0
/proc/20172/task/20178/stat : 20178 (java) S 20170 20172 20126 0 -1 64 0 0 0 0 0 0 0 0 25 0 13 0 201862383 1752829952 75322 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=20172/tid=20179] ppid=20170 vsize=1711748 CPUtime=0
/proc/20172/task/20179/stat : 20179 (java) S 20170 20172 20126 0 -1 64 3 0 0 0 0 0 0 0 16 0 13 0 201862383 1752829952 75322 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=20172/tid=20180] ppid=20170 vsize=1711748 CPUtime=0.78
/proc/20172/task/20180/stat : 20180 (java) S 20170 20172 20126 0 -1 64 1211 0 0 0 78 0 0 0 16 0 13 0 201862383 1752829952 75322 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=20172/tid=20181] ppid=20170 vsize=1711748 CPUtime=0.82
/proc/20172/task/20181/stat : 20181 (java) S 20170 20172 20126 0 -1 64 1354 0 0 0 82 0 0 0 16 0 13 0 201862383 1752829952 75322 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=20172/tid=20182] ppid=20170 vsize=1711748 CPUtime=0
/proc/20172/task/20182/stat : 20182 (java) S 20170 20172 20126 0 -1 64 1 0 0 0 0 0 0 0 25 0 13 0 201862383 1752829952 75322 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=20172/tid=20183] ppid=20170 vsize=1711748 CPUtime=0
/proc/20172/task/20183/stat : 20183 (java) S 20170 20172 20126 0 -1 64 2 0 0 0 0 0 0 0 15 0 13 0 201862383 1752829952 75322 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=20172/tid=20184] ppid=20170 vsize=1711748 CPUtime=0
/proc/20172/task/20184/stat : 20184 (java) S 20170 20172 20126 0 -1 64 7 0 0 0 0 0 0 0 16 0 13 0 201862548 1752829952 75322 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1800.65
Current children cumulated vsize (Kb) 1711748

Sending SIGTERM to -20172
Sleeping 2 seconds

Child status: 143
Real time (s): 1787.51
CPU time (s): 1800.76
CPU user time (s): 1799.01
CPU system time (s): 1.75173
CPU usage (%): 100.741
Max. virtual memory (cumulated for all children) (Kb): 1711748

Launcher Data (download as text)

Begin job on node42 on Sat Jun  3 19:12:33 UTC 2006


FILE ID= 44056-1149361953

PBS_JOBID= 311551

BENCH NAME= HOME/pub/bench/PB06//final/normalized-PB06/OPT-SMALLINT/reduced/mps-v2-20-10/MIPLIB/miplib2003/normalized-reduced-mps-v2-20-10-swath.opb
COMMAND LINE= java -server -Xms1500M -Xmx1500M -jar ROOT/solvers/PB/PB06final/user5/sat4jPseudoPlus.jar ROOT/tmp/node42/44056-1149361953/instance-44056-1149361953.opb 372159959
RUNSOLVER COMMAND LINE= runsolver  --timestamp  -w ROOT/results/node42/watcher-44056-1149361953 -o ROOT/results/node42/solver-44056-1149361953 -C 1800 -M 1800 -S 64  java -server -Xms1500M -Xmx1500M -jar ROOT/solvers/PB/PB06final/user5/sat4jPseudoPlus.jar ROOT/tmp/node42/44056-1149361953/instance-44056-1149361953.opb 372159959

MD5SUM SOLVER= e9637a7554f3ecdf74c1815f89d00213
MD5SUM BENCH=  9e8d33d54c816a96320e5b2b2d7ec5c8

RANDOM SEED= 372159959


/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.216
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.216
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:       1607128 kB
Buffers:         13884 kB
Cached:         367648 kB
SwapCached:       3212 kB
Active:          46236 kB
Inactive:       344004 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1607128 kB
SwapTotal:     4192956 kB
SwapFree:      4181444 kB
Dirty:             160 kB
Writeback:           0 kB
Mapped:          14932 kB
Slab:            44604 kB
Committed_AS:   349740 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 node42 on Sat Jun  3 19:42:20 UTC 2006