Trace number 3687745

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
Sat 4j PB Resolution 2.3.2 SnapshotSAT (TO)17 1800.87 1791.65

General information on the benchmark

Namenormalized-PB06/OPT-SMALLINT/submitted-PB05/
manquinho/logic-synthesis/normalized-clip.b.opb
MD5SUM3b68d80e8ba1b8a702f9c691105ea9d4
Bench CategoryOPT-SMALLINT (optimisation, small integers)
Best result obtained on this benchmarkOPT
Best value of the objective obtained on this benchmark15
Best CPU time to get the best result obtained on this benchmark0.155976
Has Objective FunctionYES
SatisfiableYES
(Un)Satisfiability was provedYES
Best value of the objective function 15
Optimality of the best value was proved YES
Number of variables349
Total number of constraints707
Number of constraints which are clauses707
Number of constraints which are cardinality constraints (but not clauses)0
Number of constraints which are nor clauses,nor cardinality constraints0
Minimum length of a constraint1
Maximum length of a constraint111
Number of terms in the objective function 349
Biggest coefficient in the objective function 1
Number of bits for the biggest coefficient in the objective function 1
Sum of the numbers in the objective function 349
Number of bits of the sum of numbers in the objective function 9
Biggest number in a constraint 1
Number of bits of the biggest number in a constraint 1
Biggest sum of numbers in a constraint 349
Number of bits of the biggest sum of numbers9
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.04/0.09	c SAT4J: a SATisfiability library for Java (c) 2004-2012 Artois University and CNRS
0.04/0.09	c This is free software under the dual EPL/GNU LGPL licenses.
0.04/0.09	c See www.sat4j.org for details.
0.04/0.09	c version 2.3.2.v20120418
0.04/0.09	c java.runtime.name	Java(TM) SE Runtime Environment
0.04/0.09	c java.vm.name		Java HotSpot(TM) 64-Bit Server VM
0.04/0.09	c java.vm.version	19.1-b02
0.04/0.09	c java.vm.vendor	Sun Microsystems Inc.
0.04/0.09	c sun.arch.data.model	64
0.04/0.09	c java.version		1.6.0_24
0.04/0.09	c os.name		Linux
0.04/0.09	c os.version		2.6.32-71.29.1.el6.x86_64
0.04/0.09	c os.arch		amd64
0.04/0.09	c Free memory 		501472288
0.04/0.09	c Max memory 		7480803328
0.04/0.09	c Total memory 		504102912
0.04/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@431b9fb1
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 Armin Biere (Picosat) restarts strategy
0.09/0.11	c Glucose learned constraints deletion strategy
0.09/0.11	c timeout=2147483s
0.09/0.11	c DB Simplification allowed=false
0.09/0.11	c c --- End Solver configuration ---
0.09/0.11	c solving HOME/instance-3687745-1337875509.opb
0.09/0.11	c reading problem ... 
0.27/0.29	c ... done. Wall clock time 0.18s.
0.27/0.29	c declared #vars     349
0.27/0.29	c #constraints  706
0.27/0.29	c constraints type 
0.27/0.29	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 702
0.27/0.29	c ignored satisfied constraints => 1
0.27/0.29	c org.sat4j.minisat.constraints.cnf.OriginalBinaryClause => 3
0.27/0.29	c org.sat4j.minisat.constraints.cnf.UnitClause => 1
0.27/0.29	c 707 constraints processed.
0.27/0.29	c objective function length is 349 literals
0.53/0.31	c SATISFIABLE
0.53/0.31	c OPTIMIZING...
0.53/0.31	c Got one! Elapsed wall clock time (in seconds):0.193
0.53/0.31	o 21
0.84/0.45	c Got one! Elapsed wall clock time (in seconds):0.332
0.84/0.45	o 20
1.06/0.52	c Got one! Elapsed wall clock time (in seconds):0.41
1.06/0.52	o 19
1.38/0.71	c cleaning 2943 clauses out of 5887 with flag 4000/5887
1.63/0.95	c cleaning 4466 clauses out of 8947 with flag 10003/11890
1.94/1.22	c cleaning 5737 clauses out of 11479 with flag 17001/18888
2.25/1.54	c cleaning 6869 clauses out of 13741 with flag 25000/26887
2.61/1.86	c Got one! Elapsed wall clock time (in seconds):1.75
2.61/1.86	o 18
2.81/2.07	c cleaning 9889 clauses out of 19792 with flag 5000/39807
3.11/2.31	c cleaning 7946 clauses out of 15903 with flag 11000/45807
3.32/2.59	c cleaning 7472 clauses out of 14957 with flag 18000/52807
3.72/2.93	c cleaning 7743 clauses out of 15485 with flag 26000/60807
4.14/3.31	c cleaning 8362 clauses out of 16743 with flag 35001/69808
4.53/3.71	c cleaning 9190 clauses out of 18380 with flag 45000/79807
4.94/4.16	c cleaning 10078 clauses out of 20192 with flag 56002/90809
5.46/4.62	c cleaning 11038 clauses out of 22112 with flag 68000/102807
5.96/5.14	c cleaning 12030 clauses out of 24074 with flag 81000/115807
6.47/5.68	c cleaning 13011 clauses out of 26044 with flag 95000/129807
7.07/6.27	c cleaning 14007 clauses out of 28033 with flag 110000/144807
7.67/6.89	c cleaning 15013 clauses out of 30026 with flag 126000/160807
8.37/7.60	c cleaning 16004 clauses out of 32015 with flag 143002/177809
9.18/8.30	c cleaning 16992 clauses out of 34009 with flag 161000/195807
9.88/9.05	c cleaning 17979 clauses out of 36017 with flag 180000/214807
10.70/9.87	c cleaning 19003 clauses out of 38038 with flag 200000/234807
11.61/10.72	c cleaning 20002 clauses out of 40038 with flag 221003/255810
12.53/11.60	c cleaning 21006 clauses out of 42033 with flag 243000/277807
13.44/12.54	c cleaning 22001 clauses out of 44028 with flag 266001/300808
14.46/13.52	c cleaning 23012 clauses out of 46026 with flag 290000/324807
15.48/14.54	c cleaning 23995 clauses out of 48014 with flag 315000/349807
16.59/15.63	c cleaning 24990 clauses out of 50020 with flag 341001/375808
17.72/16.75	c cleaning 25998 clauses out of 52030 with flag 368001/402808
18.85/17.89	c cleaning 26996 clauses out of 54031 with flag 396000/430807
20.05/19.09	c cleaning 28005 clauses out of 56035 with flag 425000/459807
21.36/20.37	c cleaning 28993 clauses out of 58030 with flag 455000/489807
22.67/21.67	c cleaning 30002 clauses out of 60039 with flag 486002/520809
24.08/23.06	c cleaning 31000 clauses out of 62035 with flag 518000/552807
25.48/24.41	c cleaning 32012 clauses out of 64035 with flag 551000/585807
26.79/25.77	c cleaning 33008 clauses out of 66025 with flag 585002/619809
28.20/27.19	c cleaning 33996 clauses out of 68018 with flag 620003/654810
29.83/28.72	c cleaning 34997 clauses out of 70020 with flag 656001/690808
31.43/30.31	c cleaning 35998 clauses out of 72024 with flag 693002/727809
33.05/31.98	c cleaning 37001 clauses out of 74024 with flag 731000/765807
34.75/33.64	c cleaning 38000 clauses out of 76026 with flag 770003/804810
36.56/35.44	c cleaning 38969 clauses out of 78023 with flag 810000/844807
38.37/37.30	c cleaning 40023 clauses out of 80056 with flag 851002/885809
40.28/39.10	c cleaning 41015 clauses out of 82031 with flag 893000/927807
42.39/41.28	c cleaning 42002 clauses out of 84016 with flag 936000/970807
44.51/43.36	c cleaning 42996 clauses out of 86015 with flag 980001/1014808
46.73/45.56	c cleaning 43986 clauses out of 88020 with flag 1025002/1059809
48.34/47.10	c Got one! Elapsed wall clock time (in seconds):46.986
48.34/47.10	o 17
48.65/47.48	c cleaning 42303 clauses out of 84624 with flag 5000/1100399
48.86/47.66	c cleaning 24152 clauses out of 48323 with flag 11002/1106401
49.08/47.85	c cleaning 15574 clauses out of 31169 with flag 18000/1113399
49.30/48.05	c cleaning 11786 clauses out of 23595 with flag 26000/1121399
49.51/48.28	c cleaning 10399 clauses out of 20809 with flag 35000/1130399
49.83/48.53	c cleaning 10197 clauses out of 20412 with flag 45002/1140401
50.04/48.78	c cleaning 10583 clauses out of 21213 with flag 56000/1151399
50.36/49.09	c cleaning 11293 clauses out of 22630 with flag 68000/1163399
50.66/49.40	c cleaning 12157 clauses out of 24337 with flag 81000/1176399
51.30/49.91	c cleaning 13093 clauses out of 26185 with flag 95005/1190404
51.80/50.49	c cleaning 14006 clauses out of 28087 with flag 110000/1205399
52.42/51.08	c cleaning 15027 clauses out of 30081 with flag 126000/1221399
53.14/51.72	c cleaning 16016 clauses out of 32054 with flag 143000/1238399
53.85/52.45	c cleaning 17018 clauses out of 34038 with flag 161000/1256399
54.57/53.18	c cleaning 18004 clauses out of 36024 with flag 180004/1275403
55.41/53.96	c cleaning 18994 clauses out of 38018 with flag 200002/1295401
56.21/54.75	c cleaning 19999 clauses out of 40022 with flag 221000/1316399
57.11/55.61	c cleaning 20993 clauses out of 42023 with flag 243000/1338399
58.02/56.53	c cleaning 22014 clauses out of 44030 with flag 266000/1361399
58.93/57.47	c cleaning 22971 clauses out of 46017 with flag 290001/1385400
60.03/58.50	c cleaning 24011 clauses out of 48045 with flag 315000/1410399
61.05/59.55	c cleaning 24976 clauses out of 50034 with flag 341000/1436399
62.07/60.59	c cleaning 26004 clauses out of 52058 with flag 368000/1463399
63.29/61.72	c cleaning 27014 clauses out of 54054 with flag 396000/1491399
64.49/62.90	c cleaning 28016 clauses out of 56044 with flag 425004/1520403
65.72/64.16	c cleaning 28976 clauses out of 58024 with flag 455000/1550399
67.23/65.63	c cleaning 30012 clauses out of 60050 with flag 486002/1581401
68.76/67.15	c cleaning 31010 clauses out of 62038 with flag 518002/1613401
70.29/68.65	c cleaning 31977 clauses out of 64026 with flag 551000/1646399
71.82/70.17	c cleaning 32999 clauses out of 66049 with flag 585000/1680399
73.43/71.76	c cleaning 34024 clauses out of 68053 with flag 620003/1715402
75.25/73.51	c cleaning 34994 clauses out of 70030 with flag 656004/1751403
76.87/75.12	c cleaning 36006 clauses out of 72032 with flag 693000/1788399
78.48/76.77	c cleaning 36980 clauses out of 74026 with flag 731000/1826399
80.30/78.53	c cleaning 37990 clauses out of 76046 with flag 770000/1865399
82.15/80.37	c cleaning 39000 clauses out of 78056 with flag 810000/1905399
84.07/82.28	c cleaning 40015 clauses out of 80056 with flag 851000/1946399
86.08/84.21	c cleaning 40977 clauses out of 82043 with flag 893002/1988401
87.99/86.10	c cleaning 42028 clauses out of 84064 with flag 936000/2031399
89.92/88.00	c cleaning 43006 clauses out of 86036 with flag 980000/2075399
91.93/90.05	c cleaning 43999 clauses out of 88030 with flag 1025000/2120399
93.93/92.06	c cleaning 45013 clauses out of 90032 with flag 1071001/2166400
96.04/94.18	c cleaning 45999 clauses out of 92019 with flag 1118001/2213400
98.35/96.48	c cleaning 46995 clauses out of 94021 with flag 1166002/2261401
100.87/98.91	c cleaning 48008 clauses out of 96026 with flag 1215002/2310401
103.19/101.27	c cleaning 49009 clauses out of 98018 with flag 1265002/2360401
105.60/103.65	c cleaning 49980 clauses out of 100009 with flag 1316002/2411401
108.13/106.15	c cleaning 51008 clauses out of 102027 with flag 1368000/2463399
110.75/108.76	c cleaning 51996 clauses out of 104019 with flag 1421000/2516399
113.28/111.28	c cleaning 53010 clauses out of 106024 with flag 1475001/2570400
116.00/113.90	c cleaning 54000 clauses out of 108013 with flag 1530000/2625399
118.82/116.79	c cleaning 54993 clauses out of 110013 with flag 1586000/2681399
121.84/119.72	c cleaning 56005 clauses out of 112020 with flag 1643000/2738399
124.67/122.56	c cleaning 56982 clauses out of 114015 with flag 1701000/2796399
127.49/125.39	c cleaning 58008 clauses out of 116033 with flag 1760000/2855399
130.40/128.29	c cleaning 58995 clauses out of 118025 with flag 1820000/2915399
133.42/131.20	c cleaning 60012 clauses out of 120030 with flag 1881000/2976399
136.23/134.05	c cleaning 61001 clauses out of 122019 with flag 1943001/3038400
139.35/137.14	c cleaning 61990 clauses out of 124019 with flag 2006002/3101401
142.67/140.42	c cleaning 62993 clauses out of 126029 with flag 2070002/3165401
146.19/143.93	c cleaning 64006 clauses out of 128035 with flag 2135001/3230400
149.41/147.16	c cleaning 64989 clauses out of 130028 with flag 2201000/3296399
153.13/150.83	c cleaning 66004 clauses out of 132040 with flag 2268001/3363400
157.06/154.76	c cleaning 67000 clauses out of 134035 with flag 2336000/3431399
160.38/158.04	c cleaning 68015 clauses out of 136035 with flag 2405000/3500399
163.80/161.46	c cleaning 69008 clauses out of 138020 with flag 2475000/3570399
167.13/164.75	c cleaning 69983 clauses out of 140013 with flag 2546001/3641400
170.55/168.11	c cleaning 70995 clauses out of 142030 with flag 2618001/3713400
173.96/171.52	c cleaning 72005 clauses out of 144035 with flag 2691001/3786400
177.57/175.10	c cleaning 72992 clauses out of 146029 with flag 2765000/3860399
181.30/178.81	c cleaning 74012 clauses out of 148037 with flag 2840000/3935399
185.12/182.68	c cleaning 74979 clauses out of 150025 with flag 2916000/4011399
189.04/186.53	c cleaning 76018 clauses out of 152046 with flag 2993000/4088399
192.88/190.31	c cleaning 76985 clauses out of 154028 with flag 3071000/4166399
196.60/194.07	c cleaning 78008 clauses out of 156043 with flag 3150000/4245399
201.02/198.40	c cleaning 78986 clauses out of 158035 with flag 3230000/4325399
205.14/202.52	c cleaning 80020 clauses out of 160049 with flag 3311000/4406399
209.35/206.76	c cleaning 81003 clauses out of 162030 with flag 3393001/4488400
213.57/210.97	c cleaning 81990 clauses out of 164026 with flag 3476000/4571399
217.89/215.25	c cleaning 82981 clauses out of 166036 with flag 3560000/4655399
222.32/219.63	c cleaning 84018 clauses out of 168059 with flag 3645004/4740403
226.84/224.12	c cleaning 84994 clauses out of 170037 with flag 3731000/4826399
231.16/228.48	c cleaning 86021 clauses out of 172047 with flag 3818004/4913403
235.39/232.61	c cleaning 86990 clauses out of 174023 with flag 3906001/5001400
240.01/237.23	c cleaning 87991 clauses out of 176033 with flag 3995001/5090400
244.54/241.71	c cleaning 89014 clauses out of 178043 with flag 4085002/5180401
248.96/246.14	c cleaning 89997 clauses out of 180027 with flag 4176000/5271399
253.58/250.77	c cleaning 91002 clauses out of 182032 with flag 4268002/5363401
258.31/255.49	c cleaning 92009 clauses out of 184028 with flag 4361000/5456399
263.35/260.45	c cleaning 92998 clauses out of 186019 with flag 4455000/5550399
268.58/265.64	c cleaning 93991 clauses out of 188021 with flag 4550000/5645399
274.39/271.42	c cleaning 95005 clauses out of 190030 with flag 4646000/5741399
280.63/277.64	c cleaning 95993 clauses out of 192026 with flag 4743001/5838400
286.05/283.05	c cleaning 97003 clauses out of 194032 with flag 4841000/5936399
291.07/288.03	c cleaning 97987 clauses out of 196032 with flag 4940003/6035402
296.38/293.34	c cleaning 99014 clauses out of 198042 with flag 5040000/6135399
301.95/298.83	c cleaning 100007 clauses out of 200029 with flag 5141001/6236400
308.06/304.95	c cleaning 100997 clauses out of 202022 with flag 5243001/6338400
314.40/311.22	c cleaning 102000 clauses out of 204024 with flag 5346000/6441399
320.32/317.15	c cleaning 102990 clauses out of 206024 with flag 5450000/6545399
326.24/323.01	c cleaning 104006 clauses out of 208034 with flag 5555000/6650399
331.86/328.69	c cleaning 104993 clauses out of 210028 with flag 5661000/6756399
338.71/335.45	c cleaning 106007 clauses out of 212035 with flag 5768000/6863399
344.43/341.17	c cleaning 106983 clauses out of 214028 with flag 5876000/6971399
351.86/348.54	c cleaning 108009 clauses out of 216045 with flag 5985000/7080399
357.80/354.45	c cleaning 109004 clauses out of 218037 with flag 6095001/7190400
364.64/361.26	c cleaning 109998 clauses out of 220032 with flag 6206000/7301399
370.48/367.08	c cleaning 110996 clauses out of 222036 with flag 6318002/7413401
376.63/373.17	c cleaning 112004 clauses out of 224038 with flag 6431000/7526399
382.34/378.87	c cleaning 112993 clauses out of 226034 with flag 6545000/7640399
389.05/385.57	c cleaning 114003 clauses out of 228042 with flag 6660001/7755400
396.70/393.19	c cleaning 114999 clauses out of 230038 with flag 6776000/7871399
403.23/399.67	c cleaning 115992 clauses out of 232039 with flag 6893000/7988399
409.78/406.16	c cleaning 117002 clauses out of 234049 with flag 7011002/8106401
416.80/413.13	c cleaning 118009 clauses out of 236045 with flag 7130000/8225399
424.06/420.36	c cleaning 118985 clauses out of 238037 with flag 7250001/8345400
431.70/427.99	c cleaning 119994 clauses out of 240051 with flag 7371000/8466399
438.83/435.00	c cleaning 120995 clauses out of 242058 with flag 7493001/8588400
445.28/441.46	c cleaning 122021 clauses out of 244062 with flag 7616000/8711399
452.91/449.00	c cleaning 123008 clauses out of 246043 with flag 7740002/8835401
460.65/456.73	c cleaning 124007 clauses out of 248035 with flag 7865002/8960401
468.89/464.93	c cleaning 124986 clauses out of 250026 with flag 7991000/9086399
476.44/472.44	c cleaning 125994 clauses out of 252041 with flag 8118001/9213400
484.36/480.33	c cleaning 127001 clauses out of 254046 with flag 8246000/9341399
492.20/488.19	c cleaning 128000 clauses out of 256047 with flag 8375002/9470401
499.54/495.47	c cleaning 128986 clauses out of 258045 with flag 8505000/9600399
507.36/503.22	c cleaning 130002 clauses out of 260059 with flag 8636000/9731399
514.89/510.70	c cleaning 131020 clauses out of 262057 with flag 8768000/9863399
521.84/517.64	c cleaning 132013 clauses out of 264037 with flag 8901000/9996399
530.31/526.00	c cleaning 132978 clauses out of 266024 with flag 9035000/10130399
538.74/534.40	c cleaning 134016 clauses out of 268046 with flag 9170000/10265399
547.06/542.79	c cleaning 135006 clauses out of 270031 with flag 9306001/10401400
554.30/549.96	c cleaning 135991 clauses out of 272024 with flag 9443000/10538399
562.22/557.83	c cleaning 137002 clauses out of 274033 with flag 9581000/10676399
570.16/565.73	c cleaning 137992 clauses out of 276031 with flag 9720000/10815399
577.80/573.32	c cleaning 139016 clauses out of 278040 with flag 9860001/10955400
586.04/581.56	c cleaning 139999 clauses out of 280023 with flag 10001000/11096399
595.67/591.12	c cleaning 140995 clauses out of 282024 with flag 10143000/11238399
604.41/599.87	c cleaning 141976 clauses out of 284029 with flag 10286000/11381399
614.55/609.99	c cleaning 143006 clauses out of 286053 with flag 10430000/11525399
622.91/618.21	c cleaning 144011 clauses out of 288054 with flag 10575007/11670406
632.93/628.26	c cleaning 144998 clauses out of 290036 with flag 10721000/11816399
643.48/638.71	c cleaning 146010 clauses out of 292038 with flag 10868000/11963399
654.32/649.51	c cleaning 147009 clauses out of 294032 with flag 11016004/12111403
664.35/659.47	c cleaning 147989 clauses out of 296019 with flag 11165000/12260399
674.50/669.50	c cleaning 148989 clauses out of 298030 with flag 11315000/12410399
684.44/679.45	c cleaning 150017 clauses out of 300041 with flag 11466000/12561399
693.97/688.92	c cleaning 150969 clauses out of 302024 with flag 11618000/12713399
705.22/700.14	c cleaning 152003 clauses out of 304055 with flag 11771000/12866399
715.14/710.01	c cleaning 153023 clauses out of 306052 with flag 11925000/13020399
724.37/719.22	c cleaning 154013 clauses out of 308030 with flag 12080001/13175400
735.81/730.67	c cleaning 154998 clauses out of 310016 with flag 12236000/13331399
749.63/744.43	c cleaning 156001 clauses out of 312018 with flag 12393000/13488399
760.69/755.44	c cleaning 156978 clauses out of 314017 with flag 12551000/13646399
771.15/765.86	c cleaning 157998 clauses out of 316039 with flag 12710000/13805399
781.48/776.16	c cleaning 159007 clauses out of 318043 with flag 12870002/13965401
793.03/787.68	c cleaning 159999 clauses out of 320034 with flag 13031000/14126399
804.36/798.94	c cleaning 160994 clauses out of 322035 with flag 13193000/14288399
814.51/809.00	c cleaning 161981 clauses out of 324041 with flag 13356000/14451399
826.45/820.96	c cleaning 163006 clauses out of 326061 with flag 13520001/14615400
839.11/833.57	c cleaning 164022 clauses out of 328054 with flag 13685000/14780399
851.84/846.27	c cleaning 165000 clauses out of 330034 with flag 13851002/14946401
864.17/858.56	c cleaning 165999 clauses out of 332032 with flag 14018000/15113399
874.91/869.21	c cleaning 167001 clauses out of 334033 with flag 14186000/15281399
885.34/879.63	c cleaning 167998 clauses out of 336032 with flag 14355000/15450399
896.91/891.15	c cleaning 168999 clauses out of 338036 with flag 14525002/15620401
907.96/902.12	c cleaning 169999 clauses out of 340035 with flag 14696000/15791399
920.37/914.53	c cleaning 171006 clauses out of 342036 with flag 14868000/15963399
933.32/927.47	c cleaning 171984 clauses out of 344030 with flag 15041000/16136399
947.18/941.26	c cleaning 173010 clauses out of 346046 with flag 15215000/16310399
960.02/954.07	c cleaning 174012 clauses out of 348036 with flag 15390000/16485399
972.58/966.55	c cleaning 174988 clauses out of 350024 with flag 15566000/16661399
985.80/979.70	c cleaning 176010 clauses out of 352037 with flag 15743001/16838400
999.65/993.53	c cleaning 176997 clauses out of 354026 with flag 15921000/17016399
1011.69/1005.55	c cleaning 177989 clauses out of 356029 with flag 16100000/17195399
1026.21/1020.07	c cleaning 179009 clauses out of 358041 with flag 16280001/17375400
1039.84/1033.67	c cleaning 179972 clauses out of 360031 with flag 16461000/17556399
1052.37/1046.15	c cleaning 181016 clauses out of 362059 with flag 16643000/17738399
1066.83/1060.56	c cleaning 182008 clauses out of 364043 with flag 16826000/17921399
1080.91/1074.59	c cleaning 182991 clauses out of 366038 with flag 17010003/18105402
1095.13/1088.72	c cleaning 184020 clauses out of 368044 with flag 17195000/18290399
1107.04/1100.66	c cleaning 184989 clauses out of 370024 with flag 17381000/18476399
1122.27/1115.87	c cleaning 186009 clauses out of 372036 with flag 17568001/18663400
1137.58/1131.14	c cleaning 186990 clauses out of 374029 with flag 17756003/18851402
1151.99/1145.56	c cleaning 188012 clauses out of 376037 with flag 17945001/19040400
1167.25/1160.76	c cleaning 188984 clauses out of 378024 with flag 18135000/19230399
1183.09/1176.57	c cleaning 190011 clauses out of 380042 with flag 18326002/19421401
1199.31/1192.76	c cleaning 190997 clauses out of 382030 with flag 18518001/19613400
1214.54/1207.93	c cleaning 191998 clauses out of 384033 with flag 18711001/19806400
1227.91/1221.21	c cleaning 193008 clauses out of 386036 with flag 18905002/20000401
1243.56/1236.87	c cleaning 194006 clauses out of 388027 with flag 19100001/20195400
1258.02/1251.28	c cleaning 194987 clauses out of 390023 with flag 19296003/20391402
1271.79/1264.94	c cleaning 195978 clauses out of 392034 with flag 19493001/20588400
1287.24/1280.36	c cleaning 197003 clauses out of 394055 with flag 19691000/20786399
1303.53/1296.45	c cleaning 197998 clauses out of 396052 with flag 19890000/20985399
1317.59/1310.43	c cleaning 199023 clauses out of 398054 with flag 20090000/21185399
1330.72/1323.52	c cleaning 199996 clauses out of 400033 with flag 20291002/21386401
1345.65/1338.42	c cleaning 201006 clauses out of 402039 with flag 20493004/21588403
1360.91/1353.64	c cleaning 202005 clauses out of 404036 with flag 20696007/21791406
1377.55/1370.26	c cleaning 202981 clauses out of 406024 with flag 20900000/21995399
1393.73/1386.35	c cleaning 203998 clauses out of 408044 with flag 21105001/22200400
1408.94/1401.54	c cleaning 205023 clauses out of 410045 with flag 21311000/22406399
1424.17/1416.76	c cleaning 205957 clauses out of 412022 with flag 21518000/22613399
1437.51/1430.01	c cleaning 207027 clauses out of 414067 with flag 21726002/22821401
1451.24/1443.73	c cleaning 208005 clauses out of 416038 with flag 21935000/23030399
1468.08/1460.50	c cleaning 208982 clauses out of 418036 with flag 22145003/23240402
1481.95/1474.40	c cleaning 210013 clauses out of 420052 with flag 22356001/23451400
1499.02/1491.38	c cleaning 210978 clauses out of 422038 with flag 22568000/23663399
1518.05/1510.31	c cleaning 212025 clauses out of 424060 with flag 22781000/23876399
1536.29/1528.57	c cleaning 212999 clauses out of 426035 with flag 22995000/24090399
1551.14/1543.37	c cleaning 214002 clauses out of 428037 with flag 23210001/24305400
1569.30/1561.40	c cleaning 214993 clauses out of 430034 with flag 23426000/24521399
1588.46/1580.57	c cleaning 216020 clauses out of 432043 with flag 23643002/24738401
1604.33/1596.34	c cleaning 217004 clauses out of 434022 with flag 23861001/24956400
1622.69/1614.60	c cleaning 217994 clauses out of 436019 with flag 24080002/25175401
1642.35/1634.26	c cleaning 219009 clauses out of 438023 with flag 24300000/25395399
1663.39/1655.21	c cleaning 219981 clauses out of 440014 with flag 24521000/25616399
1682.02/1673.88	c cleaning 221016 clauses out of 442037 with flag 24743004/25838403
1699.09/1690.82	c cleaning 221997 clauses out of 444018 with flag 24966001/26061400
1719.42/1711.18	c cleaning 222968 clauses out of 446020 with flag 25190000/26285399
1740.05/1731.79	c cleaning 224009 clauses out of 448053 with flag 25415001/26510400
1759.89/1751.60	c cleaning 225014 clauses out of 450044 with flag 25641001/26736400
1779.04/1770.65	c cleaning 225978 clauses out of 452030 with flag 25868001/26963400
1800.10/1791.61	c starts		: 381
1800.10/1791.61	c conflicts		: 27191399
1800.10/1791.61	c decisions		: 157310658
1800.10/1791.61	c propagations		: 1079911650
1800.10/1791.61	c inspects		: 7900767948
1800.10/1791.61	c shortcuts		: 0
1800.10/1791.61	c learnt literals	: 0
1800.10/1791.61	c learnt binary clauses	: 0
1800.10/1791.61	c learnt ternary clauses	: 0
1800.10/1791.61	c learnt constraints	: 27191399
1800.10/1791.61	c ignored constraints	: 0
1800.10/1791.61	c root simplifications	: 0
1800.10/1791.61	c removed literals (reason simplification)	: 0
1800.10/1791.61	c reason swapping (by a shorter reason)	: 0
1800.10/1791.61	c Calls to reduceDB	: 269
1800.10/1791.61	c number of reductions to clauses (during analyze)	: 0
1800.10/1791.61	c number of learned constraints concerned by reduction	: 0
1800.10/1791.61	c number of learning phase by resolution	: 0
1800.10/1791.61	c number of learning phase by cutting planes	: 0
1800.10/1791.61	c speed (assignments/second)	: 602861.060977128
1800.10/1791.61	c non guided choices	0
1800.10/1791.65	c learnt constraints type 
1800.10/1791.65	c org.sat4j.minisat.constraints.cnf.LearntWLClause => 454051
1800.10/1791.65	c constraints type 
1800.10/1791.65	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 702
1800.10/1791.65	c org.sat4j.minisat.constraints.card.MinWatchCard => 1
1800.10/1791.65	c ignored satisfied constraints => 1
1800.10/1791.65	c org.sat4j.minisat.constraints.cnf.OriginalBinaryClause => 3
1800.10/1791.65	c org.sat4j.minisat.constraints.cnf.UnitClause => 1
1800.10/1791.65	c 708 constraints processed.
1800.10/1791.65	s SATISFIABLE
1800.10/1791.65	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 
1800.10/1791.65	c objective function=17
1800.10/1791.65	c Total wall clock time (in seconds): 1791.534

