Trace number 4079341

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
toysat 2016-05-02? (MO) 642.733 642.911

General information on the benchmark

Name/OPT-BIGINT-LIN/zahidi/IC/
normalized-minisat50_6_9_4_ic.opb
MD5SUM5ec7149b781e46400e7eef5bed8d1ab6
Bench CategoryOPT-BIGINT-LIN (optimisation, big integers, linear constraints)
Best result obtained on this benchmarkSAT
Best value of the objective obtained on this benchmark24067041
Best CPU time to get the best result obtained on this benchmark1801.38
Has Objective FunctionYES
Satisfiable
(Un)Satisfiability was proved
Best value of the objective function
Optimality of the best value was proved
Number of variables125200
Total number of constraints250157
Number of constraints which are clauses120150
Number of constraints which are cardinality constraints (but not clauses)7
Number of constraints which are nor clauses,nor cardinality constraints130000
Minimum length of a constraint2
Maximum length of a constraint1225
Number of terms in the objective function 7400
Biggest coefficient in the objective function 128787625
Number of bits for the biggest coefficient in the objective function 27
Sum of the numbers in the objective function 49475695570
Number of bits of the sum of numbers in the objective function 36
Biggest number in a constraint 128787625
Number of bits of the biggest number in a constraint 27
Biggest sum of numbers in a constraint 49475695570
Number of bits of the biggest sum of numbers36
Number of products (including duplicates)0
Sum of products size (including duplicates)0
Number of different products0
Sum of products size0

Solver Data

