Trace number 4081627

Some explanations

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

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

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

Solver answer on this benchmark

Solver NameAnswerobjective functionCPU timeWall clock time
Sat4j PB 2.3.6 Res+CP PB16SAT (TO)127 1800.15 898.371

General information on the benchmark

Name/OPT-SMALLINT-LIN/heinz/
normalized-neos-538867.opb
MD5SUM3b75c8039d6468258a1aa0343ce1fddb
Bench CategoryOPT-SMALLINT-LIN (optimisation, small integers, linear constraints)
Best result obtained on this benchmarkOPT
Best value of the objective obtained on this benchmark122
Best CPU time to get the best result obtained on this benchmark22.4636
Has Objective FunctionYES
Satisfiable
(Un)Satisfiability was proved
Best value of the objective function
Optimality of the best value was proved
Number of variables792
Total number of constraints1170
Number of constraints which are clauses1143
Number of constraints which are cardinality constraints (but not clauses)27
Number of constraints which are nor clauses,nor cardinality constraints0
Minimum length of a constraint3
Maximum length of a constraint18
Number of terms in the objective function 666
Biggest coefficient in the objective function 80
Number of bits for the biggest coefficient in the objective function 7
Sum of the numbers in the objective function 18684
Number of bits of the sum of numbers in the objective function 15
Biggest number in a constraint 80
Number of bits of the biggest number in a constraint 7
Biggest sum of numbers in a constraint 18684
Number of bits of the biggest sum of numbers15
Number of products (including duplicates)0
Sum of products size (including duplicates)0
Number of different products0
Sum of products size0

Quality of the solution as a function of time


