Trace number 4084948

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
Sat4j PB 2.3.6 Resolution PB16No Cert. 1750.99 1706

General information on the benchmark

Name/OPT-BIGINT-LIN/sroussel/BA/
normalized-BA_RDC4.dot_luby_0null50mast_rapportOE1.0_TMAX180_K67_cod1.opb
MD5SUMe7d71f8c85158f98a7e157e1065b4cf5
Bench CategoryOPT-BIGINT-LIN (optimisation, big integers, linear constraints)
Best result obtained on this benchmarkSAT
Best value of the objective obtained on this benchmark-6685
Best CPU time to get the best result obtained on this benchmark1800.11
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 256
Number of bits for the biggest coefficient in the objective function 9
Sum of the numbers in the objective function 4158132
Number of bits of the sum of numbers in the objective function 22
Biggest number in a constraint 256
Number of bits of the biggest number in a constraint 9
Biggest sum of numbers in a constraint 4158132
Number of bits of the biggest sum of numbers22
Number of products (including duplicates)0
Sum of products size (including duplicates)0
Number of different products0
Sum of products size0

Solver Data

0.02/0.28	c SAT4J: a SATisfiability library for Java (c) 2004-2013 Artois University and CNRS
0.02/0.28	c This is free software under the dual EPL/GNU LGPL licenses.
0.02/0.28	c See www.sat4j.org for details.
0.02/0.29	c version PB16.v20160501
0.02/0.29	c java.runtime.name	Java(TM) SE Runtime Environment
0.02/0.29	c java.vm.name		Java HotSpot(TM) 64-Bit Server VM
0.02/0.29	c java.vm.version	19.1-b02
0.02/0.29	c java.vm.vendor	Sun Microsystems Inc.
0.02/0.29	c sun.arch.data.model	64
0.02/0.29	c java.version		1.6.0_24
0.02/0.29	c os.name		Linux
0.02/0.29	c os.version		2.6.32-71.29.1.el6.x86_64
0.02/0.29	c os.arch		amd64
0.02/0.29	c Free memory 		501472288
0.02/0.29	c Max memory 		7480803328
0.02/0.29	c Total memory 		504102912
0.02/0.29	c Number of processors 	8
0.10/0.32	c Pseudo Boolean Optimization by upper bound
0.10/0.32	c --- Begin Solver configuration ---
0.10/0.32	c org.sat4j.pb.constraints.CompetResolutionPBLongMixedWLClauseCardConstrDataStructure@2b21cc40
0.10/0.32	c Learn all clauses as in MiniSAT
0.10/0.32	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.10/0.32	c VSIDS like heuristics from MiniSAT using a heap lightweight component caching from RSAT taking into account the objective function
0.10/0.32	c No reason simplification
0.10/0.32	c Glucose 2.1 dynamic restart strategy
0.10/0.32	c Glucose 2 learned constraints deletion strategy (LBD updated on propagation) with timer check every 1000 if the learned constraints reach increasing bounds: 5000 step 1000
0.10/0.32	c timeout=2147483s
0.10/0.32	c DB Simplification allowed=false
0.10/0.32	c Listener: org.sat4j.minisat.core.VoidTracing@7c64dc11
0.10/0.32	c --- End Solver configuration ---
0.10/0.32	c solving HOME/instance-4084948-1465307012.opb
0.10/0.32	c reading problem ... 
0.10/0.32	c  objective function found
1.53/1.13	c ... done. Wall clock time 0.815s.
1.53/1.13	c declared #vars     40451
1.53/1.13	c #constraints  40950
1.53/1.13	c constraints type 
1.53/1.13	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 36498
1.53/1.13	c org.sat4j.minisat.constraints.cnf.UnitClauses => 1
1.53/1.13	c org.sat4j.specs.Constr$1 => 1
1.53/1.13	c org.sat4j.minisat.constraints.card.MinWatchCard => 552
1.53/1.13	c org.sat4j.minisat.constraints.cnf.OriginalBinaryClause => 3896
1.53/1.13	c org.sat4j.minisat.constraints.cnf.UnitClause => 1
1.53/1.13	c org.sat4j.pb.constraints.pb.MaxWatchPbLong => 1
1.53/1.13	c 40950 constraints processed.
1.53/1.13	c objective function length is 32076 literals
2.47/1.69	c SATISFIABLE
2.47/1.69	c OPTIMIZING...
2.47/1.69	c Got one! Elapsed wall clock time (in seconds):1.368
2.47/1.69	o -809
22.05/20.21	c Got one! Elapsed wall clock time (in seconds):19.892
22.05/20.21	o -823
26.50/24.64	c cleaning 3003 clauses out of 6005 with flag 2070/6034
52.45/49.87	c cleaning 4501 clauses out of 9002 with flag 14070/12034
81.49/78.26	c cleaning 5750 clauses out of 11501 with flag 28070/19034
115.92/111.36	c cleaning 6876 clauses out of 13751 with flag 44070/27034
156.44/149.18	c cleaning 7937 clauses out of 15875 with flag 62070/36034
197.80/189.98	c cleaning 8969 clauses out of 17938 with flag 82070/46034
246.38/236.29	c cleaning 9985 clauses out of 19969 with flag 104070/57034
297.20/286.59	c cleaning 10992 clauses out of 21984 with flag 128070/69034
355.93/343.67	c cleaning 11995 clauses out of 23992 with flag 154070/82034
416.64/402.88	c cleaning 12999 clauses out of 25997 with flag 182070/96034
481.74/465.89	c cleaning 13998 clauses out of 27998 with flag 212070/111034
549.51/532.32	c cleaning 14999 clauses out of 30000 with flag 244070/127034
623.52/603.64	c cleaning 16001 clauses out of 32001 with flag 278070/144034
703.01/680.28	c cleaning 16998 clauses out of 34000 with flag 314070/162034
789.25/764.20	c cleaning 18001 clauses out of 36002 with flag 352070/181034
880.71/853.46	c cleaning 18999 clauses out of 38001 with flag 392070/201034
974.88/945.24	c cleaning 20001 clauses out of 40002 with flag 434070/222034
1072.21/1040.37	c cleaning 20999 clauses out of 42001 with flag 478070/244034
1175.06/1140.23	c cleaning 22001 clauses out of 44002 with flag 524070/267034
1281.06/1243.80	c cleaning 22998 clauses out of 46001 with flag 572070/291034
1390.38/1351.33	c cleaning 24000 clauses out of 48003 with flag 622070/316034
1503.08/1462.25	c cleaning 25002 clauses out of 50003 with flag 674070/342034
1621.76/1579.16	c cleaning 25999 clauses out of 52001 with flag 728070/369034
1742.82/1698.49	Exception in thread "main" java.lang.OutOfMemoryError: Java heap space
1742.82/1698.49		at org.sat4j.minisat.constraints.cnf.WLClause.<init>(WLClause.java:71)
1742.82/1698.49		at org.sat4j.minisat.constraints.cnf.LearntWLClause.<init>(LearntWLClause.java:39)
1742.82/1698.49		at org.sat4j.pb.constraints.UnitBinaryWLClauseConstructor.constructLearntClause(UnitBinaryWLClauseConstructor.java:66)
1742.82/1698.49		at org.sat4j.pb.constraints.AbstractPBClauseCardConstrDataStructure.constructLearntClause(AbstractPBClauseCardConstrDataStructure.java:238)
1742.82/1698.49		at org.sat4j.pb.constraints.AbstractPBClauseCardConstrDataStructure.createUnregisteredClause(AbstractPBClauseCardConstrDataStructure.java:75)
1742.82/1698.49		at org.sat4j.minisat.core.Solver.analyze(Solver.java:637)
1742.82/1698.49		at org.sat4j.minisat.core.Solver.search(Solver.java:1310)
1742.82/1698.49		at org.sat4j.minisat.core.Solver.isSatisfiable(Solver.java:1811)
1744.21/1699.87		at org.sat4j.tools.SolverDecorator.isSatisfiable(SolverDecorator.java:115)
1744.21/1699.87		at org.sat4j.pb.PseudoOptDecorator.admitABetterSolution(PseudoOptDecorator.java:179)
1744.21/1699.87		at org.sat4j.pb.PseudoOptDecorator.admitABetterSolution(PseudoOptDecorator.java:172)
1744.21/1699.87		at org.sat4j.OptimizationMode.solve(OptimizationMode.java:120)
1744.21/1699.87		at org.sat4j.AbstractLauncher.solve(AbstractLauncher.java:313)
1744.21/1699.87		at org.sat4j.AbstractLauncher.run(AbstractLauncher.java:257)
1744.21/1699.87		at org.sat4j.pb.LanceurPseudo2007.main(LanceurPseudo2007.java:97)
1748.43/1704.04	c starts		: 20
1748.43/1704.04	c conflicts		: 396540
1748.43/1704.04	c decisions		: 1890710
1748.43/1704.04	c propagations		: 7430366
1748.43/1704.04	c inspects		: 317733906
1748.43/1704.04	c shortcuts		: 0
1748.43/1704.04	c learnt literals	: 29
1748.43/1704.04	c learnt binary clauses	: 199
1748.43/1704.04	c learnt ternary clauses	: 62
1748.43/1704.04	c learnt constraints	: 396510
1748.43/1704.04	c ignored constraints	: 0
1748.43/1704.04	c root simplifications	: 0
1748.43/1704.04	c removed literals (reason simplification)	: 0
1748.43/1704.04	c reason swapping (by a shorter reason)	: 0
1748.43/1704.04	c Calls to reduceDB	: 23
1748.43/1704.04	c Number of update (reduction) of LBD	: 588
1748.43/1704.04	c Imported unit clauses	: 0
1748.43/1704.04	c number of reductions to clauses (during analyze)	: 0
1748.43/1704.04	c number of learned constraints concerned by reduction	: 0
1748.43/1704.04	c number of learning phase by resolution	: 0
1748.43/1704.04	c number of learning phase by cutting planes	: 0
1748.43/1704.04	c speed (assignments/second)	: 4363.508769457178
1748.43/1704.04	c non guided choices	6
1748.43/1704.06	c learnt constraints type 
1748.43/1704.06	c org.sat4j.minisat.constraints.cnf.LearntBinaryClause => 199
1748.43/1704.06	c org.sat4j.minisat.constraints.cnf.LearntWLClause => 53308
1748.43/1704.06	s SATISFIABLE
1748.43/1704.06	c Found 2 solution(s)
1750.35/1705.95	Exception in thread "Thread-0" java.lang.OutOfMemoryError: GC overhead limit exceeded
1750.35/1705.95		at java.lang.Integer.toString(Integer.java:310)
1750.35/1705.95		at java.lang.Integer.toString(Integer.java:118)
1750.35/1705.95		at java.lang.String.valueOf(String.java:2931)
1750.35/1705.95		at java.io.PrintWriter.print(PrintWriter.java:487)
1750.35/1705.95		at org.sat4j.pb.reader.OPBReader2007.decode(OPBReader2007.java:350)
1750.35/1705.95		at org.sat4j.OptimizationMode.displayResult(OptimizationMode.java:83)
1750.35/1705.95		at org.sat4j.AbstractLauncher.displayResult(AbstractLauncher.java:125)
1750.35/1705.95		at org.sat4j.AbstractLauncher$1.run(AbstractLauncher.java:94)

