Trace number 4101005

Some explanations

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

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

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

Solver answer on this benchmark

Solver NameAnswerobjective functionCPU timeWall clock time
Sat4j PB 2.3.6 Resolution PB16? (TO) 1800.01 1783.94

General information on the benchmark

Namenormalized-PB06/OPT-SMALLINT/reduced/mps-v2-20-10/ftp.netlib.org/
lp/data/normalized-reduced-mps-v2-20-10-ship04l.opb
MD5SUM8c2ebef1f909dd9b378c2f7f10ba6b39
Bench CategoryOPT-SMALLINT (optimisation, small integers)
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 FunctionYES
SatisfiableYES
(Un)Satisfiability was provedYES
Best value of the objective function
Optimality of the best value was proved
Number of variables63540
Total number of constraints348
Number of constraints which are clauses0
Number of constraints which are cardinality constraints (but not clauses)0
Number of constraints which are nor clauses,nor cardinality constraints348
Minimum length of a constraint30
Maximum length of a constraint2520
Number of terms in the objective function 63540
Biggest coefficient in the objective function 2379
Number of bits for the biggest coefficient in the objective function 12
Sum of the numbers in the objective function 577490
Number of bits of the sum of numbers in the objective function 20
Biggest number in a constraint 262145
Number of bits of the biggest number in a constraint 19
Biggest sum of numbers in a constraint 577490
Number of bits of the biggest sum of numbers20
Number of products (including duplicates)0
Sum of products size (including duplicates)0
Number of different products0
Sum of products size0

Solver Data