Download the above graph as a PDF file / as an EPS file

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.09/0.10	c version PB16.v20160501
0.09/0.10	c java.runtime.name	Java(TM) SE Runtime Environment
0.09/0.10	c java.vm.name		Java HotSpot(TM) 64-Bit Server VM
0.09/0.10	c java.vm.version	19.1-b02
0.09/0.10	c java.vm.vendor	Sun Microsystems Inc.
0.09/0.10	c sun.arch.data.model	64
0.09/0.10	c java.version		1.6.0_24
0.09/0.10	c os.name		Linux
0.09/0.10	c os.version		2.6.32-71.29.1.el6.x86_64
0.09/0.10	c os.arch		amd64
0.09/0.10	c Free memory 		501472288
0.09/0.10	c Max memory 		7480803328
0.09/0.10	c Total memory 		504102912
0.09/0.10	c Number of processors 	8
0.09/0.13	c Pseudo Boolean Optimization by upper bound
0.09/0.13	c ManyCore solver with 2 solvers running in parallel
0.09/0.13	c >>>>>>>>>> Solver number 0 <<<<<<<<<<<<<<<<<<
0.09/0.13	c --- Begin Solver configuration ---
0.09/0.13	c org.sat4j.pb.constraints.CompetResolutionPBLongMixedWLClauseCardConstrDataStructure@16fd0b7
0.09/0.13	c Learn all clauses as in MiniSAT
0.09/0.13	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.09/0.13	c VSIDS like heuristics from MiniSAT using a heap lightweight component caching from RSAT taking into account the objective function
0.09/0.13	c Expensive reason simplification
0.09/0.13	c Glucose 2.1 dynamic restart strategy
0.09/0.13	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.13	c timeout=2147483s
0.09/0.13	c DB Simplification allowed=false
0.09/0.13	c Listener: org.sat4j.pb.tools.ManyCorePB@4413ee
0.09/0.13	c --- End Solver configuration ---
0.09/0.13	c >>>>>>>>>> Solver number 1 <<<<<<<<<<<<<<<<<<
0.09/0.13	c Cutting planes based inference (org.sat4j.pb.core.PBSolverCP)
0.09/0.13	c --- Begin Solver configuration ---
0.09/0.13	c org.sat4j.pb.constraints.PBMaxClauseCardConstrDataStructure@75786e64
0.09/0.13	c Learn all clauses as in MiniSAT
0.09/0.13	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.09/0.13	c VSIDS like heuristics from MiniSAT using a heap phase appearing in latest learned clause taking into account the objective function
0.09/0.13	c No reason simplification
0.09/0.13	c Armin Biere (Picosat) restarts strategy
0.09/0.13	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.13	c timeout=2147483s
0.09/0.13	c DB Simplification allowed=false
0.09/0.13	c Listener: org.sat4j.pb.tools.ManyCorePB@4413ee
0.09/0.13	c --- End Solver configuration ---
0.09/0.13	c solving HOME/instance-4081627-1465268237.opb
0.09/0.13	c reading problem ... 
0.09/0.13	c  objective function found
0.25/0.27	c ... done. Wall clock time 0.141s.
0.25/0.27	c declared #vars     792
0.25/0.27	c #constraints  1188
0.25/0.27	c >>>>>>>>>> Solver number 0 <<<<<<<<<<<<<<<<<<
0.25/0.27	c constraints type 
0.25/0.27	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 1161
0.25/0.27	c org.sat4j.minisat.constraints.card.MinWatchCard => 27
0.25/0.27	c 1188 constraints processed.
0.25/0.27	c >>>>>>>>>> Solver number 1 <<<<<<<<<<<<<<<<<<
0.25/0.27	c constraints type 
0.25/0.28	c org.sat4j.pb.constraints.pb.OriginalHTClausePB => 1161
0.25/0.28	c org.sat4j.pb.constraints.pb.MinWatchCardPB => 27
0.25/0.28	c 1188 constraints processed.
0.25/0.28	c objective function length is 666 literals
0.48/0.32	c And the winner is solver0
0.60/0.78	c SATISFIABLE
0.60/0.78	c OPTIMIZING...
0.60/0.78	c Got one! Elapsed wall clock time (in seconds):0.647
0.60/0.78	o 222
3.02/1.44	c cleaning 2526 clauses out of 5054 with flag 14813/5054
3.02/1.45	c And the winner is solver0
3.43/1.79	c Got one! Elapsed wall clock time (in seconds):1.661
3.43/1.79	o 212
3.44/1.80	c And the winner is solver0
3.61/2.30	c Got one! Elapsed wall clock time (in seconds):2.166
3.61/2.30	o 207
3.64/2.33	c And the winner is solver0
3.87/2.80	c Got one! Elapsed wall clock time (in seconds):2.67
3.87/2.80	o 202
4.65/3.19	c cleaning 4040 clauses out of 8088 with flag 16738/10614
5.78/3.68	c cleaning 5019 clauses out of 10048 with flag 40423/16614
7.26/4.31	c cleaning 6015 clauses out of 12029 with flag 70627/23614
8.47/4.95	c cleaning 7002 clauses out of 14014 with flag 103775/31614
10.11/5.77	c cleaning 8006 clauses out of 16013 with flag 145873/40615
12.02/6.68	c cleaning 9003 clauses out of 18006 with flag 189685/50614
14.09/7.66	c cleaning 9997 clauses out of 20003 with flag 232867/61614
16.51/8.81	c cleaning 11003 clauses out of 22006 with flag 273978/73614
16.51/8.84	c And the winner is solver0
16.58/9.31	c Got one! Elapsed wall clock time (in seconds):9.175
16.58/9.31	o 197
17.53/9.76	c cleaning 8201 clauses out of 16413 with flag 20471/79024
18.53/10.23	c cleaning 7095 clauses out of 14211 with flag 43035/85023
19.32/10.69	c And the winner is solver0
19.52/10.81	c Got one! Elapsed wall clock time (in seconds):10.678
19.52/10.81	o 182
20.11/11.19	c cleaning 9050 clauses out of 18112 with flag 17038/96019
20.50/11.35	c And the winner is solver0
20.63/11.81	c Got one! Elapsed wall clock time (in seconds):11.681
20.63/11.81	o 177
20.63/11.82	c And the winner is solver0
20.65/12.31	c Got one! Elapsed wall clock time (in seconds):12.184
20.65/12.31	o 167
21.32/12.61	c cleaning 7164 clauses out of 14335 with flag 12188/101292
21.92/12.95	c And the winner is solver0
22.04/13.32	c Got one! Elapsed wall clock time (in seconds):13.186
22.04/13.32	o 157
22.04/13.39	c cleaning 6366 clauses out of 12733 with flag 3451/106854
23.01/13.82	c cleaning 6183 clauses out of 12369 with flag 25088/112856
24.03/14.33	c cleaning 6586 clauses out of 13184 with flag 50159/119854
24.73/14.63	c And the winner is solver0
24.80/14.82	c Got one! Elapsed wall clock time (in seconds):14.689
24.80/14.82	o 147
24.95/14.98	c cleaning 6000 clauses out of 12014 with flag 7980/125270
25.96/15.46	c cleaning 5996 clauses out of 12014 with flag 33809/131270
27.15/16.00	c cleaning 6506 clauses out of 13018 with flag 61793/138270
28.36/16.62	c cleaning 7256 clauses out of 14512 with flag 95704/146270
29.74/17.34	c cleaning 8126 clauses out of 16256 with flag 132938/155270
31.35/18.19	c cleaning 9062 clauses out of 18130 with flag 176599/165270
33.45/19.17	c cleaning 10026 clauses out of 20068 with flag 219503/176270
35.45/20.14	c cleaning 11020 clauses out of 22042 with flag 262972/188270
37.65/21.22	c cleaning 12008 clauses out of 24022 with flag 314132/201270
39.85/22.36	c cleaning 13002 clauses out of 26015 with flag 370464/215271
42.45/23.67	c cleaning 13997 clauses out of 28012 with flag 434244/230270
42.85/23.83	c And the winner is solver0
42.89/24.32	c Got one! Elapsed wall clock time (in seconds):24.193
42.89/24.32	o 132
43.44/24.65	c cleaning 9987 clauses out of 19992 with flag 16459/236247
44.54/25.17	c cleaning 8001 clauses out of 16001 with flag 42749/242243
45.76/25.74	c cleaning 7498 clauses out of 15000 with flag 73456/249243
47.17/26.44	c cleaning 7748 clauses out of 15505 with flag 108444/257246
48.75/27.20	c cleaning 8376 clauses out of 16754 with flag 147794/266243
50.58/28.10	c cleaning 9176 clauses out of 18381 with flag 194235/276246
52.98/29.21	c cleaning 10100 clauses out of 20203 with flag 231090/287244
55.50/30.38	c cleaning 11043 clauses out of 22103 with flag 274029/299244
57.90/31.59	c cleaning 12023 clauses out of 24059 with flag 322210/312243
60.79/32.93	c cleaning 13005 clauses out of 26036 with flag 370702/326243
63.59/34.34	c cleaning 14008 clauses out of 28031 with flag 429172/341243
66.80/35.91	c cleaning 15010 clauses out of 30023 with flag 490031/357243
70.02/37.53	c cleaning 16004 clauses out of 32013 with flag 553671/374243
73.68/39.35	c cleaning 17004 clauses out of 34010 with flag 623057/392244
77.48/41.25	c cleaning 17996 clauses out of 36005 with flag 695096/411243
81.28/43.18	c cleaning 18998 clauses out of 38011 with flag 762730/431245
85.68/45.32	c cleaning 19997 clauses out of 40011 with flag 837252/452243
90.28/47.63	c cleaning 21001 clauses out of 42015 with flag 921516/474244
95.22/50.10	c cleaning 21995 clauses out of 44013 with flag 1011671/497243
100.62/52.71	c cleaning 23005 clauses out of 46018 with flag 1102442/521243
106.02/55.43	c cleaning 23998 clauses out of 48013 with flag 1198705/546243
111.43/58.11	c cleaning 25005 clauses out of 50015 with flag 1298278/572243
117.41/61.05	c cleaning 26003 clauses out of 52011 with flag 1395846/599244
123.80/64.22	c cleaning 26998 clauses out of 54007 with flag 1492359/627243
130.40/67.51	c cleaning 28002 clauses out of 56009 with flag 1593316/656243
137.75/71.11	c cleaning 28983 clauses out of 58007 with flag 1703224/686243
144.94/74.72	c cleaning 30001 clauses out of 60024 with flag 1814722/717243
152.75/78.64	c cleaning 31010 clauses out of 62024 with flag 1923897/749244
161.47/82.91	c cleaning 32000 clauses out of 64013 with flag 2040586/782243
169.87/87.11	c cleaning 33001 clauses out of 66013 with flag 2150549/816243
178.87/91.62	c cleaning 34007 clauses out of 68014 with flag 2274008/851245
187.99/96.14	c cleaning 34999 clauses out of 70006 with flag 2403253/887244
197.59/100.91	c cleaning 35999 clauses out of 72006 with flag 2537501/924243
208.49/106.76	c cleaning 36998 clauses out of 74007 with flag 2679532/962243
218.28/111.66	c cleaning 38002 clauses out of 76009 with flag 2823844/1001243
228.36/116.67	c cleaning 39003 clauses out of 78009 with flag 2970174/1041245
238.95/121.90	c cleaning 39987 clauses out of 80004 with flag 3122425/1082243
249.67/127.21	c cleaning 41006 clauses out of 82018 with flag 3279126/1124244
260.46/132.69	c cleaning 42004 clauses out of 84011 with flag 3435324/1167243
273.04/138.88	c cleaning 42997 clauses out of 86009 with flag 3602568/1211245
285.86/145.21	c cleaning 43998 clauses out of 88010 with flag 3766942/1256243
298.12/151.35	c cleaning 45002 clauses out of 90015 with flag 3942538/1302246
311.32/157.91	c cleaning 45998 clauses out of 92011 with flag 4111390/1349244
324.04/164.23	c cleaning 47003 clauses out of 94012 with flag 4292551/1397243
337.63/170.97	c cleaning 47999 clauses out of 96010 with flag 4485061/1446244
352.24/178.23	c cleaning 49000 clauses out of 98012 with flag 4684781/1496245
367.33/185.76	c cleaning 50000 clauses out of 100011 with flag 4871329/1547244
382.08/193.09	c cleaning 50998 clauses out of 102011 with flag 5065796/1599244
398.09/201.06	c cleaning 52005 clauses out of 104013 with flag 5262992/1652244
414.26/209.06	c cleaning 53000 clauses out of 106007 with flag 5474534/1706243
422.87/213.21	c cleaning 0 clauses out of 6736 with flag 0/6742
430.79/217.01	c cleaning 53999 clauses out of 108007 with flag 5680077/1761243
448.56/225.80	c cleaning 55001 clauses out of 110010 with flag 5875265/1817245
464.95/234.03	c cleaning 55993 clauses out of 112008 with flag 6077256/1874244
483.29/243.72	c cleaning 57008 clauses out of 114015 with flag 6286697/1932244
500.95/252.50	c cleaning 57992 clauses out of 116006 with flag 6507048/1991243
518.63/261.32	c cleaning 59003 clauses out of 118014 with flag 6728232/2051243
537.37/270.69	c cleaning 60000 clauses out of 120012 with flag 6975306/2112244
557.17/280.56	c cleaning 61003 clauses out of 122012 with flag 7226330/2174244
578.30/291.03	c cleaning 61993 clauses out of 124008 with flag 7480917/2237243
599.86/301.78	c cleaning 62996 clauses out of 126017 with flag 7731043/2301245
621.68/312.57	c cleaning 63996 clauses out of 128019 with flag 7979967/2366243
643.06/323.15	c cleaning 65011 clauses out of 130024 with flag 8218277/2432244
666.40/334.55	c cleaning 65994 clauses out of 132012 with flag 8468922/2499243
692.07/347.20	c cleaning 66998 clauses out of 134018 with flag 8729239/2567243
717.10/359.60	c cleaning 68002 clauses out of 136021 with flag 9021746/2636244
742.72/372.33	c cleaning 68989 clauses out of 138018 with flag 9310382/2706243
769.88/385.85	c cleaning 70015 clauses out of 140030 with flag 9615292/2777244
796.55/399.03	c cleaning 71004 clauses out of 142014 with flag 9880498/2849243
823.69/412.53	c cleaning 71998 clauses out of 144010 with flag 10141727/2922243
824.48/412.97	c And the winner is solver0
824.58/413.24	c Got one! Elapsed wall clock time (in seconds):413.109
824.58/413.24	o 127
825.30/413.63	c cleaning 38683 clauses out of 77387 with flag 7423/2927618
826.89/414.40	c cleaning 22342 clauses out of 44706 with flag 27296/2933620
828.29/415.19	c cleaning 14671 clauses out of 29362 with flag 48831/2940618
830.29/416.10	c cleaning 11333 clauses out of 22691 with flag 77396/2948618
832.10/417.04	c cleaning 10173 clauses out of 20358 with flag 106373/2957618
834.10/418.07	c cleaning 10086 clauses out of 20186 with flag 138064/2967619
836.30/419.17	c cleaning 10534 clauses out of 21100 with flag 177142/2978619
839.18/420.56	c cleaning 11280 clauses out of 22567 with flag 221585/2990620
841.98/421.97	c cleaning 12141 clauses out of 24288 with flag 269047/3003621
844.98/423.43	c cleaning 13068 clauses out of 26144 with flag 315842/3017618
848.18/425.00	c cleaning 14029 clauses out of 28076 with flag 368166/3032618
851.79/426.82	c cleaning 15016 clauses out of 30047 with flag 426269/3048618
855.58/428.76	c cleaning 16011 clauses out of 32031 with flag 483228/3065618
859.90/430.84	c cleaning 16999 clauses out of 34020 with flag 544079/3083618
864.10/432.95	c cleaning 18009 clauses out of 36021 with flag 612454/3102618
868.50/435.17	c cleaning 19007 clauses out of 38015 with flag 686173/3122621
873.30/437.57	c cleaning 19999 clauses out of 40006 with flag 763369/3143619
878.70/440.23	c cleaning 20999 clauses out of 42008 with flag 839171/3165620
884.63/443.19	c cleaning 21999 clauses out of 44007 with flag 914730/3188618
890.43/446.06	c cleaning 22994 clauses out of 46008 with flag 996511/3212618
896.83/449.26	c cleaning 24004 clauses out of 48014 with flag 1083131/3237618
903.96/452.78	c cleaning 24993 clauses out of 50010 with flag 1168305/3263618
910.57/456.08	c cleaning 26008 clauses out of 52019 with flag 1261259/3290620
917.57/459.59	c cleaning 27001 clauses out of 54011 with flag 1361886/3318620
925.13/463.29	c cleaning 28000 clauses out of 56008 with flag 1470605/3347618
933.31/467.36	c cleaning 28993 clauses out of 58008 with flag 1582933/3377618
941.11/471.22	c cleaning 30004 clauses out of 60016 with flag 1698464/3408619
949.49/475.39	c cleaning 30997 clauses out of 62011 with flag 1810955/3440618
958.29/479.74	c cleaning 31999 clauses out of 64014 with flag 1925962/3473618
967.27/484.21	c cleaning 33000 clauses out of 66016 with flag 2045298/3507619
977.49/489.22	c cleaning 33996 clauses out of 68015 with flag 2167018/3542618
987.10/494.02	c cleaning 35009 clauses out of 70020 with flag 2301120/3578619
997.53/499.15	c cleaning 35996 clauses out of 72010 with flag 2423891/3615618
1008.14/504.43	c cleaning 37002 clauses out of 74014 with flag 2558151/3653618
1018.94/509.87	c cleaning 37998 clauses out of 76012 with flag 2694968/3692618
1030.79/515.60	c cleaning 38999 clauses out of 78014 with flag 2839298/3732618
1041.99/521.26	c cleaning 40000 clauses out of 80016 with flag 2991439/3773619
1054.20/527.27	c cleaning 41002 clauses out of 82015 with flag 3137140/3815618
1066.19/533.27	c cleaning 41999 clauses out of 84013 with flag 3289364/3858618
1079.06/539.50	c cleaning 43005 clauses out of 86015 with flag 3447855/3902619
1091.86/545.91	c cleaning 43996 clauses out of 88009 with flag 3615123/3947618
1105.27/552.52	c cleaning 45004 clauses out of 90018 with flag 3794313/3993623
1118.47/559.13	c cleaning 46000 clauses out of 92011 with flag 3973484/4040620
1133.13/566.32	c cleaning 46995 clauses out of 94010 with flag 4158984/4088619
1148.76/574.08	c cleaning 47999 clauses out of 96014 with flag 4342241/4137618
1164.57/581.91	c cleaning 49000 clauses out of 98015 with flag 4533518/4187618
1183.01/592.28	c cleaning 50006 clauses out of 100015 with flag 4720720/4238618
1194.47/597.79	c cleaning 0 clauses out of 11815 with flag 0/11822
1200.28/600.68	c cleaning 51001 clauses out of 102010 with flag 4920832/4290619
1217.57/609.24	c cleaning 52001 clauses out of 104008 with flag 5106864/4343618
1234.49/617.64	c cleaning 52994 clauses out of 106007 with flag 5296147/4397618
1251.85/626.22	c cleaning 54000 clauses out of 108016 with flag 5511965/4452621
1269.65/635.19	c cleaning 55007 clauses out of 110013 with flag 5738441/4508618
1288.38/644.46	c cleaning 55994 clauses out of 112006 with flag 5980942/4565618
1307.30/653.89	c cleaning 56994 clauses out of 114013 with flag 6220914/4623619
1326.85/663.55	c cleaning 58009 clauses out of 116018 with flag 6461616/4682618
1346.98/673.54	c cleaning 59007 clauses out of 118014 with flag 6711490/4742623
1368.53/684.21	c cleaning 59989 clauses out of 120002 with flag 6974012/4803618
1390.31/695.02	c cleaning 60997 clauses out of 122016 with flag 7217475/4865621
1414.50/707.01	c cleaning 62003 clauses out of 124016 with flag 7497400/4928618
1438.49/719.00	c cleaning 63001 clauses out of 126014 with flag 7791176/4992619
1463.48/731.37	c cleaning 64002 clauses out of 128012 with flag 8094376/5057618
1488.02/743.56	c cleaning 64998 clauses out of 130010 with flag 8400797/5123618
1513.55/756.21	c cleaning 66001 clauses out of 132014 with flag 8716800/5190620
1537.69/768.23	c cleaning 66996 clauses out of 134012 with flag 9012516/5258619
1563.39/780.94	c cleaning 67999 clauses out of 136017 with flag 9251139/5327620
1588.41/793.35	c cleaning 69000 clauses out of 138016 with flag 9502004/5397618
1614.40/806.21	c cleaning 69999 clauses out of 140018 with flag 9746400/5468620
1642.16/820.01	c cleaning 70999 clauses out of 142019 with flag 10008653/5540620
1669.97/833.84	c cleaning 72005 clauses out of 144019 with flag 10272934/5613619
1699.19/848.26	c cleaning 72998 clauses out of 146013 with flag 10541340/5687618
1726.97/862.01	c cleaning 74005 clauses out of 148015 with flag 10828373/5762618
1755.81/876.35	c cleaning 75000 clauses out of 150010 with flag 11115637/5838618
1784.36/890.40	c cleaning 76002 clauses out of 152010 with flag 11388283/5915618
1800.15/898.30	c >>>>>>>>>> Solver number 0 (12 answers) <<<<<<<<<<<<<<<<<<
1800.15/898.30	c starts		: 11118
1800.15/898.30	c conflicts		: 5965405
1800.15/898.30	c decisions		: 14620307
1800.15/898.30	c propagations		: 869109782
1800.15/898.30	c inspects		: 9369404127
1800.15/898.30	c shortcuts		: 0
1800.15/898.30	c learnt literals	: 0
1800.15/898.30	c learnt binary clauses	: 6
1800.15/898.30	c learnt ternary clauses	: 363
1800.15/898.30	c learnt constraints	: 5965406
1800.15/898.30	c ignored constraints	: 0
1800.15/898.30	c root simplifications	: 0
1800.15/898.30	c removed literals (reason simplification)	: 49833054
1800.15/898.30	c reason swapping (by a shorter reason)	: 0
1800.15/898.30	c Calls to reduceDB	: 169
1800.15/898.30	c Number of update (reduction) of LBD	: 1697313
1800.15/898.30	c Imported unit clauses	: 0
1800.15/898.30	c number of reductions to clauses (during analyze)	: 0
1800.15/898.30	c number of learned constraints concerned by reduction	: 0
1800.15/898.30	c number of learning phase by resolution	: 0
1800.15/898.30	c number of learning phase by cutting planes	: 0
1800.15/898.30	c speed (assignments/second)	: 967805.6326077008
1800.15/898.30	c non guided choices	1455
1800.15/898.33	c learnt constraints type 
1800.15/898.33	c org.sat4j.minisat.constraints.cnf.LearntBinaryClause => 6
1800.15/898.33	c org.sat4j.minisat.constraints.cnf.LearntWLClause => 125790
1800.15/898.33	c >>>>>>>>>> Solver number 1 (0 answers) <<<<<<<<<<<<<<<<<<
1800.15/898.33	c starts		: 72
1800.15/898.33	c conflicts		: 14758
1800.15/898.33	c decisions		: 112123
1800.15/898.33	c propagations		: 2428405
1800.15/898.33	c inspects		: 773921370
1800.15/898.33	c shortcuts		: 0
1800.15/898.33	c learnt literals	: 0
1800.15/898.33	c learnt binary clauses	: 0
1800.15/898.33	c learnt ternary clauses	: 0
1800.15/898.33	c learnt constraints	: 14750
1800.15/898.33	c ignored constraints	: 0
1800.15/898.33	c root simplifications	: 0
1800.15/898.33	c removed literals (reason simplification)	: 0
1800.15/898.33	c reason swapping (by a shorter reason)	: 0
1800.15/898.33	c Calls to reduceDB	: 2
1800.15/898.33	c Number of update (reduction) of LBD	: 0
1800.15/898.33	c Imported unit clauses	: 0
1800.15/898.33	c number of reductions to clauses (during analyze)	: 0
1800.15/898.33	c number of learned constraints concerned by reduction	: 0
1800.15/898.33	c number of learning phase by resolution	: 0
1800.15/898.33	c number of learning phase by cutting planes	: 0
1800.15/898.33	c speed (assignments/second)	: 5006.132933129383
1800.15/898.33	c non guided choices	0
1800.15/898.34	c learnt constraints type 
1800.15/898.34	c org.sat4j.pb.constraints.pb.LearntHTClausePB => 324
1800.15/898.34	c org.sat4j.pb.constraints.pb.MinWatchCardPB => 43
1800.15/898.34	c org.sat4j.pb.constraints.pb.MaxWatchPb => 14383
1800.15/898.34	s SATISFIABLE
1800.15/898.34	c Found 12 solution(s)
1800.15/898.34	v -x1 -x2 -x3 -x4 -x5 -x6 -x7 -x8 -x9 -x10 -x11 -x12 -x13 -x14 -x15 -x16 -x17 -x18 -x19 -x20 -x21 -x22 -x23 -x24 -x25 -x26 -x27 -x28 -x29 -x30 -x31 -x32 -x33 -x34 -x35 -x36 -x37 -x38 -x39 -x40 -x41 -x42 -x43 -x44 -x45 -x46 -x47 -x48 -x49 -x50 -x51 -x52 -x53 -x54 -x55 -x56 -x57 -x58 -x59 -x60 -x61 -x62 -x63 x64 -x65 -x66 -x67 -x68 -x69 -x70 -x71 -x72 -x73 -x74 -x75 -x76 -x77 -x78 -x79 -x80 -x81 -x82 -x83 -x84 -x85 -x86 -x87 -x88 -x89 -x90 -x91 -x92 -x93 -x94 -x95 -x96 -x97 -x98 -x99 -x100 -x101 -x102 -x103 -x104 -x105 -x106 -x107 -x108 -x109 -x110 -x111 -x112 -x113 -x114 -x115 -x116 -x117 -x118 -x119 -x120 -x121 -x122 -x123 -x124 -x125 -x126 -x127 -x128 -x129 -x130 -x131 -x132 -x133 -x134 -x135 -x136 -x137 -x138 -x139 -x140 -x141 -x142 -x143 -x144 -x145 -x146 -x147 -x148 -x149 -x150 -x151 -x152 -x153 -x154 -x155 -x156 -x157 -x158 -x159 -x160 -x161 -x162 -x163 -x164 -x165 -x166 -x167 -x168 -x169 -x170 -x171 -x172 -x173 -x174 -x175 -x176 -x177 -x178 -x179 -x180 -x181 -x182 -x183 -x184 -x185 -x186 -x187 -x188 -x189 -x190 -x191 -x192 -x193 -x194 -x195 -x196 -x197 -x198 -x199 -x200 -x201 -x202 -x203 -x204 -x205 -x206 -x207 -x208 -x209 -x210 -x211 -x212 -x213 -x214 -x215 -x216 -x217 -x218 -x219 -x220 -x221 -x222 -x223 -x224 -x225 -x226 -x227 -x228 -x229 -x230 -x231 -x232 -x233 -x234 x235 -x236 -x237 -x238 -x239 -x240 -x241 -x242 -x243 -x244 -x245 -x246 -x247 -x248 -x249 -x250 -x251 -x252 -x253 -x254 -x255 x256 -x257 -x258 -x259 -x260 -x261 -x262 -x263 -x264 -x265 -x266 -x267 -x268 -x269 -x270 -x271 -x272 -x273 -x274 -x275 -x276 -x277 -x278 -x279 -x280 -x281 -x282 -x283 -x284 -x285 -x286 -x287 -x288 -x289 -x290 -x291 -x292 -x293 -x294 -x295 -x296 -x297 -x298 -x299 -x300 -x301 -x302 -x303 -x304 -x305 -x306 -x307 -x308 -x309 -x310 -x311 -x312 -x313 -x314 -x315 -x316 -x317 -x318 -x319 -x320 -x321 -x322 -x323 -x324 -x325 -x326 -x327 -x328 -x329 -x330 -x331 -x332 -x333 -x334 -x335 -x336 -x337 -x338 -x339 -x340 -x341 -x342 -x343 -x344 -x345 -x346 -x347 -x348 -x349 -x350 -x351 -x352 -x353 -x354 -x355 -x356 -x357 -x358 -x359 -x360 -x361 -x362 -x363 -x364 -x365 -x366 -x367 -x368 -x369 -x370 -x371 -x372 -x373 -x374 -x375 -x376 -x377 -x378 -x379 -x380 -x381 -x382 -x383 -x384 -x385 -x386 -x387 -x388 -x389 -x390 -x391 -x392 -x393 -x394 -x395 x396 -x397 -x398 -x399 -x400 -x401 -x402 -x403 -x404 -x405 -x406 -x407 -x408 -x409 -x410 -x411 -x412 -x413 -x414 -x415 -x416 -x417 -x418 -x419 -x420 -x421 -x422 -x423 -x424 -x425 -x426 -x427 -x428 -x429 -x430 -x431 -x432 -x433 -x434 -x435 -x436 -x437 -x438 -x439 -x440 -x441 -x442 -x443 -x444 -x445 -x446 -x447 -x448 -x449 -x450 -x451 -x452 -x453 -x454 -x455 -x456 -x457 -x458 -x459 -x460 -x461 -x462 -x463 -x464 -x465 -x466 -x467 -x468 -x469 -x470 -x471 -x472 -x473 -x474 -x475 -x476 -x477 -x478 -x479 -x480 x481 -x482 -x483 -x484 -x485 -x486 -x487 -x488 -x489 -x490 -x491 -x492 -x493 -x494 -x495 -x496 -x497 -x498 -x499 -x500 -x501 -x502 -x503 -x504 -x505 x506 -x507 -x508 -x509 -x510 -x511 -x512 -x513 -x514 x515 -x516 -x517 -x518 -x519 -x520 -x521 -x522 -x523 -x524 -x525 -x526 x527 -x528 -x529 -x530 -x531 -x532 -x533 -x534 -x535 x536 -x537 -x538 -x539 -x540 -x541 -x542 -x543 -x544 -x545 -x546 x547 -x548 -x549 -x550 -x551 -x552 x553 -x554 -x555 -x556 -x557 -x558 -x559 -x560 -x561 x562 -x563 -x564 -x565 -x566 -x567 x568 -x569 -x570 -x571 -x572 -x573 -x574 -x575 -x576 -x577 -x578 -x579 -x580 -x581 -x582 -x583 -x584 x585 -x586 -x587 -x588 -x589 -x590 -x591 -x592 -x593 x594 -x595 -x596 -x597 -x598 -x599 x600 -x601 -x602 -x603 -x604 -x605 -x606 -x607 -x608 x609 -x610 -x611 -x612 -x613 -x614 -x615 -x616 -x617 -x618 -x619 -x620 x621 -x622 -x623 -x624 -x625 -x626 -x627 -x628 x629 -x630 -x631 -x632 -x633 -x634 -x635 -x636 -x637 x638 -x639 -x640 -x641 x642 -x643 -x644 -x645 -x646 -x647 -x648 -x649 -x650 -x651 -x652 -x653 x654 -x655 -x656 -x657 -x658 -x659 x660 -x661 -x662 -x663 -x664 -x665 -x666 x667 x668 -x669 x670 x671 x672 x673 x674 -x675 x676 x677 -x678 x679 x680 x681 x682 x683 -x684 x685 x686 -x687 x688 x689 x690 x691 x692 -x693 x694 x695 -x696 x697 x698 x699 x700 x701 -x702 x703 x704 -x705 x706 x707 x708 x709 x710 -x711 x712 x713 -x714 x715 x716 x717 x718 x719 -x720 x721 x722 -x723 x724 x725 x726 x727 x728 -x729 x730 x731 -x732 x733 x734 x735 x736 x737 -x738 x739 x740 -x741 x742 x743 x744 x745 x746 -x747 x748 x749 -x750 x751 x752 x753 x754 x755 -x756 x757 x758 -x759 x760 x761 x762 x763 x764 -x765 x766 x767 -x768 x769 x770 x771 x772 x773 -x774 x775 x776 -x777 x778 x779 x780 x781 x782 -x783 x784 x785 -x786 x787 x788 x789 x790 x791 -x792 
1800.15/898.34	c objective function=127
1800.15/898.34	c Total wall clock time (in seconds): 898.211

