Trace number 2663237

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 RES // CP 2.2.0 2010-05-31SAT (TO)165 1802.23 1051.08

General information on the benchmark

Namenormalized-PB06/OPT-SMALLINT/submitted-PB06/
manquiho/logic_synthesis/normalized-lin.rom.r.opb
MD5SUM3183c84355c854880486b3d148840656
Bench CategoryOPT-SMALLINT (optimisation, small integers)
Best result obtained on this benchmarkOPT
Best value of the objective obtained on this benchmark120
Best CPU time to get the best result obtained on this benchmark0.493924
Has Objective FunctionYES
SatisfiableYES
(Un)Satisfiability was provedYES
Best value of the objective function 120
Optimality of the best value was proved YES
Number of variables1076
Total number of constraints1030
Number of constraints which are clauses1030
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 constraint2
Maximum length of a constraint40
Number of terms in the objective function 1076
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 1076
Number of bits of the sum of numbers in the objective function 11
Biggest number in a constraint 1
Number of bits of the biggest number in a constraint 1
Biggest sum of numbers in a constraint 1076
Number of bits of the biggest sum of numbers11
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.08/0.14	c SAT4J: a SATisfiability library for Java (c) 2004-2010 Daniel Le Berre
0.08/0.14	c This is free software under the dual EPL/GNU LGPL licenses.
0.08/0.14	c See www.sat4j.org for details.
0.08/0.15	c version 2.2.0.v20100531
0.08/0.15	c java.runtime.name	Java(TM) SE Runtime Environment
0.08/0.15	c java.vm.name		Java HotSpot(TM) Server VM
0.08/0.15	c java.vm.version	11.2-b01
0.08/0.15	c java.vm.vendor	Sun Microsystems Inc.
0.08/0.15	c sun.arch.data.model	32
0.08/0.15	c java.version		1.6.0_12
0.08/0.15	c os.name		Linux
0.08/0.15	c os.version		2.6.18-164.el5
0.08/0.15	c os.arch		i386
0.08/0.15	c Free memory 		1393557488
0.08/0.15	c Max memory 		1395916800
0.08/0.15	c Total memory 		1395916800
0.08/0.15	c Number of processors 	2
0.22/0.21	c Pseudo Boolean Optimization
0.22/0.21	c ManyCore solver with 2 solvers running in parallel
0.22/0.21	c --- Begin Solver configuration ---
0.22/0.21	c Stops conflict analysis at the first Unique Implication Point
0.22/0.21	c org.sat4j.pb.constraints.CompetResolutionPBMixedWLClauseCardConstrDataStructure@1f436f5
0.22/0.21	c Learn all clauses as in MiniSAT
0.22/0.21	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.22/0.21	c VSIDS like heuristics from MiniSAT using a heap lightweight component caching from RSAT taking into account the objective function
0.22/0.21	c Expensive reason simplification
0.22/0.21	c Armin Biere (Picosat) restarts strategy
0.22/0.21	c Glucose learned constraints deletion strategy
0.22/0.21	c timeout=2147483s
0.22/0.21	c DB Simplification allowed=false
0.22/0.21	c --- End Solver configuration ---
0.22/0.21	c Cutting planes based inference (org.sat4j.pb.core.PBSolverCP)
0.22/0.21	c --- Begin Solver configuration ---
0.22/0.21	c Stops conflict analysis at the first Unique Implication Point
0.22/0.21	c org.sat4j.pb.constraints.PBMaxClauseCardConstrDataStructure@18385e3
0.22/0.21	c Learn all clauses as in MiniSAT
0.22/0.21	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.22/0.21	c VSIDS like heuristics from MiniSAT using a heap phase appearing in latest learned clause taking into account the objective function
0.22/0.21	c No reason simplification
0.22/0.21	c Armin Biere (Picosat) restarts strategy
0.22/0.21	c Glucose learned constraints deletion strategy
0.22/0.21	c timeout=2147483s
0.22/0.21	c DB Simplification allowed=false
0.22/0.21	c --- End Solver configuration ---
0.22/0.21	
0.22/0.21	c solving HOME/instance-2663237-1276593569.opb
0.22/0.21	c reading problem ... 
0.96/0.66	c ... done. Wall clock time 0.445s.
0.96/0.66	c #vars     1076
0.96/0.66	c #constraints  1030
0.96/0.66	c constraints type 
0.96/0.66	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 991
0.96/0.66	c org.sat4j.minisat.constraints.cnf.OriginalBinaryClause => 39
0.96/0.66	c constraints type 
0.96/0.66	c org.sat4j.pb.constraints.pb.OriginalBinaryClausePB => 39
0.96/0.66	c org.sat4j.pb.constraints.pb.OriginalHTClausePB => 991
1.16/0.79	c And the winner is Resolution
1.45/1.69	c SATISFIABLE
1.45/1.69	c OPTIMIZING...
1.45/1.69	c Got one! Elapsed wall clock time (in seconds):1.473
1.45/1.69	o 177
4.25/3.17	c And the winner is CuttingPlanes
4.39/3.73	c Got one! Elapsed wall clock time (in seconds):3.512
4.39/3.73	o 176
4.92/4.05	c And the winner is CuttingPlanes
5.03/4.74	c Got one! Elapsed wall clock time (in seconds):4.525
5.03/4.74	o 175
5.35/4.99	c cleaning 2497 clauses out of 5001 with flag 5001/5001
6.52/5.57	c And the winner is CuttingPlanes
6.64/5.79	c Got one! Elapsed wall clock time (in seconds):5.579
6.64/5.79	o 174
7.84/6.40	c cleaning 4245 clauses out of 8504 with flag 11001/11001
10.19/7.70	c cleaning 5622 clauses out of 11258 with flag 18000/18000
13.11/9.18	c cleaning 6814 clauses out of 13636 with flag 26000/26000
16.24/10.74	c cleaning 7907 clauses out of 15822 with flag 35000/35000
19.77/12.51	c cleaning 8951 clauses out of 17916 with flag 45001/45001
23.11/14.26	c cleaning 9477 clauses out of 18964 with flag 55000/55000
26.60/16.03	c cleaning 9739 clauses out of 19488 with flag 65001/65001
30.30/17.93	c cleaning 9870 clauses out of 19748 with flag 75000/75000
33.81/19.78	c cleaning 9936 clauses out of 19878 with flag 85000/85000
37.50/21.61	c cleaning 9964 clauses out of 19942 with flag 95000/95000
40.59/23.27	c cleaning 9983 clauses out of 19978 with flag 105000/105000
44.05/25.06	c cleaning 9994 clauses out of 19995 with flag 115000/115000
45.35/25.75	c And the winner is CuttingPlanes
45.46/25.87	c Got one! Elapsed wall clock time (in seconds):25.658
45.46/25.87	o 173
47.10/26.77	c cleaning 9996 clauses out of 20001 with flag 125000/125000
50.59/28.60	c cleaning 9995 clauses out of 20006 with flag 135001/135001
54.25/30.46	c cleaning 9998 clauses out of 20010 with flag 145000/145000
57.68/32.26	c cleaning 9995 clauses out of 20012 with flag 155000/155000
60.96/33.98	c cleaning 10001 clauses out of 20017 with flag 165000/165000
64.25/35.61	c cleaning 10005 clauses out of 20017 with flag 175001/175001
67.53/37.32	c cleaning 9996 clauses out of 20012 with flag 185001/185001
70.75/39.09	c cleaning 10000 clauses out of 20016 with flag 195001/195001
74.19/40.87	c cleaning 10001 clauses out of 20015 with flag 205000/205000
77.65/42.61	c cleaning 9998 clauses out of 20015 with flag 215001/215001
81.28/44.50	c cleaning 10002 clauses out of 20016 with flag 225000/225000
82.89/45.42	c And the winner is CuttingPlanes
82.93/46.02	c Got one! Elapsed wall clock time (in seconds):45.803
82.93/46.02	o 172
84.47/46.82	c cleaning 10002 clauses out of 20014 with flag 235000/235000
87.88/48.66	c cleaning 9998 clauses out of 20012 with flag 245000/245000
91.32/50.49	c cleaning 10000 clauses out of 20014 with flag 255000/255000
94.95/52.38	c cleaning 10000 clauses out of 20014 with flag 265000/265000
98.52/54.28	c cleaning 9996 clauses out of 20014 with flag 275000/275000
102.73/56.44	c cleaning 10001 clauses out of 20018 with flag 285000/285000
106.37/58.34	c cleaning 10002 clauses out of 20018 with flag 295001/295001
109.97/60.25	c cleaning 10001 clauses out of 20015 with flag 305000/305000
113.94/62.37	c cleaning 9999 clauses out of 20014 with flag 315000/315000
117.73/64.32	c cleaning 10002 clauses out of 20015 with flag 325000/325000
120.92/66.04	c cleaning 9999 clauses out of 20013 with flag 335000/335000
124.70/68.06	c cleaning 9996 clauses out of 20014 with flag 345000/345000
128.41/70.03	c cleaning 9999 clauses out of 20018 with flag 355000/355000
131.79/71.88	c cleaning 10006 clauses out of 20020 with flag 365001/365001
135.16/73.61	c And the winner is CuttingPlanes
135.16/73.67	c cleaning 10000 clauses out of 20013 with flag 375000/375000
135.48/74.36	c Got one! Elapsed wall clock time (in seconds):74.146
135.48/74.36	o 171
138.53/75.94	c cleaning 10004 clauses out of 20013 with flag 385000/385000
142.01/77.80	c cleaning 9995 clauses out of 20009 with flag 395000/395000
145.37/79.63	c cleaning 10004 clauses out of 20015 with flag 405001/405001
149.12/81.69	c cleaning 9998 clauses out of 20011 with flag 415001/415001
152.90/83.68	c cleaning 10001 clauses out of 20012 with flag 425000/425000
156.58/85.66	c cleaning 9998 clauses out of 20011 with flag 435000/435000
160.16/87.50	c cleaning 10001 clauses out of 20014 with flag 445001/445001
163.13/89.14	c cleaning 9997 clauses out of 20013 with flag 455001/455001
166.28/90.84	c cleaning 10004 clauses out of 20015 with flag 465000/465000
169.35/92.59	c cleaning 10001 clauses out of 20012 with flag 475001/475001
172.50/94.22	c cleaning 9998 clauses out of 20011 with flag 485001/485001
175.47/95.88	c cleaning 10000 clauses out of 20012 with flag 495000/495000
179.44/97.91	c cleaning 9995 clauses out of 20013 with flag 505001/505001
183.10/99.95	c cleaning 10002 clauses out of 20017 with flag 515000/515000
186.66/101.88	c cleaning 9997 clauses out of 20016 with flag 525001/525001
190.61/103.91	c cleaning 10002 clauses out of 20019 with flag 535001/535001
194.17/105.84	c cleaning 10001 clauses out of 20017 with flag 545001/545001
197.65/107.80	c cleaning 10006 clauses out of 20015 with flag 555000/555000
201.19/109.60	c cleaning 9997 clauses out of 20009 with flag 565000/565000
204.54/111.44	c cleaning 10001 clauses out of 20013 with flag 575001/575001
208.29/113.41	c cleaning 9993 clauses out of 20011 with flag 585000/585000
211.99/115.49	c cleaning 10006 clauses out of 20018 with flag 595000/595000
215.52/117.38	c cleaning 10002 clauses out of 20012 with flag 605000/605000
218.88/119.19	c cleaning 9999 clauses out of 20010 with flag 615000/615000
222.24/120.99	c cleaning 9997 clauses out of 20011 with flag 625000/625000
226.10/123.07	c cleaning 9997 clauses out of 20014 with flag 635000/635000
229.65/124.93	c cleaning 9999 clauses out of 20018 with flag 645001/645001
233.39/126.95	c cleaning 9997 clauses out of 20019 with flag 655001/655001
237.31/129.06	c cleaning 9997 clauses out of 20021 with flag 665000/665000
241.36/131.29	c cleaning 10005 clauses out of 20024 with flag 675000/675000
245.69/133.54	c cleaning 9999 clauses out of 20019 with flag 685000/685000
249.04/135.37	c cleaning 9999 clauses out of 20020 with flag 695000/695000
252.56/137.23	c cleaning 10003 clauses out of 20021 with flag 705000/705000
256.42/139.30	c cleaning 10005 clauses out of 20019 with flag 715001/715001
260.15/141.32	c cleaning 9999 clauses out of 20013 with flag 725000/725000
264.08/143.43	c cleaning 9995 clauses out of 20014 with flag 735000/735000
268.21/145.63	c cleaning 9999 clauses out of 20020 with flag 745001/745001
272.06/147.70	c cleaning 10003 clauses out of 20020 with flag 755000/755000
276.19/149.91	c cleaning 10000 clauses out of 20017 with flag 765000/765000
279.90/151.95	c cleaning 10001 clauses out of 20018 with flag 775001/775001
283.84/154.01	c cleaning 9997 clauses out of 20017 with flag 785001/785001
287.68/156.15	c cleaning 10003 clauses out of 20019 with flag 795000/795000
291.39/158.16	c cleaning 9996 clauses out of 20017 with flag 805001/805001
295.11/160.16	c cleaning 9998 clauses out of 20020 with flag 815000/815000
298.81/162.15	c cleaning 10004 clauses out of 20022 with flag 825000/825000
302.62/164.26	c cleaning 9998 clauses out of 20019 with flag 835001/835001
306.31/166.26	c cleaning 10000 clauses out of 20020 with flag 845000/845000
310.00/168.25	c cleaning 10004 clauses out of 20020 with flag 855000/855000
312.10/169.41	c And the winner is CuttingPlanes
312.10/169.59	c Got one! Elapsed wall clock time (in seconds):169.369
312.10/169.59	o 170
313.52/170.35	c cleaning 10003 clauses out of 20016 with flag 865000/865000
317.51/172.55	c cleaning 10002 clauses out of 20014 with flag 875001/875001
321.41/174.60	c cleaning 9999 clauses out of 20011 with flag 885000/885000
325.10/176.69	c cleaning 9995 clauses out of 20012 with flag 895000/895000
329.17/178.80	c cleaning 10000 clauses out of 20017 with flag 905000/905000
332.74/180.81	c cleaning 10000 clauses out of 20017 with flag 915000/915000
336.41/182.84	c cleaning 9996 clauses out of 20017 with flag 925000/925000
340.28/184.93	c cleaning 10001 clauses out of 20021 with flag 935000/935000
343.96/186.93	c cleaning 10003 clauses out of 20021 with flag 945001/945001
347.53/188.98	c cleaning 9998 clauses out of 20017 with flag 955000/955000
351.42/191.03	c cleaning 10000 clauses out of 20020 with flag 965001/965001
355.29/193.11	c cleaning 10000 clauses out of 20019 with flag 975000/975000
358.95/195.11	c cleaning 10003 clauses out of 20020 with flag 985001/985001
362.91/197.31	c cleaning 9999 clauses out of 20016 with flag 995000/995000
366.37/199.21	c And the winner is CuttingPlanes
366.40/199.65	c Got one! Elapsed wall clock time (in seconds):199.438
366.40/199.65	o 169
366.68/199.80	c cleaning 10004 clauses out of 20017 with flag 1005000/1005000
370.34/201.86	c cleaning 9998 clauses out of 20013 with flag 1015000/1015000
373.78/203.79	c cleaning 10001 clauses out of 20016 with flag 1025001/1025001
377.49/205.89	c cleaning 10006 clauses out of 20015 with flag 1035001/1035001
381.14/207.89	c cleaning 9997 clauses out of 20008 with flag 1045000/1045000
384.76/209.85	c cleaning 9996 clauses out of 20011 with flag 1055000/1055000
388.19/211.79	c cleaning 9997 clauses out of 20015 with flag 1065000/1065000
391.91/213.88	c cleaning 9999 clauses out of 20018 with flag 1075000/1075000
395.53/215.83	c cleaning 10001 clauses out of 20019 with flag 1085000/1085000
398.97/217.79	c cleaning 10000 clauses out of 20018 with flag 1095000/1095000
402.60/219.79	c cleaning 10003 clauses out of 20018 with flag 1105000/1105000
406.31/221.84	c cleaning 9997 clauses out of 20016 with flag 1115001/1115001
409.93/223.80	c cleaning 10005 clauses out of 20019 with flag 1125001/1125001
411.56/224.84	c And the winner is CuttingPlanes
411.65/225.72	c Got one! Elapsed wall clock time (in seconds):225.504
411.65/225.72	o 168
413.58/226.73	c cleaning 10003 clauses out of 20014 with flag 1135001/1135001
417.40/228.84	c cleaning 10001 clauses out of 20011 with flag 1145001/1145001
421.60/231.26	c cleaning 10001 clauses out of 20010 with flag 1155001/1155001
425.57/233.44	c cleaning 9994 clauses out of 20009 with flag 1165001/1165001
429.33/235.59	c cleaning 10001 clauses out of 20014 with flag 1175000/1175000
433.69/237.97	c cleaning 9999 clauses out of 20014 with flag 1185001/1185001
437.70/240.24	c cleaning 9989 clauses out of 20014 with flag 1195000/1195000
441.47/242.32	c cleaning 10004 clauses out of 20026 with flag 1205001/1205001
445.24/244.50	c cleaning 10001 clauses out of 20021 with flag 1215000/1215000
448.99/246.57	c cleaning 10000 clauses out of 20021 with flag 1225001/1225001
453.19/248.92	c cleaning 10001 clauses out of 20021 with flag 1235001/1235001
457.15/251.12	c cleaning 10004 clauses out of 20021 with flag 1245002/1245002
461.11/253.34	c cleaning 10001 clauses out of 20016 with flag 1255001/1255001
464.86/255.41	c cleaning 10001 clauses out of 20014 with flag 1265000/1265000
468.66/257.63	c cleaning 9999 clauses out of 20013 with flag 1275000/1275000
472.62/259.88	c cleaning 10002 clauses out of 20015 with flag 1285001/1285001
476.35/261.97	c cleaning 9995 clauses out of 20012 with flag 1295000/1295000
480.12/264.01	c cleaning 10001 clauses out of 20017 with flag 1305000/1305000
483.74/266.16	c cleaning 9996 clauses out of 20016 with flag 1315000/1315000
487.29/268.14	c cleaning 10003 clauses out of 20020 with flag 1325000/1325000
490.87/270.17	c cleaning 10001 clauses out of 20017 with flag 1335000/1335000
494.43/272.15	c cleaning 9996 clauses out of 20016 with flag 1345000/1345000
498.23/274.38	c cleaning 10005 clauses out of 20020 with flag 1355000/1355000
502.00/276.43	c cleaning 9998 clauses out of 20015 with flag 1365000/1365000
505.56/278.42	c cleaning 9998 clauses out of 20018 with flag 1375001/1375001
509.12/280.45	c cleaning 10005 clauses out of 20020 with flag 1385001/1385001
512.93/282.62	c cleaning 10000 clauses out of 20014 with flag 1395000/1395000
516.47/284.63	c cleaning 9998 clauses out of 20014 with flag 1405000/1405000
520.22/286.72	c cleaning 10001 clauses out of 20016 with flag 1415000/1415000
523.57/288.69	c cleaning 9997 clauses out of 20016 with flag 1425001/1425001
527.39/290.81	c cleaning 10000 clauses out of 20020 with flag 1435002/1435002
530.73/292.79	c cleaning 10001 clauses out of 20019 with flag 1445001/1445001
534.49/294.83	c cleaning 10002 clauses out of 20018 with flag 1455001/1455001
538.22/296.94	c cleaning 9994 clauses out of 20015 with flag 1465000/1465000
541.81/299.10	c cleaning 10003 clauses out of 20022 with flag 1475001/1475001
545.75/301.30	c cleaning 9998 clauses out of 20019 with flag 1485001/1485001
549.50/303.38	c cleaning 10004 clauses out of 20021 with flag 1495001/1495001
553.43/305.53	c cleaning 10001 clauses out of 20016 with flag 1505000/1505000
557.44/307.83	c cleaning 9997 clauses out of 20015 with flag 1515000/1515000
561.18/309.92	c cleaning 10001 clauses out of 20018 with flag 1525000/1525000
564.73/311.95	c cleaning 10000 clauses out of 20018 with flag 1535001/1535001
568.47/314.09	c cleaning 10002 clauses out of 20017 with flag 1545000/1545000
572.47/316.36	c cleaning 10001 clauses out of 20017 with flag 1555002/1555002
576.01/318.39	c cleaning 9994 clauses out of 20014 with flag 1565000/1565000
579.54/320.37	c cleaning 10007 clauses out of 20020 with flag 1575000/1575000
583.27/322.42	c cleaning 9998 clauses out of 20014 with flag 1585001/1585001
587.05/324.61	c cleaning 10003 clauses out of 20015 with flag 1595000/1595000
590.79/326.77	c cleaning 9995 clauses out of 20013 with flag 1605001/1605001
594.73/328.93	c cleaning 10001 clauses out of 20018 with flag 1615001/1615001
598.63/331.17	c cleaning 10001 clauses out of 20016 with flag 1625000/1625000
602.58/333.44	c cleaning 10000 clauses out of 20016 with flag 1635001/1635001
606.33/335.54	c cleaning 10003 clauses out of 20016 with flag 1645001/1645001
609.05/337.17	c And the winner is CuttingPlanes
609.20/338.01	c Got one! Elapsed wall clock time (in seconds):337.797
609.20/338.01	o 167
610.16/338.53	c cleaning 10001 clauses out of 20013 with flag 1655001/1655001
614.48/340.94	c cleaning 9998 clauses out of 20011 with flag 1665000/1665000
618.60/343.38	c cleaning 10001 clauses out of 20013 with flag 1675000/1675000
622.51/345.56	c cleaning 9996 clauses out of 20012 with flag 1685000/1685000
626.64/347.81	c cleaning 10002 clauses out of 20017 with flag 1695001/1695001
630.52/350.09	c cleaning 10002 clauses out of 20015 with flag 1705001/1705001
634.63/352.42	c cleaning 9998 clauses out of 20012 with flag 1715000/1715000
638.93/354.84	c cleaning 10000 clauses out of 20014 with flag 1725000/1725000
642.84/357.06	c cleaning 10000 clauses out of 20014 with flag 1735000/1735000
646.76/359.21	c cleaning 9998 clauses out of 20015 with flag 1745001/1745001
650.87/361.60	c cleaning 9998 clauses out of 20017 with flag 1755001/1755001
654.97/363.95	c cleaning 10001 clauses out of 20018 with flag 1765000/1765000
659.44/366.42	c cleaning 10000 clauses out of 20017 with flag 1775000/1775000
663.53/368.72	c cleaning 10002 clauses out of 20018 with flag 1785001/1785001
668.02/371.32	c cleaning 10001 clauses out of 20016 with flag 1795001/1795001
672.29/373.78	c cleaning 10000 clauses out of 20014 with flag 1805000/1805000
676.59/376.20	c cleaning 9998 clauses out of 20014 with flag 1815000/1815000
681.05/378.67	c cleaning 9998 clauses out of 20017 with flag 1825001/1825001
685.56/381.23	c cleaning 9996 clauses out of 20019 with flag 1835001/1835001
689.83/383.63	c cleaning 10002 clauses out of 20022 with flag 1845000/1845000
693.70/385.81	c cleaning 10004 clauses out of 20020 with flag 1855000/1855000
697.56/388.01	c cleaning 9999 clauses out of 20017 with flag 1865001/1865001
701.65/390.43	c cleaning 9997 clauses out of 20017 with flag 1875000/1875000
705.71/392.73	c cleaning 10002 clauses out of 20020 with flag 1885000/1885000
709.57/394.97	c cleaning 10001 clauses out of 20018 with flag 1895000/1895000
713.60/397.24	c cleaning 10003 clauses out of 20017 with flag 1905000/1905000
717.48/399.59	c cleaning 10001 clauses out of 20015 with flag 1915001/1915001
721.32/401.78	c cleaning 9997 clauses out of 20014 with flag 1925001/1925001
725.36/404.03	c cleaning 10001 clauses out of 20016 with flag 1935000/1935000
729.38/406.38	c cleaning 10003 clauses out of 20015 with flag 1945000/1945000
733.24/408.68	c cleaning 9993 clauses out of 20013 with flag 1955001/1955001
737.87/411.22	c cleaning 10006 clauses out of 20020 with flag 1965001/1965001
741.68/413.47	c cleaning 10002 clauses out of 20014 with flag 1975001/1975001
745.70/415.71	c cleaning 9996 clauses out of 20011 with flag 1985000/1985000
749.90/418.24	c cleaning 10002 clauses out of 20015 with flag 1995000/1995000
753.91/420.53	c cleaning 9999 clauses out of 20014 with flag 2005001/2005001
757.71/422.80	c cleaning 9994 clauses out of 20014 with flag 2015000/2015000
761.93/425.11	c cleaning 9998 clauses out of 20021 with flag 2025001/2025001
766.17/427.60	c cleaning 10008 clauses out of 20023 with flag 2035001/2035001
770.38/430.05	c cleaning 9998 clauses out of 20015 with flag 2045001/2045001
774.37/432.39	c cleaning 9995 clauses out of 20016 with flag 2055000/2055000
778.54/434.77	c cleaning 10003 clauses out of 20022 with flag 2065001/2065001
782.94/437.39	c cleaning 9997 clauses out of 20018 with flag 2075000/2075000
787.13/439.77	c cleaning 9996 clauses out of 20021 with flag 2085000/2085000
791.12/442.07	c cleaning 10004 clauses out of 20025 with flag 2095000/2095000
795.29/444.43	c cleaning 9998 clauses out of 20022 with flag 2105001/2105001
799.45/446.92	c cleaning 10004 clauses out of 20024 with flag 2115001/2115001
802.02/448.51	c And the winner is CuttingPlanes
802.02/448.56	c Got one! Elapsed wall clock time (in seconds):448.348
802.02/448.56	o 166
802.89/449.08	c cleaning 10001 clauses out of 20019 with flag 2125000/2125000
806.86/451.36	c cleaning 10003 clauses out of 20019 with flag 2135001/2135001
810.82/453.68	c cleaning 9998 clauses out of 20015 with flag 2145000/2145000
814.98/456.16	c cleaning 9999 clauses out of 20017 with flag 2155000/2155000
818.78/458.35	c cleaning 9995 clauses out of 20019 with flag 2165001/2165001
822.77/460.68	c cleaning 10001 clauses out of 20023 with flag 2175000/2175000
826.58/462.83	c cleaning 10002 clauses out of 20022 with flag 2185000/2185000
830.34/465.20	c cleaning 10003 clauses out of 20020 with flag 2195000/2195000
834.34/467.44	c cleaning 9997 clauses out of 20017 with flag 2205000/2205000
838.11/469.62	c cleaning 10001 clauses out of 20023 with flag 2215003/2215003
842.25/472.01	c cleaning 9996 clauses out of 20020 with flag 2225001/2225001
846.57/474.69	c cleaning 10000 clauses out of 20023 with flag 2235000/2235000
850.52/476.99	c cleaning 10004 clauses out of 20024 with flag 2245001/2245001
854.67/479.31	c cleaning 9994 clauses out of 20019 with flag 2255000/2255000
858.85/481.74	c cleaning 10005 clauses out of 20026 with flag 2265001/2265001
862.95/484.22	c cleaning 10001 clauses out of 20020 with flag 2275000/2275000
866.72/486.47	c cleaning 10003 clauses out of 20020 with flag 2285001/2285001
870.69/488.77	c cleaning 9999 clauses out of 20018 with flag 2295002/2295002
874.46/490.95	c cleaning 10000 clauses out of 20018 with flag 2305001/2305001
878.45/493.38	c cleaning 9999 clauses out of 20017 with flag 2315000/2315000
882.42/495.60	c cleaning 9998 clauses out of 20019 with flag 2325001/2325001
886.20/497.82	c cleaning 10001 clauses out of 20021 with flag 2335001/2335001
890.17/500.11	c cleaning 9997 clauses out of 20020 with flag 2345001/2345001
894.20/502.51	c cleaning 9999 clauses out of 20023 with flag 2355001/2355001
897.96/504.80	c cleaning 10003 clauses out of 20024 with flag 2365001/2365001
901.90/507.06	c cleaning 10005 clauses out of 20021 with flag 2375001/2375001
905.87/509.31	c cleaning 10002 clauses out of 20017 with flag 2385002/2385002
909.83/511.77	c cleaning 9997 clauses out of 20013 with flag 2395000/2395000
913.80/514.05	c cleaning 9998 clauses out of 20016 with flag 2405000/2405000
917.71/516.38	c cleaning 10004 clauses out of 20019 with flag 2415001/2415001
921.68/518.60	c cleaning 9995 clauses out of 20015 with flag 2425001/2425001
926.01/521.24	c cleaning 10002 clauses out of 20019 with flag 2435000/2435000
930.34/523.71	c cleaning 9997 clauses out of 20017 with flag 2445000/2445000
934.46/526.17	c cleaning 10006 clauses out of 20020 with flag 2455000/2455000
938.59/528.55	c cleaning 10000 clauses out of 20014 with flag 2465000/2465000
943.33/531.32	c cleaning 9999 clauses out of 20014 with flag 2475000/2475000
947.63/533.89	c cleaning 10000 clauses out of 20015 with flag 2485000/2485000
952.15/536.45	c cleaning 9998 clauses out of 20015 with flag 2495000/2495000
956.68/539.04	c cleaning 9995 clauses out of 20017 with flag 2505000/2505000
961.16/541.73	c cleaning 10004 clauses out of 20022 with flag 2515000/2515000
965.09/544.07	c cleaning 10001 clauses out of 20018 with flag 2525000/2525000
966.25/544.94	c cleaning 0 clauses out of 5006 with flag 0/5006
970.34/547.37	c cleaning 10004 clauses out of 20019 with flag 2535002/2535002
974.66/549.98	c cleaning 10001 clauses out of 20013 with flag 2545000/2545000
978.75/552.36	c cleaning 9996 clauses out of 20012 with flag 2555000/2555000
983.07/554.86	c cleaning 9999 clauses out of 20016 with flag 2565000/2565000
987.38/557.32	c cleaning 10000 clauses out of 20018 with flag 2575001/2575001
991.50/559.90	c cleaning 10000 clauses out of 20017 with flag 2585000/2585000
995.60/562.26	c cleaning 10001 clauses out of 20017 with flag 2595000/2595000
999.91/564.74	c cleaning 10000 clauses out of 20016 with flag 2605000/2605000
1004.42/567.36	c cleaning 10004 clauses out of 20018 with flag 2615002/2615002
1009.11/570.11	c cleaning 9995 clauses out of 20012 with flag 2625000/2625000
1013.02/572.49	c cleaning 9995 clauses out of 20017 with flag 2635000/2635000
1017.13/574.89	c cleaning 10003 clauses out of 20022 with flag 2645000/2645000
1021.23/577.23	c cleaning 10004 clauses out of 20019 with flag 2655000/2655000
1025.50/579.88	c cleaning 10004 clauses out of 20015 with flag 2665000/2665000
1029.58/582.25	c cleaning 9991 clauses out of 20012 with flag 2675001/2675001
1033.68/584.63	c cleaning 10006 clauses out of 20021 with flag 2685001/2685001
1037.77/587.02	c cleaning 10000 clauses out of 20015 with flag 2695001/2695001
1042.04/589.65	c cleaning 9996 clauses out of 20014 with flag 2705000/2705000
1046.31/592.12	c cleaning 9996 clauses out of 20019 with flag 2715001/2715001
1050.59/594.67	c cleaning 9999 clauses out of 20022 with flag 2725000/2725000
1054.87/597.19	c cleaning 10003 clauses out of 20023 with flag 2735000/2735000
1059.36/599.82	c cleaning 9997 clauses out of 20020 with flag 2745000/2745000
1063.07/602.04	c cleaning 10007 clauses out of 20023 with flag 2755000/2755000
1066.78/604.27	c cleaning 9995 clauses out of 20017 with flag 2765001/2765001
1070.89/606.69	c cleaning 10001 clauses out of 20022 with flag 2775001/2775001
1075.17/609.25	c cleaning 10001 clauses out of 20020 with flag 2785000/2785000
1079.08/611.53	c cleaning 9999 clauses out of 20019 with flag 2795000/2795000
1082.78/613.80	c cleaning 10001 clauses out of 20020 with flag 2805000/2805000
1086.86/616.11	c cleaning 10003 clauses out of 20020 with flag 2815001/2815001
1090.72/618.58	c cleaning 9998 clauses out of 20016 with flag 2825000/2825000
1094.61/620.89	c cleaning 9996 clauses out of 20018 with flag 2835000/2835000
1098.66/623.22	c cleaning 9998 clauses out of 20023 with flag 2845001/2845001
1102.52/625.56	c cleaning 10003 clauses out of 20025 with flag 2855001/2855001
1106.58/628.10	c cleaning 10000 clauses out of 20022 with flag 2865001/2865001
1110.82/630.57	c cleaning 10005 clauses out of 20021 with flag 2875000/2875000
1115.22/633.11	c cleaning 9998 clauses out of 20016 with flag 2885000/2885000
1119.24/635.54	c cleaning 10003 clauses out of 20019 with flag 2895001/2895001
1123.42/638.19	c cleaning 9995 clauses out of 20015 with flag 2905000/2905000
1124.49/639.09	c And the winner is CuttingPlanes
1124.64/639.98	c Got one! Elapsed wall clock time (in seconds):639.767
1124.64/639.98	o 165
1127.43/641.42	c cleaning 10003 clauses out of 20020 with flag 2915000/2915000
1131.43/643.85	c cleaning 9999 clauses out of 20017 with flag 2925000/2925000
1135.48/646.24	c cleaning 10002 clauses out of 20020 with flag 2935002/2935002
1139.68/648.88	c cleaning 9998 clauses out of 20016 with flag 2945000/2945000
1143.72/651.24	c cleaning 10003 clauses out of 20019 with flag 2955001/2955001
1147.74/653.69	c cleaning 10002 clauses out of 20017 with flag 2965002/2965002
1151.77/656.06	c cleaning 9995 clauses out of 20014 with flag 2975001/2975001
1156.19/658.78	c cleaning 10004 clauses out of 20018 with flag 2985000/2985000
1160.38/661.25	c cleaning 9999 clauses out of 20015 with flag 2995001/2995001
1164.58/663.73	c cleaning 9998 clauses out of 20016 with flag 3005001/3005001
1168.79/666.21	c cleaning 10002 clauses out of 20017 with flag 3015000/3015000
1173.14/668.92	c cleaning 9995 clauses out of 20016 with flag 3025001/3025001
1177.37/671.42	c cleaning 9998 clauses out of 20020 with flag 3035000/3035000
1181.56/674.00	c cleaning 10004 clauses out of 20022 with flag 3045000/3045000
1185.96/676.58	c cleaning 10004 clauses out of 20019 with flag 3055001/3055001
1190.58/679.30	c cleaning 10000 clauses out of 20015 with flag 3065001/3065001
1194.78/681.84	c cleaning 9999 clauses out of 20014 with flag 3075000/3075000
1199.15/684.41	c cleaning 9999 clauses out of 20015 with flag 3085000/3085000
1203.13/686.90	c cleaning 10003 clauses out of 20017 with flag 3095001/3095001
1207.65/689.68	c cleaning 9994 clauses out of 20014 with flag 3105001/3105001
1212.00/692.23	c cleaning 10001 clauses out of 20019 with flag 3115000/3115000
1216.36/694.86	c cleaning 9998 clauses out of 20018 with flag 3125000/3125000
1220.74/697.47	c cleaning 9998 clauses out of 20020 with flag 3135000/3135000
1225.45/700.32	c cleaning 10006 clauses out of 20023 with flag 3145001/3145001
1229.62/702.87	c cleaning 10003 clauses out of 20017 with flag 3155001/3155001
1233.77/705.40	c cleaning 10000 clauses out of 20013 with flag 3165000/3165000
1238.14/707.93	c cleaning 9994 clauses out of 20014 with flag 3175001/3175001
1242.53/710.62	c cleaning 10001 clauses out of 20019 with flag 3185000/3185000
1246.46/713.06	c cleaning 10000 clauses out of 20018 with flag 3195000/3195000
1250.61/715.57	c cleaning 9994 clauses out of 20018 with flag 3205000/3205000
1254.97/718.13	c cleaning 10004 clauses out of 20024 with flag 3215000/3215000
1259.28/720.89	c cleaning 10002 clauses out of 20021 with flag 3225001/3225001
1263.45/723.38	c cleaning 10001 clauses out of 20018 with flag 3235000/3235000
1267.44/725.70	c cleaning 9995 clauses out of 20017 with flag 3245000/3245000
1271.64/728.25	c cleaning 10000 clauses out of 20022 with flag 3255000/3255000
1276.18/731.01	c cleaning 10003 clauses out of 20025 with flag 3265003/3265003
1280.32/733.60	c cleaning 9999 clauses out of 20019 with flag 3275000/3275000
1284.68/736.15	c cleaning 10003 clauses out of 20021 with flag 3285001/3285001
1288.87/738.68	c cleaning 10000 clauses out of 20019 with flag 3295002/3295002
1293.57/741.52	c cleaning 9995 clauses out of 20018 with flag 3305001/3305001
1297.75/744.04	c cleaning 10001 clauses out of 20023 with flag 3315001/3315001
1302.14/746.64	c cleaning 10003 clauses out of 20021 with flag 3325000/3325000
1306.35/749.16	c cleaning 9995 clauses out of 20018 with flag 3335000/3335000
1310.77/751.83	c cleaning 10001 clauses out of 20023 with flag 3345000/3345000
1314.96/754.34	c cleaning 10002 clauses out of 20022 with flag 3355000/3355000
1319.33/756.90	c cleaning 9998 clauses out of 20020 with flag 3365000/3365000
1323.50/759.47	c cleaning 9998 clauses out of 20023 with flag 3375001/3375001
1328.42/762.43	c cleaning 10007 clauses out of 20024 with flag 3385000/3385000
1332.77/765.07	c cleaning 10000 clauses out of 20018 with flag 3395001/3395001
1337.30/767.72	c cleaning 9999 clauses out of 20017 with flag 3405000/3405000
1341.62/770.39	c cleaning 9998 clauses out of 20018 with flag 3415000/3415000
1346.50/773.32	c cleaning 10000 clauses out of 20021 with flag 3425001/3425001
1351.22/776.12	c cleaning 10007 clauses out of 20021 with flag 3435001/3435001
1355.39/778.61	c cleaning 9997 clauses out of 20013 with flag 3445000/3445000
1359.55/781.11	c cleaning 9996 clauses out of 20017 with flag 3455001/3455001
1363.84/783.82	c cleaning 9997 clauses out of 20020 with flag 3465000/3465000
1368.02/786.36	c cleaning 10004 clauses out of 20023 with flag 3475000/3475000
1372.39/788.92	c cleaning 9993 clauses out of 20019 with flag 3485000/3485000
1376.71/791.53	c cleaning 10004 clauses out of 20027 with flag 3495001/3495001
1381.02/794.29	c cleaning 9994 clauses out of 20022 with flag 3505000/3505000
1385.37/796.85	c cleaning 10007 clauses out of 20028 with flag 3515000/3515000
1389.54/799.36	c cleaning 10001 clauses out of 20021 with flag 3525000/3525000
1393.91/801.92	c cleaning 10001 clauses out of 20020 with flag 3535000/3535000
1398.38/804.79	c cleaning 10005 clauses out of 20019 with flag 3545000/3545000
1403.33/807.68	c cleaning 10000 clauses out of 20014 with flag 3555000/3555000
1408.29/810.51	c cleaning 10000 clauses out of 20015 with flag 3565001/3565001
1413.02/813.30	c cleaning 9998 clauses out of 20015 with flag 3575001/3575001
1417.87/816.38	c cleaning 9997 clauses out of 20016 with flag 3585000/3585000
1422.98/819.35	c cleaning 10004 clauses out of 20020 with flag 3595001/3595001
1427.72/822.13	c cleaning 9996 clauses out of 20015 with flag 3605000/3605000
1432.48/824.96	c cleaning 9998 clauses out of 20020 with flag 3615001/3615001
1437.49/828.08	c cleaning 9999 clauses out of 20022 with flag 3625001/3625001
1442.42/830.93	c cleaning 9998 clauses out of 20022 with flag 3635000/3635000
1447.16/833.78	c cleaning 9997 clauses out of 20024 with flag 3645000/3645000
1451.88/836.53	c cleaning 10004 clauses out of 20027 with flag 3655000/3655000
1456.50/839.35	c cleaning 10006 clauses out of 20023 with flag 3665000/3665000
1461.03/842.07	c cleaning 10001 clauses out of 20017 with flag 3675000/3675000
1465.37/844.69	c cleaning 9995 clauses out of 20016 with flag 3685000/3685000
1469.90/847.36	c cleaning 10001 clauses out of 20021 with flag 3695000/3695000
1474.79/850.38	c cleaning 9995 clauses out of 20020 with flag 3705000/3705000
1479.29/853.02	c cleaning 10000 clauses out of 20025 with flag 3715000/3715000
1483.39/855.57	c cleaning 9999 clauses out of 20025 with flag 3725000/3725000
1487.67/858.16	c cleaning 9998 clauses out of 20026 with flag 3735000/3735000
1492.12/860.94	c cleaning 10009 clauses out of 20028 with flag 3745000/3745000
1496.43/863.52	c cleaning 10003 clauses out of 20019 with flag 3755000/3755000
1500.74/866.13	c cleaning 10005 clauses out of 20016 with flag 3765000/3765000
1505.26/868.81	c cleaning 9997 clauses out of 20011 with flag 3775000/3775000
1510.50/872.03	c cleaning 10004 clauses out of 20015 with flag 3785001/3785001
1514.80/874.68	c cleaning 9998 clauses out of 20012 with flag 3795002/3795002
1519.11/877.21	c cleaning 9998 clauses out of 20012 with flag 3805000/3805000
1523.43/879.82	c cleaning 9996 clauses out of 20014 with flag 3815000/3815000
1528.06/882.78	c cleaning 10004 clauses out of 20018 with flag 3825000/3825000
1532.17/885.26	c cleaning 9995 clauses out of 20014 with flag 3835000/3835000
1536.29/887.76	c cleaning 9999 clauses out of 20019 with flag 3845000/3845000
1540.56/890.34	c cleaning 9999 clauses out of 20020 with flag 3855000/3855000
1545.20/893.22	c cleaning 10003 clauses out of 20022 with flag 3865001/3865001
1549.30/895.70	c cleaning 10001 clauses out of 20019 with flag 3875001/3875001
1553.42/898.21	c cleaning 10001 clauses out of 20017 with flag 3885000/3885000
1557.74/900.86	c cleaning 10000 clauses out of 20016 with flag 3895000/3895000
1562.49/903.82	c cleaning 9998 clauses out of 20017 with flag 3905001/3905001
1566.76/906.49	c cleaning 10003 clauses out of 20019 with flag 3915001/3915001
1571.20/909.19	c cleaning 9998 clauses out of 20015 with flag 3925000/3925000
1575.87/911.91	c cleaning 10004 clauses out of 20018 with flag 3935001/3935001
1580.63/914.92	c cleaning 10001 clauses out of 20014 with flag 3945001/3945001
1584.90/917.53	c cleaning 10002 clauses out of 20013 with flag 3955001/3955001
1589.36/920.27	c cleaning 10002 clauses out of 20011 with flag 3965001/3965001
1593.83/922.93	c cleaning 9995 clauses out of 20008 with flag 3975000/3975000
1598.20/925.79	c cleaning 9997 clauses out of 20014 with flag 3985001/3985001
1602.49/928.37	c cleaning 9994 clauses out of 20016 with flag 3995000/3995000
1606.92/931.02	c cleaning 10002 clauses out of 20022 with flag 4005000/4005000
1611.19/933.61	c cleaning 10003 clauses out of 20020 with flag 4015000/4015000
1615.64/936.49	c cleaning 9997 clauses out of 20017 with flag 4025000/4025000
1619.91/939.01	c cleaning 10005 clauses out of 20021 with flag 4035001/4035001
1624.17/941.67	c cleaning 10000 clauses out of 20015 with flag 4045000/4045000
1628.59/944.31	c cleaning 10000 clauses out of 20016 with flag 4055001/4055001
1633.13/947.25	c cleaning 9993 clauses out of 20015 with flag 4065000/4065000
1637.58/949.91	c cleaning 9999 clauses out of 20022 with flag 4075000/4075000
1642.21/952.79	c cleaning 10000 clauses out of 20023 with flag 4085000/4085000
1647.07/955.64	c cleaning 10001 clauses out of 20023 with flag 4095000/4095000
1652.21/958.80	c cleaning 10003 clauses out of 20024 with flag 4105002/4105002
1656.68/961.57	c cleaning 9998 clauses out of 20019 with flag 4115000/4115000
1661.14/964.24	c cleaning 9999 clauses out of 20023 with flag 4125002/4125002
1665.41/966.89	c cleaning 9999 clauses out of 20022 with flag 4135000/4135000
1670.15/969.87	c cleaning 10001 clauses out of 20024 with flag 4145001/4145001
1674.59/972.57	c cleaning 10001 clauses out of 20022 with flag 4155000/4155000
1679.05/975.30	c cleaning 10006 clauses out of 20021 with flag 4165000/4165000
1683.51/977.94	c cleaning 9994 clauses out of 20016 with flag 4175001/4175001
1688.11/980.82	c cleaning 10003 clauses out of 20024 with flag 4185003/4185003
1692.38/983.44	c cleaning 9998 clauses out of 20019 with flag 4195001/4195001
1696.62/986.08	c cleaning 10004 clauses out of 20020 with flag 4205000/4205000
1701.03/988.80	c cleaning 10001 clauses out of 20017 with flag 4215001/4215001
1705.60/991.64	c cleaning 9998 clauses out of 20015 with flag 4225000/4225000
1710.02/994.34	c cleaning 10003 clauses out of 20017 with flag 4235000/4235000
1714.44/997.04	c cleaning 9999 clauses out of 20015 with flag 4245001/4245001
1718.88/999.77	c cleaning 9994 clauses out of 20017 with flag 4255002/4255002
1723.64/1002.74	c cleaning 9998 clauses out of 20021 with flag 4265000/4265000
1728.29/1005.50	c cleaning 9996 clauses out of 20023 with flag 4275000/4275000
1732.73/1008.23	c cleaning 10004 clauses out of 20027 with flag 4285000/4285000
1737.34/1011.04	c cleaning 9997 clauses out of 20023 with flag 4295000/4295000
1742.05/1014.10	c cleaning 10005 clauses out of 20027 with flag 4305001/4305001
1746.63/1016.87	c cleaning 9993 clauses out of 20022 with flag 4315001/4315001
1751.44/1019.73	c cleaning 10004 clauses out of 20029 with flag 4325001/4325001
1756.02/1022.57	c cleaning 10000 clauses out of 20025 with flag 4335001/4335001
1761.16/1025.78	c cleaning 10004 clauses out of 20025 with flag 4345001/4345001
1765.94/1028.62	c cleaning 10002 clauses out of 20021 with flag 4355001/4355001
1770.53/1031.41	c cleaning 10003 clauses out of 20019 with flag 4365001/4365001
1774.96/1034.19	c cleaning 9998 clauses out of 20015 with flag 4375000/4375000
1779.70/1037.19	c cleaning 9997 clauses out of 20017 with flag 4385000/4385000
1784.28/1039.94	c cleaning 9996 clauses out of 20020 with flag 4395000/4395000
1788.69/1042.61	c cleaning 10001 clauses out of 20024 with flag 4405000/4405000
1793.27/1045.47	c cleaning 10000 clauses out of 20024 with flag 4415001/4415001
1797.94/1048.49	c cleaning 10002 clauses out of 20023 with flag 4425000/4425000
1801.91/1050.90	c starts		: 34
1801.91/1050.90	c conflicts		: 6295
1801.91/1050.90	c decisions		: 65391
1801.91/1050.90	c propagations		: 262958
1801.91/1050.91	c inspects		: 47796418
1801.91/1050.91	c learnt literals	: 0
1801.91/1050.91	c learnt binary clauses	: 0
1801.91/1050.91	c learnt ternary clauses	: 0
1801.91/1050.91	c learnt clauses	: 6294
1801.91/1050.91	c ignored clauses	: 0
1801.91/1050.91	c root simplifications	: 0
1801.91/1050.91	c removed literals (reason simplification)	: 0
1801.91/1050.91	c reason swapping (by a shorter reason)	: 0
1801.91/1050.91	c Calls to reduceDB	: 1
1801.91/1050.91	c number of reductions to clauses (during analyze)	: 0
1801.91/1050.91	c number of learned constraints concerned by reduction	: 0
1801.91/1050.91	c number of learning phase by resolution	: 0
1801.91/1050.91	c number of learning phase by cutting planes	: 0
1801.91/1050.91	c speed (assignments/second)	: 639.9421769783578
1801.91/1050.91	c non guided choices	0
1802.11/1051.02	c learnt constraints type 
1802.11/1051.02	c org.sat4j.pb.constraints.pb.MinWatchCardPB => 2235
1802.11/1051.02	c org.sat4j.pb.constraints.pb.MaxWatchPb => 4059
1802.11/1051.03	c constraints type 
1802.11/1051.03	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 991
1802.11/1051.03	c org.sat4j.minisat.constraints.card.MinWatchCard => 1
1802.11/1051.03	c org.sat4j.minisat.constraints.cnf.OriginalBinaryClause => 39
1802.11/1051.03	c constraints type 
1802.11/1051.03	c org.sat4j.pb.constraints.pb.OriginalBinaryClausePB => 39
1802.11/1051.03	c org.sat4j.pb.constraints.pb.OriginalHTClausePB => 991
1802.11/1051.03	c org.sat4j.pb.constraints.pb.MinWatchCardPB => 1
1802.11/1051.03	s SATISFIABLE
1802.11/1051.03	v x1 -x2 -x3 -x4 -x5 -x6 -x7 -x8 -x9 x10 x11 -x12 -x13 -x14 -x15 -x16 -x17 -x18 -x19 -x20 -x21 -x22 -x23 -x24 -x25 x26 -x27 -x28 -x29 -x30 -x31 -x32 -x33 -x34 -x35 -x36 -x37 -x38 -x39 -x40 -x41 -x42 -x43 -x44 -x45 x46 -x47 -x48 x49 -x50 -x51 x52 -x53 -x54 -x55 -x56 -x57 -x58 -x59 -x60 -x61 -x62 -x63 -x64 -x65 -x66 -x67 -x68 -x69 -x70 -x71 -x72 -x73 -x74 x75 -x76 -x77 -x78 -x79 x80 -x81 -x82 x83 -x84 -x85 -x86 -x87 -x88 -x89 -x90 -x91 -x92 -x93 -x94 -x95 -x96 -x97 -x98 -x99 -x100 -x101 -x102 -x103 x104 -x105 -x106 -x107 -x108 -x109 -x110 -x111 -x112 -x113 -x114 x115 -x116 -x117 -x118 -x119 -x120 -x121 -x122 -x123 -x124 -x125 -x126 x127 x128 -x129 -x130 x131 -x132 -x133 -x134 -x135 -x136 -x137 -x138 -x139 -x140 -x141 -x142 -x143 -x144 -x145 -x146 -x147 -x148 -x149 -x150 x151 -x152 -x153 -x154 -x155 -x156 x157 x158 -x159 -x160 x161 -x162 -x163 -x164 -x165 -x166 -x167 -x168 -x169 -x170 -x171 -x172 -x173 x174 -x175 -x176 -x177 -x178 -x179 -x180 -x181 -x182 x183 x184 -x185 -x186 x187 -x188 -x189 -x190 x191 -x192 -x193 -x194 -x195 -x196 -x197 -x198 -x199 -x200 -x201 -x202 -x203 x204 -x205 -x206 -x207 -x208 -x209 -x210 -x211 x212 -x213 -x214 -x215 -x216 -x217 -x218 x219 -x220 -x221 -x222 -x223 -x224 -x225 -x226 -x227 -x228 -x229 x230 -x231 x232 -x233 -x234 x235 -x236 -x237 -x238 -x239 -x240 -x241 -x242 x243 -x244 -x245 x246 -x247 -x248 -x249 x250 -x251 -x252 -x253 -x254 -x255 -x256 -x257 -x258 -x259 -x260 -x261 -x262 -x263 -x264 -x265 -x266 -x267 -x268 x269 -x270 -x271 -x272 -x273 -x274 -x275 -x276 -x277 -x278 -x279 -x280 -x281 -x282 -x283 -x284 -x285 x286 -x287 -x288 -x289 -x290 -x291 -x292 -x293 -x294 -x295 -x296 -x297 x298 -x299 -x300 -x301 -x302 -x303 -x304 -x305 -x306 -x307 -x308 -x309 -x310 -x311 x312 x313 -x314 -x315 -x316 -x317 -x318 -x319 -x320 -x321 -x322 x323 -x324 -x325 -x326 -x327 -x328 -x329 -x330 x331 -x332 -x333 -x334 -x335 -x336 -x337 -x338 -x339 -x340 x341 -x342 -x343 -x344 -x345 x346 -x347 -x348 -x349 -x350 -x351 -x352 -x353 -x354 x355 -x356 x357 -x358 -x359 -x360 -x361 -x362 -x363 -x364 -x365 -x366 -x367 -x368 -x369 -x370 -x371 -x372 x373 x374 -x375 -x376 -x377 -x378 -x379 -x380 -x381 -x382 -x383 x384 -x385 -x386 -x387 -x388 -x389 -x390 -x391 -x392 -x393 x394 -x395 -x396 -x397 -x398 -x399 -x400 x401 x402 x403 -x404 -x405 -x406 -x407 -x408 -x409 -x410 -x411 -x412 -x413 -x414 -x415 -x416 -x417 -x418 -x419 x420 -x421 -x422 -x423 -x424 x425 -x426 x427 -x428 -x429 -x430 x431 -x432 -x433 -x434 -x435 -x436 -x437 -x438 x439 x440 -x441 -x442 -x443 -x444 -x445 -x446 -x447 -x448 -x449 x450 -x451 -x452 -x453 -x454 -x455 -x456 -x457 -x458 -x459 -x460 -x461 -x462 -x463 -x464 -x465 -x466 -x467 x468 -x469 -x470 -x471 -x472 -x473 -x474 -x475 -x476 -x477 -x478 x479 -x480 -x481 -x482 -x483 -x484 x485 -x486 -x487 -x488 -x489 -x490 -x491 -x492 x493 -x494 -x495 -x496 -x497 -x498 -x499 -x500 -x501 x502 -x503 -x504 -x505 -x506 -x507 x508 -x509 -x510 x511 x512 -x513 -x514 -x515 -x516 -x517 -x518 -x519 -x520 -x521 -x522 -x523 x524 -x525 -x526 -x527 -x528 -x529 -x530 x531 -x532 -x533 -x534 -x535 -x536 -x537 -x538 -x539 -x540 -x541 -x542 -x543 x544 -x545 -x546 -x547 -x548 -x549 -x550 x551 -x552 -x553 x554 -x555 -x556 -x557 -x558 -x559 -x560 -x561 -x562 -x563 x564 x565 -x566 x567 -x568 -x569 x570 -x571 -x572 -x573 -x574 -x575 -x576 -x577 -x578 -x579 -x580 -x581 x582 -x583 x584 -x585 -x586 -x587 -x588 -x589 -x590 x591 -x592 -x593 -x594 -x595 -x596 -x597 -x598 -x599 -x600 -x601 -x602 x603 -x604 -x605 x606 -x607 -x608 -x609 -x610 -x611 -x612 x613 -x614 x615 -x616 -x617 -x618 -x619 -x620 x621 -x622 -x623 -x624 -x625 -x626 -x627 -x628 -x629 -x630 -x631 x632 -x633 -x634 -x635 -x636 -x637 -x638 -x639 x640 -x641 -x642 -x643 -x644 -x645 -x646 -x647 -x648 -x649 x650 x651 -x652 -x653 x654 x655 -x656 -x657 -x658 -x659 -x660 -x661 -x662 -x663 -x664 x665 x666 x667 -x668 -x669 -x670 -x671 x672 -x673 -x674 -x675 -x676 -x677 -x678 -x679 -x680 -x681 -x682 -x683 x684 -x685 -x686 -x687 -x688 -x689 x690 -x691 -x692 -x693 -x694 -x695 -x696 -x697 x698 -x699 -x700 -x701 -x702 -x703 -x704 -x705 -x706 x707 -x708 -x709 -x710 -x711 -x712 -x713 -x714 -x715 -x716 -x717 -x718 -x719 x720 -x721 -x722 -x723 -x724 -x725 x726 -x727 x728 x729 x730 -x731 -x732 -x733 -x734 -x735 x736 -x737 -x738 -x739 -x740 -x741 x742 -x743 -x744 -x745 -x746 -x747 x748 -x749 -x750 x751 -x752 -x753 -x754 -x755 -x756 -x757 -x758 -x759 -x760 -x761 -x762 -x763 -x764 x765 -x766 -x767 -x768 -x769 -x770 -x771 x772 -x773 x774 -x775 -x776 -x777 -x778 x779 -x780 -x781 -x782 x783 -x784 -x785 -x786 -x787 -x788 -x789 x790 -x791 -x792 x793 -x794 x795 -x796 -x797 x798 -x799 -x800 -x801 -x802 -x803 -x804 x805 -x806 -x807 -x808 -x809 -x810 -x811 -x812 -x813 -x814 -x815 -x816 -x817 x818 -x819 -x820 x821 -x822 -x823 -x824 x825 -x826 -x827 -x828 -x829 -x830 -x831 -x832 -x833 -x834 -x835 -x836 -x837 -x838 -x839 x840 -x841 -x842 -x843 -x844 -x845 x846 -x847 -x848 -x849 x850 -x851 -x852 -x853 -x854 -x855 x856 -x857 x858 -x859 -x860 -x861 x862 x863 -x864 -x865 -x866 -x867 -x868 -x869 -x870 -x871 -x872 -x873 -x874 x875 -x876 x877 -x878 -x879 -x880 -x881 x882 -x883 -x884 -x885 -x886 -x887 -x888 -x889 x890 -x891 -x892 -x893 x894 -x895 -x896 x897 -x898 -x899 x900 -x901 -x902 -x903 x904 -x905 -x906 -x907 -x908 -x909 -x910 -x911 -x912 x913 x914 -x915 -x916 x917 -x918 -x919 -x920 -x921 -x922 -x923 -x924 -x925 -x926 -x927 -x928 -x929 -x930 x931 -x932 -x933 -x934 -x935 -x936 -x937 x938 -x939 -x940 -x941 -x942 -x943 -x944 x945 -x946 x947 -x948 -x949 -x950 -x951 -x952 -x953 -x954 x955 x956 -x957 x958 -x959 -x960 -x961 -x962 x963 -x964 -x965 -x966 -x967 -x968 -x969 -x970 x971 -x972 -x973 -x974 -x975 -x976 -x977 -x978 -x979 -x980 -x981 -x982 -x983 -x984 -x985 -x986 x987 -x988 -x989 -x990 -x991 -x992 x993 -x994 -x995 -x996 -x997 -x998 x999 -x1000 -x1001 x1002 -x1003 -x1004 -x1005 -x1006 -x1007 x1008 -x1009 -x1010 -x1011 -x1012 -x1013 x1014 -x1015 x1016 -x1017 -x1018 x1019 -x1020 -x1021 -x1022 -x1023 -x1024 -x1025 x1026 -x1027 -x1028 -x1029 -x1030 -x1031 x1032 -x1033 -x1034 x1035 -x1036 -x1037 -x1038 -x1039 -x1040 x1041 -x1042 -x1043 -x1044 -x1045 -x1046 -x1047 -x1048 -x1049 x1050 -x1051 -x1052 -x1053 -x1054 -x1055 -x1056 x1057 -x1058 -x1059 -x1060 x1061 -x1062 -x1063 -x1064 x1065 x1066 -x1067 x1068 -x1069 -x1070 -x1071 -x1072 -x1073 x1074 -x1075 -x1076 
1802.11/1051.03	c objective function=165
1802.11/1051.03	c Total wall clock time (in seconds): 1050.81

