Trace number 4116225

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 1797.94

General information on the benchmark

Namenormalized-PB16/DEC-SMALLINT-LIN/nossum/
normalized-sha1-size144-round22-8.opb
MD5SUM060553e9278d09db71a072242e10172b
Bench CategoryDEC-SMALLINT-LIN (no optimisation, small integers, linear constraints)
Best result obtained on this benchmark
Best value of the objective obtained on this benchmark
Best CPU time to get the best result obtained on this benchmark
Has Objective FunctionNO
Satisfiable
(Un)Satisfiability was proved
Best value of the objective function
Optimality of the best value was proved
Number of variables4128
Total number of constraints8720
Number of constraints which are clauses7424
Number of constraints which are cardinality constraints (but not clauses)432
Number of constraints which are nor clauses,nor cardinality constraints864
Minimum length of a constraint1
Maximum length of a constraint10
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 4
Number of bits of the biggest number in a constraint 3
Biggest sum of numbers in a constraint 14
Number of bits of the biggest sum of numbers4
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.08	c SAT4J: a SATisfiability library for Java (c) 2004-2013 Artois University and CNRS
0.00/0.08	c This is free software under the dual EPL/GNU LGPL licenses.
0.00/0.08	c See www.sat4j.org for details.
0.00/0.09	c version PB16.v20160501
0.00/0.09	c java.runtime.name	Java(TM) SE Runtime Environment
0.00/0.09	c java.vm.name		Java HotSpot(TM) 64-Bit Server VM
0.00/0.09	c java.vm.version	19.1-b02
0.00/0.09	c java.vm.vendor	Sun Microsystems Inc.
0.00/0.09	c sun.arch.data.model	64
0.00/0.09	c java.version		1.6.0_24
0.00/0.09	c os.name		Linux
0.00/0.09	c os.version		2.6.32-71.29.1.el6.x86_64
0.00/0.09	c os.arch		amd64
0.00/0.09	c Free memory 		501472288
0.00/0.09	c Max memory 		7480803328
0.00/0.09	c Total memory 		504102912
0.00/0.09	c Number of processors 	8
0.09/0.11	c Pseudo Boolean Optimization by upper bound
0.09/0.11	c --- Begin Solver configuration ---
0.09/0.11	c org.sat4j.pb.constraints.CompetResolutionPBLongMixedWLClauseCardConstrDataStructure@587bd9f2
0.09/0.11	c Learn all clauses as in MiniSAT
0.09/0.11	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.09/0.11	c VSIDS like heuristics from MiniSAT using a heap lightweight component caching from RSAT taking into account the objective function
0.09/0.11	c No reason simplification
0.09/0.11	c Glucose 2.1 dynamic restart strategy
0.09/0.11	c Glucose 2 learned constraints deletion strategy (LBD updated on propagation) with timer check every 1000 if the learned constraints reach increasing bounds: 5000 step 1000
0.09/0.11	c timeout=2147483s
0.09/0.11	c DB Simplification allowed=false
0.09/0.11	c Listener: org.sat4j.minisat.core.VoidTracing@4e3eca90
0.09/0.11	c --- End Solver configuration ---
0.09/0.11	c solving HOME/instance-4116225-1466963655.opb
0.09/0.11	c reading problem ... 
0.09/0.11	c  no objective function found
0.70/0.41	c ... done. Wall clock time 0.296s.
0.70/0.41	c declared #vars     4128
0.70/0.41	c #constraints  10016
0.70/0.41	c constraints type 
0.70/0.41	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 6726
0.70/0.41	c org.sat4j.specs.Constr$1 => 920
0.70/0.41	c org.sat4j.minisat.constraints.cnf.OriginalBinaryClause => 128
0.70/0.41	c org.sat4j.minisat.constraints.cnf.UnitClause => 520
0.70/0.41	c org.sat4j.pb.constraints.pb.MaxWatchPbLong => 1722
0.70/0.41	c 10016 constraints processed.
1.72/1.07	c cleaning 2499 clauses out of 4998 with flag 16948/5000
2.40/1.70	c cleaning 4235 clauses out of 8499 with flag 40898/11000
3.11/2.40	c cleaning 5626 clauses out of 11266 with flag 70806/18002
4.01/3.22	c cleaning 6801 clauses out of 13638 with flag 105541/26000
4.92/4.16	c cleaning 7906 clauses out of 15837 with flag 148203/35000
6.02/5.26	c cleaning 8937 clauses out of 17933 with flag 195425/45002
7.32/6.51	c cleaning 9984 clauses out of 19998 with flag 249389/56004
8.63/7.88	c cleaning 10971 clauses out of 22010 with flag 310500/68000
10.12/9.38	c cleaning 12019 clauses out of 24040 with flag 378849/81001
11.83/11.04	c cleaning 12990 clauses out of 26020 with flag 452548/95000
13.63/12.89	c cleaning 13999 clauses out of 28030 with flag 534708/110000
15.73/14.93	c cleaning 14985 clauses out of 30031 with flag 623662/126000
17.93/17.12	c cleaning 15998 clauses out of 32048 with flag 717409/143002
20.23/19.47	c cleaning 16996 clauses out of 34049 with flag 818595/161001
22.83/22.02	c cleaning 18005 clauses out of 36052 with flag 927768/180000
25.53/24.74	c cleaning 19006 clauses out of 38047 with flag 1041992/200000
28.44/27.66	c cleaning 19991 clauses out of 40041 with flag 1162800/221000
31.64/30.85	c cleaning 21012 clauses out of 42051 with flag 1292170/243001
35.04/34.24	c cleaning 21994 clauses out of 44038 with flag 1427752/266000
38.63/37.81	c cleaning 22998 clauses out of 46044 with flag 1569125/290000
42.43/41.67	c cleaning 24018 clauses out of 48048 with flag 1715355/315002
46.54/45.76	c cleaning 25004 clauses out of 50029 with flag 1870015/341001
50.84/50.09	c cleaning 25980 clauses out of 52024 with flag 2027739/368000
55.44/54.67	c cleaning 27012 clauses out of 54046 with flag 2193833/396002
59.95/59.15	c cleaning 28010 clauses out of 56032 with flag 2370817/425000
64.55/63.71	c cleaning 28966 clauses out of 58022 with flag 2551697/455000
69.16/68.35	c cleaning 30029 clauses out of 60057 with flag 2737113/486001
74.25/73.42	c cleaning 30971 clauses out of 62027 with flag 2932143/518000
79.55/78.74	c cleaning 32008 clauses out of 64056 with flag 3130065/551000
85.05/84.27	c cleaning 33011 clauses out of 66048 with flag 3337085/585000
90.85/90.04	c cleaning 33983 clauses out of 68037 with flag 3550076/620000
96.85/96.08	c cleaning 35017 clauses out of 70054 with flag 3772496/656000
103.16/102.38	c cleaning 36010 clauses out of 72037 with flag 3998672/693000
109.76/108.99	c cleaning 37005 clauses out of 74029 with flag 4229703/731002
116.65/115.87	c cleaning 37988 clauses out of 76022 with flag 4470775/770000
123.85/123.08	c cleaning 38988 clauses out of 78034 with flag 4715666/810000
131.56/130.71	c cleaning 39993 clauses out of 80046 with flag 4967174/851000
139.36/138.60	c cleaning 41005 clauses out of 82054 with flag 5228313/893001
147.56/146.77	c cleaning 42009 clauses out of 84048 with flag 5494466/936000
155.59/154.70	c cleaning 42983 clauses out of 86039 with flag 5765358/980000
163.90/163.00	c cleaning 44016 clauses out of 88058 with flag 6042983/1025002
172.50/171.65	c cleaning 45007 clauses out of 90040 with flag 6329457/1071000
181.50/180.68	c cleaning 45992 clauses out of 92034 with flag 6618370/1118001
190.90/190.01	c cleaning 46984 clauses out of 94041 with flag 6915131/1166000
200.61/199.77	c cleaning 48027 clauses out of 96059 with flag 7218257/1215002
210.71/209.87	c cleaning 49002 clauses out of 98034 with flag 7528198/1265004
221.02/220.14	c cleaning 49968 clauses out of 100028 with flag 7845338/1316000
231.71/230.80	c cleaning 50999 clauses out of 102060 with flag 8168307/1368000
242.92/242.01	c cleaning 52018 clauses out of 104062 with flag 8497894/1421001
254.48/253.56	c cleaning 52977 clauses out of 106043 with flag 8830917/1475000
266.38/265.48	c cleaning 54026 clauses out of 108066 with flag 9170404/1530000
278.38/277.43	c cleaning 54981 clauses out of 110042 with flag 9512804/1586002
291.08/290.12	c cleaning 56024 clauses out of 112059 with flag 9860721/1643000
304.18/303.21	c cleaning 56989 clauses out of 114035 with flag 10216973/1701000
317.48/316.57	c cleaning 58021 clauses out of 116046 with flag 10585154/1760000
331.27/330.35	c cleaning 59002 clauses out of 118026 with flag 10952181/1820001
345.28/344.32	c cleaning 59985 clauses out of 120023 with flag 11330165/1881000
360.17/359.29	c cleaning 60984 clauses out of 122038 with flag 11708700/1943000
375.01/374.07	c cleaning 62020 clauses out of 124055 with flag 12097211/2006001
389.70/388.75	c cleaning 62960 clauses out of 126034 with flag 12487846/2070000
405.00/404.08	c cleaning 64016 clauses out of 128074 with flag 12882298/2135000
421.02/420.01	c cleaning 64980 clauses out of 130058 with flag 13284448/2201000
437.32/436.31	c cleaning 66030 clauses out of 132078 with flag 13692933/2268000
453.92/452.97	c cleaning 67002 clauses out of 134048 with flag 14113337/2336000
471.13/470.11	c cleaning 67996 clauses out of 136047 with flag 14530486/2405001
488.70/487.60	c cleaning 68980 clauses out of 138050 with flag 14957218/2475000
506.99/505.90	c cleaning 70012 clauses out of 140070 with flag 15391827/2546000
525.51/524.42	c cleaning 71005 clauses out of 142059 with flag 15833985/2618001
544.71/543.63	c cleaning 71997 clauses out of 144053 with flag 16275990/2691000
564.12/563.08	c cleaning 73007 clauses out of 146057 with flag 16731375/2765001
584.52/583.44	c cleaning 74002 clauses out of 148049 with flag 17190080/2840000
605.03/603.99	c cleaning 75002 clauses out of 150047 with flag 17654226/2916000
625.90/624.76	c cleaning 76008 clauses out of 152045 with flag 18128354/2993000
647.71/646.53	c cleaning 76997 clauses out of 154038 with flag 18599399/3071001
670.11/668.92	c cleaning 77995 clauses out of 156040 with flag 19082888/3150000
692.32/691.12	c cleaning 78994 clauses out of 158046 with flag 19573847/3230001
715.62/714.43	c cleaning 79998 clauses out of 160051 with flag 20067461/3311000
739.62/738.43	c cleaning 81005 clauses out of 162055 with flag 20567607/3393002
763.52/762.28	c cleaning 81998 clauses out of 164048 with flag 21070656/3476000
788.32/787.05	c cleaning 82991 clauses out of 166050 with flag 21579765/3560000
813.22/811.99	c cleaning 84024 clauses out of 168060 with flag 22095763/3645001
839.01/837.78	c cleaning 84971 clauses out of 170035 with flag 22620423/3731000
865.11/863.80	c cleaning 86018 clauses out of 172067 with flag 23148071/3818003
892.03/890.68	c cleaning 87002 clauses out of 174046 with flag 23681066/3906000
919.32/917.99	c cleaning 87998 clauses out of 176045 with flag 24225344/3995001
948.11/946.76	c cleaning 89003 clauses out of 178046 with flag 24772473/4085000
977.51/976.14	c cleaning 89977 clauses out of 180043 with flag 25323945/4176000
1007.00/1005.62	c cleaning 91022 clauses out of 182066 with flag 25885607/4268000
1037.27/1035.88	c cleaning 92007 clauses out of 184044 with flag 26452671/4361000
1068.07/1066.70	c cleaning 93012 clauses out of 186038 with flag 27025348/4455001
1099.47/1098.07	c cleaning 93991 clauses out of 188025 with flag 27598026/4550000
1131.76/1130.31	c cleaning 94998 clauses out of 190034 with flag 28182622/4646000
1164.56/1163.08	c cleaning 96005 clauses out of 192036 with flag 28775560/4743000
1198.06/1196.52	c cleaning 96979 clauses out of 194033 with flag 29371377/4841002
1232.26/1230.70	c cleaning 97986 clauses out of 196053 with flag 29969528/4940001
1267.66/1266.17	c cleaning 99020 clauses out of 198067 with flag 30573028/5040001
1303.38/1301.77	c cleaning 99962 clauses out of 200047 with flag 31182578/5141001
1339.49/1337.86	c cleaning 101013 clauses out of 202084 with flag 31798168/5243000
1377.08/1375.43	c cleaning 101991 clauses out of 204072 with flag 32423101/5346001
1415.74/1413.95	c cleaning 103022 clauses out of 206080 with flag 33052727/5450000
1456.24/1454.49	c cleaning 104013 clauses out of 208060 with flag 33694522/5555002
1495.45/1493.62	c cleaning 104990 clauses out of 210045 with flag 34329792/5661000
1535.36/1533.51	c cleaning 105989 clauses out of 212055 with flag 34974123/5768000
1575.77/1573.85	c cleaning 106994 clauses out of 214068 with flag 35629615/5876002
1616.47/1614.55	c cleaning 107985 clauses out of 216072 with flag 36289389/5985000
1657.99/1656.06	c cleaning 109016 clauses out of 218089 with flag 36957769/6095002
1700.89/1698.83	c cleaning 110028 clauses out of 220072 with flag 37630408/6206001
1743.99/1741.90	c cleaning 111009 clauses out of 222045 with flag 38308418/6318002
1787.90/1785.84	c cleaning 112004 clauses out of 224036 with flag 38990545/6431002
1800.00/1797.90	c starts		: 57523
1800.00/1797.90	c conflicts		: 6470105
1800.00/1797.90	c decisions		: 57198601
1800.00/1797.90	c propagations		: 857173992
1800.00/1797.90	c inspects		: 25339487477
1800.00/1797.90	c shortcuts		: 0
1800.00/1797.90	c learnt literals	: 2
1800.00/1797.90	c learnt binary clauses	: 66
1800.00/1797.90	c learnt ternary clauses	: 858
1800.00/1797.90	c learnt constraints	: 6470103
1800.00/1797.90	c ignored constraints	: 0
1800.00/1797.90	c root simplifications	: 0
1800.00/1797.90	c removed literals (reason simplification)	: 0
1800.00/1797.90	c reason swapping (by a shorter reason)	: 0
1800.00/1797.90	c Calls to reduceDB	: 109
1800.00/1797.90	c Number of update (reduction) of LBD	: 1379826
1800.00/1797.90	c Imported unit clauses	: 0
1800.00/1797.90	c number of reductions to clauses (during analyze)	: 0
1800.00/1797.90	c number of learned constraints concerned by reduction	: 0
1800.00/1797.90	c number of learning phase by resolution	: 0
1800.00/1797.90	c number of learning phase by cutting planes	: 0
1800.00/1797.90	c timeout
1800.00/1797.90	c speed (assignments/second)	: 476873.8070838938
1800.00/1797.90	c non guided choices	15065
1800.00/1797.93	c learnt constraints type 
1800.00/1797.93	c org.sat4j.minisat.constraints.cnf.LearntBinaryClause => 66
1800.00/1797.93	c org.sat4j.minisat.constraints.cnf.LearntWLClause => 151069
1800.00/1797.93	s UNKNOWN
1800.00/1797.93	c Total wall clock time (in seconds): 1797.817

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