0.00/0.00	c 2016-06-08T06:35:23+0200
0.00/0.00	c version = 0.5.0
0.00/0.00	c githash = 1a49202
0.00/0.00	c compilationtime = 2016-05-02 00:19:28.990761 UTC
0.00/0.00	c arch = x86_64
0.00/0.00	c os = linux
0.00/0.00	c compiler = ghc 7.10
0.00/0.00	c packages:
0.00/0.00	c   OptDir-0.0.3
0.00/0.00	c   array-0.5.1.0
0.00/0.00	c   base-4.8.2.0
0.00/0.00	c   bytestring-0.10.6.0
0.00/0.00	c   bytestring-builder-0.10.6.0.0
0.00/0.00	c   clock-0.7.2
0.00/0.00	c   containers-0.5.6.2
0.00/0.00	c   data-default-0.5.3
0.00/0.00	c   data-default-class-0.0.1
0.00/0.00	c   data-interval-1.2.0
0.00/0.00	c   deepseq-1.4.1.1
0.00/0.00	c   directory-1.2.2.0
0.00/0.00	c   exceptions-0.8.2.1
0.00/0.00	c   extended-reals-0.2.1.0
0.00/0.00	c   filepath-1.4.0.0
0.00/0.00	c   finite-field-0.8.0
0.00/0.00	c   hashable-1.2.4.0
0.00/0.00	c   heaps-0.3.3
0.00/0.00	c   intern-0.9.1.4
0.00/0.00	c   loop-0.3.0
0.00/0.00	c   mtl-2.2.1
0.00/0.00	c   multiset-0.3.2
0.00/0.00	c   mwc-random-0.13.3.2
0.00/0.00	c   parse_dimacs-1.3
0.00/0.00	c   parsec-3.1.9
0.00/0.00	c   prettyclass-1.0.0.0
0.00/0.00	c   primes-0.2.1.0
0.00/0.00	c   primitive-0.6.1.0
0.00/0.00	c   process-1.2.3.0
0.00/0.00	c   pseudo-boolean-0.1.3.0
0.00/0.01	c   queue-0.1.2
0.00/0.01	c   semigroups-0.18.1
0.00/0.01	c   sign-0.4.3
0.00/0.01	c   stm-2.4.4.1
0.00/0.01	c   template-haskell-2.10.0.0
0.00/0.01	c   temporary-1.2.0.4
0.00/0.01	c   time-1.5.0.1
0.00/0.01	c   transformers-0.4.2.0
0.00/0.01	c   transformers-compat-0.5.1.4
0.00/0.01	c   type-level-numbers-0.1.1.1
0.00/0.01	c   unbounded-delays-0.1.0.9
0.00/0.01	c   unordered-containers-0.2.6.0
0.00/0.01	c   vector-0.11.0.0
0.00/0.01	c   vector-space-0.10.3
0.00/0.01	c command line = ["+RTS","-H1G","-M15500m","-K1G","-RTS","--pb","--search=bcd2","HOME/instance-4079341-1465360523.opb"]
0.00/0.01	c use --random-gen="829485058 3903017300 1417253043 1466409904 325796455 2086274438 3634773362 3798244355 4092377136 1726623296 4130994651 556882651 3197720709 901674339 2440761450 160859831 3515498508 1706912841 1318983385 150101468 783853120 884631613 1947392581 2443552136 3832984507 3004321832 3630649174 2802030567 3007638373 1464914532 1790182417 1070678884 1925714617 3042303532 2354193335 2116995330 3935631273 3673005314 2782516483 1620789116 1237276911 1447049590 2686041150 1116679487 2859523355 433005581 1549052710 4002510356 2398532411 3431336026 1271771398 804556156 3373087614 301990297 3765241120 2726192524 3833714172 110992221 3760030923 4198691770 577835298 4090288473 3961777645 3758862929 2815019376 2987843201 4088573482 1515066704 939338727 4128874969 3240643759 1352770460 425052778 1726288901 3247144732 1025883720 3109596361 57967332 33383225 1037188236 1367762185 2170782944 4180417503 4039567724 1465432488 3755672507 23875454 2483358604 98406154 2331621817 4192011687 1979764873 3417708571 3138616836 1842325375 3786572611 2847449122 2874423180 2709760328 2518792179 2314122972 3593345545 2268297885 2636861155 2663500600 1111612276 1611167858 2753643679 2918415131 94671061 2863981536 2891412639 1466405233 443613749 2530951070 750626898 3094724054 1757126339 3472305895 622950776 2758291799 743212067 3695347770 2460202158 3185393847 1317893386 3236045817 1360974573 4001473215 3539017010 3226735243 2974651008 439388265 4011828268 1948770543 1573088627 2684701790 1907931118 2119722932 252796768 2573459862 2201720287 1578610049 453599971 1770112561 803674997 3538140510 4158477605 2128742936 2251659144 1332323633 4084841568 1401177588 486907129 1653861604 1134650441 4259588163 3604987402 1791981463 1736685658 2747580100 3090872619 4047531360 252629289 911223329 2721794961 1570076356 2024590235 237157586 1025239139 2346874726 1705226731 1281643206 1460423823 2836033149 1496506372 3896751864 1121151789 3159531935 2009214776 2510006895 2666834030 1163040177 4270576273 385113973 3300870665 825877814 3264095510 2463221044 4016019764 1233357314 2068479471 1094715164 3021584176 3502246991 1068387098 2866934590 527197697 3550720783 1651596922 2254929723 1216468217 1140188809 1457130378 3109429561 1578275680 255522766 4117377797 1620315539 2201602737 597397660 2877381042 2707104676 2938701655 2056318172 785206794 38208585 4262735232 3743624290 3063188149 1495462716 3860778991 3027336562 1096579123 354803989 2234151645 1260213262 1840119540 4145064366 3152349480 1832282042 3853343527 2369440656 3615363406 3700331536 2594753285 2946904836 3124745870 1479640428 3936047303 204467224 2024771383 836236547 3283901140 609973095 845165484 4110718020 3780252649 2986188776 4227021836 3287934651 2920760062 396718956 1770361800 3645053822 390448126 255 362436" option to reproduce the execution
1.99/2.01	c #vars 125200
1.99/2.01	c #constraints 250157
6.88/6.92	c BCD2: Hardening is enabled.
6.88/6.92	c BCD2: BiasedSearch is enabled.
6.88/6.92	c Solving starts ...
6.88/6.92	c ============================[ Search Statistics ]============================
6.88/6.92	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
6.88/6.92	c       |         |          |          |    Limit     GC | Var      | Constra 
6.88/6.92	c =============================================================================
6.98/7.02	c  0.0s |       0 |        0 |        0 |   127569      0 |      150 |        0
18.28/18.33	c 11.3s |       0 |      144 |      100 |   127569      0 |      150 |        0
18.38/18.45	c 11.4s |       1 |      144 |      100 |   127569      0 |      150 |        0
20.99/21.05	c 14.0s |       2 |      499 |      250 |   140326      0 |      150 |        0
24.29/24.34	c 17.3s |       2 |      775 |      450 |   154359      0 |      150 |        0
24.78/24.80	c 17.8s |       3 |      814 |      475 |   154359      0 |      150 |        0
27.08/27.12	c 20.1s |       3 |     1056 |      675 |   169795      0 |      150 |        0
28.38/28.42	c 21.4s |       4 |     1196 |      813 |   169795      0 |      150 |        0
30.38/30.49	c 23.5s |       4 |     1602 |      913 |   186775      0 |      150 |        0
32.88/32.98	c 26.0s |       4 |     1807 |     1113 |   186775      0 |      150 |        0
35.48/35.59	c 28.6s |       4 |     2012 |     1313 |   186775      0 |      150 |        0
35.78/35.81	c 28.8s |       5 |     2021 |     1320 |   186775      0 |      150 |        0
38.59/38.69	c 31.7s |       5 |     2415 |     1520 |   205453      0 |      150 |        0
41.08/41.15	c 34.1s |       5 |     2621 |     1620 |   205453      0 |      150 |        0
43.29/43.33	c 36.3s |       5 |     2719 |     1720 |   205453      0 |      150 |        0
47.30/47.41	c 40.4s |       5 |     2846 |     1820 |   205453      0 |      150 |        0
50.89/50.91	c 43.9s |       5 |     2960 |     1920 |   205453      0 |      150 |        0
55.28/55.30	c 48.3s |       5 |     3116 |     2020 |   205453      0 |      150 |        0
58.48/58.55	c 51.5s |       6 |     3183 |     2081 |   225999      0 |      150 |        0
61.08/61.17	c 54.2s |       6 |     3597 |     2281 |   225999      0 |      150 |        0
63.98/64.08	c 57.1s |       6 |     3924 |     2581 |   225999      0 |      150 |        0
66.98/67.03	c 60.0s |       6 |     4241 |     2881 |   225999      0 |      150 |        0
69.98/70.00	c 63.0s |       6 |     4576 |     3181 |   225999      0 |      150 |        0
70.49/70.56	c 63.5s |       7 |     4617 |     3223 |   248599      0 |      150 |        0
72.98/73.00	c 66.0s |       7 |     5179 |     3423 |   248599      0 |      150 |        0
75.48/75.55	c 68.5s |       7 |     5500 |     3723 |   248599      0 |      150 |        0
77.98/78.06	c 71.0s |       7 |     5818 |     4023 |   248599      0 |      150 |        0
80.98/81.02	c 74.0s |       7 |     6124 |     4323 |   248599      0 |      150 |        0
83.69/83.75	c 76.7s |       7 |     6465 |     4623 |   248599      0 |      150 |        0
86.58/86.61	c 79.6s |       7 |     6770 |     4923 |   273459      0 |      150 |        0
86.78/86.84	c 79.8s |       8 |     6787 |     4936 |   273459      0 |      150 |        0
89.68/89.73	c 82.7s |       8 |     7256 |     5136 |   273459      0 |      150 |        0
91.88/91.97	c 85.0s |       8 |     7470 |     5336 |   273459      0 |      150 |        0
94.88/94.90	c 87.9s |       8 |     7861 |     5636 |   273459      0 |      150 |        0
97.08/97.14	c 90.1s |       8 |     8119 |     5836 |   273459      0 |      150 |        0
99.48/99.50	c 92.5s |       8 |     8328 |     6036 |   273459      0 |      150 |        0
101.88/101.91	c 94.9s |       8 |     8554 |     6236 |   273459      0 |      150 |        0
104.17/104.22	c 97.2s |       8 |     8774 |     6436 |   273459      0 |      150 |        0
106.57/106.69	c 99.7s |       8 |     8988 |     6636 |   273459      0 |      150 |        0
108.88/109.00	c  101s |       8 |     9229 |     6836 |   273459      0 |      150 |        0
111.27/111.37	c  104s |       8 |     9454 |     7036 |   273459      0 |      150 |        0
113.57/113.67	c  106s |       8 |     9666 |     7236 |   273459      0 |      150 |        0
115.97/116.09	c  109s |       8 |     9891 |     7436 |   273459      0 |      150 |        0
116.97/117.04	c  110s |       9 |     9969 |     7506 |   300805      0 |      150 |        0
119.37/119.44	c  112s |       9 |    11230 |     7706 |   300805      0 |      150 |        0
121.67/121.70	c  114s |       9 |    11541 |     8006 |   300805      0 |      150 |        0
123.67/123.71	c  116s |       9 |    11756 |     8206 |   300805      0 |      150 |        0
125.97/126.07	c  119s |       9 |    11993 |     8406 |   300805      0 |      150 |        0
128.78/128.86	c  121s |       9 |    12327 |     8706 |   300805      0 |      150 |        0
131.17/131.28	c  124s |       9 |    12663 |     9006 |   300805      0 |      150 |        0
133.47/133.56	c  126s |       9 |    12981 |     9306 |   300805      0 |      150 |        0
135.77/135.85	c  128s |       9 |    13278 |     9606 |   300805      0 |      150 |        0
138.07/138.12	c  131s |       9 |    13577 |     9906 |   300805      0 |      150 |        0
140.27/140.35	c  133s |       9 |    13880 |    10206 |   300805      0 |      150 |        0
142.37/142.42	c  135s |       9 |    14178 |    10506 |   300805      0 |      150 |        0
144.47/144.54	c  137s |       9 |    14476 |    10806 |   300805      0 |      150 |        0
148.86/148.92	c  141s |       9 |    14699 |    11006 |   300805      0 |      150 |        0
153.66/153.76	c  146s |       9 |    15499 |    11206 |   300805      0 |      150 |        0
154.86/154.98	c  147s |      10 |    15667 |    11361 |   330886      0 |      150 |        0
157.37/157.48	c  150s |      10 |    16140 |    11561 |   330886      0 |      150 |        0
159.76/159.81	c  152s |      10 |    16456 |    11861 |   330886      0 |      150 |        0
161.96/162.08	c  155s |      10 |    16752 |    12161 |   330886      0 |      150 |        0
164.26/164.31	c  157s |      10 |    17062 |    12461 |   330886      0 |      150 |        0
166.56/166.62	c  159s |      10 |    17374 |    12761 |   330886      0 |      150 |        0
168.86/168.96	c  161s |      10 |    17675 |    13061 |   330886      0 |      150 |        0
171.16/171.24	c  164s |      10 |    17987 |    13361 |   330886      0 |      150 |        0
173.66/173.78	c  166s |      10 |    18297 |    13661 |   330886      0 |      150 |        0
175.97/176.03	c  169s |      10 |    18606 |    13961 |   330886      0 |      150 |        0
178.46/178.50	c  171s |      10 |    18942 |    14261 |   330886      0 |      150 |        0
180.87/180.99	c  173s |      10 |    19257 |    14561 |   330886      0 |      150 |        0
183.27/183.37	c  176s |      10 |    19595 |    14861 |   330886      0 |      150 |        0
185.97/186.03	c  179s |      10 |    19908 |    15161 |   330886      0 |      150 |        0
188.66/188.78	c  181s |      10 |    20210 |    15461 |   330886      0 |      150 |        0
190.96/191.06	c  184s |      10 |    20520 |    15761 |   330886      0 |      150 |        0
193.46/193.54	c  186s |      10 |    20823 |    16061 |   330886      0 |      150 |        0
196.06/196.17	c  189s |      10 |    21134 |    16361 |   330886      0 |      150 |        0
198.66/198.72	c  191s |      10 |    21453 |    16661 |   330886      0 |      150 |        0
201.16/201.24	c  194s |      10 |    21758 |    16961 |   330886      0 |      150 |        0
202.76/202.85	c  195s |      11 |    21957 |    17144 |   363975      0 |      150 |        0
205.26/205.31	c  198s |      11 |    22345 |    17244 |   363975      0 |      150 |        0
207.56/207.66	c  200s |      11 |    22560 |    17444 |   363975      0 |      150 |        0
210.07/210.14	c  203s |      11 |    22780 |    17644 |   363975      0 |      150 |        0
212.27/212.33	c  205s |      11 |    22999 |    17844 |   363975      0 |      150 |        0
214.57/214.61	c  207s |      11 |    23214 |    18044 |   363975      0 |      150 |        0
216.86/216.91	c  209s |      11 |    23431 |    18244 |   363975      0 |      150 |        0
219.06/219.15	c  212s |      11 |    23644 |    18444 |   363975      0 |      150 |        0
221.25/221.31	c  214s |      11 |    23847 |    18644 |   363975      0 |      150 |        0
224.46/224.52	c  217s |      11 |    24179 |    18944 |   363975      0 |      150 |        0
226.95/227.08	c  220s |      11 |    24405 |    19144 |   363975      0 |      150 |        0
229.55/229.66	c  222s |      11 |    24616 |    19344 |   363975      0 |      150 |        0
232.06/232.16	c  225s |      11 |    24839 |    19544 |   363975      0 |      150 |        0
234.55/234.63	c  227s |      11 |    25050 |    19744 |   363975      0 |      150 |        0
237.05/237.17	c  230s |      11 |    25251 |    19944 |   363975      0 |      150 |        0
239.65/239.71	c  232s |      11 |    25477 |    20144 |   363975      0 |      150 |        0
242.06/242.17	c  235s |      11 |    25691 |    20344 |   363975      0 |      150 |        0
244.65/244.77	c  237s |      11 |    25907 |    20544 |   363975      0 |      150 |        0
247.35/247.45	c  240s |      11 |    26120 |    20744 |   363975      0 |      150 |        0
250.25/250.33	c  243s |      11 |    26329 |    20944 |   363975      0 |      150 |        0
252.96/253.08	c  246s |      11 |    26543 |    21144 |   363975      0 |      150 |        0
255.55/255.60	c  248s |      11 |    26753 |    21344 |   363975      0 |      150 |        0
258.35/258.41	c  251s |      11 |    26959 |    21544 |   363975      0 |      150 |        0
260.45/260.50	c  253s |      11 |    27170 |    21744 |   363975      0 |      150 |        0
262.65/262.77	c  255s |      11 |    27381 |    21944 |   363975      0 |      150 |        0
265.16/265.23	c  258s |      11 |    27600 |    22144 |   363975      0 |      150 |        0
267.65/267.71	c  260s |      11 |    27819 |    22344 |   363975      0 |      150 |        0
269.95/270.00	c  262s |      11 |    28041 |    22544 |   363975      0 |      150 |        0
272.15/272.25	c  265s |      11 |    28254 |    22744 |   363975      0 |      150 |        0
274.65/274.78	c  267s |      11 |    28465 |    22944 |   363975      0 |      150 |        0
277.04/277.16	c  270s |      11 |    28667 |    23144 |   363975      0 |      150 |        0
279.24/279.39	c  272s |      11 |    28901 |    23344 |   363975      0 |      150 |        0
281.84/281.91	c  274s |      11 |    29105 |    23544 |   363975      0 |      150 |        0
284.24/284.38	c  277s |      11 |    29319 |    23744 |   363975      0 |      150 |        0
286.74/286.83	c  279s |      11 |    29530 |    23944 |   363975      0 |      150 |        0
289.25/289.35	c  282s |      11 |    29739 |    24144 |   363975      0 |      150 |        0
291.74/291.84	c  284s |      11 |    29953 |    24344 |   363975      0 |      150 |        0
294.24/294.30	c  287s |      11 |    30165 |    24544 |   363975      0 |      150 |        0
296.84/296.97	c  289s |      11 |    30372 |    24744 |   363975      0 |      150 |        0
299.16/299.21	c  292s |      11 |    30579 |    24944 |   363975      0 |      150 |        0
301.36/301.44	c  294s |      11 |    30800 |    25144 |   363975      0 |      150 |        0
303.95/304.05	c  297s |      11 |    31023 |    25344 |   363975      0 |      150 |        0
306.64/306.77	c  299s |      11 |    31243 |    25544 |   363975      0 |      150 |        0
309.15/309.23	c  302s |      11 |    31457 |    25744 |   400373      0 |      150 |        0
310.25/310.36	c  303s |      12 |    31538 |    25819 |   400373      0 |      150 |        0
313.55/313.67	c  306s |      12 |    31986 |    25919 |   400373      0 |      150 |        0
316.04/316.10	c  309s |      12 |    32416 |    26319 |   400373      0 |      150 |        0
318.23/318.34	c  311s |      12 |    32819 |    26719 |   400373      0 |      150 |        0
320.23/320.36	c  313s |      12 |    33228 |    27119 |   400373      0 |      150 |        0
322.73/322.88	c  315s |      12 |    33653 |    27519 |   400373      0 |      150 |        0
325.13/325.20	c  318s |      12 |    34073 |    27919 |   400373      0 |      150 |        0
327.33/327.44	c  320s |      12 |    34486 |    28319 |   400373      0 |      150 |        0
329.43/329.56	c  322s |      12 |    34891 |    28719 |   400373      0 |      150 |        0
331.63/331.71	c  324s |      12 |    35292 |    29119 |   400373      0 |      150 |        0
333.73/333.88	c  326s |      12 |    35703 |    29519 |   400373      0 |      150 |        0
336.03/336.19	c  329s |      12 |    36110 |    29919 |   400373      0 |      150 |        0
338.13/338.22	c  331s |      12 |    36526 |    30319 |   400373      0 |      150 |        0
340.43/340.57	c  333s |      12 |    36937 |    30719 |   400373      0 |      150 |        0
342.63/342.75	c  335s |      12 |    37346 |    31119 |   400373      0 |      150 |        0
345.13/345.20	c  338s |      12 |    37751 |    31519 |   400373      0 |      150 |        0
347.23/347.33	c  340s |      12 |    38156 |    31919 |   400373      0 |      150 |        0
349.62/349.76	c  342s |      12 |    38654 |    32419 |   400373      0 |      150 |        0
352.12/352.28	c  345s |      12 |    39071 |    32819 |   400373      0 |      150 |        0
354.32/354.49	c  347s |      12 |    39365 |    33119 |   400373      0 |      150 |        0
356.72/356.87	c  349s |      12 |    39774 |    33519 |   400373      0 |      150 |        0
359.02/359.19	c  352s |      12 |    40172 |    33919 |   400373      0 |      150 |        0
361.12/361.24	c  354s |      12 |    40490 |    34219 |   400373      0 |      150 |        0
363.72/363.88	c  356s |      12 |    40900 |    34619 |   400373      0 |      150 |        0
366.33/366.47	c  359s |      12 |    41327 |    35019 |   400373      0 |      150 |        0
368.91/369.04	c  362s |      12 |    41739 |    35419 |   400373      0 |      150 |        0
371.31/371.47	c  364s |      12 |    42144 |    35819 |   400373      0 |      150 |        0
373.61/373.75	c  366s |      12 |    42546 |    36219 |   400373      0 |      150 |        0
375.81/375.91	c  368s |      12 |    42948 |    36619 |   400373      0 |      150 |        0
377.90/378.07	c  371s |      12 |    43343 |    37019 |   400373      0 |      150 |        0
380.20/380.34	c  373s |      12 |    43559 |    37219 |   400373      0 |      150 |        0
383.10/383.28	c  376s |      12 |    43719 |    37319 |   400373      0 |      150 |        0
388.31/388.44	c  381s |      12 |    43796 |    37363 |   400373      0 |      150 |        0
388.31/388.44	c #cpu_time = 380.221s
388.31/388.45	c #wall_clock_time = 381.238s
388.31/388.45	c #decision = 43796
388.31/388.45	c #random_decision = 13
388.31/388.45	c #conflict = 37363
388.31/388.45	c #restart = 12
388.31/388.45	o 478593821
388.40/388.52	c BCD2: updating upper bound: 49475695570 -> 478593870
388.50/388.61	c BCD2: 0 <= obj <= 478593870
388.50/388.61	c BCD2: #cores=0, #unrelaxed=7400, #relaxed=0, #hardened=0
388.50/388.61	c BCD2: #sat=1 #unsat=1 bias=1/2
388.50/388.61	c Solving starts ...
388.50/388.61	c ============================[ Search Statistics ]============================
388.50/388.61	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
388.50/388.61	c       |         |          |          |    Limit     GC | Var      | Constra 
388.50/388.61	c =============================================================================
388.50/388.61	c  0.0s |       0 |        0 |        0 |   400373      0 |      150 |        0
389.80/389.90	c  1.3s |       0 |     1170 |        1 |   400373      0 |      150 |        0
389.80/389.90	c #cpu_time = 1.181s
389.80/389.90	c #wall_clock_time = 1.184s
389.80/389.90	c #decision = 1170
389.80/389.90	c #random_decision = 0
389.80/389.90	c #conflict = 1
389.80/389.90	c #restart = 0
389.80/389.92	c BCD2: found a new core of size 1170: cost of the new core is >=8
389.80/389.92	c lower bound updated to -42
389.80/389.96	c BCD2: 8 <= obj <= 478593870
389.80/389.96	c BCD2: #cores=1, #unrelaxed=6230, #relaxed=1170, #hardened=0
389.80/389.96	c BCD2: #sat=1 #unsat=2 bias=2/3

