Trace number 2662480

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)5936 1800.63 1050.29

General information on the benchmark

Namenormalized-PB06/OPT-SMALLINT/submitted-PB05/manquinho/
synthesis-ptl-cmos-circuits/normalized-C432.opb
MD5SUMa8708c855e8ec8c2a31771025318bb9b
Bench CategoryOPT-SMALLINT (optimisation, small integers)
Best result obtained on this benchmarkOPT
Best value of the objective obtained on this benchmark4822
Best CPU time to get the best result obtained on this benchmark0.533918
Has Objective FunctionYES
SatisfiableYES
(Un)Satisfiability was provedYES
Best value of the objective function 4822
Optimality of the best value was proved YES
Number of variables771
Total number of constraints1951
Number of constraints which are clauses1949
Number of constraints which are cardinality constraints (but not clauses)0
Number of constraints which are nor clauses,nor cardinality constraints2
Minimum length of a constraint1
Maximum length of a constraint42
Number of terms in the objective function 771
Biggest coefficient in the objective function 61
Number of bits for the biggest coefficient in the objective function 6
Sum of the numbers in the objective function 33355
Number of bits of the sum of numbers in the objective function 16
Biggest number in a constraint 61
Number of bits of the biggest number in a constraint 6
Biggest sum of numbers in a constraint 33355
Number of bits of the biggest sum of numbers16
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.09/0.14	c SAT4J: a SATisfiability library for Java (c) 2004-2010 Daniel Le Berre
0.09/0.14	c This is free software under the dual EPL/GNU LGPL licenses.
0.09/0.14	c See www.sat4j.org for details.
0.09/0.15	c version 2.2.0.v20100531
0.09/0.15	c java.runtime.name	Java(TM) SE Runtime Environment
0.09/0.15	c java.vm.name		Java HotSpot(TM) Server VM
0.09/0.15	c java.vm.version	11.2-b01
0.09/0.15	c java.vm.vendor	Sun Microsystems Inc.
0.09/0.15	c sun.arch.data.model	32
0.09/0.15	c java.version		1.6.0_12
0.09/0.15	c os.name		Linux
0.09/0.15	c os.version		2.6.18-164.el5
0.09/0.15	c os.arch		i386
0.09/0.15	c Free memory 		1393557488
0.09/0.15	c Max memory 		1395916800
0.09/0.15	c Total memory 		1395916800
0.09/0.15	c Number of processors 	2
0.25/0.21	c Pseudo Boolean Optimization
0.25/0.21	c ManyCore solver with 2 solvers running in parallel
0.25/0.21	c --- Begin Solver configuration ---
0.25/0.21	c Stops conflict analysis at the first Unique Implication Point
0.25/0.21	c org.sat4j.pb.constraints.CompetResolutionPBMixedWLClauseCardConstrDataStructure@1f436f5
0.25/0.21	c Learn all clauses as in MiniSAT
0.25/0.21	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.25/0.21	c VSIDS like heuristics from MiniSAT using a heap lightweight component caching from RSAT taking into account the objective function
0.25/0.21	c Expensive reason simplification
0.25/0.21	c Armin Biere (Picosat) restarts strategy
0.25/0.21	c Glucose learned constraints deletion strategy
0.25/0.21	c timeout=2147483s
0.25/0.21	c DB Simplification allowed=false
0.25/0.21	c --- End Solver configuration ---
0.25/0.21	c Cutting planes based inference (org.sat4j.pb.core.PBSolverCP)
0.25/0.21	c --- Begin Solver configuration ---
0.25/0.21	c Stops conflict analysis at the first Unique Implication Point
0.25/0.21	c org.sat4j.pb.constraints.PBMaxClauseCardConstrDataStructure@18385e3
0.25/0.21	c Learn all clauses as in MiniSAT
0.25/0.21	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.25/0.21	c VSIDS like heuristics from MiniSAT using a heap phase appearing in latest learned clause taking into account the objective function
0.25/0.21	c No reason simplification
0.25/0.21	c Armin Biere (Picosat) restarts strategy
0.25/0.21	c Glucose learned constraints deletion strategy
0.25/0.21	c timeout=2147483s
0.25/0.21	c DB Simplification allowed=false
0.25/0.21	c --- End Solver configuration ---
0.25/0.21	
0.25/0.21	c solving HOME/instance-2662480-1276403012.opb
0.25/0.21	c reading problem ... 
0.97/0.66	c ... done. Wall clock time 0.452s.
0.97/0.67	c #vars     771
0.97/0.67	c #constraints  1916
0.97/0.67	c constraints type 
0.97/0.67	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 1520
0.97/0.67	c org.sat4j.minisat.constraints.cnf.OriginalBinaryClause => 385
0.97/0.67	c constraints type 
0.97/0.67	c org.sat4j.pb.constraints.pb.OriginalBinaryClausePB => 385
0.97/0.67	c org.sat4j.pb.constraints.pb.OriginalHTClausePB => 1520
1.16/0.74	c And the winner is Resolution
1.31/1.69	c SATISFIABLE
1.31/1.69	c OPTIMIZING...
1.31/1.69	c Got one! Elapsed wall clock time (in seconds):1.48
1.31/1.69	o 6949
2.33/2.23	c And the winner is CuttingPlanes
2.39/2.79	c Got one! Elapsed wall clock time (in seconds):2.577
2.39/2.79	o 6926
2.61/2.98	c And the winner is Resolution
2.78/3.80	c Got one! Elapsed wall clock time (in seconds):3.589
2.78/3.80	o 6220
3.59/4.22	c And the winner is Resolution
3.87/4.91	c Got one! Elapsed wall clock time (in seconds):4.696
3.87/4.91	o 6217
5.05/5.60	c cleaning 2496 clauses out of 4996 with flag 5001/5001
5.99/6.01	c And the winner is Resolution
6.06/6.92	c Got one! Elapsed wall clock time (in seconds):6.709
6.06/6.92	o 6215
7.99/7.94	c cleaning 4245 clauses out of 8499 with flag 11000/11000
9.74/8.88	c And the winner is Resolution
9.94/9.93	c Got one! Elapsed wall clock time (in seconds):9.72
9.94/9.93	o 6212
10.47/10.24	c cleaning 5619 clauses out of 11255 with flag 18001/18001
13.40/11.71	c cleaning 6814 clauses out of 13637 with flag 26002/26002
15.50/12.89	c And the winner is Resolution
15.70/12.95	c Got one! Elapsed wall clock time (in seconds):12.733
15.70/12.95	o 6209
15.83/13.06	c And the winner is Resolution
15.99/13.95	c Got one! Elapsed wall clock time (in seconds):13.741
15.99/13.95	o 6205
16.69/14.40	c cleaning 7904 clauses out of 15821 with flag 35000/35000
20.58/16.36	c cleaning 8951 clauses out of 17917 with flag 45000/45000
22.28/17.30	c And the winner is Resolution
22.50/17.97	c Got one! Elapsed wall clock time (in seconds):17.762
22.50/17.97	o 6064
22.74/18.19	c And the winner is Resolution
22.97/18.98	c Got one! Elapsed wall clock time (in seconds):18.771
22.97/18.98	o 6061
24.19/19.62	c cleaning 9480 clauses out of 18967 with flag 55001/55001
27.48/21.36	c cleaning 9740 clauses out of 19487 with flag 65001/65001
31.33/23.36	c cleaning 9866 clauses out of 19746 with flag 75000/75000
34.82/25.10	c cleaning 9932 clauses out of 19880 with flag 85000/85000
38.11/26.89	c cleaning 9965 clauses out of 19948 with flag 95000/95000
41.58/28.63	c cleaning 9987 clauses out of 19983 with flag 105000/105000
45.21/30.51	c cleaning 9996 clauses out of 19998 with flag 115002/115002
48.68/32.36	c cleaning 9992 clauses out of 20000 with flag 125000/125000
52.53/34.38	c cleaning 9995 clauses out of 20009 with flag 135001/135001
56.20/36.22	c cleaning 10000 clauses out of 20013 with flag 145000/145000
59.97/38.29	c cleaning 9996 clauses out of 20014 with flag 155001/155001
64.00/40.33	c cleaning 9999 clauses out of 20018 with flag 165001/165001
67.81/42.36	c cleaning 10002 clauses out of 20018 with flag 175000/175000
71.62/44.35	c cleaning 9998 clauses out of 20016 with flag 185000/185000
75.56/46.45	c cleaning 10006 clauses out of 20019 with flag 195001/195001
79.58/48.53	c cleaning 9996 clauses out of 20013 with flag 205001/205001
83.58/50.69	c cleaning 10003 clauses out of 20016 with flag 215000/215000
88.15/53.06	c cleaning 10004 clauses out of 20014 with flag 225001/225001
92.09/55.19	c cleaning 9996 clauses out of 20010 with flag 235001/235001
96.08/57.28	c cleaning 9999 clauses out of 20013 with flag 245000/245000
100.06/59.39	c cleaning 10001 clauses out of 20015 with flag 255001/255001
103.84/61.35	c cleaning 9999 clauses out of 20013 with flag 265000/265000
107.94/63.51	c cleaning 10005 clauses out of 20015 with flag 275001/275001
112.11/65.71	c cleaning 10002 clauses out of 20010 with flag 285001/285001
116.27/67.98	c cleaning 9993 clauses out of 20008 with flag 295001/295001
120.03/69.98	c cleaning 10002 clauses out of 20014 with flag 305000/305000
124.11/72.19	c cleaning 9995 clauses out of 20013 with flag 315001/315001
127.85/74.13	c cleaning 10002 clauses out of 20017 with flag 325000/325000
131.59/76.18	c cleaning 10001 clauses out of 20016 with flag 335001/335001
135.55/78.23	c cleaning 10001 clauses out of 20014 with flag 345000/345000
139.21/80.28	c cleaning 10001 clauses out of 20013 with flag 355000/355000
143.17/82.35	c cleaning 9996 clauses out of 20013 with flag 365001/365001
147.29/84.57	c cleaning 10000 clauses out of 20017 with flag 375001/375001
151.42/86.76	c cleaning 10001 clauses out of 20016 with flag 385000/385000
155.47/88.95	c cleaning 10001 clauses out of 20015 with flag 395000/395000
159.39/91.05	c cleaning 10003 clauses out of 20015 with flag 405001/405001
163.30/93.16	c cleaning 9999 clauses out of 20011 with flag 415000/415000
167.40/95.39	c cleaning 9999 clauses out of 20013 with flag 425001/425001
171.63/97.64	c cleaning 9997 clauses out of 20013 with flag 435000/435000
175.93/99.92	c cleaning 10003 clauses out of 20018 with flag 445002/445002
180.01/102.15	c cleaning 10001 clauses out of 20014 with flag 455001/455001
184.52/104.52	c cleaning 9998 clauses out of 20012 with flag 465000/465000
188.89/106.92	c cleaning 10000 clauses out of 20014 with flag 475000/475000
192.60/108.93	c cleaning 9998 clauses out of 20014 with flag 485000/485000
196.47/111.07	c cleaning 9999 clauses out of 20016 with flag 495000/495000
200.56/113.21	c cleaning 10003 clauses out of 20018 with flag 505001/505001
204.54/115.42	c cleaning 10003 clauses out of 20014 with flag 515000/515000
208.22/117.43	c cleaning 9999 clauses out of 20012 with flag 525001/525001
211.71/119.37	c cleaning 9998 clauses out of 20014 with flag 535002/535002
215.57/121.42	c cleaning 9996 clauses out of 20014 with flag 545000/545000
219.32/123.53	c cleaning 9996 clauses out of 20018 with flag 555000/555000
223.18/125.64	c cleaning 10003 clauses out of 20022 with flag 565000/565000
227.04/127.78	c cleaning 10001 clauses out of 20019 with flag 575000/575000
231.28/130.04	c cleaning 9998 clauses out of 20018 with flag 585000/585000
235.23/132.25	c cleaning 10004 clauses out of 20021 with flag 595001/595001
239.10/134.33	c cleaning 10004 clauses out of 20016 with flag 605000/605000
242.74/136.39	c cleaning 10000 clauses out of 20013 with flag 615001/615001
246.58/138.44	c cleaning 9995 clauses out of 20012 with flag 625000/625000
250.92/140.85	c cleaning 10001 clauses out of 20017 with flag 635000/635000
255.34/143.25	c cleaning 10001 clauses out of 20017 with flag 645001/645001
259.34/145.42	c cleaning 9999 clauses out of 20015 with flag 655000/655000
262.97/147.49	c cleaning 10003 clauses out of 20016 with flag 665000/665000
267.07/149.73	c cleaning 10004 clauses out of 20013 with flag 675000/675000
271.08/151.94	c cleaning 9997 clauses out of 20010 with flag 685001/685001
274.89/154.09	c cleaning 9998 clauses out of 20012 with flag 695000/695000
279.08/156.34	c cleaning 9998 clauses out of 20014 with flag 705000/705000
283.15/158.62	c cleaning 9998 clauses out of 20017 with flag 715001/715001
286.77/160.70	c cleaning 10004 clauses out of 20019 with flag 725001/725001
290.97/162.92	c cleaning 9996 clauses out of 20014 with flag 735000/735000
294.98/165.14	c cleaning 10000 clauses out of 20018 with flag 745000/745000
299.03/167.48	c cleaning 9997 clauses out of 20019 with flag 755001/755001
303.24/169.70	c cleaning 9998 clauses out of 20021 with flag 765000/765000
307.24/171.97	c cleaning 10005 clauses out of 20024 with flag 775001/775001
311.24/174.13	c cleaning 10005 clauses out of 20020 with flag 785002/785002
315.71/176.63	c cleaning 9999 clauses out of 20015 with flag 795002/795002
320.30/179.17	c cleaning 9999 clauses out of 20015 with flag 805001/805001
324.91/181.66	c cleaning 10001 clauses out of 20015 with flag 815000/815000
329.86/184.32	c cleaning 10002 clauses out of 20014 with flag 825000/825000
334.73/187.05	c cleaning 9997 clauses out of 20012 with flag 835000/835000
339.29/189.57	c cleaning 9995 clauses out of 20015 with flag 845000/845000
343.83/192.09	c cleaning 10001 clauses out of 20020 with flag 855000/855000
348.60/194.70	c cleaning 10003 clauses out of 20020 with flag 865001/865001
353.40/197.32	c cleaning 10000 clauses out of 20017 with flag 875001/875001
357.55/199.63	c cleaning 10005 clauses out of 20017 with flag 885001/885001
361.50/201.83	c cleaning 10001 clauses out of 20012 with flag 895001/895001
365.46/204.07	c cleaning 9996 clauses out of 20010 with flag 905000/905000
369.68/206.40	c cleaning 10001 clauses out of 20015 with flag 915001/915001
373.83/208.78	c cleaning 9995 clauses out of 20015 with flag 925002/925002
378.17/211.19	c cleaning 10005 clauses out of 20019 with flag 935001/935001
382.11/213.36	c cleaning 10002 clauses out of 20014 with flag 945001/945001
386.71/215.91	c cleaning 9996 clauses out of 20011 with flag 955000/955000
391.04/218.33	c cleaning 10003 clauses out of 20015 with flag 965000/965000
394.98/220.54	c cleaning 9995 clauses out of 20012 with flag 975000/975000
399.13/222.86	c cleaning 9998 clauses out of 20017 with flag 985000/985000
403.50/225.31	c cleaning 9997 clauses out of 20019 with flag 995000/995000
407.44/227.58	c cleaning 9997 clauses out of 20022 with flag 1005000/1005000
411.58/229.82	c cleaning 10007 clauses out of 20027 with flag 1015002/1015002
415.71/232.12	c cleaning 10005 clauses out of 20019 with flag 1025001/1025001
419.86/234.57	c cleaning 9994 clauses out of 20013 with flag 1035000/1035000
423.98/236.86	c cleaning 10002 clauses out of 20019 with flag 1045000/1045000
428.09/239.11	c cleaning 10000 clauses out of 20019 with flag 1055002/1055002
432.21/241.41	c cleaning 10003 clauses out of 20017 with flag 1065000/1065000
436.17/243.80	c cleaning 10001 clauses out of 20015 with flag 1075001/1075001
440.28/246.03	c cleaning 10003 clauses out of 20014 with flag 1085001/1085001
444.21/248.21	c cleaning 9997 clauses out of 20010 with flag 1095000/1095000
447.94/250.36	c cleaning 9996 clauses out of 20013 with flag 1105000/1105000
451.92/252.62	c cleaning 10001 clauses out of 20018 with flag 1115001/1115001
455.66/254.70	c cleaning 9999 clauses out of 20016 with flag 1125000/1125000
459.17/256.79	c cleaning 9999 clauses out of 20018 with flag 1135001/1135001
463.09/258.93	c cleaning 10001 clauses out of 20018 with flag 1145000/1145000
467.05/261.28	c cleaning 10001 clauses out of 20018 with flag 1155001/1155001
470.77/263.38	c cleaning 10001 clauses out of 20016 with flag 1165000/1165000
474.48/265.49	c cleaning 9995 clauses out of 20015 with flag 1175000/1175000
478.21/267.59	c cleaning 10006 clauses out of 20021 with flag 1185001/1185001
482.16/269.90	c cleaning 10003 clauses out of 20014 with flag 1195000/1195000
486.08/272.04	c cleaning 10001 clauses out of 20012 with flag 1205001/1205001
489.78/274.14	c cleaning 9996 clauses out of 20012 with flag 1215002/1215002
493.89/276.42	c cleaning 9998 clauses out of 20015 with flag 1225001/1225001
497.83/278.75	c cleaning 9999 clauses out of 20016 with flag 1235000/1235000
501.73/280.96	c cleaning 9995 clauses out of 20017 with flag 1245000/1245000
505.63/283.13	c cleaning 9998 clauses out of 20022 with flag 1255000/1255000
509.34/285.23	c cleaning 10004 clauses out of 20024 with flag 1265000/1265000
513.08/287.49	c cleaning 10000 clauses out of 20022 with flag 1275002/1275002
517.16/289.72	c cleaning 10003 clauses out of 20021 with flag 1285001/1285001
520.86/291.86	c cleaning 10001 clauses out of 20018 with flag 1295001/1295001
524.72/294.07	c cleaning 10004 clauses out of 20017 with flag 1305001/1305001
528.89/296.47	c cleaning 9999 clauses out of 20013 with flag 1315001/1315001
532.58/298.58	c cleaning 9995 clauses out of 20014 with flag 1325001/1325001
533.89/299.45	c And the winner is Resolution
534.53/300.08	c Got one! Elapsed wall clock time (in seconds):299.863
534.53/300.08	o 6059
536.95/301.38	c cleaning 10002 clauses out of 20018 with flag 1335000/1335000
541.04/303.63	c cleaning 10002 clauses out of 20016 with flag 1345000/1345000
544.94/305.99	c cleaning 10002 clauses out of 20014 with flag 1355000/1355000
549.20/308.35	c cleaning 10002 clauses out of 20012 with flag 1365000/1365000
553.26/310.66	c cleaning 9998 clauses out of 20011 with flag 1375001/1375001
557.34/312.95	c cleaning 10001 clauses out of 20012 with flag 1385000/1385000
561.81/315.55	c cleaning 9997 clauses out of 20012 with flag 1395001/1395001
566.29/318.09	c cleaning 10000 clauses out of 20015 with flag 1405001/1405001
570.73/320.54	c cleaning 10004 clauses out of 20015 with flag 1415001/1415001
574.40/322.67	c cleaning 9994 clauses out of 20010 with flag 1425000/1425000
578.67/325.10	c cleaning 10001 clauses out of 20017 with flag 1435001/1435001
582.54/327.33	c cleaning 9998 clauses out of 20015 with flag 1445000/1445000
586.41/329.54	c cleaning 9999 clauses out of 20017 with flag 1455000/1455000
590.47/331.82	c cleaning 10004 clauses out of 20019 with flag 1465001/1465001
594.53/334.23	c cleaning 9995 clauses out of 20015 with flag 1475001/1475001
598.59/336.59	c cleaning 9999 clauses out of 20019 with flag 1485000/1485000
602.65/338.88	c cleaning 9999 clauses out of 20021 with flag 1495001/1495001
606.86/341.24	c cleaning 10001 clauses out of 20021 with flag 1505000/1505000
611.31/343.80	c cleaning 10004 clauses out of 20022 with flag 1515002/1515002
615.16/346.06	c cleaning 10001 clauses out of 20017 with flag 1525001/1525001
619.21/348.31	c cleaning 9999 clauses out of 20015 with flag 1535000/1535000
623.06/350.57	c cleaning 9997 clauses out of 20017 with flag 1545001/1545001
627.31/353.04	c cleaning 10003 clauses out of 20019 with flag 1555000/1555000
631.14/355.28	c cleaning 10000 clauses out of 20016 with flag 1565000/1565000
635.19/357.55	c cleaning 9998 clauses out of 20016 with flag 1575000/1575000
639.37/359.92	c cleaning 9999 clauses out of 20018 with flag 1585000/1585000
643.80/362.51	c cleaning 10007 clauses out of 20020 with flag 1595001/1595001
647.61/364.74	c cleaning 9999 clauses out of 20012 with flag 1605000/1605000
651.83/367.10	c cleaning 9997 clauses out of 20014 with flag 1615001/1615001
655.65/369.39	c cleaning 10002 clauses out of 20016 with flag 1625000/1625000
660.24/372.09	c cleaning 9999 clauses out of 20015 with flag 1635001/1635001
664.84/374.63	c cleaning 10003 clauses out of 20017 with flag 1645002/1645002
669.26/377.13	c cleaning 9997 clauses out of 20012 with flag 1655000/1655000
673.66/379.63	c cleaning 9999 clauses out of 20015 with flag 1665000/1665000
678.21/382.34	c cleaning 10001 clauses out of 20017 with flag 1675001/1675001
682.62/384.83	c cleaning 9999 clauses out of 20016 with flag 1685001/1685001
687.03/387.33	c cleaning 9998 clauses out of 20017 with flag 1695001/1695001
691.41/389.85	c cleaning 10002 clauses out of 20018 with flag 1705000/1705000
696.20/392.60	c cleaning 10003 clauses out of 20017 with flag 1715001/1715001
700.41/395.03	c cleaning 10000 clauses out of 20013 with flag 1725000/1725000
704.80/397.54	c cleaning 9998 clauses out of 20014 with flag 1735001/1735001
709.39/400.16	c cleaning 10004 clauses out of 20015 with flag 1745000/1745000
713.97/402.87	c cleaning 9996 clauses out of 20011 with flag 1755000/1755000
718.52/405.42	c cleaning 9996 clauses out of 20015 with flag 1765000/1765000
722.93/407.93	c cleaning 9998 clauses out of 20019 with flag 1775000/1775000
727.71/410.63	c cleaning 10004 clauses out of 20021 with flag 1785000/1785000
732.29/413.39	c cleaning 10002 clauses out of 20019 with flag 1795002/1795002
737.08/416.04	c cleaning 10002 clauses out of 20016 with flag 1805001/1805001
741.83/418.77	c cleaning 9996 clauses out of 20013 with flag 1815000/1815000
746.58/421.47	c cleaning 10003 clauses out of 20018 with flag 1825001/1825001
751.68/424.41	c cleaning 9998 clauses out of 20014 with flag 1835000/1835000
756.06/427.00	c cleaning 9996 clauses out of 20016 with flag 1845000/1845000
760.59/429.57	c cleaning 10004 clauses out of 20023 with flag 1855003/1855003
765.16/432.19	c cleaning 10001 clauses out of 20016 with flag 1865000/1865000
770.11/435.06	c cleaning 9998 clauses out of 20015 with flag 1875000/1875000
774.87/437.73	c cleaning 9998 clauses out of 20017 with flag 1885000/1885000
779.62/440.41	c cleaning 10003 clauses out of 20020 with flag 1895001/1895001
784.18/443.05	c cleaning 10002 clauses out of 20017 with flag 1905001/1905001
788.91/445.86	c cleaning 9998 clauses out of 20015 with flag 1915001/1915001
793.45/448.40	c cleaning 9995 clauses out of 20016 with flag 1925000/1925000
797.61/450.88	c cleaning 10006 clauses out of 20021 with flag 1935000/1935000
802.15/453.47	c cleaning 10003 clauses out of 20018 with flag 1945003/1945003
806.92/456.25	c cleaning 9995 clauses out of 20012 with flag 1955000/1955000
811.64/458.96	c cleaning 10001 clauses out of 20017 with flag 1965000/1965000
816.38/461.61	c cleaning 9997 clauses out of 20017 with flag 1975001/1975001
820.73/464.17	c cleaning 9998 clauses out of 20019 with flag 1985000/1985000
825.44/466.90	c cleaning 10006 clauses out of 20021 with flag 1995000/1995000
827.20/468.13	c And the winner is Resolution
828.09/469.56	c Got one! Elapsed wall clock time (in seconds):469.346
828.09/469.56	o 5940
830.14/470.68	c cleaning 10005 clauses out of 20015 with flag 2005000/2005000
834.29/473.02	c cleaning 10000 clauses out of 20010 with flag 2015000/2015000
838.39/475.44	c cleaning 9995 clauses out of 20012 with flag 2025002/2025002
843.09/478.21	c cleaning 10005 clauses out of 20015 with flag 2035000/2035000
848.21/481.15	c cleaning 9998 clauses out of 20011 with flag 2045001/2045001
852.73/483.78	c cleaning 10000 clauses out of 20013 with flag 2055001/2055001
857.06/486.29	c cleaning 10002 clauses out of 20012 with flag 2065000/2065000
861.69/489.03	c cleaning 9996 clauses out of 20011 with flag 2075001/2075001
866.18/491.69	c cleaning 10004 clauses out of 20014 with flag 2085000/2085000
871.24/494.54	c cleaning 9998 clauses out of 20010 with flag 2095000/2095000
876.13/497.35	c cleaning 10000 clauses out of 20013 with flag 2105001/2105001
880.95/500.29	c cleaning 10001 clauses out of 20014 with flag 2115002/2115002
885.63/502.92	c cleaning 9996 clauses out of 20011 with flag 2125000/2125000
889.89/505.49	c cleaning 9999 clauses out of 20016 with flag 2135001/2135001
894.57/508.19	c cleaning 9999 clauses out of 20016 with flag 2145000/2145000
899.39/511.02	c cleaning 9998 clauses out of 20017 with flag 2155000/2155000
904.06/513.71	c cleaning 10000 clauses out of 20019 with flag 2165000/2165000
908.51/516.30	c cleaning 9998 clauses out of 20020 with flag 2175001/2175001
912.80/518.89	c cleaning 10004 clauses out of 20022 with flag 2185001/2185001
917.68/521.71	c cleaning 10000 clauses out of 20018 with flag 2195001/2195001
922.75/524.67	c cleaning 9999 clauses out of 20017 with flag 2205000/2205000
928.01/527.61	c cleaning 9999 clauses out of 20019 with flag 2215001/2215001
932.87/530.48	c cleaning 10004 clauses out of 20020 with flag 2225001/2225001
938.31/533.62	c cleaning 9997 clauses out of 20015 with flag 2235000/2235000
943.15/536.49	c cleaning 10002 clauses out of 20018 with flag 2245000/2245000
948.41/539.41	c cleaning 10000 clauses out of 20017 with flag 2255001/2255001
953.08/542.19	c cleaning 10003 clauses out of 20017 with flag 2265001/2265001
958.54/545.32	c cleaning 9999 clauses out of 20014 with flag 2275001/2275001
963.22/548.09	c cleaning 9996 clauses out of 20014 with flag 2285000/2285000
967.51/550.57	c cleaning 9998 clauses out of 20018 with flag 2295000/2295000
971.82/553.03	c cleaning 10002 clauses out of 20020 with flag 2305000/2305000
976.46/555.82	c cleaning 10003 clauses out of 20018 with flag 2315000/2315000
980.74/558.34	c cleaning 9997 clauses out of 20015 with flag 2325000/2325000
985.45/561.04	c cleaning 9995 clauses out of 20018 with flag 2335000/2335000
989.92/563.66	c cleaning 10006 clauses out of 20023 with flag 2345000/2345000
994.54/566.50	c cleaning 10000 clauses out of 20017 with flag 2355000/2355000
999.19/569.12	c cleaning 9998 clauses out of 20017 with flag 2365000/2365000
1003.45/571.69	c cleaning 10000 clauses out of 20020 with flag 2375001/2375001
1007.93/574.27	c cleaning 10000 clauses out of 20019 with flag 2385000/2385000
1012.42/576.96	c cleaning 10002 clauses out of 20019 with flag 2395000/2395000
1016.88/579.51	c cleaning 10002 clauses out of 20017 with flag 2405000/2405000
1021.15/582.02	c cleaning 9996 clauses out of 20015 with flag 2415000/2415000
1025.40/584.58	c cleaning 9998 clauses out of 20019 with flag 2425000/2425000
1030.02/587.39	c cleaning 10009 clauses out of 20023 with flag 2435002/2435002
1034.66/590.02	c cleaning 10000 clauses out of 20012 with flag 2445000/2445000
1038.91/592.56	c cleaning 10000 clauses out of 20014 with flag 2455002/2455002
1043.56/595.24	c cleaning 9997 clauses out of 20013 with flag 2465001/2465001
1048.33/598.15	c cleaning 9998 clauses out of 20015 with flag 2475000/2475000
1052.78/600.74	c cleaning 10002 clauses out of 20018 with flag 2485001/2485001
1057.20/603.32	c cleaning 9999 clauses out of 20016 with flag 2495001/2495001
1061.44/605.89	c cleaning 10000 clauses out of 20016 with flag 2505000/2505000
1066.21/608.80	c cleaning 9999 clauses out of 20017 with flag 2515001/2515001
1070.65/611.33	c cleaning 10004 clauses out of 20019 with flag 2525002/2525002
1075.28/614.02	c cleaning 9995 clauses out of 20015 with flag 2535002/2535002
1079.91/616.76	c cleaning 10000 clauses out of 20018 with flag 2545000/2545000
1084.69/619.69	c cleaning 10002 clauses out of 20019 with flag 2555001/2555001
1089.51/622.42	c cleaning 9997 clauses out of 20017 with flag 2565001/2565001
1094.12/625.17	c cleaning 10005 clauses out of 20020 with flag 2575001/2575001
1098.95/627.91	c cleaning 10001 clauses out of 20016 with flag 2585002/2585002
1103.76/630.87	c cleaning 9998 clauses out of 20013 with flag 2595000/2595000
1108.59/633.64	c cleaning 10001 clauses out of 20015 with flag 2605000/2605000
1112.98/636.26	c cleaning 9998 clauses out of 20015 with flag 2615001/2615001
1117.61/638.92	c cleaning 10001 clauses out of 20016 with flag 2625000/2625000
1122.40/641.84	c cleaning 9997 clauses out of 20015 with flag 2635000/2635000
1127.01/644.51	c cleaning 10004 clauses out of 20018 with flag 2645000/2645000
1131.42/647.12	c cleaning 9997 clauses out of 20015 with flag 2655001/2655001
1136.22/649.92	c cleaning 10005 clauses out of 20019 with flag 2665002/2665002
1141.56/653.14	c cleaning 10000 clauses out of 20013 with flag 2675001/2675001
1146.56/656.02	c cleaning 9998 clauses out of 20013 with flag 2685001/2685001
1151.57/658.93	c cleaning 9997 clauses out of 20014 with flag 2695000/2695000
1156.56/661.88	c cleaning 10001 clauses out of 20017 with flag 2705000/2705000
1161.70/665.00	c cleaning 9995 clauses out of 20016 with flag 2715000/2715000
1166.89/667.96	c cleaning 10001 clauses out of 20021 with flag 2725000/2725000
1171.51/670.61	c cleaning 10004 clauses out of 20021 with flag 2735001/2735001
1176.34/673.46	c cleaning 9996 clauses out of 20017 with flag 2745001/2745001
1181.54/676.56	c cleaning 10000 clauses out of 20022 with flag 2755002/2755002
1185.95/679.18	c cleaning 9996 clauses out of 20020 with flag 2765000/2765000
1190.99/682.06	c cleaning 10007 clauses out of 20024 with flag 2775000/2775000
1195.59/684.75	c cleaning 9996 clauses out of 20017 with flag 2785000/2785000
1200.92/687.99	c cleaning 10002 clauses out of 20022 with flag 2795001/2795001
1205.75/690.77	c cleaning 9997 clauses out of 20019 with flag 2805000/2805000
1210.89/693.74	c cleaning 10001 clauses out of 20022 with flag 2815000/2815000
1215.86/696.66	c cleaning 10000 clauses out of 20021 with flag 2825000/2825000
1220.84/699.67	c cleaning 10002 clauses out of 20021 with flag 2835000/2835000
1225.43/702.34	c cleaning 10001 clauses out of 20019 with flag 2845000/2845000
1229.84/704.96	c cleaning 9999 clauses out of 20018 with flag 2855000/2855000
1234.44/707.62	c cleaning 9999 clauses out of 20019 with flag 2865000/2865000
1239.19/710.53	c cleaning 9992 clauses out of 20021 with flag 2875001/2875001
1243.60/713.20	c cleaning 10003 clauses out of 20028 with flag 2885000/2885000
1248.37/715.95	c cleaning 10005 clauses out of 20025 with flag 2895000/2895000
1253.36/718.88	c cleaning 9999 clauses out of 20020 with flag 2905000/2905000
1258.11/721.79	c cleaning 10000 clauses out of 20022 with flag 2915001/2915001
1262.69/724.48	c cleaning 9996 clauses out of 20021 with flag 2925000/2925000
1267.46/727.30	c cleaning 10005 clauses out of 20025 with flag 2935000/2935000
1272.24/730.00	c cleaning 10001 clauses out of 20021 with flag 2945001/2945001
1276.69/732.79	c cleaning 10002 clauses out of 20020 with flag 2955001/2955001
1281.26/735.48	c cleaning 10003 clauses out of 20019 with flag 2965002/2965002
1285.85/738.13	c cleaning 9997 clauses out of 20014 with flag 2975000/2975000
1290.41/740.87	c cleaning 10000 clauses out of 20018 with flag 2985001/2985001
1294.95/743.63	c cleaning 10005 clauses out of 20017 with flag 2995000/2995000
1298.92/746.02	c cleaning 9997 clauses out of 20012 with flag 3005000/3005000
1303.11/748.55	c cleaning 10006 clauses out of 20016 with flag 3015001/3015001
1307.49/751.16	c cleaning 9993 clauses out of 20009 with flag 3025000/3025000
1312.62/754.24	c cleaning 10000 clauses out of 20018 with flag 3035002/3035002
1317.22/756.93	c cleaning 9998 clauses out of 20016 with flag 3045000/3045000
1321.59/759.60	c cleaning 10003 clauses out of 20018 with flag 3055000/3055000
1325.97/762.16	c cleaning 10002 clauses out of 20015 with flag 3065000/3065000
1330.71/765.03	c cleaning 9998 clauses out of 20014 with flag 3075001/3075001
1335.08/767.70	c cleaning 9995 clauses out of 20015 with flag 3085000/3085000
1339.65/770.38	c cleaning 10002 clauses out of 20020 with flag 3095000/3095000
1344.02/772.99	c cleaning 9997 clauses out of 20018 with flag 3105000/3105000
1349.11/776.08	c cleaning 10002 clauses out of 20022 with flag 3115001/3115001
1351.50/777.62	c And the winner is Resolution
1352.60/778.92	c Got one! Elapsed wall clock time (in seconds):778.705
1352.60/778.92	o 5936
1354.35/779.90	c cleaning 10000 clauses out of 20019 with flag 3125000/3125000
1358.70/782.45	c cleaning 9999 clauses out of 20019 with flag 3135000/3135000
1362.88/784.97	c cleaning 10000 clauses out of 20020 with flag 3145000/3145000
1367.50/787.85	c cleaning 10004 clauses out of 20021 with flag 3155001/3155001
1371.84/790.43	c cleaning 10004 clauses out of 20017 with flag 3165001/3165001
1376.36/793.12	c cleaning 9997 clauses out of 20013 with flag 3175001/3175001
1380.85/795.82	c cleaning 10001 clauses out of 20015 with flag 3185000/3185000
1385.68/798.89	c cleaning 9999 clauses out of 20014 with flag 3195000/3195000
1390.58/801.74	c cleaning 10002 clauses out of 20016 with flag 3205001/3205001
1395.47/804.60	c cleaning 9997 clauses out of 20013 with flag 3215000/3215000
1399.79/807.28	c cleaning 10005 clauses out of 20017 with flag 3225001/3225001
1404.41/810.19	c cleaning 9995 clauses out of 20011 with flag 3235000/3235000
1409.16/812.98	c cleaning 9999 clauses out of 20017 with flag 3245001/3245001
1413.86/815.74	c cleaning 9998 clauses out of 20017 with flag 3255000/3255000
1418.37/818.44	c cleaning 10000 clauses out of 20019 with flag 3265000/3265000
1423.15/821.48	c cleaning 10002 clauses out of 20019 with flag 3275000/3275000
1427.64/824.14	c cleaning 10001 clauses out of 20018 with flag 3285001/3285001
1432.33/826.95	c cleaning 10004 clauses out of 20017 with flag 3295001/3295001
1437.02/829.75	c cleaning 9992 clauses out of 20013 with flag 3305001/3305001
1442.03/832.83	c cleaning 10005 clauses out of 20022 with flag 3315002/3315002
1446.91/835.78	c cleaning 10000 clauses out of 20016 with flag 3325001/3325001
1451.59/838.58	c cleaning 9998 clauses out of 20015 with flag 3335000/3335000
1456.27/841.30	c cleaning 9998 clauses out of 20017 with flag 3345000/3345000
1461.07/844.36	c cleaning 9995 clauses out of 20019 with flag 3355000/3355000
1465.76/847.19	c cleaning 10001 clauses out of 20024 with flag 3365000/3365000
1470.62/850.00	c cleaning 10006 clauses out of 20024 with flag 3375001/3375001
1475.30/852.85	c cleaning 9999 clauses out of 20018 with flag 3385001/3385001
1480.49/856.03	c cleaning 10002 clauses out of 20018 with flag 3395000/3395000
1485.37/858.95	c cleaning 10003 clauses out of 20016 with flag 3405000/3405000
1489.46/861.46	c cleaning 0 clauses out of 4995 with flag 0/5000
1491.97/863.10	c cleaning 9995 clauses out of 20013 with flag 3415000/3415000
1497.18/866.32	c cleaning 9999 clauses out of 20018 with flag 3425000/3425000
1501.69/869.11	c cleaning 10006 clauses out of 20019 with flag 3435000/3435000
1506.37/871.88	c cleaning 10000 clauses out of 20013 with flag 3445000/3445000
1511.08/874.66	c cleaning 10001 clauses out of 20013 with flag 3455000/3455000
1516.09/877.74	c cleaning 9997 clauses out of 20012 with flag 3465000/3465000
1520.76/880.56	c cleaning 10001 clauses out of 20017 with flag 3475002/3475002
1525.22/883.29	c cleaning 10000 clauses out of 20015 with flag 3485001/3485001
1529.87/886.04	c cleaning 9998 clauses out of 20015 with flag 3495001/3495001
1534.86/889.14	c cleaning 9999 clauses out of 20016 with flag 3505000/3505000
1539.73/892.09	c cleaning 10001 clauses out of 20017 with flag 3515000/3515000
1544.78/895.02	c cleaning 9998 clauses out of 20016 with flag 3525000/3525000
1549.27/897.76	c cleaning 10002 clauses out of 20019 with flag 3535001/3535001
1554.26/900.89	c cleaning 9997 clauses out of 20016 with flag 3545000/3545000
1558.93/903.65	c cleaning 10002 clauses out of 20021 with flag 3555002/3555002
1563.41/906.30	c cleaning 9999 clauses out of 20017 with flag 3565000/3565000
1567.88/909.05	c cleaning 9997 clauses out of 20018 with flag 3575000/3575000
1573.05/912.23	c cleaning 9999 clauses out of 20021 with flag 3585000/3585000
1577.73/915.00	c cleaning 10003 clauses out of 20022 with flag 3595000/3595000
1582.20/917.79	c cleaning 10006 clauses out of 20019 with flag 3605000/3605000
1586.89/920.57	c cleaning 10000 clauses out of 20015 with flag 3615002/3615002
1591.84/923.57	c cleaning 9997 clauses out of 20014 with flag 3625001/3625001
1596.71/926.40	c cleaning 10000 clauses out of 20016 with flag 3635000/3635000
1601.39/929.23	c cleaning 10001 clauses out of 20016 with flag 3645000/3645000
1605.67/931.90	c cleaning 9998 clauses out of 20016 with flag 3655001/3655001
1610.84/935.04	c cleaning 10006 clauses out of 20019 with flag 3665002/3665002
1615.10/937.65	c cleaning 9997 clauses out of 20011 with flag 3675000/3675000
1619.41/940.25	c cleaning 10003 clauses out of 20015 with flag 3685001/3685001
1623.53/942.79	c cleaning 9996 clauses out of 20012 with flag 3695001/3695001
1628.17/945.61	c cleaning 9999 clauses out of 20016 with flag 3705001/3705001
1632.50/948.23	c cleaning 9999 clauses out of 20016 with flag 3715000/3715000
1636.98/950.91	c cleaning 10000 clauses out of 20017 with flag 3725000/3725000
1641.30/953.53	c cleaning 10003 clauses out of 20017 with flag 3735000/3735000
1645.90/956.46	c cleaning 9998 clauses out of 20016 with flag 3745002/3745002
1650.40/959.18	c cleaning 10002 clauses out of 20016 with flag 3755000/3755000
1655.06/961.92	c cleaning 9995 clauses out of 20014 with flag 3765000/3765000
1659.53/964.62	c cleaning 10000 clauses out of 20020 with flag 3775001/3775001
1664.13/967.59	c cleaning 10003 clauses out of 20020 with flag 3785001/3785001
1668.82/970.35	c cleaning 10000 clauses out of 20017 with flag 3795001/3795001
1673.48/973.12	c cleaning 9995 clauses out of 20016 with flag 3805000/3805000
1678.14/975.93	c cleaning 10004 clauses out of 20022 with flag 3815001/3815001
1682.92/978.91	c cleaning 9999 clauses out of 20017 with flag 3825000/3825000
1687.59/981.73	c cleaning 10002 clauses out of 20018 with flag 3835000/3835000
1691.87/984.37	c cleaning 9999 clauses out of 20016 with flag 3845000/3845000
1696.34/987.08	c cleaning 10003 clauses out of 20018 with flag 3855001/3855001
1701.49/990.20	c cleaning 9998 clauses out of 20014 with flag 3865000/3865000
1706.15/993.01	c cleaning 10001 clauses out of 20016 with flag 3875000/3875000
1710.82/995.82	c cleaning 9998 clauses out of 20015 with flag 3885000/3885000
1715.69/998.79	c cleaning 9999 clauses out of 20018 with flag 3895001/3895001
1721.04/1002.05	c cleaning 10001 clauses out of 20018 with flag 3905000/3905000
1725.92/1004.93	c cleaning 10002 clauses out of 20017 with flag 3915000/3915000
1730.58/1007.74	c cleaning 10001 clauses out of 20017 with flag 3925002/3925002
1735.01/1010.46	c cleaning 9995 clauses out of 20014 with flag 3935000/3935000
1740.03/1013.51	c cleaning 9997 clauses out of 20021 with flag 3945002/3945002
1744.51/1016.24	c cleaning 10002 clauses out of 20023 with flag 3955001/3955001
1748.97/1018.97	c cleaning 10002 clauses out of 20021 with flag 3965001/3965001
1753.64/1021.75	c cleaning 10003 clauses out of 20018 with flag 3975000/3975000
1758.37/1024.78	c cleaning 10000 clauses out of 20016 with flag 3985001/3985001
1763.04/1027.57	c cleaning 9998 clauses out of 20016 with flag 3995001/3995001
1767.71/1030.39	c cleaning 9997 clauses out of 20018 with flag 4005001/4005001
1772.58/1033.26	c cleaning 10002 clauses out of 20022 with flag 4015002/4015002
1777.75/1036.42	c cleaning 10001 clauses out of 20018 with flag 4025000/4025000
1782.24/1039.14	c cleaning 9997 clauses out of 20017 with flag 4035000/4035000
1786.94/1041.94	c cleaning 10001 clauses out of 20020 with flag 4045000/4045000
1791.45/1044.66	c cleaning 10003 clauses out of 20019 with flag 4055000/4055000
1796.40/1047.77	c cleaning 10000 clauses out of 20016 with flag 4065000/4065000
1800.11/1050.10	c starts		: 265
1800.11/1050.10	c conflicts		: 4073451
1800.11/1050.10	c decisions		: 6839287
1800.11/1050.10	c propagations		: 64396491
1800.11/1050.10	c inspects		: 579069067
1800.11/1050.10	c learnt literals	: 5
1800.11/1050.10	c learnt binary clauses	: 8
1800.11/1050.10	c learnt ternary clauses	: 50
1800.11/1050.10	c learnt clauses	: 4073446
1800.11/1050.10	c ignored clauses	: 0
1800.11/1050.10	c root simplifications	: 0
1800.11/1050.10	c removed literals (reason simplification)	: 26403394
1800.11/1050.10	c reason swapping (by a shorter reason)	: 0
1800.11/1050.10	c Calls to reduceDB	: 408
1800.11/1050.10	c number of reductions to clauses (during analyze)	: 0
1800.11/1050.10	c number of learned constraints concerned by reduction	: 0
1800.11/1050.10	c number of learning phase by resolution	: 0
1800.11/1050.10	c number of learning phase by cutting planes	: 0
1800.11/1050.10	c speed (assignments/second)	: 237474.7060905993
1800.11/1050.10	c non guided choices	17151
1800.49/1050.24	c learnt constraints type 
1800.49/1050.24	c org.sat4j.minisat.constraints.cnf.LearntHTClause => 18981
1800.49/1050.24	c org.sat4j.minisat.constraints.cnf.LearntBinaryClause => 8
1800.49/1050.24	c constraints type 
1800.49/1050.24	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 1520
1800.49/1050.24	c org.sat4j.minisat.constraints.cnf.OriginalBinaryClause => 385
1800.49/1050.24	c org.sat4j.pb.constraints.pb.MaxWatchPb => 1
1800.49/1050.24	c constraints type 
1800.49/1050.24	c org.sat4j.pb.constraints.pb.OriginalBinaryClausePB => 385
1800.49/1050.24	c org.sat4j.pb.constraints.pb.OriginalHTClausePB => 1520
1800.49/1050.24	c org.sat4j.pb.constraints.pb.MaxWatchPb => 1
1800.49/1050.24	s SATISFIABLE
1800.49/1050.24	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 
1800.49/1050.24	c objective function=5936
1800.49/1050.24	c Total wall clock time (in seconds): 1050.019

