Trace number 4116081

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.67 1798.14

General information on the benchmark

Namenormalized-PB16/DEC-SMALLINT-LIN/nossum/
normalized-sha1-size128-round23-8.opb
MD5SUM7224610b37b7f48e57da5bf33b61b2f7
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 variables4288
Total number of constraints9504
Number of constraints which are clauses8192
Number of constraints which are cardinality constraints (but not clauses)416
Number of constraints which are nor clauses,nor cardinality constraints896
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@587bd9f2
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@4e3eca90
0.09/0.11	c --- End Solver configuration ---
0.09/0.11	c solving HOME/instance-4116081-1466973219.opb
0.09/0.11	c reading problem ... 
0.09/0.12	c  no objective function found
0.67/0.42	c ... done. Wall clock time 0.307s.
0.67/0.42	c declared #vars     4288
0.67/0.42	c #constraints  10816
0.67/0.42	c constraints type 
0.67/0.42	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 7494
0.67/0.42	c org.sat4j.specs.Constr$1 => 904
0.67/0.42	c org.sat4j.minisat.constraints.cnf.OriginalBinaryClause => 128
0.67/0.42	c org.sat4j.minisat.constraints.cnf.UnitClause => 504
0.67/0.42	c org.sat4j.pb.constraints.pb.MaxWatchPbLong => 1786
0.67/0.42	c 10816 constraints processed.
1.74/1.10	c cleaning 2499 clauses out of 4998 with flag 15839/5000
2.41/1.69	c cleaning 4226 clauses out of 8499 with flag 38409/11000
3.13/2.36	c cleaning 5630 clauses out of 11273 with flag 69667/18000
3.93/3.13	c cleaning 6796 clauses out of 13644 with flag 104441/26001
4.85/4.07	c cleaning 7900 clauses out of 15850 with flag 145622/35003
5.94/5.13	c cleaning 8953 clauses out of 17947 with flag 195469/45000
7.14/6.36	c cleaning 9969 clauses out of 19994 with flag 251749/56000
8.44/7.63	c cleaning 10964 clauses out of 22025 with flag 316080/68000
9.94/9.11	c cleaning 12006 clauses out of 24061 with flag 384301/81000
11.43/10.69	c cleaning 13006 clauses out of 26055 with flag 462019/95000
13.24/12.41	c cleaning 14003 clauses out of 28049 with flag 543581/110000
15.05/14.28	c cleaning 14994 clauses out of 30046 with flag 633231/126000
17.15/16.35	c cleaning 15977 clauses out of 32053 with flag 728298/143001
19.35/18.57	c cleaning 17005 clauses out of 34076 with flag 832028/161001
21.76/21.00	c cleaning 18024 clauses out of 36070 with flag 941226/180000
24.45/23.60	c cleaning 18978 clauses out of 38046 with flag 1060798/200000
27.25/26.42	c cleaning 20021 clauses out of 40068 with flag 1182552/221000
30.35/29.52	c cleaning 21018 clauses out of 42047 with flag 1310658/243000
33.55/32.77	c cleaning 21994 clauses out of 44029 with flag 1446271/266000
37.04/36.24	c cleaning 23004 clauses out of 46035 with flag 1588451/290000
40.74/39.99	c cleaning 23996 clauses out of 48031 with flag 1734947/315000
44.86/44.01	c cleaning 25001 clauses out of 50035 with flag 1894525/341000
48.85/48.01	c cleaning 25999 clauses out of 52035 with flag 2058226/368001
52.67/51.86	c cleaning 26985 clauses out of 54036 with flag 2228721/396001
56.76/55.93	c cleaning 27974 clauses out of 56050 with flag 2405410/425000
61.06/60.24	c cleaning 29017 clauses out of 58076 with flag 2587421/455000
65.56/64.71	c cleaning 29999 clauses out of 60059 with flag 2773585/486000
70.26/69.43	c cleaning 30997 clauses out of 62060 with flag 2970049/518000
75.36/74.55	c cleaning 32009 clauses out of 64064 with flag 3168612/551001
80.45/79.63	c cleaning 33004 clauses out of 66054 with flag 3381528/585000
85.96/85.11	c cleaning 34015 clauses out of 68050 with flag 3598653/620000
91.77/90.94	c cleaning 34928 clauses out of 70037 with flag 3821160/656002
97.87/97.06	c cleaning 36049 clauses out of 72110 with flag 4048474/693003
104.07/103.23	c cleaning 37024 clauses out of 74060 with flag 4287900/731002
110.57/109.72	c cleaning 37985 clauses out of 76034 with flag 4533412/770000
117.47/116.69	c cleaning 38970 clauses out of 78049 with flag 4782421/810000
124.67/123.82	c cleaning 40010 clauses out of 80079 with flag 5036307/851000
132.03/131.17	c cleaning 40995 clauses out of 82069 with flag 5299843/893000
139.43/138.55	c cleaning 41977 clauses out of 84074 with flag 5571456/936000
147.03/146.19	c cleaning 43008 clauses out of 86097 with flag 5848211/980000
155.33/154.42	c cleaning 43992 clauses out of 88089 with flag 6128634/1025000
163.63/162.72	c cleaning 45040 clauses out of 90097 with flag 6415680/1071000
172.43/171.57	c cleaning 46002 clauses out of 92058 with flag 6710560/1118001
181.63/180.74	c cleaning 47013 clauses out of 94057 with flag 7014230/1166002
191.12/190.25	c cleaning 47995 clauses out of 96042 with flag 7322525/1215000
200.72/199.88	c cleaning 48993 clauses out of 98047 with flag 7638552/1265000
210.72/209.88	c cleaning 49990 clauses out of 100055 with flag 7960458/1316001
221.22/220.36	c cleaning 50994 clauses out of 102064 with flag 8288551/1368000
231.67/230.77	c cleaning 52016 clauses out of 104070 with flag 8619359/1421000
242.46/241.57	c cleaning 52976 clauses out of 106054 with flag 8957186/1475000
253.46/252.57	c cleaning 54032 clauses out of 108078 with flag 9295994/1530000
264.97/264.01	c cleaning 54978 clauses out of 110046 with flag 9637732/1586000
276.86/275.95	c cleaning 55997 clauses out of 112070 with flag 9986708/1643002
289.16/288.25	c cleaning 56980 clauses out of 114071 with flag 10343075/1701000
301.75/300.89	c cleaning 58012 clauses out of 116093 with flag 10709820/1760002
315.06/314.15	c cleaning 59011 clauses out of 118079 with flag 11084424/1820000
328.55/327.63	c cleaning 60034 clauses out of 120073 with flag 11461378/1881005
341.87/340.95	c cleaning 61001 clauses out of 122035 with flag 11848781/1943001
355.17/354.26	c cleaning 61975 clauses out of 124033 with flag 12243732/2006000
369.66/368.70	c cleaning 62994 clauses out of 126059 with flag 12643059/2070001
384.37/383.47	c cleaning 63958 clauses out of 128064 with flag 13045189/2135000
399.29/398.34	c cleaning 65018 clauses out of 130106 with flag 13449964/2201000
414.99/414.00	c cleaning 66029 clauses out of 132088 with flag 13858908/2268000
430.48/429.58	c cleaning 66980 clauses out of 134059 with flag 14282195/2336000
447.17/446.12	c cleaning 68031 clauses out of 136081 with flag 14706209/2405002
463.97/462.93	c cleaning 68996 clauses out of 138048 with flag 15133268/2475000
481.06/480.00	c cleaning 70001 clauses out of 140053 with flag 15574334/2546001
498.57/497.53	c cleaning 70997 clauses out of 142051 with flag 16023224/2618000
516.36/515.33	c cleaning 71972 clauses out of 144054 with flag 16473674/2691000
534.56/533.59	c cleaning 72965 clauses out of 146082 with flag 16930726/2765000
553.75/552.71	c cleaning 74028 clauses out of 148118 with flag 17394606/2840001
573.31/572.24	c cleaning 75033 clauses out of 150089 with flag 17857663/2916000
592.92/591.88	c cleaning 75987 clauses out of 152056 with flag 18331854/2993000
613.30/612.21	c cleaning 77029 clauses out of 154069 with flag 18808739/3071000
634.10/633.01	c cleaning 77977 clauses out of 156040 with flag 19293621/3150000
655.60/654.60	c cleaning 78994 clauses out of 158063 with flag 19784295/3230000
677.90/676.86	c cleaning 80016 clauses out of 160069 with flag 20283196/3311000
700.06/698.92	c cleaning 81018 clauses out of 162053 with flag 20781390/3393000
722.56/721.46	c cleaning 81987 clauses out of 164035 with flag 21286919/3476000
745.66/744.51	c cleaning 83007 clauses out of 166048 with flag 21798091/3560000
769.75/768.62	c cleaning 84009 clauses out of 168041 with flag 22318743/3645000
794.45/793.34	c cleaning 84997 clauses out of 170033 with flag 22844709/3731001
819.35/818.17	c cleaning 85995 clauses out of 172035 with flag 23376387/3818000
844.15/842.90	c cleaning 86996 clauses out of 174040 with flag 23912653/3906000
870.37/869.11	c cleaning 88000 clauses out of 176044 with flag 24456016/3995000
896.87/895.68	c cleaning 88995 clauses out of 178044 with flag 25004015/4085000
924.47/923.23	c cleaning 90003 clauses out of 180050 with flag 25557586/4176001
951.66/950.40	c cleaning 91006 clauses out of 182046 with flag 26119662/4268000
979.46/978.13	c cleaning 92004 clauses out of 184041 with flag 26688506/4361001
1007.97/1006.63	c cleaning 92997 clauses out of 186037 with flag 27258268/4455001
1037.97/1036.66	c cleaning 93975 clauses out of 188041 with flag 27836538/4550002
1068.16/1066.72	c cleaning 95019 clauses out of 190064 with flag 28424786/4646000
1098.96/1097.54	c cleaning 95999 clauses out of 192048 with flag 29008893/4743003
1129.86/1128.42	c cleaning 96982 clauses out of 194047 with flag 29604523/4841001
1161.36/1159.96	c cleaning 97986 clauses out of 196066 with flag 30202747/4940002
1193.34/1191.81	c cleaning 99008 clauses out of 198078 with flag 30810338/5040000
1226.23/1224.71	c cleaning 100010 clauses out of 200070 with flag 31423573/5141000
1260.23/1258.77	c cleaning 101005 clauses out of 202060 with flag 32047135/5243000
1294.13/1292.61	c cleaning 101989 clauses out of 204055 with flag 32672928/5346000
1328.82/1327.24	c cleaning 103015 clauses out of 206066 with flag 33300435/5450000
1364.91/1363.37	c cleaning 103962 clauses out of 208051 with flag 33932855/5555000
1401.62/1400.10	c cleaning 105036 clauses out of 210090 with flag 34578298/5661001
1438.73/1437.04	c cleaning 105992 clauses out of 212053 with flag 35226913/5768000
1476.54/1474.80	c cleaning 107001 clauses out of 214062 with flag 35883050/5876001
1515.35/1513.66	c cleaning 107998 clauses out of 216060 with flag 36542186/5985000
1554.55/1552.81	c cleaning 109020 clauses out of 218063 with flag 37206098/6095001
1594.23/1592.46	c cleaning 110005 clauses out of 220042 with flag 37878764/6206000
1634.94/1633.12	c cleaning 110949 clauses out of 222037 with flag 38554651/6318000
1676.75/1674.97	c cleaning 112034 clauses out of 224089 with flag 39235222/6431001
1719.08/1717.18	c cleaning 113016 clauses out of 226054 with flag 39924804/6545000
1761.88/1759.94	c cleaning 113958 clauses out of 228039 with flag 40616396/6660001
1800.08/1798.10	c starts		: 51048
1800.08/1798.10	c conflicts		: 6765458
1800.08/1798.10	c decisions		: 58560357
1800.08/1798.10	c propagations		: 887360793
1800.08/1798.10	c inspects		: 24891740518
1800.08/1798.10	c shortcuts		: 0
1800.08/1798.10	c learnt literals	: 2
1800.08/1798.10	c learnt binary clauses	: 51
1800.08/1798.10	c learnt ternary clauses	: 657
1800.08/1798.10	c learnt constraints	: 6765457
1800.08/1798.10	c ignored constraints	: 0
1800.08/1798.10	c root simplifications	: 0
1800.08/1798.10	c removed literals (reason simplification)	: 0
1800.08/1798.10	c reason swapping (by a shorter reason)	: 0
1800.08/1798.10	c Calls to reduceDB	: 111
1800.08/1798.10	c Number of update (reduction) of LBD	: 1461210
1800.08/1798.10	c Imported unit clauses	: 0
1800.08/1798.10	c number of reductions to clauses (during analyze)	: 0
1800.08/1798.10	c number of learned constraints concerned by reduction	: 0
1800.08/1798.10	c number of learning phase by resolution	: 0
1800.08/1798.10	c number of learning phase by cutting planes	: 0
1800.08/1798.10	c speed (assignments/second)	: 493616.08000115707
1800.08/1798.10	c non guided choices	28638
1800.08/1798.10	c timeout
1800.08/1798.13	c learnt constraints type 
1800.08/1798.13	c org.sat4j.minisat.constraints.cnf.LearntBinaryClause => 51
1800.08/1798.13	c org.sat4j.minisat.constraints.cnf.LearntWLClause => 219488
1800.08/1798.13	s UNKNOWN
1800.08/1798.13	c Total wall clock time (in seconds): 1798.016

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

