Trace number 2662105

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)18 1801.08 977.267

General information on the benchmark

Namenormalized-PB07/OPT-SMALLINT-LIN/submittedPB07/
aksoy/area_opers/normalized-fir02_area_opers.opb
MD5SUM918383404e7b51b9b3205c84ccd5b510
Bench CategoryOPT-SMALLINT-LIN (optimisation, small integers, linear constraints)
Best result obtained on this benchmarkOPT
Best value of the objective obtained on this benchmark18
Best CPU time to get the best result obtained on this benchmark0.193969
Has Objective FunctionYES
SatisfiableYES
(Un)Satisfiability was provedYES
Best value of the objective function 18
Optimality of the best value was proved YES
Number of variables1464
Total number of constraints2689
Number of constraints which are clauses2689
Number of constraints which are cardinality constraints (but not clauses)0
Number of constraints which are nor clauses,nor cardinality constraints0
Minimum length of a constraint1
Maximum length of a constraint31
Number of terms in the objective function 759
Biggest coefficient in the objective function 1
Number of bits for the biggest coefficient in the objective function 1
Sum of the numbers in the objective function 759
Number of bits of the sum of numbers in the objective function 10
Biggest number in a constraint 2
Number of bits of the biggest number in a constraint 2
Biggest sum of numbers in a constraint 759
Number of bits of the biggest sum of numbers10
Number of products (including duplicates)0
Sum of products size (including duplicates)0
Number of different products0
Sum of products size0

Quality of the solution as a function of time


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

Solver Data

