Trace number 43738

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 NameAnswerCPU timeWall clock time
SAT4JPSEUDO 2006.2UNSAT 227.866 226.312

General information on the benchmark

Namenormalized-PB06/SATUNSAT-SMALLINT/web/
uclid_pb_benchmarks/normalized-ooo.tag8.ucl.opb
MD5SUMec41e051a85a6b1d97ef15d7e169228d
Bench CategorySATUNSAT-SMALLINT-LIN (no optimisation, small integers, linear constraints)
Best result obtained on this benchmarkUNSAT
Best value of the objective obtained on this benchmark
Best CPU time to get the best result obtained on this benchmark0.497924
Has Objective FunctionNO
SatisfiableNO
(Un)Satisfiability was provedYES
Best value of the objective function
Optimality of the best value was proved
Number of variables3249
Total number of constraints8983
Number of constraints which are clauses8599
Number of constraints which are cardinality constraints (but not clauses)0
Number of constraints which are nor clauses,nor cardinality constraints384
Minimum length of a constraint1
Maximum length of a constraint11
Number of terms in the objective function 0
Biggest coefficient in the objective function 0
Number of bits for the biggest coefficient in the objective function 0
Sum of the numbers in the objective function 0
Number of bits of the sum of numbers in the objective function 0
Biggest number in a constraint 33
Number of bits of the biggest number in a constraint 6
Biggest sum of numbers in a constraint 126
Number of bits of the biggest sum of numbers7
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.22	c SAT4J: a SATisfiability library for Java (c) 2004-2006 Daniel Le Berre
0.22	c This is free software under the GNU LGPL licence. See www.sat4j.org for details.
0.23	c no version file found!!!
0.23	c sun.arch.data.model	32
0.23	c java.version	1.5.0_06
0.23	c os.name	Linux
0.23	c os.version	2.6.9-22.EL.rootsmp
0.23	c os.arch	i386
0.23	c Free memory 1548419056
0.23	c Max memory 1551040512
0.23	c Total memory 1551040512
0.23	c Number of processors 2
0.28	c Cutting planes based inference
0.28	c --- Begin Solver configuration ---
0.28	c org.sat4j.minisat.uip.FirstUIP@1037c71
0.28	c org.sat4j.minisat.constraints.PBMaxClauseCardConstrDataStructure@1df073d
0.28	c org.sat4j.minisat.learning.MiniSATLearning@1546e25
0.28	c conflictBoundIncFactor=1.5 learntBoundIncFactor=1.1 initLearntBoundConstraintFactor=10000.0 initConflictBound=100 
0.28	c VSIDS like heuristics from MiniSAT using a heap
0.28	c No reason simplification
0.28	c --- End Solver configuration ---
0.28	c solving ROOT/tmp/node41/43738-1149238397/instance-43738-1149238397.opb
0.28	c reading problem ... 
1.53	c ... done. Time 1.251 ms.
1.53	c #vars     3249
1.53	c #constraints  8982
226.23	c starts		: 10
226.23	c conflicts		: 9046
226.23	c decisions		: 20852
226.23	c propagations		: 3015417
226.23	c inspects		: 18013942
226.23	c learnt literals	: 0
226.23	c learnt binary clauses	: 94
226.23	c learnt ternary clauses	: 115
226.23	c learnt clauses	: 9045
226.23	c root simplifications	: 0
226.23	c removed literals (reason simplification)	: 0
226.23	c reason swapping (by a shorter reason)	: 0
226.23	c Calls to reduceDB	: 0
226.23	c speed (decisions/second)	: 92.8025919925943
226.23	c non guided choices	190
226.23	s UNSATISFIABLE
226.23	c Total wall clock time (ms): 225.951

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

Current StackSize limit: 67108864 bytes

/proc/loadavg: 0.85 0.97 0.92 2/64 22012
/proc/meminfo: memFree=1223720/2055920 swapFree=4180940/4192956
[pid=22012] ppid=22010 vsize=1500 CPUtime=0
/proc/22012/stat : 22012 (java) R 22010 22012 21967 0 -1 0 71 0 0 0 0 0 0 0 19 0 1 0 189506254 1536000 54 18446744073709551615 134512640 134570276 4294956624 18446744073709551615 1966168 0 0 4096 0 0 0 0 17 1 0 0
/proc/22012/statm: 375 61 48 14 0 8 0

[startup+10.002 s]
/proc/loadavg: 0.87 0.97 0.92 2/76 22024
/proc/meminfo: memFree=1079432/2055920 swapFree=4180940/4192956
[pid=22012] ppid=22010 vsize=1710992 CPUtime=10.77
/proc/22012/stat : 22012 (java) R 22010 22012 21967 0 -1 0 39171 0 1 0 1058 19 0 0 25 0 13 0 189506254 1752055808 37852 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4071465984 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/22012/statm: 427748 37852 1903 14 0 414495 0
[pid=22012/tid=22013] ppid=22010 vsize=1710992 CPUtime=0.01
/proc/22012/task/22013/stat : 22013 (java) S 22010 22012 21967 0 -1 64 365 0 0 0 1 0 0 0 16 0 13 0 189506265 1752055808 37852 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=22012/tid=22014] ppid=22010 vsize=1710992 CPUtime=0.01
/proc/22012/task/22014/stat : 22014 (java) S 22010 22012 21967 0 -1 64 313 0 0 0 1 0 0 0 16 0 13 0 189506265 1752055808 37852 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=22012/tid=22015] ppid=22010 vsize=1710992 CPUtime=0
/proc/22012/task/22015/stat : 22015 (java) S 22010 22012 21967 0 -1 64 12 0 0 0 0 0 0 0 16 0 13 0 189506268 1752055808 37852 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=22012/tid=22016] ppid=22010 vsize=1710992 CPUtime=0
/proc/22012/task/22016/stat : 22016 (java) S 22010 22012 21967 0 -1 64 9 0 0 0 0 0 0 0 16 0 13 0 189506268 1752055808 37852 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=22012/tid=22017] ppid=22010 vsize=1710992 CPUtime=0
/proc/22012/task/22017/stat : 22017 (java) S 22010 22012 21967 0 -1 64 5 0 0 0 0 0 0 0 16 0 13 0 189506268 1752055808 37852 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=22012/tid=22018] ppid=22010 vsize=1710992 CPUtime=0
/proc/22012/task/22018/stat : 22018 (java) S 22010 22012 21967 0 -1 64 0 0 0 0 0 0 0 0 24 0 13 0 189506271 1752055808 37852 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=22012/tid=22019] ppid=22010 vsize=1710992 CPUtime=0
/proc/22012/task/22019/stat : 22019 (java) S 22010 22012 21967 0 -1 64 2 0 0 0 0 0 0 0 16 0 13 0 189506271 1752055808 37852 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=22012/tid=22020] ppid=22010 vsize=1710992 CPUtime=0.67
/proc/22012/task/22020/stat : 22020 (java) S 22010 22012 21967 0 -1 64 1608 0 0 0 67 0 0 0 16 0 13 0 189506271 1752055808 37852 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=22012/tid=22021] ppid=22010 vsize=1710992 CPUtime=0.42
/proc/22012/task/22021/stat : 22021 (java) S 22010 22012 21967 0 -1 64 317 0 0 0 42 0 0 0 16 0 13 0 189506271 1752055808 37852 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=22012/tid=22022] ppid=22010 vsize=1710992 CPUtime=0
/proc/22012/task/22022/stat : 22022 (java) S 22010 22012 21967 0 -1 64 1 0 0 0 0 0 0 0 25 0 13 0 189506271 1752055808 37852 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=22012/tid=22023] ppid=22010 vsize=1710992 CPUtime=0
/proc/22012/task/22023/stat : 22023 (java) S 22010 22012 21967 0 -1 64 2 0 0 0 0 0 0 0 15 0 13 0 189506271 1752055808 37852 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=22012/tid=22024] ppid=22010 vsize=1710992 CPUtime=0
/proc/22012/task/22024/stat : 22024 (java) S 22010 22012 21967 0 -1 64 4 0 0 0 0 0 0 0 21 0 13 0 189506408 1752055808 37852 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 10.77
Current children cumulated vsize (Kb) 1710992

