Trace number 44433

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.45 1799.43

General information on the benchmark

Namenormalized-PB06/OPT-SMALLINT/submitted-PB05/manquinho/
primes-dimacs-cnf/normalized-par32-3-c.opb
MD5SUMbc7893eb7aff4749139e472af91e587e
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 variables2650
Total number of constraints6619
Number of constraints which are clauses6619
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 constraint3
Number of terms in the objective function 2650
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 2650
Number of bits of the sum of numbers in the objective function 12
Biggest number in a constraint 1
Number of bits of the biggest number in a constraint 1
Biggest sum of numbers in a constraint 2650
Number of bits of the biggest sum of numbers12
Number of products (including duplicates)0
Sum of products size (including duplicates)0
Number of different products0
Sum of products size0

Solver Data (download as text)

0.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@1037c71
0.20	c org.sat4j.minisat.constraints.PBMaxClauseCardConstrDataStructure@1df073d
0.20	c org.sat4j.minisat.learning.MiniSATLearning@1546e25
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/node12/44433-1149281968/instance-44433-1149281968.opb
0.20	c reading problem ... 
1.21	c ... done. Time 1.003 ms.
1.21	c #vars     2650
1.21	c #constraints  6619
1799.36	c starts		: 15
1799.36	c conflicts		: 58334
1799.36	c decisions		: 65335
1799.36	c propagations		: 35109939
1799.36	c inspects		: 130997443
1799.36	c learnt literals	: 1
1799.36	c learnt binary clauses	: 75
1799.36	c learnt ternary clauses	: 63
1799.36	c learnt clauses	: 58332
1799.36	c root simplifications	: 0
1799.36	c removed literals (reason simplification)	: 0
1799.36	c reason swapping (by a shorter reason)	: 0
1799.36	c Calls to reduceDB	: 0
1799.36	c speed (decisions/second)	: 36.33458628845552
1799.36	c non guided choices	51
1799.36	s UNKNOWN
1799.36	c Total wall clock time (ms): 1799.16

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

Current StackSize limit: 67108864 bytes

/proc/loadavg: 0.91 0.95 0.90 2/64 6141
/proc/meminfo: memFree=1728608/2055920 swapFree=4181420/4192956
[pid=6141] ppid=6139 vsize=18540 CPUtime=0
/proc/6141/stat : 6141 (runsolver) D 6139 6141 6095 0 -1 4194368 17 0 0 0 0 0 0 0 19 0 1 0 193859417 18984960 279 18446744073709551615 4194304 4262084 548682068944 18446744073709551615 252429528359 0 2147483391 4096 24578 18446744072099781622 0 0 17 1 0 0
/proc/6141/statm: 4635 279 243 16 0 2626 0

[startup+10.0023 s]
/proc/loadavg: 0.93 0.95 0.90 2/76 6153
/proc/meminfo: memFree=1584768/2055920 swapFree=4181420/4192956
[pid=6141] ppid=6139 vsize=1710700 CPUtime=10.59
/proc/6141/stat : 6141 (java) R 6139 6141 6095 0 -1 0 38127 0 1 0 1041 18 0 0 17 0 13 0 193859417 1751756800 37741 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4071467918 0 4 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/6141/statm: 427675 37741 1898 14 0 414422 0
[pid=6141/tid=6142] ppid=6139 vsize=1710700 CPUtime=0.01
/proc/6141/task/6142/stat : 6142 (java) S 6139 6141 6095 0 -1 64 342 0 0 0 1 0 0 0 16 0 13 0 193859420 1751756800 37741 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=6141/tid=6143] ppid=6139 vsize=1710700 CPUtime=0.01
/proc/6141/task/6143/stat : 6143 (java) S 6139 6141 6095 0 -1 64 357 0 0 0 1 0 0 0 16 0 13 0 193859420 1751756800 37741 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=6141/tid=6144] ppid=6139 vsize=1710700 CPUtime=0
/proc/6141/task/6144/stat : 6144 (java) S 6139 6141 6095 0 -1 64 13 0 0 0 0 0 0 0 16 0 13 0 193859423 1751756800 37741 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=6141/tid=6145] ppid=6139 vsize=1710700 CPUtime=0
/proc/6141/task/6145/stat : 6145 (java) S 6139 6141 6095 0 -1 64 9 0 0 0 0 0 0 0 16 0 13 0 193859423 1751756800 37741 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=6141/tid=6146] ppid=6139 vsize=1710700 CPUtime=0
/proc/6141/task/6146/stat : 6146 (java) S 6139 6141 6095 0 -1 64 5 0 0 0 0 0 0 0 16 0 13 0 193859423 1751756800 37741 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=6141/tid=6147] ppid=6139 vsize=1710700 CPUtime=0
/proc/6141/task/6147/stat : 6147 (java) S 6139 6141 6095 0 -1 64 0 0 0 0 0 0 0 0 24 0 13 0 193859427 1751756800 37741 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=6141/tid=6148] ppid=6139 vsize=1710700 CPUtime=0
/proc/6141/task/6148/stat : 6148 (java) S 6139 6141 6095 0 -1 64 2 0 0 0 0 0 0 0 16 0 13 0 193859427 1751756800 37741 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=6141/tid=6149] ppid=6139 vsize=1710700 CPUtime=0.44
/proc/6141/task/6149/stat : 6149 (java) S 6139 6141 6095 0 -1 64 626 0 0 0 44 0 0 0 17 0 13 0 193859427 1751756800 37741 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=6141/tid=6150] ppid=6139 vsize=1710700 CPUtime=0.36
/proc/6141/task/6150/stat : 6150 (java) S 6139 6141 6095 0 -1 64 250 0 0 0 36 0 0 0 16 0 13 0 193859427 1751756800 37741 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=6141/tid=6151] ppid=6139 vsize=1710700 CPUtime=0
/proc/6141/task/6151/stat : 6151 (java) S 6139 6141 6095 0 -1 64 1 0 0 0 0 0 0 0 25 0 13 0 193859427 1751756800 37741 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=6141/tid=6152] ppid=6139 vsize=1710700 CPUtime=0
/proc/6141/task/6152/stat : 6152 (java) S 6139 6141 6095 0 -1 64 2 0 0 0 0 0 0 0 15 0 13 0 193859427 1751756800 37741 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=6141/tid=6153] ppid=6139 vsize=1710700 CPUtime=0
/proc/6141/task/6153/stat : 6153 (java) S 6139 6141 6095 0 -1 64 4 0 0 0 0 0 0 0 18 0 13 0 193859539 1751756800 37741 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 10.59
Current children cumulated vsize (Kb) 1710700

