Trace number 50758

Some explanations

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

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

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

Solver answer on this benchmark

Solver NameAnswerObjective functionCPU timeWall clock time
SAT4JPSEUDO 2006.2 Heuristics? (TO) 1800.56 1785.63

General information on the benchmark

Namenormalized-PB06/OPT-BIGINT/submitted-PB06/roussel/factor/
normalized-factor-sizeN=340-sizeP=171-sizeQ=340-737522999-max.opb
MD5SUM2b9e4e0dec92e7efe9699841b8c27d99
Bench CategoryOPT-BIGINT (optimisation, big 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 variables58651
Total number of constraints174421
Number of constraints which are clauses174420
Number of constraints which are cardinality constraints (but not clauses)0
Number of constraints which are nor clauses,nor cardinality constraints1
Minimum length of a constraint2
Maximum length of a constraint58140
Number of terms in the objective function 171
Biggest coefficient in the objective function 1496577676626844588240573268701473812127674924007424
Number of bits for the biggest coefficient in the objective function 171
Sum of the numbers in the objective function 2993155353253689176481146537402947624255349848014847
Number of bits of the sum of numbers in the objective function 171
Biggest number in a constraint 1675975991242824637446753124775730765934920727574049172215445180465220503759193372100234287270862928461253982273310756356719235351493321243304206125760512
Number of bits of the biggest number in a constraint 510
Biggest sum of numbers in a constraint 6703903964971298549787012499102923063739682910296196299453164965973479669891880458245518365170754398305594457399703799902412848625969319072778646785434424
Number of bits of the biggest sum of numbers511
Number of products (including duplicates)0
Sum of products size (including duplicates)0
Number of different products0
Sum of products size0

Solver Data (download as text)

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

Verifier Data (download as text)

ERROR: no interpretation found !

Watcher Data (download as text)

Enforcing CPU limit (will send SIGTERM then SIGKILL): 1800 seconds
Enforcing CPUTime (will send SIGXCPU) limit: 1830 seconds
Enforcing Stack size limit: 67108864 bytes

runsolver version 3.0.3 (c) roussel@cril.univ-artois.fr

Enforcing memory limit (will send SIGKILL): 1843200 Kb
Enforcing VSIZE limit: 1887436800 bytes
command line: runsolver --timestamp -w ROOT/results/node10/watcher-50758-1154120956 -o ROOT/results/node10/solver-50758-1154120956 -C 1800 -M 1800 -S 64 java -server -Xms1500M -Xmx1500M -jar ROOT/solvers/PB/PB06final/user5/sat4jPseudoHeuristics.jar ROOT/tmp/node10/50758-1154120956/instance-50758-1154120956.opb 219139042 

Current StackSize limit: 67108864 bytes

/proc/loadavg: 1.00 1.00 1.00 2/64 2476
/proc/meminfo: memFree=1443792/2055920 swapFree=4182612/4192956
[pid=2476] ppid=2474 vsize=292 CPUtime=0
/proc/2476/stat : 2476 (java) R 2474 2476 2427 0 -1 0 55 0 0 0 0 0 0 0 19 0 1 0 158956818 299008 37 18446744073709551615 134512640 134570276 4294956608 18446744073709551615 8905508 0 0 4096 0 0 0 0 17 1 0 0
/proc/2476/statm: 77 40 31 14 0 5 0

[startup+10.0019 s]
/proc/loadavg: 1.00 1.00 1.00 2/75 2487
/proc/meminfo: memFree=1305784/2055920 swapFree=4182612/4192956
[pid=2476] ppid=2474 vsize=1709408 CPUtime=10.51
/proc/2476/stat : 2476 (java) R 2474 2476 2427 0 -1 0 40173 0 1 0 1032 19 0 0 25 0 12 0 158956818 1750433792 36261 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4071348677 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/2476/statm: 427352 36261 1874 14 0 414099 0
[pid=2476/tid=2477] ppid=2474 vsize=1709408 CPUtime=0.03
/proc/2476/task/2477/stat : 2477 (java) S 2474 2476 2427 0 -1 64 1349 0 0 0 3 0 0 0 16 0 12 0 158956821 1750433792 36261 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=2476/tid=2478] ppid=2474 vsize=1709408 CPUtime=0.03
/proc/2476/task/2478/stat : 2478 (java) S 2474 2476 2427 0 -1 64 1366 0 0 0 3 0 0 0 16 0 12 0 158956821 1750433792 36261 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=2476/tid=2479] ppid=2474 vsize=1709408 CPUtime=0
/proc/2476/task/2479/stat : 2479 (java) S 2474 2476 2427 0 -1 64 25 0 0 0 0 0 0 0 16 0 12 0 158956824 1750433792 36261 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=2476/tid=2480] ppid=2474 vsize=1709408 CPUtime=0
/proc/2476/task/2480/stat : 2480 (java) S 2474 2476 2427 0 -1 64 9 0 0 0 0 0 0 0 15 0 12 0 158956825 1750433792 36261 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=2476/tid=2481] ppid=2474 vsize=1709408 CPUtime=0
/proc/2476/task/2481/stat : 2481 (java) S 2474 2476 2427 0 -1 64 5 0 0 0 0 0 0 0 15 0 12 0 158956825 1750433792 36261 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=2476/tid=2482] ppid=2474 vsize=1709408 CPUtime=0
/proc/2476/task/2482/stat : 2482 (java) S 2474 2476 2427 0 -1 64 0 0 0 0 0 0 0 0 24 0 12 0 158956828 1750433792 36261 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=2476/tid=2483] ppid=2474 vsize=1709408 CPUtime=0
/proc/2476/task/2483/stat : 2483 (java) S 2474 2476 2427 0 -1 64 2 0 0 0 0 0 0 0 16 0 12 0 158956828 1750433792 36261 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=2476/tid=2484] ppid=2474 vsize=1709408 CPUtime=0.31
/proc/2476/task/2484/stat : 2484 (java) S 2474 2476 2427 0 -1 64 679 0 0 0 31 0 0 0 17 0 12 0 158956828 1750433792 36261 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=2476/tid=2485] ppid=2474 vsize=1709408 CPUtime=0.25
/proc/2476/task/2485/stat : 2485 (java) S 2474 2476 2427 0 -1 64 274 0 0 0 25 0 0 0 17 0 12 0 158956828 1750433792 36261 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=2476/tid=2486] ppid=2474 vsize=1709408 CPUtime=0
/proc/2476/task/2486/stat : 2486 (java) S 2474 2476 2427 0 -1 64 1 0 0 0 0 0 0 0 25 0 12 0 158956828 1750433792 36261 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=2476/tid=2487] ppid=2474 vsize=1709408 CPUtime=0
/proc/2476/task/2487/stat : 2487 (java) S 2474 2476 2427 0 -1 64 2 0 0 0 0 0 0 0 15 0 12 0 158956828 1750433792 36261 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 10.51
Current children cumulated vsize (Kb) 1709408

