Trace number 42390

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) 1801.04 1781.52

General information on the benchmark

Namenormalized-PB06/OPT-SMALLINT/reduced/mps-v2-20-10/plato.asu.edu/
pub/fctp/normalized-reduced-mps-v2-20-10-n3708.opb
MD5SUMd44ccf8fb2d5e43b368613290c78fd1e
Bench CategoryOPT-SMALLINT (optimisation, small integers)
Best result obtained on this benchmarkUNSAT
Best value of the objective obtained on this benchmark
Best CPU time to get the best result obtained on this benchmark8.84366
Has Objective FunctionYES
SatisfiableNO
(Un)Satisfiability was provedYES
Best value of the objective function
Optimality of the best value was proved
Number of variables155000
Total number of constraints5150
Number of constraints which are clauses0
Number of constraints which are cardinality constraints (but not clauses)0
Number of constraints which are nor clauses,nor cardinality constraints5150
Minimum length of a constraint31
Maximum length of a constraint3000
Number of terms in the objective function 155000
Biggest coefficient in the objective function 76
Number of bits for the biggest coefficient in the objective function 7
Sum of the numbers in the objective function 655014
Number of bits of the sum of numbers in the objective function 20
Biggest number in a constraint 262144
Number of bits of the biggest number in a constraint 19
Biggest sum of numbers in a constraint 655014
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.23	c SAT4J: a SATisfiability library for Java (c) 2004-2006 Daniel Le Berre
0.23	c This is free software under the GNU LGPL licence. See www.sat4j.org for details.
0.23	c no version file found!!!
0.23	c sun.arch.data.model	32
0.23	c java.version	1.5.0_06
0.23	c os.name	Linux
0.23	c os.version	2.6.9-22.EL.rootsmp
0.24	c os.arch	i386
0.24	c Free memory 1548419056
0.24	c Max memory 1551040512
0.24	c Total memory 1551040512
0.24	c Number of processors 2
0.30	c Cutting planes based inference
0.30	c --- Begin Solver configuration ---
0.30	c org.sat4j.minisat.uip.FirstUIP@1df073d
0.30	c org.sat4j.minisat.constraints.PBMaxClauseCardConstrDataStructure@1546e25
0.30	c org.sat4j.minisat.learning.MiniSATLearning@b66cc
0.30	c conflictBoundIncFactor=1.5 learntBoundIncFactor=1.1 initLearntBoundConstraintFactor=10000.0 initConflictBound=100 
0.30	c VSIDS like heuristics from MiniSAT using a heap
0.30	c No reason simplification
0.30	c --- End Solver configuration ---
0.30	c solving ROOT/tmp/node21/42390-1149251559/instance-42390-1149251559.opb
0.30	c reading problem ... 
36.44	c ... done. Time 36.14 ms.
36.44	c #vars     155000
36.44	c #constraints  5300
1781.41	c starts		: 1
1781.41	c conflicts		: 96
1781.41	c decisions		: 122620
1781.41	c propagations		: 321966
1781.41	c inspects		: 466609
1781.41	c learnt literals	: 0
1781.41	c learnt binary clauses	: 0
1781.41	c learnt ternary clauses	: 0
1781.41	c learnt clauses	: 95
1781.41	c root simplifications	: 0
1781.41	c removed literals (reason simplification)	: 0
1781.41	c reason swapping (by a shorter reason)	: 0
1781.41	c Calls to reduceDB	: 0
1781.41	c speed (decisions/second)	: 70.29270473853774
1781.41	c non guided choices	0
1781.41	s UNKNOWN
1781.41	c Total wall clock time (ms): 1781.112

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

Current StackSize limit: 67108864 bytes

/proc/loadavg: 0.91 0.95 0.90 2/64 22358
/proc/meminfo: memFree=1191976/2055920 swapFree=4181452/4192956
[pid=22358] ppid=22356 vsize=1592 CPUtime=0
/proc/22358/stat : 22358 (java) R 22356 22358 22312 0 -1 0 131 0 0 0 0 0 0 0 19 0 1 0 190818971 1630208 103 18446744073709551615 134512640 134570276 4294956608 18446744073709551615 4294960144 0 0 4096 0 0 0 0 17 1 0 0
/proc/22358/statm: 446 109 86 14 0 91 0

[startup+10.0017 s]
/proc/loadavg: 0.93 0.95 0.90 2/75 22369
/proc/meminfo: memFree=938200/2055920 swapFree=4181452/4192956
[pid=22358] ppid=22356 vsize=1715772 CPUtime=11.52
/proc/22358/stat : 22358 (java) R 22356 22358 22312 0 -1 0 70548 0 1 0 1114 38 0 0 22 0 12 0 190818971 1756950528 65157 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4071081751 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/22358/statm: 428943 65157 1884 14 0 415690 0
[pid=22358/tid=22359] ppid=22356 vsize=1715772 CPUtime=1.03
/proc/22358/task/22359/stat : 22359 (java) S 22356 22358 22312 0 -1 64 15010 0 0 0 91 12 0 0 15 0 12 0 190818983 1756950528 65157 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=22358/tid=22360] ppid=22356 vsize=1715772 CPUtime=1.03
/proc/22358/task/22360/stat : 22360 (java) S 22356 22358 22312 0 -1 64 17895 0 0 0 94 9 0 0 16 0 12 0 190818983 1756950528 65157 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=22358/tid=22361] ppid=22356 vsize=1715772 CPUtime=0
/proc/22358/task/22361/stat : 22361 (java) S 22356 22358 22312 0 -1 64 10 0 0 0 0 0 0 0 16 0 12 0 190818985 1756950528 65157 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=22358/tid=22362] ppid=22356 vsize=1715772 CPUtime=0
/proc/22358/task/22362/stat : 22362 (java) S 22356 22358 22312 0 -1 64 9 0 0 0 0 0 0 0 16 0 12 0 190818986 1756950528 65157 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=22358/tid=22363] ppid=22356 vsize=1715772 CPUtime=0
/proc/22358/task/22363/stat : 22363 (java) S 22356 22358 22312 0 -1 64 5 0 0 0 0 0 0 0 16 0 12 0 190818986 1756950528 65157 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=22358/tid=22364] ppid=22356 vsize=1715772 CPUtime=0
/proc/22358/task/22364/stat : 22364 (java) S 22356 22358 22312 0 -1 64 1 0 0 0 0 0 0 0 24 0 12 0 190818989 1756950528 65157 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=22358/tid=22365] ppid=22356 vsize=1715772 CPUtime=0
/proc/22358/task/22365/stat : 22365 (java) S 22356 22358 22312 0 -1 64 2 0 0 0 0 0 0 0 17 0 12 0 190818989 1756950528 65157 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=22358/tid=22366] ppid=22356 vsize=1715772 CPUtime=0.37
/proc/22358/task/22366/stat : 22366 (java) S 22356 22358 22312 0 -1 64 402 0 0 0 37 0 0 0 17 0 12 0 190818989 1756950528 65157 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=22358/tid=22367] ppid=22356 vsize=1715772 CPUtime=0.45
/proc/22358/task/22367/stat : 22367 (java) S 22356 22358 22312 0 -1 64 731 0 0 0 45 0 0 0 17 0 12 0 190818989 1756950528 65157 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=22358/tid=22368] ppid=22356 vsize=1715772 CPUtime=0
/proc/22358/task/22368/stat : 22368 (java) S 22356 22358 22312 0 -1 64 1 0 0 0 0 0 0 0 25 0 12 0 190818989 1756950528 65157 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=22358/tid=22369] ppid=22356 vsize=1715772 CPUtime=0
/proc/22358/task/22369/stat : 22369 (java) S 22356 22358 22312 0 -1 64 2 0 0 0 0 0 0 0 15 0 12 0 190818989 1756950528 65157 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 11.52
Current children cumulated vsize (Kb) 1715772

