Trace number 3741695

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 NameAnswerobjective functionCPU timeWall clock time
PB07: SAT4JPseudoResolution 2007-03-23No Cert. 263.623 258.949

General information on the benchmark

Name/OPT-BIGINT-LIN/
heinz/normalized-co-100.opb
MD5SUMcc8ca0c69f8ca12b192f0c3a37614bc3
Bench CategoryOPT-BIGINT-LIN (optimisation, big integers, linear constraints)
Best result obtained on this benchmarkSAT
Best value of the objective obtained on this benchmark275018906
Best CPU time to get the best result obtained on this benchmark1800.1
Has Objective FunctionYES
Satisfiable
(Un)Satisfiability was proved
Best value of the objective function
Optimality of the best value was proved
Number of variables48116
Total number of constraints2186
Number of constraints which are clauses9
Number of constraints which are cardinality constraints (but not clauses)163
Number of constraints which are nor clauses,nor cardinality constraints2014
Minimum length of a constraint2
Maximum length of a constraint19068
Number of terms in the objective function 46916
Biggest coefficient in the objective function 837300000
Number of bits for the biggest coefficient in the objective function 30
Sum of the numbers in the objective function 89462976580
Number of bits of the sum of numbers in the objective function 37
Biggest number in a constraint 837300000
Number of bits of the biggest number in a constraint 30
Biggest sum of numbers in a constraint 89462976580
Number of bits of the biggest sum of numbers37
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.08	c SAT4J: a SATisfiability library for Java (c) 2004-2006 Daniel Le Berre
0.00/0.08	c This is free software under the GNU LGPL licence. See www.sat4j.org for details.
0.00/0.08	c This software uses some libraries from the Jakarta project. See jakarta.apache.org for details.
0.00/0.09	c no version file found!!!
0.00/0.09	c sun.arch.data.model	64
0.00/0.09	c java.version	1.6.0_24
0.00/0.09	c os.name	Linux
0.00/0.09	c os.version	2.6.32-71.29.1.el6.x86_64
0.00/0.09	c os.arch	amd64
0.00/0.09	c Free memory 1599470296
0.00/0.09	c Max memory 1607860224
0.00/0.09	c Total memory 1607860224
0.00/0.09	c Number of processors 8
0.06/0.11	--- Begin Solver configuration ---
0.06/0.11	c Stops conflict analysis at the first Unique Implication Point
0.06/0.11	c org.sat4j.minisat.constraints.PBMaxClauseCardConstrDataStructure@18e2b22
0.06/0.11	c Learn all clauses as in MiniSAT
0.06/0.11	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.06/0.11	c VSIDS like heuristics from MiniSAT using a heap
0.06/0.11	c No reason simplification
0.06/0.11	c --- End Solver configuration ---
0.06/0.11	c solving HOME/instance-3741695-1338749374.opb
0.06/0.11	c reading problem ... 
5.57/4.15	c ... done. Wall clock time 4.044s.
5.57/4.15	c CPU time (experimental) 3.82s.
5.57/4.15	c #vars     48116
5.57/4.15	c #constraints  2358
9.13/7.13	c SATISFIABLE
9.13/7.13	c OPTIMIZING...
9.13/7.13	c Got one! Elapsed wall clock time (in seconds):7.016
10.04/8.09	o 2023487203
11.79/9.78	c Got one! Elapsed wall clock time (in seconds):9.669
12.80/10.73	o 521136013
14.40/12.36	c Got one! Elapsed wall clock time (in seconds):12.247
15.40/13.31	o 515156153
16.90/14.89	c Got one! Elapsed wall clock time (in seconds):14.785
17.90/15.85	o 510724413
19.40/17.33	c Got one! Elapsed wall clock time (in seconds):17.219
20.30/18.28	o 399082901
257.47/252.99	Exception in thread "main" java.lang.OutOfMemoryError: Java heap space
257.47/252.99		at org.sat4j.minisat.constraints.cnf.WLClause.<init>(Unknown Source)
257.47/252.99		at org.sat4j.minisat.constraints.cnf.LearntWLClause.<init>(Unknown Source)
257.47/252.99		at org.sat4j.minisat.constraints.AbstractPBDataStructureFactory.createUnregisteredClause(Unknown Source)
257.47/252.99		at org.sat4j.minisat.core.Solver.analyze(Unknown Source)
257.47/252.99		at org.sat4j.minisat.core.Solver.search(Unknown Source)
257.47/252.99		at org.sat4j.minisat.core.Solver.isSatisfiable(Unknown Source)
257.47/252.99		at org.sat4j.minisat.core.Solver.isSatisfiable(Unknown Source)
257.47/252.99		at org.sat4j.tools.SolverDecorator.isSatisfiable(Unknown Source)
257.47/252.99		at org.sat4j.opt.PseudoOptDecorator.admitABetterSolution(Unknown Source)
257.47/252.99		at org.sat4j.AbstractOptimizationLauncher.solve(Unknown Source)
257.47/252.99		at org.sat4j.LanceurPseudo2005.solve(Unknown Source)
257.47/252.99		at org.sat4j.AbstractLauncher.run(Unknown Source)
257.47/252.99		at org.sat4j.LanceurPseudo2007.main(Unknown Source)
261.97/257.48	c starts		: 30
261.97/257.48	c conflicts		: 102733
261.97/257.48	c decisions		: 507725
261.97/257.48	c propagations		: 39781623
261.97/257.48	c inspects		: 38869597
261.97/257.48	c learnt literals	: 7
261.97/257.48	c learnt binary clauses	: 1
261.97/257.48	c learnt ternary clauses	: 0
261.97/257.48	c learnt clauses	: 102725
261.97/257.48	c root simplifications	: 0
261.97/257.48	c removed literals (reason simplification)	: 0
261.97/257.48	c reason swapping (by a shorter reason)	: 0
261.97/257.48	c Calls to reduceDB	: 0
261.97/257.48	c speed (decisions/second)	: 2132.5366990780603
261.97/257.48	c non guided choices	1301
261.97/257.48	s SATISFIABLE
263.47/258.94	Exception in thread "Thread-0" java.lang.OutOfMemoryError: GC overhead limit exceeded
263.47/258.94		at java.lang.Integer.toString(Integer.java:310)
263.47/258.94		at java.lang.Integer.toString(Integer.java:118)
263.47/258.94		at java.lang.String.valueOf(String.java:2931)
263.47/258.94		at java.io.PrintWriter.print(PrintWriter.java:487)
263.47/258.94		at org.sat4j.reader.OPBReader2005.decode(Unknown Source)
263.47/258.94		at org.sat4j.AbstractOptimizationLauncher.displayResult(Unknown Source)
263.47/258.94		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-3741695-1338749374/watcher-3741695-1338749374 -o /tmp/evaluation-result-3741695-1338749374/solver-3741695-1338749374 -C 1800 -W 1900 -M 15500 java -server -Xms1600M -Xmx1600M -jar HOME/sat4jPseudoResolution.jar HOME/instance-3741695-1338749374.opb 

running on 4 cores: 1,3,5,7

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.69 1.93 1.98 3/173 11157
/proc/meminfo: memFree=27098192/32873648 swapFree=7120/7120
[pid=11157] ppid=11155 vsize=9292 CPUtime=0 cores=1,3,5,7
/proc/11157/stat : 11157 (java) D 11155 11157 11123 0 -1 4202496 249 0 0 0 0 0 0 0 20 0 1 0 341064839 9515008 182 33554432000 1073741824 1073778376 140733533932224 140733533923256 219513962165 0 0 4096 0 18446744072100609316 0 0 17 1 0 0 0 0 0
/proc/11157/statm: 2323 182 140 9 0 71 0

