Trace number 4084535

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 NameAnswerCPU timeWall clock time
Sat4j PB 2.3.6 Resolution PB16? (TO) 1800 1796.45

General information on the benchmark

Name/DEC-SMALLINT-LIN/oliveras/j120/
normalized-j12038_7-unsat.opb
MD5SUMdcebcc122dcddcac4192e5e5bf5bd3e3
Bench CategoryDEC-SMALLINT-LIN (no optimisation, small integers, linear constraints)
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 FunctionNO
Satisfiable
(Un)Satisfiability was proved
Best value of the objective function
Optimality of the best value was proved
Number of variables24684
Total number of constraints81656
Number of constraints which are clauses81252
Number of constraints which are cardinality constraints (but not clauses)0
Number of constraints which are nor clauses,nor cardinality constraints404
Minimum length of a constraint1
Maximum length of a constraint120
Number of terms in the objective function 0
Biggest coefficient in the objective function 0
Number of bits for the biggest coefficient in the objective function 0
Sum of the numbers in the objective function 0
Number of bits of the sum of numbers in the objective function 0
Biggest number in a constraint 49
Number of bits of the biggest number in a constraint 6
Biggest sum of numbers in a constraint 745
Number of bits of the biggest sum of numbers10
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.10	c java.runtime.name	Java(TM) SE Runtime Environment
0.00/0.10	c java.vm.name		Java HotSpot(TM) 64-Bit Server VM
0.00/0.10	c java.vm.version	19.1-b02
0.00/0.10	c java.vm.vendor	Sun Microsystems Inc.
0.00/0.10	c sun.arch.data.model	64
0.00/0.10	c java.version		1.6.0_24
0.00/0.10	c os.name		Linux
0.00/0.10	c os.version		2.6.32-71.29.1.el6.x86_64
0.00/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.12	c Pseudo Boolean Optimization by upper bound
0.09/0.12	c --- Begin Solver configuration ---
0.09/0.12	c org.sat4j.pb.constraints.CompetResolutionPBLongMixedWLClauseCardConstrDataStructure@587bd9f2
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 No 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.minisat.core.VoidTracing@4e3eca90
0.09/0.12	c --- End Solver configuration ---
0.09/0.12	c solving HOME/instance-4084535-1465273737.opb
0.09/0.12	c reading problem ... 
0.09/0.12	c  no objective function found
1.36/0.88	c ... done. Wall clock time 0.759s.
1.36/0.88	c declared #vars     24684
1.36/0.88	c #constraints  81656
1.36/0.88	c constraints type 
1.36/0.88	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 8726
1.36/0.88	c org.sat4j.specs.Constr$1 => 10341
1.36/0.88	c org.sat4j.minisat.constraints.cnf.OriginalBinaryClause => 57864
1.36/0.88	c org.sat4j.minisat.constraints.cnf.UnitClause => 4321
1.36/0.88	c org.sat4j.pb.constraints.pb.MaxWatchPbLong => 404
1.36/0.88	c 81656 constraints processed.
3.15/2.07	c cleaning 2496 clauses out of 5000 with flag 23432/5000
4.20/3.09	c cleaning 4242 clauses out of 8504 with flag 54948/11000
5.51/4.36	c cleaning 5626 clauses out of 11265 with flag 95583/18003
7.10/5.80	c cleaning 6806 clauses out of 13637 with flag 127833/26001
8.61/7.33	c cleaning 7906 clauses out of 15830 with flag 171051/35000
10.31/9.04	c cleaning 8945 clauses out of 17925 with flag 232483/45001
12.31/11.07	c cleaning 9977 clauses out of 19979 with flag 318171/56000
14.61/13.40	c cleaning 10986 clauses out of 22003 with flag 408294/68001
17.11/15.86	c cleaning 12002 clauses out of 24017 with flag 500079/81001
20.01/18.77	c cleaning 12996 clauses out of 26014 with flag 560120/95000
23.01/21.75	c cleaning 13999 clauses out of 28019 with flag 632312/110001
26.31/25.00	c cleaning 14991 clauses out of 30019 with flag 742982/126000
29.71/28.44	c cleaning 16010 clauses out of 32028 with flag 836448/143000
33.31/32.03	c cleaning 16984 clauses out of 34019 with flag 928057/161001
37.06/35.77	c cleaning 18005 clauses out of 36034 with flag 1018185/180000
41.16/39.82	c cleaning 19003 clauses out of 38031 with flag 1128999/200002
45.66/44.37	c cleaning 19997 clauses out of 40026 with flag 1262862/221000
50.36/49.06	c cleaning 21000 clauses out of 42030 with flag 1370533/243001
55.37/54.08	c cleaning 21997 clauses out of 44033 with flag 1497990/266004
60.66/59.36	c cleaning 23000 clauses out of 46034 with flag 1641155/290002
66.57/65.28	c cleaning 24010 clauses out of 48035 with flag 1768595/315003
72.57/71.22	c cleaning 24997 clauses out of 50023 with flag 1917365/341001
78.57/77.26	c cleaning 26006 clauses out of 52026 with flag 2067957/368001
84.84/83.49	c cleaning 26996 clauses out of 54019 with flag 2213731/396000
91.44/90.08	c cleaning 28008 clauses out of 56025 with flag 2383305/425002
98.04/96.63	c cleaning 29000 clauses out of 58021 with flag 2550038/455006
105.14/103.79	c cleaning 29991 clauses out of 60016 with flag 2724546/486001
112.24/110.87	c cleaning 30995 clauses out of 62025 with flag 2922263/518001
119.55/118.14	c cleaning 31998 clauses out of 64034 with flag 3105344/551005
127.25/125.81	c cleaning 33005 clauses out of 66031 with flag 3285465/585000
135.94/134.60	c cleaning 34004 clauses out of 68029 with flag 3482599/620003
144.94/143.55	c cleaning 34992 clauses out of 70022 with flag 3689732/656000
154.83/153.32	c cleaning 36001 clauses out of 72031 with flag 3884360/693001
164.44/162.97	c cleaning 37002 clauses out of 74029 with flag 4131269/731000
174.83/173.31	c cleaning 38001 clauses out of 76027 with flag 4391686/770000
186.43/184.96	c cleaning 39003 clauses out of 78028 with flag 4656873/810002
196.53/195.05	c cleaning 40000 clauses out of 80025 with flag 4929569/851002
207.42/205.92	c cleaning 41005 clauses out of 82023 with flag 5176330/893000
218.52/217.09	c cleaning 41997 clauses out of 84020 with flag 5420392/936002
230.23/228.70	c cleaning 43000 clauses out of 86021 with flag 5700432/980000
242.33/240.71	c cleaning 43995 clauses out of 88022 with flag 5962040/1025001
254.43/252.87	c cleaning 45005 clauses out of 90027 with flag 6222926/1071001
268.13/266.58	c cleaning 45993 clauses out of 92021 with flag 6512581/1118000
281.04/279.46	c cleaning 47000 clauses out of 94030 with flag 6805778/1166002
298.44/296.80	c cleaning 48001 clauses out of 96029 with flag 7181453/1215001
313.14/311.59	c cleaning 48995 clauses out of 98027 with flag 7502129/1265000
327.96/326.20	c cleaning 50008 clauses out of 100033 with flag 7792554/1316001
342.56/340.87	c cleaning 51000 clauses out of 102024 with flag 8120316/1368000
359.65/357.96	c cleaning 52006 clauses out of 104026 with flag 8459743/1421002
375.25/373.52	c cleaning 52999 clauses out of 106019 with flag 8780604/1475001
392.96/391.26	c cleaning 54000 clauses out of 108022 with flag 9108847/1530003
410.77/408.90	c cleaning 54994 clauses out of 110019 with flag 9650871/1586000
428.38/426.57	c cleaning 56007 clauses out of 112025 with flag 10018115/1643000
445.38/443.51	c cleaning 57006 clauses out of 114018 with flag 10403401/1701000
463.89/462.09	c cleaning 58000 clauses out of 116012 with flag 10811501/1760000
483.59/481.80	c cleaning 59004 clauses out of 118015 with flag 11222718/1820003
500.57/498.61	c cleaning 59993 clauses out of 120009 with flag 11621829/1881001
519.16/517.27	c cleaning 60990 clauses out of 122016 with flag 11985862/1943001
537.67/535.71	c cleaning 62002 clauses out of 124025 with flag 12392361/2006000
557.96/556.07	c cleaning 62999 clauses out of 126024 with flag 12840603/2070001
577.38/575.31	c cleaning 64008 clauses out of 128026 with flag 13303391/2135002
596.89/594.83	c cleaning 64998 clauses out of 130016 with flag 13739708/2201000
616.88/614.89	c cleaning 65996 clauses out of 132019 with flag 14161005/2268001
637.41/635.27	c cleaning 66997 clauses out of 134022 with flag 14607735/2336000
659.20/657.04	c cleaning 67998 clauses out of 136026 with flag 15065865/2405001
679.81/677.69	c cleaning 69013 clauses out of 138027 with flag 15552541/2475000
704.23/701.93	c cleaning 70001 clauses out of 140014 with flag 16036300/2546000
727.91/725.69	c cleaning 70992 clauses out of 142013 with flag 16498753/2618000
751.31/749.06	c cleaning 72009 clauses out of 144024 with flag 17013846/2691003
773.97/771.65	c cleaning 72998 clauses out of 146013 with flag 17514458/2765001
797.77/795.45	c cleaning 74001 clauses out of 148014 with flag 18064653/2840000
822.36/819.93	c cleaning 74985 clauses out of 150014 with flag 18618898/2916001
855.67/853.26	c cleaning 76010 clauses out of 152032 with flag 19146440/2993004
882.57/880.19	c cleaning 77006 clauses out of 154018 with flag 19678080/3071000
908.95/906.41	c cleaning 77993 clauses out of 156013 with flag 20221145/3150001
936.55/934.07	c cleaning 79005 clauses out of 158020 with flag 20863598/3230001
962.40/959.89	c cleaning 79998 clauses out of 160015 with flag 21439154/3311001
989.80/987.10	c cleaning 80980 clauses out of 162016 with flag 22123089/3393000
1028.41/1025.79	c cleaning 81988 clauses out of 164037 with flag 22823964/3476001
1065.01/1062.39	c cleaning 83016 clauses out of 166048 with flag 23508481/3560000
1095.71/1093.05	c cleaning 84005 clauses out of 168032 with flag 24080893/3645000
1126.62/1123.88	c cleaning 85015 clauses out of 170029 with flag 24767522/3731002
1157.83/1155.03	c cleaning 85995 clauses out of 172014 with flag 25364218/3818002
1189.85/1186.95	c cleaning 87001 clauses out of 174017 with flag 25919902/3906000
1225.04/1222.19	c cleaning 87994 clauses out of 176019 with flag 26592180/3995003
1258.06/1255.19	c cleaning 88991 clauses out of 178022 with flag 27223349/4085000
1292.76/1289.80	c cleaning 89999 clauses out of 180033 with flag 27856230/4176002
1330.99/1328.02	c cleaning 91007 clauses out of 182033 with flag 28497692/4268001
1372.59/1369.65	c cleaning 92006 clauses out of 184025 with flag 29175872/4361000
1410.35/1407.31	c cleaning 93000 clauses out of 186019 with flag 29833807/4455000
1447.25/1444.12	c cleaning 94008 clauses out of 188021 with flag 30535571/4550002
1486.61/1483.48	c cleaning 94985 clauses out of 190012 with flag 31205248/4646001
1524.12/1520.92	c cleaning 95999 clauses out of 192026 with flag 31931971/4743000
1564.08/1560.82	c cleaning 97005 clauses out of 194030 with flag 32556222/4841003
1603.15/1599.86	c cleaning 97998 clauses out of 196022 with flag 33261671/4940000
1642.93/1639.58	c cleaning 98997 clauses out of 198025 with flag 33996158/5040001
1682.74/1679.35	c cleaning 99995 clauses out of 200029 with flag 34688160/5141002
1724.33/1720.81	c cleaning 101005 clauses out of 202034 with flag 35406529/5243002
1770.39/1766.87	c cleaning 102010 clauses out of 204027 with flag 36118585/5346000
1800.00/1796.41	c starts		: 20675
1800.00/1796.41	c conflicts		: 5413307
1800.00/1796.41	c decisions		: 8712175
1800.00/1796.41	c propagations		: 1980882820
1800.00/1796.41	c inspects		: 24509991875
1800.00/1796.41	c shortcuts		: 0
1800.00/1796.41	c learnt literals	: 0
1800.00/1796.41	c learnt binary clauses	: 0
1800.00/1796.41	c learnt ternary clauses	: 2652
1800.00/1796.41	c learnt constraints	: 5413307
1800.00/1796.41	c ignored constraints	: 0
1800.00/1796.41	c root simplifications	: 0
1800.00/1796.41	c removed literals (reason simplification)	: 0
1800.00/1796.41	c reason swapping (by a shorter reason)	: 0
1800.00/1796.41	c Calls to reduceDB	: 99
1800.00/1796.41	c Number of update (reduction) of LBD	: 1850101
1800.00/1796.41	c Imported unit clauses	: 0
1800.00/1796.41	c number of reductions to clauses (during analyze)	: 0
1800.00/1796.41	c number of learned constraints concerned by reduction	: 0
1800.00/1796.41	c number of learning phase by resolution	: 0
1800.00/1796.41	c number of learning phase by cutting planes	: 0
1800.00/1796.41	c speed (assignments/second)	: 1103262.709575227
1800.00/1796.41	c non guided choices	224
1800.00/1796.41	c timeout
1800.00/1796.44	c learnt constraints type 
1800.00/1796.44	c org.sat4j.minisat.constraints.cnf.LearntWLClause => 169324
1800.00/1796.44	s UNKNOWN
1800.00/1796.44	c Total wall clock time (in seconds): 1796.321

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-4084535-1465273737/watcher-4084535-1465273737 -o /tmp/evaluation-result-4084535-1465273737/solver-4084535-1465273737 -C 1800 -W 1900 -M 15500 --bin-var /tmp/runsolver-exch-node123-1465255130-5981 --watchdog 1960 java -jar sat4j-pb.jar HOME/instance-4084535-1465273737.opb 

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

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