Verifier Data

OK	5936

Watcher Data

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

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-2662480-1276403012/watcher-2662480-1276403012 -o /tmp/evaluation-result-2662480-1276403012/solver-2662480-1276403012 -C 1800 -W 2000 -M 1800 java6 -server -Xms1350m -Xmx1350m -jar HOME/sat4j-multicore.jar HOME/instance-2662480-1276403012.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: 1.00 1.00 1.00 3/106 22606
/proc/meminfo: memFree=1758356/2059040 swapFree=4136464/4192956
[pid=22606] ppid=22604 vsize=248 CPUtime=0
/proc/22606/stat : 22606 (java) R 22604 22606 13713 0 -1 4194304 282 0 0 0 0 0 0 0 19 0 1 0 15905193 253952 29 1992294400 134512640 134550932 4287689504 18446744073709551615 4149844 0 0 4096 0 0 0 0 17 1 0 0 0
/proc/22606/statm: 62 29 21 10 0 23 0

[startup+0.109358 s]
/proc/loadavg: 1.00 1.00 1.00 3/106 22606
/proc/meminfo: memFree=1758356/2059040 swapFree=4136464/4192956
[pid=22606] ppid=22604 vsize=1524180 CPUtime=0.09
/proc/22606/stat : 22606 (java) S 22604 22606 13713 0 -1 4202496 4019 0 1 0 7 2 0 0 18 0 12 0 15905193 1560760320 3459 1992294400 134512640 134550932 4287689504 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/22606/statm: 381045 3459 1078 10 0 378348 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 1524180

