Trace number 357121

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, and are wall clock time (not CPU 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
oree 0.1.2 alphaSAT (TO)153 1800.37 1801.08

General information on the benchmark

Namenormalized-PB06/OPT-SMALLINT/submitted-PB05/
manquinho/logic-synthesis/normalized-rot.b.opb
MD5SUM82ceb454755e01aa6cecb68eb859eaa6
Bench CategoryOPT-SMALLINT (optimisation, small integers)
Best result obtained on this benchmarkSAT
Best value of the objective obtained on this benchmark116
Best CPU time to get the best result obtained on this benchmark1800.04
Has Objective FunctionYES
SatisfiableYES
(Un)Satisfiability was provedYES
Best value of the objective function 116
Optimality of the best value was proved NO
Number of variables1451
Total number of constraints2932
Number of constraints which are clauses2932
Number of constraints which are cardinality constraints (but not clauses)0
Number of constraints which are nor clauses,nor cardinality constraints0
Minimum length of a constraint1
Maximum length of a constraint81
Number of terms in the objective function 1451
Biggest coefficient in the objective function 1
Number of bits for the biggest coefficient in the objective function 1
Sum of the numbers in the objective function 1451
Number of bits of the sum of numbers in the objective function 11
Biggest number in a constraint 1
Number of bits of the biggest number in a constraint 1
Biggest sum of numbers in a constraint 1451
Number of bits of the biggest sum of numbers11
Number of products (including duplicates)0
Sum of products size (including duplicates)0
Number of different products0
Sum of products size0

Quality of the solution as a function of time


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

Solver Data (download as text)

0.00/0.00	c This is oree version 0.1.2 alpha
0.00/0.00	c (c) roussel@cril.univ-artois.fr
0.00/0.00	c using __gmp_expr<__gmpz_value, __gmpz_value>
0.00/0.00	c parsing...
0.06/0.09	c ...done
0.06/0.09	c #vars=1451 #constraints=2933 hasObjective=yes
0.09/0.14	c res. mode=mod
0.09/0.14	c VSIDS like heuristics
0.09/0.14	c complete search running
0.09/0.15	c restart after 401 decisions
0.09/0.15	c nbDecision=500 #constraints=2935
0.09/0.16	c restart after 801 decisions
0.09/0.16	c nbDecision=1000 #constraints=2935
0.09/0.17	c nbDecision=1500 #constraints=2936
0.09/0.17	c restart after 1601 decisions
0.09/0.18	c nbDecision=2000 #constraints=2936
0.09/0.19	c nbDecision=2500 #constraints=2936
0.09/0.20	c nbDecision=2871 #constraints=2936
0.09/0.20	c linear search for optimum
0.09/0.20	o 155
0.19/0.21	c nbDecision=2922 #constraints=2945
0.19/0.21	o 154
0.19/0.24	c nbDecision=3000 #constraints=2960
0.19/0.28	c restart after 3201 decisions
0.19/0.29	c nbDecision=3500 #constraints=2990
0.29/0.30	c nbDecision=4000 #constraints=2990
0.29/0.32	c nbDecision=4500 #constraints=2997
0.39/0.43	c nbDecision=5000 #constraints=3060
0.49/0.52	c nbDecision=5500 #constraints=3116
0.59/0.62	c nbDecision=6000 #constraints=3161
0.69/0.71	c restart after 6401 decisions
0.69/0.73	c nbDecision=6500 #constraints=3215
0.69/0.75	c nbDecision=7000 #constraints=3215
0.69/0.76	c nbDecision=7500 #constraints=3215
0.79/0.84	c nbDecision=8000 #constraints=3253
0.88/0.94	c nbDecision=8500 #constraints=3289
0.99/1.06	c nbDecision=9000 #constraints=3329
1.09/1.11	c nbDecision=9187 #constraints=3345
1.09/1.11	o 153
1.09/1.19	c nbDecision=9500 #constraints=3379
1.28/1.32	c nbDecision=10000 #constraints=3429
1.38/1.44	c nbDecision=10500 #constraints=3475
1.49/1.58	c nbDecision=11000 #constraints=3524
1.69/1.74	c nbDecision=11500 #constraints=3586
1.89/1.93	c nbDecision=12000 #constraints=3659
2.10/2.16	c nbDecision=12500 #constraints=3748
2.19/2.29	c restart after 12801 decisions
2.29/2.33	c nbDecision=13000 #constraints=3796
2.29/2.36	c nbDecision=13500 #constraints=3796
2.29/2.38	c nbDecision=14000 #constraints=3796
2.49/2.57	c nbDecision=14500 #constraints=3854
2.79/2.83	c nbDecision=15000 #constraints=3938
3.09/3.12	c nbDecision=15500 #constraints=4029
3.29/3.34	c nbDecision=16000 #constraints=4081
3.49/3.56	c nbDecision=16500 #constraints=4133
3.79/3.80	c nbDecision=17000 #constraints=4184
3.99/4.02	c nbDecision=17500 #constraints=4224
4.29/4.30	c nbDecision=18000 #constraints=4286
4.49/4.58	c nbDecision=18500 #constraints=4345
4.89/4.90	c nbDecision=19000 #constraints=4417
5.18/5.29	c nbDecision=19500 #constraints=4511
5.59/5.60	c nbDecision=20000 #constraints=4565
5.99/6.02	c nbDecision=20500 #constraints=4666
6.39/6.47	c nbDecision=21000 #constraints=4789
6.99/7.06	c nbDecision=21500 #constraints=4971
7.48/7.58	c nbDecision=22000 #constraints=5091
8.09/8.18	c nbDecision=22500 #constraints=5236
8.49/8.53	c nbDecision=23000 #constraints=5287
8.79/8.89	c nbDecision=23500 #constraints=5336
9.19/9.21	c nbDecision=24000 #constraints=5370
9.49/9.58	c nbDecision=24500 #constraints=5403
9.89/9.97	c nbDecision=25000 #constraints=5457
10.29/10.36	c nbDecision=25500 #constraints=5504
10.39/10.46	c restart after 25601 decisions
10.69/10.72	c nbDecision=26000 #constraints=5514
10.79/10.82	c nbDecision=26500 #constraints=5514
10.99/11.04	c nbDecision=27000 #constraints=5531
11.39/11.46	c nbDecision=27500 #constraints=5590
11.79/11.89	c nbDecision=28000 #constraints=5638
12.19/12.25	c nbDecision=28500 #constraints=5674
12.58/12.64	c nbDecision=29000 #constraints=5708
12.98/13.09	c nbDecision=29500 #constraints=5753
13.48/13.54	c nbDecision=30000 #constraints=5805
13.99/14.01	c nbDecision=30500 #constraints=5853
14.49/14.58	c nbDecision=31000 #constraints=5919
15.09/15.16	c nbDecision=31500 #constraints=5981
15.79/15.80	c nbDecision=32000 #constraints=6067
16.29/16.34	c nbDecision=32500 #constraints=6111
16.98/17.00	c nbDecision=33000 #constraints=6197
17.68/17.70	c nbDecision=33500 #constraints=6286
18.28/18.34	c nbDecision=34000 #constraints=6352
18.78/18.88	c nbDecision=34500 #constraints=6403
19.38/19.43	c nbDecision=35000 #constraints=6449
19.99/20.02	c nbDecision=35500 #constraints=6499
20.59/20.61	c nbDecision=36000 #constraints=6539
21.29/21.34	c nbDecision=36500 #constraints=6604
21.99/22.09	c nbDecision=37000 #constraints=6671
22.78/22.88	c nbDecision=37500 #constraints=6760
23.58/23.67	c nbDecision=38000 #constraints=6838
24.48/24.52	c nbDecision=38500 #constraints=6909
25.38/25.40	c nbDecision=39000 #constraints=7005
26.19/26.23	c nbDecision=39500 #constraints=7081
26.79/26.87	c nbDecision=40000 #constraints=7125
27.49/27.56	c nbDecision=40500 #constraints=7178
28.18/28.28	c nbDecision=41000 #constraints=7228
28.88/28.98	c nbDecision=41500 #constraints=7268
29.78/29.85	c nbDecision=42000 #constraints=7332
30.69/30.71	c nbDecision=42500 #constraints=7389
31.58/31.66	c nbDecision=43000 #constraints=7475
32.58/32.67	c nbDecision=43500 #constraints=7565
33.58/33.63	c nbDecision=44000 #constraints=7629
34.68/34.73	c nbDecision=44500 #constraints=7735
36.08/36.11	c nbDecision=45000 #constraints=7875
37.48/37.59	c nbDecision=45500 #constraints=8043
38.88/38.99	c nbDecision=46000 #constraints=8173
40.28/40.30	c nbDecision=46500 #constraints=8294
41.37/41.47	c nbDecision=47000 #constraints=8386
42.38/42.42	c nbDecision=47500 #constraints=8439
43.18/43.25	c nbDecision=48000 #constraints=8493
44.08/44.15	c nbDecision=48500 #constraints=8540
44.98/45.06	c nbDecision=49000 #constraints=8584
46.08/46.14	c nbDecision=49500 #constraints=8638
47.18/47.29	c nbDecision=50000 #constraints=8704
48.38/48.48	c nbDecision=50500 #constraints=8775
49.67/49.71	c nbDecision=51000 #constraints=8864
50.17/50.20	c restart after 51201 decisions
50.77/50.88	c nbDecision=51500 #constraints=8897
50.97/51.08	c nbDecision=52000 #constraints=8897
51.37/51.44	c nbDecision=52500 #constraints=8903
52.57/52.69	c nbDecision=53000 #constraints=8968
53.88/53.98	c nbDecision=53500 #constraints=9053
55.18/55.29	c nbDecision=54000 #constraints=9138
56.27/56.34	c nbDecision=54500 #constraints=9192
57.27/57.32	c nbDecision=55000 #constraints=9242
58.27/58.36	c nbDecision=55500 #constraints=9293
59.27/59.39	c nbDecision=56000 #constraints=9333
60.67/60.71	c nbDecision=56500 #constraints=9397
61.97/62.02	c nbDecision=57000 #constraints=9455
63.27/63.39	c nbDecision=57500 #constraints=9531
64.77/64.82	c nbDecision=58000 #constraints=9621
66.07/66.10	c nbDecision=58500 #constraints=9676
67.87/67.92	c nbDecision=59000 #constraints=9792
69.57/69.63	c nbDecision=59500 #constraints=9904
71.86/71.98	c nbDecision=60000 #constraints=10086
73.77/73.88	c nbDecision=60500 #constraints=10207
75.77/75.90	c nbDecision=61000 #constraints=10350
76.97/77.02	c nbDecision=61500 #constraints=10399
77.97/78.08	c nbDecision=62000 #constraints=10447
78.96/79.07	c nbDecision=62500 #constraints=10479
80.17/80.27	c nbDecision=63000 #constraints=10513
81.37/81.42	c nbDecision=63500 #constraints=10568
82.56/82.64	c nbDecision=64000 #constraints=10616
83.86/83.92	c nbDecision=64500 #constraints=10672
85.06/85.13	c nbDecision=65000 #constraints=10721
86.16/86.25	c nbDecision=65500 #constraints=10769
87.26/87.32	c nbDecision=66000 #constraints=10803
88.46/88.54	c nbDecision=66500 #constraints=10835
89.66/89.79	c nbDecision=67000 #constraints=10892
90.96/91.07	c nbDecision=67500 #constraints=10940
92.56/92.70	c nbDecision=68000 #constraints=11002
94.06/94.20	c nbDecision=68500 #constraints=11048
95.96/96.09	c nbDecision=69000 #constraints=11135
97.65/97.71	c nbDecision=69500 #constraints=11198
99.56/99.61	c nbDecision=70000 #constraints=11273
101.17/101.27	c nbDecision=70500 #constraints=11355
102.96/103.09	c nbDecision=71000 #constraints=11439
104.36/104.45	c nbDecision=71500 #constraints=11485
105.76/105.82	c nbDecision=72000 #constraints=11538
107.15/107.27	c nbDecision=72500 #constraints=11586
108.55/108.65	c nbDecision=73000 #constraints=11626
110.35/110.43	c nbDecision=73500 #constraints=11691
112.06/112.18	c nbDecision=74000 #constraints=11748
113.95/114.07	c nbDecision=74500 #constraints=11835
115.95/116.03	c nbDecision=75000 #constraints=11923
117.65/117.72	c nbDecision=75500 #constraints=11979
119.65/119.73	c nbDecision=76000 #constraints=12062
121.65/121.78	c nbDecision=76500 #constraints=12159
123.35/123.44	c nbDecision=77000 #constraints=12208
124.75/124.80	c nbDecision=77500 #constraints=12263
126.25/126.38	c nbDecision=78000 #constraints=12313
127.85/127.90	c nbDecision=78500 #constraints=12357
129.65/129.73	c nbDecision=79000 #constraints=12411
131.45/131.54	c nbDecision=79500 #constraints=12468
133.55/133.68	c nbDecision=80000 #constraints=12546
135.65/135.71	c nbDecision=80500 #constraints=12635
137.45/137.53	c nbDecision=81000 #constraints=12696
139.74/139.86	c nbDecision=81500 #constraints=12775
142.45/142.52	c nbDecision=82000 #constraints=12911
145.64/145.75	c nbDecision=82500 #constraints=13080
148.35/148.48	c nbDecision=83000 #constraints=13213
151.54/151.62	c nbDecision=83500 #constraints=13360
153.64/153.72	c nbDecision=84000 #constraints=13450
155.74/155.82	c nbDecision=84500 #constraints=13524
157.34/157.42	c nbDecision=85000 #constraints=13575
159.04/159.13	c nbDecision=85500 #constraints=13621
160.74/160.89	c nbDecision=86000 #constraints=13671
162.64/162.73	c nbDecision=86500 #constraints=13712
164.84/164.93	c nbDecision=87000 #constraints=13779
167.23/167.30	c nbDecision=87500 #constraints=13840
169.43/169.59	c nbDecision=88000 #constraints=13936
171.64/171.78	c nbDecision=88500 #constraints=14012
174.04/174.13	c nbDecision=89000 #constraints=14077
176.44/176.52	c nbDecision=89500 #constraints=14165
178.93/179.02	c nbDecision=90000 #constraints=14253
180.63/180.80	c nbDecision=90500 #constraints=14301
182.43/182.56	c nbDecision=91000 #constraints=14351
184.33/184.46	c nbDecision=91500 #constraints=14402
186.23/186.37	c nbDecision=92000 #constraints=14442
188.53/188.68	c nbDecision=92500 #constraints=14506
190.93/191.03	c nbDecision=93000 #constraints=14564
193.33/193.42	c nbDecision=93500 #constraints=14641
195.83/195.94	c nbDecision=94000 #constraints=14730
198.12/198.21	c nbDecision=94500 #constraints=14788
201.23/201.37	c nbDecision=95000 #constraints=14899
204.42/204.58	c nbDecision=95500 #constraints=15020
208.43/208.58	c nbDecision=96000 #constraints=15201
211.72/211.86	c nbDecision=96500 #constraints=15323
214.92/215.05	c nbDecision=97000 #constraints=15457
216.82/216.97	c nbDecision=97500 #constraints=15506
218.62/218.75	c nbDecision=98000 #constraints=15554
220.32/220.45	c nbDecision=98500 #constraints=15588
222.32/222.43	c nbDecision=99000 #constraints=15620
224.32/224.41	c nbDecision=99500 #constraints=15677
226.31/226.45	c nbDecision=100000 #constraints=15725
228.42/228.52	c nbDecision=100500 #constraints=15781
230.32/230.46	c nbDecision=101000 #constraints=15828
232.22/232.32	c nbDecision=101500 #constraints=15878
233.91/234.00	c nbDecision=102000 #constraints=15910
235.51/235.67	c restart after 102401 decisions
236.81/236.93	c nbDecision=102500 #constraints=15937
237.31/237.42	c nbDecision=103000 #constraints=15937
237.81/237.94	c nbDecision=103500 #constraints=15937
239.61/239.71	c nbDecision=104000 #constraints=15977
241.61/241.73	c nbDecision=104500 #constraints=16026
243.91/244.08	c nbDecision=105000 #constraints=16073
246.62/246.70	c nbDecision=105500 #constraints=16137
249.41/249.59	c nbDecision=106000 #constraints=16210
252.31/252.45	c nbDecision=106500 #constraints=16289
255.01/255.14	c nbDecision=107000 #constraints=16343
257.71/257.89	c nbDecision=107500 #constraints=16422
260.80/260.90	c nbDecision=108000 #constraints=16518
263.30/263.43	c nbDecision=108500 #constraints=16570
265.20/265.39	c nbDecision=109000 #constraints=16623
267.50/267.69	c nbDecision=109500 #constraints=16673
269.80/269.95	c nbDecision=110000 #constraints=16719
272.31/272.49	c nbDecision=110500 #constraints=16768
275.10/275.28	c nbDecision=111000 #constraints=16830
278.20/278.31	c nbDecision=111500 #constraints=16903
281.00/281.10	c nbDecision=112000 #constraints=16986
283.80/283.94	c nbDecision=112500 #constraints=17056
287.20/287.36	c nbDecision=113000 #constraints=17132
290.10/290.25	c nbDecision=113500 #constraints=17225
292.99/293.14	c nbDecision=114000 #constraints=17299
295.19/295.34	c nbDecision=114500 #constraints=17350
297.49/297.68	c nbDecision=115000 #constraints=17396
299.90/300.09	c nbDecision=115500 #constraints=17446
302.40/302.60	c nbDecision=116000 #constraints=17487
305.49/305.62	c nbDecision=116500 #constraints=17554
308.69/308.84	c nbDecision=117000 #constraints=17615
311.79/311.97	c nbDecision=117500 #constraints=17711
314.79/314.93	c nbDecision=118000 #constraints=17787
317.99/318.13	c nbDecision=118500 #constraints=17852
321.88/322.05	c nbDecision=119000 #constraints=17971
326.38/326.58	c nbDecision=119500 #constraints=18117
330.99/331.13	c nbDecision=120000 #constraints=18273
335.48/335.69	c nbDecision=120500 #constraints=18422
339.08/339.20	c nbDecision=121000 #constraints=18522
342.38/342.58	c nbDecision=121500 #constraints=18607
345.08/345.24	c nbDecision=122000 #constraints=18661
347.48/347.69	c nbDecision=122500 #constraints=18711
350.07/350.25	c nbDecision=123000 #constraints=18762
352.67/352.81	c nbDecision=123500 #constraints=18802
355.87/356.07	c nbDecision=124000 #constraints=18866
359.17/359.31	c nbDecision=124500 #constraints=18924
362.47/362.64	c nbDecision=125000 #constraints=19000
365.88/366.07	c nbDecision=125500 #constraints=19090
368.97/369.15	c nbDecision=126000 #constraints=19145
372.78/372.96	c nbDecision=126500 #constraints=19233
376.27/376.50	c nbDecision=127000 #constraints=19327
379.37/379.60	c nbDecision=127500 #constraints=19388
381.97/382.10	c nbDecision=128000 #constraints=19439
384.67/384.82	c nbDecision=128500 #constraints=19487
387.37/387.52	c nbDecision=129000 #constraints=19535
390.27/390.45	c nbDecision=129500 #constraints=19575
393.76/393.91	c nbDecision=130000 #constraints=19640
397.36/397.59	c nbDecision=130500 #constraints=19712
400.76/400.92	c nbDecision=131000 #constraints=19796
404.26/404.43	c nbDecision=131500 #constraints=19874
408.16/408.38	c nbDecision=132000 #constraints=19945
412.46/412.69	c nbDecision=132500 #constraints=20070
418.35/418.52	c nbDecision=133000 #constraints=20241
422.85/423.06	c nbDecision=133500 #constraints=20376
428.76/428.91	c nbDecision=134000 #constraints=20536
431.25/431.40	c nbDecision=134500 #constraints=20595
434.15/434.30	c nbDecision=135000 #constraints=20641
436.35/436.55	c nbDecision=135500 #constraints=20677
438.85/439.01	c nbDecision=136000 #constraints=20711
441.65/441.83	c nbDecision=136500 #constraints=20762
444.34/444.59	c nbDecision=137000 #constraints=20811
447.55/447.76	c nbDecision=137500 #constraints=20858
450.15/450.37	c nbDecision=138000 #constraints=20919
453.05/453.27	c nbDecision=138500 #constraints=20963
455.35/455.57	c nbDecision=139000 #constraints=21001
457.85/458.07	c nbDecision=139500 #constraints=21033
460.84/461.01	c nbDecision=140000 #constraints=21086
463.54/463.78	c nbDecision=140500 #constraints=21133
466.93/467.12	c nbDecision=141000 #constraints=21182
470.61/470.83	c nbDecision=141500 #constraints=21248
474.50/474.76	c nbDecision=142000 #constraints=21317
478.50/478.73	c nbDecision=142500 #constraints=21396
482.38/482.64	c nbDecision=143000 #constraints=21454
486.17/486.43	c nbDecision=143500 #constraints=21531
490.16/490.50	c nbDecision=144000 #constraints=21625
493.65/493.98	c nbDecision=144500 #constraints=21677
496.34/496.69	c nbDecision=145000 #constraints=21732
499.54/499.89	c nbDecision=145500 #constraints=21782
502.64/502.96	c nbDecision=146000 #constraints=21826
506.34/506.68	c nbDecision=146500 #constraints=21880
510.04/510.33	c nbDecision=147000 #constraints=21937
514.33/514.62	c nbDecision=147500 #constraints=22015
518.33/518.63	c nbDecision=148000 #constraints=22104
521.91/522.28	c nbDecision=148500 #constraints=22165
526.51/526.89	c nbDecision=149000 #constraints=22242
530.51/530.87	c nbDecision=149500 #constraints=22334
534.51/534.83	c nbDecision=150000 #constraints=22410
537.41/537.74	c nbDecision=150500 #constraints=22459
540.60/540.99	c nbDecision=151000 #constraints=22505
543.81/544.18	c nbDecision=151500 #constraints=22555
547.21/547.59	c nbDecision=152000 #constraints=22596
551.31/551.68	c nbDecision=152500 #constraints=22663
555.61/555.92	c nbDecision=153000 #constraints=22722
559.90/560.22	c nbDecision=153500 #constraints=22818
563.90/564.21	c nbDecision=154000 #constraints=22894
568.10/568.47	c nbDecision=154500 #constraints=22959
573.49/573.89	c nbDecision=155000 #constraints=23086
579.50/579.84	c nbDecision=155500 #constraints=23235
585.20/585.57	c nbDecision=156000 #constraints=23380
591.50/591.82	c nbDecision=156500 #constraints=23537
595.99/596.33	c nbDecision=157000 #constraints=23634
600.59/600.90	c nbDecision=157500 #constraints=23722
603.79/604.14	c nbDecision=158000 #constraints=23770
606.98/607.33	c nbDecision=158500 #constraints=23818
610.38/610.76	c nbDecision=159000 #constraints=23871
613.78/614.13	c nbDecision=159500 #constraints=23911
617.99/618.35	c nbDecision=160000 #constraints=23975
622.29/622.63	c nbDecision=160500 #constraints=24033
626.59/626.94	c nbDecision=161000 #constraints=24110
631.08/631.42	c nbDecision=161500 #constraints=24199
635.08/635.47	c nbDecision=162000 #constraints=24257
640.07/640.44	c nbDecision=162500 #constraints=24345
644.57/644.93	c nbDecision=163000 #constraints=24434
648.57/648.92	c nbDecision=163500 #constraints=24495
651.77/652.12	c nbDecision=164000 #constraints=24546
655.27/655.68	c nbDecision=164500 #constraints=24596
658.77/659.19	c nbDecision=165000 #constraints=24644
662.67/663.08	c nbDecision=165500 #constraints=24686
667.06/667.45	c nbDecision=166000 #constraints=24747
671.77/672.18	c nbDecision=166500 #constraints=24819
676.17/676.57	c nbDecision=167000 #constraints=24908
680.57/680.95	c nbDecision=167500 #constraints=24981
685.86/686.24	c nbDecision=168000 #constraints=25054
691.46/691.84	c nbDecision=168500 #constraints=25185
698.75/699.12	c nbDecision=169000 #constraints=25348
704.65/705.00	c nbDecision=169500 #constraints=25487
711.85/712.26	c nbDecision=170000 #constraints=25643
715.05/715.44	c nbDecision=170500 #constraints=25702
718.75/719.16	c nbDecision=171000 #constraints=25748
721.65/722.06	c nbDecision=171500 #constraints=25786
724.75/725.19	c nbDecision=172000 #constraints=25818
728.44/728.83	c nbDecision=172500 #constraints=25871
731.84/732.25	c nbDecision=173000 #constraints=25918
735.84/736.29	c nbDecision=173500 #constraints=25967
739.25/739.60	c nbDecision=174000 #constraints=26026
742.94/743.31	c nbDecision=174500 #constraints=26074
745.84/746.26	c nbDecision=175000 #constraints=26110
749.04/749.40	c nbDecision=175500 #constraints=26140
752.64/753.09	c nbDecision=176000 #constraints=26193
756.24/756.64	c nbDecision=176500 #constraints=26242
760.53/760.96	c nbDecision=177000 #constraints=26294
765.23/765.61	c nbDecision=177500 #constraints=26357
770.23/770.65	c nbDecision=178000 #constraints=26426
775.22/775.66	c nbDecision=178500 #constraints=26505
779.92/780.37	c nbDecision=179000 #constraints=26561
784.82/785.30	c nbDecision=179500 #constraints=26642
790.03/790.43	c nbDecision=180000 #constraints=26735
794.23/794.66	c nbDecision=180500 #constraints=26786
797.73/798.14	c nbDecision=181000 #constraints=26841
801.62/802.08	c nbDecision=181500 #constraints=26889
805.72/806.10	c nbDecision=182000 #constraints=26935
810.12/810.59	c nbDecision=182500 #constraints=26987
815.12/815.59	c nbDecision=183000 #constraints=27055
820.22/820.64	c nbDecision=183500 #constraints=27124
825.21/825.64	c nbDecision=184000 #constraints=27211
829.81/830.29	c nbDecision=184500 #constraints=27274
835.51/835.96	c nbDecision=185000 #constraints=27352
840.41/840.89	c nbDecision=185500 #constraints=27441
845.41/845.83	c nbDecision=186000 #constraints=27517
849.11/849.51	c nbDecision=186500 #constraints=27566
853.21/853.61	c nbDecision=187000 #constraints=27612
857.10/857.60	c nbDecision=187500 #constraints=27664
861.50/861.92	c nbDecision=188000 #constraints=27706
866.40/866.88	c nbDecision=188500 #constraints=27770
871.90/872.37	c nbDecision=189000 #constraints=27831
877.00/877.43	c nbDecision=189500 #constraints=27927
882.09/882.50	c nbDecision=190000 #constraints=28003
887.69/888.15	c nbDecision=190500 #constraints=28076
894.08/894.53	c nbDecision=191000 #constraints=28193
901.49/901.99	c nbDecision=191500 #constraints=28342
908.88/909.38	c nbDecision=192000 #constraints=28489
916.48/917.00	c nbDecision=192500 #constraints=28644
922.17/922.61	c nbDecision=193000 #constraints=28741
927.88/928.32	c nbDecision=193500 #constraints=28829
931.97/932.40	c nbDecision=194000 #constraints=28879
935.78/936.29	c nbDecision=194500 #constraints=28929
940.08/940.55	c nbDecision=195000 #constraints=28978
944.37/944.89	c nbDecision=195500 #constraints=29018
949.67/950.16	c nbDecision=196000 #constraints=29084
954.86/955.34	c nbDecision=196500 #constraints=29140
960.36/960.80	c nbDecision=197000 #constraints=29220
966.06/966.59	c nbDecision=197500 #constraints=29311
971.16/971.60	c nbDecision=198000 #constraints=29370
977.15/977.66	c nbDecision=198500 #constraints=29456
982.65/983.11	c nbDecision=199000 #constraints=29543
987.65/988.17	c nbDecision=199500 #constraints=29604
991.66/992.13	c nbDecision=200000 #constraints=29655
995.85/996.34	c nbDecision=200500 #constraints=29703
1000.15/1000.67	c nbDecision=201000 #constraints=29751
1005.15/1005.65	c nbDecision=201500 #constraints=29798
1010.55/1011.03	c nbDecision=202000 #constraints=29859
1016.34/1016.87	c nbDecision=202500 #constraints=29930
1021.84/1022.36	c nbDecision=203000 #constraints=30020
1027.24/1027.70	c nbDecision=203500 #constraints=30090
1033.54/1034.09	c nbDecision=204000 #constraints=30161
1040.74/1041.25	c nbDecision=204500 #constraints=30300
1045.74/1046.21	c restart after 204801 decisions
1048.54/1049.03	c nbDecision=205000 #constraints=30384
1049.64/1050.18	c nbDecision=205500 #constraints=30384
1050.73/1051.22	c nbDecision=206000 #constraints=30384
1058.73/1059.28	c nbDecision=206500 #constraints=30544
1066.62/1067.10	c nbDecision=207000 #constraints=30674
1072.83/1073.40	c nbDecision=207500 #constraints=30789
1077.03/1077.54	c nbDecision=208000 #constraints=30838
1080.83/1081.33	c nbDecision=208500 #constraints=30881
1084.63/1085.17	c nbDecision=209000 #constraints=30915
1089.32/1089.86	c nbDecision=209500 #constraints=30948
1093.42/1093.93	c nbDecision=210000 #constraints=31007
1098.12/1098.64	c nbDecision=210500 #constraints=31055
1102.31/1102.85	c nbDecision=211000 #constraints=31111
1106.51/1107.08	c nbDecision=211500 #constraints=31160
1110.51/1111.03	c nbDecision=212000 #constraints=31205
1114.21/1114.77	c nbDecision=212500 #constraints=31237
1119.11/1119.63	c nbDecision=213000 #constraints=31270
1123.10/1123.69	c nbDecision=213500 #constraints=31329
1128.01/1128.56	c nbDecision=214000 #constraints=31377
1133.71/1134.25	c nbDecision=214500 #constraints=31446
1139.21/1139.76	c nbDecision=215000 #constraints=31490
1146.00/1146.51	c nbDecision=215500 #constraints=31588
1151.10/1151.61	c nbDecision=216000 #constraints=31632
1157.60/1158.13	c nbDecision=216500 #constraints=31711
1163.39/1163.94	c nbDecision=217000 #constraints=31801
1169.19/1169.73	c nbDecision=217500 #constraints=31875
1173.59/1174.10	c nbDecision=218000 #constraints=31926
1178.19/1178.72	c nbDecision=218500 #constraints=31972
1182.89/1183.50	c nbDecision=219000 #constraints=32022
1187.89/1188.47	c nbDecision=219500 #constraints=32063
1193.88/1194.41	c nbDecision=220000 #constraints=32130
1200.18/1200.76	c nbDecision=220500 #constraints=32191
1206.38/1206.91	c nbDecision=221000 #constraints=32287
1211.97/1212.57	c nbDecision=221500 #constraints=32361
1218.38/1218.96	c nbDecision=222000 #constraints=32428
1224.78/1225.32	c nbDecision=222500 #constraints=32516
1231.27/1231.80	c nbDecision=223000 #constraints=32604
1235.87/1236.43	c nbDecision=223500 #constraints=32652
1240.37/1240.98	c nbDecision=224000 #constraints=32700
1245.36/1245.94	c nbDecision=224500 #constraints=32753
1250.26/1250.81	c nbDecision=225000 #constraints=32793
1256.27/1256.83	c nbDecision=225500 #constraints=32857
1262.36/1262.95	c nbDecision=226000 #constraints=32915
1268.56/1269.12	c nbDecision=226500 #constraints=32992
1274.96/1275.50	c nbDecision=227000 #constraints=33081
1280.65/1281.30	c nbDecision=227500 #constraints=33139
1288.65/1289.26	c nbDecision=228000 #constraints=33250
1296.55/1297.18	c nbDecision=228500 #constraints=33371
1306.54/1307.15	c nbDecision=229000 #constraints=33552
1314.24/1314.84	c nbDecision=229500 #constraints=33665
1323.04/1323.66	c nbDecision=230000 #constraints=33809
1329.44/1330.05	c nbDecision=230500 #constraints=33898
1335.44/1336.01	c nbDecision=231000 #constraints=33964
1340.03/1340.65	c nbDecision=231500 #constraints=34015
1345.03/1345.64	c nbDecision=232000 #constraints=34061
1350.13/1350.73	c nbDecision=232500 #constraints=34111
1355.53/1356.18	c nbDecision=233000 #constraints=34151
1361.93/1362.59	c nbDecision=233500 #constraints=34216
1368.62/1369.29	c nbDecision=234000 #constraints=34283
1374.92/1375.52	c nbDecision=234500 #constraints=34372
1381.32/1381.94	c nbDecision=235000 #constraints=34450
1388.62/1389.22	c nbDecision=235500 #constraints=34521
1395.22/1395.82	c nbDecision=236000 #constraints=34617
1401.51/1402.10	c nbDecision=236500 #constraints=34693
1406.32/1406.94	c nbDecision=237000 #constraints=34737
1411.41/1412.01	c nbDecision=237500 #constraints=34790
1416.51/1417.17	c nbDecision=238000 #constraints=34838
1422.00/1422.60	c nbDecision=238500 #constraints=34880
1428.50/1429.19	c nbDecision=239000 #constraints=34944
1435.01/1435.64	c nbDecision=239500 #constraints=35001
1441.60/1442.25	c nbDecision=240000 #constraints=35087
1448.60/1449.24	c nbDecision=240500 #constraints=35175
1455.39/1456.08	c nbDecision=241000 #constraints=35241
1463.09/1463.79	c nbDecision=241500 #constraints=35347
1472.78/1473.41	c nbDecision=242000 #constraints=35487
1482.59/1483.23	c nbDecision=242500 #constraints=35655
1491.79/1492.41	c nbDecision=243000 #constraints=35785
1499.08/1499.75	c nbDecision=243500 #constraints=35896
1503.98/1504.68	c nbDecision=244000 #constraints=35945
1508.48/1509.13	c nbDecision=244500 #constraints=35988
1512.98/1513.69	c nbDecision=245000 #constraints=36022
1518.67/1519.33	c nbDecision=245500 #constraints=36055
1523.37/1524.04	c nbDecision=246000 #constraints=36114
1529.07/1529.71	c nbDecision=246500 #constraints=36162
1533.87/1534.57	c nbDecision=247000 #constraints=36220
1539.16/1539.83	c nbDecision=247500 #constraints=36270
1543.67/1544.31	c nbDecision=248000 #constraints=36312
1548.07/1548.71	c nbDecision=248500 #constraints=36344
1553.77/1554.41	c nbDecision=249000 #constraints=36377
1558.56/1559.26	c nbDecision=249500 #constraints=36438
1564.26/1564.92	c nbDecision=250000 #constraints=36484
1570.96/1571.63	c nbDecision=250500 #constraints=36553
1577.65/1578.38	c nbDecision=251000 #constraints=36602
1585.45/1586.17	c nbDecision=251500 #constraints=36695
1591.75/1592.44	c nbDecision=252000 #constraints=36741
1599.25/1599.90	c nbDecision=252500 #constraints=36821
1605.95/1606.61	c nbDecision=253000 #constraints=36908
1612.84/1613.51	c nbDecision=253500 #constraints=36984
1617.84/1618.54	c nbDecision=254000 #constraints=37033
1623.54/1624.23	c nbDecision=254500 #constraints=37081
1629.03/1629.74	c nbDecision=255000 #constraints=37131
1634.83/1635.57	c nbDecision=255500 #constraints=37172
1641.93/1642.61	c nbDecision=256000 #constraints=37239
1649.23/1649.93	c nbDecision=256500 #constraints=37298
1656.33/1657.08	c nbDecision=257000 #constraints=37394
1663.22/1663.96	c nbDecision=257500 #constraints=37470
1670.52/1671.29	c nbDecision=258000 #constraints=37535
1677.93/1678.68	c nbDecision=258500 #constraints=37623
1685.62/1686.35	c nbDecision=259000 #constraints=37711
1691.12/1691.88	c nbDecision=259500 #constraints=37761
1696.32/1697.08	c nbDecision=260000 #constraints=37809
1702.12/1702.87	c nbDecision=260500 #constraints=37860
1708.01/1708.70	c nbDecision=261000 #constraints=37900
1715.01/1715.75	c nbDecision=261500 #constraints=37966
1722.00/1722.78	c nbDecision=262000 #constraints=38022
1729.41/1730.13	c nbDecision=262500 #constraints=38102
1737.00/1737.79	c nbDecision=263000 #constraints=38193
1743.81/1744.57	c nbDecision=263500 #constraints=38252
1752.80/1753.51	c nbDecision=264000 #constraints=38357
1762.09/1762.88	c nbDecision=264500 #constraints=38478
1773.69/1774.43	c nbDecision=265000 #constraints=38659
1783.18/1783.99	c nbDecision=265500 #constraints=38781
1793.18/1793.90	c nbDecision=266000 #constraints=38921
1800.08/1800.80	Received signal 15
1800.28/1801.01	
1800.28/1801.01	s SATISFIABLE
1800.28/1801.01	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
1800.28/1801.01	v -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
1800.28/1801.01	v -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
1800.28/1801.01	v -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
1800.28/1801.01	v -x106 -x107 -x108 -x109 -x110 x111 -x112 x113 -x114 -x115 -x116 -x117 -x118 -x119 -x120 -x121 -x122 -x123 x124 -x125 -x126
1800.28/1801.01	v -x127 -x128 -x129 -x130 -x131 -x132 -x133 -x134 -x135 -x136 -x137 -x138 -x139 -x140 -x141 -x142 -x143 -x144 -x145 -x146 -x147
1800.28/1801.01	v -x148 -x149 -x150 -x151 -x152 -x153 -x154 -x155 -x156 -x157 -x158 -x159 -x160 -x161 -x162 -x163 -x164 -x165 -x166 -x167 -x168
1800.28/1801.01	v -x169 -x170 -x171 -x172 -x173 x174 -x175 -x176 -x177 -x178 -x179 -x180 -x181 -x182 x183 -x184 x185 -x186 -x187 -x188 -x189
1800.28/1801.01	v -x190 -x191 x192 x193 -x194 -x195 -x196 -x197 -x198 -x199 -x200 -x201 -x202 -x203 -x204 -x205 -x206 x207 -x208 -x209 -x210
1800.28/1801.01	v -x211 x212 -x213 -x214 -x215 -x216 -x217 -x218 -x219 -x220 -x221 -x222 -x223 -x224 -x225 -x226 -x227 -x228 x229 x230 -x231
1800.28/1801.01	v x232 -x233 -x234 -x235 x236 -x237 -x238 -x239 -x240 -x241 x242 -x243 -x244 -x245 -x246 -x247 -x248 -x249 -x250 -x251 -x252
1800.28/1801.01	v -x253 -x254 -x255 -x256 -x257 -x258 -x259 -x260 -x261 -x262 -x263 -x264 -x265 -x266 -x267 x268 -x269 -x270 -x271 -x272 -x273
1800.28/1801.01	v -x274 -x275 -x276 -x277 -x278 -x279 -x280 -x281 -x282 -x283 -x284 -x285 -x286 -x287 -x288 -x289 -x290 -x291 -x292 -x293 -x294
1800.28/1801.01	v -x295 -x296 -x297 -x298 -x299 -x300 -x301 -x302 -x303 -x304 -x305 -x306 -x307 -x308 -x309 -x310 -x311 -x312 -x313 -x314 -x315
1800.28/1801.01	v -x316 -x317 -x318 -x319 -x320 -x321 -x322 -x323 -x324 -x325 -x326 x327 -x328 -x329 -x330 -x331 -x332 -x333 -x334 -x335 x336
1800.28/1801.01	v -x337 -x338 -x339 -x340 -x341 -x342 -x343 -x344 x345 -x346 -x347 -x348 -x349 -x350 x351 -x352 -x353 -x354 -x355 -x356 -x357
1800.28/1801.01	v -x358 -x359 -x360 -x361 -x362 -x363 -x364 -x365 -x366 -x367 -x368 -x369 -x370 -x371 -x372 -x373 -x374 -x375 -x376 -x377 -x378
1800.28/1801.01	v -x379 -x380 -x381 -x382 -x383 -x384 -x385 -x386 -x387 -x388 -x389 x390 -x391 -x392 -x393 -x394 -x395 -x396 -x397 -x398 -x399
1800.28/1801.01	v -x400 -x401 -x402 -x403 -x404 -x405 -x406 -x407 -x408 -x409 -x410 -x411 -x412 -x413 -x414 -x415 -x416 -x417 -x418 -x419 -x420
1800.28/1801.01	v x421 -x422 -x423 -x424 -x425 -x426 -x427 -x428 -x429 -x430 -x431 -x432 -x433 -x434 -x435 -x436 -x437 x438 -x439 -x440 -x441
1800.28/1801.01	v -x442 -x443 -x444 -x445 -x446 x447 -x448 -x449 -x450 -x451 -x452 -x453 -x454 -x455 -x456 -x457 -x458 -x459 x460 -x461 -x462
1800.28/1801.01	v -x463 x464 -x465 -x466 -x467 x468 -x469 -x470 -x471 -x472 -x473 -x474 -x475 -x476 -x477 x478 -x479 -x480 -x481 -x482 -x483
1800.28/1801.01	v -x484 -x485 -x486 -x487 x488 x489 x490 x491 -x492 -x493 -x494 -x495 -x496 -x497 -x498 -x499 -x500 -x501 -x502 -x503 -x504
1800.28/1801.01	v -x505 -x506 x507 -x508 -x509 -x510 -x511 -x512 -x513 -x514 -x515 -x516 -x517 -x518 -x519 -x520 -x521 -x522 -x523 -x524 -x525
1800.28/1801.01	v x526 -x527 -x528 x529 -x530 -x531 -x532 -x533 x534 -x535 -x536 -x537 -x538 x539 -x540 -x541 -x542 -x543 -x544 -x545 -x546
1800.28/1801.01	v -x547 -x548 -x549 -x550 -x551 -x552 x553 -x554 -x555 -x556 -x557 -x558 -x559 -x560 -x561 -x562 -x563 -x564 -x565 x566 -x567
1800.28/1801.01	v -x568 -x569 -x570 x571 -x572 -x573 -x574 -x575 -x576 -x577 x578 -x579 -x580 x581 -x582 -x583 -x584 -x585 -x586 x587 -x588
1800.28/1801.01	v -x589 -x590 -x591 -x592 -x593 -x594 -x595 x596 -x597 -x598 -x599 -x600 -x601 -x602 x603 -x604 -x605 -x606 -x607 -x608 -x609
1800.28/1801.01	v -x610 -x611 -x612 -x613 -x614 -x615 -x616 -x617 -x618 -x619 -x620 -x621 -x622 -x623 -x624 -x625 -x626 -x627 -x628 -x629 -x630
1800.28/1801.01	v -x631 -x632 -x633 -x634 -x635 -x636 -x637 -x638 -x639 -x640 -x641 -x642 -x643 x644 -x645 -x646 -x647 -x648 -x649 -x650 -x651
1800.28/1801.01	v -x652 -x653 -x654 -x655 -x656 -x657 -x658 -x659 -x660 -x661 -x662 -x663 -x664 -x665 -x666 -x667 -x668 -x669 -x670 -x671 -x672
1800.28/1801.01	v -x673 -x674 -x675 -x676 -x677 -x678 -x679 -x680 -x681 -x682 x683 -x684 x685 -x686 -x687 -x688 -x689 -x690 -x691 -x692 -x693
1800.28/1801.01	v -x694 -x695 -x696 -x697 -x698 -x699 -x700 -x701 -x702 -x703 -x704 -x705 -x706 -x707 -x708 -x709 -x710 -x711 -x712 -x713 -x714
1800.28/1801.01	v -x715 -x716 -x717 -x718 x719 -x720 -x721 -x722 -x723 -x724 -x725 -x726 x727 x728 x729 -x730 -x731 -x732 -x733 -x734 -x735
1800.28/1801.01	v -x736 -x737 -x738 -x739 -x740 -x741 x742 -x743 -x744 -x745 -x746 -x747 -x748 -x749 -x750 -x751 -x752 -x753 -x754 -x755 -x756
1800.28/1801.01	v -x757 -x758 -x759 x760 -x761 -x762 -x763 x764 -x765 -x766 -x767 -x768 -x769 -x770 -x771 -x772 -x773 -x774 -x775 -x776 -x777
1800.28/1801.01	v -x778 -x779 -x780 -x781 -x782 -x783 -x784 -x785 -x786 -x787 -x788 -x789 -x790 x791 -x792 -x793 -x794 -x795 -x796 -x797 -x798
1800.28/1801.01	v -x799 -x800 -x801 -x802 -x803 -x804 -x805 -x806 -x807 -x808 x809 -x810 -x811 -x812 -x813 -x814 -x815 -x816 -x817 -x818 -x819
1800.28/1801.01	v -x820 -x821 -x822 -x823 -x824 -x825 -x826 -x827 -x828 -x829 -x830 -x831 -x832 -x833 -x834 -x835 -x836 -x837 -x838 -x839 -x840
1800.28/1801.01	v -x841 -x842 -x843 -x844 -x845 -x846 -x847 -x848 -x849 -x850 -x851 -x852 -x853 -x854 -x855 -x856 -x857 -x858 x859 -x860 -x861
1800.28/1801.01	v -x862 -x863 -x864 -x865 -x866 -x867 -x868 -x869 -x870 -x871 -x872 x873 -x874 -x875 -x876 -x877 -x878 x879 -x880 -x881 -x882
1800.28/1801.01	v x883 -x884 -x885 -x886 -x887 -x888 -x889 -x890 x891 -x892 -x893 -x894 -x895 -x896 -x897 -x898 -x899 -x900 x901 -x902 -x903
1800.28/1801.01	v -x904 x905 x906 x907 -x908 -x909 -x910 -x911 -x912 -x913 x914 x915 -x916 -x917 -x918 x919 -x920 -x921 -x922 -x923 -x924 -x925
1800.28/1801.01	v -x926 -x927 x928 -x929 -x930 -x931 -x932 x933 -x934 -x935 -x936 -x937 -x938 -x939 -x940 -x941 -x942 -x943 -x944 -x945 -x946
1800.28/1801.01	v -x947 -x948 -x949 -x950 -x951 -x952 -x953 -x954 -x955 -x956 -x957 -x958 -x959 -x960 -x961 -x962 -x963 -x964 -x965 -x966 -x967
1800.28/1801.01	v -x968 x969 -x970 -x971 -x972 x973 -x974 -x975 -x976 -x977 x978 -x979 -x980 -x981 -x982 -x983 -x984 -x985 -x986 -x987 -x988
1800.28/1801.01	v -x989 -x990 -x991 -x992 -x993 -x994 -x995 -x996 -x997 -x998 -x999 x1000 x1001 -x1002 -x1003 -x1004 -x1005 -x1006 -x1007
1800.28/1801.01	v -x1008 -x1009 -x1010 x1011 x1012 -x1013 -x1014 x1015 x1016 -x1017 -x1018 -x1019 -x1020 x1021 -x1022 -x1023 -x1024 x1025
1800.28/1801.01	v x1026 -x1027 -x1028 -x1029 -x1030 -x1031 x1032 -x1033 x1034 -x1035 x1036 -x1037 -x1038 -x1039 -x1040 -x1041 -x1042 x1043
1800.28/1801.01	v -x1044 -x1045 -x1046 -x1047 -x1048 -x1049 -x1050 -x1051 -x1052 -x1053 -x1054 -x1055 -x1056 -x1057 -x1058 -x1059 -x1060
1800.28/1801.01	v x1061 x1062 -x1063 -x1064 -x1065 -x1066 -x1067 -x1068 -x1069 x1070 -x1071 -x1072 -x1073 -x1074 -x1075 -x1076 -x1077 -x1078
1800.28/1801.01	v -x1079 x1080 x1081 x1082 -x1083 x1084 -x1085 -x1086 x1087 -x1088 -x1089 -x1090 x1091 x1092 -x1093 -x1094 -x1095 x1096 -x1097
1800.28/1801.01	v x1098 -x1099 -x1100 -x1101 -x1102 -x1103 -x1104 -x1105 -x1106 -x1107 -x1108 -x1109 -x1110 x1111 -x1112 -x1113 -x1114 -x1115
1800.28/1801.01	v -x1116 -x1117 -x1118 -x1119 -x1120 -x1121 -x1122 -x1123 -x1124 -x1125 -x1126 -x1127 -x1128 -x1129 x1130 -x1131 -x1132
1800.28/1801.01	v -x1133 -x1134 -x1135 -x1136 -x1137 -x1138 -x1139 -x1140 x1141 -x1142 -x1143 -x1144 -x1145 -x1146 -x1147 -x1148 -x1149
1800.28/1801.01	v -x1150 -x1151 -x1152 -x1153 -x1154 -x1155 -x1156 -x1157 -x1158 -x1159 -x1160 -x1161 -x1162 -x1163 -x1164 -x1165 -x1166
1800.28/1801.01	v -x1167 -x1168 -x1169 -x1170 -x1171 -x1172 -x1173 -x1174 -x1175 -x1176 -x1177 -x1178 -x1179 -x1180 -x1181 -x1182 x1183
1800.28/1801.01	v -x1184 -x1185 -x1186 -x1187 -x1188 -x1189 -x1190 -x1191 -x1192 -x1193 -x1194 -x1195 -x1196 -x1197 -x1198 -x1199 -x1200
1800.28/1801.01	v -x1201 -x1202 -x1203 -x1204 -x1205 -x1206 -x1207 -x1208 -x1209 -x1210 -x1211 -x1212 -x1213 -x1214 x1215 -x1216 -x1217
1800.28/1801.01	v -x1218 -x1219 -x1220 -x1221 -x1222 -x1223 -x1224 -x1225 -x1226 -x1227 -x1228 -x1229 x1230 x1231 -x1232 -x1233 -x1234 -x1235
1800.28/1801.01	v -x1236 -x1237 -x1238 -x1239 -x1240 -x1241 -x1242 -x1243 -x1244 -x1245 -x1246 x1247 -x1248 x1249 x1250 -x1251 -x1252 -x1253
1800.28/1801.01	v x1254 -x1255 -x1256 x1257 x1258 x1259 -x1260 x1261 -x1262 -x1263 -x1264 -x1265 -x1266 -x1267 -x1268 x1269 x1270 -x1271
1800.28/1801.01	v -x1272 -x1273 -x1274 -x1275 -x1276 -x1277 -x1278 -x1279 -x1280 -x1281 x1282 -x1283 -x1284 x1285 -x1286 -x1287 x1288 x1289
1800.28/1801.01	v x1290 -x1291 -x1292 -x1293 -x1294 x1295 -x1296 -x1297 -x1298 -x1299 -x1300 -x1301 -x1302 -x1303 -x1304 -x1305 -x1306 -x1307
1800.28/1801.01	v -x1308 -x1309 x1310 -x1311 -x1312 -x1313 x1314 -x1315 -x1316 -x1317 -x1318 -x1319 -x1320 -x1321 -x1322 -x1323 -x1324 -x1325
1800.28/1801.01	v -x1326 -x1327 -x1328 -x1329 -x1330 -x1331 -x1332 -x1333 -x1334 -x1335 -x1336 -x1337 -x1338 -x1339 -x1340 -x1341 x1342
1800.28/1801.01	v -x1343 -x1344 -x1345 x1346 -x1347 -x1348 -x1349 -x1350 -x1351 -x1352 -x1353 -x1354 -x1355 -x1356 x1357 x1358 -x1359 -x1360
1800.28/1801.01	v -x1361 -x1362 -x1363 -x1364 x1365 -x1366 x1367 -x1368 -x1369 x1370 -x1371 -x1372 -x1373 -x1374 -x1375 x1376 -x1377 -x1378
1800.28/1801.01	v -x1379 -x1380 -x1381 -x1382 -x1383 -x1384 -x1385 -x1386 -x1387 x1388 -x1389 -x1390 -x1391 -x1392 -x1393 x1394 -x1395 -x1396
1800.28/1801.01	v -x1397 -x1398 -x1399 -x1400 -x1401 -x1402 -x1403 -x1404 -x1405 -x1406 x1407 x1408 x1409 -x1410 -x1411 -x1412 -x1413 x1414
1800.28/1801.01	v -x1415 -x1416 -x1417 x1418 -x1419 -x1420 -x1421 -x1422 -x1423 -x1424 -x1425 x1426 x1427 -x1428 -x1429 -x1430 x1431 -x1432
1800.28/1801.01	v -x1433 -x1434 -x1435 x1436 -x1437 -x1438 -x1439 -x1440 -x1441 -x1442 x1443 -x1444 -x1445 -x1446 -x1447 -x1448 -x1449 x1450
1800.28/1801.01	v -x1451
1800.28/1801.01	
1800.28/1801.01	c user time= 1799.64 s
1800.28/1801.01	c system time= 0.659899 s
1800.28/1801.01	c wall clock time=1801.01

Verifier Data (download as text)

OK	153

Watcher Data (download as text)

runsolver version 3.2.2 (c) roussel@cril.univ-artois.fr

command line: runsolver --timestamp -w ROOT/results/node25/watcher-357121-1176987194 -o ROOT/results/node25/solver-357121-1176987194 -C 1800 -W 3600 -M 1800 --output-limit 1,15 oree /tmp/evaluation/357121-1176987194/instance-357121-1176987194.opb mod 

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): 3600 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
Solver output will be limited to a maximum of 15728640 bytes. The first 1048576 bytes and the last 14680064 bytes will be preserved
Current StackSize limit: 10240 KiB


