Trace number 4100458

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 Res+CP PB16? (TO) 1802.09 896.823

General information on the benchmark

Namenormalized-PB06/OPT-SMALLINT/reduced/mps-v2-20-10/plato.asu.edu/
pub/unibo/normalized-reduced-mps-v2-20-10-UMTS.opb
MD5SUM9b27e30a8bba28dee1f89aacae920d43
Bench CategoryOPT-SMALLINT (optimisation, small integers)
Best result obtained on this benchmark
Best value of the objective obtained on this benchmark
Best CPU time to get the best result obtained on this benchmark
Has Objective FunctionYES
SatisfiableYES
(Un)Satisfiability was provedYES
Best value of the objective function
Optimality of the best value was proved
Number of variables6402
Total number of constraints4465
Number of constraints which are clauses2785
Number of constraints which are cardinality constraints (but not clauses)1428
Number of constraints which are nor clauses,nor cardinality constraints252
Minimum length of a constraint1
Maximum length of a constraint511
Number of terms in the objective function 4170
Biggest coefficient in the objective function 4257
Number of bits for the biggest coefficient in the objective function 13
Sum of the numbers in the objective function 527899
Number of bits of the sum of numbers in the objective function 20
Biggest number in a constraint 523739
Number of bits of the biggest number in a constraint 19
Biggest sum of numbers in a constraint 527899
Number of bits of the biggest sum of numbers20
Number of products (including duplicates)0
Sum of products size (including duplicates)0
Number of different products0
Sum of products size0

Solver Data

0.00/0.09	c SAT4J: a SATisfiability library for Java (c) 2004-2013 Artois University and CNRS
0.00/0.09	c This is free software under the dual EPL/GNU LGPL licenses.
0.00/0.09	c See www.sat4j.org for details.
0.00/0.09	c version PB16.v20160501
0.00/0.09	c java.runtime.name	Java(TM) SE Runtime Environment
0.00/0.09	c java.vm.name		Java HotSpot(TM) 64-Bit Server VM
0.00/0.09	c java.vm.version	19.1-b02
0.00/0.09	c java.vm.vendor	Sun Microsystems Inc.
0.00/0.09	c sun.arch.data.model	64
0.00/0.09	c java.version		1.6.0_24
0.00/0.09	c os.name		Linux
0.00/0.09	c os.version		2.6.32-71.29.1.el6.x86_64
0.00/0.09	c os.arch		amd64
0.00/0.09	c Free memory 		501472288
0.00/0.09	c Max memory 		7480803328
0.00/0.09	c Total memory 		504102912
0.00/0.09	c Number of processors 	8
0.09/0.12	c Pseudo Boolean Optimization by upper bound
0.09/0.12	c ManyCore solver with 2 solvers running in parallel
0.09/0.12	c >>>>>>>>>> Solver number 0 <<<<<<<<<<<<<<<<<<
0.09/0.12	c --- Begin Solver configuration ---
0.09/0.12	c org.sat4j.pb.constraints.CompetResolutionPBLongMixedWLClauseCardConstrDataStructure@16fd0b7
0.09/0.12	c Learn all clauses as in MiniSAT
0.09/0.12	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.09/0.12	c VSIDS like heuristics from MiniSAT using a heap lightweight component caching from RSAT taking into account the objective function
0.09/0.12	c Expensive reason simplification
0.09/0.12	c Glucose 2.1 dynamic restart strategy
0.09/0.12	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.09/0.12	c timeout=2147483s
0.09/0.12	c DB Simplification allowed=false
0.09/0.12	c Listener: org.sat4j.pb.tools.ManyCorePB@4413ee
0.09/0.12	c --- End Solver configuration ---
0.09/0.12	c >>>>>>>>>> Solver number 1 <<<<<<<<<<<<<<<<<<
0.09/0.12	c Cutting planes based inference (org.sat4j.pb.core.PBSolverCP)
0.09/0.12	c --- Begin Solver configuration ---
0.09/0.12	c org.sat4j.pb.constraints.PBMaxClauseCardConstrDataStructure@75786e64
0.09/0.12	c Learn all clauses as in MiniSAT
0.09/0.12	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.09/0.12	c VSIDS like heuristics from MiniSAT using a heap phase appearing in latest learned clause taking into account the objective function
0.09/0.12	c No reason simplification
0.09/0.12	c Armin Biere (Picosat) restarts strategy
0.09/0.12	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.09/0.12	c timeout=2147483s
0.09/0.12	c DB Simplification allowed=false
0.09/0.12	c Listener: org.sat4j.pb.tools.ManyCorePB@4413ee
0.09/0.12	c --- End Solver configuration ---
0.09/0.12	c solving HOME/instance-4100458-1466209735.opb
0.09/0.12	c reading problem ... 
0.09/0.13	c  objective function found
1.00/0.59	c ... done. Wall clock time 0.467s.
1.00/0.59	c declared #vars     6402
1.00/0.59	c #constraints  5929
1.00/0.59	c >>>>>>>>>> Solver number 0 <<<<<<<<<<<<<<<<<<
1.00/0.59	c constraints type 
1.00/0.59	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 1571
1.00/0.59	c org.sat4j.specs.Constr$1 => 2581
1.00/0.59	c org.sat4j.minisat.constraints.card.MinWatchCard => 167
1.00/0.59	c org.sat4j.minisat.constraints.cnf.OriginalBinaryClause => 91
1.00/0.59	c org.sat4j.minisat.constraints.cnf.UnitClause => 1279
1.00/0.59	c org.sat4j.pb.constraints.pb.MaxWatchPbLong => 240
1.00/0.59	c 5929 constraints processed.
1.00/0.59	c >>>>>>>>>> Solver number 1 <<<<<<<<<<<<<<<<<<
1.00/0.59	c constraints type 
1.00/0.59	c org.sat4j.pb.constraints.pb.OriginalBinaryClausePB => 91
1.00/0.59	c org.sat4j.specs.Constr$1 => 2581
1.00/0.59	c org.sat4j.pb.constraints.pb.OriginalHTClausePB => 1571
1.00/0.59	c org.sat4j.pb.constraints.pb.MinWatchCardPB => 167
1.00/0.59	c org.sat4j.pb.constraints.pb.MaxWatchPb => 240
1.00/0.59	c org.sat4j.pb.constraints.pb.UnitClausePB => 1279
1.00/0.59	c 5929 constraints processed.
1.00/0.59	c objective function length is 4170 literals
4.54/1.54	c cleaning 2495 clauses out of 5001 with flag 10892/5001
6.70/2.34	c cleaning 4251 clauses out of 8505 with flag 24134/11000
8.56/3.25	c cleaning 5623 clauses out of 11254 with flag 38792/18000
10.85/4.34	c cleaning 6814 clauses out of 13631 with flag 55743/26000
13.08/5.45	c cleaning 7901 clauses out of 15817 with flag 75597/35000
15.50/6.63	c cleaning 8946 clauses out of 17916 with flag 99336/45000
17.58/7.65	c cleaning 9974 clauses out of 19970 with flag 121566/56000
20.58/9.14	c cleaning 10984 clauses out of 21996 with flag 151108/68000
24.20/10.94	c cleaning 11995 clauses out of 24013 with flag 181619/81001
28.66/13.14	c cleaning 13000 clauses out of 26018 with flag 212881/95001
33.68/15.68	c cleaning 14002 clauses out of 28020 with flag 246527/110003
39.90/18.74	c cleaning 15000 clauses out of 30016 with flag 283954/126001
46.85/22.16	c cleaning 15997 clauses out of 32015 with flag 325234/143000
54.04/25.74	c cleaning 17006 clauses out of 34018 with flag 366563/161000
59.41/28.34	c cleaning 17995 clauses out of 36012 with flag 411682/180000
66.21/31.71	c cleaning 18998 clauses out of 38018 with flag 461470/200001
74.01/35.64	c cleaning 19995 clauses out of 40020 with flag 513954/221001
83.21/40.19	c cleaning 20999 clauses out of 42024 with flag 568337/243000
93.00/45.03	c cleaning 22001 clauses out of 44025 with flag 624817/266000
104.61/50.88	c cleaning 23005 clauses out of 46028 with flag 673879/290004
115.07/55.98	c cleaning 23999 clauses out of 48019 with flag 731047/315000
125.67/61.29	c cleaning 24994 clauses out of 50020 with flag 789605/341000
134.87/65.89	c cleaning 26011 clauses out of 52026 with flag 862717/368000
144.11/70.39	c cleaning 27001 clauses out of 54017 with flag 925359/396002
150.92/73.71	c cleaning 27998 clauses out of 56015 with flag 991180/425001
160.71/78.62	c cleaning 29000 clauses out of 58018 with flag 1053549/455002
171.86/84.45	c cleaning 29999 clauses out of 60016 with flag 1119079/486000
184.45/90.72	c cleaning 31001 clauses out of 62019 with flag 1185092/518002
197.31/97.13	c cleaning 32001 clauses out of 64017 with flag 1254232/551001
210.71/103.82	c cleaning 32995 clauses out of 66015 with flag 1326706/585000
226.59/111.74	c cleaning 34000 clauses out of 68021 with flag 1402128/620001
244.38/120.63	c cleaning 35001 clauses out of 70020 with flag 1480452/656000
259.48/128.19	c cleaning 36006 clauses out of 72021 with flag 1559177/693002
278.02/137.39	c cleaning 36995 clauses out of 74014 with flag 1640712/731001
299.62/148.17	c cleaning 38003 clauses out of 76019 with flag 1723780/770001
322.36/159.50	c cleaning 39005 clauses out of 78016 with flag 1807337/810001
334.25/165.37	c cleaning 39992 clauses out of 80010 with flag 1893225/851000
361.54/178.92	c cleaning 40998 clauses out of 82018 with flag 1980478/893000
390.73/193.60	c cleaning 41997 clauses out of 84020 with flag 2069828/936000
423.80/209.92	c cleaning 43000 clauses out of 86023 with flag 2162052/980000
468.14/232.07	c cleaning 43998 clauses out of 88024 with flag 2255689/1025001
509.93/252.70	c cleaning 45002 clauses out of 90025 with flag 2351740/1071000
535.54/265.93	c cleaning 46003 clauses out of 92024 with flag 2455718/1118001
570.62/283.44	c cleaning 47002 clauses out of 94021 with flag 2583122/1166001
643.01/319.47	c cleaning 47995 clauses out of 96018 with flag 2685791/1215000
669.41/332.52	c cleaning 49001 clauses out of 98023 with flag 2823869/1265000
703.01/349.31	c cleaning 49995 clauses out of 100022 with flag 2995771/1316000
743.40/369.25	c cleaning 51000 clauses out of 102028 with flag 3166638/1368001
785.26/389.83	c cleaning 52003 clauses out of 104027 with flag 3323564/1421000
832.97/414.19	c cleaning 52995 clauses out of 106024 with flag 3470097/1475000
879.75/437.43	c cleaning 54002 clauses out of 108030 with flag 3633910/1530001
930.96/462.93	c cleaning 55000 clauses out of 110029 with flag 3799595/1586002
981.34/488.08	c cleaning 55999 clauses out of 112027 with flag 3979978/1643000
1035.95/515.27	c cleaning 56989 clauses out of 114028 with flag 4152780/1701000
1092.21/543.27	c cleaning 58007 clauses out of 116040 with flag 4335816/1760001
1152.94/573.32	c cleaning 58997 clauses out of 118032 with flag 4528075/1820000
1223.94/608.63	c cleaning 60000 clauses out of 120038 with flag 4708282/1881003
1301.02/646.81	c cleaning 61004 clauses out of 122038 with flag 4865900/1943003
1372.18/682.12	c cleaning 62001 clauses out of 124031 with flag 5035045/2006000
1447.56/719.66	c cleaning 63000 clauses out of 126030 with flag 5193565/2070000
1535.54/763.49	c cleaning 64000 clauses out of 128030 with flag 5409894/2135000
1626.61/808.64	c cleaning 65003 clauses out of 130030 with flag 5608733/2201000
1717.23/853.62	c cleaning 65994 clauses out of 132027 with flag 5809847/2268000
1795.30/892.40	c cleaning 67003 clauses out of 134036 with flag 6032226/2336003

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-4100458-1466209735/watcher-4100458-1466209735 -o /tmp/evaluation-result-4100458-1466209735/solver-4100458-1466209735 -C 1800 -W 1900 -M 15500 --bin-var /tmp/runsolver-exch-node113-1466206100-1315 --watchdog 1960 java -jar sat4j-pb.jar Both HOME/instance-4100458-1466209735.opb 