[startup+0.0990009 s]
/proc/loadavg: 1.69 1.93 1.98 3/173 11157
/proc/meminfo: memFree=27098192/32873648 swapFree=7120/7120
[pid=11157] ppid=11155 vsize=2957856 CPUtime=0.05 cores=1,3,5,7
/proc/11157/stat : 11157 (java) S 11155 11157 11123 0 -1 4202496 4312 0 3 0 5 0 0 0 20 0 18 0 341064839 3028844544 6032 33554432000 1073741824 1073778376 140736312127728 140736312118864 219517321277 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0 0 0
/proc/11157/statm: 739464 6037 1931 9 0 729885 0
Current children cumulated CPU time (s) 0.05
Current children cumulated vsize (KiB) 2957856

[startup+0.100328 s]
/proc/loadavg: 1.69 1.93 1.98 3/173 11157
/proc/meminfo: memFree=27098192/32873648 swapFree=7120/7120
[pid=11157] ppid=11155 vsize=2957856 CPUtime=0.06 cores=1,3,5,7
/proc/11157/stat : 11157 (java) S 11155 11157 11123 0 -1 4202496 4383 0 3 0 6 0 0 0 20 0 18 0 341064839 3028844544 6103 33554432000 1073741824 1073778376 140736312127728 140736312118864 219517321277 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0 0 0
/proc/11157/statm: 739464 6105 1951 9 0 729885 0
Current children cumulated CPU time (s) 0.06
Current children cumulated vsize (KiB) 2957856

[startup+0.300172 s]
/proc/loadavg: 1.69 1.93 1.98 3/173 11157
/proc/meminfo: memFree=27098192/32873648 swapFree=7120/7120
[pid=11157] ppid=11155 vsize=2957856 CPUtime=0.43 cores=1,3,5,7
/proc/11157/stat : 11157 (java) S 11155 11157 11123 0 -1 4202496 6029 0 3 0 42 1 0 0 20 0 18 0 341064839 3028844544 13784 33554432000 1073741824 1073778376 140736312127728 140736312118864 219517321277 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0 0 0
/proc/11157/statm: 739464 13784 2233 9 0 729885 0
Current children cumulated CPU time (s) 0.43
Current children cumulated vsize (KiB) 2957856

[startup+0.700247 s]
/proc/loadavg: 1.69 1.93 1.98 3/173 11157
/proc/meminfo: memFree=27098192/32873648 swapFree=7120/7120
[pid=11157] ppid=11155 vsize=2957856 CPUtime=1.09 cores=1,3,5,7
/proc/11157/stat : 11157 (java) S 11155 11157 11123 0 -1 4202496 9403 0 3 0 105 4 0 0 20 0 18 0 341064839 3028844544 55440 33554432000 1073741824 1073778376 140736312127728 140736312118864 219517321277 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0 0 0
/proc/11157/statm: 739464 55440 2246 9 0 729885 0
Current children cumulated CPU time (s) 1.09
Current children cumulated vsize (KiB) 2957856

[startup+1.5007 s]
/proc/loadavg: 1.69 1.93 1.98 6/211 11202
/proc/meminfo: memFree=26626204/32873648 swapFree=7120/7120
[pid=11157] ppid=11155 vsize=2957856 CPUtime=2.26 cores=1,3,5,7
/proc/11157/stat : 11157 (java) S 11155 11157 11123 0 -1 4202496 15066 0 3 0 215 11 0 0 20 0 18 0 341064839 3028844544 121820 33554432000 1073741824 1073778376 140736312127728 140736312118864 219517321277 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0 0 0
/proc/11157/statm: 739464 121820 2262 9 0 729885 0
[pid=11157/tid=11159] ppid=11155 vsize=2957856 CPUtime=1.42 cores=1,3,5,7
/proc/11157/task/11159/stat : 11159 (java) R 11155 11157 11123 0 -1 4202560 3213 0 3 0 134 8 0 0 20 0 18 0 341064840 3028844544 121820 33554432000 1073741824 1073778376 140736312127728 139754527228112 139754360919899 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0
[pid=11157/tid=11160] ppid=11155 vsize=2957856 CPUtime=0 cores=1,3,5,7
/proc/11157/task/11160/stat : 11160 (java) S 11155 11157 11123 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 18 0 341064841 3028844544 121820 33554432000 1073741824 1073778376 140736312127728 139754510662056 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=11157/tid=11161] ppid=11155 vsize=2957856 CPUtime=0 cores=1,3,5,7
/proc/11157/task/11161/stat : 11161 (java) S 11155 11157 11123 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 18 0 341064841 3028844544 121820 33554432000 1073741824 1073778376 140736312127728 139754509609512 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=11157/tid=11162] ppid=11155 vsize=2957856 CPUtime=0 cores=1,3,5,7
/proc/11157/task/11162/stat : 11162 (java) S 11155 11157 11123 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 18 0 341064841 3028844544 121820 33554432000 1073741824 1073778376 140736312127728 139754508556456 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=11157/tid=11163] ppid=11155 vsize=2957856 CPUtime=0.02 cores=1,3,5,7
/proc/11157/task/11163/stat : 11163 (java) S 11155 11157 11123 0 -1 4202560 25 0 0 0 2 0 0 0 20 0 18 0 341064841 3028844544 121820 33554432000 1073741824 1073778376 140736312127728 139754507503912 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=11157/tid=11164] ppid=11155 vsize=2957856 CPUtime=0 cores=1,3,5,7
/proc/11157/task/11164/stat : 11164 (java) S 11155 11157 11123 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 18 0 341064841 3028844544 121820 33554432000 1073741824 1073778376 140736312127728 139754506451880 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=11157/tid=11165] ppid=11155 vsize=2957856 CPUtime=0 cores=1,3,5,7
/proc/11157/task/11165/stat : 11165 (java) S 11155 11157 11123 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 18 0 341064841 3028844544 121820 33554432000 1073741824 1073778376 140736312127728 139754505399336 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=11157/tid=11166] ppid=11155 vsize=2957856 CPUtime=0 cores=1,3,5,7
/proc/11157/task/11166/stat : 11166 (java) S 11155 11157 11123 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 18 0 341064841 3028844544 121820 33554432000 1073741824 1073778376 140736312127728 139754504346280 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=11157/tid=11167] ppid=11155 vsize=2957856 CPUtime=0 cores=1,3,5,7
/proc/11157/task/11167/stat : 11167 (java) S 11155 11157 11123 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 18 0 341064841 3028844544 121820 33554432000 1073741824 1073778376 140736312127728 139754503293736 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=11157/tid=11168] ppid=11155 vsize=2957856 CPUtime=0 cores=1,3,5,7
/proc/11157/task/11168/stat : 11168 (java) S 11155 11157 11123 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 18 0 341064842 3028844544 121820 33554432000 1073741824 1073778376 140736312127728 139754490882408 219517335465 0 0 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=11157/tid=11169] ppid=11155 vsize=2957856 CPUtime=0 cores=1,3,5,7
/proc/11157/task/11169/stat : 11169 (java) S 11155 11157 11123 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 18 0 341064843 3028844544 121820 33554432000 1073741824 1073778376 140736312127728 139754489828728 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=11157/tid=11170] ppid=11155 vsize=2957856 CPUtime=0 cores=1,3,5,7
/proc/11157/task/11170/stat : 11170 (java) S 11155 11157 11123 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 18 0 341064843 3028844544 121820 33554432000 1073741824 1073778376 140736312127728 139754488775560 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=11157/tid=11171] ppid=11155 vsize=2957856 CPUtime=0 cores=1,3,5,7
/proc/11157/task/11171/stat : 11171 (java) S 11155 11157 11123 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 18 0 341064845 3028844544 121820 33554432000 1073741824 1073778376 140736312127728 139754487724304 219517343520 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=11157/tid=11172] ppid=11155 vsize=2957856 CPUtime=0.24 cores=1,3,5,7
/proc/11157/task/11172/stat : 11172 (java) S 11155 11157 11123 0 -1 4202560 3177 0 0 0 24 0 0 0 20 0 18 0 341064845 3028844544 121820 33554432000 1073741824 1073778376 140736312127728 139754486672184 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=11157/tid=11173] ppid=11155 vsize=2957856 CPUtime=0.43 cores=1,3,5,7
/proc/11157/task/11173/stat : 11173 (java) S 11155 11157 11123 0 -1 4202560 7405 0 0 0 41 2 0 0 20 0 18 0 341064845 3028844544 121820 33554432000 1073741824 1073778376 140736312127728 139754485619640 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=11157/tid=11174] ppid=11155 vsize=2957856 CPUtime=0 cores=1,3,5,7
/proc/11157/task/11174/stat : 11174 (java) S 11155 11157 11123 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 18 0 341064845 3028844544 121820 33554432000 1073741824 1073778376 140736312127728 139754484566776 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=11157/tid=11175] ppid=11155 vsize=2957856 CPUtime=0 cores=1,3,5,7
/proc/11157/task/11175/stat : 11175 (java) S 11155 11157 11123 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 18 0 341064845 3028844544 121820 33554432000 1073741824 1073778376 140736312127728 139754483514440 219517335465 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
Current children cumulated CPU time (s) 2.26
Current children cumulated vsize (KiB) 2957856

