Trace number 4084630

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 1789.48

General information on the benchmark

Name/DEC-SMALLINT-LIN/sroussel/ShortestPathTate/
normalized-TateBritain_K103.opb
MD5SUM34d84c84a6977bf98000135522032f88
Bench CategoryDEC-SMALLINT-LIN (no optimisation, small integers, linear constraints)
Best result obtained on this benchmarkSAT
Best value of the objective obtained on this benchmark0
Best CPU time to get the best result obtained on this benchmark1272.62
Has Objective FunctionNO
Satisfiable
(Un)Satisfiability was proved
Best value of the objective function
Optimality of the best value was proved
Number of variables7004
Total number of constraints7212
Number of constraints which are clauses7109
Number of constraints which are cardinality constraints (but not clauses)103
Number of constraints which are nor clauses,nor cardinality constraints0
Minimum length of a constraint1
Maximum length of a constraint103
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 1
Number of bits of the biggest number in a constraint 1
Biggest sum of numbers in a constraint 104
Number of bits of the biggest sum of numbers7
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.10	c Number of processors 	8
0.09/0.12	c Pseudo Boolean Optimization by upper bound
0.09/0.12	c --- Begin Solver configuration ---
0.09/0.12	c org.sat4j.pb.constraints.CompetResolutionPBLongMixedWLClauseCardConstrDataStructure@587bd9f2
0.09/0.12	c Learn all clauses as in MiniSAT
0.09/0.12	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.09/0.12	c VSIDS like heuristics from MiniSAT using a heap lightweight component caching from RSAT taking into account the objective function
0.09/0.12	c No reason simplification
0.09/0.12	c Glucose 2.1 dynamic restart strategy
0.09/0.12	c Glucose 2 learned constraints deletion strategy (LBD updated on propagation) with timer check every 1000 if the learned constraints reach increasing bounds: 5000 step 1000
0.09/0.12	c timeout=2147483s
0.09/0.12	c DB Simplification allowed=false
0.09/0.12	c Listener: org.sat4j.minisat.core.VoidTracing@4e3eca90
0.09/0.12	c --- End Solver configuration ---
0.09/0.12	c solving HOME/instance-4084630-1465285166.opb
0.09/0.12	c reading problem ... 
0.09/0.12	c  no objective function found
0.71/0.41	c ... done. Wall clock time 0.29s.
0.71/0.41	c declared #vars     7004
0.71/0.41	c #constraints  7212
0.71/0.41	c constraints type 
0.71/0.41	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 5781
0.71/0.41	c org.sat4j.minisat.constraints.card.MinWatchCard => 103
0.71/0.41	c org.sat4j.minisat.constraints.cnf.UnitClause => 2
0.71/0.41	c org.sat4j.minisat.constraints.cnf.OriginalBinaryClause => 1326
0.71/0.41	c 7212 constraints processed.
1.90/1.25	c cleaning 2493 clauses out of 4995 with flag 24941/5002
2.78/2.06	c cleaning 4237 clauses out of 8501 with flag 62405/11003
3.89/3.11	c cleaning 5611 clauses out of 11245 with flag 110859/18000
5.00/4.20	c cleaning 6785 clauses out of 13631 with flag 164264/26002
6.21/5.46	c cleaning 7883 clauses out of 15837 with flag 221235/35001
7.61/6.89	c cleaning 8957 clauses out of 17948 with flag 278084/45000
9.21/8.44	c cleaning 9718 clauses out of 19987 with flag 342465/56000
11.02/10.29	c cleaning 10045 clauses out of 22265 with flag 412116/68000
12.92/12.20	c cleaning 11110 clauses out of 25218 with flag 483971/81000
15.12/14.34	c cleaning 11807 clauses out of 28107 with flag 560471/95000
17.42/16.68	c cleaning 12668 clauses out of 31290 with flag 647152/110002
19.91/19.13	c cleaning 13622 clauses out of 34618 with flag 738346/126000
22.61/21.84	c cleaning 14503 clauses out of 37993 with flag 837871/143000
25.56/24.72	c cleaning 15227 clauses out of 41488 with flag 941392/161000
28.66/27.84	c cleaning 16207 clauses out of 45262 with flag 1050484/180001
31.86/31.07	c cleaning 17237 clauses out of 49052 with flag 1169721/200000
35.36/34.57	c cleaning 17999 clauses out of 52813 with flag 1299939/221000
39.06/38.28	c cleaning 18961 clauses out of 56813 with flag 1434149/243000
42.96/42.19	c cleaning 19756 clauses out of 60851 with flag 1575376/266000
47.36/46.52	c cleaning 20419 clauses out of 65095 with flag 1725451/290001
51.96/51.14	c cleaning 21790 clauses out of 69675 with flag 1885520/315000
56.96/56.15	c cleaning 22461 clauses out of 73887 with flag 2051407/341003
62.12/61.25	c cleaning 23399 clauses out of 78423 with flag 2221282/368000
67.52/66.63	c cleaning 24090 clauses out of 83026 with flag 2404836/396002
73.12/72.29	c cleaning 25104 clauses out of 87933 with flag 2586806/425000
79.13/78.27	c cleaning 25985 clauses out of 92829 with flag 2775309/455000
85.32/84.40	c cleaning 27180 clauses out of 97844 with flag 2984956/486000
91.82/90.96	c cleaning 27925 clauses out of 102663 with flag 3200259/518000
99.03/98.11	c cleaning 28848 clauses out of 107738 with flag 3420647/551000
105.93/104.96	c cleaning 29817 clauses out of 112890 with flag 3657638/585002
113.14/112.12	c cleaning 30959 clauses out of 118070 with flag 3899932/620000
120.54/119.50	c cleaning 31690 clauses out of 123112 with flag 4153648/656002
128.74/127.73	c cleaning 32427 clauses out of 128420 with flag 4414189/693000
137.23/136.28	c cleaning 33376 clauses out of 133994 with flag 4693747/731001
146.52/145.37	c cleaning 34576 clauses out of 139617 with flag 4973837/770001
155.51/154.30	c cleaning 35540 clauses out of 145040 with flag 5266587/810001
165.31/164.15	c cleaning 36492 clauses out of 150499 with flag 5574232/851000
175.41/174.20	c cleaning 37277 clauses out of 156007 with flag 5883819/893000
185.80/184.46	c cleaning 38606 clauses out of 161730 with flag 6205202/936000
196.70/195.38	c cleaning 39514 clauses out of 167123 with flag 6541530/980000
208.50/207.10	c cleaning 40313 clauses out of 172609 with flag 6893916/1025001
220.69/219.33	c cleaning 41326 clauses out of 178299 with flag 7251027/1071004
233.82/232.29	c cleaning 42153 clauses out of 183968 with flag 7649772/1118000
246.71/245.20	c cleaning 43302 clauses out of 189815 with flag 8018917/1166001
260.11/258.60	c cleaning 44352 clauses out of 195514 with flag 8435428/1215002
274.67/272.88	c cleaning 45227 clauses out of 201161 with flag 8847325/1265002
289.36/287.57	c cleaning 46152 clauses out of 206933 with flag 9264960/1316001
304.46/302.68	c cleaning 47181 clauses out of 212784 with flag 9687763/1368004
320.48/318.36	c cleaning 48496 clauses out of 218602 with flag 10138418/1421003
336.79/334.55	c cleaning 49501 clauses out of 224106 with flag 10577457/1475003
354.18/351.96	c cleaning 50153 clauses out of 229602 with flag 11036222/1530000
372.87/370.53	c cleaning 51308 clauses out of 235449 with flag 11544888/1586000
391.90/389.42	c cleaning 52309 clauses out of 241140 with flag 12044112/1643000
411.09/408.64	c cleaning 53611 clauses out of 246834 with flag 12552553/1701003
430.67/428.16	c cleaning 54310 clauses out of 252220 with flag 13067487/1760000
451.28/448.69	c cleaning 55462 clauses out of 257911 with flag 13578898/1820001
472.12/469.40	c cleaning 56243 clauses out of 263448 with flag 14117250/1881000
494.22/491.45	c cleaning 57794 clauses out of 269205 with flag 14684481/1943000
517.63/514.71	c cleaning 58506 clauses out of 274412 with flag 15270066/2006001
541.85/538.88	c cleaning 59489 clauses out of 279904 with flag 15871562/2070000
565.95/562.87	c cleaning 60684 clauses out of 285415 with flag 16472851/2135000
591.27/588.01	c cleaning 61502 clauses out of 290731 with flag 17081618/2201000
617.64/614.32	c cleaning 62865 clauses out of 296229 with flag 17742600/2268000
643.73/640.32	c cleaning 63548 clauses out of 301365 with flag 18400430/2336002
668.41/664.93	c cleaning 64889 clauses out of 306815 with flag 19054752/2405000
694.69/691.17	c cleaning 65604 clauses out of 311925 with flag 19734555/2475000
721.65/717.99	c cleaning 66676 clauses out of 317321 with flag 20427407/2546000
749.32/745.51	c cleaning 67593 clauses out of 322644 with flag 21147898/2618000
779.40/775.57	c cleaning 68932 clauses out of 328054 with flag 21969102/2691004
811.05/807.03	c cleaning 69595 clauses out of 333118 with flag 22817423/2765000
841.13/837.03	c cleaning 70823 clauses out of 338522 with flag 23598740/2840000
871.36/867.19	c cleaning 72025 clauses out of 343698 with flag 24366946/2916000
904.01/899.68	c cleaning 72945 clauses out of 348674 with flag 25204983/2993001
937.79/933.37	c cleaning 73921 clauses out of 353728 with flag 26131380/3071000
970.82/966.26	c cleaning 75044 clauses out of 358808 with flag 26974536/3150001
1004.49/999.79	c cleaning 76001 clauses out of 363763 with flag 27768488/3230000
1042.43/1037.59	c cleaning 76804 clauses out of 368761 with flag 28657875/3311000
1079.16/1074.18	c cleaning 77994 clauses out of 373958 with flag 29529495/3393001
1117.72/1112.55	c cleaning 78765 clauses out of 378963 with flag 30514080/3476000
1155.96/1150.55	c cleaning 80418 clauses out of 384199 with flag 31571761/3560001
1194.43/1188.83	c cleaning 81009 clauses out of 388781 with flag 32498368/3645001
1232.99/1227.25	c cleaning 82151 clauses out of 393773 with flag 33384091/3731002
1272.19/1266.29	c cleaning 83433 clauses out of 398620 with flag 34338125/3818000
1314.20/1308.02	c cleaning 84048 clauses out of 403187 with flag 35304911/3906000
1356.46/1350.18	c cleaning 84926 clauses out of 408140 with flag 36320061/3995001
1400.63/1394.05	c cleaning 86301 clauses out of 413216 with flag 37326073/4085004
1446.57/1439.59	c cleaning 87375 clauses out of 417911 with flag 38417059/4176000
1492.15/1484.75	c cleaning 88620 clauses out of 422537 with flag 39409491/4268001
1541.96/1534.17	c cleaning 89204 clauses out of 426916 with flag 40531453/4361000
1590.33/1582.01	c cleaning 90191 clauses out of 431712 with flag 41621369/4455000
1641.43/1632.76	c cleaning 91412 clauses out of 436521 with flag 42741331/4550000
1697.32/1688.05	c cleaning 92409 clauses out of 441116 with flag 44161373/4646007
1756.34/1746.39	c cleaning 93553 clauses out of 445700 with flag 45737649/4743000
1800.00/1789.40	c starts		: 37737
1800.00/1789.40	c conflicts		: 4827573
1800.00/1789.40	c decisions		: 92221960
1800.00/1789.40	c propagations		: 1861239805
1800.00/1789.40	c inspects		: 18396011121
1800.00/1789.40	c shortcuts		: 0
1800.00/1789.40	c learnt literals	: 104
1800.00/1789.40	c learnt binary clauses	: 134357
1800.00/1789.40	c learnt ternary clauses	: 144107
1800.00/1789.40	c learnt constraints	: 4827469
1800.00/1789.40	c ignored constraints	: 0
1800.00/1789.40	c root simplifications	: 0
1800.00/1789.40	c removed literals (reason simplification)	: 0
1800.00/1789.40	c reason swapping (by a shorter reason)	: 0
1800.00/1789.40	c Calls to reduceDB	: 93
1800.00/1789.40	c Number of update (reduction) of LBD	: 3893173
1800.00/1789.40	c Imported unit clauses	: 0
1800.00/1789.40	c number of reductions to clauses (during analyze)	: 0
1800.00/1789.40	c number of learned constraints concerned by reduction	: 0
1800.00/1789.40	c number of learning phase by resolution	: 0
1800.00/1789.40	c number of learning phase by cutting planes	: 0
1800.00/1789.40	c speed (assignments/second)	: 1040389.4333319918
1800.00/1789.40	c non guided choices	11007
1800.00/1789.40	c timeout
1800.00/1789.47	c learnt constraints type 
1800.00/1789.47	c org.sat4j.minisat.constraints.cnf.LearntBinaryClause => 134357
1800.00/1789.47	c org.sat4j.minisat.constraints.cnf.LearntWLClause => 302363
1800.00/1789.47	s UNKNOWN
1800.00/1789.47	c Total wall clock time (in seconds): 1789.351

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-4084630-1465285166/watcher-4084630-1465285166 -o /tmp/evaluation-result-4084630-1465285166/solver-4084630-1465285166 -C 1800 -W 1900 -M 15500 --bin-var /tmp/runsolver-exch-node133-1465257785-23300 --watchdog 1960 java -jar sat4j-pb.jar HOME/instance-4084630-1465285166.opb 