0.00/0.09	c SAT4J: a SATisfiability library for Java (c) 2004-2013 Artois University and CNRS
0.00/0.09	c This is free software under the dual EPL/GNU LGPL licenses.
0.00/0.09	c See www.sat4j.org for details.
0.00/0.09	c version PB16.v20160501
0.00/0.09	c java.runtime.name	Java(TM) SE Runtime Environment
0.00/0.09	c java.vm.name		Java HotSpot(TM) 64-Bit Server VM
0.00/0.09	c java.vm.version	19.1-b02
0.00/0.09	c java.vm.vendor	Sun Microsystems Inc.
0.00/0.09	c sun.arch.data.model	64
0.00/0.09	c java.version		1.6.0_24
0.00/0.09	c os.name		Linux
0.00/0.09	c os.version		2.6.32-71.29.1.el6.x86_64
0.00/0.09	c os.arch		amd64
0.00/0.09	c Free memory 		501472288
0.00/0.09	c Max memory 		7480803328
0.00/0.09	c Total memory 		504102912
0.00/0.09	c Number of processors 	8
0.09/0.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-4101005-1466218905.opb
0.09/0.12	c reading problem ... 
0.09/0.12	c  objective function found
1.17/0.75	c ... done. Wall clock time 0.634s.
1.17/0.75	c declared #vars     63540
1.17/0.75	c #constraints  660
1.17/0.75	c constraints type 
1.17/0.75	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 223
1.17/0.75	c org.sat4j.specs.Constr$1 => 56
1.17/0.75	c org.sat4j.pb.constraints.pb.MaxWatchPbLong => 381
1.17/0.75	c 660 constraints processed.
1.17/0.75	c objective function length is 63540 literals
3.05/2.18	c cleaning 2488 clauses out of 5002 with flag 11980/5002
4.51/3.57	c cleaning 4242 clauses out of 8512 with flag 26333/11000
6.22/5.24	c cleaning 5603 clauses out of 11270 with flag 42726/18000
8.35/7.29	c cleaning 6808 clauses out of 13667 with flag 61816/26000
10.89/9.79	c cleaning 7933 clauses out of 15868 with flag 83138/35009
15.89/14.75	c cleaning 8963 clauses out of 17927 with flag 104739/45001
18.79/17.63	c cleaning 9971 clauses out of 19963 with flag 126737/56000
21.84/20.56	c cleaning 10988 clauses out of 21992 with flag 152195/68000
24.33/23.01	c cleaning 12001 clauses out of 24005 with flag 183098/81001
27.03/25.77	c cleaning 13001 clauses out of 26004 with flag 218729/95001
30.04/28.75	c cleaning 13998 clauses out of 28002 with flag 257336/110000
33.47/32.02	c cleaning 15002 clauses out of 30004 with flag 296232/126000
36.87/35.41	c cleaning 16000 clauses out of 32002 with flag 337451/143000
40.37/38.99	c cleaning 17001 clauses out of 34002 with flag 380183/161000
44.26/42.86	c cleaning 18001 clauses out of 36001 with flag 424325/180000
48.46/47.06	c cleaning 18998 clauses out of 38002 with flag 470152/200002
53.27/51.61	c cleaning 20002 clauses out of 40003 with flag 518178/221001
57.87/56.29	c cleaning 20999 clauses out of 42000 with flag 568496/243000
62.86/61.21	c cleaning 22001 clauses out of 44003 with flag 621178/266002
67.96/66.36	c cleaning 22996 clauses out of 46000 with flag 676064/290000
73.36/71.76	c cleaning 23995 clauses out of 48004 with flag 733244/315000
79.52/77.63	c cleaning 24998 clauses out of 50009 with flag 792708/341000
85.53/83.63	c cleaning 26001 clauses out of 52011 with flag 854461/368000
91.52/89.65	c cleaning 27003 clauses out of 54012 with flag 918506/396002
97.82/95.98	c cleaning 28002 clauses out of 56008 with flag 984830/425001
104.41/102.50	c cleaning 29000 clauses out of 58007 with flag 1053446/455002
111.02/109.15	c cleaning 29998 clauses out of 60006 with flag 1124345/486001
117.92/116.09	c cleaning 31003 clauses out of 62008 with flag 1197532/518001
126.31/123.91	c cleaning 31999 clauses out of 64004 with flag 1273006/551000
133.81/131.46	c cleaning 32998 clauses out of 66005 with flag 1350768/585000
141.50/139.10	c cleaning 34004 clauses out of 68007 with flag 1430817/620000
149.60/147.29	c cleaning 34999 clauses out of 70003 with flag 1513154/656000
157.51/155.15	c cleaning 36000 clauses out of 72004 with flag 1597363/693000
166.10/163.76	c cleaning 37002 clauses out of 74005 with flag 1683269/731001
175.51/172.83	c cleaning 38002 clauses out of 76003 with flag 1771385/770001
184.50/181.84	c cleaning 39001 clauses out of 78002 with flag 1862373/810002
193.50/190.80	c cleaning 40000 clauses out of 80000 with flag 1955080/851001
202.70/200.08	c cleaning 40998 clauses out of 81999 with flag 2050500/893000
212.00/209.36	c cleaning 41999 clauses out of 84002 with flag 2147804/936001
222.57/219.44	c cleaning 43000 clauses out of 86003 with flag 2247216/980001
232.67/229.58	c cleaning 43999 clauses out of 88003 with flag 2348889/1025001
243.18/240.09	c cleaning 45000 clauses out of 90004 with flag 2453327/1071001
253.67/250.57	c cleaning 46000 clauses out of 92003 with flag 2559888/1118000
265.19/261.76	c cleaning 47000 clauses out of 94003 with flag 2668382/1166000
276.19/272.73	c cleaning 48002 clauses out of 96003 with flag 2779091/1215000
287.30/283.89	c cleaning 48998 clauses out of 98001 with flag 2892059/1265000
298.89/295.42	c cleaning 50001 clauses out of 100003 with flag 3007287/1316000
311.42/307.66	c cleaning 51000 clauses out of 102002 with flag 3124775/1368000
325.13/321.34	c cleaning 51996 clauses out of 104002 with flag 3244521/1421000
338.52/334.79	c cleaning 52999 clauses out of 106006 with flag 3366528/1475000
351.81/348.09	c cleaning 54002 clauses out of 108007 with flag 3490794/1530000
365.44/361.31	c cleaning 55001 clauses out of 110005 with flag 3617319/1586000
378.43/374.33	c cleaning 56000 clauses out of 112004 with flag 3746103/1643000
393.13/389.02	c cleaning 56997 clauses out of 114004 with flag 3877146/1701000
407.71/403.59	c cleaning 58003 clauses out of 116007 with flag 4010450/1760000
421.72/417.54	c cleaning 58999 clauses out of 118004 with flag 4146590/1820000
436.20/431.83	c cleaning 60002 clauses out of 120007 with flag 4284508/1881002
451.00/446.69	c cleaning 61002 clauses out of 122004 with flag 4424952/1943001
465.50/461.13	c cleaning 61998 clauses out of 124001 with flag 4567295/2006000
481.66/477.11	c cleaning 62998 clauses out of 126003 with flag 4711895/2070000
497.07/492.57	c cleaning 64003 clauses out of 128005 with flag 4858754/2135000
512.71/508.00	c cleaning 65000 clauses out of 130004 with flag 5008248/2201002
529.12/524.47	c cleaning 65997 clauses out of 132002 with flag 5159625/2268000
545.44/540.62	c cleaning 67002 clauses out of 134005 with flag 5313263/2336000
561.73/556.90	c cleaning 67997 clauses out of 136003 with flag 5469526/2405000
578.66/573.76	c cleaning 69001 clauses out of 138006 with flag 5627681/2475000
596.55/591.67	c cleaning 70000 clauses out of 140005 with flag 5788097/2546000
613.97/608.97	c cleaning 71003 clauses out of 142005 with flag 5950772/2618000
631.96/627.00	c cleaning 71999 clauses out of 144002 with flag 6115706/2691000
650.28/645.10	c cleaning 72999 clauses out of 146003 with flag 6282901/2765000
668.97/663.86	c cleaning 74002 clauses out of 148006 with flag 6452358/2840002
688.63/683.44	c cleaning 75000 clauses out of 150004 with flag 6624070/2916002
709.11/703.70	c cleaning 75996 clauses out of 152002 with flag 6798038/2993000
728.41/723.03	c cleaning 77001 clauses out of 154006 with flag 6974269/3071000
747.89/742.34	c cleaning 78000 clauses out of 156005 with flag 7152760/3150000
768.86/763.06	c cleaning 79003 clauses out of 158005 with flag 7333510/3230000
788.80/782.88	c cleaning 79999 clauses out of 160003 with flag 7517295/3311001
809.00/803.08	c cleaning 81002 clauses out of 162005 with flag 7702614/3393002
829.55/823.51	c cleaning 81999 clauses out of 164002 with flag 7890145/3476001
850.97/844.88	c cleaning 83000 clauses out of 166003 with flag 8079932/3560001
872.53/866.24	c cleaning 83994 clauses out of 168002 with flag 8272023/3645000
895.08/888.67	c cleaning 84999 clauses out of 170008 with flag 8466330/3731000
916.77/910.23	c cleaning 86002 clauses out of 172010 with flag 8662900/3818001
938.89/932.22	c cleaning 87002 clauses out of 174008 with flag 8861725/3906001
961.37/954.61	c cleaning 88002 clauses out of 176007 with flag 9062812/3995002
983.40/976.46	c cleaning 89000 clauses out of 178003 with flag 9266158/4085000
1006.04/998.98	c cleaning 89999 clauses out of 180003 with flag 9471761/4176000
1028.65/1021.46	c cleaning 90999 clauses out of 182004 with flag 9679624/4268000
1052.48/1045.09	c cleaning 92001 clauses out of 184005 with flag 9889745/4361000
1075.77/1068.23	c cleaning 92998 clauses out of 186004 with flag 10102127/4455000
1100.17/1092.49	c cleaning 94001 clauses out of 188006 with flag 10316767/4550000
1125.21/1117.26	c cleaning 95001 clauses out of 190005 with flag 10533667/4646000
1152.50/1144.41	c cleaning 95995 clauses out of 192004 with flag 10752827/4743000
1178.04/1169.71	c cleaning 97000 clauses out of 194009 with flag 10974245/4841000
1205.28/1196.64	c cleaning 98000 clauses out of 196009 with flag 11197924/4940000
1232.20/1223.39	c cleaning 99000 clauses out of 198009 with flag 11423861/5040000
1258.98/1249.82	c cleaning 100002 clauses out of 200009 with flag 11652059/5141000
1285.95/1276.55	c cleaning 101001 clauses out of 202007 with flag 11882516/5243000
1313.83/1304.03	c cleaning 102002 clauses out of 204006 with flag 12115230/5346000
1341.70/1331.57	c cleaning 103000 clauses out of 206004 with flag 12350205/5450000
1368.44/1357.95	c cleaning 103999 clauses out of 208004 with flag 12587441/5555000
1396.57/1385.76	c cleaning 105003 clauses out of 210005 with flag 12826934/5661000
1427.29/1416.04	c cleaning 105999 clauses out of 212002 with flag 13068687/5768000
1458.88/1447.29	c cleaning 107001 clauses out of 214003 with flag 13312700/5876000
1488.92/1476.98	c cleaning 107998 clauses out of 216002 with flag 13558971/5985000
1519.18/1506.61	c cleaning 108999 clauses out of 218004 with flag 13807503/6095000
1548.61/1535.73	c cleaning 110002 clauses out of 220005 with flag 14058293/6206000
1577.61/1564.48	c cleaning 110998 clauses out of 222003 with flag 14312186/6318000
1607.78/1594.16	c cleaning 111999 clauses out of 224005 with flag 14567499/6431000
1638.86/1624.88	c cleaning 113001 clauses out of 226008 with flag 14825072/6545002
1667.56/1653.18	c cleaning 114001 clauses out of 228006 with flag 15085235/6660001
1700.99/1686.21	c cleaning 114996 clauses out of 230004 with flag 15347398/6776000
1733.05/1717.97	c cleaning 116005 clauses out of 232010 with flag 15611909/6893002
1764.37/1748.89	c cleaning 116998 clauses out of 234003 with flag 15878514/7011000
1795.29/1779.28	c cleaning 118001 clauses out of 236006 with flag 16147382/7130001
1800.01/1783.90	c starts		: 1875
1800.01/1783.90	c conflicts		: 7152923
1800.01/1783.90	c decisions		: 8743079
1800.01/1783.90	c propagations		: 395856069
1800.01/1783.90	c inspects		: 7408084810
1800.01/1783.90	c shortcuts		: 0
1800.01/1783.90	c learnt literals	: 0
1800.01/1783.90	c learnt binary clauses	: 0
1800.01/1783.90	c learnt ternary clauses	: 0
1800.01/1783.90	c learnt constraints	: 7152923
1800.01/1783.90	c ignored constraints	: 0
1800.01/1783.90	c root simplifications	: 0
1800.01/1783.90	c removed literals (reason simplification)	: 0
1800.01/1783.90	c reason swapping (by a shorter reason)	: 0
1800.01/1783.90	c Calls to reduceDB	: 115
1800.01/1783.90	c Number of update (reduction) of LBD	: 13164
1800.01/1783.90	c Imported unit clauses	: 0
1800.01/1783.90	c number of reductions to clauses (during analyze)	: 0
1800.01/1783.90	c number of learned constraints concerned by reduction	: 0
1800.01/1783.90	c number of learning phase by resolution	: 0
1800.01/1783.90	c number of learning phase by cutting planes	: 0
1800.01/1783.90	c speed (assignments/second)	: 222012.1326634654
1800.01/1783.90	c non guided choices	68957
1800.01/1783.90	c timeout
1800.01/1783.93	c learnt constraints type 
1800.01/1783.93	c org.sat4j.minisat.constraints.cnf.LearntWLClause => 140927
1800.01/1783.93	s UNKNOWN
1800.01/1783.93	c Total wall clock time (in seconds): 1783.811

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