pid=22654
running on 4 cores: 1,3,5,7

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.24 2.25 2.19 3/194 22657
/proc/meminfo: memFree=29984712/32872528 swapFree=1643088/1798432
[pid=22657] ppid=22654 vsize=2500 CPUtime=0 cores=1,3,5,7
/proc/22657/stat : 22657 (java) D 22654 22657 19053 0 -1 4202496 375 0 0 0 0 0 0 0 20 0 1 0 30361035 2560000 46 33554432000 1073741824 1073778376 140734903614832 140734903611960 260181159207 0 0 4096 0 18446744072100556068 0 0 17 5 0 0 0 0 0
/proc/22657/statm: 625 46 37 9 0 29 0

[startup+0.100059 s]
/proc/loadavg: 2.24 2.25 2.19 3/194 22657
/proc/meminfo: memFree=29984712/32872528 swapFree=1643088/1798432
[pid=22657] ppid=22654 vsize=9558476 CPUtime=0.09 cores=1,3,5,7
/proc/22657/stat : 22657 (java) S 22654 22657 19053 0 -1 4202496 4401 0 1 0 8 1 0 0 20 0 18 0 30361035 9787879424 6037 33554432000 1073741824 1073778376 140734903614832 140734903605968 260193681469 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/22657/statm: 2389619 6037 2125 9 0 2380296 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 9558476

