Trace number 2662329

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)69 1800.69 1052.72

General information on the benchmark

Namenormalized-PB06/OPT-SMALLINT/submitted-PB06/
manquiho/logic_synthesis/normalized-alu2.b.opb
MD5SUMa793af2f16b39bdc1dda733b5326bfb4
Bench CategoryOPT-SMALLINT (optimisation, small integers)
Best result obtained on this benchmarkOPT
Best value of the objective obtained on this benchmark60
Best CPU time to get the best result obtained on this benchmark2.97355
Has Objective FunctionYES
SatisfiableYES
(Un)Satisfiability was provedYES
Best value of the objective function 60
Optimality of the best value was proved NO
Number of variables1266
Total number of constraints2888
Number of constraints which are clauses2888
Number of constraints which are cardinality constraints (but not clauses)0
Number of constraints which are nor clauses,nor cardinality constraints0
Minimum length of a constraint1
Maximum length of a constraint183
Number of terms in the objective function 1266
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 1266
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 1266
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.11/0.32	c SAT4J: a SATisfiability library for Java (c) 2004-2010 Daniel Le Berre
0.11/0.32	c This is free software under the dual EPL/GNU LGPL licenses.
0.11/0.32	c See www.sat4j.org for details.
0.11/0.33	c version 2.2.0.v20100531
0.11/0.33	c java.runtime.name	Java(TM) SE Runtime Environment
0.11/0.33	c java.vm.name		Java HotSpot(TM) Server VM
0.11/0.33	c java.vm.version	11.2-b01
0.11/0.33	c java.vm.vendor	Sun Microsystems Inc.
0.11/0.33	c sun.arch.data.model	32
0.11/0.33	c java.version		1.6.0_12
0.11/0.33	c os.name		Linux
0.11/0.33	c os.version		2.6.18-164.el5
0.11/0.33	c os.arch		i386
0.11/0.33	c Free memory 		1393557488
0.11/0.33	c Max memory 		1395916800
0.11/0.33	c Total memory 		1395916800
0.11/0.33	c Number of processors 	2
0.24/0.41	c Pseudo Boolean Optimization
0.24/0.41	c ManyCore solver with 2 solvers running in parallel
0.24/0.41	c --- Begin Solver configuration ---
0.24/0.41	c Stops conflict analysis at the first Unique Implication Point
0.24/0.41	c org.sat4j.pb.constraints.CompetResolutionPBMixedWLClauseCardConstrDataStructure@1f436f5
0.24/0.41	c Learn all clauses as in MiniSAT
0.24/0.41	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.24/0.41	c VSIDS like heuristics from MiniSAT using a heap lightweight component caching from RSAT taking into account the objective function
0.24/0.41	c Expensive reason simplification
0.24/0.41	c Armin Biere (Picosat) restarts strategy
0.24/0.41	c Glucose learned constraints deletion strategy
0.24/0.41	c timeout=2147483s
0.24/0.41	c DB Simplification allowed=false
0.24/0.41	c --- End Solver configuration ---
0.24/0.41	c Cutting planes based inference (org.sat4j.pb.core.PBSolverCP)
0.24/0.41	c --- Begin Solver configuration ---
0.24/0.41	c Stops conflict analysis at the first Unique Implication Point
0.24/0.41	c org.sat4j.pb.constraints.PBMaxClauseCardConstrDataStructure@18385e3
0.24/0.41	c Learn all clauses as in MiniSAT
0.24/0.41	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.24/0.41	c VSIDS like heuristics from MiniSAT using a heap phase appearing in latest learned clause taking into account the objective function
0.24/0.41	c No reason simplification
0.24/0.41	c Armin Biere (Picosat) restarts strategy
0.24/0.41	c Glucose learned constraints deletion strategy
0.24/0.41	c timeout=2147483s
0.24/0.41	c DB Simplification allowed=false
0.24/0.41	c --- End Solver configuration ---
0.24/0.41	
0.24/0.41	c solving HOME/instance-2662329-1276594808.opb
0.24/0.41	c reading problem ... 
1.57/1.25	c ... done. Wall clock time 0.845s.
1.57/1.25	c #vars     1266
1.57/1.25	c #constraints  2781
1.57/1.25	c constraints type 
1.57/1.26	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 2690
1.57/1.26	c org.sat4j.minisat.constraints.cnf.OriginalBinaryClause => 78
1.57/1.26	c constraints type 
1.57/1.26	c org.sat4j.pb.constraints.pb.OriginalBinaryClausePB => 78
1.57/1.26	c org.sat4j.pb.constraints.pb.OriginalHTClausePB => 2690
1.72/1.37	c And the winner is Resolution
2.17/2.27	c SATISFIABLE
2.17/2.27	c OPTIMIZING...
2.17/2.27	c Got one! Elapsed wall clock time (in seconds):1.861
2.17/2.27	o 89
3.03/2.72	c And the winner is Resolution
3.63/3.30	c Got one! Elapsed wall clock time (in seconds):2.894
3.63/3.30	o 72
6.00/4.52	c cleaning 2495 clauses out of 5000 with flag 5000/5000
8.74/5.95	c cleaning 4247 clauses out of 8504 with flag 11000/11000
11.28/7.24	c cleaning 5622 clauses out of 11258 with flag 18001/18001
14.21/8.81	c cleaning 6812 clauses out of 13636 with flag 26001/26001
18.09/10.74	c cleaning 7909 clauses out of 15824 with flag 35001/35001
22.20/12.80	c cleaning 8955 clauses out of 17917 with flag 45003/45003
26.30/14.93	c cleaning 9476 clauses out of 18962 with flag 55003/55003
30.59/17.19	c cleaning 9737 clauses out of 19483 with flag 65000/65000
34.66/19.26	c cleaning 9872 clauses out of 19747 with flag 75001/75001
38.94/21.47	c cleaning 9932 clauses out of 19874 with flag 85000/85000
42.42/23.25	c cleaning 9966 clauses out of 19942 with flag 95000/95000
46.09/25.13	c cleaning 9981 clauses out of 19976 with flag 105000/105000
50.60/27.49	c cleaning 9993 clauses out of 19996 with flag 115001/115001
54.41/29.46	c cleaning 9996 clauses out of 20002 with flag 125000/125000
57.86/31.25	c cleaning 9985 clauses out of 20006 with flag 135000/135000
62.10/33.40	c cleaning 10005 clauses out of 20022 with flag 145001/145001
67.29/36.14	c cleaning 10005 clauses out of 20017 with flag 155001/155001
70.94/38.04	c cleaning 9991 clauses out of 20011 with flag 165000/165000
74.55/39.96	c cleaning 10001 clauses out of 20020 with flag 175000/175000
78.36/41.95	c cleaning 10003 clauses out of 20019 with flag 185000/185000
82.91/44.37	c cleaning 10003 clauses out of 20016 with flag 195000/195000
88.31/47.10	c cleaning 9999 clauses out of 20013 with flag 205000/205000
92.13/49.10	c cleaning 10002 clauses out of 20015 with flag 215001/215001
94.94/50.66	c cleaning 9997 clauses out of 20012 with flag 225000/225000
97.88/52.20	c cleaning 9996 clauses out of 20015 with flag 235000/235000
100.70/53.80	c cleaning 10008 clauses out of 20019 with flag 245000/245000
103.91/55.41	c cleaning 9995 clauses out of 20011 with flag 255000/255000
105.13/56.13	c And the winner is Resolution
105.31/56.41	c Got one! Elapsed wall clock time (in seconds):55.999
105.31/56.41	o 71
107.67/57.67	c cleaning 10004 clauses out of 20016 with flag 265000/265000
111.42/59.67	c cleaning 10003 clauses out of 20016 with flag 275004/275004
116.99/62.53	c cleaning 10003 clauses out of 20009 with flag 285000/285000
120.17/64.29	c cleaning 9993 clauses out of 20006 with flag 295000/295000
123.37/65.93	c cleaning 10001 clauses out of 20015 with flag 305002/305002
126.47/67.63	c cleaning 10003 clauses out of 20015 with flag 315003/315003
131.23/70.17	c cleaning 10000 clauses out of 20010 with flag 325001/325001
137.58/73.47	c cleaning 9998 clauses out of 20009 with flag 335000/335000
143.33/76.48	c cleaning 9997 clauses out of 20012 with flag 345001/345001
147.22/78.53	c cleaning 10004 clauses out of 20014 with flag 355000/355000
150.59/80.38	c cleaning 10001 clauses out of 20011 with flag 365001/365001
153.94/82.17	c cleaning 9995 clauses out of 20010 with flag 375001/375001
157.09/83.85	c cleaning 9999 clauses out of 20014 with flag 385000/385000
160.78/85.87	c cleaning 10001 clauses out of 20015 with flag 395000/395000
165.12/88.10	c cleaning 9999 clauses out of 20014 with flag 405000/405000
169.66/90.51	c cleaning 10002 clauses out of 20015 with flag 415000/415000
173.60/92.62	c cleaning 9999 clauses out of 20013 with flag 425000/425000
177.08/94.54	c cleaning 10001 clauses out of 20015 with flag 435001/435001
180.79/96.53	c cleaning 10002 clauses out of 20014 with flag 445001/445001
184.53/98.55	c cleaning 10001 clauses out of 20012 with flag 455001/455001
187.27/100.08	c cleaning 9998 clauses out of 20011 with flag 465001/465001
190.30/101.71	c cleaning 10003 clauses out of 20013 with flag 475001/475001
193.44/103.43	c cleaning 9997 clauses out of 20009 with flag 485000/485000
196.75/105.24	c cleaning 10001 clauses out of 20013 with flag 495001/495001
199.68/106.86	c cleaning 9999 clauses out of 20011 with flag 505000/505000
202.73/108.51	c cleaning 9995 clauses out of 20012 with flag 515000/515000
205.64/110.14	c cleaning 9999 clauses out of 20017 with flag 525000/525000
208.75/111.88	c cleaning 10006 clauses out of 20019 with flag 535001/535001
211.66/113.45	c cleaning 9993 clauses out of 20012 with flag 545000/545000
214.49/115.05	c cleaning 10003 clauses out of 20020 with flag 555001/555001
217.42/116.64	c cleaning 9995 clauses out of 20017 with flag 565001/565001
220.73/118.41	c cleaning 10005 clauses out of 20021 with flag 575000/575000
224.03/120.20	c cleaning 10000 clauses out of 20017 with flag 585001/585001
227.86/122.31	c cleaning 10005 clauses out of 20017 with flag 595001/595001
232.97/125.06	c cleaning 9999 clauses out of 20012 with flag 605001/605001
236.88/127.12	c cleaning 9994 clauses out of 20012 with flag 615000/615000
240.97/129.33	c cleaning 10002 clauses out of 20019 with flag 625001/625001
244.58/131.33	c cleaning 9997 clauses out of 20016 with flag 635000/635000
247.88/133.15	c cleaning 10002 clauses out of 20020 with flag 645001/645001
251.15/134.92	c cleaning 10005 clauses out of 20017 with flag 655000/655000
254.44/136.75	c cleaning 10000 clauses out of 20013 with flag 665001/665001
258.00/138.77	c cleaning 10001 clauses out of 20012 with flag 675000/675000
263.26/141.58	c cleaning 9998 clauses out of 20012 with flag 685001/685001
267.91/144.07	c cleaning 10002 clauses out of 20013 with flag 695000/695000
272.74/146.69	c cleaning 9999 clauses out of 20011 with flag 705000/705000
276.66/148.83	c cleaning 9998 clauses out of 20014 with flag 715002/715002
280.69/151.06	c cleaning 10000 clauses out of 20014 with flag 725000/725000
284.33/153.07	c cleaning 10002 clauses out of 20017 with flag 735003/735003
287.79/154.98	c cleaning 9997 clauses out of 20012 with flag 745000/745000
291.70/157.19	c cleaning 10001 clauses out of 20016 with flag 755001/755001
295.32/159.16	c cleaning 9997 clauses out of 20014 with flag 765000/765000
298.76/161.01	c cleaning 10003 clauses out of 20017 with flag 775000/775000
302.18/162.95	c cleaning 10003 clauses out of 20014 with flag 785000/785000
306.09/165.19	c cleaning 9998 clauses out of 20011 with flag 795000/795000
309.51/167.08	c cleaning 10001 clauses out of 20013 with flag 805000/805000
312.73/168.86	c cleaning 10000 clauses out of 20012 with flag 815000/815000
316.13/170.70	c cleaning 9994 clauses out of 20012 with flag 825000/825000
317.82/171.83	c And the winner is CuttingPlanes
317.90/172.60	c Got one! Elapsed wall clock time (in seconds):172.186
317.90/172.60	o 70
319.68/173.57	c cleaning 10003 clauses out of 20018 with flag 835000/835000
323.88/175.84	c cleaning 10006 clauses out of 20017 with flag 845002/845002
328.30/178.23	c cleaning 9999 clauses out of 20010 with flag 855001/855001
333.48/181.03	c cleaning 9997 clauses out of 20014 with flag 865004/865004
337.17/183.17	c cleaning 10005 clauses out of 20013 with flag 875000/875000
340.95/185.26	c cleaning 9993 clauses out of 20009 with flag 885001/885001
344.54/187.28	c cleaning 10002 clauses out of 20015 with flag 895000/895000
348.16/189.21	c cleaning 9999 clauses out of 20013 with flag 905000/905000
352.02/191.41	c cleaning 10002 clauses out of 20014 with flag 915000/915000
355.61/193.42	c cleaning 10002 clauses out of 20014 with flag 925002/925002
358.99/195.32	c cleaning 9998 clauses out of 20010 with flag 935000/935000
362.38/197.22	c cleaning 10003 clauses out of 20013 with flag 945001/945001
365.65/199.18	c cleaning 9998 clauses out of 20009 with flag 955000/955000
368.84/200.98	c cleaning 9998 clauses out of 20011 with flag 965000/965000
372.22/202.87	c cleaning 10000 clauses out of 20013 with flag 975000/975000
375.61/204.73	c cleaning 10000 clauses out of 20014 with flag 985001/985001
379.07/206.71	c cleaning 9999 clauses out of 20014 with flag 995001/995001
382.04/208.45	c cleaning 9999 clauses out of 20014 with flag 1005000/1005000
385.22/210.28	c cleaning 10003 clauses out of 20015 with flag 1015000/1015000
388.39/212.08	c cleaning 9997 clauses out of 20013 with flag 1025001/1025001
392.43/214.39	c cleaning 10000 clauses out of 20015 with flag 1035000/1035000
396.20/216.48	c cleaning 10002 clauses out of 20016 with flag 1045001/1045001
399.78/218.49	c cleaning 10000 clauses out of 20013 with flag 1055000/1055000
403.55/220.59	c cleaning 10000 clauses out of 20013 with flag 1065000/1065000
407.38/222.75	c cleaning 10000 clauses out of 20014 with flag 1075001/1075001
411.15/224.84	c cleaning 10002 clauses out of 20014 with flag 1085001/1085001
414.89/226.98	c cleaning 10000 clauses out of 20011 with flag 1095000/1095000
419.04/229.21	c cleaning 10000 clauses out of 20011 with flag 1105000/1105000
423.25/231.60	c cleaning 9997 clauses out of 20011 with flag 1115000/1115000
427.39/233.92	c cleaning 9995 clauses out of 20015 with flag 1125001/1125001
430.34/235.69	c cleaning 10003 clauses out of 20019 with flag 1135000/1135000
433.69/237.55	c cleaning 9996 clauses out of 20016 with flag 1145000/1145000
437.28/239.61	c cleaning 10004 clauses out of 20020 with flag 1155000/1155000
440.42/241.43	c cleaning 10000 clauses out of 20016 with flag 1165000/1165000
443.76/243.30	c cleaning 10001 clauses out of 20016 with flag 1175000/1175000
447.11/245.23	c cleaning 9998 clauses out of 20015 with flag 1185000/1185000
450.49/247.30	c cleaning 9995 clauses out of 20017 with flag 1195000/1195000
454.02/249.25	c cleaning 10002 clauses out of 20022 with flag 1205000/1205000
457.57/251.26	c cleaning 9999 clauses out of 20020 with flag 1215000/1215000
460.91/253.16	c cleaning 10003 clauses out of 20021 with flag 1225000/1225000
464.52/255.24	c cleaning 9999 clauses out of 20018 with flag 1235000/1235000
468.05/257.21	c cleaning 10001 clauses out of 20020 with flag 1245001/1245001
471.39/259.18	c cleaning 10000 clauses out of 20018 with flag 1255000/1255000
475.12/261.27	c cleaning 10000 clauses out of 20018 with flag 1265000/1265000
479.10/263.56	c cleaning 10005 clauses out of 20019 with flag 1275001/1275001
483.62/266.03	c cleaning 10006 clauses out of 20013 with flag 1285000/1285000
488.53/268.76	c cleaning 10000 clauses out of 20007 with flag 1295000/1295000
492.85/271.16	c cleaning 9991 clauses out of 20007 with flag 1305000/1305000
496.62/273.36	c cleaning 10002 clauses out of 20016 with flag 1315000/1315000
500.14/275.39	c cleaning 10001 clauses out of 20014 with flag 1325000/1325000
503.47/277.22	c cleaning 10002 clauses out of 20013 with flag 1335000/1335000
507.18/279.37	c cleaning 10001 clauses out of 20011 with flag 1345000/1345000
511.71/281.94	c cleaning 10000 clauses out of 20011 with flag 1355001/1355001
516.02/284.34	c cleaning 9996 clauses out of 20010 with flag 1365000/1365000
519.53/286.30	c cleaning 9993 clauses out of 20015 with flag 1375001/1375001
522.84/288.27	c cleaning 10002 clauses out of 20022 with flag 1385001/1385001
526.96/290.66	c cleaning 10002 clauses out of 20019 with flag 1395000/1395000
530.85/292.89	c cleaning 10003 clauses out of 20018 with flag 1405001/1405001
534.37/294.86	c cleaning 10002 clauses out of 20015 with flag 1415001/1415001
537.85/296.88	c cleaning 10002 clauses out of 20013 with flag 1425001/1425001
541.59/299.00	c cleaning 10000 clauses out of 20012 with flag 1435002/1435002
545.08/301.09	c cleaning 9999 clauses out of 20010 with flag 1445000/1445000
548.77/303.13	c cleaning 10002 clauses out of 20012 with flag 1455001/1455001
552.86/305.50	c cleaning 9998 clauses out of 20010 with flag 1465001/1465001
556.59/307.63	c cleaning 9999 clauses out of 20011 with flag 1475000/1475000
560.08/309.67	c cleaning 10004 clauses out of 20013 with flag 1485001/1485001
563.57/311.69	c cleaning 9996 clauses out of 20008 with flag 1495000/1495000
567.24/313.72	c cleaning 9999 clauses out of 20012 with flag 1505000/1505000
570.59/315.74	c cleaning 10000 clauses out of 20014 with flag 1515001/1515001
574.07/317.78	c cleaning 9998 clauses out of 20014 with flag 1525001/1525001
577.74/319.82	c cleaning 10003 clauses out of 20016 with flag 1535001/1535001
581.42/321.93	c cleaning 9994 clauses out of 20012 with flag 1545000/1545000
585.15/324.12	c cleaning 10001 clauses out of 20018 with flag 1555000/1555000
588.83/326.23	c cleaning 10000 clauses out of 20018 with flag 1565001/1565001
592.71/328.40	c cleaning 10002 clauses out of 20018 with flag 1575001/1575001
596.59/330.65	c cleaning 10003 clauses out of 20019 with flag 1585004/1585004
600.70/333.05	c cleaning 10000 clauses out of 20012 with flag 1595000/1595000
604.56/335.24	c cleaning 10000 clauses out of 20012 with flag 1605000/1605000
608.24/337.37	c cleaning 9997 clauses out of 20012 with flag 1615000/1615000
612.30/339.61	c cleaning 10000 clauses out of 20015 with flag 1625000/1625000
616.61/342.15	c cleaning 9991 clauses out of 20015 with flag 1635000/1635000
620.46/344.31	c cleaning 10003 clauses out of 20025 with flag 1645001/1645001
624.51/346.60	c cleaning 10006 clauses out of 20023 with flag 1655002/1655002
628.57/348.96	c cleaning 9998 clauses out of 20015 with flag 1665000/1665000
632.66/351.31	c cleaning 10003 clauses out of 20017 with flag 1675000/1675000
636.32/353.48	c cleaning 9997 clauses out of 20015 with flag 1685001/1685001
640.37/355.77	c cleaning 10001 clauses out of 20018 with flag 1695001/1695001
644.04/357.85	c cleaning 10002 clauses out of 20017 with flag 1705001/1705001
647.74/360.09	c cleaning 10000 clauses out of 20014 with flag 1715000/1715000
651.02/361.94	c cleaning 10000 clauses out of 20014 with flag 1725000/1725000
654.46/363.92	c cleaning 10002 clauses out of 20014 with flag 1735000/1735000
657.92/365.95	c cleaning 10000 clauses out of 20012 with flag 1745000/1745000
661.61/368.13	c cleaning 9999 clauses out of 20013 with flag 1755001/1755001
664.88/370.08	c cleaning 10001 clauses out of 20013 with flag 1765000/1765000
668.33/372.05	c cleaning 9998 clauses out of 20012 with flag 1775000/1775000
671.79/374.05	c cleaning 9998 clauses out of 20014 with flag 1785000/1785000
675.28/376.18	c cleaning 10001 clauses out of 20016 with flag 1795000/1795000
678.53/378.06	c cleaning 9998 clauses out of 20015 with flag 1805000/1805000
681.79/379.94	c cleaning 9999 clauses out of 20017 with flag 1815000/1815000
685.03/381.80	c cleaning 10000 clauses out of 20018 with flag 1825000/1825000
688.11/383.75	c cleaning 10000 clauses out of 20018 with flag 1835000/1835000
691.57/385.73	c cleaning 10004 clauses out of 20019 with flag 1845001/1845001
694.62/387.53	c cleaning 10002 clauses out of 20017 with flag 1855003/1855003
697.68/389.38	c cleaning 10003 clauses out of 20013 with flag 1865001/1865001
700.94/391.39	c cleaning 9996 clauses out of 20009 with flag 1875000/1875000
704.19/393.26	c cleaning 9999 clauses out of 20013 with flag 1885000/1885000
707.44/395.16	c cleaning 9997 clauses out of 20014 with flag 1895000/1895000
710.49/397.00	c cleaning 10002 clauses out of 20017 with flag 1905000/1905000
714.16/399.10	c cleaning 10001 clauses out of 20015 with flag 1915000/1915000
717.42/401.05	c cleaning 10002 clauses out of 20015 with flag 1925001/1925001
720.48/402.87	c cleaning 9996 clauses out of 20012 with flag 1935000/1935000
724.51/405.19	c cleaning 9996 clauses out of 20016 with flag 1945000/1945000
729.18/407.86	c cleaning 9997 clauses out of 20020 with flag 1955000/1955000
734.41/410.71	c cleaning 10007 clauses out of 20024 with flag 1965001/1965001
738.25/412.93	c cleaning 10004 clauses out of 20017 with flag 1975001/1975001
741.68/414.97	c cleaning 10004 clauses out of 20013 with flag 1985001/1985001
745.35/417.13	c cleaning 9997 clauses out of 20008 with flag 1995000/1995000
748.60/419.04	c cleaning 9997 clauses out of 20011 with flag 2005000/2005000
752.02/421.02	c cleaning 9997 clauses out of 20015 with flag 2015001/2015001
755.46/423.06	c cleaning 10004 clauses out of 20019 with flag 2025002/2025002
759.50/425.49	c cleaning 10002 clauses out of 20014 with flag 2035001/2035001
763.34/427.64	c cleaning 9998 clauses out of 20012 with flag 2045001/2045001
767.36/429.95	c cleaning 9999 clauses out of 20014 with flag 2055001/2055001
771.20/432.15	c cleaning 9998 clauses out of 20015 with flag 2065001/2065001
775.04/434.47	c cleaning 10002 clauses out of 20019 with flag 2075003/2075003
778.64/436.52	c cleaning 10001 clauses out of 20014 with flag 2085000/2085000
782.06/438.52	c cleaning 9998 clauses out of 20013 with flag 2095000/2095000
785.67/440.62	c cleaning 10000 clauses out of 20015 with flag 2105000/2105000
789.11/442.74	c cleaning 10001 clauses out of 20015 with flag 2115000/2115000
792.74/444.85	c cleaning 10000 clauses out of 20014 with flag 2125000/2125000
796.53/447.01	c cleaning 10003 clauses out of 20015 with flag 2135001/2135001
800.13/449.12	c cleaning 10000 clauses out of 20011 with flag 2145000/2145000
803.95/451.44	c cleaning 9998 clauses out of 20011 with flag 2155000/2155000
807.76/453.66	c cleaning 10000 clauses out of 20013 with flag 2165000/2165000
811.36/455.72	c cleaning 9999 clauses out of 20014 with flag 2175001/2175001
814.76/457.71	c cleaning 10002 clauses out of 20014 with flag 2185000/2185000
818.78/460.18	c cleaning 9999 clauses out of 20012 with flag 2195000/2195000
822.36/462.25	c cleaning 9996 clauses out of 20013 with flag 2205000/2205000
826.36/464.58	c cleaning 10002 clauses out of 20017 with flag 2215000/2215000
830.35/466.82	c cleaning 9995 clauses out of 20016 with flag 2225001/2225001
834.16/469.12	c cleaning 10009 clauses out of 20021 with flag 2235001/2235001
837.74/471.21	c cleaning 9999 clauses out of 20011 with flag 2245000/2245000
841.93/473.60	c cleaning 9998 clauses out of 20012 with flag 2255000/2255000
845.51/475.72	c cleaning 9999 clauses out of 20014 with flag 2265000/2265000
849.32/478.00	c cleaning 9997 clauses out of 20016 with flag 2275001/2275001
853.11/480.24	c cleaning 10002 clauses out of 20018 with flag 2285000/2285000
856.90/482.43	c cleaning 10000 clauses out of 20016 with flag 2295000/2295000
860.50/484.56	c cleaning 10003 clauses out of 20019 with flag 2305003/2305003
864.29/486.89	c cleaning 10001 clauses out of 20014 with flag 2315001/2315001
868.09/489.08	c cleaning 9999 clauses out of 20013 with flag 2325001/2325001
871.88/491.28	c cleaning 10000 clauses out of 20013 with flag 2335000/2335000
875.66/493.41	c cleaning 9997 clauses out of 20013 with flag 2345000/2345000
879.66/495.82	c cleaning 10003 clauses out of 20017 with flag 2355001/2355001
883.65/498.12	c cleaning 9995 clauses out of 20013 with flag 2365000/2365000
887.45/500.38	c cleaning 10003 clauses out of 20018 with flag 2375000/2375000
891.23/502.53	c cleaning 10002 clauses out of 20016 with flag 2385001/2385001
895.24/504.93	c cleaning 9999 clauses out of 20013 with flag 2395000/2395000
898.60/506.97	c cleaning 10001 clauses out of 20014 with flag 2405000/2405000
902.00/508.99	c cleaning 10002 clauses out of 20013 with flag 2415000/2415000
906.18/511.37	c cleaning 9996 clauses out of 20012 with flag 2425001/2425001
910.37/513.83	c cleaning 10000 clauses out of 20015 with flag 2435000/2435000
913.77/515.84	c cleaning 9997 clauses out of 20015 with flag 2445000/2445000
917.34/517.95	c cleaning 10003 clauses out of 20018 with flag 2455000/2455000
920.52/519.88	c cleaning 10003 clauses out of 20016 with flag 2465001/2465001
924.32/522.20	c cleaning 9998 clauses out of 20012 with flag 2475000/2475000
928.90/524.79	c cleaning 10002 clauses out of 20014 with flag 2485000/2485000
933.26/527.23	c cleaning 9996 clauses out of 20012 with flag 2495000/2495000
937.42/529.63	c cleaning 10002 clauses out of 20016 with flag 2505000/2505000
941.60/532.18	c cleaning 9997 clauses out of 20014 with flag 2515000/2515000
946.14/534.79	c cleaning 9999 clauses out of 20017 with flag 2525000/2525000
950.70/537.37	c cleaning 10000 clauses out of 20019 with flag 2535001/2535001
954.87/539.70	c cleaning 10006 clauses out of 20019 with flag 2545001/2545001
958.83/542.19	c cleaning 10001 clauses out of 20013 with flag 2555001/2555001
962.80/544.41	c cleaning 9996 clauses out of 20011 with flag 2565000/2565000
966.56/546.66	c cleaning 9995 clauses out of 20015 with flag 2575000/2575000
970.32/548.89	c cleaning 10005 clauses out of 20021 with flag 2585001/2585001
974.47/551.38	c cleaning 9998 clauses out of 20015 with flag 2595000/2595000
978.23/553.58	c cleaning 10001 clauses out of 20017 with flag 2605000/2605000
981.79/555.65	c cleaning 10002 clauses out of 20016 with flag 2615000/2615000
985.95/558.08	c cleaning 9999 clauses out of 20014 with flag 2625000/2625000
989.90/560.41	c cleaning 10000 clauses out of 20016 with flag 2635001/2635001
994.07/562.82	c cleaning 10003 clauses out of 20015 with flag 2645000/2645000
997.63/564.92	c cleaning 10000 clauses out of 20012 with flag 2655000/2655000
1001.18/567.05	c cleaning 9997 clauses out of 20014 with flag 2665002/2665002
1005.15/569.47	c cleaning 9998 clauses out of 20016 with flag 2675001/2675001
1008.91/571.69	c cleaning 10004 clauses out of 20017 with flag 2685000/2685000
1013.04/574.09	c cleaning 9999 clauses out of 20014 with flag 2695001/2695001
1016.81/576.27	c cleaning 10004 clauses out of 20015 with flag 2705001/2705001
1021.14/578.84	c cleaning 10002 clauses out of 20011 with flag 2715001/2715001
1025.08/581.11	c cleaning 9994 clauses out of 20010 with flag 2725002/2725002
1028.82/583.37	c cleaning 10001 clauses out of 20015 with flag 2735001/2735001
1032.77/585.66	c cleaning 10001 clauses out of 20014 with flag 2745001/2745001
1036.72/588.03	c cleaning 9998 clauses out of 20012 with flag 2755000/2755000
1040.46/590.27	c cleaning 10000 clauses out of 20015 with flag 2765001/2765001
1044.61/592.62	c cleaning 9999 clauses out of 20014 with flag 2775000/2775000
1048.55/594.98	c cleaning 9997 clauses out of 20015 with flag 2785000/2785000
1052.67/597.49	c cleaning 10003 clauses out of 20019 with flag 2795001/2795001
1056.40/599.70	c cleaning 10001 clauses out of 20016 with flag 2805001/2805001
1060.13/601.89	c cleaning 9996 clauses out of 20014 with flag 2815000/2815000
1064.06/604.11	c cleaning 10003 clauses out of 20019 with flag 2825001/2825001
1067.77/606.44	c cleaning 10002 clauses out of 20015 with flag 2835000/2835000
1071.29/608.54	c cleaning 9996 clauses out of 20013 with flag 2845000/2845000
1075.03/610.73	c cleaning 9999 clauses out of 20017 with flag 2855000/2855000
1078.75/612.97	c cleaning 10003 clauses out of 20018 with flag 2865000/2865000
1082.76/615.37	c cleaning 9994 clauses out of 20015 with flag 2875000/2875000
1086.50/617.59	c cleaning 10000 clauses out of 20022 with flag 2885001/2885001
1090.04/619.67	c cleaning 10002 clauses out of 20022 with flag 2895001/2895001
1093.57/621.73	c cleaning 10001 clauses out of 20019 with flag 2905000/2905000
1097.50/624.10	c cleaning 10000 clauses out of 20020 with flag 2915002/2915002
1101.03/626.25	c cleaning 10006 clauses out of 20019 with flag 2925001/2925001
1104.36/628.27	c cleaning 9994 clauses out of 20012 with flag 2935000/2935000
1108.49/630.64	c cleaning 10004 clauses out of 20018 with flag 2945000/2945000
1113.21/633.48	c cleaning 9993 clauses out of 20014 with flag 2955000/2955000
1118.11/636.26	c cleaning 10004 clauses out of 20022 with flag 2965001/2965001
1122.23/638.66	c cleaning 10002 clauses out of 20017 with flag 2975000/2975000
1126.75/641.21	c cleaning 10001 clauses out of 20017 with flag 2985002/2985002
1131.04/643.88	c cleaning 10004 clauses out of 20015 with flag 2995001/2995001
1135.14/646.26	c cleaning 9995 clauses out of 20010 with flag 3005000/3005000
1139.03/648.56	c cleaning 10001 clauses out of 20015 with flag 3015000/3015000
1142.94/650.84	c cleaning 10000 clauses out of 20014 with flag 3025000/3025000
1146.82/653.29	c cleaning 10002 clauses out of 20014 with flag 3035000/3035000
1150.71/655.59	c cleaning 9997 clauses out of 20012 with flag 3045000/3045000
1154.62/657.88	c cleaning 9999 clauses out of 20016 with flag 3055001/3055001
1158.49/660.17	c cleaning 9995 clauses out of 20016 with flag 3065000/3065000
1162.77/662.72	c cleaning 10008 clauses out of 20024 with flag 3075003/3075003
1167.26/665.32	c cleaning 10000 clauses out of 20013 with flag 3085000/3085000
1171.73/667.94	c cleaning 10000 clauses out of 20013 with flag 3095000/3095000
1176.00/670.40	c cleaning 9998 clauses out of 20013 with flag 3105000/3105000
1181.24/673.54	c cleaning 9996 clauses out of 20015 with flag 3115000/3115000
1185.31/675.93	c cleaning 10004 clauses out of 20021 with flag 3125002/3125002
1188.99/678.18	c cleaning 10003 clauses out of 20015 with flag 3135000/3135000
1193.46/680.72	c cleaning 9993 clauses out of 20012 with flag 3145000/3145000
1198.08/683.54	c cleaning 10002 clauses out of 20019 with flag 3155000/3155000
1202.34/686.07	c cleaning 9999 clauses out of 20017 with flag 3165000/3165000
1204.62/687.55	c And the winner is CuttingPlanes
1204.71/687.83	c Got one! Elapsed wall clock time (in seconds):687.425
1204.71/687.83	o 69
1207.00/689.01	c cleaning 10002 clauses out of 20018 with flag 3175000/3175000
1210.66/691.27	c cleaning 9997 clauses out of 20018 with flag 3185002/3185002
1214.86/693.80	c cleaning 10004 clauses out of 20019 with flag 3195000/3195000
1218.51/696.01	c cleaning 10001 clauses out of 20015 with flag 3205000/3205000
1222.17/698.28	c cleaning 10001 clauses out of 20016 with flag 3215002/3215002
1224.43/699.73	c cleaning 0 clauses out of 4999 with flag 0/5000
1227.12/701.56	c cleaning 9995 clauses out of 20013 with flag 3225000/3225000
1230.98/703.83	c cleaning 10002 clauses out of 20018 with flag 3235000/3235000
1234.62/706.05	c cleaning 10000 clauses out of 20016 with flag 3245000/3245000
1238.47/708.38	c cleaning 9995 clauses out of 20016 with flag 3255000/3255000
1242.46/710.88	c cleaning 10002 clauses out of 20021 with flag 3265000/3265000
1246.28/713.16	c cleaning 10003 clauses out of 20019 with flag 3275000/3275000
1250.11/715.46	c cleaning 10001 clauses out of 20016 with flag 3285000/3285000
1254.54/718.01	c cleaning 9999 clauses out of 20015 with flag 3295000/3295000
1258.94/720.78	c cleaning 10005 clauses out of 20017 with flag 3305001/3305001
1262.97/723.15	c cleaning 10000 clauses out of 20011 with flag 3315000/3315000
1266.81/725.41	c cleaning 9995 clauses out of 20012 with flag 3325001/3325001
1270.84/727.83	c cleaning 9998 clauses out of 20016 with flag 3335000/3335000
1275.61/730.74	c cleaning 10004 clauses out of 20018 with flag 3345000/3345000
1280.23/733.40	c cleaning 10000 clauses out of 20014 with flag 3355000/3355000
1284.64/736.04	c cleaning 9996 clauses out of 20014 with flag 3365000/3365000
1288.65/738.46	c cleaning 10000 clauses out of 20018 with flag 3375000/3375000
1293.21/741.25	c cleaning 10004 clauses out of 20019 with flag 3385001/3385001
1297.40/743.79	c cleaning 9997 clauses out of 20014 with flag 3395000/3395000
1300.82/745.88	c cleaning 9998 clauses out of 20017 with flag 3405000/3405000
1304.60/748.14	c cleaning 10001 clauses out of 20019 with flag 3415000/3415000
1308.18/750.43	c cleaning 10000 clauses out of 20019 with flag 3425001/3425001
1311.77/752.67	c cleaning 10001 clauses out of 20018 with flag 3435000/3435000
1315.57/754.97	c cleaning 10000 clauses out of 20017 with flag 3445000/3445000
1319.15/757.19	c cleaning 10004 clauses out of 20017 with flag 3455000/3455000
1323.10/759.62	c cleaning 10000 clauses out of 20013 with flag 3465000/3465000
1326.69/761.81	c cleaning 9999 clauses out of 20014 with flag 3475001/3475001
1330.28/764.00	c cleaning 10001 clauses out of 20015 with flag 3485001/3485001
1333.87/766.22	c cleaning 10003 clauses out of 20013 with flag 3495000/3495000
1337.67/768.65	c cleaning 9999 clauses out of 20011 with flag 3505001/3505001
1341.27/770.83	c cleaning 10000 clauses out of 20011 with flag 3515000/3515000
1345.06/773.11	c cleaning 9995 clauses out of 20011 with flag 3525000/3525000
1348.67/775.35	c cleaning 10002 clauses out of 20016 with flag 3535000/3535000
1352.59/777.86	c cleaning 10003 clauses out of 20014 with flag 3545000/3545000
1356.56/780.23	c cleaning 9997 clauses out of 20012 with flag 3555001/3555001
1360.74/782.73	c cleaning 9999 clauses out of 20014 with flag 3565000/3565000
1364.90/785.23	c cleaning 10000 clauses out of 20015 with flag 3575000/3575000
1369.81/788.26	c cleaning 9999 clauses out of 20015 with flag 3585000/3585000
1374.80/791.15	c cleaning 10001 clauses out of 20016 with flag 3595000/3595000
1379.51/793.92	c cleaning 10000 clauses out of 20015 with flag 3605000/3605000
1383.87/796.53	c cleaning 10002 clauses out of 20016 with flag 3615001/3615001
1387.98/799.13	c cleaning 9999 clauses out of 20013 with flag 3625000/3625000
1392.51/801.90	c cleaning 9999 clauses out of 20014 with flag 3635000/3635000
1397.23/804.66	c cleaning 9997 clauses out of 20015 with flag 3645000/3645000
1401.76/807.38	c cleaning 9999 clauses out of 20018 with flag 3655000/3655000
1407.02/810.60	c cleaning 9998 clauses out of 20019 with flag 3665000/3665000
1412.33/813.65	c cleaning 10005 clauses out of 20022 with flag 3675001/3675001
1417.06/816.49	c cleaning 10001 clauses out of 20016 with flag 3685000/3685000
1421.80/819.24	c cleaning 10002 clauses out of 20016 with flag 3695001/3695001
1426.49/822.14	c cleaning 9991 clauses out of 20013 with flag 3705000/3705000
1431.04/824.86	c cleaning 10001 clauses out of 20022 with flag 3715000/3715000
1435.58/827.53	c cleaning 9997 clauses out of 20021 with flag 3725000/3725000
1440.13/830.30	c cleaning 10006 clauses out of 20024 with flag 3735000/3735000
1445.22/833.36	c cleaning 10000 clauses out of 20019 with flag 3745001/3745001
1449.58/835.92	c cleaning 9998 clauses out of 20018 with flag 3755000/3755000
1453.71/838.41	c cleaning 10001 clauses out of 20021 with flag 3765001/3765001
1458.07/841.09	c cleaning 10001 clauses out of 20019 with flag 3775000/3775000
1462.22/843.70	c cleaning 9999 clauses out of 20018 with flag 3785000/3785000
1466.34/846.18	c cleaning 10004 clauses out of 20020 with flag 3795001/3795001
1470.47/848.65	c cleaning 9999 clauses out of 20017 with flag 3805002/3805002
1475.21/851.42	c cleaning 10000 clauses out of 20016 with flag 3815000/3815000
1479.88/854.39	c cleaning 9997 clauses out of 20016 with flag 3825000/3825000
1484.79/857.25	c cleaning 10006 clauses out of 20020 with flag 3835001/3835001
1489.51/860.10	c cleaning 10000 clauses out of 20013 with flag 3845000/3845000
1494.79/863.11	c cleaning 9998 clauses out of 20013 with flag 3855000/3855000
1500.05/866.30	c cleaning 10000 clauses out of 20016 with flag 3865001/3865001
1504.59/869.02	c cleaning 10002 clauses out of 20015 with flag 3875000/3875000
1508.29/871.33	c cleaning 9998 clauses out of 20014 with flag 3885001/3885001
1512.02/873.61	c cleaning 9999 clauses out of 20016 with flag 3895001/3895001
1516.08/876.22	c cleaning 9999 clauses out of 20016 with flag 3905000/3905000
1519.60/878.46	c cleaning 10002 clauses out of 20017 with flag 3915000/3915000
1523.50/880.84	c cleaning 10002 clauses out of 20016 with flag 3925001/3925001
1527.41/883.23	c cleaning 10001 clauses out of 20016 with flag 3935003/3935003
1531.63/885.94	c cleaning 10002 clauses out of 20013 with flag 3945001/3945001
1535.54/888.32	c cleaning 9995 clauses out of 20011 with flag 3955001/3955001
1539.25/890.65	c cleaning 9999 clauses out of 20017 with flag 3965002/3965002
1543.16/893.05	c cleaning 9992 clauses out of 20016 with flag 3975000/3975000
1547.40/895.71	c cleaning 10006 clauses out of 20025 with flag 3985001/3985001
1551.29/898.15	c cleaning 10002 clauses out of 20018 with flag 3995000/3995000
1555.19/900.57	c cleaning 10001 clauses out of 20016 with flag 4005000/4005000
1559.31/903.01	c cleaning 10002 clauses out of 20015 with flag 4015000/4015000
1563.53/905.70	c cleaning 9997 clauses out of 20013 with flag 4025000/4025000
1567.43/908.10	c cleaning 9997 clauses out of 20016 with flag 4035000/4035000
1571.13/910.49	c cleaning 10001 clauses out of 20019 with flag 4045000/4045000
1575.25/912.97	c cleaning 10001 clauses out of 20018 with flag 4055000/4055000
1579.29/915.59	c cleaning 10001 clauses out of 20018 with flag 4065001/4065001
1583.20/917.91	c cleaning 9997 clauses out of 20016 with flag 4075000/4075000
1586.70/920.16	c cleaning 9998 clauses out of 20020 with flag 4085001/4085001
1590.41/922.49	c cleaning 10002 clauses out of 20021 with flag 4095000/4095000
1594.67/925.14	c cleaning 10002 clauses out of 20019 with flag 4105000/4105000
1598.54/927.57	c cleaning 9993 clauses out of 20017 with flag 4115000/4115000
1602.44/929.95	c cleaning 10008 clauses out of 20025 with flag 4125001/4125001
1606.54/932.41	c cleaning 9995 clauses out of 20019 with flag 4135003/4135003
1610.95/935.23	c cleaning 10005 clauses out of 20022 with flag 4145001/4145001
1615.05/937.74	c cleaning 10003 clauses out of 20017 with flag 4155001/4155001
1619.13/940.26	c cleaning 9999 clauses out of 20014 with flag 4165001/4165001
1623.23/942.73	c cleaning 9995 clauses out of 20014 with flag 4175000/4175000
1627.46/945.41	c cleaning 9994 clauses out of 20019 with flag 4185000/4185000
1631.54/947.97	c cleaning 10007 clauses out of 20026 with flag 4195001/4195001
1635.61/950.47	c cleaning 10001 clauses out of 20018 with flag 4205000/4205000
1639.47/952.81	c cleaning 9998 clauses out of 20017 with flag 4215000/4215000
1643.69/955.53	c cleaning 10003 clauses out of 20020 with flag 4225001/4225001
1647.77/958.08	c cleaning 9998 clauses out of 20017 with flag 4235001/4235001
1651.45/960.39	c cleaning 10001 clauses out of 20018 with flag 4245000/4245000
1655.52/962.82	c cleaning 9996 clauses out of 20018 with flag 4255001/4255001
1659.59/965.45	c cleaning 10003 clauses out of 20022 with flag 4265001/4265001
1663.27/967.76	c cleaning 9992 clauses out of 20018 with flag 4275000/4275000
1667.34/970.24	c cleaning 9997 clauses out of 20026 with flag 4285000/4285000
1671.19/972.65	c cleaning 10003 clauses out of 20029 with flag 4295000/4295000
1675.39/975.32	c cleaning 10004 clauses out of 20027 with flag 4305001/4305001
1679.67/977.94	c cleaning 9998 clauses out of 20022 with flag 4315000/4315000
1683.70/980.45	c cleaning 10003 clauses out of 20024 with flag 4325000/4325000
1687.78/982.91	c cleaning 9999 clauses out of 20021 with flag 4335000/4335000
1691.81/985.60	c cleaning 10001 clauses out of 20022 with flag 4345000/4345000
1695.86/988.02	c cleaning 10002 clauses out of 20021 with flag 4355000/4355000
1699.53/990.39	c cleaning 9998 clauses out of 20019 with flag 4365000/4365000
1703.98/993.06	c cleaning 10008 clauses out of 20022 with flag 4375001/4375001
1709.17/996.27	c cleaning 10002 clauses out of 20015 with flag 4385002/4385002
1716.01/1000.14	c cleaning 10005 clauses out of 20018 with flag 4395007/4395007
1721.30/1003.22	c cleaning 10000 clauses out of 20007 with flag 4405001/4405001
1725.54/1005.85	c cleaning 9999 clauses out of 20007 with flag 4415001/4415001
1729.74/1008.56	c cleaning 9994 clauses out of 20007 with flag 4425000/4425000
1733.80/1011.01	c cleaning 9999 clauses out of 20013 with flag 4435000/4435000
1738.27/1013.75	c cleaning 10004 clauses out of 20015 with flag 4445001/4445001
1742.92/1016.55	c cleaning 10000 clauses out of 20011 with flag 4455001/4455001
1747.11/1019.25	c cleaning 10002 clauses out of 20011 with flag 4465001/4465001
1750.95/1021.67	c cleaning 9994 clauses out of 20008 with flag 4475000/4475000
1754.79/1024.05	c cleaning 10003 clauses out of 20015 with flag 4485001/4485001
1758.61/1026.47	c cleaning 9999 clauses out of 20011 with flag 4495000/4495000
1762.76/1029.16	c cleaning 10002 clauses out of 20014 with flag 4505002/4505002
1767.02/1031.76	c cleaning 10000 clauses out of 20011 with flag 4515001/4515001
1771.43/1034.42	c cleaning 9994 clauses out of 20011 with flag 4525001/4525001
1775.47/1036.96	c cleaning 10001 clauses out of 20017 with flag 4535001/4535001
1779.64/1039.69	c cleaning 10001 clauses out of 20015 with flag 4545000/4545000
1783.66/1042.10	c cleaning 10001 clauses out of 20015 with flag 4555001/4555001
1787.68/1044.61	c cleaning 9996 clauses out of 20013 with flag 4565000/4565000
1792.12/1047.37	c cleaning 10003 clauses out of 20018 with flag 4575001/4575001
1796.65/1050.29	c cleaning 10000 clauses out of 20014 with flag 4585000/4585000
1800.33/1052.53	c starts		: 27
1800.33/1052.53	c conflicts		: 6270
1800.33/1052.53	c decisions		: 154864
1800.33/1052.53	c propagations		: 513851
1800.33/1052.53	c inspects		: 146846060
1800.33/1052.53	c learnt literals	: 1
1800.33/1052.53	c learnt binary clauses	: 0
1800.33/1052.53	c learnt ternary clauses	: 0
1800.33/1052.53	c learnt clauses	: 6268
1800.33/1052.53	c ignored clauses	: 0
1800.33/1052.53	c root simplifications	: 0
1800.33/1052.53	c removed literals (reason simplification)	: 0
1800.33/1052.53	c reason swapping (by a shorter reason)	: 0
1800.33/1052.53	c Calls to reduceDB	: 1
1800.33/1052.53	c number of reductions to clauses (during analyze)	: 0
1800.33/1052.53	c number of learned constraints concerned by reduction	: 0
1800.33/1052.53	c number of learning phase by resolution	: 0
1800.33/1052.53	c number of learning phase by cutting planes	: 0
1800.33/1052.53	c speed (assignments/second)	: 1409.065606361829
1800.33/1052.53	c non guided choices	7
1800.50/1052.65	c learnt constraints type 
1800.50/1052.65	c org.sat4j.pb.constraints.pb.LearntHTClausePB => 45
1800.50/1052.65	c org.sat4j.pb.constraints.pb.MinWatchCardPB => 84
1800.50/1052.65	c org.sat4j.pb.constraints.pb.MaxWatchPb => 6140
1800.50/1052.65	c constraints type 
1800.50/1052.65	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 2690
1800.50/1052.65	c org.sat4j.minisat.constraints.card.MinWatchCard => 1
1800.50/1052.65	c org.sat4j.minisat.constraints.cnf.OriginalBinaryClause => 78
1800.50/1052.65	c constraints type 
1800.50/1052.65	c org.sat4j.pb.constraints.pb.OriginalBinaryClausePB => 78
1800.50/1052.65	c org.sat4j.pb.constraints.pb.OriginalHTClausePB => 2690
1800.50/1052.65	c org.sat4j.pb.constraints.pb.MinWatchCardPB => 1
1800.50/1052.65	s SATISFIABLE
1800.50/1052.66	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 -x1077 -x1078 -x1079 -x1080 -x1081 -x1082 -x1083 -x1084 -x1085 -x1086 -x1087 -x1088 -x1089 -x1090 -x1091 -x1092 -x1093 -x1094 -x1095 -x1096 -x1097 -x1098 -x1099 x1100 -x1101 -x1102 -x1103 -x1104 x1105 -x1106 -x1107 -x1108 -x1109 -x1110 -x1111 -x1112 -x1113 -x1114 -x1115 -x1116 -x1117 -x1118 x1119 -x1120 x1121 -x1122 x1123 -x1124 -x1125 -x1126 -x1127 x1128 -x1129 -x1130 -x1131 -x1132 -x1133 -x1134 -x1135 -x1136 -x1137 -x1138 -x1139 -x1140 -x1141 -x1142 -x1143 -x1144 -x1145 -x1146 -x1147 -x1148 -x1149 -x1150 -x1151 -x1152 -x1153 -x1154 -x1155 -x1156 -x1157 -x1158 -x1159 -x1160 -x1161 -x1162 -x1163 -x1164 -x1165 -x1166 -x1167 -x1168 -x1169 x1170 -x1171 -x1172 -x1173 -x1174 -x1175 -x1176 -x1177 -x1178 -x1179 -x1180 -x1181 -x1182 -x1183 -x1184 -x1185 -x1186 -x1187 -x1188 x1189 -x1190 -x1191 -x1192 -x1193 -x1194 -x1195 -x1196 -x1197 -x1198 -x1199 -x1200 -x1201 -x1202 -x1203 -x1204 -x1205 x1206 -x1207 -x1208 -x1209 x1210 -x1211 -x1212 -x1213 -x1214 -x1215 -x1216 -x1217 -x1218 -x1219 x1220 -x1221 -x1222 -x1223 -x1224 -x1225 -x1226 -x1227 -x1228 x1229 -x1230 -x1231 -x1232 -x1233 -x1234 -x1235 -x1236 -x1237 -x1238 -x1239 x1240 x1241 -x1242 x1243 -x1244 -x1245 -x1246 x1247 x1248 -x1249 -x1250 -x1251 x1252 x1253 -x1254 -x1255 -x1256 -x1257 -x1258 -x1259 -x1260 -x1261 -x1262 -x1263 -x1264 -x1265 -x1266 
1800.50/1052.66	c objective function=69
1800.50/1052.66	c Total wall clock time (in seconds): 1052.246