pid=16167
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.04 2.02 2.00 3/197 16170
/proc/meminfo: memFree=30609364/32872528 swapFree=7780/7780
[pid=16170] ppid=16167 vsize=2500 CPUtime=0 cores=1,3,5,7
/proc/16170/stat : 16170 (java) D 16167 16170 11773 0 -1 4202496 172 0 0 0 0 0 0 0 20 0 1 0 23936473 2560000 46 33554432000 1073741824 1073778376 140735490530528 140735490527656 206399696167 0 0 4096 0 18446744072100756772 0 0 17 1 0 0 0 0 0
/proc/16170/statm: 625 46 37 9 0 29 0

[startup+0.100059 s]
/proc/loadavg: 2.04 2.02 2.00 3/197 16170
/proc/meminfo: memFree=30609364/32872528 swapFree=7780/7780
[pid=16170] ppid=16167 vsize=9558476 CPUtime=0.09 cores=1,3,5,7
/proc/16170/stat : 16170 (java) S 16167 16170 11773 0 -1 4202496 4461 0 1 0 8 1 0 0 20 0 18 0 23936473 9787879424 5575 33554432000 1073741824 1073778376 140734296140608 140734296131744 206412218429 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/16170/statm: 2389619 5575 2125 9 0 2380296 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 9558476

[startup+0.20035 s]
/proc/loadavg: 2.04 2.02 2.00 3/197 16170
/proc/meminfo: memFree=30609364/32872528 swapFree=7780/7780
[pid=16170] ppid=16167 vsize=9558476 CPUtime=0.27 cores=1,3,5,7
/proc/16170/stat : 16170 (java) S 16167 16170 11773 0 -1 4202496 5049 0 1 0 26 1 0 0 20 0 18 0 23936473 9787879424 7024 33554432000 1073741824 1073778376 140734296140608 140734296131744 206412218429 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/16170/statm: 2389619 7024 2216 9 0 2380296 0
Current children cumulated CPU time (s) 0.27
Current children cumulated vsize (KiB) 9558476

[startup+0.30033 s]
/proc/loadavg: 2.04 2.02 2.00 3/197 16170
/proc/meminfo: memFree=30609364/32872528 swapFree=7780/7780
[pid=16170] ppid=16167 vsize=9558476 CPUtime=0.45 cores=1,3,5,7
/proc/16170/stat : 16170 (java) S 16167 16170 11773 0 -1 4202496 5472 0 1 0 43 2 0 0 20 0 18 0 23936473 9787879424 13353 33554432000 1073741824 1073778376 140734296140608 140734296131744 206412218429 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/16170/statm: 2389619 13353 2231 9 0 2380296 0
Current children cumulated CPU time (s) 0.45
Current children cumulated vsize (KiB) 9558476

[startup+0.700311 s]
/proc/loadavg: 2.04 2.02 2.00 3/197 16170
/proc/meminfo: memFree=30609364/32872528 swapFree=7780/7780
[pid=16170] ppid=16167 vsize=9558476 CPUtime=1.17 cores=1,3,5,7
/proc/16170/stat : 16170 (java) S 16167 16170 11773 0 -1 4202496 7425 0 1 0 110 7 0 0 20 0 18 0 23936473 9787879424 45745 33554432000 1073741824 1073778376 140734296140608 140734296131744 206412218429 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/16170/statm: 2389619 45745 2262 9 0 2380296 0
Current children cumulated CPU time (s) 1.17
Current children cumulated vsize (KiB) 9558476

[startup+1.50083 s]
/proc/loadavg: 2.04 2.02 2.00 3/216 16189
/proc/meminfo: memFree=30429980/32872528 swapFree=7780/7780
[pid=16170] ppid=16167 vsize=9625040 CPUtime=2.39 cores=1,3,5,7
/proc/16170/stat : 16170 (java) S 16167 16170 11773 0 -1 4202496 9977 0 1 0 231 8 0 0 20 0 19 0 23936473 9856040960 47213 33554432000 1073741824 1073778376 140734296140608 140734296131744 206412218429 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/16170/statm: 2406260 47213 2273 9 0 2396937 0
[pid=16170/tid=16172] ppid=16167 vsize=9625040 CPUtime=1.42 cores=1,3,5,7
/proc/16170/task/16172/stat : 16172 (java) R 16167 16170 11773 0 -1 4202560 2528 0 1 0 139 3 0 0 20 0 19 0 23936474 9856040960 47213 33554432000 1073741824 1073778376 140734296140608 140139553386904 140139426261942 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0
[pid=16170/tid=16173] ppid=16167 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/16170/task/16173/stat : 16173 (java) S 16167 16170 11773 0 -1 4202560 11 0 0 0 0 0 0 0 20 0 19 0 23936475 9856040960 47213 33554432000 1073741824 1073778376 140734296140608 140139397151528 206412231740 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=16170/tid=16174] ppid=16167 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/16170/task/16174/stat : 16174 (java) S 16167 16170 11773 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 19 0 23936475 9856040960 47213 33554432000 1073741824 1073778376 140734296140608 140139396098728 206412231740 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=16170/tid=16175] ppid=16167 vsize=9625040 CPUtime=0.01 cores=1,3,5,7
/proc/16170/task/16175/stat : 16175 (java) S 16167 16170 11773 0 -1 4202560 14 0 0 0 1 0 0 0 20 0 19 0 23936475 9856040960 47213 33554432000 1073741824 1073778376 140734296140608 140139395046440 206412231740 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=16170/tid=16176] ppid=16167 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/16170/task/16176/stat : 16176 (java) S 16167 16170 11773 0 -1 4202560 16 0 0 0 0 0 0 0 20 0 19 0 23936475 9856040960 47213 33554432000 1073741824 1073778376 140734296140608 140139393993640 206412231740 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=16170/tid=16177] ppid=16167 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/16170/task/16177/stat : 16177 (java) S 16167 16170 11773 0 -1 4202560 5 0 0 0 0 0 0 0 20 0 19 0 23936475 9856040960 47213 33554432000 1073741824 1073778376 140734296140608 140139392940328 206412231740 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=16170/tid=16178] ppid=16167 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/16170/task/16178/stat : 16178 (java) S 16167 16170 11773 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 23936475 9856040960 47213 33554432000 1073741824 1073778376 140734296140608 140139391887528 206412231740 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=16170/tid=16179] ppid=16167 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/16170/task/16179/stat : 16179 (java) S 16167 16170 11773 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 19 0 23936475 9856040960 47213 33554432000 1073741824 1073778376 140734296140608 140139390835240 206412231740 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=16170/tid=16180] ppid=16167 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/16170/task/16180/stat : 16180 (java) S 16167 16170 11773 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 19 0 23936475 9856040960 47213 33554432000 1073741824 1073778376 140734296140608 140139389782440 206412231740 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=16170/tid=16181] ppid=16167 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/16170/task/16181/stat : 16181 (java) S 16167 16170 11773 0 -1 4202560 70 0 0 0 0 0 0 0 20 0 19 0 23936476 9856040960 47213 33554432000 1073741824 1073778376 140734296140608 140139377584872 206412232617 0 0 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=16170/tid=16182] ppid=16167 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/16170/task/16182/stat : 16182 (java) S 16167 16170 11773 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 23936477 9856040960 47213 33554432000 1073741824 1073778376 140734296140608 140139376530936 206412231740 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=16170/tid=16183] ppid=16167 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/16170/task/16183/stat : 16183 (java) S 16167 16170 11773 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 19 0 23936477 9856040960 47213 33554432000 1073741824 1073778376 140734296140608 140139375478536 206412231740 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=16170/tid=16184] ppid=16167 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/16170/task/16184/stat : 16184 (java) S 16167 16170 11773 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 23936479 9856040960 47213 33554432000 1073741824 1073778376 140734296140608 140139374427024 206412240672 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=16170/tid=16185] ppid=16167 vsize=9625040 CPUtime=0.4 cores=1,3,5,7
/proc/16170/task/16185/stat : 16185 (java) S 16167 16170 11773 0 -1 4202560 2900 0 0 0 40 0 0 0 20 0 19 0 23936479 9856040960 47213 33554432000 1073741824 1073778376 140734296140608 140139373373624 206412231740 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=16170/tid=16186] ppid=16167 vsize=9625040 CPUtime=0.4 cores=1,3,5,7
/proc/16170/task/16186/stat : 16186 (java) S 16167 16170 11773 0 -1 4202560 3137 0 0 0 40 0 0 0 20 0 19 0 23936479 9856040960 47213 33554432000 1073741824 1073778376 140734296140608 140139372320824 206412231740 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=16170/tid=16187] ppid=16167 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/16170/task/16187/stat : 16187 (java) S 16167 16170 11773 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 23936479 9856040960 47213 33554432000 1073741824 1073778376 140734296140608 140139371268728 206412231740 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=16170/tid=16188] ppid=16167 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/16170/task/16188/stat : 16188 (java) S 16167 16170 11773 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 23936479 9856040960 47213 33554432000 1073741824 1073778376 140734296140608 140139370216136 206412232617 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=16170/tid=16189] ppid=16167 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/16170/task/16189/stat : 16189 (java) S 16167 16170 11773 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 23936560 9856040960 47213 33554432000 1073741824 1073778376 140734296140608 140139369162152 206412232617 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 2.39
Current children cumulated vsize (KiB) 9625040

