Trace number 50774

Some explanations

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

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

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

Solver answer on this benchmark

Solver NameAnswerObjective functionCPU timeWall clock time
SAT4JPSEUDO 2006.2 Heuristics? (TO) 1801.03 1790.47

General information on the benchmark

Namenormalized-PB06/OPT-BIGINT/submitted-PB06/roussel/factor/
normalized-factor-sizeN=440-sizeP=221-sizeQ=440-726468498-max.opb
MD5SUMed1765c8e2f5b9ac0be00c2d97d71991
Bench CategoryOPT-BIGINT (optimisation, big integers)
Best result obtained on this benchmark
Best value of the objective obtained on this benchmark
Best CPU time to get the best result obtained on this benchmark
Has Objective FunctionYES
Satisfiable
(Un)Satisfiability was proved
Best value of the objective function
Optimality of the best value was proved
Number of variables97901
Total number of constraints291721
Number of constraints which are clauses291720
Number of constraints which are cardinality constraints (but not clauses)0
Number of constraints which are nor clauses,nor cardinality constraints1
Minimum length of a constraint2
Maximum length of a constraint97240
Number of terms in the objective function 221
Biggest coefficient in the objective function 1684996666696914987166688442938726917102321526408785780068975640576
Number of bits for the biggest coefficient in the objective function 221
Sum of the numbers in the objective function 3369993333393829974333376885877453834204643052817571560137951281151
Number of bits of the sum of numbers in the objective function 221
Biggest number in a constraint 2392032866531905486790942578809394338145620987608332988883503686824375178865503049616412016019962016447144819201720664620106359620960485637227891297994520232330261783830994590149049944504587400511488
Number of bits of the biggest number in a constraint 660
Biggest sum of numbers in a constraint 9568131466127621947163770315237577352582483950433331955534014747295513459689730629073816418642253180734108769246219889599930392714811235131541912049967060836868994739843120196423842159639336839621523
Number of bits of the biggest sum of numbers661
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.16	c SAT4J: a SATisfiability library for Java (c) 2004-2006 Daniel Le Berre
0.16	c This is free software under the GNU LGPL licence. See www.sat4j.org for details.
0.16	c no version file found!!!
0.16	c sun.arch.data.model	32
0.16	c java.version	1.5.0_06
0.16	c os.name	Linux
0.16	c os.version	2.6.9-22.EL.rootsmp
0.16	c os.arch	i386
0.16	c Free memory 1548419056
0.16	c Max memory 1551040512
0.16	c Total memory 1551040512
0.16	c Number of processors 2
0.23	c Cutting planes based inference
0.23	c --- Begin Solver configuration ---
0.23	c org.sat4j.minisat.uip.FirstUIP@1df073d
0.23	c org.sat4j.minisat.constraints.PBMaxClauseCardConstrDataStructure@1546e25
0.23	c org.sat4j.minisat.learning.MiniSATLearning@b66cc
0.23	c conflictBoundIncFactor=1.5 learntBoundIncFactor=1.1 initLearntBoundConstraintFactor=10000.0 initConflictBound=100 
0.23	c VSIDS like heuristics from MiniSAT using a heap
0.23	c No reason simplification
0.23	c --- End Solver configuration ---
0.23	c solving ROOT/tmp/node25/50774-1154122270/instance-50774-1154122270.opb
0.23	c reading problem ... 
505.03	c ... done. Time 504.806 ms.
505.03	c #vars     97901
505.03	c #constraints  291722
1790.32	c starts		: 1
1790.32	c conflicts		: 40
1790.32	c decisions		: 289
1790.32	c propagations		: 95319
1790.32	c inspects		: 811555
1790.32	c learnt literals	: 0
1790.32	c learnt binary clauses	: 0
1790.32	c learnt ternary clauses	: 0
1790.32	c learnt clauses	: 40
1790.32	c root simplifications	: 0
1790.32	c removed literals (reason simplification)	: 0
1790.32	c reason swapping (by a shorter reason)	: 0
1790.32	c Calls to reduceDB	: 0
1790.32	c speed (decisions/second)	: 0.2248698244926034
1790.32	c non guided choices	2
1790.32	s UNKNOWN
1790.32	c Total wall clock time (ms): 1790.093

Verifier Data (download as text)

ERROR: no interpretation found !

Watcher Data (download as text)

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

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

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

Current StackSize limit: 67108864 bytes

/proc/loadavg: 0.99 1.00 1.00 2/64 782
/proc/meminfo: memFree=1561800/2055920 swapFree=4183116/4192956
[pid=782] ppid=780 vsize=1784 CPUtime=0
/proc/782/stat : 782 (java) D 780 782 733 0 -1 0 171 0 0 0 0 0 0 0 18 0 1 0 159102015 1826816 141 18446744073709551615 134512640 134570276 4294956608 18446744073709551615 4294960144 0 2147483391 4096 0 18446744072099781622 0 0 17 1 0 0
/proc/782/statm: 446 141 106 14 0 91 0