Verifier Data

OK	69

Watcher Data

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

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-2662329-1276594808/watcher-2662329-1276594808 -o /tmp/evaluation-result-2662329-1276594808/solver-2662329-1276594808 -C 1800 -W 2000 -M 1800 java6 -server -Xms1350m -Xmx1350m -jar HOME/sat4j-multicore.jar HOME/instance-2662329-1276594808.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.92 0.98 0.99 3/105 9027
/proc/meminfo: memFree=1853652/2059040 swapFree=4192956/4192956
[pid=9027] ppid=9025 vsize=24036 CPUtime=0
/proc/9027/stat : 9027 (runsolver) D 9025 9027 2306 0 -1 4202560 82 0 0 0 0 0 0 0 22 0 1 0 774690 24612864 106 1992294400 4194304 4302564 140733461263952 18446744073709551615 270612931575 0 0 4096 24578 18446744071562154983 0 0 17 1 0 0 0
/proc/9027/statm: 6009 106 69 27 0 2647 0

[startup+0.084602 s]
/proc/loadavg: 0.92 0.98 0.99 3/105 9027
/proc/meminfo: memFree=1853652/2059040 swapFree=4192956/4192956
[pid=9027] ppid=9025 vsize=13164 CPUtime=0
/proc/9027/stat : 9027 (java) D 9025 9027 2306 0 -1 4194304 435 0 5 0 0 0 0 0 22 0 1 0 774690 13479936 169 1992294400 134512640 134550932 4288717456 18446744073709551615 4996263 0 0 4096 0 18446744071562154983 0 0 17 0 0 0 7
/proc/9027/statm: 3291 169 131 10 0 1121 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 13164