[startup+20.0088 s]
/proc/loadavg: 0.94 0.96 0.91 2/75 22369
/proc/meminfo: memFree=962904/2055920 swapFree=4181452/4192956
[pid=22358] ppid=22356 vsize=1715772 CPUtime=21.61
/proc/22358/stat : 22358 (java) R 22356 22358 22312 0 -1 0 71518 0 1 0 2121 40 0 0 20 0 12 0 190818971 1756950528 59014 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4071446114 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/22358/statm: 428943 59014 1884 14 0 415690 0
[pid=22358/tid=22359] ppid=22356 vsize=1715772 CPUtime=1.12
/proc/22358/task/22359/stat : 22359 (java) S 22356 22358 22312 0 -1 64 15647 0 0 0 99 13 0 0 16 0 12 0 190818983 1756950528 59014 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=22358/tid=22360] ppid=22356 vsize=1715772 CPUtime=1.12
/proc/22358/task/22360/stat : 22360 (java) S 22356 22358 22312 0 -1 64 18200 0 0 0 102 10 0 0 16 0 12 0 190818983 1756950528 59014 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=22358/tid=22361] ppid=22356 vsize=1715772 CPUtime=0
/proc/22358/task/22361/stat : 22361 (java) S 22356 22358 22312 0 -1 64 18 0 0 0 0 0 0 0 15 0 12 0 190818985 1756950528 59014 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=22358/tid=22362] ppid=22356 vsize=1715772 CPUtime=0
/proc/22358/task/22362/stat : 22362 (java) S 22356 22358 22312 0 -1 64 9 0 0 0 0 0 0 0 16 0 12 0 190818986 1756950528 59014 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=22358/tid=22363] ppid=22356 vsize=1715772 CPUtime=0
/proc/22358/task/22363/stat : 22363 (java) S 22356 22358 22312 0 -1 64 5 0 0 0 0 0 0 0 16 0 12 0 190818986 1756950528 59014 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=22358/tid=22364] ppid=22356 vsize=1715772 CPUtime=0
/proc/22358/task/22364/stat : 22364 (java) S 22356 22358 22312 0 -1 64 1 0 0 0 0 0 0 0 24 0 12 0 190818989 1756950528 59014 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=22358/tid=22365] ppid=22356 vsize=1715772 CPUtime=0
/proc/22358/task/22365/stat : 22365 (java) S 22356 22358 22312 0 -1 64 2 0 0 0 0 0 0 0 17 0 12 0 190818989 1756950528 59014 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=22358/tid=22366] ppid=22356 vsize=1715772 CPUtime=0.37
/proc/22358/task/22366/stat : 22366 (java) S 22356 22358 22312 0 -1 64 402 0 0 0 37 0 0 0 17 0 12 0 190818989 1756950528 59014 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=22358/tid=22367] ppid=22356 vsize=1715772 CPUtime=0.45
/proc/22358/task/22367/stat : 22367 (java) S 22356 22358 22312 0 -1 64 731 0 0 0 45 0 0 0 17 0 12 0 190818989 1756950528 59014 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=22358/tid=22368] ppid=22356 vsize=1715772 CPUtime=0
/proc/22358/task/22368/stat : 22368 (java) S 22356 22358 22312 0 -1 64 1 0 0 0 0 0 0 0 25 0 12 0 190818989 1756950528 59014 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=22358/tid=22369] ppid=22356 vsize=1715772 CPUtime=0
/proc/22358/task/22369/stat : 22369 (java) S 22356 22358 22312 0 -1 64 2 0 0 0 0 0 0 0 15 0 12 0 190818989 1756950528 59014 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 21.61
Current children cumulated vsize (Kb) 1715772