[startup+10.0018 s]
/proc/loadavg: 0.99 1.00 1.00 2/75 793
/proc/meminfo: memFree=1393136/2055920 swapFree=4183116/4192956
[pid=782] ppid=780 vsize=1709780 CPUtime=10.45
/proc/782/stat : 782 (java) R 780 782 733 0 -1 0 47633 0 1 0 1023 22 0 0 25 0 12 0 159102015 1750814720 43896 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4071361627 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/782/statm: 427445 43896 1873 14 0 414192 0
[pid=782/tid=783] ppid=780 vsize=1709780 CPUtime=0.06
/proc/782/task/783/stat : 783 (java) S 780 782 733 0 -1 64 1902 0 0 0 5 1 0 0 15 0 12 0 159102020 1750814720 43896 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=782/tid=784] ppid=780 vsize=1709780 CPUtime=0.06
/proc/782/task/784/stat : 784 (java) S 780 782 733 0 -1 64 2003 0 0 0 5 1 0 0 16 0 12 0 159102020 1750814720 43896 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=782/tid=785] ppid=780 vsize=1709780 CPUtime=0
/proc/782/task/785/stat : 785 (java) S 780 782 733 0 -1 64 32 0 0 0 0 0 0 0 16 0 12 0 159102022 1750814720 43896 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=782/tid=786] ppid=780 vsize=1709780 CPUtime=0
/proc/782/task/786/stat : 786 (java) S 780 782 733 0 -1 64 9 0 0 0 0 0 0 0 15 0 12 0 159102023 1750814720 43896 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=782/tid=787] ppid=780 vsize=1709780 CPUtime=0
/proc/782/task/787/stat : 787 (java) S 780 782 733 0 -1 64 5 0 0 0 0 0 0 0 15 0 12 0 159102023 1750814720 43896 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=782/tid=788] ppid=780 vsize=1709780 CPUtime=0
/proc/782/task/788/stat : 788 (java) S 780 782 733 0 -1 64 1 0 0 0 0 0 0 0 23 0 12 0 159102026 1750814720 43896 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=782/tid=789] ppid=780 vsize=1709780 CPUtime=0
/proc/782/task/789/stat : 789 (java) S 780 782 733 0 -1 64 2 0 0 0 0 0 0 0 16 0 12 0 159102026 1750814720 43896 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=782/tid=790] ppid=780 vsize=1709780 CPUtime=0.31
/proc/782/task/790/stat : 790 (java) S 780 782 733 0 -1 64 738 0 0 0 31 0 0 0 16 0 12 0 159102026 1750814720 43896 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=782/tid=791] ppid=780 vsize=1709780 CPUtime=0.24
/proc/782/task/791/stat : 791 (java) S 780 782 733 0 -1 64 278 0 0 0 24 0 0 0 16 0 12 0 159102026 1750814720 43896 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=782/tid=792] ppid=780 vsize=1709780 CPUtime=0
/proc/782/task/792/stat : 792 (java) S 780 782 733 0 -1 64 1 0 0 0 0 0 0 0 24 0 12 0 159102026 1750814720 43896 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=782/tid=793] ppid=780 vsize=1709780 CPUtime=0
/proc/782/task/793/stat : 793 (java) S 780 782 733 0 -1 64 2 0 0 0 0 0 0 0 15 0 12 0 159102026 1750814720 43896 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 10.45
Current children cumulated vsize (Kb) 1709780

[startup+20.0087 s]
/proc/loadavg: 0.99 1.00 1.00 2/75 793
/proc/meminfo: memFree=1408368/2055920 swapFree=4183116/4192956
[pid=782] ppid=780 vsize=1709780 CPUtime=20.56
/proc/782/stat : 782 (java) R 780 782 733 0 -1 0 47910 0 1 0 2033 23 0 0 25 0 12 0 159102015 1750814720 40143 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4152709502 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/782/statm: 427445 40143 1873 14 0 414192 0
[pid=782/tid=783] ppid=780 vsize=1709780 CPUtime=0.1
/proc/782/task/783/stat : 783 (java) S 780 782 733 0 -1 64 1962 0 0 0 9 1 0 0 15 0 12 0 159102020 1750814720 40143 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=782/tid=784] ppid=780 vsize=1709780 CPUtime=0.1
/proc/782/task/784/stat : 784 (java) S 780 782 733 0 -1 64 2183 0 0 0 9 1 0 0 16 0 12 0 159102020 1750814720 40143 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=782/tid=785] ppid=780 vsize=1709780 CPUtime=0
/proc/782/task/785/stat : 785 (java) S 780 782 733 0 -1 64 32 0 0 0 0 0 0 0 16 0 12 0 159102022 1750814720 40143 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=782/tid=786] ppid=780 vsize=1709780 CPUtime=0
/proc/782/task/786/stat : 786 (java) S 780 782 733 0 -1 64 9 0 0 0 0 0 0 0 15 0 12 0 159102023 1750814720 40143 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=782/tid=787] ppid=780 vsize=1709780 CPUtime=0
/proc/782/task/787/stat : 787 (java) S 780 782 733 0 -1 64 5 0 0 0 0 0 0 0 15 0 12 0 159102023 1750814720 40143 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=782/tid=788] ppid=780 vsize=1709780 CPUtime=0
/proc/782/task/788/stat : 788 (java) S 780 782 733 0 -1 64 1 0 0 0 0 0 0 0 23 0 12 0 159102026 1750814720 40143 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=782/tid=789] ppid=780 vsize=1709780 CPUtime=0
/proc/782/task/789/stat : 789 (java) S 780 782 733 0 -1 64 2 0 0 0 0 0 0 0 16 0 12 0 159102026 1750814720 40143 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=782/tid=790] ppid=780 vsize=1709780 CPUtime=0.35
/proc/782/task/790/stat : 790 (java) S 780 782 733 0 -1 64 741 0 0 0 35 0 0 0 16 0 12 0 159102026 1750814720 40143 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=782/tid=791] ppid=780 vsize=1709780 CPUtime=0.26
/proc/782/task/791/stat : 791 (java) S 780 782 733 0 -1 64 279 0 0 0 26 0 0 0 16 0 12 0 159102026 1750814720 40143 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=782/tid=792] ppid=780 vsize=1709780 CPUtime=0
/proc/782/task/792/stat : 792 (java) S 780 782 733 0 -1 64 1 0 0 0 0 0 0 0 24 0 12 0 159102026 1750814720 40143 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=782/tid=793] ppid=780 vsize=1709780 CPUtime=0
/proc/782/task/793/stat : 793 (java) S 780 782 733 0 -1 64 2 0 0 0 0 0 0 0 15 0 12 0 159102026 1750814720 40143 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 20.56
Current children cumulated vsize (Kb) 1709780

