Trace number 4119847

Some explanations

A solver is run under the control of another program named runsolver. runsolver is in charge of imposing the CPU time limit and the memory limit to the solver. It also monitors some information about the process. The trace of the execution of a solver is divided into four (or five) parts:
  1. SOLVER DATA
    This is the output of the solver (stdout and stderr).
    Note that some very long lines in this section may be truncated by your web browser ! In such a case, you may want to use the "Download as text" link to get the trace as a text file.

    When the --timestamp option is passed to the runsolver program, each line output by the solver is prepended with a timestamp which indicates at what time the line was output by the solver. Times are relative to the start of the program, given in seconds. The first timestamp (if present) is estimated CPU time. The last timestamp is wall clock time.

    As some 'v lines' may be very long (sometimes several megabytes), the 'v line' output by your solver may be split on several lines to help limit the size of the trace recorded in the database. In any case, the exact output of your solver is preserved in a trace file.
  2. VERIFIER DATA
    The output of the solver is piped to a verifier program which will search a value line "v " and, if found, will check that the given interpretation satisfies all constraints.
  3. CONVERSION SCRIPT DATA (Optionnal)
    When a conversion script is used, this section shows the messages that were output by the conversion script.
  4. WATCHER DATA
    This is the informations gathered by the runsolver program. It first prints the different limits. There's a first limit on CPU time set to X seconds (see the parameters in the trace). After this time has ellapsed, runsolver sends a SIGTERM and 2 seconds later a SIGKILL to the solver. For safety, there's also another limit set to X+30 seconds which will send a SIGXPU to the solver. The last limit is on the virtual memory used by the process (see the parameters in the trace).
    Every ten seconds, the runsolver process fetches the content of /proc/loadavg, /proc/pid/stat and /proc/pid/statm (see man proc) and prints it as raw data. This is only recorded in case we need to investigate the behaviour of a solver. The memory used by the solver (vsize) is also given every ten seconds.
    When the solver exits, runsolver prints some informations such as status and time. CPU usage is the ratio CPU Time/Real Time.
  5. LAUNCHER DATA
    These informations are related to the script which will launch the solver. The most important informations are the command line given to the solver, the md5sum of the different files and the dump of the /proc/cpuinfo and /proc/meminfo which provides some useful information on the computer.

Solver answer on this benchmark

Solver NameAnswerobjective functionCPU timeWall clock time
Sat4j PB 2.3.6 Resolution PB16? (TO) 1800.02 1792.84

General information on the benchmark