[startup+20.0093 s]
/proc/loadavg: 1.00 1.00 1.00 2/75 2487
/proc/meminfo: memFree=1317368/2055920 swapFree=4182612/4192956
[pid=2476] ppid=2474 vsize=1709312 CPUtime=20.56
/proc/2476/stat : 2476 (java) R 2474 2476 2427 0 -1 0 40449 0 1 0 2036 20 0 0 25 0 12 0 158956818 1750335488 33438 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4071346521 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/2476/statm: 427328 33438 1874 14 0 414075 0
[pid=2476/tid=2477] ppid=2474 vsize=1709312 CPUtime=0.06
/proc/2476/task/2477/stat : 2477 (java) S 2474 2476 2427 0 -1 64 1467 0 0 0 6 0 0 0 16 0 12 0 158956821 1750335488 33438 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=2476/tid=2478] ppid=2474 vsize=1709312 CPUtime=0.06
/proc/2476/task/2478/stat : 2478 (java) S 2474 2476 2427 0 -1 64 1493 0 0 0 6 0 0 0 15 0 12 0 158956821 1750335488 33438 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=2476/tid=2479] ppid=2474 vsize=1709312 CPUtime=0
/proc/2476/task/2479/stat : 2479 (java) S 2474 2476 2427 0 -1 64 25 0 0 0 0 0 0 0 16 0 12 0 158956824 1750335488 33438 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=2476/tid=2480] ppid=2474 vsize=1709312 CPUtime=0
/proc/2476/task/2480/stat : 2480 (java) S 2474 2476 2427 0 -1 64 9 0 0 0 0 0 0 0 15 0 12 0 158956825 1750335488 33438 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=2476/tid=2481] ppid=2474 vsize=1709312 CPUtime=0
/proc/2476/task/2481/stat : 2481 (java) S 2474 2476 2427 0 -1 64 5 0 0 0 0 0 0 0 15 0 12 0 158956825 1750335488 33438 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=2476/tid=2482] ppid=2474 vsize=1709312 CPUtime=0
/proc/2476/task/2482/stat : 2482 (java) S 2474 2476 2427 0 -1 64 0 0 0 0 0 0 0 0 24 0 12 0 158956828 1750335488 33438 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=2476/tid=2483] ppid=2474 vsize=1709312 CPUtime=0
/proc/2476/task/2483/stat : 2483 (java) S 2474 2476 2427 0 -1 64 2 0 0 0 0 0 0 0 16 0 12 0 158956828 1750335488 33438 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=2476/tid=2484] ppid=2474 vsize=1709312 CPUtime=0.33
/proc/2476/task/2484/stat : 2484 (java) S 2474 2476 2427 0 -1 64 681 0 0 0 33 0 0 0 16 0 12 0 158956828 1750335488 33438 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=2476/tid=2485] ppid=2474 vsize=1709312 CPUtime=0.28
/proc/2476/task/2485/stat : 2485 (java) S 2474 2476 2427 0 -1 64 276 0 0 0 28 0 0 0 17 0 12 0 158956828 1750335488 33438 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=2476/tid=2486] ppid=2474 vsize=1709312 CPUtime=0
/proc/2476/task/2486/stat : 2486 (java) S 2474 2476 2427 0 -1 64 1 0 0 0 0 0 0 0 25 0 12 0 158956828 1750335488 33438 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=2476/tid=2487] ppid=2474 vsize=1709312 CPUtime=0
/proc/2476/task/2487/stat : 2487 (java) S 2474 2476 2427 0 -1 64 2 0 0 0 0 0 0 0 15 0 12 0 158956828 1750335488 33438 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 20.56
Current children cumulated vsize (Kb) 1709312

[startup+30.0166 s]
/proc/loadavg: 1.00 1.00 1.00 2/75 2487
/proc/meminfo: memFree=1318584/2055920 swapFree=4182612/4192956
[pid=2476] ppid=2474 vsize=1709312 CPUtime=30.59
/proc/2476/stat : 2476 (java) R 2474 2476 2427 0 -1 0 40708 0 1 0 3039 20 0 0 25 0 12 0 158956818 1750335488 33149 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4071348669 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/2476/statm: 427328 33149 1874 14 0 414075 0
[pid=2476/tid=2477] ppid=2474 vsize=1709312 CPUtime=0.09
/proc/2476/task/2477/stat : 2477 (java) S 2474 2476 2427 0 -1 64 1586 0 0 0 9 0 0 0 16 0 12 0 158956821 1750335488 33149 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=2476/tid=2478] ppid=2474 vsize=1709312 CPUtime=0.09
/proc/2476/task/2478/stat : 2478 (java) S 2474 2476 2427 0 -1 64 1600 0 0 0 9 0 0 0 15 0 12 0 158956821 1750335488 33149 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=2476/tid=2479] ppid=2474 vsize=1709312 CPUtime=0
/proc/2476/task/2479/stat : 2479 (java) S 2474 2476 2427 0 -1 64 26 0 0 0 0 0 0 0 16 0 12 0 158956824 1750335488 33149 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=2476/tid=2480] ppid=2474 vsize=1709312 CPUtime=0
/proc/2476/task/2480/stat : 2480 (java) S 2474 2476 2427 0 -1 64 9 0 0 0 0 0 0 0 15 0 12 0 158956825 1750335488 33149 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=2476/tid=2481] ppid=2474 vsize=1709312 CPUtime=0
/proc/2476/task/2481/stat : 2481 (java) S 2474 2476 2427 0 -1 64 5 0 0 0 0 0 0 0 15 0 12 0 158956825 1750335488 33149 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=2476/tid=2482] ppid=2474 vsize=1709312 CPUtime=0
/proc/2476/task/2482/stat : 2482 (java) S 2474 2476 2427 0 -1 64 0 0 0 0 0 0 0 0 24 0 12 0 158956828 1750335488 33149 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=2476/tid=2483] ppid=2474 vsize=1709312 CPUtime=0
/proc/2476/task/2483/stat : 2483 (java) S 2474 2476 2427 0 -1 64 2 0 0 0 0 0 0 0 16 0 12 0 158956828 1750335488 33149 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=2476/tid=2484] ppid=2474 vsize=1709312 CPUtime=0.34
/proc/2476/task/2484/stat : 2484 (java) S 2474 2476 2427 0 -1 64 682 0 0 0 34 0 0 0 17 0 12 0 158956828 1750335488 33149 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=2476/tid=2485] ppid=2474 vsize=1709312 CPUtime=0.29
/proc/2476/task/2485/stat : 2485 (java) S 2474 2476 2427 0 -1 64 277 0 0 0 29 0 0 0 17 0 12 0 158956828 1750335488 33149 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=2476/tid=2486] ppid=2474 vsize=1709312 CPUtime=0
/proc/2476/task/2486/stat : 2486 (java) S 2474 2476 2427 0 -1 64 1 0 0 0 0 0 0 0 25 0 12 0 158956828 1750335488 33149 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=2476/tid=2487] ppid=2474 vsize=1709312 CPUtime=0
/proc/2476/task/2487/stat : 2487 (java) S 2474 2476 2427 0 -1 64 2 0 0 0 0 0 0 0 15 0 12 0 158956828 1750335488 33149 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 30.59
Current children cumulated vsize (Kb) 1709312