[startup+3.10069 s]
/proc/loadavg: 1.69 1.93 1.98 10/211 11202
/proc/meminfo: memFree=26048308/32873648 swapFree=7120/7120
[pid=11157] ppid=11155 vsize=2957856 CPUtime=4.3 cores=1,3,5,7
/proc/11157/stat : 11157 (java) S 11155 11157 11123 0 -1 4202496 15365 0 3 0 401 29 0 0 20 0 18 0 341064839 3028844544 157169 33554432000 1073741824 1073778376 140736312127728 140736312118864 219517321277 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0 0 0
/proc/11157/statm: 739464 157169 2262 9 0 729885 0
[pid=11157/tid=11159] ppid=11155 vsize=2957856 CPUtime=2.86 cores=1,3,5,7
/proc/11157/task/11159/stat : 11159 (java) R 11155 11157 11123 0 -1 4202560 3215 0 3 0 278 8 0 0 20 0 18 0 341064840 3028844544 157169 33554432000 1073741824 1073778376 140736312127728 139754527234408 219517347085 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0
[pid=11157/tid=11160] ppid=11155 vsize=2957856 CPUtime=0.07 cores=1,3,5,7
/proc/11157/task/11160/stat : 11160 (java) S 11155 11157 11123 0 -1 4202560 46 0 0 0 5 2 0 0 20 0 18 0 341064841 3028844544 157169 33554432000 1073741824 1073778376 140736312127728 139754510662056 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=11157/tid=11161] ppid=11155 vsize=2957856 CPUtime=0.09 cores=1,3,5,7
/proc/11157/task/11161/stat : 11161 (java) S 11155 11157 11123 0 -1 4202560 48 0 0 0 6 3 0 0 20 0 18 0 341064841 3028844544 157169 33554432000 1073741824 1073778376 140736312127728 139754509609512 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=11157/tid=11162] ppid=11155 vsize=2957856 CPUtime=0.05 cores=1,3,5,7
/proc/11157/task/11162/stat : 11162 (java) S 11155 11157 11123 0 -1 4202560 37 0 0 0 3 2 0 0 20 0 18 0 341064841 3028844544 157169 33554432000 1073741824 1073778376 140736312127728 139754508556456 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=11157/tid=11163] ppid=11155 vsize=2957856 CPUtime=0.13 cores=1,3,5,7
/proc/11157/task/11163/stat : 11163 (java) S 11155 11157 11123 0 -1 4202560 80 0 0 0 9 4 0 0 20 0 18 0 341064841 3028844544 157169 33554432000 1073741824 1073778376 140736312127728 139754507503912 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=11157/tid=11164] ppid=11155 vsize=2957856 CPUtime=0.09 cores=1,3,5,7
/proc/11157/task/11164/stat : 11164 (java) S 11155 11157 11123 0 -1 4202560 51 0 0 0 6 3 0 0 20 0 18 0 341064841 3028844544 157169 33554432000 1073741824 1073778376 140736312127728 139754506451880 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=11157/tid=11165] ppid=11155 vsize=2957856 CPUtime=0.08 cores=1,3,5,7
/proc/11157/task/11165/stat : 11165 (java) S 11155 11157 11123 0 -1 4202560 47 0 0 0 6 2 0 0 20 0 18 0 341064841 3028844544 157169 33554432000 1073741824 1073778376 140736312127728 139754505399336 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=11157/tid=11166] ppid=11155 vsize=2957856 CPUtime=0.07 cores=1,3,5,7
/proc/11157/task/11166/stat : 11166 (java) S 11155 11157 11123 0 -1 4202560 41 0 0 0 4 3 0 0 20 0 18 0 341064841 3028844544 157169 33554432000 1073741824 1073778376 140736312127728 139754504346280 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=11157/tid=11167] ppid=11155 vsize=2957856 CPUtime=0.05 cores=1,3,5,7
/proc/11157/task/11167/stat : 11167 (java) S 11155 11157 11123 0 -1 4202560 36 0 0 0 3 2 0 0 20 0 18 0 341064841 3028844544 157169 33554432000 1073741824 1073778376 140736312127728 139754503293736 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=11157/tid=11168] ppid=11155 vsize=2957856 CPUtime=0 cores=1,3,5,7
/proc/11157/task/11168/stat : 11168 (java) S 11155 11157 11123 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 18 0 341064842 3028844544 157169 33554432000 1073741824 1073778376 140736312127728 139754490882408 219517335465 0 0 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=11157/tid=11169] ppid=11155 vsize=2957856 CPUtime=0 cores=1,3,5,7
/proc/11157/task/11169/stat : 11169 (java) S 11155 11157 11123 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 18 0 341064843 3028844544 157169 33554432000 1073741824 1073778376 140736312127728 139754489828728 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=11157/tid=11170] ppid=11155 vsize=2957856 CPUtime=0 cores=1,3,5,7
/proc/11157/task/11170/stat : 11170 (java) S 11155 11157 11123 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 18 0 341064843 3028844544 157169 33554432000 1073741824 1073778376 140736312127728 139754488775560 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=11157/tid=11171] ppid=11155 vsize=2957856 CPUtime=0 cores=1,3,5,7
/proc/11157/task/11171/stat : 11171 (java) S 11155 11157 11123 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 18 0 341064845 3028844544 157169 33554432000 1073741824 1073778376 140736312127728 139754487724304 219517343520 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=11157/tid=11172] ppid=11155 vsize=2957856 CPUtime=0.24 cores=1,3,5,7
/proc/11157/task/11172/stat : 11172 (java) S 11155 11157 11123 0 -1 4202560 3177 0 0 0 24 0 0 0 20 0 18 0 341064845 3028844544 157169 33554432000 1073741824 1073778376 140736312127728 139754486672184 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=11157/tid=11173] ppid=11155 vsize=2957856 CPUtime=0.44 cores=1,3,5,7
/proc/11157/task/11173/stat : 11173 (java) S 11155 11157 11123 0 -1 4202560 7405 0 0 0 42 2 0 0 20 0 18 0 341064845 3028844544 157169 33554432000 1073741824 1073778376 140736312127728 139754485619640 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=11157/tid=11174] ppid=11155 vsize=2957856 CPUtime=0 cores=1,3,5,7
/proc/11157/task/11174/stat : 11174 (java) S 11155 11157 11123 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 18 0 341064845 3028844544 157169 33554432000 1073741824 1073778376 140736312127728 139754484566776 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=11157/tid=11175] ppid=11155 vsize=2957856 CPUtime=0 cores=1,3,5,7
/proc/11157/task/11175/stat : 11175 (java) S 11155 11157 11123 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 18 0 341064845 3028844544 157169 33554432000 1073741824 1073778376 140736312127728 139754483514440 219517335465 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
Current children cumulated CPU time (s) 4.3
Current children cumulated vsize (KiB) 2957856

