Trace number 3744687

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. The first timestamp (if present) is estimated CPU time. The last timestamp is wall clock 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 NameAnswerCPU timeWall clock time
PB09: SAT4J Pseudo Resolution 2.1.1? (exit code) 618.23 613.428

General information on the benchmark

NameOPT-BIGINT-LIN/graca/
normalized-ped2.G.recomb5-0.10-9.opb
MD5SUMeb1486293241c3bbd58eaf083201528e
Bench CategoryOPT-BIGINT-LIN (optimisation, big integers, linear constraints)
Best result obtained on this benchmarkSAT
Best value of the objective obtained on this benchmark89020
Best CPU time to get the best result obtained on this benchmark1800.4
Has Objective FunctionYES
Satisfiable
(Un)Satisfiability was proved
Best value of the objective function
Optimality of the best value was proved
Number of variables212153
Total number of constraints2591417
Number of constraints which are clauses2591417
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 constraint579
Number of terms in the objective function 18980
Biggest coefficient in the objective function 581
Number of bits for the biggest coefficient in the objective function 10
Sum of the numbers in the objective function 10690980
Number of bits of the sum of numbers in the objective function 24
Biggest number in a constraint 581
Number of bits of the biggest number in a constraint 10
Biggest sum of numbers in a constraint 10690980
Number of bits of the biggest sum of numbers24
Number of products (including duplicates)0
Sum of products size (including duplicates)0
Number of different products0
Sum of products size0

Quality of the solution as a function of time


Download the above graph as a PDF file / as an EPS file

Solver Data

0.00/0.06	c SAT4J: a SATisfiability library for Java (c) 2004-2008 Daniel Le Berre
0.00/0.06	c This is free software under the dual EPL/GNU LGPL licenses.
0.00/0.06	c See www.sat4j.org for details.
0.00/0.07	c version 2.1.1.v20090612
0.05/0.07	c sun.arch.data.model	64
0.05/0.07	c java.version	1.6.0_24
0.05/0.07	c os.name	Linux
0.05/0.07	c os.version	2.6.32-71.29.1.el6.x86_64
0.05/0.07	c os.arch	amd64
0.05/0.07	c Free memory 1299577560
0.05/0.07	c Max memory 1306394624
0.05/0.07	c Total memory 1306394624
0.05/0.07	c Number of processors 8
0.05/0.09	c Pseudo Boolean Optimization
0.05/0.09	c --- Begin Solver configuration ---
0.05/0.09	c Stops conflict analysis at the first Unique Implication Point
0.05/0.09	c org.sat4j.pb.constraints.CompetResolutionPBMixedHTClauseCardConstrDataStructure@6abf2d5e
0.05/0.09	c Learn all clauses as in MiniSAT
0.05/0.09	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.05/0.09	c VSIDS like heuristics from MiniSAT using a heap phase appearing in latest learned clause taking into account the objective function
0.05/0.09	c Expensive reason simplification
0.05/0.09	c MiniSAT restarts strategy
0.05/0.09	c Memory based learned constraints deletion strategy
0.05/0.09	c timeout=2147483s
0.05/0.09	c DB Simplification allowed=false
0.05/0.09	c --- End Solver configuration ---
0.11/0.25	c solving HOME/instance-3744687-1338813287.opb
0.11/0.25	c reading problem ... 
10.81/8.84	c ... done. Wall clock time 8.75s.
10.81/8.84	c #vars     212153
10.81/8.84	c #constraints  966976
10.81/8.84	c constraints type 
10.81/8.84	c org.sat4j.minisat.constraints.cnf.OriginalBinaryClause => 618487
10.81/8.84	c org.sat4j.minisat.constraints.cnf.OriginalHTClause => 221989
14.42/11.85	c SATISFIABLE
14.42/11.85	c OPTIMIZING...
14.42/11.85	c Got one! Elapsed wall clock time (in seconds):11.751
14.42/11.85	o 947196
17.46/14.47	c Got one! Elapsed wall clock time (in seconds):14.379
17.46/14.47	o 613139
20.50/17.40	c Got one! Elapsed wall clock time (in seconds):17.304
20.50/17.40	o 482435
23.01/19.93	c Got one! Elapsed wall clock time (in seconds):19.833
23.01/19.93	o 455120
26.40/23.39	c Got one! Elapsed wall clock time (in seconds):23.297
26.40/23.39	o 453402
29.38/26.29	c Got one! Elapsed wall clock time (in seconds):26.2
29.38/26.29	o 436549
32.08/28.96	c Got one! Elapsed wall clock time (in seconds):28.869
32.08/28.97	o 420845
34.47/31.39	c Got one! Elapsed wall clock time (in seconds):31.291
34.47/31.39	o 376690
37.17/34.09	c Got one! Elapsed wall clock time (in seconds):33.993
37.17/34.09	o 355745
40.38/37.22	c Got one! Elapsed wall clock time (in seconds):37.122
40.38/37.22	o 340673
43.48/40.38	c Got one! Elapsed wall clock time (in seconds):40.286
43.48/40.38	o 298249
601.12/596.53	Exception in thread "main" java.lang.OutOfMemoryError: Java heap space
602.82/598.23		at org.sat4j.minisat.constraints.cnf.HTClause.<init>(Unknown Source)
604.32/599.76		at org.sat4j.minisat.constraints.cnf.LearntHTClause.<init>(Unknown Source)
606.62/602.06		at org.sat4j.pb.constraints.AbstractPBDataStructureFactory.createUnregisteredClause(Unknown Source)
607.02/602.45		at org.sat4j.minisat.core.Solver.analyze(Unknown Source)
608.12/603.59		at org.sat4j.minisat.core.Solver.search(Unknown Source)
609.72/605.12		at org.sat4j.minisat.core.Solver.isSatisfiable(Unknown Source)
611.21/606.66		at org.sat4j.tools.SolverDecorator.isSatisfiable(Unknown Source)
612.71/608.19		at org.sat4j.pb.PseudoOptDecorator.admitABetterSolution(Unknown Source)
618.01/613.42	Exception in thread "Thread-0" java.lang.OutOfMemoryError: GC overhead limit exceeded
618.01/613.42		at java.lang.StringBuffer.toString(StringBuffer.java:585)
618.01/613.42		at org.sat4j.minisat.core.SolverStats.printStat(Unknown Source)
618.01/613.42		at org.sat4j.minisat.core.Solver.printStat(Unknown Source)
618.01/613.42		at org.sat4j.tools.SolverDecorator.printStat(Unknown Source)
618.01/613.42		at org.sat4j.AbstractOptimizationLauncher.displayAnswer(Unknown Source)
618.01/613.42		at org.sat4j.AbstractOptimizationLauncher.displayResult(Unknown Source)
618.01/613.42		at org.sat4j.AbstractLauncher$1.run(Unknown Source)

Verifier Data

ERROR: no interpretation found !

Watcher Data

runsolver Copyright (C) 2010-2011 Olivier ROUSSEL

This is runsolver version 3.3.1 (svn: 989)

This program is distributed in the hope that it will be useful,
but WITHOUT ANY WARRANTY; without even the implied warranty of
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
GNU General Public License for more details.

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-3744687-1338813287/watcher-3744687-1338813287 -o /tmp/evaluation-result-3744687-1338813287/solver-3744687-1338813287 -C 1800 -W 1900 -M 15500 java6 -server -Xms1300m -Xmx1300m -jar HOME/org.sat4j.pb.jar HOME/instance-3744687-1338813287.opb 

running on 4 cores: 0,2,4,6

Enforcing CPUTime limit (soft limit, will send SIGTERM then SIGKILL): 1800 seconds
Enforcing CPUTime limit (hard limit, will send SIGXCPU): 1830 seconds
Enforcing wall clock limit (soft limit, will send SIGTERM then SIGKILL): 1900 seconds
Enforcing VSIZE limit (soft limit, will send SIGTERM then SIGKILL): 15872000 KiB
Enforcing VSIZE limit (hard limit, stack expansion will fail with SIGSEGV, brk() and mmap() will return ENOMEM): 15923200 KiB
Current StackSize limit: 10240 KiB


