Trace number 4106885

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.02 1794.44

General information on the benchmark

Namenormalized-PB07/SATUNSAT-SMALLINT-NLC/submittedPB07/
manquinho/dbsg/normalized-dbsg_100_10_2_40.opb
MD5SUMf3f7503aace115ec5eea1f9ed4e29626
Bench CategoryDEC-SMALLINT-NLC (no optimisation, small integers, non linear constraints)
Best result obtained on this benchmark
Best value of the objective obtained on this benchmark
Best CPU time to get the best result obtained on this benchmark
Has Objective FunctionNO
Satisfiable
(Un)Satisfiability was proved
Best value of the objective function
Optimality of the best value was proved
Number of variables200
Total number of constraints302
Number of constraints which are clauses100
Number of constraints which are cardinality constraints (but not clauses)1
Number of constraints which are nor clauses,nor cardinality constraints201
Minimum length of a constraint2
Maximum length of a constraint200
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 40
Number of bits of the biggest number in a constraint 6
Biggest sum of numbers in a constraint 200
Number of bits of the biggest sum of numbers8
Number of products (including duplicates)2520
Sum of products size (including duplicates)5040
Number of different products1260
Sum of products size2520

Solver Data

0.00/0.09	c SAT4J: a SATisfiability library for Java (c) 2004-2013 Artois University and CNRS
0.00/0.09	c This is free software under the dual EPL/GNU LGPL licenses.
0.00/0.09	c See www.sat4j.org for details.
0.00/0.09	c version PB16.v20160501
0.00/0.09	c java.runtime.name	Java(TM) SE Runtime Environment
0.00/0.09	c java.vm.name		Java HotSpot(TM) 64-Bit Server VM
0.00/0.09	c java.vm.version	19.1-b02
0.00/0.09	c java.vm.vendor	Sun Microsystems Inc.
0.00/0.09	c sun.arch.data.model	64
0.00/0.09	c java.version		1.6.0_24
0.00/0.09	c os.name		Linux
0.00/0.09	c os.version		2.6.32-71.29.1.el6.x86_64
0.00/0.09	c os.arch		amd64
0.00/0.09	c Free memory 		501472288
0.00/0.09	c Max memory 		7480803328
0.00/0.09	c Total memory 		504102912
0.00/0.09	c Number of processors 	8
0.09/0.11	c Pseudo Boolean Optimization by upper bound
0.09/0.11	c --- Begin Solver configuration ---
0.09/0.11	c org.sat4j.pb.constraints.CompetResolutionPBLongMixedWLClauseCardConstrDataStructure@587bd9f2
0.09/0.11	c Learn all clauses as in MiniSAT
0.09/0.11	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.09/0.11	c VSIDS like heuristics from MiniSAT using a heap lightweight component caching from RSAT taking into account the objective function
0.09/0.11	c No reason simplification
0.09/0.11	c Glucose 2.1 dynamic restart strategy
0.09/0.11	c Glucose 2 learned constraints deletion strategy (LBD updated on propagation) with timer check every 1000 if the learned constraints reach increasing bounds: 5000 step 1000
0.09/0.11	c timeout=2147483s
0.09/0.11	c DB Simplification allowed=false
0.09/0.11	c Listener: org.sat4j.minisat.core.VoidTracing@4e3eca90
0.09/0.11	c --- End Solver configuration ---
0.09/0.11	c solving HOME/instance-4106885-1466280433.opb
0.09/0.11	c reading problem ... 
0.09/0.12	c  no objective function found
0.23/0.28	c ... done. Wall clock time 0.168s.
0.23/0.28	c declared #vars     200
0.23/0.28	c internal #vars     1460
0.23/0.28	c #constraints  2823
0.23/0.28	c constraints type 
0.23/0.28	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 1260
0.23/0.28	c org.sat4j.minisat.constraints.card.MinWatchCard => 203
0.23/0.28	c org.sat4j.minisat.constraints.cnf.OriginalBinaryClause => 100
0.23/0.28	c org.sat4j.pb.constraints.pb.MaxWatchPbLong => 1260
0.23/0.28	c 2823 constraints processed.
1.09/0.65	c cleaning 2492 clauses out of 5001 with flag 18264/5001
1.34/0.88	c cleaning 4248 clauses out of 8508 with flag 40433/11000
1.67/1.15	c cleaning 5621 clauses out of 11261 with flag 66458/18001
1.97/1.48	c cleaning 6802 clauses out of 13639 with flag 91422/26000
2.40/1.86	c cleaning 7910 clauses out of 15837 with flag 119668/35000
2.91/2.31	c cleaning 8953 clauses out of 17927 with flag 154179/45000
3.41/2.85	c cleaning 9975 clauses out of 19974 with flag 191982/56000
4.01/3.47	c cleaning 10980 clauses out of 21999 with flag 234358/68000
4.71/4.15	c cleaning 11999 clauses out of 24020 with flag 275467/81001
5.41/4.88	c cleaning 13002 clauses out of 26021 with flag 315985/95001
6.31/5.70	c cleaning 13996 clauses out of 28018 with flag 358679/110000
7.21/6.63	c cleaning 15005 clauses out of 30022 with flag 406402/126000
8.32/7.73	c cleaning 16004 clauses out of 32017 with flag 459064/143000
9.52/8.91	c cleaning 17000 clauses out of 34014 with flag 515992/161001
10.71/10.18	c cleaning 18001 clauses out of 36014 with flag 576175/180001
12.17/11.50	c cleaning 18988 clauses out of 38012 with flag 633611/200000
13.57/12.97	c cleaning 20004 clauses out of 40024 with flag 693197/221000
15.08/14.49	c cleaning 21003 clauses out of 42020 with flag 757372/243000
16.87/16.25	c cleaning 21996 clauses out of 44017 with flag 832488/266000
18.57/17.99	c cleaning 23003 clauses out of 46021 with flag 905837/290000
20.87/20.24	c cleaning 23998 clauses out of 48018 with flag 983910/315000
22.88/22.26	c cleaning 24999 clauses out of 50020 with flag 1058111/341000
25.00/24.33	c cleaning 26003 clauses out of 52021 with flag 1138618/368000
28.66/27.73	c cleaning 27002 clauses out of 54025 with flag 1221694/396007
33.04/31.74	c cleaning 27999 clauses out of 56019 with flag 1325984/425003
36.95/35.66	c cleaning 28983 clauses out of 58018 with flag 1438199/455001
40.95/39.68	c cleaning 29993 clauses out of 60035 with flag 1544388/486001
45.55/44.20	c cleaning 30999 clauses out of 62041 with flag 1663413/518000
49.75/48.42	c cleaning 32008 clauses out of 64044 with flag 1769070/551002
54.25/52.95	c cleaning 32994 clauses out of 66034 with flag 1888527/585000
58.85/57.55	c cleaning 33994 clauses out of 68040 with flag 2006841/620000
63.75/62.38	c cleaning 35004 clauses out of 70046 with flag 2120700/656000
69.35/67.92	c cleaning 36009 clauses out of 72042 with flag 2266729/693000
75.05/73.61	c cleaning 37003 clauses out of 74034 with flag 2409539/731001
80.56/79.12	c cleaning 38003 clauses out of 76031 with flag 2553083/770001
85.86/84.46	c cleaning 39002 clauses out of 78028 with flag 2685505/810001
91.16/89.70	c cleaning 40006 clauses out of 80025 with flag 2809683/851000
96.67/95.16	c cleaning 40996 clauses out of 82020 with flag 2949481/893001
102.47/100.93	c cleaning 41993 clauses out of 84023 with flag 3095342/936000
108.38/106.81	c cleaning 43001 clauses out of 86032 with flag 3232580/980002
115.07/113.57	c cleaning 44004 clauses out of 88029 with flag 3379837/1025000
122.37/120.85	c cleaning 45004 clauses out of 90025 with flag 3549309/1071000
129.62/127.91	c cleaning 45999 clauses out of 92021 with flag 3708624/1118000
136.72/135.02	c cleaning 46996 clauses out of 94025 with flag 3872868/1166003
143.82/142.13	c cleaning 47992 clauses out of 96026 with flag 4020233/1215000
150.92/149.29	c cleaning 48997 clauses out of 98034 with flag 4184524/1265000
158.96/157.11	c cleaning 50005 clauses out of 100038 with flag 4346954/1316001
167.66/165.80	c cleaning 50999 clauses out of 102032 with flag 4512084/1368000
176.26/174.43	c cleaning 51992 clauses out of 104033 with flag 4680945/1421000
184.76/183.00	c cleaning 53008 clauses out of 106041 with flag 4842005/1475000
194.94/192.91	c cleaning 54004 clauses out of 108033 with flag 5030564/1530000
204.85/202.89	c cleaning 54993 clauses out of 110029 with flag 5219196/1586000
214.85/212.85	c cleaning 56001 clauses out of 112036 with flag 5408268/1643000
225.55/223.53	c cleaning 57008 clauses out of 114037 with flag 5600647/1701002
236.30/234.15	c cleaning 58006 clauses out of 116029 with flag 5798348/1760002
246.90/244.78	c cleaning 58991 clauses out of 118021 with flag 5982421/1820000
258.00/255.84	c cleaning 60005 clauses out of 120031 with flag 6162668/1881001
267.72/265.48	c cleaning 61004 clauses out of 122025 with flag 6335347/1943000
278.42/276.11	c cleaning 62000 clauses out of 124022 with flag 6518528/2006001
289.52/287.27	c cleaning 62996 clauses out of 126021 with flag 6708537/2070000
302.45/300.01	c cleaning 64002 clauses out of 128025 with flag 6900630/2135000
315.77/313.36	c cleaning 65004 clauses out of 130023 with flag 7105702/2201000
328.68/326.20	c cleaning 65992 clauses out of 132019 with flag 7312494/2268000
342.40/339.81	c cleaning 66999 clauses out of 134029 with flag 7530983/2336002
355.90/353.34	c cleaning 67990 clauses out of 136028 with flag 7744216/2405000
371.11/368.44	c cleaning 69005 clauses out of 138040 with flag 7974543/2475002
387.21/384.50	c cleaning 70001 clauses out of 140035 with flag 8219291/2546002
403.30/400.69	c cleaning 71011 clauses out of 142033 with flag 8440151/2618001
419.80/417.01	c cleaning 71998 clauses out of 144023 with flag 8669646/2691002
437.40/434.61	c cleaning 72997 clauses out of 146023 with flag 8914669/2765000
454.88/452.03	c cleaning 73991 clauses out of 148026 with flag 9153126/2840000
472.19/469.39	c cleaning 75005 clauses out of 150037 with flag 9398386/2916002
490.39/487.48	c cleaning 76007 clauses out of 152033 with flag 9661680/2993003
509.38/506.41	c cleaning 76998 clauses out of 154028 with flag 9907906/3071005
527.09/524.09	c cleaning 77995 clauses out of 156027 with flag 10152616/3150002
548.89/545.85	c cleaning 79002 clauses out of 158030 with flag 10422130/3230000
572.01/568.85	c cleaning 79998 clauses out of 160028 with flag 10698312/3311000
589.21/586.04	c cleaning 81001 clauses out of 162031 with flag 10949014/3393001
611.08/607.80	c cleaning 82000 clauses out of 164031 with flag 11220038/3476002
634.99/631.79	c cleaning 83003 clauses out of 166031 with flag 11507384/3560002
656.47/653.18	c cleaning 84001 clauses out of 168028 with flag 11791293/3645002
678.77/675.49	c cleaning 85002 clauses out of 170026 with flag 12069003/3731001
698.80/695.40	c cleaning 85989 clauses out of 172023 with flag 12332573/3818000
721.00/717.68	c cleaning 86998 clauses out of 174035 with flag 12616632/3906001
744.67/741.27	c cleaning 87999 clauses out of 176036 with flag 12886593/3995000
771.66/768.18	c cleaning 89005 clauses out of 178037 with flag 13199820/4085000
799.77/796.29	c cleaning 89997 clauses out of 180032 with flag 13512174/4176000
831.75/828.15	c cleaning 91007 clauses out of 182036 with flag 13843203/4268001
859.05/855.31	c cleaning 92002 clauses out of 184029 with flag 14150156/4361001
887.35/883.63	c cleaning 92991 clauses out of 186026 with flag 14463083/4455000
918.64/914.80	c cleaning 94005 clauses out of 188035 with flag 14775410/4550000
950.54/946.61	c cleaning 95002 clauses out of 190032 with flag 15078737/4646002
983.63/979.71	c cleaning 96002 clauses out of 192030 with flag 15387490/4743002
1017.80/1013.86	c cleaning 96999 clauses out of 194026 with flag 15711405/4841000
1051.88/1047.82	c cleaning 97997 clauses out of 196028 with flag 16037905/4940001
1081.59/1077.47	c cleaning 98996 clauses out of 198031 with flag 16334870/5040001
1111.99/1107.72	c cleaning 100000 clauses out of 200034 with flag 16644938/5141000
1140.28/1136.01	c cleaning 101000 clauses out of 202034 with flag 16954687/5243000
1173.34/1169.09	c cleaning 102000 clauses out of 204034 with flag 17293120/5346000
1200.69/1196.37	c cleaning 103003 clauses out of 206034 with flag 17600243/5450000
1237.32/1232.94	c cleaning 103997 clauses out of 208031 with flag 17919083/5555000
1271.71/1267.21	c cleaning 105008 clauses out of 210039 with flag 18229325/5661005
1309.89/1305.36	c cleaning 105994 clauses out of 212026 with flag 18548009/5768000
1341.04/1336.46	c cleaning 107006 clauses out of 214033 with flag 18856019/5876001
1379.15/1374.56	c cleaning 107997 clauses out of 216027 with flag 19179732/5985001
1414.57/1409.86	c cleaning 108997 clauses out of 218029 with flag 19530849/6095000
1451.14/1446.35	c cleaning 110006 clauses out of 220032 with flag 19866527/6206000
1487.14/1482.27	c cleaning 110995 clauses out of 222027 with flag 20198190/6318001
1527.34/1522.38	c cleaning 111994 clauses out of 224032 with flag 20561675/6431001
1564.67/1559.60	c cleaning 112998 clauses out of 226037 with flag 20905703/6545000
1600.75/1595.61	c cleaning 114003 clauses out of 228039 with flag 21228033/6660000
1640.72/1635.57	c cleaning 114999 clauses out of 230036 with flag 21564861/6776000
1684.95/1679.61	c cleaning 116003 clauses out of 232037 with flag 21923200/6893000
1733.85/1728.47	c cleaning 117005 clauses out of 234034 with flag 22306426/7011000
1784.82/1779.29	c cleaning 118002 clauses out of 236030 with flag 22691498/7130001
1800.02/1794.40	c starts		: 14
1800.02/1794.40	c conflicts		: 7173970
1800.02/1794.40	c decisions		: 14431651
1800.02/1794.40	c propagations		: 60569156
1800.02/1794.40	c inspects		: 34347401974
1800.02/1794.40	c shortcuts		: 0
1800.02/1794.40	c learnt literals	: 0
1800.02/1794.40	c learnt binary clauses	: 9
1800.02/1794.40	c learnt ternary clauses	: 415
1800.02/1794.40	c learnt constraints	: 7173970
1800.02/1794.40	c ignored constraints	: 0
1800.02/1794.40	c root simplifications	: 0
1800.02/1794.40	c timeout
1800.02/1794.40	c removed literals (reason simplification)	: 0
1800.02/1794.40	c reason swapping (by a shorter reason)	: 0
1800.02/1794.40	c Calls to reduceDB	: 115
1800.02/1794.40	c Number of update (reduction) of LBD	: 2550789
1800.02/1794.40	c Imported unit clauses	: 0
1800.02/1794.40	c number of reductions to clauses (during analyze)	: 0
1800.02/1794.40	c number of learned constraints concerned by reduction	: 0
1800.02/1794.40	c number of learning phase by resolution	: 0
1800.02/1794.40	c number of learning phase by cutting planes	: 0
1800.02/1794.40	c speed (assignments/second)	: 33759.85080134083
1800.02/1794.40	c non guided choices	1345
1800.02/1794.43	c learnt constraints type 
1800.02/1794.43	c org.sat4j.minisat.constraints.cnf.LearntBinaryClause => 9
1800.02/1794.43	c org.sat4j.minisat.constraints.cnf.LearntWLClause => 161988
1800.02/1794.43	s UNKNOWN
1800.02/1794.44	c Total wall clock time (in seconds): 1794.321

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-4106885-1466280433/watcher-4106885-1466280433 -o /tmp/evaluation-result-4106885-1466280433/solver-4106885-1466280433 -C 1800 -W 1900 -M 15500 --bin-var /tmp/runsolver-exch-node134-1466275076-15927 --watchdog 1960 java -jar sat4j-pb.jar HOME/instance-4106885-1466280433.opb 

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

