Trace number 50990

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.57 1784.44

General information on the benchmark

Namenormalized-PB06/OPT-BIGINT/submitted-PB06/roussel/factor/
normalized-factor-sizeN=440-sizeP=221-sizeQ=440-24744542-max.opb
MD5SUM33ae5939d1aa58a75a945a9faf3c230f
Bench CategoryOPT-BIGINT (optimisation, big 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 variables97901
Total number of constraints291721
Number of constraints which are clauses291720
Number of constraints which are cardinality constraints (but not clauses)0
Number of constraints which are nor clauses,nor cardinality constraints1
Minimum length of a constraint2
Maximum length of a constraint97240
Number of terms in the objective function 221
Biggest coefficient in the objective function 1684996666696914987166688442938726917102321526408785780068975640576
Number of bits for the biggest coefficient in the objective function 221
Sum of the numbers in the objective function 3369993333393829974333376885877453834204643052817571560137951281151
Number of bits of the sum of numbers in the objective function 221
Biggest number in a constraint 2392032866531905486790942578809394338145620987608332988883503686824375178865503049616412016019962016447144819201720664620106359620960485637227891297994520232330261783830994590149049944504587400511488
Number of bits of the biggest number in a constraint 660
Biggest sum of numbers in a constraint 9568131466127621947163770315237577352582483950433331955534014747295056327361266164339146628902122677827758102544855227960862917226867090540237477036791666445280390686216944035782177068059758137897567
Number of bits of the biggest sum of numbers661
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.14	c SAT4J: a SATisfiability library for Java (c) 2004-2006 Daniel Le Berre
0.14	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/node4/50990-1154121851/instance-50990-1154121851.opb
0.20	c reading problem ... 
484.96	c ... done. Time 484.766 ms.
484.96	c #vars     97901
484.96	c #constraints  291722
1784.36	c starts		: 1
1784.36	c conflicts		: 1
1784.36	c decisions		: 71381
1784.36	c propagations		: 97897
1784.36	c inspects		: 266577
1784.36	c learnt literals	: 0
1784.36	c learnt binary clauses	: 0
1784.36	c learnt ternary clauses	: 0
1784.36	c learnt clauses	: 0
1784.36	c root simplifications	: 0
1784.36	c removed literals (reason simplification)	: 0
1784.36	c reason swapping (by a shorter reason)	: 0
1784.36	c Calls to reduceDB	: 0
1784.36	c speed (decisions/second)	: 54.93664826491746
1784.36	c non guided choices	71381
1784.36	s UNKNOWN
1784.36	c Total wall clock time (ms): 1784.163

Verifier Data (download as text)

ERROR: no interpretation found !

Watcher Data (download as text)

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

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

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

Current StackSize limit: 67108864 bytes

/proc/loadavg: 1.00 1.00 1.00 3/64 23776
/proc/meminfo: memFree=1550272/2055920 swapFree=4183140/4192956
[pid=23776] ppid=23774 vsize=172 CPUtime=0
/proc/23776/stat : 23776 (java) R 23774 23776 23727 0 -1 0 202 0 0 0 0 0 0 0 19 0 1 0 159046709 176128 24 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 10588459 0 0 4096 0 0 0 0 17 0 0 0
/proc/23776/statm: 43 24 18 14 0 3 0

[startup+10.002 s]
/proc/loadavg: 1.00 1.00 1.00 2/75 23787
/proc/meminfo: memFree=1381160/2055920 swapFree=4183140/4192956
[pid=23776] ppid=23774 vsize=1710156 CPUtime=10.48
/proc/23776/stat : 23776 (java) R 23774 23776 23727 0 -1 0 47527 0 1 0 1024 24 0 0 19 0 12 0 159046709 1751199744 44008 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4071365392 0 4 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/23776/statm: 427539 44008 1872 14 0 414286 0
[pid=23776/tid=23777] ppid=23774 vsize=1710156 CPUtime=0.07
/proc/23776/task/23777/stat : 23777 (java) S 23774 23776 23727 0 -1 64 2882 0 0 0 5 2 0 0 15 0 12 0 159046712 1751199744 44008 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=23776/tid=23778] ppid=23774 vsize=1710156 CPUtime=0.05
/proc/23776/task/23778/stat : 23778 (java) S 23774 23776 23727 0 -1 64 1022 0 0 0 4 1 0 0 16 0 12 0 159046712 1751199744 44008 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=23776/tid=23779] ppid=23774 vsize=1710156 CPUtime=0
/proc/23776/task/23779/stat : 23779 (java) S 23774 23776 23727 0 -1 64 34 0 0 0 0 0 0 0 16 0 12 0 159046714 1751199744 44008 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=23776/tid=23780] ppid=23774 vsize=1710156 CPUtime=0
/proc/23776/task/23780/stat : 23780 (java) S 23774 23776 23727 0 -1 64 9 0 0 0 0 0 0 0 15 0 12 0 159046715 1751199744 44008 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=23776/tid=23781] ppid=23774 vsize=1710156 CPUtime=0
/proc/23776/task/23781/stat : 23781 (java) S 23774 23776 23727 0 -1 64 5 0 0 0 0 0 0 0 15 0 12 0 159046715 1751199744 44008 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=23776/tid=23782] ppid=23774 vsize=1710156 CPUtime=0
/proc/23776/task/23782/stat : 23782 (java) S 23774 23776 23727 0 -1 64 1 0 0 0 0 0 0 0 25 0 12 0 159046718 1751199744 44008 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=23776/tid=23783] ppid=23774 vsize=1710156 CPUtime=0
/proc/23776/task/23783/stat : 23783 (java) S 23774 23776 23727 0 -1 64 4 0 0 0 0 0 0 0 16 0 12 0 159046718 1751199744 44008 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=23776/tid=23784] ppid=23774 vsize=1710156 CPUtime=0.25
/proc/23776/task/23784/stat : 23784 (java) S 23774 23776 23727 0 -1 64 375 0 0 0 25 0 0 0 17 0 12 0 159046718 1751199744 44008 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=23776/tid=23785] ppid=23774 vsize=1710156 CPUtime=0.3
/proc/23776/task/23785/stat : 23785 (java) S 23774 23776 23727 0 -1 64 516 0 0 0 30 0 0 0 16 0 12 0 159046718 1751199744 44008 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=23776/tid=23786] ppid=23774 vsize=1710156 CPUtime=0
/proc/23776/task/23786/stat : 23786 (java) S 23774 23776 23727 0 -1 64 0 0 0 0 0 0 0 0 25 0 12 0 159046718 1751199744 44008 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=23776/tid=23787] ppid=23774 vsize=1710156 CPUtime=0
/proc/23776/task/23787/stat : 23787 (java) S 23774 23776 23727 0 -1 64 1 0 0 0 0 0 0 0 15 0 12 0 159046718 1751199744 44008 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 10.48
Current children cumulated vsize (Kb) 1710156

