Trace number 2659630

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 Resolution 2.2.0 2010-05-26SAT (TO)3915 1800.25 1796.64

General information on the benchmark

Namenormalized-PB06/OPT-SMALLINT/mps-v2-20-10/
MIPLIB/miplib/normalized-mps-v2-20-10-lp4l.opb
MD5SUM8d2c17131f0dd6c2b5d472cf1eef4c89
Bench CategoryOPT-SMALLINT (optimisation, small integers)
Best result obtained on this benchmarkOPT
Best value of the objective obtained on this benchmark2967
Best CPU time to get the best result obtained on this benchmark0.557914
Has Objective FunctionYES
SatisfiableYES
(Un)Satisfiability was provedYES
Best value of the objective function 2967
Optimality of the best value was proved YES
Number of variables1086
Total number of constraints85
Number of constraints which are clauses0
Number of constraints which are cardinality constraints (but not clauses)84
Number of constraints which are nor clauses,nor cardinality constraints1
Minimum length of a constraint4
Maximum length of a constraint1086
Number of terms in the objective function 1086
Biggest coefficient in the objective function 283
Number of bits for the biggest coefficient in the objective function 9
Sum of the numbers in the objective function 197191
Number of bits of the sum of numbers in the objective function 18
Biggest number in a constraint 283
Number of bits of the biggest number in a constraint 9
Biggest sum of numbers in a constraint 197191
Number of bits of the biggest sum of numbers18
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.v20100526
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.23/0.21	c Pseudo Boolean Optimization
0.23/0.21	c --- Begin Solver configuration ---
0.23/0.21	c Stops conflict analysis at the first Unique Implication Point
0.23/0.21	c org.sat4j.pb.constraints.CompetResolutionPBMixedWLClauseCardConstrDataStructure@1ac1fe4
0.23/0.21	c Learn all clauses as in MiniSAT
0.23/0.21	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.23/0.21	c VSIDS like heuristics from MiniSAT using a heap lightweight component caching from RSAT taking into account the objective function
0.23/0.21	c Expensive reason simplification
0.23/0.21	c Armin Biere (Picosat) restarts strategy
0.23/0.21	c Glucose learned constraints deletion strategy
0.23/0.21	c timeout=2147483s
0.23/0.21	c DB Simplification allowed=false
0.23/0.21	c --- End Solver configuration ---
0.23/0.21	c solving HOME/instance-2659630-1276354294.opb
0.23/0.21	c reading problem ... 
0.38/0.51	c ... done. Wall clock time 0.301s.
0.38/0.51	c #vars     1086
0.38/0.51	c #constraints  169
0.38/0.51	c constraints type 
0.38/0.51	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 83
0.38/0.51	c org.sat4j.minisat.constraints.card.MinWatchCard => 85
0.38/0.51	c org.sat4j.pb.constraints.pb.MaxWatchPb => 1
2.07/1.23	c SATISFIABLE
2.07/1.23	c OPTIMIZING...
2.07/1.23	c Got one! Elapsed wall clock time (in seconds):1.018
2.07/1.23	o 4595
2.63/1.66	c Got one! Elapsed wall clock time (in seconds):1.444
2.63/1.66	o 4528
3.51/2.32	c Got one! Elapsed wall clock time (in seconds):2.112
3.51/2.32	o 4362
4.31/3.15	c cleaning 2498 clauses out of 5000 with flag 5000/5000
6.95/5.77	c cleaning 4248 clauses out of 8502 with flag 11000/11000
9.86/8.67	c cleaning 5615 clauses out of 11255 with flag 18001/18001
12.17/10.91	c Got one! Elapsed wall clock time (in seconds):10.696
12.17/10.91	o 4345
13.74/12.42	c Got one! Elapsed wall clock time (in seconds):12.207
13.74/12.42	o 4011
14.07/12.74	c cleaning 6808 clauses out of 13640 with flag 26001/26001
17.92/16.55	c cleaning 7895 clauses out of 15831 with flag 35000/35000
22.11/20.72	c cleaning 8957 clauses out of 17937 with flag 45001/45001
27.23/25.88	c cleaning 9473 clauses out of 18981 with flag 55002/55002
31.24/29.87	c cleaning 9742 clauses out of 19506 with flag 65000/65000
35.74/34.37	c cleaning 9857 clauses out of 19764 with flag 75000/75000
39.64/38.22	c cleaning 9946 clauses out of 19907 with flag 85000/85000
44.25/42.86	c cleaning 9966 clauses out of 19961 with flag 95000/95000
48.95/47.55	c cleaning 9969 clauses out of 19995 with flag 105000/105000
52.86/51.46	c cleaning 9982 clauses out of 20027 with flag 115001/115001
57.46/56.09	c cleaning 9977 clauses out of 20045 with flag 125001/125001
61.46/60.00	c cleaning 10000 clauses out of 20067 with flag 135000/135000
65.56/64.19	c cleaning 9987 clauses out of 20067 with flag 145000/145000
70.57/69.12	c cleaning 10017 clauses out of 20080 with flag 155000/155000
73.88/72.45	c cleaning 9984 clauses out of 20063 with flag 165000/165000
77.68/76.23	c cleaning 10027 clauses out of 20080 with flag 175001/175001
81.29/79.83	c cleaning 10016 clauses out of 20052 with flag 185000/185000
85.10/83.66	c cleaning 10006 clauses out of 20036 with flag 195000/195000
89.10/87.64	c cleaning 9966 clauses out of 20031 with flag 205001/205001
93.60/92.10	c cleaning 9983 clauses out of 20064 with flag 215000/215000
96.91/95.43	c cleaning 9994 clauses out of 20081 with flag 225000/225000
100.81/99.32	c cleaning 10029 clauses out of 20090 with flag 235003/235003
106.51/105.02	c cleaning 10021 clauses out of 20061 with flag 245003/245003
113.52/112.10	c cleaning 9997 clauses out of 20038 with flag 255001/255001
118.23/116.75	c cleaning 9997 clauses out of 20041 with flag 265001/265001
122.22/120.77	c cleaning 10005 clauses out of 20043 with flag 275000/275000
127.12/125.63	c cleaning 9941 clauses out of 20039 with flag 285001/285001
132.03/130.56	c cleaning 9982 clauses out of 20098 with flag 295001/295001
136.33/134.84	c cleaning 10025 clauses out of 20115 with flag 305000/305000
141.44/139.96	c cleaning 10009 clauses out of 20092 with flag 315002/315002
146.24/144.73	c cleaning 9979 clauses out of 20081 with flag 325000/325000
151.75/150.22	c cleaning 9987 clauses out of 20103 with flag 335001/335001
156.85/155.32	c cleaning 9973 clauses out of 20115 with flag 345000/345000
160.66/159.19	c cleaning 10045 clauses out of 20142 with flag 355000/355000
164.76/163.27	c cleaning 10028 clauses out of 20097 with flag 365000/365000
168.47/166.96	c cleaning 10010 clauses out of 20070 with flag 375001/375001
172.18/170.69	c cleaning 10014 clauses out of 20060 with flag 385001/385001
175.87/174.39	c cleaning 9992 clauses out of 20048 with flag 395003/395003
179.98/178.43	c cleaning 9976 clauses out of 20054 with flag 405001/405001
184.48/182.95	c cleaning 10015 clauses out of 20077 with flag 415000/415000
188.09/186.53	c cleaning 10007 clauses out of 20063 with flag 425001/425001
191.29/189.79	c cleaning 10000 clauses out of 20056 with flag 435001/435001
196.09/194.55	c cleaning 9968 clauses out of 20057 with flag 445002/445002
199.39/197.86	c Got one! Elapsed wall clock time (in seconds):197.649
199.39/197.86	o 3964
200.29/198.73	c cleaning 10039 clauses out of 20087 with flag 455000/455000
205.80/204.27	c cleaning 9979 clauses out of 20052 with flag 465004/465004
211.91/210.31	c cleaning 9998 clauses out of 20071 with flag 475002/475002
217.71/216.13	c cleaning 10003 clauses out of 20072 with flag 485001/485001
222.03/220.40	c cleaning 10001 clauses out of 20069 with flag 495001/495001
228.43/226.89	c cleaning 10007 clauses out of 20069 with flag 505002/505002
233.14/231.58	c cleaning 9999 clauses out of 20060 with flag 515000/515000
237.15/235.53	c cleaning 9986 clauses out of 20061 with flag 525000/525000
242.44/240.86	c cleaning 10019 clauses out of 20076 with flag 535001/535001
247.65/246.05	c cleaning 10017 clauses out of 20057 with flag 545001/545001
252.75/251.18	c cleaning 10002 clauses out of 20040 with flag 555001/555001
257.56/255.99	c cleaning 9999 clauses out of 20038 with flag 565001/565001
262.37/260.76	c cleaning 9995 clauses out of 20039 with flag 575001/575001
266.36/264.75	c cleaning 9995 clauses out of 20044 with flag 585001/585001
269.86/268.22	c cleaning 10022 clauses out of 20048 with flag 595000/595000
273.07/271.44	c cleaning 9973 clauses out of 20026 with flag 605000/605000
276.97/275.37	c cleaning 9996 clauses out of 20053 with flag 615000/615000
280.97/279.40	c cleaning 10003 clauses out of 20057 with flag 625000/625000
285.48/283.85	c cleaning 9994 clauses out of 20054 with flag 635000/635000
289.39/287.74	c cleaning 9993 clauses out of 20060 with flag 645000/645000
293.69/292.01	c cleaning 9948 clauses out of 20067 with flag 655000/655000
299.00/297.33	c cleaning 10000 clauses out of 20119 with flag 665000/665000
310.73/309.01	c cleaning 10023 clauses out of 20126 with flag 675007/675007
315.84/314.13	c cleaning 9981 clauses out of 20096 with flag 685000/685000
319.84/318.13	c cleaning 9986 clauses out of 20116 with flag 695001/695001
324.84/323.14	c cleaning 10012 clauses out of 20130 with flag 705001/705001
329.15/327.43	c cleaning 9969 clauses out of 20118 with flag 715001/715001
332.76/331.05	c cleaning 10050 clauses out of 20149 with flag 725001/725001
337.86/336.15	c cleaning 10005 clauses out of 20099 with flag 735001/735001
340.96/339.20	c cleaning 9989 clauses out of 20093 with flag 745000/745000
343.77/342.07	c cleaning 9990 clauses out of 20104 with flag 755000/755000
346.67/344.99	c cleaning 9988 clauses out of 20115 with flag 765001/765001
349.77/348.07	c cleaning 9997 clauses out of 20127 with flag 775001/775001
353.48/351.79	c cleaning 10002 clauses out of 20130 with flag 785001/785001
358.38/356.61	c cleaning 9985 clauses out of 20127 with flag 795000/795000
363.58/361.82	c cleaning 10037 clauses out of 20143 with flag 805001/805001
367.68/365.96	c cleaning 10016 clauses out of 20105 with flag 815000/815000
371.29/369.58	c cleaning 10011 clauses out of 20091 with flag 825002/825002
374.99/373.21	c cleaning 9995 clauses out of 20078 with flag 835000/835000
378.70/376.96	c cleaning 9988 clauses out of 20083 with flag 845000/845000
382.41/380.60	c cleaning 9992 clauses out of 20096 with flag 855001/855001
386.30/384.51	c cleaning 10001 clauses out of 20104 with flag 865001/865001
389.81/388.03	c cleaning 9993 clauses out of 20103 with flag 875001/875001
393.42/391.68	c cleaning 9985 clauses out of 20109 with flag 885000/885000
397.41/395.67	c cleaning 10035 clauses out of 20124 with flag 895000/895000
402.62/400.82	c cleaning 10007 clauses out of 20089 with flag 905000/905000
406.92/405.10	c cleaning 10006 clauses out of 20082 with flag 915000/915000
410.43/408.64	c cleaning 9997 clauses out of 20076 with flag 925000/925000
416.64/414.86	c cleaning 9992 clauses out of 20080 with flag 935001/935001
422.44/420.66	c cleaning 10001 clauses out of 20087 with flag 945000/945000
426.56/424.75	c cleaning 9977 clauses out of 20086 with flag 955000/955000
431.45/429.65	c cleaning 9977 clauses out of 20109 with flag 965000/965000
435.46/433.68	c cleaning 10017 clauses out of 20132 with flag 975000/975000
438.96/437.15	c cleaning 10005 clauses out of 20116 with flag 985001/985001
443.17/441.34	c cleaning 10005 clauses out of 20111 with flag 995001/995001
448.67/446.88	c cleaning 9974 clauses out of 20106 with flag 1005001/1005001
456.48/454.67	c cleaning 10001 clauses out of 20132 with flag 1015001/1015001
460.79/458.97	c cleaning 9994 clauses out of 20131 with flag 1025001/1025001
464.89/463.02	c cleaning 10009 clauses out of 20136 with flag 1035000/1035000
472.09/470.20	c cleaning 9987 clauses out of 20129 with flag 1045002/1045002
476.61/474.70	c cleaning 9949 clauses out of 20140 with flag 1055000/1055000
482.41/480.59	c cleaning 10033 clauses out of 20192 with flag 1065001/1065001
488.51/486.60	c cleaning 10020 clauses out of 20160 with flag 1075002/1075002
494.02/492.13	c cleaning 10044 clauses out of 20138 with flag 1085000/1085000
500.33/498.42	c cleaning 9926 clauses out of 20096 with flag 1095002/1095002
505.64/503.80	c cleaning 10001 clauses out of 20170 with flag 1105002/1105002
510.15/508.28	c cleaning 9993 clauses out of 20167 with flag 1115000/1115000
515.85/513.94	c cleaning 9992 clauses out of 20175 with flag 1125001/1125001
523.16/521.23	c cleaning 9977 clauses out of 20183 with flag 1135001/1135001
528.97/527.07	c cleaning 9983 clauses out of 20205 with flag 1145000/1145000
532.96/531.02	c cleaning 10033 clauses out of 20222 with flag 1155000/1155000
539.36/537.43	c cleaning 10034 clauses out of 20189 with flag 1165000/1165000
545.77/543.83	c cleaning 9985 clauses out of 20156 with flag 1175001/1175001
550.47/548.57	c cleaning 10044 clauses out of 20170 with flag 1185000/1185000
553.78/551.82	c cleaning 10012 clauses out of 20126 with flag 1195000/1195000
557.08/555.15	c cleaning 10012 clauses out of 20114 with flag 1205000/1205000
560.58/558.65	c cleaning 10006 clauses out of 20102 with flag 1215000/1215000
563.98/562.04	c cleaning 10000 clauses out of 20096 with flag 1225000/1225000
566.98/565.02	c cleaning 9999 clauses out of 20096 with flag 1235000/1235000
569.87/567.91	c cleaning 9999 clauses out of 20098 with flag 1245001/1245001
572.98/571.01	c cleaning 10012 clauses out of 20101 with flag 1255003/1255003
576.58/574.61	c cleaning 10004 clauses out of 20087 with flag 1265001/1265001
580.28/578.34	c cleaning 9999 clauses out of 20082 with flag 1275000/1275000
584.49/582.55	c cleaning 10001 clauses out of 20083 with flag 1285000/1285000
586.89/584.98	c cleaning 10001 clauses out of 20083 with flag 1295001/1295001
589.89/587.97	c cleaning 9993 clauses out of 20081 with flag 1305000/1305000
592.88/590.90	c cleaning 9998 clauses out of 20088 with flag 1315000/1315000
595.89/593.96	c cleaning 9998 clauses out of 20090 with flag 1325000/1325000
599.09/597.14	c cleaning 10020 clauses out of 20093 with flag 1335001/1335001
602.79/600.82	c cleaning 9967 clauses out of 20073 with flag 1345001/1345001
607.09/605.17	c cleaning 10001 clauses out of 20105 with flag 1355000/1355000
613.39/611.43	c cleaning 9978 clauses out of 20106 with flag 1365002/1365002
617.59/615.60	c cleaning 9991 clauses out of 20126 with flag 1375000/1375000
624.09/622.15	c cleaning 9979 clauses out of 20136 with flag 1385001/1385001
628.70/626.74	c cleaning 10004 clauses out of 20156 with flag 1395000/1395000
632.61/630.66	c cleaning 9986 clauses out of 20154 with flag 1405002/1405002
636.22/634.22	c cleaning 9996 clauses out of 20167 with flag 1415001/1415001
642.52/640.56	c cleaning 10062 clauses out of 20171 with flag 1425001/1425001
647.32/645.36	c cleaning 10013 clauses out of 20108 with flag 1435000/1435000
653.02/651.02	c cleaning 10031 clauses out of 20097 with flag 1445002/1445002
658.23/656.28	c cleaning 10004 clauses out of 20067 with flag 1455003/1455003
663.33/661.35	c cleaning 9993 clauses out of 20062 with flag 1465002/1465002
670.14/668.14	c cleaning 9976 clauses out of 20067 with flag 1475000/1475000
676.94/674.95	c cleaning 9987 clauses out of 20092 with flag 1485001/1485001
682.15/680.18	c cleaning 10008 clauses out of 20105 with flag 1495001/1495001
687.75/685.75	c cleaning 9972 clauses out of 20097 with flag 1505001/1505001
694.15/692.12	c cleaning 9914 clauses out of 20124 with flag 1515000/1515000
703.36/701.32	c cleaning 10016 clauses out of 20211 with flag 1525001/1525001
708.28/706.19	c cleaning 10038 clauses out of 20194 with flag 1535000/1535000
712.83/710.33	c cleaning 9996 clauses out of 20156 with flag 1545000/1545000
717.76/715.10	c cleaning 10011 clauses out of 20161 with flag 1555001/1555001
722.56/719.88	c cleaning 9996 clauses out of 20150 with flag 1565001/1565001
727.36/724.66	c cleaning 10007 clauses out of 20154 with flag 1575001/1575001
732.26/729.58	c cleaning 10004 clauses out of 20147 with flag 1585001/1585001
737.86/735.13	c cleaning 9987 clauses out of 20142 with flag 1595000/1595000
742.37/739.64	c cleaning 10010 clauses out of 20155 with flag 1605000/1605000
747.76/745.00	c cleaning 10005 clauses out of 20147 with flag 1615002/1615002
752.46/749.74	c cleaning 10004 clauses out of 20140 with flag 1625000/1625000
757.77/755.08	c cleaning 10042 clauses out of 20139 with flag 1635003/1635003
763.18/760.44	c cleaning 10010 clauses out of 20094 with flag 1645000/1645000
767.88/765.16	c cleaning 10008 clauses out of 20085 with flag 1655001/1655001
772.68/769.92	c cleaning 9978 clauses out of 20076 with flag 1665000/1665000
777.38/774.62	c cleaning 10013 clauses out of 20098 with flag 1675000/1675000
782.48/779.71	c cleaning 10005 clauses out of 20085 with flag 1685000/1685000
788.19/785.41	c cleaning 9985 clauses out of 20080 with flag 1695000/1695000
792.69/789.96	c cleaning 10007 clauses out of 20095 with flag 1705000/1705000
796.79/794.09	c cleaning 9979 clauses out of 20088 with flag 1715000/1715000
800.90/798.11	c cleaning 9985 clauses out of 20110 with flag 1725001/1725001
805.00/802.21	c cleaning 10017 clauses out of 20125 with flag 1735001/1735001
809.90/807.15	c cleaning 10010 clauses out of 20107 with flag 1745000/1745000
815.01/812.29	c cleaning 10004 clauses out of 20098 with flag 1755001/1755001
818.71/815.95	c cleaning 10014 clauses out of 20094 with flag 1765001/1765001
822.71/819.91	c cleaning 10018 clauses out of 20079 with flag 1775000/1775000
826.41/823.67	c cleaning 9997 clauses out of 20063 with flag 1785002/1785002
830.32/827.56	c cleaning 10012 clauses out of 20065 with flag 1795001/1795001
834.53/831.71	c cleaning 10002 clauses out of 20052 with flag 1805000/1805000
838.83/836.01	c cleaning 10002 clauses out of 20051 with flag 1815001/1815001
842.82/840.09	c cleaning 9990 clauses out of 20048 with flag 1825000/1825000
847.12/844.36	c cleaning 10009 clauses out of 20059 with flag 1835001/1835001
850.62/847.84	c cleaning 9998 clauses out of 20049 with flag 1845000/1845000
854.23/851.43	c cleaning 10008 clauses out of 20051 with flag 1855000/1855000
857.43/854.66	c cleaning 10005 clauses out of 20043 with flag 1865000/1865000
860.74/858.00	c cleaning 9993 clauses out of 20038 with flag 1875000/1875000
864.94/862.14	c cleaning 10003 clauses out of 20045 with flag 1885000/1885000
868.54/865.79	c cleaning 10005 clauses out of 20043 with flag 1895001/1895001
871.95/869.13	c cleaning 9990 clauses out of 20038 with flag 1905001/1905001
875.44/872.69	c cleaning 9999 clauses out of 20047 with flag 1915000/1915000
878.84/876.07	c cleaning 9998 clauses out of 20049 with flag 1925001/1925001
882.04/879.29	c cleaning 9998 clauses out of 20051 with flag 1935001/1935001
885.84/883.06	c cleaning 10000 clauses out of 20053 with flag 1945001/1945001
890.25/887.44	c cleaning 10002 clauses out of 20052 with flag 1955000/1955000
893.55/890.76	c cleaning 10001 clauses out of 20051 with flag 1965001/1965001
897.95/895.18	c cleaning 10000 clauses out of 20049 with flag 1975000/1975000
901.66/898.88	c cleaning 10006 clauses out of 20051 with flag 1985002/1985002
906.35/903.54	c cleaning 9998 clauses out of 20044 with flag 1995001/1995001
909.75/906.91	c cleaning 9990 clauses out of 20047 with flag 2005002/2005002
912.95/910.15	c cleaning 10008 clauses out of 20055 with flag 2015000/2015000
915.97/913.12	c cleaning 10000 clauses out of 20048 with flag 2025001/2025001
919.21/916.32	c cleaning 10003 clauses out of 20047 with flag 2035000/2035000
924.02/921.15	c cleaning 9994 clauses out of 20046 with flag 2045002/2045002
928.22/925.35	c cleaning 9984 clauses out of 20050 with flag 2055000/2055000
932.53/929.63	c cleaning 10001 clauses out of 20066 with flag 2065000/2065000
936.33/933.48	c cleaning 9999 clauses out of 20065 with flag 2075000/2075000
940.54/937.61	c cleaning 9982 clauses out of 20068 with flag 2085002/2085002
948.74/945.85	c cleaning 9989 clauses out of 20085 with flag 2095001/2095001
957.24/954.31	c cleaning 9923 clauses out of 20095 with flag 2105000/2105000
963.15/960.25	c cleaning 9990 clauses out of 20172 with flag 2115000/2115000
968.76/965.86	c cleaning 9983 clauses out of 20182 with flag 2125000/2125000
975.86/972.96	c cleaning 9955 clauses out of 20199 with flag 2135000/2135000
984.07/981.18	c cleaning 9989 clauses out of 20244 with flag 2145000/2145000
991.48/988.59	c cleaning 9989 clauses out of 20256 with flag 2155001/2155001
997.29/994.31	c cleaning 10050 clauses out of 20266 with flag 2165000/2165000
1003.00/1000.03	c cleaning 10061 clauses out of 20217 with flag 2175001/2175001
1008.30/1005.35	c cleaning 10020 clauses out of 20155 with flag 2185000/2185000
1013.70/1010.78	c cleaning 10010 clauses out of 20136 with flag 2195001/2195001
1017.61/1014.61	c cleaning 9989 clauses out of 20125 with flag 2205000/2205000
1021.22/1018.27	c cleaning 9990 clauses out of 20136 with flag 2215000/2215000
1024.52/1021.59	c cleaning 10011 clauses out of 20147 with flag 2225001/2225001
1028.12/1025.17	c cleaning 9990 clauses out of 20135 with flag 2235000/2235000
1031.32/1028.37	c cleaning 10010 clauses out of 20145 with flag 2245000/2245000
1034.93/1031.97	c cleaning 9987 clauses out of 20136 with flag 2255001/2255001
1037.93/1034.99	c cleaning 10000 clauses out of 20149 with flag 2265001/2265001
1041.54/1038.54	c cleaning 9992 clauses out of 20148 with flag 2275000/2275000
1044.74/1041.78	c cleaning 9991 clauses out of 20156 with flag 2285000/2285000
1048.53/1045.51	c cleaning 10055 clauses out of 20165 with flag 2295000/2295000
1053.14/1050.16	c cleaning 10018 clauses out of 20110 with flag 2305000/2305000
1057.75/1054.72	c cleaning 10016 clauses out of 20092 with flag 2315000/2315000
1062.25/1059.25	c cleaning 9983 clauses out of 20080 with flag 2325004/2325004
1065.95/1062.91	c cleaning 10004 clauses out of 20094 with flag 2335001/2335001
1071.86/1068.84	c cleaning 9985 clauses out of 20090 with flag 2345001/2345001
1077.36/1074.34	c cleaning 9991 clauses out of 20105 with flag 2355001/2355001
1081.36/1078.33	c cleaning 10017 clauses out of 20113 with flag 2365000/2365000
1085.36/1082.36	c cleaning 10005 clauses out of 20098 with flag 2375002/2375002
1088.87/1085.88	c cleaning 10023 clauses out of 20092 with flag 2385001/2385001
1092.26/1089.30	c cleaning 10000 clauses out of 20068 with flag 2395000/2395000
1096.97/1093.91	c cleaning 10002 clauses out of 20068 with flag 2405000/2405000
1101.67/1098.61	c cleaning 9970 clauses out of 20067 with flag 2415001/2415001
1105.28/1102.25	c cleaning 10008 clauses out of 20096 with flag 2425000/2425000
1109.08/1106.02	c cleaning 9999 clauses out of 20090 with flag 2435002/2435002
1114.67/1111.68	c cleaning 10006 clauses out of 20090 with flag 2445001/2445001
1120.68/1117.64	c cleaning 10006 clauses out of 20085 with flag 2455002/2455002
1125.68/1122.62	c cleaning 9966 clauses out of 20078 with flag 2465001/2465001
1129.89/1126.84	c cleaning 9974 clauses out of 20111 with flag 2475000/2475000
1132.99/1129.90	c cleaning 9987 clauses out of 20137 with flag 2485000/2485000
1136.69/1133.64	c cleaning 10025 clauses out of 20152 with flag 2495002/2495002
1139.99/1136.91	c cleaning 10044 clauses out of 20125 with flag 2505000/2505000
1143.30/1140.25	c cleaning 9998 clauses out of 20082 with flag 2515001/2515001
1147.01/1143.90	c cleaning 10029 clauses out of 20086 with flag 2525003/2525003
1150.21/1147.10	c cleaning 9951 clauses out of 20054 with flag 2535000/2535000
1153.72/1150.68	c cleaning 9987 clauses out of 20103 with flag 2545000/2545000
1157.12/1154.02	c cleaning 10012 clauses out of 20116 with flag 2555000/2555000
1160.71/1157.63	c cleaning 9991 clauses out of 20106 with flag 2565002/2565002
1164.31/1161.20	c cleaning 10022 clauses out of 20115 with flag 2575002/2575002
1167.52/1164.47	c cleaning 10016 clauses out of 20091 with flag 2585000/2585000
1171.82/1168.73	c cleaning 9980 clauses out of 20076 with flag 2595001/2595001
1175.52/1172.47	c cleaning 10015 clauses out of 20095 with flag 2605000/2605000
1179.22/1176.13	c cleaning 10004 clauses out of 20081 with flag 2615001/2615001
1183.73/1180.61	c cleaning 10008 clauses out of 20077 with flag 2625001/2625001
1187.33/1184.22	c cleaning 10022 clauses out of 20068 with flag 2635000/2635000
1190.33/1187.28	c cleaning 9949 clauses out of 20046 with flag 2645000/2645000
1193.23/1190.11	c cleaning 9986 clauses out of 20097 with flag 2655000/2655000
1196.94/1193.87	c cleaning 10008 clauses out of 20111 with flag 2665000/2665000
1202.65/1199.53	c cleaning 10003 clauses out of 20104 with flag 2675001/2675001
1208.35/1205.29	c cleaning 10017 clauses out of 20101 with flag 2685001/2685001
1213.17/1210.08	c cleaning 9999 clauses out of 20085 with flag 2695002/2695002
1218.17/1215.06	c cleaning 9985 clauses out of 20085 with flag 2705001/2705001
1221.98/1218.88	c cleaning 9992 clauses out of 20099 with flag 2715000/2715000
1225.67/1222.57	c cleaning 10008 clauses out of 20107 with flag 2725000/2725000
1229.78/1226.67	c cleaning 10014 clauses out of 20099 with flag 2735000/2735000
1234.28/1231.13	c cleaning 9995 clauses out of 20085 with flag 2745000/2745000
1239.48/1236.35	c cleaning 10016 clauses out of 20090 with flag 2755000/2755000
1243.99/1240.85	c cleaning 10001 clauses out of 20074 with flag 2765000/2765000
1248.18/1245.10	c cleaning 10015 clauses out of 20077 with flag 2775004/2775004
1252.99/1249.81	c cleaning 10000 clauses out of 20058 with flag 2785000/2785000
1257.89/1254.79	c cleaning 9984 clauses out of 20058 with flag 2795000/2795000
1262.20/1259.01	c cleaning 9984 clauses out of 20074 with flag 2805000/2805000
1266.29/1263.13	c cleaning 9999 clauses out of 20090 with flag 2815000/2815000
1270.29/1267.21	c cleaning 10024 clauses out of 20091 with flag 2825000/2825000
1274.10/1270.96	c cleaning 9982 clauses out of 20067 with flag 2835000/2835000
1277.70/1274.52	c cleaning 9999 clauses out of 20085 with flag 2845000/2845000
1281.71/1278.52	c cleaning 9991 clauses out of 20086 with flag 2855000/2855000
1285.31/1282.14	c cleaning 10021 clauses out of 20095 with flag 2865000/2865000
1290.10/1286.92	c cleaning 9996 clauses out of 20075 with flag 2875001/2875001
1294.00/1290.84	c cleaning 10012 clauses out of 20080 with flag 2885002/2885002
1297.70/1294.53	c cleaning 9984 clauses out of 20066 with flag 2895000/2895000
1301.70/1298.58	c cleaning 10005 clauses out of 20083 with flag 2905001/2905001
1305.00/1301.82	c cleaning 9997 clauses out of 20078 with flag 2915001/2915001
1308.91/1305.76	c cleaning 9989 clauses out of 20082 with flag 2925002/2925002
1312.60/1309.47	c cleaning 9998 clauses out of 20091 with flag 2935000/2935000
1316.40/1313.30	c cleaning 10009 clauses out of 20095 with flag 2945002/2945002
1320.10/1316.93	c cleaning 10033 clauses out of 20084 with flag 2955000/2955000
1325.20/1322.05	c cleaning 9993 clauses out of 20051 with flag 2965000/2965000
1329.11/1325.99	c cleaning 9989 clauses out of 20058 with flag 2975000/2975000
1333.41/1330.28	c cleaning 9998 clauses out of 20069 with flag 2985000/2985000
1337.01/1333.84	c cleaning 9997 clauses out of 20073 with flag 2995002/2995002
1340.32/1337.13	c Got one! Elapsed wall clock time (in seconds):1336.921
1340.32/1337.13	o 3915
1340.92/1337.77	c cleaning 10022 clauses out of 20077 with flag 3005003/3005003
1344.52/1341.36	c cleaning 9992 clauses out of 20053 with flag 3015001/3015001
1348.12/1344.98	c cleaning 10004 clauses out of 20061 with flag 3025001/3025001
1352.63/1349.45	c cleaning 10020 clauses out of 20057 with flag 3035001/3035001
1358.03/1354.86	c cleaning 10009 clauses out of 20043 with flag 3045007/3045007
1363.34/1360.11	c cleaning 9968 clauses out of 20028 with flag 3055001/3055001
1366.44/1363.26	c cleaning 9958 clauses out of 20059 with flag 3065000/3065000
1369.35/1366.20	c cleaning 9983 clauses out of 20102 with flag 3075001/3075001
1372.86/1369.69	c cleaning 10049 clauses out of 20120 with flag 3085002/3085002
1375.95/1372.73	c cleaning 10006 clauses out of 20071 with flag 3095002/3095002
1378.95/1375.71	c cleaning 10004 clauses out of 20063 with flag 3105000/3105000
1382.16/1378.97	c cleaning 9994 clauses out of 20059 with flag 3115000/3115000
1385.36/1382.11	c cleaning 10003 clauses out of 20067 with flag 3125002/3125002
1388.76/1385.51	c cleaning 10006 clauses out of 20063 with flag 3135001/3135001
1392.48/1389.31	c cleaning 9986 clauses out of 20056 with flag 3145000/3145000
1396.88/1393.64	c cleaning 9993 clauses out of 20071 with flag 3155001/3155001
1400.48/1397.24	c cleaning 9986 clauses out of 20077 with flag 3165000/3165000
1403.78/1400.51	c cleaning 9994 clauses out of 20091 with flag 3175000/3175000
1407.38/1404.15	c cleaning 10010 clauses out of 20098 with flag 3185001/3185001
1410.98/1407.78	c cleaning 10020 clauses out of 20087 with flag 3195000/3195000
1413.89/1410.70	c cleaning 10020 clauses out of 20067 with flag 3205000/3205000
1416.69/1413.45	c cleaning 9994 clauses out of 20047 with flag 3215000/3215000
1419.19/1415.91	c cleaning 9991 clauses out of 20054 with flag 3225001/3225001
1421.69/1418.50	c cleaning 9987 clauses out of 20063 with flag 3235001/3235001
1424.39/1421.19	c cleaning 10004 clauses out of 20075 with flag 3245000/3245000
1426.90/1423.67	c cleaning 10008 clauses out of 20071 with flag 3255000/3255000
1429.40/1426.13	c cleaning 9999 clauses out of 20064 with flag 3265001/3265001
1432.11/1428.83	c cleaning 10007 clauses out of 20066 with flag 3275002/3275002
1434.81/1431.57	c cleaning 10004 clauses out of 20058 with flag 3285001/3285001
1437.91/1434.67	c cleaning 9979 clauses out of 20054 with flag 3295001/3295001
1442.41/1439.17	c cleaning 10005 clauses out of 20076 with flag 3305002/3305002
1448.62/1445.31	c cleaning 10013 clauses out of 20070 with flag 3315001/3315001
1454.03/1450.73	c cleaning 9992 clauses out of 20057 with flag 3325001/3325001
1457.64/1454.35	c cleaning 10004 clauses out of 20065 with flag 3335001/3335001
1461.04/1457.79	c cleaning 9997 clauses out of 20064 with flag 3345004/3345004
1465.13/1461.85	c cleaning 9973 clauses out of 20064 with flag 3355001/3355001
1468.93/1465.61	c cleaning 10012 clauses out of 20090 with flag 3365000/3365000
1472.43/1469.18	c cleaning 9999 clauses out of 20081 with flag 3375003/3375003
1476.34/1473.07	c cleaning 9991 clauses out of 20079 with flag 3385000/3385000
1481.23/1477.94	c cleaning 10010 clauses out of 20090 with flag 3395002/3395002
1485.53/1482.21	c cleaning 10006 clauses out of 20079 with flag 3405001/3405001
1489.43/1486.17	c cleaning 10000 clauses out of 20072 with flag 3415000/3415000
1493.74/1490.49	c cleaning 9996 clauses out of 20073 with flag 3425001/3425001
1497.94/1494.61	c cleaning 10001 clauses out of 20077 with flag 3435001/3435001
1502.14/1498.82	c cleaning 10023 clauses out of 20075 with flag 3445000/3445000
1507.14/1503.84	c cleaning 10015 clauses out of 20053 with flag 3455001/3455001
1510.94/1507.66	c cleaning 10000 clauses out of 20038 with flag 3465001/3465001
1514.64/1511.40	c cleaning 10006 clauses out of 20039 with flag 3475002/3475002
1518.74/1515.47	c cleaning 9984 clauses out of 20032 with flag 3485001/3485001
1523.04/1519.73	c cleaning 9998 clauses out of 20047 with flag 3495000/3495000
1526.54/1523.26	c cleaning 10012 clauses out of 20049 with flag 3505000/3505000
1530.26/1526.94	c cleaning 10005 clauses out of 20039 with flag 3515002/3515002
1534.15/1530.80	c cleaning 9983 clauses out of 20032 with flag 3525000/3525000
1537.15/1533.80	c cleaning 10001 clauses out of 20051 with flag 3535002/3535002
1540.45/1537.14	c cleaning 10012 clauses out of 20048 with flag 3545000/3545000
1543.75/1540.48	c cleaning 9978 clauses out of 20036 with flag 3555000/3555000
1547.06/1543.70	c cleaning 10009 clauses out of 20059 with flag 3565001/3565001
1550.47/1547.12	c cleaning 10010 clauses out of 20051 with flag 3575002/3575002
1553.67/1550.38	c cleaning 9995 clauses out of 20040 with flag 3585001/3585001
1557.16/1553.85	c cleaning 9997 clauses out of 20045 with flag 3595001/3595001
1560.66/1557.32	c cleaning 9991 clauses out of 20047 with flag 3605000/3605000
1563.77/1560.46	c cleaning 10008 clauses out of 20056 with flag 3615000/3615000
1566.87/1563.54	c cleaning 9999 clauses out of 20049 with flag 3625001/3625001
1570.07/1566.73	c cleaning 10002 clauses out of 20050 with flag 3635001/3635001
1572.97/1569.63	c cleaning 9995 clauses out of 20047 with flag 3645000/3645000
1576.57/1573.20	c cleaning 9983 clauses out of 20053 with flag 3655001/3655001
1580.67/1577.33	c cleaning 10009 clauses out of 20069 with flag 3665000/3665000
1588.17/1584.86	c cleaning 10003 clauses out of 20060 with flag 3675000/3675000
1594.88/1591.60	c cleaning 10015 clauses out of 20060 with flag 3685003/3685003
1600.40/1597.07	c cleaning 10002 clauses out of 20044 with flag 3695002/3695002
1608.90/1605.51	c cleaning 10001 clauses out of 20040 with flag 3705000/3705000
1616.61/1613.24	c cleaning 10007 clauses out of 20040 with flag 3715001/3715001
1623.42/1620.03	c cleaning 9979 clauses out of 20033 with flag 3725001/3725001
1631.23/1627.82	c cleaning 10007 clauses out of 20054 with flag 3735001/3735001
1638.73/1635.39	c cleaning 10009 clauses out of 20046 with flag 3745000/3745000
1647.54/1644.13	c cleaning 9996 clauses out of 20037 with flag 3755000/3755000
1658.14/1654.78	c cleaning 9999 clauses out of 20042 with flag 3765001/3765001
1665.35/1661.90	c cleaning 9999 clauses out of 20043 with flag 3775001/3775001
1673.96/1670.54	c cleaning 9996 clauses out of 20044 with flag 3785001/3785001
1682.07/1678.70	c cleaning 9969 clauses out of 20049 with flag 3795002/3795002
1688.07/1684.63	c cleaning 10012 clauses out of 20079 with flag 3805001/3805001
1694.07/1690.61	c cleaning 9995 clauses out of 20067 with flag 3815001/3815001
1698.68/1695.28	c cleaning 9998 clauses out of 20071 with flag 3825000/3825000
1704.78/1701.36	c cleaning 10024 clauses out of 20073 with flag 3835000/3835000
1710.69/1707.21	c cleaning 10002 clauses out of 20049 with flag 3845000/3845000
1716.09/1712.62	c cleaning 10008 clauses out of 20047 with flag 3855000/3855000
1721.80/1718.40	c cleaning 9989 clauses out of 20039 with flag 3865000/3865000
1726.51/1723.05	c cleaning 9983 clauses out of 20050 with flag 3875000/3875000
1732.41/1728.95	c cleaning 10001 clauses out of 20069 with flag 3885002/3885002
1737.91/1734.50	c cleaning 9999 clauses out of 20066 with flag 3895000/3895000
1743.81/1740.33	c cleaning 10007 clauses out of 20067 with flag 3905000/3905000
1748.91/1745.47	c cleaning 9998 clauses out of 20062 with flag 3915002/3915002
1753.41/1749.92	c cleaning 10014 clauses out of 20062 with flag 3925000/3925000
1760.80/1757.35	c cleaning 9996 clauses out of 20048 with flag 3935000/3935000
1765.41/1761.95	c cleaning 10003 clauses out of 20052 with flag 3945000/3945000
1770.81/1767.33	c cleaning 9987 clauses out of 20049 with flag 3955000/3955000
1777.12/1773.62	c cleaning 10000 clauses out of 20062 with flag 3965000/3965000
1783.22/1779.75	c cleaning 10010 clauses out of 20065 with flag 3975003/3975003
1790.22/1786.78	c cleaning 10001 clauses out of 20053 with flag 3985001/3985001
1796.32/1792.86	c cleaning 9979 clauses out of 20051 with flag 3995000/3995000
1800.03/1796.52	c starts		: 260
1800.03/1796.52	c conflicts		: 4001859
1800.03/1796.52	c decisions		: 5655612
1800.03/1796.52	c propagations		: 131283652
1800.03/1796.52	c inspects		: 3053954240
1800.03/1796.52	c learnt literals	: 0
1800.03/1796.52	c learnt binary clauses	: 8
1800.03/1796.52	c learnt ternary clauses	: 38
1800.03/1796.52	c learnt clauses	: 4001859
1800.03/1796.52	c ignored clauses	: 0
1800.03/1796.52	c root simplifications	: 0
1800.03/1796.52	c removed literals (reason simplification)	: 250329360
1800.03/1796.52	c reason swapping (by a shorter reason)	: 0
1800.03/1796.52	c Calls to reduceDB	: 401
1800.03/1796.52	c number of reductions to clauses (during analyze)	: 0
1800.03/1796.52	c number of learned constraints concerned by reduction	: 0
1800.03/1796.52	c number of learning phase by resolution	: 0
1800.03/1796.52	c number of learning phase by cutting planes	: 0
1800.03/1796.52	c speed (assignments/second)	: 285783.94622328744
1800.03/1796.52	c non guided choices	1
1800.03/1796.58	c learnt constraints type 
1800.03/1796.58	c org.sat4j.minisat.constraints.cnf.LearntHTClause => 16993
1800.03/1796.58	c org.sat4j.minisat.constraints.cnf.LearntBinaryClause => 8
1800.03/1796.58	c constraints type 
1800.03/1796.58	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 83
1800.03/1796.58	c org.sat4j.minisat.constraints.card.MinWatchCard => 85
1800.03/1796.58	c org.sat4j.pb.constraints.pb.MaxWatchPb => 2
1800.03/1796.58	s SATISFIABLE
1800.03/1796.59	v -x1 -x2 -x3 -x4 -x5 -x6 -x7 -x8 -x9 -x10 -x11 -x12 -x13 -x14 -x15 -x16 -x17 -x18 -x19 -x20 -x21 x22 -x23 -x24 -x25 -x26 x27 -x28 -x29 -x30 -x31 -x32 -x33 -x34 -x35 -x36 -x37 -x38 -x39 -x40 -x41 -x42 x43 -x44 -x45 -x46 -x47 -x48 -x49 -x50 -x51 -x52 -x53 -x54 -x55 -x56 -x57 -x58 -x59 -x60 -x61 -x62 -x63 -x64 -x65 x66 -x67 -x68 -x69 -x70 -x71 -x72 -x73 -x74 -x75 -x76 -x77 -x78 -x79 -x80 -x81 -x82 -x83 x84 -x85 -x86 -x87 -x88 -x89 -x90 -x91 -x92 -x93 -x94 -x95 -x96 -x97 -x98 -x99 x100 -x101 -x102 -x103 -x104 -x105 -x106 -x107 -x108 -x109 -x110 -x111 -x112 -x113 -x114 -x115 -x116 -x117 -x118 -x119 -x120 -x121 -x122 -x123 -x124 -x125 -x126 -x127 -x128 x129 -x130 -x131 -x132 -x133 -x134 -x135 -x136 x137 -x138 -x139 -x140 -x141 -x142 -x143 -x144 -x145 -x146 -x147 -x148 -x149 -x150 -x151 -x152 -x153 -x154 -x155 -x156 -x157 -x158 -x159 -x160 -x161 x162 -x163 -x164 -x165 -x166 -x167 -x168 -x169 x170 -x171 -x172 -x173 -x174 -x175 -x176 -x177 -x178 -x179 -x180 -x181 -x182 -x183 -x184 -x185 -x186 -x187 -x188 -x189 -x190 -x191 -x192 -x193 -x194 -x195 -x196 -x197 -x198 -x199 -x200 -x201 -x202 -x203 -x204 -x205 -x206 -x207 -x208 -x209 -x210 -x211 -x212 -x213 -x214 -x215 -x216 -x217 -x218 -x219 -x220 -x221 -x222 -x223 -x224 -x225 -x226 -x227 -x228 -x229 -x230 -x231 -x232 -x233 x234 -x235 -x236 -x237 -x238 -x239 -x240 -x241 -x242 -x243 -x244 -x245 -x246 -x247 -x248 -x249 -x250 -x251 -x252 -x253 -x254 -x255 -x256 -x257 -x258 -x259 -x260 -x261 -x262 -x263 -x264 -x265 -x266 -x267 -x268 -x269 -x270 -x271 -x272 -x273 -x274 -x275 -x276 -x277 -x278 -x279 -x280 -x281 -x282 -x283 -x284 -x285 -x286 -x287 -x288 -x289 -x290 -x291 -x292 -x293 -x294 -x295 -x296 -x297 -x298 -x299 -x300 -x301 -x302 -x303 -x304 -x305 -x306 -x307 -x308 -x309 -x310 -x311 -x312 -x313 -x314 -x315 -x316 -x317 -x318 -x319 x320 -x321 -x322 -x323 -x324 -x325 -x326 -x327 -x328 -x329 -x330 -x331 -x332 -x333 -x334 -x335 -x336 -x337 -x338 -x339 -x340 -x341 -x342 -x343 -x344 -x345 -x346 -x347 -x348 -x349 -x350 -x351 -x352 -x353 -x354 -x355 -x356 -x357 -x358 -x359 -x360 -x361 -x362 -x363 -x364 -x365 -x366 -x367 -x368 -x369 -x370 -x371 -x372 -x373 -x374 -x375 -x376 -x377 -x378 -x379 -x380 -x381 -x382 -x383 -x384 x385 -x386 -x387 -x388 -x389 -x390 -x391 -x392 -x393 -x394 -x395 -x396 -x397 -x398 -x399 -x400 -x401 -x402 -x403 -x404 -x405 -x406 x407 -x408 -x409 -x410 -x411 -x412 -x413 -x414 -x415 -x416 -x417 -x418 -x419 -x420 -x421 -x422 -x423 -x424 -x425 -x426 -x427 -x428 -x429 -x430 -x431 -x432 -x433 -x434 -x435 -x436 -x437 -x438 -x439 -x440 -x441 -x442 -x443 -x444 -x445 -x446 -x447 -x448 -x449 -x450 -x451 -x452 -x453 -x454 -x455 x456 -x457 -x458 -x459 -x460 -x461 -x462 -x463 -x464 -x465 -x466 -x467 -x468 -x469 -x470 -x471 -x472 -x473 -x474 -x475 -x476 -x477 -x478 -x479 -x480 -x481 -x482 -x483 -x484 -x485 -x486 -x487 -x488 -x489 -x490 -x491 -x492 -x493 x494 -x495 -x496 -x497 -x498 -x499 -x500 -x501 -x502 -x503 -x504 -x505 -x506 -x507 -x508 -x509 -x510 -x511 -x512 -x513 -x514 -x515 -x516 -x517 -x518 -x519 -x520 -x521 -x522 -x523 -x524 -x525 -x526 -x527 -x528 -x529 -x530 -x531 -x532 -x533 -x534 -x535 -x536 -x537 -x538 -x539 -x540 -x541 -x542 -x543 x544 -x545 -x546 -x547 -x548 -x549 -x550 -x551 -x552 -x553 -x554 -x555 -x556 -x557 -x558 -x559 -x560 -x561 -x562 -x563 -x564 -x565 -x566 -x567 -x568 -x569 -x570 -x571 -x572 -x573 -x574 -x575 -x576 -x577 -x578 -x579 -x580 -x581 -x582 -x583 -x584 -x585 -x586 -x587 -x588 -x589 -x590 -x591 -x592 -x593 -x594 -x595 -x596 -x597 -x598 x599 -x600 -x601 -x602 -x603 -x604 -x605 -x606 -x607 -x608 -x609 -x610 -x611 -x612 -x613 -x614 -x615 -x616 -x617 -x618 -x619 -x620 -x621 -x622 -x623 -x624 -x625 -x626 -x627 -x628 -x629 -x630 -x631 -x632 -x633 -x634 -x635 -x636 -x637 -x638 -x639 -x640 -x641 -x642 -x643 -x644 -x645 -x646 -x647 -x648 -x649 -x650 -x651 -x652 -x653 -x654 -x655 -x656 -x657 -x658 -x659 -x660 -x661 -x662 -x663 -x664 -x665 -x666 -x667 -x668 -x669 -x670 -x671 -x672 -x673 -x674 -x675 -x676 -x677 -x678 -x679 -x680 -x681 -x682 -x683 -x684 -x685 -x686 -x687 -x688 -x689 -x690 -x691 -x692 -x693 -x694 -x695 -x696 -x697 -x698 -x699 -x700 -x701 x702 -x703 -x704 -x705 -x706 -x707 -x708 -x709 -x710 -x711 -x712 -x713 -x714 -x715 -x716 -x717 -x718 -x719 -x720 -x721 -x722 -x723 -x724 -x725 -x726 -x727 -x728 -x729 -x730 -x731 -x732 -x733 -x734 -x735 -x736 -x737 -x738 -x739 -x740 -x741 -x742 -x743 -x744 -x745 -x746 -x747 x748 -x749 -x750 -x751 -x752 -x753 -x754 -x755 -x756 -x757 -x758 -x759 -x760 -x761 -x762 -x763 -x764 -x765 -x766 -x767 -x768 -x769 -x770 -x771 -x772 -x773 x774 -x775 -x776 -x777 -x778 -x779 -x780 -x781 -x782 -x783 -x784 -x785 -x786 -x787 -x788 -x789 -x790 -x791 -x792 -x793 -x794 -x795 -x796 -x797 -x798 -x799 -x800 -x801 -x802 -x803 -x804 -x805 -x806 -x807 -x808 -x809 -x810 -x811 -x812 -x813 -x814 -x815 -x816 -x817 -x818 -x819 -x820 -x821 -x822 -x823 -x824 -x825 -x826 -x827 -x828 -x829 -x830 -x831 -x832 -x833 -x834 -x835 -x836 -x837 -x838 -x839 -x840 -x841 -x842 -x843 -x844 -x845 -x846 -x847 -x848 -x849 -x850 -x851 -x852 -x853 -x854 -x855 -x856 -x857 -x858 -x859 -x860 -x861 -x862 -x863 -x864 -x865 -x866 -x867 -x868 -x869 -x870 -x871 -x872 -x873 -x874 -x875 -x876 -x877 -x878 -x879 -x880 -x881 -x882 -x883 -x884 -x885 -x886 -x887 -x888 -x889 x890 -x891 -x892 -x893 -x894 -x895 -x896 -x897 -x898 -x899 -x900 -x901 -x902 -x903 -x904 -x905 -x906 -x907 -x908 -x909 -x910 -x911 -x912 -x913 -x914 -x915 -x916 -x917 -x918 -x919 -x920 -x921 -x922 -x923 -x924 -x925 -x926 -x927 -x928 -x929 -x930 -x931 -x932 -x933 -x934 -x935 -x936 -x937 -x938 -x939 -x940 -x941 -x942 -x943 -x944 -x945 -x946 -x947 -x948 x949 -x950 -x951 -x952 -x953 -x954 -x955 -x956 -x957 -x958 -x959 -x960 -x961 -x962 -x963 -x964 -x965 -x966 -x967 -x968 -x969 -x970 -x971 -x972 -x973 -x974 -x975 -x976 -x977 -x978 -x979 x980 -x981 -x982 -x983 -x984 -x985 -x986 -x987 -x988 -x989 -x990 -x991 -x992 -x993 -x994 -x995 -x996 -x997 -x998 -x999 -x1000 -x1001 -x1002 -x1003 -x1004 -x1005 -x1006 -x1007 -x1008 -x1009 -x1010 -x1011 -x1012 -x1013 -x1014 -x1015 -x1016 -x1017 -x1018 -x1019 -x1020 -x1021 -x1022 -x1023 -x1024 -x1025 -x1026 -x1027 x1028 -x1029 -x1030 -x1031 x1032 -x1033 -x1034 -x1035 -x1036 -x1037 -x1038 -x1039 -x1040 -x1041 -x1042 -x1043 -x1044 -x1045 -x1046 -x1047 -x1048 -x1049 -x1050 -x1051 -x1052 -x1053 -x1054 -x1055 -x1056 -x1057 -x1058 x1059 -x1060 -x1061 -x1062 -x1063 -x1064 -x1065 -x1066 -x1067 -x1068 -x1069 -x1070 -x1071 -x1072 -x1073 -x1074 -x1075 -x1076 -x1077 -x1078 -x1079 -x1080 -x1081 -x1082 -x1083 -x1084 -x1085 -x1086 
1800.03/1796.59	c objective function=3915
1800.03/1796.59	c Total wall clock time (in seconds): 1796.373

