Trace number 4105617

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-02OPT2 438.618 438.686

General information on the benchmark

Namenormalized-PB06/OPT-SMALLINT/submitted-PB06/
manquiho/market-split/normalized-opt-market-split_4_30_1.opb
MD5SUMfb11ff2665aef67f0842a460a5ea3114
Bench CategoryOPT-SMALLINT (optimisation, small integers)
Best result obtained on this benchmarkOPT
Best value of the objective obtained on this benchmark2
Best CPU time to get the best result obtained on this benchmark342.91
Has Objective FunctionYES
SatisfiableYES
(Un)Satisfiability was provedYES
Best value of the objective function 2
Optimality of the best value was proved YES
Number of variables94
Total number of constraints8
Number of constraints which are clauses0
Number of constraints which are cardinality constraints (but not clauses)0
Number of constraints which are nor clauses,nor cardinality constraints8
Minimum length of a constraint45
Maximum length of a constraint46
Number of terms in the objective function 64
Biggest coefficient in the objective function 128
Number of bits for the biggest coefficient in the objective function 8
Sum of the numbers in the objective function 2040
Number of bits of the sum of numbers in the objective function 11
Biggest number in a constraint 851
Number of bits of the biggest number in a constraint 10
Biggest sum of numbers in a constraint 3063
Number of bits of the biggest sum of numbers12
Number of products (including duplicates)0
Sum of products size (including duplicates)0
Number of different products0
Sum of products size0

Quality of the solution as a function of time


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

Solver Data

