Trace number 50886

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.9 1793.41

General information on the benchmark

Namenormalized-PB06/OPT-SMALLINT/submitted-PB06/manquiho/
market-split/normalized-market-split_6_50_2.opb
MD5SUM25ec3c4431eaa97f8c8dfc7dcac7b55c
Bench CategoryOPT-SMALLINT (optimisation, small integers)
Best result obtained on this benchmark
Best value of the objective obtained on this benchmark
Best CPU time to get the best result obtained on this benchmark
Has Objective FunctionYES
Satisfiable
(Un)Satisfiability was proved
Best value of the objective function
Optimality of the best value was proved
Number of variables51
Total number of constraints13
Number of constraints which are clauses1
Number of constraints which are cardinality constraints (but not clauses)0
Number of constraints which are nor clauses,nor cardinality constraints12
Minimum length of a constraint1
Maximum length of a constraint50
Number of terms in the objective function 1
Biggest coefficient in the objective function 1
Number of bits for the biggest coefficient in the objective function 1
Sum of the numbers in the objective function 1
Number of bits of the sum of numbers in the objective function 1
Biggest number in a constraint 1293
Number of bits of the biggest number in a constraint 11
Biggest sum of numbers in a constraint 3879
Number of bits of the biggest sum of numbers12
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.16	c SAT4J: a SATisfiability library for Java (c) 2004-2006 Daniel Le Berre
0.16	c This is free software under the GNU LGPL licence. See www.sat4j.org for details.
0.16	c no version file found!!!
0.16	c sun.arch.data.model	32
0.16	c java.version	1.5.0_06
0.16	c os.name	Linux
0.16	c os.version	2.6.9-22.EL.rootsmp
0.16	c os.arch	i386
0.16	c Free memory 1548419056
0.16	c Max memory 1551040512
0.16	c Total memory 1551040512
0.16	c Number of processors 2
0.22	c Cutting planes based inference
0.22	c --- Begin Solver configuration ---
0.22	c org.sat4j.minisat.uip.FirstUIP@1037c71
0.22	c org.sat4j.minisat.constraints.PBMaxClauseCardConstrDataStructure@1df073d
0.22	c org.sat4j.minisat.learning.MiniSATLearning@1546e25
0.22	c conflictBoundIncFactor=1.5 learntBoundIncFactor=1.1 initLearntBoundConstraintFactor=10000.0 initConflictBound=100 
0.22	c VSIDS like heuristics from MiniSAT using a heap
0.22	c No reason simplification
0.22	c --- End Solver configuration ---
0.22	c solving ROOT/tmp/node4/50886-1154103862/instance-50886-1154103862.opb
0.22	c reading problem ... 
0.28	c ... done. Time 0.059 ms.
0.28	c #vars     51
0.28	c #constraints  12
1793.32	c starts		: 11
1793.32	c conflicts		: 13351
1793.32	c decisions		: 16697
1793.32	c propagations		: 94692
1793.32	c inspects		: 108386805
1793.32	c learnt literals	: 0
1793.32	c learnt binary clauses	: 0
1793.32	c learnt ternary clauses	: 0
1793.32	c learnt clauses	: 13350
1793.32	c root simplifications	: 0
1793.32	c removed literals (reason simplification)	: 0
1793.32	c reason swapping (by a shorter reason)	: 0
1793.32	c Calls to reduceDB	: 0
1793.32	c speed (decisions/second)	: 9.312123160734373
1793.32	c non guided choices	20
1793.32	s UNKNOWN
1793.32	c Total wall clock time (ms): 1793.101

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-50886-1154103862 -o ROOT/results/node4/solver-50886-1154103862 -C 1800 -M 1800 -S 64 java -server -Xms1500M -Xmx1500M -jar ROOT/solvers/PB/PB06final/user5/sat4jPseudoPlus.jar ROOT/tmp/node4/50886-1154103862/instance-50886-1154103862.opb 887168353 

Current StackSize limit: 67108864 bytes

/proc/loadavg: 1.00 1.00 1.00 3/64 21857
/proc/meminfo: memFree=839424/2055920 swapFree=4183140/4192956
[pid=21857] ppid=21855 vsize=1592 CPUtime=0
/proc/21857/stat : 21857 (java) D 21855 21857 21808 0 -1 0 132 0 0 0 0 0 0 0 19 0 1 0 157247705 1630208 103 18446744073709551615 134512640 134570276 4294956608 18446744073709551615 4294960144 0 2147483391 4096 0 18446744072099781622 0 0 17 1 0 0
/proc/21857/statm: 398 103 82 14 0 43 0

