Trace number 4085193

Some explanations

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

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

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

Solver answer on this benchmark

Solver NameAnswerobjective functionCPU timeWall clock time
Sat4j PB 2.3.6 Resolution PB16SAT (TO)20 1800.79 1798.14

General information on the benchmark

Namenormalized-PB06/OPT-SMALLINT/submitted-PB05/
manquinho/logic-synthesis/normalized-f51m.b.opb
MD5SUM95b567c682e7e3efe2c93879e0e7c89d
Bench CategoryOPT-SMALLINT (optimisation, small integers)
Best result obtained on this benchmarkOPT
Best value of the objective obtained on this benchmark18
Best CPU time to get the best result obtained on this benchmark0.074987
Has Objective FunctionYES
SatisfiableYES
(Un)Satisfiability was provedYES
Best value of the objective function 18
Optimality of the best value was proved YES
Number of variables406
Total number of constraints520
Number of constraints which are clauses520
Number of constraints which are cardinality constraints (but not clauses)0
Number of constraints which are nor clauses,nor cardinality constraints0
Minimum length of a constraint1
Maximum length of a constraint123
Number of terms in the objective function 406
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 406
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 406
Number of bits of the biggest sum of numbers9
Number of products (including duplicates)0
Sum of products size (including duplicates)0
Number of different products0
Sum of products size0

Quality of the solution as a function of time


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

Solver Data