[startup+0 s]
/proc/loadavg: 2.26 2.26 2.19 3/194 11226
/proc/meminfo: memFree=28647876/32872528 swapFree=16360/1798728
[pid=11226] ppid=11223 vsize=2500 CPUtime=0 cores=0,2,4,6
/proc/11226/stat : 11226 (java) D 11223 11226 5965 0 -1 4202496 376 0 0 0 0 0 0 0 20 0 1 0 109306867 2560000 47 33554432000 1073741824 1073778376 140734694895440 140734694892568 260181159207 0 0 4096 0 18446744072100609316 0 0 17 4 0 0 0 0 0
/proc/11226/statm: 625 47 37 9 0 29 0

[startup+0.100062 s]
/proc/loadavg: 2.26 2.26 2.19 3/194 11226
/proc/meminfo: memFree=28647876/32872528 swapFree=16360/1798728
[pid=11226] ppid=11223 vsize=9558476 CPUtime=0.09 cores=0,2,4,6
/proc/11226/stat : 11226 (java) S 11223 11226 5965 0 -1 4202496 4402 0 1 0 8 1 0 0 20 0 18 0 109306867 9787879424 6041 33554432000 1073741824 1073778376 140734694895440 140734694886576 260193681469 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/11226/statm: 2389619 6041 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: 2.26 2.26 2.19 3/194 11226
/proc/meminfo: memFree=28647876/32872528 swapFree=16360/1798728
[pid=11226] ppid=11223 vsize=9558476 CPUtime=0.24 cores=0,2,4,6
/proc/11226/stat : 11226 (java) S 11223 11226 5965 0 -1 4202496 4683 0 1 0 23 1 0 0 20 0 18 0 109306867 9787879424 6792 33554432000 1073741824 1073778376 140734694895440 140734694886576 260193681469 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/11226/statm: 2389619 6792 2201 9 0 2380296 0
Current children cumulated CPU time (s) 0.24
Current children cumulated vsize (KiB) 9558476