[startup+6.30061 s]
/proc/loadavg: 1.72 1.93 1.98 3/212 11203
/proc/meminfo: memFree=25804636/32873648 swapFree=7120/7120
[pid=11157] ppid=11155 vsize=3024420 CPUtime=8.33 cores=1,3,5,7
/proc/11157/stat : 11157 (java) S 11155 11157 11123 0 -1 4202496 16523 0 3 0 797 36 0 0 20 0 19 0 341064839 3097006080 167647 33554432000 1073741824 1073778376 140736312127728 140736312118864 219517321277 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0 0 0
/proc/11157/statm: 756105 167647 2292 9 0 746526 0
[pid=11157/tid=11159] ppid=11155 vsize=3024420 CPUtime=5.97 cores=1,3,5,7
/proc/11157/task/11159/stat : 11159 (java) R 11155 11157 11123 0 -1 4202560 3233 0 3 0 589 8 0 0 20 0 19 0 341064840 3097006080 167647 33554432000 1073741824 1073778376 140736312127728 139754527236744 139754361188050 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0
[pid=11157/tid=11160] ppid=11155 vsize=3024420 CPUtime=0.12 cores=1,3,5,7
/proc/11157/task/11160/stat : 11160 (java) S 11155 11157 11123 0 -1 4202560 60 0 0 0 8 4 0 0 20 0 19 0 341064841 3097006080 167647 33554432000 1073741824 1073778376 140736312127728 139754510662056 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=11157/tid=11161] ppid=11155 vsize=3024420 CPUtime=0.12 cores=1,3,5,7
/proc/11157/task/11161/stat : 11161 (java) S 11155 11157 11123 0 -1 4202560 55 0 0 0 9 3 0 0 20 0 19 0 341064841 3097006080 167647 33554432000 1073741824 1073778376 140736312127728 139754509609512 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=11157/tid=11162] ppid=11155 vsize=3024420 CPUtime=0.07 cores=1,3,5,7
/proc/11157/task/11162/stat : 11162 (java) S 11155 11157 11123 0 -1 4202560 46 0 0 0 5 2 0 0 20 0 19 0 341064841 3097006080 167647 33554432000 1073741824 1073778376 140736312127728 139754508556456 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=11157/tid=11163] ppid=11155 vsize=3024420 CPUtime=0.22 cores=1,3,5,7
/proc/11157/task/11163/stat : 11163 (java) S 11155 11157 11123 0 -1 4202560 102 0 0 0 16 6 0 0 20 0 19 0 341064841 3097006080 167647 33554432000 1073741824 1073778376 140736312127728 139754507503912 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=11157/tid=11164] ppid=11155 vsize=3024420 CPUtime=0.12 cores=1,3,5,7
/proc/11157/task/11164/stat : 11164 (java) S 11155 11157 11123 0 -1 4202560 61 0 0 0 8 4 0 0 20 0 19 0 341064841 3097006080 167647 33554432000 1073741824 1073778376 140736312127728 139754506451880 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=11157/tid=11165] ppid=11155 vsize=3024420 CPUtime=0.13 cores=1,3,5,7
/proc/11157/task/11165/stat : 11165 (java) S 11155 11157 11123 0 -1 4202560 60 0 0 0 10 3 0 0 20 0 19 0 341064841 3097006080 167647 33554432000 1073741824 1073778376 140736312127728 139754505399336 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=11157/tid=11166] ppid=11155 vsize=3024420 CPUtime=0.11 cores=1,3,5,7
/proc/11157/task/11166/stat : 11166 (java) S 11155 11157 11123 0 -1 4202560 53 0 0 0 8 3 0 0 20 0 19 0 341064841 3097006080 167647 33554432000 1073741824 1073778376 140736312127728 139754504346280 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=11157/tid=11167] ppid=11155 vsize=3024420 CPUtime=0.09 cores=1,3,5,7
/proc/11157/task/11167/stat : 11167 (java) S 11155 11157 11123 0 -1 4202560 46 0 0 0 7 2 0 0 20 0 19 0 341064841 3097006080 167647 33554432000 1073741824 1073778376 140736312127728 139754503293736 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=11157/tid=11168] ppid=11155 vsize=3024420 CPUtime=0 cores=1,3,5,7
/proc/11157/task/11168/stat : 11168 (java) S 11155 11157 11123 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 19 0 341064842 3097006080 167647 33554432000 1073741824 1073778376 140736312127728 139754490882408 219517335465 0 0 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=11157/tid=11169] ppid=11155 vsize=3024420 CPUtime=0 cores=1,3,5,7
/proc/11157/task/11169/stat : 11169 (java) S 11155 11157 11123 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 341064843 3097006080 167647 33554432000 1073741824 1073778376 140736312127728 139754489828728 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=11157/tid=11170] ppid=11155 vsize=3024420 CPUtime=0 cores=1,3,5,7
/proc/11157/task/11170/stat : 11170 (java) S 11155 11157 11123 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 19 0 341064843 3097006080 167647 33554432000 1073741824 1073778376 140736312127728 139754488775560 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=11157/tid=11171] ppid=11155 vsize=3024420 CPUtime=0 cores=1,3,5,7
/proc/11157/task/11171/stat : 11171 (java) S 11155 11157 11123 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 341064845 3097006080 167647 33554432000 1073741824 1073778376 140736312127728 139754487724304 219517343520 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=11157/tid=11172] ppid=11155 vsize=3024420 CPUtime=0.57 cores=1,3,5,7
/proc/11157/task/11172/stat : 11172 (java) S 11155 11157 11123 0 -1 4202560 4189 0 0 0 57 0 0 0 20 0 19 0 341064845 3097006080 167647 33554432000 1073741824 1073778376 140736312127728 139754486672184 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=11157/tid=11173] ppid=11155 vsize=3024420 CPUtime=0.66 cores=1,3,5,7
/proc/11157/task/11173/stat : 11173 (java) S 11155 11157 11123 0 -1 4202560 7426 0 0 0 64 2 0 0 20 0 19 0 341064845 3097006080 167647 33554432000 1073741824 1073778376 140736312127728 139754485619640 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=11157/tid=11174] ppid=11155 vsize=3024420 CPUtime=0 cores=1,3,5,7
/proc/11157/task/11174/stat : 11174 (java) S 11155 11157 11123 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 341064845 3097006080 167647 33554432000 1073741824 1073778376 140736312127728 139754484566776 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=11157/tid=11175] ppid=11155 vsize=3024420 CPUtime=0 cores=1,3,5,7
/proc/11157/task/11175/stat : 11175 (java) S 11155 11157 11123 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 341064845 3097006080 167647 33554432000 1073741824 1073778376 140736312127728 139754483514440 219517335465 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=11157/tid=11203] ppid=11155 vsize=3024420 CPUtime=0 cores=1,3,5,7
/proc/11157/task/11203/stat : 11203 (java) S 11155 11157 11123 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 341065270 3097006080 167647 33554432000 1073741824 1073778376 140736312127728 139754481312808 219517335465 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
Current children cumulated CPU time (s) 8.33
Current children cumulated vsize (KiB) 3024420

[startup+12.7006 s]
/proc/loadavg: 1.74 1.94 1.98 3/212 11206
/proc/meminfo: memFree=25808312/32873648 swapFree=7120/7120
[pid=11157] ppid=11155 vsize=3024420 CPUtime=14.8 cores=1,3,5,7
/proc/11157/stat : 11157 (java) S 11155 11157 11123 0 -1 4202496 16539 0 3 0 1444 36 0 0 20 0 18 0 341064839 3097006080 166921 33554432000 1073741824 1073778376 140736312127728 140736312118864 219517321277 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0 0 0

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