[startup+20.0247 s]
/proc/loadavg: 0.89 0.97 0.92 3/76 22024
/proc/meminfo: memFree=1075720/2055920 swapFree=4180940/4192956
[pid=22012] ppid=22010 vsize=1713616 CPUtime=20.94
/proc/22012/stat : 22012 (java) R 22010 22012 21967 0 -1 0 40754 0 1 0 2074 20 0 0 25 0 13 0 189506254 1754742784 38794 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4071466317 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/22012/statm: 428404 38794 1904 14 0 415151 0
[pid=22012/tid=22013] ppid=22010 vsize=1713616 CPUtime=0.02
/proc/22012/task/22013/stat : 22013 (java) S 22010 22012 21967 0 -1 64 533 0 0 0 2 0 0 0 16 0 13 0 189506265 1754742784 38794 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=22012/tid=22014] ppid=22010 vsize=1713616 CPUtime=0.02
/proc/22012/task/22014/stat : 22014 (java) S 22010 22012 21967 0 -1 64 486 0 0 0 2 0 0 0 16 0 13 0 189506265 1754742784 38794 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=22012/tid=22015] ppid=22010 vsize=1713616 CPUtime=0
/proc/22012/task/22015/stat : 22015 (java) S 22010 22012 21967 0 -1 64 16 0 0 0 0 0 0 0 16 0 13 0 189506268 1754742784 38794 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=22012/tid=22016] ppid=22010 vsize=1713616 CPUtime=0
/proc/22012/task/22016/stat : 22016 (java) S 22010 22012 21967 0 -1 64 9 0 0 0 0 0 0 0 16 0 13 0 189506268 1754742784 38794 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=22012/tid=22017] ppid=22010 vsize=1713616 CPUtime=0
/proc/22012/task/22017/stat : 22017 (java) S 22010 22012 21967 0 -1 64 5 0 0 0 0 0 0 0 16 0 13 0 189506268 1754742784 38794 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=22012/tid=22018] ppid=22010 vsize=1713616 CPUtime=0
/proc/22012/task/22018/stat : 22018 (java) S 22010 22012 21967 0 -1 64 0 0 0 0 0 0 0 0 24 0 13 0 189506271 1754742784 38794 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=22012/tid=22019] ppid=22010 vsize=1713616 CPUtime=0
/proc/22012/task/22019/stat : 22019 (java) S 22010 22012 21967 0 -1 64 2 0 0 0 0 0 0 0 16 0 13 0 189506271 1754742784 38794 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=22012/tid=22020] ppid=22010 vsize=1713616 CPUtime=0.8
/proc/22012/task/22020/stat : 22020 (java) R 22010 22012 21967 0 -1 64 2842 0 0 0 79 1 0 0 17 0 13 0 189506271 1754742784 38794 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4155042243 0 4 0 23759 0 0 0 -1 0 0 0
[pid=22012/tid=22021] ppid=22010 vsize=1713616 CPUtime=0.43
/proc/22012/task/22021/stat : 22021 (java) S 22010 22012 21967 0 -1 64 319 0 0 0 43 0 0 0 17 0 13 0 189506271 1754742784 38794 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=22012/tid=22022] ppid=22010 vsize=1713616 CPUtime=0
/proc/22012/task/22022/stat : 22022 (java) S 22010 22012 21967 0 -1 64 1 0 0 0 0 0 0 0 25 0 13 0 189506271 1754742784 38794 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=22012/tid=22023] ppid=22010 vsize=1713616 CPUtime=0
/proc/22012/task/22023/stat : 22023 (java) S 22010 22012 21967 0 -1 64 2 0 0 0 0 0 0 0 15 0 13 0 189506271 1754742784 38794 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=22012/tid=22024] ppid=22010 vsize=1713616 CPUtime=0
/proc/22012/task/22024/stat : 22024 (java) S 22010 22012 21967 0 -1 64 4 0 0 0 0 0 0 0 21 0 13 0 189506408 1754742784 38794 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 20.94
Current children cumulated vsize (Kb) 1713616