[startup+0.210145 s]
/proc/loadavg: 1.00 1.00 1.00 3/106 22606
/proc/meminfo: memFree=1758356/2059040 swapFree=4136464/4192956
[pid=22606] ppid=22604 vsize=1526136 CPUtime=0.25
/proc/22606/stat : 22606 (java) S 22604 22606 13713 0 -1 4202496 5110 0 1 0 22 3 0 0 18 0 12 0 15905193 1562763264 4548 1992294400 134512640 134550932 4287689504 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/22606/statm: 381534 4548 1346 10 0 378837 0
Current children cumulated CPU time (s) 0.25
Current children cumulated vsize (KiB) 1526136

[startup+0.300145 s]
/proc/loadavg: 1.00 1.00 1.00 3/106 22606
/proc/meminfo: memFree=1758356/2059040 swapFree=4136464/4192956
[pid=22606] ppid=22604 vsize=1526136 CPUtime=0.36
/proc/22606/stat : 22606 (java) S 22604 22606 13713 0 -1 4202496 5351 0 1 0 33 3 0 0 18 0 12 0 15905193 1562763264 4789 1992294400 134512640 134550932 4287689504 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/22606/statm: 381534 4789 1361 10 0 378837 0
Current children cumulated CPU time (s) 0.36
Current children cumulated vsize (KiB) 1526136