[startup+0 s]
/proc/loadavg: 1.97 2.02 2.00 3/193 17294
/proc/meminfo: memFree=26932076/32873648 swapFree=7112/7112
[pid=17294] ppid=17292 vsize=96260 CPUtime=0 cores=0,2,4,6
/proc/17294/stat : 17294 (java) S 17292 17294 14504 0 -1 4202496 1278 0 0 0 0 0 0 0 20 0 2 0 347454830 98570240 978 33554432000 1073741824 1073778376 140736082956880 140736082948016 242170757181 0 0 4096 0 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/17294/statm: 24065 978 745 9 0 16771 0
[pid=17294/tid=17295] ppid=17292 vsize=96260 CPUtime=0 cores=0,2,4,6
/proc/17294/task/17295/stat : 17295 (java) R 17292 17294 14504 0 -1 4202560 131 0 0 0 0 0 0 0 20 0 2 0 347454830 98570240 978 33554432000 1073741824 1073778376 140736082956880 140203589778984 242167399808 0 0 4096 0 0 0 0 -1 2 0 0 0 0 0

[startup+0.0720499 s]
/proc/loadavg: 1.97 2.02 2.00 3/193 17294
/proc/meminfo: memFree=26932076/32873648 swapFree=7112/7112
[pid=17294] ppid=17292 vsize=2648568 CPUtime=0.05 cores=0,2,4,6
/proc/17294/stat : 17294 (java) S 17292 17294 14504 0 -1 4202496 3866 0 1 0 5 0 0 0 20 0 18 0 347454830 2712133632 5584 33554432000 1073741824 1073778376 140736082956880 140736082948016 242170757181 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/17294/statm: 662142 5584 1773 9 0 652835 0
[pid=17294/tid=17295] ppid=17292 vsize=2648568 CPUtime=0.05 cores=0,2,4,6
/proc/17294/task/17295/stat : 17295 (java) R 17292 17294 14504 0 -1 4202560 2656 0 1 0 5 0 0 0 20 0 18 0 347454830 2712133632 5584 33554432000 1073741824 1073778376 140736082956880 140203589782432 242170782989 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0
Current children cumulated CPU time (s) 0.05
Current children cumulated vsize (KiB) 2648568

[startup+0.104301 s]
/proc/loadavg: 1.97 2.02 2.00 3/193 17294
/proc/meminfo: memFree=26932076/32873648 swapFree=7112/7112
[pid=17294] ppid=17292 vsize=2648568 CPUtime=0.11 cores=0,2,4,6
/proc/17294/stat : 17294 (java) S 17292 17294 14504 0 -1 4202496 4768 0 1 0 10 1 0 0 20 0 18 0 347454830 2712133632 7999 33554432000 1073741824 1073778376 140736082956880 140736082948016 242170757181 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/17294/statm: 662142 7999 2150 9 0 652835 0
[pid=17294/tid=17295] ppid=17292 vsize=2648568 CPUtime=0.08 cores=0,2,4,6
/proc/17294/task/17295/stat : 17295 (java) R 17292 17294 14504 0 -1 4202560 2740 0 1 0 8 0 0 0 20 0 18 0 347454830 2712133632 7999 33554432000 1073741824 1073778376 140736082956880 140203589767216 140203452894777 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0
Current children cumulated CPU time (s) 0.11
Current children cumulated vsize (KiB) 2648568

[startup+0.352548 s]
/proc/loadavg: 1.97 2.02 2.00 3/193 17294
/proc/meminfo: memFree=26932076/32873648 swapFree=7112/7112
[pid=17294] ppid=17292 vsize=2648568 CPUtime=0.58 cores=0,2,4,6
/proc/17294/stat : 17294 (java) S 17292 17294 14504 0 -1 4202496 6286 0 1 0 57 1 0 0 20 0 18 0 347454830 2712133632 14088 33554432000 1073741824 1073778376 140736082956880 140736082948016 242170757181 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/17294/statm: 662142 14088 2226 9 0 652835 0
[pid=17294/tid=17295] ppid=17292 vsize=2648568 CPUtime=0.33 cores=0,2,4,6
/proc/17294/task/17295/stat : 17295 (java) R 17292 17294 14504 0 -1 4202560 2759 0 1 0 33 0 0 0 20 0 18 0 347454830 2712133632 14088 33554432000 1073741824 1073778376 140736082956880 140203589775344 140203452892321 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0
Current children cumulated CPU time (s) 0.58
Current children cumulated vsize (KiB) 2648568

[startup+0.700198 s]
/proc/loadavg: 1.97 2.02 2.00 3/193 17294
/proc/meminfo: memFree=26932076/32873648 swapFree=7112/7112
[pid=17294] ppid=17292 vsize=2648568 CPUtime=1.04 cores=0,2,4,6
/proc/17294/stat : 17294 (java) S 17292 17294 14504 0 -1 4202496 8520 0 1 0 101 3 0 0 20 0 18 0 347454830 2712133632 51848 33554432000 1073741824 1073778376 140736082956880 140736082948016 242170757181 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/17294/statm: 662142 51848 2230 9 0 652835 0
[pid=17294/tid=17295] ppid=17292 vsize=2648568 CPUtime=0.68 cores=0,2,4,6
/proc/17294/task/17295/stat : 17295 (java) R 17292 17294 14504 0 -1 4202560 2830 0 1 0 65 3 0 0 20 0 18 0 347454830 2712133632 51848 33554432000 1073741824 1073778376 140736082956880 140203589775504 140203453060699 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0
Current children cumulated CPU time (s) 1.04
Current children cumulated vsize (KiB) 2648568

