Trace number 4088942

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.72 1796.54

General information on the benchmark

Namenormalized-PB16/DEC-SMALLINT-LIN/pb16-16-elffers/
vertexcover-instances/normalized-vertexcover-grid6x15.opb
MD5SUM9ed76da7022a3a6503a2709d161add97
Bench CategoryDEC-SMALLINT-LIN (no optimisation, small integers, linear constraints)
Best result obtained on this benchmarkUNSAT
Best value of the objective obtained on this benchmark
Best CPU time to get the best result obtained on this benchmark0.003999
Has Objective FunctionNO
Satisfiable
(Un)Satisfiability was proved
Best value of the objective function
Optimality of the best value was proved
Number of variables90
Total number of constraints181
Number of constraints which are clauses180
Number of constraints which are cardinality constraints (but not clauses)1
Number of constraints which are nor clauses,nor cardinality constraints0
Minimum length of a constraint2
Maximum length of a constraint90
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 45
Number of bits of the biggest number in a constraint 6
Biggest sum of numbers in a constraint 135
Number of bits of the biggest sum of numbers8
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@7c64dc11
0.09/0.11	c --- End Solver configuration ---
0.09/0.11	c solving HOME/instance-4088942-1466014392.opb
0.09/0.11	c reading problem ... 
0.09/0.12	c  no objective function found
0.09/0.14	c ... done. Wall clock time 0.026s.
0.09/0.14	c declared #vars     90
0.09/0.14	c #constraints  181
0.09/0.14	c constraints type 
0.09/0.14	c org.sat4j.minisat.constraints.card.MinWatchCard => 1
0.09/0.14	c org.sat4j.minisat.constraints.cnf.OriginalBinaryClause => 180
0.09/0.14	c 181 constraints processed.
0.65/0.40	c cleaning 2501 clauses out of 5002 with flag 10413/5002
0.90/0.56	c cleaning 4250 clauses out of 8499 with flag 22876/11000
1.15/0.74	c cleaning 5625 clauses out of 11249 with flag 37428/18000
1.36/0.97	c cleaning 6812 clauses out of 13624 with flag 54087/26000
1.77/1.27	c cleaning 7900 clauses out of 15812 with flag 73867/35000
2.16/1.61	c cleaning 8956 clauses out of 17912 with flag 95778/45000
2.46/1.97	c cleaning 9978 clauses out of 19957 with flag 118903/56001
2.88/2.38	c cleaning 10989 clauses out of 21978 with flag 143907/68000
3.39/2.83	c cleaning 11995 clauses out of 23991 with flag 171152/81002
3.89/3.35	c cleaning 12998 clauses out of 25995 with flag 201365/95001
4.49/3.92	c cleaning 13995 clauses out of 27996 with flag 232648/110000
5.09/4.52	c cleaning 15000 clauses out of 30004 with flag 266266/126003
5.58/5.06	c cleaning 15997 clauses out of 32001 with flag 301888/143000
6.19/5.61	c cleaning 17000 clauses out of 34004 with flag 340563/161000
6.69/6.19	c cleaning 18002 clauses out of 36005 with flag 380583/180001
7.49/6.92	c cleaning 19002 clauses out of 38004 with flag 423055/200002
8.40/7.83	c cleaning 19998 clauses out of 40000 with flag 467187/221000
9.50/8.96	c cleaning 21003 clauses out of 42005 with flag 513410/243003
10.79/10.21	c cleaning 21999 clauses out of 43999 with flag 562342/266000
11.89/11.40	c cleaning 22996 clauses out of 46000 with flag 612356/290000
13.49/12.91	c cleaning 24000 clauses out of 48004 with flag 664493/315000
14.79/14.21	c cleaning 24999 clauses out of 50005 with flag 718735/341001
16.39/15.89	c cleaning 26002 clauses out of 52006 with flag 776004/368001
18.39/17.84	c cleaning 27001 clauses out of 54004 with flag 837055/396001
20.18/19.66	c cleaning 28000 clauses out of 56003 with flag 897541/425001
21.88/21.32	c cleaning 28996 clauses out of 58002 with flag 960027/455000
23.70/23.15	c cleaning 30000 clauses out of 60007 with flag 1024469/486001
25.69/25.11	c cleaning 31002 clauses out of 62007 with flag 1091062/518001
27.74/27.12	c cleaning 32003 clauses out of 64005 with flag 1159731/551001
29.74/29.14	c cleaning 33001 clauses out of 66002 with flag 1230583/585001
31.84/31.28	c cleaning 33995 clauses out of 68000 with flag 1303326/620000
34.34/33.74	c cleaning 35003 clauses out of 70005 with flag 1378371/656000
36.64/36.04	c cleaning 35998 clauses out of 72004 with flag 1455114/693002
39.44/38.89	c cleaning 36996 clauses out of 74005 with flag 1537913/731001
42.55/41.93	c cleaning 38002 clauses out of 76008 with flag 1620963/770000
44.94/44.35	c cleaning 39000 clauses out of 78006 with flag 1706288/810000
47.95/47.40	c cleaning 40003 clauses out of 80007 with flag 1794007/851001
51.45/50.87	c cleaning 41003 clauses out of 82006 with flag 1884620/893003
54.85/54.21	c cleaning 41996 clauses out of 84000 with flag 1974363/936000
57.86/57.24	c cleaning 43000 clauses out of 86004 with flag 2066067/980000
61.45/60.82	c cleaning 43999 clauses out of 88004 with flag 2159875/1025000
65.45/64.87	c cleaning 44999 clauses out of 90007 with flag 2255952/1071002
69.15/68.58	c cleaning 46002 clauses out of 92007 with flag 2354350/1118001
72.98/72.36	c cleaning 47001 clauses out of 94004 with flag 2456591/1166000
76.68/76.09	c cleaning 48000 clauses out of 96003 with flag 2558771/1215000
81.17/80.55	c cleaning 49002 clauses out of 98004 with flag 2663714/1265001
85.77/85.12	c cleaning 50001 clauses out of 100001 with flag 2770130/1316000
90.67/90.10	c cleaning 50995 clauses out of 102001 with flag 2881239/1368001
95.57/94.94	c cleaning 52004 clauses out of 104008 with flag 2994024/1421003
100.27/99.69	c cleaning 52998 clauses out of 106001 with flag 3106880/1475000
104.67/104.07	c cleaning 54000 clauses out of 108004 with flag 3220352/1530001
109.67/109.05	c cleaning 55001 clauses out of 110003 with flag 3337632/1586000
115.96/115.36	c cleaning 55998 clauses out of 112003 with flag 3456531/1643001
123.03/122.35	c cleaning 56998 clauses out of 114005 with flag 3583012/1701001
129.92/129.27	c cleaning 58001 clauses out of 116006 with flag 3711820/1760000
135.73/135.07	c cleaning 59002 clauses out of 118006 with flag 3837840/1820001
141.73/141.03	c cleaning 59996 clauses out of 120004 with flag 3967086/1881001
149.03/148.37	c cleaning 61003 clauses out of 122007 with flag 4102570/1943000
156.72/156.07	c cleaning 61996 clauses out of 124004 with flag 4239964/2006000
164.12/163.49	c cleaning 63002 clauses out of 126008 with flag 4376896/2070000
171.12/170.43	c cleaning 63994 clauses out of 128006 with flag 4514672/2135000
179.71/179.01	c cleaning 65002 clauses out of 130012 with flag 4653616/2201000
188.21/187.54	c cleaning 66002 clauses out of 132011 with flag 4794441/2268001
194.82/194.07	c cleaning 67002 clauses out of 134008 with flag 4936223/2336000
200.84/200.07	c cleaning 68004 clauses out of 136007 with flag 5080370/2405001
207.64/206.89	c cleaning 68997 clauses out of 138003 with flag 5227186/2475001
215.04/214.25	c cleaning 69998 clauses out of 140005 with flag 5377212/2546000
222.44/221.62	c cleaning 71000 clauses out of 142007 with flag 5531705/2618000
230.55/229.72	c cleaning 72001 clauses out of 144007 with flag 5685146/2691000
239.15/238.38	c cleaning 73001 clauses out of 146007 with flag 5842386/2765001
247.25/246.47	c cleaning 73997 clauses out of 148005 with flag 5999023/2840000
256.55/255.69	c cleaning 75002 clauses out of 150009 with flag 6158871/2916001
264.25/263.38	c cleaning 76002 clauses out of 152008 with flag 6319818/2993002
274.45/273.51	c cleaning 76999 clauses out of 154005 with flag 6483184/3071001
284.45/283.53	c cleaning 77999 clauses out of 156005 with flag 6650081/3150000
292.25/291.38	c cleaning 79003 clauses out of 158006 with flag 6818211/3230000
301.75/300.87	c cleaning 79999 clauses out of 160004 with flag 6988383/3311001
309.45/308.57	c cleaning 81001 clauses out of 162004 with flag 7158820/3393000
317.52/316.43	c cleaning 82001 clauses out of 164003 with flag 7331864/3476000
327.22/326.19	c cleaning 83001 clauses out of 166002 with flag 7507515/3560000
335.82/334.70	c cleaning 83997 clauses out of 168002 with flag 7684339/3645001
347.53/346.49	c cleaning 85000 clauses out of 170005 with flag 7863657/3731001
361.22/360.12	c cleaning 86002 clauses out of 172005 with flag 8046050/3818001
375.62/374.55	c cleaning 87000 clauses out of 174002 with flag 8229049/3906000
389.64/388.33	c cleaning 87997 clauses out of 176003 with flag 8412533/3995001
400.53/399.21	c cleaning 89003 clauses out of 178007 with flag 8601043/4085002
410.83/409.53	c cleaning 89999 clauses out of 180004 with flag 8791413/4176002
424.02/422.77	c cleaning 90996 clauses out of 182003 with flag 8985724/4268000
434.73/433.41	c cleaning 91999 clauses out of 184007 with flag 9181782/4361000
449.62/448.34	c cleaning 93000 clauses out of 186009 with flag 9383520/4455001
464.00/462.55	c cleaning 94001 clauses out of 188010 with flag 9582105/4550002
480.79/479.39	c cleaning 95001 clauses out of 190007 with flag 9783050/4646000
496.51/495.09	c cleaning 96001 clauses out of 192007 with flag 9985717/4743001
516.20/514.78	c cleaning 96997 clauses out of 194005 with flag 10190429/4841000
533.10/531.65	c cleaning 97996 clauses out of 196008 with flag 10398852/4940000
550.76/549.10	c cleaning 99001 clauses out of 198013 with flag 10609882/5040001
569.46/567.86	c cleaning 100002 clauses out of 200011 with flag 10824803/5141000
590.28/588.66	c cleaning 101003 clauses out of 202012 with flag 11040238/5243003
615.58/613.98	c cleaning 101998 clauses out of 204006 with flag 11274053/5346000
635.45/633.54	c cleaning 103004 clauses out of 206010 with flag 11497254/5450002
654.55/652.62	c cleaning 103998 clauses out of 208005 with flag 11726452/5555001
675.16/673.30	c cleaning 105000 clauses out of 210007 with flag 11951254/5661001
696.35/694.44	c cleaning 105998 clauses out of 212007 with flag 12175240/5768001
716.51/714.39	c cleaning 106999 clauses out of 214008 with flag 12403666/5876000
741.31/739.11	c cleaning 108000 clauses out of 216009 with flag 12639735/5985000
769.52/767.33	c cleaning 108998 clauses out of 218009 with flag 12870393/6095000
797.63/795.46	c cleaning 110001 clauses out of 220011 with flag 13104521/6206000
816.84/814.51	c cleaning 110999 clauses out of 222010 with flag 13341195/6318000
839.45/837.16	c cleaning 112004 clauses out of 224012 with flag 13584385/6431001
866.34/864.08	c cleaning 113000 clauses out of 226008 with flag 13842618/6545001
891.55/889.23	c cleaning 114004 clauses out of 228008 with flag 14087695/6660001
914.56/912.10	c cleaning 114997 clauses out of 230004 with flag 14331074/6776001
937.07/934.62	c cleaning 116000 clauses out of 232006 with flag 14576646/6893000
958.77/956.34	c cleaning 117000 clauses out of 234007 with flag 14824710/7011001
980.50/977.95	c cleaning 118001 clauses out of 236007 with flag 15072656/7130001
1007.00/1004.48	c cleaning 118995 clauses out of 238005 with flag 15325077/7250000
1036.79/1034.22	c cleaning 119999 clauses out of 240012 with flag 15585502/7371002
1061.49/1058.85	c cleaning 121002 clauses out of 242012 with flag 15843720/7493001
1094.10/1091.49	c cleaning 121999 clauses out of 244009 with flag 16108585/7616000
1127.10/1124.49	c cleaning 122998 clauses out of 246011 with flag 16381541/7740001
1150.30/1147.44	c cleaning 124006 clauses out of 248012 with flag 16647419/7865000
1182.60/1179.70	c cleaning 124998 clauses out of 250006 with flag 16916486/7991000
1213.80/1210.94	c cleaning 126002 clauses out of 252008 with flag 17198433/8118000
1245.70/1242.78	c cleaning 126997 clauses out of 254007 with flag 17471247/8246001
1283.91/1280.97	c cleaning 128002 clauses out of 256009 with flag 17752790/8375000
1317.91/1314.92	c cleaning 129002 clauses out of 258008 with flag 18027540/8505001
1350.53/1347.46	c cleaning 129999 clauses out of 260006 with flag 18313979/8636001
1388.73/1385.60	c cleaning 130997 clauses out of 262006 with flag 18606983/8768000
1431.63/1428.59	c cleaning 132004 clauses out of 264011 with flag 18894561/8901002
1469.13/1465.91	c cleaning 133001 clauses out of 266005 with flag 19180044/9035000
1503.33/1500.12	c cleaning 134003 clauses out of 268005 with flag 19467035/9170001
1536.43/1533.25	c cleaning 134996 clauses out of 270001 with flag 19750623/9306000
1568.00/1564.72	c cleaning 136003 clauses out of 272007 with flag 20037138/9443002
1606.71/1603.48	c cleaning 136998 clauses out of 274002 with flag 20327238/9581000
1646.32/1642.90	c cleaning 138001 clauses out of 276005 with flag 20619807/9720001
1683.14/1679.73	c cleaning 138999 clauses out of 278005 with flag 20914004/9860002
1724.53/1721.14	c cleaning 139996 clauses out of 280004 with flag 21208571/10001000
1771.78/1768.28	c cleaning 141004 clauses out of 282008 with flag 21505816/10143000
1800.08/1796.50	c starts		: 10645
1800.08/1796.50	c conflicts		: 10264028
1800.08/1796.50	c decisions		: 10972574
1800.08/1796.50	c propagations		: 51199595
1800.08/1796.50	c inspects		: 28575875947
1800.08/1796.50	c shortcuts		: 0
1800.08/1796.50	c learnt literals	: 0
1800.08/1796.50	c learnt binary clauses	: 0
1800.08/1796.50	c learnt ternary clauses	: 0
1800.08/1796.50	c learnt constraints	: 10264029
1800.08/1796.50	c timeout
1800.08/1796.50	c ignored constraints	: 0
1800.08/1796.50	c root simplifications	: 0
1800.08/1796.50	c removed literals (reason simplification)	: 0
1800.08/1796.50	c reason swapping (by a shorter reason)	: 0
1800.08/1796.50	c Calls to reduceDB	: 138
1800.08/1796.50	c Number of update (reduction) of LBD	: 343993
1800.08/1796.50	c Imported unit clauses	: 0
1800.08/1796.50	c number of reductions to clauses (during analyze)	: 0
1800.08/1796.50	c number of learned constraints concerned by reduction	: 0
1800.08/1796.50	c number of learning phase by resolution	: 0
1800.08/1796.50	c number of learning phase by cutting planes	: 0
1800.08/1796.50	c speed (assignments/second)	: 28501.80893282705
1800.08/1796.50	c non guided choices	39
1800.08/1796.53	c learnt constraints type 
1800.08/1796.53	c org.sat4j.minisat.constraints.cnf.LearntWLClause => 262033
1800.08/1796.53	s UNKNOWN
1800.08/1796.53	c Total wall clock time (in seconds): 1796.421

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-4088942-1466014392/watcher-4088942-1466014392 -o /tmp/evaluation-result-4088942-1466014392/solver-4088942-1466014392 -C 1800 -W 1900 -M 15500 --bin-var /tmp/runsolver-exch-node119-1466012072-5945 --watchdog 1960 java -jar sat4j-pb.jar HOME/instance-4088942-1466014392.opb 