[startup+30.0156 s]
/proc/loadavg: 0.99 1.00 1.00 2/75 793
/proc/meminfo: memFree=1409264/2055920 swapFree=4183116/4192956
[pid=782] ppid=780 vsize=1709780 CPUtime=30.63
/proc/782/stat : 782 (java) R 780 782 733 0 -1 0 48190 0 1 0 3039 24 0 0 19 0 12 0 159102015 1750814720 39994 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4152709496 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/782/statm: 427445 39994 1873 14 0 414192 0
[pid=782/tid=783] ppid=780 vsize=1709780 CPUtime=0.16
/proc/782/task/783/stat : 783 (java) S 780 782 733 0 -1 64 2064 0 0 0 15 1 0 0 16 0 12 0 159102020 1750814720 39994 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=782/tid=784] ppid=780 vsize=1709780 CPUtime=0.16
/proc/782/task/784/stat : 784 (java) S 780 782 733 0 -1 64 2320 0 0 0 15 1 0 0 15 0 12 0 159102020 1750814720 39994 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=782/tid=785] ppid=780 vsize=1709780 CPUtime=0
/proc/782/task/785/stat : 785 (java) S 780 782 733 0 -1 64 32 0 0 0 0 0 0 0 15 0 12 0 159102022 1750814720 39994 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=782/tid=786] ppid=780 vsize=1709780 CPUtime=0
/proc/782/task/786/stat : 786 (java) S 780 782 733 0 -1 64 9 0 0 0 0 0 0 0 15 0 12 0 159102023 1750814720 39994 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=782/tid=787] ppid=780 vsize=1709780 CPUtime=0
/proc/782/task/787/stat : 787 (java) S 780 782 733 0 -1 64 5 0 0 0 0 0 0 0 15 0 12 0 159102023 1750814720 39994 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=782/tid=788] ppid=780 vsize=1709780 CPUtime=0
/proc/782/task/788/stat : 788 (java) S 780 782 733 0 -1 64 1 0 0 0 0 0 0 0 23 0 12 0 159102026 1750814720 39994 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=782/tid=789] ppid=780 vsize=1709780 CPUtime=0
/proc/782/task/789/stat : 789 (java) S 780 782 733 0 -1 64 2 0 0 0 0 0 0 0 16 0 12 0 159102026 1750814720 39994 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=782/tid=790] ppid=780 vsize=1709780 CPUtime=0.37
/proc/782/task/790/stat : 790 (java) S 780 782 733 0 -1 64 743 0 0 0 37 0 0 0 16 0 12 0 159102026 1750814720 39994 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=782/tid=791] ppid=780 vsize=1709780 CPUtime=0.27
/proc/782/task/791/stat : 791 (java) S 780 782 733 0 -1 64 279 0 0 0 27 0 0 0 16 0 12 0 159102026 1750814720 39994 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=782/tid=792] ppid=780 vsize=1709780 CPUtime=0
/proc/782/task/792/stat : 792 (java) S 780 782 733 0 -1 64 1 0 0 0 0 0 0 0 24 0 12 0 159102026 1750814720 39994 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=782/tid=793] ppid=780 vsize=1709780 CPUtime=0
/proc/782/task/793/stat : 793 (java) S 780 782 733 0 -1 64 2 0 0 0 0 0 0 0 15 0 12 0 159102026 1750814720 39994 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 30.63
Current children cumulated vsize (Kb) 1709780

[startup+40.0225 s]
/proc/loadavg: 0.99 1.00 1.00 2/75 793
/proc/meminfo: memFree=1408368/2055920 swapFree=4183116/4192956
[pid=782] ppid=780 vsize=1709780 CPUtime=40.67
/proc/782/stat : 782 (java) R 780 782 733 0 -1 0 48477 0 1 0 4042 25 0 0 25 0 12 0 159102015 1750814720 40236 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4071364551 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/782/statm: 427445 40236 1873 14 0 414192 0
[pid=782/tid=783] ppid=780 vsize=1709780 CPUtime=0.22
/proc/782/task/783/stat : 783 (java) S 780 782 733 0 -1 64 2176 0 0 0 21 1 0 0 15 0 12 0 159102020 1750814720 40236 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=782/tid=784] ppid=780 vsize=1709780 CPUtime=0.21
/proc/782/task/784/stat : 784 (java) S 780 782 733 0 -1 64 2451 0 0 0 19 2 0 0 16 0 12 0 159102020 1750814720 40236 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=782/tid=785] ppid=780 vsize=1709780 CPUtime=0.01
/proc/782/task/785/stat : 785 (java) S 780 782 733 0 -1 64 32 0 0 0 0 1 0 0 16 0 12 0 159102022 1750814720 40236 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=782/tid=786] ppid=780 vsize=1709780 CPUtime=0
/proc/782/task/786/stat : 786 (java) S 780 782 733 0 -1 64 9 0 0 0 0 0 0 0 15 0 12 0 159102023 1750814720 40236 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=782/tid=787] ppid=780 vsize=1709780 CPUtime=0
/proc/782/task/787/stat : 787 (java) S 780 782 733 0 -1 64 5 0 0 0 0 0 0 0 15 0 12 0 159102023 1750814720 40236 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=782/tid=788] ppid=780 vsize=1709780 CPUtime=0
/proc/782/task/788/stat : 788 (java) S 780 782 733 0 -1 64 1 0 0 0 0 0 0 0 23 0 12 0 159102026 1750814720 40236 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=782/tid=789] ppid=780 vsize=1709780 CPUtime=0
/proc/782/task/789/stat : 789 (java) S 780 782 733 0 -1 64 2 0 0 0 0 0 0 0 16 0 12 0 159102026 1750814720 40236 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=782/tid=790] ppid=780 vsize=1709780 CPUtime=0.37
/proc/782/task/790/stat : 790 (java) S 780 782 733 0 -1 64 743 0 0 0 37 0 0 0 16 0 12 0 159102026 1750814720 40236 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=782/tid=791] ppid=780 vsize=1709780 CPUtime=0.27
/proc/782/task/791/stat : 791 (java) S 780 782 733 0 -1 64 279 0 0 0 27 0 0 0 16 0 12 0 159102026 1750814720 40236 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=782/tid=792] ppid=780 vsize=1709780 CPUtime=0
/proc/782/task/792/stat : 792 (java) S 780 782 733 0 -1 64 1 0 0 0 0 0 0 0 24 0 12 0 159102026 1750814720 40236 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=782/tid=793] ppid=780 vsize=1709780 CPUtime=0
/proc/782/task/793/stat : 793 (java) S 780 782 733 0 -1 64 2 0 0 0 0 0 0 0 15 0 12 0 159102026 1750814720 40236 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 40.67
Current children cumulated vsize (Kb) 1709780