Enforcing CPUTime limit (soft limit, will send SIGTERM then SIGKILL): 1800 seconds
Enforcing CPUTime limit (hard limit, will send SIGXCPU): 1830 seconds
Enforcing wall clock limit (soft limit, will send SIGTERM then SIGKILL): 1900 seconds
Enforcing VSIZE limit (soft limit, will send SIGTERM then SIGKILL): 15872000 KiB
Enforcing VSIZE limit (hard limit, stack expansion will fail with SIGSEGV, brk() and mmap() will return ENOMEM): 15923200 KiB
Current StackSize limit: 10240 KiB


[startup+0 s]
/proc/loadavg: 2.26 2.25 2.26 2/196 16613
/proc/meminfo: memFree=28851512/32872528 swapFree=1482636/1662508
[pid=16613] ppid=16610 vsize=2500 CPUtime=0 cores=1,3,5,7
/proc/16613/stat : 16613 (java) D 16610 16613 15910 0 -1 4202496 376 0 0 0 0 0 0 0 20 0 1 0 30089714 2560000 47 33554432000 1073741824 1073778376 140735920164528 140735920161656 273896533287 0 0 4096 0 18446744072100756772 0 0 17 3 0 0 0 0 0
/proc/16613/statm: 625 47 37 9 0 29 0

