Trace number 4106406

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-02OPT3 116.315 116.344

General information on the benchmark

Namenormalized-PB07/OPT-SMALLINT-NLC/submittedPB07/roussel/
factor-mod-B/factor-mod-size=7-P0=127-P1=59-P2=127-P3=89-P4=17-P5=43-P6=53-B.opb
MD5SUM2a6a0a2817e3d179ce21769d61c8a844
Bench CategoryOPT-SMALLINT-NLC (optimisation, small integers, non linear constraints)
Best result obtained on this benchmarkOPT
Best value of the objective obtained on this benchmark3
Best CPU time to get the best result obtained on this benchmark0.074988
Has Objective FunctionYES
SatisfiableYES
(Un)Satisfiability was provedYES
Best value of the objective function 3
Optimality of the best value was proved YES
Number of variables126
Total number of constraints13
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 constraints13
Minimum length of a constraint7
Maximum length of a constraint63
Number of terms in the objective function 7
Biggest coefficient in the objective function 64
Number of bits for the biggest coefficient in the objective function 7
Sum of the numbers in the objective function 127
Number of bits of the sum of numbers in the objective function 7
Biggest number in a constraint 8192
Number of bits of the biggest number in a constraint 14
Biggest sum of numbers in a constraint 32512
Number of bits of the biggest sum of numbers15
Number of products (including duplicates)294
Sum of products size (including duplicates)588
Number of different products294
Sum of products size588

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-18T19:26:31+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-4106406-1466270791.opb"]
0.00/0.01	c use --random-gen="3046941874 2637657585 2863940921 1659279552 3635752347 2832381822 1149947154 1042440991 1202726265 2924712299 1166382205 1666446118 1410787531 764011773 3975799882 3794592286 695453565 363454097 3762292380 398879196 2250007749 2922522939 1109025386 4059497614 2385728502 631908187 2982511388 3089812176 297357598 2416664658 3412667718 2257875671 3603981132 243478920 3599304127 2052638732 115578384 3630545631 4156506659 2068890015 27951690 2600730461 462020566 3447113621 1525222645 33871762 3005345669 299036948 2649828396 1744643730 3398449758 2123667804 1843852893 2044602401 3571091117 3460093954 3297189951 754494720 3640127738 467939497 1072396765 3760277731 804670035 1811757211 4288386457 1647622485 807986837 2629888144 3845974400 1744392401 354519028 73711107 3162227913 529942096 1171821981 1678247788 1714885758 367958023 1678368323 1608769744 3629744240 2086382272 919560914 3885545906 966683052 3589510626 2583442225 1773909217 2180823531 1182449379 3851146670 1897852778 2646310136 2489690561 81050058 43659178 935106721 4131696348 3370697412 832711773 946776775 129345262 3257265617 720309672 2792658096 2828582317 3625028272 3191659876 2018894494 2169403336 3613277796 3273288911 755893140 837114909 1242824217 114308870 1721391344 1996488080 561905583 38435054 2324814452 1841020213 2628941272 339272598 1791975516 1359278798 2114317254 3730513405 883253705 442087982 2532790183 3591934296 1024829797 2211163328 1290535581 4059939577 3032471211 4178774178 2178861809 3830183412 2630999135 1086722853 2457003670 1934842672 3371173056 463526399 3034180605 1883598950 955677643 3696548507 3000969888 2344775165 1369986481 2817808503 351182039 3200157659 2169695465 3596815781 3580978831 520122865 4234702066 2011817082 3475301862 10371450 1998474525 1113427612 773692761 1914614046 3493577736 1334950972 2562620766 352236082 986110372 153863718 3230656480 631882011 3868340205 968213946 784294629 1913265622 1863469150 3324236061 3458264620 927131995 2528778986 888319489 2202373982 1170929531 961094961 510180198 2675757370 1890311204 1622814333 3188230932 221597905 1965281302 2127531407 1827336104 4129350351 3052706282 3269275288 3547181288 3545454176 3186348996 1027198439 720415821 2696245621 1582357157 2457610567 3172828462 4110725418 544609429 3913254491 45639720 1939305290 35256941 4000404505 992913198 2145251116 2555843773 427004431 2736030196 629082878 1207149706 4013694464 3096121153 728243263 1968397151 1925304010 537813475 2876904099 1505025633 3851625455 476021699 1438940393 1647912790 262643845 2047428790 608145690 2793215519 2837381238 1749135441 2828567624 3114192574 3892395371 82342717 3426557637 2937029790 3974889709 885606713 2088335483 3445476291 3421352116 1514913181 1736162122 1544964281 255 362436" option to reproduce the execution
0.00/0.01	c #vars 126
0.00/0.01	c #constraints 13
0.00/0.02	c BCD2: Hardening is enabled.
0.00/0.02	c BCD2: BiasedSearch is enabled.
0.00/0.02	c Solving starts ...
0.00/0.02	c ============================[ Search Statistics ]============================
0.00/0.02	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
0.00/0.02	c       |         |          |          |    Limit     GC | Var      | Constra 
0.00/0.02	c =============================================================================
0.00/0.02	c  0.0s |       0 |        0 |        0 |      440      0 |        0 |        0
0.00/0.04	c  0.0s |       1 |      130 |      100 |      440      0 |        0 |        0
0.00/0.07	c  0.1s |       2 |      377 |      250 |      485      0 |        0 |        0
0.09/0.14	c  0.1s |       3 |      685 |      475 |      534      0 |        0 |        0
0.19/0.20	c  0.2s |       4 |     1044 |      813 |      588      1 |        0 |        0
0.19/0.28	c  0.3s |       4 |     1458 |     1150 |      647      1 |        0 |        0
0.19/0.28	c #cpu_time = 0.264s
0.19/0.28	c #wall_clock_time = 0.265s
0.19/0.28	c #decision = 1458
0.19/0.28	c #random_decision = 6
0.19/0.28	c #conflict = 1150
0.19/0.28	c #restart = 4
0.19/0.28	o 125
0.19/0.28	c BCD2: updating upper bound: 127 -> 124
0.19/0.28	c BCD2: 0 <= obj <= 124
0.19/0.28	c BCD2: #cores=0, #unrelaxed=7, #relaxed=0, #hardened=0
0.19/0.28	c BCD2: #sat=1 #unsat=1 bias=1/2
0.19/0.28	c Solving starts ...
0.19/0.28	c ============================[ Search Statistics ]============================
0.19/0.28	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
0.19/0.28	c       |         |          |          |    Limit     GC | Var      | Constra 
0.19/0.28	c =============================================================================
0.19/0.28	c  0.0s |       0 |        0 |        0 |      647      0 |        0 |        0
0.19/0.29	c  0.0s |       0 |        5 |        0 |      647      1 |        0 |        0
0.19/0.29	c #cpu_time = 0.005s
0.19/0.29	c #wall_clock_time = 0.005s
0.19/0.29	c #decision = 5
0.19/0.29	c #random_decision = 0
0.19/0.29	c #conflict = 0
0.19/0.29	c #restart = 0
0.19/0.29	c BCD2: found a new core of size 6: cost of the new core is >=2
0.19/0.29	c lower bound updated to 2
0.19/0.29	c BCD2: 2 <= obj <= 124
0.19/0.29	c BCD2: #cores=1, #unrelaxed=1, #relaxed=6, #hardened=0
0.19/0.29	c BCD2: #sat=1 #unsat=2 bias=2/3
0.19/0.29	c Solving starts ...
0.19/0.29	c ============================[ Search Statistics ]============================
0.19/0.29	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
0.19/0.29	c       |         |          |          |    Limit     GC | Var      | Constra 
0.19/0.29	c =============================================================================
0.19/0.29	c  0.0s |       0 |        0 |        0 |      647      0 |        0 |        0
0.29/0.31	c  0.0s |       1 |      182 |      100 |      647      0 |        0 |        0
0.29/0.37	c  0.1s |       2 |      375 |      250 |      712      0 |        0 |        0
0.39/0.49	c  0.2s |       3 |      659 |      475 |      712      0 |        0 |        0
0.49/0.57	c  0.3s |       4 |     1093 |      813 |      712      1 |        0 |        0
0.59/0.69	c  0.4s |       5 |     1765 |     1320 |      784      2 |        0 |        0
0.89/0.97	c  0.7s |       6 |     2790 |     2081 |      863      4 |        0 |        0
1.20/1.28	c  1.0s |       7 |     4242 |     3223 |      863      6 |        0 |        0
1.59/1.60	c  1.3s |       8 |     6259 |     4936 |      950      8 |        0 |        0
1.99/2.02	c  1.7s |       9 |     8998 |     7506 |     1045     12 |        0 |        0
3.49/3.52	c  3.2s |      10 |    13325 |    11361 |     1150     18 |        1 |        7
4.50/4.59	c  4.3s |      11 |    19515 |    17144 |     1265     25 |        1 |        7
6.60/6.61	c  6.3s |      11 |    29380 |    25444 |     1392     36 |        1 |        7
6.60/6.70	c  6.4s |      12 |    29774 |    25819 |     1392     36 |        1 |        7
8.69/8.71	c  8.4s |      12 |    39726 |    35219 |     1392     48 |        1 |        7
9.39/9.49	c  9.2s |      13 |    43647 |    38832 |     1532     52 |        1 |        7
11.49/11.50	c 11.2s |      13 |    52525 |    46932 |     1532     61 |        1 |        7
13.49/13.50	c 13.2s |      13 |    60053 |    53732 |     1532     68 |        1 |        7
14.89/14.93	c 14.6s |      14 |    65429 |    58352 |     1686     73 |        1 |        7
16.89/16.93	c 16.6s |      14 |    75051 |    67252 |     1686     82 |        1 |        7
18.89/18.94	c 18.6s |      14 |    84565 |    76152 |     1686     90 |        1 |        7
20.89/20.96	c 20.7s |      14 |    93996 |    84952 |     1686     99 |        1 |        7
21.59/21.62	c 21.3s |      15 |    96790 |    87632 |     1855    102 |        1 |        7
23.59/23.68	c 23.4s |      15 |   103441 |    93832 |     1855    107 |        1 |        7
25.59/25.68	c 25.4s |      15 |   111539 |   101132 |     1855    114 |        1 |        7
27.59/27.69	c 27.4s |      15 |   119546 |   107732 |     1855    121 |        1 |        7
29.58/29.70	c 29.4s |      15 |   127446 |   114532 |     1855    127 |        1 |        7
31.68/31.71	c 31.4s |      15 |   135173 |   121432 |     1855    134 |        1 |        7
33.68/33.74	c 33.4s |      15 |   142968 |   128632 |     1855    141 |        1 |        7
34.38/34.45	c 34.2s |      16 |   146155 |   131552 |     2041    144 |        1 |        7
36.39/36.46	c 36.2s |      16 |   156427 |   141652 |     2041    152 |        1 |        7
38.38/38.47	c 38.2s |      16 |   166394 |   151352 |     2041    160 |        1 |        7
40.38/40.47	c 40.2s |      16 |   175545 |   160252 |     2041    168 |        1 |        7
42.38/42.48	c 42.2s |      16 |   184306 |   168752 |     2041    175 |        1 |        7
44.38/44.49	c 44.2s |      16 |   192803 |   177052 |     2041    182 |        1 |        7
46.48/46.50	c 46.2s |      16 |   202595 |   186352 |     2041    190 |        1 |        7
48.49/48.52	c 48.2s |      16 |   212169 |   195352 |     2246    198 |        1 |        7
48.98/49.00	c 48.7s |      17 |   214309 |   197432 |     2246    199 |        1 |        7
50.98/51.01	c 50.7s |      17 |   223028 |   205232 |     2246    205 |        1 |        7
52.98/53.03	c 52.7s |      17 |   232130 |   214032 |     2246    213 |        1 |        7
54.98/55.05	c 54.8s |      17 |   241327 |   222232 |     2246    219 |        2 |       14
56.99/57.07	c 56.8s |      17 |   251079 |   231432 |     2246    226 |        2 |       14
58.99/59.09	c 58.8s |      17 |   260260 |   240032 |     2246    233 |        2 |       14
61.09/61.10	c 60.8s |      17 |   269109 |   248432 |     2246    240 |        2 |       14
63.09/63.12	c 62.8s |      17 |   278774 |   257432 |     2246    247 |        2 |       14
65.08/65.13	c 64.8s |      17 |   288132 |   266232 |     2246    254 |        2 |       14
67.09/67.14	c 66.9s |      17 |   297920 |   275432 |     2246    261 |        2 |       14
69.08/69.15	c 68.9s |      17 |   306734 |   283532 |     2246    267 |        2 |       14
71.08/71.16	c 70.9s |      17 |   316868 |   292432 |     2246    274 |        2 |       14
71.98/72.07	c 71.8s |      18 |   321155 |   296252 |     2471    277 |        2 |       14
73.98/74.09	c 73.8s |      18 |   329678 |   303852 |     2471    283 |        2 |       14
76.08/76.11	c 75.8s |      18 |   338244 |   311552 |     2471    288 |        2 |       14
78.09/78.14	c 77.8s |      18 |   347121 |   320052 |     2471    295 |        2 |       14
80.08/80.14	c 79.8s |      18 |   357416 |   329952 |     2471    302 |        3 |       21
82.08/82.14	c 81.9s |      18 |   366364 |   338752 |     2471    309 |        3 |       21
84.08/84.16	c 83.9s |      18 |   374349 |   346252 |     2471    314 |        3 |       21
86.08/86.17	c 85.9s |      18 |   382061 |   352952 |     2471    319 |        3 |       21
88.08/88.19	c 87.9s |      18 |   390194 |   360752 |     2471    325 |        3 |       21
90.08/90.20	c 89.9s |      18 |   399023 |   369252 |     2471    332 |        4 |       28
92.18/92.22	c 91.9s |      18 |   408128 |   378152 |     2471    339 |        4 |       28
94.17/94.24	c 93.9s |      18 |   417399 |   386952 |     2471    345 |        4 |       28
96.17/96.26	c 96.0s |      18 |   426240 |   395452 |     2471    352 |        4 |       28
98.17/98.27	c 98.0s |      18 |   435663 |   404152 |     2471    358 |        4 |       28
100.27/100.30	c  100s |      18 |   444256 |   412152 |     2471    365 |        4 |       28
102.28/102.31	c  102s |      18 |   452922 |   420252 |     2471    371 |        4 |       28
104.27/104.31	c  104s |      18 |   461417 |   428152 |     2471    377 |        4 |       28
106.27/106.33	c  106s |      18 |   470990 |   436552 |     2471    383 |        4 |       28
108.17/108.26	c  107s |      19 |   479844 |   444482 |     2719    389 |        4 |       28
110.17/110.27	c  109s |      19 |   488735 |   452482 |     2719    395 |        4 |       28
112.18/112.28	c  111s |      19 |   497654 |   460882 |     2719    401 |        4 |       28
114.27/114.30	c  114s |      19 |   505466 |   468182 |     2719    406 |        4 |       28
116.07/116.14	c  115s |      19 |   513731 |   475576 |     2719    411 |        4 |       28
116.07/116.14	c #cpu_time = 115.556s
116.07/116.14	c #wall_clock_time = 115.852s
116.07/116.14	c #decision = 513731
116.07/116.14	c #random_decision = 1885
116.07/116.14	c #conflict = 475576
116.07/116.14	c #restart = 19
116.07/116.14	c BCD2: relaxing 1 and merging with 1 cores into a new core of size 7: cost of the new core is >=3
116.07/116.14	c lower bound updated to 3
116.07/116.14	c BCD2: 3 <= obj <= 124
116.07/116.14	c BCD2: #cores=1, #unrelaxed=0, #relaxed=7, #hardened=0
116.07/116.14	c BCD2: #sat=1 #unsat=3 bias=3/4
116.07/116.14	c Solving starts ...
116.07/116.14	c ============================[ Search Statistics ]============================
116.07/116.14	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
116.07/116.14	c       |         |          |          |    Limit     GC | Var      | Constra 
116.07/116.14	c =============================================================================
116.07/116.14	c  0.0s |       0 |        0 |        0 |     2719      0 |        5 |       28
116.07/116.17	c  0.0s |       1 |      193 |      100 |     2719      0 |        5 |       29
116.17/116.21	c  0.1s |       1 |      473 |      213 |     2719      0 |        5 |       29
116.17/116.21	c #cpu_time = 0.065s
116.17/116.21	c #wall_clock_time = 0.066s
116.17/116.21	c #decision = 473
116.17/116.21	c #random_decision = 0
116.17/116.21	c #conflict = 213
116.17/116.21	c #restart = 1
116.17/116.21	o 33
116.17/116.21	c BCD2: hardening fixes 1 literals
116.17/116.21	c BCD2: updating upper bound: 124 -> 32
116.17/116.21	c BCD2: 3 <= obj <= 32
116.17/116.21	c BCD2: #cores=1, #unrelaxed=0, #relaxed=6, #hardened=1
116.17/116.21	c BCD2: #sat=2 #unsat=3 bias=3/5
116.17/116.21	c Solving starts ...
116.17/116.21	c ============================[ Search Statistics ]============================
116.17/116.21	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
116.17/116.21	c       |         |          |          |    Limit     GC | Var      | Constra 
116.17/116.21	c =============================================================================
116.17/116.21	c  0.0s |       0 |        0 |        0 |     2719      0 |       14 |       30
116.17/116.23	c  0.0s |       0 |      128 |       48 |     2719      1 |       14 |       52
116.17/116.23	c #cpu_time = 0.024s
116.17/116.23	c #wall_clock_time = 0.024s
116.17/116.23	c #decision = 128
116.17/116.23	c #random_decision = 0
116.17/116.23	c #conflict = 48
116.17/116.23	c #restart = 0
116.17/116.23	o 11
116.17/116.23	c BCD2: hardening fixes 2 literals
116.17/116.23	c BCD2: updating upper bound: 32 -> 10
116.17/116.23	c BCD2: 3 <= obj <= 10
116.17/116.23	c BCD2: #cores=1, #unrelaxed=0, #relaxed=4, #hardened=3
116.17/116.23	c BCD2: #sat=3 #unsat=3 bias=3/6
116.17/116.23	c Solving starts ...
116.17/116.23	c ============================[ Search Statistics ]============================
116.17/116.23	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
116.17/116.23	c       |         |          |          |    Limit     GC | Var      | Constra 
116.17/116.23	c =============================================================================
116.17/116.23	c  0.0s |       0 |        0 |        0 |     2719      0 |       32 |       54
116.17/116.26	c  0.0s |       1 |      186 |      100 |     2719      0 |       32 |       96
116.17/116.27	c  0.0s |       1 |      313 |      163 |     2719      0 |       32 |       96
116.17/116.27	c #cpu_time = 0.042s
116.17/116.27	c #wall_clock_time = 0.042s
116.17/116.27	c #decision = 313
116.17/116.27	c #random_decision = 1
116.17/116.27	c #conflict = 163
116.17/116.27	c #restart = 1
116.17/116.27	o 7
116.17/116.27	c BCD2: hardening fixes 1 literals
116.17/116.27	c BCD2: updating upper bound: 10 -> 6
116.17/116.27	c BCD2: 3 <= obj <= 6
116.17/116.27	c BCD2: #cores=1, #unrelaxed=0, #relaxed=3, #hardened=4
116.17/116.27	c BCD2: #sat=4 #unsat=3 bias=3/7
116.17/116.27	c Solving starts ...
116.17/116.27	c ============================[ Search Statistics ]============================
116.17/116.27	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
116.17/116.27	c       |         |          |          |    Limit     GC | Var      | Constra 
116.17/116.28	c =============================================================================
116.17/116.28	c  0.0s |       0 |        0 |        0 |     2719      0 |       41 |       98
116.17/116.28	c  0.0s |       0 |       65 |        6 |     2719      0 |       41 |      119
116.17/116.28	c #cpu_time = 0.003s
116.17/116.28	c #wall_clock_time = 0.003s
116.17/116.28	c #decision = 65
116.17/116.28	c #random_decision = 0
116.17/116.28	c #conflict = 6
116.17/116.28	c #restart = 0
116.17/116.28	o 3
116.17/116.28	s OPTIMUM FOUND
116.17/116.28	v x1 x2 -x3 -x4 -x5 -x6 -x7 x8 x9 -x10
116.17/116.28	v -x11 -x12 x13 -x14 x15 -x16 -x17 x18 x19 -x20
116.17/116.28	v -x21 x22 x23 -x24 -x25 -x26 x27 -x28 x29 -x30
116.17/116.28	v -x31 x32 x33 x34 x35 x36 x37 -x38 -x39 -x40
116.17/116.28	v -x41 x42 x43 -x44 x45 -x46 -x47 x48 x49 x50
116.17/116.28	v -x51 -x52 x53 -x54 x55 x56 x57 -x58 -x59 -x60
116.17/116.28	v -x61 -x62 x63 x64 x65 -x66 -x67 -x68 x69 x70
116.17/116.28	v x71 x72 -x73 x74 -x75 -x76 x77 x78 -x79 -x80
116.17/116.28	v -x81 -x82 x83 -x84 -x85 -x86 -x87 -x88 -x89 -x90
116.17/116.28	v -x91 -x92 -x93 x94 -x95 x96 -x97 -x98 x99 -x100
116.17/116.28	v -x101 -x102 x103 -x104 -x105 x106 -x107 x108 x109 x110
116.17/116.28	v -x111 x112 x113 x114 x115 -x116 -x117 x118 -x119 -x120
116.17/116.28	v x121 -x122 x123 x124 -x125 -x126
116.17/116.28	c total CPU time = 115.984s
116.17/116.28	c total wall clock time = 116.281s

