Trace number 3710530

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)35997 1800.04 1769.45

General information on the benchmark

Namenormalized-PB06/OPT-SMALLINT/mps-v2-20-10/MIPLIB/
miplib/normalized-mps-v2-20-10-cracpb1.opb
MD5SUM75f6d21683e6eb738b98c93cf5598ff3
Bench CategoryOPT-SMALLINT (optimisation, small integers)
Best result obtained on this benchmarkOPT
Best value of the objective obtained on this benchmark22199
Best CPU time to get the best result obtained on this benchmark0.202968
Has Objective FunctionYES
SatisfiableYES
(Un)Satisfiability was provedYES
Best value of the objective function 22199
Optimality of the best value was proved YES
Number of variables572
Total number of constraints126
Number of constraints which are clauses3
Number of constraints which are cardinality constraints (but not clauses)54
Number of constraints which are nor clauses,nor cardinality constraints69
Minimum length of a constraint4
Maximum length of a constraint518
Number of terms in the objective function 572
Biggest coefficient in the objective function 5000
Number of bits for the biggest coefficient in the objective function 13
Sum of the numbers in the objective function 547769
Number of bits of the sum of numbers in the objective function 20
Biggest number in a constraint 5000
Number of bits of the biggest number in a constraint 13
Biggest sum of numbers in a constraint 547769
Number of bits of the biggest sum of numbers20
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.05/0.08	c SAT4J: a SATisfiability library for Java (c) 2004-2012 Artois University and CNRS
0.05/0.08	c This is free software under the dual EPL/GNU LGPL licenses.
0.05/0.08	c See www.sat4j.org for details.
0.05/0.08	c This software uses some libraries from the Jakarta Commons project. See jakarta.apache.org for details.
0.05/0.08	c version 2.3.2.v20120418
0.05/0.08	c java.runtime.name	Java(TM) SE Runtime Environment
0.05/0.08	c java.vm.name		Java HotSpot(TM) 64-Bit Server VM
0.05/0.08	c java.vm.version	19.1-b02
0.05/0.08	c java.vm.vendor	Sun Microsystems Inc.
0.05/0.08	c sun.arch.data.model	64
0.05/0.08	c java.version		1.6.0_24
0.05/0.08	c os.name		Linux
0.05/0.08	c os.version		2.6.32-71.29.1.el6.x86_64
0.05/0.08	c os.arch		amd64
0.05/0.08	c Free memory 		501472288
0.05/0.08	c Max memory 		7480803328
0.05/0.08	c Total memory 		504102912
0.05/0.08	c Number of processors 	8
0.09/0.11	c read org.sat4j.minisat.orders.VarOrderHeap
0.09/0.11	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-3710530-1338135889.opb
0.09/0.12	c reading problem ... 
0.26/0.23	c ... done. Wall clock time 0.113s.
0.26/0.23	c declared #vars     572
0.26/0.23	c #constraints  215
0.26/0.23	c constraints type 
0.26/0.23	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 58
0.26/0.23	c org.sat4j.minisat.constraints.card.MinWatchCard => 153
0.26/0.23	c org.sat4j.pb.constraints.pb.MaxWatchPbLong => 4
0.26/0.23	c 215 constraints processed.
0.26/0.29	c SATISFIABLE
0.26/0.29	c OPTIMIZING...
0.26/0.29	c Got one! Elapsed wall clock time (in seconds):0.169
0.26/0.29	o 188801
1.03/0.53	c Got one! Elapsed wall clock time (in seconds):0.411
1.03/0.53	o 41251
1.31/0.73	c cleaning 2914 clauses out of 5831 with flag 4000/5840
1.59/0.95	c cleaning 4456 clauses out of 8918 with flag 10001/11841
1.90/1.26	c cleaning 5728 clauses out of 11462 with flag 17001/18841
2.31/1.65	c cleaning 6858 clauses out of 13733 with flag 25000/26840
2.45/1.74	c Got one! Elapsed wall clock time (in seconds):1.627
2.45/1.74	o 40907
2.66/1.91	c cleaning 6172 clauses out of 12348 with flag 4000/32313
2.88/2.19	c cleaning 6083 clauses out of 12176 with flag 10000/38313
3.27/2.55	c cleaning 6540 clauses out of 13093 with flag 17000/45313
3.67/2.93	c cleaning 7274 clauses out of 14553 with flag 25000/53313
4.09/3.38	c cleaning 8132 clauses out of 16279 with flag 34000/62313
4.79/4.03	c cleaning 9071 clauses out of 18149 with flag 44002/72315
5.41/4.68	c cleaning 10031 clauses out of 20076 with flag 55000/83313
6.13/5.32	c cleaning 11015 clauses out of 22047 with flag 67002/95315
6.84/6.05	c cleaning 12006 clauses out of 24034 with flag 80004/108317
7.65/6.87	c cleaning 12997 clauses out of 26027 with flag 94003/122316
8.56/7.74	c cleaning 14001 clauses out of 28027 with flag 109000/137313
9.47/8.63	c cleaning 15011 clauses out of 30026 with flag 125000/153313
10.89/10.08	c cleaning 16004 clauses out of 32018 with flag 142003/170316
12.03/11.19	c cleaning 17000 clauses out of 34012 with flag 160001/188314
13.54/12.64	c cleaning 17996 clauses out of 36014 with flag 179003/207316
14.95/14.00	c cleaning 18993 clauses out of 38015 with flag 199000/227313
16.56/15.60	c cleaning 20004 clauses out of 40022 with flag 220000/248313
18.17/17.21	c cleaning 21000 clauses out of 42019 with flag 242001/270314
19.70/18.73	c cleaning 21992 clauses out of 44018 with flag 265000/293313
21.72/20.79	c cleaning 23007 clauses out of 46026 with flag 289000/317313
23.34/22.36	c cleaning 24006 clauses out of 48019 with flag 314000/342313
25.17/24.20	c cleaning 24994 clauses out of 50014 with flag 340001/368314
27.21/26.15	c cleaning 26001 clauses out of 52020 with flag 367001/395314
29.23/28.16	c cleaning 27001 clauses out of 54019 with flag 395001/423314
31.54/30.46	c cleaning 28004 clauses out of 56018 with flag 424001/452314
34.16/33.08	c cleaning 29001 clauses out of 58015 with flag 454002/482315
37.27/36.11	c cleaning 29992 clauses out of 60013 with flag 485001/513314
39.92/38.74	c cleaning 31007 clauses out of 62021 with flag 517001/545314
43.73/42.53	c cleaning 31997 clauses out of 64014 with flag 550001/578314
46.06/44.82	c cleaning 32982 clauses out of 66016 with flag 584000/612313
49.08/47.81	c cleaning 33999 clauses out of 68034 with flag 619000/647313
52.20/50.95	c cleaning 35012 clauses out of 70037 with flag 655002/683315
56.53/55.20	c cleaning 36007 clauses out of 72023 with flag 692000/720313
60.75/59.41	c cleaning 36997 clauses out of 74016 with flag 730000/758313
64.16/62.85	c cleaning 38002 clauses out of 76021 with flag 769002/797315
67.40/66.01	c cleaning 39001 clauses out of 78018 with flag 809001/837314
71.42/70.05	c cleaning 40002 clauses out of 80017 with flag 850001/878314
74.35/72.96	c cleaning 40986 clauses out of 82014 with flag 892000/920313
77.86/76.42	c cleaning 42011 clauses out of 84031 with flag 935003/963316
82.21/80.78	c cleaning 42988 clauses out of 86017 with flag 979000/1007313
85.52/84.02	c Got one! Elapsed wall clock time (in seconds):83.902
85.52/84.02	o 40740
85.92/84.45	c cleaning 45214 clauses out of 90456 with flag 5001/1054740
86.43/84.94	c cleaning 25585 clauses out of 51241 with flag 11000/1060739
87.03/85.50	c cleaning 16289 clauses out of 32656 with flag 18000/1067739
87.64/86.10	c cleaning 12150 clauses out of 24367 with flag 26000/1075739
88.24/86.70	c cleaning 10597 clauses out of 21219 with flag 35002/1084741
88.88/87.37	c cleaning 10273 clauses out of 20620 with flag 45000/1094739
89.59/88.09	c cleaning 10662 clauses out of 21347 with flag 56000/1105739
90.49/88.92	c cleaning 11332 clauses out of 22687 with flag 68002/1117741
91.51/89.96	c cleaning 12170 clauses out of 24353 with flag 81000/1130739
92.71/91.14	c cleaning 13085 clauses out of 26184 with flag 95001/1144740
93.92/92.37	c cleaning 14040 clauses out of 28099 with flag 110001/1159740
95.32/93.77	c cleaning 15021 clauses out of 30058 with flag 126000/1175739
96.63/95.09	c cleaning 16010 clauses out of 32037 with flag 143000/1192739
98.08/96.43	c cleaning 17008 clauses out of 34027 with flag 161000/1210739
99.29/97.66	c cleaning 18004 clauses out of 36020 with flag 180001/1229740
100.75/99.05	c cleaning 18993 clauses out of 38016 with flag 200001/1249740
102.55/100.86	c cleaning 20001 clauses out of 40023 with flag 221001/1270740
104.56/102.89	c cleaning 21002 clauses out of 42021 with flag 243000/1292739
106.77/105.08	c cleaning 21998 clauses out of 44019 with flag 266000/1315739
108.57/106.88	c cleaning 23004 clauses out of 46022 with flag 290001/1339740
110.59/108.82	c cleaning 24001 clauses out of 48018 with flag 315001/1364740
112.38/110.64	c cleaning 24997 clauses out of 50016 with flag 341000/1390739
114.91/113.13	c cleaning 25999 clauses out of 52019 with flag 368000/1417739
117.93/116.18	c cleaning 27007 clauses out of 54023 with flag 396003/1445742
120.46/118.63	c cleaning 27996 clauses out of 56013 with flag 425000/1474739
123.18/121.37	c cleaning 28994 clauses out of 58020 with flag 455003/1504742
126.01/124.18	c cleaning 30008 clauses out of 60025 with flag 486002/1535741
129.34/127.45	c cleaning 30998 clauses out of 62017 with flag 518002/1567741
132.86/130.96	c cleaning 31999 clauses out of 64017 with flag 551000/1600739
135.78/133.80	c cleaning 33002 clauses out of 66018 with flag 585000/1634739
138.99/137.02	c cleaning 34000 clauses out of 68017 with flag 620001/1669740
142.51/140.51	c cleaning 34992 clauses out of 70016 with flag 656000/1705739
146.14/144.13	c cleaning 35997 clauses out of 72024 with flag 693000/1742739
149.37/147.39	c cleaning 37002 clauses out of 74027 with flag 731000/1780739
153.29/151.21	c cleaning 38003 clauses out of 76025 with flag 770000/1819739
157.22/155.19	c cleaning 39000 clauses out of 78022 with flag 810000/1859739
161.47/159.36	c cleaning 40005 clauses out of 80023 with flag 851001/1900740
166.19/164.02	c cleaning 41003 clauses out of 82017 with flag 893000/1942739
170.94/168.76	c cleaning 41999 clauses out of 84014 with flag 936000/1985739
174.48/172.24	c cleaning 43008 clauses out of 86016 with flag 980001/2029740
179.11/176.83	c cleaning 43998 clauses out of 88008 with flag 1025001/2074740
184.04/181.77	c cleaning 44986 clauses out of 90009 with flag 1071000/2120739
188.70/186.31	c cleaning 45998 clauses out of 92023 with flag 1118000/2167739
193.13/190.79	c cleaning 46974 clauses out of 94026 with flag 1166001/2215740
199.04/196.61	c cleaning 47967 clauses out of 96052 with flag 1215001/2264740
203.68/201.26	c cleaning 49037 clauses out of 98085 with flag 1265001/2314740
208.90/206.49	c cleaning 50018 clauses out of 100048 with flag 1316001/2365740
214.68/212.15	c cleaning 51007 clauses out of 102029 with flag 1368000/2417739
220.13/217.54	c cleaning 51996 clauses out of 104022 with flag 1421000/2470739
227.66/225.07	c cleaning 53002 clauses out of 106027 with flag 1475001/2524740
235.40/232.70	c cleaning 53987 clauses out of 108025 with flag 1530001/2579740
243.33/240.64	c cleaning 55004 clauses out of 110037 with flag 1586000/2635739
248.49/245.75	c cleaning 55981 clauses out of 112034 with flag 1643001/2692740
255.82/253.01	c cleaning 57020 clauses out of 114057 with flag 1701005/2750744
264.04/261.16	c cleaning 58011 clauses out of 116037 with flag 1760005/2809744
271.36/268.43	c cleaning 58968 clauses out of 118022 with flag 1820001/2869740
277.68/274.71	c cleaning 59981 clauses out of 120053 with flag 1881000/2930739
284.61/281.63	c cleaning 61031 clauses out of 122074 with flag 1943002/2992741
289.71/286.71	c cleaning 62015 clauses out of 124043 with flag 2006002/3055741
296.35/293.37	c cleaning 63003 clauses out of 126029 with flag 2070003/3119742
304.88/301.86	c cleaning 63990 clauses out of 128023 with flag 2135000/3184739
312.63/309.53	c cleaning 65000 clauses out of 130033 with flag 2201000/3250739
319.37/316.26	c cleaning 66002 clauses out of 132033 with flag 2268000/3317739
328.60/325.46	c cleaning 66999 clauses out of 134032 with flag 2336001/3385740
337.08/333.76	c cleaning 68000 clauses out of 136033 with flag 2405001/3454740
346.95/343.59	c cleaning 68994 clauses out of 138033 with flag 2475001/3524740
358.26/354.71	c cleaning 70004 clauses out of 140039 with flag 2546001/3595740
367.76/364.18	c cleaning 71000 clauses out of 142034 with flag 2618000/3667739
376.53/372.67	c cleaning 72008 clauses out of 144035 with flag 2691001/3740740
386.06/381.94	c cleaning 72996 clauses out of 146026 with flag 2765000/3814739
395.87/391.57	c cleaning 74009 clauses out of 148030 with flag 2840000/3889739
405.65/401.13	c cleaning 75005 clauses out of 150023 with flag 2916002/3965741
413.24/408.55	c cleaning 75996 clauses out of 152016 with flag 2993000/4042739
421.62/416.74	c cleaning 76996 clauses out of 154020 with flag 3071000/4120739
433.38/428.37	c cleaning 77997 clauses out of 156024 with flag 3150000/4199739
446.47/441.23	c cleaning 78994 clauses out of 158029 with flag 3230002/4279741
458.84/453.44	c cleaning 80011 clauses out of 160035 with flag 3311002/4360741
470.97/465.32	c cleaning 81007 clauses out of 162024 with flag 3393002/4442741
480.56/474.72	c cleaning 82005 clauses out of 164017 with flag 3476002/4525741
490.16/484.18	c cleaning 83001 clauses out of 166015 with flag 3560005/4609744
497.94/491.78	c cleaning 83996 clauses out of 168010 with flag 3645001/4694740
511.37/504.92	c cleaning 85000 clauses out of 170013 with flag 3731000/4780739
523.31/516.62	c cleaning 86000 clauses out of 172015 with flag 3818002/4867741
533.94/527.08	c cleaning 86990 clauses out of 174014 with flag 3906001/4955740
546.02/538.85	c cleaning 87967 clauses out of 176024 with flag 3995001/5044740
562.24/554.82	c cleaning 89014 clauses out of 178056 with flag 4085000/5134739
576.43/568.76	c cleaning 90008 clauses out of 180044 with flag 4176002/5225741
597.62/589.69	c cleaning 91005 clauses out of 182034 with flag 4268000/5317739
618.54/610.28	c cleaning 91997 clauses out of 184032 with flag 4361003/5410742
634.13/625.59	c Got one! Elapsed wall clock time (in seconds):625.473
634.13/625.59	o 40459
635.13/626.53	c cleaning 84340 clauses out of 168708 with flag 5000/5487415
635.75/627.17	c cleaning 45159 clauses out of 90369 with flag 11001/5493416
636.47/627.81	c cleaning 26082 clauses out of 52210 with flag 18001/5500416
637.10/628.46	c cleaning 17040 clauses out of 34127 with flag 26000/5508415
637.81/629.19	c cleaning 13016 clauses out of 26087 with flag 35000/5517415
638.63/629.96	c cleaning 11499 clauses out of 23071 with flag 45000/5527415
639.56/630.84	c cleaning 11259 clauses out of 22574 with flag 56002/5538417
640.60/631.88	c cleaning 11643 clauses out of 23313 with flag 68000/5550415
641.93/633.10	c cleaning 12327 clauses out of 24673 with flag 81003/5563418
643.24/634.49	c cleaning 13158 clauses out of 26343 with flag 95000/5577415
644.68/635.82	c cleaning 14076 clauses out of 28186 with flag 110001/5592416
646.31/637.41	c cleaning 15044 clauses out of 30110 with flag 126001/5608416
648.19/639.26	c cleaning 16018 clauses out of 32065 with flag 143000/5625415
650.03/641.04	c cleaning 17016 clauses out of 34048 with flag 161001/5643416
652.06/643.06	c cleaning 18009 clauses out of 36032 with flag 180001/5662416
653.89/644.84	c cleaning 19002 clauses out of 38022 with flag 200000/5682415
656.03/646.90	c cleaning 19995 clauses out of 40021 with flag 221001/5703416
658.36/649.21	c cleaning 21004 clauses out of 42025 with flag 243000/5725415
660.59/651.49	c cleaning 22006 clauses out of 44023 with flag 266002/5748417
662.85/653.67	c cleaning 22993 clauses out of 46017 with flag 290002/5772417
665.32/656.06	c cleaning 24001 clauses out of 48024 with flag 315002/5797417
668.07/658.71	c cleaning 24994 clauses out of 50021 with flag 341000/5823415
671.20/661.72	c cleaning 26002 clauses out of 52027 with flag 368000/5850415
674.15/664.62	c cleaning 26999 clauses out of 54025 with flag 396000/5878415
677.38/667.85	c cleaning 28008 clauses out of 56028 with flag 425002/5907417
680.70/671.09	c cleaning 28991 clauses out of 58018 with flag 455000/5937415
684.13/674.46	c cleaning 30001 clauses out of 60029 with flag 486002/5968417
687.08/677.33	c cleaning 31006 clauses out of 62026 with flag 518000/6000415
690.77/680.99	c cleaning 32005 clauses out of 64024 with flag 551004/6033419
694.46/684.51	c cleaning 33005 clauses out of 66022 with flag 585007/6067422
698.21/688.23	c cleaning 33996 clauses out of 68013 with flag 620003/6102418
702.44/692.37	c cleaning 34997 clauses out of 70015 with flag 656001/6138416
706.43/696.21	c cleaning 36000 clauses out of 72017 with flag 693000/6175415
711.50/701.24	c cleaning 37003 clauses out of 74017 with flag 731000/6213415
716.42/706.06	c cleaning 38005 clauses out of 76017 with flag 770003/6252418
721.30/710.80	c cleaning 38994 clauses out of 78009 with flag 810000/6292415
725.90/715.30	c cleaning 39995 clauses out of 80018 with flag 851003/6333418
730.82/720.17	c cleaning 40999 clauses out of 82020 with flag 893000/6375415
735.74/724.97	c cleaning 42002 clauses out of 84025 with flag 936004/6418419
740.85/729.93	c cleaning 42998 clauses out of 86019 with flag 980000/6462415
746.60/735.57	c cleaning 44003 clauses out of 88021 with flag 1025000/6507415
753.06/741.85	c cleaning 44997 clauses out of 90018 with flag 1071000/6553415
759.80/748.49	c cleaning 46003 clauses out of 92021 with flag 1118000/6600415
767.03/755.50	c cleaning 46999 clauses out of 94018 with flag 1166000/6648415
773.26/761.67	c cleaning 48000 clauses out of 96021 with flag 1215002/6697417
778.94/767.18	c cleaning 49007 clauses out of 98019 with flag 1265000/6747415
783.38/771.46	c cleaning 50001 clauses out of 100013 with flag 1316001/6798416
785.24/773.22	c Got one! Elapsed wall clock time (in seconds):773.105
785.24/773.22	o 40271
785.63/773.65	c cleaning 37829 clauses out of 75676 with flag 5000/6824080
786.26/774.23	c cleaning 21895 clauses out of 43847 with flag 11000/6830080
786.89/774.88	c cleaning 14445 clauses out of 28953 with flag 18001/6837081
787.71/775.63	c cleaning 11209 clauses out of 22507 with flag 26000/6845080
788.43/776.33	c cleaning 10105 clauses out of 20298 with flag 35000/6854080
789.26/777.16	c cleaning 10077 clauses out of 20194 with flag 45001/6864081
790.08/777.98	c cleaning 10546 clauses out of 21116 with flag 56000/6875080
791.09/778.93	c cleaning 11278 clauses out of 22570 with flag 68000/6887080
792.00/779.90	c cleaning 12145 clauses out of 24294 with flag 81002/6900082
792.81/780.60	c Got one! Elapsed wall clock time (in seconds):780.486
792.81/780.60	o 40027
792.81/780.66	c Got one! Elapsed wall clock time (in seconds):780.542
792.81/780.66	o 35997
793.13/780.92	c cleaning 13605 clauses out of 27219 with flag 5003/6915152
793.45/781.30	c cleaning 9779 clauses out of 19611 with flag 11000/6921149
793.97/781.78	c cleaning 8383 clauses out of 16833 with flag 18001/6928150
794.59/782.36	c cleaning 8207 clauses out of 16449 with flag 26000/6936149
795.33/783.03	c cleaning 8619 clauses out of 17242 with flag 35000/6945149
796.04/783.72	c cleaning 9307 clauses out of 18624 with flag 45001/6955150
796.86/784.58	c cleaning 10154 clauses out of 20318 with flag 56002/6966151
797.87/785.53	c cleaning 11077 clauses out of 22162 with flag 68000/6978149
798.90/786.56	c cleaning 12037 clauses out of 24085 with flag 81000/6991149
800.09/787.73	c cleaning 13019 clauses out of 26049 with flag 95001/7005150
801.41/789.06	c cleaning 14011 clauses out of 28029 with flag 110000/7020149
802.53/790.12	c cleaning 14996 clauses out of 30018 with flag 126000/7036149
803.46/791.01	c cleaning 16004 clauses out of 32023 with flag 143001/7053150
804.79/792.37	c cleaning 17004 clauses out of 34018 with flag 161000/7071149
806.31/793.87	c cleaning 17999 clauses out of 36015 with flag 180001/7090150
807.94/795.47	c cleaning 19007 clauses out of 38017 with flag 200002/7110151
809.76/797.27	c cleaning 20002 clauses out of 40012 with flag 221004/7131153
811.77/799.20	c cleaning 20994 clauses out of 42006 with flag 243000/7153149
813.84/801.25	c cleaning 22001 clauses out of 44015 with flag 266003/7176152
815.94/803.20	c cleaning 22999 clauses out of 46012 with flag 290001/7200150
818.18/805.49	c cleaning 23995 clauses out of 48013 with flag 315001/7225150
820.65/807.88	c cleaning 24997 clauses out of 50017 with flag 341000/7251149
823.00/810.11	c cleaning 26003 clauses out of 52021 with flag 368001/7278150
825.57/812.65	c cleaning 26995 clauses out of 54018 with flag 396001/7306150
828.16/815.13	c cleaning 28000 clauses out of 56023 with flag 425001/7335150
831.01/817.94	c cleaning 29003 clauses out of 58022 with flag 455000/7365149
833.77/820.69	c cleaning 30001 clauses out of 60019 with flag 486000/7396149
837.03/823.88	c cleaning 31000 clauses out of 62019 with flag 518001/7428150
840.68/827.44	c cleaning 32001 clauses out of 64020 with flag 551002/7461151
844.35/831.05	c cleaning 32996 clauses out of 66017 with flag 585000/7495149
848.56/835.17	c cleaning 33993 clauses out of 68021 with flag 620000/7530149
853.46/839.93	c cleaning 34988 clauses out of 70028 with flag 656000/7566149
858.38/844.70	c cleaning 36006 clauses out of 72044 with flag 693004/7603153
863.58/849.89	c cleaning 37008 clauses out of 74034 with flag 731000/7641149
867.79/853.99	c cleaning 37997 clauses out of 76026 with flag 770000/7680149
871.88/857.99	c cleaning 39004 clauses out of 78030 with flag 810001/7720150
874.76/860.71	c cleaning 40002 clauses out of 80025 with flag 851000/7761149
878.17/864.07	c cleaning 40994 clauses out of 82023 with flag 893000/7803149
882.37/868.16	c cleaning 42001 clauses out of 84030 with flag 936001/7846150
886.89/872.54	c cleaning 43006 clauses out of 86030 with flag 980002/7890151
891.31/876.87	c cleaning 43997 clauses out of 88022 with flag 1025000/7935149
896.11/881.56	c cleaning 44996 clauses out of 90025 with flag 1071000/7981149
901.35/886.64	c cleaning 46013 clauses out of 92033 with flag 1118004/8028153
906.35/891.50	c cleaning 46998 clauses out of 94018 with flag 1166002/8076151
913.13/898.13	c cleaning 48005 clauses out of 96019 with flag 1215001/8125150
920.36/905.23	c cleaning 49001 clauses out of 98014 with flag 1265001/8175150
926.81/911.50	c cleaning 50002 clauses out of 100013 with flag 1316001/8226150
932.97/917.53	c cleaning 50994 clauses out of 102011 with flag 1368001/8278150
939.09/923.59	c cleaning 51998 clauses out of 104018 with flag 1421002/8331151
946.05/930.30	c cleaning 53001 clauses out of 106024 with flag 1475006/8385155
952.80/936.93	c cleaning 54002 clauses out of 108019 with flag 1530002/8440151
960.22/944.24	c cleaning 54996 clauses out of 110016 with flag 1586001/8496150
968.54/952.49	c cleaning 55998 clauses out of 112019 with flag 1643000/8553149
976.03/959.79	c cleaning 57000 clauses out of 114022 with flag 1701001/8611150
983.98/967.57	c cleaning 58001 clauses out of 116021 with flag 1760000/8670149
992.66/976.04	c cleaning 59000 clauses out of 118022 with flag 1820002/8730151
1001.42/984.64	c cleaning 59994 clauses out of 120021 with flag 1881001/8791150
1009.29/992.30	c cleaning 60997 clauses out of 122026 with flag 1943000/8853149
1018.43/1001.31	c cleaning 61999 clauses out of 124031 with flag 2006002/8916151
1027.06/1009.78	c cleaning 63001 clauses out of 126031 with flag 2070001/8980150
1032.92/1015.41	c cleaning 64004 clauses out of 128030 with flag 2135001/9045150
1040.57/1022.94	c cleaning 65003 clauses out of 130025 with flag 2201000/9111149
1049.53/1031.71	c cleaning 65996 clauses out of 132022 with flag 2268000/9178149
1058.51/1040.54	c cleaning 67002 clauses out of 134026 with flag 2336000/9246149
1067.49/1049.31	c cleaning 67990 clauses out of 136024 with flag 2405000/9315149
1076.26/1057.97	c cleaning 68999 clauses out of 138034 with flag 2475000/9385149
1084.65/1066.14	c cleaning 70004 clauses out of 140035 with flag 2546000/9456149
1094.32/1075.65	c cleaning 71005 clauses out of 142031 with flag 2618000/9528149
1103.31/1084.42	c cleaning 72001 clauses out of 144027 with flag 2691001/9601150
1115.41/1096.35	c cleaning 72996 clauses out of 146025 with flag 2765000/9675149
1127.52/1108.27	c cleaning 74004 clauses out of 148030 with flag 2840001/9750150
1138.62/1119.10	c cleaning 75005 clauses out of 150028 with flag 2916003/9826152
1149.03/1129.34	c cleaning 75996 clauses out of 152020 with flag 2993000/9903149
1161.37/1141.42	c cleaning 76995 clauses out of 154025 with flag 3071001/9981150
1173.81/1153.69	c cleaning 78006 clauses out of 156029 with flag 3150000/10060149
1182.64/1162.21	c cleaning 79004 clauses out of 158023 with flag 3230000/10140149
1191.11/1170.49	c cleaning 79996 clauses out of 160019 with flag 3311000/10221149
1201.48/1180.66	c cleaning 81000 clauses out of 162023 with flag 3393000/10303149
1215.46/1194.39	c cleaning 82000 clauses out of 164024 with flag 3476001/10386150
1227.27/1205.84	c cleaning 82994 clauses out of 166026 with flag 3560003/10470152
1238.54/1216.83	c cleaning 84004 clauses out of 168030 with flag 3645001/10555150
1251.61/1229.70	c cleaning 85006 clauses out of 170025 with flag 3731000/10641149
1265.55/1243.30	c cleaning 85998 clauses out of 172019 with flag 3818000/10728149
1276.41/1253.96	c cleaning 86994 clauses out of 174022 with flag 3906001/10816150
1285.91/1263.28	c cleaning 88004 clauses out of 176027 with flag 3995000/10905149
1296.52/1273.69	c cleaning 88995 clauses out of 178025 with flag 4085002/10995151
1312.40/1289.29	c cleaning 90002 clauses out of 180029 with flag 4176001/11086150
1323.33/1299.89	c cleaning 91003 clauses out of 182028 with flag 4268002/11178151
1335.92/1312.20	c cleaning 92004 clauses out of 184023 with flag 4361000/11271149
1346.47/1322.49	c cleaning 92994 clauses out of 186019 with flag 4455000/11365149
1360.23/1335.93	c cleaning 93988 clauses out of 188026 with flag 4550001/11460150
1374.48/1349.92	c cleaning 94993 clauses out of 190038 with flag 4646001/11556150
1388.60/1363.82	c cleaning 96011 clauses out of 192045 with flag 4743001/11653150
1406.66/1381.60	c cleaning 97008 clauses out of 194033 with flag 4841000/11751149
1425.53/1400.23	c cleaning 97997 clauses out of 196025 with flag 4940000/11850149
1446.15/1420.68	c cleaning 99002 clauses out of 198029 with flag 5040001/11950150
1464.83/1439.06	c cleaning 100000 clauses out of 200026 with flag 5141000/12051149
1481.57/1455.54	c cleaning 101002 clauses out of 202027 with flag 5243001/12153150
1503.42/1477.08	c cleaning 102003 clauses out of 204026 with flag 5346002/12256151
1521.61/1494.98	c cleaning 103000 clauses out of 206022 with flag 5450001/12360150
1532.94/1506.04	c cleaning 104009 clauses out of 208022 with flag 5555001/12465150
1547.08/1519.73	c cleaning 104987 clauses out of 210012 with flag 5661000/12571149
1566.03/1538.41	c cleaning 105996 clauses out of 212025 with flag 5768000/12678149
1585.42/1557.65	c cleaning 106995 clauses out of 214029 with flag 5876000/12786149
1605.81/1577.82	c cleaning 107998 clauses out of 216034 with flag 5985000/12895149
1631.71/1603.44	c cleaning 108996 clauses out of 218037 with flag 6095001/13005150
1653.32/1624.77	c cleaning 109981 clauses out of 220041 with flag 6206001/13116150
1675.12/1646.29	c cleaning 110983 clauses out of 222059 with flag 6318000/13228149
1701.70/1672.54	c cleaning 111998 clauses out of 224076 with flag 6431000/13341149
1730.10/1700.66	c cleaning 112999 clauses out of 226080 with flag 6545002/13455151
1738.26/1708.53	c cleaning 114029 clauses out of 228080 with flag 6660001/13570150
1747.04/1717.19	c cleaning 115019 clauses out of 230050 with flag 6776000/13686149
1758.89/1728.79	c cleaning 115986 clauses out of 232031 with flag 6893000/13803149
1783.46/1753.06	c cleaning 117000 clauses out of 234048 with flag 7011003/13921152
1800.04/1769.41	c starts		: 333
1800.04/1769.41	c conflicts		: 14015842
1800.04/1769.41	c decisions		: 15858828
1800.04/1769.41	c propagations		: 196289929
1800.04/1769.41	c inspects		: 16152354797
1800.04/1769.41	c shortcuts		: 0
1800.04/1769.41	c learnt literals	: 6
1800.04/1769.41	c learnt binary clauses	: 548
1800.04/1769.41	c learnt ternary clauses	: 581
1800.04/1769.41	c learnt constraints	: 14015836
1800.04/1769.41	c ignored constraints	: 0
1800.04/1769.41	c root simplifications	: 339
1800.04/1769.41	c removed literals (reason simplification)	: 147993320
1800.04/1769.41	c reason swapping (by a shorter reason)	: 0
1800.04/1769.41	c Calls to reduceDB	: 303
1800.04/1769.41	c number of reductions to clauses (during analyze)	: 0
1800.04/1769.41	c number of learned constraints concerned by reduction	: 0
1800.04/1769.41	c number of learning phase by resolution	: 0
1800.04/1769.41	c number of learning phase by cutting planes	: 0
1800.04/1769.41	c speed (assignments/second)	: 110949.92301500813
1800.04/1769.41	c non guided choices	781
1800.04/1769.44	c learnt constraints type 
1800.04/1769.44	c org.sat4j.minisat.constraints.cnf.LearntBinaryClause => 547
1800.04/1769.44	c org.sat4j.minisat.constraints.cnf.LearntWLClause => 211255
1800.04/1769.44	c constraints type 
1800.04/1769.44	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 58
1800.04/1769.44	c org.sat4j.minisat.constraints.card.MinWatchCard => 153
1800.04/1769.44	c org.sat4j.pb.constraints.pb.MaxWatchPbLong => 5
1800.04/1769.44	c 216 constraints processed.
1800.04/1769.44	s SATISFIABLE
1800.04/1769.44	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 
1800.04/1769.44	c objective function=35997
1800.04/1769.44	c Total wall clock time (in seconds): 1769.324