[startup+0.100159 s]
/proc/loadavg: 2.26 2.25 2.26 2/196 16613
/proc/meminfo: memFree=28851512/32872528 swapFree=1482636/1662508
[pid=16613] ppid=16610 vsize=9558476 CPUtime=0.09 cores=1,3,5,7
/proc/16613/stat : 16613 (java) S 16610 16613 15910 0 -1 4202496 4414 0 1 0 7 2 0 0 20 0 18 0 30089714 9787879424 6033 33554432000 1073741824 1073778376 140735920164528 140735920155664 273909055549 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/16613/statm: 2389619 6033 2125 9 0 2380296 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 9558476

[startup+0.200335 s]
/proc/loadavg: 2.26 2.25 2.26 2/196 16613
/proc/meminfo: memFree=28851512/32872528 swapFree=1482636/1662508
[pid=16613] ppid=16610 vsize=9558476 CPUtime=0.23 cores=1,3,5,7
/proc/16613/stat : 16613 (java) S 16610 16613 15910 0 -1 4202496 4678 0 1 0 21 2 0 0 20 0 18 0 30089714 9787879424 6769 33554432000 1073741824 1073778376 140735920164528 140735920155664 273909055549 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/16613/statm: 2389619 6769 2202 9 0 2380296 0
Current children cumulated CPU time (s) 0.23
Current children cumulated vsize (KiB) 9558476

[startup+0.300355 s]
/proc/loadavg: 2.26 2.25 2.26 2/196 16613
/proc/meminfo: memFree=28851512/32872528 swapFree=1482636/1662508
[pid=16613] ppid=16610 vsize=9625040 CPUtime=0.44 cores=1,3,5,7
/proc/16613/stat : 16613 (java) S 16610 16613 15910 0 -1 4202496 6119 0 1 0 42 2 0 0 20 0 19 0 30089714 9856040960 9277 33554432000 1073741824 1073778376 140735920164528 140735920155664 273909055549 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/16613/statm: 2406260 9277 2249 9 0 2396937 0
Current children cumulated CPU time (s) 0.44
Current children cumulated vsize (KiB) 9625040

[startup+0.700285 s]
/proc/loadavg: 2.26 2.25 2.26 2/196 16613
/proc/meminfo: memFree=28851512/32872528 swapFree=1482636/1662508
[pid=16613] ppid=16610 vsize=9625040 CPUtime=1.23 cores=1,3,5,7
/proc/16613/stat : 16613 (java) S 16610 16613 15910 0 -1 4202496 9092 0 1 0 120 3 0 0 20 0 19 0 30089714 9856040960 10787 33554432000 1073741824 1073778376 140735920164528 140735920155664 273909055549 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/16613/statm: 2406260 10787 2267 9 0 2396937 0
Current children cumulated CPU time (s) 1.23
Current children cumulated vsize (KiB) 9625040