0.00/0.00	c 2016-06-18T14:43:01+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-4105617-1466253781.opb"]
0.00/0.01	c use --random-gen="2952889850 2960865284 2937505301 2016206386 3304596313 1887513292 3543934748 3295359988 3077110697 1759476418 3300175921 1620274245 1867105283 342151026 1376656763 133088853 2512752338 354717984 1767502274 3169008772 4150976789 2360945163 3902629090 3631846054 2703105753 4181374761 2692065233 70352559 1885584563 2829029056 3736458801 4157374676 170684314 382711941 1910777828 161325787 871077667 980688964 3288123175 1682166362 1060363495 2171537523 1064589435 1241483588 2536858850 1139507378 2409106595 650755584 478183196 2951372963 814691473 3970773317 1381841497 1522505658 3235739378 2960871558 2315547852 1407255039 2163866098 2084969594 1956700101 3672678205 576987656 3351604979 1968138872 3101761435 449042088 1086265201 3113612447 3248316671 2487420510 463848750 3009051255 2217409052 754253565 1382715438 2551540724 887778813 3213582958 299883516 55085778 3932671338 2356777139 4266803088 1588778374 2883195900 184175548 1299925432 1758393597 3733309613 1599744451 2581260205 2457474894 3793611300 2935729117 3271118988 892556245 273553298 2576518849 1060526744 2328674319 2013458718 634930939 240756129 94358641 2387213592 3908470829 3789232105 4079023125 72068395 1017711107 3748567562 1101003833 3102130789 3917434202 2877483582 933045977 1381562523 2283464899 2137633214 1438585715 2868076065 529523167 1132150599 2808236866 3531848569 472832093 2148165145 1981831562 2542343386 832328570 2040644048 1721560741 2217135945 1280169160 1905897021 3062444504 385277872 1132088040 3677908070 2548561968 2733393094 4193879021 1791266781 958932564 2384270031 4008981188 1770962450 4269941135 4205272144 1593579952 2923454837 245942340 2438960033 1527262245 3401917298 484525412 1725598179 4126222789 1568637196 3617613492 1528338659 2807761409 3861049404 2515048913 3193801605 3002127302 114781688 3567222597 2783345155 4154393325 491359494 2183913811 2430503529 343421855 43253204 3746429803 2005411593 517996854 2722136856 566686241 3203998638 146319083 914045355 1118980208 479923865 305275679 2104550375 3738052200 2202356114 343405809 1575318253 902814853 2273361348 2414332598 3650129041 2768765496 2239410024 2561600382 1113820778 791261448 495888539 88884003 1356285380 1324277922 2887652896 3845145478 4058601599 1837771908 2473155103 3394992842 1044217305 1443393205 3147897215 171577077 364235122 2405064033 1574048239 190057955 166322075 4288763498 803489880 281721215 3544876855 3969727671 2195845233 1577622453 3063712666 3303819873 3302017722 3475310897 2825084769 913885688 1170424896 3824983364 1441632077 3093805185 989111252 34724774 3896325802 207829130 2873822049 2824544900 78350457 2074173396 640169852 2929339073 2050108918 3855015388 607210603 1684446008 153270182 781498920 2074040016 3246896501 2393566715 255 362436" option to reproduce the execution
0.00/0.01	c #vars 94
0.00/0.01	c #constraints 8
0.00/0.01	c BCD2: Hardening is enabled.
0.00/0.01	c BCD2: BiasedSearch is enabled.
0.00/0.01	c Solving starts ...
0.00/0.01	c ============================[ Search Statistics ]============================
0.00/0.01	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
0.00/0.01	c       |         |          |          |    Limit     GC | Var      | Constra 
0.00/0.01	c =============================================================================
0.00/0.01	c  0.0s |       0 |        0 |        0 |       34      0 |        0 |        0
0.00/0.01	c  0.0s |       0 |       35 |        0 |       34      0 |        0 |        0
0.00/0.01	c #cpu_time = 0.001s
0.00/0.01	c #wall_clock_time = 0.001s
0.00/0.01	c #decision = 35
0.00/0.01	c #random_decision = 2
0.00/0.01	c #conflict = 0
0.00/0.01	c #restart = 0
0.00/0.01	o 1112
0.00/0.01	c BCD2: updating upper bound: 2040 -> 1111
0.00/0.01	c BCD2: 0 <= obj <= 1111
0.00/0.01	c BCD2: #cores=0, #unrelaxed=64, #relaxed=0, #hardened=0
0.00/0.01	c BCD2: #sat=1 #unsat=1 bias=1/2
0.00/0.01	c Solving starts ...
0.00/0.01	c ============================[ Search Statistics ]============================
0.00/0.01	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
0.00/0.01	c       |         |          |          |    Limit     GC | Var      | Constra 
0.00/0.01	c =============================================================================
0.00/0.01	c  0.0s |       0 |        0 |        0 |       34      0 |        0 |        0
0.00/0.03	c  0.0s |       1 |      181 |      100 |       34      0 |        0 |        0
0.00/0.05	c  0.0s |       2 |      408 |      250 |       38      3 |        0 |        0
0.00/0.09	c  0.1s |       3 |      714 |      475 |       42      8 |        0 |        0
0.09/0.15	c  0.1s |       4 |     1134 |      813 |       47     14 |        0 |        0
0.19/0.24	c  0.2s |       5 |     1728 |     1320 |       52     22 |        0 |        0
0.29/0.37	c  0.4s |       6 |     2577 |     2081 |       64     34 |        0 |        0
0.49/0.56	c  0.5s |       7 |     3802 |     3223 |       71     51 |        0 |        0
0.79/0.85	c  0.8s |       8 |     5595 |     4936 |       79     75 |        0 |        0
1.19/1.23	c  1.2s |       9 |     8255 |     7506 |       87    109 |        0 |        0
1.59/1.65	c  1.6s |      10 |    12200 |    11361 |       96    158 |        0 |        0
2.30/2.32	c  2.3s |      11 |    18089 |    17144 |      106    227 |        0 |        0
3.19/3.26	c  3.3s |      12 |    26892 |    25819 |      117    324 |        0 |        0
4.69/4.71	c  4.7s |      13 |    40060 |    38832 |      129    463 |        0 |        0
6.70/6.71	c  6.7s |      13 |    58346 |    56932 |      129    644 |        0 |        0
6.79/6.87	c  6.9s |      14 |    59768 |    58352 |      142    658 |        0 |        0
8.80/8.88	c  8.9s |      14 |    77818 |    76252 |      142    826 |        0 |        0
10.09/10.15	c 10.1s |      15 |    89281 |    87632 |      157    933 |        0 |        0
12.10/12.16	c 12.1s |      15 |   106938 |   105132 |      157   1087 |        0 |        0
14.09/14.16	c 14.1s |      15 |   124650 |   122732 |      157   1243 |        0 |        0
15.09/15.17	c 15.2s |      16 |   133526 |   131552 |      173   1320 |        0 |        0
17.09/17.18	c 17.2s |      16 |   151415 |   149252 |      173   1465 |        0 |        0
19.09/19.19	c 19.2s |      16 |   169040 |   166752 |      173   1609 |        0 |        0
21.09/21.20	c 21.2s |      16 |   186445 |   184052 |      173   1752 |        0 |        0
22.69/22.73	c 22.7s |      17 |   199907 |   197432 |      191   1861 |        0 |        0
24.69/24.74	c 24.7s |      17 |   217697 |   215032 |      191   1996 |        0 |        0
26.69/26.75	c 26.7s |      17 |   234795 |   232032 |      191   2127 |        0 |        0
28.69/28.76	c 28.7s |      17 |   252215 |   249332 |      191   2260 |        0 |        0
30.68/30.77	c 30.8s |      17 |   269552 |   266532 |      191   2393 |        0 |        0
32.68/32.77	c 32.8s |      17 |   286467 |   283332 |      191   2523 |        0 |        0
34.28/34.30	c 34.3s |      18 |   299487 |   296252 |      211   2622 |        0 |        0
36.29/36.31	c 36.3s |      18 |   316341 |   312952 |      211   2740 |        0 |        0
38.28/38.31	c 38.3s |      18 |   333241 |   329752 |      211   2860 |        0 |        0
40.28/40.32	c 40.3s |      18 |   350592 |   346952 |      211   2983 |        0 |        0
42.29/42.33	c 42.3s |      18 |   367503 |   363752 |      211   3103 |        0 |        0
44.29/44.34	c 44.3s |      18 |   384405 |   380552 |      211   3224 |        0 |        0
46.29/46.35	c 46.3s |      18 |   401126 |   397152 |      211   3343 |        0 |        0
48.28/48.35	c 48.3s |      18 |   417947 |   413852 |      211   3463 |        0 |        0
50.28/50.36	c 50.4s |      18 |   434856 |   430652 |      211   3584 |        0 |        0
51.98/52.01	c 52.0s |      19 |   448810 |   444482 |      233   3681 |        0 |        0
53.99/54.01	c 54.0s |      19 |   466212 |   461682 |      233   3794 |        0 |        0
55.98/56.03	c 56.0s |      19 |   483121 |   478482 |      233   3906 |        0 |        0
57.98/58.03	c 58.0s |      19 |   499901 |   495182 |      233   4016 |        0 |        0
59.98/60.04	c 60.0s |      19 |   516616 |   511782 |      233   4127 |        0 |        0
61.98/62.04	c 62.0s |      19 |   533332 |   528382 |      233   4238 |        0 |        0
63.98/64.05	c 64.0s |      19 |   550370 |   545282 |      233   4350 |        0 |        0
65.99/66.06	c 66.0s |      19 |   567393 |   562182 |      233   4462 |        0 |        0
67.98/68.07	c 68.1s |      19 |   584235 |   578882 |      233   4573 |        0 |        0
69.98/70.08	c 70.1s |      19 |   601082 |   595582 |      233   4685 |        0 |        0
71.98/72.09	c 72.1s |      19 |   618001 |   612382 |      233   4797 |        0 |        0
73.98/74.10	c 74.1s |      19 |   634656 |   628882 |      233   4907 |        0 |        0
76.08/76.10	c 76.1s |      19 |   651205 |   645282 |      233   5017 |        0 |        0
78.08/78.11	c 78.1s |      19 |   667723 |   661682 |      233   5127 |        0 |        0
78.68/78.73	c 78.7s |      20 |   672900 |   666827 |      257   5159 |        0 |        0
80.67/80.75	c 80.7s |      20 |   689670 |   683427 |      257   5260 |        0 |        0
82.67/82.76	c 82.7s |      20 |   706482 |   700127 |      257   5363 |        0 |        0
84.68/84.76	c 84.7s |      20 |   723093 |   716627 |      257   5464 |        0 |        0
86.67/86.77	c 86.8s |      20 |   739517 |   732927 |      257   5565 |        0 |        0
88.67/88.78	c 88.8s |      20 |   756363 |   749627 |      257   5667 |        0 |        0
90.67/90.78	c 90.8s |      20 |   772987 |   766127 |      257   5769 |        0 |        0
92.67/92.79	c 92.8s |      20 |   789218 |   782227 |      257   5868 |        0 |        0
94.68/94.79	c 94.8s |      20 |   805136 |   798027 |      257   5965 |        0 |        0
96.67/96.79	c 96.8s |      20 |   821153 |   813927 |      257   6064 |        0 |        0
98.67/98.79	c 98.8s |      20 |   837153 |   829827 |      257   6163 |        0 |        0
100.77/100.80	c  100s |      20 |   853385 |   845927 |      257   6262 |        0 |        0
102.78/102.81	c  102s |      20 |   869286 |   861727 |      257   6361 |        0 |        0
104.78/104.82	c  104s |      20 |   885829 |   878127 |      257   6461 |        0 |        0
106.78/106.83	c  106s |      20 |   902234 |   894427 |      257   6562 |        0 |        0
108.78/108.83	c  108s |      20 |   918477 |   910527 |      257   6661 |        0 |        0
110.78/110.83	c  110s |      20 |   934595 |   926527 |      257   6760 |        0 |        0
112.77/112.84	c  112s |      20 |   950906 |   942727 |      257   6860 |        0 |        0
114.77/114.85	c  114s |      20 |   967039 |   958727 |      257   6959 |        0 |        0
116.77/116.85	c  116s |      20 |   983130 |   974727 |      257   7058 |        0 |        0
118.78/118.86	c  118s |      20 |   999347 |   990827 |      257   7158 |        0 |        0
119.98/120.05	c  120s |      21 |  1008938 |  1000345 |      283   7214 |        0 |        0
121.97/122.06	c  122s |      21 |  1025341 |  1016545 |      283   7306 |        0 |        0
123.97/124.06	c  124s |      21 |  1041567 |  1032645 |      283   7398 |        0 |        0
125.97/126.08	c  126s |      21 |  1057676 |  1048645 |      283   7490 |        0 |        0
127.97/128.08	c  128s |      21 |  1073350 |  1064245 |      283   7579 |        0 |        0
129.97/130.09	c  130s |      21 |  1089345 |  1080145 |      283   7670 |        0 |        0
131.98/132.10	c  132s |      21 |  1105452 |  1096145 |      283   7761 |        0 |        0
134.07/134.10	c  134s |      21 |  1121780 |  1112345 |      283   7854 |        0 |        0
136.07/136.11	c  136s |      21 |  1137491 |  1127945 |      283   7943 |        0 |        0
138.07/138.11	c  138s |      21 |  1153402 |  1143745 |      283   8034 |        0 |        0
140.07/140.12	c  140s |      21 |  1168908 |  1159145 |      283   8123 |        0 |        0
142.07/142.13	c  142s |      21 |  1184719 |  1174845 |      283   8213 |        0 |        0
144.07/144.13	c  144s |      21 |  1200746 |  1190745 |      283   8304 |        0 |        0
146.06/146.14	c  146s |      21 |  1216663 |  1206545 |      283   8394 |        0 |        0
148.06/148.14	c  148s |      21 |  1232388 |  1222145 |      283   8484 |        0 |        0
150.06/150.16	c  150s |      21 |  1247880 |  1237545 |      283   8572 |        0 |        0
152.06/152.16	c  152s |      21 |  1263398 |  1252945 |      283   8661 |        0 |        0
154.07/154.16	c  154s |      21 |  1278914 |  1268345 |      283   8750 |        0 |        0
156.06/156.17	c  156s |      21 |  1294232 |  1283545 |      283   8838 |        0 |        0
158.06/158.18	c  158s |      21 |  1310150 |  1299345 |      283   8928 |        0 |        0
160.06/160.18	c  160s |      21 |  1326264 |  1315345 |      283   9019 |        0 |        0
162.06/162.19	c  162s |      21 |  1342163 |  1331145 |      283   9110 |        0 |        0
164.16/164.20	c  164s |      21 |  1358172 |  1347045 |      283   9201 |        0 |        0
166.07/166.20	c  166s |      21 |  1373868 |  1362645 |      283   9290 |        0 |        0
168.16/168.20	c  168s |      21 |  1389716 |  1378345 |      283   9380 |        0 |        0
170.16/170.21	c  170s |      21 |  1405624 |  1394145 |      283   9471 |        0 |        0
172.16/172.21	c  172s |      21 |  1421369 |  1409745 |      283   9560 |        0 |        0
174.16/174.22	c  174s |      21 |  1436886 |  1425145 |      283   9649 |        0 |        0
176.16/176.22	c  176s |      21 |  1452615 |  1440745 |      283   9738 |        0 |        0
178.16/178.22	c  178s |      21 |  1468426 |  1456445 |      283   9829 |        0 |        0
180.16/180.23	c  180s |      21 |  1483806 |  1471745 |      283   9917 |        0 |        0
182.16/182.23	c  182s |      21 |  1499018 |  1486845 |      283  10004 |        0 |        0
183.97/184.03	c  184s |      22 |  1512872 |  1500622 |      312  10078 |        0 |        0
185.97/186.03	c  186s |      22 |  1528347 |  1515922 |      312  10159 |        0 |        0
187.97/188.04	c  188s |      22 |  1544062 |  1531522 |      312  10241 |        0 |        0
189.96/190.05	c  190s |      22 |  1559573 |  1546922 |      312  10323 |        0 |        0
191.96/192.06	c  192s |      22 |  1575195 |  1562422 |      312  10405 |        0 |        0
193.96/194.07	c  194s |      22 |  1590683 |  1577822 |      312  10487 |        0 |        0
195.96/196.07	c  196s |      22 |  1605913 |  1592922 |      312  10567 |        0 |        0
197.97/198.08	c  198s |      22 |  1621209 |  1608122 |      312  10648 |        0 |        0
199.96/200.09	c  200s |      22 |  1636325 |  1623122 |      312  10728 |        0 |        0
202.06/202.10	c  202s |      22 |  1651831 |  1638522 |      312  10810 |        0 |        0
204.06/204.11	c  204s |      22 |  1667239 |  1653822 |      312  10892 |        0 |        0
206.06/206.11	c  206s |      22 |  1682668 |  1669122 |      312  10973 |        0 |        0
208.06/208.12	c  208s |      22 |  1697982 |  1684322 |      312  11055 |        0 |        0
210.07/210.12	c  210s |      22 |  1713297 |  1699522 |      312  11136 |        0 |        0
212.06/212.13	c  212s |      22 |  1728188 |  1714322 |      312  11215 |        0 |        0
214.06/214.13	c  214s |      22 |  1742981 |  1729022 |      312  11294 |        0 |        0
214.36/214.44	c  214s |      22 |  1745155 |  1731187 |      312  11306 |        0 |        0
214.36/214.44	c #cpu_time = 214.437s
214.36/214.44	c #wall_clock_time = 214.424s
214.36/214.44	c #decision = 1745155
214.36/214.44	c #random_decision = 4425
214.36/214.44	c #conflict = 1731187
214.36/214.44	c #restart = 22
214.36/214.44	c BCD2: found a new core of size 64: cost of the new core is >=1
214.36/214.44	c lower bound updated to 1
214.36/214.44	c BCD2: 1 <= obj <= 1111
214.36/214.44	c BCD2: #cores=1, #unrelaxed=0, #relaxed=64, #hardened=0
214.36/214.44	c BCD2: #sat=1 #unsat=2 bias=2/3
214.36/214.44	c Solving starts ...
214.36/214.44	c ============================[ Search Statistics ]============================
214.36/214.44	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
214.36/214.44	c       |         |          |          |    Limit     GC | Var      | Constra 
214.36/214.44	c =============================================================================
214.36/214.44	c  0.0s |       0 |        0 |        0 |      312      0 |        0 |        0
214.36/214.44	c  0.0s |       0 |       57 |        3 |      312      0 |        0 |        0
214.36/214.44	c #cpu_time = 0.002s
214.36/214.44	c #wall_clock_time = 0.002s
214.36/214.44	c #decision = 57
214.36/214.44	c #random_decision = 0
214.36/214.44	c #conflict = 3
214.36/214.44	c #restart = 0
214.36/214.44	o 208
214.36/214.44	c BCD2: updating upper bound: 1111 -> 207
214.36/214.44	c BCD2: 1 <= obj <= 207
214.36/214.44	c BCD2: #cores=1, #unrelaxed=0, #relaxed=64, #hardened=0
214.36/214.44	c BCD2: #sat=2 #unsat=2 bias=2/4
214.36/214.44	c Solving starts ...
214.36/214.44	c ============================[ Search Statistics ]============================
214.36/214.44	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
214.36/214.44	c       |         |          |          |    Limit     GC | Var      | Constra 
214.36/214.44	c =============================================================================
214.36/214.44	c  0.0s |       0 |        0 |        0 |      312      0 |        0 |        2
214.36/214.44	c  0.0s |       0 |       83 |       25 |      312      0 |        0 |        2
214.36/214.44	c #cpu_time = 0.004s
214.36/214.44	c #wall_clock_time = 0.004s
214.36/214.44	c #decision = 83
214.36/214.44	c #random_decision = 0
214.36/214.44	c #conflict = 25
214.36/214.44	c #restart = 0
214.36/214.44	o 99
214.36/214.44	c BCD2: hardening fixes 8 literals
214.36/214.44	c BCD2: updating upper bound: 207 -> 98
214.36/214.44	c BCD2: 1 <= obj <= 98
214.36/214.44	c BCD2: #cores=1, #unrelaxed=0, #relaxed=56, #hardened=8
214.36/214.44	c BCD2: #sat=3 #unsat=2 bias=2/5
214.36/214.44	c Solving starts ...
214.36/214.44	c ============================[ Search Statistics ]============================
214.36/214.44	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
214.36/214.44	c       |         |          |          |    Limit     GC | Var      | Constra 
214.36/214.44	c =============================================================================
214.36/214.44	c  0.0s |       0 |        0 |        0 |      312      0 |        8 |        4
214.36/214.46	c  0.0s |       1 |      127 |      100 |      312      1 |        8 |        4
214.36/214.47	c  0.0s |       2 |      305 |      250 |      312      2 |        8 |        4
214.36/214.50	c  0.1s |       3 |      559 |      475 |      312      3 |        8 |        4
214.46/214.53	c  0.1s |       4 |      937 |      813 |      312      5 |        8 |        4
214.46/214.54	c  0.1s |       4 |     1047 |      888 |      312      5 |        8 |        4
214.46/214.54	c #cpu_time = 0.098s
214.46/214.54	c #wall_clock_time = 0.098s
214.46/214.54	c #decision = 1047
214.46/214.54	c #random_decision = 3
214.46/214.54	c #conflict = 888
214.46/214.54	c #restart = 4
214.46/214.54	o 36
214.46/214.54	c BCD2: hardening fixes 8 literals
214.46/214.54	c BCD2: updating upper bound: 98 -> 35
214.46/214.54	c BCD2: 1 <= obj <= 35
214.46/214.54	c BCD2: #cores=1, #unrelaxed=0, #relaxed=48, #hardened=16
214.46/214.54	c BCD2: #sat=4 #unsat=2 bias=2/6
214.46/214.54	c Solving starts ...
214.46/214.54	c ============================[ Search Statistics ]============================
214.46/214.54	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
214.46/214.54	c       |         |          |          |    Limit     GC | Var      | Constra 
214.46/214.54	c =============================================================================
214.46/214.54	c  0.0s |       0 |        0 |        0 |      312      0 |       16 |        6
214.46/214.55	c  0.0s |       1 |      113 |      100 |      312      1 |       16 |        6
214.46/214.57	c  0.0s |       2 |      279 |      250 |      312      1 |       16 |        6
214.46/214.60	c  0.1s |       3 |      520 |      475 |      312      3 |       16 |        6
214.56/214.63	c  0.1s |       4 |      874 |      813 |      312      5 |       16 |        6
214.56/214.68	c  0.1s |       5 |     1399 |     1320 |      312      7 |       16 |        6
214.66/214.76	c  0.2s |       6 |     2188 |     2081 |      312     12 |       16 |        6
214.76/214.87	c  0.3s |       7 |     3355 |     3223 |      312     18 |       16 |        6
214.96/215.05	c  0.5s |       8 |     5108 |     4936 |      312     28 |       16 |        6
214.96/215.08	c  0.5s |       8 |     5394 |     5189 |      312     29 |       16 |        6
214.96/215.08	c #cpu_time = 0.534s
214.96/215.08	c #wall_clock_time = 0.534s
214.96/215.08	c #decision = 5394
214.96/215.08	c #random_decision = 27
214.96/215.08	c #conflict = 5189
214.96/215.08	c #restart = 8
214.96/215.08	o 8
214.96/215.08	c BCD2: hardening fixes 24 literals
214.96/215.08	c BCD2: updating upper bound: 35 -> 7
214.96/215.08	c BCD2: 1 <= obj <= 7
214.96/215.08	c BCD2: #cores=1, #unrelaxed=0, #relaxed=24, #hardened=40
214.96/215.08	c BCD2: #sat=5 #unsat=2 bias=2/7
214.96/215.08	c Solving starts ...
214.96/215.08	c ============================[ Search Statistics ]============================
214.96/215.08	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
214.96/215.08	c       |         |          |          |    Limit     GC | Var      | Constra 
214.96/215.08	c =============================================================================
214.96/215.08	c  0.0s |       0 |        0 |        0 |      312      0 |       40 |        8
214.96/215.09	c  0.0s |       1 |      114 |      100 |      312      1 |       40 |        8
215.06/215.10	c  0.0s |       2 |      280 |      250 |      312      1 |       40 |        8
215.06/215.13	c  0.1s |       3 |      514 |      475 |      312      3 |       40 |        8
215.06/215.16	c  0.1s |       4 |      869 |      813 |      312      4 |       40 |        8
215.16/215.22	c  0.1s |       5 |     1392 |     1320 |      312      7 |       40 |        8
215.26/215.30	c  0.2s |       6 |     2174 |     2081 |      312     11 |       40 |        8
215.36/215.42	c  0.3s |       7 |     3332 |     3223 |      312     17 |       40 |        8
215.46/215.60	c  0.5s |       8 |     5076 |     4936 |      312     26 |       40 |        8
215.76/215.86	c  0.8s |       9 |     7668 |     7506 |      312     40 |       40 |        8
216.16/216.26	c  1.2s |      10 |    11558 |    11361 |      312     61 |       40 |        8
216.76/216.84	c  1.8s |      11 |    17397 |    17144 |      312     92 |       40 |        8
217.55/217.70	c  2.6s |      12 |    26189 |    25819 |      312    139 |       40 |        8
218.25/218.33	c  3.3s |      12 |    32533 |    32107 |      312    172 |       40 |        8
218.25/218.33	c #cpu_time = 3.252s
218.25/218.33	c #wall_clock_time = 3.252s
218.25/218.33	c #decision = 32533
218.25/218.33	c #random_decision = 110
218.25/218.33	c #conflict = 32107
218.25/218.33	c #restart = 12
218.25/218.33	o 3
218.25/218.33	c BCD2: hardening fixes 8 literals
218.25/218.33	c BCD2: updating upper bound: 7 -> 2
218.25/218.33	c BCD2: 1 <= obj <= 2
218.25/218.33	c BCD2: #cores=1, #unrelaxed=0, #relaxed=16, #hardened=48
218.25/218.33	c BCD2: #sat=6 #unsat=2 bias=2/8
218.25/218.33	c Solving starts ...
218.25/218.33	c ============================[ Search Statistics ]============================
218.25/218.33	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
218.25/218.33	c       |         |          |          |    Limit     GC | Var      | Constra 
218.25/218.33	c =============================================================================
218.25/218.33	c  0.0s |       0 |        0 |        0 |      312      0 |       48 |       10
218.25/218.34	c  0.0s |       1 |      116 |      100 |      312      1 |       48 |       10
218.25/218.35	c  0.0s |       2 |      282 |      250 |      312      2 |       48 |       10
218.25/218.38	c  0.0s |       3 |      525 |      475 |      312      3 |       48 |       10
218.35/218.41	c  0.1s |       4 |      877 |      813 |      312      4 |       48 |       10
218.35/218.46	c  0.1s |       5 |     1396 |     1320 |      312      7 |       48 |       10
218.45/218.54	c  0.2s |       6 |     2174 |     2081 |      312     11 |       48 |       10
218.55/218.66	c  0.3s |       7 |     3336 |     3223 |      312     17 |       48 |       10
218.75/218.84	c  0.5s |       8 |     5068 |     4936 |      312     26 |       48 |       10
219.05/219.10	c  0.8s |       9 |     7696 |     7506 |      312     39 |       48 |       10
219.35/219.49	c  1.2s |      10 |    11584 |    11361 |      312     60 |       48 |       10
219.96/220.06	c  1.7s |      11 |    17416 |    17144 |      312     90 |       48 |       10
220.85/220.92	c  2.6s |      12 |    26150 |    25819 |      312    135 |       48 |       10
222.16/222.22	c  3.9s |      13 |    39286 |    38832 |      312    204 |       48 |       10
224.05/224.17	c  5.8s |      14 |    58947 |    58352 |      312    306 |       48 |       10
226.05/226.17	c  7.8s |      14 |    79019 |    78252 |      312    411 |       48 |       10
227.05/227.13	c  8.8s |      15 |    88463 |    87632 |      312    460 |       48 |       10
229.05/229.13	c 10.8s |      15 |   108280 |   107332 |      312    564 |       48 |       10
231.06/231.14	c 12.8s |      15 |   128114 |   127032 |      312    668 |       48 |       10
231.55/231.61	c 13.3s |      16 |   132688 |   131552 |      312    692 |       48 |       10
233.55/233.61	c 15.3s |      16 |   152457 |   151152 |      312    795 |       48 |       10
235.55/235.62	c 17.3s |      16 |   172298 |   170852 |      312    899 |       48 |       10
237.56/237.62	c 19.3s |      16 |   192228 |   190652 |      312   1004 |       48 |       10
238.25/238.30	c 20.0s |      17 |   199060 |   197432 |      312   1040 |       48 |       10
240.25/240.30	c 22.0s |      17 |   219017 |   217232 |      312   1144 |       48 |       10
242.25/242.30	c 24.0s |      17 |   238794 |   236832 |      312   1247 |       48 |       10
244.15/244.30	c 26.0s |      17 |   258854 |   256732 |      312   1352 |       48 |       10
246.26/246.31	c 28.0s |      17 |   279095 |   276832 |      312   1459 |       48 |       10
248.16/248.26	c 29.9s |      18 |   298670 |   296252 |      312   1562 |       48 |       10
250.16/250.27	c 31.9s |      18 |   318729 |   316152 |      312   1666 |       48 |       10
252.15/252.27	c 33.9s |      18 |   338793 |   336052 |      312   1772 |       48 |       10
254.16/254.28	c 35.9s |      18 |   359074 |   356152 |      312   1877 |       48 |       10
256.15/256.28	c 38.0s |      18 |   379265 |   376152 |      312   1983 |       48 |       10
258.15/258.28	c 40.0s |      18 |   399283 |   396052 |      312   2089 |       48 |       10
260.15/260.29	c 42.0s |      18 |   419223 |   415852 |      312   2193 |       48 |       10
262.15/262.29	c 44.0s |      18 |   439407 |   435852 |      312   2299 |       48 |       10
263.05/263.16	c 44.8s |      19 |   448112 |   444482 |      312   2345 |       48 |       10
265.06/265.16	c 46.8s |      19 |   468494 |   464682 |      312   2452 |       48 |       10
267.05/267.17	c 48.8s |      19 |   488132 |   484182 |      344   2547 |       48 |       10
269.05/269.17	c 50.8s |      19 |   507373 |   503282 |      344   2640 |       48 |       10
271.05/271.17	c 52.8s |      19 |   526715 |   522482 |      344   2734 |       48 |       10
273.05/273.17	c 54.8s |      19 |   546416 |   541982 |      344   2829 |       48 |       10
275.06/275.17	c 56.8s |      19 |   566192 |   561582 |      344   2925 |       48 |       10
277.05/277.18	c 58.9s |      19 |   585975 |   581182 |      344   3020 |       48 |       10
279.05/279.19	c 60.9s |      19 |   605901 |   600982 |      344   3117 |       48 |       10
281.15/281.20	c 62.9s |      19 |   625735 |   620682 |      344   3213 |       48 |       10
283.15/283.20	c 64.9s |      19 |   645401 |   640182 |      344   3309 |       48 |       10
285.14/285.20	c 66.9s |      19 |   665238 |   659882 |      344   3406 |       48 |       10
285.84/285.90	c 67.6s |      20 |   672235 |   666827 |      344   3440 |       48 |       10
287.84/287.90	c 69.6s |      20 |   692312 |   686727 |      344   3537 |       48 |       10
289.84/289.91	c 71.6s |      20 |   712271 |   706527 |      344   3633 |       48 |       10
291.84/291.91	c 73.6s |      20 |   732337 |   726427 |      344   3729 |       48 |       10
293.84/293.91	c 75.6s |      20 |   752196 |   746127 |      344   3826 |       48 |       10
295.85/295.91	c 77.6s |      20 |   771860 |   765627 |      344   3921 |       48 |       10
297.84/297.92	c 79.6s |      20 |   792174 |   785727 |      344   4019 |       48 |       10
299.84/299.92	c 81.6s |      20 |   812266 |   805627 |      344   4116 |       48 |       10
301.84/301.92	c 83.6s |      20 |   832123 |   825327 |      344   4213 |       48 |       10
303.84/303.93	c 85.6s |      20 |   851890 |   844927 |      344   4308 |       48 |       10
305.85/305.94	c 87.6s |      20 |   872161 |   865027 |      344   4407 |       48 |       10
307.84/307.94	c 89.6s |      20 |   892132 |   884827 |      344   4504 |       48 |       10
309.84/309.95	c 91.6s |      20 |   911771 |   904327 |      344   4599 |       48 |       10
311.84/311.95	c 93.6s |      20 |   931750 |   924127 |      344   4696 |       48 |       10
313.84/313.96	c 95.6s |      20 |   951589 |   943827 |      344   4792 |       48 |       10
315.84/315.97	c 97.6s |      20 |   971373 |   963427 |      344   4888 |       48 |       10
317.84/317.97	c 99.6s |      20 |   991219 |   983127 |      344   4985 |       48 |       10
319.64/319.71	c  101s |      21 |  1008576 |  1000345 |      344   5069 |       48 |       10
321.65/321.71	c  103s |      21 |  1028645 |  1020245 |      344   5165 |       48 |       10
323.64/323.72	c  105s |      21 |  1049044 |  1040445 |      344   5264 |       48 |       10
325.65/325.72	c  107s |      21 |  1069438 |  1060645 |      344   5362 |       48 |       10
327.64/327.73	c  109s |      21 |  1089501 |  1080545 |      344   5460 |       48 |       10
329.64/329.73	c  111s |      21 |  1109033 |  1099945 |      344   5554 |       48 |       10
331.64/331.74	c  113s |      21 |  1129001 |  1119745 |      344   5651 |       48 |       10
333.64/333.75	c  115s |      21 |  1148864 |  1139445 |      344   5747 |       48 |       10
335.64/335.76	c  117s |      21 |  1168503 |  1158945 |      344   5842 |       48 |       10
337.65/337.76	c  119s |      21 |  1188025 |  1178345 |      344   5937 |       48 |       10
339.64/339.77	c  121s |      21 |  1207581 |  1197745 |      344   6032 |       48 |       10
341.64/341.78	c  123s |      21 |  1226826 |  1216845 |      344   6126 |       48 |       10
343.64/343.78	c  125s |      21 |  1246158 |  1236045 |      344   6220 |       48 |       10
345.64/345.79	c  127s |      21 |  1266022 |  1255745 |      344   6316 |       48 |       10
347.64/347.79	c  129s |      21 |  1285454 |  1275045 |      344   6410 |       48 |       10
349.63/349.79	c  131s |      21 |  1305015 |  1294445 |      344   6505 |       48 |       10
351.73/351.80	c  133s |      21 |  1324786 |  1314045 |      344   6601 |       48 |       10
353.73/353.80	c  135s |      21 |  1344549 |  1333645 |      344   6697 |       48 |       10
355.73/355.81	c  137s |      21 |  1364529 |  1353445 |      344   6795 |       48 |       10
357.74/357.82	c  139s |      21 |  1384407 |  1373145 |      344   6891 |       48 |       10
359.75/359.82	c  141s |      21 |  1404242 |  1392845 |      344   6988 |       48 |       10
361.74/361.83	c  143s |      21 |  1423503 |  1411945 |      344   7082 |       48 |       10
363.74/363.83	c  145s |      21 |  1443483 |  1431745 |      344   7179 |       48 |       10
365.74/365.84	c  147s |      21 |  1463343 |  1451445 |      344   7276 |       48 |       10
367.74/367.84	c  149s |      21 |  1483336 |  1471245 |      344   7374 |       48 |       10
369.74/369.84	c  151s |      21 |  1502899 |  1490645 |      344   7468 |       48 |       10
370.74/370.86	c  152s |      22 |  1512923 |  1500622 |      344   7517 |       48 |       10
372.73/372.86	c  154s |      22 |  1532950 |  1520522 |      344   7613 |       48 |       10
374.73/374.87	c  156s |      22 |  1552580 |  1540022 |      344   7708 |       48 |       10
376.73/376.88	c  158s |      22 |  1572262 |  1559522 |      344   7803 |       48 |       10
378.73/378.89	c  160s |      22 |  1592162 |  1579222 |      344   7899 |       48 |       10
380.73/380.89	c  162s |      22 |  1611636 |  1598522 |      379   7988 |       48 |       10
382.74/382.90	c  164s |      22 |  1630894 |  1617622 |      379   8073 |       48 |       10
384.83/384.90	c  166s |      22 |  1650351 |  1636922 |      379   8160 |       48 |       10
386.83/386.91	c  168s |      22 |  1669902 |  1656322 |      379   8248 |       48 |       10
388.83/388.91	c  170s |      22 |  1689067 |  1675322 |      379   8333 |       48 |       10
390.83/390.92	c  172s |      22 |  1708702 |  1694822 |      379   8421 |       48 |       10
392.83/392.92	c  174s |      22 |  1728361 |  1714322 |      379   8509 |       48 |       10
394.83/394.93	c  176s |      22 |  1747825 |  1733622 |      379   8596 |       48 |       10
396.82/396.93	c  178s |      22 |  1767709 |  1753322 |      379   8684 |       48 |       10
398.82/398.94	c  180s |      22 |  1787388 |  1772822 |      379   8772 |       48 |       10
400.83/400.94	c  182s |      22 |  1807147 |  1792422 |      379   8860 |       48 |       10
402.83/402.95	c  184s |      22 |  1826497 |  1811622 |      379   8946 |       48 |       10
404.84/404.96	c  186s |      22 |  1845950 |  1830922 |      379   9033 |       48 |       10
406.83/406.97	c  188s |      22 |  1865730 |  1850522 |      379   9121 |       48 |       10
408.83/408.97	c  190s |      22 |  1885519 |  1870122 |      379   9208 |       48 |       10
410.83/410.97	c  192s |      22 |  1904873 |  1889322 |      379   9294 |       48 |       10
412.83/412.98	c  194s |      22 |  1924425 |  1908722 |      379   9381 |       48 |       10
414.83/414.99	c  196s |      22 |  1943553 |  1927722 |      379   9465 |       48 |       10
416.83/416.99	c  198s |      22 |  1963329 |  1947322 |      379   9553 |       48 |       10
418.12/418.27	c  199s |      22 |  1975897 |  1959796 |      379   9608 |       49 |       12
418.12/418.27	c #cpu_time = 199.957s
418.12/418.27	c #wall_clock_time = 199.945s
418.12/418.27	c #decision = 1975897
418.12/418.27	c #random_decision = 5724
418.12/418.27	c #conflict = 1959796
418.12/418.27	c #restart = 22
418.12/418.27	c BCD2: updating lower bound of a core
418.12/418.27	c lower bound updated to 2
418.12/418.27	c BCD2: 2 <= obj <= 2
418.12/418.27	c BCD2: #cores=1, #unrelaxed=0, #relaxed=16, #hardened=48
418.12/418.27	c BCD2: #sat=6 #unsat=3 bias=3/9
418.12/418.27	c Solving starts ...
418.12/418.27	c ============================[ Search Statistics ]============================
418.12/418.27	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
418.12/418.27	c       |         |          |          |    Limit     GC | Var      | Constra 
418.12/418.27	c =============================================================================
418.12/418.27	c  0.0s |       0 |        0 |        0 |      379      0 |       49 |       12
418.12/418.28	c  0.0s |       1 |      118 |      100 |      379      0 |       49 |       12
418.22/418.30	c  0.0s |       2 |      281 |      250 |      379      1 |       49 |       12
418.22/418.32	c  0.0s |       3 |      522 |      475 |      379      2 |       49 |       12
418.22/418.35	c  0.1s |       4 |      876 |      813 |      379      4 |       49 |       12
418.32/418.40	c  0.1s |       5 |     1403 |     1320 |      379      6 |       49 |       12
418.32/418.47	c  0.2s |       6 |     2182 |     2081 |      379      9 |       49 |       12
418.42/418.57	c  0.3s |       7 |     3345 |     3223 |      379     15 |       49 |       12
418.62/418.71	c  0.4s |       8 |     5082 |     4936 |      379     22 |       49 |       12
418.82/418.94	c  0.7s |       9 |     7679 |     7506 |      379     34 |       49 |       12
419.13/419.29	c  1.0s |      10 |    11574 |    11361 |      379     51 |       49 |       12
419.72/419.80	c  1.5s |      11 |    17402 |    17144 |      379     78 |       49 |       12
420.42/420.59	c  2.3s |      12 |    26159 |    25819 |      379    117 |       49 |       12
421.62/421.75	c  3.5s |      13 |    39262 |    38832 |      379    176 |       49 |       12
423.43/423.53	c  5.3s |      14 |    58937 |    58352 |      379    265 |       49 |       12
425.42/425.54	c  7.3s |      14 |    81406 |    80652 |      379    366 |       49 |       12
426.02/426.17	c  7.9s |      15 |    88443 |    87632 |      379    398 |       49 |       12
428.02/428.17	c  9.9s |      15 |   110801 |   109832 |      379    499 |       49 |       12
430.03/430.17	c 11.9s |      16 |   132700 |   131552 |      379    598 |       49 |       12
432.02/432.17	c 13.9s |      16 |   154876 |   153552 |      379    698 |       49 |       12
434.03/434.18	c 15.9s |      16 |   177265 |   175752 |      379    799 |       49 |       12
436.03/436.17	c 17.9s |      17 |   199079 |   197432 |      379    898 |       49 |       12
438.03/438.18	c 19.9s |      17 |   220929 |   219132 |      379    996 |       49 |       12
438.53/438.62	c 20.3s |      17 |   225696 |   223867 |      379   1018 |       49 |       12
438.53/438.62	c #cpu_time = 20.348s
438.53/438.62	c #wall_clock_time = 20.347s
438.53/438.62	c #decision = 225696
438.53/438.62	c #random_decision = 824
438.53/438.62	c #conflict = 223867
438.53/438.62	c #restart = 17
438.53/438.62	o 2
438.53/438.62	s OPTIMUM FOUND
438.53/438.62	v x1 -x2 -x3 -x4 -x5 -x6 -x7 -x8 -x9 -x10
438.53/438.62	v -x11 -x12 -x13 -x14 -x15 -x16 -x17 -x18 -x19 -x20
438.53/438.62	v -x21 -x22 -x23 -x24 -x25 -x26 -x27 -x28 -x29 -x30
438.53/438.62	v -x31 -x32 -x33 -x34 -x35 -x36 -x37 -x38 -x39 -x40
438.53/438.62	v -x41 -x42 -x43 -x44 -x45 -x46 -x47 -x48 x49 -x50
438.53/438.62	v -x51 -x52 -x53 -x54 -x55 -x56 -x57 -x58 -x59 -x60
438.53/438.62	v -x61 -x62 -x63 -x64 x65 -x66 x67 -x68 -x69 x70
438.53/438.62	v -x71 -x72 x73 x74 -x75 x76 -x77 x78 -x79 -x80
438.53/438.62	v -x81 x82 -x83 x84 x85 -x86 x87 -x88 -x89 x90
438.53/438.62	v -x91 x92 -x93 x94
438.53/438.62	c total CPU time = 438.651s
438.53/438.62	c total wall clock time = 438.624s