[startup+40.024 s]
/proc/loadavg: 1.00 1.00 1.00 2/75 2487
/proc/meminfo: memFree=1318008/2055920 swapFree=4182612/4192956
[pid=2476] ppid=2474 vsize=1709312 CPUtime=40.62
/proc/2476/stat : 2476 (java) R 2474 2476 2427 0 -1 0 41031 0 1 0 4041 21 0 0 25 0 12 0 158956818 1750335488 33324 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4071431751 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/2476/statm: 427328 33324 1874 14 0 414075 0
[pid=2476/tid=2477] ppid=2474 vsize=1709312 CPUtime=0.13
/proc/2476/task/2477/stat : 2477 (java) S 2474 2476 2427 0 -1 64 1783 0 0 0 13 0 0 0 16 0 12 0 158956821 1750335488 33324 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=2476/tid=2478] ppid=2474 vsize=1709312 CPUtime=0.11
/proc/2476/task/2478/stat : 2478 (java) S 2474 2476 2427 0 -1 64 1693 0 0 0 11 0 0 0 16 0 12 0 158956821 1750335488 33324 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=2476/tid=2479] ppid=2474 vsize=1709312 CPUtime=0.01
/proc/2476/task/2479/stat : 2479 (java) S 2474 2476 2427 0 -1 64 26 0 0 0 0 1 0 0 15 0 12 0 158956824 1750335488 33324 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=2476/tid=2480] ppid=2474 vsize=1709312 CPUtime=0
/proc/2476/task/2480/stat : 2480 (java) S 2474 2476 2427 0 -1 64 9 0 0 0 0 0 0 0 15 0 12 0 158956825 1750335488 33324 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=2476/tid=2481] ppid=2474 vsize=1709312 CPUtime=0
/proc/2476/task/2481/stat : 2481 (java) S 2474 2476 2427 0 -1 64 5 0 0 0 0 0 0 0 15 0 12 0 158956825 1750335488 33324 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=2476/tid=2482] ppid=2474 vsize=1709312 CPUtime=0
/proc/2476/task/2482/stat : 2482 (java) S 2474 2476 2427 0 -1 64 0 0 0 0 0 0 0 0 24 0 12 0 158956828 1750335488 33324 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=2476/tid=2483] ppid=2474 vsize=1709312 CPUtime=0
/proc/2476/task/2483/stat : 2483 (java) S 2474 2476 2427 0 -1 64 2 0 0 0 0 0 0 0 16 0 12 0 158956828 1750335488 33324 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=2476/tid=2484] ppid=2474 vsize=1709312 CPUtime=0.34
/proc/2476/task/2484/stat : 2484 (java) S 2474 2476 2427 0 -1 64 682 0 0 0 34 0 0 0 16 0 12 0 158956828 1750335488 33324 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=2476/tid=2485] ppid=2474 vsize=1709312 CPUtime=0.29
/proc/2476/task/2485/stat : 2485 (java) S 2474 2476 2427 0 -1 64 277 0 0 0 29 0 0 0 17 0 12 0 158956828 1750335488 33324 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=2476/tid=2486] ppid=2474 vsize=1709312 CPUtime=0
/proc/2476/task/2486/stat : 2486 (java) S 2474 2476 2427 0 -1 64 1 0 0 0 0 0 0 0 25 0 12 0 158956828 1750335488 33324 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=2476/tid=2487] ppid=2474 vsize=1709312 CPUtime=0
/proc/2476/task/2487/stat : 2487 (java) S 2474 2476 2427 0 -1 64 2 0 0 0 0 0 0 0 15 0 12 0 158956828 1750335488 33324 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 40.62
Current children cumulated vsize (Kb) 1709312

