Trace number 2663118

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)16 1800.4 947.758

General information on the benchmark

Namenormalized-PB06/OPT-SMALLINT/web/www.ps.uni-sb.de/~walser/
benchmarks/radar/normalized-10:20:4.5:0.95:98.opb
MD5SUM09000b526c4cf3fc454b31cbb57a970b
Bench CategoryOPT-SMALLINT (optimisation, small integers)
Best result obtained on this benchmarkOPT
Best value of the objective obtained on this benchmark2
Best CPU time to get the best result obtained on this benchmark0.439932
Has Objective FunctionYES
SatisfiableYES
(Un)Satisfiability was provedYES
Best value of the objective function 2
Optimality of the best value was proved YES
Number of variables906
Total number of constraints1039
Number of constraints which are clauses852
Number of constraints which are cardinality constraints (but not clauses)187
Number of constraints which are nor clauses,nor cardinality constraints0
Minimum length of a constraint1
Maximum length of a constraint18
Number of terms in the objective function 906
Biggest coefficient in the objective function 553
Number of bits for the biggest coefficient in the objective function 10
Sum of the numbers in the objective function 2526
Number of bits of the sum of numbers in the objective function 12
Biggest number in a constraint 553
Number of bits of the biggest number in a constraint 10
Biggest sum of numbers in a constraint 2526
Number of bits of the biggest sum of numbers12
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.24/0.21	c Pseudo Boolean Optimization
0.24/0.21	c ManyCore solver with 2 solvers running in parallel
0.24/0.21	c --- Begin Solver configuration ---
0.24/0.21	c Stops conflict analysis at the first Unique Implication Point
0.24/0.21	c org.sat4j.pb.constraints.CompetResolutionPBMixedWLClauseCardConstrDataStructure@1f436f5
0.24/0.21	c Learn all clauses as in MiniSAT
0.24/0.21	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.24/0.21	c VSIDS like heuristics from MiniSAT using a heap lightweight component caching from RSAT taking into account the objective function
0.24/0.21	c Expensive reason simplification
0.24/0.21	c Armin Biere (Picosat) restarts strategy
0.24/0.21	c Glucose learned constraints deletion strategy
0.24/0.21	c timeout=2147483s
0.24/0.21	c DB Simplification allowed=false
0.24/0.21	c --- End Solver configuration ---
0.24/0.21	c Cutting planes based inference (org.sat4j.pb.core.PBSolverCP)
0.24/0.21	c --- Begin Solver configuration ---
0.24/0.21	c Stops conflict analysis at the first Unique Implication Point
0.24/0.21	c org.sat4j.pb.constraints.PBMaxClauseCardConstrDataStructure@18385e3
0.24/0.21	c Learn all clauses as in MiniSAT
0.24/0.21	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.24/0.21	c VSIDS like heuristics from MiniSAT using a heap phase appearing in latest learned clause taking into account the objective function
0.24/0.21	c No reason simplification
0.24/0.21	c Armin Biere (Picosat) restarts strategy
0.24/0.21	c Glucose learned constraints deletion strategy
0.24/0.21	c timeout=2147483s
0.24/0.21	c DB Simplification allowed=false
0.24/0.21	c --- End Solver configuration ---
0.24/0.21	
0.24/0.21	c solving HOME/instance-2663118-1276483025.opb
0.24/0.21	c reading problem ... 
0.75/0.50	c ... done. Wall clock time 0.291s.
0.75/0.50	c #vars     906
0.75/0.50	c #constraints  1039
0.75/0.50	c constraints type 
0.75/0.50	c org.sat4j.minisat.constraints.card.MinWatchCard => 186
0.75/0.50	c org.sat4j.minisat.constraints.cnf.OriginalBinaryClause => 852
0.75/0.50	c constraints type 
0.75/0.50	c org.sat4j.pb.constraints.pb.OriginalBinaryClausePB => 852
0.75/0.50	c org.sat4j.pb.constraints.pb.MinWatchCardPB => 186
0.75/0.59	c And the winner is Resolution
0.98/1.55	c SATISFIABLE
0.98/1.55	c OPTIMIZING...
0.98/1.55	c Got one! Elapsed wall clock time (in seconds):1.335
0.98/1.55	o 25
2.47/2.38	c And the winner is CuttingPlanes
2.68/2.65	c Got one! Elapsed wall clock time (in seconds):2.435
2.68/2.65	o 24
2.98/2.82	c And the winner is CuttingPlanes
3.02/3.66	c Got one! Elapsed wall clock time (in seconds):3.448
3.02/3.66	o 18
4.50/4.48	c And the winner is CuttingPlanes
4.64/4.73	c Got one! Elapsed wall clock time (in seconds):4.514
4.64/4.73	o 17
5.98/5.42	c cleaning 2496 clauses out of 5001 with flag 5001/5001
8.50/6.72	c cleaning 4246 clauses out of 8504 with flag 11000/11000
11.23/8.12	c cleaning 5623 clauses out of 11259 with flag 18001/18001
13.95/9.52	c And the winner is CuttingPlanes
13.99/9.78	c Got one! Elapsed wall clock time (in seconds):9.57
13.99/9.78	o 16
14.60/10.11	c cleaning 6812 clauses out of 13635 with flag 26000/26000
18.90/12.32	c cleaning 7905 clauses out of 15824 with flag 35001/35001
23.59/14.70	c cleaning 8949 clauses out of 17918 with flag 45000/45000
27.92/16.93	c cleaning 9473 clauses out of 18969 with flag 55000/55000
32.37/19.26	c cleaning 9735 clauses out of 19496 with flag 65000/65000
37.25/21.76	c cleaning 9876 clauses out of 19764 with flag 75003/75003
41.74/24.05	c cleaning 9933 clauses out of 19886 with flag 85001/85001
46.43/26.41	c cleaning 9969 clauses out of 19953 with flag 95001/95001
50.51/28.51	c cleaning 9982 clauses out of 19984 with flag 105001/105001
54.97/30.82	c cleaning 9994 clauses out of 20001 with flag 115000/115000
59.25/33.01	c cleaning 9999 clauses out of 20009 with flag 125002/125002
63.35/35.15	c cleaning 9993 clauses out of 20008 with flag 135000/135000
67.60/37.37	c cleaning 9995 clauses out of 20016 with flag 145001/145001
72.07/39.70	c cleaning 10006 clauses out of 20023 with flag 155003/155003
76.53/41.90	c cleaning 9999 clauses out of 20014 with flag 165000/165000
80.99/44.23	c cleaning 10004 clauses out of 20016 with flag 175001/175001
85.46/46.50	c cleaning 9999 clauses out of 20012 with flag 185001/185001
89.90/48.81	c cleaning 9997 clauses out of 20012 with flag 195000/195000
94.38/51.17	c cleaning 9998 clauses out of 20015 with flag 205000/205000
99.04/53.53	c cleaning 9999 clauses out of 20017 with flag 215000/215000
104.12/56.12	c cleaning 9998 clauses out of 20018 with flag 225000/225000
108.74/58.52	c cleaning 10002 clauses out of 20020 with flag 235000/235000
113.60/61.05	c cleaning 10000 clauses out of 20018 with flag 245000/245000
118.46/63.52	c cleaning 10000 clauses out of 20018 with flag 255000/255000
122.71/65.79	c cleaning 9995 clauses out of 20019 with flag 265001/265001
127.36/68.14	c cleaning 10001 clauses out of 20023 with flag 275000/275000
131.81/70.44	c cleaning 10000 clauses out of 20023 with flag 285001/285001
136.64/73.00	c cleaning 9999 clauses out of 20022 with flag 295000/295000
141.68/75.51	c cleaning 9998 clauses out of 20023 with flag 305000/305000
146.70/78.14	c cleaning 10005 clauses out of 20025 with flag 315000/315000
151.14/80.42	c cleaning 9994 clauses out of 20020 with flag 325000/325000
155.59/82.76	c cleaning 10002 clauses out of 20026 with flag 335000/335000
160.44/85.26	c cleaning 10009 clauses out of 20025 with flag 345001/345001
165.26/87.79	c cleaning 9993 clauses out of 20016 with flag 355001/355001
170.50/90.40	c cleaning 9996 clauses out of 20022 with flag 365000/365000
175.35/92.95	c cleaning 10000 clauses out of 20026 with flag 375000/375000
180.39/95.59	c cleaning 9997 clauses out of 20026 with flag 385000/385000
185.01/97.95	c cleaning 10013 clauses out of 20030 with flag 395001/395001
189.43/100.27	c cleaning 9996 clauses out of 20017 with flag 405001/405001
193.88/102.52	c cleaning 10004 clauses out of 20021 with flag 415001/415001
198.51/105.00	c cleaning 9996 clauses out of 20016 with flag 425000/425000
203.12/107.39	c cleaning 10005 clauses out of 20020 with flag 435000/435000
207.95/109.83	c cleaning 9992 clauses out of 20016 with flag 445001/445001
212.41/112.19	c cleaning 10005 clauses out of 20024 with flag 455001/455001
217.43/114.71	c cleaning 9994 clauses out of 20018 with flag 465000/465000
222.22/117.27	c cleaning 10001 clauses out of 20024 with flag 475000/475000
226.46/119.47	c cleaning 9994 clauses out of 20023 with flag 485000/485000
230.89/121.78	c cleaning 10001 clauses out of 20030 with flag 495001/495001
235.74/124.28	c cleaning 10004 clauses out of 20028 with flag 505000/505000
240.71/126.89	c cleaning 10003 clauses out of 20025 with flag 515001/515001
245.74/129.43	c cleaning 10003 clauses out of 20021 with flag 525000/525000
250.78/132.09	c cleaning 9996 clauses out of 20019 with flag 535001/535001
256.18/134.87	c cleaning 9999 clauses out of 20023 with flag 545001/545001
261.19/137.45	c cleaning 10001 clauses out of 20024 with flag 555001/555001
266.59/140.21	c cleaning 10000 clauses out of 20023 with flag 565001/565001
271.83/142.93	c cleaning 10000 clauses out of 20023 with flag 575001/575001
276.63/145.46	c cleaning 10002 clauses out of 20022 with flag 585000/585000
280.82/147.62	c cleaning 10004 clauses out of 20020 with flag 595000/595000
284.67/149.69	c cleaning 9998 clauses out of 20016 with flag 605000/605000
289.48/152.15	c cleaning 9999 clauses out of 20019 with flag 615001/615001
294.50/154.72	c cleaning 10000 clauses out of 20020 with flag 625001/625001
298.88/157.04	c cleaning 10001 clauses out of 20019 with flag 635000/635000
303.50/159.45	c cleaning 10000 clauses out of 20018 with flag 645000/645000
308.11/161.89	c cleaning 9999 clauses out of 20018 with flag 655000/655000
313.12/164.42	c cleaning 10000 clauses out of 20019 with flag 665000/665000
317.50/166.79	c cleaning 10002 clauses out of 20019 with flag 675000/675000
322.91/169.52	c cleaning 10000 clauses out of 20018 with flag 685001/685001
328.72/172.50	c cleaning 9996 clauses out of 20017 with flag 695000/695000
334.13/175.32	c cleaning 10000 clauses out of 20022 with flag 705001/705001
339.88/178.40	c cleaning 9997 clauses out of 20021 with flag 715000/715000
344.68/180.86	c cleaning 10006 clauses out of 20025 with flag 725001/725001
349.49/183.35	c cleaning 9998 clauses out of 20018 with flag 735000/735000
354.50/185.91	c cleaning 9996 clauses out of 20021 with flag 745001/745001
359.26/188.42	c cleaning 10002 clauses out of 20025 with flag 755001/755001
363.86/190.89	c cleaning 10002 clauses out of 20022 with flag 765000/765000
369.08/193.58	c cleaning 9999 clauses out of 20020 with flag 775000/775000
374.07/196.10	c cleaning 10002 clauses out of 20021 with flag 785000/785000
378.83/198.63	c cleaning 9997 clauses out of 20020 with flag 795001/795001
384.23/201.46	c cleaning 9999 clauses out of 20022 with flag 805000/805000
389.82/204.34	c cleaning 9999 clauses out of 20023 with flag 815000/815000
395.62/207.33	c cleaning 9998 clauses out of 20024 with flag 825000/825000
401.36/210.34	c cleaning 9999 clauses out of 20026 with flag 835000/835000
406.37/212.99	c cleaning 10003 clauses out of 20027 with flag 845000/845000
411.59/215.69	c cleaning 10003 clauses out of 20025 with flag 855001/855001
416.58/218.26	c cleaning 10001 clauses out of 20021 with flag 865000/865000
421.94/221.10	c cleaning 9991 clauses out of 20021 with flag 875001/875001
426.72/223.60	c cleaning 10009 clauses out of 20030 with flag 885001/885001
430.94/225.77	c cleaning 10006 clauses out of 20020 with flag 895000/895000
435.34/228.02	c cleaning 9996 clauses out of 20014 with flag 905000/905000
440.10/230.58	c cleaning 10000 clauses out of 20020 with flag 915002/915002
444.71/232.97	c cleaning 10006 clauses out of 20018 with flag 925000/925000
449.35/235.38	c cleaning 9998 clauses out of 20012 with flag 935000/935000
453.74/237.63	c cleaning 9999 clauses out of 20014 with flag 945000/945000
458.30/240.06	c cleaning 9999 clauses out of 20015 with flag 955000/955000
462.89/242.48	c cleaning 9999 clauses out of 20016 with flag 965000/965000
467.10/244.68	c cleaning 9997 clauses out of 20017 with flag 975000/975000
471.70/247.01	c cleaning 9997 clauses out of 20021 with flag 985001/985001
476.06/249.36	c cleaning 10002 clauses out of 20025 with flag 995002/995002
480.26/251.54	c cleaning 9994 clauses out of 20022 with flag 1005001/1005001
484.67/253.81	c cleaning 10004 clauses out of 20028 with flag 1015001/1015001
490.25/256.76	c cleaning 10006 clauses out of 20023 with flag 1025000/1025000
495.60/259.53	c cleaning 10001 clauses out of 20017 with flag 1035000/1035000
500.58/262.11	c cleaning 9996 clauses out of 20016 with flag 1045000/1045000
505.57/264.79	c cleaning 9998 clauses out of 20020 with flag 1055000/1055000
510.59/267.39	c cleaning 9995 clauses out of 20023 with flag 1065001/1065001
516.12/270.30	c cleaning 9998 clauses out of 20027 with flag 1075000/1075000
520.92/272.80	c cleaning 10001 clauses out of 20029 with flag 1085000/1085000
526.10/275.43	c cleaning 10003 clauses out of 20028 with flag 1095000/1095000
531.10/278.03	c cleaning 10004 clauses out of 20026 with flag 1105001/1105001
536.03/280.61	c cleaning 10001 clauses out of 20022 with flag 1115001/1115001
540.82/283.10	c cleaning 9994 clauses out of 20021 with flag 1125001/1125001
546.01/285.83	c cleaning 10003 clauses out of 20026 with flag 1135000/1135000
550.79/288.39	c cleaning 9996 clauses out of 20024 with flag 1145001/1145001
556.33/291.22	c cleaning 10002 clauses out of 20027 with flag 1155000/1155000
561.32/293.88	c cleaning 10005 clauses out of 20026 with flag 1165001/1165001
566.71/296.61	c cleaning 9998 clauses out of 20020 with flag 1175000/1175000
571.31/299.08	c cleaning 10002 clauses out of 20022 with flag 1185000/1185000
576.44/301.79	c cleaning 10003 clauses out of 20021 with flag 1195001/1195001
581.44/304.36	c cleaning 10001 clauses out of 20017 with flag 1205000/1205000
586.62/307.09	c cleaning 9996 clauses out of 20016 with flag 1215000/1215000
592.02/309.80	c cleaning 9997 clauses out of 20021 with flag 1225001/1225001
596.76/312.40	c cleaning 9996 clauses out of 20024 with flag 1235001/1235001
602.13/315.10	c cleaning 9995 clauses out of 20027 with flag 1245000/1245000
606.52/317.48	c cleaning 9994 clauses out of 20032 with flag 1255000/1255000
610.92/319.75	c cleaning 10005 clauses out of 20039 with flag 1265001/1265001
615.46/322.21	c cleaning 10005 clauses out of 20033 with flag 1275000/1275000
620.85/324.92	c cleaning 9998 clauses out of 20029 with flag 1285001/1285001
625.03/327.15	c cleaning 10008 clauses out of 20031 with flag 1295001/1295001
629.42/329.43	c cleaning 9997 clauses out of 20023 with flag 1305001/1305001
634.17/331.92	c cleaning 9998 clauses out of 20025 with flag 1315000/1315000
638.56/334.26	c cleaning 10000 clauses out of 20028 with flag 1325001/1325001
642.76/336.41	c cleaning 10003 clauses out of 20029 with flag 1335002/1335002
646.76/338.53	c cleaning 9996 clauses out of 20024 with flag 1345000/1345000
651.10/340.84	c cleaning 10007 clauses out of 20028 with flag 1355000/1355000
655.49/343.13	c cleaning 10005 clauses out of 20021 with flag 1365000/1365000
659.90/345.46	c cleaning 9996 clauses out of 20016 with flag 1375000/1375000
664.46/347.80	c cleaning 10004 clauses out of 20020 with flag 1385000/1385000
668.99/350.27	c cleaning 9999 clauses out of 20016 with flag 1395000/1395000
673.97/352.87	c cleaning 10000 clauses out of 20017 with flag 1405000/1405000
678.78/355.31	c cleaning 10004 clauses out of 20018 with flag 1415001/1415001
683.95/358.03	c cleaning 9997 clauses out of 20014 with flag 1425001/1425001
689.28/360.87	c cleaning 9992 clauses out of 20016 with flag 1435000/1435000
694.25/363.50	c cleaning 10000 clauses out of 20025 with flag 1445001/1445001
699.43/366.13	c cleaning 10007 clauses out of 20025 with flag 1455001/1455001
704.41/368.75	c cleaning 9998 clauses out of 20017 with flag 1465000/1465000
709.14/371.24	c cleaning 9999 clauses out of 20019 with flag 1475000/1475000
714.33/373.91	c cleaning 9997 clauses out of 20020 with flag 1485000/1485000
719.49/376.66	c cleaning 10000 clauses out of 20025 with flag 1495002/1495002
724.47/379.26	c cleaning 9996 clauses out of 20024 with flag 1505001/1505001
729.59/381.97	c cleaning 10002 clauses out of 20028 with flag 1515001/1515001
734.38/384.40	c cleaning 10005 clauses out of 20025 with flag 1525000/1525000
739.56/387.11	c cleaning 10005 clauses out of 20021 with flag 1535001/1535001
744.91/389.95	c cleaning 9995 clauses out of 20015 with flag 1545000/1545000
750.23/392.77	c cleaning 9997 clauses out of 20021 with flag 1555001/1555001
755.20/395.33	c cleaning 10000 clauses out of 20024 with flag 1565001/1565001
760.16/397.94	c cleaning 10003 clauses out of 20023 with flag 1575000/1575000
765.54/400.80	c cleaning 10000 clauses out of 20020 with flag 1585000/1585000
771.24/403.73	c cleaning 10001 clauses out of 20020 with flag 1595000/1595000
776.39/406.43	c cleaning 9996 clauses out of 20021 with flag 1605002/1605002
781.57/409.19	c cleaning 9998 clauses out of 20024 with flag 1615001/1615001
786.54/411.80	c cleaning 10002 clauses out of 20025 with flag 1625000/1625000
791.45/414.32	c cleaning 10000 clauses out of 20023 with flag 1635000/1635000
796.24/416.84	c cleaning 10000 clauses out of 20023 with flag 1645000/1645000
800.99/419.37	c cleaning 10000 clauses out of 20024 with flag 1655001/1655001
806.17/422.01	c cleaning 9999 clauses out of 20024 with flag 1665001/1665001
811.09/424.68	c cleaning 9997 clauses out of 20025 with flag 1675001/1675001
816.05/427.23	c cleaning 10004 clauses out of 20028 with flag 1685001/1685001
821.01/429.81	c cleaning 10001 clauses out of 20023 with flag 1695000/1695000
825.80/432.32	c cleaning 9995 clauses out of 20022 with flag 1705000/1705000
830.50/434.88	c cleaning 10002 clauses out of 20027 with flag 1715000/1715000
835.28/437.32	c cleaning 10004 clauses out of 20025 with flag 1725000/1725000
839.85/439.76	c cleaning 9998 clauses out of 20021 with flag 1735000/1735000
844.65/442.21	c cleaning 9993 clauses out of 20023 with flag 1745000/1745000
849.33/444.71	c cleaning 10007 clauses out of 20031 with flag 1755001/1755001
853.91/447.17	c cleaning 9994 clauses out of 20023 with flag 1765000/1765000
858.69/449.66	c cleaning 9998 clauses out of 20029 with flag 1775000/1775000
864.64/452.73	c cleaning 10006 clauses out of 20031 with flag 1785000/1785000
870.13/455.69	c cleaning 10001 clauses out of 20025 with flag 1795000/1795000
875.50/458.48	c cleaning 10003 clauses out of 20025 with flag 1805001/1805001
880.86/461.28	c cleaning 9998 clauses out of 20021 with flag 1815000/1815000
886.02/463.92	c cleaning 9992 clauses out of 20023 with flag 1825000/1825000
891.13/466.69	c cleaning 10003 clauses out of 20031 with flag 1835000/1835000
896.29/469.31	c cleaning 10000 clauses out of 20028 with flag 1845000/1845000
901.44/472.00	c cleaning 10003 clauses out of 20028 with flag 1855000/1855000
907.01/474.90	c cleaning 9999 clauses out of 20025 with flag 1865000/1865000
911.73/477.44	c cleaning 9997 clauses out of 20027 with flag 1875001/1875001
916.28/479.83	c cleaning 9997 clauses out of 20029 with flag 1885000/1885000
920.85/482.24	c cleaning 10002 clauses out of 20033 with flag 1895001/1895001
925.21/484.54	c cleaning 10005 clauses out of 20030 with flag 1905000/1905000
930.13/487.12	c cleaning 9995 clauses out of 20025 with flag 1915000/1915000
934.70/489.59	c cleaning 10006 clauses out of 20031 with flag 1925001/1925001
939.45/492.07	c cleaning 10003 clauses out of 20024 with flag 1935000/1935000
944.01/494.46	c cleaning 9996 clauses out of 20021 with flag 1945000/1945000
948.74/497.00	c cleaning 10005 clauses out of 20026 with flag 1955001/1955001
953.51/499.50	c cleaning 9992 clauses out of 20020 with flag 1965000/1965000
958.65/502.18	c cleaning 10000 clauses out of 20031 with flag 1975003/1975003
964.20/505.02	c cleaning 9998 clauses out of 20029 with flag 1985001/1985001
968.88/507.55	c cleaning 10008 clauses out of 20031 with flag 1995001/1995001
973.05/509.74	c cleaning 10003 clauses out of 20022 with flag 2005000/2005000
978.01/512.35	c cleaning 10001 clauses out of 20020 with flag 2015001/2015001
982.78/514.88	c cleaning 9995 clauses out of 20018 with flag 2025000/2025000
986.89/517.10	c cleaning 9999 clauses out of 20023 with flag 2035000/2035000
991.63/519.53	c cleaning 10003 clauses out of 20025 with flag 2045001/2045001
995.99/521.88	c cleaning 10001 clauses out of 20021 with flag 2055000/2055000
1001.15/524.61	c cleaning 9999 clauses out of 20022 with flag 2065002/2065002
1006.43/527.32	c cleaning 9997 clauses out of 20022 with flag 2075001/2075001
1010.60/529.59	c cleaning 10001 clauses out of 20024 with flag 2085000/2085000
1015.16/531.93	c cleaning 9996 clauses out of 20024 with flag 2095001/2095001
1019.53/534.25	c cleaning 10006 clauses out of 20028 with flag 2105001/2105001
1024.02/536.64	c cleaning 10005 clauses out of 20021 with flag 2115000/2115000
1028.60/539.07	c cleaning 10004 clauses out of 20016 with flag 2125000/2125000
1033.93/541.83	c cleaning 9992 clauses out of 20012 with flag 2135000/2135000
1039.10/544.53	c cleaning 9999 clauses out of 20021 with flag 2145001/2145001
1043.97/547.10	c cleaning 9995 clauses out of 20022 with flag 2155001/2155001
1048.33/549.42	c cleaning 10004 clauses out of 20027 with flag 2165001/2165001
1052.50/551.66	c cleaning 10004 clauses out of 20023 with flag 2175001/2175001
1057.25/554.15	c cleaning 9994 clauses out of 20019 with flag 2185001/2185001
1061.95/556.64	c cleaning 10004 clauses out of 20025 with flag 2195001/2195001
1066.69/559.11	c cleaning 10000 clauses out of 20022 with flag 2205002/2205002
1071.45/561.69	c cleaning 9998 clauses out of 20021 with flag 2215001/2215001
1076.42/564.21	c cleaning 10003 clauses out of 20022 with flag 2225000/2225000
1081.88/567.11	c cleaning 10003 clauses out of 20020 with flag 2235001/2235001
1087.03/569.87	c cleaning 10000 clauses out of 20016 with flag 2245000/2245000
1091.77/572.32	c cleaning 10001 clauses out of 20018 with flag 2255002/2255002
1096.52/574.84	c cleaning 9998 clauses out of 20016 with flag 2265001/2265001
1101.99/577.78	c cleaning 9997 clauses out of 20019 with flag 2275002/2275002
1106.74/580.24	c cleaning 10000 clauses out of 20020 with flag 2285000/2285000
1111.48/582.76	c cleaning 9995 clauses out of 20020 with flag 2295000/2295000
1116.26/585.30	c cleaning 10000 clauses out of 20027 with flag 2305002/2305002
1121.12/587.88	c cleaning 10004 clauses out of 20025 with flag 2315000/2315000
1126.86/590.86	c cleaning 10000 clauses out of 20021 with flag 2325000/2325000
1132.41/593.78	c cleaning 10002 clauses out of 20022 with flag 2335001/2335001
1137.55/596.49	c cleaning 9996 clauses out of 20022 with flag 2345003/2345003
1142.84/599.24	c cleaning 10001 clauses out of 20025 with flag 2355002/2355002
1147.78/601.83	c cleaning 9997 clauses out of 20024 with flag 2365002/2365002
1152.73/604.40	c cleaning 10000 clauses out of 20025 with flag 2375000/2375000
1157.50/606.96	c cleaning 9999 clauses out of 20026 with flag 2385001/2385001
1162.56/609.67	c cleaning 10001 clauses out of 20026 with flag 2395000/2395000
1168.30/612.65	c cleaning 10000 clauses out of 20026 with flag 2405001/2405001
1172.84/615.09	c cleaning 9998 clauses out of 20025 with flag 2415000/2415000
1177.59/617.51	c cleaning 10000 clauses out of 20027 with flag 2425000/2425000
1181.88/619.84	c cleaning 10004 clauses out of 20027 with flag 2435000/2435000
1186.42/622.28	c cleaning 9995 clauses out of 20024 with flag 2445001/2445001
1191.57/624.92	c cleaning 10005 clauses out of 20029 with flag 2455001/2455001
1196.51/627.50	c cleaning 9999 clauses out of 20024 with flag 2465001/2465001
1201.18/630.09	c cleaning 10002 clauses out of 20024 with flag 2475000/2475000
1206.31/632.73	c cleaning 10003 clauses out of 20023 with flag 2485001/2485001
1211.25/635.30	c cleaning 9999 clauses out of 20019 with flag 2495000/2495000
1216.19/637.96	c cleaning 9997 clauses out of 20020 with flag 2505000/2505000
1221.05/640.52	c cleaning 9998 clauses out of 20024 with flag 2515001/2515001
1225.78/643.09	c cleaning 9998 clauses out of 20025 with flag 2525000/2525000
1231.31/645.94	c cleaning 10004 clauses out of 20027 with flag 2535000/2535000
1236.63/648.80	c cleaning 10002 clauses out of 20023 with flag 2545000/2545000
1241.89/651.59	c cleaning 9994 clauses out of 20022 with flag 2555001/2555001
1247.22/654.33	c cleaning 10003 clauses out of 20028 with flag 2565001/2565001
1252.35/657.03	c cleaning 9999 clauses out of 20025 with flag 2575001/2575001
1257.29/659.60	c cleaning 10003 clauses out of 20025 with flag 2585000/2585000
1262.16/662.29	c cleaning 9995 clauses out of 20022 with flag 2595000/2595000
1267.28/664.91	c cleaning 9994 clauses out of 20028 with flag 2605001/2605001
1272.21/667.57	c cleaning 10000 clauses out of 20034 with flag 2615001/2615001
1277.14/670.19	c cleaning 10007 clauses out of 20033 with flag 2625000/2625000
1282.40/672.94	c cleaning 10004 clauses out of 20029 with flag 2635003/2635003
1287.34/675.59	c cleaning 10002 clauses out of 20023 with flag 2645001/2645001
1292.46/678.25	c cleaning 10008 clauses out of 20021 with flag 2655001/2655001
1297.61/680.98	c cleaning 9997 clauses out of 20012 with flag 2665000/2665000
1302.85/683.72	c cleaning 9996 clauses out of 20015 with flag 2675000/2675000
1308.37/686.60	c cleaning 9999 clauses out of 20019 with flag 2685000/2685000
1313.29/689.28	c cleaning 9998 clauses out of 20020 with flag 2695000/2695000
1318.43/691.94	c cleaning 10001 clauses out of 20023 with flag 2705001/2705001
1323.28/694.56	c cleaning 10002 clauses out of 20021 with flag 2715000/2715000
1328.61/697.38	c cleaning 9996 clauses out of 20021 with flag 2725002/2725002
1333.92/700.17	c cleaning 10001 clauses out of 20025 with flag 2735002/2735002
1339.44/703.02	c cleaning 10002 clauses out of 20023 with flag 2745001/2745001
1344.69/705.89	c cleaning 9996 clauses out of 20021 with flag 2755001/2755001
1350.01/708.68	c cleaning 9997 clauses out of 20025 with flag 2765001/2765001
1355.33/711.44	c cleaning 9997 clauses out of 20027 with flag 2775000/2775000
1360.27/714.09	c cleaning 10007 clauses out of 20030 with flag 2785000/2785000
1365.32/716.78	c cleaning 9990 clauses out of 20024 with flag 2795001/2795001
1370.25/719.31	c cleaning 10001 clauses out of 20034 with flag 2805001/2805001
1374.97/721.85	c cleaning 10001 clauses out of 20034 with flag 2815002/2815002
1379.71/724.36	c cleaning 10002 clauses out of 20032 with flag 2825001/2825001
1384.57/726.94	c cleaning 10000 clauses out of 20031 with flag 2835002/2835002
1389.50/729.55	c cleaning 10002 clauses out of 20029 with flag 2845000/2845000
1394.43/732.19	c cleaning 9995 clauses out of 20027 with flag 2855000/2855000
1399.17/734.69	c cleaning 10005 clauses out of 20032 with flag 2865000/2865000
1403.82/737.15	c cleaning 9998 clauses out of 20028 with flag 2875001/2875001
1408.35/739.56	c cleaning 10004 clauses out of 20029 with flag 2885000/2885000
1412.88/741.95	c cleaning 9999 clauses out of 20027 with flag 2895002/2895002
1417.80/744.50	c cleaning 10003 clauses out of 20029 with flag 2905003/2905003
1422.46/747.06	c cleaning 9999 clauses out of 20023 with flag 2915000/2915000
1426.99/749.49	c cleaning 9997 clauses out of 20024 with flag 2925000/2925000
1431.53/751.89	c cleaning 9996 clauses out of 20027 with flag 2935000/2935000
1436.26/754.34	c cleaning 10007 clauses out of 20033 with flag 2945002/2945002
1441.12/756.91	c cleaning 10000 clauses out of 20027 with flag 2955003/2955003
1445.65/759.37	c cleaning 10001 clauses out of 20024 with flag 2965000/2965000
1450.38/761.88	c cleaning 10003 clauses out of 20024 with flag 2975001/2975001
1455.11/764.37	c cleaning 9994 clauses out of 20020 with flag 2985000/2985000
1459.59/766.71	c cleaning 10002 clauses out of 20026 with flag 2995000/2995000
1463.51/768.85	c cleaning 10004 clauses out of 20025 with flag 3005001/3005001
1467.64/771.10	c cleaning 10005 clauses out of 20021 with flag 3015001/3015001
1472.75/773.72	c cleaning 9996 clauses out of 20015 with flag 3025000/3025000
1477.41/776.25	c cleaning 10003 clauses out of 20020 with flag 3035001/3035001
1481.94/778.62	c cleaning 9995 clauses out of 20018 with flag 3045002/3045002
1486.29/780.94	c cleaning 10001 clauses out of 20022 with flag 3055001/3055001
1490.80/783.34	c cleaning 10000 clauses out of 20022 with flag 3065002/3065002
1495.45/785.84	c cleaning 10003 clauses out of 20020 with flag 3075000/3075000
1499.78/788.18	c cleaning 9999 clauses out of 20017 with flag 3085000/3085000
1504.30/790.52	c cleaning 10001 clauses out of 20018 with flag 3095000/3095000
1508.83/793.00	c cleaning 9996 clauses out of 20018 with flag 3105001/3105001
1514.07/795.76	c cleaning 10004 clauses out of 20022 with flag 3115001/3115001
1518.40/798.04	c cleaning 9998 clauses out of 20017 with flag 3125000/3125000
1522.74/800.36	c cleaning 9995 clauses out of 20020 with flag 3135001/3135001
1527.07/802.69	c cleaning 9999 clauses out of 20025 with flag 3145001/3145001
1531.52/805.09	c cleaning 9995 clauses out of 20026 with flag 3155001/3155001
1536.06/807.46	c cleaning 9999 clauses out of 20030 with flag 3165000/3165000
1540.57/809.89	c cleaning 10005 clauses out of 20032 with flag 3175001/3175001
1544.91/812.17	c cleaning 10009 clauses out of 20026 with flag 3185000/3185000
1549.55/814.67	c cleaning 9997 clauses out of 20017 with flag 3195000/3195000
1555.07/817.54	c cleaning 10001 clauses out of 20021 with flag 3205001/3205001
1559.59/819.96	c cleaning 10003 clauses out of 20020 with flag 3215001/3215001
1564.51/822.50	c cleaning 9995 clauses out of 20016 with flag 3225000/3225000
1569.18/825.04	c cleaning 10004 clauses out of 20021 with flag 3235000/3235000
1574.29/827.79	c cleaning 9996 clauses out of 20018 with flag 3245001/3245001
1579.41/830.46	c cleaning 10002 clauses out of 20021 with flag 3255000/3255000
1584.52/833.18	c cleaning 9998 clauses out of 20019 with flag 3265000/3265000
1589.56/835.85	c cleaning 9996 clauses out of 20021 with flag 3275000/3275000
1594.69/838.50	c cleaning 10010 clauses out of 20027 with flag 3285002/3285002
1600.21/841.42	c cleaning 9994 clauses out of 20016 with flag 3295001/3295001
1605.51/844.26	c cleaning 10002 clauses out of 20023 with flag 3305002/3305002
1610.76/847.07	c cleaning 9997 clauses out of 20020 with flag 3315001/3315001
1615.88/849.72	c cleaning 9998 clauses out of 20024 with flag 3325002/3325002
1620.99/852.46	c cleaning 10001 clauses out of 20024 with flag 3335000/3335000
1626.30/855.23	c cleaning 10000 clauses out of 20023 with flag 3345000/3345000
1631.53/858.06	c cleaning 9993 clauses out of 20024 with flag 3355001/3355001
1636.25/860.59	c cleaning 10003 clauses out of 20031 with flag 3365001/3365001
1641.37/863.27	c cleaning 10001 clauses out of 20028 with flag 3375001/3375001
1646.47/865.93	c cleaning 10002 clauses out of 20026 with flag 3385000/3385000
1651.73/868.71	c cleaning 10001 clauses out of 20028 with flag 3395004/3395004
1657.04/871.55	c cleaning 9994 clauses out of 20023 with flag 3405000/3405000
1662.35/874.30	c cleaning 10004 clauses out of 20031 with flag 3415002/3415002
1667.27/876.97	c cleaning 9991 clauses out of 20025 with flag 3425000/3425000
1672.13/879.54	c cleaning 10007 clauses out of 20034 with flag 3435000/3435000
1677.04/882.20	c cleaning 10001 clauses out of 20027 with flag 3445000/3445000
1681.95/884.79	c cleaning 10007 clauses out of 20026 with flag 3455000/3455000
1686.87/887.38	c cleaning 9997 clauses out of 20019 with flag 3465000/3465000
1692.11/890.10	c cleaning 9995 clauses out of 20023 with flag 3475001/3475001
1696.82/892.61	c cleaning 10002 clauses out of 20030 with flag 3485003/3485003
1701.95/895.34	c cleaning 9999 clauses out of 20026 with flag 3495001/3495001
1706.25/897.68	c cleaning 10005 clauses out of 20027 with flag 3505001/3505001
1711.08/900.27	c cleaning 10003 clauses out of 20021 with flag 3515000/3515000
1715.78/902.79	c cleaning 9992 clauses out of 20018 with flag 3525000/3525000
1720.72/905.36	c cleaning 10006 clauses out of 20026 with flag 3535000/3535000
1725.82/908.09	c cleaning 10000 clauses out of 20021 with flag 3545001/3545001
1730.68/910.62	c cleaning 9996 clauses out of 20022 with flag 3555002/3555002
1735.38/913.16	c cleaning 9997 clauses out of 20025 with flag 3565001/3565001
1739.90/915.53	c cleaning 10001 clauses out of 20027 with flag 3575000/3575000
1744.41/917.97	c cleaning 10004 clauses out of 20026 with flag 3585000/3585000
1749.24/920.52	c cleaning 9999 clauses out of 20023 with flag 3595001/3595001
1753.96/923.02	c cleaning 10000 clauses out of 20023 with flag 3605000/3605000
1758.48/925.50	c cleaning 10002 clauses out of 20024 with flag 3615001/3615001
1763.78/928.22	c cleaning 9995 clauses out of 20022 with flag 3625001/3625001
1768.41/930.73	c cleaning 9998 clauses out of 20027 with flag 3635001/3635001
1773.31/933.34	c cleaning 10002 clauses out of 20029 with flag 3645001/3645001
1778.22/935.95	c cleaning 10003 clauses out of 20026 with flag 3655000/3655000
1782.94/938.43	c cleaning 10006 clauses out of 20023 with flag 3665000/3665000
1787.98/941.11	c cleaning 9996 clauses out of 20018 with flag 3675001/3675001
1792.89/943.80	c cleaning 10002 clauses out of 20023 with flag 3685002/3685002
1797.80/946.39	c cleaning 9996 clauses out of 20019 with flag 3695000/3695000
1800.13/947.62	c starts		: 5
1800.13/947.62	c conflicts		: 1796
1800.13/947.62	c decisions		: 304439
1800.13/947.62	c propagations		: 928631
1800.13/947.62	c inspects		: 285922274
1800.13/947.62	c learnt literals	: 0
1800.13/947.62	c learnt binary clauses	: 0
1800.13/947.62	c learnt ternary clauses	: 0
1800.13/947.62	c learnt clauses	: 1796
1800.13/947.62	c ignored clauses	: 0
1800.13/947.62	c root simplifications	: 0
1800.13/947.62	c removed literals (reason simplification)	: 0
1800.13/947.62	c reason swapping (by a shorter reason)	: 0
1800.13/947.62	c Calls to reduceDB	: 0
1800.13/947.62	c number of reductions to clauses (during analyze)	: 0
1800.13/947.62	c number of learned constraints concerned by reduction	: 0
1800.13/947.62	c number of learning phase by resolution	: 0
1800.13/947.62	c number of learning phase by cutting planes	: 0
1800.13/947.62	c speed (assignments/second)	: 990.1943639985158
1800.13/947.62	c non guided choices	0
1800.13/947.62	c learnt constraints type 
1800.13/947.62	c org.sat4j.pb.constraints.pb.MaxWatchPb => 1796
1800.13/947.62	c constraints type 
1800.13/947.62	c org.sat4j.minisat.constraints.card.MinWatchCard => 186
1800.13/947.62	c org.sat4j.minisat.constraints.cnf.OriginalBinaryClause => 852
1800.13/947.62	c org.sat4j.pb.constraints.pb.MaxWatchPb => 1
1800.13/947.62	c constraints type 
1800.13/947.62	c org.sat4j.pb.constraints.pb.OriginalBinaryClausePB => 852
1800.13/947.62	c org.sat4j.pb.constraints.pb.MinWatchCardPB => 186
1800.13/947.62	c org.sat4j.pb.constraints.pb.MaxWatchPb => 1
1800.13/947.62	s SATISFIABLE
1800.13/947.71	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 
1800.13/947.71	c objective function=16
1800.13/947.71	c Total wall clock time (in seconds): 947.5

