Trace number 4119952

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) 1800.03 900.248

General information on the benchmark

NamePB15eval/normalized-PB15eval/OPT-SMALLINT-LIN/pbfvmc-formulae/
hw64/normalized-hw64-vm99p-opt.opb.negationfix.opb
MD5SUM4dfa909155a817e1d19c3b8b4e58f199
Bench CategoryOPT-SMALLINT-LIN (optimisation, small integers, linear constraints)
Best result obtained on this benchmarkOPT
Best value of the objective obtained on this benchmark64
Best CPU time to get the best result obtained on this benchmark229.769
Has Objective Function
Satisfiable
(Un)Satisfiability was proved
Best value of the objective function
Optimality of the best value was proved
Number of variables
Total number of constraints
Number of constraints which are clauses
Number of constraints which are cardinality constraints (but not clauses)
Number of constraints which are nor clauses,nor cardinality constraints
Minimum length of a constraint
Maximum length of a constraint
Number of terms in the objective function
Biggest coefficient in the objective function
Number of bits for the biggest coefficient in the objective function
Sum of the numbers in the objective function
Number of bits of the sum of numbers in the objective function
Biggest number in a constraint
Number of bits of the biggest number in a constraint
Biggest sum of numbers in a constraint
Number of bits of the biggest sum of numbers
Number of products (including duplicates)
Sum of products size (including duplicates)
Number of different products
Sum of products size

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.09/0.10	c version PB16.v20160501
0.09/0.10	c java.runtime.name	Java(TM) SE Runtime Environment
0.09/0.10	c java.vm.name		Java HotSpot(TM) 64-Bit Server VM
0.09/0.10	c java.vm.version	19.1-b02
0.09/0.10	c java.vm.vendor	Sun Microsystems Inc.
0.09/0.10	c sun.arch.data.model	64
0.09/0.10	c java.version		1.6.0_24
0.09/0.10	c os.name		Linux
0.09/0.10	c os.version		2.6.32-71.29.1.el6.x86_64
0.09/0.10	c os.arch		amd64
0.09/0.10	c Free memory 		501472288
0.09/0.10	c Max memory 		7480803328
0.09/0.10	c Total memory 		504102912
0.09/0.10	c Number of processors 	8
0.09/0.13	c Pseudo Boolean Optimization by upper bound
0.09/0.13	c ManyCore solver with 2 solvers running in parallel
0.09/0.13	c >>>>>>>>>> Solver number 0 <<<<<<<<<<<<<<<<<<
0.09/0.13	c --- Begin Solver configuration ---
0.09/0.13	c org.sat4j.pb.constraints.CompetResolutionPBLongMixedWLClauseCardConstrDataStructure@5d764be1
0.09/0.13	c Learn all clauses as in MiniSAT
0.09/0.13	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.09/0.13	c VSIDS like heuristics from MiniSAT using a heap lightweight component caching from RSAT taking into account the objective function
0.09/0.13	c Expensive reason simplification
0.09/0.13	c Glucose 2.1 dynamic restart strategy
0.09/0.13	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.13	c timeout=2147483s
0.09/0.13	c DB Simplification allowed=false
0.09/0.13	c Listener: org.sat4j.pb.tools.ManyCorePB@9f436f5
0.09/0.13	c --- End Solver configuration ---
0.09/0.13	c >>>>>>>>>> Solver number 1 <<<<<<<<<<<<<<<<<<
0.09/0.13	c Cutting planes based inference (org.sat4j.pb.core.PBSolverCP)
0.09/0.13	c --- Begin Solver configuration ---
0.09/0.13	c org.sat4j.pb.constraints.PBMaxClauseCardConstrDataStructure@4413ee
0.09/0.13	c Learn all clauses as in MiniSAT
0.09/0.13	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.09/0.13	c VSIDS like heuristics from MiniSAT using a heap phase appearing in latest learned clause taking into account the objective function
0.09/0.13	c No reason simplification
0.09/0.13	c Armin Biere (Picosat) restarts strategy
0.09/0.13	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.13	c timeout=2147483s
0.09/0.13	c DB Simplification allowed=false
0.09/0.13	c Listener: org.sat4j.pb.tools.ManyCorePB@9f436f5
0.09/0.13	c --- End Solver configuration ---
0.09/0.13	c solving HOME/instance-4119952-1467273100.opb
0.09/0.13	c reading problem ... 
0.09/0.13	c  objective function found
2.00/1.02	c ... done. Wall clock time 0.887s.
2.00/1.02	c declared #vars     45696
2.00/1.02	c #constraints  1556
2.00/1.02	c >>>>>>>>>> Solver number 0 <<<<<<<<<<<<<<<<<<
2.00/1.02	c constraints type 
2.00/1.02	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 713
2.00/1.02	c org.sat4j.specs.Constr$1 => 1
2.00/1.02	c org.sat4j.minisat.constraints.card.MinWatchCard => 713
2.00/1.02	c org.sat4j.pb.constraints.pb.MaxWatchPbLong => 129
2.00/1.02	c 1556 constraints processed.
2.00/1.02	c >>>>>>>>>> Solver number 1 <<<<<<<<<<<<<<<<<<
2.00/1.02	c constraints type 
2.00/1.02	c org.sat4j.specs.Constr$1 => 1
2.00/1.02	c org.sat4j.pb.constraints.pb.OriginalHTClausePB => 713
2.00/1.02	c org.sat4j.pb.constraints.pb.MinWatchCardPB => 713
2.00/1.02	c org.sat4j.pb.constraints.pb.MaxWatchPb => 129
2.00/1.02	c 1556 constraints processed.
2.00/1.02	c objective function length is 64 literals
5.75/2.40	c cleaning 2491 clauses out of 5000 with flag 19084/5000
8.88/3.87	c cleaning 4249 clauses out of 8510 with flag 52877/11001
12.13/5.47	c cleaning 5625 clauses out of 11261 with flag 97111/18001
16.04/7.33	c cleaning 6805 clauses out of 13636 with flag 152092/26001
20.58/9.54	c cleaning 7902 clauses out of 15830 with flag 212057/35000
25.99/12.27	c cleaning 8951 clauses out of 17929 with flag 283734/45001
30.41/14.44	c cleaning 9976 clauses out of 19978 with flag 340642/56001
35.39/16.95	c cleaning 10985 clauses out of 22002 with flag 401173/68001
40.99/19.75	c cleaning 11998 clauses out of 24017 with flag 468066/81001
48.24/23.34	c cleaning 12994 clauses out of 26018 with flag 558589/95000
56.86/27.56	c cleaning 14000 clauses out of 28025 with flag 654835/110001
64.65/31.49	c cleaning 14999 clauses out of 30024 with flag 746284/126000
70.85/34.57	c cleaning 15996 clauses out of 32025 with flag 813132/143000
79.06/38.62	c cleaning 16999 clauses out of 34030 with flag 889142/161001
90.08/44.14	c cleaning 17996 clauses out of 36032 with flag 974167/180002
101.90/50.08	c cleaning 19000 clauses out of 38036 with flag 1069731/200002
114.87/56.46	c cleaning 19994 clauses out of 40035 with flag 1163612/221001
128.47/63.26	c cleaning 21000 clauses out of 42040 with flag 1270683/243000
143.27/70.68	c cleaning 22000 clauses out of 44041 with flag 1371555/266001
160.26/79.17	c cleaning 23002 clauses out of 46042 with flag 1484332/290002
177.92/87.92	c cleaning 23993 clauses out of 48038 with flag 1604469/315000
200.33/99.11	c cleaning 24998 clauses out of 50045 with flag 1731364/341000
227.11/112.57	c cleaning 25999 clauses out of 52048 with flag 1865760/368001
255.93/127.07	c cleaning 26998 clauses out of 54048 with flag 2006354/396000
280.93/139.54	c cleaning 28010 clauses out of 56050 with flag 2157820/425000
306.92/152.55	c cleaning 29000 clauses out of 58040 with flag 2322533/455000
333.91/166.06	c cleaning 30000 clauses out of 60040 with flag 2501099/486000
363.90/180.81	c cleaning 31001 clauses out of 62040 with flag 2677187/518000
394.13/195.96	c cleaning 32000 clauses out of 64039 with flag 2876051/551000
421.91/209.83	c cleaning 33008 clauses out of 66041 with flag 3068014/585002
433.31/215.54	c cleaning 34004 clauses out of 68031 with flag 3210288/620000
450.71/224.20	c cleaning 35003 clauses out of 70029 with flag 3286177/656002
470.51/234.14	c cleaning 35997 clauses out of 72025 with flag 3378336/693001
495.72/246.78	c cleaning 36995 clauses out of 74028 with flag 3495772/731001
523.16/260.76	c cleaning 38003 clauses out of 76032 with flag 3607249/770000
546.93/272.67	c cleaning 38996 clauses out of 78029 with flag 3725636/810000
574.32/286.31	c cleaning 40002 clauses out of 80034 with flag 3836971/851001
602.91/300.60	c cleaning 40999 clauses out of 82034 with flag 3931933/893003
633.52/315.97	c cleaning 41999 clauses out of 84032 with flag 4067600/936000
665.50/331.99	c cleaning 42996 clauses out of 86033 with flag 4219750/980000
703.51/350.97	c cleaning 43995 clauses out of 88037 with flag 4385735/1025000
742.08/370.22	c cleaning 45002 clauses out of 90044 with flag 4545001/1071002
782.30/390.30	c cleaning 46002 clauses out of 92041 with flag 4716829/1118001
824.72/411.58	c cleaning 46998 clauses out of 94039 with flag 4897963/1166001
869.26/433.51	c cleaning 47994 clauses out of 96040 with flag 5091168/1215000
916.44/457.14	c cleaning 49009 clauses out of 98048 with flag 5280886/1265002
965.03/481.49	c cleaning 50002 clauses out of 100038 with flag 5458118/1316001
1019.82/508.88	c cleaning 50997 clauses out of 102035 with flag 5644676/1368000
1080.61/539.83	c cleaning 52003 clauses out of 104042 with flag 5844511/1421004
1140.00/569.56	c cleaning 53002 clauses out of 106036 with flag 6047956/1475001
1198.98/599.02	c cleaning 53999 clauses out of 108033 with flag 6311828/1530000
1218.38/608.77	c cleaning 55004 clauses out of 110035 with flag 6465696/1586001
1244.16/621.54	c cleaning 55986 clauses out of 112030 with flag 6745822/1643000
1267.95/633.41	c cleaning 57007 clauses out of 114044 with flag 6938510/1701000
1308.55/653.75	c cleaning 58003 clauses out of 116037 with flag 7159187/1760000
1352.75/675.82	c cleaning 59004 clauses out of 118037 with flag 7405669/1820003
1395.62/697.13	c cleaning 60005 clauses out of 120031 with flag 7663429/1881001
1437.62/718.15	c cleaning 60994 clauses out of 122025 with flag 7885114/1943000
1484.01/741.31	c cleaning 62001 clauses out of 124031 with flag 8106754/2006000
1541.17/769.86	c cleaning 62995 clauses out of 126031 with flag 8331696/2070001
1601.96/801.31	c cleaning 64003 clauses out of 128037 with flag 8551737/2135002
1665.56/833.17	c cleaning 65003 clauses out of 130033 with flag 8806969/2201001
1734.44/867.46	c cleaning 65993 clauses out of 132030 with flag 9059665/2268001
1800.03/900.20	c >>>>>>>>>> Solver number 0 (0 answers) <<<<<<<<<<<<<<<<<<
1800.03/900.20	c starts		: 112
1800.03/900.20	c conflicts		: 2329060
1800.03/900.20	c decisions		: 3543596
1800.03/900.20	c propagations		: 194992003
1800.03/900.20	c inspects		: 11992944875
1800.03/900.20	c shortcuts		: 0
1800.03/900.20	c learnt literals	: 0
1800.03/900.20	c learnt binary clauses	: 0
1800.03/900.20	c learnt ternary clauses	: 0
1800.03/900.20	c learnt constraints	: 2329060
1800.03/900.20	c ignored constraints	: 0
1800.03/900.20	c root simplifications	: 0
1800.03/900.20	c removed literals (reason simplification)	: 1024037
1800.03/900.20	c reason swapping (by a shorter reason)	: 0
1800.03/900.20	c Calls to reduceDB	: 63
1800.03/900.20	c Number of update (reduction) of LBD	: 399936
1800.03/900.20	c Imported unit clauses	: 0
1800.03/900.20	c number of reductions to clauses (during analyze)	: 0
1800.03/900.20	c number of learned constraints concerned by reduction	: 0
1800.03/900.20	c number of learning phase by resolution	: 0
1800.03/900.20	c number of learning phase by cutting planes	: 0
1800.03/900.20	c speed (assignments/second)	: 216861.38986048012
1800.03/900.20	c non guided choices	674999
1800.03/900.23	c learnt constraints type 
1800.03/900.23	c org.sat4j.minisat.constraints.cnf.LearntWLClause => 127097
1800.03/900.23	c >>>>>>>>>> Solver number 1 (0 answers) <<<<<<<<<<<<<<<<<<
1800.03/900.23	c starts		: 5
1800.03/900.23	c conflicts		: 591
1800.03/900.23	c decisions		: 283868
1800.03/900.23	c propagations		: 546665
1800.03/900.23	c inspects		: 7922725
1800.03/900.23	c shortcuts		: 0
1800.03/900.23	c learnt literals	: 0
1800.03/900.23	c learnt binary clauses	: 0
1800.03/900.23	c learnt ternary clauses	: 0
1800.03/900.23	c learnt constraints	: 590
1800.03/900.23	c ignored constraints	: 0
1800.03/900.23	c root simplifications	: 0
1800.03/900.23	c removed literals (reason simplification)	: 0
1800.03/900.23	c reason swapping (by a shorter reason)	: 0
1800.03/900.23	c Calls to reduceDB	: 0
1800.03/900.23	c Number of update (reduction) of LBD	: 0
1800.03/900.23	c Imported unit clauses	: 0
1800.03/900.23	c number of reductions to clauses (during analyze)	: 0
1800.03/900.23	c number of learned constraints concerned by reduction	: 0
1800.03/900.23	c number of learning phase by resolution	: 0
1800.03/900.23	c number of learning phase by cutting planes	: 0
1800.03/900.23	c speed (assignments/second)	: 607.9594741875932
1800.03/900.23	c non guided choices	63029
1800.03/900.23	c learnt constraints type 
1800.03/900.23	c org.sat4j.pb.constraints.pb.MaxWatchPb => 590
1800.03/900.23	s UNKNOWN
1800.03/900.23	c Total wall clock time (in seconds): 900.099

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-4119952-1467273100/watcher-4119952-1467273100 -o /tmp/evaluation-result-4119952-1467273100/solver-4119952-1467273100 -C 1800 -W 1900 -M 15500 --bin-var /tmp/runsolver-exch-node134-1467269337-16122 --watchdog 1960 java -jar sat4j-pb.jar Both HOME/instance-4119952-1467273100.opb 