pid=22755
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.19 2.23 2.22 4/196 22758
/proc/meminfo: memFree=30162308/32872528 swapFree=1491540/1663236
[pid=22758] ppid=22755 vsize=9292 CPUtime=0 cores=0,2,4,6
/proc/22758/stat : 22758 (java) D 22755 22758 19710 0 -1 4202496 533 0 0 0 0 0 0 0 20 0 1 0 29403800 9515008 185 33554432000 1073741824 1073778376 140733782953008 140733782942072 273896533287 0 0 4096 0 18446744072100764964 0 0 17 4 0 0 0 0 0
/proc/22758/statm: 2323 185 143 9 0 71 0

[startup+0.10006 s]
/proc/loadavg: 2.19 2.23 2.22 4/196 22758
/proc/meminfo: memFree=30162308/32872528 swapFree=1491540/1663236
[pid=22758] ppid=22755 vsize=9558476 CPUtime=0.09 cores=0,2,4,6
/proc/22758/stat : 22758 (java) S 22755 22758 19710 0 -1 4202496 4397 0 1 0 8 1 0 0 20 0 18 0 29403800 9787879424 6030 33554432000 1073741824 1073778376 140733782953008 140733782944144 273909055549 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/22758/statm: 2389619 6030 2125 9 0 2380296 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 9558476