[startup+0.101609 s]
/proc/loadavg: 0.92 0.98 0.99 3/105 9027
/proc/meminfo: memFree=1853652/2059040 swapFree=4192956/4192956
[pid=9027] ppid=9025 vsize=13488 CPUtime=0.01
/proc/9027/stat : 9027 (java) S 9025 9027 2306 0 -1 4202496 1071 0 6 0 0 1 0 0 22 0 2 0 774690 13811712 559 1992294400 134512640 134550932 4288717456 18446744073709551615 4294960144 0 0 4096 0 18446744073709551615 0 0 17 0 0 0 8
/proc/9027/statm: 3372 559 250 10 0 1202 0
Current children cumulated CPU time (s) 0.01
Current children cumulated vsize (KiB) 13488

[startup+0.301628 s]
/proc/loadavg: 0.92 0.98 0.99 3/105 9027
/proc/meminfo: memFree=1853652/2059040 swapFree=4192956/4192956
[pid=9027] ppid=9025 vsize=1524180 CPUtime=0.11
/proc/9027/stat : 9027 (java) S 9025 9027 2306 0 -1 4202496 4054 0 12 0 8 3 0 0 22 0 12 0 774690 1560760320 3504 1992294400 134512640 134550932 4288717456 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 8
/proc/9027/statm: 381045 3504 1078 10 0 378348 0
Current children cumulated CPU time (s) 0.11
Current children cumulated vsize (KiB) 1524180