pid=17177
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.32 4.21 4.18 4/199 17180
/proc/meminfo: memFree=26759056/32872528 swapFree=1484408/1662236
[pid=17180] ppid=17177 vsize=268 CPUtime=0 cores=0,2,4,6
/proc/17180/stat : 17180 (java) R 17177 17180 15921 0 -1 4194304 332 0 0 0 0 0 0 0 20 0 1 0 8262561 274432 4 33554432000 0 0 140735191991850 140733598962728 273905511863 0 0 4096 0 0 0 0 17 0 0 0 0 0 0
/proc/17180/statm: 67 15 9 9 0 24 0

[startup+0.100151 s]
/proc/loadavg: 4.32 4.21 4.18 4/199 17180
/proc/meminfo: memFree=26759056/32872528 swapFree=1484408/1662236
[pid=17180] ppid=17177 vsize=9558476 CPUtime=0.09 cores=0,2,4,6
/proc/17180/stat : 17180 (java) S 17177 17180 15921 0 -1 4202496 4364 0 1 0 8 1 0 0 20 0 18 0 8262561 9787879424 5491 33554432000 1073741824 1073778376 140735191987712 140735191978848 273909055549 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/17180/statm: 2389619 5492 2116 9 0 2380296 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 9558476

[startup+0.200278 s]
/proc/loadavg: 4.32 4.21 4.18 4/199 17180
/proc/meminfo: memFree=26759056/32872528 swapFree=1484408/1662236
[pid=17180] ppid=17177 vsize=9558476 CPUtime=0.24 cores=0,2,4,6
/proc/17180/stat : 17180 (java) S 17177 17180 15921 0 -1 4202496 4679 0 1 0 23 1 0 0 20 0 18 0 8262561 9787879424 7299 33554432000 1073741824 1073778376 140735191987712 140735191978848 273909055549 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/17180/statm: 2389619 7299 2205 9 0 2380296 0
Current children cumulated CPU time (s) 0.24
Current children cumulated vsize (KiB) 9558476