[startup+0.300287 s]
/proc/loadavg: 2.26 2.26 2.19 3/194 11226
/proc/meminfo: memFree=28647876/32872528 swapFree=16360/1798728
[pid=11226] ppid=11223 vsize=9558476 CPUtime=0.45 cores=0,2,4,6
/proc/11226/stat : 11226 (java) S 11223 11226 5965 0 -1 4202496 6211 0 1 0 44 1 0 0 20 0 18 0 109306867 9787879424 8789 33554432000 1073741824 1073778376 140734694895440 140734694886576 260193681469 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/11226/statm: 2389619 8790 2231 9 0 2380296 0
Current children cumulated CPU time (s) 0.45
Current children cumulated vsize (KiB) 9558476

[startup+0.700197 s]
/proc/loadavg: 2.26 2.26 2.19 3/194 11226
/proc/meminfo: memFree=28647876/32872528 swapFree=16360/1798728
[pid=11226] ppid=11223 vsize=9558476 CPUtime=1.1 cores=0,2,4,6
/proc/11226/stat : 11226 (java) S 11223 11226 5965 0 -1 4202496 7630 0 1 0 106 4 0 0 20 0 18 0 109306867 9787879424 39570 33554432000 1073741824 1073778376 140734694895440 140734694886576 260193681469 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/11226/statm: 2389619 39570 2261 9 0 2380296 0
Current children cumulated CPU time (s) 1.1
Current children cumulated vsize (KiB) 9558476

[startup+1.50073 s]
/proc/loadavg: 2.26 2.26 2.19 3/213 11245
/proc/meminfo: memFree=28478336/32872528 swapFree=16360/1798728
[pid=11226] ppid=11223 vsize=9625040 CPUtime=2.6 cores=0,2,4,6
/proc/11226/stat : 11226 (java) S 11223 11226 5965 0 -1 4202496 13903 0 1 0 255 5 0 0 20 0 19 0 109306867 9856040960 44411 33554432000 1073741824 1073778376 140734694895440 140734694886576 260193681469 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/11226/statm: 2406260 44411 2280 9 0 2396937 0
[pid=11226/tid=11228] ppid=11223 vsize=9625040 CPUtime=1.43 cores=0,2,4,6
/proc/11226/task/11228/stat : 11228 (java) R 11223 11226 5965 0 -1 4202560 2474 0 1 0 140 3 0 0 20 0 19 0 109306868 9856040960 44411 33554432000 1073741824 1073778376 140734694895440 140001857798176 140001724325680 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0
[pid=11226/tid=11229] ppid=11223 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/11226/task/11229/stat : 11229 (java) S 11223 11226 5965 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 109306869 9856040960 44411 33554432000 1073741824 1073778376 140734694895440 140001846868776 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=11226/tid=11230] ppid=11223 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/11226/task/11230/stat : 11230 (java) S 11223 11226 5965 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 19 0 109306869 9856040960 44411 33554432000 1073741824 1073778376 140734694895440 140001845815976 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=11226/tid=11231] ppid=11223 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/11226/task/11231/stat : 11231 (java) S 11223 11226 5965 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 19 0 109306869 9856040960 44411 33554432000 1073741824 1073778376 140734694895440 140001844763688 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=11226/tid=11232] ppid=11223 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/11226/task/11232/stat : 11232 (java) S 11223 11226 5965 0 -1 4202560 11 0 0 0 0 0 0 0 20 0 19 0 109306869 9856040960 44411 33554432000 1073741824 1073778376 140734694895440 140001843710888 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=11226/tid=11233] ppid=11223 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/11226/task/11233/stat : 11233 (java) S 11223 11226 5965 0 -1 4202560 4 0 0 0 0 0 0 0 20 0 19 0 109306869 9856040960 44411 33554432000 1073741824 1073778376 140734694895440 140001842657576 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=11226/tid=11234] ppid=11223 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/11226/task/11234/stat : 11234 (java) S 11223 11226 5965 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 19 0 109306869 9856040960 44411 33554432000 1073741824 1073778376 140734694895440 140001695971496 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=11226/tid=11235] ppid=11223 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/11226/task/11235/stat : 11235 (java) S 11223 11226 5965 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 19 0 109306869 9856040960 44411 33554432000 1073741824 1073778376 140734694895440 140001694919208 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=11226/tid=11236] ppid=11223 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/11226/task/11236/stat : 11236 (java) S 11223 11226 5965 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 109306869 9856040960 44411 33554432000 1073741824 1073778376 140734694895440 140001693866408 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=11226/tid=11237] ppid=11223 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/11226/task/11237/stat : 11237 (java) S 11223 11226 5965 0 -1 4202560 74 0 0 0 0 0 0 0 20 0 19 0 109306870 9856040960 44411 33554432000 1073741824 1073778376 140734694895440 140001681668840 260193695657 0 0 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=11226/tid=11238] ppid=11223 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/11226/task/11238/stat : 11238 (java) S 11223 11226 5965 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 109306870 9856040960 44411 33554432000 1073741824 1073778376 140734694895440 140001680614904 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=11226/tid=11239] ppid=11223 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/11226/task/11239/stat : 11239 (java) S 11223 11226 5965 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 19 0 109306870 9856040960 44411 33554432000 1073741824 1073778376 140734694895440 140001679562504 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=11226/tid=11240] ppid=11223 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/11226/task/11240/stat : 11240 (java) S 11223 11226 5965 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 109306873 9856040960 44411 33554432000 1073741824 1073778376 140734694895440 140001678510992 260193703712 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=11226/tid=11241] ppid=11223 vsize=9625040 CPUtime=0.51 cores=0,2,4,6
/proc/11226/task/11241/stat : 11241 (java) S 11223 11226 5965 0 -1 4202560 4642 0 0 0 51 0 0 0 20 0 19 0 109306873 9856040960 44411 33554432000 1073741824 1073778376 140734694895440 140001677457592 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=11226/tid=11242] ppid=11223 vsize=9625040 CPUtime=0.5 cores=0,2,4,6
/proc/11226/task/11242/stat : 11242 (java) S 11223 11226 5965 0 -1 4202560 5415 0 0 0 50 0 0 0 20 0 19 0 109306873 9856040960 44411 33554432000 1073741824 1073778376 140734694895440 140001676404792 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=11226/tid=11243] ppid=11223 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/11226/task/11243/stat : 11243 (java) S 11223 11226 5965 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 109306873 9856040960 44411 33554432000 1073741824 1073778376 140734694895440 140001675352696 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=11226/tid=11244] ppid=11223 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/11226/task/11244/stat : 11244 (java) S 11223 11226 5965 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 109306873 9856040960 44411 33554432000 1073741824 1073778376 140734694895440 140001674300104 260193695657 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=11226/tid=11245] ppid=11223 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/11226/task/11245/stat : 11245 (java) S 11223 11226 5965 0 -1 4202560 12 0 0 0 0 0 0 0 20 0 19 0 109306960 9856040960 44411 33554432000 1073741824 1073778376 140734694895440 140001673246120 260193695657 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 2.6
Current children cumulated vsize (KiB) 9625040

