Trace number 43850

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.73 1779.53

General information on the benchmark

Namenormalized-PB06/OPT-SMALLINT/reduced/mps-v2-20-10/plato.asu.edu/
pub/milp/normalized-reduced-mps-v2-20-10-neos6.opb
MD5SUM05331fdb110fa172ec60e73b94e68465
Bench CategoryOPT-SMALLINT (optimisation, small integers)
Best result obtained on this benchmark
Best value of the objective obtained on this benchmark
Best CPU time to get the best result obtained on this benchmark
Has Objective FunctionYES
Satisfiable
(Un)Satisfiability was proved
Best value of the objective function
Optimality of the best value was proved
Number of variables21720
Total number of constraints1036
Number of constraints which are clauses48
Number of constraints which are cardinality constraints (but not clauses)755
Number of constraints which are nor clauses,nor cardinality constraints233
Minimum length of a constraint6
Maximum length of a constraint840
Number of terms in the objective function 6690
Biggest coefficient in the objective function 1176
Number of bits for the biggest coefficient in the objective function 11
Sum of the numbers in the objective function 529402
Number of bits of the sum of numbers in the objective function 20
Biggest number in a constraint 131069
Number of bits of the biggest number in a constraint 17
Biggest sum of numbers in a constraint 529402
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.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.21	c Cutting planes based inference
0.21	c --- Begin Solver configuration ---
0.21	c org.sat4j.minisat.uip.FirstUIP@1037c71
0.21	c org.sat4j.minisat.constraints.PBMaxClauseCardConstrDataStructure@1df073d
0.21	c org.sat4j.minisat.learning.MiniSATLearning@1546e25
0.21	c conflictBoundIncFactor=1.5 learntBoundIncFactor=1.1 initLearntBoundConstraintFactor=10000.0 initConflictBound=100 
0.21	c VSIDS like heuristics from MiniSAT using a heap
0.21	c No reason simplification
0.21	c --- End Solver configuration ---
0.21	c solving ROOT/tmp/node1/43850-1149258683/instance-43850-1149258683.opb
0.21	c reading problem ... 
3.01	c ... done. Time 2.8 ms.
3.01	c #vars     21720
3.01	c #constraints  1259
1779.39	c starts		: 14
1779.39	c conflicts		: 47140
1779.39	c decisions		: 75036
1779.39	c propagations		: 313620
1779.39	c inspects		: 450569397
1779.39	c learnt literals	: 0
1779.39	c learnt binary clauses	: 0
1779.39	c learnt ternary clauses	: 0
1779.39	c learnt clauses	: 47139
1779.39	c root simplifications	: 0
1779.39	c removed literals (reason simplification)	: 0
1779.39	c reason swapping (by a shorter reason)	: 0
1779.39	c Calls to reduceDB	: 0
1779.39	c speed (decisions/second)	: 42.24207961007311
1779.39	c non guided choices	21610
1779.39	s UNKNOWN
1779.39	c Total wall clock time (ms): 1779.177

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

Current StackSize limit: 67108864 bytes

/proc/loadavg: 0.98 0.98 0.96 2/64 26564
/proc/meminfo: memFree=1536392/2055920 swapFree=4181372/4192956
[pid=26564] ppid=26562 vsize=1784 CPUtime=0
/proc/26564/stat : 26564 (java) D 26562 26564 26518 0 -1 0 166 0 0 0 0 0 0 0 19 0 1 0 191529862 1826816 137 18446744073709551615 134512640 134570276 4294956624 18446744073709551615 4294960144 0 2147483391 4096 0 18446744072099781622 0 0 17 1 0 0
/proc/26564/statm: 446 137 102 14 0 91 0

[startup+10.0021 s]
/proc/loadavg: 0.98 0.98 0.96 2/76 26576
/proc/meminfo: memFree=1346096/2055920 swapFree=4181372/4192956
[pid=26564] ppid=26562 vsize=1714124 CPUtime=11.23
/proc/26564/stat : 26564 (java) R 26562 26564 26518 0 -1 0 50941 0 1 0 1099 24 0 0 25 0 13 0 191529862 1755262976 49377 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4071564241 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/26564/statm: 428531 49377 1905 14 0 415278 0
[pid=26564/tid=26565] ppid=26562 vsize=1714124 CPUtime=0.37
/proc/26564/task/26565/stat : 26565 (java) S 26562 26564 26518 0 -1 64 6130 0 0 0 35 2 0 0 16 0 13 0 191529866 1755262976 49377 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=26564/tid=26566] ppid=26562 vsize=1714124 CPUtime=0.36
/proc/26564/task/26566/stat : 26566 (java) S 26562 26564 26518 0 -1 64 5848 0 0 0 34 2 0 0 17 0 13 0 191529866 1755262976 49377 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=26564/tid=26567] ppid=26562 vsize=1714124 CPUtime=0
/proc/26564/task/26567/stat : 26567 (java) S 26562 26564 26518 0 -1 64 12 0 0 0 0 0 0 0 16 0 13 0 191529868 1755262976 49377 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=26564/tid=26568] ppid=26562 vsize=1714124 CPUtime=0
/proc/26564/task/26568/stat : 26568 (java) S 26562 26564 26518 0 -1 64 9 0 0 0 0 0 0 0 16 0 13 0 191529869 1755262976 49377 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=26564/tid=26569] ppid=26562 vsize=1714124 CPUtime=0
/proc/26564/task/26569/stat : 26569 (java) S 26562 26564 26518 0 -1 64 5 0 0 0 0 0 0 0 16 0 13 0 191529869 1755262976 49377 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=26564/tid=26570] ppid=26562 vsize=1714124 CPUtime=0
/proc/26564/task/26570/stat : 26570 (java) S 26562 26564 26518 0 -1 64 0 0 0 0 0 0 0 0 23 0 13 0 191529872 1755262976 49377 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=26564/tid=26571] ppid=26562 vsize=1714124 CPUtime=0
/proc/26564/task/26571/stat : 26571 (java) S 26562 26564 26518 0 -1 64 2 0 0 0 0 0 0 0 16 0 13 0 191529872 1755262976 49377 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=26564/tid=26572] ppid=26562 vsize=1714124 CPUtime=0.65
/proc/26564/task/26572/stat : 26572 (java) S 26562 26564 26518 0 -1 64 899 0 0 0 65 0 0 0 17 0 13 0 191529872 1755262976 49377 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=26564/tid=26573] ppid=26562 vsize=1714124 CPUtime=0.74
/proc/26564/task/26573/stat : 26573 (java) S 26562 26564 26518 0 -1 64 1500 0 0 0 74 0 0 0 16 0 13 0 191529872 1755262976 49377 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=26564/tid=26574] ppid=26562 vsize=1714124 CPUtime=0
/proc/26564/task/26574/stat : 26574 (java) S 26562 26564 26518 0 -1 64 1 0 0 0 0 0 0 0 24 0 13 0 191529872 1755262976 49377 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=26564/tid=26575] ppid=26562 vsize=1714124 CPUtime=0
/proc/26564/task/26575/stat : 26575 (java) S 26562 26564 26518 0 -1 64 2 0 0 0 0 0 0 0 15 0 13 0 191529872 1755262976 49377 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=26564/tid=26576] ppid=26562 vsize=1714124 CPUtime=0
/proc/26564/task/26576/stat : 26576 (java) S 26562 26564 26518 0 -1 64 4 0 0 0 0 0 0 0 22 0 13 0 191530169 1755262976 49377 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 11.23
Current children cumulated vsize (Kb) 1714124