Verifier Data

ERROR: no interpretation found !

Watcher Data

runsolver Copyright (C) 2010-2013 Olivier ROUSSEL

This is runsolver version 3.3.7 (svn: 2553)

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-4084948-1465307012/watcher-4084948-1465307012 -o /tmp/evaluation-result-4084948-1465307012/solver-4084948-1465307012 -C 1800 -W 1900 -M 15500 --bin-var /tmp/runsolver-exch-node125-1465307012-13025 --watchdog 1960 java -jar sat4j-pb.jar HOME/instance-4084948-1465307012.opb 

pid=13052
running on 4 cores: 0,2,4,6

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


[startup+0 s]
/proc/loadavg: 1.33 1.95 1.98 3/176 13055
/proc/meminfo: memFree=30053732/32872528 swapFree=16384/1696552
[pid=13055] ppid=13052 vsize=20596 CPUtime=0 cores=0,2,4,6
/proc/13055/stat : 13055 (java) D 13052 13055 13009 0 -1 4202496 534 0 0 0 0 0 0 0 20 0 1 0 112634300 21090304 186 33554432000 1073741824 1073778376 140733668326688 140733668315288 270698380872 0 0 4096 0 18446744071579943789 0 0 17 4 0 0 0 0 0
/proc/13055/statm: 5149 186 143 9 0 71 0

[startup+0.100057 s]
/proc/loadavg: 1.33 1.95 1.98 3/176 13055
/proc/meminfo: memFree=30053732/32872528 swapFree=16384/1696552
[pid=13055] ppid=13052 vsize=96268 CPUtime=0 cores=0,2,4,6
/proc/13055/stat : 13055 (java) S 13052 13055 13009 0 -1 4202496 1344 0 23 0 0 0 0 0 20 0 2 0 112634300 98578432 990 33554432000 1073741824 1073778376 140733668326688 140733668317824 270710898749 0 0 0 16784584 18446744073709551615 0 0 17 4 0 0 7 0 0
/proc/13055/statm: 24067 990 755 9 0 16773 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 96268

[startup+0.20025 s]
/proc/loadavg: 1.33 1.95 1.98 3/176 13055
/proc/meminfo: memFree=30053732/32872528 swapFree=16384/1696552
[pid=13055] ppid=13052 vsize=9225560 CPUtime=0.02 cores=0,2,4,6
/proc/13055/stat : 13055 (java) S 13052 13055 13009 0 -1 4202496 3084 0 28 0 2 0 0 0 20 0 13 0 112634300 9446973440 3731 33554432000 1073741824 1073778376 140733668326688 140733668317824 270710898749 0 0 0 16784584 18446744073709551615 0 0 17 4 0 0 7 0 0
/proc/13055/statm: 2306390 3731 1700 9 0 2297091 0
Current children cumulated CPU time (s) 0.02
Current children cumulated vsize (KiB) 9225560

[startup+0.300252 s]
/proc/loadavg: 1.33 1.95 1.98 3/176 13055
/proc/meminfo: memFree=30053732/32872528 swapFree=16384/1696552
[pid=13055] ppid=13052 vsize=9558476 CPUtime=0.1 cores=0,2,4,6
/proc/13055/stat : 13055 (java) S 13052 13055 13009 0 -1 4202496 4393 0 28 0 9 1 0 0 20 0 18 0 112634300 9787879424 6037 33554432000 1073741824 1073778376 140733668326688 140733668317824 270710898749 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 7 0 0
/proc/13055/statm: 2389619 6037 2124 9 0 2380296 0
Current children cumulated CPU time (s) 0.1
Current children cumulated vsize (KiB) 9558476

[startup+0.700213 s]
/proc/loadavg: 1.33 1.95 1.98 3/176 13055
/proc/meminfo: memFree=30053732/32872528 swapFree=16384/1696552
[pid=13055] ppid=13052 vsize=9558476 CPUtime=0.81 cores=0,2,4,6
/proc/13055/stat : 13055 (java) S 13052 13055 13009 0 -1 4202496 6515 0 28 0 78 3 0 0 20 0 18 0 112634300 9787879424 27962 33554432000 1073741824 1073778376 140733668326688 140733668317824 270710898749 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 7 0 0
/proc/13055/statm: 2389619 27962 2243 9 0 2380296 0
Current children cumulated CPU time (s) 0.81
Current children cumulated vsize (KiB) 9558476