Verifier Data

OK	17

Watcher Data

runsolver Copyright (C) 2010-2011 Olivier ROUSSEL

This is runsolver version 3.3.1 (svn: 989)

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-3687745-1337875509/watcher-3687745-1337875509 -o /tmp/evaluation-result-3687745-1337875509/solver-3687745-1337875509 -C 1800 -W 1900 -M 15500 java -jar HOME/sat4j-pb.jar HOME/instance-3687745-1337875509.opb 

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.00 2.00 1.91 3/194 17935
/proc/meminfo: memFree=29000428/32873648 swapFree=7360/7360
[pid=17935] ppid=17933 vsize=9292 CPUtime=0 cores=0,2,4,6
/proc/17935/stat : 17935 (java) D 17933 17935 16961 0 -1 4202496 249 0 0 0 0 0 0 0 20 0 1 0 253674967 9515008 182 33554432000 1073741824 1073778376 140736950608128 140736950599160 251053031093 0 0 4096 0 18446744072100609316 0 0 17 0 0 0 0 0 0
/proc/17935/statm: 2323 182 140 9 0 71 0

[startup+0.0670921 s]
/proc/loadavg: 2.00 2.00 1.91 3/194 17935
/proc/meminfo: memFree=29000428/32873648 swapFree=7360/7360
[pid=17935] ppid=17933 vsize=9558412 CPUtime=0.04 cores=0,2,4,6
/proc/17935/stat : 17935 (java) S 17933 17935 16961 0 -1 4202496 3189 0 1 0 4 0 0 0 20 0 18 0 253674967 9787813888 4397 33554432000 1073741824 1073778376 140736523266176 140736523257312 251056390205 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/17935/statm: 2389603 4398 1757 9 0 2380296 0
Current children cumulated CPU time (s) 0.04
Current children cumulated vsize (KiB) 9558412