[startup+30.0159 s]
/proc/loadavg: 0.95 0.96 0.91 2/75 22369
/proc/meminfo: memFree=987736/2055920 swapFree=4181452/4192956
[pid=22358] ppid=22356 vsize=1715772 CPUtime=31.71
/proc/22358/stat : 22358 (java) R 22356 22358 22312 0 -1 0 72546 0 1 0 3129 42 0 0 20 0 12 0 190818971 1756950528 52813 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4071355834 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/22358/statm: 428943 52813 1884 14 0 415690 0
[pid=22358/tid=22359] ppid=22356 vsize=1715772 CPUtime=1.21
/proc/22358/task/22359/stat : 22359 (java) S 22356 22358 22312 0 -1 64 16098 0 0 0 108 13 0 0 16 0 12 0 190818983 1756950528 52813 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=22358/tid=22360] ppid=22356 vsize=1715772 CPUtime=1.2
/proc/22358/task/22360/stat : 22360 (java) S 22356 22358 22312 0 -1 64 18758 0 0 0 110 10 0 0 16 0 12 0 190818983 1756950528 52813 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=22358/tid=22361] ppid=22356 vsize=1715772 CPUtime=0.01
/proc/22358/task/22361/stat : 22361 (java) S 22356 22358 22312 0 -1 64 18 0 0 0 0 1 0 0 15 0 12 0 190818985 1756950528 52813 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=22358/tid=22362] ppid=22356 vsize=1715772 CPUtime=0
/proc/22358/task/22362/stat : 22362 (java) S 22356 22358 22312 0 -1 64 9 0 0 0 0 0 0 0 16 0 12 0 190818986 1756950528 52813 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=22358/tid=22363] ppid=22356 vsize=1715772 CPUtime=0
/proc/22358/task/22363/stat : 22363 (java) S 22356 22358 22312 0 -1 64 5 0 0 0 0 0 0 0 16 0 12 0 190818986 1756950528 52813 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=22358/tid=22364] ppid=22356 vsize=1715772 CPUtime=0
/proc/22358/task/22364/stat : 22364 (java) S 22356 22358 22312 0 -1 64 1 0 0 0 0 0 0 0 24 0 12 0 190818989 1756950528 52813 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=22358/tid=22365] ppid=22356 vsize=1715772 CPUtime=0
/proc/22358/task/22365/stat : 22365 (java) S 22356 22358 22312 0 -1 64 2 0 0 0 0 0 0 0 17 0 12 0 190818989 1756950528 52813 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=22358/tid=22366] ppid=22356 vsize=1715772 CPUtime=0.37
/proc/22358/task/22366/stat : 22366 (java) S 22356 22358 22312 0 -1 64 402 0 0 0 37 0 0 0 17 0 12 0 190818989 1756950528 52813 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=22358/tid=22367] ppid=22356 vsize=1715772 CPUtime=0.45
/proc/22358/task/22367/stat : 22367 (java) S 22356 22358 22312 0 -1 64 731 0 0 0 45 0 0 0 17 0 12 0 190818989 1756950528 52813 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=22358/tid=22368] ppid=22356 vsize=1715772 CPUtime=0
/proc/22358/task/22368/stat : 22368 (java) S 22356 22358 22312 0 -1 64 1 0 0 0 0 0 0 0 25 0 12 0 190818989 1756950528 52813 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=22358/tid=22369] ppid=22356 vsize=1715772 CPUtime=0
/proc/22358/task/22369/stat : 22369 (java) S 22356 22358 22312 0 -1 64 2 0 0 0 0 0 0 0 15 0 12 0 190818989 1756950528 52813 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 31.71
Current children cumulated vsize (Kb) 1715772

[startup+40.023 s]
/proc/loadavg: 0.95 0.96 0.91 2/76 22370
/proc/meminfo: memFree=964624/2055920 swapFree=4181452/4192956
[pid=22358] ppid=22356 vsize=1717240 CPUtime=42.3
/proc/22358/stat : 22358 (java) R 22356 22358 22312 0 -1 0 80664 0 1 0 4184 46 0 0 25 0 13 0 190818971 1758453760 58682 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4071676570 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/22358/statm: 429310 58682 1910 14 0 416057 0
[pid=22358/tid=22359] ppid=22356 vsize=1717240 CPUtime=1.29
/proc/22358/task/22359/stat : 22359 (java) S 22356 22358 22312 0 -1 64 17000 0 0 0 115 14 0 0 16 0 13 0 190818983 1758453760 58682 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=22358/tid=22360] ppid=22356 vsize=1717240 CPUtime=1.29
/proc/22358/task/22360/stat : 22360 (java) S 22356 22358 22312 0 -1 64 20623 0 0 0 118 11 0 0 16 0 13 0 190818983 1758453760 58682 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=22358/tid=22361] ppid=22356 vsize=1717240 CPUtime=0.02
/proc/22358/task/22361/stat : 22361 (java) S 22356 22358 22312 0 -1 64 40 0 0 0 1 1 0 0 16 0 13 0 190818985 1758453760 58682 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=22358/tid=22362] ppid=22356 vsize=1717240 CPUtime=0
/proc/22358/task/22362/stat : 22362 (java) S 22356 22358 22312 0 -1 64 9 0 0 0 0 0 0 0 16 0 13 0 190818986 1758453760 58682 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=22358/tid=22363] ppid=22356 vsize=1717240 CPUtime=0
/proc/22358/task/22363/stat : 22363 (java) S 22356 22358 22312 0 -1 64 5 0 0 0 0 0 0 0 16 0 13 0 190818986 1758453760 58682 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=22358/tid=22364] ppid=22356 vsize=1717240 CPUtime=0
/proc/22358/task/22364/stat : 22364 (java) S 22356 22358 22312 0 -1 64 1 0 0 0 0 0 0 0 24 0 13 0 190818989 1758453760 58682 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=22358/tid=22365] ppid=22356 vsize=1717240 CPUtime=0
/proc/22358/task/22365/stat : 22365 (java) S 22356 22358 22312 0 -1 64 2 0 0 0 0 0 0 0 17 0 13 0 190818989 1758453760 58682 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=22358/tid=22366] ppid=22356 vsize=1717240 CPUtime=0.79
/proc/22358/task/22366/stat : 22366 (java) S 22356 22358 22312 0 -1 64 1355 0 0 0 79 0 0 0 16 0 13 0 190818989 1758453760 58682 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=22358/tid=22367] ppid=22356 vsize=1717240 CPUtime=0.81
/proc/22358/task/22367/stat : 22367 (java) S 22356 22358 22312 0 -1 64 1106 0 0 0 81 0 0 0 16 0 13 0 190818989 1758453760 58682 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=22358/tid=22368] ppid=22356 vsize=1717240 CPUtime=0
/proc/22358/task/22368/stat : 22368 (java) S 22356 22358 22312 0 -1 64 1 0 0 0 0 0 0 0 25 0 13 0 190818989 1758453760 58682 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=22358/tid=22369] ppid=22356 vsize=1717240 CPUtime=0
/proc/22358/task/22369/stat : 22369 (java) S 22356 22358 22312 0 -1 64 2 0 0 0 0 0 0 0 15 0 13 0 190818989 1758453760 58682 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=22358/tid=22370] ppid=22356 vsize=1717240 CPUtime=0
/proc/22358/task/22370/stat : 22370 (java) S 22356 22358 22312 0 -1 64 4 0 0 0 0 0 0 0 18 0 13 0 190822682 1758453760 58682 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 42.3
Current children cumulated vsize (Kb) 1717240