0.08/0.14	c SAT4J: a SATisfiability library for Java (c) 2004-2010 Daniel Le Berre
0.08/0.14	c This is free software under the dual EPL/GNU LGPL licenses.
0.08/0.14	c See www.sat4j.org for details.
0.08/0.15	c version 2.2.0.v20100531
0.08/0.15	c java.runtime.name	Java(TM) SE Runtime Environment
0.08/0.15	c java.vm.name		Java HotSpot(TM) Server VM
0.08/0.15	c java.vm.version	11.2-b01
0.08/0.15	c java.vm.vendor	Sun Microsystems Inc.
0.08/0.15	c sun.arch.data.model	32
0.08/0.15	c java.version		1.6.0_12
0.08/0.15	c os.name		Linux
0.08/0.15	c os.version		2.6.18-164.el5
0.08/0.15	c os.arch		i386
0.08/0.15	c Free memory 		1393557488
0.08/0.15	c Max memory 		1395916800
0.08/0.15	c Total memory 		1395916800
0.08/0.15	c Number of processors 	2
0.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-2662105-1276644788.opb
0.25/0.21	c reading problem ... 
0.95/0.68	c ... done. Wall clock time 0.465s.
0.95/0.68	c #vars     1464
0.95/0.68	c #constraints  2689
0.95/0.68	c constraints type 
0.95/0.68	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 712
0.95/0.68	c org.sat4j.minisat.constraints.cnf.OriginalBinaryClause => 1974
0.95/0.68	c constraints type 
0.95/0.68	c org.sat4j.pb.constraints.pb.OriginalBinaryClausePB => 1974
0.95/0.68	c org.sat4j.pb.constraints.pb.OriginalHTClausePB => 712
1.14/0.79	c And the winner is Resolution
1.33/1.70	c SATISFIABLE
1.33/1.70	c OPTIMIZING...
1.33/1.70	c Got one! Elapsed wall clock time (in seconds):1.483
1.33/1.70	o 26
1.35/1.79	c And the winner is Resolution
1.83/2.72	c Got one! Elapsed wall clock time (in seconds):2.501
1.83/2.72	o 25
2.59/3.10	c And the winner is Resolution
2.72/3.74	c Got one! Elapsed wall clock time (in seconds):3.523
2.72/3.74	o 23
3.26/4.03	c And the winner is Resolution
3.31/4.84	c Got one! Elapsed wall clock time (in seconds):4.629
3.31/4.84	o 22
3.41/4.94	c And the winner is Resolution
3.52/5.87	c Got one! Elapsed wall clock time (in seconds):5.651
3.52/5.87	o 21
3.99/6.12	c And the winner is Resolution
4.09/6.91	c Got one! Elapsed wall clock time (in seconds):6.7
4.09/6.91	o 20
5.66/7.79	c cleaning 2499 clauses out of 5001 with flag 5001/5001
8.79/9.39	c cleaning 4241 clauses out of 8501 with flag 11000/11000
12.35/11.12	c cleaning 5625 clauses out of 11260 with flag 18000/18000
16.83/13.43	c cleaning 6815 clauses out of 13635 with flag 26000/26000
21.73/15.97	c cleaning 7899 clauses out of 15822 with flag 35002/35002
26.65/18.43	c cleaning 8953 clauses out of 17922 with flag 45001/45001
31.56/20.98	c cleaning 9481 clauses out of 18969 with flag 55001/55001
36.44/23.44	c cleaning 9737 clauses out of 19487 with flag 65000/65000
42.33/26.42	c cleaning 9869 clauses out of 19750 with flag 75000/75000
47.60/29.19	c cleaning 9936 clauses out of 19881 with flag 85000/85000
53.29/32.03	c cleaning 9966 clauses out of 19945 with flag 95000/95000
58.16/34.53	c cleaning 9982 clauses out of 19979 with flag 105000/105000
62.61/36.82	c cleaning 9993 clauses out of 19997 with flag 115000/115000
68.08/39.62	c cleaning 9988 clauses out of 20004 with flag 125000/125000
68.20/39.73	c And the winner is Resolution
68.31/40.13	c Got one! Elapsed wall clock time (in seconds):39.915
68.31/40.13	o 19
73.21/42.61	c cleaning 9999 clauses out of 20016 with flag 135000/135000
78.09/45.19	c cleaning 9999 clauses out of 20017 with flag 145000/145000
82.91/47.69	c cleaning 9997 clauses out of 20020 with flag 155002/155002
89.17/50.80	c cleaning 9983 clauses out of 20021 with flag 165000/165000
94.81/53.76	c cleaning 10013 clauses out of 20038 with flag 175000/175000
100.46/56.66	c cleaning 10001 clauses out of 20026 with flag 185001/185001
105.28/59.19	c cleaning 10005 clauses out of 20024 with flag 195000/195000
110.92/62.05	c cleaning 9993 clauses out of 20019 with flag 205000/205000
116.37/64.86	c cleaning 9991 clauses out of 20027 with flag 215001/215001
122.01/67.71	c cleaning 10002 clauses out of 20035 with flag 225000/225000
127.43/70.55	c cleaning 10010 clauses out of 20034 with flag 235001/235001
133.46/73.62	c cleaning 10005 clauses out of 20023 with flag 245000/245000
139.70/76.81	c cleaning 10004 clauses out of 20019 with flag 255001/255001
145.53/79.83	c cleaning 10004 clauses out of 20014 with flag 265000/265000
150.35/82.35	c cleaning 9996 clauses out of 20010 with flag 275000/275000
156.18/85.30	c cleaning 9991 clauses out of 20014 with flag 285000/285000
161.43/88.01	c cleaning 10006 clauses out of 20024 with flag 295001/295001
166.67/90.77	c cleaning 9987 clauses out of 20017 with flag 305000/305000
172.46/93.74	c cleaning 10007 clauses out of 20032 with flag 315002/315002
177.50/96.34	c cleaning 10001 clauses out of 20023 with flag 325000/325000
182.54/98.91	c cleaning 10003 clauses out of 20022 with flag 335000/335000
187.55/101.53	c cleaning 10004 clauses out of 20019 with flag 345000/345000
192.33/104.02	c cleaning 9999 clauses out of 20015 with flag 355000/355000
197.15/106.54	c cleaning 9998 clauses out of 20016 with flag 365000/365000
201.38/108.79	c cleaning 10001 clauses out of 20019 with flag 375001/375001
205.81/111.09	c cleaning 10000 clauses out of 20017 with flag 385000/385000
210.99/113.75	c cleaning 9994 clauses out of 20017 with flag 395000/395000
215.98/116.37	c cleaning 10006 clauses out of 20024 with flag 405001/405001
221.18/119.09	c cleaning 10002 clauses out of 20017 with flag 415000/415000
226.58/121.87	c cleaning 9999 clauses out of 20016 with flag 425001/425001
232.31/124.86	c cleaning 10000 clauses out of 20018 with flag 435002/435002
238.10/127.85	c cleaning 10000 clauses out of 20016 with flag 445000/445000
243.29/130.58	c cleaning 10002 clauses out of 20017 with flag 455001/455001
248.09/133.07	c cleaning 9998 clauses out of 20014 with flag 465000/465000
253.05/135.62	c cleaning 10001 clauses out of 20017 with flag 475001/475001
258.23/138.38	c cleaning 9999 clauses out of 20015 with flag 485000/485000
264.60/141.67	c cleaning 9998 clauses out of 20016 with flag 495000/495000
270.96/144.91	c cleaning 9995 clauses out of 20019 with flag 505001/505001
276.66/147.95	c cleaning 9996 clauses out of 20023 with flag 515000/515000
282.24/150.89	c cleaning 10005 clauses out of 20027 with flag 525000/525000
287.97/153.87	c cleaning 10002 clauses out of 20022 with flag 535000/535000
294.53/157.22	c cleaning 10000 clauses out of 20020 with flag 545000/545000
300.23/160.30	c cleaning 10000 clauses out of 20020 with flag 555000/555000
305.96/163.21	c cleaning 9980 clauses out of 20020 with flag 565000/565000
311.32/166.01	c cleaning 10012 clauses out of 20041 with flag 575001/575001
316.87/168.95	c cleaning 9992 clauses out of 20028 with flag 585000/585000
322.53/171.93	c cleaning 10010 clauses out of 20036 with flag 595000/595000
327.89/174.78	c cleaning 10008 clauses out of 20027 with flag 605001/605001
333.41/177.64	c cleaning 9997 clauses out of 20018 with flag 615000/615000
338.96/180.54	c cleaning 10007 clauses out of 20021 with flag 625000/625000
344.19/183.37	c cleaning 10004 clauses out of 20015 with flag 635001/635001
349.51/186.14	c cleaning 9996 clauses out of 20010 with flag 645000/645000
355.43/189.24	c cleaning 10002 clauses out of 20016 with flag 655002/655002
361.33/192.39	c cleaning 9999 clauses out of 20013 with flag 665001/665001
367.56/195.63	c cleaning 10002 clauses out of 20013 with flag 675000/675000
373.45/198.77	c cleaning 9997 clauses out of 20011 with flag 685000/685000
379.55/201.96	c cleaning 9994 clauses out of 20014 with flag 695000/695000
385.64/205.13	c cleaning 9999 clauses out of 20020 with flag 705000/705000
391.64/208.35	c cleaning 10003 clauses out of 20021 with flag 715000/715000
397.53/211.44	c cleaning 9999 clauses out of 20018 with flag 725000/725000
403.24/214.44	c cleaning 10003 clauses out of 20021 with flag 735002/735002
408.73/217.33	c cleaning 9999 clauses out of 20016 with flag 745000/745000
414.31/220.31	c cleaning 9999 clauses out of 20017 with flag 755000/755000
419.81/223.25	c cleaning 9994 clauses out of 20018 with flag 765000/765000
425.30/226.15	c cleaning 10005 clauses out of 20025 with flag 775001/775001
430.99/229.11	c cleaning 10003 clauses out of 20020 with flag 785001/785001
437.78/232.79	c cleaning 10000 clauses out of 20016 with flag 795000/795000
444.66/236.39	c cleaning 10003 clauses out of 20017 with flag 805001/805001
450.95/239.69	c cleaning 9983 clauses out of 20013 with flag 815000/815000
457.66/243.12	c cleaning 10004 clauses out of 20030 with flag 825000/825000
464.04/246.53	c cleaning 10006 clauses out of 20026 with flag 835000/835000
470.32/249.89	c cleaning 9994 clauses out of 20020 with flag 845000/845000
476.60/253.15	c cleaning 10006 clauses out of 20026 with flag 855000/855000
482.28/256.17	c cleaning 9995 clauses out of 20020 with flag 865000/865000
488.89/259.63	c cleaning 10005 clauses out of 20026 with flag 875001/875001
494.95/262.81	c cleaning 10010 clauses out of 20022 with flag 885002/885002
500.64/265.88	c cleaning 9997 clauses out of 20010 with flag 895000/895000
506.92/269.13	c cleaning 9999 clauses out of 20013 with flag 905000/905000
511.72/271.77	c cleaning 10001 clauses out of 20015 with flag 915001/915001
517.19/274.68	c cleaning 10002 clauses out of 20013 with flag 925000/925000
523.07/277.72	c cleaning 9996 clauses out of 20012 with flag 935001/935001
528.15/280.44	c cleaning 9999 clauses out of 20016 with flag 945001/945001
532.96/283.08	c cleaning 9998 clauses out of 20016 with flag 955000/955000
537.64/285.55	c cleaning 9996 clauses out of 20018 with flag 965000/965000
543.32/288.51	c cleaning 10003 clauses out of 20023 with flag 975001/975001
548.41/291.27	c And the winner is CuttingPlanes
548.55/291.85	c Got one! Elapsed wall clock time (in seconds):291.631
548.55/291.85	o 18
549.25/292.23	c cleaning 10003 clauses out of 20019 with flag 985000/985000
554.05/294.83	c cleaning 10000 clauses out of 20018 with flag 995002/995002
559.11/297.51	c cleaning 10004 clauses out of 20017 with flag 1005001/1005001
564.16/300.22	c cleaning 10003 clauses out of 20013 with flag 1015001/1015001
569.42/303.05	c cleaning 9996 clauses out of 20009 with flag 1025000/1025000
575.15/306.10	c cleaning 9988 clauses out of 20013 with flag 1035000/1035000
580.81/309.15	c cleaning 9991 clauses out of 20026 with flag 1045001/1045001
586.64/312.25	c cleaning 10009 clauses out of 20036 with flag 1055002/1055002
593.07/315.70	c cleaning 10000 clauses out of 20025 with flag 1065000/1065000
599.61/319.16	c cleaning 10004 clauses out of 20025 with flag 1075000/1075000
606.02/322.57	c cleaning 10005 clauses out of 20022 with flag 1085001/1085001
612.86/326.12	c cleaning 10001 clauses out of 20016 with flag 1095000/1095000
618.68/329.23	c cleaning 9994 clauses out of 20015 with flag 1105000/1105000
624.61/332.45	c cleaning 10001 clauses out of 20022 with flag 1115001/1115001
630.46/335.52	c cleaning 10000 clauses out of 20020 with flag 1125000/1125000
636.09/338.57	c cleaning 9992 clauses out of 20020 with flag 1135000/1135000
641.91/341.68	c cleaning 10009 clauses out of 20029 with flag 1145001/1145001
647.84/344.89	c cleaning 9998 clauses out of 20019 with flag 1155000/1155000
653.47/347.86	c cleaning 9999 clauses out of 20021 with flag 1165000/1165000
659.50/351.02	c cleaning 10007 clauses out of 20023 with flag 1175001/1175001
666.10/354.50	c cleaning 9994 clauses out of 20015 with flag 1185000/1185000
672.19/357.81	c cleaning 10007 clauses out of 20023 with flag 1195002/1195002
678.02/360.96	c cleaning 9998 clauses out of 20015 with flag 1205001/1205001
684.23/364.29	c cleaning 9992 clauses out of 20016 with flag 1215000/1215000
690.80/367.73	c cleaning 10005 clauses out of 20024 with flag 1225000/1225000
697.65/371.45	c cleaning 10002 clauses out of 20019 with flag 1235000/1235000
704.85/375.26	c cleaning 9989 clauses out of 20017 with flag 1245000/1245000
711.61/378.87	c cleaning 10007 clauses out of 20029 with flag 1255001/1255001
718.58/382.57	c cleaning 10003 clauses out of 20021 with flag 1265000/1265000
725.64/386.32	c cleaning 9993 clauses out of 20018 with flag 1275000/1275000
732.61/390.01	c cleaning 9998 clauses out of 20025 with flag 1285000/1285000
739.36/393.67	c cleaning 9991 clauses out of 20027 with flag 1295000/1295000
745.72/397.06	c cleaning 10003 clauses out of 20036 with flag 1305000/1305000
752.01/400.49	c cleaning 10007 clauses out of 20033 with flag 1315000/1315000
758.39/403.83	c cleaning 10008 clauses out of 20027 with flag 1325001/1325001
764.75/407.23	c cleaning 10002 clauses out of 20018 with flag 1335000/1335000
770.51/410.37	c cleaning 9992 clauses out of 20016 with flag 1345000/1345000
776.73/413.74	c cleaning 10009 clauses out of 20025 with flag 1355001/1355001
783.06/417.13	c cleaning 10000 clauses out of 20015 with flag 1365000/1365000
789.20/420.44	c cleaning 9997 clauses out of 20015 with flag 1375000/1375000
795.37/423.70	c cleaning 9994 clauses out of 20018 with flag 1385000/1385000
802.39/427.53	c cleaning 10005 clauses out of 20025 with flag 1395001/1395001
809.34/431.30	c cleaning 10005 clauses out of 20020 with flag 1405001/1405001
815.68/434.68	c cleaning 10005 clauses out of 20014 with flag 1415000/1415000
821.82/437.95	c cleaning 10000 clauses out of 20010 with flag 1425001/1425001
828.77/441.73	c cleaning 9997 clauses out of 20010 with flag 1435001/1435001
835.30/445.27	c cleaning 10001 clauses out of 20013 with flag 1445001/1445001
842.05/448.89	c cleaning 9996 clauses out of 20011 with flag 1455000/1455000
848.98/452.54	c cleaning 10000 clauses out of 20016 with flag 1465001/1465001
855.94/456.39	c cleaning 9986 clauses out of 20015 with flag 1475000/1475000
862.67/459.91	c cleaning 10007 clauses out of 20029 with flag 1485000/1485000
869.16/463.44	c cleaning 10004 clauses out of 20023 with flag 1495001/1495001
875.07/466.63	c cleaning 10005 clauses out of 20019 with flag 1505001/1505001
880.86/469.82	c cleaning 10004 clauses out of 20016 with flag 1515003/1515003
887.13/473.26	c cleaning 9999 clauses out of 20009 with flag 1525000/1525000
892.87/476.35	c cleaning 9999 clauses out of 20011 with flag 1535001/1535001
898.38/479.31	c cleaning 9997 clauses out of 20012 with flag 1545001/1545001
903.75/482.34	c cleaning 10001 clauses out of 20015 with flag 1555001/1555001
908.88/485.13	c cleaning 10002 clauses out of 20013 with flag 1565000/1565000
914.00/487.99	c cleaning 10000 clauses out of 20012 with flag 1575001/1575001
919.32/490.81	c cleaning 9998 clauses out of 20011 with flag 1585000/1585000
925.28/494.15	c cleaning 9995 clauses out of 20013 with flag 1595000/1595000
931.77/497.66	c cleaning 10001 clauses out of 20018 with flag 1605000/1605000
938.07/501.01	c cleaning 9993 clauses out of 20017 with flag 1615000/1615000
944.18/504.33	c cleaning 9986 clauses out of 20025 with flag 1625001/1625001
950.54/507.85	c cleaning 10007 clauses out of 20038 with flag 1635000/1635000
956.84/511.21	c cleaning 10011 clauses out of 20032 with flag 1645001/1645001
962.75/514.45	c cleaning 10001 clauses out of 20022 with flag 1655002/1655002
968.85/517.74	c cleaning 9997 clauses out of 20019 with flag 1665000/1665000
975.21/521.29	c cleaning 9996 clauses out of 20022 with flag 1675000/1675000
981.50/524.64	c cleaning 9996 clauses out of 20026 with flag 1685000/1685000
987.60/527.97	c cleaning 10003 clauses out of 20030 with flag 1695000/1695000
993.90/531.36	c cleaning 10001 clauses out of 20027 with flag 1705000/1705000
1001.02/535.21	c cleaning 9995 clauses out of 20026 with flag 1715000/1715000
1007.10/538.59	c cleaning 9998 clauses out of 20031 with flag 1725000/1725000
1013.58/542.03	c cleaning 10008 clauses out of 20035 with flag 1735002/1735002
1018.47/544.79	c cleaning 10010 clauses out of 20025 with flag 1745000/1745000
1024.00/547.81	c cleaning 9999 clauses out of 20015 with flag 1755000/1755000
1029.28/550.79	c cleaning 10002 clauses out of 20017 with flag 1765001/1765001
1034.77/553.79	c cleaning 10000 clauses out of 20014 with flag 1775000/1775000
1040.07/556.67	c cleaning 10000 clauses out of 20015 with flag 1785001/1785001
1045.58/559.71	c cleaning 9999 clauses out of 20015 with flag 1795001/1795001
1050.47/562.46	c cleaning 9995 clauses out of 20015 with flag 1805000/1805000
1055.55/565.27	c cleaning 10003 clauses out of 20020 with flag 1815000/1815000
1060.64/568.06	c cleaning 9998 clauses out of 20017 with flag 1825000/1825000
1065.98/571.04	c cleaning 10001 clauses out of 20019 with flag 1835000/1835000
1071.05/573.85	c cleaning 10003 clauses out of 20019 with flag 1845001/1845001
1076.70/576.93	c cleaning 9999 clauses out of 20015 with flag 1855000/1855000
1081.96/579.82	c cleaning 9998 clauses out of 20016 with flag 1865000/1865000
1087.67/583.01	c cleaning 9999 clauses out of 20018 with flag 1875000/1875000
1093.13/586.07	c cleaning 9996 clauses out of 20019 with flag 1885000/1885000
1099.00/589.24	c cleaning 10001 clauses out of 20023 with flag 1895000/1895000
1104.87/592.48	c cleaning 10003 clauses out of 20022 with flag 1905000/1905000
1111.17/595.90	c cleaning 9999 clauses out of 20020 with flag 1915001/1915001
1116.65/598.91	c cleaning 10003 clauses out of 20021 with flag 1925001/1925001
1122.10/601.94	c cleaning 10004 clauses out of 20017 with flag 1935000/1935000
1127.75/605.02	c cleaning 9989 clauses out of 20013 with flag 1945000/1945000
1133.85/608.48	c cleaning 9997 clauses out of 20024 with flag 1955000/1955000
1139.72/611.65	c cleaning 9999 clauses out of 20028 with flag 1965001/1965001
1145.76/614.93	c cleaning 10006 clauses out of 20029 with flag 1975001/1975001
1151.41/618.02	c cleaning 10000 clauses out of 20022 with flag 1985000/1985000
1156.70/621.05	c cleaning 9999 clauses out of 20022 with flag 1995000/1995000
1162.14/624.08	c cleaning 10008 clauses out of 20024 with flag 2005001/2005001
1167.97/627.22	c cleaning 9999 clauses out of 20016 with flag 2015001/2015001
1174.00/630.54	c cleaning 9999 clauses out of 20016 with flag 2025000/2025000
1180.63/634.23	c cleaning 10004 clauses out of 20017 with flag 2035000/2035000
1187.05/637.76	c cleaning 10002 clauses out of 20013 with flag 2045000/2045000
1193.49/641.22	c cleaning 10003 clauses out of 20011 with flag 2055000/2055000
1200.50/645.09	c cleaning 9998 clauses out of 20008 with flag 2065000/2065000
1207.33/648.85	c cleaning 9993 clauses out of 20010 with flag 2075000/2075000
1213.56/652.21	c cleaning 9998 clauses out of 20018 with flag 2085001/2085001
1219.19/655.31	c cleaning 10004 clauses out of 20019 with flag 2095000/2095000
1224.22/658.14	c cleaning 9999 clauses out of 20016 with flag 2105001/2105001
1229.46/661.18	c cleaning 10002 clauses out of 20019 with flag 2115003/2115003
1234.67/664.02	c cleaning 9998 clauses out of 20014 with flag 2125000/2125000
1239.69/666.87	c cleaning 10001 clauses out of 20017 with flag 2135001/2135001
1244.71/669.69	c cleaning 10003 clauses out of 20016 with flag 2145001/2145001
1250.14/672.79	c cleaning 9991 clauses out of 20012 with flag 2155000/2155000
1256.92/676.42	c cleaning 9998 clauses out of 20023 with flag 2165002/2165002
1263.91/680.22	c cleaning 9993 clauses out of 20023 with flag 2175000/2175000
1270.31/683.78	c cleaning 9995 clauses out of 20030 with flag 2185000/2185000
1277.34/687.64	c cleaning 10010 clauses out of 20035 with flag 2195000/2195000
1284.11/691.31	c cleaning 10002 clauses out of 20026 with flag 2205001/2205001
1290.70/694.93	c cleaning 10002 clauses out of 20024 with flag 2215001/2215001
1297.31/698.56	c cleaning 10001 clauses out of 20021 with flag 2225000/2225000
1304.28/702.44	c cleaning 9991 clauses out of 20020 with flag 2235000/2235000
1311.48/706.31	c cleaning 9999 clauses out of 20030 with flag 2245001/2245001
1318.24/710.03	c cleaning 10006 clauses out of 20030 with flag 2255000/2255000
1323.83/713.14	c cleaning 10006 clauses out of 20025 with flag 2265001/2265001
1330.00/716.60	c cleaning 10006 clauses out of 20020 with flag 2275002/2275002
1335.80/719.81	c cleaning 10001 clauses out of 20014 with flag 2285002/2285002
1341.39/722.97	c cleaning 9998 clauses out of 20012 with flag 2295001/2295001
1347.37/726.28	c cleaning 10002 clauses out of 20013 with flag 2305000/2305000
1353.75/729.89	c cleaning 9995 clauses out of 20011 with flag 2315000/2315000
1360.15/733.34	c cleaning 10001 clauses out of 20016 with flag 2325000/2325000
1365.93/736.59	c cleaning 9999 clauses out of 20015 with flag 2335000/2335000
1371.92/739.86	c cleaning 9999 clauses out of 20016 with flag 2345000/2345000
1378.11/743.34	c cleaning 10001 clauses out of 20019 with flag 2355002/2355002
1383.90/746.59	c cleaning 10000 clauses out of 20017 with flag 2365001/2365001
1390.08/749.96	c cleaning 10002 clauses out of 20016 with flag 2375000/2375000
1396.45/753.47	c cleaning 9997 clauses out of 20014 with flag 2385000/2385000
1402.45/756.89	c cleaning 9996 clauses out of 20017 with flag 2395000/2395000
1408.80/760.32	c cleaning 9996 clauses out of 20021 with flag 2405000/2405000
1415.36/763.97	c cleaning 10006 clauses out of 20025 with flag 2415000/2415000
1421.94/767.57	c cleaning 9987 clauses out of 20019 with flag 2425000/2425000
1428.89/771.48	c cleaning 10002 clauses out of 20032 with flag 2435000/2435000
1435.83/775.24	c cleaning 10001 clauses out of 20030 with flag 2445000/2445000
1442.98/779.12	c cleaning 9991 clauses out of 20029 with flag 2455000/2455000
1449.97/782.98	c cleaning 10013 clauses out of 20038 with flag 2465000/2465000
1456.89/786.85	c cleaning 10006 clauses out of 20025 with flag 2475000/2475000
1463.44/790.41	c cleaning 10001 clauses out of 20020 with flag 2485001/2485001
1470.00/794.05	c cleaning 10001 clauses out of 20018 with flag 2495000/2495000
1476.57/797.68	c cleaning 10003 clauses out of 20018 with flag 2505001/2505001
1483.89/801.78	c cleaning 10003 clauses out of 20014 with flag 2515000/2515000
1490.81/805.55	c cleaning 9990 clauses out of 20011 with flag 2525000/2525000
1497.72/809.39	c cleaning 10005 clauses out of 20022 with flag 2535001/2535001
1504.65/813.12	c cleaning 9999 clauses out of 20016 with flag 2545000/2545000
1511.38/816.96	c cleaning 10001 clauses out of 20018 with flag 2555001/2555001
1518.13/820.67	c cleaning 9991 clauses out of 20017 with flag 2565001/2565001
1524.66/824.22	c cleaning 10004 clauses out of 20025 with flag 2575000/2575000
1531.20/827.83	c cleaning 10003 clauses out of 20021 with flag 2585000/2585000
1538.15/831.78	c cleaning 9999 clauses out of 20019 with flag 2595001/2595001
1545.26/835.68	c cleaning 10005 clauses out of 20021 with flag 2605002/2605002
1552.36/839.51	c cleaning 9991 clauses out of 20014 with flag 2615000/2615000
1559.64/843.54	c cleaning 10002 clauses out of 20024 with flag 2625001/2625001
1567.11/847.71	c cleaning 9998 clauses out of 20023 with flag 2635002/2635002
1574.60/851.83	c cleaning 10001 clauses out of 20023 with flag 2645000/2645000
1582.10/855.96	c cleaning 10001 clauses out of 20022 with flag 2655000/2655000
1589.57/860.06	c cleaning 10002 clauses out of 20022 with flag 2665001/2665001
1597.43/864.44	c cleaning 10002 clauses out of 20019 with flag 2675000/2675000
1605.11/868.64	c cleaning 10001 clauses out of 20018 with flag 2685001/2685001
1612.00/872.43	c cleaning 9995 clauses out of 20016 with flag 2695000/2695000
1618.48/876.09	c cleaning 9997 clauses out of 20021 with flag 2705000/2705000
1625.16/879.87	c cleaning 10005 clauses out of 20025 with flag 2715001/2715001
1631.68/883.47	c cleaning 9998 clauses out of 20019 with flag 2725000/2725000
1639.16/887.50	c cleaning 10003 clauses out of 20021 with flag 2735000/2735000
1646.25/891.40	c cleaning 9996 clauses out of 20018 with flag 2745000/2745000
1653.88/895.79	c cleaning 9999 clauses out of 20022 with flag 2755000/2755000
1661.17/899.76	c cleaning 10002 clauses out of 20023 with flag 2765000/2765000
1669.26/904.11	c cleaning 10000 clauses out of 20021 with flag 2775000/2775000
1676.55/908.19	c cleaning 10007 clauses out of 20021 with flag 2785000/2785000
1684.99/912.82	c cleaning 9990 clauses out of 20014 with flag 2795000/2795000
1692.48/916.94	c cleaning 9998 clauses out of 20024 with flag 2805000/2805000
1699.96/921.08	c cleaning 9996 clauses out of 20026 with flag 2815000/2815000
1708.03/925.49	c cleaning 10006 clauses out of 20030 with flag 2825000/2825000
1716.28/930.01	c cleaning 9996 clauses out of 20024 with flag 2835000/2835000
1723.93/934.26	c cleaning 9996 clauses out of 20028 with flag 2845000/2845000
1732.16/938.72	c cleaning 10006 clauses out of 20033 with flag 2855001/2855001
1739.21/942.66	c cleaning 10002 clauses out of 20027 with flag 2865001/2865001
1747.21/947.18	c cleaning 10002 clauses out of 20024 with flag 2875000/2875000
1754.66/951.29	c cleaning 10000 clauses out of 20022 with flag 2885000/2885000
1762.53/955.57	c cleaning 9991 clauses out of 20022 with flag 2895000/2895000
1769.99/959.66	c cleaning 10001 clauses out of 20034 with flag 2905003/2905003
1777.03/963.69	c cleaning 10007 clauses out of 20030 with flag 2915000/2915000
1784.47/967.78	c cleaning 9992 clauses out of 20023 with flag 2925000/2925000
1792.08/971.97	c cleaning 10006 clauses out of 20031 with flag 2935000/2935000
1799.73/976.12	c cleaning 9998 clauses out of 20025 with flag 2945000/2945000
1800.66/977.08	c starts		: 21
1800.66/977.08	c conflicts		: 3779
1800.66/977.08	c decisions		: 104674
1800.66/977.08	c propagations		: 527884
1800.66/977.08	c inspects		: 49063341
1800.66/977.08	c learnt literals	: 0
1800.66/977.08	c learnt binary clauses	: 0
1800.66/977.08	c learnt ternary clauses	: 0
1800.66/977.08	c learnt clauses	: 3778
1800.66/977.08	c ignored clauses	: 0
1800.66/977.08	c root simplifications	: 0
1800.66/977.08	c removed literals (reason simplification)	: 0
1800.66/977.08	c reason swapping (by a shorter reason)	: 0
1800.66/977.08	c Calls to reduceDB	: 0
1800.66/977.08	c number of reductions to clauses (during analyze)	: 0
1800.66/977.08	c number of learned constraints concerned by reduction	: 0
1800.66/977.08	c number of learning phase by resolution	: 0
1800.66/977.08	c number of learning phase by cutting planes	: 0
1800.66/977.08	c speed (assignments/second)	: 770.3895262376736
1800.66/977.08	c non guided choices	0
1800.66/977.09	c learnt constraints type 
1800.66/977.09	c org.sat4j.pb.constraints.pb.MinWatchCardPB => 34
1800.66/977.09	c org.sat4j.pb.constraints.pb.MaxWatchPb => 3744
1800.66/977.09	c constraints type 
1800.66/977.09	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 712
1800.66/977.09	c org.sat4j.minisat.constraints.card.MinWatchCard => 1
1800.66/977.09	c org.sat4j.minisat.constraints.cnf.OriginalBinaryClause => 1974
1800.66/977.09	c constraints type 
1800.66/977.09	c org.sat4j.pb.constraints.pb.OriginalBinaryClausePB => 1974
1800.66/977.09	c org.sat4j.pb.constraints.pb.OriginalHTClausePB => 712
1800.66/977.09	c org.sat4j.pb.constraints.pb.MinWatchCardPB => 1
1800.66/977.09	s SATISFIABLE
1800.77/977.20	v -x1 -x2 -x3 -x4 -x5 -x6 -x7 -x8 -x9 -x10 -x11 -x12 -x13 -x14 -x15 -x16 -x17 -x18 -x19 -x20 -x21 -x22 -x23 -x24 -x25 -x26 -x27 -x28 -x29 -x30 -x31 -x32 -x33 -x34 -x35 -x36 -x37 -x38 -x39 -x40 -x41 -x42 -x43 -x44 -x45 -x46 -x47 -x48 -x49 -x50 -x51 -x52 -x53 -x54 -x55 -x56 -x57 -x58 -x59 -x60 -x61 -x62 -x63 -x64 -x65 -x66 -x67 -x68 -x69 -x70 -x71 -x72 -x73 -x74 -x75 -x76 -x77 -x78 x79 -x80 -x81 -x82 -x83 -x84 -x85 -x86 -x87 -x88 -x89 -x90 -x91 -x92 -x93 -x94 -x95 -x96 -x97 -x98 -x99 -x100 -x101 -x102 -x103 -x104 -x105 -x106 -x107 -x108 -x109 -x110 -x111 -x112 -x113 -x114 -x115 -x116 -x117 -x118 -x119 -x120 -x121 -x122 -x123 -x124 -x125 -x126 -x127 -x128 -x129 -x130 -x131 x132 -x133 -x134 -x135 -x136 -x137 -x138 -x139 -x140 -x141 -x142 -x143 -x144 -x145 -x146 -x147 -x148 -x149 -x150 -x151 -x152 -x153 -x154 -x155 -x156 -x157 -x158 -x159 -x160 -x161 -x162 -x163 -x164 -x165 -x166 -x167 -x168 -x169 -x170 -x171 -x172 -x173 -x174 -x175 -x176 -x177 -x178 -x179 -x180 -x181 -x182 -x183 -x184 -x185 -x186 -x187 -x188 -x189 -x190 -x191 -x192 -x193 -x194 -x195 -x196 -x197 -x198 -x199 -x200 -x201 -x202 -x203 -x204 -x205 -x206 -x207 -x208 -x209 -x210 -x211 -x212 -x213 -x214 -x215 -x216 -x217 -x218 -x219 -x220 -x221 -x222 -x223 -x224 -x225 -x226 -x227 -x228 -x229 -x230 -x231 -x232 -x233 -x234 -x235 -x236 -x237 -x238 -x239 -x240 -x241 -x242 -x243 -x244 -x245 -x246 -x247 -x248 -x249 -x250 -x251 -x252 -x253 -x254 -x255 -x256 -x257 -x258 -x259 -x260 -x261 -x262 -x263 -x264 -x265 -x266 -x267 -x268 -x269 -x270 -x271 -x272 -x273 -x274 -x275 -x276 -x277 -x278 -x279 -x280 -x281 -x282 -x283 -x284 -x285 -x286 -x287 -x288 -x289 -x290 -x291 -x292 -x293 -x294 -x295 -x296 -x297 -x298 -x299 -x300 -x301 -x302 -x303 -x304 -x305 -x306 -x307 -x308 -x309 -x310 -x311 -x312 -x313 -x314 -x315 -x316 -x317 x318 x319 -x320 -x321 -x322 -x323 -x324 -x325 -x326 -x327 -x328 -x329 -x330 -x331 -x332 -x333 -x334 -x335 -x336 -x337 -x338 -x339 -x340 -x341 -x342 -x343 -x344 -x345 -x346 -x347 -x348 -x349 -x350 -x351 -x352 -x353 -x354 -x355 -x356 -x357 -x358 -x359 -x360 -x361 -x362 -x363 -x364 -x365 -x366 -x367 -x368 -x369 -x370 -x371 -x372 -x373 -x374 -x375 -x376 -x377 -x378 -x379 -x380 -x381 -x382 -x383 -x384 -x385 -x386 -x387 -x388 -x389 -x390 -x391 -x392 -x393 -x394 -x395 -x396 -x397 -x398 -x399 -x400 -x401 -x402 -x403 -x404 -x405 -x406 -x407 -x408 -x409 -x410 -x411 -x412 -x413 -x414 -x415 -x416 -x417 -x418 -x419 -x420 -x421 -x422 -x423 -x424 -x425 -x426 -x427 -x428 -x429 -x430 -x431 -x432 -x433 -x434 -x435 -x436 -x437 -x438 -x439 -x440 -x441 -x442 -x443 -x444 -x445 -x446 -x447 -x448 -x449 -x450 -x451 -x452 -x453 -x454 -x455 -x456 -x457 -x458 -x459 -x460 -x461 -x462 -x463 -x464 -x465 -x466 -x467 -x468 -x469 -x470 -x471 -x472 -x473 -x474 -x475 -x476 -x477 -x478 -x479 -x480 -x481 -x482 -x483 -x484 -x485 -x486 -x487 -x488 -x489 -x490 -x491 -x492 -x493 -x494 -x495 -x496 -x497 -x498 -x499 -x500 -x501 -x502 -x503 -x504 -x505 -x506 -x507 -x508 -x509 -x510 -x511 -x512 -x513 -x514 -x515 -x516 -x517 -x518 -x519 -x520 -x521 -x522 -x523 -x524 -x525 -x526 -x527 -x528 -x529 -x530 -x531 -x532 -x533 -x534 -x535 -x536 -x537 -x538 -x539 -x540 -x541 -x542 -x543 -x544 -x545 -x546 x547 -x548 -x549 -x550 -x551 -x552 -x553 -x554 -x555 -x556 -x557 -x558 -x559 -x560 -x561 -x562 -x563 -x564 -x565 -x566 -x567 -x568 -x569 -x570 -x571 -x572 -x573 -x574 -x575 -x576 -x577 -x578 -x579 -x580 -x581 -x582 -x583 -x584 -x585 -x586 -x587 -x588 -x589 -x590 -x591 -x592 -x593 -x594 -x595 -x596 -x597 -x598 -x599 -x600 -x601 -x602 -x603 -x604 -x605 -x606 -x607 -x608 -x609 -x610 -x611 -x612 -x613 -x614 -x615 -x616 -x617 -x618 -x619 -x620 -x621 -x622 -x623 -x624 -x625 -x626 -x627 -x628 -x629 -x630 -x631 -x632 -x633 -x634 -x635 -x636 -x637 -x638 -x639 -x640 -x641 -x642 -x643 -x644 -x645 -x646 -x647 -x648 -x649 -x650 -x651 -x652 -x653 -x654 -x655 -x656 -x657 -x658 -x659 -x660 -x661 -x662 -x663 -x664 -x665 -x666 -x667 -x668 -x669 -x670 -x671 -x672 -x673 -x674 -x675 -x676 -x677 -x678 -x679 -x680 -x681 -x682 -x683 -x684 -x685 -x686 -x687 -x688 -x689 -x690 -x691 -x692 -x693 -x694 -x695 -x696 -x697 -x698 -x699 -x700 -x701 -x702 -x703 -x704 -x705 -x706 -x707 -x708 -x709 -x710 -x711 -x712 -x713 -x714 -x715 -x716 -x717 -x718 -x719 -x720 -x721 -x722 -x723 -x724 -x725 -x726 -x727 -x728 -x729 -x730 -x731 -x732 -x733 -x734 -x735 -x736 -x737 -x738 -x739 -x740 -x741 -x742 -x743 -x744 -x745 -x746 -x747 -x748 -x749 -x750 -x751 -x752 -x753 -x754 -x755 -x756 -x757 -x758 -x759 -x760 -x761 -x762 -x763 -x764 -x765 -x766 -x767 -x768 -x769 -x770 -x771 -x772 -x773 -x774 -x775 -x776 -x777 -x778 -x779 -x780 -x781 -x782 -x783 -x784 -x785 -x786 -x787 -x788 -x789 -x790 -x791 -x792 -x793 -x794 -x795 -x796 -x797 -x798 -x799 -x800 -x801 -x802 -x803 -x804 -x805 -x806 -x807 -x808 -x809 -x810 -x811 -x812 -x813 -x814 -x815 -x816 -x817 -x818 -x819 -x820 -x821 -x822 -x823 -x824 -x825 -x826 -x827 -x828 -x829 -x830 -x831 -x832 -x833 -x834 -x835 -x836 -x837 -x838 -x839 -x840 -x841 -x842 -x843 -x844 -x845 -x846 -x847 -x848 -x849 -x850 -x851 -x852 -x853 -x854 -x855 -x856 -x857 -x858 -x859 -x860 -x861 -x862 -x863 -x864 -x865 -x866 -x867 -x868 -x869 -x870 -x871 -x872 -x873 -x874 -x875 -x876 -x877 -x878 -x879 -x880 -x881 -x882 -x883 -x884 -x885 -x886 -x887 -x888 -x889 -x890 -x891 -x892 -x893 -x894 -x895 -x896 -x897 -x898 -x899 -x900 -x901 -x902 -x903 -x904 -x905 -x906 -x907 -x908 -x909 -x910 -x911 -x912 -x913 -x914 -x915 -x916 -x917 -x918 -x919 -x920 -x921 -x922 -x923 -x924 -x925 -x926 -x927 -x928 -x929 -x930 -x931 -x932 -x933 -x934 -x935 -x936 -x937 -x938 -x939 -x940 -x941 -x942 -x943 -x944 -x945 -x946 -x947 -x948 -x949 -x950 -x951 -x952 -x953 -x954 -x955 -x956 -x957 -x958 -x959 -x960 -x961 -x962 -x963 -x964 -x965 -x966 -x967 -x968 -x969 -x970 -x971 -x972 -x973 -x974 -x975 -x976 -x977 -x978 -x979 -x980 -x981 -x982 -x983 -x984 -x985 -x986 -x987 -x988 -x989 -x990 -x991 -x992 -x993 -x994 -x995 -x996 -x997 -x998 -x999 -x1000 -x1001 -x1002 -x1003 -x1004 -x1005 -x1006 -x1007 -x1008 -x1009 -x1010 -x1011 -x1012 -x1013 -x1014 -x1015 -x1016 -x1017 -x1018 -x1019 -x1020 -x1021 -x1022 -x1023 -x1024 -x1025 -x1026 -x1027 -x1028 -x1029 -x1030 -x1031 -x1032 -x1033 -x1034 -x1035 -x1036 -x1037 -x1038 -x1039 -x1040 -x1041 -x1042 -x1043 -x1044 -x1045 -x1046 -x1047 -x1048 -x1049 -x1050 -x1051 -x1052 -x1053 -x1054 -x1055 -x1056 -x1057 -x1058 -x1059 -x1060 -x1061 -x1062 -x1063 -x1064 -x1065 -x1066 -x1067 -x1068 -x1069 -x1070 -x1071 -x1072 -x1073 -x1074 -x1075 -x1076 -x1077 -x1078 -x1079 -x1080 -x1081 -x1082 -x1083 -x1084 -x1085 -x1086 -x1087 -x1088 -x1089 -x1090 -x1091 -x1092 -x1093 -x1094 -x1095 -x1096 -x1097 -x1098 -x1099 -x1100 -x1101 -x1102 -x1103 -x1104 -x1105 -x1106 -x1107 -x1108 -x1109 -x1110 -x1111 -x1112 -x1113 -x1114 -x1115 -x1116 -x1117 -x1118 -x1119 -x1120 -x1121 -x1122 -x1123 -x1124 -x1125 -x1126 -x1127 -x1128 -x1129 -x1130 -x1131 -x1132 -x1133 -x1134 -x1135 -x1136 -x1137 -x1138 -x1139 -x1140 -x1141 -x1142 -x1143 -x1144 -x1145 -x1146 -x1147 -x1148 -x1149 -x1150 -x1151 -x1152 -x1153 -x1154 -x1155 -x1156 -x1157 -x1158 -x1159 -x1160 -x1161 -x1162 -x1163 -x1164 -x1165 -x1166 -x1167 -x1168 -x1169 -x1170 -x1171 -x1172 -x1173 -x1174 -x1175 -x1176 -x1177 -x1178 -x1179 -x1180 -x1181 -x1182 -x1183 -x1184 -x1185 -x1186 -x1187 -x1188 -x1189 -x1190 -x1191 -x1192 -x1193 -x1194 -x1195 -x1196 -x1197 -x1198 -x1199 -x1200 -x1201 -x1202 -x1203 -x1204 -x1205 -x1206 -x1207 -x1208 -x1209 x1210 -x1211 -x1212 -x1213 -x1214 -x1215 -x1216 -x1217 -x1218 -x1219 -x1220 -x1221 -x1222 -x1223 -x1224 -x1225 -x1226 -x1227 -x1228 -x1229 -x1230 -x1231 -x1232 -x1233 -x1234 -x1235 -x1236 -x1237 -x1238 -x1239 -x1240 -x1241 -x1242 -x1243 -x1244 -x1245 -x1246 -x1247 -x1248 -x1249 -x1250 -x1251 -x1252 -x1253 -x1254 -x1255 -x1256 -x1257 -x1258 -x1259 -x1260 -x1261 -x1262 -x1263 -x1264 -x1265 -x1266 -x1267 -x1268 -x1269 -x1270 -x1271 -x1272 -x1273 -x1274 -x1275 -x1276 -x1277 -x1278 -x1279 -x1280 -x1281 -x1282 -x1283 -x1284 -x1285 -x1286 -x1287 -x1288 -x1289 -x1290 -x1291 -x1292 -x1293 -x1294 -x1295 -x1296 -x1297 -x1298 -x1299 -x1300 -x1301 -x1302 x1303 -x1304 -x1305 -x1306 -x1307 -x1308 -x1309 -x1310 -x1311 -x1312 -x1313 -x1314 -x1315 -x1316 -x1317 -x1318 -x1319 -x1320 -x1321 -x1322 -x1323 -x1324 -x1325 x1326 -x1327 -x1328 -x1329 -x1330 -x1331 -x1332 -x1333 -x1334 -x1335 -x1336 -x1337 -x1338 -x1339 -x1340 -x1341 -x1342 -x1343 -x1344 -x1345 -x1346 -x1347 -x1348 -x1349 -x1350 -x1351 -x1352 -x1353 -x1354 -x1355 -x1356 -x1357 -x1358 -x1359 -x1360 -x1361 -x1362 -x1363 -x1364 -x1365 -x1366 -x1367 -x1368 -x1369 -x1370 -x1371 -x1372 -x1373 -x1374 -x1375 -x1376 -x1377 -x1378 -x1379 -x1380 -x1381 -x1382 -x1383 -x1384 -x1385 x1386 -x1387 -x1388 -x1389 -x1390 -x1391 -x1392 -x1393 -x1394 -x1395 -x1396 -x1397 x1398 -x1399 -x1400 -x1401 -x1402 -x1403 -x1404 -x1405 -x1406 -x1407 -x1408 -x1409 -x1410 -x1411 x1412 -x1413 -x1414 -x1415 -x1416 -x1417 x1418 -x1419 -x1420 -x1421 -x1422 -x1423 -x1424 -x1425 -x1426 -x1427 -x1428 -x1429 -x1430 -x1431 -x1432 -x1433 -x1434 -x1435 -x1436 x1437 -x1438 -x1439 x1440 x1441 -x1442 -x1443 -x1444 -x1445 -x1446 -x1447 -x1448 -x1449 x1450 -x1451 -x1452 -x1453 -x1454 -x1455 -x1456 -x1457 -x1458 -x1459 x1460 x1461 -x1462 x1463 x1464 
1800.77/977.20	c objective function=18
1800.77/977.20	c Total wall clock time (in seconds): 976.981