Verifier Data

OK	165

Watcher Data

runsolver version 3.2.9 (svn:492) (c) roussel@cril.univ-artois.fr

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-2663237-1276593569/watcher-2663237-1276593569 -o /tmp/evaluation-result-2663237-1276593569/solver-2663237-1276593569 -C 1800 -W 2000 -M 1800 java6 -server -Xms1350m -Xmx1350m -jar HOME/sat4j-multicore.jar HOME/instance-2663237-1276593569.opb 

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): 2000 seconds
Enforcing VSIZE limit (soft limit, will send SIGTERM then SIGKILL): 1843200 KiB
Enforcing VSIZE limit (hard limit, stack expansion will fail with SIGSEGV, brk() and mmap() will return ENOMEM): 1894400 KiB
Current StackSize limit: 10240 KiB


[startup+0 s]
/proc/loadavg: 0.94 0.98 0.99 3/106 3991
/proc/meminfo: memFree=1825612/2059040 swapFree=4135900/4192956
[pid=3991] ppid=3989 vsize=1836 CPUtime=0
/proc/3991/stat : 3991 (java6) R 3989 3991 3606 0 -1 4194304 251 0 0 0 0 0 0 0 19 0 1 0 34958266 1880064 154 1992294400 134512640 134550932 4293468976 18446744073709551615 4294960144 0 0 4096 0 0 0 0 17 1 0 0 0
/proc/3991/statm: 458 153 116 10 0 63 0

