Trace number 4085185

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)59 1800.01 1797.34

General information on the benchmark

Namenormalized-PB06/OPT-SMALLINT/submitted-PB05/
manquinho/logic-synthesis/normalized-alu4.b.opb
MD5SUM9c27419d6022516b3a8580fda3ca43ee
Bench CategoryOPT-SMALLINT (optimisation, small integers)
Best result obtained on this benchmarkSAT
Best value of the objective obtained on this benchmark50
Best CPU time to get the best result obtained on this benchmark1800.02
Has Objective FunctionYES
SatisfiableYES
(Un)Satisfiability was provedYES
Best value of the objective function 50
Optimality of the best value was proved NO
Number of variables807
Total number of constraints1823
Number of constraints which are clauses1823
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 constraint98
Number of terms in the objective function 807
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 807
Number of bits of the sum of numbers in the objective function 10
Biggest number in a constraint 1
Number of bits of the biggest number in a constraint 1
Biggest sum of numbers in a constraint 807
Number of bits of the biggest sum of numbers10
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.00/0.08	c SAT4J: a SATisfiability library for Java (c) 2004-2013 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.09	c version PB16.v20160501
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.11	c Pseudo Boolean Optimization by upper bound
0.09/0.11	c --- Begin Solver configuration ---
0.09/0.11	c org.sat4j.pb.constraints.CompetResolutionPBLongMixedWLClauseCardConstrDataStructure@2b21cc40
0.09/0.11	c Learn all clauses as in MiniSAT
0.09/0.11	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.09/0.11	c VSIDS like heuristics from MiniSAT using a heap lightweight component caching from RSAT taking into account the objective function
0.09/0.11	c No reason simplification
0.09/0.11	c Glucose 2.1 dynamic restart strategy
0.09/0.11	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.09/0.11	c timeout=2147483s
0.09/0.11	c DB Simplification allowed=false
0.09/0.11	c Listener: org.sat4j.minisat.core.VoidTracing@7c64dc11
0.09/0.11	c --- End Solver configuration ---
0.09/0.11	c solving HOME/instance-4085185-1465231337.opb
0.09/0.11	c reading problem ... 
0.09/0.11	c  objective function found
0.56/0.35	c ... done. Wall clock time 0.234s.
0.56/0.35	c declared #vars     807
0.56/0.35	c #constraints  1823
0.56/0.35	c constraints type 
0.56/0.35	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 1687
0.56/0.35	c org.sat4j.specs.Constr$1 => 112
0.56/0.35	c org.sat4j.minisat.constraints.cnf.OriginalBinaryClause => 8
0.56/0.35	c org.sat4j.minisat.constraints.cnf.UnitClause => 16
0.56/0.35	c 1823 constraints processed.
0.56/0.35	c objective function length is 807 literals
0.56/0.36	c SATISFIABLE
0.56/0.36	c OPTIMIZING...
0.56/0.36	c Got one! Elapsed wall clock time (in seconds):0.249
0.56/0.36	o 68
1.15/0.63	c Got one! Elapsed wall clock time (in seconds):0.514
1.15/0.63	o 67
1.33/0.79	c cleaning 2620 clauses out of 5250 with flag 6355/5250
1.69/1.06	c cleaning 4307 clauses out of 8631 with flag 19634/11251
2.01/1.37	c cleaning 5656 clauses out of 11325 with flag 35879/18252
2.32/1.67	c Got one! Elapsed wall clock time (in seconds):1.561
2.32/1.67	o 66
2.83/2.10	c cleaning 8550 clauses out of 17102 with flag 13661/29685
3.45/2.73	c cleaning 7270 clauses out of 14552 with flag 37452/35685
4.25/3.54	c cleaning 7127 clauses out of 14284 with flag 60265/42687
5.16/4.41	c cleaning 7561 clauses out of 15154 with flag 87402/50684
6.15/5.40	c cleaning 8282 clauses out of 16599 with flag 117737/59690
7.25/6.51	c cleaning 9136 clauses out of 18312 with flag 155479/69685
8.46/7.78	c cleaning 10055 clauses out of 20176 with flag 200205/80685
9.75/9.04	c cleaning 11060 clauses out of 22120 with flag 261912/92684
11.45/10.79	c cleaning 12019 clauses out of 24060 with flag 308733/105684
13.45/12.70	c cleaning 13021 clauses out of 26044 with flag 362646/119687
15.45/14.75	c cleaning 13995 clauses out of 28020 with flag 421703/134684
17.65/16.96	c cleaning 15001 clauses out of 30025 with flag 485276/150684
20.05/19.38	c cleaning 16005 clauses out of 32024 with flag 554924/167684
22.94/22.27	c cleaning 17005 clauses out of 34019 with flag 615932/185684
23.96/23.25	c Got one! Elapsed wall clock time (in seconds):23.139
23.96/23.25	o 65
24.56/23.82	c cleaning 14509 clauses out of 29022 with flag 18277/197692
25.26/24.54	c cleaning 10249 clauses out of 20513 with flag 40737/203692
25.96/25.25	c cleaning 8609 clauses out of 17264 with flag 66006/210692
26.76/26.05	c cleaning 8306 clauses out of 16659 with flag 94744/218696
27.66/26.94	c cleaning 8649 clauses out of 17350 with flag 126781/227693
28.66/27.96	c cleaning 9331 clauses out of 18705 with flag 164159/237697
29.86/29.11	c cleaning 10171 clauses out of 20369 with flag 207565/248692
31.06/30.35	c cleaning 11069 clauses out of 22198 with flag 253228/260692
32.47/31.75	c cleaning 12041 clauses out of 24130 with flag 298379/273693
33.97/33.22	c cleaning 13040 clauses out of 26090 with flag 351860/287694
35.67/34.99	c cleaning 14014 clauses out of 28048 with flag 415485/302692
37.77/37.03	c cleaning 14984 clauses out of 30036 with flag 483594/318694
39.97/39.22	c cleaning 16000 clauses out of 32053 with flag 554289/335695
42.27/41.52	c cleaning 17025 clauses out of 34050 with flag 626113/353692
44.78/44.10	c cleaning 17987 clauses out of 36025 with flag 703426/372692
47.77/47.04	c cleaning 19023 clauses out of 38045 with flag 783459/392699
50.87/50.14	c cleaning 19990 clauses out of 40015 with flag 860591/413692
54.07/53.36	c cleaning 21000 clauses out of 42025 with flag 947944/435692
57.57/56.89	c cleaning 22003 clauses out of 44028 with flag 1035047/458695
61.87/61.11	c cleaning 23000 clauses out of 46022 with flag 1121337/482692
65.07/64.37	c Got one! Elapsed wall clock time (in seconds):64.258
65.07/64.37	o 64
65.90/65.15	c cleaning 24375 clauses out of 48777 with flag 17632/508447
66.70/65.91	c cleaning 15181 clauses out of 30400 with flag 41134/514445
67.40/66.66	c cleaning 11107 clauses out of 22221 with flag 66343/521447
68.20/67.42	c cleaning 9556 clauses out of 19112 with flag 98790/529445
69.11/68.36	c cleaning 9240 clauses out of 18556 with flag 131425/538445
70.11/69.35	c cleaning 9634 clauses out of 19316 with flag 171462/548445
71.21/70.44	c cleaning 10327 clauses out of 20685 with flag 213442/559448
72.31/71.59	c cleaning 11155 clauses out of 22355 with flag 261117/571445
73.60/72.86	c cleaning 12071 clauses out of 24200 with flag 317390/584445
75.00/74.29	c cleaning 13047 clauses out of 26131 with flag 378253/598447
76.71/75.99	c cleaning 14032 clauses out of 28082 with flag 438854/613445
78.60/77.82	c cleaning 15010 clauses out of 30050 with flag 500573/629445
80.70/79.93	c cleaning 16013 clauses out of 32042 with flag 570902/646447
82.70/81.98	c cleaning 16999 clauses out of 34032 with flag 642161/664450
85.00/84.28	c cleaning 18006 clauses out of 36028 with flag 715635/683445
87.50/86.76	c cleaning 19007 clauses out of 38022 with flag 788824/703445
90.10/89.35	c cleaning 19993 clauses out of 40015 with flag 863829/724445
93.40/92.64	c cleaning 20991 clauses out of 42022 with flag 939687/746445
97.20/96.42	c cleaning 22011 clauses out of 44032 with flag 1024842/769446
101.20/100.46	c cleaning 22999 clauses out of 46021 with flag 1103571/793446
105.52/104.78	c cleaning 23995 clauses out of 48024 with flag 1181993/818448
109.32/108.50	c cleaning 24983 clauses out of 50026 with flag 1280006/844445
112.92/112.19	c cleaning 26005 clauses out of 52043 with flag 1378409/871445
117.82/117.02	c cleaning 27014 clauses out of 54038 with flag 1471919/899445
122.52/121.76	c cleaning 27988 clauses out of 56024 with flag 1573814/928445
128.12/127.35	c cleaning 29009 clauses out of 58036 with flag 1675803/958445
134.33/133.58	c cleaning 30010 clauses out of 60028 with flag 1775647/989446
140.66/139.86	c cleaning 30996 clauses out of 62017 with flag 1880530/1021445
146.95/146.16	c cleaning 31992 clauses out of 64021 with flag 1994287/1054445
155.05/154.24	c cleaning 32976 clauses out of 66029 with flag 2103487/1088445
162.95/162.18	c cleaning 34013 clauses out of 68053 with flag 2220326/1123445
163.35/162.55	c Got one! Elapsed wall clock time (in seconds):162.442
163.35/162.55	o 63
163.86/163.03	c cleaning 19914 clauses out of 39870 with flag 14549/1129275
164.46/163.70	c cleaning 12952 clauses out of 25954 with flag 34763/1135273
165.26/164.41	c cleaning 9983 clauses out of 20004 with flag 57827/1142275
166.06/165.24	c cleaning 8980 clauses out of 18019 with flag 85998/1150273
166.86/166.10	c cleaning 9007 clauses out of 18040 with flag 126661/1159274
167.96/167.16	c cleaning 9500 clauses out of 19032 with flag 168840/1169273
169.16/168.33	c cleaning 10259 clauses out of 20533 with flag 213620/1180274
170.46/169.61	c cleaning 11120 clauses out of 22273 with flag 260835/1192273
171.86/171.05	c cleaning 12047 clauses out of 24153 with flag 317143/1205273
173.56/172.78	c cleaning 13049 clauses out of 26109 with flag 367466/1219276
175.45/174.67	c cleaning 14025 clauses out of 28058 with flag 423834/1234274
177.66/176.86	c cleaning 14988 clauses out of 30032 with flag 480134/1250273
179.96/179.18	c cleaning 15990 clauses out of 32044 with flag 543652/1267273
182.56/181.79	c cleaning 17020 clauses out of 34054 with flag 606334/1285273
185.66/184.83	c cleaning 18010 clauses out of 36035 with flag 688862/1304274
186.05/185.24	c Got one! Elapsed wall clock time (in seconds):185.127
186.05/185.24	o 62
186.36/185.51	c cleaning 11883 clauses out of 23793 with flag 13269/1310042
186.96/186.11	c cleaning 8950 clauses out of 17912 with flag 38943/1316044
187.66/186.84	c cleaning 7960 clauses out of 15960 with flag 61920/1323042
188.46/187.65	c cleaning 7986 clauses out of 16000 with flag 93193/1331042
189.46/188.61	c cleaning 8506 clauses out of 17019 with flag 124510/1340047
190.56/189.79	c cleaning 9239 clauses out of 18509 with flag 154802/1350043
191.96/191.16	c cleaning 10102 clauses out of 20269 with flag 190976/1361042
193.47/192.64	c cleaning 11047 clauses out of 22167 with flag 235355/1373042
195.06/194.29	c cleaning 12059 clauses out of 24120 with flag 284531/1386042
197.16/196.31	c cleaning 12992 clauses out of 26061 with flag 331660/1400042
199.39/198.53	c cleaning 14014 clauses out of 28069 with flag 388497/1415042
201.69/200.83	c cleaning 15005 clauses out of 30055 with flag 445250/1431042
204.29/203.47	c cleaning 16011 clauses out of 32050 with flag 501112/1448042
207.09/206.21	c cleaning 17015 clauses out of 34039 with flag 564015/1466042
210.19/209.38	c cleaning 17985 clauses out of 36026 with flag 625854/1485044
213.69/212.87	c cleaning 19015 clauses out of 38039 with flag 692578/1505042
217.39/216.51	c cleaning 20013 clauses out of 40025 with flag 763001/1526043
221.29/220.41	c cleaning 20999 clauses out of 42014 with flag 834873/1548045
224.80/223.91	c cleaning 21996 clauses out of 44014 with flag 919474/1571044
225.20/224.39	c Got one! Elapsed wall clock time (in seconds):224.275
225.20/224.39	o 61
225.32/224.47	c cleaning 13556 clauses out of 27150 with flag 4559/1576176
225.81/224.97	c cleaning 9784 clauses out of 19595 with flag 32846/1582177
226.42/225.56	c cleaning 8375 clauses out of 16810 with flag 66871/1589176
227.11/226.22	c cleaning 8190 clauses out of 16435 with flag 107032/1597176
227.91/227.02	c cleaning 8592 clauses out of 17245 with flag 150709/1606176
228.91/228.02	c cleaning 9325 clauses out of 18654 with flag 195211/1616177
230.01/229.12	c cleaning 10158 clauses out of 20328 with flag 241001/1627176
231.31/230.45	c cleaning 11076 clauses out of 22174 with flag 282892/1639180
233.02/232.18	c cleaning 12045 clauses out of 24094 with flag 326527/1652176
235.01/234.11	c cleaning 13011 clauses out of 26054 with flag 370057/1666181
237.01/236.13	c cleaning 14010 clauses out of 28040 with flag 421522/1681178
239.21/238.33	c cleaning 15013 clauses out of 30029 with flag 474165/1697177
241.31/240.43	c cleaning 16008 clauses out of 32018 with flag 541029/1714179
243.91/243.09	c cleaning 16993 clauses out of 34010 with flag 601865/1732179
246.61/245.79	c cleaning 18002 clauses out of 36014 with flag 669010/1751176
249.91/249.04	c cleaning 18988 clauses out of 38014 with flag 742115/1771178
253.61/252.74	c cleaning 19996 clauses out of 40024 with flag 813126/1792176
257.43/256.60	c cleaning 21002 clauses out of 42034 with flag 886586/1814182
261.54/260.66	c cleaning 22001 clauses out of 44026 with flag 960772/1837176
265.64/264.76	c cleaning 23010 clauses out of 46027 with flag 1038404/1861178
266.94/266.06	c Got one! Elapsed wall clock time (in seconds):265.945
266.94/266.06	o 60
267.64/266.79	c cleaning 18479 clauses out of 37039 with flag 23979/1875200
268.35/267.47	c cleaning 12279 clauses out of 24559 with flag 50709/1881199
269.04/268.13	c cleaning 9631 clauses out of 19281 with flag 81121/1888200
269.74/268.86	c cleaning 8812 clauses out of 17649 with flag 119237/1896199
270.64/269.74	c cleaning 8894 clauses out of 17837 with flag 158584/1905199
271.65/270.72	c cleaning 9472 clauses out of 18943 with flag 199169/1915199
272.84/271.99	c cleaning 10235 clauses out of 20471 with flag 238847/1926199
274.44/273.50	c cleaning 11108 clauses out of 22236 with flag 279654/1938199
276.05/275.19	c cleaning 12050 clauses out of 24134 with flag 324459/1951205
277.94/277.08	c cleaning 13020 clauses out of 26079 with flag 374864/1965200
279.94/279.03	c cleaning 14029 clauses out of 28058 with flag 429345/1980199
282.14/281.20	c cleaning 15007 clauses out of 30030 with flag 482205/1996200
284.44/283.58	c cleaning 15984 clauses out of 32022 with flag 538038/2013199
287.24/286.32	c cleaning 17018 clauses out of 34038 with flag 596697/2031199
290.54/289.61	c cleaning 18005 clauses out of 36020 with flag 655898/2050199
293.94/293.02	c cleaning 18995 clauses out of 38018 with flag 716154/2070202
297.44/296.51	c cleaning 20003 clauses out of 40021 with flag 780547/2091200
301.44/300.58	c cleaning 20996 clauses out of 42017 with flag 847749/2113199
306.04/305.11	c cleaning 21993 clauses out of 44021 with flag 916916/2136199
310.44/309.57	c cleaning 22992 clauses out of 46033 with flag 990970/2160204
314.94/314.03	c cleaning 24017 clauses out of 48037 with flag 1078923/2185200
319.94/319.10	c cleaning 25000 clauses out of 50020 with flag 1162717/2211200
325.12/324.14	c cleaning 25981 clauses out of 52019 with flag 1255008/2238199
330.51/329.54	c cleaning 26992 clauses out of 54040 with flag 1346280/2266201
335.92/334.96	c cleaning 28005 clauses out of 56047 with flag 1440637/2295200
342.03/341.04	c cleaning 28999 clauses out of 58042 with flag 1541805/2325200
348.52/347.52	c cleaning 30017 clauses out of 60042 with flag 1647102/2356199
355.33/354.38	c cleaning 30999 clauses out of 62025 with flag 1748093/2388199
362.52/361.54	c cleaning 32004 clauses out of 64027 with flag 1851985/2421200
369.92/368.92	c cleaning 33004 clauses out of 66022 with flag 1964284/2455199
377.72/376.76	c cleaning 33982 clauses out of 68020 with flag 2071765/2490201
385.92/385.00	c cleaning 34997 clauses out of 70036 with flag 2183759/2526199
395.12/394.15	c cleaning 36017 clauses out of 72040 with flag 2297856/2563200
405.02/404.06	c cleaning 36992 clauses out of 74023 with flag 2412363/2601200
415.20/414.19	c cleaning 38004 clauses out of 76030 with flag 2524641/2640199
425.40/424.33	c cleaning 39001 clauses out of 78028 with flag 2643438/2680201
434.80/433.76	c cleaning 40002 clauses out of 80025 with flag 2769635/2721199
444.51/443.47	c cleaning 40995 clauses out of 82023 with flag 2901097/2763199
455.10/454.01	c cleaning 42010 clauses out of 84028 with flag 3034625/2806199
465.59/464.53	c cleaning 42999 clauses out of 86018 with flag 3168289/2850199
476.98/475.95	c cleaning 43981 clauses out of 88020 with flag 3302175/2895200
488.79/487.71	c cleaning 44991 clauses out of 90038 with flag 3437776/2941199
501.38/500.31	c cleaning 46007 clauses out of 92047 with flag 3580156/2988199
513.67/512.60	c cleaning 47007 clauses out of 94042 with flag 3725575/3036201
525.57/524.42	c cleaning 48011 clauses out of 96037 with flag 3882258/3085203
538.88/537.75	c cleaning 49007 clauses out of 98025 with flag 4036668/3135202
552.18/551.03	c cleaning 49987 clauses out of 100015 with flag 4199590/3186199
566.48/565.33	c cleaning 50991 clauses out of 102028 with flag 4353215/3238199
581.58/580.48	c cleaning 52010 clauses out of 104037 with flag 4513305/3291199
596.99/595.87	c cleaning 52996 clauses out of 106027 with flag 4677259/3345199
612.01/610.72	c cleaning 54001 clauses out of 108031 with flag 4844111/3400199
628.42/627.16	c cleaning 55005 clauses out of 110033 with flag 5018557/3456202
644.82/643.54	c cleaning 55981 clauses out of 112026 with flag 5188400/3513200
663.52/662.23	c cleaning 57009 clauses out of 114047 with flag 5364663/3571202
685.41/684.18	c cleaning 58015 clauses out of 116037 with flag 5541732/3630201
706.81/705.54	c cleaning 59010 clauses out of 118020 with flag 5720210/3690199
729.66/728.26	c cleaning 60001 clauses out of 120015 with flag 5900827/3751204
749.15/747.72	c cleaning 60995 clauses out of 122009 with flag 6090714/3813199
772.25/770.85	c cleaning 62001 clauses out of 124014 with flag 6278053/3876199
796.45/795.08	c cleaning 62997 clauses out of 126013 with flag 6475634/3940199
823.56/822.14	c cleaning 64004 clauses out of 128017 with flag 6665185/4005200
849.06/847.67	c cleaning 65000 clauses out of 130012 with flag 6865650/4071199
872.81/871.28	c cleaning 65990 clauses out of 132012 with flag 7072691/4138199
897.90/896.30	c cleaning 66998 clauses out of 134022 with flag 7291375/4206199
922.60/921.05	c cleaning 67991 clauses out of 136026 with flag 7514036/4275201
950.71/949.15	c cleaning 69014 clauses out of 138035 with flag 7738969/4345201
974.91/973.38	c cleaning 70001 clauses out of 140019 with flag 7965353/4416199
997.83/996.14	c cleaning 70984 clauses out of 142018 with flag 8196751/4488199
1018.64/1016.94	c cleaning 72009 clauses out of 144034 with flag 8470436/4561199
1030.74/1029.03	c Got one! Elapsed wall clock time (in seconds):1028.919
1030.74/1029.03	o 59
1031.85/1030.11	c cleaning 65640 clauses out of 131279 with flag 21057/4620453
1032.46/1030.71	c cleaning 35799 clauses out of 71638 with flag 46930/4626452
1033.15/1031.41	c cleaning 21394 clauses out of 42839 with flag 76524/4633452
1033.85/1032.17	c cleaning 14709 clauses out of 29450 with flag 108226/4641457
1034.76/1033.02	c cleaning 11839 clauses out of 23740 with flag 139596/4650456
1035.65/1033.96	c cleaning 10928 clauses out of 21897 with flag 176207/4660452
1036.65/1034.95	c cleaning 10972 clauses out of 21969 with flag 221048/4671452
1037.75/1036.00	c cleaning 11490 clauses out of 22998 with flag 269311/4683453
1039.06/1037.35	c cleaning 12225 clauses out of 24508 with flag 319060/4696453
1040.45/1038.76	c cleaning 13124 clauses out of 26282 with flag 370592/4710452
1041.95/1040.27	c cleaning 14068 clauses out of 28158 with flag 431385/4725452
1043.65/1041.95	c cleaning 15040 clauses out of 30091 with flag 498661/4741453
1045.55/1043.75	c cleaning 16015 clauses out of 32050 with flag 562922/4758452
1047.35/1045.59	c cleaning 17013 clauses out of 34039 with flag 636592/4776456
1049.85/1048.02	c cleaning 17998 clauses out of 36022 with flag 703904/4795452
1052.15/1050.31	c cleaning 19006 clauses out of 38027 with flag 777065/4815455
1054.55/1052.75	c cleaning 19997 clauses out of 40018 with flag 859600/4836452
1057.26/1055.43	c cleaning 20987 clauses out of 42021 with flag 944068/4858452
1060.36/1058.55	c cleaning 22007 clauses out of 44034 with flag 1027399/4881452
1063.86/1062.05	c cleaning 22996 clauses out of 46027 with flag 1110276/4905452
1067.45/1065.69	c cleaning 23989 clauses out of 48031 with flag 1195090/4930452
1071.66/1069.80	c cleaning 25022 clauses out of 50043 with flag 1287395/4956453
1075.75/1073.90	c cleaning 26001 clauses out of 52020 with flag 1393954/4983452
1079.35/1077.59	c cleaning 27001 clauses out of 54019 with flag 1502660/5011452
1083.65/1081.88	c cleaning 28006 clauses out of 56019 with flag 1624270/5040453
1089.11/1087.23	c cleaning 28996 clauses out of 58014 with flag 1727413/5070454
1094.51/1092.62	c cleaning 29966 clauses out of 60022 with flag 1842487/5101458
1100.92/1099.04	c cleaning 31021 clauses out of 62051 with flag 1952563/5133453
1107.61/1105.78	c cleaning 32004 clauses out of 64033 with flag 2064682/5166456
1113.91/1112.07	c cleaning 33004 clauses out of 66025 with flag 2184107/5200452
1121.41/1119.56	c cleaning 33990 clauses out of 68021 with flag 2302010/5235452
1128.82/1126.98	c cleaning 34983 clauses out of 70031 with flag 2425220/5271452
1137.62/1135.75	c cleaning 35983 clauses out of 72048 with flag 2544233/5308452
1146.62/1144.77	c cleaning 37023 clauses out of 74065 with flag 2669510/5346452
1156.30/1154.33	c cleaning 38021 clauses out of 76042 with flag 2797132/5385452
1165.00/1163.04	c cleaning 38989 clauses out of 78021 with flag 2936710/5425452
1173.70/1171.77	c cleaning 40009 clauses out of 80033 with flag 3095091/5466453
1182.31/1180.37	c cleaning 40991 clauses out of 82024 with flag 3257360/5508453
1191.70/1189.76	c cleaning 41995 clauses out of 84032 with flag 3411781/5551452
1199.60/1197.69	c cleaning 43016 clauses out of 86037 with flag 3572467/5595452
1208.81/1206.80	c cleaning 44002 clauses out of 88022 with flag 3735807/5640453
1218.71/1216.63	c cleaning 45001 clauses out of 90021 with flag 3903051/5686454
1228.00/1225.91	c cleaning 45991 clauses out of 92018 with flag 4076119/5733452
1237.90/1235.83	c cleaning 47007 clauses out of 94027 with flag 4260114/5781452
1248.51/1246.48	c cleaning 48000 clauses out of 96020 with flag 4436000/5830452
1258.90/1256.87	c cleaning 48987 clauses out of 98020 with flag 4631295/5880452
1268.60/1266.56	c cleaning 50012 clauses out of 100037 with flag 4830034/5931456
1279.48/1277.35	c cleaning 50996 clauses out of 102021 with flag 5017084/5983452
1291.78/1289.69	c cleaning 52013 clauses out of 104029 with flag 5190501/6036456
1302.28/1300.15	c cleaning 53006 clauses out of 106013 with flag 5390175/6090453
1314.48/1312.37	c cleaning 53985 clauses out of 108006 with flag 5587712/6145452
1328.59/1326.41	c cleaning 54982 clauses out of 110021 with flag 5785119/6201452
1341.31/1339.02	c cleaning 56006 clauses out of 112042 with flag 5981331/6258455
1357.51/1355.21	c cleaning 57000 clauses out of 114033 with flag 6177914/6316452
1374.90/1372.63	c cleaning 58003 clauses out of 116033 with flag 6368412/6375452
1393.91/1391.63	c cleaning 59005 clauses out of 118030 with flag 6562304/6435452
1414.01/1411.70	c cleaning 59998 clauses out of 120027 with flag 6752311/6496454
1435.44/1433.08	c cleaning 61001 clauses out of 122027 with flag 6944471/6558452
1455.54/1453.14	c cleaning 61996 clauses out of 124026 with flag 7138691/6621452
1474.53/1472.12	c cleaning 62979 clauses out of 126030 with flag 7359667/6685452
1491.23/1488.87	c cleaning 64009 clauses out of 128051 with flag 7591765/6750452
1508.63/1506.11	c cleaning 65013 clauses out of 130042 with flag 7827311/6816452
1527.13/1524.66	c cleaning 65998 clauses out of 132032 with flag 8070182/6883455
1546.32/1543.89	c cleaning 67005 clauses out of 134031 with flag 8310678/6951452
1573.32/1570.84	c cleaning 68005 clauses out of 136028 with flag 8523502/7020454
1593.09/1590.51	c cleaning 68998 clauses out of 138022 with flag 8777686/7090453
1613.40/1610.83	c cleaning 69998 clauses out of 140031 with flag 9046709/7161460
1637.09/1634.55	c cleaning 70975 clauses out of 142025 with flag 9308254/7233452
1658.99/1656.40	c cleaning 72018 clauses out of 144052 with flag 9572048/7306454
1686.73/1684.14	c cleaning 73004 clauses out of 146033 with flag 9829124/7380453
1714.03/1711.42	c cleaning 74015 clauses out of 148029 with flag 10072040/7455453
1739.73/1737.10	c cleaning 74988 clauses out of 150013 with flag 10312838/7531452
1764.91/1762.25	c cleaning 76000 clauses out of 152026 with flag 10581694/7608453
1793.91/1791.25	c cleaning 76972 clauses out of 154025 with flag 10854456/7686452
1800.01/1797.30	c starts		: 3601
1800.01/1797.30	c conflicts		: 7714019
1800.01/1797.30	c decisions		: 42256935
1800.01/1797.30	c propagations		: 1374600578
1800.01/1797.30	c inspects		: 33560329368
1800.01/1797.30	c shortcuts		: 0
1800.01/1797.30	c learnt literals	: 0
1800.01/1797.30	c learnt binary clauses	: 0
1800.01/1797.30	c learnt ternary clauses	: 0
1800.01/1797.30	c learnt constraints	: 7714019
1800.01/1797.30	c ignored constraints	: 0
1800.01/1797.30	c root simplifications	: 0
1800.01/1797.30	c removed literals (reason simplification)	: 0
1800.01/1797.30	c reason swapping (by a shorter reason)	: 0
1800.01/1797.30	c Calls to reduceDB	: 265
1800.01/1797.30	c Number of update (reduction) of LBD	: 3665254
1800.01/1797.30	c Imported unit clauses	: 0
1800.01/1797.30	c number of reductions to clauses (during analyze)	: 0
1800.01/1797.30	c number of learned constraints concerned by reduction	: 0
1800.01/1797.30	c number of learning phase by resolution	: 0
1800.01/1797.30	c number of learning phase by cutting planes	: 0
1800.01/1797.30	c speed (assignments/second)	: 764962.7496798744
1800.01/1797.30	c non guided choices	0
1800.01/1797.33	c learnt constraints type 
1800.01/1797.33	c org.sat4j.minisat.constraints.cnf.LearntWLClause => 104620
1800.01/1797.33	s SATISFIABLE
1800.01/1797.33	c Found 10 solution(s)
1800.01/1797.33	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 
1800.01/1797.33	c objective function=59
1800.01/1797.33	c Total wall clock time (in seconds): 1797.219