0.07/0.10	c SAT4J: a SATisfiability library for Java (c) 2004-2013 Artois University and CNRS
0.07/0.10	c This is free software under the dual EPL/GNU LGPL licenses.
0.07/0.10	c See www.sat4j.org for details.
0.07/0.10	c version PB16.v20160501
0.07/0.10	c java.runtime.name	Java(TM) SE Runtime Environment
0.07/0.10	c java.vm.name		Java HotSpot(TM) 64-Bit Server VM
0.07/0.10	c java.vm.version	19.1-b02
0.07/0.10	c java.vm.vendor	Sun Microsystems Inc.
0.07/0.10	c sun.arch.data.model	64
0.07/0.10	c java.version		1.6.0_24
0.07/0.10	c os.name		Linux
0.07/0.10	c os.version		2.6.32-71.29.1.el6.x86_64
0.07/0.10	c os.arch		amd64
0.07/0.10	c Free memory 		501472288
0.07/0.10	c Max memory 		7480803328
0.07/0.10	c Total memory 		504102912
0.07/0.10	c Number of processors 	8
0.07/0.13	c Pseudo Boolean Optimization by upper bound
0.07/0.13	c --- Begin Solver configuration ---
0.07/0.13	c org.sat4j.pb.constraints.CompetResolutionPBLongMixedWLClauseCardConstrDataStructure@587bd9f2
0.07/0.13	c Learn all clauses as in MiniSAT
0.07/0.13	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.07/0.13	c VSIDS like heuristics from MiniSAT using a heap lightweight component caching from RSAT taking into account the objective function
0.07/0.13	c No reason simplification
0.07/0.13	c Glucose 2.1 dynamic restart strategy
0.07/0.13	c Glucose 2 learned constraints deletion strategy (LBD updated on propagation) with timer check every 1000 if the learned constraints reach increasing bounds: 5000 step 1000
0.07/0.13	c timeout=2147483s
0.07/0.13	c DB Simplification allowed=false
0.07/0.13	c Listener: org.sat4j.minisat.core.VoidTracing@4e3eca90
0.07/0.13	c --- End Solver configuration ---
0.07/0.13	c solving HOME/instance-4085193-1465231112.opb
0.07/0.13	c reading problem ... 
0.07/0.13	c  objective function found
0.51/0.31	c ... done. Wall clock time 0.177s.
0.51/0.31	c declared #vars     406
0.51/0.31	c #constraints  520
0.51/0.31	c constraints type 
0.51/0.31	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 496
0.51/0.31	c org.sat4j.specs.Constr$1 => 17
0.51/0.31	c org.sat4j.minisat.constraints.cnf.OriginalBinaryClause => 2
0.51/0.31	c org.sat4j.minisat.constraints.cnf.UnitClause => 5
0.51/0.31	c 520 constraints processed.
0.51/0.31	c objective function length is 406 literals
0.51/0.32	c SATISFIABLE
0.51/0.32	c OPTIMIZING...
0.51/0.32	c Got one! Elapsed wall clock time (in seconds):0.189
0.51/0.32	o 26
0.82/0.44	c Got one! Elapsed wall clock time (in seconds):0.308
0.82/0.44	o 25
1.31/0.75	c cleaning 2640 clauses out of 5285 with flag 16677/5285
1.68/1.08	c cleaning 4322 clauses out of 8644 with flag 39537/11284
2.01/1.33	c Got one! Elapsed wall clock time (in seconds):1.2
2.01/1.33	o 24
2.12/1.40	c cleaning 5064 clauses out of 10144 with flag 3349/17106
2.42/1.75	c cleaning 5540 clauses out of 11080 with flag 23166/23106
2.84/2.14	c cleaning 6256 clauses out of 12540 with flag 46285/30106
3.24/2.60	c cleaning 7136 clauses out of 14286 with flag 76500/38108
3.84/3.12	c cleaning 8048 clauses out of 16148 with flag 108494/47106
4.54/3.84	c cleaning 9015 clauses out of 18100 with flag 141181/57106
5.54/4.84	c cleaning 10041 clauses out of 20089 with flag 176776/68110
6.54/5.84	c cleaning 11021 clauses out of 22046 with flag 217755/80108
7.74/7.01	c cleaning 12011 clauses out of 24024 with flag 259815/93107
8.94/8.24	c cleaning 12975 clauses out of 26012 with flag 306180/107106
10.34/9.65	c cleaning 14011 clauses out of 28037 with flag 358401/122106
10.65/9.97	c Got one! Elapsed wall clock time (in seconds):9.846
10.65/9.97	o 23
10.84/10.10	c cleaning 9987 clauses out of 19993 with flag 6490/128073
11.14/10.49	c cleaning 8000 clauses out of 16008 with flag 25043/134075
11.54/10.89	c cleaning 7497 clauses out of 15006 with flag 50127/141073
12.14/11.42	c cleaning 7756 clauses out of 15515 with flag 76921/149079
12.74/12.05	c cleaning 8348 clauses out of 16755 with flag 107223/158075
13.54/12.86	c cleaning 9196 clauses out of 18406 with flag 138347/168074
14.35/13.61	c cleaning 10093 clauses out of 20209 with flag 175632/179073
15.16/14.45	c cleaning 11059 clauses out of 22117 with flag 215963/191074
16.16/15.44	c cleaning 12029 clauses out of 24057 with flag 258213/204073
17.26/16.52	c cleaning 13014 clauses out of 26031 with flag 307630/218076
18.15/17.48	c cleaning 14002 clauses out of 28019 with flag 366589/233078
19.46/18.72	c cleaning 14981 clauses out of 30013 with flag 423559/249074
21.05/20.38	c cleaning 16007 clauses out of 32032 with flag 478262/266074
22.76/22.04	c cleaning 17003 clauses out of 34024 with flag 533851/284073
24.55/23.81	c cleaning 17994 clauses out of 36024 with flag 596479/303076
26.35/25.65	c cleaning 18999 clauses out of 38029 with flag 668191/323075
28.45/27.79	c cleaning 20011 clauses out of 40028 with flag 744679/344073
30.75/30.03	c cleaning 21001 clauses out of 42017 with flag 823158/366073
33.05/32.37	c cleaning 22004 clauses out of 44016 with flag 906852/389073
35.65/34.91	c cleaning 22997 clauses out of 46012 with flag 987979/413073
38.35/37.60	c cleaning 23989 clauses out of 48015 with flag 1073466/438073
41.66/40.99	c cleaning 25008 clauses out of 50027 with flag 1160011/464074
45.16/44.42	c cleaning 26004 clauses out of 52018 with flag 1248522/491073
48.35/47.66	c cleaning 27002 clauses out of 54015 with flag 1343640/519074
50.95/50.28	c Got one! Elapsed wall clock time (in seconds):50.153
50.95/50.28	o 22
51.46/50.75	c cleaning 26902 clauses out of 53825 with flag 17783/545886
51.95/51.26	c cleaning 16464 clauses out of 32928 with flag 38032/551891
52.56/51.82	c cleaning 11725 clauses out of 23459 with flag 62480/558886
53.15/52.49	c cleaning 9844 clauses out of 19734 with flag 88009/566886
53.96/53.22	c cleaning 9432 clauses out of 18890 with flag 114965/575886
54.77/54.03	c cleaning 9707 clauses out of 19458 with flag 151349/585886
55.66/54.92	c cleaning 10368 clauses out of 20753 with flag 189073/596888
56.58/55.90	c cleaning 11188 clauses out of 22383 with flag 230621/608886
57.68/56.90	c cleaning 12092 clauses out of 24195 with flag 277490/621886
58.98/58.20	c cleaning 13029 clauses out of 26103 with flag 325263/635886
60.28/59.57	c cleaning 14035 clauses out of 28078 with flag 374516/650890
61.78/61.08	c cleaning 15020 clauses out of 30044 with flag 426539/666891
63.28/62.59	c cleaning 15994 clauses out of 32019 with flag 482052/683886
65.28/64.51	c cleaning 17008 clauses out of 34025 with flag 540809/701886
67.08/66.35	c cleaning 18004 clauses out of 36021 with flag 605705/720890
68.88/68.13	c cleaning 19007 clauses out of 38013 with flag 671453/740886
70.78/70.03	c cleaning 20003 clauses out of 40007 with flag 742876/761887
72.78/72.01	c cleaning 20990 clauses out of 42003 with flag 822123/783886
74.88/74.12	c cleaning 21999 clauses out of 44015 with flag 901205/806888
77.38/76.61	c cleaning 22983 clauses out of 46014 with flag 984988/830886
79.70/78.95	c cleaning 24011 clauses out of 48035 with flag 1078306/855890
82.40/81.61	c cleaning 24987 clauses out of 50022 with flag 1165519/881888
85.31/84.55	c cleaning 26009 clauses out of 52033 with flag 1263914/908886
88.51/87.74	c cleaning 27008 clauses out of 54030 with flag 1363599/936892
91.61/90.81	c cleaning 28000 clauses out of 56016 with flag 1464280/965886
95.41/94.61	c cleaning 28999 clauses out of 58018 with flag 1565667/995888
99.01/98.23	c cleaning 29993 clauses out of 60017 with flag 1671008/1026886
103.41/102.62	c cleaning 31000 clauses out of 62024 with flag 1777241/1058886
107.61/106.88	c cleaning 32010 clauses out of 64024 with flag 1883103/1091886
110.71/109.99	c cleaning 33007 clauses out of 66014 with flag 2009767/1125886
114.51/113.78	c cleaning 34001 clauses out of 68007 with flag 2138307/1160886
118.81/118.06	c cleaning 34998 clauses out of 70010 with flag 2262969/1196890
123.11/122.35	c cleaning 35986 clauses out of 72011 with flag 2396100/1233889
127.01/126.26	c cleaning 36999 clauses out of 74022 with flag 2539443/1271886
131.61/130.82	c cleaning 37997 clauses out of 76025 with flag 2693207/1310888
136.76/135.91	c cleaning 38993 clauses out of 78026 with flag 2840476/1350886
142.36/141.55	c cleaning 40005 clauses out of 80034 with flag 2978487/1391887
148.56/147.75	c cleaning 41005 clauses out of 82028 with flag 3115479/1433886
154.26/153.49	c cleaning 42003 clauses out of 84023 with flag 3271457/1476886
161.57/160.80	c cleaning 42993 clauses out of 86020 with flag 3425504/1520886
170.47/169.64	c cleaning 43998 clauses out of 88028 with flag 3578060/1565887
175.97/175.11	c cleaning 45008 clauses out of 90029 with flag 3755930/1611886
183.67/182.82	c cleaning 46008 clauses out of 92021 with flag 3920318/1658886
190.67/189.82	c cleaning 46986 clauses out of 94013 with flag 4085553/1706886
198.67/197.81	c cleaning 48001 clauses out of 96027 with flag 4244144/1755886
207.87/207.09	c cleaning 49001 clauses out of 98028 with flag 4397665/1805888
217.37/216.53	c cleaning 50011 clauses out of 100026 with flag 4557531/1856887
227.67/226.81	c cleaning 51003 clauses out of 102018 with flag 4729588/1908890
236.28/235.40	c cleaning 52006 clauses out of 104014 with flag 4906665/1961889
245.27/244.48	c cleaning 52996 clauses out of 106005 with flag 5090713/2015886
256.41/255.59	c cleaning 54005 clauses out of 108011 with flag 5276375/2070888
266.50/265.65	c cleaning 54985 clauses out of 110004 with flag 5465043/2126886
275.20/274.32	c cleaning 55992 clauses out of 112019 with flag 5667567/2183886
284.30/283.40	c cleaning 56998 clauses out of 114029 with flag 5875798/2241888
285.50/284.67	c Got one! Elapsed wall clock time (in seconds):284.542
285.50/284.67	o 21
286.02/285.15	c cleaning 36620 clauses out of 73300 with flag 19962/2258157
286.42/285.58	c cleaning 21331 clauses out of 42678 with flag 43020/2264155
286.93/286.01	c cleaning 14171 clauses out of 28350 with flag 68800/2271158
287.42/286.54	c cleaning 11086 clauses out of 22177 with flag 94669/2279156
288.03/287.14	c cleaning 10029 clauses out of 20090 with flag 125036/2288155
288.62/287.79	c cleaning 10012 clauses out of 20065 with flag 161771/2298159
289.32/288.46	c cleaning 10506 clauses out of 21049 with flag 201852/2309155
290.23/289.30	c cleaning 11266 clauses out of 22544 with flag 239485/2321156
291.02/290.12	c cleaning 12128 clauses out of 24284 with flag 280047/2334162
291.92/291.00	c cleaning 13067 clauses out of 26151 with flag 320530/2348157
292.82/291.95	c cleaning 14040 clauses out of 28084 with flag 366601/2363157
294.12/293.20	c cleaning 14998 clauses out of 30042 with flag 418538/2379155
295.42/294.59	c cleaning 16016 clauses out of 32045 with flag 479418/2396156
297.02/296.13	c cleaning 16983 clauses out of 34028 with flag 543953/2414155
298.42/297.60	c cleaning 18022 clauses out of 36045 with flag 609095/2433155
300.23/299.33	c cleaning 19010 clauses out of 38024 with flag 678675/2453156
302.02/301.19	c cleaning 19985 clauses out of 40013 with flag 746291/2474155
304.32/303.46	c cleaning 20990 clauses out of 42028 with flag 826017/2496155
306.42/305.53	c cleaning 22015 clauses out of 44039 with flag 909269/2519156
308.72/307.89	c cleaning 23004 clauses out of 46023 with flag 1002331/2543155
311.02/310.10	c cleaning 24010 clauses out of 48019 with flag 1095566/2568155
313.32/312.44	c cleaning 24994 clauses out of 50010 with flag 1190045/2594156
315.72/314.83	c cleaning 26000 clauses out of 52015 with flag 1292335/2621155
318.32/317.48	c cleaning 26998 clauses out of 54017 with flag 1395134/2649157
321.62/320.75	c cleaning 28006 clauses out of 56017 with flag 1505711/2678155
324.32/323.46	c cleaning 28985 clauses out of 58011 with flag 1627012/2708155
324.62/323.73	c Got one! Elapsed wall clock time (in seconds):323.603
324.62/323.73	o 20
324.72/323.81	c cleaning 17414 clauses out of 34836 with flag 3498/2713965
325.02/324.14	c cleaning 11708 clauses out of 23423 with flag 27820/2719966
325.42/324.54	c cleaning 9329 clauses out of 18714 with flag 50188/2726965
325.82/324.95	c cleaning 8680 clauses out of 17385 with flag 81755/2734965
326.32/325.43	c cleaning 8842 clauses out of 17706 with flag 112517/2743966
326.94/326.00	c cleaning 9427 clauses out of 18864 with flag 149617/2753966
327.54/326.68	c cleaning 10192 clauses out of 20436 with flag 186585/2764965
328.34/327.42	c cleaning 11099 clauses out of 22244 with flag 228397/2776965
329.14/328.29	c cleaning 12063 clauses out of 24146 with flag 269953/2789966
330.14/329.20	c cleaning 13024 clauses out of 26082 with flag 319886/2803965
331.14/330.26	c cleaning 14029 clauses out of 28058 with flag 376260/2818965
332.24/331.38	c cleaning 15012 clauses out of 30029 with flag 437541/2834965
333.54/332.66	c cleaning 16008 clauses out of 32019 with flag 499630/2851967
334.84/333.93	c cleaning 16981 clauses out of 34009 with flag 567989/2869965
336.14/335.27	c cleaning 17999 clauses out of 36028 with flag 642185/2888965
337.54/336.69	c cleaning 19014 clauses out of 38029 with flag 718129/2908965
339.25/338.31	c cleaning 19974 clauses out of 40015 with flag 798305/2929965
340.96/340.04	c cleaning 21012 clauses out of 42041 with flag 881546/2951965
342.65/341.76	c cleaning 22003 clauses out of 44029 with flag 967678/2974965
344.85/343.93	c cleaning 23007 clauses out of 46026 with flag 1057754/2998965
346.95/346.07	c cleaning 24008 clauses out of 48021 with flag 1150735/3023967
349.25/348.34	c cleaning 24987 clauses out of 50011 with flag 1249878/3049965
352.05/351.16	c cleaning 25994 clauses out of 52025 with flag 1352483/3076966
354.95/354.09	c cleaning 27007 clauses out of 54031 with flag 1451897/3104966
357.75/356.89	c cleaning 27993 clauses out of 56023 with flag 1559814/3133965
360.76/359.83	c cleaning 29011 clauses out of 58035 with flag 1674057/3163970
363.55/362.66	c cleaning 30010 clauses out of 60019 with flag 1788374/3194965
367.15/366.22	c cleaning 30983 clauses out of 62011 with flag 1902480/3226967
370.45/369.54	c cleaning 32004 clauses out of 64026 with flag 2021142/3259965
374.05/373.19	c cleaning 32987 clauses out of 66022 with flag 2139683/3293965
377.25/376.39	c cleaning 34010 clauses out of 68035 with flag 2269570/3328965
381.45/380.51	c cleaning 34993 clauses out of 70026 with flag 2404046/3364966
386.34/385.44	c cleaning 36009 clauses out of 72032 with flag 2530844/3401965
390.85/389.91	c cleaning 36994 clauses out of 74024 with flag 2665767/3439966
395.85/394.92	c cleaning 37998 clauses out of 76029 with flag 2803038/3478965
400.46/399.58	c cleaning 39012 clauses out of 78031 with flag 2940150/3518965
404.96/404.05	c cleaning 40010 clauses out of 80027 with flag 3094226/3559973
409.66/408.75	c cleaning 41003 clauses out of 82011 with flag 3246104/3601967
414.86/413.94	c cleaning 41985 clauses out of 84008 with flag 3404759/3644967
419.76/418.83	c cleaning 43006 clauses out of 86024 with flag 3566470/3688968
424.46/423.57	c cleaning 43990 clauses out of 88015 with flag 3736673/3733965
429.86/428.94	c cleaning 45006 clauses out of 90025 with flag 3902017/3779965
436.96/436.10	c cleaning 46007 clauses out of 92020 with flag 4059230/3826966
443.56/442.62	c cleaning 46993 clauses out of 94012 with flag 4229948/3874965
449.26/448.30	c cleaning 48001 clauses out of 96019 with flag 4423939/3923965
457.16/456.20	c cleaning 49000 clauses out of 98018 with flag 4593077/3973965
464.36/463.46	c cleaning 50000 clauses out of 100018 with flag 4771285/4024965
472.06/471.11	c cleaning 50990 clauses out of 102020 with flag 4964036/4076967
479.76/478.89	c cleaning 52002 clauses out of 104028 with flag 5160013/4129965
487.06/486.16	c cleaning 53013 clauses out of 106030 with flag 5369354/4183969
494.21/493.28	c cleaning 53993 clauses out of 108014 with flag 5564820/4238966
502.01/501.07	c cleaning 55008 clauses out of 110022 with flag 5757907/4294967
510.71/509.76	c cleaning 55999 clauses out of 112013 with flag 5974157/4351966
520.41/519.44	c cleaning 56978 clauses out of 114013 with flag 6169736/4409965
528.80/527.87	c cleaning 58010 clauses out of 116035 with flag 6377797/4468965
538.10/537.14	c cleaning 59001 clauses out of 118025 with flag 6580992/4528965
547.30/546.30	c cleaning 59998 clauses out of 120024 with flag 6791437/4589965
558.40/557.44	c cleaning 61001 clauses out of 122028 with flag 7012288/4651967
569.21/568.21	c cleaning 61993 clauses out of 124025 with flag 7224942/4714965
578.52/577.58	c cleaning 62994 clauses out of 126032 with flag 7462847/4778965
590.31/589.30	c cleaning 64009 clauses out of 128038 with flag 7690302/4843965
602.02/601.04	c cleaning 65003 clauses out of 130029 with flag 7912453/4909965
617.95/616.93	c cleaning 65999 clauses out of 132026 with flag 8127676/4976965
632.26/631.22	c cleaning 67012 clauses out of 134028 with flag 8358501/5044966
645.46/644.44	c cleaning 67998 clauses out of 136015 with flag 8611634/5113965
658.56/657.56	c cleaning 69005 clauses out of 138022 with flag 8854661/5183970
671.35/670.38	c cleaning 69963 clauses out of 140012 with flag 9109569/5254965
681.26/680.23	c cleaning 71010 clauses out of 142049 with flag 9384133/5326965
693.96/692.97	c cleaning 72012 clauses out of 144039 with flag 9633711/5399965
708.07/707.05	c cleaning 72996 clauses out of 146027 with flag 9888460/5473965
724.17/723.12	c cleaning 74008 clauses out of 148032 with flag 10147283/5548966
738.66/737.53	c cleaning 74996 clauses out of 150023 with flag 10427715/5624965
753.67/752.52	c cleaning 76005 clauses out of 152028 with flag 10713931/5701966
767.76/766.63	c cleaning 77004 clauses out of 154026 with flag 11005917/5779969
784.67/783.55	c cleaning 77976 clauses out of 156018 with flag 11288860/5858965
800.37/799.23	c cleaning 79004 clauses out of 158042 with flag 11578148/5938965
818.48/817.31	c cleaning 80002 clauses out of 160038 with flag 11874637/6019965
839.87/838.78	c cleaning 81017 clauses out of 162036 with flag 12135988/6101965
857.87/856.73	c cleaning 82008 clauses out of 164019 with flag 12433543/6184965
878.76/877.52	c cleaning 82991 clauses out of 166012 with flag 12715944/6268966
895.68/894.44	c cleaning 84007 clauses out of 168021 with flag 13008260/6353966
916.17/914.96	c cleaning 85007 clauses out of 170017 with flag 13306731/6439969
934.68/933.44	c cleaning 86003 clauses out of 172006 with flag 13620612/6526965
954.78/953.57	c cleaning 86986 clauses out of 174003 with flag 13918316/6614965
978.38/977.11	c cleaning 88004 clauses out of 176017 with flag 14230528/6703965
997.98/996.73	c cleaning 89004 clauses out of 178015 with flag 14550670/6793967
1021.12/1019.70	c cleaning 89994 clauses out of 180009 with flag 14874574/6884965
1041.11/1039.78	c cleaning 90985 clauses out of 182015 with flag 15206612/6976965
1061.31/1059.91	c cleaning 92013 clauses out of 184030 with flag 15547885/7069965
1082.62/1081.21	c cleaning 93005 clauses out of 186019 with flag 15870667/7163967
1105.62/1104.25	c cleaning 93994 clauses out of 188012 with flag 16220338/7258965
1129.42/1128.02	c cleaning 95002 clauses out of 190018 with flag 16550377/7354965
1157.64/1156.12	c cleaning 95986 clauses out of 192016 with flag 16871096/7451965
1184.74/1183.27	c cleaning 97003 clauses out of 194030 with flag 17233488/7549965
1206.94/1205.49	c cleaning 97996 clauses out of 196027 with flag 17593816/7648965
1231.45/1229.92	c cleaning 99009 clauses out of 198032 with flag 17949544/7748966
1256.85/1255.31	c cleaning 100001 clauses out of 200024 with flag 18321280/7849967
1284.55/1283.09	c cleaning 101002 clauses out of 202026 with flag 18672799/7951970
1309.94/1308.32	c cleaning 102002 clauses out of 204020 with flag 19053917/8054966
1336.74/1335.15	c cleaning 103009 clauses out of 206021 with flag 19428966/8158969
1362.44/1360.81	c cleaning 103994 clauses out of 208008 with flag 19810639/8263965
1387.25/1385.64	c cleaning 105006 clauses out of 210015 with flag 20199897/8369966
1424.75/1423.18	c cleaning 105988 clauses out of 212008 with flag 20556459/8476965
1461.78/1460.00	c cleaning 106996 clauses out of 214020 with flag 20929970/8584965
1491.29/1489.60	c cleaning 108004 clauses out of 216024 with flag 21320921/8693965
1533.29/1531.59	c cleaning 108992 clauses out of 218027 with flag 21703638/8803972
1565.10/1563.38	c cleaning 109977 clauses out of 220029 with flag 22106867/8914966
1596.60/1594.89	c cleaning 111012 clauses out of 222056 with flag 22516921/9026970
1628.80/1626.92	c cleaning 112001 clauses out of 224039 with flag 22917686/9139965
1660.70/1658.90	c cleaning 113010 clauses out of 226039 with flag 23325692/9253966
1698.70/1696.84	c cleaning 114002 clauses out of 228028 with flag 23740302/9368965
1732.61/1730.73	c cleaning 115014 clauses out of 230027 with flag 24145620/9484966
1773.41/1771.52	c cleaning 115985 clauses out of 232012 with flag 24549062/9601965
1800.07/1798.10	c starts		: 22249
1800.07/1798.10	c conflicts		: 9697656
1800.07/1798.10	c decisions		: 55194261
1800.07/1798.10	c propagations		: 738481723
1800.07/1798.10	c inspects		: 39736917585
1800.07/1798.10	c shortcuts		: 0
1800.07/1798.10	c learnt literals	: 0
1800.07/1798.10	c learnt binary clauses	: 0
1800.07/1798.10	c learnt ternary clauses	: 0
1800.07/1798.10	c learnt constraints	: 9697656
1800.07/1798.10	c ignored constraints	: 0
1800.07/1798.10	c root simplifications	: 0
1800.07/1798.10	c removed literals (reason simplification)	: 0
1800.07/1798.10	c reason swapping (by a shorter reason)	: 0
1800.07/1798.10	c Calls to reduceDB	: 230
1800.07/1798.10	c Number of update (reduction) of LBD	: 4619389
1800.07/1798.10	c Imported unit clauses	: 0
1800.07/1798.10	c number of reductions to clauses (during analyze)	: 0
1800.07/1798.10	c number of learned constraints concerned by reduction	: 0
1800.07/1798.10	c number of learning phase by resolution	: 0
1800.07/1798.10	c number of learning phase by cutting planes	: 0
1800.07/1798.10	c speed (assignments/second)	: 410771.53808671975
1800.07/1798.10	c non guided choices	0
1800.07/1798.13	c learnt constraints type 
1800.07/1798.13	c org.sat4j.minisat.constraints.cnf.LearntWLClause => 211719
1800.07/1798.13	s SATISFIABLE
1800.07/1798.13	c Found 7 solution(s)
1800.07/1798.13	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 
1800.07/1798.13	c objective function=20
1800.07/1798.13	c Total wall clock time (in seconds): 1798.006