[startup+1.50081 s]
/proc/loadavg: 1.33 1.95 1.98 7/211 13090
/proc/meminfo: memFree=29684380/32872528 swapFree=16384/1696552
[pid=13055] ppid=13052 vsize=9625040 CPUtime=2.37 cores=0,2,4,6
/proc/13055/stat : 13055 (java) S 13052 13055 13009 0 -1 4202496 11327 0 28 0 232 5 0 0 20 0 19 0 112634300 9856040960 46793 33554432000 1073741824 1073778376 140733668326688 140733668317824 270710898749 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 7 0 0
/proc/13055/statm: 2406260 46793 2275 9 0 2396937 0
[pid=13055/tid=13057] ppid=13052 vsize=9625040 CPUtime=1.23 cores=0,2,4,6
/proc/13055/task/13057/stat : 13057 (java) R 13052 13055 13009 0 -1 4202560 2460 0 7 0 120 3 0 0 20 0 19 0 112634309 9856040960 46793 33554432000 1073741824 1073778376 140733668326688 139826329448872 139826167520576 0 4 0 16800975 0 0 0 -1 2 0 0 10 0 0
[pid=13055/tid=13059] ppid=13052 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/13055/task/13059/stat : 13059 (java) S 13052 13055 13009 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 19 0 112634313 9856040960 46793 33554432000 1073741824 1073778376 140733668326688 139826290940072 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=13055/tid=13061] ppid=13052 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/13055/task/13061/stat : 13061 (java) S 13052 13055 13009 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 19 0 112634313 9856040960 46793 33554432000 1073741824 1073778376 140733668326688 139826289887528 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=13055/tid=13062] ppid=13052 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/13055/task/13062/stat : 13062 (java) S 13052 13055 13009 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 19 0 112634313 9856040960 46793 33554432000 1073741824 1073778376 140733668326688 139826288834984 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=13055/tid=13063] ppid=13052 vsize=9625040 CPUtime=0.01 cores=0,2,4,6
/proc/13055/task/13063/stat : 13063 (java) S 13052 13055 13009 0 -1 4202560 22 0 0 0 1 0 0 0 20 0 19 0 112634313 9856040960 46793 33554432000 1073741824 1073778376 140733668326688 139826287782440 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=13055/tid=13065] ppid=13052 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/13055/task/13065/stat : 13065 (java) S 13052 13055 13009 0 -1 4202560 11 0 0 0 0 0 0 0 20 0 19 0 112634313 9856040960 46793 33554432000 1073741824 1073778376 140733668326688 139826286729896 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=13055/tid=13067] ppid=13052 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/13055/task/13067/stat : 13067 (java) S 13052 13055 13009 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 112634313 9856040960 46793 33554432000 1073741824 1073778376 140733668326688 139826285677352 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=13055/tid=13069] ppid=13052 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/13055/task/13069/stat : 13069 (java) S 13052 13055 13009 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 19 0 112634313 9856040960 46793 33554432000 1073741824 1073778376 140733668326688 139826166754216 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=13055/tid=13071] ppid=13052 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/13055/task/13071/stat : 13071 (java) S 13052 13055 13009 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 19 0 112634313 9856040960 46793 33554432000 1073741824 1073778376 140733668326688 139826165701672 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=13055/tid=13076] ppid=13052 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/13055/task/13076/stat : 13076 (java) S 13052 13055 13009 0 -1 4202560 72 0 0 0 0 0 0 0 20 0 19 0 112634316 9856040960 46793 33554432000 1073741824 1073778376 140733668326688 139826153502824 270710912937 0 0 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=13055/tid=13078] ppid=13052 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/13055/task/13078/stat : 13078 (java) S 13052 13055 13009 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 112634317 9856040960 46793 33554432000 1073741824 1073778376 140733668326688 139826152449144 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=13055/tid=13079] ppid=13052 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/13055/task/13079/stat : 13079 (java) S 13052 13055 13009 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 112634317 9856040960 46793 33554432000 1073741824 1073778376 140733668326688 139826151396488 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=13055/tid=13083] ppid=13052 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/13055/task/13083/stat : 13083 (java) S 13052 13055 13009 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 112634323 9856040960 46793 33554432000 1073741824 1073778376 140733668326688 139825411779088 270710920992 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=13055/tid=13085] ppid=13052 vsize=9625040 CPUtime=0.46 cores=0,2,4,6
/proc/13055/task/13085/stat : 13085 (java) S 13052 13055 13009 0 -1 4202560 2891 0 0 0 46 0 0 0 20 0 19 0 112634323 9856040960 46793 33554432000 1073741824 1073778376 140733668326688 139825410726456 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=13055/tid=13087] ppid=13052 vsize=9625040 CPUtime=0.53 cores=0,2,4,6
/proc/13055/task/13087/stat : 13087 (java) S 13052 13055 13009 0 -1 4202560 4596 0 0 0 53 0 0 0 20 0 19 0 112634323 9856040960 46793 33554432000 1073741824 1073778376 140733668326688 139825409673912 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=13055/tid=13088] ppid=13052 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/13055/task/13088/stat : 13088 (java) S 13052 13055 13009 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 112634323 9856040960 46793 33554432000 1073741824 1073778376 140733668326688 139825408621560 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=13055/tid=13090] ppid=13052 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/13055/task/13090/stat : 13090 (java) S 13052 13055 13009 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 112634323 9856040960 46793 33554432000 1073741824 1073778376 140733668326688 139825407569224 270710912937 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 2.37
Current children cumulated vsize (KiB) 9625040

