Trace number 3743619

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
PB09: SAT4J Pseudo Resolution 2.1.1No Cert. 1294.78 1291.22

General information on the benchmark

Name/OPT-BIGINT-LIN/sroussel/BA/
normalized-BA_RDC4.dot_fibo_0null0mast_rapportOE1.0_TMAX300_K67_cod1.opb
MD5SUM913d98f5378b014db0053c81576b2e77
Bench CategoryOPT-BIGINT-LIN (optimisation, big integers, linear constraints)
Best result obtained on this benchmarkSAT
Best value of the objective obtained on this benchmark-277886
Best CPU time to get the best result obtained on this benchmark1800.08
Has Objective FunctionYES
Satisfiable
(Un)Satisfiability was proved
Best value of the objective function
Optimality of the best value was proved
Number of variables40451
Total number of constraints40950
Number of constraints which are clauses40396
Number of constraints which are cardinality constraints (but not clauses)553
Number of constraints which are nor clauses,nor cardinality constraints1
Minimum length of a constraint1
Maximum length of a constraint40128
Number of terms in the objective function 32076
Biggest coefficient in the objective function 6765
Number of bits for the biggest coefficient in the objective function 13
Sum of the numbers in the objective function 26531010
Number of bits of the sum of numbers in the objective function 25
Biggest number in a constraint 6765
Number of bits of the biggest number in a constraint 13
Biggest sum of numbers in a constraint 26531010
Number of bits of the biggest sum of numbers25
Number of products (including duplicates)0
Sum of products size (including duplicates)0
Number of different products0
Sum of products size0

Solver Data

0.00/0.08	c SAT4J: a SATisfiability library for Java (c) 2004-2008 Daniel Le Berre
0.00/0.08	c This is free software under the dual EPL/GNU LGPL licenses.
0.00/0.08	c See www.sat4j.org for details.
0.00/0.08	c version 2.1.1.v20090612
0.00/0.08	c sun.arch.data.model	64
0.00/0.08	c java.version	1.6.0_24
0.00/0.08	c os.name	Linux
0.00/0.08	c os.version	2.6.32-71.29.1.el6.x86_64
0.00/0.08	c os.arch	amd64
0.00/0.08	c Free memory 1299577560
0.00/0.08	c Max memory 1306394624
0.00/0.08	c Total memory 1306394624
0.00/0.08	c Number of processors 8
0.09/0.11	c Pseudo Boolean Optimization
0.09/0.11	c --- Begin Solver configuration ---
0.09/0.11	c Stops conflict analysis at the first Unique Implication Point
0.09/0.11	c org.sat4j.pb.constraints.CompetResolutionPBMixedHTClauseCardConstrDataStructure@6abf2d5e
0.09/0.11	c Learn all clauses as in MiniSAT
0.09/0.11	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.09/0.11	c VSIDS like heuristics from MiniSAT using a heap phase appearing in latest learned clause taking into account the objective function
0.09/0.11	c Expensive reason simplification
0.09/0.11	c MiniSAT restarts strategy
0.09/0.11	c Memory based learned constraints deletion strategy
0.09/0.11	c timeout=2147483s
0.09/0.11	c DB Simplification allowed=false
0.09/0.11	c --- End Solver configuration ---
0.09/0.11	c solving HOME/instance-3743619-1338803328.opb
0.09/0.11	c reading problem ... 
1.38/0.84	c ... done. Wall clock time 0.736s.
1.38/0.84	c #vars     40451
1.38/0.84	c #constraints  41072
1.38/0.84	c constraints type 
1.38/0.84	c org.sat4j.minisat.constraints.card.MinWatchCard => 552
1.38/0.84	c org.sat4j.minisat.constraints.cnf.OriginalBinaryClause => 3896
1.38/0.84	c org.sat4j.pb.constraints.pb.MaxWatchPb => 1
1.38/0.84	c org.sat4j.minisat.constraints.cnf.OriginalHTClause => 36498
3.40/2.30	c SATISFIABLE
3.40/2.30	c OPTIMIZING...
3.40/2.30	c Got one! Elapsed wall clock time (in seconds):2.193
3.40/2.30	o -175458
1291.21/1288.02	Exception in thread "main" java.lang.OutOfMemoryError: Java heap space
1291.21/1288.02		at org.sat4j.minisat.constraints.cnf.HTClause.<init>(Unknown Source)
1291.21/1288.02		at org.sat4j.minisat.constraints.cnf.LearntHTClause.<init>(Unknown Source)
1291.21/1288.02		at org.sat4j.pb.constraints.AbstractPBDataStructureFactory.createUnregisteredClause(Unknown Source)
1291.21/1288.02		at org.sat4j.minisat.core.Solver.analyze(Unknown Source)
1291.21/1288.02		at org.sat4j.minisat.core.Solver.search(Unknown Source)
1291.21/1288.02		at org.sat4j.minisat.core.Solver.isSatisfiable(Unknown Source)
1291.21/1288.02		at org.sat4j.tools.SolverDecorator.isSatisfiable(Unknown Source)
1291.21/1288.02		at org.sat4j.pb.PseudoOptDecorator.admitABetterSolution(Unknown Source)
1291.21/1288.02		at org.sat4j.pb.PseudoOptDecorator.admitABetterSolution(Unknown Source)
1291.21/1288.02		at org.sat4j.AbstractOptimizationLauncher.solve(Unknown Source)
1291.21/1288.02		at org.sat4j.AbstractLauncher.run(Unknown Source)
1291.21/1288.02		at org.sat4j.pb.LanceurPseudo2007.main(Unknown Source)
1292.31/1289.13	c starts		: 13
1292.31/1289.13	c conflicts		: 17131
1292.31/1289.13	c decisions		: 131222
1292.31/1289.13	c propagations		: 9513799
1292.31/1289.13	c inspects		: 18867366
1292.31/1289.13	c learnt literals	: 35
1292.31/1289.13	c learnt binary clauses	: 577
1292.31/1289.13	c learnt ternary clauses	: 224
1292.31/1289.13	c learnt clauses	: 17095
1292.31/1289.13	c ignored clauses	: 0
1292.31/1289.13	c root simplifications	: 0
1292.31/1289.13	c removed literals (reason simplification)	: 70986525
1292.31/1289.13	c reason swapping (by a shorter reason)	: 0
1292.31/1289.13	c Calls to reduceDB	: 0
1292.31/1289.13	c speed (assignments/second)	: 7393.303455902294
1292.31/1289.13	c non guided choices	0
1292.70/1289.55	c learnt constraints type 
1292.70/1289.55	c org.sat4j.minisat.constraints.cnf.LearntHTClause => 16518
1292.70/1289.55	c org.sat4j.minisat.constraints.cnf.LearntBinaryClause => 577
1292.70/1289.55	c constraints type 
1292.70/1289.55	c org.sat4j.minisat.constraints.card.MinWatchCard => 552
1292.70/1289.55	c org.sat4j.minisat.constraints.cnf.OriginalBinaryClause => 3896
1292.70/1289.55	c org.sat4j.pb.constraints.pb.MaxWatchPb => 2
1292.70/1289.55	c org.sat4j.minisat.constraints.cnf.OriginalHTClause => 36498
1292.70/1289.55	s SATISFIABLE
1294.42/1291.20	Exception in thread "Thread-0" java.lang.OutOfMemoryError: GC overhead limit exceeded
1294.42/1291.20		at java.lang.Integer.toString(Integer.java:310)
1294.42/1291.20		at java.lang.Integer.toString(Integer.java:118)
1294.42/1291.20		at java.lang.String.valueOf(String.java:2931)
1294.42/1291.20		at java.io.PrintWriter.print(PrintWriter.java:487)
1294.42/1291.20		at org.sat4j.pb.reader.OPBReader2005.decode(Unknown Source)
1294.42/1291.20		at org.sat4j.AbstractOptimizationLauncher.displayAnswer(Unknown Source)
1294.42/1291.20		at org.sat4j.AbstractOptimizationLauncher.displayResult(Unknown Source)
1294.42/1291.20		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-3743619-1338803328/watcher-3743619-1338803328 -o /tmp/evaluation-result-3743619-1338803328/solver-3743619-1338803328 -C 1800 -W 1900 -M 15500 java6 -server -Xms1300m -Xmx1300m -jar HOME/org.sat4j.pb.jar HOME/instance-3743619-1338803328.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 2.00 1.99 3/194 28279
/proc/meminfo: memFree=26644716/32873648 swapFree=7368/7368
[pid=28279] ppid=28277 vsize=9292 CPUtime=0 cores=1,3,5,7
/proc/28279/stat : 28279 (java6) D 28277 28279 26235 0 -1 4202496 249 0 0 0 0 0 0 0 20 0 1 0 346456860 9515008 183 33554432000 1073741824 1073778376 140734128587312 140734128578344 251053031093 0 0 4096 0 18446744072100609316 0 0 17 5 0 0 0 0 0
/proc/28279/statm: 2323 183 140 9 0 71 0