[startup+10.0027 s]
/proc/loadavg: 1.00 1.00 1.00 2/76 21869
/proc/meminfo: memFree=670816/2055920 swapFree=4183140/4192956
[pid=21857] ppid=21855 vsize=1717244 CPUtime=11.23
/proc/21857/stat : 21857 (java) R 21855 21857 21808 0 -1 0 47583 0 1 0 1101 22 0 0 25 0 13 0 157247705 1758457856 43935 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4071500240 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/21857/statm: 429311 43935 1906 14 0 416058 0
[pid=21857/tid=21858] ppid=21855 vsize=1717244 CPUtime=0.09
/proc/21857/task/21858/stat : 21858 (java) S 21855 21857 21808 0 -1 64 3041 0 0 0 8 1 0 0 16 0 13 0 157247710 1758457856 43935 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=21857/tid=21859] ppid=21855 vsize=1717244 CPUtime=0.08
/proc/21857/task/21859/stat : 21859 (java) S 21855 21857 21808 0 -1 64 3312 0 0 0 7 1 0 0 16 0 13 0 157247710 1758457856 43935 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=21857/tid=21860] ppid=21855 vsize=1717244 CPUtime=0
/proc/21857/task/21860/stat : 21860 (java) S 21855 21857 21808 0 -1 64 30 0 0 0 0 0 0 0 16 0 13 0 157247712 1758457856 43935 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=21857/tid=21861] ppid=21855 vsize=1717244 CPUtime=0
/proc/21857/task/21861/stat : 21861 (java) S 21855 21857 21808 0 -1 64 9 0 0 0 0 0 0 0 16 0 13 0 157247713 1758457856 43935 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=21857/tid=21862] ppid=21855 vsize=1717244 CPUtime=0
/proc/21857/task/21862/stat : 21862 (java) S 21855 21857 21808 0 -1 64 5 0 0 0 0 0 0 0 16 0 13 0 157247713 1758457856 43935 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=21857/tid=21863] ppid=21855 vsize=1717244 CPUtime=0
/proc/21857/task/21863/stat : 21863 (java) S 21855 21857 21808 0 -1 64 1 0 0 0 0 0 0 0 24 0 13 0 157247716 1758457856 43935 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=21857/tid=21864] ppid=21855 vsize=1717244 CPUtime=0.01
/proc/21857/task/21864/stat : 21864 (java) S 21855 21857 21808 0 -1 64 3 0 0 0 1 0 0 0 17 0 13 0 157247716 1758457856 43935 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=21857/tid=21865] ppid=21855 vsize=1717244 CPUtime=0.79
/proc/21857/task/21865/stat : 21865 (java) S 21855 21857 21808 0 -1 64 1493 0 0 0 79 0 0 0 16 0 13 0 157247716 1758457856 43935 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=21857/tid=21866] ppid=21855 vsize=1717244 CPUtime=1.07
/proc/21857/task/21866/stat : 21866 (java) S 21855 21857 21808 0 -1 64 3004 0 0 0 106 1 0 0 16 0 13 0 157247716 1758457856 43935 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=21857/tid=21867] ppid=21855 vsize=1717244 CPUtime=0
/proc/21857/task/21867/stat : 21867 (java) S 21855 21857 21808 0 -1 64 0 0 0 0 0 0 0 0 25 0 13 0 157247716 1758457856 43935 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=21857/tid=21868] ppid=21855 vsize=1717244 CPUtime=0
/proc/21857/task/21868/stat : 21868 (java) S 21855 21857 21808 0 -1 64 2 0 0 0 0 0 0 0 15 0 13 0 157247716 1758457856 43935 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=21857/tid=21869] ppid=21855 vsize=1717244 CPUtime=0
/proc/21857/task/21869/stat : 21869 (java) S 21855 21857 21808 0 -1 64 4 0 0 0 0 0 0 0 25 0 13 0 157247733 1758457856 43935 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 11.23
Current children cumulated vsize (Kb) 1717244

[startup+20.0104 s]
/proc/loadavg: 1.00 1.00 1.00 2/76 21869
/proc/meminfo: memFree=644384/2055920 swapFree=4183140/4192956
[pid=21857] ppid=21855 vsize=1717104 CPUtime=21.29
/proc/21857/stat : 21857 (java) R 21855 21857 21808 0 -1 0 54784 0 1 0 2104 25 0 0 25 0 13 0 157247705 1758314496 50497 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4071372141 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/21857/statm: 429276 50497 1906 14 0 416023 0
[pid=21857/tid=21858] ppid=21855 vsize=1717104 CPUtime=0.14
/proc/21857/task/21858/stat : 21858 (java) S 21855 21857 21808 0 -1 64 5547 0 0 0 12 2 0 0 16 0 13 0 157247710 1758314496 50497 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=21857/tid=21859] ppid=21855 vsize=1717104 CPUtime=0.14
/proc/21857/task/21859/stat : 21859 (java) S 21855 21857 21808 0 -1 64 5981 0 0 0 11 3 0 0 16 0 13 0 157247710 1758314496 50497 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=21857/tid=21860] ppid=21855 vsize=1717104 CPUtime=0
/proc/21857/task/21860/stat : 21860 (java) S 21855 21857 21808 0 -1 64 30 0 0 0 0 0 0 0 16 0 13 0 157247712 1758314496 50497 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=21857/tid=21861] ppid=21855 vsize=1717104 CPUtime=0
/proc/21857/task/21861/stat : 21861 (java) S 21855 21857 21808 0 -1 64 9 0 0 0 0 0 0 0 16 0 13 0 157247713 1758314496 50497 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=21857/tid=21862] ppid=21855 vsize=1717104 CPUtime=0
/proc/21857/task/21862/stat : 21862 (java) S 21855 21857 21808 0 -1 64 5 0 0 0 0 0 0 0 16 0 13 0 157247713 1758314496 50497 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=21857/tid=21863] ppid=21855 vsize=1717104 CPUtime=0
/proc/21857/task/21863/stat : 21863 (java) S 21855 21857 21808 0 -1 64 1 0 0 0 0 0 0 0 24 0 13 0 157247716 1758314496 50497 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=21857/tid=21864] ppid=21855 vsize=1717104 CPUtime=0.01
/proc/21857/task/21864/stat : 21864 (java) S 21855 21857 21808 0 -1 64 3 0 0 0 1 0 0 0 17 0 13 0 157247716 1758314496 50497 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=21857/tid=21865] ppid=21855 vsize=1717104 CPUtime=0.79
/proc/21857/task/21865/stat : 21865 (java) S 21855 21857 21808 0 -1 64 1493 0 0 0 79 0 0 0 16 0 13 0 157247716 1758314496 50497 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=21857/tid=21866] ppid=21855 vsize=1717104 CPUtime=1.07
/proc/21857/task/21866/stat : 21866 (java) S 21855 21857 21808 0 -1 64 3005 0 0 0 106 1 0 0 16 0 13 0 157247716 1758314496 50497 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=21857/tid=21867] ppid=21855 vsize=1717104 CPUtime=0
/proc/21857/task/21867/stat : 21867 (java) S 21855 21857 21808 0 -1 64 0 0 0 0 0 0 0 0 25 0 13 0 157247716 1758314496 50497 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=21857/tid=21868] ppid=21855 vsize=1717104 CPUtime=0
/proc/21857/task/21868/stat : 21868 (java) S 21855 21857 21808 0 -1 64 2 0 0 0 0 0 0 0 15 0 13 0 157247716 1758314496 50497 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=21857/tid=21869] ppid=21855 vsize=1717104 CPUtime=0
/proc/21857/task/21869/stat : 21869 (java) S 21855 21857 21808 0 -1 64 4 0 0 0 0 0 0 0 25 0 13 0 157247733 1758314496 50497 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 21.29
Current children cumulated vsize (Kb) 1717104