[startup+0.200225 s]
/proc/loadavg: 2.24 2.25 2.19 3/194 22657
/proc/meminfo: memFree=29984712/32872528 swapFree=1643088/1798432
[pid=22657] ppid=22654 vsize=9558476 CPUtime=0.25 cores=1,3,5,7
/proc/22657/stat : 22657 (java) S 22654 22657 19053 0 -1 4202496 4872 0 1 0 24 1 0 0 20 0 18 0 30361035 9787879424 6943 33554432000 1073741824 1073778376 140734903614832 140734903605968 260193681469 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/22657/statm: 2389619 6944 2215 9 0 2380296 0
Current children cumulated CPU time (s) 0.25
Current children cumulated vsize (KiB) 9558476

[startup+0.300247 s]
/proc/loadavg: 2.24 2.25 2.19 3/194 22657
/proc/meminfo: memFree=29984712/32872528 swapFree=1643088/1798432
[pid=22657] ppid=22654 vsize=9558476 CPUtime=0.49 cores=1,3,5,7
/proc/22657/stat : 22657 (java) S 22654 22657 19053 0 -1 4202496 5812 0 1 0 47 2 0 0 20 0 18 0 30361035 9787879424 8998 33554432000 1073741824 1073778376 140734903614832 140734903605968 260193681469 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/22657/statm: 2389619 8998 2233 9 0 2380296 0
Current children cumulated CPU time (s) 0.49
Current children cumulated vsize (KiB) 9558476

[startup+0.70019 s]
/proc/loadavg: 2.24 2.25 2.19 3/194 22657
/proc/meminfo: memFree=29984712/32872528 swapFree=1643088/1798432
[pid=22657] ppid=22654 vsize=9625040 CPUtime=1.4 cores=1,3,5,7
/proc/22657/stat : 22657 (java) S 22654 22657 19053 0 -1 4202496 10480 0 1 0 137 3 0 0 20 0 19 0 30361035 9856040960 17042 33554432000 1073741824 1073778376 140734903614832 140734903605968 260193681469 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/22657/statm: 2406260 17042 2261 9 0 2396937 0
Current children cumulated CPU time (s) 1.4
Current children cumulated vsize (KiB) 9625040

[startup+1.5008 s]
/proc/loadavg: 2.22 2.25 2.19 5/213 22676
/proc/meminfo: memFree=29922912/32872528 swapFree=1643088/1798432
[pid=22657] ppid=22654 vsize=9625040 CPUtime=2.29 cores=1,3,5,7
/proc/22657/stat : 22657 (java) S 22654 22657 19053 0 -1 4202496 10873 0 1 0 226 3 0 0 20 0 19 0 30361035 9856040960 17611 33554432000 1073741824 1073778376 140734903614832 140734903605968 260193681469 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/22657/statm: 2406260 17611 2270 9 0 2396937 0
[pid=22657/tid=22659] ppid=22654 vsize=9625040 CPUtime=1.46 cores=1,3,5,7
/proc/22657/task/22659/stat : 22659 (java) R 22654 22657 19053 0 -1 4202560 2439 0 1 0 144 2 0 0 20 0 19 0 30361036 9856040960 17611 33554432000 1073741824 1073778376 140734903614832 139727875825944 139727718679464 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0
[pid=22657/tid=22660] ppid=22654 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/22657/task/22660/stat : 22660 (java) S 22654 22657 19053 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 30361037 9856040960 17611 33554432000 1073741824 1073778376 140734903614832 139727837318056 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=22657/tid=22661] ppid=22654 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/22657/task/22661/stat : 22661 (java) S 22654 22657 19053 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 30361037 9856040960 17611 33554432000 1073741824 1073778376 140734903614832 139727718050856 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=22657/tid=22662] ppid=22654 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/22657/task/22662/stat : 22662 (java) S 22654 22657 19053 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 30361037 9856040960 17611 33554432000 1073741824 1073778376 140734903614832 139727716997800 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=22657/tid=22663] ppid=22654 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/22657/task/22663/stat : 22663 (java) S 22654 22657 19053 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 30361037 9856040960 17611 33554432000 1073741824 1073778376 140734903614832 139727715945256 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=22657/tid=22664] ppid=22654 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/22657/task/22664/stat : 22664 (java) S 22654 22657 19053 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 30361037 9856040960 17611 33554432000 1073741824 1073778376 140734903614832 139727714892200 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=22657/tid=22665] ppid=22654 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/22657/task/22665/stat : 22665 (java) S 22654 22657 19053 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 30361037 9856040960 17611 33554432000 1073741824 1073778376 140734903614832 139727713839656 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=22657/tid=22666] ppid=22654 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/22657/task/22666/stat : 22666 (java) S 22654 22657 19053 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 30361037 9856040960 17611 33554432000 1073741824 1073778376 140734903614832 139727712786600 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=22657/tid=22667] ppid=22654 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/22657/task/22667/stat : 22667 (java) S 22654 22657 19053 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 30361037 9856040960 17611 33554432000 1073741824 1073778376 140734903614832 139727711734056 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=22657/tid=22668] ppid=22654 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/22657/task/22668/stat : 22668 (java) S 22654 22657 19053 0 -1 4202560 5 0 0 0 0 0 0 0 20 0 19 0 30361038 9856040960 17611 33554432000 1073741824 1073778376 140734903614832 139727229406056 260193695657 0 0 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=22657/tid=22669] ppid=22654 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/22657/task/22669/stat : 22669 (java) S 22654 22657 19053 0 -1 4202560 16 0 0 0 0 0 0 0 20 0 19 0 30361038 9856040960 17611 33554432000 1073741824 1073778376 140734903614832 139727228352376 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=22657/tid=22670] ppid=22654 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/22657/task/22670/stat : 22670 (java) S 22654 22657 19053 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 30361038 9856040960 17611 33554432000 1073741824 1073778376 140734903614832 139727227299208 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=22657/tid=22671] ppid=22654 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/22657/task/22671/stat : 22671 (java) S 22654 22657 19053 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 30361041 9856040960 17611 33554432000 1073741824 1073778376 140734903614832 139727226247952 260193703712 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=22657/tid=22672] ppid=22654 vsize=9625040 CPUtime=0.45 cores=1,3,5,7
/proc/22657/task/22672/stat : 22672 (java) S 22654 22657 19053 0 -1 4202560 4526 0 0 0 45 0 0 0 20 0 19 0 30361041 9856040960 17611 33554432000 1073741824 1073778376 140734903614832 139727225194808 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=22657/tid=22673] ppid=22654 vsize=9625040 CPUtime=0.36 cores=1,3,5,7
/proc/22657/task/22673/stat : 22673 (java) S 22654 22657 19053 0 -1 4202560 2631 0 0 0 36 0 0 0 20 0 19 0 30361041 9856040960 17611 33554432000 1073741824 1073778376 140734903614832 139727224142264 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=22657/tid=22674] ppid=22654 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/22657/task/22674/stat : 22674 (java) S 22654 22657 19053 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 30361041 9856040960 17611 33554432000 1073741824 1073778376 140734903614832 139727223089400 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=22657/tid=22675] ppid=22654 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/22657/task/22675/stat : 22675 (java) S 22654 22657 19053 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 30361041 9856040960 17611 33554432000 1073741824 1073778376 140734903614832 139727222037064 260193695657 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=22657/tid=22676] ppid=22654 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/22657/task/22676/stat : 22676 (java) S 22654 22657 19053 0 -1 4202560 12 0 0 0 0 0 0 0 20 0 19 0 30361078 9856040960 17611 33554432000 1073741824 1073778376 140734903614832 139727220983336 260193695657 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
Current children cumulated CPU time (s) 2.29
Current children cumulated vsize (KiB) 9625040

