Trace number 4116641

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.66 1797.84

General information on the benchmark

Namenormalized-PB16/DEC-SMALLINT-LIN/nossum/
normalized-sha1-size96-round22-9.opb
MD5SUM16a4f59e2b2123f7f2760440e462508a
Bench CategoryDEC-SMALLINT-LIN (no optimisation, small integers, linear constraints)
Best result obtained on this benchmarkSAT
Best value of the objective obtained on this benchmark0
Best CPU time to get the best result obtained on this benchmark1305.04
Has Objective FunctionNO
Satisfiable
(Un)Satisfiability was proved
Best value of the objective function
Optimality of the best value was proved
Number of variables4128
Total number of constraints8672
Number of constraints which are clauses7424
Number of constraints which are cardinality constraints (but not clauses)384
Number of constraints which are nor clauses,nor cardinality constraints864
Minimum length of a constraint1
Maximum length of a constraint10
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 4
Number of bits of the biggest number in a constraint 3
Biggest sum of numbers in a constraint 14
Number of bits of the biggest sum of numbers4
Number of products (including duplicates)0
Sum of products size (including duplicates)0
Number of different products0
Sum of products size0

Solver Data

0.00/0.09	c SAT4J: a SATisfiability library for Java (c) 2004-2013 Artois University and CNRS
0.00/0.09	c This is free software under the dual EPL/GNU LGPL licenses.
0.00/0.09	c See www.sat4j.org for details.
0.00/0.09	c version PB16.v20160501
0.00/0.09	c java.runtime.name	Java(TM) SE Runtime Environment
0.00/0.09	c java.vm.name		Java HotSpot(TM) 64-Bit Server VM
0.00/0.09	c java.vm.version	19.1-b02
0.00/0.09	c java.vm.vendor	Sun Microsystems Inc.
0.00/0.09	c sun.arch.data.model	64
0.00/0.09	c java.version		1.6.0_24
0.00/0.09	c os.name		Linux
0.00/0.09	c os.version		2.6.32-71.29.1.el6.x86_64
0.00/0.09	c os.arch		amd64
0.00/0.09	c Free memory 		501472288
0.00/0.09	c Max memory 		7480803328
0.00/0.09	c Total memory 		504102912
0.00/0.09	c Number of processors 	8
0.09/0.11	c Pseudo Boolean Optimization by upper bound
0.09/0.11	c --- Begin Solver configuration ---
0.09/0.11	c org.sat4j.pb.constraints.CompetResolutionPBLongMixedWLClauseCardConstrDataStructure@2b21cc40
0.09/0.11	c Learn all clauses as in MiniSAT
0.09/0.11	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.09/0.11	c VSIDS like heuristics from MiniSAT using a heap lightweight component caching from RSAT taking into account the objective function
0.09/0.11	c No reason simplification
0.09/0.11	c Glucose 2.1 dynamic restart strategy
0.09/0.11	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.11	c timeout=2147483s
0.09/0.11	c DB Simplification allowed=false
0.09/0.11	c Listener: org.sat4j.minisat.core.VoidTracing@7c64dc11
0.09/0.11	c --- End Solver configuration ---
0.09/0.11	c solving HOME/instance-4116641-1466958207.opb
0.09/0.11	c reading problem ... 
0.09/0.12	c  no objective function found
0.69/0.41	c ... done. Wall clock time 0.293s.
0.69/0.41	c declared #vars     4128
0.69/0.41	c #constraints  9920
0.69/0.41	c constraints type 
0.69/0.41	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 6726
0.69/0.41	c org.sat4j.specs.Constr$1 => 872
0.69/0.41	c org.sat4j.minisat.constraints.cnf.OriginalBinaryClause => 128
0.69/0.41	c org.sat4j.minisat.constraints.cnf.UnitClause => 472
0.69/0.41	c org.sat4j.pb.constraints.pb.MaxWatchPbLong => 1722
0.69/0.41	c 9920 constraints processed.
1.57/1.06	c cleaning 2488 clauses out of 5000 with flag 15344/5002
2.72/1.70	c cleaning 4227 clauses out of 8511 with flag 38181/11001
3.42/2.44	c cleaning 5640 clauses out of 11283 with flag 64721/18000
4.24/3.28	c cleaning 6813 clauses out of 13644 with flag 99188/26001
5.25/4.30	c cleaning 7907 clauses out of 15830 with flag 137660/35000
6.45/5.40	c cleaning 8934 clauses out of 17923 with flag 182783/45000
7.66/6.66	c cleaning 9992 clauses out of 19989 with flag 234529/56000
9.06/8.07	c cleaning 10970 clauses out of 21997 with flag 292385/68000
10.65/9.62	c cleaning 11982 clauses out of 24028 with flag 355967/81001
12.36/11.34	c cleaning 13002 clauses out of 26045 with flag 428662/95000
14.28/13.23	c cleaning 13992 clauses out of 28044 with flag 504986/110001
16.27/15.26	c cleaning 15016 clauses out of 30051 with flag 589894/126000
18.57/17.55	c cleaning 16003 clauses out of 32036 with flag 683460/143001
20.88/19.90	c cleaning 16994 clauses out of 34032 with flag 782199/161000
23.57/22.52	c cleaning 18009 clauses out of 36038 with flag 888257/180000
26.37/25.37	c cleaning 19009 clauses out of 38030 with flag 1002401/200001
29.37/28.38	c cleaning 20000 clauses out of 40020 with flag 1122737/221000
32.57/31.59	c cleaning 20971 clauses out of 42020 with flag 1248818/243000
36.06/35.00	c cleaning 22002 clauses out of 44053 with flag 1383673/266004
39.67/38.61	c cleaning 22998 clauses out of 46047 with flag 1527798/290000
43.57/42.57	c cleaning 23997 clauses out of 48050 with flag 1675168/315001
47.67/46.69	c cleaning 25010 clauses out of 50052 with flag 1831143/341000
52.07/51.09	c cleaning 25997 clauses out of 52042 with flag 1994472/368000
56.87/55.81	c cleaning 26966 clauses out of 54046 with flag 2163691/396001
61.49/60.41	c cleaning 28023 clauses out of 56079 with flag 2341325/425000
66.10/65.02	c cleaning 28985 clauses out of 58056 with flag 2524955/455000
70.79/69.77	c cleaning 30017 clauses out of 60071 with flag 2716160/486000
76.00/74.91	c cleaning 31015 clauses out of 62054 with flag 2917283/518000
81.40/80.32	c cleaning 32020 clauses out of 64039 with flag 3121707/551000
87.00/85.95	c cleaning 33003 clauses out of 66019 with flag 3333222/585000
92.89/91.81	c cleaning 33999 clauses out of 68016 with flag 3551062/620000
99.01/97.99	c cleaning 35003 clauses out of 70019 with flag 3777117/656002
105.40/104.39	c cleaning 35976 clauses out of 72014 with flag 4006018/693000
112.31/111.25	c cleaning 37016 clauses out of 74038 with flag 4243827/731000
119.40/118.35	c cleaning 38005 clauses out of 76022 with flag 4493627/770000
126.80/125.74	c cleaning 38983 clauses out of 78017 with flag 4747161/810000
134.31/133.24	c cleaning 40000 clauses out of 80035 with flag 5006767/851001
142.50/141.40	c cleaning 40996 clauses out of 82035 with flag 5274535/893001
150.71/149.67	c cleaning 42011 clauses out of 84038 with flag 5548630/936000
159.26/158.13	c cleaning 42990 clauses out of 86029 with flag 5829137/980002
167.76/166.63	c cleaning 43986 clauses out of 88037 with flag 6115756/1025000
176.66/175.59	c cleaning 45006 clauses out of 90051 with flag 6407711/1071000
186.07/184.93	c cleaning 46011 clauses out of 92046 with flag 6706562/1118001
195.56/194.46	c cleaning 46984 clauses out of 94034 with flag 7012467/1166000
205.26/204.17	c cleaning 48010 clauses out of 96051 with flag 7328061/1215001
215.57/214.41	c cleaning 49002 clauses out of 98041 with flag 7649405/1265001
226.17/225.05	c cleaning 50001 clauses out of 100038 with flag 7977580/1316000
237.26/236.15	c cleaning 50974 clauses out of 102037 with flag 8315535/1368000
248.77/247.67	c cleaning 52026 clauses out of 104063 with flag 8656669/1421000
260.26/259.16	c cleaning 53010 clauses out of 106037 with flag 9005869/1475000
272.02/270.88	c cleaning 53990 clauses out of 108027 with flag 9358245/1530000
284.32/283.17	c cleaning 54990 clauses out of 110038 with flag 9717445/1586001
296.83/295.62	c cleaning 55985 clauses out of 112048 with flag 10081225/1643001
309.83/308.61	c cleaning 56981 clauses out of 114065 with flag 10451057/1701003
322.94/321.78	c cleaning 57996 clauses out of 116082 with flag 10828130/1760001
336.75/335.59	c cleaning 59023 clauses out of 118086 with flag 11211305/1820001
351.05/349.84	c cleaning 60014 clauses out of 120062 with flag 11599865/1881000
365.74/364.54	c cleaning 61003 clauses out of 122048 with flag 11995838/1943000
380.75/379.60	c cleaning 61998 clauses out of 124046 with flag 12397276/2006001
396.00/394.77	c cleaning 63000 clauses out of 126049 with flag 12807694/2070002
411.30/410.01	c cleaning 64000 clauses out of 128047 with flag 13219595/2135000
427.32/426.10	c cleaning 65011 clauses out of 130047 with flag 13643203/2201000
443.73/442.45	c cleaning 65981 clauses out of 132038 with flag 14070946/2268002
460.83/459.51	c cleaning 66999 clauses out of 134055 with flag 14507267/2336000
478.23/476.92	c cleaning 68020 clauses out of 136056 with flag 14940461/2405000
496.34/495.04	c cleaning 68997 clauses out of 138036 with flag 15389520/2475000
514.74/513.45	c cleaning 70021 clauses out of 140041 with flag 15839697/2546002
533.57/532.23	c cleaning 70979 clauses out of 142021 with flag 16297517/2618003
552.59/551.24	c cleaning 72007 clauses out of 144039 with flag 16761800/2691000
572.08/570.76	c cleaning 72989 clauses out of 146032 with flag 17234569/2765000
592.38/591.02	c cleaning 74009 clauses out of 148043 with flag 17709707/2840000
612.48/611.11	c cleaning 74983 clauses out of 150034 with flag 18192254/2916000
633.68/632.35	c cleaning 76006 clauses out of 152052 with flag 18680443/2993001
655.69/654.35	c cleaning 77000 clauses out of 154045 with flag 19182278/3071000
677.64/676.28	c cleaning 78020 clauses out of 156046 with flag 19683745/3150001
700.05/698.67	c cleaning 78971 clauses out of 158025 with flag 20193810/3230000
722.96/721.53	c cleaning 80021 clauses out of 160057 with flag 20712001/3311003
746.35/744.95	c cleaning 80992 clauses out of 162033 with flag 21233195/3393000
770.66/769.28	c cleaning 81998 clauses out of 164042 with flag 21763368/3476001
796.06/794.64	c cleaning 82996 clauses out of 166043 with flag 22300081/3560000
821.16/819.68	c cleaning 84013 clauses out of 168048 with flag 22841397/3645001
846.86/845.30	c cleaning 84983 clauses out of 170034 with flag 23388684/3731000
872.77/871.24	c cleaning 86013 clauses out of 172051 with flag 23942124/3818000
899.37/897.81	c cleaning 86990 clauses out of 174039 with flag 24506578/3906001
926.68/925.15	c cleaning 88015 clauses out of 176049 with flag 25080368/3995001
954.77/953.22	c cleaning 88994 clauses out of 178033 with flag 25656842/4085000
983.33/981.79	c cleaning 90006 clauses out of 180041 with flag 26234963/4176002
1012.54/1010.99	c cleaning 90989 clauses out of 182033 with flag 26827831/4268000
1042.24/1040.67	c cleaning 92005 clauses out of 184044 with flag 27424612/4361000
1073.34/1071.74	c cleaning 92997 clauses out of 186041 with flag 28027816/4455002
1105.24/1103.67	c cleaning 94015 clauses out of 188042 with flag 28629131/4550000
1136.44/1134.70	c cleaning 94991 clauses out of 190027 with flag 29239374/4646000
1169.43/1167.72	c cleaning 96018 clauses out of 192036 with flag 29855458/4743000
1202.25/1200.55	c cleaning 96969 clauses out of 194018 with flag 30476583/4841000
1235.35/1233.62	c cleaning 97993 clauses out of 196049 with flag 31105925/4940000
1269.97/1268.17	c cleaning 98999 clauses out of 198056 with flag 31738989/5040000
1305.18/1303.36	c cleaning 100000 clauses out of 200057 with flag 32377584/5141000
1340.69/1338.88	c cleaning 101013 clauses out of 202057 with flag 33023097/5243000
1376.79/1374.95	c cleaning 102005 clauses out of 204044 with flag 33676593/5346000
1413.92/1411.98	c cleaning 103017 clauses out of 206039 with flag 34333165/5450000
1451.74/1449.71	c cleaning 103995 clauses out of 208022 with flag 34995231/5555000
1490.04/1488.10	c cleaning 105000 clauses out of 210027 with flag 35664955/5661000
1529.94/1527.98	c cleaning 105975 clauses out of 212027 with flag 36336158/5768000
1570.32/1568.24	c cleaning 107001 clauses out of 214053 with flag 37016332/5876001
1611.43/1609.35	c cleaning 108002 clauses out of 216051 with flag 37708630/5985000
1653.22/1651.19	c cleaning 109002 clauses out of 218049 with flag 38401258/6095000
1695.90/1693.71	c cleaning 110004 clauses out of 220049 with flag 39103691/6206002
1738.49/1736.35	c cleaning 111013 clauses out of 222043 with flag 39810708/6318000
1782.40/1780.28	c cleaning 112001 clauses out of 224031 with flag 40525124/6431001
1800.00/1797.80	c starts		: 56053
1800.00/1797.80	c conflicts		: 6486528
1800.00/1797.80	c decisions		: 67548496
1800.00/1797.80	c propagations		: 909277722
1800.00/1797.80	c inspects		: 25145446536
1800.00/1797.80	c shortcuts		: 0
1800.00/1797.80	c learnt literals	: 2
1800.00/1797.80	c learnt binary clauses	: 50
1800.00/1797.80	c learnt ternary clauses	: 631
1800.00/1797.80	c learnt constraints	: 6486526
1800.00/1797.80	c ignored constraints	: 0
1800.00/1797.80	c root simplifications	: 0
1800.00/1797.80	c removed literals (reason simplification)	: 0
1800.00/1797.80	c reason swapping (by a shorter reason)	: 0
1800.00/1797.80	c Calls to reduceDB	: 109
1800.00/1797.80	c Number of update (reduction) of LBD	: 1344369
1800.00/1797.80	c Imported unit clauses	: 0
1800.00/1797.80	c number of reductions to clauses (during analyze)	: 0
1800.00/1797.80	c number of learned constraints concerned by reduction	: 0
1800.00/1797.80	c number of learning phase by resolution	: 0
1800.00/1797.80	c number of learning phase by cutting planes	: 0
1800.00/1797.80	c speed (assignments/second)	: 505888.6717217828
1800.00/1797.80	c non guided choices	14602
1800.00/1797.80	c timeout
1800.00/1797.83	c learnt constraints type 
1800.00/1797.83	c org.sat4j.minisat.constraints.cnf.LearntBinaryClause => 50
1800.00/1797.83	c org.sat4j.minisat.constraints.cnf.LearntWLClause => 167507
1800.00/1797.83	s UNKNOWN
1800.00/1797.83	c Total wall clock time (in seconds): 1797.715

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