[startup+20.0203 s]
/proc/loadavg: 0.94 0.96 0.91 2/76 6153
/proc/meminfo: memFree=1584512/2055920 swapFree=4181420/4192956
[pid=6141] ppid=6139 vsize=1710700 CPUtime=20.6
/proc/6141/stat : 6141 (java) R 6139 6141 6095 0 -1 0 38207 0 1 0 2042 18 0 0 25 0 13 0 193859417 1751756800 37819 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4071468252 0 4 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/6141/statm: 427675 37819 1898 14 0 414422 0
[pid=6141/tid=6142] ppid=6139 vsize=1710700 CPUtime=0.02
/proc/6141/task/6142/stat : 6142 (java) S 6139 6141 6095 0 -1 64 384 0 0 0 2 0 0 0 16 0 13 0 193859420 1751756800 37819 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=6141/tid=6143] ppid=6139 vsize=1710700 CPUtime=0.02
/proc/6141/task/6143/stat : 6143 (java) S 6139 6141 6095 0 -1 64 388 0 0 0 2 0 0 0 16 0 13 0 193859420 1751756800 37819 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=6141/tid=6144] ppid=6139 vsize=1710700 CPUtime=0
/proc/6141/task/6144/stat : 6144 (java) S 6139 6141 6095 0 -1 64 18 0 0 0 0 0 0 0 16 0 13 0 193859423 1751756800 37819 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=6141/tid=6145] ppid=6139 vsize=1710700 CPUtime=0
/proc/6141/task/6145/stat : 6145 (java) S 6139 6141 6095 0 -1 64 9 0 0 0 0 0 0 0 16 0 13 0 193859423 1751756800 37819 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=6141/tid=6146] ppid=6139 vsize=1710700 CPUtime=0
/proc/6141/task/6146/stat : 6146 (java) S 6139 6141 6095 0 -1 64 5 0 0 0 0 0 0 0 16 0 13 0 193859423 1751756800 37819 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=6141/tid=6147] ppid=6139 vsize=1710700 CPUtime=0
/proc/6141/task/6147/stat : 6147 (java) S 6139 6141 6095 0 -1 64 0 0 0 0 0 0 0 0 24 0 13 0 193859427 1751756800 37819 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=6141/tid=6148] ppid=6139 vsize=1710700 CPUtime=0
/proc/6141/task/6148/stat : 6148 (java) S 6139 6141 6095 0 -1 64 2 0 0 0 0 0 0 0 16 0 13 0 193859427 1751756800 37819 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=6141/tid=6149] ppid=6139 vsize=1710700 CPUtime=0.44
/proc/6141/task/6149/stat : 6149 (java) S 6139 6141 6095 0 -1 64 626 0 0 0 44 0 0 0 17 0 13 0 193859427 1751756800 37819 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=6141/tid=6150] ppid=6139 vsize=1710700 CPUtime=0.36
/proc/6141/task/6150/stat : 6150 (java) S 6139 6141 6095 0 -1 64 250 0 0 0 36 0 0 0 16 0 13 0 193859427 1751756800 37819 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=6141/tid=6151] ppid=6139 vsize=1710700 CPUtime=0
/proc/6141/task/6151/stat : 6151 (java) S 6139 6141 6095 0 -1 64 1 0 0 0 0 0 0 0 25 0 13 0 193859427 1751756800 37819 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=6141/tid=6152] ppid=6139 vsize=1710700 CPUtime=0
/proc/6141/task/6152/stat : 6152 (java) S 6139 6141 6095 0 -1 64 2 0 0 0 0 0 0 0 15 0 13 0 193859427 1751756800 37819 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=6141/tid=6153] ppid=6139 vsize=1710700 CPUtime=0
/proc/6141/task/6153/stat : 6153 (java) S 6139 6141 6095 0 -1 64 4 0 0 0 0 0 0 0 18 0 13 0 193859539 1751756800 37819 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 20.6
Current children cumulated vsize (Kb) 1710700

