Trace number 50819

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.71 1729.75

General information on the benchmark

Namenormalized-PB06/OPT-SMALLINT/submitted-PB06/
manquiho/logic_synthesis/normalized-apex6.b.opb
MD5SUM06ffce7cc6d5515cfd76def90ae69d59
Bench CategoryOPT-SMALLINT (optimisation, small integers)
Best result obtained on this benchmarkSAT
Best value of the objective obtained on this benchmark136
Best CPU time to get the best result obtained on this benchmark1800.71
Has Objective FunctionYES
SatisfiableYES
(Un)Satisfiability was provedYES
Best value of the objective function 136
Optimality of the best value was proved NO
Number of variables3098
Total number of constraints6012
Number of constraints which are clauses6012
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 constraint1
Maximum length of a constraint386
Number of terms in the objective function 3098
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 3098
Number of bits of the sum of numbers in the objective function 12
Biggest number in a constraint 1
Number of bits of the biggest number in a constraint 1
Biggest sum of numbers in a constraint 3098
Number of bits of the biggest sum of numbers12
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.15	c SAT4J: a SATisfiability library for Java (c) 2004-2006 Daniel Le Berre
0.15	c This is free software under the GNU LGPL licence. See www.sat4j.org for details.
0.15	c no version file found!!!
0.15	c sun.arch.data.model	32
0.15	c java.version	1.5.0_06
0.15	c os.name	Linux
0.15	c os.version	2.6.9-22.EL.rootsmp
0.15	c os.arch	i386
0.15	c Free memory 1548419056
0.15	c Max memory 1551040512
0.15	c Total memory 1551040512
0.15	c Number of processors 2
0.20	c Cutting planes based inference
0.20	c --- Begin Solver configuration ---
0.20	c org.sat4j.minisat.uip.FirstUIP@1037c71
0.20	c org.sat4j.minisat.constraints.PBMaxClauseCardConstrDataStructure@1df073d
0.20	c org.sat4j.minisat.learning.MiniSATLearning@1546e25
0.20	c conflictBoundIncFactor=1.5 learntBoundIncFactor=1.1 initLearntBoundConstraintFactor=10000.0 initConflictBound=100 
0.20	c VSIDS like heuristics from MiniSAT using a heap
0.20	c No reason simplification
0.20	c --- End Solver configuration ---
0.20	c solving ROOT/tmp/node5/50819-1154086198/instance-50819-1154086198.opb
0.20	c reading problem ... 
2.13	c ... done. Time 1.925 ms.
2.13	c #vars     3098
2.13	c #constraints  5721
2.26	c SATISFIABLE
2.26	c OPTIMIZING...
2.26	c Got one! Ellapsed CPU time (in seconds):2.053
2.28	o 183
2.72	c Got one! Ellapsed CPU time (in seconds):2.516
2.73	o 182
2.94	c Got one! Ellapsed CPU time (in seconds):2.735
2.95	o 181
3.20	c Got one! Ellapsed CPU time (in seconds):2.992
3.21	o 180
3.54	c Got one! Ellapsed CPU time (in seconds):3.333
3.55	o 179
22.83	c Got one! Ellapsed CPU time (in seconds):22.631
22.85	o 178
26.40	c Got one! Ellapsed CPU time (in seconds):26.2
26.41	o 177
35.04	c Got one! Ellapsed CPU time (in seconds):34.835
35.05	o 176
243.93	c Got one! Ellapsed CPU time (in seconds):243.729
243.94	o 175
325.25	c Got one! Ellapsed CPU time (in seconds):325.043
325.26	o 174
363.95	c Got one! Ellapsed CPU time (in seconds):363.751
363.97	o 173
1128.69	c Got one! Ellapsed CPU time (in seconds):1128.487
1128.70	o 172

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

Current StackSize limit: 67108864 bytes

/proc/loadavg: 1.00 1.00 1.00 3/64 28259
/proc/meminfo: memFree=1444992/2055920 swapFree=4173760/4192956
[pid=28259] ppid=28257 vsize=168 CPUtime=0
/proc/28259/stat : 28259 (java) R 28257 28259 28210 0 -1 0 40 0 0 0 0 0 0 0 18 0 1 0 155481353 172032 23 18446744073709551615 134512640 134570276 4294956608 18446744073709551615 7893796 0 0 4096 0 0 0 0 17 1 0 0
/proc/28259/statm: 54 26 21 14 0 2 0

[startup+10.0018 s]
/proc/loadavg: 1.15 1.03 1.01 2/76 28276
/proc/meminfo: memFree=1215904/2055920 swapFree=4173760/4192956
[pid=28259] ppid=28257 vsize=1716920 CPUtime=12.04
/proc/28259/stat : 28259 (java) R 28257 28259 28210 0 -1 0 66261 0 1 0 1173 31 0 0 25 0 13 0 155481353 1758126080 59049 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4071568349 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/28259/statm: 429230 59049 1909 14 0 415977 0
[pid=28259/tid=28260] ppid=28257 vsize=1716920 CPUtime=0.53
/proc/28259/task/28260/stat : 28260 (java) S 28257 28259 28210 0 -1 64 11806 0 0 0 48 5 0 0 16 0 13 0 155481356 1758126080 59049 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=28259/tid=28261] ppid=28257 vsize=1716920 CPUtime=0.53
/proc/28259/task/28261/stat : 28261 (java) S 28257 28259 28210 0 -1 64 11711 0 0 0 48 5 0 0 16 0 13 0 155481356 1758126080 59049 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=28259/tid=28262] ppid=28257 vsize=1716920 CPUtime=0
/proc/28259/task/28262/stat : 28262 (java) S 28257 28259 28210 0 -1 64 24 0 0 0 0 0 0 0 16 0 13 0 155481359 1758126080 59049 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=28259/tid=28263] ppid=28257 vsize=1716920 CPUtime=0
/proc/28259/task/28263/stat : 28263 (java) S 28257 28259 28210 0 -1 64 8 0 0 0 0 0 0 0 16 0 13 0 155481359 1758126080 59049 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=28259/tid=28264] ppid=28257 vsize=1716920 CPUtime=0
/proc/28259/task/28264/stat : 28264 (java) S 28257 28259 28210 0 -1 64 5 0 0 0 0 0 0 0 16 0 13 0 155481359 1758126080 59049 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=28259/tid=28265] ppid=28257 vsize=1716920 CPUtime=0
/proc/28259/task/28265/stat : 28265 (java) S 28257 28259 28210 0 -1 64 1 0 0 0 0 0 0 0 24 0 13 0 155481363 1758126080 59049 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=28259/tid=28266] ppid=28257 vsize=1716920 CPUtime=0
/proc/28259/task/28266/stat : 28266 (java) S 28257 28259 28210 0 -1 64 19 0 0 0 0 0 0 0 16 0 13 0 155481363 1758126080 59049 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=28259/tid=28267] ppid=28257 vsize=1716920 CPUtime=0.83
/proc/28259/task/28267/stat : 28267 (java) S 28257 28259 28210 0 -1 64 1189 0 0 0 83 0 0 0 16 0 13 0 155481363 1758126080 59049 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=28259/tid=28268] ppid=28257 vsize=1716920 CPUtime=1.2
/proc/28259/task/28268/stat : 28268 (java) S 28257 28259 28210 0 -1 64 4934 0 0 0 118 2 0 0 17 0 13 0 155481363 1758126080 59049 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=28259/tid=28269] ppid=28257 vsize=1716920 CPUtime=0
/proc/28259/task/28269/stat : 28269 (java) S 28257 28259 28210 0 -1 64 1 0 0 0 0 0 0 0 25 0 13 0 155481363 1758126080 59049 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=28259/tid=28270] ppid=28257 vsize=1716920 CPUtime=0
/proc/28259/task/28270/stat : 28270 (java) S 28257 28259 28210 0 -1 64 1 0 0 0 0 0 0 0 15 0 13 0 155481363 1758126080 59049 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=28259/tid=28276] ppid=28257 vsize=1716920 CPUtime=0
/proc/28259/task/28276/stat : 28276 (java) S 28257 28259 28210 0 -1 64 0 0 0 0 0 0 0 0 25 0 13 0 155481710 1758126080 59049 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 12.04
Current children cumulated vsize (Kb) 1716920

