Trace number 3711186

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 specific settings 2.3.2 snapshotSAT (TO)-103 1800.08 1787.65

General information on the benchmark

Namenormalized-PB07/OPT-SMALLINT-NLC/submittedPB07/
manquinho/bsg/normalized-bsg_500_10_3.opb
MD5SUM68d7f052f18638860d9232a7f3ed2053
Bench CategoryOPT-SMALLINT-NLC (optimisation, small integers, non linear constraints)
Best result obtained on this benchmarkSAT
Best value of the objective obtained on this benchmark-146
Best CPU time to get the best result obtained on this benchmark1796.83
Has Objective FunctionYES
SatisfiableYES
(Un)Satisfiability was provedYES
Best value of the objective function -139
Optimality of the best value was proved NO
Number of variables1000
Total number of constraints1501
Number of constraints which are clauses500
Number of constraints which are cardinality constraints (but not clauses)0
Number of constraints which are nor clauses,nor cardinality constraints1001
Minimum length of a constraint2
Maximum length of a constraint1000
Number of terms in the objective function 500
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 500
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 1000
Number of bits of the biggest sum of numbers10
Number of products (including duplicates)12632
Sum of products size (including duplicates)25264
Number of different products6316
Sum of products size12632

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.08	c SAT4J: a SATisfiability library for Java (c) 2004-2012 Artois University and CNRS
0.00/0.08	c This is free software under the dual EPL/GNU LGPL licenses.
0.00/0.08	c See www.sat4j.org for details.
0.00/0.08	c This software uses some libraries from the Jakarta Commons project. See jakarta.apache.org for details.
0.00/0.08	c version 2.3.2.v20120418
0.00/0.08	c java.runtime.name	Java(TM) SE Runtime Environment
0.00/0.08	c java.vm.name		Java HotSpot(TM) 64-Bit Server VM
0.00/0.08	c java.vm.version	19.1-b02
0.00/0.08	c java.vm.vendor	Sun Microsystems Inc.
0.00/0.08	c sun.arch.data.model	64
0.00/0.08	c java.version		1.6.0_24
0.00/0.08	c os.name		Linux
0.00/0.08	c os.version		2.6.32-71.29.1.el6.x86_64
0.00/0.08	c os.arch		amd64
0.00/0.08	c Free memory 		501472288
0.00/0.08	c Max memory 		7480803328
0.00/0.08	c Total memory 		504102912
0.00/0.08	c Number of processors 	8
0.09/0.12	c read org.sat4j.minisat.orders.VarOrderHeap
0.09/0.12	c configuring ORDERS
0.09/0.12	c --- Begin Solver configuration ---
0.09/0.12	c org.sat4j.pb.constraints.CompetResolutionPBLongMixedWLClauseCardConstrDataStructure@2dcb25f1
0.09/0.12	c Learn all clauses as in MiniSAT
0.09/0.12	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.09/0.12	c VSIDS like heuristics from MiniSAT using a heap phase appearing in latest learned clause
0.09/0.12	c Expensive reason simplification
0.09/0.12	c Armin Biere (Picosat) restarts strategy
0.09/0.12	c Glucose learned constraints deletion strategy
0.09/0.12	c timeout=2147483s
0.09/0.12	c DB Simplification allowed=true
0.09/0.12	c Heuristics kept accross calls (keep the solver "hot")
0.09/0.12	c --- End Solver configuration ---
0.09/0.12	c solving HOME/instance-3711186-1338172154.opb
0.09/0.12	c reading problem ... 
1.05/0.54	c ... done. Wall clock time 0.425s.
1.05/0.54	c declared #vars     1000
1.05/0.54	c internal #vars     7316
1.05/0.54	c #constraints  14134
1.05/0.54	c constraints type 
1.05/0.54	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 6316
1.05/0.54	c org.sat4j.minisat.constraints.card.MinWatchCard => 1002
1.05/0.54	c org.sat4j.minisat.constraints.cnf.OriginalBinaryClause => 500
1.05/0.54	c org.sat4j.pb.constraints.pb.MaxWatchPbLong => 6316
1.05/0.54	c 14134 constraints processed.
1.65/0.70	c SATISFIABLE
1.65/0.70	c OPTIMIZING...
1.65/0.70	c Got one! Elapsed wall clock time (in seconds):0.583
1.65/0.70	o 0
1.65/0.77	c Got one! Elapsed wall clock time (in seconds):0.65
1.65/0.77	o -1
2.61/1.14	c Got one! Elapsed wall clock time (in seconds):1.022
2.61/1.14	o -68
3.17/1.67	c Got one! Elapsed wall clock time (in seconds):1.551
3.17/1.67	o -73
3.87/2.33	c Got one! Elapsed wall clock time (in seconds):2.214
3.87/2.33	o -74
3.87/2.38	c Got one! Elapsed wall clock time (in seconds):2.265
3.87/2.38	o -75
4.00/2.41	c Got one! Elapsed wall clock time (in seconds):2.287
4.00/2.41	o -76
4.20/2.62	c Got one! Elapsed wall clock time (in seconds):2.502
4.20/2.62	o -91
4.60/3.08	c Got one! Elapsed wall clock time (in seconds):2.958
4.60/3.08	o -92
5.20/3.64	c cleaning 3951 clauses out of 7914 with flag 2000/7914
7.11/5.46	c cleaning 4977 clauses out of 9963 with flag 8000/13914
8.91/7.28	c cleaning 5992 clauses out of 11986 with flag 15000/20914
10.78/9.08	c cleaning 6985 clauses out of 13995 with flag 23001/28915
11.53/9.71	c Got one! Elapsed wall clock time (in seconds):9.595
11.53/9.71	o -93
12.14/10.35	c cleaning 6365 clauses out of 12764 with flag 2001/34669
13.74/11.96	c cleaning 6165 clauses out of 12398 with flag 8000/40668
15.17/13.30	c cleaning 6596 clauses out of 13233 with flag 15000/47668
15.78/13.92	c Got one! Elapsed wall clock time (in seconds):13.804
15.78/13.92	o -98
15.98/14.16	c Got one! Elapsed wall clock time (in seconds):14.043
15.98/14.16	o -99
16.48/14.68	c cleaning 6366 clauses out of 12762 with flag 2011/53793
17.81/15.95	c cleaning 6184 clauses out of 12390 with flag 8005/59787
19.12/17.29	c cleaning 6586 clauses out of 13202 with flag 15001/66783
20.64/18.75	c cleaning 7302 clauses out of 14616 with flag 23001/74783
22.94/21.03	c cleaning 8147 clauses out of 16313 with flag 32000/83782
25.26/23.40	c cleaning 9077 clauses out of 18179 with flag 42013/93795
28.21/26.20	c cleaning 10042 clauses out of 20091 with flag 53002/104784
31.15/29.19	c cleaning 11017 clauses out of 22047 with flag 65000/116782
33.88/31.84	c cleaning 12000 clauses out of 24031 with flag 78001/129783
36.88/34.84	c cleaning 13014 clauses out of 26030 with flag 92000/143782
39.44/37.34	c cleaning 14002 clauses out of 28017 with flag 107001/158783
42.44/40.37	c cleaning 15002 clauses out of 30015 with flag 123001/174783
45.97/43.89	c cleaning 16010 clauses out of 32023 with flag 140011/191793
50.18/48.04	c cleaning 16992 clauses out of 34002 with flag 158000/209782
55.51/53.34	c cleaning 17993 clauses out of 36010 with flag 177000/228782
63.26/61.04	c cleaning 19003 clauses out of 38019 with flag 197002/248784
68.19/66.00	c Got one! Elapsed wall clock time (in seconds):65.884
68.19/66.00	o -100
69.48/67.25	c cleaning 18415 clauses out of 36846 with flag 5007/266614
71.02/68.72	c cleaning 12169 clauses out of 24424 with flag 11000/272607
72.66/70.34	c cleaning 9614 clauses out of 19256 with flag 18001/279608
74.66/72.33	c cleaning 8811 clauses out of 17641 with flag 26000/287607
76.77/74.43	c cleaning 8908 clauses out of 17839 with flag 35009/296616
78.70/76.37	c cleaning 9456 clauses out of 18922 with flag 45000/306607
80.70/78.37	c cleaning 10230 clauses out of 20466 with flag 56000/317607
82.53/80.10	c cleaning 11113 clauses out of 22236 with flag 68000/329607
84.78/82.39	c cleaning 12055 clauses out of 24123 with flag 81000/342607
87.69/85.20	c cleaning 13029 clauses out of 26068 with flag 95000/356607
90.91/88.46	c cleaning 14015 clauses out of 28040 with flag 110001/371608
94.54/92.08	c cleaning 15002 clauses out of 30025 with flag 126001/387608
98.68/96.12	c cleaning 16014 clauses out of 32036 with flag 143014/404621
102.82/100.25	c cleaning 17000 clauses out of 34009 with flag 161001/422608
107.24/104.69	c cleaning 17997 clauses out of 36018 with flag 180010/441617
111.97/109.36	c cleaning 18994 clauses out of 38013 with flag 200002/461609
116.42/113.70	c Got one! Elapsed wall clock time (in seconds):113.585
116.42/113.70	o -101
117.62/114.91	c cleaning 21514 clauses out of 43028 with flag 5001/485618
119.08/116.31	c cleaning 13763 clauses out of 27533 with flag 11020/491637
120.99/118.21	c cleaning 10325 clauses out of 20752 with flag 18002/498619
122.70/119.97	c cleaning 9201 clauses out of 18425 with flag 26000/506617
125.40/122.61	c cleaning 9097 clauses out of 18232 with flag 35008/515625
127.52/124.74	c cleaning 9562 clauses out of 19131 with flag 45004/525621
129.75/126.90	c cleaning 10278 clauses out of 20565 with flag 56000/536617
131.59/128.71	c cleaning 11116 clauses out of 22288 with flag 68001/548618
133.50/130.61	c cleaning 12058 clauses out of 24171 with flag 81000/561617
135.84/132.99	c cleaning 13043 clauses out of 26114 with flag 95001/575618
138.97/136.06	c cleaning 14016 clauses out of 28070 with flag 110000/590617
142.91/139.94	c cleaning 15017 clauses out of 30054 with flag 126000/606617
146.13/143.16	c cleaning 16015 clauses out of 32038 with flag 143001/623618
150.04/147.09	c cleaning 17012 clauses out of 34023 with flag 161001/641618
153.78/150.74	c cleaning 17999 clauses out of 36012 with flag 180002/660619
158.90/155.80	c cleaning 18998 clauses out of 38011 with flag 200000/680617
163.55/160.46	c cleaning 20005 clauses out of 40020 with flag 221007/701624
168.39/165.29	c cleaning 20999 clauses out of 42010 with flag 243002/723619
173.11/169.97	c cleaning 21994 clauses out of 44010 with flag 266001/746618
178.75/175.51	c cleaning 22998 clauses out of 46021 with flag 290006/770623
184.99/181.77	c cleaning 24004 clauses out of 48017 with flag 315000/795617
190.36/187.05	c cleaning 25000 clauses out of 50013 with flag 341000/821617
197.50/194.18	c cleaning 26001 clauses out of 52013 with flag 368000/848617
205.25/201.86	c cleaning 27003 clauses out of 54013 with flag 396001/876618
212.67/209.28	c cleaning 28005 clauses out of 56009 with flag 425000/905617
220.11/216.67	c cleaning 28995 clauses out of 58007 with flag 455003/935620
228.56/225.08	c cleaning 29990 clauses out of 60011 with flag 486002/966619
235.11/231.51	c cleaning 31002 clauses out of 62019 with flag 518000/998617
241.64/238.07	c cleaning 32003 clauses out of 64018 with flag 551001/1031618
249.29/245.68	c cleaning 32999 clauses out of 66014 with flag 585000/1065617
257.59/253.80	c cleaning 33998 clauses out of 68015 with flag 620000/1100617
267.57/263.72	c cleaning 35002 clauses out of 70017 with flag 656000/1136617
275.56/271.70	c cleaning 36005 clauses out of 72016 with flag 693001/1173618
287.01/283.07	c cleaning 36993 clauses out of 74010 with flag 731000/1211617
300.17/296.19	c cleaning 38001 clauses out of 76017 with flag 770000/1250617
312.76/308.65	c cleaning 38985 clauses out of 78016 with flag 810000/1290617
326.32/322.17	c cleaning 40012 clauses out of 80031 with flag 851000/1331617
329.68/325.43	c Got one! Elapsed wall clock time (in seconds):325.309
329.68/325.43	o -102
330.78/326.54	c cleaning 28689 clauses out of 57385 with flag 5001/1348983
332.12/327.84	c cleaning 17269 clauses out of 34697 with flag 11002/1354984
333.74/329.46	c cleaning 12161 clauses out of 24432 with flag 18006/1361988
334.56/330.26	c Got one! Elapsed wall clock time (in seconds):330.141
334.56/330.26	o -103
335.06/330.74	c cleaning 8684 clauses out of 17444 with flag 2002/1367161
336.39/332.01	c cleaning 7372 clauses out of 14760 with flag 8002/1373161
337.61/333.26	c cleaning 7189 clauses out of 14387 with flag 15001/1380160
339.32/334.91	c cleaning 7593 clauses out of 15198 with flag 23001/1388160
341.04/336.62	c cleaning 8286 clauses out of 16604 with flag 32000/1397159
342.74/338.30	c cleaning 9154 clauses out of 18318 with flag 42000/1407159
344.75/340.39	c cleaning 10082 clauses out of 20165 with flag 53001/1418160
346.98/342.58	c cleaning 11041 clauses out of 22085 with flag 65003/1430162
349.91/345.42	c cleaning 12015 clauses out of 24042 with flag 78001/1443160
353.03/348.60	c cleaning 13013 clauses out of 26026 with flag 92000/1457159
356.06/351.50	c cleaning 14003 clauses out of 28013 with flag 107000/1472159
360.09/355.57	c cleaning 15000 clauses out of 30010 with flag 123000/1488159
364.03/359.40	c cleaning 16000 clauses out of 32010 with flag 140000/1505159
367.77/363.17	c cleaning 17002 clauses out of 34012 with flag 158002/1523161
374.20/369.52	c cleaning 17996 clauses out of 36010 with flag 177002/1542161
381.15/376.42	c cleaning 18996 clauses out of 38012 with flag 197000/1562159
388.28/383.51	c cleaning 20010 clauses out of 40041 with flag 218025/1583184
395.51/390.73	c cleaning 21000 clauses out of 42006 with flag 240000/1605159
403.54/398.74	c cleaning 21995 clauses out of 44008 with flag 263002/1628161
407.69/402.84	c cleaning 23003 clauses out of 46012 with flag 287001/1652160
412.23/407.30	c cleaning 24003 clauses out of 48009 with flag 312001/1677160
417.07/412.11	c cleaning 25000 clauses out of 50005 with flag 338000/1703159
423.29/418.39	c cleaning 25998 clauses out of 52005 with flag 365000/1730159
431.74/426.79	c cleaning 27003 clauses out of 54008 with flag 393001/1758160
441.19/436.19	c cleaning 28002 clauses out of 56015 with flag 422011/1787170
448.75/443.66	c cleaning 28996 clauses out of 58002 with flag 452000/1817159
458.13/452.91	c cleaning 29997 clauses out of 60014 with flag 483008/1848167
469.09/463.84	c cleaning 30990 clauses out of 62024 with flag 515015/1880174
481.47/476.11	c cleaning 32007 clauses out of 64019 with flag 548000/1913159
494.35/488.99	c cleaning 33006 clauses out of 66012 with flag 582000/1947159
507.73/502.27	c cleaning 34006 clauses out of 68020 with flag 617014/1982173
517.22/511.60	c cleaning 35000 clauses out of 70000 with flag 653000/2018159
527.16/521.59	c cleaning 35999 clauses out of 72003 with flag 690003/2055162
538.72/533.04	c cleaning 37006 clauses out of 74020 with flag 728019/2093178
551.70/545.90	c cleaning 37988 clauses out of 75995 with flag 767000/2132159
559.19/553.37	c cleaning 38997 clauses out of 78008 with flag 807001/2172160
567.16/561.22	c cleaning 40001 clauses out of 80011 with flag 848001/2213160
576.92/570.98	c cleaning 40996 clauses out of 82010 with flag 890001/2255160
586.46/580.48	c cleaning 42001 clauses out of 84013 with flag 933000/2298159
596.54/590.48	c cleaning 43000 clauses out of 86022 with flag 977010/2342169
606.98/600.80	c cleaning 43999 clauses out of 88014 with flag 1022002/2387161
618.97/612.61	c cleaning 45002 clauses out of 90013 with flag 1068000/2433159
642.89/636.51	c cleaning 46018 clauses out of 92047 with flag 1115036/2480195
658.17/651.74	c cleaning 46997 clauses out of 94001 with flag 1163008/2528167
667.61/661.18	c cleaning 47993 clauses out of 95996 with flag 1212000/2577159
676.66/670.15	c cleaning 48994 clauses out of 98004 with flag 1262001/2627160
689.81/683.24	c cleaning 50008 clauses out of 100033 with flag 1313024/2678183
703.40/696.68	c cleaning 50994 clauses out of 102002 with flag 1365001/2730160
717.73/710.97	c cleaning 52004 clauses out of 104007 with flag 1418000/2783159
728.52/721.62	c cleaning 52992 clauses out of 106004 with flag 1472001/2837160
740.87/733.91	c cleaning 53998 clauses out of 108012 with flag 1527001/2892160
756.35/749.35	c cleaning 55000 clauses out of 110014 with flag 1583001/2948160
771.23/764.11	c cleaning 56003 clauses out of 112014 with flag 1640001/3005160
788.79/781.47	c cleaning 56998 clauses out of 114013 with flag 1698003/3063162
806.34/798.98	c cleaning 57991 clauses out of 116014 with flag 1757002/3122161
828.44/820.93	c cleaning 59001 clauses out of 118023 with flag 1817002/3182161
846.03/838.47	c cleaning 60000 clauses out of 120020 with flag 1878000/3243159
862.74/855.04	c cleaning 61002 clauses out of 122023 with flag 1940003/3305162
882.34/874.59	c cleaning 61997 clauses out of 124020 with flag 2003002/3368161
899.83/891.93	c cleaning 63004 clauses out of 126021 with flag 2067000/3432159
918.44/910.41	c cleaning 64004 clauses out of 128020 with flag 2132003/3497162
940.16/932.06	c cleaning 64999 clauses out of 130015 with flag 2198002/3563161
971.86/963.65	c cleaning 65996 clauses out of 132014 with flag 2265000/3630159
995.56/987.22	c cleaning 67004 clauses out of 134020 with flag 2333002/3698161
1017.90/1009.45	c cleaning 67993 clauses out of 136015 with flag 2402001/3767160
1037.80/1029.23	c cleaning 69007 clauses out of 138021 with flag 2472000/3837159
1056.34/1047.48	c cleaning 70004 clauses out of 140015 with flag 2543001/3908160
1075.57/1066.67	c cleaning 70999 clauses out of 142010 with flag 2615000/3980159
1094.52/1085.43	c cleaning 71999 clauses out of 144012 with flag 2688001/4053160
1114.23/1105.05	c cleaning 72998 clauses out of 146012 with flag 2762000/4127159
1134.52/1125.21	c cleaning 73998 clauses out of 148015 with flag 2837001/4202160
1155.63/1146.29	c cleaning 75001 clauses out of 150023 with flag 2913007/4278166
1177.75/1168.21	c cleaning 76002 clauses out of 152016 with flag 2990001/4355160
1199.32/1189.70	c cleaning 76996 clauses out of 154015 with flag 3068002/4433161
1221.73/1212.03	c cleaning 78007 clauses out of 156019 with flag 3147002/4512161
1242.27/1232.50	c cleaning 79001 clauses out of 158011 with flag 3227001/4592160
1266.34/1256.56	c cleaning 79994 clauses out of 160013 with flag 3308004/4673163
1313.85/1303.92	c cleaning 80955 clauses out of 162015 with flag 3390000/4755159
1344.79/1334.74	c cleaning 82024 clauses out of 164063 with flag 3473003/4838162
1364.58/1354.41	c cleaning 83009 clauses out of 166037 with flag 3557001/4922160
1384.86/1374.63	c cleaning 84009 clauses out of 168028 with flag 3642001/5007160
1406.17/1395.87	c cleaning 84996 clauses out of 170018 with flag 3728000/5093159
1427.77/1417.37	c cleaning 86003 clauses out of 172023 with flag 3815001/5180160
1452.25/1441.70	c cleaning 87010 clauses out of 174019 with flag 3903000/5268159
1474.26/1463.69	c cleaning 87995 clauses out of 176009 with flag 3992000/5357159
1498.87/1488.18	c cleaning 88998 clauses out of 178015 with flag 4082001/5447160
1524.39/1513.60	c cleaning 90002 clauses out of 180016 with flag 4173000/5538159
1553.58/1542.30	c cleaning 90998 clauses out of 182014 with flag 4265000/5630159
1584.11/1572.84	c cleaning 92002 clauses out of 184017 with flag 4358001/5723160
1617.39/1605.85	c cleaning 92996 clauses out of 186014 with flag 4452000/5817159
1650.52/1638.62	c cleaning 94004 clauses out of 188019 with flag 4547001/5912160
1687.52/1675.53	c cleaning 94997 clauses out of 190014 with flag 4643000/6008159
1751.95/1739.82	c cleaning 96007 clauses out of 192025 with flag 4740008/6105167
1798.31/1786.07	c cleaning 97000 clauses out of 194035 with flag 4838025/6203184
1800.08/1787.61	c starts		: 292
1800.08/1787.61	c conflicts		: 6207451
1800.08/1787.61	c decisions		: 18552519
1800.08/1787.61	c propagations		: 328121017
1800.08/1787.61	c inspects		: 5121399827
1800.08/1787.61	c shortcuts		: 0
1800.08/1787.61	c learnt literals	: 0
1800.08/1787.61	c learnt binary clauses	: 37
1800.08/1787.61	c learnt ternary clauses	: 72904
1800.08/1787.61	c learnt constraints	: 6207451
1800.08/1787.61	c ignored constraints	: 0
1800.08/1787.61	c root simplifications	: 292
1800.08/1787.61	c removed literals (reason simplification)	: 628465810
1800.08/1787.61	c reason swapping (by a shorter reason)	: 0
1800.08/1787.61	c Calls to reduceDB	: 173
1800.08/1787.61	c number of reductions to clauses (during analyze)	: 0
1800.08/1787.61	c number of learned constraints concerned by reduction	: 0
1800.08/1787.61	c number of learning phase by resolution	: 0
1800.08/1787.61	c number of learning phase by cutting planes	: 0
1800.08/1787.61	c speed (assignments/second)	: 183610.4311574942
1800.08/1787.61	c non guided choices	16309
1800.08/1787.63	c learnt constraints type 
1800.08/1787.63	c org.sat4j.minisat.constraints.cnf.LearntBinaryClause => 37
1800.08/1787.63	c org.sat4j.minisat.constraints.cnf.LearntWLClause => 101317
1800.08/1787.63	c constraints type 
1800.08/1787.63	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 6316
1800.08/1787.63	c org.sat4j.minisat.constraints.card.MinWatchCard => 1003
1800.08/1787.63	c org.sat4j.minisat.constraints.cnf.OriginalBinaryClause => 500
1800.08/1787.63	c org.sat4j.pb.constraints.pb.MaxWatchPbLong => 6316
1800.08/1787.63	c 14135 constraints processed.
1800.08/1787.63	s SATISFIABLE
1800.08/1787.64	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 -x793 -x794 x795 -x796 x797 -x798 -x799 -x800 x801 -x802 -x803 -x804 -x805 x806 -x807 -x808 -x809 -x810 -x811 x812 -x813 -x814 -x815 -x816 -x817 -x818 -x819 -x820 -x821 -x822 -x823 -x824 x825 -x826 -x827 -x828 -x829 -x830 x831 -x832 -x833 x834 -x835 -x836 x837 x838 -x839 -x840 -x841 -x842 -x843 -x844 -x845 -x846 -x847 -x848 -x849 x850 -x851 -x852 -x853 -x854 -x855 x856 -x857 -x858 -x859 -x860 -x861 -x862 -x863 x864 -x865 -x866 x867 x868 -x869 -x870 -x871 -x872 -x873 -x874 -x875 -x876 -x877 -x878 -x879 -x880 -x881 -x882 -x883 -x884 x885 x886 -x887 -x888 -x889 x890 -x891 -x892 x893 x894 -x895 -x896 -x897 -x898 -x899 -x900 x901 -x902 -x903 x904 -x905 -x906 x907 -x908 x909 -x910 x911 -x912 -x913 x914 -x915 -x916 x917 -x918 x919 -x920 -x921 -x922 -x923 -x924 x925 -x926 -x927 x928 -x929 -x930 -x931 -x932 -x933 x934 x935 -x936 -x937 -x938 -x939 -x940 -x941 x942 -x943 -x944 -x945 -x946 -x947 -x948 -x949 -x950 x951 x952 -x953 -x954 x955 -x956 -x957 x958 -x959 -x960 x961 -x962 x963 -x964 x965 -x966 -x967 x968 -x969 x970 -x971 -x972 x973 x974 -x975 -x976 -x977 x978 x979 -x980 x981 x982 -x983 x984 -x985 -x986 x987 -x988 -x989 -x990 -x991 x992 -x993 -x994 -x995 x996 -x997 -x998 -x999 -x1000 
1800.08/1787.64	c objective function=-103
1800.08/1787.64	c Total wall clock time (in seconds): 1787.518