Verifier Data

OK	127

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-4081627-1465268237/watcher-4081627-1465268237 -o /tmp/evaluation-result-4081627-1465268237/solver-4081627-1465268237 -C 1800 -W 1900 -M 15500 --bin-var /tmp/runsolver-exch-node105-1465255598-8855 --watchdog 1960 java -jar sat4j-pb.jar Both HOME/instance-4081627-1465268237.opb 

pid=16860
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: 4.01 3.88 3.94 4/196 16863
/proc/meminfo: memFree=28504988/32872528 swapFree=11372/178980
[pid=16863] ppid=16860 vsize=9212 CPUtime=0 cores=0,2,4,6
/proc/16863/stat : 16863 (java) R 16860 16863 8839 0 -1 4202496 391 0 0 0 0 0 0 0 20 0 1 0 108758368 9433088 62 33554432000 1073741824 1073778376 140736789008864 140736789005992 224913297696 0 0 4096 0 0 0 0 17 2 0 0 0 0 0
/proc/16863/statm: 2306 92 74 9 0 38 0

[startup+0.100061 s]
/proc/loadavg: 4.01 3.88 3.94 4/196 16863
/proc/meminfo: memFree=28504988/32872528 swapFree=11372/178980
[pid=16863] ppid=16860 vsize=9558476 CPUtime=0.09 cores=0,2,4,6
/proc/16863/stat : 16863 (java) S 16860 16863 8839 0 -1 4202496 4342 0 1 0 8 1 0 0 20 0 18 0 108758368 9787879424 5456 33554432000 1073741824 1073778376 140736789008864 140736789000000 224925876285 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/16863/statm: 2389619 5456 2097 9 0 2380296 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 9558476