[startup+0.700145 s]
/proc/loadavg: 1.00 1.00 1.00 3/106 22606
/proc/meminfo: memFree=1758356/2059040 swapFree=4136464/4192956
[pid=22606] ppid=22604 vsize=1528488 CPUtime=1.16
/proc/22606/stat : 22606 (java) S 22604 22606 13713 0 -1 4202496 7579 0 1 0 112 4 0 0 18 0 14 0 15905193 1565171712 6901 1992294400 134512640 134550932 4287689504 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/22606/statm: 382122 6901 1410 10 0 379425 0
Current children cumulated CPU time (s) 1.16
Current children cumulated vsize (KiB) 1528488

[startup+1.50115 s]
/proc/loadavg: 1.00 1.00 1.00 1/120 22622
/proc/meminfo: memFree=1734996/2059040 swapFree=4136464/4192956
[pid=22606] ppid=22604 vsize=1528812 CPUtime=1.31
/proc/22606/stat : 22606 (java) S 22604 22606 13713 0 -1 4202496 7852 0 1 0 126 5 0 0 18 0 14 0 15905193 1565503488 7174 1992294400 134512640 134550932 4287689504 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/22606/statm: 382203 7174 1414 10 0 379506 0
[pid=22606/tid=22608] ppid=22604 vsize=1528812 CPUtime=0.64
/proc/22606/task/22608/stat : 22608 (java) S 22604 22606 13713 0 -1 4202560 5228 0 1 0 61 3 0 0 19 0 14 0 15905195 1565503488 7174 1992294400 134512640 134550932 4287689504 18446744073709551615 4294960144 0 4 0 16800975 18446604436671180864 0 0 -1 0 0 0 0
[pid=22606/tid=22609] ppid=22604 vsize=1528812 CPUtime=0
/proc/22606/task/22609/stat : 22609 (java) S 22604 22606 13713 0 -1 4202560 4 0 0 0 0 0 0 0 20 0 14 0 15905196 1565503488 7174 1992294400 134512640 134550932 4287689504 18446744073709551615 4294960144 0 4 0 16800975 18446604436671180864 0 0 -1 0 0 0 0
[pid=22606/tid=22610] ppid=22604 vsize=1528812 CPUtime=0
/proc/22606/task/22610/stat : 22610 (java) S 22604 22606 13713 0 -1 4202560 1 0 0 0 0 0 0 0 21 0 14 0 15905196 1565503488 7174 1992294400 134512640 134550932 4287689504 18446744073709551615 4294960144 0 4 0 16800975 18446604436671180864 0 0 -1 0 0 0 0
[pid=22606/tid=22611] ppid=22604 vsize=1528812 CPUtime=0
/proc/22606/task/22611/stat : 22611 (java) S 22604 22606 13713 0 -1 4202560 1 0 0 0 0 0 0 0 18 0 14 0 15905198 1565503488 7174 1992294400 134512640 134550932 4287689504 18446744073709551615 4294960144 0 0 0 16800975 18446604436671180864 0 0 -1 0 0 0 0
[pid=22606/tid=22612] ppid=22604 vsize=1528812 CPUtime=0
/proc/22606/task/22612/stat : 22612 (java) S 22604 22606 13713 0 -1 4202560 11 0 0 0 0 0 0 0 23 0 14 0 15905198 1565503488 7174 1992294400 134512640 134550932 4287689504 18446744073709551615 4294960144 0 4 0 16800975 18446604436671180864 0 0 -1 0 0 0 0
[pid=22606/tid=22613] ppid=22604 vsize=1528812 CPUtime=0
/proc/22606/task/22613/stat : 22613 (java) S 22604 22606 13713 0 -1 4202560 4 0 0 0 0 0 0 0 24 0 14 0 15905198 1565503488 7174 1992294400 134512640 134550932 4287689504 18446744073709551615 4294960144 0 4 0 16800975 18446604436671180864 0 0 -1 0 0 0 0
[pid=22606/tid=22614] ppid=22604 vsize=1528812 CPUtime=0
/proc/22606/task/22614/stat : 22614 (java) S 22604 22606 13713 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 14 0 15905203 1565503488 7174 1992294400 134512640 134550932 4287689504 18446744073709551615 4294960144 0 4 0 16800975 18446604436671180864 0 0 -1 0 0 0 0
[pid=22606/tid=22615] ppid=22604 vsize=1528812 CPUtime=0.29
/proc/22606/task/22615/stat : 22615 (java) S 22604 22606 13713 0 -1 4202560 482 0 0 0 29 0 0 0 25 0 14 0 15905203 1565503488 7174 1992294400 134512640 134550932 4287689504 18446744073709551615 4294960144 0 4 0 16800975 18446604436671180864 0 0 -1 0 0 0 0
[pid=22606/tid=22616] ppid=22604 vsize=1528812 CPUtime=0.24
/proc/22606/task/22616/stat : 22616 (java) S 22604 22606 13713 0 -1 4202560 666 0 0 0 24 0 0 0 25 0 14 0 15905203 1565503488 7174 1992294400 134512640 134550932 4287689504 18446744073709551615 4294960144 0 4 0 16800975 18446604436671180864 0 0 -1 0 0 0 0
[pid=22606/tid=22617] ppid=22604 vsize=1528812 CPUtime=0
/proc/22606/task/22617/stat : 22617 (java) S 22604 22606 13713 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 14 0 15905203 1565503488 7174 1992294400 134512640 134550932 4287689504 18446744073709551615 4294960144 0 4 0 16800975 18446604436671180864 0 0 -1 0 0 0 0
[pid=22606/tid=22618] ppid=22604 vsize=1528812 CPUtime=0
/proc/22606/task/22618/stat : 22618 (java) S 22604 22606 13713 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 14 0 15905203 1565503488 7174 1992294400 134512640 134550932 4287689504 18446744073709551615 4294960144 0 4 0 16800975 18446604436671180864 0 0 -1 1 0 0 0
[pid=22606/tid=22621] ppid=22604 vsize=1528812 CPUtime=0
/proc/22606/task/22621/stat : 22621 (java) S 22604 22606 13713 0 -1 4202560 4 0 0 0 0 0 0 0 21 0 14 0 15905266 1565503488 7174 1992294400 134512640 134550932 4287689504 18446744073709551615 4294960144 0 4 0 16800975 18446604436671180864 0 0 -1 0 0 0 0
[pid=22606/tid=22622] ppid=22604 vsize=1528812 CPUtime=0
/proc/22606/task/22622/stat : 22622 (java) S 22604 22606 13713 0 -1 4202560 0 0 0 0 0 0 0 0 22 0 14 0 15905271 1565503488 7174 1992294400 134512640 134550932 4287689504 18446744073709551615 4294960144 0 4 0 16800975 18446604436671180864 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 1.31
Current children cumulated vsize (KiB) 1528812