[startup+30.0314 s]
/proc/loadavg: 0.91 0.97 0.92 2/76 22024
/proc/meminfo: memFree=1075912/2055920 swapFree=4180940/4192956
[pid=22012] ppid=22010 vsize=1712592 CPUtime=31.1
/proc/22012/stat : 22012 (java) R 22010 22012 21967 0 -1 0 41502 0 1 0 3090 20 0 0 20 0 13 0 189506254 1753694208 38753 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4071479712 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/22012/statm: 428148 38753 1907 14 0 414895 0
[pid=22012/tid=22013] ppid=22010 vsize=1712592 CPUtime=0.04
/proc/22012/task/22013/stat : 22013 (java) S 22010 22012 21967 0 -1 64 898 0 0 0 4 0 0 0 16 0 13 0 189506265 1753694208 38753 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=22012/tid=22014] ppid=22010 vsize=1712592 CPUtime=0.04
/proc/22012/task/22014/stat : 22014 (java) S 22010 22012 21967 0 -1 64 831 0 0 0 4 0 0 0 16 0 13 0 189506265 1753694208 38753 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=22012/tid=22015] ppid=22010 vsize=1712592 CPUtime=0
/proc/22012/task/22015/stat : 22015 (java) S 22010 22012 21967 0 -1 64 21 0 0 0 0 0 0 0 16 0 13 0 189506268 1753694208 38753 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=22012/tid=22016] ppid=22010 vsize=1712592 CPUtime=0
/proc/22012/task/22016/stat : 22016 (java) S 22010 22012 21967 0 -1 64 9 0 0 0 0 0 0 0 16 0 13 0 189506268 1753694208 38753 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=22012/tid=22017] ppid=22010 vsize=1712592 CPUtime=0
/proc/22012/task/22017/stat : 22017 (java) S 22010 22012 21967 0 -1 64 5 0 0 0 0 0 0 0 16 0 13 0 189506268 1753694208 38753 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=22012/tid=22018] ppid=22010 vsize=1712592 CPUtime=0
/proc/22012/task/22018/stat : 22018 (java) S 22010 22012 21967 0 -1 64 0 0 0 0 0 0 0 0 24 0 13 0 189506271 1753694208 38753 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=22012/tid=22019] ppid=22010 vsize=1712592 CPUtime=0
/proc/22012/task/22019/stat : 22019 (java) S 22010 22012 21967 0 -1 64 2 0 0 0 0 0 0 0 16 0 13 0 189506271 1753694208 38753 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=22012/tid=22020] ppid=22010 vsize=1712592 CPUtime=0.9
/proc/22012/task/22020/stat : 22020 (java) S 22010 22012 21967 0 -1 64 2858 0 0 0 89 1 0 0 15 0 13 0 189506271 1753694208 38753 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=22012/tid=22021] ppid=22010 vsize=1712592 CPUtime=0.53
/proc/22012/task/22021/stat : 22021 (java) S 22010 22012 21967 0 -1 64 330 0 0 0 53 0 0 0 16 0 13 0 189506271 1753694208 38753 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=22012/tid=22022] ppid=22010 vsize=1712592 CPUtime=0
/proc/22012/task/22022/stat : 22022 (java) S 22010 22012 21967 0 -1 64 1 0 0 0 0 0 0 0 25 0 13 0 189506271 1753694208 38753 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=22012/tid=22023] ppid=22010 vsize=1712592 CPUtime=0
/proc/22012/task/22023/stat : 22023 (java) S 22010 22012 21967 0 -1 64 2 0 0 0 0 0 0 0 15 0 13 0 189506271 1753694208 38753 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=22012/tid=22024] ppid=22010 vsize=1712592 CPUtime=0
/proc/22012/task/22024/stat : 22024 (java) S 22010 22012 21967 0 -1 64 4 0 0 0 0 0 0 0 21 0 13 0 189506408 1753694208 38753 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 31.1
Current children cumulated vsize (Kb) 1712592

[startup+40.0381 s]
/proc/loadavg: 0.92 0.97 0.92 2/76 22024
/proc/meminfo: memFree=1073416/2055920 swapFree=4180940/4192956
[pid=22012] ppid=22010 vsize=1712592 CPUtime=41.37
/proc/22012/stat : 22012 (java) R 22010 22012 21967 0 -1 0 44264 0 1 0 4115 22 0 0 25 0 13 0 189506254 1753694208 39386 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4071466120 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/22012/statm: 428148 39386 1907 14 0 414895 0
[pid=22012/tid=22013] ppid=22010 vsize=1712592 CPUtime=0.05
/proc/22012/task/22013/stat : 22013 (java) S 22010 22012 21967 0 -1 64 1483 0 0 0 5 0 0 0 16 0 13 0 189506265 1753694208 39386 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=22012/tid=22014] ppid=22010 vsize=1712592 CPUtime=0.05
/proc/22012/task/22014/stat : 22014 (java) S 22010 22012 21967 0 -1 64 1331 0 0 0 5 0 0 0 16 0 13 0 189506265 1753694208 39386 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=22012/tid=22015] ppid=22010 vsize=1712592 CPUtime=0
/proc/22012/task/22015/stat : 22015 (java) S 22010 22012 21967 0 -1 64 21 0 0 0 0 0 0 0 16 0 13 0 189506268 1753694208 39386 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=22012/tid=22016] ppid=22010 vsize=1712592 CPUtime=0
/proc/22012/task/22016/stat : 22016 (java) S 22010 22012 21967 0 -1 64 9 0 0 0 0 0 0 0 16 0 13 0 189506268 1753694208 39386 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=22012/tid=22017] ppid=22010 vsize=1712592 CPUtime=0
/proc/22012/task/22017/stat : 22017 (java) S 22010 22012 21967 0 -1 64 5 0 0 0 0 0 0 0 16 0 13 0 189506268 1753694208 39386 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=22012/tid=22018] ppid=22010 vsize=1712592 CPUtime=0
/proc/22012/task/22018/stat : 22018 (java) S 22010 22012 21967 0 -1 64 0 0 0 0 0 0 0 0 24 0 13 0 189506271 1753694208 39386 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=22012/tid=22019] ppid=22010 vsize=1712592 CPUtime=0
/proc/22012/task/22019/stat : 22019 (java) S 22010 22012 21967 0 -1 64 2 0 0 0 0 0 0 0 16 0 13 0 189506271 1753694208 39386 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=22012/tid=22020] ppid=22010 vsize=1712592 CPUtime=1.14
/proc/22012/task/22020/stat : 22020 (java) S 22010 22012 21967 0 -1 64 4532 0 0 0 112 2 0 0 16 0 13 0 189506271 1753694208 39386 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=22012/tid=22021] ppid=22010 vsize=1712592 CPUtime=0.55
/proc/22012/task/22021/stat : 22021 (java) S 22010 22012 21967 0 -1 64 330 0 0 0 55 0 0 0 17 0 13 0 189506271 1753694208 39386 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=22012/tid=22022] ppid=22010 vsize=1712592 CPUtime=0
/proc/22012/task/22022/stat : 22022 (java) S 22010 22012 21967 0 -1 64 1 0 0 0 0 0 0 0 25 0 13 0 189506271 1753694208 39386 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=22012/tid=22023] ppid=22010 vsize=1712592 CPUtime=0
/proc/22012/task/22023/stat : 22023 (java) S 22010 22012 21967 0 -1 64 2 0 0 0 0 0 0 0 15 0 13 0 189506271 1753694208 39386 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=22012/tid=22024] ppid=22010 vsize=1712592 CPUtime=0
/proc/22012/task/22024/stat : 22024 (java) S 22010 22012 21967 0 -1 64 4 0 0 0 0 0 0 0 16 0 13 0 189506408 1753694208 39386 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 41.37
Current children cumulated vsize (Kb) 1712592

