Trace number 42441

Some explanations

A solver is run under the control of another program named runsolver. runsolver is in charge of imposing the CPU time limit and the memory limit to the solver. It also monitors some information about the process. The trace of the execution of a solver is divided into four (or five) parts:
  1. SOLVER DATA
    This is the output of the solver (stdout and stderr).
    Note that some very long lines in this section may be truncated by your web browser ! In such a case, you may want to use the "Download as text" link to get the trace as a text file.

    When the --timestamp option is passed to the runsolver program, each line output by the solver is prepended with a timestamp which indicates at what time the line was output by the solver. Times are relative to the start of the program, given in seconds, and are wall clock time (not CPU time).

    As some 'v lines' may be very long (sometimes several megabytes), the 'v line' output by your solver may be split on several lines to help limit the size of the trace recorded in the database. In any case, the exact output of your solver is preserved in a trace file.
  2. VERIFIER DATA
    The output of the solver is piped to a verifier program which will search a value line "v " and, if found, will check that the given interpretation satisfies all constraints.
  3. CONVERSION SCRIPT DATA (Optionnal)
    When a conversion script is used, this section shows the messages that were output by the conversion script.
  4. WATCHER DATA
    This is the informations gathered by the runsolver program. It first prints the different limits. There's a first limit on CPU time set to X seconds (see the parameters in the trace). After this time has ellapsed, runsolver sends a SIGTERM and 2 seconds later a SIGKILL to the solver. For safety, there's also another limit set to X+30 seconds which will send a SIGXPU to the solver. The last limit is on the virtual memory used by the process (see the parameters in the trace).
    Every ten seconds, the runsolver process fetches the content of /proc/loadavg, /proc/pid/stat and /proc/pid/statm (see man proc) and prints it as raw data. This is only recorded in case we need to investigate the behaviour of a solver. The memory used by the solver (vsize) is also given every ten seconds.
    When the solver exits, runsolver prints some informations such as status and time. CPU usage is the ratio CPU Time/Real Time.
  5. LAUNCHER DATA
    These informations are related to the script which will launch the solver. The most important informations are the command line given to the solver, the md5sum of the different files and the dump of the /proc/cpuinfo and /proc/meminfo which provides some useful information on the computer.

Solver answer on this benchmark

Solver NameAnswerObjective functionCPU timeWall clock time
SAT4JPSEUDO 2006.2 Heuristics? (TO) 1800.13 1764.51

General information on the benchmark

Namenormalized-PB06/OPT-SMALLINT/reduced/mps-v2-20-10/plato.asu.edu/
pub/unibo/normalized-reduced-mps-v2-20-10-blp-ic98.opb
MD5SUMcf56ee4a2e10a22486df8fb664e91027
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 variables15501
Total number of constraints763
Number of constraints which are clauses0
Number of constraints which are cardinality constraints (but not clauses)627
Number of constraints which are nor clauses,nor cardinality constraints136
Minimum length of a constraint8
Maximum length of a constraint13581
Number of terms in the objective function 31
Biggest coefficient in the objective function 262145
Number of bits for the biggest coefficient in the objective function 19
Sum of the numbers in the objective function 524318
Number of bits of the sum of numbers in the objective function 20
Biggest number in a constraint 262145
Number of bits of the biggest number in a constraint 19
Biggest sum of numbers in a constraint 531126
Number of bits of the biggest sum of numbers20
Number of products (including duplicates)0
Sum of products size (including duplicates)0
Number of different products0
Sum of products size0

Solver Data (download as text)

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

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/node44/watcher-42441-1149263961 -o ROOT/results/node44/solver-42441-1149263961 -C 1800 -M 1800 -S 64 java -server -Xms1500M -Xmx1500M -jar ROOT/solvers/PB/PB06final/user5/sat4jPseudoHeuristics.jar ROOT/tmp/node44/42441-1149263961/instance-42441-1149263961.opb 833982479 

Current StackSize limit: 67108864 bytes

/proc/loadavg: 1.00 1.00 0.95 3/64 14118
/proc/meminfo: memFree=1314072/2055920 swapFree=4181400/4192956
[pid=14118] ppid=14116 vsize=216 CPUtime=0
/proc/14118/stat : 14118 (java) R 14116 14118 14072 0 -1 0 46 0 0 0 0 0 0 0 19 0 1 0 192062892 221184 30 18446744073709551615 134512640 134570276 4294956608 18446744073709551615 11281188 0 0 4096 0 0 0 0 17 1 0 0
/proc/14118/statm: 71 31 25 14 0 3 0