[startup+3.10077 s]
/proc/loadavg: 2.22 2.25 2.19 3/213 22676
/proc/meminfo: memFree=29919996/32872528 swapFree=1643088/1798432
[pid=22657] ppid=22654 vsize=9625040 CPUtime=3.93 cores=1,3,5,7
/proc/22657/stat : 22657 (java) S 22654 22657 19053 0 -1 4202496 10876 0 1 0 389 4 0 0 20 0 19 0 30361035 9856040960 18635 33554432000 1073741824 1073778376 140734903614832 140734903605968 260193681469 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/22657/statm: 2406260 18635 2270 9 0 2396937 0
[pid=22657/tid=22659] ppid=22654 vsize=9625040 CPUtime=3.05 cores=1,3,5,7
/proc/22657/task/22659/stat : 22659 (java) R 22654 22657 19053 0 -1 4202560 2442 0 1 0 303 2 0 0 20 0 19 0 30361036 9856040960 18635 33554432000 1073741824 1073778376 140734903614832 139727875817168 139727718630533 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0
[pid=22657/tid=22660] ppid=22654 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/22657/task/22660/stat : 22660 (java) S 22654 22657 19053 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 30361037 9856040960 18635 33554432000 1073741824 1073778376 140734903614832 139727837318056 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=22657/tid=22661] ppid=22654 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/22657/task/22661/stat : 22661 (java) S 22654 22657 19053 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 30361037 9856040960 18635 33554432000 1073741824 1073778376 140734903614832 139727718050856 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=22657/tid=22662] ppid=22654 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/22657/task/22662/stat : 22662 (java) S 22654 22657 19053 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 30361037 9856040960 18635 33554432000 1073741824 1073778376 140734903614832 139727716997800 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=22657/tid=22663] ppid=22654 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/22657/task/22663/stat : 22663 (java) S 22654 22657 19053 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 30361037 9856040960 18635 33554432000 1073741824 1073778376 140734903614832 139727715945256 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=22657/tid=22664] ppid=22654 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/22657/task/22664/stat : 22664 (java) S 22654 22657 19053 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 30361037 9856040960 18635 33554432000 1073741824 1073778376 140734903614832 139727714892200 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=22657/tid=22665] ppid=22654 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/22657/task/22665/stat : 22665 (java) S 22654 22657 19053 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 30361037 9856040960 18635 33554432000 1073741824 1073778376 140734903614832 139727713839656 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=22657/tid=22666] ppid=22654 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/22657/task/22666/stat : 22666 (java) S 22654 22657 19053 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 30361037 9856040960 18635 33554432000 1073741824 1073778376 140734903614832 139727712786600 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=22657/tid=22667] ppid=22654 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/22657/task/22667/stat : 22667 (java) S 22654 22657 19053 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 30361037 9856040960 18635 33554432000 1073741824 1073778376 140734903614832 139727711734056 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=22657/tid=22668] ppid=22654 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/22657/task/22668/stat : 22668 (java) S 22654 22657 19053 0 -1 4202560 5 0 0 0 0 0 0 0 20 0 19 0 30361038 9856040960 18635 33554432000 1073741824 1073778376 140734903614832 139727229406056 260193695657 0 0 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=22657/tid=22669] ppid=22654 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/22657/task/22669/stat : 22669 (java) S 22654 22657 19053 0 -1 4202560 16 0 0 0 0 0 0 0 20 0 19 0 30361038 9856040960 18635 33554432000 1073741824 1073778376 140734903614832 139727228352376 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=22657/tid=22670] ppid=22654 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/22657/task/22670/stat : 22670 (java) S 22654 22657 19053 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 30361038 9856040960 18635 33554432000 1073741824 1073778376 140734903614832 139727227299208 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=22657/tid=22671] ppid=22654 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/22657/task/22671/stat : 22671 (java) S 22654 22657 19053 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 30361041 9856040960 18635 33554432000 1073741824 1073778376 140734903614832 139727226247952 260193703712 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=22657/tid=22672] ppid=22654 vsize=9625040 CPUtime=0.46 cores=1,3,5,7
/proc/22657/task/22672/stat : 22672 (java) S 22654 22657 19053 0 -1 4202560 4526 0 0 0 46 0 0 0 20 0 19 0 30361041 9856040960 18635 33554432000 1073741824 1073778376 140734903614832 139727225194808 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=22657/tid=22673] ppid=22654 vsize=9625040 CPUtime=0.38 cores=1,3,5,7
/proc/22657/task/22673/stat : 22673 (java) S 22654 22657 19053 0 -1 4202560 2631 0 0 0 38 0 0 0 20 0 19 0 30361041 9856040960 18635 33554432000 1073741824 1073778376 140734903614832 139727224142264 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=22657/tid=22674] ppid=22654 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/22657/task/22674/stat : 22674 (java) S 22654 22657 19053 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 30361041 9856040960 18635 33554432000 1073741824 1073778376 140734903614832 139727223089400 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=22657/tid=22675] ppid=22654 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/22657/task/22675/stat : 22675 (java) S 22654 22657 19053 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 30361041 9856040960 18635 33554432000 1073741824 1073778376 140734903614832 139727222037064 260193695657 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=22657/tid=22676] ppid=22654 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/22657/task/22676/stat : 22676 (java) S 22654 22657 19053 0 -1 4202560 12 0 0 0 0 0 0 0 20 0 19 0 30361078 9856040960 18635 33554432000 1073741824 1073778376 140734903614832 139727220983336 260193695657 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
Current children cumulated CPU time (s) 3.93
Current children cumulated vsize (KiB) 9625040