Verifier Data

OK	35997

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-3710530-1338135889/watcher-3710530-1338135889 -o /tmp/evaluation-result-3710530-1338135889/solver-3710530-1338135889 -C 1800 -W 1900 -M 15500 java -jar HOME/sat4j-sat.jar -opt -s Resolution -S ORDERS=VarOrderHeap -hot -y HOME/instance-3710530-1338135889.opb 

running on 4 cores: 1,3,5,7

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 2.00 3/194 19503
/proc/meminfo: memFree=27331940/32873660 swapFree=7120/7120
[pid=19503] ppid=19501 vsize=9292 CPUtime=0 cores=1,3,5,7
/proc/19503/stat : 19503 (java) D 19501 19503 16973 0 -1 4202496 252 0 0 0 0 0 0 0 20 0 1 0 279714691 9515008 184 33554432000 1073741824 1073778376 140736960234224 140736960225448 270329867703 0 0 4096 0 18446744072100609316 0 0 17 5 0 0 0 0 0
/proc/19503/statm: 2323 184 142 9 0 71 0

[startup+0.0724239 s]
/proc/loadavg: 2.00 2.00 2.00 3/194 19503
/proc/meminfo: memFree=27331940/32873660 swapFree=7120/7120
[pid=19503] ppid=19501 vsize=9558440 CPUtime=0.05 cores=1,3,5,7
/proc/19503/stat : 19503 (java) S 19501 19503 16973 0 -1 4202496 3326 0 1 0 4 1 0 0 20 0 18 0 279714691 9787842560 4533 33554432000 1073741824 1073778376 140737042302096 140737042293232 270333411389 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0
/proc/19503/statm: 2389610 4533 1778 9 0 2380296 0
Current children cumulated CPU time (s) 0.05
Current children cumulated vsize (KiB) 9558440