Verifier Data

OK	3

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

pid=9613
running on 4 cores: 1,3,5,7

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.10 2.10 2.09 3/179 9616
/proc/meminfo: memFree=30193172/32872528 swapFree=526336/559040
[pid=9616] ppid=9613 vsize=710212 CPUtime=0 cores=1,3,5,7
/proc/9616/stat : 9616 (toysat) R 9613 9616 28898 0 -1 4202496 2649 0 0 0 0 0 0 0 20 0 4 0 29129209 727257088 3009 33554432000 4194304 16246674 140734171008928 140734171008352 13880264 0 2 0 34082818 18446744073709551615 0 0 17 3 0 0 0 0 0
/proc/9616/statm: 178065 3017 442 2943 0 174959 0
[pid=9616/tid=9617] ppid=9613 vsize=753220 CPUtime=0 cores=1,3,5,7
/proc/9616/task/9617/stat : 9617 (toysat) S 9613 9616 28898 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 4 0 29129210 771297280 3175 33554432000 4194304 16246674 140734171008928 139805370330352 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 5 0 0 0 0 0
[pid=9616/tid=9618] ppid=9613 vsize=757316 CPUtime=0 cores=1,3,5,7
/proc/9616/task/9618/stat : 9618 (toysat) S 9613 9616 28898 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 29129210 775491584 3194 33554432000 4194304 16246674 140734171008928 139805359840496 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 1 0 0 0 0 0
[pid=9616/tid=9619] ppid=9613 vsize=762436 CPUtime=0 cores=1,3,5,7
/proc/9616/task/9619/stat : 9619 (toysat) S 9613 9616 28898 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 4 0 29129210 780734464 3211 33554432000 4194304 16246674 140734171008928 139805279120560 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 5 0 0 0 0 0

