Trace number 4107008

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.04 1794.54

General information on the benchmark

Namenormalized-PB07/SATUNSAT-SMALLINT-NLC/submittedPB07/
manquinho/dbsg/normalized-dbsg_100_10_5_40.opb
MD5SUM813576a353dee8860ef5bb1ebdae9d95
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)2504
Sum of products size (including duplicates)5008
Number of different products1252
Sum of products size2504

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@2b21cc40
0.09/0.11	c Learn all clauses as in MiniSAT
0.09/0.11	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.09/0.11	c VSIDS like heuristics from MiniSAT using a heap lightweight component caching from RSAT taking into account the objective function
0.09/0.11	c No reason simplification
0.09/0.11	c Glucose 2.1 dynamic restart strategy
0.09/0.11	c Glucose 2 learned constraints deletion strategy (LBD updated on propagation) with timer check every 1000 if the learned constraints reach increasing bounds: 5000 step 1000
0.09/0.11	c timeout=2147483s
0.09/0.11	c DB Simplification allowed=false
0.09/0.11	c Listener: org.sat4j.minisat.core.VoidTracing@7c64dc11
0.09/0.11	c --- End Solver configuration ---
0.09/0.11	c solving HOME/instance-4107008-1466284014.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.166s.
0.23/0.28	c declared #vars     200
0.23/0.28	c internal #vars     1452
0.23/0.28	c #constraints  2807
0.23/0.28	c constraints type 
0.23/0.28	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 1252
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 => 1252
0.23/0.28	c 2807 constraints processed.
1.02/0.64	c cleaning 2497 clauses out of 5002 with flag 18677/5002
1.26/0.85	c cleaning 4242 clauses out of 8503 with flag 39066/11000
1.59/1.11	c cleaning 5623 clauses out of 11261 with flag 62317/18000
1.89/1.45	c cleaning 6801 clauses out of 13638 with flag 92740/26000
2.30/1.87	c cleaning 7909 clauses out of 15837 with flag 126482/35000
2.71/2.30	c cleaning 8955 clauses out of 17928 with flag 159046/45000
3.21/2.80	c cleaning 9978 clauses out of 19973 with flag 193956/56000
3.81/3.34	c cleaning 10990 clauses out of 21995 with flag 230520/68000
4.51/4.05	c cleaning 11998 clauses out of 24005 with flag 273314/81000
5.22/4.77	c cleaning 12991 clauses out of 26007 with flag 314758/95000
6.13/5.66	c cleaning 14004 clauses out of 28017 with flag 364431/110001
7.32/6.81	c cleaning 14997 clauses out of 30012 with flag 422267/126000
8.42/7.94	c cleaning 15998 clauses out of 32015 with flag 476208/143000
9.51/9.08	c cleaning 17000 clauses out of 34018 with flag 529792/161001
10.81/10.37	c cleaning 17992 clauses out of 36017 with flag 586885/180000
12.37/11.84	c cleaning 19003 clauses out of 38025 with flag 647391/200000
13.78/13.21	c cleaning 20000 clauses out of 40022 with flag 709574/221000
15.92/15.33	c cleaning 20982 clauses out of 42023 with flag 780880/243001
18.33/17.77	c cleaning 22008 clauses out of 44040 with flag 861836/266000
21.32/20.79	c cleaning 22981 clauses out of 46032 with flag 945299/290000
24.22/23.66	c cleaning 24015 clauses out of 48051 with flag 1034665/315000
27.52/26.91	c cleaning 24993 clauses out of 50037 with flag 1128977/341001
30.72/30.16	c cleaning 26010 clauses out of 52043 with flag 1230678/368000
33.73/33.14	c cleaning 27002 clauses out of 54034 with flag 1325018/396001
37.72/37.03	c cleaning 27991 clauses out of 56031 with flag 1432729/425000
40.83/40.14	c cleaning 29004 clauses out of 58040 with flag 1532807/455000
43.73/43.07	c cleaning 30004 clauses out of 60036 with flag 1627108/486000
47.13/46.47	c cleaning 30997 clauses out of 62034 with flag 1730978/518002
51.03/50.33	c cleaning 31997 clauses out of 64036 with flag 1842711/551001
55.33/54.60	c cleaning 33005 clauses out of 66038 with flag 1960035/585000
60.03/59.33	c cleaning 33993 clauses out of 68034 with flag 2087257/620001
64.95/64.15	c cleaning 35004 clauses out of 70044 with flag 2215538/656004
69.75/68.96	c cleaning 36002 clauses out of 72037 with flag 2342545/693001
76.15/75.38	c cleaning 37002 clauses out of 74034 with flag 2489240/731000
82.75/81.96	c cleaning 38003 clauses out of 76032 with flag 2638712/770000
89.35/88.55	c cleaning 39001 clauses out of 78029 with flag 2787779/810000
95.91/94.96	c cleaning 39996 clauses out of 80029 with flag 2935515/851001
101.91/100.97	c cleaning 41009 clauses out of 82039 with flag 3073207/893007
107.50/106.55	c cleaning 42001 clauses out of 84024 with flag 3202605/936001
114.21/113.24	c cleaning 42998 clauses out of 86023 with flag 3345593/980001
121.21/120.29	c cleaning 43999 clauses out of 88024 with flag 3496497/1025000
129.04/127.99	c cleaning 44996 clauses out of 90025 with flag 3641865/1071000
135.34/134.30	c cleaning 46003 clauses out of 92032 with flag 3774801/1118003
142.53/141.40	c cleaning 46988 clauses out of 94026 with flag 3921512/1166000
150.63/149.57	c cleaning 47996 clauses out of 96039 with flag 4073202/1215001
159.03/158.00	c cleaning 49010 clauses out of 98043 with flag 4234835/1265001
170.75/169.53	c cleaning 50011 clauses out of 100039 with flag 4423057/1316007
181.35/180.19	c cleaning 50993 clauses out of 102021 with flag 4608193/1368000
192.55/191.35	c cleaning 51991 clauses out of 104028 with flag 4796789/1421000
203.55/202.39	c cleaning 52998 clauses out of 106041 with flag 4979417/1475004
216.20/214.81	c cleaning 54004 clauses out of 108042 with flag 5173413/1530003
228.21/226.84	c cleaning 54990 clauses out of 110035 with flag 5355282/1586000
239.90/238.58	c cleaning 55994 clauses out of 112045 with flag 5525401/1643000
253.39/251.85	c cleaning 57006 clauses out of 114052 with flag 5701218/1701001
267.09/265.55	c cleaning 57994 clauses out of 116045 with flag 5911107/1760000
282.11/280.52	c cleaning 59008 clauses out of 118051 with flag 6125715/1820000
296.54/294.90	c cleaning 59995 clauses out of 120043 with flag 6333225/1881000
310.54/308.88	c cleaning 61015 clauses out of 122049 with flag 6536309/1943001
322.54/320.86	c cleaning 61998 clauses out of 124033 with flag 6720668/2006000
335.90/334.10	c cleaning 62998 clauses out of 126036 with flag 6913888/2070001
349.71/347.81	c cleaning 64005 clauses out of 128037 with flag 7114566/2135000
364.18/362.12	c cleaning 64996 clauses out of 130032 with flag 7317023/2201000
378.98/376.95	c cleaning 65989 clauses out of 132036 with flag 7526144/2268000
394.65/392.58	c cleaning 67003 clauses out of 134049 with flag 7749389/2336002
410.37/408.26	c cleaning 68000 clauses out of 136045 with flag 7972527/2405001
427.26/425.17	c cleaning 68993 clauses out of 138044 with flag 8198903/2475000
443.92/441.77	c cleaning 70008 clauses out of 140051 with flag 8433332/2546000
462.02/459.84	c cleaning 71007 clauses out of 142044 with flag 8675709/2618001
481.11/478.83	c cleaning 71992 clauses out of 144037 with flag 8919439/2691001
502.22/499.99	c cleaning 73008 clauses out of 146047 with flag 9187792/2765003
524.41/522.02	c cleaning 73996 clauses out of 148036 with flag 9461330/2840000
545.31/542.99	c cleaning 75008 clauses out of 150040 with flag 9726332/2916000
568.30/565.86	c cleaning 75983 clauses out of 152032 with flag 9982407/2993000
596.40/593.90	c cleaning 77002 clauses out of 154051 with flag 10263100/3071002
618.08/615.50	c cleaning 77989 clauses out of 156047 with flag 10522708/3150000
637.75/635.17	c cleaning 79006 clauses out of 158058 with flag 10756891/3230000
658.27/655.64	c cleaning 80007 clauses out of 160053 with flag 10999994/3311001
677.58/674.80	c cleaning 81000 clauses out of 162045 with flag 11225961/3393000
698.89/696.14	c cleaning 82009 clauses out of 164046 with flag 11453488/3476001
725.54/722.76	c cleaning 82991 clauses out of 166036 with flag 11713300/3560000
752.92/750.08	c cleaning 84007 clauses out of 168045 with flag 11984188/3645000
779.33/776.45	c cleaning 85008 clauses out of 170038 with flag 12252212/3731000
805.01/802.08	c cleaning 85998 clauses out of 172030 with flag 12511929/3818000
834.19/831.17	c cleaning 86999 clauses out of 174034 with flag 12786826/3906002
861.49/858.40	c cleaning 88001 clauses out of 176035 with flag 13049745/3995002
887.28/884.13	c cleaning 88989 clauses out of 178032 with flag 13311394/4085000
914.65/911.49	c cleaning 89992 clauses out of 180043 with flag 13559308/4176000
942.67/939.39	c cleaning 91001 clauses out of 182054 with flag 13803263/4268003
973.68/970.38	c cleaning 92016 clauses out of 184050 with flag 14059928/4361000
1007.25/1003.84	c cleaning 93005 clauses out of 186034 with flag 14336063/4455000
1044.74/1041.21	c cleaning 94001 clauses out of 188029 with flag 14636994/4550000
1078.74/1075.14	c cleaning 94996 clauses out of 190028 with flag 14931679/4646000
1112.93/1109.22	c cleaning 95996 clauses out of 192032 with flag 15234453/4743000
1150.74/1146.94	c cleaning 97007 clauses out of 194037 with flag 15534746/4841001
1188.36/1184.40	c cleaning 98000 clauses out of 196029 with flag 15839524/4940000
1232.76/1228.71	c cleaning 98999 clauses out of 198032 with flag 16188870/5040003
1269.68/1265.53	c cleaning 100010 clauses out of 200034 with flag 16515667/5141004
1308.38/1304.11	c cleaning 100990 clauses out of 202020 with flag 16839853/5243000
1346.75/1342.49	c cleaning 101995 clauses out of 204031 with flag 17144380/5346001
1385.73/1381.39	c cleaning 103001 clauses out of 206036 with flag 17448343/5450001
1423.92/1419.50	c cleaning 103986 clauses out of 208034 with flag 17772061/5555000
1463.50/1458.91	c cleaning 105001 clauses out of 210048 with flag 18104774/5661000
1502.96/1498.31	c cleaning 106009 clauses out of 212047 with flag 18439079/5768000
1542.18/1537.59	c cleaning 106995 clauses out of 214038 with flag 18759012/5876000
1582.69/1577.82	c cleaning 108005 clauses out of 216043 with flag 19083387/5985000
1624.30/1619.32	c cleaning 109001 clauses out of 218039 with flag 19415991/6095001
1664.89/1659.87	c cleaning 110000 clauses out of 220038 with flag 19743626/6206001
1710.59/1705.37	c cleaning 111004 clauses out of 222037 with flag 20074887/6318000
1754.09/1748.72	c cleaning 111995 clauses out of 224034 with flag 20407502/6431001
1797.64/1792.10	c cleaning 113005 clauses out of 226040 with flag 20730179/6545002
1800.04/1794.50	c starts		: 64
1800.04/1794.50	c conflicts		: 6553676
1800.04/1794.50	c decisions		: 14482040
1800.04/1794.50	c propagations		: 47668974
1800.04/1794.50	c inspects		: 34306356843
1800.04/1794.50	c shortcuts		: 0
1800.04/1794.50	c learnt literals	: 0
1800.04/1794.50	c learnt binary clauses	: 0
1800.04/1794.50	c learnt ternary clauses	: 449
1800.04/1794.50	c learnt constraints	: 6553676
1800.04/1794.50	c ignored constraints	: 0
1800.04/1794.50	c root simplifications	: 0
1800.04/1794.50	c removed literals (reason simplification)	: 0
1800.04/1794.50	c reason swapping (by a shorter reason)	: 0
1800.04/1794.50	c Calls to reduceDB	: 110
1800.04/1794.50	c Number of update (reduction) of LBD	: 2257160
1800.04/1794.50	c Imported unit clauses	: 0
1800.04/1794.50	c timeout
1800.04/1794.50	c number of reductions to clauses (during analyze)	: 0
1800.04/1794.50	c number of learned constraints concerned by reduction	: 0
1800.04/1794.50	c number of learning phase by resolution	: 0
1800.04/1794.50	c number of learning phase by cutting planes	: 0
1800.04/1794.50	c speed (assignments/second)	: 26568.09118619299
1800.04/1794.50	c non guided choices	1335
1800.04/1794.53	c learnt constraints type 
1800.04/1794.53	c org.sat4j.minisat.constraints.cnf.LearntWLClause => 121709
1800.04/1794.53	s UNKNOWN
1800.04/1794.53	c Total wall clock time (in seconds): 1794.417

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