[startup+0.100246 s]
/proc/loadavg: 2.00 2.00 2.00 3/194 19503
/proc/meminfo: memFree=27331940/32873660 swapFree=7120/7120
[pid=19503] ppid=19501 vsize=9558440 CPUtime=0.09 cores=1,3,5,7
/proc/19503/stat : 19503 (java) S 19501 19503 16973 0 -1 4202496 4283 0 1 0 8 1 0 0 20 0 18 0 279714691 9787842560 6000 33554432000 1073741824 1073778376 140737042302096 140737042293232 270333411389 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0
/proc/19503/statm: 2389610 6000 2116 9 0 2380296 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 9558440

[startup+0.300174 s]
/proc/loadavg: 2.00 2.00 2.00 3/194 19503
/proc/meminfo: memFree=27331940/32873660 swapFree=7120/7120
[pid=19503] ppid=19501 vsize=9625004 CPUtime=0.54 cores=1,3,5,7
/proc/19503/stat : 19503 (java) S 19501 19503 16973 0 -1 4202496 7871 0 1 0 53 1 0 0 20 0 19 0 279714691 9856004096 9466 33554432000 1073741824 1073778376 140737042302096 140737042293232 270333411389 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0
/proc/19503/statm: 2406251 9466 2231 9 0 2396937 0
Current children cumulated CPU time (s) 0.54
Current children cumulated vsize (KiB) 9625004