[startup+0.102273 s]
/proc/loadavg: 1.99 2.00 1.99 3/194 28279
/proc/meminfo: memFree=26644716/32873648 swapFree=7368/7368
[pid=28279] ppid=28277 vsize=2648568 CPUtime=0.09 cores=1,3,5,7
/proc/28279/stat : 28279 (java) S 28277 28279 26235 0 -1 4202496 4747 0 1 0 8 1 0 0 20 0 18 0 346456860 2712133632 5954 33554432000 1073741824 1073778376 140735505651776 140735505642912 251056390205 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0
/proc/28279/statm: 662142 5954 2109 9 0 652835 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 2648568

[startup+0.20026 s]
/proc/loadavg: 1.99 2.00 1.99 3/194 28279
/proc/meminfo: memFree=26644716/32873648 swapFree=7368/7368
[pid=28279] ppid=28277 vsize=2648568 CPUtime=0.28 cores=1,3,5,7
/proc/28279/stat : 28279 (java) S 28277 28279 26235 0 -1 4202496 5502 0 1 0 27 1 0 0 20 0 18 0 346456860 2712133632 7442 33554432000 1073741824 1073778376 140735505651776 140735505642912 251056390205 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0
/proc/28279/statm: 662142 7442 2212 9 0 652835 0
Current children cumulated CPU time (s) 0.28
Current children cumulated vsize (KiB) 2648568

[startup+0.300271 s]
/proc/loadavg: 1.99 2.00 1.99 3/194 28279
/proc/meminfo: memFree=26644716/32873648 swapFree=7368/7368
[pid=28279] ppid=28277 vsize=2648568 CPUtime=0.48 cores=1,3,5,7
/proc/28279/stat : 28279 (java) S 28277 28279 26235 0 -1 4202496 6357 0 1 0 46 2 0 0 20 0 18 0 346456860 2712133632 11836 33554432000 1073741824 1073778376 140735505651776 140735505642912 251056390205 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0
/proc/28279/statm: 662142 11836 2215 9 0 652835 0
Current children cumulated CPU time (s) 0.48
Current children cumulated vsize (KiB) 2648568

[startup+0.700236 s]
/proc/loadavg: 1.99 2.00 1.99 3/194 28279
/proc/meminfo: memFree=26644716/32873648 swapFree=7368/7368
[pid=28279] ppid=28277 vsize=2648568 CPUtime=1.21 cores=1,3,5,7
/proc/28279/stat : 28279 (java) S 28277 28279 26235 0 -1 4202496 10532 0 1 0 114 7 0 0 20 0 18 0 346456860 2712133632 85613 33554432000 1073741824 1073778376 140735505651776 140735505642912 251056390205 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0
/proc/28279/statm: 662142 85613 2235 9 0 652835 0
Current children cumulated CPU time (s) 1.21
Current children cumulated vsize (KiB) 2648568

[startup+1.5007 s]
/proc/loadavg: 1.99 2.00 1.99 5/213 28298
/proc/meminfo: memFree=26263744/32873648 swapFree=7368/7368
[pid=28279] ppid=28277 vsize=2715132 CPUtime=2.68 cores=1,3,5,7
/proc/28279/stat : 28279 (java) S 28277 28279 26235 0 -1 4202496 13086 0 1 0 258 10 0 0 20 0 19 0 346456860 2780295168 97088 33554432000 1073741824 1073778376 140735505651776 140735505642912 251056390205 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0
/proc/28279/statm: 678783 97088 2272 9 0 669476 0
[pid=28279/tid=28281] ppid=28277 vsize=2715132 CPUtime=1.45 cores=1,3,5,7
/proc/28279/task/28281/stat : 28281 (java) R 28277 28279 26235 0 -1 4202560 2977 0 1 0 138 7 0 0 20 0 19 0 346456861 2780295168 97088 33554432000 1073741824 1073778376 140735505651776 139726889599016 139726830254915 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0
[pid=28279/tid=28282] ppid=28277 vsize=2715132 CPUtime=0.01 cores=1,3,5,7
/proc/28279/task/28282/stat : 28282 (java) S 28277 28279 26235 0 -1 4202560 15 0 0 0 1 0 0 0 20 0 19 0 346456863 2780295168 97088 33554432000 1073741824 1073778376 140735505651776 139726756350120 251056403516 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=28279/tid=28283] ppid=28277 vsize=2715132 CPUtime=0 cores=1,3,5,7
/proc/28279/task/28283/stat : 28283 (java) S 28277 28279 26235 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 19 0 346456863 2780295168 97088 33554432000 1073741824 1073778376 140735505651776 139726755297576 251056403516 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=28279/tid=28284] ppid=28277 vsize=2715132 CPUtime=0 cores=1,3,5,7
/proc/28279/task/28284/stat : 28284 (java) S 28277 28279 26235 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 346456863 2780295168 97088 33554432000 1073741824 1073778376 140735505651776 139726754245032 251056403516 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=28279/tid=28285] ppid=28277 vsize=2715132 CPUtime=0.01 cores=1,3,5,7
/proc/28279/task/28285/stat : 28285 (java) S 28277 28279 26235 0 -1 4202560 19 0 0 0 1 0 0 0 20 0 19 0 346456863 2780295168 97088 33554432000 1073741824 1073778376 140735505651776 139726753192488 251056403516 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=28279/tid=28286] ppid=28277 vsize=2715132 CPUtime=0.01 cores=1,3,5,7
/proc/28279/task/28286/stat : 28286 (java) S 28277 28279 26235 0 -1 4202560 13 0 0 0 1 0 0 0 20 0 19 0 346456863 2780295168 97088 33554432000 1073741824 1073778376 140735505651776 139726752139944 251056403516 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=28279/tid=28287] ppid=28277 vsize=2715132 CPUtime=0 cores=1,3,5,7
/proc/28279/task/28287/stat : 28287 (java) S 28277 28279 26235 0 -1 4202560 5 0 0 0 0 0 0 0 20 0 19 0 346456863 2780295168 97088 33554432000 1073741824 1073778376 140735505651776 139726751087400 251056403516 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=28279/tid=28288] ppid=28277 vsize=2715132 CPUtime=0 cores=1,3,5,7
/proc/28279/task/28288/stat : 28288 (java) S 28277 28279 26235 0 -1 4202560 6 0 0 0 0 0 0 0 20 0 19 0 346456863 2780295168 97088 33554432000 1073741824 1073778376 140735505651776 139726750034856 251056403516 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=28279/tid=28289] ppid=28277 vsize=2715132 CPUtime=0 cores=1,3,5,7
/proc/28279/task/28289/stat : 28289 (java) S 28277 28279 26235 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 346456863 2780295168 97088 33554432000 1073741824 1073778376 140735505651776 139726748982312 251056403516 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=28279/tid=28290] ppid=28277 vsize=2715132 CPUtime=0 cores=1,3,5,7
/proc/28279/task/28290/stat : 28290 (java) S 28277 28279 26235 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 346456864 2780295168 97088 33554432000 1073741824 1073778376 140735505651776 139726736783464 251056404393 0 0 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=28279/tid=28291] ppid=28277 vsize=2715132 CPUtime=0 cores=1,3,5,7
/proc/28279/task/28291/stat : 28291 (java) S 28277 28279 26235 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 346456864 2780295168 97088 33554432000 1073741824 1073778376 140735505651776 139726735729784 251056403516 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=28279/tid=28292] ppid=28277 vsize=2715132 CPUtime=0 cores=1,3,5,7
/proc/28279/task/28292/stat : 28292 (java) S 28277 28279 26235 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 346456864 2780295168 97088 33554432000 1073741824 1073778376 140735505651776 139726734677128 251056403516 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=28279/tid=28293] ppid=28277 vsize=2715132 CPUtime=0 cores=1,3,5,7
/proc/28279/task/28293/stat : 28293 (java) S 28277 28279 26235 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 346456867 2780295168 97088 33554432000 1073741824 1073778376 140735505651776 139726733625872 251056412448 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=28279/tid=28294] ppid=28277 vsize=2715132 CPUtime=0.58 cores=1,3,5,7
/proc/28279/task/28294/stat : 28294 (java) S 28277 28279 26235 0 -1 4202560 4391 0 0 0 58 0 0 0 20 0 19 0 346456867 2780295168 97088 33554432000 1073741824 1073778376 140735505651776 139726732573240 251056403516 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=28279/tid=28295] ppid=28277 vsize=2715132 CPUtime=0.53 cores=1,3,5,7
/proc/28279/task/28295/stat : 28295 (java) S 28277 28279 26235 0 -1 4202560 4464 0 0 0 52 1 0 0 20 0 19 0 346456867 2780295168 97088 33554432000 1073741824 1073778376 140735505651776 139726731520696 251056403516 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=28279/tid=28296] ppid=28277 vsize=2715132 CPUtime=0 cores=1,3,5,7
/proc/28279/task/28296/stat : 28296 (java) S 28277 28279 26235 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 346456867 2780295168 97088 33554432000 1073741824 1073778376 140735505651776 139726730468344 251056403516 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=28279/tid=28297] ppid=28277 vsize=2715132 CPUtime=0 cores=1,3,5,7
/proc/28279/task/28297/stat : 28297 (java) S 28277 28279 26235 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 346456867 2780295168 97088 33554432000 1073741824 1073778376 140735505651776 139726729416008 251056404393 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=28279/tid=28298] ppid=28277 vsize=2715132 CPUtime=0 cores=1,3,5,7
/proc/28279/task/28298/stat : 28298 (java) S 28277 28279 26235 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 346456963 2780295168 97088 33554432000 1073741824 1073778376 140735505651776 139726728360744 251056404393 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
Current children cumulated CPU time (s) 2.68
Current children cumulated vsize (KiB) 2715132