[startup+50.0447 s]
/proc/loadavg: 0.93 0.97 0.92 3/76 22024
/proc/meminfo: memFree=1073736/2055920 swapFree=4180940/4192956
[pid=22012] ppid=22010 vsize=1712592 CPUtime=51.38
/proc/22012/stat : 22012 (java) R 22010 22012 21967 0 -1 0 44627 0 1 0 5116 22 0 0 25 0 13 0 189506254 1753694208 39289 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4071465735 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/22012/statm: 428148 39289 1907 14 0 414895 0
[pid=22012/tid=22013] ppid=22010 vsize=1712592 CPUtime=0.06
/proc/22012/task/22013/stat : 22013 (java) S 22010 22012 21967 0 -1 64 1674 0 0 0 6 0 0 0 16 0 13 0 189506265 1753694208 39289 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=22012/tid=22014] ppid=22010 vsize=1712592 CPUtime=0.05
/proc/22012/task/22014/stat : 22014 (java) S 22010 22012 21967 0 -1 64 1501 0 0 0 5 0 0 0 16 0 13 0 189506265 1753694208 39289 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=22012/tid=22015] ppid=22010 vsize=1712592 CPUtime=0
/proc/22012/task/22015/stat : 22015 (java) S 22010 22012 21967 0 -1 64 21 0 0 0 0 0 0 0 16 0 13 0 189506268 1753694208 39289 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=22012/tid=22016] ppid=22010 vsize=1712592 CPUtime=0
/proc/22012/task/22016/stat : 22016 (java) S 22010 22012 21967 0 -1 64 9 0 0 0 0 0 0 0 16 0 13 0 189506268 1753694208 39289 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=22012/tid=22017] ppid=22010 vsize=1712592 CPUtime=0
/proc/22012/task/22017/stat : 22017 (java) S 22010 22012 21967 0 -1 64 5 0 0 0 0 0 0 0 16 0 13 0 189506268 1753694208 39289 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=22012/tid=22018] ppid=22010 vsize=1712592 CPUtime=0
/proc/22012/task/22018/stat : 22018 (java) S 22010 22012 21967 0 -1 64 0 0 0 0 0 0 0 0 24 0 13 0 189506271 1753694208 39289 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=22012/tid=22019] ppid=22010 vsize=1712592 CPUtime=0
/proc/22012/task/22019/stat : 22019 (java) S 22010 22012 21967 0 -1 64 2 0 0 0 0 0 0 0 16 0 13 0 189506271 1753694208 39289 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=22012/tid=22020] ppid=22010 vsize=1712592 CPUtime=1.14
/proc/22012/task/22020/stat : 22020 (java) R 22010 22012 21967 0 -1 64 4532 0 0 0 112 2 0 0 16 0 13 0 189506271 1753694208 39289 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=22012/tid=22021] ppid=22010 vsize=1712592 CPUtime=0.55
/proc/22012/task/22021/stat : 22021 (java) S 22010 22012 21967 0 -1 64 330 0 0 0 55 0 0 0 17 0 13 0 189506271 1753694208 39289 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=22012/tid=22022] ppid=22010 vsize=1712592 CPUtime=0
/proc/22012/task/22022/stat : 22022 (java) S 22010 22012 21967 0 -1 64 1 0 0 0 0 0 0 0 25 0 13 0 189506271 1753694208 39289 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=22012/tid=22023] ppid=22010 vsize=1712592 CPUtime=0
/proc/22012/task/22023/stat : 22023 (java) S 22010 22012 21967 0 -1 64 2 0 0 0 0 0 0 0 15 0 13 0 189506271 1753694208 39289 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=22012/tid=22024] ppid=22010 vsize=1712592 CPUtime=0
/proc/22012/task/22024/stat : 22024 (java) S 22010 22012 21967 0 -1 64 4 0 0 0 0 0 0 0 16 0 13 0 189506408 1753694208 39289 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 51.38
Current children cumulated vsize (Kb) 1712592

[startup+60.0515 s]
/proc/loadavg: 0.94 0.97 0.92 2/76 22024
/proc/meminfo: memFree=1072584/2055920 swapFree=4180940/4192956
[pid=22012] ppid=22010 vsize=1712592 CPUtime=61.42
/proc/22012/stat : 22012 (java) R 22010 22012 21967 0 -1 0 45473 0 1 0 6119 23 0 0 25 0 13 0 189506254 1753694208 39577 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4071465700 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/22012/statm: 428148 39577 1908 14 0 414895 0
[pid=22012/tid=22013] ppid=22010 vsize=1712592 CPUtime=0.07
/proc/22012/task/22013/stat : 22013 (java) S 22010 22012 21967 0 -1 64 2108 0 0 0 7 0 0 0 16 0 13 0 189506265 1753694208 39577 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=22012/tid=22014] ppid=22010 vsize=1712592 CPUtime=0.08
/proc/22012/task/22014/stat : 22014 (java) S 22010 22012 21967 0 -1 64 1906 0 0 0 7 1 0 0 16 0 13 0 189506265 1753694208 39577 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=22012/tid=22015] ppid=22010 vsize=1712592 CPUtime=0
/proc/22012/task/22015/stat : 22015 (java) S 22010 22012 21967 0 -1 64 21 0 0 0 0 0 0 0 16 0 13 0 189506268 1753694208 39577 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=22012/tid=22016] ppid=22010 vsize=1712592 CPUtime=0
/proc/22012/task/22016/stat : 22016 (java) S 22010 22012 21967 0 -1 64 9 0 0 0 0 0 0 0 16 0 13 0 189506268 1753694208 39577 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=22012/tid=22017] ppid=22010 vsize=1712592 CPUtime=0
/proc/22012/task/22017/stat : 22017 (java) S 22010 22012 21967 0 -1 64 5 0 0 0 0 0 0 0 16 0 13 0 189506268 1753694208 39577 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=22012/tid=22018] ppid=22010 vsize=1712592 CPUtime=0
/proc/22012/task/22018/stat : 22018 (java) S 22010 22012 21967 0 -1 64 0 0 0 0 0 0 0 0 24 0 13 0 189506271 1753694208 39577 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0

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