[startup+20.0089 s]
/proc/loadavg: 1.12 1.03 1.01 2/76 28276
/proc/meminfo: memFree=1158752/2055920 swapFree=4173760/4192956
[pid=28259] ppid=28257 vsize=1713812 CPUtime=22.58
/proc/28259/stat : 28259 (java) R 28257 28259 28210 0 -1 0 85170 0 1 0 2217 41 0 0 25 0 13 0 155481353 1754943488 73355 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4071501363 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/28259/statm: 428453 73355 1909 14 0 415200 0
[pid=28259/tid=28260] ppid=28257 vsize=1713812 CPUtime=1.01
/proc/28259/task/28260/stat : 28260 (java) S 28257 28259 28210 0 -1 64 21028 0 0 0 90 11 0 0 16 0 13 0 155481356 1754943488 73355 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=28259/tid=28261] ppid=28257 vsize=1713812 CPUtime=1.01
/proc/28259/task/28261/stat : 28261 (java) S 28257 28259 28210 0 -1 64 21372 0 0 0 91 10 0 0 17 0 13 0 155481356 1754943488 73355 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=28259/tid=28262] ppid=28257 vsize=1713812 CPUtime=0.01
/proc/28259/task/28262/stat : 28262 (java) S 28257 28259 28210 0 -1 64 30 0 0 0 1 0 0 0 15 0 13 0 155481359 1754943488 73355 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=28259/tid=28263] ppid=28257 vsize=1713812 CPUtime=0
/proc/28259/task/28263/stat : 28263 (java) S 28257 28259 28210 0 -1 64 8 0 0 0 0 0 0 0 16 0 13 0 155481359 1754943488 73355 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=28259/tid=28264] ppid=28257 vsize=1713812 CPUtime=0
/proc/28259/task/28264/stat : 28264 (java) S 28257 28259 28210 0 -1 64 5 0 0 0 0 0 0 0 16 0 13 0 155481359 1754943488 73355 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=28259/tid=28265] ppid=28257 vsize=1713812 CPUtime=0
/proc/28259/task/28265/stat : 28265 (java) S 28257 28259 28210 0 -1 64 1 0 0 0 0 0 0 0 24 0 13 0 155481363 1754943488 73355 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=28259/tid=28266] ppid=28257 vsize=1713812 CPUtime=0
/proc/28259/task/28266/stat : 28266 (java) S 28257 28259 28210 0 -1 64 19 0 0 0 0 0 0 0 16 0 13 0 155481363 1754943488 73355 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=28259/tid=28267] ppid=28257 vsize=1713812 CPUtime=0.88
/proc/28259/task/28267/stat : 28267 (java) S 28257 28259 28210 0 -1 64 1190 0 0 0 88 0 0 0 17 0 13 0 155481363 1754943488 73355 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=28259/tid=28268] ppid=28257 vsize=1713812 CPUtime=1.24
/proc/28259/task/28268/stat : 28268 (java) S 28257 28259 28210 0 -1 64 4936 0 0 0 122 2 0 0 17 0 13 0 155481363 1754943488 73355 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=28259/tid=28269] ppid=28257 vsize=1713812 CPUtime=0
/proc/28259/task/28269/stat : 28269 (java) S 28257 28259 28210 0 -1 64 1 0 0 0 0 0 0 0 25 0 13 0 155481363 1754943488 73355 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=28259/tid=28270] ppid=28257 vsize=1713812 CPUtime=0
/proc/28259/task/28270/stat : 28270 (java) S 28257 28259 28210 0 -1 64 1 0 0 0 0 0 0 0 15 0 13 0 155481363 1754943488 73355 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=28259/tid=28276] ppid=28257 vsize=1713812 CPUtime=0
/proc/28259/task/28276/stat : 28276 (java) S 28257 28259 28210 0 -1 64 0 0 0 0 0 0 0 0 25 0 13 0 155481710 1754943488 73355 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 22.58
Current children cumulated vsize (Kb) 1713812