[startup+0.100208 s]
/proc/loadavg: 2.00 2.00 1.91 3/194 17935
/proc/meminfo: memFree=29000428/32873648 swapFree=7360/7360
[pid=17935] ppid=17933 vsize=9558412 CPUtime=0.09 cores=0,2,4,6
/proc/17935/stat : 17935 (java) S 17933 17935 16961 0 -1 4202496 4270 0 1 0 8 1 0 0 20 0 18 0 253674967 9787813888 5474 33554432000 1073741824 1073778376 140736523266176 140736523257312 251056390205 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/17935/statm: 2389603 5474 2108 9 0 2380296 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 9558412

[startup+0.300244 s]
/proc/loadavg: 2.00 2.00 1.91 3/194 17935
/proc/meminfo: memFree=29000428/32873648 swapFree=7360/7360
[pid=17935] ppid=17933 vsize=9558412 CPUtime=0.53 cores=0,2,4,6
/proc/17935/stat : 17935 (java) S 17933 17935 16961 0 -1 4202496 7672 0 1 0 52 1 0 0 20 0 18 0 253674967 9787813888 9611 33554432000 1073741824 1073778376 140736523266176 140736523257312 251056390205 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/17935/statm: 2389603 9611 2224 9 0 2380296 0
Current children cumulated CPU time (s) 0.53
Current children cumulated vsize (KiB) 9558412