/proc/22012/statm: 427892 37623 1910 14 0 414639 0
[pid=22012/tid=22013] ppid=22010 vsize=1711568 CPUtime=0.22
/proc/22012/task/22013/stat : 22013 (java) S 22010 22012 21967 0 -1 64 3944 0 0 0 21 1 0 0 16 0 13 0 189506265 1752645632 37623 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=22012/tid=22014] ppid=22010 vsize=1711568 CPUtime=0.2
/proc/22012/task/22014/stat : 22014 (java) S 22010 22012 21967 0 -1 64 3777 0 0 0 19 1 0 0 16 0 13 0 189506265 1752645632 37623 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=22012/tid=22015] ppid=22010 vsize=1711568 CPUtime=0.01
/proc/22012/task/22015/stat : 22015 (java) S 22010 22012 21967 0 -1 64 21 0 0 0 1 0 0 0 16 0 13 0 189506268 1752645632 37623 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=22012/tid=22016] ppid=22010 vsize=1711568 CPUtime=0
/proc/22012/task/22016/stat : 22016 (java) S 22010 22012 21967 0 -1 64 9 0 0 0 0 0 0 0 16 0 13 0 189506268 1752645632 37623 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=22012/tid=22017] ppid=22010 vsize=1711568 CPUtime=0
/proc/22012/task/22017/stat : 22017 (java) S 22010 22012 21967 0 -1 64 5 0 0 0 0 0 0 0 16 0 13 0 189506268 1752645632 37623 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=22012/tid=22018] ppid=22010 vsize=1711568 CPUtime=0
/proc/22012/task/22018/stat : 22018 (java) S 22010 22012 21967 0 -1 64 0 0 0 0 0 0 0 0 24 0 13 0 189506271 1752645632 37623 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=22012/tid=22019] ppid=22010 vsize=1711568 CPUtime=0
/proc/22012/task/22019/stat : 22019 (java) S 22010 22012 21967 0 -1 64 2 0 0 0 0 0 0 0 16 0 13 0 189506271 1752645632 37623 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=22012/tid=22020] ppid=22010 vsize=1711568 CPUtime=1.2
/proc/22012/task/22020/stat : 22020 (java) S 22010 22012 21967 0 -1 64 4537 0 0 0 118 2 0 0 16 0 13 0 189506271 1752645632 37623 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=22012/tid=22021] ppid=22010 vsize=1711568 CPUtime=0.63
/proc/22012/task/22021/stat : 22021 (java) S 22010 22012 21967 0 -1 64 371 0 0 0 63 0 0 0 17 0 13 0 189506271 1752645632 37623 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=22012/tid=22022] ppid=22010 vsize=1711568 CPUtime=0
/proc/22012/task/22022/stat : 22022 (java) S 22010 22012 21967 0 -1 64 1 0 0 0 0 0 0 0 25 0 13 0 189506271 1752645632 37623 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=22012/tid=22023] ppid=22010 vsize=1711568 CPUtime=0
/proc/22012/task/22023/stat : 22023 (java) S 22010 22012 21967 0 -1 64 2 0 0 0 0 0 0 0 15 0 13 0 189506271 1752645632 37623 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=22012/tid=22024] ppid=22010 vsize=1711568 CPUtime=0
/proc/22012/task/22024/stat : 22024 (java) S 22010 22012 21967 0 -1 64 4 0 0 0 0 0 0 0 16 0 13 0 189506408 1752645632 37623 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 171.66
Current children cumulated vsize (Kb) 1711568

[startup+180.133 s]
/proc/loadavg: 0.99 0.97 0.92 2/76 22024
/proc/meminfo: memFree=1080712/2055920 swapFree=4180940/4192956
[pid=22012] ppid=22010 vsize=1711568 CPUtime=181.68
/proc/22012/stat : 22012 (java) R 22010 22012 21967 0 -1 0 49497 0 1 0 18143 25 0 0 19 0 13 0 189506254 1752645632 37491 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4071479330 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/22012/statm: 427892 37491 1910 14 0 414639 0
[pid=22012/tid=22013] ppid=22010 vsize=1711568 CPUtime=0.23
/proc/22012/task/22013/stat : 22013 (java) S 22010 22012 21967 0 -1 64 4069 0 0 0 22 1 0 0 16 0 13 0 189506265 1752645632 37491 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=22012/tid=22014] ppid=22010 vsize=1711568 CPUtime=0.22
/proc/22012/task/22014/stat : 22014 (java) S 22010 22012 21967 0 -1 64 3890 0 0 0 21 1 0 0 16 0 13 0 189506265 1752645632 37491 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=22012/tid=22015] ppid=22010 vsize=1711568 CPUtime=0.01
/proc/22012/task/22015/stat : 22015 (java) S 22010 22012 21967 0 -1 64 21 0 0 0 1 0 0 0 16 0 13 0 189506268 1752645632 37491 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=22012/tid=22016] ppid=22010 vsize=1711568 CPUtime=0
/proc/22012/task/22016/stat : 22016 (java) S 22010 22012 21967 0 -1 64 9 0 0 0 0 0 0 0 16 0 13 0 189506268 1752645632 37491 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=22012/tid=22017] ppid=22010 vsize=1711568 CPUtime=0
/proc/22012/task/22017/stat : 22017 (java) S 22010 22012 21967 0 -1 64 5 0 0 0 0 0 0 0 16 0 13 0 189506268 1752645632 37491 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=22012/tid=22018] ppid=22010 vsize=1711568 CPUtime=0
/proc/22012/task/22018/stat : 22018 (java) S 22010 22012 21967 0 -1 64 0 0 0 0 0 0 0 0 24 0 13 0 189506271 1752645632 37491 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=22012/tid=22019] ppid=22010 vsize=1711568 CPUtime=0.01
/proc/22012/task/22019/stat : 22019 (java) S 22010 22012 21967 0 -1 64 2 0 0 0 1 0 0 0 17 0 13 0 189506271 1752645632 37491 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=22012/tid=22020] ppid=22010 vsize=1711568 CPUtime=1.2
/proc/22012/task/22020/stat : 22020 (java) S 22010 22012 21967 0 -1 64 4537 0 0 0 118 2 0 0 16 0 13 0 189506271 1752645632 37491 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=22012/tid=22021] ppid=22010 vsize=1711568 CPUtime=0.63
/proc/22012/task/22021/stat : 22021 (java) S 22010 22012 21967 0 -1 64 371 0 0 0 63 0 0 0 17 0 13 0 189506271 1752645632 37491 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=22012/tid=22022] ppid=22010 vsize=1711568 CPUtime=0
/proc/22012/task/22022/stat : 22022 (java) S 22010 22012 21967 0 -1 64 1 0 0 0 0 0 0 0 25 0 13 0 189506271 1752645632 37491 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=22012/tid=22023] ppid=22010 vsize=1711568 CPUtime=0
/proc/22012/task/22023/stat : 22023 (java) S 22010 22012 21967 0 -1 64 2 0 0 0 0 0 0 0 15 0 13 0 189506271 1752645632 37491 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=22012/tid=22024] ppid=22010 vsize=1711568 CPUtime=0
/proc/22012/task/22024/stat : 22024 (java) S 22010 22012 21967 0 -1 64 4 0 0 0 0 0 0 0 16 0 13 0 189506408 1752645632 37491 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 181.68
Current children cumulated vsize (Kb) 1711568