[startup+20.0098 s]
/proc/loadavg: 1.00 1.00 1.00 2/75 23787
/proc/meminfo: memFree=1396776/2055920 swapFree=4183140/4192956
[pid=23776] ppid=23774 vsize=1710156 CPUtime=20.57
/proc/23776/stat : 23776 (java) R 23774 23776 23727 0 -1 0 47812 0 1 0 2031 26 0 0 25 0 12 0 159046709 1751199744 40197 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4071359511 0 4 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/23776/statm: 427539 40197 1872 14 0 414286 0
[pid=23776/tid=23777] ppid=23774 vsize=1710156 CPUtime=0.11
/proc/23776/task/23777/stat : 23777 (java) S 23774 23776 23727 0 -1 64 3028 0 0 0 9 2 0 0 16 0 12 0 159046712 1751199744 40197 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=23776/tid=23778] ppid=23774 vsize=1710156 CPUtime=0.1
/proc/23776/task/23778/stat : 23778 (java) S 23774 23776 23727 0 -1 64 1122 0 0 0 9 1 0 0 16 0 12 0 159046712 1751199744 40197 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=23776/tid=23779] ppid=23774 vsize=1710156 CPUtime=0.01
/proc/23776/task/23779/stat : 23779 (java) S 23774 23776 23727 0 -1 64 34 0 0 0 0 1 0 0 16 0 12 0 159046714 1751199744 40197 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=23776/tid=23780] ppid=23774 vsize=1710156 CPUtime=0
/proc/23776/task/23780/stat : 23780 (java) S 23774 23776 23727 0 -1 64 9 0 0 0 0 0 0 0 15 0 12 0 159046715 1751199744 40197 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=23776/tid=23781] ppid=23774 vsize=1710156 CPUtime=0
/proc/23776/task/23781/stat : 23781 (java) S 23774 23776 23727 0 -1 64 5 0 0 0 0 0 0 0 15 0 12 0 159046715 1751199744 40197 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=23776/tid=23782] ppid=23774 vsize=1710156 CPUtime=0
/proc/23776/task/23782/stat : 23782 (java) S 23774 23776 23727 0 -1 64 1 0 0 0 0 0 0 0 25 0 12 0 159046718 1751199744 40197 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=23776/tid=23783] ppid=23774 vsize=1710156 CPUtime=0
/proc/23776/task/23783/stat : 23783 (java) S 23774 23776 23727 0 -1 64 4 0 0 0 0 0 0 0 16 0 12 0 159046718 1751199744 40197 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=23776/tid=23784] ppid=23774 vsize=1710156 CPUtime=0.28
/proc/23776/task/23784/stat : 23784 (java) S 23774 23776 23727 0 -1 64 377 0 0 0 28 0 0 0 17 0 12 0 159046718 1751199744 40197 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=23776/tid=23785] ppid=23774 vsize=1710156 CPUtime=0.34
/proc/23776/task/23785/stat : 23785 (java) S 23774 23776 23727 0 -1 64 519 0 0 0 34 0 0 0 16 0 12 0 159046718 1751199744 40197 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=23776/tid=23786] ppid=23774 vsize=1710156 CPUtime=0
/proc/23776/task/23786/stat : 23786 (java) S 23774 23776 23727 0 -1 64 0 0 0 0 0 0 0 0 25 0 12 0 159046718 1751199744 40197 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=23776/tid=23787] ppid=23774 vsize=1710156 CPUtime=0
/proc/23776/task/23787/stat : 23787 (java) S 23774 23776 23727 0 -1 64 1 0 0 0 0 0 0 0 15 0 12 0 159046718 1751199744 40197 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 20.57
Current children cumulated vsize (Kb) 1710156

[startup+30.0176 s]
/proc/loadavg: 1.00 1.00 1.00 2/75 23787
/proc/meminfo: memFree=1397352/2055920 swapFree=4183140/4192956
[pid=23776] ppid=23774 vsize=1710156 CPUtime=30.64
/proc/23776/stat : 23776 (java) R 23774 23776 23727 0 -1 0 48084 0 1 0 3035 29 0 0 25 0 12 0 159046709 1751199744 40077 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4071365462 0 4 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/23776/statm: 427539 40077 1872 14 0 414286 0
[pid=23776/tid=23777] ppid=23774 vsize=1710156 CPUtime=0.18
/proc/23776/task/23777/stat : 23777 (java) S 23774 23776 23727 0 -1 64 3161 0 0 0 14 4 0 0 15 0 12 0 159046712 1751199744 40077 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=23776/tid=23778] ppid=23774 vsize=1710156 CPUtime=0.16
/proc/23776/task/23778/stat : 23778 (java) S 23774 23776 23727 0 -1 64 1221 0 0 0 14 2 0 0 16 0 12 0 159046712 1751199744 40077 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=23776/tid=23779] ppid=23774 vsize=1710156 CPUtime=0.02
/proc/23776/task/23779/stat : 23779 (java) S 23774 23776 23727 0 -1 64 34 0 0 0 1 1 0 0 16 0 12 0 159046714 1751199744 40077 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=23776/tid=23780] ppid=23774 vsize=1710156 CPUtime=0
/proc/23776/task/23780/stat : 23780 (java) S 23774 23776 23727 0 -1 64 9 0 0 0 0 0 0 0 15 0 12 0 159046715 1751199744 40077 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=23776/tid=23781] ppid=23774 vsize=1710156 CPUtime=0
/proc/23776/task/23781/stat : 23781 (java) S 23774 23776 23727 0 -1 64 5 0 0 0 0 0 0 0 15 0 12 0 159046715 1751199744 40077 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=23776/tid=23782] ppid=23774 vsize=1710156 CPUtime=0
/proc/23776/task/23782/stat : 23782 (java) S 23774 23776 23727 0 -1 64 1 0 0 0 0 0 0 0 25 0 12 0 159046718 1751199744 40077 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=23776/tid=23783] ppid=23774 vsize=1710156 CPUtime=0
/proc/23776/task/23783/stat : 23783 (java) S 23774 23776 23727 0 -1 64 4 0 0 0 0 0 0 0 16 0 12 0 159046718 1751199744 40077 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=23776/tid=23784] ppid=23774 vsize=1710156 CPUtime=0.29
/proc/23776/task/23784/stat : 23784 (java) S 23774 23776 23727 0 -1 64 378 0 0 0 29 0 0 0 16 0 12 0 159046718 1751199744 40077 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=23776/tid=23785] ppid=23774 vsize=1710156 CPUtime=0.34
/proc/23776/task/23785/stat : 23785 (java) S 23774 23776 23727 0 -1 64 519 0 0 0 34 0 0 0 16 0 12 0 159046718 1751199744 40077 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=23776/tid=23786] ppid=23774 vsize=1710156 CPUtime=0
/proc/23776/task/23786/stat : 23786 (java) S 23774 23776 23727 0 -1 64 0 0 0 0 0 0 0 0 25 0 12 0 159046718 1751199744 40077 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=23776/tid=23787] ppid=23774 vsize=1710156 CPUtime=0
/proc/23776/task/23787/stat : 23787 (java) S 23774 23776 23727 0 -1 64 1 0 0 0 0 0 0 0 15 0 12 0 159046718 1751199744 40077 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 30.64
Current children cumulated vsize (Kb) 1710156