[startup+1.50084 s]
/proc/loadavg: 2.26 2.25 2.26 3/215 16632
/proc/meminfo: memFree=28810180/32872528 swapFree=1482636/1662508
[pid=16613] ppid=16610 vsize=9625040 CPUtime=2.09 cores=1,3,5,7
/proc/16613/stat : 16613 (java) S 16610 16613 15910 0 -1 4202496 9103 0 1 0 206 3 0 0 20 0 19 0 30089714 9856040960 13863 33554432000 1073741824 1073778376 140735920164528 140735920155664 273909055549 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/16613/statm: 2406260 13863 2269 9 0 2396937 0
[pid=16613/tid=16615] ppid=16610 vsize=9625040 CPUtime=1.47 cores=1,3,5,7
/proc/16613/task/16615/stat : 16615 (java) R 16610 16613 15910 0 -1 4202560 2424 0 1 0 145 2 0 0 20 0 19 0 30089715 9856040960 13863 33554432000 1073741824 1073778376 140735920164528 140058269477560 140058095544730 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0
[pid=16613/tid=16616] ppid=16610 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/16613/task/16616/stat : 16616 (java) S 16610 16613 15910 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 30089716 9856040960 13863 33554432000 1073741824 1073778376 140735920164528 140058230970792 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=16613/tid=16617] ppid=16610 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/16613/task/16617/stat : 16617 (java) S 16610 16613 15910 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 30089716 9856040960 13863 33554432000 1073741824 1073778376 140735920164528 140058229918248 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=16613/tid=16618] ppid=16610 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/16613/task/16618/stat : 16618 (java) S 16610 16613 15910 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 30089716 9856040960 13863 33554432000 1073741824 1073778376 140735920164528 140058228865192 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=16613/tid=16619] ppid=16610 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/16613/task/16619/stat : 16619 (java) S 16610 16613 15910 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 30089716 9856040960 13863 33554432000 1073741824 1073778376 140735920164528 140058227812648 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=16613/tid=16620] ppid=16610 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/16613/task/16620/stat : 16620 (java) S 16610 16613 15910 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 19 0 30089716 9856040960 13863 33554432000 1073741824 1073778376 140735920164528 140058226760616 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=16613/tid=16621] ppid=16610 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/16613/task/16621/stat : 16621 (java) S 16610 16613 15910 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 30089716 9856040960 13863 33554432000 1073741824 1073778376 140735920164528 140058225708072 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=16613/tid=16622] ppid=16610 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/16613/task/16622/stat : 16622 (java) S 16610 16613 15910 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 30089716 9856040960 13863 33554432000 1073741824 1073778376 140735920164528 140058224655016 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=16613/tid=16623] ppid=16610 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/16613/task/16623/stat : 16623 (java) S 16610 16613 15910 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 30089716 9856040960 13863 33554432000 1073741824 1073778376 140735920164528 140058223602472 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=16613/tid=16624] ppid=16610 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/16613/task/16624/stat : 16624 (java) S 16610 16613 15910 0 -1 4202560 5 0 0 0 0 0 0 0 20 0 19 0 30089717 9856040960 13863 33554432000 1073741824 1073778376 140735920164528 140058092882280 273909069737 0 0 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=16613/tid=16625] ppid=16610 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/16613/task/16625/stat : 16625 (java) S 16610 16613 15910 0 -1 4202560 16 0 0 0 0 0 0 0 20 0 19 0 30089717 9856040960 13863 33554432000 1073741824 1073778376 140735920164528 140058091828600 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=16613/tid=16626] ppid=16610 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/16613/task/16626/stat : 16626 (java) S 16610 16613 15910 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 30089717 9856040960 13863 33554432000 1073741824 1073778376 140735920164528 140058090775432 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=16613/tid=16627] ppid=16610 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/16613/task/16627/stat : 16627 (java) S 16610 16613 15910 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 30089720 9856040960 13863 33554432000 1073741824 1073778376 140735920164528 140058089724176 273909077792 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=16613/tid=16628] ppid=16610 vsize=9625040 CPUtime=0.29 cores=1,3,5,7
/proc/16613/task/16628/stat : 16628 (java) S 16610 16613 15910 0 -1 4202560 2499 0 0 0 29 0 0 0 20 0 19 0 30089720 9856040960 13863 33554432000 1073741824 1073778376 140735920164528 140058088672056 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=16613/tid=16629] ppid=16610 vsize=9625040 CPUtime=0.29 cores=1,3,5,7
/proc/16613/task/16629/stat : 16629 (java) S 16610 16613 15910 0 -1 4202560 2907 0 0 0 29 0 0 0 20 0 19 0 30089720 9856040960 13863 33554432000 1073741824 1073778376 140735920164528 140058087619512 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=16613/tid=16630] ppid=16610 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/16613/task/16630/stat : 16630 (java) S 16610 16613 15910 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 30089720 9856040960 13863 33554432000 1073741824 1073778376 140735920164528 140058086566648 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=16613/tid=16631] ppid=16610 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/16613/task/16631/stat : 16631 (java) S 16610 16613 15910 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 30089720 9856040960 13863 33554432000 1073741824 1073778376 140735920164528 140058085514312 273909069737 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=16613/tid=16632] ppid=16610 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/16613/task/16632/stat : 16632 (java) S 16610 16613 15910 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 30089743 9856040960 13863 33554432000 1073741824 1073778376 140735920164528 140058084459560 273909069737 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 2.09
Current children cumulated vsize (KiB) 9625040

[startup+3.10089 s]
/proc/loadavg: 2.26 2.25 2.26 3/215 16632
/proc/meminfo: memFree=28793548/32872528 swapFree=1482636/1662508
[pid=16613] ppid=16610 vsize=9625040 CPUtime=3.71 cores=1,3,5,7
/proc/16613/stat : 16613 (java) S 16610 16613 15910 0 -1 4202496 9114 0 1 0 368 3 0 0 20 0 19 0 30089714 9856040960 18983 33554432000 1073741824 1073778376 140735920164528 140735920155664 273909055549 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/16613/statm: 2406260 18983 2269 9 0 2396937 0
[pid=16613/tid=16615] ppid=16610 vsize=9625040 CPUtime=3.07 cores=1,3,5,7
/proc/16613/task/16615/stat : 16615 (java) R 16610 16613 15910 0 -1 4202560 2435 0 1 0 305 2 0 0 20 0 19 0 30089715 9856040960 18983 33554432000 1073741824 1073778376 140735920164528 140058269470416 140058095614339 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0
[pid=16613/tid=16616] ppid=16610 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/16613/task/16616/stat : 16616 (java) S 16610 16613 15910 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 30089716 9856040960 18983 33554432000 1073741824 1073778376 140735920164528 140058230970792 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=16613/tid=16617] ppid=16610 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/16613/task/16617/stat : 16617 (java) S 16610 16613 15910 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 30089716 9856040960 18983 33554432000 1073741824 1073778376 140735920164528 140058229918248 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=16613/tid=16618] ppid=16610 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/16613/task/16618/stat : 16618 (java) S 16610 16613 15910 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 30089716 9856040960 18983 33554432000 1073741824 1073778376 140735920164528 140058228865192 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=16613/tid=16619] ppid=16610 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/16613/task/16619/stat : 16619 (java) S 16610 16613 15910 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 30089716 9856040960 18983 33554432000 1073741824 1073778376 140735920164528 140058227812648 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=16613/tid=16620] ppid=16610 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/16613/task/16620/stat : 16620 (java) S 16610 16613 15910 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 19 0 30089716 9856040960 18983 33554432000 1073741824 1073778376 140735920164528 140058226760616 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=16613/tid=16621] ppid=16610 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/16613/task/16621/stat : 16621 (java) S 16610 16613 15910 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 30089716 9856040960 18983 33554432000 1073741824 1073778376 140735920164528 140058225708072 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=16613/tid=16622] ppid=16610 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/16613/task/16622/stat : 16622 (java) S 16610 16613 15910 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 30089716 9856040960 18983 33554432000 1073741824 1073778376 140735920164528 140058224655016 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=16613/tid=16623] ppid=16610 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/16613/task/16623/stat : 16623 (java) S 16610 16613 15910 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 30089716 9856040960 18983 33554432000 1073741824 1073778376 140735920164528 140058223602472 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=16613/tid=16624] ppid=16610 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/16613/task/16624/stat : 16624 (java) S 16610 16613 15910 0 -1 4202560 5 0 0 0 0 0 0 0 20 0 19 0 30089717 9856040960 18983 33554432000 1073741824 1073778376 140735920164528 140058092882280 273909069737 0 0 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=16613/tid=16625] ppid=16610 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/16613/task/16625/stat : 16625 (java) S 16610 16613 15910 0 -1 4202560 16 0 0 0 0 0 0 0 20 0 19 0 30089717 9856040960 18983 33554432000 1073741824 1073778376 140735920164528 140058091828600 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=16613/tid=16626] ppid=16610 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/16613/task/16626/stat : 16626 (java) S 16610 16613 15910 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 30089717 9856040960 18983 33554432000 1073741824 1073778376 140735920164528 140058090775432 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=16613/tid=16627] ppid=16610 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/16613/task/16627/stat : 16627 (java) S 16610 16613 15910 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 30089720 9856040960 18983 33554432000 1073741824 1073778376 140735920164528 140058089724176 273909077792 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=16613/tid=16628] ppid=16610 vsize=9625040 CPUtime=0.29 cores=1,3,5,7
/proc/16613/task/16628/stat : 16628 (java) S 16610 16613 15910 0 -1 4202560 2499 0 0 0 29 0 0 0 20 0 19 0 30089720 9856040960 18983 33554432000 1073741824 1073778376 140735920164528 140058088672056 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=16613/tid=16629] ppid=16610 vsize=9625040 CPUtime=0.31 cores=1,3,5,7
/proc/16613/task/16629/stat : 16629 (java) S 16610 16613 15910 0 -1 4202560 2907 0 0 0 31 0 0 0 20 0 19 0 30089720 9856040960 18983 33554432000 1073741824 1073778376 140735920164528 140058087619512 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=16613/tid=16630] ppid=16610 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/16613/task/16630/stat : 16630 (java) S 16610 16613 15910 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 30089720 9856040960 18983 33554432000 1073741824 1073778376 140735920164528 140058086566648 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=16613/tid=16631] ppid=16610 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/16613/task/16631/stat : 16631 (java) S 16610 16613 15910 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 30089720 9856040960 18983 33554432000 1073741824 1073778376 140735920164528 140058085514312 273909069737 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=16613/tid=16632] ppid=16610 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/16613/task/16632/stat : 16632 (java) S 16610 16613 15910 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 30089743 9856040960 18983 33554432000 1073741824 1073778376 140735920164528 140058084459560 273909069737 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 3.71
Current children cumulated vsize (KiB) 9625040