[startup+20.0093 s]
/proc/loadavg: 0.98 0.98 0.96 2/76 26576
/proc/meminfo: memFree=1319536/2055920 swapFree=4181372/4192956
[pid=26564] ppid=26562 vsize=1714764 CPUtime=21.85
/proc/26564/stat : 26564 (java) R 26562 26564 26518 0 -1 0 59257 0 1 0 2157 28 0 0 25 0 13 0 191529862 1755918336 56037 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4071563776 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/26564/statm: 428691 56037 1909 14 0 415438 0
[pid=26564/tid=26565] ppid=26562 vsize=1714764 CPUtime=0.51
/proc/26564/task/26565/stat : 26565 (java) S 26562 26564 26518 0 -1 64 10383 0 0 0 47 4 0 0 16 0 13 0 191529866 1755918336 56037 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=26564/tid=26566] ppid=26562 vsize=1714764 CPUtime=0.5
/proc/26564/task/26566/stat : 26566 (java) S 26562 26564 26518 0 -1 64 9163 0 0 0 46 4 0 0 16 0 13 0 191529866 1755918336 56037 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=26564/tid=26567] ppid=26562 vsize=1714764 CPUtime=0
/proc/26564/task/26567/stat : 26567 (java) S 26562 26564 26518 0 -1 64 12 0 0 0 0 0 0 0 15 0 13 0 191529868 1755918336 56037 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=26564/tid=26568] ppid=26562 vsize=1714764 CPUtime=0
/proc/26564/task/26568/stat : 26568 (java) S 26562 26564 26518 0 -1 64 9 0 0 0 0 0 0 0 16 0 13 0 191529869 1755918336 56037 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=26564/tid=26569] ppid=26562 vsize=1714764 CPUtime=0
/proc/26564/task/26569/stat : 26569 (java) S 26562 26564 26518 0 -1 64 5 0 0 0 0 0 0 0 16 0 13 0 191529869 1755918336 56037 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=26564/tid=26570] ppid=26562 vsize=1714764 CPUtime=0
/proc/26564/task/26570/stat : 26570 (java) S 26562 26564 26518 0 -1 64 0 0 0 0 0 0 0 0 23 0 13 0 191529872 1755918336 56037 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=26564/tid=26571] ppid=26562 vsize=1714764 CPUtime=0
/proc/26564/task/26571/stat : 26571 (java) S 26562 26564 26518 0 -1 64 2 0 0 0 0 0 0 0 16 0 13 0 191529872 1755918336 56037 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=26564/tid=26572] ppid=26562 vsize=1714764 CPUtime=0.95
/proc/26564/task/26572/stat : 26572 (java) S 26562 26564 26518 0 -1 64 1587 0 0 0 95 0 0 0 17 0 13 0 191529872 1755918336 56037 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=26564/tid=26573] ppid=26562 vsize=1714764 CPUtime=1.02
/proc/26564/task/26573/stat : 26573 (java) S 26562 26564 26518 0 -1 64 1542 0 0 0 102 0 0 0 17 0 13 0 191529872 1755918336 56037 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=26564/tid=26574] ppid=26562 vsize=1714764 CPUtime=0
/proc/26564/task/26574/stat : 26574 (java) S 26562 26564 26518 0 -1 64 1 0 0 0 0 0 0 0 24 0 13 0 191529872 1755918336 56037 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=26564/tid=26575] ppid=26562 vsize=1714764 CPUtime=0
/proc/26564/task/26575/stat : 26575 (java) S 26562 26564 26518 0 -1 64 2 0 0 0 0 0 0 0 15 0 13 0 191529872 1755918336 56037 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=26564/tid=26576] ppid=26562 vsize=1714764 CPUtime=0
/proc/26564/task/26576/stat : 26576 (java) S 26562 26564 26518 0 -1 64 4 0 0 0 0 0 0 0 22 0 13 0 191530169 1755918336 56037 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 21.85
Current children cumulated vsize (Kb) 1714764