/proc/11157/task/11164/stat : 11164 (java) S 11155 11157 11123 0 -1 4202560 215 0 0 0 26 13 0 0 20 0 20 0 341064841 3165167616 420986 33554432000 1073741824 1073778376 140736312127728 139754506451880 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=11157/tid=11165] ppid=11155 vsize=3090984 CPUtime=0.72 cores=1,3,5,7
/proc/11157/task/11165/stat : 11165 (java) S 11155 11157 11123 0 -1 4202560 374 0 0 0 51 21 0 0 20 0 20 0 341064841 3165167616 420986 33554432000 1073741824 1073778376 140736312127728 139754505399336 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=11157/tid=11166] ppid=11155 vsize=3090984 CPUtime=0.53 cores=1,3,5,7
/proc/11157/task/11166/stat : 11166 (java) S 11155 11157 11123 0 -1 4202560 247 0 0 0 40 13 0 0 20 0 20 0 341064841 3165167616 420986 33554432000 1073741824 1073778376 140736312127728 139754504346280 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=11157/tid=11167] ppid=11155 vsize=3090984 CPUtime=0.51 cores=1,3,5,7
/proc/11157/task/11167/stat : 11167 (java) S 11155 11157 11123 0 -1 4202560 245 0 0 0 36 15 0 0 20 0 20 0 341064841 3165167616 420986 33554432000 1073741824 1073778376 140736312127728 139754503293736 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=11157/tid=11168] ppid=11155 vsize=3090984 CPUtime=20.34 cores=1,3,5,7
/proc/11157/task/11168/stat : 11168 (java) R 11155 11157 11123 0 -1 4202560 137 0 0 0 2031 3 0 0 20 0 20 0 341064842 3165167616 420986 33554432000 1073741824 1073778376 140736312127728 139754490882408 139754535003552 0 0 0 16800975 0 0 0 -1 1 0 0 0 0 0
[pid=11157/tid=11169] ppid=11155 vsize=3090984 CPUtime=0 cores=1,3,5,7
/proc/11157/task/11169/stat : 11169 (java) S 11155 11157 11123 0 -1 4202560 18 0 0 0 0 0 0 0 20 0 20 0 341064843 3165167616 420986 33554432000 1073741824 1073778376 140736312127728 139754489828728 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=11157/tid=11170] ppid=11155 vsize=3090984 CPUtime=0 cores=1,3,5,7
/proc/11157/task/11170/stat : 11170 (java) S 11155 11157 11123 0 -1 4202560 16 0 0 0 0 0 0 0 20 0 20 0 341064843 3165167616 420986 33554432000 1073741824 1073778376 140736312127728 139754488775560 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=11157/tid=11171] ppid=11155 vsize=3090984 CPUtime=0 cores=1,3,5,7
/proc/11157/task/11171/stat : 11171 (java) S 11155 11157 11123 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 20 0 341064845 3165167616 420986 33554432000 1073741824 1073778376 140736312127728 139754487724304 219517343520 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=11157/tid=11172] ppid=11155 vsize=3090984 CPUtime=0.62 cores=1,3,5,7
/proc/11157/task/11172/stat : 11172 (java) S 11155 11157 11123 0 -1 4202560 4193 0 0 0 62 0 0 0 20 0 20 0 341064845 3165167616 420986 33554432000 1073741824 1073778376 140736312127728 139754486672184 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=11157/tid=11173] ppid=11155 vsize=3090984 CPUtime=0.72 cores=1,3,5,7
/proc/11157/task/11173/stat : 11173 (java) S 11155 11157 11123 0 -1 4202560 7432 0 0 0 70 2 0 0 20 0 20 0 341064845 3165167616 420986 33554432000 1073741824 1073778376 140736312127728 139754485619640 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=11157/tid=11174] ppid=11155 vsize=3090984 CPUtime=0 cores=1,3,5,7
/proc/11157/task/11174/stat : 11174 (java) S 11155 11157 11123 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 20 0 341064845 3165167616 420986 33554432000 1073741824 1073778376 140736312127728 139754484566776 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=11157/tid=11175] ppid=11155 vsize=3090984 CPUtime=0.08 cores=1,3,5,7
/proc/11157/task/11175/stat : 11175 (java) S 11155 11157 11123 0 -1 4202560 15 0 0 0 3 5 0 0 20 0 20 0 341064845 3165167616 420986 33554432000 1073741824 1073778376 140736312127728 139754483514440 219517335465 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=11157/tid=11210] ppid=11155 vsize=3090984 CPUtime=0 cores=1,3,5,7
/proc/11157/task/11210/stat : 11210 (java) S 11155 11157 11123 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 20 0 341066779 3165167616 420986 33554432000 1073741824 1073778376 140736312127728 139754481313448 219517335465 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=11157/tid=11217] ppid=11155 vsize=3090984 CPUtime=0 cores=1,3,5,7
/proc/11157/task/11217/stat : 11217 (java) S 11155 11157 11123 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 20 0 341090450 3165167616 420986 33554432000 1073741824 1073778376 140736312127728 139754480259624 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
Current children cumulated CPU time (s) 262.07
Current children cumulated vsize (KiB) 3090984