pid=17050
running on 4 cores: 0,2,4,6

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


[startup+0 s]
/proc/loadavg: 2.20 2.25 2.26 3/196 17053
/proc/meminfo: memFree=26451192/32872528 swapFree=1482636/1662508
[pid=17053] ppid=17050 vsize=9292 CPUtime=0 cores=0,2,4,6
/proc/17053/stat : 17053 (java) D 17050 17053 15910 0 -1 4202496 326 0 0 0 0 0 0 0 20 0 1 0 30447862 9515008 182 33554432000 1073741824 1073778376 140735789354672 140735789345704 273905696437 0 0 4096 0 18446744072100756772 0 0 17 2 0 0 0 0 0
/proc/17053/statm: 2323 182 140 9 0 71 0

[startup+0.10006 s]
/proc/loadavg: 2.20 2.25 2.26 3/196 17053
/proc/meminfo: memFree=26451192/32872528 swapFree=1482636/1662508
[pid=17053] ppid=17050 vsize=9558476 CPUtime=0.09 cores=0,2,4,6
/proc/17053/stat : 17053 (java) S 17050 17053 15910 0 -1 4202496 4386 0 1 0 8 1 0 0 20 0 18 0 30447862 9787879424 6025 33554432000 1073741824 1073778376 140735305019088 140735305010224 273909055549 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/17053/statm: 2389619 6025 2125 9 0 2380296 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 9558476

