Trace number 3711187

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.07 1788.35

General information on the benchmark

Namenormalized-PB07/OPT-SMALLINT-NLC/submittedPB07/
manquinho/bsg/normalized-bsg_500_10_4.opb
MD5SUM95bfca9fba26d7f8c875796701522876
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-144
Best CPU time to get the best result obtained on this benchmark1796.77
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)12652
Sum of products size (including duplicates)25304
Number of different products6326
Sum of products size12652

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.09	c version 2.3.2.v20120418
0.00/0.09	c java.runtime.name	Java(TM) SE Runtime Environment
0.00/0.09	c java.vm.name		Java HotSpot(TM) 64-Bit Server VM
0.00/0.09	c java.vm.version	19.1-b02
0.00/0.09	c java.vm.vendor	Sun Microsystems Inc.
0.00/0.09	c sun.arch.data.model	64
0.00/0.09	c java.version		1.6.0_24
0.00/0.09	c os.name		Linux
0.00/0.09	c os.version		2.6.32-71.29.1.el6.x86_64
0.00/0.09	c os.arch		amd64
0.00/0.09	c Free memory 		501472288
0.00/0.09	c Max memory 		7480803328
0.00/0.09	c Total memory 		504102912
0.00/0.09	c Number of processors 	8
0.09/0.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-3711187-1338171701.opb
0.09/0.12	c reading problem ... 
1.01/0.56	c ... done. Wall clock time 0.438s.
1.01/0.56	c declared #vars     1000
1.01/0.56	c internal #vars     7326
1.01/0.56	c #constraints  14154
1.01/0.56	c constraints type 
1.01/0.56	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 6326
1.01/0.56	c org.sat4j.minisat.constraints.card.MinWatchCard => 1002
1.01/0.56	c org.sat4j.minisat.constraints.cnf.OriginalBinaryClause => 500
1.01/0.56	c org.sat4j.pb.constraints.pb.MaxWatchPbLong => 6326
1.01/0.56	c 14154 constraints processed.
1.62/0.73	c SATISFIABLE
1.62/0.73	c OPTIMIZING...
1.62/0.73	c Got one! Elapsed wall clock time (in seconds):0.605
1.62/0.73	o 0
1.62/0.78	c Got one! Elapsed wall clock time (in seconds):0.658
1.62/0.78	o -1
2.41/1.04	c Got one! Elapsed wall clock time (in seconds):0.91
2.41/1.04	o -69
2.56/1.13	c Got one! Elapsed wall clock time (in seconds):1.002
2.56/1.13	o -71
2.56/1.20	c Got one! Elapsed wall clock time (in seconds):1.07
2.56/1.20	o -81
4.31/2.82	c cleaning 2841 clauses out of 5687 with flag 5000/5687
5.16/3.67	c Got one! Elapsed wall clock time (in seconds):3.544
5.16/3.67	o -85
5.36/3.84	c Got one! Elapsed wall clock time (in seconds):3.718
5.36/3.84	o -87
5.36/3.88	c Got one! Elapsed wall clock time (in seconds):3.751
5.36/3.88	o -88
5.79/4.30	c cleaning 4325 clauses out of 8664 with flag 2000/11505
7.19/5.67	c Got one! Elapsed wall clock time (in seconds):5.543
7.19/5.67	o -89
7.79/6.21	c Got one! Elapsed wall clock time (in seconds):6.085
7.79/6.21	o -90
8.70/7.13	c cleaning 7349 clauses out of 14704 with flag 3003/21870
10.13/8.52	c Got one! Elapsed wall clock time (in seconds):8.391
10.13/8.52	o -91
10.43/8.84	c cleaning 6607 clauses out of 13224 with flag 1000/27739
12.26/10.68	c cleaning 6302 clauses out of 12617 with flag 7000/33739
14.17/12.53	c cleaning 6646 clauses out of 13315 with flag 14000/40739
14.88/13.26	c Got one! Elapsed wall clock time (in seconds):13.133
14.88/13.26	o -92
15.78/14.13	c cleaning 5915 clauses out of 11905 with flag 3002/45975
17.59/15.91	c cleaning 5985 clauses out of 11989 with flag 9001/51974
19.30/17.65	c cleaning 6499 clauses out of 13007 with flag 16004/58977
20.70/19.00	c cleaning 7252 clauses out of 14504 with flag 24000/66973
23.20/21.54	c cleaning 8125 clauses out of 16252 with flag 33000/75973
25.83/24.16	c cleaning 9052 clauses out of 18127 with flag 43000/85973
26.44/24.73	c Got one! Elapsed wall clock time (in seconds):24.609
26.44/24.73	o -93
27.24/25.55	c cleaning 7299 clauses out of 14645 with flag 3002/91543
28.76/27.06	c cleaning 6650 clauses out of 13344 with flag 9000/97541
30.00/28.26	c Got one! Elapsed wall clock time (in seconds):28.138
30.00/28.26	o -96
30.40/28.69	c cleaning 6084 clauses out of 12217 with flag 2005/103064
31.52/29.76	c cleaning 6058 clauses out of 12131 with flag 8003/109062
32.52/30.77	c Got one! Elapsed wall clock time (in seconds):30.645
32.52/30.77	o -97
34.01/32.29	c cleaning 8386 clauses out of 16775 with flag 5000/119764
35.93/34.14	c cleaning 7192 clauses out of 14389 with flag 11000/125764
37.03/35.26	c cleaning 7091 clauses out of 14199 with flag 18002/132766
38.94/37.13	c cleaning 7554 clauses out of 15107 with flag 26001/140765
41.16/39.37	c cleaning 8264 clauses out of 16554 with flag 35002/149766
41.38/39.55	c Got one! Elapsed wall clock time (in seconds):39.424
41.38/39.55	o -98
42.48/40.69	c cleaning 6913 clauses out of 13838 with flag 5000/155314
43.38/41.57	c cleaning 6459 clauses out of 12926 with flag 11001/161315
44.61/42.71	c cleaning 6729 clauses out of 13466 with flag 18000/168314
46.62/44.72	c cleaning 7367 clauses out of 14737 with flag 26000/176314
46.83/45.00	c Got one! Elapsed wall clock time (in seconds):44.871
46.83/45.00	o -99
48.03/46.12	c cleaning 6612 clauses out of 13244 with flag 5001/182188
49.54/47.67	c cleaning 6299 clauses out of 12631 with flag 11000/188187
51.24/49.33	c cleaning 6659 clauses out of 13332 with flag 18000/195187
53.15/51.24	c cleaning 7324 clauses out of 14673 with flag 26000/203187
55.36/53.41	c cleaning 8175 clauses out of 16349 with flag 35000/212187
57.69/55.78	c cleaning 9081 clauses out of 18174 with flag 45000/222187
60.62/58.69	c cleaning 10045 clauses out of 20098 with flag 56005/233192
63.74/61.78	c cleaning 11024 clauses out of 22050 with flag 68002/245189
67.16/65.19	c cleaning 12008 clauses out of 24026 with flag 81002/258189
71.18/69.20	c cleaning 12969 clauses out of 26016 with flag 95000/272187
74.50/72.45	c cleaning 14015 clauses out of 28051 with flag 110004/287191
78.75/76.68	c cleaning 15012 clauses out of 30033 with flag 126001/303188
81.17/79.01	c Got one! Elapsed wall clock time (in seconds):78.887
81.17/79.01	o -100
82.47/80.37	c cleaning 17404 clauses out of 34826 with flag 5002/322993
84.68/82.57	c cleaning 11693 clauses out of 23420 with flag 11000/328991
86.90/84.79	c cleaning 9346 clauses out of 18728 with flag 18001/335992
89.71/87.58	c cleaning 8685 clauses out of 17389 with flag 26008/343999
92.24/90.02	c cleaning 8816 clauses out of 17697 with flag 35001/352992
94.28/92.00	c cleaning 9434 clauses out of 18881 with flag 45001/362992
96.39/94.17	c cleaning 10222 clauses out of 20447 with flag 56001/373992
98.89/96.70	c cleaning 11102 clauses out of 22224 with flag 68000/385991
102.47/100.14	c cleaning 12057 clauses out of 24122 with flag 81000/398991
105.82/103.41	c cleaning 13029 clauses out of 26065 with flag 95000/412991
108.33/105.93	c cleaning 14013 clauses out of 28036 with flag 110000/427991
111.74/109.32	c cleaning 15007 clauses out of 30024 with flag 126001/443992
116.26/113.83	c cleaning 16005 clauses out of 32016 with flag 143000/460991
119.48/117.05	c cleaning 17006 clauses out of 34011 with flag 161000/478991
123.12/120.64	c cleaning 17998 clauses out of 36006 with flag 180001/497992
127.15/124.64	c cleaning 19002 clauses out of 38007 with flag 200000/517991
133.17/130.67	c cleaning 19987 clauses out of 40005 with flag 221000/538991
138.20/135.65	c cleaning 21003 clauses out of 42023 with flag 243005/560996
144.29/141.67	c cleaning 22003 clauses out of 44017 with flag 266002/583993
150.75/148.01	c cleaning 22995 clauses out of 46012 with flag 290000/607991
157.47/154.73	c cleaning 24009 clauses out of 48018 with flag 315001/632992
163.09/160.36	c cleaning 25006 clauses out of 50017 with flag 341009/659000
169.15/166.34	c cleaning 25996 clauses out of 52003 with flag 368001/685992
174.78/171.97	c cleaning 26999 clauses out of 54006 with flag 396000/713991
183.32/180.42	c cleaning 27994 clauses out of 56019 with flag 425012/743003
191.78/188.80	c cleaning 29006 clauses out of 58014 with flag 455001/772992
198.45/195.43	c cleaning 29996 clauses out of 60008 with flag 486001/803992
204.12/201.06	c cleaning 31001 clauses out of 62011 with flag 518000/835991
212.86/209.70	c cleaning 32004 clauses out of 64012 with flag 551002/868993
220.43/217.28	c cleaning 33003 clauses out of 66010 with flag 585004/902995
228.46/225.25	c cleaning 33995 clauses out of 68005 with flag 620002/937993
237.10/233.88	c cleaning 35003 clauses out of 70009 with flag 656001/973992
242.08/238.78	c cleaning 35990 clauses out of 72006 with flag 693001/1010992
249.60/246.21	c cleaning 37002 clauses out of 74016 with flag 731001/1048992
256.98/253.53	c cleaning 37999 clauses out of 76013 with flag 770000/1087991
266.26/262.77	c cleaning 39000 clauses out of 78014 with flag 810000/1127991
274.08/270.48	c cleaning 39997 clauses out of 80015 with flag 851001/1168992
274.52/270.83	c Got one! Elapsed wall clock time (in seconds):270.703
274.52/270.83	o -101
275.22/271.57	c cleaning 22769 clauses out of 45640 with flag 4001/1174614
276.35/272.69	c cleaning 14400 clauses out of 28871 with flag 10001/1180614
277.37/273.68	c cleaning 10712 clauses out of 21470 with flag 17000/1187613
278.58/274.83	c cleaning 9350 clauses out of 18758 with flag 25000/1195613
279.90/276.16	c cleaning 9196 clauses out of 18408 with flag 34000/1204613
281.53/277.70	c cleaning 9604 clauses out of 19212 with flag 44000/1214613
283.24/279.44	c cleaning 10304 clauses out of 20608 with flag 55000/1225613
285.26/281.41	c cleaning 11148 clauses out of 22305 with flag 67001/1237614
287.49/283.60	c cleaning 12077 clauses out of 24157 with flag 80001/1250614
289.82/286.00	c cleaning 13038 clauses out of 26080 with flag 94001/1264614
292.54/288.68	c cleaning 14018 clauses out of 28042 with flag 109001/1279614
295.66/291.72	c cleaning 15011 clauses out of 30023 with flag 125000/1295613
298.88/294.98	c cleaning 16004 clauses out of 32013 with flag 142001/1312614
303.13/299.13	c cleaning 17005 clauses out of 34009 with flag 160001/1330614
307.36/303.38	c cleaning 17997 clauses out of 36003 with flag 179000/1349613
308.39/304.36	c Got one! Elapsed wall clock time (in seconds):304.236
308.39/304.36	o -102
309.59/305.59	c cleaning 14346 clauses out of 28697 with flag 5000/1360304
311.21/307.17	c cleaning 10143 clauses out of 20355 with flag 11004/1366308
312.71/308.68	c cleaning 8576 clauses out of 17208 with flag 18000/1373304
314.64/310.53	c cleaning 8309 clauses out of 16632 with flag 26000/1381304
316.86/312.73	c cleaning 8646 clauses out of 17325 with flag 35002/1390306
319.29/315.13	c cleaning 9339 clauses out of 18688 with flag 45011/1400315
321.72/317.54	c cleaning 10162 clauses out of 20339 with flag 56001/1411305
324.34/320.10	c cleaning 11073 clauses out of 22176 with flag 68000/1423304
327.36/323.19	c cleaning 12044 clauses out of 24105 with flag 81002/1436306
330.39/326.18	c cleaning 13029 clauses out of 26060 with flag 95001/1450305
333.90/329.60	c cleaning 14015 clauses out of 28030 with flag 110000/1465304
337.64/333.33	c cleaning 14991 clauses out of 30015 with flag 126000/1481304
341.45/337.12	c cleaning 16009 clauses out of 32026 with flag 143002/1498306
345.27/340.93	c cleaning 17003 clauses out of 34017 with flag 161002/1516306
348.50/344.17	c cleaning 18003 clauses out of 36013 with flag 180001/1535305
352.15/347.71	c cleaning 18999 clauses out of 38010 with flag 200001/1555305
355.99/351.59	c cleaning 20001 clauses out of 40011 with flag 221001/1576305
360.93/356.47	c cleaning 21001 clauses out of 42009 with flag 243000/1598304
367.95/363.48	c cleaning 22001 clauses out of 44009 with flag 266001/1621305
371.67/367.12	c cleaning 23000 clauses out of 46008 with flag 290001/1645305
375.79/371.21	c cleaning 24001 clauses out of 48008 with flag 315001/1670305
380.71/376.11	c cleaning 24998 clauses out of 50006 with flag 341000/1696304
386.14/381.55	c cleaning 25999 clauses out of 52008 with flag 368000/1723304
392.07/387.48	c cleaning 27005 clauses out of 54010 with flag 396001/1751305
397.91/393.27	c cleaning 27997 clauses out of 56004 with flag 425000/1780304
405.65/400.98	c cleaning 28989 clauses out of 58009 with flag 455002/1810306
414.12/409.34	c cleaning 30000 clauses out of 60019 with flag 486001/1841305
422.53/417.66	c cleaning 31003 clauses out of 62018 with flag 518000/1873304
430.46/425.54	c cleaning 31996 clauses out of 64015 with flag 551000/1906304
439.20/434.29	c cleaning 33000 clauses out of 66023 with flag 585004/1940308
448.64/443.68	c cleaning 34003 clauses out of 68019 with flag 620000/1975304
458.31/453.25	c cleaning 35010 clauses out of 70030 with flag 656014/2011318
467.05/461.94	c cleaning 36003 clauses out of 72007 with flag 693001/2048305
474.99/469.87	c cleaning 36997 clauses out of 74003 with flag 731000/2086304
483.66/478.42	c cleaning 37994 clauses out of 76007 with flag 770001/2125305
492.15/486.89	c cleaning 39003 clauses out of 78019 with flag 810007/2165311
502.90/497.50	c cleaning 39992 clauses out of 80009 with flag 851000/2206304
513.88/508.44	c cleaning 41004 clauses out of 82017 with flag 893000/2248304
524.48/518.93	c cleaning 41999 clauses out of 84013 with flag 936000/2291304
534.81/529.01	c cleaning 42999 clauses out of 86014 with flag 980000/2335304
545.05/539.18	c cleaning 44004 clauses out of 88021 with flag 1025006/2380310
555.69/549.62	c cleaning 45000 clauses out of 90015 with flag 1071004/2426308
567.70/561.63	c cleaning 45998 clauses out of 92020 with flag 1118009/2473313
588.59/582.40	c cleaning 47003 clauses out of 94014 with flag 1166001/2521305
606.30/600.07	c cleaning 47997 clauses out of 96018 with flag 1215008/2570312
625.97/619.68	c cleaning 48976 clauses out of 98013 with flag 1265000/2620304
643.92/637.54	c cleaning 50006 clauses out of 100038 with flag 1316001/2671305
661.21/654.70	c cleaning 51006 clauses out of 102033 with flag 1368002/2723306
682.82/676.20	c cleaning 52013 clauses out of 104039 with flag 1421014/2776318
706.03/699.40	c cleaning 53001 clauses out of 106013 with flag 1475001/2830305
736.64/729.70	c cleaning 54012 clauses out of 108024 with flag 1530013/2885317
776.28/769.32	c cleaning 55003 clauses out of 110005 with flag 1586006/2941310
805.84/798.81	c cleaning 55995 clauses out of 111997 with flag 1643001/2998305
819.65/812.55	c cleaning 56997 clauses out of 114003 with flag 1701002/3056306
833.42/826.27	c cleaning 57994 clauses out of 116006 with flag 1760002/3115306
848.38/841.13	c cleaning 58999 clauses out of 118011 with flag 1820001/3175305
850.75/843.49	c Got one! Elapsed wall clock time (in seconds):843.361
850.75/843.49	o -103
851.97/844.63	c cleaning 35520 clauses out of 71053 with flag 5003/3187346
853.39/846.00	c cleaning 20654 clauses out of 41532 with flag 11002/3193345
854.91/847.55	c cleaning 13896 clauses out of 27878 with flag 18002/3200345
856.72/849.37	c cleaning 10970 clauses out of 21985 with flag 26005/3208348
858.65/851.23	c cleaning 9996 clauses out of 20011 with flag 35001/3217344
860.86/853.42	c cleaning 9986 clauses out of 20014 with flag 45000/3227343
863.47/856.03	c cleaning 10493 clauses out of 21030 with flag 56002/3238345
866.38/858.93	c cleaning 11272 clauses out of 22544 with flag 68009/3250352
869.81/862.30	c cleaning 12127 clauses out of 24263 with flag 81000/3263343
874.03/866.51	c cleaning 13069 clauses out of 26139 with flag 95003/3277346
877.76/870.23	c cleaning 14034 clauses out of 28075 with flag 110008/3292351
882.89/875.32	c cleaning 15013 clauses out of 30037 with flag 126004/3308347
888.85/881.23	c cleaning 16004 clauses out of 32021 with flag 143001/3325344
896.46/888.88	c cleaning 17008 clauses out of 34023 with flag 161007/3343350
904.11/896.48	c cleaning 18004 clauses out of 36017 with flag 180009/3362352
913.95/906.20	c cleaning 18996 clauses out of 38004 with flag 200000/3382343
923.76/916.01	c cleaning 20004 clauses out of 40012 with flag 221004/3403347
933.08/925.35	c cleaning 20993 clauses out of 42006 with flag 243002/3425345
939.81/932.07	c cleaning 22001 clauses out of 44012 with flag 266001/3448344
946.03/938.23	c cleaning 22997 clauses out of 46010 with flag 290000/3472343
955.46/947.65	c cleaning 24005 clauses out of 48013 with flag 315000/3497343
962.59/954.74	c cleaning 24997 clauses out of 50009 with flag 341001/3523344
976.23/968.38	c cleaning 26004 clauses out of 52011 with flag 368000/3550343
987.30/979.39	c cleaning 26997 clauses out of 54007 with flag 396000/3578343
999.25/991.28	c cleaning 28005 clauses out of 56019 with flag 425009/3607352
1014.21/1006.13	c cleaning 29000 clauses out of 58006 with flag 455001/3637344
1023.99/1015.89	c cleaning 29998 clauses out of 60015 with flag 486010/3668353
1031.35/1023.15	c cleaning 30998 clauses out of 62014 with flag 518007/3700350
1038.71/1030.47	c cleaning 31993 clauses out of 64009 with flag 551000/3733343
1046.92/1038.60	c cleaning 32999 clauses out of 66018 with flag 585002/3767345
1054.45/1046.16	c cleaning 34000 clauses out of 68018 with flag 620001/3802344
1063.98/1055.67	c cleaning 35003 clauses out of 70020 with flag 656003/3838346
1074.35/1065.92	c cleaning 36002 clauses out of 72021 with flag 693007/3875350
1085.00/1076.56	c cleaning 36994 clauses out of 74015 with flag 731003/3913346
1095.62/1087.19	c cleaning 38005 clauses out of 76028 with flag 770010/3952353
1106.00/1097.41	c cleaning 39001 clauses out of 78016 with flag 810003/3992346
1115.06/1106.47	c cleaning 40001 clauses out of 80012 with flag 851000/4033343
1124.00/1115.34	c cleaning 41004 clauses out of 82012 with flag 893001/4075344
1136.95/1128.21	c cleaning 42001 clauses out of 84010 with flag 936003/4118346
1149.61/1140.81	c cleaning 42998 clauses out of 86006 with flag 980000/4162343
1175.07/1166.22	c cleaning 44015 clauses out of 88046 with flag 1025038/4207381
1198.76/1189.88	c cleaning 44994 clauses out of 90006 with flag 1071013/4253356
1220.63/1211.67	c cleaning 45998 clauses out of 92002 with flag 1118003/4300346
1262.22/1253.18	c cleaning 47011 clauses out of 94035 with flag 1166034/4348377
1308.90/1299.76	c cleaning 47995 clauses out of 96001 with flag 1215011/4397354
1390.75/1381.54	c cleaning 48975 clauses out of 97996 with flag 1265001/4447344
1439.25/1429.95	c cleaning 50007 clauses out of 100020 with flag 1316000/4498343
1458.03/1448.62	c cleaning 50979 clauses out of 102013 with flag 1368000/4550343
1471.16/1461.74	c cleaning 52009 clauses out of 104046 with flag 1421012/4603355
1484.35/1474.85	c cleaning 53007 clauses out of 106028 with flag 1475003/4657346
1502.42/1492.89	c cleaning 53988 clauses out of 108018 with flag 1530000/4712343
1547.86/1538.27	c cleaning 55013 clauses out of 110048 with flag 1586018/4768361
1571.99/1562.28	c cleaning 55999 clauses out of 112017 with flag 1643000/4825343
1587.85/1578.06	c cleaning 57001 clauses out of 114018 with flag 1701000/4883343
1606.55/1596.63	c cleaning 58008 clauses out of 116017 with flag 1760000/4942343
1620.65/1610.62	c cleaning 58997 clauses out of 118009 with flag 1820000/5002343
1638.52/1628.45	c cleaning 60003 clauses out of 120013 with flag 1881001/5063344
1656.30/1646.14	c cleaning 61003 clauses out of 122009 with flag 1943000/5125343
1670.79/1660.58	c cleaning 61999 clauses out of 124006 with flag 2006000/5188343
1688.96/1678.66	c cleaning 63000 clauses out of 126011 with flag 2070004/5252347
1710.44/1699.90	c cleaning 63999 clauses out of 128007 with flag 2135000/5317343
1731.94/1721.37	c cleaning 65000 clauses out of 130009 with flag 2201001/5383344
1753.32/1742.67	c cleaning 66006 clauses out of 132014 with flag 2268006/5450349
1768.06/1757.31	c cleaning 66996 clauses out of 134003 with flag 2336001/5518344
1787.42/1776.18	c cleaning 67990 clauses out of 136009 with flag 2405003/5587346
1800.07/1788.31	c starts		: 296
1800.07/1788.31	c conflicts		: 5628565
1800.07/1788.31	c decisions		: 21456620
1800.07/1788.31	c propagations		: 370932780
1800.07/1788.31	c inspects		: 5251154603
1800.07/1788.31	c shortcuts		: 0
1800.07/1788.31	c learnt literals	: 0
1800.07/1788.31	c learnt binary clauses	: 52
1800.07/1788.31	c learnt ternary clauses	: 105991
1800.07/1788.31	c learnt constraints	: 5628565
1800.07/1788.31	c ignored constraints	: 0
1800.07/1788.31	c root simplifications	: 296
1800.07/1788.31	c removed literals (reason simplification)	: 523858710
1800.07/1788.31	c reason swapping (by a shorter reason)	: 0
1800.07/1788.31	c Calls to reduceDB	: 210
1800.07/1788.31	c number of reductions to clauses (during analyze)	: 0
1800.07/1788.31	c number of learned constraints concerned by reduction	: 0
1800.07/1788.31	c number of learning phase by resolution	: 0
1800.07/1788.31	c number of learning phase by cutting planes	: 0
1800.07/1788.31	c speed (assignments/second)	: 207487.79767448496
1800.07/1788.31	c non guided choices	16841
1800.07/1788.34	c learnt constraints type 
1800.07/1788.34	c org.sat4j.minisat.constraints.cnf.LearntBinaryClause => 52
1800.07/1788.34	c org.sat4j.minisat.constraints.cnf.LearntWLClause => 109262
1800.07/1788.34	c constraints type 
1800.07/1788.34	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 6326
1800.07/1788.34	c org.sat4j.minisat.constraints.card.MinWatchCard => 1003
1800.07/1788.34	c org.sat4j.minisat.constraints.cnf.OriginalBinaryClause => 500
1800.07/1788.34	c org.sat4j.pb.constraints.pb.MaxWatchPbLong => 6326
1800.07/1788.34	c 14155 constraints processed.
1800.07/1788.34	s SATISFIABLE
1800.07/1788.34	v -x1 -x2 -x3 x4 x5 -x6 -x7 x8 -x9 -x10 -x11 -x12 x13 -x14 -x15 -x16 -x17 -x18 -x19 -x20 x21 -x22 -x23 -x24 -x25 -x26 x27 -x28 -x29 -x30 x31 -x32 -x33 -x34 -x35 -x36 -x37 -x38 -x39 -x40 -x41 -x42 -x43 -x44 -x45 -x46 -x47 -x48 -x49 -x50 -x51 -x52 -x53 -x54 -x55 x56 -x57 -x58 x59 x60 x61 -x62 -x63 -x64 -x65 -x66 -x67 -x68 -x69 -x70 -x71 -x72 -x73 -x74 -x75 -x76 -x77 -x78 -x79 -x80 -x81 -x82 -x83 -x84 x85 -x86 -x87 x88 -x89 -x90 -x91 -x92 x93 -x94 -x95 -x96 -x97 -x98 -x99 -x100 -x101 -x102 -x103 x104 -x105 x106 x107 -x108 -x109 -x110 -x111 x112 -x113 -x114 -x115 -x116 -x117 -x118 -x119 x120 -x121 -x122 -x123 -x124 -x125 x126 x127 x128 x129 -x130 -x131 x132 x133 -x134 -x135 -x136 -x137 x138 -x139 -x140 -x141 -x142 -x143 -x144 x145 -x146 -x147 -x148 -x149 -x150 -x151 -x152 x153 -x154 -x155 -x156 -x157 -x158 -x159 -x160 x161 -x162 -x163 -x164 -x165 x166 -x167 x168 -x169 x170 -x171 -x172 -x173 -x174 -x175 x176 -x177 -x178 x179 -x180 -x181 -x182 -x183 x184 -x185 -x186 x187 -x188 -x189 -x190 x191 -x192 -x193 -x194 x195 -x196 -x197 x198 -x199 -x200 -x201 -x202 x203 -x204 -x205 -x206 -x207 -x208 -x209 -x210 -x211 -x212 -x213 -x214 -x215 -x216 x217 -x218 x219 x220 -x221 x222 -x223 -x224 -x225 -x226 -x227 -x228 -x229 -x230 -x231 -x232 -x233 -x234 -x235 x236 -x237 x238 -x239 -x240 -x241 -x242 -x243 -x244 -x245 -x246 -x247 -x248 -x249 -x250 -x251 -x252 -x253 -x254 -x255 -x256 -x257 -x258 -x259 -x260 x261 -x262 -x263 x264 -x265 -x266 -x267 -x268 -x269 -x270 -x271 x272 -x273 -x274 -x275 -x276 -x277 -x278 x279 -x280 -x281 -x282 -x283 x284 x285 -x286 -x287 -x288 -x289 -x290 -x291 -x292 -x293 -x294 -x295 -x296 -x297 -x298 -x299 -x300 x301 -x302 -x303 -x304 -x305 -x306 -x307 -x308 -x309 -x310 -x311 x312 -x313 -x314 -x315 -x316 x317 -x318 -x319 -x320 -x321 -x322 x323 -x324 -x325 -x326 -x327 x328 -x329 -x330 -x331 x332 x333 -x334 -x335 -x336 -x337 -x338 -x339 -x340 -x341 -x342 x343 -x344 -x345 -x346 -x347 -x348 -x349 -x350 -x351 x352 x353 -x354 -x355 -x356 -x357 -x358 -x359 x360 x361 x362 x363 -x364 -x365 -x366 -x367 x368 x369 -x370 x371 -x372 -x373 -x374 -x375 x376 x377 -x378 -x379 -x380 -x381 x382 -x383 -x384 x385 -x386 -x387 -x388 -x389 -x390 x391 -x392 -x393 -x394 -x395 -x396 -x397 -x398 x399 x400 -x401 -x402 -x403 -x404 x405 -x406 -x407 -x408 -x409 -x410 -x411 -x412 -x413 x414 -x415 x416 x417 x418 -x419 -x420 -x421 x422 x423 -x424 x425 -x426 -x427 -x428 -x429 -x430 x431 -x432 x433 -x434 x435 -x436 -x437 -x438 -x439 -x440 -x441 -x442 -x443 x444 x445 x446 -x447 -x448 -x449 -x450 -x451 -x452 x453 -x454 -x455 -x456 -x457 -x458 -x459 -x460 -x461 -x462 -x463 -x464 -x465 x466 -x467 -x468 -x469 -x470 -x471 -x472 x473 -x474 -x475 -x476 x477 -x478 -x479 -x480 x481 x482 -x483 -x484 x485 -x486 -x487 -x488 -x489 -x490 x491 x492 -x493 -x494 x495 -x496 x497 -x498 x499 x500 -x501 x502 -x503 -x504 -x505 -x506 -x507 -x508 -x509 x510 x511 -x512 -x513 -x514 x515 -x516 -x517 -x518 -x519 x520 -x521 -x522 -x523 -x524 x525 -x526 -x527 -x528 -x529 -x530 -x531 -x532 -x533 x534 x535 x536 -x537 -x538 -x539 x540 -x541 -x542 -x543 x544 -x545 -x546 x547 -x548 -x549 -x550 -x551 -x552 -x553 -x554 -x555 -x556 -x557 -x558 -x559 -x560 -x561 x562 -x563 -x564 -x565 -x566 -x567 -x568 -x569 -x570 -x571 -x572 -x573 -x574 -x575 x576 -x577 x578 -x579 -x580 -x581 x582 -x583 -x584 -x585 -x586 -x587 -x588 -x589 -x590 -x591 -x592 -x593 x594 -x595 -x596 -x597 -x598 -x599 -x600 -x601 x602 -x603 -x604 x605 -x606 -x607 -x608 -x609 x610 -x611 -x612 -x613 -x614 -x615 -x616 -x617 -x618 -x619 -x620 -x621 -x622 x623 -x624 -x625 -x626 -x627 -x628 -x629 x630 x631 -x632 -x633 -x634 -x635 -x636 -x637 -x638 x639 x640 -x641 -x642 -x643 -x644 -x645 -x646 -x647 x648 -x649 -x650 -x651 -x652 -x653 -x654 -x655 -x656 -x657 -x658 -x659 -x660 -x661 -x662 -x663 -x664 -x665 -x666 -x667 -x668 -x669 -x670 x671 x672 -x673 -x674 -x675 -x676 -x677 -x678 -x679 -x680 -x681 -x682 -x683 -x684 -x685 -x686 -x687 -x688 -x689 x690 -x691 -x692 -x693 -x694 -x695 -x696 -x697 -x698 -x699 -x700 -x701 -x702 -x703 -x704 -x705 -x706 x707 -x708 -x709 -x710 -x711 -x712 x713 -x714 x715 -x716 -x717 -x718 -x719 -x720 -x721 -x722 -x723 -x724 -x725 x726 x727 x728 -x729 -x730 -x731 -x732 -x733 x734 -x735 -x736 -x737 -x738 -x739 x740 x741 x742 -x743 -x744 -x745 x746 -x747 -x748 x749 -x750 -x751 -x752 x753 -x754 x755 -x756 -x757 x758 x759 -x760 -x761 -x762 -x763 -x764 -x765 -x766 -x767 -x768 x769 -x770 -x771 -x772 -x773 -x774 -x775 x776 x777 -x778 -x779 -x780 -x781 x782 -x783 -x784 -x785 -x786 x787 x788 -x789 -x790 -x791 -x792 -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.07/1788.34	c objective function=-103
1800.07/1788.34	c Total wall clock time (in seconds): 1788.214

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