[startup+50.0313 s]
/proc/loadavg: 1.00 1.00 1.00 2/75 2487
/proc/meminfo: memFree=1317624/2055920 swapFree=4182612/4192956
[pid=2476] ppid=2474 vsize=1709312 CPUtime=50.66
/proc/2476/stat : 2476 (java) R 2474 2476 2427 0 -1 0 41304 0 1 0 5045 21 0 0 25 0 12 0 158956818 1750335488 33443 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4071348702 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/2476/statm: 427328 33443 1874 14 0 414075 0
[pid=2476/tid=2477] ppid=2474 vsize=1709312 CPUtime=0.18
/proc/2476/task/2477/stat : 2477 (java) S 2474 2476 2427 0 -1 64 1879 0 0 0 17 1 0 0 16 0 12 0 158956821 1750335488 33443 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=2476/tid=2478] ppid=2474 vsize=1709312 CPUtime=0.17
/proc/2476/task/2478/stat : 2478 (java) S 2474 2476 2427 0 -1 64 1833 0 0 0 16 1 0 0 16 0 12 0 158956821 1750335488 33443 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=2476/tid=2479] ppid=2474 vsize=1709312 CPUtime=0.02
/proc/2476/task/2479/stat : 2479 (java) S 2474 2476 2427 0 -1 64 26 0 0 0 1 1 0 0 16 0 12 0 158956824 1750335488 33443 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=2476/tid=2480] ppid=2474 vsize=1709312 CPUtime=0
/proc/2476/task/2480/stat : 2480 (java) S 2474 2476 2427 0 -1 64 9 0 0 0 0 0 0 0 15 0 12 0 158956825 1750335488 33443 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=2476/tid=2481] ppid=2474 vsize=1709312 CPUtime=0
/proc/2476/task/2481/stat : 2481 (java) S 2474 2476 2427 0 -1 64 5 0 0 0 0 0 0 0 15 0 12 0 158956825 1750335488 33443 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=2476/tid=2482] ppid=2474 vsize=1709312 CPUtime=0
/proc/2476/task/2482/stat : 2482 (java) S 2474 2476 2427 0 -1 64 0 0 0 0 0 0 0 0 24 0 12 0 158956828 1750335488 33443 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=2476/tid=2483] ppid=2474 vsize=1709312 CPUtime=0
/proc/2476/task/2483/stat : 2483 (java) S 2474 2476 2427 0 -1 64 2 0 0 0 0 0 0 0 16 0 12 0 158956828 1750335488 33443 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=2476/tid=2484] ppid=2474 vsize=1709312 CPUtime=0.34
/proc/2476/task/2484/stat : 2484 (java) S 2474 2476 2427 0 -1 64 682 0 0 0 34 0 0 0 16 0 12 0 158956828 1750335488 33443 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=2476/tid=2485] ppid=2474 vsize=1709312 CPUtime=0.29
/proc/2476/task/2485/stat : 2485 (java) S 2474 2476 2427 0 -1 64 277 0 0 0 29 0 0 0 17 0 12 0 158956828 1750335488 33443 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=2476/tid=2486] ppid=2474 vsize=1709312 CPUtime=0
/proc/2476/task/2486/stat : 2486 (java) S 2474 2476 2427 0 -1 64 1 0 0 0 0 0 0 0 25 0 12 0 158956828 1750335488 33443 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=2476/tid=2487] ppid=2474 vsize=1709312 CPUtime=0
/proc/2476/task/2487/stat : 2487 (java) S 2474 2476 2427 0 -1 64 2 0 0 0 0 0 0 0 15 0 12 0 158956828 1750335488 33443 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 50.66
Current children cumulated vsize (Kb) 1709312

[startup+60.0387 s]
/proc/loadavg: 1.00 1.00 1.00 2/75 2487
/proc/meminfo: memFree=1316792/2055920 swapFree=4182612/4192956
[pid=2476] ppid=2474 vsize=1709312 CPUtime=60.7
/proc/2476/stat : 2476 (java) R 2474 2476 2427 0 -1 0 41568 0 1 0 6047 23 0 0 25 0 12 0 158956818 1750335488 33663 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4071342355 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/2476/statm: 427328 33663 1874 14 0 414075 0
[pid=2476/tid=2477] ppid=2474 vsize=1709312 CPUtime=0.22
/proc/2476/task/2477/stat : 2477 (java) S 2474 2476 2427 0 -1 64 1961 0 0 0 21 1 0 0 16 0 12 0 158956821 1750335488 33663 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=2476/tid=2478] ppid=2474 vsize=1709312 CPUtime=0.21
/proc/2476/task/2478/stat : 2478 (java) S 2474 2476 2427 0 -1 64 1975 0 0 0 20 1 0 0 15 0 12 0 158956821 1750335488 33663 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=2476/tid=2479] ppid=2474 vsize=1709312 CPUtime=0.02
/proc/2476/task/2479/stat : 2479 (java) S 2474 2476 2427 0 -1 64 26 0 0 0 1 1 0 0 16 0 12 0 158956824 1750335488 33663 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=2476/tid=2480] ppid=2474 vsize=1709312 CPUtime=0
/proc/2476/task/2480/stat : 2480 (java) S 2474 2476 2427 0 -1 64 9 0 0 0 0 0 0 0 15 0 12 0 158956825 1750335488 33663 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=2476/tid=2481] ppid=2474 vsize=1709312 CPUtime=0
/proc/2476/task/2481/stat : 2481 (java) S 2474 2476 2427 0 -1 64 5 0 0 0 0 0 0 0 15 0 12 0 158956825 1750335488 33663 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=2476/tid=2482] ppid=2474 vsize=1709312 CPUtime=0
/proc/2476/task/2482/stat : 2482 (java) S 2474 2476 2427 0 -1 64 0 0 0 0 0 0 0 0 24 0 12 0 158956828 1750335488 33663 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=2476/tid=2483] ppid=2474 vsize=1709312 CPUtime=0
/proc/2476/task/2483/stat : 2483 (java) S 2474 2476 2427 0 -1 64 2 0 0 0 0 0 0 0 16 0 12 0 158956828 1750335488 33663 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=2476/tid=2484] ppid=2474 vsize=1709312 CPUtime=0.34
/proc/2476/task/2484/stat : 2484 (java) S 2474 2476 2427 0 -1 64 682 0 0 0 34 0 0 0 16 0 12 0 158956828 1750335488 33663 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=2476/tid=2485] ppid=2474 vsize=1709312 CPUtime=0.29
/proc/2476/task/2485/stat : 2485 (java) S 2474 2476 2427 0 -1 64 277 0 0 0 29 0 0 0 17 0 12 0 158956828 1750335488 33663 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=2476/tid=2486] ppid=2474 vsize=1709312 CPUtime=0
/proc/2476/task/2486/stat : 2486 (java) S 2474 2476 2427 0 -1 64 1 0 0 0 0 0 0 0 25 0 12 0 158956828 1750335488 33663 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=2476/tid=2487] ppid=2474 vsize=1709312 CPUtime=0

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