[startup+3.10088 s]
/proc/loadavg: 1.33 1.95 1.98 4/213 13092
/proc/meminfo: memFree=29680260/32872528 swapFree=16384/1696552
[pid=13055] ppid=13052 vsize=9625040 CPUtime=4.22 cores=0,2,4,6
/proc/13055/stat : 13055 (java) S 13052 13055 13009 0 -1 4202496 12102 0 28 0 416 6 0 0 20 0 19 0 112634300 9856040960 49356 33554432000 1073741824 1073778376 140733668326688 140733668317824 270710898749 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 7 0 0
/proc/13055/statm: 2406260 49356 2278 9 0 2396937 0
[pid=13055/tid=13057] ppid=13052 vsize=9625040 CPUtime=2.83 cores=0,2,4,6
/proc/13055/task/13057/stat : 13057 (java) R 13052 13055 13009 0 -1 4202560 2466 0 7 0 280 3 0 0 20 0 19 0 112634309 9856040960 49356 33554432000 1073741824 1073778376 140733668326688 139826329446624 139826167640572 0 4 0 16800975 0 0 0 -1 4 0 0 10 0 0
[pid=13055/tid=13059] ppid=13052 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/13055/task/13059/stat : 13059 (java) S 13052 13055 13009 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 19 0 112634313 9856040960 49356 33554432000 1073741824 1073778376 140733668326688 139826290940072 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=13055/tid=13061] ppid=13052 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/13055/task/13061/stat : 13061 (java) S 13052 13055 13009 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 19 0 112634313 9856040960 49356 33554432000 1073741824 1073778376 140733668326688 139826289887528 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=13055/tid=13062] ppid=13052 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/13055/task/13062/stat : 13062 (java) S 13052 13055 13009 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 19 0 112634313 9856040960 49356 33554432000 1073741824 1073778376 140733668326688 139826288834984 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=13055/tid=13063] ppid=13052 vsize=9625040 CPUtime=0.01 cores=0,2,4,6
/proc/13055/task/13063/stat : 13063 (java) S 13052 13055 13009 0 -1 4202560 22 0 0 0 1 0 0 0 20 0 19 0 112634313 9856040960 49356 33554432000 1073741824 1073778376 140733668326688 139826287782440 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=13055/tid=13065] ppid=13052 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/13055/task/13065/stat : 13065 (java) S 13052 13055 13009 0 -1 4202560 11 0 0 0 0 0 0 0 20 0 19 0 112634313 9856040960 49356 33554432000 1073741824 1073778376 140733668326688 139826286729896 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=13055/tid=13067] ppid=13052 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/13055/task/13067/stat : 13067 (java) S 13052 13055 13009 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 112634313 9856040960 49356 33554432000 1073741824 1073778376 140733668326688 139826285677352 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=13055/tid=13069] ppid=13052 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/13055/task/13069/stat : 13069 (java) S 13052 13055 13009 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 19 0 112634313 9856040960 49356 33554432000 1073741824 1073778376 140733668326688 139826166754216 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=13055/tid=13071] ppid=13052 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/13055/task/13071/stat : 13071 (java) S 13052 13055 13009 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 19 0 112634313 9856040960 49356 33554432000 1073741824 1073778376 140733668326688 139826165701672 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=13055/tid=13076] ppid=13052 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/13055/task/13076/stat : 13076 (java) S 13052 13055 13009 0 -1 4202560 72 0 0 0 0 0 0 0 20 0 19 0 112634316 9856040960 49356 33554432000 1073741824 1073778376 140733668326688 139826153502824 270710912937 0 0 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=13055/tid=13078] ppid=13052 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/13055/task/13078/stat : 13078 (java) S 13052 13055 13009 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 112634317 9856040960 49356 33554432000 1073741824 1073778376 140733668326688 139826152449144 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=13055/tid=13079] ppid=13052 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/13055/task/13079/stat : 13079 (java) S 13052 13055 13009 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 112634317 9856040960 49356 33554432000 1073741824 1073778376 140733668326688 139826151396488 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=13055/tid=13083] ppid=13052 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/13055/task/13083/stat : 13083 (java) S 13052 13055 13009 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 112634323 9856040960 49356 33554432000 1073741824 1073778376 140733668326688 139825411779088 270710920992 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=13055/tid=13085] ppid=13052 vsize=9625040 CPUtime=0.61 cores=0,2,4,6
/proc/13055/task/13085/stat : 13085 (java) S 13052 13055 13009 0 -1 4202560 3658 0 0 0 61 0 0 0 20 0 19 0 112634323 9856040960 49356 33554432000 1073741824 1073778376 140733668326688 139825410726456 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=13055/tid=13087] ppid=13052 vsize=9625040 CPUtime=0.62 cores=0,2,4,6
/proc/13055/task/13087/stat : 13087 (java) S 13052 13055 13009 0 -1 4202560 4598 0 0 0 62 0 0 0 20 0 19 0 112634323 9856040960 49356 33554432000 1073741824 1073778376 140733668326688 139825409673912 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=13055/tid=13088] ppid=13052 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/13055/task/13088/stat : 13088 (java) S 13052 13055 13009 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 112634323 9856040960 49356 33554432000 1073741824 1073778376 140733668326688 139825408621560 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=13055/tid=13090] ppid=13052 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/13055/task/13090/stat : 13090 (java) S 13052 13055 13009 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 112634323 9856040960 49356 33554432000 1073741824 1073778376 140733668326688 139825407569224 270710912937 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=13055/tid=13092] ppid=13052 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/13055/task/13092/stat : 13092 (java) S 13052 13055 13009 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 112634420 9856040960 49356 33554432000 1073741824 1073778376 140733668326688 139825406513960 270710912937 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
Current children cumulated CPU time (s) 4.22
Current children cumulated vsize (KiB) 9625040

[startup+6.30087 s]
/proc/loadavg: 1.46 1.97 1.98 4/213 13092
/proc/meminfo: memFree=29613268/32872528 swapFree=16384/1696552
[pid=13055] ppid=13052 vsize=9625040 CPUtime=7.42 cores=0,2,4,6
/proc/13055/stat : 13055 (java) S 13052 13055 13009 0 -1 4202496 12145 0 28 0 735 7 0 0 20 0 19 0 112634300 9856040960 69602 33554432000 1073741824 1073778376 140733668326688 140733668317824 270710898749 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 7 0 0
/proc/13055/statm: 2406260 69602 2278 9 0 2396937 0
[pid=13055/tid=13057] ppid=13052 vsize=9625040 CPUtime=6.03 cores=0,2,4,6
/proc/13055/task/13057/stat : 13057 (java) R 13052 13055 13009 0 -1 4202560 2509 0 7 0 598 5 0 0 20 0 19 0 112634309 9856040960 69602 33554432000 1073741824 1073778376 140733668326688 139826329446880 139826167640612 0 4 0 16800975 0 0 0 -1 4 0 0 10 0 0
[pid=13055/tid=13059] ppid=13052 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/13055/task/13059/stat : 13059 (java) S 13052 13055 13009 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 19 0 112634313 9856040960 69602 33554432000 1073741824 1073778376 140733668326688 139826290940072 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=13055/tid=13061] ppid=13052 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/13055/task/13061/stat : 13061 (java) S 13052 13055 13009 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 19 0 112634313 9856040960 69602 33554432000 1073741824 1073778376 140733668326688 139826289887528 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=13055/tid=13062] ppid=13052 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/13055/task/13062/stat : 13062 (java) S 13052 13055 13009 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 19 0 112634313 9856040960 69602 33554432000 1073741824 1073778376 140733668326688 139826288834984 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=13055/tid=13063] ppid=13052 vsize=9625040 CPUtime=0.01 cores=0,2,4,6
/proc/13055/task/13063/stat : 13063 (java) S 13052 13055 13009 0 -1 4202560 22 0 0 0 1 0 0 0 20 0 19 0 112634313 9856040960 69602 33554432000 1073741824 1073778376 140733668326688 139826287782440 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=13055/tid=13065] ppid=13052 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/13055/task/13065/stat : 13065 (java) S 13052 13055 13009 0 -1 4202560 11 0 0 0 0 0 0 0 20 0 19 0 112634313 9856040960 69602 33554432000 1073741824 1073778376 140733668326688 139826286729896 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=13055/tid=13067] ppid=13052 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/13055/task/13067/stat : 13067 (java) S 13052 13055 13009 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 112634313 9856040960 69602 33554432000 1073741824 1073778376 140733668326688 139826285677352 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=13055/tid=13069] ppid=13052 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/13055/task/13069/stat : 13069 (java) S 13052 13055 13009 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 19 0 112634313 9856040960 69602 33554432000 1073741824 1073778376 140733668326688 139826166754216 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=13055/tid=13071] ppid=13052 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/13055/task/13071/stat : 13071 (java) S 13052 13055 13009 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 19 0 112634313 9856040960 69602 33554432000 1073741824 1073778376 140733668326688 139826165701672 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=13055/tid=13076] ppid=13052 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/13055/task/13076/stat : 13076 (java) S 13052 13055 13009 0 -1 4202560 72 0 0 0 0 0 0 0 20 0 19 0 112634316 9856040960 69602 33554432000 1073741824 1073778376 140733668326688 139826153502824 270710912937 0 0 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=13055/tid=13078] ppid=13052 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/13055/task/13078/stat : 13078 (java) S 13052 13055 13009 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 112634317 9856040960 69602 33554432000 1073741824 1073778376 140733668326688 139826152449144 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=13055/tid=13079] ppid=13052 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/13055/task/13079/stat : 13079 (java) S 13052 13055 13009 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 112634317 9856040960 69602 33554432000 1073741824 1073778376 140733668326688 139826151396488 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=13055/tid=13083] ppid=13052 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/13055/task/13083/stat : 13083 (java) S 13052 13055 13009 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 112634323 9856040960 69602 33554432000 1073741824 1073778376 140733668326688 139825411779088 270710920992 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=13055/tid=13085] ppid=13052 vsize=9625040 CPUtime=0.61 cores=0,2,4,6
/proc/13055/task/13085/stat : 13085 (java) S 13052 13055 13009 0 -1 4202560 3658 0 0 0 61 0 0 0 20 0 19 0 112634323 9856040960 69602 33554432000 1073741824 1073778376 140733668326688 139825410726456 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=13055/tid=13087] ppid=13052 vsize=9625040 CPUtime=0.62 cores=0,2,4,6
/proc/13055/task/13087/stat : 13087 (java) S 13052 13055 13009 0 -1 4202560 4598 0 0 0 62 0 0 0 20 0 19 0 112634323 9856040960 69602 33554432000 1073741824 1073778376 140733668326688 139825409673912 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=13055/tid=13088] ppid=13052 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/13055/task/13088/stat : 13088 (java) S 13052 13055 13009 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 112634323 9856040960 69602 33554432000 1073741824 1073778376 140733668326688 139825408621560 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=13055/tid=13090] ppid=13052 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/13055/task/13090/stat : 13090 (java) S 13052 13055 13009 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 112634323 9856040960 69602 33554432000 1073741824 1073778376 140733668326688 139825407569224 270710912937 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=13055/tid=13092] ppid=13052 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/13055/task/13092/stat : 13092 (java) S 13052 13055 13009 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 112634420 9856040960 69602 33554432000 1073741824 1073778376 140733668326688 139825406513960 270710912937 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
Current children cumulated CPU time (s) 7.42
Current children cumulated vsize (KiB) 9625040