running on 4 cores: 0,2,4,6

Enforcing CPUTime limit (soft limit, will send SIGTERM then SIGKILL): 1800 seconds
Enforcing CPUTime limit (hard limit, will send SIGXCPU): 1830 seconds
Enforcing wall clock limit (soft limit, will send SIGTERM then SIGKILL): 1900 seconds
Enforcing VSIZE limit (soft limit, will send SIGTERM then SIGKILL): 15872000 KiB
Enforcing VSIZE limit (hard limit, stack expansion will fail with SIGSEGV, brk() and mmap() will return ENOMEM): 15923200 KiB
Current StackSize limit: 10240 KiB


[startup+0 s]
/proc/loadavg: 2.04 2.03 2.00 3/192 17100
/proc/meminfo: memFree=29128696/32873852 swapFree=7624/7624
[pid=17100] ppid=17098 vsize=9292 CPUtime=0 cores=0,2,4,6
/proc/17100/stat : 17100 (java) R 17098 17100 15185 0 -1 4202496 251 0 0 0 0 0 0 0 20 0 1 0 283295530 9515008 185 33554432000 1073741824 1073778376 140736559280432 140736559271656 252262903223 0 0 4096 0 0 0 0 17 0 0 0 0 0 0
/proc/17100/statm: 2323 185 142 9 0 71 0