[startup+258.301 s]
/proc/loadavg: 1.99 1.97 1.98 3/214 11217
/proc/meminfo: memFree=24596724/32873648 swapFree=7120/7120
[pid=11157] ppid=11155 vsize=3090984 CPUtime=262.87 cores=1,3,5,7
/proc/11157/stat : 11157 (java) S 11155 11157 11123 0 -1 4202496 18409 0 3 0 26147 140 0 0 20 0 20 0 341064839 3165167616 420986 33554432000 1073741824 1073778376 140736312127728 140736312118864 219517321277 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0 0 0
/proc/11157/statm: 772746 420986 2300 9 0 763167 0
[pid=11157/tid=11159] ppid=11155 vsize=3090984 CPUtime=235.98 cores=1,3,5,7
/proc/11157/task/11159/stat : 11159 (java) S 11155 11157 11123 0 -1 4202560 3285 0 3 0 23587 11 0 0 20 0 20 0 341064840 3165167616 420986 33554432000 1073741824 1073778376 140736312127728 139754527237304 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=11157/tid=11160] ppid=11155 vsize=3090984 CPUtime=0.51 cores=1,3,5,7
/proc/11157/task/11160/stat : 11160 (java) S 11155 11157 11123 0 -1 4202560 245 0 0 0 37 14 0 0 20 0 20 0 341064841 3165167616 420986 33554432000 1073741824 1073778376 140736312127728 139754510662056 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=11157/tid=11161] ppid=11155 vsize=3090984 CPUtime=0.56 cores=1,3,5,7
/proc/11157/task/11161/stat : 11161 (java) S 11155 11157 11123 0 -1 4202560 304 0 0 0 38 18 0 0 20 0 20 0 341064841 3165167616 420986 33554432000 1073741824 1073778376 140736312127728 139754509609512 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=11157/tid=11162] ppid=11155 vsize=3090984 CPUtime=0.5 cores=1,3,5,7
/proc/11157/task/11162/stat : 11162 (java) S 11155 11157 11123 0 -1 4202560 265 0 0 0 35 15 0 0 20 0 20 0 341064841 3165167616 420986 33554432000 1073741824 1073778376 140736312127728 139754508556456 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=11157/tid=11163] ppid=11155 vsize=3090984 CPUtime=0.46 cores=1,3,5,7
/proc/11157/task/11163/stat : 11163 (java) S 11155 11157 11123 0 -1 4202560 231 0 0 0 34 12 0 0 20 0 20 0 341064841 3165167616 420986 33554432000 1073741824 1073778376 140736312127728 139754507503912 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=11157/tid=11164] ppid=11155 vsize=3090984 CPUtime=0.39 cores=1,3,5,7
/proc/11157/task/11164/stat : 11164 (java) S 11155 11157 11123 0 -1 4202560 215 0 0 0 26 13 0 0 20 0 20 0 341064841 3165167616 420986 33554432000 1073741824 1073778376 140736312127728 139754506451880 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=11157/tid=11165] ppid=11155 vsize=3090984 CPUtime=0.72 cores=1,3,5,7
/proc/11157/task/11165/stat : 11165 (java) S 11155 11157 11123 0 -1 4202560 374 0 0 0 51 21 0 0 20 0 20 0 341064841 3165167616 420986 33554432000 1073741824 1073778376 140736312127728 139754505399336 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=11157/tid=11166] ppid=11155 vsize=3090984 CPUtime=0.53 cores=1,3,5,7
/proc/11157/task/11166/stat : 11166 (java) S 11155 11157 11123 0 -1 4202560 247 0 0 0 40 13 0 0 20 0 20 0 341064841 3165167616 420986 33554432000 1073741824 1073778376 140736312127728 139754504346280 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=11157/tid=11167] ppid=11155 vsize=3090984 CPUtime=0.51 cores=1,3,5,7
/proc/11157/task/11167/stat : 11167 (java) S 11155 11157 11123 0 -1 4202560 245 0 0 0 36 15 0 0 20 0 20 0 341064841 3165167616 420986 33554432000 1073741824 1073778376 140736312127728 139754503293736 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=11157/tid=11168] ppid=11155 vsize=3090984 CPUtime=21.14 cores=1,3,5,7
/proc/11157/task/11168/stat : 11168 (java) R 11155 11157 11123 0 -1 4202560 137 0 0 0 2111 3 0 0 20 0 20 0 341064842 3165167616 420986 33554432000 1073741824 1073778376 140736312127728 139754490882568 139754533362831 0 0 0 16800975 0 0 0 -1 1 0 0 0 0 0
[pid=11157/tid=11169] ppid=11155 vsize=3090984 CPUtime=0 cores=1,3,5,7
/proc/11157/task/11169/stat : 11169 (java) S 11155 11157 11123 0 -1 4202560 18 0 0 0 0 0 0 0 20 0 20 0 341064843 3165167616 420986 33554432000 1073741824 1073778376 140736312127728 139754489828728 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=11157/tid=11170] ppid=11155 vsize=3090984 CPUtime=0 cores=1,3,5,7
/proc/11157/task/11170/stat : 11170 (java) S 11155 11157 11123 0 -1 4202560 16 0 0 0 0 0 0 0 20 0 20 0 341064843 3165167616 420986 33554432000 1073741824 1073778376 140736312127728 139754488775560 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=11157/tid=11171] ppid=11155 vsize=3090984 CPUtime=0 cores=1,3,5,7
/proc/11157/task/11171/stat : 11171 (java) S 11155 11157 11123 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 20 0 341064845 3165167616 420986 33554432000 1073741824 1073778376 140736312127728 139754487724304 219517343520 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=11157/tid=11172] ppid=11155 vsize=3090984 CPUtime=0.62 cores=1,3,5,7
/proc/11157/task/11172/stat : 11172 (java) S 11155 11157 11123 0 -1 4202560 4193 0 0 0 62 0 0 0 20 0 20 0 341064845 3165167616 420986 33554432000 1073741824 1073778376 140736312127728 139754486672184 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=11157/tid=11173] ppid=11155 vsize=3090984 CPUtime=0.72 cores=1,3,5,7
/proc/11157/task/11173/stat : 11173 (java) S 11155 11157 11123 0 -1 4202560 7432 0 0 0 70 2 0 0 20 0 20 0 341064845 3165167616 420986 33554432000 1073741824 1073778376 140736312127728 139754485619640 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=11157/tid=11174] ppid=11155 vsize=3090984 CPUtime=0 cores=1,3,5,7
/proc/11157/task/11174/stat : 11174 (java) S 11155 11157 11123 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 20 0 341064845 3165167616 420986 33554432000 1073741824 1073778376 140736312127728 139754484566776 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=11157/tid=11175] ppid=11155 vsize=3090984 CPUtime=0.08 cores=1,3,5,7
/proc/11157/task/11175/stat : 11175 (java) S 11155 11157 11123 0 -1 4202560 15 0 0 0 3 5 0 0 20 0 20 0 341064845 3165167616 420986 33554432000 1073741824 1073778376 140736312127728 139754483514440 219517335465 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=11157/tid=11210] ppid=11155 vsize=3090984 CPUtime=0 cores=1,3,5,7
/proc/11157/task/11210/stat : 11210 (java) S 11155 11157 11123 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 20 0 341066779 3165167616 420986 33554432000 1073741824 1073778376 140736312127728 139754481313448 219517335465 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=11157/tid=11217] ppid=11155 vsize=3090984 CPUtime=0 cores=1,3,5,7
/proc/11157/task/11217/stat : 11217 (java) S 11155 11157 11123 0 -1 4202560 12 0 0 0 0 0 0 0 20 0 20 0 341090450 3165167616 420986 33554432000 1073741824 1073778376 140736312127728 139754480258888 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
Current children cumulated CPU time (s) 262.87
Current children cumulated vsize (KiB) 3090984