[startup+0.20022 s]
/proc/loadavg: 4.01 3.88 3.94 4/196 16863
/proc/meminfo: memFree=28504988/32872528 swapFree=11372/178980
[pid=16863] ppid=16860 vsize=9558476 CPUtime=0.25 cores=0,2,4,6
/proc/16863/stat : 16863 (java) S 16860 16863 8839 0 -1 4202496 4706 0 1 0 23 2 0 0 20 0 18 0 108758368 9787879424 6778 33554432000 1073741824 1073778376 140736789008864 140736789000000 224925876285 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/16863/statm: 2389619 6778 2202 9 0 2380296 0
Current children cumulated CPU time (s) 0.25
Current children cumulated vsize (KiB) 9558476

[startup+0.300221 s]
/proc/loadavg: 4.01 3.88 3.94 4/196 16863
/proc/meminfo: memFree=28504988/32872528 swapFree=11372/178980
[pid=16863] ppid=16860 vsize=9824732 CPUtime=0.48 cores=0,2,4,6
/proc/16863/stat : 16863 (java) S 16860 16863 8839 0 -1 4202496 5760 0 1 0 46 2 0 0 20 0 22 0 108758368 10060525568 9553 33554432000 1073741824 1073778376 140736789008864 140736789000000 224925876285 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/16863/statm: 2456183 9553 2243 9 0 2446860 0
Current children cumulated CPU time (s) 0.48
Current children cumulated vsize (KiB) 9824732

[startup+0.700266 s]
/proc/loadavg: 4.01 3.88 3.94 4/196 16863
/proc/meminfo: memFree=28504988/32872528 swapFree=11372/178980
[pid=16863] ppid=16860 vsize=9824732 CPUtime=0.6 cores=0,2,4,6
/proc/16863/stat : 16863 (java) S 16860 16863 8839 0 -1 4202496 6404 0 1 0 56 4 0 0 20 0 19 0 108758368 10060525568 9569 33554432000 1073741824 1073778376 140736789008864 140736789000000 224925876285 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/16863/statm: 2456183 9569 2251 9 0 2446860 0
Current children cumulated CPU time (s) 0.6
Current children cumulated vsize (KiB) 9824732