[startup+50.0311 s]
/proc/loadavg: 0.96 0.96 0.91 2/76 22370
/proc/meminfo: memFree=959504/2055920 swapFree=4181452/4192956
[pid=22358] ppid=22356 vsize=1716288 CPUtime=52.44
/proc/22358/stat : 22358 (java) R 22356 22358 22312 0 -1 0 82934 0 1 0 5197 47 0 0 25 0 13 0 190818971 1757478912 59898 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4071373853 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/22358/statm: 429072 59898 1910 14 0 415819 0
[pid=22358/tid=22359] ppid=22356 vsize=1716288 CPUtime=1.34
/proc/22358/task/22359/stat : 22359 (java) S 22356 22358 22312 0 -1 64 18055 0 0 0 120 14 0 0 17 0 13 0 190818983 1757478912 59898 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=22358/tid=22360] ppid=22356 vsize=1716288 CPUtime=1.33
/proc/22358/task/22360/stat : 22360 (java) S 22356 22358 22312 0 -1 64 21820 0 0 0 122 11 0 0 16 0 13 0 190818983 1757478912 59898 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=22358/tid=22361] ppid=22356 vsize=1716288 CPUtime=0.02
/proc/22358/task/22361/stat : 22361 (java) S 22356 22358 22312 0 -1 64 40 0 0 0 1 1 0 0 16 0 13 0 190818985 1757478912 59898 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=22358/tid=22362] ppid=22356 vsize=1716288 CPUtime=0
/proc/22358/task/22362/stat : 22362 (java) S 22356 22358 22312 0 -1 64 9 0 0 0 0 0 0 0 16 0 13 0 190818986 1757478912 59898 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=22358/tid=22363] ppid=22356 vsize=1716288 CPUtime=0
/proc/22358/task/22363/stat : 22363 (java) S 22356 22358 22312 0 -1 64 5 0 0 0 0 0 0 0 16 0 13 0 190818986 1757478912 59898 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=22358/tid=22364] ppid=22356 vsize=1716288 CPUtime=0
/proc/22358/task/22364/stat : 22364 (java) S 22356 22358 22312 0 -1 64 1 0 0 0 0 0 0 0 24 0 13 0 190818989 1757478912 59898 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=22358/tid=22365] ppid=22356 vsize=1716288 CPUtime=0
/proc/22358/task/22365/stat : 22365 (java) S 22356 22358 22312 0 -1 64 2 0 0 0 0 0 0 0 17 0 13 0 190818989 1757478912 59898 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=22358/tid=22366] ppid=22356 vsize=1716288 CPUtime=0.85
/proc/22358/task/22366/stat : 22366 (java) S 22356 22358 22312 0 -1 64 1359 0 0 0 85 0 0 0 16 0 13 0 190818989 1757478912 59898 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=22358/tid=22367] ppid=22356 vsize=1716288 CPUtime=0.88
/proc/22358/task/22367/stat : 22367 (java) S 22356 22358 22312 0 -1 64 1110 0 0 0 88 0 0 0 17 0 13 0 190818989 1757478912 59898 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=22358/tid=22368] ppid=22356 vsize=1716288 CPUtime=0
/proc/22358/task/22368/stat : 22368 (java) S 22356 22358 22312 0 -1 64 1 0 0 0 0 0 0 0 25 0 13 0 190818989 1757478912 59898 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=22358/tid=22369] ppid=22356 vsize=1716288 CPUtime=0
/proc/22358/task/22369/stat : 22369 (java) S 22356 22358 22312 0 -1 64 2 0 0 0 0 0 0 0 15 0 13 0 190818989 1757478912 59898 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=22358/tid=22370] ppid=22356 vsize=1716288 CPUtime=0
/proc/22358/task/22370/stat : 22370 (java) S 22356 22358 22312 0 -1 64 4 0 0 0 0 0 0 0 18 0 13 0 190822682 1757478912 59898 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 52.44
Current children cumulated vsize (Kb) 1716288

[startup+60.0382 s]
/proc/loadavg: 0.97 0.96 0.91 2/76 22370
/proc/meminfo: memFree=954512/2055920 swapFree=4181452/4192956
[pid=22358] ppid=22356 vsize=1716736 CPUtime=62.62
/proc/22358/stat : 22358 (java) R 22356 22358 22312 0 -1 0 85581 0 1 0 6213 49 0 0 25 0 13 0 190818971 1757937664 61142 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4071642766 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/22358/statm: 429184 61142 1910 14 0 415931 0
[pid=22358/tid=22359] ppid=22356 vsize=1716736 CPUtime=1.4
/proc/22358/task/22359/stat : 22359 (java) S 22356 22358 22312 0 -1 64 19055 0 0 0 125 15 0 0 17 0 13 0 190818983 1757937664 61142 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=22358/tid=22360] ppid=22356 vsize=1716736 CPUtime=1.4
/proc/22358/task/22360/stat : 22360 (java) S 22356 22358 22312 0 -1 64 23185 0 0 0 128 12 0 0 16 0 13 0 190818983 1757937664 61142 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=22358/tid=22361] ppid=22356 vsize=1716736 CPUtime=0.02
/proc/22358/task/22361/stat : 22361 (java) S 22356 22358 22312 0 -1 64 40 0 0 0 1 1 0 0 17 0 13 0 190818985 1757937664 61142 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=22358/tid=22362] ppid=22356 vsize=1716736 CPUtime=0
/proc/22358/task/22362/stat : 22362 (java) S 22356 22358 22312 0 -1 64 9 0 0 0 0 0 0 0 16 0 13 0 190818986 1757937664 61142 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=22358/tid=22363] ppid=22356 vsize=1716736 CPUtime=0
/proc/22358/task/22363/stat : 22363 (java) S 22356 22358 22312 0 -1 64 5 0 0 0 0 0 0 0 16 0 13 0 190818986 1757937664 61142 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=22358/tid=22364] ppid=22356 vsize=1716736 CPUtime=0
/proc/22358/task/22364/stat : 22364 (java) S 22356 22358 22312 0 -1 64 1 0 0 0 0 0 0 0 24 0 13 0 190818989 1757937664 61142 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=22358/tid=22365] ppid=22356 vsize=1716736 CPUtime=0
/proc/22358/task/22365/stat : 22365 (java) S 22356 22358 22312 0 -1 64 2 0 0 0 0 0 0 0 16 0 13 0 190818989 1757937664 61142 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=22358/tid=22366] ppid=22356 vsize=1716736 CPUtime=0.89
/proc/22358/task/22366/stat : 22366 (java) S 22356 22358 22312 0 -1 64 1359 0 0 0 89 0 0 0 17 0 13 0 190818989 1757937664 61142 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=22358/tid=22367] ppid=22356 vsize=1716736 CPUtime=0.97
/proc/22358/task/22367/stat : 22367 (java) S 22356 22358 22312 0 -1 64 1384 0 0 0 97 0 0 0 17 0 13 0 190818989 1757937664 61142 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0

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

