Trace number 43343

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 HeuristicsUNSAT 92.6279 85.3406

General information on the benchmark

Namenormalized-PB06/OPT-BIGINT/mps-v2-20-10/MIPLIB/
miplib2003/normalized-mps-v2-20-10-rd-rplusc-21.opb
MD5SUM7576b3c58d39cddc5f29deda8f59e316
Bench CategoryOPT-BIGINT (optimisation, big integers)
Best result obtained on this benchmarkUNSAT
Best value of the objective obtained on this benchmark
Best CPU time to get the best result obtained on this benchmark92.6279
Has Objective FunctionYES
SatisfiableNO
(Un)Satisfiability was provedYES
Best value of the objective function
Optimality of the best value was proved
Number of variables3616
Total number of constraints125707
Number of constraints which are clauses0
Number of constraints which are cardinality constraints (but not clauses)44
Number of constraints which are nor clauses,nor cardinality constraints125663
Minimum length of a constraint5
Maximum length of a constraint189
Number of terms in the objective function 48
Biggest coefficient in the objective function 1073741824
Number of bits for the biggest coefficient in the objective function 31
Sum of the numbers in the objective function 2160590747
Number of bits of the sum of numbers in the objective function 32
Biggest number in a constraint 2962281908055777280
Number of bits of the biggest number in a constraint 62
Biggest sum of numbers in a constraint 6289973478481187311
Number of bits of the biggest sum of numbers63
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.26	c SAT4J: a SATisfiability library for Java (c) 2004-2006 Daniel Le Berre
0.26	c This is free software under the GNU LGPL licence. See www.sat4j.org for details.
0.27	c no version file found!!!
0.27	c sun.arch.data.model	32
0.27	c java.version	1.5.0_06
0.27	c os.name	Linux
0.27	c os.version	2.6.9-22.EL.rootsmp
0.27	c os.arch	i386
0.27	c Free memory 1548419056
0.27	c Max memory 1551040512
0.27	c Total memory 1551040512
0.27	c Number of processors 2
0.32	c Cutting planes based inference
0.32	c --- Begin Solver configuration ---
0.32	c org.sat4j.minisat.uip.FirstUIP@1df073d
0.32	c org.sat4j.minisat.constraints.PBMaxClauseCardConstrDataStructure@1546e25
0.32	c org.sat4j.minisat.learning.MiniSATLearning@b66cc
0.32	c conflictBoundIncFactor=1.5 learntBoundIncFactor=1.1 initLearntBoundConstraintFactor=10000.0 initConflictBound=100 
0.32	c VSIDS like heuristics from MiniSAT using a heap
0.32	c No reason simplification
0.32	c --- End Solver configuration ---
0.32	c solving ROOT/tmp/node13/43343-1149316491/instance-43343-1149316491.opb
0.32	c reading problem ... 
85.12	c ... done. Time 84.799 ms.
85.12	c #vars     3616
85.12	c #constraints  125844
85.16	c starts		: 0
85.16	c conflicts		: 0
85.16	c decisions		: 0
85.16	c propagations		: 1050
85.16	c inspects		: 2847
85.16	c learnt literals	: 0
85.16	c learnt binary clauses	: 0
85.16	c learnt ternary clauses	: 0
85.16	c learnt clauses	: 0
85.16	c root simplifications	: 0
85.16	c removed literals (reason simplification)	: 0
85.16	c reason swapping (by a shorter reason)	: 0
85.16	c Calls to reduceDB	: 0
85.16	c speed (decisions/second)	: 0.0
85.16	c non guided choices	0
85.16	s UNSATISFIABLE
85.16	c Total wall clock time (ms): 84.838

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

Current StackSize limit: 67108864 bytes

/proc/loadavg: 0.66 0.92 0.97 2/64 24603
/proc/meminfo: memFree=1485296/2055920 swapFree=4181416/4192956
[pid=24603] ppid=24601 vsize=1784 CPUtime=0
/proc/24603/stat : 24603 (java) D 24601 24603 24557 0 -1 0 166 0 0 0 0 0 0 0 18 0 1 0 197314761 1826816 137 18446744073709551615 134512640 134570276 4294956608 18446744073709551615 4294960144 0 2147483391 4096 0 18446744072099781622 0 0 17 1 0 0
/proc/24603/statm: 446 137 102 14 0 91 0