[startup+10.0025 s]
/proc/loadavg: 1.08 1.02 0.95 2/76 14130
/proc/meminfo: memFree=1099968/2055920 swapFree=4181400/4192956
[pid=14118] ppid=14116 vsize=1712284 CPUtime=11.63
/proc/14118/stat : 14118 (java) R 14116 14118 14072 0 -1 0 60673 0 1 0 1134 29 0 0 17 0 13 0 192062892 1753378816 55286 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4071532333 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/14118/statm: 428071 55286 1907 14 0 414818 0
[pid=14118/tid=14119] ppid=14116 vsize=1712284 CPUtime=0.56
/proc/14118/task/14119/stat : 14119 (java) S 14116 14118 14072 0 -1 64 10556 0 0 0 51 5 0 0 15 0 13 0 192062896 1753378816 55286 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=14118/tid=14120] ppid=14116 vsize=1712284 CPUtime=0.56
/proc/14118/task/14120/stat : 14120 (java) S 14116 14118 14072 0 -1 64 10290 0 0 0 51 5 0 0 16 0 13 0 192062896 1753378816 55286 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=14118/tid=14121] ppid=14116 vsize=1712284 CPUtime=0
/proc/14118/task/14121/stat : 14121 (java) S 14116 14118 14072 0 -1 64 10 0 0 0 0 0 0 0 16 0 13 0 192062898 1753378816 55286 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=14118/tid=14122] ppid=14116 vsize=1712284 CPUtime=0
/proc/14118/task/14122/stat : 14122 (java) S 14116 14118 14072 0 -1 64 9 0 0 0 0 0 0 0 16 0 13 0 192062899 1753378816 55286 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=14118/tid=14123] ppid=14116 vsize=1712284 CPUtime=0
/proc/14118/task/14123/stat : 14123 (java) S 14116 14118 14072 0 -1 64 5 0 0 0 0 0 0 0 16 0 13 0 192062899 1753378816 55286 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=14118/tid=14124] ppid=14116 vsize=1712284 CPUtime=0
/proc/14118/task/14124/stat : 14124 (java) S 14116 14118 14072 0 -1 64 1 0 0 0 0 0 0 0 24 0 13 0 192062902 1753378816 55286 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=14118/tid=14125] ppid=14116 vsize=1712284 CPUtime=0
/proc/14118/task/14125/stat : 14125 (java) S 14116 14118 14072 0 -1 64 2 0 0 0 0 0 0 0 16 0 13 0 192062902 1753378816 55286 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=14118/tid=14126] ppid=14116 vsize=1712284 CPUtime=0.75
/proc/14118/task/14126/stat : 14126 (java) S 14116 14118 14072 0 -1 64 2013 0 0 0 74 1 0 0 16 0 13 0 192062902 1753378816 55286 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=14118/tid=14127] ppid=14116 vsize=1712284 CPUtime=0.81
/proc/14118/task/14127/stat : 14127 (java) S 14116 14118 14072 0 -1 64 1238 0 0 0 81 0 0 0 16 0 13 0 192062902 1753378816 55286 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=14118/tid=14128] ppid=14116 vsize=1712284 CPUtime=0
/proc/14118/task/14128/stat : 14128 (java) S 14116 14118 14072 0 -1 64 1 0 0 0 0 0 0 0 25 0 13 0 192062902 1753378816 55286 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=14118/tid=14129] ppid=14116 vsize=1712284 CPUtime=0
/proc/14118/task/14129/stat : 14129 (java) S 14116 14118 14072 0 -1 64 2 0 0 0 0 0 0 0 15 0 13 0 192062902 1753378816 55286 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=14118/tid=14130] ppid=14116 vsize=1712284 CPUtime=0
/proc/14118/task/14130/stat : 14130 (java) S 14116 14118 14072 0 -1 64 4 0 0 0 0 0 0 0 22 0 13 0 192063133 1753378816 55286 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 11.63
Current children cumulated vsize (Kb) 1712284

[startup+20.0103 s]
/proc/loadavg: 1.07 1.02 0.95 2/76 14130
/proc/meminfo: memFree=1126272/2055920 swapFree=4181400/4192956
[pid=14118] ppid=14116 vsize=1712788 CPUtime=21.86
/proc/14118/stat : 14118 (java) R 14116 14118 14072 0 -1 0 61515 0 1 0 2155 31 0 0 19 0 13 0 192062892 1753894912 48690 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4071611760 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/14118/statm: 428197 48690 1909 14 0 414944 0
[pid=14118/tid=14119] ppid=14116 vsize=1712788 CPUtime=0.58
/proc/14118/task/14119/stat : 14119 (java) S 14116 14118 14072 0 -1 64 10757 0 0 0 53 5 0 0 15 0 13 0 192062896 1753894912 48690 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=14118/tid=14120] ppid=14116 vsize=1712788 CPUtime=0.58
/proc/14118/task/14120/stat : 14120 (java) S 14116 14118 14072 0 -1 64 10410 0 0 0 53 5 0 0 16 0 13 0 192062896 1753894912 48690 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=14118/tid=14121] ppid=14116 vsize=1712788 CPUtime=0
/proc/14118/task/14121/stat : 14121 (java) S 14116 14118 14072 0 -1 64 10 0 0 0 0 0 0 0 15 0 13 0 192062898 1753894912 48690 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=14118/tid=14122] ppid=14116 vsize=1712788 CPUtime=0
/proc/14118/task/14122/stat : 14122 (java) S 14116 14118 14072 0 -1 64 9 0 0 0 0 0 0 0 16 0 13 0 192062899 1753894912 48690 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=14118/tid=14123] ppid=14116 vsize=1712788 CPUtime=0
/proc/14118/task/14123/stat : 14123 (java) S 14116 14118 14072 0 -1 64 5 0 0 0 0 0 0 0 16 0 13 0 192062899 1753894912 48690 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=14118/tid=14124] ppid=14116 vsize=1712788 CPUtime=0
/proc/14118/task/14124/stat : 14124 (java) S 14116 14118 14072 0 -1 64 1 0 0 0 0 0 0 0 24 0 13 0 192062902 1753894912 48690 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=14118/tid=14125] ppid=14116 vsize=1712788 CPUtime=0
/proc/14118/task/14125/stat : 14125 (java) S 14116 14118 14072 0 -1 64 2 0 0 0 0 0 0 0 16 0 13 0 192062902 1753894912 48690 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=14118/tid=14126] ppid=14116 vsize=1712788 CPUtime=0.94
/proc/14118/task/14126/stat : 14126 (java) S 14116 14118 14072 0 -1 64 2515 0 0 0 93 1 0 0 17 0 13 0 192062902 1753894912 48690 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=14118/tid=14127] ppid=14116 vsize=1712788 CPUtime=0.88
/proc/14118/task/14127/stat : 14127 (java) S 14116 14118 14072 0 -1 64 1243 0 0 0 88 0 0 0 17 0 13 0 192062902 1753894912 48690 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=14118/tid=14128] ppid=14116 vsize=1712788 CPUtime=0
/proc/14118/task/14128/stat : 14128 (java) S 14116 14118 14072 0 -1 64 1 0 0 0 0 0 0 0 25 0 13 0 192062902 1753894912 48690 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=14118/tid=14129] ppid=14116 vsize=1712788 CPUtime=0
/proc/14118/task/14129/stat : 14129 (java) S 14116 14118 14072 0 -1 64 2 0 0 0 0 0 0 0 15 0 13 0 192062902 1753894912 48690 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=14118/tid=14130] ppid=14116 vsize=1712788 CPUtime=0
/proc/14118/task/14130/stat : 14130 (java) S 14116 14118 14072 0 -1 64 4 0 0 0 0 0 0 0 22 0 13 0 192063133 1753894912 48690 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 21.86
Current children cumulated vsize (Kb) 1712788