Verifier Data

OK	16

Watcher Data

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

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

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


[startup+0 s]
/proc/loadavg: 0.92 0.98 1.07 3/106 28794
/proc/meminfo: memFree=1840020/2059040 swapFree=4140220/4192956
[pid=28794] ppid=28792 vsize=248 CPUtime=0
/proc/28794/stat : 28794 (java) R 28792 28794 28769 0 -1 4194304 281 0 0 0 0 0 0 0 18 0 1 0 23904117 253952 28 1992294400 134512640 134550932 4292127232 18446744073709551615 2323028 0 0 4096 0 0 0 0 17 1 0 0 0
/proc/28794/statm: 62 28 21 10 0 23 0

[startup+0.03012 s]
/proc/loadavg: 0.92 0.98 1.07 3/106 28794
/proc/meminfo: memFree=1840020/2059040 swapFree=4140220/4192956
[pid=28794] ppid=28792 vsize=1518368 CPUtime=0.01
/proc/28794/stat : 28794 (java) S 28792 28794 28769 0 -1 4202496 2708 0 1 0 0 1 0 0 18 0 4 0 23904117 1554808832 2153 1992294400 134512640 134550932 4292127232 18446744073709551615 4294960144 0 0 0 16784584 18446744073709551615 0 0 17 0 0 0 0
/proc/28794/statm: 379592 2153 460 10 0 377303 0
Current children cumulated CPU time (s) 0.01
Current children cumulated vsize (KiB) 1518368