[startup+30.0172 s]
/proc/loadavg: 1.00 1.00 1.00 2/76 21869
/proc/meminfo: memFree=644768/2055920 swapFree=4183140/4192956
[pid=21857] ppid=21855 vsize=1717104 CPUtime=31.34
/proc/21857/stat : 21857 (java) R 21855 21857 21808 0 -1 0 56337 0 1 0 3108 26 0 0 18 0 13 0 157247705 1758314496 50398 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4071371277 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/21857/statm: 429276 50398 1907 14 0 416023 0
[pid=21857/tid=21858] ppid=21855 vsize=1717104 CPUtime=0.17
/proc/21857/task/21858/stat : 21858 (java) S 21855 21857 21808 0 -1 64 6321 0 0 0 15 2 0 0 16 0 13 0 157247710 1758314496 50398 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=21857/tid=21859] ppid=21855 vsize=1717104 CPUtime=0.17
/proc/21857/task/21859/stat : 21859 (java) S 21855 21857 21808 0 -1 64 6748 0 0 0 14 3 0 0 16 0 13 0 157247710 1758314496 50398 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=21857/tid=21860] ppid=21855 vsize=1717104 CPUtime=0
/proc/21857/task/21860/stat : 21860 (java) S 21855 21857 21808 0 -1 64 30 0 0 0 0 0 0 0 16 0 13 0 157247712 1758314496 50398 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=21857/tid=21861] ppid=21855 vsize=1717104 CPUtime=0
/proc/21857/task/21861/stat : 21861 (java) S 21855 21857 21808 0 -1 64 9 0 0 0 0 0 0 0 16 0 13 0 157247713 1758314496 50398 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=21857/tid=21862] ppid=21855 vsize=1717104 CPUtime=0
/proc/21857/task/21862/stat : 21862 (java) S 21855 21857 21808 0 -1 64 5 0 0 0 0 0 0 0 16 0 13 0 157247713 1758314496 50398 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=21857/tid=21863] ppid=21855 vsize=1717104 CPUtime=0
/proc/21857/task/21863/stat : 21863 (java) S 21855 21857 21808 0 -1 64 1 0 0 0 0 0 0 0 24 0 13 0 157247716 1758314496 50398 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=21857/tid=21864] ppid=21855 vsize=1717104 CPUtime=0.01
/proc/21857/task/21864/stat : 21864 (java) S 21855 21857 21808 0 -1 64 3 0 0 0 1 0 0 0 17 0 13 0 157247716 1758314496 50398 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=21857/tid=21865] ppid=21855 vsize=1717104 CPUtime=0.8
/proc/21857/task/21865/stat : 21865 (java) S 21855 21857 21808 0 -1 64 1493 0 0 0 80 0 0 0 16 0 13 0 157247716 1758314496 50398 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=21857/tid=21866] ppid=21855 vsize=1717104 CPUtime=1.08
/proc/21857/task/21866/stat : 21866 (java) S 21855 21857 21808 0 -1 64 3006 0 0 0 107 1 0 0 16 0 13 0 157247716 1758314496 50398 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=21857/tid=21867] ppid=21855 vsize=1717104 CPUtime=0
/proc/21857/task/21867/stat : 21867 (java) S 21855 21857 21808 0 -1 64 0 0 0 0 0 0 0 0 25 0 13 0 157247716 1758314496 50398 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=21857/tid=21868] ppid=21855 vsize=1717104 CPUtime=0
/proc/21857/task/21868/stat : 21868 (java) S 21855 21857 21808 0 -1 64 2 0 0 0 0 0 0 0 15 0 13 0 157247716 1758314496 50398 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=21857/tid=21869] ppid=21855 vsize=1717104 CPUtime=0
/proc/21857/task/21869/stat : 21869 (java) S 21855 21857 21808 0 -1 64 4 0 0 0 0 0 0 0 25 0 13 0 157247733 1758314496 50398 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 31.34
Current children cumulated vsize (Kb) 1717104

[startup+40.0239 s]
/proc/loadavg: 1.00 1.00 1.00 2/76 21869
/proc/meminfo: memFree=647584/2055920 swapFree=4183140/4192956
[pid=21857] ppid=21855 vsize=1717104 CPUtime=41.37
/proc/21857/stat : 21857 (java) R 21855 21857 21808 0 -1 0 57481 0 1 0 4110 27 0 0 25 0 13 0 157247705 1758314496 49702 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4071635992 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/21857/statm: 429276 49702 1907 14 0 416023 0
[pid=21857/tid=21858] ppid=21855 vsize=1717104 CPUtime=0.2
/proc/21857/task/21858/stat : 21858 (java) S 21855 21857 21808 0 -1 64 6879 0 0 0 17 3 0 0 17 0 13 0 157247710 1758314496 49702 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=21857/tid=21859] ppid=21855 vsize=1717104 CPUtime=0.19
/proc/21857/task/21859/stat : 21859 (java) S 21855 21857 21808 0 -1 64 7327 0 0 0 16 3 0 0 16 0 13 0 157247710 1758314496 49702 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=21857/tid=21860] ppid=21855 vsize=1717104 CPUtime=0
/proc/21857/task/21860/stat : 21860 (java) S 21855 21857 21808 0 -1 64 30 0 0 0 0 0 0 0 16 0 13 0 157247712 1758314496 49702 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=21857/tid=21861] ppid=21855 vsize=1717104 CPUtime=0
/proc/21857/task/21861/stat : 21861 (java) S 21855 21857 21808 0 -1 64 9 0 0 0 0 0 0 0 16 0 13 0 157247713 1758314496 49702 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=21857/tid=21862] ppid=21855 vsize=1717104 CPUtime=0
/proc/21857/task/21862/stat : 21862 (java) S 21855 21857 21808 0 -1 64 5 0 0 0 0 0 0 0 16 0 13 0 157247713 1758314496 49702 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=21857/tid=21863] ppid=21855 vsize=1717104 CPUtime=0
/proc/21857/task/21863/stat : 21863 (java) S 21855 21857 21808 0 -1 64 1 0 0 0 0 0 0 0 24 0 13 0 157247716 1758314496 49702 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=21857/tid=21864] ppid=21855 vsize=1717104 CPUtime=0.01
/proc/21857/task/21864/stat : 21864 (java) S 21855 21857 21808 0 -1 64 3 0 0 0 1 0 0 0 17 0 13 0 157247716 1758314496 49702 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=21857/tid=21865] ppid=21855 vsize=1717104 CPUtime=0.8
/proc/21857/task/21865/stat : 21865 (java) S 21855 21857 21808 0 -1 64 1493 0 0 0 80 0 0 0 16 0 13 0 157247716 1758314496 49702 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=21857/tid=21866] ppid=21855 vsize=1717104 CPUtime=1.08
/proc/21857/task/21866/stat : 21866 (java) S 21855 21857 21808 0 -1 64 3006 0 0 0 107 1 0 0 16 0 13 0 157247716 1758314496 49702 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=21857/tid=21867] ppid=21855 vsize=1717104 CPUtime=0
/proc/21857/task/21867/stat : 21867 (java) S 21855 21857 21808 0 -1 64 0 0 0 0 0 0 0 0 25 0 13 0 157247716 1758314496 49702 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=21857/tid=21868] ppid=21855 vsize=1717104 CPUtime=0
/proc/21857/task/21868/stat : 21868 (java) S 21855 21857 21808 0 -1 64 2 0 0 0 0 0 0 0 15 0 13 0 157247716 1758314496 49702 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=21857/tid=21869] ppid=21855 vsize=1717104 CPUtime=0
/proc/21857/task/21869/stat : 21869 (java) S 21855 21857 21808 0 -1 64 4 0 0 0 0 0 0 0 16 0 13 0 157247733 1758314496 49702 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 41.37
Current children cumulated vsize (Kb) 1717104