/proc/2476/task/2480/stat : 2480 (java) S 2474 2476 2427 0 -1 64 9 0 0 0 0 0 0 0 15 0 13 0 158956825 1760198656 79191 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=2476/tid=2481] ppid=2474 vsize=1718944 CPUtime=0
/proc/2476/task/2481/stat : 2481 (java) S 2474 2476 2427 0 -1 64 5 0 0 0 0 0 0 0 15 0 13 0 158956825 1760198656 79191 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=2476/tid=2482] ppid=2474 vsize=1718944 CPUtime=0
/proc/2476/task/2482/stat : 2482 (java) S 2474 2476 2427 0 -1 64 0 0 0 0 0 0 0 0 24 0 13 0 158956828 1760198656 79191 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=2476/tid=2483] ppid=2474 vsize=1718944 CPUtime=0.01
/proc/2476/task/2483/stat : 2483 (java) S 2474 2476 2427 0 -1 64 2 0 0 0 1 0 0 0 17 0 13 0 158956828 1760198656 79191 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=2476/tid=2484] ppid=2474 vsize=1718944 CPUtime=1.68
/proc/2476/task/2484/stat : 2484 (java) S 2474 2476 2427 0 -1 64 5198 0 0 0 166 2 0 0 17 0 13 0 158956828 1760198656 79191 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=2476/tid=2485] ppid=2474 vsize=1718944 CPUtime=1
/proc/2476/task/2485/stat : 2485 (java) S 2474 2476 2427 0 -1 64 870 0 0 0 100 0 0 0 17 0 13 0 158956828 1760198656 79191 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=2476/tid=2486] ppid=2474 vsize=1718944 CPUtime=0
/proc/2476/task/2486/stat : 2486 (java) S 2474 2476 2427 0 -1 64 1 0 0 0 0 0 0 0 25 0 13 0 158956828 1760198656 79191 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=2476/tid=2487] ppid=2474 vsize=1718944 CPUtime=0
/proc/2476/task/2487/stat : 2487 (java) S 2474 2476 2427 0 -1 64 2 0 0 0 0 0 0 0 15 0 13 0 158956828 1760198656 79191 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=2476/tid=2488] ppid=2474 vsize=1718944 CPUtime=0
/proc/2476/task/2488/stat : 2488 (java) S 2474 2476 2427 0 -1 64 8 0 0 0 0 0 0 0 16 0 13 0 158983013 1760198656 79191 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1796.4
Current children cumulated vsize (Kb) 1718944

[startup+1782.52 s]
/proc/loadavg: 1.00 1.00 1.00 2/76 2488
/proc/meminfo: memFree=1133496/2055920 swapFree=4182612/4192956
[pid=2476] ppid=2474 vsize=1718944 CPUtime=1797.42
/proc/2476/stat : 2476 (java) R 2474 2476 2427 0 -1 0 115754 0 1 0 179541 201 0 0 21 0 13 0 158956818 1760198656 79191 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4071494994 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/2476/statm: 429736 79191 1911 14 0 416483 0
[pid=2476/tid=2477] ppid=2474 vsize=1718944 CPUtime=14.13
/proc/2476/task/2477/stat : 2477 (java) S 2474 2476 2427 0 -1 64 21429 0 0 0 1357 56 0 0 15 0 13 0 158956821 1760198656 79191 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=2476/tid=2478] ppid=2474 vsize=1718944 CPUtime=14.3
/proc/2476/task/2478/stat : 2478 (java) S 2474 2476 2427 0 -1 64 21772 0 0 0 1370 60 0 0 16 0 13 0 158956821 1760198656 79191 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=2476/tid=2479] ppid=2474 vsize=1718944 CPUtime=0.86
/proc/2476/task/2479/stat : 2479 (java) S 2474 2476 2427 0 -1 64 104 0 0 0 52 34 0 0 15 0 13 0 158956824 1760198656 79191 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=2476/tid=2480] ppid=2474 vsize=1718944 CPUtime=0
/proc/2476/task/2480/stat : 2480 (java) S 2474 2476 2427 0 -1 64 9 0 0 0 0 0 0 0 15 0 13 0 158956825 1760198656 79191 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=2476/tid=2481] ppid=2474 vsize=1718944 CPUtime=0
/proc/2476/task/2481/stat : 2481 (java) S 2474 2476 2427 0 -1 64 5 0 0 0 0 0 0 0 15 0 13 0 158956825 1760198656 79191 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=2476/tid=2482] ppid=2474 vsize=1718944 CPUtime=0
/proc/2476/task/2482/stat : 2482 (java) S 2474 2476 2427 0 -1 64 0 0 0 0 0 0 0 0 24 0 13 0 158956828 1760198656 79191 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=2476/tid=2483] ppid=2474 vsize=1718944 CPUtime=0.01
/proc/2476/task/2483/stat : 2483 (java) S 2474 2476 2427 0 -1 64 2 0 0 0 1 0 0 0 17 0 13 0 158956828 1760198656 79191 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=2476/tid=2484] ppid=2474 vsize=1718944 CPUtime=1.68
/proc/2476/task/2484/stat : 2484 (java) S 2474 2476 2427 0 -1 64 5198 0 0 0 166 2 0 0 17 0 13 0 158956828 1760198656 79191 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=2476/tid=2485] ppid=2474 vsize=1718944 CPUtime=1
/proc/2476/task/2485/stat : 2485 (java) S 2474 2476 2427 0 -1 64 870 0 0 0 100 0 0 0 17 0 13 0 158956828 1760198656 79191 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=2476/tid=2486] ppid=2474 vsize=1718944 CPUtime=0
/proc/2476/task/2486/stat : 2486 (java) S 2474 2476 2427 0 -1 64 1 0 0 0 0 0 0 0 25 0 13 0 158956828 1760198656 79191 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=2476/tid=2487] ppid=2474 vsize=1718944 CPUtime=0
/proc/2476/task/2487/stat : 2487 (java) S 2474 2476 2427 0 -1 64 2 0 0 0 0 0 0 0 15 0 13 0 158956828 1760198656 79191 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=2476/tid=2488] ppid=2474 vsize=1718944 CPUtime=0
/proc/2476/task/2488/stat : 2488 (java) S 2474 2476 2427 0 -1 64 8 0 0 0 0 0 0 0 16 0 13 0 158983013 1760198656 79191 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1797.42
Current children cumulated vsize (Kb) 1718944