[startup+3.10077 s]
/proc/loadavg: 2.04 2.02 2.00 3/216 16189
/proc/meminfo: memFree=30428120/32872528 swapFree=7780/7780
[pid=16170] ppid=16167 vsize=9625040 CPUtime=4.09 cores=1,3,5,7
/proc/16170/stat : 16170 (java) S 16167 16170 11773 0 -1 4202496 10013 0 1 0 401 8 0 0 20 0 19 0 23936473 9856040960 47247 33554432000 1073741824 1073778376 140734296140608 140734296131744 206412218429 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/16170/statm: 2406260 47247 2278 9 0 2396937 0
[pid=16170/tid=16172] ppid=16167 vsize=9625040 CPUtime=3.02 cores=1,3,5,7
/proc/16170/task/16172/stat : 16172 (java) R 16167 16170 11773 0 -1 4202560 2530 0 1 0 299 3 0 0 20 0 19 0 23936474 9856040960 47247 33554432000 1073741824 1073778376 140734296140608 140139553386776 140139426250955 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0
[pid=16170/tid=16173] ppid=16167 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/16170/task/16173/stat : 16173 (java) S 16167 16170 11773 0 -1 4202560 11 0 0 0 0 0 0 0 20 0 19 0 23936475 9856040960 47247 33554432000 1073741824 1073778376 140734296140608 140139397151528 206412231740 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=16170/tid=16174] ppid=16167 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/16170/task/16174/stat : 16174 (java) S 16167 16170 11773 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 19 0 23936475 9856040960 47247 33554432000 1073741824 1073778376 140734296140608 140139396098728 206412231740 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=16170/tid=16175] ppid=16167 vsize=9625040 CPUtime=0.01 cores=1,3,5,7
/proc/16170/task/16175/stat : 16175 (java) S 16167 16170 11773 0 -1 4202560 14 0 0 0 1 0 0 0 20 0 19 0 23936475 9856040960 47247 33554432000 1073741824 1073778376 140734296140608 140139395046440 206412231740 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=16170/tid=16176] ppid=16167 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/16170/task/16176/stat : 16176 (java) S 16167 16170 11773 0 -1 4202560 16 0 0 0 0 0 0 0 20 0 19 0 23936475 9856040960 47247 33554432000 1073741824 1073778376 140734296140608 140139393993640 206412231740 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=16170/tid=16177] ppid=16167 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/16170/task/16177/stat : 16177 (java) S 16167 16170 11773 0 -1 4202560 5 0 0 0 0 0 0 0 20 0 19 0 23936475 9856040960 47247 33554432000 1073741824 1073778376 140734296140608 140139392940328 206412231740 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=16170/tid=16178] ppid=16167 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/16170/task/16178/stat : 16178 (java) S 16167 16170 11773 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 23936475 9856040960 47247 33554432000 1073741824 1073778376 140734296140608 140139391887528 206412231740 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=16170/tid=16179] ppid=16167 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/16170/task/16179/stat : 16179 (java) S 16167 16170 11773 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 19 0 23936475 9856040960 47247 33554432000 1073741824 1073778376 140734296140608 140139390835240 206412231740 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=16170/tid=16180] ppid=16167 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/16170/task/16180/stat : 16180 (java) S 16167 16170 11773 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 19 0 23936475 9856040960 47247 33554432000 1073741824 1073778376 140734296140608 140139389782440 206412231740 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=16170/tid=16181] ppid=16167 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/16170/task/16181/stat : 16181 (java) S 16167 16170 11773 0 -1 4202560 71 0 0 0 0 0 0 0 20 0 19 0 23936476 9856040960 47247 33554432000 1073741824 1073778376 140734296140608 140139377584872 206412232617 0 0 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=16170/tid=16182] ppid=16167 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/16170/task/16182/stat : 16182 (java) S 16167 16170 11773 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 23936477 9856040960 47247 33554432000 1073741824 1073778376 140734296140608 140139376530936 206412231740 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=16170/tid=16183] ppid=16167 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/16170/task/16183/stat : 16183 (java) S 16167 16170 11773 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 19 0 23936477 9856040960 47247 33554432000 1073741824 1073778376 140734296140608 140139375478536 206412231740 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=16170/tid=16184] ppid=16167 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/16170/task/16184/stat : 16184 (java) S 16167 16170 11773 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 23936479 9856040960 47247 33554432000 1073741824 1073778376 140734296140608 140139374427024 206412240672 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=16170/tid=16185] ppid=16167 vsize=9625040 CPUtime=0.44 cores=1,3,5,7
/proc/16170/task/16185/stat : 16185 (java) S 16167 16170 11773 0 -1 4202560 2902 0 0 0 44 0 0 0 20 0 19 0 23936479 9856040960 47247 33554432000 1073741824 1073778376 140734296140608 140139373373624 206412231740 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=16170/tid=16186] ppid=16167 vsize=9625040 CPUtime=0.46 cores=1,3,5,7
/proc/16170/task/16186/stat : 16186 (java) S 16167 16170 11773 0 -1 4202560 3168 0 0 0 46 0 0 0 20 0 19 0 23936479 9856040960 47247 33554432000 1073741824 1073778376 140734296140608 140139372320824 206412231740 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=16170/tid=16187] ppid=16167 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/16170/task/16187/stat : 16187 (java) S 16167 16170 11773 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 23936479 9856040960 47247 33554432000 1073741824 1073778376 140734296140608 140139371268728 206412231740 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=16170/tid=16188] ppid=16167 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/16170/task/16188/stat : 16188 (java) S 16167 16170 11773 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 23936479 9856040960 47247 33554432000 1073741824 1073778376 140734296140608 140139370216136 206412232617 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=16170/tid=16189] ppid=16167 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/16170/task/16189/stat : 16189 (java) S 16167 16170 11773 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 23936560 9856040960 47247 33554432000 1073741824 1073778376 140734296140608 140139369162152 206412232617 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 4.09
Current children cumulated vsize (KiB) 9625040