pid=21071
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.37 2.23 2.19 3/194 21074
/proc/meminfo: memFree=29954720/32872528 swapFree=1643088/1798432
[pid=21074] ppid=21071 vsize=9292 CPUtime=0 cores=0,2,4,6
/proc/21074/stat : 21074 (java) D 21071 21074 19053 0 -1 4202496 326 0 0 0 0 0 0 0 20 0 1 0 28859798 9515008 183 33554432000 1073741824 1073778376 140736169734448 140736169725480 260190322357 0 0 4096 0 18446744072100556068 0 0 17 2 0 0 0 0 0
/proc/21074/statm: 2323 183 140 9 0 71 0

[startup+0.100141 s]
/proc/loadavg: 2.37 2.23 2.19 3/194 21074
/proc/meminfo: memFree=29954720/32872528 swapFree=1643088/1798432
[pid=21074] ppid=21071 vsize=9558476 CPUtime=0.09 cores=0,2,4,6
/proc/21074/stat : 21074 (java) S 21071 21074 19053 0 -1 4202496 4391 0 1 0 8 1 0 0 20 0 18 0 28859798 9787879424 6021 33554432000 1073741824 1073778376 140733519337216 140733519328352 260193681469 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/21074/statm: 2389619 6021 2125 9 0 2380296 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 9558476