[startup+0.101135 s]
/proc/loadavg: 0.92 0.98 1.07 3/106 28794
/proc/meminfo: memFree=1840020/2059040 swapFree=4140220/4192956
[pid=28794] ppid=28792 vsize=1524180 CPUtime=0.08
/proc/28794/stat : 28794 (java) S 28792 28794 28769 0 -1 4202496 3964 0 1 0 6 2 0 0 18 0 12 0 23904117 1560760320 3404 1992294400 134512640 134550932 4292127232 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/28794/statm: 381045 3404 1075 10 0 378348 0
Current children cumulated CPU time (s) 0.08
Current children cumulated vsize (KiB) 1524180

[startup+0.300378 s]
/proc/loadavg: 0.92 0.98 1.07 3/106 28794
/proc/meminfo: memFree=1840020/2059040 swapFree=4140220/4192956
[pid=28794] ppid=28792 vsize=1526172 CPUtime=0.36
/proc/28794/stat : 28794 (java) S 28792 28794 28769 0 -1 4202496 5378 0 1 0 33 3 0 0 18 0 12 0 23904117 1562800128 4816 1992294400 134512640 134550932 4292127232 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/28794/statm: 381543 4816 1361 10 0 378846 0
Current children cumulated CPU time (s) 0.36
Current children cumulated vsize (KiB) 1526172

