Trace number 3741701

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-23? 144.332 127.081

General information on the benchmark

Name/OPT-BIGINT-LIN/heinz/
normalized-ivu06-big.opb
MD5SUM3085a2bda178410828dcd956a716c89f
Bench CategoryOPT-BIGINT-LIN (optimisation, big integers, linear constraints)
Best result obtained on this benchmarkSAT
Best value of the objective obtained on this benchmark2865693364730000016
Best CPU time to get the best result obtained on this benchmark1801.7
Has Objective FunctionYES
Satisfiable
(Un)Satisfiability was proved
Best value of the objective function
Optimality of the best value was proved
Number of variables2277736
Total number of constraints1177
Number of constraints which are clauses0
Number of constraints which are cardinality constraints (but not clauses)1177
Number of constraints which are nor clauses,nor cardinality constraints0
Minimum length of a constraint704
Maximum length of a constraint152997
Number of terms in the objective function 2277736
Biggest coefficient in the objective function 80000000000000000
Number of bits for the biggest coefficient in the objective function 57
Sum of the numbers in the objective function 27910716903658970007421
Number of bits of the sum of numbers in the objective function 75
Biggest number in a constraint 80000000000000000
Number of bits of the biggest number in a constraint 57
Biggest sum of numbers in a constraint 27910716903658970007421
Number of bits of the biggest sum of numbers75
Number of products (including duplicates)0
Sum of products size (including duplicates)0
Number of different products0
Sum of products size0

Solver Data

0.01/0.07	c SAT4J: a SATisfiability library for Java (c) 2004-2006 Daniel Le Berre
0.01/0.07	c This is free software under the GNU LGPL licence. See www.sat4j.org for details.
0.01/0.07	c This software uses some libraries from the Jakarta project. See jakarta.apache.org for details.
0.01/0.08	c no version file found!!!
0.01/0.08	c sun.arch.data.model	64
0.01/0.08	c java.version	1.6.0_24
0.01/0.08	c os.name	Linux
0.01/0.08	c os.version	2.6.32-71.29.1.el6.x86_64
0.01/0.08	c os.arch	amd64
0.01/0.08	c Free memory 1599470296
0.01/0.08	c Max memory 1607860224
0.01/0.08	c Total memory 1607860224
0.01/0.08	c Number of processors 8
0.09/0.10	--- Begin Solver configuration ---
0.09/0.10	c Stops conflict analysis at the first Unique Implication Point
0.09/0.10	c org.sat4j.minisat.constraints.PBMaxClauseCardConstrDataStructure@1cb1c5fa
0.09/0.10	c Learn all clauses as in MiniSAT
0.09/0.10	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.09/0.10	c VSIDS like heuristics from MiniSAT using a heap
0.09/0.10	c No reason simplification
0.09/0.10	c --- End Solver configuration ---
0.09/0.10	c solving HOME/instance-3741701-1338749634.opb
0.09/0.10	c reading problem ... 
68.87/52.80	c ... done. Wall clock time 52.7s.
68.87/52.80	c CPU time (experimental) 45.16s.
68.87/52.80	c #vars     2277736
68.87/52.80	c #constraints  2354
124.43/107.36	Exception in thread "main" java.lang.OutOfMemoryError: Java heap space
124.43/107.36		at org.sat4j.minisat.constraints.cnf.WLClause.<init>(Unknown Source)
124.43/107.36		at org.sat4j.minisat.constraints.cnf.LearntWLClause.<init>(Unknown Source)
124.43/107.36		at org.sat4j.minisat.constraints.AbstractPBDataStructureFactory.createUnregisteredClause(Unknown Source)
124.43/107.36		at org.sat4j.minisat.core.Solver.analyze(Unknown Source)
124.43/107.36		at org.sat4j.minisat.core.Solver.search(Unknown Source)
124.43/107.36		at org.sat4j.minisat.core.Solver.isSatisfiable(Unknown Source)
124.43/107.36		at org.sat4j.minisat.core.Solver.isSatisfiable(Unknown Source)
124.43/107.36		at org.sat4j.tools.SolverDecorator.isSatisfiable(Unknown Source)
124.43/107.36		at org.sat4j.opt.PseudoOptDecorator.admitABetterSolution(Unknown Source)
124.43/107.36		at org.sat4j.AbstractOptimizationLauncher.solve(Unknown Source)
124.43/107.36		at org.sat4j.LanceurPseudo2005.solve(Unknown Source)
124.43/107.36		at org.sat4j.AbstractLauncher.run(Unknown Source)
124.43/107.36		at org.sat4j.LanceurPseudo2007.main(Unknown Source)
144.13/127.07	c starts		: 5
144.13/127.07	c conflicts		: 1218
144.13/127.07	c decisions		: 8903921
144.13/127.07	c propagations		: 12027119
144.13/127.07	c inspects		: 182053
144.13/127.07	c learnt literals	: 0
144.13/127.07	c learnt binary clauses	: 0
144.13/127.07	c learnt ternary clauses	: 0
144.13/127.07	c learnt clauses	: 1217
144.13/127.07	c root simplifications	: 0
144.13/127.07	c removed literals (reason simplification)	: 0
144.13/127.07	c reason swapping (by a shorter reason)	: 0
144.13/127.07	c Calls to reduceDB	: 0
144.13/127.07	c speed (decisions/second)	: 135108.5096051713
144.13/127.07	c non guided choices	0
144.13/127.07	s UNKNOWN
144.13/127.07	c Total wall clock time (ms): 126.97

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-3741701-1338749634/watcher-3741701-1338749634 -o /tmp/evaluation-result-3741701-1338749634/solver-3741701-1338749634 -C 1800 -W 1900 -M 15500 java -server -Xms1600M -Xmx1600M -jar HOME/sat4jPseudoResolution.jar HOME/instance-3741701-1338749634.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.99 1.97 1.98 3/194 11254
/proc/meminfo: memFree=25877712/32873648 swapFree=7120/7120
[pid=11254] ppid=11252 vsize=9292 CPUtime=0 cores=1,3,5,7
/proc/11254/stat : 11254 (java) R 11252 11254 11123 0 -1 4202496 252 0 0 0 0 0 0 0 20 0 1 0 341091932 9515008 185 33554432000 1073741824 1073778376 140734851554864 140734851546088 219513777591 0 0 4096 0 0 0 0 17 3 0 0 0 0 0
/proc/11254/statm: 2 1 0 0 0 2 0

[startup+0.029732 s]
/proc/loadavg: 1.99 1.97 1.98 3/194 11254
/proc/meminfo: memFree=25877712/32873648 swapFree=7120/7120
[pid=11254] ppid=11252 vsize=2414972 CPUtime=0.01 cores=1,3,5,7
/proc/11254/stat : 11254 (java) S 11252 11254 11123 0 -1 4202496 3692 0 1 0 1 0 0 0 20 0 10 0 341091932 2472931328 4390 33554432000 1073741824 1073778376 140733961590208 140733961581344 219517321277 0 0 0 16784584 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/11254/statm: 603743 4390 1540 9 0 594444 0
Current children cumulated CPU time (s) 0.01
Current children cumulated vsize (KiB) 2414972