Verifier Data

OK	20

Watcher Data

runsolver Copyright (C) 2010-2013 Olivier ROUSSEL

This is runsolver version 3.3.7 (svn: 2553)

This program is distributed in the hope that it will be useful,
but WITHOUT ANY WARRANTY; without even the implied warranty of
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
GNU General Public License for more details.

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4085193-1465231112/watcher-4085193-1465231112 -o /tmp/evaluation-result-4085193-1465231112/solver-4085193-1465231112 -C 1800 -W 1900 -M 15500 --bin-var /tmp/runsolver-exch-node127-1465216773-5889 --watchdog 1960 java -jar sat4j-pb.jar HOME/instance-4085193-1465231112.opb 

pid=8862
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.26 2.18 2.18 3/194 8865
/proc/meminfo: memFree=30378624/32872528 swapFree=16740/1306504
[pid=8865] ppid=8862 vsize=9292 CPUtime=0 cores=0,2,4,6
/proc/8865/stat : 8865 (java) R 8862 8865 5873 0 -1 4202496 476 0 0 0 0 0 0 0 20 0 1 0 105043758 9515008 130 33554432000 1073741824 1073778376 140736478741968 140736478739096 214537462656 0 0 4096 0 0 0 0 17 0 0 0 0 0 0
/proc/8865/statm: 2323 136 104 9 0 71 0