[startup+3.10063 s]
/proc/loadavg: 1.99 2.00 1.99 3/213 28298
/proc/meminfo: memFree=26263744/32873648 swapFree=7368/7368
[pid=28279] ppid=28277 vsize=2715132 CPUtime=4.38 cores=1,3,5,7
/proc/28279/stat : 28279 (java) S 28277 28279 26235 0 -1 4202496 13101 0 1 0 428 10 0 0 20 0 19 0 346456860 2780295168 97102 33554432000 1073741824 1073778376 140735505651776 140735505642912 251056390205 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0
/proc/28279/statm: 678783 97102 2272 9 0 669476 0
[pid=28279/tid=28281] ppid=28277 vsize=2715132 CPUtime=3.05 cores=1,3,5,7
/proc/28279/task/28281/stat : 28281 (java) R 28277 28279 26235 0 -1 4202560 2978 0 1 0 298 7 0 0 20 0 19 0 346456861 2780295168 97102 33554432000 1073741824 1073778376 140735505651776 139726889599592 139726830126248 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0
[pid=28279/tid=28282] ppid=28277 vsize=2715132 CPUtime=0.01 cores=1,3,5,7
/proc/28279/task/28282/stat : 28282 (java) S 28277 28279 26235 0 -1 4202560 15 0 0 0 1 0 0 0 20 0 19 0 346456863 2780295168 97102 33554432000 1073741824 1073778376 140735505651776 139726756350120 251056403516 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=28279/tid=28283] ppid=28277 vsize=2715132 CPUtime=0 cores=1,3,5,7
/proc/28279/task/28283/stat : 28283 (java) S 28277 28279 26235 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 19 0 346456863 2780295168 97102 33554432000 1073741824 1073778376 140735505651776 139726755297576 251056403516 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=28279/tid=28284] ppid=28277 vsize=2715132 CPUtime=0 cores=1,3,5,7
/proc/28279/task/28284/stat : 28284 (java) S 28277 28279 26235 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 346456863 2780295168 97102 33554432000 1073741824 1073778376 140735505651776 139726754245032 251056403516 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=28279/tid=28285] ppid=28277 vsize=2715132 CPUtime=0.01 cores=1,3,5,7
/proc/28279/task/28285/stat : 28285 (java) S 28277 28279 26235 0 -1 4202560 19 0 0 0 1 0 0 0 20 0 19 0 346456863 2780295168 97102 33554432000 1073741824 1073778376 140735505651776 139726753192488 251056403516 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=28279/tid=28286] ppid=28277 vsize=2715132 CPUtime=0.01 cores=1,3,5,7
/proc/28279/task/28286/stat : 28286 (java) S 28277 28279 26235 0 -1 4202560 13 0 0 0 1 0 0 0 20 0 19 0 346456863 2780295168 97102 33554432000 1073741824 1073778376 140735505651776 139726752139944 251056403516 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=28279/tid=28287] ppid=28277 vsize=2715132 CPUtime=0 cores=1,3,5,7
/proc/28279/task/28287/stat : 28287 (java) S 28277 28279 26235 0 -1 4202560 5 0 0 0 0 0 0 0 20 0 19 0 346456863 2780295168 97102 33554432000 1073741824 1073778376 140735505651776 139726751087400 251056403516 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=28279/tid=28288] ppid=28277 vsize=2715132 CPUtime=0 cores=1,3,5,7
/proc/28279/task/28288/stat : 28288 (java) S 28277 28279 26235 0 -1 4202560 6 0 0 0 0 0 0 0 20 0 19 0 346456863 2780295168 97102 33554432000 1073741824 1073778376 140735505651776 139726750034856 251056403516 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=28279/tid=28289] ppid=28277 vsize=2715132 CPUtime=0 cores=1,3,5,7
/proc/28279/task/28289/stat : 28289 (java) S 28277 28279 26235 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 346456863 2780295168 97102 33554432000 1073741824 1073778376 140735505651776 139726748982312 251056403516 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=28279/tid=28290] ppid=28277 vsize=2715132 CPUtime=0 cores=1,3,5,7
/proc/28279/task/28290/stat : 28290 (java) S 28277 28279 26235 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 19 0 346456864 2780295168 97102 33554432000 1073741824 1073778376 140735505651776 139726736783464 251056404393 0 0 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=28279/tid=28291] ppid=28277 vsize=2715132 CPUtime=0 cores=1,3,5,7
/proc/28279/task/28291/stat : 28291 (java) S 28277 28279 26235 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 346456864 2780295168 97102 33554432000 1073741824 1073778376 140735505651776 139726735729784 251056403516 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=28279/tid=28292] ppid=28277 vsize=2715132 CPUtime=0 cores=1,3,5,7
/proc/28279/task/28292/stat : 28292 (java) S 28277 28279 26235 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 346456864 2780295168 97102 33554432000 1073741824 1073778376 140735505651776 139726734677128 251056403516 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=28279/tid=28293] ppid=28277 vsize=2715132 CPUtime=0 cores=1,3,5,7
/proc/28279/task/28293/stat : 28293 (java) S 28277 28279 26235 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 346456867 2780295168 97102 33554432000 1073741824 1073778376 140735505651776 139726733625872 251056412448 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=28279/tid=28294] ppid=28277 vsize=2715132 CPUtime=0.6 cores=1,3,5,7
/proc/28279/task/28294/stat : 28294 (java) S 28277 28279 26235 0 -1 4202560 4393 0 0 0 60 0 0 0 20 0 19 0 346456867 2780295168 97102 33554432000 1073741824 1073778376 140735505651776 139726732573240 251056403516 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=28279/tid=28295] ppid=28277 vsize=2715132 CPUtime=0.61 cores=1,3,5,7
/proc/28279/task/28295/stat : 28295 (java) S 28277 28279 26235 0 -1 4202560 4475 0 0 0 60 1 0 0 20 0 19 0 346456867 2780295168 97102 33554432000 1073741824 1073778376 140735505651776 139726731520696 251056403516 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=28279/tid=28296] ppid=28277 vsize=2715132 CPUtime=0 cores=1,3,5,7
/proc/28279/task/28296/stat : 28296 (java) S 28277 28279 26235 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 346456867 2780295168 97102 33554432000 1073741824 1073778376 140735505651776 139726730468344 251056403516 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=28279/tid=28297] ppid=28277 vsize=2715132 CPUtime=0 cores=1,3,5,7
/proc/28279/task/28297/stat : 28297 (java) S 28277 28279 26235 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 346456867 2780295168 97102 33554432000 1073741824 1073778376 140735505651776 139726729416008 251056404393 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=28279/tid=28298] ppid=28277 vsize=2715132 CPUtime=0 cores=1,3,5,7
/proc/28279/task/28298/stat : 28298 (java) S 28277 28279 26235 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 346456963 2780295168 97102 33554432000 1073741824 1073778376 140735505651776 139726728360744 251056404393 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
Current children cumulated CPU time (s) 4.38
Current children cumulated vsize (KiB) 2715132

