Trace number 44509

Some explanations

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

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

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

Solver answer on this benchmark

Solver NameAnswerObjective functionCPU timeWall clock time
SAT4JPSEUDO 2006.2? (TO) 1802.16 1788.48

General information on the benchmark

Namenormalized-PB06/OPT-SMALLINT/web/www.nlsde.buaa.edu.cn/
~kexu/benchmarks/frb45-21-opb/normalized-frb45-21-2.opb
MD5SUMaabc023158e10c9511062af8ac97c515
Bench CategoryOPT-SMALLINT (optimisation, small integers)
Best result obtained on this benchmarkSAT
Best value of the objective obtained on this benchmark-44
Best CPU time to get the best result obtained on this benchmark1800.48
Has Objective FunctionYES
SatisfiableYES
(Un)Satisfiability was provedYES
Best value of the objective function -44
Optimality of the best value was proved NO
Number of variables945
Total number of constraints58624
Number of constraints which are clauses58624
Number of constraints which are cardinality constraints (but not clauses)0
Number of constraints which are nor clauses,nor cardinality constraints0
Minimum length of a constraint2
Maximum length of a constraint2
Number of terms in the objective function 945
Biggest coefficient in the objective function 1
Number of bits for the biggest coefficient in the objective function 1
Sum of the numbers in the objective function 945
Number of bits of the sum of numbers in the objective function 10
Biggest number in a constraint 1
Number of bits of the biggest number in a constraint 1
Biggest sum of numbers in a constraint 945
Number of bits of the biggest sum of numbers10
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.34	c SAT4J: a SATisfiability library for Java (c) 2004-2006 Daniel Le Berre
0.34	c This is free software under the GNU LGPL licence. See www.sat4j.org for details.
0.34	c no version file found!!!
0.34	c sun.arch.data.model	32
0.34	c java.version	1.5.0_06
0.34	c os.name	Linux
0.34	c os.version	2.6.9-22.EL.rootsmp
0.34	c os.arch	i386
0.34	c Free memory 1548419056
0.34	c Max memory 1551040512
0.34	c Total memory 1551040512
0.34	c Number of processors 2
0.42	c Cutting planes based inference
0.42	c --- Begin Solver configuration ---
0.42	c org.sat4j.minisat.uip.FirstUIP@1037c71
0.42	c org.sat4j.minisat.constraints.PBMaxClauseCardConstrDataStructure@1df073d
0.42	c org.sat4j.minisat.learning.MiniSATLearning@1546e25
0.42	c conflictBoundIncFactor=1.5 learntBoundIncFactor=1.1 initLearntBoundConstraintFactor=10000.0 initConflictBound=100 
0.42	c VSIDS like heuristics from MiniSAT using a heap
0.42	c No reason simplification
0.42	c --- End Solver configuration ---
0.42	c solving ROOT/tmp/node9/44509-1154050946/instance-44509-1154050946.opb
0.42	c reading problem ... 
2.98	c ... done. Time 2.554 ms.
2.98	c #vars     945
2.98	c #constraints  58624
3.00	c SATISFIABLE
3.00	c OPTIMIZING...
3.00	c Got one! Ellapsed CPU time (in seconds):2.577
3.01	o 0
3.04	c Got one! Ellapsed CPU time (in seconds):2.617
3.04	o -1
3.23	c Got one! Ellapsed CPU time (in seconds):2.806
3.23	o -2
3.81	c Got one! Ellapsed CPU time (in seconds):3.383
3.81	o -32
4.35	c Got one! Ellapsed CPU time (in seconds):3.931
4.35	o -33
5.86	c Got one! Ellapsed CPU time (in seconds):5.439
5.86	o -34
24.53	c Got one! Ellapsed CPU time (in seconds):24.111
24.53	o -35

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

Current StackSize limit: 67108864 bytes

/proc/loadavg: 0.99 0.98 0.99 2/64 16038
/proc/meminfo: memFree=1252088/2055920 swapFree=4183012/4192956
[pid=16038] ppid=16036 vsize=168 CPUtime=0
/proc/16038/stat : 16038 (java) R 16036 16038 15989 0 -1 0 40 0 0 0 0 0 0 0 19 0 1 0 151955720 172032 23 18446744073709551615 134512640 134570276 4294956624 18446744073709551615 8663339 0 0 4096 0 0 0 0 17 1 0 0
/proc/16038/statm: 42 23 18 14 0 2 0