[startup+30.0165 s]
/proc/loadavg: 0.98 0.98 0.96 2/76 26576
/proc/meminfo: memFree=1320304/2055920 swapFree=4181372/4192956
[pid=26564] ppid=26562 vsize=1714764 CPUtime=31.9
/proc/26564/stat : 26564 (java) R 26562 26564 26518 0 -1 0 60895 0 1 0 3161 29 0 0 25 0 13 0 191529862 1755918336 55810 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4071563974 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/26564/statm: 428691 55810 1909 14 0 415438 0
[pid=26564/tid=26565] ppid=26562 vsize=1714764 CPUtime=0.55
/proc/26564/task/26565/stat : 26565 (java) S 26562 26564 26518 0 -1 64 11166 0 0 0 51 4 0 0 16 0 13 0 191529866 1755918336 55810 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=26564/tid=26566] ppid=26562 vsize=1714764 CPUtime=0.55
/proc/26564/task/26566/stat : 26566 (java) S 26562 26564 26518 0 -1 64 10013 0 0 0 50 5 0 0 17 0 13 0 191529866 1755918336 55810 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=26564/tid=26567] ppid=26562 vsize=1714764 CPUtime=0
/proc/26564/task/26567/stat : 26567 (java) S 26562 26564 26518 0 -1 64 12 0 0 0 0 0 0 0 16 0 13 0 191529868 1755918336 55810 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=26564/tid=26568] ppid=26562 vsize=1714764 CPUtime=0
/proc/26564/task/26568/stat : 26568 (java) S 26562 26564 26518 0 -1 64 9 0 0 0 0 0 0 0 16 0 13 0 191529869 1755918336 55810 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=26564/tid=26569] ppid=26562 vsize=1714764 CPUtime=0
/proc/26564/task/26569/stat : 26569 (java) S 26562 26564 26518 0 -1 64 5 0 0 0 0 0 0 0 16 0 13 0 191529869 1755918336 55810 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=26564/tid=26570] ppid=26562 vsize=1714764 CPUtime=0
/proc/26564/task/26570/stat : 26570 (java) S 26562 26564 26518 0 -1 64 0 0 0 0 0 0 0 0 23 0 13 0 191529872 1755918336 55810 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=26564/tid=26571] ppid=26562 vsize=1714764 CPUtime=0
/proc/26564/task/26571/stat : 26571 (java) S 26562 26564 26518 0 -1 64 2 0 0 0 0 0 0 0 16 0 13 0 191529872 1755918336 55810 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=26564/tid=26572] ppid=26562 vsize=1714764 CPUtime=0.96
/proc/26564/task/26572/stat : 26572 (java) S 26562 26564 26518 0 -1 64 1587 0 0 0 96 0 0 0 17 0 13 0 191529872 1755918336 55810 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=26564/tid=26573] ppid=26562 vsize=1714764 CPUtime=1.02
/proc/26564/task/26573/stat : 26573 (java) S 26562 26564 26518 0 -1 64 1542 0 0 0 102 0 0 0 16 0 13 0 191529872 1755918336 55810 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=26564/tid=26574] ppid=26562 vsize=1714764 CPUtime=0
/proc/26564/task/26574/stat : 26574 (java) S 26562 26564 26518 0 -1 64 1 0 0 0 0 0 0 0 24 0 13 0 191529872 1755918336 55810 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=26564/tid=26575] ppid=26562 vsize=1714764 CPUtime=0
/proc/26564/task/26575/stat : 26575 (java) S 26562 26564 26518 0 -1 64 2 0 0 0 0 0 0 0 15 0 13 0 191529872 1755918336 55810 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=26564/tid=26576] ppid=26562 vsize=1714764 CPUtime=0
/proc/26564/task/26576/stat : 26576 (java) S 26562 26564 26518 0 -1 64 4 0 0 0 0 0 0 0 22 0 13 0 191530169 1755918336 55810 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 31.9
Current children cumulated vsize (Kb) 1714764

[startup+40.0236 s]
/proc/loadavg: 0.99 0.98 0.96 2/76 26576
/proc/meminfo: memFree=1332656/2055920 swapFree=4181372/4192956
[pid=26564] ppid=26562 vsize=1714764 CPUtime=41.95
/proc/26564/stat : 26564 (java) R 26562 26564 26518 0 -1 0 62733 0 1 0 4165 30 0 0 20 0 13 0 191529862 1755918336 52719 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4071563791 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/26564/statm: 428691 52719 1909 14 0 415438 0
[pid=26564/tid=26565] ppid=26562 vsize=1714764 CPUtime=0.61
/proc/26564/task/26565/stat : 26565 (java) S 26562 26564 26518 0 -1 64 12142 0 0 0 56 5 0 0 17 0 13 0 191529866 1755918336 52719 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=26564/tid=26566] ppid=26562 vsize=1714764 CPUtime=0.59
/proc/26564/task/26566/stat : 26566 (java) S 26562 26564 26518 0 -1 64 10868 0 0 0 54 5 0 0 16 0 13 0 191529866 1755918336 52719 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=26564/tid=26567] ppid=26562 vsize=1714764 CPUtime=0
/proc/26564/task/26567/stat : 26567 (java) S 26562 26564 26518 0 -1 64 12 0 0 0 0 0 0 0 15 0 13 0 191529868 1755918336 52719 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=26564/tid=26568] ppid=26562 vsize=1714764 CPUtime=0
/proc/26564/task/26568/stat : 26568 (java) S 26562 26564 26518 0 -1 64 9 0 0 0 0 0 0 0 16 0 13 0 191529869 1755918336 52719 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=26564/tid=26569] ppid=26562 vsize=1714764 CPUtime=0
/proc/26564/task/26569/stat : 26569 (java) S 26562 26564 26518 0 -1 64 5 0 0 0 0 0 0 0 16 0 13 0 191529869 1755918336 52719 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=26564/tid=26570] ppid=26562 vsize=1714764 CPUtime=0
/proc/26564/task/26570/stat : 26570 (java) S 26562 26564 26518 0 -1 64 0 0 0 0 0 0 0 0 23 0 13 0 191529872 1755918336 52719 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=26564/tid=26571] ppid=26562 vsize=1714764 CPUtime=0
/proc/26564/task/26571/stat : 26571 (java) S 26562 26564 26518 0 -1 64 2 0 0 0 0 0 0 0 16 0 13 0 191529872 1755918336 52719 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=26564/tid=26572] ppid=26562 vsize=1714764 CPUtime=0.96
/proc/26564/task/26572/stat : 26572 (java) S 26562 26564 26518 0 -1 64 1587 0 0 0 96 0 0 0 17 0 13 0 191529872 1755918336 52719 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=26564/tid=26573] ppid=26562 vsize=1714764 CPUtime=1.02
/proc/26564/task/26573/stat : 26573 (java) S 26562 26564 26518 0 -1 64 1542 0 0 0 102 0 0 0 16 0 13 0 191529872 1755918336 52719 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=26564/tid=26574] ppid=26562 vsize=1714764 CPUtime=0
/proc/26564/task/26574/stat : 26574 (java) S 26562 26564 26518 0 -1 64 1 0 0 0 0 0 0 0 24 0 13 0 191529872 1755918336 52719 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=26564/tid=26575] ppid=26562 vsize=1714764 CPUtime=0
/proc/26564/task/26575/stat : 26575 (java) S 26562 26564 26518 0 -1 64 2 0 0 0 0 0 0 0 15 0 13 0 191529872 1755918336 52719 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=26564/tid=26576] ppid=26562 vsize=1714764 CPUtime=0
/proc/26564/task/26576/stat : 26576 (java) S 26562 26564 26518 0 -1 64 4 0 0 0 0 0 0 0 16 0 13 0 191530169 1755918336 52719 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 41.95
Current children cumulated vsize (Kb) 1714764