[startup+258.701 s]
/proc/loadavg: 1.99 1.97 1.98 3/214 11217
/proc/meminfo: memFree=24596600/32873648 swapFree=7120/7120
[pid=11157] ppid=11155 vsize=3090984 CPUtime=263.27 cores=1,3,5,7
/proc/11157/stat : 11157 (java) S 11155 11157 11123 0 -1 4202496 18410 0 3 0 26187 140 0 0 20 0 20 0 341064839 3165167616 420986 33554432000 1073741824 1073778376 140736312127728 140736312118864 219517321277 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0 0 0
/proc/11157/statm: 772746 420986 2300 9 0 763167 0
[pid=11157/tid=11159] ppid=11155 vsize=3090984 CPUtime=235.98 cores=1,3,5,7
/proc/11157/task/11159/stat : 11159 (java) S 11155 11157 11123 0 -1 4202560 3285 0 3 0 23587 11 0 0 20 0 20 0 341064840 3165167616 420986 33554432000 1073741824 1073778376 140736312127728 139754527237304 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=11157/tid=11160] ppid=11155 vsize=3090984 CPUtime=0.51 cores=1,3,5,7
/proc/11157/task/11160/stat : 11160 (java) S 11155 11157 11123 0 -1 4202560 245 0 0 0 37 14 0 0 20 0 20 0 341064841 3165167616 420986 33554432000 1073741824 1073778376 140736312127728 139754510662056 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=11157/tid=11161] ppid=11155 vsize=3090984 CPUtime=0.56 cores=1,3,5,7
/proc/11157/task/11161/stat : 11161 (java) S 11155 11157 11123 0 -1 4202560 304 0 0 0 38 18 0 0 20 0 20 0 341064841 3165167616 420986 33554432000 1073741824 1073778376 140736312127728 139754509609512 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=11157/tid=11162] ppid=11155 vsize=3090984 CPUtime=0.5 cores=1,3,5,7
/proc/11157/task/11162/stat : 11162 (java) S 11155 11157 11123 0 -1 4202560 265 0 0 0 35 15 0 0 20 0 20 0 341064841 3165167616 420986 33554432000 1073741824 1073778376 140736312127728 139754508556456 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=11157/tid=11163] ppid=11155 vsize=3090984 CPUtime=0.46 cores=1,3,5,7
/proc/11157/task/11163/stat : 11163 (java) S 11155 11157 11123 0 -1 4202560 231 0 0 0 34 12 0 0 20 0 20 0 341064841 3165167616 420986 33554432000 1073741824 1073778376 140736312127728 139754507503912 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=11157/tid=11164] ppid=11155 vsize=3090984 CPUtime=0.39 cores=1,3,5,7
/proc/11157/task/11164/stat : 11164 (java) S 11155 11157 11123 0 -1 4202560 215 0 0 0 26 13 0 0 20 0 20 0 341064841 3165167616 420986 33554432000 1073741824 1073778376 140736312127728 139754506451880 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=11157/tid=11165] ppid=11155 vsize=3090984 CPUtime=0.72 cores=1,3,5,7
/proc/11157/task/11165/stat : 11165 (java) S 11155 11157 11123 0 -1 4202560 374 0 0 0 51 21 0 0 20 0 20 0 341064841 3165167616 420986 33554432000 1073741824 1073778376 140736312127728 139754505399336 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=11157/tid=11166] ppid=11155 vsize=3090984 CPUtime=0.53 cores=1,3,5,7
/proc/11157/task/11166/stat : 11166 (java) S 11155 11157 11123 0 -1 4202560 247 0 0 0 40 13 0 0 20 0 20 0 341064841 3165167616 420986 33554432000 1073741824 1073778376 140736312127728 139754504346280 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=11157/tid=11167] ppid=11155 vsize=3090984 CPUtime=0.51 cores=1,3,5,7
/proc/11157/task/11167/stat : 11167 (java) S 11155 11157 11123 0 -1 4202560 245 0 0 0 36 15 0 0 20 0 20 0 341064841 3165167616 420986 33554432000 1073741824 1073778376 140736312127728 139754503293736 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=11157/tid=11168] ppid=11155 vsize=3090984 CPUtime=21.54 cores=1,3,5,7
/proc/11157/task/11168/stat : 11168 (java) R 11155 11157 11123 0 -1 4202560 137 0 0 0 2151 3 0 0 20 0 20 0 341064842 3165167616 420986 33554432000 1073741824 1073778376 140736312127728 139754490882568 139754533362800 0 0 0 16800975 0 0 0 -1 1 0 0 0 0 0
[pid=11157/tid=11169] ppid=11155 vsize=3090984 CPUtime=0 cores=1,3,5,7
/proc/11157/task/11169/stat : 11169 (java) S 11155 11157 11123 0 -1 4202560 18 0 0 0 0 0 0 0 20 0 20 0 341064843 3165167616 420986 33554432000 1073741824 1073778376 140736312127728 139754489828728 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=11157/tid=11170] ppid=11155 vsize=3090984 CPUtime=0 cores=1,3,5,7
/proc/11157/task/11170/stat : 11170 (java) S 11155 11157 11123 0 -1 4202560 16 0 0 0 0 0 0 0 20 0 20 0 341064843 3165167616 420986 33554432000 1073741824 1073778376 140736312127728 139754488775560 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=11157/tid=11171] ppid=11155 vsize=3090984 CPUtime=0 cores=1,3,5,7
/proc/11157/task/11171/stat : 11171 (java) S 11155 11157 11123 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 20 0 341064845 3165167616 420986 33554432000 1073741824 1073778376 140736312127728 139754487724304 219517343520 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=11157/tid=11172] ppid=11155 vsize=3090984 CPUtime=0.62 cores=1,3,5,7
/proc/11157/task/11172/stat : 11172 (java) S 11155 11157 11123 0 -1 4202560 4193 0 0 0 62 0 0 0 20 0 20 0 341064845 3165167616 420986 33554432000 1073741824 1073778376 140736312127728 139754486672184 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=11157/tid=11173] ppid=11155 vsize=3090984 CPUtime=0.72 cores=1,3,5,7
/proc/11157/task/11173/stat : 11173 (java) S 11155 11157 11123 0 -1 4202560 7432 0 0 0 70 2 0 0 20 0 20 0 341064845 3165167616 420986 33554432000 1073741824 1073778376 140736312127728 139754485619640 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=11157/tid=11174] ppid=11155 vsize=3090984 CPUtime=0 cores=1,3,5,7
/proc/11157/task/11174/stat : 11174 (java) S 11155 11157 11123 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 20 0 341064845 3165167616 420986 33554432000 1073741824 1073778376 140736312127728 139754484566776 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=11157/tid=11175] ppid=11155 vsize=3090984 CPUtime=0.08 cores=1,3,5,7
/proc/11157/task/11175/stat : 11175 (java) S 11155 11157 11123 0 -1 4202560 15 0 0 0 3 5 0 0 20 0 20 0 341064845 3165167616 420986 33554432000 1073741824 1073778376 140736312127728 139754483514440 219517335465 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=11157/tid=11210] ppid=11155 vsize=3090984 CPUtime=0 cores=1,3,5,7
/proc/11157/task/11210/stat : 11210 (java) S 11155 11157 11123 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 20 0 341066779 3165167616 420986 33554432000 1073741824 1073778376 140736312127728 139754481313448 219517335465 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=11157/tid=11217] ppid=11155 vsize=3090984 CPUtime=0 cores=1,3,5,7
/proc/11157/task/11217/stat : 11217 (java) S 11155 11157 11123 0 -1 4202560 13 0 0 0 0 0 0 0 20 0 20 0 341090450 3165167616 420986 33554432000 1073741824 1073778376 140736312127728 139754480259512 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
Current children cumulated CPU time (s) 263.27
Current children cumulated vsize (KiB) 3090984