Verifier Data

OK	2

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-4105617-1466253781/watcher-4105617-1466253781 -o /tmp/evaluation-result-4105617-1466253781/solver-4105617-1466253781 -C 1800 -W 1900 -M 15500 --bin-var /tmp/runsolver-exch-node105-1466229502-20776 --watchdog 1960 toysat +RTS -H1G -M15500m -K1G -RTS --pb --search=bcd2 HOME/instance-4105617-1466253781.opb 

pid=23715
running on 4 cores: 0,2,4,6

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.09 2.05 2.01 3/179 23718
/proc/meminfo: memFree=30574172/32872528 swapFree=163656/177964
[pid=23718] ppid=23715 vsize=702908 CPUtime=0 cores=0,2,4,6
/proc/23718/stat : 23718 (toysat) R 23715 23718 20760 0 -1 4202496 2618 0 0 0 0 0 0 0 20 0 4 0 27428043 719777792 2979 33554432000 4194304 16246674 140737211634064 140737211633488 13880264 0 2 0 34082818 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/23718/statm: 176239 2984 441 2943 0 173133 0
[pid=23718/tid=23719] ppid=23715 vsize=720316 CPUtime=0 cores=0,2,4,6
/proc/23718/task/23719/stat : 23719 (toysat) S 23715 23718 20760 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 4 0 27428043 737603584 3048 33554432000 4194304 16246674 140737211634064 140395160775920 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 4 0 0 0 0 0
[pid=23718/tid=23720] ppid=23715 vsize=725436 CPUtime=0 cores=0,2,4,6
/proc/23718/task/23720/stat : 23720 (toysat) S 23715 23718 20760 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 27428043 742846464 3065 33554432000 4194304 16246674 140737211634064 140395150286064 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 0 0 0 0 0 0
[pid=23718/tid=23721] ppid=23715 vsize=729532 CPUtime=0 cores=0,2,4,6
/proc/23718/task/23721/stat : 23721 (toysat) S 23715 23718 20760 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 4 0 27428044 747040768 3080 33554432000 4194304 16246674 140737211634064 140395031817392 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 4 0 0 0 0 0