[startup+10.0033 s]
/proc/loadavg: 0.79 0.94 0.98 2/75 24614
/proc/meminfo: memFree=1250136/2055920 swapFree=4181416/4192956
[pid=24603] ppid=24601 vsize=1711824 CPUtime=11.09
/proc/24603/stat : 24603 (java) R 24601 24603 24557 0 -1 0 62408 0 1 0 1076 33 0 0 21 0 12 0 197314761 1752907776 60538 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4071388800 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/24603/statm: 427956 60538 1883 14 0 414703 0
[pid=24603/tid=24604] ppid=24601 vsize=1711824 CPUtime=0.64
/proc/24603/task/24604/stat : 24604 (java) S 24601 24603 24557 0 -1 64 12662 0 0 0 58 6 0 0 17 0 12 0 197314776 1752907776 60538 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=24603/tid=24605] ppid=24601 vsize=1711824 CPUtime=0.65
/proc/24603/task/24605/stat : 24605 (java) S 24601 24603 24557 0 -1 64 11001 0 0 0 59 6 0 0 16 0 12 0 197314776 1752907776 60538 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=24603/tid=24606] ppid=24601 vsize=1711824 CPUtime=0
/proc/24603/task/24606/stat : 24606 (java) S 24601 24603 24557 0 -1 64 13 0 0 0 0 0 0 0 16 0 12 0 197314779 1752907776 60538 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=24603/tid=24607] ppid=24601 vsize=1711824 CPUtime=0
/proc/24603/task/24607/stat : 24607 (java) S 24601 24603 24557 0 -1 64 8 0 0 0 0 0 0 0 16 0 12 0 197314779 1752907776 60538 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=24603/tid=24608] ppid=24601 vsize=1711824 CPUtime=0
/proc/24603/task/24608/stat : 24608 (java) S 24601 24603 24557 0 -1 64 5 0 0 0 0 0 0 0 16 0 12 0 197314779 1752907776 60538 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=24603/tid=24609] ppid=24601 vsize=1711824 CPUtime=0
/proc/24603/task/24609/stat : 24609 (java) S 24601 24603 24557 0 -1 64 1 0 0 0 0 0 0 0 22 0 12 0 197314783 1752907776 60538 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=24603/tid=24610] ppid=24601 vsize=1711824 CPUtime=0
/proc/24603/task/24610/stat : 24610 (java) S 24601 24603 24557 0 -1 64 3 0 0 0 0 0 0 0 17 0 12 0 197314783 1752907776 60538 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=24603/tid=24611] ppid=24601 vsize=1711824 CPUtime=0.38
/proc/24603/task/24611/stat : 24611 (java) S 24601 24603 24557 0 -1 64 603 0 0 0 38 0 0 0 16 0 12 0 197314783 1752907776 60538 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=24603/tid=24612] ppid=24601 vsize=1711824 CPUtime=0.46
/proc/24603/task/24612/stat : 24612 (java) S 24601 24603 24557 0 -1 64 1645 0 0 0 46 0 0 0 16 0 12 0 197314783 1752907776 60538 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=24603/tid=24613] ppid=24601 vsize=1711824 CPUtime=0
/proc/24603/task/24613/stat : 24613 (java) S 24601 24603 24557 0 -1 64 1 0 0 0 0 0 0 0 23 0 12 0 197314783 1752907776 60538 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=24603/tid=24614] ppid=24601 vsize=1711824 CPUtime=0
/proc/24603/task/24614/stat : 24614 (java) S 24601 24603 24557 0 -1 64 1 0 0 0 0 0 0 0 15 0 12 0 197314783 1752907776 60538 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 11.09
Current children cumulated vsize (Kb) 1711824