[startup+6.30086 s]
/proc/loadavg: 2.21 2.25 2.19 3/213 22676
/proc/meminfo: memFree=29912944/32872528 swapFree=1643088/1798432
[pid=22657] ppid=22654 vsize=9625040 CPUtime=7.14 cores=1,3,5,7
/proc/22657/stat : 22657 (java) S 22654 22657 19053 0 -1 4202496 10914 0 1 0 710 4 0 0 20 0 19 0 30361035 9856040960 20311 33554432000 1073741824 1073778376 140734903614832 140734903605968 260193681469 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/22657/statm: 2406260 20311 2271 9 0 2396937 0
[pid=22657/tid=22659] ppid=22654 vsize=9625040 CPUtime=6.24 cores=1,3,5,7
/proc/22657/task/22659/stat : 22659 (java) R 22654 22657 19053 0 -1 4202560 2447 0 1 0 622 2 0 0 20 0 19 0 30361036 9856040960 20311 33554432000 1073741824 1073778376 140734903614832 139727875826088 139727718748746 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0
[pid=22657/tid=22660] ppid=22654 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/22657/task/22660/stat : 22660 (java) S 22654 22657 19053 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 30361037 9856040960 20311 33554432000 1073741824 1073778376 140734903614832 139727837318056 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=22657/tid=22661] ppid=22654 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/22657/task/22661/stat : 22661 (java) S 22654 22657 19053 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 30361037 9856040960 20311 33554432000 1073741824 1073778376 140734903614832 139727718050856 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=22657/tid=22662] ppid=22654 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/22657/task/22662/stat : 22662 (java) S 22654 22657 19053 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 30361037 9856040960 20311 33554432000 1073741824 1073778376 140734903614832 139727716997800 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=22657/tid=22663] ppid=22654 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/22657/task/22663/stat : 22663 (java) S 22654 22657 19053 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 30361037 9856040960 20311 33554432000 1073741824 1073778376 140734903614832 139727715945256 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=22657/tid=22664] ppid=22654 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/22657/task/22664/stat : 22664 (java) S 22654 22657 19053 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 30361037 9856040960 20311 33554432000 1073741824 1073778376 140734903614832 139727714892200 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=22657/tid=22665] ppid=22654 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/22657/task/22665/stat : 22665 (java) S 22654 22657 19053 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 30361037 9856040960 20311 33554432000 1073741824 1073778376 140734903614832 139727713839656 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=22657/tid=22666] ppid=22654 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/22657/task/22666/stat : 22666 (java) S 22654 22657 19053 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 30361037 9856040960 20311 33554432000 1073741824 1073778376 140734903614832 139727712786600 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=22657/tid=22667] ppid=22654 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/22657/task/22667/stat : 22667 (java) S 22654 22657 19053 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 30361037 9856040960 20311 33554432000 1073741824 1073778376 140734903614832 139727711734056 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=22657/tid=22668] ppid=22654 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/22657/task/22668/stat : 22668 (java) S 22654 22657 19053 0 -1 4202560 5 0 0 0 0 0 0 0 20 0 19 0 30361038 9856040960 20311 33554432000 1073741824 1073778376 140734903614832 139727229406056 260193695657 0 0 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=22657/tid=22669] ppid=22654 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/22657/task/22669/stat : 22669 (java) S 22654 22657 19053 0 -1 4202560 16 0 0 0 0 0 0 0 20 0 19 0 30361038 9856040960 20311 33554432000 1073741824 1073778376 140734903614832 139727228352376 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=22657/tid=22670] ppid=22654 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/22657/task/22670/stat : 22670 (java) S 22654 22657 19053 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 30361038 9856040960 20311 33554432000 1073741824 1073778376 140734903614832 139727227299208 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=22657/tid=22671] ppid=22654 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/22657/task/22671/stat : 22671 (java) S 22654 22657 19053 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 30361041 9856040960 20311 33554432000 1073741824 1073778376 140734903614832 139727226247952 260193703712 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=22657/tid=22672] ppid=22654 vsize=9625040 CPUtime=0.47 cores=1,3,5,7
/proc/22657/task/22672/stat : 22672 (java) S 22654 22657 19053 0 -1 4202560 4526 0 0 0 47 0 0 0 20 0 19 0 30361041 9856040960 20311 33554432000 1073741824 1073778376 140734903614832 139727225194808 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=22657/tid=22673] ppid=22654 vsize=9625040 CPUtime=0.39 cores=1,3,5,7
/proc/22657/task/22673/stat : 22673 (java) S 22654 22657 19053 0 -1 4202560 2663 0 0 0 39 0 0 0 20 0 19 0 30361041 9856040960 20311 33554432000 1073741824 1073778376 140734903614832 139727224142264 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=22657/tid=22674] ppid=22654 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/22657/task/22674/stat : 22674 (java) S 22654 22657 19053 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 30361041 9856040960 20311 33554432000 1073741824 1073778376 140734903614832 139727223089400 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=22657/tid=22675] ppid=22654 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/22657/task/22675/stat : 22675 (java) S 22654 22657 19053 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 19 0 30361041 9856040960 20311 33554432000 1073741824 1073778376 140734903614832 139727222037064 260193695657 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=22657/tid=22676] ppid=22654 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/22657/task/22676/stat : 22676 (java) S 22654 22657 19053 0 -1 4202560 12 0 0 0 0 0 0 0 20 0 19 0 30361078 9856040960 20311 33554432000 1073741824 1073778376 140734903614832 139727220983336 260193695657 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
Current children cumulated CPU time (s) 7.14
Current children cumulated vsize (KiB) 9625040


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

[pid=22657/tid=22669] ppid=22654 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/22657/task/22669/stat : 22669 (java) S 22654 22657 19053 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 30361038 9856040960 90486 33554432000 1073741824 1073778376 140734903614832 139727228352376 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=22657/tid=22670] ppid=22654 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/22657/task/22670/stat : 22670 (java) S 22654 22657 19053 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 30361038 9856040960 90486 33554432000 1073741824 1073778376 140734903614832 139727227299208 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=22657/tid=22671] ppid=22654 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/22657/task/22671/stat : 22671 (java) S 22654 22657 19053 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 30361041 9856040960 90486 33554432000 1073741824 1073778376 140734903614832 139727226247952 260193703712 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=22657/tid=22672] ppid=22654 vsize=9625040 CPUtime=0.51 cores=1,3,5,7
/proc/22657/task/22672/stat : 22672 (java) S 22654 22657 19053 0 -1 4202560 4539 0 0 0 51 0 0 0 20 0 19 0 30361041 9856040960 90486 33554432000 1073741824 1073778376 140734903614832 139727225194808 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=22657/tid=22673] ppid=22654 vsize=9625040 CPUtime=0.39 cores=1,3,5,7
/proc/22657/task/22673/stat : 22673 (java) S 22654 22657 19053 0 -1 4202560 2663 0 0 0 39 0 0 0 20 0 19 0 30361041 9856040960 90486 33554432000 1073741824 1073778376 140734903614832 139727224142264 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=22657/tid=22674] ppid=22654 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/22657/task/22674/stat : 22674 (java) S 22654 22657 19053 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 30361041 9856040960 90486 33554432000 1073741824 1073778376 140734903614832 139727223089400 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=22657/tid=22675] ppid=22654 vsize=9625040 CPUtime=0.63 cores=1,3,5,7
/proc/22657/task/22675/stat : 22675 (java) S 22654 22657 19053 0 -1 4202560 100 0 0 0 29 34 0 0 20 0 19 0 30361041 9856040960 90486 33554432000 1073741824 1073778376 140734903614832 139727222037064 260193695657 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=22657/tid=22676] ppid=22654 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/22657/task/22676/stat : 22676 (java) S 22654 22657 19053 0 -1 4202560 12 0 0 0 0 0 0 0 20 0 19 0 30361078 9856040960 90486 33554432000 1073741824 1073778376 140734903614832 139727220983336 260193695657 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
Current children cumulated CPU time (s) 1724.27
Current children cumulated vsize (KiB) 9625040