[startup+30.0271 s]
/proc/loadavg: 0.95 0.96 0.91 2/76 6153
/proc/meminfo: memFree=1584384/2055920 swapFree=4181420/4192956
[pid=6141] ppid=6139 vsize=1710700 CPUtime=30.62
/proc/6141/stat : 6141 (java) R 6139 6141 6095 0 -1 0 38644 0 1 0 3043 19 0 0 25 0 13 0 193859417 1751756800 37857 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4071468047 0 4 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/6141/statm: 427675 37857 1898 14 0 414422 0
[pid=6141/tid=6142] ppid=6139 vsize=1710700 CPUtime=0.03
/proc/6141/task/6142/stat : 6142 (java) S 6139 6141 6095 0 -1 64 592 0 0 0 3 0 0 0 16 0 13 0 193859420 1751756800 37857 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=6141/tid=6143] ppid=6139 vsize=1710700 CPUtime=0.03
/proc/6141/task/6143/stat : 6143 (java) S 6139 6141 6095 0 -1 64 611 0 0 0 3 0 0 0 16 0 13 0 193859420 1751756800 37857 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=6141/tid=6144] ppid=6139 vsize=1710700 CPUtime=0
/proc/6141/task/6144/stat : 6144 (java) S 6139 6141 6095 0 -1 64 22 0 0 0 0 0 0 0 16 0 13 0 193859423 1751756800 37857 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=6141/tid=6145] ppid=6139 vsize=1710700 CPUtime=0
/proc/6141/task/6145/stat : 6145 (java) S 6139 6141 6095 0 -1 64 9 0 0 0 0 0 0 0 16 0 13 0 193859423 1751756800 37857 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=6141/tid=6146] ppid=6139 vsize=1710700 CPUtime=0
/proc/6141/task/6146/stat : 6146 (java) S 6139 6141 6095 0 -1 64 5 0 0 0 0 0 0 0 16 0 13 0 193859423 1751756800 37857 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=6141/tid=6147] ppid=6139 vsize=1710700 CPUtime=0
/proc/6141/task/6147/stat : 6147 (java) S 6139 6141 6095 0 -1 64 0 0 0 0 0 0 0 0 24 0 13 0 193859427 1751756800 37857 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=6141/tid=6148] ppid=6139 vsize=1710700 CPUtime=0
/proc/6141/task/6148/stat : 6148 (java) S 6139 6141 6095 0 -1 64 2 0 0 0 0 0 0 0 16 0 13 0 193859427 1751756800 37857 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=6141/tid=6149] ppid=6139 vsize=1710700 CPUtime=0.44
/proc/6141/task/6149/stat : 6149 (java) S 6139 6141 6095 0 -1 64 626 0 0 0 44 0 0 0 17 0 13 0 193859427 1751756800 37857 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=6141/tid=6150] ppid=6139 vsize=1710700 CPUtime=0.36
/proc/6141/task/6150/stat : 6150 (java) S 6139 6141 6095 0 -1 64 250 0 0 0 36 0 0 0 16 0 13 0 193859427 1751756800 37857 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=6141/tid=6151] ppid=6139 vsize=1710700 CPUtime=0
/proc/6141/task/6151/stat : 6151 (java) S 6139 6141 6095 0 -1 64 1 0 0 0 0 0 0 0 25 0 13 0 193859427 1751756800 37857 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=6141/tid=6152] ppid=6139 vsize=1710700 CPUtime=0
/proc/6141/task/6152/stat : 6152 (java) S 6139 6141 6095 0 -1 64 2 0 0 0 0 0 0 0 15 0 13 0 193859427 1751756800 37857 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=6141/tid=6153] ppid=6139 vsize=1710700 CPUtime=0
/proc/6141/task/6153/stat : 6153 (java) S 6139 6141 6095 0 -1 64 4 0 0 0 0 0 0 0 18 0 13 0 193859539 1751756800 37857 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 30.62
Current children cumulated vsize (Kb) 1710700

[startup+40.0349 s]
/proc/loadavg: 0.95 0.96 0.91 2/76 6153
/proc/meminfo: memFree=1584064/2055920 swapFree=4181420/4192956
[pid=6141] ppid=6139 vsize=1710700 CPUtime=40.65
/proc/6141/stat : 6141 (java) R 6139 6141 6095 0 -1 0 39111 0 1 0 4046 19 0 0 25 0 13 0 193859417 1751756800 37887 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4071468057 0 4 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/6141/statm: 427675 37887 1898 14 0 414422 0
[pid=6141/tid=6142] ppid=6139 vsize=1710700 CPUtime=0.04
/proc/6141/task/6142/stat : 6142 (java) S 6139 6141 6095 0 -1 64 796 0 0 0 4 0 0 0 16 0 13 0 193859420 1751756800 37887 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=6141/tid=6143] ppid=6139 vsize=1710700 CPUtime=0.03
/proc/6141/task/6143/stat : 6143 (java) S 6139 6141 6095 0 -1 64 869 0 0 0 3 0 0 0 16 0 13 0 193859420 1751756800 37887 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=6141/tid=6144] ppid=6139 vsize=1710700 CPUtime=0
/proc/6141/task/6144/stat : 6144 (java) S 6139 6141 6095 0 -1 64 22 0 0 0 0 0 0 0 16 0 13 0 193859423 1751756800 37887 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=6141/tid=6145] ppid=6139 vsize=1710700 CPUtime=0
/proc/6141/task/6145/stat : 6145 (java) S 6139 6141 6095 0 -1 64 9 0 0 0 0 0 0 0 16 0 13 0 193859423 1751756800 37887 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=6141/tid=6146] ppid=6139 vsize=1710700 CPUtime=0
/proc/6141/task/6146/stat : 6146 (java) S 6139 6141 6095 0 -1 64 5 0 0 0 0 0 0 0 16 0 13 0 193859423 1751756800 37887 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=6141/tid=6147] ppid=6139 vsize=1710700 CPUtime=0
/proc/6141/task/6147/stat : 6147 (java) S 6139 6141 6095 0 -1 64 0 0 0 0 0 0 0 0 24 0 13 0 193859427 1751756800 37887 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=6141/tid=6148] ppid=6139 vsize=1710700 CPUtime=0
/proc/6141/task/6148/stat : 6148 (java) S 6139 6141 6095 0 -1 64 2 0 0 0 0 0 0 0 16 0 13 0 193859427 1751756800 37887 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=6141/tid=6149] ppid=6139 vsize=1710700 CPUtime=0.46
/proc/6141/task/6149/stat : 6149 (java) S 6139 6141 6095 0 -1 64 628 0 0 0 46 0 0 0 17 0 13 0 193859427 1751756800 37887 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=6141/tid=6150] ppid=6139 vsize=1710700 CPUtime=0.36
/proc/6141/task/6150/stat : 6150 (java) S 6139 6141 6095 0 -1 64 250 0 0 0 36 0 0 0 16 0 13 0 193859427 1751756800 37887 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=6141/tid=6151] ppid=6139 vsize=1710700 CPUtime=0
/proc/6141/task/6151/stat : 6151 (java) S 6139 6141 6095 0 -1 64 1 0 0 0 0 0 0 0 25 0 13 0 193859427 1751756800 37887 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=6141/tid=6152] ppid=6139 vsize=1710700 CPUtime=0
/proc/6141/task/6152/stat : 6152 (java) S 6139 6141 6095 0 -1 64 2 0 0 0 0 0 0 0 15 0 13 0 193859427 1751756800 37887 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=6141/tid=6153] ppid=6139 vsize=1710700 CPUtime=0
/proc/6141/task/6153/stat : 6153 (java) S 6139 6141 6095 0 -1 64 4 0 0 0 0 0 0 0 16 0 13 0 193859539 1751756800 37887 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 40.65
Current children cumulated vsize (Kb) 1710700