[startup+6.30093 s]
/proc/loadavg: 2.24 2.25 2.26 3/214 16762
/proc/meminfo: memFree=30000760/32872528 swapFree=1482636/1662508
[pid=16613] ppid=16610 vsize=9625040 CPUtime=6.9 cores=1,3,5,7
/proc/16613/stat : 16613 (java) S 16610 16613 15910 0 -1 4202496 9134 0 1 0 687 3 0 0 20 0 19 0 30089714 9856040960 27900 33554432000 1073741824 1073778376 140735920164528 140735920155664 273909055549 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/16613/statm: 2406260 27900 2270 9 0 2396937 0
[pid=16613/tid=16615] ppid=16610 vsize=9625040 CPUtime=6.26 cores=1,3,5,7
/proc/16613/task/16615/stat : 16615 (java) R 16610 16613 15910 0 -1 4202560 2454 0 1 0 624 2 0 0 20 0 19 0 30089715 9856040960 27900 33554432000 1073741824 1073778376 140735920164528 140058269470416 140058095579191 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0
[pid=16613/tid=16616] ppid=16610 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/16613/task/16616/stat : 16616 (java) S 16610 16613 15910 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 30089716 9856040960 27900 33554432000 1073741824 1073778376 140735920164528 140058230970792 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=16613/tid=16617] ppid=16610 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/16613/task/16617/stat : 16617 (java) S 16610 16613 15910 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 30089716 9856040960 27900 33554432000 1073741824 1073778376 140735920164528 140058229918248 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=16613/tid=16618] ppid=16610 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/16613/task/16618/stat : 16618 (java) S 16610 16613 15910 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 30089716 9856040960 27900 33554432000 1073741824 1073778376 140735920164528 140058228865192 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=16613/tid=16619] ppid=16610 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/16613/task/16619/stat : 16619 (java) S 16610 16613 15910 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 30089716 9856040960 27900 33554432000 1073741824 1073778376 140735920164528 140058227812648 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=16613/tid=16620] ppid=16610 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/16613/task/16620/stat : 16620 (java) S 16610 16613 15910 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 19 0 30089716 9856040960 27900 33554432000 1073741824 1073778376 140735920164528 140058226760616 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=16613/tid=16621] ppid=16610 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/16613/task/16621/stat : 16621 (java) S 16610 16613 15910 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 30089716 9856040960 27900 33554432000 1073741824 1073778376 140735920164528 140058225708072 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=16613/tid=16622] ppid=16610 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/16613/task/16622/stat : 16622 (java) S 16610 16613 15910 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 30089716 9856040960 27900 33554432000 1073741824 1073778376 140735920164528 140058224655016 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=16613/tid=16623] ppid=16610 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/16613/task/16623/stat : 16623 (java) S 16610 16613 15910 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 30089716 9856040960 27900 33554432000 1073741824 1073778376 140735920164528 140058223602472 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=16613/tid=16624] ppid=16610 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/16613/task/16624/stat : 16624 (java) S 16610 16613 15910 0 -1 4202560 5 0 0 0 0 0 0 0 20 0 19 0 30089717 9856040960 27900 33554432000 1073741824 1073778376 140735920164528 140058092882280 273909069737 0 0 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=16613/tid=16625] ppid=16610 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/16613/task/16625/stat : 16625 (java) S 16610 16613 15910 0 -1 4202560 16 0 0 0 0 0 0 0 20 0 19 0 30089717 9856040960 27900 33554432000 1073741824 1073778376 140735920164528 140058091828600 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=16613/tid=16626] ppid=16610 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/16613/task/16626/stat : 16626 (java) S 16610 16613 15910 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 30089717 9856040960 27900 33554432000 1073741824 1073778376 140735920164528 140058090775432 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=16613/tid=16627] ppid=16610 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/16613/task/16627/stat : 16627 (java) S 16610 16613 15910 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 30089720 9856040960 27900 33554432000 1073741824 1073778376 140735920164528 140058089724176 273909077792 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=16613/tid=16628] ppid=16610 vsize=9625040 CPUtime=0.29 cores=1,3,5,7
/proc/16613/task/16628/stat : 16628 (java) S 16610 16613 15910 0 -1 4202560 2499 0 0 0 29 0 0 0 20 0 19 0 30089720 9856040960 27900 33554432000 1073741824 1073778376 140735920164528 140058088672056 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=16613/tid=16629] ppid=16610 vsize=9625040 CPUtime=0.31 cores=1,3,5,7
/proc/16613/task/16629/stat : 16629 (java) S 16610 16613 15910 0 -1 4202560 2907 0 0 0 31 0 0 0 20 0 19 0 30089720 9856040960 27900 33554432000 1073741824 1073778376 140735920164528 140058087619512 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=16613/tid=16630] ppid=16610 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/16613/task/16630/stat : 16630 (java) S 16610 16613 15910 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 30089720 9856040960 27900 33554432000 1073741824 1073778376 140735920164528 140058086566648 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=16613/tid=16631] ppid=16610 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/16613/task/16631/stat : 16631 (java) S 16610 16613 15910 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 19 0 30089720 9856040960 27900 33554432000 1073741824 1073778376 140735920164528 140058085514312 273909069737 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=16613/tid=16632] ppid=16610 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/16613/task/16632/stat : 16632 (java) S 16610 16613 15910 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 30089743 9856040960 27900 33554432000 1073741824 1073778376 140735920164528 140058084459560 273909069737 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 6.9
Current children cumulated vsize (KiB) 9625040


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

[pid=16613/tid=16632] ppid=16610 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/16613/task/16632/stat : 16632 (java) S 16610 16613 15910 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 30089743 9856040960 114965 33554432000 1073741824 1073778376 140735920164528 140058084459560 273909069737 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 1667.59
Current children cumulated vsize (KiB) 9625040