[startup+6.30061 s]
/proc/loadavg: 1.99 2.00 1.99 3/213 28298
/proc/meminfo: memFree=26263400/32873648 swapFree=7368/7368
[pid=28279] ppid=28277 vsize=2715132 CPUtime=7.63 cores=1,3,5,7
/proc/28279/stat : 28279 (java) S 28277 28279 26235 0 -1 4202496 13107 0 1 0 753 10 0 0 20 0 19 0 346456860 2780295168 97082 33554432000 1073741824 1073778376 140735505651776 140735505642912 251056390205 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0
/proc/28279/statm: 678783 97082 2272 9 0 669476 0
[pid=28279/tid=28281] ppid=28277 vsize=2715132 CPUtime=6.24 cores=1,3,5,7
/proc/28279/task/28281/stat : 28281 (java) R 28277 28279 26235 0 -1 4202560 2980 0 1 0 617 7 0 0 20 0 19 0 346456861 2780295168 97082 33554432000 1073741824 1073778376 140735505651776 139726889599400 139726830084147 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0
[pid=28279/tid=28282] ppid=28277 vsize=2715132 CPUtime=0.01 cores=1,3,5,7
/proc/28279/task/28282/stat : 28282 (java) S 28277 28279 26235 0 -1 4202560 15 0 0 0 1 0 0 0 20 0 19 0 346456863 2780295168 97082 33554432000 1073741824 1073778376 140735505651776 139726756350120 251056403516 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=28279/tid=28283] ppid=28277 vsize=2715132 CPUtime=0 cores=1,3,5,7
/proc/28279/task/28283/stat : 28283 (java) S 28277 28279 26235 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 19 0 346456863 2780295168 97082 33554432000 1073741824 1073778376 140735505651776 139726755297576 251056403516 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=28279/tid=28284] ppid=28277 vsize=2715132 CPUtime=0 cores=1,3,5,7
/proc/28279/task/28284/stat : 28284 (java) S 28277 28279 26235 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 346456863 2780295168 97082 33554432000 1073741824 1073778376 140735505651776 139726754245032 251056403516 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=28279/tid=28285] ppid=28277 vsize=2715132 CPUtime=0.01 cores=1,3,5,7
/proc/28279/task/28285/stat : 28285 (java) S 28277 28279 26235 0 -1 4202560 19 0 0 0 1 0 0 0 20 0 19 0 346456863 2780295168 97082 33554432000 1073741824 1073778376 140735505651776 139726753192488 251056403516 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=28279/tid=28286] ppid=28277 vsize=2715132 CPUtime=0.01 cores=1,3,5,7
/proc/28279/task/28286/stat : 28286 (java) S 28277 28279 26235 0 -1 4202560 13 0 0 0 1 0 0 0 20 0 19 0 346456863 2780295168 97082 33554432000 1073741824 1073778376 140735505651776 139726752139944 251056403516 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=28279/tid=28287] ppid=28277 vsize=2715132 CPUtime=0 cores=1,3,5,7
/proc/28279/task/28287/stat : 28287 (java) S 28277 28279 26235 0 -1 4202560 5 0 0 0 0 0 0 0 20 0 19 0 346456863 2780295168 97082 33554432000 1073741824 1073778376 140735505651776 139726751087400 251056403516 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=28279/tid=28288] ppid=28277 vsize=2715132 CPUtime=0 cores=1,3,5,7
/proc/28279/task/28288/stat : 28288 (java) S 28277 28279 26235 0 -1 4202560 6 0 0 0 0 0 0 0 20 0 19 0 346456863 2780295168 97082 33554432000 1073741824 1073778376 140735505651776 139726750034856 251056403516 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=28279/tid=28289] ppid=28277 vsize=2715132 CPUtime=0 cores=1,3,5,7
/proc/28279/task/28289/stat : 28289 (java) S 28277 28279 26235 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 346456863 2780295168 97082 33554432000 1073741824 1073778376 140735505651776 139726748982312 251056403516 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=28279/tid=28290] ppid=28277 vsize=2715132 CPUtime=0 cores=1,3,5,7
/proc/28279/task/28290/stat : 28290 (java) S 28277 28279 26235 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 19 0 346456864 2780295168 97082 33554432000 1073741824 1073778376 140735505651776 139726736783464 251056404393 0 0 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=28279/tid=28291] ppid=28277 vsize=2715132 CPUtime=0 cores=1,3,5,7
/proc/28279/task/28291/stat : 28291 (java) S 28277 28279 26235 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 346456864 2780295168 97082 33554432000 1073741824 1073778376 140735505651776 139726735729784 251056403516 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=28279/tid=28292] ppid=28277 vsize=2715132 CPUtime=0 cores=1,3,5,7
/proc/28279/task/28292/stat : 28292 (java) S 28277 28279 26235 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 346456864 2780295168 97082 33554432000 1073741824 1073778376 140735505651776 139726734677128 251056403516 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=28279/tid=28293] ppid=28277 vsize=2715132 CPUtime=0 cores=1,3,5,7
/proc/28279/task/28293/stat : 28293 (java) S 28277 28279 26235 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 346456867 2780295168 97082 33554432000 1073741824 1073778376 140735505651776 139726733625872 251056412448 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=28279/tid=28294] ppid=28277 vsize=2715132 CPUtime=0.62 cores=1,3,5,7
/proc/28279/task/28294/stat : 28294 (java) S 28277 28279 26235 0 -1 4202560 4394 0 0 0 62 0 0 0 20 0 19 0 346456867 2780295168 97082 33554432000 1073741824 1073778376 140735505651776 139726732573240 251056403516 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=28279/tid=28295] ppid=28277 vsize=2715132 CPUtime=0.65 cores=1,3,5,7
/proc/28279/task/28295/stat : 28295 (java) S 28277 28279 26235 0 -1 4202560 4478 0 0 0 64 1 0 0 20 0 19 0 346456867 2780295168 97082 33554432000 1073741824 1073778376 140735505651776 139726731520696 251056403516 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=28279/tid=28296] ppid=28277 vsize=2715132 CPUtime=0 cores=1,3,5,7
/proc/28279/task/28296/stat : 28296 (java) S 28277 28279 26235 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 346456867 2780295168 97082 33554432000 1073741824 1073778376 140735505651776 139726730468344 251056403516 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=28279/tid=28297] ppid=28277 vsize=2715132 CPUtime=0 cores=1,3,5,7
/proc/28279/task/28297/stat : 28297 (java) S 28277 28279 26235 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 346456867 2780295168 97082 33554432000 1073741824 1073778376 140735505651776 139726729416008 251056404393 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=28279/tid=28298] ppid=28277 vsize=2715132 CPUtime=0 cores=1,3,5,7
/proc/28279/task/28298/stat : 28298 (java) S 28277 28279 26235 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 346456963 2780295168 97082 33554432000 1073741824 1073778376 140735505651776 139726728360744 251056404393 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
Current children cumulated CPU time (s) 7.63
Current children cumulated vsize (KiB) 2715132