NamePB15eval/normalized-PB15eval/OPT-SMALLINT-LIN/pbfvmc-formulae/
hw32/normalized-hw32-vm100p-opt.opb.negationfix.opb
MD5SUM3d8e0b2cc1943050730f0789b165ef6f
Bench CategoryOPT-SMALLINT-LIN (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 Function
Satisfiable
(Un)Satisfiability was proved
Best value of the objective function
Optimality of the best value was proved
Number of variables
Total number of constraints
Number of constraints which are clauses
Number of constraints which are cardinality constraints (but not clauses)
Number of constraints which are nor clauses,nor cardinality constraints
Minimum length of a constraint
Maximum length of a constraint
Number of terms in the objective function
Biggest coefficient in the objective function
Number of bits for the biggest coefficient in the objective function
Sum of the numbers in the objective function
Number of bits of the sum of numbers in the objective function
Biggest number in a constraint
Number of bits of the biggest number in a constraint
Biggest sum of numbers in a constraint
Number of bits of the biggest sum of numbers
Number of products (including duplicates)
Sum of products size (including duplicates)
Number of different products
Sum of products size

Solver Data

0.00/0.08	c SAT4J: a SATisfiability library for Java (c) 2004-2013 Artois University and CNRS
0.00/0.08	c This is free software under the dual EPL/GNU LGPL licenses.
0.00/0.08	c See www.sat4j.org for details.
0.00/0.08	c version PB16.v20160501
0.00/0.08	c java.runtime.name	Java(TM) SE Runtime Environment
0.00/0.08	c java.vm.name		Java HotSpot(TM) 64-Bit Server VM
0.00/0.08	c java.vm.version	19.1-b02
0.00/0.08	c java.vm.vendor	Sun Microsystems Inc.
0.00/0.08	c sun.arch.data.model	64
0.00/0.08	c java.version		1.6.0_24
0.00/0.08	c os.name		Linux
0.00/0.08	c os.version		2.6.32-71.29.1.el6.x86_64
0.00/0.08	c os.arch		amd64
0.00/0.08	c Free memory 		501472288
0.00/0.08	c Max memory 		7480803328
0.00/0.08	c Total memory 		504102912
0.00/0.08	c Number of processors 	8
0.09/0.10	c Pseudo Boolean Optimization by upper bound
0.09/0.10	c --- Begin Solver configuration ---
0.09/0.10	c org.sat4j.pb.constraints.CompetResolutionPBLongMixedWLClauseCardConstrDataStructure@2b21cc40
0.09/0.10	c Learn all clauses as in MiniSAT
0.09/0.10	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.09/0.10	c VSIDS like heuristics from MiniSAT using a heap lightweight component caching from RSAT taking into account the objective function
0.09/0.10	c No reason simplification
0.09/0.10	c Glucose 2.1 dynamic restart strategy
0.09/0.10	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.10	c timeout=2147483s
0.09/0.10	c DB Simplification allowed=false
0.09/0.10	c Listener: org.sat4j.minisat.core.VoidTracing@7c64dc11
0.09/0.10	c --- End Solver configuration ---
0.09/0.10	c solving HOME/instance-4119847-1467278339.opb
0.09/0.10	c reading problem ... 
0.09/0.11	c  objective function found
0.59/0.39	c ... done. Wall clock time 0.286s.
0.59/0.39	c declared #vars     11808
0.59/0.39	c #constraints  802
0.59/0.39	c constraints type 
0.59/0.39	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 368
0.59/0.39	c org.sat4j.specs.Constr$1 => 1
0.59/0.39	c org.sat4j.minisat.constraints.card.MinWatchCard => 368
0.59/0.39	c org.sat4j.pb.constraints.pb.MaxWatchPbLong => 65
0.59/0.39	c 802 constraints processed.
0.59/0.39	c objective function length is 32 literals
1.82/1.05	c cleaning 2494 clauses out of 5000 with flag 15467/5000
2.58/1.73	c cleaning 4246 clauses out of 8506 with flag 38281/11000
3.49/2.66	c cleaning 5621 clauses out of 11261 with flag 69194/18001
4.59/3.77	c cleaning 6810 clauses out of 13639 with flag 96516/26000
6.01/5.11	c cleaning 7904 clauses out of 15830 with flag 135479/35001
7.51/6.69	c cleaning 8950 clauses out of 17925 with flag 183264/45000
9.63/8.71	c cleaning 9980 clauses out of 19976 with flag 239205/56001
11.73/10.85	c cleaning 10982 clauses out of 21995 with flag 297100/68000
14.24/13.31	c cleaning 11991 clauses out of 24014 with flag 361513/81001
16.93/16.06	c cleaning 12999 clauses out of 26022 with flag 435467/95000
19.83/18.98	c cleaning 14003 clauses out of 28023 with flag 516590/110000
23.33/22.40	c cleaning 15002 clauses out of 30021 with flag 607009/126001
27.12/26.13	c cleaning 15996 clauses out of 32018 with flag 704220/143000
30.92/29.91	c cleaning 16996 clauses out of 34024 with flag 807433/161002
35.13/34.19	c cleaning 18002 clauses out of 36026 with flag 915224/180000
39.73/38.75	c cleaning 18998 clauses out of 38024 with flag 1026100/200000
42.53/41.53	c cleaning 19996 clauses out of 40026 with flag 1121516/221000
46.14/45.08	c cleaning 21008 clauses out of 42035 with flag 1259407/243005
50.04/48.99	c cleaning 21997 clauses out of 44022 with flag 1405623/266000
54.53/53.49	c cleaning 22997 clauses out of 46026 with flag 1568548/290001
59.73/58.64	c cleaning 23992 clauses out of 48028 with flag 1728091/315000
64.83/63.78	c cleaning 25005 clauses out of 50037 with flag 1869986/341001
71.17/69.97	c cleaning 26000 clauses out of 52032 with flag 2025569/368001
77.77/76.56	c cleaning 27004 clauses out of 54032 with flag 2198496/396001
85.67/84.49	c cleaning 28001 clauses out of 56027 with flag 2368529/425000
94.18/92.94	c cleaning 28996 clauses out of 58027 with flag 2548150/455001
103.07/101.84	c cleaning 30000 clauses out of 60031 with flag 2744121/486001
112.79/111.44	c cleaning 31005 clauses out of 62030 with flag 2944306/518000
120.49/119.16	c cleaning 31999 clauses out of 64026 with flag 3120787/551001
129.49/128.12	c cleaning 32997 clauses out of 66028 with flag 3309540/585002
139.77/138.29	c cleaning 34000 clauses out of 68031 with flag 3538414/620002
150.77/149.22	c cleaning 35001 clauses out of 70031 with flag 3747341/656002
158.68/157.15	c cleaning 36001 clauses out of 72028 with flag 3936578/693000
167.31/165.69	c cleaning 36991 clauses out of 74030 with flag 4054474/731003
179.11/177.46	c cleaning 37992 clauses out of 76037 with flag 4201504/770001
193.82/192.11	c cleaning 38992 clauses out of 78044 with flag 4366693/810000
210.32/208.53	c cleaning 39997 clauses out of 80052 with flag 4533783/851000
227.82/226.03	c cleaning 41001 clauses out of 82057 with flag 4703510/893002
248.53/246.65	c cleaning 42004 clauses out of 84056 with flag 4885001/936002
268.54/266.65	c cleaning 42994 clauses out of 86051 with flag 5064590/980001
292.85/290.90	c cleaning 44000 clauses out of 88057 with flag 5248519/1025001
317.73/315.78	c cleaning 44999 clauses out of 90056 with flag 5446254/1071000
344.23/342.23	c cleaning 45999 clauses out of 92058 with flag 5634790/1118001
373.29/371.21	c cleaning 47003 clauses out of 94058 with flag 5836241/1166000
402.60/400.55	c cleaning 48001 clauses out of 96055 with flag 6043036/1215000
432.50/430.34	c cleaning 49000 clauses out of 98054 with flag 6246679/1265000
464.21/461.91	c cleaning 50018 clauses out of 100055 with flag 6453442/1316001
471.81/469.57	c cleaning 51006 clauses out of 102038 with flag 6616520/1368002
483.98/481.63	c cleaning 52002 clauses out of 104030 with flag 6736786/1421000
507.07/504.79	c cleaning 53001 clauses out of 106028 with flag 6852184/1475000
541.94/539.55	c cleaning 54004 clauses out of 108028 with flag 6971135/1530001
583.94/581.54	c cleaning 55001 clauses out of 110024 with flag 7103120/1586001
633.10/630.63	c cleaning 55997 clauses out of 112024 with flag 7233262/1643002
640.61/638.13	c cleaning 56999 clauses out of 114027 with flag 7390002/1701002
652.48/649.96	c cleaning 57991 clauses out of 116027 with flag 7531589/1760001
667.66/665.00	c cleaning 58984 clauses out of 118035 with flag 7695119/1820000
677.65/674.93	c cleaning 60019 clauses out of 120052 with flag 7837332/1881001
685.54/682.81	c cleaning 61006 clauses out of 122033 with flag 8011939/1943001
697.28/694.50	c cleaning 62004 clauses out of 124026 with flag 8227127/2006000
717.14/714.31	c cleaning 62992 clauses out of 126023 with flag 8449524/2070001
741.42/738.59	c cleaning 64004 clauses out of 128030 with flag 8686792/2135000
766.52/763.50	c cleaning 65002 clauses out of 130026 with flag 8911129/2201000
798.53/795.51	c cleaning 65997 clauses out of 132025 with flag 9132235/2268001
835.98/832.91	c cleaning 66999 clauses out of 134029 with flag 9365878/2336002
874.46/871.31	c cleaning 67998 clauses out of 136030 with flag 9604070/2405002
911.97/908.75	c cleaning 69005 clauses out of 138033 with flag 9852990/2475003
941.44/938.16	c cleaning 70012 clauses out of 140026 with flag 10078338/2546001
959.50/956.10	c cleaning 70994 clauses out of 142013 with flag 10420446/2618000
970.97/967.54	c cleaning 71994 clauses out of 144019 with flag 10723901/2691000
995.58/992.18	c cleaning 72996 clauses out of 146027 with flag 10946569/2765002
1011.09/1007.60	c cleaning 74001 clauses out of 148031 with flag 11248867/2840002
1043.58/1039.96	c cleaning 74999 clauses out of 150029 with flag 11634784/2916001
1078.48/1074.75	c cleaning 76003 clauses out of 152031 with flag 12032083/2993002
1090.59/1086.74	c cleaning 77005 clauses out of 154026 with flag 12310682/3071000
1103.65/1099.72	c cleaning 78000 clauses out of 156021 with flag 12516712/3150000
1124.50/1120.47	c cleaning 78996 clauses out of 158024 with flag 12841199/3230003
1155.38/1151.21	c cleaning 80000 clauses out of 160025 with flag 13015037/3311000
1195.68/1191.44	c cleaning 80993 clauses out of 162026 with flag 13191565/3393001
1225.35/1221.09	c cleaning 82004 clauses out of 164032 with flag 13374082/3476000
1242.52/1238.00	c cleaning 82990 clauses out of 166028 with flag 13734724/3560000
1271.96/1267.39	c cleaning 83994 clauses out of 168038 with flag 14193600/3645000
1302.63/1297.87	c cleaning 84996 clauses out of 170044 with flag 14676569/3731000
1331.64/1326.79	c cleaning 86002 clauses out of 172048 with flag 15164530/3818000
1362.30/1357.22	c cleaning 87005 clauses out of 174048 with flag 15632655/3906002
1397.52/1392.37	c cleaning 87999 clauses out of 176042 with flag 16146961/3995001
1432.43/1427.05	c cleaning 89001 clauses out of 178042 with flag 16683240/4085000
1472.87/1467.39	c cleaning 89997 clauses out of 180042 with flag 17294800/4176001
1510.17/1504.40	c cleaning 90996 clauses out of 182046 with flag 17896216/4268002
1545.28/1539.50	c cleaning 91999 clauses out of 184048 with flag 18492238/4361000
1583.21/1577.14	c cleaning 93004 clauses out of 186051 with flag 19093936/4455002
1623.87/1617.61	c cleaning 94002 clauses out of 188046 with flag 19682492/4550001
1666.81/1660.39	c cleaning 94996 clauses out of 190043 with flag 20344524/4646000
1707.97/1701.27	c cleaning 96000 clauses out of 192048 with flag 20985234/4743001
1752.91/1745.94	c cleaning 96996 clauses out of 194047 with flag 21656167/4841000
1798.39/1791.22	c cleaning 97996 clauses out of 196051 with flag 22386015/4940000
1800.02/1792.80	c starts		: 447
1800.02/1792.80	c conflicts		: 4949799
1800.02/1792.80	c decisions		: 6054281
1800.02/1792.80	c propagations		: 363987594
1800.02/1792.80	c inspects		: 30614167331
1800.02/1792.80	c shortcuts		: 0
1800.02/1792.80	c learnt literals	: 0
1800.02/1792.80	c learnt binary clauses	: 0
1800.02/1792.80	c learnt ternary clauses	: 0
1800.02/1792.80	c learnt constraints	: 4949799
1800.02/1792.80	c ignored constraints	: 0
1800.02/1792.80	c root simplifications	: 0
1800.02/1792.80	c removed literals (reason simplification)	: 0
1800.02/1792.80	c reason swapping (by a shorter reason)	: 0
1800.02/1792.80	c Calls to reduceDB	: 95
1800.02/1792.80	c Number of update (reduction) of LBD	: 773173
1800.02/1792.80	c Imported unit clauses	: 0
1800.02/1792.80	c number of reductions to clauses (during analyze)	: 0
1800.02/1792.80	c number of learned constraints concerned by reduction	: 0
1800.02/1792.80	c number of learning phase by resolution	: 0
1800.02/1792.80	c number of learning phase by cutting planes	: 0
1800.02/1792.80	c speed (assignments/second)	: 203072.74827047533
1800.02/1792.80	c non guided choices	217047
1800.02/1792.80	c timeout
1800.02/1792.83	c learnt constraints type 
1800.02/1792.83	c org.sat4j.minisat.constraints.cnf.LearntWLClause => 107854
1800.02/1792.83	s UNKNOWN
1800.02/1792.83	c Total wall clock time (in seconds): 1792.725

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-4119847-1467278339/watcher-4119847-1467278339 -o /tmp/evaluation-result-4119847-1467278339/solver-4119847-1467278339 -C 1800 -W 1900 -M 15500 --bin-var /tmp/runsolver-exch-node139-1467278339-27633 --watchdog 1960 java -jar sat4j-pb.jar HOME/instance-4119847-1467278339.opb 

pid=27672
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.25 2.26 2.21 3/188 27675
/proc/meminfo: memFree=30142584/32872528 swapFree=1394328/1580332
[pid=27675] ppid=27672 vsize=8 CPUtime=0 cores=0,2,4,6
/proc/27675/stat : 27675 (java) R 27672 27675 26626 0 -1 4194304 330 0 0 0 0 0 0 0 20 0 1 0 17862494 8192 1 33554432000 0 0 0 140733765954248 248790019511 0 0 4096 0 0 0 0 17 4 0 0 0 0 0
/proc/27675/statm: 67 3 0 0 0 24 0

[startup+0.100166 s]
/proc/loadavg: 2.25 2.26 2.21 3/188 27675
/proc/meminfo: memFree=30142584/32872528 swapFree=1394328/1580332
[pid=27675] ppid=27672 vsize=9558476 CPUtime=0.09 cores=0,2,4,6
/proc/27675/stat : 27675 (java) S 27672 27675 26626 0 -1 4202496 4442 0 1 0 9 0 0 0 20 0 18 0 17862494 9787879424 6072 33554432000 1073741824 1073778376 140734591892960 140734591884096 248793563197 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/27675/statm: 2389619 6072 2147 9 0 2380296 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 9558476

[startup+0.20023 s]
/proc/loadavg: 2.25 2.26 2.21 3/188 27675
/proc/meminfo: memFree=30142584/32872528 swapFree=1394328/1580332
[pid=27675] ppid=27672 vsize=9558476 CPUtime=0.29 cores=0,2,4,6
/proc/27675/stat : 27675 (java) S 27672 27675 26626 0 -1 4202496 6846 0 1 0 28 1 0 0 20 0 18 0 17862494 9787879424 8818 33554432000 1073741824 1073778376 140734591892960 140734591884096 248793563197 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/27675/statm: 2389619 8818 2218 9 0 2380296 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 9558476

[startup+0.300238 s]
/proc/loadavg: 2.25 2.26 2.21 3/188 27675
/proc/meminfo: memFree=30142584/32872528 swapFree=1394328/1580332
[pid=27675] ppid=27672 vsize=9558476 CPUtime=0.59 cores=0,2,4,6
/proc/27675/stat : 27675 (java) S 27672 27675 26626 0 -1 4202496 9727 0 1 0 57 2 0 0 20 0 18 0 17862494 9787879424 12278 33554432000 1073741824 1073778376 140734591892960 140734591884096 248793563197 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/27675/statm: 2389619 12278 2236 9 0 2380296 0
Current children cumulated CPU time (s) 0.59
Current children cumulated vsize (KiB) 9558476

[startup+0.700307 s]
/proc/loadavg: 2.25 2.26 2.21 3/188 27675
/proc/meminfo: memFree=30142584/32872528 swapFree=1394328/1580332
[pid=27675] ppid=27672 vsize=9625040 CPUtime=1.47 cores=0,2,4,6
/proc/27675/stat : 27675 (java) S 27672 27675 26626 0 -1 4202496 10143 0 1 0 144 3 0 0 20 0 19 0 17862494 9856040960 27779 33554432000 1073741824 1073778376 140734591892960 140734591884096 248793563197 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/27675/statm: 2406260 27779 2257 9 0 2396937 0
Current children cumulated CPU time (s) 1.47
Current children cumulated vsize (KiB) 9625040

[startup+1.50078 s]
/proc/loadavg: 2.39 2.29 2.22 3/213 27700
/proc/meminfo: memFree=29948256/32872528 swapFree=1394328/1580332
[pid=27675] ppid=27672 vsize=9625040 CPUtime=2.36 cores=0,2,4,6
/proc/27675/stat : 27675 (java) S 27672 27675 26626 0 -1 4202496 10157 0 1 0 233 3 0 0 20 0 19 0 17862494 9856040960 29836 33554432000 1073741824 1073778376 140734591892960 140734591884096 248793563197 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/27675/statm: 2406260 29836 2265 9 0 2396937 0
[pid=27675/tid=27678] ppid=27672 vsize=9625040 CPUtime=1.47 cores=0,2,4,6
/proc/27675/task/27678/stat : 27678 (java) R 27672 27675 26626 0 -1 4202560 2450 0 1 0 145 2 0 0 20 0 19 0 17862495 9856040960 29836 33554432000 1073741824 1073778376 140734591892960 140242665620040 140242510659321 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0
[pid=27675/tid=27683] ppid=27672 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/27675/task/27683/stat : 27683 (java) S 27672 27675 26626 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 17862496 9856040960 29836 33554432000 1073741824 1073778376 140734591892960 140242638072488 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=27675/tid=27684] ppid=27672 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/27675/task/27684/stat : 27684 (java) S 27672 27675 26626 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 17862496 9856040960 29836 33554432000 1073741824 1073778376 140734591892960 140242637019944 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=27675/tid=27685] ppid=27672 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/27675/task/27685/stat : 27685 (java) S 27672 27675 26626 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 17862496 9856040960 29836 33554432000 1073741824 1073778376 140734591892960 140242635967400 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=27675/tid=27686] ppid=27672 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/27675/task/27686/stat : 27686 (java) S 27672 27675 26626 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 17862496 9856040960 29836 33554432000 1073741824 1073778376 140734591892960 140242634914856 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=27675/tid=27687] ppid=27672 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/27675/task/27687/stat : 27687 (java) S 27672 27675 26626 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 17862496 9856040960 29836 33554432000 1073741824 1073778376 140734591892960 140242633861288 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=27675/tid=27688] ppid=27672 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/27675/task/27688/stat : 27688 (java) S 27672 27675 26626 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 17862496 9856040960 29836 33554432000 1073741824 1073778376 140734591892960 140242632808744 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=27675/tid=27689] ppid=27672 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/27675/task/27689/stat : 27689 (java) S 27672 27675 26626 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 17862496 9856040960 29836 33554432000 1073741824 1073778376 140734591892960 140242631756200 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=27675/tid=27690] ppid=27672 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/27675/task/27690/stat : 27690 (java) S 27672 27675 26626 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 17862496 9856040960 29836 33554432000 1073741824 1073778376 140734591892960 140242630703656 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=27675/tid=27691] ppid=27672 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/27675/task/27691/stat : 27691 (java) S 27672 27675 26626 0 -1 4202560 5 0 0 0 0 0 0 0 20 0 19 0 17862497 9856040960 29836 33554432000 1073741824 1073778376 140734591892960 140242019396200 248793577385 0 0 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=27675/tid=27692] ppid=27672 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/27675/task/27692/stat : 27692 (java) S 27672 27675 26626 0 -1 4202560 16 0 0 0 0 0 0 0 20 0 19 0 17862497 9856040960 29836 33554432000 1073741824 1073778376 140734591892960 140242018342520 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=27675/tid=27693] ppid=27672 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/27675/task/27693/stat : 27693 (java) S 27672 27675 26626 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 17862497 9856040960 29836 33554432000 1073741824 1073778376 140734591892960 140242017289864 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=27675/tid=27694] ppid=27672 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/27675/task/27694/stat : 27694 (java) S 27672 27675 26626 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 17862499 9856040960 29836 33554432000 1073741824 1073778376 140734591892960 140242016238608 248793585440 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=27675/tid=27695] ppid=27672 vsize=9625040 CPUtime=0.48 cores=0,2,4,6
/proc/27675/task/27695/stat : 27695 (java) S 27672 27675 26626 0 -1 4202560 4217 0 0 0 48 0 0 0 20 0 19 0 17862499 9856040960 29836 33554432000 1073741824 1073778376 140734591892960 140242015184952 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=27675/tid=27696] ppid=27672 vsize=9625040 CPUtime=0.38 cores=0,2,4,6
/proc/27675/task/27696/stat : 27696 (java) S 27672 27675 26626 0 -1 4202560 2213 0 0 0 38 0 0 0 20 0 19 0 17862499 9856040960 29836 33554432000 1073741824 1073778376 140734591892960 140242014132408 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=27675/tid=27697] ppid=27672 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/27675/task/27697/stat : 27697 (java) S 27672 27675 26626 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 17862499 9856040960 29836 33554432000 1073741824 1073778376 140734591892960 140242013080056 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=27675/tid=27698] ppid=27672 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/27675/task/27698/stat : 27698 (java) S 27672 27675 26626 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 17862500 9856040960 29836 33554432000 1073741824 1073778376 140734591892960 140242012027720 248793577385 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=27675/tid=27700] ppid=27672 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/27675/task/27700/stat : 27700 (java) S 27672 27675 26626 0 -1 4202560 12 0 0 0 0 0 0 0 20 0 19 0 17862535 9856040960 29836 33554432000 1073741824 1073778376 140734591892960 140242010973480 248793577385 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
Current children cumulated CPU time (s) 2.36
Current children cumulated vsize (KiB) 9625040