[startup+1783.52 s]
/proc/loadavg: 1.00 1.00 1.00 2/76 2488
/proc/meminfo: memFree=1133496/2055920 swapFree=4182612/4192956
[pid=2476] ppid=2474 vsize=1718944 CPUtime=1798.43
/proc/2476/stat : 2476 (java) R 2474 2476 2427 0 -1 0 115756 0 1 0 179642 201 0 0 25 0 13 0 158956818 1760198656 79191 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4071494889 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/2476/statm: 429736 79191 1911 14 0 416483 0
[pid=2476/tid=2477] ppid=2474 vsize=1718944 CPUtime=14.14
/proc/2476/task/2477/stat : 2477 (java) S 2474 2476 2427 0 -1 64 21429 0 0 0 1358 56 0 0 15 0 13 0 158956821 1760198656 79191 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=2476/tid=2478] ppid=2474 vsize=1718944 CPUtime=14.31
/proc/2476/task/2478/stat : 2478 (java) S 2474 2476 2427 0 -1 64 21772 0 0 0 1371 60 0 0 16 0 13 0 158956821 1760198656 79191 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=2476/tid=2479] ppid=2474 vsize=1718944 CPUtime=0.86
/proc/2476/task/2479/stat : 2479 (java) S 2474 2476 2427 0 -1 64 104 0 0 0 52 34 0 0 16 0 13 0 158956824 1760198656 79191 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=2476/tid=2480] ppid=2474 vsize=1718944 CPUtime=0
/proc/2476/task/2480/stat : 2480 (java) S 2474 2476 2427 0 -1 64 9 0 0 0 0 0 0 0 15 0 13 0 158956825 1760198656 79191 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=2476/tid=2481] ppid=2474 vsize=1718944 CPUtime=0
/proc/2476/task/2481/stat : 2481 (java) S 2474 2476 2427 0 -1 64 5 0 0 0 0 0 0 0 15 0 13 0 158956825 1760198656 79191 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=2476/tid=2482] ppid=2474 vsize=1718944 CPUtime=0
/proc/2476/task/2482/stat : 2482 (java) S 2474 2476 2427 0 -1 64 0 0 0 0 0 0 0 0 24 0 13 0 158956828 1760198656 79191 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=2476/tid=2483] ppid=2474 vsize=1718944 CPUtime=0.01
/proc/2476/task/2483/stat : 2483 (java) S 2474 2476 2427 0 -1 64 2 0 0 0 1 0 0 0 17 0 13 0 158956828 1760198656 79191 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=2476/tid=2484] ppid=2474 vsize=1718944 CPUtime=1.68
/proc/2476/task/2484/stat : 2484 (java) S 2474 2476 2427 0 -1 64 5198 0 0 0 166 2 0 0 17 0 13 0 158956828 1760198656 79191 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=2476/tid=2485] ppid=2474 vsize=1718944 CPUtime=1
/proc/2476/task/2485/stat : 2485 (java) S 2474 2476 2427 0 -1 64 870 0 0 0 100 0 0 0 17 0 13 0 158956828 1760198656 79191 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=2476/tid=2486] ppid=2474 vsize=1718944 CPUtime=0
/proc/2476/task/2486/stat : 2486 (java) S 2474 2476 2427 0 -1 64 1 0 0 0 0 0 0 0 25 0 13 0 158956828 1760198656 79191 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=2476/tid=2487] ppid=2474 vsize=1718944 CPUtime=0
/proc/2476/task/2487/stat : 2487 (java) S 2474 2476 2427 0 -1 64 2 0 0 0 0 0 0 0 15 0 13 0 158956828 1760198656 79191 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=2476/tid=2488] ppid=2474 vsize=1718944 CPUtime=0
/proc/2476/task/2488/stat : 2488 (java) S 2474 2476 2427 0 -1 64 8 0 0 0 0 0 0 0 16 0 13 0 158983013 1760198656 79191 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1798.43
Current children cumulated vsize (Kb) 1718944

[startup+1784.53 s]
/proc/loadavg: 1.00 1.00 1.00 2/76 2488
/proc/meminfo: memFree=1133496/2055920 swapFree=4182612/4192956
[pid=2476] ppid=2474 vsize=1718944 CPUtime=1799.44
/proc/2476/stat : 2476 (java) R 2474 2476 2427 0 -1 0 115758 0 1 0 179743 201 0 0 25 0 13 0 158956818 1760198656 79191 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4071411699 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/2476/statm: 429736 79191 1911 14 0 416483 0
[pid=2476/tid=2477] ppid=2474 vsize=1718944 CPUtime=14.16
/proc/2476/task/2477/stat : 2477 (java) S 2474 2476 2427 0 -1 64 21429 0 0 0 1359 57 0 0 16 0 13 0 158956821 1760198656 79191 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=2476/tid=2478] ppid=2474 vsize=1718944 CPUtime=14.31
/proc/2476/task/2478/stat : 2478 (java) S 2474 2476 2427 0 -1 64 21772 0 0 0 1371 60 0 0 16 0 13 0 158956821 1760198656 79191 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=2476/tid=2479] ppid=2474 vsize=1718944 CPUtime=0.86
/proc/2476/task/2479/stat : 2479 (java) S 2474 2476 2427 0 -1 64 104 0 0 0 52 34 0 0 15 0 13 0 158956824 1760198656 79191 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=2476/tid=2480] ppid=2474 vsize=1718944 CPUtime=0
/proc/2476/task/2480/stat : 2480 (java) S 2474 2476 2427 0 -1 64 9 0 0 0 0 0 0 0 15 0 13 0 158956825 1760198656 79191 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=2476/tid=2481] ppid=2474 vsize=1718944 CPUtime=0
/proc/2476/task/2481/stat : 2481 (java) S 2474 2476 2427 0 -1 64 5 0 0 0 0 0 0 0 15 0 13 0 158956825 1760198656 79191 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=2476/tid=2482] ppid=2474 vsize=1718944 CPUtime=0
/proc/2476/task/2482/stat : 2482 (java) S 2474 2476 2427 0 -1 64 0 0 0 0 0 0 0 0 24 0 13 0 158956828 1760198656 79191 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=2476/tid=2483] ppid=2474 vsize=1718944 CPUtime=0.01
/proc/2476/task/2483/stat : 2483 (java) S 2474 2476 2427 0 -1 64 2 0 0 0 1 0 0 0 17 0 13 0 158956828 1760198656 79191 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=2476/tid=2484] ppid=2474 vsize=1718944 CPUtime=1.68
/proc/2476/task/2484/stat : 2484 (java) S 2474 2476 2427 0 -1 64 5198 0 0 0 166 2 0 0 17 0 13 0 158956828 1760198656 79191 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=2476/tid=2485] ppid=2474 vsize=1718944 CPUtime=1
/proc/2476/task/2485/stat : 2485 (java) S 2474 2476 2427 0 -1 64 870 0 0 0 100 0 0 0 17 0 13 0 158956828 1760198656 79191 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=2476/tid=2486] ppid=2474 vsize=1718944 CPUtime=0
/proc/2476/task/2486/stat : 2486 (java) S 2474 2476 2427 0 -1 64 1 0 0 0 0 0 0 0 25 0 13 0 158956828 1760198656 79191 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=2476/tid=2487] ppid=2474 vsize=1718944 CPUtime=0
/proc/2476/task/2487/stat : 2487 (java) S 2474 2476 2427 0 -1 64 2 0 0 0 0 0 0 0 15 0 13 0 158956828 1760198656 79191 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=2476/tid=2488] ppid=2474 vsize=1718944 CPUtime=0
/proc/2476/task/2488/stat : 2488 (java) S 2474 2476 2427 0 -1 64 8 0 0 0 0 0 0 0 16 0 13 0 158983013 1760198656 79191 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1799.44
Current children cumulated vsize (Kb) 1718944