pid=7693
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.27 2.21 2.11 3/194 7696
/proc/meminfo: memFree=29732240/32872528 swapFree=1243664/1390832
[pid=7696] ppid=7693 vsize=272 CPUtime=0 cores=0,2,4,6
/proc/7696/stat : 7696 (java) R 7693 7696 5929 0 -1 4202496 363 0 0 0 0 0 0 0 20 0 1 0 3487871 278528 33 33554432000 1073741824 1073778376 140733638051648 140736406400872 272877317415 0 0 4096 0 0 0 0 17 4 0 0 0 0 0
/proc/7696/statm: 68 33 25 9 0 25 0

[startup+0.100059 s]
/proc/loadavg: 2.27 2.21 2.11 3/194 7696
/proc/meminfo: memFree=29732240/32872528 swapFree=1243664/1390832
[pid=7696] ppid=7693 vsize=9558476 CPUtime=0.09 cores=0,2,4,6
/proc/7696/stat : 7696 (java) S 7693 7696 5929 0 -1 4202496 4390 0 1 0 8 1 0 0 20 0 18 0 3487871 9787879424 6027 33554432000 1073741824 1073778376 140733638051648 140733638042784 272889839677 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/7696/statm: 2389619 6027 2125 9 0 2380296 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 9558476

[startup+0.200224 s]
/proc/loadavg: 2.27 2.21 2.11 3/194 7696
/proc/meminfo: memFree=29732240/32872528 swapFree=1243664/1390832
[pid=7696] ppid=7693 vsize=9625040 CPUtime=0.29 cores=0,2,4,6
/proc/7696/stat : 7696 (java) S 7693 7696 5929 0 -1 4202496 6650 0 1 0 27 2 0 0 20 0 19 0 3487871 9856040960 7429 33554432000 1073741824 1073778376 140733638051648 140733638042784 272889839677 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/7696/statm: 2406260 7429 2229 9 0 2396937 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 9625040