Verifier Data

ERROR: no interpretation found !

Watcher Data

runsolver Copyright (C) 2010-2013 Olivier ROUSSEL

This is runsolver version 3.3.7 (svn: 2553)

This program is distributed in the hope that it will be useful,
but WITHOUT ANY WARRANTY; without even the implied warranty of
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
GNU General Public License for more details.

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4079341-1465360523/watcher-4079341-1465360523 -o /tmp/evaluation-result-4079341-1465360523/solver-4079341-1465360523 -C 1800 -W 1900 -M 15500 --bin-var /tmp/runsolver-exch-node132-1465358721-25296 --watchdog 1960 toysat +RTS -H1G -M15500m -K1G -RTS --pb --search=bcd2 HOME/instance-4079341-1465360523.opb 

pid=25468
running on 8 cores: 0-3,8-11

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): 1900 seconds
Enforcing VSIZE limit (soft limit, will send SIGTERM then SIGKILL): 15872000 KiB
Enforcing VSIZE limit (hard limit, stack expansion will fail with SIGSEGV, brk() and mmap() will return ENOMEM): 15923200 KiB
Current StackSize limit: 10240 KiB


[startup+0 s]
/proc/loadavg: 2.22 2.15 2.10 3/261 25471
/proc/meminfo: memFree=30561460/32872528 swapFree=9196/9196
[pid=25471] ppid=25468 vsize=1154628 CPUtime=0 cores=0-3,8-11
/proc/25471/stat : 25471 (toysat) R 25468 25471 20050 0 -1 4202496 4385 0 0 0 0 0 0 0 20 0 4 0 117894349 1182339072 4745 33554432000 4194304 16246674 140736858251712 140736858251136 13880264 0 2 0 34082818 18446744073709551615 0 0 17 10 0 0 0 0 0
/proc/25471/statm: 289425 4755 442 2943 0 286319 0
[pid=25471/tid=25472] ppid=25468 vsize=1176132 CPUtime=0 cores=0-3,8-11
/proc/25471/task/25472/stat : 25472 (toysat) S 25468 25471 20050 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 4 0 117894349 1204359168 4831 33554432000 4194304 16246674 140736858251712 140303355849968 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 8 0 0 0 0 0
[pid=25471/tid=25473] ppid=25468 vsize=1181252 CPUtime=0 cores=0-3,8-11
/proc/25471/task/25473/stat : 25473 (toysat) S 25468 25471 20050 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 117894349 1209602048 4848 33554432000 4194304 16246674 140736858251712 140303345360112 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 9 0 0 0 0 0
[pid=25471/tid=25474] ppid=25468 vsize=1185348 CPUtime=0 cores=0-3,8-11
/proc/25471/task/25474/stat : 25474 (toysat) S 25468 25471 20050 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 4 0 117894349 1213796352 4866 33554432000 4194304 16246674 140736858251712 140303226891440 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 8 0 0 0 0 0