[startup+0.700267 s]
/proc/loadavg: 2.00 2.00 1.91 3/194 17935
/proc/meminfo: memFree=29000428/32873648 swapFree=7360/7360
[pid=17935] ppid=17933 vsize=9624976 CPUtime=1.38 cores=0,2,4,6
/proc/17935/stat : 17935 (java) S 17933 17935 16961 0 -1 4202496 9786 0 1 0 136 2 0 0 20 0 19 0 253674967 9855975424 10490 33554432000 1073741824 1073778376 140736523266176 140736523257312 251056390205 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/17935/statm: 2406244 10490 2254 9 0 2396937 0
Current children cumulated CPU time (s) 1.38
Current children cumulated vsize (KiB) 9624976

[startup+1.50059 s]
/proc/loadavg: 2.00 2.00 1.91 3/213 17954
/proc/meminfo: memFree=28960736/32873648 swapFree=7360/7360
[pid=17935] ppid=17933 vsize=9624976 CPUtime=2.25 cores=0,2,4,6
/proc/17935/stat : 17935 (java) S 17933 17935 16961 0 -1 4202496 9850 0 1 0 223 2 0 0 20 0 19 0 253674967 9855975424 12078 33554432000 1073741824 1073778376 140736523266176 140736523257312 251056390205 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/17935/statm: 2406244 12078 2278 9 0 2396937 0
[pid=17935/tid=17937] ppid=17933 vsize=9624976 CPUtime=1.43 cores=0,2,4,6
/proc/17935/task/17937/stat : 17937 (java) R 17933 17935 16961 0 -1 4202560 2460 0 1 0 142 1 0 0 20 0 19 0 253674968 9855975424 12078 33554432000 1073741824 1073778376 140736523266176 139920276234648 139920119873087 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0
[pid=17935/tid=17938] ppid=17933 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/17935/task/17938/stat : 17938 (java) S 17933 17935 16961 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 253674969 9855975424 12078 33554432000 1073741824 1073778376 140736523266176 139920237725864 251056403516 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=17935/tid=17939] ppid=17933 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/17935/task/17939/stat : 17939 (java) S 17933 17935 16961 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 253674969 9855975424 12078 33554432000 1073741824 1073778376 140736523266176 139920119163176 251056403516 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=17935/tid=17940] ppid=17933 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/17935/task/17940/stat : 17940 (java) S 17933 17935 16961 0 -1 4202560 5 0 0 0 0 0 0 0 20 0 19 0 253674969 9855975424 12078 33554432000 1073741824 1073778376 140736523266176 139920118110632 251056403516 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=17935/tid=17941] ppid=17933 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/17935/task/17941/stat : 17941 (java) S 17933 17935 16961 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 253674969 9855975424 12078 33554432000 1073741824 1073778376 140736523266176 139920117058088 251056403516 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=17935/tid=17942] ppid=17933 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/17935/task/17942/stat : 17942 (java) S 17933 17935 16961 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 253674969 9855975424 12078 33554432000 1073741824 1073778376 140736523266176 139920116005544 251056403516 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=17935/tid=17943] ppid=17933 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/17935/task/17943/stat : 17943 (java) S 17933 17935 16961 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 253674969 9855975424 12078 33554432000 1073741824 1073778376 140736523266176 139920114953000 251056403516 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=17935/tid=17944] ppid=17933 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/17935/task/17944/stat : 17944 (java) S 17933 17935 16961 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 253674969 9855975424 12078 33554432000 1073741824 1073778376 140736523266176 139920113900456 251056403516 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=17935/tid=17945] ppid=17933 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/17935/task/17945/stat : 17945 (java) S 17933 17935 16961 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 253674969 9855975424 12078 33554432000 1073741824 1073778376 140736523266176 139920112847912 251056403516 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=17935/tid=17946] ppid=17933 vsize=9624976 CPUtime=0.01 cores=0,2,4,6
/proc/17935/task/17946/stat : 17946 (java) S 17933 17935 16961 0 -1 4202560 29 0 0 0 1 0 0 0 20 0 19 0 253674970 9855975424 12078 33554432000 1073741824 1073778376 140736523266176 139919630518376 251056404393 0 0 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=17935/tid=17947] ppid=17933 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/17935/task/17947/stat : 17947 (java) S 17933 17935 16961 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 253674971 9855975424 12078 33554432000 1073741824 1073778376 140736523266176 139919629464696 251056403516 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=17935/tid=17948] ppid=17933 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/17935/task/17948/stat : 17948 (java) S 17933 17935 16961 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 253674971 9855975424 12078 33554432000 1073741824 1073778376 140736523266176 139919628412040 251056403516 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=17935/tid=17949] ppid=17933 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/17935/task/17949/stat : 17949 (java) S 17933 17935 16961 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 253674973 9855975424 12078 33554432000 1073741824 1073778376 140736523266176 139919627360784 251056412448 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=17935/tid=17950] ppid=17933 vsize=9624976 CPUtime=0.4 cores=0,2,4,6
/proc/17935/task/17950/stat : 17950 (java) S 17933 17935 16961 0 -1 4202560 3623 0 0 0 40 0 0 0 20 0 19 0 253674973 9855975424 12078 33554432000 1073741824 1073778376 140736523266176 139919626308152 251056403516 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=17935/tid=17951] ppid=17933 vsize=9624976 CPUtime=0.32 cores=0,2,4,6
/proc/17935/task/17951/stat : 17951 (java) S 17933 17935 16961 0 -1 4202560 2512 0 0 0 32 0 0 0 20 0 19 0 253674973 9855975424 12078 33554432000 1073741824 1073778376 140736523266176 139919625255608 251056403516 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=17935/tid=17952] ppid=17933 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/17935/task/17952/stat : 17952 (java) S 17933 17935 16961 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 253674973 9855975424 12078 33554432000 1073741824 1073778376 140736523266176 139919624203256 251056403516 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=17935/tid=17953] ppid=17933 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/17935/task/17953/stat : 17953 (java) S 17933 17935 16961 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 253674973 9855975424 12078 33554432000 1073741824 1073778376 140736523266176 139919623150920 251056404393 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=17935/tid=17954] ppid=17933 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/17935/task/17954/stat : 17954 (java) S 17933 17935 16961 0 -1 4202560 12 0 0 0 0 0 0 0 20 0 19 0 253674997 9855975424 12078 33554432000 1073741824 1073778376 140736523266176 139919622095656 251056404393 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
Current children cumulated CPU time (s) 2.25
Current children cumulated vsize (KiB) 9624976