[startup+1.50062 s]
/proc/loadavg: 1.97 2.02 2.00 10/211 17312
/proc/meminfo: memFree=26525888/32873648 swapFree=7112/7112
[pid=17294] ppid=17292 vsize=2648568 CPUtime=1.96 cores=0,2,4,6
/proc/17294/stat : 17294 (java) S 17292 17294 14504 0 -1 4202496 8671 0 1 0 187 9 0 0 20 0 18 0 347454830 2712133632 96936 33554432000 1073741824 1073778376 140736082956880 140736082948016 242170757181 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/17294/statm: 662142 96936 2246 9 0 652835 0
[pid=17294/tid=17295] ppid=17292 vsize=2648568 CPUtime=1.44 cores=0,2,4,6
/proc/17294/task/17295/stat : 17295 (java) R 17292 17294 14504 0 -1 4202560 2912 0 1 0 138 6 0 0 20 0 18 0 347454830 2712133632 96936 33554432000 1073741824 1073778376 140736082956880 140203589775440 140203453197736 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0
[pid=17294/tid=17297] ppid=17292 vsize=2648568 CPUtime=0 cores=0,2,4,6
/proc/17294/task/17297/stat : 17297 (java) S 17292 17294 14504 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 18 0 347454831 2712133632 96936 33554432000 1073741824 1073778376 140736082956880 140203574233384 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=17294/tid=17298] ppid=17292 vsize=2648568 CPUtime=0 cores=0,2,4,6
/proc/17294/task/17298/stat : 17298 (java) S 17292 17294 14504 0 -1 4202560 5 0 0 0 0 0 0 0 20 0 18 0 347454831 2712133632 96936 33554432000 1073741824 1073778376 140736082956880 140203573180584 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=17294/tid=17299] ppid=17292 vsize=2648568 CPUtime=0 cores=0,2,4,6
/proc/17294/task/17299/stat : 17299 (java) S 17292 17294 14504 0 -1 4202560 4 0 0 0 0 0 0 0 20 0 18 0 347454831 2712133632 96936 33554432000 1073741824 1073778376 140736082956880 140203572128296 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=17294/tid=17300] ppid=17292 vsize=2648568 CPUtime=0.02 cores=0,2,4,6
/proc/17294/task/17300/stat : 17300 (java) S 17292 17294 14504 0 -1 4202560 21 0 0 0 2 0 0 0 20 0 18 0 347454831 2712133632 96936 33554432000 1073741824 1073778376 140736082956880 140203452787112 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=17294/tid=17301] ppid=17292 vsize=2648568 CPUtime=0 cores=0,2,4,6
/proc/17294/task/17301/stat : 17301 (java) S 17292 17294 14504 0 -1 4202560 11 0 0 0 0 0 0 0 20 0 18 0 347454831 2712133632 96936 33554432000 1073741824 1073778376 140736082956880 140203451734824 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=17294/tid=17302] ppid=17292 vsize=2648568 CPUtime=0 cores=0,2,4,6
/proc/17294/task/17302/stat : 17302 (java) S 17292 17294 14504 0 -1 4202560 5 0 0 0 0 0 0 0 20 0 18 0 347454831 2712133632 96936 33554432000 1073741824 1073778376 140736082956880 140203450682024 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=17294/tid=17303] ppid=17292 vsize=2648568 CPUtime=0 cores=0,2,4,6
/proc/17294/task/17303/stat : 17303 (java) S 17292 17294 14504 0 -1 4202560 4 0 0 0 0 0 0 0 20 0 18 0 347454831 2712133632 96936 33554432000 1073741824 1073778376 140736082956880 140203449629736 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=17294/tid=17304] ppid=17292 vsize=2648568 CPUtime=0 cores=0,2,4,6
/proc/17294/task/17304/stat : 17304 (java) S 17292 17294 14504 0 -1 4202560 6 0 0 0 0 0 0 0 20 0 18 0 347454831 2712133632 96936 33554432000 1073741824 1073778376 140736082956880 140203448576936 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=17294/tid=17305] ppid=17292 vsize=2648568 CPUtime=0 cores=0,2,4,6
/proc/17294/task/17305/stat : 17305 (java) S 17292 17294 14504 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 18 0 347454832 2712133632 96936 33554432000 1073741824 1073778376 140736082956880 140202966247656 242170771369 0 0 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=17294/tid=17306] ppid=17292 vsize=2648568 CPUtime=0 cores=0,2,4,6
/proc/17294/task/17306/stat : 17306 (java) S 17292 17294 14504 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 18 0 347454833 2712133632 96936 33554432000 1073741824 1073778376 140736082956880 140202965193720 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=17294/tid=17307] ppid=17292 vsize=2648568 CPUtime=0 cores=0,2,4,6
/proc/17294/task/17307/stat : 17307 (java) S 17292 17294 14504 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 18 0 347454833 2712133632 96936 33554432000 1073741824 1073778376 140736082956880 140202964141320 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=17294/tid=17308] ppid=17292 vsize=2648568 CPUtime=0 cores=0,2,4,6
/proc/17294/task/17308/stat : 17308 (java) S 17292 17294 14504 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 18 0 347454835 2712133632 96936 33554432000 1073741824 1073778376 140736082956880 140202963089808 242170779424 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=17294/tid=17309] ppid=17292 vsize=2648568 CPUtime=0.18 cores=0,2,4,6
/proc/17294/task/17309/stat : 17309 (java) S 17292 17294 14504 0 -1 4202560 2375 0 0 0 18 0 0 0 20 0 18 0 347454835 2712133632 96936 33554432000 1073741824 1073778376 140736082956880 140202962037432 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=17294/tid=17310] ppid=17292 vsize=2648568 CPUtime=0.16 cores=0,2,4,6
/proc/17294/task/17310/stat : 17310 (java) S 17292 17294 14504 0 -1 4202560 2136 0 0 0 16 0 0 0 20 0 18 0 347454835 2712133632 96936 33554432000 1073741824 1073778376 140736082956880 140202960984632 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=17294/tid=17311] ppid=17292 vsize=2648568 CPUtime=0 cores=0,2,4,6
/proc/17294/task/17311/stat : 17311 (java) S 17292 17294 14504 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 18 0 347454835 2712133632 96936 33554432000 1073741824 1073778376 140736082956880 140202959932536 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=17294/tid=17312] ppid=17292 vsize=2648568 CPUtime=0 cores=0,2,4,6
/proc/17294/task/17312/stat : 17312 (java) S 17292 17294 14504 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 18 0 347454835 2712133632 96936 33554432000 1073741824 1073778376 140736082956880 140202958879944 242170771369 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 1.96
Current children cumulated vsize (KiB) 2648568

[startup+3.10068 s]
/proc/loadavg: 2.13 2.06 2.01 3/211 17312
/proc/meminfo: memFree=26464320/32873648 swapFree=7112/7112
[pid=17294] ppid=17292 vsize=2648568 CPUtime=3.78 cores=0,2,4,6
/proc/17294/stat : 17294 (java) S 17292 17294 14504 0 -1 4202496 8788 0 1 0 364 14 0 0 20 0 18 0 347454830 2712133632 107719 33554432000 1073741824 1073778376 140736082956880 140736082948016 242170757181 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/17294/statm: 662142 107719 2248 9 0 652835 0
[pid=17294/tid=17295] ppid=17292 vsize=2648568 CPUtime=2.97 cores=0,2,4,6
/proc/17294/task/17295/stat : 17295 (java) R 17292 17294 14504 0 -1 4202560 2914 0 1 0 290 7 0 0 20 0 18 0 347454830 2712133632 107719 33554432000 1073741824 1073778376 140736082956880 140203589783144 242170782989 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0
[pid=17294/tid=17297] ppid=17292 vsize=2648568 CPUtime=0.02 cores=0,2,4,6
/proc/17294/task/17297/stat : 17297 (java) S 17292 17294 14504 0 -1 4202560 19 0 0 0 2 0 0 0 20 0 18 0 347454831 2712133632 107719 33554432000 1073741824 1073778376 140736082956880 140203574233384 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=17294/tid=17298] ppid=17292 vsize=2648568 CPUtime=0.08 cores=0,2,4,6
/proc/17294/task/17298/stat : 17298 (java) S 17292 17294 14504 0 -1 4202560 33 0 0 0 6 2 0 0 20 0 18 0 347454831 2712133632 107719 33554432000 1073741824 1073778376 140736082956880 140203573180584 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=17294/tid=17299] ppid=17292 vsize=2648568 CPUtime=0.06 cores=0,2,4,6
/proc/17294/task/17299/stat : 17299 (java) S 17292 17294 14504 0 -1 4202560 28 0 0 0 6 0 0 0 20 0 18 0 347454831 2712133632 107719 33554432000 1073741824 1073778376 140736082956880 140203572128296 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=17294/tid=17300] ppid=17292 vsize=2648568 CPUtime=0.06 cores=0,2,4,6
/proc/17294/task/17300/stat : 17300 (java) S 17292 17294 14504 0 -1 4202560 34 0 0 0 5 1 0 0 20 0 18 0 347454831 2712133632 107719 33554432000 1073741824 1073778376 140736082956880 140203452787112 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=17294/tid=17301] ppid=17292 vsize=2648568 CPUtime=0.02 cores=0,2,4,6
/proc/17294/task/17301/stat : 17301 (java) S 17292 17294 14504 0 -1 4202560 15 0 0 0 2 0 0 0 20 0 18 0 347454831 2712133632 107719 33554432000 1073741824 1073778376 140736082956880 140203451734824 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=17294/tid=17302] ppid=17292 vsize=2648568 CPUtime=0.03 cores=0,2,4,6
/proc/17294/task/17302/stat : 17302 (java) S 17292 17294 14504 0 -1 4202560 12 0 0 0 3 0 0 0 20 0 18 0 347454831 2712133632 107719 33554432000 1073741824 1073778376 140736082956880 140203450682024 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=17294/tid=17303] ppid=17292 vsize=2648568 CPUtime=0.04 cores=0,2,4,6
/proc/17294/task/17303/stat : 17303 (java) S 17292 17294 14504 0 -1 4202560 24 0 0 0 4 0 0 0 20 0 18 0 347454831 2712133632 107719 33554432000 1073741824 1073778376 140736082956880 140203449629736 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=17294/tid=17304] ppid=17292 vsize=2648568 CPUtime=0.01 cores=0,2,4,6
/proc/17294/task/17304/stat : 17304 (java) S 17292 17294 14504 0 -1 4202560 14 0 0 0 1 0 0 0 20 0 18 0 347454831 2712133632 107719 33554432000 1073741824 1073778376 140736082956880 140203448576936 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=17294/tid=17305] ppid=17292 vsize=2648568 CPUtime=0 cores=0,2,4,6
/proc/17294/task/17305/stat : 17305 (java) S 17292 17294 14504 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 18 0 347454832 2712133632 107719 33554432000 1073741824 1073778376 140736082956880 140202966247656 242170771369 0 0 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=17294/tid=17306] ppid=17292 vsize=2648568 CPUtime=0 cores=0,2,4,6
/proc/17294/task/17306/stat : 17306 (java) S 17292 17294 14504 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 18 0 347454833 2712133632 107719 33554432000 1073741824 1073778376 140736082956880 140202965193720 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=17294/tid=17307] ppid=17292 vsize=2648568 CPUtime=0 cores=0,2,4,6
/proc/17294/task/17307/stat : 17307 (java) S 17292 17294 14504 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 18 0 347454833 2712133632 107719 33554432000 1073741824 1073778376 140736082956880 140202964141320 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=17294/tid=17308] ppid=17292 vsize=2648568 CPUtime=0 cores=0,2,4,6
/proc/17294/task/17308/stat : 17308 (java) S 17292 17294 14504 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 18 0 347454835 2712133632 107719 33554432000 1073741824 1073778376 140736082956880 140202963089808 242170779424 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=17294/tid=17309] ppid=17292 vsize=2648568 CPUtime=0.18 cores=0,2,4,6
/proc/17294/task/17309/stat : 17309 (java) S 17292 17294 14504 0 -1 4202560 2377 0 0 0 18 0 0 0 20 0 18 0 347454835 2712133632 107719 33554432000 1073741824 1073778376 140736082956880 140202962037432 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=17294/tid=17310] ppid=17292 vsize=2648568 CPUtime=0.16 cores=0,2,4,6
/proc/17294/task/17310/stat : 17310 (java) S 17292 17294 14504 0 -1 4202560 2136 0 0 0 16 0 0 0 20 0 18 0 347454835 2712133632 107719 33554432000 1073741824 1073778376 140736082956880 140202960984632 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=17294/tid=17311] ppid=17292 vsize=2648568 CPUtime=0 cores=0,2,4,6
/proc/17294/task/17311/stat : 17311 (java) S 17292 17294 14504 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 18 0 347454835 2712133632 107719 33554432000 1073741824 1073778376 140736082956880 140202959932536 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=17294/tid=17312] ppid=17292 vsize=2648568 CPUtime=0 cores=0,2,4,6
/proc/17294/task/17312/stat : 17312 (java) S 17292 17294 14504 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 18 0 347454835 2712133632 107719 33554432000 1073741824 1073778376 140736082956880 140202958879944 242170771369 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 3.78
Current children cumulated vsize (KiB) 2648568