[pid=22358/tid=22362] ppid=22356 vsize=1716288 CPUtime=0
/proc/22358/task/22362/stat : 22362 (java) S 22356 22358 22312 0 -1 64 9 0 0 0 0 0 0 0 16 0 13 0 190818986 1757478912 98599 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=22358/tid=22363] ppid=22356 vsize=1716288 CPUtime=0
/proc/22358/task/22363/stat : 22363 (java) S 22356 22358 22312 0 -1 64 5 0 0 0 0 0 0 0 16 0 13 0 190818986 1757478912 98599 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=22358/tid=22364] ppid=22356 vsize=1716288 CPUtime=0
/proc/22358/task/22364/stat : 22364 (java) S 22356 22358 22312 0 -1 64 1 0 0 0 0 0 0 0 24 0 13 0 190818989 1757478912 98599 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=22358/tid=22365] ppid=22356 vsize=1716288 CPUtime=0
/proc/22358/task/22365/stat : 22365 (java) S 22356 22358 22312 0 -1 64 2 0 0 0 0 0 0 0 17 0 13 0 190818989 1757478912 98599 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=22358/tid=22366] ppid=22356 vsize=1716288 CPUtime=1.09
/proc/22358/task/22366/stat : 22366 (java) S 22356 22358 22312 0 -1 64 1378 0 0 0 109 0 0 0 17 0 13 0 190818989 1757478912 98599 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=22358/tid=22367] ppid=22356 vsize=1716288 CPUtime=1.15
/proc/22358/task/22367/stat : 22367 (java) S 22356 22358 22312 0 -1 64 1755 0 0 0 115 0 0 0 17 0 13 0 190818989 1757478912 98599 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=22358/tid=22368] ppid=22356 vsize=1716288 CPUtime=0
/proc/22358/task/22368/stat : 22368 (java) S 22356 22358 22312 0 -1 64 1 0 0 0 0 0 0 0 25 0 13 0 190818989 1757478912 98599 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=22358/tid=22369] ppid=22356 vsize=1716288 CPUtime=0
/proc/22358/task/22369/stat : 22369 (java) S 22356 22358 22312 0 -1 64 2 0 0 0 0 0 0 0 15 0 13 0 190818989 1757478912 98599 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=22358/tid=22370] ppid=22356 vsize=1716288 CPUtime=0
/proc/22358/task/22370/stat : 22370 (java) S 22356 22358 22312 0 -1 64 5 0 0 0 0 0 0 0 16 0 13 0 190822682 1757478912 98599 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1796.86
Current children cumulated vsize (Kb) 1716288

[startup+1778.39 s]
/proc/loadavg: 1.15 1.05 0.95 2/76 22567
/proc/meminfo: memFree=803536/2055920 swapFree=4181452/4192956
[pid=22358] ppid=22356 vsize=1716288 CPUtime=1797.88
/proc/22358/stat : 22358 (java) R 22356 22358 22312 0 -1 0 150153 0 1 0 179364 424 0 0 25 0 13 0 190818971 1757478912 98599 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4071806368 0 4 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/22358/statm: 429072 98599 1910 14 0 415819 0
[pid=22358/tid=22359] ppid=22356 vsize=1716288 CPUtime=18.99
/proc/22358/task/22359/stat : 22359 (java) S 22356 22358 22312 0 -1 64 33599 0 0 0 1750 149 0 0 16 0 13 0 190818983 1757478912 98599 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=22358/tid=22360] ppid=22356 vsize=1716288 CPUtime=18.86
/proc/22358/task/22360/stat : 22360 (java) S 22356 22358 22312 0 -1 64 40564 0 0 0 1689 197 0 0 16 0 13 0 190818983 1757478912 98599 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=22358/tid=22361] ppid=22356 vsize=1716288 CPUtime=0.73
/proc/22358/task/22361/stat : 22361 (java) S 22356 22358 22312 0 -1 64 120 0 0 0 45 28 0 0 15 0 13 0 190818985 1757478912 98599 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=22358/tid=22362] ppid=22356 vsize=1716288 CPUtime=0
/proc/22358/task/22362/stat : 22362 (java) S 22356 22358 22312 0 -1 64 9 0 0 0 0 0 0 0 16 0 13 0 190818986 1757478912 98599 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=22358/tid=22363] ppid=22356 vsize=1716288 CPUtime=0
/proc/22358/task/22363/stat : 22363 (java) S 22356 22358 22312 0 -1 64 5 0 0 0 0 0 0 0 16 0 13 0 190818986 1757478912 98599 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=22358/tid=22364] ppid=22356 vsize=1716288 CPUtime=0
/proc/22358/task/22364/stat : 22364 (java) S 22356 22358 22312 0 -1 64 1 0 0 0 0 0 0 0 24 0 13 0 190818989 1757478912 98599 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=22358/tid=22365] ppid=22356 vsize=1716288 CPUtime=0
/proc/22358/task/22365/stat : 22365 (java) S 22356 22358 22312 0 -1 64 2 0 0 0 0 0 0 0 17 0 13 0 190818989 1757478912 98599 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=22358/tid=22366] ppid=22356 vsize=1716288 CPUtime=1.09
/proc/22358/task/22366/stat : 22366 (java) S 22356 22358 22312 0 -1 64 1378 0 0 0 109 0 0 0 17 0 13 0 190818989 1757478912 98599 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=22358/tid=22367] ppid=22356 vsize=1716288 CPUtime=1.15
/proc/22358/task/22367/stat : 22367 (java) S 22356 22358 22312 0 -1 64 1755 0 0 0 115 0 0 0 17 0 13 0 190818989 1757478912 98599 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=22358/tid=22368] ppid=22356 vsize=1716288 CPUtime=0
/proc/22358/task/22368/stat : 22368 (java) S 22356 22358 22312 0 -1 64 1 0 0 0 0 0 0 0 25 0 13 0 190818989 1757478912 98599 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=22358/tid=22369] ppid=22356 vsize=1716288 CPUtime=0
/proc/22358/task/22369/stat : 22369 (java) S 22356 22358 22312 0 -1 64 2 0 0 0 0 0 0 0 15 0 13 0 190818989 1757478912 98599 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=22358/tid=22370] ppid=22356 vsize=1716288 CPUtime=0
/proc/22358/task/22370/stat : 22370 (java) S 22356 22358 22312 0 -1 64 5 0 0 0 0 0 0 0 16 0 13 0 190822682 1757478912 98599 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1797.88
Current children cumulated vsize (Kb) 1716288