[startup+3.10076 s]
/proc/loadavg: 2.39 2.29 2.22 3/213 27700
/proc/meminfo: memFree=29916792/32872528 swapFree=1394328/1580332
[pid=27675] ppid=27672 vsize=9625040 CPUtime=3.99 cores=0,2,4,6
/proc/27675/stat : 27675 (java) S 27672 27675 26626 0 -1 4202496 10166 0 1 0 396 3 0 0 20 0 19 0 17862494 9856040960 33932 33554432000 1073741824 1073778376 140734591892960 140734591884096 248793563197 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/27675/statm: 2406260 33932 2265 9 0 2396937 0
[pid=27675/tid=27678] ppid=27672 vsize=9625040 CPUtime=3.06 cores=0,2,4,6
/proc/27675/task/27678/stat : 27678 (java) R 27672 27675 26626 0 -1 4202560 2459 0 1 0 304 2 0 0 20 0 19 0 17862495 9856040960 33932 33554432000 1073741824 1073778376 140734591892960 140242665610960 140242510670831 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0
[pid=27675/tid=27683] ppid=27672 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/27675/task/27683/stat : 27683 (java) S 27672 27675 26626 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 17862496 9856040960 33932 33554432000 1073741824 1073778376 140734591892960 140242638072488 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=27675/tid=27684] ppid=27672 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/27675/task/27684/stat : 27684 (java) S 27672 27675 26626 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 17862496 9856040960 33932 33554432000 1073741824 1073778376 140734591892960 140242637019944 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=27675/tid=27685] ppid=27672 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/27675/task/27685/stat : 27685 (java) S 27672 27675 26626 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 17862496 9856040960 33932 33554432000 1073741824 1073778376 140734591892960 140242635967400 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=27675/tid=27686] ppid=27672 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/27675/task/27686/stat : 27686 (java) S 27672 27675 26626 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 17862496 9856040960 33932 33554432000 1073741824 1073778376 140734591892960 140242634914856 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=27675/tid=27687] ppid=27672 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/27675/task/27687/stat : 27687 (java) S 27672 27675 26626 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 17862496 9856040960 33932 33554432000 1073741824 1073778376 140734591892960 140242633861288 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=27675/tid=27688] ppid=27672 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/27675/task/27688/stat : 27688 (java) S 27672 27675 26626 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 17862496 9856040960 33932 33554432000 1073741824 1073778376 140734591892960 140242632808744 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=27675/tid=27689] ppid=27672 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/27675/task/27689/stat : 27689 (java) S 27672 27675 26626 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 17862496 9856040960 33932 33554432000 1073741824 1073778376 140734591892960 140242631756200 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=27675/tid=27690] ppid=27672 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/27675/task/27690/stat : 27690 (java) S 27672 27675 26626 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 17862496 9856040960 33932 33554432000 1073741824 1073778376 140734591892960 140242630703656 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=27675/tid=27691] ppid=27672 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/27675/task/27691/stat : 27691 (java) S 27672 27675 26626 0 -1 4202560 5 0 0 0 0 0 0 0 20 0 19 0 17862497 9856040960 33932 33554432000 1073741824 1073778376 140734591892960 140242019396200 248793577385 0 0 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=27675/tid=27692] ppid=27672 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/27675/task/27692/stat : 27692 (java) S 27672 27675 26626 0 -1 4202560 16 0 0 0 0 0 0 0 20 0 19 0 17862497 9856040960 33932 33554432000 1073741824 1073778376 140734591892960 140242018342520 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=27675/tid=27693] ppid=27672 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/27675/task/27693/stat : 27693 (java) S 27672 27675 26626 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 17862497 9856040960 33932 33554432000 1073741824 1073778376 140734591892960 140242017289864 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=27675/tid=27694] ppid=27672 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/27675/task/27694/stat : 27694 (java) S 27672 27675 26626 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 17862499 9856040960 33932 33554432000 1073741824 1073778376 140734591892960 140242016238608 248793585440 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=27675/tid=27695] ppid=27672 vsize=9625040 CPUtime=0.5 cores=0,2,4,6
/proc/27675/task/27695/stat : 27695 (java) S 27672 27675 26626 0 -1 4202560 4217 0 0 0 50 0 0 0 20 0 19 0 17862499 9856040960 33932 33554432000 1073741824 1073778376 140734591892960 140242015184952 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=27675/tid=27696] ppid=27672 vsize=9625040 CPUtime=0.39 cores=0,2,4,6
/proc/27675/task/27696/stat : 27696 (java) S 27672 27675 26626 0 -1 4202560 2213 0 0 0 39 0 0 0 20 0 19 0 17862499 9856040960 33932 33554432000 1073741824 1073778376 140734591892960 140242014132408 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=27675/tid=27697] ppid=27672 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/27675/task/27697/stat : 27697 (java) S 27672 27675 26626 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 17862499 9856040960 33932 33554432000 1073741824 1073778376 140734591892960 140242013080056 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=27675/tid=27698] ppid=27672 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/27675/task/27698/stat : 27698 (java) S 27672 27675 26626 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 17862500 9856040960 33932 33554432000 1073741824 1073778376 140734591892960 140242012027720 248793577385 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=27675/tid=27700] ppid=27672 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/27675/task/27700/stat : 27700 (java) S 27672 27675 26626 0 -1 4202560 12 0 0 0 0 0 0 0 20 0 19 0 17862535 9856040960 33932 33554432000 1073741824 1073778376 140734591892960 140242010973480 248793577385 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
Current children cumulated CPU time (s) 3.99
Current children cumulated vsize (KiB) 9625040