[startup+30.016 s]
/proc/loadavg: 1.10 1.03 1.01 2/76 28278
/proc/meminfo: memFree=1076824/2055920 swapFree=4173760/4192956
[pid=28259] ppid=28257 vsize=1713812 CPUtime=33.15
/proc/28259/stat : 28259 (java) R 28257 28259 28210 0 -1 0 108709 0 1 0 3264 51 0 0 25 0 13 0 155481353 1754943488 93803 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4071568297 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/28259/statm: 428453 93803 1909 14 0 415200 0
[pid=28259/tid=28260] ppid=28257 vsize=1713812 CPUtime=1.58
/proc/28259/task/28260/stat : 28260 (java) S 28257 28259 28210 0 -1 64 31287 0 0 0 143 15 0 0 16 0 13 0 155481356 1754943488 93803 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=28259/tid=28261] ppid=28257 vsize=1713812 CPUtime=1.57
/proc/28259/task/28261/stat : 28261 (java) S 28257 28259 28210 0 -1 64 34638 0 0 0 142 15 0 0 15 0 13 0 155481356 1754943488 93803 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=28259/tid=28262] ppid=28257 vsize=1713812 CPUtime=0.01
/proc/28259/task/28262/stat : 28262 (java) S 28257 28259 28210 0 -1 64 31 0 0 0 1 0 0 0 16 0 13 0 155481359 1754943488 93803 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=28259/tid=28263] ppid=28257 vsize=1713812 CPUtime=0
/proc/28259/task/28263/stat : 28263 (java) S 28257 28259 28210 0 -1 64 8 0 0 0 0 0 0 0 16 0 13 0 155481359 1754943488 93803 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=28259/tid=28264] ppid=28257 vsize=1713812 CPUtime=0
/proc/28259/task/28264/stat : 28264 (java) S 28257 28259 28210 0 -1 64 5 0 0 0 0 0 0 0 16 0 13 0 155481359 1754943488 93803 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=28259/tid=28265] ppid=28257 vsize=1713812 CPUtime=0
/proc/28259/task/28265/stat : 28265 (java) S 28257 28259 28210 0 -1 64 1 0 0 0 0 0 0 0 24 0 13 0 155481363 1754943488 93803 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=28259/tid=28266] ppid=28257 vsize=1713812 CPUtime=0
/proc/28259/task/28266/stat : 28266 (java) S 28257 28259 28210 0 -1 64 19 0 0 0 0 0 0 0 16 0 13 0 155481363 1754943488 93803 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=28259/tid=28267] ppid=28257 vsize=1713812 CPUtime=0.88
/proc/28259/task/28267/stat : 28267 (java) S 28257 28259 28210 0 -1 64 1190 0 0 0 88 0 0 0 17 0 13 0 155481363 1754943488 93803 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=28259/tid=28268] ppid=28257 vsize=1713812 CPUtime=1.24
/proc/28259/task/28268/stat : 28268 (java) S 28257 28259 28210 0 -1 64 4936 0 0 0 122 2 0 0 17 0 13 0 155481363 1754943488 93803 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=28259/tid=28269] ppid=28257 vsize=1713812 CPUtime=0
/proc/28259/task/28269/stat : 28269 (java) S 28257 28259 28210 0 -1 64 1 0 0 0 0 0 0 0 25 0 13 0 155481363 1754943488 93803 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=28259/tid=28270] ppid=28257 vsize=1713812 CPUtime=0
/proc/28259/task/28270/stat : 28270 (java) S 28257 28259 28210 0 -1 64 1 0 0 0 0 0 0 0 15 0 13 0 155481363 1754943488 93803 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=28259/tid=28278] ppid=28257 vsize=1713812 CPUtime=0
/proc/28259/task/28278/stat : 28278 (java) S 28257 28259 28210 0 -1 64 0 0 0 0 0 0 0 0 18 0 13 0 155483996 1754943488 93803 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 33.15
Current children cumulated vsize (Kb) 1713812

[startup+40.0232 s]
/proc/loadavg: 1.09 1.03 1.01 2/76 28279
/proc/meminfo: memFree=1028752/2055920 swapFree=4173760/4192956
[pid=28259] ppid=28257 vsize=1713812 CPUtime=43.59
/proc/28259/stat : 28259 (java) R 28257 28259 28210 0 -1 0 122797 0 1 0 4301 58 0 0 17 0 13 0 155481353 1754943488 105810 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4071699612 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/28259/statm: 428453 105810 1909 14 0 415200 0
[pid=28259/tid=28260] ppid=28257 vsize=1713812 CPUtime=2
/proc/28259/task/28260/stat : 28260 (java) S 28257 28259 28210 0 -1 64 37856 0 0 0 183 17 0 0 16 0 13 0 155481356 1754943488 105810 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=28259/tid=28261] ppid=28257 vsize=1713812 CPUtime=2.02
/proc/28259/task/28261/stat : 28261 (java) S 28257 28259 28210 0 -1 64 42140 0 0 0 183 19 0 0 16 0 13 0 155481356 1754943488 105810 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=28259/tid=28262] ppid=28257 vsize=1713812 CPUtime=0.01
/proc/28259/task/28262/stat : 28262 (java) S 28257 28259 28210 0 -1 64 32 0 0 0 1 0 0 0 15 0 13 0 155481359 1754943488 105810 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=28259/tid=28263] ppid=28257 vsize=1713812 CPUtime=0
/proc/28259/task/28263/stat : 28263 (java) S 28257 28259 28210 0 -1 64 8 0 0 0 0 0 0 0 16 0 13 0 155481359 1754943488 105810 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=28259/tid=28264] ppid=28257 vsize=1713812 CPUtime=0
/proc/28259/task/28264/stat : 28264 (java) S 28257 28259 28210 0 -1 64 5 0 0 0 0 0 0 0 16 0 13 0 155481359 1754943488 105810 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=28259/tid=28265] ppid=28257 vsize=1713812 CPUtime=0
/proc/28259/task/28265/stat : 28265 (java) S 28257 28259 28210 0 -1 64 1 0 0 0 0 0 0 0 24 0 13 0 155481363 1754943488 105810 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=28259/tid=28266] ppid=28257 vsize=1713812 CPUtime=0
/proc/28259/task/28266/stat : 28266 (java) S 28257 28259 28210 0 -1 64 19 0 0 0 0 0 0 0 16 0 13 0 155481363 1754943488 105810 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=28259/tid=28267] ppid=28257 vsize=1713812 CPUtime=0.88
/proc/28259/task/28267/stat : 28267 (java) S 28257 28259 28210 0 -1 64 1190 0 0 0 88 0 0 0 17 0 13 0 155481363 1754943488 105810 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=28259/tid=28268] ppid=28257 vsize=1713812 CPUtime=1.24
/proc/28259/task/28268/stat : 28268 (java) S 28257 28259 28210 0 -1 64 4936 0 0 0 122 2 0 0 17 0 13 0 155481363 1754943488 105810 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=28259/tid=28269] ppid=28257 vsize=1713812 CPUtime=0
/proc/28259/task/28269/stat : 28269 (java) S 28257 28259 28210 0 -1 64 1 0 0 0 0 0 0 0 25 0 13 0 155481363 1754943488 105810 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=28259/tid=28270] ppid=28257 vsize=1713812 CPUtime=0
/proc/28259/task/28270/stat : 28270 (java) S 28257 28259 28210 0 -1 64 1 0 0 0 0 0 0 0 15 0 13 0 155481363 1754943488 105810 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=28259/tid=28279] ppid=28257 vsize=1713812 CPUtime=0
/proc/28259/task/28279/stat : 28279 (java) S 28257 28259 28210 0 -1 64 0 0 0 0 0 0 0 0 25 0 13 0 155484860 1754943488 105810 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 43.59
Current children cumulated vsize (Kb) 1713812