[startup+50.0318 s]
/proc/loadavg: 0.99 0.98 0.96 2/76 26576
/proc/meminfo: memFree=1342640/2055920 swapFree=4181372/4192956
[pid=26564] ppid=26562 vsize=1714764 CPUtime=52.03
/proc/26564/stat : 26564 (java) R 26562 26564 26518 0 -1 0 64723 0 1 0 5172 31 0 0 25 0 13 0 191529862 1755918336 50230 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4071692667 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/26564/statm: 428691 50230 1909 14 0 415438 0
[pid=26564/tid=26565] ppid=26562 vsize=1714764 CPUtime=0.66
/proc/26564/task/26565/stat : 26565 (java) S 26562 26564 26518 0 -1 64 12948 0 0 0 61 5 0 0 17 0 13 0 191529866 1755918336 50230 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=26564/tid=26566] ppid=26562 vsize=1714764 CPUtime=0.66
/proc/26564/task/26566/stat : 26566 (java) S 26562 26564 26518 0 -1 64 12045 0 0 0 60 6 0 0 16 0 13 0 191529866 1755918336 50230 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=26564/tid=26567] ppid=26562 vsize=1714764 CPUtime=0.01
/proc/26564/task/26567/stat : 26567 (java) S 26562 26564 26518 0 -1 64 12 0 0 0 0 1 0 0 17 0 13 0 191529868 1755918336 50230 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=26564/tid=26568] ppid=26562 vsize=1714764 CPUtime=0
/proc/26564/task/26568/stat : 26568 (java) S 26562 26564 26518 0 -1 64 9 0 0 0 0 0 0 0 16 0 13 0 191529869 1755918336 50230 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=26564/tid=26569] ppid=26562 vsize=1714764 CPUtime=0
/proc/26564/task/26569/stat : 26569 (java) S 26562 26564 26518 0 -1 64 5 0 0 0 0 0 0 0 16 0 13 0 191529869 1755918336 50230 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=26564/tid=26570] ppid=26562 vsize=1714764 CPUtime=0
/proc/26564/task/26570/stat : 26570 (java) S 26562 26564 26518 0 -1 64 0 0 0 0 0 0 0 0 23 0 13 0 191529872 1755918336 50230 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=26564/tid=26571] ppid=26562 vsize=1714764 CPUtime=0
/proc/26564/task/26571/stat : 26571 (java) S 26562 26564 26518 0 -1 64 2 0 0 0 0 0 0 0 16 0 13 0 191529872 1755918336 50230 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=26564/tid=26572] ppid=26562 vsize=1714764 CPUtime=0.96
/proc/26564/task/26572/stat : 26572 (java) S 26562 26564 26518 0 -1 64 1587 0 0 0 96 0 0 0 17 0 13 0 191529872 1755918336 50230 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=26564/tid=26573] ppid=26562 vsize=1714764 CPUtime=1.04
/proc/26564/task/26573/stat : 26573 (java) S 26562 26564 26518 0 -1 64 1542 0 0 0 104 0 0 0 16 0 13 0 191529872 1755918336 50230 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=26564/tid=26574] ppid=26562 vsize=1714764 CPUtime=0
/proc/26564/task/26574/stat : 26574 (java) S 26562 26564 26518 0 -1 64 1 0 0 0 0 0 0 0 24 0 13 0 191529872 1755918336 50230 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=26564/tid=26575] ppid=26562 vsize=1714764 CPUtime=0
/proc/26564/task/26575/stat : 26575 (java) S 26562 26564 26518 0 -1 64 2 0 0 0 0 0 0 0 15 0 13 0 191529872 1755918336 50230 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=26564/tid=26576] ppid=26562 vsize=1714764 CPUtime=0
/proc/26564/task/26576/stat : 26576 (java) S 26562 26564 26518 0 -1 64 4 0 0 0 0 0 0 0 16 0 13 0 191530169 1755918336 50230 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 52.03
Current children cumulated vsize (Kb) 1714764

[startup+60.039 s]
/proc/loadavg: 0.99 0.98 0.96 2/76 26576
/proc/meminfo: memFree=1348592/2055920 swapFree=4181372/4192956
[pid=26564] ppid=26562 vsize=1714764 CPUtime=62.1
/proc/26564/stat : 26564 (java) R 26562 26564 26518 0 -1 0 66608 0 1 0 6177 33 0 0 19 0 13 0 191529862 1755918336 48749 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4071400188 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/26564/statm: 428691 48749 1909 14 0 415438 0
[pid=26564/tid=26565] ppid=26562 vsize=1714764 CPUtime=0.71
/proc/26564/task/26565/stat : 26565 (java) S 26562 26564 26518 0 -1 64 13855 0 0 0 66 5 0 0 16 0 13 0 191529866 1755918336 48749 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=26564/tid=26566] ppid=26562 vsize=1714764 CPUtime=0.72
/proc/26564/task/26566/stat : 26566 (java) S 26562 26564 26518 0 -1 64 13015 0 0 0 66 6 0 0 16 0 13 0 191529866 1755918336 48749 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=26564/tid=26567] ppid=26562 vsize=1714764 CPUtime=0.01
/proc/26564/task/26567/stat : 26567 (java) S 26562 26564 26518 0 -1 64 12 0 0 0 0 1 0 0 15 0 13 0 191529868 1755918336 48749 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=26564/tid=26568] ppid=26562 vsize=1714764 CPUtime=0
/proc/26564/task/26568/stat : 26568 (java) S 26562 26564 26518 0 -1 64 9 0 0 0 0 0 0 0 16 0 13 0 191529869 1755918336 48749 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=26564/tid=26569] ppid=26562 vsize=1714764 CPUtime=0
/proc/26564/task/26569/stat : 26569 (java) S 26562 26564 26518 0 -1 64 5 0 0 0 0 0 0 0 16 0 13 0 191529869 1755918336 48749 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=26564/tid=26570] ppid=26562 vsize=1714764 CPUtime=0
/proc/26564/task/26570/stat : 26570 (java) S 26562 26564 26518 0 -1 64 0 0 0 0 0 0 0 0 23 0 13 0 191529872 1755918336 48749 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0

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