[startup+12.7009 s]
/proc/loadavg: 1.51 1.97 1.98 3/213 13092

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

/proc/13055/task/13071/stat : 13071 (java) S 13052 13055 13009 0 -1 4202560 6521 0 0 0 639 102 0 0 20 0 19 0 112634313 9855991808 2068821 33554432000 1073741824 1073778376 140733668326688 139826165701672 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=13055/tid=13076] ppid=13052 vsize=9624992 CPUtime=24.51 cores=0,2,4,6
/proc/13055/task/13076/stat : 13076 (java) R 13052 13055 13009 0 -1 4202560 9421 0 0 0 2435 16 0 0 20 0 19 0 112634316 9855991808 2068821 33554432000 1073741824 1073778376 140733668326688 139826153502984 270707212564 0 0 0 16800975 0 0 0 -1 0 0 0 0 0 0
[pid=13055/tid=13078] ppid=13052 vsize=9624992 CPUtime=0 cores=0,2,4,6
/proc/13055/task/13078/stat : 13078 (java) S 13052 13055 13009 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 112634317 9855991808 2068821 33554432000 1073741824 1073778376 140733668326688 139826152449144 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=13055/tid=13079] ppid=13052 vsize=9624992 CPUtime=0 cores=0,2,4,6
/proc/13055/task/13079/stat : 13079 (java) S 13052 13055 13009 0 -1 4202560 13 0 0 0 0 0 0 0 20 0 19 0 112634317 9855991808 2068821 33554432000 1073741824 1073778376 140733668326688 139826151396488 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=13055/tid=13083] ppid=13052 vsize=9624992 CPUtime=0 cores=0,2,4,6
/proc/13055/task/13083/stat : 13083 (java) S 13052 13055 13009 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 112634323 9855991808 2068821 33554432000 1073741824 1073778376 140733668326688 139825411779088 270710920992 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=13055/tid=13085] ppid=13052 vsize=9624992 CPUtime=0.75 cores=0,2,4,6
/proc/13055/task/13085/stat : 13085 (java) S 13052 13055 13009 0 -1 4202560 4196 0 0 0 75 0 0 0 20 0 19 0 112634323 9855991808 2068821 33554432000 1073741824 1073778376 140733668326688 139825410726456 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=13055/tid=13087] ppid=13052 vsize=9624992 CPUtime=0.67 cores=0,2,4,6
/proc/13055/task/13087/stat : 13087 (java) S 13052 13055 13009 0 -1 4202560 4604 0 0 0 67 0 0 0 20 0 19 0 112634323 9855991808 2068821 33554432000 1073741824 1073778376 140733668326688 139825409673912 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=13055/tid=13088] ppid=13052 vsize=9624992 CPUtime=0 cores=0,2,4,6
/proc/13055/task/13088/stat : 13088 (java) S 13052 13055 13009 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 112634323 9855991808 2068821 33554432000 1073741824 1073778376 140733668326688 139825408621560 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=13055/tid=13090] ppid=13052 vsize=9624992 CPUtime=0.58 cores=0,2,4,6
/proc/13055/task/13090/stat : 13090 (java) S 13052 13055 13009 0 -1 4202560 99 0 0 0 30 28 0 0 20 0 19 0 112634323 9855991808 2068821 33554432000 1073741824 1073778376 140733668326688 139825407569224 270710912937 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=13055/tid=13092] ppid=13052 vsize=9624992 CPUtime=0 cores=0,2,4,6
/proc/13055/task/13092/stat : 13092 (java) S 13052 13055 13009 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 112634420 9855991808 2068821 33554432000 1073741824 1073778376 140733668326688 139825406513960 270710912937 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
Current children cumulated CPU time (s) 1746.82
Current children cumulated vsize (KiB) 9624992