[startup+0.100133 s]
/proc/loadavg: 2.22 2.15 2.10 3/261 25471
/proc/meminfo: memFree=30561460/32872528 swapFree=9196/9196
[pid=25471] ppid=25468 vsize=1303108 CPUtime=0.09 cores=0-3,8-11
/proc/25471/stat : 25471 (toysat) R 25468 25471 20050 0 -1 4202496 30710 0 0 0 5 4 0 0 20 0 4 0 117894349 1334382592 31009 33554432000 4194304 16246674 140736858251712 140736858251024 8058796 0 0 0 34082818 18446744073709551615 0 0 17 10 0 0 0 0 0
/proc/25471/statm: 325777 31023 802 2943 0 322671 0
[pid=25471/tid=25472] ppid=25468 vsize=1303108 CPUtime=0 cores=0-3,8-11
/proc/25471/task/25472/stat : 25472 (toysat) S 25468 25471 20050 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 4 0 117894349 1334382592 31033 33554432000 4194304 16246674 140736858251712 140303355849968 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 8 0 0 0 0 0
[pid=25471/tid=25473] ppid=25468 vsize=1303108 CPUtime=0 cores=0-3,8-11
/proc/25471/task/25473/stat : 25473 (toysat) S 25468 25471 20050 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 117894349 1334382592 31044 33554432000 4194304 16246674 140736858251712 140303345360112 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 9 0 0 0 0 0
[pid=25471/tid=25474] ppid=25468 vsize=1303108 CPUtime=0 cores=0-3,8-11
/proc/25471/task/25474/stat : 25474 (toysat) S 25468 25471 20050 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 4 0 117894349 1334382592 31055 33554432000 4194304 16246674 140736858251712 140303226891440 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 8 0 0 0 0 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 1303108

[startup+0.200546 s]
/proc/loadavg: 2.22 2.15 2.10 3/261 25471
/proc/meminfo: memFree=30561460/32872528 swapFree=9196/9196
[pid=25471] ppid=25468 vsize=1312324 CPUtime=0.19 cores=0-3,8-11
/proc/25471/stat : 25471 (toysat) R 25468 25471 20050 0 -1 4202496 47991 0 0 0 13 6 0 0 20 0 4 0 117894349 1343819776 48800 33554432000 4194304 16246674 140736858251712 140736858234704 8058296 0 0 0 34082818 18446744073709551615 0 0 17 10 0 0 0 0 0
/proc/25471/statm: 328081 48800 802 2943 0 324975 0
[pid=25471/tid=25472] ppid=25468 vsize=1312324 CPUtime=0 cores=0-3,8-11
/proc/25471/task/25472/stat : 25472 (toysat) S 25468 25471 20050 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 4 0 117894349 1343819776 48800 33554432000 4194304 16246674 140736858251712 140303355849968 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 8 0 0 0 0 0
[pid=25471/tid=25473] ppid=25468 vsize=1312324 CPUtime=0 cores=0-3,8-11
/proc/25471/task/25473/stat : 25473 (toysat) S 25468 25471 20050 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 117894349 1343819776 48800 33554432000 4194304 16246674 140736858251712 140303345360112 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 9 0 0 0 0 0
[pid=25471/tid=25474] ppid=25468 vsize=1312324 CPUtime=0 cores=0-3,8-11
/proc/25471/task/25474/stat : 25474 (toysat) S 25468 25471 20050 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 4 0 117894349 1343819776 48800 33554432000 4194304 16246674 140736858251712 140303226891440 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 8 0 0 0 0 0
Current children cumulated CPU time (s) 0.19
Current children cumulated vsize (KiB) 1312324

[startup+0.300497 s]
/proc/loadavg: 2.22 2.15 2.10 3/261 25471
/proc/meminfo: memFree=30561460/32872528 swapFree=9196/9196
[pid=25471] ppid=25468 vsize=1313348 CPUtime=0.29 cores=0-3,8-11
/proc/25471/stat : 25471 (toysat) R 25468 25471 20050 0 -1 4202496 56119 0 0 0 22 7 0 0 20 0 4 0 117894349 1344868352 56928 33554432000 4194304 16246674 140736858251712 140736858234704 7364507 0 0 0 34082818 18446744073709551615 0 0 17 10 0 0 0 0 0
/proc/25471/statm: 328337 56928 802 2943 0 325231 0
[pid=25471/tid=25472] ppid=25468 vsize=1313348 CPUtime=0 cores=0-3,8-11
/proc/25471/task/25472/stat : 25472 (toysat) S 25468 25471 20050 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 4 0 117894349 1344868352 56928 33554432000 4194304 16246674 140736858251712 140303355849968 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 8 0 0 0 0 0
[pid=25471/tid=25473] ppid=25468 vsize=1313348 CPUtime=0 cores=0-3,8-11
/proc/25471/task/25473/stat : 25473 (toysat) S 25468 25471 20050 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 117894349 1344868352 56928 33554432000 4194304 16246674 140736858251712 140303345360112 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 9 0 0 0 0 0
[pid=25471/tid=25474] ppid=25468 vsize=1313348 CPUtime=0 cores=0-3,8-11
/proc/25471/task/25474/stat : 25474 (toysat) S 25468 25471 20050 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 4 0 117894349 1344868352 56928 33554432000 4194304 16246674 140736858251712 140303226891440 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 8 0 0 0 0 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 1313348

[startup+0.700403 s]
/proc/loadavg: 2.22 2.15 2.10 3/261 25471
/proc/meminfo: memFree=30561460/32872528 swapFree=9196/9196
[pid=25471] ppid=25468 vsize=1319492 CPUtime=0.69 cores=0-3,8-11
/proc/25471/stat : 25471 (toysat) R 25468 25471 20050 0 -1 4202496 64908 0 0 0 60 9 0 0 20 0 4 0 117894349 1351159808 66739 33554432000 4194304 16246674 140736858251712 140736858234704 7368738 0 0 0 34082818 18446744073709551615 0 0 17 10 0 0 0 0 0
/proc/25471/statm: 329873 66739 803 2943 0 326767 0
[pid=25471/tid=25472] ppid=25468 vsize=1319492 CPUtime=0 cores=0-3,8-11
/proc/25471/task/25472/stat : 25472 (toysat) S 25468 25471 20050 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 4 0 117894349 1351159808 66739 33554432000 4194304 16246674 140736858251712 140303355849968 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 8 0 0 0 0 0
[pid=25471/tid=25473] ppid=25468 vsize=1319492 CPUtime=0 cores=0-3,8-11
/proc/25471/task/25473/stat : 25473 (toysat) S 25468 25471 20050 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 117894349 1351159808 66739 33554432000 4194304 16246674 140736858251712 140303345360112 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 9 0 0 0 0 0
[pid=25471/tid=25474] ppid=25468 vsize=1319492 CPUtime=0 cores=0-3,8-11
/proc/25471/task/25474/stat : 25474 (toysat) S 25468 25471 20050 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 4 0 117894349 1351159808 66739 33554432000 4194304 16246674 140736858251712 140303226891440 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 8 0 0 0 0 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 1319492