pid=2928
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: 4.19 4.17 4.05 4/197 2931
/proc/meminfo: memFree=27812560/32872528 swapFree=877056/942464
[pid=2931] ppid=2928 vsize=23236 CPUtime=0 cores=0,2,4,6
/proc/2931/stat : 2931 (java) R 2928 2931 1299 0 -1 4202496 673 0 0 0 0 0 0 0 20 0 1 0 23022462 23793664 323 33554432000 1073741824 1073778376 140735403866848 140735403855912 213183937089 0 0 4096 0 0 0 0 17 4 0 0 0 0 0
/proc/2931/statm: 5809 336 259 9 0 128 0

[startup+0.100115 s]
/proc/loadavg: 4.19 4.17 4.05 4/197 2931
/proc/meminfo: memFree=27812560/32872528 swapFree=877056/942464
[pid=2931] ppid=2928 vsize=9558476 CPUtime=0.09 cores=0,2,4,6
/proc/2931/stat : 2931 (java) S 2928 2931 1299 0 -1 4202496 4411 0 1 0 8 1 0 0 20 0 18 0 23022462 9787879424 6039 33554432000 1073741824 1073778376 140735403866848 140735403857984 213196505149 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/2931/statm: 2389619 6039 2125 9 0 2380296 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 9558476

[startup+0.200276 s]
/proc/loadavg: 4.19 4.17 4.05 4/197 2931
/proc/meminfo: memFree=27812560/32872528 swapFree=877056/942464
[pid=2931] ppid=2928 vsize=9558476 CPUtime=0.27 cores=0,2,4,6
/proc/2931/stat : 2931 (java) S 2928 2931 1299 0 -1 4202496 4980 0 1 0 26 1 0 0 20 0 18 0 23022462 9787879424 6929 33554432000 1073741824 1073778376 140735403866848 140735403857984 213196505149 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/2931/statm: 2389619 6929 2217 9 0 2380296 0
Current children cumulated CPU time (s) 0.27
Current children cumulated vsize (KiB) 9558476

[startup+0.300275 s]
/proc/loadavg: 4.19 4.17 4.05 4/197 2931
/proc/meminfo: memFree=27812560/32872528 swapFree=877056/942464
[pid=2931] ppid=2928 vsize=9558476 CPUtime=0.44 cores=0,2,4,6
/proc/2931/stat : 2931 (java) S 2928 2931 1299 0 -1 4202496 5772 0 1 0 42 2 0 0 20 0 18 0 23022462 9787879424 8932 33554432000 1073741824 1073778376 140735403866848 140735403857984 213196505149 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/2931/statm: 2389619 8932 2235 9 0 2380296 0
Current children cumulated CPU time (s) 0.44
Current children cumulated vsize (KiB) 9558476

[startup+0.700164 s]
/proc/loadavg: 4.19 4.17 4.05 4/197 2931
/proc/meminfo: memFree=27812560/32872528 swapFree=877056/942464
[pid=2931] ppid=2928 vsize=9824732 CPUtime=1.68 cores=0,2,4,6
/proc/2931/stat : 2931 (java) S 2928 2931 1299 0 -1 4202496 16255 0 1 0 163 5 0 0 20 0 22 0 23022462 10060525568 27605 33554432000 1073741824 1073778376 140735403866848 140735403857984 213196505149 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/2931/statm: 2456183 27605 2269 9 0 2446860 0
Current children cumulated CPU time (s) 1.68
Current children cumulated vsize (KiB) 9824732