[startup+0.200215 s]
/proc/loadavg: 2.20 2.25 2.26 3/196 17053
/proc/meminfo: memFree=26451192/32872528 swapFree=1482636/1662508
[pid=17053] ppid=17050 vsize=9558476 CPUtime=0.23 cores=0,2,4,6
/proc/17053/stat : 17053 (java) S 17050 17053 15910 0 -1 4202496 4659 0 1 0 22 1 0 0 20 0 18 0 30447862 9787879424 6764 33554432000 1073741824 1073778376 140735305019088 140735305010224 273909055549 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/17053/statm: 2389619 6764 2202 9 0 2380296 0
Current children cumulated CPU time (s) 0.23
Current children cumulated vsize (KiB) 9558476

[startup+0.300212 s]
/proc/loadavg: 2.20 2.25 2.26 3/196 17053
/proc/meminfo: memFree=26451192/32872528 swapFree=1482636/1662508
[pid=17053] ppid=17050 vsize=9625040 CPUtime=0.44 cores=0,2,4,6
/proc/17053/stat : 17053 (java) S 17050 17053 15910 0 -1 4202496 6152 0 1 0 43 1 0 0 20 0 19 0 30447862 9856040960 9268 33554432000 1073741824 1073778376 140735305019088 140735305010224 273909055549 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/17053/statm: 2406260 9268 2249 9 0 2396937 0
Current children cumulated CPU time (s) 0.44
Current children cumulated vsize (KiB) 9625040

[startup+0.700169 s]
/proc/loadavg: 2.20 2.25 2.26 3/196 17053
/proc/meminfo: memFree=26451192/32872528 swapFree=1482636/1662508
[pid=17053] ppid=17050 vsize=9625040 CPUtime=1.15 cores=0,2,4,6
/proc/17053/stat : 17053 (java) S 17050 17053 15910 0 -1 4202496 8520 0 1 0 113 2 0 0 20 0 19 0 30447862 9856040960 10621 33554432000 1073741824 1073778376 140735305019088 140735305010224 273909055549 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/17053/statm: 2406260 10621 2267 9 0 2396937 0
Current children cumulated CPU time (s) 1.15
Current children cumulated vsize (KiB) 9625040

[startup+1.50083 s]
/proc/loadavg: 2.20 2.25 2.26 4/215 17072
/proc/meminfo: memFree=26408844/32872528 swapFree=1482636/1662508
[pid=17053] ppid=17050 vsize=9625040 CPUtime=2.01 cores=0,2,4,6
/proc/17053/stat : 17053 (java) S 17050 17053 15910 0 -1 4202496 8532 0 1 0 199 2 0 0 20 0 19 0 30447862 9856040960 13698 33554432000 1073741824 1073778376 140735305019088 140735305010224 273909055549 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/17053/statm: 2406260 13698 2269 9 0 2396937 0
[pid=17053/tid=17055] ppid=17050 vsize=9625040 CPUtime=1.45 cores=0,2,4,6
/proc/17053/task/17055/stat : 17055 (java) R 17050 17053 15910 0 -1 4202560 2438 0 1 0 144 1 0 0 20 0 19 0 30447863 9856040960 13698 33554432000 1073741824 1073778376 140735305019088 139837595377808 139837441547582 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0
[pid=17053/tid=17056] ppid=17050 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/17053/task/17056/stat : 17056 (java) S 17050 17053 15910 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 30447865 9856040960 13698 33554432000 1073741824 1073778376 140735305019088 139837567830440 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=17053/tid=17057] ppid=17050 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/17053/task/17057/stat : 17057 (java) S 17050 17053 15910 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 30447865 9856040960 13698 33554432000 1073741824 1073778376 140735305019088 139837566777896 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=17053/tid=17058] ppid=17050 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/17053/task/17058/stat : 17058 (java) S 17050 17053 15910 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 30447865 9856040960 13698 33554432000 1073741824 1073778376 140735305019088 139837565724840 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=17053/tid=17059] ppid=17050 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/17053/task/17059/stat : 17059 (java) S 17050 17053 15910 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 30447865 9856040960 13698 33554432000 1073741824 1073778376 140735305019088 139837564672296 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=17053/tid=17060] ppid=17050 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/17053/task/17060/stat : 17060 (java) S 17050 17053 15910 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 30447865 9856040960 13698 33554432000 1073741824 1073778376 140735305019088 139837563620264 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=17053/tid=17061] ppid=17050 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/17053/task/17061/stat : 17061 (java) S 17050 17053 15910 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 30447865 9856040960 13698 33554432000 1073741824 1073778376 140735305019088 139837562567720 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=17053/tid=17062] ppid=17050 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/17053/task/17062/stat : 17062 (java) S 17050 17053 15910 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 30447865 9856040960 13698 33554432000 1073741824 1073778376 140735305019088 139837561514664 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=17053/tid=17063] ppid=17050 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/17053/task/17063/stat : 17063 (java) S 17050 17053 15910 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 30447865 9856040960 13698 33554432000 1073741824 1073778376 140735305019088 139837560462120 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=17053/tid=17064] ppid=17050 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/17053/task/17064/stat : 17064 (java) S 17050 17053 15910 0 -1 4202560 5 0 0 0 0 0 0 0 20 0 19 0 30447866 9856040960 13698 33554432000 1073741824 1073778376 140735305019088 139836948187496 273909069737 0 0 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=17053/tid=17065] ppid=17050 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/17053/task/17065/stat : 17065 (java) S 17050 17053 15910 0 -1 4202560 16 0 0 0 0 0 0 0 20 0 19 0 30447866 9856040960 13698 33554432000 1073741824 1073778376 140735305019088 139836947133816 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=17053/tid=17066] ppid=17050 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/17053/task/17066/stat : 17066 (java) S 17050 17053 15910 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 30447866 9856040960 13698 33554432000 1073741824 1073778376 140735305019088 139836946080648 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=17053/tid=17067] ppid=17050 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/17053/task/17067/stat : 17067 (java) S 17050 17053 15910 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 30447868 9856040960 13698 33554432000 1073741824 1073778376 140735305019088 139836945029392 273909077792 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=17053/tid=17068] ppid=17050 vsize=9625040 CPUtime=0.25 cores=0,2,4,6
/proc/17053/task/17068/stat : 17068 (java) S 17050 17053 15910 0 -1 4202560 2254 0 0 0 25 0 0 0 20 0 19 0 30447868 9856040960 13698 33554432000 1073741824 1073778376 140735305019088 139836943977272 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=17053/tid=17069] ppid=17050 vsize=9625040 CPUtime=0.26 cores=0,2,4,6
/proc/17053/task/17069/stat : 17069 (java) S 17050 17053 15910 0 -1 4202560 2568 0 0 0 26 0 0 0 20 0 19 0 30447868 9856040960 13698 33554432000 1073741824 1073778376 140735305019088 139836942924728 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=17053/tid=17070] ppid=17050 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/17053/task/17070/stat : 17070 (java) S 17050 17053 15910 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 30447869 9856040960 13698 33554432000 1073741824 1073778376 140735305019088 139836941871864 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=17053/tid=17071] ppid=17050 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/17053/task/17071/stat : 17071 (java) S 17050 17053 15910 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 30447869 9856040960 13698 33554432000 1073741824 1073778376 140735305019088 139836940819528 273909069737 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=17053/tid=17072] ppid=17050 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/17053/task/17072/stat : 17072 (java) S 17050 17053 15910 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 30447891 9856040960 13698 33554432000 1073741824 1073778376 140735305019088 139836939764776 273909069737 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
Current children cumulated CPU time (s) 2.01
Current children cumulated vsize (KiB) 9625040