[startup+1722.3 s]
/proc/loadavg: 2.35 2.32 2.28 3/214 16805
/proc/meminfo: memFree=29215900/32872528 swapFree=1482636/1662508
[pid=16613] ppid=16610 vsize=9625040 CPUtime=1727.75 cores=1,3,5,7
/proc/16613/stat : 16613 (java) S 16610 16613 15910 0 -1 4202496 21435 0 1 0 172672 103 0 0 20 0 19 0 30089714 9856040960 115017 33554432000 1073741824 1073778376 140735920164528 140735920155664 273909055549 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/16613/statm: 2406260 115017 2294 9 0 2396937 0
[pid=16613/tid=16615] ppid=16610 vsize=9625040 CPUtime=1715.5 cores=1,3,5,7
/proc/16613/task/16615/stat : 16615 (java) R 16610 16613 15910 0 -1 4202560 2530 0 1 0 171519 31 0 0 20 0 19 0 30089715 9856040960 115017 33554432000 1073741824 1073778376 140735920164528 140058269478096 140058095752988 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0
[pid=16613/tid=16616] ppid=16610 vsize=9625040 CPUtime=0.7 cores=1,3,5,7
/proc/16613/task/16616/stat : 16616 (java) S 16610 16613 15910 0 -1 4202560 525 0 0 0 63 7 0 0 20 0 19 0 30089716 9856040960 115017 33554432000 1073741824 1073778376 140735920164528 140058230970792 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=16613/tid=16617] ppid=16610 vsize=9625040 CPUtime=0.63 cores=1,3,5,7
/proc/16613/task/16617/stat : 16617 (java) S 16610 16613 15910 0 -1 4202560 272 0 0 0 58 5 0 0 20 0 19 0 30089716 9856040960 115017 33554432000 1073741824 1073778376 140735920164528 140058229918248 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=16613/tid=16618] ppid=16610 vsize=9625040 CPUtime=0.73 cores=1,3,5,7
/proc/16613/task/16618/stat : 16618 (java) S 16610 16613 15910 0 -1 4202560 299 0 0 0 66 7 0 0 20 0 19 0 30089716 9856040960 115017 33554432000 1073741824 1073778376 140735920164528 140058228865192 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=16613/tid=16619] ppid=16610 vsize=9625040 CPUtime=0.67 cores=1,3,5,7
/proc/16613/task/16619/stat : 16619 (java) S 16610 16613 15910 0 -1 4202560 482 0 0 0 61 6 0 0 20 0 19 0 30089716 9856040960 115017 33554432000 1073741824 1073778376 140735920164528 140058227812648 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=16613/tid=16620] ppid=16610 vsize=9625040 CPUtime=0.65 cores=1,3,5,7
/proc/16613/task/16620/stat : 16620 (java) S 16610 16613 15910 0 -1 4202560 264 0 0 0 59 6 0 0 20 0 19 0 30089716 9856040960 115017 33554432000 1073741824 1073778376 140735920164528 140058226760616 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=16613/tid=16621] ppid=16610 vsize=9625040 CPUtime=0.76 cores=1,3,5,7
/proc/16613/task/16621/stat : 16621 (java) S 16610 16613 15910 0 -1 4202560 528 0 0 0 68 8 0 0 20 0 19 0 30089716 9856040960 115017 33554432000 1073741824 1073778376 140735920164528 140058225708072 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=16613/tid=16622] ppid=16610 vsize=9625040 CPUtime=0.73 cores=1,3,5,7
/proc/16613/task/16622/stat : 16622 (java) S 16610 16613 15910 0 -1 4202560 448 0 0 0 66 7 0 0 20 0 19 0 30089716 9856040960 115017 33554432000 1073741824 1073778376 140735920164528 140058224655016 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=16613/tid=16623] ppid=16610 vsize=9625040 CPUtime=0.66 cores=1,3,5,7
/proc/16613/task/16623/stat : 16623 (java) S 16610 16613 15910 0 -1 4202560 362 0 0 0 60 6 0 0 20 0 19 0 30089716 9856040960 115017 33554432000 1073741824 1073778376 140735920164528 140058223602472 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=16613/tid=16624] ppid=16610 vsize=9625040 CPUtime=0.52 cores=1,3,5,7
/proc/16613/task/16624/stat : 16624 (java) S 16610 16613 15910 0 -1 4202560 251 0 0 0 49 3 0 0 20 0 19 0 30089717 9856040960 115017 33554432000 1073741824 1073778376 140735920164528 140058092882280 273909069737 0 0 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=16613/tid=16625] ppid=16610 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/16613/task/16625/stat : 16625 (java) S 16610 16613 15910 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 30089717 9856040960 115017 33554432000 1073741824 1073778376 140735920164528 140058091828600 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=16613/tid=16626] ppid=16610 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/16613/task/16626/stat : 16626 (java) S 16610 16613 15910 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 19 0 30089717 9856040960 115017 33554432000 1073741824 1073778376 140735920164528 140058090775432 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=16613/tid=16627] ppid=16610 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/16613/task/16627/stat : 16627 (java) S 16610 16613 15910 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 30089720 9856040960 115017 33554432000 1073741824 1073778376 140735920164528 140058089724176 273909077792 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=16613/tid=16628] ppid=16610 vsize=9625040 CPUtime=0.39 cores=1,3,5,7
/proc/16613/task/16628/stat : 16628 (java) S 16610 16613 15910 0 -1 4202560 3402 0 0 0 39 0 0 0 20 0 19 0 30089720 9856040960 115017 33554432000 1073741824 1073778376 140735920164528 140058088672056 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=16613/tid=16629] ppid=16610 vsize=9625040 CPUtime=0.81 cores=1,3,5,7
/proc/16613/task/16629/stat : 16629 (java) S 16610 16613 15910 0 -1 4202560 10713 0 0 0 79 2 0 0 20 0 19 0 30089720 9856040960 115017 33554432000 1073741824 1073778376 140735920164528 140058087619512 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=16613/tid=16630] ppid=16610 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/16613/task/16630/stat : 16630 (java) S 16610 16613 15910 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 30089720 9856040960 115017 33554432000 1073741824 1073778376 140735920164528 140058086566648 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=16613/tid=16631] ppid=16610 vsize=9625040 CPUtime=0.67 cores=1,3,5,7
/proc/16613/task/16631/stat : 16631 (java) S 16610 16613 15910 0 -1 4202560 100 0 0 0 28 39 0 0 20 0 19 0 30089720 9856040960 115017 33554432000 1073741824 1073778376 140735920164528 140058085514312 273909069737 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=16613/tid=16632] ppid=16610 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/16613/task/16632/stat : 16632 (java) S 16610 16613 15910 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 30089743 9856040960 115017 33554432000 1073741824 1073778376 140735920164528 140058084459560 273909069737 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 1727.75
Current children cumulated vsize (KiB) 9625040