[pid=26564/tid=26568] ppid=26562 vsize=1713740 CPUtime=0
/proc/26564/task/26568/stat : 26568 (java) S 26562 26564 26518 0 -1 64 9 0 0 0 0 0 0 0 16 0 13 0 191529869 1754869760 167448 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=26564/tid=26569] ppid=26562 vsize=1713740 CPUtime=0
/proc/26564/task/26569/stat : 26569 (java) S 26562 26564 26518 0 -1 64 5 0 0 0 0 0 0 0 16 0 13 0 191529869 1754869760 167448 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=26564/tid=26570] ppid=26562 vsize=1713740 CPUtime=0
/proc/26564/task/26570/stat : 26570 (java) S 26562 26564 26518 0 -1 64 0 0 0 0 0 0 0 0 23 0 13 0 191529872 1754869760 167448 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=26564/tid=26571] ppid=26562 vsize=1713740 CPUtime=0
/proc/26564/task/26571/stat : 26571 (java) S 26562 26564 26518 0 -1 64 2 0 0 0 0 0 0 0 16 0 13 0 191529872 1754869760 167448 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=26564/tid=26572] ppid=26562 vsize=1713740 CPUtime=0.98
/proc/26564/task/26572/stat : 26572 (java) S 26562 26564 26518 0 -1 64 1587 0 0 0 98 0 0 0 17 0 13 0 191529872 1754869760 167448 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=26564/tid=26573] ppid=26562 vsize=1713740 CPUtime=1.05
/proc/26564/task/26573/stat : 26573 (java) S 26562 26564 26518 0 -1 64 1542 0 0 0 105 0 0 0 16 0 13 0 191529872 1754869760 167448 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=26564/tid=26574] ppid=26562 vsize=1713740 CPUtime=0
/proc/26564/task/26574/stat : 26574 (java) S 26562 26564 26518 0 -1 64 1 0 0 0 0 0 0 0 24 0 13 0 191529872 1754869760 167448 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=26564/tid=26575] ppid=26562 vsize=1713740 CPUtime=0
/proc/26564/task/26575/stat : 26575 (java) S 26562 26564 26518 0 -1 64 2 0 0 0 0 0 0 0 15 0 13 0 191529872 1754869760 167448 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=26564/tid=26576] ppid=26562 vsize=1713740 CPUtime=0
/proc/26564/task/26576/stat : 26576 (java) S 26562 26564 26518 0 -1 64 6 0 0 0 0 0 0 0 16 0 13 0 191530169 1754869760 167448 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1796.5
Current children cumulated vsize (Kb) 1713740

[startup+1776.36 s]
/proc/loadavg: 1.03 1.03 0.98 2/76 26578
/proc/meminfo: memFree=871608/2055920 swapFree=4181372/4192956
[pid=26564] ppid=26562 vsize=1713740 CPUtime=1797.54
/proc/26564/stat : 26564 (java) R 26562 26564 26518 0 -1 0 238480 0 1 0 179624 130 0 0 25 0 13 0 191529862 1754869760 167539 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4071400003 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/26564/statm: 428435 167539 1909 14 0 415182 0
[pid=26564/tid=26565] ppid=26562 vsize=1713740 CPUtime=20.69
/proc/26564/task/26565/stat : 26565 (java) S 26562 26564 26518 0 -1 64 78424 0 0 0 2030 39 0 0 16 0 13 0 191529866 1754869760 167539 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=26564/tid=26566] ppid=26562 vsize=1713740 CPUtime=20.81
/proc/26564/task/26566/stat : 26566 (java) S 26562 26564 26518 0 -1 64 80341 0 0 0 2041 40 0 0 16 0 13 0 191529866 1754869760 167539 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=26564/tid=26567] ppid=26562 vsize=1713740 CPUtime=0.27
/proc/26564/task/26567/stat : 26567 (java) S 26562 26564 26518 0 -1 64 170 0 0 0 14 13 0 0 16 0 13 0 191529868 1754869760 167539 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=26564/tid=26568] ppid=26562 vsize=1713740 CPUtime=0
/proc/26564/task/26568/stat : 26568 (java) S 26562 26564 26518 0 -1 64 9 0 0 0 0 0 0 0 16 0 13 0 191529869 1754869760 167539 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=26564/tid=26569] ppid=26562 vsize=1713740 CPUtime=0
/proc/26564/task/26569/stat : 26569 (java) S 26562 26564 26518 0 -1 64 5 0 0 0 0 0 0 0 16 0 13 0 191529869 1754869760 167539 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=26564/tid=26570] ppid=26562 vsize=1713740 CPUtime=0
/proc/26564/task/26570/stat : 26570 (java) S 26562 26564 26518 0 -1 64 0 0 0 0 0 0 0 0 23 0 13 0 191529872 1754869760 167539 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=26564/tid=26571] ppid=26562 vsize=1713740 CPUtime=0
/proc/26564/task/26571/stat : 26571 (java) S 26562 26564 26518 0 -1 64 2 0 0 0 0 0 0 0 16 0 13 0 191529872 1754869760 167539 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=26564/tid=26572] ppid=26562 vsize=1713740 CPUtime=0.98
/proc/26564/task/26572/stat : 26572 (java) S 26562 26564 26518 0 -1 64 1587 0 0 0 98 0 0 0 17 0 13 0 191529872 1754869760 167539 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=26564/tid=26573] ppid=26562 vsize=1713740 CPUtime=1.05
/proc/26564/task/26573/stat : 26573 (java) S 26562 26564 26518 0 -1 64 1542 0 0 0 105 0 0 0 16 0 13 0 191529872 1754869760 167539 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=26564/tid=26574] ppid=26562 vsize=1713740 CPUtime=0
/proc/26564/task/26574/stat : 26574 (java) S 26562 26564 26518 0 -1 64 1 0 0 0 0 0 0 0 24 0 13 0 191529872 1754869760 167539 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=26564/tid=26575] ppid=26562 vsize=1713740 CPUtime=0
/proc/26564/task/26575/stat : 26575 (java) S 26562 26564 26518 0 -1 64 2 0 0 0 0 0 0 0 15 0 13 0 191529872 1754869760 167539 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=26564/tid=26576] ppid=26562 vsize=1713740 CPUtime=0
/proc/26564/task/26576/stat : 26576 (java) S 26562 26564 26518 0 -1 64 6 0 0 0 0 0 0 0 16 0 13 0 191530169 1754869760 167539 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1797.54
Current children cumulated vsize (Kb) 1713740