[startup+0.300291 s]
/proc/loadavg: 4.32 4.21 4.18 4/199 17180
/proc/meminfo: memFree=26759056/32872528 swapFree=1484408/1662236
[pid=17180] ppid=17177 vsize=9558476 CPUtime=0.53 cores=0,2,4,6
/proc/17180/stat : 17180 (java) S 17177 17180 15921 0 -1 4202496 11180 0 1 0 51 2 0 0 20 0 18 0 8262561 9787879424 12838 33554432000 1073741824 1073778376 140735191987712 140735191978848 273909055549 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/17180/statm: 2389619 12839 2230 9 0 2380296 0
Current children cumulated CPU time (s) 0.53
Current children cumulated vsize (KiB) 9558476

[startup+0.700189 s]
/proc/loadavg: 4.32 4.21 4.18 4/199 17180
/proc/meminfo: memFree=26759056/32872528 swapFree=1484408/1662236
[pid=17180] ppid=17177 vsize=9558476 CPUtime=1.42 cores=0,2,4,6
/proc/17180/stat : 17180 (java) S 17177 17180 15921 0 -1 4202496 13828 0 1 0 132 10 0 0 20 0 18 0 8262561 9787879424 52703 33554432000 1073741824 1073778376 140735191987712 140735191978848 273909055549 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/17180/statm: 2389619 52703 2264 9 0 2380296 0
Current children cumulated CPU time (s) 1.42
Current children cumulated vsize (KiB) 9558476

[startup+1.50085 s]
/proc/loadavg: 4.21 4.19 4.18 7/221 17202
/proc/meminfo: memFree=26406596/32872528 swapFree=1484408/1662236
[pid=17180] ppid=17177 vsize=9824732 CPUtime=3.63 cores=0,2,4,6
/proc/17180/stat : 17180 (java) S 17177 17180 15921 0 -1 4202496 15990 0 1 0 346 17 0 0 20 0 22 0 8262561 10060525568 90454 33554432000 1073741824 1073778376 140735191987712 140735191978848 273909055549 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/17180/statm: 2456183 90454 2277 9 0 2446860 0
[pid=17180/tid=17182] ppid=17177 vsize=9824732 CPUtime=0.86 cores=0,2,4,6
/proc/17180/task/17182/stat : 17182 (java) S 17177 17180 15921 0 -1 4202560 2544 0 1 0 81 5 0 0 20 0 22 0 8262562 10060525568 90454 33554432000 1073741824 1073778376 140735191987712 140413799920504 273909069737 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=17180/tid=17183] ppid=17177 vsize=9824732 CPUtime=0.02 cores=0,2,4,6
/proc/17180/task/17183/stat : 17183 (java) S 17177 17180 15921 0 -1 4202560 15 0 0 0 2 0 0 0 20 0 22 0 8262564 10060525568 90454 33554432000 1073741824 1073778376 140735191987712 140413761411624 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=17180/tid=17184] ppid=17177 vsize=9824732 CPUtime=0.02 cores=0,2,4,6
/proc/17180/task/17184/stat : 17184 (java) S 17177 17180 15921 0 -1 4202560 102 0 0 0 2 0 0 0 20 0 22 0 8262564 10060525568 90454 33554432000 1073741824 1073778376 140735191987712 140413760358824 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=17180/tid=17185] ppid=17177 vsize=9824732 CPUtime=0.05 cores=0,2,4,6
/proc/17180/task/17185/stat : 17185 (java) S 17177 17180 15921 0 -1 4202560 21 0 0 0 3 2 0 0 20 0 22 0 8262564 10060525568 90454 33554432000 1073741824 1073778376 140735191987712 140413759306024 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=17180/tid=17186] ppid=17177 vsize=9824732 CPUtime=0.08 cores=0,2,4,6
/proc/17180/task/17186/stat : 17186 (java) S 17177 17180 15921 0 -1 4202560 128 0 0 0 6 2 0 0 20 0 22 0 8262564 10060525568 90454 33554432000 1073741824 1073778376 140735191987712 140413758253224 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=17180/tid=17187] ppid=17177 vsize=9824732 CPUtime=0.04 cores=0,2,4,6
/proc/17180/task/17187/stat : 17187 (java) S 17177 17180 15921 0 -1 4202560 23 0 0 0 4 0 0 0 20 0 22 0 8262564 10060525568 90454 33554432000 1073741824 1073778376 140735191987712 140413757201448 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=17180/tid=17188] ppid=17177 vsize=9824732 CPUtime=0.03 cores=0,2,4,6
/proc/17180/task/17188/stat : 17188 (java) S 17177 17180 15921 0 -1 4202560 98 0 0 0 3 0 0 0 20 0 22 0 8262564 10060525568 90454 33554432000 1073741824 1073778376 140735191987712 140413637749672 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=17180/tid=17189] ppid=17177 vsize=9824732 CPUtime=0.03 cores=0,2,4,6
/proc/17180/task/17189/stat : 17189 (java) S 17177 17180 15921 0 -1 4202560 19 0 0 0 2 1 0 0 20 0 22 0 8262564 10060525568 90454 33554432000 1073741824 1073778376 140735191987712 140413636696872 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=17180/tid=17190] ppid=17177 vsize=9824732 CPUtime=0.04 cores=0,2,4,6
/proc/17180/task/17190/stat : 17190 (java) S 17177 17180 15921 0 -1 4202560 114 0 0 0 3 1 0 0 20 0 22 0 8262564 10060525568 90454 33554432000 1073741824 1073778376 140735191987712 140413635644072 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=17180/tid=17191] ppid=17177 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/17180/task/17191/stat : 17191 (java) S 17177 17180 15921 0 -1 4202560 196 0 0 0 0 0 0 0 20 0 22 0 8262565 10060525568 90454 33554432000 1073741824 1073778376 140735191987712 140413623445992 273909069737 0 0 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=17180/tid=17192] ppid=17177 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/17180/task/17192/stat : 17192 (java) S 17177 17180 15921 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 22 0 8262565 10060525568 90454 33554432000 1073741824 1073778376 140735191987712 140413622392056 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=17180/tid=17193] ppid=17177 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/17180/task/17193/stat : 17193 (java) S 17177 17180 15921 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 8262565 10060525568 90454 33554432000 1073741824 1073778376 140735191987712 140413016990728 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=17180/tid=17194] ppid=17177 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/17180/task/17194/stat : 17194 (java) S 17177 17180 15921 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 8262568 10060525568 90454 33554432000 1073741824 1073778376 140735191987712 140413015939216 273909077792 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=17180/tid=17195] ppid=17177 vsize=9824732 CPUtime=0.62 cores=0,2,4,6
/proc/17180/task/17195/stat : 17195 (java) R 17177 17180 15921 0 -1 4202560 4402 0 0 0 62 0 0 0 20 0 22 0 8262568 10060525568 90454 33554432000 1073741824 1073778376 140735191987712 140413014874880 140413806066280 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0
[pid=17180/tid=17196] ppid=17177 vsize=9824732 CPUtime=0.71 cores=0,2,4,6
/proc/17180/task/17196/stat : 17196 (java) R 17177 17180 15921 0 -1 4202560 7018 0 0 0 70 1 0 0 20 0 22 0 8262568 10060525568 90454 33554432000 1073741824 1073778376 140735191987712 140413013834552 140413802527745 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0
[pid=17180/tid=17197] ppid=17177 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/17180/task/17197/stat : 17197 (java) S 17177 17180 15921 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 8262568 10060525568 90454 33554432000 1073741824 1073778376 140735191987712 140413012781944 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=17180/tid=17198] ppid=17177 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/17180/task/17198/stat : 17198 (java) S 17177 17180 15921 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 8262568 10060525568 90454 33554432000 1073741824 1073778376 140735191987712 140413011729352 273909069737 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=17180/tid=17199] ppid=17177 vsize=9824732 CPUtime=0.46 cores=0,2,4,6
/proc/17180/task/17199/stat : 17199 (java) R 17177 17180 15921 0 -1 4202560 20 0 0 0 46 0 0 0 20 0 22 0 8262664 10060525568 90454 33554432000 1073741824 1073778376 140735191987712 140413010673936 140413637820288 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0
[pid=17180/tid=17200] ppid=17177 vsize=9824732 CPUtime=0.46 cores=0,2,4,6
/proc/17180/task/17200/stat : 17200 (java) R 17177 17180 15921 0 -1 4202560 24 0 0 0 46 0 0 0 20 0 22 0 8262664 10060525568 90454 33554432000 1073741824 1073778376 140735191987712 140413009621288 140413638779377 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0
[pid=17180/tid=17201] ppid=17177 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/17180/task/17201/stat : 17201 (java) S 17177 17180 15921 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 8262666 10060525568 90454 33554432000 1073741824 1073778376 140735191987712 140413008569256 273909069737 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=17180/tid=17202] ppid=17177 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/17180/task/17202/stat : 17202 (java) S 17177 17180 15921 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 8262666 10060525568 90454 33554432000 1073741824 1073778376 140735191987712 140413007516456 273909069737 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
Current children cumulated CPU time (s) 3.63
Current children cumulated vsize (KiB) 9824732