Verifier Data

OK	18

Watcher Data

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

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-2662105-1276644788/watcher-2662105-1276644788 -o /tmp/evaluation-result-2662105-1276644788/solver-2662105-1276644788 -C 1800 -W 2000 -M 1800 java6 -server -Xms1350m -Xmx1350m -jar HOME/sat4j-multicore.jar HOME/instance-2662105-1276644788.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 12050
/proc/meminfo: memFree=1809116/2059040 swapFree=4141376/4192956
[pid=12050] ppid=12048 vsize=1752 CPUtime=0
/proc/12050/stat : 12050 (java6) R 12048 12050 10997 0 -1 4194304 165 0 0 0 0 0 0 0 19 0 1 0 5771175 1794048 81 1992294400 134512640 134550932 4293023360 18446744073709551615 12460038 0 0 4096 0 0 0 0 17 1 0 0 0
/proc/12050/statm: 425 71 53 10 0 30 0

[startup+0.107681 s]
/proc/loadavg: 1.00 1.00 1.00 3/106 12050
/proc/meminfo: memFree=1809116/2059040 swapFree=4141376/4192956
[pid=12050] ppid=12048 vsize=1524180 CPUtime=0.08
/proc/12050/stat : 12050 (java) S 12048 12050 10997 0 -1 4202496 3997 0 1 0 6 2 0 0 18 0 12 0 5771175 1560760320 3436 1992294400 134512640 134550932 4294266576 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/12050/statm: 381045 3436 1077 10 0 378348 0
Current children cumulated CPU time (s) 0.08
Current children cumulated vsize (KiB) 1524180