[startup+0.100117 s]
/proc/loadavg: 2.09 2.05 2.01 3/179 23718
/proc/meminfo: memFree=30574172/32872528 swapFree=163656/177964
[pid=23718] ppid=23715 vsize=1218116 CPUtime=0.09 cores=0,2,4,6
/proc/23718/stat : 23718 (toysat) R 23715 23718 20760 0 -1 4202496 23563 0 0 0 6 3 0 0 20 0 4 0 27428043 1247350784 23912 33554432000 4194304 16246674 140737211634064 140737211633488 5589685 0 0 0 34082818 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/23718/statm: 304529 23925 769 2943 0 301423 0
[pid=23718/tid=23719] ppid=23715 vsize=1218116 CPUtime=0 cores=0,2,4,6
/proc/23718/task/23719/stat : 23719 (toysat) S 23715 23718 20760 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 4 0 27428043 1247350784 23935 33554432000 4194304 16246674 140737211634064 140395160775920 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 4 0 0 0 0 0
[pid=23718/tid=23720] ppid=23715 vsize=1218116 CPUtime=0 cores=0,2,4,6
/proc/23718/task/23720/stat : 23720 (toysat) S 23715 23718 20760 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 27428043 1247350784 23946 33554432000 4194304 16246674 140737211634064 140395150286064 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 0 0 0 0 0 0
[pid=23718/tid=23721] ppid=23715 vsize=1218116 CPUtime=0 cores=0,2,4,6
/proc/23718/task/23721/stat : 23721 (toysat) S 23715 23718 20760 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 4 0 27428044 1247350784 23956 33554432000 4194304 16246674 140737211634064 140395031817392 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 1218116

