Trace number 42445

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) 1802.29 1751.46

General information on the benchmark

Namenormalized-PB06/OPT-SMALLINT/reduced/mps-v2-20-10/plato.asu.edu/
pub/unibo/normalized-reduced-mps-v2-20-10-rail507.opb
MD5SUM1d990dd8841615caa29b3d304bde4f0b
Bench CategoryOPT-SMALLINT (optimisation, small integers)
Best result obtained on this benchmarkSAT
Best value of the objective obtained on this benchmark162
Best CPU time to get the best result obtained on this benchmark1782.83
Has Objective FunctionYES
SatisfiableYES
(Un)Satisfiability was provedYES
Best value of the objective function 153
Optimality of the best value was proved NO
Number of variables63009
Total number of constraints508
Number of constraints which are clauses507
Number of constraints which are cardinality constraints (but not clauses)1
Number of constraints which are nor clauses,nor cardinality constraints0
Minimum length of a constraint1
Maximum length of a constraint59416
Number of terms in the objective function 63009
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 63009
Number of bits of the sum of numbers in the objective function 16
Biggest number in a constraint 9256
Number of bits of the biggest number in a constraint 14
Biggest sum of numbers in a constraint 68672
Number of bits of the biggest sum of numbers17
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.43	c SAT4J: a SATisfiability library for Java (c) 2004-2006 Daniel Le Berre
0.43	c This is free software under the GNU LGPL licence. See www.sat4j.org for details.
0.44	c no version file found!!!
0.44	c sun.arch.data.model	32
0.44	c java.version	1.5.0_06
0.44	c os.name	Linux
0.44	c os.version	2.6.9-22.EL.rootsmp
0.44	c os.arch	i386
0.44	c Free memory 1548419056
0.44	c Max memory 1551040512
0.44	c Total memory 1551040512
0.44	c Number of processors 2
0.52	c Cutting planes based inference
0.52	c --- Begin Solver configuration ---
0.52	c org.sat4j.minisat.uip.FirstUIP@1df073d
0.52	c org.sat4j.minisat.constraints.PBMaxClauseCardConstrDataStructure@1546e25
0.52	c org.sat4j.minisat.learning.MiniSATLearning@b66cc
0.52	c conflictBoundIncFactor=1.5 learntBoundIncFactor=1.1 initLearntBoundConstraintFactor=10000.0 initConflictBound=100 
0.52	c VSIDS like heuristics from MiniSAT using a heap
0.52	c No reason simplification
0.52	c --- End Solver configuration ---
0.52	c solving ROOT/tmp/node23/42445-1154026762/instance-42445-1154026762.opb
0.52	c reading problem ... 
4.36	c ... done. Time 3.839 ms.
4.36	c #vars     63009
4.36	c #constraints  495
5.08	c SATISFIABLE
5.08	c OPTIMIZING...
5.08	c Got one! Ellapsed CPU time (in seconds):4.552
8.43	o 171
13.12	c Got one! Ellapsed CPU time (in seconds):12.598
16.88	o 170
21.33	c Got one! Ellapsed CPU time (in seconds):20.805
25.31	o 169
30.06	c Got one! Ellapsed CPU time (in seconds):29.532
33.77	o 168
39.41	c Got one! Ellapsed CPU time (in seconds):38.883
43.43	o 167
54.01	c Got one! Ellapsed CPU time (in seconds):53.489
57.99	o 166
80.87	c Got one! Ellapsed CPU time (in seconds):80.342
84.77	o 165
101.41	c Got one! Ellapsed CPU time (in seconds):100.891
105.16	o 164
144.59	c Got one! Ellapsed CPU time (in seconds):144.072
148.62	o 163

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

Current StackSize limit: 67108864 bytes

/proc/loadavg: 0.99 0.98 0.99 2/64 11909
/proc/meminfo: memFree=715760/2055920 swapFree=4183076/4192956
[pid=11909] ppid=11907 vsize=216 CPUtime=0
/proc/11909/stat : 11909 (java) D 11907 11909 11860 0 -1 0 46 0 1 0 0 0 0 0 19 0 1 0 149536357 221184 30 18446744073709551615 134512640 134570276 4294956608 18446744073709551615 2495268 0 0 4096 0 18446744071563608240 0 0 17 1 0 0
/proc/11909/statm: 54 30 25 14 0 2 0