[startup+0.211401 s]
/proc/loadavg: 1.00 1.00 1.00 3/106 12050
/proc/meminfo: memFree=1809116/2059040 swapFree=4141376/4192956
[pid=12050] ppid=12048 vsize=1526180 CPUtime=0.25
/proc/12050/stat : 12050 (java) S 12048 12050 10997 0 -1 4202496 5104 0 1 0 22 3 0 0 18 0 12 0 5771175 1562808320 4541 1992294400 134512640 134550932 4294266576 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/12050/statm: 381545 4541 1346 10 0 378848 0
Current children cumulated CPU time (s) 0.25
Current children cumulated vsize (KiB) 1526180

[startup+0.300399 s]
/proc/loadavg: 1.00 1.00 1.00 3/106 12050
/proc/meminfo: memFree=1809116/2059040 swapFree=4141376/4192956
[pid=12050] ppid=12048 vsize=1526180 CPUtime=0.36
/proc/12050/stat : 12050 (java) S 12048 12050 10997 0 -1 4202496 5356 0 1 0 33 3 0 0 18 0 12 0 5771175 1562808320 4793 1992294400 134512640 134550932 4294266576 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/12050/statm: 381545 4793 1361 10 0 378848 0
Current children cumulated CPU time (s) 0.36
Current children cumulated vsize (KiB) 1526180

[startup+0.700388 s]
/proc/loadavg: 1.00 1.00 1.00 3/106 12050
/proc/meminfo: memFree=1809116/2059040 swapFree=4141376/4192956
[pid=12050] ppid=12048 vsize=1531580 CPUtime=1.14
/proc/12050/stat : 12050 (java) S 12048 12050 10997 0 -1 4202496 8271 0 1 0 110 4 0 0 18 0 14 0 5771175 1568337920 7352 1992294400 134512640 134550932 4294266576 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/12050/statm: 382895 7353 1408 10 0 380198 0
Current children cumulated CPU time (s) 1.14
Current children cumulated vsize (KiB) 1531580