[startup+3.10091 s]
/proc/loadavg: 4.21 4.19 4.18 6/221 17202
/proc/meminfo: memFree=26403876/32872528 swapFree=1484408/1662236
[pid=17180] ppid=17177 vsize=9824732 CPUtime=7.39 cores=0,2,4,6
/proc/17180/stat : 17180 (java) S 17177 17180 15921 0 -1 4202496 20488 0 1 0 717 22 0 0 20 0 22 0 8262561 10060525568 102588 33554432000 1073741824 1073778376 140735191987712 140735191978848 273909055549 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/17180/statm: 2456183 102588 2283 9 0 2446860 0
[pid=17180/tid=17182] ppid=17177 vsize=9824732 CPUtime=0.86 cores=0,2,4,6
/proc/17180/task/17182/stat : 17182 (java) S 17177 17180 15921 0 -1 4202560 2544 0 1 0 81 5 0 0 20 0 22 0 8262562 10060525568 102588 33554432000 1073741824 1073778376 140735191987712 140413799920504 273909069737 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=17180/tid=17183] ppid=17177 vsize=9824732 CPUtime=0.03 cores=0,2,4,6
/proc/17180/task/17183/stat : 17183 (java) S 17177 17180 15921 0 -1 4202560 21 0 0 0 3 0 0 0 20 0 22 0 8262564 10060525568 102588 33554432000 1073741824 1073778376 140735191987712 140413761411624 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=17180/tid=17184] ppid=17177 vsize=9824732 CPUtime=0.04 cores=0,2,4,6
/proc/17180/task/17184/stat : 17184 (java) S 17177 17180 15921 0 -1 4202560 121 0 0 0 2 2 0 0 20 0 22 0 8262564 10060525568 102588 33554432000 1073741824 1073778376 140735191987712 140413760358824 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=17180/tid=17185] ppid=17177 vsize=9824732 CPUtime=0.08 cores=0,2,4,6
/proc/17180/task/17185/stat : 17185 (java) S 17177 17180 15921 0 -1 4202560 33 0 0 0 6 2 0 0 20 0 22 0 8262564 10060525568 102588 33554432000 1073741824 1073778376 140735191987712 140413759306024 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=17180/tid=17186] ppid=17177 vsize=9824732 CPUtime=0.09 cores=0,2,4,6
/proc/17180/task/17186/stat : 17186 (java) S 17177 17180 15921 0 -1 4202560 137 0 0 0 7 2 0 0 20 0 22 0 8262564 10060525568 102588 33554432000 1073741824 1073778376 140735191987712 140413758253224 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=17180/tid=17187] ppid=17177 vsize=9824732 CPUtime=0.07 cores=0,2,4,6
/proc/17180/task/17187/stat : 17187 (java) S 17177 17180 15921 0 -1 4202560 78 0 0 0 5 2 0 0 20 0 22 0 8262564 10060525568 102588 33554432000 1073741824 1073778376 140735191987712 140413757201448 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=17180/tid=17188] ppid=17177 vsize=9824732 CPUtime=0.08 cores=0,2,4,6
/proc/17180/task/17188/stat : 17188 (java) S 17177 17180 15921 0 -1 4202560 130 0 0 0 6 2 0 0 20 0 22 0 8262564 10060525568 102588 33554432000 1073741824 1073778376 140735191987712 140413637749672 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=17180/tid=17189] ppid=17177 vsize=9824732 CPUtime=0.07 cores=0,2,4,6
/proc/17180/task/17189/stat : 17189 (java) S 17177 17180 15921 0 -1 4202560 41 0 0 0 5 2 0 0 20 0 22 0 8262564 10060525568 102588 33554432000 1073741824 1073778376 140735191987712 140413636696872 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=17180/tid=17190] ppid=17177 vsize=9824732 CPUtime=0.06 cores=0,2,4,6
/proc/17180/task/17190/stat : 17190 (java) S 17177 17180 15921 0 -1 4202560 118 0 0 0 4 2 0 0 20 0 22 0 8262564 10060525568 102588 33554432000 1073741824 1073778376 140735191987712 140413635644072 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=17180/tid=17191] ppid=17177 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/17180/task/17191/stat : 17191 (java) S 17177 17180 15921 0 -1 4202560 197 0 0 0 0 0 0 0 20 0 22 0 8262565 10060525568 102588 33554432000 1073741824 1073778376 140735191987712 140413623445992 273909069737 0 0 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=17180/tid=17192] ppid=17177 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/17180/task/17192/stat : 17192 (java) S 17177 17180 15921 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 22 0 8262565 10060525568 102588 33554432000 1073741824 1073778376 140735191987712 140413622392056 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=17180/tid=17193] ppid=17177 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/17180/task/17193/stat : 17193 (java) S 17177 17180 15921 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 8262565 10060525568 102588 33554432000 1073741824 1073778376 140735191987712 140413016990728 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=17180/tid=17194] ppid=17177 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/17180/task/17194/stat : 17194 (java) S 17177 17180 15921 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 8262568 10060525568 102588 33554432000 1073741824 1073778376 140735191987712 140413015939216 273909077792 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=17180/tid=17195] ppid=17177 vsize=9824732 CPUtime=0.79 cores=0,2,4,6
/proc/17180/task/17195/stat : 17195 (java) S 17177 17180 15921 0 -1 4202560 6139 0 0 0 77 2 0 0 20 0 22 0 8262568 10060525568 102588 33554432000 1073741824 1073778376 140735191987712 140413014887352 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=17180/tid=17196] ppid=17177 vsize=9824732 CPUtime=1.04 cores=0,2,4,6
/proc/17180/task/17196/stat : 17196 (java) S 17177 17180 15921 0 -1 4202560 9616 0 0 0 102 2 0 0 20 0 22 0 8262568 10060525568 102588 33554432000 1073741824 1073778376 140735191987712 140413013834552 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=17180/tid=17197] ppid=17177 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/17180/task/17197/stat : 17197 (java) S 17177 17180 15921 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 8262568 10060525568 102588 33554432000 1073741824 1073778376 140735191987712 140413012781944 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=17180/tid=17198] ppid=17177 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/17180/task/17198/stat : 17198 (java) S 17177 17180 15921 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 8262568 10060525568 102588 33554432000 1073741824 1073778376 140735191987712 140413011729352 273909069737 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=17180/tid=17199] ppid=17177 vsize=9824732 CPUtime=2 cores=0,2,4,6
/proc/17180/task/17199/stat : 17199 (java) R 17177 17180 15921 0 -1 4202560 22 0 0 0 200 0 0 0 20 0 22 0 8262664 10060525568 102588 33554432000 1073741824 1073778376 140735191987712 140413010674008 140413638593145 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0
[pid=17180/tid=17200] ppid=17177 vsize=9824732 CPUtime=2 cores=0,2,4,6
/proc/17180/task/17200/stat : 17200 (java) R 17177 17180 15921 0 -1 4202560 25 0 0 0 200 0 0 0 20 0 22 0 8262664 10060525568 102588 33554432000 1073741824 1073778376 140735191987712 140413009619600 140413638634128 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0
[pid=17180/tid=17201] ppid=17177 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/17180/task/17201/stat : 17201 (java) S 17177 17180 15921 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 8262666 10060525568 102588 33554432000 1073741824 1073778376 140735191987712 140413008569256 273909069737 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=17180/tid=17202] ppid=17177 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/17180/task/17202/stat : 17202 (java) S 17177 17180 15921 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 8262666 10060525568 102588 33554432000 1073741824 1073778376 140735191987712 140413007516456 273909069737 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
Current children cumulated CPU time (s) 7.39
Current children cumulated vsize (KiB) 9824732