Verifier Data

OK	3915

Watcher Data

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

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

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


[startup+0 s]
/proc/loadavg: 1.00 1.00 1.00 3/106 13014
/proc/meminfo: memFree=1596864/2059040 swapFree=4192956/4192956
[pid=13014] ppid=13012 vsize=1752 CPUtime=0
/proc/13014/stat : 13014 (java6) R 13012 13014 12744 0 -1 4194304 160 0 0 0 0 0 0 0 23 0 1 0 11031047 1794048 79 1992294400 134512640 134550932 4287613808 18446744073709551615 2275760 0 0 4096 0 0 0 0 17 1 0 0 0
/proc/13014/statm: 438 81 64 10 0 30 0

[startup+0.034307 s]
/proc/loadavg: 1.00 1.00 1.00 3/106 13014
/proc/meminfo: memFree=1596864/2059040 swapFree=4192956/4192956
[pid=13014] ppid=13012 vsize=1518368 CPUtime=0.01
/proc/13014/stat : 13014 (java) S 13012 13014 12744 0 -1 4202496 2793 0 1 0 0 1 0 0 15 0 4 0 11031047 1554808832 2237 1992294400 134512640 134550932 4291150592 18446744073709551615 4294960144 0 0 0 16784584 18446744073709551615 0 0 17 0 0 0 0
/proc/13014/statm: 380044 2544 785 10 0 377354 0
Current children cumulated CPU time (s) 0.01
Current children cumulated vsize (KiB) 1518368