[startup+30.0182 s]
/proc/loadavg: 1.06 1.01 0.95 2/76 14130
/proc/meminfo: memFree=1150208/2055920 swapFree=4181400/4192956
[pid=14118] ppid=14116 vsize=1712788 CPUtime=31.87
/proc/14118/stat : 14118 (java) R 14116 14118 14072 0 -1 0 61947 0 1 0 3155 32 0 0 25 0 13 0 192062892 1753894912 42738 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4071611775 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/14118/statm: 428197 42738 1910 14 0 414944 0
[pid=14118/tid=14119] ppid=14116 vsize=1712788 CPUtime=0.6
/proc/14118/task/14119/stat : 14119 (java) S 14116 14118 14072 0 -1 64 11001 0 0 0 55 5 0 0 16 0 13 0 192062896 1753894912 42738 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=14118/tid=14120] ppid=14116 vsize=1712788 CPUtime=0.6
/proc/14118/task/14120/stat : 14120 (java) S 14116 14118 14072 0 -1 64 10582 0 0 0 55 5 0 0 17 0 13 0 192062896 1753894912 42738 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=14118/tid=14121] ppid=14116 vsize=1712788 CPUtime=0.02
/proc/14118/task/14121/stat : 14121 (java) S 14116 14118 14072 0 -1 64 10 0 0 0 1 1 0 0 16 0 13 0 192062898 1753894912 42738 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=14118/tid=14122] ppid=14116 vsize=1712788 CPUtime=0
/proc/14118/task/14122/stat : 14122 (java) S 14116 14118 14072 0 -1 64 9 0 0 0 0 0 0 0 16 0 13 0 192062899 1753894912 42738 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=14118/tid=14123] ppid=14116 vsize=1712788 CPUtime=0
/proc/14118/task/14123/stat : 14123 (java) S 14116 14118 14072 0 -1 64 5 0 0 0 0 0 0 0 16 0 13 0 192062899 1753894912 42738 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=14118/tid=14124] ppid=14116 vsize=1712788 CPUtime=0
/proc/14118/task/14124/stat : 14124 (java) S 14116 14118 14072 0 -1 64 1 0 0 0 0 0 0 0 24 0 13 0 192062902 1753894912 42738 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=14118/tid=14125] ppid=14116 vsize=1712788 CPUtime=0
/proc/14118/task/14125/stat : 14125 (java) S 14116 14118 14072 0 -1 64 2 0 0 0 0 0 0 0 16 0 13 0 192062902 1753894912 42738 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=14118/tid=14126] ppid=14116 vsize=1712788 CPUtime=0.95
/proc/14118/task/14126/stat : 14126 (java) S 14116 14118 14072 0 -1 64 2515 0 0 0 94 1 0 0 17 0 13 0 192062902 1753894912 42738 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=14118/tid=14127] ppid=14116 vsize=1712788 CPUtime=0.88
/proc/14118/task/14127/stat : 14127 (java) S 14116 14118 14072 0 -1 64 1243 0 0 0 88 0 0 0 17 0 13 0 192062902 1753894912 42738 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=14118/tid=14128] ppid=14116 vsize=1712788 CPUtime=0
/proc/14118/task/14128/stat : 14128 (java) S 14116 14118 14072 0 -1 64 1 0 0 0 0 0 0 0 25 0 13 0 192062902 1753894912 42738 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=14118/tid=14129] ppid=14116 vsize=1712788 CPUtime=0
/proc/14118/task/14129/stat : 14129 (java) S 14116 14118 14072 0 -1 64 2 0 0 0 0 0 0 0 15 0 13 0 192062902 1753894912 42738 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=14118/tid=14130] ppid=14116 vsize=1712788 CPUtime=0
/proc/14118/task/14130/stat : 14130 (java) S 14116 14118 14072 0 -1 64 4 0 0 0 0 0 0 0 22 0 13 0 192063133 1753894912 42738 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 31.87
Current children cumulated vsize (Kb) 1712788

[startup+40.026 s]
/proc/loadavg: 1.05 1.01 0.95 2/76 14130
/proc/meminfo: memFree=1160832/2055920 swapFree=4181400/4192956
[pid=14118] ppid=14116 vsize=1712788 CPUtime=41.9
/proc/14118/stat : 14118 (java) R 14116 14118 14072 0 -1 0 62333 0 1 0 4158 32 0 0 17 0 13 0 192062892 1753894912 40082 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4071611780 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/14118/statm: 428197 40082 1910 14 0 414944 0
[pid=14118/tid=14119] ppid=14116 vsize=1712788 CPUtime=0.63
/proc/14118/task/14119/stat : 14119 (java) S 14116 14118 14072 0 -1 64 11232 0 0 0 58 5 0 0 16 0 13 0 192062896 1753894912 40082 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=14118/tid=14120] ppid=14116 vsize=1712788 CPUtime=0.63
/proc/14118/task/14120/stat : 14120 (java) S 14116 14118 14072 0 -1 64 10721 0 0 0 57 6 0 0 16 0 13 0 192062896 1753894912 40082 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=14118/tid=14121] ppid=14116 vsize=1712788 CPUtime=0.02
/proc/14118/task/14121/stat : 14121 (java) S 14116 14118 14072 0 -1 64 10 0 0 0 1 1 0 0 15 0 13 0 192062898 1753894912 40082 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=14118/tid=14122] ppid=14116 vsize=1712788 CPUtime=0
/proc/14118/task/14122/stat : 14122 (java) S 14116 14118 14072 0 -1 64 9 0 0 0 0 0 0 0 16 0 13 0 192062899 1753894912 40082 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=14118/tid=14123] ppid=14116 vsize=1712788 CPUtime=0
/proc/14118/task/14123/stat : 14123 (java) S 14116 14118 14072 0 -1 64 5 0 0 0 0 0 0 0 16 0 13 0 192062899 1753894912 40082 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=14118/tid=14124] ppid=14116 vsize=1712788 CPUtime=0
/proc/14118/task/14124/stat : 14124 (java) S 14116 14118 14072 0 -1 64 1 0 0 0 0 0 0 0 24 0 13 0 192062902 1753894912 40082 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=14118/tid=14125] ppid=14116 vsize=1712788 CPUtime=0
/proc/14118/task/14125/stat : 14125 (java) S 14116 14118 14072 0 -1 64 2 0 0 0 0 0 0 0 16 0 13 0 192062902 1753894912 40082 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=14118/tid=14126] ppid=14116 vsize=1712788 CPUtime=0.95
/proc/14118/task/14126/stat : 14126 (java) S 14116 14118 14072 0 -1 64 2515 0 0 0 94 1 0 0 17 0 13 0 192062902 1753894912 40082 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=14118/tid=14127] ppid=14116 vsize=1712788 CPUtime=0.88
/proc/14118/task/14127/stat : 14127 (java) S 14116 14118 14072 0 -1 64 1243 0 0 0 88 0 0 0 17 0 13 0 192062902 1753894912 40082 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=14118/tid=14128] ppid=14116 vsize=1712788 CPUtime=0
/proc/14118/task/14128/stat : 14128 (java) S 14116 14118 14072 0 -1 64 1 0 0 0 0 0 0 0 25 0 13 0 192062902 1753894912 40082 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=14118/tid=14129] ppid=14116 vsize=1712788 CPUtime=0
/proc/14118/task/14129/stat : 14129 (java) S 14116 14118 14072 0 -1 64 2 0 0 0 0 0 0 0 15 0 13 0 192062902 1753894912 40082 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=14118/tid=14130] ppid=14116 vsize=1712788 CPUtime=0
/proc/14118/task/14130/stat : 14130 (java) S 14116 14118 14072 0 -1 64 4 0 0 0 0 0 0 0 16 0 13 0 192063133 1753894912 40082 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 41.9
Current children cumulated vsize (Kb) 1712788