[startup+6.30079 s]
/proc/loadavg: 2.03 2.02 2.00 3/216 16189
/proc/meminfo: memFree=30429376/32872528 swapFree=7780/7780
[pid=16170] ppid=16167 vsize=9625040 CPUtime=7.32 cores=1,3,5,7
/proc/16170/stat : 16170 (java) S 16167 16170 11773 0 -1 4202496 10022 0 1 0 724 8 0 0 20 0 19 0 23936473 9856040960 47030 33554432000 1073741824 1073778376 140734296140608 140734296131744 206412218429 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/16170/statm: 2406260 47030 2278 9 0 2396937 0
[pid=16170/tid=16172] ppid=16167 vsize=9625040 CPUtime=6.21 cores=1,3,5,7
/proc/16170/task/16172/stat : 16172 (java) R 16167 16170 11773 0 -1 4202560 2532 0 1 0 618 3 0 0 20 0 19 0 23936474 9856040960 47030 33554432000 1073741824 1073778376 140734296140608 140139553387000 140139426251008 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0
[pid=16170/tid=16173] ppid=16167 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/16170/task/16173/stat : 16173 (java) S 16167 16170 11773 0 -1 4202560 11 0 0 0 0 0 0 0 20 0 19 0 23936475 9856040960 47030 33554432000 1073741824 1073778376 140734296140608 140139397151528 206412231740 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=16170/tid=16174] ppid=16167 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/16170/task/16174/stat : 16174 (java) S 16167 16170 11773 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 19 0 23936475 9856040960 47030 33554432000 1073741824 1073778376 140734296140608 140139396098728 206412231740 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=16170/tid=16175] ppid=16167 vsize=9625040 CPUtime=0.01 cores=1,3,5,7
/proc/16170/task/16175/stat : 16175 (java) S 16167 16170 11773 0 -1 4202560 14 0 0 0 1 0 0 0 20 0 19 0 23936475 9856040960 47030 33554432000 1073741824 1073778376 140734296140608 140139395046440 206412231740 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=16170/tid=16176] ppid=16167 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/16170/task/16176/stat : 16176 (java) S 16167 16170 11773 0 -1 4202560 16 0 0 0 0 0 0 0 20 0 19 0 23936475 9856040960 47030 33554432000 1073741824 1073778376 140734296140608 140139393993640 206412231740 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=16170/tid=16177] ppid=16167 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/16170/task/16177/stat : 16177 (java) S 16167 16170 11773 0 -1 4202560 5 0 0 0 0 0 0 0 20 0 19 0 23936475 9856040960 47030 33554432000 1073741824 1073778376 140734296140608 140139392940328 206412231740 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=16170/tid=16178] ppid=16167 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/16170/task/16178/stat : 16178 (java) S 16167 16170 11773 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 23936475 9856040960 47030 33554432000 1073741824 1073778376 140734296140608 140139391887528 206412231740 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=16170/tid=16179] ppid=16167 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/16170/task/16179/stat : 16179 (java) S 16167 16170 11773 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 19 0 23936475 9856040960 47030 33554432000 1073741824 1073778376 140734296140608 140139390835240 206412231740 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=16170/tid=16180] ppid=16167 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/16170/task/16180/stat : 16180 (java) S 16167 16170 11773 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 19 0 23936475 9856040960 47030 33554432000 1073741824 1073778376 140734296140608 140139389782440 206412231740 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=16170/tid=16181] ppid=16167 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/16170/task/16181/stat : 16181 (java) S 16167 16170 11773 0 -1 4202560 71 0 0 0 0 0 0 0 20 0 19 0 23936476 9856040960 47030 33554432000 1073741824 1073778376 140734296140608 140139377584872 206412232617 0 0 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=16170/tid=16182] ppid=16167 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/16170/task/16182/stat : 16182 (java) S 16167 16170 11773 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 23936477 9856040960 47030 33554432000 1073741824 1073778376 140734296140608 140139376530936 206412231740 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=16170/tid=16183] ppid=16167 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/16170/task/16183/stat : 16183 (java) S 16167 16170 11773 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 19 0 23936477 9856040960 47030 33554432000 1073741824 1073778376 140734296140608 140139375478536 206412231740 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=16170/tid=16184] ppid=16167 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/16170/task/16184/stat : 16184 (java) S 16167 16170 11773 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 23936479 9856040960 47030 33554432000 1073741824 1073778376 140734296140608 140139374427024 206412240672 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=16170/tid=16185] ppid=16167 vsize=9625040 CPUtime=0.46 cores=1,3,5,7
/proc/16170/task/16185/stat : 16185 (java) S 16167 16170 11773 0 -1 4202560 2906 0 0 0 46 0 0 0 20 0 19 0 23936479 9856040960 47030 33554432000 1073741824 1073778376 140734296140608 140139373373624 206412231740 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=16170/tid=16186] ppid=16167 vsize=9625040 CPUtime=0.48 cores=1,3,5,7
/proc/16170/task/16186/stat : 16186 (java) S 16167 16170 11773 0 -1 4202560 3171 0 0 0 48 0 0 0 20 0 19 0 23936479 9856040960 47030 33554432000 1073741824 1073778376 140734296140608 140139372320824 206412231740 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=16170/tid=16187] ppid=16167 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/16170/task/16187/stat : 16187 (java) S 16167 16170 11773 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 23936479 9856040960 47030 33554432000 1073741824 1073778376 140734296140608 140139371268728 206412231740 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=16170/tid=16188] ppid=16167 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/16170/task/16188/stat : 16188 (java) S 16167 16170 11773 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 23936479 9856040960 47030 33554432000 1073741824 1073778376 140734296140608 140139370216136 206412232617 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=16170/tid=16189] ppid=16167 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/16170/task/16189/stat : 16189 (java) S 16167 16170 11773 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 23936560 9856040960 47030 33554432000 1073741824 1073778376 140734296140608 140139369162152 206412232617 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 7.32
Current children cumulated vsize (KiB) 9625040


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

[pid=16170/tid=16189] ppid=16167 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/16170/task/16189/stat : 16189 (java) S 16167 16170 11773 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 23936560 9856040960 280424 33554432000 1073741824 1073778376 140734296140608 140139369162152 206412232617 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 1737.45
Current children cumulated vsize (KiB) 9625040