[startup+10.0025 s]
/proc/loadavg: 0.99 0.98 0.99 2/76 16056
/proc/meminfo: memFree=1025752/2055920 swapFree=4183012/4192956
[pid=16038] ppid=16036 vsize=1714072 CPUtime=11.61
/proc/16038/stat : 16038 (java) R 16036 16038 15989 0 -1 0 58360 0 56 0 1126 35 0 0 16 0 13 0 151955720 1755209728 54455 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4071528571 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/16038/statm: 428518 54455 1912 14 0 415265 0
[pid=16038/tid=16039] ppid=16036 vsize=1714072 CPUtime=0.48
/proc/16038/task/16039/stat : 16039 (java) S 16036 16038 15989 0 -1 64 9537 0 0 0 44 4 0 0 17 0 13 0 151955738 1755209728 54455 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=16038/tid=16040] ppid=16036 vsize=1714072 CPUtime=0.49
/proc/16038/task/16040/stat : 16040 (java) R 16036 16038 15989 0 -1 64 8377 0 0 0 44 5 0 0 17 0 13 0 151955738 1755209728 54455 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=16038/tid=16041] ppid=16036 vsize=1714072 CPUtime=0
/proc/16038/task/16041/stat : 16041 (java) S 16036 16038 15989 0 -1 64 24 0 0 0 0 0 0 0 16 0 13 0 151955740 1755209728 54455 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=16038/tid=16042] ppid=16036 vsize=1714072 CPUtime=0
/proc/16038/task/16042/stat : 16042 (java) S 16036 16038 15989 0 -1 64 9 0 0 0 0 0 0 0 16 0 13 0 151955741 1755209728 54455 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=16038/tid=16043] ppid=16036 vsize=1714072 CPUtime=0
/proc/16038/task/16043/stat : 16043 (java) S 16036 16038 15989 0 -1 64 5 0 0 0 0 0 0 0 16 0 13 0 151955741 1755209728 54455 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=16038/tid=16044] ppid=16036 vsize=1714072 CPUtime=0
/proc/16038/task/16044/stat : 16044 (java) S 16036 16038 15989 0 -1 64 1 0 0 0 0 0 0 0 23 0 13 0 151955746 1755209728 54455 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=16038/tid=16045] ppid=16036 vsize=1714072 CPUtime=0.01
/proc/16038/task/16045/stat : 16045 (java) S 16036 16038 15989 0 -1 64 2 0 0 0 1 0 0 0 15 0 13 0 151955746 1755209728 54455 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=16038/tid=16046] ppid=16036 vsize=1714072 CPUtime=0.99
/proc/16038/task/16046/stat : 16046 (java) S 16036 16038 15989 0 -1 64 2485 0 0 0 98 1 0 0 17 0 13 0 151955746 1755209728 54455 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=16038/tid=16047] ppid=16036 vsize=1714072 CPUtime=0.78
/proc/16038/task/16047/stat : 16047 (java) S 16036 16038 15989 0 -1 64 1444 0 0 0 78 0 0 0 17 0 13 0 151955746 1755209728 54455 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=16038/tid=16048] ppid=16036 vsize=1714072 CPUtime=0
/proc/16038/task/16048/stat : 16048 (java) S 16036 16038 15989 0 -1 64 1 0 0 0 0 0 0 0 24 0 13 0 151955746 1755209728 54455 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=16038/tid=16049] ppid=16036 vsize=1714072 CPUtime=0
/proc/16038/task/16049/stat : 16049 (java) S 16036 16038 15989 0 -1 64 2 0 0 0 0 0 0 0 15 0 13 0 151955746 1755209728 54455 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=16038/tid=16056] ppid=16036 vsize=1714072 CPUtime=0
/proc/16038/task/16056/stat : 16056 (java) S 16036 16038 15989 0 -1 64 0 0 0 0 0 0 0 0 24 0 13 0 151956307 1755209728 54455 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 11.61
Current children cumulated vsize (Kb) 1714072

[startup+20.0116 s]
/proc/loadavg: 0.99 0.98 0.99 2/76 16056
/proc/meminfo: memFree=951320/2055920 swapFree=4183012/4192956
[pid=16038] ppid=16036 vsize=1713492 CPUtime=22.16
/proc/16038/stat : 16038 (java) R 16036 16038 15989 0 -1 0 80413 0 56 0 2172 44 0 0 25 0 13 0 151955720 1754615808 73056 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4071728889 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/16038/statm: 428373 73056 1912 14 0 415120 0
[pid=16038/tid=16039] ppid=16036 vsize=1713492 CPUtime=1.04
/proc/16038/task/16039/stat : 16039 (java) S 16036 16038 15989 0 -1 64 19409 0 0 0 95 9 0 0 17 0 13 0 151955738 1754615808 73056 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=16038/tid=16040] ppid=16036 vsize=1713492 CPUtime=1.03
/proc/16038/task/16040/stat : 16040 (java) S 16036 16038 15989 0 -1 64 20550 0 0 0 93 10 0 0 16 0 13 0 151955738 1754615808 73056 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=16038/tid=16041] ppid=16036 vsize=1713492 CPUtime=0
/proc/16038/task/16041/stat : 16041 (java) S 16036 16038 15989 0 -1 64 26 0 0 0 0 0 0 0 16 0 13 0 151955740 1754615808 73056 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=16038/tid=16042] ppid=16036 vsize=1713492 CPUtime=0
/proc/16038/task/16042/stat : 16042 (java) S 16036 16038 15989 0 -1 64 9 0 0 0 0 0 0 0 16 0 13 0 151955741 1754615808 73056 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=16038/tid=16043] ppid=16036 vsize=1713492 CPUtime=0
/proc/16038/task/16043/stat : 16043 (java) S 16036 16038 15989 0 -1 64 5 0 0 0 0 0 0 0 16 0 13 0 151955741 1754615808 73056 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=16038/tid=16044] ppid=16036 vsize=1713492 CPUtime=0
/proc/16038/task/16044/stat : 16044 (java) S 16036 16038 15989 0 -1 64 1 0 0 0 0 0 0 0 23 0 13 0 151955746 1754615808 73056 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=16038/tid=16045] ppid=16036 vsize=1713492 CPUtime=0.01
/proc/16038/task/16045/stat : 16045 (java) S 16036 16038 15989 0 -1 64 2 0 0 0 1 0 0 0 15 0 13 0 151955746 1754615808 73056 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=16038/tid=16046] ppid=16036 vsize=1713492 CPUtime=0.99
/proc/16038/task/16046/stat : 16046 (java) S 16036 16038 15989 0 -1 64 2485 0 0 0 98 1 0 0 16 0 13 0 151955746 1754615808 73056 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=16038/tid=16047] ppid=16036 vsize=1713492 CPUtime=0.78
/proc/16038/task/16047/stat : 16047 (java) S 16036 16038 15989 0 -1 64 1444 0 0 0 78 0 0 0 17 0 13 0 151955746 1754615808 73056 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=16038/tid=16048] ppid=16036 vsize=1713492 CPUtime=0
/proc/16038/task/16048/stat : 16048 (java) S 16036 16038 15989 0 -1 64 1 0 0 0 0 0 0 0 24 0 13 0 151955746 1754615808 73056 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=16038/tid=16049] ppid=16036 vsize=1713492 CPUtime=0
/proc/16038/task/16049/stat : 16049 (java) S 16036 16038 15989 0 -1 64 2 0 0 0 0 0 0 0 15 0 13 0 151955746 1754615808 73056 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=16038/tid=16056] ppid=16036 vsize=1713492 CPUtime=0
/proc/16038/task/16056/stat : 16056 (java) S 16036 16038 15989 0 -1 64 0 0 0 0 0 0 0 0 24 0 13 0 151956307 1754615808 73056 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 22.16
Current children cumulated vsize (Kb) 1713492