[startup+1779.39 s]
/proc/loadavg: 1.15 1.05 0.95 2/76 22567
/proc/meminfo: memFree=803536/2055920 swapFree=4181452/4192956
[pid=22358] ppid=22356 vsize=1716288 CPUtime=1798.9
/proc/22358/stat : 22358 (java) R 22356 22358 22312 0 -1 0 150155 0 1 0 179466 424 0 0 25 0 13 0 190818971 1757478912 98599 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4071735909 0 4 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/22358/statm: 429072 98599 1910 14 0 415819 0
[pid=22358/tid=22359] ppid=22356 vsize=1716288 CPUtime=19
/proc/22358/task/22359/stat : 22359 (java) S 22356 22358 22312 0 -1 64 33599 0 0 0 1751 149 0 0 16 0 13 0 190818983 1757478912 98599 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=22358/tid=22360] ppid=22356 vsize=1716288 CPUtime=18.88
/proc/22358/task/22360/stat : 22360 (java) S 22356 22358 22312 0 -1 64 40564 0 0 0 1690 198 0 0 16 0 13 0 190818983 1757478912 98599 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=22358/tid=22361] ppid=22356 vsize=1716288 CPUtime=0.73
/proc/22358/task/22361/stat : 22361 (java) S 22356 22358 22312 0 -1 64 120 0 0 0 45 28 0 0 15 0 13 0 190818985 1757478912 98599 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=22358/tid=22362] ppid=22356 vsize=1716288 CPUtime=0
/proc/22358/task/22362/stat : 22362 (java) S 22356 22358 22312 0 -1 64 9 0 0 0 0 0 0 0 16 0 13 0 190818986 1757478912 98599 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=22358/tid=22363] ppid=22356 vsize=1716288 CPUtime=0
/proc/22358/task/22363/stat : 22363 (java) S 22356 22358 22312 0 -1 64 5 0 0 0 0 0 0 0 16 0 13 0 190818986 1757478912 98599 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=22358/tid=22364] ppid=22356 vsize=1716288 CPUtime=0
/proc/22358/task/22364/stat : 22364 (java) S 22356 22358 22312 0 -1 64 1 0 0 0 0 0 0 0 24 0 13 0 190818989 1757478912 98599 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=22358/tid=22365] ppid=22356 vsize=1716288 CPUtime=0
/proc/22358/task/22365/stat : 22365 (java) S 22356 22358 22312 0 -1 64 2 0 0 0 0 0 0 0 17 0 13 0 190818989 1757478912 98599 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=22358/tid=22366] ppid=22356 vsize=1716288 CPUtime=1.09
/proc/22358/task/22366/stat : 22366 (java) S 22356 22358 22312 0 -1 64 1378 0 0 0 109 0 0 0 17 0 13 0 190818989 1757478912 98599 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=22358/tid=22367] ppid=22356 vsize=1716288 CPUtime=1.15
/proc/22358/task/22367/stat : 22367 (java) S 22356 22358 22312 0 -1 64 1755 0 0 0 115 0 0 0 17 0 13 0 190818989 1757478912 98599 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=22358/tid=22368] ppid=22356 vsize=1716288 CPUtime=0
/proc/22358/task/22368/stat : 22368 (java) S 22356 22358 22312 0 -1 64 1 0 0 0 0 0 0 0 25 0 13 0 190818989 1757478912 98599 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=22358/tid=22369] ppid=22356 vsize=1716288 CPUtime=0
/proc/22358/task/22369/stat : 22369 (java) S 22356 22358 22312 0 -1 64 2 0 0 0 0 0 0 0 15 0 13 0 190818989 1757478912 98599 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=22358/tid=22370] ppid=22356 vsize=1716288 CPUtime=0
/proc/22358/task/22370/stat : 22370 (java) S 22356 22358 22312 0 -1 64 5 0 0 0 0 0 0 0 16 0 13 0 190822682 1757478912 98599 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1798.9
Current children cumulated vsize (Kb) 1716288

