Trace number 3739050

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.1? (exit code) 1374.91 1369.87

General information on the benchmark

Name/OPT-BIGINT-LIN/leberre/opb-paranoid/misc2010/datasets/
10orplus/normalized-evolution-dev.cudf.paranoid.opb
MD5SUM936dd9c91ca1d73fea84b29056b5486e
Bench CategoryOPT-BIGINT-LIN (optimisation, big integers, linear constraints)
Best result obtained on this benchmarkOPT
Best value of the objective obtained on this benchmark197900
Best CPU time to get the best result obtained on this benchmark1130.86
Has Objective FunctionYES
Satisfiable
(Un)Satisfiability was proved
Best value of the objective function
Optimality of the best value was proved
Number of variables19789
Total number of constraints96508
Number of constraints which are clauses94939
Number of constraints which are cardinality constraints (but not clauses)1569
Number of constraints which are nor clauses,nor cardinality constraints0
Minimum length of a constraint1
Maximum length of a constraint2962
Number of terms in the objective function 7258
Biggest coefficient in the objective function 4300
Number of bits for the biggest coefficient in the objective function 13
Sum of the numbers in the objective function 12732298
Number of bits of the sum of numbers in the objective function 24
Biggest number in a constraint 4300
Number of bits of the biggest number in a constraint 13
Biggest sum of numbers in a constraint 12732298
Number of bits of the biggest sum of numbers24
Number of products (including duplicates)0
Sum of products size (including duplicates)0
Number of different products0
Sum of products size0

Quality of the solution as a function of time


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

Solver Data