[startup+50.0313 s]
/proc/loadavg: 1.07 1.03 1.01 2/76 28279
/proc/meminfo: memFree=1003728/2055920 swapFree=4173760/4192956
[pid=28259] ppid=28257 vsize=1713812 CPUtime=53.9
/proc/28259/stat : 28259 (java) R 28257 28259 28210 0 -1 0 129899 0 1 0 5328 62 0 0 21 0 13 0 155481353 1754943488 112047 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4071568202 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/28259/statm: 428453 112047 1910 14 0 415200 0
[pid=28259/tid=28260] ppid=28257 vsize=1713812 CPUtime=2.27
/proc/28259/task/28260/stat : 28260 (java) S 28257 28259 28210 0 -1 64 41077 0 0 0 208 19 0 0 16 0 13 0 155481356 1754943488 112047 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=28259/tid=28261] ppid=28257 vsize=1713812 CPUtime=2.28
/proc/28259/task/28261/stat : 28261 (java) S 28257 28259 28210 0 -1 64 46004 0 0 0 207 21 0 0 16 0 13 0 155481356 1754943488 112047 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=28259/tid=28262] ppid=28257 vsize=1713812 CPUtime=0.01
/proc/28259/task/28262/stat : 28262 (java) S 28257 28259 28210 0 -1 64 32 0 0 0 1 0 0 0 16 0 13 0 155481359 1754943488 112047 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=28259/tid=28263] ppid=28257 vsize=1713812 CPUtime=0
/proc/28259/task/28263/stat : 28263 (java) S 28257 28259 28210 0 -1 64 8 0 0 0 0 0 0 0 16 0 13 0 155481359 1754943488 112047 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=28259/tid=28264] ppid=28257 vsize=1713812 CPUtime=0
/proc/28259/task/28264/stat : 28264 (java) S 28257 28259 28210 0 -1 64 5 0 0 0 0 0 0 0 16 0 13 0 155481359 1754943488 112047 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=28259/tid=28265] ppid=28257 vsize=1713812 CPUtime=0
/proc/28259/task/28265/stat : 28265 (java) S 28257 28259 28210 0 -1 64 1 0 0 0 0 0 0 0 24 0 13 0 155481363 1754943488 112047 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=28259/tid=28266] ppid=28257 vsize=1713812 CPUtime=0
/proc/28259/task/28266/stat : 28266 (java) S 28257 28259 28210 0 -1 64 19 0 0 0 0 0 0 0 16 0 13 0 155481363 1754943488 112047 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=28259/tid=28267] ppid=28257 vsize=1713812 CPUtime=0.88
/proc/28259/task/28267/stat : 28267 (java) S 28257 28259 28210 0 -1 64 1190 0 0 0 88 0 0 0 16 0 13 0 155481363 1754943488 112047 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=28259/tid=28268] ppid=28257 vsize=1713812 CPUtime=1.28
/proc/28259/task/28268/stat : 28268 (java) S 28257 28259 28210 0 -1 64 4940 0 0 0 126 2 0 0 17 0 13 0 155481363 1754943488 112047 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=28259/tid=28269] ppid=28257 vsize=1713812 CPUtime=0
/proc/28259/task/28269/stat : 28269 (java) S 28257 28259 28210 0 -1 64 1 0 0 0 0 0 0 0 25 0 13 0 155481363 1754943488 112047 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=28259/tid=28270] ppid=28257 vsize=1713812 CPUtime=0
/proc/28259/task/28270/stat : 28270 (java) S 28257 28259 28210 0 -1 64 1 0 0 0 0 0 0 0 15 0 13 0 155481363 1754943488 112047 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=28259/tid=28279] ppid=28257 vsize=1713812 CPUtime=0
/proc/28259/task/28279/stat : 28279 (java) S 28257 28259 28210 0 -1 64 0 0 0 0 0 0 0 0 25 0 13 0 155484860 1754943488 112047 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 53.9
Current children cumulated vsize (Kb) 1713812

[startup+60.0384 s]
/proc/loadavg: 1.06 1.03 1.01 2/76 28279
/proc/meminfo: memFree=952464/2055920 swapFree=4173760/4192956
[pid=28259] ppid=28257 vsize=1713812 CPUtime=64.34
/proc/28259/stat : 28259 (java) R 28257 28259 28210 0 -1 0 143919 0 1 0 6365 69 0 0 17 0 13 0 155481353 1754943488 124841 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4071587984 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/28259/statm: 428453 124841 1910 14 0 415200 0
[pid=28259/tid=28260] ppid=28257 vsize=1713812 CPUtime=2.72
/proc/28259/task/28260/stat : 28260 (java) S 28257 28259 28210 0 -1 64 48456 0 0 0 249 23 0 0 16 0 13 0 155481356 1754943488 124841 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=28259/tid=28261] ppid=28257 vsize=1713812 CPUtime=2.73
/proc/28259/task/28261/stat : 28261 (java) S 28257 28259 28210 0 -1 64 52634 0 0 0 249 24 0 0 17 0 13 0 155481356 1754943488 124841 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=28259/tid=28262] ppid=28257 vsize=1713812 CPUtime=0.01
/proc/28259/task/28262/stat : 28262 (java) S 28257 28259 28210 0 -1 64 32 0 0 0 1 0 0 0 15 0 13 0 155481359 1754943488 124841 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=28259/tid=28263] ppid=28257 vsize=1713812 CPUtime=0
/proc/28259/task/28263/stat : 28263 (java) S 28257 28259 28210 0 -1 64 8 0 0 0 0 0 0 0 16 0 13 0 155481359 1754943488 124841 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=28259/tid=28264] ppid=28257 vsize=1713812 CPUtime=0
/proc/28259/task/28264/stat : 28264 (java) S 28257 28259 28210 0 -1 64 5 0 0 0 0 0 0 0 16 0 13 0 155481359 1754943488 124841 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=28259/tid=28265] ppid=28257 vsize=1713812 CPUtime=0

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