[startup+1780.4 s]
/proc/loadavg: 1.15 1.05 0.95 2/76 22567
/proc/meminfo: memFree=803536/2055920 swapFree=4181452/4192956
[pid=22358] ppid=22356 vsize=1716288 CPUtime=1799.92
/proc/22358/stat : 22358 (java) R 22356 22358 22312 0 -1 0 150157 0 1 0 179568 424 0 0 25 0 13 0 190818971 1757478912 98599 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4071476392 0 4 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/22358/statm: 429072 98599 1910 14 0 415819 0
[pid=22358/tid=22359] ppid=22356 vsize=1716288 CPUtime=19.01
/proc/22358/task/22359/stat : 22359 (java) S 22356 22358 22312 0 -1 64 33599 0 0 0 1752 149 0 0 16 0 13 0 190818983 1757478912 98599 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=22358/tid=22360] ppid=22356 vsize=1716288 CPUtime=18.89
/proc/22358/task/22360/stat : 22360 (java) S 22356 22358 22312 0 -1 64 40564 0 0 0 1691 198 0 0 16 0 13 0 190818983 1757478912 98599 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=22358/tid=22361] ppid=22356 vsize=1716288 CPUtime=0.73
/proc/22358/task/22361/stat : 22361 (java) S 22356 22358 22312 0 -1 64 120 0 0 0 45 28 0 0 15 0 13 0 190818985 1757478912 98599 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=22358/tid=22362] ppid=22356 vsize=1716288 CPUtime=0
/proc/22358/task/22362/stat : 22362 (java) S 22356 22358 22312 0 -1 64 9 0 0 0 0 0 0 0 16 0 13 0 190818986 1757478912 98599 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=22358/tid=22363] ppid=22356 vsize=1716288 CPUtime=0
/proc/22358/task/22363/stat : 22363 (java) S 22356 22358 22312 0 -1 64 5 0 0 0 0 0 0 0 16 0 13 0 190818986 1757478912 98599 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=22358/tid=22364] ppid=22356 vsize=1716288 CPUtime=0
/proc/22358/task/22364/stat : 22364 (java) S 22356 22358 22312 0 -1 64 1 0 0 0 0 0 0 0 24 0 13 0 190818989 1757478912 98599 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=22358/tid=22365] ppid=22356 vsize=1716288 CPUtime=0
/proc/22358/task/22365/stat : 22365 (java) S 22356 22358 22312 0 -1 64 2 0 0 0 0 0 0 0 17 0 13 0 190818989 1757478912 98599 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=22358/tid=22366] ppid=22356 vsize=1716288 CPUtime=1.09
/proc/22358/task/22366/stat : 22366 (java) S 22356 22358 22312 0 -1 64 1378 0 0 0 109 0 0 0 17 0 13 0 190818989 1757478912 98599 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=22358/tid=22367] ppid=22356 vsize=1716288 CPUtime=1.15
/proc/22358/task/22367/stat : 22367 (java) S 22356 22358 22312 0 -1 64 1755 0 0 0 115 0 0 0 17 0 13 0 190818989 1757478912 98599 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=22358/tid=22368] ppid=22356 vsize=1716288 CPUtime=0
/proc/22358/task/22368/stat : 22368 (java) S 22356 22358 22312 0 -1 64 1 0 0 0 0 0 0 0 25 0 13 0 190818989 1757478912 98599 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=22358/tid=22369] ppid=22356 vsize=1716288 CPUtime=0
/proc/22358/task/22369/stat : 22369 (java) S 22356 22358 22312 0 -1 64 2 0 0 0 0 0 0 0 15 0 13 0 190818989 1757478912 98599 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=22358/tid=22370] ppid=22356 vsize=1716288 CPUtime=0
/proc/22358/task/22370/stat : 22370 (java) S 22356 22358 22312 0 -1 64 5 0 0 0 0 0 0 0 16 0 13 0 190822682 1757478912 98599 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1799.92
Current children cumulated vsize (Kb) 1716288