[startup+6.30082 s]
/proc/loadavg: 2.39 2.29 2.22 3/213 27700
/proc/meminfo: memFree=29847936/32872528 swapFree=1394328/1580332
[pid=27675] ppid=27672 vsize=9625040 CPUtime=7.21 cores=0,2,4,6
/proc/27675/stat : 27675 (java) S 27672 27675 26626 0 -1 4202496 10181 0 1 0 718 3 0 0 20 0 19 0 17862494 9856040960 40433 33554432000 1073741824 1073778376 140734591892960 140734591884096 248793563197 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/27675/statm: 2406260 40433 2266 9 0 2396937 0
[pid=27675/tid=27678] ppid=27672 vsize=9625040 CPUtime=6.25 cores=0,2,4,6
/proc/27675/task/27678/stat : 27678 (java) R 27672 27675 26626 0 -1 4202560 2473 0 1 0 623 2 0 0 20 0 19 0 17862495 9856040960 40433 33554432000 1073741824 1073778376 140734591892960 140242665610944 140242510873104 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0
[pid=27675/tid=27683] ppid=27672 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/27675/task/27683/stat : 27683 (java) S 27672 27675 26626 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 17862496 9856040960 40433 33554432000 1073741824 1073778376 140734591892960 140242638072488 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=27675/tid=27684] ppid=27672 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/27675/task/27684/stat : 27684 (java) S 27672 27675 26626 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 17862496 9856040960 40433 33554432000 1073741824 1073778376 140734591892960 140242637019944 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=27675/tid=27685] ppid=27672 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/27675/task/27685/stat : 27685 (java) S 27672 27675 26626 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 17862496 9856040960 40433 33554432000 1073741824 1073778376 140734591892960 140242635967400 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=27675/tid=27686] ppid=27672 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/27675/task/27686/stat : 27686 (java) S 27672 27675 26626 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 17862496 9856040960 40433 33554432000 1073741824 1073778376 140734591892960 140242634914856 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=27675/tid=27687] ppid=27672 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/27675/task/27687/stat : 27687 (java) S 27672 27675 26626 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 17862496 9856040960 40433 33554432000 1073741824 1073778376 140734591892960 140242633861288 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=27675/tid=27688] ppid=27672 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/27675/task/27688/stat : 27688 (java) S 27672 27675 26626 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 17862496 9856040960 40433 33554432000 1073741824 1073778376 140734591892960 140242632808744 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=27675/tid=27689] ppid=27672 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/27675/task/27689/stat : 27689 (java) S 27672 27675 26626 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 17862496 9856040960 40433 33554432000 1073741824 1073778376 140734591892960 140242631756200 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=27675/tid=27690] ppid=27672 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/27675/task/27690/stat : 27690 (java) S 27672 27675 26626 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 17862496 9856040960 40433 33554432000 1073741824 1073778376 140734591892960 140242630703656 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=27675/tid=27691] ppid=27672 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/27675/task/27691/stat : 27691 (java) S 27672 27675 26626 0 -1 4202560 5 0 0 0 0 0 0 0 20 0 19 0 17862497 9856040960 40433 33554432000 1073741824 1073778376 140734591892960 140242019396200 248793577385 0 0 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=27675/tid=27692] ppid=27672 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/27675/task/27692/stat : 27692 (java) S 27672 27675 26626 0 -1 4202560 16 0 0 0 0 0 0 0 20 0 19 0 17862497 9856040960 40433 33554432000 1073741824 1073778376 140734591892960 140242018342520 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=27675/tid=27693] ppid=27672 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/27675/task/27693/stat : 27693 (java) S 27672 27675 26626 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 17862497 9856040960 40433 33554432000 1073741824 1073778376 140734591892960 140242017289864 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=27675/tid=27694] ppid=27672 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/27675/task/27694/stat : 27694 (java) S 27672 27675 26626 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 17862499 9856040960 40433 33554432000 1073741824 1073778376 140734591892960 140242016238608 248793585440 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=27675/tid=27695] ppid=27672 vsize=9625040 CPUtime=0.51 cores=0,2,4,6
/proc/27675/task/27695/stat : 27695 (java) S 27672 27675 26626 0 -1 4202560 4217 0 0 0 51 0 0 0 20 0 19 0 17862499 9856040960 40433 33554432000 1073741824 1073778376 140734591892960 140242015184952 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=27675/tid=27696] ppid=27672 vsize=9625040 CPUtime=0.4 cores=0,2,4,6
/proc/27675/task/27696/stat : 27696 (java) S 27672 27675 26626 0 -1 4202560 2213 0 0 0 40 0 0 0 20 0 19 0 17862499 9856040960 40433 33554432000 1073741824 1073778376 140734591892960 140242014132408 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=27675/tid=27697] ppid=27672 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/27675/task/27697/stat : 27697 (java) S 27672 27675 26626 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 17862499 9856040960 40433 33554432000 1073741824 1073778376 140734591892960 140242013080056 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=27675/tid=27698] ppid=27672 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/27675/task/27698/stat : 27698 (java) S 27672 27675 26626 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 19 0 17862500 9856040960 40433 33554432000 1073741824 1073778376 140734591892960 140242012027720 248793577385 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=27675/tid=27700] ppid=27672 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/27675/task/27700/stat : 27700 (java) S 27672 27675 26626 0 -1 4202560 12 0 0 0 0 0 0 0 20 0 19 0 17862535 9856040960 40433 33554432000 1073741824 1073778376 140734591892960 140242010973480 248793577385 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
Current children cumulated CPU time (s) 7.21
Current children cumulated vsize (KiB) 9625040


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