[startup+6.30092 s]
/proc/loadavg: 4.21 4.19 4.18 5/221 17202
/proc/meminfo: memFree=26356004/32872528 swapFree=1484408/1662236
[pid=17180] ppid=17177 vsize=9824732 CPUtime=13.94 cores=0,2,4,6
/proc/17180/stat : 17180 (java) S 17177 17180 15921 0 -1 4202496 20491 0 1 0 1372 22 0 0 20 0 22 0 8262561 10060525568 102518 33554432000 1073741824 1073778376 140735191987712 140735191978848 273909055549 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/17180/statm: 2456183 102518 2283 9 0 2446860 0
[pid=17180/tid=17182] ppid=17177 vsize=9824732 CPUtime=0.86 cores=0,2,4,6
/proc/17180/task/17182/stat : 17182 (java) S 17177 17180 15921 0 -1 4202560 2544 0 1 0 81 5 0 0 20 0 22 0 8262562 10060525568 102518 33554432000 1073741824 1073778376 140735191987712 140413799920504 273909069737 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=17180/tid=17183] ppid=17177 vsize=9824732 CPUtime=0.03 cores=0,2,4,6
/proc/17180/task/17183/stat : 17183 (java) S 17177 17180 15921 0 -1 4202560 21 0 0 0 3 0 0 0 20 0 22 0 8262564 10060525568 102518 33554432000 1073741824 1073778376 140735191987712 140413761411624 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=17180/tid=17184] ppid=17177 vsize=9824732 CPUtime=0.04 cores=0,2,4,6
/proc/17180/task/17184/stat : 17184 (java) S 17177 17180 15921 0 -1 4202560 121 0 0 0 2 2 0 0 20 0 22 0 8262564 10060525568 102518 33554432000 1073741824 1073778376 140735191987712 140413760358824 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=17180/tid=17185] ppid=17177 vsize=9824732 CPUtime=0.08 cores=0,2,4,6
/proc/17180/task/17185/stat : 17185 (java) S 17177 17180 15921 0 -1 4202560 33 0 0 0 6 2 0 0 20 0 22 0 8262564 10060525568 102518 33554432000 1073741824 1073778376 140735191987712 140413759306024 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=17180/tid=17186] ppid=17177 vsize=9824732 CPUtime=0.09 cores=0,2,4,6
/proc/17180/task/17186/stat : 17186 (java) S 17177 17180 15921 0 -1 4202560 137 0 0 0 7 2 0 0 20 0 22 0 8262564 10060525568 102518 33554432000 1073741824 1073778376 140735191987712 140413758253224 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=17180/tid=17187] ppid=17177 vsize=9824732 CPUtime=0.07 cores=0,2,4,6
/proc/17180/task/17187/stat : 17187 (java) S 17177 17180 15921 0 -1 4202560 78 0 0 0 5 2 0 0 20 0 22 0 8262564 10060525568 102518 33554432000 1073741824 1073778376 140735191987712 140413757201448 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=17180/tid=17188] ppid=17177 vsize=9824732 CPUtime=0.08 cores=0,2,4,6
/proc/17180/task/17188/stat : 17188 (java) S 17177 17180 15921 0 -1 4202560 130 0 0 0 6 2 0 0 20 0 22 0 8262564 10060525568 102518 33554432000 1073741824 1073778376 140735191987712 140413637749672 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=17180/tid=17189] ppid=17177 vsize=9824732 CPUtime=0.07 cores=0,2,4,6
/proc/17180/task/17189/stat : 17189 (java) S 17177 17180 15921 0 -1 4202560 41 0 0 0 5 2 0 0 20 0 22 0 8262564 10060525568 102518 33554432000 1073741824 1073778376 140735191987712 140413636696872 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=17180/tid=17190] ppid=17177 vsize=9824732 CPUtime=0.06 cores=0,2,4,6
/proc/17180/task/17190/stat : 17190 (java) S 17177 17180 15921 0 -1 4202560 118 0 0 0 4 2 0 0 20 0 22 0 8262564 10060525568 102518 33554432000 1073741824 1073778376 140735191987712 140413635644072 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=17180/tid=17191] ppid=17177 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/17180/task/17191/stat : 17191 (java) S 17177 17180 15921 0 -1 4202560 197 0 0 0 0 0 0 0 20 0 22 0 8262565 10060525568 102518 33554432000 1073741824 1073778376 140735191987712 140413623445992 273909069737 0 0 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=17180/tid=17192] ppid=17177 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/17180/task/17192/stat : 17192 (java) S 17177 17180 15921 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 22 0 8262565 10060525568 102518 33554432000 1073741824 1073778376 140735191987712 140413622392056 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=17180/tid=17193] ppid=17177 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/17180/task/17193/stat : 17193 (java) S 17177 17180 15921 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 8262565 10060525568 102518 33554432000 1073741824 1073778376 140735191987712 140413016990728 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=17180/tid=17194] ppid=17177 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/17180/task/17194/stat : 17194 (java) S 17177 17180 15921 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 8262568 10060525568 102518 33554432000 1073741824 1073778376 140735191987712 140413015939216 273909077792 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=17180/tid=17195] ppid=17177 vsize=9824732 CPUtime=0.84 cores=0,2,4,6

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