[startup+1777.37 s]
/proc/loadavg: 1.03 1.03 0.98 2/76 26578
/proc/meminfo: memFree=871608/2055920 swapFree=4181372/4192956
[pid=26564] ppid=26562 vsize=1713740 CPUtime=1798.55
/proc/26564/stat : 26564 (java) R 26562 26564 26518 0 -1 0 238480 0 1 0 179725 130 0 0 25 0 13 0 191529862 1754869760 167539 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4071541186 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/26564/statm: 428435 167539 1909 14 0 415182 0
[pid=26564/tid=26565] ppid=26562 vsize=1713740 CPUtime=20.69
/proc/26564/task/26565/stat : 26565 (java) S 26562 26564 26518 0 -1 64 78424 0 0 0 2030 39 0 0 16 0 13 0 191529866 1754869760 167539 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=26564/tid=26566] ppid=26562 vsize=1713740 CPUtime=20.81
/proc/26564/task/26566/stat : 26566 (java) S 26562 26564 26518 0 -1 64 80341 0 0 0 2041 40 0 0 16 0 13 0 191529866 1754869760 167539 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=26564/tid=26567] ppid=26562 vsize=1713740 CPUtime=0.27
/proc/26564/task/26567/stat : 26567 (java) S 26562 26564 26518 0 -1 64 170 0 0 0 14 13 0 0 16 0 13 0 191529868 1754869760 167539 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=26564/tid=26568] ppid=26562 vsize=1713740 CPUtime=0
/proc/26564/task/26568/stat : 26568 (java) S 26562 26564 26518 0 -1 64 9 0 0 0 0 0 0 0 16 0 13 0 191529869 1754869760 167539 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=26564/tid=26569] ppid=26562 vsize=1713740 CPUtime=0
/proc/26564/task/26569/stat : 26569 (java) S 26562 26564 26518 0 -1 64 5 0 0 0 0 0 0 0 16 0 13 0 191529869 1754869760 167539 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=26564/tid=26570] ppid=26562 vsize=1713740 CPUtime=0
/proc/26564/task/26570/stat : 26570 (java) S 26562 26564 26518 0 -1 64 0 0 0 0 0 0 0 0 23 0 13 0 191529872 1754869760 167539 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=26564/tid=26571] ppid=26562 vsize=1713740 CPUtime=0
/proc/26564/task/26571/stat : 26571 (java) S 26562 26564 26518 0 -1 64 2 0 0 0 0 0 0 0 16 0 13 0 191529872 1754869760 167539 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=26564/tid=26572] ppid=26562 vsize=1713740 CPUtime=0.98
/proc/26564/task/26572/stat : 26572 (java) S 26562 26564 26518 0 -1 64 1587 0 0 0 98 0 0 0 17 0 13 0 191529872 1754869760 167539 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=26564/tid=26573] ppid=26562 vsize=1713740 CPUtime=1.05
/proc/26564/task/26573/stat : 26573 (java) S 26562 26564 26518 0 -1 64 1542 0 0 0 105 0 0 0 16 0 13 0 191529872 1754869760 167539 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=26564/tid=26574] ppid=26562 vsize=1713740 CPUtime=0
/proc/26564/task/26574/stat : 26574 (java) S 26562 26564 26518 0 -1 64 1 0 0 0 0 0 0 0 24 0 13 0 191529872 1754869760 167539 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=26564/tid=26575] ppid=26562 vsize=1713740 CPUtime=0
/proc/26564/task/26575/stat : 26575 (java) S 26562 26564 26518 0 -1 64 2 0 0 0 0 0 0 0 15 0 13 0 191529872 1754869760 167539 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=26564/tid=26576] ppid=26562 vsize=1713740 CPUtime=0
/proc/26564/task/26576/stat : 26576 (java) S 26562 26564 26518 0 -1 64 6 0 0 0 0 0 0 0 16 0 13 0 191530169 1754869760 167539 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1798.55
Current children cumulated vsize (Kb) 1713740