Verifier Data

OK	-103

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-3711186-1338172154/watcher-3711186-1338172154 -o /tmp/evaluation-result-3711186-1338172154/solver-3711186-1338172154 -C 1800 -W 1900 -M 15500 java -jar HOME/sat4j-sat.jar -opt -s Resolution -S ORDERS=VarOrderHeap -hot -y HOME/instance-3711186-1338172154.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: 1.92 1.98 1.99 3/194 6416
/proc/meminfo: memFree=28827000/32873648 swapFree=6844/6844
[pid=6416] ppid=6414 vsize=3568 CPUtime=0 cores=0,2,4,6
/proc/6416/stat : 6416 (java) R 6414 6416 3132 0 -1 4202496 302 0 0 0 0 0 0 0 20 0 1 0 283341287 3653632 50 33554432000 1073741824 1073778376 140734599839120 140734599836248 259103223079 0 0 4096 0 0 0 0 17 0 0 0 0 0 0
/proc/6416/statm: 892 50 38 9 0 30 0

[startup+0.01816 s]
/proc/loadavg: 1.92 1.98 1.99 3/194 6416
/proc/meminfo: memFree=28827000/32873648 swapFree=6844/6844
[pid=6416] ppid=6414 vsize=102664 CPUtime=0 cores=0,2,4,6
/proc/6416/stat : 6416 (java) S 6414 6416 3132 0 -1 4202496 1429 0 1 0 0 0 0 0 20 0 2 0 283341287 105127936 1110 33554432000 1073741824 1073778376 140734599839120 140734599830256 259115745341 0 0 0 16784584 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/6416/statm: 25666 1110 856 9 0 16775 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 102664