[pid=28259/tid=28269] ppid=28257 vsize=1713812 CPUtime=0
/proc/28259/task/28269/stat : 28269 (java) S 28257 28259 28210 0 -1 64 1 0 0 0 0 0 0 0 25 0 13 0 155481363 1754943488 389733 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=28259/tid=28270] ppid=28257 vsize=1713812 CPUtime=0
/proc/28259/task/28270/stat : 28270 (java) S 28257 28259 28210 0 -1 64 1 0 0 0 0 0 0 0 15 0 13 0 155481363 1754943488 389733 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=28259/tid=28285] ppid=28257 vsize=1713812 CPUtime=0
/proc/28259/task/28285/stat : 28285 (java) S 28257 28259 28210 0 -1 64 58 0 0 0 0 0 0 0 16 0 13 0 155594225 1754943488 389733 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1797.42
Current children cumulated vsize (Kb) 1713812

[startup+1725.46 s]
/proc/loadavg: 1.00 1.00 1.00 2/76 28285
/proc/meminfo: memFree=16688/2055920 swapFree=4173760/4192956
[pid=28259] ppid=28257 vsize=1713812 CPUtime=1798.43
/proc/28259/stat : 28259 (java) S 28257 28259 28210 0 -1 0 441742 0 1 0 179465 378 0 0 17 0 13 0 155481353 1754943488 389733 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/28259/statm: 428453 389733 1912 14 0 415200 0
[pid=28259/tid=28260] ppid=28257 vsize=1713812 CPUtime=72.46
/proc/28259/task/28260/stat : 28260 (java) S 28257 28259 28210 0 -1 64 197210 0 0 0 7076 170 0 0 17 0 13 0 155481356 1754943488 389733 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=28259/tid=28261] ppid=28257 vsize=1713812 CPUtime=72.48
/proc/28259/task/28261/stat : 28261 (java) S 28257 28259 28210 0 -1 64 199464 0 0 0 7087 161 0 0 16 0 13 0 155481356 1754943488 389733 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=28259/tid=28262] ppid=28257 vsize=1713812 CPUtime=434.55
/proc/28259/task/28262/stat : 28262 (java) R 28257 28259 28210 0 -1 64 39 0 0 0 43438 17 0 0 22 0 13 0 155481359 1754943488 389733 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4152729270 0 0 0 23759 0 0 0 -1 1 0 0
[pid=28259/tid=28263] ppid=28257 vsize=1713812 CPUtime=0
/proc/28259/task/28263/stat : 28263 (java) S 28257 28259 28210 0 -1 64 8 0 0 0 0 0 0 0 16 0 13 0 155481359 1754943488 389733 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=28259/tid=28264] ppid=28257 vsize=1713812 CPUtime=0
/proc/28259/task/28264/stat : 28264 (java) S 28257 28259 28210 0 -1 64 5 0 0 0 0 0 0 0 16 0 13 0 155481359 1754943488 389733 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=28259/tid=28265] ppid=28257 vsize=1713812 CPUtime=0
/proc/28259/task/28265/stat : 28265 (java) S 28257 28259 28210 0 -1 64 1 0 0 0 0 0 0 0 24 0 13 0 155481363 1754943488 389733 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=28259/tid=28266] ppid=28257 vsize=1713812 CPUtime=0
/proc/28259/task/28266/stat : 28266 (java) S 28257 28259 28210 0 -1 64 19 0 0 0 0 0 0 0 16 0 13 0 155481363 1754943488 389733 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=28259/tid=28267] ppid=28257 vsize=1713812 CPUtime=0.89
/proc/28259/task/28267/stat : 28267 (java) S 28257 28259 28210 0 -1 64 1190 0 0 0 89 0 0 0 16 0 13 0 155481363 1754943488 389733 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=28259/tid=28268] ppid=28257 vsize=1713812 CPUtime=1.29
/proc/28259/task/28268/stat : 28268 (java) S 28257 28259 28210 0 -1 64 4940 0 0 0 127 2 0 0 16 0 13 0 155481363 1754943488 389733 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=28259/tid=28269] ppid=28257 vsize=1713812 CPUtime=0
/proc/28259/task/28269/stat : 28269 (java) S 28257 28259 28210 0 -1 64 1 0 0 0 0 0 0 0 25 0 13 0 155481363 1754943488 389733 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=28259/tid=28270] ppid=28257 vsize=1713812 CPUtime=0
/proc/28259/task/28270/stat : 28270 (java) S 28257 28259 28210 0 -1 64 1 0 0 0 0 0 0 0 15 0 13 0 155481363 1754943488 389733 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=28259/tid=28285] ppid=28257 vsize=1713812 CPUtime=0
/proc/28259/task/28285/stat : 28285 (java) S 28257 28259 28210 0 -1 64 58 0 0 0 0 0 0 0 16 0 13 0 155594225 1754943488 389733 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1798.43
Current children cumulated vsize (Kb) 1713812