[startup+0.701664 s]
/proc/loadavg: 0.92 0.98 0.99 3/105 9027
/proc/meminfo: memFree=1853652/2059040 swapFree=4192956/4192956
[pid=9027] ppid=9025 vsize=1528000 CPUtime=0.76
/proc/9027/stat : 9027 (java) S 9025 9027 2306 0 -1 4202496 6770 0 14 0 72 4 0 0 22 0 12 0 774690 1564672000 5902 1992294400 134512640 134550932 4288717456 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 8
/proc/9027/statm: 382000 5902 1381 10 0 379303 0
Current children cumulated CPU time (s) 0.76
Current children cumulated vsize (KiB) 1528000

[startup+1.50175 s]
/proc/loadavg: 0.92 0.98 0.99 4/117 9039
/proc/meminfo: memFree=1822744/2059040 swapFree=4192956/4192956
[pid=9027] ppid=9025 vsize=1530856 CPUtime=2.12
/proc/9027/stat : 9027 (java) S 9025 9027 2306 0 -1 4202496 15887 0 14 0 204 8 0 0 22 0 14 0 774690 1567596544 14814 1992294400 134512640 134550932 4288717456 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 8
/proc/9027/statm: 382714 14814 1418 10 0 380017 0
[pid=9027/tid=9029] ppid=9025 vsize=1530856 CPUtime=1.01
/proc/9027/task/9029/stat : 9029 (java) S 9025 9027 2306 0 -1 4202560 12159 0 7 0 96 5 0 0 25 0 14 0 774700 1567596544 14814 1992294400 134512640 134550932 4288717456 18446744073709551615 4294960144 0 4 0 16800975 18446604437566813504 0 0 -1 1 0 0 10
[pid=9027/tid=9030] ppid=9025 vsize=1530856 CPUtime=0
/proc/9027/task/9030/stat : 9030 (java) S 9025 9027 2306 0 -1 4202560 3 0 0 0 0 0 0 0 24 0 14 0 774709 1567596544 14814 1992294400 134512640 134550932 4288717456 18446744073709551615 4294960144 0 4 0 16800975 18446604437566813504 0 0 -1 0 0 0 0
[pid=9027/tid=9031] ppid=9025 vsize=1530856 CPUtime=0
/proc/9027/task/9031/stat : 9031 (java) S 9025 9027 2306 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 14 0 774709 1567596544 14814 1992294400 134512640 134550932 4288717456 18446744073709551615 4294960144 0 4 0 16800975 18446604437566813504 0 0 -1 1 0 0 0
[pid=9027/tid=9032] ppid=9025 vsize=1530856 CPUtime=0
/proc/9027/task/9032/stat : 9032 (java) S 9025 9027 2306 0 -1 4202560 2 0 0 0 0 0 0 0 18 0 14 0 774711 1567596544 14814 1992294400 134512640 134550932 4288717456 18446744073709551615 4294960144 0 0 0 16800975 18446604437566813504 0 0 -1 0 0 0 0
[pid=9027/tid=9033] ppid=9025 vsize=1530856 CPUtime=0
/proc/9027/task/9033/stat : 9033 (java) S 9025 9027 2306 0 -1 4202560 9 0 0 0 0 0 0 0 25 0 14 0 774712 1567596544 14814 1992294400 134512640 134550932 4288717456 18446744073709551615 4294960144 0 4 0 16800975 18446604437566813504 0 0 -1 0 0 0 0
[pid=9027/tid=9034] ppid=9025 vsize=1530856 CPUtime=0
/proc/9027/task/9034/stat : 9034 (java) S 9025 9027 2306 0 -1 4202560 5 0 0 0 0 0 0 0 25 0 14 0 774712 1567596544 14814 1992294400 134512640 134550932 4288717456 18446744073709551615 4294960144 0 4 0 16800975 18446604437566813504 0 0 -1 0 0 0 0
[pid=9027/tid=9035] ppid=9025 vsize=1530856 CPUtime=0
/proc/9027/task/9035/stat : 9035 (java) S 9025 9027 2306 0 -1 4202560 2 0 0 0 0 0 0 0 25 0 14 0 774717 1567596544 14814 1992294400 134512640 134550932 4288717456 18446744073709551615 4294960144 0 4 0 16800975 18446604437566813504 0 0 -1 0 0 0 0
[pid=9027/tid=9036] ppid=9025 vsize=1530856 CPUtime=0.21
/proc/9027/task/9036/stat : 9036 (java) R 9025 9027 2306 0 -1 4202560 469 0 0 0 21 0 0 0 22 0 14 0 774717 1567596544 14814 1992294400 134512640 134550932 4288717456 18446744073709551615 103861487 0 4 0 16800975 0 0 0 -1 0 0 0 0
[pid=9027/tid=9037] ppid=9025 vsize=1530856 CPUtime=0.65
/proc/9027/task/9037/stat : 9037 (java) R 9025 9027 2306 0 -1 4202560 1532 0 1 0 65 0 0 0 16 0 14 0 774717 1567596544 14814 1992294400 134512640 134550932 4288717456 18446744073709551615 104164090 0 4 0 16800975 0 0 0 -1 1 0 0 0
[pid=9027/tid=9038] ppid=9025 vsize=1530856 CPUtime=0
/proc/9027/task/9038/stat : 9038 (java) S 9025 9027 2306 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 14 0 774717 1567596544 14814 1992294400 134512640 134550932 4288717456 18446744073709551615 4294960144 0 4 0 16800975 18446604437566813504 0 0 -1 0 0 0 0
[pid=9027/tid=9039] ppid=9025 vsize=1530856 CPUtime=0
/proc/9027/task/9039/stat : 9039 (java) S 9025 9027 2306 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 14 0 774717 1567596544 14814 1992294400 134512640 134550932 4288717456 18446744073709551615 4294960144 0 4 0 16800975 18446604437566813504 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 2.12
Current children cumulated vsize (KiB) 1530856