[startup+3.10082 s]
/proc/loadavg: 2.20 2.25 2.26 4/215 17072
/proc/meminfo: memFree=26393880/32872528 swapFree=1482636/1662508
[pid=17053] ppid=17050 vsize=9625040 CPUtime=3.6 cores=0,2,4,6
/proc/17053/stat : 17053 (java) S 17050 17053 15910 0 -1 4202496 8544 0 1 0 358 2 0 0 20 0 19 0 30447862 9856040960 19330 33554432000 1073741824 1073778376 140735305019088 140735305010224 273909055549 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/17053/statm: 2406260 19330 2269 9 0 2396937 0
[pid=17053/tid=17055] ppid=17050 vsize=9625040 CPUtime=3.05 cores=0,2,4,6
/proc/17053/task/17055/stat : 17055 (java) R 17050 17053 15910 0 -1 4202560 2450 0 1 0 304 1 0 0 20 0 19 0 30447863 9856040960 19330 33554432000 1073741824 1073778376 140735305019088 139837595369168 139837441565250 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0
[pid=17053/tid=17056] ppid=17050 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/17053/task/17056/stat : 17056 (java) S 17050 17053 15910 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 30447865 9856040960 19330 33554432000 1073741824 1073778376 140735305019088 139837567830440 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=17053/tid=17057] ppid=17050 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/17053/task/17057/stat : 17057 (java) S 17050 17053 15910 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 30447865 9856040960 19330 33554432000 1073741824 1073778376 140735305019088 139837566777896 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=17053/tid=17058] ppid=17050 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/17053/task/17058/stat : 17058 (java) S 17050 17053 15910 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 30447865 9856040960 19330 33554432000 1073741824 1073778376 140735305019088 139837565724840 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=17053/tid=17059] ppid=17050 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/17053/task/17059/stat : 17059 (java) S 17050 17053 15910 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 30447865 9856040960 19330 33554432000 1073741824 1073778376 140735305019088 139837564672296 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=17053/tid=17060] ppid=17050 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/17053/task/17060/stat : 17060 (java) S 17050 17053 15910 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 30447865 9856040960 19330 33554432000 1073741824 1073778376 140735305019088 139837563620264 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=17053/tid=17061] ppid=17050 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/17053/task/17061/stat : 17061 (java) S 17050 17053 15910 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 30447865 9856040960 19330 33554432000 1073741824 1073778376 140735305019088 139837562567720 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=17053/tid=17062] ppid=17050 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/17053/task/17062/stat : 17062 (java) S 17050 17053 15910 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 30447865 9856040960 19330 33554432000 1073741824 1073778376 140735305019088 139837561514664 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=17053/tid=17063] ppid=17050 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/17053/task/17063/stat : 17063 (java) S 17050 17053 15910 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 30447865 9856040960 19330 33554432000 1073741824 1073778376 140735305019088 139837560462120 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=17053/tid=17064] ppid=17050 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/17053/task/17064/stat : 17064 (java) S 17050 17053 15910 0 -1 4202560 5 0 0 0 0 0 0 0 20 0 19 0 30447866 9856040960 19330 33554432000 1073741824 1073778376 140735305019088 139836948187496 273909069737 0 0 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=17053/tid=17065] ppid=17050 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/17053/task/17065/stat : 17065 (java) S 17050 17053 15910 0 -1 4202560 16 0 0 0 0 0 0 0 20 0 19 0 30447866 9856040960 19330 33554432000 1073741824 1073778376 140735305019088 139836947133816 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=17053/tid=17066] ppid=17050 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/17053/task/17066/stat : 17066 (java) S 17050 17053 15910 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 30447866 9856040960 19330 33554432000 1073741824 1073778376 140735305019088 139836946080648 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=17053/tid=17067] ppid=17050 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/17053/task/17067/stat : 17067 (java) S 17050 17053 15910 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 30447868 9856040960 19330 33554432000 1073741824 1073778376 140735305019088 139836945029392 273909077792 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=17053/tid=17068] ppid=17050 vsize=9625040 CPUtime=0.25 cores=0,2,4,6
/proc/17053/task/17068/stat : 17068 (java) S 17050 17053 15910 0 -1 4202560 2254 0 0 0 25 0 0 0 20 0 19 0 30447868 9856040960 19330 33554432000 1073741824 1073778376 140735305019088 139836943977272 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=17053/tid=17069] ppid=17050 vsize=9625040 CPUtime=0.26 cores=0,2,4,6
/proc/17053/task/17069/stat : 17069 (java) S 17050 17053 15910 0 -1 4202560 2568 0 0 0 26 0 0 0 20 0 19 0 30447868 9856040960 19330 33554432000 1073741824 1073778376 140735305019088 139836942924728 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=17053/tid=17070] ppid=17050 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/17053/task/17070/stat : 17070 (java) S 17050 17053 15910 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 30447869 9856040960 19330 33554432000 1073741824 1073778376 140735305019088 139836941871864 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=17053/tid=17071] ppid=17050 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/17053/task/17071/stat : 17071 (java) S 17050 17053 15910 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 30447869 9856040960 19330 33554432000 1073741824 1073778376 140735305019088 139836940819528 273909069737 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=17053/tid=17072] ppid=17050 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/17053/task/17072/stat : 17072 (java) S 17050 17053 15910 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 30447891 9856040960 19330 33554432000 1073741824 1073778376 140735305019088 139836939764776 273909069737 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
Current children cumulated CPU time (s) 3.6
Current children cumulated vsize (KiB) 9625040