[startup+0.701384 s]
/proc/loadavg: 0.92 0.98 1.07 3/106 28794
/proc/meminfo: memFree=1840020/2059040 swapFree=4140220/4192956
[pid=28794] ppid=28792 vsize=1528788 CPUtime=0.98
/proc/28794/stat : 28794 (java) S 28792 28794 28769 0 -1 4202496 7444 0 1 0 94 4 0 0 18 0 14 0 23904117 1565478912 6808 1992294400 134512640 134550932 4292127232 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/28794/statm: 382197 6808 1416 10 0 379500 0
Current children cumulated CPU time (s) 0.98
Current children cumulated vsize (KiB) 1528788

[startup+1.5014 s]
/proc/loadavg: 0.92 0.98 1.07 1/120 28810
/proc/meminfo: memFree=1818148/2059040 swapFree=4140220/4192956
[pid=28794] ppid=28792 vsize=1528788 CPUtime=0.98
/proc/28794/stat : 28794 (java) S 28792 28794 28769 0 -1 4202496 7444 0 1 0 94 4 0 0 18 0 14 0 23904117 1565478912 6808 1992294400 134512640 134550932 4292127232 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/28794/statm: 382197 6808 1416 10 0 379500 0
[pid=28794/tid=28796] ppid=28792 vsize=1528788 CPUtime=0.48
/proc/28794/task/28796/stat : 28796 (java) S 28792 28794 28769 0 -1 4202560 4796 0 1 0 46 2 0 0 18 0 14 0 23904118 1565478912 6808 1992294400 134512640 134550932 4292127232 18446744073709551615 4294960144 0 4 0 16800975 18446604437837583296 0 0 -1 0 0 0 0
[pid=28794/tid=28797] ppid=28792 vsize=1528788 CPUtime=0
/proc/28794/task/28797/stat : 28797 (java) S 28792 28794 28769 0 -1 4202560 4 0 0 0 0 0 0 0 20 0 14 0 23904120 1565478912 6808 1992294400 134512640 134550932 4292127232 18446744073709551615 4294960144 0 4 0 16800975 18446604437837583296 0 0 -1 0 0 0 0
[pid=28794/tid=28798] ppid=28792 vsize=1528788 CPUtime=0
/proc/28794/task/28798/stat : 28798 (java) S 28792 28794 28769 0 -1 4202560 1 0 0 0 0 0 0 0 21 0 14 0 23904120 1565478912 6808 1992294400 134512640 134550932 4292127232 18446744073709551615 4294960144 0 4 0 16800975 18446604437837583296 0 0 -1 0 0 0 0
[pid=28794/tid=28799] ppid=28792 vsize=1528788 CPUtime=0
/proc/28794/task/28799/stat : 28799 (java) S 28792 28794 28769 0 -1 4202560 0 0 0 0 0 0 0 0 18 0 14 0 23904122 1565478912 6808 1992294400 134512640 134550932 4292127232 18446744073709551615 4294960144 0 0 0 16800975 18446604437837583296 0 0 -1 1 0 0 0
[pid=28794/tid=28800] ppid=28792 vsize=1528788 CPUtime=0
/proc/28794/task/28800/stat : 28800 (java) S 28792 28794 28769 0 -1 4202560 11 0 0 0 0 0 0 0 23 0 14 0 23904122 1565478912 6808 1992294400 134512640 134550932 4292127232 18446744073709551615 4294960144 0 4 0 16800975 18446604437837583296 0 0 -1 0 0 0 0
[pid=28794/tid=28801] ppid=28792 vsize=1528788 CPUtime=0
/proc/28794/task/28801/stat : 28801 (java) S 28792 28794 28769 0 -1 4202560 4 0 0 0 0 0 0 0 24 0 14 0 23904122 1565478912 6808 1992294400 134512640 134550932 4292127232 18446744073709551615 4294960144 0 4 0 16800975 18446604437837583296 0 0 -1 0 0 0 0
[pid=28794/tid=28802] ppid=28792 vsize=1528788 CPUtime=0
/proc/28794/task/28802/stat : 28802 (java) S 28792 28794 28769 0 -1 4202560 2 0 0 0 0 0 0 0 25 0 14 0 23904126 1565478912 6808 1992294400 134512640 134550932 4292127232 18446744073709551615 4294960144 0 4 0 16800975 18446604437837583296 0 0 -1 0 0 0 0
[pid=28794/tid=28803] ppid=28792 vsize=1528788 CPUtime=0.12
/proc/28794/task/28803/stat : 28803 (java) S 28792 28794 28769 0 -1 4202560 122 0 0 0 12 0 0 0 25 0 14 0 23904126 1565478912 6808 1992294400 134512640 134550932 4292127232 18446744073709551615 4294960144 0 4 0 16800975 18446604437837583296 0 0 -1 0 0 0 0
[pid=28794/tid=28804] ppid=28792 vsize=1528788 CPUtime=0.21
/proc/28794/task/28804/stat : 28804 (java) S 28792 28794 28769 0 -1 4202560 988 0 0 0 21 0 0 0 17 0 14 0 23904126 1565478912 6808 1992294400 134512640 134550932 4292127232 18446744073709551615 4294960144 0 4 0 16800975 18446604437837583296 0 0 -1 1 0 0 0
[pid=28794/tid=28805] ppid=28792 vsize=1528788 CPUtime=0
/proc/28794/task/28805/stat : 28805 (java) S 28792 28794 28769 0 -1 4202560 0 0 0 0 0 0 0 0 25 0 14 0 23904126 1565478912 6808 1992294400 134512640 134550932 4292127232 18446744073709551615 4294960144 0 4 0 16800975 18446604437837583296 0 0 -1 0 0 0 0
[pid=28794/tid=28806] ppid=28792 vsize=1528788 CPUtime=0
/proc/28794/task/28806/stat : 28806 (java) S 28792 28794 28769 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 14 0 23904127 1565478912 6808 1992294400 134512640 134550932 4292127232 18446744073709551615 4294960144 0 4 0 16800975 18446604437837583296 0 0 -1 0 0 0 0
[pid=28794/tid=28809] ppid=28792 vsize=1528788 CPUtime=0
/proc/28794/task/28809/stat : 28809 (java) S 28792 28794 28769 0 -1 4202560 5 0 0 0 0 0 0 0 19 0 14 0 23904173 1565478912 6808 1992294400 134512640 134550932 4292127232 18446744073709551615 4294960144 0 4 0 16800975 18446604437837583296 0 0 -1 0 0 0 0
[pid=28794/tid=28810] ppid=28792 vsize=1528788 CPUtime=0
/proc/28794/task/28810/stat : 28810 (java) S 28792 28794 28769 0 -1 4202560 0 0 0 0 0 0 0 0 19 0 14 0 23904179 1565478912 6808 1992294400 134512640 134550932 4292127232 18446744073709551615 4294960144 0 4 0 16800975 18446604437837583296 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 0.98
Current children cumulated vsize (KiB) 1528788