[startup+10.0029 s]
/proc/loadavg: 0.99 0.98 0.99 2/75 11921
/proc/meminfo: memFree=520736/2055920 swapFree=4183076/4192956
[pid=11909] ppid=11907 vsize=1713660 CPUtime=11.17
/proc/11909/stat : 11909 (java) R 11907 11909 11860 0 -1 0 48001 0 98 0 1092 25 0 0 25 0 12 0 149536357 1754787840 46509 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4071674544 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/11909/statm: 428415 46509 1910 14 0 415162 0
[pid=11909/tid=11910] ppid=11907 vsize=1713660 CPUtime=0.47
/proc/11909/task/11910/stat : 11910 (java) S 11907 11909 11860 0 -1 64 5122 0 0 0 45 2 0 0 16 0 12 0 149536383 1754787840 46509 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=11909/tid=11911] ppid=11907 vsize=1713660 CPUtime=0.47
/proc/11909/task/11911/stat : 11911 (java) S 11907 11909 11860 0 -1 64 4482 0 0 0 45 2 0 0 18 0 12 0 149536383 1754787840 46509 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=11909/tid=11912] ppid=11907 vsize=1713660 CPUtime=0
/proc/11909/task/11912/stat : 11912 (java) S 11907 11909 11860 0 -1 64 15 0 0 0 0 0 0 0 16 0 12 0 149536386 1754787840 46509 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=11909/tid=11913] ppid=11907 vsize=1713660 CPUtime=0
/proc/11909/task/11913/stat : 11913 (java) S 11907 11909 11860 0 -1 64 9 0 0 0 0 0 0 0 16 0 12 0 149536386 1754787840 46509 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=11909/tid=11914] ppid=11907 vsize=1713660 CPUtime=0
/proc/11909/task/11914/stat : 11914 (java) S 11907 11909 11860 0 -1 64 5 0 0 0 0 0 0 0 16 0 12 0 149536386 1754787840 46509 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=11909/tid=11915] ppid=11907 vsize=1713660 CPUtime=0
/proc/11909/task/11915/stat : 11915 (java) S 11907 11909 11860 0 -1 64 0 0 0 0 0 0 0 0 21 0 12 0 149536392 1754787840 46509 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=11909/tid=11916] ppid=11907 vsize=1713660 CPUtime=0
/proc/11909/task/11916/stat : 11916 (java) S 11907 11909 11860 0 -1 64 2 0 0 0 0 0 0 0 15 0 12 0 149536392 1754787840 46509 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=11909/tid=11917] ppid=11907 vsize=1713660 CPUtime=0.66
/proc/11909/task/11917/stat : 11917 (java) S 11907 11909 11860 0 -1 64 551 0 0 0 66 0 0 0 16 0 12 0 149536392 1754787840 46509 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=11909/tid=11918] ppid=11907 vsize=1713660 CPUtime=0.73
/proc/11909/task/11918/stat : 11918 (java) S 11907 11909 11860 0 -1 64 1388 0 0 0 73 0 0 0 16 0 12 0 149536392 1754787840 46509 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=11909/tid=11919] ppid=11907 vsize=1713660 CPUtime=0
/proc/11909/task/11919/stat : 11919 (java) S 11907 11909 11860 0 -1 64 1 0 0 0 0 0 0 0 22 0 12 0 149536392 1754787840 46509 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=11909/tid=11920] ppid=11907 vsize=1713660 CPUtime=0
/proc/11909/task/11920/stat : 11920 (java) S 11907 11909 11860 0 -1 64 2 0 0 0 0 0 0 0 15 0 12 0 149536392 1754787840 46509 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 11.17
Current children cumulated vsize (Kb) 1713660

[startup+20.0098 s]
/proc/loadavg: 0.99 0.98 0.99 2/75 11922
/proc/meminfo: memFree=516328/2055920 swapFree=4183076/4192956
[pid=11909] ppid=11907 vsize=1714300 CPUtime=21.52
/proc/11909/stat : 11909 (java) R 11907 11909 11860 0 -1 0 49366 0 98 0 2127 25 0 0 25 0 12 0 149536357 1755443200 47710 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4071674624 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/11909/statm: 428575 47710 1911 14 0 415322 0
[pid=11909/tid=11910] ppid=11907 vsize=1714300 CPUtime=0.63
/proc/11909/task/11910/stat : 11910 (java) S 11907 11909 11860 0 -1 64 6459 0 0 0 61 2 0 0 18 0 12 0 149536383 1755443200 47710 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=11909/tid=11911] ppid=11907 vsize=1714300 CPUtime=0.64
/proc/11909/task/11911/stat : 11911 (java) S 11907 11909 11860 0 -1 64 4484 0 0 0 62 2 0 0 16 0 12 0 149536383 1755443200 47710 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=11909/tid=11912] ppid=11907 vsize=1714300 CPUtime=0
/proc/11909/task/11912/stat : 11912 (java) S 11907 11909 11860 0 -1 64 17 0 0 0 0 0 0 0 16 0 12 0 149536386 1755443200 47710 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=11909/tid=11913] ppid=11907 vsize=1714300 CPUtime=0
/proc/11909/task/11913/stat : 11913 (java) S 11907 11909 11860 0 -1 64 9 0 0 0 0 0 0 0 16 0 12 0 149536386 1755443200 47710 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=11909/tid=11914] ppid=11907 vsize=1714300 CPUtime=0
/proc/11909/task/11914/stat : 11914 (java) S 11907 11909 11860 0 -1 64 5 0 0 0 0 0 0 0 16 0 12 0 149536386 1755443200 47710 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=11909/tid=11915] ppid=11907 vsize=1714300 CPUtime=0
/proc/11909/task/11915/stat : 11915 (java) S 11907 11909 11860 0 -1 64 0 0 0 0 0 0 0 0 21 0 12 0 149536392 1755443200 47710 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=11909/tid=11916] ppid=11907 vsize=1714300 CPUtime=0
/proc/11909/task/11916/stat : 11916 (java) S 11907 11909 11860 0 -1 64 2 0 0 0 0 0 0 0 16 0 12 0 149536392 1755443200 47710 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=11909/tid=11917] ppid=11907 vsize=1714300 CPUtime=0.76
/proc/11909/task/11917/stat : 11917 (java) S 11907 11909 11860 0 -1 64 555 0 0 0 76 0 0 0 16 0 12 0 149536392 1755443200 47710 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=11909/tid=11918] ppid=11907 vsize=1714300 CPUtime=0.86
/proc/11909/task/11918/stat : 11918 (java) S 11907 11909 11860 0 -1 64 1396 0 0 0 86 0 0 0 16 0 12 0 149536392 1755443200 47710 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=11909/tid=11919] ppid=11907 vsize=1714300 CPUtime=0
/proc/11909/task/11919/stat : 11919 (java) S 11907 11909 11860 0 -1 64 1 0 0 0 0 0 0 0 22 0 12 0 149536392 1755443200 47710 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=11909/tid=11920] ppid=11907 vsize=1714300 CPUtime=0
/proc/11909/task/11920/stat : 11920 (java) S 11907 11909 11860 0 -1 64 2 0 0 0 0 0 0 0 15 0 12 0 149536392 1755443200 47710 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 21.52
Current children cumulated vsize (Kb) 1714300