[startup+50.0427 s]
/proc/loadavg: 0.96 0.96 0.91 2/76 6153
/proc/meminfo: memFree=1583680/2055920 swapFree=4181420/4192956
[pid=6141] ppid=6139 vsize=1710700 CPUtime=50.67
/proc/6141/stat : 6141 (java) R 6139 6141 6095 0 -1 0 39295 0 1 0 5048 19 0 0 25 0 13 0 193859417 1751756800 37992 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4071468057 0 4 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/6141/statm: 427675 37992 1899 14 0 414422 0
[pid=6141/tid=6142] ppid=6139 vsize=1710700 CPUtime=0.04
/proc/6141/task/6142/stat : 6142 (java) S 6139 6141 6095 0 -1 64 875 0 0 0 4 0 0 0 16 0 13 0 193859420 1751756800 37992 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=6141/tid=6143] ppid=6139 vsize=1710700 CPUtime=0.03
/proc/6141/task/6143/stat : 6143 (java) S 6139 6141 6095 0 -1 64 968 0 0 0 3 0 0 0 16 0 13 0 193859420 1751756800 37992 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=6141/tid=6144] ppid=6139 vsize=1710700 CPUtime=0
/proc/6141/task/6144/stat : 6144 (java) S 6139 6141 6095 0 -1 64 22 0 0 0 0 0 0 0 16 0 13 0 193859423 1751756800 37992 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=6141/tid=6145] ppid=6139 vsize=1710700 CPUtime=0
/proc/6141/task/6145/stat : 6145 (java) S 6139 6141 6095 0 -1 64 9 0 0 0 0 0 0 0 16 0 13 0 193859423 1751756800 37992 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=6141/tid=6146] ppid=6139 vsize=1710700 CPUtime=0
/proc/6141/task/6146/stat : 6146 (java) S 6139 6141 6095 0 -1 64 5 0 0 0 0 0 0 0 16 0 13 0 193859423 1751756800 37992 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=6141/tid=6147] ppid=6139 vsize=1710700 CPUtime=0
/proc/6141/task/6147/stat : 6147 (java) S 6139 6141 6095 0 -1 64 0 0 0 0 0 0 0 0 24 0 13 0 193859427 1751756800 37992 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=6141/tid=6148] ppid=6139 vsize=1710700 CPUtime=0
/proc/6141/task/6148/stat : 6148 (java) S 6139 6141 6095 0 -1 64 2 0 0 0 0 0 0 0 16 0 13 0 193859427 1751756800 37992 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=6141/tid=6149] ppid=6139 vsize=1710700 CPUtime=0.46
/proc/6141/task/6149/stat : 6149 (java) S 6139 6141 6095 0 -1 64 628 0 0 0 46 0 0 0 17 0 13 0 193859427 1751756800 37992 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=6141/tid=6150] ppid=6139 vsize=1710700 CPUtime=0.39
/proc/6141/task/6150/stat : 6150 (java) S 6139 6141 6095 0 -1 64 253 0 0 0 39 0 0 0 17 0 13 0 193859427 1751756800 37992 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=6141/tid=6151] ppid=6139 vsize=1710700 CPUtime=0
/proc/6141/task/6151/stat : 6151 (java) S 6139 6141 6095 0 -1 64 1 0 0 0 0 0 0 0 25 0 13 0 193859427 1751756800 37992 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=6141/tid=6152] ppid=6139 vsize=1710700 CPUtime=0
/proc/6141/task/6152/stat : 6152 (java) S 6139 6141 6095 0 -1 64 2 0 0 0 0 0 0 0 15 0 13 0 193859427 1751756800 37992 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=6141/tid=6153] ppid=6139 vsize=1710700 CPUtime=0
/proc/6141/task/6153/stat : 6153 (java) S 6139 6141 6095 0 -1 64 4 0 0 0 0 0 0 0 16 0 13 0 193859539 1751756800 37992 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 50.67
Current children cumulated vsize (Kb) 1710700

[startup+60.0506 s]
/proc/loadavg: 0.97 0.96 0.91 2/76 6153
/proc/meminfo: memFree=1583616/2055920 swapFree=4181420/4192956
[pid=6141] ppid=6139 vsize=1710700 CPUtime=60.68
/proc/6141/stat : 6141 (java) R 6139 6141 6095 0 -1 0 39388 0 1 0 6049 19 0 0 25 0 13 0 193859417 1751756800 38004 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4071468121 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/6141/statm: 427675 38004 1899 14 0 414422 0
[pid=6141/tid=6142] ppid=6139 vsize=1710700 CPUtime=0.04
/proc/6141/task/6142/stat : 6142 (java) S 6139 6141 6095 0 -1 64 920 0 0 0 4 0 0 0 16 0 13 0 193859420 1751756800 38004 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=6141/tid=6143] ppid=6139 vsize=1710700 CPUtime=0.03
/proc/6141/task/6143/stat : 6143 (java) S 6139 6141 6095 0 -1 64 1013 0 0 0 3 0 0 0 16 0 13 0 193859420 1751756800 38004 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=6141/tid=6144] ppid=6139 vsize=1710700 CPUtime=0
/proc/6141/task/6144/stat : 6144 (java) S 6139 6141 6095 0 -1 64 22 0 0 0 0 0 0 0 16 0 13 0 193859423 1751756800 38004 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=6141/tid=6145] ppid=6139 vsize=1710700 CPUtime=0
/proc/6141/task/6145/stat : 6145 (java) S 6139 6141 6095 0 -1 64 9 0 0 0 0 0 0 0 16 0 13 0 193859423 1751756800 38004 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=6141/tid=6146] ppid=6139 vsize=1710700 CPUtime=0
/proc/6141/task/6146/stat : 6146 (java) S 6139 6141 6095 0 -1 64 5 0 0 0 0 0 0 0 16 0 13 0 193859423 1751756800 38004 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=6141/tid=6147] ppid=6139 vsize=1710700 CPUtime=0
/proc/6141/task/6147/stat : 6147 (java) S 6139 6141 6095 0 -1 64 0 0 0 0 0 0 0 0 24 0 13 0 193859427 1751756800 38004 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0

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