[startup+0.100125 s]
/proc/loadavg: 2.10 2.10 2.09 3/179 9616
/proc/meminfo: memFree=30193172/32872528 swapFree=526336/559040
[pid=9616] ppid=9613 vsize=1218116 CPUtime=0.09 cores=1,3,5,7
/proc/9616/stat : 9616 (toysat) R 9613 9616 28898 0 -1 4202496 21365 0 0 0 5 4 0 0 20 0 4 0 29129209 1247350784 21713 33554432000 4194304 16246674 140734171008928 140734171008352 13780501 0 0 0 34082818 18446744073709551615 0 0 17 3 0 0 0 0 0
/proc/9616/statm: 304529 21722 759 2943 0 301423 0
[pid=9616/tid=9617] ppid=9613 vsize=1218116 CPUtime=0 cores=1,3,5,7
/proc/9616/task/9617/stat : 9617 (toysat) S 9613 9616 28898 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 4 0 29129210 1247350784 21727 33554432000 4194304 16246674 140734171008928 139805370330352 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 5 0 0 0 0 0
[pid=9616/tid=9618] ppid=9613 vsize=1218116 CPUtime=0 cores=1,3,5,7
/proc/9616/task/9618/stat : 9618 (toysat) S 9613 9616 28898 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 29129210 1247350784 21733 33554432000 4194304 16246674 140734171008928 139805359840496 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 1 0 0 0 0 0
[pid=9616/tid=9619] ppid=9613 vsize=1218116 CPUtime=0 cores=1,3,5,7
/proc/9616/task/9619/stat : 9619 (toysat) S 9613 9616 28898 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 4 0 29129210 1247350784 21738 33554432000 4194304 16246674 140734171008928 139805279120560 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 5 0 0 0 0 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 1218116