[startup+258.901 s]
/proc/loadavg: 1.99 1.97 1.98 3/214 11217
/proc/meminfo: memFree=24596600/32873648 swapFree=7120/7120
[pid=11157] ppid=11155 vsize=3090984 CPUtime=263.47 cores=1,3,5,7
/proc/11157/stat : 11157 (java) S 11155 11157 11123 0 -1 4202496 18410 0 3 0 26207 140 0 0 20 0 20 0 341064839 3165167616 420986 33554432000 1073741824 1073778376 140736312127728 140736312118864 219517321277 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0 0 0
/proc/11157/statm: 772746 420986 2300 9 0 763167 0
[pid=11157/tid=11159] ppid=11155 vsize=3090984 CPUtime=235.98 cores=1,3,5,7
/proc/11157/task/11159/stat : 11159 (java) S 11155 11157 11123 0 -1 4202560 3285 0 3 0 23587 11 0 0 20 0 20 0 341064840 3165167616 420986 33554432000 1073741824 1073778376 140736312127728 139754527237304 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=11157/tid=11160] ppid=11155 vsize=3090984 CPUtime=0.51 cores=1,3,5,7
/proc/11157/task/11160/stat : 11160 (java) S 11155 11157 11123 0 -1 4202560 245 0 0 0 37 14 0 0 20 0 20 0 341064841 3165167616 420986 33554432000 1073741824 1073778376 140736312127728 139754510662056 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=11157/tid=11161] ppid=11155 vsize=3090984 CPUtime=0.56 cores=1,3,5,7
/proc/11157/task/11161/stat : 11161 (java) S 11155 11157 11123 0 -1 4202560 304 0 0 0 38 18 0 0 20 0 20 0 341064841 3165167616 420986 33554432000 1073741824 1073778376 140736312127728 139754509609512 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=11157/tid=11162] ppid=11155 vsize=3090984 CPUtime=0.5 cores=1,3,5,7
/proc/11157/task/11162/stat : 11162 (java) S 11155 11157 11123 0 -1 4202560 265 0 0 0 35 15 0 0 20 0 20 0 341064841 3165167616 420986 33554432000 1073741824 1073778376 140736312127728 139754508556456 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=11157/tid=11163] ppid=11155 vsize=3090984 CPUtime=0.46 cores=1,3,5,7
/proc/11157/task/11163/stat : 11163 (java) S 11155 11157 11123 0 -1 4202560 231 0 0 0 34 12 0 0 20 0 20 0 341064841 3165167616 420986 33554432000 1073741824 1073778376 140736312127728 139754507503912 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=11157/tid=11164] ppid=11155 vsize=3090984 CPUtime=0.39 cores=1,3,5,7
/proc/11157/task/11164/stat : 11164 (java) S 11155 11157 11123 0 -1 4202560 215 0 0 0 26 13 0 0 20 0 20 0 341064841 3165167616 420986 33554432000 1073741824 1073778376 140736312127728 139754506451880 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=11157/tid=11165] ppid=11155 vsize=3090984 CPUtime=0.72 cores=1,3,5,7
/proc/11157/task/11165/stat : 11165 (java) S 11155 11157 11123 0 -1 4202560 374 0 0 0 51 21 0 0 20 0 20 0 341064841 3165167616 420986 33554432000 1073741824 1073778376 140736312127728 139754505399336 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=11157/tid=11166] ppid=11155 vsize=3090984 CPUtime=0.53 cores=1,3,5,7
/proc/11157/task/11166/stat : 11166 (java) S 11155 11157 11123 0 -1 4202560 247 0 0 0 40 13 0 0 20 0 20 0 341064841 3165167616 420986 33554432000 1073741824 1073778376 140736312127728 139754504346280 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=11157/tid=11167] ppid=11155 vsize=3090984 CPUtime=0.51 cores=1,3,5,7
/proc/11157/task/11167/stat : 11167 (java) S 11155 11157 11123 0 -1 4202560 245 0 0 0 36 15 0 0 20 0 20 0 341064841 3165167616 420986 33554432000 1073741824 1073778376 140736312127728 139754503293736 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=11157/tid=11168] ppid=11155 vsize=3090984 CPUtime=21.74 cores=1,3,5,7
/proc/11157/task/11168/stat : 11168 (java) R 11155 11157 11123 0 -1 4202560 137 0 0 0 2171 3 0 0 20 0 20 0 341064842 3165167616 420986 33554432000 1073741824 1073778376 140736312127728 139754490882568 139754531398134 0 0 0 16800975 0 0 0 -1 1 0 0 0 0 0
[pid=11157/tid=11169] ppid=11155 vsize=3090984 CPUtime=0 cores=1,3,5,7
/proc/11157/task/11169/stat : 11169 (java) S 11155 11157 11123 0 -1 4202560 18 0 0 0 0 0 0 0 20 0 20 0 341064843 3165167616 420986 33554432000 1073741824 1073778376 140736312127728 139754489828728 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=11157/tid=11170] ppid=11155 vsize=3090984 CPUtime=0 cores=1,3,5,7
/proc/11157/task/11170/stat : 11170 (java) S 11155 11157 11123 0 -1 4202560 16 0 0 0 0 0 0 0 20 0 20 0 341064843 3165167616 420986 33554432000 1073741824 1073778376 140736312127728 139754488775560 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=11157/tid=11171] ppid=11155 vsize=3090984 CPUtime=0 cores=1,3,5,7
/proc/11157/task/11171/stat : 11171 (java) S 11155 11157 11123 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 20 0 341064845 3165167616 420986 33554432000 1073741824 1073778376 140736312127728 139754487724304 219517343520 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=11157/tid=11172] ppid=11155 vsize=3090984 CPUtime=0.62 cores=1,3,5,7
/proc/11157/task/11172/stat : 11172 (java) S 11155 11157 11123 0 -1 4202560 4193 0 0 0 62 0 0 0 20 0 20 0 341064845 3165167616 420986 33554432000 1073741824 1073778376 140736312127728 139754486672184 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=11157/tid=11173] ppid=11155 vsize=3090984 CPUtime=0.72 cores=1,3,5,7
/proc/11157/task/11173/stat : 11173 (java) S 11155 11157 11123 0 -1 4202560 7432 0 0 0 70 2 0 0 20 0 20 0 341064845 3165167616 420986 33554432000 1073741824 1073778376 140736312127728 139754485619640 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=11157/tid=11174] ppid=11155 vsize=3090984 CPUtime=0 cores=1,3,5,7
/proc/11157/task/11174/stat : 11174 (java) S 11155 11157 11123 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 20 0 341064845 3165167616 420986 33554432000 1073741824 1073778376 140736312127728 139754484566776 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=11157/tid=11175] ppid=11155 vsize=3090984 CPUtime=0.08 cores=1,3,5,7
/proc/11157/task/11175/stat : 11175 (java) S 11155 11157 11123 0 -1 4202560 15 0 0 0 3 5 0 0 20 0 20 0 341064845 3165167616 420986 33554432000 1073741824 1073778376 140736312127728 139754483514440 219517335465 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=11157/tid=11210] ppid=11155 vsize=3090984 CPUtime=0 cores=1,3,5,7
/proc/11157/task/11210/stat : 11210 (java) S 11155 11157 11123 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 20 0 341066779 3165167616 420986 33554432000 1073741824 1073778376 140736312127728 139754481313448 219517335465 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=11157/tid=11217] ppid=11155 vsize=3090984 CPUtime=0 cores=1,3,5,7
/proc/11157/task/11217/stat : 11217 (java) S 11155 11157 11123 0 -1 4202560 13 0 0 0 0 0 0 0 20 0 20 0 341090450 3165167616 420986 33554432000 1073741824 1073778376 140736312127728 139754480259512 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
Current children cumulated CPU time (s) 263.47
Current children cumulated vsize (KiB) 3090984

Child status: 1
Real time (s): 258.949
CPU time (s): 263.623
CPU user time (s): 262.061
CPU system time (s): 1.56176
CPU usage (%): 101.805
Max. virtual memory (cumulated for all children) (KiB): 3090984

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 262.061
system time used= 1.56176
maximum resident set size= 1683944
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 18414
page faults= 3
swaps= 0
block input operations= 816
block output operations= 312
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 6274
involuntary context switches= 2445

runsolver used 1.07883 second user time and 2.58961 second system time

The end

Launcher Data

Begin job on node114 at 2012-06-03 20:49:35
IDJOB=3741695
IDBENCH=89899
IDSOLVER=2319
FILE ID=node114/3741695-1338749374
RUNJOBID= node114-1338749374-11140
PBS_JOBID= 14636799
Free space on /tmp= 70104 MiB

SOLVER NAME= PB07: SAT4JPseudoResolution 2007-03-23
BENCH NAME= PB11/normalized-PB11/OPT-BIGINT-LIN/heinz/normalized-co-100.opb
COMMAND LINE= java -server -Xms1600M -Xmx1600M -jar HOME/sat4jPseudoResolution.jar BENCHNAME           
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3741695-1338749374/watcher-3741695-1338749374 -o /tmp/evaluation-result-3741695-1338749374/solver-3741695-1338749374 -C 1800 -W 1900 -M 15500  java -server -Xms1600M -Xmx1600M -jar HOME/sat4jPseudoResolution.jar HOME/instance-3741695-1338749374.opb           

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

MD5SUM BENCH= cc8ca0c69f8ca12b192f0c3a37614bc3
RANDOM SEED=2115264431

node114.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.242
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.48
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.242
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.242
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	: 5451.90
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.242
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.242
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.91
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.242
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.242
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.91
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.242
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.91
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:       32873648 kB
MemFree:        27099688 kB
Buffers:         1060324 kB
Cached:          3687568 kB
SwapCached:         2244 kB
Active:          2945376 kB
Inactive:        1821704 kB
Active(anon):       5852 kB
Inactive(anon):     8360 kB
Active(file):    2939524 kB
Inactive(file):  1813344 kB
Unevictable:        7120 kB
Mlocked:            7120 kB
SwapTotal:      67108856 kB
SwapFree:       67103576 kB
Dirty:             41832 kB
Writeback:             0 kB
AnonPages:         18960 kB
Mapped:            10256 kB
Shmem:               100 kB
Slab:             867288 kB
SReclaimable:     310284 kB
SUnreclaim:       557004 kB
KernelStack:        1424 kB
PageTables:         4084 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545680 kB
Committed_AS:     108564 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346400 kB
VmallocChunk:   34341988052 kB
HardwareCorrupted:     0 kB
AnonHugePages:      4096 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= 70084 MiB
End job on node114 at 2012-06-03 20:53:54