[pid=27675/tid=27700] ppid=27672 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/27675/task/27700/stat : 27700 (java) S 27672 27675 26626 0 -1 4202560 12 0 0 0 0 0 0 0 20 0 19 0 17862535 9856040960 103695 33554432000 1073741824 1073778376 140734591892960 140242010973480 248793577385 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
Current children cumulated CPU time (s) 1668.83
Current children cumulated vsize (KiB) 9625040

[startup+1722.3 s]
/proc/loadavg: 2.25 2.23 2.18 4/213 27743
/proc/meminfo: memFree=29431372/32872528 swapFree=1394328/1580332
[pid=27675] ppid=27672 vsize=9625040 CPUtime=1729.18 cores=0,2,4,6
/proc/27675/stat : 27675 (java) S 27672 27675 26626 0 -1 4202496 13898 0 1 0 172831 87 0 0 20 0 19 0 17862494 9856040960 91553 33554432000 1073741824 1073778376 140734591892960 140734591884096 248793563197 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/27675/statm: 2406260 91553 2288 9 0 2396937 0
[pid=27675/tid=27678] ppid=27672 vsize=9625040 CPUtime=1714.09 cores=0,2,4,6
/proc/27675/task/27678/stat : 27678 (java) R 27672 27675 26626 0 -1 4202560 2564 0 1 0 171379 30 0 0 20 0 19 0 17862495 9856040960 91553 33554432000 1073741824 1073778376 140734591892960 140242665618640 140242510872195 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0
[pid=27675/tid=27683] ppid=27672 vsize=9625040 CPUtime=0.99 cores=0,2,4,6
/proc/27675/task/27683/stat : 27683 (java) S 27672 27675 26626 0 -1 4202560 438 0 0 0 90 9 0 0 20 0 19 0 17862496 9856040960 91553 33554432000 1073741824 1073778376 140734591892960 140242638072488 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=27675/tid=27684] ppid=27672 vsize=9625040 CPUtime=0.97 cores=0,2,4,6
/proc/27675/task/27684/stat : 27684 (java) S 27672 27675 26626 0 -1 4202560 597 0 0 0 92 5 0 0 20 0 19 0 17862496 9856040960 91553 33554432000 1073741824 1073778376 140734591892960 140242637019944 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=27675/tid=27685] ppid=27672 vsize=9625040 CPUtime=1.11 cores=0,2,4,6
/proc/27675/task/27685/stat : 27685 (java) S 27672 27675 26626 0 -1 4202560 226 0 0 0 103 8 0 0 20 0 19 0 17862496 9856040960 91553 33554432000 1073741824 1073778376 140734591892960 140242635967400 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=27675/tid=27686] ppid=27672 vsize=9625040 CPUtime=0.93 cores=0,2,4,6
/proc/27675/task/27686/stat : 27686 (java) S 27672 27675 26626 0 -1 4202560 399 0 0 0 85 8 0 0 20 0 19 0 17862496 9856040960 91553 33554432000 1073741824 1073778376 140734591892960 140242634914856 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=27675/tid=27687] ppid=27672 vsize=9625040 CPUtime=0.97 cores=0,2,4,6
/proc/27675/task/27687/stat : 27687 (java) S 27672 27675 26626 0 -1 4202560 539 0 0 0 90 7 0 0 20 0 19 0 17862496 9856040960 91553 33554432000 1073741824 1073778376 140734591892960 140242633861288 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=27675/tid=27688] ppid=27672 vsize=9625040 CPUtime=0.9 cores=0,2,4,6
/proc/27675/task/27688/stat : 27688 (java) S 27672 27675 26626 0 -1 4202560 227 0 0 0 86 4 0 0 20 0 19 0 17862496 9856040960 91553 33554432000 1073741824 1073778376 140734591892960 140242632808744 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=27675/tid=27689] ppid=27672 vsize=9625040 CPUtime=1.05 cores=0,2,4,6
/proc/27675/task/27689/stat : 27689 (java) S 27672 27675 26626 0 -1 4202560 234 0 0 0 98 7 0 0 20 0 19 0 17862496 9856040960 91553 33554432000 1073741824 1073778376 140734591892960 140242631756200 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=27675/tid=27690] ppid=27672 vsize=9625040 CPUtime=1.05 cores=0,2,4,6
/proc/27675/task/27690/stat : 27690 (java) S 27672 27675 26626 0 -1 4202560 501 0 0 0 97 8 0 0 20 0 19 0 17862496 9856040960 91553 33554432000 1073741824 1073778376 140734591892960 140242630703656 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=27675/tid=27691] ppid=27672 vsize=9625040 CPUtime=1.51 cores=0,2,4,6
/proc/27675/task/27691/stat : 27691 (java) S 27672 27675 26626 0 -1 4202560 376 0 0 0 148 3 0 0 20 0 19 0 17862497 9856040960 91553 33554432000 1073741824 1073778376 140734591892960 140242019396200 248793577385 0 0 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=27675/tid=27692] ppid=27672 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/27675/task/27692/stat : 27692 (java) S 27672 27675 26626 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 17862497 9856040960 91553 33554432000 1073741824 1073778376 140734591892960 140242018342520 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=27675/tid=27693] ppid=27672 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/27675/task/27693/stat : 27693 (java) S 27672 27675 26626 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 17862497 9856040960 91553 33554432000 1073741824 1073778376 140734591892960 140242017289864 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=27675/tid=27694] ppid=27672 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/27675/task/27694/stat : 27694 (java) S 27672 27675 26626 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 17862499 9856040960 91553 33554432000 1073741824 1073778376 140734591892960 140242016238608 248793585440 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=27675/tid=27695] ppid=27672 vsize=9625040 CPUtime=0.53 cores=0,2,4,6
/proc/27675/task/27695/stat : 27695 (java) S 27672 27675 26626 0 -1 4202560 4221 0 0 0 53 0 0 0 20 0 19 0 17862499 9856040960 91553 33554432000 1073741824 1073778376 140734591892960 140242015184952 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=27675/tid=27696] ppid=27672 vsize=9625040 CPUtime=0.4 cores=0,2,4,6
/proc/27675/task/27696/stat : 27696 (java) S 27672 27675 26626 0 -1 4202560 2213 0 0 0 40 0 0 0 20 0 19 0 17862499 9856040960 91553 33554432000 1073741824 1073778376 140734591892960 140242014132408 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=27675/tid=27697] ppid=27672 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/27675/task/27697/stat : 27697 (java) S 27672 27675 26626 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 17862499 9856040960 91553 33554432000 1073741824 1073778376 140734591892960 140242013080056 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=27675/tid=27698] ppid=27672 vsize=9625040 CPUtime=0.52 cores=0,2,4,6
/proc/27675/task/27698/stat : 27698 (java) S 27672 27675 26626 0 -1 4202560 100 0 0 0 25 27 0 0 20 0 19 0 17862500 9856040960 91553 33554432000 1073741824 1073778376 140734591892960 140242012027720 248793577385 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=27675/tid=27700] ppid=27672 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/27675/task/27700/stat : 27700 (java) S 27672 27675 26626 0 -1 4202560 12 0 0 0 0 0 0 0 20 0 19 0 17862535 9856040960 91553 33554432000 1073741824 1073778376 140734591892960 140242010973480 248793577385 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
Current children cumulated CPU time (s) 1729.18
Current children cumulated vsize (KiB) 9625040