[startup+1726.47 s]
/proc/loadavg: 1.00 1.00 1.00 2/76 28285
/proc/meminfo: memFree=16688/2055920 swapFree=4173760/4192956
[pid=28259] ppid=28257 vsize=1713812 CPUtime=1799.44
/proc/28259/stat : 28259 (java) S 28257 28259 28210 0 -1 0 441743 0 1 0 179566 378 0 0 17 0 13 0 155481353 1754943488 389733 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/28259/statm: 428453 389733 1912 14 0 415200 0
[pid=28259/tid=28260] ppid=28257 vsize=1713812 CPUtime=72.46
/proc/28259/task/28260/stat : 28260 (java) S 28257 28259 28210 0 -1 64 197210 0 0 0 7076 170 0 0 17 0 13 0 155481356 1754943488 389733 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=28259/tid=28261] ppid=28257 vsize=1713812 CPUtime=72.48
/proc/28259/task/28261/stat : 28261 (java) S 28257 28259 28210 0 -1 64 199464 0 0 0 7087 161 0 0 16 0 13 0 155481356 1754943488 389733 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=28259/tid=28262] ppid=28257 vsize=1713812 CPUtime=435.52
/proc/28259/task/28262/stat : 28262 (java) R 28257 28259 28210 0 -1 64 39 0 0 0 43535 17 0 0 17 0 13 0 155481359 1754943488 389733 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4152716290 0 0 0 23759 0 0 0 -1 1 0 0
[pid=28259/tid=28263] ppid=28257 vsize=1713812 CPUtime=0
/proc/28259/task/28263/stat : 28263 (java) S 28257 28259 28210 0 -1 64 8 0 0 0 0 0 0 0 16 0 13 0 155481359 1754943488 389733 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=28259/tid=28264] ppid=28257 vsize=1713812 CPUtime=0
/proc/28259/task/28264/stat : 28264 (java) S 28257 28259 28210 0 -1 64 5 0 0 0 0 0 0 0 16 0 13 0 155481359 1754943488 389733 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=28259/tid=28265] ppid=28257 vsize=1713812 CPUtime=0
/proc/28259/task/28265/stat : 28265 (java) S 28257 28259 28210 0 -1 64 1 0 0 0 0 0 0 0 24 0 13 0 155481363 1754943488 389733 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=28259/tid=28266] ppid=28257 vsize=1713812 CPUtime=0
/proc/28259/task/28266/stat : 28266 (java) S 28257 28259 28210 0 -1 64 19 0 0 0 0 0 0 0 16 0 13 0 155481363 1754943488 389733 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=28259/tid=28267] ppid=28257 vsize=1713812 CPUtime=0.89
/proc/28259/task/28267/stat : 28267 (java) S 28257 28259 28210 0 -1 64 1190 0 0 0 89 0 0 0 16 0 13 0 155481363 1754943488 389733 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=28259/tid=28268] ppid=28257 vsize=1713812 CPUtime=1.29
/proc/28259/task/28268/stat : 28268 (java) S 28257 28259 28210 0 -1 64 4940 0 0 0 127 2 0 0 16 0 13 0 155481363 1754943488 389733 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=28259/tid=28269] ppid=28257 vsize=1713812 CPUtime=0
/proc/28259/task/28269/stat : 28269 (java) S 28257 28259 28210 0 -1 64 1 0 0 0 0 0 0 0 25 0 13 0 155481363 1754943488 389733 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=28259/tid=28270] ppid=28257 vsize=1713812 CPUtime=0
/proc/28259/task/28270/stat : 28270 (java) S 28257 28259 28210 0 -1 64 1 0 0 0 0 0 0 0 15 0 13 0 155481363 1754943488 389733 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=28259/tid=28285] ppid=28257 vsize=1713812 CPUtime=0
/proc/28259/task/28285/stat : 28285 (java) S 28257 28259 28210 0 -1 64 58 0 0 0 0 0 0 0 16 0 13 0 155594225 1754943488 389733 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1799.44
Current children cumulated vsize (Kb) 1713812