[startup+0.20053 s]
/proc/loadavg: 2.37 2.23 2.19 3/194 21074
/proc/meminfo: memFree=29954720/32872528 swapFree=1643088/1798432
[pid=21074] ppid=21071 vsize=9558476 CPUtime=0.25 cores=0,2,4,6
/proc/21074/stat : 21074 (java) S 21071 21074 19053 0 -1 4202496 4788 0 1 0 24 1 0 0 20 0 18 0 28859798 9787879424 6843 33554432000 1073741824 1073778376 140733519337216 140733519328352 260193681469 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/21074/statm: 2389619 6844 2215 9 0 2380296 0
Current children cumulated CPU time (s) 0.25
Current children cumulated vsize (KiB) 9558476

[startup+0.300217 s]
/proc/loadavg: 2.37 2.23 2.19 3/194 21074
/proc/meminfo: memFree=29954720/32872528 swapFree=1643088/1798432
[pid=21074] ppid=21071 vsize=9558476 CPUtime=0.48 cores=0,2,4,6
/proc/21074/stat : 21074 (java) S 21071 21074 19053 0 -1 4202496 5753 0 1 0 47 1 0 0 20 0 18 0 28859798 9787879424 8970 33554432000 1073741824 1073778376 140733519337216 140733519328352 260193681469 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/21074/statm: 2389619 8970 2233 9 0 2380296 0
Current children cumulated CPU time (s) 0.48
Current children cumulated vsize (KiB) 9558476

[startup+0.700175 s]
/proc/loadavg: 2.37 2.23 2.19 3/194 21074
/proc/meminfo: memFree=29954720/32872528 swapFree=1643088/1798432
[pid=21074] ppid=21071 vsize=9625040 CPUtime=1.26 cores=0,2,4,6
/proc/21074/stat : 21074 (java) S 21071 21074 19053 0 -1 4202496 8105 0 1 0 124 2 0 0 20 0 19 0 28859798 9856040960 14819 33554432000 1073741824 1073778376 140733519337216 140733519328352 260193681469 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/21074/statm: 2406260 14819 2263 9 0 2396937 0
Current children cumulated CPU time (s) 1.26
Current children cumulated vsize (KiB) 9625040

[startup+1.50086 s]
/proc/loadavg: 2.37 2.23 2.19 4/213 21093
/proc/meminfo: memFree=29897984/32872528 swapFree=1643088/1798432
[pid=21074] ppid=21071 vsize=9625040 CPUtime=2.49 cores=0,2,4,6
/proc/21074/stat : 21074 (java) S 21071 21074 19053 0 -1 4202496 14796 0 1 0 246 3 0 0 20 0 19 0 28859798 9856040960 19790 33554432000 1073741824 1073778376 140733519337216 140733519328352 260193681469 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/21074/statm: 2406260 19790 2269 9 0 2396937 0
[pid=21074/tid=21076] ppid=21071 vsize=9625040 CPUtime=1.46 cores=0,2,4,6
/proc/21074/task/21076/stat : 21076 (java) R 21071 21074 19053 0 -1 4202560 2420 0 1 0 144 2 0 0 20 0 19 0 28859799 9856040960 19790 33554432000 1073741824 1073778376 140733519337216 140541566902856 140541413663361 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0
[pid=21074/tid=21077] ppid=21071 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/21074/task/21077/stat : 21077 (java) S 21071 21074 19053 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 28859800 9856040960 19790 33554432000 1073741824 1073778376 140733519337216 140541539355432 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=21074/tid=21078] ppid=21071 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/21074/task/21078/stat : 21078 (java) S 21071 21074 19053 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 28859801 9856040960 19790 33554432000 1073741824 1073778376 140733519337216 140541538302632 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=21074/tid=21079] ppid=21071 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/21074/task/21079/stat : 21079 (java) S 21071 21074 19053 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 28859801 9856040960 19790 33554432000 1073741824 1073778376 140733519337216 140541537250344 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=21074/tid=21080] ppid=21071 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/21074/task/21080/stat : 21080 (java) S 21071 21074 19053 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 28859801 9856040960 19790 33554432000 1073741824 1073778376 140733519337216 140541536197544 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=21074/tid=21081] ppid=21071 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/21074/task/21081/stat : 21081 (java) S 21071 21074 19053 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 28859801 9856040960 19790 33554432000 1073741824 1073778376 140733519337216 140541535144232 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=21074/tid=21082] ppid=21071 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/21074/task/21082/stat : 21082 (java) S 21071 21074 19053 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 28859801 9856040960 19790 33554432000 1073741824 1073778376 140733519337216 140541534091432 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=21074/tid=21083] ppid=21071 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/21074/task/21083/stat : 21083 (java) S 21071 21074 19053 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 28859801 9856040960 19790 33554432000 1073741824 1073778376 140733519337216 140541533039144 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=21074/tid=21084] ppid=21071 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/21074/task/21084/stat : 21084 (java) S 21071 21074 19053 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 28859801 9856040960 19790 33554432000 1073741824 1073778376 140733519337216 140541531986344 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=21074/tid=21085] ppid=21071 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/21074/task/21085/stat : 21085 (java) S 21071 21074 19053 0 -1 4202560 5 0 0 0 0 0 0 0 20 0 19 0 28859802 9856040960 19790 33554432000 1073741824 1073778376 140733519337216 140540920171240 260193695657 0 0 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=21074/tid=21086] ppid=21071 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/21074/task/21086/stat : 21086 (java) S 21071 21074 19053 0 -1 4202560 16 0 0 0 0 0 0 0 20 0 19 0 28859802 9856040960 19790 33554432000 1073741824 1073778376 140733519337216 140540919117304 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=21074/tid=21087] ppid=21071 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/21074/task/21087/stat : 21087 (java) S 21071 21074 19053 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 28859802 9856040960 19790 33554432000 1073741824 1073778376 140733519337216 140540918064904 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=21074/tid=21088] ppid=21071 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/21074/task/21088/stat : 21088 (java) S 21071 21074 19053 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 28859804 9856040960 19790 33554432000 1073741824 1073778376 140733519337216 140540917013392 260193703712 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=21074/tid=21089] ppid=21071 vsize=9625040 CPUtime=0.65 cores=0,2,4,6
/proc/21074/task/21089/stat : 21089 (java) S 21071 21074 19053 0 -1 4202560 8275 0 0 0 65 0 0 0 20 0 19 0 28859804 9856040960 19790 33554432000 1073741824 1073778376 140733519337216 140540915959992 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=21074/tid=21090] ppid=21071 vsize=9625040 CPUtime=0.34 cores=0,2,4,6
/proc/21074/task/21090/stat : 21090 (java) S 21071 21074 19053 0 -1 4202560 2824 0 0 0 34 0 0 0 20 0 19 0 28859804 9856040960 19790 33554432000 1073741824 1073778376 140733519337216 140540914907192 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=21074/tid=21091] ppid=21071 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/21074/task/21091/stat : 21091 (java) S 21071 21074 19053 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 28859804 9856040960 19790 33554432000 1073741824 1073778376 140733519337216 140540913855096 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=21074/tid=21092] ppid=21071 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/21074/task/21092/stat : 21092 (java) S 21071 21074 19053 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 28859805 9856040960 19790 33554432000 1073741824 1073778376 140733519337216 140540912802504 260193695657 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=21074/tid=21093] ppid=21071 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/21074/task/21093/stat : 21093 (java) S 21071 21074 19053 0 -1 4202560 12 0 0 0 0 0 0 0 20 0 19 0 28859840 9856040960 19790 33554432000 1073741824 1073778376 140733519337216 140540911748520 260193695657 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 2.49
Current children cumulated vsize (KiB) 9625040