[startup+1782.3 s]
/proc/loadavg: 2.24 2.26 2.20 3/213 22809
/proc/meminfo: memFree=29642032/32872528 swapFree=1643088/1798432
[pid=22657] ppid=22654 vsize=9625040 CPUtime=1784.28 cores=1,3,5,7
/proc/22657/stat : 22657 (java) S 22654 22657 19053 0 -1 4202496 12334 0 1 0 178367 61 0 0 20 0 19 0 30361035 9856040960 90486 33554432000 1073741824 1073778376 140734903614832 140734903605968 260193681469 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/22657/statm: 2406260 90486 2285 9 0 2396937 0
[pid=22657/tid=22659] ppid=22654 vsize=9625040 CPUtime=1781.47 cores=1,3,5,7
/proc/22657/task/22659/stat : 22659 (java) R 22654 22657 19053 0 -1 4202560 2504 0 1 0 178114 33 0 0 20 0 19 0 30361036 9856040960 90486 33554432000 1073741824 1073778376 140734903614832 139727875817248 139727718770680 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0
[pid=22657/tid=22660] ppid=22654 vsize=9625040 CPUtime=0.2 cores=1,3,5,7
/proc/22657/task/22660/stat : 22660 (java) S 22654 22657 19053 0 -1 4202560 136 0 0 0 17 3 0 0 20 0 19 0 30361037 9856040960 90486 33554432000 1073741824 1073778376 140734903614832 139727837318056 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=22657/tid=22661] ppid=22654 vsize=9625040 CPUtime=0.18 cores=1,3,5,7
/proc/22657/task/22661/stat : 22661 (java) S 22654 22657 19053 0 -1 4202560 65 0 0 0 16 2 0 0 20 0 19 0 30361037 9856040960 90486 33554432000 1073741824 1073778376 140734903614832 139727718050856 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=22657/tid=22662] ppid=22654 vsize=9625040 CPUtime=0.16 cores=1,3,5,7
/proc/22657/task/22662/stat : 22662 (java) S 22654 22657 19053 0 -1 4202560 53 0 0 0 14 2 0 0 20 0 19 0 30361037 9856040960 90486 33554432000 1073741824 1073778376 140734903614832 139727716997800 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=22657/tid=22663] ppid=22654 vsize=9625040 CPUtime=0.18 cores=1,3,5,7
/proc/22657/task/22663/stat : 22663 (java) S 22654 22657 19053 0 -1 4202560 229 0 0 0 15 3 0 0 20 0 19 0 30361037 9856040960 90486 33554432000 1073741824 1073778376 140734903614832 139727715945256 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=22657/tid=22664] ppid=22654 vsize=9625040 CPUtime=0.22 cores=1,3,5,7
/proc/22657/task/22664/stat : 22664 (java) S 22654 22657 19053 0 -1 4202560 197 0 0 0 18 4 0 0 20 0 19 0 30361037 9856040960 90486 33554432000 1073741824 1073778376 140734903614832 139727714892200 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=22657/tid=22665] ppid=22654 vsize=9625040 CPUtime=0.21 cores=1,3,5,7
/proc/22657/task/22665/stat : 22665 (java) S 22654 22657 19053 0 -1 4202560 101 0 0 0 18 3 0 0 20 0 19 0 30361037 9856040960 90486 33554432000 1073741824 1073778376 140734903614832 139727713839656 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=22657/tid=22666] ppid=22654 vsize=9625040 CPUtime=0.16 cores=1,3,5,7
/proc/22657/task/22666/stat : 22666 (java) S 22654 22657 19053 0 -1 4202560 308 0 0 0 13 3 0 0 20 0 19 0 30361037 9856040960 90486 33554432000 1073741824 1073778376 140734903614832 139727712786600 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=22657/tid=22667] ppid=22654 vsize=9625040 CPUtime=0.18 cores=1,3,5,7
/proc/22657/task/22667/stat : 22667 (java) S 22654 22657 19053 0 -1 4202560 115 0 0 0 15 3 0 0 20 0 19 0 30361037 9856040960 90486 33554432000 1073741824 1073778376 140734903614832 139727711734056 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=22657/tid=22668] ppid=22654 vsize=9625040 CPUtime=0.03 cores=1,3,5,7
/proc/22657/task/22668/stat : 22668 (java) S 22654 22657 19053 0 -1 4202560 57 0 0 0 0 3 0 0 20 0 19 0 30361038 9856040960 90486 33554432000 1073741824 1073778376 140734903614832 139727229406056 260193695657 0 0 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=22657/tid=22669] ppid=22654 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/22657/task/22669/stat : 22669 (java) S 22654 22657 19053 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 30361038 9856040960 90486 33554432000 1073741824 1073778376 140734903614832 139727228352376 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=22657/tid=22670] ppid=22654 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/22657/task/22670/stat : 22670 (java) S 22654 22657 19053 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 30361038 9856040960 90486 33554432000 1073741824 1073778376 140734903614832 139727227299208 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=22657/tid=22671] ppid=22654 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/22657/task/22671/stat : 22671 (java) S 22654 22657 19053 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 30361041 9856040960 90486 33554432000 1073741824 1073778376 140734903614832 139727226247952 260193703712 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=22657/tid=22672] ppid=22654 vsize=9625040 CPUtime=0.51 cores=1,3,5,7
/proc/22657/task/22672/stat : 22672 (java) S 22654 22657 19053 0 -1 4202560 4539 0 0 0 51 0 0 0 20 0 19 0 30361041 9856040960 90486 33554432000 1073741824 1073778376 140734903614832 139727225194808 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=22657/tid=22673] ppid=22654 vsize=9625040 CPUtime=0.39 cores=1,3,5,7
/proc/22657/task/22673/stat : 22673 (java) S 22654 22657 19053 0 -1 4202560 2663 0 0 0 39 0 0 0 20 0 19 0 30361041 9856040960 90486 33554432000 1073741824 1073778376 140734903614832 139727224142264 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=22657/tid=22674] ppid=22654 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/22657/task/22674/stat : 22674 (java) S 22654 22657 19053 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 30361041 9856040960 90486 33554432000 1073741824 1073778376 140734903614832 139727223089400 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=22657/tid=22675] ppid=22654 vsize=9625040 CPUtime=0.65 cores=1,3,5,7
/proc/22657/task/22675/stat : 22675 (java) S 22654 22657 19053 0 -1 4202560 104 0 0 0 30 35 0 0 20 0 19 0 30361041 9856040960 90486 33554432000 1073741824 1073778376 140734903614832 139727222037064 260193695657 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=22657/tid=22676] ppid=22654 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/22657/task/22676/stat : 22676 (java) S 22654 22657 19053 0 -1 4202560 12 0 0 0 0 0 0 0 20 0 19 0 30361078 9856040960 90486 33554432000 1073741824 1073778376 140734903614832 139727220983336 260193695657 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
Current children cumulated CPU time (s) 1784.28
Current children cumulated vsize (KiB) 9625040



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1798.1 s]
/proc/loadavg: 2.34 2.28 2.21 4/213 22809
/proc/meminfo: memFree=29642492/32872528 swapFree=1643088/1798432
[pid=22657] ppid=22654 vsize=9625040 CPUtime=1800.08 cores=1,3,5,7
/proc/22657/stat : 22657 (java) S 22654 22657 19053 0 -1 4202496 12334 0 1 0 179947 61 0 0 20 0 19 0 30361035 9856040960 90486 33554432000 1073741824 1073778376 140734903614832 140734903605968 260193681469 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/22657/statm: 2406260 90486 2285 9 0 2396937 0
[pid=22657/tid=22659] ppid=22654 vsize=9625040 CPUtime=1797.27 cores=1,3,5,7
/proc/22657/task/22659/stat : 22659 (java) R 22654 22657 19053 0 -1 4202560 2504 0 1 0 179694 33 0 0 20 0 19 0 30361036 9856040960 90486 33554432000 1073741824 1073778376 140734903614832 139727875817248 139727718748746 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0
[pid=22657/tid=22660] ppid=22654 vsize=9625040 CPUtime=0.2 cores=1,3,5,7
/proc/22657/task/22660/stat : 22660 (java) S 22654 22657 19053 0 -1 4202560 136 0 0 0 17 3 0 0 20 0 19 0 30361037 9856040960 90486 33554432000 1073741824 1073778376 140734903614832 139727837318056 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=22657/tid=22661] ppid=22654 vsize=9625040 CPUtime=0.18 cores=1,3,5,7
/proc/22657/task/22661/stat : 22661 (java) S 22654 22657 19053 0 -1 4202560 65 0 0 0 16 2 0 0 20 0 19 0 30361037 9856040960 90486 33554432000 1073741824 1073778376 140734903614832 139727718050856 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=22657/tid=22662] ppid=22654 vsize=9625040 CPUtime=0.16 cores=1,3,5,7
/proc/22657/task/22662/stat : 22662 (java) S 22654 22657 19053 0 -1 4202560 53 0 0 0 14 2 0 0 20 0 19 0 30361037 9856040960 90486 33554432000 1073741824 1073778376 140734903614832 139727716997800 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=22657/tid=22663] ppid=22654 vsize=9625040 CPUtime=0.18 cores=1,3,5,7
/proc/22657/task/22663/stat : 22663 (java) S 22654 22657 19053 0 -1 4202560 229 0 0 0 15 3 0 0 20 0 19 0 30361037 9856040960 90486 33554432000 1073741824 1073778376 140734903614832 139727715945256 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=22657/tid=22664] ppid=22654 vsize=9625040 CPUtime=0.22 cores=1,3,5,7
/proc/22657/task/22664/stat : 22664 (java) S 22654 22657 19053 0 -1 4202560 197 0 0 0 18 4 0 0 20 0 19 0 30361037 9856040960 90486 33554432000 1073741824 1073778376 140734903614832 139727714892200 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=22657/tid=22665] ppid=22654 vsize=9625040 CPUtime=0.21 cores=1,3,5,7
/proc/22657/task/22665/stat : 22665 (java) S 22654 22657 19053 0 -1 4202560 101 0 0 0 18 3 0 0 20 0 19 0 30361037 9856040960 90486 33554432000 1073741824 1073778376 140734903614832 139727713839656 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=22657/tid=22666] ppid=22654 vsize=9625040 CPUtime=0.16 cores=1,3,5,7
/proc/22657/task/22666/stat : 22666 (java) S 22654 22657 19053 0 -1 4202560 308 0 0 0 13 3 0 0 20 0 19 0 30361037 9856040960 90486 33554432000 1073741824 1073778376 140734903614832 139727712786600 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=22657/tid=22667] ppid=22654 vsize=9625040 CPUtime=0.18 cores=1,3,5,7
/proc/22657/task/22667/stat : 22667 (java) S 22654 22657 19053 0 -1 4202560 115 0 0 0 15 3 0 0 20 0 19 0 30361037 9856040960 90486 33554432000 1073741824 1073778376 140734903614832 139727711734056 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=22657/tid=22668] ppid=22654 vsize=9625040 CPUtime=0.03 cores=1,3,5,7
/proc/22657/task/22668/stat : 22668 (java) S 22654 22657 19053 0 -1 4202560 57 0 0 0 0 3 0 0 20 0 19 0 30361038 9856040960 90486 33554432000 1073741824 1073778376 140734903614832 139727229406056 260193695657 0 0 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=22657/tid=22669] ppid=22654 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/22657/task/22669/stat : 22669 (java) S 22654 22657 19053 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 30361038 9856040960 90486 33554432000 1073741824 1073778376 140734903614832 139727228352376 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=22657/tid=22670] ppid=22654 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/22657/task/22670/stat : 22670 (java) S 22654 22657 19053 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 30361038 9856040960 90486 33554432000 1073741824 1073778376 140734903614832 139727227299208 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=22657/tid=22671] ppid=22654 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/22657/task/22671/stat : 22671 (java) S 22654 22657 19053 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 30361041 9856040960 90486 33554432000 1073741824 1073778376 140734903614832 139727226247952 260193703712 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=22657/tid=22672] ppid=22654 vsize=9625040 CPUtime=0.51 cores=1,3,5,7
/proc/22657/task/22672/stat : 22672 (java) S 22654 22657 19053 0 -1 4202560 4539 0 0 0 51 0 0 0 20 0 19 0 30361041 9856040960 90486 33554432000 1073741824 1073778376 140734903614832 139727225194808 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=22657/tid=22673] ppid=22654 vsize=9625040 CPUtime=0.39 cores=1,3,5,7
/proc/22657/task/22673/stat : 22673 (java) S 22654 22657 19053 0 -1 4202560 2663 0 0 0 39 0 0 0 20 0 19 0 30361041 9856040960 90486 33554432000 1073741824 1073778376 140734903614832 139727224142264 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=22657/tid=22674] ppid=22654 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/22657/task/22674/stat : 22674 (java) S 22654 22657 19053 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 30361041 9856040960 90486 33554432000 1073741824 1073778376 140734903614832 139727223089400 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=22657/tid=22675] ppid=22654 vsize=9625040 CPUtime=0.67 cores=1,3,5,7
/proc/22657/task/22675/stat : 22675 (java) S 22654 22657 19053 0 -1 4202560 104 0 0 0 31 36 0 0 20 0 19 0 30361041 9856040960 90486 33554432000 1073741824 1073778376 140734903614832 139727222037064 260193695657 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=22657/tid=22676] ppid=22654 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/22657/task/22676/stat : 22676 (java) S 22654 22657 19053 0 -1 4202560 12 0 0 0 0 0 0 0 20 0 19 0 30361078 9856040960 90486 33554432000 1073741824 1073778376 140734903614832 139727220983336 260193695657 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
Current children cumulated CPU time (s) 1800.08
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 22657 sig 9
??? end of watcher thread
Dumping a history of the last processes samples