[startup+0 s]
/proc/loadavg: 1.00 1.00 1.00 3/64 29564
/proc/meminfo: memFree=1841680/2055920 swapFree=4182972/4192956
[pid=29564] ppid=29562 vsize=1468 CPUtime=0
/proc/29564/stat : 29564 (oree) R 29562 29564 29324 0 -1 4194304 182 0 0 0 0 0 0 0 18 0 1 0 146636538 1503232 164 18446744073709551615 134512640 135812674 4294956704 18446744073709551615 134569659 0 0 4096 17474 0 0 0 17 1 0 0
/proc/29564/statm: 367 164 130 317 0 46 0

[startup+0.0638941 s]
/proc/loadavg: 1.00 1.00 1.00 3/64 29564
/proc/meminfo: memFree=1841680/2055920 swapFree=4182972/4192956
[pid=29564] ppid=29562 vsize=2656 CPUtime=0.06
/proc/29564/stat : 29564 (oree) R 29562 29564 29324 0 -1 4194304 485 0 0 0 6 0 0 0 18 0 1 0 146636538 2719744 467 18446744073709551615 134512640 135812674 4294956704 18446744073709551615 135274709 0 0 4096 17474 0 0 0 17 1 0 0
/proc/29564/statm: 664 467 130 317 0 343 0
Current children cumulated CPU time (s) 0.06
Current children cumulated vsize (KiB) 2656