[startup+3.10079 s]
/proc/loadavg: 2.37 2.23 2.19 3/213 21093
/proc/meminfo: memFree=29882660/32872528 swapFree=1643088/1798432
[pid=21074] ppid=21071 vsize=9625040 CPUtime=4.14 cores=0,2,4,6
/proc/21074/stat : 21074 (java) S 21071 21074 19053 0 -1 4202496 14800 0 1 0 411 3 0 0 20 0 19 0 28859798 9856040960 20815 33554432000 1073741824 1073778376 140733519337216 140733519328352 260193681469 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/21074/statm: 2406260 20815 2270 9 0 2396937 0
[pid=21074/tid=21076] ppid=21071 vsize=9625040 CPUtime=3.06 cores=0,2,4,6
/proc/21074/task/21076/stat : 21076 (java) R 21071 21074 19053 0 -1 4202560 2423 0 1 0 304 2 0 0 20 0 19 0 28859799 9856040960 20815 33554432000 1073741824 1073778376 140733519337216 140541566893776 140541413644365 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0
[pid=21074/tid=21077] ppid=21071 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/21074/task/21077/stat : 21077 (java) S 21071 21074 19053 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 28859800 9856040960 20815 33554432000 1073741824 1073778376 140733519337216 140541539355432 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=21074/tid=21078] ppid=21071 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/21074/task/21078/stat : 21078 (java) S 21071 21074 19053 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 28859801 9856040960 20815 33554432000 1073741824 1073778376 140733519337216 140541538302632 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=21074/tid=21079] ppid=21071 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/21074/task/21079/stat : 21079 (java) S 21071 21074 19053 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 28859801 9856040960 20815 33554432000 1073741824 1073778376 140733519337216 140541537250344 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=21074/tid=21080] ppid=21071 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/21074/task/21080/stat : 21080 (java) S 21071 21074 19053 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 28859801 9856040960 20815 33554432000 1073741824 1073778376 140733519337216 140541536197544 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=21074/tid=21081] ppid=21071 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/21074/task/21081/stat : 21081 (java) S 21071 21074 19053 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 28859801 9856040960 20815 33554432000 1073741824 1073778376 140733519337216 140541535144232 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=21074/tid=21082] ppid=21071 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/21074/task/21082/stat : 21082 (java) S 21071 21074 19053 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 28859801 9856040960 20815 33554432000 1073741824 1073778376 140733519337216 140541534091432 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=21074/tid=21083] ppid=21071 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/21074/task/21083/stat : 21083 (java) S 21071 21074 19053 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 28859801 9856040960 20815 33554432000 1073741824 1073778376 140733519337216 140541533039144 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=21074/tid=21084] ppid=21071 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/21074/task/21084/stat : 21084 (java) S 21071 21074 19053 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 28859801 9856040960 20815 33554432000 1073741824 1073778376 140733519337216 140541531986344 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=21074/tid=21085] ppid=21071 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/21074/task/21085/stat : 21085 (java) S 21071 21074 19053 0 -1 4202560 5 0 0 0 0 0 0 0 20 0 19 0 28859802 9856040960 20815 33554432000 1073741824 1073778376 140733519337216 140540920171240 260193695657 0 0 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=21074/tid=21086] ppid=21071 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/21074/task/21086/stat : 21086 (java) S 21071 21074 19053 0 -1 4202560 16 0 0 0 0 0 0 0 20 0 19 0 28859802 9856040960 20815 33554432000 1073741824 1073778376 140733519337216 140540919117304 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=21074/tid=21087] ppid=21071 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/21074/task/21087/stat : 21087 (java) S 21071 21074 19053 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 28859802 9856040960 20815 33554432000 1073741824 1073778376 140733519337216 140540918064904 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=21074/tid=21088] ppid=21071 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/21074/task/21088/stat : 21088 (java) S 21071 21074 19053 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 28859804 9856040960 20815 33554432000 1073741824 1073778376 140733519337216 140540917013392 260193703712 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=21074/tid=21089] ppid=21071 vsize=9625040 CPUtime=0.67 cores=0,2,4,6
/proc/21074/task/21089/stat : 21089 (java) S 21071 21074 19053 0 -1 4202560 8276 0 0 0 67 0 0 0 20 0 19 0 28859804 9856040960 20815 33554432000 1073741824 1073778376 140733519337216 140540915959992 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=21074/tid=21090] ppid=21071 vsize=9625040 CPUtime=0.36 cores=0,2,4,6
/proc/21074/task/21090/stat : 21090 (java) S 21071 21074 19053 0 -1 4202560 2824 0 0 0 36 0 0 0 20 0 19 0 28859804 9856040960 20815 33554432000 1073741824 1073778376 140733519337216 140540914907192 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=21074/tid=21091] ppid=21071 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/21074/task/21091/stat : 21091 (java) S 21071 21074 19053 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 28859804 9856040960 20815 33554432000 1073741824 1073778376 140733519337216 140540913855096 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=21074/tid=21092] ppid=21071 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/21074/task/21092/stat : 21092 (java) S 21071 21074 19053 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 28859805 9856040960 20815 33554432000 1073741824 1073778376 140733519337216 140540912802504 260193695657 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=21074/tid=21093] ppid=21071 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/21074/task/21093/stat : 21093 (java) S 21071 21074 19053 0 -1 4202560 12 0 0 0 0 0 0 0 20 0 19 0 28859840 9856040960 20815 33554432000 1073741824 1073778376 140733519337216 140540911748520 260193695657 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 4.14
Current children cumulated vsize (KiB) 9625040