pid=27913
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.01 2.00 2.00 3/196 27916
/proc/meminfo: memFree=31168160/32872528 swapFree=8144/8144
[pid=27916] ppid=27913 vsize=2500 CPUtime=0 cores=0,2,4,6
/proc/27916/stat : 27916 (java) D 27913 27916 23284 0 -1 4202496 376 0 0 0 0 0 0 0 20 0 1 0 110448684 2560000 46 33554432000 1073741824 1073778376 140734767707312 140734767704440 206399696167 0 0 4096 0 18446744072100756772 0 0 17 4 0 0 0 0 0
/proc/27916/statm: 625 46 37 9 0 29 0

[startup+0.100058 s]
/proc/loadavg: 2.01 2.00 2.00 3/196 27916
/proc/meminfo: memFree=31168160/32872528 swapFree=8144/8144
[pid=27916] ppid=27913 vsize=9558476 CPUtime=0.09 cores=0,2,4,6
/proc/27916/stat : 27916 (java) S 27913 27916 23284 0 -1 4202496 4408 0 1 0 8 1 0 0 20 0 18 0 110448684 9787879424 6043 33554432000 1073741824 1073778376 140734767707312 140734767698448 206412218429 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/27916/statm: 2389619 6043 2125 9 0 2380296 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 9558476