[startup+1782.3 s]
/proc/loadavg: 2.00 2.04 2.01 3/215 16299
/proc/meminfo: memFree=28094600/32872528 swapFree=7780/7780
[pid=16170] ppid=16167 vsize=9625040 CPUtime=1798.41 cores=1,3,5,7
/proc/16170/stat : 16170 (java) S 16167 16170 11773 0 -1 4202496 35171 0 1 0 179548 293 0 0 20 0 19 0 23936473 9856040960 298098 33554432000 1073741824 1073778376 140734296140608 140734296131744 206412218429 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/16170/statm: 2406260 298098 2287 9 0 2396937 0
[pid=16170/tid=16172] ppid=16167 vsize=9625040 CPUtime=1767.2 cores=1,3,5,7
/proc/16170/task/16172/stat : 16172 (java) R 16167 16170 11773 0 -1 4202560 3676 0 1 0 176679 41 0 0 20 0 19 0 23936474 9856040960 298098 33554432000 1073741824 1073778376 140734296140608 140139553385664 140139426262030 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0
[pid=16170/tid=16173] ppid=16167 vsize=9625040 CPUtime=2.72 cores=1,3,5,7
/proc/16170/task/16173/stat : 16173 (java) S 16167 16170 11773 0 -1 4202560 2115 0 0 0 233 39 0 0 20 0 19 0 23936475 9856040960 298098 33554432000 1073741824 1073778376 140734296140608 140139397151528 206412231740 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=16170/tid=16174] ppid=16167 vsize=9625040 CPUtime=2.52 cores=1,3,5,7
/proc/16170/task/16174/stat : 16174 (java) S 16167 16170 11773 0 -1 4202560 1753 0 0 0 222 30 0 0 20 0 19 0 23936475 9856040960 298098 33554432000 1073741824 1073778376 140734296140608 140139396098728 206412231740 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=16170/tid=16175] ppid=16167 vsize=9625040 CPUtime=2.77 cores=1,3,5,7
/proc/16170/task/16175/stat : 16175 (java) S 16167 16170 11773 0 -1 4202560 3554 0 0 0 239 38 0 0 20 0 19 0 23936475 9856040960 298098 33554432000 1073741824 1073778376 140734296140608 140139395046440 206412231740 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=16170/tid=16176] ppid=16167 vsize=9625040 CPUtime=2.48 cores=1,3,5,7
/proc/16170/task/16176/stat : 16176 (java) S 16167 16170 11773 0 -1 4202560 2311 0 0 0 219 29 0 0 20 0 19 0 23936475 9856040960 298098 33554432000 1073741824 1073778376 140734296140608 140139393993640 206412231740 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=16170/tid=16177] ppid=16167 vsize=9625040 CPUtime=2.46 cores=1,3,5,7
/proc/16170/task/16177/stat : 16177 (java) S 16167 16170 11773 0 -1 4202560 3187 0 0 0 218 28 0 0 20 0 19 0 23936475 9856040960 298098 33554432000 1073741824 1073778376 140734296140608 140139392940328 206412231740 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=16170/tid=16178] ppid=16167 vsize=9625040 CPUtime=2.47 cores=1,3,5,7
/proc/16170/task/16178/stat : 16178 (java) S 16167 16170 11773 0 -1 4202560 3006 0 0 0 223 24 0 0 20 0 19 0 23936475 9856040960 298098 33554432000 1073741824 1073778376 140734296140608 140139391887528 206412231740 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=16170/tid=16179] ppid=16167 vsize=9625040 CPUtime=2.45 cores=1,3,5,7
/proc/16170/task/16179/stat : 16179 (java) S 16167 16170 11773 0 -1 4202560 3009 0 0 0 215 30 0 0 20 0 19 0 23936475 9856040960 298098 33554432000 1073741824 1073778376 140734296140608 140139390835240 206412231740 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=16170/tid=16180] ppid=16167 vsize=9625040 CPUtime=2.77 cores=1,3,5,7
/proc/16170/task/16180/stat : 16180 (java) S 16167 16170 11773 0 -1 4202560 2623 0 0 0 242 35 0 0 20 0 19 0 23936475 9856040960 298098 33554432000 1073741824 1073778376 140734296140608 140139389782440 206412231740 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=16170/tid=16181] ppid=16167 vsize=9625040 CPUtime=4.82 cores=1,3,5,7
/proc/16170/task/16181/stat : 16181 (java) S 16167 16170 11773 0 -1 4202560 2406 0 0 0 478 4 0 0 20 0 19 0 23936476 9856040960 298098 33554432000 1073741824 1073778376 140734296140608 140139377584872 206412232617 0 0 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=16170/tid=16182] ppid=16167 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/16170/task/16182/stat : 16182 (java) S 16167 16170 11773 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 23936477 9856040960 298098 33554432000 1073741824 1073778376 140734296140608 140139376530936 206412231740 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=16170/tid=16183] ppid=16167 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/16170/task/16183/stat : 16183 (java) S 16167 16170 11773 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 19 0 23936477 9856040960 298098 33554432000 1073741824 1073778376 140734296140608 140139375478536 206412231740 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=16170/tid=16184] ppid=16167 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/16170/task/16184/stat : 16184 (java) S 16167 16170 11773 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 23936479 9856040960 298098 33554432000 1073741824 1073778376 140734296140608 140139374427024 206412240672 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=16170/tid=16185] ppid=16167 vsize=9625040 CPUtime=0.51 cores=1,3,5,7
/proc/16170/task/16185/stat : 16185 (java) S 16167 16170 11773 0 -1 4202560 2997 0 0 0 51 0 0 0 20 0 19 0 23936479 9856040960 298098 33554432000 1073741824 1073778376 140734296140608 140139373373624 206412231740 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=16170/tid=16186] ppid=16167 vsize=9625040 CPUtime=0.49 cores=1,3,5,7
/proc/16170/task/16186/stat : 16186 (java) S 16167 16170 11773 0 -1 4202560 3172 0 0 0 49 0 0 0 20 0 19 0 23936479 9856040960 298098 33554432000 1073741824 1073778376 140734296140608 140139372320824 206412231740 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=16170/tid=16187] ppid=16167 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/16170/task/16187/stat : 16187 (java) S 16167 16170 11773 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 23936479 9856040960 298098 33554432000 1073741824 1073778376 140734296140608 140139371268728 206412231740 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=16170/tid=16188] ppid=16167 vsize=9625040 CPUtime=0.34 cores=1,3,5,7
/proc/16170/task/16188/stat : 16188 (java) S 16167 16170 11773 0 -1 4202560 102 0 0 0 14 20 0 0 20 0 19 0 23936479 9856040960 298098 33554432000 1073741824 1073778376 140734296140608 140139370216136 206412232617 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=16170/tid=16189] ppid=16167 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/16170/task/16189/stat : 16189 (java) S 16167 16170 11773 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 23936560 9856040960 298098 33554432000 1073741824 1073778376 140734296140608 140139369162152 206412232617 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 1798.41
Current children cumulated vsize (KiB) 9625040



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1783.9 s]
/proc/loadavg: 2.00 2.04 2.01 3/215 16299
/proc/meminfo: memFree=28094600/32872528 swapFree=7780/7780
[pid=16170] ppid=16167 vsize=9625040 CPUtime=1800.01 cores=1,3,5,7
/proc/16170/stat : 16170 (java) S 16167 16170 11773 0 -1 4202496 35171 0 1 0 179708 293 0 0 20 0 19 0 23936473 9856040960 298098 33554432000 1073741824 1073778376 140734296140608 140734296131744 206412218429 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/16170/statm: 2406260 298098 2287 9 0 2396937 0
[pid=16170/tid=16172] ppid=16167 vsize=9625040 CPUtime=1768.8 cores=1,3,5,7
/proc/16170/task/16172/stat : 16172 (java) R 16167 16170 11773 0 -1 4202560 3676 0 1 0 176839 41 0 0 20 0 19 0 23936474 9856040960 298098 33554432000 1073741824 1073778376 140734296140608 140139553385664 140139426279054 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0
[pid=16170/tid=16173] ppid=16167 vsize=9625040 CPUtime=2.72 cores=1,3,5,7
/proc/16170/task/16173/stat : 16173 (java) S 16167 16170 11773 0 -1 4202560 2115 0 0 0 233 39 0 0 20 0 19 0 23936475 9856040960 298098 33554432000 1073741824 1073778376 140734296140608 140139397151528 206412231740 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=16170/tid=16174] ppid=16167 vsize=9625040 CPUtime=2.52 cores=1,3,5,7
/proc/16170/task/16174/stat : 16174 (java) S 16167 16170 11773 0 -1 4202560 1753 0 0 0 222 30 0 0 20 0 19 0 23936475 9856040960 298098 33554432000 1073741824 1073778376 140734296140608 140139396098728 206412231740 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=16170/tid=16175] ppid=16167 vsize=9625040 CPUtime=2.77 cores=1,3,5,7
/proc/16170/task/16175/stat : 16175 (java) S 16167 16170 11773 0 -1 4202560 3554 0 0 0 239 38 0 0 20 0 19 0 23936475 9856040960 298098 33554432000 1073741824 1073778376 140734296140608 140139395046440 206412231740 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=16170/tid=16176] ppid=16167 vsize=9625040 CPUtime=2.48 cores=1,3,5,7
/proc/16170/task/16176/stat : 16176 (java) S 16167 16170 11773 0 -1 4202560 2311 0 0 0 219 29 0 0 20 0 19 0 23936475 9856040960 298098 33554432000 1073741824 1073778376 140734296140608 140139393993640 206412231740 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=16170/tid=16177] ppid=16167 vsize=9625040 CPUtime=2.46 cores=1,3,5,7
/proc/16170/task/16177/stat : 16177 (java) S 16167 16170 11773 0 -1 4202560 3187 0 0 0 218 28 0 0 20 0 19 0 23936475 9856040960 298098 33554432000 1073741824 1073778376 140734296140608 140139392940328 206412231740 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=16170/tid=16178] ppid=16167 vsize=9625040 CPUtime=2.47 cores=1,3,5,7
/proc/16170/task/16178/stat : 16178 (java) S 16167 16170 11773 0 -1 4202560 3006 0 0 0 223 24 0 0 20 0 19 0 23936475 9856040960 298098 33554432000 1073741824 1073778376 140734296140608 140139391887528 206412231740 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=16170/tid=16179] ppid=16167 vsize=9625040 CPUtime=2.45 cores=1,3,5,7
/proc/16170/task/16179/stat : 16179 (java) S 16167 16170 11773 0 -1 4202560 3009 0 0 0 215 30 0 0 20 0 19 0 23936475 9856040960 298098 33554432000 1073741824 1073778376 140734296140608 140139390835240 206412231740 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=16170/tid=16180] ppid=16167 vsize=9625040 CPUtime=2.77 cores=1,3,5,7
/proc/16170/task/16180/stat : 16180 (java) S 16167 16170 11773 0 -1 4202560 2623 0 0 0 242 35 0 0 20 0 19 0 23936475 9856040960 298098 33554432000 1073741824 1073778376 140734296140608 140139389782440 206412231740 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=16170/tid=16181] ppid=16167 vsize=9625040 CPUtime=4.82 cores=1,3,5,7
/proc/16170/task/16181/stat : 16181 (java) S 16167 16170 11773 0 -1 4202560 2406 0 0 0 478 4 0 0 20 0 19 0 23936476 9856040960 298098 33554432000 1073741824 1073778376 140734296140608 140139377584872 206412232617 0 0 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=16170/tid=16182] ppid=16167 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/16170/task/16182/stat : 16182 (java) S 16167 16170 11773 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 23936477 9856040960 298098 33554432000 1073741824 1073778376 140734296140608 140139376530936 206412231740 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=16170/tid=16183] ppid=16167 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/16170/task/16183/stat : 16183 (java) S 16167 16170 11773 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 19 0 23936477 9856040960 298098 33554432000 1073741824 1073778376 140734296140608 140139375478536 206412231740 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=16170/tid=16184] ppid=16167 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/16170/task/16184/stat : 16184 (java) S 16167 16170 11773 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 23936479 9856040960 298098 33554432000 1073741824 1073778376 140734296140608 140139374427024 206412240672 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=16170/tid=16185] ppid=16167 vsize=9625040 CPUtime=0.51 cores=1,3,5,7
/proc/16170/task/16185/stat : 16185 (java) S 16167 16170 11773 0 -1 4202560 2997 0 0 0 51 0 0 0 20 0 19 0 23936479 9856040960 298098 33554432000 1073741824 1073778376 140734296140608 140139373373624 206412231740 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=16170/tid=16186] ppid=16167 vsize=9625040 CPUtime=0.49 cores=1,3,5,7
/proc/16170/task/16186/stat : 16186 (java) S 16167 16170 11773 0 -1 4202560 3172 0 0 0 49 0 0 0 20 0 19 0 23936479 9856040960 298098 33554432000 1073741824 1073778376 140734296140608 140139372320824 206412231740 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=16170/tid=16187] ppid=16167 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/16170/task/16187/stat : 16187 (java) S 16167 16170 11773 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 23936479 9856040960 298098 33554432000 1073741824 1073778376 140734296140608 140139371268728 206412231740 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=16170/tid=16188] ppid=16167 vsize=9625040 CPUtime=0.34 cores=1,3,5,7
/proc/16170/task/16188/stat : 16188 (java) S 16167 16170 11773 0 -1 4202560 102 0 0 0 14 20 0 0 20 0 19 0 23936479 9856040960 298098 33554432000 1073741824 1073778376 140734296140608 140139370216136 206412232617 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=16170/tid=16189] ppid=16167 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/16170/task/16189/stat : 16189 (java) S 16167 16170 11773 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 23936560 9856040960 298098 33554432000 1073741824 1073778376 140734296140608 140139369162152 206412232617 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 1800.01
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 16170 sig 9
??? end of watcher thread
Dumping a history of the last processes samples