[startup+0.0926981 s]
/proc/loadavg: 2.04 2.03 2.00 3/192 17100
/proc/meminfo: memFree=29128696/32873852 swapFree=7624/7624
[pid=17100] ppid=17098 vsize=9558440 CPUtime=0.07 cores=0,2,4,6
/proc/17100/stat : 17100 (java) S 17098 17100 15185 0 -1 4202496 3908 0 1 0 6 1 0 0 20 0 18 0 283295530 9787842560 4605 33554432000 1073741824 1073778376 140736780111360 140736780102496 252266446909 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/17100/statm: 2389610 4607 2036 9 0 2380296 0
Current children cumulated CPU time (s) 0.07
Current children cumulated vsize (KiB) 9558440

[startup+0.100244 s]
/proc/loadavg: 2.04 2.03 2.00 3/192 17100
/proc/meminfo: memFree=29128696/32873852 swapFree=7624/7624
[pid=17100] ppid=17098 vsize=9558440 CPUtime=0.09 cores=0,2,4,6
/proc/17100/stat : 17100 (java) S 17098 17100 15185 0 -1 4202496 4270 0 1 0 8 1 0 0 20 0 18 0 283295530 9787842560 4966 33554432000 1073741824 1073778376 140736780111360 140736780102496 252266446909 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/17100/statm: 2389610 4968 2113 9 0 2380296 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 9558440