[startup+0.100216 s]
/proc/loadavg: 2.26 2.18 2.18 3/194 8865
/proc/meminfo: memFree=30378624/32872528 swapFree=16740/1306504
[pid=8865] ppid=8862 vsize=9558476 CPUtime=0.07 cores=0,2,4,6
/proc/8865/stat : 8865 (java) S 8862 8865 5873 0 -1 4202496 3948 0 1 0 7 0 0 0 20 0 18 0 105043758 9787879424 5077 33554432000 1073741824 1073778376 140736478741968 140736478733104 214540779581 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/8865/statm: 2389619 5077 2017 9 0 2380296 0
Current children cumulated CPU time (s) 0.07
Current children cumulated vsize (KiB) 9558476

[startup+0.200252 s]
/proc/loadavg: 2.26 2.18 2.18 3/194 8865
/proc/meminfo: memFree=30378624/32872528 swapFree=16740/1306504
[pid=8865] ppid=8862 vsize=9558476 CPUtime=0.25 cores=0,2,4,6
/proc/8865/stat : 8865 (java) S 8862 8865 5873 0 -1 4202496 4689 0 1 0 24 1 0 0 20 0 18 0 105043758 9787879424 6754 33554432000 1073741824 1073778376 140736478741968 140736478733104 214540779581 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/8865/statm: 2389619 6754 2201 9 0 2380296 0
Current children cumulated CPU time (s) 0.25
Current children cumulated vsize (KiB) 9558476

[startup+0.300225 s]
/proc/loadavg: 2.26 2.18 2.18 3/194 8865
/proc/meminfo: memFree=30378624/32872528 swapFree=16740/1306504
[pid=8865] ppid=8862 vsize=9558476 CPUtime=0.51 cores=0,2,4,6
/proc/8865/stat : 8865 (java) S 8862 8865 5873 0 -1 4202496 7843 0 1 0 50 1 0 0 20 0 18 0 105043758 9787879424 9589 33554432000 1073741824 1073778376 140736478741968 140736478733104 214540779581 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/8865/statm: 2389619 9589 2231 9 0 2380296 0
Current children cumulated CPU time (s) 0.51
Current children cumulated vsize (KiB) 9558476

[startup+0.700281 s]
/proc/loadavg: 2.26 2.18 2.18 3/194 8865
/proc/meminfo: memFree=30378624/32872528 swapFree=16740/1306504
[pid=8865] ppid=8862 vsize=9625040 CPUtime=1.31 cores=0,2,4,6
/proc/8865/stat : 8865 (java) S 8862 8865 5873 0 -1 4202496 10046 0 1 0 129 2 0 0 20 0 19 0 105043758 9856040960 10714 33554432000 1073741824 1073778376 140736478741968 140736478733104 214540779581 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/8865/statm: 2406260 10714 2260 9 0 2396937 0
Current children cumulated CPU time (s) 1.31
Current children cumulated vsize (KiB) 9625040

[startup+1.50084 s]
/proc/loadavg: 2.26 2.18 2.18 3/213 8884
/proc/meminfo: memFree=30341832/32872528 swapFree=16740/1306504
[pid=8865] ppid=8862 vsize=9625040 CPUtime=2.22 cores=0,2,4,6
/proc/8865/stat : 8865 (java) S 8862 8865 5873 0 -1 4202496 10946 0 1 0 220 2 0 0 20 0 19 0 105043758 9856040960 11746 33554432000 1073741824 1073778376 140736478741968 140736478733104 214540779581 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/8865/statm: 2406260 11746 2267 9 0 2396937 0
[pid=8865/tid=8867] ppid=8862 vsize=9625040 CPUtime=1.46 cores=0,2,4,6
/proc/8865/task/8867/stat : 8867 (java) R 8862 8865 5873 0 -1 4202560 2418 0 1 0 146 0 0 0 20 0 19 0 105043759 9856040960 11746 33554432000 1073741824 1073778376 140736478741968 140487336222416 140487189754336 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0
[pid=8865/tid=8868] ppid=8862 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/8865/task/8868/stat : 8868 (java) S 8862 8865 5873 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 105043761 9856040960 11746 33554432000 1073741824 1073778376 140736478741968 140487308684200 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=8865/tid=8869] ppid=8862 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/8865/task/8869/stat : 8869 (java) S 8862 8865 5873 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 105043761 9856040960 11746 33554432000 1073741824 1073778376 140736478741968 140487307631656 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=8865/tid=8870] ppid=8862 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/8865/task/8870/stat : 8870 (java) S 8862 8865 5873 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 105043761 9856040960 11746 33554432000 1073741824 1073778376 140736478741968 140487178103464 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=8865/tid=8871] ppid=8862 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/8865/task/8871/stat : 8871 (java) S 8862 8865 5873 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 105043761 9856040960 11746 33554432000 1073741824 1073778376 140736478741968 140487177050920 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=8865/tid=8872] ppid=8862 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/8865/task/8872/stat : 8872 (java) S 8862 8865 5873 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 105043761 9856040960 11746 33554432000 1073741824 1073778376 140736478741968 140487175997864 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=8865/tid=8873] ppid=8862 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/8865/task/8873/stat : 8873 (java) S 8862 8865 5873 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 105043761 9856040960 11746 33554432000 1073741824 1073778376 140736478741968 140487174945320 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=8865/tid=8874] ppid=8862 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/8865/task/8874/stat : 8874 (java) S 8862 8865 5873 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 105043761 9856040960 11746 33554432000 1073741824 1073778376 140736478741968 140487173892264 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=8865/tid=8875] ppid=8862 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/8865/task/8875/stat : 8875 (java) S 8862 8865 5873 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 105043761 9856040960 11746 33554432000 1073741824 1073778376 140736478741968 140486702524712 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=8865/tid=8876] ppid=8862 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/8865/task/8876/stat : 8876 (java) S 8862 8865 5873 0 -1 4202560 5 0 0 0 0 0 0 0 20 0 19 0 105043762 9856040960 11746 33554432000 1073741824 1073778376 140736478741968 140486690327400 214540793769 0 0 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=8865/tid=8877] ppid=8862 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/8865/task/8877/stat : 8877 (java) S 8862 8865 5873 0 -1 4202560 16 0 0 0 0 0 0 0 20 0 19 0 105043763 9856040960 11746 33554432000 1073741824 1073778376 140736478741968 140486689273720 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=8865/tid=8878] ppid=8862 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/8865/task/8878/stat : 8878 (java) S 8862 8865 5873 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 105043763 9856040960 11746 33554432000 1073741824 1073778376 140736478741968 140486688220552 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=8865/tid=8879] ppid=8862 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/8865/task/8879/stat : 8879 (java) S 8862 8865 5873 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 105043766 9856040960 11746 33554432000 1073741824 1073778376 140736478741968 140486687169296 214540801824 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=8865/tid=8880] ppid=8862 vsize=9625040 CPUtime=0.39 cores=0,2,4,6
/proc/8865/task/8880/stat : 8880 (java) S 8862 8865 5873 0 -1 4202560 4670 0 0 0 39 0 0 0 20 0 19 0 105043766 9856040960 11746 33554432000 1073741824 1073778376 140736478741968 140486686116152 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=8865/tid=8881] ppid=8862 vsize=9625040 CPUtime=0.34 cores=0,2,4,6
/proc/8865/task/8881/stat : 8881 (java) S 8862 8865 5873 0 -1 4202560 2580 0 0 0 34 0 0 0 20 0 19 0 105043766 9856040960 11746 33554432000 1073741824 1073778376 140736478741968 140486685063608 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=8865/tid=8882] ppid=8862 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/8865/task/8882/stat : 8882 (java) S 8862 8865 5873 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 105043766 9856040960 11746 33554432000 1073741824 1073778376 140736478741968 140486684010744 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=8865/tid=8883] ppid=8862 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/8865/task/8883/stat : 8883 (java) S 8862 8865 5873 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 105043766 9856040960 11746 33554432000 1073741824 1073778376 140736478741968 140486682958408 214540793769 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=8865/tid=8884] ppid=8862 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/8865/task/8884/stat : 8884 (java) S 8862 8865 5873 0 -1 4202560 12 0 0 0 0 0 0 0 20 0 19 0 105043790 9856040960 11746 33554432000 1073741824 1073778376 140736478741968 140486681806376 214540793769 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
Current children cumulated CPU time (s) 2.22
Current children cumulated vsize (KiB) 9625040