Verifier Data

OK	59

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-4085185-1465231337/watcher-4085185-1465231337 -o /tmp/evaluation-result-4085185-1465231337/solver-4085185-1465231337 -C 1800 -W 1900 -M 15500 --bin-var /tmp/runsolver-exch-node139-1465220260-9034 --watchdog 1960 java -jar sat4j-pb.jar HOME/instance-4085185-1465231337.opb 

pid=10471
running on 4 cores: 1,3,5,7

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


[startup+0 s]
/proc/loadavg: 2.25 2.20 2.19 3/194 10474
/proc/meminfo: memFree=30123428/32872528 swapFree=17452/1581112
[pid=10474] ppid=10471 vsize=9160 CPUtime=0 cores=1,3,5,7
/proc/10474/stat : 10474 (java) R 10471 10474 9017 0 -1 4202496 433 0 0 0 0 0 0 0 20 0 1 0 105065628 9379840 89 33554432000 1073741824 1073778376 140736997147888 140736997145016 248790026496 0 0 4096 0 0 0 0 17 5 0 0 0 0 0
/proc/10474/statm: 2290 106 80 9 0 38 0

[startup+0.100045 s]
/proc/loadavg: 2.25 2.20 2.19 3/194 10474
/proc/meminfo: memFree=30123428/32872528 swapFree=17452/1581112
[pid=10474] ppid=10471 vsize=9558476 CPUtime=0.09 cores=1,3,5,7
/proc/10474/stat : 10474 (java) S 10471 10474 9017 0 -1 4202496 4453 0 1 0 8 1 0 0 20 0 18 0 105065628 9787879424 5571 33554432000 1073741824 1073778376 140736997147888 140736997139024 248793563197 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/10474/statm: 2389619 5571 2125 9 0 2380296 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 9558476