[startup+0.0514951 s]
/proc/loadavg: 0.94 0.98 0.99 3/106 3991
/proc/meminfo: memFree=1825612/2059040 swapFree=4135900/4192956
[pid=3991] ppid=3989 vsize=1521016 CPUtime=0.03
/proc/3991/stat : 3991 (java) S 3989 3991 3606 0 -1 4202496 3494 0 1 0 2 1 0 0 18 0 5 0 34958266 1557520384 2937 1992294400 134512640 134550932 4290683392 18446744073709551615 4294960144 0 0 0 16784584 18446744073709551615 0 0 17 0 0 0 0
/proc/3991/statm: 380254 2937 989 10 0 377564 0
Current children cumulated CPU time (s) 0.03
Current children cumulated vsize (KiB) 1521016

[startup+0.101499 s]
/proc/loadavg: 0.94 0.98 0.99 3/106 3991
/proc/meminfo: memFree=1825612/2059040 swapFree=4135900/4192956
[pid=3991] ppid=3989 vsize=1524180 CPUtime=0.08
/proc/3991/stat : 3991 (java) S 3989 3991 3606 0 -1 4202496 3960 0 1 0 6 2 0 0 18 0 12 0 34958266 1560760320 3399 1992294400 134512640 134550932 4290683392 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/3991/statm: 381045 3399 1075 10 0 378348 0
Current children cumulated CPU time (s) 0.08
Current children cumulated vsize (KiB) 1524180