[startup+30.0168 s]
/proc/loadavg: 0.99 0.98 0.99 3/76 11924
/proc/meminfo: memFree=498592/2055920 swapFree=4183076/4192956
[pid=11909] ppid=11907 vsize=1714300 CPUtime=32.04
/proc/11909/stat : 11909 (java) S 11907 11909 11860 0 -1 0 54095 0 98 0 3175 29 0 0 25 0 13 0 149536357 1755443200 52200 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/11909/statm: 428575 52200 1911 14 0 415322 0
[pid=11909/tid=11910] ppid=11907 vsize=1714300 CPUtime=1.05
/proc/11909/task/11910/stat : 11910 (java) R 11907 11909 11860 0 -1 64 9554 0 0 0 101 4 0 0 17 0 13 0 149536383 1755443200 52200 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4154649129 0 4 0 23759 0 0 0 -1 0 0 0
[pid=11909/tid=11911] ppid=11907 vsize=1714300 CPUtime=1.05
/proc/11909/task/11911/stat : 11911 (java) R 11907 11909 11860 0 -1 64 6104 0 0 0 101 4 0 0 18 0 13 0 149536383 1755443200 52200 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=11909/tid=11912] ppid=11907 vsize=1714300 CPUtime=0
/proc/11909/task/11912/stat : 11912 (java) S 11907 11909 11860 0 -1 64 19 0 0 0 0 0 0 0 16 0 13 0 149536386 1755443200 52200 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=11909/tid=11913] ppid=11907 vsize=1714300 CPUtime=0
/proc/11909/task/11913/stat : 11913 (java) S 11907 11909 11860 0 -1 64 9 0 0 0 0 0 0 0 16 0 13 0 149536386 1755443200 52200 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=11909/tid=11914] ppid=11907 vsize=1714300 CPUtime=0
/proc/11909/task/11914/stat : 11914 (java) S 11907 11909 11860 0 -1 64 5 0 0 0 0 0 0 0 16 0 13 0 149536386 1755443200 52200 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=11909/tid=11915] ppid=11907 vsize=1714300 CPUtime=0
/proc/11909/task/11915/stat : 11915 (java) S 11907 11909 11860 0 -1 64 0 0 0 0 0 0 0 0 21 0 13 0 149536392 1755443200 52200 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=11909/tid=11916] ppid=11907 vsize=1714300 CPUtime=0
/proc/11909/task/11916/stat : 11916 (java) S 11907 11909 11860 0 -1 64 2 0 0 0 0 0 0 0 16 0 13 0 149536392 1755443200 52200 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=11909/tid=11917] ppid=11907 vsize=1714300 CPUtime=0.82
/proc/11909/task/11917/stat : 11917 (java) S 11907 11909 11860 0 -1 64 559 0 0 0 82 0 0 0 16 0 13 0 149536392 1755443200 52200 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=11909/tid=11918] ppid=11907 vsize=1714300 CPUtime=0.92
/proc/11909/task/11918/stat : 11918 (java) S 11907 11909 11860 0 -1 64 1400 0 0 0 92 0 0 0 17 0 13 0 149536392 1755443200 52200 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=11909/tid=11919] ppid=11907 vsize=1714300 CPUtime=0
/proc/11909/task/11919/stat : 11919 (java) S 11907 11909 11860 0 -1 64 1 0 0 0 0 0 0 0 22 0 13 0 149536392 1755443200 52200 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=11909/tid=11920] ppid=11907 vsize=1714300 CPUtime=0
/proc/11909/task/11920/stat : 11920 (java) S 11907 11909 11860 0 -1 64 2 0 0 0 0 0 0 0 15 0 13 0 149536392 1755443200 52200 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=11909/tid=11924] ppid=11907 vsize=1714300 CPUtime=0
/proc/11909/task/11924/stat : 11924 (java) S 11907 11909 11860 0 -1 64 0 0 0 0 0 0 0 0 25 0 13 0 149539300 1755443200 52200 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 32.04
Current children cumulated vsize (Kb) 1714300

[startup+40.0237 s]
/proc/loadavg: 0.99 0.98 0.99 2/75 11925
/proc/meminfo: memFree=483232/2055920 swapFree=4183076/4192956
[pid=11909] ppid=11907 vsize=1714300 CPUtime=42.16
/proc/11909/stat : 11909 (java) R 11907 11909 11860 0 -1 0 59314 0 98 0 4185 31 0 0 25 0 12 0 149536357 1755443200 56042 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4071674532 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/11909/statm: 428575 56042 1911 14 0 415322 0
[pid=11909/tid=11910] ppid=11907 vsize=1714300 CPUtime=1.17
/proc/11909/task/11910/stat : 11910 (java) S 11907 11909 11860 0 -1 64 12165 0 0 0 112 5 0 0 16 0 12 0 149536383 1755443200 56042 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=11909/tid=11911] ppid=11907 vsize=1714300 CPUtime=1.17
/proc/11909/task/11911/stat : 11911 (java) S 11907 11909 11860 0 -1 64 8707 0 0 0 112 5 0 0 17 0 12 0 149536383 1755443200 56042 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=11909/tid=11912] ppid=11907 vsize=1714300 CPUtime=0
/proc/11909/task/11912/stat : 11912 (java) S 11907 11909 11860 0 -1 64 19 0 0 0 0 0 0 0 16 0 12 0 149536386 1755443200 56042 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=11909/tid=11913] ppid=11907 vsize=1714300 CPUtime=0
/proc/11909/task/11913/stat : 11913 (java) S 11907 11909 11860 0 -1 64 9 0 0 0 0 0 0 0 16 0 12 0 149536386 1755443200 56042 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=11909/tid=11914] ppid=11907 vsize=1714300 CPUtime=0
/proc/11909/task/11914/stat : 11914 (java) S 11907 11909 11860 0 -1 64 5 0 0 0 0 0 0 0 16 0 12 0 149536386 1755443200 56042 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=11909/tid=11915] ppid=11907 vsize=1714300 CPUtime=0
/proc/11909/task/11915/stat : 11915 (java) S 11907 11909 11860 0 -1 64 0 0 0 0 0 0 0 0 21 0 12 0 149536392 1755443200 56042 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=11909/tid=11916] ppid=11907 vsize=1714300 CPUtime=0
/proc/11909/task/11916/stat : 11916 (java) S 11907 11909 11860 0 -1 64 2 0 0 0 0 0 0 0 16 0 12 0 149536392 1755443200 56042 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=11909/tid=11917] ppid=11907 vsize=1714300 CPUtime=0.82
/proc/11909/task/11917/stat : 11917 (java) S 11907 11909 11860 0 -1 64 559 0 0 0 82 0 0 0 17 0 12 0 149536392 1755443200 56042 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=11909/tid=11918] ppid=11907 vsize=1714300 CPUtime=0.92
/proc/11909/task/11918/stat : 11918 (java) S 11907 11909 11860 0 -1 64 1400 0 0 0 92 0 0 0 17 0 12 0 149536392 1755443200 56042 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=11909/tid=11919] ppid=11907 vsize=1714300 CPUtime=0
/proc/11909/task/11919/stat : 11919 (java) S 11907 11909 11860 0 -1 64 1 0 0 0 0 0 0 0 22 0 12 0 149536392 1755443200 56042 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=11909/tid=11920] ppid=11907 vsize=1714300 CPUtime=0
/proc/11909/task/11920/stat : 11920 (java) S 11907 11909 11860 0 -1 64 2 0 0 0 0 0 0 0 15 0 12 0 149536392 1755443200 56042 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 42.16
Current children cumulated vsize (Kb) 1714300