[startup+1781.41 s]
/proc/loadavg: 1.14 1.04 0.95 2/76 22567
/proc/meminfo: memFree=803600/2055920 swapFree=4181452/4192956
[pid=22358] ppid=22356 vsize=1716288 CPUtime=1800.93
/proc/22358/stat : 22358 (java) R 22356 22358 22312 0 -1 0 150159 0 1 0 179669 424 0 0 25 0 13 0 190818971 1757478912 98599 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4071759522 0 4 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/22358/statm: 429072 98599 1910 14 0 415819 0
[pid=22358/tid=22359] ppid=22356 vsize=1716288 CPUtime=19.02
/proc/22358/task/22359/stat : 22359 (java) S 22356 22358 22312 0 -1 64 33599 0 0 0 1753 149 0 0 16 0 13 0 190818983 1757478912 98599 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=22358/tid=22360] ppid=22356 vsize=1716288 CPUtime=18.9
/proc/22358/task/22360/stat : 22360 (java) S 22356 22358 22312 0 -1 64 40564 0 0 0 1692 198 0 0 16 0 13 0 190818983 1757478912 98599 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=22358/tid=22361] ppid=22356 vsize=1716288 CPUtime=0.73
/proc/22358/task/22361/stat : 22361 (java) S 22356 22358 22312 0 -1 64 120 0 0 0 45 28 0 0 15 0 13 0 190818985 1757478912 98599 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=22358/tid=22362] ppid=22356 vsize=1716288 CPUtime=0
/proc/22358/task/22362/stat : 22362 (java) S 22356 22358 22312 0 -1 64 9 0 0 0 0 0 0 0 16 0 13 0 190818986 1757478912 98599 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=22358/tid=22363] ppid=22356 vsize=1716288 CPUtime=0
/proc/22358/task/22363/stat : 22363 (java) S 22356 22358 22312 0 -1 64 5 0 0 0 0 0 0 0 16 0 13 0 190818986 1757478912 98599 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=22358/tid=22364] ppid=22356 vsize=1716288 CPUtime=0
/proc/22358/task/22364/stat : 22364 (java) S 22356 22358 22312 0 -1 64 1 0 0 0 0 0 0 0 24 0 13 0 190818989 1757478912 98599 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=22358/tid=22365] ppid=22356 vsize=1716288 CPUtime=0
/proc/22358/task/22365/stat : 22365 (java) S 22356 22358 22312 0 -1 64 2 0 0 0 0 0 0 0 17 0 13 0 190818989 1757478912 98599 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=22358/tid=22366] ppid=22356 vsize=1716288 CPUtime=1.09
/proc/22358/task/22366/stat : 22366 (java) S 22356 22358 22312 0 -1 64 1378 0 0 0 109 0 0 0 17 0 13 0 190818989 1757478912 98599 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=22358/tid=22367] ppid=22356 vsize=1716288 CPUtime=1.15
/proc/22358/task/22367/stat : 22367 (java) S 22356 22358 22312 0 -1 64 1755 0 0 0 115 0 0 0 17 0 13 0 190818989 1757478912 98599 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=22358/tid=22368] ppid=22356 vsize=1716288 CPUtime=0
/proc/22358/task/22368/stat : 22368 (java) S 22356 22358 22312 0 -1 64 1 0 0 0 0 0 0 0 25 0 13 0 190818989 1757478912 98599 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=22358/tid=22369] ppid=22356 vsize=1716288 CPUtime=0
/proc/22358/task/22369/stat : 22369 (java) S 22356 22358 22312 0 -1 64 2 0 0 0 0 0 0 0 15 0 13 0 190818989 1757478912 98599 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=22358/tid=22370] ppid=22356 vsize=1716288 CPUtime=0
/proc/22358/task/22370/stat : 22370 (java) S 22356 22358 22312 0 -1 64 5 0 0 0 0 0 0 0 16 0 13 0 190822682 1757478912 98599 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1800.93
Current children cumulated vsize (Kb) 1716288



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1781.41 s]
/proc/loadavg: 1.14 1.04 0.95 2/76 22567
/proc/meminfo: memFree=803600/2055920 swapFree=4181452/4192956
[pid=22358] ppid=22356 vsize=1716288 CPUtime=1800.94
/proc/22358/stat : 22358 (java) R 22356 22358 22312 0 -1 0 150159 0 1 0 179670 424 0 0 25 0 13 0 190818971 1757478912 98599 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4071806311 0 4 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/22358/statm: 429072 98599 1910 14 0 415819 0
[pid=22358/tid=22359] ppid=22356 vsize=1716288 CPUtime=19.02
/proc/22358/task/22359/stat : 22359 (java) S 22356 22358 22312 0 -1 64 33599 0 0 0 1753 149 0 0 16 0 13 0 190818983 1757478912 98599 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=22358/tid=22360] ppid=22356 vsize=1716288 CPUtime=18.9
/proc/22358/task/22360/stat : 22360 (java) S 22356 22358 22312 0 -1 64 40564 0 0 0 1692 198 0 0 16 0 13 0 190818983 1757478912 98599 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=22358/tid=22361] ppid=22356 vsize=1716288 CPUtime=0.73
/proc/22358/task/22361/stat : 22361 (java) S 22356 22358 22312 0 -1 64 120 0 0 0 45 28 0 0 15 0 13 0 190818985 1757478912 98599 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=22358/tid=22362] ppid=22356 vsize=1716288 CPUtime=0
/proc/22358/task/22362/stat : 22362 (java) S 22356 22358 22312 0 -1 64 9 0 0 0 0 0 0 0 16 0 13 0 190818986 1757478912 98599 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=22358/tid=22363] ppid=22356 vsize=1716288 CPUtime=0
/proc/22358/task/22363/stat : 22363 (java) S 22356 22358 22312 0 -1 64 5 0 0 0 0 0 0 0 16 0 13 0 190818986 1757478912 98599 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=22358/tid=22364] ppid=22356 vsize=1716288 CPUtime=0
/proc/22358/task/22364/stat : 22364 (java) S 22356 22358 22312 0 -1 64 1 0 0 0 0 0 0 0 24 0 13 0 190818989 1757478912 98599 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=22358/tid=22365] ppid=22356 vsize=1716288 CPUtime=0
/proc/22358/task/22365/stat : 22365 (java) S 22356 22358 22312 0 -1 64 2 0 0 0 0 0 0 0 17 0 13 0 190818989 1757478912 98599 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=22358/tid=22366] ppid=22356 vsize=1716288 CPUtime=1.09
/proc/22358/task/22366/stat : 22366 (java) S 22356 22358 22312 0 -1 64 1378 0 0 0 109 0 0 0 17 0 13 0 190818989 1757478912 98599 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=22358/tid=22367] ppid=22356 vsize=1716288 CPUtime=1.15
/proc/22358/task/22367/stat : 22367 (java) S 22356 22358 22312 0 -1 64 1755 0 0 0 115 0 0 0 17 0 13 0 190818989 1757478912 98599 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=22358/tid=22368] ppid=22356 vsize=1716288 CPUtime=0
/proc/22358/task/22368/stat : 22368 (java) S 22356 22358 22312 0 -1 64 1 0 0 0 0 0 0 0 25 0 13 0 190818989 1757478912 98599 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=22358/tid=22369] ppid=22356 vsize=1716288 CPUtime=0
/proc/22358/task/22369/stat : 22369 (java) S 22356 22358 22312 0 -1 64 2 0 0 0 0 0 0 0 15 0 13 0 190818989 1757478912 98599 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=22358/tid=22370] ppid=22356 vsize=1716288 CPUtime=0
/proc/22358/task/22370/stat : 22370 (java) S 22356 22358 22312 0 -1 64 5 0 0 0 0 0 0 0 16 0 13 0 190822682 1757478912 98599 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1800.94
Current children cumulated vsize (Kb) 1716288

Sending SIGTERM to -22358
Sleeping 2 seconds

Child status: 143
Real time (s): 1781.52
CPU time (s): 1801.04
CPU user time (s): 1796.74
CPU system time (s): 4.30235
CPU usage (%): 101.096
Max. virtual memory (cumulated for all children) (Kb): 1717240

Launcher Data (download as text)

Begin job on node21 on Fri Jun  2 12:32:39 UTC 2006


FILE ID= 42390-1149251559

PBS_JOBID= 298137

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

MD5SUM SOLVER= 3cef94aa015dc0dd234d31843a257d70
MD5SUM BENCH=  d44ccf8fb2d5e43b368613290c78fd1e

RANDOM SEED= 472295197


/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.240
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.240
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:       1192184 kB
Buffers:         46300 kB
Cached:         739588 kB
SwapCached:       3388 kB
Active:         223400 kB
Inactive:       571344 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1192184 kB
SwapTotal:     4192956 kB
SwapFree:      4181452 kB
Dirty:             156 kB
Writeback:           0 kB
Mapped:          14740 kB
Slab:            55072 kB
Committed_AS:   249204 kB
PageTables:       1416 kB
VmallocTotal: 536870911 kB
VmallocUsed:    264952 kB
VmallocChunk: 536605679 kB
HugePages_Total:     0
HugePages_Free:      0
Hugepagesize:     2048 kB


End job on node21 on Fri Jun  2 13:02:20 UTC 2006