[startup+0.700244 s]
/proc/loadavg: 2.00 2.00 2.00 3/194 19503
/proc/meminfo: memFree=27331940/32873660 swapFree=7120/7120
[pid=19503] ppid=19501 vsize=9625004 CPUtime=1.31 cores=1,3,5,7
/proc/19503/stat : 19503 (java) S 19501 19503 16973 0 -1 4202496 9424 0 1 0 129 2 0 0 20 0 19 0 279714691 9856004096 12635 33554432000 1073741824 1073778376 140737042302096 140737042293232 270333411389 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0
/proc/19503/statm: 2406251 12635 2251 9 0 2396937 0
Current children cumulated CPU time (s) 1.31
Current children cumulated vsize (KiB) 9625004

[startup+1.5007 s]
/proc/loadavg: 2.00 2.00 2.00 3/213 19522
/proc/meminfo: memFree=27281136/32873660 swapFree=7120/7120
[pid=19503] ppid=19501 vsize=9625004 CPUtime=2.21 cores=1,3,5,7
/proc/19503/stat : 19503 (java) S 19501 19503 16973 0 -1 4202496 9762 0 1 0 219 2 0 0 20 0 19 0 279714691 9856004096 16272 33554432000 1073741824 1073778376 140737042302096 140737042293232 270333411389 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0
/proc/19503/statm: 2406251 16272 2279 9 0 2396937 0
[pid=19503/tid=19505] ppid=19501 vsize=9625004 CPUtime=1.43 cores=1,3,5,7
/proc/19503/task/19505/stat : 19505 (java) R 19501 19503 16973 0 -1 4202560 2525 0 1 0 141 2 0 0 20 0 19 0 279714692 9856004096 16272 33554432000 1073741824 1073778376 140737042302096 140361118470568 140360957848760 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0
[pid=19503/tid=19506] ppid=19501 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/19503/task/19506/stat : 19506 (java) S 19501 19503 16973 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 279714693 9856004096 16272 33554432000 1073741824 1073778376 140737042302096 140361079961768 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=19503/tid=19507] ppid=19501 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/19503/task/19507/stat : 19507 (java) S 19501 19503 16973 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 279714693 9856004096 16272 33554432000 1073741824 1073778376 140737042302096 140361078909224 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=19503/tid=19508] ppid=19501 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/19503/task/19508/stat : 19508 (java) S 19501 19503 16973 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 19 0 279714693 9856004096 16272 33554432000 1073741824 1073778376 140737042302096 140361077856680 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=19503/tid=19509] ppid=19501 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/19503/task/19509/stat : 19509 (java) S 19501 19503 16973 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 19 0 279714693 9856004096 16272 33554432000 1073741824 1073778376 140737042302096 140361076804136 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=19503/tid=19510] ppid=19501 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/19503/task/19510/stat : 19510 (java) S 19501 19503 16973 0 -1 4202560 13 0 0 0 0 0 0 0 20 0 19 0 279714693 9856004096 16272 33554432000 1073741824 1073778376 140737042302096 140360957291176 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=19503/tid=19511] ppid=19501 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/19503/task/19511/stat : 19511 (java) S 19501 19503 16973 0 -1 4202560 4 0 0 0 0 0 0 0 20 0 19 0 279714693 9856004096 16272 33554432000 1073741824 1073778376 140737042302096 140360956238632 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=19503/tid=19512] ppid=19501 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/19503/task/19512/stat : 19512 (java) S 19501 19503 16973 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 279714693 9856004096 16272 33554432000 1073741824 1073778376 140737042302096 140360955186088 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=19503/tid=19513] ppid=19501 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/19503/task/19513/stat : 19513 (java) S 19501 19503 16973 0 -1 4202560 4 0 0 0 0 0 0 0 20 0 19 0 279714693 9856004096 16272 33554432000 1073741824 1073778376 140737042302096 140360954133544 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=19503/tid=19514] ppid=19501 vsize=9625004 CPUtime=0.01 cores=1,3,5,7
/proc/19503/task/19514/stat : 19514 (java) S 19501 19503 16973 0 -1 4202560 31 0 0 0 1 0 0 0 20 0 19 0 279714694 9856004096 16272 33554432000 1073741824 1073778376 140737042302096 140360941934696 270333425577 0 0 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=19503/tid=19515] ppid=19501 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/19503/task/19515/stat : 19515 (java) S 19501 19503 16973 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 279714694 9856004096 16272 33554432000 1073741824 1073778376 140737042302096 140360336532600 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=19503/tid=19516] ppid=19501 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/19503/task/19516/stat : 19516 (java) S 19501 19503 16973 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 279714694 9856004096 16272 33554432000 1073741824 1073778376 140737042302096 140360335479944 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=19503/tid=19517] ppid=19501 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/19503/task/19517/stat : 19517 (java) S 19501 19503 16973 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 279714697 9856004096 16272 33554432000 1073741824 1073778376 140737042302096 140360334428688 270333433632 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=19503/tid=19518] ppid=19501 vsize=9625004 CPUtime=0.36 cores=1,3,5,7
/proc/19503/task/19518/stat : 19518 (java) S 19501 19503 16973 0 -1 4202560 3197 0 0 0 36 0 0 0 20 0 19 0 279714697 9856004096 16272 33554432000 1073741824 1073778376 140737042302096 140360333376056 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=19503/tid=19519] ppid=19501 vsize=9625004 CPUtime=0.33 cores=1,3,5,7
/proc/19503/task/19519/stat : 19519 (java) S 19501 19503 16973 0 -1 4202560 2785 0 0 0 33 0 0 0 20 0 19 0 279714697 9856004096 16272 33554432000 1073741824 1073778376 140737042302096 140360332323512 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=19503/tid=19520] ppid=19501 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/19503/task/19520/stat : 19520 (java) S 19501 19503 16973 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 279714697 9856004096 16272 33554432000 1073741824 1073778376 140737042302096 140360331271160 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=19503/tid=19521] ppid=19501 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/19503/task/19521/stat : 19521 (java) S 19501 19503 16973 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 279714697 9856004096 16272 33554432000 1073741824 1073778376 140737042302096 140360330218824 270333425577 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=19503/tid=19522] ppid=19501 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/19503/task/19522/stat : 19522 (java) S 19501 19503 16973 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 279714715 9856004096 16272 33554432000 1073741824 1073778376 140737042302096 140360329163560 270333425577 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
Current children cumulated CPU time (s) 2.21
Current children cumulated vsize (KiB) 9625004