[startup+1.50083 s]
/proc/loadavg: 4.19 4.17 4.05 7/219 2953
/proc/meminfo: memFree=27664764/32872528 swapFree=877056/942464
[pid=2931] ppid=2928 vsize=9824732 CPUtime=4.54 cores=0,2,4,6
/proc/2931/stat : 2931 (java) S 2928 2931 1299 0 -1 4202496 26521 0 1 0 445 9 0 0 20 0 22 0 23022462 10060525568 47201 33554432000 1073741824 1073778376 140735403866848 140735403857984 213196505149 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/2931/statm: 2456183 47201 2287 9 0 2446860 0
[pid=2931/tid=2933] ppid=2928 vsize=9824732 CPUtime=0.56 cores=0,2,4,6
/proc/2931/task/2933/stat : 2933 (java) S 2928 2931 1299 0 -1 4202560 2450 0 1 0 54 2 0 0 20 0 22 0 23022463 10060525568 47201 33554432000 1073741824 1073778376 140735403866848 140674590028664 213196519337 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=2931/tid=2934] ppid=2928 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/2931/task/2934/stat : 2934 (java) S 2928 2931 1299 0 -1 4202560 12 0 0 0 0 0 0 0 20 0 22 0 23022464 10060525568 47201 33554432000 1073741824 1073778376 140735403866848 140674551519912 213196518460 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=2931/tid=2935] ppid=2928 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/2931/task/2935/stat : 2935 (java) S 2928 2931 1299 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 23022464 10060525568 47201 33554432000 1073741824 1073778376 140735403866848 140674550467368 213196518460 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=2931/tid=2936] ppid=2928 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/2931/task/2936/stat : 2936 (java) S 2928 2931 1299 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 23022464 10060525568 47201 33554432000 1073741824 1073778376 140735403866848 140674549414824 213196518460 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=2931/tid=2937] ppid=2928 vsize=9824732 CPUtime=0.01 cores=0,2,4,6
/proc/2931/task/2937/stat : 2937 (java) S 2928 2931 1299 0 -1 4202560 11 0 0 0 1 0 0 0 20 0 22 0 23022464 10060525568 47201 33554432000 1073741824 1073778376 140735403866848 140674548362280 213196518460 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=2931/tid=2938] ppid=2928 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/2931/task/2938/stat : 2938 (java) S 2928 2931 1299 0 -1 4202560 13 0 0 0 0 0 0 0 20 0 22 0 23022464 10060525568 47201 33554432000 1073741824 1073778376 140735403866848 140674547308712 213196518460 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=2931/tid=2939] ppid=2928 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/2931/task/2939/stat : 2939 (java) S 2928 2931 1299 0 -1 4202560 6 0 0 0 0 0 0 0 20 0 22 0 23022464 10060525568 47201 33554432000 1073741824 1073778376 140735403866848 140674546256168 213196518460 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=2931/tid=2940] ppid=2928 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/2931/task/2940/stat : 2940 (java) S 2928 2931 1299 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 22 0 23022464 10060525568 47201 33554432000 1073741824 1073778376 140735403866848 140674545203624 213196518460 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=2931/tid=2941] ppid=2928 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/2931/task/2941/stat : 2941 (java) S 2928 2931 1299 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 22 0 23022464 10060525568 47201 33554432000 1073741824 1073778376 140735403866848 140674544151080 213196518460 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=2931/tid=2942] ppid=2928 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/2931/task/2942/stat : 2942 (java) S 2928 2931 1299 0 -1 4202560 72 0 0 0 0 0 0 0 20 0 22 0 23022465 10060525568 47201 33554432000 1073741824 1073778376 140735403866848 140674413320808 213196519337 0 0 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=2931/tid=2943] ppid=2928 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/2931/task/2943/stat : 2943 (java) S 2928 2931 1299 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 22 0 23022466 10060525568 47201 33554432000 1073741824 1073778376 140735403866848 140674412267128 213196518460 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=2931/tid=2944] ppid=2928 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/2931/task/2944/stat : 2944 (java) S 2928 2931 1299 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 23022466 10060525568 47201 33554432000 1073741824 1073778376 140735403866848 140674411214472 213196518460 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=2931/tid=2945] ppid=2928 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/2931/task/2945/stat : 2945 (java) S 2928 2931 1299 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 23022468 10060525568 47201 33554432000 1073741824 1073778376 140735403866848 140674410163216 213196527392 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=2931/tid=2946] ppid=2928 vsize=9824732 CPUtime=1.09 cores=0,2,4,6
/proc/2931/task/2946/stat : 2946 (java) S 2928 2931 1299 0 -1 4202560 10113 0 0 0 107 2 0 0 20 0 22 0 23022468 10060525568 47201 33554432000 1073741824 1073778376 140735403866848 140674409109560 213196518460 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=2931/tid=2947] ppid=2928 vsize=9824732 CPUtime=1.01 cores=0,2,4,6
/proc/2931/task/2947/stat : 2947 (java) S 2928 2931 1299 0 -1 4202560 12486 0 0 0 99 2 0 0 20 0 22 0 23022468 10060525568 47201 33554432000 1073741824 1073778376 140735403866848 140674408057016 213196518460 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=2931/tid=2948] ppid=2928 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/2931/task/2948/stat : 2948 (java) S 2928 2931 1299 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 23022468 10060525568 47201 33554432000 1073741824 1073778376 140735403866848 140673533602296 213196518460 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=2931/tid=2949] ppid=2928 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/2931/task/2949/stat : 2949 (java) S 2928 2931 1299 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 23022468 10060525568 47201 33554432000 1073741824 1073778376 140735403866848 140673532549960 213196519337 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=2931/tid=2950] ppid=2928 vsize=9824732 CPUtime=0.84 cores=0,2,4,6
/proc/2931/task/2950/stat : 2950 (java) R 2928 2931 1299 0 -1 4202560 18 0 0 0 84 0 0 0 20 0 22 0 23022522 10060525568 47201 33554432000 1073741824 1073778376 140735403866848 140673531495064 140674423635128 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0
[pid=2931/tid=2951] ppid=2928 vsize=9824732 CPUtime=0.85 cores=0,2,4,6
/proc/2931/task/2951/stat : 2951 (java) R 2928 2931 1299 0 -1 4202560 66 0 0 0 85 0 0 0 20 0 22 0 23022522 10060525568 47201 33554432000 1073741824 1073778376 140735403866848 140673530441544 140674423667009 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0
[pid=2931/tid=2952] ppid=2928 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/2931/task/2952/stat : 2952 (java) S 2928 2931 1299 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 23022525 10060525568 47201 33554432000 1073741824 1073778376 140735403866848 140673529390632 213196519337 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=2931/tid=2953] ppid=2928 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/2931/task/2953/stat : 2953 (java) S 2928 2931 1299 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 23022525 10060525568 47201 33554432000 1073741824 1073778376 140735403866848 140673528338088 213196519337 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 4.54
Current children cumulated vsize (KiB) 9824732