[startup+1783.9 s]
/proc/loadavg: 2.00 2.04 2.01 3/215 16299
/proc/meminfo: memFree=28094600/32872528 swapFree=7780/7780
[pid=16170] ppid=16167 vsize=9625040 CPUtime=1800.01 cores=1,3,5,7
/proc/16170/stat : 16170 (java) S 16167 16170 11773 0 -1 4202496 35171 0 1 0 179708 293 0 0 20 0 19 0 23936473 9856040960 298098 33554432000 1073741824 1073778376 140734296140608 140734296131744 206412218429 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/16170/statm: 2406260 298098 2287 9 0 2396937 0
[pid=16170/tid=16172] ppid=16167 vsize=9625040 CPUtime=1768.8 cores=1,3,5,7
/proc/16170/task/16172/stat : 16172 (java) R 16167 16170 11773 0 -1 4202560 3676 0 1 0 176839 41 0 0 20 0 19 0 23936474 9856040960 298098 33554432000 1073741824 1073778376 140734296140608 140139553385664 140139426279054 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0
[pid=16170/tid=16173] ppid=16167 vsize=9625040 CPUtime=2.72 cores=1,3,5,7
/proc/16170/task/16173/stat : 16173 (java) S 16167 16170 11773 0 -1 4202560 2115 0 0 0 233 39 0 0 20 0 19 0 23936475 9856040960 298098 33554432000 1073741824 1073778376 140734296140608 140139397151528 206412231740 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=16170/tid=16174] ppid=16167 vsize=9625040 CPUtime=2.52 cores=1,3,5,7
/proc/16170/task/16174/stat : 16174 (java) S 16167 16170 11773 0 -1 4202560 1753 0 0 0 222 30 0 0 20 0 19 0 23936475 9856040960 298098 33554432000 1073741824 1073778376 140734296140608 140139396098728 206412231740 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=16170/tid=16175] ppid=16167 vsize=9625040 CPUtime=2.77 cores=1,3,5,7
/proc/16170/task/16175/stat : 16175 (java) S 16167 16170 11773 0 -1 4202560 3554 0 0 0 239 38 0 0 20 0 19 0 23936475 9856040960 298098 33554432000 1073741824 1073778376 140734296140608 140139395046440 206412231740 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=16170/tid=16176] ppid=16167 vsize=9625040 CPUtime=2.48 cores=1,3,5,7
/proc/16170/task/16176/stat : 16176 (java) S 16167 16170 11773 0 -1 4202560 2311 0 0 0 219 29 0 0 20 0 19 0 23936475 9856040960 298098 33554432000 1073741824 1073778376 140734296140608 140139393993640 206412231740 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=16170/tid=16177] ppid=16167 vsize=9625040 CPUtime=2.46 cores=1,3,5,7
/proc/16170/task/16177/stat : 16177 (java) S 16167 16170 11773 0 -1 4202560 3187 0 0 0 218 28 0 0 20 0 19 0 23936475 9856040960 298098 33554432000 1073741824 1073778376 140734296140608 140139392940328 206412231740 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=16170/tid=16178] ppid=16167 vsize=9625040 CPUtime=2.47 cores=1,3,5,7
/proc/16170/task/16178/stat : 16178 (java) S 16167 16170 11773 0 -1 4202560 3006 0 0 0 223 24 0 0 20 0 19 0 23936475 9856040960 298098 33554432000 1073741824 1073778376 140734296140608 140139391887528 206412231740 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=16170/tid=16179] ppid=16167 vsize=9625040 CPUtime=2.45 cores=1,3,5,7
/proc/16170/task/16179/stat : 16179 (java) S 16167 16170 11773 0 -1 4202560 3009 0 0 0 215 30 0 0 20 0 19 0 23936475 9856040960 298098 33554432000 1073741824 1073778376 140734296140608 140139390835240 206412231740 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=16170/tid=16180] ppid=16167 vsize=9625040 CPUtime=2.77 cores=1,3,5,7
/proc/16170/task/16180/stat : 16180 (java) S 16167 16170 11773 0 -1 4202560 2623 0 0 0 242 35 0 0 20 0 19 0 23936475 9856040960 298098 33554432000 1073741824 1073778376 140734296140608 140139389782440 206412231740 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=16170/tid=16181] ppid=16167 vsize=9625040 CPUtime=4.82 cores=1,3,5,7
/proc/16170/task/16181/stat : 16181 (java) S 16167 16170 11773 0 -1 4202560 2406 0 0 0 478 4 0 0 20 0 19 0 23936476 9856040960 298098 33554432000 1073741824 1073778376 140734296140608 140139377584872 206412232617 0 0 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=16170/tid=16182] ppid=16167 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/16170/task/16182/stat : 16182 (java) S 16167 16170 11773 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 23936477 9856040960 298098 33554432000 1073741824 1073778376 140734296140608 140139376530936 206412231740 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=16170/tid=16183] ppid=16167 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/16170/task/16183/stat : 16183 (java) S 16167 16170 11773 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 19 0 23936477 9856040960 298098 33554432000 1073741824 1073778376 140734296140608 140139375478536 206412231740 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=16170/tid=16184] ppid=16167 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/16170/task/16184/stat : 16184 (java) S 16167 16170 11773 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 23936479 9856040960 298098 33554432000 1073741824 1073778376 140734296140608 140139374427024 206412240672 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=16170/tid=16185] ppid=16167 vsize=9625040 CPUtime=0.51 cores=1,3,5,7
/proc/16170/task/16185/stat : 16185 (java) S 16167 16170 11773 0 -1 4202560 2997 0 0 0 51 0 0 0 20 0 19 0 23936479 9856040960 298098 33554432000 1073741824 1073778376 140734296140608 140139373373624 206412231740 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=16170/tid=16186] ppid=16167 vsize=9625040 CPUtime=0.49 cores=1,3,5,7
/proc/16170/task/16186/stat : 16186 (java) S 16167 16170 11773 0 -1 4202560 3172 0 0 0 49 0 0 0 20 0 19 0 23936479 9856040960 298098 33554432000 1073741824 1073778376 140734296140608 140139372320824 206412231740 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=16170/tid=16187] ppid=16167 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/16170/task/16187/stat : 16187 (java) S 16167 16170 11773 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 23936479 9856040960 298098 33554432000 1073741824 1073778376 140734296140608 140139371268728 206412231740 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=16170/tid=16188] ppid=16167 vsize=9625040 CPUtime=0.34 cores=1,3,5,7
/proc/16170/task/16188/stat : 16188 (java) S 16167 16170 11773 0 -1 4202560 102 0 0 0 14 20 0 0 20 0 19 0 23936479 9856040960 298098 33554432000 1073741824 1073778376 140734296140608 140139370216136 206412232617 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=16170/tid=16189] ppid=16167 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/16170/task/16189/stat : 16189 (java) S 16167 16170 11773 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 23936560 9856040960 298098 33554432000 1073741824 1073778376 140734296140608 140139369162152 206412232617 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 1800.01
Current children cumulated vsize (KiB) 9625040