[startup+0.100305 s]
/proc/loadavg: 1.99 1.97 1.98 3/194 11254
/proc/meminfo: memFree=25877712/32873648 swapFree=7120/7120
[pid=11254] ppid=11252 vsize=2957856 CPUtime=0.09 cores=1,3,5,7
/proc/11254/stat : 11254 (java) S 11252 11254 11123 0 -1 4202496 4919 0 1 0 8 1 0 0 20 0 18 0 341091932 3028844544 6624 33554432000 1073741824 1073778376 140733961590208 140733961581344 219517321277 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/11254/statm: 739464 6624 2127 9 0 729885 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 2957856

[startup+0.300288 s]
/proc/loadavg: 1.99 1.97 1.98 3/194 11254
/proc/meminfo: memFree=25877712/32873648 swapFree=7120/7120
[pid=11254] ppid=11252 vsize=2957856 CPUtime=0.45 cores=1,3,5,7
/proc/11254/stat : 11254 (java) S 11252 11254 11123 0 -1 4202496 6432 0 1 0 43 2 0 0 20 0 18 0 341091932 3028844544 32053 33554432000 1073741824 1073778376 140733961590208 140733961581344 219517321277 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/11254/statm: 739464 32053 2233 9 0 729885 0
Current children cumulated CPU time (s) 0.45
Current children cumulated vsize (KiB) 2957856

[startup+0.700326 s]
/proc/loadavg: 1.99 1.97 1.98 3/194 11254
/proc/meminfo: memFree=25877712/32873648 swapFree=7120/7120
[pid=11254] ppid=11252 vsize=2957856 CPUtime=0.85 cores=1,3,5,7
/proc/11254/stat : 11254 (java) S 11252 11254 11123 0 -1 4202496 6481 0 1 0 81 4 0 0 20 0 18 0 341091932 3028844544 57141 33554432000 1073741824 1073778376 140733961590208 140733961581344 219517321277 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/11254/statm: 739464 57141 2233 9 0 729885 0
Current children cumulated CPU time (s) 0.85
Current children cumulated vsize (KiB) 2957856

[startup+1.50072 s]
/proc/loadavg: 1.99 1.97 1.98 3/212 11272
/proc/meminfo: memFree=25587128/32873648 swapFree=7120/7120
[pid=11254] ppid=11252 vsize=2957856 CPUtime=1.65 cores=1,3,5,7
/proc/11254/stat : 11254 (java) S 11252 11254 11123 0 -1 4202496 6575 0 1 0 158 7 0 0 20 0 18 0 341091932 3028844544 105269 33554432000 1073741824 1073778376 140733961590208 140733961581344 219517321277 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/11254/statm: 739464 105269 2233 9 0 729885 0
[pid=11254/tid=11256] ppid=11252 vsize=2957856 CPUtime=1.46 cores=1,3,5,7
/proc/11254/task/11256/stat : 11256 (java) R 11252 11254 11123 0 -1 4202560 3209 0 1 0 139 7 0 0 20 0 18 0 341091933 3028844544 105269 33554432000 1073741824 1073778376 140733961590208 140361027219600 140360890280346 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0
[pid=11254/tid=11257] ppid=11252 vsize=2957856 CPUtime=0 cores=1,3,5,7
/proc/11254/task/11257/stat : 11257 (java) S 11252 11254 11123 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 18 0 341091934 3028844544 105269 33554432000 1073741824 1073778376 140733961590208 140361010653480 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=11254/tid=11258] ppid=11252 vsize=2957856 CPUtime=0 cores=1,3,5,7
/proc/11254/task/11258/stat : 11258 (java) S 11252 11254 11123 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 18 0 341091934 3028844544 105269 33554432000 1073741824 1073778376 140733961590208 140361009600680 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=11254/tid=11259] ppid=11252 vsize=2957856 CPUtime=0 cores=1,3,5,7
/proc/11254/task/11259/stat : 11259 (java) S 11252 11254 11123 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 18 0 341091934 3028844544 105269 33554432000 1073741824 1073778376 140733961590208 140360890182184 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=11254/tid=11260] ppid=11252 vsize=2957856 CPUtime=0 cores=1,3,5,7
/proc/11254/task/11260/stat : 11260 (java) S 11252 11254 11123 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 18 0 341091934 3028844544 105269 33554432000 1073741824 1073778376 140733961590208 140360889129384 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=11254/tid=11261] ppid=11252 vsize=2957856 CPUtime=0 cores=1,3,5,7
/proc/11254/task/11261/stat : 11261 (java) S 11252 11254 11123 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 18 0 341091934 3028844544 105269 33554432000 1073741824 1073778376 140733961590208 140360888077096 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=11254/tid=11262] ppid=11252 vsize=2957856 CPUtime=0 cores=1,3,5,7
/proc/11254/task/11262/stat : 11262 (java) S 11252 11254 11123 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 18 0 341091934 3028844544 105269 33554432000 1073741824 1073778376 140733961590208 140360887024296 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=11254/tid=11263] ppid=11252 vsize=2957856 CPUtime=0 cores=1,3,5,7
/proc/11254/task/11263/stat : 11263 (java) S 11252 11254 11123 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 18 0 341091934 3028844544 105269 33554432000 1073741824 1073778376 140733961590208 140360885972008 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=11254/tid=11264] ppid=11252 vsize=2957856 CPUtime=0 cores=1,3,5,7
/proc/11254/task/11264/stat : 11264 (java) S 11252 11254 11123 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 18 0 341091934 3028844544 105269 33554432000 1073741824 1073778376 140733961590208 140360884919208 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=11254/tid=11265] ppid=11252 vsize=2957856 CPUtime=0 cores=1,3,5,7
/proc/11254/task/11265/stat : 11265 (java) S 11252 11254 11123 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 18 0 341091935 3028844544 105269 33554432000 1073741824 1073778376 140733961590208 140360402589928 219517335465 0 0 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=11254/tid=11266] ppid=11252 vsize=2957856 CPUtime=0 cores=1,3,5,7
/proc/11254/task/11266/stat : 11266 (java) S 11252 11254 11123 0 -1 4202560 16 0 0 0 0 0 0 0 20 0 18 0 341091936 3028844544 105269 33554432000 1073741824 1073778376 140733961590208 140360401535992 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=11254/tid=11267] ppid=11252 vsize=2957856 CPUtime=0 cores=1,3,5,7
/proc/11254/task/11267/stat : 11267 (java) S 11252 11254 11123 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 18 0 341091936 3028844544 105269 33554432000 1073741824 1073778376 140733961590208 140360400483592 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=11254/tid=11268] ppid=11252 vsize=2957856 CPUtime=0 cores=1,3,5,7
/proc/11254/task/11268/stat : 11268 (java) S 11252 11254 11123 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 18 0 341091938 3028844544 105269 33554432000 1073741824 1073778376 140733961590208 140360399432080 219517343520 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=11254/tid=11269] ppid=11252 vsize=2957856 CPUtime=0.08 cores=1,3,5,7
/proc/11254/task/11269/stat : 11269 (java) S 11252 11254 11123 0 -1 4202560 1115 0 0 0 8 0 0 0 20 0 18 0 341091938 3028844544 105269 33554432000 1073741824 1073778376 140733961590208 140360398379704 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=11254/tid=11270] ppid=11252 vsize=2957856 CPUtime=0.07 cores=1,3,5,7
/proc/11254/task/11270/stat : 11270 (java) S 11252 11254 11123 0 -1 4202560 1064 0 0 0 7 0 0 0 20 0 18 0 341091938 3028844544 105269 33554432000 1073741824 1073778376 140733961590208 140360397326904 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=11254/tid=11271] ppid=11252 vsize=2957856 CPUtime=0 cores=1,3,5,7
/proc/11254/task/11271/stat : 11271 (java) S 11252 11254 11123 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 18 0 341091938 3028844544 105269 33554432000 1073741824 1073778376 140733961590208 140360396274808 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=11254/tid=11272] ppid=11252 vsize=2957856 CPUtime=0 cores=1,3,5,7
/proc/11254/task/11272/stat : 11272 (java) S 11252 11254 11123 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 18 0 341091938 3028844544 105269 33554432000 1073741824 1073778376 140733961590208 140360395222216 219517335465 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 1.65
Current children cumulated vsize (KiB) 2957856