[startup+0.200483 s]
/proc/loadavg: 2.09 2.05 2.01 3/179 23718
/proc/meminfo: memFree=30574172/32872528 swapFree=163656/177964
[pid=23718] ppid=23715 vsize=1218116 CPUtime=0.19 cores=0,2,4,6
/proc/23718/stat : 23718 (toysat) R 23715 23718 20760 0 -1 4202496 44718 0 0 0 13 6 0 0 20 0 4 0 27428043 1247350784 45066 33554432000 4194304 16246674 140737211634064 140737211633488 13954518 0 0 0 34082818 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/23718/statm: 304529 45074 769 2943 0 301423 0
[pid=23718/tid=23719] ppid=23715 vsize=1218116 CPUtime=0 cores=0,2,4,6
/proc/23718/task/23719/stat : 23719 (toysat) S 23715 23718 20760 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 4 0 27428043 1247350784 45082 33554432000 4194304 16246674 140737211634064 140395160775920 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 4 0 0 0 0 0
[pid=23718/tid=23720] ppid=23715 vsize=1218116 CPUtime=0 cores=0,2,4,6
/proc/23718/task/23720/stat : 23720 (toysat) S 23715 23718 20760 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 27428043 1247350784 45092 33554432000 4194304 16246674 140737211634064 140395150286064 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 0 0 0 0 0 0
[pid=23718/tid=23721] ppid=23715 vsize=1218116 CPUtime=0 cores=0,2,4,6
/proc/23718/task/23721/stat : 23721 (toysat) S 23715 23718 20760 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 4 0 27428044 1247350784 45100 33554432000 4194304 16246674 140737211634064 140395031817392 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 0.19
Current children cumulated vsize (KiB) 1218116

[startup+0.300465 s]
/proc/loadavg: 2.09 2.05 2.01 3/179 23718
/proc/meminfo: memFree=30574172/32872528 swapFree=163656/177964
[pid=23718] ppid=23715 vsize=1218116 CPUtime=0.29 cores=0,2,4,6
/proc/23718/stat : 23718 (toysat) R 23715 23718 20760 0 -1 4202496 66661 0 0 0 21 8 0 0 20 0 4 0 27428043 1247350784 67009 33554432000 4194304 16246674 140737211634064 140737211617064 5677541 0 0 0 34082818 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/23718/statm: 304529 67012 769 2943 0 301423 0
[pid=23718/tid=23719] ppid=23715 vsize=1218116 CPUtime=0 cores=0,2,4,6
/proc/23718/task/23719/stat : 23719 (toysat) S 23715 23718 20760 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 4 0 27428043 1247350784 67015 33554432000 4194304 16246674 140737211634064 140395160775920 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 4 0 0 0 0 0
[pid=23718/tid=23720] ppid=23715 vsize=1218116 CPUtime=0 cores=0,2,4,6
/proc/23718/task/23720/stat : 23720 (toysat) S 23715 23718 20760 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 27428043 1247350784 67022 33554432000 4194304 16246674 140737211634064 140395150286064 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 0 0 0 0 0 0
[pid=23718/tid=23721] ppid=23715 vsize=1218116 CPUtime=0 cores=0,2,4,6
/proc/23718/task/23721/stat : 23721 (toysat) S 23715 23718 20760 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 4 0 27428044 1247350784 67031 33554432000 4194304 16246674 140737211634064 140395031817392 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 1218116

[startup+0.700392 s]
/proc/loadavg: 2.09 2.05 2.01 3/179 23718
/proc/meminfo: memFree=30574172/32872528 swapFree=163656/177964
[pid=23718] ppid=23715 vsize=1218116 CPUtime=0.69 cores=0,2,4,6
/proc/23718/stat : 23718 (toysat) R 23715 23718 20760 0 -1 4202496 154042 0 0 0 49 20 0 0 20 0 4 0 27428043 1247350784 154390 33554432000 4194304 16246674 140737211634064 140737211617064 6021007 0 0 0 34082818 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/23718/statm: 304529 154405 770 2943 0 301423 0
[pid=23718/tid=23719] ppid=23715 vsize=1218116 CPUtime=0 cores=0,2,4,6
/proc/23718/task/23719/stat : 23719 (toysat) S 23715 23718 20760 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 4 0 27428043 1247350784 154419 33554432000 4194304 16246674 140737211634064 140395160775920 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 4 0 0 0 0 0
[pid=23718/tid=23720] ppid=23715 vsize=1218116 CPUtime=0 cores=0,2,4,6
/proc/23718/task/23720/stat : 23720 (toysat) S 23715 23718 20760 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 27428043 1247350784 154428 33554432000 4194304 16246674 140737211634064 140395150286064 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 0 0 0 0 0 0
[pid=23718/tid=23721] ppid=23715 vsize=1218116 CPUtime=0 cores=0,2,4,6
/proc/23718/task/23721/stat : 23721 (toysat) S 23715 23718 20760 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 4 0 27428044 1247350784 154432 33554432000 4194304 16246674 140737211634064 140395031817392 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 1218116