[startup+6.30076 s]
/proc/loadavg: 2.13 2.06 2.01 10/212 17313
/proc/meminfo: memFree=26386024/32873648 swapFree=7112/7112
[pid=17294] ppid=17292 vsize=2648568 CPUtime=7.75 cores=0,2,4,6
/proc/17294/stat : 17294 (java) S 17292 17294 14504 0 -1 4202496 9474 0 1 0 753 22 0 0 20 0 18 0 347454830 2712133632 129660 33554432000 1073741824 1073778376 140736082956880 140736082948016 242170757181 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/17294/statm: 662142 129660 2248 9 0 652835 0
[pid=17294/tid=17295] ppid=17292 vsize=2648568 CPUtime=5.85 cores=0,2,4,6
/proc/17294/task/17295/stat : 17295 (java) R 17292 17294 14504 0 -1 4202560 2919 0 1 0 578 7 0 0 20 0 18 0 347454830 2712133632 129660 33554432000 1073741824 1073778376 140736082956880 140203589783240 140203453205472 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0
[pid=17294/tid=17297] ppid=17292 vsize=2648568 CPUtime=0.11 cores=0,2,4,6
/proc/17294/task/17297/stat : 17297 (java) S 17292 17294 14504 0 -1 4202560 44 0 0 0 10 1 0 0 20 0 18 0 347454831 2712133632 129660 33554432000 1073741824 1073778376 140736082956880 140203574233384 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=17294/tid=17298] ppid=17292 vsize=2648568 CPUtime=0.17 cores=0,2,4,6
/proc/17294/task/17298/stat : 17298 (java) S 17292 17294 14504 0 -1 4202560 55 0 0 0 15 2 0 0 20 0 18 0 347454831 2712133632 129660 33554432000 1073741824 1073778376 140736082956880 140203573180584 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=17294/tid=17299] ppid=17292 vsize=2648568 CPUtime=0.22 cores=0,2,4,6
/proc/17294/task/17299/stat : 17299 (java) S 17292 17294 14504 0 -1 4202560 61 0 0 0 21 1 0 0 20 0 18 0 347454831 2712133632 129660 33554432000 1073741824 1073778376 140736082956880 140203572128296 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=17294/tid=17300] ppid=17292 vsize=2648568 CPUtime=0.19 cores=0,2,4,6
/proc/17294/task/17300/stat : 17300 (java) S 17292 17294 14504 0 -1 4202560 310 0 0 0 17 2 0 0 20 0 18 0 347454831 2712133632 129660 33554432000 1073741824 1073778376 140736082956880 140203452787112 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=17294/tid=17301] ppid=17292 vsize=2648568 CPUtime=0.23 cores=0,2,4,6
/proc/17294/task/17301/stat : 17301 (java) S 17292 17294 14504 0 -1 4202560 72 0 0 0 21 2 0 0 20 0 18 0 347454831 2712133632 129660 33554432000 1073741824 1073778376 140736082956880 140203451734824 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=17294/tid=17302] ppid=17292 vsize=2648568 CPUtime=0.14 cores=0,2,4,6
/proc/17294/task/17302/stat : 17302 (java) S 17292 17294 14504 0 -1 4202560 42 0 0 0 12 2 0 0 20 0 18 0 347454831 2712133632 129660 33554432000 1073741824 1073778376 140736082956880 140203450682024 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=17294/tid=17303] ppid=17292 vsize=2648568 CPUtime=0.14 cores=0,2,4,6
/proc/17294/task/17303/stat : 17303 (java) S 17292 17294 14504 0 -1 4202560 42 0 0 0 12 2 0 0 20 0 18 0 347454831 2712133632 129660 33554432000 1073741824 1073778376 140736082956880 140203449629736 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=17294/tid=17304] ppid=17292 vsize=2648568 CPUtime=0.18 cores=0,2,4,6
/proc/17294/task/17304/stat : 17304 (java) S 17292 17294 14504 0 -1 4202560 233 0 0 0 16 2 0 0 20 0 18 0 347454831 2712133632 129660 33554432000 1073741824 1073778376 140736082956880 140203448576936 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=17294/tid=17305] ppid=17292 vsize=2648568 CPUtime=0 cores=0,2,4,6
/proc/17294/task/17305/stat : 17305 (java) S 17292 17294 14504 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 18 0 347454832 2712133632 129660 33554432000 1073741824 1073778376 140736082956880 140202966247656 242170771369 0 0 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=17294/tid=17306] ppid=17292 vsize=2648568 CPUtime=0 cores=0,2,4,6
/proc/17294/task/17306/stat : 17306 (java) S 17292 17294 14504 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 18 0 347454833 2712133632 129660 33554432000 1073741824 1073778376 140736082956880 140202965193720 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=17294/tid=17307] ppid=17292 vsize=2648568 CPUtime=0 cores=0,2,4,6
/proc/17294/task/17307/stat : 17307 (java) S 17292 17294 14504 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 18 0 347454833 2712133632 129660 33554432000 1073741824 1073778376 140736082956880 140202964141320 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=17294/tid=17308] ppid=17292 vsize=2648568 CPUtime=0 cores=0,2,4,6
/proc/17294/task/17308/stat : 17308 (java) S 17292 17294 14504 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 18 0 347454835 2712133632 129660 33554432000 1073741824 1073778376 140736082956880 140202963089808 242170779424 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=17294/tid=17309] ppid=17292 vsize=2648568 CPUtime=0.2 cores=0,2,4,6
/proc/17294/task/17309/stat : 17309 (java) S 17292 17294 14504 0 -1 4202560 2378 0 0 0 20 0 0 0 20 0 18 0 347454835 2712133632 129660 33554432000 1073741824 1073778376 140736082956880 140202962037432 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=17294/tid=17310] ppid=17292 vsize=2648568 CPUtime=0.17 cores=0,2,4,6
/proc/17294/task/17310/stat : 17310 (java) S 17292 17294 14504 0 -1 4202560 2136 0 0 0 17 0 0 0 20 0 18 0 347454835 2712133632 129660 33554432000 1073741824 1073778376 140736082956880 140202960984632 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=17294/tid=17311] ppid=17292 vsize=2648568 CPUtime=0 cores=0,2,4,6
/proc/17294/task/17311/stat : 17311 (java) S 17292 17294 14504 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 18 0 347454835 2712133632 129660 33554432000 1073741824 1073778376 140736082956880 140202959932536 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=17294/tid=17312] ppid=17292 vsize=2648568 CPUtime=0 cores=0,2,4,6
/proc/17294/task/17312/stat : 17312 (java) S 17292 17294 14504 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 18 0 347454835 2712133632 129660 33554432000 1073741824 1073778376 140736082956880 140202958879944 242170771369 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0

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