[startup+3.10071 s]
/proc/loadavg: 1.99 1.97 1.98 3/212 11272
/proc/meminfo: memFree=25332432/32873648 swapFree=7120/7120
[pid=11254] ppid=11252 vsize=2957856 CPUtime=3.46 cores=1,3,5,7
/proc/11254/stat : 11254 (java) S 11252 11254 11123 0 -1 4202496 6746 0 1 0 333 13 0 0 20 0 18 0 341091932 3028844544 138101 33554432000 1073741824 1073778376 140733961590208 140733961581344 219517321277 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/11254/statm: 739464 138101 2253 9 0 729885 0
[pid=11254/tid=11256] ppid=11252 vsize=2957856 CPUtime=2.99 cores=1,3,5,7
/proc/11254/task/11256/stat : 11256 (java) R 11252 11254 11123 0 -1 4202560 3222 0 1 0 290 9 0 0 20 0 18 0 341091933 3028844544 138101 33554432000 1073741824 1073778376 140733961590208 140361027219584 140360890591001 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0
[pid=11254/tid=11257] ppid=11252 vsize=2957856 CPUtime=0.01 cores=1,3,5,7
/proc/11254/task/11257/stat : 11257 (java) S 11252 11254 11123 0 -1 4202560 19 0 0 0 1 0 0 0 20 0 18 0 341091934 3028844544 138101 33554432000 1073741824 1073778376 140733961590208 140361010653480 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=11254/tid=11258] ppid=11252 vsize=2957856 CPUtime=0.02 cores=1,3,5,7
/proc/11254/task/11258/stat : 11258 (java) S 11252 11254 11123 0 -1 4202560 20 0 0 0 2 0 0 0 20 0 18 0 341091934 3028844544 138101 33554432000 1073741824 1073778376 140733961590208 140361009600680 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=11254/tid=11259] ppid=11252 vsize=2957856 CPUtime=0.02 cores=1,3,5,7
/proc/11254/task/11259/stat : 11259 (java) S 11252 11254 11123 0 -1 4202560 18 0 0 0 2 0 0 0 20 0 18 0 341091934 3028844544 138101 33554432000 1073741824 1073778376 140733961590208 140360890182184 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=11254/tid=11260] ppid=11252 vsize=2957856 CPUtime=0.03 cores=1,3,5,7
/proc/11254/task/11260/stat : 11260 (java) S 11252 11254 11123 0 -1 4202560 28 0 0 0 3 0 0 0 20 0 18 0 341091934 3028844544 138101 33554432000 1073741824 1073778376 140733961590208 140360889129384 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=11254/tid=11261] ppid=11252 vsize=2957856 CPUtime=0.01 cores=1,3,5,7
/proc/11254/task/11261/stat : 11261 (java) S 11252 11254 11123 0 -1 4202560 13 0 0 0 1 0 0 0 20 0 18 0 341091934 3028844544 138101 33554432000 1073741824 1073778376 140733961590208 140360888077096 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=11254/tid=11262] ppid=11252 vsize=2957856 CPUtime=0.02 cores=1,3,5,7
/proc/11254/task/11262/stat : 11262 (java) S 11252 11254 11123 0 -1 4202560 17 0 0 0 2 0 0 0 20 0 18 0 341091934 3028844544 138101 33554432000 1073741824 1073778376 140733961590208 140360887024296 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=11254/tid=11263] ppid=11252 vsize=2957856 CPUtime=0.02 cores=1,3,5,7
/proc/11254/task/11263/stat : 11263 (java) S 11252 11254 11123 0 -1 4202560 17 0 0 0 2 0 0 0 20 0 18 0 341091934 3028844544 138101 33554432000 1073741824 1073778376 140733961590208 140360885972008 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=11254/tid=11264] ppid=11252 vsize=2957856 CPUtime=0.04 cores=1,3,5,7
/proc/11254/task/11264/stat : 11264 (java) S 11252 11254 11123 0 -1 4202560 26 0 0 0 4 0 0 0 20 0 18 0 341091934 3028844544 138101 33554432000 1073741824 1073778376 140733961590208 140360884919208 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=11254/tid=11265] ppid=11252 vsize=2957856 CPUtime=0 cores=1,3,5,7
/proc/11254/task/11265/stat : 11265 (java) S 11252 11254 11123 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 18 0 341091935 3028844544 138101 33554432000 1073741824 1073778376 140733961590208 140360402589928 219517335465 0 0 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=11254/tid=11266] ppid=11252 vsize=2957856 CPUtime=0 cores=1,3,5,7
/proc/11254/task/11266/stat : 11266 (java) S 11252 11254 11123 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 18 0 341091936 3028844544 138101 33554432000 1073741824 1073778376 140733961590208 140360401535992 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=11254/tid=11267] ppid=11252 vsize=2957856 CPUtime=0 cores=1,3,5,7
/proc/11254/task/11267/stat : 11267 (java) S 11252 11254 11123 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 18 0 341091936 3028844544 138101 33554432000 1073741824 1073778376 140733961590208 140360400483592 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=11254/tid=11268] ppid=11252 vsize=2957856 CPUtime=0 cores=1,3,5,7
/proc/11254/task/11268/stat : 11268 (java) S 11252 11254 11123 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 18 0 341091938 3028844544 138101 33554432000 1073741824 1073778376 140733961590208 140360399432080 219517343520 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=11254/tid=11269] ppid=11252 vsize=2957856 CPUtime=0.08 cores=1,3,5,7
/proc/11254/task/11269/stat : 11269 (java) S 11252 11254 11123 0 -1 4202560 1115 0 0 0 8 0 0 0 20 0 18 0 341091938 3028844544 138101 33554432000 1073741824 1073778376 140733961590208 140360398379704 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=11254/tid=11270] ppid=11252 vsize=2957856 CPUtime=0.07 cores=1,3,5,7
/proc/11254/task/11270/stat : 11270 (java) S 11252 11254 11123 0 -1 4202560 1068 0 0 0 7 0 0 0 20 0 18 0 341091938 3028844544 138101 33554432000 1073741824 1073778376 140733961590208 140360397326904 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=11254/tid=11271] ppid=11252 vsize=2957856 CPUtime=0 cores=1,3,5,7
/proc/11254/task/11271/stat : 11271 (java) S 11252 11254 11123 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 18 0 341091938 3028844544 138101 33554432000 1073741824 1073778376 140733961590208 140360396274808 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=11254/tid=11272] ppid=11252 vsize=2957856 CPUtime=0 cores=1,3,5,7
/proc/11254/task/11272/stat : 11272 (java) S 11252 11254 11123 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 18 0 341091938 3028844544 138101 33554432000 1073741824 1073778376 140733961590208 140360395222216 219517335465 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 3.46
Current children cumulated vsize (KiB) 2957856