[startup+20.0116 s]
/proc/loadavg: 0.82 0.94 0.98 2/75 24614
/proc/meminfo: memFree=1156696/2055920 swapFree=4181416/4192956
[pid=24603] ppid=24601 vsize=1711320 CPUtime=21.91
/proc/24603/stat : 24603 (java) R 24601 24603 24557 0 -1 0 91159 0 1 0 2141 50 0 0 25 0 12 0 197314761 1752391680 83857 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4071343346 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/24603/statm: 427830 83857 1889 14 0 414577 0
[pid=24603/tid=24604] ppid=24601 vsize=1711320 CPUtime=1.43
/proc/24603/task/24604/stat : 24604 (java) S 24601 24603 24557 0 -1 64 25660 0 0 0 130 13 0 0 16 0 12 0 197314776 1752391680 83857 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=24603/tid=24605] ppid=24601 vsize=1711320 CPUtime=1.43
/proc/24603/task/24605/stat : 24605 (java) S 24601 24603 24557 0 -1 64 26711 0 0 0 129 14 0 0 17 0 12 0 197314776 1752391680 83857 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=24603/tid=24606] ppid=24601 vsize=1711320 CPUtime=0
/proc/24603/task/24606/stat : 24606 (java) S 24601 24603 24557 0 -1 64 15 0 0 0 0 0 0 0 16 0 12 0 197314779 1752391680 83857 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=24603/tid=24607] ppid=24601 vsize=1711320 CPUtime=0
/proc/24603/task/24607/stat : 24607 (java) S 24601 24603 24557 0 -1 64 8 0 0 0 0 0 0 0 16 0 12 0 197314779 1752391680 83857 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=24603/tid=24608] ppid=24601 vsize=1711320 CPUtime=0
/proc/24603/task/24608/stat : 24608 (java) S 24601 24603 24557 0 -1 64 5 0 0 0 0 0 0 0 16 0 12 0 197314779 1752391680 83857 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=24603/tid=24609] ppid=24601 vsize=1711320 CPUtime=0
/proc/24603/task/24609/stat : 24609 (java) S 24601 24603 24557 0 -1 64 1 0 0 0 0 0 0 0 22 0 12 0 197314783 1752391680 83857 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=24603/tid=24610] ppid=24601 vsize=1711320 CPUtime=0
/proc/24603/task/24610/stat : 24610 (java) S 24601 24603 24557 0 -1 64 3 0 0 0 0 0 0 0 16 0 12 0 197314783 1752391680 83857 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=24603/tid=24611] ppid=24601 vsize=1711320 CPUtime=0.41
/proc/24603/task/24611/stat : 24611 (java) S 24601 24603 24557 0 -1 64 610 0 0 0 41 0 0 0 16 0 12 0 197314783 1752391680 83857 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=24603/tid=24612] ppid=24601 vsize=1711320 CPUtime=0.48
/proc/24603/task/24612/stat : 24612 (java) S 24601 24603 24557 0 -1 64 1649 0 0 0 48 0 0 0 17 0 12 0 197314783 1752391680 83857 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=24603/tid=24613] ppid=24601 vsize=1711320 CPUtime=0
/proc/24603/task/24613/stat : 24613 (java) S 24601 24603 24557 0 -1 64 1 0 0 0 0 0 0 0 23 0 12 0 197314783 1752391680 83857 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=24603/tid=24614] ppid=24601 vsize=1711320 CPUtime=0
/proc/24603/task/24614/stat : 24614 (java) S 24601 24603 24557 0 -1 64 1 0 0 0 0 0 0 0 15 0 12 0 197314783 1752391680 83857 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 21.91
Current children cumulated vsize (Kb) 1711320

[startup+30.019 s]
/proc/loadavg: 0.92 0.96 0.98 2/75 24614
/proc/meminfo: memFree=1064728/2055920 swapFree=4181416/4192956
[pid=24603] ppid=24601 vsize=1711320 CPUtime=32.63
/proc/24603/stat : 24603 (java) R 24601 24603 24557 0 -1 0 117724 0 1 0 3199 64 0 0 25 0 12 0 197314761 1752391680 106819 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4071348271 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/24603/statm: 427830 106819 1889 14 0 414577 0
[pid=24603/tid=24604] ppid=24601 vsize=1711320 CPUtime=2.12
/proc/24603/task/24604/stat : 24604 (java) S 24601 24603 24557 0 -1 64 37758 0 0 0 195 17 0 0 16 0 12 0 197314776 1752391680 106819 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=24603/tid=24605] ppid=24601 vsize=1711320 CPUtime=2.12
/proc/24603/task/24605/stat : 24605 (java) S 24601 24603 24557 0 -1 64 41157 0 0 0 191 21 0 0 16 0 12 0 197314776 1752391680 106819 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=24603/tid=24606] ppid=24601 vsize=1711320 CPUtime=0
/proc/24603/task/24606/stat : 24606 (java) S 24601 24603 24557 0 -1 64 23 0 0 0 0 0 0 0 16 0 12 0 197314779 1752391680 106819 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=24603/tid=24607] ppid=24601 vsize=1711320 CPUtime=0
/proc/24603/task/24607/stat : 24607 (java) S 24601 24603 24557 0 -1 64 8 0 0 0 0 0 0 0 16 0 12 0 197314779 1752391680 106819 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=24603/tid=24608] ppid=24601 vsize=1711320 CPUtime=0
/proc/24603/task/24608/stat : 24608 (java) S 24601 24603 24557 0 -1 64 5 0 0 0 0 0 0 0 16 0 12 0 197314779 1752391680 106819 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=24603/tid=24609] ppid=24601 vsize=1711320 CPUtime=0
/proc/24603/task/24609/stat : 24609 (java) S 24601 24603 24557 0 -1 64 1 0 0 0 0 0 0 0 22 0 12 0 197314783 1752391680 106819 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=24603/tid=24610] ppid=24601 vsize=1711320 CPUtime=0
/proc/24603/task/24610/stat : 24610 (java) S 24601 24603 24557 0 -1 64 3 0 0 0 0 0 0 0 16 0 12 0 197314783 1752391680 106819 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=24603/tid=24611] ppid=24601 vsize=1711320 CPUtime=0.44
/proc/24603/task/24611/stat : 24611 (java) S 24601 24603 24557 0 -1 64 613 0 0 0 44 0 0 0 16 0 12 0 197314783 1752391680 106819 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=24603/tid=24612] ppid=24601 vsize=1711320 CPUtime=0.48
/proc/24603/task/24612/stat : 24612 (java) S 24601 24603 24557 0 -1 64 1649 0 0 0 48 0 0 0 17 0 12 0 197314783 1752391680 106819 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=24603/tid=24613] ppid=24601 vsize=1711320 CPUtime=0
/proc/24603/task/24613/stat : 24613 (java) S 24601 24603 24557 0 -1 64 1 0 0 0 0 0 0 0 23 0 12 0 197314783 1752391680 106819 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=24603/tid=24614] ppid=24601 vsize=1711320 CPUtime=0
/proc/24603/task/24614/stat : 24614 (java) S 24601 24603 24557 0 -1 64 1 0 0 0 0 0 0 0 15 0 12 0 197314783 1752391680 106819 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 32.63
Current children cumulated vsize (Kb) 1711320