[startup+3.10091 s]
/proc/loadavg: 4.26 4.18 4.06 5/219 2953
/proc/meminfo: memFree=27600788/32872528 swapFree=877056/942464
[pid=2931] ppid=2928 vsize=9824732 CPUtime=8.35 cores=0,2,4,6
/proc/2931/stat : 2931 (java) S 2928 2931 1299 0 -1 4202496 32532 0 1 0 819 16 0 0 20 0 22 0 23022462 10060525568 90399 33554432000 1073741824 1073778376 140735403866848 140735403857984 213196505149 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/2931/statm: 2456183 90399 2292 9 0 2446860 0
[pid=2931/tid=2933] ppid=2928 vsize=9824732 CPUtime=0.56 cores=0,2,4,6
/proc/2931/task/2933/stat : 2933 (java) S 2928 2931 1299 0 -1 4202560 2451 0 1 0 54 2 0 0 20 0 22 0 23022463 10060525568 90399 33554432000 1073741824 1073778376 140735403866848 140674590028376 213196518460 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=2931/tid=2934] ppid=2928 vsize=9824732 CPUtime=0.02 cores=0,2,4,6
/proc/2931/task/2934/stat : 2934 (java) R 2928 2931 1299 0 -1 4202560 36 0 0 0 1 1 0 0 20 0 22 0 23022464 10060525568 90399 33554432000 1073741824 1073778376 140735403866848 140674551520088 140674596927040 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0
[pid=2931/tid=2935] ppid=2928 vsize=9824732 CPUtime=0.05 cores=0,2,4,6
/proc/2931/task/2935/stat : 2935 (java) R 2928 2931 1299 0 -1 4202560 124 0 0 0 3 2 0 0 20 0 22 0 23022464 10060525568 90399 33554432000 1073741824 1073778376 140735403866848 140674550467544 213193100423 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0
[pid=2931/tid=2936] ppid=2928 vsize=9824732 CPUtime=0.01 cores=0,2,4,6
/proc/2931/task/2936/stat : 2936 (java) R 2928 2931 1299 0 -1 4202560 2 0 0 0 1 0 0 0 20 0 22 0 23022464 10060525568 90399 33554432000 1073741824 1073778376 140735403866848 140674549415000 140674592499385 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0
[pid=2931/tid=2937] ppid=2928 vsize=9824732 CPUtime=0.03 cores=0,2,4,6
/proc/2931/task/2937/stat : 2937 (java) R 2928 2931 1299 0 -1 4202560 86 0 0 0 2 1 0 0 20 0 22 0 23022464 10060525568 90399 33554432000 1073741824 1073778376 140735403866848 140674548362456 213193100423 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0
[pid=2931/tid=2938] ppid=2928 vsize=9824732 CPUtime=0.01 cores=0,2,4,6
/proc/2931/task/2938/stat : 2938 (java) R 2928 2931 1299 0 -1 4202560 82 0 0 0 1 0 0 0 20 0 22 0 23022464 10060525568 90399 33554432000 1073741824 1073778376 140735403866848 140674547308888 140674596924100 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0
[pid=2931/tid=2939] ppid=2928 vsize=9824732 CPUtime=0.01 cores=0,2,4,6
/proc/2931/task/2939/stat : 2939 (java) R 2928 2931 1299 0 -1 4202560 14 0 0 0 1 0 0 0 20 0 22 0 23022464 10060525568 90399 33554432000 1073741824 1073778376 140735403866848 140674546256296 213193100423 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0
[pid=2931/tid=2940] ppid=2928 vsize=9824732 CPUtime=0.03 cores=0,2,4,6
/proc/2931/task/2940/stat : 2940 (java) R 2928 2931 1299 0 -1 4202560 63 0 0 0 2 1 0 0 20 0 22 0 23022464 10060525568 90399 33554432000 1073741824 1073778376 140735403866848 140674545203800 213193100423 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0
[pid=2931/tid=2941] ppid=2928 vsize=9824732 CPUtime=0.03 cores=0,2,4,6
/proc/2931/task/2941/stat : 2941 (java) R 2928 2931 1299 0 -1 4202560 94 0 0 0 3 0 0 0 20 0 22 0 23022464 10060525568 90399 33554432000 1073741824 1073778376 140735403866848 140674544151208 213193100423 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0
[pid=2931/tid=2942] ppid=2928 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/2931/task/2942/stat : 2942 (java) S 2928 2931 1299 0 -1 4202560 72 0 0 0 0 0 0 0 20 0 22 0 23022465 10060525568 90399 33554432000 1073741824 1073778376 140735403866848 140674413319688 213196518460 0 0 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=2931/tid=2943] ppid=2928 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/2931/task/2943/stat : 2943 (java) S 2928 2931 1299 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 22 0 23022466 10060525568 90399 33554432000 1073741824 1073778376 140735403866848 140674412267128 213196518460 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=2931/tid=2944] ppid=2928 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/2931/task/2944/stat : 2944 (java) S 2928 2931 1299 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 23022466 10060525568 90399 33554432000 1073741824 1073778376 140735403866848 140674411214472 213196518460 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=2931/tid=2945] ppid=2928 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/2931/task/2945/stat : 2945 (java) S 2928 2931 1299 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 23022468 10060525568 90399 33554432000 1073741824 1073778376 140735403866848 140674410163216 213196527392 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=2931/tid=2946] ppid=2928 vsize=9824732 CPUtime=1.54 cores=0,2,4,6
/proc/2931/task/2946/stat : 2946 (java) S 2928 2931 1299 0 -1 4202560 15609 0 0 0 152 2 0 0 20 0 22 0 23022468 10060525568 90399 33554432000 1073741824 1073778376 140735403866848 140674409109560 213196518460 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=2931/tid=2947] ppid=2928 vsize=9824732 CPUtime=1.09 cores=0,2,4,6
/proc/2931/task/2947/stat : 2947 (java) S 2928 2931 1299 0 -1 4202560 12491 0 0 0 107 2 0 0 20 0 22 0 23022468 10060525568 90399 33554432000 1073741824 1073778376 140735403866848 140674408057016 213196518460 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=2931/tid=2948] ppid=2928 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/2931/task/2948/stat : 2948 (java) S 2928 2931 1299 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 23022468 10060525568 90399 33554432000 1073741824 1073778376 140735403866848 140673533602296 213196518460 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=2931/tid=2949] ppid=2928 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/2931/task/2949/stat : 2949 (java) S 2928 2931 1299 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 23022468 10060525568 90399 33554432000 1073741824 1073778376 140735403866848 140673532549960 213196519337 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=2931/tid=2950] ppid=2928 vsize=9824732 CPUtime=2.38 cores=0,2,4,6
/proc/2931/task/2950/stat : 2950 (java) S 2928 2931 1299 0 -1 4202560 21 0 0 0 238 0 0 0 20 0 22 0 23022522 10060525568 90399 33554432000 1073741824 1073778376 140735403866848 140673531493336 213196518460 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=2931/tid=2951] ppid=2928 vsize=9824732 CPUtime=2.39 cores=0,2,4,6
/proc/2931/task/2951/stat : 2951 (java) S 2928 2931 1299 0 -1 4202560 121 0 0 0 238 1 0 0 20 0 22 0 23022522 10060525568 90399 33554432000 1073741824 1073778376 140735403866848 140673530441720 213196518460 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=2931/tid=2952] ppid=2928 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/2931/task/2952/stat : 2952 (java) S 2928 2931 1299 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 23022525 10060525568 90399 33554432000 1073741824 1073778376 140735403866848 140673529390632 213196519337 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=2931/tid=2953] ppid=2928 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/2931/task/2953/stat : 2953 (java) S 2928 2931 1299 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 23022525 10060525568 90399 33554432000 1073741824 1073778376 140735403866848 140673528338088 213196519337 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 8.35
Current children cumulated vsize (KiB) 9824732

