Trace number 44316

Some explanations

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

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

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

Solver answer on this benchmark

Solver NameAnswerObjective functionCPU timeWall clock time
SAT4JPSEUDO 2006.2? (TO) 1800.11 1798.41

General information on the benchmark

Namenormalized-PB06/OPT-SMALLINT/submitted-PB05/
manquinho/primes-dimacs-cnf/normalized-g250.29.opb
MD5SUMb0a7c1cc13cb603591c6d50e3dba1a47
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 variables14500
Total number of constraints461872
Number of constraints which are clauses461872
Number of constraints which are cardinality constraints (but not clauses)0
Number of constraints which are nor clauses,nor cardinality constraints0
Minimum length of a constraint2
Maximum length of a constraint29
Number of terms in the objective function 14500
Biggest coefficient in the objective function 1
Number of bits for the biggest coefficient in the objective function 1
Sum of the numbers in the objective function 14500
Number of bits of the sum of numbers in the objective function 14
Biggest number in a constraint 1
Number of bits of the biggest number in a constraint 1
Biggest sum of numbers in a constraint 14500
Number of bits of the biggest sum of numbers14
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.16	c Total memory 1551040512
0.16	c Number of processors 2
0.21	c Cutting planes based inference
0.21	c --- Begin Solver configuration ---
0.21	c org.sat4j.minisat.uip.FirstUIP@1037c71
0.21	c org.sat4j.minisat.constraints.PBMaxClauseCardConstrDataStructure@1df073d
0.21	c org.sat4j.minisat.learning.MiniSATLearning@1546e25
0.21	c conflictBoundIncFactor=1.5 learntBoundIncFactor=1.1 initLearntBoundConstraintFactor=10000.0 initConflictBound=100 
0.21	c VSIDS like heuristics from MiniSAT using a heap
0.21	c No reason simplification
0.21	c --- End Solver configuration ---
0.21	c solving ROOT/tmp/node6/44316-1149409244/instance-44316-1149409244.opb
0.21	c reading problem ... 
123.35	c ... done. Time 123.138 ms.
123.35	c #vars     14500
123.35	c #constraints  461872
1798.32	c starts		: 11
1798.32	c conflicts		: 15589
1798.32	c decisions		: 25139
1798.32	c propagations		: 7558352
1798.32	c inspects		: 25167355
1798.32	c learnt literals	: 0
1798.32	c learnt binary clauses	: 0
1798.32	c learnt ternary clauses	: 0
1798.32	c learnt clauses	: 15588
1798.32	c root simplifications	: 0
1798.32	c removed literals (reason simplification)	: 0
1798.32	c reason swapping (by a shorter reason)	: 0
1798.32	c Calls to reduceDB	: 0
1798.32	c speed (decisions/second)	: 15.008886880194586
1798.32	c non guided choices	468
1798.32	s UNKNOWN
1798.32	c Total wall clock time (ms): 1798.115

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

Current StackSize limit: 67108864 bytes

/proc/loadavg: 0.91 0.97 0.98 2/64 26374
/proc/meminfo: memFree=1531880/2055924 swapFree=4181416/4192956
[pid=26374] ppid=26372 vsize=292 CPUtime=0
/proc/26374/stat : 26374 (java) R 26372 26374 26328 0 -1 0 51 0 0 0 0 0 0 0 19 0 1 0 206586546 299008 35 18446744073709551615 134512640 134570276 4294956624 18446744073709551615 2152175 0 0 4096 0 0 0 0 17 1 0 0
/proc/26374/statm: 73 35 27 14 0 5 0

[startup+10.0024 s]
/proc/loadavg: 0.93 0.97 0.98 2/75 26385
/proc/meminfo: memFree=1355984/2055924 swapFree=4181416/4192956
[pid=26374] ppid=26372 vsize=1710056 CPUtime=10.52
/proc/26374/stat : 26374 (java) R 26372 26374 26328 0 -1 0 48807 0 1 0 1030 22 0 0 20 0 12 0 206586546 1751097344 45725 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4071409689 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/26374/statm: 427514 45725 1873 14 0 414261 0
[pid=26374/tid=26375] ppid=26372 vsize=1710056 CPUtime=0.11
/proc/26374/task/26375/stat : 26375 (java) S 26372 26374 26328 0 -1 64 2003 0 0 0 11 0 0 0 16 0 12 0 206586549 1751097344 45725 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=26374/tid=26376] ppid=26372 vsize=1710056 CPUtime=0.11
/proc/26374/task/26376/stat : 26376 (java) S 26372 26374 26328 0 -1 64 2307 0 0 0 10 1 0 0 16 0 12 0 206586549 1751097344 45725 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=26374/tid=26377] ppid=26372 vsize=1710056 CPUtime=0
/proc/26374/task/26377/stat : 26377 (java) S 26372 26374 26328 0 -1 64 30 0 0 0 0 0 0 0 16 0 12 0 206586552 1751097344 45725 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=26374/tid=26378] ppid=26372 vsize=1710056 CPUtime=0
/proc/26374/task/26378/stat : 26378 (java) S 26372 26374 26328 0 -1 64 9 0 0 0 0 0 0 0 16 0 12 0 206586552 1751097344 45725 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=26374/tid=26379] ppid=26372 vsize=1710056 CPUtime=0
/proc/26374/task/26379/stat : 26379 (java) S 26372 26374 26328 0 -1 64 5 0 0 0 0 0 0 0 16 0 12 0 206586552 1751097344 45725 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=26374/tid=26380] ppid=26372 vsize=1710056 CPUtime=0
/proc/26374/task/26380/stat : 26380 (java) S 26372 26374 26328 0 -1 64 1 0 0 0 0 0 0 0 24 0 12 0 206586556 1751097344 45725 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=26374/tid=26381] ppid=26372 vsize=1710056 CPUtime=0
/proc/26374/task/26381/stat : 26381 (java) S 26372 26374 26328 0 -1 64 2 0 0 0 0 0 0 0 16 0 12 0 206586556 1751097344 45725 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=26374/tid=26382] ppid=26372 vsize=1710056 CPUtime=0.33
/proc/26374/task/26382/stat : 26382 (java) S 26372 26374 26328 0 -1 64 389 0 0 0 33 0 0 0 17 0 12 0 206586556 1751097344 45725 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=26374/tid=26383] ppid=26372 vsize=1710056 CPUtime=0.28
/proc/26374/task/26383/stat : 26383 (java) S 26372 26374 26328 0 -1 64 592 0 0 0 28 0 0 0 17 0 12 0 206586556 1751097344 45725 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=26374/tid=26384] ppid=26372 vsize=1710056 CPUtime=0
/proc/26374/task/26384/stat : 26384 (java) S 26372 26374 26328 0 -1 64 1 0 0 0 0 0 0 0 25 0 12 0 206586556 1751097344 45725 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=26374/tid=26385] ppid=26372 vsize=1710056 CPUtime=0
/proc/26374/task/26385/stat : 26385 (java) S 26372 26374 26328 0 -1 64 2 0 0 0 0 0 0 0 15 0 12 0 206586556 1751097344 45725 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 10.52
Current children cumulated vsize (Kb) 1710056