[startup+40.0243 s]
/proc/loadavg: 1.00 1.00 1.00 2/75 23787
/proc/meminfo: memFree=1396584/2055920 swapFree=4183140/4192956
[pid=23776] ppid=23774 vsize=1710156 CPUtime=40.71
/proc/23776/stat : 23776 (java) R 23774 23776 23727 0 -1 0 48368 0 1 0 4039 32 0 0 25 0 12 0 159046709 1751199744 40316 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4071359511 0 4 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/23776/statm: 427539 40316 1872 14 0 414286 0
[pid=23776/tid=23777] ppid=23774 vsize=1710156 CPUtime=0.25
/proc/23776/task/23777/stat : 23777 (java) S 23774 23776 23727 0 -1 64 3306 0 0 0 19 6 0 0 15 0 12 0 159046712 1751199744 40316 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=23776/tid=23778] ppid=23774 vsize=1710156 CPUtime=0.24
/proc/23776/task/23778/stat : 23778 (java) S 23774 23776 23727 0 -1 64 1315 0 0 0 21 3 0 0 16 0 12 0 159046712 1751199744 40316 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=23776/tid=23779] ppid=23774 vsize=1710156 CPUtime=0.02
/proc/23776/task/23779/stat : 23779 (java) S 23774 23776 23727 0 -1 64 34 0 0 0 1 1 0 0 16 0 12 0 159046714 1751199744 40316 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=23776/tid=23780] ppid=23774 vsize=1710156 CPUtime=0
/proc/23776/task/23780/stat : 23780 (java) S 23774 23776 23727 0 -1 64 9 0 0 0 0 0 0 0 15 0 12 0 159046715 1751199744 40316 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=23776/tid=23781] ppid=23774 vsize=1710156 CPUtime=0
/proc/23776/task/23781/stat : 23781 (java) S 23774 23776 23727 0 -1 64 5 0 0 0 0 0 0 0 15 0 12 0 159046715 1751199744 40316 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=23776/tid=23782] ppid=23774 vsize=1710156 CPUtime=0
/proc/23776/task/23782/stat : 23782 (java) S 23774 23776 23727 0 -1 64 1 0 0 0 0 0 0 0 25 0 12 0 159046718 1751199744 40316 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=23776/tid=23783] ppid=23774 vsize=1710156 CPUtime=0
/proc/23776/task/23783/stat : 23783 (java) S 23774 23776 23727 0 -1 64 4 0 0 0 0 0 0 0 16 0 12 0 159046718 1751199744 40316 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=23776/tid=23784] ppid=23774 vsize=1710156 CPUtime=0.29
/proc/23776/task/23784/stat : 23784 (java) S 23774 23776 23727 0 -1 64 378 0 0 0 29 0 0 0 16 0 12 0 159046718 1751199744 40316 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=23776/tid=23785] ppid=23774 vsize=1710156 CPUtime=0.34
/proc/23776/task/23785/stat : 23785 (java) S 23774 23776 23727 0 -1 64 519 0 0 0 34 0 0 0 17 0 12 0 159046718 1751199744 40316 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=23776/tid=23786] ppid=23774 vsize=1710156 CPUtime=0
/proc/23776/task/23786/stat : 23786 (java) S 23774 23776 23727 0 -1 64 0 0 0 0 0 0 0 0 25 0 12 0 159046718 1751199744 40316 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=23776/tid=23787] ppid=23774 vsize=1710156 CPUtime=0
/proc/23776/task/23787/stat : 23787 (java) S 23774 23776 23727 0 -1 64 1 0 0 0 0 0 0 0 15 0 12 0 159046718 1751199744 40316 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 40.71
Current children cumulated vsize (Kb) 1710156