[startup+3.10079 s]
/proc/loadavg: 2.26 2.18 2.18 3/213 8884
/proc/meminfo: memFree=30337860/32872528 swapFree=16740/1306504
[pid=8865] ppid=8862 vsize=9625040 CPUtime=3.84 cores=0,2,4,6
/proc/8865/stat : 8865 (java) S 8862 8865 5873 0 -1 4202496 10950 0 1 0 382 2 0 0 20 0 19 0 105043758 9856040960 13282 33554432000 1073741824 1073778376 140736478741968 140736478733104 214540779581 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/8865/statm: 2406260 13282 2267 9 0 2396937 0
[pid=8865/tid=8867] ppid=8862 vsize=9625040 CPUtime=3.06 cores=0,2,4,6
/proc/8865/task/8867/stat : 8867 (java) R 8862 8865 5873 0 -1 4202560 2422 0 1 0 306 0 0 0 20 0 19 0 105043759 9856040960 13282 33554432000 1073741824 1073778376 140736478741968 140487336231360 140487189754636 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0
[pid=8865/tid=8868] ppid=8862 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/8865/task/8868/stat : 8868 (java) S 8862 8865 5873 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 105043761 9856040960 13282 33554432000 1073741824 1073778376 140736478741968 140487308684200 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=8865/tid=8869] ppid=8862 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/8865/task/8869/stat : 8869 (java) S 8862 8865 5873 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 105043761 9856040960 13282 33554432000 1073741824 1073778376 140736478741968 140487307631656 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=8865/tid=8870] ppid=8862 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/8865/task/8870/stat : 8870 (java) S 8862 8865 5873 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 105043761 9856040960 13282 33554432000 1073741824 1073778376 140736478741968 140487178103464 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=8865/tid=8871] ppid=8862 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/8865/task/8871/stat : 8871 (java) S 8862 8865 5873 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 105043761 9856040960 13282 33554432000 1073741824 1073778376 140736478741968 140487177050920 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=8865/tid=8872] ppid=8862 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/8865/task/8872/stat : 8872 (java) S 8862 8865 5873 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 105043761 9856040960 13282 33554432000 1073741824 1073778376 140736478741968 140487175997864 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=8865/tid=8873] ppid=8862 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/8865/task/8873/stat : 8873 (java) S 8862 8865 5873 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 105043761 9856040960 13282 33554432000 1073741824 1073778376 140736478741968 140487174945320 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=8865/tid=8874] ppid=8862 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/8865/task/8874/stat : 8874 (java) S 8862 8865 5873 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 105043761 9856040960 13282 33554432000 1073741824 1073778376 140736478741968 140487173892264 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=8865/tid=8875] ppid=8862 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/8865/task/8875/stat : 8875 (java) S 8862 8865 5873 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 105043761 9856040960 13282 33554432000 1073741824 1073778376 140736478741968 140486702524712 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=8865/tid=8876] ppid=8862 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/8865/task/8876/stat : 8876 (java) S 8862 8865 5873 0 -1 4202560 5 0 0 0 0 0 0 0 20 0 19 0 105043762 9856040960 13282 33554432000 1073741824 1073778376 140736478741968 140486690327400 214540793769 0 0 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=8865/tid=8877] ppid=8862 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/8865/task/8877/stat : 8877 (java) S 8862 8865 5873 0 -1 4202560 16 0 0 0 0 0 0 0 20 0 19 0 105043763 9856040960 13282 33554432000 1073741824 1073778376 140736478741968 140486689273720 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=8865/tid=8878] ppid=8862 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/8865/task/8878/stat : 8878 (java) S 8862 8865 5873 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 105043763 9856040960 13282 33554432000 1073741824 1073778376 140736478741968 140486688220552 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=8865/tid=8879] ppid=8862 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/8865/task/8879/stat : 8879 (java) S 8862 8865 5873 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 105043766 9856040960 13282 33554432000 1073741824 1073778376 140736478741968 140486687169296 214540801824 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=8865/tid=8880] ppid=8862 vsize=9625040 CPUtime=0.39 cores=0,2,4,6
/proc/8865/task/8880/stat : 8880 (java) S 8862 8865 5873 0 -1 4202560 4670 0 0 0 39 0 0 0 20 0 19 0 105043766 9856040960 13282 33554432000 1073741824 1073778376 140736478741968 140486686116152 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=8865/tid=8881] ppid=8862 vsize=9625040 CPUtime=0.36 cores=0,2,4,6
/proc/8865/task/8881/stat : 8881 (java) S 8862 8865 5873 0 -1 4202560 2580 0 0 0 36 0 0 0 20 0 19 0 105043766 9856040960 13282 33554432000 1073741824 1073778376 140736478741968 140486685063608 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=8865/tid=8882] ppid=8862 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/8865/task/8882/stat : 8882 (java) S 8862 8865 5873 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 105043766 9856040960 13282 33554432000 1073741824 1073778376 140736478741968 140486684010744 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=8865/tid=8883] ppid=8862 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/8865/task/8883/stat : 8883 (java) S 8862 8865 5873 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 105043766 9856040960 13282 33554432000 1073741824 1073778376 140736478741968 140486682958408 214540793769 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=8865/tid=8884] ppid=8862 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/8865/task/8884/stat : 8884 (java) S 8862 8865 5873 0 -1 4202560 12 0 0 0 0 0 0 0 20 0 19 0 105043790 9856040960 13282 33554432000 1073741824 1073778376 140736478741968 140486681806376 214540793769 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
Current children cumulated CPU time (s) 3.84
Current children cumulated vsize (KiB) 9625040

[startup+6.3008 s]
/proc/loadavg: 2.24 2.17 2.17 3/213 8884
/proc/meminfo: memFree=30327760/32872528 swapFree=16740/1306504
[pid=8865] ppid=8862 vsize=9625040 CPUtime=7.04 cores=0,2,4,6
/proc/8865/stat : 8865 (java) S 8862 8865 5873 0 -1 4202496 10955 0 1 0 702 2 0 0 20 0 19 0 105043758 9856040960 14647 33554432000 1073741824 1073778376 140736478741968 140736478733104 214540779581 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/8865/statm: 2406260 14647 2268 9 0 2396937 0
[pid=8865/tid=8867] ppid=8862 vsize=9625040 CPUtime=6.26 cores=0,2,4,6
/proc/8865/task/8867/stat : 8867 (java) R 8862 8865 5873 0 -1 4202560 2426 0 1 0 626 0 0 0 20 0 19 0 105043759 9856040960 14647 33554432000 1073741824 1073778376 140736478741968 140487336222400 140487189754636 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0
[pid=8865/tid=8868] ppid=8862 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/8865/task/8868/stat : 8868 (java) S 8862 8865 5873 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 105043761 9856040960 14647 33554432000 1073741824 1073778376 140736478741968 140487308684200 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=8865/tid=8869] ppid=8862 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/8865/task/8869/stat : 8869 (java) S 8862 8865 5873 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 105043761 9856040960 14647 33554432000 1073741824 1073778376 140736478741968 140487307631656 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=8865/tid=8870] ppid=8862 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/8865/task/8870/stat : 8870 (java) S 8862 8865 5873 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 105043761 9856040960 14647 33554432000 1073741824 1073778376 140736478741968 140487178103464 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=8865/tid=8871] ppid=8862 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/8865/task/8871/stat : 8871 (java) S 8862 8865 5873 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 105043761 9856040960 14647 33554432000 1073741824 1073778376 140736478741968 140487177050920 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=8865/tid=8872] ppid=8862 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/8865/task/8872/stat : 8872 (java) S 8862 8865 5873 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 105043761 9856040960 14647 33554432000 1073741824 1073778376 140736478741968 140487175997864 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=8865/tid=8873] ppid=8862 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/8865/task/8873/stat : 8873 (java) S 8862 8865 5873 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 105043761 9856040960 14647 33554432000 1073741824 1073778376 140736478741968 140487174945320 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=8865/tid=8874] ppid=8862 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/8865/task/8874/stat : 8874 (java) S 8862 8865 5873 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 105043761 9856040960 14647 33554432000 1073741824 1073778376 140736478741968 140487173892264 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=8865/tid=8875] ppid=8862 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/8865/task/8875/stat : 8875 (java) S 8862 8865 5873 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 105043761 9856040960 14647 33554432000 1073741824 1073778376 140736478741968 140486702524712 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=8865/tid=8876] ppid=8862 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/8865/task/8876/stat : 8876 (java) S 8862 8865 5873 0 -1 4202560 5 0 0 0 0 0 0 0 20 0 19 0 105043762 9856040960 14647 33554432000 1073741824 1073778376 140736478741968 140486690327400 214540793769 0 0 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=8865/tid=8877] ppid=8862 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/8865/task/8877/stat : 8877 (java) S 8862 8865 5873 0 -1 4202560 16 0 0 0 0 0 0 0 20 0 19 0 105043763 9856040960 14647 33554432000 1073741824 1073778376 140736478741968 140486689273720 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=8865/tid=8878] ppid=8862 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/8865/task/8878/stat : 8878 (java) S 8862 8865 5873 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 105043763 9856040960 14647 33554432000 1073741824 1073778376 140736478741968 140486688220552 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=8865/tid=8879] ppid=8862 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/8865/task/8879/stat : 8879 (java) S 8862 8865 5873 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 105043766 9856040960 14647 33554432000 1073741824 1073778376 140736478741968 140486687169296 214540801824 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=8865/tid=8880] ppid=8862 vsize=9625040 CPUtime=0.39 cores=0,2,4,6
/proc/8865/task/8880/stat : 8880 (java) S 8862 8865 5873 0 -1 4202560 4670 0 0 0 39 0 0 0 20 0 19 0 105043766 9856040960 14647 33554432000 1073741824 1073778376 140736478741968 140486686116152 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=8865/tid=8881] ppid=8862 vsize=9625040 CPUtime=0.36 cores=0,2,4,6
/proc/8865/task/8881/stat : 8881 (java) S 8862 8865 5873 0 -1 4202560 2580 0 0 0 36 0 0 0 20 0 19 0 105043766 9856040960 14647 33554432000 1073741824 1073778376 140736478741968 140486685063608 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=8865/tid=8882] ppid=8862 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/8865/task/8882/stat : 8882 (java) S 8862 8865 5873 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 105043766 9856040960 14647 33554432000 1073741824 1073778376 140736478741968 140486684010744 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=8865/tid=8883] ppid=8862 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/8865/task/8883/stat : 8883 (java) S 8862 8865 5873 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 19 0 105043766 9856040960 14647 33554432000 1073741824 1073778376 140736478741968 140486682958408 214540793769 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=8865/tid=8884] ppid=8862 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/8865/task/8884/stat : 8884 (java) S 8862 8865 5873 0 -1 4202560 12 0 0 0 0 0 0 0 20 0 19 0 105043790 9856040960 14647 33554432000 1073741824 1073778376 140736478741968 140486681806376 214540793769 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
Current children cumulated CPU time (s) 7.04
Current children cumulated vsize (KiB) 9625040


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