[startup+1798.1 s]
/proc/loadavg: 2.34 2.28 2.21 4/213 22809
/proc/meminfo: memFree=29642492/32872528 swapFree=1643088/1798432
[pid=22657] ppid=22654 vsize=9625040 CPUtime=1800.08 cores=1,3,5,7
/proc/22657/stat : 22657 (java) S 22654 22657 19053 0 -1 4202496 12334 0 1 0 179947 61 0 0 20 0 19 0 30361035 9856040960 90486 33554432000 1073741824 1073778376 140734903614832 140734903605968 260193681469 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/22657/statm: 2406260 90486 2285 9 0 2396937 0
[pid=22657/tid=22659] ppid=22654 vsize=9625040 CPUtime=1797.27 cores=1,3,5,7
/proc/22657/task/22659/stat : 22659 (java) R 22654 22657 19053 0 -1 4202560 2504 0 1 0 179694 33 0 0 20 0 19 0 30361036 9856040960 90486 33554432000 1073741824 1073778376 140734903614832 139727875817248 139727718748746 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0
[pid=22657/tid=22660] ppid=22654 vsize=9625040 CPUtime=0.2 cores=1,3,5,7
/proc/22657/task/22660/stat : 22660 (java) S 22654 22657 19053 0 -1 4202560 136 0 0 0 17 3 0 0 20 0 19 0 30361037 9856040960 90486 33554432000 1073741824 1073778376 140734903614832 139727837318056 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=22657/tid=22661] ppid=22654 vsize=9625040 CPUtime=0.18 cores=1,3,5,7
/proc/22657/task/22661/stat : 22661 (java) S 22654 22657 19053 0 -1 4202560 65 0 0 0 16 2 0 0 20 0 19 0 30361037 9856040960 90486 33554432000 1073741824 1073778376 140734903614832 139727718050856 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=22657/tid=22662] ppid=22654 vsize=9625040 CPUtime=0.16 cores=1,3,5,7
/proc/22657/task/22662/stat : 22662 (java) S 22654 22657 19053 0 -1 4202560 53 0 0 0 14 2 0 0 20 0 19 0 30361037 9856040960 90486 33554432000 1073741824 1073778376 140734903614832 139727716997800 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=22657/tid=22663] ppid=22654 vsize=9625040 CPUtime=0.18 cores=1,3,5,7
/proc/22657/task/22663/stat : 22663 (java) S 22654 22657 19053 0 -1 4202560 229 0 0 0 15 3 0 0 20 0 19 0 30361037 9856040960 90486 33554432000 1073741824 1073778376 140734903614832 139727715945256 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=22657/tid=22664] ppid=22654 vsize=9625040 CPUtime=0.22 cores=1,3,5,7
/proc/22657/task/22664/stat : 22664 (java) S 22654 22657 19053 0 -1 4202560 197 0 0 0 18 4 0 0 20 0 19 0 30361037 9856040960 90486 33554432000 1073741824 1073778376 140734903614832 139727714892200 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=22657/tid=22665] ppid=22654 vsize=9625040 CPUtime=0.21 cores=1,3,5,7
/proc/22657/task/22665/stat : 22665 (java) S 22654 22657 19053 0 -1 4202560 101 0 0 0 18 3 0 0 20 0 19 0 30361037 9856040960 90486 33554432000 1073741824 1073778376 140734903614832 139727713839656 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=22657/tid=22666] ppid=22654 vsize=9625040 CPUtime=0.16 cores=1,3,5,7
/proc/22657/task/22666/stat : 22666 (java) S 22654 22657 19053 0 -1 4202560 308 0 0 0 13 3 0 0 20 0 19 0 30361037 9856040960 90486 33554432000 1073741824 1073778376 140734903614832 139727712786600 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=22657/tid=22667] ppid=22654 vsize=9625040 CPUtime=0.18 cores=1,3,5,7
/proc/22657/task/22667/stat : 22667 (java) S 22654 22657 19053 0 -1 4202560 115 0 0 0 15 3 0 0 20 0 19 0 30361037 9856040960 90486 33554432000 1073741824 1073778376 140734903614832 139727711734056 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=22657/tid=22668] ppid=22654 vsize=9625040 CPUtime=0.03 cores=1,3,5,7
/proc/22657/task/22668/stat : 22668 (java) S 22654 22657 19053 0 -1 4202560 57 0 0 0 0 3 0 0 20 0 19 0 30361038 9856040960 90486 33554432000 1073741824 1073778376 140734903614832 139727229406056 260193695657 0 0 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=22657/tid=22669] ppid=22654 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/22657/task/22669/stat : 22669 (java) S 22654 22657 19053 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 30361038 9856040960 90486 33554432000 1073741824 1073778376 140734903614832 139727228352376 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=22657/tid=22670] ppid=22654 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/22657/task/22670/stat : 22670 (java) S 22654 22657 19053 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 30361038 9856040960 90486 33554432000 1073741824 1073778376 140734903614832 139727227299208 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=22657/tid=22671] ppid=22654 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/22657/task/22671/stat : 22671 (java) S 22654 22657 19053 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 30361041 9856040960 90486 33554432000 1073741824 1073778376 140734903614832 139727226247952 260193703712 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=22657/tid=22672] ppid=22654 vsize=9625040 CPUtime=0.51 cores=1,3,5,7
/proc/22657/task/22672/stat : 22672 (java) S 22654 22657 19053 0 -1 4202560 4539 0 0 0 51 0 0 0 20 0 19 0 30361041 9856040960 90486 33554432000 1073741824 1073778376 140734903614832 139727225194808 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=22657/tid=22673] ppid=22654 vsize=9625040 CPUtime=0.39 cores=1,3,5,7
/proc/22657/task/22673/stat : 22673 (java) S 22654 22657 19053 0 -1 4202560 2663 0 0 0 39 0 0 0 20 0 19 0 30361041 9856040960 90486 33554432000 1073741824 1073778376 140734903614832 139727224142264 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=22657/tid=22674] ppid=22654 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/22657/task/22674/stat : 22674 (java) S 22654 22657 19053 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 30361041 9856040960 90486 33554432000 1073741824 1073778376 140734903614832 139727223089400 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=22657/tid=22675] ppid=22654 vsize=9625040 CPUtime=0.67 cores=1,3,5,7
/proc/22657/task/22675/stat : 22675 (java) S 22654 22657 19053 0 -1 4202560 104 0 0 0 31 36 0 0 20 0 19 0 30361041 9856040960 90486 33554432000 1073741824 1073778376 140734903614832 139727222037064 260193695657 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=22657/tid=22676] ppid=22654 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/22657/task/22676/stat : 22676 (java) S 22654 22657 19053 0 -1 4202560 12 0 0 0 0 0 0 0 20 0 19 0 30361078 9856040960 90486 33554432000 1073741824 1073778376 140734903614832 139727220983336 260193695657 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
Current children cumulated CPU time (s) 1800.08
Current children cumulated vsize (KiB) 9625040