[startup+1778.38 s]
/proc/loadavg: 1.03 1.03 0.98 2/82 26633
/proc/meminfo: memFree=870088/2055920 swapFree=4181372/4192956
[pid=26564] ppid=26562 vsize=1713740 CPUtime=1799.54
/proc/26564/stat : 26564 (java) R 26562 26564 26518 0 -1 0 238480 0 1 0 179823 131 0 0 25 0 13 0 191529862 1754869760 167539 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4071422400 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/26564/statm: 428435 167539 1909 14 0 415182 0
[pid=26564/tid=26565] ppid=26562 vsize=1713740 CPUtime=20.69
/proc/26564/task/26565/stat : 26565 (java) S 26562 26564 26518 0 -1 64 78424 0 0 0 2030 39 0 0 16 0 13 0 191529866 1754869760 167539 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=26564/tid=26566] ppid=26562 vsize=1713740 CPUtime=20.81
/proc/26564/task/26566/stat : 26566 (java) S 26562 26564 26518 0 -1 64 80341 0 0 0 2041 40 0 0 16 0 13 0 191529866 1754869760 167539 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=26564/tid=26567] ppid=26562 vsize=1713740 CPUtime=0.27
/proc/26564/task/26567/stat : 26567 (java) S 26562 26564 26518 0 -1 64 170 0 0 0 14 13 0 0 16 0 13 0 191529868 1754869760 167539 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=26564/tid=26568] ppid=26562 vsize=1713740 CPUtime=0
/proc/26564/task/26568/stat : 26568 (java) S 26562 26564 26518 0 -1 64 9 0 0 0 0 0 0 0 16 0 13 0 191529869 1754869760 167539 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=26564/tid=26569] ppid=26562 vsize=1713740 CPUtime=0
/proc/26564/task/26569/stat : 26569 (java) S 26562 26564 26518 0 -1 64 5 0 0 0 0 0 0 0 16 0 13 0 191529869 1754869760 167539 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=26564/tid=26570] ppid=26562 vsize=1713740 CPUtime=0
/proc/26564/task/26570/stat : 26570 (java) S 26562 26564 26518 0 -1 64 0 0 0 0 0 0 0 0 23 0 13 0 191529872 1754869760 167539 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=26564/tid=26571] ppid=26562 vsize=1713740 CPUtime=0
/proc/26564/task/26571/stat : 26571 (java) S 26562 26564 26518 0 -1 64 2 0 0 0 0 0 0 0 16 0 13 0 191529872 1754869760 167539 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=26564/tid=26572] ppid=26562 vsize=1713740 CPUtime=0.98
/proc/26564/task/26572/stat : 26572 (java) S 26562 26564 26518 0 -1 64 1587 0 0 0 98 0 0 0 17 0 13 0 191529872 1754869760 167539 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=26564/tid=26573] ppid=26562 vsize=1713740 CPUtime=1.05
/proc/26564/task/26573/stat : 26573 (java) S 26562 26564 26518 0 -1 64 1542 0 0 0 105 0 0 0 16 0 13 0 191529872 1754869760 167539 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=26564/tid=26574] ppid=26562 vsize=1713740 CPUtime=0
/proc/26564/task/26574/stat : 26574 (java) S 26562 26564 26518 0 -1 64 1 0 0 0 0 0 0 0 24 0 13 0 191529872 1754869760 167539 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=26564/tid=26575] ppid=26562 vsize=1713740 CPUtime=0
/proc/26564/task/26575/stat : 26575 (java) S 26562 26564 26518 0 -1 64 2 0 0 0 0 0 0 0 15 0 13 0 191529872 1754869760 167539 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=26564/tid=26576] ppid=26562 vsize=1713740 CPUtime=0
/proc/26564/task/26576/stat : 26576 (java) S 26562 26564 26518 0 -1 64 6 0 0 0 0 0 0 0 16 0 13 0 191530169 1754869760 167539 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1799.54
Current children cumulated vsize (Kb) 1713740