[startup+0.101901 s]
/proc/loadavg: 1.00 1.00 1.00 3/64 29564
/proc/meminfo: memFree=1841680/2055920 swapFree=4182972/4192956
[pid=29564] ppid=29562 vsize=3716 CPUtime=0.09
/proc/29564/stat : 29564 (oree) R 29562 29564 29324 0 -1 4194304 752 0 0 0 9 0 0 0 18 0 1 0 146636538 3805184 734 18446744073709551615 134512640 135812674 4294956704 18446744073709551615 134602694 0 0 4096 17474 0 0 0 17 1 0 0
/proc/29564/statm: 929 734 137 317 0 608 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 3716

[startup+0.301936 s]
/proc/loadavg: 1.00 1.00 1.00 3/64 29564
/proc/meminfo: memFree=1841680/2055920 swapFree=4182972/4192956
[pid=29564] ppid=29562 vsize=4804 CPUtime=0.29
/proc/29564/stat : 29564 (oree) R 29562 29564 29324 0 -1 4194304 1040 0 0 0 29 0 0 0 19 0 1 0 146636538 4919296 1022 18446744073709551615 134512640 135812674 4294956704 18446744073709551615 134606677 0 0 4096 17474 0 0 0 17 1 0 0
/proc/29564/statm: 1201 1022 170 317 0 880 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 4804