[startup+50.0338 s]
/proc/loadavg: 1.04 1.01 0.95 2/76 14130
/proc/meminfo: memFree=1164736/2055920 swapFree=4181400/4192956
[pid=14118] ppid=14116 vsize=1712788 CPUtime=51.94
/proc/14118/stat : 14118 (java) R 14116 14118 14072 0 -1 0 62764 0 1 0 5161 33 0 0 25 0 13 0 192062892 1753894912 39098 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4071491095 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/14118/statm: 428197 39098 1910 14 0 414944 0
[pid=14118/tid=14119] ppid=14116 vsize=1712788 CPUtime=0.67
/proc/14118/task/14119/stat : 14119 (java) S 14116 14118 14072 0 -1 64 11428 0 0 0 61 6 0 0 16 0 13 0 192062896 1753894912 39098 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=14118/tid=14120] ppid=14116 vsize=1712788 CPUtime=0.66
/proc/14118/task/14120/stat : 14120 (java) S 14116 14118 14072 0 -1 64 10941 0 0 0 60 6 0 0 16 0 13 0 192062896 1753894912 39098 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=14118/tid=14121] ppid=14116 vsize=1712788 CPUtime=0.02
/proc/14118/task/14121/stat : 14121 (java) S 14116 14118 14072 0 -1 64 10 0 0 0 1 1 0 0 16 0 13 0 192062898 1753894912 39098 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=14118/tid=14122] ppid=14116 vsize=1712788 CPUtime=0
/proc/14118/task/14122/stat : 14122 (java) S 14116 14118 14072 0 -1 64 9 0 0 0 0 0 0 0 16 0 13 0 192062899 1753894912 39098 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=14118/tid=14123] ppid=14116 vsize=1712788 CPUtime=0
/proc/14118/task/14123/stat : 14123 (java) S 14116 14118 14072 0 -1 64 5 0 0 0 0 0 0 0 16 0 13 0 192062899 1753894912 39098 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=14118/tid=14124] ppid=14116 vsize=1712788 CPUtime=0
/proc/14118/task/14124/stat : 14124 (java) S 14116 14118 14072 0 -1 64 1 0 0 0 0 0 0 0 24 0 13 0 192062902 1753894912 39098 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=14118/tid=14125] ppid=14116 vsize=1712788 CPUtime=0
/proc/14118/task/14125/stat : 14125 (java) S 14116 14118 14072 0 -1 64 2 0 0 0 0 0 0 0 16 0 13 0 192062902 1753894912 39098 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=14118/tid=14126] ppid=14116 vsize=1712788 CPUtime=0.95
/proc/14118/task/14126/stat : 14126 (java) S 14116 14118 14072 0 -1 64 2515 0 0 0 94 1 0 0 17 0 13 0 192062902 1753894912 39098 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=14118/tid=14127] ppid=14116 vsize=1712788 CPUtime=0.89
/proc/14118/task/14127/stat : 14127 (java) S 14116 14118 14072 0 -1 64 1243 0 0 0 89 0 0 0 16 0 13 0 192062902 1753894912 39098 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=14118/tid=14128] ppid=14116 vsize=1712788 CPUtime=0
/proc/14118/task/14128/stat : 14128 (java) S 14116 14118 14072 0 -1 64 1 0 0 0 0 0 0 0 25 0 13 0 192062902 1753894912 39098 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=14118/tid=14129] ppid=14116 vsize=1712788 CPUtime=0
/proc/14118/task/14129/stat : 14129 (java) S 14116 14118 14072 0 -1 64 2 0 0 0 0 0 0 0 15 0 13 0 192062902 1753894912 39098 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=14118/tid=14130] ppid=14116 vsize=1712788 CPUtime=0
/proc/14118/task/14130/stat : 14130 (java) S 14116 14118 14072 0 -1 64 4 0 0 0 0 0 0 0 16 0 13 0 192063133 1753894912 39098 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 51.94
Current children cumulated vsize (Kb) 1712788

[startup+60.0407 s]
/proc/loadavg: 1.03 1.01 0.95 2/76 14130
/proc/meminfo: memFree=1167040/2055920 swapFree=4181400/4192956
[pid=14118] ppid=14116 vsize=1712788 CPUtime=61.96
/proc/14118/stat : 14118 (java) R 14116 14118 14072 0 -1 0 63263 0 1 0 6163 33 0 0 18 0 13 0 192062892 1753894912 38525 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4071612211 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/14118/statm: 428197 38525 1910 14 0 414944 0
[pid=14118/tid=14119] ppid=14116 vsize=1712788 CPUtime=0.7
/proc/14118/task/14119/stat : 14119 (java) S 14116 14118 14072 0 -1 64 11681 0 0 0 64 6 0 0 16 0 13 0 192062896 1753894912 38525 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=14118/tid=14120] ppid=14116 vsize=1712788 CPUtime=0.68
/proc/14118/task/14120/stat : 14120 (java) S 14116 14118 14072 0 -1 64 11170 0 0 0 62 6 0 0 15 0 13 0 192062896 1753894912 38525 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=14118/tid=14121] ppid=14116 vsize=1712788 CPUtime=0.02
/proc/14118/task/14121/stat : 14121 (java) S 14116 14118 14072 0 -1 64 10 0 0 0 1 1 0 0 15 0 13 0 192062898 1753894912 38525 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=14118/tid=14122] ppid=14116 vsize=1712788 CPUtime=0
/proc/14118/task/14122/stat : 14122 (java) S 14116 14118 14072 0 -1 64 9 0 0 0 0 0 0 0 16 0 13 0 192062899 1753894912 38525 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=14118/tid=14123] ppid=14116 vsize=1712788 CPUtime=0
/proc/14118/task/14123/stat : 14123 (java) S 14116 14118 14072 0 -1 64 5 0 0 0 0 0 0 0 16 0 13 0 192062899 1753894912 38525 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=14118/tid=14124] ppid=14116 vsize=1712788 CPUtime=0
/proc/14118/task/14124/stat : 14124 (java) S 14116 14118 14072 0 -1 64 1 0 0 0 0 0 0 0 24 0 13 0 192062902 1753894912 38525 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0

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