[startup+0.100255 s]
/proc/loadavg: 1.92 1.98 1.99 3/194 6416
/proc/meminfo: memFree=28827000/32873648 swapFree=6844/6844
[pid=6416] ppid=6414 vsize=9558440 CPUtime=0.09 cores=0,2,4,6
/proc/6416/stat : 6416 (java) S 6414 6416 3132 0 -1 4202496 4284 0 1 0 8 1 0 0 20 0 18 0 283341287 9787842560 5996 33554432000 1073741824 1073778376 140734599839120 140734599830256 259115745341 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/6416/statm: 2389610 5997 2116 9 0 2380296 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 9558440

[startup+0.300214 s]
/proc/loadavg: 1.92 1.98 1.99 3/194 6416
/proc/meminfo: memFree=28827000/32873648 swapFree=6844/6844
[pid=6416] ppid=6414 vsize=9558440 CPUtime=0.46 cores=0,2,4,6
/proc/6416/stat : 6416 (java) S 6414 6416 3132 0 -1 4202496 6088 0 1 0 44 2 0 0 20 0 18 0 283341287 9787842560 9236 33554432000 1073741824 1073778376 140734599839120 140734599830256 259115745341 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/6416/statm: 2389610 9236 2235 9 0 2380296 0
Current children cumulated CPU time (s) 0.46
Current children cumulated vsize (KiB) 9558440