[startup+50.0306 s]
/proc/loadavg: 0.99 0.98 0.99 2/76 11926
/proc/meminfo: memFree=467288/2055920 swapFree=4183076/4192956
[pid=11909] ppid=11907 vsize=1715612 CPUtime=52.61
/proc/11909/stat : 11909 (java) R 11907 11909 11860 0 -1 0 67057 0 98 0 5227 34 0 0 25 0 13 0 149536357 1756786688 60042 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4071682991 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/11909/statm: 428903 60042 1912 14 0 415650 0
[pid=11909/tid=11910] ppid=11907 vsize=1715612 CPUtime=1.34
/proc/11909/task/11910/stat : 11910 (java) S 11907 11909 11860 0 -1 64 15638 0 0 0 128 6 0 0 17 0 13 0 149536383 1756786688 60042 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=11909/tid=11911] ppid=11907 vsize=1715612 CPUtime=1.35
/proc/11909/task/11911/stat : 11911 (java) S 11907 11909 11860 0 -1 64 12266 0 0 0 128 7 0 0 16 0 13 0 149536383 1756786688 60042 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=11909/tid=11912] ppid=11907 vsize=1715612 CPUtime=0
/proc/11909/task/11912/stat : 11912 (java) S 11907 11909 11860 0 -1 64 20 0 0 0 0 0 0 0 15 0 13 0 149536386 1756786688 60042 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=11909/tid=11913] ppid=11907 vsize=1715612 CPUtime=0
/proc/11909/task/11913/stat : 11913 (java) S 11907 11909 11860 0 -1 64 9 0 0 0 0 0 0 0 16 0 13 0 149536386 1756786688 60042 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=11909/tid=11914] ppid=11907 vsize=1715612 CPUtime=0
/proc/11909/task/11914/stat : 11914 (java) S 11907 11909 11860 0 -1 64 5 0 0 0 0 0 0 0 16 0 13 0 149536386 1756786688 60042 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=11909/tid=11915] ppid=11907 vsize=1715612 CPUtime=0
/proc/11909/task/11915/stat : 11915 (java) S 11907 11909 11860 0 -1 64 0 0 0 0 0 0 0 0 21 0 13 0 149536392 1756786688 60042 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=11909/tid=11916] ppid=11907 vsize=1715612 CPUtime=0
/proc/11909/task/11916/stat : 11916 (java) S 11907 11909 11860 0 -1 64 2 0 0 0 0 0 0 0 16 0 13 0 149536392 1756786688 60042 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=11909/tid=11917] ppid=11907 vsize=1715612 CPUtime=1.06
/proc/11909/task/11917/stat : 11917 (java) S 11907 11909 11860 0 -1 64 1153 0 0 0 106 0 0 0 15 0 13 0 149536392 1756786688 60042 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=11909/tid=11918] ppid=11907 vsize=1715612 CPUtime=1.04
/proc/11909/task/11918/stat : 11918 (java) S 11907 11909 11860 0 -1 64 1503 0 0 0 104 0 0 0 16 0 13 0 149536392 1756786688 60042 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=11909/tid=11919] ppid=11907 vsize=1715612 CPUtime=0
/proc/11909/task/11919/stat : 11919 (java) S 11907 11909 11860 0 -1 64 1 0 0 0 0 0 0 0 22 0 13 0 149536392 1756786688 60042 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=11909/tid=11920] ppid=11907 vsize=1715612 CPUtime=0
/proc/11909/task/11920/stat : 11920 (java) S 11907 11909 11860 0 -1 64 2 0 0 0 0 0 0 0 15 0 13 0 149536392 1756786688 60042 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=11909/tid=11926] ppid=11907 vsize=1715612 CPUtime=0
/proc/11909/task/11926/stat : 11926 (java) S 11907 11909 11860 0 -1 64 0 0 0 0 0 0 0 0 25 0 13 0 149541111 1756786688 60042 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 52.61
Current children cumulated vsize (Kb) 1715612