[startup+6.3007 s]
/proc/loadavg: 1.99 1.97 1.98 3/212 11272
/proc/meminfo: memFree=25152580/32873648 swapFree=7120/7120
[pid=11254] ppid=11252 vsize=2957856 CPUtime=7.76 cores=1,3,5,7
/proc/11254/stat : 11254 (java) S 11252 11254 11123 0 -1 4202496 8285 0 1 0 743 33 0 0 20 0 18 0 341091932 3028844544 197999 33554432000 1073741824 1073778376 140733961590208 140733961581344 219517321277 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/11254/statm: 739464 197999 2262 9 0 729885 0
[pid=11254/tid=11256] ppid=11252 vsize=2957856 CPUtime=5.9 cores=1,3,5,7
/proc/11254/task/11256/stat : 11256 (java) R 11252 11254 11123 0 -1 4202560 3227 0 1 0 581 9 0 0 20 0 18 0 341091933 3028844544 197999 33554432000 1073741824 1073778376 140733961590208 140361027227208 219517347085 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0
[pid=11254/tid=11257] ppid=11252 vsize=2957856 CPUtime=0.14 cores=1,3,5,7
/proc/11254/task/11257/stat : 11257 (java) S 11252 11254 11123 0 -1 4202560 81 0 0 0 11 3 0 0 20 0 18 0 341091934 3028844544 197999 33554432000 1073741824 1073778376 140733961590208 140361010653480 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=11254/tid=11258] ppid=11252 vsize=2957856 CPUtime=0.15 cores=1,3,5,7
/proc/11254/task/11258/stat : 11258 (java) S 11252 11254 11123 0 -1 4202560 79 0 0 0 11 4 0 0 20 0 18 0 341091934 3028844544 197999 33554432000 1073741824 1073778376 140733961590208 140361009600680 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=11254/tid=11259] ppid=11252 vsize=2957856 CPUtime=0.13 cores=1,3,5,7
/proc/11254/task/11259/stat : 11259 (java) S 11252 11254 11123 0 -1 4202560 65 0 0 0 11 2 0 0 20 0 18 0 341091934 3028844544 197999 33554432000 1073741824 1073778376 140733961590208 140360890182184 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=11254/tid=11260] ppid=11252 vsize=2957856 CPUtime=0.21 cores=1,3,5,7
/proc/11254/task/11260/stat : 11260 (java) S 11252 11254 11123 0 -1 4202560 114 0 0 0 17 4 0 0 20 0 18 0 341091934 3028844544 197999 33554432000 1073741824 1073778376 140733961590208 140360889129384 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=11254/tid=11261] ppid=11252 vsize=2957856 CPUtime=0.14 cores=1,3,5,7
/proc/11254/task/11261/stat : 11261 (java) S 11252 11254 11123 0 -1 4202560 84 0 0 0 11 3 0 0 20 0 18 0 341091934 3028844544 197999 33554432000 1073741824 1073778376 140733961590208 140360888077096 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=11254/tid=11262] ppid=11252 vsize=2957856 CPUtime=0.15 cores=1,3,5,7
/proc/11254/task/11262/stat : 11262 (java) S 11252 11254 11123 0 -1 4202560 87 0 0 0 12 3 0 0 20 0 18 0 341091934 3028844544 197999 33554432000 1073741824 1073778376 140733961590208 140360887024296 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=11254/tid=11263] ppid=11252 vsize=2957856 CPUtime=0.11 cores=1,3,5,7
/proc/11254/task/11263/stat : 11263 (java) S 11252 11254 11123 0 -1 4202560 60 0 0 0 9 2 0 0 20 0 18 0 341091934 3028844544 197999 33554432000 1073741824 1073778376 140733961590208 140360885972008 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=11254/tid=11264] ppid=11252 vsize=2957856 CPUtime=0.27 cores=1,3,5,7
/proc/11254/task/11264/stat : 11264 (java) S 11252 11254 11123 0 -1 4202560 293 0 0 0 24 3 0 0 20 0 18 0 341091934 3028844544 197999 33554432000 1073741824 1073778376 140733961590208 140360884919208 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=11254/tid=11265] ppid=11252 vsize=2957856 CPUtime=0 cores=1,3,5,7
/proc/11254/task/11265/stat : 11265 (java) S 11252 11254 11123 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 18 0 341091935 3028844544 197999 33554432000 1073741824 1073778376 140733961590208 140360402589928 219517335465 0 0 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=11254/tid=11266] ppid=11252 vsize=2957856 CPUtime=0 cores=1,3,5,7
/proc/11254/task/11266/stat : 11266 (java) S 11252 11254 11123 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 18 0 341091936 3028844544 197999 33554432000 1073741824 1073778376 140733961590208 140360401535992 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=11254/tid=11267] ppid=11252 vsize=2957856 CPUtime=0 cores=1,3,5,7
/proc/11254/task/11267/stat : 11267 (java) S 11252 11254 11123 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 18 0 341091936 3028844544 197999 33554432000 1073741824 1073778376 140733961590208 140360400483592 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=11254/tid=11268] ppid=11252 vsize=2957856 CPUtime=0 cores=1,3,5,7
/proc/11254/task/11268/stat : 11268 (java) S 11252 11254 11123 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 18 0 341091938 3028844544 197999 33554432000 1073741824 1073778376 140733961590208 140360399432080 219517343520 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=11254/tid=11269] ppid=11252 vsize=2957856 CPUtime=0.2 cores=1,3,5,7
/proc/11254/task/11269/stat : 11269 (java) S 11252 11254 11123 0 -1 4202560 1853 0 0 0 20 0 0 0 20 0 18 0 341091938 3028844544 197999 33554432000 1073741824 1073778376 140733961590208 140360398379704 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=11254/tid=11270] ppid=11252 vsize=2957856 CPUtime=0.21 cores=1,3,5,7
/proc/11254/task/11270/stat : 11270 (java) S 11252 11254 11123 0 -1 4202560 1159 0 0 0 21 0 0 0 20 0 18 0 341091938 3028844544 197999 33554432000 1073741824 1073778376 140733961590208 140360397326904 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=11254/tid=11271] ppid=11252 vsize=2957856 CPUtime=0 cores=1,3,5,7
/proc/11254/task/11271/stat : 11271 (java) S 11252 11254 11123 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 18 0 341091938 3028844544 197999 33554432000 1073741824 1073778376 140733961590208 140360396274808 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=11254/tid=11272] ppid=11252 vsize=2957856 CPUtime=0 cores=1,3,5,7
/proc/11254/task/11272/stat : 11272 (java) S 11252 11254 11123 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 18 0 341091938 3028844544 197999 33554432000 1073741824 1073778376 140733961590208 140360395222216 219517335465 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 7.76
Current children cumulated vsize (KiB) 2957856

[startup+12.7007 s]
/proc/loadavg: 1.99 1.97 1.98 3/212 11272
/proc/meminfo: memFree=24787956/32873648 swapFree=7120/7120
[pid=11254] ppid=11252 vsize=2957856 CPUtime=17.89 cores=1,3,5,7
/proc/11254/stat : 11254 (java) S 11252 11254 11123 0 -1 4202496 13028 0 1 0 1728 61 0 0 20 0 18 0 341091932 3028844544 275717 33554432000 1073741824 1073778376 140733961590208 140733961581344 219517321277 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/11254/statm: 739464 275717 2262 9 0 729885 0
[pid=11254/tid=11256] ppid=11252 vsize=2957856 CPUtime=11.02 cores=1,3,5,7

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