[startup+0.700223 s]
/proc/loadavg: 1.92 1.98 1.99 3/194 6416
/proc/meminfo: memFree=28827000/32873648 swapFree=6844/6844
[pid=6416] ppid=6414 vsize=9625004 CPUtime=1.65 cores=0,2,4,6
/proc/6416/stat : 6416 (java) S 6414 6416 3132 0 -1 4202496 22948 0 1 0 160 5 0 0 20 0 19 0 283341287 9856004096 34451 33554432000 1073741824 1073778376 140734599839120 140734599830256 259115745341 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/6416/statm: 2406251 34451 2255 9 0 2396937 0
Current children cumulated CPU time (s) 1.65
Current children cumulated vsize (KiB) 9625004

[startup+1.50068 s]
/proc/loadavg: 1.92 1.98 1.99 3/213 6435
/proc/meminfo: memFree=28695548/32873648 swapFree=6844/6844
[pid=6416] ppid=6414 vsize=9625004 CPUtime=3.07 cores=0,2,4,6
/proc/6416/stat : 6416 (java) S 6414 6416 3132 0 -1 4202496 24455 0 1 0 301 6 0 0 20 0 19 0 283341287 9856004096 35170 33554432000 1073741824 1073778376 140734599839120 140734599830256 259115745341 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/6416/statm: 2406251 35170 2266 9 0 2396937 0
[pid=6416/tid=6418] ppid=6414 vsize=9625004 CPUtime=1.46 cores=0,2,4,6
/proc/6416/task/6418/stat : 6418 (java) R 6414 6416 3132 0 -1 4202560 2561 0 1 0 144 2 0 0 20 0 19 0 283341287 9856004096 35170 33554432000 1073741824 1073778376 140734599839120 139840025047512 139839857762859 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0
[pid=6416/tid=6419] ppid=6414 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/6416/task/6419/stat : 6419 (java) S 6414 6416 3132 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 283341289 9856004096 35170 33554432000 1073741824 1073778376 140734599839120 139839986539560 259115758652 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=6416/tid=6420] ppid=6414 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/6416/task/6420/stat : 6420 (java) S 6414 6416 3132 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 19 0 283341289 9856004096 35170 33554432000 1073741824 1073778376 140734599839120 139839985486760 259115758652 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=6416/tid=6421] ppid=6414 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/6416/task/6421/stat : 6421 (java) S 6414 6416 3132 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 283341289 9856004096 35170 33554432000 1073741824 1073778376 140734599839120 139839984433960 259115758652 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=6416/tid=6422] ppid=6414 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/6416/task/6422/stat : 6422 (java) S 6414 6416 3132 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 283341289 9856004096 35170 33554432000 1073741824 1073778376 140734599839120 139839983381160 259115758652 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=6416/tid=6423] ppid=6414 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/6416/task/6423/stat : 6423 (java) S 6414 6416 3132 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 283341289 9856004096 35170 33554432000 1073741824 1073778376 140734599839120 139839982328360 259115758652 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=6416/tid=6424] ppid=6414 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/6416/task/6424/stat : 6424 (java) S 6414 6416 3132 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 283341289 9856004096 35170 33554432000 1073741824 1073778376 140734599839120 139839981275560 259115758652 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=6416/tid=6425] ppid=6414 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/6416/task/6425/stat : 6425 (java) S 6414 6416 3132 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 283341289 9856004096 35170 33554432000 1073741824 1073778376 140734599839120 139839980222760 259115758652 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=6416/tid=6426] ppid=6414 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/6416/task/6426/stat : 6426 (java) S 6414 6416 3132 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 283341289 9856004096 35170 33554432000 1073741824 1073778376 140734599839120 139839979169960 259115758652 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=6416/tid=6427] ppid=6414 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/6416/task/6427/stat : 6427 (java) S 6414 6416 3132 0 -1 4202560 5 0 0 0 0 0 0 0 20 0 19 0 283341290 9856004096 35170 33554432000 1073741824 1073778376 140734599839120 139839848541160 259115759529 0 0 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=6416/tid=6428] ppid=6414 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/6416/task/6428/stat : 6428 (java) S 6414 6416 3132 0 -1 4202560 16 0 0 0 0 0 0 0 20 0 19 0 283341290 9856004096 35170 33554432000 1073741824 1073778376 140734599839120 139839847487224 259115758652 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=6416/tid=6429] ppid=6414 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/6416/task/6429/stat : 6429 (java) S 6414 6416 3132 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 283341290 9856004096 35170 33554432000 1073741824 1073778376 140734599839120 139839846434312 259115758652 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=6416/tid=6430] ppid=6414 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/6416/task/6430/stat : 6430 (java) S 6414 6416 3132 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 283341293 9856004096 35170 33554432000 1073741824 1073778376 140734599839120 139839845382800 259115767584 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=6416/tid=6431] ppid=6414 vsize=9625004 CPUtime=0.81 cores=0,2,4,6
/proc/6416/task/6431/stat : 6431 (java) S 6414 6416 3132 0 -1 4202560 7851 0 0 0 80 1 0 0 20 0 19 0 283341293 9856004096 35170 33554432000 1073741824 1073778376 140734599839120 139839844329912 259115758652 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=6416/tid=6432] ppid=6414 vsize=9625004 CPUtime=0.74 cores=0,2,4,6
/proc/6416/task/6432/stat : 6432 (java) S 6414 6416 3132 0 -1 4202560 12841 0 0 0 72 2 0 0 20 0 19 0 283341293 9856004096 35170 33554432000 1073741824 1073778376 140734599839120 139839843277112 259115758652 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=6416/tid=6433] ppid=6414 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/6416/task/6433/stat : 6433 (java) S 6414 6416 3132 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 283341293 9856004096 35170 33554432000 1073741824 1073778376 140734599839120 139839842224504 259115758652 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=6416/tid=6434] ppid=6414 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/6416/task/6434/stat : 6434 (java) S 6414 6416 3132 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 283341293 9856004096 35170 33554432000 1073741824 1073778376 140734599839120 139838833551816 259115759529 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=6416/tid=6435] ppid=6414 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/6416/task/6435/stat : 6435 (java) S 6414 6416 3132 0 -1 4202560 12 0 0 0 0 0 0 0 20 0 19 0 283341343 9856004096 35170 33554432000 1073741824 1073778376 140734599839120 139838832498344 259115759529 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
Current children cumulated CPU time (s) 3.07
Current children cumulated vsize (KiB) 9625004