[startup+0.200218 s]
/proc/loadavg: 2.19 2.23 2.22 4/196 22758
/proc/meminfo: memFree=30162308/32872528 swapFree=1491540/1663236
[pid=22758] ppid=22755 vsize=9558476 CPUtime=0.26 cores=0,2,4,6
/proc/22758/stat : 22758 (java) S 22755 22758 19710 0 -1 4202496 4942 0 1 0 25 1 0 0 20 0 18 0 29403800 9787879424 6987 33554432000 1073741824 1073778376 140733782953008 140733782944144 273909055549 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/22758/statm: 2389619 6987 2215 9 0 2380296 0
Current children cumulated CPU time (s) 0.26
Current children cumulated vsize (KiB) 9558476

[startup+0.300231 s]
/proc/loadavg: 2.19 2.23 2.22 4/196 22758
/proc/meminfo: memFree=30162308/32872528 swapFree=1491540/1663236
[pid=22758] ppid=22755 vsize=9558476 CPUtime=0.5 cores=0,2,4,6
/proc/22758/stat : 22758 (java) S 22755 22758 19710 0 -1 4202496 5886 0 1 0 48 2 0 0 20 0 18 0 29403800 9787879424 9061 33554432000 1073741824 1073778376 140733782953008 140733782944144 273909055549 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/22758/statm: 2389619 9061 2234 9 0 2380296 0
Current children cumulated CPU time (s) 0.5
Current children cumulated vsize (KiB) 9558476

[startup+0.700184 s]
/proc/loadavg: 2.19 2.23 2.22 4/196 22758
/proc/meminfo: memFree=30162308/32872528 swapFree=1491540/1663236
[pid=22758] ppid=22755 vsize=9625040 CPUtime=1.4 cores=0,2,4,6
/proc/22758/stat : 22758 (java) S 22755 22758 19710 0 -1 4202496 9347 0 1 0 137 3 0 0 20 0 19 0 29403800 9856040960 15543 33554432000 1073741824 1073778376 140733782953008 140733782944144 273909055549 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/22758/statm: 2406260 15543 2265 9 0 2396937 0
Current children cumulated CPU time (s) 1.4
Current children cumulated vsize (KiB) 9625040

[startup+1.50081 s]
/proc/loadavg: 2.26 2.25 2.23 4/215 22777
/proc/meminfo: memFree=30109804/32872528 swapFree=1491540/1663236
[pid=22758] ppid=22755 vsize=9625040 CPUtime=2.27 cores=0,2,4,6
/proc/22758/stat : 22758 (java) S 22755 22758 19710 0 -1 4202496 9630 0 1 0 224 3 0 0 20 0 19 0 29403800 9856040960 15768 33554432000 1073741824 1073778376 140733782953008 140733782944144 273909055549 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/22758/statm: 2406260 15768 2270 9 0 2396937 0
[pid=22758/tid=22760] ppid=22755 vsize=9625040 CPUtime=1.46 cores=0,2,4,6
/proc/22758/task/22760/stat : 22760 (java) R 22755 22758 19710 0 -1 4202560 2442 0 1 0 144 2 0 0 20 0 19 0 29403801 9856040960 15768 33554432000 1073741824 1073778376 140733782953008 139674987933776 139674836926913 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0
[pid=22758/tid=22761] ppid=22755 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/22758/task/22761/stat : 22761 (java) S 22755 22758 19710 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 29403802 9856040960 15768 33554432000 1073741824 1073778376 140733782953008 139674960386344 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=22758/tid=22762] ppid=22755 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/22758/task/22762/stat : 22762 (java) S 22755 22758 19710 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 29403802 9856040960 15768 33554432000 1073741824 1073778376 140733782953008 139674959333544 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=22758/tid=22763] ppid=22755 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/22758/task/22763/stat : 22763 (java) S 22755 22758 19710 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 29403802 9856040960 15768 33554432000 1073741824 1073778376 140733782953008 139674958281256 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=22758/tid=22764] ppid=22755 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/22758/task/22764/stat : 22764 (java) S 22755 22758 19710 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 29403802 9856040960 15768 33554432000 1073741824 1073778376 140733782953008 139674957228456 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=22758/tid=22765] ppid=22755 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/22758/task/22765/stat : 22765 (java) S 22755 22758 19710 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 29403802 9856040960 15768 33554432000 1073741824 1073778376 140733782953008 139674956176168 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=22758/tid=22766] ppid=22755 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/22758/task/22766/stat : 22766 (java) S 22755 22758 19710 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 29403802 9856040960 15768 33554432000 1073741824 1073778376 140733782953008 139674955123368 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=22758/tid=22767] ppid=22755 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/22758/task/22767/stat : 22767 (java) S 22755 22758 19710 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 29403802 9856040960 15768 33554432000 1073741824 1073778376 140733782953008 139674825305128 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=22758/tid=22768] ppid=22755 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/22758/task/22768/stat : 22768 (java) S 22755 22758 19710 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 29403802 9856040960 15768 33554432000 1073741824 1073778376 140733782953008 139674824252328 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=22758/tid=22769] ppid=22755 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/22758/task/22769/stat : 22769 (java) S 22755 22758 19710 0 -1 4202560 4 0 0 0 0 0 0 0 20 0 19 0 29403803 9856040960 15768 33554432000 1073741824 1073778376 140733782953008 139674341304552 273909069737 0 0 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=22758/tid=22770] ppid=22755 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/22758/task/22770/stat : 22770 (java) S 22755 22758 19710 0 -1 4202560 16 0 0 0 0 0 0 0 20 0 19 0 29403803 9856040960 15768 33554432000 1073741824 1073778376 140733782953008 139674340250616 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=22758/tid=22771] ppid=22755 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/22758/task/22771/stat : 22771 (java) S 22755 22758 19710 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 29403803 9856040960 15768 33554432000 1073741824 1073778376 140733782953008 139674339198216 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=22758/tid=22772] ppid=22755 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/22758/task/22772/stat : 22772 (java) S 22755 22758 19710 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 29403806 9856040960 15768 33554432000 1073741824 1073778376 140733782953008 139674338146704 273909077792 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=22758/tid=22773] ppid=22755 vsize=9625040 CPUtime=0.39 cores=0,2,4,6
/proc/22758/task/22773/stat : 22773 (java) S 22755 22758 19710 0 -1 4202560 2152 0 0 0 39 0 0 0 20 0 19 0 29403806 9856040960 15768 33554432000 1073741824 1073778376 140733782953008 139674337094328 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=22758/tid=22774] ppid=22755 vsize=9625040 CPUtime=0.38 cores=0,2,4,6
/proc/22758/task/22774/stat : 22774 (java) S 22755 22758 19710 0 -1 4202560 3760 0 0 0 38 0 0 0 20 0 19 0 29403806 9856040960 15768 33554432000 1073741824 1073778376 140733782953008 139674336041528 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=22758/tid=22775] ppid=22755 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/22758/task/22775/stat : 22775 (java) S 22755 22758 19710 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 29403806 9856040960 15768 33554432000 1073741824 1073778376 140733782953008 139674334989432 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=22758/tid=22776] ppid=22755 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/22758/task/22776/stat : 22776 (java) S 22755 22758 19710 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 29403806 9856040960 15768 33554432000 1073741824 1073778376 140733782953008 139674333936840 273909069737 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=22758/tid=22777] ppid=22755 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/22758/task/22777/stat : 22777 (java) S 22755 22758 19710 0 -1 4202560 12 0 0 0 0 0 0 0 20 0 19 0 29403842 9856040960 15768 33554432000 1073741824 1073778376 140733782953008 139674332881832 273909069737 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 2.27
Current children cumulated vsize (KiB) 9625040