[startup+0.300216 s]
/proc/loadavg: 2.04 2.03 2.00 3/192 17100
/proc/meminfo: memFree=29128696/32873852 swapFree=7624/7624
[pid=17100] ppid=17098 vsize=9558440 CPUtime=0.42 cores=0,2,4,6
/proc/17100/stat : 17100 (java) S 17098 17100 15185 0 -1 4202496 6070 0 1 0 41 1 0 0 20 0 18 0 283295530 9787842560 8307 33554432000 1073741824 1073778376 140736780111360 140736780102496 252266446909 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/17100/statm: 2389610 8307 2235 9 0 2380296 0
Current children cumulated CPU time (s) 0.42
Current children cumulated vsize (KiB) 9558440

[startup+0.700231 s]
/proc/loadavg: 2.04 2.03 2.00 3/192 17100
/proc/meminfo: memFree=29128696/32873852 swapFree=7624/7624
[pid=17100] ppid=17098 vsize=9625004 CPUtime=1.62 cores=0,2,4,6
/proc/17100/stat : 17100 (java) S 17098 17100 15185 0 -1 4202496 21274 0 1 0 156 6 0 0 20 0 19 0 283295530 9856004096 33039 33554432000 1073741824 1073778376 140736780111360 140736780102496 252266446909 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/17100/statm: 2406251 33039 2255 9 0 2396937 0
Current children cumulated CPU time (s) 1.62
Current children cumulated vsize (KiB) 9625004