[startup+0.20022 s]
/proc/loadavg: 2.25 2.20 2.19 3/194 10474
/proc/meminfo: memFree=30123428/32872528 swapFree=17452/1581112
[pid=10474] ppid=10471 vsize=9558476 CPUtime=0.28 cores=1,3,5,7
/proc/10474/stat : 10474 (java) S 10471 10474 9017 0 -1 4202496 5040 0 1 0 27 1 0 0 20 0 18 0 105065628 9787879424 7039 33554432000 1073741824 1073778376 140736997147888 140736997139024 248793563197 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/10474/statm: 2389619 7039 2216 9 0 2380296 0
Current children cumulated CPU time (s) 0.28
Current children cumulated vsize (KiB) 9558476

[startup+0.300259 s]
/proc/loadavg: 2.25 2.20 2.19 3/194 10474
/proc/meminfo: memFree=30123428/32872528 swapFree=17452/1581112
[pid=10474] ppid=10471 vsize=9558476 CPUtime=0.56 cores=1,3,5,7
/proc/10474/stat : 10474 (java) S 10471 10474 9017 0 -1 4202496 7897 0 1 0 54 2 0 0 20 0 18 0 105065628 9787879424 10194 33554432000 1073741824 1073778376 140736997147888 140736997139024 248793563197 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/10474/statm: 2389619 10194 2232 9 0 2380296 0
Current children cumulated CPU time (s) 0.56
Current children cumulated vsize (KiB) 9558476