0.00/0.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-3739050-1338767356.opb
0.09/0.11	c reading problem ... 
1.36/0.90	c ... done. Wall clock time 0.791s.
1.36/0.90	c #vars     19789
1.36/0.90	c #constraints  96371
1.36/0.90	c constraints type 
1.36/0.90	c org.sat4j.minisat.constraints.card.MinWatchCard => 1569
1.36/0.90	c org.sat4j.minisat.constraints.cnf.OriginalBinaryClause => 36261
1.36/0.90	c org.sat4j.minisat.constraints.cnf.OriginalHTClause => 58499
2.25/1.33	c SATISFIABLE
2.25/1.33	c OPTIMIZING...
2.25/1.33	c Got one! Elapsed wall clock time (in seconds):1.224
2.25/1.33	o 370008
2.70/1.63	c Got one! Elapsed wall clock time (in seconds):1.516
2.70/1.63	o 352841
3.20/2.04	c Got one! Elapsed wall clock time (in seconds):1.927
3.20/2.04	o 318426
3.43/2.21	c Got one! Elapsed wall clock time (in seconds):2.099
3.43/2.21	o 301141
3.93/2.72	c Got one! Elapsed wall clock time (in seconds):2.611
3.93/2.72	o 296960
4.14/2.92	c Got one! Elapsed wall clock time (in seconds):2.808
4.14/2.92	o 292532
4.24/3.08	c Got one! Elapsed wall clock time (in seconds):2.971
4.24/3.08	o 266735
4.56/3.35	c Got one! Elapsed wall clock time (in seconds):3.243
4.56/3.35	o 262472
5.05/3.89	c Got one! Elapsed wall clock time (in seconds):3.776
5.05/3.89	o 262471
5.56/4.32	c Got one! Elapsed wall clock time (in seconds):4.212
5.56/4.32	o 262470
5.66/4.42	c Got one! Elapsed wall clock time (in seconds):4.31
5.66/4.42	o 258341
5.76/4.51	c Got one! Elapsed wall clock time (in seconds):4.399
5.76/4.51	o 249724
6.36/5.15	c Got one! Elapsed wall clock time (in seconds):5.035
6.36/5.15	o 249564
16.81/15.52	c Got one! Elapsed wall clock time (in seconds):15.406
16.81/15.52	o 249563
38.01/36.67	c Got one! Elapsed wall clock time (in seconds):36.563
38.01/36.67	o 249562
40.11/38.74	c Got one! Elapsed wall clock time (in seconds):38.624
40.11/38.74	o 249561
40.51/39.17	c Got one! Elapsed wall clock time (in seconds):39.062
40.51/39.17	o 249560
41.41/40.02	c Got one! Elapsed wall clock time (in seconds):39.904
41.41/40.02	o 249559
44.22/42.85	c Got one! Elapsed wall clock time (in seconds):42.737
44.22/42.85	o 249558
68.42/67.10	c Got one! Elapsed wall clock time (in seconds):66.991
68.42/67.10	o 249557
74.42/73.08	c Got one! Elapsed wall clock time (in seconds):72.972
74.42/73.08	o 245376
77.62/76.29	c Got one! Elapsed wall clock time (in seconds):76.176
77.62/76.29	o 245375
78.62/77.26	c Got one! Elapsed wall clock time (in seconds):77.145
78.62/77.26	o 245352
80.41/79.01	c Got one! Elapsed wall clock time (in seconds):78.899
80.41/79.01	o 245342
88.81/87.43	c Got one! Elapsed wall clock time (in seconds):87.317
88.81/87.43	o 245295
91.62/90.21	c Got one! Elapsed wall clock time (in seconds):90.104
91.62/90.21	o 245294
93.11/91.74	c Got one! Elapsed wall clock time (in seconds):91.625
93.11/91.74	o 245293
94.42/93.03	c Got one! Elapsed wall clock time (in seconds):92.919
94.42/93.03	o 245292
100.32/98.96	c Got one! Elapsed wall clock time (in seconds):98.847
100.32/98.96	o 245291
100.92/99.58	c Got one! Elapsed wall clock time (in seconds):99.468
100.92/99.58	o 245290
105.83/104.22	c Got one! Elapsed wall clock time (in seconds):104.106
105.83/104.22	o 245289
110.13/108.55	c Got one! Elapsed wall clock time (in seconds):108.434
110.13/108.55	o 241082
137.42/135.86	c Got one! Elapsed wall clock time (in seconds):135.753
137.42/135.86	o 241081
242.62/240.72	c Got one! Elapsed wall clock time (in seconds):240.612
242.62/240.72	o 241080
393.90/391.64	c Got one! Elapsed wall clock time (in seconds):391.528
393.90/391.64	o 241079
421.39/419.12	c Got one! Elapsed wall clock time (in seconds):419.005
421.39/419.12	o 241078
423.78/421.53	c Got one! Elapsed wall clock time (in seconds):421.419
423.78/421.53	o 241058
428.49/426.22	c Got one! Elapsed wall clock time (in seconds):426.113
428.49/426.22	o 241019
430.19/427.91	c Got one! Elapsed wall clock time (in seconds):427.799
430.19/427.91	o 241018
433.39/430.73	c Got one! Elapsed wall clock time (in seconds):430.621
433.39/430.73	o 241014
442.79/440.19	c Got one! Elapsed wall clock time (in seconds):440.082
442.79/440.19	o 241013
444.59/441.94	c Got one! Elapsed wall clock time (in seconds):441.83
444.59/441.94	o 241012
446.59/443.90	c Got one! Elapsed wall clock time (in seconds):443.791
446.59/443.90	o 241011
446.69/444.05	c Got one! Elapsed wall clock time (in seconds):443.936
446.69/444.05	o 236821
446.79/444.17	c Got one! Elapsed wall clock time (in seconds):444.06
446.79/444.17	o 236820
495.88/492.92	c Got one! Elapsed wall clock time (in seconds):492.807
495.88/492.92	o 236819
497.28/494.33	c Got one! Elapsed wall clock time (in seconds):494.215
497.28/494.33	o 236738
508.77/505.82	c Got one! Elapsed wall clock time (in seconds):505.712
508.77/505.82	o 236737
512.07/509.10	c Got one! Elapsed wall clock time (in seconds):508.986
512.07/509.10	o 236680
526.47/523.27	c Got one! Elapsed wall clock time (in seconds):523.159
526.47/523.27	o 236679
535.17/531.94	c Got one! Elapsed wall clock time (in seconds):531.828
535.17/531.94	o 236678
537.88/534.69	c Got one! Elapsed wall clock time (in seconds):534.579
537.88/534.69	o 236677
549.87/546.66	c Got one! Elapsed wall clock time (in seconds):546.553
549.87/546.66	o 236676
564.37/561.10	c Got one! Elapsed wall clock time (in seconds):560.991
564.37/561.10	o 236675
565.67/562.43	c Got one! Elapsed wall clock time (in seconds):562.317
565.67/562.43	o 236674
568.29/564.81	c Got one! Elapsed wall clock time (in seconds):564.694
568.29/564.81	o 236673
574.69/571.28	c Got one! Elapsed wall clock time (in seconds):571.171
574.69/571.28	o 236672
652.90/649.17	c Got one! Elapsed wall clock time (in seconds):649.064
652.90/649.17	o 236671
656.30/652.52	c Got one! Elapsed wall clock time (in seconds):652.408
656.30/652.52	o 236670
693.20/689.13	c Got one! Elapsed wall clock time (in seconds):689.016
693.20/689.13	o 236669
719.70/715.67	c Got one! Elapsed wall clock time (in seconds):715.562
719.70/715.67	o 236668
724.51/720.48	c Got one! Elapsed wall clock time (in seconds):720.369
724.51/720.48	o 236667
816.79/812.39	c Got one! Elapsed wall clock time (in seconds):812.282
816.79/812.39	o 236666
833.38/828.92	c Got one! Elapsed wall clock time (in seconds):828.806
833.38/828.92	o 232977
841.08/836.61	c Got one! Elapsed wall clock time (in seconds):836.495
841.08/836.61	o 232444
845.68/841.21	c Got one! Elapsed wall clock time (in seconds):841.098
845.68/841.21	o 232443
905.98/901.30	c Got one! Elapsed wall clock time (in seconds):901.192
905.98/901.30	o 232442
1367.92/1362.82	Exception in thread "main" java.lang.OutOfMemoryError: GC overhead limit exceeded
1367.92/1362.82		at java.math.BigInteger.add(BigInteger.java:1023)
1367.92/1362.82		at org.sat4j.pb.constraints.pb.MaxWatchPb.undo(Unknown Source)
1367.92/1362.82		at org.sat4j.minisat.core.Solver.undoOne(Unknown Source)
1367.92/1362.82		at org.sat4j.minisat.core.Solver.analyze(Unknown Source)
1367.92/1362.82		at org.sat4j.minisat.core.Solver.search(Unknown Source)
1367.92/1362.82		at org.sat4j.minisat.core.Solver.isSatisfiable(Unknown Source)
1367.92/1362.82		at org.sat4j.tools.SolverDecorator.isSatisfiable(Unknown Source)
1367.92/1362.82		at org.sat4j.pb.PseudoOptDecorator.admitABetterSolution(Unknown Source)
1367.92/1362.82		at org.sat4j.pb.PseudoOptDecorator.admitABetterSolution(Unknown Source)
1367.92/1362.82		at org.sat4j.AbstractOptimizationLauncher.solve(Unknown Source)
1367.92/1362.82		at org.sat4j.AbstractLauncher.run(Unknown Source)
1367.92/1362.82		at org.sat4j.pb.LanceurPseudo2007.main(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-3739050-1338767356/watcher-3739050-1338767356 -o /tmp/evaluation-result-3739050-1338767356/solver-3739050-1338767356 -C 1800 -W 1900 -M 15500 java6 -server -Xms1300m -Xmx1300m -jar HOME/org.sat4j.pb.jar HOME/instance-3739050-1338767356.opb 

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

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


[startup+0 s]
/proc/loadavg: 2.16 2.08 2.03 2/193 5842
/proc/meminfo: memFree=27552948/32873648 swapFree=7388/7388
[pid=5842] ppid=5840 vsize=2312 CPUtime=0 cores=0,2,4,6
/proc/5842/stat : 5842 (java) R 5840 5842 959 0 -1 4194304 253 0 0 0 0 0 0 0 20 0 1 0 342860154 2367488 2 33554432000 0 0 140736559207915 140734997024920 212073082295 0 0 4096 0 0 0 0 17 4 0 0 0 0 0
/proc/5842/statm: 67 7 3 9 0 24 0

[startup+0.0221849 s]
/proc/loadavg: 2.16 2.08 2.03 2/193 5842
/proc/meminfo: memFree=27552948/32873648 swapFree=7388/7388
[pid=5842] ppid=5840 vsize=1572256 CPUtime=0 cores=0,2,4,6
/proc/5842/stat : 5842 (java) S 5840 5842 959 0 -1 4202496 2598 0 1 0 0 0 0 0 20 0 2 0 342860154 1609990144 2279 33554432000 1073741824 1073778376 140736559204608 140736559195744 212076625981 0 0 0 16784584 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/5842/statm: 393064 2295 942 9 0 384173 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 1572256

[startup+0.100231 s]
/proc/loadavg: 2.16 2.08 2.03 2/193 5842
/proc/meminfo: memFree=27552948/32873648 swapFree=7388/7388
[pid=5842] ppid=5840 vsize=2648568 CPUtime=0.09 cores=0,2,4,6
/proc/5842/stat : 5842 (java) S 5840 5842 959 0 -1 4202496 4674 0 1 0 8 1 0 0 20 0 18 0 342860154 2712133632 6392 33554432000 1073741824 1073778376 140736559204608 140736559195744 212076625981 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/5842/statm: 662142 6393 2109 9 0 652835 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 2648568

[startup+0.300229 s]
/proc/loadavg: 2.16 2.08 2.03 2/193 5842
/proc/meminfo: memFree=27552948/32873648 swapFree=7388/7388
[pid=5842] ppid=5840 vsize=2648568 CPUtime=0.49 cores=0,2,4,6
/proc/5842/stat : 5842 (java) S 5840 5842 959 0 -1 4202496 6103 0 1 0 48 1 0 0 20 0 18 0 342860154 2712133632 10157 33554432000 1073741824 1073778376 140736559204608 140736559195744 212076625981 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/5842/statm: 662142 10157 2221 9 0 652835 0
Current children cumulated CPU time (s) 0.49
Current children cumulated vsize (KiB) 2648568

[startup+0.700245 s]
/proc/loadavg: 2.16 2.08 2.03 2/193 5842
/proc/meminfo: memFree=27552948/32873648 swapFree=7388/7388
[pid=5842] ppid=5840 vsize=2648568 CPUtime=1.1 cores=0,2,4,6
/proc/5842/stat : 5842 (java) S 5840 5842 959 0 -1 4202496 9373 0 1 0 106 4 0 0 20 0 18 0 342860154 2712133632 54788 33554432000 1073741824 1073778376 140736559204608 140736559195744 212076625981 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/5842/statm: 662142 55300 2241 9 0 652835 0
Current children cumulated CPU time (s) 1.1
Current children cumulated vsize (KiB) 2648568

[startup+1.50069 s]
/proc/loadavg: 2.16 2.08 2.03 5/211 5860
/proc/meminfo: memFree=27183732/32873648 swapFree=7388/7388
[pid=5842] ppid=5840 vsize=2715132 CPUtime=2.59 cores=0,2,4,6
/proc/5842/stat : 5842 (java) S 5840 5842 959 0 -1 4202496 11702 0 1 0 251 8 0 0 20 0 19 0 342860154 2780295168 94368 33554432000 1073741824 1073778376 140736559204608 140736559195744 212076625981 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/5842/statm: 678783 94368 2273 9 0 669476 0
[pid=5842/tid=5844] ppid=5840 vsize=2715132 CPUtime=1.45 cores=0,2,4,6
/proc/5842/task/5844/stat : 5844 (java) R 5840 5842 959 0 -1 4202560 2933 0 1 0 139 6 0 0 20 0 19 0 342860155 2780295168 94368 33554432000 1073741824 1073778376 140736559204608 139987286713336 139987159609981 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0
[pid=5842/tid=5845] ppid=5840 vsize=2715132 CPUtime=0 cores=0,2,4,6
/proc/5842/task/5845/stat : 5845 (java) S 5840 5842 959 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 342860156 2780295168 94368 33554432000 1073741824 1073778376 140736559204608 139987153378088 212076639292 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=5842/tid=5846] ppid=5840 vsize=2715132 CPUtime=0 cores=0,2,4,6
/proc/5842/task/5846/stat : 5846 (java) S 5840 5842 959 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 342860156 2780295168 94368 33554432000 1073741824 1073778376 140736559204608 139987152325288 212076639292 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=5842/tid=5847] ppid=5840 vsize=2715132 CPUtime=0 cores=0,2,4,6
/proc/5842/task/5847/stat : 5847 (java) S 5840 5842 959 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 342860156 2780295168 94368 33554432000 1073741824 1073778376 140736559204608 139987151273000 212076639292 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=5842/tid=5848] ppid=5840 vsize=2715132 CPUtime=0 cores=0,2,4,6
/proc/5842/task/5848/stat : 5848 (java) S 5840 5842 959 0 -1 4202560 11 0 0 0 0 0 0 0 20 0 19 0 342860156 2780295168 94368 33554432000 1073741824 1073778376 140736559204608 139987150220200 212076639292 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=5842/tid=5849] ppid=5840 vsize=2715132 CPUtime=0 cores=0,2,4,6
/proc/5842/task/5849/stat : 5849 (java) S 5840 5842 959 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 342860156 2780295168 94368 33554432000 1073741824 1073778376 140736559204608 139987149166888 212076639292 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=5842/tid=5850] ppid=5840 vsize=2715132 CPUtime=0 cores=0,2,4,6
/proc/5842/task/5850/stat : 5850 (java) S 5840 5842 959 0 -1 4202560 5 0 0 0 0 0 0 0 20 0 19 0 342860156 2780295168 94368 33554432000 1073741824 1073778376 140736559204608 139987148114088 212076639292 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=5842/tid=5851] ppid=5840 vsize=2715132 CPUtime=0 cores=0,2,4,6
/proc/5842/task/5851/stat : 5851 (java) S 5840 5842 959 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 19 0 342860156 2780295168 94368 33554432000 1073741824 1073778376 140736559204608 139987147061800 212076639292 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=5842/tid=5852] ppid=5840 vsize=2715132 CPUtime=0 cores=0,2,4,6
/proc/5842/task/5852/stat : 5852 (java) S 5840 5842 959 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 342860156 2780295168 94368 33554432000 1073741824 1073778376 140736559204608 139987146009000 212076639292 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=5842/tid=5853] ppid=5840 vsize=2715132 CPUtime=0 cores=0,2,4,6
/proc/5842/task/5853/stat : 5853 (java) S 5840 5842 959 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 19 0 342860157 2780295168 94368 33554432000 1073741824 1073778376 140736559204608 139986663234280 212076640169 0 0 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=5842/tid=5854] ppid=5840 vsize=2715132 CPUtime=0 cores=0,2,4,6
/proc/5842/task/5854/stat : 5854 (java) S 5840 5842 959 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 342860158 2780295168 94368 33554432000 1073741824 1073778376 140736559204608 139986662180344 212076639292 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=5842/tid=5855] ppid=5840 vsize=2715132 CPUtime=0 cores=0,2,4,6
/proc/5842/task/5855/stat : 5855 (java) S 5840 5842 959 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 342860158 2780295168 94368 33554432000 1073741824 1073778376 140736559204608 139986661127944 212076639292 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=5842/tid=5856] ppid=5840 vsize=2715132 CPUtime=0 cores=0,2,4,6
/proc/5842/task/5856/stat : 5856 (java) S 5840 5842 959 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 342860160 2780295168 94368 33554432000 1073741824 1073778376 140736559204608 139986660076432 212076648224 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=5842/tid=5857] ppid=5840 vsize=2715132 CPUtime=0.49 cores=0,2,4,6
/proc/5842/task/5857/stat : 5857 (java) S 5840 5842 959 0 -1 4202560 2863 0 0 0 49 0 0 0 20 0 19 0 342860160 2780295168 94368 33554432000 1073741824 1073778376 140736559204608 139986659023032 212076639292 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=5842/tid=5858] ppid=5840 vsize=2715132 CPUtime=0.57 cores=0,2,4,6
/proc/5842/task/5858/stat : 5858 (java) S 5840 5842 959 0 -1 4202560 4682 0 0 0 57 0 0 0 20 0 19 0 342860161 2780295168 94368 33554432000 1073741824 1073778376 140736559204608 139986657970232 212076639292 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=5842/tid=5859] ppid=5840 vsize=2715132 CPUtime=0 cores=0,2,4,6
/proc/5842/task/5859/stat : 5859 (java) S 5840 5842 959 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 342860161 2780295168 94368 33554432000 1073741824 1073778376 140736559204608 139986656918136 212076639292 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=5842/tid=5860] ppid=5840 vsize=2715132 CPUtime=0 cores=0,2,4,6
/proc/5842/task/5860/stat : 5860 (java) S 5840 5842 959 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 342860161 2780295168 94368 33554432000 1073741824 1073778376 140736559204608 139986655865544 212076640169 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 2.59
Current children cumulated vsize (KiB) 2715132