[startup+0.300232 s]
/proc/loadavg: 2.27 2.21 2.11 3/194 7696
/proc/meminfo: memFree=29732240/32872528 swapFree=1243664/1390832
[pid=7696] ppid=7693 vsize=9625040 CPUtime=0.5 cores=0,2,4,6
/proc/7696/stat : 7696 (java) S 7693 7696 5929 0 -1 4202496 6734 0 1 0 48 2 0 0 20 0 19 0 3487871 9856040960 8002 33554432000 1073741824 1073778376 140733638051648 140733638042784 272889839677 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/7696/statm: 2406260 8002 2244 9 0 2396937 0
Current children cumulated CPU time (s) 0.5
Current children cumulated vsize (KiB) 9625040

[startup+0.700171 s]
/proc/loadavg: 2.27 2.21 2.11 3/194 7696
/proc/meminfo: memFree=29732240/32872528 swapFree=1243664/1390832
[pid=7696] ppid=7693 vsize=9625040 CPUtime=1.15 cores=0,2,4,6
/proc/7696/stat : 7696 (java) S 7693 7696 5929 0 -1 4202496 11959 0 1 0 112 3 0 0 20 0 19 0 3487871 9856040960 11860 33554432000 1073741824 1073778376 140733638051648 140733638042784 272889839677 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/7696/statm: 2406260 11860 2254 9 0 2396937 0
Current children cumulated CPU time (s) 1.15
Current children cumulated vsize (KiB) 9625040

[startup+1.50075 s]
/proc/loadavg: 2.27 2.21 2.11 5/213 7715
/proc/meminfo: memFree=29689656/32872528 swapFree=1243664/1390832
[pid=7696] ppid=7693 vsize=9625040 CPUtime=2.06 cores=0,2,4,6
/proc/7696/stat : 7696 (java) S 7693 7696 5929 0 -1 4202496 12014 0 1 0 203 3 0 0 20 0 19 0 3487871 9856040960 13447 33554432000 1073741824 1073778376 140733638051648 140733638042784 272889839677 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/7696/statm: 2406260 13447 2257 9 0 2396937 0
[pid=7696/tid=7698] ppid=7693 vsize=9625040 CPUtime=1.46 cores=0,2,4,6
/proc/7696/task/7698/stat : 7698 (java) R 7693 7696 5929 0 -1 4202560 2417 0 1 0 144 2 0 0 20 0 19 0 3487872 9856040960 13447 33554432000 1073741824 1073778376 140733638051648 140709881635288 140709722588711 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0
[pid=7696/tid=7699] ppid=7693 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/7696/task/7699/stat : 7699 (java) S 7693 7696 5929 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 3487873 9856040960 13447 33554432000 1073741824 1073778376 140733638051648 140709843127336 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=7696/tid=7700] ppid=7693 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/7696/task/7700/stat : 7700 (java) S 7693 7696 5929 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 3487873 9856040960 13447 33554432000 1073741824 1073778376 140733638051648 140709842074536 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=7696/tid=7701] ppid=7693 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/7696/task/7701/stat : 7701 (java) S 7693 7696 5929 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 3487873 9856040960 13447 33554432000 1073741824 1073778376 140733638051648 140709841021736 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=7696/tid=7702] ppid=7693 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/7696/task/7702/stat : 7702 (java) S 7693 7696 5929 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 3487873 9856040960 13447 33554432000 1073741824 1073778376 140733638051648 140709722057384 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=7696/tid=7703] ppid=7693 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/7696/task/7703/stat : 7703 (java) S 7693 7696 5929 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 3487873 9856040960 13447 33554432000 1073741824 1073778376 140733638051648 140709721004584 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=7696/tid=7704] ppid=7693 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/7696/task/7704/stat : 7704 (java) S 7693 7696 5929 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 3487873 9856040960 13447 33554432000 1073741824 1073778376 140733638051648 140709719951784 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=7696/tid=7705] ppid=7693 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/7696/task/7705/stat : 7705 (java) S 7693 7696 5929 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 3487873 9856040960 13447 33554432000 1073741824 1073778376 140733638051648 140709718898984 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=7696/tid=7706] ppid=7693 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/7696/task/7706/stat : 7706 (java) S 7693 7696 5929 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 3487873 9856040960 13447 33554432000 1073741824 1073778376 140733638051648 140709717846184 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=7696/tid=7707] ppid=7693 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/7696/task/7707/stat : 7707 (java) S 7693 7696 5929 0 -1 4202560 5 0 0 0 0 0 0 0 20 0 19 0 3487874 9856040960 13447 33554432000 1073741824 1073778376 140733638051648 140709235518440 272889853865 0 0 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=7696/tid=7708] ppid=7693 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/7696/task/7708/stat : 7708 (java) S 7693 7696 5929 0 -1 4202560 16 0 0 0 0 0 0 0 20 0 19 0 3487875 9856040960 13447 33554432000 1073741824 1073778376 140733638051648 140709234464504 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=7696/tid=7709] ppid=7693 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/7696/task/7709/stat : 7709 (java) S 7693 7696 5929 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 3487875 9856040960 13447 33554432000 1073741824 1073778376 140733638051648 140709233411592 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=7696/tid=7710] ppid=7693 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/7696/task/7710/stat : 7710 (java) S 7693 7696 5929 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 3487877 9856040960 13447 33554432000 1073741824 1073778376 140733638051648 140709232360080 272889861920 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=7696/tid=7711] ppid=7693 vsize=9625040 CPUtime=0.33 cores=0,2,4,6
/proc/7696/task/7711/stat : 7711 (java) S 7693 7696 5929 0 -1 4202560 5705 0 0 0 31 2 0 0 20 0 19 0 3487877 9856040960 13447 33554432000 1073741824 1073778376 140733638051648 140709231307192 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=7696/tid=7712] ppid=7693 vsize=9625040 CPUtime=0.24 cores=0,2,4,6
/proc/7696/task/7712/stat : 7712 (java) S 7693 7696 5929 0 -1 4202560 2619 0 0 0 24 0 0 0 20 0 19 0 3487877 9856040960 13447 33554432000 1073741824 1073778376 140733638051648 140709230254392 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=7696/tid=7713] ppid=7693 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/7696/task/7713/stat : 7713 (java) S 7693 7696 5929 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 3487877 9856040960 13447 33554432000 1073741824 1073778376 140733638051648 140709229201784 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=7696/tid=7714] ppid=7693 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/7696/task/7714/stat : 7714 (java) S 7693 7696 5929 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 3487877 9856040960 13447 33554432000 1073741824 1073778376 140733638051648 140709228149192 272889853865 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=7696/tid=7715] ppid=7693 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/7696/task/7715/stat : 7715 (java) S 7693 7696 5929 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 3487886 9856040960 13447 33554432000 1073741824 1073778376 140733638051648 140709227095720 272889853865 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
Current children cumulated CPU time (s) 2.06
Current children cumulated vsize (KiB) 9625040