[startup+0.102854 s]
/proc/loadavg: 1.00 1.00 1.00 3/106 13014
/proc/meminfo: memFree=1596864/2059040 swapFree=4192956/4192956
[pid=13014] ppid=13012 vsize=1524184 CPUtime=0.08
/proc/13014/stat : 13014 (java) S 13012 13014 12744 0 -1 4202496 3963 0 1 0 6 2 0 0 15 0 12 0 11031047 1560764416 3403 1992294400 134512640 134550932 4291150592 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/13014/statm: 381046 3403 1076 10 0 378348 0
Current children cumulated CPU time (s) 0.08
Current children cumulated vsize (KiB) 1524184

[startup+0.314813 s]
/proc/loadavg: 1.00 1.00 1.00 3/106 13014
/proc/meminfo: memFree=1596864/2059040 swapFree=4192956/4192956
[pid=13014] ppid=13012 vsize=1526936 CPUtime=0.38
/proc/13014/stat : 13014 (java) S 13012 13014 12744 0 -1 4202496 5444 0 1 0 34 4 0 0 15 0 12 0 11031047 1563582464 4882 1992294400 134512640 134550932 4291150592 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/13014/statm: 381734 4882 1365 10 0 379036 0
Current children cumulated CPU time (s) 0.38
Current children cumulated vsize (KiB) 1526936