/proc/17294/task/17301/stat : 17301 (java) S 17292 17294 14504 0 -1 4202560 408 0 0 0 41 12 0 0 20 0 20 0 347454831 2848456704 344925 33554432000 1073741824 1073778376 140736082956880 140203451734824 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=17294/tid=17302] ppid=17292 vsize=2781696 CPUtime=0.55 cores=0,2,4,6
/proc/17294/task/17302/stat : 17302 (java) S 17292 17294 14504 0 -1 4202560 284 0 0 0 39 16 0 0 20 0 20 0 347454831 2848456704 344925 33554432000 1073741824 1073778376 140736082956880 140203450682024 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=17294/tid=17303] ppid=17292 vsize=2781696 CPUtime=0.44 cores=0,2,4,6
/proc/17294/task/17303/stat : 17303 (java) S 17292 17294 14504 0 -1 4202560 384 0 0 0 34 10 0 0 20 0 20 0 347454831 2848456704 344925 33554432000 1073741824 1073778376 140736082956880 140203449629736 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=17294/tid=17304] ppid=17292 vsize=2781696 CPUtime=0.55 cores=0,2,4,6
/proc/17294/task/17304/stat : 17304 (java) S 17292 17294 14504 0 -1 4202560 467 0 0 0 38 17 0 0 20 0 20 0 347454831 2848456704 344925 33554432000 1073741824 1073778376 140736082956880 140203448576936 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=17294/tid=17305] ppid=17292 vsize=2781696 CPUtime=21.16 cores=0,2,4,6
/proc/17294/task/17305/stat : 17305 (java) R 17292 17294 14504 0 -1 4202560 92 0 0 0 2114 2 0 0 20 0 20 0 347454832 2848456704 344925 33554432000 1073741824 1073778376 140736082956880 140202966247776 140203595910384 0 0 0 16800975 0 0 0 -1 2 0 0 0 0 0
[pid=17294/tid=17306] ppid=17292 vsize=2781696 CPUtime=0 cores=0,2,4,6
/proc/17294/task/17306/stat : 17306 (java) S 17292 17294 14504 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 20 0 347454833 2848456704 344925 33554432000 1073741824 1073778376 140736082956880 140202965193720 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=17294/tid=17307] ppid=17292 vsize=2781696 CPUtime=0 cores=0,2,4,6
/proc/17294/task/17307/stat : 17307 (java) S 17292 17294 14504 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 20 0 347454833 2848456704 344925 33554432000 1073741824 1073778376 140736082956880 140202964138488 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=17294/tid=17308] ppid=17292 vsize=2781696 CPUtime=0 cores=0,2,4,6
/proc/17294/task/17308/stat : 17308 (java) S 17292 17294 14504 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 20 0 347454835 2848456704 344925 33554432000 1073741824 1073778376 140736082956880 140202963089808 242170779424 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=17294/tid=17309] ppid=17292 vsize=2781696 CPUtime=0.83 cores=0,2,4,6
/proc/17294/task/17309/stat : 17309 (java) S 17292 17294 14504 0 -1 4202560 9832 0 0 0 80 3 0 0 20 0 20 0 347454835 2848456704 344925 33554432000 1073741824 1073778376 140736082956880 140202962037432 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=17294/tid=17310] ppid=17292 vsize=2781696 CPUtime=0.7 cores=0,2,4,6
/proc/17294/task/17310/stat : 17310 (java) S 17292 17294 14504 0 -1 4202560 4923 0 0 0 70 0 0 0 20 0 20 0 347454835 2848456704 344925 33554432000 1073741824 1073778376 140736082956880 140202960984632 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=17294/tid=17311] ppid=17292 vsize=2781696 CPUtime=0 cores=0,2,4,6
/proc/17294/task/17311/stat : 17311 (java) S 17292 17294 14504 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 20 0 347454835 2848456704 344925 33554432000 1073741824 1073778376 140736082956880 140202959932536 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=17294/tid=17312] ppid=17292 vsize=2781696 CPUtime=0.18 cores=0,2,4,6
/proc/17294/task/17312/stat : 17312 (java) S 17292 17294 14504 0 -1 4202560 35 0 0 0 10 8 0 0 20 0 20 0 347454835 2848456704 344925 33554432000 1073741824 1073778376 140736082956880 140202958879944 242170771369 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=17294/tid=17314] ppid=17292 vsize=2781696 CPUtime=0 cores=0,2,4,6
/proc/17294/task/17314/stat : 17314 (java) S 17292 17294 14504 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 20 0 347455737 2848456704 344925 33554432000 1073741824 1073778376 140736082956880 140202957824936 242170771369 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=17294/tid=17345] ppid=17292 vsize=2781696 CPUtime=0 cores=0,2,4,6
/proc/17294/task/17345/stat : 17345 (java) S 17292 17294 14504 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 20 0 347515834 2848456704 344925 33554432000 1073741824 1073778376 140736082956880 140202956772280 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 615.81
Current children cumulated vsize (KiB) 2781696