[startup+3.10072 s]
/proc/loadavg: 2.16 2.08 2.03 3/212 5861
/proc/meminfo: memFree=27182360/32873648 swapFree=7388/7388
[pid=5842] ppid=5840 vsize=2715132 CPUtime=4.34 cores=0,2,4,6
/proc/5842/stat : 5842 (java) S 5840 5842 959 0 -1 4202496 11703 0 1 0 426 8 0 0 20 0 19 0 342860154 2780295168 94368 33554432000 1073741824 1073778376 140736559204608 140736559195744 212076625981 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/5842/statm: 678783 94368 2273 9 0 669476 0
[pid=5842/tid=5844] ppid=5840 vsize=2715132 CPUtime=3.04 cores=0,2,4,6
/proc/5842/task/5844/stat : 5844 (java) R 5840 5842 959 0 -1 4202560 2934 0 1 0 298 6 0 0 20 0 19 0 342860155 2780295168 94368 33554432000 1073741824 1073778376 140736559204608 139987286710912 139987159559204 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0
[pid=5842/tid=5845] ppid=5840 vsize=2715132 CPUtime=0 cores=0,2,4,6
/proc/5842/task/5845/stat : 5845 (java) S 5840 5842 959 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 342860156 2780295168 94368 33554432000 1073741824 1073778376 140736559204608 139987153378088 212076639292 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=5842/tid=5846] ppid=5840 vsize=2715132 CPUtime=0 cores=0,2,4,6
/proc/5842/task/5846/stat : 5846 (java) S 5840 5842 959 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 342860156 2780295168 94368 33554432000 1073741824 1073778376 140736559204608 139987152325288 212076639292 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=5842/tid=5847] ppid=5840 vsize=2715132 CPUtime=0 cores=0,2,4,6
/proc/5842/task/5847/stat : 5847 (java) S 5840 5842 959 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 342860156 2780295168 94368 33554432000 1073741824 1073778376 140736559204608 139987151273000 212076639292 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=5842/tid=5848] ppid=5840 vsize=2715132 CPUtime=0 cores=0,2,4,6
/proc/5842/task/5848/stat : 5848 (java) S 5840 5842 959 0 -1 4202560 11 0 0 0 0 0 0 0 20 0 19 0 342860156 2780295168 94368 33554432000 1073741824 1073778376 140736559204608 139987150220200 212076639292 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=5842/tid=5849] ppid=5840 vsize=2715132 CPUtime=0 cores=0,2,4,6
/proc/5842/task/5849/stat : 5849 (java) S 5840 5842 959 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 342860156 2780295168 94368 33554432000 1073741824 1073778376 140736559204608 139987149166888 212076639292 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=5842/tid=5850] ppid=5840 vsize=2715132 CPUtime=0 cores=0,2,4,6
/proc/5842/task/5850/stat : 5850 (java) S 5840 5842 959 0 -1 4202560 5 0 0 0 0 0 0 0 20 0 19 0 342860156 2780295168 94368 33554432000 1073741824 1073778376 140736559204608 139987148114088 212076639292 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=5842/tid=5851] ppid=5840 vsize=2715132 CPUtime=0 cores=0,2,4,6
/proc/5842/task/5851/stat : 5851 (java) S 5840 5842 959 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 19 0 342860156 2780295168 94368 33554432000 1073741824 1073778376 140736559204608 139987147061800 212076639292 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=5842/tid=5852] ppid=5840 vsize=2715132 CPUtime=0 cores=0,2,4,6
/proc/5842/task/5852/stat : 5852 (java) S 5840 5842 959 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 342860156 2780295168 94368 33554432000 1073741824 1073778376 140736559204608 139987146009000 212076639292 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=5842/tid=5853] ppid=5840 vsize=2715132 CPUtime=0 cores=0,2,4,6
/proc/5842/task/5853/stat : 5853 (java) S 5840 5842 959 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 19 0 342860157 2780295168 94368 33554432000 1073741824 1073778376 140736559204608 139986663234280 212076640169 0 0 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=5842/tid=5854] ppid=5840 vsize=2715132 CPUtime=0 cores=0,2,4,6
/proc/5842/task/5854/stat : 5854 (java) S 5840 5842 959 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 342860158 2780295168 94368 33554432000 1073741824 1073778376 140736559204608 139986662180344 212076639292 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=5842/tid=5855] ppid=5840 vsize=2715132 CPUtime=0 cores=0,2,4,6
/proc/5842/task/5855/stat : 5855 (java) S 5840 5842 959 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 342860158 2780295168 94368 33554432000 1073741824 1073778376 140736559204608 139986661127944 212076639292 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=5842/tid=5856] ppid=5840 vsize=2715132 CPUtime=0 cores=0,2,4,6
/proc/5842/task/5856/stat : 5856 (java) S 5840 5842 959 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 342860160 2780295168 94368 33554432000 1073741824 1073778376 140736559204608 139986660076432 212076648224 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=5842/tid=5857] ppid=5840 vsize=2715132 CPUtime=0.56 cores=0,2,4,6
/proc/5842/task/5857/stat : 5857 (java) S 5840 5842 959 0 -1 4202560 2863 0 0 0 56 0 0 0 20 0 19 0 342860160 2780295168 94368 33554432000 1073741824 1073778376 140736559204608 139986659023032 212076639292 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=5842/tid=5858] ppid=5840 vsize=2715132 CPUtime=0.65 cores=0,2,4,6
/proc/5842/task/5858/stat : 5858 (java) S 5840 5842 959 0 -1 4202560 4682 0 0 0 65 0 0 0 20 0 19 0 342860161 2780295168 94368 33554432000 1073741824 1073778376 140736559204608 139986657970232 212076639292 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=5842/tid=5859] ppid=5840 vsize=2715132 CPUtime=0 cores=0,2,4,6
/proc/5842/task/5859/stat : 5859 (java) S 5840 5842 959 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 342860161 2780295168 94368 33554432000 1073741824 1073778376 140736559204608 139986656918136 212076639292 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=5842/tid=5860] ppid=5840 vsize=2715132 CPUtime=0 cores=0,2,4,6
/proc/5842/task/5860/stat : 5860 (java) S 5840 5842 959 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 342860161 2780295168 94368 33554432000 1073741824 1073778376 140736559204608 139986655865544 212076640169 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=5842/tid=5861] ppid=5840 vsize=2715132 CPUtime=0 cores=0,2,4,6
/proc/5842/task/5861/stat : 5861 (java) S 5840 5842 959 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 342860257 2780295168 94368 33554432000 1073741824 1073778376 140736559204608 139986654811560 212076640169 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
Current children cumulated CPU time (s) 4.34
Current children cumulated vsize (KiB) 2715132