[startup+1.50137 s]
/proc/loadavg: 1.00 1.00 1.00 1/120 12066
/proc/meminfo: memFree=1783584/2059040 swapFree=4141376/4192956
[pid=12050] ppid=12048 vsize=1532228 CPUtime=1.33
/proc/12050/stat : 12050 (java) S 12048 12050 10997 0 -1 4202496 8650 0 1 0 129 4 0 0 18 0 14 0 5771175 1569001472 7731 1992294400 134512640 134550932 4294266576 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/12050/statm: 383057 7731 1414 10 0 380360 0
[pid=12050/tid=12052] ppid=12048 vsize=1532228 CPUtime=0.65
/proc/12050/task/12052/stat : 12052 (java) S 12048 12050 10997 0 -1 4202560 5166 0 1 0 62 3 0 0 19 0 14 0 5771176 1569001472 7731 1992294400 134512640 134550932 4294266576 18446744073709551615 4294960144 0 4 0 16800975 18446604437810795584 0 0 -1 0 0 0 0
[pid=12050/tid=12053] ppid=12048 vsize=1532228 CPUtime=0
/proc/12050/task/12053/stat : 12053 (java) S 12048 12050 10997 0 -1 4202560 4 0 0 0 0 0 0 0 20 0 14 0 5771178 1569001472 7731 1992294400 134512640 134550932 4294266576 18446744073709551615 4294960144 0 4 0 16800975 18446604437810795584 0 0 -1 0 0 0 0
[pid=12050/tid=12054] ppid=12048 vsize=1532228 CPUtime=0
/proc/12050/task/12054/stat : 12054 (java) S 12048 12050 10997 0 -1 4202560 1 0 0 0 0 0 0 0 21 0 14 0 5771178 1569001472 7731 1992294400 134512640 134550932 4294266576 18446744073709551615 4294960144 0 4 0 16800975 18446604437810795584 0 0 -1 0 0 0 0
[pid=12050/tid=12055] ppid=12048 vsize=1532228 CPUtime=0
/proc/12050/task/12055/stat : 12055 (java) S 12048 12050 10997 0 -1 4202560 0 0 0 0 0 0 0 0 18 0 14 0 5771179 1569001472 7731 1992294400 134512640 134550932 4294266576 18446744073709551615 4294960144 0 0 0 16800975 18446604437810795584 0 0 -1 1 0 0 0
[pid=12050/tid=12056] ppid=12048 vsize=1532228 CPUtime=0
/proc/12050/task/12056/stat : 12056 (java) S 12048 12050 10997 0 -1 4202560 11 0 0 0 0 0 0 0 23 0 14 0 5771180 1569001472 7731 1992294400 134512640 134550932 4294266576 18446744073709551615 4294960144 0 4 0 16800975 18446604437810795584 0 0 -1 0 0 0 0
[pid=12050/tid=12057] ppid=12048 vsize=1532228 CPUtime=0
/proc/12050/task/12057/stat : 12057 (java) S 12048 12050 10997 0 -1 4202560 4 0 0 0 0 0 0 0 24 0 14 0 5771180 1569001472 7731 1992294400 134512640 134550932 4294266576 18446744073709551615 4294960144 0 4 0 16800975 18446604437810795584 0 0 -1 0 0 0 0
[pid=12050/tid=12058] ppid=12048 vsize=1532228 CPUtime=0
/proc/12050/task/12058/stat : 12058 (java) S 12048 12050 10997 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 14 0 5771184 1569001472 7731 1992294400 134512640 134550932 4294266576 18446744073709551615 4294960144 0 4 0 16800975 18446604437810795584 0 0 -1 0 0 0 0
[pid=12050/tid=12059] ppid=12048 vsize=1532228 CPUtime=0.25
/proc/12050/task/12059/stat : 12059 (java) S 12048 12050 10997 0 -1 4202560 1025 0 0 0 25 0 0 0 25 0 14 0 5771184 1569001472 7731 1992294400 134512640 134550932 4294266576 18446744073709551615 4294960144 0 4 0 16800975 18446604437810795584 0 0 -1 1 0 0 0
[pid=12050/tid=12060] ppid=12048 vsize=1532228 CPUtime=0.29
/proc/12050/task/12060/stat : 12060 (java) S 12048 12050 10997 0 -1 4202560 968 0 0 0 29 0 0 0 25 0 14 0 5771184 1569001472 7731 1992294400 134512640 134550932 4294266576 18446744073709551615 4294960144 0 4 0 16800975 18446604437810795584 0 0 -1 1 0 0 0
[pid=12050/tid=12061] ppid=12048 vsize=1532228 CPUtime=0
/proc/12050/task/12061/stat : 12061 (java) S 12048 12050 10997 0 -1 4202560 0 0 0 0 0 0 0 0 25 0 14 0 5771184 1569001472 7731 1992294400 134512640 134550932 4294266576 18446744073709551615 4294960144 0 4 0 16800975 18446604437810795584 0 0 -1 0 0 0 0
[pid=12050/tid=12062] ppid=12048 vsize=1532228 CPUtime=0
/proc/12050/task/12062/stat : 12062 (java) S 12048 12050 10997 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 14 0 5771184 1569001472 7731 1992294400 134512640 134550932 4294266576 18446744073709551615 4294960144 0 4 0 16800975 18446604437810795584 0 0 -1 1 0 0 0
[pid=12050/tid=12065] ppid=12048 vsize=1532228 CPUtime=0
/proc/12050/task/12065/stat : 12065 (java) S 12048 12050 10997 0 -1 4202560 4 0 0 0 0 0 0 0 21 0 14 0 5771248 1569001472 7731 1992294400 134512640 134550932 4294266576 18446744073709551615 4294960144 0 4 0 16800975 18446604437810795584 0 0 -1 0 0 0 0
[pid=12050/tid=12066] ppid=12048 vsize=1532228 CPUtime=0
/proc/12050/task/12066/stat : 12066 (java) S 12048 12050 10997 0 -1 4202560 5 0 0 0 0 0 0 0 22 0 14 0 5771254 1569001472 7731 1992294400 134512640 134550932 4294266576 18446744073709551615 4294960144 0 4 0 16800975 18446604437810795584 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 1.33
Current children cumulated vsize (KiB) 1532228

[startup+3.10132 s]
/proc/loadavg: 0.92 0.98 0.99 1/120 12068
/proc/meminfo: memFree=1780484/2059040 swapFree=4141376/4192956
[pid=12050] ppid=12048 vsize=1532700 CPUtime=2.59
/proc/12050/stat : 12050 (java) S 12048 12050 10997 0 -1 4202496 10278 0 1 0 253 6 0 0 18 0 16 0 5771175 1569484800 9206 1992294400 134512640 134550932 4294266576 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/12050/statm: 383175 9206 1424 10 0 380478 0
[pid=12050/tid=12052] ppid=12048 vsize=1532700 CPUtime=0.67
/proc/12050/task/12052/stat : 12052 (java) S 12048 12050 10997 0 -1 4202560 5325 0 1 0 64 3 0 0 19 0 16 0 5771176 1569484800 9206 1992294400 134512640 134550932 4294266576 18446744073709551615 4294960144 0 4 0 16800975 18446604437810795584 0 0 -1 0 0 0 0
[pid=12050/tid=12053] ppid=12048 vsize=1532700 CPUtime=0
/proc/12050/task/12053/stat : 12053 (java) S 12048 12050 10997 0 -1 4202560 4 0 0 0 0 0 0 0 20 0 16 0 5771178 1569484800 9206 1992294400 134512640 134550932 4294266576 18446744073709551615 4294960144 0 4 0 16800975 18446604437810795584 0 0 -1 0 0 0 0
[pid=12050/tid=12054] ppid=12048 vsize=1532700 CPUtime=0
/proc/12050/task/12054/stat : 12054 (java) S 12048 12050 10997 0 -1 4202560 1 0 0 0 0 0 0 0 21 0 16 0 5771178 1569484800 9206 1992294400 134512640 134550932 4294266576 18446744073709551615 4294960144 0 4 0 16800975 18446604437810795584 0 0 -1 0 0 0 0
[pid=12050/tid=12055] ppid=12048 vsize=1532700 CPUtime=0
/proc/12050/task/12055/stat : 12055 (java) R 12048 12050 10997 0 -1 4202560 0 0 0 0 0 0 0 0 18 0 16 0 5771179 1569484800 9206 1992294400 134512640 134550932 4294266576 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0 0
[pid=12050/tid=12056] ppid=12048 vsize=1532700 CPUtime=0
/proc/12050/task/12056/stat : 12056 (java) S 12048 12050 10997 0 -1 4202560 11 0 0 0 0 0 0 0 23 0 16 0 5771180 1569484800 9206 1992294400 134512640 134550932 4294266576 18446744073709551615 4294960144 0 4 0 16800975 18446604437810795584 0 0 -1 0 0 0 0
[pid=12050/tid=12057] ppid=12048 vsize=1532700 CPUtime=0
/proc/12050/task/12057/stat : 12057 (java) S 12048 12050 10997 0 -1 4202560 4 0 0 0 0 0 0 0 24 0 16 0 5771180 1569484800 9206 1992294400 134512640 134550932 4294266576 18446744073709551615 4294960144 0 4 0 16800975 18446604437810795584 0 0 -1 0 0 0 0
[pid=12050/tid=12058] ppid=12048 vsize=1532700 CPUtime=0
/proc/12050/task/12058/stat : 12058 (java) S 12048 12050 10997 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 16 0 5771184 1569484800 9206 1992294400 134512640 134550932 4294266576 18446744073709551615 4294960144 0 4 0 16800975 18446604437810795584 0 0 -1 0 0 0 0
[pid=12050/tid=12059] ppid=12048 vsize=1532700 CPUtime=0.72
/proc/12050/task/12059/stat : 12059 (java) R 12048 12050 10997 0 -1 4202560 1228 0 0 0 72 0 0 0 15 0 16 0 5771184 1569484800 9206 1992294400 134512640 134550932 4294266576 18446744073709551615 104144469 0 4 0 16800975 0 0 0 -1 0 0 0 0
[pid=12050/tid=12060] ppid=12048 vsize=1532700 CPUtime=0.75
/proc/12050/task/12060/stat : 12060 (java) R 12048 12050 10997 0 -1 4202560 1213 0 0 0 75 0 0 0 16 0 16 0 5771184 1569484800 9206 1992294400 134512640 134550932 4294266576 18446744073709551615 104161334 0 4 0 16800975 0 0 0 -1 1 0 0 0
[pid=12050/tid=12061] ppid=12048 vsize=1532700 CPUtime=0
/proc/12050/task/12061/stat : 12061 (java) S 12048 12050 10997 0 -1 4202560 0 0 0 0 0 0 0 0 25 0 16 0 5771184 1569484800 9206 1992294400 134512640 134550932 4294266576 18446744073709551615 4294960144 0 4 0 16800975 18446604437810795584 0 0 -1 0 0 0 0
[pid=12050/tid=12062] ppid=12048 vsize=1532700 CPUtime=0
/proc/12050/task/12062/stat : 12062 (java) R 12048 12050 10997 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 16 0 5771184 1569484800 9206 1992294400 134512640 134550932 4294266576 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0 0
[pid=12050/tid=12065] ppid=12048 vsize=1532700 CPUtime=0
/proc/12050/task/12065/stat : 12065 (java) S 12048 12050 10997 0 -1 4202560 4 0 0 0 0 0 0 0 21 0 16 0 5771248 1569484800 9206 1992294400 134512640 134550932 4294266576 18446744073709551615 4294960144 0 4 0 16800975 18446604437810795584 0 0 -1 0 0 0 0
[pid=12050/tid=12066] ppid=12048 vsize=1532700 CPUtime=0
/proc/12050/task/12066/stat : 12066 (java) S 12048 12050 10997 0 -1 4202560 5 0 0 0 0 0 0 0 22 0 16 0 5771254 1569484800 9206 1992294400 134512640 134550932 4294266576 18446744073709551615 4294960144 0 4 0 16800975 18446604437810795584 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 2.59
Current children cumulated vsize (KiB) 1532700

[startup+6.30123 s]
/proc/loadavg: 0.92 0.98 0.99 1/120 12074
/proc/meminfo: memFree=1771432/2059040 swapFree=4141376/4192956
[pid=12050] ppid=12048 vsize=1532228 CPUtime=4.09
/proc/12050/stat : 12050 (java) S 12048 12050 10997 0 -1 4202496 13044 0 1 0 401 8 0 0 18 0 14 0 5771175 1569001472 11593 1992294400 134512640 134550932 4294266576 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/12050/statm: 383057 11593 1433 10 0 380360 0
[pid=12050/tid=12052] ppid=12048 vsize=1532228 CPUtime=0.69
/proc/12050/task/12052/stat : 12052 (java) S 12048 12050 10997 0 -1 4202560 5530 0 1 0 66 3 0 0 19 0 14 0 5771176 1569001472 11593 1992294400 134512640 134550932 4294266576 18446744073709551615 4294960144 0 4 0 16800975 18446604437810795584 0 0 -1 0 0 0 0
[pid=12050/tid=12053] ppid=12048 vsize=1532228 CPUtime=0
/proc/12050/task/12053/stat : 12053 (java) S 12048 12050 10997 0 -1 4202560 4 0 0 0 0 0 0 0 20 0 14 0 5771178 1569001472 11593 1992294400 134512640 134550932 4294266576 18446744073709551615 4294960144 0 4 0 16800975 18446604437810795584 0 0 -1 0 0 0 0
[pid=12050/tid=12054] ppid=12048 vsize=1532228 CPUtime=0
/proc/12050/task/12054/stat : 12054 (java) S 12048 12050 10997 0 -1 4202560 1 0 0 0 0 0 0 0 21 0 14 0 5771178 1569001472 11593 1992294400 134512640 134550932 4294266576 18446744073709551615 4294960144 0 4 0 16800975 18446604437810795584 0 0 -1 0 0 0 0
[pid=12050/tid=12055] ppid=12048 vsize=1532228 CPUtime=0
/proc/12050/task/12055/stat : 12055 (java) S 12048 12050 10997 0 -1 4202560 1 0 0 0 0 0 0 0 16 0 14 0 5771179 1569001472 11593 1992294400 134512640 134550932 4294266576 18446744073709551615 4294960144 0 0 0 16800975 18446604437810795584 0 0 -1 0 0 0 0
[pid=12050/tid=12056] ppid=12048 vsize=1532228 CPUtime=0
/proc/12050/task/12056/stat : 12056 (java) S 12048 12050 10997 0 -1 4202560 11 0 0 0 0 0 0 0 23 0 14 0 5771180 1569001472 11593 1992294400 134512640 134550932 4294266576 18446744073709551615 4294960144 0 4 0 16800975 18446604437810795584 0 0 -1 0 0 0 0
[pid=12050/tid=12057] ppid=12048 vsize=1532228 CPUtime=0
/proc/12050/task/12057/stat : 12057 (java) S 12048 12050 10997 0 -1 4202560 4 0 0 0 0 0 0 0 24 0 14 0 5771180 1569001472 11593 1992294400 134512640 134550932 4294266576 18446744073709551615 4294960144 0 4 0 16800975 18446604437810795584 0 0 -1 0 0 0 0
[pid=12050/tid=12058] ppid=12048 vsize=1532228 CPUtime=0
/proc/12050/task/12058/stat : 12058 (java) S 12048 12050 10997 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 14 0 5771184 1569001472 11593 1992294400 134512640 134550932 4294266576 18446744073709551615 4294960144 0 4 0 16800975 18446604437810795584 0 0 -1 0 0 0 0
[pid=12050/tid=12059] ppid=12048 vsize=1532228 CPUtime=1.15
/proc/12050/task/12059/stat : 12059 (java) S 12048 12050 10997 0 -1 4202560 1264 0 0 0 115 0 0 0 16 0 14 0 5771184 1569001472 11593 1992294400 134512640 134550932 4294266576 18446744073709551615 4294960144 0 4 0 16800975 18446604437810795584 0 0 -1 0 0 0 0
[pid=12050/tid=12060] ppid=12048 vsize=1532228 CPUtime=1.26
/proc/12050/task/12060/stat : 12060 (java) S 12048 12050 10997 0 -1 4202560 1536 0 0 0 126 0 0 0 15 0 14 0 5771184 1569001472 11593 1992294400 134512640 134550932 4294266576 18446744073709551615 4294960144 0 4 0 16800975 18446604437810795584 0 0 -1 1 0 0 0
[pid=12050/tid=12061] ppid=12048 vsize=1532228 CPUtime=0
/proc/12050/task/12061/stat : 12061 (java) S 12048 12050 10997 0 -1 4202560 0 0 0 0 0 0 0 0 25 0 14 0 5771184 1569001472 11593 1992294400 134512640 134550932 4294266576 18446744073709551615 4294960144 0 4 0 16800975 18446604437810795584 0 0 -1 0 0 0 0
[pid=12050/tid=12062] ppid=12048 vsize=1532228 CPUtime=0
/proc/12050/task/12062/stat : 12062 (java) S 12048 12050 10997 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 14 0 5771184 1569001472 11593 1992294400 134512640 134550932 4294266576 18446744073709551615 4294960144 0 4 0 16800975 18446604437810795584 0 0 -1 1 0 0 0
[pid=12050/tid=12065] ppid=12048 vsize=1532228 CPUtime=0
/proc/12050/task/12065/stat : 12065 (java) S 12048 12050 10997 0 -1 4202560 4 0 0 0 0 0 0 0 21 0 14 0 5771248 1569001472 11593 1992294400 134512640 134550932 4294266576 18446744073709551615 4294960144 0 4 0 16800975 18446604437810795584 0 0 -1 0 0 0 0
[pid=12050/tid=12066] ppid=12048 vsize=1532228 CPUtime=0
/proc/12050/task/12066/stat : 12066 (java) S 12048 12050 10997 0 -1 4202560 5 0 0 0 0 0 0 0 22 0 14 0 5771254 1569001472 11593 1992294400 134512640 134550932 4294266576 18446744073709551615 4294960144 0 4 0 16800975 18446604437810795584 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 4.09
Current children cumulated vsize (KiB) 1532228
heavy processes:

[startup+12.701 s]
/proc/loadavg: 0.94 0.98 0.99 3/122 12078
/proc/meminfo: memFree=1629684/2059040 swapFree=4141376/4192956
[pid=12050] ppid=12048 vsize=1533976 CPUtime=15.45
/proc/12050/stat : 12050 (java) S 12048 12050 10997 0 -1 4202496 47763 0 1 0 1525 20 0 0 18 0 16 0 5771175 1570791424 45975 1992294400 134512640 134550932 4294266576 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/12050/statm: 383494 45975 1447 10 0 380797 0
[pid=12050/tid=12052] ppid=12048 vsize=1533976 CPUtime=0.7
/proc/12050/task/12052/stat : 12052 (java) S 12048 12050 10997 0 -1 4202560 5599 0 1 0 67 3 0 0 18 0 16 0 5771176 1570791424 45975 1992294400 134512640 134550932 4294266576 18446744073709551615 4294960144 0 4 0 16800975 18446604437810795584 0 0 -1 1 0 0 0
[pid=12050/tid=12053] ppid=12048 vsize=1533976 CPUtime=0.07
/proc/12050/task/12053/stat : 12053 (java) S 12048 12050 10997 0 -1 4202560 1186 0 0 0 7 0 0 0 16 0 16 0 5771178 1570791424 45975 1992294400 134512640 134550932 4294266576 18446744073709551615 4294960144 0 4 0 16800975 18446604437810795584 0 0 -1 1 0 0 0
[pid=12050/tid=12054] ppid=12048 vsize=1533976 CPUtime=0.07
/proc/12050/task/12054/stat : 12054 (java) S 12048 12050 10997 0 -1 4202560 1373 0 0 0 7 0 0 0 16 0 16 0 5771178 1570791424 45975 1992294400 134512640 134550932 4294266576 18446744073709551615 4294960144 0 4 0 16800975 18446604437810795584 0 0 -1 0 0 0 0
[pid=12050/tid=12055] ppid=12048 vsize=1533976 CPUtime=0.11
/proc/12050/task/12055/stat : 12055 (java) S 12048 12050 10997 0 -1 4202560 1582 0 0 0 11 0 0 0 15 0 16 0 5771179 1570791424 45975 1992294400 134512640 134550932 4294266576 18446744073709551615 4294960144 0 0 0 16800975 18446604437810795584 0 0 -1 1 0 0 0
[pid=12050/tid=12056] ppid=12048 vsize=1533976 CPUtime=0
/proc/12050/task/12056/stat : 12056 (java) S 12048 12050 10997 0 -1 4202560 12 0 0 0 0 0 0 0 18 0 16 0 5771180 1570791424 45975 1992294400 134512640 134550932 4294266576 18446744073709551615 4294960144 0 4 0 16800975 18446604437810795584 0 0 -1 0 0 0 0
[pid=12050/tid=12057] ppid=12048 vsize=1533976 CPUtime=0
/proc/12050/task/12057/stat : 12057 (java) S 12048 12050 10997 0 -1 4202560 7 0 0 0 0 0 0 0 18 0 16 0 5771180 1570791424 45975 1992294400 134512640 134550932 4294266576 18446744073709551615 4294960144 0 4 0 16800975 18446604437810795584 0 0 -1 0 0 0 0
[pid=12050/tid=12058] ppid=12048 vsize=1533976 CPUtime=0
/proc/12050/task/12058/stat : 12058 (java) S 12048 12050 10997 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 16 0 5771184 1570791424 45975 1992294400 134512640 134550932 4294266576 18446744073709551615 4294960144 0 4 0 16800975 18446604437810795584 0 0 -1 0 0 0 0
[pid=12050/tid=12059] ppid=12048 vsize=1533976 CPUtime=1.48
/proc/12050/task/12059/stat : 12059 (java) S 12048 12050 10997 0 -1 4202560 1975 0 0 0 148 0 0 0 15 0 16 0 5771184 1570791424 45975 1992294400 134512640 134550932 4294266576 18446744073709551615 4294960144 0 4 0 16800975 18446604437810795584 0 0 -1 0 0 0 0
[pid=12050/tid=12060] ppid=12048 vsize=1533976 CPUtime=1.49
/proc/12050/task/12060/stat : 12060 (java) S 12048 12050 10997 0 -1 4202560 1566 0 0 0 149 0 0 0 15 0 16 0 5771184 1570791424 45975 1992294400 134512640 134550932 4294266576 18446744073709551615 4294960144 0 4 0 16800975 18446604437810795584 0 0 -1 1 0 0 0
[pid=12050/tid=12061] ppid=12048 vsize=1533976 CPUtime=0
/proc/12050/task/12061/stat : 12061 (java) S 12048 12050 10997 0 -1 4202560 0 0 0 0 0 0 0 0 25 0 16 0 5771184 1570791424 45975 1992294400 134512640 134550932 4294266576 18446744073709551615 4294960144 0 4 0 16800975 18446604437810795584 0 0 -1 0 0 0 0
[pid=12050/tid=12062] ppid=12048 vsize=1533976 CPUtime=0
/proc/12050/task/12062/stat : 12062 (java) S 12048 12050 10997 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 16 0 5771184 1570791424 45975 1992294400 134512640 134550932 4294266576 18446744073709551615 4294960144 0 4 0 16800975 18446604437810795584 0 0 -1 0 0 0 0
[pid=12050/tid=12065] ppid=12048 vsize=1533976 CPUtime=0
/proc/12050/task/12065/stat : 12065 (java) S 12048 12050 10997 0 -1 4202560 4 0 0 0 0 0 0 0 21 0 16 0 5771248 1570791424 45975 1992294400 134512640 134550932 4294266576 18446744073709551615 4294960144 0 4 0 16800975 18446604437810795584 0 0 -1 0 0 0 0
[pid=12050/tid=12066] ppid=12048 vsize=1533976 CPUtime=0
/proc/12050/task/12066/stat : 12066 (java) S 12048 12050 10997 0 -1 4202560 5 0 0 0 0 0 0 0 22 0 16 0 5771254 1570791424 45975 1992294400 134512640 134550932 4294266576 18446744073709551615 4294960144 0 4 0 16800975 18446604437810795584 0 0 -1 1 0 0 0
[pid=12050/tid=12077] ppid=12048 vsize=1533976 CPUtime=5.22
/proc/12050/task/12077/stat : 12077 (java) R 12048 12050 10997 0 -1 4202560 327 0 0 0 522 0 0 0 21 0 16 0 5771867 1570791424 45975 1992294400 134512640 134550932 4294266576 18446744073709551615 4110193451 0 4 0 16800975 0 0 0 -1 0 0 0 0
[pid=12050/tid=12078] ppid=12048 vsize=1533976 CPUtime=5.26
/proc/12050/task/12078/stat : 12078 (java) R 12048 12050 10997 0 -1 4202560 29443 0 0 0 517 9 0 0 25 0 16 0 5771867 1570791424 45975 1992294400 134512640 134550932 4294266576 18446744073709551615 4110327176 0 4 0 16800975 0 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 15.45
Current children cumulated vsize (KiB) 1533976


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

/proc/12050/task/12089/stat : 12089 (java) R 12048 12050 10997 0 -1 4202560 664 0 0 0 52976 9 0 0 25 0 16 0 5800360 1570746368 102077 1992294400 134512640 134550932 4294266576 18446744073709551615 4110033654 0 4 0 16800975 0 0 0 -1 1 0 0 0
[pid=12050/tid=12090] ppid=12048 vsize=1533932 CPUtime=527.07
/proc/12050/task/12090/stat : 12090 (java) R 12048 12050 10997 0 -1 4202560 257 0 0 0 52696 11 0 0 25 0 16 0 5800361 1570746368 102077 1992294400 134512640 134550932 4294266576 18446744073709551615 4110231759 0 4 0 16800975 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 1738.61
Current children cumulated vsize (KiB) 1533932



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+976.401 s]
/proc/loadavg: 2.60 2.59 1.98 2/122 12108
/proc/meminfo: memFree=1389744/2059040 swapFree=4141376/4192956
[pid=12050] ppid=12048 vsize=1533932 CPUtime=1800.06
/proc/12050/stat : 12050 (java) S 12048 12050 10997 0 -1 4202496 113935 0 1 0 179864 142 0 0 18 0 16 0 5771175 1570746368 105393 1992294400 134512640 134550932 4294266576 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/12050/statm: 383483 105393 1451 10 0 380786 0
[pid=12050/tid=12052] ppid=12048 vsize=1533932 CPUtime=0.71
/proc/12050/task/12052/stat : 12052 (java) S 12048 12050 10997 0 -1 4202560 5654 0 1 0 68 3 0 0 15 0 16 0 5771176 1570746368 105393 1992294400 134512640 134550932 4294266576 18446744073709551615 4294960144 0 4 0 16800975 18446604437810795584 0 0 -1 1 0 0 0
[pid=12050/tid=12053] ppid=12048 vsize=1533932 CPUtime=20.48
/proc/12050/task/12053/stat : 12053 (java) S 12048 12050 10997 0 -1 4202560 30731 0 0 0 2016 32 0 0 16 0 16 0 5771178 1570746368 105393 1992294400 134512640 134550932 4294266576 18446744073709551615 4294960144 0 4 0 16800975 18446604437810795584 0 0 -1 1 0 0 0
[pid=12050/tid=12054] ppid=12048 vsize=1533932 CPUtime=20.47
/proc/12050/task/12054/stat : 12054 (java) S 12048 12050 10997 0 -1 4202560 31750 0 0 0 2010 37 0 0 15 0 16 0 5771178 1570746368 105393 1992294400 134512640 134550932 4294266576 18446744073709551615 4294960144 0 4 0 16800975 18446604437810795584 0 0 -1 0 0 0 0
[pid=12050/tid=12055] ppid=12048 vsize=1533932 CPUtime=127.58
/proc/12050/task/12055/stat : 12055 (java) R 12048 12050 10997 0 -1 4202560 5804 0 0 0 12741 17 0 0 16 0 16 0 5771179 1570746368 105393 1992294400 134512640 134550932 4294266576 18446744073709551615 105696579 0 0 0 16800975 0 0 0 -1 0 0 0 0
[pid=12050/tid=12056] ppid=12048 vsize=1533932 CPUtime=0
/proc/12050/task/12056/stat : 12056 (java) S 12048 12050 10997 0 -1 4202560 12 0 0 0 0 0 0 0 18 0 16 0 5771180 1570746368 105393 1992294400 134512640 134550932 4294266576 18446744073709551615 4294960144 0 4 0 16800975 18446604437810795584 0 0 -1 0 0 0 0
[pid=12050/tid=12057] ppid=12048 vsize=1533932 CPUtime=0
/proc/12050/task/12057/stat : 12057 (java) S 12048 12050 10997 0 -1 4202560 7 0 0 0 0 0 0 0 18 0 16 0 5771180 1570746368 105393 1992294400 134512640 134550932 4294266576 18446744073709551615 4294960144 0 4 0 16800975 18446604437810795584 0 0 -1 0 0 0 0
[pid=12050/tid=12058] ppid=12048 vsize=1533932 CPUtime=0
/proc/12050/task/12058/stat : 12058 (java) S 12048 12050 10997 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 16 0 5771184 1570746368 105393 1992294400 134512640 134550932 4294266576 18446744073709551615 4294960144 0 4 0 16800975 18446604437810795584 0 0 -1 0 0 0 0
[pid=12050/tid=12059] ppid=12048 vsize=1533932 CPUtime=2.16
/proc/12050/task/12059/stat : 12059 (java) S 12048 12050 10997 0 -1 4202560 2434 0 0 0 215 1 0 0 16 0 16 0 5771184 1570746368 105393 1992294400 134512640 134550932 4294266576 18446744073709551615 4294960144 0 4 0 16800975 18446604437810795584 0 0 -1 0 0 0 0
[pid=12050/tid=12060] ppid=12048 vsize=1533932 CPUtime=1.5
/proc/12050/task/12060/stat : 12060 (java) S 12048 12050 10997 0 -1 4202560 1566 0 0 0 150 0 0 0 15 0 16 0 5771184 1570746368 105393 1992294400 134512640 134550932 4294266576 18446744073709551615 4294960144 0 4 0 16800975 18446604437810795584 0 0 -1 1 0 0 0
[pid=12050/tid=12061] ppid=12048 vsize=1533932 CPUtime=0
/proc/12050/task/12061/stat : 12061 (java) S 12048 12050 10997 0 -1 4202560 0 0 0 0 0 0 0 0 25 0 16 0 5771184 1570746368 105393 1992294400 134512640 134550932 4294266576 18446744073709551615 4294960144 0 4 0 16800975 18446604437810795584 0 0 -1 0 0 0 0
[pid=12050/tid=12062] ppid=12048 vsize=1533932 CPUtime=0.02
/proc/12050/task/12062/stat : 12062 (java) S 12048 12050 10997 0 -1 4202560 56 0 0 0 1 1 0 0 15 0 16 0 5771184 1570746368 105393 1992294400 134512640 134550932 4294266576 18446744073709551615 4294960144 0 4 0 16800975 18446604437810795584 0 0 -1 1 0 0 0
[pid=12050/tid=12065] ppid=12048 vsize=1533932 CPUtime=0
/proc/12050/task/12065/stat : 12065 (java) S 12048 12050 10997 0 -1 4202560 4 0 0 0 0 0 0 0 21 0 16 0 5771248 1570746368 105393 1992294400 134512640 134550932 4294266576 18446744073709551615 4294960144 0 4 0 16800975 18446604437810795584 0 0 -1 0 0 0 0
[pid=12050/tid=12066] ppid=12048 vsize=1533932 CPUtime=0
/proc/12050/task/12066/stat : 12066 (java) S 12048 12050 10997 0 -1 4202560 5 0 0 0 0 0 0 0 22 0 16 0 5771254 1570746368 105393 1992294400 134512640 134550932 4294266576 18446744073709551615 4294960144 0 4 0 16800975 18446604437810795584 0 0 -1 1 0 0 0
[pid=12050/tid=12089] ppid=12048 vsize=1533932 CPUtime=556.62
/proc/12050/task/12089/stat : 12089 (java) S 12048 12050 10997 0 -1 4202560 691 0 0 0 55652 10 0 0 19 0 16 0 5800360 1570746368 105393 1992294400 134512640 134550932 4294266576 18446744073709551615 4294960144 0 4 0 16800975 18446604437810795584 0 0 -1 1 0 0 0
[pid=12050/tid=12090] ppid=12048 vsize=1533932 CPUtime=553.97
/proc/12050/task/12090/stat : 12090 (java) S 12048 12050 10997 0 -1 4202560 266 0 0 0 55386 11 0 0 25 0 16 0 5800361 1570746368 105393 1992294400 134512640 134550932 4294266576 18446744073709551615 4294960144 0 4 0 16800975 18446604437810795584 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 1800.06
Current children cumulated vsize (KiB) 1533932

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

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