[pid=14118/tid=14122] ppid=14116 vsize=1712788 CPUtime=0
/proc/14118/task/14122/stat : 14122 (java) S 14116 14118 14072 0 -1 64 9 0 0 0 0 0 0 0 16 0 13 0 192062899 1753894912 108690 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=14118/tid=14123] ppid=14116 vsize=1712788 CPUtime=0
/proc/14118/task/14123/stat : 14123 (java) S 14116 14118 14072 0 -1 64 5 0 0 0 0 0 0 0 16 0 13 0 192062899 1753894912 108690 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=14118/tid=14124] ppid=14116 vsize=1712788 CPUtime=0
/proc/14118/task/14124/stat : 14124 (java) S 14116 14118 14072 0 -1 64 1 0 0 0 0 0 0 0 24 0 13 0 192062902 1753894912 108690 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=14118/tid=14125] ppid=14116 vsize=1712788 CPUtime=0
/proc/14118/task/14125/stat : 14125 (java) S 14116 14118 14072 0 -1 64 2 0 0 0 0 0 0 0 16 0 13 0 192062902 1753894912 108690 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=14118/tid=14126] ppid=14116 vsize=1712788 CPUtime=0.99
/proc/14118/task/14126/stat : 14126 (java) S 14116 14118 14072 0 -1 64 2518 0 0 0 98 1 0 0 16 0 13 0 192062902 1753894912 108690 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=14118/tid=14127] ppid=14116 vsize=1712788 CPUtime=0.92
/proc/14118/task/14127/stat : 14127 (java) S 14116 14118 14072 0 -1 64 1245 0 0 0 92 0 0 0 17 0 13 0 192062902 1753894912 108690 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=14118/tid=14128] ppid=14116 vsize=1712788 CPUtime=0
/proc/14118/task/14128/stat : 14128 (java) S 14116 14118 14072 0 -1 64 1 0 0 0 0 0 0 0 25 0 13 0 192062902 1753894912 108690 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=14118/tid=14129] ppid=14116 vsize=1712788 CPUtime=0
/proc/14118/task/14129/stat : 14129 (java) S 14116 14118 14072 0 -1 64 2 0 0 0 0 0 0 0 15 0 13 0 192062902 1753894912 108690 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=14118/tid=14130] ppid=14116 vsize=1712788 CPUtime=0
/proc/14118/task/14130/stat : 14130 (java) S 14116 14118 14072 0 -1 64 7 0 0 0 0 0 0 0 16 0 13 0 192063133 1753894912 108690 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1795.89
Current children cumulated vsize (Kb) 1712788

[startup+1761.36 s]
/proc/loadavg: 1.01 1.02 1.00 2/76 14325
/proc/meminfo: memFree=885056/2055920 swapFree=4181400/4192956
[pid=14118] ppid=14116 vsize=1712788 CPUtime=1796.92
/proc/14118/stat : 14118 (java) R 14116 14118 14072 0 -1 0 152453 0 1 0 179273 419 0 0 18 0 13 0 192062892 1753894912 108690 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4071611763 0 4 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/14118/statm: 428197 108690 1910 14 0 414944 0
[pid=14118/tid=14119] ppid=14116 vsize=1712788 CPUtime=35.44
/proc/14118/task/14119/stat : 14119 (java) S 14116 14118 14072 0 -1 64 41834 0 0 0 3367 177 0 0 16 0 13 0 192062896 1753894912 108690 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=14118/tid=14120] ppid=14116 vsize=1712788 CPUtime=35.55
/proc/14118/task/14120/stat : 14120 (java) S 14116 14118 14072 0 -1 64 42564 0 0 0 3395 160 0 0 15 0 13 0 192062896 1753894912 108690 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=14118/tid=14121] ppid=14116 vsize=1712788 CPUtime=0.85
/proc/14118/task/14121/stat : 14121 (java) S 14116 14118 14072 0 -1 64 70 0 0 0 48 37 0 0 15 0 13 0 192062898 1753894912 108690 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=14118/tid=14122] ppid=14116 vsize=1712788 CPUtime=0
/proc/14118/task/14122/stat : 14122 (java) S 14116 14118 14072 0 -1 64 9 0 0 0 0 0 0 0 16 0 13 0 192062899 1753894912 108690 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=14118/tid=14123] ppid=14116 vsize=1712788 CPUtime=0
/proc/14118/task/14123/stat : 14123 (java) S 14116 14118 14072 0 -1 64 5 0 0 0 0 0 0 0 16 0 13 0 192062899 1753894912 108690 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=14118/tid=14124] ppid=14116 vsize=1712788 CPUtime=0
/proc/14118/task/14124/stat : 14124 (java) S 14116 14118 14072 0 -1 64 1 0 0 0 0 0 0 0 24 0 13 0 192062902 1753894912 108690 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=14118/tid=14125] ppid=14116 vsize=1712788 CPUtime=0
/proc/14118/task/14125/stat : 14125 (java) S 14116 14118 14072 0 -1 64 2 0 0 0 0 0 0 0 16 0 13 0 192062902 1753894912 108690 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=14118/tid=14126] ppid=14116 vsize=1712788 CPUtime=0.99
/proc/14118/task/14126/stat : 14126 (java) S 14116 14118 14072 0 -1 64 2518 0 0 0 98 1 0 0 16 0 13 0 192062902 1753894912 108690 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=14118/tid=14127] ppid=14116 vsize=1712788 CPUtime=0.92
/proc/14118/task/14127/stat : 14127 (java) S 14116 14118 14072 0 -1 64 1245 0 0 0 92 0 0 0 17 0 13 0 192062902 1753894912 108690 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=14118/tid=14128] ppid=14116 vsize=1712788 CPUtime=0
/proc/14118/task/14128/stat : 14128 (java) S 14116 14118 14072 0 -1 64 1 0 0 0 0 0 0 0 25 0 13 0 192062902 1753894912 108690 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=14118/tid=14129] ppid=14116 vsize=1712788 CPUtime=0
/proc/14118/task/14129/stat : 14129 (java) S 14116 14118 14072 0 -1 64 2 0 0 0 0 0 0 0 15 0 13 0 192062902 1753894912 108690 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=14118/tid=14130] ppid=14116 vsize=1712788 CPUtime=0
/proc/14118/task/14130/stat : 14130 (java) S 14116 14118 14072 0 -1 64 7 0 0 0 0 0 0 0 16 0 13 0 192063133 1753894912 108690 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1796.92
Current children cumulated vsize (Kb) 1712788