[startup+1704.01 s]
/proc/loadavg: 2.17 2.19 2.15 3/213 13159
/proc/meminfo: memFree=18883424/32872528 swapFree=16384/1696552
[pid=13055] ppid=13052 vsize=9691556 CPUtime=1748.43 cores=0,2,4,6
/proc/13055/stat : 13055 (java) S 13052 13055 13009 0 -1 4202496 66846 0 28 0 173987 856 0 0 20 0 19 0 112634300 9924153344 2068829 33554432000 1073741824 1073778376 140733668326688 140733668317824 270710898749 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 7 0 0
/proc/13055/statm: 2422889 2068829 2281 9 0 2413578 0
[pid=13055/tid=13057] ppid=13052 vsize=9691556 CPUtime=1662.99 cores=0,2,4,6
/proc/13055/task/13057/stat : 13057 (java) S 13052 13055 13009 0 -1 4202560 3347 0 7 0 166260 39 0 0 20 0 19 0 112634309 9924153344 2068829 33554432000 1073741824 1073778376 140733668326688 139826329449656 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 10 0 0
[pid=13055/tid=13059] ppid=13052 vsize=9691556 CPUtime=6.74 cores=0,2,4,6
/proc/13055/task/13059/stat : 13059 (java) S 13052 13055 13009 0 -1 4202560 4722 0 0 0 578 96 0 0 20 0 19 0 112634313 9924153344 2068829 33554432000 1073741824 1073778376 140733668326688 139826290940072 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=13055/tid=13061] ppid=13052 vsize=9691556 CPUtime=7.68 cores=0,2,4,6
/proc/13055/task/13061/stat : 13061 (java) S 13052 13055 13009 0 -1 4202560 8537 0 0 0 645 123 0 0 20 0 19 0 112634313 9924153344 2068829 33554432000 1073741824 1073778376 140733668326688 139826289887528 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=13055/tid=13062] ppid=13052 vsize=9691556 CPUtime=7.84 cores=0,2,4,6
/proc/13055/task/13062/stat : 13062 (java) S 13052 13055 13009 0 -1 4202560 5120 0 0 0 670 114 0 0 20 0 19 0 112634313 9924153344 2068829 33554432000 1073741824 1073778376 140733668326688 139826288834984 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=13055/tid=13063] ppid=13052 vsize=9691556 CPUtime=6.44 cores=0,2,4,6
/proc/13055/task/13063/stat : 13063 (java) S 13052 13055 13009 0 -1 4202560 5365 0 0 0 557 87 0 0 20 0 19 0 112634313 9924153344 2068829 33554432000 1073741824 1073778376 140733668326688 139826287782440 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=13055/tid=13065] ppid=13052 vsize=9691556 CPUtime=7.29 cores=0,2,4,6
/proc/13055/task/13065/stat : 13065 (java) S 13052 13055 13009 0 -1 4202560 4603 0 0 0 627 102 0 0 20 0 19 0 112634313 9924153344 2068829 33554432000 1073741824 1073778376 140733668326688 139826286729896 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=13055/tid=13067] ppid=13052 vsize=9691556 CPUtime=7 cores=0,2,4,6
/proc/13055/task/13067/stat : 13067 (java) S 13052 13055 13009 0 -1 4202560 3141 0 0 0 617 83 0 0 20 0 19 0 112634313 9924153344 2068829 33554432000 1073741824 1073778376 140733668326688 139826285677352 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=13055/tid=13069] ppid=13052 vsize=9691556 CPUtime=7.22 cores=0,2,4,6
/proc/13055/task/13069/stat : 13069 (java) S 13052 13055 13009 0 -1 4202560 5913 0 0 0 623 99 0 0 20 0 19 0 112634313 9924153344 2068829 33554432000 1073741824 1073778376 140733668326688 139826166754216 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=13055/tid=13071] ppid=13052 vsize=9691556 CPUtime=7.41 cores=0,2,4,6
/proc/13055/task/13071/stat : 13071 (java) S 13052 13055 13009 0 -1 4202560 6521 0 0 0 639 102 0 0 20 0 19 0 112634313 9924153344 2068829 33554432000 1073741824 1073778376 140733668326688 139826165701672 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=13055/tid=13076] ppid=13052 vsize=9691556 CPUtime=26.11 cores=0,2,4,6
/proc/13055/task/13076/stat : 13076 (java) R 13052 13055 13009 0 -1 4202560 9423 0 0 0 2595 16 0 0 20 0 19 0 112634316 9924153344 2068829 33554432000 1073741824 1073778376 140733668326688 139826153502984 270707212572 0 0 0 16800975 0 0 0 -1 0 0 0 0 0 0
[pid=13055/tid=13078] ppid=13052 vsize=9691556 CPUtime=0 cores=0,2,4,6
/proc/13055/task/13078/stat : 13078 (java) S 13052 13055 13009 0 -1 4202560 18 0 0 0 0 0 0 0 20 0 19 0 112634317 9924153344 2068829 33554432000 1073741824 1073778376 140733668326688 139826152449144 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=13055/tid=13079] ppid=13052 vsize=9691556 CPUtime=0 cores=0,2,4,6
/proc/13055/task/13079/stat : 13079 (java) S 13052 13055 13009 0 -1 4202560 13 0 0 0 0 0 0 0 20 0 19 0 112634317 9924153344 2068829 33554432000 1073741824 1073778376 140733668326688 139826151396488 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=13055/tid=13083] ppid=13052 vsize=9691556 CPUtime=0 cores=0,2,4,6
/proc/13055/task/13083/stat : 13083 (java) S 13052 13055 13009 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 112634323 9924153344 2068829 33554432000 1073741824 1073778376 140733668326688 139825411779088 270710920992 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=13055/tid=13085] ppid=13052 vsize=9691556 CPUtime=0.75 cores=0,2,4,6
/proc/13055/task/13085/stat : 13085 (java) S 13052 13055 13009 0 -1 4202560 4196 0 0 0 75 0 0 0 20 0 19 0 112634323 9924153344 2068829 33554432000 1073741824 1073778376 140733668326688 139825410726456 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=13055/tid=13087] ppid=13052 vsize=9691556 CPUtime=0.67 cores=0,2,4,6
/proc/13055/task/13087/stat : 13087 (java) S 13052 13055 13009 0 -1 4202560 4604 0 0 0 67 0 0 0 20 0 19 0 112634323 9924153344 2068829 33554432000 1073741824 1073778376 140733668326688 139825409673912 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=13055/tid=13088] ppid=13052 vsize=9691556 CPUtime=0 cores=0,2,4,6
/proc/13055/task/13088/stat : 13088 (java) S 13052 13055 13009 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 112634323 9924153344 2068829 33554432000 1073741824 1073778376 140733668326688 139825408621560 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=13055/tid=13090] ppid=13052 vsize=9691556 CPUtime=0.58 cores=0,2,4,6
/proc/13055/task/13090/stat : 13090 (java) S 13052 13055 13009 0 -1 4202560 99 0 0 0 30 28 0 0 20 0 19 0 112634323 9924153344 2068829 33554432000 1073741824 1073778376 140733668326688 139825407569224 270710912937 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=13055/tid=13159] ppid=13052 vsize=9691556 CPUtime=0 cores=0,2,4,6
/proc/13055/task/13159/stat : 13159 (java) S 13052 13055 13009 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 19 0 112804566 9924153344 2068829 33554432000 1073741824 1073778376 140733668326688 139825405459480 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 1748.43
Current children cumulated vsize (KiB) 9691556