[startup+1.50041 s]
/proc/loadavg: 2.09 2.05 2.01 3/183 23722
/proc/meminfo: memFree=29596732/32872528 swapFree=163656/177964
[pid=23718] ppid=23715 vsize=1219140 CPUtime=1.49 cores=0,2,4,6
/proc/23718/stat : 23718 (toysat) R 23715 23718 20760 0 -1 4202496 245589 0 0 0 118 31 0 0 20 0 4 0 27428043 1248399360 245915 33554432000 4194304 16246674 140737211634064 140737211617064 5600072 0 0 0 34082818 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/23718/statm: 304785 245915 833 2943 0 301679 0
[pid=23718/tid=23719] ppid=23715 vsize=1219140 CPUtime=0 cores=0,2,4,6
/proc/23718/task/23719/stat : 23719 (toysat) S 23715 23718 20760 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 4 0 27428043 1248399360 245915 33554432000 4194304 16246674 140737211634064 140395160775920 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 4 0 0 0 0 0
[pid=23718/tid=23720] ppid=23715 vsize=1219140 CPUtime=0 cores=0,2,4,6
/proc/23718/task/23720/stat : 23720 (toysat) S 23715 23718 20760 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 27428043 1248399360 245915 33554432000 4194304 16246674 140737211634064 140395150286064 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 0 0 0 0 0 0
[pid=23718/tid=23721] ppid=23715 vsize=1219140 CPUtime=0 cores=0,2,4,6
/proc/23718/task/23721/stat : 23721 (toysat) S 23715 23718 20760 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 4 0 27428044 1248399360 245915 33554432000 4194304 16246674 140737211634064 140395031817392 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 1219140

[startup+3.1004 s]
/proc/loadavg: 2.09 2.05 2.01 3/183 23722
/proc/meminfo: memFree=29503732/32872528 swapFree=163656/177964
[pid=23718] ppid=23715 vsize=1306180 CPUtime=3.09 cores=0,2,4,6
/proc/23718/stat : 23718 (toysat) R 23715 23718 20760 0 -1 4202496 267468 0 0 0 274 35 0 0 20 0 4 0 27428043 1337528320 267794 33554432000 4194304 16246674 140737211634064 140737211617064 5589718 0 0 0 34082818 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/23718/statm: 326545 267794 833 2943 0 323439 0
[pid=23718/tid=23719] ppid=23715 vsize=1306180 CPUtime=0 cores=0,2,4,6
/proc/23718/task/23719/stat : 23719 (toysat) S 23715 23718 20760 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 4 0 27428043 1337528320 267794 33554432000 4194304 16246674 140737211634064 140395160775920 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 4 0 0 0 0 0
[pid=23718/tid=23720] ppid=23715 vsize=1306180 CPUtime=0 cores=0,2,4,6
/proc/23718/task/23720/stat : 23720 (toysat) S 23715 23718 20760 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 27428043 1337528320 267794 33554432000 4194304 16246674 140737211634064 140395150286064 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 0 0 0 0 0 0
[pid=23718/tid=23721] ppid=23715 vsize=1306180 CPUtime=0 cores=0,2,4,6
/proc/23718/task/23721/stat : 23721 (toysat) S 23715 23718 20760 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 4 0 27428044 1337528320 267794 33554432000 4194304 16246674 140737211634064 140395031817392 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 1306180

[startup+6.3004 s]
/proc/loadavg: 2.08 2.04 2.01 3/183 23722
/proc/meminfo: memFree=29503244/32872528 swapFree=163656/177964
[pid=23718] ppid=23715 vsize=1306180 CPUtime=6.29 cores=0,2,4,6
/proc/23718/stat : 23718 (toysat) R 23715 23718 20760 0 -1 4202496 267468 0 0 0 594 35 0 0 20 0 4 0 27428043 1337528320 267794 33554432000 4194304 16246674 140737211634064 140737211617064 5723100 0 0 0 34082818 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/23718/statm: 326545 267794 833 2943 0 323439 0
[pid=23718/tid=23719] ppid=23715 vsize=1306180 CPUtime=0 cores=0,2,4,6
/proc/23718/task/23719/stat : 23719 (toysat) S 23715 23718 20760 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 4 0 27428043 1337528320 267794 33554432000 4194304 16246674 140737211634064 140395160775920 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 4 0 0 0 0 0
[pid=23718/tid=23720] ppid=23715 vsize=1306180 CPUtime=0 cores=0,2,4,6
/proc/23718/task/23720/stat : 23720 (toysat) S 23715 23718 20760 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 27428043 1337528320 267794 33554432000 4194304 16246674 140737211634064 140395150286064 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 0 0 0 0 0 0
[pid=23718/tid=23721] ppid=23715 vsize=1306180 CPUtime=0 cores=0,2,4,6
/proc/23718/task/23721/stat : 23721 (toysat) S 23715 23718 20760 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 4 0 27428044 1337528320 267794 33554432000 4194304 16246674 140737211634064 140395031817392 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 1306180

[startup+12.7004 s]
/proc/loadavg: 2.07 2.04 2.01 3/183 23722
/proc/meminfo: memFree=29503172/32872528 swapFree=163656/177964
[pid=23718] ppid=23715 vsize=1306180 CPUtime=12.69 cores=0,2,4,6
/proc/23718/stat : 23718 (toysat) R 23715 23718 20760 0 -1 4202496 267474 0 0 0 1234 35 0 0 20 0 4 0 27428043 1337528320 267800 33554432000 4194304 16246674 140737211634064 140737211617064 15015658 0 0 0 34082818 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/23718/statm: 326545 267800 835 2943 0 323439 0
[pid=23718/tid=23719] ppid=23715 vsize=1306180 CPUtime=0 cores=0,2,4,6
/proc/23718/task/23719/stat : 23719 (toysat) S 23715 23718 20760 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 4 0 27428043 1337528320 267800 33554432000 4194304 16246674 140737211634064 140395160775920 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 4 0 0 0 0 0
[pid=23718/tid=23720] ppid=23715 vsize=1306180 CPUtime=0 cores=0,2,4,6
/proc/23718/task/23720/stat : 23720 (toysat) S 23715 23718 20760 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 27428043 1337528320 267800 33554432000 4194304 16246674 140737211634064 140395150286064 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 0 0 0 0 0 0
[pid=23718/tid=23721] ppid=23715 vsize=1306180 CPUtime=0 cores=0,2,4,6
/proc/23718/task/23721/stat : 23721 (toysat) S 23715 23718 20760 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 4 0 27428044 1337528320 267800 33554432000 4194304 16246674 140737211634064 140395031817392 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 12.69
Current children cumulated vsize (KiB) 1306180

[startup+25.5005 s]
/proc/loadavg: 2.06 2.04 2.01 3/183 23722
/proc/meminfo: memFree=29502564/32872528 swapFree=163656/177964
[pid=23718] ppid=23715 vsize=1306180 CPUtime=25.49 cores=0,2,4,6
/proc/23718/stat : 23718 (toysat) R 23715 23718 20760 0 -1 4202496 267506 0 0 0 2514 35 0 0 20 0 4 0 27428043 1337528320 267832 33554432000 4194304 16246674 140737211634064 140737211617064 5822252 0 0 0 34082818 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/23718/statm: 326545 267832 836 2943 0 323439 0
[pid=23718/tid=23719] ppid=23715 vsize=1306180 CPUtime=0 cores=0,2,4,6
/proc/23718/task/23719/stat : 23719 (toysat) S 23715 23718 20760 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 4 0 27428043 1337528320 267832 33554432000 4194304 16246674 140737211634064 140395160775920 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 4 0 0 0 0 0
[pid=23718/tid=23720] ppid=23715 vsize=1306180 CPUtime=0 cores=0,2,4,6
/proc/23718/task/23720/stat : 23720 (toysat) S 23715 23718 20760 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 27428043 1337528320 267832 33554432000 4194304 16246674 140737211634064 140395150286064 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 0 0 0 0 0 0
[pid=23718/tid=23721] ppid=23715 vsize=1306180 CPUtime=0 cores=0,2,4,6
/proc/23718/task/23721/stat : 23721 (toysat) S 23715 23718 20760 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 4 0 27428044 1337528320 267832 33554432000 4194304 16246674 140737211634064 140395031817392 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 25.49
Current children cumulated vsize (KiB) 1306180

[startup+51.1005 s]
/proc/loadavg: 2.04 2.04 2.00 3/183 23722
/proc/meminfo: memFree=29502660/32872528 swapFree=163656/177964
[pid=23718] ppid=23715 vsize=1306180 CPUtime=51.08 cores=0,2,4,6
/proc/23718/stat : 23718 (toysat) R 23715 23718 20760 0 -1 4202496 267526 0 0 0 5072 36 0 0 20 0 4 0 27428043 1337528320 267852 33554432000 4194304 16246674 140737211634064 140737211617064 5515792 0 0 0 34082818 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/23718/statm: 326545 267852 836 2943 0 323439 0
[pid=23718/tid=23719] ppid=23715 vsize=1306180 CPUtime=0 cores=0,2,4,6
/proc/23718/task/23719/stat : 23719 (toysat) S 23715 23718 20760 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 4 0 27428043 1337528320 267852 33554432000 4194304 16246674 140737211634064 140395160775920 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 4 0 0 0 0 0
[pid=23718/tid=23720] ppid=23715 vsize=1306180 CPUtime=0 cores=0,2,4,6
/proc/23718/task/23720/stat : 23720 (toysat) S 23715 23718 20760 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 27428043 1337528320 267852 33554432000 4194304 16246674 140737211634064 140395150286064 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 0 0 0 0 0 0
[pid=23718/tid=23721] ppid=23715 vsize=1306180 CPUtime=0 cores=0,2,4,6
/proc/23718/task/23721/stat : 23721 (toysat) S 23715 23718 20760 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 4 0 27428044 1337528320 267852 33554432000 4194304 16246674 140737211634064 140395031817392 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 51.08
Current children cumulated vsize (KiB) 1306180

[startup+102.3 s]
/proc/loadavg: 2.01 2.03 2.00 3/183 23723
/proc/meminfo: memFree=29502144/32872528 swapFree=163656/177964
[pid=23718] ppid=23715 vsize=1306180 CPUtime=102.29 cores=0,2,4,6
/proc/23718/stat : 23718 (toysat) R 23715 23718 20760 0 -1 4202496 267526 0 0 0 10192 37 0 0 20 0 4 0 27428043 1337528320 267852 33554432000 4194304 16246674 140737211634064 140737211615936 5823807 0 0 0 34082818 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/23718/statm: 326545 267852 836 2943 0 323439 0
[pid=23718/tid=23719] ppid=23715 vsize=1306180 CPUtime=0 cores=0,2,4,6
/proc/23718/task/23719/stat : 23719 (toysat) S 23715 23718 20760 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 4 0 27428043 1337528320 267852 33554432000 4194304 16246674 140737211634064 140395160775920 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 4 0 0 0 0 0
[pid=23718/tid=23720] ppid=23715 vsize=1306180 CPUtime=0 cores=0,2,4,6
/proc/23718/task/23720/stat : 23720 (toysat) S 23715 23718 20760 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 27428043 1337528320 267852 33554432000 4194304 16246674 140737211634064 140395150286064 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 0 0 0 0 0 0
[pid=23718/tid=23721] ppid=23715 vsize=1306180 CPUtime=0 cores=0,2,4,6
/proc/23718/task/23721/stat : 23721 (toysat) S 23715 23718 20760 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 4 0 27428044 1337528320 267852 33554432000 4194304 16246674 140737211634064 140395031817392 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 102.29
Current children cumulated vsize (KiB) 1306180


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