[startup+6.30095 s]
/proc/loadavg: 4.26 4.18 4.06 5/219 2953
/proc/meminfo: memFree=27379220/32872528 swapFree=877056/942464
[pid=2931] ppid=2928 vsize=9824732 CPUtime=14.88 cores=0,2,4,6
/proc/2931/stat : 2931 (java) S 2928 2931 1299 0 -1 4202496 33017 0 1 0 1466 22 0 0 20 0 22 0 23022462 10060525568 116729 33554432000 1073741824 1073778376 140735403866848 140735403857984 213196505149 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/2931/statm: 2456183 116729 2292 9 0 2446860 0
[pid=2931/tid=2933] ppid=2928 vsize=9824732 CPUtime=0.56 cores=0,2,4,6
/proc/2931/task/2933/stat : 2933 (java) S 2928 2931 1299 0 -1 4202560 2451 0 1 0 54 2 0 0 20 0 22 0 23022463 10060525568 116729 33554432000 1073741824 1073778376 140735403866848 140674590028664 213196519337 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=2931/tid=2934] ppid=2928 vsize=9824732 CPUtime=0.03 cores=0,2,4,6
/proc/2931/task/2934/stat : 2934 (java) S 2928 2931 1299 0 -1 4202560 61 0 0 0 1 2 0 0 20 0 22 0 23022464 10060525568 116729 33554432000 1073741824 1073778376 140735403866848 140674551519912 213196518460 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=2931/tid=2935] ppid=2928 vsize=9824732 CPUtime=0.07 cores=0,2,4,6
/proc/2931/task/2935/stat : 2935 (java) S 2928 2931 1299 0 -1 4202560 139 0 0 0 5 2 0 0 20 0 22 0 23022464 10060525568 116729 33554432000 1073741824 1073778376 140735403866848 140674550467368 213196518460 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=2931/tid=2936] ppid=2928 vsize=9824732 CPUtime=0.02 cores=0,2,4,6
/proc/2931/task/2936/stat : 2936 (java) S 2928 2931 1299 0 -1 4202560 14 0 0 0 2 0 0 0 20 0 22 0 23022464 10060525568 116729 33554432000 1073741824 1073778376 140735403866848 140674549414824 213196518460 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=2931/tid=2937] ppid=2928 vsize=9824732 CPUtime=0.05 cores=0,2,4,6
/proc/2931/task/2937/stat : 2937 (java) S 2928 2931 1299 0 -1 4202560 104 0 0 0 4 1 0 0 20 0 22 0 23022464 10060525568 116729 33554432000 1073741824 1073778376 140735403866848 140674548362280 213196518460 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=2931/tid=2938] ppid=2928 vsize=9824732 CPUtime=0.03 cores=0,2,4,6
/proc/2931/task/2938/stat : 2938 (java) S 2928 2931 1299 0 -1 4202560 100 0 0 0 1 2 0 0 20 0 22 0 23022464 10060525568 116729 33554432000 1073741824 1073778376 140735403866848 140674547308712 213196518460 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=2931/tid=2939] ppid=2928 vsize=9824732 CPUtime=0.03 cores=0,2,4,6
/proc/2931/task/2939/stat : 2939 (java) S 2928 2931 1299 0 -1 4202560 30 0 0 0 2 1 0 0 20 0 22 0 23022464 10060525568 116729 33554432000 1073741824 1073778376 140735403866848 140674546256168 213196518460 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=2931/tid=2940] ppid=2928 vsize=9824732 CPUtime=0.05 cores=0,2,4,6
/proc/2931/task/2940/stat : 2940 (java) S 2928 2931 1299 0 -1 4202560 72 0 0 0 3 2 0 0 20 0 22 0 23022464 10060525568 116729 33554432000 1073741824 1073778376 140735403866848 140674545203624 213196518460 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=2931/tid=2941] ppid=2928 vsize=9824732 CPUtime=0.05 cores=0,2,4,6
/proc/2931/task/2941/stat : 2941 (java) S 2928 2931 1299 0 -1 4202560 121 0 0 0 3 2 0 0 20 0 22 0 23022464 10060525568 116729 33554432000 1073741824 1073778376 140735403866848 140674544151080 213196518460 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=2931/tid=2942] ppid=2928 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/2931/task/2942/stat : 2942 (java) S 2928 2931 1299 0 -1 4202560 198 0 0 0 0 0 0 0 20 0 22 0 23022465 10060525568 116729 33554432000 1073741824 1073778376 140735403866848 140674413320808 213196519337 0 0 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=2931/tid=2943] ppid=2928 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/2931/task/2943/stat : 2943 (java) S 2928 2931 1299 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 22 0 23022466 10060525568 116729 33554432000 1073741824 1073778376 140735403866848 140674412267128 213196518460 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=2931/tid=2944] ppid=2928 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/2931/task/2944/stat : 2944 (java) S 2928 2931 1299 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 23022466 10060525568 116729 33554432000 1073741824 1073778376 140735403866848 140674411214472 213196518460 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=2931/tid=2945] ppid=2928 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/2931/task/2945/stat : 2945 (java) S 2928 2931 1299 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 23022468 10060525568 116729 33554432000 1073741824 1073778376 140735403866848 140674410163216 213196527392 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=2931/tid=2946] ppid=2928 vsize=9824732 CPUtime=1.56 cores=0,2,4,6

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