[startup+0.301518 s]
/proc/loadavg: 0.94 0.98 0.99 3/106 3991
/proc/meminfo: memFree=1825612/2059040 swapFree=4135900/4192956
[pid=3991] ppid=3989 vsize=1526232 CPUtime=0.37
/proc/3991/stat : 3991 (java) S 3989 3991 3606 0 -1 4202496 5400 0 1 0 35 2 0 0 18 0 12 0 34958266 1562861568 4837 1992294400 134512640 134550932 4290683392 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/3991/statm: 381558 4837 1361 10 0 378861 0
Current children cumulated CPU time (s) 0.37
Current children cumulated vsize (KiB) 1526232

[startup+0.701554 s]
/proc/loadavg: 0.94 0.98 0.99 3/106 3991
/proc/meminfo: memFree=1825612/2059040 swapFree=4135900/4192956
[pid=3991] ppid=3989 vsize=1528340 CPUtime=1.16
/proc/3991/stat : 3991 (java) S 3989 3991 3606 0 -1 4202496 7528 0 1 0 113 3 0 0 18 0 14 0 34958266 1565020160 6855 1992294400 134512640 134550932 4290683392 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/3991/statm: 382085 6855 1403 10 0 379388 0
Current children cumulated CPU time (s) 1.16
Current children cumulated vsize (KiB) 1528340