[startup+30.0198 s]
/proc/loadavg: 0.99 0.98 0.99 2/76 16057
/proc/meminfo: memFree=904528/2055920 swapFree=4183012/4192956
[pid=16038] ppid=16036 vsize=1715988 CPUtime=32.72
/proc/16038/stat : 16038 (java) R 16036 16038 15989 0 -1 0 94868 0 56 0 3220 52 0 0 25 0 13 0 151955720 1757171712 84741 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4071610334 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/16038/statm: 428997 84741 1912 14 0 415744 0
[pid=16038/tid=16039] ppid=16036 vsize=1715988 CPUtime=1.35
/proc/16038/task/16039/stat : 16039 (java) S 16036 16038 15989 0 -1 64 26370 0 0 0 123 12 0 0 16 0 13 0 151955738 1757171712 84741 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=16038/tid=16040] ppid=16036 vsize=1715988 CPUtime=1.35
/proc/16038/task/16040/stat : 16040 (java) S 16036 16038 15989 0 -1 64 26325 0 0 0 122 13 0 0 16 0 13 0 151955738 1757171712 84741 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=16038/tid=16041] ppid=16036 vsize=1715988 CPUtime=0
/proc/16038/task/16041/stat : 16041 (java) S 16036 16038 15989 0 -1 64 27 0 0 0 0 0 0 0 17 0 13 0 151955740 1757171712 84741 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=16038/tid=16042] ppid=16036 vsize=1715988 CPUtime=0
/proc/16038/task/16042/stat : 16042 (java) S 16036 16038 15989 0 -1 64 9 0 0 0 0 0 0 0 16 0 13 0 151955741 1757171712 84741 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=16038/tid=16043] ppid=16036 vsize=1715988 CPUtime=0
/proc/16038/task/16043/stat : 16043 (java) S 16036 16038 15989 0 -1 64 5 0 0 0 0 0 0 0 16 0 13 0 151955741 1757171712 84741 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=16038/tid=16044] ppid=16036 vsize=1715988 CPUtime=0
/proc/16038/task/16044/stat : 16044 (java) S 16036 16038 15989 0 -1 64 1 0 0 0 0 0 0 0 23 0 13 0 151955746 1757171712 84741 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=16038/tid=16045] ppid=16036 vsize=1715988 CPUtime=0.01
/proc/16038/task/16045/stat : 16045 (java) S 16036 16038 15989 0 -1 64 2 0 0 0 1 0 0 0 15 0 13 0 151955746 1757171712 84741 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=16038/tid=16046] ppid=16036 vsize=1715988 CPUtime=1
/proc/16038/task/16046/stat : 16046 (java) S 16036 16038 15989 0 -1 64 2487 0 0 0 99 1 0 0 16 0 13 0 151955746 1757171712 84741 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=16038/tid=16047] ppid=16036 vsize=1715988 CPUtime=1.02
/proc/16038/task/16047/stat : 16047 (java) S 16036 16038 15989 0 -1 64 3152 0 0 0 101 1 0 0 16 0 13 0 151955746 1757171712 84741 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=16038/tid=16048] ppid=16036 vsize=1715988 CPUtime=0
/proc/16038/task/16048/stat : 16048 (java) S 16036 16038 15989 0 -1 64 1 0 0 0 0 0 0 0 24 0 13 0 151955746 1757171712 84741 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=16038/tid=16049] ppid=16036 vsize=1715988 CPUtime=0
/proc/16038/task/16049/stat : 16049 (java) S 16036 16038 15989 0 -1 64 2 0 0 0 0 0 0 0 15 0 13 0 151955746 1757171712 84741 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=16038/tid=16057] ppid=16036 vsize=1715988 CPUtime=0
/proc/16038/task/16057/stat : 16057 (java) S 16036 16038 15989 0 -1 64 0 0 0 0 0 0 0 0 25 0 13 0 151958174 1757171712 84741 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 32.72
Current children cumulated vsize (Kb) 1715988

[startup+40.0269 s]
/proc/loadavg: 0.99 0.98 0.99 2/76 16057
/proc/meminfo: memFree=874128/2055920 swapFree=4183012/4192956
[pid=16038] ppid=16036 vsize=1715988 CPUtime=42.94
/proc/16038/stat : 16038 (java) R 16036 16038 15989 0 -1 0 103613 0 56 0 4237 57 0 0 25 0 13 0 151955720 1757171712 92323 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4071407927 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/16038/statm: 428997 92323 1912 14 0 415744 0
[pid=16038/tid=16039] ppid=16036 vsize=1715988 CPUtime=1.57
/proc/16038/task/16039/stat : 16039 (java) S 16036 16038 15989 0 -1 64 30840 0 0 0 142 15 0 0 16 0 13 0 151955738 1757171712 92323 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=16038/tid=16040] ppid=16036 vsize=1715988 CPUtime=1.57
/proc/16038/task/16040/stat : 16040 (java) S 16036 16038 15989 0 -1 64 30596 0 0 0 142 15 0 0 17 0 13 0 151955738 1757171712 92323 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=16038/tid=16041] ppid=16036 vsize=1715988 CPUtime=0
/proc/16038/task/16041/stat : 16041 (java) S 16036 16038 15989 0 -1 64 28 0 0 0 0 0 0 0 16 0 13 0 151955740 1757171712 92323 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=16038/tid=16042] ppid=16036 vsize=1715988 CPUtime=0
/proc/16038/task/16042/stat : 16042 (java) S 16036 16038 15989 0 -1 64 9 0 0 0 0 0 0 0 16 0 13 0 151955741 1757171712 92323 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=16038/tid=16043] ppid=16036 vsize=1715988 CPUtime=0
/proc/16038/task/16043/stat : 16043 (java) S 16036 16038 15989 0 -1 64 5 0 0 0 0 0 0 0 16 0 13 0 151955741 1757171712 92323 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=16038/tid=16044] ppid=16036 vsize=1715988 CPUtime=0
/proc/16038/task/16044/stat : 16044 (java) S 16036 16038 15989 0 -1 64 1 0 0 0 0 0 0 0 23 0 13 0 151955746 1757171712 92323 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=16038/tid=16045] ppid=16036 vsize=1715988 CPUtime=0.01
/proc/16038/task/16045/stat : 16045 (java) S 16036 16038 15989 0 -1 64 2 0 0 0 1 0 0 0 15 0 13 0 151955746 1757171712 92323 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=16038/tid=16046] ppid=16036 vsize=1715988 CPUtime=1
/proc/16038/task/16046/stat : 16046 (java) S 16036 16038 15989 0 -1 64 2487 0 0 0 99 1 0 0 16 0 13 0 151955746 1757171712 92323 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=16038/tid=16047] ppid=16036 vsize=1715988 CPUtime=1.02
/proc/16038/task/16047/stat : 16047 (java) S 16036 16038 15989 0 -1 64 3152 0 0 0 101 1 0 0 16 0 13 0 151955746 1757171712 92323 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=16038/tid=16048] ppid=16036 vsize=1715988 CPUtime=0
/proc/16038/task/16048/stat : 16048 (java) S 16036 16038 15989 0 -1 64 1 0 0 0 0 0 0 0 24 0 13 0 151955746 1757171712 92323 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=16038/tid=16049] ppid=16036 vsize=1715988 CPUtime=0
/proc/16038/task/16049/stat : 16049 (java) S 16036 16038 15989 0 -1 64 2 0 0 0 0 0 0 0 15 0 13 0 151955746 1757171712 92323 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=16038/tid=16057] ppid=16036 vsize=1715988 CPUtime=0
/proc/16038/task/16057/stat : 16057 (java) S 16036 16038 15989 0 -1 64 0 0 0 0 0 0 0 0 25 0 13 0 151958174 1757171712 92323 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 42.94
Current children cumulated vsize (Kb) 1715988