[startup+0.200269 s]
/proc/loadavg: 2.01 2.00 2.00 3/196 27916
/proc/meminfo: memFree=31168160/32872528 swapFree=8144/8144
[pid=27916] ppid=27913 vsize=9558476 CPUtime=0.27 cores=0,2,4,6
/proc/27916/stat : 27916 (java) S 27913 27916 23284 0 -1 4202496 4945 0 1 0 26 1 0 0 20 0 18 0 110448684 9787879424 6948 33554432000 1073741824 1073778376 140734767707312 140734767698448 206412218429 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/27916/statm: 2389619 6948 2216 9 0 2380296 0
Current children cumulated CPU time (s) 0.27
Current children cumulated vsize (KiB) 9558476

[startup+0.30029 s]
/proc/loadavg: 2.01 2.00 2.00 3/196 27916
/proc/meminfo: memFree=31168160/32872528 swapFree=8144/8144
[pid=27916] ppid=27913 vsize=9558476 CPUtime=0.53 cores=0,2,4,6
/proc/27916/stat : 27916 (java) S 27913 27916 23284 0 -1 4202496 7481 0 1 0 52 1 0 0 20 0 18 0 110448684 9787879424 9808 33554432000 1073741824 1073778376 140734767707312 140734767698448 206412218429 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/27916/statm: 2389619 9808 2233 9 0 2380296 0
Current children cumulated CPU time (s) 0.53
Current children cumulated vsize (KiB) 9558476

[startup+0.700226 s]
/proc/loadavg: 2.01 2.00 2.00 3/196 27916
/proc/meminfo: memFree=31168160/32872528 swapFree=8144/8144
[pid=27916] ppid=27913 vsize=9625040 CPUtime=1.36 cores=0,2,4,6
/proc/27916/stat : 27916 (java) S 27913 27916 23284 0 -1 4202496 8361 0 1 0 134 2 0 0 20 0 19 0 110448684 9856040960 17074 33554432000 1073741824 1073778376 140734767707312 140734767698448 206412218429 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/27916/statm: 2406260 17074 2262 9 0 2396937 0
Current children cumulated CPU time (s) 1.36
Current children cumulated vsize (KiB) 9625040

[startup+1.50074 s]
/proc/loadavg: 2.01 2.00 2.00 3/215 27935
/proc/meminfo: memFree=31105652/32872528 swapFree=8144/8144
[pid=27916] ppid=27913 vsize=9625040 CPUtime=2.25 cores=0,2,4,6
/proc/27916/stat : 27916 (java) S 27913 27916 23284 0 -1 4202496 8517 0 1 0 222 3 0 0 20 0 19 0 110448684 9856040960 18105 33554432000 1073741824 1073778376 140734767707312 140734767698448 206412218429 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/27916/statm: 2406260 18105 2268 9 0 2396937 0
[pid=27916/tid=27918] ppid=27913 vsize=9625040 CPUtime=1.46 cores=0,2,4,6
/proc/27916/task/27918/stat : 27918 (java) R 27913 27916 23284 0 -1 4202560 2431 0 1 0 144 2 0 0 20 0 19 0 110448685 9856040960 18105 33554432000 1073741824 1073778376 140734767707312 139763078392360 139762950874442 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0
[pid=27916/tid=27919] ppid=27913 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/27916/task/27919/stat : 27919 (java) S 27913 27916 23284 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 110448686 9856040960 18105 33554432000 1073741824 1073778376 140734767707312 139762921847336 206412231740 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=27916/tid=27920] ppid=27913 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/27916/task/27920/stat : 27920 (java) S 27913 27916 23284 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 110448686 9856040960 18105 33554432000 1073741824 1073778376 140734767707312 139762920794536 206412231740 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=27916/tid=27921] ppid=27913 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/27916/task/27921/stat : 27921 (java) S 27913 27916 23284 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 110448686 9856040960 18105 33554432000 1073741824 1073778376 140734767707312 139762919741736 206412231740 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=27916/tid=27922] ppid=27913 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/27916/task/27922/stat : 27922 (java) S 27913 27916 23284 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 110448686 9856040960 18105 33554432000 1073741824 1073778376 140734767707312 139762918688936 206412231740 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=27916/tid=27923] ppid=27913 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/27916/task/27923/stat : 27923 (java) S 27913 27916 23284 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 110448686 9856040960 18105 33554432000 1073741824 1073778376 140734767707312 139762917637160 206412231740 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=27916/tid=27924] ppid=27913 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/27916/task/27924/stat : 27924 (java) S 27913 27916 23284 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 110448686 9856040960 18105 33554432000 1073741824 1073778376 140734767707312 139762916584360 206412231740 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=27916/tid=27925] ppid=27913 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/27916/task/27925/stat : 27925 (java) S 27913 27916 23284 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 110448686 9856040960 18105 33554432000 1073741824 1073778376 140734767707312 139762915531560 206412231740 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=27916/tid=27926] ppid=27913 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/27916/task/27926/stat : 27926 (java) S 27913 27916 23284 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 110448686 9856040960 18105 33554432000 1073741824 1073778376 140734767707312 139762914478760 206412231740 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=27916/tid=27927] ppid=27913 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/27916/task/27927/stat : 27927 (java) S 27913 27916 23284 0 -1 4202560 5 0 0 0 0 0 0 0 20 0 19 0 110448687 9856040960 18105 33554432000 1073741824 1073778376 140734767707312 139762902280680 206412232617 0 0 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=27916/tid=27928] ppid=27913 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/27916/task/27928/stat : 27928 (java) S 27913 27916 23284 0 -1 4202560 16 0 0 0 0 0 0 0 20 0 19 0 110448688 9856040960 18105 33554432000 1073741824 1073778376 140734767707312 139762901226744 206412231740 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=27916/tid=27929] ppid=27913 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/27916/task/27929/stat : 27929 (java) S 27913 27916 23284 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 110448688 9856040960 18105 33554432000 1073741824 1073778376 140734767707312 139762900173832 206412231740 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=27916/tid=27930] ppid=27913 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/27916/task/27930/stat : 27930 (java) S 27913 27916 23284 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 110448690 9856040960 18105 33554432000 1073741824 1073778376 140734767707312 139762899122320 206412240672 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=27916/tid=27931] ppid=27913 vsize=9625040 CPUtime=0.31 cores=0,2,4,6
/proc/27916/task/27931/stat : 27931 (java) S 27913 27916 23284 0 -1 4202560 2115 0 0 0 31 0 0 0 20 0 19 0 110448690 9856040960 18105 33554432000 1073741824 1073778376 140734767707312 139762898070456 206412231740 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=27916/tid=27932] ppid=27913 vsize=9625040 CPUtime=0.42 cores=0,2,4,6
/proc/27916/task/27932/stat : 27932 (java) S 27913 27916 23284 0 -1 4202560 2698 0 0 0 42 0 0 0 20 0 19 0 110448690 9856040960 18105 33554432000 1073741824 1073778376 140734767707312 139762897017656 206412231740 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=27916/tid=27933] ppid=27913 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/27916/task/27933/stat : 27933 (java) S 27913 27916 23284 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 110448690 9856040960 18105 33554432000 1073741824 1073778376 140734767707312 139762895965048 206412231740 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=27916/tid=27934] ppid=27913 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/27916/task/27934/stat : 27934 (java) S 27913 27916 23284 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 110448690 9856040960 18105 33554432000 1073741824 1073778376 140734767707312 139762894912456 206412232617 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=27916/tid=27935] ppid=27913 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/27916/task/27935/stat : 27935 (java) S 27913 27916 23284 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 110448726 9856040960 18105 33554432000 1073741824 1073778376 140734767707312 139762893857960 206412232617 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 2.25
Current children cumulated vsize (KiB) 9625040