[startup+50.0294 s]
/proc/loadavg: 0.99 1.00 1.00 2/75 793
/proc/meminfo: memFree=1407344/2055920 swapFree=4183116/4192956
[pid=782] ppid=780 vsize=1709780 CPUtime=50.74
/proc/782/stat : 782 (java) R 780 782 733 0 -1 0 48799 0 1 0 5047 27 0 0 17 0 12 0 159102015 1750814720 40505 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4152709502 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/782/statm: 427445 40505 1873 14 0 414192 0
[pid=782/tid=783] ppid=780 vsize=1709780 CPUtime=0.28
/proc/782/task/783/stat : 783 (java) S 780 782 733 0 -1 64 2271 0 0 0 27 1 0 0 16 0 12 0 159102020 1750814720 40505 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=782/tid=784] ppid=780 vsize=1709780 CPUtime=0.27
/proc/782/task/784/stat : 784 (java) S 780 782 733 0 -1 64 2627 0 0 0 25 2 0 0 15 0 12 0 159102020 1750814720 40505 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=782/tid=785] ppid=780 vsize=1709780 CPUtime=0.02
/proc/782/task/785/stat : 785 (java) S 780 782 733 0 -1 64 32 0 0 0 1 1 0 0 16 0 12 0 159102022 1750814720 40505 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=782/tid=786] ppid=780 vsize=1709780 CPUtime=0
/proc/782/task/786/stat : 786 (java) S 780 782 733 0 -1 64 9 0 0 0 0 0 0 0 15 0 12 0 159102023 1750814720 40505 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=782/tid=787] ppid=780 vsize=1709780 CPUtime=0
/proc/782/task/787/stat : 787 (java) S 780 782 733 0 -1 64 5 0 0 0 0 0 0 0 15 0 12 0 159102023 1750814720 40505 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=782/tid=788] ppid=780 vsize=1709780 CPUtime=0
/proc/782/task/788/stat : 788 (java) S 780 782 733 0 -1 64 1 0 0 0 0 0 0 0 23 0 12 0 159102026 1750814720 40505 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=782/tid=789] ppid=780 vsize=1709780 CPUtime=0
/proc/782/task/789/stat : 789 (java) S 780 782 733 0 -1 64 2 0 0 0 0 0 0 0 16 0 12 0 159102026 1750814720 40505 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=782/tid=790] ppid=780 vsize=1709780 CPUtime=0.37
/proc/782/task/790/stat : 790 (java) S 780 782 733 0 -1 64 743 0 0 0 37 0 0 0 16 0 12 0 159102026 1750814720 40505 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=782/tid=791] ppid=780 vsize=1709780 CPUtime=0.27
/proc/782/task/791/stat : 791 (java) S 780 782 733 0 -1 64 279 0 0 0 27 0 0 0 16 0 12 0 159102026 1750814720 40505 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=782/tid=792] ppid=780 vsize=1709780 CPUtime=0
/proc/782/task/792/stat : 792 (java) S 780 782 733 0 -1 64 1 0 0 0 0 0 0 0 24 0 12 0 159102026 1750814720 40505 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=782/tid=793] ppid=780 vsize=1709780 CPUtime=0
/proc/782/task/793/stat : 793 (java) S 780 782 733 0 -1 64 2 0 0 0 0 0 0 0 15 0 12 0 159102026 1750814720 40505 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 50.74
Current children cumulated vsize (Kb) 1709780

[startup+60.0363 s]
/proc/loadavg: 0.99 1.00 1.00 2/75 793
/proc/meminfo: memFree=1406192/2055920 swapFree=4183116/4192956
[pid=782] ppid=780 vsize=1709780 CPUtime=60.81
/proc/782/stat : 782 (java) R 780 782 733 0 -1 0 49148 0 1 0 6053 28 0 0 18 0 12 0 159102015 1750814720 40789 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4071361635 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/782/statm: 427445 40789 1873 14 0 414192 0
[pid=782/tid=783] ppid=780 vsize=1709780 CPUtime=0.37
/proc/782/task/783/stat : 783 (java) S 780 782 733 0 -1 64 2428 0 0 0 35 2 0 0 16 0 12 0 159102020 1750814720 40789 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=782/tid=784] ppid=780 vsize=1709780 CPUtime=0.36
/proc/782/task/784/stat : 784 (java) S 780 782 733 0 -1 64 2761 0 0 0 33 3 0 0 16 0 12 0 159102020 1750814720 40789 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=782/tid=785] ppid=780 vsize=1709780 CPUtime=0.03
/proc/782/task/785/stat : 785 (java) S 780 782 733 0 -1 64 32 0 0 0 2 1 0 0 16 0 12 0 159102022 1750814720 40789 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=782/tid=786] ppid=780 vsize=1709780 CPUtime=0
/proc/782/task/786/stat : 786 (java) S 780 782 733 0 -1 64 9 0 0 0 0 0 0 0 15 0 12 0 159102023 1750814720 40789 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=782/tid=787] ppid=780 vsize=1709780 CPUtime=0
/proc/782/task/787/stat : 787 (java) S 780 782 733 0 -1 64 5 0 0 0 0 0 0 0 15 0 12 0 159102023 1750814720 40789 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=782/tid=788] ppid=780 vsize=1709780 CPUtime=0
/proc/782/task/788/stat : 788 (java) S 780 782 733 0 -1 64 1 0 0 0 0 0 0 0 23 0 12 0 159102026 1750814720 40789 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=782/tid=789] ppid=780 vsize=1709780 CPUtime=0
/proc/782/task/789/stat : 789 (java) S 780 782 733 0 -1 64 2 0 0 0 0 0 0 0 16 0 12 0 159102026 1750814720 40789 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=782/tid=790] ppid=780 vsize=1709780 CPUtime=0.37
/proc/782/task/790/stat : 790 (java) S 780 782 733 0 -1 64 743 0 0 0 37 0 0 0 16 0 12 0 159102026 1750814720 40789 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=782/tid=791] ppid=780 vsize=1709780 CPUtime=0.27
/proc/782/task/791/stat : 791 (java) S 780 782 733 0 -1 64 279 0 0 0 27 0 0 0 16 0 12 0 159102026 1750814720 40789 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=782/tid=792] ppid=780 vsize=1709780 CPUtime=0
/proc/782/task/792/stat : 792 (java) S 780 782 733 0 -1 64 1 0 0 0 0 0 0 0 24 0 12 0 159102026 1750814720 40789 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=782/tid=793] ppid=780 vsize=1709780 CPUtime=0

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