[startup+1.50042 s]
/proc/loadavg: 2.22 2.15 2.10 3/265 25475
/proc/meminfo: memFree=29513008/32872528 swapFree=9196/9196
[pid=25471] ppid=25468 vsize=1319492 CPUtime=1.49 cores=0-3,8-11
/proc/25471/stat : 25471 (toysat) R 25468 25471 20050 0 -1 4202496 100876 0 0 0 135 14 0 0 20 0 4 0 117894349 1351159808 102707 33554432000 4194304 16246674 140736858251712 140736858249536 7371964 0 0 0 34082818 18446744073709551615 0 0 17 10 0 0 0 0 0
/proc/25471/statm: 329873 102707 803 2943 0 326767 0
[pid=25471/tid=25472] ppid=25468 vsize=1319492 CPUtime=0 cores=0-3,8-11
/proc/25471/task/25472/stat : 25472 (toysat) S 25468 25471 20050 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 4 0 117894349 1351159808 102707 33554432000 4194304 16246674 140736858251712 140303355849968 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 8 0 0 0 0 0
[pid=25471/tid=25473] ppid=25468 vsize=1319492 CPUtime=0 cores=0-3,8-11
/proc/25471/task/25473/stat : 25473 (toysat) S 25468 25471 20050 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 117894349 1351159808 102707 33554432000 4194304 16246674 140736858251712 140303345360112 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 9 0 0 0 0 0
[pid=25471/tid=25474] ppid=25468 vsize=1319492 CPUtime=0 cores=0-3,8-11
/proc/25471/task/25474/stat : 25474 (toysat) S 25468 25471 20050 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 4 0 117894349 1351159808 102707 33554432000 4194304 16246674 140736858251712 140303226891440 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 8 0 0 0 0 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 1319492

[startup+3.1004 s]
/proc/loadavg: 2.22 2.15 2.10 3/265 25475
/proc/meminfo: memFree=29390248/32872528 swapFree=9196/9196
[pid=25471] ppid=25468 vsize=1356356 CPUtime=3.08 cores=0-3,8-11
/proc/25471/stat : 25471 (toysat) R 25468 25471 20050 0 -1 4202496 238717 0 0 0 272 36 0 0 20 0 4 0 117894349 1388908544 240548 33554432000 4194304 16246674 140736858251712 140736858250376 5831697 0 0 0 34082818 18446744073709551615 0 0 17 10 0 0 0 0 0
/proc/25471/statm: 339089 240555 846 2943 0 335983 0
[pid=25471/tid=25472] ppid=25468 vsize=1356356 CPUtime=0 cores=0-3,8-11
/proc/25471/task/25472/stat : 25472 (toysat) S 25468 25471 20050 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 4 0 117894349 1388908544 240560 33554432000 4194304 16246674 140736858251712 140303355849968 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 8 0 0 0 0 0
[pid=25471/tid=25473] ppid=25468 vsize=1356356 CPUtime=0 cores=0-3,8-11
/proc/25471/task/25473/stat : 25473 (toysat) S 25468 25471 20050 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 117894349 1388908544 240565 33554432000 4194304 16246674 140736858251712 140303345360112 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 9 0 0 0 0 0
[pid=25471/tid=25474] ppid=25468 vsize=1356356 CPUtime=0 cores=0-3,8-11
/proc/25471/task/25474/stat : 25474 (toysat) S 25468 25471 20050 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 4 0 117894349 1388908544 240570 33554432000 4194304 16246674 140736858251712 140303226891440 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 8 0 0 0 0 0
Current children cumulated CPU time (s) 3.08
Current children cumulated vsize (KiB) 1356356

[startup+6.3004 s]
/proc/loadavg: 2.20 2.15 2.10 3/265 25475
/proc/meminfo: memFree=28545016/32872528 swapFree=9196/9196
[pid=25471] ppid=25468 vsize=1356356 CPUtime=6.28 cores=0-3,8-11
/proc/25471/stat : 25471 (toysat) R 25468 25471 20050 0 -1 4202496 278703 0 0 0 586 42 0 0 20 0 4 0 117894349 1388908544 280534 33554432000 4194304 16246674 140736858251712 140736858249536 5876184 0 0 0 34082818 18446744073709551615 0 0 17 10 0 0 0 0 0
/proc/25471/statm: 339089 280534 847 2943 0 335983 0
[pid=25471/tid=25472] ppid=25468 vsize=1356356 CPUtime=0 cores=0-3,8-11
/proc/25471/task/25472/stat : 25472 (toysat) S 25468 25471 20050 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 4 0 117894349 1388908544 280534 33554432000 4194304 16246674 140736858251712 140303355849968 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 8 0 0 0 0 0
[pid=25471/tid=25473] ppid=25468 vsize=1356356 CPUtime=0 cores=0-3,8-11
/proc/25471/task/25473/stat : 25473 (toysat) S 25468 25471 20050 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 117894349 1388908544 280534 33554432000 4194304 16246674 140736858251712 140303345360112 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 9 0 0 0 0 0
[pid=25471/tid=25474] ppid=25468 vsize=1356356 CPUtime=0 cores=0-3,8-11
/proc/25471/task/25474/stat : 25474 (toysat) S 25468 25471 20050 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 4 0 117894349 1388908544 280534 33554432000 4194304 16246674 140736858251712 140303226891440 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 8 0 0 0 0 0
Current children cumulated CPU time (s) 6.28
Current children cumulated vsize (KiB) 1356356

[startup+12.7004 s]
/proc/loadavg: 2.18 2.14 2.10 3/265 25475
/proc/meminfo: memFree=28271304/32872528 swapFree=9196/9196
[pid=25471] ppid=25468 vsize=1356356 CPUtime=12.68 cores=0-3,8-11
/proc/25471/stat : 25471 (toysat) R 25468 25471 20050 0 -1 4202496 278753 0 0 0 1226 42 0 0 20 0 4 0 117894349 1388908544 280584 33554432000 4194304 16246674 140736858251712 140736858233600 5659568 0 0 0 34082818 18446744073709551615 0 0 17 10 0 0 0 0 0
/proc/25471/statm: 339089 280584 896 2943 0 335983 0
[pid=25471/tid=25472] ppid=25468 vsize=1356356 CPUtime=0 cores=0-3,8-11
/proc/25471/task/25472/stat : 25472 (toysat) S 25468 25471 20050 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 4 0 117894349 1388908544 280584 33554432000 4194304 16246674 140736858251712 140303355849968 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 8 0 0 0 0 0
[pid=25471/tid=25473] ppid=25468 vsize=1356356 CPUtime=0 cores=0-3,8-11
/proc/25471/task/25473/stat : 25473 (toysat) S 25468 25471 20050 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 117894349 1388908544 280584 33554432000 4194304 16246674 140736858251712 140303345360112 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 9 0 0 0 0 0
[pid=25471/tid=25474] ppid=25468 vsize=1356356 CPUtime=0 cores=0-3,8-11
/proc/25471/task/25474/stat : 25474 (toysat) S 25468 25471 20050 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 4 0 117894349 1388908544 280584 33554432000 4194304 16246674 140736858251712 140303226891440 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 8 0 0 0 0 0
Current children cumulated CPU time (s) 12.68
Current children cumulated vsize (KiB) 1356356

[startup+25.5005 s]
/proc/loadavg: 2.14 2.14 2.10 3/265 25475
/proc/meminfo: memFree=27892644/32872528 swapFree=9196/9196
[pid=25471] ppid=25468 vsize=1356356 CPUtime=25.48 cores=0-3,8-11
/proc/25471/stat : 25471 (toysat) R 25468 25471 20050 0 -1 4202496 278753 0 0 0 2506 42 0 0 20 0 4 0 117894349 1388908544 280584 33554432000 4194304 16246674 140736858251712 140736858233600 5677667 0 0 0 34082818 18446744073709551615 0 0 17 10 0 0 0 0 0
/proc/25471/statm: 339089 280584 896 2943 0 335983 0
[pid=25471/tid=25472] ppid=25468 vsize=1356356 CPUtime=0 cores=0-3,8-11
/proc/25471/task/25472/stat : 25472 (toysat) S 25468 25471 20050 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 4 0 117894349 1388908544 280584 33554432000 4194304 16246674 140736858251712 140303355849968 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 8 0 0 0 0 0
[pid=25471/tid=25473] ppid=25468 vsize=1356356 CPUtime=0 cores=0-3,8-11
/proc/25471/task/25473/stat : 25473 (toysat) S 25468 25471 20050 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 117894349 1388908544 280584 33554432000 4194304 16246674 140736858251712 140303345360112 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 9 0 0 0 0 0
[pid=25471/tid=25474] ppid=25468 vsize=1356356 CPUtime=0 cores=0-3,8-11
/proc/25471/task/25474/stat : 25474 (toysat) S 25468 25471 20050 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 4 0 117894349 1388908544 280584 33554432000 4194304 16246674 140736858251712 140303226891440 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 8 0 0 0 0 0
Current children cumulated CPU time (s) 25.48
Current children cumulated vsize (KiB) 1356356