[startup+3.10076 s]
/proc/loadavg: 2.01 2.00 2.00 3/215 27935
/proc/meminfo: memFree=31101308/32872528 swapFree=8144/8144
[pid=27916] ppid=27913 vsize=9625040 CPUtime=3.89 cores=0,2,4,6
/proc/27916/stat : 27916 (java) S 27913 27916 23284 0 -1 4202496 8522 0 1 0 386 3 0 0 20 0 19 0 110448684 9856040960 19641 33554432000 1073741824 1073778376 140734767707312 140734767698448 206412218429 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/27916/statm: 2406260 19641 2268 9 0 2396937 0
[pid=27916/tid=27918] ppid=27913 vsize=9625040 CPUtime=3.06 cores=0,2,4,6
/proc/27916/task/27918/stat : 27918 (java) R 27913 27916 23284 0 -1 4202560 2436 0 1 0 304 2 0 0 20 0 19 0 110448685 9856040960 19641 33554432000 1073741824 1073778376 140734767707312 139763078392408 139762950808848 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0
[pid=27916/tid=27919] ppid=27913 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/27916/task/27919/stat : 27919 (java) S 27913 27916 23284 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 110448686 9856040960 19641 33554432000 1073741824 1073778376 140734767707312 139762921847336 206412231740 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=27916/tid=27920] ppid=27913 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/27916/task/27920/stat : 27920 (java) S 27913 27916 23284 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 110448686 9856040960 19641 33554432000 1073741824 1073778376 140734767707312 139762920794536 206412231740 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=27916/tid=27921] ppid=27913 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/27916/task/27921/stat : 27921 (java) S 27913 27916 23284 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 110448686 9856040960 19641 33554432000 1073741824 1073778376 140734767707312 139762919741736 206412231740 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=27916/tid=27922] ppid=27913 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/27916/task/27922/stat : 27922 (java) S 27913 27916 23284 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 110448686 9856040960 19641 33554432000 1073741824 1073778376 140734767707312 139762918688936 206412231740 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=27916/tid=27923] ppid=27913 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/27916/task/27923/stat : 27923 (java) S 27913 27916 23284 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 110448686 9856040960 19641 33554432000 1073741824 1073778376 140734767707312 139762917637160 206412231740 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=27916/tid=27924] ppid=27913 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/27916/task/27924/stat : 27924 (java) S 27913 27916 23284 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 110448686 9856040960 19641 33554432000 1073741824 1073778376 140734767707312 139762916584360 206412231740 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=27916/tid=27925] ppid=27913 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/27916/task/27925/stat : 27925 (java) S 27913 27916 23284 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 110448686 9856040960 19641 33554432000 1073741824 1073778376 140734767707312 139762915531560 206412231740 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=27916/tid=27926] ppid=27913 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/27916/task/27926/stat : 27926 (java) S 27913 27916 23284 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 110448686 9856040960 19641 33554432000 1073741824 1073778376 140734767707312 139762914478760 206412231740 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=27916/tid=27927] ppid=27913 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/27916/task/27927/stat : 27927 (java) S 27913 27916 23284 0 -1 4202560 5 0 0 0 0 0 0 0 20 0 19 0 110448687 9856040960 19641 33554432000 1073741824 1073778376 140734767707312 139762902280680 206412232617 0 0 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=27916/tid=27928] ppid=27913 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/27916/task/27928/stat : 27928 (java) S 27913 27916 23284 0 -1 4202560 16 0 0 0 0 0 0 0 20 0 19 0 110448688 9856040960 19641 33554432000 1073741824 1073778376 140734767707312 139762901226744 206412231740 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=27916/tid=27929] ppid=27913 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/27916/task/27929/stat : 27929 (java) S 27913 27916 23284 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 110448688 9856040960 19641 33554432000 1073741824 1073778376 140734767707312 139762900173832 206412231740 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=27916/tid=27930] ppid=27913 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/27916/task/27930/stat : 27930 (java) S 27913 27916 23284 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 110448690 9856040960 19641 33554432000 1073741824 1073778376 140734767707312 139762899122320 206412240672 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=27916/tid=27931] ppid=27913 vsize=9625040 CPUtime=0.33 cores=0,2,4,6
/proc/27916/task/27931/stat : 27931 (java) S 27913 27916 23284 0 -1 4202560 2115 0 0 0 33 0 0 0 20 0 19 0 110448690 9856040960 19641 33554432000 1073741824 1073778376 140734767707312 139762898070456 206412231740 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=27916/tid=27932] ppid=27913 vsize=9625040 CPUtime=0.45 cores=0,2,4,6
/proc/27916/task/27932/stat : 27932 (java) S 27913 27916 23284 0 -1 4202560 2698 0 0 0 45 0 0 0 20 0 19 0 110448690 9856040960 19641 33554432000 1073741824 1073778376 140734767707312 139762897017656 206412231740 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=27916/tid=27933] ppid=27913 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/27916/task/27933/stat : 27933 (java) S 27913 27916 23284 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 110448690 9856040960 19641 33554432000 1073741824 1073778376 140734767707312 139762895965048 206412231740 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=27916/tid=27934] ppid=27913 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/27916/task/27934/stat : 27934 (java) S 27913 27916 23284 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 110448690 9856040960 19641 33554432000 1073741824 1073778376 140734767707312 139762894912456 206412232617 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=27916/tid=27935] ppid=27913 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/27916/task/27935/stat : 27935 (java) S 27913 27916 23284 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 110448726 9856040960 19641 33554432000 1073741824 1073778376 140734767707312 139762893857960 206412232617 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 3.89
Current children cumulated vsize (KiB) 9625040