[startup+3.10142 s]
/proc/loadavg: 0.92 0.98 1.07 5/122 28812
/proc/meminfo: memFree=1800276/2059040 swapFree=4140220/4192956
[pid=28794] ppid=28792 vsize=1543824 CPUtime=3.02
/proc/28794/stat : 28794 (java) S 28792 28794 28769 0 -1 4202496 15775 0 1 0 295 7 0 0 18 0 14 0 23904117 1580875776 12585 1992294400 134512640 134550932 4292127232 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/28794/statm: 385956 12585 1433 10 0 383259 0
[pid=28794/tid=28796] ppid=28792 vsize=1543824 CPUtime=0.52
/proc/28794/task/28796/stat : 28796 (java) S 28792 28794 28769 0 -1 4202560 5007 0 1 0 50 2 0 0 19 0 14 0 23904118 1580875776 12585 1992294400 134512640 134550932 4292127232 18446744073709551615 4294960144 0 4 0 16800975 18446604437837583296 0 0 -1 1 0 0 0
[pid=28794/tid=28797] ppid=28792 vsize=1543824 CPUtime=0
/proc/28794/task/28797/stat : 28797 (java) S 28792 28794 28769 0 -1 4202560 4 0 0 0 0 0 0 0 20 0 14 0 23904120 1580875776 12585 1992294400 134512640 134550932 4292127232 18446744073709551615 4294960144 0 4 0 16800975 18446604437837583296 0 0 -1 0 0 0 0
[pid=28794/tid=28798] ppid=28792 vsize=1543824 CPUtime=0
/proc/28794/task/28798/stat : 28798 (java) S 28792 28794 28769 0 -1 4202560 1 0 0 0 0 0 0 0 21 0 14 0 23904120 1580875776 12585 1992294400 134512640 134550932 4292127232 18446744073709551615 4294960144 0 4 0 16800975 18446604437837583296 0 0 -1 0 0 0 0
[pid=28794/tid=28799] ppid=28792 vsize=1543824 CPUtime=0
/proc/28794/task/28799/stat : 28799 (java) S 28792 28794 28769 0 -1 4202560 0 0 0 0 0 0 0 0 18 0 14 0 23904122 1580875776 12585 1992294400 134512640 134550932 4292127232 18446744073709551615 4294960144 0 0 0 16800975 18446604437837583296 0 0 -1 1 0 0 0
[pid=28794/tid=28800] ppid=28792 vsize=1543824 CPUtime=0
/proc/28794/task/28800/stat : 28800 (java) S 28792 28794 28769 0 -1 4202560 11 0 0 0 0 0 0 0 23 0 14 0 23904122 1580875776 12585 1992294400 134512640 134550932 4292127232 18446744073709551615 4294960144 0 4 0 16800975 18446604437837583296 0 0 -1 0 0 0 0
[pid=28794/tid=28801] ppid=28792 vsize=1543824 CPUtime=0
/proc/28794/task/28801/stat : 28801 (java) S 28792 28794 28769 0 -1 4202560 4 0 0 0 0 0 0 0 24 0 14 0 23904122 1580875776 12585 1992294400 134512640 134550932 4292127232 18446744073709551615 4294960144 0 4 0 16800975 18446604437837583296 0 0 -1 0 0 0 0
[pid=28794/tid=28802] ppid=28792 vsize=1543824 CPUtime=0
/proc/28794/task/28802/stat : 28802 (java) S 28792 28794 28769 0 -1 4202560 2 0 0 0 0 0 0 0 25 0 14 0 23904126 1580875776 12585 1992294400 134512640 134550932 4292127232 18446744073709551615 4294960144 0 4 0 16800975 18446604437837583296 0 0 -1 0 0 0 0
[pid=28794/tid=28803] ppid=28792 vsize=1543824 CPUtime=0.81
/proc/28794/task/28803/stat : 28803 (java) S 28792 28794 28769 0 -1 4202560 2393 0 0 0 81 0 0 0 15 0 14 0 23904126 1580875776 12585 1992294400 134512640 134550932 4292127232 18446744073709551615 4294960144 0 4 0 16800975 18446604437837583296 0 0 -1 1 0 0 0
[pid=28794/tid=28804] ppid=28792 vsize=1543824 CPUtime=1.13
/proc/28794/task/28804/stat : 28804 (java) S 28792 28794 28769 0 -1 4202560 4837 0 0 0 112 1 0 0 15 0 14 0 23904126 1580875776 12585 1992294400 134512640 134550932 4292127232 18446744073709551615 4294960144 0 4 0 16800975 18446604437837583296 0 0 -1 0 0 0 0
[pid=28794/tid=28805] ppid=28792 vsize=1543824 CPUtime=0
/proc/28794/task/28805/stat : 28805 (java) S 28792 28794 28769 0 -1 4202560 0 0 0 0 0 0 0 0 25 0 14 0 23904126 1580875776 12585 1992294400 134512640 134550932 4292127232 18446744073709551615 4294960144 0 4 0 16800975 18446604437837583296 0 0 -1 0 0 0 0
[pid=28794/tid=28806] ppid=28792 vsize=1543824 CPUtime=0
/proc/28794/task/28806/stat : 28806 (java) S 28792 28794 28769 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 14 0 23904127 1580875776 12585 1992294400 134512640 134550932 4292127232 18446744073709551615 4294960144 0 4 0 16800975 18446604437837583296 0 0 -1 0 0 0 0
[pid=28794/tid=28809] ppid=28792 vsize=1543824 CPUtime=0
/proc/28794/task/28809/stat : 28809 (java) S 28792 28794 28769 0 -1 4202560 5 0 0 0 0 0 0 0 19 0 14 0 23904173 1580875776 12585 1992294400 134512640 134550932 4292127232 18446744073709551615 4294960144 0 4 0 16800975 18446604437837583296 0 0 -1 0 0 0 0
[pid=28794/tid=28810] ppid=28792 vsize=1543824 CPUtime=0
/proc/28794/task/28810/stat : 28810 (java) S 28792 28794 28769 0 -1 4202560 0 0 0 0 0 0 0 0 19 0 14 0 23904179 1580875776 12585 1992294400 134512640 134550932 4292127232 18446744073709551615 4294960144 0 4 0 16800975 18446604437837583296 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 3.02
Current children cumulated vsize (KiB) 1543824

[startup+6.30247 s]
/proc/loadavg: 0.85 0.97 1.06 3/122 28818
/proc/meminfo: memFree=1699216/2059040 swapFree=4140220/4192956
[pid=28794] ppid=28792 vsize=1542128 CPUtime=7.71
/proc/28794/stat : 28794 (java) S 28792 28794 28769 0 -1 4202496 44355 0 1 0 752 19 0 0 18 0 16 0 23904117 1579139072 40968 1992294400 134512640 134550932 4292127232 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/28794/statm: 385532 40968 1447 10 0 382835 0
[pid=28794/tid=28796] ppid=28792 vsize=1542128 CPUtime=0.53
/proc/28794/task/28796/stat : 28796 (java) S 28792 28794 28769 0 -1 4202560 5217 0 1 0 51 2 0 0 18 0 16 0 23904118 1579139072 40968 1992294400 134512640 134550932 4292127232 18446744073709551615 4294960144 0 4 0 16800975 18446604437837583296 0 0 -1 1 0 0 0
[pid=28794/tid=28797] ppid=28792 vsize=1542128 CPUtime=0.02
/proc/28794/task/28797/stat : 28797 (java) S 28792 28794 28769 0 -1 4202560 970 0 0 0 2 0 0 0 17 0 16 0 23904120 1579139072 40968 1992294400 134512640 134550932 4292127232 18446744073709551615 4294960144 0 4 0 16800975 18446604437837583296 0 0 -1 0 0 0 0
[pid=28794/tid=28798] ppid=28792 vsize=1542128 CPUtime=0.01
/proc/28794/task/28798/stat : 28798 (java) S 28792 28794 28769 0 -1 4202560 1747 0 0 0 1 0 0 0 17 0 16 0 23904120 1579139072 40968 1992294400 134512640 134550932 4292127232 18446744073709551615 4294960144 0 4 0 16800975 18446604437837583296 0 0 -1 0 0 0 0
[pid=28794/tid=28799] ppid=28792 vsize=1542128 CPUtime=0.04
/proc/28794/task/28799/stat : 28799 (java) S 28792 28794 28769 0 -1 4202560 1130 0 0 0 4 0 0 0 15 0 16 0 23904122 1579139072 40968 1992294400 134512640 134550932 4292127232 18446744073709551615 4294960144 0 0 0 16800975 18446604437837583296 0 0 -1 1 0 0 0
[pid=28794/tid=28800] ppid=28792 vsize=1542128 CPUtime=0
/proc/28794/task/28800/stat : 28800 (java) S 28792 28794 28769 0 -1 4202560 12 0 0 0 0 0 0 0 18 0 16 0 23904122 1579139072 40968 1992294400 134512640 134550932 4292127232 18446744073709551615 4294960144 0 4 0 16800975 18446604437837583296 0 0 -1 0 0 0 0
[pid=28794/tid=28801] ppid=28792 vsize=1542128 CPUtime=0
/proc/28794/task/28801/stat : 28801 (java) S 28792 28794 28769 0 -1 4202560 7 0 0 0 0 0 0 0 18 0 16 0 23904122 1579139072 40968 1992294400 134512640 134550932 4292127232 18446744073709551615 4294960144 0 4 0 16800975 18446604437837583296 0 0 -1 0 0 0 0
[pid=28794/tid=28802] ppid=28792 vsize=1542128 CPUtime=0
/proc/28794/task/28802/stat : 28802 (java) S 28792 28794 28769 0 -1 4202560 2 0 0 0 0 0 0 0 25 0 16 0 23904126 1579139072 40968 1992294400 134512640 134550932 4292127232 18446744073709551615 4294960144 0 4 0 16800975 18446604437837583296 0 0 -1 0 0 0 0
[pid=28794/tid=28803] ppid=28792 vsize=1542128 CPUtime=1.06
/proc/28794/task/28803/stat : 28803 (java) S 28792 28794 28769 0 -1 4202560 2445 0 0 0 106 0 0 0 15 0 16 0 23904126 1579139072 40968 1992294400 134512640 134550932 4292127232 18446744073709551615 4294960144 0 4 0 16800975 18446604437837583296 0 0 -1 1 0 0 0
[pid=28794/tid=28804] ppid=28792 vsize=1542128 CPUtime=1.79
/proc/28794/task/28804/stat : 28804 (java) S 28792 28794 28769 0 -1 4202560 4904 0 0 0 178 1 0 0 15 0 16 0 23904126 1579139072 40968 1992294400 134512640 134550932 4292127232 18446744073709551615 4294960144 0 4 0 16800975 18446604437837583296 0 0 -1 0 0 0 0
[pid=28794/tid=28805] ppid=28792 vsize=1542128 CPUtime=0
/proc/28794/task/28805/stat : 28805 (java) S 28792 28794 28769 0 -1 4202560 0 0 0 0 0 0 0 0 25 0 16 0 23904126 1579139072 40968 1992294400 134512640 134550932 4292127232 18446744073709551615 4294960144 0 4 0 16800975 18446604437837583296 0 0 -1 0 0 0 0
[pid=28794/tid=28806] ppid=28792 vsize=1542128 CPUtime=0
/proc/28794/task/28806/stat : 28806 (java) S 28792 28794 28769 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 16 0 23904127 1579139072 40968 1992294400 134512640 134550932 4292127232 18446744073709551615 4294960144 0 4 0 16800975 18446604437837583296 0 0 -1 0 0 0 0
[pid=28794/tid=28809] ppid=28792 vsize=1542128 CPUtime=0
/proc/28794/task/28809/stat : 28809 (java) S 28792 28794 28769 0 -1 4202560 5 0 0 0 0 0 0 0 19 0 16 0 23904173 1579139072 40968 1992294400 134512640 134550932 4292127232 18446744073709551615 4294960144 0 4 0 16800975 18446604437837583296 0 0 -1 0 0 0 0
[pid=28794/tid=28810] ppid=28792 vsize=1542128 CPUtime=0
/proc/28794/task/28810/stat : 28810 (java) S 28792 28794 28769 0 -1 4202560 0 0 0 0 0 0 0 0 19 0 16 0 23904179 1579139072 40968 1992294400 134512640 134550932 4292127232 18446744073709551615 4294960144 0 4 0 16800975 18446604437837583296 0 0 -1 0 0 0 0
[pid=28794/tid=28817] ppid=28792 vsize=1542128 CPUtime=1.3
/proc/28794/task/28817/stat : 28817 (java) R 28792 28794 28769 0 -1 4202560 1336 0 0 0 129 1 0 0 22 0 16 0 23904590 1579139072 40968 1992294400 134512640 134550932 4292127232 18446744073709551615 4109003922 0 4 0 16800975 0 0 0 -1 0 0 0 0
[pid=28794/tid=28818] ppid=28792 vsize=1542128 CPUtime=1.31
/proc/28794/task/28818/stat : 28818 (java) R 28792 28794 28769 0 -1 4202560 14366 0 0 0 126 5 0 0 24 0 16 0 23904590 1579139072 40968 1992294400 134512640 134550932 4292127232 18446744073709551615 4109486442 0 4 0 16800975 0 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 7.71
Current children cumulated vsize (KiB) 1542128