[startup+3.10068 s]
/proc/loadavg: 2.00 2.00 1.91 3/213 17954
/proc/meminfo: memFree=28954220/32873648 swapFree=7360/7360
[pid=17935] ppid=17933 vsize=9624976 CPUtime=3.93 cores=0,2,4,6
/proc/17935/stat : 17935 (java) S 17933 17935 16961 0 -1 4202496 10243 0 1 0 390 3 0 0 20 0 19 0 253674967 9855975424 13627 33554432000 1073741824 1073778376 140736523266176 140736523257312 251056390205 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/17935/statm: 2406244 13627 2278 9 0 2396937 0
[pid=17935/tid=17937] ppid=17933 vsize=9624976 CPUtime=2.96 cores=0,2,4,6
/proc/17935/task/17937/stat : 17937 (java) R 17933 17935 16961 0 -1 4202560 2464 0 1 0 295 1 0 0 20 0 19 0 253674968 9855975424 13627 33554432000 1073741824 1073778376 140736523266176 139920276234528 139920119776131 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0
[pid=17935/tid=17938] ppid=17933 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/17935/task/17938/stat : 17938 (java) S 17933 17935 16961 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 253674969 9855975424 13627 33554432000 1073741824 1073778376 140736523266176 139920237725864 251056403516 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=17935/tid=17939] ppid=17933 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/17935/task/17939/stat : 17939 (java) S 17933 17935 16961 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 253674969 9855975424 13627 33554432000 1073741824 1073778376 140736523266176 139920119163176 251056403516 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=17935/tid=17940] ppid=17933 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/17935/task/17940/stat : 17940 (java) S 17933 17935 16961 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 253674969 9855975424 13627 33554432000 1073741824 1073778376 140736523266176 139920118110632 251056403516 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=17935/tid=17941] ppid=17933 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/17935/task/17941/stat : 17941 (java) S 17933 17935 16961 0 -1 4202560 16 0 0 0 0 0 0 0 20 0 19 0 253674969 9855975424 13627 33554432000 1073741824 1073778376 140736523266176 139920117058088 251056403516 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=17935/tid=17942] ppid=17933 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/17935/task/17942/stat : 17942 (java) S 17933 17935 16961 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 19 0 253674969 9855975424 13627 33554432000 1073741824 1073778376 140736523266176 139920116005544 251056403516 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=17935/tid=17943] ppid=17933 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/17935/task/17943/stat : 17943 (java) S 17933 17935 16961 0 -1 4202560 5 0 0 0 0 0 0 0 20 0 19 0 253674969 9855975424 13627 33554432000 1073741824 1073778376 140736523266176 139920114953000 251056403516 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=17935/tid=17944] ppid=17933 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/17935/task/17944/stat : 17944 (java) S 17933 17935 16961 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 253674969 9855975424 13627 33554432000 1073741824 1073778376 140736523266176 139920113900456 251056403516 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=17935/tid=17945] ppid=17933 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/17935/task/17945/stat : 17945 (java) S 17933 17935 16961 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 253674969 9855975424 13627 33554432000 1073741824 1073778376 140736523266176 139920112847912 251056403516 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=17935/tid=17946] ppid=17933 vsize=9624976 CPUtime=0.06 cores=0,2,4,6
/proc/17935/task/17946/stat : 17946 (java) S 17933 17935 16961 0 -1 4202560 30 0 0 0 6 0 0 0 20 0 19 0 253674970 9855975424 13627 33554432000 1073741824 1073778376 140736523266176 139919630518376 251056404393 0 0 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=17935/tid=17947] ppid=17933 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/17935/task/17947/stat : 17947 (java) S 17933 17935 16961 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 253674971 9855975424 13627 33554432000 1073741824 1073778376 140736523266176 139919629464696 251056403516 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=17935/tid=17948] ppid=17933 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/17935/task/17948/stat : 17948 (java) S 17933 17935 16961 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 253674971 9855975424 13627 33554432000 1073741824 1073778376 140736523266176 139919628412040 251056403516 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=17935/tid=17949] ppid=17933 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/17935/task/17949/stat : 17949 (java) S 17933 17935 16961 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 253674973 9855975424 13627 33554432000 1073741824 1073778376 140736523266176 139919627360784 251056412448 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=17935/tid=17950] ppid=17933 vsize=9624976 CPUtime=0.45 cores=0,2,4,6
/proc/17935/task/17950/stat : 17950 (java) S 17933 17935 16961 0 -1 4202560 3991 0 0 0 45 0 0 0 20 0 19 0 253674973 9855975424 13627 33554432000 1073741824 1073778376 140736523266176 139919626308152 251056403516 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=17935/tid=17951] ppid=17933 vsize=9624976 CPUtime=0.33 cores=0,2,4,6
/proc/17935/task/17951/stat : 17951 (java) S 17933 17935 16961 0 -1 4202560 2513 0 0 0 33 0 0 0 20 0 19 0 253674973 9855975424 13627 33554432000 1073741824 1073778376 140736523266176 139919625255608 251056403516 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=17935/tid=17952] ppid=17933 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/17935/task/17952/stat : 17952 (java) S 17933 17935 16961 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 253674973 9855975424 13627 33554432000 1073741824 1073778376 140736523266176 139919624203256 251056403516 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=17935/tid=17953] ppid=17933 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/17935/task/17953/stat : 17953 (java) S 17933 17935 16961 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 253674973 9855975424 13627 33554432000 1073741824 1073778376 140736523266176 139919623150920 251056404393 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=17935/tid=17954] ppid=17933 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/17935/task/17954/stat : 17954 (java) S 17933 17935 16961 0 -1 4202560 12 0 0 0 0 0 0 0 20 0 19 0 253674997 9855975424 13627 33554432000 1073741824 1073778376 140736523266176 139919622095656 251056404393 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
Current children cumulated CPU time (s) 3.93
Current children cumulated vsize (KiB) 9624976

[startup+6.30064 s]
/proc/loadavg: 2.00 2.00 1.91 3/213 17954
/proc/meminfo: memFree=28954596/32873648 swapFree=7360/7360
[pid=17935] ppid=17933 vsize=9624976 CPUtime=7.17 cores=0,2,4,6
/proc/17935/stat : 17935 (java) S 17933 17935 16961 0 -1 4202496 10274 0 1 0 714 3 0 0 20 0 19 0 253674967 9855975424 13907 33554432000 1073741824 1073778376 140736523266176 140736523257312 251056390205 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/17935/statm: 2406244 13907 2278 9 0 2396937 0
[pid=17935/tid=17937] ppid=17933 vsize=9624976 CPUtime=6.06 cores=0,2,4,6
/proc/17935/task/17937/stat : 17937 (java) R 17933 17935 16961 0 -1 4202560 2472 0 1 0 604 2 0 0 20 0 19 0 253674968 9855975424 13907 33554432000 1073741824 1073778376 140736523266176 139920276234648 139920119742723 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0
[pid=17935/tid=17938] ppid=17933 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/17935/task/17938/stat : 17938 (java) S 17933 17935 16961 0 -1 4202560 12 0 0 0 0 0 0 0 20 0 19 0 253674969 9855975424 13907 33554432000 1073741824 1073778376 140736523266176 139920237725864 251056403516 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=17935/tid=17939] ppid=17933 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/17935/task/17939/stat : 17939 (java) S 17933 17935 16961 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 19 0 253674969 9855975424 13907 33554432000 1073741824 1073778376 140736523266176 139920119163176 251056403516 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=17935/tid=17940] ppid=17933 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/17935/task/17940/stat : 17940 (java) S 17933 17935 16961 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 253674969 9855975424 13907 33554432000 1073741824 1073778376 140736523266176 139920118110632 251056403516 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=17935/tid=17941] ppid=17933 vsize=9624976 CPUtime=0.01 cores=0,2,4,6
/proc/17935/task/17941/stat : 17941 (java) S 17933 17935 16961 0 -1 4202560 17 0 0 0 1 0 0 0 20 0 19 0 253674969 9855975424 13907 33554432000 1073741824 1073778376 140736523266176 139920117058088 251056403516 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=17935/tid=17942] ppid=17933 vsize=9624976 CPUtime=0.01 cores=0,2,4,6
/proc/17935/task/17942/stat : 17942 (java) S 17933 17935 16961 0 -1 4202560 10 0 0 0 1 0 0 0 20 0 19 0 253674969 9855975424 13907 33554432000 1073741824 1073778376 140736523266176 139920116005544 251056403516 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=17935/tid=17943] ppid=17933 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/17935/task/17943/stat : 17943 (java) S 17933 17935 16961 0 -1 4202560 13 0 0 0 0 0 0 0 20 0 19 0 253674969 9855975424 13907 33554432000 1073741824 1073778376 140736523266176 139920114953000 251056403516 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=17935/tid=17944] ppid=17933 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/17935/task/17944/stat : 17944 (java) S 17933 17935 16961 0 -1 4202560 4 0 0 0 0 0 0 0 20 0 19 0 253674969 9855975424 13907 33554432000 1073741824 1073778376 140736523266176 139920113900456 251056403516 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=17935/tid=17945] ppid=17933 vsize=9624976 CPUtime=0.01 cores=0,2,4,6
/proc/17935/task/17945/stat : 17945 (java) S 17933 17935 16961 0 -1 4202560 6 0 0 0 1 0 0 0 20 0 19 0 253674969 9855975424 13907 33554432000 1073741824 1073778376 140736523266176 139920112847912 251056403516 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=17935/tid=17946] ppid=17933 vsize=9624976 CPUtime=0.14 cores=0,2,4,6
/proc/17935/task/17946/stat : 17946 (java) S 17933 17935 16961 0 -1 4202560 31 0 0 0 14 0 0 0 20 0 19 0 253674970 9855975424 13907 33554432000 1073741824 1073778376 140736523266176 139919630518376 251056404393 0 0 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=17935/tid=17947] ppid=17933 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/17935/task/17947/stat : 17947 (java) S 17933 17935 16961 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 253674971 9855975424 13907 33554432000 1073741824 1073778376 140736523266176 139919629464696 251056403516 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=17935/tid=17948] ppid=17933 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/17935/task/17948/stat : 17948 (java) S 17933 17935 16961 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 253674971 9855975424 13907 33554432000 1073741824 1073778376 140736523266176 139919628412040 251056403516 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=17935/tid=17949] ppid=17933 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/17935/task/17949/stat : 17949 (java) S 17933 17935 16961 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 253674973 9855975424 13907 33554432000 1073741824 1073778376 140736523266176 139919627360784 251056412448 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=17935/tid=17950] ppid=17933 vsize=9624976 CPUtime=0.46 cores=0,2,4,6
/proc/17935/task/17950/stat : 17950 (java) S 17933 17935 16961 0 -1 4202560 3991 0 0 0 46 0 0 0 20 0 19 0 253674973 9855975424 13907 33554432000 1073741824 1073778376 140736523266176 139919626308152 251056403516 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=17935/tid=17951] ppid=17933 vsize=9624976 CPUtime=0.33 cores=0,2,4,6
/proc/17935/task/17951/stat : 17951 (java) S 17933 17935 16961 0 -1 4202560 2513 0 0 0 33 0 0 0 20 0 19 0 253674973 9855975424 13907 33554432000 1073741824 1073778376 140736523266176 139919625255608 251056403516 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=17935/tid=17952] ppid=17933 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/17935/task/17952/stat : 17952 (java) S 17933 17935 16961 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 253674973 9855975424 13907 33554432000 1073741824 1073778376 140736523266176 139919624203256 251056403516 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=17935/tid=17953] ppid=17933 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/17935/task/17953/stat : 17953 (java) S 17933 17935 16961 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 253674973 9855975424 13907 33554432000 1073741824 1073778376 140736523266176 139919623150920 251056404393 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=17935/tid=17954] ppid=17933 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/17935/task/17954/stat : 17954 (java) S 17933 17935 16961 0 -1 4202560 12 0 0 0 0 0 0 0 20 0 19 0 253674997 9855975424 13907 33554432000 1073741824 1073778376 140736523266176 139919622095656 251056404393 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
Current children cumulated CPU time (s) 7.17
Current children cumulated vsize (KiB) 9624976