[startup+3.10074 s]
/proc/loadavg: 2.26 2.26 2.19 3/213 11245
/proc/meminfo: memFree=28477964/32872528 swapFree=16360/1798728
[pid=11226] ppid=11223 vsize=9625040 CPUtime=4.3 cores=0,2,4,6
/proc/11226/stat : 11226 (java) S 11223 11226 5965 0 -1 4202496 14387 0 1 0 425 5 0 0 20 0 19 0 109306867 9856040960 44417 33554432000 1073741824 1073778376 140734694895440 140734694886576 260193681469 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/11226/statm: 2406260 44417 2286 9 0 2396937 0
[pid=11226/tid=11228] ppid=11223 vsize=9625040 CPUtime=3.03 cores=0,2,4,6
/proc/11226/task/11228/stat : 11228 (java) R 11223 11226 5965 0 -1 4202560 2476 0 1 0 300 3 0 0 20 0 19 0 109306868 9856040960 44417 33554432000 1073741824 1073778376 140734694895440 140001857806752 140001724325742 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0
[pid=11226/tid=11229] ppid=11223 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/11226/task/11229/stat : 11229 (java) S 11223 11226 5965 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 109306869 9856040960 44417 33554432000 1073741824 1073778376 140734694895440 140001846868776 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=11226/tid=11230] ppid=11223 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/11226/task/11230/stat : 11230 (java) S 11223 11226 5965 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 19 0 109306869 9856040960 44417 33554432000 1073741824 1073778376 140734694895440 140001845815976 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=11226/tid=11231] ppid=11223 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/11226/task/11231/stat : 11231 (java) S 11223 11226 5965 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 19 0 109306869 9856040960 44417 33554432000 1073741824 1073778376 140734694895440 140001844763688 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=11226/tid=11232] ppid=11223 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/11226/task/11232/stat : 11232 (java) S 11223 11226 5965 0 -1 4202560 11 0 0 0 0 0 0 0 20 0 19 0 109306869 9856040960 44417 33554432000 1073741824 1073778376 140734694895440 140001843710888 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=11226/tid=11233] ppid=11223 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/11226/task/11233/stat : 11233 (java) S 11223 11226 5965 0 -1 4202560 4 0 0 0 0 0 0 0 20 0 19 0 109306869 9856040960 44417 33554432000 1073741824 1073778376 140734694895440 140001842657576 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=11226/tid=11234] ppid=11223 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/11226/task/11234/stat : 11234 (java) S 11223 11226 5965 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 19 0 109306869 9856040960 44417 33554432000 1073741824 1073778376 140734694895440 140001695971496 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=11226/tid=11235] ppid=11223 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/11226/task/11235/stat : 11235 (java) S 11223 11226 5965 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 19 0 109306869 9856040960 44417 33554432000 1073741824 1073778376 140734694895440 140001694919208 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=11226/tid=11236] ppid=11223 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/11226/task/11236/stat : 11236 (java) S 11223 11226 5965 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 109306869 9856040960 44417 33554432000 1073741824 1073778376 140734694895440 140001693866408 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=11226/tid=11237] ppid=11223 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/11226/task/11237/stat : 11237 (java) S 11223 11226 5965 0 -1 4202560 74 0 0 0 0 0 0 0 20 0 19 0 109306870 9856040960 44417 33554432000 1073741824 1073778376 140734694895440 140001681668840 260193695657 0 0 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=11226/tid=11238] ppid=11223 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/11226/task/11238/stat : 11238 (java) S 11223 11226 5965 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 109306870 9856040960 44417 33554432000 1073741824 1073778376 140734694895440 140001680614904 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=11226/tid=11239] ppid=11223 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/11226/task/11239/stat : 11239 (java) S 11223 11226 5965 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 19 0 109306870 9856040960 44417 33554432000 1073741824 1073778376 140734694895440 140001679562504 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=11226/tid=11240] ppid=11223 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/11226/task/11240/stat : 11240 (java) S 11223 11226 5965 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 109306873 9856040960 44417 33554432000 1073741824 1073778376 140734694895440 140001678510992 260193703712 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=11226/tid=11241] ppid=11223 vsize=9625040 CPUtime=0.58 cores=0,2,4,6
/proc/11226/task/11241/stat : 11241 (java) S 11223 11226 5965 0 -1 4202560 5123 0 0 0 57 1 0 0 20 0 19 0 109306873 9856040960 44417 33554432000 1073741824 1073778376 140734694895440 140001677457592 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=11226/tid=11242] ppid=11223 vsize=9625040 CPUtime=0.54 cores=0,2,4,6
/proc/11226/task/11242/stat : 11242 (java) S 11223 11226 5965 0 -1 4202560 5416 0 0 0 54 0 0 0 20 0 19 0 109306873 9856040960 44417 33554432000 1073741824 1073778376 140734694895440 140001676404792 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=11226/tid=11243] ppid=11223 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/11226/task/11243/stat : 11243 (java) S 11223 11226 5965 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 109306873 9856040960 44417 33554432000 1073741824 1073778376 140734694895440 140001675352696 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=11226/tid=11244] ppid=11223 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/11226/task/11244/stat : 11244 (java) S 11223 11226 5965 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 109306873 9856040960 44417 33554432000 1073741824 1073778376 140734694895440 140001674300104 260193695657 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=11226/tid=11245] ppid=11223 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/11226/task/11245/stat : 11245 (java) S 11223 11226 5965 0 -1 4202560 12 0 0 0 0 0 0 0 20 0 19 0 109306960 9856040960 44417 33554432000 1073741824 1073778376 140734694895440 140001673246120 260193695657 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 4.3
Current children cumulated vsize (KiB) 9625040