[startup+6.30076 s]
/proc/loadavg: 2.01 2.00 2.00 3/215 27935
/proc/meminfo: memFree=31086984/32872528 swapFree=8144/8144
[pid=27916] ppid=27913 vsize=9625040 CPUtime=7.11 cores=0,2,4,6
/proc/27916/stat : 27916 (java) S 27913 27916 23284 0 -1 4202496 8555 0 1 0 708 3 0 0 20 0 19 0 110448684 9856040960 22622 33554432000 1073741824 1073778376 140734767707312 140734767698448 206412218429 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/27916/statm: 2406260 22622 2269 9 0 2396937 0
[pid=27916/tid=27918] ppid=27913 vsize=9625040 CPUtime=6.25 cores=0,2,4,6
/proc/27916/task/27918/stat : 27918 (java) R 27913 27916 23284 0 -1 4202560 2443 0 1 0 623 2 0 0 20 0 19 0 110448685 9856040960 22622 33554432000 1073741824 1073778376 140734767707312 139763078385344 139762950911949 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0
[pid=27916/tid=27919] ppid=27913 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/27916/task/27919/stat : 27919 (java) S 27913 27916 23284 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 110448686 9856040960 22622 33554432000 1073741824 1073778376 140734767707312 139762921847336 206412231740 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=27916/tid=27920] ppid=27913 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/27916/task/27920/stat : 27920 (java) S 27913 27916 23284 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 110448686 9856040960 22622 33554432000 1073741824 1073778376 140734767707312 139762920794536 206412231740 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=27916/tid=27921] ppid=27913 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/27916/task/27921/stat : 27921 (java) S 27913 27916 23284 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 110448686 9856040960 22622 33554432000 1073741824 1073778376 140734767707312 139762919741736 206412231740 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=27916/tid=27922] ppid=27913 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/27916/task/27922/stat : 27922 (java) S 27913 27916 23284 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 110448686 9856040960 22622 33554432000 1073741824 1073778376 140734767707312 139762918688936 206412231740 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=27916/tid=27923] ppid=27913 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/27916/task/27923/stat : 27923 (java) S 27913 27916 23284 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 110448686 9856040960 22622 33554432000 1073741824 1073778376 140734767707312 139762917637160 206412231740 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=27916/tid=27924] ppid=27913 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/27916/task/27924/stat : 27924 (java) S 27913 27916 23284 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 110448686 9856040960 22622 33554432000 1073741824 1073778376 140734767707312 139762916584360 206412231740 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=27916/tid=27925] ppid=27913 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/27916/task/27925/stat : 27925 (java) S 27913 27916 23284 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 110448686 9856040960 22622 33554432000 1073741824 1073778376 140734767707312 139762915531560 206412231740 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=27916/tid=27926] ppid=27913 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/27916/task/27926/stat : 27926 (java) S 27913 27916 23284 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 110448686 9856040960 22622 33554432000 1073741824 1073778376 140734767707312 139762914478760 206412231740 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=27916/tid=27927] ppid=27913 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/27916/task/27927/stat : 27927 (java) S 27913 27916 23284 0 -1 4202560 5 0 0 0 0 0 0 0 20 0 19 0 110448687 9856040960 22622 33554432000 1073741824 1073778376 140734767707312 139762902280680 206412232617 0 0 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=27916/tid=27928] ppid=27913 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/27916/task/27928/stat : 27928 (java) S 27913 27916 23284 0 -1 4202560 16 0 0 0 0 0 0 0 20 0 19 0 110448688 9856040960 22622 33554432000 1073741824 1073778376 140734767707312 139762901226744 206412231740 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=27916/tid=27929] ppid=27913 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/27916/task/27929/stat : 27929 (java) S 27913 27916 23284 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 110448688 9856040960 22622 33554432000 1073741824 1073778376 140734767707312 139762900173832 206412231740 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=27916/tid=27930] ppid=27913 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/27916/task/27930/stat : 27930 (java) S 27913 27916 23284 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 110448690 9856040960 22622 33554432000 1073741824 1073778376 140734767707312 139762899122320 206412240672 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=27916/tid=27931] ppid=27913 vsize=9625040 CPUtime=0.35 cores=0,2,4,6
/proc/27916/task/27931/stat : 27931 (java) S 27913 27916 23284 0 -1 4202560 2140 0 0 0 35 0 0 0 20 0 19 0 110448690 9856040960 22622 33554432000 1073741824 1073778376 140734767707312 139762898070456 206412231740 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=27916/tid=27932] ppid=27913 vsize=9625040 CPUtime=0.45 cores=0,2,4,6
/proc/27916/task/27932/stat : 27932 (java) S 27913 27916 23284 0 -1 4202560 2698 0 0 0 45 0 0 0 20 0 19 0 110448690 9856040960 22622 33554432000 1073741824 1073778376 140734767707312 139762897017656 206412231740 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=27916/tid=27933] ppid=27913 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/27916/task/27933/stat : 27933 (java) S 27913 27916 23284 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 110448690 9856040960 22622 33554432000 1073741824 1073778376 140734767707312 139762895965048 206412231740 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=27916/tid=27934] ppid=27913 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/27916/task/27934/stat : 27934 (java) S 27913 27916 23284 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 19 0 110448690 9856040960 22622 33554432000 1073741824 1073778376 140734767707312 139762894912456 206412232617 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=27916/tid=27935] ppid=27913 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/27916/task/27935/stat : 27935 (java) S 27913 27916 23284 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 110448726 9856040960 22622 33554432000 1073741824 1073778376 140734767707312 139762893857960 206412232617 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 7.11
Current children cumulated vsize (KiB) 9625040


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

[pid=27916/tid=27935] ppid=27913 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/27916/task/27935/stat : 27935 (java) S 27913 27916 23284 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 110448726 9856040960 64450 33554432000 1073741824 1073778376 140734767707312 139762893857960 206412232617 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 1671.41
Current children cumulated vsize (KiB) 9625040