[startup+40.0263 s]
/proc/loadavg: 0.93 0.96 0.98 2/75 24614
/proc/meminfo: memFree=957976/2055920 swapFree=4181416/4192956
[pid=24603] ppid=24601 vsize=1711320 CPUtime=43.37
/proc/24603/stat : 24603 (java) R 24601 24603 24557 0 -1 0 147877 0 1 0 4254 83 0 0 24 0 12 0 197314761 1752391680 133412 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4071348271 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/24603/statm: 427830 133412 1889 14 0 414577 0
[pid=24603/tid=24604] ppid=24601 vsize=1711320 CPUtime=2.82
/proc/24603/task/24604/stat : 24604 (java) S 24601 24603 24557 0 -1 64 52715 0 0 0 258 24 0 0 16 0 12 0 197314776 1752391680 133412 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=24603/tid=24605] ppid=24601 vsize=1711320 CPUtime=2.82
/proc/24603/task/24605/stat : 24605 (java) S 24601 24603 24557 0 -1 64 56227 0 0 0 253 29 0 0 17 0 12 0 197314776 1752391680 133412 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=24603/tid=24606] ppid=24601 vsize=1711320 CPUtime=0
/proc/24603/task/24606/stat : 24606 (java) S 24601 24603 24557 0 -1 64 26 0 0 0 0 0 0 0 15 0 12 0 197314779 1752391680 133412 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=24603/tid=24607] ppid=24601 vsize=1711320 CPUtime=0
/proc/24603/task/24607/stat : 24607 (java) S 24601 24603 24557 0 -1 64 8 0 0 0 0 0 0 0 16 0 12 0 197314779 1752391680 133412 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=24603/tid=24608] ppid=24601 vsize=1711320 CPUtime=0
/proc/24603/task/24608/stat : 24608 (java) S 24601 24603 24557 0 -1 64 5 0 0 0 0 0 0 0 16 0 12 0 197314779 1752391680 133412 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=24603/tid=24609] ppid=24601 vsize=1711320 CPUtime=0
/proc/24603/task/24609/stat : 24609 (java) S 24601 24603 24557 0 -1 64 1 0 0 0 0 0 0 0 22 0 12 0 197314783 1752391680 133412 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=24603/tid=24610] ppid=24601 vsize=1711320 CPUtime=0
/proc/24603/task/24610/stat : 24610 (java) S 24601 24603 24557 0 -1 64 3 0 0 0 0 0 0 0 16 0 12 0 197314783 1752391680 133412 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=24603/tid=24611] ppid=24601 vsize=1711320 CPUtime=0.46
/proc/24603/task/24611/stat : 24611 (java) S 24601 24603 24557 0 -1 64 648 0 0 0 46 0 0 0 17 0 12 0 197314783 1752391680 133412 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=24603/tid=24612] ppid=24601 vsize=1711320 CPUtime=0.49
/proc/24603/task/24612/stat : 24612 (java) S 24601 24603 24557 0 -1 64 1729 0 0 0 49 0 0 0 17 0 12 0 197314783 1752391680 133412 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=24603/tid=24613] ppid=24601 vsize=1711320 CPUtime=0
/proc/24603/task/24613/stat : 24613 (java) S 24601 24603 24557 0 -1 64 1 0 0 0 0 0 0 0 23 0 12 0 197314783 1752391680 133412 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=24603/tid=24614] ppid=24601 vsize=1711320 CPUtime=0
/proc/24603/task/24614/stat : 24614 (java) S 24601 24603 24557 0 -1 64 1 0 0 0 0 0 0 0 15 0 12 0 197314783 1752391680 133412 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 43.37
Current children cumulated vsize (Kb) 1711320