[startup+50.0307 s]
/proc/loadavg: 1.00 1.00 1.00 2/76 21869
/proc/meminfo: memFree=653728/2055920 swapFree=4183140/4192956
[pid=21857] ppid=21855 vsize=1717104 CPUtime=51.42
/proc/21857/stat : 21857 (java) R 21855 21857 21808 0 -1 0 58261 0 1 0 5114 28 0 0 25 0 13 0 157247705 1758314496 48178 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4071371346 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/21857/statm: 429276 48178 1909 14 0 416023 0
[pid=21857/tid=21858] ppid=21855 vsize=1717104 CPUtime=0.23
/proc/21857/task/21858/stat : 21858 (java) S 21855 21857 21808 0 -1 64 7184 0 0 0 20 3 0 0 17 0 13 0 157247710 1758314496 48178 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=21857/tid=21859] ppid=21855 vsize=1717104 CPUtime=0.23
/proc/21857/task/21859/stat : 21859 (java) S 21855 21857 21808 0 -1 64 7789 0 0 0 19 4 0 0 16 0 13 0 157247710 1758314496 48178 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=21857/tid=21860] ppid=21855 vsize=1717104 CPUtime=0
/proc/21857/task/21860/stat : 21860 (java) S 21855 21857 21808 0 -1 64 30 0 0 0 0 0 0 0 17 0 13 0 157247712 1758314496 48178 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=21857/tid=21861] ppid=21855 vsize=1717104 CPUtime=0
/proc/21857/task/21861/stat : 21861 (java) S 21855 21857 21808 0 -1 64 9 0 0 0 0 0 0 0 16 0 13 0 157247713 1758314496 48178 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=21857/tid=21862] ppid=21855 vsize=1717104 CPUtime=0
/proc/21857/task/21862/stat : 21862 (java) S 21855 21857 21808 0 -1 64 5 0 0 0 0 0 0 0 16 0 13 0 157247713 1758314496 48178 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=21857/tid=21863] ppid=21855 vsize=1717104 CPUtime=0
/proc/21857/task/21863/stat : 21863 (java) S 21855 21857 21808 0 -1 64 1 0 0 0 0 0 0 0 24 0 13 0 157247716 1758314496 48178 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=21857/tid=21864] ppid=21855 vsize=1717104 CPUtime=0.01
/proc/21857/task/21864/stat : 21864 (java) S 21855 21857 21808 0 -1 64 3 0 0 0 1 0 0 0 17 0 13 0 157247716 1758314496 48178 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=21857/tid=21865] ppid=21855 vsize=1717104 CPUtime=0.8
/proc/21857/task/21865/stat : 21865 (java) S 21855 21857 21808 0 -1 64 1495 0 0 0 80 0 0 0 16 0 13 0 157247716 1758314496 48178 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=21857/tid=21866] ppid=21855 vsize=1717104 CPUtime=1.08
/proc/21857/task/21866/stat : 21866 (java) S 21855 21857 21808 0 -1 64 3006 0 0 0 107 1 0 0 16 0 13 0 157247716 1758314496 48178 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=21857/tid=21867] ppid=21855 vsize=1717104 CPUtime=0
/proc/21857/task/21867/stat : 21867 (java) S 21855 21857 21808 0 -1 64 0 0 0 0 0 0 0 0 25 0 13 0 157247716 1758314496 48178 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=21857/tid=21868] ppid=21855 vsize=1717104 CPUtime=0
/proc/21857/task/21868/stat : 21868 (java) S 21855 21857 21808 0 -1 64 2 0 0 0 0 0 0 0 15 0 13 0 157247716 1758314496 48178 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=21857/tid=21869] ppid=21855 vsize=1717104 CPUtime=0
/proc/21857/task/21869/stat : 21869 (java) S 21855 21857 21808 0 -1 64 4 0 0 0 0 0 0 0 16 0 13 0 157247733 1758314496 48178 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 51.42
Current children cumulated vsize (Kb) 1717104