/proc/782/task/786/stat : 786 (java) S 780 782 733 0 -1 64 9 0 0 0 0 0 0 0 15 0 13 0 159102023 1753972736 177537 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=782/tid=787] ppid=780 vsize=1712864 CPUtime=0
/proc/782/task/787/stat : 787 (java) S 780 782 733 0 -1 64 5 0 0 0 0 0 0 0 15 0 13 0 159102023 1753972736 177537 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=782/tid=788] ppid=780 vsize=1712864 CPUtime=0
/proc/782/task/788/stat : 788 (java) S 780 782 733 0 -1 64 1 0 0 0 0 0 0 0 23 0 13 0 159102026 1753972736 177537 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=782/tid=789] ppid=780 vsize=1712864 CPUtime=0
/proc/782/task/789/stat : 789 (java) S 780 782 733 0 -1 64 2 0 0 0 0 0 0 0 17 0 13 0 159102026 1753972736 177537 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=782/tid=790] ppid=780 vsize=1712864 CPUtime=0.77
/proc/782/task/790/stat : 790 (java) S 780 782 733 0 -1 64 814 0 0 0 77 0 0 0 17 0 13 0 159102026 1753972736 177537 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=782/tid=791] ppid=780 vsize=1712864 CPUtime=0.65
/proc/782/task/791/stat : 791 (java) S 780 782 733 0 -1 64 307 0 0 0 65 0 0 0 16 0 13 0 159102026 1753972736 177537 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=782/tid=792] ppid=780 vsize=1712864 CPUtime=0
/proc/782/task/792/stat : 792 (java) S 780 782 733 0 -1 64 1 0 0 0 0 0 0 0 24 0 13 0 159102026 1753972736 177537 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=782/tid=793] ppid=780 vsize=1712864 CPUtime=0
/proc/782/task/793/stat : 793 (java) S 780 782 733 0 -1 64 2 0 0 0 0 0 0 0 15 0 13 0 159102026 1753972736 177537 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=782/tid=796] ppid=780 vsize=1712864 CPUtime=0
/proc/782/task/796/stat : 796 (java) S 780 782 733 0 -1 64 6 0 0 0 0 0 0 0 16 0 13 0 159152533 1753972736 177537 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1796.84
Current children cumulated vsize (Kb) 1712864

[startup+1787.29 s]
/proc/loadavg: 1.00 1.00 1.00 2/76 796
/proc/meminfo: memFree=857640/2055920 swapFree=4183116/4192956
[pid=782] ppid=780 vsize=1712864 CPUtime=1797.85
/proc/782/stat : 782 (java) R 780 782 733 0 -1 0 195135 0 1 0 179611 174 0 0 25 0 13 0 159102015 1753972736 177537 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4071407101 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/782/statm: 428216 177537 1911 14 0 414963 0
[pid=782/tid=783] ppid=780 vsize=1712864 CPUtime=10.18
/proc/782/task/783/stat : 783 (java) S 780 782 733 0 -1 64 73908 0 0 0 960 58 0 0 16 0 13 0 159102020 1753972736 177537 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=782/tid=784] ppid=780 vsize=1712864 CPUtime=10.17
/proc/782/task/784/stat : 784 (java) S 780 782 733 0 -1 64 66599 0 0 0 955 62 0 0 16 0 13 0 159102020 1753972736 177537 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=782/tid=785] ppid=780 vsize=1712864 CPUtime=0.32
/proc/782/task/785/stat : 785 (java) S 780 782 733 0 -1 64 68 0 0 0 19 13 0 0 16 0 13 0 159102022 1753972736 177537 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=782/tid=786] ppid=780 vsize=1712864 CPUtime=0
/proc/782/task/786/stat : 786 (java) S 780 782 733 0 -1 64 9 0 0 0 0 0 0 0 15 0 13 0 159102023 1753972736 177537 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=782/tid=787] ppid=780 vsize=1712864 CPUtime=0
/proc/782/task/787/stat : 787 (java) S 780 782 733 0 -1 64 5 0 0 0 0 0 0 0 15 0 13 0 159102023 1753972736 177537 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=782/tid=788] ppid=780 vsize=1712864 CPUtime=0
/proc/782/task/788/stat : 788 (java) S 780 782 733 0 -1 64 1 0 0 0 0 0 0 0 23 0 13 0 159102026 1753972736 177537 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=782/tid=789] ppid=780 vsize=1712864 CPUtime=0
/proc/782/task/789/stat : 789 (java) S 780 782 733 0 -1 64 2 0 0 0 0 0 0 0 17 0 13 0 159102026 1753972736 177537 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=782/tid=790] ppid=780 vsize=1712864 CPUtime=0.77
/proc/782/task/790/stat : 790 (java) S 780 782 733 0 -1 64 814 0 0 0 77 0 0 0 17 0 13 0 159102026 1753972736 177537 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=782/tid=791] ppid=780 vsize=1712864 CPUtime=0.65
/proc/782/task/791/stat : 791 (java) S 780 782 733 0 -1 64 307 0 0 0 65 0 0 0 16 0 13 0 159102026 1753972736 177537 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=782/tid=792] ppid=780 vsize=1712864 CPUtime=0
/proc/782/task/792/stat : 792 (java) S 780 782 733 0 -1 64 1 0 0 0 0 0 0 0 24 0 13 0 159102026 1753972736 177537 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=782/tid=793] ppid=780 vsize=1712864 CPUtime=0
/proc/782/task/793/stat : 793 (java) S 780 782 733 0 -1 64 2 0 0 0 0 0 0 0 15 0 13 0 159102026 1753972736 177537 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=782/tid=796] ppid=780 vsize=1712864 CPUtime=0
/proc/782/task/796/stat : 796 (java) S 780 782 733 0 -1 64 6 0 0 0 0 0 0 0 16 0 13 0 159152533 1753972736 177537 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1797.85
Current children cumulated vsize (Kb) 1712864