[startup+976.701 s]
/proc/loadavg: 2.60 2.59 1.98 2/122 12108
/proc/meminfo: memFree=1389744/2059040 swapFree=4141376/4192956
[pid=12050] ppid=12048 vsize=1533932 CPUtime=1800.36
/proc/12050/stat : 12050 (java) S 12048 12050 10997 0 -1 4202496 113935 0 1 0 179894 142 0 0 18 0 16 0 5771175 1570746368 105393 1992294400 134512640 134550932 4294266576 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0
/proc/12050/statm: 383483 105393 1451 10 0 380786 0
[pid=12050/tid=12052] ppid=12048 vsize=1533932 CPUtime=0.71
/proc/12050/task/12052/stat : 12052 (java) S 12048 12050 10997 0 -1 4202560 5654 0 1 0 68 3 0 0 15 0 16 0 5771176 1570746368 105393 1992294400 134512640 134550932 4294266576 18446744073709551615 4294960144 0 4 0 16800975 18446604437810795584 0 0 -1 1 0 0 0
[pid=12050/tid=12053] ppid=12048 vsize=1533932 CPUtime=20.48
/proc/12050/task/12053/stat : 12053 (java) S 12048 12050 10997 0 -1 4202560 30731 0 0 0 2016 32 0 0 16 0 16 0 5771178 1570746368 105393 1992294400 134512640 134550932 4294266576 18446744073709551615 4294960144 0 4 0 16800975 18446604437810795584 0 0 -1 1 0 0 0
[pid=12050/tid=12054] ppid=12048 vsize=1533932 CPUtime=20.47
/proc/12050/task/12054/stat : 12054 (java) S 12048 12050 10997 0 -1 4202560 31750 0 0 0 2010 37 0 0 15 0 16 0 5771178 1570746368 105393 1992294400 134512640 134550932 4294266576 18446744073709551615 4294960144 0 4 0 16800975 18446604437810795584 0 0 -1 0 0 0 0
[pid=12050/tid=12055] ppid=12048 vsize=1533932 CPUtime=127.87
/proc/12050/task/12055/stat : 12055 (java) R 12048 12050 10997 0 -1 4202560 5804 0 0 0 12770 17 0 0 16 0 16 0 5771179 1570746368 105393 1992294400 134512640 134550932 4294266576 18446744073709551615 105886120 0 0 0 16800975 0 0 0 -1 0 0 0 0
[pid=12050/tid=12056] ppid=12048 vsize=1533932 CPUtime=0
/proc/12050/task/12056/stat : 12056 (java) S 12048 12050 10997 0 -1 4202560 12 0 0 0 0 0 0 0 18 0 16 0 5771180 1570746368 105393 1992294400 134512640 134550932 4294266576 18446744073709551615 4294960144 0 4 0 16800975 18446604437810795584 0 0 -1 0 0 0 0
[pid=12050/tid=12057] ppid=12048 vsize=1533932 CPUtime=0
/proc/12050/task/12057/stat : 12057 (java) S 12048 12050 10997 0 -1 4202560 7 0 0 0 0 0 0 0 18 0 16 0 5771180 1570746368 105393 1992294400 134512640 134550932 4294266576 18446744073709551615 4294960144 0 4 0 16800975 18446604437810795584 0 0 -1 0 0 0 0
[pid=12050/tid=12058] ppid=12048 vsize=1533932 CPUtime=0
/proc/12050/task/12058/stat : 12058 (java) S 12048 12050 10997 0 -1 4202560 1 0 0 0 0 0 0 0 18 0 16 0 5771184 1570746368 105393 1992294400 134512640 134550932 4294266576 18446744073709551615 4294960144 0 4 0 16800975 18446604437810795584 0 0 -1 1 0 0 0
[pid=12050/tid=12059] ppid=12048 vsize=1533932 CPUtime=2.16
/proc/12050/task/12059/stat : 12059 (java) S 12048 12050 10997 0 -1 4202560 2434 0 0 0 215 1 0 0 16 0 16 0 5771184 1570746368 105393 1992294400 134512640 134550932 4294266576 18446744073709551615 4294960144 0 4 0 16800975 18446604437810795584 0 0 -1 0 0 0 0
[pid=12050/tid=12060] ppid=12048 vsize=1533932 CPUtime=1.5
/proc/12050/task/12060/stat : 12060 (java) S 12048 12050 10997 0 -1 4202560 1566 0 0 0 150 0 0 0 15 0 16 0 5771184 1570746368 105393 1992294400 134512640 134550932 4294266576 18446744073709551615 4294960144 0 4 0 16800975 18446604437810795584 0 0 -1 1 0 0 0
[pid=12050/tid=12061] ppid=12048 vsize=1533932 CPUtime=0
/proc/12050/task/12061/stat : 12061 (java) S 12048 12050 10997 0 -1 4202560 0 0 0 0 0 0 0 0 25 0 16 0 5771184 1570746368 105393 1992294400 134512640 134550932 4294266576 18446744073709551615 4294960144 0 4 0 16800975 18446604437810795584 0 0 -1 0 0 0 0
[pid=12050/tid=12062] ppid=12048 vsize=1533932 CPUtime=0.02
/proc/12050/task/12062/stat : 12062 (java) S 12048 12050 10997 0 -1 4202560 56 0 0 0 1 1 0 0 15 0 16 0 5771184 1570746368 105393 1992294400 134512640 134550932 4294266576 18446744073709551615 4294960144 0 4 0 16800975 18446604437810795584 0 0 -1 1 0 0 0
[pid=12050/tid=12065] ppid=12048 vsize=1533932 CPUtime=0
/proc/12050/task/12065/stat : 12065 (java) S 12048 12050 10997 0 -1 4202560 4 0 0 0 0 0 0 0 21 0 16 0 5771248 1570746368 105393 1992294400 134512640 134550932 4294266576 18446744073709551615 4294960144 0 4 0 16800975 18446604437810795584 0 0 -1 0 0 0 0
[pid=12050/tid=12066] ppid=12048 vsize=1533932 CPUtime=0
/proc/12050/task/12066/stat : 12066 (java) S 12048 12050 10997 0 -1 4202560 5 0 0 0 0 0 0 0 22 0 16 0 5771254 1570746368 105393 1992294400 134512640 134550932 4294266576 18446744073709551615 4294960144 0 4 0 16800975 18446604437810795584 0 0 -1 1 0 0 0
[pid=12050/tid=12089] ppid=12048 vsize=1533932 CPUtime=556.62
/proc/12050/task/12089/stat : 12089 (java) S 12048 12050 10997 0 -1 4202560 691 0 0 0 55652 10 0 0 19 0 16 0 5800360 1570746368 105393 1992294400 134512640 134550932 4294266576 18446744073709551615 4294960144 0 4 0 16800975 18446604437810795584 0 0 -1 1 0 0 0
[pid=12050/tid=12090] ppid=12048 vsize=1533932 CPUtime=553.97
/proc/12050/task/12090/stat : 12090 (java) S 12048 12050 10997 0 -1 4202560 266 0 0 0 55386 11 0 0 25 0 16 0 5800361 1570746368 105393 1992294400 134512640 134550932 4294266576 18446744073709551615 4294960144 0 4 0 16800975 18446604437810795584 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 1800.36
Current children cumulated vsize (KiB) 1533932