[startup+6.30088 s]
/proc/loadavg: 2.26 2.27 2.27 6/214 17137
/proc/meminfo: memFree=29968272/32872528 swapFree=1482636/1662508
[pid=17053] ppid=17050 vsize=9625040 CPUtime=6.82 cores=0,2,4,6
/proc/17053/stat : 17053 (java) S 17050 17053 15910 0 -1 4202496 8564 0 1 0 679 3 0 0 20 0 19 0 30447862 9856040960 28003 33554432000 1073741824 1073778376 140735305019088 140735305010224 273909055549 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/17053/statm: 2406260 28003 2270 9 0 2396937 0
[pid=17053/tid=17055] ppid=17050 vsize=9625040 CPUtime=6.24 cores=0,2,4,6
/proc/17053/task/17055/stat : 17055 (java) R 17050 17053 15910 0 -1 4202560 2469 0 1 0 623 1 0 0 20 0 19 0 30447863 9856040960 28003 33554432000 1073741824 1073778376 140735305019088 139837595378104 139837441764216 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0
[pid=17053/tid=17056] ppid=17050 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/17053/task/17056/stat : 17056 (java) S 17050 17053 15910 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 30447865 9856040960 28003 33554432000 1073741824 1073778376 140735305019088 139837567830440 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=17053/tid=17057] ppid=17050 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/17053/task/17057/stat : 17057 (java) S 17050 17053 15910 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 30447865 9856040960 28003 33554432000 1073741824 1073778376 140735305019088 139837566777896 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=17053/tid=17058] ppid=17050 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/17053/task/17058/stat : 17058 (java) S 17050 17053 15910 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 30447865 9856040960 28003 33554432000 1073741824 1073778376 140735305019088 139837565724840 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=17053/tid=17059] ppid=17050 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/17053/task/17059/stat : 17059 (java) S 17050 17053 15910 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 30447865 9856040960 28003 33554432000 1073741824 1073778376 140735305019088 139837564672296 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=17053/tid=17060] ppid=17050 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/17053/task/17060/stat : 17060 (java) S 17050 17053 15910 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 30447865 9856040960 28003 33554432000 1073741824 1073778376 140735305019088 139837563620264 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=17053/tid=17061] ppid=17050 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/17053/task/17061/stat : 17061 (java) S 17050 17053 15910 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 30447865 9856040960 28003 33554432000 1073741824 1073778376 140735305019088 139837562567720 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=17053/tid=17062] ppid=17050 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/17053/task/17062/stat : 17062 (java) S 17050 17053 15910 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 30447865 9856040960 28003 33554432000 1073741824 1073778376 140735305019088 139837561514664 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=17053/tid=17063] ppid=17050 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/17053/task/17063/stat : 17063 (java) S 17050 17053 15910 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 30447865 9856040960 28003 33554432000 1073741824 1073778376 140735305019088 139837560462120 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=17053/tid=17064] ppid=17050 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/17053/task/17064/stat : 17064 (java) S 17050 17053 15910 0 -1 4202560 5 0 0 0 0 0 0 0 20 0 19 0 30447866 9856040960 28003 33554432000 1073741824 1073778376 140735305019088 139836948187496 273909069737 0 0 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=17053/tid=17065] ppid=17050 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/17053/task/17065/stat : 17065 (java) S 17050 17053 15910 0 -1 4202560 16 0 0 0 0 0 0 0 20 0 19 0 30447866 9856040960 28003 33554432000 1073741824 1073778376 140735305019088 139836947133816 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=17053/tid=17066] ppid=17050 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/17053/task/17066/stat : 17066 (java) S 17050 17053 15910 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 30447866 9856040960 28003 33554432000 1073741824 1073778376 140735305019088 139836946080648 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=17053/tid=17067] ppid=17050 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/17053/task/17067/stat : 17067 (java) S 17050 17053 15910 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 30447868 9856040960 28003 33554432000 1073741824 1073778376 140735305019088 139836945029392 273909077792 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=17053/tid=17068] ppid=17050 vsize=9625040 CPUtime=0.26 cores=0,2,4,6
/proc/17053/task/17068/stat : 17068 (java) S 17050 17053 15910 0 -1 4202560 2254 0 0 0 26 0 0 0 20 0 19 0 30447868 9856040960 28003 33554432000 1073741824 1073778376 140735305019088 139836943977272 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=17053/tid=17069] ppid=17050 vsize=9625040 CPUtime=0.26 cores=0,2,4,6
/proc/17053/task/17069/stat : 17069 (java) S 17050 17053 15910 0 -1 4202560 2568 0 0 0 26 0 0 0 20 0 19 0 30447868 9856040960 28003 33554432000 1073741824 1073778376 140735305019088 139836942924728 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=17053/tid=17070] ppid=17050 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/17053/task/17070/stat : 17070 (java) S 17050 17053 15910 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 30447869 9856040960 28003 33554432000 1073741824 1073778376 140735305019088 139836941871864 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=17053/tid=17071] ppid=17050 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/17053/task/17071/stat : 17071 (java) S 17050 17053 15910 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 19 0 30447869 9856040960 28003 33554432000 1073741824 1073778376 140735305019088 139836940819528 273909069737 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=17053/tid=17072] ppid=17050 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/17053/task/17072/stat : 17072 (java) S 17050 17053 15910 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 30447891 9856040960 28003 33554432000 1073741824 1073778376 140735305019088 139836939764776 273909069737 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
Current children cumulated CPU time (s) 6.82
Current children cumulated vsize (KiB) 9625040


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

[pid=17053/tid=17072] ppid=17050 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/17053/task/17072/stat : 17072 (java) S 17050 17053 15910 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 30447891 9856040960 126779 33554432000 1073741824 1073778376 140735305019088 139836939764776 273909069737 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
Current children cumulated CPU time (s) 1727.59
Current children cumulated vsize (KiB) 9625040