[startup+50.0321 s]
/proc/loadavg: 1.00 1.00 1.00 2/75 23787
/proc/meminfo: memFree=1395560/2055920 swapFree=4183140/4192956
[pid=23776] ppid=23774 vsize=1710156 CPUtime=50.76
/proc/23776/stat : 23776 (java) R 23774 23776 23727 0 -1 0 48676 0 1 0 5041 35 0 0 25 0 12 0 159046709 1751199744 40574 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4152709497 0 4 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/23776/statm: 427539 40574 1872 14 0 414286 0
[pid=23776/tid=23777] ppid=23774 vsize=1710156 CPUtime=0.32
/proc/23776/task/23777/stat : 23777 (java) S 23774 23776 23727 0 -1 64 3415 0 0 0 26 6 0 0 16 0 12 0 159046712 1751199744 40574 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=23776/tid=23778] ppid=23774 vsize=1710156 CPUtime=0.31
/proc/23776/task/23778/stat : 23778 (java) S 23774 23776 23727 0 -1 64 1467 0 0 0 27 4 0 0 16 0 12 0 159046712 1751199744 40574 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=23776/tid=23779] ppid=23774 vsize=1710156 CPUtime=0.03
/proc/23776/task/23779/stat : 23779 (java) S 23774 23776 23727 0 -1 64 36 0 0 0 2 1 0 0 16 0 12 0 159046714 1751199744 40574 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=23776/tid=23780] ppid=23774 vsize=1710156 CPUtime=0
/proc/23776/task/23780/stat : 23780 (java) S 23774 23776 23727 0 -1 64 9 0 0 0 0 0 0 0 15 0 12 0 159046715 1751199744 40574 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=23776/tid=23781] ppid=23774 vsize=1710156 CPUtime=0
/proc/23776/task/23781/stat : 23781 (java) S 23774 23776 23727 0 -1 64 5 0 0 0 0 0 0 0 15 0 12 0 159046715 1751199744 40574 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=23776/tid=23782] ppid=23774 vsize=1710156 CPUtime=0
/proc/23776/task/23782/stat : 23782 (java) S 23774 23776 23727 0 -1 64 1 0 0 0 0 0 0 0 25 0 12 0 159046718 1751199744 40574 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=23776/tid=23783] ppid=23774 vsize=1710156 CPUtime=0
/proc/23776/task/23783/stat : 23783 (java) S 23774 23776 23727 0 -1 64 4 0 0 0 0 0 0 0 16 0 12 0 159046718 1751199744 40574 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=23776/tid=23784] ppid=23774 vsize=1710156 CPUtime=0.29
/proc/23776/task/23784/stat : 23784 (java) S 23774 23776 23727 0 -1 64 378 0 0 0 29 0 0 0 16 0 12 0 159046718 1751199744 40574 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=23776/tid=23785] ppid=23774 vsize=1710156 CPUtime=0.34
/proc/23776/task/23785/stat : 23785 (java) S 23774 23776 23727 0 -1 64 519 0 0 0 34 0 0 0 17 0 12 0 159046718 1751199744 40574 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=23776/tid=23786] ppid=23774 vsize=1710156 CPUtime=0
/proc/23776/task/23786/stat : 23786 (java) S 23774 23776 23727 0 -1 64 0 0 0 0 0 0 0 0 25 0 12 0 159046718 1751199744 40574 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=23776/tid=23787] ppid=23774 vsize=1710156 CPUtime=0
/proc/23776/task/23787/stat : 23787 (java) S 23774 23776 23727 0 -1 64 1 0 0 0 0 0 0 0 15 0 12 0 159046718 1751199744 40574 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 50.76
Current children cumulated vsize (Kb) 1710156

[startup+60.0388 s]
/proc/loadavg: 1.00 1.00 1.00 2/75 23787
/proc/meminfo: memFree=1394664/2055920 swapFree=4183140/4192956
[pid=23776] ppid=23774 vsize=1710156 CPUtime=60.81
/proc/23776/stat : 23776 (java) R 23774 23776 23727 0 -1 0 48989 0 1 0 6044 37 0 0 25 0 12 0 159046709 1751199744 40774 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4071356575 0 4 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/23776/statm: 427539 40774 1872 14 0 414286 0
[pid=23776/tid=23777] ppid=23774 vsize=1710156 CPUtime=0.37
/proc/23776/task/23777/stat : 23777 (java) S 23774 23776 23727 0 -1 64 3549 0 0 0 30 7 0 0 16 0 12 0 159046712 1751199744 40774 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=23776/tid=23778] ppid=23774 vsize=1710156 CPUtime=0.39
/proc/23776/task/23778/stat : 23778 (java) S 23774 23776 23727 0 -1 64 1604 0 0 0 34 5 0 0 15 0 12 0 159046712 1751199744 40774 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=23776/tid=23779] ppid=23774 vsize=1710156 CPUtime=0.05
/proc/23776/task/23779/stat : 23779 (java) S 23774 23776 23727 0 -1 64 36 0 0 0 3 2 0 0 15 0 12 0 159046714 1751199744 40774 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=23776/tid=23780] ppid=23774 vsize=1710156 CPUtime=0
/proc/23776/task/23780/stat : 23780 (java) S 23774 23776 23727 0 -1 64 9 0 0 0 0 0 0 0 15 0 12 0 159046715 1751199744 40774 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=23776/tid=23781] ppid=23774 vsize=1710156 CPUtime=0
/proc/23776/task/23781/stat : 23781 (java) S 23774 23776 23727 0 -1 64 5 0 0 0 0 0 0 0 15 0 12 0 159046715 1751199744 40774 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=23776/tid=23782] ppid=23774 vsize=1710156 CPUtime=0
/proc/23776/task/23782/stat : 23782 (java) S 23774 23776 23727 0 -1 64 1 0 0 0 0 0 0 0 25 0 12 0 159046718 1751199744 40774 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=23776/tid=23783] ppid=23774 vsize=1710156 CPUtime=0
/proc/23776/task/23783/stat : 23783 (java) S 23774 23776 23727 0 -1 64 4 0 0 0 0 0 0 0 16 0 12 0 159046718 1751199744 40774 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=23776/tid=23784] ppid=23774 vsize=1710156 CPUtime=0.29
/proc/23776/task/23784/stat : 23784 (java) S 23774 23776 23727 0 -1 64 378 0 0 0 29 0 0 0 16 0 12 0 159046718 1751199744 40774 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=23776/tid=23785] ppid=23774 vsize=1710156 CPUtime=0.34
/proc/23776/task/23785/stat : 23785 (java) S 23774 23776 23727 0 -1 64 519 0 0 0 34 0 0 0 17 0 12 0 159046718 1751199744 40774 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=23776/tid=23786] ppid=23774 vsize=1710156 CPUtime=0
/proc/23776/task/23786/stat : 23786 (java) S 23774 23776 23727 0 -1 64 0 0 0 0 0 0 0 0 25 0 12 0 159046718 1751199744 40774 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=23776/tid=23787] ppid=23774 vsize=1710156 CPUtime=0

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