[startup+3.10115 s]
/proc/loadavg: 1.00 1.00 1.00 6/122 22624
/proc/meminfo: memFree=1730640/2059040 swapFree=4136464/4192956
[pid=22606] ppid=22604 vsize=1530428 CPUtime=2.78
/proc/22606/stat : 22606 (java) S 22604 22606 13713 0 -1 4202496 10383 0 1 0 272 6 0 0 18 0 14 0 15905193 1567158272 9309 1992294400 134512640 134550932 4287689504 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/22606/statm: 382607 9309 1432 10 0 379910 0
[pid=22606/tid=22608] ppid=22604 vsize=1530428 CPUtime=0.68
/proc/22606/task/22608/stat : 22608 (java) S 22604 22606 13713 0 -1 4202560 5425 0 1 0 65 3 0 0 18 0 14 0 15905195 1567158272 9309 1992294400 134512640 134550932 4287689504 18446744073709551615 4294960144 0 4 0 16800975 18446604436671180864 0 0 -1 1 0 0 0
[pid=22606/tid=22609] ppid=22604 vsize=1530428 CPUtime=0
/proc/22606/task/22609/stat : 22609 (java) S 22604 22606 13713 0 -1 4202560 4 0 0 0 0 0 0 0 20 0 14 0 15905196 1567158272 9309 1992294400 134512640 134550932 4287689504 18446744073709551615 4294960144 0 4 0 16800975 18446604436671180864 0 0 -1 0 0 0 0
[pid=22606/tid=22610] ppid=22604 vsize=1530428 CPUtime=0
/proc/22606/task/22610/stat : 22610 (java) S 22604 22606 13713 0 -1 4202560 1 0 0 0 0 0 0 0 21 0 14 0 15905196 1567158272 9309 1992294400 134512640 134550932 4287689504 18446744073709551615 4294960144 0 4 0 16800975 18446604436671180864 0 0 -1 0 0 0 0
[pid=22606/tid=22611] ppid=22604 vsize=1530428 CPUtime=0
/proc/22606/task/22611/stat : 22611 (java) S 22604 22606 13713 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 14 0 15905198 1567158272 9309 1992294400 134512640 134550932 4287689504 18446744073709551615 4294960144 0 0 0 16800975 18446604436671180864 0 0 -1 0 0 0 0
[pid=22606/tid=22612] ppid=22604 vsize=1530428 CPUtime=0
/proc/22606/task/22612/stat : 22612 (java) S 22604 22606 13713 0 -1 4202560 11 0 0 0 0 0 0 0 23 0 14 0 15905198 1567158272 9309 1992294400 134512640 134550932 4287689504 18446744073709551615 4294960144 0 4 0 16800975 18446604436671180864 0 0 -1 0 0 0 0
[pid=22606/tid=22613] ppid=22604 vsize=1530428 CPUtime=0
/proc/22606/task/22613/stat : 22613 (java) S 22604 22606 13713 0 -1 4202560 4 0 0 0 0 0 0 0 24 0 14 0 15905198 1567158272 9309 1992294400 134512640 134550932 4287689504 18446744073709551615 4294960144 0 4 0 16800975 18446604436671180864 0 0 -1 0 0 0 0
[pid=22606/tid=22614] ppid=22604 vsize=1530428 CPUtime=0
/proc/22606/task/22614/stat : 22614 (java) S 22604 22606 13713 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 14 0 15905203 1567158272 9309 1992294400 134512640 134550932 4287689504 18446744073709551615 4294960144 0 4 0 16800975 18446604436671180864 0 0 -1 0 0 0 0
[pid=22606/tid=22615] ppid=22604 vsize=1530428 CPUtime=0.76
/proc/22606/task/22615/stat : 22615 (java) S 22604 22606 13713 0 -1 4202560 794 0 0 0 76 0 0 0 15 0 14 0 15905203 1567158272 9309 1992294400 134512640 134550932 4287689504 18446744073709551615 4294960144 0 4 0 16800975 18446604436671180864 0 0 -1 1 0 0 0
[pid=22606/tid=22616] ppid=22604 vsize=1530428 CPUtime=0.75
/proc/22606/task/22616/stat : 22616 (java) S 22604 22606 13713 0 -1 4202560 1134 0 0 0 75 0 0 0 15 0 14 0 15905203 1567158272 9309 1992294400 134512640 134550932 4287689504 18446744073709551615 4294960144 0 4 0 16800975 18446604436671180864 0 0 -1 0 0 0 0
[pid=22606/tid=22617] ppid=22604 vsize=1530428 CPUtime=0
/proc/22606/task/22617/stat : 22617 (java) S 22604 22606 13713 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 14 0 15905203 1567158272 9309 1992294400 134512640 134550932 4287689504 18446744073709551615 4294960144 0 4 0 16800975 18446604436671180864 0 0 -1 0 0 0 0
[pid=22606/tid=22618] ppid=22604 vsize=1530428 CPUtime=0
/proc/22606/task/22618/stat : 22618 (java) S 22604 22606 13713 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 14 0 15905203 1567158272 9309 1992294400 134512640 134550932 4287689504 18446744073709551615 4294960144 0 4 0 16800975 18446604436671180864 0 0 -1 1 0 0 0
[pid=22606/tid=22621] ppid=22604 vsize=1530428 CPUtime=0
/proc/22606/task/22621/stat : 22621 (java) S 22604 22606 13713 0 -1 4202560 4 0 0 0 0 0 0 0 21 0 14 0 15905266 1567158272 9309 1992294400 134512640 134550932 4287689504 18446744073709551615 4294960144 0 4 0 16800975 18446604436671180864 0 0 -1 0 0 0 0
[pid=22606/tid=22622] ppid=22604 vsize=1530428 CPUtime=0
/proc/22606/task/22622/stat : 22622 (java) S 22604 22606 13713 0 -1 4202560 0 0 0 0 0 0 0 0 22 0 14 0 15905271 1567158272 9309 1992294400 134512640 134550932 4287689504 18446744073709551615 4294960144 0 4 0 16800975 18446604436671180864 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 2.78
Current children cumulated vsize (KiB) 1530428

[startup+6.30208 s]
/proc/loadavg: 0.92 0.98 0.99 3/122 22630
/proc/meminfo: memFree=1676080/2059040 swapFree=4136464/4192956
[pid=22606] ppid=22604 vsize=1533588 CPUtime=6.06
/proc/22606/stat : 22606 (java) S 22604 22606 13713 0 -1 4202496 32914 0 1 0 589 17 0 0 18 0 14 0 15905193 1570394112 30689 1992294400 134512640 134550932 4287689504 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/22606/statm: 383397 30689 1447 10 0 380700 0
[pid=22606/tid=22608] ppid=22604 vsize=1533588 CPUtime=0.7
/proc/22606/task/22608/stat : 22608 (java) S 22604 22606 13713 0 -1 4202560 5599 0 1 0 66 4 0 0 18 0 14 0 15905195 1570394112 30689 1992294400 134512640 134550932 4287689504 18446744073709551615 4294960144 0 4 0 16800975 18446604436671180864 0 0 -1 0 0 0 0
[pid=22606/tid=22609] ppid=22604 vsize=1533588 CPUtime=0.01
/proc/22606/task/22609/stat : 22609 (java) S 22604 22606 13713 0 -1 4202560 535 0 0 0 1 0 0 0 18 0 14 0 15905196 1570394112 30689 1992294400 134512640 134550932 4287689504 18446744073709551615 4294960144 0 4 0 16800975 18446604436671180864 0 0 -1 1 0 0 0
[pid=22606/tid=22610] ppid=22604 vsize=1533588 CPUtime=0.01
/proc/22606/task/22610/stat : 22610 (java) S 22604 22606 13713 0 -1 4202560 794 0 0 0 1 0 0 0 18 0 14 0 15905196 1570394112 30689 1992294400 134512640 134550932 4287689504 18446744073709551615 4294960144 0 4 0 16800975 18446604436671180864 0 0 -1 1 0 0 0
[pid=22606/tid=22611] ppid=22604 vsize=1533588 CPUtime=0.03
/proc/22606/task/22611/stat : 22611 (java) S 22604 22606 13713 0 -1 4202560 1359 0 0 0 3 0 0 0 15 0 14 0 15905198 1570394112 30689 1992294400 134512640 134550932 4287689504 18446744073709551615 4294960144 0 0 0 16800975 18446604436671180864 0 0 -1 0 0 0 0
[pid=22606/tid=22612] ppid=22604 vsize=1533588 CPUtime=0
/proc/22606/task/22612/stat : 22612 (java) S 22604 22606 13713 0 -1 4202560 11 0 0 0 0 0 0 0 18 0 14 0 15905198 1570394112 30689 1992294400 134512640 134550932 4287689504 18446744073709551615 4294960144 0 4 0 16800975 18446604436671180864 0 0 -1 0 0 0 0
[pid=22606/tid=22613] ppid=22604 vsize=1533588 CPUtime=0
/proc/22606/task/22613/stat : 22613 (java) S 22604 22606 13713 0 -1 4202560 7 0 0 0 0 0 0 0 18 0 14 0 15905198 1570394112 30689 1992294400 134512640 134550932 4287689504 18446744073709551615 4294960144 0 4 0 16800975 18446604436671180864 0 0 -1 0 0 0 0
[pid=22606/tid=22614] ppid=22604 vsize=1533588 CPUtime=0
/proc/22606/task/22614/stat : 22614 (java) S 22604 22606 13713 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 14 0 15905203 1570394112 30689 1992294400 134512640 134550932 4287689504 18446744073709551615 4294960144 0 4 0 16800975 18446604436671180864 0 0 -1 0 0 0 0
[pid=22606/tid=22615] ppid=22604 vsize=1533588 CPUtime=1.34
/proc/22606/task/22615/stat : 22615 (java) S 22604 22606 13713 0 -1 4202560 1708 0 0 0 134 0 0 0 16 0 14 0 15905203 1570394112 30689 1992294400 134512640 134550932 4287689504 18446744073709551615 4294960144 0 4 0 16800975 18446604436671180864 0 0 -1 1 0 0 0
[pid=22606/tid=22616] ppid=22604 vsize=1533588 CPUtime=1.2
/proc/22606/task/22616/stat : 22616 (java) S 22604 22606 13713 0 -1 4202560 2158 0 0 0 119 1 0 0 15 0 14 0 15905203 1570394112 30689 1992294400 134512640 134550932 4287689504 18446744073709551615 4294960144 0 4 0 16800975 18446604436671180864 0 0 -1 0 0 0 0
[pid=22606/tid=22617] ppid=22604 vsize=1533588 CPUtime=0
/proc/22606/task/22617/stat : 22617 (java) S 22604 22606 13713 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 14 0 15905203 1570394112 30689 1992294400 134512640 134550932 4287689504 18446744073709551615 4294960144 0 4 0 16800975 18446604436671180864 0 0 -1 0 0 0 0
[pid=22606/tid=22618] ppid=22604 vsize=1533588 CPUtime=0
/proc/22606/task/22618/stat : 22618 (java) S 22604 22606 13713 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 14 0 15905203 1570394112 30689 1992294400 134512640 134550932 4287689504 18446744073709551615 4294960144 0 4 0 16800975 18446604436671180864 0 0 -1 1 0 0 0
[pid=22606/tid=22621] ppid=22604 vsize=1533588 CPUtime=0
/proc/22606/task/22621/stat : 22621 (java) S 22604 22606 13713 0 -1 4202560 4 0 0 0 0 0 0 0 21 0 14 0 15905266 1570394112 30689 1992294400 134512640 134550932 4287689504 18446744073709551615 4294960144 0 4 0 16800975 18446604436671180864 0 0 -1 0 0 0 0
[pid=22606/tid=22622] ppid=22604 vsize=1533588 CPUtime=0
/proc/22606/task/22622/stat : 22622 (java) S 22604 22606 13713 0 -1 4202560 0 0 0 0 0 0 0 0 22 0 14 0 15905271 1570394112 30689 1992294400 134512640 134550932 4287689504 18446744073709551615 4294960144 0 4 0 16800975 18446604436671180864 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 6.06
Current children cumulated vsize (KiB) 1533588