[startup+20.0104 s]
/proc/loadavg: 0.94 0.97 0.98 2/75 26385
/proc/meminfo: memFree=1369360/2055924 swapFree=4181416/4192956
[pid=26374] ppid=26372 vsize=1709820 CPUtime=20.57
/proc/26374/stat : 26374 (java) R 26372 26374 26328 0 -1 0 49741 0 1 0 2034 23 0 0 25 0 12 0 206586546 1750855680 42419 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4071413840 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/26374/statm: 427455 42419 1873 14 0 414202 0
[pid=26374/tid=26375] ppid=26372 vsize=1709820 CPUtime=0.18
/proc/26374/task/26375/stat : 26375 (java) S 26372 26374 26328 0 -1 64 2540 0 0 0 17 1 0 0 15 0 12 0 206586549 1750855680 42419 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=26374/tid=26376] ppid=26372 vsize=1709820 CPUtime=0.16
/proc/26374/task/26376/stat : 26376 (java) S 26372 26374 26328 0 -1 64 2674 0 0 0 15 1 0 0 16 0 12 0 206586549 1750855680 42419 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=26374/tid=26377] ppid=26372 vsize=1709820 CPUtime=0
/proc/26374/task/26377/stat : 26377 (java) S 26372 26374 26328 0 -1 64 30 0 0 0 0 0 0 0 16 0 12 0 206586552 1750855680 42419 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=26374/tid=26378] ppid=26372 vsize=1709820 CPUtime=0
/proc/26374/task/26378/stat : 26378 (java) S 26372 26374 26328 0 -1 64 9 0 0 0 0 0 0 0 16 0 12 0 206586552 1750855680 42419 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=26374/tid=26379] ppid=26372 vsize=1709820 CPUtime=0
/proc/26374/task/26379/stat : 26379 (java) S 26372 26374 26328 0 -1 64 5 0 0 0 0 0 0 0 16 0 12 0 206586552 1750855680 42419 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=26374/tid=26380] ppid=26372 vsize=1709820 CPUtime=0
/proc/26374/task/26380/stat : 26380 (java) S 26372 26374 26328 0 -1 64 1 0 0 0 0 0 0 0 24 0 12 0 206586556 1750855680 42419 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=26374/tid=26381] ppid=26372 vsize=1709820 CPUtime=0
/proc/26374/task/26381/stat : 26381 (java) S 26372 26374 26328 0 -1 64 2 0 0 0 0 0 0 0 16 0 12 0 206586556 1750855680 42419 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=26374/tid=26382] ppid=26372 vsize=1709820 CPUtime=0.33
/proc/26374/task/26382/stat : 26382 (java) S 26372 26374 26328 0 -1 64 389 0 0 0 33 0 0 0 17 0 12 0 206586556 1750855680 42419 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=26374/tid=26383] ppid=26372 vsize=1709820 CPUtime=0.28
/proc/26374/task/26383/stat : 26383 (java) S 26372 26374 26328 0 -1 64 592 0 0 0 28 0 0 0 17 0 12 0 206586556 1750855680 42419 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=26374/tid=26384] ppid=26372 vsize=1709820 CPUtime=0
/proc/26374/task/26384/stat : 26384 (java) S 26372 26374 26328 0 -1 64 1 0 0 0 0 0 0 0 25 0 12 0 206586556 1750855680 42419 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=26374/tid=26385] ppid=26372 vsize=1709820 CPUtime=0
/proc/26374/task/26385/stat : 26385 (java) S 26372 26374 26328 0 -1 64 2 0 0 0 0 0 0 0 15 0 12 0 206586556 1750855680 42419 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 20.57
Current children cumulated vsize (Kb) 1709820