[startup+50.034 s]
/proc/loadavg: 0.99 0.98 0.99 2/76 16057
/proc/meminfo: memFree=833232/2055920 swapFree=4183012/4192956
[pid=16038] ppid=16036 vsize=1715988 CPUtime=53.24
/proc/16038/stat : 16038 (java) R 16036 16038 15989 0 -1 0 115396 0 56 0 5262 62 0 0 25 0 13 0 151955720 1757171712 102529 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4071604732 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/16038/statm: 428997 102529 1912 14 0 415744 0
[pid=16038/tid=16039] ppid=16036 vsize=1715988 CPUtime=1.86
/proc/16038/task/16039/stat : 16039 (java) S 16036 16038 15989 0 -1 64 37155 0 0 0 169 17 0 0 16 0 13 0 151955738 1757171712 102529 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=16038/tid=16040] ppid=16036 vsize=1715988 CPUtime=1.87
/proc/16038/task/16040/stat : 16040 (java) S 16036 16038 15989 0 -1 64 36059 0 0 0 169 18 0 0 16 0 13 0 151955738 1757171712 102529 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=16038/tid=16041] ppid=16036 vsize=1715988 CPUtime=0
/proc/16038/task/16041/stat : 16041 (java) S 16036 16038 15989 0 -1 64 29 0 0 0 0 0 0 0 16 0 13 0 151955740 1757171712 102529 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=16038/tid=16042] ppid=16036 vsize=1715988 CPUtime=0
/proc/16038/task/16042/stat : 16042 (java) S 16036 16038 15989 0 -1 64 9 0 0 0 0 0 0 0 16 0 13 0 151955741 1757171712 102529 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=16038/tid=16043] ppid=16036 vsize=1715988 CPUtime=0
/proc/16038/task/16043/stat : 16043 (java) S 16036 16038 15989 0 -1 64 5 0 0 0 0 0 0 0 16 0 13 0 151955741 1757171712 102529 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=16038/tid=16044] ppid=16036 vsize=1715988 CPUtime=0
/proc/16038/task/16044/stat : 16044 (java) S 16036 16038 15989 0 -1 64 1 0 0 0 0 0 0 0 23 0 13 0 151955746 1757171712 102529 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=16038/tid=16045] ppid=16036 vsize=1715988 CPUtime=0.01
/proc/16038/task/16045/stat : 16045 (java) S 16036 16038 15989 0 -1 64 2 0 0 0 1 0 0 0 15 0 13 0 151955746 1757171712 102529 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=16038/tid=16046] ppid=16036 vsize=1715988 CPUtime=1
/proc/16038/task/16046/stat : 16046 (java) S 16036 16038 15989 0 -1 64 2487 0 0 0 99 1 0 0 16 0 13 0 151955746 1757171712 102529 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=16038/tid=16047] ppid=16036 vsize=1715988 CPUtime=1.02
/proc/16038/task/16047/stat : 16047 (java) S 16036 16038 15989 0 -1 64 3152 0 0 0 101 1 0 0 16 0 13 0 151955746 1757171712 102529 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=16038/tid=16048] ppid=16036 vsize=1715988 CPUtime=0
/proc/16038/task/16048/stat : 16048 (java) S 16036 16038 15989 0 -1 64 1 0 0 0 0 0 0 0 24 0 13 0 151955746 1757171712 102529 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=16038/tid=16049] ppid=16036 vsize=1715988 CPUtime=0
/proc/16038/task/16049/stat : 16049 (java) S 16036 16038 15989 0 -1 64 2 0 0 0 0 0 0 0 15 0 13 0 151955746 1757171712 102529 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=16038/tid=16057] ppid=16036 vsize=1715988 CPUtime=0
/proc/16038/task/16057/stat : 16057 (java) S 16036 16038 15989 0 -1 64 0 0 0 0 0 0 0 0 25 0 13 0 151958174 1757171712 102529 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 53.24
Current children cumulated vsize (Kb) 1715988