[startup+1762.36 s]
/proc/loadavg: 1.01 1.02 1.00 2/76 14325
/proc/meminfo: memFree=885056/2055920 swapFree=4181400/4192956
[pid=14118] ppid=14116 vsize=1712788 CPUtime=1797.95
/proc/14118/stat : 14118 (java) R 14116 14118 14072 0 -1 0 152455 0 1 0 179376 419 0 0 25 0 13 0 192062892 1753894912 108690 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4071491163 0 4 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/14118/statm: 428197 108690 1910 14 0 414944 0
[pid=14118/tid=14119] ppid=14116 vsize=1712788 CPUtime=35.47
/proc/14118/task/14119/stat : 14119 (java) S 14116 14118 14072 0 -1 64 41834 0 0 0 3370 177 0 0 16 0 13 0 192062896 1753894912 108690 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=14118/tid=14120] ppid=14116 vsize=1712788 CPUtime=35.58
/proc/14118/task/14120/stat : 14120 (java) S 14116 14118 14072 0 -1 64 42564 0 0 0 3398 160 0 0 16 0 13 0 192062896 1753894912 108690 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=14118/tid=14121] ppid=14116 vsize=1712788 CPUtime=0.86
/proc/14118/task/14121/stat : 14121 (java) S 14116 14118 14072 0 -1 64 70 0 0 0 49 37 0 0 15 0 13 0 192062898 1753894912 108690 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=14118/tid=14122] ppid=14116 vsize=1712788 CPUtime=0
/proc/14118/task/14122/stat : 14122 (java) S 14116 14118 14072 0 -1 64 9 0 0 0 0 0 0 0 16 0 13 0 192062899 1753894912 108690 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=14118/tid=14123] ppid=14116 vsize=1712788 CPUtime=0
/proc/14118/task/14123/stat : 14123 (java) S 14116 14118 14072 0 -1 64 5 0 0 0 0 0 0 0 16 0 13 0 192062899 1753894912 108690 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=14118/tid=14124] ppid=14116 vsize=1712788 CPUtime=0
/proc/14118/task/14124/stat : 14124 (java) S 14116 14118 14072 0 -1 64 1 0 0 0 0 0 0 0 24 0 13 0 192062902 1753894912 108690 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=14118/tid=14125] ppid=14116 vsize=1712788 CPUtime=0
/proc/14118/task/14125/stat : 14125 (java) S 14116 14118 14072 0 -1 64 2 0 0 0 0 0 0 0 16 0 13 0 192062902 1753894912 108690 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=14118/tid=14126] ppid=14116 vsize=1712788 CPUtime=0.99
/proc/14118/task/14126/stat : 14126 (java) S 14116 14118 14072 0 -1 64 2518 0 0 0 98 1 0 0 16 0 13 0 192062902 1753894912 108690 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=14118/tid=14127] ppid=14116 vsize=1712788 CPUtime=0.92
/proc/14118/task/14127/stat : 14127 (java) S 14116 14118 14072 0 -1 64 1245 0 0 0 92 0 0 0 17 0 13 0 192062902 1753894912 108690 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=14118/tid=14128] ppid=14116 vsize=1712788 CPUtime=0
/proc/14118/task/14128/stat : 14128 (java) S 14116 14118 14072 0 -1 64 1 0 0 0 0 0 0 0 25 0 13 0 192062902 1753894912 108690 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=14118/tid=14129] ppid=14116 vsize=1712788 CPUtime=0
/proc/14118/task/14129/stat : 14129 (java) S 14116 14118 14072 0 -1 64 2 0 0 0 0 0 0 0 15 0 13 0 192062902 1753894912 108690 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=14118/tid=14130] ppid=14116 vsize=1712788 CPUtime=0
/proc/14118/task/14130/stat : 14130 (java) S 14116 14118 14072 0 -1 64 7 0 0 0 0 0 0 0 16 0 13 0 192063133 1753894912 108690 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1797.95
Current children cumulated vsize (Kb) 1712788