[pid=6141/tid=6145] ppid=6139 vsize=1710700 CPUtime=0
/proc/6141/task/6145/stat : 6145 (java) S 6139 6141 6095 0 -1 64 9 0 0 0 0 0 0 0 16 0 13 0 193859423 1751756800 36483 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=6141/tid=6146] ppid=6139 vsize=1710700 CPUtime=0
/proc/6141/task/6146/stat : 6146 (java) S 6139 6141 6095 0 -1 64 5 0 0 0 0 0 0 0 16 0 13 0 193859423 1751756800 36483 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=6141/tid=6147] ppid=6139 vsize=1710700 CPUtime=0
/proc/6141/task/6147/stat : 6147 (java) S 6139 6141 6095 0 -1 64 0 0 0 0 0 0 0 0 24 0 13 0 193859427 1751756800 36483 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=6141/tid=6148] ppid=6139 vsize=1710700 CPUtime=0
/proc/6141/task/6148/stat : 6148 (java) S 6139 6141 6095 0 -1 64 2 0 0 0 0 0 0 0 16 0 13 0 193859427 1751756800 36483 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=6141/tid=6149] ppid=6139 vsize=1710700 CPUtime=0.49
/proc/6141/task/6149/stat : 6149 (java) S 6139 6141 6095 0 -1 64 630 0 0 0 49 0 0 0 16 0 13 0 193859427 1751756800 36483 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=6141/tid=6150] ppid=6139 vsize=1710700 CPUtime=0.43
/proc/6141/task/6150/stat : 6150 (java) S 6139 6141 6095 0 -1 64 257 0 0 0 43 0 0 0 17 0 13 0 193859427 1751756800 36483 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=6141/tid=6151] ppid=6139 vsize=1710700 CPUtime=0
/proc/6141/task/6151/stat : 6151 (java) S 6139 6141 6095 0 -1 64 1 0 0 0 0 0 0 0 25 0 13 0 193859427 1751756800 36483 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=6141/tid=6152] ppid=6139 vsize=1710700 CPUtime=0
/proc/6141/task/6152/stat : 6152 (java) S 6139 6141 6095 0 -1 64 2 0 0 0 0 0 0 0 15 0 13 0 193859427 1751756800 36483 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=6141/tid=6153] ppid=6139 vsize=1710700 CPUtime=0
/proc/6141/task/6153/stat : 6153 (java) S 6139 6141 6095 0 -1 64 4 0 0 0 0 0 0 0 16 0 13 0 193859539 1751756800 36483 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1796.35
Current children cumulated vsize (Kb) 1710700

[startup+1796.34 s]
/proc/loadavg: 1.00 0.99 0.91 2/76 6348
/proc/meminfo: memFree=1588736/2055920 swapFree=4181420/4192956
[pid=6141] ppid=6139 vsize=1710700 CPUtime=1797.36
/proc/6141/stat : 6141 (java) R 6139 6141 6095 0 -1 0 45706 0 1 0 179697 39 0 0 21 0 13 0 193859417 1751756800 36540 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4071467904 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/6141/statm: 427675 36540 1899 14 0 414422 0
[pid=6141/tid=6142] ppid=6139 vsize=1710700 CPUtime=1.2
/proc/6141/task/6142/stat : 6142 (java) S 6139 6141 6095 0 -1 64 3715 0 0 0 116 4 0 0 16 0 13 0 193859420 1751756800 36540 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=6141/tid=6143] ppid=6139 vsize=1710700 CPUtime=1.22
/proc/6141/task/6143/stat : 6143 (java) S 6139 6141 6095 0 -1 64 4038 0 0 0 115 7 0 0 16 0 13 0 193859420 1751756800 36540 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=6141/tid=6144] ppid=6139 vsize=1710700 CPUtime=0.12
/proc/6141/task/6144/stat : 6144 (java) S 6139 6141 6095 0 -1 64 22 0 0 0 8 4 0 0 16 0 13 0 193859423 1751756800 36540 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=6141/tid=6145] ppid=6139 vsize=1710700 CPUtime=0
/proc/6141/task/6145/stat : 6145 (java) S 6139 6141 6095 0 -1 64 9 0 0 0 0 0 0 0 16 0 13 0 193859423 1751756800 36540 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=6141/tid=6146] ppid=6139 vsize=1710700 CPUtime=0
/proc/6141/task/6146/stat : 6146 (java) S 6139 6141 6095 0 -1 64 5 0 0 0 0 0 0 0 16 0 13 0 193859423 1751756800 36540 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=6141/tid=6147] ppid=6139 vsize=1710700 CPUtime=0
/proc/6141/task/6147/stat : 6147 (java) S 6139 6141 6095 0 -1 64 0 0 0 0 0 0 0 0 24 0 13 0 193859427 1751756800 36540 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=6141/tid=6148] ppid=6139 vsize=1710700 CPUtime=0
/proc/6141/task/6148/stat : 6148 (java) S 6139 6141 6095 0 -1 64 2 0 0 0 0 0 0 0 16 0 13 0 193859427 1751756800 36540 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=6141/tid=6149] ppid=6139 vsize=1710700 CPUtime=0.49
/proc/6141/task/6149/stat : 6149 (java) S 6139 6141 6095 0 -1 64 630 0 0 0 49 0 0 0 16 0 13 0 193859427 1751756800 36540 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=6141/tid=6150] ppid=6139 vsize=1710700 CPUtime=0.43
/proc/6141/task/6150/stat : 6150 (java) S 6139 6141 6095 0 -1 64 257 0 0 0 43 0 0 0 17 0 13 0 193859427 1751756800 36540 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=6141/tid=6151] ppid=6139 vsize=1710700 CPUtime=0
/proc/6141/task/6151/stat : 6151 (java) S 6139 6141 6095 0 -1 64 1 0 0 0 0 0 0 0 25 0 13 0 193859427 1751756800 36540 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=6141/tid=6152] ppid=6139 vsize=1710700 CPUtime=0
/proc/6141/task/6152/stat : 6152 (java) S 6139 6141 6095 0 -1 64 2 0 0 0 0 0 0 0 15 0 13 0 193859427 1751756800 36540 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=6141/tid=6153] ppid=6139 vsize=1710700 CPUtime=0
/proc/6141/task/6153/stat : 6153 (java) S 6139 6141 6095 0 -1 64 4 0 0 0 0 0 0 0 16 0 13 0 193859539 1751756800 36540 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1797.36
Current children cumulated vsize (Kb) 1710700