[startup+1.50071 s]
/proc/loadavg: 2.04 2.03 2.00 3/211 17119
/proc/meminfo: memFree=29004960/32873852 swapFree=7624/7624
[pid=17100] ppid=17098 vsize=9625004 CPUtime=3 cores=0,2,4,6
/proc/17100/stat : 17100 (java) S 17098 17100 15185 0 -1 4202496 22202 0 1 0 294 6 0 0 20 0 19 0 283295530 9856004096 33711 33554432000 1073741824 1073778376 140736780111360 140736780102496 252266446909 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/17100/statm: 2406251 33711 2266 9 0 2396937 0
[pid=17100/tid=17102] ppid=17098 vsize=9625004 CPUtime=1.47 cores=0,2,4,6
/proc/17100/task/17102/stat : 17102 (java) R 17098 17100 15185 0 -1 4202560 2604 0 1 0 144 3 0 0 20 0 19 0 283295531 9856004096 33711 33554432000 1073741824 1073778376 140736780111360 139736293851880 139736166949962 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0
[pid=17100/tid=17103] ppid=17098 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/17100/task/17103/stat : 17103 (java) S 17098 17100 15185 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 283295532 9856004096 33711 33554432000 1073741824 1073778376 140736780111360 139736137652776 252266460220 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=17100/tid=17104] ppid=17098 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/17100/task/17104/stat : 17104 (java) S 17098 17100 15185 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 283295532 9856004096 33711 33554432000 1073741824 1073778376 140736780111360 139736136599976 252266460220 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=17100/tid=17105] ppid=17098 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/17100/task/17105/stat : 17105 (java) S 17098 17100 15185 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 283295532 9856004096 33711 33554432000 1073741824 1073778376 140736780111360 139736135547176 252266460220 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=17100/tid=17106] ppid=17098 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/17100/task/17106/stat : 17106 (java) S 17098 17100 15185 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 283295532 9856004096 33711 33554432000 1073741824 1073778376 140736780111360 139736134494376 252266460220 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=17100/tid=17107] ppid=17098 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/17100/task/17107/stat : 17107 (java) S 17098 17100 15185 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 283295532 9856004096 33711 33554432000 1073741824 1073778376 140736780111360 139736133442600 252266460220 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=17100/tid=17108] ppid=17098 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/17100/task/17108/stat : 17108 (java) S 17098 17100 15185 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 283295532 9856004096 33711 33554432000 1073741824 1073778376 140736780111360 139736132389800 252266460220 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=17100/tid=17109] ppid=17098 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/17100/task/17109/stat : 17109 (java) S 17098 17100 15185 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 283295532 9856004096 33711 33554432000 1073741824 1073778376 140736780111360 139736131337000 252266460220 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=17100/tid=17110] ppid=17098 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/17100/task/17110/stat : 17110 (java) S 17098 17100 15185 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 283295532 9856004096 33711 33554432000 1073741824 1073778376 140736780111360 139736130284200 252266460220 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=17100/tid=17111] ppid=17098 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/17100/task/17111/stat : 17111 (java) S 17098 17100 15185 0 -1 4202560 5 0 0 0 0 0 0 0 20 0 19 0 283295533 9856004096 33711 33554432000 1073741824 1073778376 140736780111360 139736118086120 252266461097 0 0 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=17100/tid=17112] ppid=17098 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/17100/task/17112/stat : 17112 (java) S 17098 17100 15185 0 -1 4202560 16 0 0 0 0 0 0 0 20 0 19 0 283295533 9856004096 33711 33554432000 1073741824 1073778376 140736780111360 139736117032184 252266460220 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=17100/tid=17113] ppid=17098 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/17100/task/17113/stat : 17113 (java) S 17098 17100 15185 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 283295533 9856004096 33711 33554432000 1073741824 1073778376 140736780111360 139736115979272 252266460220 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=17100/tid=17114] ppid=17098 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/17100/task/17114/stat : 17114 (java) S 17098 17100 15185 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 283295536 9856004096 33711 33554432000 1073741824 1073778376 140736780111360 139736114927760 252266469152 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=17100/tid=17115] ppid=17098 vsize=9625004 CPUtime=0.75 cores=0,2,4,6
/proc/17100/task/17115/stat : 17115 (java) S 17098 17100 15185 0 -1 4202560 10930 0 0 0 72 3 0 0 20 0 19 0 283295536 9856004096 33711 33554432000 1073741824 1073778376 140736780111360 139736113875896 252266460220 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=17100/tid=17116] ppid=17098 vsize=9625004 CPUtime=0.76 cores=0,2,4,6
/proc/17100/task/17116/stat : 17116 (java) S 17098 17100 15185 0 -1 4202560 7468 0 0 0 74 2 0 0 20 0 19 0 283295536 9856004096 33711 33554432000 1073741824 1073778376 140736780111360 139736112823096 252266460220 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=17100/tid=17117] ppid=17098 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/17100/task/17117/stat : 17117 (java) S 17098 17100 15185 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 283295536 9856004096 33711 33554432000 1073741824 1073778376 140736780111360 139736111770488 252266460220 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=17100/tid=17118] ppid=17098 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/17100/task/17118/stat : 17118 (java) S 17098 17100 15185 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 283295536 9856004096 33711 33554432000 1073741824 1073778376 140736780111360 139736110717896 252266461097 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=17100/tid=17119] ppid=17098 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/17100/task/17119/stat : 17119 (java) S 17098 17100 15185 0 -1 4202560 12 0 0 0 0 0 0 0 20 0 19 0 283295588 9856004096 33711 33554432000 1073741824 1073778376 140736780111360 139736109663400 252266461097 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
Current children cumulated CPU time (s) 3
Current children cumulated vsize (KiB) 9625004

[startup+3.10066 s]
/proc/loadavg: 2.04 2.02 2.00 3/211 17119
/proc/meminfo: memFree=28997816/32873852 swapFree=7624/7624
[pid=17100] ppid=17098 vsize=9625004 CPUtime=4.66 cores=0,2,4,6
/proc/17100/stat : 17100 (java) S 17098 17100 15185 0 -1 4202496 22276 0 1 0 459 7 0 0 20 0 19 0 283295530 9856004096 40412 33554432000 1073741824 1073778376 140736780111360 140736780102496 252266446909 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/17100/statm: 2406251 40412 2291 9 0 2396937 0
[pid=17100/tid=17102] ppid=17098 vsize=9625004 CPUtime=3.03 cores=0,2,4,6
/proc/17100/task/17102/stat : 17102 (java) R 17098 17100 15185 0 -1 4202560 2612 0 1 0 300 3 0 0 20 0 19 0 283295531 9856004096 40412 33554432000 1073741824 1073778376 140736780111360 139736293851528 139736166780735 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0
[pid=17100/tid=17103] ppid=17098 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/17100/task/17103/stat : 17103 (java) S 17098 17100 15185 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 19 0 283295532 9856004096 40412 33554432000 1073741824 1073778376 140736780111360 139736137652776 252266460220 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=17100/tid=17104] ppid=17098 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/17100/task/17104/stat : 17104 (java) S 17098 17100 15185 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 283295532 9856004096 40412 33554432000 1073741824 1073778376 140736780111360 139736136599976 252266460220 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=17100/tid=17105] ppid=17098 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/17100/task/17105/stat : 17105 (java) S 17098 17100 15185 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 283295532 9856004096 40412 33554432000 1073741824 1073778376 140736780111360 139736135547176 252266460220 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=17100/tid=17106] ppid=17098 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/17100/task/17106/stat : 17106 (java) S 17098 17100 15185 0 -1 4202560 6 0 0 0 0 0 0 0 20 0 19 0 283295532 9856004096 40412 33554432000 1073741824 1073778376 140736780111360 139736134494376 252266460220 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=17100/tid=17107] ppid=17098 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/17100/task/17107/stat : 17107 (java) S 17098 17100 15185 0 -1 4202560 4 0 0 0 0 0 0 0 20 0 19 0 283295532 9856004096 40412 33554432000 1073741824 1073778376 140736780111360 139736133442600 252266460220 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=17100/tid=17108] ppid=17098 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/17100/task/17108/stat : 17108 (java) S 17098 17100 15185 0 -1 4202560 4 0 0 0 0 0 0 0 20 0 19 0 283295532 9856004096 40412 33554432000 1073741824 1073778376 140736780111360 139736132389800 252266460220 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=17100/tid=17109] ppid=17098 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/17100/task/17109/stat : 17109 (java) S 17098 17100 15185 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 283295532 9856004096 40412 33554432000 1073741824 1073778376 140736780111360 139736131337000 252266460220 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=17100/tid=17110] ppid=17098 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/17100/task/17110/stat : 17110 (java) S 17098 17100 15185 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 283295532 9856004096 40412 33554432000 1073741824 1073778376 140736780111360 139736130284200 252266460220 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=17100/tid=17111] ppid=17098 vsize=9625004 CPUtime=0.01 cores=0,2,4,6
/proc/17100/task/17111/stat : 17111 (java) S 17098 17100 15185 0 -1 4202560 34 0 0 0 1 0 0 0 20 0 19 0 283295533 9856004096 40412 33554432000 1073741824 1073778376 140736780111360 139736118086120 252266461097 0 0 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=17100/tid=17112] ppid=17098 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/17100/task/17112/stat : 17112 (java) S 17098 17100 15185 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 283295533 9856004096 40412 33554432000 1073741824 1073778376 140736780111360 139736117032184 252266460220 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=17100/tid=17113] ppid=17098 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/17100/task/17113/stat : 17113 (java) S 17098 17100 15185 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 283295533 9856004096 40412 33554432000 1073741824 1073778376 140736780111360 139736115979272 252266460220 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=17100/tid=17114] ppid=17098 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/17100/task/17114/stat : 17114 (java) S 17098 17100 15185 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 283295536 9856004096 40412 33554432000 1073741824 1073778376 140736780111360 139736114927760 252266469152 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=17100/tid=17115] ppid=17098 vsize=9625004 CPUtime=0.77 cores=0,2,4,6
/proc/17100/task/17115/stat : 17115 (java) S 17098 17100 15185 0 -1 4202560 10933 0 0 0 74 3 0 0 20 0 19 0 283295536 9856004096 40412 33554432000 1073741824 1073778376 140736780111360 139736113875896 252266460220 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=17100/tid=17116] ppid=17098 vsize=9625004 CPUtime=0.76 cores=0,2,4,6
/proc/17100/task/17116/stat : 17116 (java) S 17098 17100 15185 0 -1 4202560 7472 0 0 0 74 2 0 0 20 0 19 0 283295536 9856004096 40412 33554432000 1073741824 1073778376 140736780111360 139736112823096 252266460220 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=17100/tid=17117] ppid=17098 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/17100/task/17117/stat : 17117 (java) S 17098 17100 15185 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 283295536 9856004096 40412 33554432000 1073741824 1073778376 140736780111360 139736111770488 252266460220 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=17100/tid=17118] ppid=17098 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/17100/task/17118/stat : 17118 (java) S 17098 17100 15185 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 283295536 9856004096 40412 33554432000 1073741824 1073778376 140736780111360 139736110717896 252266461097 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=17100/tid=17119] ppid=17098 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/17100/task/17119/stat : 17119 (java) S 17098 17100 15185 0 -1 4202560 12 0 0 0 0 0 0 0 20 0 19 0 283295588 9856004096 40412 33554432000 1073741824 1073778376 140736780111360 139736109663400 252266461097 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
Current children cumulated CPU time (s) 4.66
Current children cumulated vsize (KiB) 9625004