[startup+50.0337 s]
/proc/loadavg: 0.94 0.96 0.98 2/75 24616
/proc/meminfo: memFree=873624/2055920 swapFree=4181416/4192956
[pid=24603] ppid=24601 vsize=1711320 CPUtime=54.2
/proc/24603/stat : 24603 (java) R 24601 24603 24557 0 -1 0 173227 0 1 0 5322 98 0 0 25 0 12 0 197314761 1752391680 154491 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/24603/statm: 427830 154491 1889 14 0 414577 0
[pid=24603/tid=24604] ppid=24601 vsize=1711320 CPUtime=3.67
/proc/24603/task/24604/stat : 24604 (java) S 24601 24603 24557 0 -1 64 68779 0 0 0 335 32 0 0 17 0 12 0 197314776 1752391680 154491 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=24603/tid=24605] ppid=24601 vsize=1711320 CPUtime=3.66
/proc/24603/task/24605/stat : 24605 (java) S 24601 24603 24557 0 -1 64 65499 0 0 0 331 35 0 0 16 0 12 0 197314776 1752391680 154491 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=24603/tid=24606] ppid=24601 vsize=1711320 CPUtime=0
/proc/24603/task/24606/stat : 24606 (java) S 24601 24603 24557 0 -1 64 31 0 0 0 0 0 0 0 15 0 12 0 197314779 1752391680 154491 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=24603/tid=24607] ppid=24601 vsize=1711320 CPUtime=0
/proc/24603/task/24607/stat : 24607 (java) S 24601 24603 24557 0 -1 64 8 0 0 0 0 0 0 0 16 0 12 0 197314779 1752391680 154491 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=24603/tid=24608] ppid=24601 vsize=1711320 CPUtime=0
/proc/24603/task/24608/stat : 24608 (java) S 24601 24603 24557 0 -1 64 5 0 0 0 0 0 0 0 16 0 12 0 197314779 1752391680 154491 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=24603/tid=24609] ppid=24601 vsize=1711320 CPUtime=0
/proc/24603/task/24609/stat : 24609 (java) S 24601 24603 24557 0 -1 64 1 0 0 0 0 0 0 0 22 0 12 0 197314783 1752391680 154491 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=24603/tid=24610] ppid=24601 vsize=1711320 CPUtime=0
/proc/24603/task/24610/stat : 24610 (java) S 24601 24603 24557 0 -1 64 3 0 0 0 0 0 0 0 16 0 12 0 197314783 1752391680 154491 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=24603/tid=24611] ppid=24601 vsize=1711320 CPUtime=0.46
/proc/24603/task/24611/stat : 24611 (java) S 24601 24603 24557 0 -1 64 648 0 0 0 46 0 0 0 17 0 12 0 197314783 1752391680 154491 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=24603/tid=24612] ppid=24601 vsize=1711320 CPUtime=0.49
/proc/24603/task/24612/stat : 24612 (java) S 24601 24603 24557 0 -1 64 1729 0 0 0 49 0 0 0 17 0 12 0 197314783 1752391680 154491 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=24603/tid=24613] ppid=24601 vsize=1711320 CPUtime=0
/proc/24603/task/24613/stat : 24613 (java) S 24601 24603 24557 0 -1 64 1 0 0 0 0 0 0 0 23 0 12 0 197314783 1752391680 154491 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=24603/tid=24614] ppid=24601 vsize=1711320 CPUtime=0
/proc/24603/task/24614/stat : 24614 (java) S 24601 24603 24557 0 -1 64 1 0 0 0 0 0 0 0 15 0 12 0 197314783 1752391680 154491 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 54.2
Current children cumulated vsize (Kb) 1711320