[startup+0.200525 s]
/proc/loadavg: 2.10 2.10 2.09 3/179 9616
/proc/meminfo: memFree=30193172/32872528 swapFree=526336/559040
[pid=9616] ppid=9613 vsize=1218116 CPUtime=0.19 cores=1,3,5,7
/proc/9616/stat : 9616 (toysat) R 9613 9616 28898 0 -1 4202496 39535 0 0 0 13 6 0 0 20 0 4 0 29129209 1247350784 39883 33554432000 4194304 16246674 140734171008928 140734171008352 5675357 0 0 0 34082818 18446744073709551615 0 0 17 3 0 0 0 0 0
/proc/9616/statm: 304529 39887 766 2943 0 301423 0
[pid=9616/tid=9617] ppid=9613 vsize=1218116 CPUtime=0 cores=1,3,5,7
/proc/9616/task/9617/stat : 9617 (toysat) S 9613 9616 28898 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 4 0 29129210 1247350784 39891 33554432000 4194304 16246674 140734171008928 139805370330352 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 5 0 0 0 0 0
[pid=9616/tid=9618] ppid=9613 vsize=1218116 CPUtime=0 cores=1,3,5,7
/proc/9616/task/9618/stat : 9618 (toysat) S 9613 9616 28898 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 29129210 1247350784 39898 33554432000 4194304 16246674 140734171008928 139805359840496 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 1 0 0 0 0 0
[pid=9616/tid=9619] ppid=9613 vsize=1218116 CPUtime=0 cores=1,3,5,7
/proc/9616/task/9619/stat : 9619 (toysat) S 9613 9616 28898 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 4 0 29129210 1247350784 39904 33554432000 4194304 16246674 140734171008928 139805279120560 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 5 0 0 0 0 0
Current children cumulated CPU time (s) 0.19
Current children cumulated vsize (KiB) 1218116

[startup+0.300459 s]
/proc/loadavg: 2.10 2.10 2.09 3/179 9616
/proc/meminfo: memFree=30193172/32872528 swapFree=526336/559040
[pid=9616] ppid=9613 vsize=1218116 CPUtime=0.29 cores=1,3,5,7
/proc/9616/stat : 9616 (toysat) R 9613 9616 28898 0 -1 4202496 57894 0 0 0 20 9 0 0 20 0 4 0 29129209 1247350784 58242 33554432000 4194304 16246674 140734171008928 140734171008352 12478333 0 0 0 34082818 18446744073709551615 0 0 17 3 0 0 0 0 0
/proc/9616/statm: 304529 58253 794 2943 0 301423 0
[pid=9616/tid=9617] ppid=9613 vsize=1218116 CPUtime=0 cores=1,3,5,7
/proc/9616/task/9617/stat : 9617 (toysat) S 9613 9616 28898 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 4 0 29129210 1247350784 58259 33554432000 4194304 16246674 140734171008928 139805370330352 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 5 0 0 0 0 0
[pid=9616/tid=9618] ppid=9613 vsize=1218116 CPUtime=0 cores=1,3,5,7
/proc/9616/task/9618/stat : 9618 (toysat) S 9613 9616 28898 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 29129210 1247350784 58265 33554432000 4194304 16246674 140734171008928 139805359840496 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 1 0 0 0 0 0
[pid=9616/tid=9619] ppid=9613 vsize=1218116 CPUtime=0 cores=1,3,5,7
/proc/9616/task/9619/stat : 9619 (toysat) S 9613 9616 28898 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 4 0 29129210 1247350784 58270 33554432000 4194304 16246674 140734171008928 139805279120560 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 5 0 0 0 0 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 1218116

[startup+0.700383 s]
/proc/loadavg: 2.10 2.10 2.09 3/179 9616
/proc/meminfo: memFree=30193172/32872528 swapFree=526336/559040
[pid=9616] ppid=9613 vsize=1218116 CPUtime=0.69 cores=1,3,5,7
/proc/9616/stat : 9616 (toysat) R 9613 9616 28898 0 -1 4202496 130817 0 0 0 50 19 0 0 20 0 4 0 29129209 1247350784 131165 33554432000 4194304 16246674 140734171008928 140734170990848 5589685 0 0 0 34082818 18446744073709551615 0 0 17 3 0 0 0 0 0
/proc/9616/statm: 304529 131178 794 2943 0 301423 0
[pid=9616/tid=9617] ppid=9613 vsize=1218116 CPUtime=0 cores=1,3,5,7
/proc/9616/task/9617/stat : 9617 (toysat) S 9613 9616 28898 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 4 0 29129210 1247350784 131187 33554432000 4194304 16246674 140734171008928 139805370330352 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 5 0 0 0 0 0
[pid=9616/tid=9618] ppid=9613 vsize=1218116 CPUtime=0 cores=1,3,5,7
/proc/9616/task/9618/stat : 9618 (toysat) S 9613 9616 28898 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 29129210 1247350784 131197 33554432000 4194304 16246674 140734171008928 139805359840496 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 1 0 0 0 0 0
[pid=9616/tid=9619] ppid=9613 vsize=1218116 CPUtime=0 cores=1,3,5,7
/proc/9616/task/9619/stat : 9619 (toysat) S 9613 9616 28898 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 4 0 29129210 1247350784 131207 33554432000 4194304 16246674 140734171008928 139805279120560 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 5 0 0 0 0 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 1218116