[startup+0.700144 s]
/proc/loadavg: 2.25 2.20 2.19 3/194 10474
/proc/meminfo: memFree=30123428/32872528 swapFree=17452/1581112
[pid=10474] ppid=10471 vsize=9625040 CPUtime=1.33 cores=1,3,5,7
/proc/10474/stat : 10474 (java) S 10471 10474 9017 0 -1 4202496 10206 0 1 0 130 3 0 0 20 0 19 0 105065628 9856040960 14829 33554432000 1073741824 1073778376 140736997147888 140736997139024 248793563197 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/10474/statm: 2406260 14829 2261 9 0 2396937 0
Current children cumulated CPU time (s) 1.33
Current children cumulated vsize (KiB) 9625040

[startup+1.50086 s]
/proc/loadavg: 2.25 2.20 2.19 3/213 10493
/proc/meminfo: memFree=30069992/32872528 swapFree=17452/1581112
[pid=10474] ppid=10471 vsize=9625040 CPUtime=2.22 cores=1,3,5,7
/proc/10474/stat : 10474 (java) S 10471 10474 9017 0 -1 4202496 10309 0 1 0 219 3 0 0 20 0 19 0 105065628 9856040960 16432 33554432000 1073741824 1073778376 140736997147888 140736997139024 248793563197 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/10474/statm: 2406260 16432 2267 9 0 2396937 0
[pid=10474/tid=10476] ppid=10471 vsize=9625040 CPUtime=1.46 cores=1,3,5,7
/proc/10474/task/10476/stat : 10476 (java) R 10471 10474 9017 0 -1 4202560 2473 0 1 0 145 1 0 0 20 0 19 0 105065629 9856040960 16432 33554432000 1073741824 1073778376 140736997147888 140220753374928 140220626567272 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0
[pid=10474/tid=10477] ppid=10471 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/10474/task/10477/stat : 10477 (java) S 10471 10474 9017 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 105065630 9856040960 16432 33554432000 1073741824 1073778376 140736997147888 140220597402408 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=10474/tid=10478] ppid=10471 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/10474/task/10478/stat : 10478 (java) S 10471 10474 9017 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 105065630 9856040960 16432 33554432000 1073741824 1073778376 140736997147888 140220596349608 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=10474/tid=10479] ppid=10471 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/10474/task/10479/stat : 10479 (java) S 10471 10474 9017 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 105065630 9856040960 16432 33554432000 1073741824 1073778376 140736997147888 140220595297320 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=10474/tid=10480] ppid=10471 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/10474/task/10480/stat : 10480 (java) S 10471 10474 9017 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 105065630 9856040960 16432 33554432000 1073741824 1073778376 140736997147888 140220594244520 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=10474/tid=10481] ppid=10471 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/10474/task/10481/stat : 10481 (java) S 10471 10474 9017 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 105065630 9856040960 16432 33554432000 1073741824 1073778376 140736997147888 140220593191208 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=10474/tid=10482] ppid=10471 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/10474/task/10482/stat : 10482 (java) S 10471 10474 9017 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 105065630 9856040960 16432 33554432000 1073741824 1073778376 140736997147888 140220592138408 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=10474/tid=10483] ppid=10471 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/10474/task/10483/stat : 10483 (java) S 10471 10474 9017 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 105065630 9856040960 16432 33554432000 1073741824 1073778376 140736997147888 140220591086120 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=10474/tid=10484] ppid=10471 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/10474/task/10484/stat : 10484 (java) S 10471 10474 9017 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 105065630 9856040960 16432 33554432000 1073741824 1073778376 140736997147888 140220590033320 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=10474/tid=10485] ppid=10471 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/10474/task/10485/stat : 10485 (java) S 10471 10474 9017 0 -1 4202560 5 0 0 0 0 0 0 0 20 0 19 0 105065632 9856040960 16432 33554432000 1073741824 1073778376 140736997147888 140220577622760 248793577385 0 0 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=10474/tid=10486] ppid=10471 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/10474/task/10486/stat : 10486 (java) S 10471 10474 9017 0 -1 4202560 16 0 0 0 0 0 0 0 20 0 19 0 105065632 9856040960 16432 33554432000 1073741824 1073778376 140736997147888 140220576568824 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=10474/tid=10487] ppid=10471 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/10474/task/10487/stat : 10487 (java) S 10471 10474 9017 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 105065632 9856040960 16432 33554432000 1073741824 1073778376 140736997147888 140220575516424 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=10474/tid=10488] ppid=10471 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/10474/task/10488/stat : 10488 (java) S 10471 10474 9017 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 105065634 9856040960 16432 33554432000 1073741824 1073778376 140736997147888 140220574464912 248793585440 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=10474/tid=10489] ppid=10471 vsize=9625040 CPUtime=0.4 cores=1,3,5,7
/proc/10474/task/10489/stat : 10489 (java) S 10471 10474 9017 0 -1 4202560 4066 0 0 0 39 1 0 0 20 0 19 0 105065634 9856040960 16432 33554432000 1073741824 1073778376 140736997147888 140220573411512 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=10474/tid=10490] ppid=10471 vsize=9625040 CPUtime=0.31 cores=1,3,5,7
/proc/10474/task/10490/stat : 10490 (java) S 10471 10474 9017 0 -1 4202560 2493 0 0 0 31 0 0 0 20 0 19 0 105065634 9856040960 16432 33554432000 1073741824 1073778376 140736997147888 140220572358712 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=10474/tid=10491] ppid=10471 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/10474/task/10491/stat : 10491 (java) S 10471 10474 9017 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 105065634 9856040960 16432 33554432000 1073741824 1073778376 140736997147888 140220571306616 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=10474/tid=10492] ppid=10471 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/10474/task/10492/stat : 10492 (java) S 10471 10474 9017 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 105065634 9856040960 16432 33554432000 1073741824 1073778376 140736997147888 140220570254024 248793577385 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=10474/tid=10493] ppid=10471 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/10474/task/10493/stat : 10493 (java) S 10471 10474 9017 0 -1 4202560 12 0 0 0 0 0 0 0 20 0 19 0 105065664 9856040960 16432 33554432000 1073741824 1073778376 140736997147888 140220569150888 248793577385 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
Current children cumulated CPU time (s) 2.22
Current children cumulated vsize (KiB) 9625040