[startup+12.7007 s]

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

/proc/28279/task/28286/stat : 28286 (java) S 28277 28279 26235 0 -1 4202560 166 0 0 0 19 9 0 0 20 0 20 0 346456863 2848456704 341952 33554432000 1073741824 1073778376 140735505651776 139726752139944 251056403516 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=28279/tid=28287] ppid=28277 vsize=2781696 CPUtime=0.25 cores=1,3,5,7
/proc/28279/task/28287/stat : 28287 (java) S 28277 28279 26235 0 -1 4202560 178 0 0 0 16 9 0 0 20 0 20 0 346456863 2848456704 341952 33554432000 1073741824 1073778376 140735505651776 139726751087400 251056403516 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=28279/tid=28288] ppid=28277 vsize=2781696 CPUtime=0.41 cores=1,3,5,7
/proc/28279/task/28288/stat : 28288 (java) S 28277 28279 26235 0 -1 4202560 277 0 0 0 27 14 0 0 20 0 20 0 346456863 2848456704 341952 33554432000 1073741824 1073778376 140735505651776 139726750034856 251056403516 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=28279/tid=28289] ppid=28277 vsize=2781696 CPUtime=0.25 cores=1,3,5,7
/proc/28279/task/28289/stat : 28289 (java) S 28277 28279 26235 0 -1 4202560 153 0 0 0 15 10 0 0 20 0 20 0 346456863 2848456704 341952 33554432000 1073741824 1073778376 140735505651776 139726748982312 251056403516 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=28279/tid=28290] ppid=28277 vsize=2781696 CPUtime=2.41 cores=1,3,5,7
/proc/28279/task/28290/stat : 28290 (java) R 28277 28279 26235 0 -1 4202560 158 0 0 0 236 5 0 0 20 0 20 0 346456864 2848456704 341952 33554432000 1073741824 1073778376 140735505651776 139726736783464 139726895723600 0 0 0 16800975 0 0 0 -1 3 0 0 0 0 0
[pid=28279/tid=28291] ppid=28277 vsize=2781696 CPUtime=0 cores=1,3,5,7
/proc/28279/task/28291/stat : 28291 (java) S 28277 28279 26235 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 20 0 346456864 2848456704 341952 33554432000 1073741824 1073778376 140735505651776 139726735729784 251056403516 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=28279/tid=28292] ppid=28277 vsize=2781696 CPUtime=0 cores=1,3,5,7
/proc/28279/task/28292/stat : 28292 (java) S 28277 28279 26235 0 -1 4202560 13 0 0 0 0 0 0 0 20 0 20 0 346456864 2848456704 341952 33554432000 1073741824 1073778376 140735505651776 139726734677128 251056403516 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=28279/tid=28293] ppid=28277 vsize=2781696 CPUtime=0 cores=1,3,5,7
/proc/28279/task/28293/stat : 28293 (java) S 28277 28279 26235 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 20 0 346456867 2848456704 341952 33554432000 1073741824 1073778376 140735505651776 139726733625872 251056412448 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=28279/tid=28294] ppid=28277 vsize=2781696 CPUtime=0.65 cores=1,3,5,7
/proc/28279/task/28294/stat : 28294 (java) S 28277 28279 26235 0 -1 4202560 4420 0 0 0 65 0 0 0 20 0 20 0 346456867 2848456704 341952 33554432000 1073741824 1073778376 140735505651776 139726732573240 251056403516 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=28279/tid=28295] ppid=28277 vsize=2781696 CPUtime=0.74 cores=1,3,5,7
/proc/28279/task/28295/stat : 28295 (java) S 28277 28279 26235 0 -1 4202560 4486 0 0 0 72 2 0 0 20 0 20 0 346456867 2848456704 341952 33554432000 1073741824 1073778376 140735505651776 139726731511480 251056403516 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=28279/tid=28296] ppid=28277 vsize=2781696 CPUtime=0 cores=1,3,5,7
/proc/28279/task/28296/stat : 28296 (java) S 28277 28279 26235 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 20 0 346456867 2848456704 341952 33554432000 1073741824 1073778376 140735505651776 139726730468344 251056403516 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=28279/tid=28297] ppid=28277 vsize=2781696 CPUtime=0.28 cores=1,3,5,7
/proc/28279/task/28297/stat : 28297 (java) S 28277 28279 26235 0 -1 4202560 75 0 0 0 12 16 0 0 20 0 20 0 346456867 2848456704 341952 33554432000 1073741824 1073778376 140735505651776 139726729416008 251056404393 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=28279/tid=28298] ppid=28277 vsize=2781696 CPUtime=0 cores=1,3,5,7
/proc/28279/task/28298/stat : 28298 (java) S 28277 28279 26235 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 20 0 346456963 2848456704 341952 33554432000 1073741824 1073778376 140735505651776 139726728360744 251056404393 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=28279/tid=28335] ppid=28277 vsize=2781696 CPUtime=0 cores=1,3,5,7
/proc/28279/task/28335/stat : 28335 (java) S 28277 28279 26235 0 -1 4202560 33 0 0 0 0 0 0 0 20 0 20 0 346585747 2848456704 341952 33554432000 1073741824 1073778376 140735505651776 139726727307336 251056403516 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
Current children cumulated CPU time (s) 1292.81
Current children cumulated vsize (KiB) 2781696