[startup+3.10077 s]
/proc/loadavg: 2.27 2.21 2.11 3/213 7715
/proc/meminfo: memFree=29680968/32872528 swapFree=1243664/1390832
[pid=7696] ppid=7693 vsize=9625040 CPUtime=3.69 cores=0,2,4,6
/proc/7696/stat : 7696 (java) S 7693 7696 5929 0 -1 4202496 12020 0 1 0 366 3 0 0 20 0 19 0 3487871 9856040960 16519 33554432000 1073741824 1073778376 140733638051648 140733638042784 272889839677 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/7696/statm: 2406260 16519 2257 9 0 2396937 0
[pid=7696/tid=7698] ppid=7693 vsize=9625040 CPUtime=3.06 cores=0,2,4,6
/proc/7696/task/7698/stat : 7698 (java) R 7693 7696 5929 0 -1 4202560 2423 0 1 0 304 2 0 0 20 0 19 0 3487872 9856040960 16519 33554432000 1073741824 1073778376 140733638051648 140709881626304 140709722588748 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0
[pid=7696/tid=7699] ppid=7693 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/7696/task/7699/stat : 7699 (java) S 7693 7696 5929 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 3487873 9856040960 16519 33554432000 1073741824 1073778376 140733638051648 140709843127336 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=7696/tid=7700] ppid=7693 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/7696/task/7700/stat : 7700 (java) S 7693 7696 5929 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 3487873 9856040960 16519 33554432000 1073741824 1073778376 140733638051648 140709842074536 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=7696/tid=7701] ppid=7693 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/7696/task/7701/stat : 7701 (java) S 7693 7696 5929 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 3487873 9856040960 16519 33554432000 1073741824 1073778376 140733638051648 140709841021736 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=7696/tid=7702] ppid=7693 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/7696/task/7702/stat : 7702 (java) S 7693 7696 5929 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 3487873 9856040960 16519 33554432000 1073741824 1073778376 140733638051648 140709722057384 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=7696/tid=7703] ppid=7693 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/7696/task/7703/stat : 7703 (java) S 7693 7696 5929 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 3487873 9856040960 16519 33554432000 1073741824 1073778376 140733638051648 140709721004584 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=7696/tid=7704] ppid=7693 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/7696/task/7704/stat : 7704 (java) S 7693 7696 5929 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 3487873 9856040960 16519 33554432000 1073741824 1073778376 140733638051648 140709719951784 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=7696/tid=7705] ppid=7693 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/7696/task/7705/stat : 7705 (java) S 7693 7696 5929 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 3487873 9856040960 16519 33554432000 1073741824 1073778376 140733638051648 140709718898984 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=7696/tid=7706] ppid=7693 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/7696/task/7706/stat : 7706 (java) S 7693 7696 5929 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 3487873 9856040960 16519 33554432000 1073741824 1073778376 140733638051648 140709717846184 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=7696/tid=7707] ppid=7693 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/7696/task/7707/stat : 7707 (java) S 7693 7696 5929 0 -1 4202560 5 0 0 0 0 0 0 0 20 0 19 0 3487874 9856040960 16519 33554432000 1073741824 1073778376 140733638051648 140709235518440 272889853865 0 0 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=7696/tid=7708] ppid=7693 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/7696/task/7708/stat : 7708 (java) S 7693 7696 5929 0 -1 4202560 16 0 0 0 0 0 0 0 20 0 19 0 3487875 9856040960 16519 33554432000 1073741824 1073778376 140733638051648 140709234464504 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=7696/tid=7709] ppid=7693 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/7696/task/7709/stat : 7709 (java) S 7693 7696 5929 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 3487875 9856040960 16519 33554432000 1073741824 1073778376 140733638051648 140709233411592 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=7696/tid=7710] ppid=7693 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/7696/task/7710/stat : 7710 (java) S 7693 7696 5929 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 3487877 9856040960 16519 33554432000 1073741824 1073778376 140733638051648 140709232360080 272889861920 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=7696/tid=7711] ppid=7693 vsize=9625040 CPUtime=0.33 cores=0,2,4,6
/proc/7696/task/7711/stat : 7711 (java) S 7693 7696 5929 0 -1 4202560 5705 0 0 0 31 2 0 0 20 0 19 0 3487877 9856040960 16519 33554432000 1073741824 1073778376 140733638051648 140709231307192 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=7696/tid=7712] ppid=7693 vsize=9625040 CPUtime=0.26 cores=0,2,4,6
/proc/7696/task/7712/stat : 7712 (java) S 7693 7696 5929 0 -1 4202560 2619 0 0 0 26 0 0 0 20 0 19 0 3487877 9856040960 16519 33554432000 1073741824 1073778376 140733638051648 140709230254392 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=7696/tid=7713] ppid=7693 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/7696/task/7713/stat : 7713 (java) S 7693 7696 5929 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 3487877 9856040960 16519 33554432000 1073741824 1073778376 140733638051648 140709229201784 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=7696/tid=7714] ppid=7693 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/7696/task/7714/stat : 7714 (java) S 7693 7696 5929 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 3487877 9856040960 16519 33554432000 1073741824 1073778376 140733638051648 140709228149192 272889853865 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=7696/tid=7715] ppid=7693 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/7696/task/7715/stat : 7715 (java) S 7693 7696 5929 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 3487886 9856040960 16519 33554432000 1073741824 1073778376 140733638051648 140709227095720 272889853865 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
Current children cumulated CPU time (s) 3.69
Current children cumulated vsize (KiB) 9625040