[startup+3.10071 s]
/proc/loadavg: 2.00 2.00 2.00 3/213 19522
/proc/meminfo: memFree=27269904/32873660 swapFree=7120/7120
[pid=19503] ppid=19501 vsize=9625004 CPUtime=3.88 cores=1,3,5,7
/proc/19503/stat : 19503 (java) S 19501 19503 16973 0 -1 4202496 10323 0 1 0 385 3 0 0 20 0 19 0 279714691 9856004096 17307 33554432000 1073741824 1073778376 140737042302096 140737042293232 270333411389 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0
/proc/19503/statm: 2406251 17307 2279 9 0 2396937 0
[pid=19503/tid=19505] ppid=19501 vsize=9625004 CPUtime=2.96 cores=1,3,5,7
/proc/19503/task/19505/stat : 19505 (java) R 19501 19503 16973 0 -1 4202560 2529 0 1 0 294 2 0 0 20 0 19 0 279714692 9856004096 17307 33554432000 1073741824 1073778376 140737042302096 140361118470568 140360957863700 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0
[pid=19503/tid=19506] ppid=19501 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/19503/task/19506/stat : 19506 (java) S 19501 19503 16973 0 -1 4202560 11 0 0 0 0 0 0 0 20 0 19 0 279714693 9856004096 17307 33554432000 1073741824 1073778376 140737042302096 140361079961768 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=19503/tid=19507] ppid=19501 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/19503/task/19507/stat : 19507 (java) S 19501 19503 16973 0 -1 4202560 5 0 0 0 0 0 0 0 20 0 19 0 279714693 9856004096 17307 33554432000 1073741824 1073778376 140737042302096 140361078909224 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=19503/tid=19508] ppid=19501 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/19503/task/19508/stat : 19508 (java) S 19501 19503 16973 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 279714693 9856004096 17307 33554432000 1073741824 1073778376 140737042302096 140361077856680 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=19503/tid=19509] ppid=19501 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/19503/task/19509/stat : 19509 (java) S 19501 19503 16973 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 19 0 279714693 9856004096 17307 33554432000 1073741824 1073778376 140737042302096 140361076804136 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=19503/tid=19510] ppid=19501 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/19503/task/19510/stat : 19510 (java) S 19501 19503 16973 0 -1 4202560 13 0 0 0 0 0 0 0 20 0 19 0 279714693 9856004096 17307 33554432000 1073741824 1073778376 140737042302096 140360957291176 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=19503/tid=19511] ppid=19501 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/19503/task/19511/stat : 19511 (java) S 19501 19503 16973 0 -1 4202560 4 0 0 0 0 0 0 0 20 0 19 0 279714693 9856004096 17307 33554432000 1073741824 1073778376 140737042302096 140360956238632 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=19503/tid=19512] ppid=19501 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/19503/task/19512/stat : 19512 (java) S 19501 19503 16973 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 279714693 9856004096 17307 33554432000 1073741824 1073778376 140737042302096 140360955186088 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=19503/tid=19513] ppid=19501 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/19503/task/19513/stat : 19513 (java) S 19501 19503 16973 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 279714693 9856004096 17307 33554432000 1073741824 1073778376 140737042302096 140360954133544 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=19503/tid=19514] ppid=19501 vsize=9625004 CPUtime=0.07 cores=1,3,5,7
/proc/19503/task/19514/stat : 19514 (java) S 19501 19503 16973 0 -1 4202560 32 0 0 0 7 0 0 0 20 0 19 0 279714694 9856004096 17307 33554432000 1073741824 1073778376 140737042302096 140360941934696 270333425577 0 0 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=19503/tid=19515] ppid=19501 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/19503/task/19515/stat : 19515 (java) S 19501 19503 16973 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 279714694 9856004096 17307 33554432000 1073741824 1073778376 140737042302096 140360336532600 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=19503/tid=19516] ppid=19501 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/19503/task/19516/stat : 19516 (java) S 19501 19503 16973 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 279714694 9856004096 17307 33554432000 1073741824 1073778376 140737042302096 140360335479944 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=19503/tid=19517] ppid=19501 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/19503/task/19517/stat : 19517 (java) S 19501 19503 16973 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 279714697 9856004096 17307 33554432000 1073741824 1073778376 140737042302096 140360334428688 270333433632 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=19503/tid=19518] ppid=19501 vsize=9625004 CPUtime=0.36 cores=1,3,5,7
/proc/19503/task/19518/stat : 19518 (java) S 19501 19503 16973 0 -1 4202560 3197 0 0 0 36 0 0 0 20 0 19 0 279714697 9856004096 17307 33554432000 1073741824 1073778376 140737042302096 140360333376056 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=19503/tid=19519] ppid=19501 vsize=9625004 CPUtime=0.37 cores=1,3,5,7
/proc/19503/task/19519/stat : 19519 (java) S 19501 19503 16973 0 -1 4202560 3323 0 0 0 37 0 0 0 20 0 19 0 279714697 9856004096 17307 33554432000 1073741824 1073778376 140737042302096 140360332323512 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=19503/tid=19520] ppid=19501 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/19503/task/19520/stat : 19520 (java) S 19501 19503 16973 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 279714697 9856004096 17307 33554432000 1073741824 1073778376 140737042302096 140360331271160 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=19503/tid=19521] ppid=19501 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/19503/task/19521/stat : 19521 (java) S 19501 19503 16973 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 279714697 9856004096 17307 33554432000 1073741824 1073778376 140737042302096 140360330218824 270333425577 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=19503/tid=19522] ppid=19501 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/19503/task/19522/stat : 19522 (java) S 19501 19503 16973 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 279714715 9856004096 17307 33554432000 1073741824 1073778376 140737042302096 140360329163560 270333425577 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
Current children cumulated CPU time (s) 3.88
Current children cumulated vsize (KiB) 9625004