[startup+1763.37 s]
/proc/loadavg: 1.01 1.02 1.00 2/76 14325
/proc/meminfo: memFree=885056/2055920 swapFree=4181400/4192956
[pid=14118] ppid=14116 vsize=1712788 CPUtime=1798.98
/proc/14118/stat : 14118 (java) R 14116 14118 14072 0 -1 0 152457 0 1 0 179478 420 0 0 25 0 13 0 192062892 1753894912 108690 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4071628906 0 4 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/14118/statm: 428197 108690 1910 14 0 414944 0
[pid=14118/tid=14119] ppid=14116 vsize=1712788 CPUtime=35.49
/proc/14118/task/14119/stat : 14119 (java) S 14116 14118 14072 0 -1 64 41834 0 0 0 3372 177 0 0 16 0 13 0 192062896 1753894912 108690 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=14118/tid=14120] ppid=14116 vsize=1712788 CPUtime=35.6
/proc/14118/task/14120/stat : 14120 (java) S 14116 14118 14072 0 -1 64 42564 0 0 0 3400 160 0 0 16 0 13 0 192062896 1753894912 108690 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=14118/tid=14121] ppid=14116 vsize=1712788 CPUtime=0.86
/proc/14118/task/14121/stat : 14121 (java) S 14116 14118 14072 0 -1 64 70 0 0 0 49 37 0 0 15 0 13 0 192062898 1753894912 108690 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=14118/tid=14122] ppid=14116 vsize=1712788 CPUtime=0
/proc/14118/task/14122/stat : 14122 (java) S 14116 14118 14072 0 -1 64 9 0 0 0 0 0 0 0 16 0 13 0 192062899 1753894912 108690 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=14118/tid=14123] ppid=14116 vsize=1712788 CPUtime=0
/proc/14118/task/14123/stat : 14123 (java) S 14116 14118 14072 0 -1 64 5 0 0 0 0 0 0 0 16 0 13 0 192062899 1753894912 108690 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=14118/tid=14124] ppid=14116 vsize=1712788 CPUtime=0
/proc/14118/task/14124/stat : 14124 (java) S 14116 14118 14072 0 -1 64 1 0 0 0 0 0 0 0 24 0 13 0 192062902 1753894912 108690 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=14118/tid=14125] ppid=14116 vsize=1712788 CPUtime=0
/proc/14118/task/14125/stat : 14125 (java) S 14116 14118 14072 0 -1 64 2 0 0 0 0 0 0 0 16 0 13 0 192062902 1753894912 108690 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=14118/tid=14126] ppid=14116 vsize=1712788 CPUtime=0.99
/proc/14118/task/14126/stat : 14126 (java) S 14116 14118 14072 0 -1 64 2518 0 0 0 98 1 0 0 16 0 13 0 192062902 1753894912 108690 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=14118/tid=14127] ppid=14116 vsize=1712788 CPUtime=0.92
/proc/14118/task/14127/stat : 14127 (java) S 14116 14118 14072 0 -1 64 1245 0 0 0 92 0 0 0 17 0 13 0 192062902 1753894912 108690 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=14118/tid=14128] ppid=14116 vsize=1712788 CPUtime=0
/proc/14118/task/14128/stat : 14128 (java) S 14116 14118 14072 0 -1 64 1 0 0 0 0 0 0 0 25 0 13 0 192062902 1753894912 108690 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=14118/tid=14129] ppid=14116 vsize=1712788 CPUtime=0
/proc/14118/task/14129/stat : 14129 (java) S 14116 14118 14072 0 -1 64 2 0 0 0 0 0 0 0 15 0 13 0 192062902 1753894912 108690 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=14118/tid=14130] ppid=14116 vsize=1712788 CPUtime=0
/proc/14118/task/14130/stat : 14130 (java) S 14116 14118 14072 0 -1 64 7 0 0 0 0 0 0 0 16 0 13 0 192063133 1753894912 108690 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1798.98
Current children cumulated vsize (Kb) 1712788