/proc/17180/task/17185/stat : 17185 (java) S 17177 17180 15921 0 -1 4202560 796 0 0 0 79 26 0 0 20 0 22 0 8262564 10060525568 908602 33554432000 1073741824 1073778376 140735191987712 140413759306024 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=17180/tid=17186] ppid=17177 vsize=9824732 CPUtime=1.04 cores=0,2,4,6
/proc/17180/task/17186/stat : 17186 (java) S 17177 17180 15921 0 -1 4202560 611 0 0 0 80 24 0 0 20 0 22 0 8262564 10060525568 908602 33554432000 1073741824 1073778376 140735191987712 140413758253224 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=17180/tid=17187] ppid=17177 vsize=9824732 CPUtime=1.11 cores=0,2,4,6
/proc/17180/task/17187/stat : 17187 (java) S 17177 17180 15921 0 -1 4202560 708 0 0 0 87 24 0 0 20 0 22 0 8262564 10060525568 908602 33554432000 1073741824 1073778376 140735191987712 140413757201448 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=17180/tid=17188] ppid=17177 vsize=9824732 CPUtime=1.41 cores=0,2,4,6
/proc/17180/task/17188/stat : 17188 (java) S 17177 17180 15921 0 -1 4202560 1012 0 0 0 104 37 0 0 20 0 22 0 8262564 10060525568 908602 33554432000 1073741824 1073778376 140735191987712 140413637749672 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=17180/tid=17189] ppid=17177 vsize=9824732 CPUtime=1.02 cores=0,2,4,6
/proc/17180/task/17189/stat : 17189 (java) S 17177 17180 15921 0 -1 4202560 587 0 0 0 78 24 0 0 20 0 22 0 8262564 10060525568 908602 33554432000 1073741824 1073778376 140735191987712 140413636696872 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=17180/tid=17190] ppid=17177 vsize=9824732 CPUtime=1.03 cores=0,2,4,6
/proc/17180/task/17190/stat : 17190 (java) S 17177 17180 15921 0 -1 4202560 740 0 0 0 74 29 0 0 20 0 22 0 8262564 10060525568 908602 33554432000 1073741824 1073778376 140735191987712 140413635644072 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=17180/tid=17191] ppid=17177 vsize=9824732 CPUtime=6.19 cores=0,2,4,6
/proc/17180/task/17191/stat : 17191 (java) S 17177 17180 15921 0 -1 4202560 2639 0 0 0 617 2 0 0 20 0 22 0 8262565 10060525568 908602 33554432000 1073741824 1073778376 140735191987712 140413623445992 273909069737 0 0 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=17180/tid=17192] ppid=17177 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/17180/task/17192/stat : 17192 (java) S 17177 17180 15921 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 22 0 8262565 10060525568 908602 33554432000 1073741824 1073778376 140735191987712 140413622392056 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=17180/tid=17193] ppid=17177 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/17180/task/17193/stat : 17193 (java) S 17177 17180 15921 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 8262565 10060525568 908602 33554432000 1073741824 1073778376 140735191987712 140413016990728 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=17180/tid=17194] ppid=17177 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/17180/task/17194/stat : 17194 (java) S 17177 17180 15921 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 8262568 10060525568 908602 33554432000 1073741824 1073778376 140735191987712 140413015939216 273909077792 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=17180/tid=17195] ppid=17177 vsize=9824732 CPUtime=1.19 cores=0,2,4,6
/proc/17180/task/17195/stat : 17195 (java) S 17177 17180 15921 0 -1 4202560 6730 0 0 0 117 2 0 0 20 0 22 0 8262568 10060525568 908602 33554432000 1073741824 1073778376 140735191987712 140413014887352 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=17180/tid=17196] ppid=17177 vsize=9824732 CPUtime=1.31 cores=0,2,4,6
/proc/17180/task/17196/stat : 17196 (java) S 17177 17180 15921 0 -1 4202560 9625 0 0 0 129 2 0 0 20 0 22 0 8262568 10060525568 908602 33554432000 1073741824 1073778376 140735191987712 140413013834552 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=17180/tid=17197] ppid=17177 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/17180/task/17197/stat : 17197 (java) S 17177 17180 15921 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 8262568 10060525568 908602 33554432000 1073741824 1073778376 140735191987712 140413012781944 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=17180/tid=17198] ppid=17177 vsize=9824732 CPUtime=0.21 cores=0,2,4,6
/proc/17180/task/17198/stat : 17198 (java) S 17177 17180 15921 0 -1 4202560 47 0 0 0 8 13 0 0 20 0 22 0 8262568 10060525568 908602 33554432000 1073741824 1073778376 140735191987712 140413011729352 273909069737 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=17180/tid=17199] ppid=17177 vsize=9824732 CPUtime=810.63 cores=0,2,4,6
/proc/17180/task/17199/stat : 17199 (java) R 17177 17180 15921 0 -1 4202560 520 0 0 0 81041 22 0 0 20 0 22 0 8262664 10060525568 908602 33554432000 1073741824 1073778376 140735191987712 140413010665488 140413638023070 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0
[pid=17180/tid=17200] ppid=17177 vsize=9824732 CPUtime=810.69 cores=0,2,4,6
/proc/17180/task/17200/stat : 17200 (java) R 17177 17180 15921 0 -1 4202560 1072 0 0 0 81045 24 0 0 20 0 22 0 8262664 10060525568 908602 33554432000 1073741824 1073778376 140735191987712 140413009621304 140413638779317 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0
[pid=17180/tid=17201] ppid=17177 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/17180/task/17201/stat : 17201 (java) S 17177 17180 15921 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 8262666 10060525568 908602 33554432000 1073741824 1073778376 140735191987712 140413008569256 273909069737 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=17180/tid=17202] ppid=17177 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/17180/task/17202/stat : 17202 (java) S 17177 17180 15921 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 8262666 10060525568 908602 33554432000 1073741824 1073778376 140735191987712 140413007516456 273909069737 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
Current children cumulated CPU time (s) 1643.96
Current children cumulated vsize (KiB) 9824732