[startup+3.1007 s]
/proc/loadavg: 1.92 1.98 1.99 3/213 6435
/proc/meminfo: memFree=28692632/32873648 swapFree=6844/6844
[pid=6416] ppid=6414 vsize=9625004 CPUtime=4.7 cores=0,2,4,6
/proc/6416/stat : 6416 (java) S 6414 6416 3132 0 -1 4202496 24460 0 1 0 464 6 0 0 20 0 19 0 283341287 9856004096 36195 33554432000 1073741824 1073778376 140734599839120 140734599830256 259115745341 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/6416/statm: 2406251 36195 2266 9 0 2396937 0
[pid=6416/tid=6418] ppid=6414 vsize=9625004 CPUtime=3.06 cores=0,2,4,6
/proc/6416/task/6418/stat : 6418 (java) R 6414 6416 3132 0 -1 4202560 2565 0 1 0 304 2 0 0 20 0 19 0 283341287 9856004096 36195 33554432000 1073741824 1073778376 140734599839120 139840025045456 139839857758491 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0
[pid=6416/tid=6419] ppid=6414 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/6416/task/6419/stat : 6419 (java) S 6414 6416 3132 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 283341289 9856004096 36195 33554432000 1073741824 1073778376 140734599839120 139839986539560 259115758652 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=6416/tid=6420] ppid=6414 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/6416/task/6420/stat : 6420 (java) S 6414 6416 3132 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 19 0 283341289 9856004096 36195 33554432000 1073741824 1073778376 140734599839120 139839985486760 259115758652 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=6416/tid=6421] ppid=6414 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/6416/task/6421/stat : 6421 (java) S 6414 6416 3132 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 283341289 9856004096 36195 33554432000 1073741824 1073778376 140734599839120 139839984433960 259115758652 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=6416/tid=6422] ppid=6414 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/6416/task/6422/stat : 6422 (java) S 6414 6416 3132 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 283341289 9856004096 36195 33554432000 1073741824 1073778376 140734599839120 139839983381160 259115758652 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=6416/tid=6423] ppid=6414 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/6416/task/6423/stat : 6423 (java) S 6414 6416 3132 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 283341289 9856004096 36195 33554432000 1073741824 1073778376 140734599839120 139839982328360 259115758652 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=6416/tid=6424] ppid=6414 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/6416/task/6424/stat : 6424 (java) S 6414 6416 3132 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 283341289 9856004096 36195 33554432000 1073741824 1073778376 140734599839120 139839981275560 259115758652 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=6416/tid=6425] ppid=6414 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/6416/task/6425/stat : 6425 (java) S 6414 6416 3132 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 283341289 9856004096 36195 33554432000 1073741824 1073778376 140734599839120 139839980222760 259115758652 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=6416/tid=6426] ppid=6414 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/6416/task/6426/stat : 6426 (java) S 6414 6416 3132 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 283341289 9856004096 36195 33554432000 1073741824 1073778376 140734599839120 139839979169960 259115758652 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=6416/tid=6427] ppid=6414 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/6416/task/6427/stat : 6427 (java) S 6414 6416 3132 0 -1 4202560 6 0 0 0 0 0 0 0 20 0 19 0 283341290 9856004096 36195 33554432000 1073741824 1073778376 140734599839120 139839848541160 259115759529 0 0 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=6416/tid=6428] ppid=6414 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/6416/task/6428/stat : 6428 (java) S 6414 6416 3132 0 -1 4202560 16 0 0 0 0 0 0 0 20 0 19 0 283341290 9856004096 36195 33554432000 1073741824 1073778376 140734599839120 139839847487224 259115758652 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=6416/tid=6429] ppid=6414 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/6416/task/6429/stat : 6429 (java) S 6414 6416 3132 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 283341290 9856004096 36195 33554432000 1073741824 1073778376 140734599839120 139839846434312 259115758652 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=6416/tid=6430] ppid=6414 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/6416/task/6430/stat : 6430 (java) S 6414 6416 3132 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 283341293 9856004096 36195 33554432000 1073741824 1073778376 140734599839120 139839845382800 259115767584 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=6416/tid=6431] ppid=6414 vsize=9625004 CPUtime=0.82 cores=0,2,4,6
/proc/6416/task/6431/stat : 6431 (java) S 6414 6416 3132 0 -1 4202560 7851 0 0 0 81 1 0 0 20 0 19 0 283341293 9856004096 36195 33554432000 1073741824 1073778376 140734599839120 139839844329912 259115758652 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=6416/tid=6432] ppid=6414 vsize=9625004 CPUtime=0.76 cores=0,2,4,6
/proc/6416/task/6432/stat : 6432 (java) S 6414 6416 3132 0 -1 4202560 12841 0 0 0 74 2 0 0 20 0 19 0 283341293 9856004096 36195 33554432000 1073741824 1073778376 140734599839120 139839843277112 259115758652 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=6416/tid=6433] ppid=6414 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/6416/task/6433/stat : 6433 (java) S 6414 6416 3132 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 283341293 9856004096 36195 33554432000 1073741824 1073778376 140734599839120 139839842224504 259115758652 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=6416/tid=6434] ppid=6414 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/6416/task/6434/stat : 6434 (java) S 6414 6416 3132 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 283341293 9856004096 36195 33554432000 1073741824 1073778376 140734599839120 139838833551816 259115759529 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=6416/tid=6435] ppid=6414 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/6416/task/6435/stat : 6435 (java) S 6414 6416 3132 0 -1 4202560 12 0 0 0 0 0 0 0 20 0 19 0 283341343 9856004096 36195 33554432000 1073741824 1073778376 140734599839120 139838832498344 259115759529 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
Current children cumulated CPU time (s) 4.7
Current children cumulated vsize (KiB) 9625004

[startup+6.30068 s]
/proc/loadavg: 1.93 1.98 1.99 3/213 6435
/proc/meminfo: memFree=28665264/32873648 swapFree=6844/6844
[pid=6416] ppid=6414 vsize=9625004 CPUtime=8.01 cores=0,2,4,6
/proc/6416/stat : 6416 (java) S 6414 6416 3132 0 -1 4202496 24539 0 1 0 794 7 0 0 20 0 19 0 283341287 9856004096 42288 33554432000 1073741824 1073778376 140734599839120 140734599830256 259115745341 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/6416/statm: 2406251 42288 2291 9 0 2396937 0
[pid=6416/tid=6418] ppid=6414 vsize=9625004 CPUtime=6.17 cores=0,2,4,6
/proc/6416/task/6418/stat : 6418 (java) R 6414 6416 3132 0 -1 4202560 2572 0 1 0 615 2 0 0 20 0 19 0 283341287 9856004096 42288 33554432000 1073741824 1073778376 140734599839120 139840025047344 139839857758176 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0
[pid=6416/tid=6419] ppid=6414 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/6416/task/6419/stat : 6419 (java) S 6414 6416 3132 0 -1 4202560 15 0 0 0 0 0 0 0 20 0 19 0 283341289 9856004096 42288 33554432000 1073741824 1073778376 140734599839120 139839986539560 259115758652 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=6416/tid=6420] ppid=6414 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/6416/task/6420/stat : 6420 (java) S 6414 6416 3132 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 19 0 283341289 9856004096 42288 33554432000 1073741824 1073778376 140734599839120 139839985486760 259115758652 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=6416/tid=6421] ppid=6414 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/6416/task/6421/stat : 6421 (java) S 6414 6416 3132 0 -1 4202560 6 0 0 0 0 0 0 0 20 0 19 0 283341289 9856004096 42288 33554432000 1073741824 1073778376 140734599839120 139839984433960 259115758652 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=6416/tid=6422] ppid=6414 vsize=9625004 CPUtime=0.01 cores=0,2,4,6
/proc/6416/task/6422/stat : 6422 (java) S 6414 6416 3132 0 -1 4202560 11 0 0 0 1 0 0 0 20 0 19 0 283341289 9856004096 42288 33554432000 1073741824 1073778376 140734599839120 139839983381160 259115758652 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=6416/tid=6423] ppid=6414 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/6416/task/6423/stat : 6423 (java) S 6414 6416 3132 0 -1 4202560 4 0 0 0 0 0 0 0 20 0 19 0 283341289 9856004096 42288 33554432000 1073741824 1073778376 140734599839120 139839982328360 259115758652 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=6416/tid=6424] ppid=6414 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/6416/task/6424/stat : 6424 (java) S 6414 6416 3132 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 19 0 283341289 9856004096 42288 33554432000 1073741824 1073778376 140734599839120 139839981275560 259115758652 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=6416/tid=6425] ppid=6414 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/6416/task/6425/stat : 6425 (java) S 6414 6416 3132 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 19 0 283341289 9856004096 42288 33554432000 1073741824 1073778376 140734599839120 139839980222760 259115758652 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=6416/tid=6426] ppid=6414 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/6416/task/6426/stat : 6426 (java) S 6414 6416 3132 0 -1 4202560 6 0 0 0 0 0 0 0 20 0 19 0 283341289 9856004096 42288 33554432000 1073741824 1073778376 140734599839120 139839979169960 259115758652 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=6416/tid=6427] ppid=6414 vsize=9625004 CPUtime=0.04 cores=0,2,4,6
/proc/6416/task/6427/stat : 6427 (java) S 6414 6416 3132 0 -1 4202560 34 0 0 0 4 0 0 0 20 0 19 0 283341290 9856004096 42288 33554432000 1073741824 1073778376 140734599839120 139839848541160 259115759529 0 0 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=6416/tid=6428] ppid=6414 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/6416/task/6428/stat : 6428 (java) S 6414 6416 3132 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 283341290 9856004096 42288 33554432000 1073741824 1073778376 140734599839120 139839847487224 259115758652 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=6416/tid=6429] ppid=6414 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/6416/task/6429/stat : 6429 (java) S 6414 6416 3132 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 283341290 9856004096 42288 33554432000 1073741824 1073778376 140734599839120 139839846434312 259115758652 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=6416/tid=6430] ppid=6414 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/6416/task/6430/stat : 6430 (java) S 6414 6416 3132 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 283341293 9856004096 42288 33554432000 1073741824 1073778376 140734599839120 139839845382800 259115767584 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=6416/tid=6431] ppid=6414 vsize=9625004 CPUtime=0.84 cores=0,2,4,6
/proc/6416/task/6431/stat : 6431 (java) S 6414 6416 3132 0 -1 4202560 7855 0 0 0 83 1 0 0 20 0 19 0 283341293 9856004096 42288 33554432000 1073741824 1073778376 140734599839120 139839844329912 259115758652 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=6416/tid=6432] ppid=6414 vsize=9625004 CPUtime=0.79 cores=0,2,4,6
/proc/6416/task/6432/stat : 6432 (java) S 6414 6416 3132 0 -1 4202560 12842 0 0 0 77 2 0 0 20 0 19 0 283341293 9856004096 42288 33554432000 1073741824 1073778376 140734599839120 139839843277112 259115758652 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=6416/tid=6433] ppid=6414 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/6416/task/6433/stat : 6433 (java) S 6414 6416 3132 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 283341293 9856004096 42288 33554432000 1073741824 1073778376 140734599839120 139839842224504 259115758652 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=6416/tid=6434] ppid=6414 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/6416/task/6434/stat : 6434 (java) S 6414 6416 3132 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 283341293 9856004096 42288 33554432000 1073741824 1073778376 140734599839120 139838833551816 259115759529 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=6416/tid=6435] ppid=6414 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/6416/task/6435/stat : 6435 (java) S 6414 6416 3132 0 -1 4202560 12 0 0 0 0 0 0 0 20 0 19 0 283341343 9856004096 42288 33554432000 1073741824 1073778376 140734599839120 139838832498344 259115759529 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
Current children cumulated CPU time (s) 8.01
Current children cumulated vsize (KiB) 9625004