[startup+1.50038 s]
/proc/loadavg: 2.10 2.10 2.09 3/183 9620
/proc/meminfo: memFree=29309824/32872528 swapFree=526336/559040
[pid=9616] ppid=9613 vsize=1220164 CPUtime=1.49 cores=1,3,5,7
/proc/9616/stat : 9616 (toysat) R 9613 9616 28898 0 -1 4202496 246060 0 0 0 115 34 0 0 20 0 4 0 29129209 1249447936 246385 33554432000 4194304 16246674 140734171008928 140734171008240 5672838 0 0 0 34082818 18446744073709551615 0 0 17 3 0 0 0 0 0
/proc/9616/statm: 305041 246385 851 2943 0 301935 0
[pid=9616/tid=9617] ppid=9613 vsize=1220164 CPUtime=0 cores=1,3,5,7
/proc/9616/task/9617/stat : 9617 (toysat) S 9613 9616 28898 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 4 0 29129210 1249447936 246385 33554432000 4194304 16246674 140734171008928 139805370330352 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 5 0 0 0 0 0
[pid=9616/tid=9618] ppid=9613 vsize=1220164 CPUtime=0 cores=1,3,5,7
/proc/9616/task/9618/stat : 9618 (toysat) S 9613 9616 28898 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 29129210 1249447936 246385 33554432000 4194304 16246674 140734171008928 139805359840496 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 1 0 0 0 0 0
[pid=9616/tid=9619] ppid=9613 vsize=1220164 CPUtime=0 cores=1,3,5,7
/proc/9616/task/9619/stat : 9619 (toysat) S 9613 9616 28898 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 4 0 29129210 1249447936 246385 33554432000 4194304 16246674 140734171008928 139805279120560 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 5 0 0 0 0 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 1220164

[startup+3.10038 s]
/proc/loadavg: 2.17 2.11 2.09 3/183 9620
/proc/meminfo: memFree=29125800/32872528 swapFree=526336/559040
[pid=9616] ppid=9613 vsize=1306180 CPUtime=3.09 cores=1,3,5,7
/proc/9616/stat : 9616 (toysat) R 9613 9616 28898 0 -1 4202496 267519 0 0 0 272 37 0 0 20 0 4 0 29129209 1337528320 267844 33554432000 4194304 16246674 140734171008928 140734170990848 5711636 0 0 0 34082818 18446744073709551615 0 0 17 3 0 0 0 0 0
/proc/9616/statm: 326545 267844 852 2943 0 323439 0
[pid=9616/tid=9617] ppid=9613 vsize=1306180 CPUtime=0 cores=1,3,5,7
/proc/9616/task/9617/stat : 9617 (toysat) S 9613 9616 28898 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 4 0 29129210 1337528320 267844 33554432000 4194304 16246674 140734171008928 139805370330352 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 5 0 0 0 0 0
[pid=9616/tid=9618] ppid=9613 vsize=1306180 CPUtime=0 cores=1,3,5,7
/proc/9616/task/9618/stat : 9618 (toysat) S 9613 9616 28898 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 29129210 1337528320 267844 33554432000 4194304 16246674 140734171008928 139805359840496 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 1 0 0 0 0 0
[pid=9616/tid=9619] ppid=9613 vsize=1306180 CPUtime=0 cores=1,3,5,7
/proc/9616/task/9619/stat : 9619 (toysat) S 9613 9616 28898 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 4 0 29129210 1337528320 267844 33554432000 4194304 16246674 140734171008928 139805279120560 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 5 0 0 0 0 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 1306180

[startup+6.30041 s]
/proc/loadavg: 2.17 2.11 2.09 3/183 9620
/proc/meminfo: memFree=29120884/32872528 swapFree=526336/559040
[pid=9616] ppid=9613 vsize=1307204 CPUtime=6.29 cores=1,3,5,7
/proc/9616/stat : 9616 (toysat) R 9613 9616 28898 0 -1 4202496 267784 0 0 0 592 37 0 0 20 0 4 0 29129209 1338576896 268109 33554432000 4194304 16246674 140734171008928 140734170990848 12483428 0 0 0 34082818 18446744073709551615 0 0 17 3 0 0 0 0 0
/proc/9616/statm: 326801 268109 852 2943 0 323695 0
[pid=9616/tid=9617] ppid=9613 vsize=1307204 CPUtime=0 cores=1,3,5,7
/proc/9616/task/9617/stat : 9617 (toysat) S 9613 9616 28898 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 4 0 29129210 1338576896 268109 33554432000 4194304 16246674 140734171008928 139805370330352 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 5 0 0 0 0 0
[pid=9616/tid=9618] ppid=9613 vsize=1307204 CPUtime=0 cores=1,3,5,7
/proc/9616/task/9618/stat : 9618 (toysat) S 9613 9616 28898 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 29129210 1338576896 268109 33554432000 4194304 16246674 140734171008928 139805359840496 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 1 0 0 0 0 0
[pid=9616/tid=9619] ppid=9613 vsize=1307204 CPUtime=0 cores=1,3,5,7
/proc/9616/task/9619/stat : 9619 (toysat) S 9613 9616 28898 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 4 0 29129210 1338576896 268109 33554432000 4194304 16246674 140734171008928 139805279120560 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 5 0 0 0 0 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 1307204

[startup+12.7004 s]
/proc/loadavg: 2.14 2.11 2.09 4/183 9620
/proc/meminfo: memFree=29118660/32872528 swapFree=526336/559040
[pid=9616] ppid=9613 vsize=1309252 CPUtime=12.69 cores=1,3,5,7
/proc/9616/stat : 9616 (toysat) R 9613 9616 28898 0 -1 4202496 268221 0 0 0 1232 37 0 0 20 0 4 0 29129209 1340674048 268546 33554432000 4194304 16246674 140734171008928 140734170990848 5823428 0 0 0 34082818 18446744073709551615 0 0 17 3 0 0 0 0 0
/proc/9616/statm: 327313 268546 854 2943 0 324207 0
[pid=9616/tid=9617] ppid=9613 vsize=1309252 CPUtime=0 cores=1,3,5,7
/proc/9616/task/9617/stat : 9617 (toysat) S 9613 9616 28898 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 4 0 29129210 1340674048 268546 33554432000 4194304 16246674 140734171008928 139805370330352 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 5 0 0 0 0 0
[pid=9616/tid=9618] ppid=9613 vsize=1309252 CPUtime=0 cores=1,3,5,7
/proc/9616/task/9618/stat : 9618 (toysat) S 9613 9616 28898 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 29129210 1340674048 268546 33554432000 4194304 16246674 140734171008928 139805359840496 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 1 0 0 0 0 0
[pid=9616/tid=9619] ppid=9613 vsize=1309252 CPUtime=0 cores=1,3,5,7
/proc/9616/task/9619/stat : 9619 (toysat) S 9613 9616 28898 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 4 0 29129210 1340674048 268546 33554432000 4194304 16246674 140734171008928 139805279120560 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 5 0 0 0 0 0
Current children cumulated CPU time (s) 12.69
Current children cumulated vsize (KiB) 1309252