[startup+190.139 s]
/proc/loadavg: 0.99 0.97 0.92 2/76 22024
/proc/meminfo: memFree=1081224/2055920 swapFree=4180940/4192956
[pid=22012] ppid=22010 vsize=1711568 CPUtime=191.69
/proc/22012/stat : 22012 (java) R 22010 22012 21967 0 -1 0 49644 0 1 0 19144 25 0 0 25 0 13 0 189506254 1752645632 37401 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4071465993 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/22012/statm: 427892 37401 1910 14 0 414639 0
[pid=22012/tid=22013] ppid=22010 vsize=1711568 CPUtime=0.24
/proc/22012/task/22013/stat : 22013 (java) S 22010 22012 21967 0 -1 64 4137 0 0 0 23 1 0 0 17 0 13 0 189506265 1752645632 37401 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=22012/tid=22014] ppid=22010 vsize=1711568 CPUtime=0.23
/proc/22012/task/22014/stat : 22014 (java) S 22010 22012 21967 0 -1 64 3967 0 0 0 22 1 0 0 16 0 13 0 189506265 1752645632 37401 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=22012/tid=22015] ppid=22010 vsize=1711568 CPUtime=0.01
/proc/22012/task/22015/stat : 22015 (java) S 22010 22012 21967 0 -1 64 21 0 0 0 1 0 0 0 16 0 13 0 189506268 1752645632 37401 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=22012/tid=22016] ppid=22010 vsize=1711568 CPUtime=0
/proc/22012/task/22016/stat : 22016 (java) S 22010 22012 21967 0 -1 64 9 0 0 0 0 0 0 0 16 0 13 0 189506268 1752645632 37401 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=22012/tid=22017] ppid=22010 vsize=1711568 CPUtime=0
/proc/22012/task/22017/stat : 22017 (java) S 22010 22012 21967 0 -1 64 5 0 0 0 0 0 0 0 16 0 13 0 189506268 1752645632 37401 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=22012/tid=22018] ppid=22010 vsize=1711568 CPUtime=0
/proc/22012/task/22018/stat : 22018 (java) S 22010 22012 21967 0 -1 64 0 0 0 0 0 0 0 0 24 0 13 0 189506271 1752645632 37401 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=22012/tid=22019] ppid=22010 vsize=1711568 CPUtime=0.01
/proc/22012/task/22019/stat : 22019 (java) S 22010 22012 21967 0 -1 64 2 0 0 0 1 0 0 0 17 0 13 0 189506271 1752645632 37401 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=22012/tid=22020] ppid=22010 vsize=1711568 CPUtime=1.2
/proc/22012/task/22020/stat : 22020 (java) S 22010 22012 21967 0 -1 64 4537 0 0 0 118 2 0 0 16 0 13 0 189506271 1752645632 37401 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=22012/tid=22021] ppid=22010 vsize=1711568 CPUtime=0.63
/proc/22012/task/22021/stat : 22021 (java) S 22010 22012 21967 0 -1 64 371 0 0 0 63 0 0 0 17 0 13 0 189506271 1752645632 37401 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=22012/tid=22022] ppid=22010 vsize=1711568 CPUtime=0
/proc/22012/task/22022/stat : 22022 (java) S 22010 22012 21967 0 -1 64 1 0 0 0 0 0 0 0 25 0 13 0 189506271 1752645632 37401 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=22012/tid=22023] ppid=22010 vsize=1711568 CPUtime=0
/proc/22012/task/22023/stat : 22023 (java) S 22010 22012 21967 0 -1 64 2 0 0 0 0 0 0 0 15 0 13 0 189506271 1752645632 37401 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=22012/tid=22024] ppid=22010 vsize=1711568 CPUtime=0
/proc/22012/task/22024/stat : 22024 (java) S 22010 22012 21967 0 -1 64 4 0 0 0 0 0 0 0 16 0 13 0 189506408 1752645632 37401 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 191.69
Current children cumulated vsize (Kb) 1711568