[startup+1290.41 s]
/proc/loadavg: 2.00 2.00 2.00 3/215 28335
/proc/meminfo: memFree=25100756/32873648 swapFree=7368/7368
[pid=28279] ppid=28277 vsize=2781696 CPUtime=1293.61 cores=1,3,5,7
/proc/28279/stat : 28279 (java) S 28277 28279 26235 0 -1 4202496 14988 0 1 0 129250 111 0 0 20 0 20 0 346456860 2848456704 342032 33554432000 1073741824 1073778376 140735505651776 140735505642912 251056390205 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0
/proc/28279/statm: 695424 342032 2280 9 0 686117 0
[pid=28279/tid=28281] ppid=28277 vsize=2781696 CPUtime=1286.48 cores=1,3,5,7
/proc/28279/task/28281/stat : 28281 (java) S 28277 28279 26235 0 -1 4202560 3005 0 1 0 128622 26 0 0 20 0 20 0 346456861 2848456704 342032 33554432000 1073741824 1073778376 140735505651776 139726889600184 251056403516 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=28279/tid=28282] ppid=28277 vsize=2781696 CPUtime=0.32 cores=1,3,5,7
/proc/28279/task/28282/stat : 28282 (java) S 28277 28279 26235 0 -1 4202560 191 0 0 0 21 11 0 0 20 0 20 0 346456863 2848456704 342032 33554432000 1073741824 1073778376 140735505651776 139726756350120 251056403516 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=28279/tid=28283] ppid=28277 vsize=2781696 CPUtime=0.22 cores=1,3,5,7
/proc/28279/task/28283/stat : 28283 (java) S 28277 28279 26235 0 -1 4202560 165 0 0 0 14 8 0 0 20 0 20 0 346456863 2848456704 342032 33554432000 1073741824 1073778376 140735505651776 139726755297576 251056403516 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=28279/tid=28284] ppid=28277 vsize=2781696 CPUtime=0.24 cores=1,3,5,7
/proc/28279/task/28284/stat : 28284 (java) S 28277 28279 26235 0 -1 4202560 168 0 0 0 13 11 0 0 20 0 20 0 346456863 2848456704 342032 33554432000 1073741824 1073778376 140735505651776 139726754245032 251056403516 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=28279/tid=28285] ppid=28277 vsize=2781696 CPUtime=0.36 cores=1,3,5,7
/proc/28279/task/28285/stat : 28285 (java) S 28277 28279 26235 0 -1 4202560 238 0 0 0 23 13 0 0 20 0 20 0 346456863 2848456704 342032 33554432000 1073741824 1073778376 140735505651776 139726753192488 251056403516 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=28279/tid=28286] ppid=28277 vsize=2781696 CPUtime=0.28 cores=1,3,5,7
/proc/28279/task/28286/stat : 28286 (java) S 28277 28279 26235 0 -1 4202560 166 0 0 0 19 9 0 0 20 0 20 0 346456863 2848456704 342032 33554432000 1073741824 1073778376 140735505651776 139726752139944 251056403516 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=28279/tid=28287] ppid=28277 vsize=2781696 CPUtime=0.25 cores=1,3,5,7
/proc/28279/task/28287/stat : 28287 (java) S 28277 28279 26235 0 -1 4202560 178 0 0 0 16 9 0 0 20 0 20 0 346456863 2848456704 342032 33554432000 1073741824 1073778376 140735505651776 139726751087400 251056403516 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=28279/tid=28288] ppid=28277 vsize=2781696 CPUtime=0.41 cores=1,3,5,7
/proc/28279/task/28288/stat : 28288 (java) S 28277 28279 26235 0 -1 4202560 277 0 0 0 27 14 0 0 20 0 20 0 346456863 2848456704 342032 33554432000 1073741824 1073778376 140735505651776 139726750034856 251056403516 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=28279/tid=28289] ppid=28277 vsize=2781696 CPUtime=0.25 cores=1,3,5,7
/proc/28279/task/28289/stat : 28289 (java) S 28277 28279 26235 0 -1 4202560 153 0 0 0 15 10 0 0 20 0 20 0 346456863 2848456704 342032 33554432000 1073741824 1073778376 140735505651776 139726748982312 251056403516 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=28279/tid=28290] ppid=28277 vsize=2781696 CPUtime=3.21 cores=1,3,5,7
/proc/28279/task/28290/stat : 28290 (java) R 28277 28279 26235 0 -1 4202560 221 0 0 0 316 5 0 0 20 0 20 0 346456864 2848456704 342032 33554432000 1073741824 1073778376 140735505651776 139726736781944 139726895725684 0 0 0 16800975 0 0 0 -1 3 0 0 0 0 0
[pid=28279/tid=28291] ppid=28277 vsize=2781696 CPUtime=0 cores=1,3,5,7
/proc/28279/task/28291/stat : 28291 (java) S 28277 28279 26235 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 20 0 346456864 2848456704 342032 33554432000 1073741824 1073778376 140735505651776 139726735729784 251056403516 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=28279/tid=28292] ppid=28277 vsize=2781696 CPUtime=0 cores=1,3,5,7
/proc/28279/task/28292/stat : 28292 (java) S 28277 28279 26235 0 -1 4202560 13 0 0 0 0 0 0 0 20 0 20 0 346456864 2848456704 342032 33554432000 1073741824 1073778376 140735505651776 139726734677128 251056403516 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=28279/tid=28293] ppid=28277 vsize=2781696 CPUtime=0 cores=1,3,5,7
/proc/28279/task/28293/stat : 28293 (java) S 28277 28279 26235 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 20 0 346456867 2848456704 342032 33554432000 1073741824 1073778376 140735505651776 139726733625872 251056412448 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=28279/tid=28294] ppid=28277 vsize=2781696 CPUtime=0.65 cores=1,3,5,7
/proc/28279/task/28294/stat : 28294 (java) S 28277 28279 26235 0 -1 4202560 4420 0 0 0 65 0 0 0 20 0 20 0 346456867 2848456704 342032 33554432000 1073741824 1073778376 140735505651776 139726732573240 251056403516 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=28279/tid=28295] ppid=28277 vsize=2781696 CPUtime=0.74 cores=1,3,5,7
/proc/28279/task/28295/stat : 28295 (java) S 28277 28279 26235 0 -1 4202560 4511 0 0 0 72 2 0 0 20 0 20 0 346456867 2848456704 342032 33554432000 1073741824 1073778376 140735505651776 139726731497144 251056403516 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=28279/tid=28296] ppid=28277 vsize=2781696 CPUtime=0 cores=1,3,5,7
/proc/28279/task/28296/stat : 28296 (java) S 28277 28279 26235 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 20 0 346456867 2848456704 342032 33554432000 1073741824 1073778376 140735505651776 139726730468344 251056403516 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=28279/tid=28297] ppid=28277 vsize=2781696 CPUtime=0.28 cores=1,3,5,7
/proc/28279/task/28297/stat : 28297 (java) S 28277 28279 26235 0 -1 4202560 75 0 0 0 12 16 0 0 20 0 20 0 346456867 2848456704 342032 33554432000 1073741824 1073778376 140735505651776 139726729416008 251056404393 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=28279/tid=28298] ppid=28277 vsize=2781696 CPUtime=0 cores=1,3,5,7
/proc/28279/task/28298/stat : 28298 (java) S 28277 28279 26235 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 20 0 346456963 2848456704 342032 33554432000 1073741824 1073778376 140735505651776 139726728360744 251056404393 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=28279/tid=28335] ppid=28277 vsize=2781696 CPUtime=0 cores=1,3,5,7
/proc/28279/task/28335/stat : 28335 (java) S 28277 28279 26235 0 -1 4202560 34 0 0 0 0 0 0 0 20 0 20 0 346585747 2848456704 342032 33554432000 1073741824 1073778376 140735505651776 139726727307336 251056403516 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
Current children cumulated CPU time (s) 1293.61
Current children cumulated vsize (KiB) 2781696