[startup+60.041 s]
/proc/loadavg: 0.95 0.96 0.98 2/75 24616
/proc/meminfo: memFree=799704/2055920 swapFree=4181416/4192956
[pid=24603] ppid=24601 vsize=1711320 CPUtime=64.88
/proc/24603/stat : 24603 (java) R 24601 24603 24557 0 -1 0 192448 0 1 0 6378 110 0 0 25 0 12 0 197314761 1752391680 172934 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4071348223 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/24603/statm: 427830 172934 1889 14 0 414577 0
[pid=24603/tid=24604] ppid=24601 vsize=1711320 CPUtime=4.35
/proc/24603/task/24604/stat : 24604 (java) S 24601 24603 24557 0 -1 64 72107 0 0 0 402 33 0 0 17 0 12 0 197314776 1752391680 172934 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=24603/tid=24605] ppid=24601 vsize=1711320 CPUtime=4.35
/proc/24603/task/24605/stat : 24605 (java) S 24601 24603 24557 0 -1 64 81383 0 0 0 391 44 0 0 16 0 12 0 197314776 1752391680 172934 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=24603/tid=24606] ppid=24601 vsize=1711320 CPUtime=0.01
/proc/24603/task/24606/stat : 24606 (java) S 24601 24603 24557 0 -1 64 33 0 0 0 0 1 0 0 16 0 12 0 197314779 1752391680 172934 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=24603/tid=24607] ppid=24601 vsize=1711320 CPUtime=0
/proc/24603/task/24607/stat : 24607 (java) S 24601 24603 24557 0 -1 64 8 0 0 0 0 0 0 0 16 0 12 0 197314779 1752391680 172934 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=24603/tid=24608] ppid=24601 vsize=1711320 CPUtime=0
/proc/24603/task/24608/stat : 24608 (java) S 24601 24603 24557 0 -1 64 5 0 0 0 0 0 0 0 16 0 12 0 197314779 1752391680 172934 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=24603/tid=24609] ppid=24601 vsize=1711320 CPUtime=0
/proc/24603/task/24609/stat : 24609 (java) S 24601 24603 24557 0 -1 64 1 0 0 0 0 0 0 0 22 0 12 0 197314783 1752391680 172934 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=24603/tid=24610] ppid=24601 vsize=1711320 CPUtime=0
/proc/24603/task/24610/stat : 24610 (java) S 24601 24603 24557 0 -1 64 3 0 0 0 0 0 0 0 16 0 12 0 197314783 1752391680 172934 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=24603/tid=24611] ppid=24601 vsize=1711320 CPUtime=0.46
/proc/24603/task/24611/stat : 24611 (java) S 24601 24603 24557 0 -1 64 648 0 0 0 46 0 0 0 17 0 12 0 197314783 1752391680 172934 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=24603/tid=24612] ppid=24601 vsize=1711320 CPUtime=0.49
/proc/24603/task/24612/stat : 24612 (java) S 24601 24603 24557 0 -1 64 1729 0 0 0 49 0 0 0 17 0 12 0 197314783 1752391680 172934 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=24603/tid=24613] ppid=24601 vsize=1711320 CPUtime=0
/proc/24603/task/24613/stat : 24613 (java) S 24601 24603 24557 0 -1 64 1 0 0 0 0 0 0 0 23 0 12 0 197314783 1752391680 172934 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=24603/tid=24614] ppid=24601 vsize=1711320 CPUtime=0
/proc/24603/task/24614/stat : 24614 (java) S 24601 24603 24557 0 -1 64 1 0 0 0 0 0 0 0 15 0 12 0 197314783 1752391680 172934 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 64.88
Current children cumulated vsize (Kb) 1711320