[startup+0.701312 s]
/proc/loadavg: 1.00 1.00 1.00 3/106 13014
/proc/meminfo: memFree=1596864/2059040 swapFree=4192956/4192956
[pid=13014] ppid=13012 vsize=1529316 CPUtime=1.14
/proc/13014/stat : 13014 (java) S 13012 13014 12744 0 -1 4202496 7518 0 1 0 109 5 0 0 15 0 13 0 11031047 1566019584 6727 1992294400 134512640 134550932 4291150592 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/13014/statm: 382329 6727 1401 10 0 379631 0
Current children cumulated CPU time (s) 1.14
Current children cumulated vsize (KiB) 1529316

[startup+1.50149 s]
/proc/loadavg: 1.00 1.00 1.00 3/119 13027
/proc/meminfo: memFree=1572644/2059040 swapFree=4192956/4192956
[pid=13014] ppid=13012 vsize=1531276 CPUtime=2.51
/proc/13014/stat : 13014 (java) S 13012 13014 12744 0 -1 4202496 9058 0 1 0 245 6 0 0 15 0 13 0 11031047 1568026624 7913 1992294400 134512640 134550932 4291150592 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/13014/statm: 382819 7913 1431 10 0 380121 0
[pid=13014/tid=13016] ppid=13012 vsize=1531276 CPUtime=1.12
/proc/13014/task/13016/stat : 13016 (java) R 13012 13014 12744 0 -1 4202560 5556 0 1 0 109 3 0 0 19 0 13 0 11031049 1568026624 7913 1992294400 134512640 134550932 4291150592 18446744073709551615 4109898161 0 4 0 16800975 0 0 0 -1 0 0 0 0
[pid=13014/tid=13017] ppid=13012 vsize=1531276 CPUtime=0
/proc/13014/task/13017/stat : 13017 (java) S 13012 13014 12744 0 -1 4202560 3 0 0 0 0 0 0 0 17 0 13 0 11031050 1568026624 7913 1992294400 134512640 134550932 4291150592 18446744073709551615 4294960144 0 4 0 16800975 18446604437831668928 0 0 -1 0 0 0 0
[pid=13014/tid=13018] ppid=13012 vsize=1531276 CPUtime=0
/proc/13014/task/13018/stat : 13018 (java) S 13012 13014 12744 0 -1 4202560 2 0 0 0 0 0 0 0 18 0 13 0 11031050 1568026624 7913 1992294400 134512640 134550932 4291150592 18446744073709551615 4294960144 0 4 0 16800975 18446604437831668928 0 0 -1 0 0 0 0
[pid=13014/tid=13019] ppid=13012 vsize=1531276 CPUtime=0
/proc/13014/task/13019/stat : 13019 (java) S 13012 13014 12744 0 -1 4202560 1 0 0 0 0 0 0 0 18 0 13 0 11031052 1568026624 7913 1992294400 134512640 134550932 4291150592 18446744073709551615 4294960144 0 0 0 16800975 18446604437831668928 0 0 -1 0 0 0 0
[pid=13014/tid=13020] ppid=13012 vsize=1531276 CPUtime=0
/proc/13014/task/13020/stat : 13020 (java) S 13012 13014 12744 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 13 0 11031053 1568026624 7913 1992294400 134512640 134550932 4291150592 18446744073709551615 4294960144 0 4 0 16800975 18446604437831668928 0 0 -1 0 0 0 0
[pid=13014/tid=13021] ppid=13012 vsize=1531276 CPUtime=0
/proc/13014/task/13021/stat : 13021 (java) S 13012 13014 12744 0 -1 4202560 4 0 0 0 0 0 0 0 21 0 13 0 11031053 1568026624 7913 1992294400 134512640 134550932 4291150592 18446744073709551615 4294960144 0 4 0 16800975 18446604437831668928 0 0 -1 0 0 0 0
[pid=13014/tid=13022] ppid=13012 vsize=1531276 CPUtime=0
/proc/13014/task/13022/stat : 13022 (java) S 13012 13014 12744 0 -1 4202560 1 0 0 0 0 0 0 0 22 0 13 0 11031057 1568026624 7913 1992294400 134512640 134550932 4291150592 18446744073709551615 4294960144 0 4 0 16800975 18446604437831668928 0 0 -1 0 0 0 0
[pid=13014/tid=13023] ppid=13012 vsize=1531276 CPUtime=0.42
/proc/13014/task/13023/stat : 13023 (java) S 13012 13014 12744 0 -1 4202560 574 0 0 0 42 0 0 0 16 0 13 0 11031057 1568026624 7913 1992294400 134512640 134550932 4291150592 18446744073709551615 4294960144 0 4 0 16800975 18446604437831668928 0 0 -1 0 0 0 0
[pid=13014/tid=13024] ppid=13012 vsize=1531276 CPUtime=0.93
/proc/13014/task/13024/stat : 13024 (java) S 13012 13014 12744 0 -1 4202560 1861 0 0 0 92 1 0 0 15 0 13 0 11031057 1568026624 7913 1992294400 134512640 134550932 4291150592 18446744073709551615 4294960144 0 4 0 16800975 18446604437831668928 0 0 -1 1 0 0 0
[pid=13014/tid=13025] ppid=13012 vsize=1531276 CPUtime=0
/proc/13014/task/13025/stat : 13025 (java) S 13012 13014 12744 0 -1 4202560 1 0 0 0 0 0 0 0 24 0 13 0 11031057 1568026624 7913 1992294400 134512640 134550932 4291150592 18446744073709551615 4294960144 0 4 0 16800975 18446604437831668928 0 0 -1 0 0 0 0
[pid=13014/tid=13026] ppid=13012 vsize=1531276 CPUtime=0
/proc/13014/task/13026/stat : 13026 (java) S 13012 13014 12744 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 13 0 11031057 1568026624 7913 1992294400 134512640 134550932 4291150592 18446744073709551615 4294960144 0 4 0 16800975 18446604437831668928 0 0 -1 1 0 0 0
[pid=13014/tid=13027] ppid=13012 vsize=1531276 CPUtime=0
/proc/13014/task/13027/stat : 13027 (java) S 13012 13014 12744 0 -1 4202560 4 0 0 0 0 0 0 0 19 0 13 0 11031106 1568026624 7913 1992294400 134512640 134550932 4291150592 18446744073709551615 4294960144 0 4 0 16800975 18446604437831668928 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 2.51
Current children cumulated vsize (KiB) 1531276