[startup+1797.34 s]
/proc/loadavg: 1.00 0.99 0.91 2/76 6348
/proc/meminfo: memFree=1588736/2055920 swapFree=4181420/4192956
[pid=6141] ppid=6139 vsize=1710700 CPUtime=1798.36
/proc/6141/stat : 6141 (java) R 6139 6141 6095 0 -1 0 45706 0 1 0 179797 39 0 0 25 0 13 0 193859417 1751756800 36540 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4071467672 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/6141/statm: 427675 36540 1899 14 0 414422 0
[pid=6141/tid=6142] ppid=6139 vsize=1710700 CPUtime=1.2
/proc/6141/task/6142/stat : 6142 (java) S 6139 6141 6095 0 -1 64 3715 0 0 0 116 4 0 0 16 0 13 0 193859420 1751756800 36540 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=6141/tid=6143] ppid=6139 vsize=1710700 CPUtime=1.22
/proc/6141/task/6143/stat : 6143 (java) S 6139 6141 6095 0 -1 64 4038 0 0 0 115 7 0 0 16 0 13 0 193859420 1751756800 36540 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=6141/tid=6144] ppid=6139 vsize=1710700 CPUtime=0.12
/proc/6141/task/6144/stat : 6144 (java) S 6139 6141 6095 0 -1 64 22 0 0 0 8 4 0 0 16 0 13 0 193859423 1751756800 36540 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=6141/tid=6145] ppid=6139 vsize=1710700 CPUtime=0
/proc/6141/task/6145/stat : 6145 (java) S 6139 6141 6095 0 -1 64 9 0 0 0 0 0 0 0 16 0 13 0 193859423 1751756800 36540 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=6141/tid=6146] ppid=6139 vsize=1710700 CPUtime=0
/proc/6141/task/6146/stat : 6146 (java) S 6139 6141 6095 0 -1 64 5 0 0 0 0 0 0 0 16 0 13 0 193859423 1751756800 36540 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=6141/tid=6147] ppid=6139 vsize=1710700 CPUtime=0
/proc/6141/task/6147/stat : 6147 (java) S 6139 6141 6095 0 -1 64 0 0 0 0 0 0 0 0 24 0 13 0 193859427 1751756800 36540 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=6141/tid=6148] ppid=6139 vsize=1710700 CPUtime=0
/proc/6141/task/6148/stat : 6148 (java) S 6139 6141 6095 0 -1 64 2 0 0 0 0 0 0 0 16 0 13 0 193859427 1751756800 36540 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=6141/tid=6149] ppid=6139 vsize=1710700 CPUtime=0.49
/proc/6141/task/6149/stat : 6149 (java) S 6139 6141 6095 0 -1 64 630 0 0 0 49 0 0 0 16 0 13 0 193859427 1751756800 36540 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=6141/tid=6150] ppid=6139 vsize=1710700 CPUtime=0.43
/proc/6141/task/6150/stat : 6150 (java) S 6139 6141 6095 0 -1 64 257 0 0 0 43 0 0 0 17 0 13 0 193859427 1751756800 36540 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=6141/tid=6151] ppid=6139 vsize=1710700 CPUtime=0
/proc/6141/task/6151/stat : 6151 (java) S 6139 6141 6095 0 -1 64 1 0 0 0 0 0 0 0 25 0 13 0 193859427 1751756800 36540 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=6141/tid=6152] ppid=6139 vsize=1710700 CPUtime=0
/proc/6141/task/6152/stat : 6152 (java) S 6139 6141 6095 0 -1 64 2 0 0 0 0 0 0 0 15 0 13 0 193859427 1751756800 36540 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=6141/tid=6153] ppid=6139 vsize=1710700 CPUtime=0
/proc/6141/task/6153/stat : 6153 (java) S 6139 6141 6095 0 -1 64 4 0 0 0 0 0 0 0 16 0 13 0 193859539 1751756800 36540 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1798.36
Current children cumulated vsize (Kb) 1710700