[startup+1782.3 s]
/proc/loadavg: 2.25 2.30 2.27 4/215 16807
/proc/meminfo: memFree=29228168/32872528 swapFree=1482636/1662508
[pid=16613] ppid=16610 vsize=9625040 CPUtime=1787.92 cores=1,3,5,7
/proc/16613/stat : 16613 (java) S 16610 16613 15910 0 -1 4202496 21445 0 1 0 178687 105 0 0 20 0 19 0 30089714 9856040960 113798 33554432000 1073741824 1073778376 140735920164528 140735920155664 273909055549 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/16613/statm: 2406260 113798 2294 9 0 2396937 0
[pid=16613/tid=16615] ppid=16610 vsize=9625040 CPUtime=1775.26 cores=1,3,5,7
/proc/16613/task/16615/stat : 16615 (java) R 16610 16613 15910 0 -1 4202560 2532 0 1 0 177495 31 0 0 20 0 19 0 30089715 9856040960 113798 33554432000 1073741824 1073778376 140735920164528 140058269470400 140058095752988 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0
[pid=16613/tid=16616] ppid=16610 vsize=9625040 CPUtime=0.72 cores=1,3,5,7
/proc/16613/task/16616/stat : 16616 (java) S 16610 16613 15910 0 -1 4202560 525 0 0 0 65 7 0 0 20 0 19 0 30089716 9856040960 113798 33554432000 1073741824 1073778376 140735920164528 140058230970792 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=16613/tid=16617] ppid=16610 vsize=9625040 CPUtime=0.65 cores=1,3,5,7
/proc/16613/task/16617/stat : 16617 (java) S 16610 16613 15910 0 -1 4202560 272 0 0 0 60 5 0 0 20 0 19 0 30089716 9856040960 113798 33554432000 1073741824 1073778376 140735920164528 140058229918248 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=16613/tid=16618] ppid=16610 vsize=9625040 CPUtime=0.75 cores=1,3,5,7
/proc/16613/task/16618/stat : 16618 (java) S 16610 16613 15910 0 -1 4202560 299 0 0 0 68 7 0 0 20 0 19 0 30089716 9856040960 113798 33554432000 1073741824 1073778376 140735920164528 140058228865192 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=16613/tid=16619] ppid=16610 vsize=9625040 CPUtime=0.7 cores=1,3,5,7
/proc/16613/task/16619/stat : 16619 (java) S 16610 16613 15910 0 -1 4202560 482 0 0 0 64 6 0 0 20 0 19 0 30089716 9856040960 113798 33554432000 1073741824 1073778376 140735920164528 140058227812648 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=16613/tid=16620] ppid=16610 vsize=9625040 CPUtime=0.7 cores=1,3,5,7
/proc/16613/task/16620/stat : 16620 (java) S 16610 16613 15910 0 -1 4202560 264 0 0 0 64 6 0 0 20 0 19 0 30089716 9856040960 113798 33554432000 1073741824 1073778376 140735920164528 140058226760616 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=16613/tid=16621] ppid=16610 vsize=9625040 CPUtime=0.79 cores=1,3,5,7
/proc/16613/task/16621/stat : 16621 (java) S 16610 16613 15910 0 -1 4202560 528 0 0 0 71 8 0 0 20 0 19 0 30089716 9856040960 113798 33554432000 1073741824 1073778376 140735920164528 140058225708072 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=16613/tid=16622] ppid=16610 vsize=9625040 CPUtime=0.74 cores=1,3,5,7
/proc/16613/task/16622/stat : 16622 (java) S 16610 16613 15910 0 -1 4202560 448 0 0 0 67 7 0 0 20 0 19 0 30089716 9856040960 113798 33554432000 1073741824 1073778376 140735920164528 140058224655016 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=16613/tid=16623] ppid=16610 vsize=9625040 CPUtime=0.72 cores=1,3,5,7
/proc/16613/task/16623/stat : 16623 (java) S 16610 16613 15910 0 -1 4202560 362 0 0 0 66 6 0 0 20 0 19 0 30089716 9856040960 113798 33554432000 1073741824 1073778376 140735920164528 140058223602472 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=16613/tid=16624] ppid=16610 vsize=9625040 CPUtime=0.52 cores=1,3,5,7
/proc/16613/task/16624/stat : 16624 (java) S 16610 16613 15910 0 -1 4202560 255 0 0 0 49 3 0 0 20 0 19 0 30089717 9856040960 113798 33554432000 1073741824 1073778376 140735920164528 140058092882280 273909069737 0 0 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=16613/tid=16625] ppid=16610 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/16613/task/16625/stat : 16625 (java) S 16610 16613 15910 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 30089717 9856040960 113798 33554432000 1073741824 1073778376 140735920164528 140058091828600 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=16613/tid=16626] ppid=16610 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/16613/task/16626/stat : 16626 (java) S 16610 16613 15910 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 19 0 30089717 9856040960 113798 33554432000 1073741824 1073778376 140735920164528 140058090775432 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=16613/tid=16627] ppid=16610 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/16613/task/16627/stat : 16627 (java) S 16610 16613 15910 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 30089720 9856040960 113798 33554432000 1073741824 1073778376 140735920164528 140058089724176 273909077792 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=16613/tid=16628] ppid=16610 vsize=9625040 CPUtime=0.39 cores=1,3,5,7
/proc/16613/task/16628/stat : 16628 (java) S 16610 16613 15910 0 -1 4202560 3402 0 0 0 39 0 0 0 20 0 19 0 30089720 9856040960 113798 33554432000 1073741824 1073778376 140735920164528 140058088672056 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=16613/tid=16629] ppid=16610 vsize=9625040 CPUtime=0.81 cores=1,3,5,7
/proc/16613/task/16629/stat : 16629 (java) S 16610 16613 15910 0 -1 4202560 10713 0 0 0 79 2 0 0 20 0 19 0 30089720 9856040960 113798 33554432000 1073741824 1073778376 140735920164528 140058087619512 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=16613/tid=16630] ppid=16610 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/16613/task/16630/stat : 16630 (java) S 16610 16613 15910 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 30089720 9856040960 113798 33554432000 1073741824 1073778376 140735920164528 140058086566648 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=16613/tid=16631] ppid=16610 vsize=9625040 CPUtime=0.7 cores=1,3,5,7
/proc/16613/task/16631/stat : 16631 (java) S 16610 16613 15910 0 -1 4202560 104 0 0 0 29 41 0 0 20 0 19 0 30089720 9856040960 113798 33554432000 1073741824 1073778376 140735920164528 140058085514312 273909069737 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=16613/tid=16632] ppid=16610 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/16613/task/16632/stat : 16632 (java) S 16610 16613 15910 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 30089743 9856040960 113798 33554432000 1073741824 1073778376 140735920164528 140058084459560 273909069737 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 1787.92
Current children cumulated vsize (KiB) 9625040



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1794.4 s]
/proc/loadavg: 2.34 2.32 2.28 3/215 16807
/proc/meminfo: memFree=29228296/32872528 swapFree=1482636/1662508
[pid=16613] ppid=16610 vsize=9625040 CPUtime=1800.02 cores=1,3,5,7
/proc/16613/stat : 16613 (java) S 16610 16613 15910 0 -1 4202496 21445 0 1 0 179897 105 0 0 20 0 19 0 30089714 9856040960 113798 33554432000 1073741824 1073778376 140735920164528 140735920155664 273909055549 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/16613/statm: 2406260 113798 2294 9 0 2396937 0
[pid=16613/tid=16615] ppid=16610 vsize=9625040 CPUtime=1787.33 cores=1,3,5,7
/proc/16613/task/16615/stat : 16615 (java) R 16610 16613 15910 0 -1 4202560 2532 0 1 0 178701 32 0 0 20 0 19 0 30089715 9856040960 113798 33554432000 1073741824 1073778376 140735920164528 140058269470400 140058095545583 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0
[pid=16613/tid=16616] ppid=16610 vsize=9625040 CPUtime=0.72 cores=1,3,5,7
/proc/16613/task/16616/stat : 16616 (java) S 16610 16613 15910 0 -1 4202560 525 0 0 0 65 7 0 0 20 0 19 0 30089716 9856040960 113798 33554432000 1073741824 1073778376 140735920164528 140058230970792 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=16613/tid=16617] ppid=16610 vsize=9625040 CPUtime=0.65 cores=1,3,5,7
/proc/16613/task/16617/stat : 16617 (java) S 16610 16613 15910 0 -1 4202560 272 0 0 0 60 5 0 0 20 0 19 0 30089716 9856040960 113798 33554432000 1073741824 1073778376 140735920164528 140058229918248 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=16613/tid=16618] ppid=16610 vsize=9625040 CPUtime=0.75 cores=1,3,5,7
/proc/16613/task/16618/stat : 16618 (java) S 16610 16613 15910 0 -1 4202560 299 0 0 0 68 7 0 0 20 0 19 0 30089716 9856040960 113798 33554432000 1073741824 1073778376 140735920164528 140058228865192 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=16613/tid=16619] ppid=16610 vsize=9625040 CPUtime=0.7 cores=1,3,5,7
/proc/16613/task/16619/stat : 16619 (java) S 16610 16613 15910 0 -1 4202560 482 0 0 0 64 6 0 0 20 0 19 0 30089716 9856040960 113798 33554432000 1073741824 1073778376 140735920164528 140058227812648 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=16613/tid=16620] ppid=16610 vsize=9625040 CPUtime=0.7 cores=1,3,5,7
/proc/16613/task/16620/stat : 16620 (java) S 16610 16613 15910 0 -1 4202560 264 0 0 0 64 6 0 0 20 0 19 0 30089716 9856040960 113798 33554432000 1073741824 1073778376 140735920164528 140058226760616 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=16613/tid=16621] ppid=16610 vsize=9625040 CPUtime=0.79 cores=1,3,5,7
/proc/16613/task/16621/stat : 16621 (java) S 16610 16613 15910 0 -1 4202560 528 0 0 0 71 8 0 0 20 0 19 0 30089716 9856040960 113798 33554432000 1073741824 1073778376 140735920164528 140058225708072 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=16613/tid=16622] ppid=16610 vsize=9625040 CPUtime=0.74 cores=1,3,5,7
/proc/16613/task/16622/stat : 16622 (java) S 16610 16613 15910 0 -1 4202560 448 0 0 0 67 7 0 0 20 0 19 0 30089716 9856040960 113798 33554432000 1073741824 1073778376 140735920164528 140058224655016 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=16613/tid=16623] ppid=16610 vsize=9625040 CPUtime=0.72 cores=1,3,5,7
/proc/16613/task/16623/stat : 16623 (java) S 16610 16613 15910 0 -1 4202560 362 0 0 0 66 6 0 0 20 0 19 0 30089716 9856040960 113798 33554432000 1073741824 1073778376 140735920164528 140058223602472 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=16613/tid=16624] ppid=16610 vsize=9625040 CPUtime=0.52 cores=1,3,5,7
/proc/16613/task/16624/stat : 16624 (java) S 16610 16613 15910 0 -1 4202560 255 0 0 0 49 3 0 0 20 0 19 0 30089717 9856040960 113798 33554432000 1073741824 1073778376 140735920164528 140058092882280 273909069737 0 0 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=16613/tid=16625] ppid=16610 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/16613/task/16625/stat : 16625 (java) S 16610 16613 15910 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 30089717 9856040960 113798 33554432000 1073741824 1073778376 140735920164528 140058091828600 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=16613/tid=16626] ppid=16610 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/16613/task/16626/stat : 16626 (java) S 16610 16613 15910 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 19 0 30089717 9856040960 113798 33554432000 1073741824 1073778376 140735920164528 140058090775432 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=16613/tid=16627] ppid=16610 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/16613/task/16627/stat : 16627 (java) S 16610 16613 15910 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 30089720 9856040960 113798 33554432000 1073741824 1073778376 140735920164528 140058089724176 273909077792 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=16613/tid=16628] ppid=16610 vsize=9625040 CPUtime=0.39 cores=1,3,5,7
/proc/16613/task/16628/stat : 16628 (java) S 16610 16613 15910 0 -1 4202560 3402 0 0 0 39 0 0 0 20 0 19 0 30089720 9856040960 113798 33554432000 1073741824 1073778376 140735920164528 140058088672056 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=16613/tid=16629] ppid=16610 vsize=9625040 CPUtime=0.81 cores=1,3,5,7
/proc/16613/task/16629/stat : 16629 (java) S 16610 16613 15910 0 -1 4202560 10713 0 0 0 79 2 0 0 20 0 19 0 30089720 9856040960 113798 33554432000 1073741824 1073778376 140735920164528 140058087619512 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=16613/tid=16630] ppid=16610 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/16613/task/16630/stat : 16630 (java) S 16610 16613 15910 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 30089720 9856040960 113798 33554432000 1073741824 1073778376 140735920164528 140058086566648 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=16613/tid=16631] ppid=16610 vsize=9625040 CPUtime=0.7 cores=1,3,5,7
/proc/16613/task/16631/stat : 16631 (java) S 16610 16613 15910 0 -1 4202560 104 0 0 0 29 41 0 0 20 0 19 0 30089720 9856040960 113798 33554432000 1073741824 1073778376 140735920164528 140058085514312 273909069737 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=16613/tid=16632] ppid=16610 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/16613/task/16632/stat : 16632 (java) S 16610 16613 15910 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 30089743 9856040960 113798 33554432000 1073741824 1073778376 140735920164528 140058084459560 273909069737 0 4 0 16800975 18446744071579510697 0 0 -1 3 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 16613 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 16613 and gives
#  childrusage.ru_utime.tv_sec=1794
#  childrusage.ru_utime.tv_usec=398210
#  childrusage.ru_stime.tv_sec=1
#  childrusage.ru_stime.tv_usec=442780
# CPU time returned by wait4() is 1795.84
# 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): 1794.44
CPU time (s): 1800.02
CPU user time (s): 1798.97
CPU system time (s): 1.05
CPU usage (%): 100.311
Max. virtual memory (cumulated for all children) (KiB): 9625040

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1794.4
system time used= 1.44278
maximum resident set size= 623844
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 21477
page faults= 1
swaps= 0
block input operations= 0
block output operations= 1656
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 39460
involuntary context switches= 24304

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 14.2838 second user time and 10.2324 second system time