[startup+3.1019 s]
/proc/loadavg: 0.92 0.98 0.99 1/119 9043
/proc/meminfo: memFree=1796692/2059040 swapFree=4192956/4192956
[pid=9027] ppid=9025 vsize=1541028 CPUtime=3.52
/proc/9027/stat : 9027 (java) S 9025 9027 2306 0 -1 4202496 20590 0 17 0 342 10 0 0 22 0 14 0 774690 1578012672 18240 1992294400 134512640 134550932 4288717456 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 8
/proc/9027/statm: 385257 18241 1432 10 0 382560 0
[pid=9027/tid=9029] ppid=9025 vsize=1541028 CPUtime=1.03
/proc/9027/task/9029/stat : 9029 (java) S 9025 9027 2306 0 -1 4202560 12294 0 7 0 98 5 0 0 19 0 14 0 774700 1578012672 18241 1992294400 134512640 134550932 4288717456 18446744073709551615 4294960144 0 4 0 16800975 18446604437566813504 0 0 -1 1 0 0 10
[pid=9027/tid=9030] ppid=9025 vsize=1541028 CPUtime=0
/proc/9027/task/9030/stat : 9030 (java) S 9025 9027 2306 0 -1 4202560 3 0 0 0 0 0 0 0 24 0 14 0 774709 1578012672 18241 1992294400 134512640 134550932 4288717456 18446744073709551615 4294960144 0 4 0 16800975 18446604437566813504 0 0 -1 0 0 0 0
[pid=9027/tid=9031] ppid=9025 vsize=1541028 CPUtime=0
/proc/9027/task/9031/stat : 9031 (java) S 9025 9027 2306 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 14 0 774709 1578012672 18241 1992294400 134512640 134550932 4288717456 18446744073709551615 4294960144 0 4 0 16800975 18446604437566813504 0 0 -1 1 0 0 0
[pid=9027/tid=9032] ppid=9025 vsize=1541028 CPUtime=0
/proc/9027/task/9032/stat : 9032 (java) S 9025 9027 2306 0 -1 4202560 2 0 0 0 0 0 0 0 16 0 14 0 774711 1578012672 18241 1992294400 134512640 134550932 4288717456 18446744073709551615 4294960144 0 0 0 16800975 18446604437566813504 0 0 -1 0 0 0 0
[pid=9027/tid=9033] ppid=9025 vsize=1541028 CPUtime=0
/proc/9027/task/9033/stat : 9033 (java) S 9025 9027 2306 0 -1 4202560 9 0 0 0 0 0 0 0 25 0 14 0 774712 1578012672 18241 1992294400 134512640 134550932 4288717456 18446744073709551615 4294960144 0 4 0 16800975 18446604437566813504 0 0 -1 0 0 0 0
[pid=9027/tid=9034] ppid=9025 vsize=1541028 CPUtime=0
/proc/9027/task/9034/stat : 9034 (java) S 9025 9027 2306 0 -1 4202560 5 0 0 0 0 0 0 0 25 0 14 0 774712 1578012672 18241 1992294400 134512640 134550932 4288717456 18446744073709551615 4294960144 0 4 0 16800975 18446604437566813504 0 0 -1 0 0 0 0
[pid=9027/tid=9035] ppid=9025 vsize=1541028 CPUtime=0
/proc/9027/task/9035/stat : 9035 (java) S 9025 9027 2306 0 -1 4202560 2 0 0 0 0 0 0 0 25 0 14 0 774717 1578012672 18241 1992294400 134512640 134550932 4288717456 18446744073709551615 4294960144 0 4 0 16800975 18446604437566813504 0 0 -1 0 0 0 0
[pid=9027/tid=9036] ppid=9025 vsize=1541028 CPUtime=0.62
/proc/9027/task/9036/stat : 9036 (java) S 9025 9027 2306 0 -1 4202560 938 0 2 0 61 1 0 0 15 0 14 0 774717 1578012672 18242 1992294400 134512640 134550932 4288717456 18446744073709551615 4294960144 0 4 0 16800975 18446604437566813504 0 0 -1 0 0 0 0
[pid=9027/tid=9037] ppid=9025 vsize=1541028 CPUtime=1.37
/proc/9027/task/9037/stat : 9037 (java) R 9025 9027 2306 0 -1 4202560 4690 0 2 0 136 1 0 0 16 0 14 0 774717 1578012672 18242 1992294400 134512640 134550932 4288717456 18446744073709551615 106252993 0 4 0 16800975 0 0 0 -1 1 0 0 0
[pid=9027/tid=9038] ppid=9025 vsize=1541028 CPUtime=0
/proc/9027/task/9038/stat : 9038 (java) S 9025 9027 2306 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 14 0 774717 1578012672 18242 1992294400 134512640 134550932 4288717456 18446744073709551615 4294960144 0 4 0 16800975 18446604437566813504 0 0 -1 0 0 0 0
[pid=9027/tid=9039] ppid=9025 vsize=1541028 CPUtime=0
/proc/9027/task/9039/stat : 9039 (java) S 9025 9027 2306 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 14 0 774717 1578012672 18242 1992294400 134512640 134550932 4288717456 18446744073709551615 4294960144 0 4 0 16800975 18446604437566813504 0 0 -1 1 0 0 0
[pid=9027/tid=9042] ppid=9025 vsize=1541028 CPUtime=0
/proc/9027/task/9042/stat : 9042 (java) S 9025 9027 2306 0 -1 4202560 4 0 0 0 0 0 0 0 25 0 14 0 774825 1578012672 18242 1992294400 134512640 134550932 4288717456 18446744073709551615 4294960144 0 4 0 16800975 18446604437566813504 0 0 -1 0 0 0 0
[pid=9027/tid=9043] ppid=9025 vsize=1541028 CPUtime=0
/proc/9027/task/9043/stat : 9043 (java) S 9025 9027 2306 0 -1 4202560 4 0 0 0 0 0 0 0 19 0 14 0 774825 1578012672 18242 1992294400 134512640 134550932 4288717456 18446744073709551615 4294960144 0 4 0 16800975 18446604437566813504 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 3.52
Current children cumulated vsize (KiB) 1541028