[startup+1782.3 s]
/proc/loadavg: 2.25 2.23 2.25 3/215 17182
/proc/meminfo: memFree=25921024/32872528 swapFree=1482636/1662508
[pid=17053] ppid=17050 vsize=9625040 CPUtime=1787.75 cores=0,2,4,6
/proc/17053/stat : 17053 (java) S 17050 17053 15910 0 -1 4202496 13880 0 1 0 178689 86 0 0 20 0 19 0 30447862 9856040960 125187 33554432000 1073741824 1073778376 140735305019088 140735305010224 273909055549 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/17053/statm: 2406260 125187 2293 9 0 2396937 0
[pid=17053/tid=17055] ppid=17050 vsize=9625040 CPUtime=1775.1 cores=0,2,4,6
/proc/17053/task/17055/stat : 17055 (java) R 17050 17053 15910 0 -1 4202560 2544 0 1 0 177481 29 0 0 20 0 19 0 30447863 9856040960 125187 33554432000 1073741824 1073778376 140735305019088 139837595377992 139837441542389 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0
[pid=17053/tid=17056] ppid=17050 vsize=9625040 CPUtime=0.79 cores=0,2,4,6
/proc/17053/task/17056/stat : 17056 (java) S 17050 17053 15910 0 -1 4202560 354 0 0 0 74 5 0 0 20 0 19 0 30447865 9856040960 125187 33554432000 1073741824 1073778376 140735305019088 139837567830440 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=17053/tid=17057] ppid=17050 vsize=9625040 CPUtime=0.77 cores=0,2,4,6
/proc/17053/task/17057/stat : 17057 (java) S 17050 17053 15910 0 -1 4202560 496 0 0 0 70 7 0 0 20 0 19 0 30447865 9856040960 125187 33554432000 1073741824 1073778376 140735305019088 139837566777896 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=17053/tid=17058] ppid=17050 vsize=9625040 CPUtime=0.73 cores=0,2,4,6
/proc/17053/task/17058/stat : 17058 (java) S 17050 17053 15910 0 -1 4202560 475 0 0 0 67 6 0 0 20 0 19 0 30447865 9856040960 125187 33554432000 1073741824 1073778376 140735305019088 139837565724840 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=17053/tid=17059] ppid=17050 vsize=9625040 CPUtime=0.78 cores=0,2,4,6
/proc/17053/task/17059/stat : 17059 (java) S 17050 17053 15910 0 -1 4202560 510 0 0 0 71 7 0 0 20 0 19 0 30447865 9856040960 125187 33554432000 1073741824 1073778376 140735305019088 139837564672296 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=17053/tid=17060] ppid=17050 vsize=9625040 CPUtime=0.8 cores=0,2,4,6
/proc/17053/task/17060/stat : 17060 (java) S 17050 17053 15910 0 -1 4202560 512 0 0 0 72 8 0 0 20 0 19 0 30447865 9856040960 125187 33554432000 1073741824 1073778376 140735305019088 139837563620264 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=17053/tid=17061] ppid=17050 vsize=9625040 CPUtime=0.79 cores=0,2,4,6
/proc/17053/task/17061/stat : 17061 (java) S 17050 17053 15910 0 -1 4202560 587 0 0 0 71 8 0 0 20 0 19 0 30447865 9856040960 125187 33554432000 1073741824 1073778376 140735305019088 139837562567720 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=17053/tid=17062] ppid=17050 vsize=9625040 CPUtime=0.85 cores=0,2,4,6
/proc/17053/task/17062/stat : 17062 (java) S 17050 17053 15910 0 -1 4202560 476 0 0 0 78 7 0 0 20 0 19 0 30447865 9856040960 125187 33554432000 1073741824 1073778376 140735305019088 139837561514664 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=17053/tid=17063] ppid=17050 vsize=9625040 CPUtime=0.78 cores=0,2,4,6
/proc/17053/task/17063/stat : 17063 (java) S 17050 17053 15910 0 -1 4202560 289 0 0 0 72 6 0 0 20 0 19 0 30447865 9856040960 125187 33554432000 1073741824 1073778376 140735305019088 139837560462120 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=17053/tid=17064] ppid=17050 vsize=9625040 CPUtime=0.71 cores=0,2,4,6
/proc/17053/task/17064/stat : 17064 (java) S 17050 17053 15910 0 -1 4202560 270 0 0 0 68 3 0 0 20 0 19 0 30447866 9856040960 125187 33554432000 1073741824 1073778376 140735305019088 139836948187496 273909069737 0 0 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=17053/tid=17065] ppid=17050 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/17053/task/17065/stat : 17065 (java) S 17050 17053 15910 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 30447866 9856040960 125187 33554432000 1073741824 1073778376 140735305019088 139836947133816 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=17053/tid=17066] ppid=17050 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/17053/task/17066/stat : 17066 (java) S 17050 17053 15910 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 19 0 30447866 9856040960 125187 33554432000 1073741824 1073778376 140735305019088 139836946080648 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=17053/tid=17067] ppid=17050 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/17053/task/17067/stat : 17067 (java) S 17050 17053 15910 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 30447868 9856040960 125187 33554432000 1073741824 1073778376 140735305019088 139836945029392 273909077792 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=17053/tid=17068] ppid=17050 vsize=9625040 CPUtime=0.33 cores=0,2,4,6
/proc/17053/task/17068/stat : 17068 (java) S 17050 17053 15910 0 -1 4202560 3436 0 0 0 33 0 0 0 20 0 19 0 30447868 9856040960 125187 33554432000 1073741824 1073778376 140735305019088 139836943977272 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=17053/tid=17069] ppid=17050 vsize=9625040 CPUtime=0.26 cores=0,2,4,6
/proc/17053/task/17069/stat : 17069 (java) S 17050 17053 15910 0 -1 4202560 2568 0 0 0 26 0 0 0 20 0 19 0 30447868 9856040960 125187 33554432000 1073741824 1073778376 140735305019088 139836942924728 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=17053/tid=17070] ppid=17050 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/17053/task/17070/stat : 17070 (java) S 17050 17053 15910 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 30447869 9856040960 125187 33554432000 1073741824 1073778376 140735305019088 139836941871864 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=17053/tid=17071] ppid=17050 vsize=9625040 CPUtime=0.66 cores=0,2,4,6
/proc/17053/task/17071/stat : 17071 (java) S 17050 17053 15910 0 -1 4202560 104 0 0 0 35 31 0 0 20 0 19 0 30447869 9856040960 125187 33554432000 1073741824 1073778376 140735305019088 139836940819528 273909069737 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=17053/tid=17072] ppid=17050 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/17053/task/17072/stat : 17072 (java) S 17050 17053 15910 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 30447891 9856040960 125187 33554432000 1073741824 1073778376 140735305019088 139836939764776 273909069737 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
Current children cumulated CPU time (s) 1787.75
Current children cumulated vsize (KiB) 9625040



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1794.5 s]
/proc/loadavg: 2.19 2.22 2.24 2/191 17215
/proc/meminfo: memFree=29611372/32872528 swapFree=1482636/1662508
[pid=17053] ppid=17050 vsize=9625040 CPUtime=1800.04 cores=0,2,4,6
/proc/17053/stat : 17053 (java) S 17050 17053 15910 0 -1 4202496 13896 0 1 0 179918 86 0 0 20 0 19 0 30447862 9856040960 125200 33554432000 1073741824 1073778376 140735305019088 140735305010224 273909055549 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/17053/statm: 2406260 125200 2293 9 0 2396937 0
[pid=17053/tid=17055] ppid=17050 vsize=9625040 CPUtime=1787.24 cores=0,2,4,6
/proc/17053/task/17055/stat : 17055 (java) R 17050 17053 15910 0 -1 4202560 2545 0 1 0 178694 30 0 0 20 0 19 0 30447863 9856040960 125200 33554432000 1073741824 1073778376 140735305019088 139837595369152 139837441547568 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0
[pid=17053/tid=17056] ppid=17050 vsize=9625040 CPUtime=0.8 cores=0,2,4,6
/proc/17053/task/17056/stat : 17056 (java) S 17050 17053 15910 0 -1 4202560 354 0 0 0 75 5 0 0 20 0 19 0 30447865 9856040960 125200 33554432000 1073741824 1073778376 140735305019088 139837567830440 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=17053/tid=17057] ppid=17050 vsize=9625040 CPUtime=0.78 cores=0,2,4,6
/proc/17053/task/17057/stat : 17057 (java) S 17050 17053 15910 0 -1 4202560 496 0 0 0 71 7 0 0 20 0 19 0 30447865 9856040960 125200 33554432000 1073741824 1073778376 140735305019088 139837566777896 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=17053/tid=17058] ppid=17050 vsize=9625040 CPUtime=0.75 cores=0,2,4,6
/proc/17053/task/17058/stat : 17058 (java) S 17050 17053 15910 0 -1 4202560 475 0 0 0 69 6 0 0 20 0 19 0 30447865 9856040960 125200 33554432000 1073741824 1073778376 140735305019088 139837565724840 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=17053/tid=17059] ppid=17050 vsize=9625040 CPUtime=0.8 cores=0,2,4,6
/proc/17053/task/17059/stat : 17059 (java) S 17050 17053 15910 0 -1 4202560 516 0 0 0 73 7 0 0 20 0 19 0 30447865 9856040960 125200 33554432000 1073741824 1073778376 140735305019088 139837564672296 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=17053/tid=17060] ppid=17050 vsize=9625040 CPUtime=0.81 cores=0,2,4,6
/proc/17053/task/17060/stat : 17060 (java) S 17050 17053 15910 0 -1 4202560 512 0 0 0 73 8 0 0 20 0 19 0 30447865 9856040960 125200 33554432000 1073741824 1073778376 140735305019088 139837563620264 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=17053/tid=17061] ppid=17050 vsize=9625040 CPUtime=0.8 cores=0,2,4,6
/proc/17053/task/17061/stat : 17061 (java) S 17050 17053 15910 0 -1 4202560 595 0 0 0 72 8 0 0 20 0 19 0 30447865 9856040960 125200 33554432000 1073741824 1073778376 140735305019088 139837562567720 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=17053/tid=17062] ppid=17050 vsize=9625040 CPUtime=0.86 cores=0,2,4,6
/proc/17053/task/17062/stat : 17062 (java) S 17050 17053 15910 0 -1 4202560 476 0 0 0 79 7 0 0 20 0 19 0 30447865 9856040960 125200 33554432000 1073741824 1073778376 140735305019088 139837561514664 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=17053/tid=17063] ppid=17050 vsize=9625040 CPUtime=0.81 cores=0,2,4,6
/proc/17053/task/17063/stat : 17063 (java) S 17050 17053 15910 0 -1 4202560 289 0 0 0 75 6 0 0 20 0 19 0 30447865 9856040960 125200 33554432000 1073741824 1073778376 140735305019088 139837560462120 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=17053/tid=17064] ppid=17050 vsize=9625040 CPUtime=0.71 cores=0,2,4,6
/proc/17053/task/17064/stat : 17064 (java) S 17050 17053 15910 0 -1 4202560 271 0 0 0 68 3 0 0 20 0 19 0 30447866 9856040960 125200 33554432000 1073741824 1073778376 140735305019088 139836948187496 273909069737 0 0 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=17053/tid=17065] ppid=17050 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/17053/task/17065/stat : 17065 (java) S 17050 17053 15910 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 30447866 9856040960 125200 33554432000 1073741824 1073778376 140735305019088 139836947133816 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=17053/tid=17066] ppid=17050 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/17053/task/17066/stat : 17066 (java) S 17050 17053 15910 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 19 0 30447866 9856040960 125200 33554432000 1073741824 1073778376 140735305019088 139836946080648 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=17053/tid=17067] ppid=17050 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/17053/task/17067/stat : 17067 (java) S 17050 17053 15910 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 30447868 9856040960 125200 33554432000 1073741824 1073778376 140735305019088 139836945029392 273909077792 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=17053/tid=17068] ppid=17050 vsize=9625040 CPUtime=0.33 cores=0,2,4,6
/proc/17053/task/17068/stat : 17068 (java) S 17050 17053 15910 0 -1 4202560 3436 0 0 0 33 0 0 0 20 0 19 0 30447868 9856040960 125200 33554432000 1073741824 1073778376 140735305019088 139836943977272 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=17053/tid=17069] ppid=17050 vsize=9625040 CPUtime=0.26 cores=0,2,4,6
/proc/17053/task/17069/stat : 17069 (java) S 17050 17053 15910 0 -1 4202560 2568 0 0 0 26 0 0 0 20 0 19 0 30447868 9856040960 125200 33554432000 1073741824 1073778376 140735305019088 139836942924728 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=17053/tid=17070] ppid=17050 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/17053/task/17070/stat : 17070 (java) S 17050 17053 15910 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 30447869 9856040960 125200 33554432000 1073741824 1073778376 140735305019088 139836941871864 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=17053/tid=17071] ppid=17050 vsize=9625040 CPUtime=0.67 cores=0,2,4,6
/proc/17053/task/17071/stat : 17071 (java) S 17050 17053 15910 0 -1 4202560 104 0 0 0 35 32 0 0 20 0 19 0 30447869 9856040960 125200 33554432000 1073741824 1073778376 140735305019088 139836940819528 273909069737 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=17053/tid=17072] ppid=17050 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/17053/task/17072/stat : 17072 (java) S 17050 17053 15910 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 30447891 9856040960 125200 33554432000 1073741824 1073778376 140735305019088 139836939764776 273909069737 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
Current children cumulated CPU time (s) 1800.04
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 17053 sig 9
??? end of watcher thread
Dumping a history of the last processes samples