[startup+12.7007 s]

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

[pid=17935/tid=17943] ppid=17933 vsize=9624976 CPUtime=1.35 cores=0,2,4,6
/proc/17935/task/17943/stat : 17943 (java) S 17933 17935 16961 0 -1 4202560 238 0 0 0 132 3 0 0 20 0 19 0 253674969 9855975424 58381 33554432000 1073741824 1073778376 140736523266176 139920114953000 251056403516 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=17935/tid=17944] ppid=17933 vsize=9624976 CPUtime=1.32 cores=0,2,4,6
/proc/17935/task/17944/stat : 17944 (java) S 17933 17935 16961 0 -1 4202560 271 0 0 0 131 1 0 0 20 0 19 0 253674969 9855975424 58381 33554432000 1073741824 1073778376 140736523266176 139920113900456 251056403516 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=17935/tid=17945] ppid=17933 vsize=9624976 CPUtime=1.23 cores=0,2,4,6
/proc/17935/task/17945/stat : 17945 (java) S 17933 17935 16961 0 -1 4202560 229 0 0 0 120 3 0 0 20 0 19 0 253674969 9855975424 58381 33554432000 1073741824 1073778376 140736523266176 139920112847912 251056403516 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=17935/tid=17946] ppid=17933 vsize=9624976 CPUtime=11.97 cores=0,2,4,6
/proc/17935/task/17946/stat : 17946 (java) S 17933 17935 16961 0 -1 4202560 156 0 0 0 1194 3 0 0 20 0 19 0 253674970 9855975424 58381 33554432000 1073741824 1073778376 140736523266176 139919630518376 251056404393 0 0 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=17935/tid=17947] ppid=17933 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/17935/task/17947/stat : 17947 (java) S 17933 17935 16961 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 253674971 9855975424 58381 33554432000 1073741824 1073778376 140736523266176 139919629464696 251056403516 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=17935/tid=17948] ppid=17933 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/17935/task/17948/stat : 17948 (java) S 17933 17935 16961 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 253674971 9855975424 58381 33554432000 1073741824 1073778376 140736523266176 139919628412040 251056403516 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=17935/tid=17949] ppid=17933 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/17935/task/17949/stat : 17949 (java) S 17933 17935 16961 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 253674973 9855975424 58381 33554432000 1073741824 1073778376 140736523266176 139919627360784 251056412448 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=17935/tid=17950] ppid=17933 vsize=9624976 CPUtime=0.49 cores=0,2,4,6
/proc/17935/task/17950/stat : 17950 (java) S 17933 17935 16961 0 -1 4202560 4141 0 0 0 49 0 0 0 20 0 19 0 253674973 9855975424 58381 33554432000 1073741824 1073778376 140736523266176 139919626308152 251056403516 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=17935/tid=17951] ppid=17933 vsize=9624976 CPUtime=0.33 cores=0,2,4,6
/proc/17935/task/17951/stat : 17951 (java) S 17933 17935 16961 0 -1 4202560 2513 0 0 0 33 0 0 0 20 0 19 0 253674973 9855975424 58381 33554432000 1073741824 1073778376 140736523266176 139919625255608 251056403516 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=17935/tid=17952] ppid=17933 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/17935/task/17952/stat : 17952 (java) S 17933 17935 16961 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 253674973 9855975424 58381 33554432000 1073741824 1073778376 140736523266176 139919624203256 251056403516 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=17935/tid=17953] ppid=17933 vsize=9624976 CPUtime=0.44 cores=0,2,4,6
/proc/17935/task/17953/stat : 17953 (java) S 17933 17935 16961 0 -1 4202560 94 0 0 0 19 25 0 0 20 0 19 0 253674973 9855975424 58381 33554432000 1073741824 1073778376 140736523266176 139919623150920 251056404393 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=17935/tid=17954] ppid=17933 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/17935/task/17954/stat : 17954 (java) S 17933 17935 16961 0 -1 4202560 12 0 0 0 0 0 0 0 20 0 19 0 253674997 9855975424 58381 33554432000 1073741824 1073778376 140736523266176 139919622095656 251056404393 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
Current children cumulated CPU time (s) 1670.52
Current children cumulated vsize (KiB) 9624976

[startup+1722.3 s]
/proc/loadavg: 2.01 2.02 1.97 3/213 18030
/proc/meminfo: memFree=28414492/32873648 swapFree=7360/7360
[pid=17935] ppid=17933 vsize=9624976 CPUtime=1730.65 cores=0,2,4,6
/proc/17935/stat : 17935 (java) S 17933 17935 16961 0 -1 4202496 13308 0 1 0 173020 45 0 0 20 0 19 0 253674967 9855975424 58381 33554432000 1073741824 1073778376 140736523266176 140736523257312 251056390205 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/17935/statm: 2406244 58381 2279 9 0 2396937 0
[pid=17935/tid=17937] ppid=17933 vsize=9624976 CPUtime=1706.92 cores=0,2,4,6
/proc/17935/task/17937/stat : 17937 (java) R 17933 17935 16961 0 -1 4202560 2742 0 1 0 170663 29 0 0 20 0 19 0 253674968 9855975424 58381 33554432000 1073741824 1073778376 140736523266176 139920276234528 139920119742964 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0
[pid=17935/tid=17938] ppid=17933 vsize=9624976 CPUtime=1.28 cores=0,2,4,6
/proc/17935/task/17938/stat : 17938 (java) S 17933 17935 16961 0 -1 4202560 463 0 0 0 126 2 0 0 20 0 19 0 253674969 9855975424 58381 33554432000 1073741824 1073778376 140736523266176 139920237725864 251056403516 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=17935/tid=17939] ppid=17933 vsize=9624976 CPUtime=1.38 cores=0,2,4,6
/proc/17935/task/17939/stat : 17939 (java) S 17933 17935 16961 0 -1 4202560 342 0 0 0 136 2 0 0 20 0 19 0 253674969 9855975424 58381 33554432000 1073741824 1073778376 140736523266176 139920119163176 251056403516 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=17935/tid=17940] ppid=17933 vsize=9624976 CPUtime=1.33 cores=0,2,4,6
/proc/17935/task/17940/stat : 17940 (java) S 17933 17935 16961 0 -1 4202560 280 0 0 0 131 2 0 0 20 0 19 0 253674969 9855975424 58381 33554432000 1073741824 1073778376 140736523266176 139920118110632 251056403516 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=17935/tid=17941] ppid=17933 vsize=9624976 CPUtime=1.27 cores=0,2,4,6
/proc/17935/task/17941/stat : 17941 (java) S 17933 17935 16961 0 -1 4202560 353 0 0 0 124 3 0 0 20 0 19 0 253674969 9855975424 58381 33554432000 1073741824 1073778376 140736523266176 139920117058088 251056403516 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=17935/tid=17942] ppid=17933 vsize=9624976 CPUtime=1.33 cores=0,2,4,6
/proc/17935/task/17942/stat : 17942 (java) S 17933 17935 16961 0 -1 4202560 292 0 0 0 130 3 0 0 20 0 19 0 253674969 9855975424 58381 33554432000 1073741824 1073778376 140736523266176 139920116005544 251056403516 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=17935/tid=17943] ppid=17933 vsize=9624976 CPUtime=1.37 cores=0,2,4,6
/proc/17935/task/17943/stat : 17943 (java) S 17933 17935 16961 0 -1 4202560 238 0 0 0 134 3 0 0 20 0 19 0 253674969 9855975424 58381 33554432000 1073741824 1073778376 140736523266176 139920114953000 251056403516 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=17935/tid=17944] ppid=17933 vsize=9624976 CPUtime=1.34 cores=0,2,4,6
/proc/17935/task/17944/stat : 17944 (java) S 17933 17935 16961 0 -1 4202560 271 0 0 0 133 1 0 0 20 0 19 0 253674969 9855975424 58381 33554432000 1073741824 1073778376 140736523266176 139920113900456 251056403516 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=17935/tid=17945] ppid=17933 vsize=9624976 CPUtime=1.25 cores=0,2,4,6
/proc/17935/task/17945/stat : 17945 (java) S 17933 17935 16961 0 -1 4202560 229 0 0 0 122 3 0 0 20 0 19 0 253674969 9855975424 58381 33554432000 1073741824 1073778376 140736523266176 139920112847912 251056403516 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=17935/tid=17946] ppid=17933 vsize=9624976 CPUtime=12.28 cores=0,2,4,6
/proc/17935/task/17946/stat : 17946 (java) S 17933 17935 16961 0 -1 4202560 160 0 0 0 1224 4 0 0 20 0 19 0 253674970 9855975424 58381 33554432000 1073741824 1073778376 140736523266176 139919630518376 251056404393 0 0 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=17935/tid=17947] ppid=17933 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/17935/task/17947/stat : 17947 (java) S 17933 17935 16961 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 253674971 9855975424 58381 33554432000 1073741824 1073778376 140736523266176 139919629464696 251056403516 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=17935/tid=17948] ppid=17933 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/17935/task/17948/stat : 17948 (java) S 17933 17935 16961 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 253674971 9855975424 58381 33554432000 1073741824 1073778376 140736523266176 139919628412040 251056403516 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=17935/tid=17949] ppid=17933 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/17935/task/17949/stat : 17949 (java) S 17933 17935 16961 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 253674973 9855975424 58381 33554432000 1073741824 1073778376 140736523266176 139919627360784 251056412448 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=17935/tid=17950] ppid=17933 vsize=9624976 CPUtime=0.49 cores=0,2,4,6
/proc/17935/task/17950/stat : 17950 (java) S 17933 17935 16961 0 -1 4202560 4141 0 0 0 49 0 0 0 20 0 19 0 253674973 9855975424 58381 33554432000 1073741824 1073778376 140736523266176 139919626308152 251056403516 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=17935/tid=17951] ppid=17933 vsize=9624976 CPUtime=0.33 cores=0,2,4,6
/proc/17935/task/17951/stat : 17951 (java) S 17933 17935 16961 0 -1 4202560 2513 0 0 0 33 0 0 0 20 0 19 0 253674973 9855975424 58381 33554432000 1073741824 1073778376 140736523266176 139919625255608 251056403516 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=17935/tid=17952] ppid=17933 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/17935/task/17952/stat : 17952 (java) S 17933 17935 16961 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 253674973 9855975424 58381 33554432000 1073741824 1073778376 140736523266176 139919624203256 251056403516 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=17935/tid=17953] ppid=17933 vsize=9624976 CPUtime=0.46 cores=0,2,4,6
/proc/17935/task/17953/stat : 17953 (java) S 17933 17935 16961 0 -1 4202560 98 0 0 0 20 26 0 0 20 0 19 0 253674973 9855975424 58381 33554432000 1073741824 1073778376 140736523266176 139919623150920 251056404393 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=17935/tid=17954] ppid=17933 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/17935/task/17954/stat : 17954 (java) S 17933 17935 16961 0 -1 4202560 12 0 0 0 0 0 0 0 20 0 19 0 253674997 9855975424 58381 33554432000 1073741824 1073778376 140736523266176 139919622095656 251056404393 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
Current children cumulated CPU time (s) 1730.65
Current children cumulated vsize (KiB) 9624976