[startup+60.0376 s]
/proc/loadavg: 0.99 0.98 0.99 2/75 11926
/proc/meminfo: memFree=441944/2055920 swapFree=4183076/4192956
[pid=11909] ppid=11907 vsize=1714736 CPUtime=63.09
/proc/11909/stat : 11909 (java) R 11907 11909 11860 0 -1 0 74830 0 98 0 6270 39 0 0 25 0 12 0 149536357 1755889664 66315 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4071674600 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/11909/statm: 428684 66315 1912 14 0 415431 0
[pid=11909/tid=11910] ppid=11907 vsize=1714736 CPUtime=1.72
/proc/11909/task/11910/stat : 11910 (java) S 11907 11909 11860 0 -1 64 20564 0 0 0 163 9 0 0 16 0 12 0 149536383 1755889664 66315 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=11909/tid=11911] ppid=11907 vsize=1714736 CPUtime=1.73
/proc/11909/task/11911/stat : 11911 (java) S 11907 11909 11860 0 -1 64 15096 0 0 0 165 8 0 0 16 0 12 0 149536383 1755889664 66315 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=11909/tid=11912] ppid=11907 vsize=1714736 CPUtime=0
/proc/11909/task/11912/stat : 11912 (java) S 11907 11909 11860 0 -1 64 22 0 0 0 0 0 0 0 16 0 12 0 149536386 1755889664 66315 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=11909/tid=11913] ppid=11907 vsize=1714736 CPUtime=0
/proc/11909/task/11913/stat : 11913 (java) S 11907 11909 11860 0 -1 64 9 0 0 0 0 0 0 0 16 0 12 0 149536386 1755889664 66315 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=11909/tid=11914] ppid=11907 vsize=1714736 CPUtime=0
/proc/11909/task/11914/stat : 11914 (java) S 11907 11909 11860 0 -1 64 5 0 0 0 0 0 0 0 16 0 12 0 149536386 1755889664 66315 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=11909/tid=11915] ppid=11907 vsize=1714736 CPUtime=0
/proc/11909/task/11915/stat : 11915 (java) S 11907 11909 11860 0 -1 64 0 0 0 0 0 0 0 0 21 0 12 0 149536392 1755889664 66315 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=11909/tid=11916] ppid=11907 vsize=1714736 CPUtime=0
/proc/11909/task/11916/stat : 11916 (java) S 11907 11909 11860 0 -1 64 2 0 0 0 0 0 0 0 16 0 12 0 149536392 1755889664 66315 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=11909/tid=11917] ppid=11907 vsize=1714736 CPUtime=1.12
/proc/11909/task/11917/stat : 11917 (java) S 11907 11909 11860 0 -1 64 1157 0 0 0 112 0 0 0 17 0 12 0 149536392 1755889664 66315 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=11909/tid=11918] ppid=11907 vsize=1714736 CPUtime=1.09

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


[startup+1747.42 s]
/proc/loadavg: 1.00 1.00 1.00 2/76 12128
/proc/meminfo: memFree=16256/2055920 swapFree=4183076/4192956
[pid=11909] ppid=11907 vsize=1714300 CPUtime=1798.25
/proc/11909/stat : 11909 (java) S 11907 11909 11860 0 -1 0 458212 0 98 0 179452 373 0 0 19 0 13 0 149536357 1755443200 389865 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/11909/statm: 428575 389865 1914 14 0 415322 0
[pid=11909/tid=11910] ppid=11907 vsize=1714300 CPUtime=50.66
/proc/11909/task/11910/stat : 11910 (java) S 11907 11909 11860 0 -1 64 192342 0 0 0 4903 163 0 0 17 0 13 0 149536383 1755443200 389865 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=11909/tid=11911] ppid=11907 vsize=1714300 CPUtime=50.61
/proc/11909/task/11911/stat : 11911 (java) S 11907 11909 11860 0 -1 64 224379 0 0 0 4900 161 0 0 17 0 13 0 149536383 1755443200 389865 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=11909/tid=11912] ppid=11907 vsize=1714300 CPUtime=597.69
/proc/11909/task/11912/stat : 11912 (java) R 11907 11909 11860 0 -1 64 70 0 0 0 59754 15 0 0 21 0 13 0 149536386 1755443200 389865 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4154649000 0 0 0 23759 0 0 0 -1 0 0 0
[pid=11909/tid=11913] ppid=11907 vsize=1714300 CPUtime=0
/proc/11909/task/11913/stat : 11913 (java) S 11907 11909 11860 0 -1 64 9 0 0 0 0 0 0 0 16 0 13 0 149536386 1755443200 389865 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=11909/tid=11914] ppid=11907 vsize=1714300 CPUtime=0
/proc/11909/task/11914/stat : 11914 (java) S 11907 11909 11860 0 -1 64 5 0 0 0 0 0 0 0 16 0 13 0 149536386 1755443200 389865 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=11909/tid=11915] ppid=11907 vsize=1714300 CPUtime=0
/proc/11909/task/11915/stat : 11915 (java) S 11907 11909 11860 0 -1 64 0 0 0 0 0 0 0 0 21 0 13 0 149536392 1755443200 389865 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=11909/tid=11916] ppid=11907 vsize=1714300 CPUtime=0
/proc/11909/task/11916/stat : 11916 (java) S 11907 11909 11860 0 -1 64 2 0 0 0 0 0 0 0 16 0 13 0 149536392 1755443200 389865 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=11909/tid=11917] ppid=11907 vsize=1714300 CPUtime=1.24
/proc/11909/task/11917/stat : 11917 (java) S 11907 11909 11860 0 -1 64 1166 0 0 0 124 0 0 0 17 0 13 0 149536392 1755443200 389865 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=11909/tid=11918] ppid=11907 vsize=1714300 CPUtime=1.12
/proc/11909/task/11918/stat : 11918 (java) S 11907 11909 11860 0 -1 64 1508 0 0 0 112 0 0 0 16 0 13 0 149536392 1755443200 389865 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=11909/tid=11919] ppid=11907 vsize=1714300 CPUtime=0
/proc/11909/task/11919/stat : 11919 (java) S 11907 11909 11860 0 -1 64 1 0 0 0 0 0 0 0 22 0 13 0 149536392 1755443200 389865 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=11909/tid=11920] ppid=11907 vsize=1714300 CPUtime=0
/proc/11909/task/11920/stat : 11920 (java) S 11907 11909 11860 0 -1 64 2 0 0 0 0 0 0 0 15 0 13 0 149536392 1755443200 389865 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=11909/tid=12128] ppid=11907 vsize=1714300 CPUtime=0
/proc/11909/task/12128/stat : 12128 (java) S 11907 11909 11860 0 -1 64 42 0 0 0 0 0 0 0 16 0 13 0 149551633 1755443200 389865 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1798.25
Current children cumulated vsize (Kb) 1714300