[startup+51.1005 s]
/proc/loadavg: 2.09 2.12 2.09 3/265 25475
/proc/meminfo: memFree=26437924/32872528 swapFree=9196/9196
[pid=25471] ppid=25468 vsize=1356356 CPUtime=51.09 cores=0-3,8-11
/proc/25471/stat : 25471 (toysat) R 25468 25471 20050 0 -1 4202496 278753 0 0 0 5066 43 0 0 20 0 4 0 117894349 1388908544 280584 33554432000 4194304 16246674 140736858251712 140736858251024 13774460 0 0 0 34082818 18446744073709551615 0 0 17 10 0 0 0 0 0
/proc/25471/statm: 339089 280584 896 2943 0 335983 0
[pid=25471/tid=25472] ppid=25468 vsize=1356356 CPUtime=0 cores=0-3,8-11
/proc/25471/task/25472/stat : 25472 (toysat) S 25468 25471 20050 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 4 0 117894349 1388908544 280584 33554432000 4194304 16246674 140736858251712 140303355849968 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 8 0 0 0 0 0
[pid=25471/tid=25473] ppid=25468 vsize=1356356 CPUtime=0 cores=0-3,8-11
/proc/25471/task/25473/stat : 25473 (toysat) S 25468 25471 20050 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 117894349 1388908544 280584 33554432000 4194304 16246674 140736858251712 140303345360112 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 9 0 0 0 0 0
[pid=25471/tid=25474] ppid=25468 vsize=1356356 CPUtime=0 cores=0-3,8-11
/proc/25471/task/25474/stat : 25474 (toysat) S 25468 25471 20050 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 4 0 117894349 1388908544 280584 33554432000 4194304 16246674 140736858251712 140303226891440 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 8 0 0 0 0 0
Current children cumulated CPU time (s) 51.09
Current children cumulated vsize (KiB) 1356356

[startup+102.3 s]
/proc/loadavg: 2.08 2.12 2.09 3/265 25476
/proc/meminfo: memFree=19908388/32872528 swapFree=9196/9196
[pid=25471] ppid=25468 vsize=1356356 CPUtime=102.29 cores=0-3,8-11
/proc/25471/stat : 25471 (toysat) R 25468 25471 20050 0 -1 4202496 278753 0 0 0 10186 43 0 0 20 0 4 0 117894349 1388908544 280584 33554432000 4194304 16246674 140736858251712 140736858250888 5523513 0 0 0 34082818 18446744073709551615 0 0 17 10 0 0 0 0 0
/proc/25471/statm: 339089 280584 896 2943 0 335983 0
[pid=25471/tid=25472] ppid=25468 vsize=1356356 CPUtime=0 cores=0-3,8-11
/proc/25471/task/25472/stat : 25472 (toysat) S 25468 25471 20050 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 4 0 117894349 1388908544 280584 33554432000 4194304 16246674 140736858251712 140303355849968 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 8 0 0 0 0 0
[pid=25471/tid=25473] ppid=25468 vsize=1356356 CPUtime=0 cores=0-3,8-11
/proc/25471/task/25473/stat : 25473 (toysat) S 25468 25471 20050 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 117894349 1388908544 280584 33554432000 4194304 16246674 140736858251712 140303345360112 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 9 0 0 0 0 0
[pid=25471/tid=25474] ppid=25468 vsize=1356356 CPUtime=0 cores=0-3,8-11
/proc/25471/task/25474/stat : 25474 (toysat) S 25468 25471 20050 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 4 0 117894349 1388908544 280584 33554432000 4194304 16246674 140736858251712 140303226891440 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 8 0 0 0 0 0
Current children cumulated CPU time (s) 102.29
Current children cumulated vsize (KiB) 1356356


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

[pid=25471/tid=25474] ppid=25468 vsize=1356356 CPUtime=0 cores=0-3,8-11
/proc/25471/task/25474/stat : 25474 (toysat) S 25468 25471 20050 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 4 0 117894349 1388908544 280585 33554432000 4194304 16246674 140736858251712 140303226891440 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 8 0 0 0 0 0
Current children cumulated CPU time (s) 222.26
Current children cumulated vsize (KiB) 1356356

[startup+282.3 s]
/proc/loadavg: 2.15 2.10 2.09 3/266 25483
/proc/meminfo: memFree=14743216/32872528 swapFree=9196/9196
[pid=25471] ppid=25468 vsize=1356356 CPUtime=282.24 cores=0-3,8-11
/proc/25471/stat : 25471 (toysat) R 25468 25471 20050 0 -1 4202496 278754 0 0 0 28180 44 0 0 20 0 4 0 117894349 1388908544 280585 33554432000 4194304 16246674 140736858251712 140736858233600 12415827 0 0 0 34082818 18446744073709551615 0 0 17 10 0 0 0 0 0
/proc/25471/statm: 339089 280585 897 2943 0 335983 0
[pid=25471/tid=25472] ppid=25468 vsize=1356356 CPUtime=0 cores=0-3,8-11
/proc/25471/task/25472/stat : 25472 (toysat) S 25468 25471 20050 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 4 0 117894349 1388908544 280585 33554432000 4194304 16246674 140736858251712 140303355849968 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 8 0 0 0 0 0
[pid=25471/tid=25473] ppid=25468 vsize=1356356 CPUtime=0 cores=0-3,8-11
/proc/25471/task/25473/stat : 25473 (toysat) S 25468 25471 20050 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 117894349 1388908544 280585 33554432000 4194304 16246674 140736858251712 140303345360112 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 9 0 0 0 0 0
[pid=25471/tid=25474] ppid=25468 vsize=1356356 CPUtime=0 cores=0-3,8-11
/proc/25471/task/25474/stat : 25474 (toysat) S 25468 25471 20050 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 4 0 117894349 1388908544 280585 33554432000 4194304 16246674 140736858251712 140303226891440 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 8 0 0 0 0 0
Current children cumulated CPU time (s) 282.24
Current children cumulated vsize (KiB) 1356356

[startup+342.3 s]
/proc/loadavg: 2.08 2.10 2.09 3/265 25532
/proc/meminfo: memFree=22456488/32872528 swapFree=9196/9196
[pid=25471] ppid=25468 vsize=1356356 CPUtime=342.23 cores=0-3,8-11
/proc/25471/stat : 25471 (toysat) R 25468 25471 20050 0 -1 4202496 278771 0 0 0 34177 46 0 0 20 0 4 0 117894349 1388908544 280841 33554432000 4194304 16246674 140736858251712 140736858233600 13943664 0 0 0 34082818 18446744073709551615 0 0 17 10 0 0 0 0 0
/proc/25471/statm: 339089 280841 897 2943 0 335983 0
[pid=25471/tid=25472] ppid=25468 vsize=1356356 CPUtime=0 cores=0-3,8-11
/proc/25471/task/25472/stat : 25472 (toysat) S 25468 25471 20050 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 4 0 117894349 1388908544 280841 33554432000 4194304 16246674 140736858251712 140303355849968 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 8 0 0 0 0 0
[pid=25471/tid=25473] ppid=25468 vsize=1356356 CPUtime=0 cores=0-3,8-11
/proc/25471/task/25473/stat : 25473 (toysat) S 25468 25471 20050 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 117894349 1388908544 280841 33554432000 4194304 16246674 140736858251712 140303345360112 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 9 0 0 0 0 0
[pid=25471/tid=25474] ppid=25468 vsize=1356356 CPUtime=0 cores=0-3,8-11
/proc/25471/task/25474/stat : 25474 (toysat) S 25468 25471 20050 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 4 0 117894349 1388908544 280841 33554432000 4194304 16246674 140736858251712 140303226891440 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 8 0 0 0 0 0
Current children cumulated CPU time (s) 342.23
Current children cumulated vsize (KiB) 1356356

[startup+402.3 s]
/proc/loadavg: 2.03 2.08 2.08 3/265 25533
/proc/meminfo: memFree=20129684/32872528 swapFree=9196/9196
[pid=25471] ppid=25468 vsize=2825796 CPUtime=402.19 cores=0-3,8-11
/proc/25471/stat : 25471 (toysat) R 25468 25471 20050 0 -1 4202496 646193 0 0 0 40126 93 0 0 20 0 4 0 117894349 2893615104 648224 33554432000 4194304 16246674 140736858251712 140736858250808 4220543 0 2 0 34082818 18446744073709551615 0 0 17 10 0 0 0 0 0
/proc/25471/statm: 706449 648224 920 2943 0 703343 0
[pid=25471/tid=25472] ppid=25468 vsize=2825796 CPUtime=0 cores=0-3,8-11
/proc/25471/task/25472/stat : 25472 (toysat) S 25468 25471 20050 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 4 0 117894349 2893615104 648224 33554432000 4194304 16246674 140736858251712 140303355849968 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 8 0 0 0 0 0
[pid=25471/tid=25473] ppid=25468 vsize=2825796 CPUtime=0 cores=0-3,8-11
/proc/25471/task/25473/stat : 25473 (toysat) S 25468 25471 20050 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 117894349 2893615104 648224 33554432000 4194304 16246674 140736858251712 140303345360112 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 9 0 0 0 0 0
[pid=25471/tid=25474] ppid=25468 vsize=2825796 CPUtime=0 cores=0-3,8-11
/proc/25471/task/25474/stat : 25474 (toysat) S 25468 25471 20050 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 4 0 117894349 2893615104 648224 33554432000 4194304 16246674 140736858251712 140303226891440 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 8 0 0 0 0 0
Current children cumulated CPU time (s) 402.19
Current children cumulated vsize (KiB) 2825796