[startup+6.30062 s]
/proc/loadavg: 2.04 2.02 2.00 4/211 17119
/proc/meminfo: memFree=28960332/32873852 swapFree=7624/7624
[pid=17100] ppid=17098 vsize=9625004 CPUtime=7.9 cores=0,2,4,6
/proc/17100/stat : 17100 (java) S 17098 17100 15185 0 -1 4202496 22302 0 1 0 783 7 0 0 20 0 19 0 283295530 9856004096 42136 33554432000 1073741824 1073778376 140736780111360 140736780102496 252266446909 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/17100/statm: 2406251 42136 2291 9 0 2396937 0
[pid=17100/tid=17102] ppid=17098 vsize=9625004 CPUtime=6.19 cores=0,2,4,6
/proc/17100/task/17102/stat : 17102 (java) R 17098 17100 15185 0 -1 4202560 2615 0 1 0 616 3 0 0 20 0 19 0 283295531 9856004096 42136 33554432000 1073741824 1073778376 140736780111360 139736293843392 139736166949995 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0
[pid=17100/tid=17103] ppid=17098 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/17100/task/17103/stat : 17103 (java) S 17098 17100 15185 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 19 0 283295532 9856004096 42136 33554432000 1073741824 1073778376 140736780111360 139736137652776 252266460220 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=17100/tid=17104] ppid=17098 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/17100/task/17104/stat : 17104 (java) S 17098 17100 15185 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 283295532 9856004096 42136 33554432000 1073741824 1073778376 140736780111360 139736136599976 252266460220 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=17100/tid=17105] ppid=17098 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/17100/task/17105/stat : 17105 (java) S 17098 17100 15185 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 283295532 9856004096 42136 33554432000 1073741824 1073778376 140736780111360 139736135547176 252266460220 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=17100/tid=17106] ppid=17098 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/17100/task/17106/stat : 17106 (java) S 17098 17100 15185 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 283295532 9856004096 42136 33554432000 1073741824 1073778376 140736780111360 139736134494376 252266460220 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=17100/tid=17107] ppid=17098 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/17100/task/17107/stat : 17107 (java) S 17098 17100 15185 0 -1 4202560 4 0 0 0 0 0 0 0 20 0 19 0 283295532 9856004096 42136 33554432000 1073741824 1073778376 140736780111360 139736133442600 252266460220 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=17100/tid=17108] ppid=17098 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/17100/task/17108/stat : 17108 (java) S 17098 17100 15185 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 19 0 283295532 9856004096 42136 33554432000 1073741824 1073778376 140736780111360 139736132389800 252266460220 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=17100/tid=17109] ppid=17098 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/17100/task/17109/stat : 17109 (java) S 17098 17100 15185 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 283295532 9856004096 42136 33554432000 1073741824 1073778376 140736780111360 139736131337000 252266460220 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=17100/tid=17110] ppid=17098 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/17100/task/17110/stat : 17110 (java) S 17098 17100 15185 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 283295532 9856004096 42136 33554432000 1073741824 1073778376 140736780111360 139736130284200 252266460220 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=17100/tid=17111] ppid=17098 vsize=9625004 CPUtime=0.04 cores=0,2,4,6
/proc/17100/task/17111/stat : 17111 (java) S 17098 17100 15185 0 -1 4202560 34 0 0 0 4 0 0 0 20 0 19 0 283295533 9856004096 42136 33554432000 1073741824 1073778376 140736780111360 139736118086120 252266461097 0 0 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=17100/tid=17112] ppid=17098 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/17100/task/17112/stat : 17112 (java) S 17098 17100 15185 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 283295533 9856004096 42136 33554432000 1073741824 1073778376 140736780111360 139736117032184 252266460220 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=17100/tid=17113] ppid=17098 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/17100/task/17113/stat : 17113 (java) S 17098 17100 15185 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 283295533 9856004096 42136 33554432000 1073741824 1073778376 140736780111360 139736115979272 252266460220 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=17100/tid=17114] ppid=17098 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/17100/task/17114/stat : 17114 (java) S 17098 17100 15185 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 283295536 9856004096 42136 33554432000 1073741824 1073778376 140736780111360 139736114927760 252266469152 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=17100/tid=17115] ppid=17098 vsize=9625004 CPUtime=0.78 cores=0,2,4,6
/proc/17100/task/17115/stat : 17115 (java) S 17098 17100 15185 0 -1 4202560 10935 0 0 0 75 3 0 0 20 0 19 0 283295536 9856004096 42136 33554432000 1073741824 1073778376 140736780111360 139736113875896 252266460220 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=17100/tid=17116] ppid=17098 vsize=9625004 CPUtime=0.79 cores=0,2,4,6
/proc/17100/task/17116/stat : 17116 (java) S 17098 17100 15185 0 -1 4202560 7477 0 0 0 77 2 0 0 20 0 19 0 283295536 9856004096 42136 33554432000 1073741824 1073778376 140736780111360 139736112823096 252266460220 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=17100/tid=17117] ppid=17098 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/17100/task/17117/stat : 17117 (java) S 17098 17100 15185 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 283295536 9856004096 42136 33554432000 1073741824 1073778376 140736780111360 139736111770488 252266460220 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=17100/tid=17118] ppid=17098 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/17100/task/17118/stat : 17118 (java) S 17098 17100 15185 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 283295536 9856004096 42136 33554432000 1073741824 1073778376 140736780111360 139736110717896 252266461097 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=17100/tid=17119] ppid=17098 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/17100/task/17119/stat : 17119 (java) S 17098 17100 15185 0 -1 4202560 12 0 0 0 0 0 0 0 20 0 19 0 283295588 9856004096 42136 33554432000 1073741824 1073778376 140736780111360 139736109663400 252266461097 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
Current children cumulated CPU time (s) 7.9
Current children cumulated vsize (KiB) 9625004

[startup+12.7007 s]

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

[pid=17100/tid=17115] ppid=17098 vsize=9625004 CPUtime=0.9 cores=0,2,4,6
/proc/17100/task/17115/stat : 17115 (java) S 17098 17100 15185 0 -1 4202560 10973 0 0 0 87 3 0 0 20 0 19 0 283295536 9856004096 164049 33554432000 1073741824 1073778376 140736780111360 139736113875896 252266460220 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=17100/tid=17116] ppid=17098 vsize=9625004 CPUtime=0.85 cores=0,2,4,6
/proc/17100/task/17116/stat : 17116 (java) S 17098 17100 15185 0 -1 4202560 7482 0 0 0 83 2 0 0 20 0 19 0 283295536 9856004096 164049 33554432000 1073741824 1073778376 140736780111360 139736112823096 252266460220 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=17100/tid=17117] ppid=17098 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/17100/task/17117/stat : 17117 (java) S 17098 17100 15185 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 283295536 9856004096 164049 33554432000 1073741824 1073778376 140736780111360 139736111770488 252266460220 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=17100/tid=17118] ppid=17098 vsize=9625004 CPUtime=0.42 cores=0,2,4,6
/proc/17100/task/17118/stat : 17118 (java) S 17098 17100 15185 0 -1 4202560 99 0 0 0 20 22 0 0 20 0 19 0 283295536 9856004096 164049 33554432000 1073741824 1073778376 140736780111360 139736110717896 252266461097 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=17100/tid=17119] ppid=17098 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/17100/task/17119/stat : 17119 (java) S 17098 17100 15185 0 -1 4202560 12 0 0 0 0 0 0 0 20 0 19 0 283295588 9856004096 164049 33554432000 1073741824 1073778376 140736780111360 139736109663400 252266461097 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
Current children cumulated CPU time (s) 1733.02
Current children cumulated vsize (KiB) 9625004