[startup+6.30062 s]
/proc/loadavg: 2.15 2.08 2.03 3/213 5862
/proc/meminfo: memFree=27182004/32873648 swapFree=7388/7388
[pid=5842] ppid=5840 vsize=2715132 CPUtime=7.56 cores=0,2,4,6
/proc/5842/stat : 5842 (java) S 5840 5842 959 0 -1 4202496 11711 0 1 0 748 8 0 0 20 0 19 0 342860154 2780295168 94358 33554432000 1073741824 1073778376 140736559204608 140736559195744 212076625981 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/5842/statm: 678783 94358 2273 9 0 669476 0
[pid=5842/tid=5844] ppid=5840 vsize=2715132 CPUtime=6.23 cores=0,2,4,6
/proc/5842/task/5844/stat : 5844 (java) R 5840 5842 959 0 -1 4202560 2936 0 1 0 617 6 0 0 20 0 19 0 342860155 2780295168 94358 33554432000 1073741824 1073778376 140736559204608 139987286712664 139987159539820 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0
[pid=5842/tid=5845] ppid=5840 vsize=2715132 CPUtime=0 cores=0,2,4,6
/proc/5842/task/5845/stat : 5845 (java) S 5840 5842 959 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 342860156 2780295168 94358 33554432000 1073741824 1073778376 140736559204608 139987153378088 212076639292 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=5842/tid=5846] ppid=5840 vsize=2715132 CPUtime=0 cores=0,2,4,6
/proc/5842/task/5846/stat : 5846 (java) S 5840 5842 959 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 342860156 2780295168 94358 33554432000 1073741824 1073778376 140736559204608 139987152325288 212076639292 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=5842/tid=5847] ppid=5840 vsize=2715132 CPUtime=0 cores=0,2,4,6
/proc/5842/task/5847/stat : 5847 (java) S 5840 5842 959 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 342860156 2780295168 94358 33554432000 1073741824 1073778376 140736559204608 139987151273000 212076639292 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=5842/tid=5848] ppid=5840 vsize=2715132 CPUtime=0 cores=0,2,4,6
/proc/5842/task/5848/stat : 5848 (java) S 5840 5842 959 0 -1 4202560 11 0 0 0 0 0 0 0 20 0 19 0 342860156 2780295168 94358 33554432000 1073741824 1073778376 140736559204608 139987150220200 212076639292 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=5842/tid=5849] ppid=5840 vsize=2715132 CPUtime=0 cores=0,2,4,6
/proc/5842/task/5849/stat : 5849 (java) S 5840 5842 959 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 342860156 2780295168 94358 33554432000 1073741824 1073778376 140736559204608 139987149166888 212076639292 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=5842/tid=5850] ppid=5840 vsize=2715132 CPUtime=0 cores=0,2,4,6
/proc/5842/task/5850/stat : 5850 (java) S 5840 5842 959 0 -1 4202560 5 0 0 0 0 0 0 0 20 0 19 0 342860156 2780295168 94358 33554432000 1073741824 1073778376 140736559204608 139987148114088 212076639292 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=5842/tid=5851] ppid=5840 vsize=2715132 CPUtime=0 cores=0,2,4,6
/proc/5842/task/5851/stat : 5851 (java) S 5840 5842 959 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 19 0 342860156 2780295168 94358 33554432000 1073741824 1073778376 140736559204608 139987147061800 212076639292 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=5842/tid=5852] ppid=5840 vsize=2715132 CPUtime=0 cores=0,2,4,6
/proc/5842/task/5852/stat : 5852 (java) S 5840 5842 959 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 342860156 2780295168 94358 33554432000 1073741824 1073778376 140736559204608 139987146009000 212076639292 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=5842/tid=5853] ppid=5840 vsize=2715132 CPUtime=0 cores=0,2,4,6
/proc/5842/task/5853/stat : 5853 (java) S 5840 5842 959 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 19 0 342860157 2780295168 94358 33554432000 1073741824 1073778376 140736559204608 139986663234280 212076640169 0 0 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=5842/tid=5854] ppid=5840 vsize=2715132 CPUtime=0 cores=0,2,4,6
/proc/5842/task/5854/stat : 5854 (java) S 5840 5842 959 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 342860158 2780295168 94358 33554432000 1073741824 1073778376 140736559204608 139986662180344 212076639292 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=5842/tid=5855] ppid=5840 vsize=2715132 CPUtime=0 cores=0,2,4,6
/proc/5842/task/5855/stat : 5855 (java) S 5840 5842 959 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 342860158 2780295168 94358 33554432000 1073741824 1073778376 140736559204608 139986661127944 212076639292 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=5842/tid=5856] ppid=5840 vsize=2715132 CPUtime=0 cores=0,2,4,6
/proc/5842/task/5856/stat : 5856 (java) S 5840 5842 959 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 342860160 2780295168 94358 33554432000 1073741824 1073778376 140736559204608 139986660076432 212076648224 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=5842/tid=5857] ppid=5840 vsize=2715132 CPUtime=0.56 cores=0,2,4,6
/proc/5842/task/5857/stat : 5857 (java) S 5840 5842 959 0 -1 4202560 2863 0 0 0 56 0 0 0 20 0 19 0 342860160 2780295168 94358 33554432000 1073741824 1073778376 140736559204608 139986659023032 212076639292 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=5842/tid=5858] ppid=5840 vsize=2715132 CPUtime=0.67 cores=0,2,4,6
/proc/5842/task/5858/stat : 5858 (java) S 5840 5842 959 0 -1 4202560 4688 0 0 0 67 0 0 0 20 0 19 0 342860161 2780295168 94358 33554432000 1073741824 1073778376 140736559204608 139986657970232 212076639292 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=5842/tid=5859] ppid=5840 vsize=2715132 CPUtime=0 cores=0,2,4,6
/proc/5842/task/5859/stat : 5859 (java) S 5840 5842 959 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 342860161 2780295168 94358 33554432000 1073741824 1073778376 140736559204608 139986656918136 212076639292 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=5842/tid=5860] ppid=5840 vsize=2715132 CPUtime=0 cores=0,2,4,6
/proc/5842/task/5860/stat : 5860 (java) S 5840 5842 959 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 342860161 2780295168 94358 33554432000 1073741824 1073778376 140736559204608 139986655865544 212076640169 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=5842/tid=5861] ppid=5840 vsize=2715132 CPUtime=0 cores=0,2,4,6
/proc/5842/task/5861/stat : 5861 (java) S 5840 5842 959 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 342860257 2780295168 94358 33554432000 1073741824 1073778376 140736559204608 139986654811560 212076640169 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
Current children cumulated CPU time (s) 7.56
Current children cumulated vsize (KiB) 2715132