[startup+1782.3 s]
/proc/loadavg: 2.21 2.22 2.18 4/213 27744
/proc/meminfo: memFree=29455064/32872528 swapFree=1394328/1580332
[pid=27675] ppid=27672 vsize=9625040 CPUtime=1789.49 cores=0,2,4,6
/proc/27675/stat : 27675 (java) S 27672 27675 26626 0 -1 4202496 13942 0 1 0 178861 88 0 0 20 0 19 0 17862494 9856040960 88407 33554432000 1073741824 1073778376 140734591892960 140734591884096 248793563197 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/27675/statm: 2406260 88407 2288 9 0 2396937 0
[pid=27675/tid=27678] ppid=27672 vsize=9625040 CPUtime=1773.7 cores=0,2,4,6
/proc/27675/task/27678/stat : 27678 (java) R 27672 27675 26626 0 -1 4202560 2571 0 1 0 177340 30 0 0 20 0 19 0 17862495 9856040960 88407 33554432000 1073741824 1073778376 140734591892960 140242665618640 140242510828443 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0
[pid=27675/tid=27683] ppid=27672 vsize=9625040 CPUtime=1.03 cores=0,2,4,6
/proc/27675/task/27683/stat : 27683 (java) S 27672 27675 26626 0 -1 4202560 438 0 0 0 94 9 0 0 20 0 19 0 17862496 9856040960 88407 33554432000 1073741824 1073778376 140734591892960 140242638072488 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=27675/tid=27684] ppid=27672 vsize=9625040 CPUtime=1.04 cores=0,2,4,6
/proc/27675/task/27684/stat : 27684 (java) S 27672 27675 26626 0 -1 4202560 597 0 0 0 99 5 0 0 20 0 19 0 17862496 9856040960 88407 33554432000 1073741824 1073778376 140734591892960 140242637019944 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=27675/tid=27685] ppid=27672 vsize=9625040 CPUtime=1.14 cores=0,2,4,6
/proc/27675/task/27685/stat : 27685 (java) S 27672 27675 26626 0 -1 4202560 226 0 0 0 106 8 0 0 20 0 19 0 17862496 9856040960 88407 33554432000 1073741824 1073778376 140734591892960 140242635967400 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=27675/tid=27686] ppid=27672 vsize=9625040 CPUtime=0.99 cores=0,2,4,6
/proc/27675/task/27686/stat : 27686 (java) S 27672 27675 26626 0 -1 4202560 399 0 0 0 91 8 0 0 20 0 19 0 17862496 9856040960 88407 33554432000 1073741824 1073778376 140734591892960 140242634914856 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=27675/tid=27687] ppid=27672 vsize=9625040 CPUtime=1.02 cores=0,2,4,6
/proc/27675/task/27687/stat : 27687 (java) S 27672 27675 26626 0 -1 4202560 539 0 0 0 95 7 0 0 20 0 19 0 17862496 9856040960 88407 33554432000 1073741824 1073778376 140734591892960 140242633861288 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=27675/tid=27688] ppid=27672 vsize=9625040 CPUtime=0.97 cores=0,2,4,6
/proc/27675/task/27688/stat : 27688 (java) S 27672 27675 26626 0 -1 4202560 227 0 0 0 93 4 0 0 20 0 19 0 17862496 9856040960 88407 33554432000 1073741824 1073778376 140734591892960 140242632808744 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=27675/tid=27689] ppid=27672 vsize=9625040 CPUtime=1.12 cores=0,2,4,6
/proc/27675/task/27689/stat : 27689 (java) S 27672 27675 26626 0 -1 4202560 234 0 0 0 105 7 0 0 20 0 19 0 17862496 9856040960 88407 33554432000 1073741824 1073778376 140734591892960 140242631756200 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=27675/tid=27690] ppid=27672 vsize=9625040 CPUtime=1.1 cores=0,2,4,6
/proc/27675/task/27690/stat : 27690 (java) S 27672 27675 26626 0 -1 4202560 501 0 0 0 102 8 0 0 20 0 19 0 17862496 9856040960 88407 33554432000 1073741824 1073778376 140734591892960 140242630703656 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=27675/tid=27691] ppid=27672 vsize=9625040 CPUtime=1.6 cores=0,2,4,6
/proc/27675/task/27691/stat : 27691 (java) S 27672 27675 26626 0 -1 4202560 409 0 0 0 157 3 0 0 20 0 19 0 17862497 9856040960 88407 33554432000 1073741824 1073778376 140734591892960 140242019396200 248793577385 0 0 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=27675/tid=27692] ppid=27672 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/27675/task/27692/stat : 27692 (java) S 27672 27675 26626 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 17862497 9856040960 88407 33554432000 1073741824 1073778376 140734591892960 140242018342520 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=27675/tid=27693] ppid=27672 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/27675/task/27693/stat : 27693 (java) S 27672 27675 26626 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 17862497 9856040960 88407 33554432000 1073741824 1073778376 140734591892960 140242017289864 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=27675/tid=27694] ppid=27672 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/27675/task/27694/stat : 27694 (java) S 27672 27675 26626 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 17862499 9856040960 88407 33554432000 1073741824 1073778376 140734591892960 140242016238608 248793585440 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=27675/tid=27695] ppid=27672 vsize=9625040 CPUtime=0.53 cores=0,2,4,6
/proc/27675/task/27695/stat : 27695 (java) S 27672 27675 26626 0 -1 4202560 4221 0 0 0 53 0 0 0 20 0 19 0 17862499 9856040960 88407 33554432000 1073741824 1073778376 140734591892960 140242015184952 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=27675/tid=27696] ppid=27672 vsize=9625040 CPUtime=0.4 cores=0,2,4,6
/proc/27675/task/27696/stat : 27696 (java) S 27672 27675 26626 0 -1 4202560 2213 0 0 0 40 0 0 0 20 0 19 0 17862499 9856040960 88407 33554432000 1073741824 1073778376 140734591892960 140242014132408 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=27675/tid=27697] ppid=27672 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/27675/task/27697/stat : 27697 (java) S 27672 27675 26626 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 17862499 9856040960 88407 33554432000 1073741824 1073778376 140734591892960 140242013080056 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=27675/tid=27698] ppid=27672 vsize=9625040 CPUtime=0.55 cores=0,2,4,6
/proc/27675/task/27698/stat : 27698 (java) S 27672 27675 26626 0 -1 4202560 104 0 0 0 26 29 0 0 20 0 19 0 17862500 9856040960 88407 33554432000 1073741824 1073778376 140734591892960 140242012027720 248793577385 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=27675/tid=27700] ppid=27672 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/27675/task/27700/stat : 27700 (java) S 27672 27675 26626 0 -1 4202560 12 0 0 0 0 0 0 0 20 0 19 0 17862535 9856040960 88407 33554432000 1073741824 1073778376 140734591892960 140242010973480 248793577385 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
Current children cumulated CPU time (s) 1789.49
Current children cumulated vsize (KiB) 9625040



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1792.8 s]
/proc/loadavg: 2.33 2.24 2.19 3/213 27744
/proc/meminfo: memFree=29450104/32872528 swapFree=1394328/1580332
[pid=27675] ppid=27672 vsize=9625040 CPUtime=1800.02 cores=0,2,4,6
/proc/27675/stat : 27675 (java) S 27672 27675 26626 0 -1 4202496 13945 0 1 0 179914 88 0 0 20 0 19 0 17862494 9856040960 88409 33554432000 1073741824 1073778376 140734591892960 140734591884096 248793563197 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/27675/statm: 2406260 88409 2288 9 0 2396937 0
[pid=27675/tid=27678] ppid=27672 vsize=9625040 CPUtime=1784.15 cores=0,2,4,6
/proc/27675/task/27678/stat : 27678 (java) R 27672 27675 26626 0 -1 4202560 2572 0 1 0 178384 31 0 0 20 0 19 0 17862495 9856040960 88409 33554432000 1073741824 1073778376 140734591892960 140242665618640 140242510847024 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0
[pid=27675/tid=27683] ppid=27672 vsize=9625040 CPUtime=1.03 cores=0,2,4,6
/proc/27675/task/27683/stat : 27683 (java) S 27672 27675 26626 0 -1 4202560 438 0 0 0 94 9 0 0 20 0 19 0 17862496 9856040960 88409 33554432000 1073741824 1073778376 140734591892960 140242638072488 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=27675/tid=27684] ppid=27672 vsize=9625040 CPUtime=1.04 cores=0,2,4,6
/proc/27675/task/27684/stat : 27684 (java) S 27672 27675 26626 0 -1 4202560 597 0 0 0 99 5 0 0 20 0 19 0 17862496 9856040960 88409 33554432000 1073741824 1073778376 140734591892960 140242637019944 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=27675/tid=27685] ppid=27672 vsize=9625040 CPUtime=1.15 cores=0,2,4,6
/proc/27675/task/27685/stat : 27685 (java) S 27672 27675 26626 0 -1 4202560 226 0 0 0 107 8 0 0 20 0 19 0 17862496 9856040960 88409 33554432000 1073741824 1073778376 140734591892960 140242635967400 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=27675/tid=27686] ppid=27672 vsize=9625040 CPUtime=0.99 cores=0,2,4,6
/proc/27675/task/27686/stat : 27686 (java) S 27672 27675 26626 0 -1 4202560 399 0 0 0 91 8 0 0 20 0 19 0 17862496 9856040960 88409 33554432000 1073741824 1073778376 140734591892960 140242634914856 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=27675/tid=27687] ppid=27672 vsize=9625040 CPUtime=1.03 cores=0,2,4,6
/proc/27675/task/27687/stat : 27687 (java) S 27672 27675 26626 0 -1 4202560 539 0 0 0 96 7 0 0 20 0 19 0 17862496 9856040960 88409 33554432000 1073741824 1073778376 140734591892960 140242633861288 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=27675/tid=27688] ppid=27672 vsize=9625040 CPUtime=0.97 cores=0,2,4,6
/proc/27675/task/27688/stat : 27688 (java) S 27672 27675 26626 0 -1 4202560 227 0 0 0 93 4 0 0 20 0 19 0 17862496 9856040960 88409 33554432000 1073741824 1073778376 140734591892960 140242632808744 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=27675/tid=27689] ppid=27672 vsize=9625040 CPUtime=1.13 cores=0,2,4,6
/proc/27675/task/27689/stat : 27689 (java) S 27672 27675 26626 0 -1 4202560 234 0 0 0 106 7 0 0 20 0 19 0 17862496 9856040960 88409 33554432000 1073741824 1073778376 140734591892960 140242631756200 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=27675/tid=27690] ppid=27672 vsize=9625040 CPUtime=1.11 cores=0,2,4,6
/proc/27675/task/27690/stat : 27690 (java) S 27672 27675 26626 0 -1 4202560 501 0 0 0 103 8 0 0 20 0 19 0 17862496 9856040960 88409 33554432000 1073741824 1073778376 140734591892960 140242630703656 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=27675/tid=27691] ppid=27672 vsize=9625040 CPUtime=1.6 cores=0,2,4,6
/proc/27675/task/27691/stat : 27691 (java) S 27672 27675 26626 0 -1 4202560 411 0 0 0 157 3 0 0 20 0 19 0 17862497 9856040960 88409 33554432000 1073741824 1073778376 140734591892960 140242019396200 248793577385 0 0 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=27675/tid=27692] ppid=27672 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/27675/task/27692/stat : 27692 (java) S 27672 27675 26626 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 17862497 9856040960 88409 33554432000 1073741824 1073778376 140734591892960 140242018342520 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=27675/tid=27693] ppid=27672 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/27675/task/27693/stat : 27693 (java) S 27672 27675 26626 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 17862497 9856040960 88409 33554432000 1073741824 1073778376 140734591892960 140242017289864 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=27675/tid=27694] ppid=27672 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/27675/task/27694/stat : 27694 (java) S 27672 27675 26626 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 17862499 9856040960 88409 33554432000 1073741824 1073778376 140734591892960 140242016238608 248793585440 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=27675/tid=27695] ppid=27672 vsize=9625040 CPUtime=0.53 cores=0,2,4,6
/proc/27675/task/27695/stat : 27695 (java) S 27672 27675 26626 0 -1 4202560 4221 0 0 0 53 0 0 0 20 0 19 0 17862499 9856040960 88409 33554432000 1073741824 1073778376 140734591892960 140242015184952 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=27675/tid=27696] ppid=27672 vsize=9625040 CPUtime=0.4 cores=0,2,4,6
/proc/27675/task/27696/stat : 27696 (java) S 27672 27675 26626 0 -1 4202560 2213 0 0 0 40 0 0 0 20 0 19 0 17862499 9856040960 88409 33554432000 1073741824 1073778376 140734591892960 140242014132408 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=27675/tid=27697] ppid=27672 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/27675/task/27697/stat : 27697 (java) S 27672 27675 26626 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 17862499 9856040960 88409 33554432000 1073741824 1073778376 140734591892960 140242013080056 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=27675/tid=27698] ppid=27672 vsize=9625040 CPUtime=0.55 cores=0,2,4,6
/proc/27675/task/27698/stat : 27698 (java) S 27672 27675 26626 0 -1 4202560 104 0 0 0 26 29 0 0 20 0 19 0 17862500 9856040960 88409 33554432000 1073741824 1073778376 140734591892960 140242012027720 248793577385 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=27675/tid=27700] ppid=27672 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/27675/task/27700/stat : 27700 (java) S 27672 27675 26626 0 -1 4202560 12 0 0 0 0 0 0 0 20 0 19 0 17862535 9856040960 88409 33554432000 1073741824 1073778376 140734591892960 140242010973480 248793577385 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
Current children cumulated CPU time (s) 1800.02
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 27675 sig 9
??? end of watcher thread
Dumping a history of the last processes samples