[startup+1748.43 s]
/proc/loadavg: 1.00 1.00 1.00 2/76 12128
/proc/meminfo: memFree=16256/2055920 swapFree=4183076/4192956
[pid=11909] ppid=11907 vsize=1714300 CPUtime=1799.26
/proc/11909/stat : 11909 (java) R 11907 11909 11860 0 -1 0 458212 0 98 0 179553 373 0 0 19 0 13 0 149536357 1755443200 389865 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4071231411 0 4 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/11909/statm: 428575 389865 1914 14 0 415322 0
[pid=11909/tid=11910] ppid=11907 vsize=1714300 CPUtime=50.66
/proc/11909/task/11910/stat : 11910 (java) S 11907 11909 11860 0 -1 64 192342 0 0 0 4903 163 0 0 17 0 13 0 149536383 1755443200 389865 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=11909/tid=11911] ppid=11907 vsize=1714300 CPUtime=50.61
/proc/11909/task/11911/stat : 11911 (java) S 11907 11909 11860 0 -1 64 224379 0 0 0 4900 161 0 0 17 0 13 0 149536383 1755443200 389865 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=11909/tid=11912] ppid=11907 vsize=1714300 CPUtime=598.34
/proc/11909/task/11912/stat : 11912 (java) S 11907 11909 11860 0 -1 64 70 0 0 0 59819 15 0 0 16 0 13 0 149536386 1755443200 389865 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=11909/tid=11913] ppid=11907 vsize=1714300 CPUtime=0
/proc/11909/task/11913/stat : 11913 (java) S 11907 11909 11860 0 -1 64 9 0 0 0 0 0 0 0 16 0 13 0 149536386 1755443200 389865 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=11909/tid=11914] ppid=11907 vsize=1714300 CPUtime=0
/proc/11909/task/11914/stat : 11914 (java) S 11907 11909 11860 0 -1 64 5 0 0 0 0 0 0 0 16 0 13 0 149536386 1755443200 389865 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=11909/tid=11915] ppid=11907 vsize=1714300 CPUtime=0
/proc/11909/task/11915/stat : 11915 (java) S 11907 11909 11860 0 -1 64 0 0 0 0 0 0 0 0 21 0 13 0 149536392 1755443200 389865 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=11909/tid=11916] ppid=11907 vsize=1714300 CPUtime=0
/proc/11909/task/11916/stat : 11916 (java) S 11907 11909 11860 0 -1 64 2 0 0 0 0 0 0 0 16 0 13 0 149536392 1755443200 389865 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=11909/tid=11917] ppid=11907 vsize=1714300 CPUtime=1.24
/proc/11909/task/11917/stat : 11917 (java) S 11907 11909 11860 0 -1 64 1166 0 0 0 124 0 0 0 17 0 13 0 149536392 1755443200 389865 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=11909/tid=11918] ppid=11907 vsize=1714300 CPUtime=1.12
/proc/11909/task/11918/stat : 11918 (java) S 11907 11909 11860 0 -1 64 1508 0 0 0 112 0 0 0 16 0 13 0 149536392 1755443200 389865 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=11909/tid=11919] ppid=11907 vsize=1714300 CPUtime=0
/proc/11909/task/11919/stat : 11919 (java) S 11907 11909 11860 0 -1 64 1 0 0 0 0 0 0 0 22 0 13 0 149536392 1755443200 389865 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=11909/tid=11920] ppid=11907 vsize=1714300 CPUtime=0
/proc/11909/task/11920/stat : 11920 (java) S 11907 11909 11860 0 -1 64 2 0 0 0 0 0 0 0 15 0 13 0 149536392 1755443200 389865 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=11909/tid=12128] ppid=11907 vsize=1714300 CPUtime=0
/proc/11909/task/12128/stat : 12128 (java) S 11907 11909 11860 0 -1 64 42 0 0 0 0 0 0 0 16 0 13 0 149551633 1755443200 389865 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1799.26
Current children cumulated vsize (Kb) 1714300