[startup+70.0483 s]
/proc/loadavg: 1.04 0.98 0.99 2/75 24616
/proc/meminfo: memFree=720920/2055920 swapFree=4181416/4192956
[pid=24603] ppid=24601 vsize=1711320 CPUtime=75.61
/proc/24603/stat : 24603 (java) R 24601 24603 24557 0 -1 0 213036 0 1 0 7439 122 0 0 25 0 12 0 197314761 1752391680 192592 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4071326435 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/24603/statm: 427830 192592 1889 14 0 414577 0
[pid=24603/tid=24604] ppid=24601 vsize=1711320 CPUtime=5.07
/proc/24603/task/24604/stat : 24604 (java) S 24601 24603 24557 0 -1 64 74091 0 0 0 473 34 0 0 16 0 12 0 197314776 1752391680 192592 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=24603/tid=24605] ppid=24601 vsize=1711320 CPUtime=5.06
/proc/24603/task/24605/stat : 24605 (java) S 24601 24603 24557 0 -1 64 99980 0 0 0 454 52 0 0 17 0 12 0 197314776 1752391680 192592 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=24603/tid=24606] ppid=24601 vsize=1711320 CPUtime=0.01
/proc/24603/task/24606/stat : 24606 (java) S 24601 24603 24557 0 -1 64 33 0 0 0 0 1 0 0 15 0 12 0 197314779 1752391680 192592 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=24603/tid=24607] ppid=24601 vsize=1711320 CPUtime=0
/proc/24603/task/24607/stat : 24607 (java) S 24601 24603 24557 0 -1 64 8 0 0 0 0 0 0 0 16 0 12 0 197314779 1752391680 192592 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=24603/tid=24608] ppid=24601 vsize=1711320 CPUtime=0
/proc/24603/task/24608/stat : 24608 (java) S 24601 24603 24557 0 -1 64 5 0 0 0 0 0 0 0 16 0 12 0 197314779 1752391680 192592 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=24603/tid=24609] ppid=24601 vsize=1711320 CPUtime=0
/proc/24603/task/24609/stat : 24609 (java) S 24601 24603 24557 0 -1 64 1 0 0 0 0 0 0 0 22 0 12 0 197314783 1752391680 192592 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=24603/tid=24610] ppid=24601 vsize=1711320 CPUtime=0
/proc/24603/task/24610/stat : 24610 (java) S 24601 24603 24557 0 -1 64 3 0 0 0 0 0 0 0 16 0 12 0 197314783 1752391680 192592 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=24603/tid=24611] ppid=24601 vsize=1711320 CPUtime=0.46
/proc/24603/task/24611/stat : 24611 (java) S 24601 24603 24557 0 -1 64 648 0 0 0 46 0 0 0 17 0 12 0 197314783 1752391680 192592 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=24603/tid=24612] ppid=24601 vsize=1711320 CPUtime=0.49
/proc/24603/task/24612/stat : 24612 (java) S 24601 24603 24557 0 -1 64 1729 0 0 0 49 0 0 0 17 0 12 0 197314783 1752391680 192592 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=24603/tid=24613] ppid=24601 vsize=1711320 CPUtime=0
/proc/24603/task/24613/stat : 24613 (java) S 24601 24603 24557 0 -1 64 1 0 0 0 0 0 0 0 23 0 12 0 197314783 1752391680 192592 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=24603/tid=24614] ppid=24601 vsize=1711320 CPUtime=0
/proc/24603/task/24614/stat : 24614 (java) S 24601 24603 24557 0 -1 64 1 0 0 0 0 0 0 0 15 0 12 0 197314783 1752391680 192592 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 75.61
Current children cumulated vsize (Kb) 1711320