[startup+1794.5 s]
/proc/loadavg: 2.19 2.22 2.24 2/191 17215
/proc/meminfo: memFree=29611372/32872528 swapFree=1482636/1662508
[pid=17053] ppid=17050 vsize=9625040 CPUtime=1800.04 cores=0,2,4,6
/proc/17053/stat : 17053 (java) S 17050 17053 15910 0 -1 4202496 13896 0 1 0 179918 86 0 0 20 0 19 0 30447862 9856040960 125200 33554432000 1073741824 1073778376 140735305019088 140735305010224 273909055549 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/17053/statm: 2406260 125200 2293 9 0 2396937 0
[pid=17053/tid=17055] ppid=17050 vsize=9625040 CPUtime=1787.24 cores=0,2,4,6
/proc/17053/task/17055/stat : 17055 (java) R 17050 17053 15910 0 -1 4202560 2545 0 1 0 178694 30 0 0 20 0 19 0 30447863 9856040960 125200 33554432000 1073741824 1073778376 140735305019088 139837595369152 139837441547568 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0
[pid=17053/tid=17056] ppid=17050 vsize=9625040 CPUtime=0.8 cores=0,2,4,6
/proc/17053/task/17056/stat : 17056 (java) S 17050 17053 15910 0 -1 4202560 354 0 0 0 75 5 0 0 20 0 19 0 30447865 9856040960 125200 33554432000 1073741824 1073778376 140735305019088 139837567830440 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=17053/tid=17057] ppid=17050 vsize=9625040 CPUtime=0.78 cores=0,2,4,6
/proc/17053/task/17057/stat : 17057 (java) S 17050 17053 15910 0 -1 4202560 496 0 0 0 71 7 0 0 20 0 19 0 30447865 9856040960 125200 33554432000 1073741824 1073778376 140735305019088 139837566777896 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=17053/tid=17058] ppid=17050 vsize=9625040 CPUtime=0.75 cores=0,2,4,6
/proc/17053/task/17058/stat : 17058 (java) S 17050 17053 15910 0 -1 4202560 475 0 0 0 69 6 0 0 20 0 19 0 30447865 9856040960 125200 33554432000 1073741824 1073778376 140735305019088 139837565724840 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=17053/tid=17059] ppid=17050 vsize=9625040 CPUtime=0.8 cores=0,2,4,6
/proc/17053/task/17059/stat : 17059 (java) S 17050 17053 15910 0 -1 4202560 516 0 0 0 73 7 0 0 20 0 19 0 30447865 9856040960 125200 33554432000 1073741824 1073778376 140735305019088 139837564672296 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=17053/tid=17060] ppid=17050 vsize=9625040 CPUtime=0.81 cores=0,2,4,6
/proc/17053/task/17060/stat : 17060 (java) S 17050 17053 15910 0 -1 4202560 512 0 0 0 73 8 0 0 20 0 19 0 30447865 9856040960 125200 33554432000 1073741824 1073778376 140735305019088 139837563620264 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=17053/tid=17061] ppid=17050 vsize=9625040 CPUtime=0.8 cores=0,2,4,6
/proc/17053/task/17061/stat : 17061 (java) S 17050 17053 15910 0 -1 4202560 595 0 0 0 72 8 0 0 20 0 19 0 30447865 9856040960 125200 33554432000 1073741824 1073778376 140735305019088 139837562567720 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=17053/tid=17062] ppid=17050 vsize=9625040 CPUtime=0.86 cores=0,2,4,6
/proc/17053/task/17062/stat : 17062 (java) S 17050 17053 15910 0 -1 4202560 476 0 0 0 79 7 0 0 20 0 19 0 30447865 9856040960 125200 33554432000 1073741824 1073778376 140735305019088 139837561514664 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=17053/tid=17063] ppid=17050 vsize=9625040 CPUtime=0.81 cores=0,2,4,6
/proc/17053/task/17063/stat : 17063 (java) S 17050 17053 15910 0 -1 4202560 289 0 0 0 75 6 0 0 20 0 19 0 30447865 9856040960 125200 33554432000 1073741824 1073778376 140735305019088 139837560462120 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=17053/tid=17064] ppid=17050 vsize=9625040 CPUtime=0.71 cores=0,2,4,6
/proc/17053/task/17064/stat : 17064 (java) S 17050 17053 15910 0 -1 4202560 271 0 0 0 68 3 0 0 20 0 19 0 30447866 9856040960 125200 33554432000 1073741824 1073778376 140735305019088 139836948187496 273909069737 0 0 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=17053/tid=17065] ppid=17050 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/17053/task/17065/stat : 17065 (java) S 17050 17053 15910 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 30447866 9856040960 125200 33554432000 1073741824 1073778376 140735305019088 139836947133816 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=17053/tid=17066] ppid=17050 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/17053/task/17066/stat : 17066 (java) S 17050 17053 15910 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 19 0 30447866 9856040960 125200 33554432000 1073741824 1073778376 140735305019088 139836946080648 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=17053/tid=17067] ppid=17050 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/17053/task/17067/stat : 17067 (java) S 17050 17053 15910 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 30447868 9856040960 125200 33554432000 1073741824 1073778376 140735305019088 139836945029392 273909077792 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=17053/tid=17068] ppid=17050 vsize=9625040 CPUtime=0.33 cores=0,2,4,6
/proc/17053/task/17068/stat : 17068 (java) S 17050 17053 15910 0 -1 4202560 3436 0 0 0 33 0 0 0 20 0 19 0 30447868 9856040960 125200 33554432000 1073741824 1073778376 140735305019088 139836943977272 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=17053/tid=17069] ppid=17050 vsize=9625040 CPUtime=0.26 cores=0,2,4,6
/proc/17053/task/17069/stat : 17069 (java) S 17050 17053 15910 0 -1 4202560 2568 0 0 0 26 0 0 0 20 0 19 0 30447868 9856040960 125200 33554432000 1073741824 1073778376 140735305019088 139836942924728 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=17053/tid=17070] ppid=17050 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/17053/task/17070/stat : 17070 (java) S 17050 17053 15910 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 30447869 9856040960 125200 33554432000 1073741824 1073778376 140735305019088 139836941871864 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=17053/tid=17071] ppid=17050 vsize=9625040 CPUtime=0.67 cores=0,2,4,6
/proc/17053/task/17071/stat : 17071 (java) S 17050 17053 15910 0 -1 4202560 104 0 0 0 35 32 0 0 20 0 19 0 30447869 9856040960 125200 33554432000 1073741824 1073778376 140735305019088 139836940819528 273909069737 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=17053/tid=17072] ppid=17050 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/17053/task/17072/stat : 17072 (java) S 17050 17053 15910 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 30447891 9856040960 125200 33554432000 1073741824 1073778376 140735305019088 139836939764776 273909069737 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
Current children cumulated CPU time (s) 1800.04
Current children cumulated vsize (KiB) 9625040