[startup+12.7006 s]
/proc/loadavg: 2.14 2.08 2.03 3/213 5862
/proc/meminfo: memFree=27182088/32873648 swapFree=7388/7388

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

/proc/5842/task/5856/stat : 5856 (java) S 5840 5842 959 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 20 0 342860160 2848456704 342489 33554432000 1073741824 1073778376 140736559204608 139986660076432 212076648224 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=5842/tid=5857] ppid=5840 vsize=2781696 CPUtime=0.58 cores=0,2,4,6
/proc/5842/task/5857/stat : 5857 (java) S 5840 5842 959 0 -1 4202560 2864 0 0 0 58 0 0 0 20 0 20 0 342860160 2848456704 342489 33554432000 1073741824 1073778376 140736559204608 139986659023032 212076639292 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=5842/tid=5858] ppid=5840 vsize=2781696 CPUtime=0.73 cores=0,2,4,6
/proc/5842/task/5858/stat : 5858 (java) S 5840 5842 959 0 -1 4202560 4793 0 0 0 73 0 0 0 20 0 20 0 342860161 2848456704 342489 33554432000 1073741824 1073778376 140736559204608 139986657970232 212076639292 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=5842/tid=5859] ppid=5840 vsize=2781696 CPUtime=0 cores=0,2,4,6
/proc/5842/task/5859/stat : 5859 (java) S 5840 5842 959 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 20 0 342860161 2848456704 342489 33554432000 1073741824 1073778376 140736559204608 139986656918136 212076639292 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=5842/tid=5860] ppid=5840 vsize=2781696 CPUtime=0.29 cores=0,2,4,6
/proc/5842/task/5860/stat : 5860 (java) S 5840 5842 959 0 -1 4202560 79 0 0 0 12 17 0 0 20 0 20 0 342860161 2848456704 342489 33554432000 1073741824 1073778376 140736559204608 139986655865544 212076640169 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=5842/tid=5861] ppid=5840 vsize=2781696 CPUtime=0 cores=0,2,4,6
/proc/5842/task/5861/stat : 5861 (java) S 5840 5842 959 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 20 0 342860257 2848456704 342489 33554432000 1073741824 1073778376 140736559204608 139986654811560 212076640169 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=5842/tid=5956] ppid=5840 vsize=2781696 CPUtime=0 cores=0,2,4,6
/proc/5842/task/5956/stat : 5956 (java) S 5840 5842 959 0 -1 4202560 12 0 0 0 0 0 0 0 20 0 20 0 342996437 2848456704 342489 33554432000 1073741824 1073778376 140736559204608 139986653757784 212076639292 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 1373.8
Current children cumulated vsize (KiB) 2781696