[startup+80.0567 s]
/proc/loadavg: 1.03 0.98 0.99 2/75 24616
/proc/meminfo: memFree=581464/2055920 swapFree=4181416/4192956
[pid=24603] ppid=24601 vsize=1711320 CPUtime=86.75
/proc/24603/stat : 24603 (java) R 24601 24603 24557 0 -1 0 252125 0 1 0 8530 145 0 0 19 0 12 0 197314761 1752391680 227385 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4071508541 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/24603/statm: 427830 227385 1889 14 0 414577 0
[pid=24603/tid=24604] ppid=24601 vsize=1711320 CPUtime=6.22
/proc/24603/task/24604/stat : 24604 (java) S 24601 24603 24557 0 -1 64 95221 0 0 0 577 45 0 0 16 0 12 0 197314776 1752391680 227385 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=24603/tid=24605] ppid=24601 vsize=1711320 CPUtime=6.23
/proc/24603/task/24605/stat : 24605 (java) S 24601 24603 24557 0 -1 64 117927 0 0 0 561 62 0 0 16 0 12 0 197314776 1752391680 227385 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=24603/tid=24606] ppid=24601 vsize=1711320 CPUtime=0.02
/proc/24603/task/24606/stat : 24606 (java) S 24601 24603 24557 0 -1 64 35 0 0 0 1 1 0 0 16 0 12 0 197314779 1752391680 227385 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=24603/tid=24607] ppid=24601 vsize=1711320 CPUtime=0
/proc/24603/task/24607/stat : 24607 (java) S 24601 24603 24557 0 -1 64 8 0 0 0 0 0 0 0 16 0 12 0 197314779 1752391680 227385 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=24603/tid=24608] ppid=24601 vsize=1711320 CPUtime=0
/proc/24603/task/24608/stat : 24608 (java) S 24601 24603 24557 0 -1 64 5 0 0 0 0 0 0 0 16 0 12 0 197314779 1752391680 227385 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=24603/tid=24609] ppid=24601 vsize=1711320 CPUtime=0
/proc/24603/task/24609/stat : 24609 (java) S 24601 24603 24557 0 -1 64 1 0 0 0 0 0 0 0 22 0 12 0 197314783 1752391680 227385 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=24603/tid=24610] ppid=24601 vsize=1711320 CPUtime=0
/proc/24603/task/24610/stat : 24610 (java) S 24601 24603 24557 0 -1 64 3 0 0 0 0 0 0 0 16 0 12 0 197314783 1752391680 227385 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=24603/tid=24611] ppid=24601 vsize=1711320 CPUtime=0.46
/proc/24603/task/24611/stat : 24611 (java) S 24601 24603 24557 0 -1 64 648 0 0 0 46 0 0 0 17 0 12 0 197314783 1752391680 227385 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=24603/tid=24612] ppid=24601 vsize=1711320 CPUtime=0.49
/proc/24603/task/24612/stat : 24612 (java) S 24601 24603 24557 0 -1 64 1729 0 0 0 49 0 0 0 17 0 12 0 197314783 1752391680 227385 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=24603/tid=24613] ppid=24601 vsize=1711320 CPUtime=0
/proc/24603/task/24613/stat : 24613 (java) S 24601 24603 24557 0 -1 64 1 0 0 0 0 0 0 0 23 0 12 0 197314783 1752391680 227385 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=24603/tid=24614] ppid=24601 vsize=1711320 CPUtime=0
/proc/24603/task/24614/stat : 24614 (java) S 24601 24603 24557 0 -1 64 1 0 0 0 0 0 0 0 15 0 12 0 197314783 1752391680 227385 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 86.75
Current children cumulated vsize (Kb) 1711320

Child status: 20
Real time (s): 85.3406
CPU time (s): 92.6279
CPU user time (s): 90.9622
CPU system time (s): 1.66575
CPU usage (%): 108.539
Max. virtual memory (cumulated for all children) (Kb): 1711824

Launcher Data (download as text)

Begin job on node13 on Sat Jun  3 06:35:01 UTC 2006


FILE ID= 43343-1149316491

PBS_JOBID= 308367

BENCH NAME= HOME/pub/bench/PB06//final/normalized-PB06/OPT-BIGINT/mps-v2-20-10/MIPLIB/miplib2003/normalized-mps-v2-20-10-rd-rplusc-21.opb
COMMAND LINE= java -server -Xms1500M -Xmx1500M -jar ROOT/solvers/PB/PB06final/user5/sat4jPseudoHeuristics.jar ROOT/tmp/node13/43343-1149316491/instance-43343-1149316491.opb 79143567
RUNSOLVER COMMAND LINE= runsolver  --timestamp  -w ROOT/results/node13/watcher-43343-1149316491 -o ROOT/results/node13/solver-43343-1149316491 -C 1800 -M 1800 -S 64  java -server -Xms1500M -Xmx1500M -jar ROOT/solvers/PB/PB06final/user5/sat4jPseudoHeuristics.jar ROOT/tmp/node13/43343-1149316491/instance-43343-1149316491.opb 79143567

MD5SUM SOLVER= 3cef94aa015dc0dd234d31843a257d70
MD5SUM BENCH=  7576b3c58d39cddc5f29deda8f59e316

RANDOM SEED= 79143567


/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.234
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.234
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:       1485040 kB
Buffers:         11436 kB
Cached:         488164 kB
SwapCached:       3056 kB
Active:         216140 kB
Inactive:       292084 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1485040 kB
SwapTotal:     4192956 kB
SwapFree:      4181416 kB
Dirty:             280 kB
Writeback:           0 kB
Mapped:          14664 kB
Slab:            48596 kB
Committed_AS:   324220 kB
PageTables:       1492 kB
VmallocTotal: 536870911 kB
VmallocUsed:    264952 kB
VmallocChunk: 536605679 kB
HugePages_Total:     0
HugePages_Free:      0
Hugepagesize:     2048 kB


End job on node13 on Sat Jun  3 06:36:47 UTC 2006