[startup+6.30082 s]
/proc/loadavg: 2.24 2.21 2.11 3/213 7715
/proc/meminfo: memFree=29657860/32872528 swapFree=1243664/1390832
[pid=7696] ppid=7693 vsize=9625040 CPUtime=6.89 cores=0,2,4,6
/proc/7696/stat : 7696 (java) S 7693 7696 5929 0 -1 4202496 12032 0 1 0 685 4 0 0 20 0 19 0 3487871 9856040960 21635 33554432000 1073741824 1073778376 140733638051648 140733638042784 272889839677 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/7696/statm: 2406260 21635 2258 9 0 2396937 0
[pid=7696/tid=7698] ppid=7693 vsize=9625040 CPUtime=6.26 cores=0,2,4,6
/proc/7696/task/7698/stat : 7698 (java) R 7693 7696 5929 0 -1 4202560 2434 0 1 0 623 3 0 0 20 0 19 0 3487872 9856040960 21635 33554432000 1073741824 1073778376 140733638051648 140709881626304 140709722588748 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0
[pid=7696/tid=7699] ppid=7693 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/7696/task/7699/stat : 7699 (java) S 7693 7696 5929 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 3487873 9856040960 21635 33554432000 1073741824 1073778376 140733638051648 140709843127336 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=7696/tid=7700] ppid=7693 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/7696/task/7700/stat : 7700 (java) S 7693 7696 5929 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 3487873 9856040960 21635 33554432000 1073741824 1073778376 140733638051648 140709842074536 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=7696/tid=7701] ppid=7693 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/7696/task/7701/stat : 7701 (java) S 7693 7696 5929 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 3487873 9856040960 21635 33554432000 1073741824 1073778376 140733638051648 140709841021736 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=7696/tid=7702] ppid=7693 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/7696/task/7702/stat : 7702 (java) S 7693 7696 5929 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 3487873 9856040960 21635 33554432000 1073741824 1073778376 140733638051648 140709722057384 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=7696/tid=7703] ppid=7693 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/7696/task/7703/stat : 7703 (java) S 7693 7696 5929 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 3487873 9856040960 21635 33554432000 1073741824 1073778376 140733638051648 140709721004584 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=7696/tid=7704] ppid=7693 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/7696/task/7704/stat : 7704 (java) S 7693 7696 5929 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 3487873 9856040960 21635 33554432000 1073741824 1073778376 140733638051648 140709719951784 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=7696/tid=7705] ppid=7693 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/7696/task/7705/stat : 7705 (java) S 7693 7696 5929 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 3487873 9856040960 21635 33554432000 1073741824 1073778376 140733638051648 140709718898984 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=7696/tid=7706] ppid=7693 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/7696/task/7706/stat : 7706 (java) S 7693 7696 5929 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 3487873 9856040960 21635 33554432000 1073741824 1073778376 140733638051648 140709717846184 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=7696/tid=7707] ppid=7693 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/7696/task/7707/stat : 7707 (java) S 7693 7696 5929 0 -1 4202560 5 0 0 0 0 0 0 0 20 0 19 0 3487874 9856040960 21635 33554432000 1073741824 1073778376 140733638051648 140709235518440 272889853865 0 0 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=7696/tid=7708] ppid=7693 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/7696/task/7708/stat : 7708 (java) S 7693 7696 5929 0 -1 4202560 16 0 0 0 0 0 0 0 20 0 19 0 3487875 9856040960 21635 33554432000 1073741824 1073778376 140733638051648 140709234464504 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=7696/tid=7709] ppid=7693 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/7696/task/7709/stat : 7709 (java) S 7693 7696 5929 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 3487875 9856040960 21635 33554432000 1073741824 1073778376 140733638051648 140709233411592 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=7696/tid=7710] ppid=7693 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/7696/task/7710/stat : 7710 (java) S 7693 7696 5929 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 3487877 9856040960 21635 33554432000 1073741824 1073778376 140733638051648 140709232360080 272889861920 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=7696/tid=7711] ppid=7693 vsize=9625040 CPUtime=0.33 cores=0,2,4,6
/proc/7696/task/7711/stat : 7711 (java) S 7693 7696 5929 0 -1 4202560 5705 0 0 0 31 2 0 0 20 0 19 0 3487877 9856040960 21635 33554432000 1073741824 1073778376 140733638051648 140709231307192 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=7696/tid=7712] ppid=7693 vsize=9625040 CPUtime=0.26 cores=0,2,4,6
/proc/7696/task/7712/stat : 7712 (java) S 7693 7696 5929 0 -1 4202560 2619 0 0 0 26 0 0 0 20 0 19 0 3487877 9856040960 21635 33554432000 1073741824 1073778376 140733638051648 140709230254392 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=7696/tid=7713] ppid=7693 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/7696/task/7713/stat : 7713 (java) S 7693 7696 5929 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 3487877 9856040960 21635 33554432000 1073741824 1073778376 140733638051648 140709229201784 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=7696/tid=7714] ppid=7693 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/7696/task/7714/stat : 7714 (java) S 7693 7696 5929 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 19 0 3487877 9856040960 21635 33554432000 1073741824 1073778376 140733638051648 140709228149192 272889853865 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=7696/tid=7715] ppid=7693 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/7696/task/7715/stat : 7715 (java) S 7693 7696 5929 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 3487886 9856040960 21635 33554432000 1073741824 1073778376 140733638051648 140709227095720 272889853865 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
Current children cumulated CPU time (s) 6.89
Current children cumulated vsize (KiB) 9625040


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

[pid=7696/tid=7708] ppid=7693 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/7696/task/7708/stat : 7708 (java) S 7693 7696 5929 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 3487875 9856040960 136446 33554432000 1073741824 1073778376 140733638051648 140709234464504 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=7696/tid=7709] ppid=7693 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/7696/task/7709/stat : 7709 (java) S 7693 7696 5929 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 3487875 9856040960 136446 33554432000 1073741824 1073778376 140733638051648 140709233411592 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=7696/tid=7710] ppid=7693 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/7696/task/7710/stat : 7710 (java) S 7693 7696 5929 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 3487877 9856040960 136446 33554432000 1073741824 1073778376 140733638051648 140709232360080 272889861920 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=7696/tid=7711] ppid=7693 vsize=9625040 CPUtime=0.33 cores=0,2,4,6
/proc/7696/task/7711/stat : 7711 (java) S 7693 7696 5929 0 -1 4202560 5705 0 0 0 31 2 0 0 20 0 19 0 3487877 9856040960 136446 33554432000 1073741824 1073778376 140733638051648 140709231307192 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=7696/tid=7712] ppid=7693 vsize=9625040 CPUtime=0.29 cores=0,2,4,6
/proc/7696/task/7712/stat : 7712 (java) S 7693 7696 5929 0 -1 4202560 2624 0 0 0 29 0 0 0 20 0 19 0 3487877 9856040960 136446 33554432000 1073741824 1073778376 140733638051648 140709230254392 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=7696/tid=7713] ppid=7693 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/7696/task/7713/stat : 7713 (java) S 7693 7696 5929 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 3487877 9856040960 136446 33554432000 1073741824 1073778376 140733638051648 140709229201784 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=7696/tid=7714] ppid=7693 vsize=9625040 CPUtime=0.66 cores=0,2,4,6
/proc/7696/task/7714/stat : 7714 (java) S 7693 7696 5929 0 -1 4202560 100 0 0 0 34 32 0 0 20 0 19 0 3487877 9856040960 136446 33554432000 1073741824 1073778376 140733638051648 140709228149192 272889853865 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=7696/tid=7715] ppid=7693 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/7696/task/7715/stat : 7715 (java) S 7693 7696 5929 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 3487886 9856040960 136446 33554432000 1073741824 1073778376 140733638051648 140709227095720 272889853865 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
Current children cumulated CPU time (s) 1725.73
Current children cumulated vsize (KiB) 9625040