[startup+1369.51 s]
/proc/loadavg: 2.01 2.03 2.00 3/214 5956
/proc/meminfo: memFree=25662196/32873648 swapFree=7388/7388
[pid=5842] ppid=5840 vsize=2781696 CPUtime=1374.61 cores=0,2,4,6
/proc/5842/stat : 5842 (java) S 5840 5842 959 0 -1 4202496 14397 0 1 0 137342 119 0 0 20 0 20 0 342860154 2848456704 342490 33554432000 1073741824 1073778376 140736559204608 140736559195744 212076625981 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/5842/statm: 695424 342490 2282 9 0 686117 0
[pid=5842/tid=5844] ppid=5840 vsize=2781696 CPUtime=1305.88 cores=0,2,4,6
/proc/5842/task/5844/stat : 5844 (java) S 5840 5842 959 0 -1 4202560 3016 0 1 0 130562 26 0 0 20 0 20 0 342860155 2848456704 342490 33554432000 1073741824 1073778376 140736559204608 139987286713528 212076639292 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=5842/tid=5845] ppid=5840 vsize=2781696 CPUtime=0.66 cores=0,2,4,6
/proc/5842/task/5845/stat : 5845 (java) S 5840 5842 959 0 -1 4202560 326 0 0 0 52 14 0 0 20 0 20 0 342860156 2848456704 342490 33554432000 1073741824 1073778376 140736559204608 139987153378088 212076639292 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=5842/tid=5846] ppid=5840 vsize=2781696 CPUtime=0.76 cores=0,2,4,6
/proc/5842/task/5846/stat : 5846 (java) S 5840 5842 959 0 -1 4202560 328 0 0 0 64 12 0 0 20 0 20 0 342860156 2848456704 342490 33554432000 1073741824 1073778376 140736559204608 139987152325288 212076639292 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=5842/tid=5847] ppid=5840 vsize=2781696 CPUtime=0.76 cores=0,2,4,6
/proc/5842/task/5847/stat : 5847 (java) S 5840 5842 959 0 -1 4202560 295 0 0 0 62 14 0 0 20 0 20 0 342860156 2848456704 342490 33554432000 1073741824 1073778376 140736559204608 139987151273000 212076639292 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=5842/tid=5848] ppid=5840 vsize=2781696 CPUtime=0.57 cores=0,2,4,6
/proc/5842/task/5848/stat : 5848 (java) S 5840 5842 959 0 -1 4202560 201 0 0 0 49 8 0 0 20 0 20 0 342860156 2848456704 342490 33554432000 1073741824 1073778376 140736559204608 139987150220200 212076639292 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=5842/tid=5849] ppid=5840 vsize=2781696 CPUtime=0.58 cores=0,2,4,6
/proc/5842/task/5849/stat : 5849 (java) S 5840 5842 959 0 -1 4202560 260 0 0 0 48 10 0 0 20 0 20 0 342860156 2848456704 342490 33554432000 1073741824 1073778376 140736559204608 139987149166888 212076639292 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=5842/tid=5850] ppid=5840 vsize=2781696 CPUtime=0.72 cores=0,2,4,6
/proc/5842/task/5850/stat : 5850 (java) S 5840 5842 959 0 -1 4202560 329 0 0 0 58 14 0 0 20 0 20 0 342860156 2848456704 342490 33554432000 1073741824 1073778376 140736559204608 139987148114088 212076639292 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=5842/tid=5851] ppid=5840 vsize=2781696 CPUtime=0.58 cores=0,2,4,6
/proc/5842/task/5851/stat : 5851 (java) S 5840 5842 959 0 -1 4202560 280 0 0 0 46 12 0 0 20 0 20 0 342860156 2848456704 342490 33554432000 1073741824 1073778376 140736559204608 139987147061800 212076639292 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=5842/tid=5852] ppid=5840 vsize=2781696 CPUtime=0.57 cores=0,2,4,6
/proc/5842/task/5852/stat : 5852 (java) S 5840 5842 959 0 -1 4202560 307 0 0 0 47 10 0 0 20 0 20 0 342860156 2848456704 342490 33554432000 1073741824 1073778376 140736559204608 139987146009000 212076639292 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=5842/tid=5853] ppid=5840 vsize=2781696 CPUtime=58.56 cores=0,2,4,6
/proc/5842/task/5853/stat : 5853 (java) R 5840 5842 959 0 -1 4202560 120 0 0 0 5854 2 0 0 20 0 20 0 342860157 2848456704 342490 33554432000 1073741824 1073778376 140736559204608 139986663234440 139987290874201 0 0 0 16800975 0 0 0 -1 0 0 0 0 0 0
[pid=5842/tid=5854] ppid=5840 vsize=2781696 CPUtime=0 cores=0,2,4,6
/proc/5842/task/5854/stat : 5854 (java) S 5840 5842 959 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 20 0 342860158 2848456704 342490 33554432000 1073741824 1073778376 140736559204608 139986662180344 212076639292 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=5842/tid=5855] ppid=5840 vsize=2781696 CPUtime=0 cores=0,2,4,6
/proc/5842/task/5855/stat : 5855 (java) S 5840 5842 959 0 -1 4202560 13 0 0 0 0 0 0 0 20 0 20 0 342860158 2848456704 342490 33554432000 1073741824 1073778376 140736559204608 139986661127944 212076639292 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=5842/tid=5856] ppid=5840 vsize=2781696 CPUtime=0 cores=0,2,4,6
/proc/5842/task/5856/stat : 5856 (java) S 5840 5842 959 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 20 0 342860160 2848456704 342490 33554432000 1073741824 1073778376 140736559204608 139986660076432 212076648224 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=5842/tid=5857] ppid=5840 vsize=2781696 CPUtime=0.58 cores=0,2,4,6
/proc/5842/task/5857/stat : 5857 (java) S 5840 5842 959 0 -1 4202560 2864 0 0 0 58 0 0 0 20 0 20 0 342860160 2848456704 342490 33554432000 1073741824 1073778376 140736559204608 139986659023032 212076639292 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=5842/tid=5858] ppid=5840 vsize=2781696 CPUtime=0.73 cores=0,2,4,6
/proc/5842/task/5858/stat : 5858 (java) S 5840 5842 959 0 -1 4202560 4793 0 0 0 73 0 0 0 20 0 20 0 342860161 2848456704 342490 33554432000 1073741824 1073778376 140736559204608 139986657970232 212076639292 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=5842/tid=5859] ppid=5840 vsize=2781696 CPUtime=0 cores=0,2,4,6
/proc/5842/task/5859/stat : 5859 (java) S 5840 5842 959 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 20 0 342860161 2848456704 342490 33554432000 1073741824 1073778376 140736559204608 139986656918136 212076639292 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=5842/tid=5860] ppid=5840 vsize=2781696 CPUtime=0.29 cores=0,2,4,6
/proc/5842/task/5860/stat : 5860 (java) S 5840 5842 959 0 -1 4202560 79 0 0 0 12 17 0 0 20 0 20 0 342860161 2848456704 342490 33554432000 1073741824 1073778376 140736559204608 139986655865544 212076640169 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=5842/tid=5861] ppid=5840 vsize=2781696 CPUtime=0 cores=0,2,4,6
/proc/5842/task/5861/stat : 5861 (java) S 5840 5842 959 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 20 0 342860257 2848456704 342490 33554432000 1073741824 1073778376 140736559204608 139986654811560 212076640169 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=5842/tid=5956] ppid=5840 vsize=2781696 CPUtime=0 cores=0,2,4,6
/proc/5842/task/5956/stat : 5956 (java) S 5840 5842 959 0 -1 4202560 13 0 0 0 0 0 0 0 20 0 20 0 342996437 2848456704 342490 33554432000 1073741824 1073778376 140736559204608 139986653758008 212076639292 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 1374.61
Current children cumulated vsize (KiB) 2781696