[startup+6.30083 s]
/proc/loadavg: 2.42 2.24 2.19 3/213 21093
/proc/meminfo: memFree=29852808/32872528 swapFree=1643088/1798432
[pid=21074] ppid=21071 vsize=9625040 CPUtime=7.35 cores=0,2,4,6
/proc/21074/stat : 21074 (java) S 21071 21074 19053 0 -1 4202496 14806 0 1 0 732 3 0 0 20 0 19 0 28859798 9856040960 21996 33554432000 1073741824 1073778376 140733519337216 140733519328352 260193681469 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/21074/statm: 2406260 21996 2271 9 0 2396937 0
[pid=21074/tid=21076] ppid=21071 vsize=9625040 CPUtime=6.26 cores=0,2,4,6
/proc/21074/task/21076/stat : 21076 (java) R 21071 21074 19053 0 -1 4202560 2427 0 1 0 624 2 0 0 20 0 19 0 28859799 9856040960 21996 33554432000 1073741824 1073778376 140733519337216 140541566893760 140541413698447 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0
[pid=21074/tid=21077] ppid=21071 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/21074/task/21077/stat : 21077 (java) S 21071 21074 19053 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 28859800 9856040960 21996 33554432000 1073741824 1073778376 140733519337216 140541539355432 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=21074/tid=21078] ppid=21071 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/21074/task/21078/stat : 21078 (java) S 21071 21074 19053 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 28859801 9856040960 21996 33554432000 1073741824 1073778376 140733519337216 140541538302632 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=21074/tid=21079] ppid=21071 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/21074/task/21079/stat : 21079 (java) S 21071 21074 19053 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 28859801 9856040960 21996 33554432000 1073741824 1073778376 140733519337216 140541537250344 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=21074/tid=21080] ppid=21071 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/21074/task/21080/stat : 21080 (java) S 21071 21074 19053 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 28859801 9856040960 21996 33554432000 1073741824 1073778376 140733519337216 140541536197544 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=21074/tid=21081] ppid=21071 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/21074/task/21081/stat : 21081 (java) S 21071 21074 19053 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 28859801 9856040960 21996 33554432000 1073741824 1073778376 140733519337216 140541535144232 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=21074/tid=21082] ppid=21071 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/21074/task/21082/stat : 21082 (java) S 21071 21074 19053 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 28859801 9856040960 21996 33554432000 1073741824 1073778376 140733519337216 140541534091432 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=21074/tid=21083] ppid=21071 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/21074/task/21083/stat : 21083 (java) S 21071 21074 19053 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 28859801 9856040960 21996 33554432000 1073741824 1073778376 140733519337216 140541533039144 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=21074/tid=21084] ppid=21071 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/21074/task/21084/stat : 21084 (java) S 21071 21074 19053 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 28859801 9856040960 21996 33554432000 1073741824 1073778376 140733519337216 140541531986344 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=21074/tid=21085] ppid=21071 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/21074/task/21085/stat : 21085 (java) S 21071 21074 19053 0 -1 4202560 5 0 0 0 0 0 0 0 20 0 19 0 28859802 9856040960 21996 33554432000 1073741824 1073778376 140733519337216 140540920171240 260193695657 0 0 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=21074/tid=21086] ppid=21071 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/21074/task/21086/stat : 21086 (java) S 21071 21074 19053 0 -1 4202560 16 0 0 0 0 0 0 0 20 0 19 0 28859802 9856040960 21996 33554432000 1073741824 1073778376 140733519337216 140540919117304 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=21074/tid=21087] ppid=21071 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/21074/task/21087/stat : 21087 (java) S 21071 21074 19053 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 28859802 9856040960 21996 33554432000 1073741824 1073778376 140733519337216 140540918064904 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=21074/tid=21088] ppid=21071 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/21074/task/21088/stat : 21088 (java) S 21071 21074 19053 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 28859804 9856040960 21996 33554432000 1073741824 1073778376 140733519337216 140540917013392 260193703712 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=21074/tid=21089] ppid=21071 vsize=9625040 CPUtime=0.69 cores=0,2,4,6
/proc/21074/task/21089/stat : 21089 (java) S 21071 21074 19053 0 -1 4202560 8277 0 0 0 69 0 0 0 20 0 19 0 28859804 9856040960 21996 33554432000 1073741824 1073778376 140733519337216 140540915959992 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=21074/tid=21090] ppid=21071 vsize=9625040 CPUtime=0.36 cores=0,2,4,6
/proc/21074/task/21090/stat : 21090 (java) S 21071 21074 19053 0 -1 4202560 2824 0 0 0 36 0 0 0 20 0 19 0 28859804 9856040960 21996 33554432000 1073741824 1073778376 140733519337216 140540914907192 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=21074/tid=21091] ppid=21071 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/21074/task/21091/stat : 21091 (java) S 21071 21074 19053 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 28859804 9856040960 21996 33554432000 1073741824 1073778376 140733519337216 140540913855096 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=21074/tid=21092] ppid=21071 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/21074/task/21092/stat : 21092 (java) S 21071 21074 19053 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 19 0 28859805 9856040960 21996 33554432000 1073741824 1073778376 140733519337216 140540912802504 260193695657 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=21074/tid=21093] ppid=21071 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/21074/task/21093/stat : 21093 (java) S 21071 21074 19053 0 -1 4202560 12 0 0 0 0 0 0 0 20 0 19 0 28859840 9856040960 21996 33554432000 1073741824 1073778376 140733519337216 140540911748520 260193695657 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 7.35
Current children cumulated vsize (KiB) 9625040


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

[pid=21074/tid=21086] ppid=21071 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/21074/task/21086/stat : 21086 (java) S 21071 21074 19053 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 28859802 9856040960 76534 33554432000 1073741824 1073778376 140733519337216 140540919117304 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=21074/tid=21087] ppid=21071 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/21074/task/21087/stat : 21087 (java) S 21071 21074 19053 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 28859802 9856040960 76534 33554432000 1073741824 1073778376 140733519337216 140540918064904 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=21074/tid=21088] ppid=21071 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/21074/task/21088/stat : 21088 (java) S 21071 21074 19053 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 28859804 9856040960 76534 33554432000 1073741824 1073778376 140733519337216 140540917013392 260193703712 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=21074/tid=21089] ppid=21071 vsize=9625040 CPUtime=0.72 cores=0,2,4,6
/proc/21074/task/21089/stat : 21089 (java) S 21071 21074 19053 0 -1 4202560 8287 0 0 0 72 0 0 0 20 0 19 0 28859804 9856040960 76534 33554432000 1073741824 1073778376 140733519337216 140540915959992 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=21074/tid=21090] ppid=21071 vsize=9625040 CPUtime=0.36 cores=0,2,4,6
/proc/21074/task/21090/stat : 21090 (java) S 21071 21074 19053 0 -1 4202560 2824 0 0 0 36 0 0 0 20 0 19 0 28859804 9856040960 76534 33554432000 1073741824 1073778376 140733519337216 140540914907192 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=21074/tid=21091] ppid=21071 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/21074/task/21091/stat : 21091 (java) S 21071 21074 19053 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 28859804 9856040960 76534 33554432000 1073741824 1073778376 140733519337216 140540913855096 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=21074/tid=21092] ppid=21071 vsize=9625040 CPUtime=0.68 cores=0,2,4,6
/proc/21074/task/21092/stat : 21092 (java) S 21071 21074 19053 0 -1 4202560 96 0 0 0 33 35 0 0 20 0 19 0 28859805 9856040960 76534 33554432000 1073741824 1073778376 140733519337216 140540912802504 260193695657 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=21074/tid=21093] ppid=21071 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/21074/task/21093/stat : 21093 (java) S 21071 21074 19053 0 -1 4202560 12 0 0 0 0 0 0 0 20 0 19 0 28859840 9856040960 76534 33554432000 1073741824 1073778376 140733519337216 140540911748520 260193695657 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 1664.41
Current children cumulated vsize (KiB) 9625040