[startup+1704.8 s]
/proc/loadavg: 2.17 2.19 2.15 3/213 13159
/proc/meminfo: memFree=18883424/32872528 swapFree=16384/1696552
[pid=13055] ppid=13052 vsize=9691556 CPUtime=1749.24 cores=0,2,4,6
/proc/13055/stat : 13055 (java) S 13052 13055 13009 0 -1 4202496 66857 0 28 0 174068 856 0 0 20 0 19 0 112634300 9924153344 2068830 33554432000 1073741824 1073778376 140733668326688 140733668317824 270710898749 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 7 0 0
/proc/13055/statm: 2422889 2068830 2281 9 0 2413578 0
[pid=13055/tid=13057] ppid=13052 vsize=9691556 CPUtime=1662.99 cores=0,2,4,6
/proc/13055/task/13057/stat : 13057 (java) S 13052 13055 13009 0 -1 4202560 3347 0 7 0 166260 39 0 0 20 0 19 0 112634309 9924153344 2068830 33554432000 1073741824 1073778376 140733668326688 139826329449656 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 10 0 0
[pid=13055/tid=13059] ppid=13052 vsize=9691556 CPUtime=6.74 cores=0,2,4,6
/proc/13055/task/13059/stat : 13059 (java) S 13052 13055 13009 0 -1 4202560 4722 0 0 0 578 96 0 0 20 0 19 0 112634313 9924153344 2068830 33554432000 1073741824 1073778376 140733668326688 139826290940072 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=13055/tid=13061] ppid=13052 vsize=9691556 CPUtime=7.68 cores=0,2,4,6
/proc/13055/task/13061/stat : 13061 (java) S 13052 13055 13009 0 -1 4202560 8537 0 0 0 645 123 0 0 20 0 19 0 112634313 9924153344 2068830 33554432000 1073741824 1073778376 140733668326688 139826289887528 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=13055/tid=13062] ppid=13052 vsize=9691556 CPUtime=7.84 cores=0,2,4,6
/proc/13055/task/13062/stat : 13062 (java) S 13052 13055 13009 0 -1 4202560 5120 0 0 0 670 114 0 0 20 0 19 0 112634313 9924153344 2068830 33554432000 1073741824 1073778376 140733668326688 139826288834984 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=13055/tid=13063] ppid=13052 vsize=9691556 CPUtime=6.44 cores=0,2,4,6
/proc/13055/task/13063/stat : 13063 (java) S 13052 13055 13009 0 -1 4202560 5365 0 0 0 557 87 0 0 20 0 19 0 112634313 9924153344 2068830 33554432000 1073741824 1073778376 140733668326688 139826287782440 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=13055/tid=13065] ppid=13052 vsize=9691556 CPUtime=7.29 cores=0,2,4,6
/proc/13055/task/13065/stat : 13065 (java) S 13052 13055 13009 0 -1 4202560 4603 0 0 0 627 102 0 0 20 0 19 0 112634313 9924153344 2068830 33554432000 1073741824 1073778376 140733668326688 139826286729896 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=13055/tid=13067] ppid=13052 vsize=9691556 CPUtime=7 cores=0,2,4,6
/proc/13055/task/13067/stat : 13067 (java) S 13052 13055 13009 0 -1 4202560 3141 0 0 0 617 83 0 0 20 0 19 0 112634313 9924153344 2068830 33554432000 1073741824 1073778376 140733668326688 139826285677352 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=13055/tid=13069] ppid=13052 vsize=9691556 CPUtime=7.22 cores=0,2,4,6
/proc/13055/task/13069/stat : 13069 (java) S 13052 13055 13009 0 -1 4202560 5913 0 0 0 623 99 0 0 20 0 19 0 112634313 9924153344 2068830 33554432000 1073741824 1073778376 140733668326688 139826166754216 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=13055/tid=13071] ppid=13052 vsize=9691556 CPUtime=7.41 cores=0,2,4,6
/proc/13055/task/13071/stat : 13071 (java) S 13052 13055 13009 0 -1 4202560 6521 0 0 0 639 102 0 0 20 0 19 0 112634313 9924153344 2068830 33554432000 1073741824 1073778376 140733668326688 139826165701672 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=13055/tid=13076] ppid=13052 vsize=9691556 CPUtime=26.88 cores=0,2,4,6
/proc/13055/task/13076/stat : 13076 (java) R 13052 13055 13009 0 -1 4202560 9423 0 0 0 2672 16 0 0 20 0 19 0 112634316 9924153344 2068830 33554432000 1073741824 1073778376 140733668326688 139826153502984 139826335957058 0 0 0 16800975 0 0 0 -1 0 0 0 0 0 0
[pid=13055/tid=13078] ppid=13052 vsize=9691556 CPUtime=0 cores=0,2,4,6
/proc/13055/task/13078/stat : 13078 (java) S 13052 13055 13009 0 -1 4202560 18 0 0 0 0 0 0 0 20 0 19 0 112634317 9924153344 2068830 33554432000 1073741824 1073778376 140733668326688 139826152449144 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=13055/tid=13079] ppid=13052 vsize=9691556 CPUtime=0 cores=0,2,4,6
/proc/13055/task/13079/stat : 13079 (java) S 13052 13055 13009 0 -1 4202560 13 0 0 0 0 0 0 0 20 0 19 0 112634317 9924153344 2068830 33554432000 1073741824 1073778376 140733668326688 139826151396488 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=13055/tid=13083] ppid=13052 vsize=9691556 CPUtime=0 cores=0,2,4,6
/proc/13055/task/13083/stat : 13083 (java) S 13052 13055 13009 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 112634323 9924153344 2068830 33554432000 1073741824 1073778376 140733668326688 139825411779088 270710920992 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=13055/tid=13085] ppid=13052 vsize=9691556 CPUtime=0.77 cores=0,2,4,6
/proc/13055/task/13085/stat : 13085 (java) S 13052 13055 13009 0 -1 4202560 4197 0 0 0 77 0 0 0 20 0 19 0 112634323 9924153344 2068830 33554432000 1073741824 1073778376 140733668326688 139825410726456 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=13055/tid=13087] ppid=13052 vsize=9691556 CPUtime=0.67 cores=0,2,4,6
/proc/13055/task/13087/stat : 13087 (java) S 13052 13055 13009 0 -1 4202560 4612 0 0 0 67 0 0 0 20 0 19 0 112634323 9924153344 2068830 33554432000 1073741824 1073778376 140733668326688 139825409664792 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=13055/tid=13088] ppid=13052 vsize=9691556 CPUtime=0 cores=0,2,4,6
/proc/13055/task/13088/stat : 13088 (java) S 13052 13055 13009 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 112634323 9924153344 2068830 33554432000 1073741824 1073778376 140733668326688 139825408621560 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=13055/tid=13090] ppid=13052 vsize=9691556 CPUtime=0.58 cores=0,2,4,6
/proc/13055/task/13090/stat : 13090 (java) S 13052 13055 13009 0 -1 4202560 99 0 0 0 30 28 0 0 20 0 19 0 112634323 9924153344 2068830 33554432000 1073741824 1073778376 140733668326688 139825407569224 270710912937 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=13055/tid=13159] ppid=13052 vsize=9691556 CPUtime=0.01 cores=0,2,4,6
/proc/13055/task/13159/stat : 13159 (java) S 13052 13055 13009 0 -1 4202560 11 0 0 0 1 0 0 0 20 0 19 0 112804566 9924153344 2068830 33554432000 1073741824 1073778376 140733668326688 139825405460440 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 1749.24
Current children cumulated vsize (KiB) 9691556