[startup+12.7006 s]

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

[pid=6416/tid=6431] ppid=6414 vsize=9625004 CPUtime=0.98 cores=0,2,4,6
/proc/6416/task/6431/stat : 6431 (java) S 6414 6416 3132 0 -1 4202560 7866 0 0 0 97 1 0 0 20 0 19 0 283341293 9856004096 314429 33554432000 1073741824 1073778376 140734599839120 139839844329912 259115758652 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=6416/tid=6432] ppid=6414 vsize=9625004 CPUtime=0.85 cores=0,2,4,6
/proc/6416/task/6432/stat : 6432 (java) S 6414 6416 3132 0 -1 4202560 12843 0 0 0 83 2 0 0 20 0 19 0 283341293 9856004096 314429 33554432000 1073741824 1073778376 140734599839120 139839843277112 259115758652 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=6416/tid=6433] ppid=6414 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/6416/task/6433/stat : 6433 (java) S 6414 6416 3132 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 283341293 9856004096 314429 33554432000 1073741824 1073778376 140734599839120 139839842224504 259115758652 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=6416/tid=6434] ppid=6414 vsize=9625004 CPUtime=0.33 cores=0,2,4,6
/proc/6416/task/6434/stat : 6434 (java) S 6414 6416 3132 0 -1 4202560 94 0 0 0 16 17 0 0 20 0 19 0 283341293 9856004096 314429 33554432000 1073741824 1073778376 140734599839120 139838833551816 259115759529 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=6416/tid=6435] ppid=6414 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/6416/task/6435/stat : 6435 (java) S 6414 6416 3132 0 -1 4202560 12 0 0 0 0 0 0 0 20 0 19 0 283341343 9856004096 314429 33554432000 1073741824 1073778376 140734599839120 139838832498344 259115759529 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
Current children cumulated CPU time (s) 1674.31
Current children cumulated vsize (KiB) 9625004

[startup+1722.3 s]
/proc/loadavg: 2.02 2.03 2.01 3/213 6508
/proc/meminfo: memFree=27658940/32873648 swapFree=6844/6844
[pid=6416] ppid=6414 vsize=9625004 CPUtime=1734.45 cores=0,2,4,6
/proc/6416/stat : 6416 (java) S 6414 6416 3132 0 -1 4202496 31240 0 1 0 173301 144 0 0 20 0 19 0 283341287 9856004096 314444 33554432000 1073741824 1073778376 140734599839120 140734599830256 259115745341 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/6416/statm: 2406251 314444 2292 9 0 2396937 0
[pid=6416/tid=6418] ppid=6414 vsize=9625004 CPUtime=1704.32 cores=0,2,4,6
/proc/6416/task/6418/stat : 6418 (java) R 6414 6416 3132 0 -1 4202560 3425 0 1 0 170402 30 0 0 20 0 19 0 283341287 9856004096 314444 33554432000 1073741824 1073778376 140734599839120 139840025047344 139839857565678 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0
[pid=6416/tid=6419] ppid=6414 vsize=9625004 CPUtime=1.95 cores=0,2,4,6
/proc/6416/task/6419/stat : 6419 (java) S 6414 6416 3132 0 -1 4202560 665 0 0 0 177 18 0 0 20 0 19 0 283341289 9856004096 314444 33554432000 1073741824 1073778376 140734599839120 139839986539560 259115758652 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=6416/tid=6420] ppid=6414 vsize=9625004 CPUtime=1.86 cores=0,2,4,6
/proc/6416/task/6420/stat : 6420 (java) S 6414 6416 3132 0 -1 4202560 747 0 0 0 172 14 0 0 20 0 19 0 283341289 9856004096 314444 33554432000 1073741824 1073778376 140734599839120 139839985486760 259115758652 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=6416/tid=6421] ppid=6414 vsize=9625004 CPUtime=1.84 cores=0,2,4,6
/proc/6416/task/6421/stat : 6421 (java) S 6414 6416 3132 0 -1 4202560 957 0 0 0 167 17 0 0 20 0 19 0 283341289 9856004096 314444 33554432000 1073741824 1073778376 140734599839120 139839984433960 259115758652 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=6416/tid=6422] ppid=6414 vsize=9625004 CPUtime=1.74 cores=0,2,4,6
/proc/6416/task/6422/stat : 6422 (java) S 6414 6416 3132 0 -1 4202560 350 0 0 0 162 12 0 0 20 0 19 0 283341289 9856004096 314444 33554432000 1073741824 1073778376 140734599839120 139839983381160 259115758652 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=6416/tid=6423] ppid=6414 vsize=9625004 CPUtime=1.74 cores=0,2,4,6
/proc/6416/task/6423/stat : 6423 (java) S 6414 6416 3132 0 -1 4202560 331 0 0 0 158 16 0 0 20 0 19 0 283341289 9856004096 314444 33554432000 1073741824 1073778376 140734599839120 139839982328360 259115758652 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=6416/tid=6424] ppid=6414 vsize=9625004 CPUtime=1.68 cores=0,2,4,6
/proc/6416/task/6424/stat : 6424 (java) S 6414 6416 3132 0 -1 4202560 520 0 0 0 156 12 0 0 20 0 19 0 283341289 9856004096 314444 33554432000 1073741824 1073778376 140734599839120 139839981275560 259115758652 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=6416/tid=6425] ppid=6414 vsize=9625004 CPUtime=1.55 cores=0,2,4,6
/proc/6416/task/6425/stat : 6425 (java) S 6414 6416 3132 0 -1 4202560 655 0 0 0 141 14 0 0 20 0 19 0 283341289 9856004096 314444 33554432000 1073741824 1073778376 140734599839120 139839980222760 259115758652 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=6416/tid=6426] ppid=6414 vsize=9625004 CPUtime=1.77 cores=0,2,4,6
/proc/6416/task/6426/stat : 6426 (java) S 6414 6416 3132 0 -1 4202560 425 0 0 0 164 13 0 0 20 0 19 0 283341289 9856004096 314444 33554432000 1073741824 1073778376 140734599839120 139839979169960 259115758652 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=6416/tid=6427] ppid=6414 vsize=9625004 CPUtime=9.5 cores=0,2,4,6
/proc/6416/task/6427/stat : 6427 (java) S 6414 6416 3132 0 -1 4202560 1171 0 0 0 948 2 0 0 20 0 19 0 283341290 9856004096 314444 33554432000 1073741824 1073778376 140734599839120 139839848541160 259115759529 0 0 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=6416/tid=6428] ppid=6414 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/6416/task/6428/stat : 6428 (java) S 6414 6416 3132 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 283341290 9856004096 314444 33554432000 1073741824 1073778376 140734599839120 139839847487224 259115758652 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=6416/tid=6429] ppid=6414 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/6416/task/6429/stat : 6429 (java) S 6414 6416 3132 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 283341290 9856004096 314444 33554432000 1073741824 1073778376 140734599839120 139839846434312 259115758652 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=6416/tid=6430] ppid=6414 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/6416/task/6430/stat : 6430 (java) S 6414 6416 3132 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 283341293 9856004096 314444 33554432000 1073741824 1073778376 140734599839120 139839845382800 259115767584 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=6416/tid=6431] ppid=6414 vsize=9625004 CPUtime=0.98 cores=0,2,4,6
/proc/6416/task/6431/stat : 6431 (java) S 6414 6416 3132 0 -1 4202560 7866 0 0 0 97 1 0 0 20 0 19 0 283341293 9856004096 314444 33554432000 1073741824 1073778376 140734599839120 139839844329912 259115758652 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=6416/tid=6432] ppid=6414 vsize=9625004 CPUtime=0.85 cores=0,2,4,6
/proc/6416/task/6432/stat : 6432 (java) S 6414 6416 3132 0 -1 4202560 12843 0 0 0 83 2 0 0 20 0 19 0 283341293 9856004096 314444 33554432000 1073741824 1073778376 140734599839120 139839843277112 259115758652 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=6416/tid=6433] ppid=6414 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/6416/task/6433/stat : 6433 (java) S 6414 6416 3132 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 283341293 9856004096 314444 33554432000 1073741824 1073778376 140734599839120 139839842224504 259115758652 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=6416/tid=6434] ppid=6414 vsize=9625004 CPUtime=0.35 cores=0,2,4,6
/proc/6416/task/6434/stat : 6434 (java) S 6414 6416 3132 0 -1 4202560 98 0 0 0 17 18 0 0 20 0 19 0 283341293 9856004096 314444 33554432000 1073741824 1073778376 140734599839120 139838833551816 259115759529 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=6416/tid=6435] ppid=6414 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/6416/task/6435/stat : 6435 (java) S 6414 6416 3132 0 -1 4202560 12 0 0 0 0 0 0 0 20 0 19 0 283341343 9856004096 314444 33554432000 1073741824 1073778376 140734599839120 139838832498344 259115759529 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
Current children cumulated CPU time (s) 1734.45
Current children cumulated vsize (KiB) 9625004