/proc/11254/task/11261/stat : 11261 (java) S 11252 11254 11123 0 -1 4202560 1272 0 0 0 254 14 0 0 20 0 20 0 341091934 3165167616 422979 33554432000 1073741824 1073778376 140733961590208 140360888077096 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=11254/tid=11262] ppid=11252 vsize=3090984 CPUtime=2.64 cores=1,3,5,7
/proc/11254/task/11262/stat : 11262 (java) S 11252 11254 11123 0 -1 4202560 908 0 0 0 252 12 0 0 20 0 20 0 341091934 3165167616 422979 33554432000 1073741824 1073778376 140733961590208 140360887024296 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=11254/tid=11263] ppid=11252 vsize=3090984 CPUtime=2.82 cores=1,3,5,7
/proc/11254/task/11263/stat : 11263 (java) S 11252 11254 11123 0 -1 4202560 828 0 0 0 269 13 0 0 20 0 20 0 341091934 3165167616 422979 33554432000 1073741824 1073778376 140733961590208 140360885972008 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=11254/tid=11264] ppid=11252 vsize=3090984 CPUtime=2.86 cores=1,3,5,7
/proc/11254/task/11264/stat : 11264 (java) S 11252 11254 11123 0 -1 4202560 644 0 0 0 274 12 0 0 20 0 20 0 341091934 3165167616 422979 33554432000 1073741824 1073778376 140733961590208 140360884919208 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=11254/tid=11265] ppid=11252 vsize=3090984 CPUtime=36.13 cores=1,3,5,7
/proc/11254/task/11265/stat : 11265 (java) R 11252 11254 11123 0 -1 4202560 6099 0 0 0 3610 3 0 0 20 0 20 0 341091935 3165167616 422979 33554432000 1073741824 1073778376 140733961590208 140360402590088 140361034995136 0 0 0 16800975 0 0 0 -1 3 0 0 0 0 0
[pid=11254/tid=11266] ppid=11252 vsize=3090984 CPUtime=0 cores=1,3,5,7
/proc/11254/task/11266/stat : 11266 (java) S 11252 11254 11123 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 20 0 341091936 3165167616 422979 33554432000 1073741824 1073778376 140733961590208 140360401535992 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=11254/tid=11267] ppid=11252 vsize=3090984 CPUtime=0 cores=1,3,5,7
/proc/11254/task/11267/stat : 11267 (java) S 11252 11254 11123 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 20 0 341091936 3165167616 422979 33554432000 1073741824 1073778376 140733961590208 140360400483592 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=11254/tid=11268] ppid=11252 vsize=3090984 CPUtime=0 cores=1,3,5,7
/proc/11254/task/11268/stat : 11268 (java) S 11252 11254 11123 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 20 0 341091938 3165167616 422979 33554432000 1073741824 1073778376 140733961590208 140360399432080 219517343520 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=11254/tid=11269] ppid=11252 vsize=3090984 CPUtime=0.51 cores=1,3,5,7
/proc/11254/task/11269/stat : 11269 (java) S 11252 11254 11123 0 -1 4202560 3568 0 0 0 51 0 0 0 20 0 20 0 341091938 3165167616 422979 33554432000 1073741824 1073778376 140733961590208 140360398379704 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=11254/tid=11270] ppid=11252 vsize=3090984 CPUtime=0.48 cores=1,3,5,7
/proc/11254/task/11270/stat : 11270 (java) S 11252 11254 11123 0 -1 4202560 4165 0 0 0 48 0 0 0 20 0 20 0 341091938 3165167616 422979 33554432000 1073741824 1073778376 140733961590208 140360397326904 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=11254/tid=11271] ppid=11252 vsize=3090984 CPUtime=0 cores=1,3,5,7
/proc/11254/task/11271/stat : 11271 (java) S 11252 11254 11123 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 20 0 341091938 3165167616 422979 33554432000 1073741824 1073778376 140733961590208 140360396274808 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=11254/tid=11272] ppid=11252 vsize=3090984 CPUtime=0.04 cores=1,3,5,7
/proc/11254/task/11272/stat : 11272 (java) S 11252 11254 11123 0 -1 4202560 7 0 0 0 1 3 0 0 20 0 20 0 341091938 3165167616 422979 33554432000 1073741824 1073778376 140733961590208 140360395222216 219517335465 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=11254/tid=11274] ppid=11252 vsize=3090984 CPUtime=0 cores=1,3,5,7
/proc/11254/task/11274/stat : 11274 (java) S 11252 11254 11123 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 20 0 341098049 3165167616 422979 33554432000 1073741824 1073778376 140733961590208 140360393089960 219517335465 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=11254/tid=11275] ppid=11252 vsize=3090984 CPUtime=0 cores=1,3,5,7
/proc/11254/task/11275/stat : 11275 (java) S 11252 11254 11123 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 20 0 341103967 3165167616 422979 33554432000 1073741824 1073778376 140733961590208 140360392036488 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
Current children cumulated CPU time (s) 141.93
Current children cumulated vsize (KiB) 3090984