[startup+1.50162 s]
/proc/loadavg: 0.94 0.98 0.99 2/120 4007
/proc/meminfo: memFree=1800764/2059040 swapFree=4135900/4192956
[pid=3991] ppid=3989 vsize=1529860 CPUtime=1.45
/proc/3991/stat : 3991 (java) S 3989 3991 3606 0 -1 4202496 8185 0 1 0 141 4 0 0 18 0 14 0 34958266 1566576640 7437 1992294400 134512640 134550932 4290683392 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/3991/statm: 382465 7437 1418 10 0 379768 0
[pid=3991/tid=3993] ppid=3989 vsize=1529860 CPUtime=0.63
/proc/3991/task/3993/stat : 3993 (java) S 3989 3991 3606 0 -1 4202560 5146 0 1 0 61 2 0 0 25 0 14 0 34958267 1566576640 7437 1992294400 134512640 134550932 4290683392 18446744073709551615 4294960144 0 4 0 16800975 18446604437836395456 0 0 -1 0 0 0 0
[pid=3991/tid=3994] ppid=3989 vsize=1529860 CPUtime=0
/proc/3991/task/3994/stat : 3994 (java) S 3989 3991 3606 0 -1 4202560 4 0 0 0 0 0 0 0 20 0 14 0 34958269 1566576640 7437 1992294400 134512640 134550932 4290683392 18446744073709551615 4294960144 0 4 0 16800975 18446604437836395456 0 0 -1 0 0 0 0
[pid=3991/tid=3995] ppid=3989 vsize=1529860 CPUtime=0
/proc/3991/task/3995/stat : 3995 (java) S 3989 3991 3606 0 -1 4202560 1 0 0 0 0 0 0 0 21 0 14 0 34958269 1566576640 7437 1992294400 134512640 134550932 4290683392 18446744073709551615 4294960144 0 4 0 16800975 18446604437836395456 0 0 -1 0 0 0 0
[pid=3991/tid=3996] ppid=3989 vsize=1529860 CPUtime=0
/proc/3991/task/3996/stat : 3996 (java) S 3989 3991 3606 0 -1 4202560 1 0 0 0 0 0 0 0 18 0 14 0 34958271 1566576640 7437 1992294400 134512640 134550932 4290683392 18446744073709551615 4294960144 0 0 0 16800975 18446604437836395456 0 0 -1 1 0 0 0
[pid=3991/tid=3997] ppid=3989 vsize=1529860 CPUtime=0
/proc/3991/task/3997/stat : 3997 (java) S 3989 3991 3606 0 -1 4202560 11 0 0 0 0 0 0 0 23 0 14 0 34958271 1566576640 7437 1992294400 134512640 134550932 4290683392 18446744073709551615 4294960144 0 4 0 16800975 18446604437836395456 0 0 -1 0 0 0 0
[pid=3991/tid=3998] ppid=3989 vsize=1529860 CPUtime=0
/proc/3991/task/3998/stat : 3998 (java) S 3989 3991 3606 0 -1 4202560 4 0 0 0 0 0 0 0 24 0 14 0 34958271 1566576640 7437 1992294400 134512640 134550932 4290683392 18446744073709551615 4294960144 0 4 0 16800975 18446604437836395456 0 0 -1 0 0 0 0
[pid=3991/tid=3999] ppid=3989 vsize=1529860 CPUtime=0
/proc/3991/task/3999/stat : 3999 (java) S 3989 3991 3606 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 14 0 34958275 1566576640 7437 1992294400 134512640 134550932 4290683392 18446744073709551615 4294960144 0 4 0 16800975 18446604437836395456 0 0 -1 0 0 0 0
[pid=3991/tid=4000] ppid=3989 vsize=1529860 CPUtime=0.33
/proc/3991/task/4000/stat : 4000 (java) S 3989 3991 3606 0 -1 4202560 592 0 0 0 33 0 0 0 25 0 14 0 34958275 1566576640 7437 1992294400 134512640 134550932 4290683392 18446744073709551615 4294960144 0 4 0 16800975 18446604437836395456 0 0 -1 0 0 0 0
[pid=3991/tid=4001] ppid=3989 vsize=1529860 CPUtime=0.3
/proc/3991/task/4001/stat : 4001 (java) S 3989 3991 3606 0 -1 4202560 806 0 0 0 30 0 0 0 25 0 14 0 34958275 1566576640 7437 1992294400 134512640 134550932 4290683392 18446744073709551615 4294960144 0 4 0 16800975 18446604437836395456 0 0 -1 1 0 0 0
[pid=3991/tid=4002] ppid=3989 vsize=1529860 CPUtime=0
/proc/3991/task/4002/stat : 4002 (java) S 3989 3991 3606 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 14 0 34958275 1566576640 7437 1992294400 134512640 134550932 4290683392 18446744073709551615 4294960144 0 4 0 16800975 18446604437836395456 0 0 -1 0 0 0 0
[pid=3991/tid=4003] ppid=3989 vsize=1529860 CPUtime=0
/proc/3991/task/4003/stat : 4003 (java) S 3989 3991 3606 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 14 0 34958275 1566576640 7437 1992294400 134512640 134550932 4290683392 18446744073709551615 4294960144 0 4 0 16800975 18446604437836395456 0 0 -1 1 0 0 0
[pid=3991/tid=4006] ppid=3989 vsize=1529860 CPUtime=0
/proc/3991/task/4006/stat : 4006 (java) S 3989 3991 3606 0 -1 4202560 4 0 0 0 0 0 0 0 25 0 14 0 34958338 1566576640 7437 1992294400 134512640 134550932 4290683392 18446744073709551615 4294960144 0 4 0 16800975 18446604437836395456 0 0 -1 1 0 0 0
[pid=3991/tid=4007] ppid=3989 vsize=1529860 CPUtime=0
/proc/3991/task/4007/stat : 4007 (java) S 3989 3991 3606 0 -1 4202560 5 0 0 0 0 0 0 0 19 0 14 0 34958342 1566576640 7437 1992294400 134512640 134550932 4290683392 18446744073709551615 4294960144 0 4 0 16800975 18446604437836395456 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 1.45
Current children cumulated vsize (KiB) 1529860

[startup+3.10278 s]
/proc/loadavg: 0.94 0.98 0.99 4/122 4009
/proc/meminfo: memFree=1795788/2059040 swapFree=4135900/4192956
[pid=3991] ppid=3989 vsize=1530628 CPUtime=4.25
/proc/3991/stat : 3991 (java) S 3989 3991 3606 0 -1 4202496 12549 0 1 0 419 6 0 0 18 0 16 0 34958266 1567363072 11022 1992294400 134512640 134550932 4290683392 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/3991/statm: 382657 11022 1430 10 0 379960 0
[pid=3991/tid=3993] ppid=3989 vsize=1530628 CPUtime=0.66
/proc/3991/task/3993/stat : 3993 (java) S 3989 3991 3606 0 -1 4202560 5263 0 1 0 63 3 0 0 18 0 16 0 34958267 1567363072 11022 1992294400 134512640 134550932 4290683392 18446744073709551615 4294960144 0 4 0 16800975 18446604437836395456 0 0 -1 1 0 0 0
[pid=3991/tid=3994] ppid=3989 vsize=1530628 CPUtime=0
/proc/3991/task/3994/stat : 3994 (java) S 3989 3991 3606 0 -1 4202560 4 0 0 0 0 0 0 0 20 0 16 0 34958269 1567363072 11022 1992294400 134512640 134550932 4290683392 18446744073709551615 4294960144 0 4 0 16800975 18446604437836395456 0 0 -1 0 0 0 0
[pid=3991/tid=3995] ppid=3989 vsize=1530628 CPUtime=0
/proc/3991/task/3995/stat : 3995 (java) S 3989 3991 3606 0 -1 4202560 1 0 0 0 0 0 0 0 21 0 16 0 34958269 1567363072 11022 1992294400 134512640 134550932 4290683392 18446744073709551615 4294960144 0 4 0 16800975 18446604437836395456 0 0 -1 0 0 0 0
[pid=3991/tid=3996] ppid=3989 vsize=1530628 CPUtime=0
/proc/3991/task/3996/stat : 3996 (java) S 3989 3991 3606 0 -1 4202560 1 0 0 0 0 0 0 0 18 0 16 0 34958271 1567363072 11022 1992294400 134512640 134550932 4290683392 18446744073709551615 4294960144 0 0 0 16800975 18446604437836395456 0 0 -1 1 0 0 0
[pid=3991/tid=3997] ppid=3989 vsize=1530628 CPUtime=0
/proc/3991/task/3997/stat : 3997 (java) S 3989 3991 3606 0 -1 4202560 11 0 0 0 0 0 0 0 23 0 16 0 34958271 1567363072 11022 1992294400 134512640 134550932 4290683392 18446744073709551615 4294960144 0 4 0 16800975 18446604437836395456 0 0 -1 0 0 0 0
[pid=3991/tid=3998] ppid=3989 vsize=1530628 CPUtime=0
/proc/3991/task/3998/stat : 3998 (java) S 3989 3991 3606 0 -1 4202560 4 0 0 0 0 0 0 0 24 0 16 0 34958271 1567363072 11022 1992294400 134512640 134550932 4290683392 18446744073709551615 4294960144 0 4 0 16800975 18446604437836395456 0 0 -1 0 0 0 0
[pid=3991/tid=3999] ppid=3989 vsize=1530628 CPUtime=0
/proc/3991/task/3999/stat : 3999 (java) S 3989 3991 3606 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 16 0 34958275 1567363072 11022 1992294400 134512640 134550932 4290683392 18446744073709551615 4294960144 0 4 0 16800975 18446604437836395456 0 0 -1 0 0 0 0
[pid=3991/tid=4000] ppid=3989 vsize=1530628 CPUtime=1.21
/proc/3991/task/4000/stat : 4000 (java) S 3989 3991 3606 0 -1 4202560 1132 0 0 0 121 0 0 0 15 0 16 0 34958275 1567363072 11022 1992294400 134512640 134550932 4290683392 18446744073709551615 4294960144 0 4 0 16800975 18446604437836395456 0 0 -1 0 0 0 0
[pid=3991/tid=4001] ppid=3989 vsize=1530628 CPUtime=0.99
/proc/3991/task/4001/stat : 4001 (java) S 3989 3991 3606 0 -1 4202560 1370 0 0 0 99 0 0 0 16 0 16 0 34958275 1567363072 11022 1992294400 134512640 134550932 4290683392 18446744073709551615 4294960144 0 4 0 16800975 18446604437836395456 0 0 -1 1 0 0 0
[pid=3991/tid=4002] ppid=3989 vsize=1530628 CPUtime=0
/proc/3991/task/4002/stat : 4002 (java) S 3989 3991 3606 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 16 0 34958275 1567363072 11022 1992294400 134512640 134550932 4290683392 18446744073709551615 4294960144 0 4 0 16800975 18446604437836395456 0 0 -1 0 0 0 0
[pid=3991/tid=4003] ppid=3989 vsize=1530628 CPUtime=0
/proc/3991/task/4003/stat : 4003 (java) S 3989 3991 3606 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 16 0 34958275 1567363072 11022 1992294400 134512640 134550932 4290683392 18446744073709551615 4294960144 0 4 0 16800975 18446604437836395456 0 0 -1 1 0 0 0
[pid=3991/tid=4006] ppid=3989 vsize=1530628 CPUtime=0
/proc/3991/task/4006/stat : 4006 (java) S 3989 3991 3606 0 -1 4202560 4 0 0 0 0 0 0 0 25 0 16 0 34958338 1567363072 11022 1992294400 134512640 134550932 4290683392 18446744073709551615 4294960144 0 4 0 16800975 18446604437836395456 0 0 -1 1 0 0 0
[pid=3991/tid=4007] ppid=3989 vsize=1530628 CPUtime=0
/proc/3991/task/4007/stat : 4007 (java) S 3989 3991 3606 0 -1 4202560 5 0 0 0 0 0 0 0 19 0 16 0 34958342 1567363072 11022 1992294400 134512640 134550932 4290683392 18446744073709551615 4294960144 0 4 0 16800975 18446604437836395456 0 0 -1 0 0 0 0
[pid=3991/tid=4008] ppid=3989 vsize=1530628 CPUtime=0.47
/proc/3991/task/4008/stat : 4008 (java) R 3989 3991 3606 0 -1 4202560 705 0 0 0 47 0 0 0 20 0 16 0 34958438 1567363072 11022 1992294400 134512640 134550932 4290683392 18446744073709551615 4109206662 0 4 0 16800975 0 0 0 -1 0 0 0 0
[pid=3991/tid=4009] ppid=3989 vsize=1530628 CPUtime=0.71
/proc/3991/task/4009/stat : 4009 (java) R 3989 3991 3606 0 -1 4202560 2438 0 0 0 70 1 0 0 22 0 16 0 34958438 1567363072 11022 1992294400 134512640 134550932 4290683392 18446744073709551615 4109723259 0 4 0 16800975 0 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 4.25
Current children cumulated vsize (KiB) 1530628