[startup+1749.44 s]
/proc/loadavg: 1.00 1.00 1.00 2/76 12128
/proc/meminfo: memFree=16192/2055920 swapFree=4183076/4192956
[pid=11909] ppid=11907 vsize=1714300 CPUtime=1800.26
/proc/11909/stat : 11909 (java) S 11907 11909 11860 0 -1 0 458213 0 98 0 179653 373 0 0 19 0 13 0 149536357 1755443200 389865 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/11909/statm: 428575 389865 1914 14 0 415322 0
[pid=11909/tid=11910] ppid=11907 vsize=1714300 CPUtime=50.66
/proc/11909/task/11910/stat : 11910 (java) S 11907 11909 11860 0 -1 64 192342 0 0 0 4903 163 0 0 17 0 13 0 149536383 1755443200 389865 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=11909/tid=11911] ppid=11907 vsize=1714300 CPUtime=50.61
/proc/11909/task/11911/stat : 11911 (java) S 11907 11909 11860 0 -1 64 224379 0 0 0 4900 161 0 0 17 0 13 0 149536383 1755443200 389865 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=11909/tid=11912] ppid=11907 vsize=1714300 CPUtime=599.29
/proc/11909/task/11912/stat : 11912 (java) R 11907 11909 11860 0 -1 64 70 0 0 0 59914 15 0 0 17 0 13 0 149536386 1755443200 389865 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4152716251 0 0 0 23759 0 0 0 -1 0 0 0
[pid=11909/tid=11913] ppid=11907 vsize=1714300 CPUtime=0
/proc/11909/task/11913/stat : 11913 (java) S 11907 11909 11860 0 -1 64 9 0 0 0 0 0 0 0 16 0 13 0 149536386 1755443200 389865 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=11909/tid=11914] ppid=11907 vsize=1714300 CPUtime=0
/proc/11909/task/11914/stat : 11914 (java) S 11907 11909 11860 0 -1 64 5 0 0 0 0 0 0 0 16 0 13 0 149536386 1755443200 389865 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=11909/tid=11915] ppid=11907 vsize=1714300 CPUtime=0
/proc/11909/task/11915/stat : 11915 (java) S 11907 11909 11860 0 -1 64 0 0 0 0 0 0 0 0 21 0 13 0 149536392 1755443200 389865 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=11909/tid=11916] ppid=11907 vsize=1714300 CPUtime=0
/proc/11909/task/11916/stat : 11916 (java) S 11907 11909 11860 0 -1 64 2 0 0 0 0 0 0 0 16 0 13 0 149536392 1755443200 389865 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=11909/tid=11917] ppid=11907 vsize=1714300 CPUtime=1.24
/proc/11909/task/11917/stat : 11917 (java) S 11907 11909 11860 0 -1 64 1166 0 0 0 124 0 0 0 17 0 13 0 149536392 1755443200 389865 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=11909/tid=11918] ppid=11907 vsize=1714300 CPUtime=1.12
/proc/11909/task/11918/stat : 11918 (java) S 11907 11909 11860 0 -1 64 1508 0 0 0 112 0 0 0 16 0 13 0 149536392 1755443200 389865 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=11909/tid=11919] ppid=11907 vsize=1714300 CPUtime=0
/proc/11909/task/11919/stat : 11919 (java) S 11907 11909 11860 0 -1 64 1 0 0 0 0 0 0 0 22 0 13 0 149536392 1755443200 389865 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=11909/tid=11920] ppid=11907 vsize=1714300 CPUtime=0
/proc/11909/task/11920/stat : 11920 (java) S 11907 11909 11860 0 -1 64 2 0 0 0 0 0 0 0 15 0 13 0 149536392 1755443200 389865 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=11909/tid=12128] ppid=11907 vsize=1714300 CPUtime=0
/proc/11909/task/12128/stat : 12128 (java) S 11907 11909 11860 0 -1 64 42 0 0 0 0 0 0 0 16 0 13 0 149551633 1755443200 389865 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1800.26
Current children cumulated vsize (Kb) 1714300



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1749.44 s]
/proc/loadavg: 1.00 1.00 1.00 2/76 12128
/proc/meminfo: memFree=16192/2055920 swapFree=4183076/4192956
[pid=11909] ppid=11907 vsize=1714300 CPUtime=1800.27
/proc/11909/stat : 11909 (java) S 11907 11909 11860 0 -1 0 458213 0 98 0 179654 373 0 0 19 0 13 0 149536357 1755443200 389865 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/11909/statm: 428575 389865 1914 14 0 415322 0
[pid=11909/tid=11910] ppid=11907 vsize=1714300 CPUtime=50.66
/proc/11909/task/11910/stat : 11910 (java) S 11907 11909 11860 0 -1 64 192342 0 0 0 4903 163 0 0 17 0 13 0 149536383 1755443200 389865 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=11909/tid=11911] ppid=11907 vsize=1714300 CPUtime=50.61
/proc/11909/task/11911/stat : 11911 (java) S 11907 11909 11860 0 -1 64 224379 0 0 0 4900 161 0 0 17 0 13 0 149536383 1755443200 389865 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=11909/tid=11912] ppid=11907 vsize=1714300 CPUtime=599.3
/proc/11909/task/11912/stat : 11912 (java) R 11907 11909 11860 0 -1 64 70 0 0 0 59915 15 0 0 17 0 13 0 149536386 1755443200 389865 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4154472604 0 0 0 23759 0 0 0 -1 0 0 0
[pid=11909/tid=11913] ppid=11907 vsize=1714300 CPUtime=0
/proc/11909/task/11913/stat : 11913 (java) S 11907 11909 11860 0 -1 64 9 0 0 0 0 0 0 0 16 0 13 0 149536386 1755443200 389865 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=11909/tid=11914] ppid=11907 vsize=1714300 CPUtime=0
/proc/11909/task/11914/stat : 11914 (java) S 11907 11909 11860 0 -1 64 5 0 0 0 0 0 0 0 16 0 13 0 149536386 1755443200 389865 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=11909/tid=11915] ppid=11907 vsize=1714300 CPUtime=0
/proc/11909/task/11915/stat : 11915 (java) S 11907 11909 11860 0 -1 64 0 0 0 0 0 0 0 0 21 0 13 0 149536392 1755443200 389865 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=11909/tid=11916] ppid=11907 vsize=1714300 CPUtime=0
/proc/11909/task/11916/stat : 11916 (java) S 11907 11909 11860 0 -1 64 2 0 0 0 0 0 0 0 16 0 13 0 149536392 1755443200 389865 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=11909/tid=11917] ppid=11907 vsize=1714300 CPUtime=1.24
/proc/11909/task/11917/stat : 11917 (java) S 11907 11909 11860 0 -1 64 1166 0 0 0 124 0 0 0 17 0 13 0 149536392 1755443200 389865 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=11909/tid=11918] ppid=11907 vsize=1714300 CPUtime=1.12
/proc/11909/task/11918/stat : 11918 (java) S 11907 11909 11860 0 -1 64 1508 0 0 0 112 0 0 0 16 0 13 0 149536392 1755443200 389865 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=11909/tid=11919] ppid=11907 vsize=1714300 CPUtime=0
/proc/11909/task/11919/stat : 11919 (java) S 11907 11909 11860 0 -1 64 1 0 0 0 0 0 0 0 22 0 13 0 149536392 1755443200 389865 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=11909/tid=11920] ppid=11907 vsize=1714300 CPUtime=0
/proc/11909/task/11920/stat : 11920 (java) S 11907 11909 11860 0 -1 64 2 0 0 0 0 0 0 0 15 0 13 0 149536392 1755443200 389865 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=11909/tid=12128] ppid=11907 vsize=1714300 CPUtime=0
/proc/11909/task/12128/stat : 12128 (java) S 11907 11909 11860 0 -1 64 42 0 0 0 0 0 0 0 16 0 13 0 149551633 1755443200 389865 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1800.27
Current children cumulated vsize (Kb) 1714300

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