[startup+1782.3 s]
/proc/loadavg: 2.26 2.23 2.18 4/213 7954
/proc/meminfo: memFree=29665432/32872528 swapFree=1243664/1390832
[pid=7696] ppid=7693 vsize=9625040 CPUtime=1785.88 cores=0,2,4,6
/proc/7696/stat : 7696 (java) S 7693 7696 5929 0 -1 4202496 15187 0 1 0 178514 74 0 0 20 0 19 0 3487871 9856040960 134382 33554432000 1073741824 1073778376 140733638051648 140733638042784 272889839677 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/7696/statm: 2406260 134382 2280 9 0 2396937 0
[pid=7696/tid=7698] ppid=7693 vsize=9625040 CPUtime=1780.97 cores=0,2,4,6
/proc/7696/task/7698/stat : 7698 (java) R 7693 7696 5929 0 -1 4202560 2500 0 1 0 178065 32 0 0 20 0 19 0 3487872 9856040960 134382 33554432000 1073741824 1073778376 140733638051648 140709881626304 140709722588940 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0
[pid=7696/tid=7699] ppid=7693 vsize=9625040 CPUtime=0.52 cores=0,2,4,6
/proc/7696/task/7699/stat : 7699 (java) S 7693 7696 5929 0 -1 4202560 369 0 0 0 44 8 0 0 20 0 19 0 3487873 9856040960 134382 33554432000 1073741824 1073778376 140733638051648 140709843127336 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=7696/tid=7700] ppid=7693 vsize=9625040 CPUtime=0.44 cores=0,2,4,6
/proc/7696/task/7700/stat : 7700 (java) S 7693 7696 5929 0 -1 4202560 171 0 0 0 39 5 0 0 20 0 19 0 3487873 9856040960 134382 33554432000 1073741824 1073778376 140733638051648 140709842074536 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=7696/tid=7701] ppid=7693 vsize=9625040 CPUtime=0.41 cores=0,2,4,6
/proc/7696/task/7701/stat : 7701 (java) S 7693 7696 5929 0 -1 4202560 171 0 0 0 35 6 0 0 20 0 19 0 3487873 9856040960 134382 33554432000 1073741824 1073778376 140733638051648 140709841021736 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=7696/tid=7702] ppid=7693 vsize=9625040 CPUtime=0.46 cores=0,2,4,6
/proc/7696/task/7702/stat : 7702 (java) S 7693 7696 5929 0 -1 4202560 427 0 0 0 40 6 0 0 20 0 19 0 3487873 9856040960 134382 33554432000 1073741824 1073778376 140733638051648 140709722057384 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=7696/tid=7703] ppid=7693 vsize=9625040 CPUtime=0.44 cores=0,2,4,6
/proc/7696/task/7703/stat : 7703 (java) S 7693 7696 5929 0 -1 4202560 368 0 0 0 39 5 0 0 20 0 19 0 3487873 9856040960 134382 33554432000 1073741824 1073778376 140733638051648 140709721004584 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=7696/tid=7704] ppid=7693 vsize=9625040 CPUtime=0.56 cores=0,2,4,6
/proc/7696/task/7704/stat : 7704 (java) S 7693 7696 5929 0 -1 4202560 494 0 0 0 49 7 0 0 20 0 19 0 3487873 9856040960 134382 33554432000 1073741824 1073778376 140733638051648 140709719951784 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=7696/tid=7705] ppid=7693 vsize=9625040 CPUtime=0.49 cores=0,2,4,6
/proc/7696/task/7705/stat : 7705 (java) S 7693 7696 5929 0 -1 4202560 433 0 0 0 44 5 0 0 20 0 19 0 3487873 9856040960 134382 33554432000 1073741824 1073778376 140733638051648 140709718898984 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=7696/tid=7706] ppid=7693 vsize=9625040 CPUtime=0.43 cores=0,2,4,6
/proc/7696/task/7706/stat : 7706 (java) S 7693 7696 5929 0 -1 4202560 414 0 0 0 37 6 0 0 20 0 19 0 3487873 9856040960 134382 33554432000 1073741824 1073778376 140733638051648 140709717846184 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=7696/tid=7707] ppid=7693 vsize=9625040 CPUtime=0.16 cores=0,2,4,6
/proc/7696/task/7707/stat : 7707 (java) S 7693 7696 5929 0 -1 4202560 148 0 0 0 14 2 0 0 20 0 19 0 3487874 9856040960 134382 33554432000 1073741824 1073778376 140733638051648 140709235518440 272889853865 0 0 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=7696/tid=7708] ppid=7693 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/7696/task/7708/stat : 7708 (java) S 7693 7696 5929 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 3487875 9856040960 134382 33554432000 1073741824 1073778376 140733638051648 140709234464504 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=7696/tid=7709] ppid=7693 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/7696/task/7709/stat : 7709 (java) S 7693 7696 5929 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 3487875 9856040960 134382 33554432000 1073741824 1073778376 140733638051648 140709233411592 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=7696/tid=7710] ppid=7693 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/7696/task/7710/stat : 7710 (java) S 7693 7696 5929 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 3487877 9856040960 134382 33554432000 1073741824 1073778376 140733638051648 140709232360080 272889861920 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=7696/tid=7711] ppid=7693 vsize=9625040 CPUtime=0.33 cores=0,2,4,6
/proc/7696/task/7711/stat : 7711 (java) S 7693 7696 5929 0 -1 4202560 5705 0 0 0 31 2 0 0 20 0 19 0 3487877 9856040960 134382 33554432000 1073741824 1073778376 140733638051648 140709231307192 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=7696/tid=7712] ppid=7693 vsize=9625040 CPUtime=0.29 cores=0,2,4,6
/proc/7696/task/7712/stat : 7712 (java) S 7693 7696 5929 0 -1 4202560 2624 0 0 0 29 0 0 0 20 0 19 0 3487877 9856040960 134382 33554432000 1073741824 1073778376 140733638051648 140709230254392 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=7696/tid=7713] ppid=7693 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/7696/task/7713/stat : 7713 (java) S 7693 7696 5929 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 3487877 9856040960 134382 33554432000 1073741824 1073778376 140733638051648 140709229201784 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=7696/tid=7714] ppid=7693 vsize=9625040 CPUtime=0.69 cores=0,2,4,6
/proc/7696/task/7714/stat : 7714 (java) S 7693 7696 5929 0 -1 4202560 104 0 0 0 36 33 0 0 20 0 19 0 3487877 9856040960 134382 33554432000 1073741824 1073778376 140733638051648 140709228149192 272889853865 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=7696/tid=7715] ppid=7693 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/7696/task/7715/stat : 7715 (java) S 7693 7696 5929 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 3487886 9856040960 134382 33554432000 1073741824 1073778376 140733638051648 140709227095720 272889853865 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
Current children cumulated CPU time (s) 1785.88
Current children cumulated vsize (KiB) 9625040



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1796.5 s]
/proc/loadavg: 2.20 2.22 2.18 3/213 7955
/proc/meminfo: memFree=29664692/32872528 swapFree=1243664/1390832
[pid=7696] ppid=7693 vsize=9625040 CPUtime=1800.08 cores=0,2,4,6
/proc/7696/stat : 7696 (java) S 7693 7696 5929 0 -1 4202496 15187 0 1 0 179934 74 0 0 20 0 19 0 3487871 9856040960 134382 33554432000 1073741824 1073778376 140733638051648 140733638042784 272889839677 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/7696/statm: 2406260 134382 2280 9 0 2396937 0
[pid=7696/tid=7698] ppid=7693 vsize=9625040 CPUtime=1795.17 cores=0,2,4,6
/proc/7696/task/7698/stat : 7698 (java) R 7693 7696 5929 0 -1 4202560 2500 0 1 0 179485 32 0 0 20 0 19 0 3487872 9856040960 134382 33554432000 1073741824 1073778376 140733638051648 140709881626304 140709722527000 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0
[pid=7696/tid=7699] ppid=7693 vsize=9625040 CPUtime=0.52 cores=0,2,4,6
/proc/7696/task/7699/stat : 7699 (java) S 7693 7696 5929 0 -1 4202560 369 0 0 0 44 8 0 0 20 0 19 0 3487873 9856040960 134382 33554432000 1073741824 1073778376 140733638051648 140709843127336 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=7696/tid=7700] ppid=7693 vsize=9625040 CPUtime=0.44 cores=0,2,4,6
/proc/7696/task/7700/stat : 7700 (java) S 7693 7696 5929 0 -1 4202560 171 0 0 0 39 5 0 0 20 0 19 0 3487873 9856040960 134382 33554432000 1073741824 1073778376 140733638051648 140709842074536 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=7696/tid=7701] ppid=7693 vsize=9625040 CPUtime=0.41 cores=0,2,4,6
/proc/7696/task/7701/stat : 7701 (java) S 7693 7696 5929 0 -1 4202560 171 0 0 0 35 6 0 0 20 0 19 0 3487873 9856040960 134382 33554432000 1073741824 1073778376 140733638051648 140709841021736 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=7696/tid=7702] ppid=7693 vsize=9625040 CPUtime=0.46 cores=0,2,4,6
/proc/7696/task/7702/stat : 7702 (java) S 7693 7696 5929 0 -1 4202560 427 0 0 0 40 6 0 0 20 0 19 0 3487873 9856040960 134382 33554432000 1073741824 1073778376 140733638051648 140709722057384 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=7696/tid=7703] ppid=7693 vsize=9625040 CPUtime=0.44 cores=0,2,4,6
/proc/7696/task/7703/stat : 7703 (java) S 7693 7696 5929 0 -1 4202560 368 0 0 0 39 5 0 0 20 0 19 0 3487873 9856040960 134382 33554432000 1073741824 1073778376 140733638051648 140709721004584 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=7696/tid=7704] ppid=7693 vsize=9625040 CPUtime=0.56 cores=0,2,4,6
/proc/7696/task/7704/stat : 7704 (java) S 7693 7696 5929 0 -1 4202560 494 0 0 0 49 7 0 0 20 0 19 0 3487873 9856040960 134382 33554432000 1073741824 1073778376 140733638051648 140709719951784 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=7696/tid=7705] ppid=7693 vsize=9625040 CPUtime=0.49 cores=0,2,4,6
/proc/7696/task/7705/stat : 7705 (java) S 7693 7696 5929 0 -1 4202560 433 0 0 0 44 5 0 0 20 0 19 0 3487873 9856040960 134382 33554432000 1073741824 1073778376 140733638051648 140709718898984 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=7696/tid=7706] ppid=7693 vsize=9625040 CPUtime=0.43 cores=0,2,4,6
/proc/7696/task/7706/stat : 7706 (java) S 7693 7696 5929 0 -1 4202560 414 0 0 0 37 6 0 0 20 0 19 0 3487873 9856040960 134382 33554432000 1073741824 1073778376 140733638051648 140709717846184 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=7696/tid=7707] ppid=7693 vsize=9625040 CPUtime=0.16 cores=0,2,4,6
/proc/7696/task/7707/stat : 7707 (java) S 7693 7696 5929 0 -1 4202560 148 0 0 0 14 2 0 0 20 0 19 0 3487874 9856040960 134382 33554432000 1073741824 1073778376 140733638051648 140709235518440 272889853865 0 0 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=7696/tid=7708] ppid=7693 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/7696/task/7708/stat : 7708 (java) S 7693 7696 5929 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 3487875 9856040960 134382 33554432000 1073741824 1073778376 140733638051648 140709234464504 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=7696/tid=7709] ppid=7693 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/7696/task/7709/stat : 7709 (java) S 7693 7696 5929 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 3487875 9856040960 134382 33554432000 1073741824 1073778376 140733638051648 140709233411592 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=7696/tid=7710] ppid=7693 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/7696/task/7710/stat : 7710 (java) S 7693 7696 5929 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 3487877 9856040960 134382 33554432000 1073741824 1073778376 140733638051648 140709232360080 272889861920 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=7696/tid=7711] ppid=7693 vsize=9625040 CPUtime=0.33 cores=0,2,4,6
/proc/7696/task/7711/stat : 7711 (java) S 7693 7696 5929 0 -1 4202560 5705 0 0 0 31 2 0 0 20 0 19 0 3487877 9856040960 134382 33554432000 1073741824 1073778376 140733638051648 140709231307192 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=7696/tid=7712] ppid=7693 vsize=9625040 CPUtime=0.29 cores=0,2,4,6
/proc/7696/task/7712/stat : 7712 (java) S 7693 7696 5929 0 -1 4202560 2624 0 0 0 29 0 0 0 20 0 19 0 3487877 9856040960 134382 33554432000 1073741824 1073778376 140733638051648 140709230254392 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=7696/tid=7713] ppid=7693 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/7696/task/7713/stat : 7713 (java) S 7693 7696 5929 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 3487877 9856040960 134382 33554432000 1073741824 1073778376 140733638051648 140709229201784 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=7696/tid=7714] ppid=7693 vsize=9625040 CPUtime=0.69 cores=0,2,4,6
/proc/7696/task/7714/stat : 7714 (java) S 7693 7696 5929 0 -1 4202560 104 0 0 0 36 33 0 0 20 0 19 0 3487877 9856040960 134382 33554432000 1073741824 1073778376 140733638051648 140709228149192 272889853865 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=7696/tid=7715] ppid=7693 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/7696/task/7715/stat : 7715 (java) S 7693 7696 5929 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 3487886 9856040960 134382 33554432000 1073741824 1073778376 140733638051648 140709227095720 272889853865 0 4 0 16800975 18446744071579510697 0 0 -1 0 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 7696 sig 9
??? end of watcher thread
Dumping a history of the last processes samples