[startup+6.30207 s]
/proc/loadavg: 0.87 0.97 0.99 3/122 4013
/proc/meminfo: memFree=1763176/2059040 swapFree=4135900/4192956
[pid=3991] ppid=3989 vsize=1531956 CPUtime=7.65
/proc/3991/stat : 3991 (java) S 3989 3991 3606 0 -1 4202496 28875 0 1 0 752 13 0 0 18 0 16 0 34958266 1568722944 26911 1992294400 134512640 134550932 4290683392 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/3991/statm: 382989 26911 1446 10 0 380292 0
[pid=3991/tid=3993] ppid=3989 vsize=1531956 CPUtime=0.68
/proc/3991/task/3993/stat : 3993 (java) S 3989 3991 3606 0 -1 4202560 5454 0 1 0 65 3 0 0 19 0 16 0 34958267 1568722944 26911 1992294400 134512640 134550932 4290683392 18446744073709551615 4294960144 0 4 0 16800975 18446604437836395456 0 0 -1 0 0 0 0
[pid=3991/tid=3994] ppid=3989 vsize=1531956 CPUtime=0
/proc/3991/task/3994/stat : 3994 (java) S 3989 3991 3606 0 -1 4202560 375 0 0 0 0 0 0 0 18 0 16 0 34958269 1568722944 26911 1992294400 134512640 134550932 4290683392 18446744073709551615 4294960144 0 4 0 16800975 18446604437836395456 0 0 -1 0 0 0 0
[pid=3991/tid=3995] ppid=3989 vsize=1531956 CPUtime=0
/proc/3991/task/3995/stat : 3995 (java) S 3989 3991 3606 0 -1 4202560 621 0 0 0 0 0 0 0 18 0 16 0 34958269 1568722944 26911 1992294400 134512640 134550932 4290683392 18446744073709551615 4294960144 0 4 0 16800975 18446604437836395456 0 0 -1 0 0 0 0
[pid=3991/tid=3996] ppid=3989 vsize=1531956 CPUtime=0.03
/proc/3991/task/3996/stat : 3996 (java) S 3989 3991 3606 0 -1 4202560 993 0 0 0 3 0 0 0 16 0 16 0 34958271 1568722944 26911 1992294400 134512640 134550932 4290683392 18446744073709551615 4294960144 0 0 0 16800975 18446604437836395456 0 0 -1 1 0 0 0
[pid=3991/tid=3997] ppid=3989 vsize=1531956 CPUtime=0
/proc/3991/task/3997/stat : 3997 (java) S 3989 3991 3606 0 -1 4202560 11 0 0 0 0 0 0 0 18 0 16 0 34958271 1568722944 26911 1992294400 134512640 134550932 4290683392 18446744073709551615 4294960144 0 4 0 16800975 18446604437836395456 0 0 -1 0 0 0 0
[pid=3991/tid=3998] ppid=3989 vsize=1531956 CPUtime=0
/proc/3991/task/3998/stat : 3998 (java) S 3989 3991 3606 0 -1 4202560 7 0 0 0 0 0 0 0 18 0 16 0 34958271 1568722944 26911 1992294400 134512640 134550932 4290683392 18446744073709551615 4294960144 0 4 0 16800975 18446604437836395456 0 0 -1 0 0 0 0
[pid=3991/tid=3999] ppid=3989 vsize=1531956 CPUtime=0
/proc/3991/task/3999/stat : 3999 (java) S 3989 3991 3606 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 16 0 34958275 1568722944 26911 1992294400 134512640 134550932 4290683392 18446744073709551615 4294960144 0 4 0 16800975 18446604437836395456 0 0 -1 0 0 0 0
[pid=3991/tid=4000] ppid=3989 vsize=1531956 CPUtime=1.41
/proc/3991/task/4000/stat : 4000 (java) S 3989 3991 3606 0 -1 4202560 1168 0 0 0 141 0 0 0 15 0 16 0 34958275 1568722944 26911 1992294400 134512640 134550932 4290683392 18446744073709551615 4294960144 0 4 0 16800975 18446604437836395456 0 0 -1 0 0 0 0
[pid=3991/tid=4001] ppid=3989 vsize=1531956 CPUtime=1.57
/proc/3991/task/4001/stat : 4001 (java) S 3989 3991 3606 0 -1 4202560 2106 0 0 0 156 1 0 0 16 0 16 0 34958275 1568722944 26911 1992294400 134512640 134550932 4290683392 18446744073709551615 4294960144 0 4 0 16800975 18446604437836395456 0 0 -1 1 0 0 0
[pid=3991/tid=4002] ppid=3989 vsize=1531956 CPUtime=0
/proc/3991/task/4002/stat : 4002 (java) S 3989 3991 3606 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 16 0 34958275 1568722944 26911 1992294400 134512640 134550932 4290683392 18446744073709551615 4294960144 0 4 0 16800975 18446604437836395456 0 0 -1 0 0 0 0
[pid=3991/tid=4003] ppid=3989 vsize=1531956 CPUtime=0
/proc/3991/task/4003/stat : 4003 (java) S 3989 3991 3606 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 16 0 34958275 1568722944 26911 1992294400 134512640 134550932 4290683392 18446744073709551615 4294960144 0 4 0 16800975 18446604437836395456 0 0 -1 0 0 0 0
[pid=3991/tid=4006] ppid=3989 vsize=1531956 CPUtime=0
/proc/3991/task/4006/stat : 4006 (java) S 3989 3991 3606 0 -1 4202560 4 0 0 0 0 0 0 0 25 0 16 0 34958338 1568722944 26911 1992294400 134512640 134550932 4290683392 18446744073709551615 4294960144 0 4 0 16800975 18446604437836395456 0 0 -1 1 0 0 0
[pid=3991/tid=4007] ppid=3989 vsize=1531956 CPUtime=0
/proc/3991/task/4007/stat : 4007 (java) S 3989 3991 3606 0 -1 4202560 5 0 0 0 0 0 0 0 19 0 16 0 34958342 1568722944 26911 1992294400 134512640 134550932 4290683392 18446744073709551615 4294960144 0 4 0 16800975 18446604437836395456 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 7.65
Current children cumulated vsize (KiB) 1531956

[startup+12.7027 s]
/proc/loadavg: 0.96 0.98 0.99 3/122 4015
/proc/meminfo: memFree=1639052/2059040 swapFree=4135900/4192956
[pid=3991] ppid=3989 vsize=1532112 CPUtime=20.12
/proc/3991/stat : 3991 (java) S 3989 3991 3606 0 -1 4202496 52069 0 1 0 1989 23 0 0 18 0 16 0 34958266 1568882688 48881 1992294400 134512640 134550932 4290683392 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/3991/statm: 383028 48881 1446 10 0 380331 0
[pid=3991/tid=3993] ppid=3989 vsize=1532112 CPUtime=0.68
/proc/3991/task/3993/stat : 3993 (java) S 3989 3991 3606 0 -1 4202560 5454 0 1 0 65 3 0 0 18 0 16 0 34958267 1568882688 48881 1992294400 134512640 134550932 4290683392 18446744073709551615 4294960144 0 4 0 16800975 18446604437836395456 0 0 -1 0 0 0 0
[pid=3991/tid=3994] ppid=3989 vsize=1532112 CPUtime=0.14
/proc/3991/task/3994/stat : 3994 (java) S 3989 3991 3606 0 -1 4202560 5477 0 0 0 11 3 0 0 15 0 16 0 34958269 1568882688 48881 1992294400 134512640 134550932 4290683392 18446744073709551615 4294960144 0 4 0 16800975 18446604437836395456 0 0 -1 0 0 0 0
[pid=3991/tid=3995] ppid=3989 vsize=1532112 CPUtime=0.12
/proc/3991/task/3995/stat : 3995 (java) S 3989 3991 3606 0 -1 4202560 5671 0 0 0 10 2 0 0 16 0 16 0 34958269 1568882688 48881 1992294400 134512640 134550932 4290683392 18446744073709551615 4294960144 0 4 0 16800975 18446604437836395456 0 0 -1 0 0 0 0
[pid=3991/tid=3996] ppid=3989 vsize=1532112 CPUtime=0.25
/proc/3991/task/3996/stat : 3996 (java) S 3989 3991 3606 0 -1 4202560 2536 0 0 0 25 0 0 0 16 0 16 0 34958271 1568882688 48881 1992294400 134512640 134550932 4290683392 18446744073709551615 4294960144 0 0 0 16800975 18446604437836395456 0 0 -1 1 0 0 0
[pid=3991/tid=3997] ppid=3989 vsize=1532112 CPUtime=0
/proc/3991/task/3997/stat : 3997 (java) S 3989 3991 3606 0 -1 4202560 11 0 0 0 0 0 0 0 18 0 16 0 34958271 1568882688 48881 1992294400 134512640 134550932 4290683392 18446744073709551615 4294960144 0 4 0 16800975 18446604437836395456 0 0 -1 0 0 0 0
[pid=3991/tid=3998] ppid=3989 vsize=1532112 CPUtime=0
/proc/3991/task/3998/stat : 3998 (java) S 3989 3991 3606 0 -1 4202560 7 0 0 0 0 0 0 0 18 0 16 0 34958271 1568882688 48881 1992294400 134512640 134550932 4290683392 18446744073709551615 4294960144 0 4 0 16800975 18446604437836395456 0 0 -1 0 0 0 0
[pid=3991/tid=3999] ppid=3989 vsize=1532112 CPUtime=0
/proc/3991/task/3999/stat : 3999 (java) S 3989 3991 3606 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 16 0 34958275 1568882688 48881 1992294400 134512640 134550932 4290683392 18446744073709551615 4294960144 0 4 0 16800975 18446604437836395456 0 0 -1 0 0 0 0
[pid=3991/tid=4000] ppid=3989 vsize=1532112 CPUtime=1.41
/proc/3991/task/4000/stat : 4000 (java) S 3989 3991 3606 0 -1 4202560 1168 0 0 0 141 0 0 0 15 0 16 0 34958275 1568882688 48881 1992294400 134512640 134550932 4290683392 18446744073709551615 4294960144 0 4 0 16800975 18446604437836395456 0 0 -1 0 0 0 0
[pid=3991/tid=4001] ppid=3989 vsize=1532112 CPUtime=1.74
/proc/3991/task/4001/stat : 4001 (java) S 3989 3991 3606 0 -1 4202560 2170 0 0 0 173 1 0 0 16 0 16 0 34958275 1568882688 48881 1992294400 134512640 134550932 4290683392 18446744073709551615 4294960144 0 4 0 16800975 18446604437836395456 0 0 -1 1 0 0 0
[pid=3991/tid=4002] ppid=3989 vsize=1532112 CPUtime=0
/proc/3991/task/4002/stat : 4002 (java) S 3989 3991 3606 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 16 0 34958275 1568882688 48881 1992294400 134512640 134550932 4290683392 18446744073709551615 4294960144 0 4 0 16800975 18446604437836395456 0 0 -1 0 0 0 0
[pid=3991/tid=4003] ppid=3989 vsize=1532112 CPUtime=0
/proc/3991/task/4003/stat : 4003 (java) S 3989 3991 3606 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 16 0 34958275 1568882688 48881 1992294400 134512640 134550932 4290683392 18446744073709551615 4294960144 0 4 0 16800975 18446604437836395456 0 0 -1 0 0 0 0
[pid=3991/tid=4006] ppid=3989 vsize=1532112 CPUtime=0
/proc/3991/task/4006/stat : 4006 (java) S 3989 3991 3606 0 -1 4202560 4 0 0 0 0 0 0 0 25 0 16 0 34958338 1568882688 48881 1992294400 134512640 134550932 4290683392 18446744073709551615 4294960144 0 4 0 16800975 18446604437836395456 0 0 -1 1 0 0 0
[pid=3991/tid=4007] ppid=3989 vsize=1532112 CPUtime=0
/proc/3991/task/4007/stat : 4007 (java) S 3989 3991 3606 0 -1 4202560 5 0 0 0 0 0 0 0 19 0 16 0 34958342 1568882688 48881 1992294400 134512640 134550932 4290683392 18446744073709551615 4294960144 0 4 0 16800975 18446604437836395456 0 0 -1 0 0 0 0
[pid=3991/tid=4014] ppid=3989 vsize=1532112 CPUtime=6.23
/proc/3991/task/4014/stat : 4014 (java) R 3989 3991 3606 0 -1 4202560 89 0 0 0 623 0 0 0 25 0 16 0 34958846 1568882688 48881 1992294400 134512640 134550932 4290683392 18446744073709551615 4109808209 0 4 0 16800975 0 0 0 -1 1 0 0 0
[pid=3991/tid=4015] ppid=3989 vsize=1532112 CPUtime=6.43
/proc/3991/task/4015/stat : 4015 (java) R 3989 3991 3606 0 -1 4202560 21159 0 0 0 636 7 0 0 25 0 16 0 34958846 1568882688 48881 1992294400 134512640 134550932 4290683392 18446744073709551615 4110143156 0 4 0 16800975 0 0 0 -1 0 0 0 0

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