[startup+60.0412 s]
/proc/loadavg: 0.99 0.98 0.99 2/76 16057
/proc/meminfo: memFree=804304/2055920 swapFree=4183012/4192956
[pid=16038] ppid=16036 vsize=1715988 CPUtime=63.46
/proc/16038/stat : 16038 (java) R 16036 16038 15989 0 -1 0 123535 0 56 0 6280 66 0 0 25 0 13 0 151955720 1757171712 109753 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4071400857 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/16038/statm: 428997 109753 1912 14 0 415744 0
[pid=16038/tid=16039] ppid=16036 vsize=1715988 CPUtime=2.09
/proc/16038/task/16039/stat : 16039 (java) S 16036 16038 15989 0 -1 64 40995 0 0 0 190 19 0 0 16 0 13 0 151955738 1757171712 109753 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=16038/tid=16040] ppid=16036 vsize=1715988 CPUtime=2.09
/proc/16038/task/16040/stat : 16040 (java) S 16036 16038 15989 0 -1 64 40354 0 0 0 188 21 0 0 16 0 13 0 151955738 1757171712 109753 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=16038/tid=16041] ppid=16036 vsize=1715988 CPUtime=0
/proc/16038/task/16041/stat : 16041 (java) S 16036 16038 15989 0 -1 64 30 0 0 0 0 0 0 0 16 0 13 0 151955740 1757171712 109753 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=16038/tid=16042] ppid=16036 vsize=1715988 CPUtime=0
/proc/16038/task/16042/stat : 16042 (java) S 16036 16038 15989 0 -1 64 9 0 0 0 0 0 0 0 16 0 13 0 151955741 1757171712 109753 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=16038/tid=16043] ppid=16036 vsize=1715988 CPUtime=0
/proc/16038/task/16043/stat : 16043 (java) S 16036 16038 15989 0 -1 64 5 0 0 0 0 0 0 0 16 0 13 0 151955741 1757171712 109753 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=16038/tid=16044] ppid=16036 vsize=1715988 CPUtime=0

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


[startup+1784.44 s]
/proc/loadavg: 1.00 1.00 1.00 2/76 16730
/proc/meminfo: memFree=18256/2055920 swapFree=4183012/4192956
[pid=16038] ppid=16036 vsize=1715508 CPUtime=1798.13
/proc/16038/stat : 16038 (java) S 16036 16038 15989 0 -1 0 445380 0 56 0 179575 238 0 0 17 0 13 0 151955720 1756680192 389928 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/16038/statm: 428877 389928 1914 14 0 415624 0
[pid=16038/tid=16039] ppid=16036 vsize=1715508 CPUtime=13.01
/proc/16038/task/16039/stat : 16039 (java) S 16036 16038 15989 0 -1 64 203895 0 0 0 1204 97 0 0 16 0 13 0 151955738 1756680192 389928 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=16038/tid=16040] ppid=16036 vsize=1715508 CPUtime=12.98
/proc/16038/task/16040/stat : 16040 (java) S 16036 16038 15989 0 -1 64 197737 0 0 0 1203 95 0 0 17 0 13 0 151955738 1756680192 389928 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=16038/tid=16041] ppid=16036 vsize=1715508 CPUtime=815.28
/proc/16038/task/16041/stat : 16041 (java) R 16036 16038 15989 0 -1 64 1267 0 0 0 81512 16 0 0 17 0 13 0 151955740 1756680192 389928 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4152716296 0 0 0 23759 0 0 0 -1 0 0 0
[pid=16038/tid=16042] ppid=16036 vsize=1715508 CPUtime=0
/proc/16038/task/16042/stat : 16042 (java) S 16036 16038 15989 0 -1 64 9 0 0 0 0 0 0 0 16 0 13 0 151955741 1756680192 389928 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=16038/tid=16043] ppid=16036 vsize=1715508 CPUtime=0
/proc/16038/task/16043/stat : 16043 (java) S 16036 16038 15989 0 -1 64 5 0 0 0 0 0 0 0 16 0 13 0 151955741 1756680192 389928 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=16038/tid=16044] ppid=16036 vsize=1715508 CPUtime=0
/proc/16038/task/16044/stat : 16044 (java) S 16036 16038 15989 0 -1 64 1 0 0 0 0 0 0 0 23 0 13 0 151955746 1756680192 389928 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=16038/tid=16045] ppid=16036 vsize=1715508 CPUtime=0.01
/proc/16038/task/16045/stat : 16045 (java) S 16036 16038 15989 0 -1 64 2 0 0 0 1 0 0 0 17 0 13 0 151955746 1756680192 389928 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=16038/tid=16046] ppid=16036 vsize=1715508 CPUtime=1.06
/proc/16038/task/16046/stat : 16046 (java) S 16036 16038 15989 0 -1 64 2502 0 0 0 105 1 0 0 16 0 13 0 151955746 1756680192 389928 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=16038/tid=16047] ppid=16036 vsize=1715508 CPUtime=1.03
/proc/16038/task/16047/stat : 16047 (java) S 16036 16038 15989 0 -1 64 3152 0 0 0 102 1 0 0 16 0 13 0 151955746 1756680192 389928 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=16038/tid=16048] ppid=16036 vsize=1715508 CPUtime=0
/proc/16038/task/16048/stat : 16048 (java) S 16036 16038 15989 0 -1 64 1 0 0 0 0 0 0 0 24 0 13 0 151955746 1756680192 389928 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=16038/tid=16049] ppid=16036 vsize=1715508 CPUtime=0
/proc/16038/task/16049/stat : 16049 (java) S 16036 16038 15989 0 -1 64 2 0 0 0 0 0 0 0 15 0 13 0 151955746 1756680192 389928 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=16038/tid=16057] ppid=16036 vsize=1715508 CPUtime=0
/proc/16038/task/16057/stat : 16057 (java) S 16036 16038 15989 0 -1 64 98 0 0 0 0 0 0 0 16 0 13 0 151958174 1756680192 389928 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1798.13
Current children cumulated vsize (Kb) 1715508