/proc/23776/task/23780/stat : 23780 (java) S 23774 23776 23727 0 -1 64 9 0 0 0 0 0 0 0 15 0 13 0 159046715 1759039488 68709 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=23776/tid=23781] ppid=23774 vsize=1717812 CPUtime=0
/proc/23776/task/23781/stat : 23781 (java) S 23774 23776 23727 0 -1 64 5 0 0 0 0 0 0 0 15 0 13 0 159046715 1759039488 68709 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=23776/tid=23782] ppid=23774 vsize=1717812 CPUtime=0
/proc/23776/task/23782/stat : 23782 (java) S 23774 23776 23727 0 -1 64 1 0 0 0 0 0 0 0 25 0 13 0 159046718 1759039488 68709 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=23776/tid=23783] ppid=23774 vsize=1717812 CPUtime=0
/proc/23776/task/23783/stat : 23783 (java) S 23774 23776 23727 0 -1 64 4 0 0 0 0 0 0 0 16 0 13 0 159046718 1759039488 68709 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=23776/tid=23784] ppid=23774 vsize=1717812 CPUtime=0.83
/proc/23776/task/23784/stat : 23784 (java) S 23774 23776 23727 0 -1 64 743 0 0 0 83 0 0 0 16 0 13 0 159046718 1759039488 68709 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=23776/tid=23785] ppid=23774 vsize=1717812 CPUtime=1.24
/proc/23776/task/23785/stat : 23785 (java) S 23774 23776 23727 0 -1 64 4384 0 0 0 122 2 0 0 16 0 13 0 159046718 1759039488 68709 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=23776/tid=23786] ppid=23774 vsize=1717812 CPUtime=0
/proc/23776/task/23786/stat : 23786 (java) S 23774 23776 23727 0 -1 64 0 0 0 0 0 0 0 0 25 0 13 0 159046718 1759039488 68709 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=23776/tid=23787] ppid=23774 vsize=1717812 CPUtime=0
/proc/23776/task/23787/stat : 23787 (java) S 23774 23776 23727 0 -1 64 1 0 0 0 0 0 0 0 15 0 13 0 159046718 1759039488 68709 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=23776/tid=23788] ppid=23774 vsize=1717812 CPUtime=0
/proc/23776/task/23788/stat : 23788 (java) S 23774 23776 23727 0 -1 64 4 0 0 0 0 0 0 0 16 0 13 0 159095216 1759039488 68709 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1796.41
Current children cumulated vsize (Kb) 1717812

[startup+1781.33 s]
/proc/loadavg: 1.00 1.00 1.00 2/76 23790
/proc/meminfo: memFree=1281824/2055920 swapFree=4183140/4192956
[pid=23776] ppid=23774 vsize=1717812 CPUtime=1797.43
/proc/23776/stat : 23776 (java) R 23774 23776 23727 0 -1 0 96390 0 1 0 179333 410 0 0 25 0 13 0 159046709 1759039488 68709 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4071729842 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/23776/statm: 429453 68709 1907 14 0 416200 0
[pid=23776/tid=23777] ppid=23774 vsize=1717812 CPUtime=15.69
/proc/23776/task/23777/stat : 23777 (java) S 23774 23776 23727 0 -1 64 11440 0 0 0 1437 132 0 0 16 0 13 0 159046712 1759039488 68709 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=23776/tid=23778] ppid=23774 vsize=1717812 CPUtime=15.68
/proc/23776/task/23778/stat : 23778 (java) S 23774 23776 23727 0 -1 64 12908 0 0 0 1375 193 0 0 15 0 13 0 159046712 1759039488 68709 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=23776/tid=23779] ppid=23774 vsize=1717812 CPUtime=0.8
/proc/23776/task/23779/stat : 23779 (java) S 23774 23776 23727 0 -1 64 108 0 0 0 47 33 0 0 16 0 13 0 159046714 1759039488 68709 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=23776/tid=23780] ppid=23774 vsize=1717812 CPUtime=0
/proc/23776/task/23780/stat : 23780 (java) S 23774 23776 23727 0 -1 64 9 0 0 0 0 0 0 0 15 0 13 0 159046715 1759039488 68709 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=23776/tid=23781] ppid=23774 vsize=1717812 CPUtime=0
/proc/23776/task/23781/stat : 23781 (java) S 23774 23776 23727 0 -1 64 5 0 0 0 0 0 0 0 15 0 13 0 159046715 1759039488 68709 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=23776/tid=23782] ppid=23774 vsize=1717812 CPUtime=0
/proc/23776/task/23782/stat : 23782 (java) S 23774 23776 23727 0 -1 64 1 0 0 0 0 0 0 0 25 0 13 0 159046718 1759039488 68709 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=23776/tid=23783] ppid=23774 vsize=1717812 CPUtime=0
/proc/23776/task/23783/stat : 23783 (java) S 23774 23776 23727 0 -1 64 4 0 0 0 0 0 0 0 16 0 13 0 159046718 1759039488 68709 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=23776/tid=23784] ppid=23774 vsize=1717812 CPUtime=0.83
/proc/23776/task/23784/stat : 23784 (java) S 23774 23776 23727 0 -1 64 743 0 0 0 83 0 0 0 16 0 13 0 159046718 1759039488 68709 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=23776/tid=23785] ppid=23774 vsize=1717812 CPUtime=1.24
/proc/23776/task/23785/stat : 23785 (java) S 23774 23776 23727 0 -1 64 4384 0 0 0 122 2 0 0 16 0 13 0 159046718 1759039488 68709 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=23776/tid=23786] ppid=23774 vsize=1717812 CPUtime=0
/proc/23776/task/23786/stat : 23786 (java) S 23774 23776 23727 0 -1 64 0 0 0 0 0 0 0 0 25 0 13 0 159046718 1759039488 68709 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=23776/tid=23787] ppid=23774 vsize=1717812 CPUtime=0
/proc/23776/task/23787/stat : 23787 (java) S 23774 23776 23727 0 -1 64 1 0 0 0 0 0 0 0 15 0 13 0 159046718 1759039488 68709 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=23776/tid=23788] ppid=23774 vsize=1717812 CPUtime=0
/proc/23776/task/23788/stat : 23788 (java) S 23774 23776 23727 0 -1 64 4 0 0 0 0 0 0 0 16 0 13 0 159095216 1759039488 68709 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1797.43
Current children cumulated vsize (Kb) 1717812