[startup+6.30123 s]
/proc/loadavg: 0.93 0.98 0.99 3/121 9047
/proc/meminfo: memFree=1752920/2059040 swapFree=4192956/4192956
[pid=9027] ppid=9025 vsize=1539636 CPUtime=9.49
/proc/9027/stat : 9027 (java) S 9025 9027 2306 0 -1 4202496 33780 0 19 0 934 15 0 0 22 0 16 0 774690 1576587264 30411 1992294400 134512640 134550932 4288717456 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 8
/proc/9027/statm: 384909 30411 1447 10 0 382212 0
[pid=9027/tid=9029] ppid=9025 vsize=1539636 CPUtime=1.04
/proc/9027/task/9029/stat : 9029 (java) S 9025 9027 2306 0 -1 4202560 12405 0 7 0 99 5 0 0 18 0 16 0 774700 1576587264 30411 1992294400 134512640 134550932 4288717456 18446744073709551615 4294960144 0 4 0 16800975 18446604437566813504 0 0 -1 1 0 0 10
[pid=9027/tid=9030] ppid=9025 vsize=1539636 CPUtime=0.01
/proc/9027/task/9030/stat : 9030 (java) S 9025 9027 2306 0 -1 4202560 1031 0 0 0 1 0 0 0 18 0 16 0 774709 1576587264 30411 1992294400 134512640 134550932 4288717456 18446744073709551615 4294960144 0 4 0 16800975 18446604437566813504 0 0 -1 0 0 0 0
[pid=9027/tid=9031] ppid=9025 vsize=1539636 CPUtime=0.02
/proc/9027/task/9031/stat : 9031 (java) S 9025 9027 2306 0 -1 4202560 1183 0 0 0 2 0 0 0 18 0 16 0 774709 1576587264 30411 1992294400 134512640 134550932 4288717456 18446744073709551615 4294960144 0 4 0 16800975 18446604437566813504 0 0 -1 0 0 0 0
[pid=9027/tid=9032] ppid=9025 vsize=1539636 CPUtime=0.07
/proc/9027/task/9032/stat : 9032 (java) S 9025 9027 2306 0 -1 4202560 1727 0 2 0 7 0 0 0 16 0 16 0 774711 1576587264 30411 1992294400 134512640 134550932 4288717456 18446744073709551615 4294960144 0 0 0 16800975 18446604437566813504 0 0 -1 1 0 0 0
[pid=9027/tid=9033] ppid=9025 vsize=1539636 CPUtime=0
/proc/9027/task/9033/stat : 9033 (java) S 9025 9027 2306 0 -1 4202560 11 0 0 0 0 0 0 0 18 0 16 0 774712 1576587264 30411 1992294400 134512640 134550932 4288717456 18446744073709551615 4294960144 0 4 0 16800975 18446604437566813504 0 0 -1 0 0 0 0
[pid=9027/tid=9034] ppid=9025 vsize=1539636 CPUtime=0
/proc/9027/task/9034/stat : 9034 (java) S 9025 9027 2306 0 -1 4202560 8 0 0 0 0 0 0 0 18 0 16 0 774712 1576587264 30411 1992294400 134512640 134550932 4288717456 18446744073709551615 4294960144 0 4 0 16800975 18446604437566813504 0 0 -1 0 0 0 0
[pid=9027/tid=9035] ppid=9025 vsize=1539636 CPUtime=0
/proc/9027/task/9035/stat : 9035 (java) S 9025 9027 2306 0 -1 4202560 2 0 0 0 0 0 0 0 25 0 16 0 774717 1576587264 30411 1992294400 134512640 134550932 4288717456 18446744073709551615 4294960144 0 4 0 16800975 18446604437566813504 0 0 -1 0 0 0 0
[pid=9027/tid=9036] ppid=9025 vsize=1539636 CPUtime=1.19
/proc/9027/task/9036/stat : 9036 (java) S 9025 9027 2306 0 -1 4202560 987 0 2 0 118 1 0 0 15 0 16 0 774717 1576587264 30411 1992294400 134512640 134550932 4288717456 18446744073709551615 4294960144 0 4 0 16800975 18446604437566813504 0 0 -1 0 0 0 0
[pid=9027/tid=9037] ppid=9025 vsize=1539636 CPUtime=1.95
/proc/9027/task/9037/stat : 9037 (java) S 9025 9027 2306 0 -1 4202560 5654 0 2 0 193 2 0 0 15 0 16 0 774717 1576587264 30411 1992294400 134512640 134550932 4288717456 18446744073709551615 4294960144 0 4 0 16800975 18446604437566813504 0 0 -1 1 0 0 0
[pid=9027/tid=9038] ppid=9025 vsize=1539636 CPUtime=0
/proc/9027/task/9038/stat : 9038 (java) S 9025 9027 2306 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 16 0 774717 1576587264 30411 1992294400 134512640 134550932 4288717456 18446744073709551615 4294960144 0 4 0 16800975 18446604437566813504 0 0 -1 0 0 0 0
[pid=9027/tid=9039] ppid=9025 vsize=1539636 CPUtime=0
/proc/9027/task/9039/stat : 9039 (java) S 9025 9027 2306 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 16 0 774717 1576587264 30411 1992294400 134512640 134550932 4288717456 18446744073709551615 4294960144 0 4 0 16800975 18446604437566813504 0 0 -1 0 0 0 0
[pid=9027/tid=9042] ppid=9025 vsize=1539636 CPUtime=0
/proc/9027/task/9042/stat : 9042 (java) S 9025 9027 2306 0 -1 4202560 4 0 0 0 0 0 0 0 25 0 16 0 774825 1576587264 30411 1992294400 134512640 134550932 4288717456 18446744073709551615 4294960144 0 4 0 16800975 18446604437566813504 0 0 -1 0 0 0 0
[pid=9027/tid=9043] ppid=9025 vsize=1539636 CPUtime=0
/proc/9027/task/9043/stat : 9043 (java) S 9025 9027 2306 0 -1 4202560 4 0 0 0 0 0 0 0 19 0 16 0 774825 1576587264 30411 1992294400 134512640 134550932 4288717456 18446744073709551615 4294960144 0 4 0 16800975 18446604437566813504 0 0 -1 1 0 0 0
[pid=9027/tid=9046] ppid=9025 vsize=1539636 CPUtime=2.4
/proc/9027/task/9046/stat : 9046 (java) R 9025 9027 2306 0 -1 4202560 1032 0 0 0 240 0 0 0 17 0 16 0 775022 1576587264 30411 1992294400 134512640 134550932 4288717456 18446744073709551615 4109430553 0 4 0 16800975 0 0 0 -1 1 0 0 0
[pid=9027/tid=9047] ppid=9025 vsize=1539636 CPUtime=2.26
/proc/9027/task/9047/stat : 9047 (java) R 9025 9027 2306 0 -1 4202560 7092 0 0 0 224 2 0 0 25 0 16 0 775022 1576587264 30411 1992294400 134512640 134550932 4288717456 18446744073709551615 4109476300 0 4 0 16800975 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 9.49
Current children cumulated vsize (KiB) 1539636

[startup+12.7148 s]
/proc/loadavg: 1.01 1.00 1.00 3/121 9047
/proc/meminfo: memFree=1675172/2059040 swapFree=4192956/4192956
[pid=9027] ppid=9025 vsize=1537268 CPUtime=22.02
/proc/9027/stat : 9027 (java) S 9025 9027 2306 0 -1 4202496 51785 0 19 0 2178 24 0 0 22 0 16 0 774690 1574162432 47754 1992294400 134512640 134550932 4288717456 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 8
/proc/9027/statm: 384317 47754 1447 10 0 381620 0
[pid=9027/tid=9029] ppid=9025 vsize=1537268 CPUtime=1.04
/proc/9027/task/9029/stat : 9029 (java) S 9025 9027 2306 0 -1 4202560 12405 0 7 0 99 5 0 0 15 0 16 0 774700 1574162432 47754 1992294400 134512640 134550932 4288717456 18446744073709551615 4294960144 0 4 0 16800975 18446604437566813504 0 0 -1 0 0 0 10
[pid=9027/tid=9030] ppid=9025 vsize=1537268 CPUtime=0.13
/proc/9027/task/9030/stat : 9030 (java) R 9025 9027 2306 0 -1 4202560 2630 0 0 0 12 1 0 0 16 0 16 0 774709 1574162432 47754 1992294400 134512640 134550932 4288717456 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0 0
[pid=9027/tid=9031] ppid=9025 vsize=1537268 CPUtime=0.12
/proc/9027/task/9031/stat : 9031 (java) S 9025 9027 2306 0 -1 4202560 2830 0 0 0 11 1 0 0 15 0 16 0 774709 1574162432 47754 1992294400 134512640 134550932 4288717456 18446744073709551615 4294960144 0 4 0 16800975 18446604437566813504 0 0 -1 1 0 0 0
[pid=9027/tid=9032] ppid=9025 vsize=1537268 CPUtime=0.29
/proc/9027/task/9032/stat : 9032 (java) S 9025 9027 2306 0 -1 4202560 3293 0 2 0 27 2 0 0 15 0 16 0 774711 1574162432 47754 1992294400 134512640 134550932 4288717456 18446744073709551615 4294960144 0 0 0 16800975 18446604437566813504 0 0 -1 1 0 0 0
[pid=9027/tid=9033] ppid=9025 vsize=1537268 CPUtime=0
/proc/9027/task/9033/stat : 9033 (java) S 9025 9027 2306 0 -1 4202560 11 0 0 0 0 0 0 0 18 0 16 0 774712 1574162432 47754 1992294400 134512640 134550932 4288717456 18446744073709551615 4294960144 0 4 0 16800975 18446604437566813504 0 0 -1 0 0 0 0
[pid=9027/tid=9034] ppid=9025 vsize=1537268 CPUtime=0
/proc/9027/task/9034/stat : 9034 (java) S 9025 9027 2306 0 -1 4202560 8 0 0 0 0 0 0 0 18 0 16 0 774712 1574162432 47754 1992294400 134512640 134550932 4288717456 18446744073709551615 4294960144 0 4 0 16800975 18446604437566813504 0 0 -1 0 0 0 0
[pid=9027/tid=9035] ppid=9025 vsize=1537268 CPUtime=0
/proc/9027/task/9035/stat : 9035 (java) S 9025 9027 2306 0 -1 4202560 2 0 0 0 0 0 0 0 25 0 16 0 774717 1574162432 47754 1992294400 134512640 134550932 4288717456 18446744073709551615 4294960144 0 4 0 16800975 18446604437566813504 0 0 -1 0 0 0 0
[pid=9027/tid=9036] ppid=9025 vsize=1537268 CPUtime=1.22
/proc/9027/task/9036/stat : 9036 (java) S 9025 9027 2306 0 -1 4202560 990 0 2 0 121 1 0 0 15 0 16 0 774717 1574162432 47754 1992294400 134512640 134550932 4288717456 18446744073709551615 4294960144 0 4 0 16800975 18446604437566813504 0 0 -1 1 0 0 0
[pid=9027/tid=9037] ppid=9025 vsize=1537268 CPUtime=2.16
/proc/9027/task/9037/stat : 9037 (java) S 9025 9027 2306 0 -1 4202560 5668 0 2 0 214 2 0 0 15 0 16 0 774717 1574162432 47754 1992294400 134512640 134550932 4288717456 18446744073709551615 4294960144 0 4 0 16800975 18446604437566813504 0 0 -1 0 0 0 0
[pid=9027/tid=9038] ppid=9025 vsize=1537268 CPUtime=0
/proc/9027/task/9038/stat : 9038 (java) S 9025 9027 2306 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 16 0 774717 1574162432 47754 1992294400 134512640 134550932 4288717456 18446744073709551615 4294960144 0 4 0 16800975 18446604437566813504 0 0 -1 0 0 0 0
[pid=9027/tid=9039] ppid=9025 vsize=1537268 CPUtime=0
/proc/9027/task/9039/stat : 9039 (java) S 9025 9027 2306 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 16 0 774717 1574162432 47754 1992294400 134512640 134550932 4288717456 18446744073709551615 4294960144 0 4 0 16800975 18446604437566813504 0 0 -1 0 0 0 0
[pid=9027/tid=9042] ppid=9025 vsize=1537268 CPUtime=0
/proc/9027/task/9042/stat : 9042 (java) S 9025 9027 2306 0 -1 4202560 4 0 0 0 0 0 0 0 25 0 16 0 774825 1574162432 47754 1992294400 134512640 134550932 4288717456 18446744073709551615 4294960144 0 4 0 16800975 18446604437566813504 0 0 -1 0 0 0 0
[pid=9027/tid=9043] ppid=9025 vsize=1537268 CPUtime=0
/proc/9027/task/9043/stat : 9043 (java) S 9025 9027 2306 0 -1 4202560 4 0 0 0 0 0 0 0 19 0 16 0 774825 1574162432 47754 1992294400 134512640 134550932 4288717456 18446744073709551615 4294960144 0 4 0 16800975 18446604437566813504 0 0 -1 1 0 0 0
[pid=9027/tid=9046] ppid=9025 vsize=1537268 CPUtime=8.37
/proc/9027/task/9046/stat : 9046 (java) S 9025 9027 2306 0 -1 4202560 1039 0 0 0 837 0 0 0 25 0 16 0 775022 1574162432 47754 1992294400 134512640 134550932 4288717456 18446744073709551615 4294960144 0 4 0 16800975 18446604437566813504 0 0 -1 0 0 0 0
[pid=9027/tid=9047] ppid=9025 vsize=1537268 CPUtime=8.14
/proc/9027/task/9047/stat : 9047 (java) S 9025 9027 2306 0 -1 4202560 20261 0 0 0 807 7 0 0 25 0 16 0 775022 1574162432 47754 1992294400 134512640 134550932 4288717456 18446744073709551615 4294960144 0 4 0 16800975 18446604437566813504 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 22.02
Current children cumulated vsize (KiB) 1537268

[startup+25.5022 s]

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