[startup+12.7016 s]
/proc/loadavg: 0.94 0.98 1.07 3/122 28822
/proc/meminfo: memFree=1676524/2059040 swapFree=4140220/4192956
[pid=28794] ppid=28792 vsize=1537912 CPUtime=19.63
/proc/28794/stat : 28794 (java) S 28792 28794 28769 0 -1 4202496 46949 0 1 0 1942 21 0 0 18 0 16 0 23904117 1574821888 42499 1992294400 134512640 134550932 4292127232 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/28794/statm: 384478 42499 1447 10 0 381781 0
[pid=28794/tid=28796] ppid=28792 vsize=1537912 CPUtime=0.53
/proc/28794/task/28796/stat : 28796 (java) S 28792 28794 28769 0 -1 4202560 5218 0 1 0 51 2 0 0 15 0 16 0 23904118 1574821888 42499 1992294400 134512640 134550932 4292127232 18446744073709551615 4294960144 0 4 0 16800975 18446604437837583296 0 0 -1 1 0 0 0
[pid=28794/tid=28797] ppid=28792 vsize=1537912 CPUtime=0.09
/proc/28794/task/28797/stat : 28797 (java) S 28792 28794 28769 0 -1 4202560 1175 0 0 0 9 0 0 0 16 0 16 0 23904120 1574821888 42499 1992294400 134512640 134550932 4292127232 18446744073709551615 4294960144 0 4 0 16800975 18446604437837583296 0 0 -1 1 0 0 0
[pid=28794/tid=28798] ppid=28792 vsize=1537912 CPUtime=0.08
/proc/28794/task/28798/stat : 28798 (java) S 28792 28794 28769 0 -1 4202560 1868 0 0 0 8 0 0 0 16 0 16 0 23904120 1574821888 42499 1992294400 134512640 134550932 4292127232 18446744073709551615 4294960144 0 4 0 16800975 18446604437837583296 0 0 -1 1 0 0 0
[pid=28794/tid=28799] ppid=28792 vsize=1537912 CPUtime=0.26
/proc/28794/task/28799/stat : 28799 (java) S 28792 28794 28769 0 -1 4202560 3362 0 0 0 25 1 0 0 16 0 16 0 23904122 1574821888 42499 1992294400 134512640 134550932 4292127232 18446744073709551615 4294960144 0 0 0 16800975 18446604437837583296 0 0 -1 0 0 0 0
[pid=28794/tid=28800] ppid=28792 vsize=1537912 CPUtime=0
/proc/28794/task/28800/stat : 28800 (java) S 28792 28794 28769 0 -1 4202560 12 0 0 0 0 0 0 0 18 0 16 0 23904122 1574821888 42499 1992294400 134512640 134550932 4292127232 18446744073709551615 4294960144 0 4 0 16800975 18446604437837583296 0 0 -1 0 0 0 0
[pid=28794/tid=28801] ppid=28792 vsize=1537912 CPUtime=0
/proc/28794/task/28801/stat : 28801 (java) S 28792 28794 28769 0 -1 4202560 7 0 0 0 0 0 0 0 18 0 16 0 23904122 1574821888 42499 1992294400 134512640 134550932 4292127232 18446744073709551615 4294960144 0 4 0 16800975 18446604437837583296 0 0 -1 0 0 0 0
[pid=28794/tid=28802] ppid=28792 vsize=1537912 CPUtime=0
/proc/28794/task/28802/stat : 28802 (java) S 28792 28794 28769 0 -1 4202560 2 0 0 0 0 0 0 0 25 0 16 0 23904126 1574821888 42499 1992294400 134512640 134550932 4292127232 18446744073709551615 4294960144 0 4 0 16800975 18446604437837583296 0 0 -1 0 0 0 0
[pid=28794/tid=28803] ppid=28792 vsize=1537912 CPUtime=1.1
/proc/28794/task/28803/stat : 28803 (java) S 28792 28794 28769 0 -1 4202560 2448 0 0 0 110 0 0 0 16 0 16 0 23904126 1574821888 42499 1992294400 134512640 134550932 4292127232 18446744073709551615 4294960144 0 4 0 16800975 18446604437837583296 0 0 -1 1 0 0 0
[pid=28794/tid=28804] ppid=28792 vsize=1537912 CPUtime=1.87
/proc/28794/task/28804/stat : 28804 (java) S 28792 28794 28769 0 -1 4202560 4910 0 0 0 186 1 0 0 15 0 16 0 23904126 1574821888 42499 1992294400 134512640 134550932 4292127232 18446744073709551615 4294960144 0 4 0 16800975 18446604437837583296 0 0 -1 0 0 0 0
[pid=28794/tid=28805] ppid=28792 vsize=1537912 CPUtime=0
/proc/28794/task/28805/stat : 28805 (java) S 28792 28794 28769 0 -1 4202560 0 0 0 0 0 0 0 0 25 0 16 0 23904126 1574821888 42499 1992294400 134512640 134550932 4292127232 18446744073709551615 4294960144 0 4 0 16800975 18446604437837583296 0 0 -1 0 0 0 0
[pid=28794/tid=28806] ppid=28792 vsize=1537912 CPUtime=0
/proc/28794/task/28806/stat : 28806 (java) S 28792 28794 28769 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 16 0 23904127 1574821888 42499 1992294400 134512640 134550932 4292127232 18446744073709551615 4294960144 0 4 0 16800975 18446604437837583296 0 0 -1 1 0 0 0
[pid=28794/tid=28809] ppid=28792 vsize=1537912 CPUtime=0
/proc/28794/task/28809/stat : 28809 (java) S 28792 28794 28769 0 -1 4202560 5 0 0 0 0 0 0 0 19 0 16 0 23904173 1574821888 42499 1992294400 134512640 134550932 4292127232 18446744073709551615 4294960144 0 4 0 16800975 18446604437837583296 0 0 -1 0 0 0 0
[pid=28794/tid=28810] ppid=28792 vsize=1537912 CPUtime=0
/proc/28794/task/28810/stat : 28810 (java) S 28792 28794 28769 0 -1 4202560 0 0 0 0 0 0 0 0 19 0 16 0 23904179 1574821888 42499 1992294400 134512640 134550932 4292127232 18446744073709551615 4294960144 0 4 0 16800975 18446604437837583296 0 0 -1 0 0 0 0
[pid=28794/tid=28821] ppid=28792 vsize=1537912 CPUtime=2.68
/proc/28794/task/28821/stat : 28821 (java) R 28792 28794 28769 0 -1 4202560 2 0 0 0 268 0 0 0 20 0 16 0 23905096 1574821888 42499 1992294400 134512640 134550932 4292127232 18446744073709551615 4109666489 0 4 0 16800975 0 0 0 -1 1 0 0 0
[pid=28794/tid=28822] ppid=28792 vsize=1537912 CPUtime=2.72
/proc/28794/task/28822/stat : 28822 (java) R 28792 28794 28769 0 -1 4202560 1 0 0 0 272 0 0 0 20 0 16 0 23905096 1574821888 42499 1992294400 134512640 134550932 4292127232 18446744073709551615 4109487591 0 4 0 16800975 0 0 0 -1 0 0 0 0

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

/proc/28794/task/28821/stat : 28821 (java) R 28792 28794 28769 0 -1 4202560 413 0 0 0 73808 25 0 0 25 0 16 0 23905096 1574821888 67630 1992294400 134512640 134550932 4292127232 18446744073709551615 4109667285 0 4 0 16800975 0 0 0 -1 0 0 0 0
[pid=28794/tid=28822] ppid=28792 vsize=1537912 CPUtime=734.98
/proc/28794/task/28822/stat : 28822 (java) R 28792 28794 28769 0 -1 4202560 1584 0 0 0 73486 12 0 0 25 0 16 0 23905096 1574821888 67630 1992294400 134512640 134550932 4292127232 18446744073709551615 4109484253 0 4 0 16800975 0 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 1564.12
Current children cumulated vsize (KiB) 1537912

[startup+882.302 s]
/proc/loadavg: 1.94 1.91 1.60 3/122 28844
/proc/meminfo: memFree=1569884/2059040 swapFree=4140220/4192956
[pid=28794] ppid=28792 vsize=1537912 CPUtime=1677.35
/proc/28794/stat : 28794 (java) S 28792 28794 28769 0 -1 4202496 77849 0 1 0 167562 173 0 0 18 0 16 0 23904117 1574821888 68087 1992294400 134512640 134550932 4292127232 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/28794/statm: 384478 68087 1447 10 0 381781 0
[pid=28794/tid=28796] ppid=28792 vsize=1537912 CPUtime=0.55
/proc/28794/task/28796/stat : 28796 (java) S 28792 28794 28769 0 -1 4202560 5244 0 1 0 52 3 0 0 15 0 16 0 23904118 1574821888 68087 1992294400 134512640 134550932 4292127232 18446744073709551615 4294960144 0 4 0 16800975 18446604437837583296 0 0 -1 1 0 0 0
[pid=28794/tid=28797] ppid=28792 vsize=1537912 CPUtime=8.32
/proc/28794/task/28797/stat : 28797 (java) S 28792 28794 28769 0 -1 4202560 14202 0 0 0 784 48 0 0 16 0 16 0 23904120 1574821888 68087 1992294400 134512640 134550932 4292127232 18446744073709551615 4294960144 0 4 0 16800975 18446604437837583296 0 0 -1 1 0 0 0
[pid=28794/tid=28798] ppid=28792 vsize=1537912 CPUtime=8.36
/proc/28794/task/28798/stat : 28798 (java) S 28792 28794 28769 0 -1 4202560 15149 0 0 0 783 53 0 0 15 0 16 0 23904120 1574821888 68087 1992294400 134512640 134550932 4292127232 18446744073709551615 4294960144 0 4 0 16800975 18446604437837583296 0 0 -1 1 0 0 0
[pid=28794/tid=28799] ppid=28792 vsize=1537912 CPUtime=66.62
/proc/28794/task/28799/stat : 28799 (java) R 28792 28794 28769 0 -1 4202560 5813 0 0 0 6651 11 0 0 15 0 16 0 23904122 1574821888 68087 1992294400 134512640 134550932 4292127232 18446744073709551615 105696565 0 0 0 16800975 0 0 0 -1 0 0 0 0
[pid=28794/tid=28800] ppid=28792 vsize=1537912 CPUtime=0
/proc/28794/task/28800/stat : 28800 (java) S 28792 28794 28769 0 -1 4202560 12 0 0 0 0 0 0 0 18 0 16 0 23904122 1574821888 68087 1992294400 134512640 134550932 4292127232 18446744073709551615 4294960144 0 4 0 16800975 18446604437837583296 0 0 -1 0 0 0 0
[pid=28794/tid=28801] ppid=28792 vsize=1537912 CPUtime=0
/proc/28794/task/28801/stat : 28801 (java) S 28792 28794 28769 0 -1 4202560 7 0 0 0 0 0 0 0 18 0 16 0 23904122 1574821888 68087 1992294400 134512640 134550932 4292127232 18446744073709551615 4294960144 0 4 0 16800975 18446604437837583296 0 0 -1 0 0 0 0
[pid=28794/tid=28802] ppid=28792 vsize=1537912 CPUtime=0
/proc/28794/task/28802/stat : 28802 (java) S 28792 28794 28769 0 -1 4202560 2 0 0 0 0 0 0 0 25 0 16 0 23904126 1574821888 68087 1992294400 134512640 134550932 4292127232 18446744073709551615 4294960144 0 4 0 16800975 18446604437837583296 0 0 -1 0 0 0 0
[pid=28794/tid=28803] ppid=28792 vsize=1537912 CPUtime=1.4
/proc/28794/task/28803/stat : 28803 (java) S 28792 28794 28769 0 -1 4202560 2465 0 0 0 140 0 0 0 15 0 16 0 23904126 1574821888 68087 1992294400 134512640 134550932 4292127232 18446744073709551615 4294960144 0 4 0 16800975 18446604437837583296 0 0 -1 1 0 0 0
[pid=28794/tid=28804] ppid=28792 vsize=1537912 CPUtime=2.07
/proc/28794/task/28804/stat : 28804 (java) S 28792 28794 28769 0 -1 4202560 4929 0 0 0 206 1 0 0 15 0 16 0 23904126 1574821888 68087 1992294400 134512640 134550932 4292127232 18446744073709551615 4294960144 0 4 0 16800975 18446604437837583296 0 0 -1 0 0 0 0
[pid=28794/tid=28805] ppid=28792 vsize=1537912 CPUtime=0
/proc/28794/task/28805/stat : 28805 (java) S 28792 28794 28769 0 -1 4202560 0 0 0 0 0 0 0 0 25 0 16 0 23904126 1574821888 68087 1992294400 134512640 134550932 4292127232 18446744073709551615 4294960144 0 4 0 16800975 18446604437837583296 0 0 -1 0 0 0 0
[pid=28794/tid=28806] ppid=28792 vsize=1537912 CPUtime=0
/proc/28794/task/28806/stat : 28806 (java) S 28792 28794 28769 0 -1 4202560 53 0 0 0 0 0 0 0 15 0 16 0 23904127 1574821888 68087 1992294400 134512640 134550932 4292127232 18446744073709551615 4294960144 0 4 0 16800975 18446604437837583296 0 0 -1 1 0 0 0
[pid=28794/tid=28809] ppid=28792 vsize=1537912 CPUtime=0
/proc/28794/task/28809/stat : 28809 (java) S 28792 28794 28769 0 -1 4202560 5 0 0 0 0 0 0 0 19 0 16 0 23904173 1574821888 68087 1992294400 134512640 134550932 4292127232 18446744073709551615 4294960144 0 4 0 16800975 18446604437837583296 0 0 -1 0 0 0 0
[pid=28794/tid=28810] ppid=28792 vsize=1537912 CPUtime=0
/proc/28794/task/28810/stat : 28810 (java) S 28792 28794 28769 0 -1 4202560 0 0 0 0 0 0 0 0 19 0 16 0 23904179 1574821888 68087 1992294400 134512640 134550932 4292127232 18446744073709551615 4294960144 0 4 0 16800975 18446604437837583296 0 0 -1 0 0 0 0
[pid=28794/tid=28821] ppid=28792 vsize=1537912 CPUtime=792
/proc/28794/task/28821/stat : 28821 (java) S 28792 28794 28769 0 -1 4202560 436 0 0 0 79173 27 0 0 25 0 16 0 23905096 1574821888 68087 1992294400 134512640 134550932 4292127232 18446744073709551615 4294960144 0 4 0 16800975 18446604437837583296 0 0 -1 0 0 0 0
[pid=28794/tid=28822] ppid=28792 vsize=1537912 CPUtime=787.72
/proc/28794/task/28822/stat : 28822 (java) S 28792 28794 28769 0 -1 4202560 1594 0 0 0 78760 12 0 0 25 0 16 0 23905096 1574821888 68087 1992294400 134512640 134550932 4292127232 18446744073709551615 4294960144 0 4 0 16800975 18446604437837583296 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 1677.35
Current children cumulated vsize (KiB) 1537912