[startup+1782.34 s]
/proc/loadavg: 1.00 1.00 1.00 2/76 23790
/proc/meminfo: memFree=1281824/2055920 swapFree=4183140/4192956
[pid=23776] ppid=23774 vsize=1717812 CPUtime=1798.45
/proc/23776/stat : 23776 (java) R 23774 23776 23727 0 -1 0 96392 0 1 0 179434 411 0 0 25 0 13 0 159046709 1759039488 68709 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4071498630 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/23776/statm: 429453 68709 1907 14 0 416200 0
[pid=23776/tid=23777] ppid=23774 vsize=1717812 CPUtime=15.7
/proc/23776/task/23777/stat : 23777 (java) S 23774 23776 23727 0 -1 64 11440 0 0 0 1438 132 0 0 16 0 13 0 159046712 1759039488 68709 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=23776/tid=23778] ppid=23774 vsize=1717812 CPUtime=15.69
/proc/23776/task/23778/stat : 23778 (java) S 23774 23776 23727 0 -1 64 12908 0 0 0 1376 193 0 0 15 0 13 0 159046712 1759039488 68709 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=23776/tid=23779] ppid=23774 vsize=1717812 CPUtime=0.8
/proc/23776/task/23779/stat : 23779 (java) S 23774 23776 23727 0 -1 64 108 0 0 0 47 33 0 0 16 0 13 0 159046714 1759039488 68709 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=23776/tid=23780] ppid=23774 vsize=1717812 CPUtime=0
/proc/23776/task/23780/stat : 23780 (java) S 23774 23776 23727 0 -1 64 9 0 0 0 0 0 0 0 15 0 13 0 159046715 1759039488 68709 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=23776/tid=23781] ppid=23774 vsize=1717812 CPUtime=0
/proc/23776/task/23781/stat : 23781 (java) S 23774 23776 23727 0 -1 64 5 0 0 0 0 0 0 0 15 0 13 0 159046715 1759039488 68709 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=23776/tid=23782] ppid=23774 vsize=1717812 CPUtime=0
/proc/23776/task/23782/stat : 23782 (java) S 23774 23776 23727 0 -1 64 1 0 0 0 0 0 0 0 25 0 13 0 159046718 1759039488 68709 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=23776/tid=23783] ppid=23774 vsize=1717812 CPUtime=0
/proc/23776/task/23783/stat : 23783 (java) S 23774 23776 23727 0 -1 64 4 0 0 0 0 0 0 0 16 0 13 0 159046718 1759039488 68709 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=23776/tid=23784] ppid=23774 vsize=1717812 CPUtime=0.83
/proc/23776/task/23784/stat : 23784 (java) S 23774 23776 23727 0 -1 64 743 0 0 0 83 0 0 0 16 0 13 0 159046718 1759039488 68709 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=23776/tid=23785] ppid=23774 vsize=1717812 CPUtime=1.24
/proc/23776/task/23785/stat : 23785 (java) S 23774 23776 23727 0 -1 64 4384 0 0 0 122 2 0 0 16 0 13 0 159046718 1759039488 68709 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=23776/tid=23786] ppid=23774 vsize=1717812 CPUtime=0
/proc/23776/task/23786/stat : 23786 (java) S 23774 23776 23727 0 -1 64 0 0 0 0 0 0 0 0 25 0 13 0 159046718 1759039488 68709 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=23776/tid=23787] ppid=23774 vsize=1717812 CPUtime=0
/proc/23776/task/23787/stat : 23787 (java) S 23774 23776 23727 0 -1 64 1 0 0 0 0 0 0 0 15 0 13 0 159046718 1759039488 68709 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=23776/tid=23788] ppid=23774 vsize=1717812 CPUtime=0
/proc/23776/task/23788/stat : 23788 (java) S 23774 23776 23727 0 -1 64 4 0 0 0 0 0 0 0 16 0 13 0 159095216 1759039488 68709 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1798.45
Current children cumulated vsize (Kb) 1717812

[startup+1783.34 s]
/proc/loadavg: 1.00 1.00 1.00 2/76 23790
/proc/meminfo: memFree=1281824/2055920 swapFree=4183140/4192956
[pid=23776] ppid=23774 vsize=1717812 CPUtime=1799.46
/proc/23776/stat : 23776 (java) R 23774 23776 23727 0 -1 0 96394 0 1 0 179535 411 0 0 25 0 13 0 159046709 1759039488 68709 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4071394050 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/23776/statm: 429453 68709 1907 14 0 416200 0
[pid=23776/tid=23777] ppid=23774 vsize=1717812 CPUtime=15.71
/proc/23776/task/23777/stat : 23777 (java) S 23774 23776 23727 0 -1 64 11440 0 0 0 1439 132 0 0 16 0 13 0 159046712 1759039488 68709 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=23776/tid=23778] ppid=23774 vsize=1717812 CPUtime=15.69
/proc/23776/task/23778/stat : 23778 (java) S 23774 23776 23727 0 -1 64 12908 0 0 0 1376 193 0 0 16 0 13 0 159046712 1759039488 68709 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=23776/tid=23779] ppid=23774 vsize=1717812 CPUtime=0.8
/proc/23776/task/23779/stat : 23779 (java) S 23774 23776 23727 0 -1 64 108 0 0 0 47 33 0 0 15 0 13 0 159046714 1759039488 68709 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=23776/tid=23780] ppid=23774 vsize=1717812 CPUtime=0
/proc/23776/task/23780/stat : 23780 (java) S 23774 23776 23727 0 -1 64 9 0 0 0 0 0 0 0 15 0 13 0 159046715 1759039488 68709 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=23776/tid=23781] ppid=23774 vsize=1717812 CPUtime=0
/proc/23776/task/23781/stat : 23781 (java) S 23774 23776 23727 0 -1 64 5 0 0 0 0 0 0 0 15 0 13 0 159046715 1759039488 68709 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=23776/tid=23782] ppid=23774 vsize=1717812 CPUtime=0
/proc/23776/task/23782/stat : 23782 (java) S 23774 23776 23727 0 -1 64 1 0 0 0 0 0 0 0 25 0 13 0 159046718 1759039488 68709 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=23776/tid=23783] ppid=23774 vsize=1717812 CPUtime=0
/proc/23776/task/23783/stat : 23783 (java) S 23774 23776 23727 0 -1 64 4 0 0 0 0 0 0 0 16 0 13 0 159046718 1759039488 68709 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=23776/tid=23784] ppid=23774 vsize=1717812 CPUtime=0.83
/proc/23776/task/23784/stat : 23784 (java) S 23774 23776 23727 0 -1 64 743 0 0 0 83 0 0 0 16 0 13 0 159046718 1759039488 68709 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=23776/tid=23785] ppid=23774 vsize=1717812 CPUtime=1.24
/proc/23776/task/23785/stat : 23785 (java) S 23774 23776 23727 0 -1 64 4384 0 0 0 122 2 0 0 16 0 13 0 159046718 1759039488 68709 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=23776/tid=23786] ppid=23774 vsize=1717812 CPUtime=0
/proc/23776/task/23786/stat : 23786 (java) S 23774 23776 23727 0 -1 64 0 0 0 0 0 0 0 0 25 0 13 0 159046718 1759039488 68709 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=23776/tid=23787] ppid=23774 vsize=1717812 CPUtime=0
/proc/23776/task/23787/stat : 23787 (java) S 23774 23776 23727 0 -1 64 1 0 0 0 0 0 0 0 15 0 13 0 159046718 1759039488 68709 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=23776/tid=23788] ppid=23774 vsize=1717812 CPUtime=0
/proc/23776/task/23788/stat : 23788 (java) S 23774 23776 23727 0 -1 64 4 0 0 0 0 0 0 0 16 0 13 0 159095216 1759039488 68709 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1799.46
Current children cumulated vsize (Kb) 1717812