[startup+60.0375 s]
/proc/loadavg: 1.00 1.00 1.00 2/76 21869
/proc/meminfo: memFree=656864/2055920 swapFree=4183140/4192956
[pid=21857] ppid=21855 vsize=1717104 CPUtime=61.44
/proc/21857/stat : 21857 (java) R 21855 21857 21808 0 -1 0 59066 0 1 0 6115 29 0 0 25 0 13 0 157247705 1758314496 47386 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4071476658 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/21857/statm: 429276 47386 1909 14 0 416023 0
[pid=21857/tid=21858] ppid=21855 vsize=1717104 CPUtime=0.25
/proc/21857/task/21858/stat : 21858 (java) S 21855 21857 21808 0 -1 64 7636 0 0 0 22 3 0 0 16 0 13 0 157247710 1758314496 47386 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=21857/tid=21859] ppid=21855 vsize=1717104 CPUtime=0.25
/proc/21857/task/21859/stat : 21859 (java) S 21855 21857 21808 0 -1 64 8135 0 0 0 21 4 0 0 16 0 13 0 157247710 1758314496 47386 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=21857/tid=21860] ppid=21855 vsize=1717104 CPUtime=0.01
/proc/21857/task/21860/stat : 21860 (java) S 21855 21857 21808 0 -1 64 30 0 0 0 0 1 0 0 16 0 13 0 157247712 1758314496 47386 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=21857/tid=21861] ppid=21855 vsize=1717104 CPUtime=0
/proc/21857/task/21861/stat : 21861 (java) S 21855 21857 21808 0 -1 64 9 0 0 0 0 0 0 0 16 0 13 0 157247713 1758314496 47386 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=21857/tid=21862] ppid=21855 vsize=1717104 CPUtime=0
/proc/21857/task/21862/stat : 21862 (java) S 21855 21857 21808 0 -1 64 5 0 0 0 0 0 0 0 16 0 13 0 157247713 1758314496 47386 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=21857/tid=21863] ppid=21855 vsize=1717104 CPUtime=0

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

/proc/21857/task/21861/stat : 21861 (java) S 21855 21857 21808 0 -1 64 9 0 0 0 0 0 0 0 16 0 13 0 157247713 1758314496 116823 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=21857/tid=21862] ppid=21855 vsize=1717104 CPUtime=0
/proc/21857/task/21862/stat : 21862 (java) S 21855 21857 21808 0 -1 64 5 0 0 0 0 0 0 0 16 0 13 0 157247713 1758314496 116823 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=21857/tid=21863] ppid=21855 vsize=1717104 CPUtime=0
/proc/21857/task/21863/stat : 21863 (java) S 21855 21857 21808 0 -1 64 1 0 0 0 0 0 0 0 24 0 13 0 157247716 1758314496 116823 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=21857/tid=21864] ppid=21855 vsize=1717104 CPUtime=0.01
/proc/21857/task/21864/stat : 21864 (java) S 21855 21857 21808 0 -1 64 3 0 0 0 1 0 0 0 17 0 13 0 157247716 1758314496 116823 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=21857/tid=21865] ppid=21855 vsize=1717104 CPUtime=0.8
/proc/21857/task/21865/stat : 21865 (java) S 21855 21857 21808 0 -1 64 1495 0 0 0 80 0 0 0 16 0 13 0 157247716 1758314496 116823 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=21857/tid=21866] ppid=21855 vsize=1717104 CPUtime=1.11
/proc/21857/task/21866/stat : 21866 (java) S 21855 21857 21808 0 -1 64 3008 0 0 0 110 1 0 0 17 0 13 0 157247716 1758314496 116823 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=21857/tid=21867] ppid=21855 vsize=1717104 CPUtime=0
/proc/21857/task/21867/stat : 21867 (java) S 21855 21857 21808 0 -1 64 0 0 0 0 0 0 0 0 25 0 13 0 157247716 1758314496 116823 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=21857/tid=21868] ppid=21855 vsize=1717104 CPUtime=0
/proc/21857/task/21868/stat : 21868 (java) S 21855 21857 21808 0 -1 64 2 0 0 0 0 0 0 0 15 0 13 0 157247716 1758314496 116823 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=21857/tid=21869] ppid=21855 vsize=1717104 CPUtime=0
/proc/21857/task/21869/stat : 21869 (java) S 21855 21857 21808 0 -1 64 4 0 0 0 0 0 0 0 16 0 13 0 157247733 1758314496 116823 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1796.76
Current children cumulated vsize (Kb) 1717104

[startup+1790.29 s]
/proc/loadavg: 1.00 1.00 1.00 2/76 21871
/proc/meminfo: memFree=377888/2055920 swapFree=4183140/4192956
[pid=21857] ppid=21855 vsize=1717104 CPUtime=1797.77
/proc/21857/stat : 21857 (java) R 21855 21857 21808 0 -1 0 199924 0 1 0 179665 112 0 0 25 0 13 0 157247705 1758314496 116823 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4071423361 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/21857/statm: 429276 116823 1909 14 0 416023 0
[pid=21857/tid=21858] ppid=21855 vsize=1717104 CPUtime=7.18
/proc/21857/task/21858/stat : 21858 (java) S 21855 21857 21808 0 -1 64 62248 0 0 0 685 33 0 0 16 0 13 0 157247710 1758314496 116823 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=21857/tid=21859] ppid=21855 vsize=1717104 CPUtime=7.12
/proc/21857/task/21859/stat : 21859 (java) S 21855 21857 21808 0 -1 64 64286 0 0 0 679 33 0 0 16 0 13 0 157247710 1758314496 116823 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=21857/tid=21860] ppid=21855 vsize=1717104 CPUtime=0.22
/proc/21857/task/21860/stat : 21860 (java) S 21855 21857 21808 0 -1 64 169 0 0 0 11 11 0 0 16 0 13 0 157247712 1758314496 116823 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=21857/tid=21861] ppid=21855 vsize=1717104 CPUtime=0
/proc/21857/task/21861/stat : 21861 (java) S 21855 21857 21808 0 -1 64 9 0 0 0 0 0 0 0 16 0 13 0 157247713 1758314496 116823 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=21857/tid=21862] ppid=21855 vsize=1717104 CPUtime=0
/proc/21857/task/21862/stat : 21862 (java) S 21855 21857 21808 0 -1 64 5 0 0 0 0 0 0 0 16 0 13 0 157247713 1758314496 116823 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=21857/tid=21863] ppid=21855 vsize=1717104 CPUtime=0
/proc/21857/task/21863/stat : 21863 (java) S 21855 21857 21808 0 -1 64 1 0 0 0 0 0 0 0 24 0 13 0 157247716 1758314496 116823 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=21857/tid=21864] ppid=21855 vsize=1717104 CPUtime=0.01
/proc/21857/task/21864/stat : 21864 (java) S 21855 21857 21808 0 -1 64 3 0 0 0 1 0 0 0 17 0 13 0 157247716 1758314496 116823 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=21857/tid=21865] ppid=21855 vsize=1717104 CPUtime=0.8
/proc/21857/task/21865/stat : 21865 (java) S 21855 21857 21808 0 -1 64 1495 0 0 0 80 0 0 0 16 0 13 0 157247716 1758314496 116823 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=21857/tid=21866] ppid=21855 vsize=1717104 CPUtime=1.11
/proc/21857/task/21866/stat : 21866 (java) S 21855 21857 21808 0 -1 64 3008 0 0 0 110 1 0 0 17 0 13 0 157247716 1758314496 116823 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=21857/tid=21867] ppid=21855 vsize=1717104 CPUtime=0
/proc/21857/task/21867/stat : 21867 (java) S 21855 21857 21808 0 -1 64 0 0 0 0 0 0 0 0 25 0 13 0 157247716 1758314496 116823 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=21857/tid=21868] ppid=21855 vsize=1717104 CPUtime=0
/proc/21857/task/21868/stat : 21868 (java) S 21855 21857 21808 0 -1 64 2 0 0 0 0 0 0 0 15 0 13 0 157247716 1758314496 116823 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=21857/tid=21869] ppid=21855 vsize=1717104 CPUtime=0
/proc/21857/task/21869/stat : 21869 (java) S 21855 21857 21808 0 -1 64 4 0 0 0 0 0 0 0 16 0 13 0 157247733 1758314496 116823 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1797.77
Current children cumulated vsize (Kb) 1717104