[startup+25.5005 s]
/proc/loadavg: 2.12 2.10 2.09 3/183 9620
/proc/meminfo: memFree=29118428/32872528 swapFree=526336/559040
[pid=9616] ppid=9613 vsize=1309252 CPUtime=25.49 cores=1,3,5,7
/proc/9616/stat : 9616 (toysat) R 9613 9616 28898 0 -1 4202496 268412 0 0 0 2512 37 0 0 20 0 4 0 29129209 1340674048 268737 33554432000 4194304 16246674 140734171008928 140734170990848 5712474 0 0 0 34082818 18446744073709551615 0 0 17 3 0 0 0 0 0
/proc/9616/statm: 327313 268737 854 2943 0 324207 0
[pid=9616/tid=9617] ppid=9613 vsize=1309252 CPUtime=0 cores=1,3,5,7
/proc/9616/task/9617/stat : 9617 (toysat) S 9613 9616 28898 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 4 0 29129210 1340674048 268737 33554432000 4194304 16246674 140734171008928 139805370330352 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 5 0 0 0 0 0
[pid=9616/tid=9618] ppid=9613 vsize=1309252 CPUtime=0 cores=1,3,5,7
/proc/9616/task/9618/stat : 9618 (toysat) S 9613 9616 28898 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 29129210 1340674048 268737 33554432000 4194304 16246674 140734171008928 139805359840496 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 1 0 0 0 0 0
[pid=9616/tid=9619] ppid=9613 vsize=1309252 CPUtime=0 cores=1,3,5,7
/proc/9616/task/9619/stat : 9619 (toysat) S 9613 9616 28898 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 4 0 29129210 1340674048 268737 33554432000 4194304 16246674 140734171008928 139805279120560 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 5 0 0 0 0 0
Current children cumulated CPU time (s) 25.49
Current children cumulated vsize (KiB) 1309252

[startup+51.1005 s]
/proc/loadavg: 2.08 2.09 2.09 3/183 9620
/proc/meminfo: memFree=29116396/32872528 swapFree=526336/559040
[pid=9616] ppid=9613 vsize=1311300 CPUtime=51.08 cores=1,3,5,7
/proc/9616/stat : 9616 (toysat) R 9613 9616 28898 0 -1 4202496 268924 0 0 0 5071 37 0 0 20 0 4 0 29129209 1342771200 269249 33554432000 4194304 16246674 140734171008928 140734170990848 12479043 0 0 0 34082818 18446744073709551615 0 0 17 3 0 0 0 0 0
/proc/9616/statm: 327825 269249 854 2943 0 324719 0
[pid=9616/tid=9617] ppid=9613 vsize=1311300 CPUtime=0 cores=1,3,5,7
/proc/9616/task/9617/stat : 9617 (toysat) S 9613 9616 28898 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 4 0 29129210 1342771200 269249 33554432000 4194304 16246674 140734171008928 139805370330352 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 5 0 0 0 0 0
[pid=9616/tid=9618] ppid=9613 vsize=1311300 CPUtime=0 cores=1,3,5,7
/proc/9616/task/9618/stat : 9618 (toysat) S 9613 9616 28898 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 29129210 1342771200 269249 33554432000 4194304 16246674 140734171008928 139805359840496 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 1 0 0 0 0 0
[pid=9616/tid=9619] ppid=9613 vsize=1311300 CPUtime=0 cores=1,3,5,7
/proc/9616/task/9619/stat : 9619 (toysat) S 9613 9616 28898 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 4 0 29129210 1342771200 269249 33554432000 4194304 16246674 140734171008928 139805279120560 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 5 0 0 0 0 0
Current children cumulated CPU time (s) 51.08
Current children cumulated vsize (KiB) 1311300

[startup+102.3 s]
/proc/loadavg: 2.11 2.10 2.09 4/183 9621
/proc/meminfo: memFree=29110736/32872528 swapFree=526336/559040
[pid=9616] ppid=9613 vsize=1314372 CPUtime=102.28 cores=1,3,5,7
/proc/9616/stat : 9616 (toysat) R 9613 9616 28898 0 -1 4202496 269694 0 0 0 10190 38 0 0 20 0 4 0 29129209 1345916928 270019 33554432000 4194304 16246674 140734171008928 140734170990848 12483376 0 0 0 34082818 18446744073709551615 0 0 17 3 0 0 0 0 0
/proc/9616/statm: 328593 270019 856 2943 0 325487 0
[pid=9616/tid=9617] ppid=9613 vsize=1314372 CPUtime=0 cores=1,3,5,7
/proc/9616/task/9617/stat : 9617 (toysat) S 9613 9616 28898 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 4 0 29129210 1345916928 270019 33554432000 4194304 16246674 140734171008928 139805370330352 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 5 0 0 0 0 0
[pid=9616/tid=9618] ppid=9613 vsize=1314372 CPUtime=0 cores=1,3,5,7
/proc/9616/task/9618/stat : 9618 (toysat) S 9613 9616 28898 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 29129210 1345916928 270019 33554432000 4194304 16246674 140734171008928 139805359840496 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 1 0 0 0 0 0
[pid=9616/tid=9619] ppid=9613 vsize=1314372 CPUtime=0 cores=1,3,5,7
/proc/9616/task/9619/stat : 9619 (toysat) S 9613 9616 28898 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 4 0 29129210 1345916928 270019 33554432000 4194304 16246674 140734171008928 139805279120560 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 5 0 0 0 0 0
Current children cumulated CPU time (s) 102.28
Current children cumulated vsize (KiB) 1314372

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

[startup+102.408 s]
/proc/loadavg: 2.11 2.10 2.09 4/183 9621
/proc/meminfo: memFree=29110736/32872528 swapFree=526336/559040
[pid=9616] ppid=9613 vsize=1314372 CPUtime=102.38 cores=1,3,5,7
/proc/9616/stat : 9616 (toysat) R 9613 9616 28898 0 -1 4202496 269694 0 0 0 10200 38 0 0 20 0 4 0 29129209 1345916928 270019 33554432000 4194304 16246674 140734171008928 140734170990848 5822428 0 0 0 34082818 18446744073709551615 0 0 17 3 0 0 0 0 0
/proc/9616/statm: 328593 270019 856 2943 0 325487 0
[pid=9616/tid=9617] ppid=9613 vsize=1314372 CPUtime=0 cores=1,3,5,7
/proc/9616/task/9617/stat : 9617 (toysat) S 9613 9616 28898 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 4 0 29129210 1345916928 270019 33554432000 4194304 16246674 140734171008928 139805370330352 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 5 0 0 0 0 0
[pid=9616/tid=9618] ppid=9613 vsize=1314372 CPUtime=0 cores=1,3,5,7
/proc/9616/task/9618/stat : 9618 (toysat) S 9613 9616 28898 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 29129210 1345916928 270019 33554432000 4194304 16246674 140734171008928 139805359840496 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 1 0 0 0 0 0
[pid=9616/tid=9619] ppid=9613 vsize=1314372 CPUtime=0 cores=1,3,5,7
/proc/9616/task/9619/stat : 9619 (toysat) S 9613 9616 28898 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 4 0 29129210 1345916928 270019 33554432000 4194304 16246674 140734171008928 139805279120560 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 5 0 0 0 0 0
Current children cumulated CPU time (s) 102.38
Current children cumulated vsize (KiB) 1314372