[startup+3.10072 s]
/proc/loadavg: 2.25 2.20 2.19 4/213 10493
/proc/meminfo: memFree=30059132/32872528 swapFree=17456/1581116
[pid=10474] ppid=10471 vsize=9625040 CPUtime=3.85 cores=1,3,5,7
/proc/10474/stat : 10474 (java) S 10471 10474 9017 0 -1 4202496 10386 0 1 0 382 3 0 0 20 0 19 0 105065628 9856040960 18480 33554432000 1073741824 1073778376 140736997147888 140736997139024 248793563197 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/10474/statm: 2406260 18480 2267 9 0 2396937 0
[pid=10474/tid=10476] ppid=10471 vsize=9625040 CPUtime=3.05 cores=1,3,5,7
/proc/10474/task/10476/stat : 10476 (java) R 10471 10474 9017 0 -1 4202560 2478 0 1 0 304 1 0 0 20 0 19 0 105065629 9856040960 18480 33554432000 1073741824 1073778376 140736997147888 140220753374912 140220626163497 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0
[pid=10474/tid=10477] ppid=10471 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/10474/task/10477/stat : 10477 (java) S 10471 10474 9017 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 105065630 9856040960 18480 33554432000 1073741824 1073778376 140736997147888 140220597402408 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=10474/tid=10478] ppid=10471 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/10474/task/10478/stat : 10478 (java) S 10471 10474 9017 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 105065630 9856040960 18480 33554432000 1073741824 1073778376 140736997147888 140220596349608 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=10474/tid=10479] ppid=10471 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/10474/task/10479/stat : 10479 (java) S 10471 10474 9017 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 105065630 9856040960 18480 33554432000 1073741824 1073778376 140736997147888 140220595297320 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=10474/tid=10480] ppid=10471 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/10474/task/10480/stat : 10480 (java) S 10471 10474 9017 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 105065630 9856040960 18480 33554432000 1073741824 1073778376 140736997147888 140220594244520 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=10474/tid=10481] ppid=10471 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/10474/task/10481/stat : 10481 (java) S 10471 10474 9017 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 105065630 9856040960 18480 33554432000 1073741824 1073778376 140736997147888 140220593191208 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=10474/tid=10482] ppid=10471 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/10474/task/10482/stat : 10482 (java) S 10471 10474 9017 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 105065630 9856040960 18480 33554432000 1073741824 1073778376 140736997147888 140220592138408 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=10474/tid=10483] ppid=10471 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/10474/task/10483/stat : 10483 (java) S 10471 10474 9017 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 105065630 9856040960 18480 33554432000 1073741824 1073778376 140736997147888 140220591086120 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=10474/tid=10484] ppid=10471 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/10474/task/10484/stat : 10484 (java) S 10471 10474 9017 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 105065630 9856040960 18480 33554432000 1073741824 1073778376 140736997147888 140220590033320 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=10474/tid=10485] ppid=10471 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/10474/task/10485/stat : 10485 (java) S 10471 10474 9017 0 -1 4202560 5 0 0 0 0 0 0 0 20 0 19 0 105065632 9856040960 18480 33554432000 1073741824 1073778376 140736997147888 140220577622760 248793577385 0 0 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=10474/tid=10486] ppid=10471 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/10474/task/10486/stat : 10486 (java) S 10471 10474 9017 0 -1 4202560 16 0 0 0 0 0 0 0 20 0 19 0 105065632 9856040960 18480 33554432000 1073741824 1073778376 140736997147888 140220576568824 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=10474/tid=10487] ppid=10471 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/10474/task/10487/stat : 10487 (java) S 10471 10474 9017 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 105065632 9856040960 18480 33554432000 1073741824 1073778376 140736997147888 140220575516424 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=10474/tid=10488] ppid=10471 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/10474/task/10488/stat : 10488 (java) S 10471 10474 9017 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 105065634 9856040960 18480 33554432000 1073741824 1073778376 140736997147888 140220574464912 248793585440 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=10474/tid=10489] ppid=10471 vsize=9625040 CPUtime=0.43 cores=1,3,5,7
/proc/10474/task/10489/stat : 10489 (java) S 10471 10474 9017 0 -1 4202560 4138 0 0 0 42 1 0 0 20 0 19 0 105065634 9856040960 18480 33554432000 1073741824 1073778376 140736997147888 140220573411512 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=10474/tid=10490] ppid=10471 vsize=9625040 CPUtime=0.32 cores=1,3,5,7
/proc/10474/task/10490/stat : 10490 (java) S 10471 10474 9017 0 -1 4202560 2493 0 0 0 32 0 0 0 20 0 19 0 105065634 9856040960 18480 33554432000 1073741824 1073778376 140736997147888 140220572358712 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=10474/tid=10491] ppid=10471 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/10474/task/10491/stat : 10491 (java) S 10471 10474 9017 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 105065634 9856040960 18480 33554432000 1073741824 1073778376 140736997147888 140220571306616 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=10474/tid=10492] ppid=10471 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/10474/task/10492/stat : 10492 (java) S 10471 10474 9017 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 105065634 9856040960 18480 33554432000 1073741824 1073778376 140736997147888 140220570254024 248793577385 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=10474/tid=10493] ppid=10471 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/10474/task/10493/stat : 10493 (java) S 10471 10474 9017 0 -1 4202560 12 0 0 0 0 0 0 0 20 0 19 0 105065664 9856040960 18480 33554432000 1073741824 1073778376 140736997147888 140220569150888 248793577385 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
Current children cumulated CPU time (s) 3.85
Current children cumulated vsize (KiB) 9625040