Child status: 143

# WARNING:
# CPU time reported by wait4() is probably wrong !
# wait4(...,&childrusage) returns 27675 and gives
#  childrusage.ru_utime.tv_sec=1794
#  childrusage.ru_utime.tv_usec=678167
#  childrusage.ru_stime.tv_sec=1
#  childrusage.ru_stime.tv_usec=331797
# CPU time returned by wait4() is 1796.01
# while last known CPU time is 1800.02
#
# Solver probably didn't/couldn't wait for its children
# Using CPU time of the last sample as value...

Real time (s): 1792.84
CPU time (s): 1800.02
CPU user time (s): 1799.14
CPU system time (s): 0.88
CPU usage (%): 100.401
Max. virtual memory (cumulated for all children) (KiB): 9625040

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1794.68
system time used= 1.3318
maximum resident set size= 622832
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 13986
page faults= 1
swaps= 0
block input operations= 0
block output operations= 1640
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 40758
involuntary context switches= 18449

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 10.8913 second user time and 12.854 second system time

The end

Launcher Data

Begin job on node139 at 2016-06-30 11:18:59
IDJOB=4119847
IDBENCH=111812
IDSOLVER=2546
FILE ID=node139/4119847-1467278339
RUNJOBID= node139-1467278339-27633
PBS_JOBID= 20004498
Free space on /tmp= 71708 MiB