[startup+30.0184 s]
/proc/loadavg: 0.95 0.97 0.98 2/75 26385
/proc/meminfo: memFree=1368656/2055924 swapFree=4181416/4192956
[pid=26374] ppid=26372 vsize=1709820 CPUtime=30.65
/proc/26374/stat : 26374 (java) R 26372 26374 26328 0 -1 0 50836 0 1 0 3041 24 0 0 24 0 12 0 206586546 1750855680 42638 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4071417321 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/26374/statm: 427455 42638 1873 14 0 414202 0
[pid=26374/tid=26375] ppid=26372 vsize=1709820 CPUtime=0.26
/proc/26374/task/26375/stat : 26375 (java) S 26372 26374 26328 0 -1 64 3055 0 0 0 25 1 0 0 16 0 12 0 206586549 1750855680 42638 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=26374/tid=26376] ppid=26372 vsize=1709820 CPUtime=0.26
/proc/26374/task/26376/stat : 26376 (java) S 26372 26374 26328 0 -1 64 3218 0 0 0 24 2 0 0 16 0 12 0 206586549 1750855680 42638 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=26374/tid=26377] ppid=26372 vsize=1709820 CPUtime=0.02
/proc/26374/task/26377/stat : 26377 (java) S 26372 26374 26328 0 -1 64 30 0 0 0 1 1 0 0 16 0 12 0 206586552 1750855680 42638 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=26374/tid=26378] ppid=26372 vsize=1709820 CPUtime=0
/proc/26374/task/26378/stat : 26378 (java) S 26372 26374 26328 0 -1 64 9 0 0 0 0 0 0 0 16 0 12 0 206586552 1750855680 42638 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=26374/tid=26379] ppid=26372 vsize=1709820 CPUtime=0
/proc/26374/task/26379/stat : 26379 (java) S 26372 26374 26328 0 -1 64 5 0 0 0 0 0 0 0 16 0 12 0 206586552 1750855680 42638 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=26374/tid=26380] ppid=26372 vsize=1709820 CPUtime=0
/proc/26374/task/26380/stat : 26380 (java) S 26372 26374 26328 0 -1 64 1 0 0 0 0 0 0 0 24 0 12 0 206586556 1750855680 42638 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=26374/tid=26381] ppid=26372 vsize=1709820 CPUtime=0
/proc/26374/task/26381/stat : 26381 (java) S 26372 26374 26328 0 -1 64 2 0 0 0 0 0 0 0 16 0 12 0 206586556 1750855680 42638 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=26374/tid=26382] ppid=26372 vsize=1709820 CPUtime=0.33
/proc/26374/task/26382/stat : 26382 (java) S 26372 26374 26328 0 -1 64 389 0 0 0 33 0 0 0 17 0 12 0 206586556 1750855680 42638 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=26374/tid=26383] ppid=26372 vsize=1709820 CPUtime=0.28
/proc/26374/task/26383/stat : 26383 (java) S 26372 26374 26328 0 -1 64 592 0 0 0 28 0 0 0 17 0 12 0 206586556 1750855680 42638 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=26374/tid=26384] ppid=26372 vsize=1709820 CPUtime=0
/proc/26374/task/26384/stat : 26384 (java) S 26372 26374 26328 0 -1 64 1 0 0 0 0 0 0 0 25 0 12 0 206586556 1750855680 42638 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=26374/tid=26385] ppid=26372 vsize=1709820 CPUtime=0
/proc/26374/task/26385/stat : 26385 (java) S 26372 26374 26328 0 -1 64 2 0 0 0 0 0 0 0 15 0 12 0 206586556 1750855680 42638 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 30.65
Current children cumulated vsize (Kb) 1709820

[startup+40.0264 s]
/proc/loadavg: 0.95 0.97 0.98 2/75 26385
/proc/meminfo: memFree=1344208/2055924 swapFree=4181416/4192956
[pid=26374] ppid=26372 vsize=1709820 CPUtime=40.74
/proc/26374/stat : 26374 (java) R 26372 26374 26328 0 -1 0 57462 0 1 0 4045 29 0 0 25 0 12 0 206586546 1750855680 48775 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4071416020 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/26374/statm: 427455 48775 1873 14 0 414202 0
[pid=26374/tid=26375] ppid=26372 vsize=1709820 CPUtime=0.35
/proc/26374/task/26375/stat : 26375 (java) S 26372 26374 26328 0 -1 64 3545 0 0 0 33 2 0 0 15 0 12 0 206586549 1750855680 48775 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=26374/tid=26376] ppid=26372 vsize=1709820 CPUtime=0.33
/proc/26374/task/26376/stat : 26376 (java) S 26372 26374 26328 0 -1 64 3634 0 0 0 31 2 0 0 16 0 12 0 206586549 1750855680 48775 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=26374/tid=26377] ppid=26372 vsize=1709820 CPUtime=0.02
/proc/26374/task/26377/stat : 26377 (java) S 26372 26374 26328 0 -1 64 43 0 0 0 1 1 0 0 15 0 12 0 206586552 1750855680 48775 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=26374/tid=26378] ppid=26372 vsize=1709820 CPUtime=0
/proc/26374/task/26378/stat : 26378 (java) S 26372 26374 26328 0 -1 64 9 0 0 0 0 0 0 0 16 0 12 0 206586552 1750855680 48775 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=26374/tid=26379] ppid=26372 vsize=1709820 CPUtime=0
/proc/26374/task/26379/stat : 26379 (java) S 26372 26374 26328 0 -1 64 5 0 0 0 0 0 0 0 16 0 12 0 206586552 1750855680 48775 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=26374/tid=26380] ppid=26372 vsize=1709820 CPUtime=0
/proc/26374/task/26380/stat : 26380 (java) S 26372 26374 26328 0 -1 64 1 0 0 0 0 0 0 0 24 0 12 0 206586556 1750855680 48775 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=26374/tid=26381] ppid=26372 vsize=1709820 CPUtime=0
/proc/26374/task/26381/stat : 26381 (java) S 26372 26374 26328 0 -1 64 2 0 0 0 0 0 0 0 16 0 12 0 206586556 1750855680 48775 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=26374/tid=26382] ppid=26372 vsize=1709820 CPUtime=0.33
/proc/26374/task/26382/stat : 26382 (java) S 26372 26374 26328 0 -1 64 389 0 0 0 33 0 0 0 17 0 12 0 206586556 1750855680 48775 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=26374/tid=26383] ppid=26372 vsize=1709820 CPUtime=0.28
/proc/26374/task/26383/stat : 26383 (java) S 26372 26374 26328 0 -1 64 592 0 0 0 28 0 0 0 17 0 12 0 206586556 1750855680 48775 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=26374/tid=26384] ppid=26372 vsize=1709820 CPUtime=0
/proc/26374/task/26384/stat : 26384 (java) S 26372 26374 26328 0 -1 64 1 0 0 0 0 0 0 0 25 0 12 0 206586556 1750855680 48775 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=26374/tid=26385] ppid=26372 vsize=1709820 CPUtime=0
/proc/26374/task/26385/stat : 26385 (java) S 26372 26374 26328 0 -1 64 2 0 0 0 0 0 0 0 15 0 12 0 206586556 1750855680 48775 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 40.74
Current children cumulated vsize (Kb) 1709820