[startup+3.1008 s]
/proc/loadavg: 2.26 2.25 2.23 4/215 22777
/proc/meminfo: memFree=30105088/32872528 swapFree=1491540/1663236
[pid=22758] ppid=22755 vsize=9625040 CPUtime=3.91 cores=0,2,4,6
/proc/22758/stat : 22758 (java) S 22755 22758 19710 0 -1 4202496 9633 0 1 0 388 3 0 0 20 0 19 0 29403800 9856040960 16792 33554432000 1073741824 1073778376 140733782953008 140733782944144 273909055549 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/22758/statm: 2406260 16792 2270 9 0 2396937 0
[pid=22758/tid=22760] ppid=22755 vsize=9625040 CPUtime=3.06 cores=0,2,4,6
/proc/22758/task/22760/stat : 22760 (java) R 22755 22758 19710 0 -1 4202560 2445 0 1 0 304 2 0 0 20 0 19 0 29403801 9856040960 16792 33554432000 1073741824 1073778376 140733782953008 139674987925200 139674836879489 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0
[pid=22758/tid=22761] ppid=22755 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/22758/task/22761/stat : 22761 (java) S 22755 22758 19710 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 29403802 9856040960 16792 33554432000 1073741824 1073778376 140733782953008 139674960386344 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=22758/tid=22762] ppid=22755 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/22758/task/22762/stat : 22762 (java) S 22755 22758 19710 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 29403802 9856040960 16792 33554432000 1073741824 1073778376 140733782953008 139674959333544 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=22758/tid=22763] ppid=22755 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/22758/task/22763/stat : 22763 (java) S 22755 22758 19710 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 29403802 9856040960 16792 33554432000 1073741824 1073778376 140733782953008 139674958281256 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=22758/tid=22764] ppid=22755 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/22758/task/22764/stat : 22764 (java) S 22755 22758 19710 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 29403802 9856040960 16792 33554432000 1073741824 1073778376 140733782953008 139674957228456 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=22758/tid=22765] ppid=22755 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/22758/task/22765/stat : 22765 (java) S 22755 22758 19710 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 29403802 9856040960 16792 33554432000 1073741824 1073778376 140733782953008 139674956176168 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=22758/tid=22766] ppid=22755 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/22758/task/22766/stat : 22766 (java) S 22755 22758 19710 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 29403802 9856040960 16792 33554432000 1073741824 1073778376 140733782953008 139674955123368 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=22758/tid=22767] ppid=22755 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/22758/task/22767/stat : 22767 (java) S 22755 22758 19710 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 29403802 9856040960 16792 33554432000 1073741824 1073778376 140733782953008 139674825305128 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=22758/tid=22768] ppid=22755 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/22758/task/22768/stat : 22768 (java) S 22755 22758 19710 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 29403802 9856040960 16792 33554432000 1073741824 1073778376 140733782953008 139674824252328 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=22758/tid=22769] ppid=22755 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/22758/task/22769/stat : 22769 (java) S 22755 22758 19710 0 -1 4202560 4 0 0 0 0 0 0 0 20 0 19 0 29403803 9856040960 16792 33554432000 1073741824 1073778376 140733782953008 139674341304552 273909069737 0 0 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=22758/tid=22770] ppid=22755 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/22758/task/22770/stat : 22770 (java) S 22755 22758 19710 0 -1 4202560 16 0 0 0 0 0 0 0 20 0 19 0 29403803 9856040960 16792 33554432000 1073741824 1073778376 140733782953008 139674340250616 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=22758/tid=22771] ppid=22755 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/22758/task/22771/stat : 22771 (java) S 22755 22758 19710 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 29403803 9856040960 16792 33554432000 1073741824 1073778376 140733782953008 139674339198216 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=22758/tid=22772] ppid=22755 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/22758/task/22772/stat : 22772 (java) S 22755 22758 19710 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 29403806 9856040960 16792 33554432000 1073741824 1073778376 140733782953008 139674338146704 273909077792 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=22758/tid=22773] ppid=22755 vsize=9625040 CPUtime=0.41 cores=0,2,4,6
/proc/22758/task/22773/stat : 22773 (java) S 22755 22758 19710 0 -1 4202560 2152 0 0 0 41 0 0 0 20 0 19 0 29403806 9856040960 16792 33554432000 1073741824 1073778376 140733782953008 139674337094328 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=22758/tid=22774] ppid=22755 vsize=9625040 CPUtime=0.41 cores=0,2,4,6
/proc/22758/task/22774/stat : 22774 (java) S 22755 22758 19710 0 -1 4202560 3760 0 0 0 41 0 0 0 20 0 19 0 29403806 9856040960 16792 33554432000 1073741824 1073778376 140733782953008 139674336041528 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=22758/tid=22775] ppid=22755 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/22758/task/22775/stat : 22775 (java) S 22755 22758 19710 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 29403806 9856040960 16792 33554432000 1073741824 1073778376 140733782953008 139674334989432 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=22758/tid=22776] ppid=22755 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/22758/task/22776/stat : 22776 (java) S 22755 22758 19710 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 29403806 9856040960 16792 33554432000 1073741824 1073778376 140733782953008 139674333936840 273909069737 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=22758/tid=22777] ppid=22755 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/22758/task/22777/stat : 22777 (java) S 22755 22758 19710 0 -1 4202560 12 0 0 0 0 0 0 0 20 0 19 0 29403842 9856040960 16792 33554432000 1073741824 1073778376 140733782953008 139674332881832 273909069737 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 3.91
Current children cumulated vsize (KiB) 9625040