[startup+1722.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/215 28066
/proc/meminfo: memFree=30987900/32872528 swapFree=8144/8144
[pid=27916] ppid=27913 vsize=9625040 CPUtime=1732.05 cores=0,2,4,6
/proc/27916/stat : 27916 (java) S 27913 27916 23284 0 -1 4202496 13917 0 1 0 173086 119 0 0 20 0 19 0 110448684 9856040960 51545 33554432000 1073741824 1073778376 140734767707312 140734767698448 206412218429 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/27916/statm: 2406260 51545 2291 9 0 2396937 0
[pid=27916/tid=27918] ppid=27913 vsize=9625040 CPUtime=1711.34 cores=0,2,4,6
/proc/27916/task/27918/stat : 27918 (java) R 27913 27916 23284 0 -1 4202560 2625 0 1 0 171102 32 0 0 20 0 19 0 110448685 9856040960 51545 33554432000 1073741824 1073778376 140734767707312 139763078393152 139762950832866 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0
[pid=27916/tid=27919] ppid=27913 vsize=9625040 CPUtime=1.5 cores=0,2,4,6
/proc/27916/task/27919/stat : 27919 (java) S 27913 27916 23284 0 -1 4202560 806 0 0 0 139 11 0 0 20 0 19 0 110448686 9856040960 51545 33554432000 1073741824 1073778376 140734767707312 139762921847336 206412231740 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=27916/tid=27920] ppid=27913 vsize=9625040 CPUtime=1.48 cores=0,2,4,6
/proc/27916/task/27920/stat : 27920 (java) S 27913 27916 23284 0 -1 4202560 280 0 0 0 137 11 0 0 20 0 19 0 110448686 9856040960 51545 33554432000 1073741824 1073778376 140734767707312 139762920794536 206412231740 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=27916/tid=27921] ppid=27913 vsize=9625040 CPUtime=1.49 cores=0,2,4,6
/proc/27916/task/27921/stat : 27921 (java) S 27913 27916 23284 0 -1 4202560 202 0 0 0 139 10 0 0 20 0 19 0 110448686 9856040960 51545 33554432000 1073741824 1073778376 140734767707312 139762919741736 206412231740 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=27916/tid=27922] ppid=27913 vsize=9625040 CPUtime=1.51 cores=0,2,4,6
/proc/27916/task/27922/stat : 27922 (java) S 27913 27916 23284 0 -1 4202560 419 0 0 0 140 11 0 0 20 0 19 0 110448686 9856040960 51545 33554432000 1073741824 1073778376 140734767707312 139762918688936 206412231740 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=27916/tid=27923] ppid=27913 vsize=9625040 CPUtime=1.51 cores=0,2,4,6
/proc/27916/task/27923/stat : 27923 (java) S 27913 27916 23284 0 -1 4202560 645 0 0 0 142 9 0 0 20 0 19 0 110448686 9856040960 51545 33554432000 1073741824 1073778376 140734767707312 139762917637160 206412231740 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=27916/tid=27924] ppid=27913 vsize=9625040 CPUtime=1.66 cores=0,2,4,6
/proc/27916/task/27924/stat : 27924 (java) S 27913 27916 23284 0 -1 4202560 544 0 0 0 155 11 0 0 20 0 19 0 110448686 9856040960 51545 33554432000 1073741824 1073778376 140734767707312 139762916584360 206412231740 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=27916/tid=27925] ppid=27913 vsize=9625040 CPUtime=1.49 cores=0,2,4,6
/proc/27916/task/27925/stat : 27925 (java) S 27913 27916 23284 0 -1 4202560 779 0 0 0 139 10 0 0 20 0 19 0 110448686 9856040960 51545 33554432000 1073741824 1073778376 140734767707312 139762915531560 206412231740 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=27916/tid=27926] ppid=27913 vsize=9625040 CPUtime=1.51 cores=0,2,4,6
/proc/27916/task/27926/stat : 27926 (java) S 27913 27916 23284 0 -1 4202560 494 0 0 0 140 11 0 0 20 0 19 0 110448686 9856040960 51545 33554432000 1073741824 1073778376 140734767707312 139762914478760 206412231740 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=27916/tid=27927] ppid=27913 vsize=9625040 CPUtime=2.84 cores=0,2,4,6
/proc/27916/task/27927/stat : 27927 (java) S 27913 27916 23284 0 -1 4202560 541 0 0 0 279 5 0 0 20 0 19 0 110448687 9856040960 51545 33554432000 1073741824 1073778376 140734767707312 139762902280680 206412232617 0 0 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=27916/tid=27928] ppid=27913 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/27916/task/27928/stat : 27928 (java) S 27913 27916 23284 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 110448688 9856040960 51545 33554432000 1073741824 1073778376 140734767707312 139762901226744 206412231740 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=27916/tid=27929] ppid=27913 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/27916/task/27929/stat : 27929 (java) S 27913 27916 23284 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 110448688 9856040960 51545 33554432000 1073741824 1073778376 140734767707312 139762900173832 206412231740 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=27916/tid=27930] ppid=27913 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/27916/task/27930/stat : 27930 (java) S 27913 27916 23284 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 110448690 9856040960 51545 33554432000 1073741824 1073778376 140734767707312 139762899122320 206412240672 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=27916/tid=27931] ppid=27913 vsize=9625040 CPUtime=0.38 cores=0,2,4,6
/proc/27916/task/27931/stat : 27931 (java) S 27913 27916 23284 0 -1 4202560 2526 0 0 0 38 0 0 0 20 0 19 0 110448690 9856040960 51545 33554432000 1073741824 1073778376 140734767707312 139762898070456 206412231740 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=27916/tid=27932] ppid=27913 vsize=9625040 CPUtime=0.45 cores=0,2,4,6
/proc/27916/task/27932/stat : 27932 (java) S 27913 27916 23284 0 -1 4202560 2698 0 0 0 45 0 0 0 20 0 19 0 110448690 9856040960 51545 33554432000 1073741824 1073778376 140734767707312 139762897017656 206412231740 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=27916/tid=27933] ppid=27913 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/27916/task/27933/stat : 27933 (java) S 27913 27916 23284 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 110448690 9856040960 51545 33554432000 1073741824 1073778376 140734767707312 139762895965048 206412231740 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=27916/tid=27934] ppid=27913 vsize=9625040 CPUtime=0.61 cores=0,2,4,6
/proc/27916/task/27934/stat : 27934 (java) S 27913 27916 23284 0 -1 4202560 99 0 0 0 29 32 0 0 20 0 19 0 110448690 9856040960 51545 33554432000 1073741824 1073778376 140734767707312 139762894912456 206412232617 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=27916/tid=27935] ppid=27913 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/27916/task/27935/stat : 27935 (java) S 27913 27916 23284 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 110448726 9856040960 51545 33554432000 1073741824 1073778376 140734767707312 139762893857960 206412232617 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 1732.05
Current children cumulated vsize (KiB) 9625040