[startup+1796.5 s]
/proc/loadavg: 2.20 2.22 2.18 3/213 7955
/proc/meminfo: memFree=29664692/32872528 swapFree=1243664/1390832
[pid=7696] ppid=7693 vsize=9625040 CPUtime=1800.08 cores=0,2,4,6
/proc/7696/stat : 7696 (java) S 7693 7696 5929 0 -1 4202496 15187 0 1 0 179934 74 0 0 20 0 19 0 3487871 9856040960 134382 33554432000 1073741824 1073778376 140733638051648 140733638042784 272889839677 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/7696/statm: 2406260 134382 2280 9 0 2396937 0
[pid=7696/tid=7698] ppid=7693 vsize=9625040 CPUtime=1795.17 cores=0,2,4,6
/proc/7696/task/7698/stat : 7698 (java) R 7693 7696 5929 0 -1 4202560 2500 0 1 0 179485 32 0 0 20 0 19 0 3487872 9856040960 134382 33554432000 1073741824 1073778376 140733638051648 140709881626304 140709722527000 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0
[pid=7696/tid=7699] ppid=7693 vsize=9625040 CPUtime=0.52 cores=0,2,4,6
/proc/7696/task/7699/stat : 7699 (java) S 7693 7696 5929 0 -1 4202560 369 0 0 0 44 8 0 0 20 0 19 0 3487873 9856040960 134382 33554432000 1073741824 1073778376 140733638051648 140709843127336 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=7696/tid=7700] ppid=7693 vsize=9625040 CPUtime=0.44 cores=0,2,4,6
/proc/7696/task/7700/stat : 7700 (java) S 7693 7696 5929 0 -1 4202560 171 0 0 0 39 5 0 0 20 0 19 0 3487873 9856040960 134382 33554432000 1073741824 1073778376 140733638051648 140709842074536 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=7696/tid=7701] ppid=7693 vsize=9625040 CPUtime=0.41 cores=0,2,4,6
/proc/7696/task/7701/stat : 7701 (java) S 7693 7696 5929 0 -1 4202560 171 0 0 0 35 6 0 0 20 0 19 0 3487873 9856040960 134382 33554432000 1073741824 1073778376 140733638051648 140709841021736 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=7696/tid=7702] ppid=7693 vsize=9625040 CPUtime=0.46 cores=0,2,4,6
/proc/7696/task/7702/stat : 7702 (java) S 7693 7696 5929 0 -1 4202560 427 0 0 0 40 6 0 0 20 0 19 0 3487873 9856040960 134382 33554432000 1073741824 1073778376 140733638051648 140709722057384 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=7696/tid=7703] ppid=7693 vsize=9625040 CPUtime=0.44 cores=0,2,4,6
/proc/7696/task/7703/stat : 7703 (java) S 7693 7696 5929 0 -1 4202560 368 0 0 0 39 5 0 0 20 0 19 0 3487873 9856040960 134382 33554432000 1073741824 1073778376 140733638051648 140709721004584 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=7696/tid=7704] ppid=7693 vsize=9625040 CPUtime=0.56 cores=0,2,4,6
/proc/7696/task/7704/stat : 7704 (java) S 7693 7696 5929 0 -1 4202560 494 0 0 0 49 7 0 0 20 0 19 0 3487873 9856040960 134382 33554432000 1073741824 1073778376 140733638051648 140709719951784 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=7696/tid=7705] ppid=7693 vsize=9625040 CPUtime=0.49 cores=0,2,4,6
/proc/7696/task/7705/stat : 7705 (java) S 7693 7696 5929 0 -1 4202560 433 0 0 0 44 5 0 0 20 0 19 0 3487873 9856040960 134382 33554432000 1073741824 1073778376 140733638051648 140709718898984 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=7696/tid=7706] ppid=7693 vsize=9625040 CPUtime=0.43 cores=0,2,4,6
/proc/7696/task/7706/stat : 7706 (java) S 7693 7696 5929 0 -1 4202560 414 0 0 0 37 6 0 0 20 0 19 0 3487873 9856040960 134382 33554432000 1073741824 1073778376 140733638051648 140709717846184 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=7696/tid=7707] ppid=7693 vsize=9625040 CPUtime=0.16 cores=0,2,4,6
/proc/7696/task/7707/stat : 7707 (java) S 7693 7696 5929 0 -1 4202560 148 0 0 0 14 2 0 0 20 0 19 0 3487874 9856040960 134382 33554432000 1073741824 1073778376 140733638051648 140709235518440 272889853865 0 0 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=7696/tid=7708] ppid=7693 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/7696/task/7708/stat : 7708 (java) S 7693 7696 5929 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 3487875 9856040960 134382 33554432000 1073741824 1073778376 140733638051648 140709234464504 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=7696/tid=7709] ppid=7693 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/7696/task/7709/stat : 7709 (java) S 7693 7696 5929 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 3487875 9856040960 134382 33554432000 1073741824 1073778376 140733638051648 140709233411592 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=7696/tid=7710] ppid=7693 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/7696/task/7710/stat : 7710 (java) S 7693 7696 5929 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 3487877 9856040960 134382 33554432000 1073741824 1073778376 140733638051648 140709232360080 272889861920 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=7696/tid=7711] ppid=7693 vsize=9625040 CPUtime=0.33 cores=0,2,4,6
/proc/7696/task/7711/stat : 7711 (java) S 7693 7696 5929 0 -1 4202560 5705 0 0 0 31 2 0 0 20 0 19 0 3487877 9856040960 134382 33554432000 1073741824 1073778376 140733638051648 140709231307192 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=7696/tid=7712] ppid=7693 vsize=9625040 CPUtime=0.29 cores=0,2,4,6
/proc/7696/task/7712/stat : 7712 (java) S 7693 7696 5929 0 -1 4202560 2624 0 0 0 29 0 0 0 20 0 19 0 3487877 9856040960 134382 33554432000 1073741824 1073778376 140733638051648 140709230254392 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=7696/tid=7713] ppid=7693 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/7696/task/7713/stat : 7713 (java) S 7693 7696 5929 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 3487877 9856040960 134382 33554432000 1073741824 1073778376 140733638051648 140709229201784 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=7696/tid=7714] ppid=7693 vsize=9625040 CPUtime=0.69 cores=0,2,4,6
/proc/7696/task/7714/stat : 7714 (java) S 7693 7696 5929 0 -1 4202560 104 0 0 0 36 33 0 0 20 0 19 0 3487877 9856040960 134382 33554432000 1073741824 1073778376 140733638051648 140709228149192 272889853865 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=7696/tid=7715] ppid=7693 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/7696/task/7715/stat : 7715 (java) S 7693 7696 5929 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 3487886 9856040960 134382 33554432000 1073741824 1073778376 140733638051648 140709227095720 272889853865 0 4 0 16800975 18446744071579510697 0 0 -1 0 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): 1796.54
CPU time (s): 1800.72
CPU user time (s): 1799.41
CPU system time (s): 1.3118
CPU usage (%): 100.233
Max. virtual memory (cumulated for all children) (KiB): 9625040

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1799.41
system time used= 1.3118
maximum resident set size= 640616
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 15230
page faults= 1
swaps= 0
block input operations= 0
block output operations= 1272
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 38598
involuntary context switches= 10732

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 10.9623 second user time and 13.313 second system time