[startup+1784.35 s]
/proc/loadavg: 1.00 1.00 1.00 2/76 23790
/proc/meminfo: memFree=1281824/2055920 swapFree=4183140/4192956
[pid=23776] ppid=23774 vsize=1717812 CPUtime=1800.48
/proc/23776/stat : 23776 (java) R 23774 23776 23727 0 -1 0 96396 0 1 0 179637 411 0 0 25 0 13 0 159046709 1759039488 68709 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4071729842 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/23776/statm: 429453 68709 1907 14 0 416200 0
[pid=23776/tid=23777] ppid=23774 vsize=1717812 CPUtime=15.71
/proc/23776/task/23777/stat : 23777 (java) S 23774 23776 23727 0 -1 64 11440 0 0 0 1439 132 0 0 16 0 13 0 159046712 1759039488 68709 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=23776/tid=23778] ppid=23774 vsize=1717812 CPUtime=15.7
/proc/23776/task/23778/stat : 23778 (java) S 23774 23776 23727 0 -1 64 12908 0 0 0 1377 193 0 0 15 0 13 0 159046712 1759039488 68709 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=23776/tid=23779] ppid=23774 vsize=1717812 CPUtime=0.8
/proc/23776/task/23779/stat : 23779 (java) S 23774 23776 23727 0 -1 64 108 0 0 0 47 33 0 0 16 0 13 0 159046714 1759039488 68709 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=23776/tid=23780] ppid=23774 vsize=1717812 CPUtime=0
/proc/23776/task/23780/stat : 23780 (java) S 23774 23776 23727 0 -1 64 9 0 0 0 0 0 0 0 15 0 13 0 159046715 1759039488 68709 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=23776/tid=23781] ppid=23774 vsize=1717812 CPUtime=0
/proc/23776/task/23781/stat : 23781 (java) S 23774 23776 23727 0 -1 64 5 0 0 0 0 0 0 0 15 0 13 0 159046715 1759039488 68709 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=23776/tid=23782] ppid=23774 vsize=1717812 CPUtime=0
/proc/23776/task/23782/stat : 23782 (java) S 23774 23776 23727 0 -1 64 1 0 0 0 0 0 0 0 25 0 13 0 159046718 1759039488 68709 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=23776/tid=23783] ppid=23774 vsize=1717812 CPUtime=0
/proc/23776/task/23783/stat : 23783 (java) S 23774 23776 23727 0 -1 64 4 0 0 0 0 0 0 0 16 0 13 0 159046718 1759039488 68709 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=23776/tid=23784] ppid=23774 vsize=1717812 CPUtime=0.83
/proc/23776/task/23784/stat : 23784 (java) S 23774 23776 23727 0 -1 64 743 0 0 0 83 0 0 0 16 0 13 0 159046718 1759039488 68709 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=23776/tid=23785] ppid=23774 vsize=1717812 CPUtime=1.24
/proc/23776/task/23785/stat : 23785 (java) S 23774 23776 23727 0 -1 64 4384 0 0 0 122 2 0 0 16 0 13 0 159046718 1759039488 68709 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=23776/tid=23786] ppid=23774 vsize=1717812 CPUtime=0
/proc/23776/task/23786/stat : 23786 (java) S 23774 23776 23727 0 -1 64 0 0 0 0 0 0 0 0 25 0 13 0 159046718 1759039488 68709 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=23776/tid=23787] ppid=23774 vsize=1717812 CPUtime=0
/proc/23776/task/23787/stat : 23787 (java) S 23774 23776 23727 0 -1 64 1 0 0 0 0 0 0 0 15 0 13 0 159046718 1759039488 68709 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=23776/tid=23788] ppid=23774 vsize=1717812 CPUtime=0
/proc/23776/task/23788/stat : 23788 (java) S 23774 23776 23727 0 -1 64 4 0 0 0 0 0 0 0 16 0 13 0 159095216 1759039488 68709 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1800.48
Current children cumulated vsize (Kb) 1717812



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1784.35 s]
/proc/loadavg: 1.00 1.00 1.00 2/76 23790
/proc/meminfo: memFree=1281824/2055920 swapFree=4183140/4192956
[pid=23776] ppid=23774 vsize=1717812 CPUtime=1800.48
/proc/23776/stat : 23776 (java) R 23774 23776 23727 0 -1 0 96396 0 1 0 179637 411 0 0 25 0 13 0 159046709 1759039488 68709 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4071733053 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/23776/statm: 429453 68709 1907 14 0 416200 0
[pid=23776/tid=23777] ppid=23774 vsize=1717812 CPUtime=15.71
/proc/23776/task/23777/stat : 23777 (java) S 23774 23776 23727 0 -1 64 11440 0 0 0 1439 132 0 0 16 0 13 0 159046712 1759039488 68709 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=23776/tid=23778] ppid=23774 vsize=1717812 CPUtime=15.7
/proc/23776/task/23778/stat : 23778 (java) S 23774 23776 23727 0 -1 64 12908 0 0 0 1377 193 0 0 15 0 13 0 159046712 1759039488 68709 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=23776/tid=23779] ppid=23774 vsize=1717812 CPUtime=0.8
/proc/23776/task/23779/stat : 23779 (java) S 23774 23776 23727 0 -1 64 108 0 0 0 47 33 0 0 16 0 13 0 159046714 1759039488 68709 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=23776/tid=23780] ppid=23774 vsize=1717812 CPUtime=0
/proc/23776/task/23780/stat : 23780 (java) S 23774 23776 23727 0 -1 64 9 0 0 0 0 0 0 0 15 0 13 0 159046715 1759039488 68709 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=23776/tid=23781] ppid=23774 vsize=1717812 CPUtime=0
/proc/23776/task/23781/stat : 23781 (java) S 23774 23776 23727 0 -1 64 5 0 0 0 0 0 0 0 15 0 13 0 159046715 1759039488 68709 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=23776/tid=23782] ppid=23774 vsize=1717812 CPUtime=0
/proc/23776/task/23782/stat : 23782 (java) S 23774 23776 23727 0 -1 64 1 0 0 0 0 0 0 0 25 0 13 0 159046718 1759039488 68709 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=23776/tid=23783] ppid=23774 vsize=1717812 CPUtime=0
/proc/23776/task/23783/stat : 23783 (java) S 23774 23776 23727 0 -1 64 4 0 0 0 0 0 0 0 16 0 13 0 159046718 1759039488 68709 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=23776/tid=23784] ppid=23774 vsize=1717812 CPUtime=0.83
/proc/23776/task/23784/stat : 23784 (java) S 23774 23776 23727 0 -1 64 743 0 0 0 83 0 0 0 16 0 13 0 159046718 1759039488 68709 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=23776/tid=23785] ppid=23774 vsize=1717812 CPUtime=1.24
/proc/23776/task/23785/stat : 23785 (java) S 23774 23776 23727 0 -1 64 4384 0 0 0 122 2 0 0 16 0 13 0 159046718 1759039488 68709 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=23776/tid=23786] ppid=23774 vsize=1717812 CPUtime=0
/proc/23776/task/23786/stat : 23786 (java) S 23774 23776 23727 0 -1 64 0 0 0 0 0 0 0 0 25 0 13 0 159046718 1759039488 68709 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=23776/tid=23787] ppid=23774 vsize=1717812 CPUtime=0
/proc/23776/task/23787/stat : 23787 (java) S 23774 23776 23727 0 -1 64 1 0 0 0 0 0 0 0 15 0 13 0 159046718 1759039488 68709 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=23776/tid=23788] ppid=23774 vsize=1717812 CPUtime=0
/proc/23776/task/23788/stat : 23788 (java) S 23774 23776 23727 0 -1 64 4 0 0 0 0 0 0 0 16 0 13 0 159095216 1759039488 68709 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1800.48
Current children cumulated vsize (Kb) 1717812

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