[startup+1782.3 s]
/proc/loadavg: 2.03 2.01 2.00 3/215 28067
/proc/meminfo: memFree=30985036/32872528 swapFree=8144/8144
[pid=27916] ppid=27913 vsize=9625040 CPUtime=1792.87 cores=0,2,4,6
/proc/27916/stat : 27916 (java) S 27913 27916 23284 0 -1 4202496 14469 0 1 0 179160 127 0 0 20 0 19 0 110448684 9856040960 55898 33554432000 1073741824 1073778376 140734767707312 140734767698448 206412218429 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/27916/statm: 2406260 55898 2291 9 0 2396937 0
[pid=27916/tid=27918] ppid=27913 vsize=9625040 CPUtime=1770.49 cores=0,2,4,6
/proc/27916/task/27918/stat : 27918 (java) R 27913 27916 23284 0 -1 4202560 2648 0 1 0 177017 32 0 0 20 0 19 0 110448685 9856040960 55898 33554432000 1073741824 1073778376 140734767707312 139763078393272 139762950833414 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0
[pid=27916/tid=27919] ppid=27913 vsize=9625040 CPUtime=1.66 cores=0,2,4,6
/proc/27916/task/27919/stat : 27919 (java) S 27913 27916 23284 0 -1 4202560 814 0 0 0 154 12 0 0 20 0 19 0 110448686 9856040960 55898 33554432000 1073741824 1073778376 140734767707312 139762921847336 206412231740 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=27916/tid=27920] ppid=27913 vsize=9625040 CPUtime=1.61 cores=0,2,4,6
/proc/27916/task/27920/stat : 27920 (java) S 27913 27916 23284 0 -1 4202560 289 0 0 0 149 12 0 0 20 0 19 0 110448686 9856040960 55898 33554432000 1073741824 1073778376 140734767707312 139762920794536 206412231740 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=27916/tid=27921] ppid=27913 vsize=9625040 CPUtime=1.64 cores=0,2,4,6
/proc/27916/task/27921/stat : 27921 (java) S 27913 27916 23284 0 -1 4202560 323 0 0 0 154 10 0 0 20 0 19 0 110448686 9856040960 55898 33554432000 1073741824 1073778376 140734767707312 139762919741736 206412231740 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=27916/tid=27922] ppid=27913 vsize=9625040 CPUtime=1.63 cores=0,2,4,6
/proc/27916/task/27922/stat : 27922 (java) S 27913 27916 23284 0 -1 4202560 425 0 0 0 152 11 0 0 20 0 19 0 110448686 9856040960 55898 33554432000 1073741824 1073778376 140734767707312 139762918688936 206412231740 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=27916/tid=27923] ppid=27913 vsize=9625040 CPUtime=1.66 cores=0,2,4,6
/proc/27916/task/27923/stat : 27923 (java) S 27913 27916 23284 0 -1 4202560 727 0 0 0 156 10 0 0 20 0 19 0 110448686 9856040960 55898 33554432000 1073741824 1073778376 140734767707312 139762917637160 206412231740 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=27916/tid=27924] ppid=27913 vsize=9625040 CPUtime=1.81 cores=0,2,4,6
/proc/27916/task/27924/stat : 27924 (java) S 27913 27916 23284 0 -1 4202560 638 0 0 0 169 12 0 0 20 0 19 0 110448686 9856040960 55898 33554432000 1073741824 1073778376 140734767707312 139762916584360 206412231740 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=27916/tid=27925] ppid=27913 vsize=9625040 CPUtime=1.65 cores=0,2,4,6
/proc/27916/task/27925/stat : 27925 (java) S 27913 27916 23284 0 -1 4202560 854 0 0 0 154 11 0 0 20 0 19 0 110448686 9856040960 55898 33554432000 1073741824 1073778376 140734767707312 139762915531560 206412231740 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=27916/tid=27926] ppid=27913 vsize=9625040 CPUtime=1.64 cores=0,2,4,6
/proc/27916/task/27926/stat : 27926 (java) S 27913 27916 23284 0 -1 4202560 562 0 0 0 153 11 0 0 20 0 19 0 110448686 9856040960 55898 33554432000 1073741824 1073778376 140734767707312 139762914478760 206412231740 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=27916/tid=27927] ppid=27913 vsize=9625040 CPUtime=3.18 cores=0,2,4,6
/proc/27916/task/27927/stat : 27927 (java) S 27913 27916 23284 0 -1 4202560 604 0 0 0 313 5 0 0 20 0 19 0 110448687 9856040960 55898 33554432000 1073741824 1073778376 140734767707312 139762902280680 206412232617 0 0 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=27916/tid=27928] ppid=27913 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/27916/task/27928/stat : 27928 (java) S 27913 27916 23284 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 110448688 9856040960 55898 33554432000 1073741824 1073778376 140734767707312 139762901226744 206412231740 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=27916/tid=27929] ppid=27913 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/27916/task/27929/stat : 27929 (java) S 27913 27916 23284 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 110448688 9856040960 55898 33554432000 1073741824 1073778376 140734767707312 139762900173832 206412231740 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=27916/tid=27930] ppid=27913 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/27916/task/27930/stat : 27930 (java) S 27913 27916 23284 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 110448690 9856040960 55898 33554432000 1073741824 1073778376 140734767707312 139762899122320 206412240672 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=27916/tid=27931] ppid=27913 vsize=9625040 CPUtime=0.38 cores=0,2,4,6
/proc/27916/task/27931/stat : 27931 (java) S 27913 27916 23284 0 -1 4202560 2526 0 0 0 38 0 0 0 20 0 19 0 110448690 9856040960 55898 33554432000 1073741824 1073778376 140734767707312 139762898070456 206412231740 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=27916/tid=27932] ppid=27913 vsize=9625040 CPUtime=0.45 cores=0,2,4,6
/proc/27916/task/27932/stat : 27932 (java) S 27913 27916 23284 0 -1 4202560 2698 0 0 0 45 0 0 0 20 0 19 0 110448690 9856040960 55898 33554432000 1073741824 1073778376 140734767707312 139762897017656 206412231740 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=27916/tid=27933] ppid=27913 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/27916/task/27933/stat : 27933 (java) S 27913 27916 23284 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 110448690 9856040960 55898 33554432000 1073741824 1073778376 140734767707312 139762895965048 206412231740 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=27916/tid=27934] ppid=27913 vsize=9625040 CPUtime=0.64 cores=0,2,4,6
/proc/27916/task/27934/stat : 27934 (java) S 27913 27916 23284 0 -1 4202560 102 0 0 0 31 33 0 0 20 0 19 0 110448690 9856040960 55898 33554432000 1073741824 1073778376 140734767707312 139762894912456 206412232617 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=27916/tid=27935] ppid=27913 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/27916/task/27935/stat : 27935 (java) S 27913 27916 23284 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 110448726 9856040960 55898 33554432000 1073741824 1073778376 140734767707312 139762893857960 206412232617 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 1792.87
Current children cumulated vsize (KiB) 9625040



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1789.4 s]
/proc/loadavg: 2.03 2.01 2.00 3/215 28067
/proc/meminfo: memFree=30985036/32872528 swapFree=8144/8144
[pid=27916] ppid=27913 vsize=9625040 CPUtime=1800 cores=0,2,4,6
/proc/27916/stat : 27916 (java) S 27913 27916 23284 0 -1 4202496 14529 0 1 0 179873 127 0 0 20 0 19 0 110448684 9856040960 55957 33554432000 1073741824 1073778376 140734767707312 140734767698448 206412218429 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/27916/statm: 2406260 55957 2291 9 0 2396937 0
[pid=27916/tid=27918] ppid=27913 vsize=9625040 CPUtime=1777.4 cores=0,2,4,6
/proc/27916/task/27918/stat : 27918 (java) R 27913 27916 23284 0 -1 4202560 2649 0 1 0 177707 33 0 0 20 0 19 0 110448685 9856040960 55957 33554432000 1073741824 1073778376 140734767707312 139763078393152 139762950911317 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0
[pid=27916/tid=27919] ppid=27913 vsize=9625040 CPUtime=1.66 cores=0,2,4,6
/proc/27916/task/27919/stat : 27919 (java) S 27913 27916 23284 0 -1 4202560 814 0 0 0 154 12 0 0 20 0 19 0 110448686 9856040960 55957 33554432000 1073741824 1073778376 140734767707312 139762921847336 206412231740 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=27916/tid=27920] ppid=27913 vsize=9625040 CPUtime=1.61 cores=0,2,4,6
/proc/27916/task/27920/stat : 27920 (java) S 27913 27916 23284 0 -1 4202560 289 0 0 0 149 12 0 0 20 0 19 0 110448686 9856040960 55957 33554432000 1073741824 1073778376 140734767707312 139762920794536 206412231740 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=27916/tid=27921] ppid=27913 vsize=9625040 CPUtime=1.64 cores=0,2,4,6
/proc/27916/task/27921/stat : 27921 (java) S 27913 27916 23284 0 -1 4202560 323 0 0 0 154 10 0 0 20 0 19 0 110448686 9856040960 55957 33554432000 1073741824 1073778376 140734767707312 139762919741736 206412231740 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=27916/tid=27922] ppid=27913 vsize=9625040 CPUtime=1.64 cores=0,2,4,6
/proc/27916/task/27922/stat : 27922 (java) S 27913 27916 23284 0 -1 4202560 425 0 0 0 153 11 0 0 20 0 19 0 110448686 9856040960 55957 33554432000 1073741824 1073778376 140734767707312 139762918688936 206412231740 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=27916/tid=27923] ppid=27913 vsize=9625040 CPUtime=1.66 cores=0,2,4,6
/proc/27916/task/27923/stat : 27923 (java) S 27913 27916 23284 0 -1 4202560 727 0 0 0 156 10 0 0 20 0 19 0 110448686 9856040960 55957 33554432000 1073741824 1073778376 140734767707312 139762917637160 206412231740 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=27916/tid=27924] ppid=27913 vsize=9625040 CPUtime=1.81 cores=0,2,4,6
/proc/27916/task/27924/stat : 27924 (java) S 27913 27916 23284 0 -1 4202560 638 0 0 0 169 12 0 0 20 0 19 0 110448686 9856040960 55957 33554432000 1073741824 1073778376 140734767707312 139762916584360 206412231740 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=27916/tid=27925] ppid=27913 vsize=9625040 CPUtime=1.66 cores=0,2,4,6
/proc/27916/task/27925/stat : 27925 (java) S 27913 27916 23284 0 -1 4202560 855 0 0 0 155 11 0 0 20 0 19 0 110448686 9856040960 55957 33554432000 1073741824 1073778376 140734767707312 139762915531560 206412231740 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=27916/tid=27926] ppid=27913 vsize=9625040 CPUtime=1.65 cores=0,2,4,6
/proc/27916/task/27926/stat : 27926 (java) S 27913 27916 23284 0 -1 4202560 562 0 0 0 154 11 0 0 20 0 19 0 110448686 9856040960 55957 33554432000 1073741824 1073778376 140734767707312 139762914478760 206412231740 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=27916/tid=27927] ppid=27913 vsize=9625040 CPUtime=3.35 cores=0,2,4,6
/proc/27916/task/27927/stat : 27927 (java) S 27913 27916 23284 0 -1 4202560 662 0 0 0 329 6 0 0 20 0 19 0 110448687 9856040960 55957 33554432000 1073741824 1073778376 140734767707312 139762902280680 206412232617 0 0 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=27916/tid=27928] ppid=27913 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/27916/task/27928/stat : 27928 (java) S 27913 27916 23284 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 110448688 9856040960 55957 33554432000 1073741824 1073778376 140734767707312 139762901226744 206412231740 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=27916/tid=27929] ppid=27913 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/27916/task/27929/stat : 27929 (java) S 27913 27916 23284 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 110448688 9856040960 55957 33554432000 1073741824 1073778376 140734767707312 139762900173832 206412231740 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=27916/tid=27930] ppid=27913 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/27916/task/27930/stat : 27930 (java) S 27913 27916 23284 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 110448690 9856040960 55957 33554432000 1073741824 1073778376 140734767707312 139762899122320 206412240672 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=27916/tid=27931] ppid=27913 vsize=9625040 CPUtime=0.38 cores=0,2,4,6
/proc/27916/task/27931/stat : 27931 (java) S 27913 27916 23284 0 -1 4202560 2526 0 0 0 38 0 0 0 20 0 19 0 110448690 9856040960 55957 33554432000 1073741824 1073778376 140734767707312 139762898070456 206412231740 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=27916/tid=27932] ppid=27913 vsize=9625040 CPUtime=0.45 cores=0,2,4,6
/proc/27916/task/27932/stat : 27932 (java) S 27913 27916 23284 0 -1 4202560 2698 0 0 0 45 0 0 0 20 0 19 0 110448690 9856040960 55957 33554432000 1073741824 1073778376 140734767707312 139762897017656 206412231740 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=27916/tid=27933] ppid=27913 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/27916/task/27933/stat : 27933 (java) S 27913 27916 23284 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 110448690 9856040960 55957 33554432000 1073741824 1073778376 140734767707312 139762895965048 206412231740 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=27916/tid=27934] ppid=27913 vsize=9625040 CPUtime=0.64 cores=0,2,4,6
/proc/27916/task/27934/stat : 27934 (java) S 27913 27916 23284 0 -1 4202560 102 0 0 0 31 33 0 0 20 0 19 0 110448690 9856040960 55957 33554432000 1073741824 1073778376 140734767707312 139762894912456 206412232617 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=27916/tid=27935] ppid=27913 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/27916/task/27935/stat : 27935 (java) S 27913 27916 23284 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 110448726 9856040960 55957 33554432000 1073741824 1073778376 140734767707312 139762893857960 206412232617 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 1800
Current children cumulated vsize (KiB) 9625040