[startup+1785.45 s]
/proc/loadavg: 1.00 1.00 1.00 2/76 16730
/proc/meminfo: memFree=18256/2055920 swapFree=4183012/4192956
[pid=16038] ppid=16036 vsize=1715508 CPUtime=1799.13
/proc/16038/stat : 16038 (java) S 16036 16038 15989 0 -1 0 445380 0 56 0 179675 238 0 0 17 0 13 0 151955720 1756680192 389928 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/16038/statm: 428877 389928 1914 14 0 415624 0
[pid=16038/tid=16039] ppid=16036 vsize=1715508 CPUtime=13.01
/proc/16038/task/16039/stat : 16039 (java) S 16036 16038 15989 0 -1 64 203895 0 0 0 1204 97 0 0 16 0 13 0 151955738 1756680192 389928 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=16038/tid=16040] ppid=16036 vsize=1715508 CPUtime=12.98
/proc/16038/task/16040/stat : 16040 (java) S 16036 16038 15989 0 -1 64 197737 0 0 0 1203 95 0 0 17 0 13 0 151955738 1756680192 389928 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=16038/tid=16041] ppid=16036 vsize=1715508 CPUtime=816.28
/proc/16038/task/16041/stat : 16041 (java) R 16036 16038 15989 0 -1 64 1267 0 0 0 81612 16 0 0 18 0 13 0 151955740 1756680192 389928 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4154938696 0 0 0 23759 0 0 0 -1 0 0 0
[pid=16038/tid=16042] ppid=16036 vsize=1715508 CPUtime=0
/proc/16038/task/16042/stat : 16042 (java) S 16036 16038 15989 0 -1 64 9 0 0 0 0 0 0 0 16 0 13 0 151955741 1756680192 389928 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=16038/tid=16043] ppid=16036 vsize=1715508 CPUtime=0
/proc/16038/task/16043/stat : 16043 (java) S 16036 16038 15989 0 -1 64 5 0 0 0 0 0 0 0 16 0 13 0 151955741 1756680192 389928 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=16038/tid=16044] ppid=16036 vsize=1715508 CPUtime=0
/proc/16038/task/16044/stat : 16044 (java) S 16036 16038 15989 0 -1 64 1 0 0 0 0 0 0 0 23 0 13 0 151955746 1756680192 389928 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=16038/tid=16045] ppid=16036 vsize=1715508 CPUtime=0.01
/proc/16038/task/16045/stat : 16045 (java) S 16036 16038 15989 0 -1 64 2 0 0 0 1 0 0 0 17 0 13 0 151955746 1756680192 389928 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=16038/tid=16046] ppid=16036 vsize=1715508 CPUtime=1.06
/proc/16038/task/16046/stat : 16046 (java) S 16036 16038 15989 0 -1 64 2502 0 0 0 105 1 0 0 16 0 13 0 151955746 1756680192 389928 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=16038/tid=16047] ppid=16036 vsize=1715508 CPUtime=1.03
/proc/16038/task/16047/stat : 16047 (java) S 16036 16038 15989 0 -1 64 3152 0 0 0 102 1 0 0 16 0 13 0 151955746 1756680192 389928 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=16038/tid=16048] ppid=16036 vsize=1715508 CPUtime=0
/proc/16038/task/16048/stat : 16048 (java) S 16036 16038 15989 0 -1 64 1 0 0 0 0 0 0 0 24 0 13 0 151955746 1756680192 389928 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=16038/tid=16049] ppid=16036 vsize=1715508 CPUtime=0
/proc/16038/task/16049/stat : 16049 (java) S 16036 16038 15989 0 -1 64 2 0 0 0 0 0 0 0 15 0 13 0 151955746 1756680192 389928 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=16038/tid=16057] ppid=16036 vsize=1715508 CPUtime=0
/proc/16038/task/16057/stat : 16057 (java) S 16036 16038 15989 0 -1 64 98 0 0 0 0 0 0 0 16 0 13 0 151958174 1756680192 389928 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1799.13
Current children cumulated vsize (Kb) 1715508