/proc/23718/stat : 23718 (toysat) R 23715 23718 20760 0 -1 4202496 267596 0 0 0 28186 39 0 0 20 0 4 0 27428043 1337528320 267922 33554432000 4194304 16246674 140737211634064 140737211615936 5823947 0 0 0 34082818 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/23718/statm: 326545 267922 850 2943 0 323439 0
[pid=23718/tid=23719] ppid=23715 vsize=1306180 CPUtime=0 cores=0,2,4,6
/proc/23718/task/23719/stat : 23719 (toysat) S 23715 23718 20760 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 4 0 27428043 1337528320 267922 33554432000 4194304 16246674 140737211634064 140395160775920 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 4 0 0 0 0 0
[pid=23718/tid=23720] ppid=23715 vsize=1306180 CPUtime=0 cores=0,2,4,6
/proc/23718/task/23720/stat : 23720 (toysat) S 23715 23718 20760 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 27428043 1337528320 267922 33554432000 4194304 16246674 140737211634064 140395150286064 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 0 0 0 0 0 0
[pid=23718/tid=23721] ppid=23715 vsize=1306180 CPUtime=0 cores=0,2,4,6
/proc/23718/task/23721/stat : 23721 (toysat) S 23715 23718 20760 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 4 0 27428044 1337528320 267922 33554432000 4194304 16246674 140737211634064 140395031817392 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 282.25
Current children cumulated vsize (KiB) 1306180

[startup+342.3 s]
/proc/loadavg: 2.01 2.03 2.00 3/183 23728
/proc/meminfo: memFree=29501176/32872528 swapFree=163656/177964
[pid=23718] ppid=23715 vsize=1306180 CPUtime=342.24 cores=0,2,4,6
/proc/23718/stat : 23718 (toysat) R 23715 23718 20760 0 -1 4202496 267596 0 0 0 34184 40 0 0 20 0 4 0 27428043 1337528320 267922 33554432000 4194304 16246674 140737211634064 140737211617064 5553792 0 0 0 34082818 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/23718/statm: 326545 267922 850 2943 0 323439 0
[pid=23718/tid=23719] ppid=23715 vsize=1306180 CPUtime=0 cores=0,2,4,6
/proc/23718/task/23719/stat : 23719 (toysat) S 23715 23718 20760 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 4 0 27428043 1337528320 267922 33554432000 4194304 16246674 140737211634064 140395160775920 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 4 0 0 0 0 0
[pid=23718/tid=23720] ppid=23715 vsize=1306180 CPUtime=0 cores=0,2,4,6
/proc/23718/task/23720/stat : 23720 (toysat) S 23715 23718 20760 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 27428043 1337528320 267922 33554432000 4194304 16246674 140737211634064 140395150286064 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 0 0 0 0 0 0
[pid=23718/tid=23721] ppid=23715 vsize=1306180 CPUtime=0 cores=0,2,4,6
/proc/23718/task/23721/stat : 23721 (toysat) S 23715 23718 20760 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 4 0 27428044 1337528320 267922 33554432000 4194304 16246674 140737211634064 140395031817392 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 342.24
Current children cumulated vsize (KiB) 1306180

[startup+402.3 s]
/proc/loadavg: 2.00 2.03 2.00 3/183 23729
/proc/meminfo: memFree=29501768/32872528 swapFree=163656/177964
[pid=23718] ppid=23715 vsize=1306180 CPUtime=402.23 cores=0,2,4,6
/proc/23718/stat : 23718 (toysat) R 23715 23718 20760 0 -1 4202496 267596 0 0 0 40181 42 0 0 20 0 4 0 27428043 1337528320 267922 33554432000 4194304 16246674 140737211634064 140737211617064 12415810 0 0 0 34082818 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/23718/statm: 326545 267922 850 2943 0 323439 0
[pid=23718/tid=23719] ppid=23715 vsize=1306180 CPUtime=0 cores=0,2,4,6
/proc/23718/task/23719/stat : 23719 (toysat) S 23715 23718 20760 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 4 0 27428043 1337528320 267922 33554432000 4194304 16246674 140737211634064 140395160775920 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 4 0 0 0 0 0
[pid=23718/tid=23720] ppid=23715 vsize=1306180 CPUtime=0 cores=0,2,4,6
/proc/23718/task/23720/stat : 23720 (toysat) S 23715 23718 20760 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 27428043 1337528320 267922 33554432000 4194304 16246674 140737211634064 140395150286064 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 0 0 0 0 0 0
[pid=23718/tid=23721] ppid=23715 vsize=1306180 CPUtime=0 cores=0,2,4,6
/proc/23718/task/23721/stat : 23721 (toysat) S 23715 23718 20760 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 4 0 27428044 1337528320 267922 33554432000 4194304 16246674 140737211634064 140395031817392 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 402.23
Current children cumulated vsize (KiB) 1306180

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

[startup+409.6 s]
/proc/loadavg: 2.08 2.04 2.01 3/183 23729
/proc/meminfo: memFree=29501752/32872528 swapFree=163656/177964
[pid=23718] ppid=23715 vsize=1306180 CPUtime=409.53 cores=0,2,4,6
/proc/23718/stat : 23718 (toysat) R 23715 23718 20760 0 -1 4202496 267596 0 0 0 40911 42 0 0 20 0 4 0 27428043 1337528320 267922 33554432000 4194304 16246674 140737211634064 140737211617064 12483201 0 0 0 34082818 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/23718/statm: 326545 267922 850 2943 0 323439 0
[pid=23718/tid=23719] ppid=23715 vsize=1306180 CPUtime=0 cores=0,2,4,6
/proc/23718/task/23719/stat : 23719 (toysat) S 23715 23718 20760 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 4 0 27428043 1337528320 267922 33554432000 4194304 16246674 140737211634064 140395160775920 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 4 0 0 0 0 0
[pid=23718/tid=23720] ppid=23715 vsize=1306180 CPUtime=0 cores=0,2,4,6
/proc/23718/task/23720/stat : 23720 (toysat) S 23715 23718 20760 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 27428043 1337528320 267922 33554432000 4194304 16246674 140737211634064 140395150286064 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 0 0 0 0 0 0
[pid=23718/tid=23721] ppid=23715 vsize=1306180 CPUtime=0 cores=0,2,4,6
/proc/23718/task/23721/stat : 23721 (toysat) S 23715 23718 20760 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 4 0 27428044 1337528320 267922 33554432000 4194304 16246674 140737211634064 140395031817392 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 409.53
Current children cumulated vsize (KiB) 1306180

[startup+422.4 s]
/proc/loadavg: 2.06 2.04 2.00 3/184 23733
/proc/meminfo: memFree=29500456/32872528 swapFree=163656/177964
[pid=23718] ppid=23715 vsize=1306180 CPUtime=422.33 cores=0,2,4,6
/proc/23718/stat : 23718 (toysat) R 23715 23718 20760 0 -1 4202496 267596 0 0 0 42191 42 0 0 20 0 4 0 27428043 1337528320 267922 33554432000 4194304 16246674 140737211634064 140737211617064 5672857 0 0 0 34082818 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/23718/statm: 326545 267922 850 2943 0 323439 0
[pid=23718/tid=23719] ppid=23715 vsize=1306180 CPUtime=0 cores=0,2,4,6
/proc/23718/task/23719/stat : 23719 (toysat) S 23715 23718 20760 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 4 0 27428043 1337528320 267922 33554432000 4194304 16246674 140737211634064 140395160775920 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 4 0 0 0 0 0
[pid=23718/tid=23720] ppid=23715 vsize=1306180 CPUtime=0 cores=0,2,4,6
/proc/23718/task/23720/stat : 23720 (toysat) S 23715 23718 20760 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 27428043 1337528320 267922 33554432000 4194304 16246674 140737211634064 140395150286064 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 0 0 0 0 0 0
[pid=23718/tid=23721] ppid=23715 vsize=1306180 CPUtime=0 cores=0,2,4,6
/proc/23718/task/23721/stat : 23721 (toysat) S 23715 23718 20760 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 4 0 27428044 1337528320 267922 33554432000 4194304 16246674 140737211634064 140395031817392 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 422.33
Current children cumulated vsize (KiB) 1306180

[startup+428.8 s]
/proc/loadavg: 2.06 2.04 2.00 3/184 23733
/proc/meminfo: memFree=29500952/32872528 swapFree=163656/177964
[pid=23718] ppid=23715 vsize=1306180 CPUtime=428.72 cores=0,2,4,6
/proc/23718/stat : 23718 (toysat) R 23715 23718 20760 0 -1 4202496 267596 0 0 0 42830 42 0 0 20 0 4 0 27428043 1337528320 267922 33554432000 4194304 16246674 140737211634064 140737211617064 5545984 0 0 0 34082818 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/23718/statm: 326545 267922 850 2943 0 323439 0
[pid=23718/tid=23719] ppid=23715 vsize=1306180 CPUtime=0 cores=0,2,4,6
/proc/23718/task/23719/stat : 23719 (toysat) S 23715 23718 20760 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 4 0 27428043 1337528320 267922 33554432000 4194304 16246674 140737211634064 140395160775920 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 4 0 0 0 0 0
[pid=23718/tid=23720] ppid=23715 vsize=1306180 CPUtime=0 cores=0,2,4,6
/proc/23718/task/23720/stat : 23720 (toysat) S 23715 23718 20760 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 27428043 1337528320 267922 33554432000 4194304 16246674 140737211634064 140395150286064 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 0 0 0 0 0 0
[pid=23718/tid=23721] ppid=23715 vsize=1306180 CPUtime=0 cores=0,2,4,6
/proc/23718/task/23721/stat : 23721 (toysat) S 23715 23718 20760 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 4 0 27428044 1337528320 267922 33554432000 4194304 16246674 140737211634064 140395031817392 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 428.72
Current children cumulated vsize (KiB) 1306180

[startup+435.2 s]
/proc/loadavg: 2.05 2.04 2.00 3/184 23733
/proc/meminfo: memFree=29500700/32872528 swapFree=163656/177964
[pid=23718] ppid=23715 vsize=1306180 CPUtime=435.13 cores=0,2,4,6
/proc/23718/stat : 23718 (toysat) R 23715 23718 20760 0 -1 4202496 267596 0 0 0 43470 43 0 0 20 0 4 0 27428043 1337528320 267922 33554432000 4194304 16246674 140737211634064 140737211617064 5600512 0 0 0 34082818 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/23718/statm: 326545 267922 850 2943 0 323439 0
[pid=23718/tid=23719] ppid=23715 vsize=1306180 CPUtime=0 cores=0,2,4,6
/proc/23718/task/23719/stat : 23719 (toysat) S 23715 23718 20760 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 4 0 27428043 1337528320 267922 33554432000 4194304 16246674 140737211634064 140395160775920 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 4 0 0 0 0 0
[pid=23718/tid=23720] ppid=23715 vsize=1306180 CPUtime=0 cores=0,2,4,6
/proc/23718/task/23720/stat : 23720 (toysat) S 23715 23718 20760 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 27428043 1337528320 267922 33554432000 4194304 16246674 140737211634064 140395150286064 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 0 0 0 0 0 0
[pid=23718/tid=23721] ppid=23715 vsize=1306180 CPUtime=0 cores=0,2,4,6
/proc/23718/task/23721/stat : 23721 (toysat) S 23715 23718 20760 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 4 0 27428044 1337528320 267922 33554432000 4194304 16246674 140737211634064 140395031817392 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 435.13
Current children cumulated vsize (KiB) 1306180