[startup+977.101 s]
/proc/loadavg: 2.47 2.56 1.97 2/123 12109
/proc/meminfo: memFree=1389736/2059040 swapFree=4141376/4192956
[pid=12050] ppid=12048 vsize=1534580 CPUtime=1800.77
/proc/12050/stat : 12050 (java) S 12048 12050 10997 0 -1 4202496 113952 0 1 0 179935 142 0 0 18 0 18 0 5771175 1571409920 105410 1992294400 134512640 134550932 4294266576 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0
/proc/12050/statm: 383645 105410 1451 10 0 380948 0
[pid=12050/tid=12052] ppid=12048 vsize=1534580 CPUtime=0.71
/proc/12050/task/12052/stat : 12052 (java) S 12048 12050 10997 0 -1 4202560 5654 0 1 0 68 3 0 0 15 0 18 0 5771176 1571409920 105410 1992294400 134512640 134550932 4294266576 18446744073709551615 4294960144 0 4 0 16800975 18446604437810795584 0 0 -1 1 0 0 0
[pid=12050/tid=12053] ppid=12048 vsize=1534580 CPUtime=20.48
/proc/12050/task/12053/stat : 12053 (java) S 12048 12050 10997 0 -1 4202560 30731 0 0 0 2016 32 0 0 16 0 18 0 5771178 1571409920 105410 1992294400 134512640 134550932 4294266576 18446744073709551615 4294960144 0 4 0 16800975 18446604437810795584 0 0 -1 1 0 0 0
[pid=12050/tid=12054] ppid=12048 vsize=1534580 CPUtime=20.47
/proc/12050/task/12054/stat : 12054 (java) S 12048 12050 10997 0 -1 4202560 31750 0 0 0 2010 37 0 0 15 0 18 0 5771178 1571409920 105410 1992294400 134512640 134550932 4294266576 18446744073709551615 4294960144 0 4 0 16800975 18446604437810795584 0 0 -1 0 0 0 0
[pid=12050/tid=12055] ppid=12048 vsize=1534580 CPUtime=128.25
/proc/12050/task/12055/stat : 12055 (java) S 12048 12050 10997 0 -1 4202560 5804 0 0 0 12808 17 0 0 17 0 18 0 5771179 1571409920 105410 1992294400 134512640 134550932 4294266576 18446744073709551615 4294960144 0 0 0 16800975 18446604437810795584 0 0 -1 0 0 0 0
[pid=12050/tid=12056] ppid=12048 vsize=1534580 CPUtime=0
/proc/12050/task/12056/stat : 12056 (java) S 12048 12050 10997 0 -1 4202560 12 0 0 0 0 0 0 0 18 0 18 0 5771180 1571409920 105410 1992294400 134512640 134550932 4294266576 18446744073709551615 4294960144 0 4 0 16800975 18446604437810795584 0 0 -1 0 0 0 0
[pid=12050/tid=12057] ppid=12048 vsize=1534580 CPUtime=0
/proc/12050/task/12057/stat : 12057 (java) S 12048 12050 10997 0 -1 4202560 7 0 0 0 0 0 0 0 18 0 18 0 5771180 1571409920 105410 1992294400 134512640 134550932 4294266576 18446744073709551615 4294960144 0 4 0 16800975 18446604437810795584 0 0 -1 0 0 0 0
[pid=12050/tid=12058] ppid=12048 vsize=1534580 CPUtime=0
/proc/12050/task/12058/stat : 12058 (java) S 12048 12050 10997 0 -1 4202560 6 0 0 0 0 0 0 0 16 0 18 0 5771184 1571409920 105410 1992294400 134512640 134550932 4294266576 18446744073709551615 4294960144 0 4 0 16800975 18446604437810795584 0 0 -1 1 0 0 0
[pid=12050/tid=12059] ppid=12048 vsize=1534580 CPUtime=2.16
/proc/12050/task/12059/stat : 12059 (java) S 12048 12050 10997 0 -1 4202560 2434 0 0 0 215 1 0 0 16 0 18 0 5771184 1571409920 105410 1992294400 134512640 134550932 4294266576 18446744073709551615 4294960144 0 4 0 16800975 18446604437810795584 0 0 -1 0 0 0 0
[pid=12050/tid=12060] ppid=12048 vsize=1534580 CPUtime=1.5
/proc/12050/task/12060/stat : 12060 (java) S 12048 12050 10997 0 -1 4202560 1566 0 0 0 150 0 0 0 15 0 18 0 5771184 1571409920 105410 1992294400 134512640 134550932 4294266576 18446744073709551615 4294960144 0 4 0 16800975 18446604437810795584 0 0 -1 1 0 0 0
[pid=12050/tid=12061] ppid=12048 vsize=1534580 CPUtime=0
/proc/12050/task/12061/stat : 12061 (java) S 12048 12050 10997 0 -1 4202560 0 0 0 0 0 0 0 0 25 0 18 0 5771184 1571409920 105410 1992294400 134512640 134550932 4294266576 18446744073709551615 4294960144 0 4 0 16800975 18446604437810795584 0 0 -1 0 0 0 0
[pid=12050/tid=12062] ppid=12048 vsize=1534580 CPUtime=0.02
/proc/12050/task/12062/stat : 12062 (java) S 12048 12050 10997 0 -1 4202560 56 0 0 0 1 1 0 0 15 0 18 0 5771184 1571409920 105410 1992294400 134512640 134550932 4294266576 18446744073709551615 4294960144 0 4 0 16800975 18446604437810795584 0 0 -1 1 0 0 0
[pid=12050/tid=12065] ppid=12048 vsize=1534580 CPUtime=0
/proc/12050/task/12065/stat : 12065 (java) S 12048 12050 10997 0 -1 4202560 4 0 0 0 0 0 0 0 21 0 18 0 5771248 1571409920 105410 1992294400 134512640 134550932 4294266576 18446744073709551615 4294960144 0 4 0 16800975 18446604437810795584 0 0 -1 0 0 0 0
[pid=12050/tid=12066] ppid=12048 vsize=1534580 CPUtime=0
/proc/12050/task/12066/stat : 12066 (java) S 12048 12050 10997 0 -1 4202560 5 0 0 0 0 0 0 0 22 0 18 0 5771254 1571409920 105410 1992294400 134512640 134550932 4294266576 18446744073709551615 4294960144 0 4 0 16800975 18446604437810795584 0 0 -1 1 0 0 0
[pid=12050/tid=12089] ppid=12048 vsize=1534580 CPUtime=556.63
/proc/12050/task/12089/stat : 12089 (java) R 12048 12050 10997 0 -1 4202560 691 0 0 0 55653 10 0 0 18 0 18 0 5800360 1571409920 105410 1992294400 134512640 134550932 4294266576 18446744073709551615 4110033635 0 4 0 16800975 0 0 0 -1 1 0 0 0
[pid=12050/tid=12090] ppid=12048 vsize=1534580 CPUtime=553.99
/proc/12050/task/12090/stat : 12090 (java) R 12048 12050 10997 0 -1 4202560 266 0 0 0 55388 11 0 0 18 0 18 0 5800361 1571409920 105410 1992294400 134512640 134550932 4294266576 18446744073709551615 4110459289 0 4 0 16800975 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 1800.77
Current children cumulated vsize (KiB) 1534580

[startup+977.201 s]
/proc/loadavg: 2.47 2.56 1.97 2/123 12109
/proc/meminfo: memFree=1389736/2059040 swapFree=4141376/4192956
[pid=12050] ppid=12048 vsize=1534580 CPUtime=1800.97
/proc/12050/stat : 12050 (java) S 12048 12050 10997 0 -1 4202496 113955 0 1 0 179955 142 0 0 18 0 17 0 5771175 1571409920 105413 1992294400 134512640 134550932 4294266576 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0
/proc/12050/statm: 383645 105413 1451 10 0 380948 0
[pid=12050/tid=12052] ppid=12048 vsize=1534580 CPUtime=0.71
/proc/12050/task/12052/stat : 12052 (java) S 12048 12050 10997 0 -1 4202560 5654 0 1 0 68 3 0 0 15 0 17 0 5771176 1571409920 105413 1992294400 134512640 134550932 4294266576 18446744073709551615 4294960144 0 4 0 16800975 18446604437810795584 0 0 -1 1 0 0 0
[pid=12050/tid=12053] ppid=12048 vsize=1534580 CPUtime=20.48
/proc/12050/task/12053/stat : 12053 (java) S 12048 12050 10997 0 -1 4202560 30731 0 0 0 2016 32 0 0 16 0 17 0 5771178 1571409920 105413 1992294400 134512640 134550932 4294266576 18446744073709551615 4294960144 0 4 0 16800975 18446604437810795584 0 0 -1 1 0 0 0
[pid=12050/tid=12054] ppid=12048 vsize=1534580 CPUtime=20.47
/proc/12050/task/12054/stat : 12054 (java) S 12048 12050 10997 0 -1 4202560 31750 0 0 0 2010 37 0 0 15 0 17 0 5771178 1571409920 105413 1992294400 134512640 134550932 4294266576 18446744073709551615 4294960144 0 4 0 16800975 18446604437810795584 0 0 -1 0 0 0 0
[pid=12050/tid=12055] ppid=12048 vsize=1534580 CPUtime=128.25
/proc/12050/task/12055/stat : 12055 (java) S 12048 12050 10997 0 -1 4202560 5804 0 0 0 12808 17 0 0 17 0 17 0 5771179 1571409920 105413 1992294400 134512640 134550932 4294266576 18446744073709551615 4294960144 0 0 0 16800975 18446604437810795584 0 0 -1 0 0 0 0
[pid=12050/tid=12056] ppid=12048 vsize=1534580 CPUtime=0
/proc/12050/task/12056/stat : 12056 (java) S 12048 12050 10997 0 -1 4202560 12 0 0 0 0 0 0 0 18 0 17 0 5771180 1571409920 105413 1992294400 134512640 134550932 4294266576 18446744073709551615 4294960144 0 4 0 16800975 18446604437810795584 0 0 -1 0 0 0 0
[pid=12050/tid=12057] ppid=12048 vsize=1534580 CPUtime=0
/proc/12050/task/12057/stat : 12057 (java) S 12048 12050 10997 0 -1 4202560 7 0 0 0 0 0 0 0 18 0 17 0 5771180 1571409920 105413 1992294400 134512640 134550932 4294266576 18446744073709551615 4294960144 0 4 0 16800975 18446604437810795584 0 0 -1 0 0 0 0
[pid=12050/tid=12058] ppid=12048 vsize=1534580 CPUtime=0
/proc/12050/task/12058/stat : 12058 (java) S 12048 12050 10997 0 -1 4202560 6 0 0 0 0 0 0 0 16 0 17 0 5771184 1571409920 105413 1992294400 134512640 134550932 4294266576 18446744073709551615 4294960144 0 4 0 16800975 18446604437810795584 0 0 -1 1 0 0 0
[pid=12050/tid=12059] ppid=12048 vsize=1534580 CPUtime=2.16
/proc/12050/task/12059/stat : 12059 (java) S 12048 12050 10997 0 -1 4202560 2434 0 0 0 215 1 0 0 16 0 17 0 5771184 1571409920 105413 1992294400 134512640 134550932 4294266576 18446744073709551615 4294960144 0 4 0 16800975 18446604437810795584 0 0 -1 0 0 0 0
[pid=12050/tid=12060] ppid=12048 vsize=1534580 CPUtime=1.5
/proc/12050/task/12060/stat : 12060 (java) S 12048 12050 10997 0 -1 4202560 1566 0 0 0 150 0 0 0 15 0 17 0 5771184 1571409920 105413 1992294400 134512640 134550932 4294266576 18446744073709551615 4294960144 0 4 0 16800975 18446604437810795584 0 0 -1 1 0 0 0
[pid=12050/tid=12061] ppid=12048 vsize=1534580 CPUtime=0
/proc/12050/task/12061/stat : 12061 (java) S 12048 12050 10997 0 -1 4202560 0 0 0 0 0 0 0 0 25 0 17 0 5771184 1571409920 105413 1992294400 134512640 134550932 4294266576 18446744073709551615 4294960144 0 4 0 16800975 18446604437810795584 0 0 -1 0 0 0 0
[pid=12050/tid=12062] ppid=12048 vsize=1534580 CPUtime=0.02
/proc/12050/task/12062/stat : 12062 (java) S 12048 12050 10997 0 -1 4202560 56 0 0 0 1 1 0 0 15 0 17 0 5771184 1571409920 105413 1992294400 134512640 134550932 4294266576 18446744073709551615 4294960144 0 4 0 16800975 18446604437810795584 0 0 -1 1 0 0 0
[pid=12050/tid=12065] ppid=12048 vsize=1534580 CPUtime=0
/proc/12050/task/12065/stat : 12065 (java) S 12048 12050 10997 0 -1 4202560 4 0 0 0 0 0 0 0 21 0 17 0 5771248 1571409920 105413 1992294400 134512640 134550932 4294266576 18446744073709551615 4294960144 0 4 0 16800975 18446604437810795584 0 0 -1 0 0 0 0
[pid=12050/tid=12066] ppid=12048 vsize=1534580 CPUtime=0
/proc/12050/task/12066/stat : 12066 (java) S 12048 12050 10997 0 -1 4202560 5 0 0 0 0 0 0 0 22 0 17 0 5771254 1571409920 105413 1992294400 134512640 134550932 4294266576 18446744073709551615 4294960144 0 4 0 16800975 18446604437810795584 0 0 -1 1 0 0 0
[pid=12050/tid=12089] ppid=12048 vsize=1534580 CPUtime=556.71
/proc/12050/task/12089/stat : 12089 (java) R 12048 12050 10997 0 -1 4202560 691 0 0 0 55661 10 0 0 18 0 17 0 5800360 1571409920 105413 1992294400 134512640 134550932 4294266576 18446744073709551615 4109965787 0 4 0 16800975 0 0 0 -1 1 0 0 0
[pid=12050/tid=12090] ppid=12048 vsize=1534580 CPUtime=554.09
/proc/12050/task/12090/stat : 12090 (java) R 12048 12050 10997 0 -1 4202560 266 0 0 0 55398 11 0 0 18 0 17 0 5800361 1571409920 105413 1992294400 134512640 134550932 4294266576 18446744073709551615 4110459304 0 4 0 16800975 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 1800.97
Current children cumulated vsize (KiB) 1534580

Child status: 143
Real time (s): 977.267
CPU time (s): 1801.08
CPU user time (s): 1799.61
CPU system time (s): 1.47078
CPU usage (%): 184.297
Max. virtual memory (cumulated for all children) (KiB): 1534756

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1799.61
system time used= 1.47078
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 113956
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= 38624
involuntary context switches= 53450

runsolver used 4.65629 second user time and 8.67068 second system time

The end

Launcher Data

Begin job on node043 at 2010-06-16 01:33:08
IDJOB=2662105
IDBENCH=25042
IDSOLVER=1166
FILE ID=node043/2662105-1276644788
PBS_JOBID= 11172385
Free space on /tmp= 62296 MiB

SOLVER NAME= SAT4J PB RES // CP 2.2.0 2010-05-31
BENCH NAME= PB07/normalized-PB07/OPT-SMALLINT-LIN/submittedPB07/aksoy/area_opers/normalized-fir02_area_opers.opb
COMMAND LINE= java6 -server -Xms1350m -Xmx1350m -jar HOME/sat4j-multicore.jar BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-2662105-1276644788/watcher-2662105-1276644788 -o /tmp/evaluation-result-2662105-1276644788/solver-2662105-1276644788 -C 1800 -W 2000 -M 1800  java6 -server -Xms1350m -Xmx1350m -jar HOME/sat4j-multicore.jar HOME/instance-2662105-1276644788.opb

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

MD5SUM BENCH= 918383404e7b51b9b3205c84ccd5b510
RANDOM SEED=399688048

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

processor	: 1
vendor_id	: GenuineIntel
cpu family	: 15
model		: 4
model name	:                   Intel(R) Xeon(TM) CPU 3.00GHz
stepping	: 3
cpu MHz		: 3000.241
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.37
clflush size	: 64
cache_alignment	: 128
address sizes	: 36 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:      2059040 kB
MemFree:       1809512 kB
Buffers:         62880 kB
Cached:         107772 kB
SwapCached:       6168 kB
Active:          94580 kB
Inactive:        90300 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2059040 kB
LowFree:       1809512 kB
SwapTotal:     4192956 kB
SwapFree:      4141376 kB
Dirty:             384 kB
Writeback:           0 kB
AnonPages:       11956 kB
Mapped:          13604 kB
Slab:            42664 kB
PageTables:       3968 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:   5222476 kB
Committed_AS:   182848 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= 62296 MiB
End job on node043 at 2010-06-16 01:49:26