[startup+50.0344 s]
/proc/loadavg: 0.96 0.97 0.98 2/75 26385
/proc/meminfo: memFree=1330064/2055924 swapFree=4181416/4192956
[pid=26374] ppid=26372 vsize=1709820 CPUtime=50.81
/proc/26374/stat : 26374 (java) R 26372 26374 26328 0 -1 0 61378 0 1 0 5049 32 0 0 20 0 12 0 206586546 1750855680 52326 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4152709490 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/26374/statm: 427455 52326 1873 14 0 414202 0
[pid=26374/tid=26375] ppid=26372 vsize=1709820 CPUtime=0.43
/proc/26374/task/26375/stat : 26375 (java) S 26372 26374 26328 0 -1 64 4110 0 0 0 40 3 0 0 16 0 12 0 206586549 1750855680 52326 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=26374/tid=26376] ppid=26372 vsize=1709820 CPUtime=0.42
/proc/26374/task/26376/stat : 26376 (java) S 26372 26374 26328 0 -1 64 4363 0 0 0 39 3 0 0 15 0 12 0 206586549 1750855680 52326 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=26374/tid=26377] ppid=26372 vsize=1709820 CPUtime=0.03
/proc/26374/task/26377/stat : 26377 (java) S 26372 26374 26328 0 -1 64 46 0 0 0 2 1 0 0 16 0 12 0 206586552 1750855680 52326 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=26374/tid=26378] ppid=26372 vsize=1709820 CPUtime=0
/proc/26374/task/26378/stat : 26378 (java) S 26372 26374 26328 0 -1 64 9 0 0 0 0 0 0 0 16 0 12 0 206586552 1750855680 52326 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=26374/tid=26379] ppid=26372 vsize=1709820 CPUtime=0
/proc/26374/task/26379/stat : 26379 (java) S 26372 26374 26328 0 -1 64 5 0 0 0 0 0 0 0 16 0 12 0 206586552 1750855680 52326 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=26374/tid=26380] ppid=26372 vsize=1709820 CPUtime=0
/proc/26374/task/26380/stat : 26380 (java) S 26372 26374 26328 0 -1 64 1 0 0 0 0 0 0 0 24 0 12 0 206586556 1750855680 52326 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=26374/tid=26381] ppid=26372 vsize=1709820 CPUtime=0
/proc/26374/task/26381/stat : 26381 (java) S 26372 26374 26328 0 -1 64 2 0 0 0 0 0 0 0 16 0 12 0 206586556 1750855680 52326 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=26374/tid=26382] ppid=26372 vsize=1709820 CPUtime=0.33
/proc/26374/task/26382/stat : 26382 (java) S 26372 26374 26328 0 -1 64 389 0 0 0 33 0 0 0 17 0 12 0 206586556 1750855680 52326 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=26374/tid=26383] ppid=26372 vsize=1709820 CPUtime=0.28
/proc/26374/task/26383/stat : 26383 (java) S 26372 26374 26328 0 -1 64 592 0 0 0 28 0 0 0 17 0 12 0 206586556 1750855680 52326 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=26374/tid=26384] ppid=26372 vsize=1709820 CPUtime=0
/proc/26374/task/26384/stat : 26384 (java) S 26372 26374 26328 0 -1 64 1 0 0 0 0 0 0 0 25 0 12 0 206586556 1750855680 52326 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=26374/tid=26385] ppid=26372 vsize=1709820 CPUtime=0
/proc/26374/task/26385/stat : 26385 (java) S 26372 26374 26328 0 -1 64 2 0 0 0 0 0 0 0 15 0 12 0 206586556 1750855680 52326 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 50.81
Current children cumulated vsize (Kb) 1709820

[startup+60.0414 s]
/proc/loadavg: 0.97 0.97 0.98 2/75 26385
/proc/meminfo: memFree=1325392/2055924 swapFree=4181416/4192956
[pid=26374] ppid=26372 vsize=1709820 CPUtime=60.92
/proc/26374/stat : 26374 (java) R 26372 26374 26328 0 -1 0 62751 0 1 0 6057 35 0 0 21 0 12 0 206586546 1750855680 53502 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4071410887 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/26374/statm: 427455 53502 1873 14 0 414202 0
[pid=26374/tid=26375] ppid=26372 vsize=1709820 CPUtime=0.53
/proc/26374/task/26375/stat : 26375 (java) S 26372 26374 26328 0 -1 64 4447 0 0 0 50 3 0 0 16 0 12 0 206586549 1750855680 53502 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=26374/tid=26376] ppid=26372 vsize=1709820 CPUtime=0.53
/proc/26374/task/26376/stat : 26376 (java) S 26372 26374 26328 0 -1 64 5239 0 0 0 49 4 0 0 16 0 12 0 206586549 1750855680 53502 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=26374/tid=26377] ppid=26372 vsize=1709820 CPUtime=0.04
/proc/26374/task/26377/stat : 26377 (java) S 26372 26374 26328 0 -1 64 47 0 0 0 2 2 0 0 16 0 12 0 206586552 1750855680 53502 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=26374/tid=26378] ppid=26372 vsize=1709820 CPUtime=0
/proc/26374/task/26378/stat : 26378 (java) S 26372 26374 26328 0 -1 64 9 0 0 0 0 0 0 0 16 0 12 0 206586552 1750855680 53502 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=26374/tid=26379] ppid=26372 vsize=1709820 CPUtime=0
/proc/26374/task/26379/stat : 26379 (java) S 26372 26374 26328 0 -1 64 5 0 0 0 0 0 0 0 16 0 12 0 206586552 1750855680 53502 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=26374/tid=26380] ppid=26372 vsize=1709820 CPUtime=0
/proc/26374/task/26380/stat : 26380 (java) S 26372 26374 26328 0 -1 64 1 0 0 0 0 0 0 0 24 0 12 0 206586556 1750855680 53502 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=26374/tid=26381] ppid=26372 vsize=1709820 CPUtime=0
/proc/26374/task/26381/stat : 26381 (java) S 26372 26374 26328 0 -1 64 2 0 0 0 0 0 0 0 16 0 12 0 206586556 1750855680 53502 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=26374/tid=26382] ppid=26372 vsize=1709820 CPUtime=0.33
/proc/26374/task/26382/stat : 26382 (java) S 26372 26374 26328 0 -1 64 389 0 0 0 33 0 0 0 17 0 12 0 206586556 1750855680 53502 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=26374/tid=26383] ppid=26372 vsize=1709820 CPUtime=0.28
/proc/26374/task/26383/stat : 26383 (java) S 26372 26374 26328 0 -1 64 592 0 0 0 28 0 0 0 17 0 12 0 206586556 1750855680 53502 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=26374/tid=26384] ppid=26372 vsize=1709820 CPUtime=0
/proc/26374/task/26384/stat : 26384 (java) S 26372 26374 26328 0 -1 64 1 0 0 0 0 0 0 0 25 0 12 0 206586556 1750855680 53502 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=26374/tid=26385] ppid=26372 vsize=1709820 CPUtime=0
/proc/26374/task/26385/stat : 26385 (java) S 26372 26374 26328 0 -1 64 2 0 0 0 0 0 0 0 15 0 12 0 206586556 1750855680 53502 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0

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