[startup+6.30079 s]
/proc/loadavg: 2.31 2.22 2.19 4/213 10493
/proc/meminfo: memFree=30047104/32872528 swapFree=17452/1581112
[pid=10474] ppid=10471 vsize=9625040 CPUtime=7.05 cores=1,3,5,7
/proc/10474/stat : 10474 (java) S 10471 10474 9017 0 -1 4202496 10394 0 1 0 702 3 0 0 20 0 19 0 105065628 9856040960 21513 33554432000 1073741824 1073778376 140736997147888 140736997139024 248793563197 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/10474/statm: 2406260 21513 2268 9 0 2396937 0
[pid=10474/tid=10476] ppid=10471 vsize=9625040 CPUtime=6.24 cores=1,3,5,7
/proc/10474/task/10476/stat : 10476 (java) R 10471 10474 9017 0 -1 4202560 2485 0 1 0 623 1 0 0 20 0 19 0 105065629 9856040960 21513 33554432000 1073741824 1073778376 140736997147888 140220753374912 140220626566508 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0
[pid=10474/tid=10477] ppid=10471 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/10474/task/10477/stat : 10477 (java) S 10471 10474 9017 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 105065630 9856040960 21513 33554432000 1073741824 1073778376 140736997147888 140220597402408 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=10474/tid=10478] ppid=10471 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/10474/task/10478/stat : 10478 (java) S 10471 10474 9017 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 105065630 9856040960 21513 33554432000 1073741824 1073778376 140736997147888 140220596349608 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=10474/tid=10479] ppid=10471 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/10474/task/10479/stat : 10479 (java) S 10471 10474 9017 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 105065630 9856040960 21513 33554432000 1073741824 1073778376 140736997147888 140220595297320 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=10474/tid=10480] ppid=10471 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/10474/task/10480/stat : 10480 (java) S 10471 10474 9017 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 105065630 9856040960 21513 33554432000 1073741824 1073778376 140736997147888 140220594244520 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=10474/tid=10481] ppid=10471 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/10474/task/10481/stat : 10481 (java) S 10471 10474 9017 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 105065630 9856040960 21513 33554432000 1073741824 1073778376 140736997147888 140220593191208 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=10474/tid=10482] ppid=10471 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/10474/task/10482/stat : 10482 (java) S 10471 10474 9017 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 105065630 9856040960 21513 33554432000 1073741824 1073778376 140736997147888 140220592138408 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=10474/tid=10483] ppid=10471 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/10474/task/10483/stat : 10483 (java) S 10471 10474 9017 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 105065630 9856040960 21513 33554432000 1073741824 1073778376 140736997147888 140220591086120 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=10474/tid=10484] ppid=10471 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/10474/task/10484/stat : 10484 (java) S 10471 10474 9017 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 105065630 9856040960 21513 33554432000 1073741824 1073778376 140736997147888 140220590033320 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=10474/tid=10485] ppid=10471 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/10474/task/10485/stat : 10485 (java) S 10471 10474 9017 0 -1 4202560 5 0 0 0 0 0 0 0 20 0 19 0 105065632 9856040960 21513 33554432000 1073741824 1073778376 140736997147888 140220577622760 248793577385 0 0 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=10474/tid=10486] ppid=10471 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/10474/task/10486/stat : 10486 (java) S 10471 10474 9017 0 -1 4202560 16 0 0 0 0 0 0 0 20 0 19 0 105065632 9856040960 21513 33554432000 1073741824 1073778376 140736997147888 140220576568824 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=10474/tid=10487] ppid=10471 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/10474/task/10487/stat : 10487 (java) S 10471 10474 9017 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 105065632 9856040960 21513 33554432000 1073741824 1073778376 140736997147888 140220575516424 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=10474/tid=10488] ppid=10471 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/10474/task/10488/stat : 10488 (java) S 10471 10474 9017 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 105065634 9856040960 21513 33554432000 1073741824 1073778376 140736997147888 140220574464912 248793585440 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=10474/tid=10489] ppid=10471 vsize=9625040 CPUtime=0.44 cores=1,3,5,7
/proc/10474/task/10489/stat : 10489 (java) S 10471 10474 9017 0 -1 4202560 4138 0 0 0 43 1 0 0 20 0 19 0 105065634 9856040960 21513 33554432000 1073741824 1073778376 140736997147888 140220573411512 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=10474/tid=10490] ppid=10471 vsize=9625040 CPUtime=0.32 cores=1,3,5,7
/proc/10474/task/10490/stat : 10490 (java) S 10471 10474 9017 0 -1 4202560 2493 0 0 0 32 0 0 0 20 0 19 0 105065634 9856040960 21513 33554432000 1073741824 1073778376 140736997147888 140220572358712 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=10474/tid=10491] ppid=10471 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/10474/task/10491/stat : 10491 (java) S 10471 10474 9017 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 105065634 9856040960 21513 33554432000 1073741824 1073778376 140736997147888 140220571306616 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=10474/tid=10492] ppid=10471 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/10474/task/10492/stat : 10492 (java) S 10471 10474 9017 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 19 0 105065634 9856040960 21513 33554432000 1073741824 1073778376 140736997147888 140220570254024 248793577385 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=10474/tid=10493] ppid=10471 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/10474/task/10493/stat : 10493 (java) S 10471 10474 9017 0 -1 4202560 12 0 0 0 0 0 0 0 20 0 19 0 105065664 9856040960 21513 33554432000 1073741824 1073778376 140736997147888 140220569150888 248793577385 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
Current children cumulated CPU time (s) 7.05
Current children cumulated vsize (KiB) 9625040


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

[pid=10474/tid=10493] ppid=10471 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/10474/task/10493/stat : 10493 (java) S 10471 10474 9017 0 -1 4202560 12 0 0 0 0 0 0 0 20 0 19 0 105065664 9856040960 109723 33554432000 1073741824 1073778376 140736997147888 140220569150888 248793577385 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
Current children cumulated CPU time (s) 1724.93
Current children cumulated vsize (KiB) 9625040