[startup+462.3 s]
/proc/loadavg: 1.97 2.05 2.07 3/265 25534
/proc/meminfo: memFree=10099368/32872528 swapFree=9196/9196
[pid=25471] ppid=25468 vsize=12101188 CPUtime=462.16 cores=0-3,8-11
/proc/25471/stat : 25471 (toysat) R 25468 25471 20050 0 -1 4202496 2965044 0 0 0 45815 401 0 0 20 0 4 0 117894349 12391616512 2967075 33554432000 4194304 16246674 140736858251712 140736858250808 4206959 0 2 0 34082818 18446744073709551615 0 0 17 10 0 0 0 0 0
/proc/25471/statm: 3025297 2967075 920 2943 0 3022191 0
[pid=25471/tid=25472] ppid=25468 vsize=12101188 CPUtime=0 cores=0-3,8-11
/proc/25471/task/25472/stat : 25472 (toysat) S 25468 25471 20050 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 4 0 117894349 12391616512 2967075 33554432000 4194304 16246674 140736858251712 140303355849968 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 8 0 0 0 0 0
[pid=25471/tid=25473] ppid=25468 vsize=12101188 CPUtime=0 cores=0-3,8-11
/proc/25471/task/25473/stat : 25473 (toysat) S 25468 25471 20050 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 117894349 12391616512 2967075 33554432000 4194304 16246674 140736858251712 140303345360112 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 9 0 0 0 0 0
[pid=25471/tid=25474] ppid=25468 vsize=12101188 CPUtime=0 cores=0-3,8-11
/proc/25471/task/25474/stat : 25474 (toysat) S 25468 25471 20050 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 4 0 117894349 12391616512 2967075 33554432000 4194304 16246674 140736858251712 140303226891440 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 8 0 0 0 0 0
Current children cumulated CPU time (s) 462.16
Current children cumulated vsize (KiB) 12101188

[startup+522.3 s]
/proc/loadavg: 1.99 2.03 2.06 3/265 25535
/proc/meminfo: memFree=6262232/32872528 swapFree=9196/9196
[pid=25471] ppid=25468 vsize=12470852 CPUtime=522.14 cores=0-3,8-11
/proc/25471/stat : 25471 (toysat) R 25468 25471 20050 0 -1 4202496 3011943 0 0 0 51800 414 0 0 20 0 4 0 117894349 12770152448 3059453 33554432000 4194304 16246674 140736858251712 140736858249664 13899629 0 2 0 34082818 18446744073709551615 0 0 17 10 0 0 0 0 0
/proc/25471/statm: 3117713 3059453 924 2943 0 3114607 0
[pid=25471/tid=25472] ppid=25468 vsize=12470852 CPUtime=0 cores=0-3,8-11
/proc/25471/task/25472/stat : 25472 (toysat) S 25468 25471 20050 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 4 0 117894349 12770152448 3059453 33554432000 4194304 16246674 140736858251712 140303355849968 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 8 0 0 0 0 0
[pid=25471/tid=25473] ppid=25468 vsize=12470852 CPUtime=0 cores=0-3,8-11
/proc/25471/task/25473/stat : 25473 (toysat) S 25468 25471 20050 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 117894349 12770152448 3059453 33554432000 4194304 16246674 140736858251712 140303345359888 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 9 0 0 0 0 0
[pid=25471/tid=25474] ppid=25468 vsize=12470852 CPUtime=0 cores=0-3,8-11
/proc/25471/task/25474/stat : 25474 (toysat) S 25468 25471 20050 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 4 0 117894349 12770152448 3059453 33554432000 4194304 16246674 140736858251712 140303226891440 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 8 0 0 0 0 0
Current children cumulated CPU time (s) 522.14
Current children cumulated vsize (KiB) 12470852

[startup+582.3 s]
/proc/loadavg: 2.05 2.04 2.06 3/265 25537
/proc/meminfo: memFree=3246932/32872528 swapFree=9196/9196
[pid=25471] ppid=25468 vsize=14641732 CPUtime=582.13 cores=0-3,8-11
/proc/25471/stat : 25471 (toysat) R 25468 25471 20050 0 -1 4202496 3500199 0 0 0 57709 504 0 0 20 0 4 0 117894349 14993133568 3601875 33554432000 4194304 16246674 140736858251712 140736858249664 13899629 0 2 0 34082818 18446744073709551615 0 0 17 10 0 0 0 0 0
/proc/25471/statm: 3660433 3601875 924 2943 0 3657327 0
[pid=25471/tid=25472] ppid=25468 vsize=14641732 CPUtime=0 cores=0-3,8-11
/proc/25471/task/25472/stat : 25472 (toysat) S 25468 25471 20050 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 4 0 117894349 14993133568 3601875 33554432000 4194304 16246674 140736858251712 140303355849968 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 8 0 0 0 0 0
[pid=25471/tid=25473] ppid=25468 vsize=14641732 CPUtime=0 cores=0-3,8-11
/proc/25471/task/25473/stat : 25473 (toysat) S 25468 25471 20050 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 117894349 14993133568 3601875 33554432000 4194304 16246674 140736858251712 140303345359888 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 9 0 0 0 0 0
[pid=25471/tid=25474] ppid=25468 vsize=14641732 CPUtime=0 cores=0-3,8-11
/proc/25471/task/25474/stat : 25474 (toysat) S 25468 25471 20050 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 4 0 117894349 14993133568 3601875 33554432000 4194304 16246674 140736858251712 140303226891440 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 8 0 0 0 0 0
Current children cumulated CPU time (s) 582.13
Current children cumulated vsize (KiB) 14641732



Maximum VSize exceeded: sending SIGTERM then SIGKILL

[startup+642.1 s]
/proc/loadavg: 2.02 2.03 2.06 3/265 25538
/proc/meminfo: memFree=2308916/32872528 swapFree=9196/9196
[pid=25471] ppid=25468 vsize=15907396 CPUtime=641.92 cores=0-3,8-11
/proc/25471/stat : 25471 (toysat) R 25468 25471 20050 0 -1 4202496 3816923 0 0 0 63631 561 0 0 20 0 4 0 117894349 16289173504 3918599 33554432000 4194304 16246674 140736858251712 140736858250888 4221016 0 2 0 34082818 18446744073709551615 0 0 17 10 0 0 0 0 0
/proc/25471/statm: 3976849 3918607 924 2943 0 3973743 0
[pid=25471/tid=25472] ppid=25468 vsize=15907396 CPUtime=0 cores=0-3,8-11
/proc/25471/task/25472/stat : 25472 (toysat) S 25468 25471 20050 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 4 0 117894349 16289173504 3918611 33554432000 4194304 16246674 140736858251712 140303355849968 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 8 0 0 0 0 0
[pid=25471/tid=25473] ppid=25468 vsize=15907396 CPUtime=0 cores=0-3,8-11
/proc/25471/task/25473/stat : 25473 (toysat) S 25468 25471 20050 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 117894349 16289173504 3918615 33554432000 4194304 16246674 140736858251712 140303345360112 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 9 0 0 0 0 0
[pid=25471/tid=25474] ppid=25468 vsize=15907396 CPUtime=0 cores=0-3,8-11
/proc/25471/task/25474/stat : 25474 (toysat) S 25468 25471 20050 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 4 0 117894349 16289173504 3918620 33554432000 4194304 16246674 140736858251712 140303226891440 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 8 0 0 0 0 0
Current children cumulated CPU time (s) 641.92
Current children cumulated vsize (KiB) 15907396

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

[startup+642.3 s]
/proc/loadavg: 2.02 2.03 2.06 3/265 25538
/proc/meminfo: memFree=2308916/32872528 swapFree=9196/9196
[pid=25471] ppid=25468 vsize=0 CPUtime=642.12 cores=0-3,8-11
/proc/25471/stat : 25471 (toysat) Z 25468 25471 20050 0 -1 4203532 3817371 0 0 0 63631 581 0 0 20 0 2 0 117894349 0 0 33554432000 0 0 0 0 0 0 2 0 34082818 18446744073709551615 0 0 17 10 0 0 0 0 0
/proc/25471/statm: 0 0 0 0 0 0 0
[pid=25471/tid=25473] ppid=25468 vsize=0 CPUtime=0.18 cores=0-3,8-11
/proc/25471/task/25473/stat : 25473 (toysat) R 25468 25471 20050 0 -1 4203588 8 0 0 0 0 18 0 0 20 0 2 0 117894349 0 0 33554432000 0 0 0 0 0 0 0 0 34082818 18446744073709551615 0 0 -1 9 0 0 0 0 0
Current children cumulated CPU time (s) 642.12
Current children cumulated vsize (KiB) 0

Solver just ended.
??? exit watcher main loop
??? sigkill at end of watcher main loop
??? kill 25471 sig 9
??? end of watcher thread
Dumping a history of the last processes samples

[startup+642.4 s]
/proc/loadavg: 2.01 2.03 2.06 3/263 25538
/proc/meminfo: memFree=7917276/32872528 swapFree=9196/9196
[pid=25471] ppid=25468 vsize=0 CPUtime=642.23 cores=0-3,8-11
/proc/25471/stat : 25471 (toysat) Z 25468 25471 20050 0 -1 4203532 3817371 0 0 0 63631 592 0 0 20 0 2 0 117894349 0 0 33554432000 0 0 0 0 0 0 2 0 34082818 18446744073709551615 0 0 17 10 0 0 0 0 0
/proc/25471/statm: 0 0 0 0 0 0 0
[pid=25471/tid=25473] ppid=25468 vsize=0 CPUtime=0.29 cores=0-3,8-11
/proc/25471/task/25473/stat : 25473 (toysat) R 25468 25471 20050 0 -1 4203588 8 0 0 0 0 29 0 0 20 0 2 0 117894349 0 0 33554432000 0 0 0 0 0 0 0 0 34082818 18446744073709551615 0 0 -1 9 0 0 0 0 0
Current children cumulated CPU time (s) 642.23
Current children cumulated vsize (KiB) 0