[startup+0.702004 s]
/proc/loadavg: 1.00 1.00 1.00 3/64 29564
/proc/meminfo: memFree=1841680/2055920 swapFree=4182972/4192956
[pid=29564] ppid=29562 vsize=7168 CPUtime=0.69
/proc/29564/stat : 29564 (oree) R 29562 29564 29324 0 -1 4194304 1637 0 0 0 69 0 0 0 23 0 1 0 146636538 7340032 1619 18446744073709551615 134512640 135812674 4294956704 18446744073709551615 134746931 0 0 4096 17474 0 0 0 17 1 0 0
/proc/29564/statm: 1792 1619 170 317 0 1471 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 7168

[startup+1.50114 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 29565
/proc/meminfo: memFree=1834952/2055920 swapFree=4182972/4192956
[pid=29564] ppid=29562 vsize=10320 CPUtime=1.49
/proc/29564/stat : 29564 (oree) R 29562 29564 29324 0 -1 4194304 2402 0 0 0 148 1 0 0 25 0 1 0 146636538 10567680 2384 18446744073709551615 134512640 135812674 4294956704 18446744073709551615 135274709 0 0 4096 17474 0 0 0 17 1 0 0
/proc/29564/statm: 2580 2384 170 317 0 2259 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 10320

[startup+3.10141 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 29565
/proc/meminfo: memFree=1830728/2055920 swapFree=4182972/4192956
[pid=29564] ppid=29562 vsize=15808 CPUtime=3.09
/proc/29564/stat : 29564 (oree) R 29562 29564 29324 0 -1 4194304 3697 0 0 0 308 1 0 0 25 0 1 0 146636538 16187392 3679 18446744073709551615 134512640 135812674 4294956704 18446744073709551615 134602694 0 0 4096 17474 0 0 0 17 1 0 0
/proc/29564/statm: 3952 3679 170 317 0 3631 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 15808

[startup+6.30196 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 29565
/proc/meminfo: memFree=1822792/2055920 swapFree=4182972/4192956
[pid=29564] ppid=29562 vsize=21556 CPUtime=6.29
/proc/29564/stat : 29564 (oree) R 29562 29564 29324 0 -1 4194304 5234 0 0 0 627 2 0 0 25 0 1 0 146636538 22073344 5216 18446744073709551615 134512640 135812674 4294956704 18446744073709551615 134712562 0 0 4096 17474 0 0 0 17 1 0 0
/proc/29564/statm: 5389 5217 170 317 0 5068 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 21556

[startup+12.701 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 29565
/proc/meminfo: memFree=1811664/2055920 swapFree=4182972/4192956
[pid=29564] ppid=29562 vsize=32056 CPUtime=12.68
/proc/29564/stat : 29564 (oree) R 29562 29564 29324 0 -1 4194304 7730 0 0 0 1265 3 0 0 25 0 1 0 146636538 32825344 7712 18446744073709551615 134512640 135812674 4294956704 18446744073709551615 134716156 0 0 4096 17474 0 0 0 17 1 0 0
/proc/29564/statm: 8014 7712 170 317 0 7693 0
Current children cumulated CPU time (s) 12.68
Current children cumulated vsize (KiB) 32056

[startup+25.5012 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 29565
/proc/meminfo: memFree=1800400/2055920 swapFree=4182972/4192956
[pid=29564] ppid=29562 vsize=42712 CPUtime=25.48
/proc/29564/stat : 29564 (oree) R 29562 29564 29324 0 -1 4194304 10504 0 0 0 2543 5 0 0 25 0 1 0 146636538 43737088 10446 18446744073709551615 134512640 135812674 4294956704 18446744073709551615 134716156 0 0 4096 17474 0 0 0 17 1 0 0
/proc/29564/statm: 10678 10446 170 317 0 10357 0
Current children cumulated CPU time (s) 25.48
Current children cumulated vsize (KiB) 42712

[startup+51.1016 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 29565
/proc/meminfo: memFree=1781200/2055920 swapFree=4182972/4192956
[pid=29564] ppid=29562 vsize=63124 CPUtime=51.07
/proc/29564/stat : 29564 (oree) R 29562 29564 29324 0 -1 4194304 15248 0 0 0 5099 8 0 0 25 0 1 0 146636538 64638976 15190 18446744073709551615 134512640 135812674 4294956704 18446744073709551615 134716156 0 0 4096 17474 0 0 0 17 1 0 0
/proc/29564/statm: 15781 15190 170 317 0 15460 0
Current children cumulated CPU time (s) 51.07
Current children cumulated vsize (KiB) 63124

[startup+102.305 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 29565
/proc/meminfo: memFree=1755152/2055920 swapFree=4182972/4192956
[pid=29564] ppid=29562 vsize=93012 CPUtime=102.26
/proc/29564/stat : 29564 (oree) R 29562 29564 29324 0 -1 4194304 21772 0 0 0 10213 13 0 0 25 0 1 0 146636538 95244288 21714 18446744073709551615 134512640 135812674 4294956704 18446744073709551615 134564059 0 0 4096 17474 0 0 0 17 1 0 0
/proc/29564/statm: 23253 21714 170 317 0 22932 0
Current children cumulated CPU time (s) 102.26
Current children cumulated vsize (KiB) 93012

[startup+162.302 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 29565
/proc/meminfo: memFree=1734928/2055920 swapFree=4182972/4192956
[pid=29564] ppid=29562 vsize=112860 CPUtime=162.24
/proc/29564/stat : 29564 (oree) R 29562 29564 29324 0 -1 4194304 26906 0 0 0 16208 16 0 0 25 0 1 0 146636538 115568640 26769 18446744073709551615 134512640 135812674 4294956704 18446744073709551615 134564059 0 0 4096 17474 0 0 0 17 1 0 0
/proc/29564/statm: 28215 26769 170 317 0 27894 0
Current children cumulated CPU time (s) 162.24
Current children cumulated vsize (KiB) 112860

[startup+222.302 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 29565
/proc/meminfo: memFree=1718480/2055920 swapFree=4182972/4192956
[pid=29564] ppid=29562 vsize=128292 CPUtime=222.22
/proc/29564/stat : 29564 (oree) R 29562 29564 29324 0 -1 4194304 30982 0 0 0 22203 19 0 0 25 0 1 0 146636538 131371008 30845 18446744073709551615 134512640 135812674 4294956704 18446744073709551615 134718434 0 0 4096 17474 0 0 0 17 1 0 0
/proc/29564/statm: 32073 30845 170 317 0 31752 0
Current children cumulated CPU time (s) 222.22
Current children cumulated vsize (KiB) 128292

[startup+282.302 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 29565
/proc/meminfo: memFree=1706256/2055920 swapFree=4182972/4192956
[pid=29564] ppid=29562 vsize=139576 CPUtime=282.2
/proc/29564/stat : 29564 (oree) R 29562 29564 29324 0 -1 4194304 34070 0 0 0 28197 23 0 0 25 0 1 0 146636538 142925824 33933 18446744073709551615 134512640 135812674 4294956704 18446744073709551615 134712516 0 0 4096 17474 0 0 0 17 1 0 0
/proc/29564/statm: 34894 33933 170 317 0 34573 0
Current children cumulated CPU time (s) 282.2
Current children cumulated vsize (KiB) 139576

[startup+342.301 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 29565
/proc/meminfo: memFree=1692496/2055920 swapFree=4182972/4192956
[pid=29564] ppid=29562 vsize=152104 CPUtime=342.18
/proc/29564/stat : 29564 (oree) R 29562 29564 29324 0 -1 4194304 37482 0 0 0 34192 26 0 0 25 0 1 0 146636538 155754496 37345 18446744073709551615 134512640 135812674 4294956704 18446744073709551615 134716156 0 0 4096 17474 0 0 0 17 1 0 0
/proc/29564/statm: 38026 37345 170 317 0 37705 0
Current children cumulated CPU time (s) 342.18
Current children cumulated vsize (KiB) 152104

[startup+402.301 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 29565
/proc/meminfo: memFree=1677840/2055920 swapFree=4182972/4192956
[pid=29564] ppid=29562 vsize=181104 CPUtime=402.16
/proc/29564/stat : 29564 (oree) R 29562 29564 29324 0 -1 4194304 43810 0 0 0 40188 28 0 0 25 0 1 0 146636538 185450496 41132 18446744073709551615 134512640 135812674 4294956704 18446744073709551615 134712556 0 0 4096 17474 0 0 0 17 1 0 0
/proc/29564/statm: 45276 41132 170 317 0 44955 0
Current children cumulated CPU time (s) 402.16
Current children cumulated vsize (KiB) 181104

[startup+462.302 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 29565
/proc/meminfo: memFree=1665872/2055920 swapFree=4182972/4192956
[pid=29564] ppid=29562 vsize=192424 CPUtime=462.14
/proc/29564/stat : 29564 (oree) R 29562 29564 29324 0 -1 4194304 46953 0 0 0 46183 31 0 0 25 0 1 0 146636538 197042176 43978 18446744073709551615 134512640 135812674 4294956704 18446744073709551615 134715621 0 0 4096 17474 0 0 0 17 1 0 0
/proc/29564/statm: 48106 43978 170 317 0 47785 0
Current children cumulated CPU time (s) 462.14
Current children cumulated vsize (KiB) 192424

[startup+522.302 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 29763
/proc/meminfo: memFree=1656064/2055920 swapFree=4182972/4192956
[pid=29564] ppid=29562 vsize=200908 CPUtime=522.01
/proc/29564/stat : 29564 (oree) R 29562 29564 29324 0 -1 4194304 49320 0 0 0 52167 34 0 0 25 0 1 0 146636538 205729792 46345 18446744073709551615 134512640 135812674 4294956704 18446744073709551615 134564059 0 0 4096 17474 0 0 0 17 1 0 0
/proc/29564/statm: 50227 46345 170 317 0 49906 0
Current children cumulated CPU time (s) 522.01
Current children cumulated vsize (KiB) 200908

[startup+582.301 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 29763
/proc/meminfo: memFree=1646160/2055920 swapFree=4182972/4192956
[pid=29564] ppid=29562 vsize=210388 CPUtime=582
/proc/29564/stat : 29564 (oree) R 29562 29564 29324 0 -1 4194304 51972 0 0 0 58164 36 0 0 25 0 1 0 146636538 215437312 48841 18446744073709551615 134512640 135812674 4294956704 18446744073709551615 134718434 0 0 4096 17474 0 0 0 17 1 0 0
/proc/29564/statm: 52597 48841 170 317 0 52276 0
Current children cumulated CPU time (s) 582
Current children cumulated vsize (KiB) 210388

[startup+642.302 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 29763
/proc/meminfo: memFree=1636304/2055920 swapFree=4182972/4192956
[pid=29564] ppid=29562 vsize=220708 CPUtime=641.98
/proc/29564/stat : 29564 (oree) R 29562 29564 29324 0 -1 4194304 54682 0 0 0 64161 37 0 0 25 0 1 0 146636538 226004992 51254 18446744073709551615 134512640 135812674 4294956704 18446744073709551615 134564062 0 0 4096 17474 0 0 0 17 1 0 0
/proc/29564/statm: 55177 51254 170 317 0 54856 0
Current children cumulated CPU time (s) 641.98
Current children cumulated vsize (KiB) 220708


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

[startup+882.301 s]
/proc/loadavg: 1.04 1.02 1.00 2/65 29763
/proc/meminfo: memFree=1603792/2055920 swapFree=4182972/4192956
[pid=29564] ppid=29562 vsize=249996 CPUtime=881.89
/proc/29564/stat : 29564 (oree) R 29562 29564 29324 0 -1 4194304 62869 0 0 0 88146 43 0 0 25 0 1 0 146636538 255995904 59408 18446744073709551615 134512640 135812674 4294956704 18446744073709551615 134563653 0 0 4096 17474 0 0 0 17 1 0 0
/proc/29564/statm: 62499 59408 170 317 0 62178 0
Current children cumulated CPU time (s) 881.89
Current children cumulated vsize (KiB) 249996

[startup+942.302 s]
/proc/loadavg: 1.01 1.02 1.00 2/65 29763
/proc/meminfo: memFree=1594896/2055920 swapFree=4182972/4192956
[pid=29564] ppid=29562 vsize=257556 CPUtime=941.87
/proc/29564/stat : 29564 (oree) R 29562 29564 29324 0 -1 4194304 65089 0 0 0 94142 45 0 0 25 0 1 0 146636538 263737344 61628 18446744073709551615 134512640 135812674 4294956704 18446744073709551615 134563397 0 0 4096 17474 0 0 0 17 1 0 0
/proc/29564/statm: 64389 61628 170 317 0 64068 0
Current children cumulated CPU time (s) 941.87
Current children cumulated vsize (KiB) 257556

[startup+1002.3 s]
/proc/loadavg: 1.00 1.01 1.00 2/65 29763
/proc/meminfo: memFree=1587856/2055920 swapFree=4182972/4192956
[pid=29564] ppid=29562 vsize=263576 CPUtime=1001.85
/proc/29564/stat : 29564 (oree) R 29562 29564 29324 0 -1 4194304 66859 0 0 0 100139 46 0 0 25 0 1 0 146636538 269901824 63398 18446744073709551615 134512640 135812674 4294956704 18446744073709551615 134712562 0 0 4096 17474 0 0 0 17 1 0 0
/proc/29564/statm: 65894 63398 170 317 0 65573 0
Current children cumulated CPU time (s) 1001.85
Current children cumulated vsize (KiB) 263576

[startup+1062.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 29763
/proc/meminfo: memFree=1580816/2055920 swapFree=4182972/4192956
[pid=29564] ppid=29562 vsize=270104 CPUtime=1061.83
/proc/29564/stat : 29564 (oree) R 29562 29564 29324 0 -1 4194304 68755 0 0 0 106136 47 0 0 25 0 1 0 146636538 276586496 65294 18446744073709551615 134512640 135812674 4294956704 18446744073709551615 134563653 0 0 4096 17474 0 0 0 17 1 0 0
/proc/29564/statm: 67526 65294 170 317 0 67205 0
Current children cumulated CPU time (s) 1061.83
Current children cumulated vsize (KiB) 270104

[startup+1122.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 29763
/proc/meminfo: memFree=1573776/2055920 swapFree=4182972/4192956
[pid=29564] ppid=29562 vsize=276040 CPUtime=1121.8
/proc/29564/stat : 29564 (oree) R 29562 29564 29324 0 -1 4194304 70408 0 0 0 112132 48 0 0 25 0 1 0 146636538 282664960 66914 18446744073709551615 134512640 135812674 4294956704 18446744073709551615 134563653 0 0 4096 17474 0 0 0 17 1 0 0
/proc/29564/statm: 69010 66914 170 317 0 68689 0
Current children cumulated CPU time (s) 1121.8
Current children cumulated vsize (KiB) 276040

[startup+1182.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 29763
/proc/meminfo: memFree=1567632/2055920 swapFree=4182972/4192956
[pid=29564] ppid=29562 vsize=281664 CPUtime=1181.79
/proc/29564/stat : 29564 (oree) R 29562 29564 29324 0 -1 4194304 71973 0 0 0 118129 50 0 0 25 0 1 0 146636538 288423936 68446 18446744073709551615 134512640 135812674 4294956704 18446744073709551615 134712516 0 0 4096 17474 0 0 0 17 1 0 0
/proc/29564/statm: 70416 68446 170 317 0 70095 0
Current children cumulated CPU time (s) 1181.79
Current children cumulated vsize (KiB) 281664

[startup+1242.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 29763
/proc/meminfo: memFree=1560912/2055920 swapFree=4182972/4192956
[pid=29564] ppid=29562 vsize=287256 CPUtime=1241.77
/proc/29564/stat : 29564 (oree) R 29562 29564 29324 0 -1 4194304 73616 0 0 0 124126 51 0 0 25 0 1 0 146636538 294150144 70089 18446744073709551615 134512640 135812674 4294956704 18446744073709551615 134716218 0 0 4096 17474 0 0 0 17 1 0 0
/proc/29564/statm: 71814 70089 170 317 0 71493 0
Current children cumulated CPU time (s) 1241.77
Current children cumulated vsize (KiB) 287256

[startup+1302.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 29763
/proc/meminfo: memFree=1554448/2055920 swapFree=4182972/4192956
[pid=29564] ppid=29562 vsize=293124 CPUtime=1301.75
/proc/29564/stat : 29564 (oree) R 29562 29564 29324 0 -1 4194304 75266 0 0 0 130122 53 0 0 25 0 1 0 146636538 300158976 71706 18446744073709551615 134512640 135812674 4294956704 18446744073709551615 134604463 0 0 4096 17474 0 0 0 17 1 0 0
/proc/29564/statm: 73281 71706 170 317 0 72960 0
Current children cumulated CPU time (s) 1301.75
Current children cumulated vsize (KiB) 293124

[startup+1362.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 29763
/proc/meminfo: memFree=1547472/2055920 swapFree=4182972/4192956
[pid=29564] ppid=29562 vsize=298968 CPUtime=1361.73
/proc/29564/stat : 29564 (oree) R 29562 29564 29324 0 -1 4194304 76999 0 0 0 136119 54 0 0 25 0 1 0 146636538 306143232 73439 18446744073709551615 134512640 135812674 4294956704 18446744073709551615 134563397 0 0 4096 17474 0 0 0 17 1 0 0
/proc/29564/statm: 74742 73439 170 317 0 74421 0
Current children cumulated CPU time (s) 1361.73
Current children cumulated vsize (KiB) 298968

[startup+1422.31 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 29763
/proc/meminfo: memFree=1541712/2055920 swapFree=4182972/4192956
[pid=29564] ppid=29562 vsize=304312 CPUtime=1421.71
/proc/29564/stat : 29564 (oree) R 29562 29564 29324 0 -1 4194304 78484 0 0 0 142116 55 0 0 25 0 1 0 146636538 311615488 74891 18446744073709551615 134512640 135812674 4294956704 18446744073709551615 134563653 0 0 4096 17474 0 0 0 17 1 0 0
/proc/29564/statm: 76078 74891 170 317 0 75757 0
Current children cumulated CPU time (s) 1421.71
Current children cumulated vsize (KiB) 304312

[startup+1482.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 29763
/proc/meminfo: memFree=1535248/2055920 swapFree=4182972/4192956
[pid=29564] ppid=29562 vsize=310292 CPUtime=1481.69
/proc/29564/stat : 29564 (oree) R 29562 29564 29324 0 -1 4194304 80150 0 0 0 148112 57 0 0 25 0 1 0 146636538 317739008 76524 18446744073709551615 134512640 135812674 4294956704 18446744073709551615 134604466 0 0 4096 17474 0 0 0 17 1 0 0
/proc/29564/statm: 77573 76524 170 317 0 77252 0
Current children cumulated CPU time (s) 1481.69
Current children cumulated vsize (KiB) 310292

[startup+1542.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 29763
/proc/meminfo: memFree=1525584/2055920 swapFree=4182972/4192956
[pid=29564] ppid=29562 vsize=352820 CPUtime=1541.66
/proc/29564/stat : 29564 (oree) R 29562 29564 29324 0 -1 4194304 90004 0 0 0 154106 60 0 0 25 0 1 0 146636538 361287680 78870 18446744073709551615 134512640 135812674 4294956704 18446744073709551615 134563653 0 0 4096 17474 0 0 0 17 1 0 0
/proc/29564/statm: 88205 78870 170 317 0 87884 0
Current children cumulated CPU time (s) 1541.66
Current children cumulated vsize (KiB) 352820

[startup+1602.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 29763
/proc/meminfo: memFree=1520016/2055920 swapFree=4182972/4192956
[pid=29564] ppid=29562 vsize=358524 CPUtime=1601.65
/proc/29564/stat : 29564 (oree) R 29562 29564 29324 0 -1 4194304 91402 0 0 0 160103 62 0 0 25 0 1 0 146636538 367128576 80268 18446744073709551615 134512640 135812674 4294956704 18446744073709551615 134564059 0 0 4096 17474 0 0 0 17 1 0 0
/proc/29564/statm: 89631 80268 170 317 0 89310 0
Current children cumulated CPU time (s) 1601.65
Current children cumulated vsize (KiB) 358524

[startup+1662.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 29763
/proc/meminfo: memFree=1514512/2055920 swapFree=4182972/4192956
[pid=29564] ppid=29562 vsize=365920 CPUtime=1661.62
/proc/29564/stat : 29564 (oree) R 29562 29564 29324 0 -1 4194304 93433 0 0 0 166099 63 0 0 25 0 1 0 146636538 374702080 81616 18446744073709551615 134512640 135812674 4294956704 18446744073709551615 134564068 0 0 4096 17474 0 0 0 17 1 0 0
/proc/29564/statm: 91480 81616 170 317 0 91159 0
Current children cumulated CPU time (s) 1661.62
Current children cumulated vsize (KiB) 365920

[startup+1722.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 29763
/proc/meminfo: memFree=1509456/2055920 swapFree=4182972/4192956
[pid=29564] ppid=29562 vsize=370336 CPUtime=1721.6
/proc/29564/stat : 29564 (oree) R 29562 29564 29324 0 -1 4194304 94705 0 0 0 172096 64 0 0 25 0 1 0 146636538 379224064 82888 18446744073709551615 134512640 135812674 4294956704 18446744073709551615 134712516 0 0 4096 17474 0 0 0 17 1 0 0
/proc/29564/statm: 92584 82888 170 317 0 92263 0
Current children cumulated CPU time (s) 1721.6
Current children cumulated vsize (KiB) 370336

[startup+1782.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 29763
/proc/meminfo: memFree=1502992/2055920 swapFree=4182972/4192956
[pid=29564] ppid=29562 vsize=375956 CPUtime=1781.58
/proc/29564/stat : 29564 (oree) R 29562 29564 29324 0 -1 4194304 96324 0 0 0 178093 65 0 0 25 0 1 0 146636538 384978944 84507 18446744073709551615 134512640 135812674 4294956704 18446744073709551615 134711032 0 0 4096 17474 0 0 0 17 1 0 0
/proc/29564/statm: 93989 84507 170 317 0 93668 0
Current children cumulated CPU time (s) 1781.58
Current children cumulated vsize (KiB) 375956



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1800.8 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 29763
/proc/meminfo: memFree=1500432/2055920 swapFree=4182972/4192956
[pid=29564] ppid=29562 vsize=377904 CPUtime=1800.08
/proc/29564/stat : 29564 (oree) R 29562 29564 29324 0 -1 4194304 96937 0 0 0 179943 65 0 0 25 0 1 0 146636538 386973696 85120 18446744073709551615 134512640 135812674 4294956704 18446744073709551615 134715621 0 0 4096 17474 0 0 0 17 1 0 0
/proc/29564/statm: 94476 85120 170 317 0 94155 0
Current children cumulated CPU time (s) 1800.08
Current children cumulated vsize (KiB) 377904

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

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

[startup+1801 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 29763
/proc/meminfo: memFree=1500432/2055920 swapFree=4182972/4192956
[pid=29564] ppid=29562 vsize=377904 CPUtime=1800.28
/proc/29564/stat : 29564 (oree) R 29562 29564 29324 0 -1 4194304 96945 0 0 0 179963 65 0 0 25 0 1 0 146636538 386973696 85128 18446744073709551615 134512640 135812674 4294956704 18446744073709551615 134564059 0 0 4096 17474 0 0 0 17 1 0 0
/proc/29564/statm: 94476 85128 170 317 0 94155 0
Current children cumulated CPU time (s) 1800.28
Current children cumulated vsize (KiB) 377904

Child status: 0
Real time (s): 1801.08
CPU time (s): 1800.37
CPU user time (s): 1799.65
CPU system time (s): 0.715891
CPU usage (%): 99.9604
Max. virtual memory (cumulated for all children) (KiB): 377904

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1799.65
system time used= 0.715891
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 96961
page faults= 0
swaps= 0
block input operations= 0
block output operations= 0
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 8
involuntary context switches= 3132

runsolver used 1.38879 second user time and 3.63545 second system time

The end

Launcher Data (download as text)

Begin job on node25 on Thu Apr 19 12:53:15 UTC 2007

IDJOB= 357121
IDBENCH= 2055
IDSOLVER= 172
FILE ID= node25/357121-1176987194

PBS_JOBID= 4630422

Free space on /tmp= 66368 MiB

SOLVER NAME= oree 0.1.2 alpha
BENCH NAME= HOME/pub/bench/PB06//final/normalized-PB06/OPT-SMALLINT/submitted-PB05/manquinho/logic-synthesis/normalized-rot.b.opb
COMMAND LINE= oree /tmp/evaluation/357121-1176987194/instance-357121-1176987194.opb mod           
RUNSOLVER COMMAND LINE= runsolver  --timestamp  -w ROOT/results/node25/watcher-357121-1176987194 -o ROOT/results/node25/solver-357121-1176987194 -C 1800 -W 3600 -M 1800 --output-limit 1,15  oree /tmp/evaluation/357121-1176987194/instance-357121-1176987194.opb mod           

META MD5SUM SOLVER= 4e41df0f0543e325f03c5155f85b9e9b
MD5SUM BENCH=  82ceb454755e01aa6cecb68eb859eaa6

RANDOM SEED= 894495032

TIME LIMIT= 1800 seconds
MEMORY LIMIT= 1800 MiB

Linux node25.alineos.net 2.6.9-22.EL.rootsmp #1 SMP Mon Oct 3 08:59:52 CEST 2005 x86_64 x86_64 x86_64 GNU/Linux

/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.261
cache size	: 2048 KB
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 pni monitor ds_cpl cid cx16 xtpr
bogomips	: 5914.62
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.261
cache size	: 2048 KB
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 pni monitor ds_cpl cid cx16 xtpr
bogomips	: 5586.94
clflush size	: 64
cache_alignment	: 128
address sizes	: 36 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:      2055920 kB
MemFree:       1842088 kB
Buffers:         25508 kB
Cached:         140944 kB
SwapCached:       3684 kB
Active:          70576 kB
Inactive:       105768 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1842088 kB
SwapTotal:     4192956 kB
SwapFree:      4182972 kB
Dirty:            1660 kB
Writeback:           0 kB
Mapped:          15916 kB
Slab:            23588 kB
Committed_AS:  2176280 kB
PageTables:       1472 kB
VmallocTotal: 536870911 kB
VmallocUsed:    264952 kB
VmallocChunk: 536605679 kB
HugePages_Total:     0
HugePages_Free:      0
Hugepagesize:     2048 kB

Free space on /tmp at the end= 66368 MiB

End job on node25 on Thu Apr 19 13:23:17 UTC 2007