[startup+896.001 s]
/proc/loadavg: 4.15 4.15 4.10 5/219 3045
/proc/meminfo: memFree=24378596/32872528 swapFree=877056/942464
[pid=2931] ppid=2928 vsize=9824732 CPUtime=1801.29 cores=0,2,4,6
/proc/2931/stat : 2931 (java) S 2928 2931 1299 0 -1 4202496 42377 0 1 0 179913 216 0 0 20 0 22 0 23022462 10060525568 961560 33554432000 1073741824 1073778376 140735403866848 140735403857984 213196505149 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/2931/statm: 2456183 961560 2301 9 0 2446860 0
[pid=2931/tid=2933] ppid=2928 vsize=9824732 CPUtime=0.6 cores=0,2,4,6
/proc/2931/task/2933/stat : 2933 (java) S 2928 2931 1299 0 -1 4202560 2465 0 1 0 56 4 0 0 20 0 22 0 23022463 10060525568 961560 33554432000 1073741824 1073778376 140735403866848 140674590028376 213196518460 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=2931/tid=2934] ppid=2928 vsize=9824732 CPUtime=2.91 cores=0,2,4,6
/proc/2931/task/2934/stat : 2934 (java) S 2928 2931 1299 0 -1 4202560 609 0 0 0 271 20 0 0 20 0 22 0 23022464 10060525568 961560 33554432000 1073741824 1073778376 140735403866848 140674551519912 213196518460 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=2931/tid=2935] ppid=2928 vsize=9824732 CPUtime=3.01 cores=0,2,4,6
/proc/2931/task/2935/stat : 2935 (java) S 2928 2931 1299 0 -1 4202560 925 0 0 0 279 22 0 0 20 0 22 0 23022464 10060525568 961560 33554432000 1073741824 1073778376 140735403866848 140674550467368 213196518460 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=2931/tid=2936] ppid=2928 vsize=9824732 CPUtime=3.21 cores=0,2,4,6
/proc/2931/task/2936/stat : 2936 (java) S 2928 2931 1299 0 -1 4202560 611 0 0 0 302 19 0 0 20 0 22 0 23022464 10060525568 961560 33554432000 1073741824 1073778376 140735403866848 140674549414824 213196518460 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=2931/tid=2937] ppid=2928 vsize=9824732 CPUtime=3.02 cores=0,2,4,6
/proc/2931/task/2937/stat : 2937 (java) S 2928 2931 1299 0 -1 4202560 1046 0 0 0 278 24 0 0 20 0 22 0 23022464 10060525568 961560 33554432000 1073741824 1073778376 140735403866848 140674548362280 213196518460 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=2931/tid=2938] ppid=2928 vsize=9824732 CPUtime=2.8 cores=0,2,4,6
/proc/2931/task/2938/stat : 2938 (java) S 2928 2931 1299 0 -1 4202560 770 0 0 0 264 16 0 0 20 0 22 0 23022464 10060525568 961560 33554432000 1073741824 1073778376 140735403866848 140674547308712 213196518460 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=2931/tid=2939] ppid=2928 vsize=9824732 CPUtime=2.98 cores=0,2,4,6
/proc/2931/task/2939/stat : 2939 (java) S 2928 2931 1299 0 -1 4202560 697 0 0 0 279 19 0 0 20 0 22 0 23022464 10060525568 961560 33554432000 1073741824 1073778376 140735403866848 140674546256168 213196518460 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=2931/tid=2940] ppid=2928 vsize=9824732 CPUtime=3.33 cores=0,2,4,6
/proc/2931/task/2940/stat : 2940 (java) S 2928 2931 1299 0 -1 4202560 783 0 0 0 313 20 0 0 20 0 22 0 23022464 10060525568 961560 33554432000 1073741824 1073778376 140735403866848 140674545203624 213196518460 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=2931/tid=2941] ppid=2928 vsize=9824732 CPUtime=2.98 cores=0,2,4,6
/proc/2931/task/2941/stat : 2941 (java) S 2928 2931 1299 0 -1 4202560 658 0 0 0 280 18 0 0 20 0 22 0 23022464 10060525568 961560 33554432000 1073741824 1073778376 140735403866848 140674544151080 213196518460 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=2931/tid=2942] ppid=2928 vsize=9824732 CPUtime=4.52 cores=0,2,4,6
/proc/2931/task/2942/stat : 2942 (java) R 2928 2931 1299 0 -1 4202560 2205 0 0 0 444 8 0 0 20 0 22 0 23022465 10060525568 961560 33554432000 1073741824 1073778376 140735403866848 140674413319368 140674596536428 0 0 0 16800975 0 0 0 -1 0 0 0 0 0 0
[pid=2931/tid=2943] ppid=2928 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/2931/task/2943/stat : 2943 (java) S 2928 2931 1299 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 22 0 23022466 10060525568 961560 33554432000 1073741824 1073778376 140735403866848 140674412267128 213196518460 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=2931/tid=2944] ppid=2928 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/2931/task/2944/stat : 2944 (java) S 2928 2931 1299 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 23022466 10060525568 961560 33554432000 1073741824 1073778376 140735403866848 140674411214472 213196518460 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=2931/tid=2945] ppid=2928 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/2931/task/2945/stat : 2945 (java) S 2928 2931 1299 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 23022468 10060525568 961560 33554432000 1073741824 1073778376 140735403866848 140674410162760 213196518460 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=2931/tid=2946] ppid=2928 vsize=9824732 CPUtime=1.68 cores=0,2,4,6
/proc/2931/task/2946/stat : 2946 (java) S 2928 2931 1299 0 -1 4202560 15621 0 0 0 166 2 0 0 20 0 22 0 23022468 10060525568 961560 33554432000 1073741824 1073778376 140735403866848 140674409109560 213196518460 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=2931/tid=2947] ppid=2928 vsize=9824732 CPUtime=1.18 cores=0,2,4,6
/proc/2931/task/2947/stat : 2947 (java) S 2928 2931 1299 0 -1 4202560 12491 0 0 0 116 2 0 0 20 0 22 0 23022468 10060525568 961560 33554432000 1073741824 1073778376 140735403866848 140674408057016 213196518460 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=2931/tid=2948] ppid=2928 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/2931/task/2948/stat : 2948 (java) S 2928 2931 1299 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 23022468 10060525568 961560 33554432000 1073741824 1073778376 140735403866848 140673533602296 213196518460 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=2931/tid=2949] ppid=2928 vsize=9824732 CPUtime=0.31 cores=0,2,4,6
/proc/2931/task/2949/stat : 2949 (java) S 2928 2931 1299 0 -1 4202560 50 0 0 0 13 18 0 0 20 0 22 0 23022468 10060525568 961560 33554432000 1073741824 1073778376 140735403866848 140673532549960 213196519337 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=2931/tid=2950] ppid=2928 vsize=9824732 CPUtime=882.1 cores=0,2,4,6
/proc/2931/task/2950/stat : 2950 (java) S 2928 2931 1299 0 -1 4202560 315 0 0 0 88194 16 0 0 20 0 22 0 23022522 10060525568 961560 33554432000 1073741824 1073778376 140735403866848 140673531494184 213196518460 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=2931/tid=2951] ppid=2928 vsize=9824732 CPUtime=882.16 cores=0,2,4,6
/proc/2931/task/2951/stat : 2951 (java) S 2928 2931 1299 0 -1 4202560 1866 0 0 0 88177 39 0 0 20 0 22 0 23022522 10060525568 961560 33554432000 1073741824 1073778376 140735403866848 140673530440728 213196518460 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=2931/tid=2952] ppid=2928 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/2931/task/2952/stat : 2952 (java) S 2928 2931 1299 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 23022525 10060525568 961560 33554432000 1073741824 1073778376 140735403866848 140673529390632 213196519337 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=2931/tid=2953] ppid=2928 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/2931/task/2953/stat : 2953 (java) S 2928 2931 1299 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 23022525 10060525568 961560 33554432000 1073741824 1073778376 140735403866848 140673528338088 213196519337 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 1801.29
Current children cumulated vsize (KiB) 9824732