[startup+126.401 s]
/proc/loadavg: 2.13 2.08 2.02 3/214 11275
/proc/meminfo: memFree=24165760/32873648 swapFree=7120/7120
[pid=11254] ppid=11252 vsize=3090984 CPUtime=143.53 cores=1,3,5,7
/proc/11254/stat : 11254 (java) S 11252 11254 11123 0 -1 4202496 25110 0 1 0 14232 121 0 0 20 0 20 0 341091932 3165167616 422979 33554432000 1073741824 1073778376 140733961590208 140733961581344 219517321277 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/11254/statm: 772746 422979 2304 9 0 763167 0
[pid=11254/tid=11256] ppid=11252 vsize=3090984 CPUtime=83.03 cores=1,3,5,7
/proc/11254/task/11256/stat : 11256 (java) S 11252 11254 11123 0 -1 4202560 3316 0 1 0 8283 20 0 0 20 0 20 0 341091933 3165167616 422979 33554432000 1073741824 1073778376 140733961590208 140361027228856 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=11254/tid=11257] ppid=11252 vsize=3090984 CPUtime=2.42 cores=1,3,5,7
/proc/11254/task/11257/stat : 11257 (java) S 11252 11254 11123 0 -1 4202560 736 0 0 0 230 12 0 0 20 0 20 0 341091934 3165167616 422979 33554432000 1073741824 1073778376 140733961590208 140361010653480 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=11254/tid=11258] ppid=11252 vsize=3090984 CPUtime=2.76 cores=1,3,5,7
/proc/11254/task/11258/stat : 11258 (java) S 11252 11254 11123 0 -1 4202560 1186 0 0 0 262 14 0 0 20 0 20 0 341091934 3165167616 422979 33554432000 1073741824 1073778376 140733961590208 140361009600680 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=11254/tid=11259] ppid=11252 vsize=3090984 CPUtime=2.64 cores=1,3,5,7
/proc/11254/task/11259/stat : 11259 (java) S 11252 11254 11123 0 -1 4202560 579 0 0 0 252 12 0 0 20 0 20 0 341091934 3165167616 422979 33554432000 1073741824 1073778376 140733961590208 140360890182184 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=11254/tid=11260] ppid=11252 vsize=3090984 CPUtime=2.8 cores=1,3,5,7
/proc/11254/task/11260/stat : 11260 (java) S 11252 11254 11123 0 -1 4202560 607 0 0 0 269 11 0 0 20 0 20 0 341091934 3165167616 422979 33554432000 1073741824 1073778376 140733961590208 140360889129384 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=11254/tid=11261] ppid=11252 vsize=3090984 CPUtime=2.68 cores=1,3,5,7
/proc/11254/task/11261/stat : 11261 (java) S 11252 11254 11123 0 -1 4202560 1272 0 0 0 254 14 0 0 20 0 20 0 341091934 3165167616 422979 33554432000 1073741824 1073778376 140733961590208 140360888077096 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=11254/tid=11262] ppid=11252 vsize=3090984 CPUtime=2.64 cores=1,3,5,7
/proc/11254/task/11262/stat : 11262 (java) S 11252 11254 11123 0 -1 4202560 908 0 0 0 252 12 0 0 20 0 20 0 341091934 3165167616 422979 33554432000 1073741824 1073778376 140733961590208 140360887024296 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=11254/tid=11263] ppid=11252 vsize=3090984 CPUtime=2.82 cores=1,3,5,7
/proc/11254/task/11263/stat : 11263 (java) S 11252 11254 11123 0 -1 4202560 828 0 0 0 269 13 0 0 20 0 20 0 341091934 3165167616 422979 33554432000 1073741824 1073778376 140733961590208 140360885972008 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=11254/tid=11264] ppid=11252 vsize=3090984 CPUtime=2.86 cores=1,3,5,7
/proc/11254/task/11264/stat : 11264 (java) S 11252 11254 11123 0 -1 4202560 644 0 0 0 274 12 0 0 20 0 20 0 341091934 3165167616 422979 33554432000 1073741824 1073778376 140733961590208 140360884919208 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=11254/tid=11265] ppid=11252 vsize=3090984 CPUtime=37.73 cores=1,3,5,7
/proc/11254/task/11265/stat : 11265 (java) R 11252 11254 11123 0 -1 4202560 6099 0 0 0 3770 3 0 0 20 0 20 0 341091935 3165167616 422979 33554432000 1073741824 1073778376 140733961590208 140360402590088 140361034082785 0 0 0 16800975 0 0 0 -1 3 0 0 0 0 0
[pid=11254/tid=11266] ppid=11252 vsize=3090984 CPUtime=0 cores=1,3,5,7
/proc/11254/task/11266/stat : 11266 (java) S 11252 11254 11123 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 20 0 341091936 3165167616 422979 33554432000 1073741824 1073778376 140733961590208 140360401535992 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=11254/tid=11267] ppid=11252 vsize=3090984 CPUtime=0 cores=1,3,5,7
/proc/11254/task/11267/stat : 11267 (java) S 11252 11254 11123 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 20 0 341091936 3165167616 422979 33554432000 1073741824 1073778376 140733961590208 140360400483592 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=11254/tid=11268] ppid=11252 vsize=3090984 CPUtime=0 cores=1,3,5,7
/proc/11254/task/11268/stat : 11268 (java) S 11252 11254 11123 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 20 0 341091938 3165167616 422979 33554432000 1073741824 1073778376 140733961590208 140360399432080 219517343520 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=11254/tid=11269] ppid=11252 vsize=3090984 CPUtime=0.51 cores=1,3,5,7
/proc/11254/task/11269/stat : 11269 (java) S 11252 11254 11123 0 -1 4202560 3568 0 0 0 51 0 0 0 20 0 20 0 341091938 3165167616 422979 33554432000 1073741824 1073778376 140733961590208 140360398379704 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=11254/tid=11270] ppid=11252 vsize=3090984 CPUtime=0.48 cores=1,3,5,7
/proc/11254/task/11270/stat : 11270 (java) S 11252 11254 11123 0 -1 4202560 4165 0 0 0 48 0 0 0 20 0 20 0 341091938 3165167616 422979 33554432000 1073741824 1073778376 140733961590208 140360397326904 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=11254/tid=11271] ppid=11252 vsize=3090984 CPUtime=0 cores=1,3,5,7
/proc/11254/task/11271/stat : 11271 (java) S 11252 11254 11123 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 20 0 341091938 3165167616 422979 33554432000 1073741824 1073778376 140733961590208 140360396274808 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=11254/tid=11272] ppid=11252 vsize=3090984 CPUtime=0.04 cores=1,3,5,7
/proc/11254/task/11272/stat : 11272 (java) S 11252 11254 11123 0 -1 4202560 7 0 0 0 1 3 0 0 20 0 20 0 341091938 3165167616 422979 33554432000 1073741824 1073778376 140733961590208 140360395222216 219517335465 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=11254/tid=11274] ppid=11252 vsize=3090984 CPUtime=0 cores=1,3,5,7
/proc/11254/task/11274/stat : 11274 (java) S 11252 11254 11123 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 20 0 341098049 3165167616 422979 33554432000 1073741824 1073778376 140733961590208 140360393089960 219517335465 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=11254/tid=11275] ppid=11252 vsize=3090984 CPUtime=0 cores=1,3,5,7
/proc/11254/task/11275/stat : 11275 (java) S 11252 11254 11123 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 20 0 341103967 3165167616 422979 33554432000 1073741824 1073778376 140733961590208 140360392035592 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
Current children cumulated CPU time (s) 143.53
Current children cumulated vsize (KiB) 3090984