[startup+1786.45 s]
/proc/loadavg: 1.00 1.00 1.00 2/76 16730
/proc/meminfo: memFree=18256/2055920 swapFree=4183012/4192956
[pid=16038] ppid=16036 vsize=1715508 CPUtime=1800.14
/proc/16038/stat : 16038 (java) S 16036 16038 15989 0 -1 0 445380 0 56 0 179776 238 0 0 17 0 13 0 151955720 1756680192 389928 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/16038/statm: 428877 389928 1914 14 0 415624 0
[pid=16038/tid=16039] ppid=16036 vsize=1715508 CPUtime=13.01
/proc/16038/task/16039/stat : 16039 (java) S 16036 16038 15989 0 -1 64 203895 0 0 0 1204 97 0 0 16 0 13 0 151955738 1756680192 389928 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=16038/tid=16040] ppid=16036 vsize=1715508 CPUtime=12.98
/proc/16038/task/16040/stat : 16040 (java) S 16036 16038 15989 0 -1 64 197737 0 0 0 1203 95 0 0 17 0 13 0 151955738 1756680192 389928 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=16038/tid=16041] ppid=16036 vsize=1715508 CPUtime=817.29
/proc/16038/task/16041/stat : 16041 (java) R 16036 16038 15989 0 -1 64 1267 0 0 0 81713 16 0 0 19 0 13 0 151955740 1756680192 389928 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4154649000 0 0 0 23759 0 0 0 -1 0 0 0
[pid=16038/tid=16042] ppid=16036 vsize=1715508 CPUtime=0
/proc/16038/task/16042/stat : 16042 (java) S 16036 16038 15989 0 -1 64 9 0 0 0 0 0 0 0 16 0 13 0 151955741 1756680192 389928 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=16038/tid=16043] ppid=16036 vsize=1715508 CPUtime=0
/proc/16038/task/16043/stat : 16043 (java) S 16036 16038 15989 0 -1 64 5 0 0 0 0 0 0 0 16 0 13 0 151955741 1756680192 389928 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=16038/tid=16044] ppid=16036 vsize=1715508 CPUtime=0
/proc/16038/task/16044/stat : 16044 (java) S 16036 16038 15989 0 -1 64 1 0 0 0 0 0 0 0 23 0 13 0 151955746 1756680192 389928 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=16038/tid=16045] ppid=16036 vsize=1715508 CPUtime=0.01
/proc/16038/task/16045/stat : 16045 (java) S 16036 16038 15989 0 -1 64 2 0 0 0 1 0 0 0 17 0 13 0 151955746 1756680192 389928 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=16038/tid=16046] ppid=16036 vsize=1715508 CPUtime=1.06
/proc/16038/task/16046/stat : 16046 (java) S 16036 16038 15989 0 -1 64 2502 0 0 0 105 1 0 0 16 0 13 0 151955746 1756680192 389928 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=16038/tid=16047] ppid=16036 vsize=1715508 CPUtime=1.03
/proc/16038/task/16047/stat : 16047 (java) S 16036 16038 15989 0 -1 64 3152 0 0 0 102 1 0 0 16 0 13 0 151955746 1756680192 389928 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=16038/tid=16048] ppid=16036 vsize=1715508 CPUtime=0
/proc/16038/task/16048/stat : 16048 (java) S 16036 16038 15989 0 -1 64 1 0 0 0 0 0 0 0 24 0 13 0 151955746 1756680192 389928 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=16038/tid=16049] ppid=16036 vsize=1715508 CPUtime=0
/proc/16038/task/16049/stat : 16049 (java) S 16036 16038 15989 0 -1 64 2 0 0 0 0 0 0 0 15 0 13 0 151955746 1756680192 389928 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=16038/tid=16057] ppid=16036 vsize=1715508 CPUtime=0
/proc/16038/task/16057/stat : 16057 (java) S 16036 16038 15989 0 -1 64 98 0 0 0 0 0 0 0 16 0 13 0 151958174 1756680192 389928 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1800.14
Current children cumulated vsize (Kb) 1715508



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1786.46 s]
/proc/loadavg: 1.00 1.00 1.00 2/76 16730
/proc/meminfo: memFree=18256/2055920 swapFree=4183012/4192956
[pid=16038] ppid=16036 vsize=1715508 CPUtime=1800.14
/proc/16038/stat : 16038 (java) S 16036 16038 15989 0 -1 0 445380 0 56 0 179776 238 0 0 17 0 13 0 151955720 1756680192 389928 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/16038/statm: 428877 389928 1914 14 0 415624 0
[pid=16038/tid=16039] ppid=16036 vsize=1715508 CPUtime=13.01
/proc/16038/task/16039/stat : 16039 (java) S 16036 16038 15989 0 -1 64 203895 0 0 0 1204 97 0 0 16 0 13 0 151955738 1756680192 389928 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=16038/tid=16040] ppid=16036 vsize=1715508 CPUtime=12.98
/proc/16038/task/16040/stat : 16040 (java) S 16036 16038 15989 0 -1 64 197737 0 0 0 1203 95 0 0 17 0 13 0 151955738 1756680192 389928 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=16038/tid=16041] ppid=16036 vsize=1715508 CPUtime=817.3
/proc/16038/task/16041/stat : 16041 (java) R 16036 16038 15989 0 -1 64 1267 0 0 0 81714 16 0 0 19 0 13 0 151955740 1756680192 389928 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4154649007 0 0 0 23759 0 0 0 -1 0 0 0
[pid=16038/tid=16042] ppid=16036 vsize=1715508 CPUtime=0
/proc/16038/task/16042/stat : 16042 (java) S 16036 16038 15989 0 -1 64 9 0 0 0 0 0 0 0 16 0 13 0 151955741 1756680192 389928 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=16038/tid=16043] ppid=16036 vsize=1715508 CPUtime=0
/proc/16038/task/16043/stat : 16043 (java) S 16036 16038 15989 0 -1 64 5 0 0 0 0 0 0 0 16 0 13 0 151955741 1756680192 389928 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=16038/tid=16044] ppid=16036 vsize=1715508 CPUtime=0
/proc/16038/task/16044/stat : 16044 (java) S 16036 16038 15989 0 -1 64 1 0 0 0 0 0 0 0 23 0 13 0 151955746 1756680192 389928 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=16038/tid=16045] ppid=16036 vsize=1715508 CPUtime=0.01
/proc/16038/task/16045/stat : 16045 (java) S 16036 16038 15989 0 -1 64 2 0 0 0 1 0 0 0 17 0 13 0 151955746 1756680192 389928 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=16038/tid=16046] ppid=16036 vsize=1715508 CPUtime=1.06
/proc/16038/task/16046/stat : 16046 (java) S 16036 16038 15989 0 -1 64 2502 0 0 0 105 1 0 0 16 0 13 0 151955746 1756680192 389928 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=16038/tid=16047] ppid=16036 vsize=1715508 CPUtime=1.03
/proc/16038/task/16047/stat : 16047 (java) S 16036 16038 15989 0 -1 64 3152 0 0 0 102 1 0 0 16 0 13 0 151955746 1756680192 389928 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=16038/tid=16048] ppid=16036 vsize=1715508 CPUtime=0
/proc/16038/task/16048/stat : 16048 (java) S 16036 16038 15989 0 -1 64 1 0 0 0 0 0 0 0 24 0 13 0 151955746 1756680192 389928 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=16038/tid=16049] ppid=16036 vsize=1715508 CPUtime=0
/proc/16038/task/16049/stat : 16049 (java) S 16036 16038 15989 0 -1 64 2 0 0 0 0 0 0 0 15 0 13 0 151955746 1756680192 389928 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=16038/tid=16057] ppid=16036 vsize=1715508 CPUtime=0
/proc/16038/task/16057/stat : 16057 (java) S 16036 16038 15989 0 -1 64 98 0 0 0 0 0 0 0 16 0 13 0 151958174 1756680192 389928 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1800.14
Current children cumulated vsize (Kb) 1715508

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