[startup+612.807 s]
/proc/loadavg: 1.84 1.98 1.99 2/190 17345
/proc/meminfo: memFree=25962940/32873648 swapFree=7112/7112
[pid=17294] ppid=17292 vsize=2781696 CPUtime=617.42 cores=0,2,4,6
/proc/17294/stat : 17294 (java) S 17292 17294 14504 0 -1 4202496 22388 0 1 0 61616 126 0 0 20 0 20 0 347454830 2848456704 344928 33554432000 1073741824 1073778376 140736082956880 140736082948016 242170757181 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/17294/statm: 695424 344928 2277 9 0 686117 0
[pid=17294/tid=17295] ppid=17292 vsize=2781696 CPUtime=588.88 cores=0,2,4,6
/proc/17294/task/17295/stat : 17295 (java) S 17292 17294 14504 0 -1 4202560 2994 0 1 0 58872 16 0 0 20 0 20 0 347454830 2848456704 344928 33554432000 1073741824 1073778376 140736082956880 140203589784760 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=17294/tid=17297] ppid=17292 vsize=2781696 CPUtime=0.55 cores=0,2,4,6
/proc/17294/task/17297/stat : 17297 (java) S 17292 17294 14504 0 -1 4202560 535 0 0 0 38 17 0 0 20 0 20 0 347454831 2848456704 344928 33554432000 1073741824 1073778376 140736082956880 140203574233384 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=17294/tid=17298] ppid=17292 vsize=2781696 CPUtime=0.44 cores=0,2,4,6
/proc/17294/task/17298/stat : 17298 (java) S 17292 17294 14504 0 -1 4202560 397 0 0 0 28 16 0 0 20 0 20 0 347454831 2848456704 344928 33554432000 1073741824 1073778376 140736082956880 140203573180584 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=17294/tid=17299] ppid=17292 vsize=2781696 CPUtime=0.52 cores=0,2,4,6
/proc/17294/task/17299/stat : 17299 (java) S 17292 17294 14504 0 -1 4202560 428 0 0 0 42 10 0 0 20 0 20 0 347454831 2848456704 344928 33554432000 1073741824 1073778376 140736082956880 140203572128296 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=17294/tid=17300] ppid=17292 vsize=2781696 CPUtime=0.42 cores=0,2,4,6
/proc/17294/task/17300/stat : 17300 (java) S 17292 17294 14504 0 -1 4202560 411 0 0 0 34 8 0 0 20 0 20 0 347454831 2848456704 344928 33554432000 1073741824 1073778376 140736082956880 140203452787112 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=17294/tid=17301] ppid=17292 vsize=2781696 CPUtime=0.53 cores=0,2,4,6
/proc/17294/task/17301/stat : 17301 (java) S 17292 17294 14504 0 -1 4202560 408 0 0 0 41 12 0 0 20 0 20 0 347454831 2848456704 344928 33554432000 1073741824 1073778376 140736082956880 140203451734824 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=17294/tid=17302] ppid=17292 vsize=2781696 CPUtime=0.55 cores=0,2,4,6
/proc/17294/task/17302/stat : 17302 (java) S 17292 17294 14504 0 -1 4202560 284 0 0 0 39 16 0 0 20 0 20 0 347454831 2848456704 344928 33554432000 1073741824 1073778376 140736082956880 140203450682024 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=17294/tid=17303] ppid=17292 vsize=2781696 CPUtime=0.44 cores=0,2,4,6
/proc/17294/task/17303/stat : 17303 (java) S 17292 17294 14504 0 -1 4202560 384 0 0 0 34 10 0 0 20 0 20 0 347454831 2848456704 344928 33554432000 1073741824 1073778376 140736082956880 140203449629736 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=17294/tid=17304] ppid=17292 vsize=2781696 CPUtime=0.55 cores=0,2,4,6
/proc/17294/task/17304/stat : 17304 (java) S 17292 17294 14504 0 -1 4202560 467 0 0 0 38 17 0 0 20 0 20 0 347454831 2848456704 344928 33554432000 1073741824 1073778376 140736082956880 140203448576936 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=17294/tid=17305] ppid=17292 vsize=2781696 CPUtime=22.77 cores=0,2,4,6
/proc/17294/task/17305/stat : 17305 (java) R 17292 17294 14504 0 -1 4202560 93 0 0 0 2275 2 0 0 20 0 20 0 347454832 2848456704 344928 33554432000 1073741824 1073778376 140736082956880 140202966247656 140203593920589 0 0 0 16800975 0 0 0 -1 2 0 0 0 0 0
[pid=17294/tid=17306] ppid=17292 vsize=2781696 CPUtime=0 cores=0,2,4,6
/proc/17294/task/17306/stat : 17306 (java) S 17292 17294 14504 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 20 0 347454833 2848456704 344928 33554432000 1073741824 1073778376 140736082956880 140202965193720 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=17294/tid=17307] ppid=17292 vsize=2781696 CPUtime=0 cores=0,2,4,6
/proc/17294/task/17307/stat : 17307 (java) S 17292 17294 14504 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 20 0 347454833 2848456704 344928 33554432000 1073741824 1073778376 140736082956880 140202964141320 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=17294/tid=17308] ppid=17292 vsize=2781696 CPUtime=0 cores=0,2,4,6
/proc/17294/task/17308/stat : 17308 (java) S 17292 17294 14504 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 20 0 347454835 2848456704 344928 33554432000 1073741824 1073778376 140736082956880 140202963089808 242170779424 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=17294/tid=17309] ppid=17292 vsize=2781696 CPUtime=0.83 cores=0,2,4,6
/proc/17294/task/17309/stat : 17309 (java) S 17292 17294 14504 0 -1 4202560 9832 0 0 0 80 3 0 0 20 0 20 0 347454835 2848456704 344928 33554432000 1073741824 1073778376 140736082956880 140202962037432 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=17294/tid=17310] ppid=17292 vsize=2781696 CPUtime=0.7 cores=0,2,4,6
/proc/17294/task/17310/stat : 17310 (java) S 17292 17294 14504 0 -1 4202560 4923 0 0 0 70 0 0 0 20 0 20 0 347454835 2848456704 344928 33554432000 1073741824 1073778376 140736082956880 140202960984632 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=17294/tid=17311] ppid=17292 vsize=2781696 CPUtime=0 cores=0,2,4,6
/proc/17294/task/17311/stat : 17311 (java) S 17292 17294 14504 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 20 0 347454835 2848456704 344928 33554432000 1073741824 1073778376 140736082956880 140202959932536 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=17294/tid=17312] ppid=17292 vsize=2781696 CPUtime=0.18 cores=0,2,4,6
/proc/17294/task/17312/stat : 17312 (java) S 17292 17294 14504 0 -1 4202560 35 0 0 0 10 8 0 0 20 0 20 0 347454835 2848456704 344928 33554432000 1073741824 1073778376 140736082956880 140202958879944 242170771369 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=17294/tid=17314] ppid=17292 vsize=2781696 CPUtime=0 cores=0,2,4,6
/proc/17294/task/17314/stat : 17314 (java) S 17292 17294 14504 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 20 0 347455737 2848456704 344928 33554432000 1073741824 1073778376 140736082956880 140202957824936 242170771369 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=17294/tid=17345] ppid=17292 vsize=2781696 CPUtime=0 cores=0,2,4,6
/proc/17294/task/17345/stat : 17345 (java) S 17292 17294 14504 0 -1 4202560 14 0 0 0 0 0 0 0 20 0 20 0 347515834 2848456704 344928 33554432000 1073741824 1073778376 140736082956880 140202956771576 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 617.42
Current children cumulated vsize (KiB) 2781696