[startup+1722.3 s]
/proc/loadavg: 2.32 2.31 2.27 3/213 21203
/proc/meminfo: memFree=29627292/32872528 swapFree=1643088/1798432
[pid=21074] ppid=21071 vsize=9625040 CPUtime=1724.5 cores=0,2,4,6
/proc/21074/stat : 21074 (java) S 21071 21074 19053 0 -1 4202496 15959 0 1 0 172407 43 0 0 20 0 19 0 28859798 9856040960 79135 33554432000 1073741824 1073778376 140733519337216 140733519328352 260193681469 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/21074/statm: 2406260 79135 2285 9 0 2396937 0
[pid=21074/tid=21076] ppid=21071 vsize=9625040 CPUtime=1721.84 cores=0,2,4,6
/proc/21074/task/21076/stat : 21076 (java) R 21071 21074 19053 0 -1 4202560 2484 0 1 0 172153 31 0 0 20 0 19 0 28859799 9856040960 79135 33554432000 1073741824 1073778376 140733519337216 140541566893856 140541413698645 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0
[pid=21074/tid=21077] ppid=21071 vsize=9625040 CPUtime=0.16 cores=0,2,4,6
/proc/21074/task/21077/stat : 21077 (java) S 21071 21074 19053 0 -1 4202560 217 0 0 0 14 2 0 0 20 0 19 0 28859800 9856040960 79135 33554432000 1073741824 1073778376 140733519337216 140541539355432 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=21074/tid=21078] ppid=21071 vsize=9625040 CPUtime=0.19 cores=0,2,4,6
/proc/21074/task/21078/stat : 21078 (java) S 21071 21074 19053 0 -1 4202560 134 0 0 0 17 2 0 0 20 0 19 0 28859801 9856040960 79135 33554432000 1073741824 1073778376 140733519337216 140541538302632 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=21074/tid=21079] ppid=21071 vsize=9625040 CPUtime=0.15 cores=0,2,4,6
/proc/21074/task/21079/stat : 21079 (java) S 21071 21074 19053 0 -1 4202560 166 0 0 0 13 2 0 0 20 0 19 0 28859801 9856040960 79135 33554432000 1073741824 1073778376 140733519337216 140541537250344 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=21074/tid=21080] ppid=21071 vsize=9625040 CPUtime=0.15 cores=0,2,4,6
/proc/21074/task/21080/stat : 21080 (java) S 21071 21074 19053 0 -1 4202560 155 0 0 0 13 2 0 0 20 0 19 0 28859801 9856040960 79135 33554432000 1073741824 1073778376 140733519337216 140541536197544 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=21074/tid=21081] ppid=21071 vsize=9625040 CPUtime=0.1 cores=0,2,4,6
/proc/21074/task/21081/stat : 21081 (java) S 21071 21074 19053 0 -1 4202560 118 0 0 0 10 0 0 0 20 0 19 0 28859801 9856040960 79135 33554432000 1073741824 1073778376 140733519337216 140541535144232 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=21074/tid=21082] ppid=21071 vsize=9625040 CPUtime=0.14 cores=0,2,4,6
/proc/21074/task/21082/stat : 21082 (java) S 21071 21074 19053 0 -1 4202560 23 0 0 0 12 2 0 0 20 0 19 0 28859801 9856040960 79135 33554432000 1073741824 1073778376 140733519337216 140541534091432 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=21074/tid=21083] ppid=21071 vsize=9625040 CPUtime=0.13 cores=0,2,4,6
/proc/21074/task/21083/stat : 21083 (java) S 21071 21074 19053 0 -1 4202560 27 0 0 0 12 1 0 0 20 0 19 0 28859801 9856040960 79135 33554432000 1073741824 1073778376 140733519337216 140541533039144 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=21074/tid=21084] ppid=21071 vsize=9625040 CPUtime=0.15 cores=0,2,4,6
/proc/21074/task/21084/stat : 21084 (java) S 21071 21074 19053 0 -1 4202560 112 0 0 0 13 2 0 0 20 0 19 0 28859801 9856040960 79135 33554432000 1073741824 1073778376 140733519337216 140541531986344 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=21074/tid=21085] ppid=21071 vsize=9625040 CPUtime=0.02 cores=0,2,4,6
/proc/21074/task/21085/stat : 21085 (java) S 21071 21074 19053 0 -1 4202560 49 0 0 0 2 0 0 0 20 0 19 0 28859802 9856040960 79135 33554432000 1073741824 1073778376 140733519337216 140540920171240 260193695657 0 0 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=21074/tid=21086] ppid=21071 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/21074/task/21086/stat : 21086 (java) S 21071 21074 19053 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 28859802 9856040960 79135 33554432000 1073741824 1073778376 140733519337216 140540919117304 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=21074/tid=21087] ppid=21071 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/21074/task/21087/stat : 21087 (java) S 21071 21074 19053 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 28859802 9856040960 79135 33554432000 1073741824 1073778376 140733519337216 140540918064904 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=21074/tid=21088] ppid=21071 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/21074/task/21088/stat : 21088 (java) S 21071 21074 19053 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 28859804 9856040960 79135 33554432000 1073741824 1073778376 140733519337216 140540917013392 260193703712 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=21074/tid=21089] ppid=21071 vsize=9625040 CPUtime=0.72 cores=0,2,4,6
/proc/21074/task/21089/stat : 21089 (java) S 21071 21074 19053 0 -1 4202560 8287 0 0 0 72 0 0 0 20 0 19 0 28859804 9856040960 79135 33554432000 1073741824 1073778376 140733519337216 140540915959992 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=21074/tid=21090] ppid=21071 vsize=9625040 CPUtime=0.36 cores=0,2,4,6
/proc/21074/task/21090/stat : 21090 (java) S 21071 21074 19053 0 -1 4202560 2824 0 0 0 36 0 0 0 20 0 19 0 28859804 9856040960 79135 33554432000 1073741824 1073778376 140733519337216 140540914907192 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=21074/tid=21091] ppid=21071 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/21074/task/21091/stat : 21091 (java) S 21071 21074 19053 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 28859804 9856040960 79135 33554432000 1073741824 1073778376 140733519337216 140540913855096 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=21074/tid=21092] ppid=21071 vsize=9625040 CPUtime=0.7 cores=0,2,4,6
/proc/21074/task/21092/stat : 21092 (java) S 21071 21074 19053 0 -1 4202560 100 0 0 0 34 36 0 0 20 0 19 0 28859805 9856040960 79135 33554432000 1073741824 1073778376 140733519337216 140540912802504 260193695657 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=21074/tid=21093] ppid=21071 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/21074/task/21093/stat : 21093 (java) S 21071 21074 19053 0 -1 4202560 12 0 0 0 0 0 0 0 20 0 19 0 28859840 9856040960 79135 33554432000 1073741824 1073778376 140733519337216 140540911748520 260193695657 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 1724.5
Current children cumulated vsize (KiB) 9625040