[startup+3.10183 s]
/proc/loadavg: 1.00 1.00 1.00 2/119 13027
/proc/meminfo: memFree=1565948/2059040 swapFree=4192956/4192956
[pid=13014] ppid=13012 vsize=1530960 CPUtime=4.31
/proc/13014/stat : 13014 (java) S 13012 13014 12744 0 -1 4202496 11866 0 1 0 424 7 0 0 15 0 13 0 11031047 1567703040 10423 1992294400 134512640 134550932 4291150592 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/13014/statm: 382740 10423 1431 10 0 380042 0
[pid=13014/tid=13016] ppid=13012 vsize=1530960 CPUtime=2.61
/proc/13014/task/13016/stat : 13016 (java) R 13012 13014 12744 0 -1 4202560 8116 0 1 0 257 4 0 0 24 0 13 0 11031049 1567703040 10423 1992294400 134512640 134550932 4291150592 18446744073709551615 4109951944 0 4 0 16800975 0 0 0 -1 0 0 0 0
[pid=13014/tid=13017] ppid=13012 vsize=1530960 CPUtime=0
/proc/13014/task/13017/stat : 13017 (java) S 13012 13014 12744 0 -1 4202560 3 0 0 0 0 0 0 0 17 0 13 0 11031050 1567703040 10423 1992294400 134512640 134550932 4291150592 18446744073709551615 4294960144 0 4 0 16800975 18446604437831668928 0 0 -1 0 0 0 0
[pid=13014/tid=13018] ppid=13012 vsize=1530960 CPUtime=0
/proc/13014/task/13018/stat : 13018 (java) S 13012 13014 12744 0 -1 4202560 2 0 0 0 0 0 0 0 18 0 13 0 11031050 1567703040 10423 1992294400 134512640 134550932 4291150592 18446744073709551615 4294960144 0 4 0 16800975 18446604437831668928 0 0 -1 0 0 0 0
[pid=13014/tid=13019] ppid=13012 vsize=1530960 CPUtime=0
/proc/13014/task/13019/stat : 13019 (java) S 13012 13014 12744 0 -1 4202560 1 0 0 0 0 0 0 0 18 0 13 0 11031052 1567703040 10423 1992294400 134512640 134550932 4291150592 18446744073709551615 4294960144 0 0 0 16800975 18446604437831668928 0 0 -1 0 0 0 0
[pid=13014/tid=13020] ppid=13012 vsize=1530960 CPUtime=0
/proc/13014/task/13020/stat : 13020 (java) S 13012 13014 12744 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 13 0 11031053 1567703040 10423 1992294400 134512640 134550932 4291150592 18446744073709551615 4294960144 0 4 0 16800975 18446604437831668928 0 0 -1 0 0 0 0
[pid=13014/tid=13021] ppid=13012 vsize=1530960 CPUtime=0
/proc/13014/task/13021/stat : 13021 (java) S 13012 13014 12744 0 -1 4202560 4 0 0 0 0 0 0 0 21 0 13 0 11031053 1567703040 10423 1992294400 134512640 134550932 4291150592 18446744073709551615 4294960144 0 4 0 16800975 18446604437831668928 0 0 -1 0 0 0 0
[pid=13014/tid=13022] ppid=13012 vsize=1530960 CPUtime=0
/proc/13014/task/13022/stat : 13022 (java) S 13012 13014 12744 0 -1 4202560 1 0 0 0 0 0 0 0 22 0 13 0 11031057 1567703040 10423 1992294400 134512640 134550932 4291150592 18446744073709551615 4294960144 0 4 0 16800975 18446604437831668928 0 0 -1 0 0 0 0
[pid=13014/tid=13023] ppid=13012 vsize=1530960 CPUtime=0.55
/proc/13014/task/13023/stat : 13023 (java) S 13012 13014 12744 0 -1 4202560 743 0 0 0 55 0 0 0 15 0 13 0 11031057 1567703040 10423 1992294400 134512640 134550932 4291150592 18446744073709551615 4294960144 0 4 0 16800975 18446604437831668928 0 0 -1 0 0 0 0
[pid=13014/tid=13024] ppid=13012 vsize=1530960 CPUtime=1.11
/proc/13014/task/13024/stat : 13024 (java) S 13012 13014 12744 0 -1 4202560 1940 0 0 0 110 1 0 0 15 0 13 0 11031057 1567703040 10423 1992294400 134512640 134550932 4291150592 18446744073709551615 4294960144 0 4 0 16800975 18446604437831668928 0 0 -1 1 0 0 0
[pid=13014/tid=13025] ppid=13012 vsize=1530960 CPUtime=0
/proc/13014/task/13025/stat : 13025 (java) S 13012 13014 12744 0 -1 4202560 1 0 0 0 0 0 0 0 24 0 13 0 11031057 1567703040 10423 1992294400 134512640 134550932 4291150592 18446744073709551615 4294960144 0 4 0 16800975 18446604437831668928 0 0 -1 0 0 0 0
[pid=13014/tid=13026] ppid=13012 vsize=1530960 CPUtime=0
/proc/13014/task/13026/stat : 13026 (java) S 13012 13014 12744 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 13 0 11031057 1567703040 10423 1992294400 134512640 134550932 4291150592 18446744073709551615 4294960144 0 4 0 16800975 18446604437831668928 0 0 -1 1 0 0 0
[pid=13014/tid=13027] ppid=13012 vsize=1530960 CPUtime=0
/proc/13014/task/13027/stat : 13027 (java) S 13012 13014 12744 0 -1 4202560 4 0 0 0 0 0 0 0 19 0 13 0 11031106 1567703040 10423 1992294400 134512640 134550932 4291150592 18446744073709551615 4294960144 0 4 0 16800975 18446604437831668928 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 4.31
Current children cumulated vsize (KiB) 1530960