[startup+896.401 s]
/proc/loadavg: 4.15 4.15 4.10 5/219 3045
/proc/meminfo: memFree=24378596/32872528 swapFree=877056/942464
[pid=2931] ppid=2928 vsize=9824732 CPUtime=1801.69 cores=0,2,4,6
/proc/2931/stat : 2931 (java) S 2928 2931 1299 0 -1 4202496 42377 0 1 0 179953 216 0 0 20 0 22 0 23022462 10060525568 961560 33554432000 1073741824 1073778376 140735403866848 140735403857984 213196505149 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/2931/statm: 2456183 961560 2301 9 0 2446860 0
[pid=2931/tid=2933] ppid=2928 vsize=9824732 CPUtime=0.6 cores=0,2,4,6
/proc/2931/task/2933/stat : 2933 (java) S 2928 2931 1299 0 -1 4202560 2465 0 1 0 56 4 0 0 20 0 22 0 23022463 10060525568 961560 33554432000 1073741824 1073778376 140735403866848 140674590028376 213196518460 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=2931/tid=2934] ppid=2928 vsize=9824732 CPUtime=2.91 cores=0,2,4,6
/proc/2931/task/2934/stat : 2934 (java) S 2928 2931 1299 0 -1 4202560 609 0 0 0 271 20 0 0 20 0 22 0 23022464 10060525568 961560 33554432000 1073741824 1073778376 140735403866848 140674551519912 213196518460 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=2931/tid=2935] ppid=2928 vsize=9824732 CPUtime=3.01 cores=0,2,4,6
/proc/2931/task/2935/stat : 2935 (java) S 2928 2931 1299 0 -1 4202560 925 0 0 0 279 22 0 0 20 0 22 0 23022464 10060525568 961560 33554432000 1073741824 1073778376 140735403866848 140674550467368 213196518460 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=2931/tid=2936] ppid=2928 vsize=9824732 CPUtime=3.21 cores=0,2,4,6
/proc/2931/task/2936/stat : 2936 (java) S 2928 2931 1299 0 -1 4202560 611 0 0 0 302 19 0 0 20 0 22 0 23022464 10060525568 961560 33554432000 1073741824 1073778376 140735403866848 140674549414824 213196518460 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=2931/tid=2937] ppid=2928 vsize=9824732 CPUtime=3.02 cores=0,2,4,6
/proc/2931/task/2937/stat : 2937 (java) S 2928 2931 1299 0 -1 4202560 1046 0 0 0 278 24 0 0 20 0 22 0 23022464 10060525568 961560 33554432000 1073741824 1073778376 140735403866848 140674548362280 213196518460 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=2931/tid=2938] ppid=2928 vsize=9824732 CPUtime=2.8 cores=0,2,4,6
/proc/2931/task/2938/stat : 2938 (java) S 2928 2931 1299 0 -1 4202560 770 0 0 0 264 16 0 0 20 0 22 0 23022464 10060525568 961560 33554432000 1073741824 1073778376 140735403866848 140674547308712 213196518460 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=2931/tid=2939] ppid=2928 vsize=9824732 CPUtime=2.98 cores=0,2,4,6
/proc/2931/task/2939/stat : 2939 (java) S 2928 2931 1299 0 -1 4202560 697 0 0 0 279 19 0 0 20 0 22 0 23022464 10060525568 961560 33554432000 1073741824 1073778376 140735403866848 140674546256168 213196518460 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=2931/tid=2940] ppid=2928 vsize=9824732 CPUtime=3.33 cores=0,2,4,6
/proc/2931/task/2940/stat : 2940 (java) S 2928 2931 1299 0 -1 4202560 783 0 0 0 313 20 0 0 20 0 22 0 23022464 10060525568 961560 33554432000 1073741824 1073778376 140735403866848 140674545203624 213196518460 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=2931/tid=2941] ppid=2928 vsize=9824732 CPUtime=2.98 cores=0,2,4,6
/proc/2931/task/2941/stat : 2941 (java) S 2928 2931 1299 0 -1 4202560 658 0 0 0 280 18 0 0 20 0 22 0 23022464 10060525568 961560 33554432000 1073741824 1073778376 140735403866848 140674544151080 213196518460 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=2931/tid=2942] ppid=2928 vsize=9824732 CPUtime=4.92 cores=0,2,4,6
/proc/2931/task/2942/stat : 2942 (java) R 2928 2931 1299 0 -1 4202560 2205 0 0 0 484 8 0 0 20 0 22 0 23022465 10060525568 961560 33554432000 1073741824 1073778376 140735403866848 140674413319368 140674596536386 0 0 0 16800975 0 0 0 -1 0 0 0 0 0 0
[pid=2931/tid=2943] ppid=2928 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/2931/task/2943/stat : 2943 (java) S 2928 2931 1299 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 22 0 23022466 10060525568 961560 33554432000 1073741824 1073778376 140735403866848 140674412267128 213196518460 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=2931/tid=2944] ppid=2928 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/2931/task/2944/stat : 2944 (java) S 2928 2931 1299 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 23022466 10060525568 961560 33554432000 1073741824 1073778376 140735403866848 140674411214472 213196518460 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=2931/tid=2945] ppid=2928 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/2931/task/2945/stat : 2945 (java) S 2928 2931 1299 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 23022468 10060525568 961560 33554432000 1073741824 1073778376 140735403866848 140674410162760 213196518460 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=2931/tid=2946] ppid=2928 vsize=9824732 CPUtime=1.68 cores=0,2,4,6
/proc/2931/task/2946/stat : 2946 (java) S 2928 2931 1299 0 -1 4202560 15621 0 0 0 166 2 0 0 20 0 22 0 23022468 10060525568 961560 33554432000 1073741824 1073778376 140735403866848 140674409109560 213196518460 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=2931/tid=2947] ppid=2928 vsize=9824732 CPUtime=1.18 cores=0,2,4,6
/proc/2931/task/2947/stat : 2947 (java) S 2928 2931 1299 0 -1 4202560 12491 0 0 0 116 2 0 0 20 0 22 0 23022468 10060525568 961560 33554432000 1073741824 1073778376 140735403866848 140674408057016 213196518460 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=2931/tid=2948] ppid=2928 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/2931/task/2948/stat : 2948 (java) S 2928 2931 1299 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 23022468 10060525568 961560 33554432000 1073741824 1073778376 140735403866848 140673533602296 213196518460 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=2931/tid=2949] ppid=2928 vsize=9824732 CPUtime=0.31 cores=0,2,4,6
/proc/2931/task/2949/stat : 2949 (java) S 2928 2931 1299 0 -1 4202560 50 0 0 0 13 18 0 0 20 0 22 0 23022468 10060525568 961560 33554432000 1073741824 1073778376 140735403866848 140673532549960 213196519337 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=2931/tid=2950] ppid=2928 vsize=9824732 CPUtime=882.1 cores=0,2,4,6
/proc/2931/task/2950/stat : 2950 (java) S 2928 2931 1299 0 -1 4202560 315 0 0 0 88194 16 0 0 20 0 22 0 23022522 10060525568 961560 33554432000 1073741824 1073778376 140735403866848 140673531494184 213196518460 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=2931/tid=2951] ppid=2928 vsize=9824732 CPUtime=882.16 cores=0,2,4,6
/proc/2931/task/2951/stat : 2951 (java) S 2928 2931 1299 0 -1 4202560 1866 0 0 0 88177 39 0 0 20 0 22 0 23022522 10060525568 961560 33554432000 1073741824 1073778376 140735403866848 140673530440728 213196518460 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=2931/tid=2952] ppid=2928 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/2931/task/2952/stat : 2952 (java) S 2928 2931 1299 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 23022525 10060525568 961560 33554432000 1073741824 1073778376 140735403866848 140673529390632 213196519337 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=2931/tid=2953] ppid=2928 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/2931/task/2953/stat : 2953 (java) S 2928 2931 1299 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 23022525 10060525568 961560 33554432000 1073741824 1073778376 140735403866848 140673528338088 213196519337 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 1801.69
Current children cumulated vsize (KiB) 9824732