[startup+1782.3 s]
/proc/loadavg: 2.03 2.03 2.00 3/211 17193
/proc/meminfo: memFree=29015620/32873852 swapFree=7624/7624
[pid=17100] ppid=17098 vsize=9625004 CPUtime=1793.89 cores=0,2,4,6
/proc/17100/stat : 17100 (java) S 17098 17100 15185 0 -1 4202496 26970 0 1 0 179291 98 0 0 20 0 19 0 283295530 9856004096 142182 33554432000 1073741824 1073778376 140736780111360 140736780102496 252266446909 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/17100/statm: 2406251 142182 2292 9 0 2396937 0
[pid=17100/tid=17102] ppid=17098 vsize=9625004 CPUtime=1762.23 cores=0,2,4,6
/proc/17100/task/17102/stat : 17102 (java) R 17098 17100 15185 0 -1 4202560 2881 0 1 0 176192 31 0 0 20 0 19 0 283295531 9856004096 142182 33554432000 1073741824 1073778376 140736780111360 139736293850480 139736166612048 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0
[pid=17100/tid=17103] ppid=17098 vsize=9625004 CPUtime=1.74 cores=0,2,4,6
/proc/17100/task/17103/stat : 17103 (java) S 17098 17100 15185 0 -1 4202560 590 0 0 0 167 7 0 0 20 0 19 0 283295532 9856004096 142182 33554432000 1073741824 1073778376 140736780111360 139736137652776 252266460220 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=17100/tid=17104] ppid=17098 vsize=9625004 CPUtime=1.77 cores=0,2,4,6
/proc/17100/task/17104/stat : 17104 (java) S 17098 17100 15185 0 -1 4202560 728 0 0 0 167 10 0 0 20 0 19 0 283295532 9856004096 142182 33554432000 1073741824 1073778376 140736780111360 139736136599976 252266460220 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=17100/tid=17105] ppid=17098 vsize=9625004 CPUtime=1.76 cores=0,2,4,6
/proc/17100/task/17105/stat : 17105 (java) S 17098 17100 15185 0 -1 4202560 248 0 0 0 169 7 0 0 20 0 19 0 283295532 9856004096 142182 33554432000 1073741824 1073778376 140736780111360 139736135547176 252266460220 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=17100/tid=17106] ppid=17098 vsize=9625004 CPUtime=1.79 cores=0,2,4,6
/proc/17100/task/17106/stat : 17106 (java) S 17098 17100 15185 0 -1 4202560 542 0 0 0 169 10 0 0 20 0 19 0 283295532 9856004096 142182 33554432000 1073741824 1073778376 140736780111360 139736134494376 252266460220 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=17100/tid=17107] ppid=17098 vsize=9625004 CPUtime=1.78 cores=0,2,4,6
/proc/17100/task/17107/stat : 17107 (java) S 17098 17100 15185 0 -1 4202560 378 0 0 0 169 9 0 0 20 0 19 0 283295532 9856004096 142182 33554432000 1073741824 1073778376 140736780111360 139736133442600 252266460220 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=17100/tid=17108] ppid=17098 vsize=9625004 CPUtime=1.7 cores=0,2,4,6
/proc/17100/task/17108/stat : 17108 (java) S 17098 17100 15185 0 -1 4202560 207 0 0 0 164 6 0 0 20 0 19 0 283295532 9856004096 142182 33554432000 1073741824 1073778376 140736780111360 139736132389800 252266460220 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=17100/tid=17109] ppid=17098 vsize=9625004 CPUtime=1.75 cores=0,2,4,6
/proc/17100/task/17109/stat : 17109 (java) S 17098 17100 15185 0 -1 4202560 308 0 0 0 167 8 0 0 20 0 19 0 283295532 9856004096 142182 33554432000 1073741824 1073778376 140736780111360 139736131337000 252266460220 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=17100/tid=17110] ppid=17098 vsize=9625004 CPUtime=1.58 cores=0,2,4,6
/proc/17100/task/17110/stat : 17110 (java) S 17098 17100 15185 0 -1 4202560 266 0 0 0 150 8 0 0 20 0 19 0 283295532 9856004096 142182 33554432000 1073741824 1073778376 140736780111360 139736130284200 252266460220 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=17100/tid=17111] ppid=17098 vsize=9625004 CPUtime=11.33 cores=0,2,4,6
/proc/17100/task/17111/stat : 17111 (java) S 17098 17100 15185 0 -1 4202560 1078 0 0 0 1130 3 0 0 20 0 19 0 283295533 9856004096 142182 33554432000 1073741824 1073778376 140736780111360 139736118086120 252266461097 0 0 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=17100/tid=17112] ppid=17098 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/17100/task/17112/stat : 17112 (java) S 17098 17100 15185 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 283295533 9856004096 142182 33554432000 1073741824 1073778376 140736780111360 139736117032184 252266460220 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=17100/tid=17113] ppid=17098 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/17100/task/17113/stat : 17113 (java) S 17098 17100 15185 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 283295533 9856004096 142182 33554432000 1073741824 1073778376 140736780111360 139736115979272 252266460220 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=17100/tid=17114] ppid=17098 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/17100/task/17114/stat : 17114 (java) S 17098 17100 15185 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 283295536 9856004096 142182 33554432000 1073741824 1073778376 140736780111360 139736114927760 252266469152 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=17100/tid=17115] ppid=17098 vsize=9625004 CPUtime=0.9 cores=0,2,4,6
/proc/17100/task/17115/stat : 17115 (java) S 17098 17100 15185 0 -1 4202560 10973 0 0 0 87 3 0 0 20 0 19 0 283295536 9856004096 142182 33554432000 1073741824 1073778376 140736780111360 139736113875896 252266460220 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=17100/tid=17116] ppid=17098 vsize=9625004 CPUtime=0.85 cores=0,2,4,6
/proc/17100/task/17116/stat : 17116 (java) S 17098 17100 15185 0 -1 4202560 7482 0 0 0 83 2 0 0 20 0 19 0 283295536 9856004096 142182 33554432000 1073741824 1073778376 140736780111360 139736112823096 252266460220 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=17100/tid=17117] ppid=17098 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/17100/task/17117/stat : 17117 (java) S 17098 17100 15185 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 283295536 9856004096 142182 33554432000 1073741824 1073778376 140736780111360 139736111770488 252266460220 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=17100/tid=17118] ppid=17098 vsize=9625004 CPUtime=0.44 cores=0,2,4,6
/proc/17100/task/17118/stat : 17118 (java) S 17098 17100 15185 0 -1 4202560 103 0 0 0 21 23 0 0 20 0 19 0 283295536 9856004096 142182 33554432000 1073741824 1073778376 140736780111360 139736110717896 252266461097 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=17100/tid=17119] ppid=17098 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/17100/task/17119/stat : 17119 (java) S 17098 17100 15185 0 -1 4202560 12 0 0 0 0 0 0 0 20 0 19 0 283295588 9856004096 142182 33554432000 1073741824 1073778376 140736780111360 139736109663400 252266461097 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
Current children cumulated CPU time (s) 1793.89
Current children cumulated vsize (KiB) 9625004



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1788.3 s]
/proc/loadavg: 2.27 2.08 2.02 3/211 17193
/proc/meminfo: memFree=29035348/32873852 swapFree=7624/7624
[pid=17100] ppid=17098 vsize=9625004 CPUtime=1800.07 cores=0,2,4,6
/proc/17100/stat : 17100 (java) S 17098 17100 15185 0 -1 4202496 26975 0 1 0 179908 99 0 0 20 0 19 0 283295530 9856004096 137228 33554432000 1073741824 1073778376 140736780111360 140736780102496 252266446909 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/17100/statm: 2406251 137228 2292 9 0 2396937 0
[pid=17100/tid=17102] ppid=17098 vsize=9625004 CPUtime=1768.15 cores=0,2,4,6
/proc/17100/task/17102/stat : 17102 (java) R 17098 17100 15185 0 -1 4202560 2886 0 1 0 176784 31 0 0 20 0 19 0 283295531 9856004096 137228 33554432000 1073741824 1073778376 140736780111360 139736293850600 139736166611879 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0
[pid=17100/tid=17103] ppid=17098 vsize=9625004 CPUtime=1.78 cores=0,2,4,6
/proc/17100/task/17103/stat : 17103 (java) S 17098 17100 15185 0 -1 4202560 590 0 0 0 171 7 0 0 20 0 19 0 283295532 9856004096 137228 33554432000 1073741824 1073778376 140736780111360 139736137652776 252266460220 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=17100/tid=17104] ppid=17098 vsize=9625004 CPUtime=1.82 cores=0,2,4,6
/proc/17100/task/17104/stat : 17104 (java) S 17098 17100 15185 0 -1 4202560 728 0 0 0 172 10 0 0 20 0 19 0 283295532 9856004096 137228 33554432000 1073741824 1073778376 140736780111360 139736136599976 252266460220 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=17100/tid=17105] ppid=17098 vsize=9625004 CPUtime=1.78 cores=0,2,4,6
/proc/17100/task/17105/stat : 17105 (java) S 17098 17100 15185 0 -1 4202560 248 0 0 0 171 7 0 0 20 0 19 0 283295532 9856004096 137228 33554432000 1073741824 1073778376 140736780111360 139736135547176 252266460220 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=17100/tid=17106] ppid=17098 vsize=9625004 CPUtime=1.83 cores=0,2,4,6
/proc/17100/task/17106/stat : 17106 (java) S 17098 17100 15185 0 -1 4202560 542 0 0 0 173 10 0 0 20 0 19 0 283295532 9856004096 137228 33554432000 1073741824 1073778376 140736780111360 139736134494376 252266460220 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=17100/tid=17107] ppid=17098 vsize=9625004 CPUtime=1.81 cores=0,2,4,6
/proc/17100/task/17107/stat : 17107 (java) S 17098 17100 15185 0 -1 4202560 378 0 0 0 172 9 0 0 20 0 19 0 283295532 9856004096 137228 33554432000 1073741824 1073778376 140736780111360 139736133442600 252266460220 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=17100/tid=17108] ppid=17098 vsize=9625004 CPUtime=1.72 cores=0,2,4,6
/proc/17100/task/17108/stat : 17108 (java) S 17098 17100 15185 0 -1 4202560 207 0 0 0 166 6 0 0 20 0 19 0 283295532 9856004096 137228 33554432000 1073741824 1073778376 140736780111360 139736132389800 252266460220 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=17100/tid=17109] ppid=17098 vsize=9625004 CPUtime=1.77 cores=0,2,4,6
/proc/17100/task/17109/stat : 17109 (java) S 17098 17100 15185 0 -1 4202560 308 0 0 0 169 8 0 0 20 0 19 0 283295532 9856004096 137228 33554432000 1073741824 1073778376 140736780111360 139736131337000 252266460220 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=17100/tid=17110] ppid=17098 vsize=9625004 CPUtime=1.61 cores=0,2,4,6
/proc/17100/task/17110/stat : 17110 (java) S 17098 17100 15185 0 -1 4202560 266 0 0 0 153 8 0 0 20 0 19 0 283295532 9856004096 137228 33554432000 1073741824 1073778376 140736780111360 139736130284200 252266460220 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=17100/tid=17111] ppid=17098 vsize=9625004 CPUtime=11.33 cores=0,2,4,6
/proc/17100/task/17111/stat : 17111 (java) S 17098 17100 15185 0 -1 4202560 1078 0 0 0 1130 3 0 0 20 0 19 0 283295533 9856004096 137228 33554432000 1073741824 1073778376 140736780111360 139736118086120 252266461097 0 0 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=17100/tid=17112] ppid=17098 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/17100/task/17112/stat : 17112 (java) S 17098 17100 15185 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 283295533 9856004096 137228 33554432000 1073741824 1073778376 140736780111360 139736117032184 252266460220 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=17100/tid=17113] ppid=17098 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/17100/task/17113/stat : 17113 (java) S 17098 17100 15185 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 283295533 9856004096 137228 33554432000 1073741824 1073778376 140736780111360 139736115979272 252266460220 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=17100/tid=17114] ppid=17098 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/17100/task/17114/stat : 17114 (java) S 17098 17100 15185 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 283295536 9856004096 137228 33554432000 1073741824 1073778376 140736780111360 139736114927760 252266469152 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=17100/tid=17115] ppid=17098 vsize=9625004 CPUtime=0.9 cores=0,2,4,6
/proc/17100/task/17115/stat : 17115 (java) S 17098 17100 15185 0 -1 4202560 10973 0 0 0 87 3 0 0 20 0 19 0 283295536 9856004096 137228 33554432000 1073741824 1073778376 140736780111360 139736113875896 252266460220 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=17100/tid=17116] ppid=17098 vsize=9625004 CPUtime=0.85 cores=0,2,4,6
/proc/17100/task/17116/stat : 17116 (java) S 17098 17100 15185 0 -1 4202560 7482 0 0 0 83 2 0 0 20 0 19 0 283295536 9856004096 137228 33554432000 1073741824 1073778376 140736780111360 139736112823096 252266460220 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=17100/tid=17117] ppid=17098 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/17100/task/17117/stat : 17117 (java) S 17098 17100 15185 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 283295536 9856004096 137228 33554432000 1073741824 1073778376 140736780111360 139736111770488 252266460220 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=17100/tid=17118] ppid=17098 vsize=9625004 CPUtime=0.44 cores=0,2,4,6
/proc/17100/task/17118/stat : 17118 (java) S 17098 17100 15185 0 -1 4202560 103 0 0 0 21 23 0 0 20 0 19 0 283295536 9856004096 137228 33554432000 1073741824 1073778376 140736780111360 139736110717896 252266461097 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=17100/tid=17119] ppid=17098 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/17100/task/17119/stat : 17119 (java) S 17098 17100 15185 0 -1 4202560 12 0 0 0 0 0 0 0 20 0 19 0 283295588 9856004096 137228 33554432000 1073741824 1073778376 140736780111360 139736109663400 252266461097 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
Current children cumulated CPU time (s) 1800.07
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