Child status: 143

# WARNING:
# CPU time reported by wait4() is probably wrong !
# wait4(...,&childrusage) returns 16170 and gives
#  childrusage.ru_utime.tv_sec=1792
#  childrusage.ru_utime.tv_usec=572487
#  childrusage.ru_stime.tv_sec=3
#  childrusage.ru_stime.tv_usec=330493
# CPU time returned by wait4() is 1795.9
# while last known CPU time is 1800.01
#
# Solver probably didn't/couldn't wait for its children
# Using CPU time of the last sample as value...

Real time (s): 1783.94
CPU time (s): 1800.01
CPU user time (s): 1797.08
CPU system time (s): 2.93
CPU usage (%): 100.901
Max. virtual memory (cumulated for all children) (KiB): 9625040

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1792.57
system time used= 3.33049
maximum resident set size= 2256684
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 35216
page faults= 1
swaps= 0
block input operations= 0
block output operations= 1696
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 42090
involuntary context switches= 28935

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 10.2534 second user time and 13.013 second system time

The end

Launcher Data

Begin job on node133 at 2016-06-18 05:01:46
IDJOB=4101005
IDBENCH=1688
IDSOLVER=2546
FILE ID=node133/4101005-1466218905
RUNJOBID= node133-1466206057-11790
PBS_JOBID= 19918144
Free space on /tmp= 71712 MiB

SOLVER NAME= Sat4j PB 2.3.6 Resolution PB16
BENCH NAME= PB06//final/normalized-PB06/OPT-SMALLINT/reduced/mps-v2-20-10/ftp.netlib.org/lp/data/normalized-reduced-mps-v2-20-10-ship04l.opb
COMMAND LINE= java -jar sat4j-pb.jar BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4101005-1466218905/watcher-4101005-1466218905 -o /tmp/evaluation-result-4101005-1466218905/solver-4101005-1466218905 -C 1800 -W 1900 -M 15500 --bin-var /tmp/runsolver-exch-node133-1466206057-11790 --watchdog 1960  java -jar sat4j-pb.jar HOME/instance-4101005-1466218905.opb

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

MD5SUM BENCH= 8c2ebef1f909dd9b378c2f7f10ba6b39
RANDOM SEED=890108684

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

processor	: 2
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2667.256
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.56
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.256
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.256
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.256
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.256
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.256
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:        30609528 kB
Buffers:           85592 kB
Cached:            95124 kB
SwapCached:          892 kB
Active:          1399316 kB
Inactive:         120328 kB
Active(anon):    1340184 kB
Inactive(anon):     1364 kB
Active(file):      59132 kB
Inactive(file):   118964 kB
Unevictable:        7780 kB
Mlocked:            7780 kB
SwapTotal:      67108856 kB
SwapFree:       67099860 kB
Dirty:              3328 kB
Writeback:             0 kB
AnonPages:       1346672 kB
Mapped:            15428 kB
Shmem:                 0 kB
Slab:             600180 kB
SReclaimable:      43380 kB
SUnreclaim:       556800 kB
KernelStack:        1608 kB
PageTables:         7548 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545120 kB
Committed_AS:    1483140 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346412 kB
VmallocChunk:   34341987908 kB
HardwareCorrupted:     0 kB
AnonHugePages:   1318912 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:        7552 kB
DirectMap2M:    33538048 kB

Free space on /tmp at the end= 71708 MiB
End job on node133 at 2016-06-18 05:31:30