[pid=8865/tid=8877] ppid=8862 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/8865/task/8877/stat : 8877 (java) S 8862 8865 5873 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 105043763 9856040960 83300 33554432000 1073741824 1073778376 140736478741968 140486689273720 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=8865/tid=8878] ppid=8862 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/8865/task/8878/stat : 8878 (java) S 8862 8865 5873 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 105043763 9856040960 83300 33554432000 1073741824 1073778376 140736478741968 140486688220552 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=8865/tid=8879] ppid=8862 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/8865/task/8879/stat : 8879 (java) S 8862 8865 5873 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 105043766 9856040960 83300 33554432000 1073741824 1073778376 140736478741968 140486687169296 214540801824 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=8865/tid=8880] ppid=8862 vsize=9625040 CPUtime=0.39 cores=0,2,4,6
/proc/8865/task/8880/stat : 8880 (java) S 8862 8865 5873 0 -1 4202560 4670 0 0 0 39 0 0 0 20 0 19 0 105043766 9856040960 83300 33554432000 1073741824 1073778376 140736478741968 140486686116152 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=8865/tid=8881] ppid=8862 vsize=9625040 CPUtime=0.41 cores=0,2,4,6
/proc/8865/task/8881/stat : 8881 (java) S 8862 8865 5873 0 -1 4202560 2621 0 0 0 41 0 0 0 20 0 19 0 105043766 9856040960 83300 33554432000 1073741824 1073778376 140736478741968 140486685063608 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=8865/tid=8882] ppid=8862 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/8865/task/8882/stat : 8882 (java) S 8862 8865 5873 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 105043766 9856040960 83300 33554432000 1073741824 1073778376 140736478741968 140486684010744 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=8865/tid=8883] ppid=8862 vsize=9625040 CPUtime=0.5 cores=0,2,4,6
/proc/8865/task/8883/stat : 8883 (java) S 8862 8865 5873 0 -1 4202560 100 0 0 0 25 25 0 0 20 0 19 0 105043766 9856040960 83300 33554432000 1073741824 1073778376 140736478741968 140486682958408 214540793769 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=8865/tid=8884] ppid=8862 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/8865/task/8884/stat : 8884 (java) S 8862 8865 5873 0 -1 4202560 12 0 0 0 0 0 0 0 20 0 19 0 105043790 9856040960 83300 33554432000 1073741824 1073778376 140736478741968 140486681806376 214540793769 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
Current children cumulated CPU time (s) 1724.21
Current children cumulated vsize (KiB) 9625040