[pid=26374/tid=26378] ppid=26372 vsize=1710336 CPUtime=0
/proc/26374/task/26378/stat : 26378 (java) S 26372 26374 26328 0 -1 64 9 0 0 0 0 0 0 0 16 0 13 0 206586552 1751384064 60389 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=26374/tid=26379] ppid=26372 vsize=1710336 CPUtime=0
/proc/26374/task/26379/stat : 26379 (java) S 26372 26374 26328 0 -1 64 5 0 0 0 0 0 0 0 16 0 13 0 206586552 1751384064 60389 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=26374/tid=26380] ppid=26372 vsize=1710336 CPUtime=0
/proc/26374/task/26380/stat : 26380 (java) S 26372 26374 26328 0 -1 64 1 0 0 0 0 0 0 0 24 0 13 0 206586556 1751384064 60389 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=26374/tid=26381] ppid=26372 vsize=1710336 CPUtime=0
/proc/26374/task/26381/stat : 26381 (java) S 26372 26374 26328 0 -1 64 2 0 0 0 0 0 0 0 17 0 13 0 206586556 1751384064 60389 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=26374/tid=26382] ppid=26372 vsize=1710336 CPUtime=0.53
/proc/26374/task/26382/stat : 26382 (java) S 26372 26374 26328 0 -1 64 401 0 0 0 53 0 0 0 17 0 13 0 206586556 1751384064 60389 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=26374/tid=26383] ppid=26372 vsize=1710336 CPUtime=0.53
/proc/26374/task/26383/stat : 26383 (java) S 26372 26374 26328 0 -1 64 650 0 0 0 53 0 0 0 16 0 13 0 206586556 1751384064 60389 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=26374/tid=26384] ppid=26372 vsize=1710336 CPUtime=0
/proc/26374/task/26384/stat : 26384 (java) S 26372 26374 26328 0 -1 64 1 0 0 0 0 0 0 0 25 0 13 0 206586556 1751384064 60389 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=26374/tid=26385] ppid=26372 vsize=1710336 CPUtime=0
/proc/26374/task/26385/stat : 26385 (java) S 26372 26374 26328 0 -1 64 2 0 0 0 0 0 0 0 15 0 13 0 206586556 1751384064 60389 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=26374/tid=26386] ppid=26372 vsize=1710336 CPUtime=0
/proc/26374/task/26386/stat : 26386 (java) S 26372 26374 26328 0 -1 64 5 0 0 0 0 0 0 0 16 0 13 0 206598884 1751384064 60389 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1795.98
Current children cumulated vsize (Kb) 1710336

[startup+1795.3 s]
/proc/loadavg: 1.00 0.99 0.99 2/76 26388
/proc/meminfo: memFree=1296584/2055924 swapFree=4181416/4192956
[pid=26374] ppid=26372 vsize=1710336 CPUtime=1796.99
/proc/26374/stat : 26374 (java) R 26372 26374 26328 0 -1 0 73817 0 1 0 179619 80 0 0 25 0 13 0 206586546 1751384064 60389 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4071524434 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/26374/statm: 427584 60389 1899 14 0 414331 0
[pid=26374/tid=26375] ppid=26372 vsize=1710336 CPUtime=1.68
/proc/26374/task/26375/stat : 26375 (java) S 26372 26374 26328 0 -1 64 9485 0 0 0 146 22 0 0 16 0 13 0 206586549 1751384064 60389 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=26374/tid=26376] ppid=26372 vsize=1710336 CPUtime=1.71
/proc/26374/task/26376/stat : 26376 (java) S 26372 26374 26328 0 -1 64 10918 0 0 0 146 25 0 0 16 0 13 0 206586549 1751384064 60389 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=26374/tid=26377] ppid=26372 vsize=1710336 CPUtime=0.08
/proc/26374/task/26377/stat : 26377 (java) S 26372 26374 26328 0 -1 64 49 0 0 0 4 4 0 0 16 0 13 0 206586552 1751384064 60389 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=26374/tid=26378] ppid=26372 vsize=1710336 CPUtime=0
/proc/26374/task/26378/stat : 26378 (java) S 26372 26374 26328 0 -1 64 9 0 0 0 0 0 0 0 16 0 13 0 206586552 1751384064 60389 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=26374/tid=26379] ppid=26372 vsize=1710336 CPUtime=0
/proc/26374/task/26379/stat : 26379 (java) S 26372 26374 26328 0 -1 64 5 0 0 0 0 0 0 0 16 0 13 0 206586552 1751384064 60389 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=26374/tid=26380] ppid=26372 vsize=1710336 CPUtime=0
/proc/26374/task/26380/stat : 26380 (java) S 26372 26374 26328 0 -1 64 1 0 0 0 0 0 0 0 24 0 13 0 206586556 1751384064 60389 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=26374/tid=26381] ppid=26372 vsize=1710336 CPUtime=0
/proc/26374/task/26381/stat : 26381 (java) S 26372 26374 26328 0 -1 64 2 0 0 0 0 0 0 0 17 0 13 0 206586556 1751384064 60389 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=26374/tid=26382] ppid=26372 vsize=1710336 CPUtime=0.53
/proc/26374/task/26382/stat : 26382 (java) S 26372 26374 26328 0 -1 64 401 0 0 0 53 0 0 0 17 0 13 0 206586556 1751384064 60389 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=26374/tid=26383] ppid=26372 vsize=1710336 CPUtime=0.53
/proc/26374/task/26383/stat : 26383 (java) S 26372 26374 26328 0 -1 64 650 0 0 0 53 0 0 0 16 0 13 0 206586556 1751384064 60389 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=26374/tid=26384] ppid=26372 vsize=1710336 CPUtime=0
/proc/26374/task/26384/stat : 26384 (java) S 26372 26374 26328 0 -1 64 1 0 0 0 0 0 0 0 25 0 13 0 206586556 1751384064 60389 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=26374/tid=26385] ppid=26372 vsize=1710336 CPUtime=0
/proc/26374/task/26385/stat : 26385 (java) S 26372 26374 26328 0 -1 64 2 0 0 0 0 0 0 0 15 0 13 0 206586556 1751384064 60389 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=26374/tid=26386] ppid=26372 vsize=1710336 CPUtime=0
/proc/26374/task/26386/stat : 26386 (java) S 26372 26374 26328 0 -1 64 5 0 0 0 0 0 0 0 16 0 13 0 206598884 1751384064 60389 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1796.99
Current children cumulated vsize (Kb) 1710336