[startup+1782.3 s]
/proc/loadavg: 2.28 2.29 2.27 3/213 21204
/proc/meminfo: memFree=29627136/32872528 swapFree=1643088/1798432
[pid=21074] ppid=21071 vsize=9625040 CPUtime=1784.5 cores=0,2,4,6
/proc/21074/stat : 21074 (java) S 21071 21074 19053 0 -1 4202496 15963 0 1 0 178406 44 0 0 20 0 19 0 28859798 9856040960 79135 33554432000 1073741824 1073778376 140733519337216 140733519328352 260193681469 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/21074/statm: 2406260 79135 2285 9 0 2396937 0
[pid=21074/tid=21076] ppid=21071 vsize=9625040 CPUtime=1781.83 cores=0,2,4,6
/proc/21074/task/21076/stat : 21076 (java) R 21071 21074 19053 0 -1 4202560 2484 0 1 0 178151 32 0 0 20 0 19 0 28859799 9856040960 79135 33554432000 1073741824 1073778376 140733519337216 140541566893856 140541413691977 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0
[pid=21074/tid=21077] ppid=21071 vsize=9625040 CPUtime=0.16 cores=0,2,4,6
/proc/21074/task/21077/stat : 21077 (java) S 21071 21074 19053 0 -1 4202560 217 0 0 0 14 2 0 0 20 0 19 0 28859800 9856040960 79135 33554432000 1073741824 1073778376 140733519337216 140541539355432 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=21074/tid=21078] ppid=21071 vsize=9625040 CPUtime=0.19 cores=0,2,4,6
/proc/21074/task/21078/stat : 21078 (java) S 21071 21074 19053 0 -1 4202560 134 0 0 0 17 2 0 0 20 0 19 0 28859801 9856040960 79135 33554432000 1073741824 1073778376 140733519337216 140541538302632 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=21074/tid=21079] ppid=21071 vsize=9625040 CPUtime=0.15 cores=0,2,4,6
/proc/21074/task/21079/stat : 21079 (java) S 21071 21074 19053 0 -1 4202560 166 0 0 0 13 2 0 0 20 0 19 0 28859801 9856040960 79135 33554432000 1073741824 1073778376 140733519337216 140541537250344 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=21074/tid=21080] ppid=21071 vsize=9625040 CPUtime=0.15 cores=0,2,4,6
/proc/21074/task/21080/stat : 21080 (java) S 21071 21074 19053 0 -1 4202560 155 0 0 0 13 2 0 0 20 0 19 0 28859801 9856040960 79135 33554432000 1073741824 1073778376 140733519337216 140541536197544 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=21074/tid=21081] ppid=21071 vsize=9625040 CPUtime=0.1 cores=0,2,4,6
/proc/21074/task/21081/stat : 21081 (java) S 21071 21074 19053 0 -1 4202560 118 0 0 0 10 0 0 0 20 0 19 0 28859801 9856040960 79135 33554432000 1073741824 1073778376 140733519337216 140541535144232 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=21074/tid=21082] ppid=21071 vsize=9625040 CPUtime=0.14 cores=0,2,4,6
/proc/21074/task/21082/stat : 21082 (java) S 21071 21074 19053 0 -1 4202560 23 0 0 0 12 2 0 0 20 0 19 0 28859801 9856040960 79135 33554432000 1073741824 1073778376 140733519337216 140541534091432 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=21074/tid=21083] ppid=21071 vsize=9625040 CPUtime=0.13 cores=0,2,4,6
/proc/21074/task/21083/stat : 21083 (java) S 21071 21074 19053 0 -1 4202560 27 0 0 0 12 1 0 0 20 0 19 0 28859801 9856040960 79135 33554432000 1073741824 1073778376 140733519337216 140541533039144 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=21074/tid=21084] ppid=21071 vsize=9625040 CPUtime=0.15 cores=0,2,4,6
/proc/21074/task/21084/stat : 21084 (java) S 21071 21074 19053 0 -1 4202560 112 0 0 0 13 2 0 0 20 0 19 0 28859801 9856040960 79135 33554432000 1073741824 1073778376 140733519337216 140541531986344 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=21074/tid=21085] ppid=21071 vsize=9625040 CPUtime=0.02 cores=0,2,4,6
/proc/21074/task/21085/stat : 21085 (java) S 21071 21074 19053 0 -1 4202560 49 0 0 0 2 0 0 0 20 0 19 0 28859802 9856040960 79135 33554432000 1073741824 1073778376 140733519337216 140540920171240 260193695657 0 0 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=21074/tid=21086] ppid=21071 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/21074/task/21086/stat : 21086 (java) S 21071 21074 19053 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 28859802 9856040960 79135 33554432000 1073741824 1073778376 140733519337216 140540919117304 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=21074/tid=21087] ppid=21071 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/21074/task/21087/stat : 21087 (java) S 21071 21074 19053 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 28859802 9856040960 79135 33554432000 1073741824 1073778376 140733519337216 140540918064904 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=21074/tid=21088] ppid=21071 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/21074/task/21088/stat : 21088 (java) S 21071 21074 19053 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 28859804 9856040960 79135 33554432000 1073741824 1073778376 140733519337216 140540917013392 260193703712 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=21074/tid=21089] ppid=21071 vsize=9625040 CPUtime=0.72 cores=0,2,4,6
/proc/21074/task/21089/stat : 21089 (java) S 21071 21074 19053 0 -1 4202560 8287 0 0 0 72 0 0 0 20 0 19 0 28859804 9856040960 79135 33554432000 1073741824 1073778376 140733519337216 140540915959992 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=21074/tid=21090] ppid=21071 vsize=9625040 CPUtime=0.36 cores=0,2,4,6
/proc/21074/task/21090/stat : 21090 (java) S 21071 21074 19053 0 -1 4202560 2824 0 0 0 36 0 0 0 20 0 19 0 28859804 9856040960 79135 33554432000 1073741824 1073778376 140733519337216 140540914907192 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=21074/tid=21091] ppid=21071 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/21074/task/21091/stat : 21091 (java) S 21071 21074 19053 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 28859804 9856040960 79135 33554432000 1073741824 1073778376 140733519337216 140540913855096 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=21074/tid=21092] ppid=21071 vsize=9625040 CPUtime=0.73 cores=0,2,4,6
/proc/21074/task/21092/stat : 21092 (java) S 21071 21074 19053 0 -1 4202560 104 0 0 0 36 37 0 0 20 0 19 0 28859805 9856040960 79135 33554432000 1073741824 1073778376 140733519337216 140540912802504 260193695657 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=21074/tid=21093] ppid=21071 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/21074/task/21093/stat : 21093 (java) S 21071 21074 19053 0 -1 4202560 12 0 0 0 0 0 0 0 20 0 19 0 28859840 9856040960 79135 33554432000 1073741824 1073778376 140733519337216 140540911748520 260193695657 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 1784.5
Current children cumulated vsize (KiB) 9625040



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1797.8 s]
/proc/loadavg: 2.29 2.29 2.27 4/213 21204
/proc/meminfo: memFree=29627388/32872528 swapFree=1643088/1798432
[pid=21074] ppid=21071 vsize=9625040 CPUtime=1800 cores=0,2,4,6
/proc/21074/stat : 21074 (java) S 21071 21074 19053 0 -1 4202496 15963 0 1 0 179956 44 0 0 20 0 19 0 28859798 9856040960 79135 33554432000 1073741824 1073778376 140733519337216 140733519328352 260193681469 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/21074/statm: 2406260 79135 2285 9 0 2396937 0
[pid=21074/tid=21076] ppid=21071 vsize=9625040 CPUtime=1797.33 cores=0,2,4,6
/proc/21074/task/21076/stat : 21076 (java) R 21071 21074 19053 0 -1 4202560 2484 0 1 0 179701 32 0 0 20 0 19 0 28859799 9856040960 79135 33554432000 1073741824 1073778376 140733519337216 140541566893856 140541413655229 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0
[pid=21074/tid=21077] ppid=21071 vsize=9625040 CPUtime=0.16 cores=0,2,4,6
/proc/21074/task/21077/stat : 21077 (java) S 21071 21074 19053 0 -1 4202560 217 0 0 0 14 2 0 0 20 0 19 0 28859800 9856040960 79135 33554432000 1073741824 1073778376 140733519337216 140541539355432 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=21074/tid=21078] ppid=21071 vsize=9625040 CPUtime=0.19 cores=0,2,4,6
/proc/21074/task/21078/stat : 21078 (java) S 21071 21074 19053 0 -1 4202560 134 0 0 0 17 2 0 0 20 0 19 0 28859801 9856040960 79135 33554432000 1073741824 1073778376 140733519337216 140541538302632 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=21074/tid=21079] ppid=21071 vsize=9625040 CPUtime=0.15 cores=0,2,4,6
/proc/21074/task/21079/stat : 21079 (java) S 21071 21074 19053 0 -1 4202560 166 0 0 0 13 2 0 0 20 0 19 0 28859801 9856040960 79135 33554432000 1073741824 1073778376 140733519337216 140541537250344 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=21074/tid=21080] ppid=21071 vsize=9625040 CPUtime=0.15 cores=0,2,4,6
/proc/21074/task/21080/stat : 21080 (java) S 21071 21074 19053 0 -1 4202560 155 0 0 0 13 2 0 0 20 0 19 0 28859801 9856040960 79135 33554432000 1073741824 1073778376 140733519337216 140541536197544 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=21074/tid=21081] ppid=21071 vsize=9625040 CPUtime=0.1 cores=0,2,4,6
/proc/21074/task/21081/stat : 21081 (java) S 21071 21074 19053 0 -1 4202560 118 0 0 0 10 0 0 0 20 0 19 0 28859801 9856040960 79135 33554432000 1073741824 1073778376 140733519337216 140541535144232 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=21074/tid=21082] ppid=21071 vsize=9625040 CPUtime=0.14 cores=0,2,4,6
/proc/21074/task/21082/stat : 21082 (java) S 21071 21074 19053 0 -1 4202560 23 0 0 0 12 2 0 0 20 0 19 0 28859801 9856040960 79135 33554432000 1073741824 1073778376 140733519337216 140541534091432 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=21074/tid=21083] ppid=21071 vsize=9625040 CPUtime=0.13 cores=0,2,4,6
/proc/21074/task/21083/stat : 21083 (java) S 21071 21074 19053 0 -1 4202560 27 0 0 0 12 1 0 0 20 0 19 0 28859801 9856040960 79135 33554432000 1073741824 1073778376 140733519337216 140541533039144 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=21074/tid=21084] ppid=21071 vsize=9625040 CPUtime=0.15 cores=0,2,4,6
/proc/21074/task/21084/stat : 21084 (java) S 21071 21074 19053 0 -1 4202560 112 0 0 0 13 2 0 0 20 0 19 0 28859801 9856040960 79135 33554432000 1073741824 1073778376 140733519337216 140541531986344 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=21074/tid=21085] ppid=21071 vsize=9625040 CPUtime=0.02 cores=0,2,4,6
/proc/21074/task/21085/stat : 21085 (java) S 21071 21074 19053 0 -1 4202560 49 0 0 0 2 0 0 0 20 0 19 0 28859802 9856040960 79135 33554432000 1073741824 1073778376 140733519337216 140540920171240 260193695657 0 0 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=21074/tid=21086] ppid=21071 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/21074/task/21086/stat : 21086 (java) S 21071 21074 19053 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 28859802 9856040960 79135 33554432000 1073741824 1073778376 140733519337216 140540919117304 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=21074/tid=21087] ppid=21071 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/21074/task/21087/stat : 21087 (java) S 21071 21074 19053 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 28859802 9856040960 79135 33554432000 1073741824 1073778376 140733519337216 140540918064904 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=21074/tid=21088] ppid=21071 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/21074/task/21088/stat : 21088 (java) S 21071 21074 19053 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 28859804 9856040960 79135 33554432000 1073741824 1073778376 140733519337216 140540917013392 260193703712 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=21074/tid=21089] ppid=21071 vsize=9625040 CPUtime=0.72 cores=0,2,4,6
/proc/21074/task/21089/stat : 21089 (java) S 21071 21074 19053 0 -1 4202560 8287 0 0 0 72 0 0 0 20 0 19 0 28859804 9856040960 79135 33554432000 1073741824 1073778376 140733519337216 140540915959992 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=21074/tid=21090] ppid=21071 vsize=9625040 CPUtime=0.36 cores=0,2,4,6
/proc/21074/task/21090/stat : 21090 (java) S 21071 21074 19053 0 -1 4202560 2824 0 0 0 36 0 0 0 20 0 19 0 28859804 9856040960 79135 33554432000 1073741824 1073778376 140733519337216 140540914907192 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=21074/tid=21091] ppid=21071 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/21074/task/21091/stat : 21091 (java) S 21071 21074 19053 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 28859804 9856040960 79135 33554432000 1073741824 1073778376 140733519337216 140540913855096 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=21074/tid=21092] ppid=21071 vsize=9625040 CPUtime=0.73 cores=0,2,4,6
/proc/21074/task/21092/stat : 21092 (java) S 21071 21074 19053 0 -1 4202560 104 0 0 0 36 37 0 0 20 0 19 0 28859805 9856040960 79135 33554432000 1073741824 1073778376 140733519337216 140540912802504 260193695657 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=21074/tid=21093] ppid=21071 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/21074/task/21093/stat : 21093 (java) S 21071 21074 19053 0 -1 4202560 12 0 0 0 0 0 0 0 20 0 19 0 28859840 9856040960 79135 33554432000 1073741824 1073778376 140733519337216 140540911748520 260193695657 0 4 0 16800975 18446744071579510697 0 0 -1 4 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 21074 sig 9
??? end of watcher thread
Dumping a history of the last processes samples