[startup+1788.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/76 796
/proc/meminfo: memFree=857640/2055920 swapFree=4183116/4192956
[pid=782] ppid=780 vsize=1712864 CPUtime=1798.86
/proc/782/stat : 782 (java) R 780 782 733 0 -1 0 195135 0 1 0 179712 174 0 0 25 0 13 0 159102015 1753972736 177537 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4071600777 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/782/statm: 428216 177537 1911 14 0 414963 0
[pid=782/tid=783] ppid=780 vsize=1712864 CPUtime=10.18
/proc/782/task/783/stat : 783 (java) S 780 782 733 0 -1 64 73908 0 0 0 960 58 0 0 16 0 13 0 159102020 1753972736 177537 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=782/tid=784] ppid=780 vsize=1712864 CPUtime=10.17
/proc/782/task/784/stat : 784 (java) S 780 782 733 0 -1 64 66599 0 0 0 955 62 0 0 16 0 13 0 159102020 1753972736 177537 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=782/tid=785] ppid=780 vsize=1712864 CPUtime=0.32
/proc/782/task/785/stat : 785 (java) S 780 782 733 0 -1 64 68 0 0 0 19 13 0 0 16 0 13 0 159102022 1753972736 177537 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=782/tid=786] ppid=780 vsize=1712864 CPUtime=0
/proc/782/task/786/stat : 786 (java) S 780 782 733 0 -1 64 9 0 0 0 0 0 0 0 15 0 13 0 159102023 1753972736 177537 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=782/tid=787] ppid=780 vsize=1712864 CPUtime=0
/proc/782/task/787/stat : 787 (java) S 780 782 733 0 -1 64 5 0 0 0 0 0 0 0 15 0 13 0 159102023 1753972736 177537 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=782/tid=788] ppid=780 vsize=1712864 CPUtime=0
/proc/782/task/788/stat : 788 (java) S 780 782 733 0 -1 64 1 0 0 0 0 0 0 0 23 0 13 0 159102026 1753972736 177537 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=782/tid=789] ppid=780 vsize=1712864 CPUtime=0
/proc/782/task/789/stat : 789 (java) S 780 782 733 0 -1 64 2 0 0 0 0 0 0 0 17 0 13 0 159102026 1753972736 177537 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=782/tid=790] ppid=780 vsize=1712864 CPUtime=0.77
/proc/782/task/790/stat : 790 (java) S 780 782 733 0 -1 64 814 0 0 0 77 0 0 0 17 0 13 0 159102026 1753972736 177537 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=782/tid=791] ppid=780 vsize=1712864 CPUtime=0.65
/proc/782/task/791/stat : 791 (java) S 780 782 733 0 -1 64 307 0 0 0 65 0 0 0 16 0 13 0 159102026 1753972736 177537 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=782/tid=792] ppid=780 vsize=1712864 CPUtime=0
/proc/782/task/792/stat : 792 (java) S 780 782 733 0 -1 64 1 0 0 0 0 0 0 0 24 0 13 0 159102026 1753972736 177537 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=782/tid=793] ppid=780 vsize=1712864 CPUtime=0
/proc/782/task/793/stat : 793 (java) S 780 782 733 0 -1 64 2 0 0 0 0 0 0 0 15 0 13 0 159102026 1753972736 177537 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=782/tid=796] ppid=780 vsize=1712864 CPUtime=0
/proc/782/task/796/stat : 796 (java) S 780 782 733 0 -1 64 6 0 0 0 0 0 0 0 16 0 13 0 159152533 1753972736 177537 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1798.86
Current children cumulated vsize (Kb) 1712864