[startup+6.30063 s]
/proc/loadavg: 2.00 2.00 2.00 3/213 19522
/proc/meminfo: memFree=27261832/32873660 swapFree=7120/7120
[pid=19503] ppid=19501 vsize=9625004 CPUtime=7.15 cores=1,3,5,7
/proc/19503/stat : 19503 (java) S 19501 19503 16973 0 -1 4202496 10350 0 1 0 711 4 0 0 20 0 19 0 279714691 9856004096 19784 33554432000 1073741824 1073778376 140737042302096 140737042293232 270333411389 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0
/proc/19503/statm: 2406251 19784 2279 9 0 2396937 0
[pid=19503/tid=19505] ppid=19501 vsize=9625004 CPUtime=6.06 cores=1,3,5,7
/proc/19503/task/19505/stat : 19505 (java) R 19501 19503 16973 0 -1 4202560 2537 0 1 0 604 2 0 0 20 0 19 0 279714692 9856004096 19784 33554432000 1073741824 1073778376 140737042302096 140361118470448 140360957783344 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0
[pid=19503/tid=19506] ppid=19501 vsize=9625004 CPUtime=0.01 cores=1,3,5,7
/proc/19503/task/19506/stat : 19506 (java) S 19501 19503 16973 0 -1 4202560 12 0 0 0 1 0 0 0 20 0 19 0 279714693 9856004096 19784 33554432000 1073741824 1073778376 140737042302096 140361079961768 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=19503/tid=19507] ppid=19501 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/19503/task/19507/stat : 19507 (java) S 19501 19503 16973 0 -1 4202560 5 0 0 0 0 0 0 0 20 0 19 0 279714693 9856004096 19784 33554432000 1073741824 1073778376 140737042302096 140361078909224 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=19503/tid=19508] ppid=19501 vsize=9625004 CPUtime=0.02 cores=1,3,5,7
/proc/19503/task/19508/stat : 19508 (java) S 19501 19503 16973 0 -1 4202560 13 0 0 0 2 0 0 0 20 0 19 0 279714693 9856004096 19784 33554432000 1073741824 1073778376 140737042302096 140361077856680 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=19503/tid=19509] ppid=19501 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/19503/task/19509/stat : 19509 (java) S 19501 19503 16973 0 -1 4202560 13 0 0 0 0 0 0 0 20 0 19 0 279714693 9856004096 19784 33554432000 1073741824 1073778376 140737042302096 140361076804136 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=19503/tid=19510] ppid=19501 vsize=9625004 CPUtime=0.01 cores=1,3,5,7
/proc/19503/task/19510/stat : 19510 (java) S 19501 19503 16973 0 -1 4202560 14 0 0 0 1 0 0 0 20 0 19 0 279714693 9856004096 19784 33554432000 1073741824 1073778376 140737042302096 140360957291176 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=19503/tid=19511] ppid=19501 vsize=9625004 CPUtime=0.01 cores=1,3,5,7
/proc/19503/task/19511/stat : 19511 (java) S 19501 19503 16973 0 -1 4202560 9 0 0 0 1 0 0 0 20 0 19 0 279714693 9856004096 19784 33554432000 1073741824 1073778376 140737042302096 140360956238632 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=19503/tid=19512] ppid=19501 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/19503/task/19512/stat : 19512 (java) S 19501 19503 16973 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 279714693 9856004096 19784 33554432000 1073741824 1073778376 140737042302096 140360955186088 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=19503/tid=19513] ppid=19501 vsize=9625004 CPUtime=0.01 cores=1,3,5,7
/proc/19503/task/19513/stat : 19513 (java) S 19501 19503 16973 0 -1 4202560 8 0 0 0 1 0 0 0 20 0 19 0 279714693 9856004096 19784 33554432000 1073741824 1073778376 140737042302096 140360954133544 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=19503/tid=19514] ppid=19501 vsize=9625004 CPUtime=0.13 cores=1,3,5,7
/proc/19503/task/19514/stat : 19514 (java) S 19501 19503 16973 0 -1 4202560 33 0 0 0 13 0 0 0 20 0 19 0 279714694 9856004096 19784 33554432000 1073741824 1073778376 140737042302096 140360941934696 270333425577 0 0 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=19503/tid=19515] ppid=19501 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/19503/task/19515/stat : 19515 (java) S 19501 19503 16973 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 279714694 9856004096 19784 33554432000 1073741824 1073778376 140737042302096 140360336532600 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=19503/tid=19516] ppid=19501 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/19503/task/19516/stat : 19516 (java) S 19501 19503 16973 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 279714694 9856004096 19784 33554432000 1073741824 1073778376 140737042302096 140360335479944 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=19503/tid=19517] ppid=19501 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/19503/task/19517/stat : 19517 (java) S 19501 19503 16973 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 279714697 9856004096 19784 33554432000 1073741824 1073778376 140737042302096 140360334428688 270333433632 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=19503/tid=19518] ppid=19501 vsize=9625004 CPUtime=0.36 cores=1,3,5,7
/proc/19503/task/19518/stat : 19518 (java) S 19501 19503 16973 0 -1 4202560 3197 0 0 0 36 0 0 0 20 0 19 0 279714697 9856004096 19784 33554432000 1073741824 1073778376 140737042302096 140360333376056 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=19503/tid=19519] ppid=19501 vsize=9625004 CPUtime=0.38 cores=1,3,5,7
/proc/19503/task/19519/stat : 19519 (java) S 19501 19503 16973 0 -1 4202560 3323 0 0 0 38 0 0 0 20 0 19 0 279714697 9856004096 19784 33554432000 1073741824 1073778376 140737042302096 140360332323512 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=19503/tid=19520] ppid=19501 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/19503/task/19520/stat : 19520 (java) S 19501 19503 16973 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 279714697 9856004096 19784 33554432000 1073741824 1073778376 140737042302096 140360331271160 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=19503/tid=19521] ppid=19501 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/19503/task/19521/stat : 19521 (java) S 19501 19503 16973 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 279714697 9856004096 19784 33554432000 1073741824 1073778376 140737042302096 140360330218824 270333425577 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=19503/tid=19522] ppid=19501 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/19503/task/19522/stat : 19522 (java) S 19501 19503 16973 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 279714715 9856004096 19784 33554432000 1073741824 1073778376 140737042302096 140360329163560 270333425577 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
Current children cumulated CPU time (s) 7.15
Current children cumulated vsize (KiB) 9625004

[startup+12.7006 s]

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

[pid=19503/tid=19518] ppid=19501 vsize=9625004 CPUtime=0.36 cores=1,3,5,7
/proc/19503/task/19518/stat : 19518 (java) S 19501 19503 16973 0 -1 4202560 3197 0 0 0 36 0 0 0 20 0 19 0 279714697 9856004096 78568 33554432000 1073741824 1073778376 140737042302096 140360333376056 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=19503/tid=19519] ppid=19501 vsize=9625004 CPUtime=0.42 cores=1,3,5,7
/proc/19503/task/19519/stat : 19519 (java) S 19501 19503 16973 0 -1 4202560 3414 0 0 0 42 0 0 0 20 0 19 0 279714697 9856004096 78568 33554432000 1073741824 1073778376 140737042302096 140360332323512 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=19503/tid=19520] ppid=19501 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/19503/task/19520/stat : 19520 (java) S 19501 19503 16973 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 279714697 9856004096 78568 33554432000 1073741824 1073778376 140737042302096 140360331271160 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=19503/tid=19521] ppid=19501 vsize=9625004 CPUtime=0.4 cores=1,3,5,7
/proc/19503/task/19521/stat : 19521 (java) S 19501 19503 16973 0 -1 4202560 92 0 0 0 18 22 0 0 20 0 19 0 279714697 9856004096 78568 33554432000 1073741824 1073778376 140737042302096 140360330218824 270333425577 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=19503/tid=19522] ppid=19501 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/19503/task/19522/stat : 19522 (java) S 19501 19503 16973 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 279714715 9856004096 78568 33554432000 1073741824 1073778376 140737042302096 140360329163560 270333425577 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
Current children cumulated CPU time (s) 1630.61
Current children cumulated vsize (KiB) 9625004