[startup+12.7012 s]
/proc/loadavg: 1.01 1.00 1.00 3/122 22634
/proc/meminfo: memFree=1581344/2059040 swapFree=4136464/4192956
[pid=22606] ppid=22604 vsize=1532528 CPUtime=15.3
/proc/22606/stat : 22606 (java) S 22604 22606 13713 0 -1 4202496 48568 0 1 0 1507 23 0 0 18 0 16 0 15905193 1569308672 45756 1992294400 134512640 134550932 4287689504 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/22606/statm: 383132 45756 1451 10 0 380435 0
[pid=22606/tid=22608] ppid=22604 vsize=1532528 CPUtime=0.7
/proc/22606/task/22608/stat : 22608 (java) S 22604 22606 13713 0 -1 4202560 5602 0 1 0 66 4 0 0 18 0 16 0 15905195 1569308672 45756 1992294400 134512640 134550932 4287689504 18446744073709551615 4294960144 0 4 0 16800975 18446604436671180864 0 0 -1 1 0 0 0
[pid=22606/tid=22609] ppid=22604 vsize=1532528 CPUtime=0.1
/proc/22606/task/22609/stat : 22609 (java) S 22604 22606 13713 0 -1 4202560 2792 0 0 0 9 1 0 0 16 0 16 0 15905196 1569308672 45756 1992294400 134512640 134550932 4287689504 18446744073709551615 4294960144 0 4 0 16800975 18446604436671180864 0 0 -1 0 0 0 0
[pid=22606/tid=22610] ppid=22604 vsize=1532528 CPUtime=0.11
/proc/22606/task/22610/stat : 22610 (java) S 22604 22606 13713 0 -1 4202560 3192 0 0 0 10 1 0 0 16 0 16 0 15905196 1569308672 45756 1992294400 134512640 134550932 4287689504 18446744073709551615 4294960144 0 4 0 16800975 18446604436671180864 0 0 -1 1 0 0 0
[pid=22606/tid=22611] ppid=22604 vsize=1532528 CPUtime=0.2
/proc/22606/task/22611/stat : 22611 (java) S 22604 22606 13713 0 -1 4202560 3020 0 0 0 20 0 0 0 15 0 16 0 15905198 1569308672 45756 1992294400 134512640 134550932 4287689504 18446744073709551615 4294960144 0 0 0 16800975 18446604436671180864 0 0 -1 0 0 0 0
[pid=22606/tid=22612] ppid=22604 vsize=1532528 CPUtime=0
/proc/22606/task/22612/stat : 22612 (java) S 22604 22606 13713 0 -1 4202560 11 0 0 0 0 0 0 0 18 0 16 0 15905198 1569308672 45756 1992294400 134512640 134550932 4287689504 18446744073709551615 4294960144 0 4 0 16800975 18446604436671180864 0 0 -1 0 0 0 0
[pid=22606/tid=22613] ppid=22604 vsize=1532528 CPUtime=0
/proc/22606/task/22613/stat : 22613 (java) S 22604 22606 13713 0 -1 4202560 7 0 0 0 0 0 0 0 18 0 16 0 15905198 1569308672 45756 1992294400 134512640 134550932 4287689504 18446744073709551615 4294960144 0 4 0 16800975 18446604436671180864 0 0 -1 0 0 0 0
[pid=22606/tid=22614] ppid=22604 vsize=1532528 CPUtime=0
/proc/22606/task/22614/stat : 22614 (java) S 22604 22606 13713 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 16 0 15905203 1569308672 45756 1992294400 134512640 134550932 4287689504 18446744073709551615 4294960144 0 4 0 16800975 18446604436671180864 0 0 -1 0 0 0 0
[pid=22606/tid=22615] ppid=22604 vsize=1532528 CPUtime=1.69
/proc/22606/task/22615/stat : 22615 (java) S 22604 22606 13713 0 -1 4202560 2014 0 0 0 169 0 0 0 15 0 16 0 15905203 1569308672 45756 1992294400 134512640 134550932 4287689504 18446744073709551615 4294960144 0 4 0 16800975 18446604436671180864 0 0 -1 1 0 0 0
[pid=22606/tid=22616] ppid=22604 vsize=1532528 CPUtime=1.42
/proc/22606/task/22616/stat : 22616 (java) S 22604 22606 13713 0 -1 4202560 2447 0 0 0 141 1 0 0 16 0 16 0 15905203 1569308672 45756 1992294400 134512640 134550932 4287689504 18446744073709551615 4294960144 0 4 0 16800975 18446604436671180864 0 0 -1 0 0 0 0
[pid=22606/tid=22617] ppid=22604 vsize=1532528 CPUtime=0
/proc/22606/task/22617/stat : 22617 (java) S 22604 22606 13713 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 16 0 15905203 1569308672 45756 1992294400 134512640 134550932 4287689504 18446744073709551615 4294960144 0 4 0 16800975 18446604436671180864 0 0 -1 0 0 0 0
[pid=22606/tid=22618] ppid=22604 vsize=1532528 CPUtime=0
/proc/22606/task/22618/stat : 22618 (java) S 22604 22606 13713 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 16 0 15905203 1569308672 45756 1992294400 134512640 134550932 4287689504 18446744073709551615 4294960144 0 4 0 16800975 18446604436671180864 0 0 -1 1 0 0 0
[pid=22606/tid=22621] ppid=22604 vsize=1532528 CPUtime=0
/proc/22606/task/22621/stat : 22621 (java) S 22604 22606 13713 0 -1 4202560 4 0 0 0 0 0 0 0 21 0 16 0 15905266 1569308672 45756 1992294400 134512640 134550932 4287689504 18446744073709551615 4294960144 0 4 0 16800975 18446604436671180864 0 0 -1 0 0 0 0
[pid=22606/tid=22622] ppid=22604 vsize=1532528 CPUtime=0
/proc/22606/task/22622/stat : 22622 (java) S 22604 22606 13713 0 -1 4202560 0 0 0 0 0 0 0 0 22 0 16 0 15905271 1569308672 45756 1992294400 134512640 134550932 4287689504 18446744073709551615 4294960144 0 4 0 16800975 18446604436671180864 0 0 -1 1 0 0 0
[pid=22606/tid=22633] ppid=22604 vsize=1532528 CPUtime=2.35
/proc/22606/task/22633/stat : 22633 (java) R 22604 22606 13713 0 -1 4202560 25 0 0 0 235 0 0 0 25 0 16 0 15906187 1569308672 45756 1992294400 134512640 134550932 4287689504 18446744073709551615 4109741952 0 4 0 16800975 0 0 0 -1 0 0 0 0
[pid=22606/tid=22634] ppid=22604 vsize=1532528 CPUtime=2.39
/proc/22606/task/22634/stat : 22634 (java) R 22604 22606 13713 0 -1 4202560 1887 0 0 0 239 0 0 0 25 0 16 0 15906187 1569308672 45756 1992294400 134512640 134550932 4287689504 18446744073709551615 4109833900 0 4 0 16800975 0 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 15.3
Current children cumulated vsize (KiB) 1532528

[startup+25.5013 s]

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

/proc/22606/task/22669/stat : 22669 (java) R 22604 22606 13713 0 -1 4202560 61 0 0 0 10539 0 0 0 19 0 16 0 15983086 1575636992 122964 1992294400 134512640 134550932 4287689504 18446744073709551615 4109335312 0 4 0 16800975 0 0 0 -1 0 0 0 0
[pid=22606/tid=22670] ppid=22604 vsize=1538708 CPUtime=105.16
/proc/22606/task/22670/stat : 22670 (java) R 22604 22606 13713 0 -1 4202560 19 0 0 0 10515 1 0 0 19 0 16 0 15983087 1575636992 122964 1992294400 134512640 134550932 4287689504 18446744073709551615 4109871667 0 4 0 16800975 0 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 1622.73
Current children cumulated vsize (KiB) 1538708