/proc/9027/task/9030/stat : 9030 (java) S 9025 9027 2306 0 -1 4202560 32951 0 0 0 1792 51 0 0 16 0 16 0 774709 1573376000 110884 1992294400 134512640 134550932 4288717456 18446744073709551615 4294960144 0 4 0 16800975 18446604437566813504 0 0 -1 0 0 0 0
[pid=9027/tid=9031] ppid=9025 vsize=1536500 CPUtime=18.42
/proc/9027/task/9031/stat : 9031 (java) S 9025 9027 2306 0 -1 4202560 33965 0 0 0 1792 50 0 0 15 0 16 0 774709 1573376000 110884 1992294400 134512640 134550932 4288717456 18446744073709551615 4294960144 0 4 0 16800975 18446604437566813504 0 0 -1 1 0 0 0
[pid=9027/tid=9032] ppid=9025 vsize=1536500 CPUtime=245.51
/proc/9027/task/9032/stat : 9032 (java) S 9025 9027 2306 0 -1 4202560 12037 0 2 0 24536 15 0 0 15 0 16 0 774711 1573376000 110884 1992294400 134512640 134550932 4288717456 18446744073709551615 4294960144 0 0 0 16800975 18446604437566813504 0 0 -1 0 0 0 0
[pid=9027/tid=9033] ppid=9025 vsize=1536500 CPUtime=0
/proc/9027/task/9033/stat : 9033 (java) S 9025 9027 2306 0 -1 4202560 11 0 0 0 0 0 0 0 18 0 16 0 774712 1573376000 110884 1992294400 134512640 134550932 4288717456 18446744073709551615 4294960144 0 4 0 16800975 18446604437566813504 0 0 -1 0 0 0 0
[pid=9027/tid=9034] ppid=9025 vsize=1536500 CPUtime=0
/proc/9027/task/9034/stat : 9034 (java) S 9025 9027 2306 0 -1 4202560 8 0 0 0 0 0 0 0 18 0 16 0 774712 1573376000 110884 1992294400 134512640 134550932 4288717456 18446744073709551615 4294960144 0 4 0 16800975 18446604437566813504 0 0 -1 0 0 0 0
[pid=9027/tid=9035] ppid=9025 vsize=1536500 CPUtime=0
/proc/9027/task/9035/stat : 9035 (java) S 9025 9027 2306 0 -1 4202560 2 0 0 0 0 0 0 0 25 0 16 0 774717 1573376000 110884 1992294400 134512640 134550932 4288717456 18446744073709551615 4294960144 0 4 0 16800975 18446604437566813504 0 0 -1 0 0 0 0
[pid=9027/tid=9036] ppid=9025 vsize=1536500 CPUtime=1.77
/proc/9027/task/9036/stat : 9036 (java) S 9025 9027 2306 0 -1 4202560 1125 0 3 0 176 1 0 0 15 0 16 0 774717 1573376000 110884 1992294400 134512640 134550932 4288717456 18446744073709551615 4294960144 0 4 0 16800975 18446604437566813504 0 0 -1 1 0 0 0
[pid=9027/tid=9037] ppid=9025 vsize=1536500 CPUtime=2.93
/proc/9027/task/9037/stat : 9037 (java) S 9025 9027 2306 0 -1 4202560 6263 0 2 0 291 2 0 0 15 0 16 0 774717 1573376000 110884 1992294400 134512640 134550932 4288717456 18446744073709551615 4294960144 0 4 0 16800975 18446604437566813504 0 0 -1 1 0 0 0
[pid=9027/tid=9038] ppid=9025 vsize=1536500 CPUtime=0
/proc/9027/task/9038/stat : 9038 (java) S 9025 9027 2306 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 16 0 774717 1573376000 110884 1992294400 134512640 134550932 4288717456 18446744073709551615 4294960144 0 4 0 16800975 18446604437566813504 0 0 -1 0 0 0 0
[pid=9027/tid=9039] ppid=9025 vsize=1536500 CPUtime=0.02
/proc/9027/task/9039/stat : 9039 (java) S 9025 9027 2306 0 -1 4202560 52 0 0 0 1 1 0 0 15 0 16 0 774717 1573376000 110884 1992294400 134512640 134550932 4288717456 18446744073709551615 4294960144 0 4 0 16800975 18446604437566813504 0 0 -1 0 0 0 0
[pid=9027/tid=9042] ppid=9025 vsize=1536500 CPUtime=0
/proc/9027/task/9042/stat : 9042 (java) S 9025 9027 2306 0 -1 4202560 4 0 0 0 0 0 0 0 25 0 16 0 774825 1573376000 110884 1992294400 134512640 134550932 4288717456 18446744073709551615 4294960144 0 4 0 16800975 18446604437566813504 0 0 -1 0 0 0 0
[pid=9027/tid=9043] ppid=9025 vsize=1536500 CPUtime=0
/proc/9027/task/9043/stat : 9043 (java) S 9025 9027 2306 0 -1 4202560 4 0 0 0 0 0 0 0 19 0 16 0 774825 1573376000 110884 1992294400 134512640 134550932 4288717456 18446744073709551615 4294960144 0 4 0 16800975 18446604437566813504 0 0 -1 1 0 0 0
[pid=9027/tid=9070] ppid=9025 vsize=1536500 CPUtime=160.4
/proc/9027/task/9070/stat : 9070 (java) R 9025 9027 2306 0 -1 4202560 107 0 0 0 16040 0 0 0 19 0 16 0 843476 1573376000 110884 1992294400 134512640 134550932 4288717456 18446744073709551615 4109506985 0 4 0 16800975 0 0 0 -1 0 0 0 0
[pid=9027/tid=9071] ppid=9025 vsize=1536500 CPUtime=158.97
/proc/9027/task/9071/stat : 9071 (java) R 9025 9027 2306 0 -1 4202560 30 0 0 0 15894 3 0 0 19 0 16 0 843476 1573376000 110884 1992294400 134512640 134550932 4288717456 18446744073709551615 4109476604 0 4 0 16800975 0 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 1622.43
Current children cumulated vsize (KiB) 1536500

[startup+1002.3 s]
/proc/loadavg: 1.87 2.12 1.83 3/121 9079
/proc/meminfo: memFree=1402004/2059040 swapFree=4192956/4192956
[pid=9027] ppid=9025 vsize=1536500 CPUtime=1719.5
/proc/9027/stat : 9027 (java) S 9025 9027 2306 0 -1 4202496 125645 0 20 0 171780 170 0 0 22 0 16 0 774690 1573376000 112743 1992294400 134512640 134550932 4288717456 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 8
/proc/9027/statm: 384125 112743 1451 10 0 381428 0
[pid=9027/tid=9029] ppid=9025 vsize=1536500 CPUtime=1.08
/proc/9027/task/9029/stat : 9029 (java) S 9025 9027 2306 0 -1 4202560 12455 0 7 0 103 5 0 0 15 0 16 0 774700 1573376000 112743 1992294400 134512640 134550932 4288717456 18446744073709551615 4294960144 0 4 0 16800975 18446604437566813504 0 0 -1 0 0 0 10
[pid=9027/tid=9030] ppid=9025 vsize=1536500 CPUtime=19.49
/proc/9027/task/9030/stat : 9030 (java) S 9025 9027 2306 0 -1 4202560 33991 0 0 0 1897 52 0 0 15 0 16 0 774709 1573376000 112743 1992294400 134512640 134550932 4288717456 18446744073709551615 4294960144 0 4 0 16800975 18446604437566813504 0 0 -1 1 0 0 0
[pid=9027/tid=9031] ppid=9025 vsize=1536500 CPUtime=19.48
/proc/9027/task/9031/stat : 9031 (java) S 9025 9027 2306 0 -1 4202560 34683 0 0 0 1896 52 0 0 16 0 16 0 774709 1573376000 112743 1992294400 134512640 134550932 4288717456 18446744073709551615 4294960144 0 4 0 16800975 18446604437566813504 0 0 -1 0 0 0 0
[pid=9027/tid=9032] ppid=9025 vsize=1536500 CPUtime=267.8
/proc/9027/task/9032/stat : 9032 (java) S 9025 9027 2306 0 -1 4202560 12268 0 2 0 26765 15 0 0 15 0 16 0 774711 1573376000 112743 1992294400 134512640 134550932 4288717456 18446744073709551615 4294960144 0 0 0 16800975 18446604437566813504 0 0 -1 1 0 0 0
[pid=9027/tid=9033] ppid=9025 vsize=1536500 CPUtime=0
/proc/9027/task/9033/stat : 9033 (java) S 9025 9027 2306 0 -1 4202560 11 0 0 0 0 0 0 0 18 0 16 0 774712 1573376000 112743 1992294400 134512640 134550932 4288717456 18446744073709551615 4294960144 0 4 0 16800975 18446604437566813504 0 0 -1 0 0 0 0
[pid=9027/tid=9034] ppid=9025 vsize=1536500 CPUtime=0
/proc/9027/task/9034/stat : 9034 (java) S 9025 9027 2306 0 -1 4202560 8 0 0 0 0 0 0 0 18 0 16 0 774712 1573376000 112743 1992294400 134512640 134550932 4288717456 18446744073709551615 4294960144 0 4 0 16800975 18446604437566813504 0 0 -1 0 0 0 0
[pid=9027/tid=9035] ppid=9025 vsize=1536500 CPUtime=0
/proc/9027/task/9035/stat : 9035 (java) S 9025 9027 2306 0 -1 4202560 2 0 0 0 0 0 0 0 25 0 16 0 774717 1573376000 112743 1992294400 134512640 134550932 4288717456 18446744073709551615 4294960144 0 4 0 16800975 18446604437566813504 0 0 -1 0 0 0 0
[pid=9027/tid=9036] ppid=9025 vsize=1536500 CPUtime=1.77
/proc/9027/task/9036/stat : 9036 (java) S 9025 9027 2306 0 -1 4202560 1125 0 3 0 176 1 0 0 15 0 16 0 774717 1573376000 112743 1992294400 134512640 134550932 4288717456 18446744073709551615 4294960144 0 4 0 16800975 18446604437566813504 0 0 -1 1 0 0 0
[pid=9027/tid=9037] ppid=9025 vsize=1536500 CPUtime=2.93
/proc/9027/task/9037/stat : 9037 (java) S 9025 9027 2306 0 -1 4202560 6263 0 2 0 291 2 0 0 15 0 16 0 774717 1573376000 112743 1992294400 134512640 134550932 4288717456 18446744073709551615 4294960144 0 4 0 16800975 18446604437566813504 0 0 -1 1 0 0 0
[pid=9027/tid=9038] ppid=9025 vsize=1536500 CPUtime=0
/proc/9027/task/9038/stat : 9038 (java) S 9025 9027 2306 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 16 0 774717 1573376000 112743 1992294400 134512640 134550932 4288717456 18446744073709551615 4294960144 0 4 0 16800975 18446604437566813504 0 0 -1 0 0 0 0
[pid=9027/tid=9039] ppid=9025 vsize=1536500 CPUtime=0.02
/proc/9027/task/9039/stat : 9039 (java) S 9025 9027 2306 0 -1 4202560 56 0 0 0 1 1 0 0 15 0 16 0 774717 1573376000 112743 1992294400 134512640 134550932 4288717456 18446744073709551615 4294960144 0 4 0 16800975 18446604437566813504 0 0 -1 0 0 0 0
[pid=9027/tid=9042] ppid=9025 vsize=1536500 CPUtime=0
/proc/9027/task/9042/stat : 9042 (java) S 9025 9027 2306 0 -1 4202560 4 0 0 0 0 0 0 0 25 0 16 0 774825 1573376000 112743 1992294400 134512640 134550932 4288717456 18446744073709551615 4294960144 0 4 0 16800975 18446604437566813504 0 0 -1 0 0 0 0
[pid=9027/tid=9043] ppid=9025 vsize=1536500 CPUtime=0
/proc/9027/task/9043/stat : 9043 (java) S 9025 9027 2306 0 -1 4202560 4 0 0 0 0 0 0 0 19 0 16 0 774825 1573376000 112743 1992294400 134512640 134550932 4288717456 18446744073709551615 4294960144 0 4 0 16800975 18446604437566813504 0 0 -1 1 0 0 0
[pid=9027/tid=9070] ppid=9025 vsize=1536500 CPUtime=196.94
/proc/9027/task/9070/stat : 9070 (java) R 9025 9027 2306 0 -1 4202560 132 0 0 0 19693 1 0 0 19 0 16 0 843476 1573376000 112743 1992294400 134512640 134550932 4288717456 18446744073709551615 4109429777 0 4 0 16800975 0 0 0 -1 0 0 0 0
[pid=9027/tid=9071] ppid=9025 vsize=1536500 CPUtime=195.1
/proc/9027/task/9071/stat : 9071 (java) R 9025 9027 2306 0 -1 4202560 37 0 0 0 19505 5 0 0 19 0 16 0 843476 1573376000 112743 1992294400 134512640 134550932 4288717456 18446744073709551615 4109756560 0 4 0 16800975 0 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 1719.5
Current children cumulated vsize (KiB) 1536500



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1052.4 s]
/proc/loadavg: 1.89 2.09 1.83 3/121 9081
/proc/meminfo: memFree=1391712/2059040 swapFree=4192956/4192956
[pid=9027] ppid=9025 vsize=1536500 CPUtime=1800.11
/proc/9027/stat : 9027 (java) S 9025 9027 2306 0 -1 4202496 128464 0 20 0 179835 176 0 0 22 0 16 0 774690 1573376000 115308 1992294400 134512640 134550932 4288717456 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 8
/proc/9027/statm: 384125 115308 1451 10 0 381428 0
[pid=9027/tid=9029] ppid=9025 vsize=1536500 CPUtime=1.08
/proc/9027/task/9029/stat : 9029 (java) S 9025 9027 2306 0 -1 4202560 12465 0 7 0 103 5 0 0 15 0 16 0 774700 1573376000 115308 1992294400 134512640 134550932 4288717456 18446744073709551615 4294960144 0 4 0 16800975 18446604437566813504 0 0 -1 0 0 0 10
[pid=9027/tid=9030] ppid=9025 vsize=1536500 CPUtime=20.56
/proc/9027/task/9030/stat : 9030 (java) S 9025 9027 2306 0 -1 4202560 34762 0 0 0 2002 54 0 0 16 0 16 0 774709 1573376000 115308 1992294400 134512640 134550932 4288717456 18446744073709551615 4294960144 0 4 0 16800975 18446604437566813504 0 0 -1 0 0 0 0
[pid=9027/tid=9031] ppid=9025 vsize=1536500 CPUtime=20.55
/proc/9027/task/9031/stat : 9031 (java) S 9025 9027 2306 0 -1 4202560 36167 0 0 0 2001 54 0 0 16 0 16 0 774709 1573376000 115308 1992294400 134512640 134550932 4288717456 18446744073709551615 4294960144 0 4 0 16800975 18446604437566813504 0 0 -1 1 0 0 0
[pid=9027/tid=9032] ppid=9025 vsize=1536500 CPUtime=286.89
/proc/9027/task/9032/stat : 9032 (java) S 9025 9027 2306 0 -1 4202560 12798 0 2 0 28673 16 0 0 15 0 16 0 774711 1573376000 115308 1992294400 134512640 134550932 4288717456 18446744073709551615 4294960144 0 0 0 16800975 18446604437566813504 0 0 -1 1 0 0 0
[pid=9027/tid=9033] ppid=9025 vsize=1536500 CPUtime=0
/proc/9027/task/9033/stat : 9033 (java) S 9025 9027 2306 0 -1 4202560 11 0 0 0 0 0 0 0 18 0 16 0 774712 1573376000 115308 1992294400 134512640 134550932 4288717456 18446744073709551615 4294960144 0 4 0 16800975 18446604437566813504 0 0 -1 0 0 0 0
[pid=9027/tid=9034] ppid=9025 vsize=1536500 CPUtime=0
/proc/9027/task/9034/stat : 9034 (java) S 9025 9027 2306 0 -1 4202560 8 0 0 0 0 0 0 0 18 0 16 0 774712 1573376000 115308 1992294400 134512640 134550932 4288717456 18446744073709551615 4294960144 0 4 0 16800975 18446604437566813504 0 0 -1 0 0 0 0
[pid=9027/tid=9035] ppid=9025 vsize=1536500 CPUtime=0
/proc/9027/task/9035/stat : 9035 (java) S 9025 9027 2306 0 -1 4202560 2 0 0 0 0 0 0 0 25 0 16 0 774717 1573376000 115308 1992294400 134512640 134550932 4288717456 18446744073709551615 4294960144 0 4 0 16800975 18446604437566813504 0 0 -1 0 0 0 0
[pid=9027/tid=9036] ppid=9025 vsize=1536500 CPUtime=1.77
/proc/9027/task/9036/stat : 9036 (java) S 9025 9027 2306 0 -1 4202560 1125 0 3 0 176 1 0 0 15 0 16 0 774717 1573376000 115308 1992294400 134512640 134550932 4288717456 18446744073709551615 4294960144 0 4 0 16800975 18446604437566813504 0 0 -1 1 0 0 0
[pid=9027/tid=9037] ppid=9025 vsize=1536500 CPUtime=2.93
/proc/9027/task/9037/stat : 9037 (java) S 9025 9027 2306 0 -1 4202560 6263 0 2 0 291 2 0 0 15 0 16 0 774717 1573376000 115308 1992294400 134512640 134550932 4288717456 18446744073709551615 4294960144 0 4 0 16800975 18446604437566813504 0 0 -1 1 0 0 0
[pid=9027/tid=9038] ppid=9025 vsize=1536500 CPUtime=0
/proc/9027/task/9038/stat : 9038 (java) S 9025 9027 2306 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 16 0 774717 1573376000 115308 1992294400 134512640 134550932 4288717456 18446744073709551615 4294960144 0 4 0 16800975 18446604437566813504 0 0 -1 0 0 0 0
[pid=9027/tid=9039] ppid=9025 vsize=1536500 CPUtime=0.02
/proc/9027/task/9039/stat : 9039 (java) R 9025 9027 2306 0 -1 4202560 58 0 0 0 1 1 0 0 15 0 16 0 774717 1573376000 115308 1992294400 134512640 134550932 4288717456 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0 0
[pid=9027/tid=9042] ppid=9025 vsize=1536500 CPUtime=0
/proc/9027/task/9042/stat : 9042 (java) S 9025 9027 2306 0 -1 4202560 4 0 0 0 0 0 0 0 25 0 16 0 774825 1573376000 115308 1992294400 134512640 134550932 4288717456 18446744073709551615 4294960144 0 4 0 16800975 18446604437566813504 0 0 -1 0 0 0 0
[pid=9027/tid=9043] ppid=9025 vsize=1536500 CPUtime=0
/proc/9027/task/9043/stat : 9043 (java) S 9025 9027 2306 0 -1 4202560 4 0 0 0 0 0 0 0 19 0 16 0 774825 1573376000 115308 1992294400 134512640 134550932 4288717456 18446744073709551615 4294960144 0 4 0 16800975 18446604437566813504 0 0 -1 1 0 0 0
[pid=9027/tid=9070] ppid=9025 vsize=1536500 CPUtime=226.62
/proc/9027/task/9070/stat : 9070 (java) R 9025 9027 2306 0 -1 4202560 144 0 0 0 22661 1 0 0 19 0 16 0 843476 1573376000 115308 1992294400 134512640 134550932 4288717456 18446744073709551615 4109386712 0 4 0 16800975 0 0 0 -1 0 0 0 0
[pid=9027/tid=9071] ppid=9025 vsize=1536500 CPUtime=224.78
/proc/9027/task/9071/stat : 9071 (java) R 9025 9027 2306 0 -1 4202560 47 0 0 0 22473 5 0 0 19 0 16 0 843476 1573376000 115308 1992294400 134512640 134550932 4288717456 18446744073709551615 4109460405 0 4 0 16800975 0 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 1800.11
Current children cumulated vsize (KiB) 1536500

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

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