[startup+6.30083 s]
/proc/loadavg: 2.26 2.25 2.23 3/215 22777
/proc/meminfo: memFree=30100044/32872528 swapFree=1491540/1663236
[pid=22758] ppid=22755 vsize=9625040 CPUtime=7.12 cores=0,2,4,6
/proc/22758/stat : 22758 (java) S 22755 22758 19710 0 -1 4202496 9638 0 1 0 709 3 0 0 20 0 19 0 29403800 9856040960 17942 33554432000 1073741824 1073778376 140733782953008 140733782944144 273909055549 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/22758/statm: 2406260 17942 2271 9 0 2396937 0
[pid=22758/tid=22760] ppid=22755 vsize=9625040 CPUtime=6.25 cores=0,2,4,6
/proc/22758/task/22760/stat : 22760 (java) R 22755 22758 19710 0 -1 4202560 2449 0 1 0 623 2 0 0 20 0 19 0 29403801 9856040960 17942 33554432000 1073741824 1073778376 140733782953008 139674987934072 139674836964376 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0
[pid=22758/tid=22761] ppid=22755 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/22758/task/22761/stat : 22761 (java) S 22755 22758 19710 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 29403802 9856040960 17942 33554432000 1073741824 1073778376 140733782953008 139674960386344 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=22758/tid=22762] ppid=22755 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/22758/task/22762/stat : 22762 (java) S 22755 22758 19710 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 29403802 9856040960 17942 33554432000 1073741824 1073778376 140733782953008 139674959333544 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=22758/tid=22763] ppid=22755 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/22758/task/22763/stat : 22763 (java) S 22755 22758 19710 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 29403802 9856040960 17942 33554432000 1073741824 1073778376 140733782953008 139674958281256 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=22758/tid=22764] ppid=22755 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/22758/task/22764/stat : 22764 (java) S 22755 22758 19710 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 29403802 9856040960 17942 33554432000 1073741824 1073778376 140733782953008 139674957228456 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=22758/tid=22765] ppid=22755 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/22758/task/22765/stat : 22765 (java) S 22755 22758 19710 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 29403802 9856040960 17942 33554432000 1073741824 1073778376 140733782953008 139674956176168 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=22758/tid=22766] ppid=22755 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/22758/task/22766/stat : 22766 (java) S 22755 22758 19710 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 29403802 9856040960 17942 33554432000 1073741824 1073778376 140733782953008 139674955123368 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=22758/tid=22767] ppid=22755 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/22758/task/22767/stat : 22767 (java) S 22755 22758 19710 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 29403802 9856040960 17942 33554432000 1073741824 1073778376 140733782953008 139674825305128 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=22758/tid=22768] ppid=22755 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/22758/task/22768/stat : 22768 (java) S 22755 22758 19710 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 29403802 9856040960 17942 33554432000 1073741824 1073778376 140733782953008 139674824252328 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=22758/tid=22769] ppid=22755 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/22758/task/22769/stat : 22769 (java) S 22755 22758 19710 0 -1 4202560 4 0 0 0 0 0 0 0 20 0 19 0 29403803 9856040960 17942 33554432000 1073741824 1073778376 140733782953008 139674341304552 273909069737 0 0 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=22758/tid=22770] ppid=22755 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/22758/task/22770/stat : 22770 (java) S 22755 22758 19710 0 -1 4202560 16 0 0 0 0 0 0 0 20 0 19 0 29403803 9856040960 17942 33554432000 1073741824 1073778376 140733782953008 139674340250616 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=22758/tid=22771] ppid=22755 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/22758/task/22771/stat : 22771 (java) S 22755 22758 19710 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 29403803 9856040960 17942 33554432000 1073741824 1073778376 140733782953008 139674339198216 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=22758/tid=22772] ppid=22755 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/22758/task/22772/stat : 22772 (java) S 22755 22758 19710 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 29403806 9856040960 17942 33554432000 1073741824 1073778376 140733782953008 139674338146704 273909077792 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=22758/tid=22773] ppid=22755 vsize=9625040 CPUtime=0.42 cores=0,2,4,6
/proc/22758/task/22773/stat : 22773 (java) S 22755 22758 19710 0 -1 4202560 2152 0 0 0 42 0 0 0 20 0 19 0 29403806 9856040960 17942 33554432000 1073741824 1073778376 140733782953008 139674337094328 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=22758/tid=22774] ppid=22755 vsize=9625040 CPUtime=0.42 cores=0,2,4,6
/proc/22758/task/22774/stat : 22774 (java) S 22755 22758 19710 0 -1 4202560 3760 0 0 0 42 0 0 0 20 0 19 0 29403806 9856040960 17942 33554432000 1073741824 1073778376 140733782953008 139674336041528 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=22758/tid=22775] ppid=22755 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/22758/task/22775/stat : 22775 (java) S 22755 22758 19710 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 29403806 9856040960 17942 33554432000 1073741824 1073778376 140733782953008 139674334989432 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=22758/tid=22776] ppid=22755 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/22758/task/22776/stat : 22776 (java) S 22755 22758 19710 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 19 0 29403806 9856040960 17942 33554432000 1073741824 1073778376 140733782953008 139674333936840 273909069737 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=22758/tid=22777] ppid=22755 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/22758/task/22777/stat : 22777 (java) S 22755 22758 19710 0 -1 4202560 12 0 0 0 0 0 0 0 20 0 19 0 29403842 9856040960 17942 33554432000 1073741824 1073778376 140733782953008 139674332881832 273909069737 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 7.12
Current children cumulated vsize (KiB) 9625040


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

[pid=22758/tid=22777] ppid=22755 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/22758/task/22777/stat : 22777 (java) S 22755 22758 19710 0 -1 4202560 12 0 0 0 0 0 0 0 20 0 19 0 29403842 9856040960 93674 33554432000 1073741824 1073778376 140733782953008 139674332881832 273909069737 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 1724.39
Current children cumulated vsize (KiB) 9625040