/proc/3991/task/4048/stat : 4048 (java) R 3989 3991 3606 0 -1 4202560 217 0 0 0 22685 3 0 0 16 0 16 0 35022265 1569431552 118424 1992294400 134512640 134550932 4290683392 18446744073709551615 4109741897 0 4 0 16800975 0 0 0 -1 0 0 0 0
[pid=3991/tid=4049] ppid=3989 vsize=1532648 CPUtime=225.91
/proc/3991/task/4049/stat : 4049 (java) R 3989 3991 3606 0 -1 4202560 157 0 0 0 22589 2 0 0 18 0 16 0 35022265 1569431552 118424 1992294400 134512640 134550932 4290683392 18446744073709551615 4109686269 0 4 0 16800975 0 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 1722.84
Current children cumulated vsize (KiB) 1532648



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1050 s]
/proc/loadavg: 2.29 2.23 1.83 5/122 4061
/proc/meminfo: memFree=1347156/2059040 swapFree=4135900/4192956
[pid=3991] ppid=3989 vsize=1532648 CPUtime=1800.15
/proc/3991/stat : 3991 (java) S 3989 3991 3606 0 -1 4202496 137215 0 1 0 179763 252 0 0 18 0 16 0 34958266 1569431552 120040 1992294400 134512640 134550932 4290683392 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/3991/statm: 383162 120040 1451 10 0 380465 0
[pid=3991/tid=3993] ppid=3989 vsize=1532648 CPUtime=0.77
/proc/3991/task/3993/stat : 3993 (java) S 3989 3991 3606 0 -1 4202560 5565 0 1 0 74 3 0 0 15 0 16 0 34958267 1569431552 120040 1992294400 134512640 134550932 4290683392 18446744073709551615 4294960144 0 4 0 16800975 18446604437836395456 0 0 -1 0 0 0 0
[pid=3991/tid=3994] ppid=3989 vsize=1532648 CPUtime=29.36
/proc/3991/task/3994/stat : 3994 (java) S 3989 3991 3606 0 -1 4202560 46759 0 0 0 2844 92 0 0 16 0 16 0 34958269 1569431552 120040 1992294400 134512640 134550932 4290683392 18446744073709551615 4294960144 0 4 0 16800975 18446604437836395456 0 0 -1 0 0 0 0
[pid=3991/tid=3995] ppid=3989 vsize=1532648 CPUtime=29.24
/proc/3991/task/3995/stat : 3995 (java) S 3989 3991 3606 0 -1 4202560 42740 0 0 0 2828 96 0 0 15 0 16 0 34958269 1569431552 120040 1992294400 134512640 134550932 4290683392 18446744073709551615 4294960144 0 4 0 16800975 18446604437836395456 0 0 -1 0 0 0 0
[pid=3991/tid=3996] ppid=3989 vsize=1532648 CPUtime=271.29
/proc/3991/task/3996/stat : 3996 (java) S 3989 3991 3606 0 -1 4202560 5533 0 0 0 27109 20 0 0 16 0 16 0 34958271 1569431552 120040 1992294400 134512640 134550932 4290683392 18446744073709551615 4294960144 0 0 0 16800975 18446604437836395456 0 0 -1 1 0 0 0
[pid=3991/tid=3997] ppid=3989 vsize=1532648 CPUtime=0
/proc/3991/task/3997/stat : 3997 (java) S 3989 3991 3606 0 -1 4202560 11 0 0 0 0 0 0 0 18 0 16 0 34958271 1569431552 120040 1992294400 134512640 134550932 4290683392 18446744073709551615 4294960144 0 4 0 16800975 18446604437836395456 0 0 -1 0 0 0 0
[pid=3991/tid=3998] ppid=3989 vsize=1532648 CPUtime=0
/proc/3991/task/3998/stat : 3998 (java) S 3989 3991 3606 0 -1 4202560 7 0 0 0 0 0 0 0 18 0 16 0 34958271 1569431552 120040 1992294400 134512640 134550932 4290683392 18446744073709551615 4294960144 0 4 0 16800975 18446604437836395456 0 0 -1 0 0 0 0
[pid=3991/tid=3999] ppid=3989 vsize=1532648 CPUtime=0
/proc/3991/task/3999/stat : 3999 (java) S 3989 3991 3606 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 16 0 34958275 1569431552 120040 1992294400 134512640 134550932 4290683392 18446744073709551615 4294960144 0 4 0 16800975 18446604437836395456 0 0 -1 0 0 0 0
[pid=3991/tid=4000] ppid=3989 vsize=1532648 CPUtime=1.46
/proc/3991/task/4000/stat : 4000 (java) S 3989 3991 3606 0 -1 4202560 1168 0 0 0 146 0 0 0 15 0 16 0 34958275 1569431552 120040 1992294400 134512640 134550932 4290683392 18446744073709551615 4294960144 0 4 0 16800975 18446604437836395456 0 0 -1 0 0 0 0
[pid=3991/tid=4001] ppid=3989 vsize=1532648 CPUtime=2.74
/proc/3991/task/4001/stat : 4001 (java) S 3989 3991 3606 0 -1 4202560 4635 0 0 0 272 2 0 0 15 0 16 0 34958275 1569431552 120040 1992294400 134512640 134550932 4290683392 18446744073709551615 4294960144 0 4 0 16800975 18446604437836395456 0 0 -1 1 0 0 0
[pid=3991/tid=4002] ppid=3989 vsize=1532648 CPUtime=0
/proc/3991/task/4002/stat : 4002 (java) S 3989 3991 3606 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 16 0 34958275 1569431552 120040 1992294400 134512640 134550932 4290683392 18446744073709551615 4294960144 0 4 0 16800975 18446604437836395456 0 0 -1 0 0 0 0
[pid=3991/tid=4003] ppid=3989 vsize=1532648 CPUtime=0.01
/proc/3991/task/4003/stat : 4003 (java) S 3989 3991 3606 0 -1 4202560 63 0 0 0 0 1 0 0 15 0 16 0 34958275 1569431552 120040 1992294400 134512640 134550932 4290683392 18446744073709551615 4294960144 0 4 0 16800975 18446604437836395456 0 0 -1 0 0 0 0
[pid=3991/tid=4006] ppid=3989 vsize=1532648 CPUtime=0
/proc/3991/task/4006/stat : 4006 (java) S 3989 3991 3606 0 -1 4202560 4 0 0 0 0 0 0 0 25 0 16 0 34958338 1569431552 120040 1992294400 134512640 134550932 4290683392 18446744073709551615 4294960144 0 4 0 16800975 18446604437836395456 0 0 -1 1 0 0 0
[pid=3991/tid=4007] ppid=3989 vsize=1532648 CPUtime=0
/proc/3991/task/4007/stat : 4007 (java) S 3989 3991 3606 0 -1 4202560 5 0 0 0 0 0 0 0 19 0 16 0 34958342 1569431552 120040 1992294400 134512640 134550932 4290683392 18446744073709551615 4294960144 0 4 0 16800975 18446604437836395456 0 0 -1 0 0 0 0
[pid=3991/tid=4048] ppid=3989 vsize=1532648 CPUtime=255.12
/proc/3991/task/4048/stat : 4048 (java) R 3989 3991 3606 0 -1 4202560 236 0 0 0 25508 4 0 0 16 0 16 0 35022265 1569431552 120040 1992294400 134512640 134550932 4290683392 18446744073709551615 4109748179 0 4 0 16800975 0 0 0 -1 0 0 0 0
[pid=3991/tid=4049] ppid=3989 vsize=1532648 CPUtime=254.15
/proc/3991/task/4049/stat : 4049 (java) R 3989 3991 3606 0 -1 4202560 181 0 0 0 25412 3 0 0 18 0 16 0 35022265 1569431552 120040 1992294400 134512640 134550932 4290683392 18446744073709551615 4110143134 0 4 0 16800975 0 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 1800.15
Current children cumulated vsize (KiB) 1532648

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

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

[startup+1050.22 s]
/proc/loadavg: 2.29 2.23 1.83 5/122 4061
/proc/meminfo: memFree=1347156/2059040 swapFree=4135900/4192956
[pid=3991] ppid=3989 vsize=1532648 CPUtime=1800.56
/proc/3991/stat : 3991 (java) S 3989 3991 3606 0 -1 4202496 137216 0 1 0 179804 252 0 0 18 0 16 0 34958266 1569431552 120040 1992294400 134512640 134550932 4290683392 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/3991/statm: 383162 120040 1451 10 0 380465 0
[pid=3991/tid=3993] ppid=3989 vsize=1532648 CPUtime=0.77
/proc/3991/task/3993/stat : 3993 (java) S 3989 3991 3606 0 -1 4202560 5565 0 1 0 74 3 0 0 15 0 16 0 34958267 1569431552 120040 1992294400 134512640 134550932 4290683392 18446744073709551615 4294960144 0 4 0 16800975 18446604437836395456 0 0 -1 0 0 0 0
[pid=3991/tid=3994] ppid=3989 vsize=1532648 CPUtime=29.39
/proc/3991/task/3994/stat : 3994 (java) S 3989 3991 3606 0 -1 4202560 46759 0 0 0 2847 92 0 0 16 0 16 0 34958269 1569431552 120040 1992294400 134512640 134550932 4290683392 18446744073709551615 4294960144 0 4 0 16800975 18446604437836395456 0 0 -1 1 0 0 0
[pid=3991/tid=3995] ppid=3989 vsize=1532648 CPUtime=29.27
/proc/3991/task/3995/stat : 3995 (java) S 3989 3991 3606 0 -1 4202560 42740 0 0 0 2831 96 0 0 15 0 16 0 34958269 1569431552 120040 1992294400 134512640 134550932 4290683392 18446744073709551615 4294960144 0 4 0 16800975 18446604437836395456 0 0 -1 0 0 0 0
[pid=3991/tid=3996] ppid=3989 vsize=1532648 CPUtime=271.29
/proc/3991/task/3996/stat : 3996 (java) S 3989 3991 3606 0 -1 4202560 5533 0 0 0 27109 20 0 0 15 0 16 0 34958271 1569431552 120040 1992294400 134512640 134550932 4290683392 18446744073709551615 4294960144 0 0 0 16800975 18446604437836395456 0 0 -1 1 0 0 0
[pid=3991/tid=3997] ppid=3989 vsize=1532648 CPUtime=0
/proc/3991/task/3997/stat : 3997 (java) S 3989 3991 3606 0 -1 4202560 11 0 0 0 0 0 0 0 18 0 16 0 34958271 1569431552 120040 1992294400 134512640 134550932 4290683392 18446744073709551615 4294960144 0 4 0 16800975 18446604437836395456 0 0 -1 0 0 0 0
[pid=3991/tid=3998] ppid=3989 vsize=1532648 CPUtime=0
/proc/3991/task/3998/stat : 3998 (java) S 3989 3991 3606 0 -1 4202560 7 0 0 0 0 0 0 0 18 0 16 0 34958271 1569431552 120040 1992294400 134512640 134550932 4290683392 18446744073709551615 4294960144 0 4 0 16800975 18446604437836395456 0 0 -1 0 0 0 0
[pid=3991/tid=3999] ppid=3989 vsize=1532648 CPUtime=0
/proc/3991/task/3999/stat : 3999 (java) R 3989 3991 3606 0 -1 4202560 1 0 0 0 0 0 0 0 17 0 16 0 34958275 1569431552 120040 1992294400 134512640 134550932 4290683392 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0 0
[pid=3991/tid=4000] ppid=3989 vsize=1532648 CPUtime=1.46
/proc/3991/task/4000/stat : 4000 (java) S 3989 3991 3606 0 -1 4202560 1168 0 0 0 146 0 0 0 15 0 16 0 34958275 1569431552 120040 1992294400 134512640 134550932 4290683392 18446744073709551615 4294960144 0 4 0 16800975 18446604437836395456 0 0 -1 0 0 0 0
[pid=3991/tid=4001] ppid=3989 vsize=1532648 CPUtime=2.74
/proc/3991/task/4001/stat : 4001 (java) S 3989 3991 3606 0 -1 4202560 4635 0 0 0 272 2 0 0 15 0 16 0 34958275 1569431552 120040 1992294400 134512640 134550932 4290683392 18446744073709551615 4294960144 0 4 0 16800975 18446604437836395456 0 0 -1 1 0 0 0
[pid=3991/tid=4002] ppid=3989 vsize=1532648 CPUtime=0
/proc/3991/task/4002/stat : 4002 (java) S 3989 3991 3606 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 16 0 34958275 1569431552 120040 1992294400 134512640 134550932 4290683392 18446744073709551615 4294960144 0 4 0 16800975 18446604437836395456 0 0 -1 0 0 0 0
[pid=3991/tid=4003] ppid=3989 vsize=1532648 CPUtime=0.01
/proc/3991/task/4003/stat : 4003 (java) S 3989 3991 3606 0 -1 4202560 63 0 0 0 0 1 0 0 15 0 16 0 34958275 1569431552 120040 1992294400 134512640 134550932 4290683392 18446744073709551615 4294960144 0 4 0 16800975 18446604437836395456 0 0 -1 0 0 0 0
[pid=3991/tid=4006] ppid=3989 vsize=1532648 CPUtime=0
/proc/3991/task/4006/stat : 4006 (java) S 3989 3991 3606 0 -1 4202560 4 0 0 0 0 0 0 0 25 0 16 0 34958338 1569431552 120040 1992294400 134512640 134550932 4290683392 18446744073709551615 4294960144 0 4 0 16800975 18446604437836395456 0 0 -1 1 0 0 0
[pid=3991/tid=4007] ppid=3989 vsize=1532648 CPUtime=0
/proc/3991/task/4007/stat : 4007 (java) S 3989 3991 3606 0 -1 4202560 5 0 0 0 0 0 0 0 19 0 16 0 34958342 1569431552 120040 1992294400 134512640 134550932 4290683392 18446744073709551615 4294960144 0 4 0 16800975 18446604437836395456 0 0 -1 0 0 0 0
[pid=3991/tid=4048] ppid=3989 vsize=1532648 CPUtime=255.29
/proc/3991/task/4048/stat : 4048 (java) R 3989 3991 3606 0 -1 4202560 236 0 0 0 25525 4 0 0 16 0 16 0 35022265 1569431552 120040 1992294400 134512640 134550932 4290683392 18446744073709551615 4109643388 0 4 0 16800975 0 0 0 -1 0 0 0 0
[pid=3991/tid=4049] ppid=3989 vsize=1532648 CPUtime=254.33
/proc/3991/task/4049/stat : 4049 (java) R 3989 3991 3606 0 -1 4202560 182 0 0 0 25430 3 0 0 18 0 16 0 35022265 1569431552 120040 1992294400 134512640 134550932 4290683392 18446744073709551615 4109728840 0 4 0 16800975 0 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 1800.56
Current children cumulated vsize (KiB) 1532648