[startup+1788.3 s]
/proc/loadavg: 2.27 2.08 2.02 3/211 17193
/proc/meminfo: memFree=29035348/32873852 swapFree=7624/7624
[pid=17100] ppid=17098 vsize=9625004 CPUtime=1800.07 cores=0,2,4,6
/proc/17100/stat : 17100 (java) S 17098 17100 15185 0 -1 4202496 26975 0 1 0 179908 99 0 0 20 0 19 0 283295530 9856004096 137228 33554432000 1073741824 1073778376 140736780111360 140736780102496 252266446909 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/17100/statm: 2406251 137228 2292 9 0 2396937 0
[pid=17100/tid=17102] ppid=17098 vsize=9625004 CPUtime=1768.15 cores=0,2,4,6
/proc/17100/task/17102/stat : 17102 (java) R 17098 17100 15185 0 -1 4202560 2886 0 1 0 176784 31 0 0 20 0 19 0 283295531 9856004096 137228 33554432000 1073741824 1073778376 140736780111360 139736293850600 139736166611879 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0
[pid=17100/tid=17103] ppid=17098 vsize=9625004 CPUtime=1.78 cores=0,2,4,6
/proc/17100/task/17103/stat : 17103 (java) S 17098 17100 15185 0 -1 4202560 590 0 0 0 171 7 0 0 20 0 19 0 283295532 9856004096 137228 33554432000 1073741824 1073778376 140736780111360 139736137652776 252266460220 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=17100/tid=17104] ppid=17098 vsize=9625004 CPUtime=1.82 cores=0,2,4,6
/proc/17100/task/17104/stat : 17104 (java) S 17098 17100 15185 0 -1 4202560 728 0 0 0 172 10 0 0 20 0 19 0 283295532 9856004096 137228 33554432000 1073741824 1073778376 140736780111360 139736136599976 252266460220 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=17100/tid=17105] ppid=17098 vsize=9625004 CPUtime=1.78 cores=0,2,4,6
/proc/17100/task/17105/stat : 17105 (java) S 17098 17100 15185 0 -1 4202560 248 0 0 0 171 7 0 0 20 0 19 0 283295532 9856004096 137228 33554432000 1073741824 1073778376 140736780111360 139736135547176 252266460220 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=17100/tid=17106] ppid=17098 vsize=9625004 CPUtime=1.83 cores=0,2,4,6
/proc/17100/task/17106/stat : 17106 (java) S 17098 17100 15185 0 -1 4202560 542 0 0 0 173 10 0 0 20 0 19 0 283295532 9856004096 137228 33554432000 1073741824 1073778376 140736780111360 139736134494376 252266460220 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=17100/tid=17107] ppid=17098 vsize=9625004 CPUtime=1.81 cores=0,2,4,6
/proc/17100/task/17107/stat : 17107 (java) S 17098 17100 15185 0 -1 4202560 378 0 0 0 172 9 0 0 20 0 19 0 283295532 9856004096 137228 33554432000 1073741824 1073778376 140736780111360 139736133442600 252266460220 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=17100/tid=17108] ppid=17098 vsize=9625004 CPUtime=1.72 cores=0,2,4,6
/proc/17100/task/17108/stat : 17108 (java) S 17098 17100 15185 0 -1 4202560 207 0 0 0 166 6 0 0 20 0 19 0 283295532 9856004096 137228 33554432000 1073741824 1073778376 140736780111360 139736132389800 252266460220 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=17100/tid=17109] ppid=17098 vsize=9625004 CPUtime=1.77 cores=0,2,4,6
/proc/17100/task/17109/stat : 17109 (java) S 17098 17100 15185 0 -1 4202560 308 0 0 0 169 8 0 0 20 0 19 0 283295532 9856004096 137228 33554432000 1073741824 1073778376 140736780111360 139736131337000 252266460220 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=17100/tid=17110] ppid=17098 vsize=9625004 CPUtime=1.61 cores=0,2,4,6
/proc/17100/task/17110/stat : 17110 (java) S 17098 17100 15185 0 -1 4202560 266 0 0 0 153 8 0 0 20 0 19 0 283295532 9856004096 137228 33554432000 1073741824 1073778376 140736780111360 139736130284200 252266460220 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=17100/tid=17111] ppid=17098 vsize=9625004 CPUtime=11.33 cores=0,2,4,6
/proc/17100/task/17111/stat : 17111 (java) S 17098 17100 15185 0 -1 4202560 1078 0 0 0 1130 3 0 0 20 0 19 0 283295533 9856004096 137228 33554432000 1073741824 1073778376 140736780111360 139736118086120 252266461097 0 0 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=17100/tid=17112] ppid=17098 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/17100/task/17112/stat : 17112 (java) S 17098 17100 15185 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 283295533 9856004096 137228 33554432000 1073741824 1073778376 140736780111360 139736117032184 252266460220 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=17100/tid=17113] ppid=17098 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/17100/task/17113/stat : 17113 (java) S 17098 17100 15185 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 283295533 9856004096 137228 33554432000 1073741824 1073778376 140736780111360 139736115979272 252266460220 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=17100/tid=17114] ppid=17098 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/17100/task/17114/stat : 17114 (java) S 17098 17100 15185 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 283295536 9856004096 137228 33554432000 1073741824 1073778376 140736780111360 139736114927760 252266469152 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=17100/tid=17115] ppid=17098 vsize=9625004 CPUtime=0.9 cores=0,2,4,6
/proc/17100/task/17115/stat : 17115 (java) S 17098 17100 15185 0 -1 4202560 10973 0 0 0 87 3 0 0 20 0 19 0 283295536 9856004096 137228 33554432000 1073741824 1073778376 140736780111360 139736113875896 252266460220 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=17100/tid=17116] ppid=17098 vsize=9625004 CPUtime=0.85 cores=0,2,4,6
/proc/17100/task/17116/stat : 17116 (java) S 17098 17100 15185 0 -1 4202560 7482 0 0 0 83 2 0 0 20 0 19 0 283295536 9856004096 137228 33554432000 1073741824 1073778376 140736780111360 139736112823096 252266460220 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=17100/tid=17117] ppid=17098 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/17100/task/17117/stat : 17117 (java) S 17098 17100 15185 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 283295536 9856004096 137228 33554432000 1073741824 1073778376 140736780111360 139736111770488 252266460220 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=17100/tid=17118] ppid=17098 vsize=9625004 CPUtime=0.44 cores=0,2,4,6
/proc/17100/task/17118/stat : 17118 (java) S 17098 17100 15185 0 -1 4202560 103 0 0 0 21 23 0 0 20 0 19 0 283295536 9856004096 137228 33554432000 1073741824 1073778376 140736780111360 139736110717896 252266461097 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=17100/tid=17119] ppid=17098 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/17100/task/17119/stat : 17119 (java) S 17098 17100 15185 0 -1 4202560 12 0 0 0 0 0 0 0 20 0 19 0 283295588 9856004096 137228 33554432000 1073741824 1073778376 140736780111360 139736109663400 252266461097 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
Current children cumulated CPU time (s) 1800.07
Current children cumulated vsize (KiB) 9625004

Child status: 143

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

Real time (s): 1788.35
CPU time (s): 1800.07
CPU user time (s): 1799.08
CPU system time (s): 0.99
CPU usage (%): 100.655
Max. virtual memory (cumulated for all children) (KiB): 9625004

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1794.71
system time used= 1.41278
maximum resident set size= 703340
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 27009
page faults= 1
swaps= 0
block input operations= 0
block output operations= 1648
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 45079
involuntary context switches= 33481

runsolver used 6.72998 second user time and 13.115 second system time

The end

Launcher Data

Begin job on node131 at 2012-05-28 04:21:41
IDJOB=3711187
IDBENCH=48234
IDSOLVER=2289
FILE ID=node131/3711187-1338171701
RUNJOBID= node131-1338155741-15201
PBS_JOBID= 14624524
Free space on /tmp= 71728 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_4.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-3711187-1338171701/watcher-3711187-1338171701 -o /tmp/evaluation-result-3711187-1338171701/solver-3711187-1338171701 -C 1800 -W 1900 -M 15500  java -jar HOME/sat4j-sat.jar -opt -s Resolution -S ORDERS=VarOrderHeap -hot -y HOME/instance-3711187-1338171701.opb

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

MD5SUM BENCH= 95bfca9fba26d7f8c875796701522876
RANDOM SEED=997054652

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

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

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

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

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

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

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


/proc/meminfo:
MemTotal:       32873852 kB
MemFree:        29128696 kB
Buffers:          342260 kB
Cached:          1811732 kB
SwapCached:         2172 kB
Active:          1296140 kB
Inactive:        1613792 kB
Active(anon):     757356 kB
Inactive(anon):      820 kB
Active(file):     538784 kB
Inactive(file):  1612972 kB
Unevictable:        7624 kB
Mlocked:            7624 kB
SwapTotal:      67108856 kB
SwapFree:       67099044 kB
Dirty:               860 kB
Writeback:             0 kB
AnonPages:        762824 kB
Mapped:            22524 kB
Shmem:                 0 kB
Slab:             693860 kB
SReclaimable:     136168 kB
SUnreclaim:       557692 kB
KernelStack:        1592 kB
PageTables:         5760 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545780 kB
Committed_AS:    1335136 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346360 kB
VmallocChunk:   34341988004 kB
HardwareCorrupted:     0 kB
AnonHugePages:    706560 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:        7872 kB
DirectMap2M:    33538048 kB

Free space on /tmp at the end= 71728 MiB
End job on node131 at 2012-05-28 04:51:31