[startup+1782.3 s]
/proc/loadavg: 2.15 2.16 2.14 3/213 9017
/proc/meminfo: memFree=30136928/32872528 swapFree=16740/1306504
[pid=8865] ppid=8862 vsize=9625040 CPUtime=1784.26 cores=0,2,4,6
/proc/8865/stat : 8865 (java) S 8862 8865 5873 0 -1 4202496 12438 0 1 0 178382 44 0 0 20 0 19 0 105043758 9856040960 85364 33554432000 1073741824 1073778376 140736478741968 140736478733104 214540779581 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/8865/statm: 2406260 85364 2282 9 0 2396937 0
[pid=8865/tid=8867] ppid=8862 vsize=9625040 CPUtime=1782 cores=0,2,4,6
/proc/8865/task/8867/stat : 8867 (java) R 8862 8865 5873 0 -1 4202560 2495 0 1 0 178170 30 0 0 20 0 19 0 105043759 9856040960 85364 33554432000 1073741824 1073778376 140736478741968 140487336230208 140487189725620 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0
[pid=8865/tid=8868] ppid=8862 vsize=9625040 CPUtime=0.15 cores=0,2,4,6
/proc/8865/task/8868/stat : 8868 (java) S 8862 8865 5873 0 -1 4202560 355 0 0 0 12 3 0 0 20 0 19 0 105043761 9856040960 85364 33554432000 1073741824 1073778376 140736478741968 140487308684200 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=8865/tid=8869] ppid=8862 vsize=9625040 CPUtime=0.11 cores=0,2,4,6
/proc/8865/task/8869/stat : 8869 (java) S 8862 8865 5873 0 -1 4202560 56 0 0 0 10 1 0 0 20 0 19 0 105043761 9856040960 85364 33554432000 1073741824 1073778376 140736478741968 140487307631656 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=8865/tid=8870] ppid=8862 vsize=9625040 CPUtime=0.2 cores=0,2,4,6
/proc/8865/task/8870/stat : 8870 (java) S 8862 8865 5873 0 -1 4202560 168 0 0 0 16 4 0 0 20 0 19 0 105043761 9856040960 85364 33554432000 1073741824 1073778376 140736478741968 140487178103464 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=8865/tid=8871] ppid=8862 vsize=9625040 CPUtime=0.16 cores=0,2,4,6
/proc/8865/task/8871/stat : 8871 (java) S 8862 8865 5873 0 -1 4202560 50 0 0 0 13 3 0 0 20 0 19 0 105043761 9856040960 85364 33554432000 1073741824 1073778376 140736478741968 140487177050920 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=8865/tid=8872] ppid=8862 vsize=9625040 CPUtime=0.12 cores=0,2,4,6
/proc/8865/task/8872/stat : 8872 (java) S 8862 8865 5873 0 -1 4202560 216 0 0 0 10 2 0 0 20 0 19 0 105043761 9856040960 85364 33554432000 1073741824 1073778376 140736478741968 140487175997864 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=8865/tid=8873] ppid=8862 vsize=9625040 CPUtime=0.17 cores=0,2,4,6
/proc/8865/task/8873/stat : 8873 (java) S 8862 8865 5873 0 -1 4202560 201 0 0 0 15 2 0 0 20 0 19 0 105043761 9856040960 85364 33554432000 1073741824 1073778376 140736478741968 140487174945320 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=8865/tid=8874] ppid=8862 vsize=9625040 CPUtime=0.2 cores=0,2,4,6
/proc/8865/task/8874/stat : 8874 (java) S 8862 8865 5873 0 -1 4202560 55 0 0 0 16 4 0 0 20 0 19 0 105043761 9856040960 85364 33554432000 1073741824 1073778376 140736478741968 140487173892264 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=8865/tid=8875] ppid=8862 vsize=9625040 CPUtime=0.17 cores=0,2,4,6
/proc/8865/task/8875/stat : 8875 (java) S 8862 8865 5873 0 -1 4202560 124 0 0 0 14 3 0 0 20 0 19 0 105043761 9856040960 85364 33554432000 1073741824 1073778376 140736478741968 140486702524712 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=8865/tid=8876] ppid=8862 vsize=9625040 CPUtime=0.01 cores=0,2,4,6
/proc/8865/task/8876/stat : 8876 (java) S 8862 8865 5873 0 -1 4202560 59 0 0 0 1 0 0 0 20 0 19 0 105043762 9856040960 85364 33554432000 1073741824 1073778376 140736478741968 140486690327400 214540793769 0 0 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=8865/tid=8877] ppid=8862 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/8865/task/8877/stat : 8877 (java) S 8862 8865 5873 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 105043763 9856040960 85364 33554432000 1073741824 1073778376 140736478741968 140486689273720 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=8865/tid=8878] ppid=8862 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/8865/task/8878/stat : 8878 (java) S 8862 8865 5873 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 105043763 9856040960 85364 33554432000 1073741824 1073778376 140736478741968 140486688220552 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=8865/tid=8879] ppid=8862 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/8865/task/8879/stat : 8879 (java) S 8862 8865 5873 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 105043766 9856040960 85364 33554432000 1073741824 1073778376 140736478741968 140486687169296 214540801824 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=8865/tid=8880] ppid=8862 vsize=9625040 CPUtime=0.39 cores=0,2,4,6
/proc/8865/task/8880/stat : 8880 (java) S 8862 8865 5873 0 -1 4202560 4670 0 0 0 39 0 0 0 20 0 19 0 105043766 9856040960 85364 33554432000 1073741824 1073778376 140736478741968 140486686116152 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=8865/tid=8881] ppid=8862 vsize=9625040 CPUtime=0.41 cores=0,2,4,6
/proc/8865/task/8881/stat : 8881 (java) S 8862 8865 5873 0 -1 4202560 2621 0 0 0 41 0 0 0 20 0 19 0 105043766 9856040960 85364 33554432000 1073741824 1073778376 140736478741968 140486685063608 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=8865/tid=8882] ppid=8862 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/8865/task/8882/stat : 8882 (java) S 8862 8865 5873 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 105043766 9856040960 85364 33554432000 1073741824 1073778376 140736478741968 140486684010744 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=8865/tid=8883] ppid=8862 vsize=9625040 CPUtime=0.52 cores=0,2,4,6
/proc/8865/task/8883/stat : 8883 (java) S 8862 8865 5873 0 -1 4202560 104 0 0 0 26 26 0 0 20 0 19 0 105043766 9856040960 85364 33554432000 1073741824 1073778376 140736478741968 140486682958408 214540793769 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=8865/tid=8884] ppid=8862 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/8865/task/8884/stat : 8884 (java) S 8862 8865 5873 0 -1 4202560 12 0 0 0 0 0 0 0 20 0 19 0 105043790 9856040960 85364 33554432000 1073741824 1073778376 140736478741968 140486681806376 214540793769 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
Current children cumulated CPU time (s) 1784.26
Current children cumulated vsize (KiB) 9625040



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1798.1 s]
/proc/loadavg: 2.20 2.16 2.15 3/213 9017
/proc/meminfo: memFree=30152820/32872528 swapFree=16740/1306504
[pid=8865] ppid=8862 vsize=9625040 CPUtime=1800.07 cores=0,2,4,6
/proc/8865/stat : 8865 (java) S 8862 8865 5873 0 -1 4202496 12438 0 1 0 179963 44 0 0 20 0 19 0 105043758 9856040960 85364 33554432000 1073741824 1073778376 140736478741968 140736478733104 214540779581 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/8865/statm: 2406260 85364 2282 9 0 2396937 0
[pid=8865/tid=8867] ppid=8862 vsize=9625040 CPUtime=1797.8 cores=0,2,4,6
/proc/8865/task/8867/stat : 8867 (java) R 8862 8865 5873 0 -1 4202560 2495 0 1 0 179750 30 0 0 20 0 19 0 105043759 9856040960 85364 33554432000 1073741824 1073778376 140736478741968 140487336230208 140487189711639 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0
[pid=8865/tid=8868] ppid=8862 vsize=9625040 CPUtime=0.15 cores=0,2,4,6
/proc/8865/task/8868/stat : 8868 (java) S 8862 8865 5873 0 -1 4202560 355 0 0 0 12 3 0 0 20 0 19 0 105043761 9856040960 85364 33554432000 1073741824 1073778376 140736478741968 140487308684200 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=8865/tid=8869] ppid=8862 vsize=9625040 CPUtime=0.11 cores=0,2,4,6
/proc/8865/task/8869/stat : 8869 (java) S 8862 8865 5873 0 -1 4202560 56 0 0 0 10 1 0 0 20 0 19 0 105043761 9856040960 85364 33554432000 1073741824 1073778376 140736478741968 140487307631656 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=8865/tid=8870] ppid=8862 vsize=9625040 CPUtime=0.2 cores=0,2,4,6
/proc/8865/task/8870/stat : 8870 (java) S 8862 8865 5873 0 -1 4202560 168 0 0 0 16 4 0 0 20 0 19 0 105043761 9856040960 85364 33554432000 1073741824 1073778376 140736478741968 140487178103464 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=8865/tid=8871] ppid=8862 vsize=9625040 CPUtime=0.16 cores=0,2,4,6
/proc/8865/task/8871/stat : 8871 (java) S 8862 8865 5873 0 -1 4202560 50 0 0 0 13 3 0 0 20 0 19 0 105043761 9856040960 85364 33554432000 1073741824 1073778376 140736478741968 140487177050920 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=8865/tid=8872] ppid=8862 vsize=9625040 CPUtime=0.12 cores=0,2,4,6
/proc/8865/task/8872/stat : 8872 (java) S 8862 8865 5873 0 -1 4202560 216 0 0 0 10 2 0 0 20 0 19 0 105043761 9856040960 85364 33554432000 1073741824 1073778376 140736478741968 140487175997864 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=8865/tid=8873] ppid=8862 vsize=9625040 CPUtime=0.17 cores=0,2,4,6
/proc/8865/task/8873/stat : 8873 (java) S 8862 8865 5873 0 -1 4202560 201 0 0 0 15 2 0 0 20 0 19 0 105043761 9856040960 85364 33554432000 1073741824 1073778376 140736478741968 140487174945320 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=8865/tid=8874] ppid=8862 vsize=9625040 CPUtime=0.2 cores=0,2,4,6
/proc/8865/task/8874/stat : 8874 (java) S 8862 8865 5873 0 -1 4202560 55 0 0 0 16 4 0 0 20 0 19 0 105043761 9856040960 85364 33554432000 1073741824 1073778376 140736478741968 140487173892264 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=8865/tid=8875] ppid=8862 vsize=9625040 CPUtime=0.17 cores=0,2,4,6
/proc/8865/task/8875/stat : 8875 (java) S 8862 8865 5873 0 -1 4202560 124 0 0 0 14 3 0 0 20 0 19 0 105043761 9856040960 85364 33554432000 1073741824 1073778376 140736478741968 140486702524712 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=8865/tid=8876] ppid=8862 vsize=9625040 CPUtime=0.01 cores=0,2,4,6
/proc/8865/task/8876/stat : 8876 (java) S 8862 8865 5873 0 -1 4202560 59 0 0 0 1 0 0 0 20 0 19 0 105043762 9856040960 85364 33554432000 1073741824 1073778376 140736478741968 140486690327400 214540793769 0 0 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=8865/tid=8877] ppid=8862 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/8865/task/8877/stat : 8877 (java) S 8862 8865 5873 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 105043763 9856040960 85364 33554432000 1073741824 1073778376 140736478741968 140486689273720 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=8865/tid=8878] ppid=8862 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/8865/task/8878/stat : 8878 (java) S 8862 8865 5873 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 105043763 9856040960 85364 33554432000 1073741824 1073778376 140736478741968 140486688220552 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=8865/tid=8879] ppid=8862 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/8865/task/8879/stat : 8879 (java) S 8862 8865 5873 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 105043766 9856040960 85364 33554432000 1073741824 1073778376 140736478741968 140486687169296 214540801824 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=8865/tid=8880] ppid=8862 vsize=9625040 CPUtime=0.39 cores=0,2,4,6
/proc/8865/task/8880/stat : 8880 (java) S 8862 8865 5873 0 -1 4202560 4670 0 0 0 39 0 0 0 20 0 19 0 105043766 9856040960 85364 33554432000 1073741824 1073778376 140736478741968 140486686116152 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=8865/tid=8881] ppid=8862 vsize=9625040 CPUtime=0.41 cores=0,2,4,6
/proc/8865/task/8881/stat : 8881 (java) S 8862 8865 5873 0 -1 4202560 2621 0 0 0 41 0 0 0 20 0 19 0 105043766 9856040960 85364 33554432000 1073741824 1073778376 140736478741968 140486685063608 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=8865/tid=8882] ppid=8862 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/8865/task/8882/stat : 8882 (java) S 8862 8865 5873 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 105043766 9856040960 85364 33554432000 1073741824 1073778376 140736478741968 140486684010744 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=8865/tid=8883] ppid=8862 vsize=9625040 CPUtime=0.53 cores=0,2,4,6
/proc/8865/task/8883/stat : 8883 (java) S 8862 8865 5873 0 -1 4202560 104 0 0 0 27 26 0 0 20 0 19 0 105043766 9856040960 85364 33554432000 1073741824 1073778376 140736478741968 140486682958408 214540793769 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=8865/tid=8884] ppid=8862 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/8865/task/8884/stat : 8884 (java) S 8862 8865 5873 0 -1 4202560 12 0 0 0 0 0 0 0 20 0 19 0 105043790 9856040960 85364 33554432000 1073741824 1073778376 140736478741968 140486681806376 214540793769 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
Current children cumulated CPU time (s) 1800.07
Current children cumulated vsize (KiB) 9625040

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

Solver just ended.
??? exit watcher main loop
??? sigkill at end of watcher main loop
??? kill 8865 sig 9
??? end of watcher thread
Dumping a history of the last processes samples