[startup+1727.48 s]
/proc/loadavg: 1.00 1.00 1.00 2/76 28285
/proc/meminfo: memFree=16688/2055920 swapFree=4173760/4192956
[pid=28259] ppid=28257 vsize=1713812 CPUtime=1800.44
/proc/28259/stat : 28259 (java) S 28257 28259 28210 0 -1 0 441744 0 1 0 179666 378 0 0 17 0 13 0 155481353 1754943488 389733 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/28259/statm: 428453 389733 1912 14 0 415200 0
[pid=28259/tid=28260] ppid=28257 vsize=1713812 CPUtime=72.46
/proc/28259/task/28260/stat : 28260 (java) S 28257 28259 28210 0 -1 64 197210 0 0 0 7076 170 0 0 17 0 13 0 155481356 1754943488 389733 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=28259/tid=28261] ppid=28257 vsize=1713812 CPUtime=72.48
/proc/28259/task/28261/stat : 28261 (java) S 28257 28259 28210 0 -1 64 199464 0 0 0 7087 161 0 0 16 0 13 0 155481356 1754943488 389733 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=28259/tid=28262] ppid=28257 vsize=1713812 CPUtime=436.53
/proc/28259/task/28262/stat : 28262 (java) R 28257 28259 28210 0 -1 64 39 0 0 0 43636 17 0 0 18 0 13 0 155481359 1754943488 389733 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4154472604 0 0 0 23759 0 0 0 -1 1 0 0
[pid=28259/tid=28263] ppid=28257 vsize=1713812 CPUtime=0
/proc/28259/task/28263/stat : 28263 (java) S 28257 28259 28210 0 -1 64 8 0 0 0 0 0 0 0 16 0 13 0 155481359 1754943488 389733 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=28259/tid=28264] ppid=28257 vsize=1713812 CPUtime=0
/proc/28259/task/28264/stat : 28264 (java) S 28257 28259 28210 0 -1 64 5 0 0 0 0 0 0 0 16 0 13 0 155481359 1754943488 389733 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=28259/tid=28265] ppid=28257 vsize=1713812 CPUtime=0
/proc/28259/task/28265/stat : 28265 (java) S 28257 28259 28210 0 -1 64 1 0 0 0 0 0 0 0 24 0 13 0 155481363 1754943488 389733 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=28259/tid=28266] ppid=28257 vsize=1713812 CPUtime=0
/proc/28259/task/28266/stat : 28266 (java) S 28257 28259 28210 0 -1 64 19 0 0 0 0 0 0 0 16 0 13 0 155481363 1754943488 389733 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=28259/tid=28267] ppid=28257 vsize=1713812 CPUtime=0.89
/proc/28259/task/28267/stat : 28267 (java) S 28257 28259 28210 0 -1 64 1190 0 0 0 89 0 0 0 16 0 13 0 155481363 1754943488 389733 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=28259/tid=28268] ppid=28257 vsize=1713812 CPUtime=1.29
/proc/28259/task/28268/stat : 28268 (java) S 28257 28259 28210 0 -1 64 4940 0 0 0 127 2 0 0 16 0 13 0 155481363 1754943488 389733 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=28259/tid=28269] ppid=28257 vsize=1713812 CPUtime=0
/proc/28259/task/28269/stat : 28269 (java) S 28257 28259 28210 0 -1 64 1 0 0 0 0 0 0 0 25 0 13 0 155481363 1754943488 389733 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=28259/tid=28270] ppid=28257 vsize=1713812 CPUtime=0
/proc/28259/task/28270/stat : 28270 (java) S 28257 28259 28210 0 -1 64 1 0 0 0 0 0 0 0 15 0 13 0 155481363 1754943488 389733 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=28259/tid=28285] ppid=28257 vsize=1713812 CPUtime=0
/proc/28259/task/28285/stat : 28285 (java) S 28257 28259 28210 0 -1 64 59 0 0 0 0 0 0 0 16 0 13 0 155594225 1754943488 389733 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1800.44
Current children cumulated vsize (Kb) 1713812



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1727.48 s]
/proc/loadavg: 1.00 1.00 1.00 2/76 28285
/proc/meminfo: memFree=16688/2055920 swapFree=4173760/4192956
[pid=28259] ppid=28257 vsize=1713812 CPUtime=1800.44
/proc/28259/stat : 28259 (java) S 28257 28259 28210 0 -1 0 441744 0 1 0 179666 378 0 0 17 0 13 0 155481353 1754943488 389733 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/28259/statm: 428453 389733 1912 14 0 415200 0
[pid=28259/tid=28260] ppid=28257 vsize=1713812 CPUtime=72.46
/proc/28259/task/28260/stat : 28260 (java) S 28257 28259 28210 0 -1 64 197210 0 0 0 7076 170 0 0 17 0 13 0 155481356 1754943488 389733 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=28259/tid=28261] ppid=28257 vsize=1713812 CPUtime=72.48
/proc/28259/task/28261/stat : 28261 (java) S 28257 28259 28210 0 -1 64 199464 0 0 0 7087 161 0 0 16 0 13 0 155481356 1754943488 389733 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=28259/tid=28262] ppid=28257 vsize=1713812 CPUtime=436.53
/proc/28259/task/28262/stat : 28262 (java) R 28257 28259 28210 0 -1 64 39 0 0 0 43636 17 0 0 18 0 13 0 155481359 1754943488 389733 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4152716144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=28259/tid=28263] ppid=28257 vsize=1713812 CPUtime=0
/proc/28259/task/28263/stat : 28263 (java) S 28257 28259 28210 0 -1 64 8 0 0 0 0 0 0 0 16 0 13 0 155481359 1754943488 389733 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=28259/tid=28264] ppid=28257 vsize=1713812 CPUtime=0
/proc/28259/task/28264/stat : 28264 (java) S 28257 28259 28210 0 -1 64 5 0 0 0 0 0 0 0 16 0 13 0 155481359 1754943488 389733 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=28259/tid=28265] ppid=28257 vsize=1713812 CPUtime=0
/proc/28259/task/28265/stat : 28265 (java) S 28257 28259 28210 0 -1 64 1 0 0 0 0 0 0 0 24 0 13 0 155481363 1754943488 389733 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=28259/tid=28266] ppid=28257 vsize=1713812 CPUtime=0
/proc/28259/task/28266/stat : 28266 (java) S 28257 28259 28210 0 -1 64 19 0 0 0 0 0 0 0 16 0 13 0 155481363 1754943488 389733 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=28259/tid=28267] ppid=28257 vsize=1713812 CPUtime=0.89
/proc/28259/task/28267/stat : 28267 (java) S 28257 28259 28210 0 -1 64 1190 0 0 0 89 0 0 0 16 0 13 0 155481363 1754943488 389733 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=28259/tid=28268] ppid=28257 vsize=1713812 CPUtime=1.29
/proc/28259/task/28268/stat : 28268 (java) S 28257 28259 28210 0 -1 64 4940 0 0 0 127 2 0 0 16 0 13 0 155481363 1754943488 389733 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=28259/tid=28269] ppid=28257 vsize=1713812 CPUtime=0
/proc/28259/task/28269/stat : 28269 (java) S 28257 28259 28210 0 -1 64 1 0 0 0 0 0 0 0 25 0 13 0 155481363 1754943488 389733 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=28259/tid=28270] ppid=28257 vsize=1713812 CPUtime=0
/proc/28259/task/28270/stat : 28270 (java) S 28257 28259 28210 0 -1 64 1 0 0 0 0 0 0 0 15 0 13 0 155481363 1754943488 389733 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=28259/tid=28285] ppid=28257 vsize=1713812 CPUtime=0
/proc/28259/task/28285/stat : 28285 (java) S 28257 28259 28210 0 -1 64 59 0 0 0 0 0 0 0 16 0 13 0 155594225 1754943488 389733 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1800.44
Current children cumulated vsize (Kb) 1713812

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