[startup+1782.3 s]
/proc/loadavg: 2.35 2.23 2.19 3/213 10624
/proc/meminfo: memFree=29602164/32872528 swapFree=17452/1581112
[pid=10474] ppid=10471 vsize=9625040 CPUtime=1785.01 cores=1,3,5,7
/proc/10474/stat : 10474 (java) S 10471 10474 9017 0 -1 4202496 12279 0 1 0 178433 68 0 0 20 0 19 0 105065628 9856040960 109675 33554432000 1073741824 1073778376 140736997147888 140736997139024 248793563197 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/10474/statm: 2406260 109675 2291 9 0 2396937 0
[pid=10474/tid=10476] ppid=10471 vsize=9625040 CPUtime=1776.75 cores=1,3,5,7
/proc/10474/task/10476/stat : 10476 (java) R 10471 10474 9017 0 -1 4202560 2548 0 1 0 177645 30 0 0 20 0 19 0 105065629 9856040960 109675 33554432000 1073741824 1073778376 140736997147888 140220753374912 140220626544211 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0
[pid=10474/tid=10477] ppid=10471 vsize=9625040 CPUtime=0.28 cores=1,3,5,7
/proc/10474/task/10477/stat : 10477 (java) S 10471 10474 9017 0 -1 4202560 165 0 0 0 22 6 0 0 20 0 19 0 105065630 9856040960 109675 33554432000 1073741824 1073778376 140736997147888 140220597402408 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=10474/tid=10478] ppid=10471 vsize=9625040 CPUtime=0.36 cores=1,3,5,7
/proc/10474/task/10478/stat : 10478 (java) S 10471 10474 9017 0 -1 4202560 213 0 0 0 30 6 0 0 20 0 19 0 105065630 9856040960 109675 33554432000 1073741824 1073778376 140736997147888 140220596349608 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=10474/tid=10479] ppid=10471 vsize=9625040 CPUtime=0.29 cores=1,3,5,7
/proc/10474/task/10479/stat : 10479 (java) S 10471 10474 9017 0 -1 4202560 102 0 0 0 25 4 0 0 20 0 19 0 105065630 9856040960 109675 33554432000 1073741824 1073778376 140736997147888 140220595297320 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=10474/tid=10480] ppid=10471 vsize=9625040 CPUtime=0.31 cores=1,3,5,7
/proc/10474/task/10480/stat : 10480 (java) S 10471 10474 9017 0 -1 4202560 230 0 0 0 26 5 0 0 20 0 19 0 105065630 9856040960 109675 33554432000 1073741824 1073778376 140736997147888 140220594244520 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=10474/tid=10481] ppid=10471 vsize=9625040 CPUtime=0.27 cores=1,3,5,7
/proc/10474/task/10481/stat : 10481 (java) S 10471 10474 9017 0 -1 4202560 147 0 0 0 22 5 0 0 20 0 19 0 105065630 9856040960 109675 33554432000 1073741824 1073778376 140736997147888 140220593191208 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=10474/tid=10482] ppid=10471 vsize=9625040 CPUtime=0.33 cores=1,3,5,7
/proc/10474/task/10482/stat : 10482 (java) S 10471 10474 9017 0 -1 4202560 127 0 0 0 28 5 0 0 20 0 19 0 105065630 9856040960 109675 33554432000 1073741824 1073778376 140736997147888 140220592138408 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=10474/tid=10483] ppid=10471 vsize=9625040 CPUtime=0.27 cores=1,3,5,7
/proc/10474/task/10483/stat : 10483 (java) S 10471 10474 9017 0 -1 4202560 91 0 0 0 22 5 0 0 20 0 19 0 105065630 9856040960 109675 33554432000 1073741824 1073778376 140736997147888 140220591086120 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=10474/tid=10484] ppid=10471 vsize=9625040 CPUtime=0.34 cores=1,3,5,7
/proc/10474/task/10484/stat : 10484 (java) S 10471 10474 9017 0 -1 4202560 173 0 0 0 28 6 0 0 20 0 19 0 105065630 9856040960 109675 33554432000 1073741824 1073778376 140736997147888 140220590033320 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=10474/tid=10485] ppid=10471 vsize=9625040 CPUtime=0.12 cores=1,3,5,7
/proc/10474/task/10485/stat : 10485 (java) S 10471 10474 9017 0 -1 4202560 113 0 0 0 10 2 0 0 20 0 19 0 105065632 9856040960 109675 33554432000 1073741824 1073778376 140736997147888 140220577622760 248793577385 0 0 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=10474/tid=10486] ppid=10471 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/10474/task/10486/stat : 10486 (java) S 10471 10474 9017 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 105065632 9856040960 109675 33554432000 1073741824 1073778376 140736997147888 140220576568824 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=10474/tid=10487] ppid=10471 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/10474/task/10487/stat : 10487 (java) S 10471 10474 9017 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 105065632 9856040960 109675 33554432000 1073741824 1073778376 140736997147888 140220575516424 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=10474/tid=10488] ppid=10471 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/10474/task/10488/stat : 10488 (java) S 10471 10474 9017 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 105065634 9856040960 109675 33554432000 1073741824 1073778376 140736997147888 140220574464912 248793585440 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=10474/tid=10489] ppid=10471 vsize=9625040 CPUtime=0.54 cores=1,3,5,7
/proc/10474/task/10489/stat : 10489 (java) S 10471 10474 9017 0 -1 4202560 4509 0 0 0 52 2 0 0 20 0 19 0 105065634 9856040960 109675 33554432000 1073741824 1073778376 140736997147888 140220573411512 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=10474/tid=10490] ppid=10471 vsize=9625040 CPUtime=0.32 cores=1,3,5,7
/proc/10474/task/10490/stat : 10490 (java) S 10471 10474 9017 0 -1 4202560 2494 0 0 0 32 0 0 0 20 0 19 0 105065634 9856040960 109675 33554432000 1073741824 1073778376 140736997147888 140220572358712 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=10474/tid=10491] ppid=10471 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/10474/task/10491/stat : 10491 (java) S 10471 10474 9017 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 105065634 9856040960 109675 33554432000 1073741824 1073778376 140736997147888 140220571306616 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=10474/tid=10492] ppid=10471 vsize=9625040 CPUtime=0.38 cores=1,3,5,7
/proc/10474/task/10492/stat : 10492 (java) S 10471 10474 9017 0 -1 4202560 104 0 0 0 15 23 0 0 20 0 19 0 105065634 9856040960 109675 33554432000 1073741824 1073778376 140736997147888 140220570254024 248793577385 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=10474/tid=10493] ppid=10471 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/10474/task/10493/stat : 10493 (java) S 10471 10474 9017 0 -1 4202560 12 0 0 0 0 0 0 0 20 0 19 0 105065664 9856040960 109675 33554432000 1073741824 1073778376 140736997147888 140220569150888 248793577385 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
Current children cumulated CPU time (s) 1785.01
Current children cumulated vsize (KiB) 9625040



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1797.3 s]
/proc/loadavg: 2.27 2.22 2.19 3/213 10625
/proc/meminfo: memFree=29603532/32872528 swapFree=17452/1581112
[pid=10474] ppid=10471 vsize=9625040 CPUtime=1800.01 cores=1,3,5,7
/proc/10474/stat : 10474 (java) S 10471 10474 9017 0 -1 4202496 12279 0 1 0 179933 68 0 0 20 0 19 0 105065628 9856040960 109675 33554432000 1073741824 1073778376 140736997147888 140736997139024 248793563197 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/10474/statm: 2406260 109675 2291 9 0 2396937 0
[pid=10474/tid=10476] ppid=10471 vsize=9625040 CPUtime=1791.71 cores=1,3,5,7
/proc/10474/task/10476/stat : 10476 (java) R 10471 10474 9017 0 -1 4202560 2548 0 1 0 179141 30 0 0 20 0 19 0 105065629 9856040960 109675 33554432000 1073741824 1073778376 140736997147888 140220753374912 140220626621836 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0
[pid=10474/tid=10477] ppid=10471 vsize=9625040 CPUtime=0.28 cores=1,3,5,7
/proc/10474/task/10477/stat : 10477 (java) S 10471 10474 9017 0 -1 4202560 165 0 0 0 22 6 0 0 20 0 19 0 105065630 9856040960 109675 33554432000 1073741824 1073778376 140736997147888 140220597402408 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=10474/tid=10478] ppid=10471 vsize=9625040 CPUtime=0.36 cores=1,3,5,7
/proc/10474/task/10478/stat : 10478 (java) S 10471 10474 9017 0 -1 4202560 213 0 0 0 30 6 0 0 20 0 19 0 105065630 9856040960 109675 33554432000 1073741824 1073778376 140736997147888 140220596349608 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=10474/tid=10479] ppid=10471 vsize=9625040 CPUtime=0.29 cores=1,3,5,7
/proc/10474/task/10479/stat : 10479 (java) S 10471 10474 9017 0 -1 4202560 102 0 0 0 25 4 0 0 20 0 19 0 105065630 9856040960 109675 33554432000 1073741824 1073778376 140736997147888 140220595297320 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=10474/tid=10480] ppid=10471 vsize=9625040 CPUtime=0.31 cores=1,3,5,7
/proc/10474/task/10480/stat : 10480 (java) S 10471 10474 9017 0 -1 4202560 230 0 0 0 26 5 0 0 20 0 19 0 105065630 9856040960 109675 33554432000 1073741824 1073778376 140736997147888 140220594244520 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=10474/tid=10481] ppid=10471 vsize=9625040 CPUtime=0.27 cores=1,3,5,7
/proc/10474/task/10481/stat : 10481 (java) S 10471 10474 9017 0 -1 4202560 147 0 0 0 22 5 0 0 20 0 19 0 105065630 9856040960 109675 33554432000 1073741824 1073778376 140736997147888 140220593191208 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=10474/tid=10482] ppid=10471 vsize=9625040 CPUtime=0.33 cores=1,3,5,7
/proc/10474/task/10482/stat : 10482 (java) S 10471 10474 9017 0 -1 4202560 127 0 0 0 28 5 0 0 20 0 19 0 105065630 9856040960 109675 33554432000 1073741824 1073778376 140736997147888 140220592138408 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=10474/tid=10483] ppid=10471 vsize=9625040 CPUtime=0.27 cores=1,3,5,7
/proc/10474/task/10483/stat : 10483 (java) S 10471 10474 9017 0 -1 4202560 91 0 0 0 22 5 0 0 20 0 19 0 105065630 9856040960 109675 33554432000 1073741824 1073778376 140736997147888 140220591086120 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=10474/tid=10484] ppid=10471 vsize=9625040 CPUtime=0.34 cores=1,3,5,7
/proc/10474/task/10484/stat : 10484 (java) S 10471 10474 9017 0 -1 4202560 173 0 0 0 28 6 0 0 20 0 19 0 105065630 9856040960 109675 33554432000 1073741824 1073778376 140736997147888 140220590033320 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=10474/tid=10485] ppid=10471 vsize=9625040 CPUtime=0.12 cores=1,3,5,7
/proc/10474/task/10485/stat : 10485 (java) S 10471 10474 9017 0 -1 4202560 113 0 0 0 10 2 0 0 20 0 19 0 105065632 9856040960 109675 33554432000 1073741824 1073778376 140736997147888 140220577622760 248793577385 0 0 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=10474/tid=10486] ppid=10471 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/10474/task/10486/stat : 10486 (java) S 10471 10474 9017 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 105065632 9856040960 109675 33554432000 1073741824 1073778376 140736997147888 140220576568824 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=10474/tid=10487] ppid=10471 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/10474/task/10487/stat : 10487 (java) S 10471 10474 9017 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 105065632 9856040960 109675 33554432000 1073741824 1073778376 140736997147888 140220575516424 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=10474/tid=10488] ppid=10471 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/10474/task/10488/stat : 10488 (java) S 10471 10474 9017 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 105065634 9856040960 109675 33554432000 1073741824 1073778376 140736997147888 140220574464912 248793585440 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=10474/tid=10489] ppid=10471 vsize=9625040 CPUtime=0.54 cores=1,3,5,7
/proc/10474/task/10489/stat : 10489 (java) S 10471 10474 9017 0 -1 4202560 4509 0 0 0 52 2 0 0 20 0 19 0 105065634 9856040960 109675 33554432000 1073741824 1073778376 140736997147888 140220573411512 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=10474/tid=10490] ppid=10471 vsize=9625040 CPUtime=0.32 cores=1,3,5,7
/proc/10474/task/10490/stat : 10490 (java) S 10471 10474 9017 0 -1 4202560 2494 0 0 0 32 0 0 0 20 0 19 0 105065634 9856040960 109675 33554432000 1073741824 1073778376 140736997147888 140220572358712 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=10474/tid=10491] ppid=10471 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/10474/task/10491/stat : 10491 (java) S 10471 10474 9017 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 105065634 9856040960 109675 33554432000 1073741824 1073778376 140736997147888 140220571306616 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=10474/tid=10492] ppid=10471 vsize=9625040 CPUtime=0.38 cores=1,3,5,7
/proc/10474/task/10492/stat : 10492 (java) S 10471 10474 9017 0 -1 4202560 104 0 0 0 15 23 0 0 20 0 19 0 105065634 9856040960 109675 33554432000 1073741824 1073778376 140736997147888 140220570254024 248793577385 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=10474/tid=10493] ppid=10471 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/10474/task/10493/stat : 10493 (java) S 10471 10474 9017 0 -1 4202560 12 0 0 0 0 0 0 0 20 0 19 0 105065664 9856040960 109675 33554432000 1073741824 1073778376 140736997147888 140220569150888 248793577385 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
Current children cumulated CPU time (s) 1800.01
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 10474 sig 9
??? end of watcher thread
Dumping a history of the last processes samples