[startup+1782.3 s]
/proc/loadavg: 2.00 2.02 1.97 3/213 18030
/proc/meminfo: memFree=28414624/32873648 swapFree=7360/7360
[pid=17935] ppid=17933 vsize=9624976 CPUtime=1790.79 cores=0,2,4,6
/proc/17935/stat : 17935 (java) S 17933 17935 16961 0 -1 4202496 13317 0 1 0 179033 46 0 0 20 0 19 0 253674967 9855975424 58381 33554432000 1073741824 1073778376 140736523266176 140736523257312 251056390205 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/17935/statm: 2406244 58381 2279 9 0 2396937 0
[pid=17935/tid=17937] ppid=17933 vsize=9624976 CPUtime=1766.57 cores=0,2,4,6
/proc/17935/task/17937/stat : 17937 (java) R 17933 17935 16961 0 -1 4202560 2745 0 1 0 176627 30 0 0 20 0 19 0 253674968 9855975424 58381 33554432000 1073741824 1073778376 140736523266176 139920276234528 139920119874338 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0
[pid=17935/tid=17938] ppid=17933 vsize=9624976 CPUtime=1.3 cores=0,2,4,6
/proc/17935/task/17938/stat : 17938 (java) S 17933 17935 16961 0 -1 4202560 463 0 0 0 128 2 0 0 20 0 19 0 253674969 9855975424 58381 33554432000 1073741824 1073778376 140736523266176 139920237725864 251056403516 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=17935/tid=17939] ppid=17933 vsize=9624976 CPUtime=1.4 cores=0,2,4,6
/proc/17935/task/17939/stat : 17939 (java) S 17933 17935 16961 0 -1 4202560 342 0 0 0 138 2 0 0 20 0 19 0 253674969 9855975424 58381 33554432000 1073741824 1073778376 140736523266176 139920119163176 251056403516 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=17935/tid=17940] ppid=17933 vsize=9624976 CPUtime=1.35 cores=0,2,4,6
/proc/17935/task/17940/stat : 17940 (java) S 17933 17935 16961 0 -1 4202560 280 0 0 0 133 2 0 0 20 0 19 0 253674969 9855975424 58381 33554432000 1073741824 1073778376 140736523266176 139920118110632 251056403516 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=17935/tid=17941] ppid=17933 vsize=9624976 CPUtime=1.31 cores=0,2,4,6
/proc/17935/task/17941/stat : 17941 (java) S 17933 17935 16961 0 -1 4202560 353 0 0 0 128 3 0 0 20 0 19 0 253674969 9855975424 58381 33554432000 1073741824 1073778376 140736523266176 139920117058088 251056403516 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=17935/tid=17942] ppid=17933 vsize=9624976 CPUtime=1.36 cores=0,2,4,6
/proc/17935/task/17942/stat : 17942 (java) S 17933 17935 16961 0 -1 4202560 292 0 0 0 133 3 0 0 20 0 19 0 253674969 9855975424 58381 33554432000 1073741824 1073778376 140736523266176 139920116005544 251056403516 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=17935/tid=17943] ppid=17933 vsize=9624976 CPUtime=1.4 cores=0,2,4,6
/proc/17935/task/17943/stat : 17943 (java) S 17933 17935 16961 0 -1 4202560 238 0 0 0 137 3 0 0 20 0 19 0 253674969 9855975424 58381 33554432000 1073741824 1073778376 140736523266176 139920114953000 251056403516 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=17935/tid=17944] ppid=17933 vsize=9624976 CPUtime=1.35 cores=0,2,4,6
/proc/17935/task/17944/stat : 17944 (java) S 17933 17935 16961 0 -1 4202560 271 0 0 0 134 1 0 0 20 0 19 0 253674969 9855975424 58381 33554432000 1073741824 1073778376 140736523266176 139920113900456 251056403516 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=17935/tid=17945] ppid=17933 vsize=9624976 CPUtime=1.28 cores=0,2,4,6
/proc/17935/task/17945/stat : 17945 (java) S 17933 17935 16961 0 -1 4202560 229 0 0 0 125 3 0 0 20 0 19 0 253674969 9855975424 58381 33554432000 1073741824 1073778376 140736523266176 139920112847912 251056403516 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=17935/tid=17946] ppid=17933 vsize=9624976 CPUtime=12.59 cores=0,2,4,6
/proc/17935/task/17946/stat : 17946 (java) S 17933 17935 16961 0 -1 4202560 162 0 0 0 1255 4 0 0 20 0 19 0 253674970 9855975424 58381 33554432000 1073741824 1073778376 140736523266176 139919630518376 251056404393 0 0 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=17935/tid=17947] ppid=17933 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/17935/task/17947/stat : 17947 (java) S 17933 17935 16961 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 253674971 9855975424 58381 33554432000 1073741824 1073778376 140736523266176 139919629464696 251056403516 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=17935/tid=17948] ppid=17933 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/17935/task/17948/stat : 17948 (java) S 17933 17935 16961 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 253674971 9855975424 58381 33554432000 1073741824 1073778376 140736523266176 139919628412040 251056403516 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=17935/tid=17949] ppid=17933 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/17935/task/17949/stat : 17949 (java) S 17933 17935 16961 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 253674973 9855975424 58381 33554432000 1073741824 1073778376 140736523266176 139919627360784 251056412448 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=17935/tid=17950] ppid=17933 vsize=9624976 CPUtime=0.49 cores=0,2,4,6
/proc/17935/task/17950/stat : 17950 (java) S 17933 17935 16961 0 -1 4202560 4141 0 0 0 49 0 0 0 20 0 19 0 253674973 9855975424 58381 33554432000 1073741824 1073778376 140736523266176 139919626308152 251056403516 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=17935/tid=17951] ppid=17933 vsize=9624976 CPUtime=0.33 cores=0,2,4,6
/proc/17935/task/17951/stat : 17951 (java) S 17933 17935 16961 0 -1 4202560 2513 0 0 0 33 0 0 0 20 0 19 0 253674973 9855975424 58381 33554432000 1073741824 1073778376 140736523266176 139919625255608 251056403516 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=17935/tid=17952] ppid=17933 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/17935/task/17952/stat : 17952 (java) S 17933 17935 16961 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 253674973 9855975424 58381 33554432000 1073741824 1073778376 140736523266176 139919624203256 251056403516 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=17935/tid=17953] ppid=17933 vsize=9624976 CPUtime=0.48 cores=0,2,4,6
/proc/17935/task/17953/stat : 17953 (java) S 17933 17935 16961 0 -1 4202560 102 0 0 0 21 27 0 0 20 0 19 0 253674973 9855975424 58381 33554432000 1073741824 1073778376 140736523266176 139919623150920 251056404393 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=17935/tid=17954] ppid=17933 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/17935/task/17954/stat : 17954 (java) S 17933 17935 16961 0 -1 4202560 12 0 0 0 0 0 0 0 20 0 19 0 253674997 9855975424 58381 33554432000 1073741824 1073778376 140736523266176 139919622095656 251056404393 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
Current children cumulated CPU time (s) 1790.79
Current children cumulated vsize (KiB) 9624976



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1791.6 s]
/proc/loadavg: 2.00 2.02 1.97 3/213 18030
/proc/meminfo: memFree=28414500/32873648 swapFree=7360/7360
[pid=17935] ppid=17933 vsize=9624976 CPUtime=1800.1 cores=0,2,4,6
/proc/17935/stat : 17935 (java) S 17933 17935 16961 0 -1 4202496 13317 0 1 0 179964 46 0 0 20 0 19 0 253674967 9855975424 58381 33554432000 1073741824 1073778376 140736523266176 140736523257312 251056390205 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/17935/statm: 2406244 58381 2279 9 0 2396937 0
[pid=17935/tid=17937] ppid=17933 vsize=9624976 CPUtime=1775.88 cores=0,2,4,6
/proc/17935/task/17937/stat : 17937 (java) R 17933 17935 16961 0 -1 4202560 2745 0 1 0 177558 30 0 0 20 0 19 0 253674968 9855975424 58381 33554432000 1073741824 1073778376 140736523266176 139920276234528 139920119982768 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0
[pid=17935/tid=17938] ppid=17933 vsize=9624976 CPUtime=1.3 cores=0,2,4,6
/proc/17935/task/17938/stat : 17938 (java) S 17933 17935 16961 0 -1 4202560 463 0 0 0 128 2 0 0 20 0 19 0 253674969 9855975424 58381 33554432000 1073741824 1073778376 140736523266176 139920237725864 251056403516 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=17935/tid=17939] ppid=17933 vsize=9624976 CPUtime=1.4 cores=0,2,4,6
/proc/17935/task/17939/stat : 17939 (java) S 17933 17935 16961 0 -1 4202560 342 0 0 0 138 2 0 0 20 0 19 0 253674969 9855975424 58381 33554432000 1073741824 1073778376 140736523266176 139920119163176 251056403516 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=17935/tid=17940] ppid=17933 vsize=9624976 CPUtime=1.35 cores=0,2,4,6
/proc/17935/task/17940/stat : 17940 (java) S 17933 17935 16961 0 -1 4202560 280 0 0 0 133 2 0 0 20 0 19 0 253674969 9855975424 58381 33554432000 1073741824 1073778376 140736523266176 139920118110632 251056403516 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=17935/tid=17941] ppid=17933 vsize=9624976 CPUtime=1.31 cores=0,2,4,6
/proc/17935/task/17941/stat : 17941 (java) S 17933 17935 16961 0 -1 4202560 353 0 0 0 128 3 0 0 20 0 19 0 253674969 9855975424 58381 33554432000 1073741824 1073778376 140736523266176 139920117058088 251056403516 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=17935/tid=17942] ppid=17933 vsize=9624976 CPUtime=1.36 cores=0,2,4,6
/proc/17935/task/17942/stat : 17942 (java) S 17933 17935 16961 0 -1 4202560 292 0 0 0 133 3 0 0 20 0 19 0 253674969 9855975424 58381 33554432000 1073741824 1073778376 140736523266176 139920116005544 251056403516 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=17935/tid=17943] ppid=17933 vsize=9624976 CPUtime=1.4 cores=0,2,4,6
/proc/17935/task/17943/stat : 17943 (java) S 17933 17935 16961 0 -1 4202560 238 0 0 0 137 3 0 0 20 0 19 0 253674969 9855975424 58381 33554432000 1073741824 1073778376 140736523266176 139920114953000 251056403516 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=17935/tid=17944] ppid=17933 vsize=9624976 CPUtime=1.35 cores=0,2,4,6
/proc/17935/task/17944/stat : 17944 (java) S 17933 17935 16961 0 -1 4202560 271 0 0 0 134 1 0 0 20 0 19 0 253674969 9855975424 58381 33554432000 1073741824 1073778376 140736523266176 139920113900456 251056403516 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=17935/tid=17945] ppid=17933 vsize=9624976 CPUtime=1.28 cores=0,2,4,6
/proc/17935/task/17945/stat : 17945 (java) S 17933 17935 16961 0 -1 4202560 229 0 0 0 125 3 0 0 20 0 19 0 253674969 9855975424 58381 33554432000 1073741824 1073778376 140736523266176 139920112847912 251056403516 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=17935/tid=17946] ppid=17933 vsize=9624976 CPUtime=12.59 cores=0,2,4,6
/proc/17935/task/17946/stat : 17946 (java) S 17933 17935 16961 0 -1 4202560 162 0 0 0 1255 4 0 0 20 0 19 0 253674970 9855975424 58381 33554432000 1073741824 1073778376 140736523266176 139919630518376 251056404393 0 0 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=17935/tid=17947] ppid=17933 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/17935/task/17947/stat : 17947 (java) S 17933 17935 16961 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 253674971 9855975424 58381 33554432000 1073741824 1073778376 140736523266176 139919629464696 251056403516 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=17935/tid=17948] ppid=17933 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/17935/task/17948/stat : 17948 (java) S 17933 17935 16961 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 253674971 9855975424 58381 33554432000 1073741824 1073778376 140736523266176 139919628412040 251056403516 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=17935/tid=17949] ppid=17933 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/17935/task/17949/stat : 17949 (java) S 17933 17935 16961 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 253674973 9855975424 58381 33554432000 1073741824 1073778376 140736523266176 139919627360784 251056412448 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=17935/tid=17950] ppid=17933 vsize=9624976 CPUtime=0.49 cores=0,2,4,6
/proc/17935/task/17950/stat : 17950 (java) S 17933 17935 16961 0 -1 4202560 4141 0 0 0 49 0 0 0 20 0 19 0 253674973 9855975424 58381 33554432000 1073741824 1073778376 140736523266176 139919626308152 251056403516 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=17935/tid=17951] ppid=17933 vsize=9624976 CPUtime=0.33 cores=0,2,4,6
/proc/17935/task/17951/stat : 17951 (java) S 17933 17935 16961 0 -1 4202560 2513 0 0 0 33 0 0 0 20 0 19 0 253674973 9855975424 58381 33554432000 1073741824 1073778376 140736523266176 139919625255608 251056403516 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=17935/tid=17952] ppid=17933 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/17935/task/17952/stat : 17952 (java) S 17933 17935 16961 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 253674973 9855975424 58381 33554432000 1073741824 1073778376 140736523266176 139919624203256 251056403516 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=17935/tid=17953] ppid=17933 vsize=9624976 CPUtime=0.48 cores=0,2,4,6
/proc/17935/task/17953/stat : 17953 (java) S 17933 17935 16961 0 -1 4202560 102 0 0 0 21 27 0 0 20 0 19 0 253674973 9855975424 58381 33554432000 1073741824 1073778376 140736523266176 139919623150920 251056404393 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=17935/tid=17954] ppid=17933 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/17935/task/17954/stat : 17954 (java) S 17933 17935 16961 0 -1 4202560 12 0 0 0 0 0 0 0 20 0 19 0 253674997 9855975424 58381 33554432000 1073741824 1073778376 140736523266176 139919622095656 251056404393 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
Current children cumulated CPU time (s) 1800.1
Current children cumulated vsize (KiB) 9624976

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