[startup+1369.7 s]
/proc/loadavg: 2.01 2.03 2.00 3/214 5956
/proc/meminfo: memFree=25662196/32873648 swapFree=7388/7388
[pid=5842] ppid=5840 vsize=2781696 CPUtime=1374.8 cores=0,2,4,6
/proc/5842/stat : 5842 (java) S 5840 5842 959 0 -1 4202496 14397 0 1 0 137361 119 0 0 20 0 20 0 342860154 2848456704 342490 33554432000 1073741824 1073778376 140736559204608 140736559195744 212076625981 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/5842/statm: 695424 342490 2282 9 0 686117 0
[pid=5842/tid=5844] ppid=5840 vsize=2781696 CPUtime=1305.88 cores=0,2,4,6
/proc/5842/task/5844/stat : 5844 (java) S 5840 5842 959 0 -1 4202560 3016 0 1 0 130562 26 0 0 20 0 20 0 342860155 2848456704 342490 33554432000 1073741824 1073778376 140736559204608 139987286713528 212076639292 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=5842/tid=5845] ppid=5840 vsize=2781696 CPUtime=0.66 cores=0,2,4,6
/proc/5842/task/5845/stat : 5845 (java) S 5840 5842 959 0 -1 4202560 326 0 0 0 52 14 0 0 20 0 20 0 342860156 2848456704 342490 33554432000 1073741824 1073778376 140736559204608 139987153378088 212076639292 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=5842/tid=5846] ppid=5840 vsize=2781696 CPUtime=0.76 cores=0,2,4,6
/proc/5842/task/5846/stat : 5846 (java) S 5840 5842 959 0 -1 4202560 328 0 0 0 64 12 0 0 20 0 20 0 342860156 2848456704 342490 33554432000 1073741824 1073778376 140736559204608 139987152325288 212076639292 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=5842/tid=5847] ppid=5840 vsize=2781696 CPUtime=0.76 cores=0,2,4,6
/proc/5842/task/5847/stat : 5847 (java) S 5840 5842 959 0 -1 4202560 295 0 0 0 62 14 0 0 20 0 20 0 342860156 2848456704 342490 33554432000 1073741824 1073778376 140736559204608 139987151273000 212076639292 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=5842/tid=5848] ppid=5840 vsize=2781696 CPUtime=0.57 cores=0,2,4,6
/proc/5842/task/5848/stat : 5848 (java) S 5840 5842 959 0 -1 4202560 201 0 0 0 49 8 0 0 20 0 20 0 342860156 2848456704 342490 33554432000 1073741824 1073778376 140736559204608 139987150220200 212076639292 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=5842/tid=5849] ppid=5840 vsize=2781696 CPUtime=0.58 cores=0,2,4,6
/proc/5842/task/5849/stat : 5849 (java) S 5840 5842 959 0 -1 4202560 260 0 0 0 48 10 0 0 20 0 20 0 342860156 2848456704 342490 33554432000 1073741824 1073778376 140736559204608 139987149166888 212076639292 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=5842/tid=5850] ppid=5840 vsize=2781696 CPUtime=0.72 cores=0,2,4,6
/proc/5842/task/5850/stat : 5850 (java) S 5840 5842 959 0 -1 4202560 329 0 0 0 58 14 0 0 20 0 20 0 342860156 2848456704 342490 33554432000 1073741824 1073778376 140736559204608 139987148114088 212076639292 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=5842/tid=5851] ppid=5840 vsize=2781696 CPUtime=0.58 cores=0,2,4,6
/proc/5842/task/5851/stat : 5851 (java) S 5840 5842 959 0 -1 4202560 280 0 0 0 46 12 0 0 20 0 20 0 342860156 2848456704 342490 33554432000 1073741824 1073778376 140736559204608 139987147061800 212076639292 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=5842/tid=5852] ppid=5840 vsize=2781696 CPUtime=0.57 cores=0,2,4,6
/proc/5842/task/5852/stat : 5852 (java) S 5840 5842 959 0 -1 4202560 307 0 0 0 47 10 0 0 20 0 20 0 342860156 2848456704 342490 33554432000 1073741824 1073778376 140736559204608 139987146009000 212076639292 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=5842/tid=5853] ppid=5840 vsize=2781696 CPUtime=58.75 cores=0,2,4,6
/proc/5842/task/5853/stat : 5853 (java) R 5840 5842 959 0 -1 4202560 120 0 0 0 5873 2 0 0 20 0 20 0 342860157 2848456704 342490 33554432000 1073741824 1073778376 140736559204608 139986663234440 212072940003 0 0 0 16800975 0 0 0 -1 0 0 0 0 0 0
[pid=5842/tid=5854] ppid=5840 vsize=2781696 CPUtime=0 cores=0,2,4,6
/proc/5842/task/5854/stat : 5854 (java) S 5840 5842 959 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 20 0 342860158 2848456704 342490 33554432000 1073741824 1073778376 140736559204608 139986662180344 212076639292 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=5842/tid=5855] ppid=5840 vsize=2781696 CPUtime=0 cores=0,2,4,6
/proc/5842/task/5855/stat : 5855 (java) S 5840 5842 959 0 -1 4202560 13 0 0 0 0 0 0 0 20 0 20 0 342860158 2848456704 342490 33554432000 1073741824 1073778376 140736559204608 139986661127944 212076639292 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=5842/tid=5856] ppid=5840 vsize=2781696 CPUtime=0 cores=0,2,4,6
/proc/5842/task/5856/stat : 5856 (java) S 5840 5842 959 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 20 0 342860160 2848456704 342490 33554432000 1073741824 1073778376 140736559204608 139986660076432 212076648224 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=5842/tid=5857] ppid=5840 vsize=2781696 CPUtime=0.58 cores=0,2,4,6
/proc/5842/task/5857/stat : 5857 (java) S 5840 5842 959 0 -1 4202560 2864 0 0 0 58 0 0 0 20 0 20 0 342860160 2848456704 342490 33554432000 1073741824 1073778376 140736559204608 139986659023032 212076639292 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=5842/tid=5858] ppid=5840 vsize=2781696 CPUtime=0.73 cores=0,2,4,6
/proc/5842/task/5858/stat : 5858 (java) S 5840 5842 959 0 -1 4202560 4793 0 0 0 73 0 0 0 20 0 20 0 342860161 2848456704 342490 33554432000 1073741824 1073778376 140736559204608 139986657970232 212076639292 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=5842/tid=5859] ppid=5840 vsize=2781696 CPUtime=0 cores=0,2,4,6
/proc/5842/task/5859/stat : 5859 (java) S 5840 5842 959 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 20 0 342860161 2848456704 342490 33554432000 1073741824 1073778376 140736559204608 139986656918136 212076639292 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=5842/tid=5860] ppid=5840 vsize=2781696 CPUtime=0.29 cores=0,2,4,6
/proc/5842/task/5860/stat : 5860 (java) S 5840 5842 959 0 -1 4202560 79 0 0 0 12 17 0 0 20 0 20 0 342860161 2848456704 342490 33554432000 1073741824 1073778376 140736559204608 139986655865544 212076640169 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=5842/tid=5861] ppid=5840 vsize=2781696 CPUtime=0 cores=0,2,4,6
/proc/5842/task/5861/stat : 5861 (java) S 5840 5842 959 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 20 0 342860257 2848456704 342490 33554432000 1073741824 1073778376 140736559204608 139986654811560 212076640169 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=5842/tid=5956] ppid=5840 vsize=2781696 CPUtime=0 cores=0,2,4,6
/proc/5842/task/5956/stat : 5956 (java) S 5840 5842 959 0 -1 4202560 13 0 0 0 0 0 0 0 20 0 20 0 342996437 2848456704 342490 33554432000 1073741824 1073778376 140736559204608 139986653758008 212076639292 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 1374.8
Current children cumulated vsize (KiB) 2781696