[startup+1705.6 s]
/proc/loadavg: 2.17 2.19 2.15 3/213 13159
/proc/meminfo: memFree=18883424/32872528 swapFree=16384/1696552
[pid=13055] ppid=13052 vsize=9691556 CPUtime=1750.05 cores=0,2,4,6
/proc/13055/stat : 13055 (java) S 13052 13055 13009 0 -1 4202496 66867 0 28 0 174149 856 0 0 20 0 19 0 112634300 9924153344 2068830 33554432000 1073741824 1073778376 140733668326688 140733668317824 270710898749 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 7 0 0
/proc/13055/statm: 2422889 2068830 2281 9 0 2413578 0
[pid=13055/tid=13057] ppid=13052 vsize=9691556 CPUtime=1662.99 cores=0,2,4,6
/proc/13055/task/13057/stat : 13057 (java) S 13052 13055 13009 0 -1 4202560 3347 0 7 0 166260 39 0 0 20 0 19 0 112634309 9924153344 2068830 33554432000 1073741824 1073778376 140733668326688 139826329449656 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 10 0 0
[pid=13055/tid=13059] ppid=13052 vsize=9691556 CPUtime=6.74 cores=0,2,4,6
/proc/13055/task/13059/stat : 13059 (java) S 13052 13055 13009 0 -1 4202560 4722 0 0 0 578 96 0 0 20 0 19 0 112634313 9924153344 2068830 33554432000 1073741824 1073778376 140733668326688 139826290940072 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=13055/tid=13061] ppid=13052 vsize=9691556 CPUtime=7.68 cores=0,2,4,6
/proc/13055/task/13061/stat : 13061 (java) S 13052 13055 13009 0 -1 4202560 8537 0 0 0 645 123 0 0 20 0 19 0 112634313 9924153344 2068830 33554432000 1073741824 1073778376 140733668326688 139826289887528 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=13055/tid=13062] ppid=13052 vsize=9691556 CPUtime=7.84 cores=0,2,4,6
/proc/13055/task/13062/stat : 13062 (java) S 13052 13055 13009 0 -1 4202560 5120 0 0 0 670 114 0 0 20 0 19 0 112634313 9924153344 2068830 33554432000 1073741824 1073778376 140733668326688 139826288834984 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=13055/tid=13063] ppid=13052 vsize=9691556 CPUtime=6.44 cores=0,2,4,6
/proc/13055/task/13063/stat : 13063 (java) S 13052 13055 13009 0 -1 4202560 5365 0 0 0 557 87 0 0 20 0 19 0 112634313 9924153344 2068830 33554432000 1073741824 1073778376 140733668326688 139826287782440 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=13055/tid=13065] ppid=13052 vsize=9691556 CPUtime=7.29 cores=0,2,4,6
/proc/13055/task/13065/stat : 13065 (java) S 13052 13055 13009 0 -1 4202560 4603 0 0 0 627 102 0 0 20 0 19 0 112634313 9924153344 2068830 33554432000 1073741824 1073778376 140733668326688 139826286729896 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=13055/tid=13067] ppid=13052 vsize=9691556 CPUtime=7 cores=0,2,4,6
/proc/13055/task/13067/stat : 13067 (java) S 13052 13055 13009 0 -1 4202560 3141 0 0 0 617 83 0 0 20 0 19 0 112634313 9924153344 2068830 33554432000 1073741824 1073778376 140733668326688 139826285677352 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=13055/tid=13069] ppid=13052 vsize=9691556 CPUtime=7.22 cores=0,2,4,6
/proc/13055/task/13069/stat : 13069 (java) S 13052 13055 13009 0 -1 4202560 5913 0 0 0 623 99 0 0 20 0 19 0 112634313 9924153344 2068830 33554432000 1073741824 1073778376 140733668326688 139826166754216 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=13055/tid=13071] ppid=13052 vsize=9691556 CPUtime=7.41 cores=0,2,4,6
/proc/13055/task/13071/stat : 13071 (java) S 13052 13055 13009 0 -1 4202560 6521 0 0 0 639 102 0 0 20 0 19 0 112634313 9924153344 2068830 33554432000 1073741824 1073778376 140733668326688 139826165701672 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=13055/tid=13076] ppid=13052 vsize=9691556 CPUtime=27.68 cores=0,2,4,6
/proc/13055/task/13076/stat : 13076 (java) R 13052 13055 13009 0 -1 4202560 9423 0 0 0 2752 16 0 0 20 0 19 0 112634316 9924153344 2068830 33554432000 1073741824 1073778376 140733668326688 139826153502824 139826335572731 0 0 0 16800975 0 0 0 -1 0 0 0 0 0 0
[pid=13055/tid=13078] ppid=13052 vsize=9691556 CPUtime=0 cores=0,2,4,6
/proc/13055/task/13078/stat : 13078 (java) S 13052 13055 13009 0 -1 4202560 18 0 0 0 0 0 0 0 20 0 19 0 112634317 9924153344 2068830 33554432000 1073741824 1073778376 140733668326688 139826152449144 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=13055/tid=13079] ppid=13052 vsize=9691556 CPUtime=0 cores=0,2,4,6
/proc/13055/task/13079/stat : 13079 (java) S 13052 13055 13009 0 -1 4202560 13 0 0 0 0 0 0 0 20 0 19 0 112634317 9924153344 2068830 33554432000 1073741824 1073778376 140733668326688 139826151396488 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=13055/tid=13083] ppid=13052 vsize=9691556 CPUtime=0 cores=0,2,4,6
/proc/13055/task/13083/stat : 13083 (java) S 13052 13055 13009 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 112634323 9924153344 2068830 33554432000 1073741824 1073778376 140733668326688 139825411779088 270710920992 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=13055/tid=13085] ppid=13052 vsize=9691556 CPUtime=0.77 cores=0,2,4,6
/proc/13055/task/13085/stat : 13085 (java) S 13052 13055 13009 0 -1 4202560 4197 0 0 0 77 0 0 0 20 0 19 0 112634323 9924153344 2068830 33554432000 1073741824 1073778376 140733668326688 139825410726456 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=13055/tid=13087] ppid=13052 vsize=9691556 CPUtime=0.68 cores=0,2,4,6
/proc/13055/task/13087/stat : 13087 (java) S 13052 13055 13009 0 -1 4202560 4620 0 0 0 68 0 0 0 20 0 19 0 112634323 9924153344 2068830 33554432000 1073741824 1073778376 140733668326688 139825409649512 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=13055/tid=13088] ppid=13052 vsize=9691556 CPUtime=0 cores=0,2,4,6
/proc/13055/task/13088/stat : 13088 (java) S 13052 13055 13009 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 112634323 9924153344 2068830 33554432000 1073741824 1073778376 140733668326688 139825408621560 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=13055/tid=13090] ppid=13052 vsize=9691556 CPUtime=0.58 cores=0,2,4,6
/proc/13055/task/13090/stat : 13090 (java) S 13052 13055 13009 0 -1 4202560 99 0 0 0 30 28 0 0 20 0 19 0 112634323 9924153344 2068830 33554432000 1073741824 1073778376 140733668326688 139825407569224 270710912937 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=13055/tid=13159] ppid=13052 vsize=9691556 CPUtime=0.01 cores=0,2,4,6
/proc/13055/task/13159/stat : 13159 (java) S 13052 13055 13009 0 -1 4202560 13 0 0 0 1 0 0 0 20 0 19 0 112804566 9924153344 2068830 33554432000 1073741824 1073778376 140733668326688 139825405460440 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 1750.05
Current children cumulated vsize (KiB) 9691556

[startup+1706 s]
/proc/loadavg: 2.17 2.19 2.15 3/213 13159
/proc/meminfo: memFree=18883424/32872528 swapFree=16384/1696552
[pid=13055] ppid=13052 vsize=0 CPUtime=1750.97 cores=0,2,4,6
/proc/13055/stat : 13055 (java) Z 13052 13055 13009 0 -1 4202508 66879 0 28 0 174192 905 0 0 20 0 2 0 112634300 0 0 33554432000 0 0 0 0 0 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 7 0 0
/proc/13055/statm: 0 0 0 0 0 0 0
[pid=13055/tid=13061] ppid=13052 vsize=0 CPUtime=7.72 cores=0,2,4,6
/proc/13055/task/13061/stat : 13061 (java) R 13052 13055 13009 0 -1 4203588 8537 0 0 0 646 126 0 0 20 0 2 0 112634313 0 0 33554432000 0 0 0 0 0 0 4 0 16800975 18446744073709551615 0 0 -1 0 0 0 0 0 0
Current children cumulated CPU time (s) 1750.97
Current children cumulated vsize (KiB) 0

Child status: 1
Real time (s): 1706
CPU time (s): 1750.99
CPU user time (s): 1741.93
CPU system time (s): 9.06462
CPU usage (%): 102.637
Max. virtual memory (cumulated for all children) (KiB): 9691556

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1741.93
system time used= 9.06462
maximum resident set size= 8275332
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 66879
page faults= 28
swaps= 0
block input operations= 12648
block output operations= 1664
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 40620
involuntary context switches= 17576

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 9.72952 second user time and 7.8908 second system time

The end

Launcher Data

Begin job on node125 at 2016-06-07 15:43:32
IDJOB=4084948
IDBENCH=91273
IDSOLVER=2546
FILE ID=node125/4084948-1465307012
RUNJOBID= node125-1465307012-13025
PBS_JOBID= 19849496
Free space on /tmp= 71740 MiB

SOLVER NAME= Sat4j PB 2.3.6 Resolution PB16
BENCH NAME= PB12/normalized-PB12/OPT-BIGINT-LIN/sroussel/BA/normalized-BA_RDC4.dot_luby_0null50mast_rapportOE1.0_TMAX180_K67_cod1.opb
COMMAND LINE= java -jar sat4j-pb.jar BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4084948-1465307012/watcher-4084948-1465307012 -o /tmp/evaluation-result-4084948-1465307012/solver-4084948-1465307012 -C 1800 -W 1900 -M 15500 --bin-var /tmp/runsolver-exch-node125-1465307012-13025 --watchdog 1960  java -jar sat4j-pb.jar HOME/instance-4084948-1465307012.opb

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

MD5SUM BENCH= e7d71f8c85158f98a7e157e1065b4cf5
RANDOM SEED=625540642

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

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

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

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

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

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

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


/proc/meminfo:
MemTotal:       32872528 kB
MemFree:        30055088 kB
Buffers:           58372 kB
Cached:           315232 kB
SwapCached:         1700 kB
Active:            59660 kB
Inactive:         316880 kB
Active(anon):       2656 kB
Inactive(anon):     2980 kB
Active(file):      57004 kB
Inactive(file):   313900 kB
Unevictable:     1696552 kB
Mlocked:           16384 kB
SwapTotal:      67108856 kB
SwapFree:       67098580 kB
Dirty:              7012 kB
Writeback:             0 kB
AnonPages:       1699720 kB
Mapped:             6732 kB
Shmem:                 0 kB
Slab:             609824 kB
SReclaimable:      53932 kB
SUnreclaim:       555892 kB
KernelStack:        1352 kB
PageTables:         7592 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545120 kB
Committed_AS:    1815700 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346412 kB
VmallocChunk:   34341988032 kB
HardwareCorrupted:     0 kB
AnonHugePages:   1683456 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:        7552 kB
DirectMap2M:    33538048 kB

Free space on /tmp at the end= 71736 MiB
End job on node125 at 2016-06-07 16:11:59