Solver just ended. Dumping a history of the last processes samples

Child status: 143
Real time (s): 1791.65
CPU time (s): 1800.87
CPU user time (s): 1799.93
CPU system time (s): 0.940856
CPU usage (%): 100.514
Max. virtual memory (cumulated for all children) (KiB): 9624976

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1799.93
system time used= 0.940856
maximum resident set size= 237752
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 13356
page faults= 1
swaps= 0
block input operations= 0
block output operations= 1720
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 45516
involuntary context switches= 27583

runsolver used 6.25005 second user time and 13.6329 second system time

The end

Launcher Data

Begin job on node149 at 2012-05-24 18:05:09
IDJOB=3687745
IDBENCH=2051
IDSOLVER=2269
FILE ID=node149/3687745-1337875509
RUNJOBID= node149-1337871880-16977
PBS_JOBID= 14620055
Free space on /tmp= 71732 MiB

SOLVER NAME= Sat 4j PB Resolution 2.3.2 Snapshot
BENCH NAME= PB06//final/normalized-PB06/OPT-SMALLINT/submitted-PB05/manquinho/logic-synthesis/normalized-clip.b.opb
COMMAND LINE= java -jar HOME/sat4j-pb.jar BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3687745-1337875509/watcher-3687745-1337875509 -o /tmp/evaluation-result-3687745-1337875509/solver-3687745-1337875509 -C 1800 -W 1900 -M 15500  java -jar HOME/sat4j-pb.jar HOME/instance-3687745-1337875509.opb

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

MD5SUM BENCH= 3b68d80e8ba1b8a702f9c691105ea9d4
RANDOM SEED=1442122562

node149.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.145
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	: 5332.29
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.145
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	: 5331.91
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.145
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	: 5438.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.145
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	: 5331.91
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.145
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	: 5331.91
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.145
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	: 5438.55
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 6
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.145
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	: 5331.91
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.145
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	: 5331.91
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:       32873648 kB
MemFree:        29001156 kB
Buffers:          216552 kB
Cached:          2710564 kB
SwapCached:            0 kB
Active:           757592 kB
Inactive:        2350392 kB
Active(anon):     182412 kB
Inactive(anon):        0 kB
Active(file):     575180 kB
Inactive(file):  2350392 kB
Unevictable:        7360 kB
Mlocked:            7360 kB
SwapTotal:      67108856 kB
SwapFree:       67108856 kB
Dirty:               588 kB
Writeback:             0 kB
AnonPages:        187360 kB
Mapped:            22608 kB
Shmem:               200 kB
Slab:             627700 kB
SReclaimable:      71976 kB
SUnreclaim:       555724 kB
KernelStack:        1592 kB
PageTables:         4468 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545680 kB
Committed_AS:     697072 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346400 kB
VmallocChunk:   34341988052 kB
HardwareCorrupted:     0 kB
AnonHugePages:    155648 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:        7680 kB
DirectMap2M:    33538048 kB

Free space on /tmp at the end= 71732 MiB
End job on node149 at 2012-05-24 18:35:02