The end

Launcher Data

Begin job on node119 at 2016-06-15 20:13:12
IDJOB=4088942
IDBENCH=107335
IDSOLVER=2546
FILE ID=node119/4088942-1466014392
RUNJOBID= node119-1466012072-5945
PBS_JOBID= 19902816
Free space on /tmp= 71736 MiB

SOLVER NAME= Sat4j PB 2.3.6 Resolution PB16
BENCH NAME= PB16/normalized-PB16/DEC-SMALLINT-LIN/pb16-16-elffers/vertexcover-instances/normalized-vertexcover-grid6x15.opb
COMMAND LINE= java -jar sat4j-pb.jar BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4088942-1466014392/watcher-4088942-1466014392 -o /tmp/evaluation-result-4088942-1466014392/solver-4088942-1466014392 -C 1800 -W 1900 -M 15500 --bin-var /tmp/runsolver-exch-node119-1466012072-5945 --watchdog 1960  java -jar sat4j-pb.jar HOME/instance-4088942-1466014392.opb

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

MD5SUM BENCH= 9ed76da7022a3a6503a2709d161add97
RANDOM SEED=2025851530

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

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

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

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


/proc/meminfo:
MemTotal:       32872528 kB
MemFree:        29732396 kB
Buffers:            7136 kB
Cached:            91700 kB
SwapCached:        14200 kB
Active:           952984 kB
Inactive:          88636 kB
Active(anon):     930800 kB
Inactive(anon):    14104 kB
Active(file):      22184 kB
Inactive(file):    74532 kB
Unevictable:     1390832 kB
Mlocked:         1243664 kB
SwapTotal:      67108856 kB
SwapFree:       67088056 kB
Dirty:               500 kB
Writeback:             0 kB
AnonPages:       2319968 kB
Mapped:            15552 kB
Shmem:                 0 kB
Slab:             565008 kB
SReclaimable:       8908 kB
SUnreclaim:       556100 kB
KernelStack:        1704 kB
PageTables:         8508 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545120 kB
Committed_AS:    2975316 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346412 kB
VmallocChunk:   34341988032 kB
HardwareCorrupted:     0 kB
AnonHugePages:   1040384 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= 71736 MiB
End job on node119 at 2016-06-15 20:43:09