[startup+1.50083 s]
/proc/loadavg: 4.01 3.88 3.94 8/218 16888
/proc/meminfo: memFree=28439480/32872528 swapFree=11372/178980
[pid=16863] ppid=16860 vsize=9824732 CPUtime=3.33 cores=0,2,4,6
/proc/16863/stat : 16863 (java) S 16860 16863 8839 0 -1 4202496 27028 0 1 0 324 9 0 0 20 0 19 0 108758368 10060525568 29303 33554432000 1073741824 1073778376 140736789008864 140736789000000 224925876285 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/16863/statm: 2456183 29303 2270 9 0 2446860 0
[pid=16863/tid=16865] ppid=16860 vsize=9824732 CPUtime=0.26 cores=0,2,4,6
/proc/16863/task/16865/stat : 16865 (java) S 16860 16863 8839 0 -1 4202560 2451 0 1 0 24 2 0 0 20 0 19 0 108758369 10060525568 29303 33554432000 1073741824 1073778376 140736789008864 139967532229496 224925890473 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=16863/tid=16866] ppid=16860 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/16863/task/16866/stat : 16866 (java) S 16860 16863 8839 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 108758370 10060525568 29303 33554432000 1073741824 1073778376 140736789008864 139967493720232 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=16863/tid=16867] ppid=16860 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/16863/task/16867/stat : 16867 (java) S 16860 16863 8839 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 108758370 10060525568 29303 33554432000 1073741824 1073778376 140736789008864 139967492667688 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=16863/tid=16868] ppid=16860 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/16863/task/16868/stat : 16868 (java) S 16860 16863 8839 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 108758370 10060525568 29303 33554432000 1073741824 1073778376 140736789008864 139967491615144 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=16863/tid=16869] ppid=16860 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/16863/task/16869/stat : 16869 (java) S 16860 16863 8839 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 108758370 10060525568 29303 33554432000 1073741824 1073778376 140736789008864 139967490562600 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=16863/tid=16870] ppid=16860 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/16863/task/16870/stat : 16870 (java) S 16860 16863 8839 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 108758370 10060525568 29303 33554432000 1073741824 1073778376 140736789008864 139967489510056 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=16863/tid=16871] ppid=16860 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/16863/task/16871/stat : 16871 (java) S 16860 16863 8839 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 108758370 10060525568 29303 33554432000 1073741824 1073778376 140736789008864 139967488457512 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=16863/tid=16872] ppid=16860 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/16863/task/16872/stat : 16872 (java) S 16860 16863 8839 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 108758370 10060525568 29303 33554432000 1073741824 1073778376 140736789008864 139967487404968 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=16863/tid=16873] ppid=16860 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/16863/task/16873/stat : 16873 (java) S 16860 16863 8839 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 108758370 10060525568 29303 33554432000 1073741824 1073778376 140736789008864 139967486352424 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=16863/tid=16874] ppid=16860 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/16863/task/16874/stat : 16874 (java) S 16860 16863 8839 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 108758371 10060525568 29303 33554432000 1073741824 1073778376 140736789008864 139967356434536 224925890473 0 0 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=16863/tid=16875] ppid=16860 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/16863/task/16875/stat : 16875 (java) S 16860 16863 8839 0 -1 4202560 16 0 0 0 0 0 0 0 20 0 19 0 108758372 10060525568 29303 33554432000 1073741824 1073778376 140736789008864 139967355380856 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=16863/tid=16876] ppid=16860 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/16863/task/16876/stat : 16876 (java) S 16860 16863 8839 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 108758372 10060525568 29303 33554432000 1073741824 1073778376 140736789008864 139967354328200 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=16863/tid=16877] ppid=16860 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/16863/task/16877/stat : 16877 (java) S 16860 16863 8839 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 108758374 10060525568 29303 33554432000 1073741824 1073778376 140736789008864 139967353276944 224925898528 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=16863/tid=16878] ppid=16860 vsize=9824732 CPUtime=0.79 cores=0,2,4,6
/proc/16863/task/16878/stat : 16878 (java) R 16860 16863 8839 0 -1 4202560 9534 0 0 0 78 1 0 0 20 0 19 0 108758374 10060525568 29303 33554432000 1073741824 1073778376 140736789008864 139967352215408 139967536323300 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0
[pid=16863/tid=16879] ppid=16860 vsize=9824732 CPUtime=0.83 cores=0,2,4,6
/proc/16863/task/16879/stat : 16879 (java) R 16860 16863 8839 0 -1 4202560 13688 0 0 0 81 2 0 0 20 0 19 0 108758374 10060525568 29303 33554432000 1073741824 1073778376 140736789008864 139967351148888 139967538072083 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0
[pid=16863/tid=16880] ppid=16860 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/16863/task/16880/stat : 16880 (java) S 16860 16863 8839 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 108758374 10060525568 29303 33554432000 1073741824 1073778376 140736789008864 139967350119416 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=16863/tid=16881] ppid=16860 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/16863/task/16881/stat : 16881 (java) S 16860 16863 8839 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 108758374 10060525568 29303 33554432000 1073741824 1073778376 140736789008864 139967349067080 224925890473 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=16863/tid=16884] ppid=16860 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/16863/task/16884/stat : 16884 (java) S 16860 16863 8839 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 108758397 10060525568 29303 33554432000 1073741824 1073778376 140736789008864 139966338286632 224925890473 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 3.33
Current children cumulated vsize (KiB) 9824732

[startup+3.10076 s]
/proc/loadavg: 4.01 3.88 3.94 4/215 16891
/proc/meminfo: memFree=28404884/32872528 swapFree=11372/178980
[pid=16863] ppid=16860 vsize=9824732 CPUtime=4.65 cores=0,2,4,6
/proc/16863/stat : 16863 (java) S 16860 16863 8839 0 -1 4202496 28699 0 1 0 453 12 0 0 20 0 22 0 108758368 10060525568 40668 33554432000 1073741824 1073778376 140736789008864 140736789000000 224925876285 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/16863/statm: 2456183 40668 2272 9 0 2446860 0
[pid=16863/tid=16865] ppid=16860 vsize=9824732 CPUtime=0.28 cores=0,2,4,6
/proc/16863/task/16865/stat : 16865 (java) S 16860 16863 8839 0 -1 4202560 2453 0 1 0 26 2 0 0 20 0 22 0 108758369 10060525568 40668 33554432000 1073741824 1073778376 140736789008864 139967532229496 224925890473 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=16863/tid=16866] ppid=16860 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/16863/task/16866/stat : 16866 (java) S 16860 16863 8839 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 108758370 10060525568 40668 33554432000 1073741824 1073778376 140736789008864 139967493720232 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=16863/tid=16867] ppid=16860 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/16863/task/16867/stat : 16867 (java) S 16860 16863 8839 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 108758370 10060525568 40668 33554432000 1073741824 1073778376 140736789008864 139967492667688 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=16863/tid=16868] ppid=16860 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/16863/task/16868/stat : 16868 (java) S 16860 16863 8839 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 108758370 10060525568 40668 33554432000 1073741824 1073778376 140736789008864 139967491615144 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=16863/tid=16869] ppid=16860 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/16863/task/16869/stat : 16869 (java) S 16860 16863 8839 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 108758370 10060525568 40668 33554432000 1073741824 1073778376 140736789008864 139967490562600 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=16863/tid=16870] ppid=16860 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/16863/task/16870/stat : 16870 (java) S 16860 16863 8839 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 108758370 10060525568 40668 33554432000 1073741824 1073778376 140736789008864 139967489510056 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=16863/tid=16871] ppid=16860 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/16863/task/16871/stat : 16871 (java) S 16860 16863 8839 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 108758370 10060525568 40668 33554432000 1073741824 1073778376 140736789008864 139967488457512 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=16863/tid=16872] ppid=16860 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/16863/task/16872/stat : 16872 (java) S 16860 16863 8839 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 108758370 10060525568 40668 33554432000 1073741824 1073778376 140736789008864 139967487404968 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=16863/tid=16873] ppid=16860 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/16863/task/16873/stat : 16873 (java) S 16860 16863 8839 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 22 0 108758370 10060525568 40668 33554432000 1073741824 1073778376 140736789008864 139967486352424 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=16863/tid=16874] ppid=16860 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/16863/task/16874/stat : 16874 (java) S 16860 16863 8839 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 22 0 108758371 10060525568 40668 33554432000 1073741824 1073778376 140736789008864 139967356434536 224925890473 0 0 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=16863/tid=16875] ppid=16860 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/16863/task/16875/stat : 16875 (java) S 16860 16863 8839 0 -1 4202560 16 0 0 0 0 0 0 0 20 0 22 0 108758372 10060525568 40668 33554432000 1073741824 1073778376 140736789008864 139967355380856 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=16863/tid=16876] ppid=16860 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/16863/task/16876/stat : 16876 (java) S 16860 16863 8839 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 108758372 10060525568 40668 33554432000 1073741824 1073778376 140736789008864 139967354328200 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=16863/tid=16877] ppid=16860 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/16863/task/16877/stat : 16877 (java) S 16860 16863 8839 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 108758374 10060525568 40668 33554432000 1073741824 1073778376 140736789008864 139967353276944 224925898528 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=16863/tid=16878] ppid=16860 vsize=9824732 CPUtime=1.17 cores=0,2,4,6
/proc/16863/task/16878/stat : 16878 (java) S 16860 16863 8839 0 -1 4202560 9613 0 0 0 115 2 0 0 20 0 22 0 108758374 10060525568 40668 33554432000 1073741824 1073778376 140736789008864 139967352224312 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=16863/tid=16879] ppid=16860 vsize=9824732 CPUtime=1.11 cores=0,2,4,6
/proc/16863/task/16879/stat : 16879 (java) S 16860 16863 8839 0 -1 4202560 15228 0 0 0 108 3 0 0 20 0 22 0 108758374 10060525568 40668 33554432000 1073741824 1073778376 140736789008864 139967351171768 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=16863/tid=16880] ppid=16860 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/16863/task/16880/stat : 16880 (java) S 16860 16863 8839 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 108758374 10060525568 40668 33554432000 1073741824 1073778376 140736789008864 139967350119416 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=16863/tid=16881] ppid=16860 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/16863/task/16881/stat : 16881 (java) S 16860 16863 8839 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 108758374 10060525568 40668 33554432000 1073741824 1073778376 140736789008864 139967349067080 224925890473 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=16863/tid=16884] ppid=16860 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/16863/task/16884/stat : 16884 (java) S 16860 16863 8839 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 108758397 10060525568 40668 33554432000 1073741824 1073778376 140736789008864 139966338286632 224925890473 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 4.65
Current children cumulated vsize (KiB) 9824732