[startup+613.201 s]
/proc/loadavg: 1.84 1.98 1.99 2/190 17345
/proc/meminfo: memFree=25962940/32873648 swapFree=7112/7112
[pid=17294] ppid=17292 vsize=2781696 CPUtime=617.81 cores=0,2,4,6
/proc/17294/stat : 17294 (java) S 17292 17294 14504 0 -1 4202496 22388 0 1 0 61655 126 0 0 20 0 20 0 347454830 2848456704 344928 33554432000 1073741824 1073778376 140736082956880 140736082948016 242170757181 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/17294/statm: 695424 344928 2277 9 0 686117 0
[pid=17294/tid=17295] ppid=17292 vsize=2781696 CPUtime=588.88 cores=0,2,4,6
/proc/17294/task/17295/stat : 17295 (java) S 17292 17294 14504 0 -1 4202560 2994 0 1 0 58872 16 0 0 20 0 20 0 347454830 2848456704 344928 33554432000 1073741824 1073778376 140736082956880 140203589784760 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=17294/tid=17297] ppid=17292 vsize=2781696 CPUtime=0.55 cores=0,2,4,6
/proc/17294/task/17297/stat : 17297 (java) S 17292 17294 14504 0 -1 4202560 535 0 0 0 38 17 0 0 20 0 20 0 347454831 2848456704 344928 33554432000 1073741824 1073778376 140736082956880 140203574233384 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=17294/tid=17298] ppid=17292 vsize=2781696 CPUtime=0.44 cores=0,2,4,6
/proc/17294/task/17298/stat : 17298 (java) S 17292 17294 14504 0 -1 4202560 397 0 0 0 28 16 0 0 20 0 20 0 347454831 2848456704 344928 33554432000 1073741824 1073778376 140736082956880 140203573180584 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=17294/tid=17299] ppid=17292 vsize=2781696 CPUtime=0.52 cores=0,2,4,6
/proc/17294/task/17299/stat : 17299 (java) S 17292 17294 14504 0 -1 4202560 428 0 0 0 42 10 0 0 20 0 20 0 347454831 2848456704 344928 33554432000 1073741824 1073778376 140736082956880 140203572128296 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=17294/tid=17300] ppid=17292 vsize=2781696 CPUtime=0.42 cores=0,2,4,6
/proc/17294/task/17300/stat : 17300 (java) S 17292 17294 14504 0 -1 4202560 411 0 0 0 34 8 0 0 20 0 20 0 347454831 2848456704 344928 33554432000 1073741824 1073778376 140736082956880 140203452787112 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=17294/tid=17301] ppid=17292 vsize=2781696 CPUtime=0.53 cores=0,2,4,6
/proc/17294/task/17301/stat : 17301 (java) S 17292 17294 14504 0 -1 4202560 408 0 0 0 41 12 0 0 20 0 20 0 347454831 2848456704 344928 33554432000 1073741824 1073778376 140736082956880 140203451734824 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=17294/tid=17302] ppid=17292 vsize=2781696 CPUtime=0.55 cores=0,2,4,6
/proc/17294/task/17302/stat : 17302 (java) S 17292 17294 14504 0 -1 4202560 284 0 0 0 39 16 0 0 20 0 20 0 347454831 2848456704 344928 33554432000 1073741824 1073778376 140736082956880 140203450682024 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=17294/tid=17303] ppid=17292 vsize=2781696 CPUtime=0.44 cores=0,2,4,6
/proc/17294/task/17303/stat : 17303 (java) S 17292 17294 14504 0 -1 4202560 384 0 0 0 34 10 0 0 20 0 20 0 347454831 2848456704 344928 33554432000 1073741824 1073778376 140736082956880 140203449629736 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=17294/tid=17304] ppid=17292 vsize=2781696 CPUtime=0.55 cores=0,2,4,6
/proc/17294/task/17304/stat : 17304 (java) S 17292 17294 14504 0 -1 4202560 467 0 0 0 38 17 0 0 20 0 20 0 347454831 2848456704 344928 33554432000 1073741824 1073778376 140736082956880 140203448576936 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=17294/tid=17305] ppid=17292 vsize=2781696 CPUtime=23.16 cores=0,2,4,6
/proc/17294/task/17305/stat : 17305 (java) R 17292 17294 14504 0 -1 4202560 93 0 0 0 2314 2 0 0 20 0 20 0 347454832 2848456704 344928 33554432000 1073741824 1073778376 140736082956880 140202966247656 140203596640219 0 0 0 16800975 0 0 0 -1 2 0 0 0 0 0
[pid=17294/tid=17306] ppid=17292 vsize=2781696 CPUtime=0 cores=0,2,4,6
/proc/17294/task/17306/stat : 17306 (java) S 17292 17294 14504 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 20 0 347454833 2848456704 344928 33554432000 1073741824 1073778376 140736082956880 140202965193720 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=17294/tid=17307] ppid=17292 vsize=2781696 CPUtime=0 cores=0,2,4,6
/proc/17294/task/17307/stat : 17307 (java) S 17292 17294 14504 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 20 0 347454833 2848456704 344928 33554432000 1073741824 1073778376 140736082956880 140202964141320 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=17294/tid=17308] ppid=17292 vsize=2781696 CPUtime=0 cores=0,2,4,6
/proc/17294/task/17308/stat : 17308 (java) S 17292 17294 14504 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 20 0 347454835 2848456704 344928 33554432000 1073741824 1073778376 140736082956880 140202963089808 242170779424 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=17294/tid=17309] ppid=17292 vsize=2781696 CPUtime=0.83 cores=0,2,4,6
/proc/17294/task/17309/stat : 17309 (java) S 17292 17294 14504 0 -1 4202560 9832 0 0 0 80 3 0 0 20 0 20 0 347454835 2848456704 344928 33554432000 1073741824 1073778376 140736082956880 140202962037432 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=17294/tid=17310] ppid=17292 vsize=2781696 CPUtime=0.7 cores=0,2,4,6
/proc/17294/task/17310/stat : 17310 (java) S 17292 17294 14504 0 -1 4202560 4923 0 0 0 70 0 0 0 20 0 20 0 347454835 2848456704 344928 33554432000 1073741824 1073778376 140736082956880 140202960984632 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=17294/tid=17311] ppid=17292 vsize=2781696 CPUtime=0 cores=0,2,4,6
/proc/17294/task/17311/stat : 17311 (java) S 17292 17294 14504 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 20 0 347454835 2848456704 344928 33554432000 1073741824 1073778376 140736082956880 140202959932536 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=17294/tid=17312] ppid=17292 vsize=2781696 CPUtime=0.18 cores=0,2,4,6
/proc/17294/task/17312/stat : 17312 (java) S 17292 17294 14504 0 -1 4202560 35 0 0 0 10 8 0 0 20 0 20 0 347454835 2848456704 344928 33554432000 1073741824 1073778376 140736082956880 140202958879944 242170771369 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=17294/tid=17314] ppid=17292 vsize=2781696 CPUtime=0 cores=0,2,4,6
/proc/17294/task/17314/stat : 17314 (java) S 17292 17294 14504 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 20 0 347455737 2848456704 344928 33554432000 1073741824 1073778376 140736082956880 140202957824936 242170771369 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=17294/tid=17345] ppid=17292 vsize=2781696 CPUtime=0 cores=0,2,4,6
/proc/17294/task/17345/stat : 17345 (java) S 17292 17294 14504 0 -1 4202560 14 0 0 0 0 0 0 0 20 0 20 0 347515834 2848456704 344928 33554432000 1073741824 1073778376 140736082956880 140202956771576 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 617.81
Current children cumulated vsize (KiB) 2781696