[startup+1002.3 s]
/proc/loadavg: 2.08 2.62 2.19 2/122 22676
/proc/meminfo: memFree=1258076/2059040 swapFree=4136464/4192956
[pid=22606] ppid=22604 vsize=1538708 CPUtime=1721.41
/proc/22606/stat : 22606 (java) S 22604 22606 13713 0 -1 4202496 142360 0 1 0 171969 172 0 0 18 0 16 0 15905193 1575636992 125466 1992294400 134512640 134550932 4287689504 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/22606/statm: 384677 125466 1451 10 0 381980 0
[pid=22606/tid=22608] ppid=22604 vsize=1538708 CPUtime=0.75
/proc/22606/task/22608/stat : 22608 (java) S 22604 22606 13713 0 -1 4202560 5672 0 1 0 71 4 0 0 15 0 16 0 15905195 1575636992 125466 1992294400 134512640 134550932 4287689504 18446744073709551615 4294960144 0 4 0 16800975 18446604436671180864 0 0 -1 1 0 0 0
[pid=22606/tid=22609] ppid=22604 vsize=1538708 CPUtime=13.93
/proc/22606/task/22609/stat : 22609 (java) S 22604 22606 13713 0 -1 4202560 40898 0 0 0 1335 58 0 0 16 0 16 0 15905196 1575636992 125466 1992294400 134512640 134550932 4287689504 18446744073709551615 4294960144 0 4 0 16800975 18446604436671180864 0 0 -1 0 0 0 0
[pid=22606/tid=22610] ppid=22604 vsize=1538708 CPUtime=13.93
/proc/22606/task/22610/stat : 22610 (java) S 22604 22606 13713 0 -1 4202560 41278 0 0 0 1337 56 0 0 15 0 16 0 15905196 1575636992 125466 1992294400 134512640 134550932 4287689504 18446744073709551615 4294960144 0 4 0 16800975 18446604436671180864 0 0 -1 1 0 0 0
[pid=22606/tid=22611] ppid=22604 vsize=1538708 CPUtime=250.96
/proc/22606/task/22611/stat : 22611 (java) R 22604 22606 13713 0 -1 4202560 17261 0 0 0 25079 17 0 0 16 0 16 0 15905198 1575636992 125466 1992294400 134512640 134550932 4287689504 18446744073709551615 105696692 0 0 0 16800975 0 0 0 -1 1 0 0 0
[pid=22606/tid=22612] ppid=22604 vsize=1538708 CPUtime=0
/proc/22606/task/22612/stat : 22612 (java) S 22604 22606 13713 0 -1 4202560 11 0 0 0 0 0 0 0 18 0 16 0 15905198 1575636992 125466 1992294400 134512640 134550932 4287689504 18446744073709551615 4294960144 0 4 0 16800975 18446604436671180864 0 0 -1 0 0 0 0
[pid=22606/tid=22613] ppid=22604 vsize=1538708 CPUtime=0
/proc/22606/task/22613/stat : 22613 (java) S 22604 22606 13713 0 -1 4202560 7 0 0 0 0 0 0 0 18 0 16 0 15905198 1575636992 125466 1992294400 134512640 134550932 4287689504 18446744073709551615 4294960144 0 4 0 16800975 18446604436671180864 0 0 -1 0 0 0 0
[pid=22606/tid=22614] ppid=22604 vsize=1538708 CPUtime=0
/proc/22606/task/22614/stat : 22614 (java) S 22604 22606 13713 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 16 0 15905203 1575636992 125466 1992294400 134512640 134550932 4287689504 18446744073709551615 4294960144 0 4 0 16800975 18446604436671180864 0 0 -1 0 0 0 0
[pid=22606/tid=22615] ppid=22604 vsize=1538708 CPUtime=1.99
/proc/22606/task/22615/stat : 22615 (java) S 22604 22606 13713 0 -1 4202560 2727 0 0 0 198 1 0 0 16 0 16 0 15905203 1575636992 125466 1992294400 134512640 134550932 4287689504 18446744073709551615 4294960144 0 4 0 16800975 18446604436671180864 0 0 -1 1 0 0 0
[pid=22606/tid=22616] ppid=22604 vsize=1538708 CPUtime=2.19
/proc/22606/task/22616/stat : 22616 (java) S 22604 22606 13713 0 -1 4202560 4362 0 0 0 217 2 0 0 16 0 16 0 15905203 1575636992 125466 1992294400 134512640 134550932 4287689504 18446744073709551615 4294960144 0 4 0 16800975 18446604436671180864 0 0 -1 0 0 0 0
[pid=22606/tid=22617] ppid=22604 vsize=1538708 CPUtime=0
/proc/22606/task/22617/stat : 22617 (java) S 22604 22606 13713 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 16 0 15905203 1575636992 125466 1992294400 134512640 134550932 4287689504 18446744073709551615 4294960144 0 4 0 16800975 18446604436671180864 0 0 -1 0 0 0 0
[pid=22606/tid=22618] ppid=22604 vsize=1538708 CPUtime=0
/proc/22606/task/22618/stat : 22618 (java) S 22604 22606 13713 0 -1 4202560 58 0 0 0 0 0 0 0 15 0 16 0 15905203 1575636992 125466 1992294400 134512640 134550932 4287689504 18446744073709551615 4294960144 0 4 0 16800975 18446604436671180864 0 0 -1 0 0 0 0
[pid=22606/tid=22621] ppid=22604 vsize=1538708 CPUtime=0
/proc/22606/task/22621/stat : 22621 (java) S 22604 22606 13713 0 -1 4202560 4 0 0 0 0 0 0 0 21 0 16 0 15905266 1575636992 125466 1992294400 134512640 134550932 4287689504 18446744073709551615 4294960144 0 4 0 16800975 18446604436671180864 0 0 -1 0 0 0 0
[pid=22606/tid=22622] ppid=22604 vsize=1538708 CPUtime=0
/proc/22606/task/22622/stat : 22622 (java) S 22604 22606 13713 0 -1 4202560 0 0 0 0 0 0 0 0 22 0 16 0 15905271 1575636992 125466 1992294400 134512640 134550932 4287689504 18446744073709551615 4294960144 0 4 0 16800975 18446604436671180864 0 0 -1 1 0 0 0
[pid=22606/tid=22669] ppid=22604 vsize=1538708 CPUtime=144.13
/proc/22606/task/22669/stat : 22669 (java) S 22604 22606 13713 0 -1 4202560 86 0 0 0 14413 0 0 0 20 0 16 0 15983086 1575636992 125466 1992294400 134512640 134550932 4287689504 18446744073709551615 4294960144 0 4 0 16800975 18446604436671180864 0 0 -1 0 0 0 0
[pid=22606/tid=22670] ppid=22604 vsize=1538708 CPUtime=143.6
/proc/22606/task/22670/stat : 22670 (java) S 22604 22606 13713 0 -1 4202560 21 0 0 0 14358 2 0 0 20 0 16 0 15983087 1575636992 125466 1992294400 134512640 134550932 4287689504 18446744073709551615 4294960144 0 4 0 16800975 18446604436671180864 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 1721.41
Current children cumulated vsize (KiB) 1538708



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1050 s]
/proc/loadavg: 2.22 2.57 2.19 3/122 22676
/proc/meminfo: memFree=1247412/2059040 swapFree=4136464/4192956
[pid=22606] ppid=22604 vsize=1538708 CPUtime=1800.11
/proc/22606/stat : 22606 (java) S 22604 22606 13713 0 -1 4202496 145423 0 1 0 179834 177 0 0 18 0 16 0 15905193 1575636992 128109 1992294400 134512640 134550932 4287689504 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/22606/statm: 384677 128109 1451 10 0 381980 0
[pid=22606/tid=22608] ppid=22604 vsize=1538708 CPUtime=0.75
/proc/22606/task/22608/stat : 22608 (java) S 22604 22606 13713 0 -1 4202560 5674 0 1 0 71 4 0 0 15 0 16 0 15905195 1575636992 128109 1992294400 134512640 134550932 4287689504 18446744073709551615 4294960144 0 4 0 16800975 18446604436671180864 0 0 -1 0 0 0 0
[pid=22606/tid=22609] ppid=22604 vsize=1538708 CPUtime=14.4
/proc/22606/task/22609/stat : 22609 (java) S 22604 22606 13713 0 -1 4202560 42007 0 0 0 1381 59 0 0 15 0 16 0 15905196 1575636992 128109 1992294400 134512640 134550932 4287689504 18446744073709551615 4294960144 0 4 0 16800975 18446604436671180864 0 0 -1 1 0 0 0
[pid=22606/tid=22610] ppid=22604 vsize=1538708 CPUtime=14.4
/proc/22606/task/22610/stat : 22610 (java) S 22604 22606 13713 0 -1 4202560 42804 0 0 0 1382 58 0 0 16 0 16 0 15905196 1575636992 128109 1992294400 134512640 134550932 4287689504 18446744073709551615 4294960144 0 4 0 16800975 18446604436671180864 0 0 -1 1 0 0 0
[pid=22606/tid=22611] ppid=22604 vsize=1538708 CPUtime=267.18
/proc/22606/task/22611/stat : 22611 (java) S 22604 22606 13713 0 -1 4202560 17665 0 0 0 26700 18 0 0 15 0 16 0 15905198 1575636992 128109 1992294400 134512640 134550932 4287689504 18446744073709551615 4294960144 0 0 0 16800975 18446604436671180864 0 0 -1 0 0 0 0
[pid=22606/tid=22612] ppid=22604 vsize=1538708 CPUtime=0
/proc/22606/task/22612/stat : 22612 (java) S 22604 22606 13713 0 -1 4202560 11 0 0 0 0 0 0 0 18 0 16 0 15905198 1575636992 128109 1992294400 134512640 134550932 4287689504 18446744073709551615 4294960144 0 4 0 16800975 18446604436671180864 0 0 -1 0 0 0 0
[pid=22606/tid=22613] ppid=22604 vsize=1538708 CPUtime=0
/proc/22606/task/22613/stat : 22613 (java) S 22604 22606 13713 0 -1 4202560 7 0 0 0 0 0 0 0 18 0 16 0 15905198 1575636992 128109 1992294400 134512640 134550932 4287689504 18446744073709551615 4294960144 0 4 0 16800975 18446604436671180864 0 0 -1 0 0 0 0
[pid=22606/tid=22614] ppid=22604 vsize=1538708 CPUtime=0
/proc/22606/task/22614/stat : 22614 (java) S 22604 22606 13713 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 16 0 15905203 1575636992 128109 1992294400 134512640 134550932 4287689504 18446744073709551615 4294960144 0 4 0 16800975 18446604436671180864 0 0 -1 0 0 0 0
[pid=22606/tid=22615] ppid=22604 vsize=1538708 CPUtime=1.99
/proc/22606/task/22615/stat : 22615 (java) S 22604 22606 13713 0 -1 4202560 2727 0 0 0 198 1 0 0 16 0 16 0 15905203 1575636992 128109 1992294400 134512640 134550932 4287689504 18446744073709551615 4294960144 0 4 0 16800975 18446604436671180864 0 0 -1 1 0 0 0
[pid=22606/tid=22616] ppid=22604 vsize=1538708 CPUtime=2.19
/proc/22606/task/22616/stat : 22616 (java) S 22604 22606 13713 0 -1 4202560 4362 0 0 0 217 2 0 0 16 0 16 0 15905203 1575636992 128109 1992294400 134512640 134550932 4287689504 18446744073709551615 4294960144 0 4 0 16800975 18446604436671180864 0 0 -1 0 0 0 0
[pid=22606/tid=22617] ppid=22604 vsize=1538708 CPUtime=0
/proc/22606/task/22617/stat : 22617 (java) S 22604 22606 13713 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 16 0 15905203 1575636992 128109 1992294400 134512640 134550932 4287689504 18446744073709551615 4294960144 0 4 0 16800975 18446604436671180864 0 0 -1 0 0 0 0
[pid=22606/tid=22618] ppid=22604 vsize=1538708 CPUtime=0
/proc/22606/task/22618/stat : 22618 (java) S 22604 22606 13713 0 -1 4202560 60 0 0 0 0 0 0 0 15 0 16 0 15905203 1575636992 128109 1992294400 134512640 134550932 4287689504 18446744073709551615 4294960144 0 4 0 16800975 18446604436671180864 0 0 -1 1 0 0 0
[pid=22606/tid=22621] ppid=22604 vsize=1538708 CPUtime=0
/proc/22606/task/22621/stat : 22621 (java) S 22604 22606 13713 0 -1 4202560 4 0 0 0 0 0 0 0 21 0 16 0 15905266 1575636992 128109 1992294400 134512640 134550932 4287689504 18446744073709551615 4294960144 0 4 0 16800975 18446604436671180864 0 0 -1 0 0 0 0
[pid=22606/tid=22622] ppid=22604 vsize=1538708 CPUtime=0
/proc/22606/task/22622/stat : 22622 (java) S 22604 22606 13713 0 -1 4202560 0 0 0 0 0 0 0 0 22 0 16 0 15905271 1575636992 128109 1992294400 134512640 134550932 4287689504 18446744073709551615 4294960144 0 4 0 16800975 18446604436671180864 0 0 -1 1 0 0 0
[pid=22606/tid=22669] ppid=22604 vsize=1538708 CPUtime=175.08
/proc/22606/task/22669/stat : 22669 (java) R 22604 22606 13713 0 -1 4202560 102 0 0 0 17507 1 0 0 19 0 16 0 15983086 1575636992 128109 1992294400 134512640 134550932 4287689504 18446744073709551615 4109729109 0 4 0 16800975 0 0 0 -1 0 0 0 0
[pid=22606/tid=22670] ppid=22604 vsize=1538708 CPUtime=174.19
/proc/22606/task/22670/stat : 22670 (java) R 22604 22606 13713 0 -1 4202560 25 0 0 0 17417 2 0 0 19 0 16 0 15983087 1575636992 128109 1992294400 134512640 134550932 4287689504 18446744073709551615 4109871824 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) 1538708

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

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