[startup+882.308 s]
/proc/loadavg: 2.71 3.73 4.01 3/193 17289
/proc/meminfo: memFree=24921396/32872528 swapFree=1484408/1662236
[pid=17180] ppid=17177 vsize=9824732 CPUtime=1764.25 cores=0,2,4,6
/proc/17180/stat : 17180 (java) S 17177 17180 15921 0 -1 4202496 30006 0 1 0 176170 255 0 0 20 0 22 0 8262561 10060525568 909659 33554432000 1073741824 1073778376 140735191987712 140735191978848 273909055549 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/17180/statm: 2456183 909659 2293 9 0 2446860 0
[pid=17180/tid=17182] ppid=17177 vsize=9824732 CPUtime=0.89 cores=0,2,4,6
/proc/17180/task/17182/stat : 17182 (java) S 17177 17180 15921 0 -1 4202560 2555 0 1 0 82 7 0 0 20 0 22 0 8262562 10060525568 909659 33554432000 1073741824 1073778376 140735191987712 140413799920504 273909069737 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=17180/tid=17183] ppid=17177 vsize=9824732 CPUtime=1.22 cores=0,2,4,6
/proc/17180/task/17183/stat : 17183 (java) S 17177 17180 15921 0 -1 4202560 504 0 0 0 95 27 0 0 20 0 22 0 8262564 10060525568 909659 33554432000 1073741824 1073778376 140735191987712 140413761411624 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=17180/tid=17184] ppid=17177 vsize=9824732 CPUtime=1.05 cores=0,2,4,6
/proc/17180/task/17184/stat : 17184 (java) S 17177 17180 15921 0 -1 4202560 551 0 0 0 82 23 0 0 20 0 22 0 8262564 10060525568 909659 33554432000 1073741824 1073778376 140735191987712 140413760358824 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=17180/tid=17185] ppid=17177 vsize=9824732 CPUtime=1.09 cores=0,2,4,6
/proc/17180/task/17185/stat : 17185 (java) S 17177 17180 15921 0 -1 4202560 801 0 0 0 83 26 0 0 20 0 22 0 8262564 10060525568 909659 33554432000 1073741824 1073778376 140735191987712 140413759306024 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=17180/tid=17186] ppid=17177 vsize=9824732 CPUtime=1.11 cores=0,2,4,6
/proc/17180/task/17186/stat : 17186 (java) S 17177 17180 15921 0 -1 4202560 613 0 0 0 87 24 0 0 20 0 22 0 8262564 10060525568 909659 33554432000 1073741824 1073778376 140735191987712 140413758253224 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=17180/tid=17187] ppid=17177 vsize=9824732 CPUtime=1.18 cores=0,2,4,6
/proc/17180/task/17187/stat : 17187 (java) S 17177 17180 15921 0 -1 4202560 716 0 0 0 94 24 0 0 20 0 22 0 8262564 10060525568 909659 33554432000 1073741824 1073778376 140735191987712 140413757201448 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=17180/tid=17188] ppid=17177 vsize=9824732 CPUtime=1.45 cores=0,2,4,6
/proc/17180/task/17188/stat : 17188 (java) S 17177 17180 15921 0 -1 4202560 1012 0 0 0 108 37 0 0 20 0 22 0 8262564 10060525568 909659 33554432000 1073741824 1073778376 140735191987712 140413637749672 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=17180/tid=17189] ppid=17177 vsize=9824732 CPUtime=1.06 cores=0,2,4,6
/proc/17180/task/17189/stat : 17189 (java) S 17177 17180 15921 0 -1 4202560 587 0 0 0 82 24 0 0 20 0 22 0 8262564 10060525568 909659 33554432000 1073741824 1073778376 140735191987712 140413636696872 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=17180/tid=17190] ppid=17177 vsize=9824732 CPUtime=1.18 cores=0,2,4,6
/proc/17180/task/17190/stat : 17190 (java) S 17177 17180 15921 0 -1 4202560 746 0 0 0 89 29 0 0 20 0 22 0 8262564 10060525568 909659 33554432000 1073741824 1073778376 140735191987712 140413635644072 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=17180/tid=17191] ppid=17177 vsize=9824732 CPUtime=6.19 cores=0,2,4,6
/proc/17180/task/17191/stat : 17191 (java) S 17177 17180 15921 0 -1 4202560 2657 0 0 0 617 2 0 0 20 0 22 0 8262565 10060525568 909659 33554432000 1073741824 1073778376 140735191987712 140413623445992 273909069737 0 0 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=17180/tid=17192] ppid=17177 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/17180/task/17192/stat : 17192 (java) S 17177 17180 15921 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 22 0 8262565 10060525568 909659 33554432000 1073741824 1073778376 140735191987712 140413622392056 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=17180/tid=17193] ppid=17177 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/17180/task/17193/stat : 17193 (java) S 17177 17180 15921 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 8262565 10060525568 909659 33554432000 1073741824 1073778376 140735191987712 140413016990728 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=17180/tid=17194] ppid=17177 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/17180/task/17194/stat : 17194 (java) S 17177 17180 15921 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 8262568 10060525568 909659 33554432000 1073741824 1073778376 140735191987712 140413015939216 273909077792 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=17180/tid=17195] ppid=17177 vsize=9824732 CPUtime=1.19 cores=0,2,4,6
/proc/17180/task/17195/stat : 17195 (java) S 17177 17180 15921 0 -1 4202560 6730 0 0 0 117 2 0 0 20 0 22 0 8262568 10060525568 909659 33554432000 1073741824 1073778376 140735191987712 140413014887352 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=17180/tid=17196] ppid=17177 vsize=9824732 CPUtime=1.31 cores=0,2,4,6
/proc/17180/task/17196/stat : 17196 (java) S 17177 17180 15921 0 -1 4202560 9625 0 0 0 129 2 0 0 20 0 22 0 8262568 10060525568 909659 33554432000 1073741824 1073778376 140735191987712 140413013834552 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=17180/tid=17197] ppid=17177 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/17180/task/17197/stat : 17197 (java) S 17177 17180 15921 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 8262568 10060525568 909659 33554432000 1073741824 1073778376 140735191987712 140413012781944 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=17180/tid=17198] ppid=17177 vsize=9824732 CPUtime=0.22 cores=0,2,4,6
/proc/17180/task/17198/stat : 17198 (java) S 17177 17180 15921 0 -1 4202560 51 0 0 0 9 13 0 0 20 0 22 0 8262568 10060525568 909659 33554432000 1073741824 1073778376 140735191987712 140413011729352 273909069737 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=17180/tid=17199] ppid=17177 vsize=9824732 CPUtime=870.32 cores=0,2,4,6
/proc/17180/task/17199/stat : 17199 (java) R 17177 17180 15921 0 -1 4202560 520 0 0 0 87009 23 0 0 20 0 22 0 8262664 10060525568 909659 33554432000 1073741824 1073778376 140735191987712 140413010665488 140413638586002 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0
[pid=17180/tid=17200] ppid=17177 vsize=9824732 CPUtime=870.39 cores=0,2,4,6
/proc/17180/task/17200/stat : 17200 (java) R 17177 17180 15921 0 -1 4202560 1073 0 0 0 87014 25 0 0 20 0 22 0 8262664 10060525568 909659 33554432000 1073741824 1073778376 140735191987712 140413009619744 140413638786927 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0
[pid=17180/tid=17201] ppid=17177 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/17180/task/17201/stat : 17201 (java) S 17177 17180 15921 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 8262666 10060525568 909659 33554432000 1073741824 1073778376 140735191987712 140413008569256 273909069737 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=17180/tid=17202] ppid=17177 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/17180/task/17202/stat : 17202 (java) S 17177 17180 15921 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 8262666 10060525568 909659 33554432000 1073741824 1073778376 140735191987712 140413007516456 273909069737 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
Current children cumulated CPU time (s) 1764.25
Current children cumulated vsize (KiB) 9824732



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+900.201 s]
/proc/loadavg: 2.55 3.65 3.98 4/193 17290
/proc/meminfo: memFree=24921400/32872528 swapFree=1484408/1662236
[pid=17180] ppid=17177 vsize=9824732 CPUtime=1800.03 cores=0,2,4,6
/proc/17180/stat : 17180 (java) S 17177 17180 15921 0 -1 4202496 30007 0 1 0 179748 255 0 0 20 0 22 0 8262561 10060525568 909659 33554432000 1073741824 1073778376 140735191987712 140735191978848 273909055549 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/17180/statm: 2456183 909659 2293 9 0 2446860 0
[pid=17180/tid=17182] ppid=17177 vsize=9824732 CPUtime=0.89 cores=0,2,4,6
/proc/17180/task/17182/stat : 17182 (java) S 17177 17180 15921 0 -1 4202560 2555 0 1 0 82 7 0 0 20 0 22 0 8262562 10060525568 909659 33554432000 1073741824 1073778376 140735191987712 140413799920504 273909069737 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=17180/tid=17183] ppid=17177 vsize=9824732 CPUtime=1.22 cores=0,2,4,6
/proc/17180/task/17183/stat : 17183 (java) S 17177 17180 15921 0 -1 4202560 504 0 0 0 95 27 0 0 20 0 22 0 8262564 10060525568 909659 33554432000 1073741824 1073778376 140735191987712 140413761411624 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=17180/tid=17184] ppid=17177 vsize=9824732 CPUtime=1.05 cores=0,2,4,6
/proc/17180/task/17184/stat : 17184 (java) S 17177 17180 15921 0 -1 4202560 551 0 0 0 82 23 0 0 20 0 22 0 8262564 10060525568 909659 33554432000 1073741824 1073778376 140735191987712 140413760358824 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=17180/tid=17185] ppid=17177 vsize=9824732 CPUtime=1.09 cores=0,2,4,6
/proc/17180/task/17185/stat : 17185 (java) S 17177 17180 15921 0 -1 4202560 801 0 0 0 83 26 0 0 20 0 22 0 8262564 10060525568 909659 33554432000 1073741824 1073778376 140735191987712 140413759306024 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=17180/tid=17186] ppid=17177 vsize=9824732 CPUtime=1.11 cores=0,2,4,6
/proc/17180/task/17186/stat : 17186 (java) S 17177 17180 15921 0 -1 4202560 613 0 0 0 87 24 0 0 20 0 22 0 8262564 10060525568 909659 33554432000 1073741824 1073778376 140735191987712 140413758253224 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=17180/tid=17187] ppid=17177 vsize=9824732 CPUtime=1.18 cores=0,2,4,6
/proc/17180/task/17187/stat : 17187 (java) S 17177 17180 15921 0 -1 4202560 716 0 0 0 94 24 0 0 20 0 22 0 8262564 10060525568 909659 33554432000 1073741824 1073778376 140735191987712 140413757201448 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=17180/tid=17188] ppid=17177 vsize=9824732 CPUtime=1.45 cores=0,2,4,6
/proc/17180/task/17188/stat : 17188 (java) S 17177 17180 15921 0 -1 4202560 1012 0 0 0 108 37 0 0 20 0 22 0 8262564 10060525568 909659 33554432000 1073741824 1073778376 140735191987712 140413637749672 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=17180/tid=17189] ppid=17177 vsize=9824732 CPUtime=1.06 cores=0,2,4,6
/proc/17180/task/17189/stat : 17189 (java) S 17177 17180 15921 0 -1 4202560 587 0 0 0 82 24 0 0 20 0 22 0 8262564 10060525568 909659 33554432000 1073741824 1073778376 140735191987712 140413636696872 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=17180/tid=17190] ppid=17177 vsize=9824732 CPUtime=1.18 cores=0,2,4,6
/proc/17180/task/17190/stat : 17190 (java) S 17177 17180 15921 0 -1 4202560 746 0 0 0 89 29 0 0 20 0 22 0 8262564 10060525568 909659 33554432000 1073741824 1073778376 140735191987712 140413635644072 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=17180/tid=17191] ppid=17177 vsize=9824732 CPUtime=6.19 cores=0,2,4,6
/proc/17180/task/17191/stat : 17191 (java) S 17177 17180 15921 0 -1 4202560 2657 0 0 0 617 2 0 0 20 0 22 0 8262565 10060525568 909659 33554432000 1073741824 1073778376 140735191987712 140413623445992 273909069737 0 0 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=17180/tid=17192] ppid=17177 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/17180/task/17192/stat : 17192 (java) S 17177 17180 15921 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 22 0 8262565 10060525568 909659 33554432000 1073741824 1073778376 140735191987712 140413622392056 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=17180/tid=17193] ppid=17177 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/17180/task/17193/stat : 17193 (java) S 17177 17180 15921 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 8262565 10060525568 909659 33554432000 1073741824 1073778376 140735191987712 140413016990728 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=17180/tid=17194] ppid=17177 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/17180/task/17194/stat : 17194 (java) S 17177 17180 15921 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 8262568 10060525568 909659 33554432000 1073741824 1073778376 140735191987712 140413015939216 273909077792 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=17180/tid=17195] ppid=17177 vsize=9824732 CPUtime=1.19 cores=0,2,4,6
/proc/17180/task/17195/stat : 17195 (java) S 17177 17180 15921 0 -1 4202560 6730 0 0 0 117 2 0 0 20 0 22 0 8262568 10060525568 909659 33554432000 1073741824 1073778376 140735191987712 140413014887352 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=17180/tid=17196] ppid=17177 vsize=9824732 CPUtime=1.31 cores=0,2,4,6
/proc/17180/task/17196/stat : 17196 (java) S 17177 17180 15921 0 -1 4202560 9626 0 0 0 129 2 0 0 20 0 22 0 8262568 10060525568 909659 33554432000 1073741824 1073778376 140735191987712 140413013834552 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=17180/tid=17197] ppid=17177 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/17180/task/17197/stat : 17197 (java) S 17177 17180 15921 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 8262568 10060525568 909659 33554432000 1073741824 1073778376 140735191987712 140413012781944 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=17180/tid=17198] ppid=17177 vsize=9824732 CPUtime=0.23 cores=0,2,4,6
/proc/17180/task/17198/stat : 17198 (java) S 17177 17180 15921 0 -1 4202560 51 0 0 0 9 14 0 0 20 0 22 0 8262568 10060525568 909659 33554432000 1073741824 1073778376 140735191987712 140413011729352 273909069737 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=17180/tid=17199] ppid=17177 vsize=9824732 CPUtime=888.16 cores=0,2,4,6
/proc/17180/task/17199/stat : 17199 (java) R 17177 17180 15921 0 -1 4202560 520 0 0 0 88793 23 0 0 20 0 22 0 8262664 10060525568 909659 33554432000 1073741824 1073778376 140735191987712 140413010665488 140413638918259 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0
[pid=17180/tid=17200] ppid=17177 vsize=9824732 CPUtime=888.24 cores=0,2,4,6
/proc/17180/task/17200/stat : 17200 (java) R 17177 17180 15921 0 -1 4202560 1073 0 0 0 88799 25 0 0 20 0 22 0 8262664 10060525568 909659 33554432000 1073741824 1073778376 140735191987712 140413009621320 140413638634265 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0
[pid=17180/tid=17201] ppid=17177 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/17180/task/17201/stat : 17201 (java) S 17177 17180 15921 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 8262666 10060525568 909659 33554432000 1073741824 1073778376 140735191987712 140413008569256 273909069737 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=17180/tid=17202] ppid=17177 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/17180/task/17202/stat : 17202 (java) S 17177 17180 15921 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 8262666 10060525568 909659 33554432000 1073741824 1073778376 140735191987712 140413007516456 273909069737 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
Current children cumulated CPU time (s) 1800.03
Current children cumulated vsize (KiB) 9824732