[startup+896.801 s]
/proc/loadavg: 4.15 4.15 4.10 5/219 3045
/proc/meminfo: memFree=24378596/32872528 swapFree=877056/942464
[pid=2931] ppid=2928 vsize=9824732 CPUtime=1802.09 cores=0,2,4,6
/proc/2931/stat : 2931 (java) S 2928 2931 1299 0 -1 4202496 42377 0 1 0 179993 216 0 0 20 0 22 0 23022462 10060525568 961560 33554432000 1073741824 1073778376 140735403866848 140735403857984 213196505149 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/2931/statm: 2456183 961560 2301 9 0 2446860 0
[pid=2931/tid=2933] ppid=2928 vsize=9824732 CPUtime=0.6 cores=0,2,4,6
/proc/2931/task/2933/stat : 2933 (java) S 2928 2931 1299 0 -1 4202560 2465 0 1 0 56 4 0 0 20 0 22 0 23022463 10060525568 961560 33554432000 1073741824 1073778376 140735403866848 140674590028376 213196518460 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=2931/tid=2934] ppid=2928 vsize=9824732 CPUtime=2.91 cores=0,2,4,6
/proc/2931/task/2934/stat : 2934 (java) S 2928 2931 1299 0 -1 4202560 609 0 0 0 271 20 0 0 20 0 22 0 23022464 10060525568 961560 33554432000 1073741824 1073778376 140735403866848 140674551519912 213196518460 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=2931/tid=2935] ppid=2928 vsize=9824732 CPUtime=3.01 cores=0,2,4,6
/proc/2931/task/2935/stat : 2935 (java) S 2928 2931 1299 0 -1 4202560 925 0 0 0 279 22 0 0 20 0 22 0 23022464 10060525568 961560 33554432000 1073741824 1073778376 140735403866848 140674550467368 213196518460 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=2931/tid=2936] ppid=2928 vsize=9824732 CPUtime=3.21 cores=0,2,4,6
/proc/2931/task/2936/stat : 2936 (java) S 2928 2931 1299 0 -1 4202560 611 0 0 0 302 19 0 0 20 0 22 0 23022464 10060525568 961560 33554432000 1073741824 1073778376 140735403866848 140674549414824 213196518460 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=2931/tid=2937] ppid=2928 vsize=9824732 CPUtime=3.02 cores=0,2,4,6
/proc/2931/task/2937/stat : 2937 (java) S 2928 2931 1299 0 -1 4202560 1046 0 0 0 278 24 0 0 20 0 22 0 23022464 10060525568 961560 33554432000 1073741824 1073778376 140735403866848 140674548362280 213196518460 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=2931/tid=2938] ppid=2928 vsize=9824732 CPUtime=2.8 cores=0,2,4,6
/proc/2931/task/2938/stat : 2938 (java) S 2928 2931 1299 0 -1 4202560 770 0 0 0 264 16 0 0 20 0 22 0 23022464 10060525568 961560 33554432000 1073741824 1073778376 140735403866848 140674547308712 213196518460 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=2931/tid=2939] ppid=2928 vsize=9824732 CPUtime=2.98 cores=0,2,4,6
/proc/2931/task/2939/stat : 2939 (java) S 2928 2931 1299 0 -1 4202560 697 0 0 0 279 19 0 0 20 0 22 0 23022464 10060525568 961560 33554432000 1073741824 1073778376 140735403866848 140674546256168 213196518460 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=2931/tid=2940] ppid=2928 vsize=9824732 CPUtime=3.33 cores=0,2,4,6
/proc/2931/task/2940/stat : 2940 (java) S 2928 2931 1299 0 -1 4202560 783 0 0 0 313 20 0 0 20 0 22 0 23022464 10060525568 961560 33554432000 1073741824 1073778376 140735403866848 140674545203624 213196518460 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=2931/tid=2941] ppid=2928 vsize=9824732 CPUtime=2.98 cores=0,2,4,6
/proc/2931/task/2941/stat : 2941 (java) S 2928 2931 1299 0 -1 4202560 658 0 0 0 280 18 0 0 20 0 22 0 23022464 10060525568 961560 33554432000 1073741824 1073778376 140735403866848 140674544151080 213196518460 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=2931/tid=2942] ppid=2928 vsize=9824732 CPUtime=5.32 cores=0,2,4,6
/proc/2931/task/2942/stat : 2942 (java) R 2928 2931 1299 0 -1 4202560 2205 0 0 0 524 8 0 0 20 0 22 0 23022465 10060525568 961560 33554432000 1073741824 1073778376 140735403866848 140674413319368 213192818917 0 0 0 16800975 0 0 0 -1 0 0 0 0 0 0
[pid=2931/tid=2943] ppid=2928 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/2931/task/2943/stat : 2943 (java) S 2928 2931 1299 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 22 0 23022466 10060525568 961560 33554432000 1073741824 1073778376 140735403866848 140674412267128 213196518460 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=2931/tid=2944] ppid=2928 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/2931/task/2944/stat : 2944 (java) S 2928 2931 1299 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 23022466 10060525568 961560 33554432000 1073741824 1073778376 140735403866848 140674411214472 213196518460 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=2931/tid=2945] ppid=2928 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/2931/task/2945/stat : 2945 (java) S 2928 2931 1299 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 23022468 10060525568 961560 33554432000 1073741824 1073778376 140735403866848 140674410162760 213196518460 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=2931/tid=2946] ppid=2928 vsize=9824732 CPUtime=1.68 cores=0,2,4,6
/proc/2931/task/2946/stat : 2946 (java) S 2928 2931 1299 0 -1 4202560 15621 0 0 0 166 2 0 0 20 0 22 0 23022468 10060525568 961560 33554432000 1073741824 1073778376 140735403866848 140674409109560 213196518460 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=2931/tid=2947] ppid=2928 vsize=9824732 CPUtime=1.18 cores=0,2,4,6
/proc/2931/task/2947/stat : 2947 (java) S 2928 2931 1299 0 -1 4202560 12491 0 0 0 116 2 0 0 20 0 22 0 23022468 10060525568 961560 33554432000 1073741824 1073778376 140735403866848 140674408057016 213196518460 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=2931/tid=2948] ppid=2928 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/2931/task/2948/stat : 2948 (java) S 2928 2931 1299 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 23022468 10060525568 961560 33554432000 1073741824 1073778376 140735403866848 140673533602296 213196518460 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=2931/tid=2949] ppid=2928 vsize=9824732 CPUtime=0.31 cores=0,2,4,6
/proc/2931/task/2949/stat : 2949 (java) S 2928 2931 1299 0 -1 4202560 50 0 0 0 13 18 0 0 20 0 22 0 23022468 10060525568 961560 33554432000 1073741824 1073778376 140735403866848 140673532549960 213196519337 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=2931/tid=2950] ppid=2928 vsize=9824732 CPUtime=882.1 cores=0,2,4,6
/proc/2931/task/2950/stat : 2950 (java) S 2928 2931 1299 0 -1 4202560 315 0 0 0 88194 16 0 0 20 0 22 0 23022522 10060525568 961560 33554432000 1073741824 1073778376 140735403866848 140673531494184 213196518460 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=2931/tid=2951] ppid=2928 vsize=9824732 CPUtime=882.16 cores=0,2,4,6
/proc/2931/task/2951/stat : 2951 (java) S 2928 2931 1299 0 -1 4202560 1866 0 0 0 88177 39 0 0 20 0 22 0 23022522 10060525568 961560 33554432000 1073741824 1073778376 140735403866848 140673530440728 213196518460 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=2931/tid=2952] ppid=2928 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/2931/task/2952/stat : 2952 (java) S 2928 2931 1299 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 23022525 10060525568 961560 33554432000 1073741824 1073778376 140735403866848 140673529390632 213196519337 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=2931/tid=2953] ppid=2928 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/2931/task/2953/stat : 2953 (java) S 2928 2931 1299 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 23022525 10060525568 961560 33554432000 1073741824 1073778376 140735403866848 140673528338088 213196519337 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 1802.09
Current children cumulated vsize (KiB) 9824732

Child ended because it received signal 9 (SIGKILL)

# WARNING:
# CPU time reported by wait4() is probably wrong !
# wait4(...,&childrusage) returns 2931 and gives
#  childrusage.ru_utime.tv_sec=1795
#  childrusage.ru_utime.tv_usec=280075
#  childrusage.ru_stime.tv_sec=2
#  childrusage.ru_stime.tv_usec=631599
# CPU time returned by wait4() is 1797.91
# while last known CPU time is 1802.09
#
# Solver probably didn't/couldn't wait for its children
# Using CPU time of the last sample as value...

Real time (s): 896.823
CPU time (s): 1802.09
CPU user time (s): 1799.93
CPU system time (s): 2.16
CPU usage (%): 200.942
Max. virtual memory (cumulated for all children) (KiB): 9826612

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1795.28
system time used= 2.6316
maximum resident set size= 3846240
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 42377
page faults= 1
swaps= 0
block input operations= 0
block output operations= 928
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 23188
involuntary context switches= 25116

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 5.69013 second user time and 7.2189 second system time

The end

Launcher Data

Begin job on node113 at 2016-06-18 02:28:55
IDJOB=4100458
IDBENCH=1619
IDSOLVER=2543
FILE ID=node113/4100458-1466209735
RUNJOBID= node113-1466206100-1315
PBS_JOBID= 19918163
Free space on /tmp= 71692 MiB

SOLVER NAME= Sat4j PB 2.3.6 Res+CP PB16
BENCH NAME= PB06//final/normalized-PB06/OPT-SMALLINT/reduced/mps-v2-20-10/plato.asu.edu/pub/unibo/normalized-reduced-mps-v2-20-10-UMTS.opb
COMMAND LINE= java -jar sat4j-pb.jar Both BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4100458-1466209735/watcher-4100458-1466209735 -o /tmp/evaluation-result-4100458-1466209735/solver-4100458-1466209735 -C 1800 -W 1900 -M 15500 --bin-var /tmp/runsolver-exch-node113-1466206100-1315 --watchdog 1960  java -jar sat4j-pb.jar Both HOME/instance-4100458-1466209735.opb

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

MD5SUM BENCH= 9b27e30a8bba28dee1f89aacae920d43
RANDOM SEED=1577029065

node113.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.799
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	: 5333.59
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.799
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.55
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.799
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.56
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.799
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.799
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.799
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.54
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.799
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.54
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.799
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.56
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:       32872528 kB
MemFree:        27813104 kB
Buffers:           40608 kB
Cached:            85988 kB
SwapCached:         1976 kB
Active:          3328380 kB
Inactive:          73080 kB
Active(anon):    3275792 kB
Inactive(anon):     1496 kB
Active(file):      52588 kB
Inactive(file):    71584 kB
Unevictable:      942464 kB
Mlocked:          877056 kB
SwapTotal:      67108856 kB
SwapFree:       67098888 kB
Dirty:               932 kB
Writeback:             0 kB
AnonPages:       4224732 kB
Mapped:            15340 kB
Shmem:                 0 kB
Slab:             567996 kB
SReclaimable:      12128 kB
SUnreclaim:       555868 kB
KernelStack:        1640 kB
PageTables:        12732 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545120 kB
Committed_AS:    4446920 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346412 kB
VmallocChunk:   34341988032 kB
HardwareCorrupted:     0 kB
AnonHugePages:   3256320 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= 71700 MiB
End job on node113 at 2016-06-18 02:43:52