[startup+126.801 s]
/proc/loadavg: 2.13 2.08 2.02 3/214 11275
/proc/meminfo: memFree=24165760/32873648 swapFree=7120/7120
[pid=11254] ppid=11252 vsize=3090984 CPUtime=143.93 cores=1,3,5,7
/proc/11254/stat : 11254 (java) S 11252 11254 11123 0 -1 4202496 25110 0 1 0 14272 121 0 0 20 0 20 0 341091932 3165167616 422979 33554432000 1073741824 1073778376 140733961590208 140733961581344 219517321277 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/11254/statm: 772746 422979 2304 9 0 763167 0
[pid=11254/tid=11256] ppid=11252 vsize=3090984 CPUtime=83.03 cores=1,3,5,7
/proc/11254/task/11256/stat : 11256 (java) S 11252 11254 11123 0 -1 4202560 3316 0 1 0 8283 20 0 0 20 0 20 0 341091933 3165167616 422979 33554432000 1073741824 1073778376 140733961590208 140361027228856 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=11254/tid=11257] ppid=11252 vsize=3090984 CPUtime=2.42 cores=1,3,5,7
/proc/11254/task/11257/stat : 11257 (java) S 11252 11254 11123 0 -1 4202560 736 0 0 0 230 12 0 0 20 0 20 0 341091934 3165167616 422979 33554432000 1073741824 1073778376 140733961590208 140361010653480 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=11254/tid=11258] ppid=11252 vsize=3090984 CPUtime=2.76 cores=1,3,5,7
/proc/11254/task/11258/stat : 11258 (java) S 11252 11254 11123 0 -1 4202560 1186 0 0 0 262 14 0 0 20 0 20 0 341091934 3165167616 422979 33554432000 1073741824 1073778376 140733961590208 140361009600680 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=11254/tid=11259] ppid=11252 vsize=3090984 CPUtime=2.64 cores=1,3,5,7
/proc/11254/task/11259/stat : 11259 (java) S 11252 11254 11123 0 -1 4202560 579 0 0 0 252 12 0 0 20 0 20 0 341091934 3165167616 422979 33554432000 1073741824 1073778376 140733961590208 140360890182184 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=11254/tid=11260] ppid=11252 vsize=3090984 CPUtime=2.8 cores=1,3,5,7
/proc/11254/task/11260/stat : 11260 (java) S 11252 11254 11123 0 -1 4202560 607 0 0 0 269 11 0 0 20 0 20 0 341091934 3165167616 422979 33554432000 1073741824 1073778376 140733961590208 140360889129384 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=11254/tid=11261] ppid=11252 vsize=3090984 CPUtime=2.68 cores=1,3,5,7
/proc/11254/task/11261/stat : 11261 (java) S 11252 11254 11123 0 -1 4202560 1272 0 0 0 254 14 0 0 20 0 20 0 341091934 3165167616 422979 33554432000 1073741824 1073778376 140733961590208 140360888077096 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=11254/tid=11262] ppid=11252 vsize=3090984 CPUtime=2.64 cores=1,3,5,7
/proc/11254/task/11262/stat : 11262 (java) S 11252 11254 11123 0 -1 4202560 908 0 0 0 252 12 0 0 20 0 20 0 341091934 3165167616 422979 33554432000 1073741824 1073778376 140733961590208 140360887024296 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=11254/tid=11263] ppid=11252 vsize=3090984 CPUtime=2.82 cores=1,3,5,7
/proc/11254/task/11263/stat : 11263 (java) S 11252 11254 11123 0 -1 4202560 828 0 0 0 269 13 0 0 20 0 20 0 341091934 3165167616 422979 33554432000 1073741824 1073778376 140733961590208 140360885972008 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=11254/tid=11264] ppid=11252 vsize=3090984 CPUtime=2.86 cores=1,3,5,7
/proc/11254/task/11264/stat : 11264 (java) S 11252 11254 11123 0 -1 4202560 644 0 0 0 274 12 0 0 20 0 20 0 341091934 3165167616 422979 33554432000 1073741824 1073778376 140733961590208 140360884919208 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=11254/tid=11265] ppid=11252 vsize=3090984 CPUtime=38.13 cores=1,3,5,7
/proc/11254/task/11265/stat : 11265 (java) R 11252 11254 11123 0 -1 4202560 6099 0 0 0 3810 3 0 0 20 0 20 0 341091935 3165167616 422979 33554432000 1073741824 1073778376 140733961590208 140360402590088 140361034083584 0 0 0 16800975 0 0 0 -1 3 0 0 0 0 0
[pid=11254/tid=11266] ppid=11252 vsize=3090984 CPUtime=0 cores=1,3,5,7
/proc/11254/task/11266/stat : 11266 (java) S 11252 11254 11123 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 20 0 341091936 3165167616 422979 33554432000 1073741824 1073778376 140733961590208 140360401535992 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=11254/tid=11267] ppid=11252 vsize=3090984 CPUtime=0 cores=1,3,5,7
/proc/11254/task/11267/stat : 11267 (java) S 11252 11254 11123 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 20 0 341091936 3165167616 422979 33554432000 1073741824 1073778376 140733961590208 140360400483592 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=11254/tid=11268] ppid=11252 vsize=3090984 CPUtime=0 cores=1,3,5,7
/proc/11254/task/11268/stat : 11268 (java) S 11252 11254 11123 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 20 0 341091938 3165167616 422979 33554432000 1073741824 1073778376 140733961590208 140360399432080 219517343520 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=11254/tid=11269] ppid=11252 vsize=3090984 CPUtime=0.51 cores=1,3,5,7
/proc/11254/task/11269/stat : 11269 (java) S 11252 11254 11123 0 -1 4202560 3568 0 0 0 51 0 0 0 20 0 20 0 341091938 3165167616 422979 33554432000 1073741824 1073778376 140733961590208 140360398379704 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=11254/tid=11270] ppid=11252 vsize=3090984 CPUtime=0.48 cores=1,3,5,7
/proc/11254/task/11270/stat : 11270 (java) S 11252 11254 11123 0 -1 4202560 4165 0 0 0 48 0 0 0 20 0 20 0 341091938 3165167616 422979 33554432000 1073741824 1073778376 140733961590208 140360397326904 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=11254/tid=11271] ppid=11252 vsize=3090984 CPUtime=0 cores=1,3,5,7
/proc/11254/task/11271/stat : 11271 (java) S 11252 11254 11123 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 20 0 341091938 3165167616 422979 33554432000 1073741824 1073778376 140733961590208 140360396274808 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=11254/tid=11272] ppid=11252 vsize=3090984 CPUtime=0.04 cores=1,3,5,7
/proc/11254/task/11272/stat : 11272 (java) S 11252 11254 11123 0 -1 4202560 7 0 0 0 1 3 0 0 20 0 20 0 341091938 3165167616 422979 33554432000 1073741824 1073778376 140733961590208 140360395222216 219517335465 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=11254/tid=11274] ppid=11252 vsize=3090984 CPUtime=0 cores=1,3,5,7
/proc/11254/task/11274/stat : 11274 (java) S 11252 11254 11123 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 20 0 341098049 3165167616 422979 33554432000 1073741824 1073778376 140733961590208 140360393089960 219517335465 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=11254/tid=11275] ppid=11252 vsize=3090984 CPUtime=0 cores=1,3,5,7
/proc/11254/task/11275/stat : 11275 (java) S 11252 11254 11123 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 20 0 341103967 3165167616 422979 33554432000 1073741824 1073778376 140733961590208 140360392035592 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
Current children cumulated CPU time (s) 143.93
Current children cumulated vsize (KiB) 3090984