[startup+6.3015 s]
/proc/loadavg: 1.00 1.00 1.00 2/119 13027
/proc/meminfo: memFree=1555408/2059040 swapFree=4192956/4192956
[pid=13014] ppid=13012 vsize=1530960 CPUtime=7.56
/proc/13014/stat : 13014 (java) S 13012 13014 12744 0 -1 4202496 14854 0 1 0 748 8 0 0 15 0 13 0 11031047 1567703040 13404 1992294400 134512640 134550932 4291150592 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/13014/statm: 382740 13404 1445 10 0 380042 0
[pid=13014/tid=13016] ppid=13012 vsize=1530960 CPUtime=5.68
/proc/13014/task/13016/stat : 13016 (java) R 13012 13014 12744 0 -1 4202560 8137 0 1 0 564 4 0 0 23 0 13 0 11031049 1567703040 13404 1992294400 134512640 134550932 4291150592 18446744073709551615 4109997382 0 4 0 16800975 0 0 0 -1 1 0 0 0
[pid=13014/tid=13017] ppid=13012 vsize=1530960 CPUtime=0.01
/proc/13014/task/13017/stat : 13017 (java) S 13012 13014 12744 0 -1 4202560 1160 0 0 0 1 0 0 0 15 0 13 0 11031050 1567703040 13404 1992294400 134512640 134550932 4291150592 18446744073709551615 4294960144 0 4 0 16800975 18446604437831668928 0 0 -1 0 0 0 0
[pid=13014/tid=13018] ppid=13012 vsize=1530960 CPUtime=0.01
/proc/13014/task/13018/stat : 13018 (java) S 13012 13014 12744 0 -1 4202560 854 0 0 0 1 0 0 0 18 0 13 0 11031050 1567703040 13404 1992294400 134512640 134550932 4291150592 18446744073709551615 4294960144 0 4 0 16800975 18446604437831668928 0 0 -1 0 0 0 0
[pid=13014/tid=13019] ppid=13012 vsize=1530960 CPUtime=0.05
/proc/13014/task/13019/stat : 13019 (java) S 13012 13014 12744 0 -1 4202560 942 0 0 0 5 0 0 0 16 0 13 0 11031052 1567703040 13404 1992294400 134512640 134550932 4291150592 18446744073709551615 4294960144 0 0 0 16800975 18446604437831668928 0 0 -1 1 0 0 0
[pid=13014/tid=13020] ppid=13012 vsize=1530960 CPUtime=0
/proc/13014/task/13020/stat : 13020 (java) S 13012 13014 12744 0 -1 4202560 11 0 0 0 0 0 0 0 18 0 13 0 11031053 1567703040 13404 1992294400 134512640 134550932 4291150592 18446744073709551615 4294960144 0 4 0 16800975 18446604437831668928 0 0 -1 1 0 0 0
[pid=13014/tid=13021] ppid=13012 vsize=1530960 CPUtime=0
/proc/13014/task/13021/stat : 13021 (java) S 13012 13014 12744 0 -1 4202560 7 0 0 0 0 0 0 0 18 0 13 0 11031053 1567703040 13404 1992294400 134512640 134550932 4291150592 18446744073709551615 4294960144 0 4 0 16800975 18446604437831668928 0 0 -1 1 0 0 0
[pid=13014/tid=13022] ppid=13012 vsize=1530960 CPUtime=0
/proc/13014/task/13022/stat : 13022 (java) S 13012 13014 12744 0 -1 4202560 1 0 0 0 0 0 0 0 22 0 13 0 11031057 1567703040 13404 1992294400 134512640 134550932 4291150592 18446744073709551615 4294960144 0 4 0 16800975 18446604437831668928 0 0 -1 0 0 0 0
[pid=13014/tid=13023] ppid=13012 vsize=1530960 CPUtime=0.59
/proc/13014/task/13023/stat : 13023 (java) S 13012 13014 12744 0 -1 4202560 751 0 0 0 59 0 0 0 16 0 13 0 11031057 1567703040 13404 1992294400 134512640 134550932 4291150592 18446744073709551615 4294960144 0 4 0 16800975 18446604437831668928 0 0 -1 0 0 0 0
[pid=13014/tid=13024] ppid=13012 vsize=1530960 CPUtime=1.17
/proc/13014/task/13024/stat : 13024 (java) S 13012 13014 12744 0 -1 4202560 1945 0 0 0 116 1 0 0 15 0 13 0 11031057 1567703040 13404 1992294400 134512640 134550932 4291150592 18446744073709551615 4294960144 0 4 0 16800975 18446604437831668928 0 0 -1 1 0 0 0
[pid=13014/tid=13025] ppid=13012 vsize=1530960 CPUtime=0
/proc/13014/task/13025/stat : 13025 (java) S 13012 13014 12744 0 -1 4202560 1 0 0 0 0 0 0 0 24 0 13 0 11031057 1567703040 13404 1992294400 134512640 134550932 4291150592 18446744073709551615 4294960144 0 4 0 16800975 18446604437831668928 0 0 -1 0 0 0 0
[pid=13014/tid=13026] ppid=13012 vsize=1530960 CPUtime=0
/proc/13014/task/13026/stat : 13026 (java) S 13012 13014 12744 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 13 0 11031057 1567703040 13404 1992294400 134512640 134550932 4291150592 18446744073709551615 4294960144 0 4 0 16800975 18446604437831668928 0 0 -1 0 0 0 0
[pid=13014/tid=13027] ppid=13012 vsize=1530960 CPUtime=0
/proc/13014/task/13027/stat : 13027 (java) S 13012 13014 12744 0 -1 4202560 4 0 0 0 0 0 0 0 19 0 13 0 11031106 1567703040 13404 1992294400 134512640 134550932 4291150592 18446744073709551615 4294960144 0 4 0 16800975 18446604437831668928 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 7.56
Current children cumulated vsize (KiB) 1530960

[startup+12.7019 s]
/proc/loadavg: 1.00 1.00 1.00 2/119 13029
/proc/meminfo: memFree=1543752/2059040 swapFree=4192956/4192956
[pid=13014] ppid=13012 vsize=1530960 CPUtime=14.07
/proc/13014/stat : 13014 (java) S 13012 13014 12744 0 -1 4202496 15886 0 1 0 1399 8 0 0 15 0 13 0 11031047 1567703040 14434 1992294400 134512640 134550932 4291150592 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/13014/statm: 382740 14434 1445 10 0 380042 0
[pid=13014/tid=13016] ppid=13012 vsize=1530960 CPUtime=11.98
/proc/13014/task/13016/stat : 13016 (java) R 13012 13014 12744 0 -1 4202560 8139 0 1 0 1194 4 0 0 25 0 13 0 11031049 1567703040 14434 1992294400 134512640 134550932 4291150592 18446744073709551615 4110199432 0 4 0 16800975 0 0 0 -1 1 0 0 0
[pid=13014/tid=13017] ppid=13012 vsize=1530960 CPUtime=0.02
/proc/13014/task/13017/stat : 13017 (java) S 13012 13014 12744 0 -1 4202560 1579 0 0 0 2 0 0 0 15 0 13 0 11031050 1567703040 14434 1992294400 134512640 134550932 4291150592 18446744073709551615 4294960144 0 4 0 16800975 18446604437831668928 0 0 -1 0 0 0 0
[pid=13014/tid=13018] ppid=13012 vsize=1530960 CPUtime=0.01
/proc/13014/task/13018/stat : 13018 (java) S 13012 13014 12744 0 -1 4202560 1173 0 0 0 1 0 0 0 18 0 13 0 11031050 1567703040 14434 1992294400 134512640 134550932 4291150592 18446744073709551615 4294960144 0 4 0 16800975 18446604437831668928 0 0 -1 0 0 0 0
[pid=13014/tid=13019] ppid=13012 vsize=1530960 CPUtime=0.08
/proc/13014/task/13019/stat : 13019 (java) S 13012 13014 12744 0 -1 4202560 1223 0 0 0 8 0 0 0 15 0 13 0 11031052 1567703040 14434 1992294400 134512640 134550932 4291150592 18446744073709551615 4294960144 0 0 0 16800975 18446604437831668928 0 0 -1 1 0 0 0
[pid=13014/tid=13020] ppid=13012 vsize=1530960 CPUtime=0
/proc/13014/task/13020/stat : 13020 (java) S 13012 13014 12744 0 -1 4202560 11 0 0 0 0 0 0 0 18 0 13 0 11031053 1567703040 14434 1992294400 134512640 134550932 4291150592 18446744073709551615 4294960144 0 4 0 16800975 18446604437831668928 0 0 -1 1 0 0 0
[pid=13014/tid=13021] ppid=13012 vsize=1530960 CPUtime=0
/proc/13014/task/13021/stat : 13021 (java) S 13012 13014 12744 0 -1 4202560 7 0 0 0 0 0 0 0 18 0 13 0 11031053 1567703040 14434 1992294400 134512640 134550932 4291150592 18446744073709551615 4294960144 0 4 0 16800975 18446604437831668928 0 0 -1 1 0 0 0
[pid=13014/tid=13022] ppid=13012 vsize=1530960 CPUtime=0
/proc/13014/task/13022/stat : 13022 (java) S 13012 13014 12744 0 -1 4202560 1 0 0 0 0 0 0 0 22 0 13 0 11031057 1567703040 14434 1992294400 134512640 134550932 4291150592 18446744073709551615 4294960144 0 4 0 16800975 18446604437831668928 0 0 -1 0 0 0 0
[pid=13014/tid=13023] ppid=13012 vsize=1530960 CPUtime=0.63
/proc/13014/task/13023/stat : 13023 (java) S 13012 13014 12744 0 -1 4202560 751 0 0 0 63 0 0 0 16 0 13 0 11031057 1567703040 14434 1992294400 134512640 134550932 4291150592 18446744073709551615 4294960144 0 4 0 16800975 18446604437831668928 0 0 -1 0 0 0 0
[pid=13014/tid=13024] ppid=13012 vsize=1530960 CPUtime=1.28
/proc/13014/task/13024/stat : 13024 (java) S 13012 13014 12744 0 -1 4202560 1956 0 0 0 127 1 0 0 16 0 13 0 11031057 1567703040 14434 1992294400 134512640 134550932 4291150592 18446744073709551615 4294960144 0 4 0 16800975 18446604437831668928 0 0 -1 1 0 0 0
[pid=13014/tid=13025] ppid=13012 vsize=1530960 CPUtime=0
/proc/13014/task/13025/stat : 13025 (java) S 13012 13014 12744 0 -1 4202560 1 0 0 0 0 0 0 0 24 0 13 0 11031057 1567703040 14434 1992294400 134512640 134550932 4291150592 18446744073709551615 4294960144 0 4 0 16800975 18446604437831668928 0 0 -1 0 0 0 0
[pid=13014/tid=13026] ppid=13012 vsize=1530960 CPUtime=0
/proc/13014/task/13026/stat : 13026 (java) S 13012 13014 12744 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 13 0 11031057 1567703040 14434 1992294400 134512640 134550932 4291150592 18446744073709551615 4294960144 0 4 0 16800975 18446604437831668928 0 0 -1 0 0 0 0
[pid=13014/tid=13027] ppid=13012 vsize=1530960 CPUtime=0
/proc/13014/task/13027/stat : 13027 (java) S 13012 13014 12744 0 -1 4202560 4 0 0 0 0 0 0 0 19 0 13 0 11031106 1567703040 14434 1992294400 134512640 134550932 4291150592 18446744073709551615 4294960144 0 4 0 16800975 18446604437831668928 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 14.07
Current children cumulated vsize (KiB) 1530960

[startup+25.5016 s]
/proc/loadavg: 1.00 1.00 1.00 2/119 13029
/proc/meminfo: memFree=1538048/2059040 swapFree=4192956/4192956
[pid=13014] ppid=13012 vsize=1530960 CPUtime=26.93
/proc/13014/stat : 13014 (java) S 13012 13014 12744 0 -1 4202496 17306 0 1 0 2684 9 0 0 15 0 13 0 11031047 1567703040 15848 1992294400 134512640 134550932 4291150592 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/13014/statm: 382740 15848 1445 10 0 380042 0
[pid=13014/tid=13016] ppid=13012 vsize=1530960 CPUtime=24.61
/proc/13014/task/13016/stat : 13016 (java) R 13012 13014 12744 0 -1 4202560 8142 0 1 0 2457 4 0 0 25 0 13 0 11031049 1567703040 15848 1992294400 134512640 134550932 4291150592 18446744073709551615 4109997350 0 4 0 16800975 0 0 0 -1 1 0 0 0
[pid=13014/tid=13017] ppid=13012 vsize=1530960 CPUtime=0.05
/proc/13014/task/13017/stat : 13017 (java) S 13012 13014 12744 0 -1 4202560 2150 0 0 0 5 0 0 0 16 0 13 0 11031050 1567703040 15848 1992294400 134512640 134550932 4291150592 18446744073709551615 4294960144 0 4 0 16800975 18446604437831668928 0 0 -1 0 0 0 0
[pid=13014/tid=13018] ppid=13012 vsize=1530960 CPUtime=0.03
/proc/13014/task/13018/stat : 13018 (java) S 13012 13014 12744 0 -1 4202560 1723 0 0 0 3 0 0 0 18 0 13 0 11031050 1567703040 15848 1992294400 134512640 134550932 4291150592 18446744073709551615 4294960144 0 4 0 16800975 18446604437831668928 0 0 -1 0 0 0 0
[pid=13014/tid=13019] ppid=13012 vsize=1530960 CPUtime=0.18

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