The end

Launcher Data

Begin job on node134 at 2016-06-18 22:07:13
IDJOB=4106885
IDBENCH=48305
IDSOLVER=2546
FILE ID=node134/4106885-1466280433
RUNJOBID= node134-1466275076-15927
PBS_JOBID= 19918245
Free space on /tmp= 71720 MiB

SOLVER NAME= Sat4j PB 2.3.6 Resolution PB16
BENCH NAME= PB07/normalized-PB07/SATUNSAT-SMALLINT-NLC/submittedPB07/manquinho/dbsg/normalized-dbsg_100_10_2_40.opb
COMMAND LINE= java -jar sat4j-pb.jar BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4106885-1466280433/watcher-4106885-1466280433 -o /tmp/evaluation-result-4106885-1466280433/solver-4106885-1466280433 -C 1800 -W 1900 -M 15500 --bin-var /tmp/runsolver-exch-node134-1466275076-15927 --watchdog 1960  java -jar sat4j-pb.jar HOME/instance-4106885-1466280433.opb

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

MD5SUM BENCH= f3f7503aace115ec5eea1f9ed4e29626
RANDOM SEED=1275364802

node134.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.020
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.04
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.020
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.020
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.020
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.020
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.020
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.54
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.020
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.020
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:        28852048 kB
Buffers:          169396 kB
Cached:           189144 kB
SwapCached:         1008 kB
Active:          1332852 kB
Inactive:         276036 kB
Active(anon):    1251220 kB
Inactive(anon):     1616 kB
Active(file):      81632 kB
Inactive(file):   274420 kB
Unevictable:     1662508 kB
Mlocked:         1482636 kB
SwapTotal:      67108856 kB
SwapFree:       67100112 kB
Dirty:               812 kB
Writeback:             0 kB
AnonPages:       3062036 kB
Mapped:            15452 kB
Shmem:                 0 kB
Slab:             603284 kB
SReclaimable:      47060 kB
SUnreclaim:       556224 kB
KernelStack:        1776 kB
PageTables:         9908 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545120 kB
Committed_AS:    3015324 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346412 kB
VmallocChunk:   34341987908 kB
HardwareCorrupted:     0 kB
AnonHugePages:   1556480 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= 71720 MiB
End job on node134 at 2016-06-18 22:37:08