[startup+1662.3 s]
/proc/loadavg: 1.99 1.99 2.00 3/213 19596
/proc/meminfo: memFree=26949500/32873660 swapFree=7120/7120
[pid=19503] ppid=19501 vsize=9625004 CPUtime=1691.39 cores=1,3,5,7
/proc/19503/stat : 19503 (java) S 19501 19503 16973 0 -1 4202496 29988 0 1 0 169018 121 0 0 20 0 19 0 279714691 9856004096 76108 33554432000 1073741824 1073778376 140737042302096 140737042293232 270333411389 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0
/proc/19503/statm: 2406251 76108 2280 9 0 2396937 0
[pid=19503/tid=19505] ppid=19501 vsize=9625004 CPUtime=1635.47 cores=1,3,5,7
/proc/19503/task/19505/stat : 19505 (java) R 19501 19503 16973 0 -1 4202560 3386 0 1 0 163518 29 0 0 20 0 19 0 279714692 9856004096 76108 33554432000 1073741824 1073778376 140737042302096 140361118469504 140360957892563 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0
[pid=19503/tid=19506] ppid=19501 vsize=9625004 CPUtime=5.03 cores=1,3,5,7
/proc/19503/task/19506/stat : 19506 (java) S 19501 19503 16973 0 -1 4202560 3249 0 0 0 493 10 0 0 20 0 19 0 279714693 9856004096 76108 33554432000 1073741824 1073778376 140737042302096 140361079961768 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=19503/tid=19507] ppid=19501 vsize=9625004 CPUtime=4.77 cores=1,3,5,7
/proc/19503/task/19507/stat : 19507 (java) S 19501 19503 16973 0 -1 4202560 2645 0 0 0 469 8 0 0 20 0 19 0 279714693 9856004096 76108 33554432000 1073741824 1073778376 140737042302096 140361078909224 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=19503/tid=19508] ppid=19501 vsize=9625004 CPUtime=5.05 cores=1,3,5,7
/proc/19503/task/19508/stat : 19508 (java) S 19501 19503 16973 0 -1 4202560 2538 0 0 0 494 11 0 0 20 0 19 0 279714693 9856004096 76108 33554432000 1073741824 1073778376 140737042302096 140361077856680 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=19503/tid=19509] ppid=19501 vsize=9625004 CPUtime=4.89 cores=1,3,5,7
/proc/19503/task/19509/stat : 19509 (java) S 19501 19503 16973 0 -1 4202560 1698 0 0 0 480 9 0 0 20 0 19 0 279714693 9856004096 76108 33554432000 1073741824 1073778376 140737042302096 140361076804136 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=19503/tid=19510] ppid=19501 vsize=9625004 CPUtime=4.76 cores=1,3,5,7
/proc/19503/task/19510/stat : 19510 (java) S 19501 19503 16973 0 -1 4202560 1853 0 0 0 467 9 0 0 20 0 19 0 279714693 9856004096 76108 33554432000 1073741824 1073778376 140737042302096 140360957291176 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=19503/tid=19511] ppid=19501 vsize=9625004 CPUtime=4.89 cores=1,3,5,7
/proc/19503/task/19511/stat : 19511 (java) S 19501 19503 16973 0 -1 4202560 1851 0 0 0 480 9 0 0 20 0 19 0 279714693 9856004096 76108 33554432000 1073741824 1073778376 140737042302096 140360956238632 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=19503/tid=19512] ppid=19501 vsize=9625004 CPUtime=5 cores=1,3,5,7
/proc/19503/task/19512/stat : 19512 (java) S 19501 19503 16973 0 -1 4202560 2264 0 0 0 490 10 0 0 20 0 19 0 279714693 9856004096 76108 33554432000 1073741824 1073778376 140737042302096 140360955186088 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=19503/tid=19513] ppid=19501 vsize=9625004 CPUtime=5.06 cores=1,3,5,7
/proc/19503/task/19513/stat : 19513 (java) S 19501 19503 16973 0 -1 4202560 2067 0 0 0 494 12 0 0 20 0 19 0 279714693 9856004096 76108 33554432000 1073741824 1073778376 140737042302096 140360954133544 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=19503/tid=19514] ppid=19501 vsize=9625004 CPUtime=10.9 cores=1,3,5,7
/proc/19503/task/19514/stat : 19514 (java) S 19501 19503 16973 0 -1 4202560 550 0 0 0 1081 9 0 0 20 0 19 0 279714694 9856004096 76108 33554432000 1073741824 1073778376 140737042302096 140360941934696 270333425577 0 0 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=19503/tid=19515] ppid=19501 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/19503/task/19515/stat : 19515 (java) S 19501 19503 16973 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 279714694 9856004096 76108 33554432000 1073741824 1073778376 140737042302096 140360336532600 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=19503/tid=19516] ppid=19501 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/19503/task/19516/stat : 19516 (java) S 19501 19503 16973 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 279714694 9856004096 76108 33554432000 1073741824 1073778376 140737042302096 140360335479944 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=19503/tid=19517] ppid=19501 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/19503/task/19517/stat : 19517 (java) S 19501 19503 16973 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 279714697 9856004096 76108 33554432000 1073741824 1073778376 140737042302096 140360334428688 270333433632 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=19503/tid=19518] ppid=19501 vsize=9625004 CPUtime=0.36 cores=1,3,5,7
/proc/19503/task/19518/stat : 19518 (java) S 19501 19503 16973 0 -1 4202560 3197 0 0 0 36 0 0 0 20 0 19 0 279714697 9856004096 76108 33554432000 1073741824 1073778376 140737042302096 140360333376056 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=19503/tid=19519] ppid=19501 vsize=9625004 CPUtime=0.42 cores=1,3,5,7
/proc/19503/task/19519/stat : 19519 (java) S 19501 19503 16973 0 -1 4202560 3414 0 0 0 42 0 0 0 20 0 19 0 279714697 9856004096 76108 33554432000 1073741824 1073778376 140737042302096 140360332323512 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=19503/tid=19520] ppid=19501 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/19503/task/19520/stat : 19520 (java) S 19501 19503 16973 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 279714697 9856004096 76108 33554432000 1073741824 1073778376 140737042302096 140360331271160 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=19503/tid=19521] ppid=19501 vsize=9625004 CPUtime=0.42 cores=1,3,5,7
/proc/19503/task/19521/stat : 19521 (java) S 19501 19503 16973 0 -1 4202560 94 0 0 0 19 23 0 0 20 0 19 0 279714697 9856004096 76108 33554432000 1073741824 1073778376 140737042302096 140360330218824 270333425577 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=19503/tid=19522] ppid=19501 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/19503/task/19522/stat : 19522 (java) S 19501 19503 16973 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 279714715 9856004096 76108 33554432000 1073741824 1073778376 140737042302096 140360329163560 270333425577 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
Current children cumulated CPU time (s) 1691.39
Current children cumulated vsize (KiB) 9625004