[startup+613.401 s]
/proc/loadavg: 1.84 1.98 1.99 2/190 17345
/proc/meminfo: memFree=25962940/32873648 swapFree=7112/7112
[pid=17294] ppid=17292 vsize=2781696 CPUtime=618.01 cores=0,2,4,6
/proc/17294/stat : 17294 (java) S 17292 17294 14504 0 -1 4202496 22388 0 1 0 61675 126 0 0 20 0 20 0 347454830 2848456704 344928 33554432000 1073741824 1073778376 140736082956880 140736082948016 242170757181 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/17294/statm: 695424 344928 2277 9 0 686117 0
[pid=17294/tid=17295] ppid=17292 vsize=2781696 CPUtime=588.88 cores=0,2,4,6
/proc/17294/task/17295/stat : 17295 (java) S 17292 17294 14504 0 -1 4202560 2994 0 1 0 58872 16 0 0 20 0 20 0 347454830 2848456704 344928 33554432000 1073741824 1073778376 140736082956880 140203589784760 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=17294/tid=17297] ppid=17292 vsize=2781696 CPUtime=0.55 cores=0,2,4,6
/proc/17294/task/17297/stat : 17297 (java) S 17292 17294 14504 0 -1 4202560 535 0 0 0 38 17 0 0 20 0 20 0 347454831 2848456704 344928 33554432000 1073741824 1073778376 140736082956880 140203574233384 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=17294/tid=17298] ppid=17292 vsize=2781696 CPUtime=0.44 cores=0,2,4,6
/proc/17294/task/17298/stat : 17298 (java) S 17292 17294 14504 0 -1 4202560 397 0 0 0 28 16 0 0 20 0 20 0 347454831 2848456704 344928 33554432000 1073741824 1073778376 140736082956880 140203573180584 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=17294/tid=17299] ppid=17292 vsize=2781696 CPUtime=0.52 cores=0,2,4,6
/proc/17294/task/17299/stat : 17299 (java) S 17292 17294 14504 0 -1 4202560 428 0 0 0 42 10 0 0 20 0 20 0 347454831 2848456704 344928 33554432000 1073741824 1073778376 140736082956880 140203572128296 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=17294/tid=17300] ppid=17292 vsize=2781696 CPUtime=0.42 cores=0,2,4,6
/proc/17294/task/17300/stat : 17300 (java) S 17292 17294 14504 0 -1 4202560 411 0 0 0 34 8 0 0 20 0 20 0 347454831 2848456704 344928 33554432000 1073741824 1073778376 140736082956880 140203452787112 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=17294/tid=17301] ppid=17292 vsize=2781696 CPUtime=0.53 cores=0,2,4,6
/proc/17294/task/17301/stat : 17301 (java) S 17292 17294 14504 0 -1 4202560 408 0 0 0 41 12 0 0 20 0 20 0 347454831 2848456704 344928 33554432000 1073741824 1073778376 140736082956880 140203451734824 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=17294/tid=17302] ppid=17292 vsize=2781696 CPUtime=0.55 cores=0,2,4,6
/proc/17294/task/17302/stat : 17302 (java) S 17292 17294 14504 0 -1 4202560 284 0 0 0 39 16 0 0 20 0 20 0 347454831 2848456704 344928 33554432000 1073741824 1073778376 140736082956880 140203450682024 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=17294/tid=17303] ppid=17292 vsize=2781696 CPUtime=0.44 cores=0,2,4,6
/proc/17294/task/17303/stat : 17303 (java) S 17292 17294 14504 0 -1 4202560 384 0 0 0 34 10 0 0 20 0 20 0 347454831 2848456704 344928 33554432000 1073741824 1073778376 140736082956880 140203449629736 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=17294/tid=17304] ppid=17292 vsize=2781696 CPUtime=0.55 cores=0,2,4,6
/proc/17294/task/17304/stat : 17304 (java) S 17292 17294 14504 0 -1 4202560 467 0 0 0 38 17 0 0 20 0 20 0 347454831 2848456704 344928 33554432000 1073741824 1073778376 140736082956880 140203448576936 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=17294/tid=17305] ppid=17292 vsize=2781696 CPUtime=23.36 cores=0,2,4,6
/proc/17294/task/17305/stat : 17305 (java) R 17292 17294 14504 0 -1 4202560 93 0 0 0 2334 2 0 0 20 0 20 0 347454832 2848456704 344928 33554432000 1073741824 1073778376 140736082956880 140202966247816 242167071060 0 0 0 16800975 0 0 0 -1 2 0 0 0 0 0
[pid=17294/tid=17306] ppid=17292 vsize=2781696 CPUtime=0 cores=0,2,4,6
/proc/17294/task/17306/stat : 17306 (java) S 17292 17294 14504 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 20 0 347454833 2848456704 344928 33554432000 1073741824 1073778376 140736082956880 140202965193720 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=17294/tid=17307] ppid=17292 vsize=2781696 CPUtime=0 cores=0,2,4,6
/proc/17294/task/17307/stat : 17307 (java) S 17292 17294 14504 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 20 0 347454833 2848456704 344928 33554432000 1073741824 1073778376 140736082956880 140202964141320 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=17294/tid=17308] ppid=17292 vsize=2781696 CPUtime=0 cores=0,2,4,6
/proc/17294/task/17308/stat : 17308 (java) S 17292 17294 14504 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 20 0 347454835 2848456704 344928 33554432000 1073741824 1073778376 140736082956880 140202963089808 242170779424 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=17294/tid=17309] ppid=17292 vsize=2781696 CPUtime=0.83 cores=0,2,4,6
/proc/17294/task/17309/stat : 17309 (java) S 17292 17294 14504 0 -1 4202560 9832 0 0 0 80 3 0 0 20 0 20 0 347454835 2848456704 344928 33554432000 1073741824 1073778376 140736082956880 140202962037432 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=17294/tid=17310] ppid=17292 vsize=2781696 CPUtime=0.7 cores=0,2,4,6
/proc/17294/task/17310/stat : 17310 (java) S 17292 17294 14504 0 -1 4202560 4923 0 0 0 70 0 0 0 20 0 20 0 347454835 2848456704 344928 33554432000 1073741824 1073778376 140736082956880 140202960984632 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=17294/tid=17311] ppid=17292 vsize=2781696 CPUtime=0 cores=0,2,4,6
/proc/17294/task/17311/stat : 17311 (java) S 17292 17294 14504 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 20 0 347454835 2848456704 344928 33554432000 1073741824 1073778376 140736082956880 140202959932536 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=17294/tid=17312] ppid=17292 vsize=2781696 CPUtime=0.18 cores=0,2,4,6
/proc/17294/task/17312/stat : 17312 (java) S 17292 17294 14504 0 -1 4202560 35 0 0 0 10 8 0 0 20 0 20 0 347454835 2848456704 344928 33554432000 1073741824 1073778376 140736082956880 140202958879944 242170771369 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=17294/tid=17314] ppid=17292 vsize=2781696 CPUtime=0 cores=0,2,4,6
/proc/17294/task/17314/stat : 17314 (java) S 17292 17294 14504 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 20 0 347455737 2848456704 344928 33554432000 1073741824 1073778376 140736082956880 140202957824936 242170771369 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=17294/tid=17345] ppid=17292 vsize=2781696 CPUtime=0 cores=0,2,4,6
/proc/17294/task/17345/stat : 17345 (java) S 17292 17294 14504 0 -1 4202560 14 0 0 0 0 0 0 0 20 0 20 0 347515834 2848456704 344928 33554432000 1073741824 1073778376 140736082956880 140202956771576 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 618.01
Current children cumulated vsize (KiB) 2781696

Child status: 1
Real time (s): 613.428
CPU time (s): 618.23
CPU user time (s): 616.738
CPU system time (s): 1.49177
CPU usage (%): 100.783
Max. virtual memory (cumulated for all children) (KiB): 2781696

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 616.738
system time used= 1.49177
maximum resident set size= 1379732
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 22400
page faults= 1
swaps= 0
block input operations= 0
block output operations= 496
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 13866
involuntary context switches= 3446

runsolver used 2.51962 second user time and 6.581 second system time

The end

Launcher Data

Begin job on node126 at 2012-06-04 14:34:49
IDJOB=3744687
IDBENCH=92807
IDSOLVER=2322
FILE ID=node126/3744687-1338813287
RUNJOBID= node126-1338782884-14520
PBS_JOBID= 14636836
Free space on /tmp= 70688 MiB

SOLVER NAME= PB09: SAT4J Pseudo Resolution 2.1.1
BENCH NAME= PB12/normalized-PB12/OPT-BIGINT-LIN/graca/normalized-ped2.G.recomb5-0.10-9.opb
COMMAND LINE= java6 -server -Xms1300m -Xmx1300m -jar HOME/org.sat4j.pb.jar BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3744687-1338813287/watcher-3744687-1338813287 -o /tmp/evaluation-result-3744687-1338813287/solver-3744687-1338813287 -C 1800 -W 1900 -M 15500  java6 -server -Xms1300m -Xmx1300m -jar HOME/org.sat4j.pb.jar HOME/instance-3744687-1338813287.opb

TIME LIMIT= 1800 seconds
MEMORY LIMIT= 15500 MiB
NBCORE= 4

MD5SUM BENCH= eb1486293241c3bbd58eaf083201528e
RANDOM SEED=295460498

node126.alineos.net Linux 2.6.32-71.29.1.el6.x86_64 #1 SMP Mon Jun 27 19:49:27 BST 2011

/proc/cpuinfo:
processor	: 0
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.456
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 0
cpu cores	: 4
apicid		: 0
initial apicid	: 0
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5332.91
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 1
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.456
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 0
cpu cores	: 4
apicid		: 16
initial apicid	: 16
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5331.91
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 2
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.456
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 1
cpu cores	: 4
apicid		: 2
initial apicid	: 2
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5331.92
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 3
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.456
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 1
cpu cores	: 4
apicid		: 18
initial apicid	: 18
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5331.91
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 4
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.456
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 2
cpu cores	: 4
apicid		: 4
initial apicid	: 4
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5331.92
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 5
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.456
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 2
cpu cores	: 4
apicid		: 20
initial apicid	: 20
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5331.91
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 6
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.456
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 3
cpu cores	: 4
apicid		: 6
initial apicid	: 6
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5331.90
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 7
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.456
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 3
cpu cores	: 4
apicid		: 22
initial apicid	: 22
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5331.92
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:       32873648 kB
MemFree:        26932456 kB
Buffers:          454596 kB
Cached:          4217064 kB
SwapCached:         9484 kB
Active:          2078924 kB
Inactive:        2965980 kB
Active(anon):     363528 kB
Inactive(anon):    12264 kB
Active(file):    1715396 kB
Inactive(file):  2953716 kB
Unevictable:        7112 kB
Mlocked:            7112 kB
SwapTotal:      67108856 kB
SwapFree:       67095016 kB
Dirty:            107720 kB
Writeback:             0 kB
AnonPages:        417088 kB
Mapped:            17792 kB
Shmem:                 0 kB
Slab:             742928 kB
SReclaimable:     186380 kB
SUnreclaim:       556548 kB
KernelStack:        1584 kB
PageTables:         5084 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545680 kB
Committed_AS:    1519608 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346400 kB
VmallocChunk:   34341988052 kB
HardwareCorrupted:     0 kB
AnonHugePages:    385024 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:        7680 kB
DirectMap2M:    33538048 kB

Free space on /tmp at the end= 70712 MiB
End job on node126 at 2012-06-04 14:45:03