[startup+1785.53 s]
/proc/loadavg: 1.00 1.00 1.00 2/76 2488
/proc/meminfo: memFree=1133496/2055920 swapFree=4182612/4192956
[pid=2476] ppid=2474 vsize=1718944 CPUtime=1800.46
/proc/2476/stat : 2476 (java) R 2474 2476 2427 0 -1 0 115760 0 1 0 179845 201 0 0 24 0 13 0 158956818 1760198656 79191 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4071494778 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/2476/statm: 429736 79191 1911 14 0 416483 0
[pid=2476/tid=2477] ppid=2474 vsize=1718944 CPUtime=14.16
/proc/2476/task/2477/stat : 2477 (java) S 2474 2476 2427 0 -1 64 21429 0 0 0 1359 57 0 0 16 0 13 0 158956821 1760198656 79191 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=2476/tid=2478] ppid=2474 vsize=1718944 CPUtime=14.32
/proc/2476/task/2478/stat : 2478 (java) S 2474 2476 2427 0 -1 64 21772 0 0 0 1372 60 0 0 16 0 13 0 158956821 1760198656 79191 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=2476/tid=2479] ppid=2474 vsize=1718944 CPUtime=0.86
/proc/2476/task/2479/stat : 2479 (java) S 2474 2476 2427 0 -1 64 104 0 0 0 52 34 0 0 16 0 13 0 158956824 1760198656 79191 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=2476/tid=2480] ppid=2474 vsize=1718944 CPUtime=0
/proc/2476/task/2480/stat : 2480 (java) S 2474 2476 2427 0 -1 64 9 0 0 0 0 0 0 0 15 0 13 0 158956825 1760198656 79191 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=2476/tid=2481] ppid=2474 vsize=1718944 CPUtime=0
/proc/2476/task/2481/stat : 2481 (java) S 2474 2476 2427 0 -1 64 5 0 0 0 0 0 0 0 15 0 13 0 158956825 1760198656 79191 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=2476/tid=2482] ppid=2474 vsize=1718944 CPUtime=0
/proc/2476/task/2482/stat : 2482 (java) S 2474 2476 2427 0 -1 64 0 0 0 0 0 0 0 0 24 0 13 0 158956828 1760198656 79191 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=2476/tid=2483] ppid=2474 vsize=1718944 CPUtime=0.01
/proc/2476/task/2483/stat : 2483 (java) S 2474 2476 2427 0 -1 64 2 0 0 0 1 0 0 0 17 0 13 0 158956828 1760198656 79191 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=2476/tid=2484] ppid=2474 vsize=1718944 CPUtime=1.68
/proc/2476/task/2484/stat : 2484 (java) S 2474 2476 2427 0 -1 64 5198 0 0 0 166 2 0 0 17 0 13 0 158956828 1760198656 79191 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=2476/tid=2485] ppid=2474 vsize=1718944 CPUtime=1
/proc/2476/task/2485/stat : 2485 (java) S 2474 2476 2427 0 -1 64 870 0 0 0 100 0 0 0 17 0 13 0 158956828 1760198656 79191 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=2476/tid=2486] ppid=2474 vsize=1718944 CPUtime=0
/proc/2476/task/2486/stat : 2486 (java) S 2474 2476 2427 0 -1 64 1 0 0 0 0 0 0 0 25 0 13 0 158956828 1760198656 79191 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=2476/tid=2487] ppid=2474 vsize=1718944 CPUtime=0
/proc/2476/task/2487/stat : 2487 (java) S 2474 2476 2427 0 -1 64 2 0 0 0 0 0 0 0 15 0 13 0 158956828 1760198656 79191 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=2476/tid=2488] ppid=2474 vsize=1718944 CPUtime=0
/proc/2476/task/2488/stat : 2488 (java) S 2474 2476 2427 0 -1 64 8 0 0 0 0 0 0 0 16 0 13 0 158983013 1760198656 79191 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1800.46
Current children cumulated vsize (Kb) 1718944



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1785.54 s]
/proc/loadavg: 1.00 1.00 1.00 2/76 2488
/proc/meminfo: memFree=1133496/2055920 swapFree=4182612/4192956
[pid=2476] ppid=2474 vsize=1718944 CPUtime=1800.46
/proc/2476/stat : 2476 (java) R 2474 2476 2427 0 -1 0 115760 0 1 0 179845 201 0 0 24 0 13 0 158956818 1760198656 79191 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4071732223 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/2476/statm: 429736 79191 1911 14 0 416483 0
[pid=2476/tid=2477] ppid=2474 vsize=1718944 CPUtime=14.16
/proc/2476/task/2477/stat : 2477 (java) S 2474 2476 2427 0 -1 64 21429 0 0 0 1359 57 0 0 16 0 13 0 158956821 1760198656 79191 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=2476/tid=2478] ppid=2474 vsize=1718944 CPUtime=14.32
/proc/2476/task/2478/stat : 2478 (java) S 2474 2476 2427 0 -1 64 21772 0 0 0 1372 60 0 0 16 0 13 0 158956821 1760198656 79191 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=2476/tid=2479] ppid=2474 vsize=1718944 CPUtime=0.86
/proc/2476/task/2479/stat : 2479 (java) S 2474 2476 2427 0 -1 64 104 0 0 0 52 34 0 0 16 0 13 0 158956824 1760198656 79191 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=2476/tid=2480] ppid=2474 vsize=1718944 CPUtime=0
/proc/2476/task/2480/stat : 2480 (java) S 2474 2476 2427 0 -1 64 9 0 0 0 0 0 0 0 15 0 13 0 158956825 1760198656 79191 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=2476/tid=2481] ppid=2474 vsize=1718944 CPUtime=0
/proc/2476/task/2481/stat : 2481 (java) S 2474 2476 2427 0 -1 64 5 0 0 0 0 0 0 0 15 0 13 0 158956825 1760198656 79191 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=2476/tid=2482] ppid=2474 vsize=1718944 CPUtime=0
/proc/2476/task/2482/stat : 2482 (java) S 2474 2476 2427 0 -1 64 0 0 0 0 0 0 0 0 24 0 13 0 158956828 1760198656 79191 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=2476/tid=2483] ppid=2474 vsize=1718944 CPUtime=0.01
/proc/2476/task/2483/stat : 2483 (java) S 2474 2476 2427 0 -1 64 2 0 0 0 1 0 0 0 17 0 13 0 158956828 1760198656 79191 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=2476/tid=2484] ppid=2474 vsize=1718944 CPUtime=1.68
/proc/2476/task/2484/stat : 2484 (java) S 2474 2476 2427 0 -1 64 5198 0 0 0 166 2 0 0 17 0 13 0 158956828 1760198656 79191 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=2476/tid=2485] ppid=2474 vsize=1718944 CPUtime=1
/proc/2476/task/2485/stat : 2485 (java) S 2474 2476 2427 0 -1 64 870 0 0 0 100 0 0 0 17 0 13 0 158956828 1760198656 79191 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=2476/tid=2486] ppid=2474 vsize=1718944 CPUtime=0
/proc/2476/task/2486/stat : 2486 (java) S 2474 2476 2427 0 -1 64 1 0 0 0 0 0 0 0 25 0 13 0 158956828 1760198656 79191 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=2476/tid=2487] ppid=2474 vsize=1718944 CPUtime=0
/proc/2476/task/2487/stat : 2487 (java) S 2474 2476 2427 0 -1 64 2 0 0 0 0 0 0 0 15 0 13 0 158956828 1760198656 79191 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=2476/tid=2488] ppid=2474 vsize=1718944 CPUtime=0
/proc/2476/task/2488/stat : 2488 (java) S 2474 2476 2427 0 -1 64 8 0 0 0 0 0 0 0 16 0 13 0 158983013 1760198656 79191 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1800.46
Current children cumulated vsize (Kb) 1718944

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