[startup+1050.12 s]
/proc/loadavg: 2.22 2.57 2.19 3/122 22676
/proc/meminfo: memFree=1247412/2059040 swapFree=4136464/4192956
[pid=22606] ppid=22604 vsize=1539356 CPUtime=1800.32
/proc/22606/stat : 22606 (java) S 22604 22606 13713 0 -1 4202496 145439 0 1 0 179855 177 0 0 18 0 18 0 15905193 1576300544 128125 1992294400 134512640 134550932 4287689504 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/22606/statm: 384839 128125 1451 10 0 382142 0
[pid=22606/tid=22608] ppid=22604 vsize=1539356 CPUtime=0.75
/proc/22606/task/22608/stat : 22608 (java) S 22604 22606 13713 0 -1 4202560 5674 0 1 0 71 4 0 0 15 0 18 0 15905195 1576300544 128125 1992294400 134512640 134550932 4287689504 18446744073709551615 4294960144 0 4 0 16800975 18446604436671180864 0 0 -1 0 0 0 0
[pid=22606/tid=22609] ppid=22604 vsize=1539356 CPUtime=14.4
/proc/22606/task/22609/stat : 22609 (java) S 22604 22606 13713 0 -1 4202560 42007 0 0 0 1381 59 0 0 15 0 18 0 15905196 1576300544 128125 1992294400 134512640 134550932 4287689504 18446744073709551615 4294960144 0 4 0 16800975 18446604436671180864 0 0 -1 1 0 0 0
[pid=22606/tid=22610] ppid=22604 vsize=1539356 CPUtime=14.4
/proc/22606/task/22610/stat : 22610 (java) S 22604 22606 13713 0 -1 4202560 42804 0 0 0 1382 58 0 0 16 0 18 0 15905196 1576300544 128125 1992294400 134512640 134550932 4287689504 18446744073709551615 4294960144 0 4 0 16800975 18446604436671180864 0 0 -1 1 0 0 0
[pid=22606/tid=22611] ppid=22604 vsize=1539356 CPUtime=267.18
/proc/22606/task/22611/stat : 22611 (java) S 22604 22606 13713 0 -1 4202560 17665 0 0 0 26700 18 0 0 15 0 18 0 15905198 1576300544 128125 1992294400 134512640 134550932 4287689504 18446744073709551615 4294960144 0 0 0 16800975 18446604436671180864 0 0 -1 0 0 0 0
[pid=22606/tid=22612] ppid=22604 vsize=1539356 CPUtime=0
/proc/22606/task/22612/stat : 22612 (java) S 22604 22606 13713 0 -1 4202560 11 0 0 0 0 0 0 0 18 0 18 0 15905198 1576300544 128125 1992294400 134512640 134550932 4287689504 18446744073709551615 4294960144 0 4 0 16800975 18446604436671180864 0 0 -1 0 0 0 0
[pid=22606/tid=22613] ppid=22604 vsize=1539356 CPUtime=0
/proc/22606/task/22613/stat : 22613 (java) S 22604 22606 13713 0 -1 4202560 7 0 0 0 0 0 0 0 18 0 18 0 15905198 1576300544 128125 1992294400 134512640 134550932 4287689504 18446744073709551615 4294960144 0 4 0 16800975 18446604436671180864 0 0 -1 0 0 0 0
[pid=22606/tid=22614] ppid=22604 vsize=1539356 CPUtime=0
/proc/22606/task/22614/stat : 22614 (java) S 22604 22606 13713 0 -1 4202560 5 0 0 0 0 0 0 0 18 0 18 0 15905203 1576300544 128125 1992294400 134512640 134550932 4287689504 18446744073709551615 4294960144 0 4 0 16800975 18446604436671180864 0 0 -1 0 0 0 0
[pid=22606/tid=22615] ppid=22604 vsize=1539356 CPUtime=1.99
/proc/22606/task/22615/stat : 22615 (java) S 22604 22606 13713 0 -1 4202560 2727 0 0 0 198 1 0 0 16 0 18 0 15905203 1576300544 128125 1992294400 134512640 134550932 4287689504 18446744073709551615 4294960144 0 4 0 16800975 18446604436671180864 0 0 -1 1 0 0 0
[pid=22606/tid=22616] ppid=22604 vsize=1539356 CPUtime=2.19
/proc/22606/task/22616/stat : 22616 (java) S 22604 22606 13713 0 -1 4202560 4362 0 0 0 217 2 0 0 16 0 18 0 15905203 1576300544 128125 1992294400 134512640 134550932 4287689504 18446744073709551615 4294960144 0 4 0 16800975 18446604436671180864 0 0 -1 0 0 0 0
[pid=22606/tid=22617] ppid=22604 vsize=1539356 CPUtime=0
/proc/22606/task/22617/stat : 22617 (java) S 22604 22606 13713 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 18 0 15905203 1576300544 128125 1992294400 134512640 134550932 4287689504 18446744073709551615 4294960144 0 4 0 16800975 18446604436671180864 0 0 -1 0 0 0 0
[pid=22606/tid=22618] ppid=22604 vsize=1539356 CPUtime=0
/proc/22606/task/22618/stat : 22618 (java) S 22604 22606 13713 0 -1 4202560 60 0 0 0 0 0 0 0 15 0 18 0 15905203 1576300544 128125 1992294400 134512640 134550932 4287689504 18446744073709551615 4294960144 0 4 0 16800975 18446604436671180864 0 0 -1 1 0 0 0
[pid=22606/tid=22621] ppid=22604 vsize=1539356 CPUtime=0
/proc/22606/task/22621/stat : 22621 (java) S 22604 22606 13713 0 -1 4202560 4 0 0 0 0 0 0 0 21 0 18 0 15905266 1576300544 128125 1992294400 134512640 134550932 4287689504 18446744073709551615 4294960144 0 4 0 16800975 18446604436671180864 0 0 -1 0 0 0 0
[pid=22606/tid=22622] ppid=22604 vsize=1539356 CPUtime=0
/proc/22606/task/22622/stat : 22622 (java) S 22604 22606 13713 0 -1 4202560 0 0 0 0 0 0 0 0 22 0 18 0 15905271 1576300544 128125 1992294400 134512640 134550932 4287689504 18446744073709551615 4294960144 0 4 0 16800975 18446604436671180864 0 0 -1 1 0 0 0
[pid=22606/tid=22669] ppid=22604 vsize=1539356 CPUtime=175.18
/proc/22606/task/22669/stat : 22669 (java) R 22604 22606 13713 0 -1 4202560 102 0 0 0 17517 1 0 0 20 0 18 0 15983086 1576300544 128125 1992294400 134512640 134550932 4287689504 18446744073709551615 4109678025 0 4 0 16800975 0 0 0 -1 0 0 0 0
[pid=22606/tid=22670] ppid=22604 vsize=1539356 CPUtime=174.29
/proc/22606/task/22670/stat : 22670 (java) R 22604 22606 13713 0 -1 4202560 25 0 0 0 17427 2 0 0 19 0 18 0 15983087 1576300544 128125 1992294400 134512640 134550932 4287689504 18446744073709551615 4109871683 0 4 0 16800975 0 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 1800.32
Current children cumulated vsize (KiB) 1539356

[startup+1050.2 s]
/proc/loadavg: 2.22 2.57 2.19 3/122 22676
/proc/meminfo: memFree=1247412/2059040 swapFree=4136464/4192956
[pid=22606] ppid=22604 vsize=1539356 CPUtime=1800.49
/proc/22606/stat : 22606 (java) S 22604 22606 13713 0 -1 4202496 145439 0 1 0 179872 177 0 0 18 0 18 0 15905193 1576300544 128125 1992294400 134512640 134550932 4287689504 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/22606/statm: 384839 128125 1451 10 0 382142 0
[pid=22606/tid=22608] ppid=22604 vsize=1539356 CPUtime=0.75
/proc/22606/task/22608/stat : 22608 (java) S 22604 22606 13713 0 -1 4202560 5674 0 1 0 71 4 0 0 15 0 18 0 15905195 1576300544 128125 1992294400 134512640 134550932 4287689504 18446744073709551615 4294960144 0 4 0 16800975 18446604436671180864 0 0 -1 0 0 0 0
[pid=22606/tid=22609] ppid=22604 vsize=1539356 CPUtime=14.4
/proc/22606/task/22609/stat : 22609 (java) S 22604 22606 13713 0 -1 4202560 42007 0 0 0 1381 59 0 0 15 0 18 0 15905196 1576300544 128125 1992294400 134512640 134550932 4287689504 18446744073709551615 4294960144 0 4 0 16800975 18446604436671180864 0 0 -1 1 0 0 0
[pid=22606/tid=22610] ppid=22604 vsize=1539356 CPUtime=14.4
/proc/22606/task/22610/stat : 22610 (java) S 22604 22606 13713 0 -1 4202560 42804 0 0 0 1382 58 0 0 16 0 18 0 15905196 1576300544 128125 1992294400 134512640 134550932 4287689504 18446744073709551615 4294960144 0 4 0 16800975 18446604436671180864 0 0 -1 1 0 0 0
[pid=22606/tid=22611] ppid=22604 vsize=1539356 CPUtime=267.18
/proc/22606/task/22611/stat : 22611 (java) S 22604 22606 13713 0 -1 4202560 17665 0 0 0 26700 18 0 0 15 0 18 0 15905198 1576300544 128125 1992294400 134512640 134550932 4287689504 18446744073709551615 4294960144 0 0 0 16800975 18446604436671180864 0 0 -1 0 0 0 0
[pid=22606/tid=22612] ppid=22604 vsize=1539356 CPUtime=0
/proc/22606/task/22612/stat : 22612 (java) S 22604 22606 13713 0 -1 4202560 11 0 0 0 0 0 0 0 18 0 18 0 15905198 1576300544 128125 1992294400 134512640 134550932 4287689504 18446744073709551615 4294960144 0 4 0 16800975 18446604436671180864 0 0 -1 0 0 0 0
[pid=22606/tid=22613] ppid=22604 vsize=1539356 CPUtime=0
/proc/22606/task/22613/stat : 22613 (java) S 22604 22606 13713 0 -1 4202560 7 0 0 0 0 0 0 0 18 0 18 0 15905198 1576300544 128125 1992294400 134512640 134550932 4287689504 18446744073709551615 4294960144 0 4 0 16800975 18446604436671180864 0 0 -1 0 0 0 0
[pid=22606/tid=22614] ppid=22604 vsize=1539356 CPUtime=0
/proc/22606/task/22614/stat : 22614 (java) S 22604 22606 13713 0 -1 4202560 5 0 0 0 0 0 0 0 18 0 18 0 15905203 1576300544 128125 1992294400 134512640 134550932 4287689504 18446744073709551615 4294960144 0 4 0 16800975 18446604436671180864 0 0 -1 0 0 0 0
[pid=22606/tid=22615] ppid=22604 vsize=1539356 CPUtime=1.99
/proc/22606/task/22615/stat : 22615 (java) S 22604 22606 13713 0 -1 4202560 2727 0 0 0 198 1 0 0 16 0 18 0 15905203 1576300544 128125 1992294400 134512640 134550932 4287689504 18446744073709551615 4294960144 0 4 0 16800975 18446604436671180864 0 0 -1 1 0 0 0
[pid=22606/tid=22616] ppid=22604 vsize=1539356 CPUtime=2.19
/proc/22606/task/22616/stat : 22616 (java) S 22604 22606 13713 0 -1 4202560 4362 0 0 0 217 2 0 0 16 0 18 0 15905203 1576300544 128125 1992294400 134512640 134550932 4287689504 18446744073709551615 4294960144 0 4 0 16800975 18446604436671180864 0 0 -1 0 0 0 0
[pid=22606/tid=22617] ppid=22604 vsize=1539356 CPUtime=0
/proc/22606/task/22617/stat : 22617 (java) S 22604 22606 13713 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 18 0 15905203 1576300544 128125 1992294400 134512640 134550932 4287689504 18446744073709551615 4294960144 0 4 0 16800975 18446604436671180864 0 0 -1 0 0 0 0
[pid=22606/tid=22618] ppid=22604 vsize=1539356 CPUtime=0
/proc/22606/task/22618/stat : 22618 (java) S 22604 22606 13713 0 -1 4202560 60 0 0 0 0 0 0 0 15 0 18 0 15905203 1576300544 128125 1992294400 134512640 134550932 4287689504 18446744073709551615 4294960144 0 4 0 16800975 18446604436671180864 0 0 -1 1 0 0 0
[pid=22606/tid=22621] ppid=22604 vsize=1539356 CPUtime=0
/proc/22606/task/22621/stat : 22621 (java) S 22604 22606 13713 0 -1 4202560 4 0 0 0 0 0 0 0 21 0 18 0 15905266 1576300544 128125 1992294400 134512640 134550932 4287689504 18446744073709551615 4294960144 0 4 0 16800975 18446604436671180864 0 0 -1 0 0 0 0
[pid=22606/tid=22622] ppid=22604 vsize=1539356 CPUtime=0
/proc/22606/task/22622/stat : 22622 (java) S 22604 22606 13713 0 -1 4202560 0 0 0 0 0 0 0 0 22 0 18 0 15905271 1576300544 128125 1992294400 134512640 134550932 4287689504 18446744073709551615 4294960144 0 4 0 16800975 18446604436671180864 0 0 -1 1 0 0 0
[pid=22606/tid=22669] ppid=22604 vsize=1539356 CPUtime=175.26
/proc/22606/task/22669/stat : 22669 (java) R 22604 22606 13713 0 -1 4202560 102 0 0 0 17525 1 0 0 20 0 18 0 15983086 1576300544 128125 1992294400 134512640 134550932 4287689504 18446744073709551615 4109728727 0 4 0 16800975 0 0 0 -1 0 0 0 0
[pid=22606/tid=22670] ppid=22604 vsize=1539356 CPUtime=174.38
/proc/22606/task/22670/stat : 22670 (java) R 22604 22606 13713 0 -1 4202560 25 0 0 0 17436 2 0 0 20 0 18 0 15983087 1576300544 128125 1992294400 134512640 134550932 4287689504 18446744073709551615 4109871667 0 4 0 16800975 0 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 1800.49
Current children cumulated vsize (KiB) 1539356

Child status: 143
Real time (s): 1050.29
CPU time (s): 1800.63
CPU user time (s): 1798.8
CPU system time (s): 1.82872
CPU usage (%): 171.44
Max. virtual memory (cumulated for all children) (KiB): 1539444

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

runsolver used 4.22436 second user time and 10.6874 second system time

The end

Launcher Data

Begin job on node001 at 2010-06-13 06:23:32
IDJOB=2662480
IDBENCH=2018
IDSOLVER=1166
FILE ID=node001/2662480-1276403012
PBS_JOBID= 11173265
Free space on /tmp= 62392 MiB

SOLVER NAME= SAT4J PB RES // CP 2.2.0 2010-05-31
BENCH NAME= PB06//final/normalized-PB06/OPT-SMALLINT/submitted-PB05/manquinho/synthesis-ptl-cmos-circuits/normalized-C432.opb
COMMAND LINE= java6 -server -Xms1350m -Xmx1350m -jar HOME/sat4j-multicore.jar BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-2662480-1276403012/watcher-2662480-1276403012 -o /tmp/evaluation-result-2662480-1276403012/solver-2662480-1276403012 -C 1800 -W 2000 -M 1800  java6 -server -Xms1350m -Xmx1350m -jar HOME/sat4j-multicore.jar HOME/instance-2662480-1276403012.opb

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

MD5SUM BENCH= a8708c855e8ec8c2a31771025318bb9b
RANDOM SEED=915754572

node001.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.202
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.40
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.202
cache size	: 2048 KB
physical id	: 3
siblings	: 1
core id		: 0
cpu cores	: 1
apicid		: 6
fpu		: yes
fpu_exception	: yes
cpuid level	: 5
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx lm constant_tsc pni monitor ds_cpl cid cx16 xtpr
bogomips	: 5599.46
clflush size	: 64
cache_alignment	: 128
address sizes	: 36 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:      2059040 kB
MemFree:       1758876 kB
Buffers:         67628 kB
Cached:         147784 kB
SwapCached:      16988 kB
Active:         127424 kB
Inactive:       108012 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2059040 kB
LowFree:       1758876 kB
SwapTotal:     4192956 kB
SwapFree:      4136464 kB
Dirty:             368 kB
Writeback:           0 kB
AnonPages:       11020 kB
Mapped:           9264 kB
Slab:            42980 kB
PageTables:       4100 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:   5222476 kB
Committed_AS:   180840 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= 62392 MiB
End job on node001 at 2010-06-13 06:41:04