[startup+108.8 s]
/proc/loadavg: 2.10 2.10 2.09 3/183 9621
/proc/meminfo: memFree=29110860/32872528 swapFree=526336/559040
[pid=9616] ppid=9613 vsize=1314372 CPUtime=108.77 cores=1,3,5,7
/proc/9616/stat : 9616 (toysat) R 9613 9616 28898 0 -1 4202496 269694 0 0 0 10839 38 0 0 20 0 4 0 29129209 1345916928 270019 33554432000 4194304 16246674 140734171008928 140734170990848 6012046 0 0 0 34082818 18446744073709551615 0 0 17 3 0 0 0 0 0
/proc/9616/statm: 328593 270019 856 2943 0 325487 0
[pid=9616/tid=9617] ppid=9613 vsize=1314372 CPUtime=0 cores=1,3,5,7
/proc/9616/task/9617/stat : 9617 (toysat) S 9613 9616 28898 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 4 0 29129210 1345916928 270019 33554432000 4194304 16246674 140734171008928 139805370330352 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 5 0 0 0 0 0
[pid=9616/tid=9618] ppid=9613 vsize=1314372 CPUtime=0 cores=1,3,5,7
/proc/9616/task/9618/stat : 9618 (toysat) S 9613 9616 28898 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 29129210 1345916928 270019 33554432000 4194304 16246674 140734171008928 139805359840496 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 1 0 0 0 0 0
[pid=9616/tid=9619] ppid=9613 vsize=1314372 CPUtime=0 cores=1,3,5,7
/proc/9616/task/9619/stat : 9619 (toysat) S 9613 9616 28898 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 4 0 29129210 1345916928 270019 33554432000 4194304 16246674 140734171008928 139805279120560 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 5 0 0 0 0 0
Current children cumulated CPU time (s) 108.77
Current children cumulated vsize (KiB) 1314372

[startup+112 s]
/proc/loadavg: 2.10 2.10 2.09 3/183 9621
/proc/meminfo: memFree=29110844/32872528 swapFree=526336/559040
[pid=9616] ppid=9613 vsize=1314372 CPUtime=111.97 cores=1,3,5,7
/proc/9616/stat : 9616 (toysat) R 9613 9616 28898 0 -1 4202496 269694 0 0 0 11159 38 0 0 20 0 4 0 29129209 1345916928 270019 33554432000 4194304 16246674 140734171008928 140734170991928 5712756 0 0 0 34082818 18446744073709551615 0 0 17 3 0 0 0 0 0
/proc/9616/statm: 328593 270019 856 2943 0 325487 0
[pid=9616/tid=9617] ppid=9613 vsize=1314372 CPUtime=0 cores=1,3,5,7
/proc/9616/task/9617/stat : 9617 (toysat) S 9613 9616 28898 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 4 0 29129210 1345916928 270019 33554432000 4194304 16246674 140734171008928 139805370330352 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 5 0 0 0 0 0
[pid=9616/tid=9618] ppid=9613 vsize=1314372 CPUtime=0 cores=1,3,5,7
/proc/9616/task/9618/stat : 9618 (toysat) S 9613 9616 28898 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 29129210 1345916928 270019 33554432000 4194304 16246674 140734171008928 139805359840496 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 1 0 0 0 0 0
[pid=9616/tid=9619] ppid=9613 vsize=1314372 CPUtime=0 cores=1,3,5,7
/proc/9616/task/9619/stat : 9619 (toysat) S 9613 9616 28898 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 4 0 29129210 1345916928 270019 33554432000 4194304 16246674 140734171008928 139805279120560 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 5 0 0 0 0 0
Current children cumulated CPU time (s) 111.97
Current children cumulated vsize (KiB) 1314372

[startup+113.6 s]
/proc/loadavg: 2.09 2.10 2.09 3/183 9621
/proc/meminfo: memFree=29110844/32872528 swapFree=526336/559040
[pid=9616] ppid=9613 vsize=1314372 CPUtime=113.57 cores=1,3,5,7
/proc/9616/stat : 9616 (toysat) R 9613 9616 28898 0 -1 4202496 269694 0 0 0 11319 38 0 0 20 0 4 0 29129209 1345916928 270019 33554432000 4194304 16246674 140734171008928 140734170990848 5516333 0 0 0 34082818 18446744073709551615 0 0 17 3 0 0 0 0 0
/proc/9616/statm: 328593 270019 856 2943 0 325487 0
[pid=9616/tid=9617] ppid=9613 vsize=1314372 CPUtime=0 cores=1,3,5,7
/proc/9616/task/9617/stat : 9617 (toysat) S 9613 9616 28898 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 4 0 29129210 1345916928 270019 33554432000 4194304 16246674 140734171008928 139805370330352 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 5 0 0 0 0 0
[pid=9616/tid=9618] ppid=9613 vsize=1314372 CPUtime=0 cores=1,3,5,7
/proc/9616/task/9618/stat : 9618 (toysat) S 9613 9616 28898 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 29129210 1345916928 270019 33554432000 4194304 16246674 140734171008928 139805359840496 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 1 0 0 0 0 0
[pid=9616/tid=9619] ppid=9613 vsize=1314372 CPUtime=0 cores=1,3,5,7
/proc/9616/task/9619/stat : 9619 (toysat) S 9613 9616 28898 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 4 0 29129210 1345916928 270019 33554432000 4194304 16246674 140734171008928 139805279120560 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 5 0 0 0 0 0
Current children cumulated CPU time (s) 113.57
Current children cumulated vsize (KiB) 1314372

[startup+115.2 s]
/proc/loadavg: 2.09 2.10 2.09 4/183 9621
/proc/meminfo: memFree=29110844/32872528 swapFree=526336/559040
[pid=9616] ppid=9613 vsize=1314372 CPUtime=115.17 cores=1,3,5,7
/proc/9616/stat : 9616 (toysat) R 9613 9616 28898 0 -1 4202496 269694 0 0 0 11479 38 0 0 20 0 4 0 29129209 1345916928 270019 33554432000 4194304 16246674 140734171008928 140734170990848 5677833 0 0 0 34082818 18446744073709551615 0 0 17 3 0 0 0 0 0
/proc/9616/statm: 328593 270019 856 2943 0 325487 0
[pid=9616/tid=9617] ppid=9613 vsize=1314372 CPUtime=0 cores=1,3,5,7
/proc/9616/task/9617/stat : 9617 (toysat) S 9613 9616 28898 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 4 0 29129210 1345916928 270019 33554432000 4194304 16246674 140734171008928 139805370330352 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 5 0 0 0 0 0
[pid=9616/tid=9618] ppid=9613 vsize=1314372 CPUtime=0 cores=1,3,5,7
/proc/9616/task/9618/stat : 9618 (toysat) S 9613 9616 28898 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 29129210 1345916928 270019 33554432000 4194304 16246674 140734171008928 139805359840496 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 1 0 0 0 0 0
[pid=9616/tid=9619] ppid=9613 vsize=1314372 CPUtime=0 cores=1,3,5,7
/proc/9616/task/9619/stat : 9619 (toysat) S 9613 9616 28898 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 4 0 29129210 1345916928 270019 33554432000 4194304 16246674 140734171008928 139805279120560 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 5 0 0 0 0 0
Current children cumulated CPU time (s) 115.17
Current children cumulated vsize (KiB) 1314372