[startup+1798.35 s]
/proc/loadavg: 1.00 0.99 0.91 2/76 6348
/proc/meminfo: memFree=1588736/2055920 swapFree=4181420/4192956
[pid=6141] ppid=6139 vsize=1710700 CPUtime=1799.37
/proc/6141/stat : 6141 (java) R 6139 6141 6095 0 -1 0 45706 0 1 0 179898 39 0 0 25 0 13 0 193859417 1751756800 36540 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4071467696 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/6141/statm: 427675 36540 1899 14 0 414422 0
[pid=6141/tid=6142] ppid=6139 vsize=1710700 CPUtime=1.2
/proc/6141/task/6142/stat : 6142 (java) S 6139 6141 6095 0 -1 64 3715 0 0 0 116 4 0 0 16 0 13 0 193859420 1751756800 36540 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=6141/tid=6143] ppid=6139 vsize=1710700 CPUtime=1.22
/proc/6141/task/6143/stat : 6143 (java) S 6139 6141 6095 0 -1 64 4038 0 0 0 115 7 0 0 16 0 13 0 193859420 1751756800 36540 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=6141/tid=6144] ppid=6139 vsize=1710700 CPUtime=0.12
/proc/6141/task/6144/stat : 6144 (java) S 6139 6141 6095 0 -1 64 22 0 0 0 8 4 0 0 16 0 13 0 193859423 1751756800 36540 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=6141/tid=6145] ppid=6139 vsize=1710700 CPUtime=0
/proc/6141/task/6145/stat : 6145 (java) S 6139 6141 6095 0 -1 64 9 0 0 0 0 0 0 0 16 0 13 0 193859423 1751756800 36540 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=6141/tid=6146] ppid=6139 vsize=1710700 CPUtime=0
/proc/6141/task/6146/stat : 6146 (java) S 6139 6141 6095 0 -1 64 5 0 0 0 0 0 0 0 16 0 13 0 193859423 1751756800 36540 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=6141/tid=6147] ppid=6139 vsize=1710700 CPUtime=0
/proc/6141/task/6147/stat : 6147 (java) S 6139 6141 6095 0 -1 64 0 0 0 0 0 0 0 0 24 0 13 0 193859427 1751756800 36540 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=6141/tid=6148] ppid=6139 vsize=1710700 CPUtime=0
/proc/6141/task/6148/stat : 6148 (java) S 6139 6141 6095 0 -1 64 2 0 0 0 0 0 0 0 16 0 13 0 193859427 1751756800 36540 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=6141/tid=6149] ppid=6139 vsize=1710700 CPUtime=0.49
/proc/6141/task/6149/stat : 6149 (java) S 6139 6141 6095 0 -1 64 630 0 0 0 49 0 0 0 16 0 13 0 193859427 1751756800 36540 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=6141/tid=6150] ppid=6139 vsize=1710700 CPUtime=0.43
/proc/6141/task/6150/stat : 6150 (java) S 6139 6141 6095 0 -1 64 257 0 0 0 43 0 0 0 17 0 13 0 193859427 1751756800 36540 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=6141/tid=6151] ppid=6139 vsize=1710700 CPUtime=0
/proc/6141/task/6151/stat : 6151 (java) S 6139 6141 6095 0 -1 64 1 0 0 0 0 0 0 0 25 0 13 0 193859427 1751756800 36540 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=6141/tid=6152] ppid=6139 vsize=1710700 CPUtime=0
/proc/6141/task/6152/stat : 6152 (java) S 6139 6141 6095 0 -1 64 2 0 0 0 0 0 0 0 15 0 13 0 193859427 1751756800 36540 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=6141/tid=6153] ppid=6139 vsize=1710700 CPUtime=0
/proc/6141/task/6153/stat : 6153 (java) S 6139 6141 6095 0 -1 64 4 0 0 0 0 0 0 0 16 0 13 0 193859539 1751756800 36540 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1799.37
Current children cumulated vsize (Kb) 1710700

[startup+1799.36 s]
/proc/loadavg: 1.00 0.99 0.91 2/76 6348
/proc/meminfo: memFree=1588544/2055920 swapFree=4181420/4192956
[pid=6141] ppid=6139 vsize=1710700 CPUtime=1800.38
/proc/6141/stat : 6141 (java) R 6139 6141 6095 0 -1 0 45729 0 1 0 179999 39 0 0 22 0 13 0 193859417 1751756800 36546 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4071467918 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/6141/statm: 427675 36546 1899 14 0 414422 0
[pid=6141/tid=6142] ppid=6139 vsize=1710700 CPUtime=1.2
/proc/6141/task/6142/stat : 6142 (java) S 6139 6141 6095 0 -1 64 3718 0 0 0 116 4 0 0 16 0 13 0 193859420 1751756800 36546 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=6141/tid=6143] ppid=6139 vsize=1710700 CPUtime=1.23
/proc/6141/task/6143/stat : 6143 (java) S 6139 6141 6095 0 -1 64 4057 0 0 0 116 7 0 0 16 0 13 0 193859420 1751756800 36546 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=6141/tid=6144] ppid=6139 vsize=1710700 CPUtime=0.12
/proc/6141/task/6144/stat : 6144 (java) S 6139 6141 6095 0 -1 64 22 0 0 0 8 4 0 0 16 0 13 0 193859423 1751756800 36546 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=6141/tid=6145] ppid=6139 vsize=1710700 CPUtime=0
/proc/6141/task/6145/stat : 6145 (java) S 6139 6141 6095 0 -1 64 9 0 0 0 0 0 0 0 16 0 13 0 193859423 1751756800 36546 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=6141/tid=6146] ppid=6139 vsize=1710700 CPUtime=0
/proc/6141/task/6146/stat : 6146 (java) S 6139 6141 6095 0 -1 64 5 0 0 0 0 0 0 0 16 0 13 0 193859423 1751756800 36546 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=6141/tid=6147] ppid=6139 vsize=1710700 CPUtime=0
/proc/6141/task/6147/stat : 6147 (java) S 6139 6141 6095 0 -1 64 0 0 0 0 0 0 0 0 24 0 13 0 193859427 1751756800 36546 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=6141/tid=6148] ppid=6139 vsize=1710700 CPUtime=0
/proc/6141/task/6148/stat : 6148 (java) S 6139 6141 6095 0 -1 64 2 0 0 0 0 0 0 0 16 0 13 0 193859427 1751756800 36546 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=6141/tid=6149] ppid=6139 vsize=1710700 CPUtime=0.49
/proc/6141/task/6149/stat : 6149 (java) S 6139 6141 6095 0 -1 64 630 0 0 0 49 0 0 0 16 0 13 0 193859427 1751756800 36546 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=6141/tid=6150] ppid=6139 vsize=1710700 CPUtime=0.43
/proc/6141/task/6150/stat : 6150 (java) S 6139 6141 6095 0 -1 64 257 0 0 0 43 0 0 0 17 0 13 0 193859427 1751756800 36546 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=6141/tid=6151] ppid=6139 vsize=1710700 CPUtime=0
/proc/6141/task/6151/stat : 6151 (java) S 6139 6141 6095 0 -1 64 1 0 0 0 0 0 0 0 25 0 13 0 193859427 1751756800 36546 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=6141/tid=6152] ppid=6139 vsize=1710700 CPUtime=0
/proc/6141/task/6152/stat : 6152 (java) S 6139 6141 6095 0 -1 64 2 0 0 0 0 0 0 0 15 0 13 0 193859427 1751756800 36546 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=6141/tid=6153] ppid=6139 vsize=1710700 CPUtime=0
/proc/6141/task/6153/stat : 6153 (java) S 6139 6141 6095 0 -1 64 4 0 0 0 0 0 0 0 16 0 13 0 193859539 1751756800 36546 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1800.38
Current children cumulated vsize (Kb) 1710700



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1799.36 s]
/proc/loadavg: 1.00 0.99 0.91 2/76 6348
/proc/meminfo: memFree=1588544/2055920 swapFree=4181420/4192956
[pid=6141] ppid=6139 vsize=1710700 CPUtime=1800.38
/proc/6141/stat : 6141 (java) R 6139 6141 6095 0 -1 0 45729 0 1 0 179999 39 0 0 22 0 13 0 193859417 1751756800 36546 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4071467806 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/6141/statm: 427675 36546 1899 14 0 414422 0
[pid=6141/tid=6142] ppid=6139 vsize=1710700 CPUtime=1.2
/proc/6141/task/6142/stat : 6142 (java) S 6139 6141 6095 0 -1 64 3718 0 0 0 116 4 0 0 16 0 13 0 193859420 1751756800 36546 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=6141/tid=6143] ppid=6139 vsize=1710700 CPUtime=1.23
/proc/6141/task/6143/stat : 6143 (java) S 6139 6141 6095 0 -1 64 4057 0 0 0 116 7 0 0 16 0 13 0 193859420 1751756800 36546 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=6141/tid=6144] ppid=6139 vsize=1710700 CPUtime=0.12
/proc/6141/task/6144/stat : 6144 (java) S 6139 6141 6095 0 -1 64 22 0 0 0 8 4 0 0 16 0 13 0 193859423 1751756800 36546 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=6141/tid=6145] ppid=6139 vsize=1710700 CPUtime=0
/proc/6141/task/6145/stat : 6145 (java) S 6139 6141 6095 0 -1 64 9 0 0 0 0 0 0 0 16 0 13 0 193859423 1751756800 36546 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=6141/tid=6146] ppid=6139 vsize=1710700 CPUtime=0
/proc/6141/task/6146/stat : 6146 (java) S 6139 6141 6095 0 -1 64 5 0 0 0 0 0 0 0 16 0 13 0 193859423 1751756800 36546 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=6141/tid=6147] ppid=6139 vsize=1710700 CPUtime=0
/proc/6141/task/6147/stat : 6147 (java) S 6139 6141 6095 0 -1 64 0 0 0 0 0 0 0 0 24 0 13 0 193859427 1751756800 36546 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=6141/tid=6148] ppid=6139 vsize=1710700 CPUtime=0
/proc/6141/task/6148/stat : 6148 (java) S 6139 6141 6095 0 -1 64 2 0 0 0 0 0 0 0 16 0 13 0 193859427 1751756800 36546 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=6141/tid=6149] ppid=6139 vsize=1710700 CPUtime=0.49
/proc/6141/task/6149/stat : 6149 (java) S 6139 6141 6095 0 -1 64 630 0 0 0 49 0 0 0 16 0 13 0 193859427 1751756800 36546 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=6141/tid=6150] ppid=6139 vsize=1710700 CPUtime=0.43
/proc/6141/task/6150/stat : 6150 (java) S 6139 6141 6095 0 -1 64 257 0 0 0 43 0 0 0 17 0 13 0 193859427 1751756800 36546 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=6141/tid=6151] ppid=6139 vsize=1710700 CPUtime=0
/proc/6141/task/6151/stat : 6151 (java) S 6139 6141 6095 0 -1 64 1 0 0 0 0 0 0 0 25 0 13 0 193859427 1751756800 36546 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=6141/tid=6152] ppid=6139 vsize=1710700 CPUtime=0
/proc/6141/task/6152/stat : 6152 (java) S 6139 6141 6095 0 -1 64 2 0 0 0 0 0 0 0 15 0 13 0 193859427 1751756800 36546 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=6141/tid=6153] ppid=6139 vsize=1710700 CPUtime=0
/proc/6141/task/6153/stat : 6153 (java) S 6139 6141 6095 0 -1 64 4 0 0 0 0 0 0 0 16 0 13 0 193859539 1751756800 36546 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1800.38
Current children cumulated vsize (Kb) 1710700