[startup+1796.3 s]
/proc/loadavg: 1.00 0.99 0.99 2/76 26388
/proc/meminfo: memFree=1296584/2055924 swapFree=4181416/4192956
[pid=26374] ppid=26372 vsize=1710336 CPUtime=1797.99
/proc/26374/stat : 26374 (java) R 26372 26374 26328 0 -1 0 73817 0 1 0 179719 80 0 0 25 0 13 0 206586546 1751384064 60389 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4071524411 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/26374/statm: 427584 60389 1899 14 0 414331 0
[pid=26374/tid=26375] ppid=26372 vsize=1710336 CPUtime=1.68
/proc/26374/task/26375/stat : 26375 (java) S 26372 26374 26328 0 -1 64 9485 0 0 0 146 22 0 0 16 0 13 0 206586549 1751384064 60389 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=26374/tid=26376] ppid=26372 vsize=1710336 CPUtime=1.71
/proc/26374/task/26376/stat : 26376 (java) S 26372 26374 26328 0 -1 64 10918 0 0 0 146 25 0 0 16 0 13 0 206586549 1751384064 60389 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=26374/tid=26377] ppid=26372 vsize=1710336 CPUtime=0.08
/proc/26374/task/26377/stat : 26377 (java) S 26372 26374 26328 0 -1 64 49 0 0 0 4 4 0 0 16 0 13 0 206586552 1751384064 60389 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=26374/tid=26378] ppid=26372 vsize=1710336 CPUtime=0
/proc/26374/task/26378/stat : 26378 (java) S 26372 26374 26328 0 -1 64 9 0 0 0 0 0 0 0 16 0 13 0 206586552 1751384064 60389 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=26374/tid=26379] ppid=26372 vsize=1710336 CPUtime=0
/proc/26374/task/26379/stat : 26379 (java) S 26372 26374 26328 0 -1 64 5 0 0 0 0 0 0 0 16 0 13 0 206586552 1751384064 60389 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=26374/tid=26380] ppid=26372 vsize=1710336 CPUtime=0
/proc/26374/task/26380/stat : 26380 (java) S 26372 26374 26328 0 -1 64 1 0 0 0 0 0 0 0 24 0 13 0 206586556 1751384064 60389 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=26374/tid=26381] ppid=26372 vsize=1710336 CPUtime=0
/proc/26374/task/26381/stat : 26381 (java) S 26372 26374 26328 0 -1 64 2 0 0 0 0 0 0 0 17 0 13 0 206586556 1751384064 60389 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=26374/tid=26382] ppid=26372 vsize=1710336 CPUtime=0.53
/proc/26374/task/26382/stat : 26382 (java) S 26372 26374 26328 0 -1 64 401 0 0 0 53 0 0 0 17 0 13 0 206586556 1751384064 60389 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=26374/tid=26383] ppid=26372 vsize=1710336 CPUtime=0.53
/proc/26374/task/26383/stat : 26383 (java) S 26372 26374 26328 0 -1 64 650 0 0 0 53 0 0 0 16 0 13 0 206586556 1751384064 60389 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=26374/tid=26384] ppid=26372 vsize=1710336 CPUtime=0
/proc/26374/task/26384/stat : 26384 (java) S 26372 26374 26328 0 -1 64 1 0 0 0 0 0 0 0 25 0 13 0 206586556 1751384064 60389 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=26374/tid=26385] ppid=26372 vsize=1710336 CPUtime=0
/proc/26374/task/26385/stat : 26385 (java) S 26372 26374 26328 0 -1 64 2 0 0 0 0 0 0 0 15 0 13 0 206586556 1751384064 60389 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=26374/tid=26386] ppid=26372 vsize=1710336 CPUtime=0
/proc/26374/task/26386/stat : 26386 (java) S 26372 26374 26328 0 -1 64 5 0 0 0 0 0 0 0 16 0 13 0 206598884 1751384064 60389 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1797.99
Current children cumulated vsize (Kb) 1710336