[startup+116 s]
/proc/loadavg: 2.09 2.10 2.09 3/183 9621
/proc/meminfo: memFree=29110844/32872528 swapFree=526336/559040
[pid=9616] ppid=9613 vsize=1314372 CPUtime=115.97 cores=1,3,5,7
/proc/9616/stat : 9616 (toysat) R 9613 9616 28898 0 -1 4202496 269694 0 0 0 11559 38 0 0 20 0 4 0 29129209 1345916928 270019 33554432000 4194304 16246674 140734171008928 140734170991928 5673006 0 0 0 34082818 18446744073709551615 0 0 17 3 0 0 0 0 0
/proc/9616/statm: 328593 270019 856 2943 0 325487 0
[pid=9616/tid=9617] ppid=9613 vsize=1314372 CPUtime=0 cores=1,3,5,7
/proc/9616/task/9617/stat : 9617 (toysat) S 9613 9616 28898 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 4 0 29129210 1345916928 270019 33554432000 4194304 16246674 140734171008928 139805370330352 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 5 0 0 0 0 0
[pid=9616/tid=9618] ppid=9613 vsize=1314372 CPUtime=0 cores=1,3,5,7
/proc/9616/task/9618/stat : 9618 (toysat) S 9613 9616 28898 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 29129210 1345916928 270019 33554432000 4194304 16246674 140734171008928 139805359840496 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 1 0 0 0 0 0
[pid=9616/tid=9619] ppid=9613 vsize=1314372 CPUtime=0 cores=1,3,5,7
/proc/9616/task/9619/stat : 9619 (toysat) S 9613 9616 28898 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 4 0 29129210 1345916928 270019 33554432000 4194304 16246674 140734171008928 139805279120560 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 5 0 0 0 0 0
Current children cumulated CPU time (s) 115.97
Current children cumulated vsize (KiB) 1314372

[startup+116.2 s]
/proc/loadavg: 2.09 2.10 2.09 3/183 9621
/proc/meminfo: memFree=29110844/32872528 swapFree=526336/559040
[pid=9616] ppid=9613 vsize=1314372 CPUtime=116.17 cores=1,3,5,7
/proc/9616/stat : 9616 (toysat) R 9613 9616 28898 0 -1 4202496 269694 0 0 0 11579 38 0 0 20 0 4 0 29129209 1345916928 270019 33554432000 4194304 16246674 140734171008928 140734170991928 12482796 0 0 0 34082818 18446744073709551615 0 0 17 3 0 0 0 0 0
/proc/9616/statm: 328593 270019 856 2943 0 325487 0
[pid=9616/tid=9617] ppid=9613 vsize=1314372 CPUtime=0 cores=1,3,5,7
/proc/9616/task/9617/stat : 9617 (toysat) S 9613 9616 28898 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 4 0 29129210 1345916928 270019 33554432000 4194304 16246674 140734171008928 139805370330352 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 5 0 0 0 0 0
[pid=9616/tid=9618] ppid=9613 vsize=1314372 CPUtime=0 cores=1,3,5,7
/proc/9616/task/9618/stat : 9618 (toysat) S 9613 9616 28898 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 29129210 1345916928 270019 33554432000 4194304 16246674 140734171008928 139805359840496 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 1 0 0 0 0 0
[pid=9616/tid=9619] ppid=9613 vsize=1314372 CPUtime=0 cores=1,3,5,7
/proc/9616/task/9619/stat : 9619 (toysat) S 9613 9616 28898 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 4 0 29129210 1345916928 270019 33554432000 4194304 16246674 140734171008928 139805279120560 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 5 0 0 0 0 0
Current children cumulated CPU time (s) 116.17
Current children cumulated vsize (KiB) 1314372

[startup+116.3 s]
/proc/loadavg: 2.09 2.10 2.09 3/183 9621
/proc/meminfo: memFree=29110844/32872528 swapFree=526336/559040
[pid=9616] ppid=9613 vsize=0 CPUtime=116.27 cores=1,3,5,7
/proc/9616/stat : 9616 (toysat) Z 9613 9616 28898 0 -1 4202508 269699 0 0 0 11587 40 0 0 20 0 2 0 29129209 0 0 33554432000 0 0 0 0 0 0 0 33554432 0 18446744073709551615 0 0 17 3 0 0 0 0 0
/proc/9616/statm: 0 0 0 0 0 0 0
[pid=9616/tid=9619] ppid=9613 vsize=0 CPUtime=0 cores=1,3,5,7
/proc/9616/task/9619/stat : 9619 (toysat) R 9613 9616 28898 0 -1 4203588 1 0 0 0 0 0 0 0 20 0 2 0 29129210 0 0 33554432000 0 0 0 0 0 0 0 33554432 0 18446744073709551615 0 0 -1 5 0 0 0 0 0
Current children cumulated CPU time (s) 116.27
Current children cumulated vsize (KiB) 0

Child status: 0
Real time (s): 116.344
CPU time (s): 116.315
CPU user time (s): 115.878
CPU system time (s): 0.436933
CPU usage (%): 99.9754
Max. virtual memory (cumulated for all children) (KiB): 1314372

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 115.878
system time used= 0.436933
maximum resident set size= 1080088
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 269699
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= 18
involuntary context switches= 120

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 0.289955 second user time and 0.45593 second system time

The end

Launcher Data

Begin job on node106 at 2016-06-18 19:26:31
IDJOB=4106406
IDBENCH=48049
IDSOLVER=2542
FILE ID=node106/4106406-1466270791
RUNJOBID= node106-1466241787-28915
PBS_JOBID= 19918214
Free space on /tmp= 71684 MiB

SOLVER NAME= toysat 2016-05-02
BENCH NAME= PB07/normalized-PB07/OPT-SMALLINT-NLC/submittedPB07/roussel/factor-mod-B/factor-mod-size=7-P0=127-P1=59-P2=127-P3=89-P4=17-P5=43-P6=53-B.opb
COMMAND LINE= toysat +RTS -H1G -MMEMLIMITm -K1G -RTS --pb --search=bcd2 BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4106406-1466270791/watcher-4106406-1466270791 -o /tmp/evaluation-result-4106406-1466270791/solver-4106406-1466270791 -C 1800 -W 1900 -M 15500 --bin-var /tmp/runsolver-exch-node106-1466241787-28915 --watchdog 1960  toysat +RTS -H1G -M15500m -K1G -RTS --pb --search=bcd2 HOME/instance-4106406-1466270791.opb

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

MD5SUM BENCH= 2a6a0a2817e3d179ce21769d61c8a844
RANDOM SEED=1165229121

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

/proc/cpuinfo:
processor	: 0
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2667.073
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	: 5334.14
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 1
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2667.073
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		: 2667.073
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		: 2667.073
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.56
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 4
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2667.073
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.55
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 5
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2667.073
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.56
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 6
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2667.073
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.38
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 7
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2667.073
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.55
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:       32872528 kB
MemFree:        30193428 kB
Buffers:           91952 kB
Cached:           197388 kB
SwapCached:         1736 kB
Active:          1177972 kB
Inactive:         192360 kB
Active(anon):    1079384 kB
Inactive(anon):     4000 kB
Active(file):      98588 kB
Inactive(file):   188360 kB
Unevictable:      559040 kB
Mlocked:          526336 kB
SwapTotal:      67108856 kB
SwapFree:       67099160 kB
Dirty:             16336 kB
Writeback:             0 kB
AnonPages:       1645676 kB
Mapped:            10444 kB
Shmem:                 0 kB
Slab:             612828 kB
SReclaimable:      56592 kB
SUnreclaim:       556236 kB
KernelStack:        1520 kB
PageTables:         7300 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545120 kB
Committed_AS:    1783192 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346412 kB
VmallocChunk:   34341988032 kB
HardwareCorrupted:     0 kB
AnonHugePages:     77824 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= 71668 MiB
End job on node106 at 2016-06-18 19:28:27