Child status: 143
Real time (s): 1798.14
CPU time (s): 1800.67
CPU user time (s): 1799.58
CPU system time (s): 1.09183
CPU usage (%): 100.141
Max. virtual memory (cumulated for all children) (KiB): 9625040

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1799.58
system time used= 1.09183
maximum resident set size= 366240
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 12368
page faults= 1
swaps= 0
block input operations= 0
block output operations= 1224
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 38470
involuntary context switches= 22599

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 10.3714 second user time and 14.4138 second system time

The end

Launcher Data

Begin job on node123 at 2016-06-26 22:33:39
IDJOB=4116081
IDBENCH=109425
IDSOLVER=2546
FILE ID=node123/4116081-1466973219
RUNJOBID= node123-1466943595-19070
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-size128-round23-8.opb
COMMAND LINE= java -jar sat4j-pb.jar BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4116081-1466973219/watcher-4116081-1466973219 -o /tmp/evaluation-result-4116081-1466973219/solver-4116081-1466973219 -C 1800 -W 1900 -M 15500 --bin-var /tmp/runsolver-exch-node123-1466943595-19070 --watchdog 1960  java -jar sat4j-pb.jar HOME/instance-4116081-1466973219.opb

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

MD5SUM BENCH= 7224610b37b7f48e57da5bf33b61b2f7
RANDOM SEED=1459273118

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:        29985240 kB
Buffers:           37052 kB
Cached:           116656 kB
SwapCached:         1768 kB
Active:           257076 kB
Inactive:         127156 kB
Active(anon):     232096 kB
Inactive(anon):      924 kB
Active(file):      24980 kB
Inactive(file):   126232 kB
Unevictable:     1798432 kB
Mlocked:         1643088 kB
SwapTotal:      67108856 kB
SwapFree:       67098708 kB
Dirty:              1224 kB
Writeback:             0 kB
AnonPages:       2005644 kB
Mapped:            15476 kB
Shmem:                 0 kB
Slab:             565920 kB
SReclaimable:       9992 kB
SUnreclaim:       555928 kB
KernelStack:        1760 kB
PageTables:         8620 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545120 kB
Committed_AS:    2506436 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346412 kB
VmallocChunk:   34341988140 kB
HardwareCorrupted:     0 kB
AnonHugePages:    325632 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 23:03:37