Sending SIGTERM to process tree (bottom up)
Sleeping 2 seconds

Solver just ended.
??? exit watcher main loop
??? sigkill at end of watcher main loop
??? kill 17180 sig 9
??? end of watcher thread
Dumping a history of the last processes samples

Child status: 143

# WARNING:
# CPU time reported by wait4() is probably wrong !
# wait4(...,&childrusage) returns 17180 and gives
#  childrusage.ru_utime.tv_sec=1792
#  childrusage.ru_utime.tv_usec=868442
#  childrusage.ru_stime.tv_sec=3
#  childrusage.ru_stime.tv_usec=62534
# CPU time returned by wait4() is 1795.93
# while last known CPU time is 1800.03
#
# Solver probably didn't/couldn't wait for its children
# Using CPU time of the last sample as value...

Real time (s): 900.248
CPU time (s): 1800.03
CPU user time (s): 1797.48
CPU system time (s): 2.55
CPU usage (%): 199.948
Max. virtual memory (cumulated for all children) (KiB): 9824732

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1792.87
system time used= 3.06253
maximum resident set size= 3638752
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 30047
page faults= 1
swaps= 0
block input operations= 0
block output operations= 784
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 21664
involuntary context switches= 20444

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 5.2912 second user time and 7.65484 second system time

The end

Launcher Data

Begin job on node134 at 2016-06-30 09:51:40
IDJOB=4119952
IDBENCH=111824
IDSOLVER=2543
FILE ID=node134/4119952-1467273100
RUNJOBID= node134-1467269337-16122
PBS_JOBID= 20004500
Free space on /tmp= 71704 MiB

SOLVER NAME= Sat4j PB 2.3.6 Res+CP PB16
BENCH NAME= PB15eval/normalized-PB15eval/OPT-SMALLINT-LIN/pbfvmc-formulae/hw64/normalized-hw64-vm99p-opt.opb.negationfix.opb
COMMAND LINE= java -jar sat4j-pb.jar Both BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4119952-1467273100/watcher-4119952-1467273100 -o /tmp/evaluation-result-4119952-1467273100/solver-4119952-1467273100 -C 1800 -W 1900 -M 15500 --bin-var /tmp/runsolver-exch-node134-1467269337-16122 --watchdog 1960  java -jar sat4j-pb.jar Both HOME/instance-4119952-1467273100.opb

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

MD5SUM BENCH= 4dfa909155a817e1d19c3b8b4e58f199
RANDOM SEED=418426630

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

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

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

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


/proc/meminfo:
MemTotal:       32872528 kB
MemFree:        26759436 kB
Buffers:          170512 kB
Cached:          1717972 kB
SwapCached:            0 kB
Active:          1969168 kB
Inactive:        1734616 kB
Active(anon):    1817608 kB
Inactive(anon):        0 kB
Active(file):     151560 kB
Inactive(file):  1734616 kB
Unevictable:     1662236 kB
Mlocked:         1484408 kB
SwapTotal:      67108856 kB
SwapFree:       67108856 kB
Dirty:              2796 kB
Writeback:             0 kB
AnonPages:       3433884 kB
Mapped:            21660 kB
Shmem:               216 kB
Slab:             610840 kB
SReclaimable:      54856 kB
SUnreclaim:       555984 kB
KernelStack:        1824 kB
PageTables:        11160 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545120 kB
Committed_AS:    4844496 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346412 kB
VmallocChunk:   34341987908 kB
HardwareCorrupted:     0 kB
AnonHugePages:   1875968 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= 71708 MiB
End job on node134 at 2016-06-30 10:06:41