[startup+1787.47 s]
/proc/loadavg: 1.00 1.00 1.00 2/77 16731
/proc/meminfo: memFree=18248/2055920 swapFree=4183012/4192956
[pid=16038] ppid=16036 vsize=1715508 CPUtime=1801.15
/proc/16038/stat : 16038 (java) S 16036 16038 15989 0 -1 0 445380 0 56 0 179877 238 0 0 16 0 13 0 151955720 1756680192 389928 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/16038/statm: 428877 389928 1914 14 0 415624 0
[pid=16038/tid=16039] ppid=16036 vsize=1715508 CPUtime=13.01
/proc/16038/task/16039/stat : 16039 (java) S 16036 16038 15989 0 -1 64 203895 0 0 0 1204 97 0 0 16 0 13 0 151955738 1756680192 389928 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=16038/tid=16040] ppid=16036 vsize=1715508 CPUtime=12.98
/proc/16038/task/16040/stat : 16040 (java) S 16036 16038 15989 0 -1 64 197737 0 0 0 1203 95 0 0 17 0 13 0 151955738 1756680192 389928 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=16038/tid=16041] ppid=16036 vsize=1715508 CPUtime=818.31
/proc/16038/task/16041/stat : 16041 (java) R 16036 16038 15989 0 -1 64 1267 0 0 0 81815 16 0 0 21 0 13 0 151955740 1756680192 389928 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4154649000 0 0 0 23759 0 0 0 -1 0 0 0
[pid=16038/tid=16042] ppid=16036 vsize=1715508 CPUtime=0
/proc/16038/task/16042/stat : 16042 (java) S 16036 16038 15989 0 -1 64 9 0 0 0 0 0 0 0 16 0 13 0 151955741 1756680192 389928 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=16038/tid=16043] ppid=16036 vsize=1715508 CPUtime=0
/proc/16038/task/16043/stat : 16043 (java) S 16036 16038 15989 0 -1 64 5 0 0 0 0 0 0 0 16 0 13 0 151955741 1756680192 389928 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=16038/tid=16044] ppid=16036 vsize=1715508 CPUtime=0
/proc/16038/task/16044/stat : 16044 (java) S 16036 16038 15989 0 -1 64 1 0 0 0 0 0 0 0 16 0 13 0 151955746 1756680192 389928 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=16038/tid=16045] ppid=16036 vsize=1715508 CPUtime=0.01
/proc/16038/task/16045/stat : 16045 (java) S 16036 16038 15989 0 -1 64 2 0 0 0 1 0 0 0 17 0 13 0 151955746 1756680192 389928 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=16038/tid=16046] ppid=16036 vsize=1715508 CPUtime=1.06
/proc/16038/task/16046/stat : 16046 (java) S 16036 16038 15989 0 -1 64 2502 0 0 0 105 1 0 0 16 0 13 0 151955746 1756680192 389928 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=16038/tid=16047] ppid=16036 vsize=1715508 CPUtime=1.03
/proc/16038/task/16047/stat : 16047 (java) S 16036 16038 15989 0 -1 64 3152 0 0 0 102 1 0 0 16 0 13 0 151955746 1756680192 389928 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=16038/tid=16048] ppid=16036 vsize=1715508 CPUtime=0
/proc/16038/task/16048/stat : 16048 (java) S 16036 16038 15989 0 -1 64 1 0 0 0 0 0 0 0 24 0 13 0 151955746 1756680192 389928 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=16038/tid=16049] ppid=16036 vsize=1715508 CPUtime=0
/proc/16038/task/16049/stat : 16049 (java) S 16036 16038 15989 0 -1 64 2 0 0 0 0 0 0 0 15 0 13 0 151955746 1756680192 389928 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=16038/tid=16057] ppid=16036 vsize=1715508 CPUtime=0
/proc/16038/task/16057/stat : 16057 (java) S 16036 16038 15989 0 -1 64 98 0 0 0 0 0 0 0 16 0 13 0 151958174 1756680192 389928 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1801.15
Current children cumulated vsize (Kb) 1715508

Sending SIGKILL to process tree (bottom up)

[startup+1788.48 s]
/proc/loadavg: 1.00 1.00 1.00 2/77 16731
/proc/meminfo: memFree=18248/2055920 swapFree=4183012/4192956
[pid=16038] ppid=16036 vsize=0 CPUtime=1802.16
/proc/16038/stat : 16038 (java) Z 16036 16038 15989 0 -1 1036 445380 0 56 0 179978 238 0 0 16 0 7 0 151955720 0 0 18446744073709551615 0 0 0 0 0 0 4 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/16038/statm: 0 0 0 0 0 0 0
Current children cumulated CPU time (s) 1802.16
Current children cumulated vsize (Kb) 0

Child status: 0

!!! problem with CPU time !!!
wait4(...,&childrusage) returns -1 (errno=10, "No child processes") and gives childrusage.ru_utime.tv_sec=548682066608 childrusage.ru_utime.tv_usec=548682066544 childrusage.ru_stime.tv_sec=0 childrusage.ru_stime.tv_usec=267927365
CPU time returned by wait4() is 5.48683e+11
while last known CPU time is 1802.16

Using last known CPU time as value...

Real time (s): 1788.48
CPU time (s): 1802.16
CPU user time (s): 1799.78
CPU system time (s): 2.38
CPU usage (%): 100.765
Max. virtual memory (cumulated for all children) (Kb): 1715988
The end

Launcher Data (download as text)

Begin job on node9 on Fri Jul 28 01:42:26 UTC 2006


FILE ID= 44509-1154050946

PBS_JOBID= 881858

BENCH NAME= HOME/pub/bench/PB06//final/normalized-PB06/OPT-SMALLINT/web/www.nlsde.buaa.edu.cn/~kexu/benchmarks/frb45-21-opb/normalized-frb45-21-2.opb
COMMAND LINE= java -server -Xms1500M -Xmx1500M -jar ROOT/solvers/PB/PB06final/user5/sat4jPseudoPlus.jar ROOT/tmp/node9/44509-1154050946/instance-44509-1154050946.opb 25091752
RUNSOLVER COMMAND LINE= runsolver  --timestamp  -w ROOT/results/node9/watcher-44509-1154050946 -o ROOT/results/node9/solver-44509-1154050946 -C 1800 -M 1800 -S 64  java -server -Xms1500M -Xmx1500M -jar ROOT/solvers/PB/PB06final/user5/sat4jPseudoPlus.jar ROOT/tmp/node9/44509-1154050946/instance-44509-1154050946.opb 25091752

MD5SUM SOLVER= e9637a7554f3ecdf74c1815f89d00213
MD5SUM BENCH=  aabc023158e10c9511062af8ac97c515

RANDOM SEED= 25091752

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.223
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.223
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:       1252296 kB
Buffers:         41568 kB
Cached:         686424 kB
SwapCached:       3620 kB
Active:         192548 kB
Inactive:       543948 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1252296 kB
SwapTotal:     4192956 kB
SwapFree:      4183012 kB
Dirty:             176 kB
Writeback:           0 kB
Mapped:          14496 kB
Slab:            53156 kB
Committed_AS:   607036 kB
PageTables:       1420 kB
VmallocTotal: 536870911 kB
VmallocUsed:    264952 kB
VmallocChunk: 536605679 kB
HugePages_Total:     0
HugePages_Free:      0
Hugepagesize:     2048 kB


End job on node9 on Fri Jul 28 02:12:15 UTC 2006