[startup+6.30076 s]
/proc/loadavg: 2.40 2.28 2.20 3/213 11311
/proc/meminfo: memFree=29753812/32872528 swapFree=16360/1798728
[pid=11226] ppid=11223 vsize=9625040 CPUtime=7.61 cores=0,2,4,6
/proc/11226/stat : 11226 (java) S 11223 11226 5965 0 -1 4202496 14423 0 1 0 755 6 0 0 20 0 19 0 109306867 9856040960 47901 33554432000 1073741824 1073778376 140734694895440 140734694886576 260193681469 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/11226/statm: 2406260 47901 2286 9 0 2396937 0
[pid=11226/tid=11228] ppid=11223 vsize=9625040 CPUtime=6.2 cores=0,2,4,6
/proc/11226/task/11228/stat : 11228 (java) R 11223 11226 5965 0 -1 4202560 2479 0 1 0 617 3 0 0 20 0 19 0 109306868 9856040960 47901 33554432000 1073741824 1073778376 140734694895440 140001857806616 140001724326537 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0
[pid=11226/tid=11229] ppid=11223 vsize=9625040 CPUtime=0.02 cores=0,2,4,6
/proc/11226/task/11229/stat : 11229 (java) S 11223 11226 5965 0 -1 4202560 15 0 0 0 2 0 0 0 20 0 19 0 109306869 9856040960 47901 33554432000 1073741824 1073778376 140734694895440 140001846868776 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=11226/tid=11230] ppid=11223 vsize=9625040 CPUtime=0.01 cores=0,2,4,6
/proc/11226/task/11230/stat : 11230 (java) S 11223 11226 5965 0 -1 4202560 10 0 0 0 1 0 0 0 20 0 19 0 109306869 9856040960 47901 33554432000 1073741824 1073778376 140734694895440 140001845815976 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=11226/tid=11231] ppid=11223 vsize=9625040 CPUtime=0.02 cores=0,2,4,6
/proc/11226/task/11231/stat : 11231 (java) S 11223 11226 5965 0 -1 4202560 11 0 0 0 2 0 0 0 20 0 19 0 109306869 9856040960 47901 33554432000 1073741824 1073778376 140734694895440 140001844763688 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=11226/tid=11232] ppid=11223 vsize=9625040 CPUtime=0.01 cores=0,2,4,6
/proc/11226/task/11232/stat : 11232 (java) S 11223 11226 5965 0 -1 4202560 11 0 0 0 1 0 0 0 20 0 19 0 109306869 9856040960 47901 33554432000 1073741824 1073778376 140734694895440 140001843710888 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=11226/tid=11233] ppid=11223 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/11226/task/11233/stat : 11233 (java) S 11223 11226 5965 0 -1 4202560 4 0 0 0 0 0 0 0 20 0 19 0 109306869 9856040960 47901 33554432000 1073741824 1073778376 140734694895440 140001842657576 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=11226/tid=11234] ppid=11223 vsize=9625040 CPUtime=0.01 cores=0,2,4,6
/proc/11226/task/11234/stat : 11234 (java) S 11223 11226 5965 0 -1 4202560 4 0 0 0 1 0 0 0 20 0 19 0 109306869 9856040960 47901 33554432000 1073741824 1073778376 140734694895440 140001695971496 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=11226/tid=11235] ppid=11223 vsize=9625040 CPUtime=0.02 cores=0,2,4,6
/proc/11226/task/11235/stat : 11235 (java) S 11223 11226 5965 0 -1 4202560 8 0 0 0 2 0 0 0 20 0 19 0 109306869 9856040960 47901 33554432000 1073741824 1073778376 140734694895440 140001694919208 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=11226/tid=11236] ppid=11223 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/11226/task/11236/stat : 11236 (java) S 11223 11226 5965 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 109306869 9856040960 47901 33554432000 1073741824 1073778376 140734694895440 140001693866408 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=11226/tid=11237] ppid=11223 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/11226/task/11237/stat : 11237 (java) S 11223 11226 5965 0 -1 4202560 74 0 0 0 0 0 0 0 20 0 19 0 109306870 9856040960 47901 33554432000 1073741824 1073778376 140734694895440 140001681668840 260193695657 0 0 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=11226/tid=11238] ppid=11223 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/11226/task/11238/stat : 11238 (java) S 11223 11226 5965 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 109306870 9856040960 47901 33554432000 1073741824 1073778376 140734694895440 140001680614904 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=11226/tid=11239] ppid=11223 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/11226/task/11239/stat : 11239 (java) S 11223 11226 5965 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 19 0 109306870 9856040960 47901 33554432000 1073741824 1073778376 140734694895440 140001679562504 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=11226/tid=11240] ppid=11223 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/11226/task/11240/stat : 11240 (java) S 11223 11226 5965 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 109306873 9856040960 47901 33554432000 1073741824 1073778376 140734694895440 140001678510992 260193703712 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=11226/tid=11241] ppid=11223 vsize=9625040 CPUtime=0.59 cores=0,2,4,6
/proc/11226/task/11241/stat : 11241 (java) S 11223 11226 5965 0 -1 4202560 5123 0 0 0 58 1 0 0 20 0 19 0 109306873 9856040960 47901 33554432000 1073741824 1073778376 140734694895440 140001677457592 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=11226/tid=11242] ppid=11223 vsize=9625040 CPUtime=0.55 cores=0,2,4,6
/proc/11226/task/11242/stat : 11242 (java) S 11223 11226 5965 0 -1 4202560 5416 0 0 0 55 0 0 0 20 0 19 0 109306873 9856040960 47901 33554432000 1073741824 1073778376 140734694895440 140001676404792 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=11226/tid=11243] ppid=11223 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/11226/task/11243/stat : 11243 (java) S 11223 11226 5965 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 109306873 9856040960 47901 33554432000 1073741824 1073778376 140734694895440 140001675352696 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=11226/tid=11244] ppid=11223 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/11226/task/11244/stat : 11244 (java) S 11223 11226 5965 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 109306873 9856040960 47901 33554432000 1073741824 1073778376 140734694895440 140001674300104 260193695657 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=11226/tid=11245] ppid=11223 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/11226/task/11245/stat : 11245 (java) S 11223 11226 5965 0 -1 4202560 12 0 0 0 0 0 0 0 20 0 19 0 109306960 9856040960 47901 33554432000 1073741824 1073778376 140734694895440 140001673246120 260193695657 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 7.61
Current children cumulated vsize (KiB) 9625040


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

[pid=11226/tid=11245] ppid=11223 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/11226/task/11245/stat : 11245 (java) S 11223 11226 5965 0 -1 4202560 12 0 0 0 0 0 0 0 20 0 19 0 109306960 9856040960 150465 33554432000 1073741824 1073778376 140734694895440 140001673246120 260193695657 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 1665.74
Current children cumulated vsize (KiB) 9625040