[startup+942.302 s]
/proc/loadavg: 2.01 1.92 1.62 3/122 28846
/proc/meminfo: memFree=1569760/2059040 swapFree=4140220/4192956
[pid=28794] ppid=28792 vsize=1537912 CPUtime=1790.11
/proc/28794/stat : 28794 (java) S 28792 28794 28769 0 -1 4202496 77878 0 1 0 178833 178 0 0 18 0 16 0 23904117 1574821888 68087 1992294400 134512640 134550932 4292127232 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/28794/statm: 384478 68087 1447 10 0 381781 0
[pid=28794/tid=28796] ppid=28792 vsize=1537912 CPUtime=0.55
/proc/28794/task/28796/stat : 28796 (java) S 28792 28794 28769 0 -1 4202560 5245 0 1 0 52 3 0 0 15 0 16 0 23904118 1574821888 68087 1992294400 134512640 134550932 4292127232 18446744073709551615 4294960144 0 4 0 16800975 18446604437837583296 0 0 -1 1 0 0 0
[pid=28794/tid=28797] ppid=28792 vsize=1537912 CPUtime=8.66
/proc/28794/task/28797/stat : 28797 (java) S 28792 28794 28769 0 -1 4202560 14202 0 0 0 817 49 0 0 15 0 16 0 23904120 1574821888 68087 1992294400 134512640 134550932 4292127232 18446744073709551615 4294960144 0 4 0 16800975 18446604437837583296 0 0 -1 0 0 0 0
[pid=28794/tid=28798] ppid=28792 vsize=1537912 CPUtime=8.72
/proc/28794/task/28798/stat : 28798 (java) S 28792 28794 28769 0 -1 4202560 15149 0 0 0 818 54 0 0 16 0 16 0 23904120 1574821888 68087 1992294400 134512640 134550932 4292127232 18446744073709551615 4294960144 0 4 0 16800975 18446604437837583296 0 0 -1 1 0 0 0
[pid=28794/tid=28799] ppid=28792 vsize=1537912 CPUtime=72.84
/proc/28794/task/28799/stat : 28799 (java) S 28792 28794 28769 0 -1 4202560 5815 0 0 0 7273 11 0 0 16 0 16 0 23904122 1574821888 68087 1992294400 134512640 134550932 4292127232 18446744073709551615 4294960144 0 0 0 16800975 18446604437837583296 0 0 -1 0 0 0 0
[pid=28794/tid=28800] ppid=28792 vsize=1537912 CPUtime=0
/proc/28794/task/28800/stat : 28800 (java) S 28792 28794 28769 0 -1 4202560 12 0 0 0 0 0 0 0 18 0 16 0 23904122 1574821888 68087 1992294400 134512640 134550932 4292127232 18446744073709551615 4294960144 0 4 0 16800975 18446604437837583296 0 0 -1 0 0 0 0
[pid=28794/tid=28801] ppid=28792 vsize=1537912 CPUtime=0
/proc/28794/task/28801/stat : 28801 (java) S 28792 28794 28769 0 -1 4202560 7 0 0 0 0 0 0 0 18 0 16 0 23904122 1574821888 68087 1992294400 134512640 134550932 4292127232 18446744073709551615 4294960144 0 4 0 16800975 18446604437837583296 0 0 -1 0 0 0 0
[pid=28794/tid=28802] ppid=28792 vsize=1537912 CPUtime=0
/proc/28794/task/28802/stat : 28802 (java) S 28792 28794 28769 0 -1 4202560 2 0 0 0 0 0 0 0 25 0 16 0 23904126 1574821888 68087 1992294400 134512640 134550932 4292127232 18446744073709551615 4294960144 0 4 0 16800975 18446604437837583296 0 0 -1 0 0 0 0
[pid=28794/tid=28803] ppid=28792 vsize=1537912 CPUtime=1.4
/proc/28794/task/28803/stat : 28803 (java) S 28792 28794 28769 0 -1 4202560 2465 0 0 0 140 0 0 0 15 0 16 0 23904126 1574821888 68087 1992294400 134512640 134550932 4292127232 18446744073709551615 4294960144 0 4 0 16800975 18446604437837583296 0 0 -1 1 0 0 0
[pid=28794/tid=28804] ppid=28792 vsize=1537912 CPUtime=2.07
/proc/28794/task/28804/stat : 28804 (java) S 28792 28794 28769 0 -1 4202560 4929 0 0 0 206 1 0 0 15 0 16 0 23904126 1574821888 68087 1992294400 134512640 134550932 4292127232 18446744073709551615 4294960144 0 4 0 16800975 18446604437837583296 0 0 -1 0 0 0 0
[pid=28794/tid=28805] ppid=28792 vsize=1537912 CPUtime=0
/proc/28794/task/28805/stat : 28805 (java) S 28792 28794 28769 0 -1 4202560 0 0 0 0 0 0 0 0 25 0 16 0 23904126 1574821888 68087 1992294400 134512640 134550932 4292127232 18446744073709551615 4294960144 0 4 0 16800975 18446604437837583296 0 0 -1 0 0 0 0
[pid=28794/tid=28806] ppid=28792 vsize=1537912 CPUtime=0
/proc/28794/task/28806/stat : 28806 (java) S 28792 28794 28769 0 -1 4202560 55 0 0 0 0 0 0 0 15 0 16 0 23904127 1574821888 68087 1992294400 134512640 134550932 4292127232 18446744073709551615 4294960144 0 4 0 16800975 18446604437837583296 0 0 -1 1 0 0 0
[pid=28794/tid=28809] ppid=28792 vsize=1537912 CPUtime=0
/proc/28794/task/28809/stat : 28809 (java) S 28792 28794 28769 0 -1 4202560 5 0 0 0 0 0 0 0 19 0 16 0 23904173 1574821888 68087 1992294400 134512640 134550932 4292127232 18446744073709551615 4294960144 0 4 0 16800975 18446604437837583296 0 0 -1 0 0 0 0
[pid=28794/tid=28810] ppid=28792 vsize=1537912 CPUtime=0
/proc/28794/task/28810/stat : 28810 (java) S 28792 28794 28769 0 -1 4202560 0 0 0 0 0 0 0 0 19 0 16 0 23904179 1574821888 68087 1992294400 134512640 134550932 4292127232 18446744073709551615 4294960144 0 4 0 16800975 18446604437837583296 0 0 -1 0 0 0 0
[pid=28794/tid=28821] ppid=28792 vsize=1537912 CPUtime=845.34
/proc/28794/task/28821/stat : 28821 (java) R 28792 28794 28769 0 -1 4202560 458 0 0 0 84504 30 0 0 25 0 16 0 23905096 1574821888 68087 1992294400 134512640 134550932 4292127232 18446744073709551615 4109532047 0 4 0 16800975 0 0 0 -1 0 0 0 0
[pid=28794/tid=28822] ppid=28792 vsize=1537912 CPUtime=840.23
/proc/28794/task/28822/stat : 28822 (java) R 28792 28794 28769 0 -1 4202560 1596 0 0 0 84010 13 0 0 25 0 16 0 23905096 1574821888 68087 1992294400 134512640 134550932 4292127232 18446744073709551615 4109436268 0 4 0 16800975 0 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 1790.11
Current children cumulated vsize (KiB) 1537912



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+947.602 s]
/proc/loadavg: 2.01 1.93 1.63 3/122 28846
/proc/meminfo: memFree=1569760/2059040 swapFree=4140220/4192956
[pid=28794] ppid=28792 vsize=1537912 CPUtime=1800.13
/proc/28794/stat : 28794 (java) S 28792 28794 28769 0 -1 4202496 77880 0 1 0 179834 179 0 0 18 0 16 0 23904117 1574821888 68087 1992294400 134512640 134550932 4292127232 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/28794/statm: 384478 68087 1447 10 0 381781 0
[pid=28794/tid=28796] ppid=28792 vsize=1537912 CPUtime=0.55
/proc/28794/task/28796/stat : 28796 (java) S 28792 28794 28769 0 -1 4202560 5245 0 1 0 52 3 0 0 15 0 16 0 23904118 1574821888 68087 1992294400 134512640 134550932 4292127232 18446744073709551615 4294960144 0 4 0 16800975 18446604437837583296 0 0 -1 1 0 0 0
[pid=28794/tid=28797] ppid=28792 vsize=1537912 CPUtime=8.7
/proc/28794/task/28797/stat : 28797 (java) S 28792 28794 28769 0 -1 4202560 14202 0 0 0 821 49 0 0 15 0 16 0 23904120 1574821888 68087 1992294400 134512640 134550932 4292127232 18446744073709551615 4294960144 0 4 0 16800975 18446604437837583296 0 0 -1 0 0 0 0
[pid=28794/tid=28798] ppid=28792 vsize=1537912 CPUtime=8.75
/proc/28794/task/28798/stat : 28798 (java) S 28792 28794 28769 0 -1 4202560 15149 0 0 0 821 54 0 0 16 0 16 0 23904120 1574821888 68087 1992294400 134512640 134550932 4292127232 18446744073709551615 4294960144 0 4 0 16800975 18446604437837583296 0 0 -1 1 0 0 0
[pid=28794/tid=28799] ppid=28792 vsize=1537912 CPUtime=73.33
/proc/28794/task/28799/stat : 28799 (java) S 28792 28794 28769 0 -1 4202560 5815 0 0 0 7322 11 0 0 16 0 16 0 23904122 1574821888 68087 1992294400 134512640 134550932 4292127232 18446744073709551615 4294960144 0 0 0 16800975 18446604437837583296 0 0 -1 0 0 0 0
[pid=28794/tid=28800] ppid=28792 vsize=1537912 CPUtime=0
/proc/28794/task/28800/stat : 28800 (java) S 28792 28794 28769 0 -1 4202560 12 0 0 0 0 0 0 0 18 0 16 0 23904122 1574821888 68087 1992294400 134512640 134550932 4292127232 18446744073709551615 4294960144 0 4 0 16800975 18446604437837583296 0 0 -1 0 0 0 0
[pid=28794/tid=28801] ppid=28792 vsize=1537912 CPUtime=0
/proc/28794/task/28801/stat : 28801 (java) S 28792 28794 28769 0 -1 4202560 7 0 0 0 0 0 0 0 18 0 16 0 23904122 1574821888 68087 1992294400 134512640 134550932 4292127232 18446744073709551615 4294960144 0 4 0 16800975 18446604437837583296 0 0 -1 0 0 0 0
[pid=28794/tid=28802] ppid=28792 vsize=1537912 CPUtime=0
/proc/28794/task/28802/stat : 28802 (java) S 28792 28794 28769 0 -1 4202560 2 0 0 0 0 0 0 0 25 0 16 0 23904126 1574821888 68087 1992294400 134512640 134550932 4292127232 18446744073709551615 4294960144 0 4 0 16800975 18446604437837583296 0 0 -1 0 0 0 0
[pid=28794/tid=28803] ppid=28792 vsize=1537912 CPUtime=1.4
/proc/28794/task/28803/stat : 28803 (java) S 28792 28794 28769 0 -1 4202560 2465 0 0 0 140 0 0 0 15 0 16 0 23904126 1574821888 68087 1992294400 134512640 134550932 4292127232 18446744073709551615 4294960144 0 4 0 16800975 18446604437837583296 0 0 -1 1 0 0 0
[pid=28794/tid=28804] ppid=28792 vsize=1537912 CPUtime=2.07
/proc/28794/task/28804/stat : 28804 (java) S 28792 28794 28769 0 -1 4202560 4929 0 0 0 206 1 0 0 15 0 16 0 23904126 1574821888 68087 1992294400 134512640 134550932 4292127232 18446744073709551615 4294960144 0 4 0 16800975 18446604437837583296 0 0 -1 0 0 0 0
[pid=28794/tid=28805] ppid=28792 vsize=1537912 CPUtime=0
/proc/28794/task/28805/stat : 28805 (java) S 28792 28794 28769 0 -1 4202560 0 0 0 0 0 0 0 0 25 0 16 0 23904126 1574821888 68087 1992294400 134512640 134550932 4292127232 18446744073709551615 4294960144 0 4 0 16800975 18446604437837583296 0 0 -1 0 0 0 0
[pid=28794/tid=28806] ppid=28792 vsize=1537912 CPUtime=0
/proc/28794/task/28806/stat : 28806 (java) S 28792 28794 28769 0 -1 4202560 55 0 0 0 0 0 0 0 15 0 16 0 23904127 1574821888 68087 1992294400 134512640 134550932 4292127232 18446744073709551615 4294960144 0 4 0 16800975 18446604437837583296 0 0 -1 1 0 0 0
[pid=28794/tid=28809] ppid=28792 vsize=1537912 CPUtime=0
/proc/28794/task/28809/stat : 28809 (java) S 28792 28794 28769 0 -1 4202560 5 0 0 0 0 0 0 0 19 0 16 0 23904173 1574821888 68087 1992294400 134512640 134550932 4292127232 18446744073709551615 4294960144 0 4 0 16800975 18446604437837583296 0 0 -1 0 0 0 0
[pid=28794/tid=28810] ppid=28792 vsize=1537912 CPUtime=0
/proc/28794/task/28810/stat : 28810 (java) S 28792 28794 28769 0 -1 4202560 0 0 0 0 0 0 0 0 19 0 16 0 23904179 1574821888 68087 1992294400 134512640 134550932 4292127232 18446744073709551615 4294960144 0 4 0 16800975 18446604437837583296 0 0 -1 0 0 0 0
[pid=28794/tid=28821] ppid=28792 vsize=1537912 CPUtime=850.12
/proc/28794/task/28821/stat : 28821 (java) R 28792 28794 28769 0 -1 4202560 460 0 0 0 84982 30 0 0 25 0 16 0 23905096 1574821888 68087 1992294400 134512640 134550932 4292127232 18446744073709551615 4109695878 0 4 0 16800975 0 0 0 -1 0 0 0 0
[pid=28794/tid=28822] ppid=28792 vsize=1537912 CPUtime=844.91
/proc/28794/task/28822/stat : 28822 (java) R 28792 28794 28769 0 -1 4202560 1596 0 0 0 84478 13 0 0 25 0 16 0 23905096 1574821888 68087 1992294400 134512640 134550932 4292127232 18446744073709551615 4109484749 0 4 0 16800975 0 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 1800.13
Current children cumulated vsize (KiB) 1537912

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

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