[startup+1722.3 s]
/proc/loadavg: 1.99 1.99 2.00 3/213 19596
/proc/meminfo: memFree=26935456/32873660 swapFree=7120/7120
[pid=19503] ppid=19501 vsize=9625004 CPUtime=1752.38 cores=1,3,5,7
/proc/19503/stat : 19503 (java) S 19501 19503 16973 0 -1 4202496 31711 0 1 0 175111 127 0 0 20 0 19 0 279714691 9856004096 85453 33554432000 1073741824 1073778376 140737042302096 140737042293232 270333411389 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0
/proc/19503/statm: 2406251 85453 2280 9 0 2396937 0
[pid=19503/tid=19505] ppid=19501 vsize=9625004 CPUtime=1694.6 cores=1,3,5,7
/proc/19503/task/19505/stat : 19505 (java) R 19501 19503 16973 0 -1 4202560 3413 0 1 0 169429 31 0 0 20 0 19 0 279714692 9856004096 85453 33554432000 1073741824 1073778376 140737042302096 140361118469456 140360957892549 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0
[pid=19503/tid=19506] ppid=19501 vsize=9625004 CPUtime=5.18 cores=1,3,5,7
/proc/19503/task/19506/stat : 19506 (java) S 19501 19503 16973 0 -1 4202560 3338 0 0 0 507 11 0 0 20 0 19 0 279714693 9856004096 85453 33554432000 1073741824 1073778376 140737042302096 140361079961768 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=19503/tid=19507] ppid=19501 vsize=9625004 CPUtime=4.93 cores=1,3,5,7
/proc/19503/task/19507/stat : 19507 (java) S 19501 19503 16973 0 -1 4202560 2656 0 0 0 484 9 0 0 20 0 19 0 279714693 9856004096 85453 33554432000 1073741824 1073778376 140737042302096 140361078909224 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=19503/tid=19508] ppid=19501 vsize=9625004 CPUtime=5.2 cores=1,3,5,7
/proc/19503/task/19508/stat : 19508 (java) S 19501 19503 16973 0 -1 4202560 2762 0 0 0 508 12 0 0 20 0 19 0 279714693 9856004096 85453 33554432000 1073741824 1073778376 140737042302096 140361077856680 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=19503/tid=19509] ppid=19501 vsize=9625004 CPUtime=5.06 cores=1,3,5,7
/proc/19503/task/19509/stat : 19509 (java) S 19501 19503 16973 0 -1 4202560 2043 0 0 0 497 9 0 0 20 0 19 0 279714693 9856004096 85453 33554432000 1073741824 1073778376 140737042302096 140361076804136 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=19503/tid=19510] ppid=19501 vsize=9625004 CPUtime=4.95 cores=1,3,5,7
/proc/19503/task/19510/stat : 19510 (java) S 19501 19503 16973 0 -1 4202560 2204 0 0 0 486 9 0 0 20 0 19 0 279714693 9856004096 85453 33554432000 1073741824 1073778376 140737042302096 140360957291176 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=19503/tid=19511] ppid=19501 vsize=9625004 CPUtime=5.09 cores=1,3,5,7
/proc/19503/task/19511/stat : 19511 (java) S 19501 19503 16973 0 -1 4202560 2201 0 0 0 499 10 0 0 20 0 19 0 279714693 9856004096 85453 33554432000 1073741824 1073778376 140737042302096 140360956238632 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=19503/tid=19512] ppid=19501 vsize=9625004 CPUtime=5.25 cores=1,3,5,7
/proc/19503/task/19512/stat : 19512 (java) S 19501 19503 16973 0 -1 4202560 2510 0 0 0 513 12 0 0 20 0 19 0 279714693 9856004096 85453 33554432000 1073741824 1073778376 140737042302096 140360955186088 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=19503/tid=19513] ppid=19501 vsize=9625004 CPUtime=5.22 cores=1,3,5,7
/proc/19503/task/19513/stat : 19513 (java) S 19501 19503 16973 0 -1 4202560 2113 0 0 0 510 12 0 0 20 0 19 0 279714693 9856004096 85453 33554432000 1073741824 1073778376 140737042302096 140360954133544 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=19503/tid=19514] ppid=19501 vsize=9625004 CPUtime=11.18 cores=1,3,5,7
/proc/19503/task/19514/stat : 19514 (java) S 19501 19503 16973 0 -1 4202560 580 0 0 0 1109 9 0 0 20 0 19 0 279714694 9856004096 85453 33554432000 1073741824 1073778376 140737042302096 140360941934696 270333425577 0 0 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=19503/tid=19515] ppid=19501 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/19503/task/19515/stat : 19515 (java) S 19501 19503 16973 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 279714694 9856004096 85453 33554432000 1073741824 1073778376 140737042302096 140360336532600 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=19503/tid=19516] ppid=19501 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/19503/task/19516/stat : 19516 (java) S 19501 19503 16973 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 279714694 9856004096 85453 33554432000 1073741824 1073778376 140737042302096 140360335479944 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=19503/tid=19517] ppid=19501 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/19503/task/19517/stat : 19517 (java) S 19501 19503 16973 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 279714697 9856004096 85453 33554432000 1073741824 1073778376 140737042302096 140360334428688 270333433632 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=19503/tid=19518] ppid=19501 vsize=9625004 CPUtime=0.36 cores=1,3,5,7
/proc/19503/task/19518/stat : 19518 (java) S 19501 19503 16973 0 -1 4202560 3197 0 0 0 36 0 0 0 20 0 19 0 279714697 9856004096 85453 33554432000 1073741824 1073778376 140737042302096 140360333376056 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=19503/tid=19519] ppid=19501 vsize=9625004 CPUtime=0.42 cores=1,3,5,7
/proc/19503/task/19519/stat : 19519 (java) S 19501 19503 16973 0 -1 4202560 3414 0 0 0 42 0 0 0 20 0 19 0 279714697 9856004096 85453 33554432000 1073741824 1073778376 140737042302096 140360332323512 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=19503/tid=19520] ppid=19501 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/19503/task/19520/stat : 19520 (java) S 19501 19503 16973 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 279714697 9856004096 85453 33554432000 1073741824 1073778376 140737042302096 140360331271160 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=19503/tid=19521] ppid=19501 vsize=9625004 CPUtime=0.44 cores=1,3,5,7
/proc/19503/task/19521/stat : 19521 (java) S 19501 19503 16973 0 -1 4202560 98 0 0 0 20 24 0 0 20 0 19 0 279714697 9856004096 85453 33554432000 1073741824 1073778376 140737042302096 140360330218824 270333425577 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=19503/tid=19522] ppid=19501 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/19503/task/19522/stat : 19522 (java) S 19501 19503 16973 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 279714715 9856004096 85453 33554432000 1073741824 1073778376 140737042302096 140360329163560 270333425577 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
Current children cumulated CPU time (s) 1752.38
Current children cumulated vsize (KiB) 9625004



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1769.4 s]
/proc/loadavg: 1.95 1.98 1.99 3/213 19596
/proc/meminfo: memFree=26841880/32873660 swapFree=7120/7120
[pid=19503] ppid=19501 vsize=9625004 CPUtime=1800.04 cores=1,3,5,7
/proc/19503/stat : 19503 (java) S 19501 19503 16973 0 -1 4202496 33082 0 1 0 179869 135 0 0 20 0 19 0 279714691 9856004096 104110 33554432000 1073741824 1073778376 140737042302096 140737042293232 270333411389 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0
/proc/19503/statm: 2406251 104110 2280 9 0 2396937 0
[pid=19503/tid=19505] ppid=19501 vsize=9625004 CPUtime=1741.21 cores=1,3,5,7
/proc/19503/task/19505/stat : 19505 (java) R 19501 19503 16973 0 -1 4202560 3421 0 1 0 174089 32 0 0 20 0 19 0 279714692 9856004096 104110 33554432000 1073741824 1073778376 140737042302096 140361118469456 140360957892577 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0
[pid=19503/tid=19506] ppid=19501 vsize=9625004 CPUtime=5.29 cores=1,3,5,7
/proc/19503/task/19506/stat : 19506 (java) S 19501 19503 16973 0 -1 4202560 3486 0 0 0 517 12 0 0 20 0 19 0 279714693 9856004096 104110 33554432000 1073741824 1073778376 140737042302096 140361079961768 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=19503/tid=19507] ppid=19501 vsize=9625004 CPUtime=5.02 cores=1,3,5,7
/proc/19503/task/19507/stat : 19507 (java) S 19501 19503 16973 0 -1 4202560 2776 0 0 0 493 9 0 0 20 0 19 0 279714693 9856004096 104110 33554432000 1073741824 1073778376 140737042302096 140361078909224 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=19503/tid=19508] ppid=19501 vsize=9625004 CPUtime=5.3 cores=1,3,5,7
/proc/19503/task/19508/stat : 19508 (java) S 19501 19503 16973 0 -1 4202560 3161 0 0 0 518 12 0 0 20 0 19 0 279714693 9856004096 104110 33554432000 1073741824 1073778376 140737042302096 140361077856680 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=19503/tid=19509] ppid=19501 vsize=9625004 CPUtime=5.14 cores=1,3,5,7
/proc/19503/task/19509/stat : 19509 (java) S 19501 19503 16973 0 -1 4202560 2049 0 0 0 504 10 0 0 20 0 19 0 279714693 9856004096 104110 33554432000 1073741824 1073778376 140737042302096 140361076804136 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=19503/tid=19510] ppid=19501 vsize=9625004 CPUtime=5.05 cores=1,3,5,7
/proc/19503/task/19510/stat : 19510 (java) S 19501 19503 16973 0 -1 4202560 2534 0 0 0 495 10 0 0 20 0 19 0 279714693 9856004096 104110 33554432000 1073741824 1073778376 140737042302096 140360957291176 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=19503/tid=19511] ppid=19501 vsize=9625004 CPUtime=5.19 cores=1,3,5,7
/proc/19503/task/19511/stat : 19511 (java) S 19501 19503 16973 0 -1 4202560 2223 0 0 0 508 11 0 0 20 0 19 0 279714693 9856004096 104110 33554432000 1073741824 1073778376 140737042302096 140360956238632 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=19503/tid=19512] ppid=19501 vsize=9625004 CPUtime=5.34 cores=1,3,5,7
/proc/19503/task/19512/stat : 19512 (java) S 19501 19503 16973 0 -1 4202560 2523 0 0 0 522 12 0 0 20 0 19 0 279714693 9856004096 104110 33554432000 1073741824 1073778376 140737042302096 140360955186088 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=19503/tid=19513] ppid=19501 vsize=9625004 CPUtime=5.32 cores=1,3,5,7
/proc/19503/task/19513/stat : 19513 (java) S 19501 19503 16973 0 -1 4202560 2390 0 0 0 519 13 0 0 20 0 19 0 279714693 9856004096 104110 33554432000 1073741824 1073778376 140737042302096 140360954133544 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=19503/tid=19514] ppid=19501 vsize=9625004 CPUtime=11.32 cores=1,3,5,7
/proc/19503/task/19514/stat : 19514 (java) S 19501 19503 16973 0 -1 4202560 626 0 0 0 1123 9 0 0 20 0 19 0 279714694 9856004096 104110 33554432000 1073741824 1073778376 140737042302096 140360941934696 270333425577 0 0 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=19503/tid=19515] ppid=19501 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/19503/task/19515/stat : 19515 (java) S 19501 19503 16973 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 279714694 9856004096 104110 33554432000 1073741824 1073778376 140737042302096 140360336532600 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=19503/tid=19516] ppid=19501 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/19503/task/19516/stat : 19516 (java) S 19501 19503 16973 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 279714694 9856004096 104110 33554432000 1073741824 1073778376 140737042302096 140360335479944 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=19503/tid=19517] ppid=19501 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/19503/task/19517/stat : 19517 (java) S 19501 19503 16973 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 279714697 9856004096 104110 33554432000 1073741824 1073778376 140737042302096 140360334428688 270333433632 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=19503/tid=19518] ppid=19501 vsize=9625004 CPUtime=0.36 cores=1,3,5,7
/proc/19503/task/19518/stat : 19518 (java) S 19501 19503 16973 0 -1 4202560 3197 0 0 0 36 0 0 0 20 0 19 0 279714697 9856004096 104110 33554432000 1073741824 1073778376 140737042302096 140360333376056 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=19503/tid=19519] ppid=19501 vsize=9625004 CPUtime=0.42 cores=1,3,5,7
/proc/19503/task/19519/stat : 19519 (java) S 19501 19503 16973 0 -1 4202560 3414 0 0 0 42 0 0 0 20 0 19 0 279714697 9856004096 104110 33554432000 1073741824 1073778376 140737042302096 140360332323512 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=19503/tid=19520] ppid=19501 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/19503/task/19520/stat : 19520 (java) S 19501 19503 16973 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 279714697 9856004096 104110 33554432000 1073741824 1073778376 140737042302096 140360331271160 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=19503/tid=19521] ppid=19501 vsize=9625004 CPUtime=0.45 cores=1,3,5,7
/proc/19503/task/19521/stat : 19521 (java) S 19501 19503 16973 0 -1 4202560 100 0 0 0 20 25 0 0 20 0 19 0 279714697 9856004096 104110 33554432000 1073741824 1073778376 140737042302096 140360330218824 270333425577 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=19503/tid=19522] ppid=19501 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/19503/task/19522/stat : 19522 (java) S 19501 19503 16973 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 279714715 9856004096 104110 33554432000 1073741824 1073778376 140737042302096 140360329163560 270333425577 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
Current children cumulated CPU time (s) 1800.04
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 19503 and gives
#  childrusage.ru_utime.tv_sec=1794
#  childrusage.ru_utime.tv_usec=78258
#  childrusage.ru_stime.tv_sec=1
#  childrusage.ru_stime.tv_usec=692742
# CPU time returned by wait4() is 1795.77
# while last known CPU time is 1800.04
#
# Solver probably didn't/couldn't wait for its children
# Using CPU time of the last sample as value...

Real time (s): 1769.45
CPU time (s): 1800.04
CPU user time (s): 1798.69
CPU system time (s): 1.35
CPU usage (%): 101.729
Max. virtual memory (cumulated for all children) (KiB): 9625004

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1794.08
system time used= 1.69274
maximum resident set size= 416592
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 33122
page faults= 1
swaps= 0
block input operations= 0
block output operations= 1688
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 63387
involuntary context switches= 85714

runsolver used 6.10007 second user time and 14.5948 second system time

The end

Launcher Data

Begin job on node117 at 2012-05-27 18:24:49
IDJOB=3710530
IDBENCH=1855
IDSOLVER=2289
FILE ID=node117/3710530-1338135889
RUNJOBID= node117-1338124635-16990
PBS_JOBID= 14624513
Free space on /tmp= 70048 MiB

SOLVER NAME= SAT4J PB specific settings 2.3.2 snapshot
BENCH NAME= PB06//final/normalized-PB06/OPT-SMALLINT/mps-v2-20-10/MIPLIB/miplib/normalized-mps-v2-20-10-cracpb1.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-3710530-1338135889/watcher-3710530-1338135889 -o /tmp/evaluation-result-3710530-1338135889/solver-3710530-1338135889 -C 1800 -W 1900 -M 15500  java -jar HOME/sat4j-sat.jar -opt -s Resolution -S ORDERS=VarOrderHeap -hot -y HOME/instance-3710530-1338135889.opb

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

MD5SUM BENCH= 75f6d21683e6eb738b98c93cf5598ff3
RANDOM SEED=205171086

node117.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.148
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.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		: 2667.148
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		: 2667.148
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	: 5331.91
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.148
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.95
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.148
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		: 2667.148
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	: 5331.91
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.148
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		: 2667.148
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:       32873660 kB
MemFree:        27332312 kB
Buffers:          326620 kB
Cached:          4044716 kB
SwapCached:            0 kB
Active:          2481276 kB
Inactive:        2186320 kB
Active(anon):     287576 kB
Inactive(anon):    11356 kB
Active(file):    2193700 kB
Inactive(file):  2174964 kB
Unevictable:        7120 kB
Mlocked:            7120 kB
SwapTotal:      67108856 kB
SwapFree:       67108856 kB
Dirty:               876 kB
Writeback:             4 kB
AnonPages:        303032 kB
Mapped:            22672 kB
Shmem:               200 kB
Slab:             735000 kB
SReclaimable:     179216 kB
SUnreclaim:       555784 kB
KernelStack:        1616 kB
PageTables:         4512 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545684 kB
Committed_AS:     697328 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346400 kB
VmallocChunk:   34341988052 kB
HardwareCorrupted:     0 kB
AnonHugePages:    264192 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= 70048 MiB
End job on node117 at 2012-05-27 18:54:21