[startup+436.807 s]
/proc/loadavg: 2.13 2.05 2.01 3/184 23733
/proc/meminfo: memFree=29500788/32872528 swapFree=163656/177964
[pid=23718] ppid=23715 vsize=1306180 CPUtime=436.73 cores=0,2,4,6
/proc/23718/stat : 23718 (toysat) R 23715 23718 20760 0 -1 4202496 267596 0 0 0 43630 43 0 0 20 0 4 0 27428043 1337528320 267922 33554432000 4194304 16246674 140737211634064 140737211617064 5710699 0 0 0 34082818 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/23718/statm: 326545 267922 850 2943 0 323439 0
[pid=23718/tid=23719] ppid=23715 vsize=1306180 CPUtime=0 cores=0,2,4,6
/proc/23718/task/23719/stat : 23719 (toysat) S 23715 23718 20760 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 4 0 27428043 1337528320 267922 33554432000 4194304 16246674 140737211634064 140395160775920 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 4 0 0 0 0 0
[pid=23718/tid=23720] ppid=23715 vsize=1306180 CPUtime=0 cores=0,2,4,6
/proc/23718/task/23720/stat : 23720 (toysat) S 23715 23718 20760 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 27428043 1337528320 267922 33554432000 4194304 16246674 140737211634064 140395150286064 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 0 0 0 0 0 0
[pid=23718/tid=23721] ppid=23715 vsize=1306180 CPUtime=0 cores=0,2,4,6
/proc/23718/task/23721/stat : 23721 (toysat) S 23715 23718 20760 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 4 0 27428044 1337528320 267922 33554432000 4194304 16246674 140737211634064 140395031817392 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 436.73
Current children cumulated vsize (KiB) 1306180

[startup+437.6 s]
/proc/loadavg: 2.13 2.05 2.01 3/184 23733
/proc/meminfo: memFree=29500788/32872528 swapFree=163656/177964
[pid=23718] ppid=23715 vsize=1306180 CPUtime=437.53 cores=0,2,4,6
/proc/23718/stat : 23718 (toysat) R 23715 23718 20760 0 -1 4202496 267596 0 0 0 43710 43 0 0 20 0 4 0 27428043 1337528320 267922 33554432000 4194304 16246674 140737211634064 140737211617064 6010704 0 0 0 34082818 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/23718/statm: 326545 267922 850 2943 0 323439 0
[pid=23718/tid=23719] ppid=23715 vsize=1306180 CPUtime=0 cores=0,2,4,6
/proc/23718/task/23719/stat : 23719 (toysat) S 23715 23718 20760 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 4 0 27428043 1337528320 267922 33554432000 4194304 16246674 140737211634064 140395160775920 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 4 0 0 0 0 0
[pid=23718/tid=23720] ppid=23715 vsize=1306180 CPUtime=0 cores=0,2,4,6
/proc/23718/task/23720/stat : 23720 (toysat) S 23715 23718 20760 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 27428043 1337528320 267922 33554432000 4194304 16246674 140737211634064 140395150286064 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 0 0 0 0 0 0
[pid=23718/tid=23721] ppid=23715 vsize=1306180 CPUtime=0 cores=0,2,4,6
/proc/23718/task/23721/stat : 23721 (toysat) S 23715 23718 20760 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 4 0 27428044 1337528320 267922 33554432000 4194304 16246674 140737211634064 140395031817392 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 437.53
Current children cumulated vsize (KiB) 1306180

[startup+438.4 s]
/proc/loadavg: 2.13 2.05 2.01 3/184 23733
/proc/meminfo: memFree=29500788/32872528 swapFree=163656/177964
[pid=23718] ppid=23715 vsize=1306180 CPUtime=438.33 cores=0,2,4,6
/proc/23718/stat : 23718 (toysat) R 23715 23718 20760 0 -1 4202496 267596 0 0 0 43790 43 0 0 20 0 4 0 27428043 1337528320 267922 33554432000 4194304 16246674 140737211634064 140737211617064 6021142 0 0 0 34082818 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/23718/statm: 326545 267922 850 2943 0 323439 0
[pid=23718/tid=23719] ppid=23715 vsize=1306180 CPUtime=0 cores=0,2,4,6
/proc/23718/task/23719/stat : 23719 (toysat) S 23715 23718 20760 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 4 0 27428043 1337528320 267922 33554432000 4194304 16246674 140737211634064 140395160775920 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 4 0 0 0 0 0
[pid=23718/tid=23720] ppid=23715 vsize=1306180 CPUtime=0 cores=0,2,4,6
/proc/23718/task/23720/stat : 23720 (toysat) S 23715 23718 20760 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 27428043 1337528320 267922 33554432000 4194304 16246674 140737211634064 140395150286064 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 0 0 0 0 0 0
[pid=23718/tid=23721] ppid=23715 vsize=1306180 CPUtime=0 cores=0,2,4,6
/proc/23718/task/23721/stat : 23721 (toysat) S 23715 23718 20760 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 4 0 27428044 1337528320 267922 33554432000 4194304 16246674 140737211634064 140395031817392 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 438.33
Current children cumulated vsize (KiB) 1306180

[startup+438.6 s]
/proc/loadavg: 2.13 2.05 2.01 3/184 23733
/proc/meminfo: memFree=29500788/32872528 swapFree=163656/177964
[pid=23718] ppid=23715 vsize=1306180 CPUtime=438.53 cores=0,2,4,6
/proc/23718/stat : 23718 (toysat) R 23715 23718 20760 0 -1 4202496 267596 0 0 0 43810 43 0 0 20 0 4 0 27428043 1337528320 267922 33554432000 4194304 16246674 140737211634064 140737211617064 5822252 0 0 0 34082818 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/23718/statm: 326545 267922 850 2943 0 323439 0
[pid=23718/tid=23719] ppid=23715 vsize=1306180 CPUtime=0 cores=0,2,4,6
/proc/23718/task/23719/stat : 23719 (toysat) S 23715 23718 20760 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 4 0 27428043 1337528320 267922 33554432000 4194304 16246674 140737211634064 140395160775920 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 4 0 0 0 0 0
[pid=23718/tid=23720] ppid=23715 vsize=1306180 CPUtime=0 cores=0,2,4,6
/proc/23718/task/23720/stat : 23720 (toysat) S 23715 23718 20760 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 27428043 1337528320 267922 33554432000 4194304 16246674 140737211634064 140395150286064 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 0 0 0 0 0 0
[pid=23718/tid=23721] ppid=23715 vsize=1306180 CPUtime=0 cores=0,2,4,6
/proc/23718/task/23721/stat : 23721 (toysat) S 23715 23718 20760 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 4 0 27428044 1337528320 267922 33554432000 4194304 16246674 140737211634064 140395031817392 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 438.53
Current children cumulated vsize (KiB) 1306180

Child status: 0
Real time (s): 438.686
CPU time (s): 438.618
CPU user time (s): 438.128
CPU system time (s): 0.489925
CPU usage (%): 99.9846
Max. virtual memory (cumulated for all children) (KiB): 1306180

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 438.128
system time used= 0.489925
maximum resident set size= 1071696
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 267600
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= 20
involuntary context switches= 482

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 1.14682 second user time and 1.66875 second system time

The end

Launcher Data

Begin job on node105 at 2016-06-18 14:43:01
IDJOB=4105617
IDBENCH=2927
IDSOLVER=2542
FILE ID=node105/4105617-1466253781
RUNJOBID= node105-1466229502-20776
PBS_JOBID= 19918174
Free space on /tmp= 71732 MiB

SOLVER NAME= toysat 2016-05-02
BENCH NAME= PB06/final/normalized-PB06/OPT-SMALLINT/submitted-PB06/manquiho/market-split/normalized-opt-market-split_4_30_1.opb
COMMAND LINE= toysat +RTS -H1G -MMEMLIMITm -K1G -RTS --pb --search=bcd2 BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4105617-1466253781/watcher-4105617-1466253781 -o /tmp/evaluation-result-4105617-1466253781/solver-4105617-1466253781 -C 1800 -W 1900 -M 15500 --bin-var /tmp/runsolver-exch-node105-1466229502-20776 --watchdog 1960  toysat +RTS -H1G -M15500m -K1G -RTS --pb --search=bcd2 HOME/instance-4105617-1466253781.opb

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

MD5SUM BENCH= fb11ff2665aef67f0842a460a5ea3114
RANDOM SEED=756567667

node105.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		: 2666.561
cache size	: 8192 KB
physical id	: 0
siblings	: 4
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	: 5333.12
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		: 2666.561
cache size	: 8192 KB
physical id	: 1
siblings	: 4
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	: 2
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.561
cache size	: 8192 KB
physical id	: 0
siblings	: 4
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.55
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		: 2666.561
cache size	: 8192 KB
physical id	: 1
siblings	: 4
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	: 4
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.561
cache size	: 8192 KB
physical id	: 0
siblings	: 4
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.54
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		: 2666.561
cache size	: 8192 KB
physical id	: 1
siblings	: 4
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.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		: 2666.561
cache size	: 8192 KB
physical id	: 0
siblings	: 4
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.55
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		: 2666.561
cache size	: 8192 KB
physical id	: 1
siblings	: 4
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.58
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:       32872528 kB
MemFree:        30574716 kB
Buffers:          111824 kB
Cached:           196760 kB
SwapCached:         1676 kB
Active:          1165604 kB
Inactive:         216780 kB
Active(anon):    1071628 kB
Inactive(anon):     4412 kB
Active(file):      93976 kB
Inactive(file):   212368 kB
Unevictable:      177964 kB
Mlocked:          163656 kB
SwapTotal:      67108856 kB
SwapFree:       67097160 kB
Dirty:             32936 kB
Writeback:             0 kB
AnonPages:       1250664 kB
Mapped:            10472 kB
Shmem:                 0 kB
Slab:             604256 kB
SReclaimable:      47836 kB
SUnreclaim:       556420 kB
KernelStack:        1520 kB
PageTables:         6636 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545120 kB
Committed_AS:    1395228 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346412 kB
VmallocChunk:   34341988032 kB
HardwareCorrupted:     0 kB
AnonHugePages:     16384 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= 71716 MiB
End job on node105 at 2016-06-18 14:50:20