[startup+1791.29 s]
/proc/loadavg: 1.00 1.00 1.00 2/76 21871
/proc/meminfo: memFree=377888/2055920 swapFree=4183140/4192956
[pid=21857] ppid=21855 vsize=1717104 CPUtime=1798.77
/proc/21857/stat : 21857 (java) R 21855 21857 21808 0 -1 0 199924 0 1 0 179765 112 0 0 25 0 13 0 157247705 1758314496 116823 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4071500703 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/21857/statm: 429276 116823 1909 14 0 416023 0
[pid=21857/tid=21858] ppid=21855 vsize=1717104 CPUtime=7.18
/proc/21857/task/21858/stat : 21858 (java) S 21855 21857 21808 0 -1 64 62248 0 0 0 685 33 0 0 16 0 13 0 157247710 1758314496 116823 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=21857/tid=21859] ppid=21855 vsize=1717104 CPUtime=7.12
/proc/21857/task/21859/stat : 21859 (java) S 21855 21857 21808 0 -1 64 64286 0 0 0 679 33 0 0 16 0 13 0 157247710 1758314496 116823 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=21857/tid=21860] ppid=21855 vsize=1717104 CPUtime=0.22
/proc/21857/task/21860/stat : 21860 (java) S 21855 21857 21808 0 -1 64 169 0 0 0 11 11 0 0 16 0 13 0 157247712 1758314496 116823 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=21857/tid=21861] ppid=21855 vsize=1717104 CPUtime=0
/proc/21857/task/21861/stat : 21861 (java) S 21855 21857 21808 0 -1 64 9 0 0 0 0 0 0 0 16 0 13 0 157247713 1758314496 116823 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=21857/tid=21862] ppid=21855 vsize=1717104 CPUtime=0
/proc/21857/task/21862/stat : 21862 (java) S 21855 21857 21808 0 -1 64 5 0 0 0 0 0 0 0 16 0 13 0 157247713 1758314496 116823 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=21857/tid=21863] ppid=21855 vsize=1717104 CPUtime=0
/proc/21857/task/21863/stat : 21863 (java) S 21855 21857 21808 0 -1 64 1 0 0 0 0 0 0 0 24 0 13 0 157247716 1758314496 116823 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=21857/tid=21864] ppid=21855 vsize=1717104 CPUtime=0.01
/proc/21857/task/21864/stat : 21864 (java) S 21855 21857 21808 0 -1 64 3 0 0 0 1 0 0 0 17 0 13 0 157247716 1758314496 116823 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=21857/tid=21865] ppid=21855 vsize=1717104 CPUtime=0.8
/proc/21857/task/21865/stat : 21865 (java) S 21855 21857 21808 0 -1 64 1495 0 0 0 80 0 0 0 16 0 13 0 157247716 1758314496 116823 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=21857/tid=21866] ppid=21855 vsize=1717104 CPUtime=1.11
/proc/21857/task/21866/stat : 21866 (java) S 21855 21857 21808 0 -1 64 3008 0 0 0 110 1 0 0 17 0 13 0 157247716 1758314496 116823 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=21857/tid=21867] ppid=21855 vsize=1717104 CPUtime=0
/proc/21857/task/21867/stat : 21867 (java) S 21855 21857 21808 0 -1 64 0 0 0 0 0 0 0 0 25 0 13 0 157247716 1758314496 116823 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=21857/tid=21868] ppid=21855 vsize=1717104 CPUtime=0
/proc/21857/task/21868/stat : 21868 (java) S 21855 21857 21808 0 -1 64 2 0 0 0 0 0 0 0 15 0 13 0 157247716 1758314496 116823 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=21857/tid=21869] ppid=21855 vsize=1717104 CPUtime=0
/proc/21857/task/21869/stat : 21869 (java) S 21855 21857 21808 0 -1 64 4 0 0 0 0 0 0 0 16 0 13 0 157247733 1758314496 116823 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1798.77
Current children cumulated vsize (Kb) 1717104