[pid=13014] ppid=13012 vsize=1533360 CPUtime=1665.77
/proc/13014/stat : 13014 (java) S 13012 13014 12744 0 -1 4202496 28303 0 1 0 166527 50 0 0 15 0 13 0 11031047 1570160640 22056 1992294400 134512640 134550932 4291150592 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/13014/statm: 383340 22056 1445 10 0 380642 0
[pid=13014/tid=13016] ppid=13012 vsize=1533360 CPUtime=1642.6
/proc/13014/task/13016/stat : 13016 (java) R 13012 13014 12744 0 -1 4202560 9199 0 1 0 164235 25 0 0 25 0 13 0 11031049 1570160640 22056 1992294400 134512640 134550932 4291150592 18446744073709551615 4109997424 0 4 0 16800975 0 0 0 -1 0 0 0 0
[pid=13014/tid=13017] ppid=13012 vsize=1533360 CPUtime=2.56
/proc/13014/task/13017/stat : 13017 (java) S 13012 13014 12744 0 -1 4202560 3145 0 0 0 250 6 0 0 16 0 13 0 11031050 1570160640 22056 1992294400 134512640 134550932 4291150592 18446744073709551615 4294960144 0 4 0 16800975 18446604437831668928 0 0 -1 1 0 0 0
[pid=13014/tid=13018] ppid=13012 vsize=1533360 CPUtime=2.49
/proc/13014/task/13018/stat : 13018 (java) S 13012 13014 12744 0 -1 4202560 2607 0 0 0 243 6 0 0 15 0 13 0 11031050 1570160640 22056 1992294400 134512640 134550932 4291150592 18446744073709551615 4294960144 0 4 0 16800975 18446604437831668928 0 0 -1 0 0 0 0
[pid=13014/tid=13019] ppid=13012 vsize=1533360 CPUtime=15.27
/proc/13014/task/13019/stat : 13019 (java) S 13012 13014 12744 0 -1 4202560 4639 0 0 0 1522 5 0 0 16 0 13 0 11031052 1570160640 22056 1992294400 134512640 134550932 4291150592 18446744073709551615 4294960144 0 0 0 16800975 18446604437831668928 0 0 -1 0 0 0 0
[pid=13014/tid=13020] ppid=13012 vsize=1533360 CPUtime=0
/proc/13014/task/13020/stat : 13020 (java) S 13012 13014 12744 0 -1 4202560 11 0 0 0 0 0 0 0 18 0 13 0 11031053 1570160640 22056 1992294400 134512640 134550932 4291150592 18446744073709551615 4294960144 0 4 0 16800975 18446604437831668928 0 0 -1 1 0 0 0
[pid=13014/tid=13021] ppid=13012 vsize=1533360 CPUtime=0
/proc/13014/task/13021/stat : 13021 (java) S 13012 13014 12744 0 -1 4202560 7 0 0 0 0 0 0 0 18 0 13 0 11031053 1570160640 22056 1992294400 134512640 134550932 4291150592 18446744073709551615 4294960144 0 4 0 16800975 18446604437831668928 0 0 -1 1 0 0 0
[pid=13014/tid=13022] ppid=13012 vsize=1533360 CPUtime=0
/proc/13014/task/13022/stat : 13022 (java) S 13012 13014 12744 0 -1 4202560 1 0 0 0 0 0 0 0 22 0 13 0 11031057 1570160640 22056 1992294400 134512640 134550932 4291150592 18446744073709551615 4294960144 0 4 0 16800975 18446604437831668928 0 0 -1 0 0 0 0
[pid=13014/tid=13023] ppid=13012 vsize=1533360 CPUtime=1.45
/proc/13014/task/13023/stat : 13023 (java) S 13012 13014 12744 0 -1 4202560 5596 0 0 0 143 2 0 0 15 0 13 0 11031057 1570160640 22056 1992294400 134512640 134550932 4291150592 18446744073709551615 4294960144 0 4 0 16800975 18446604437831668928 0 0 -1 0 0 0 0
[pid=13014/tid=13024] ppid=13012 vsize=1533360 CPUtime=1.33
/proc/13014/task/13024/stat : 13024 (java) S 13012 13014 12744 0 -1 4202560 1956 0 0 0 132 1 0 0 15 0 13 0 11031057 1570160640 22056 1992294400 134512640 134550932 4291150592 18446744073709551615 4294960144 0 4 0 16800975 18446604437831668928 0 0 -1 1 0 0 0
[pid=13014/tid=13025] ppid=13012 vsize=1533360 CPUtime=0
/proc/13014/task/13025/stat : 13025 (java) S 13012 13014 12744 0 -1 4202560 1 0 0 0 0 0 0 0 24 0 13 0 11031057 1570160640 22056 1992294400 134512640 134550932 4291150592 18446744073709551615 4294960144 0 4 0 16800975 18446604437831668928 0 0 -1 0 0 0 0
[pid=13014/tid=13026] ppid=13012 vsize=1533360 CPUtime=0
/proc/13014/task/13026/stat : 13026 (java) R 13012 13014 12744 0 -1 4202560 97 0 0 0 0 0 0 0 15 0 13 0 11031057 1570160640 22056 1992294400 134512640 134550932 4291150592 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0 0
[pid=13014/tid=13027] ppid=13012 vsize=1533360 CPUtime=0
/proc/13014/task/13027/stat : 13027 (java) S 13012 13014 12744 0 -1 4202560 4 0 0 0 0 0 0 0 19 0 13 0 11031106 1570160640 22056 1992294400 134512640 134550932 4291150592 18446744073709551615 4294960144 0 4 0 16800975 18446604437831668928 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 1665.77
Current children cumulated vsize (KiB) 1533360

[startup+1722.3 s]
/proc/loadavg: 1.05 1.01 1.00 2/119 13085
/proc/meminfo: memFree=1510272/2059040 swapFree=4192956/4192956
[pid=13014] ppid=13012 vsize=1533360 CPUtime=1725.81
/proc/13014/stat : 13014 (java) S 13012 13014 12744 0 -1 4202496 28346 0 1 0 172530 51 0 0 15 0 13 0 11031047 1570160640 22082 1992294400 134512640 134550932 4291150592 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/13014/statm: 383340 22082 1445 10 0 380642 0
[pid=13014/tid=13016] ppid=13012 vsize=1533360 CPUtime=1702.09
/proc/13014/task/13016/stat : 13016 (java) R 13012 13014 12744 0 -1 4202560 9208 0 1 0 170183 26 0 0 25 0 13 0 11031049 1570160640 22082 1992294400 134512640 134550932 4291150592 18446744073709551615 4110018698 0 4 0 16800975 0 0 0 -1 0 0 0 0
[pid=13014/tid=13017] ppid=13012 vsize=1533360 CPUtime=2.63
/proc/13014/task/13017/stat : 13017 (java) S 13012 13014 12744 0 -1 4202560 3145 0 0 0 257 6 0 0 15 0 13 0 11031050 1570160640 22082 1992294400 134512640 134550932 4291150592 18446744073709551615 4294960144 0 4 0 16800975 18446604437831668928 0 0 -1 1 0 0 0
[pid=13014/tid=13018] ppid=13012 vsize=1533360 CPUtime=2.56
/proc/13014/task/13018/stat : 13018 (java) S 13012 13014 12744 0 -1 4202560 2607 0 0 0 250 6 0 0 16 0 13 0 11031050 1570160640 22082 1992294400 134512640 134550932 4291150592 18446744073709551615 4294960144 0 4 0 16800975 18446604437831668928 0 0 -1 1 0 0 0
[pid=13014/tid=13019] ppid=13012 vsize=1533360 CPUtime=15.67
/proc/13014/task/13019/stat : 13019 (java) S 13012 13014 12744 0 -1 4202560 4669 0 0 0 1562 5 0 0 15 0 13 0 11031052 1570160640 22082 1992294400 134512640 134550932 4291150592 18446744073709551615 4294960144 0 0 0 16800975 18446604437831668928 0 0 -1 0 0 0 0
[pid=13014/tid=13020] ppid=13012 vsize=1533360 CPUtime=0
/proc/13014/task/13020/stat : 13020 (java) S 13012 13014 12744 0 -1 4202560 11 0 0 0 0 0 0 0 18 0 13 0 11031053 1570160640 22082 1992294400 134512640 134550932 4291150592 18446744073709551615 4294960144 0 4 0 16800975 18446604437831668928 0 0 -1 1 0 0 0
[pid=13014/tid=13021] ppid=13012 vsize=1533360 CPUtime=0
/proc/13014/task/13021/stat : 13021 (java) S 13012 13014 12744 0 -1 4202560 7 0 0 0 0 0 0 0 18 0 13 0 11031053 1570160640 22082 1992294400 134512640 134550932 4291150592 18446744073709551615 4294960144 0 4 0 16800975 18446604437831668928 0 0 -1 1 0 0 0
[pid=13014/tid=13022] ppid=13012 vsize=1533360 CPUtime=0
/proc/13014/task/13022/stat : 13022 (java) S 13012 13014 12744 0 -1 4202560 1 0 0 0 0 0 0 0 22 0 13 0 11031057 1570160640 22082 1992294400 134512640 134550932 4291150592 18446744073709551615 4294960144 0 4 0 16800975 18446604437831668928 0 0 -1 0 0 0 0
[pid=13014/tid=13023] ppid=13012 vsize=1533360 CPUtime=1.45
/proc/13014/task/13023/stat : 13023 (java) S 13012 13014 12744 0 -1 4202560 5596 0 0 0 143 2 0 0 15 0 13 0 11031057 1570160640 22082 1992294400 134512640 134550932 4291150592 18446744073709551615 4294960144 0 4 0 16800975 18446604437831668928 0 0 -1 0 0 0 0
[pid=13014/tid=13024] ppid=13012 vsize=1533360 CPUtime=1.33
/proc/13014/task/13024/stat : 13024 (java) S 13012 13014 12744 0 -1 4202560 1956 0 0 0 132 1 0 0 15 0 13 0 11031057 1570160640 22082 1992294400 134512640 134550932 4291150592 18446744073709551615 4294960144 0 4 0 16800975 18446604437831668928 0 0 -1 1 0 0 0
[pid=13014/tid=13025] ppid=13012 vsize=1533360 CPUtime=0
/proc/13014/task/13025/stat : 13025 (java) S 13012 13014 12744 0 -1 4202560 1 0 0 0 0 0 0 0 24 0 13 0 11031057 1570160640 22082 1992294400 134512640 134550932 4291150592 18446744073709551615 4294960144 0 4 0 16800975 18446604437831668928 0 0 -1 0 0 0 0
[pid=13014/tid=13026] ppid=13012 vsize=1533360 CPUtime=0
/proc/13014/task/13026/stat : 13026 (java) S 13012 13014 12744 0 -1 4202560 101 0 0 0 0 0 0 0 15 0 13 0 11031057 1570160640 22082 1992294400 134512640 134550932 4291150592 18446744073709551615 4294960144 0 4 0 16800975 18446604437831668928 0 0 -1 1 0 0 0
[pid=13014/tid=13027] ppid=13012 vsize=1533360 CPUtime=0
/proc/13014/task/13027/stat : 13027 (java) S 13012 13014 12744 0 -1 4202560 4 0 0 0 0 0 0 0 19 0 13 0 11031106 1570160640 22082 1992294400 134512640 134550932 4291150592 18446744073709551615 4294960144 0 4 0 16800975 18446604437831668928 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 1725.81
Current children cumulated vsize (KiB) 1533360