[startup+1369.8 s]
/proc/loadavg: 2.01 2.03 2.00 3/214 5956
/proc/meminfo: memFree=25662196/32873648 swapFree=7388/7388
[pid=5842] ppid=5840 vsize=2781696 CPUtime=1374.91 cores=0,2,4,6
/proc/5842/stat : 5842 (java) S 5840 5842 959 0 -1 4202496 14397 0 1 0 137372 119 0 0 20 0 20 0 342860154 2848456704 342490 33554432000 1073741824 1073778376 140736559204608 140736559195744 212076625981 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/5842/statm: 695424 342490 2282 9 0 686117 0
[pid=5842/tid=5844] ppid=5840 vsize=2781696 CPUtime=1305.88 cores=0,2,4,6
/proc/5842/task/5844/stat : 5844 (java) S 5840 5842 959 0 -1 4202560 3016 0 1 0 130562 26 0 0 20 0 20 0 342860155 2848456704 342490 33554432000 1073741824 1073778376 140736559204608 139987286713528 212076639292 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=5842/tid=5845] ppid=5840 vsize=2781696 CPUtime=0.66 cores=0,2,4,6
/proc/5842/task/5845/stat : 5845 (java) S 5840 5842 959 0 -1 4202560 326 0 0 0 52 14 0 0 20 0 20 0 342860156 2848456704 342490 33554432000 1073741824 1073778376 140736559204608 139987153378088 212076639292 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=5842/tid=5846] ppid=5840 vsize=2781696 CPUtime=0.76 cores=0,2,4,6
/proc/5842/task/5846/stat : 5846 (java) S 5840 5842 959 0 -1 4202560 328 0 0 0 64 12 0 0 20 0 20 0 342860156 2848456704 342490 33554432000 1073741824 1073778376 140736559204608 139987152325288 212076639292 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=5842/tid=5847] ppid=5840 vsize=2781696 CPUtime=0.76 cores=0,2,4,6
/proc/5842/task/5847/stat : 5847 (java) S 5840 5842 959 0 -1 4202560 295 0 0 0 62 14 0 0 20 0 20 0 342860156 2848456704 342490 33554432000 1073741824 1073778376 140736559204608 139987151273000 212076639292 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=5842/tid=5848] ppid=5840 vsize=2781696 CPUtime=0.57 cores=0,2,4,6
/proc/5842/task/5848/stat : 5848 (java) S 5840 5842 959 0 -1 4202560 201 0 0 0 49 8 0 0 20 0 20 0 342860156 2848456704 342490 33554432000 1073741824 1073778376 140736559204608 139987150220200 212076639292 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=5842/tid=5849] ppid=5840 vsize=2781696 CPUtime=0.58 cores=0,2,4,6
/proc/5842/task/5849/stat : 5849 (java) S 5840 5842 959 0 -1 4202560 260 0 0 0 48 10 0 0 20 0 20 0 342860156 2848456704 342490 33554432000 1073741824 1073778376 140736559204608 139987149166888 212076639292 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=5842/tid=5850] ppid=5840 vsize=2781696 CPUtime=0.72 cores=0,2,4,6
/proc/5842/task/5850/stat : 5850 (java) S 5840 5842 959 0 -1 4202560 329 0 0 0 58 14 0 0 20 0 20 0 342860156 2848456704 342490 33554432000 1073741824 1073778376 140736559204608 139987148114088 212076639292 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=5842/tid=5851] ppid=5840 vsize=2781696 CPUtime=0.58 cores=0,2,4,6
/proc/5842/task/5851/stat : 5851 (java) S 5840 5842 959 0 -1 4202560 280 0 0 0 46 12 0 0 20 0 20 0 342860156 2848456704 342490 33554432000 1073741824 1073778376 140736559204608 139987147061800 212076639292 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=5842/tid=5852] ppid=5840 vsize=2781696 CPUtime=0.57 cores=0,2,4,6
/proc/5842/task/5852/stat : 5852 (java) S 5840 5842 959 0 -1 4202560 307 0 0 0 47 10 0 0 20 0 20 0 342860156 2848456704 342490 33554432000 1073741824 1073778376 140736559204608 139987146009000 212076639292 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=5842/tid=5853] ppid=5840 vsize=2781696 CPUtime=58.85 cores=0,2,4,6
/proc/5842/task/5853/stat : 5853 (java) R 5840 5842 959 0 -1 4202560 120 0 0 0 5883 2 0 0 20 0 20 0 342860157 2848456704 342490 33554432000 1073741824 1073778376 140736559204608 139986663234440 139987293568875 0 0 0 16800975 0 0 0 -1 0 0 0 0 0 0
[pid=5842/tid=5854] ppid=5840 vsize=2781696 CPUtime=0 cores=0,2,4,6
/proc/5842/task/5854/stat : 5854 (java) S 5840 5842 959 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 20 0 342860158 2848456704 342490 33554432000 1073741824 1073778376 140736559204608 139986662180344 212076639292 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=5842/tid=5855] ppid=5840 vsize=2781696 CPUtime=0 cores=0,2,4,6
/proc/5842/task/5855/stat : 5855 (java) S 5840 5842 959 0 -1 4202560 13 0 0 0 0 0 0 0 20 0 20 0 342860158 2848456704 342490 33554432000 1073741824 1073778376 140736559204608 139986661127944 212076639292 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=5842/tid=5856] ppid=5840 vsize=2781696 CPUtime=0 cores=0,2,4,6
/proc/5842/task/5856/stat : 5856 (java) S 5840 5842 959 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 20 0 342860160 2848456704 342490 33554432000 1073741824 1073778376 140736559204608 139986660076432 212076648224 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=5842/tid=5857] ppid=5840 vsize=2781696 CPUtime=0.58 cores=0,2,4,6
/proc/5842/task/5857/stat : 5857 (java) S 5840 5842 959 0 -1 4202560 2864 0 0 0 58 0 0 0 20 0 20 0 342860160 2848456704 342490 33554432000 1073741824 1073778376 140736559204608 139986659023032 212076639292 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=5842/tid=5858] ppid=5840 vsize=2781696 CPUtime=0.73 cores=0,2,4,6
/proc/5842/task/5858/stat : 5858 (java) S 5840 5842 959 0 -1 4202560 4793 0 0 0 73 0 0 0 20 0 20 0 342860161 2848456704 342490 33554432000 1073741824 1073778376 140736559204608 139986657970232 212076639292 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=5842/tid=5859] ppid=5840 vsize=2781696 CPUtime=0 cores=0,2,4,6
/proc/5842/task/5859/stat : 5859 (java) S 5840 5842 959 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 20 0 342860161 2848456704 342490 33554432000 1073741824 1073778376 140736559204608 139986656918136 212076639292 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=5842/tid=5860] ppid=5840 vsize=2781696 CPUtime=0.29 cores=0,2,4,6
/proc/5842/task/5860/stat : 5860 (java) S 5840 5842 959 0 -1 4202560 79 0 0 0 12 17 0 0 20 0 20 0 342860161 2848456704 342490 33554432000 1073741824 1073778376 140736559204608 139986655865544 212076640169 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=5842/tid=5861] ppid=5840 vsize=2781696 CPUtime=0 cores=0,2,4,6
/proc/5842/task/5861/stat : 5861 (java) S 5840 5842 959 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 20 0 342860257 2848456704 342490 33554432000 1073741824 1073778376 140736559204608 139986654811560 212076640169 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=5842/tid=5956] ppid=5840 vsize=2781696 CPUtime=0 cores=0,2,4,6
/proc/5842/task/5956/stat : 5956 (java) S 5840 5842 959 0 -1 4202560 13 0 0 0 0 0 0 0 20 0 20 0 342996437 2848456704 342490 33554432000 1073741824 1073778376 140736559204608 139986653758008 212076639292 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 1374.91
Current children cumulated vsize (KiB) 2781696

Child status: 1

# WARNING:
# CPU time reported by wait4() is probably wrong !
# wait4(...,&childrusage) returns 5842 and gives
#  childrusage.ru_utime.tv_sec=1370
#  childrusage.ru_utime.tv_usec=312680
#  childrusage.ru_stime.tv_sec=1
#  childrusage.ru_stime.tv_usec=522768
# CPU time returned by wait4() is 1371.84
# while last known CPU time is 1374.91
#
# Solver probably didn't/couldn't wait for its children
# Using CPU time of the last sample as value...

Real time (s): 1369.87
CPU time (s): 1374.91
CPU user time (s): 1373.72
CPU system time (s): 1.19
CPU usage (%): 100.368
Max. virtual memory (cumulated for all children) (KiB): 2781696

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1370.31
system time used= 1.52277
maximum resident set size= 1369980
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 14407
page faults= 1
swaps= 0
block input operations= 0
block output operations= 1096
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 29715
involuntary context switches= 19428

runsolver used 6.08207 second user time and 14.3808 second system time

The end

Launcher Data

Begin job on node148 at 2012-06-04 01:49:17
IDJOB=3739050
IDBENCH=72232
IDSOLVER=2322
FILE ID=node148/3739050-1338767356
RUNJOBID= node148-1338737846-977
PBS_JOBID= 14636767
Free space on /tmp= 71324 MiB

SOLVER NAME= PB09: SAT4J Pseudo Resolution 2.1.1
BENCH NAME= PB10/normalized-PB10/OPT-BIGINT-LIN/leberre/opb-paranoid/misc2010/datasets/10orplus/normalized-evolution-dev.cudf.paranoid.opb
COMMAND LINE= java6 -server -Xms1300m -Xmx1300m -jar HOME/org.sat4j.pb.jar BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3739050-1338767356/watcher-3739050-1338767356 -o /tmp/evaluation-result-3739050-1338767356/solver-3739050-1338767356 -C 1800 -W 1900 -M 15500  java6 -server -Xms1300m -Xmx1300m -jar HOME/org.sat4j.pb.jar HOME/instance-3739050-1338767356.opb

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

MD5SUM BENCH= 936dd9c91ca1d73fea84b29056b5486e
RANDOM SEED=642590176

node148.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		: 2667.284
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	: 5334.56
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		: 2667.284
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.94
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		: 2667.284
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 1
cpu cores	: 4
apicid		: 2
initial apicid	: 2
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5331.92
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

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

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

processor	: 7
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2667.284
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.90
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:       32873648 kB
MemFree:        27552840 kB
Buffers:          605116 kB
Cached:          2958772 kB
SwapCached:          628 kB
Active:          2244088 kB
Inactive:        2134260 kB
Active(anon):     803672 kB
Inactive(anon):    10660 kB
Active(file):    1440416 kB
Inactive(file):  2123600 kB
Unevictable:        7388 kB
Mlocked:            7388 kB
SwapTotal:      67108856 kB
SwapFree:       67107564 kB
Dirty:              3536 kB
Writeback:             0 kB
AnonPages:        853220 kB
Mapped:            19048 kB
Shmem:                36 kB
Slab:             768824 kB
SReclaimable:     211984 kB
SUnreclaim:       556840 kB
KernelStack:        1600 kB
PageTables:         6348 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545680 kB
Committed_AS:    1518492 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346400 kB
VmallocChunk:   34341988052 kB
HardwareCorrupted:     0 kB
AnonHugePages:    813056 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= 71324 MiB
End job on node148 at 2012-06-04 02:12:07