[startup+1792.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/76 21871
/proc/meminfo: memFree=377888/2055920 swapFree=4183140/4192956
[pid=21857] ppid=21855 vsize=1717104 CPUtime=1799.78
/proc/21857/stat : 21857 (java) R 21855 21857 21808 0 -1 0 199924 0 1 0 179866 112 0 0 25 0 13 0 157247705 1758314496 116823 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4071457513 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/21857/statm: 429276 116823 1909 14 0 416023 0
[pid=21857/tid=21858] ppid=21855 vsize=1717104 CPUtime=7.18
/proc/21857/task/21858/stat : 21858 (java) S 21855 21857 21808 0 -1 64 62248 0 0 0 685 33 0 0 16 0 13 0 157247710 1758314496 116823 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=21857/tid=21859] ppid=21855 vsize=1717104 CPUtime=7.12
/proc/21857/task/21859/stat : 21859 (java) S 21855 21857 21808 0 -1 64 64286 0 0 0 679 33 0 0 16 0 13 0 157247710 1758314496 116823 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=21857/tid=21860] ppid=21855 vsize=1717104 CPUtime=0.22
/proc/21857/task/21860/stat : 21860 (java) S 21855 21857 21808 0 -1 64 169 0 0 0 11 11 0 0 16 0 13 0 157247712 1758314496 116823 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=21857/tid=21861] ppid=21855 vsize=1717104 CPUtime=0
/proc/21857/task/21861/stat : 21861 (java) S 21855 21857 21808 0 -1 64 9 0 0 0 0 0 0 0 16 0 13 0 157247713 1758314496 116823 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=21857/tid=21862] ppid=21855 vsize=1717104 CPUtime=0
/proc/21857/task/21862/stat : 21862 (java) S 21855 21857 21808 0 -1 64 5 0 0 0 0 0 0 0 16 0 13 0 157247713 1758314496 116823 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=21857/tid=21863] ppid=21855 vsize=1717104 CPUtime=0
/proc/21857/task/21863/stat : 21863 (java) S 21855 21857 21808 0 -1 64 1 0 0 0 0 0 0 0 24 0 13 0 157247716 1758314496 116823 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=21857/tid=21864] ppid=21855 vsize=1717104 CPUtime=0.01
/proc/21857/task/21864/stat : 21864 (java) S 21855 21857 21808 0 -1 64 3 0 0 0 1 0 0 0 17 0 13 0 157247716 1758314496 116823 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=21857/tid=21865] ppid=21855 vsize=1717104 CPUtime=0.8
/proc/21857/task/21865/stat : 21865 (java) S 21855 21857 21808 0 -1 64 1495 0 0 0 80 0 0 0 16 0 13 0 157247716 1758314496 116823 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=21857/tid=21866] ppid=21855 vsize=1717104 CPUtime=1.11
/proc/21857/task/21866/stat : 21866 (java) S 21855 21857 21808 0 -1 64 3008 0 0 0 110 1 0 0 17 0 13 0 157247716 1758314496 116823 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=21857/tid=21867] ppid=21855 vsize=1717104 CPUtime=0
/proc/21857/task/21867/stat : 21867 (java) S 21855 21857 21808 0 -1 64 0 0 0 0 0 0 0 0 25 0 13 0 157247716 1758314496 116823 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=21857/tid=21868] ppid=21855 vsize=1717104 CPUtime=0
/proc/21857/task/21868/stat : 21868 (java) S 21855 21857 21808 0 -1 64 2 0 0 0 0 0 0 0 15 0 13 0 157247716 1758314496 116823 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=21857/tid=21869] ppid=21855 vsize=1717104 CPUtime=0
/proc/21857/task/21869/stat : 21869 (java) S 21855 21857 21808 0 -1 64 4 0 0 0 0 0 0 0 16 0 13 0 157247733 1758314496 116823 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1799.78
Current children cumulated vsize (Kb) 1717104