[startup+1290.8 s]
/proc/loadavg: 2.00 2.00 2.00 3/215 28335
/proc/meminfo: memFree=25100756/32873648 swapFree=7368/7368
[pid=28279] ppid=28277 vsize=2781696 CPUtime=1294.01 cores=1,3,5,7
/proc/28279/stat : 28279 (java) S 28277 28279 26235 0 -1 4202496 15054 0 1 0 129290 111 0 0 20 0 20 0 346456860 2848456704 342094 33554432000 1073741824 1073778376 140735505651776 140735505642912 251056390205 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0
/proc/28279/statm: 695424 342094 2280 9 0 686117 0
[pid=28279/tid=28281] ppid=28277 vsize=2781696 CPUtime=1286.48 cores=1,3,5,7
/proc/28279/task/28281/stat : 28281 (java) S 28277 28279 26235 0 -1 4202560 3005 0 1 0 128622 26 0 0 20 0 20 0 346456861 2848456704 342094 33554432000 1073741824 1073778376 140735505651776 139726889600184 251056403516 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=28279/tid=28282] ppid=28277 vsize=2781696 CPUtime=0.32 cores=1,3,5,7
/proc/28279/task/28282/stat : 28282 (java) S 28277 28279 26235 0 -1 4202560 191 0 0 0 21 11 0 0 20 0 20 0 346456863 2848456704 342094 33554432000 1073741824 1073778376 140735505651776 139726756350120 251056403516 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=28279/tid=28283] ppid=28277 vsize=2781696 CPUtime=0.22 cores=1,3,5,7
/proc/28279/task/28283/stat : 28283 (java) S 28277 28279 26235 0 -1 4202560 165 0 0 0 14 8 0 0 20 0 20 0 346456863 2848456704 342094 33554432000 1073741824 1073778376 140735505651776 139726755297576 251056403516 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=28279/tid=28284] ppid=28277 vsize=2781696 CPUtime=0.24 cores=1,3,5,7
/proc/28279/task/28284/stat : 28284 (java) S 28277 28279 26235 0 -1 4202560 168 0 0 0 13 11 0 0 20 0 20 0 346456863 2848456704 342094 33554432000 1073741824 1073778376 140735505651776 139726754245032 251056403516 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=28279/tid=28285] ppid=28277 vsize=2781696 CPUtime=0.36 cores=1,3,5,7
/proc/28279/task/28285/stat : 28285 (java) S 28277 28279 26235 0 -1 4202560 238 0 0 0 23 13 0 0 20 0 20 0 346456863 2848456704 342094 33554432000 1073741824 1073778376 140735505651776 139726753192488 251056403516 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=28279/tid=28286] ppid=28277 vsize=2781696 CPUtime=0.28 cores=1,3,5,7
/proc/28279/task/28286/stat : 28286 (java) S 28277 28279 26235 0 -1 4202560 166 0 0 0 19 9 0 0 20 0 20 0 346456863 2848456704 342094 33554432000 1073741824 1073778376 140735505651776 139726752139944 251056403516 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=28279/tid=28287] ppid=28277 vsize=2781696 CPUtime=0.25 cores=1,3,5,7
/proc/28279/task/28287/stat : 28287 (java) S 28277 28279 26235 0 -1 4202560 178 0 0 0 16 9 0 0 20 0 20 0 346456863 2848456704 342094 33554432000 1073741824 1073778376 140735505651776 139726751087400 251056403516 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=28279/tid=28288] ppid=28277 vsize=2781696 CPUtime=0.41 cores=1,3,5,7
/proc/28279/task/28288/stat : 28288 (java) S 28277 28279 26235 0 -1 4202560 277 0 0 0 27 14 0 0 20 0 20 0 346456863 2848456704 342094 33554432000 1073741824 1073778376 140735505651776 139726750034856 251056403516 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=28279/tid=28289] ppid=28277 vsize=2781696 CPUtime=0.25 cores=1,3,5,7
/proc/28279/task/28289/stat : 28289 (java) S 28277 28279 26235 0 -1 4202560 153 0 0 0 15 10 0 0 20 0 20 0 346456863 2848456704 342094 33554432000 1073741824 1073778376 140735505651776 139726748982312 251056403516 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=28279/tid=28290] ppid=28277 vsize=2781696 CPUtime=3.6 cores=1,3,5,7
/proc/28279/task/28290/stat : 28290 (java) R 28277 28279 26235 0 -1 4202560 271 0 0 0 355 5 0 0 20 0 20 0 346456864 2848456704 342094 33554432000 1073741824 1073778376 140735505651776 139726736783584 139726892169024 0 0 0 16800975 0 0 0 -1 5 0 0 0 0 0
[pid=28279/tid=28291] ppid=28277 vsize=2781696 CPUtime=0 cores=1,3,5,7
/proc/28279/task/28291/stat : 28291 (java) S 28277 28279 26235 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 20 0 346456864 2848456704 342094 33554432000 1073741824 1073778376 140735505651776 139726735729784 251056403516 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=28279/tid=28292] ppid=28277 vsize=2781696 CPUtime=0 cores=1,3,5,7
/proc/28279/task/28292/stat : 28292 (java) S 28277 28279 26235 0 -1 4202560 13 0 0 0 0 0 0 0 20 0 20 0 346456864 2848456704 342094 33554432000 1073741824 1073778376 140735505651776 139726734677128 251056403516 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=28279/tid=28293] ppid=28277 vsize=2781696 CPUtime=0 cores=1,3,5,7
/proc/28279/task/28293/stat : 28293 (java) S 28277 28279 26235 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 20 0 346456867 2848456704 342094 33554432000 1073741824 1073778376 140735505651776 139726733625872 251056412448 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=28279/tid=28294] ppid=28277 vsize=2781696 CPUtime=0.65 cores=1,3,5,7
/proc/28279/task/28294/stat : 28294 (java) S 28277 28279 26235 0 -1 4202560 4421 0 0 0 65 0 0 0 20 0 20 0 346456867 2848456704 342094 33554432000 1073741824 1073778376 140735505651776 139726732565208 251056403516 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=28279/tid=28295] ppid=28277 vsize=2781696 CPUtime=0.74 cores=1,3,5,7
/proc/28279/task/28295/stat : 28295 (java) S 28277 28279 26235 0 -1 4202560 4525 0 0 0 72 2 0 0 20 0 20 0 346456867 2848456704 342094 33554432000 1073741824 1073778376 140735505651776 139726731496696 251056403516 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=28279/tid=28296] ppid=28277 vsize=2781696 CPUtime=0 cores=1,3,5,7
/proc/28279/task/28296/stat : 28296 (java) S 28277 28279 26235 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 20 0 346456867 2848456704 342094 33554432000 1073741824 1073778376 140735505651776 139726730468344 251056403516 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=28279/tid=28297] ppid=28277 vsize=2781696 CPUtime=0.28 cores=1,3,5,7
/proc/28279/task/28297/stat : 28297 (java) S 28277 28279 26235 0 -1 4202560 75 0 0 0 12 16 0 0 20 0 20 0 346456867 2848456704 342094 33554432000 1073741824 1073778376 140735505651776 139726729416008 251056404393 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=28279/tid=28298] ppid=28277 vsize=2781696 CPUtime=0 cores=1,3,5,7
/proc/28279/task/28298/stat : 28298 (java) S 28277 28279 26235 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 20 0 346456963 2848456704 342094 33554432000 1073741824 1073778376 140735505651776 139726728360744 251056404393 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=28279/tid=28335] ppid=28277 vsize=2781696 CPUtime=0 cores=1,3,5,7
/proc/28279/task/28335/stat : 28335 (java) S 28277 28279 26235 0 -1 4202560 35 0 0 0 0 0 0 0 20 0 20 0 346585747 2848456704 342094 33554432000 1073741824 1073778376 140735505651776 139726727307336 251056403516 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
Current children cumulated CPU time (s) 1294.01
Current children cumulated vsize (KiB) 2781696