[startup+642.8 s]
/proc/loadavg: 2.01 2.03 2.06 3/263 25538
/proc/meminfo: memFree=7917276/32872528 swapFree=9196/9196
[pid=25471] ppid=25468 vsize=0 CPUtime=642.62 cores=0-3,8-11
/proc/25471/stat : 25471 (toysat) Z 25468 25471 20050 0 -1 4203532 3817371 0 0 0 63631 631 0 0 20 0 2 0 117894349 0 0 33554432000 0 0 0 0 0 0 2 0 34082818 18446744073709551615 0 0 17 10 0 0 0 0 0
/proc/25471/statm: 0 0 0 0 0 0 0
[pid=25471/tid=25473] ppid=25468 vsize=0 CPUtime=0.68 cores=0-3,8-11
/proc/25471/task/25473/stat : 25473 (toysat) R 25468 25471 20050 0 -1 4203588 8 0 0 0 0 68 0 0 20 0 2 0 117894349 0 0 33554432000 0 0 0 0 0 0 0 0 34082818 18446744073709551615 0 0 -1 9 0 0 0 0 0
Current children cumulated CPU time (s) 642.62
Current children cumulated vsize (KiB) 0

[startup+642.9 s]
/proc/loadavg: 2.01 2.03 2.06 3/263 25538
/proc/meminfo: memFree=7917276/32872528 swapFree=9196/9196
[pid=25471] ppid=25468 vsize=0 CPUtime=642.72 cores=0-3,8-11
/proc/25471/stat : 25471 (toysat) Z 25468 25471 20050 0 -1 4203532 3817371 0 0 0 63631 641 0 0 20 0 2 0 117894349 0 0 33554432000 0 0 0 0 0 0 2 0 34082818 18446744073709551615 0 0 17 10 0 0 0 0 0
/proc/25471/statm: 0 0 0 0 0 0 0
[pid=25471/tid=25473] ppid=25468 vsize=0 CPUtime=0.78 cores=0-3,8-11
/proc/25471/task/25473/stat : 25473 (toysat) R 25468 25471 20050 0 -1 4203588 8 0 0 0 0 78 0 0 20 0 2 0 117894349 0 0 33554432000 0 0 0 0 0 0 0 0 34082818 18446744073709551615 0 0 -1 9 0 0 0 0 0
Current children cumulated CPU time (s) 642.72
Current children cumulated vsize (KiB) 0

Child ended because it received signal 15 (SIGTERM)
Real time (s): 642.911
CPU time (s): 642.733
CPU user time (s): 636.317
CPU system time (s): 6.41602
CPU usage (%): 99.9723
Max. virtual memory (cumulated for all children) (KiB): 15907396

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 636.317
system time used= 6.41602
maximum resident set size= 15676188
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 3817371
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= 173
involuntary context switches= 725

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 4.29735 second user time and 6.82796 second system time

The end

Launcher Data

Begin job on node132 at 2016-06-08 06:35:23
IDJOB=4079341
IDBENCH=92789
IDSOLVER=2542
FILE ID=node132/4079341-1465360523
RUNJOBID= node132-1465358721-25296
PBS_JOBID= 19853401
Free space on /tmp= 71720 MiB

SOLVER NAME= toysat 2016-05-02
BENCH NAME= PB12/normalized-PB12/OPT-BIGINT-LIN/zahidi/IC/normalized-minisat50_6_9_4_ic.opb
COMMAND LINE= toysat +RTS -H1G -MMEMLIMITm -K1G -RTS --pb --search=bcd2 BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4079341-1465360523/watcher-4079341-1465360523 -o /tmp/evaluation-result-4079341-1465360523/solver-4079341-1465360523 -C 1800 -W 1900 -M 15500 --bin-var /tmp/runsolver-exch-node132-1465358721-25296 --watchdog 1960  toysat +RTS -H1G -M15500m -K1G -RTS --pb --search=bcd2 HOME/instance-4079341-1465360523.opb

TIME LIMIT= 1800 seconds
MEMORY LIMIT= 15500 MiB
NBCORE= 8

MD5SUM BENCH= 5ec7149b781e46400e7eef5bed8d1ab6
RANDOM SEED=1080461844

node132.alineos.net Linux 2.6.32-71.29.1.el6.x86_64 #1 SMP Mon Jun 27 19:49:27 BST 2011

/proc/cpuinfo:
processor	: 0
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2667.209
cache size	: 8192 KB
physical id	: 0
siblings	: 8
core id		: 0
cpu cores	: 4
apicid		: 0
initial apicid	: 0
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5334.41
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 1
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2667.209
cache size	: 8192 KB
physical id	: 0
siblings	: 8
core id		: 1
cpu cores	: 4
apicid		: 2
initial apicid	: 2
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5332.51
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 2
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2667.209
cache size	: 8192 KB
physical id	: 0
siblings	: 8
core id		: 2
cpu cores	: 4
apicid		: 4
initial apicid	: 4
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5332.51
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 3
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2667.209
cache size	: 8192 KB
physical id	: 0
siblings	: 8
core id		: 3
cpu cores	: 4
apicid		: 6
initial apicid	: 6
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5332.51
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 4
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2667.209
cache size	: 8192 KB
physical id	: 1
siblings	: 8
core id		: 0
cpu cores	: 4
apicid		: 16
initial apicid	: 16
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5332.55
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 5
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2667.209
cache size	: 8192 KB
physical id	: 1
siblings	: 8
core id		: 1
cpu cores	: 4
apicid		: 18
initial apicid	: 18
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5332.55
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 6
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2667.209
cache size	: 8192 KB
physical id	: 1
siblings	: 8
core id		: 2
cpu cores	: 4
apicid		: 20
initial apicid	: 20
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5332.56
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 7
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2667.209
cache size	: 8192 KB
physical id	: 1
siblings	: 8
core id		: 3
cpu cores	: 4
apicid		: 22
initial apicid	: 22
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5332.55
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 8
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2667.209
cache size	: 8192 KB
physical id	: 0
siblings	: 8
core id		: 0
cpu cores	: 4
apicid		: 1
initial apicid	: 1
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5332.54
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 9
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2667.209
cache size	: 8192 KB
physical id	: 0
siblings	: 8
core id		: 1
cpu cores	: 4
apicid		: 3
initial apicid	: 3
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5332.55
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 10
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2667.209
cache size	: 8192 KB
physical id	: 0
siblings	: 8
core id		: 2
cpu cores	: 4
apicid		: 5
initial apicid	: 5
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5332.55
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 11
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2667.209
cache size	: 8192 KB
physical id	: 0
siblings	: 8
core id		: 3
cpu cores	: 4
apicid		: 7
initial apicid	: 7
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5332.54
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 12
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2667.209
cache size	: 8192 KB
physical id	: 1
siblings	: 8
core id		: 0
cpu cores	: 4
apicid		: 17
initial apicid	: 17
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5332.56
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 13
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2667.209
cache size	: 8192 KB
physical id	: 1
siblings	: 8
core id		: 1
cpu cores	: 4
apicid		: 19
initial apicid	: 19
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5332.55
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 14
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2667.209
cache size	: 8192 KB
physical id	: 1
siblings	: 8
core id		: 2
cpu cores	: 4
apicid		: 21
initial apicid	: 21
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5332.55
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 15
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2667.209
cache size	: 8192 KB
physical id	: 1
siblings	: 8
core id		: 3
cpu cores	: 4
apicid		: 23
initial apicid	: 23
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5332.55
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:       32872528 kB
MemFree:        30586408 kB
Buffers:          185068 kB
Cached:           902896 kB
SwapCached:         3220 kB
Active:           832052 kB
Inactive:         678624 kB
Active(anon):     422364 kB
Inactive(anon):     3332 kB
Active(file):     409688 kB
Inactive(file):   675292 kB
Unevictable:        9196 kB
Mlocked:            9196 kB
SwapTotal:      67108856 kB
SwapFree:       67094612 kB
Dirty:             45064 kB
Writeback:             8 kB
AnonPages:        428100 kB
Mapped:            10620 kB
Shmem:                 0 kB
Slab:             626656 kB
SReclaimable:      66740 kB
SUnreclaim:       559916 kB
KernelStack:        2200 kB
PageTables:         5724 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545120 kB
Committed_AS:    1140648 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346412 kB
VmallocChunk:   34341987140 kB
HardwareCorrupted:     0 kB
AnonHugePages:         0 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:        7552 kB
DirectMap2M:    33538048 kB

Free space on /tmp at the end= 71704 MiB
End job on node132 at 2016-06-08 06:46:06