[startup+6.30094 s]
/proc/loadavg: 4.01 3.89 3.94 6/218 16897
/proc/meminfo: memFree=28289272/32872528 swapFree=11372/178980
[pid=16863] ppid=16860 vsize=9824732 CPUtime=11.39 cores=0,2,4,6
/proc/16863/stat : 16863 (java) S 16860 16863 8839 0 -1 4202496 29456 0 1 0 1120 19 0 0 20 0 22 0 108758368 10060525568 62711 33554432000 1073741824 1073778376 140736789008864 140736789000000 224925876285 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/16863/statm: 2456183 62711 2285 9 0 2446860 0
[pid=16863/tid=16865] ppid=16860 vsize=9824732 CPUtime=0.28 cores=0,2,4,6
/proc/16863/task/16865/stat : 16865 (java) S 16860 16863 8839 0 -1 4202560 2453 0 1 0 26 2 0 0 20 0 22 0 108758369 10060525568 62711 33554432000 1073741824 1073778376 140736789008864 139967532229496 224925890473 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=16863/tid=16866] ppid=16860 vsize=9824732 CPUtime=0.04 cores=0,2,4,6
/proc/16863/task/16866/stat : 16866 (java) S 16860 16863 8839 0 -1 4202560 111 0 0 0 4 0 0 0 20 0 22 0 108758370 10060525568 62711 33554432000 1073741824 1073778376 140736789008864 139967493720232 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=16863/tid=16867] ppid=16860 vsize=9824732 CPUtime=0.04 cores=0,2,4,6
/proc/16863/task/16867/stat : 16867 (java) S 16860 16863 8839 0 -1 4202560 87 0 0 0 4 0 0 0 20 0 22 0 108758370 10060525568 62711 33554432000 1073741824 1073778376 140736789008864 139967492667688 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=16863/tid=16868] ppid=16860 vsize=9824732 CPUtime=0.03 cores=0,2,4,6
/proc/16863/task/16868/stat : 16868 (java) S 16860 16863 8839 0 -1 4202560 95 0 0 0 3 0 0 0 20 0 22 0 108758370 10060525568 62711 33554432000 1073741824 1073778376 140736789008864 139967491615144 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=16863/tid=16869] ppid=16860 vsize=9824732 CPUtime=0.04 cores=0,2,4,6
/proc/16863/task/16869/stat : 16869 (java) S 16860 16863 8839 0 -1 4202560 22 0 0 0 4 0 0 0 20 0 22 0 108758370 10060525568 62711 33554432000 1073741824 1073778376 140736789008864 139967490562600 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=16863/tid=16870] ppid=16860 vsize=9824732 CPUtime=0.02 cores=0,2,4,6
/proc/16863/task/16870/stat : 16870 (java) S 16860 16863 8839 0 -1 4202560 21 0 0 0 2 0 0 0 20 0 22 0 108758370 10060525568 62711 33554432000 1073741824 1073778376 140736789008864 139967489510056 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=16863/tid=16871] ppid=16860 vsize=9824732 CPUtime=0.03 cores=0,2,4,6
/proc/16863/task/16871/stat : 16871 (java) S 16860 16863 8839 0 -1 4202560 108 0 0 0 3 0 0 0 20 0 22 0 108758370 10060525568 62711 33554432000 1073741824 1073778376 140736789008864 139967488457512 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=16863/tid=16872] ppid=16860 vsize=9824732 CPUtime=0.02 cores=0,2,4,6
/proc/16863/task/16872/stat : 16872 (java) S 16860 16863 8839 0 -1 4202560 10 0 0 0 2 0 0 0 20 0 22 0 108758370 10060525568 62711 33554432000 1073741824 1073778376 140736789008864 139967487404968 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=16863/tid=16873] ppid=16860 vsize=9824732 CPUtime=0.05 cores=0,2,4,6
/proc/16863/task/16873/stat : 16873 (java) S 16860 16863 8839 0 -1 4202560 24 0 0 0 3 2 0 0 20 0 22 0 108758370 10060525568 62711 33554432000 1073741824 1073778376 140736789008864 139967486352424 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=16863/tid=16874] ppid=16860 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/16863/task/16874/stat : 16874 (java) S 16860 16863 8839 0 -1 4202560 70 0 0 0 0 0 0 0 20 0 22 0 108758371 10060525568 62711 33554432000 1073741824 1073778376 140736789008864 139967356434536 224925890473 0 0 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=16863/tid=16875] ppid=16860 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/16863/task/16875/stat : 16875 (java) S 16860 16863 8839 0 -1 4202560 18 0 0 0 0 0 0 0 20 0 22 0 108758372 10060525568 62711 33554432000 1073741824 1073778376 140736789008864 139967355380856 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=16863/tid=16876] ppid=16860 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/16863/task/16876/stat : 16876 (java) S 16860 16863 8839 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 108758372 10060525568 62711 33554432000 1073741824 1073778376 140736789008864 139967354328200 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=16863/tid=16877] ppid=16860 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/16863/task/16877/stat : 16877 (java) S 16860 16863 8839 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 108758374 10060525568 62711 33554432000 1073741824 1073778376 140736789008864 139967353276944 224925898528 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=16863/tid=16878] ppid=16860 vsize=9824732 CPUtime=1.28 cores=0,2,4,6
/proc/16863/task/16878/stat : 16878 (java) S 16860 16863 8839 0 -1 4202560 9613 0 0 0 126 2 0 0 20 0 22 0 108758374 10060525568 62711 33554432000 1073741824 1073778376 140736789008864 139967352224312 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=16863/tid=16879] ppid=16860 vsize=9824732 CPUtime=1.21 cores=0,2,4,6
/proc/16863/task/16879/stat : 16879 (java) S 16860 16863 8839 0 -1 4202560 15427 0 0 0 118 3 0 0 20 0 22 0 108758374 10060525568 62711 33554432000 1073741824 1073778376 140736789008864 139967351171768 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=16863/tid=16880] ppid=16860 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/16863/task/16880/stat : 16880 (java) S 16860 16863 8839 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 108758374 10060525568 62711 33554432000 1073741824 1073778376 140736789008864 139967350119416 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=16863/tid=16881] ppid=16860 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/16863/task/16881/stat : 16881 (java) S 16860 16863 8839 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 108758374 10060525568 62711 33554432000 1073741824 1073778376 140736789008864 139967349067080 224925890473 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=16863/tid=16884] ppid=16860 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/16863/task/16884/stat : 16884 (java) S 16860 16863 8839 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 108758397 10060525568 62711 33554432000 1073741824 1073778376 140736789008864 139966338286632 224925890473 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=16863/tid=16895] ppid=16860 vsize=9824732 CPUtime=3.35 cores=0,2,4,6
/proc/16863/task/16895/stat : 16895 (java) R 16860 16863 8839 0 -1 4202560 7 0 0 0 335 0 0 0 20 0 22 0 108758648 10060525568 62711 33554432000 1073741824 1073778376 140736789008864 139966339337232 139967364436149 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0
[pid=16863/tid=16896] ppid=16860 vsize=9824732 CPUtime=3.35 cores=0,2,4,6

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