[startup+1782.3 s]
/proc/loadavg: 1.35 1.09 1.02 2/119 13087
/proc/meminfo: memFree=1509900/2059040 swapFree=4192956/4192956
[pid=13014] ppid=13012 vsize=1533360 CPUtime=1785.82
/proc/13014/stat : 13014 (java) S 13012 13014 12744 0 -1 4202496 28392 0 1 0 178530 52 0 0 15 0 13 0 11031047 1570160640 22109 1992294400 134512640 134550932 4291150592 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/13014/statm: 383340 22109 1445 10 0 380642 0
[pid=13014/tid=13016] ppid=13012 vsize=1533360 CPUtime=1761.49
/proc/13014/task/13016/stat : 13016 (java) R 13012 13014 12744 0 -1 4202560 9219 0 1 0 176122 27 0 0 25 0 13 0 11031049 1570160640 22109 1992294400 134512640 134550932 4291150592 18446744073709551615 4109898242 0 4 0 16800975 0 0 0 -1 1 0 0 0
[pid=13014/tid=13017] ppid=13012 vsize=1533360 CPUtime=2.7
/proc/13014/task/13017/stat : 13017 (java) S 13012 13014 12744 0 -1 4202560 3145 0 0 0 263 7 0 0 15 0 13 0 11031050 1570160640 22109 1992294400 134512640 134550932 4291150592 18446744073709551615 4294960144 0 4 0 16800975 18446604437831668928 0 0 -1 1 0 0 0
[pid=13014/tid=13018] ppid=13012 vsize=1533360 CPUtime=2.64
/proc/13014/task/13018/stat : 13018 (java) S 13012 13014 12744 0 -1 4202560 2607 0 0 0 257 7 0 0 16 0 13 0 11031050 1570160640 22109 1992294400 134512640 134550932 4291150592 18446744073709551615 4294960144 0 4 0 16800975 18446604437831668928 0 0 -1 0 0 0 0
[pid=13014/tid=13019] ppid=13012 vsize=1533360 CPUtime=16.16
/proc/13014/task/13019/stat : 13019 (java) S 13012 13014 12744 0 -1 4202560 4700 0 0 0 1611 5 0 0 15 0 13 0 11031052 1570160640 22109 1992294400 134512640 134550932 4291150592 18446744073709551615 4294960144 0 0 0 16800975 18446604437831668928 0 0 -1 1 0 0 0
[pid=13014/tid=13020] ppid=13012 vsize=1533360 CPUtime=0
/proc/13014/task/13020/stat : 13020 (java) S 13012 13014 12744 0 -1 4202560 11 0 0 0 0 0 0 0 18 0 13 0 11031053 1570160640 22109 1992294400 134512640 134550932 4291150592 18446744073709551615 4294960144 0 4 0 16800975 18446604437831668928 0 0 -1 1 0 0 0
[pid=13014/tid=13021] ppid=13012 vsize=1533360 CPUtime=0
/proc/13014/task/13021/stat : 13021 (java) S 13012 13014 12744 0 -1 4202560 7 0 0 0 0 0 0 0 18 0 13 0 11031053 1570160640 22109 1992294400 134512640 134550932 4291150592 18446744073709551615 4294960144 0 4 0 16800975 18446604437831668928 0 0 -1 1 0 0 0
[pid=13014/tid=13022] ppid=13012 vsize=1533360 CPUtime=0
/proc/13014/task/13022/stat : 13022 (java) S 13012 13014 12744 0 -1 4202560 1 0 0 0 0 0 0 0 22 0 13 0 11031057 1570160640 22109 1992294400 134512640 134550932 4291150592 18446744073709551615 4294960144 0 4 0 16800975 18446604437831668928 0 0 -1 0 0 0 0
[pid=13014/tid=13023] ppid=13012 vsize=1533360 CPUtime=1.45
/proc/13014/task/13023/stat : 13023 (java) S 13012 13014 12744 0 -1 4202560 5596 0 0 0 143 2 0 0 15 0 13 0 11031057 1570160640 22109 1992294400 134512640 134550932 4291150592 18446744073709551615 4294960144 0 4 0 16800975 18446604437831668928 0 0 -1 0 0 0 0
[pid=13014/tid=13024] ppid=13012 vsize=1533360 CPUtime=1.33
/proc/13014/task/13024/stat : 13024 (java) S 13012 13014 12744 0 -1 4202560 1956 0 0 0 132 1 0 0 15 0 13 0 11031057 1570160640 22109 1992294400 134512640 134550932 4291150592 18446744073709551615 4294960144 0 4 0 16800975 18446604437831668928 0 0 -1 1 0 0 0
[pid=13014/tid=13025] ppid=13012 vsize=1533360 CPUtime=0
/proc/13014/task/13025/stat : 13025 (java) S 13012 13014 12744 0 -1 4202560 1 0 0 0 0 0 0 0 24 0 13 0 11031057 1570160640 22109 1992294400 134512640 134550932 4291150592 18446744073709551615 4294960144 0 4 0 16800975 18446604437831668928 0 0 -1 0 0 0 0
[pid=13014/tid=13026] ppid=13012 vsize=1533360 CPUtime=0
/proc/13014/task/13026/stat : 13026 (java) S 13012 13014 12744 0 -1 4202560 105 0 0 0 0 0 0 0 15 0 13 0 11031057 1570160640 22109 1992294400 134512640 134550932 4291150592 18446744073709551615 4294960144 0 4 0 16800975 18446604437831668928 0 0 -1 0 0 0 0
[pid=13014/tid=13027] ppid=13012 vsize=1533360 CPUtime=0
/proc/13014/task/13027/stat : 13027 (java) S 13012 13014 12744 0 -1 4202560 4 0 0 0 0 0 0 0 19 0 13 0 11031106 1570160640 22109 1992294400 134512640 134550932 4291150592 18446744073709551615 4294960144 0 4 0 16800975 18446604437831668928 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 1785.82
Current children cumulated vsize (KiB) 1533360



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1796.5 s]
/proc/loadavg: 1.49 1.13 1.04 2/119 13087
/proc/meminfo: memFree=1509900/2059040 swapFree=4192956/4192956
[pid=13014] ppid=13012 vsize=1533360 CPUtime=1800.03
/proc/13014/stat : 13014 (java) S 13012 13014 12744 0 -1 4202496 28394 0 1 0 179951 52 0 0 15 0 13 0 11031047 1570160640 22109 1992294400 134512640 134550932 4291150592 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/13014/statm: 383340 22109 1445 10 0 380642 0
[pid=13014/tid=13016] ppid=13012 vsize=1533360 CPUtime=1775.58
/proc/13014/task/13016/stat : 13016 (java) R 13012 13014 12744 0 -1 4202560 9221 0 1 0 177531 27 0 0 25 0 13 0 11031049 1570160640 22109 1992294400 134512640 134550932 4291150592 18446744073709551615 4109986845 0 4 0 16800975 0 0 0 -1 1 0 0 0
[pid=13014/tid=13017] ppid=13012 vsize=1533360 CPUtime=2.72
/proc/13014/task/13017/stat : 13017 (java) S 13012 13014 12744 0 -1 4202560 3145 0 0 0 265 7 0 0 16 0 13 0 11031050 1570160640 22109 1992294400 134512640 134550932 4291150592 18446744073709551615 4294960144 0 4 0 16800975 18446604437831668928 0 0 -1 0 0 0 0
[pid=13014/tid=13018] ppid=13012 vsize=1533360 CPUtime=2.65
/proc/13014/task/13018/stat : 13018 (java) S 13012 13014 12744 0 -1 4202560 2607 0 0 0 258 7 0 0 15 0 13 0 11031050 1570160640 22109 1992294400 134512640 134550932 4291150592 18446744073709551615 4294960144 0 4 0 16800975 18446604437831668928 0 0 -1 0 0 0 0
[pid=13014/tid=13019] ppid=13012 vsize=1533360 CPUtime=16.26
/proc/13014/task/13019/stat : 13019 (java) S 13012 13014 12744 0 -1 4202560 4700 0 0 0 1621 5 0 0 15 0 13 0 11031052 1570160640 22109 1992294400 134512640 134550932 4291150592 18446744073709551615 4294960144 0 0 0 16800975 18446604437831668928 0 0 -1 1 0 0 0
[pid=13014/tid=13020] ppid=13012 vsize=1533360 CPUtime=0
/proc/13014/task/13020/stat : 13020 (java) S 13012 13014 12744 0 -1 4202560 11 0 0 0 0 0 0 0 18 0 13 0 11031053 1570160640 22109 1992294400 134512640 134550932 4291150592 18446744073709551615 4294960144 0 4 0 16800975 18446604437831668928 0 0 -1 1 0 0 0
[pid=13014/tid=13021] ppid=13012 vsize=1533360 CPUtime=0
/proc/13014/task/13021/stat : 13021 (java) S 13012 13014 12744 0 -1 4202560 7 0 0 0 0 0 0 0 18 0 13 0 11031053 1570160640 22109 1992294400 134512640 134550932 4291150592 18446744073709551615 4294960144 0 4 0 16800975 18446604437831668928 0 0 -1 1 0 0 0
[pid=13014/tid=13022] ppid=13012 vsize=1533360 CPUtime=0
/proc/13014/task/13022/stat : 13022 (java) S 13012 13014 12744 0 -1 4202560 1 0 0 0 0 0 0 0 22 0 13 0 11031057 1570160640 22109 1992294400 134512640 134550932 4291150592 18446744073709551615 4294960144 0 4 0 16800975 18446604437831668928 0 0 -1 0 0 0 0
[pid=13014/tid=13023] ppid=13012 vsize=1533360 CPUtime=1.45
/proc/13014/task/13023/stat : 13023 (java) S 13012 13014 12744 0 -1 4202560 5596 0 0 0 143 2 0 0 15 0 13 0 11031057 1570160640 22109 1992294400 134512640 134550932 4291150592 18446744073709551615 4294960144 0 4 0 16800975 18446604437831668928 0 0 -1 0 0 0 0
[pid=13014/tid=13024] ppid=13012 vsize=1533360 CPUtime=1.33
/proc/13014/task/13024/stat : 13024 (java) S 13012 13014 12744 0 -1 4202560 1956 0 0 0 132 1 0 0 15 0 13 0 11031057 1570160640 22109 1992294400 134512640 134550932 4291150592 18446744073709551615 4294960144 0 4 0 16800975 18446604437831668928 0 0 -1 1 0 0 0
[pid=13014/tid=13025] ppid=13012 vsize=1533360 CPUtime=0
/proc/13014/task/13025/stat : 13025 (java) S 13012 13014 12744 0 -1 4202560 1 0 0 0 0 0 0 0 24 0 13 0 11031057 1570160640 22109 1992294400 134512640 134550932 4291150592 18446744073709551615 4294960144 0 4 0 16800975 18446604437831668928 0 0 -1 0 0 0 0
[pid=13014/tid=13026] ppid=13012 vsize=1533360 CPUtime=0
/proc/13014/task/13026/stat : 13026 (java) S 13012 13014 12744 0 -1 4202560 105 0 0 0 0 0 0 0 15 0 13 0 11031057 1570160640 22109 1992294400 134512640 134550932 4291150592 18446744073709551615 4294960144 0 4 0 16800975 18446604437831668928 0 0 -1 0 0 0 0
[pid=13014/tid=13027] ppid=13012 vsize=1533360 CPUtime=0
/proc/13014/task/13027/stat : 13027 (java) S 13012 13014 12744 0 -1 4202560 4 0 0 0 0 0 0 0 19 0 13 0 11031106 1570160640 22109 1992294400 134512640 134550932 4291150592 18446744073709551615 4294960144 0 4 0 16800975 18446604437831668928 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 1800.03
Current children cumulated vsize (KiB) 1533360

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

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

[startup+1796.62 s]
/proc/loadavg: 1.49 1.13 1.04 2/119 13087
/proc/meminfo: memFree=1509900/2059040 swapFree=4192956/4192956
[pid=13014] ppid=13012 vsize=1534008 CPUtime=1800.21
/proc/13014/stat : 13014 (java) S 13012 13014 12744 0 -1 4202496 28420 0 1 0 179969 52 0 0 15 0 14 0 11031047 1570824192 22135 1992294400 134512640 134550932 4291150592 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/13014/statm: 383502 22135 1448 10 0 380804 0
[pid=13014/tid=13016] ppid=13012 vsize=1534008 CPUtime=1775.69
/proc/13014/task/13016/stat : 13016 (java) R 13012 13014 12744 0 -1 4202560 9221 0 1 0 177542 27 0 0 25 0 14 0 11031049 1570824192 22135 1992294400 134512640 134550932 4291150592 18446744073709551615 4109986666 0 4 0 16800975 0 0 0 -1 1 0 0 0
[pid=13014/tid=13017] ppid=13012 vsize=1534008 CPUtime=2.72
/proc/13014/task/13017/stat : 13017 (java) S 13012 13014 12744 0 -1 4202560 3145 0 0 0 265 7 0 0 16 0 14 0 11031050 1570824192 22135 1992294400 134512640 134550932 4291150592 18446744073709551615 4294960144 0 4 0 16800975 18446604437831668928 0 0 -1 0 0 0 0
[pid=13014/tid=13018] ppid=13012 vsize=1534008 CPUtime=2.65
/proc/13014/task/13018/stat : 13018 (java) S 13012 13014 12744 0 -1 4202560 2607 0 0 0 258 7 0 0 15 0 14 0 11031050 1570824192 22135 1992294400 134512640 134550932 4291150592 18446744073709551615 4294960144 0 4 0 16800975 18446604437831668928 0 0 -1 0 0 0 0
[pid=13014/tid=13019] ppid=13012 vsize=1534008 CPUtime=16.26
/proc/13014/task/13019/stat : 13019 (java) S 13012 13014 12744 0 -1 4202560 4700 0 0 0 1621 5 0 0 15 0 14 0 11031052 1570824192 22135 1992294400 134512640 134550932 4291150592 18446744073709551615 4294960144 0 0 0 16800975 18446604437831668928 0 0 -1 1 0 0 0
[pid=13014/tid=13020] ppid=13012 vsize=1534008 CPUtime=0
/proc/13014/task/13020/stat : 13020 (java) S 13012 13014 12744 0 -1 4202560 11 0 0 0 0 0 0 0 18 0 14 0 11031053 1570824192 22135 1992294400 134512640 134550932 4291150592 18446744073709551615 4294960144 0 4 0 16800975 18446604437831668928 0 0 -1 1 0 0 0
[pid=13014/tid=13021] ppid=13012 vsize=1534008 CPUtime=0
/proc/13014/task/13021/stat : 13021 (java) S 13012 13014 12744 0 -1 4202560 7 0 0 0 0 0 0 0 18 0 14 0 11031053 1570824192 22135 1992294400 134512640 134550932 4291150592 18446744073709551615 4294960144 0 4 0 16800975 18446604437831668928 0 0 -1 1 0 0 0
[pid=13014/tid=13022] ppid=13012 vsize=1534008 CPUtime=0
/proc/13014/task/13022/stat : 13022 (java) S 13012 13014 12744 0 -1 4202560 5 0 0 0 0 0 0 0 18 0 14 0 11031057 1570824192 22135 1992294400 134512640 134550932 4291150592 18446744073709551615 4294960144 0 4 0 16800975 18446604437831668928 0 0 -1 0 0 0 0
[pid=13014/tid=13023] ppid=13012 vsize=1534008 CPUtime=1.48
/proc/13014/task/13023/stat : 13023 (java) S 13012 13014 12744 0 -1 4202560 5602 0 0 0 146 2 0 0 15 0 14 0 11031057 1570824192 22135 1992294400 134512640 134550932 4291150592 18446744073709551615 4294960144 0 4 0 16800975 18446604437831668928 0 0 -1 0 0 0 0
[pid=13014/tid=13024] ppid=13012 vsize=1534008 CPUtime=1.33
/proc/13014/task/13024/stat : 13024 (java) S 13012 13014 12744 0 -1 4202560 1956 0 0 0 132 1 0 0 15 0 14 0 11031057 1570824192 22135 1992294400 134512640 134550932 4291150592 18446744073709551615 4294960144 0 4 0 16800975 18446604437831668928 0 0 -1 1 0 0 0
[pid=13014/tid=13025] ppid=13012 vsize=1534008 CPUtime=0
/proc/13014/task/13025/stat : 13025 (java) S 13012 13014 12744 0 -1 4202560 1 0 0 0 0 0 0 0 24 0 14 0 11031057 1570824192 22135 1992294400 134512640 134550932 4291150592 18446744073709551615 4294960144 0 4 0 16800975 18446604437831668928 0 0 -1 0 0 0 0
[pid=13014/tid=13026] ppid=13012 vsize=1534008 CPUtime=0
/proc/13014/task/13026/stat : 13026 (java) S 13012 13014 12744 0 -1 4202560 105 0 0 0 0 0 0 0 15 0 14 0 11031057 1570824192 22135 1992294400 134512640 134550932 4291150592 18446744073709551615 4294960144 0 4 0 16800975 18446604437831668928 0 0 -1 0 0 0 0
[pid=13014/tid=13027] ppid=13012 vsize=1534008 CPUtime=0
/proc/13014/task/13027/stat : 13027 (java) S 13012 13014 12744 0 -1 4202560 4 0 0 0 0 0 0 0 19 0 14 0 11031106 1570824192 22135 1992294400 134512640 134550932 4291150592 18446744073709551615 4294960144 0 4 0 16800975 18446604437831668928 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 1800.21
Current children cumulated vsize (KiB) 1534008

Child status: 143
Real time (s): 1796.64
CPU time (s): 1800.25
CPU user time (s): 1799.71
CPU system time (s): 0.537918
CPU usage (%): 100.201
Max. virtual memory (cumulated for all children) (KiB): 1544624

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1799.71
system time used= 0.537918
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 28420
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= 41174
involuntary context switches= 17716

runsolver used 3.80942 second user time and 9.39557 second system time

The end

Launcher Data

Begin job on node010 at 2010-06-12 16:51:34
IDJOB=2659630
IDBENCH=1856
IDSOLVER=1164
FILE ID=node010/2659630-1276354294
PBS_JOBID= 11173203
Free space on /tmp= 62500 MiB

SOLVER NAME= SAT4J PB Resolution 2.2.0 2010-05-26
BENCH NAME= PB06//final/normalized-PB06/OPT-SMALLINT/mps-v2-20-10/MIPLIB/miplib/normalized-mps-v2-20-10-lp4l.opb
COMMAND LINE= java6 -server -Xmx1350m -Xms1350m -jar HOME/sat4j-pb.jar BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-2659630-1276354294/watcher-2659630-1276354294 -o /tmp/evaluation-result-2659630-1276354294/solver-2659630-1276354294 -C 1800 -W 2000 -M 1800  java6 -server -Xmx1350m -Xms1350m -jar HOME/sat4j-pb.jar HOME/instance-2659630-1276354294.opb

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

MD5SUM BENCH= 8d2c17131f0dd6c2b5d472cf1eef4c89
RANDOM SEED=1017510593

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:       1597260 kB
Buffers:        118100 kB
Cached:         214008 kB
SwapCached:          0 kB
Active:         150728 kB
Inactive:       240628 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2059040 kB
LowFree:       1597260 kB
SwapTotal:     4192956 kB
SwapFree:      4192956 kB
Dirty:             292 kB
Writeback:           0 kB
AnonPages:       59256 kB
Mapped:          15460 kB
Slab:            48548 kB
PageTables:       4036 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:   5222476 kB
Committed_AS:   181900 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-12 17:21:33