[startup+1782.3 s]
/proc/loadavg: 2.00 2.02 2.01 3/213 6509
/proc/meminfo: memFree=27626612/32873648 swapFree=6844/6844
[pid=6416] ppid=6414 vsize=9625004 CPUtime=1794.61 cores=0,2,4,6
/proc/6416/stat : 6416 (java) S 6414 6416 3132 0 -1 4202496 31310 0 1 0 179316 145 0 0 20 0 19 0 283341287 9856004096 319660 33554432000 1073741824 1073778376 140734599839120 140734599830256 259115745341 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/6416/statm: 2406251 319660 2292 9 0 2396937 0
[pid=6416/tid=6418] ppid=6414 vsize=9625004 CPUtime=1764 cores=0,2,4,6
/proc/6416/task/6418/stat : 6418 (java) R 6414 6416 3132 0 -1 4202560 3426 0 1 0 176369 31 0 0 20 0 19 0 283341287 9856004096 319660 33554432000 1073741824 1073778376 140734599839120 139840025047344 139839857791097 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0
[pid=6416/tid=6419] ppid=6414 vsize=9625004 CPUtime=1.97 cores=0,2,4,6
/proc/6416/task/6419/stat : 6419 (java) S 6414 6416 3132 0 -1 4202560 667 0 0 0 179 18 0 0 20 0 19 0 283341289 9856004096 319660 33554432000 1073741824 1073778376 140734599839120 139839986539560 259115758652 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=6416/tid=6420] ppid=6414 vsize=9625004 CPUtime=1.88 cores=0,2,4,6
/proc/6416/task/6420/stat : 6420 (java) S 6414 6416 3132 0 -1 4202560 760 0 0 0 174 14 0 0 20 0 19 0 283341289 9856004096 319660 33554432000 1073741824 1073778376 140734599839120 139839985486760 259115758652 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=6416/tid=6421] ppid=6414 vsize=9625004 CPUtime=1.86 cores=0,2,4,6
/proc/6416/task/6421/stat : 6421 (java) S 6414 6416 3132 0 -1 4202560 960 0 0 0 169 17 0 0 20 0 19 0 283341289 9856004096 319660 33554432000 1073741824 1073778376 140734599839120 139839984433960 259115758652 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=6416/tid=6422] ppid=6414 vsize=9625004 CPUtime=1.75 cores=0,2,4,6
/proc/6416/task/6422/stat : 6422 (java) S 6414 6416 3132 0 -1 4202560 351 0 0 0 162 13 0 0 20 0 19 0 283341289 9856004096 319660 33554432000 1073741824 1073778376 140734599839120 139839983381160 259115758652 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=6416/tid=6423] ppid=6414 vsize=9625004 CPUtime=1.75 cores=0,2,4,6
/proc/6416/task/6423/stat : 6423 (java) S 6414 6416 3132 0 -1 4202560 335 0 0 0 159 16 0 0 20 0 19 0 283341289 9856004096 319660 33554432000 1073741824 1073778376 140734599839120 139839982328360 259115758652 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=6416/tid=6424] ppid=6414 vsize=9625004 CPUtime=1.7 cores=0,2,4,6
/proc/6416/task/6424/stat : 6424 (java) S 6414 6416 3132 0 -1 4202560 531 0 0 0 158 12 0 0 20 0 19 0 283341289 9856004096 319660 33554432000 1073741824 1073778376 140734599839120 139839981275560 259115758652 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=6416/tid=6425] ppid=6414 vsize=9625004 CPUtime=1.6 cores=0,2,4,6
/proc/6416/task/6425/stat : 6425 (java) S 6414 6416 3132 0 -1 4202560 663 0 0 0 146 14 0 0 20 0 19 0 283341289 9856004096 319660 33554432000 1073741824 1073778376 140734599839120 139839980222760 259115758652 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=6416/tid=6426] ppid=6414 vsize=9625004 CPUtime=1.83 cores=0,2,4,6
/proc/6416/task/6426/stat : 6426 (java) S 6414 6416 3132 0 -1 4202560 445 0 0 0 170 13 0 0 20 0 19 0 283341289 9856004096 319660 33554432000 1073741824 1073778376 140734599839120 139839979169960 259115758652 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=6416/tid=6427] ppid=6414 vsize=9625004 CPUtime=9.6 cores=0,2,4,6
/proc/6416/task/6427/stat : 6427 (java) S 6414 6416 3132 0 -1 4202560 1174 0 0 0 958 2 0 0 20 0 19 0 283341290 9856004096 319660 33554432000 1073741824 1073778376 140734599839120 139839848541160 259115759529 0 0 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=6416/tid=6428] ppid=6414 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/6416/task/6428/stat : 6428 (java) S 6414 6416 3132 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 283341290 9856004096 319660 33554432000 1073741824 1073778376 140734599839120 139839847487224 259115758652 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=6416/tid=6429] ppid=6414 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/6416/task/6429/stat : 6429 (java) S 6414 6416 3132 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 283341290 9856004096 319660 33554432000 1073741824 1073778376 140734599839120 139839846434312 259115758652 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=6416/tid=6430] ppid=6414 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/6416/task/6430/stat : 6430 (java) S 6414 6416 3132 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 283341293 9856004096 319660 33554432000 1073741824 1073778376 140734599839120 139839845382800 259115767584 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=6416/tid=6431] ppid=6414 vsize=9625004 CPUtime=0.98 cores=0,2,4,6
/proc/6416/task/6431/stat : 6431 (java) S 6414 6416 3132 0 -1 4202560 7866 0 0 0 97 1 0 0 20 0 19 0 283341293 9856004096 319660 33554432000 1073741824 1073778376 140734599839120 139839844329912 259115758652 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=6416/tid=6432] ppid=6414 vsize=9625004 CPUtime=0.85 cores=0,2,4,6
/proc/6416/task/6432/stat : 6432 (java) S 6414 6416 3132 0 -1 4202560 12843 0 0 0 83 2 0 0 20 0 19 0 283341293 9856004096 319660 33554432000 1073741824 1073778376 140734599839120 139839843277112 259115758652 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=6416/tid=6433] ppid=6414 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/6416/task/6433/stat : 6433 (java) S 6414 6416 3132 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 283341293 9856004096 319660 33554432000 1073741824 1073778376 140734599839120 139839842224504 259115758652 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=6416/tid=6434] ppid=6414 vsize=9625004 CPUtime=0.37 cores=0,2,4,6
/proc/6416/task/6434/stat : 6434 (java) S 6414 6416 3132 0 -1 4202560 102 0 0 0 18 19 0 0 20 0 19 0 283341293 9856004096 319660 33554432000 1073741824 1073778376 140734599839120 139838833551816 259115759529 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=6416/tid=6435] ppid=6414 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/6416/task/6435/stat : 6435 (java) S 6414 6416 3132 0 -1 4202560 12 0 0 0 0 0 0 0 20 0 19 0 283341343 9856004096 319660 33554432000 1073741824 1073778376 140734599839120 139838832498344 259115759529 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
Current children cumulated CPU time (s) 1794.61
Current children cumulated vsize (KiB) 9625004



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1787.6 s]
/proc/loadavg: 2.00 2.02 2.01 3/213 6509
/proc/meminfo: memFree=27614448/32873648 swapFree=6844/6844
[pid=6416] ppid=6414 vsize=9625004 CPUtime=1800.08 cores=0,2,4,6
/proc/6416/stat : 6416 (java) S 6414 6416 3132 0 -1 4202496 31373 0 1 0 179862 146 0 0 20 0 19 0 283341287 9856004096 322774 33554432000 1073741824 1073778376 140734599839120 140734599830256 259115745341 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/6416/statm: 2406251 322774 2292 9 0 2396937 0
[pid=6416/tid=6418] ppid=6414 vsize=9625004 CPUtime=1769.14 cores=0,2,4,6
/proc/6416/task/6418/stat : 6418 (java) R 6414 6416 3132 0 -1 4202560 3427 0 1 0 176883 31 0 0 20 0 19 0 283341287 9856004096 322774 33554432000 1073741824 1073778376 140734599839120 139840025047344 139839857791076 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0
[pid=6416/tid=6419] ppid=6414 vsize=9625004 CPUtime=1.99 cores=0,2,4,6
/proc/6416/task/6419/stat : 6419 (java) S 6414 6416 3132 0 -1 4202560 686 0 0 0 181 18 0 0 20 0 19 0 283341289 9856004096 322774 33554432000 1073741824 1073778376 140734599839120 139839986539560 259115758652 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=6416/tid=6420] ppid=6414 vsize=9625004 CPUtime=1.93 cores=0,2,4,6
/proc/6416/task/6420/stat : 6420 (java) S 6414 6416 3132 0 -1 4202560 763 0 0 0 179 14 0 0 20 0 19 0 283341289 9856004096 322774 33554432000 1073741824 1073778376 140734599839120 139839985486760 259115758652 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=6416/tid=6421] ppid=6414 vsize=9625004 CPUtime=1.88 cores=0,2,4,6
/proc/6416/task/6421/stat : 6421 (java) S 6414 6416 3132 0 -1 4202560 962 0 0 0 171 17 0 0 20 0 19 0 283341289 9856004096 322774 33554432000 1073741824 1073778376 140734599839120 139839984433960 259115758652 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=6416/tid=6422] ppid=6414 vsize=9625004 CPUtime=1.77 cores=0,2,4,6
/proc/6416/task/6422/stat : 6422 (java) S 6414 6416 3132 0 -1 4202560 351 0 0 0 164 13 0 0 20 0 19 0 283341289 9856004096 322774 33554432000 1073741824 1073778376 140734599839120 139839983381160 259115758652 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=6416/tid=6423] ppid=6414 vsize=9625004 CPUtime=1.77 cores=0,2,4,6
/proc/6416/task/6423/stat : 6423 (java) S 6414 6416 3132 0 -1 4202560 338 0 0 0 161 16 0 0 20 0 19 0 283341289 9856004096 322774 33554432000 1073741824 1073778376 140734599839120 139839982328360 259115758652 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=6416/tid=6424] ppid=6414 vsize=9625004 CPUtime=1.72 cores=0,2,4,6
/proc/6416/task/6424/stat : 6424 (java) S 6414 6416 3132 0 -1 4202560 552 0 0 0 159 13 0 0 20 0 19 0 283341289 9856004096 322774 33554432000 1073741824 1073778376 140734599839120 139839981275560 259115758652 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=6416/tid=6425] ppid=6414 vsize=9625004 CPUtime=1.66 cores=0,2,4,6
/proc/6416/task/6425/stat : 6425 (java) S 6414 6416 3132 0 -1 4202560 669 0 0 0 152 14 0 0 20 0 19 0 283341289 9856004096 322774 33554432000 1073741824 1073778376 140734599839120 139839980222760 259115758652 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=6416/tid=6426] ppid=6414 vsize=9625004 CPUtime=1.85 cores=0,2,4,6
/proc/6416/task/6426/stat : 6426 (java) S 6414 6416 3132 0 -1 4202560 445 0 0 0 172 13 0 0 20 0 19 0 283341289 9856004096 322774 33554432000 1073741824 1073778376 140734599839120 139839979169960 259115758652 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=6416/tid=6427] ppid=6414 vsize=9625004 CPUtime=9.7 cores=0,2,4,6
/proc/6416/task/6427/stat : 6427 (java) S 6414 6416 3132 0 -1 4202560 1182 0 0 0 968 2 0 0 20 0 19 0 283341290 9856004096 322774 33554432000 1073741824 1073778376 140734599839120 139839848541160 259115759529 0 0 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=6416/tid=6428] ppid=6414 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/6416/task/6428/stat : 6428 (java) S 6414 6416 3132 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 283341290 9856004096 322774 33554432000 1073741824 1073778376 140734599839120 139839847487224 259115758652 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=6416/tid=6429] ppid=6414 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/6416/task/6429/stat : 6429 (java) S 6414 6416 3132 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 283341290 9856004096 322774 33554432000 1073741824 1073778376 140734599839120 139839846434312 259115758652 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=6416/tid=6430] ppid=6414 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/6416/task/6430/stat : 6430 (java) S 6414 6416 3132 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 283341293 9856004096 322774 33554432000 1073741824 1073778376 140734599839120 139839845382800 259115767584 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=6416/tid=6431] ppid=6414 vsize=9625004 CPUtime=0.98 cores=0,2,4,6
/proc/6416/task/6431/stat : 6431 (java) S 6414 6416 3132 0 -1 4202560 7866 0 0 0 97 1 0 0 20 0 19 0 283341293 9856004096 322774 33554432000 1073741824 1073778376 140734599839120 139839844329912 259115758652 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=6416/tid=6432] ppid=6414 vsize=9625004 CPUtime=0.85 cores=0,2,4,6
/proc/6416/task/6432/stat : 6432 (java) S 6414 6416 3132 0 -1 4202560 12843 0 0 0 83 2 0 0 20 0 19 0 283341293 9856004096 322774 33554432000 1073741824 1073778376 140734599839120 139839843277112 259115758652 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=6416/tid=6433] ppid=6414 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/6416/task/6433/stat : 6433 (java) S 6414 6416 3132 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 283341293 9856004096 322774 33554432000 1073741824 1073778376 140734599839120 139839842224504 259115758652 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=6416/tid=6434] ppid=6414 vsize=9625004 CPUtime=0.37 cores=0,2,4,6
/proc/6416/task/6434/stat : 6434 (java) S 6414 6416 3132 0 -1 4202560 102 0 0 0 18 19 0 0 20 0 19 0 283341293 9856004096 322774 33554432000 1073741824 1073778376 140734599839120 139838833551816 259115759529 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=6416/tid=6435] ppid=6414 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/6416/task/6435/stat : 6435 (java) S 6414 6416 3132 0 -1 4202560 12 0 0 0 0 0 0 0 20 0 19 0 283341343 9856004096 322774 33554432000 1073741824 1073778376 140734599839120 139838832498344 259115759529 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
Current children cumulated CPU time (s) 1800.08
Current children cumulated vsize (KiB) 9625004

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

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