[startup+1782.3 s]
/proc/loadavg: 2.19 2.18 2.17 3/215 22910
/proc/meminfo: memFree=29787168/32872528 swapFree=1491540/1663236
[pid=22758] ppid=22755 vsize=9625040 CPUtime=1784.4 cores=0,2,4,6
/proc/22758/stat : 22758 (java) S 22755 22758 19710 0 -1 4202496 11420 0 1 0 178374 66 0 0 20 0 19 0 29403800 9856040960 93674 33554432000 1073741824 1073778376 140733782953008 140733782944144 273909055549 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/22758/statm: 2406260 93674 2285 9 0 2396937 0
[pid=22758/tid=22760] ppid=22755 vsize=9625040 CPUtime=1776.97 cores=0,2,4,6
/proc/22758/task/22760/stat : 22760 (java) R 22755 22758 19710 0 -1 4202560 2507 0 1 0 177664 33 0 0 20 0 19 0 29403801 9856040960 93674 33554432000 1073741824 1073778376 140733782953008 139674987925280 139674836926954 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0
[pid=22758/tid=22761] ppid=22755 vsize=9625040 CPUtime=0.19 cores=0,2,4,6
/proc/22758/task/22761/stat : 22761 (java) S 22755 22758 19710 0 -1 4202560 140 0 0 0 15 4 0 0 20 0 19 0 29403802 9856040960 93674 33554432000 1073741824 1073778376 140733782953008 139674960386344 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=22758/tid=22762] ppid=22755 vsize=9625040 CPUtime=0.21 cores=0,2,4,6
/proc/22758/task/22762/stat : 22762 (java) S 22755 22758 19710 0 -1 4202560 108 0 0 0 17 4 0 0 20 0 19 0 29403802 9856040960 93674 33554432000 1073741824 1073778376 140733782953008 139674959333544 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=22758/tid=22763] ppid=22755 vsize=9625040 CPUtime=0.19 cores=0,2,4,6
/proc/22758/task/22763/stat : 22763 (java) S 22755 22758 19710 0 -1 4202560 57 0 0 0 16 3 0 0 20 0 19 0 29403802 9856040960 93674 33554432000 1073741824 1073778376 140733782953008 139674958281256 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=22758/tid=22764] ppid=22755 vsize=9625040 CPUtime=0.17 cores=0,2,4,6
/proc/22758/task/22764/stat : 22764 (java) S 22755 22758 19710 0 -1 4202560 286 0 0 0 15 2 0 0 20 0 19 0 29403802 9856040960 93674 33554432000 1073741824 1073778376 140733782953008 139674957228456 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=22758/tid=22765] ppid=22755 vsize=9625040 CPUtime=0.21 cores=0,2,4,6
/proc/22758/task/22765/stat : 22765 (java) S 22755 22758 19710 0 -1 4202560 96 0 0 0 17 4 0 0 20 0 19 0 29403802 9856040960 93674 33554432000 1073741824 1073778376 140733782953008 139674956176168 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=22758/tid=22766] ppid=22755 vsize=9625040 CPUtime=0.23 cores=0,2,4,6
/proc/22758/task/22766/stat : 22766 (java) S 22755 22758 19710 0 -1 4202560 240 0 0 0 21 2 0 0 20 0 19 0 29403802 9856040960 93674 33554432000 1073741824 1073778376 140733782953008 139674955123368 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=22758/tid=22767] ppid=22755 vsize=9625040 CPUtime=0.18 cores=0,2,4,6
/proc/22758/task/22767/stat : 22767 (java) S 22755 22758 19710 0 -1 4202560 86 0 0 0 15 3 0 0 20 0 19 0 29403802 9856040960 93674 33554432000 1073741824 1073778376 140733782953008 139674825305128 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=22758/tid=22768] ppid=22755 vsize=9625040 CPUtime=0.17 cores=0,2,4,6
/proc/22758/task/22768/stat : 22768 (java) S 22755 22758 19710 0 -1 4202560 89 0 0 0 14 3 0 0 20 0 19 0 29403802 9856040960 93674 33554432000 1073741824 1073778376 140733782953008 139674824252328 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=22758/tid=22769] ppid=22755 vsize=9625040 CPUtime=0.02 cores=0,2,4,6
/proc/22758/task/22769/stat : 22769 (java) S 22755 22758 19710 0 -1 4202560 61 0 0 0 1 1 0 0 20 0 19 0 29403803 9856040960 93674 33554432000 1073741824 1073778376 140733782953008 139674341304552 273909069737 0 0 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=22758/tid=22770] ppid=22755 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/22758/task/22770/stat : 22770 (java) S 22755 22758 19710 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 29403803 9856040960 93674 33554432000 1073741824 1073778376 140733782953008 139674340250616 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=22758/tid=22771] ppid=22755 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/22758/task/22771/stat : 22771 (java) S 22755 22758 19710 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 29403803 9856040960 93674 33554432000 1073741824 1073778376 140733782953008 139674339198216 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=22758/tid=22772] ppid=22755 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/22758/task/22772/stat : 22772 (java) S 22755 22758 19710 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 29403806 9856040960 93674 33554432000 1073741824 1073778376 140733782953008 139674338146704 273909077792 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=22758/tid=22773] ppid=22755 vsize=9625040 CPUtime=0.42 cores=0,2,4,6
/proc/22758/task/22773/stat : 22773 (java) S 22755 22758 19710 0 -1 4202560 2152 0 0 0 42 0 0 0 20 0 19 0 29403806 9856040960 93674 33554432000 1073741824 1073778376 140733782953008 139674337094328 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=22758/tid=22774] ppid=22755 vsize=9625040 CPUtime=0.46 cores=0,2,4,6
/proc/22758/task/22774/stat : 22774 (java) S 22755 22758 19710 0 -1 4202560 4231 0 0 0 46 0 0 0 20 0 19 0 29403806 9856040960 93674 33554432000 1073741824 1073778376 140733782953008 139674336041528 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=22758/tid=22775] ppid=22755 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/22758/task/22775/stat : 22775 (java) S 22755 22758 19710 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 29403806 9856040960 93674 33554432000 1073741824 1073778376 140733782953008 139674334989432 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=22758/tid=22776] ppid=22755 vsize=9625040 CPUtime=0.62 cores=0,2,4,6
/proc/22758/task/22776/stat : 22776 (java) S 22755 22758 19710 0 -1 4202560 104 0 0 0 32 30 0 0 20 0 19 0 29403806 9856040960 93674 33554432000 1073741824 1073778376 140733782953008 139674333936840 273909069737 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=22758/tid=22777] ppid=22755 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/22758/task/22777/stat : 22777 (java) S 22755 22758 19710 0 -1 4202560 12 0 0 0 0 0 0 0 20 0 19 0 29403842 9856040960 93674 33554432000 1073741824 1073778376 140733782953008 139674332881832 273909069737 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 1784.4
Current children cumulated vsize (KiB) 9625040



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1797.9 s]
/proc/loadavg: 2.15 2.17 2.17 3/215 22910
/proc/meminfo: memFree=29787624/32872528 swapFree=1491540/1663236
[pid=22758] ppid=22755 vsize=9625040 CPUtime=1800 cores=0,2,4,6
/proc/22758/stat : 22758 (java) S 22755 22758 19710 0 -1 4202496 11420 0 1 0 179934 66 0 0 20 0 19 0 29403800 9856040960 93674 33554432000 1073741824 1073778376 140733782953008 140733782944144 273909055549 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/22758/statm: 2406260 93674 2285 9 0 2396937 0
[pid=22758/tid=22760] ppid=22755 vsize=9625040 CPUtime=1792.53 cores=0,2,4,6
/proc/22758/task/22760/stat : 22760 (java) R 22755 22758 19710 0 -1 4202560 2507 0 1 0 179220 33 0 0 20 0 19 0 29403801 9856040960 93674 33554432000 1073741824 1073778376 140733782953008 139674987925280 139674836964176 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0
[pid=22758/tid=22761] ppid=22755 vsize=9625040 CPUtime=0.19 cores=0,2,4,6
/proc/22758/task/22761/stat : 22761 (java) S 22755 22758 19710 0 -1 4202560 140 0 0 0 15 4 0 0 20 0 19 0 29403802 9856040960 93674 33554432000 1073741824 1073778376 140733782953008 139674960386344 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=22758/tid=22762] ppid=22755 vsize=9625040 CPUtime=0.21 cores=0,2,4,6
/proc/22758/task/22762/stat : 22762 (java) S 22755 22758 19710 0 -1 4202560 108 0 0 0 17 4 0 0 20 0 19 0 29403802 9856040960 93674 33554432000 1073741824 1073778376 140733782953008 139674959333544 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=22758/tid=22763] ppid=22755 vsize=9625040 CPUtime=0.19 cores=0,2,4,6
/proc/22758/task/22763/stat : 22763 (java) S 22755 22758 19710 0 -1 4202560 57 0 0 0 16 3 0 0 20 0 19 0 29403802 9856040960 93674 33554432000 1073741824 1073778376 140733782953008 139674958281256 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=22758/tid=22764] ppid=22755 vsize=9625040 CPUtime=0.17 cores=0,2,4,6
/proc/22758/task/22764/stat : 22764 (java) S 22755 22758 19710 0 -1 4202560 286 0 0 0 15 2 0 0 20 0 19 0 29403802 9856040960 93674 33554432000 1073741824 1073778376 140733782953008 139674957228456 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=22758/tid=22765] ppid=22755 vsize=9625040 CPUtime=0.21 cores=0,2,4,6
/proc/22758/task/22765/stat : 22765 (java) S 22755 22758 19710 0 -1 4202560 96 0 0 0 17 4 0 0 20 0 19 0 29403802 9856040960 93674 33554432000 1073741824 1073778376 140733782953008 139674956176168 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=22758/tid=22766] ppid=22755 vsize=9625040 CPUtime=0.23 cores=0,2,4,6
/proc/22758/task/22766/stat : 22766 (java) S 22755 22758 19710 0 -1 4202560 240 0 0 0 21 2 0 0 20 0 19 0 29403802 9856040960 93674 33554432000 1073741824 1073778376 140733782953008 139674955123368 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=22758/tid=22767] ppid=22755 vsize=9625040 CPUtime=0.18 cores=0,2,4,6
/proc/22758/task/22767/stat : 22767 (java) S 22755 22758 19710 0 -1 4202560 86 0 0 0 15 3 0 0 20 0 19 0 29403802 9856040960 93674 33554432000 1073741824 1073778376 140733782953008 139674825305128 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=22758/tid=22768] ppid=22755 vsize=9625040 CPUtime=0.17 cores=0,2,4,6
/proc/22758/task/22768/stat : 22768 (java) S 22755 22758 19710 0 -1 4202560 89 0 0 0 14 3 0 0 20 0 19 0 29403802 9856040960 93674 33554432000 1073741824 1073778376 140733782953008 139674824252328 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=22758/tid=22769] ppid=22755 vsize=9625040 CPUtime=0.02 cores=0,2,4,6
/proc/22758/task/22769/stat : 22769 (java) S 22755 22758 19710 0 -1 4202560 61 0 0 0 1 1 0 0 20 0 19 0 29403803 9856040960 93674 33554432000 1073741824 1073778376 140733782953008 139674341304552 273909069737 0 0 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=22758/tid=22770] ppid=22755 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/22758/task/22770/stat : 22770 (java) S 22755 22758 19710 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 29403803 9856040960 93674 33554432000 1073741824 1073778376 140733782953008 139674340250616 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=22758/tid=22771] ppid=22755 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/22758/task/22771/stat : 22771 (java) S 22755 22758 19710 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 29403803 9856040960 93674 33554432000 1073741824 1073778376 140733782953008 139674339198216 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=22758/tid=22772] ppid=22755 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/22758/task/22772/stat : 22772 (java) S 22755 22758 19710 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 29403806 9856040960 93674 33554432000 1073741824 1073778376 140733782953008 139674338146704 273909077792 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=22758/tid=22773] ppid=22755 vsize=9625040 CPUtime=0.42 cores=0,2,4,6
/proc/22758/task/22773/stat : 22773 (java) S 22755 22758 19710 0 -1 4202560 2152 0 0 0 42 0 0 0 20 0 19 0 29403806 9856040960 93674 33554432000 1073741824 1073778376 140733782953008 139674337094328 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=22758/tid=22774] ppid=22755 vsize=9625040 CPUtime=0.46 cores=0,2,4,6
/proc/22758/task/22774/stat : 22774 (java) S 22755 22758 19710 0 -1 4202560 4231 0 0 0 46 0 0 0 20 0 19 0 29403806 9856040960 93674 33554432000 1073741824 1073778376 140733782953008 139674336041528 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=22758/tid=22775] ppid=22755 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/22758/task/22775/stat : 22775 (java) S 22755 22758 19710 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 29403806 9856040960 93674 33554432000 1073741824 1073778376 140733782953008 139674334989432 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=22758/tid=22776] ppid=22755 vsize=9625040 CPUtime=0.63 cores=0,2,4,6
/proc/22758/task/22776/stat : 22776 (java) S 22755 22758 19710 0 -1 4202560 104 0 0 0 32 31 0 0 20 0 19 0 29403806 9856040960 93674 33554432000 1073741824 1073778376 140733782953008 139674333936840 273909069737 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=22758/tid=22777] ppid=22755 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/22758/task/22777/stat : 22777 (java) S 22755 22758 19710 0 -1 4202560 12 0 0 0 0 0 0 0 20 0 19 0 29403842 9856040960 93674 33554432000 1073741824 1073778376 140733782953008 139674332881832 273909069737 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 1800
Current children cumulated vsize (KiB) 9625040

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