[startup+1722.3 s]
/proc/loadavg: 2.20 2.23 2.21 4/213 11354
/proc/meminfo: memFree=28990592/32872528 swapFree=16360/1798728
[pid=11226] ppid=11223 vsize=9625040 CPUtime=1725.83 cores=0,2,4,6
/proc/11226/stat : 11226 (java) S 11223 11226 5965 0 -1 4202496 16429 0 1 0 172508 75 0 0 20 0 19 0 109306867 9856040960 147498 33554432000 1073741824 1073778376 140734694895440 140734694886576 260193681469 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/11226/statm: 2406260 147498 2295 9 0 2396937 0
[pid=11226/tid=11228] ppid=11223 vsize=9625040 CPUtime=1716.66 cores=0,2,4,6
/proc/11226/task/11228/stat : 11228 (java) R 11223 11226 5965 0 -1 4202560 2674 0 1 0 171630 36 0 0 20 0 19 0 109306868 9856040960 147498 33554432000 1073741824 1073778376 140734694895440 140001857797936 140001724326537 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0
[pid=11226/tid=11229] ppid=11223 vsize=9625040 CPUtime=0.36 cores=0,2,4,6
/proc/11226/task/11229/stat : 11229 (java) S 11223 11226 5965 0 -1 4202560 156 0 0 0 33 3 0 0 20 0 19 0 109306869 9856040960 147498 33554432000 1073741824 1073778376 140734694895440 140001846868776 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=11226/tid=11230] ppid=11223 vsize=9625040 CPUtime=0.46 cores=0,2,4,6
/proc/11226/task/11230/stat : 11230 (java) S 11223 11226 5965 0 -1 4202560 159 0 0 0 39 7 0 0 20 0 19 0 109306869 9856040960 147498 33554432000 1073741824 1073778376 140734694895440 140001845815976 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=11226/tid=11231] ppid=11223 vsize=9625040 CPUtime=0.42 cores=0,2,4,6
/proc/11226/task/11231/stat : 11231 (java) S 11223 11226 5965 0 -1 4202560 128 0 0 0 36 6 0 0 20 0 19 0 109306869 9856040960 147498 33554432000 1073741824 1073778376 140734694895440 140001844763688 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=11226/tid=11232] ppid=11223 vsize=9625040 CPUtime=0.36 cores=0,2,4,6
/proc/11226/task/11232/stat : 11232 (java) S 11223 11226 5965 0 -1 4202560 375 0 0 0 28 8 0 0 20 0 19 0 109306869 9856040960 147498 33554432000 1073741824 1073778376 140734694895440 140001843710888 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=11226/tid=11233] ppid=11223 vsize=9625040 CPUtime=0.36 cores=0,2,4,6
/proc/11226/task/11233/stat : 11233 (java) S 11223 11226 5965 0 -1 4202560 196 0 0 0 32 4 0 0 20 0 19 0 109306869 9856040960 147498 33554432000 1073741824 1073778376 140734694895440 140001842657576 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=11226/tid=11234] ppid=11223 vsize=9625040 CPUtime=0.35 cores=0,2,4,6
/proc/11226/task/11234/stat : 11234 (java) S 11223 11226 5965 0 -1 4202560 203 0 0 0 30 5 0 0 20 0 19 0 109306869 9856040960 147498 33554432000 1073741824 1073778376 140734694895440 140001695971496 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=11226/tid=11235] ppid=11223 vsize=9625040 CPUtime=0.38 cores=0,2,4,6
/proc/11226/task/11235/stat : 11235 (java) S 11223 11226 5965 0 -1 4202560 176 0 0 0 32 6 0 0 20 0 19 0 109306869 9856040960 147498 33554432000 1073741824 1073778376 140734694895440 140001694919208 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=11226/tid=11236] ppid=11223 vsize=9625040 CPUtime=0.36 cores=0,2,4,6
/proc/11226/task/11236/stat : 11236 (java) S 11223 11226 5965 0 -1 4202560 170 0 0 0 31 5 0 0 20 0 19 0 109306869 9856040960 147498 33554432000 1073741824 1073778376 140734694895440 140001693866408 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=11226/tid=11237] ppid=11223 vsize=9625040 CPUtime=0.15 cores=0,2,4,6
/proc/11226/task/11237/stat : 11237 (java) S 11223 11226 5965 0 -1 4202560 286 0 0 0 13 2 0 0 20 0 19 0 109306870 9856040960 147498 33554432000 1073741824 1073778376 140734694895440 140001681668840 260193695657 0 0 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=11226/tid=11238] ppid=11223 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/11226/task/11238/stat : 11238 (java) S 11223 11226 5965 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 109306870 9856040960 147498 33554432000 1073741824 1073778376 140734694895440 140001680614904 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=11226/tid=11239] ppid=11223 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/11226/task/11239/stat : 11239 (java) S 11223 11226 5965 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 19 0 109306870 9856040960 147498 33554432000 1073741824 1073778376 140734694895440 140001679562504 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=11226/tid=11240] ppid=11223 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/11226/task/11240/stat : 11240 (java) S 11223 11226 5965 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 109306873 9856040960 147498 33554432000 1073741824 1073778376 140734694895440 140001678510992 260193703712 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=11226/tid=11241] ppid=11223 vsize=9625040 CPUtime=0.59 cores=0,2,4,6
/proc/11226/task/11241/stat : 11241 (java) S 11223 11226 5965 0 -1 4202560 5123 0 0 0 58 1 0 0 20 0 19 0 109306873 9856040960 147498 33554432000 1073741824 1073778376 140734694895440 140001677457592 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=11226/tid=11242] ppid=11223 vsize=9625040 CPUtime=0.58 cores=0,2,4,6
/proc/11226/task/11242/stat : 11242 (java) S 11223 11226 5965 0 -1 4202560 5420 0 0 0 58 0 0 0 20 0 19 0 109306873 9856040960 147498 33554432000 1073741824 1073778376 140734694895440 140001676404792 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=11226/tid=11243] ppid=11223 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/11226/task/11243/stat : 11243 (java) S 11223 11226 5965 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 109306873 9856040960 147498 33554432000 1073741824 1073778376 140734694895440 140001675352696 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=11226/tid=11244] ppid=11223 vsize=9625040 CPUtime=0.53 cores=0,2,4,6
/proc/11226/task/11244/stat : 11244 (java) S 11223 11226 5965 0 -1 4202560 99 0 0 0 26 27 0 0 20 0 19 0 109306873 9856040960 147498 33554432000 1073741824 1073778376 140734694895440 140001674300104 260193695657 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=11226/tid=11245] ppid=11223 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/11226/task/11245/stat : 11245 (java) S 11223 11226 5965 0 -1 4202560 12 0 0 0 0 0 0 0 20 0 19 0 109306960 9856040960 147498 33554432000 1073741824 1073778376 140734694895440 140001673246120 260193695657 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 1725.83
Current children cumulated vsize (KiB) 9625040