[startup+1052.6 s]
/proc/loadavg: 1.89 2.09 1.83 4/124 9084
/proc/meminfo: memFree=1391564/2059040 swapFree=4192956/4192956
[pid=9027] ppid=9025 vsize=1537148 CPUtime=1800.5
/proc/9027/stat : 9027 (java) S 9025 9027 2306 0 -1 4202496 128481 0 20 0 179874 176 0 0 18 0 18 0 774690 1574039552 115324 1992294400 134512640 134550932 4288717456 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 8
/proc/9027/statm: 384287 115324 1451 10 0 381590 0
[pid=9027/tid=9029] ppid=9025 vsize=1537148 CPUtime=1.08
/proc/9027/task/9029/stat : 9029 (java) S 9025 9027 2306 0 -1 4202560 12465 0 7 0 103 5 0 0 15 0 18 0 774700 1574039552 115324 1992294400 134512640 134550932 4288717456 18446744073709551615 4294960144 0 4 0 16800975 18446604437566813504 0 0 -1 0 0 0 10
[pid=9027/tid=9030] ppid=9025 vsize=1537148 CPUtime=20.6
/proc/9027/task/9030/stat : 9030 (java) S 9025 9027 2306 0 -1 4202560 34762 0 0 0 2006 54 0 0 15 0 18 0 774709 1574039552 115324 1992294400 134512640 134550932 4288717456 18446744073709551615 4294960144 0 4 0 16800975 18446604437566813504 0 0 -1 0 0 0 0
[pid=9027/tid=9031] ppid=9025 vsize=1537148 CPUtime=20.59
/proc/9027/task/9031/stat : 9031 (java) S 9025 9027 2306 0 -1 4202560 36167 0 0 0 2005 54 0 0 16 0 18 0 774709 1574039552 115324 1992294400 134512640 134550932 4288717456 18446744073709551615 4294960144 0 4 0 16800975 18446604437566813504 0 0 -1 1 0 0 0
[pid=9027/tid=9032] ppid=9025 vsize=1537148 CPUtime=286.89
/proc/9027/task/9032/stat : 9032 (java) S 9025 9027 2306 0 -1 4202560 12798 0 2 0 28673 16 0 0 15 0 18 0 774711 1574039552 115324 1992294400 134512640 134550932 4288717456 18446744073709551615 4294960144 0 0 0 16800975 18446604437566813504 0 0 -1 1 0 0 0
[pid=9027/tid=9033] ppid=9025 vsize=1537148 CPUtime=0
/proc/9027/task/9033/stat : 9033 (java) S 9025 9027 2306 0 -1 4202560 11 0 0 0 0 0 0 0 18 0 18 0 774712 1574039552 115324 1992294400 134512640 134550932 4288717456 18446744073709551615 4294960144 0 4 0 16800975 18446604437566813504 0 0 -1 0 0 0 0
[pid=9027/tid=9034] ppid=9025 vsize=1537148 CPUtime=0
/proc/9027/task/9034/stat : 9034 (java) S 9025 9027 2306 0 -1 4202560 8 0 0 0 0 0 0 0 18 0 18 0 774712 1574039552 115324 1992294400 134512640 134550932 4288717456 18446744073709551615 4294960144 0 4 0 16800975 18446604437566813504 0 0 -1 0 0 0 0
[pid=9027/tid=9035] ppid=9025 vsize=1537148 CPUtime=0
/proc/9027/task/9035/stat : 9035 (java) S 9025 9027 2306 0 -1 4202560 6 0 0 0 0 0 0 0 18 0 18 0 774717 1574039552 115324 1992294400 134512640 134550932 4288717456 18446744073709551615 4294960144 0 4 0 16800975 18446604437566813504 0 0 -1 0 0 0 0
[pid=9027/tid=9036] ppid=9025 vsize=1537148 CPUtime=1.77
/proc/9027/task/9036/stat : 9036 (java) S 9025 9027 2306 0 -1 4202560 1125 0 3 0 176 1 0 0 15 0 18 0 774717 1574039552 115324 1992294400 134512640 134550932 4288717456 18446744073709551615 4294960144 0 4 0 16800975 18446604437566813504 0 0 -1 1 0 0 0
[pid=9027/tid=9037] ppid=9025 vsize=1537148 CPUtime=2.93
/proc/9027/task/9037/stat : 9037 (java) S 9025 9027 2306 0 -1 4202560 6263 0 2 0 291 2 0 0 15 0 18 0 774717 1574039552 115324 1992294400 134512640 134550932 4288717456 18446744073709551615 4294960144 0 4 0 16800975 18446604437566813504 0 0 -1 1 0 0 0
[pid=9027/tid=9038] ppid=9025 vsize=1537148 CPUtime=0
/proc/9027/task/9038/stat : 9038 (java) S 9025 9027 2306 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 18 0 774717 1574039552 115324 1992294400 134512640 134550932 4288717456 18446744073709551615 4294960144 0 4 0 16800975 18446604437566813504 0 0 -1 0 0 0 0
[pid=9027/tid=9039] ppid=9025 vsize=1537148 CPUtime=0.02
/proc/9027/task/9039/stat : 9039 (java) S 9025 9027 2306 0 -1 4202560 58 0 0 0 1 1 0 0 15 0 18 0 774717 1574039552 115324 1992294400 134512640 134550932 4288717456 18446744073709551615 4294960144 0 4 0 16800975 18446604437566813504 0 0 -1 0 0 0 0
[pid=9027/tid=9042] ppid=9025 vsize=1537148 CPUtime=0
/proc/9027/task/9042/stat : 9042 (java) S 9025 9027 2306 0 -1 4202560 4 0 0 0 0 0 0 0 25 0 18 0 774825 1574039552 115324 1992294400 134512640 134550932 4288717456 18446744073709551615 4294960144 0 4 0 16800975 18446604437566813504 0 0 -1 0 0 0 0
[pid=9027/tid=9043] ppid=9025 vsize=1537148 CPUtime=0
/proc/9027/task/9043/stat : 9043 (java) S 9025 9027 2306 0 -1 4202560 4 0 0 0 0 0 0 0 19 0 18 0 774825 1574039552 115324 1992294400 134512640 134550932 4288717456 18446744073709551615 4294960144 0 4 0 16800975 18446604437566813504 0 0 -1 1 0 0 0
[pid=9027/tid=9070] ppid=9025 vsize=1537148 CPUtime=226.77
/proc/9027/task/9070/stat : 9070 (java) R 9025 9027 2306 0 -1 4202560 144 0 0 0 22676 1 0 0 19 0 18 0 843476 1574039552 115324 1992294400 134512640 134550932 4288717456 18446744073709551615 4108940655 0 4 0 16800975 0 0 0 -1 0 0 0 0
[pid=9027/tid=9071] ppid=9025 vsize=1537148 CPUtime=224.94
/proc/9027/task/9071/stat : 9071 (java) R 9025 9027 2306 0 -1 4202560 47 0 0 0 22489 5 0 0 19 0 18 0 843476 1574039552 115324 1992294400 134512640 134550932 4288717456 18446744073709551615 4109365245 0 4 0 16800975 0 0 0 -1 1 0 0 0
[pid=9027/tid=9083] ppid=9025 vsize=1537148 CPUtime=0
/proc/9027/task/9083/stat : 9083 (java) S 9025 9027 2306 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 18 0 879932 1574039552 115324 1992294400 134512640 134550932 4288717456 18446744073709551615 4294960144 0 4 0 16800975 18446604437566813504 0 0 -1 1 0 0 0
[pid=9027/tid=9084] ppid=9025 vsize=1537148 CPUtime=0
/proc/9027/task/9084/stat : 9084 (java) R 9025 9027 2306 0 -1 4202560 4 0 0 0 0 0 0 0 21 0 18 0 879944 1574039552 115324 1992294400 134512640 134550932 4288717456 18446744073709551615 4108812028 0 4 0 16800975 0 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 1800.5
Current children cumulated vsize (KiB) 1537148

[startup+1052.71 s]
/proc/loadavg: 1.89 2.09 1.83 4/124 9084
/proc/meminfo: memFree=1391564/2059040 swapFree=4192956/4192956
[pid=9027] ppid=9025 vsize=0 CPUtime=1800.67
/proc/9027/stat : 9027 (java) Z 9025 9027 2306 0 -1 4203548 128486 0 20 0 179888 179 0 0 15 0 2 0 774690 0 0 1992294400 0 0 0 0 0 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 8
/proc/9027/statm: 0 0 0 0 0 0 0
[pid=9027/tid=9070] ppid=9025 vsize=0 CPUtime=226.87
/proc/9027/task/9070/stat : 9070 (java) R 9025 9027 2306 0 -1 4203588 144 0 0 0 22683 4 0 0 19 0 2 0 843476 0 0 1992294400 0 0 0 0 0 0 4 0 16800975 18446744073709551615 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 1800.67
Current children cumulated vsize (KiB) 0

Child status: 143
Real time (s): 1052.72
CPU time (s): 1800.69
CPU user time (s): 1798.88
CPU system time (s): 1.80672
CPU usage (%): 171.05
Max. virtual memory (cumulated for all children) (KiB): 1541028

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1798.88
system time used= 1.80672
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 128486
page faults= 20
swaps= 0
block input operations= 0
block output operations= 0
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 33716
involuntary context switches= 45658

runsolver used 6.56 second user time and 6.83496 second system time

The end

Launcher Data

Begin job on node084 at 2010-06-15 11:40:08
IDJOB=2662329
IDBENCH=2876
IDSOLVER=1166
FILE ID=node084/2662329-1276594808
PBS_JOBID= 11173550
Free space on /tmp= 62512 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-alu2.b.opb
COMMAND LINE= java6 -server -Xms1350m -Xmx1350m -jar HOME/sat4j-multicore.jar BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-2662329-1276594808/watcher-2662329-1276594808 -o /tmp/evaluation-result-2662329-1276594808/solver-2662329-1276594808 -C 1800 -W 2000 -M 1800  java6 -server -Xms1350m -Xmx1350m -jar HOME/sat4j-multicore.jar HOME/instance-2662329-1276594808.opb

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

MD5SUM BENCH= a793af2f16b39bdc1dda733b5326bfb4
RANDOM SEED=753347459

node084.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.229
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.45
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.229
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	: 5999.40
clflush size	: 64
cache_alignment	: 128
address sizes	: 36 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:      2059040 kB
MemFree:       1854768 kB
Buffers:          1252 kB
Cached:          80132 kB
SwapCached:          0 kB
Active:          48684 kB
Inactive:        92524 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2059040 kB
LowFree:       1854768 kB
SwapTotal:     4192956 kB
SwapFree:      4192956 kB
Dirty:             888 kB
Writeback:           0 kB
AnonPages:       59756 kB
Mapped:          15572 kB
Slab:            41304 kB
PageTables:       3992 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:   5222476 kB
Committed_AS:   180604 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= 62512 MiB
End job on node084 at 2010-06-15 11:57:43