Child status: 143

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

Real time (s): 1794.54
CPU time (s): 1800.04
CPU user time (s): 1799.18
CPU system time (s): 0.86
CPU usage (%): 100.307
Max. virtual memory (cumulated for all children) (KiB): 9625040

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1794.61
system time used= 1.3298
maximum resident set size= 661860
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 13956
page faults= 1
swaps= 0
block input operations= 0
block output operations= 1648
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 39296
involuntary context switches= 13311

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 10.5114 second user time and 13.5949 second system time

The end

Launcher Data

Begin job on node134 at 2016-06-18 23:06:54
IDJOB=4107008
IDBENCH=48362
IDSOLVER=2546
FILE ID=node134/4107008-1466284014
RUNJOBID= node134-1466275076-15926
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_5_40.opb
COMMAND LINE= java -jar sat4j-pb.jar BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4107008-1466284014/watcher-4107008-1466284014 -o /tmp/evaluation-result-4107008-1466284014/solver-4107008-1466284014 -C 1800 -W 1900 -M 15500 --bin-var /tmp/runsolver-exch-node134-1466275076-15926 --watchdog 1960  java -jar sat4j-pb.jar HOME/instance-4107008-1466284014.opb

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

MD5SUM BENCH= 813576a353dee8860ef5bb1ebdae9d95
RANDOM SEED=214294037

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:        26451836 kB
Buffers:          172288 kB
Cached:           190964 kB
SwapCached:         1008 kB
Active:          3730056 kB
Inactive:         279144 kB
Active(anon):    3647084 kB
Inactive(anon):     1616 kB
Active(file):      82972 kB
Inactive(file):   277528 kB
Unevictable:     1662508 kB
Mlocked:         1482636 kB
SwapTotal:      67108856 kB
SwapFree:       67100112 kB
Dirty:               824 kB
Writeback:             0 kB
AnonPages:       5315852 kB
Mapped:            15452 kB
Shmem:                 0 kB
Slab:             603556 kB
SReclaimable:      47240 kB
SUnreclaim:       556316 kB
KernelStack:        1792 kB
PageTables:        14388 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545120 kB
Committed_AS:    5726420 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346412 kB
VmallocChunk:   34341987908 kB
HardwareCorrupted:     0 kB
AnonHugePages:   3753984 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= 71704 MiB
End job on node134 at 2016-06-18 23:36:49