[startup+947.717 s]
/proc/loadavg: 2.01 1.93 1.63 3/122 28846
/proc/meminfo: memFree=1569760/2059040 swapFree=4140220/4192956
[pid=28794] ppid=28792 vsize=1538560 CPUtime=1800.34
/proc/28794/stat : 28794 (java) S 28792 28794 28769 0 -1 4202496 77899 0 1 0 179855 179 0 0 18 0 17 0 23904117 1575485440 68106 1992294400 134512640 134550932 4292127232 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/28794/statm: 384640 68106 1447 10 0 381943 0
[pid=28794/tid=28796] ppid=28792 vsize=1538560 CPUtime=0.55
/proc/28794/task/28796/stat : 28796 (java) S 28792 28794 28769 0 -1 4202560 5245 0 1 0 52 3 0 0 15 0 17 0 23904118 1575485440 68106 1992294400 134512640 134550932 4292127232 18446744073709551615 4294960144 0 4 0 16800975 18446604437837583296 0 0 -1 1 0 0 0
[pid=28794/tid=28797] ppid=28792 vsize=1538560 CPUtime=8.7
/proc/28794/task/28797/stat : 28797 (java) S 28792 28794 28769 0 -1 4202560 14202 0 0 0 821 49 0 0 15 0 17 0 23904120 1575485440 68106 1992294400 134512640 134550932 4292127232 18446744073709551615 4294960144 0 4 0 16800975 18446604437837583296 0 0 -1 0 0 0 0
[pid=28794/tid=28798] ppid=28792 vsize=1538560 CPUtime=8.75
/proc/28794/task/28798/stat : 28798 (java) S 28792 28794 28769 0 -1 4202560 15149 0 0 0 821 54 0 0 16 0 17 0 23904120 1575485440 68106 1992294400 134512640 134550932 4292127232 18446744073709551615 4294960144 0 4 0 16800975 18446604437837583296 0 0 -1 1 0 0 0
[pid=28794/tid=28799] ppid=28792 vsize=1538560 CPUtime=73.33
/proc/28794/task/28799/stat : 28799 (java) S 28792 28794 28769 0 -1 4202560 5815 0 0 0 7322 11 0 0 15 0 17 0 23904122 1575485440 68106 1992294400 134512640 134550932 4292127232 18446744073709551615 4294960144 0 0 0 16800975 18446604437837583296 0 0 -1 0 0 0 0
[pid=28794/tid=28800] ppid=28792 vsize=1538560 CPUtime=0
/proc/28794/task/28800/stat : 28800 (java) S 28792 28794 28769 0 -1 4202560 12 0 0 0 0 0 0 0 18 0 17 0 23904122 1575485440 68106 1992294400 134512640 134550932 4292127232 18446744073709551615 4294960144 0 4 0 16800975 18446604437837583296 0 0 -1 0 0 0 0
[pid=28794/tid=28801] ppid=28792 vsize=1538560 CPUtime=0
/proc/28794/task/28801/stat : 28801 (java) S 28792 28794 28769 0 -1 4202560 7 0 0 0 0 0 0 0 18 0 17 0 23904122 1575485440 68106 1992294400 134512640 134550932 4292127232 18446744073709551615 4294960144 0 4 0 16800975 18446604437837583296 0 0 -1 0 0 0 0
[pid=28794/tid=28802] ppid=28792 vsize=1538560 CPUtime=0
/proc/28794/task/28802/stat : 28802 (java) S 28792 28794 28769 0 -1 4202560 6 0 0 0 0 0 0 0 18 0 17 0 23904126 1575485440 68106 1992294400 134512640 134550932 4292127232 18446744073709551615 4294960144 0 4 0 16800975 18446604437837583296 0 0 -1 0 0 0 0
[pid=28794/tid=28803] ppid=28792 vsize=1538560 CPUtime=1.4
/proc/28794/task/28803/stat : 28803 (java) S 28792 28794 28769 0 -1 4202560 2465 0 0 0 140 0 0 0 15 0 17 0 23904126 1575485440 68106 1992294400 134512640 134550932 4292127232 18446744073709551615 4294960144 0 4 0 16800975 18446604437837583296 0 0 -1 1 0 0 0
[pid=28794/tid=28804] ppid=28792 vsize=1538560 CPUtime=2.07
/proc/28794/task/28804/stat : 28804 (java) S 28792 28794 28769 0 -1 4202560 4929 0 0 0 206 1 0 0 15 0 17 0 23904126 1575485440 68106 1992294400 134512640 134550932 4292127232 18446744073709551615 4294960144 0 4 0 16800975 18446604437837583296 0 0 -1 0 0 0 0
[pid=28794/tid=28805] ppid=28792 vsize=1538560 CPUtime=0
/proc/28794/task/28805/stat : 28805 (java) S 28792 28794 28769 0 -1 4202560 0 0 0 0 0 0 0 0 25 0 17 0 23904126 1575485440 68106 1992294400 134512640 134550932 4292127232 18446744073709551615 4294960144 0 4 0 16800975 18446604437837583296 0 0 -1 0 0 0 0
[pid=28794/tid=28806] ppid=28792 vsize=1538560 CPUtime=0
/proc/28794/task/28806/stat : 28806 (java) S 28792 28794 28769 0 -1 4202560 55 0 0 0 0 0 0 0 15 0 17 0 23904127 1575485440 68106 1992294400 134512640 134550932 4292127232 18446744073709551615 4294960144 0 4 0 16800975 18446604437837583296 0 0 -1 1 0 0 0
[pid=28794/tid=28809] ppid=28792 vsize=1538560 CPUtime=0
/proc/28794/task/28809/stat : 28809 (java) S 28792 28794 28769 0 -1 4202560 5 0 0 0 0 0 0 0 19 0 17 0 23904173 1575485440 68106 1992294400 134512640 134550932 4292127232 18446744073709551615 4294960144 0 4 0 16800975 18446604437837583296 0 0 -1 0 0 0 0
[pid=28794/tid=28810] ppid=28792 vsize=1538560 CPUtime=0
/proc/28794/task/28810/stat : 28810 (java) S 28792 28794 28769 0 -1 4202560 0 0 0 0 0 0 0 0 19 0 17 0 23904179 1575485440 68106 1992294400 134512640 134550932 4292127232 18446744073709551615 4294960144 0 4 0 16800975 18446604437837583296 0 0 -1 0 0 0 0
[pid=28794/tid=28821] ppid=28792 vsize=1538560 CPUtime=850.21
/proc/28794/task/28821/stat : 28821 (java) R 28792 28794 28769 0 -1 4202560 460 0 0 0 84991 30 0 0 25 0 17 0 23905096 1575485440 68106 1992294400 134512640 134550932 4292127232 18446744073709551615 4109679026 0 4 0 16800975 0 0 0 -1 0 0 0 0
[pid=28794/tid=28822] ppid=28792 vsize=1538560 CPUtime=845.02
/proc/28794/task/28822/stat : 28822 (java) R 28792 28794 28769 0 -1 4202560 1596 0 0 0 84489 13 0 0 25 0 17 0 23905096 1575485440 68106 1992294400 134512640 134550932 4292127232 18446744073709551615 4109431968 0 4 0 16800975 0 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 1800.34
Current children cumulated vsize (KiB) 1538560

Child status: 143
Real time (s): 947.758
CPU time (s): 1800.4
CPU user time (s): 1798.57
CPU system time (s): 1.82672
CPU usage (%): 189.964
Max. virtual memory (cumulated for all children) (KiB): 1545956

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1798.57
system time used= 1.82672
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 77900
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= 27800
involuntary context switches= 51660

runsolver used 5.82511 second user time and 10.0025 second system time

The end

Launcher Data

Begin job on node010 at 2010-06-14 04:37:05
IDJOB=2663118
IDBENCH=2229
IDSOLVER=1166
FILE ID=node010/2663118-1276483025
PBS_JOBID= 11173389
Free space on /tmp= 62500 MiB

SOLVER NAME= SAT4J PB RES // CP 2.2.0 2010-05-31
BENCH NAME= PB06//final/normalized-PB06/OPT-SMALLINT/web/www.ps.uni-sb.de/~walser/benchmarks/radar/normalized-10:20:4.5:0.95:98.opb
COMMAND LINE= java6 -server -Xms1350m -Xmx1350m -jar HOME/sat4j-multicore.jar BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-2663118-1276483025/watcher-2663118-1276483025 -o /tmp/evaluation-result-2663118-1276483025/solver-2663118-1276483025 -C 1800 -W 2000 -M 1800  java6 -server -Xms1350m -Xmx1350m -jar HOME/sat4j-multicore.jar HOME/instance-2663118-1276483025.opb

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

MD5SUM BENCH= 09000b526c4cf3fc454b31cbb57a970b
RANDOM SEED=937932038

node010.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.267
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.53
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.267
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:       1840416 kB
Buffers:         42812 kB
Cached:          97764 kB
SwapCached:       5836 kB
Active:          80956 kB
Inactive:        71888 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2059040 kB
LowFree:       1840416 kB
SwapTotal:     4192956 kB
SwapFree:      4140220 kB
Dirty:             516 kB
Writeback:           0 kB
AnonPages:       10720 kB
Mapped:          12808 kB
Slab:            43948 kB
PageTables:       4016 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:   5222476 kB
Committed_AS:   182400 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= 62500 MiB
End job on node010 at 2010-06-14 04:52:55