[startup+127.001 s]
/proc/loadavg: 2.13 2.08 2.02 3/214 11275
/proc/meminfo: memFree=24165760/32873648 swapFree=7120/7120
[pid=11254] ppid=11252 vsize=3090984 CPUtime=144.13 cores=1,3,5,7
/proc/11254/stat : 11254 (java) S 11252 11254 11123 0 -1 4202496 25110 0 1 0 14292 121 0 0 20 0 20 0 341091932 3165167616 422979 33554432000 1073741824 1073778376 140733961590208 140733961581344 219517321277 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/11254/statm: 772746 422979 2304 9 0 763167 0
[pid=11254/tid=11256] ppid=11252 vsize=3090984 CPUtime=83.03 cores=1,3,5,7
/proc/11254/task/11256/stat : 11256 (java) S 11252 11254 11123 0 -1 4202560 3316 0 1 0 8283 20 0 0 20 0 20 0 341091933 3165167616 422979 33554432000 1073741824 1073778376 140733961590208 140361027228856 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=11254/tid=11257] ppid=11252 vsize=3090984 CPUtime=2.42 cores=1,3,5,7
/proc/11254/task/11257/stat : 11257 (java) S 11252 11254 11123 0 -1 4202560 736 0 0 0 230 12 0 0 20 0 20 0 341091934 3165167616 422979 33554432000 1073741824 1073778376 140733961590208 140361010653480 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=11254/tid=11258] ppid=11252 vsize=3090984 CPUtime=2.76 cores=1,3,5,7
/proc/11254/task/11258/stat : 11258 (java) S 11252 11254 11123 0 -1 4202560 1186 0 0 0 262 14 0 0 20 0 20 0 341091934 3165167616 422979 33554432000 1073741824 1073778376 140733961590208 140361009600680 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=11254/tid=11259] ppid=11252 vsize=3090984 CPUtime=2.64 cores=1,3,5,7
/proc/11254/task/11259/stat : 11259 (java) S 11252 11254 11123 0 -1 4202560 579 0 0 0 252 12 0 0 20 0 20 0 341091934 3165167616 422979 33554432000 1073741824 1073778376 140733961590208 140360890182184 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=11254/tid=11260] ppid=11252 vsize=3090984 CPUtime=2.8 cores=1,3,5,7
/proc/11254/task/11260/stat : 11260 (java) S 11252 11254 11123 0 -1 4202560 607 0 0 0 269 11 0 0 20 0 20 0 341091934 3165167616 422979 33554432000 1073741824 1073778376 140733961590208 140360889129384 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=11254/tid=11261] ppid=11252 vsize=3090984 CPUtime=2.68 cores=1,3,5,7
/proc/11254/task/11261/stat : 11261 (java) S 11252 11254 11123 0 -1 4202560 1272 0 0 0 254 14 0 0 20 0 20 0 341091934 3165167616 422979 33554432000 1073741824 1073778376 140733961590208 140360888077096 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=11254/tid=11262] ppid=11252 vsize=3090984 CPUtime=2.64 cores=1,3,5,7
/proc/11254/task/11262/stat : 11262 (java) S 11252 11254 11123 0 -1 4202560 908 0 0 0 252 12 0 0 20 0 20 0 341091934 3165167616 422979 33554432000 1073741824 1073778376 140733961590208 140360887024296 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=11254/tid=11263] ppid=11252 vsize=3090984 CPUtime=2.82 cores=1,3,5,7
/proc/11254/task/11263/stat : 11263 (java) S 11252 11254 11123 0 -1 4202560 828 0 0 0 269 13 0 0 20 0 20 0 341091934 3165167616 422979 33554432000 1073741824 1073778376 140733961590208 140360885972008 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=11254/tid=11264] ppid=11252 vsize=3090984 CPUtime=2.86 cores=1,3,5,7
/proc/11254/task/11264/stat : 11264 (java) S 11252 11254 11123 0 -1 4202560 644 0 0 0 274 12 0 0 20 0 20 0 341091934 3165167616 422979 33554432000 1073741824 1073778376 140733961590208 140360884919208 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=11254/tid=11265] ppid=11252 vsize=3090984 CPUtime=38.33 cores=1,3,5,7
/proc/11254/task/11265/stat : 11265 (java) R 11252 11254 11123 0 -1 4202560 6099 0 0 0 3830 3 0 0 20 0 20 0 341091935 3165167616 422979 33554432000 1073741824 1073778376 140733961590208 140360402590088 140361033736264 0 0 0 16800975 0 0 0 -1 3 0 0 0 0 0
[pid=11254/tid=11266] ppid=11252 vsize=3090984 CPUtime=0 cores=1,3,5,7
/proc/11254/task/11266/stat : 11266 (java) S 11252 11254 11123 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 20 0 341091936 3165167616 422979 33554432000 1073741824 1073778376 140733961590208 140360401535992 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=11254/tid=11267] ppid=11252 vsize=3090984 CPUtime=0 cores=1,3,5,7
/proc/11254/task/11267/stat : 11267 (java) S 11252 11254 11123 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 20 0 341091936 3165167616 422979 33554432000 1073741824 1073778376 140733961590208 140360400483592 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=11254/tid=11268] ppid=11252 vsize=3090984 CPUtime=0 cores=1,3,5,7
/proc/11254/task/11268/stat : 11268 (java) S 11252 11254 11123 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 20 0 341091938 3165167616 422979 33554432000 1073741824 1073778376 140733961590208 140360399432080 219517343520 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=11254/tid=11269] ppid=11252 vsize=3090984 CPUtime=0.51 cores=1,3,5,7
/proc/11254/task/11269/stat : 11269 (java) S 11252 11254 11123 0 -1 4202560 3568 0 0 0 51 0 0 0 20 0 20 0 341091938 3165167616 422979 33554432000 1073741824 1073778376 140733961590208 140360398379704 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=11254/tid=11270] ppid=11252 vsize=3090984 CPUtime=0.48 cores=1,3,5,7
/proc/11254/task/11270/stat : 11270 (java) S 11252 11254 11123 0 -1 4202560 4165 0 0 0 48 0 0 0 20 0 20 0 341091938 3165167616 422979 33554432000 1073741824 1073778376 140733961590208 140360397326904 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=11254/tid=11271] ppid=11252 vsize=3090984 CPUtime=0 cores=1,3,5,7
/proc/11254/task/11271/stat : 11271 (java) S 11252 11254 11123 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 20 0 341091938 3165167616 422979 33554432000 1073741824 1073778376 140733961590208 140360396274808 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=11254/tid=11272] ppid=11252 vsize=3090984 CPUtime=0.04 cores=1,3,5,7
/proc/11254/task/11272/stat : 11272 (java) S 11252 11254 11123 0 -1 4202560 7 0 0 0 1 3 0 0 20 0 20 0 341091938 3165167616 422979 33554432000 1073741824 1073778376 140733961590208 140360395222216 219517335465 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=11254/tid=11274] ppid=11252 vsize=3090984 CPUtime=0 cores=1,3,5,7
/proc/11254/task/11274/stat : 11274 (java) S 11252 11254 11123 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 20 0 341098049 3165167616 422979 33554432000 1073741824 1073778376 140733961590208 140360393089960 219517335465 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=11254/tid=11275] ppid=11252 vsize=3090984 CPUtime=0 cores=1,3,5,7
/proc/11254/task/11275/stat : 11275 (java) S 11252 11254 11123 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 20 0 341103967 3165167616 422979 33554432000 1073741824 1073778376 140733961590208 140360392035592 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
Current children cumulated CPU time (s) 144.13
Current children cumulated vsize (KiB) 3090984

Child status: 1
Real time (s): 127.081
CPU time (s): 144.332
CPU user time (s): 142.94
CPU system time (s): 1.39179
CPU usage (%): 113.575
Max. virtual memory (cumulated for all children) (KiB): 3090984

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 142.94
system time used= 1.39179
maximum resident set size= 1716000
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 25122
page faults= 1
swaps= 0
block input operations= 0
block output operations= 176
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 5280
involuntary context switches= 19546

runsolver used 0.26296 second user time and 0.668898 second system time

The end

Launcher Data

Begin job on node114 at 2012-06-03 20:54:06
IDJOB=3741701
IDBENCH=89900
IDSOLVER=2319
FILE ID=node114/3741701-1338749634
RUNJOBID= node114-1338749374-11140
PBS_JOBID= 14636799
Free space on /tmp= 69792 MiB

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

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

MD5SUM BENCH= 3085a2bda178410828dcd956a716c89f
RANDOM SEED=101142667

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:        25878084 kB
Buffers:         1060748 kB
Cached:          4071408 kB
SwapCached:         2244 kB
Active:          4097264 kB
Inactive:        1865080 kB
Active(anon):     817084 kB
Inactive(anon):     8360 kB
Active(file):    3280180 kB
Inactive(file):  1856720 kB
Unevictable:        7120 kB
Mlocked:            7120 kB
SwapTotal:      67108856 kB
SwapFree:       67103576 kB
Dirty:            323852 kB
Writeback:             0 kB
AnonPages:        852888 kB
Mapped:            19120 kB
Shmem:               100 kB
Slab:             868656 kB
SReclaimable:     310880 kB
SUnreclaim:       557776 kB
KernelStack:        1576 kB
PageTables:         5692 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545680 kB
Committed_AS:    1825424 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346400 kB
VmallocChunk:   34341988052 kB
HardwareCorrupted:     0 kB
AnonHugePages:    804864 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= 69788 MiB
End job on node114 at 2012-06-03 20:56:13