Child status: 143
Real time (s): 1797.84
CPU time (s): 1800.66
CPU user time (s): 1799.7
CPU system time (s): 0.962853
CPU usage (%): 100.157
Max. virtual memory (cumulated for all children) (KiB): 9625040

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1799.7
system time used= 0.962853
maximum resident set size= 316656
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 15996
page faults= 1
swaps= 0
block input operations= 0
block output operations= 1176
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 38387
involuntary context switches= 7472

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 10.7014 second user time and 13.473 second system time

The end

Launcher Data

Begin job on node123 at 2016-06-26 18:23:27
IDJOB=4116641
IDBENCH=109495
IDSOLVER=2546
FILE ID=node123/4116641-1466958207
RUNJOBID= node123-1466943595-19069
PBS_JOBID= 19976352
Free space on /tmp= 71728 MiB

SOLVER NAME= Sat4j PB 2.3.6 Resolution PB16
BENCH NAME= PB16/normalized-PB16/DEC-SMALLINT-LIN/nossum/normalized-sha1-size96-round22-9.opb
COMMAND LINE= java -jar sat4j-pb.jar BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4116641-1466958207/watcher-4116641-1466958207 -o /tmp/evaluation-result-4116641-1466958207/solver-4116641-1466958207 -C 1800 -W 1900 -M 15500 --bin-var /tmp/runsolver-exch-node123-1466943595-19069 --watchdog 1960  java -jar sat4j-pb.jar HOME/instance-4116641-1466958207.opb

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

MD5SUM BENCH= 16a4f59e2b2123f7f2760440e462508a
RANDOM SEED=2093721953

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

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

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


/proc/meminfo:
MemTotal:       32872528 kB
MemFree:        29955420 kB
Buffers:           20660 kB
Cached:           111272 kB
SwapCached:         1776 kB
Active:           310612 kB
Inactive:         107696 kB
Active(anon):     287680 kB
Inactive(anon):      924 kB
Active(file):      22932 kB
Inactive(file):   106772 kB
Unevictable:     1798432 kB
Mlocked:         1643088 kB
SwapTotal:      67108856 kB
SwapFree:       67098700 kB
Dirty:              1232 kB
Writeback:             0 kB
AnonPages:       2083888 kB
Mapped:            15480 kB
Shmem:                 0 kB
Slab:             565396 kB
SReclaimable:       9420 kB
SUnreclaim:       555976 kB
KernelStack:        1648 kB
PageTables:         8724 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545120 kB
Committed_AS:    2536488 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346412 kB
VmallocChunk:   34341988140 kB
HardwareCorrupted:     0 kB
AnonHugePages:    423936 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-26 18:53:25