Child status: 143
Real time (s): 1785.63
CPU time (s): 1800.56
CPU user time (s): 1798.49
CPU system time (s): 2.06169
CPU usage (%): 100.836
Max. virtual memory (cumulated for all children) (Kb): 1719268
The end

Launcher Data (download as text)

Begin job on node10 on Fri Jul 28 21:09:16 UTC 2006


FILE ID= 50758-1154120956

PBS_JOBID= 886968

BENCH NAME= HOME/pub/bench/PB06/final/normalized-PB06/OPT-BIGINT/submitted-PB06/roussel/factor/normalized-factor-sizeN=340-sizeP=171-sizeQ=340-737522999-max.opb
COMMAND LINE= java -server -Xms1500M -Xmx1500M -jar ROOT/solvers/PB/PB06final/user5/sat4jPseudoHeuristics.jar ROOT/tmp/node10/50758-1154120956/instance-50758-1154120956.opb 219139042
RUNSOLVER COMMAND LINE= runsolver  --timestamp  -w ROOT/results/node10/watcher-50758-1154120956 -o ROOT/results/node10/solver-50758-1154120956 -C 1800 -M 1800 -S 64  java -server -Xms1500M -Xmx1500M -jar ROOT/solvers/PB/PB06final/user5/sat4jPseudoHeuristics.jar ROOT/tmp/node10/50758-1154120956/instance-50758-1154120956.opb 219139042

MD5SUM SOLVER= 3cef94aa015dc0dd234d31843a257d70
MD5SUM BENCH=  2b9e4e0dec92e7efe9699841b8c27d99

RANDOM SEED= 219139042

TIMEOUT= 1800 seconds


/proc/cpuinfo:
processor	: 0
vendor_id	: GenuineIntel
cpu family	: 15
model		: 4
model name	:                   Intel(R) Xeon(TM) CPU 3.00GHz
stepping	: 3
cpu MHz		: 3000.216
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.216
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:       1444064 kB
Buffers:         34408 kB
Cached:         500232 kB
SwapCached:       4736 kB
Active:          48564 kB
Inactive:       495672 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1444064 kB
SwapTotal:     4192956 kB
SwapFree:      4182612 kB
Dirty:             156 kB
Writeback:           0 kB
Mapped:          14500 kB
Slab:            53660 kB
Committed_AS:   812808 kB
PageTables:       1408 kB
VmallocTotal: 536870911 kB
VmallocUsed:    264952 kB
VmallocChunk: 536605679 kB
HugePages_Total:     0
HugePages_Free:      0
Hugepagesize:     2048 kB


End job on node10 on Fri Jul 28 21:39:02 UTC 2006