[startup+1793.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/76 21871
/proc/meminfo: memFree=377888/2055920 swapFree=4183140/4192956
[pid=21857] ppid=21855 vsize=1717104 CPUtime=1800.79
/proc/21857/stat : 21857 (java) R 21855 21857 21808 0 -1 0 199924 0 1 0 179967 112 0 0 25 0 13 0 157247705 1758314496 116823 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4071500423 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/21857/statm: 429276 116823 1909 14 0 416023 0
[pid=21857/tid=21858] ppid=21855 vsize=1717104 CPUtime=7.18
/proc/21857/task/21858/stat : 21858 (java) S 21855 21857 21808 0 -1 64 62248 0 0 0 685 33 0 0 16 0 13 0 157247710 1758314496 116823 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=21857/tid=21859] ppid=21855 vsize=1717104 CPUtime=7.12
/proc/21857/task/21859/stat : 21859 (java) S 21855 21857 21808 0 -1 64 64286 0 0 0 679 33 0 0 16 0 13 0 157247710 1758314496 116823 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=21857/tid=21860] ppid=21855 vsize=1717104 CPUtime=0.22
/proc/21857/task/21860/stat : 21860 (java) S 21855 21857 21808 0 -1 64 169 0 0 0 11 11 0 0 16 0 13 0 157247712 1758314496 116823 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=21857/tid=21861] ppid=21855 vsize=1717104 CPUtime=0
/proc/21857/task/21861/stat : 21861 (java) S 21855 21857 21808 0 -1 64 9 0 0 0 0 0 0 0 16 0 13 0 157247713 1758314496 116823 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=21857/tid=21862] ppid=21855 vsize=1717104 CPUtime=0
/proc/21857/task/21862/stat : 21862 (java) S 21855 21857 21808 0 -1 64 5 0 0 0 0 0 0 0 16 0 13 0 157247713 1758314496 116823 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=21857/tid=21863] ppid=21855 vsize=1717104 CPUtime=0
/proc/21857/task/21863/stat : 21863 (java) S 21855 21857 21808 0 -1 64 1 0 0 0 0 0 0 0 24 0 13 0 157247716 1758314496 116823 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=21857/tid=21864] ppid=21855 vsize=1717104 CPUtime=0.01
/proc/21857/task/21864/stat : 21864 (java) S 21855 21857 21808 0 -1 64 3 0 0 0 1 0 0 0 17 0 13 0 157247716 1758314496 116823 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=21857/tid=21865] ppid=21855 vsize=1717104 CPUtime=0.8
/proc/21857/task/21865/stat : 21865 (java) S 21855 21857 21808 0 -1 64 1495 0 0 0 80 0 0 0 16 0 13 0 157247716 1758314496 116823 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=21857/tid=21866] ppid=21855 vsize=1717104 CPUtime=1.11
/proc/21857/task/21866/stat : 21866 (java) S 21855 21857 21808 0 -1 64 3008 0 0 0 110 1 0 0 17 0 13 0 157247716 1758314496 116823 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=21857/tid=21867] ppid=21855 vsize=1717104 CPUtime=0
/proc/21857/task/21867/stat : 21867 (java) S 21855 21857 21808 0 -1 64 0 0 0 0 0 0 0 0 25 0 13 0 157247716 1758314496 116823 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=21857/tid=21868] ppid=21855 vsize=1717104 CPUtime=0
/proc/21857/task/21868/stat : 21868 (java) S 21855 21857 21808 0 -1 64 2 0 0 0 0 0 0 0 15 0 13 0 157247716 1758314496 116823 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=21857/tid=21869] ppid=21855 vsize=1717104 CPUtime=0
/proc/21857/task/21869/stat : 21869 (java) S 21855 21857 21808 0 -1 64 4 0 0 0 0 0 0 0 16 0 13 0 157247733 1758314496 116823 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1800.79
Current children cumulated vsize (Kb) 1717104



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1793.31 s]
/proc/loadavg: 1.00 1.00 1.00 2/76 21871
/proc/meminfo: memFree=377888/2055920 swapFree=4183140/4192956
[pid=21857] ppid=21855 vsize=1717104 CPUtime=1800.79
/proc/21857/stat : 21857 (java) R 21855 21857 21808 0 -1 0 199924 0 1 0 179967 112 0 0 25 0 13 0 157247705 1758314496 116823 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4071500612 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/21857/statm: 429276 116823 1909 14 0 416023 0
[pid=21857/tid=21858] ppid=21855 vsize=1717104 CPUtime=7.18
/proc/21857/task/21858/stat : 21858 (java) S 21855 21857 21808 0 -1 64 62248 0 0 0 685 33 0 0 16 0 13 0 157247710 1758314496 116823 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=21857/tid=21859] ppid=21855 vsize=1717104 CPUtime=7.12
/proc/21857/task/21859/stat : 21859 (java) S 21855 21857 21808 0 -1 64 64286 0 0 0 679 33 0 0 16 0 13 0 157247710 1758314496 116823 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=21857/tid=21860] ppid=21855 vsize=1717104 CPUtime=0.22
/proc/21857/task/21860/stat : 21860 (java) S 21855 21857 21808 0 -1 64 169 0 0 0 11 11 0 0 16 0 13 0 157247712 1758314496 116823 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=21857/tid=21861] ppid=21855 vsize=1717104 CPUtime=0
/proc/21857/task/21861/stat : 21861 (java) S 21855 21857 21808 0 -1 64 9 0 0 0 0 0 0 0 16 0 13 0 157247713 1758314496 116823 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=21857/tid=21862] ppid=21855 vsize=1717104 CPUtime=0
/proc/21857/task/21862/stat : 21862 (java) S 21855 21857 21808 0 -1 64 5 0 0 0 0 0 0 0 16 0 13 0 157247713 1758314496 116823 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=21857/tid=21863] ppid=21855 vsize=1717104 CPUtime=0
/proc/21857/task/21863/stat : 21863 (java) S 21855 21857 21808 0 -1 64 1 0 0 0 0 0 0 0 24 0 13 0 157247716 1758314496 116823 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=21857/tid=21864] ppid=21855 vsize=1717104 CPUtime=0.01
/proc/21857/task/21864/stat : 21864 (java) S 21855 21857 21808 0 -1 64 3 0 0 0 1 0 0 0 17 0 13 0 157247716 1758314496 116823 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=21857/tid=21865] ppid=21855 vsize=1717104 CPUtime=0.8
/proc/21857/task/21865/stat : 21865 (java) S 21855 21857 21808 0 -1 64 1495 0 0 0 80 0 0 0 16 0 13 0 157247716 1758314496 116823 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=21857/tid=21866] ppid=21855 vsize=1717104 CPUtime=1.11
/proc/21857/task/21866/stat : 21866 (java) S 21855 21857 21808 0 -1 64 3008 0 0 0 110 1 0 0 17 0 13 0 157247716 1758314496 116823 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=21857/tid=21867] ppid=21855 vsize=1717104 CPUtime=0
/proc/21857/task/21867/stat : 21867 (java) S 21855 21857 21808 0 -1 64 0 0 0 0 0 0 0 0 25 0 13 0 157247716 1758314496 116823 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=21857/tid=21868] ppid=21855 vsize=1717104 CPUtime=0
/proc/21857/task/21868/stat : 21868 (java) S 21855 21857 21808 0 -1 64 2 0 0 0 0 0 0 0 15 0 13 0 157247716 1758314496 116823 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=21857/tid=21869] ppid=21855 vsize=1717104 CPUtime=0
/proc/21857/task/21869/stat : 21869 (java) S 21855 21857 21808 0 -1 64 4 0 0 0 0 0 0 0 16 0 13 0 157247733 1758314496 116823 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1800.79
Current children cumulated vsize (Kb) 1717104

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

Child status: 143
Real time (s): 1793.41
CPU time (s): 1800.9
CPU user time (s): 1799.7
CPU system time (s): 1.19782
CPU usage (%): 100.418
Max. virtual memory (cumulated for all children) (Kb): 1717244
The end

Launcher Data (download as text)

Begin job on node4 on Fri Jul 28 16:24:22 UTC 2006


FILE ID= 50886-1154103862

PBS_JOBID= 886209

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

MD5SUM SOLVER= e9637a7554f3ecdf74c1815f89d00213
MD5SUM BENCH=  25ec3c4431eaa97f8c8dfc7dcac7b55c

RANDOM SEED= 887168353

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:        839696 kB
Buffers:         47436 kB
Cached:        1084904 kB
SwapCached:       3804 kB
Active:         444112 kB
Inactive:       696972 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:        839696 kB
SwapTotal:     4192956 kB
SwapFree:      4183140 kB
Dirty:             184 kB
Writeback:           0 kB
Mapped:          14820 kB
Slab:            61204 kB
Committed_AS:   645728 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 16:54:16 UTC 2006