Child status: 143

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

Real time (s): 1787.65
CPU time (s): 1800.08
CPU user time (s): 1798.62
CPU system time (s): 1.46
CPU usage (%): 100.695
Max. virtual memory (cumulated for all children) (KiB): 9626280

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1794.07
system time used= 1.87271
maximum resident set size= 1291212
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 31404
page faults= 1
swaps= 0
block input operations= 0
block output operations= 1704
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 42957
involuntary context switches= 27053

runsolver used 6.74097 second user time and 13.9129 second system time

The end

Launcher Data

Begin job on node124 at 2012-05-28 04:29:14
IDJOB=3711186
IDBENCH=48247
IDSOLVER=2289
FILE ID=node124/3711186-1338172154
RUNJOBID= node124-1338143409-3148
PBS_JOBID= 14624516
Free space on /tmp= 71432 MiB

SOLVER NAME= SAT4J PB specific settings 2.3.2 snapshot
BENCH NAME= PB07/normalized-PB07/OPT-SMALLINT-NLC/submittedPB07/manquinho/bsg/normalized-bsg_500_10_3.opb
COMMAND LINE= java -jar HOME/sat4j-sat.jar -opt -s Resolution -S ORDERS=VarOrderHeap -hot -y BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3711186-1338172154/watcher-3711186-1338172154 -o /tmp/evaluation-result-3711186-1338172154/solver-3711186-1338172154 -C 1800 -W 1900 -M 15500  java -jar HOME/sat4j-sat.jar -opt -s Resolution -S ORDERS=VarOrderHeap -hot -y HOME/instance-3711186-1338172154.opb

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

MD5SUM BENCH= 68d7f052f18638860d9232a7f3ed2053
RANDOM SEED=1883954023

node124.alineos.net Linux 2.6.32-71.29.1.el6.x86_64 #1 SMP Mon Jun 27 19:49:27 BST 2011

/proc/cpuinfo:
processor	: 0
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2667.325
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 0
cpu cores	: 4
apicid		: 0
initial apicid	: 0
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5334.65
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

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

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

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

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

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

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

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


/proc/meminfo:
MemTotal:       32873648 kB
MemFree:        28827436 kB
Buffers:          359384 kB
Cached:          2695408 kB
SwapCached:            0 kB
Active:          1089520 kB
Inactive:        2137144 kB
Active(anon):     174112 kB
Inactive(anon):        0 kB
Active(file):     915408 kB
Inactive(file):  2137144 kB
Unevictable:        6844 kB
Mlocked:            6844 kB
SwapTotal:      67108856 kB
SwapFree:       67108856 kB
Dirty:               896 kB
Writeback:             0 kB
AnonPages:        189996 kB
Mapped:            22688 kB
Shmem:               200 kB
Slab:             669428 kB
SReclaimable:     113624 kB
SUnreclaim:       555804 kB
KernelStack:        1600 kB
PageTables:         4740 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545680 kB
Committed_AS:     696820 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346400 kB
VmallocChunk:   34341988052 kB
HardwareCorrupted:     0 kB
AnonHugePages:    141312 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= 71432 MiB
End job on node124 at 2012-05-28 04:59:04