[pid=16863/tid=16873] ppid=16860 vsize=9824732 CPUtime=3.65 cores=0,2,4,6
/proc/16863/task/16873/stat : 16873 (java) S 16860 16863 8839 0 -1 4202560 742 0 0 0 346 19 0 0 20 0 22 0 108758370 10060525568 990287 33554432000 1073741824 1073778376 140736789008864 139967486352424 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=16863/tid=16874] ppid=16860 vsize=9824732 CPUtime=4.56 cores=0,2,4,6
/proc/16863/task/16874/stat : 16874 (java) S 16860 16863 8839 0 -1 4202560 2841 0 0 0 449 7 0 0 20 0 22 0 108758371 10060525568 990287 33554432000 1073741824 1073778376 140736789008864 139967356434536 224925890473 0 0 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=16863/tid=16875] ppid=16860 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/16863/task/16875/stat : 16875 (java) S 16860 16863 8839 0 -1 4202560 18 0 0 0 0 0 0 0 20 0 22 0 108758372 10060525568 990287 33554432000 1073741824 1073778376 140736789008864 139967355380856 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=16863/tid=16876] ppid=16860 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/16863/task/16876/stat : 16876 (java) S 16860 16863 8839 0 -1 4202560 13 0 0 0 0 0 0 0 20 0 22 0 108758372 10060525568 990287 33554432000 1073741824 1073778376 140736789008864 139967354328200 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=16863/tid=16877] ppid=16860 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/16863/task/16877/stat : 16877 (java) S 16860 16863 8839 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 108758374 10060525568 990287 33554432000 1073741824 1073778376 140736789008864 139967353276944 224925898528 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=16863/tid=16878] ppid=16860 vsize=9824732 CPUtime=2.29 cores=0,2,4,6
/proc/16863/task/16878/stat : 16878 (java) S 16860 16863 8839 0 -1 4202560 14879 0 0 0 226 3 0 0 20 0 22 0 108758374 10060525568 990287 33554432000 1073741824 1073778376 140736789008864 139967352224312 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=16863/tid=16879] ppid=16860 vsize=9824732 CPUtime=1.4 cores=0,2,4,6
/proc/16863/task/16879/stat : 16879 (java) S 16860 16863 8839 0 -1 4202560 15452 0 0 0 137 3 0 0 20 0 22 0 108758374 10060525568 990287 33554432000 1073741824 1073778376 140736789008864 139967351171768 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=16863/tid=16880] ppid=16860 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/16863/task/16880/stat : 16880 (java) S 16860 16863 8839 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 108758374 10060525568 990287 33554432000 1073741824 1073778376 140736789008864 139967350119416 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=16863/tid=16881] ppid=16860 vsize=9824732 CPUtime=0.37 cores=0,2,4,6
/proc/16863/task/16881/stat : 16881 (java) S 16860 16863 8839 0 -1 4202560 50 0 0 0 20 17 0 0 20 0 22 0 108758374 10060525568 990287 33554432000 1073741824 1073778376 140736789008864 139967349067080 224925890473 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=16863/tid=16884] ppid=16860 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/16863/task/16884/stat : 16884 (java) S 16860 16863 8839 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 108758397 10060525568 990287 33554432000 1073741824 1073778376 140736789008864 139966338286632 224925890473 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=16863/tid=16962] ppid=16860 vsize=9824732 CPUtime=461.24 cores=0,2,4,6
/proc/16863/task/16962/stat : 16962 (java) R 16860 16863 8839 0 -1 4202560 19 0 0 0 46117 7 0 0 20 0 22 0 108799693 10060525568 990287 33554432000 1073741824 1073778376 140736789008864 139966340390560 139967364429792 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0
[pid=16863/tid=16963] ppid=16860 vsize=9824732 CPUtime=461.19 cores=0,2,4,6
/proc/16863/task/16963/stat : 16963 (java) R 16860 16863 8839 0 -1 4202560 21 0 0 0 46112 7 0 0 20 0 22 0 108799693 10060525568 990287 33554432000 1073741824 1073778376 140736789008864 139966337231712 139967364257078 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0
[pid=16863/tid=16964] ppid=16860 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/16863/task/16964/stat : 16964 (java) S 16860 16863 8839 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 22 0 108799693 10060525568 990287 33554432000 1073741824 1073778376 140736789008864 139966339339944 224925890473 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
Current children cumulated CPU time (s) 1766.31
Current children cumulated vsize (KiB) 9824732



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+898.301 s]
/proc/loadavg: 3.96 3.96 3.95 5/219 17051
/proc/meminfo: memFree=26042292/32872528 swapFree=11372/178980
[pid=16863] ppid=16860 vsize=9824732 CPUtime=1798.46 cores=0,2,4,6
/proc/16863/stat : 16863 (java) S 16860 16863 8839 0 -1 4202496 44508 0 1 0 179625 221 0 0 20 0 22 0 108758368 10060525568 996948 33554432000 1073741824 1073778376 140736789008864 140736789000000 224925876285 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/16863/statm: 2456183 996948 2294 9 0 2446860 0
[pid=16863/tid=16865] ppid=16860 vsize=9824732 CPUtime=0.34 cores=0,2,4,6
/proc/16863/task/16865/stat : 16865 (java) S 16860 16863 8839 0 -1 4202560 2470 0 1 0 31 3 0 0 20 0 22 0 108758369 10060525568 996948 33554432000 1073741824 1073778376 140736789008864 139967532229496 224925890473 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=16863/tid=16866] ppid=16860 vsize=9824732 CPUtime=3.85 cores=0,2,4,6
/proc/16863/task/16866/stat : 16866 (java) S 16860 16863 8839 0 -1 4202560 771 0 0 0 368 17 0 0 20 0 22 0 108758370 10060525568 996948 33554432000 1073741824 1073778376 140736789008864 139967493720232 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=16863/tid=16867] ppid=16860 vsize=9824732 CPUtime=3.79 cores=0,2,4,6
/proc/16863/task/16867/stat : 16867 (java) S 16860 16863 8839 0 -1 4202560 818 0 0 0 361 18 0 0 20 0 22 0 108758370 10060525568 996948 33554432000 1073741824 1073778376 140736789008864 139967492667688 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=16863/tid=16868] ppid=16860 vsize=9824732 CPUtime=3.47 cores=0,2,4,6
/proc/16863/task/16868/stat : 16868 (java) S 16860 16863 8839 0 -1 4202560 800 0 0 0 332 15 0 0 20 0 22 0 108758370 10060525568 996948 33554432000 1073741824 1073778376 140736789008864 139967491615144 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=16863/tid=16869] ppid=16860 vsize=9824732 CPUtime=3.87 cores=0,2,4,6
/proc/16863/task/16869/stat : 16869 (java) S 16860 16863 8839 0 -1 4202560 763 0 0 0 373 14 0 0 20 0 22 0 108758370 10060525568 996948 33554432000 1073741824 1073778376 140736789008864 139967490562600 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=16863/tid=16870] ppid=16860 vsize=9824732 CPUtime=3.2 cores=0,2,4,6
/proc/16863/task/16870/stat : 16870 (java) S 16860 16863 8839 0 -1 4202560 532 0 0 0 305 15 0 0 20 0 22 0 108758370 10060525568 996948 33554432000 1073741824 1073778376 140736789008864 139967489510056 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=16863/tid=16871] ppid=16860 vsize=9824732 CPUtime=3.72 cores=0,2,4,6
/proc/16863/task/16871/stat : 16871 (java) S 16860 16863 8839 0 -1 4202560 763 0 0 0 356 16 0 0 20 0 22 0 108758370 10060525568 996948 33554432000 1073741824 1073778376 140736789008864 139967488457512 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=16863/tid=16872] ppid=16860 vsize=9824732 CPUtime=3.85 cores=0,2,4,6
/proc/16863/task/16872/stat : 16872 (java) S 16860 16863 8839 0 -1 4202560 788 0 0 0 370 15 0 0 20 0 22 0 108758370 10060525568 996948 33554432000 1073741824 1073778376 140736789008864 139967487404968 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=16863/tid=16873] ppid=16860 vsize=9824732 CPUtime=3.68 cores=0,2,4,6
/proc/16863/task/16873/stat : 16873 (java) S 16860 16863 8839 0 -1 4202560 744 0 0 0 349 19 0 0 20 0 22 0 108758370 10060525568 996948 33554432000 1073741824 1073778376 140736789008864 139967486352424 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=16863/tid=16874] ppid=16860 vsize=9824732 CPUtime=4.56 cores=0,2,4,6
/proc/16863/task/16874/stat : 16874 (java) S 16860 16863 8839 0 -1 4202560 2841 0 0 0 449 7 0 0 20 0 22 0 108758371 10060525568 996948 33554432000 1073741824 1073778376 140736789008864 139967356434536 224925890473 0 0 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=16863/tid=16875] ppid=16860 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/16863/task/16875/stat : 16875 (java) S 16860 16863 8839 0 -1 4202560 18 0 0 0 0 0 0 0 20 0 22 0 108758372 10060525568 996948 33554432000 1073741824 1073778376 140736789008864 139967355380856 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=16863/tid=16876] ppid=16860 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/16863/task/16876/stat : 16876 (java) S 16860 16863 8839 0 -1 4202560 13 0 0 0 0 0 0 0 20 0 22 0 108758372 10060525568 996948 33554432000 1073741824 1073778376 140736789008864 139967354328200 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=16863/tid=16877] ppid=16860 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/16863/task/16877/stat : 16877 (java) S 16860 16863 8839 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 108758374 10060525568 996948 33554432000 1073741824 1073778376 140736789008864 139967353276944 224925898528 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=16863/tid=16878] ppid=16860 vsize=9824732 CPUtime=2.29 cores=0,2,4,6
/proc/16863/task/16878/stat : 16878 (java) S 16860 16863 8839 0 -1 4202560 14879 0 0 0 226 3 0 0 20 0 22 0 108758374 10060525568 996948 33554432000 1073741824 1073778376 140736789008864 139967352224312 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=16863/tid=16879] ppid=16860 vsize=9824732 CPUtime=1.4 cores=0,2,4,6
/proc/16863/task/16879/stat : 16879 (java) S 16860 16863 8839 0 -1 4202560 15452 0 0 0 137 3 0 0 20 0 22 0 108758374 10060525568 996948 33554432000 1073741824 1073778376 140736789008864 139967351171768 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=16863/tid=16880] ppid=16860 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/16863/task/16880/stat : 16880 (java) S 16860 16863 8839 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 108758374 10060525568 996948 33554432000 1073741824 1073778376 140736789008864 139967350119416 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=16863/tid=16881] ppid=16860 vsize=9824732 CPUtime=0.38 cores=0,2,4,6
/proc/16863/task/16881/stat : 16881 (java) S 16860 16863 8839 0 -1 4202560 50 0 0 0 21 17 0 0 20 0 22 0 108758374 10060525568 996948 33554432000 1073741824 1073778376 140736789008864 139967349067080 224925890473 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=16863/tid=16884] ppid=16860 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/16863/task/16884/stat : 16884 (java) S 16860 16863 8839 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 108758397 10060525568 996948 33554432000 1073741824 1073778376 140736789008864 139966338286632 224925890473 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=16863/tid=16962] ppid=16860 vsize=9824732 CPUtime=477.09 cores=0,2,4,6
/proc/16863/task/16962/stat : 16962 (java) R 16860 16863 8839 0 -1 4202560 20 0 0 0 47702 7 0 0 20 0 22 0 108799693 10060525568 996948 33554432000 1073741824 1073778376 140736789008864 139966340382992 139967364341013 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0
[pid=16863/tid=16963] ppid=16860 vsize=9824732 CPUtime=477.04 cores=0,2,4,6
/proc/16863/task/16963/stat : 16963 (java) R 16860 16863 8839 0 -1 4202560 21 0 0 0 47697 7 0 0 20 0 22 0 108799693 10060525568 996948 33554432000 1073741824 1073778376 140736789008864 139966337231856 139967364744795 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0
[pid=16863/tid=16964] ppid=16860 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/16863/task/16964/stat : 16964 (java) S 16860 16863 8839 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 22 0 108799693 10060525568 996948 33554432000 1073741824 1073778376 140736789008864 139966339339944 224925890473 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
Current children cumulated CPU time (s) 1798.46
Current children cumulated vsize (KiB) 9824732

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 16863 sig 9
??? end of watcher thread
Dumping a history of the last processes samples