[startup+1782.3 s]
/proc/loadavg: 2.30 2.24 2.22 3/213 11356
/proc/meminfo: memFree=29008288/32872528 swapFree=16360/1798728
[pid=11226] ppid=11223 vsize=9625040 CPUtime=1785.9 cores=0,2,4,6
/proc/11226/stat : 11226 (java) S 11223 11226 5965 0 -1 4202496 16494 0 1 0 178514 76 0 0 20 0 19 0 109306867 9856040960 144959 33554432000 1073741824 1073778376 140734694895440 140734694886576 260193681469 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/11226/statm: 2406260 144959 2295 9 0 2396937 0
[pid=11226/tid=11228] ppid=11223 vsize=9625040 CPUtime=1776.46 cores=0,2,4,6
/proc/11226/task/11228/stat : 11228 (java) R 11223 11226 5965 0 -1 4202560 2675 0 1 0 177609 37 0 0 20 0 19 0 109306868 9856040960 144959 33554432000 1073741824 1073778376 140734694895440 140001857797936 140001724395881 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0
[pid=11226/tid=11229] ppid=11223 vsize=9625040 CPUtime=0.38 cores=0,2,4,6
/proc/11226/task/11229/stat : 11229 (java) S 11223 11226 5965 0 -1 4202560 210 0 0 0 35 3 0 0 20 0 19 0 109306869 9856040960 144959 33554432000 1073741824 1073778376 140734694895440 140001846868776 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=11226/tid=11230] ppid=11223 vsize=9625040 CPUtime=0.47 cores=0,2,4,6
/proc/11226/task/11230/stat : 11230 (java) S 11223 11226 5965 0 -1 4202560 159 0 0 0 40 7 0 0 20 0 19 0 109306869 9856040960 144959 33554432000 1073741824 1073778376 140734694895440 140001845815976 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=11226/tid=11231] ppid=11223 vsize=9625040 CPUtime=0.43 cores=0,2,4,6
/proc/11226/task/11231/stat : 11231 (java) S 11223 11226 5965 0 -1 4202560 128 0 0 0 37 6 0 0 20 0 19 0 109306869 9856040960 144959 33554432000 1073741824 1073778376 140734694895440 140001844763688 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=11226/tid=11232] ppid=11223 vsize=9625040 CPUtime=0.37 cores=0,2,4,6
/proc/11226/task/11232/stat : 11232 (java) S 11223 11226 5965 0 -1 4202560 375 0 0 0 29 8 0 0 20 0 19 0 109306869 9856040960 144959 33554432000 1073741824 1073778376 140734694895440 140001843710888 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=11226/tid=11233] ppid=11223 vsize=9625040 CPUtime=0.37 cores=0,2,4,6
/proc/11226/task/11233/stat : 11233 (java) S 11223 11226 5965 0 -1 4202560 196 0 0 0 33 4 0 0 20 0 19 0 109306869 9856040960 144959 33554432000 1073741824 1073778376 140734694895440 140001842657576 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=11226/tid=11234] ppid=11223 vsize=9625040 CPUtime=0.37 cores=0,2,4,6
/proc/11226/task/11234/stat : 11234 (java) S 11223 11226 5965 0 -1 4202560 207 0 0 0 32 5 0 0 20 0 19 0 109306869 9856040960 144959 33554432000 1073741824 1073778376 140734694895440 140001695971496 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=11226/tid=11235] ppid=11223 vsize=9625040 CPUtime=0.39 cores=0,2,4,6
/proc/11226/task/11235/stat : 11235 (java) S 11223 11226 5965 0 -1 4202560 176 0 0 0 33 6 0 0 20 0 19 0 109306869 9856040960 144959 33554432000 1073741824 1073778376 140734694895440 140001694919208 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=11226/tid=11236] ppid=11223 vsize=9625040 CPUtime=0.37 cores=0,2,4,6
/proc/11226/task/11236/stat : 11236 (java) S 11223 11226 5965 0 -1 4202560 170 0 0 0 32 5 0 0 20 0 19 0 109306869 9856040960 144959 33554432000 1073741824 1073778376 140734694895440 140001693866408 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=11226/tid=11237] ppid=11223 vsize=9625040 CPUtime=0.15 cores=0,2,4,6
/proc/11226/task/11237/stat : 11237 (java) S 11223 11226 5965 0 -1 4202560 288 0 0 0 13 2 0 0 20 0 19 0 109306870 9856040960 144959 33554432000 1073741824 1073778376 140734694895440 140001681668840 260193695657 0 0 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=11226/tid=11238] ppid=11223 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/11226/task/11238/stat : 11238 (java) S 11223 11226 5965 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 109306870 9856040960 144959 33554432000 1073741824 1073778376 140734694895440 140001680614904 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=11226/tid=11239] ppid=11223 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/11226/task/11239/stat : 11239 (java) S 11223 11226 5965 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 19 0 109306870 9856040960 144959 33554432000 1073741824 1073778376 140734694895440 140001679562504 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=11226/tid=11240] ppid=11223 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/11226/task/11240/stat : 11240 (java) S 11223 11226 5965 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 109306873 9856040960 144959 33554432000 1073741824 1073778376 140734694895440 140001678510992 260193703712 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=11226/tid=11241] ppid=11223 vsize=9625040 CPUtime=0.59 cores=0,2,4,6
/proc/11226/task/11241/stat : 11241 (java) S 11223 11226 5965 0 -1 4202560 5123 0 0 0 58 1 0 0 20 0 19 0 109306873 9856040960 144959 33554432000 1073741824 1073778376 140734694895440 140001677457592 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=11226/tid=11242] ppid=11223 vsize=9625040 CPUtime=0.58 cores=0,2,4,6
/proc/11226/task/11242/stat : 11242 (java) S 11223 11226 5965 0 -1 4202560 5420 0 0 0 58 0 0 0 20 0 19 0 109306873 9856040960 144959 33554432000 1073741824 1073778376 140734694895440 140001676404792 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=11226/tid=11243] ppid=11223 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/11226/task/11243/stat : 11243 (java) S 11223 11226 5965 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 109306873 9856040960 144959 33554432000 1073741824 1073778376 140734694895440 140001675352696 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=11226/tid=11244] ppid=11223 vsize=9625040 CPUtime=0.54 cores=0,2,4,6
/proc/11226/task/11244/stat : 11244 (java) S 11223 11226 5965 0 -1 4202560 103 0 0 0 27 27 0 0 20 0 19 0 109306873 9856040960 144959 33554432000 1073741824 1073778376 140734694895440 140001674300104 260193695657 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=11226/tid=11245] ppid=11223 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/11226/task/11245/stat : 11245 (java) S 11223 11226 5965 0 -1 4202560 12 0 0 0 0 0 0 0 20 0 19 0 109306960 9856040960 144959 33554432000 1073741824 1073778376 140734694895440 140001673246120 260193695657 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 1785.9
Current children cumulated vsize (KiB) 9625040



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1796.41 s]
/proc/loadavg: 2.31 2.25 2.22 4/213 11356
/proc/meminfo: memFree=29008416/32872528 swapFree=16360/1798728
[pid=11226] ppid=11223 vsize=9625040 CPUtime=1800 cores=0,2,4,6
/proc/11226/stat : 11226 (java) S 11223 11226 5965 0 -1 4202496 16496 0 1 0 179924 76 0 0 20 0 19 0 109306867 9856040960 144959 33554432000 1073741824 1073778376 140734694895440 140734694886576 260193681469 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/11226/statm: 2406260 144959 2295 9 0 2396937 0
[pid=11226/tid=11228] ppid=11223 vsize=9625040 CPUtime=1790.53 cores=0,2,4,6
/proc/11226/task/11228/stat : 11228 (java) R 11223 11226 5965 0 -1 4202560 2675 0 1 0 179016 37 0 0 20 0 19 0 109306868 9856040960 144959 33554432000 1073741824 1073778376 140734694895440 140001857797936 140001724325742 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0
[pid=11226/tid=11229] ppid=11223 vsize=9625040 CPUtime=0.38 cores=0,2,4,6
/proc/11226/task/11229/stat : 11229 (java) S 11223 11226 5965 0 -1 4202560 210 0 0 0 35 3 0 0 20 0 19 0 109306869 9856040960 144959 33554432000 1073741824 1073778376 140734694895440 140001846868776 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=11226/tid=11230] ppid=11223 vsize=9625040 CPUtime=0.47 cores=0,2,4,6
/proc/11226/task/11230/stat : 11230 (java) S 11223 11226 5965 0 -1 4202560 159 0 0 0 40 7 0 0 20 0 19 0 109306869 9856040960 144959 33554432000 1073741824 1073778376 140734694895440 140001845815976 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=11226/tid=11231] ppid=11223 vsize=9625040 CPUtime=0.43 cores=0,2,4,6
/proc/11226/task/11231/stat : 11231 (java) S 11223 11226 5965 0 -1 4202560 128 0 0 0 37 6 0 0 20 0 19 0 109306869 9856040960 144959 33554432000 1073741824 1073778376 140734694895440 140001844763688 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=11226/tid=11232] ppid=11223 vsize=9625040 CPUtime=0.37 cores=0,2,4,6
/proc/11226/task/11232/stat : 11232 (java) S 11223 11226 5965 0 -1 4202560 375 0 0 0 29 8 0 0 20 0 19 0 109306869 9856040960 144959 33554432000 1073741824 1073778376 140734694895440 140001843710888 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=11226/tid=11233] ppid=11223 vsize=9625040 CPUtime=0.37 cores=0,2,4,6
/proc/11226/task/11233/stat : 11233 (java) S 11223 11226 5965 0 -1 4202560 196 0 0 0 33 4 0 0 20 0 19 0 109306869 9856040960 144959 33554432000 1073741824 1073778376 140734694895440 140001842657576 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=11226/tid=11234] ppid=11223 vsize=9625040 CPUtime=0.37 cores=0,2,4,6
/proc/11226/task/11234/stat : 11234 (java) S 11223 11226 5965 0 -1 4202560 207 0 0 0 32 5 0 0 20 0 19 0 109306869 9856040960 144959 33554432000 1073741824 1073778376 140734694895440 140001695971496 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=11226/tid=11235] ppid=11223 vsize=9625040 CPUtime=0.39 cores=0,2,4,6
/proc/11226/task/11235/stat : 11235 (java) S 11223 11226 5965 0 -1 4202560 176 0 0 0 33 6 0 0 20 0 19 0 109306869 9856040960 144959 33554432000 1073741824 1073778376 140734694895440 140001694919208 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=11226/tid=11236] ppid=11223 vsize=9625040 CPUtime=0.37 cores=0,2,4,6
/proc/11226/task/11236/stat : 11236 (java) S 11223 11226 5965 0 -1 4202560 170 0 0 0 32 5 0 0 20 0 19 0 109306869 9856040960 144959 33554432000 1073741824 1073778376 140734694895440 140001693866408 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=11226/tid=11237] ppid=11223 vsize=9625040 CPUtime=0.15 cores=0,2,4,6
/proc/11226/task/11237/stat : 11237 (java) S 11223 11226 5965 0 -1 4202560 288 0 0 0 13 2 0 0 20 0 19 0 109306870 9856040960 144959 33554432000 1073741824 1073778376 140734694895440 140001681668840 260193695657 0 0 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=11226/tid=11238] ppid=11223 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/11226/task/11238/stat : 11238 (java) S 11223 11226 5965 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 109306870 9856040960 144959 33554432000 1073741824 1073778376 140734694895440 140001680614904 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=11226/tid=11239] ppid=11223 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/11226/task/11239/stat : 11239 (java) S 11223 11226 5965 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 19 0 109306870 9856040960 144959 33554432000 1073741824 1073778376 140734694895440 140001679562504 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=11226/tid=11240] ppid=11223 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/11226/task/11240/stat : 11240 (java) S 11223 11226 5965 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 109306873 9856040960 144959 33554432000 1073741824 1073778376 140734694895440 140001678510992 260193703712 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=11226/tid=11241] ppid=11223 vsize=9625040 CPUtime=0.59 cores=0,2,4,6
/proc/11226/task/11241/stat : 11241 (java) S 11223 11226 5965 0 -1 4202560 5123 0 0 0 58 1 0 0 20 0 19 0 109306873 9856040960 144959 33554432000 1073741824 1073778376 140734694895440 140001677457592 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=11226/tid=11242] ppid=11223 vsize=9625040 CPUtime=0.58 cores=0,2,4,6
/proc/11226/task/11242/stat : 11242 (java) S 11223 11226 5965 0 -1 4202560 5420 0 0 0 58 0 0 0 20 0 19 0 109306873 9856040960 144959 33554432000 1073741824 1073778376 140734694895440 140001676404792 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=11226/tid=11243] ppid=11223 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/11226/task/11243/stat : 11243 (java) S 11223 11226 5965 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 109306873 9856040960 144959 33554432000 1073741824 1073778376 140734694895440 140001675352696 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=11226/tid=11244] ppid=11223 vsize=9625040 CPUtime=0.55 cores=0,2,4,6
/proc/11226/task/11244/stat : 11244 (java) S 11223 11226 5965 0 -1 4202560 105 0 0 0 27 28 0 0 20 0 19 0 109306873 9856040960 144959 33554432000 1073741824 1073778376 140734694895440 140001674300104 260193695657 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=11226/tid=11245] ppid=11223 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/11226/task/11245/stat : 11245 (java) S 11223 11226 5965 0 -1 4202560 12 0 0 0 0 0 0 0 20 0 19 0 109306960 9856040960 144959 33554432000 1073741824 1073778376 140734694895440 140001673246120 260193695657 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 1800
Current children cumulated vsize (KiB) 9625040

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 11226 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 11226 and gives
#  childrusage.ru_utime.tv_sec=1794
#  childrusage.ru_utime.tv_usec=610177
#  childrusage.ru_stime.tv_sec=1
#  childrusage.ru_stime.tv_usec=261808
# CPU time returned by wait4() is 1795.87
# while last known CPU time is 1800
#
# Solver probably didn't/couldn't wait for its children
# Using CPU time of the last sample as value...