[startup+1797.3 s]
/proc/loadavg: 2.27 2.22 2.19 3/213 10625
/proc/meminfo: memFree=29603532/32872528 swapFree=17452/1581112
[pid=10474] ppid=10471 vsize=9625040 CPUtime=1800.01 cores=1,3,5,7
/proc/10474/stat : 10474 (java) S 10471 10474 9017 0 -1 4202496 12279 0 1 0 179933 68 0 0 20 0 19 0 105065628 9856040960 109675 33554432000 1073741824 1073778376 140736997147888 140736997139024 248793563197 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/10474/statm: 2406260 109675 2291 9 0 2396937 0
[pid=10474/tid=10476] ppid=10471 vsize=9625040 CPUtime=1791.71 cores=1,3,5,7
/proc/10474/task/10476/stat : 10476 (java) R 10471 10474 9017 0 -1 4202560 2548 0 1 0 179141 30 0 0 20 0 19 0 105065629 9856040960 109675 33554432000 1073741824 1073778376 140736997147888 140220753374912 140220626621836 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0
[pid=10474/tid=10477] ppid=10471 vsize=9625040 CPUtime=0.28 cores=1,3,5,7
/proc/10474/task/10477/stat : 10477 (java) S 10471 10474 9017 0 -1 4202560 165 0 0 0 22 6 0 0 20 0 19 0 105065630 9856040960 109675 33554432000 1073741824 1073778376 140736997147888 140220597402408 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=10474/tid=10478] ppid=10471 vsize=9625040 CPUtime=0.36 cores=1,3,5,7
/proc/10474/task/10478/stat : 10478 (java) S 10471 10474 9017 0 -1 4202560 213 0 0 0 30 6 0 0 20 0 19 0 105065630 9856040960 109675 33554432000 1073741824 1073778376 140736997147888 140220596349608 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=10474/tid=10479] ppid=10471 vsize=9625040 CPUtime=0.29 cores=1,3,5,7
/proc/10474/task/10479/stat : 10479 (java) S 10471 10474 9017 0 -1 4202560 102 0 0 0 25 4 0 0 20 0 19 0 105065630 9856040960 109675 33554432000 1073741824 1073778376 140736997147888 140220595297320 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=10474/tid=10480] ppid=10471 vsize=9625040 CPUtime=0.31 cores=1,3,5,7
/proc/10474/task/10480/stat : 10480 (java) S 10471 10474 9017 0 -1 4202560 230 0 0 0 26 5 0 0 20 0 19 0 105065630 9856040960 109675 33554432000 1073741824 1073778376 140736997147888 140220594244520 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=10474/tid=10481] ppid=10471 vsize=9625040 CPUtime=0.27 cores=1,3,5,7
/proc/10474/task/10481/stat : 10481 (java) S 10471 10474 9017 0 -1 4202560 147 0 0 0 22 5 0 0 20 0 19 0 105065630 9856040960 109675 33554432000 1073741824 1073778376 140736997147888 140220593191208 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=10474/tid=10482] ppid=10471 vsize=9625040 CPUtime=0.33 cores=1,3,5,7
/proc/10474/task/10482/stat : 10482 (java) S 10471 10474 9017 0 -1 4202560 127 0 0 0 28 5 0 0 20 0 19 0 105065630 9856040960 109675 33554432000 1073741824 1073778376 140736997147888 140220592138408 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=10474/tid=10483] ppid=10471 vsize=9625040 CPUtime=0.27 cores=1,3,5,7
/proc/10474/task/10483/stat : 10483 (java) S 10471 10474 9017 0 -1 4202560 91 0 0 0 22 5 0 0 20 0 19 0 105065630 9856040960 109675 33554432000 1073741824 1073778376 140736997147888 140220591086120 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=10474/tid=10484] ppid=10471 vsize=9625040 CPUtime=0.34 cores=1,3,5,7
/proc/10474/task/10484/stat : 10484 (java) S 10471 10474 9017 0 -1 4202560 173 0 0 0 28 6 0 0 20 0 19 0 105065630 9856040960 109675 33554432000 1073741824 1073778376 140736997147888 140220590033320 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=10474/tid=10485] ppid=10471 vsize=9625040 CPUtime=0.12 cores=1,3,5,7
/proc/10474/task/10485/stat : 10485 (java) S 10471 10474 9017 0 -1 4202560 113 0 0 0 10 2 0 0 20 0 19 0 105065632 9856040960 109675 33554432000 1073741824 1073778376 140736997147888 140220577622760 248793577385 0 0 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=10474/tid=10486] ppid=10471 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/10474/task/10486/stat : 10486 (java) S 10471 10474 9017 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 105065632 9856040960 109675 33554432000 1073741824 1073778376 140736997147888 140220576568824 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=10474/tid=10487] ppid=10471 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/10474/task/10487/stat : 10487 (java) S 10471 10474 9017 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 105065632 9856040960 109675 33554432000 1073741824 1073778376 140736997147888 140220575516424 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=10474/tid=10488] ppid=10471 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/10474/task/10488/stat : 10488 (java) S 10471 10474 9017 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 105065634 9856040960 109675 33554432000 1073741824 1073778376 140736997147888 140220574464912 248793585440 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=10474/tid=10489] ppid=10471 vsize=9625040 CPUtime=0.54 cores=1,3,5,7
/proc/10474/task/10489/stat : 10489 (java) S 10471 10474 9017 0 -1 4202560 4509 0 0 0 52 2 0 0 20 0 19 0 105065634 9856040960 109675 33554432000 1073741824 1073778376 140736997147888 140220573411512 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=10474/tid=10490] ppid=10471 vsize=9625040 CPUtime=0.32 cores=1,3,5,7
/proc/10474/task/10490/stat : 10490 (java) S 10471 10474 9017 0 -1 4202560 2494 0 0 0 32 0 0 0 20 0 19 0 105065634 9856040960 109675 33554432000 1073741824 1073778376 140736997147888 140220572358712 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=10474/tid=10491] ppid=10471 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/10474/task/10491/stat : 10491 (java) S 10471 10474 9017 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 105065634 9856040960 109675 33554432000 1073741824 1073778376 140736997147888 140220571306616 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=10474/tid=10492] ppid=10471 vsize=9625040 CPUtime=0.38 cores=1,3,5,7
/proc/10474/task/10492/stat : 10492 (java) S 10471 10474 9017 0 -1 4202560 104 0 0 0 15 23 0 0 20 0 19 0 105065634 9856040960 109675 33554432000 1073741824 1073778376 140736997147888 140220570254024 248793577385 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=10474/tid=10493] ppid=10471 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/10474/task/10493/stat : 10493 (java) S 10471 10474 9017 0 -1 4202560 12 0 0 0 0 0 0 0 20 0 19 0 105065664 9856040960 109675 33554432000 1073741824 1073778376 140736997147888 140220569150888 248793577385 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
Current children cumulated CPU time (s) 1800.01
Current children cumulated vsize (KiB) 9625040

Child status: 143

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

Real time (s): 1797.34
CPU time (s): 1800.01
CPU user time (s): 1799.33
CPU system time (s): 0.68
CPU usage (%): 100.149
Max. virtual memory (cumulated for all children) (KiB): 9625040

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1794.72
system time used= 1.14283
maximum resident set size= 538048
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 12321
page faults= 1
swaps= 0
block input operations= 0
block output operations= 1328
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 38627
involuntary context switches= 8592

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 12.7871 second user time and 16.5585 second system time

The end

Launcher Data

Begin job on node139 at 2016-06-06 18:42:17
IDJOB=4085185
IDBENCH=2052
IDSOLVER=2546
FILE ID=node139/4085185-1465231337
RUNJOBID= node139-1465220260-9034
PBS_JOBID= 19843218
Free space on /tmp= 71732 MiB

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

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

MD5SUM BENCH= 9c27419d6022516b3a8580fda3ca43ee
RANDOM SEED=642637297

node139.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.868
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.73
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.868
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.868
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.868
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.868
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.868
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.55
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 6
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.868
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.55
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.868
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:        30123584 kB
Buffers:           22636 kB
Cached:            88952 kB
SwapCached:         1464 kB
Active:           404952 kB
Inactive:          58824 kB
Active(anon):     352632 kB
Inactive(anon):     2172 kB
Active(file):      52320 kB
Inactive(file):    56652 kB
Unevictable:     1581112 kB
Mlocked:           17452 kB
SwapTotal:      67108856 kB
SwapFree:       67099760 kB
Dirty:              1228 kB
Writeback:             0 kB
AnonPages:       1973432 kB
Mapped:            15392 kB
Shmem:                 0 kB
Slab:             566996 kB
SReclaimable:      10984 kB
SUnreclaim:       556012 kB
KernelStack:        1760 kB
PageTables:         8412 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545120 kB
Committed_AS:    2260680 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346412 kB
VmallocChunk:   34341988032 kB
HardwareCorrupted:     0 kB
AnonHugePages:   1941504 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= 71732 MiB
End job on node139 at 2016-06-06 19:12:14