[startup+898.301 s]
/proc/loadavg: 3.96 3.96 3.95 5/219 17051
/proc/meminfo: memFree=26042292/32872528 swapFree=11372/178980
[pid=16863] ppid=16860 vsize=9824732 CPUtime=1798.46 cores=0,2,4,6
/proc/16863/stat : 16863 (java) S 16860 16863 8839 0 -1 4202496 44508 0 1 0 179625 221 0 0 20 0 22 0 108758368 10060525568 996948 33554432000 1073741824 1073778376 140736789008864 140736789000000 224925876285 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/16863/statm: 2456183 996948 2294 9 0 2446860 0
[pid=16863/tid=16865] ppid=16860 vsize=9824732 CPUtime=0.34 cores=0,2,4,6
/proc/16863/task/16865/stat : 16865 (java) S 16860 16863 8839 0 -1 4202560 2470 0 1 0 31 3 0 0 20 0 22 0 108758369 10060525568 996948 33554432000 1073741824 1073778376 140736789008864 139967532229496 224925890473 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=16863/tid=16866] ppid=16860 vsize=9824732 CPUtime=3.85 cores=0,2,4,6
/proc/16863/task/16866/stat : 16866 (java) S 16860 16863 8839 0 -1 4202560 771 0 0 0 368 17 0 0 20 0 22 0 108758370 10060525568 996948 33554432000 1073741824 1073778376 140736789008864 139967493720232 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=16863/tid=16867] ppid=16860 vsize=9824732 CPUtime=3.79 cores=0,2,4,6
/proc/16863/task/16867/stat : 16867 (java) S 16860 16863 8839 0 -1 4202560 818 0 0 0 361 18 0 0 20 0 22 0 108758370 10060525568 996948 33554432000 1073741824 1073778376 140736789008864 139967492667688 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=16863/tid=16868] ppid=16860 vsize=9824732 CPUtime=3.47 cores=0,2,4,6
/proc/16863/task/16868/stat : 16868 (java) S 16860 16863 8839 0 -1 4202560 800 0 0 0 332 15 0 0 20 0 22 0 108758370 10060525568 996948 33554432000 1073741824 1073778376 140736789008864 139967491615144 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=16863/tid=16869] ppid=16860 vsize=9824732 CPUtime=3.87 cores=0,2,4,6
/proc/16863/task/16869/stat : 16869 (java) S 16860 16863 8839 0 -1 4202560 763 0 0 0 373 14 0 0 20 0 22 0 108758370 10060525568 996948 33554432000 1073741824 1073778376 140736789008864 139967490562600 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=16863/tid=16870] ppid=16860 vsize=9824732 CPUtime=3.2 cores=0,2,4,6
/proc/16863/task/16870/stat : 16870 (java) S 16860 16863 8839 0 -1 4202560 532 0 0 0 305 15 0 0 20 0 22 0 108758370 10060525568 996948 33554432000 1073741824 1073778376 140736789008864 139967489510056 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=16863/tid=16871] ppid=16860 vsize=9824732 CPUtime=3.72 cores=0,2,4,6
/proc/16863/task/16871/stat : 16871 (java) S 16860 16863 8839 0 -1 4202560 763 0 0 0 356 16 0 0 20 0 22 0 108758370 10060525568 996948 33554432000 1073741824 1073778376 140736789008864 139967488457512 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=16863/tid=16872] ppid=16860 vsize=9824732 CPUtime=3.85 cores=0,2,4,6
/proc/16863/task/16872/stat : 16872 (java) S 16860 16863 8839 0 -1 4202560 788 0 0 0 370 15 0 0 20 0 22 0 108758370 10060525568 996948 33554432000 1073741824 1073778376 140736789008864 139967487404968 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=16863/tid=16873] ppid=16860 vsize=9824732 CPUtime=3.68 cores=0,2,4,6
/proc/16863/task/16873/stat : 16873 (java) S 16860 16863 8839 0 -1 4202560 744 0 0 0 349 19 0 0 20 0 22 0 108758370 10060525568 996948 33554432000 1073741824 1073778376 140736789008864 139967486352424 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=16863/tid=16874] ppid=16860 vsize=9824732 CPUtime=4.56 cores=0,2,4,6
/proc/16863/task/16874/stat : 16874 (java) S 16860 16863 8839 0 -1 4202560 2841 0 0 0 449 7 0 0 20 0 22 0 108758371 10060525568 996948 33554432000 1073741824 1073778376 140736789008864 139967356434536 224925890473 0 0 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=16863/tid=16875] ppid=16860 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/16863/task/16875/stat : 16875 (java) S 16860 16863 8839 0 -1 4202560 18 0 0 0 0 0 0 0 20 0 22 0 108758372 10060525568 996948 33554432000 1073741824 1073778376 140736789008864 139967355380856 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=16863/tid=16876] ppid=16860 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/16863/task/16876/stat : 16876 (java) S 16860 16863 8839 0 -1 4202560 13 0 0 0 0 0 0 0 20 0 22 0 108758372 10060525568 996948 33554432000 1073741824 1073778376 140736789008864 139967354328200 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=16863/tid=16877] ppid=16860 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/16863/task/16877/stat : 16877 (java) S 16860 16863 8839 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 108758374 10060525568 996948 33554432000 1073741824 1073778376 140736789008864 139967353276944 224925898528 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=16863/tid=16878] ppid=16860 vsize=9824732 CPUtime=2.29 cores=0,2,4,6
/proc/16863/task/16878/stat : 16878 (java) S 16860 16863 8839 0 -1 4202560 14879 0 0 0 226 3 0 0 20 0 22 0 108758374 10060525568 996948 33554432000 1073741824 1073778376 140736789008864 139967352224312 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=16863/tid=16879] ppid=16860 vsize=9824732 CPUtime=1.4 cores=0,2,4,6
/proc/16863/task/16879/stat : 16879 (java) S 16860 16863 8839 0 -1 4202560 15452 0 0 0 137 3 0 0 20 0 22 0 108758374 10060525568 996948 33554432000 1073741824 1073778376 140736789008864 139967351171768 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=16863/tid=16880] ppid=16860 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/16863/task/16880/stat : 16880 (java) S 16860 16863 8839 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 108758374 10060525568 996948 33554432000 1073741824 1073778376 140736789008864 139967350119416 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=16863/tid=16881] ppid=16860 vsize=9824732 CPUtime=0.38 cores=0,2,4,6
/proc/16863/task/16881/stat : 16881 (java) S 16860 16863 8839 0 -1 4202560 50 0 0 0 21 17 0 0 20 0 22 0 108758374 10060525568 996948 33554432000 1073741824 1073778376 140736789008864 139967349067080 224925890473 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=16863/tid=16884] ppid=16860 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/16863/task/16884/stat : 16884 (java) S 16860 16863 8839 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 108758397 10060525568 996948 33554432000 1073741824 1073778376 140736789008864 139966338286632 224925890473 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=16863/tid=16962] ppid=16860 vsize=9824732 CPUtime=477.09 cores=0,2,4,6
/proc/16863/task/16962/stat : 16962 (java) R 16860 16863 8839 0 -1 4202560 20 0 0 0 47702 7 0 0 20 0 22 0 108799693 10060525568 996948 33554432000 1073741824 1073778376 140736789008864 139966340382992 139967364341013 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0
[pid=16863/tid=16963] ppid=16860 vsize=9824732 CPUtime=477.04 cores=0,2,4,6
/proc/16863/task/16963/stat : 16963 (java) R 16860 16863 8839 0 -1 4202560 21 0 0 0 47697 7 0 0 20 0 22 0 108799693 10060525568 996948 33554432000 1073741824 1073778376 140736789008864 139966337231856 139967364744795 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0
[pid=16863/tid=16964] ppid=16860 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/16863/task/16964/stat : 16964 (java) S 16860 16863 8839 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 22 0 108799693 10060525568 996948 33554432000 1073741824 1073778376 140736789008864 139966339339944 224925890473 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
Current children cumulated CPU time (s) 1798.46
Current children cumulated vsize (KiB) 9824732

Child status: 143

# WARNING:
# CPU time reported by wait4() is probably wrong !
# wait4(...,&childrusage) returns 16863 and gives
#  childrusage.ru_utime.tv_sec=1793
#  childrusage.ru_utime.tv_usec=868290
#  childrusage.ru_stime.tv_sec=2
#  childrusage.ru_stime.tv_usec=552611
# CPU time returned by wait4() is 1796.42
# while last known CPU time is 1798.46
#
# Solver probably didn't/couldn't wait for its children
# Using CPU time of the last sample as value...


# WARNING:
# The CPU time of some children was not reported to their father
# (probably because of a missing or aborted wait()).
# This 'lost CPU time' is added to the watched process CPU time.
#  lost CPU time (s): 1.69
#  lost CPU user time (s): 1.79999
#  lost CPU system time (s): -0.11

Real time (s): 898.371
CPU time (s): 1800.15
CPU user time (s): 1798.05
CPU system time (s): 2.1
CPU usage (%): 200.379
Max. virtual memory (cumulated for all children) (KiB): 9824732

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1793.87
system time used= 2.55261
maximum resident set size= 3987924
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 44551
page faults= 1
swaps= 0
block input operations= 0
block output operations= 976
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 23901
involuntary context switches= 23865

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 5.76212 second user time and 7.11692 second system time

The end

Launcher Data

Begin job on node105 at 2016-06-07 04:57:17
IDJOB=4081627
IDBENCH=89854
IDSOLVER=2543
FILE ID=node105/4081627-1465268237
RUNJOBID= node105-1465255598-8855
PBS_JOBID= 19843277
Free space on /tmp= 71744 MiB

SOLVER NAME= Sat4j PB 2.3.6 Res+CP PB16
BENCH NAME= PB11/normalized-PB11/OPT-SMALLINT-LIN/heinz/normalized-neos-538867.opb
COMMAND LINE= java -jar sat4j-pb.jar Both BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4081627-1465268237/watcher-4081627-1465268237 -o /tmp/evaluation-result-4081627-1465268237/solver-4081627-1465268237 -C 1800 -W 1900 -M 15500 --bin-var /tmp/runsolver-exch-node105-1465255598-8855 --watchdog 1960  java -jar sat4j-pb.jar Both HOME/instance-4081627-1465268237.opb

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

MD5SUM BENCH= 3b75c8039d6468258a1aa0343ce1fddb
RANDOM SEED=1954972948

node105.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		: 2666.813
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	: 5333.62
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		: 2666.813
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		: 2666.813
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		: 2666.813
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		: 2666.813
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		: 2666.813
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.56
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		: 2666.813
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		: 2666.813
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.56
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:       32872528 kB
MemFree:        28505268 kB
Buffers:          118540 kB
Cached:           200044 kB
SwapCached:         1752 kB
Active:          3227700 kB
Inactive:         214232 kB
Active(anon):    3123988 kB
Inactive(anon):     1592 kB
Active(file):     103712 kB
Inactive(file):   212640 kB
Unevictable:      178980 kB
Mlocked:           11372 kB
SwapTotal:      67108856 kB
SwapFree:       67098556 kB
Dirty:               440 kB
Writeback:             0 kB
AnonPages:       3299272 kB
Mapped:            14644 kB
Shmem:                 0 kB
Slab:             601752 kB
SReclaimable:      45168 kB
SUnreclaim:       556584 kB
KernelStack:        1800 kB
PageTables:        10604 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545120 kB
Committed_AS:    3567056 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346412 kB
VmallocChunk:   34341988032 kB
HardwareCorrupted:     0 kB
AnonHugePages:   3217408 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= 71732 MiB
End job on node105 at 2016-06-07 05:12:16