Solver just ended.
??? exit watcher main loop
??? sigkill at end of watcher main loop
??? kill 22758 sig 9
??? end of watcher thread
Dumping a history of the last processes samples

[startup+1797.9 s]
/proc/loadavg: 2.15 2.17 2.17 3/215 22910
/proc/meminfo: memFree=29787624/32872528 swapFree=1491540/1663236
[pid=22758] ppid=22755 vsize=9625040 CPUtime=1800 cores=0,2,4,6
/proc/22758/stat : 22758 (java) S 22755 22758 19710 0 -1 4202496 11420 0 1 0 179934 66 0 0 20 0 19 0 29403800 9856040960 93674 33554432000 1073741824 1073778376 140733782953008 140733782944144 273909055549 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/22758/statm: 2406260 93674 2285 9 0 2396937 0
[pid=22758/tid=22760] ppid=22755 vsize=9625040 CPUtime=1792.53 cores=0,2,4,6
/proc/22758/task/22760/stat : 22760 (java) R 22755 22758 19710 0 -1 4202560 2507 0 1 0 179220 33 0 0 20 0 19 0 29403801 9856040960 93674 33554432000 1073741824 1073778376 140733782953008 139674987925280 139674836964176 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0
[pid=22758/tid=22761] ppid=22755 vsize=9625040 CPUtime=0.19 cores=0,2,4,6
/proc/22758/task/22761/stat : 22761 (java) S 22755 22758 19710 0 -1 4202560 140 0 0 0 15 4 0 0 20 0 19 0 29403802 9856040960 93674 33554432000 1073741824 1073778376 140733782953008 139674960386344 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=22758/tid=22762] ppid=22755 vsize=9625040 CPUtime=0.21 cores=0,2,4,6
/proc/22758/task/22762/stat : 22762 (java) S 22755 22758 19710 0 -1 4202560 108 0 0 0 17 4 0 0 20 0 19 0 29403802 9856040960 93674 33554432000 1073741824 1073778376 140733782953008 139674959333544 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=22758/tid=22763] ppid=22755 vsize=9625040 CPUtime=0.19 cores=0,2,4,6
/proc/22758/task/22763/stat : 22763 (java) S 22755 22758 19710 0 -1 4202560 57 0 0 0 16 3 0 0 20 0 19 0 29403802 9856040960 93674 33554432000 1073741824 1073778376 140733782953008 139674958281256 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=22758/tid=22764] ppid=22755 vsize=9625040 CPUtime=0.17 cores=0,2,4,6
/proc/22758/task/22764/stat : 22764 (java) S 22755 22758 19710 0 -1 4202560 286 0 0 0 15 2 0 0 20 0 19 0 29403802 9856040960 93674 33554432000 1073741824 1073778376 140733782953008 139674957228456 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=22758/tid=22765] ppid=22755 vsize=9625040 CPUtime=0.21 cores=0,2,4,6
/proc/22758/task/22765/stat : 22765 (java) S 22755 22758 19710 0 -1 4202560 96 0 0 0 17 4 0 0 20 0 19 0 29403802 9856040960 93674 33554432000 1073741824 1073778376 140733782953008 139674956176168 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=22758/tid=22766] ppid=22755 vsize=9625040 CPUtime=0.23 cores=0,2,4,6
/proc/22758/task/22766/stat : 22766 (java) S 22755 22758 19710 0 -1 4202560 240 0 0 0 21 2 0 0 20 0 19 0 29403802 9856040960 93674 33554432000 1073741824 1073778376 140733782953008 139674955123368 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=22758/tid=22767] ppid=22755 vsize=9625040 CPUtime=0.18 cores=0,2,4,6
/proc/22758/task/22767/stat : 22767 (java) S 22755 22758 19710 0 -1 4202560 86 0 0 0 15 3 0 0 20 0 19 0 29403802 9856040960 93674 33554432000 1073741824 1073778376 140733782953008 139674825305128 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=22758/tid=22768] ppid=22755 vsize=9625040 CPUtime=0.17 cores=0,2,4,6
/proc/22758/task/22768/stat : 22768 (java) S 22755 22758 19710 0 -1 4202560 89 0 0 0 14 3 0 0 20 0 19 0 29403802 9856040960 93674 33554432000 1073741824 1073778376 140733782953008 139674824252328 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=22758/tid=22769] ppid=22755 vsize=9625040 CPUtime=0.02 cores=0,2,4,6
/proc/22758/task/22769/stat : 22769 (java) S 22755 22758 19710 0 -1 4202560 61 0 0 0 1 1 0 0 20 0 19 0 29403803 9856040960 93674 33554432000 1073741824 1073778376 140733782953008 139674341304552 273909069737 0 0 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=22758/tid=22770] ppid=22755 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/22758/task/22770/stat : 22770 (java) S 22755 22758 19710 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 29403803 9856040960 93674 33554432000 1073741824 1073778376 140733782953008 139674340250616 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=22758/tid=22771] ppid=22755 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/22758/task/22771/stat : 22771 (java) S 22755 22758 19710 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 29403803 9856040960 93674 33554432000 1073741824 1073778376 140733782953008 139674339198216 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=22758/tid=22772] ppid=22755 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/22758/task/22772/stat : 22772 (java) S 22755 22758 19710 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 29403806 9856040960 93674 33554432000 1073741824 1073778376 140733782953008 139674338146704 273909077792 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=22758/tid=22773] ppid=22755 vsize=9625040 CPUtime=0.42 cores=0,2,4,6
/proc/22758/task/22773/stat : 22773 (java) S 22755 22758 19710 0 -1 4202560 2152 0 0 0 42 0 0 0 20 0 19 0 29403806 9856040960 93674 33554432000 1073741824 1073778376 140733782953008 139674337094328 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=22758/tid=22774] ppid=22755 vsize=9625040 CPUtime=0.46 cores=0,2,4,6
/proc/22758/task/22774/stat : 22774 (java) S 22755 22758 19710 0 -1 4202560 4231 0 0 0 46 0 0 0 20 0 19 0 29403806 9856040960 93674 33554432000 1073741824 1073778376 140733782953008 139674336041528 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=22758/tid=22775] ppid=22755 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/22758/task/22775/stat : 22775 (java) S 22755 22758 19710 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 29403806 9856040960 93674 33554432000 1073741824 1073778376 140733782953008 139674334989432 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=22758/tid=22776] ppid=22755 vsize=9625040 CPUtime=0.63 cores=0,2,4,6
/proc/22758/task/22776/stat : 22776 (java) S 22755 22758 19710 0 -1 4202560 104 0 0 0 32 31 0 0 20 0 19 0 29403806 9856040960 93674 33554432000 1073741824 1073778376 140733782953008 139674333936840 273909069737 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=22758/tid=22777] ppid=22755 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/22758/task/22777/stat : 22777 (java) S 22755 22758 19710 0 -1 4202560 12 0 0 0 0 0 0 0 20 0 19 0 29403842 9856040960 93674 33554432000 1073741824 1073778376 140733782953008 139674332881832 273909069737 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 1800
Current children cumulated vsize (KiB) 9625040