[startup+1750.45 s]
/proc/loadavg: 1.00 1.00 1.00 2/77 12129
/proc/meminfo: memFree=16184/2055920 swapFree=4183076/4192956
[pid=11909] ppid=11907 vsize=1714300 CPUtime=1801.28
/proc/11909/stat : 11909 (java) S 11907 11909 11860 0 -1 0 458213 0 98 0 179755 373 0 0 16 0 13 0 149536357 1755443200 389865 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/11909/statm: 428575 389865 1914 14 0 415322 0
[pid=11909/tid=11910] ppid=11907 vsize=1714300 CPUtime=50.66
/proc/11909/task/11910/stat : 11910 (java) S 11907 11909 11860 0 -1 64 192342 0 0 0 4903 163 0 0 17 0 13 0 149536383 1755443200 389865 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=11909/tid=11911] ppid=11907 vsize=1714300 CPUtime=50.61
/proc/11909/task/11911/stat : 11911 (java) S 11907 11909 11860 0 -1 64 224379 0 0 0 4900 161 0 0 17 0 13 0 149536383 1755443200 389865 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=11909/tid=11912] ppid=11907 vsize=1714300 CPUtime=600.31
/proc/11909/task/11912/stat : 11912 (java) R 11907 11909 11860 0 -1 64 70 0 0 0 60016 15 0 0 18 0 13 0 149536386 1755443200 389865 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4154472604 0 0 0 23759 0 0 0 -1 0 0 0
[pid=11909/tid=11913] ppid=11907 vsize=1714300 CPUtime=0
/proc/11909/task/11913/stat : 11913 (java) S 11907 11909 11860 0 -1 64 9 0 0 0 0 0 0 0 16 0 13 0 149536386 1755443200 389865 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=11909/tid=11914] ppid=11907 vsize=1714300 CPUtime=0
/proc/11909/task/11914/stat : 11914 (java) S 11907 11909 11860 0 -1 64 5 0 0 0 0 0 0 0 16 0 13 0 149536386 1755443200 389865 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=11909/tid=11915] ppid=11907 vsize=1714300 CPUtime=0
/proc/11909/task/11915/stat : 11915 (java) S 11907 11909 11860 0 -1 64 0 0 0 0 0 0 0 0 16 0 13 0 149536392 1755443200 389865 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=11909/tid=11916] ppid=11907 vsize=1714300 CPUtime=0
/proc/11909/task/11916/stat : 11916 (java) S 11907 11909 11860 0 -1 64 2 0 0 0 0 0 0 0 16 0 13 0 149536392 1755443200 389865 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=11909/tid=11917] ppid=11907 vsize=1714300 CPUtime=1.24
/proc/11909/task/11917/stat : 11917 (java) S 11907 11909 11860 0 -1 64 1166 0 0 0 124 0 0 0 17 0 13 0 149536392 1755443200 389865 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=11909/tid=11918] ppid=11907 vsize=1714300 CPUtime=1.12
/proc/11909/task/11918/stat : 11918 (java) S 11907 11909 11860 0 -1 64 1508 0 0 0 112 0 0 0 16 0 13 0 149536392 1755443200 389865 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=11909/tid=11919] ppid=11907 vsize=1714300 CPUtime=0
/proc/11909/task/11919/stat : 11919 (java) S 11907 11909 11860 0 -1 64 1 0 0 0 0 0 0 0 22 0 13 0 149536392 1755443200 389865 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=11909/tid=11920] ppid=11907 vsize=1714300 CPUtime=0
/proc/11909/task/11920/stat : 11920 (java) S 11907 11909 11860 0 -1 64 2 0 0 0 0 0 0 0 15 0 13 0 149536392 1755443200 389865 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=11909/tid=12128] ppid=11907 vsize=1714300 CPUtime=0
/proc/11909/task/12128/stat : 12128 (java) S 11907 11909 11860 0 -1 64 42 0 0 0 0 0 0 0 16 0 13 0 149551633 1755443200 389865 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1801.28
Current children cumulated vsize (Kb) 1714300

Sending SIGKILL to process tree (bottom up)

[startup+1751.46 s]
/proc/loadavg: 1.00 1.00 1.00 2/77 12129
/proc/meminfo: memFree=16184/2055920 swapFree=4183076/4192956
[pid=11909] ppid=11907 vsize=0 CPUtime=1802.29
/proc/11909/stat : 11909 (java) Z 11907 11909 11860 0 -1 1036 458213 0 98 0 179856 373 0 0 16 0 6 0 149536357 0 0 18446744073709551615 0 0 0 0 0 0 4 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/11909/statm: 0 0 0 0 0 0 0
Current children cumulated CPU time (s) 1802.29
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=548682066592 childrusage.ru_utime.tv_usec=548682066528 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.29

Using last known CPU time as value...

Real time (s): 1751.46
CPU time (s): 1802.29
CPU user time (s): 1798.56
CPU system time (s): 3.73
CPU usage (%): 102.902
Max. virtual memory (cumulated for all children) (Kb): 1715612
The end

Launcher Data (download as text)

Begin job on node23 on Thu Jul 27 18:59:22 UTC 2006


FILE ID= 42445-1154026762

PBS_JOBID= 880801

BENCH NAME= HOME/pub/bench/PB06//final/normalized-PB06/OPT-SMALLINT/reduced/mps-v2-20-10/plato.asu.edu/pub/unibo/normalized-reduced-mps-v2-20-10-rail507.opb
COMMAND LINE= java -server -Xms1500M -Xmx1500M -jar ROOT/solvers/PB/PB06final/user5/sat4jPseudoHeuristics.jar ROOT/tmp/node23/42445-1154026762/instance-42445-1154026762.opb 824240218
RUNSOLVER COMMAND LINE= runsolver  --timestamp  -w ROOT/results/node23/watcher-42445-1154026762 -o ROOT/results/node23/solver-42445-1154026762 -C 1800 -M 1800 -S 64  java -server -Xms1500M -Xmx1500M -jar ROOT/solvers/PB/PB06final/user5/sat4jPseudoHeuristics.jar ROOT/tmp/node23/42445-1154026762/instance-42445-1154026762.opb 824240218

MD5SUM SOLVER= 3cef94aa015dc0dd234d31843a257d70
MD5SUM BENCH=  1d990dd8841615caa29b3d304bde4f0b

RANDOM SEED= 824240218

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.281
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.281
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:        715968 kB
Buffers:         35020 kB
Cached:        1233480 kB
SwapCached:       3644 kB
Active:         236444 kB
Inactive:      1040560 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:        715968 kB
SwapTotal:     4192956 kB
SwapFree:      4183076 kB
Dirty:             172 kB
Writeback:           0 kB
Mapped:          14524 kB
Slab:            48976 kB
Committed_AS:   609672 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 node23 on Thu Jul 27 19:28:34 UTC 2006