Real time (s): 1796.45
CPU time (s): 1800
CPU user time (s): 1799.24
CPU system time (s): 0.76
CPU usage (%): 100.198
Max. virtual memory (cumulated for all children) (KiB): 9625040

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1794.61
system time used= 1.26181
maximum resident set size= 810236
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 16527
page faults= 1
swaps= 0
block input operations= 0
block output operations= 1352
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 38858
involuntary context switches= 15821

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 10.8334 second user time and 12.971 second system time

The end

Launcher Data

Begin job on node123 at 2016-06-07 06:28:57
IDJOB=4084535
IDBENCH=73968
IDSOLVER=2546
FILE ID=node123/4084535-1465273737
RUNJOBID= node123-1465255130-5981
PBS_JOBID= 19843274
Free space on /tmp= 71728 MiB

SOLVER NAME= Sat4j PB 2.3.6 Resolution PB16
BENCH NAME= PB10/normalized-PB10/DEC-SMALLINT-LIN/oliveras/j120/normalized-j12038_7-unsat.opb
COMMAND LINE= java -jar sat4j-pb.jar BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4084535-1465273737/watcher-4084535-1465273737 -o /tmp/evaluation-result-4084535-1465273737/solver-4084535-1465273737 -C 1800 -W 1900 -M 15500 --bin-var /tmp/runsolver-exch-node123-1465255130-5981 --watchdog 1960  java -jar sat4j-pb.jar HOME/instance-4084535-1465273737.opb

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

MD5SUM BENCH= dcebcc122dcddcac4192e5e5bf5bd3e3
RANDOM SEED=462010122

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

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

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

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


/proc/meminfo:
MemTotal:       32872528 kB
MemFree:        28648628 kB
Buffers:          100452 kB
Cached:           126464 kB
SwapCached:         1808 kB
Active:          1508776 kB
Inactive:         156012 kB
Active(anon):    1438036 kB
Inactive(anon):     2104 kB
Active(file):      70740 kB
Inactive(file):   153908 kB
Unevictable:     1798728 kB
Mlocked:           16360 kB
SwapTotal:      67108856 kB
SwapFree:       67098808 kB
Dirty:              3380 kB
Writeback:             0 kB
AnonPages:       3260416 kB
Mapped:            15480 kB
Shmem:                 0 kB
Slab:             599244 kB
SReclaimable:      42956 kB
SUnreclaim:       556288 kB
KernelStack:        1600 kB
PageTables:        10380 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545120 kB
Committed_AS:    4665196 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346412 kB
VmallocChunk:   34341988032 kB
HardwareCorrupted:     0 kB
AnonHugePages:   3211264 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= 71728 MiB
End job on node123 at 2016-06-07 06:58:54