SOLVER NAME= Sat4j PB 2.3.6 Resolution PB16
BENCH NAME= PB15eval/normalized-PB15eval/OPT-SMALLINT-LIN/pbfvmc-formulae/hw32/normalized-hw32-vm100p-opt.opb.negationfix.opb
COMMAND LINE= java -jar sat4j-pb.jar BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4119847-1467278339/watcher-4119847-1467278339 -o /tmp/evaluation-result-4119847-1467278339/solver-4119847-1467278339 -C 1800 -W 1900 -M 15500 --bin-var /tmp/runsolver-exch-node139-1467278339-27633 --watchdog 1960  java -jar sat4j-pb.jar HOME/instance-4119847-1467278339.opb

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

MD5SUM BENCH= 3d8e0b2cc1943050730f0789b165ef6f
RANDOM SEED=1920816974

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

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

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

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

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

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

processor	: 7
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2667.092
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:        30143392 kB
Buffers:          164936 kB
Cached:           237116 kB
SwapCached:         3080 kB
Active:           146332 kB
Inactive:         266192 kB
Active(anon):      10148 kB
Inactive(anon):     3176 kB
Active(file):     136184 kB
Inactive(file):   263016 kB
Unevictable:     1580332 kB
Mlocked:         1394328 kB
SwapTotal:      67108856 kB
SwapFree:       67097568 kB
Dirty:              2360 kB
Writeback:            12 kB
AnonPages:       1588040 kB
Mapped:            13156 kB
Shmem:                 0 kB
Slab:             602232 kB
SReclaimable:      46148 kB
SUnreclaim:       556084 kB
KernelStack:        1424 kB
PageTables:         6300 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545120 kB
Committed_AS:    2259256 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346412 kB
VmallocChunk:   34341988032 kB
HardwareCorrupted:     0 kB
AnonHugePages:    186368 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:        7552 kB
DirectMap2M:    33538048 kB

Free space on /tmp at the end= 71708 MiB
End job on node139 at 2016-06-30 11:48:52