[startup+1779.38 s]
/proc/loadavg: 1.03 1.03 0.98 2/82 26633
/proc/meminfo: memFree=869704/2055920 swapFree=4181372/4192956
[pid=26564] ppid=26562 vsize=1713740 CPUtime=1800.58
/proc/26564/stat : 26564 (java) R 26562 26564 26518 0 -1 0 238574 0 1 0 179927 131 0 0 25 0 13 0 191529862 1754869760 167632 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4071438400 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/26564/statm: 428435 167632 1909 14 0 415182 0
[pid=26564/tid=26565] ppid=26562 vsize=1713740 CPUtime=20.73
/proc/26564/task/26565/stat : 26565 (java) S 26562 26564 26518 0 -1 64 78517 0 0 0 2034 39 0 0 16 0 13 0 191529866 1754869760 167632 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=26564/tid=26566] ppid=26562 vsize=1713740 CPUtime=20.85
/proc/26564/task/26566/stat : 26566 (java) S 26562 26564 26518 0 -1 64 80341 0 0 0 2045 40 0 0 17 0 13 0 191529866 1754869760 167632 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=26564/tid=26567] ppid=26562 vsize=1713740 CPUtime=0.27
/proc/26564/task/26567/stat : 26567 (java) S 26562 26564 26518 0 -1 64 170 0 0 0 14 13 0 0 15 0 13 0 191529868 1754869760 167632 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=26564/tid=26568] ppid=26562 vsize=1713740 CPUtime=0
/proc/26564/task/26568/stat : 26568 (java) S 26562 26564 26518 0 -1 64 9 0 0 0 0 0 0 0 16 0 13 0 191529869 1754869760 167632 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=26564/tid=26569] ppid=26562 vsize=1713740 CPUtime=0
/proc/26564/task/26569/stat : 26569 (java) S 26562 26564 26518 0 -1 64 5 0 0 0 0 0 0 0 16 0 13 0 191529869 1754869760 167632 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=26564/tid=26570] ppid=26562 vsize=1713740 CPUtime=0
/proc/26564/task/26570/stat : 26570 (java) S 26562 26564 26518 0 -1 64 0 0 0 0 0 0 0 0 23 0 13 0 191529872 1754869760 167632 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=26564/tid=26571] ppid=26562 vsize=1713740 CPUtime=0
/proc/26564/task/26571/stat : 26571 (java) S 26562 26564 26518 0 -1 64 2 0 0 0 0 0 0 0 16 0 13 0 191529872 1754869760 167632 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=26564/tid=26572] ppid=26562 vsize=1713740 CPUtime=0.98
/proc/26564/task/26572/stat : 26572 (java) S 26562 26564 26518 0 -1 64 1587 0 0 0 98 0 0 0 17 0 13 0 191529872 1754869760 167632 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=26564/tid=26573] ppid=26562 vsize=1713740 CPUtime=1.05
/proc/26564/task/26573/stat : 26573 (java) S 26562 26564 26518 0 -1 64 1542 0 0 0 105 0 0 0 16 0 13 0 191529872 1754869760 167632 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=26564/tid=26574] ppid=26562 vsize=1713740 CPUtime=0
/proc/26564/task/26574/stat : 26574 (java) S 26562 26564 26518 0 -1 64 1 0 0 0 0 0 0 0 24 0 13 0 191529872 1754869760 167632 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=26564/tid=26575] ppid=26562 vsize=1713740 CPUtime=0
/proc/26564/task/26575/stat : 26575 (java) S 26562 26564 26518 0 -1 64 2 0 0 0 0 0 0 0 15 0 13 0 191529872 1754869760 167632 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=26564/tid=26576] ppid=26562 vsize=1713740 CPUtime=0
/proc/26564/task/26576/stat : 26576 (java) S 26562 26564 26518 0 -1 64 6 0 0 0 0 0 0 0 16 0 13 0 191530169 1754869760 167632 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1800.58
Current children cumulated vsize (Kb) 1713740



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1779.39 s]
/proc/loadavg: 1.03 1.03 0.98 2/82 26633
/proc/meminfo: memFree=869704/2055920 swapFree=4181372/4192956
[pid=26564] ppid=26562 vsize=1713740 CPUtime=1800.58
/proc/26564/stat : 26564 (java) R 26562 26564 26518 0 -1 0 238574 0 1 0 179927 131 0 0 25 0 13 0 191529862 1754869760 167632 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4071632221 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/26564/statm: 428435 167632 1909 14 0 415182 0
[pid=26564/tid=26565] ppid=26562 vsize=1713740 CPUtime=20.73
/proc/26564/task/26565/stat : 26565 (java) S 26562 26564 26518 0 -1 64 78517 0 0 0 2034 39 0 0 16 0 13 0 191529866 1754869760 167632 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=26564/tid=26566] ppid=26562 vsize=1713740 CPUtime=20.85
/proc/26564/task/26566/stat : 26566 (java) S 26562 26564 26518 0 -1 64 80341 0 0 0 2045 40 0 0 17 0 13 0 191529866 1754869760 167632 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=26564/tid=26567] ppid=26562 vsize=1713740 CPUtime=0.27
/proc/26564/task/26567/stat : 26567 (java) S 26562 26564 26518 0 -1 64 170 0 0 0 14 13 0 0 15 0 13 0 191529868 1754869760 167632 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=26564/tid=26568] ppid=26562 vsize=1713740 CPUtime=0
/proc/26564/task/26568/stat : 26568 (java) S 26562 26564 26518 0 -1 64 9 0 0 0 0 0 0 0 16 0 13 0 191529869 1754869760 167632 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=26564/tid=26569] ppid=26562 vsize=1713740 CPUtime=0
/proc/26564/task/26569/stat : 26569 (java) S 26562 26564 26518 0 -1 64 5 0 0 0 0 0 0 0 16 0 13 0 191529869 1754869760 167632 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=26564/tid=26570] ppid=26562 vsize=1713740 CPUtime=0
/proc/26564/task/26570/stat : 26570 (java) S 26562 26564 26518 0 -1 64 0 0 0 0 0 0 0 0 23 0 13 0 191529872 1754869760 167632 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=26564/tid=26571] ppid=26562 vsize=1713740 CPUtime=0
/proc/26564/task/26571/stat : 26571 (java) S 26562 26564 26518 0 -1 64 2 0 0 0 0 0 0 0 16 0 13 0 191529872 1754869760 167632 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=26564/tid=26572] ppid=26562 vsize=1713740 CPUtime=0.98
/proc/26564/task/26572/stat : 26572 (java) S 26562 26564 26518 0 -1 64 1587 0 0 0 98 0 0 0 17 0 13 0 191529872 1754869760 167632 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=26564/tid=26573] ppid=26562 vsize=1713740 CPUtime=1.05
/proc/26564/task/26573/stat : 26573 (java) S 26562 26564 26518 0 -1 64 1542 0 0 0 105 0 0 0 16 0 13 0 191529872 1754869760 167632 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=26564/tid=26574] ppid=26562 vsize=1713740 CPUtime=0
/proc/26564/task/26574/stat : 26574 (java) S 26562 26564 26518 0 -1 64 1 0 0 0 0 0 0 0 24 0 13 0 191529872 1754869760 167632 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=26564/tid=26575] ppid=26562 vsize=1713740 CPUtime=0
/proc/26564/task/26575/stat : 26575 (java) S 26562 26564 26518 0 -1 64 2 0 0 0 0 0 0 0 15 0 13 0 191529872 1754869760 167632 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=26564/tid=26576] ppid=26562 vsize=1713740 CPUtime=0
/proc/26564/task/26576/stat : 26576 (java) S 26562 26564 26518 0 -1 64 6 0 0 0 0 0 0 0 16 0 13 0 191530169 1754869760 167632 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1800.58
Current children cumulated vsize (Kb) 1713740

Sending SIGTERM to -26564
Sleeping 2 seconds

Child status: 143
Real time (s): 1779.53
CPU time (s): 1800.73
CPU user time (s): 1799.31
CPU system time (s): 1.42278
CPU usage (%): 101.191
Max. virtual memory (cumulated for all children) (Kb): 1714764

Launcher Data (download as text)

Begin job on node1 on Fri Jun  2 14:31:23 UTC 2006


FILE ID= 43850-1149258683

PBS_JOBID= 298529

BENCH NAME= ROOT/tmp/node1/43850-1149258683/instance-43850-1149258683.opb
COMMAND LINE= java -server -Xms1500M -Xmx1500M -jar ROOT/solvers/PB/PB06final/user5/sat4jPseudoPlus.jar ROOT/tmp/node1/43850-1149258683/instance-43850-1149258683.opb 366605139
RUNSOLVER COMMAND LINE= runsolver  --timestamp  -w ROOT/results/node1/watcher-43850-1149258683 -o ROOT/results/node1/solver-43850-1149258683 -C 1800 -M 1800 -S 64  java -server -Xms1500M -Xmx1500M -jar ROOT/solvers/PB/PB06final/user5/sat4jPseudoPlus.jar ROOT/tmp/node1/43850-1149258683/instance-43850-1149258683.opb 366605139

MD5SUM SOLVER= e9637a7554f3ecdf74c1815f89d00213
MD5SUM BENCH=  05331fdb110fa172ec60e73b94e68465

RANDOM SEED= 366605139


/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.231
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.231
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:       1536600 kB
Buffers:         17176 kB
Cached:         433884 kB
SwapCached:       3452 kB
Active:          42484 kB
Inactive:       417424 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1536600 kB
SwapTotal:     4192956 kB
SwapFree:      4181372 kB
Dirty:             212 kB
Writeback:           0 kB
Mapped:          14908 kB
Slab:            45436 kB
Committed_AS:   225928 kB
PageTables:       1468 kB
VmallocTotal: 536870911 kB
VmallocUsed:    264952 kB
VmallocChunk: 536605679 kB
HugePages_Total:     0
HugePages_Free:      0
Hugepagesize:     2048 kB


End job on node1 on Fri Jun  2 15:01:02 UTC 2006