[startup+1728.49 s]
/proc/loadavg: 1.00 1.00 1.00 2/77 28286
/proc/meminfo: memFree=16616/2055920 swapFree=4173760/4192956
[pid=28259] ppid=28257 vsize=1713812 CPUtime=1801.46
/proc/28259/stat : 28259 (java) S 28257 28259 28210 0 -1 0 441744 0 1 0 179768 378 0 0 16 0 13 0 155481353 1754943488 389733 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/28259/statm: 428453 389733 1912 14 0 415200 0
[pid=28259/tid=28260] ppid=28257 vsize=1713812 CPUtime=72.46
/proc/28259/task/28260/stat : 28260 (java) S 28257 28259 28210 0 -1 64 197210 0 0 0 7076 170 0 0 17 0 13 0 155481356 1754943488 389733 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=28259/tid=28261] ppid=28257 vsize=1713812 CPUtime=72.48
/proc/28259/task/28261/stat : 28261 (java) S 28257 28259 28210 0 -1 64 199464 0 0 0 7087 161 0 0 16 0 13 0 155481356 1754943488 389733 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=28259/tid=28262] ppid=28257 vsize=1713812 CPUtime=437.54
/proc/28259/task/28262/stat : 28262 (java) R 28257 28259 28210 0 -1 64 39 0 0 0 43737 17 0 0 20 0 13 0 155481359 1754943488 389733 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4154938702 0 0 0 23759 0 0 0 -1 1 0 0
[pid=28259/tid=28263] ppid=28257 vsize=1713812 CPUtime=0
/proc/28259/task/28263/stat : 28263 (java) S 28257 28259 28210 0 -1 64 8 0 0 0 0 0 0 0 16 0 13 0 155481359 1754943488 389733 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=28259/tid=28264] ppid=28257 vsize=1713812 CPUtime=0
/proc/28259/task/28264/stat : 28264 (java) S 28257 28259 28210 0 -1 64 5 0 0 0 0 0 0 0 16 0 13 0 155481359 1754943488 389733 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=28259/tid=28265] ppid=28257 vsize=1713812 CPUtime=0
/proc/28259/task/28265/stat : 28265 (java) S 28257 28259 28210 0 -1 64 1 0 0 0 0 0 0 0 16 0 13 0 155481363 1754943488 389733 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=28259/tid=28266] ppid=28257 vsize=1713812 CPUtime=0
/proc/28259/task/28266/stat : 28266 (java) S 28257 28259 28210 0 -1 64 19 0 0 0 0 0 0 0 16 0 13 0 155481363 1754943488 389733 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=28259/tid=28267] ppid=28257 vsize=1713812 CPUtime=0.89
/proc/28259/task/28267/stat : 28267 (java) S 28257 28259 28210 0 -1 64 1190 0 0 0 89 0 0 0 16 0 13 0 155481363 1754943488 389733 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=28259/tid=28268] ppid=28257 vsize=1713812 CPUtime=1.29
/proc/28259/task/28268/stat : 28268 (java) S 28257 28259 28210 0 -1 64 4940 0 0 0 127 2 0 0 16 0 13 0 155481363 1754943488 389733 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=28259/tid=28269] ppid=28257 vsize=1713812 CPUtime=0
/proc/28259/task/28269/stat : 28269 (java) S 28257 28259 28210 0 -1 64 1 0 0 0 0 0 0 0 25 0 13 0 155481363 1754943488 389733 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=28259/tid=28270] ppid=28257 vsize=1713812 CPUtime=0
/proc/28259/task/28270/stat : 28270 (java) S 28257 28259 28210 0 -1 64 1 0 0 0 0 0 0 0 15 0 13 0 155481363 1754943488 389733 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=28259/tid=28285] ppid=28257 vsize=1713812 CPUtime=0
/proc/28259/task/28285/stat : 28285 (java) S 28257 28259 28210 0 -1 64 59 0 0 0 0 0 0 0 16 0 13 0 155594225 1754943488 389733 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1801.46
Current children cumulated vsize (Kb) 1713812

Sending SIGKILL to process tree (bottom up)

[startup+1729.5 s]
/proc/loadavg: 1.00 1.00 1.00 2/77 28286
/proc/meminfo: memFree=16616/2055920 swapFree=4173760/4192956
[pid=28259] ppid=28257 vsize=0 CPUtime=1802.46
/proc/28259/stat : 28259 (java) R 28257 28259 28210 0 -1 1028 441744 0 1 0 179868 378 0 0 16 0 1 0 155481353 0 0 18446744073709551615 0 0 0 0 0 0 4 0 23759 0 0 0 17 1 0 0
/proc/28259/statm: 0 0 0 0 0 0 0
Current children cumulated CPU time (s) 1802.46
Current children cumulated vsize (Kb) 0

Child ended because it received signal 9 (SIGKILL)
Real time (s): 1729.75
CPU time (s): 1802.71
CPU user time (s): 1798.69
CPU system time (s): 4.02639
CPU usage (%): 104.218
Max. virtual memory (cumulated for all children) (Kb): 1716920
The end

Launcher Data (download as text)

Begin job on node5 on Fri Jul 28 11:29:59 UTC 2006


FILE ID= 50819-1154086198

PBS_JOBID= 885338

BENCH NAME= HOME/pub/bench/PB06/final/normalized-PB06/OPT-SMALLINT/submitted-PB06/manquiho/logic_synthesis/normalized-apex6.b.opb
COMMAND LINE= java -server -Xms1500M -Xmx1500M -jar ROOT/solvers/PB/PB06final/user5/sat4jPseudoPlus.jar ROOT/tmp/node5/50819-1154086198/instance-50819-1154086198.opb 787049932
RUNSOLVER COMMAND LINE= runsolver  --timestamp  -w ROOT/results/node5/watcher-50819-1154086198 -o ROOT/results/node5/solver-50819-1154086198 -C 1800 -M 1800 -S 64  java -server -Xms1500M -Xmx1500M -jar ROOT/solvers/PB/PB06final/user5/sat4jPseudoPlus.jar ROOT/tmp/node5/50819-1154086198/instance-50819-1154086198.opb 787049932

MD5SUM SOLVER= e9637a7554f3ecdf74c1815f89d00213
MD5SUM BENCH=  06ffce7cc6d5515cfd76def90ae69d59

RANDOM SEED= 787049932

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.234
cache size	: 2048 KB
fpu		: yes
fpu_exception	: yes
cpuid level	: 5
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx lm pni monitor ds_cpl cid cx16 xtpr
bogomips	: 5914.62
clflush size	: 64
cache_alignment	: 128
address sizes	: 36 bits physical, 48 bits virtual
power management:

processor	: 1
vendor_id	: GenuineIntel
cpu family	: 15
model		: 4
model name	:                   Intel(R) Xeon(TM) CPU 3.00GHz
stepping	: 3
cpu MHz		: 3000.234
cache size	: 2048 KB
fpu		: yes
fpu_exception	: yes
cpuid level	: 5
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx lm pni monitor ds_cpl cid cx16 xtpr
bogomips	: 5586.94
clflush size	: 64
cache_alignment	: 128
address sizes	: 36 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:      2055920 kB
MemFree:       1445200 kB
Buffers:         31068 kB
Cached:         513716 kB
SwapCached:      12884 kB
Active:          46212 kB
Inactive:       516488 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1445200 kB
SwapTotal:     4192956 kB
SwapFree:      4173760 kB
Dirty:             184 kB
Writeback:           0 kB
Mapped:          14484 kB
Slab:            34092 kB
Committed_AS:   591340 kB
PageTables:       1424 kB
VmallocTotal: 536870911 kB
VmallocUsed:    264952 kB
VmallocChunk: 536605679 kB
HugePages_Total:     0
HugePages_Free:      0
Hugepagesize:     2048 kB


End job on node5 on Fri Jul 28 11:58:49 UTC 2006