[startup+1789.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/76 796
/proc/meminfo: memFree=857640/2055920 swapFree=4183116/4192956
[pid=782] ppid=780 vsize=1712864 CPUtime=1799.86
/proc/782/stat : 782 (java) R 780 782 733 0 -1 0 195135 0 1 0 179812 174 0 0 25 0 13 0 159102015 1753972736 177537 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4071600761 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/782/statm: 428216 177537 1911 14 0 414963 0
[pid=782/tid=783] ppid=780 vsize=1712864 CPUtime=10.18
/proc/782/task/783/stat : 783 (java) S 780 782 733 0 -1 64 73908 0 0 0 960 58 0 0 16 0 13 0 159102020 1753972736 177537 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=782/tid=784] ppid=780 vsize=1712864 CPUtime=10.17
/proc/782/task/784/stat : 784 (java) S 780 782 733 0 -1 64 66599 0 0 0 955 62 0 0 16 0 13 0 159102020 1753972736 177537 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=782/tid=785] ppid=780 vsize=1712864 CPUtime=0.32
/proc/782/task/785/stat : 785 (java) S 780 782 733 0 -1 64 68 0 0 0 19 13 0 0 16 0 13 0 159102022 1753972736 177537 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=782/tid=786] ppid=780 vsize=1712864 CPUtime=0
/proc/782/task/786/stat : 786 (java) S 780 782 733 0 -1 64 9 0 0 0 0 0 0 0 15 0 13 0 159102023 1753972736 177537 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=782/tid=787] ppid=780 vsize=1712864 CPUtime=0
/proc/782/task/787/stat : 787 (java) S 780 782 733 0 -1 64 5 0 0 0 0 0 0 0 15 0 13 0 159102023 1753972736 177537 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=782/tid=788] ppid=780 vsize=1712864 CPUtime=0
/proc/782/task/788/stat : 788 (java) S 780 782 733 0 -1 64 1 0 0 0 0 0 0 0 23 0 13 0 159102026 1753972736 177537 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=782/tid=789] ppid=780 vsize=1712864 CPUtime=0
/proc/782/task/789/stat : 789 (java) S 780 782 733 0 -1 64 2 0 0 0 0 0 0 0 17 0 13 0 159102026 1753972736 177537 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=782/tid=790] ppid=780 vsize=1712864 CPUtime=0.77
/proc/782/task/790/stat : 790 (java) S 780 782 733 0 -1 64 814 0 0 0 77 0 0 0 17 0 13 0 159102026 1753972736 177537 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=782/tid=791] ppid=780 vsize=1712864 CPUtime=0.65
/proc/782/task/791/stat : 791 (java) S 780 782 733 0 -1 64 307 0 0 0 65 0 0 0 16 0 13 0 159102026 1753972736 177537 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=782/tid=792] ppid=780 vsize=1712864 CPUtime=0
/proc/782/task/792/stat : 792 (java) S 780 782 733 0 -1 64 1 0 0 0 0 0 0 0 24 0 13 0 159102026 1753972736 177537 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=782/tid=793] ppid=780 vsize=1712864 CPUtime=0
/proc/782/task/793/stat : 793 (java) S 780 782 733 0 -1 64 2 0 0 0 0 0 0 0 15 0 13 0 159102026 1753972736 177537 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=782/tid=796] ppid=780 vsize=1712864 CPUtime=0
/proc/782/task/796/stat : 796 (java) S 780 782 733 0 -1 64 6 0 0 0 0 0 0 0 16 0 13 0 159152533 1753972736 177537 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1799.86
Current children cumulated vsize (Kb) 1712864

[startup+1790.31 s]
/proc/loadavg: 1.00 1.00 1.00 2/82 822
/proc/meminfo: memFree=856376/2055920 swapFree=4183116/4192956
[pid=782] ppid=780 vsize=1712864 CPUtime=1800.86
/proc/782/stat : 782 (java) R 780 782 733 0 -1 0 195135 0 1 0 179912 174 0 0 25 0 13 0 159102015 1753972736 177537 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4071407146 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/782/statm: 428216 177537 1911 14 0 414963 0
[pid=782/tid=783] ppid=780 vsize=1712864 CPUtime=10.18
/proc/782/task/783/stat : 783 (java) S 780 782 733 0 -1 64 73908 0 0 0 960 58 0 0 16 0 13 0 159102020 1753972736 177537 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=782/tid=784] ppid=780 vsize=1712864 CPUtime=10.17
/proc/782/task/784/stat : 784 (java) S 780 782 733 0 -1 64 66599 0 0 0 955 62 0 0 16 0 13 0 159102020 1753972736 177537 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=782/tid=785] ppid=780 vsize=1712864 CPUtime=0.32
/proc/782/task/785/stat : 785 (java) S 780 782 733 0 -1 64 68 0 0 0 19 13 0 0 16 0 13 0 159102022 1753972736 177537 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=782/tid=786] ppid=780 vsize=1712864 CPUtime=0
/proc/782/task/786/stat : 786 (java) S 780 782 733 0 -1 64 9 0 0 0 0 0 0 0 15 0 13 0 159102023 1753972736 177537 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=782/tid=787] ppid=780 vsize=1712864 CPUtime=0
/proc/782/task/787/stat : 787 (java) S 780 782 733 0 -1 64 5 0 0 0 0 0 0 0 15 0 13 0 159102023 1753972736 177537 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=782/tid=788] ppid=780 vsize=1712864 CPUtime=0
/proc/782/task/788/stat : 788 (java) S 780 782 733 0 -1 64 1 0 0 0 0 0 0 0 23 0 13 0 159102026 1753972736 177537 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=782/tid=789] ppid=780 vsize=1712864 CPUtime=0
/proc/782/task/789/stat : 789 (java) S 780 782 733 0 -1 64 2 0 0 0 0 0 0 0 17 0 13 0 159102026 1753972736 177537 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=782/tid=790] ppid=780 vsize=1712864 CPUtime=0.77
/proc/782/task/790/stat : 790 (java) S 780 782 733 0 -1 64 814 0 0 0 77 0 0 0 17 0 13 0 159102026 1753972736 177537 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=782/tid=791] ppid=780 vsize=1712864 CPUtime=0.65
/proc/782/task/791/stat : 791 (java) S 780 782 733 0 -1 64 307 0 0 0 65 0 0 0 16 0 13 0 159102026 1753972736 177537 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=782/tid=792] ppid=780 vsize=1712864 CPUtime=0
/proc/782/task/792/stat : 792 (java) S 780 782 733 0 -1 64 1 0 0 0 0 0 0 0 24 0 13 0 159102026 1753972736 177537 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=782/tid=793] ppid=780 vsize=1712864 CPUtime=0
/proc/782/task/793/stat : 793 (java) S 780 782 733 0 -1 64 2 0 0 0 0 0 0 0 15 0 13 0 159102026 1753972736 177537 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=782/tid=796] ppid=780 vsize=1712864 CPUtime=0
/proc/782/task/796/stat : 796 (java) S 780 782 733 0 -1 64 6 0 0 0 0 0 0 0 16 0 13 0 159152533 1753972736 177537 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1800.86
Current children cumulated vsize (Kb) 1712864



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1790.31 s]
/proc/loadavg: 1.00 1.00 1.00 2/82 822
/proc/meminfo: memFree=856376/2055920 swapFree=4183116/4192956
[pid=782] ppid=780 vsize=1712864 CPUtime=1800.86
/proc/782/stat : 782 (java) R 780 782 733 0 -1 0 195135 0 1 0 179912 174 0 0 25 0 13 0 159102015 1753972736 177537 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4071407162 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/782/statm: 428216 177537 1911 14 0 414963 0
[pid=782/tid=783] ppid=780 vsize=1712864 CPUtime=10.18
/proc/782/task/783/stat : 783 (java) S 780 782 733 0 -1 64 73908 0 0 0 960 58 0 0 16 0 13 0 159102020 1753972736 177537 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=782/tid=784] ppid=780 vsize=1712864 CPUtime=10.17
/proc/782/task/784/stat : 784 (java) S 780 782 733 0 -1 64 66599 0 0 0 955 62 0 0 16 0 13 0 159102020 1753972736 177537 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=782/tid=785] ppid=780 vsize=1712864 CPUtime=0.32
/proc/782/task/785/stat : 785 (java) S 780 782 733 0 -1 64 68 0 0 0 19 13 0 0 16 0 13 0 159102022 1753972736 177537 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=782/tid=786] ppid=780 vsize=1712864 CPUtime=0
/proc/782/task/786/stat : 786 (java) S 780 782 733 0 -1 64 9 0 0 0 0 0 0 0 15 0 13 0 159102023 1753972736 177537 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=782/tid=787] ppid=780 vsize=1712864 CPUtime=0
/proc/782/task/787/stat : 787 (java) S 780 782 733 0 -1 64 5 0 0 0 0 0 0 0 15 0 13 0 159102023 1753972736 177537 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=782/tid=788] ppid=780 vsize=1712864 CPUtime=0
/proc/782/task/788/stat : 788 (java) S 780 782 733 0 -1 64 1 0 0 0 0 0 0 0 23 0 13 0 159102026 1753972736 177537 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=782/tid=789] ppid=780 vsize=1712864 CPUtime=0
/proc/782/task/789/stat : 789 (java) S 780 782 733 0 -1 64 2 0 0 0 0 0 0 0 17 0 13 0 159102026 1753972736 177537 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=782/tid=790] ppid=780 vsize=1712864 CPUtime=0.77
/proc/782/task/790/stat : 790 (java) S 780 782 733 0 -1 64 814 0 0 0 77 0 0 0 17 0 13 0 159102026 1753972736 177537 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=782/tid=791] ppid=780 vsize=1712864 CPUtime=0.65
/proc/782/task/791/stat : 791 (java) S 780 782 733 0 -1 64 307 0 0 0 65 0 0 0 16 0 13 0 159102026 1753972736 177537 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=782/tid=792] ppid=780 vsize=1712864 CPUtime=0
/proc/782/task/792/stat : 792 (java) S 780 782 733 0 -1 64 1 0 0 0 0 0 0 0 24 0 13 0 159102026 1753972736 177537 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=782/tid=793] ppid=780 vsize=1712864 CPUtime=0
/proc/782/task/793/stat : 793 (java) S 780 782 733 0 -1 64 2 0 0 0 0 0 0 0 15 0 13 0 159102026 1753972736 177537 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=782/tid=796] ppid=780 vsize=1712864 CPUtime=0
/proc/782/task/796/stat : 796 (java) S 780 782 733 0 -1 64 6 0 0 0 0 0 0 0 16 0 13 0 159152533 1753972736 177537 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1800.86
Current children cumulated vsize (Kb) 1712864

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