Sending SIGTERM to process tree (bottom up)
Sleeping 2 seconds

Solver just ended.
??? exit watcher main loop
??? sigkill at end of watcher main loop
??? kill 27916 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 27916 and gives
#  childrusage.ru_utime.tv_sec=1794
#  childrusage.ru_utime.tv_usec=179243
#  childrusage.ru_stime.tv_sec=1
#  childrusage.ru_stime.tv_usec=751733
# CPU time returned by wait4() is 1795.93
# while last known CPU time is 1800
#
# Solver probably didn't/couldn't wait for its children
# Using CPU time of the last sample as value...

Real time (s): 1789.48
CPU time (s): 1800
CPU user time (s): 1798.73
CPU system time (s): 1.27
CPU usage (%): 100.588
Max. virtual memory (cumulated for all children) (KiB): 9625040

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1794.18
system time used= 1.75173
maximum resident set size= 750132
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 14566
page faults= 1
swaps= 0
block input operations= 0
block output operations= 1712
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 42846
involuntary context switches= 35569

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 11.5992 second user time and 12.4071 second system time

The end

Launcher Data

Begin job on node133 at 2016-06-07 09:39:26
IDJOB=4084630
IDBENCH=90138
IDSOLVER=2546
FILE ID=node133/4084630-1465285166
RUNJOBID= node133-1465257785-23300
PBS_JOBID= 19843288
Free space on /tmp= 71748 MiB

SOLVER NAME= Sat4j PB 2.3.6 Resolution PB16
BENCH NAME= PB12/normalized-PB12/DEC-SMALLINT-LIN/sroussel/ShortestPathTate/normalized-TateBritain_K103.opb
COMMAND LINE= java -jar sat4j-pb.jar BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4084630-1465285166/watcher-4084630-1465285166 -o /tmp/evaluation-result-4084630-1465285166/solver-4084630-1465285166 -C 1800 -W 1900 -M 15500 --bin-var /tmp/runsolver-exch-node133-1465257785-23300 --watchdog 1960  java -jar sat4j-pb.jar HOME/instance-4084630-1465285166.opb

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

MD5SUM BENCH= 34d84c84a6977bf98000135522032f88
RANDOM SEED=1460749168

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

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

processor	: 7
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2667.065
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:        31169084 kB
Buffers:           94616 kB
Cached:           340648 kB
SwapCached:         2064 kB
Active:           594840 kB
Inactive:         367368 kB
Active(anon):     527784 kB
Inactive(anon):     1428 kB
Active(file):      67056 kB
Inactive(file):   365940 kB
Unevictable:        8144 kB
Mlocked:            8144 kB
SwapTotal:      67108856 kB
SwapFree:       67098268 kB
Dirty:               936 kB
Writeback:             0 kB
AnonPages:        533556 kB
Mapped:            15376 kB
Shmem:                 0 kB
Slab:             601216 kB
SReclaimable:      44564 kB
SUnreclaim:       556652 kB
KernelStack:        1672 kB
PageTables:         5504 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545120 kB
Committed_AS:     683592 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346412 kB
VmallocChunk:   34341987908 kB
HardwareCorrupted:     0 kB
AnonHugePages:    491520 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= 71744 MiB
End job on node133 at 2016-06-07 10:09:16