Child status: 143

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

Real time (s): 1797.94
CPU time (s): 1800
CPU user time (s): 1799.34
CPU system time (s): 0.66
CPU usage (%): 100.115
Max. virtual memory (cumulated for all children) (KiB): 9625040

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1794.88
system time used= 1.04384
maximum resident set size= 375132
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 11542
page faults= 1
swaps= 0
block input operations= 0
block output operations= 1160
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 38426
involuntary context switches= 19907

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 10.3854 second user time and 13.9389 second system time

The end

Launcher Data

Begin job on node134 at 2016-06-26 19:54:15
IDJOB=4116225
IDBENCH=109443
IDSOLVER=2546
FILE ID=node134/4116225-1466963655
RUNJOBID= node134-1466945036-19726
PBS_JOBID= 19976362
Free space on /tmp= 71692 MiB

SOLVER NAME= Sat4j PB 2.3.6 Resolution PB16
BENCH NAME= PB16/normalized-PB16/DEC-SMALLINT-LIN/nossum/normalized-sha1-size144-round22-8.opb
COMMAND LINE= java -jar sat4j-pb.jar BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4116225-1466963655/watcher-4116225-1466963655 -o /tmp/evaluation-result-4116225-1466963655/solver-4116225-1466963655 -C 1800 -W 1900 -M 15500 --bin-var /tmp/runsolver-exch-node134-1466945036-19726 --watchdog 1960  java -jar sat4j-pb.jar HOME/instance-4116225-1466963655.opb

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

MD5SUM BENCH= 060553e9278d09db71a072242e10172b
RANDOM SEED=858821190

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.170
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.34
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.170
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.170
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.54
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.170
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.56
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.170
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.57
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.170
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	: 5317.19
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.170
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.170
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:        30162572 kB
Buffers:           26192 kB
Cached:           112872 kB
SwapCached:         1316 kB
Active:           230604 kB
Inactive:         116196 kB
Active(anon):     207488 kB
Inactive(anon):     2484 kB
Active(file):      23116 kB
Inactive(file):   113712 kB
Unevictable:     1663236 kB
Mlocked:         1491540 kB
SwapTotal:      67108856 kB
SwapFree:       67099124 kB
Dirty:              1260 kB
Writeback:             0 kB
AnonPages:       1868864 kB
Mapped:            15328 kB
Shmem:                 0 kB
Slab:             565568 kB
SReclaimable:       9140 kB
SUnreclaim:       556428 kB
KernelStack:        1608 kB
PageTables:         7956 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545120 kB
Committed_AS:    2357856 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346412 kB
VmallocChunk:   34341987908 kB
HardwareCorrupted:     0 kB
AnonHugePages:    366592 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= 71692 MiB
End job on node134 at 2016-06-26 20:24:13