[startup+1797.31 s]
/proc/loadavg: 1.00 0.99 0.99 2/76 26388
/proc/meminfo: memFree=1296584/2055924 swapFree=4181416/4192956
[pid=26374] ppid=26372 vsize=1710336 CPUtime=1799
/proc/26374/stat : 26374 (java) R 26372 26374 26328 0 -1 0 73817 0 1 0 179820 80 0 0 25 0 13 0 206586546 1751384064 60389 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4071524448 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/26374/statm: 427584 60389 1899 14 0 414331 0
[pid=26374/tid=26375] ppid=26372 vsize=1710336 CPUtime=1.68
/proc/26374/task/26375/stat : 26375 (java) S 26372 26374 26328 0 -1 64 9485 0 0 0 146 22 0 0 16 0 13 0 206586549 1751384064 60389 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=26374/tid=26376] ppid=26372 vsize=1710336 CPUtime=1.71
/proc/26374/task/26376/stat : 26376 (java) S 26372 26374 26328 0 -1 64 10918 0 0 0 146 25 0 0 16 0 13 0 206586549 1751384064 60389 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=26374/tid=26377] ppid=26372 vsize=1710336 CPUtime=0.08
/proc/26374/task/26377/stat : 26377 (java) S 26372 26374 26328 0 -1 64 49 0 0 0 4 4 0 0 16 0 13 0 206586552 1751384064 60389 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=26374/tid=26378] ppid=26372 vsize=1710336 CPUtime=0
/proc/26374/task/26378/stat : 26378 (java) S 26372 26374 26328 0 -1 64 9 0 0 0 0 0 0 0 16 0 13 0 206586552 1751384064 60389 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=26374/tid=26379] ppid=26372 vsize=1710336 CPUtime=0
/proc/26374/task/26379/stat : 26379 (java) S 26372 26374 26328 0 -1 64 5 0 0 0 0 0 0 0 16 0 13 0 206586552 1751384064 60389 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=26374/tid=26380] ppid=26372 vsize=1710336 CPUtime=0
/proc/26374/task/26380/stat : 26380 (java) S 26372 26374 26328 0 -1 64 1 0 0 0 0 0 0 0 24 0 13 0 206586556 1751384064 60389 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=26374/tid=26381] ppid=26372 vsize=1710336 CPUtime=0
/proc/26374/task/26381/stat : 26381 (java) S 26372 26374 26328 0 -1 64 2 0 0 0 0 0 0 0 17 0 13 0 206586556 1751384064 60389 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=26374/tid=26382] ppid=26372 vsize=1710336 CPUtime=0.53
/proc/26374/task/26382/stat : 26382 (java) S 26372 26374 26328 0 -1 64 401 0 0 0 53 0 0 0 17 0 13 0 206586556 1751384064 60389 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=26374/tid=26383] ppid=26372 vsize=1710336 CPUtime=0.53
/proc/26374/task/26383/stat : 26383 (java) S 26372 26374 26328 0 -1 64 650 0 0 0 53 0 0 0 16 0 13 0 206586556 1751384064 60389 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=26374/tid=26384] ppid=26372 vsize=1710336 CPUtime=0
/proc/26374/task/26384/stat : 26384 (java) S 26372 26374 26328 0 -1 64 1 0 0 0 0 0 0 0 25 0 13 0 206586556 1751384064 60389 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=26374/tid=26385] ppid=26372 vsize=1710336 CPUtime=0
/proc/26374/task/26385/stat : 26385 (java) S 26372 26374 26328 0 -1 64 2 0 0 0 0 0 0 0 15 0 13 0 206586556 1751384064 60389 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=26374/tid=26386] ppid=26372 vsize=1710336 CPUtime=0
/proc/26374/task/26386/stat : 26386 (java) S 26372 26374 26328 0 -1 64 5 0 0 0 0 0 0 0 16 0 13 0 206598884 1751384064 60389 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1799
Current children cumulated vsize (Kb) 1710336

[startup+1798.32 s]
/proc/loadavg: 1.00 0.99 0.99 2/76 26388
/proc/meminfo: memFree=1296584/2055924 swapFree=4181416/4192956
[pid=26374] ppid=26372 vsize=1710336 CPUtime=1800.01
/proc/26374/stat : 26374 (java) R 26372 26374 26328 0 -1 0 73817 0 1 0 179921 80 0 0 25 0 13 0 206586546 1751384064 60389 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4071524379 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/26374/statm: 427584 60389 1899 14 0 414331 0
[pid=26374/tid=26375] ppid=26372 vsize=1710336 CPUtime=1.68
/proc/26374/task/26375/stat : 26375 (java) S 26372 26374 26328 0 -1 64 9485 0 0 0 146 22 0 0 16 0 13 0 206586549 1751384064 60389 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=26374/tid=26376] ppid=26372 vsize=1710336 CPUtime=1.71
/proc/26374/task/26376/stat : 26376 (java) S 26372 26374 26328 0 -1 64 10918 0 0 0 146 25 0 0 16 0 13 0 206586549 1751384064 60389 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=26374/tid=26377] ppid=26372 vsize=1710336 CPUtime=0.08
/proc/26374/task/26377/stat : 26377 (java) S 26372 26374 26328 0 -1 64 49 0 0 0 4 4 0 0 16 0 13 0 206586552 1751384064 60389 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=26374/tid=26378] ppid=26372 vsize=1710336 CPUtime=0
/proc/26374/task/26378/stat : 26378 (java) S 26372 26374 26328 0 -1 64 9 0 0 0 0 0 0 0 16 0 13 0 206586552 1751384064 60389 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=26374/tid=26379] ppid=26372 vsize=1710336 CPUtime=0
/proc/26374/task/26379/stat : 26379 (java) S 26372 26374 26328 0 -1 64 5 0 0 0 0 0 0 0 16 0 13 0 206586552 1751384064 60389 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=26374/tid=26380] ppid=26372 vsize=1710336 CPUtime=0
/proc/26374/task/26380/stat : 26380 (java) S 26372 26374 26328 0 -1 64 1 0 0 0 0 0 0 0 24 0 13 0 206586556 1751384064 60389 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=26374/tid=26381] ppid=26372 vsize=1710336 CPUtime=0
/proc/26374/task/26381/stat : 26381 (java) S 26372 26374 26328 0 -1 64 2 0 0 0 0 0 0 0 17 0 13 0 206586556 1751384064 60389 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=26374/tid=26382] ppid=26372 vsize=1710336 CPUtime=0.53
/proc/26374/task/26382/stat : 26382 (java) S 26372 26374 26328 0 -1 64 401 0 0 0 53 0 0 0 17 0 13 0 206586556 1751384064 60389 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=26374/tid=26383] ppid=26372 vsize=1710336 CPUtime=0.53
/proc/26374/task/26383/stat : 26383 (java) S 26372 26374 26328 0 -1 64 650 0 0 0 53 0 0 0 16 0 13 0 206586556 1751384064 60389 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=26374/tid=26384] ppid=26372 vsize=1710336 CPUtime=0
/proc/26374/task/26384/stat : 26384 (java) S 26372 26374 26328 0 -1 64 1 0 0 0 0 0 0 0 25 0 13 0 206586556 1751384064 60389 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=26374/tid=26385] ppid=26372 vsize=1710336 CPUtime=0
/proc/26374/task/26385/stat : 26385 (java) S 26372 26374 26328 0 -1 64 2 0 0 0 0 0 0 0 15 0 13 0 206586556 1751384064 60389 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=26374/tid=26386] ppid=26372 vsize=1710336 CPUtime=0
/proc/26374/task/26386/stat : 26386 (java) S 26372 26374 26328 0 -1 64 5 0 0 0 0 0 0 0 16 0 13 0 206598884 1751384064 60389 18446744073709551615 134512640 134570276 4294956464 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) 1710336



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1798.32 s]
/proc/loadavg: 1.00 0.99 0.99 2/76 26388
/proc/meminfo: memFree=1296584/2055924 swapFree=4181416/4192956
[pid=26374] ppid=26372 vsize=1710336 CPUtime=1800.01
/proc/26374/stat : 26374 (java) R 26372 26374 26328 0 -1 0 73817 0 1 0 179921 80 0 0 25 0 13 0 206586546 1751384064 60389 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4071524434 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/26374/statm: 427584 60389 1899 14 0 414331 0
[pid=26374/tid=26375] ppid=26372 vsize=1710336 CPUtime=1.68
/proc/26374/task/26375/stat : 26375 (java) S 26372 26374 26328 0 -1 64 9485 0 0 0 146 22 0 0 16 0 13 0 206586549 1751384064 60389 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=26374/tid=26376] ppid=26372 vsize=1710336 CPUtime=1.71
/proc/26374/task/26376/stat : 26376 (java) S 26372 26374 26328 0 -1 64 10918 0 0 0 146 25 0 0 16 0 13 0 206586549 1751384064 60389 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=26374/tid=26377] ppid=26372 vsize=1710336 CPUtime=0.08
/proc/26374/task/26377/stat : 26377 (java) S 26372 26374 26328 0 -1 64 49 0 0 0 4 4 0 0 16 0 13 0 206586552 1751384064 60389 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=26374/tid=26378] ppid=26372 vsize=1710336 CPUtime=0
/proc/26374/task/26378/stat : 26378 (java) S 26372 26374 26328 0 -1 64 9 0 0 0 0 0 0 0 16 0 13 0 206586552 1751384064 60389 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=26374/tid=26379] ppid=26372 vsize=1710336 CPUtime=0
/proc/26374/task/26379/stat : 26379 (java) S 26372 26374 26328 0 -1 64 5 0 0 0 0 0 0 0 16 0 13 0 206586552 1751384064 60389 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=26374/tid=26380] ppid=26372 vsize=1710336 CPUtime=0
/proc/26374/task/26380/stat : 26380 (java) S 26372 26374 26328 0 -1 64 1 0 0 0 0 0 0 0 24 0 13 0 206586556 1751384064 60389 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=26374/tid=26381] ppid=26372 vsize=1710336 CPUtime=0
/proc/26374/task/26381/stat : 26381 (java) S 26372 26374 26328 0 -1 64 2 0 0 0 0 0 0 0 17 0 13 0 206586556 1751384064 60389 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=26374/tid=26382] ppid=26372 vsize=1710336 CPUtime=0.53
/proc/26374/task/26382/stat : 26382 (java) S 26372 26374 26328 0 -1 64 401 0 0 0 53 0 0 0 17 0 13 0 206586556 1751384064 60389 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=26374/tid=26383] ppid=26372 vsize=1710336 CPUtime=0.53
/proc/26374/task/26383/stat : 26383 (java) S 26372 26374 26328 0 -1 64 650 0 0 0 53 0 0 0 16 0 13 0 206586556 1751384064 60389 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=26374/tid=26384] ppid=26372 vsize=1710336 CPUtime=0
/proc/26374/task/26384/stat : 26384 (java) S 26372 26374 26328 0 -1 64 1 0 0 0 0 0 0 0 25 0 13 0 206586556 1751384064 60389 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=26374/tid=26385] ppid=26372 vsize=1710336 CPUtime=0
/proc/26374/task/26385/stat : 26385 (java) S 26372 26374 26328 0 -1 64 2 0 0 0 0 0 0 0 15 0 13 0 206586556 1751384064 60389 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=26374/tid=26386] ppid=26372 vsize=1710336 CPUtime=0
/proc/26374/task/26386/stat : 26386 (java) S 26372 26374 26328 0 -1 64 5 0 0 0 0 0 0 0 16 0 13 0 206598884 1751384064 60389 18446744073709551615 134512640 134570276 4294956464 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) 1710336