[startup+1764.38 s]
/proc/loadavg: 1.01 1.02 1.00 2/76 14325
/proc/meminfo: memFree=885056/2055920 swapFree=4181400/4192956
[pid=14118] ppid=14116 vsize=1712788 CPUtime=1800.01
/proc/14118/stat : 14118 (java) R 14116 14118 14072 0 -1 0 152459 0 1 0 179581 420 0 0 25 0 13 0 192062892 1753894912 108690 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4071628146 0 4 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/14118/statm: 428197 108690 1910 14 0 414944 0
[pid=14118/tid=14119] ppid=14116 vsize=1712788 CPUtime=35.52
/proc/14118/task/14119/stat : 14119 (java) S 14116 14118 14072 0 -1 64 41834 0 0 0 3375 177 0 0 16 0 13 0 192062896 1753894912 108690 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=14118/tid=14120] ppid=14116 vsize=1712788 CPUtime=35.62
/proc/14118/task/14120/stat : 14120 (java) S 14116 14118 14072 0 -1 64 42564 0 0 0 3402 160 0 0 16 0 13 0 192062896 1753894912 108690 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=14118/tid=14121] ppid=14116 vsize=1712788 CPUtime=0.86
/proc/14118/task/14121/stat : 14121 (java) S 14116 14118 14072 0 -1 64 70 0 0 0 49 37 0 0 15 0 13 0 192062898 1753894912 108690 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=14118/tid=14122] ppid=14116 vsize=1712788 CPUtime=0
/proc/14118/task/14122/stat : 14122 (java) S 14116 14118 14072 0 -1 64 9 0 0 0 0 0 0 0 16 0 13 0 192062899 1753894912 108690 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=14118/tid=14123] ppid=14116 vsize=1712788 CPUtime=0
/proc/14118/task/14123/stat : 14123 (java) S 14116 14118 14072 0 -1 64 5 0 0 0 0 0 0 0 16 0 13 0 192062899 1753894912 108690 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=14118/tid=14124] ppid=14116 vsize=1712788 CPUtime=0
/proc/14118/task/14124/stat : 14124 (java) S 14116 14118 14072 0 -1 64 1 0 0 0 0 0 0 0 24 0 13 0 192062902 1753894912 108690 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=14118/tid=14125] ppid=14116 vsize=1712788 CPUtime=0
/proc/14118/task/14125/stat : 14125 (java) S 14116 14118 14072 0 -1 64 2 0 0 0 0 0 0 0 16 0 13 0 192062902 1753894912 108690 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=14118/tid=14126] ppid=14116 vsize=1712788 CPUtime=0.99
/proc/14118/task/14126/stat : 14126 (java) S 14116 14118 14072 0 -1 64 2518 0 0 0 98 1 0 0 16 0 13 0 192062902 1753894912 108690 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=14118/tid=14127] ppid=14116 vsize=1712788 CPUtime=0.92
/proc/14118/task/14127/stat : 14127 (java) S 14116 14118 14072 0 -1 64 1245 0 0 0 92 0 0 0 17 0 13 0 192062902 1753894912 108690 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=14118/tid=14128] ppid=14116 vsize=1712788 CPUtime=0
/proc/14118/task/14128/stat : 14128 (java) S 14116 14118 14072 0 -1 64 1 0 0 0 0 0 0 0 25 0 13 0 192062902 1753894912 108690 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=14118/tid=14129] ppid=14116 vsize=1712788 CPUtime=0
/proc/14118/task/14129/stat : 14129 (java) S 14116 14118 14072 0 -1 64 2 0 0 0 0 0 0 0 15 0 13 0 192062902 1753894912 108690 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=14118/tid=14130] ppid=14116 vsize=1712788 CPUtime=0
/proc/14118/task/14130/stat : 14130 (java) S 14116 14118 14072 0 -1 64 7 0 0 0 0 0 0 0 16 0 13 0 192063133 1753894912 108690 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1800.01
Current children cumulated vsize (Kb) 1712788



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1764.38 s]
/proc/loadavg: 1.01 1.02 1.00 2/76 14325
/proc/meminfo: memFree=885056/2055920 swapFree=4181400/4192956
[pid=14118] ppid=14116 vsize=1712788 CPUtime=1800.01
/proc/14118/stat : 14118 (java) R 14116 14118 14072 0 -1 0 152459 0 1 0 179581 420 0 0 25 0 13 0 192062892 1753894912 108690 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4071629677 0 4 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/14118/statm: 428197 108690 1910 14 0 414944 0
[pid=14118/tid=14119] ppid=14116 vsize=1712788 CPUtime=35.52
/proc/14118/task/14119/stat : 14119 (java) S 14116 14118 14072 0 -1 64 41834 0 0 0 3375 177 0 0 16 0 13 0 192062896 1753894912 108690 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=14118/tid=14120] ppid=14116 vsize=1712788 CPUtime=35.62
/proc/14118/task/14120/stat : 14120 (java) S 14116 14118 14072 0 -1 64 42564 0 0 0 3402 160 0 0 16 0 13 0 192062896 1753894912 108690 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=14118/tid=14121] ppid=14116 vsize=1712788 CPUtime=0.86
/proc/14118/task/14121/stat : 14121 (java) S 14116 14118 14072 0 -1 64 70 0 0 0 49 37 0 0 15 0 13 0 192062898 1753894912 108690 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=14118/tid=14122] ppid=14116 vsize=1712788 CPUtime=0
/proc/14118/task/14122/stat : 14122 (java) S 14116 14118 14072 0 -1 64 9 0 0 0 0 0 0 0 16 0 13 0 192062899 1753894912 108690 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=14118/tid=14123] ppid=14116 vsize=1712788 CPUtime=0
/proc/14118/task/14123/stat : 14123 (java) S 14116 14118 14072 0 -1 64 5 0 0 0 0 0 0 0 16 0 13 0 192062899 1753894912 108690 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=14118/tid=14124] ppid=14116 vsize=1712788 CPUtime=0
/proc/14118/task/14124/stat : 14124 (java) S 14116 14118 14072 0 -1 64 1 0 0 0 0 0 0 0 24 0 13 0 192062902 1753894912 108690 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=14118/tid=14125] ppid=14116 vsize=1712788 CPUtime=0
/proc/14118/task/14125/stat : 14125 (java) S 14116 14118 14072 0 -1 64 2 0 0 0 0 0 0 0 16 0 13 0 192062902 1753894912 108690 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=14118/tid=14126] ppid=14116 vsize=1712788 CPUtime=0.99
/proc/14118/task/14126/stat : 14126 (java) S 14116 14118 14072 0 -1 64 2518 0 0 0 98 1 0 0 16 0 13 0 192062902 1753894912 108690 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=14118/tid=14127] ppid=14116 vsize=1712788 CPUtime=0.92
/proc/14118/task/14127/stat : 14127 (java) S 14116 14118 14072 0 -1 64 1245 0 0 0 92 0 0 0 17 0 13 0 192062902 1753894912 108690 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=14118/tid=14128] ppid=14116 vsize=1712788 CPUtime=0
/proc/14118/task/14128/stat : 14128 (java) S 14116 14118 14072 0 -1 64 1 0 0 0 0 0 0 0 25 0 13 0 192062902 1753894912 108690 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=14118/tid=14129] ppid=14116 vsize=1712788 CPUtime=0
/proc/14118/task/14129/stat : 14129 (java) S 14116 14118 14072 0 -1 64 2 0 0 0 0 0 0 0 15 0 13 0 192062902 1753894912 108690 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=14118/tid=14130] ppid=14116 vsize=1712788 CPUtime=0
/proc/14118/task/14130/stat : 14130 (java) S 14116 14118 14072 0 -1 64 7 0 0 0 0 0 0 0 16 0 13 0 192063133 1753894912 108690 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1800.01
Current children cumulated vsize (Kb) 1712788

Sending SIGTERM to -14118
Sleeping 2 seconds

Child status: 143
Real time (s): 1764.51
CPU time (s): 1800.13
CPU user time (s): 1795.86
CPU system time (s): 4.27135
CPU usage (%): 102.019
Max. virtual memory (cumulated for all children) (Kb): 1712788

Launcher Data (download as text)

Begin job on node44 on Fri Jun  2 15:59:21 UTC 2006


FILE ID= 42441-1149263961

PBS_JOBID= 298802

BENCH NAME= ROOT/tmp/node44/42441-1149263961/instance-42441-1149263961.opb
COMMAND LINE= java -server -Xms1500M -Xmx1500M -jar ROOT/solvers/PB/PB06final/user5/sat4jPseudoHeuristics.jar ROOT/tmp/node44/42441-1149263961/instance-42441-1149263961.opb 833982479
RUNSOLVER COMMAND LINE= runsolver  --timestamp  -w ROOT/results/node44/watcher-42441-1149263961 -o ROOT/results/node44/solver-42441-1149263961 -C 1800 -M 1800 -S 64  java -server -Xms1500M -Xmx1500M -jar ROOT/solvers/PB/PB06final/user5/sat4jPseudoHeuristics.jar ROOT/tmp/node44/42441-1149263961/instance-42441-1149263961.opb 833982479

MD5SUM SOLVER= 3cef94aa015dc0dd234d31843a257d70
MD5SUM BENCH=  cf56ee4a2e10a22486df8fb664e91027

RANDOM SEED= 833982479


/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.261
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.261
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:       1314280 kB
Buffers:         27640 kB
Cached:         642004 kB
SwapCached:       3488 kB
Active:          72432 kB
Inactive:       606120 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1314280 kB
SwapTotal:     4192956 kB
SwapFree:      4181400 kB
Dirty:             168 kB
Writeback:           0 kB
Mapped:          14948 kB
Slab:            49096 kB
Committed_AS:   243024 kB
PageTables:       1412 kB
VmallocTotal: 536870911 kB
VmallocUsed:    264952 kB
VmallocChunk: 536605679 kB
HugePages_Total:     0
HugePages_Free:      0
Hugepagesize:     2048 kB


End job on node44 on Fri Jun  2 16:28:45 UTC 2006