[startup+200.146 s]
/proc/loadavg: 0.99 0.97 0.92 2/76 22024
/proc/meminfo: memFree=1081288/2055920 swapFree=4180940/4192956
[pid=22012] ppid=22010 vsize=1711568 CPUtime=201.7
/proc/22012/stat : 22012 (java) R 22010 22012 21967 0 -1 0 49891 0 1 0 20145 25 0 0 25 0 13 0 189506254 1752645632 37406 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4071517520 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/22012/statm: 427892 37406 1910 14 0 414639 0
[pid=22012/tid=22013] ppid=22010 vsize=1711568 CPUtime=0.25
/proc/22012/task/22013/stat : 22013 (java) S 22010 22012 21967 0 -1 64 4197 0 0 0 24 1 0 0 17 0 13 0 189506265 1752645632 37406 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=22012/tid=22014] ppid=22010 vsize=1711568 CPUtime=0.25
/proc/22012/task/22014/stat : 22014 (java) S 22010 22012 21967 0 -1 64 4151 0 0 0 23 2 0 0 16 0 13 0 189506265 1752645632 37406 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=22012/tid=22015] ppid=22010 vsize=1711568 CPUtime=0.01
/proc/22012/task/22015/stat : 22015 (java) S 22010 22012 21967 0 -1 64 21 0 0 0 1 0 0 0 16 0 13 0 189506268 1752645632 37406 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=22012/tid=22016] ppid=22010 vsize=1711568 CPUtime=0
/proc/22012/task/22016/stat : 22016 (java) S 22010 22012 21967 0 -1 64 9 0 0 0 0 0 0 0 16 0 13 0 189506268 1752645632 37406 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=22012/tid=22017] ppid=22010 vsize=1711568 CPUtime=0
/proc/22012/task/22017/stat : 22017 (java) S 22010 22012 21967 0 -1 64 5 0 0 0 0 0 0 0 16 0 13 0 189506268 1752645632 37406 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=22012/tid=22018] ppid=22010 vsize=1711568 CPUtime=0
/proc/22012/task/22018/stat : 22018 (java) S 22010 22012 21967 0 -1 64 0 0 0 0 0 0 0 0 24 0 13 0 189506271 1752645632 37406 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=22012/tid=22019] ppid=22010 vsize=1711568 CPUtime=0.01
/proc/22012/task/22019/stat : 22019 (java) S 22010 22012 21967 0 -1 64 2 0 0 0 1 0 0 0 17 0 13 0 189506271 1752645632 37406 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=22012/tid=22020] ppid=22010 vsize=1711568 CPUtime=1.2
/proc/22012/task/22020/stat : 22020 (java) S 22010 22012 21967 0 -1 64 4537 0 0 0 118 2 0 0 16 0 13 0 189506271 1752645632 37406 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=22012/tid=22021] ppid=22010 vsize=1711568 CPUtime=0.63
/proc/22012/task/22021/stat : 22021 (java) S 22010 22012 21967 0 -1 64 371 0 0 0 63 0 0 0 17 0 13 0 189506271 1752645632 37406 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=22012/tid=22022] ppid=22010 vsize=1711568 CPUtime=0
/proc/22012/task/22022/stat : 22022 (java) S 22010 22012 21967 0 -1 64 1 0 0 0 0 0 0 0 25 0 13 0 189506271 1752645632 37406 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=22012/tid=22023] ppid=22010 vsize=1711568 CPUtime=0
/proc/22012/task/22023/stat : 22023 (java) S 22010 22012 21967 0 -1 64 2 0 0 0 0 0 0 0 15 0 13 0 189506271 1752645632 37406 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=22012/tid=22024] ppid=22010 vsize=1711568 CPUtime=0
/proc/22012/task/22024/stat : 22024 (java) S 22010 22012 21967 0 -1 64 4 0 0 0 0 0 0 0 16 0 13 0 189506408 1752645632 37406 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 201.7
Current children cumulated vsize (Kb) 1711568

[startup+210.153 s]
/proc/loadavg: 0.99 0.97 0.92 2/76 22024
/proc/meminfo: memFree=1081160/2055920 swapFree=4180940/4192956
[pid=22012] ppid=22010 vsize=1711568 CPUtime=211.73
/proc/22012/stat : 22012 (java) R 22010 22012 21967 0 -1 0 50238 0 1 0 21147 26 0 0 25 0 13 0 189506254 1752645632 37403 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4071465712 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/22012/statm: 427892 37403 1910 14 0 414639 0
[pid=22012/tid=22013] ppid=22010 vsize=1711568 CPUtime=0.27
/proc/22012/task/22013/stat : 22013 (java) S 22010 22012 21967 0 -1 64 4342 0 0 0 26 1 0 0 16 0 13 0 189506265 1752645632 37403 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=22012/tid=22014] ppid=22010 vsize=1711568 CPUtime=0.27
/proc/22012/task/22014/stat : 22014 (java) S 22010 22012 21967 0 -1 64 4347 0 0 0 25 2 0 0 16 0 13 0 189506265 1752645632 37403 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=22012/tid=22015] ppid=22010 vsize=1711568 CPUtime=0.01
/proc/22012/task/22015/stat : 22015 (java) S 22010 22012 21967 0 -1 64 21 0 0 0 1 0 0 0 16 0 13 0 189506268 1752645632 37403 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=22012/tid=22016] ppid=22010 vsize=1711568 CPUtime=0
/proc/22012/task/22016/stat : 22016 (java) S 22010 22012 21967 0 -1 64 9 0 0 0 0 0 0 0 16 0 13 0 189506268 1752645632 37403 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=22012/tid=22017] ppid=22010 vsize=1711568 CPUtime=0
/proc/22012/task/22017/stat : 22017 (java) S 22010 22012 21967 0 -1 64 5 0 0 0 0 0 0 0 16 0 13 0 189506268 1752645632 37403 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=22012/tid=22018] ppid=22010 vsize=1711568 CPUtime=0
/proc/22012/task/22018/stat : 22018 (java) S 22010 22012 21967 0 -1 64 0 0 0 0 0 0 0 0 24 0 13 0 189506271 1752645632 37403 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=22012/tid=22019] ppid=22010 vsize=1711568 CPUtime=0.01
/proc/22012/task/22019/stat : 22019 (java) S 22010 22012 21967 0 -1 64 2 0 0 0 1 0 0 0 17 0 13 0 189506271 1752645632 37403 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=22012/tid=22020] ppid=22010 vsize=1711568 CPUtime=1.21
/proc/22012/task/22020/stat : 22020 (java) S 22010 22012 21967 0 -1 64 4538 0 0 0 119 2 0 0 16 0 13 0 189506271 1752645632 37403 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=22012/tid=22021] ppid=22010 vsize=1711568 CPUtime=0.63
/proc/22012/task/22021/stat : 22021 (java) S 22010 22012 21967 0 -1 64 371 0 0 0 63 0 0 0 17 0 13 0 189506271 1752645632 37403 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=22012/tid=22022] ppid=22010 vsize=1711568 CPUtime=0
/proc/22012/task/22022/stat : 22022 (java) S 22010 22012 21967 0 -1 64 1 0 0 0 0 0 0 0 25 0 13 0 189506271 1752645632 37403 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=22012/tid=22023] ppid=22010 vsize=1711568 CPUtime=0
/proc/22012/task/22023/stat : 22023 (java) S 22010 22012 21967 0 -1 64 2 0 0 0 0 0 0 0 15 0 13 0 189506271 1752645632 37403 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=22012/tid=22024] ppid=22010 vsize=1711568 CPUtime=0
/proc/22012/task/22024/stat : 22024 (java) S 22010 22012 21967 0 -1 64 4 0 0 0 0 0 0 0 16 0 13 0 189506408 1752645632 37403 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 211.73
Current children cumulated vsize (Kb) 1711568