Sending SIGTERM to -26374
Sleeping 2 seconds

Child status: 143
Real time (s): 1798.41
CPU time (s): 1800.11
CPU user time (s): 1799.27
CPU system time (s): 0.843871
CPU usage (%): 100.094
Max. virtual memory (cumulated for all children) (Kb): 1710336

Launcher Data (download as text)

Begin job on node6 on Sun Jun  4 08:20:44 UTC 2006


FILE ID= 44316-1149409244

PBS_JOBID= 314588

BENCH NAME= HOME/pub/bench/PB06//final/normalized-PB06/OPT-SMALLINT/submitted-PB05/manquinho/primes-dimacs-cnf/normalized-g250.29.opb
COMMAND LINE= java -server -Xms1500M -Xmx1500M -jar ROOT/solvers/PB/PB06final/user5/sat4jPseudoPlus.jar ROOT/tmp/node6/44316-1149409244/instance-44316-1149409244.opb 796516468
RUNSOLVER COMMAND LINE= runsolver  --timestamp  -w ROOT/results/node6/watcher-44316-1149409244 -o ROOT/results/node6/solver-44316-1149409244 -C 1800 -M 1800 -S 64  java -server -Xms1500M -Xmx1500M -jar ROOT/solvers/PB/PB06final/user5/sat4jPseudoPlus.jar ROOT/tmp/node6/44316-1149409244/instance-44316-1149409244.opb 796516468

MD5SUM SOLVER= e9637a7554f3ecdf74c1815f89d00213
MD5SUM BENCH=  b0a7c1cc13cb603591c6d50e3dba1a47

RANDOM SEED= 796516468


/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.268
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.268
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:      2055924 kB
MemFree:       1532152 kB
Buffers:         23632 kB
Cached:         429480 kB
SwapCached:       3236 kB
Active:          46772 kB
Inactive:       415080 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055924 kB
LowFree:       1532152 kB
SwapTotal:     4192956 kB
SwapFree:      4181416 kB
Dirty:             164 kB
Writeback:           0 kB
Mapped:          14924 kB
Slab:            47984 kB
Committed_AS:   377608 kB
PageTables:       1480 kB
VmallocTotal: 536870911 kB
VmallocUsed:    264952 kB
VmallocChunk: 536605679 kB
HugePages_Total:     0
HugePages_Free:      0
Hugepagesize:     2048 kB


End job on node6 on Sun Jun  4 08:50:43 UTC 2006