Child status: 143
Real time (s): 1790.47
CPU time (s): 1801.03
CPU user time (s): 1799.18
CPU system time (s): 1.85572
CPU usage (%): 100.59
Max. virtual memory (cumulated for all children) (Kb): 1712864
The end

Launcher Data (download as text)

Begin job on node25 on Fri Jul 28 21:31:11 UTC 2006


FILE ID= 50774-1154122270

PBS_JOBID= 887032

BENCH NAME= HOME/pub/bench/PB06/final/normalized-PB06/OPT-BIGINT/submitted-PB06/roussel/factor/normalized-factor-sizeN=440-sizeP=221-sizeQ=440-726468498-max.opb
COMMAND LINE= java -server -Xms1500M -Xmx1500M -jar ROOT/solvers/PB/PB06final/user5/sat4jPseudoHeuristics.jar ROOT/tmp/node25/50774-1154122270/instance-50774-1154122270.opb 672633526
RUNSOLVER COMMAND LINE= runsolver  --timestamp  -w ROOT/results/node25/watcher-50774-1154122270 -o ROOT/results/node25/solver-50774-1154122270 -C 1800 -M 1800 -S 64  java -server -Xms1500M -Xmx1500M -jar ROOT/solvers/PB/PB06final/user5/sat4jPseudoHeuristics.jar ROOT/tmp/node25/50774-1154122270/instance-50774-1154122270.opb 672633526

MD5SUM SOLVER= 3cef94aa015dc0dd234d31843a257d70
MD5SUM BENCH=  ed1765c8e2f5b9ac0be00c2d97d71991

RANDOM SEED= 672633526

TIMEOUT= 1800 seconds


/proc/cpuinfo:
processor	: 0
vendor_id	: GenuineIntel
cpu family	: 15
model		: 4
model name	:                   Intel(R) Xeon(TM) CPU 3.00GHz
stepping	: 3
cpu MHz		: 3000.209
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.209
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:       1562008 kB
Buffers:         32112 kB
Cached:         392012 kB
SwapCached:       3732 kB
Active:          48776 kB
Inactive:       384104 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1562008 kB
SwapTotal:     4192956 kB
SwapFree:      4183116 kB
Dirty:             212 kB
Writeback:           0 kB
Mapped:          14756 kB
Slab:            47000 kB
Committed_AS:   764552 kB
PageTables:       1424 kB
VmallocTotal: 536870911 kB
VmallocUsed:    264952 kB
VmallocChunk: 536605679 kB
HugePages_Total:     0
HugePages_Free:      0
Hugepagesize:     2048 kB


End job on node25 on Fri Jul 28 22:01:02 UTC 2006