[startup+1050.6 s]
/proc/loadavg: 2.29 2.23 1.83 4/123 4062
/proc/meminfo: memFree=1347148/2059040 swapFree=4135900/4192956
[pid=3991] ppid=3989 vsize=1532648 CPUtime=1801.32
/proc/3991/stat : 3991 (java) S 3989 3991 3606 0 -1 4202496 137216 0 1 0 179880 252 0 0 18 0 16 0 34958266 1569431552 120040 1992294400 134512640 134550932 4290683392 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/3991/statm: 383162 120040 1451 10 0 380465 0
[pid=3991/tid=3993] ppid=3989 vsize=1532648 CPUtime=0.77
/proc/3991/task/3993/stat : 3993 (java) S 3989 3991 3606 0 -1 4202560 5565 0 1 0 74 3 0 0 15 0 16 0 34958267 1569431552 120040 1992294400 134512640 134550932 4290683392 18446744073709551615 4294960144 0 4 0 16800975 18446604437836395456 0 0 -1 0 0 0 0
[pid=3991/tid=3994] ppid=3989 vsize=1532648 CPUtime=29.39
/proc/3991/task/3994/stat : 3994 (java) S 3989 3991 3606 0 -1 4202560 46759 0 0 0 2847 92 0 0 16 0 16 0 34958269 1569431552 120040 1992294400 134512640 134550932 4290683392 18446744073709551615 4294960144 0 4 0 16800975 18446604437836395456 0 0 -1 1 0 0 0
[pid=3991/tid=3995] ppid=3989 vsize=1532648 CPUtime=29.27
/proc/3991/task/3995/stat : 3995 (java) S 3989 3991 3606 0 -1 4202560 42740 0 0 0 2831 96 0 0 15 0 16 0 34958269 1569431552 120040 1992294400 134512640 134550932 4290683392 18446744073709551615 4294960144 0 4 0 16800975 18446604437836395456 0 0 -1 0 0 0 0
[pid=3991/tid=3996] ppid=3989 vsize=1532648 CPUtime=271.29
/proc/3991/task/3996/stat : 3996 (java) S 3989 3991 3606 0 -1 4202560 5533 0 0 0 27109 20 0 0 15 0 16 0 34958271 1569431552 120040 1992294400 134512640 134550932 4290683392 18446744073709551615 4294960144 0 0 0 16800975 18446604437836395456 0 0 -1 1 0 0 0
[pid=3991/tid=3997] ppid=3989 vsize=1532648 CPUtime=0
/proc/3991/task/3997/stat : 3997 (java) S 3989 3991 3606 0 -1 4202560 11 0 0 0 0 0 0 0 18 0 16 0 34958271 1569431552 120040 1992294400 134512640 134550932 4290683392 18446744073709551615 4294960144 0 4 0 16800975 18446604437836395456 0 0 -1 0 0 0 0
[pid=3991/tid=3998] ppid=3989 vsize=1532648 CPUtime=0
/proc/3991/task/3998/stat : 3998 (java) S 3989 3991 3606 0 -1 4202560 7 0 0 0 0 0 0 0 18 0 16 0 34958271 1569431552 120040 1992294400 134512640 134550932 4290683392 18446744073709551615 4294960144 0 4 0 16800975 18446604437836395456 0 0 -1 0 0 0 0
[pid=3991/tid=3999] ppid=3989 vsize=1532648 CPUtime=0
/proc/3991/task/3999/stat : 3999 (java) R 3989 3991 3606 0 -1 4202560 1 0 0 0 0 0 0 0 17 0 16 0 34958275 1569431552 120040 1992294400 134512640 134550932 4290683392 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0 0
[pid=3991/tid=4000] ppid=3989 vsize=1532648 CPUtime=1.46
/proc/3991/task/4000/stat : 4000 (java) S 3989 3991 3606 0 -1 4202560 1168 0 0 0 146 0 0 0 15 0 16 0 34958275 1569431552 120040 1992294400 134512640 134550932 4290683392 18446744073709551615 4294960144 0 4 0 16800975 18446604437836395456 0 0 -1 0 0 0 0
[pid=3991/tid=4001] ppid=3989 vsize=1532648 CPUtime=2.74
/proc/3991/task/4001/stat : 4001 (java) S 3989 3991 3606 0 -1 4202560 4635 0 0 0 272 2 0 0 15 0 16 0 34958275 1569431552 120040 1992294400 134512640 134550932 4290683392 18446744073709551615 4294960144 0 4 0 16800975 18446604437836395456 0 0 -1 1 0 0 0
[pid=3991/tid=4002] ppid=3989 vsize=1532648 CPUtime=0
/proc/3991/task/4002/stat : 4002 (java) S 3989 3991 3606 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 16 0 34958275 1569431552 120040 1992294400 134512640 134550932 4290683392 18446744073709551615 4294960144 0 4 0 16800975 18446604437836395456 0 0 -1 0 0 0 0
[pid=3991/tid=4003] ppid=3989 vsize=1532648 CPUtime=0.01
/proc/3991/task/4003/stat : 4003 (java) S 3989 3991 3606 0 -1 4202560 63 0 0 0 0 1 0 0 15 0 16 0 34958275 1569431552 120040 1992294400 134512640 134550932 4290683392 18446744073709551615 4294960144 0 4 0 16800975 18446604437836395456 0 0 -1 0 0 0 0
[pid=3991/tid=4006] ppid=3989 vsize=1532648 CPUtime=0
/proc/3991/task/4006/stat : 4006 (java) S 3989 3991 3606 0 -1 4202560 4 0 0 0 0 0 0 0 25 0 16 0 34958338 1569431552 120040 1992294400 134512640 134550932 4290683392 18446744073709551615 4294960144 0 4 0 16800975 18446604437836395456 0 0 -1 1 0 0 0
[pid=3991/tid=4007] ppid=3989 vsize=1532648 CPUtime=0
/proc/3991/task/4007/stat : 4007 (java) S 3989 3991 3606 0 -1 4202560 5 0 0 0 0 0 0 0 19 0 16 0 34958342 1569431552 120040 1992294400 134512640 134550932 4290683392 18446744073709551615 4294960144 0 4 0 16800975 18446604437836395456 0 0 -1 0 0 0 0
[pid=3991/tid=4048] ppid=3989 vsize=1532648 CPUtime=255.67
/proc/3991/task/4048/stat : 4048 (java) R 3989 3991 3606 0 -1 4202560 236 0 0 0 25563 4 0 0 16 0 16 0 35022265 1569431552 120040 1992294400 134512640 134550932 4290683392 18446744073709551615 4109807514 0 4 0 16800975 0 0 0 -1 0 0 0 0
[pid=3991/tid=4049] ppid=3989 vsize=1532648 CPUtime=254.71
/proc/3991/task/4049/stat : 4049 (java) R 3989 3991 3606 0 -1 4202560 182 0 0 0 25468 3 0 0 18 0 16 0 35022265 1569431552 120040 1992294400 134512640 134550932 4290683392 18446744073709551615 4110158383 0 4 0 16800975 0 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 1801.32
Current children cumulated vsize (KiB) 1532648

[startup+1051 s]
/proc/loadavg: 2.29 2.23 1.83 4/123 4062
/proc/meminfo: memFree=1347148/2059040 swapFree=4135900/4192956
[pid=3991] ppid=3989 vsize=1533296 CPUtime=1802.11
/proc/3991/stat : 3991 (java) S 3989 3991 3606 0 -1 4202496 137234 0 1 0 179959 252 0 0 18 0 18 0 34958266 1570095104 120056 1992294400 134512640 134550932 4290683392 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/3991/statm: 383324 120056 1451 10 0 380627 0
[pid=3991/tid=3993] ppid=3989 vsize=1533296 CPUtime=0.77
/proc/3991/task/3993/stat : 3993 (java) S 3989 3991 3606 0 -1 4202560 5565 0 1 0 74 3 0 0 15 0 18 0 34958267 1570095104 120056 1992294400 134512640 134550932 4290683392 18446744073709551615 4294960144 0 4 0 16800975 18446604437836395456 0 0 -1 0 0 0 0
[pid=3991/tid=3994] ppid=3989 vsize=1533296 CPUtime=29.43
/proc/3991/task/3994/stat : 3994 (java) S 3989 3991 3606 0 -1 4202560 46759 0 0 0 2851 92 0 0 16 0 18 0 34958269 1570095104 120056 1992294400 134512640 134550932 4290683392 18446744073709551615 4294960144 0 4 0 16800975 18446604437836395456 0 0 -1 1 0 0 0
[pid=3991/tid=3995] ppid=3989 vsize=1533296 CPUtime=29.3
/proc/3991/task/3995/stat : 3995 (java) S 3989 3991 3606 0 -1 4202560 42740 0 0 0 2834 96 0 0 16 0 18 0 34958269 1570095104 120056 1992294400 134512640 134550932 4290683392 18446744073709551615 4294960144 0 4 0 16800975 18446604437836395456 0 0 -1 0 0 0 0
[pid=3991/tid=3996] ppid=3989 vsize=1533296 CPUtime=271.29
/proc/3991/task/3996/stat : 3996 (java) S 3989 3991 3606 0 -1 4202560 5533 0 0 0 27109 20 0 0 15 0 18 0 34958271 1570095104 120056 1992294400 134512640 134550932 4290683392 18446744073709551615 4294960144 0 0 0 16800975 18446604437836395456 0 0 -1 1 0 0 0
[pid=3991/tid=3997] ppid=3989 vsize=1533296 CPUtime=0
/proc/3991/task/3997/stat : 3997 (java) S 3989 3991 3606 0 -1 4202560 11 0 0 0 0 0 0 0 18 0 18 0 34958271 1570095104 120056 1992294400 134512640 134550932 4290683392 18446744073709551615 4294960144 0 4 0 16800975 18446604437836395456 0 0 -1 0 0 0 0
[pid=3991/tid=3998] ppid=3989 vsize=1533296 CPUtime=0
/proc/3991/task/3998/stat : 3998 (java) S 3989 3991 3606 0 -1 4202560 7 0 0 0 0 0 0 0 18 0 18 0 34958271 1570095104 120056 1992294400 134512640 134550932 4290683392 18446744073709551615 4294960144 0 4 0 16800975 18446604437836395456 0 0 -1 0 0 0 0
[pid=3991/tid=3999] ppid=3989 vsize=1533296 CPUtime=0
/proc/3991/task/3999/stat : 3999 (java) S 3989 3991 3606 0 -1 4202560 6 0 0 0 0 0 0 0 18 0 18 0 34958275 1570095104 120056 1992294400 134512640 134550932 4290683392 18446744073709551615 4294960144 0 4 0 16800975 18446604437836395456 0 0 -1 1 0 0 0
[pid=3991/tid=4000] ppid=3989 vsize=1533296 CPUtime=1.46
/proc/3991/task/4000/stat : 4000 (java) S 3989 3991 3606 0 -1 4202560 1168 0 0 0 146 0 0 0 15 0 18 0 34958275 1570095104 120056 1992294400 134512640 134550932 4290683392 18446744073709551615 4294960144 0 4 0 16800975 18446604437836395456 0 0 -1 0 0 0 0
[pid=3991/tid=4001] ppid=3989 vsize=1533296 CPUtime=2.74
/proc/3991/task/4001/stat : 4001 (java) S 3989 3991 3606 0 -1 4202560 4635 0 0 0 272 2 0 0 15 0 18 0 34958275 1570095104 120056 1992294400 134512640 134550932 4290683392 18446744073709551615 4294960144 0 4 0 16800975 18446604437836395456 0 0 -1 1 0 0 0
[pid=3991/tid=4002] ppid=3989 vsize=1533296 CPUtime=0
/proc/3991/task/4002/stat : 4002 (java) S 3989 3991 3606 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 18 0 34958275 1570095104 120056 1992294400 134512640 134550932 4290683392 18446744073709551615 4294960144 0 4 0 16800975 18446604437836395456 0 0 -1 0 0 0 0
[pid=3991/tid=4003] ppid=3989 vsize=1533296 CPUtime=0.01
/proc/3991/task/4003/stat : 4003 (java) S 3989 3991 3606 0 -1 4202560 63 0 0 0 0 1 0 0 15 0 18 0 34958275 1570095104 120056 1992294400 134512640 134550932 4290683392 18446744073709551615 4294960144 0 4 0 16800975 18446604437836395456 0 0 -1 0 0 0 0
[pid=3991/tid=4006] ppid=3989 vsize=1533296 CPUtime=0
/proc/3991/task/4006/stat : 4006 (java) S 3989 3991 3606 0 -1 4202560 4 0 0 0 0 0 0 0 25 0 18 0 34958338 1570095104 120056 1992294400 134512640 134550932 4290683392 18446744073709551615 4294960144 0 4 0 16800975 18446604437836395456 0 0 -1 1 0 0 0
[pid=3991/tid=4007] ppid=3989 vsize=1533296 CPUtime=0
/proc/3991/task/4007/stat : 4007 (java) S 3989 3991 3606 0 -1 4202560 5 0 0 0 0 0 0 0 19 0 18 0 34958342 1570095104 120056 1992294400 134512640 134550932 4290683392 18446744073709551615 4294960144 0 4 0 16800975 18446604437836395456 0 0 -1 0 0 0 0
[pid=3991/tid=4048] ppid=3989 vsize=1533296 CPUtime=256.03
/proc/3991/task/4048/stat : 4048 (java) R 3989 3991 3606 0 -1 4202560 236 0 0 0 25599 4 0 0 16 0 18 0 35022265 1570095104 120056 1992294400 134512640 134550932 4290683392 18446744073709551615 4109807538 0 4 0 16800975 0 0 0 -1 0 0 0 0
[pid=3991/tid=4049] ppid=3989 vsize=1533296 CPUtime=255.06
/proc/3991/task/4049/stat : 4049 (java) R 3989 3991 3606 0 -1 4202560 183 0 0 0 25503 3 0 0 19 0 18 0 35022265 1570095104 120056 1992294400 134512640 134550932 4290683392 18446744073709551615 4110158592 0 4 0 16800975 0 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 1802.11
Current children cumulated vsize (KiB) 1533296

Child status: 143
Real time (s): 1051.08
CPU time (s): 1802.23
CPU user time (s): 1799.66
CPU system time (s): 2.57261
CPU usage (%): 171.464
Max. virtual memory (cumulated for all children) (KiB): 1536628

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1799.66
system time used= 2.57261
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 137238
page faults= 1
swaps= 0
block input operations= 0
block output operations= 0
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 37215
involuntary context switches= 48891

runsolver used 5.58315 second user time and 9.2316 second system time

The end

Launcher Data

Begin job on node015 at 2010-06-15 11:19:29
IDJOB=2663237
IDBENCH=2871
IDSOLVER=1166
FILE ID=node015/2663237-1276593569
PBS_JOBID= 11172222
Free space on /tmp= 62584 MiB

SOLVER NAME= SAT4J PB RES // CP 2.2.0 2010-05-31
BENCH NAME= PB06/final/normalized-PB06/OPT-SMALLINT/submitted-PB06/manquiho/logic_synthesis/normalized-lin.rom.r.opb
COMMAND LINE= java6 -server -Xms1350m -Xmx1350m -jar HOME/sat4j-multicore.jar BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-2663237-1276593569/watcher-2663237-1276593569 -o /tmp/evaluation-result-2663237-1276593569/solver-2663237-1276593569 -C 1800 -W 2000 -M 1800  java6 -server -Xms1350m -Xmx1350m -jar HOME/sat4j-multicore.jar HOME/instance-2663237-1276593569.opb

TIME LIMIT= 1800 seconds
MEMORY LIMIT= 1800 MiB
MAX NB THREAD= 0

MD5SUM BENCH= 3183c84355c854880486b3d148840656
RANDOM SEED=367097366

node015.alineos.net Linux 2.6.18-164.el5 #1 SMP Thu Sep 3 03:28:30 EDT 2009

/proc/cpuinfo:
processor	: 0
vendor_id	: GenuineIntel
cpu family	: 15
model		: 4
model name	:                   Intel(R) Xeon(TM) CPU 3.00GHz
stepping	: 3
cpu MHz		: 3000.244
cache size	: 2048 KB
physical id	: 0
siblings	: 1
core id		: 0
cpu cores	: 1
apicid		: 0
fpu		: yes
fpu_exception	: yes
cpuid level	: 5
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx lm constant_tsc pni monitor ds_cpl cid cx16 xtpr
bogomips	: 6000.48
clflush size	: 64
cache_alignment	: 128
address sizes	: 36 bits physical, 48 bits virtual
power management:

processor	: 1
vendor_id	: GenuineIntel
cpu family	: 15
model		: 4
model name	:                   Intel(R) Xeon(TM) CPU 3.00GHz
stepping	: 3
cpu MHz		: 3000.244
cache size	: 2048 KB
physical id	: 3
siblings	: 1
core id		: 0
cpu cores	: 1
apicid		: 6
fpu		: yes
fpu_exception	: yes
cpuid level	: 5
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx lm constant_tsc pni monitor ds_cpl cid cx16 xtpr
bogomips	: 5599.36
clflush size	: 64
cache_alignment	: 128
address sizes	: 36 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:      2059040 kB
MemFree:       1826008 kB
Buffers:         42212 kB
Cached:         111496 kB
SwapCached:      10700 kB
Active:          90240 kB
Inactive:        77436 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2059040 kB
LowFree:       1826008 kB
SwapTotal:     4192956 kB
SwapFree:      4135900 kB
Dirty:             568 kB
Writeback:           0 kB
AnonPages:       12464 kB
Mapped:           9252 kB
Slab:            43416 kB
PageTables:       4084 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:   5222476 kB
Committed_AS:   182408 kB
VmallocTotal: 34359738367 kB
VmallocUsed:    264948 kB
VmallocChunk: 34359471699 kB
HugePages_Total:     0
HugePages_Free:      0
HugePages_Rsvd:      0
Hugepagesize:     2048 kB

Free space on /tmp at the end= 62584 MiB
End job on node015 at 2010-06-15 11:37:01