[startup+1798.1 s]
/proc/loadavg: 2.20 2.16 2.15 3/213 9017
/proc/meminfo: memFree=30152820/32872528 swapFree=16740/1306504
[pid=8865] ppid=8862 vsize=9625040 CPUtime=1800.07 cores=0,2,4,6
/proc/8865/stat : 8865 (java) S 8862 8865 5873 0 -1 4202496 12438 0 1 0 179963 44 0 0 20 0 19 0 105043758 9856040960 85364 33554432000 1073741824 1073778376 140736478741968 140736478733104 214540779581 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/8865/statm: 2406260 85364 2282 9 0 2396937 0
[pid=8865/tid=8867] ppid=8862 vsize=9625040 CPUtime=1797.8 cores=0,2,4,6
/proc/8865/task/8867/stat : 8867 (java) R 8862 8865 5873 0 -1 4202560 2495 0 1 0 179750 30 0 0 20 0 19 0 105043759 9856040960 85364 33554432000 1073741824 1073778376 140736478741968 140487336230208 140487189711639 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0
[pid=8865/tid=8868] ppid=8862 vsize=9625040 CPUtime=0.15 cores=0,2,4,6
/proc/8865/task/8868/stat : 8868 (java) S 8862 8865 5873 0 -1 4202560 355 0 0 0 12 3 0 0 20 0 19 0 105043761 9856040960 85364 33554432000 1073741824 1073778376 140736478741968 140487308684200 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=8865/tid=8869] ppid=8862 vsize=9625040 CPUtime=0.11 cores=0,2,4,6
/proc/8865/task/8869/stat : 8869 (java) S 8862 8865 5873 0 -1 4202560 56 0 0 0 10 1 0 0 20 0 19 0 105043761 9856040960 85364 33554432000 1073741824 1073778376 140736478741968 140487307631656 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=8865/tid=8870] ppid=8862 vsize=9625040 CPUtime=0.2 cores=0,2,4,6
/proc/8865/task/8870/stat : 8870 (java) S 8862 8865 5873 0 -1 4202560 168 0 0 0 16 4 0 0 20 0 19 0 105043761 9856040960 85364 33554432000 1073741824 1073778376 140736478741968 140487178103464 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=8865/tid=8871] ppid=8862 vsize=9625040 CPUtime=0.16 cores=0,2,4,6
/proc/8865/task/8871/stat : 8871 (java) S 8862 8865 5873 0 -1 4202560 50 0 0 0 13 3 0 0 20 0 19 0 105043761 9856040960 85364 33554432000 1073741824 1073778376 140736478741968 140487177050920 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=8865/tid=8872] ppid=8862 vsize=9625040 CPUtime=0.12 cores=0,2,4,6
/proc/8865/task/8872/stat : 8872 (java) S 8862 8865 5873 0 -1 4202560 216 0 0 0 10 2 0 0 20 0 19 0 105043761 9856040960 85364 33554432000 1073741824 1073778376 140736478741968 140487175997864 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=8865/tid=8873] ppid=8862 vsize=9625040 CPUtime=0.17 cores=0,2,4,6
/proc/8865/task/8873/stat : 8873 (java) S 8862 8865 5873 0 -1 4202560 201 0 0 0 15 2 0 0 20 0 19 0 105043761 9856040960 85364 33554432000 1073741824 1073778376 140736478741968 140487174945320 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=8865/tid=8874] ppid=8862 vsize=9625040 CPUtime=0.2 cores=0,2,4,6
/proc/8865/task/8874/stat : 8874 (java) S 8862 8865 5873 0 -1 4202560 55 0 0 0 16 4 0 0 20 0 19 0 105043761 9856040960 85364 33554432000 1073741824 1073778376 140736478741968 140487173892264 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=8865/tid=8875] ppid=8862 vsize=9625040 CPUtime=0.17 cores=0,2,4,6
/proc/8865/task/8875/stat : 8875 (java) S 8862 8865 5873 0 -1 4202560 124 0 0 0 14 3 0 0 20 0 19 0 105043761 9856040960 85364 33554432000 1073741824 1073778376 140736478741968 140486702524712 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=8865/tid=8876] ppid=8862 vsize=9625040 CPUtime=0.01 cores=0,2,4,6
/proc/8865/task/8876/stat : 8876 (java) S 8862 8865 5873 0 -1 4202560 59 0 0 0 1 0 0 0 20 0 19 0 105043762 9856040960 85364 33554432000 1073741824 1073778376 140736478741968 140486690327400 214540793769 0 0 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=8865/tid=8877] ppid=8862 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/8865/task/8877/stat : 8877 (java) S 8862 8865 5873 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 105043763 9856040960 85364 33554432000 1073741824 1073778376 140736478741968 140486689273720 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=8865/tid=8878] ppid=8862 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/8865/task/8878/stat : 8878 (java) S 8862 8865 5873 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 105043763 9856040960 85364 33554432000 1073741824 1073778376 140736478741968 140486688220552 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=8865/tid=8879] ppid=8862 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/8865/task/8879/stat : 8879 (java) S 8862 8865 5873 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 105043766 9856040960 85364 33554432000 1073741824 1073778376 140736478741968 140486687169296 214540801824 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=8865/tid=8880] ppid=8862 vsize=9625040 CPUtime=0.39 cores=0,2,4,6
/proc/8865/task/8880/stat : 8880 (java) S 8862 8865 5873 0 -1 4202560 4670 0 0 0 39 0 0 0 20 0 19 0 105043766 9856040960 85364 33554432000 1073741824 1073778376 140736478741968 140486686116152 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=8865/tid=8881] ppid=8862 vsize=9625040 CPUtime=0.41 cores=0,2,4,6
/proc/8865/task/8881/stat : 8881 (java) S 8862 8865 5873 0 -1 4202560 2621 0 0 0 41 0 0 0 20 0 19 0 105043766 9856040960 85364 33554432000 1073741824 1073778376 140736478741968 140486685063608 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=8865/tid=8882] ppid=8862 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/8865/task/8882/stat : 8882 (java) S 8862 8865 5873 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 105043766 9856040960 85364 33554432000 1073741824 1073778376 140736478741968 140486684010744 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=8865/tid=8883] ppid=8862 vsize=9625040 CPUtime=0.53 cores=0,2,4,6
/proc/8865/task/8883/stat : 8883 (java) S 8862 8865 5873 0 -1 4202560 104 0 0 0 27 26 0 0 20 0 19 0 105043766 9856040960 85364 33554432000 1073741824 1073778376 140736478741968 140486682958408 214540793769 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=8865/tid=8884] ppid=8862 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/8865/task/8884/stat : 8884 (java) S 8862 8865 5873 0 -1 4202560 12 0 0 0 0 0 0 0 20 0 19 0 105043790 9856040960 85364 33554432000 1073741824 1073778376 140736478741968 140486681806376 214540793769 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
Current children cumulated CPU time (s) 1800.07
Current children cumulated vsize (KiB) 9625040

Child status: 143
Real time (s): 1798.14
CPU time (s): 1800.79
CPU user time (s): 1799.86
CPU system time (s): 0.930858
CPU usage (%): 100.147
Max. virtual memory (cumulated for all children) (KiB): 9625040

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1799.86
system time used= 0.930858
maximum resident set size= 343444
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 12480
page faults= 1
swaps= 0
block input operations= 0
block output operations= 1192
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 38383
involuntary context switches= 3301

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 9.90549 second user time and 13.4899 second system time

The end

Launcher Data

Begin job on node127 at 2016-06-06 18:38:32
IDJOB=4085193
IDBENCH=2050
IDSOLVER=2546
FILE ID=node127/4085193-1465231112
RUNJOBID= node127-1465216773-5889
PBS_JOBID= 19843202
Free space on /tmp= 71740 MiB

SOLVER NAME= Sat4j PB 2.3.6 Resolution PB16
BENCH NAME= PB06//final/normalized-PB06/OPT-SMALLINT/submitted-PB05/manquinho/logic-synthesis/normalized-f51m.b.opb
COMMAND LINE= java -jar sat4j-pb.jar BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4085193-1465231112/watcher-4085193-1465231112 -o /tmp/evaluation-result-4085193-1465231112/solver-4085193-1465231112 -C 1800 -W 1900 -M 15500 --bin-var /tmp/runsolver-exch-node127-1465216773-5889 --watchdog 1960  java -jar sat4j-pb.jar HOME/instance-4085193-1465231112.opb

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

MD5SUM BENCH= 95b567c682e7e3efe2c93879e0e7c89d
RANDOM SEED=1738611219

node127.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.227
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 0
cpu cores	: 4
apicid		: 0
initial apicid	: 0
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5332.45
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.227
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 0
cpu cores	: 4
apicid		: 16
initial apicid	: 16
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5332.55
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

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

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

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


/proc/meminfo:
MemTotal:       32872528 kB
MemFree:        30379416 kB
Buffers:           18964 kB
Cached:            46200 kB
SwapCached:         1760 kB
Active:           440500 kB
Inactive:          40688 kB
Active(anon):     417648 kB
Inactive(anon):      900 kB
Active(file):      22852 kB
Inactive(file):    39788 kB
Unevictable:     1306504 kB
Mlocked:           16740 kB
SwapTotal:      67108856 kB
SwapFree:       67098476 kB
Dirty:               832 kB
Writeback:             0 kB
AnonPages:       1804152 kB
Mapped:            15340 kB
Shmem:                 0 kB
Slab:             566136 kB
SReclaimable:      10204 kB
SUnreclaim:       555932 kB
KernelStack:        1768 kB
PageTables:         7636 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545120 kB
Committed_AS:    1964120 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346412 kB
VmallocChunk:   34341988032 kB
HardwareCorrupted:     0 kB
AnonHugePages:   1771520 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:        7552 kB
DirectMap2M:    33538048 kB

Free space on /tmp at the end= 71736 MiB
End job on node127 at 2016-06-06 19:08:30