Child status: 143
Real time (s): 1784.44
CPU time (s): 1800.57
CPU user time (s): 1796.41
CPU system time (s): 4.15637
CPU usage (%): 100.904
Max. virtual memory (cumulated for all children) (Kb): 1717812
The end

Launcher Data (download as text)

Begin job on node4 on Fri Jul 28 21:24:12 UTC 2006


FILE ID= 50990-1154121851

PBS_JOBID= 887007

BENCH NAME= HOME/pub/bench/PB06/final/normalized-PB06/OPT-BIGINT/submitted-PB06/roussel/factor/normalized-factor-sizeN=440-sizeP=221-sizeQ=440-24744542-max.opb
COMMAND LINE= java -server -Xms1500M -Xmx1500M -jar ROOT/solvers/PB/PB06final/user5/sat4jPseudoPlus.jar ROOT/tmp/node4/50990-1154121851/instance-50990-1154121851.opb 805505409
RUNSOLVER COMMAND LINE= runsolver  --timestamp  -w ROOT/results/node4/watcher-50990-1154121851 -o ROOT/results/node4/solver-50990-1154121851 -C 1800 -M 1800 -S 64  java -server -Xms1500M -Xmx1500M -jar ROOT/solvers/PB/PB06final/user5/sat4jPseudoPlus.jar ROOT/tmp/node4/50990-1154121851/instance-50990-1154121851.opb 805505409

MD5SUM SOLVER= e9637a7554f3ecdf74c1815f89d00213
MD5SUM BENCH=  33ae5939d1aa58a75a945a9faf3c230f

RANDOM SEED= 805505409

TIMEOUT= 1800 seconds


/proc/cpuinfo:
processor	: 0
vendor_id	: GenuineIntel
cpu family	: 15
model		: 4
model name	:                   Intel(R) Xeon(TM) CPU 3.00GHz
stepping	: 3
cpu MHz		: 3000.256
cache size	: 2048 KB
fpu		: yes
fpu_exception	: yes
cpuid level	: 5
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx lm pni monitor ds_cpl cid cx16 xtpr
bogomips	: 5914.62
clflush size	: 64
cache_alignment	: 128
address sizes	: 36 bits physical, 48 bits virtual
power management:

processor	: 1
vendor_id	: GenuineIntel
cpu family	: 15
model		: 4
model name	:                   Intel(R) Xeon(TM) CPU 3.00GHz
stepping	: 3
cpu MHz		: 3000.256
cache size	: 2048 KB
fpu		: yes
fpu_exception	: yes
cpuid level	: 5
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx lm pni monitor ds_cpl cid cx16 xtpr
bogomips	: 5586.94
clflush size	: 64
cache_alignment	: 128
address sizes	: 36 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:      2055920 kB
MemFree:       1550480 kB
Buffers:         10540 kB
Cached:         417160 kB
SwapCached:       3692 kB
Active:          48516 kB
Inactive:       387892 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1550480 kB
SwapTotal:     4192956 kB
SwapFree:      4183140 kB
Dirty:             204 kB
Writeback:           0 kB
Mapped:          14764 kB
Slab:            54920 kB
Committed_AS:   668284 kB
PageTables:       1496 kB
VmallocTotal: 536870911 kB
VmallocUsed:    264952 kB
VmallocChunk: 536605679 kB
HugePages_Total:     0
HugePages_Free:      0
Hugepagesize:     2048 kB


End job on node4 on Fri Jul 28 21:53:57 UTC 2006