Sending SIGTERM to -6141
Sleeping 2 seconds

Child status: 143
Real time (s): 1799.43
CPU time (s): 1800.45
CPU user time (s): 1800.03
CPU system time (s): 0.416936
CPU usage (%): 100.057
Max. virtual memory (cumulated for all children) (Kb): 1710700

Launcher Data (download as text)

Begin job on node12 on Fri Jun  2 20:59:28 UTC 2006


FILE ID= 44433-1149281968

PBS_JOBID= 306110

BENCH NAME= HOME/pub/bench/PB06//final/normalized-PB06/OPT-SMALLINT/submitted-PB05/manquinho/primes-dimacs-cnf/normalized-par32-3-c.opb
COMMAND LINE= java -server -Xms1500M -Xmx1500M -jar ROOT/solvers/PB/PB06final/user5/sat4jPseudoPlus.jar ROOT/tmp/node12/44433-1149281968/instance-44433-1149281968.opb 36073752
RUNSOLVER COMMAND LINE= runsolver  --timestamp  -w ROOT/results/node12/watcher-44433-1149281968 -o ROOT/results/node12/solver-44433-1149281968 -C 1800 -M 1800 -S 64  java -server -Xms1500M -Xmx1500M -jar ROOT/solvers/PB/PB06final/user5/sat4jPseudoPlus.jar ROOT/tmp/node12/44433-1149281968/instance-44433-1149281968.opb 36073752

MD5SUM SOLVER= e9637a7554f3ecdf74c1815f89d00213
MD5SUM BENCH=  bc7893eb7aff4749139e472af91e587e

RANDOM SEED= 36073752


/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.282
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.282
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:       1728816 kB
Buffers:         21836 kB
Cached:         242632 kB
SwapCached:       3180 kB
Active:          46856 kB
Inactive:       226268 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1728816 kB
SwapTotal:     4192956 kB
SwapFree:      4181420 kB
Dirty:             148 kB
Writeback:           0 kB
Mapped:          14720 kB
Slab:            40040 kB
Committed_AS:   262200 kB
PageTables:       1416 kB
VmallocTotal: 536870911 kB
VmallocUsed:    264952 kB
VmallocChunk: 536605679 kB
HugePages_Total:     0
HugePages_Free:      0
Hugepagesize:     2048 kB


End job on node12 on Fri Jun  2 21:29:28 UTC 2006