[startup+1291.2 s]
/proc/loadavg: 2.00 2.00 2.00 3/215 28335
/proc/meminfo: memFree=25100756/32873648 swapFree=7368/7368
[pid=28279] ppid=28277 vsize=2781696 CPUtime=1294.42 cores=1,3,5,7
/proc/28279/stat : 28279 (java) S 28277 28279 26235 0 -1 4202496 15071 0 1 0 129331 111 0 0 20 0 20 0 346456860 2848456704 342103 33554432000 1073741824 1073778376 140735505651776 140735505642912 251056390205 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0
/proc/28279/statm: 695424 342103 2280 9 0 686117 0
[pid=28279/tid=28281] ppid=28277 vsize=2781696 CPUtime=1286.48 cores=1,3,5,7
/proc/28279/task/28281/stat : 28281 (java) S 28277 28279 26235 0 -1 4202560 3005 0 1 0 128622 26 0 0 20 0 20 0 346456861 2848456704 342103 33554432000 1073741824 1073778376 140735505651776 139726889600184 251056403516 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=28279/tid=28282] ppid=28277 vsize=2781696 CPUtime=0.32 cores=1,3,5,7
/proc/28279/task/28282/stat : 28282 (java) S 28277 28279 26235 0 -1 4202560 191 0 0 0 21 11 0 0 20 0 20 0 346456863 2848456704 342103 33554432000 1073741824 1073778376 140735505651776 139726756350120 251056403516 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=28279/tid=28283] ppid=28277 vsize=2781696 CPUtime=0.22 cores=1,3,5,7
/proc/28279/task/28283/stat : 28283 (java) S 28277 28279 26235 0 -1 4202560 165 0 0 0 14 8 0 0 20 0 20 0 346456863 2848456704 342103 33554432000 1073741824 1073778376 140735505651776 139726755297576 251056403516 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=28279/tid=28284] ppid=28277 vsize=2781696 CPUtime=0.24 cores=1,3,5,7
/proc/28279/task/28284/stat : 28284 (java) S 28277 28279 26235 0 -1 4202560 168 0 0 0 13 11 0 0 20 0 20 0 346456863 2848456704 342103 33554432000 1073741824 1073778376 140735505651776 139726754245032 251056403516 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=28279/tid=28285] ppid=28277 vsize=2781696 CPUtime=0.36 cores=1,3,5,7
/proc/28279/task/28285/stat : 28285 (java) S 28277 28279 26235 0 -1 4202560 238 0 0 0 23 13 0 0 20 0 20 0 346456863 2848456704 342103 33554432000 1073741824 1073778376 140735505651776 139726753192488 251056403516 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=28279/tid=28286] ppid=28277 vsize=2781696 CPUtime=0.28 cores=1,3,5,7
/proc/28279/task/28286/stat : 28286 (java) S 28277 28279 26235 0 -1 4202560 166 0 0 0 19 9 0 0 20 0 20 0 346456863 2848456704 342103 33554432000 1073741824 1073778376 140735505651776 139726752139944 251056403516 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=28279/tid=28287] ppid=28277 vsize=2781696 CPUtime=0.25 cores=1,3,5,7
/proc/28279/task/28287/stat : 28287 (java) S 28277 28279 26235 0 -1 4202560 178 0 0 0 16 9 0 0 20 0 20 0 346456863 2848456704 342103 33554432000 1073741824 1073778376 140735505651776 139726751087400 251056403516 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=28279/tid=28288] ppid=28277 vsize=2781696 CPUtime=0.41 cores=1,3,5,7
/proc/28279/task/28288/stat : 28288 (java) S 28277 28279 26235 0 -1 4202560 277 0 0 0 27 14 0 0 20 0 20 0 346456863 2848456704 342103 33554432000 1073741824 1073778376 140735505651776 139726750034856 251056403516 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=28279/tid=28289] ppid=28277 vsize=2781696 CPUtime=0.25 cores=1,3,5,7
/proc/28279/task/28289/stat : 28289 (java) S 28277 28279 26235 0 -1 4202560 153 0 0 0 15 10 0 0 20 0 20 0 346456863 2848456704 342103 33554432000 1073741824 1073778376 140735505651776 139726748982312 251056403516 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=28279/tid=28290] ppid=28277 vsize=2781696 CPUtime=4 cores=1,3,5,7
/proc/28279/task/28290/stat : 28290 (java) R 28277 28279 26235 0 -1 4202560 274 0 0 0 395 5 0 0 20 0 20 0 346456864 2848456704 342103 33554432000 1073741824 1073778376 140735505651776 139726736783400 139726895723921 0 0 0 16800975 0 0 0 -1 5 0 0 0 0 0
[pid=28279/tid=28291] ppid=28277 vsize=2781696 CPUtime=0 cores=1,3,5,7
/proc/28279/task/28291/stat : 28291 (java) S 28277 28279 26235 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 20 0 346456864 2848456704 342103 33554432000 1073741824 1073778376 140735505651776 139726735729400 251056403516 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=28279/tid=28292] ppid=28277 vsize=2781696 CPUtime=0 cores=1,3,5,7
/proc/28279/task/28292/stat : 28292 (java) S 28277 28279 26235 0 -1 4202560 13 0 0 0 0 0 0 0 20 0 20 0 346456864 2848456704 342103 33554432000 1073741824 1073778376 140735505651776 139726734677128 251056403516 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=28279/tid=28293] ppid=28277 vsize=2781696 CPUtime=0 cores=1,3,5,7
/proc/28279/task/28293/stat : 28293 (java) S 28277 28279 26235 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 20 0 346456867 2848456704 342103 33554432000 1073741824 1073778376 140735505651776 139726733625872 251056412448 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=28279/tid=28294] ppid=28277 vsize=2781696 CPUtime=0.66 cores=1,3,5,7
/proc/28279/task/28294/stat : 28294 (java) S 28277 28279 26235 0 -1 4202560 4423 0 0 0 65 1 0 0 20 0 20 0 346456867 2848456704 342103 33554432000 1073741824 1073778376 140735505651776 139726732550536 251056403516 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=28279/tid=28295] ppid=28277 vsize=2781696 CPUtime=0.75 cores=1,3,5,7
/proc/28279/task/28295/stat : 28295 (java) S 28277 28279 26235 0 -1 4202560 4534 0 0 0 73 2 0 0 20 0 20 0 346456867 2848456704 342103 33554432000 1073741824 1073778376 140735505651776 139726731507672 251056403516 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=28279/tid=28296] ppid=28277 vsize=2781696 CPUtime=0 cores=1,3,5,7
/proc/28279/task/28296/stat : 28296 (java) S 28277 28279 26235 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 20 0 346456867 2848456704 342103 33554432000 1073741824 1073778376 140735505651776 139726730468344 251056403516 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=28279/tid=28297] ppid=28277 vsize=2781696 CPUtime=0.28 cores=1,3,5,7
/proc/28279/task/28297/stat : 28297 (java) S 28277 28279 26235 0 -1 4202560 75 0 0 0 12 16 0 0 20 0 20 0 346456867 2848456704 342103 33554432000 1073741824 1073778376 140735505651776 139726729416008 251056404393 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=28279/tid=28298] ppid=28277 vsize=2781696 CPUtime=0 cores=1,3,5,7
/proc/28279/task/28298/stat : 28298 (java) S 28277 28279 26235 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 20 0 346456963 2848456704 342103 33554432000 1073741824 1073778376 140735505651776 139726728360744 251056404393 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=28279/tid=28335] ppid=28277 vsize=2781696 CPUtime=0 cores=1,3,5,7
/proc/28279/task/28335/stat : 28335 (java) S 28277 28279 26235 0 -1 4202560 38 0 0 0 0 0 0 0 20 0 20 0 346585747 2848456704 342103 33554432000 1073741824 1073778376 140735505651776 139726727307640 251056403516 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
Current children cumulated CPU time (s) 1294.42
Current children cumulated vsize (KiB) 2781696

Child status: 1
Real time (s): 1291.22
CPU time (s): 1294.78
CPU user time (s): 1293.28
CPU system time (s): 1.49177
CPU usage (%): 100.275
Max. virtual memory (cumulated for all children) (KiB): 2781696

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1293.28
system time used= 1.49177
maximum resident set size= 1368416
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 15075
page faults= 1
swaps= 0
block input operations= 0
block output operations= 968
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 27880
involuntary context switches= 6998

runsolver used 5.57815 second user time and 12.0992 second system time

The end

Launcher Data

Begin job on node149 at 2012-06-04 11:48:48
IDJOB=3743619
IDBENCH=91932
IDSOLVER=2322
FILE ID=node149/3743619-1338803328
RUNJOBID= node149-1338783504-26252
PBS_JOBID= 14636840
Free space on /tmp= 71044 MiB

SOLVER NAME= PB09: SAT4J Pseudo Resolution 2.1.1
BENCH NAME= PB12/normalized-PB12/OPT-BIGINT-LIN/sroussel/BA/normalized-BA_RDC4.dot_fibo_0null0mast_rapportOE1.0_TMAX300_K67_cod1.opb
COMMAND LINE= java6 -server -Xms1300m -Xmx1300m -jar HOME/org.sat4j.pb.jar BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3743619-1338803328/watcher-3743619-1338803328 -o /tmp/evaluation-result-3743619-1338803328/solver-3743619-1338803328 -C 1800 -W 1900 -M 15500  java6 -server -Xms1300m -Xmx1300m -jar HOME/org.sat4j.pb.jar HOME/instance-3743619-1338803328.opb

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

MD5SUM BENCH= 913d98f5378b014db0053c81576b2e77
RANDOM SEED=2022086508

node149.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.145
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.29
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.145
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.145
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	: 5438.55
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.145
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.145
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.145
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	: 5438.55
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.145
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.145
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:        26645252 kB
Buffers:          780904 kB
Cached:          4143464 kB
SwapCached:         2468 kB
Active:          2422292 kB
Inactive:        2901752 kB
Active(anon):     382276 kB
Inactive(anon):     9368 kB
Active(file):    2040016 kB
Inactive(file):  2892384 kB
Unevictable:        7368 kB
Mlocked:            7368 kB
SwapTotal:      67108856 kB
SwapFree:       67104892 kB
Dirty:              3120 kB
Writeback:             0 kB
AnonPages:        400504 kB
Mapped:            22404 kB
Shmem:                96 kB
Slab:             759188 kB
SReclaimable:     202928 kB
SUnreclaim:       556260 kB
KernelStack:        1592 kB
PageTables:         4556 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545680 kB
Committed_AS:    1524092 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346400 kB
VmallocChunk:   34341988052 kB
HardwareCorrupted:     0 kB
AnonHugePages:    356352 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= 71044 MiB
End job on node149 at 2012-06-04 12:10:19