[startup+220.16 s]
/proc/loadavg: 0.99 0.97 0.92 2/76 22024
/proc/meminfo: memFree=1080712/2055920 swapFree=4180940/4192956
[pid=22012] ppid=22010 vsize=1711568 CPUtime=221.75
/proc/22012/stat : 22012 (java) R 22010 22012 21967 0 -1 0 50630 0 1 0 22149 26 0 0 25 0 13 0 189506254 1752645632 37511 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4071465682 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/22012/statm: 427892 37511 1910 14 0 414639 0
[pid=22012/tid=22013] ppid=22010 vsize=1711568 CPUtime=0.28
/proc/22012/task/22013/stat : 22013 (java) S 22010 22012 21967 0 -1 64 4547 0 0 0 27 1 0 0 16 0 13 0 189506265 1752645632 37511 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=22012/tid=22014] ppid=22010 vsize=1711568 CPUtime=0.28
/proc/22012/task/22014/stat : 22014 (java) S 22010 22012 21967 0 -1 64 4531 0 0 0 26 2 0 0 16 0 13 0 189506265 1752645632 37511 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=22012/tid=22015] ppid=22010 vsize=1711568 CPUtime=0.01
/proc/22012/task/22015/stat : 22015 (java) S 22010 22012 21967 0 -1 64 21 0 0 0 1 0 0 0 16 0 13 0 189506268 1752645632 37511 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=22012/tid=22016] ppid=22010 vsize=1711568 CPUtime=0
/proc/22012/task/22016/stat : 22016 (java) S 22010 22012 21967 0 -1 64 9 0 0 0 0 0 0 0 16 0 13 0 189506268 1752645632 37511 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=22012/tid=22017] ppid=22010 vsize=1711568 CPUtime=0
/proc/22012/task/22017/stat : 22017 (java) S 22010 22012 21967 0 -1 64 5 0 0 0 0 0 0 0 16 0 13 0 189506268 1752645632 37511 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=22012/tid=22018] ppid=22010 vsize=1711568 CPUtime=0
/proc/22012/task/22018/stat : 22018 (java) S 22010 22012 21967 0 -1 64 0 0 0 0 0 0 0 0 24 0 13 0 189506271 1752645632 37511 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=22012/tid=22019] ppid=22010 vsize=1711568 CPUtime=0.01
/proc/22012/task/22019/stat : 22019 (java) S 22010 22012 21967 0 -1 64 2 0 0 0 1 0 0 0 17 0 13 0 189506271 1752645632 37511 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=22012/tid=22020] ppid=22010 vsize=1711568 CPUtime=1.21
/proc/22012/task/22020/stat : 22020 (java) S 22010 22012 21967 0 -1 64 4538 0 0 0 119 2 0 0 16 0 13 0 189506271 1752645632 37511 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=22012/tid=22021] ppid=22010 vsize=1711568 CPUtime=0.63
/proc/22012/task/22021/stat : 22021 (java) S 22010 22012 21967 0 -1 64 371 0 0 0 63 0 0 0 17 0 13 0 189506271 1752645632 37511 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=22012/tid=22022] ppid=22010 vsize=1711568 CPUtime=0
/proc/22012/task/22022/stat : 22022 (java) S 22010 22012 21967 0 -1 64 1 0 0 0 0 0 0 0 25 0 13 0 189506271 1752645632 37511 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=22012/tid=22023] ppid=22010 vsize=1711568 CPUtime=0
/proc/22012/task/22023/stat : 22023 (java) S 22010 22012 21967 0 -1 64 2 0 0 0 0 0 0 0 15 0 13 0 189506271 1752645632 37511 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=22012/tid=22024] ppid=22010 vsize=1711568 CPUtime=0
/proc/22012/task/22024/stat : 22024 (java) S 22010 22012 21967 0 -1 64 4 0 0 0 0 0 0 0 16 0 13 0 189506408 1752645632 37511 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 221.75
Current children cumulated vsize (Kb) 1711568

Child status: 20
Real time (s): 226.312
CPU time (s): 227.866
CPU user time (s): 227.58
CPU system time (s): 0.285956
CPU usage (%): 100.687
Max. virtual memory (cumulated for all children) (Kb): 1713616

Launcher Data (download as text)

Begin job on node41 on Fri Jun  2 08:53:17 UTC 2006


FILE ID= 43738-1149238397

PBS_JOBID= 297215

BENCH NAME= ROOT/tmp/node41/43738-1149238397/instance-43738-1149238397.opb
COMMAND LINE= java -server -Xms1500M -Xmx1500M -jar ROOT/solvers/PB/PB06final/user5/sat4jPseudoPlus.jar ROOT/tmp/node41/43738-1149238397/instance-43738-1149238397.opb 571622018
RUNSOLVER COMMAND LINE= runsolver  --timestamp  -w ROOT/results/node41/watcher-43738-1149238397 -o ROOT/results/node41/solver-43738-1149238397 -C 1800 -M 1800 -S 64  java -server -Xms1500M -Xmx1500M -jar ROOT/solvers/PB/PB06final/user5/sat4jPseudoPlus.jar ROOT/tmp/node41/43738-1149238397/instance-43738-1149238397.opb 571622018

MD5SUM SOLVER= e9637a7554f3ecdf74c1815f89d00213
MD5SUM BENCH=  ec41e051a85a6b1d97ef15d7e169228d

RANDOM SEED= 571622018


/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.265
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.265
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:       1223928 kB
Buffers:         33116 kB
Cached:         725972 kB
SwapCached:       4008 kB
Active:         150988 kB
Inactive:       617044 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1223928 kB
SwapTotal:     4192956 kB
SwapFree:      4180940 kB
Dirty:             204 kB
Writeback:           0 kB
Mapped:          14924 kB
Slab:            49932 kB
Committed_AS:   256708 kB
PageTables:       1496 kB
VmallocTotal: 536870911 kB
VmallocUsed:    264952 kB
VmallocChunk: 536605679 kB
HugePages_Total:     0
HugePages_Free:      0
Hugepagesize:     2048 kB


End job on node41 on Fri Jun  2 08:57:03 UTC 2006