Trace number 4093565

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 NameAnswerCPU timeWall clock time
toysat 2016-05-02OPTIMUM 1.14682 1.15115

General information on the benchmark

Name/PARTIAL-SMALLINT-LIN/wcsp/jnh/
normalized-jnh302_wcsp.wbo
MD5SUM8b86218007c145a9ce1787d0bbf0d30b
Bench CategoryPARTIAL-SMALLINT-LIN (both soft and hard constraints, small integers, linear constraints)
Best result obtained on this benchmarkMOPT
Best cost obtained on this benchmark395
Best CPU time to get the best result obtained on this benchmark1.14682
Max-Satisfiable
Max-(Un)Satisfiability was proved
Best value of the cost
Optimality of the best cost was proved
Number of variables200
Total number of constraints1000
Number of soft constraints900
Number of constraints which are clauses900
Number of constraints which are cardinality constraints (but not clauses)100
Number of constraints which are nor clauses,nor cardinality constraints0
Minimum length of a constraint2
Maximum length of a constraint10
Top cost 444855
Min constraint cost 1
Max constraint cost 1000
Sum of constraints costs 444854
Biggest number in a constraint 9
Number of bits of the biggest number in a constraint 4
Biggest sum of numbers in a constraint 19
Number of bits of the biggest sum of numbers5
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-16T18:38:23+0200
0.00/0.00	c version = 0.5.0
0.00/0.00	c githash = 1a49202
0.00/0.00	c compilationtime = 2016-05-02 00:19:28.990761 UTC
0.00/0.00	c arch = x86_64
0.00/0.00	c os = linux
0.00/0.00	c compiler = ghc 7.10
0.00/0.00	c packages:
0.00/0.00	c   OptDir-0.0.3
0.00/0.00	c   array-0.5.1.0
0.00/0.00	c   base-4.8.2.0
0.00/0.00	c   bytestring-0.10.6.0
0.00/0.00	c   bytestring-builder-0.10.6.0.0
0.00/0.00	c   clock-0.7.2
0.00/0.00	c   containers-0.5.6.2
0.00/0.00	c   data-default-0.5.3
0.00/0.00	c   data-default-class-0.0.1
0.00/0.00	c   data-interval-1.2.0
0.00/0.00	c   deepseq-1.4.1.1
0.00/0.00	c   directory-1.2.2.0
0.00/0.00	c   exceptions-0.8.2.1
0.00/0.00	c   extended-reals-0.2.1.0
0.00/0.00	c   filepath-1.4.0.0
0.00/0.00	c   finite-field-0.8.0
0.00/0.00	c   hashable-1.2.4.0
0.00/0.00	c   heaps-0.3.3
0.00/0.00	c   intern-0.9.1.4
0.00/0.00	c   loop-0.3.0
0.00/0.00	c   mtl-2.2.1
0.00/0.00	c   multiset-0.3.2
0.00/0.00	c   mwc-random-0.13.3.2
0.00/0.00	c   parse_dimacs-1.3
0.00/0.00	c   parsec-3.1.9
0.00/0.00	c   prettyclass-1.0.0.0
0.00/0.00	c   primes-0.2.1.0
0.00/0.00	c   primitive-0.6.1.0
0.00/0.00	c   process-1.2.3.0
0.00/0.00	c   pseudo-boolean-0.1.3.0
0.00/0.01	c   queue-0.1.2
0.00/0.01	c   semigroups-0.18.1
0.00/0.01	c   sign-0.4.3
0.00/0.01	c   stm-2.4.4.1
0.00/0.01	c   template-haskell-2.10.0.0
0.00/0.01	c   temporary-1.2.0.4
0.00/0.01	c   time-1.5.0.1
0.00/0.01	c   transformers-0.4.2.0
0.00/0.01	c   transformers-compat-0.5.1.4
0.00/0.01	c   type-level-numbers-0.1.1.1
0.00/0.01	c   unbounded-delays-0.1.0.9
0.00/0.01	c   unordered-containers-0.2.6.0
0.00/0.01	c   vector-0.11.0.0
0.00/0.01	c   vector-space-0.10.3
0.00/0.01	c command line = ["+RTS","-H1G","-M15500m","-K1G","-RTS","--wbo","--search=bcd2","HOME/instance-4093565-1466095103.wbo"]
0.00/0.01	c use --random-gen="4288926922 1655032853 3494332398 2283171246 2633633580 808316840 868369067 1885985968 1357640212 266253163 3971759364 2162011837 2780565555 2454504769 137090400 514609308 1872396345 1428090372 3489701935 2098742808 3077210106 3479268939 4187911200 1773864758 202933722 2929996606 3694267793 781806773 1324417216 3934868628 3593479858 3957756687 1115121863 4200440577 191929591 12206222 1555639429 2318443863 646837826 2973362823 1789234420 1691792560 3039766528 37191600 1481438021 4162387181 2765575036 1804790625 1401236634 256863493 2673435631 2901657402 2436638769 2630608610 2099707891 1475893744 3568579811 845390161 1563980232 2869413984 380773442 3840519559 1206277971 3294755967 1725029701 3109320819 543722215 2466417584 346551889 3300329889 242894134 2313496223 855841982 3130631222 324316838 3583740537 3789292680 3245822530 3748246784 129553800 731727703 1128563015 3413926578 187812000 3701338206 2256483518 1546000175 1878498785 2278350646 295762386 2465237436 4189568743 2434738378 1305624556 1902385783 3310327191 3288911119 862000041 3922222818 2581301980 1583710182 2169452582 1385736538 1826309242 3576940229 471046211 4278425425 2410429888 2490958821 3973531251 2167471250 550645327 10836543 2158054130 3045027718 1491473408 785541729 26811057 2853259931 2250588198 1066649282 1570227481 3122624025 3426877209 581804036 2468272428 235968578 2055400001 3233342770 3623843116 3486618523 302565191 165656600 3872101537 2751260169 913941148 3822916606 2130662182 2032483079 1373817825 3167676313 596254954 3562440866 2978994321 1453738747 2871544411 2591738814 2545855416 291157205 1809575332 2449103868 128980951 3311901464 722075813 4011188570 1065965497 2611957874 2438819922 3996864494 3380702721 2422891940 1190195837 2759596450 2365637901 3743165732 3749758971 3921363641 3100852741 1684028253 1284360200 3991031170 2627921278 2892650370 2089313016 2765690926 45894034 3169925201 1799585050 1981365340 276036611 999658175 254864831 2657469830 2133612656 598880391 2965487004 1641010722 1497076428 2786183251 726385926 90699081 3247116990 4090137724 2734951826 992965234 576748992 3924958325 4231488983 1026971711 4057479049 3500876934 3263505038 4117891170 556943739 14556745 2881103807 3321551361 2908587102 845928730 761570534 1365468673 3152189603 4085669507 2324379434 149914325 353679108 1284270091 3169911423 2326902611 1008683931 2267047218 590076624 2629113230 1720193732 3730191949 488318235 3117615790 2057732605 1628439161 3208888592 2541384396 1216170633 3980262252 3925456106 1344840735 2511139360 3159801248 3136787567 2626520019 1197607827 3452013529 4095353737 325178434 3504140060 3069581200 2881709642 3983508941 2457441392 568054211 3386043488 2468874839 2394471725 1848853131 3318239134 4014222483 2906445121 255 362436" option to reproduce the execution
0.00/0.04	c #vars 200
0.00/0.04	c #constraints 1000
0.00/0.08	c BCD2: Hardening is enabled.
0.00/0.08	c BCD2: BiasedSearch is enabled.
0.00/0.08	c Solving starts ...
0.00/0.08	c ============================[ Search Statistics ]============================
0.00/0.08	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
0.00/0.08	c       |         |          |          |    Limit     GC | Var      | Constra 
0.00/0.08	c =============================================================================
0.00/0.08	c  0.0s |       0 |        0 |        0 |      733      0 |        0 |        0
0.00/0.09	c  0.0s |       0 |     1193 |       39 |      733      0 |        0 |        0
0.00/0.09	c #cpu_time = 0.014s
0.00/0.09	c #wall_clock_time = 0.014s
0.00/0.09	c #decision = 1193
0.00/0.09	c #random_decision = 5
0.00/0.09	c #conflict = 39
0.00/0.09	c #restart = 0
0.00/0.09	o 6685
0.09/0.10	c BCD2: updating upper bound: 444854 -> 6684
0.09/0.11	c BCD2: 0 <= obj <= 6684
0.09/0.11	c BCD2: #cores=0, #unrelaxed=900, #relaxed=0, #hardened=0
0.09/0.11	c BCD2: #sat=1 #unsat=1 bias=1/2
0.09/0.11	c Solving starts ...
0.09/0.11	c ============================[ Search Statistics ]============================
0.09/0.11	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
0.09/0.11	c       |         |          |          |    Limit     GC | Var      | Constra 
0.09/0.11	c =============================================================================
0.09/0.11	c  0.0s |       0 |        0 |        0 |      733      0 |        0 |        0
0.09/0.11	c  0.0s |       0 |      903 |        1 |      733      0 |        0 |        0
0.09/0.11	c #cpu_time = 0.002s
0.09/0.11	c #wall_clock_time = 0.002s
0.09/0.11	c #decision = 903
0.09/0.11	c #random_decision = 0
0.09/0.11	c #conflict = 1
0.09/0.11	c #restart = 0
0.09/0.11	c BCD2: found a new core of size 43: cost of the new core is >=17
0.09/0.11	c lower bound updated to 17
0.09/0.11	c BCD2: 17 <= obj <= 6684
0.09/0.11	c BCD2: #cores=1, #unrelaxed=857, #relaxed=43, #hardened=0
0.09/0.11	c BCD2: #sat=1 #unsat=2 bias=2/3
0.09/0.11	c Solving starts ...
0.09/0.11	c ============================[ Search Statistics ]============================
0.09/0.11	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
0.09/0.11	c       |         |          |          |    Limit     GC | Var      | Constra 
0.09/0.11	c =============================================================================
0.09/0.11	c  0.0s |       0 |        0 |        0 |      733      0 |        0 |        0
0.09/0.13	c  0.0s |       1 |     1630 |      100 |      807      0 |        0 |        0
0.09/0.16	c  0.1s |       2 |     2679 |      250 |      888      0 |        0 |        0
0.19/0.24	c  0.1s |       3 |     3843 |      475 |      977      0 |        0 |        0
0.29/0.31	c  0.2s |       3 |     4922 |      635 |      977      0 |        0 |        0
0.29/0.31	c #cpu_time = 0.199s
0.29/0.31	c #wall_clock_time = 0.200s
0.29/0.31	c #decision = 4922
0.29/0.31	c #random_decision = 1
0.29/0.31	c #conflict = 635
0.29/0.31	c #restart = 3
0.29/0.31	o 1301
0.29/0.31	c BCD2: updating upper bound: 6684 -> 1300
0.29/0.31	c BCD2: 17 <= obj <= 1300
0.29/0.31	c BCD2: #cores=1, #unrelaxed=857, #relaxed=43, #hardened=0
0.29/0.31	c BCD2: #sat=2 #unsat=2 bias=2/4
0.29/0.32	c Solving starts ...
0.29/0.32	c ============================[ Search Statistics ]============================
0.29/0.32	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
0.29/0.32	c       |         |          |          |    Limit     GC | Var      | Constra 
0.29/0.32	c =============================================================================
0.29/0.32	c  0.0s |       0 |        0 |        0 |      977      0 |        0 |        1
0.29/0.35	c  0.0s |       0 |      932 |       66 |      977      0 |        0 |        1
0.29/0.35	c #cpu_time = 0.036s
0.29/0.35	c #wall_clock_time = 0.036s
0.29/0.35	c #decision = 932
0.29/0.35	c #random_decision = 0
0.29/0.35	c #conflict = 66
0.29/0.35	c #restart = 0
0.29/0.36	c BCD2: relaxing 417 and merging with 1 cores into a new core of size 460: cost of the new core is >=18
0.29/0.36	c lower bound updated to 18
0.29/0.37	c BCD2: 18 <= obj <= 1300
0.29/0.37	c BCD2: #cores=1, #unrelaxed=440, #relaxed=460, #hardened=0
0.29/0.37	c BCD2: #sat=2 #unsat=3 bias=3/5
0.29/0.37	c Solving starts ...
0.29/0.37	c ============================[ Search Statistics ]============================
0.29/0.37	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
0.29/0.37	c       |         |          |          |    Limit     GC | Var      | Constra 
0.29/0.37	c =============================================================================
0.29/0.37	c  0.0s |       0 |        0 |        0 |      977      0 |        2 |        1
0.39/0.44	c  0.1s |       1 |     1121 |      100 |     1075      0 |        2 |        4
0.39/0.47	c  0.1s |       1 |     1669 |      138 |     1075      0 |        2 |        4
0.39/0.47	c #cpu_time = 0.100s
0.39/0.47	c #wall_clock_time = 0.100s
0.39/0.47	c #decision = 1669
0.39/0.47	c #random_decision = 1
0.39/0.47	c #conflict = 138
0.39/0.47	c #restart = 1
0.39/0.47	o 729
0.39/0.47	c BCD2: hardening fixes 243 literals
0.39/0.47	c BCD2: updating upper bound: 1300 -> 728
0.39/0.48	c BCD2: 18 <= obj <= 728
0.39/0.48	c BCD2: #cores=1, #unrelaxed=316, #relaxed=341, #hardened=243
0.39/0.48	c BCD2: #sat=3 #unsat=3 bias=3/6
0.39/0.48	c Solving starts ...
0.39/0.48	c ============================[ Search Statistics ]============================
0.39/0.48	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
0.39/0.48	c       |         |          |          |    Limit     GC | Var      | Constra 
0.39/0.48	c =============================================================================
0.39/0.48	c  0.0s |       0 |        0 |        0 |     1075      0 |      245 |        5
0.49/0.53	c  0.0s |       1 |      754 |      100 |     1075      0 |      245 |        5
0.49/0.59	c  0.1s |       1 |     1432 |      227 |     1075      0 |      245 |        5
0.49/0.59	c #cpu_time = 0.109s
0.49/0.59	c #wall_clock_time = 0.109s
0.49/0.59	c #decision = 1432
0.49/0.59	c #random_decision = 0
0.49/0.59	c #conflict = 227
0.49/0.59	c #restart = 1
0.49/0.59	c BCD2: relaxing 28 and merging with 1 cores into a new core of size 488: cost of the new core is >=104
0.49/0.59	c lower bound updated to 104
0.49/0.59	c BCD2: hardening fixes 34 literals
0.49/0.59	c BCD2: 104 <= obj <= 728
0.49/0.59	c BCD2: #cores=1, #unrelaxed=254, #relaxed=369, #hardened=277
0.49/0.59	c BCD2: #sat=3 #unsat=4 bias=4/7
0.59/0.61	c Solving starts ...
0.59/0.61	c ============================[ Search Statistics ]============================
0.59/0.61	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
0.59/0.61	c       |         |          |          |    Limit     GC | Var      | Constra 
0.59/0.61	c =============================================================================
0.59/0.61	c  0.0s |       0 |        0 |        0 |     1075      0 |      281 |        5
0.59/0.64	c  0.0s |       0 |      355 |       37 |     1075      0 |      281 |        8
0.59/0.64	c #cpu_time = 0.027s
0.59/0.64	c #wall_clock_time = 0.027s
0.59/0.64	c #decision = 355
0.59/0.64	c #random_decision = 1
0.59/0.64	c #conflict = 37
0.59/0.64	c #restart = 0
0.59/0.64	o 395
0.59/0.64	c BCD2: hardening fixes 304 literals
0.59/0.64	c BCD2: updating upper bound: 728 -> 394
0.59/0.64	c BCD2: 104 <= obj <= 394
0.59/0.64	c BCD2: #cores=1, #unrelaxed=118, #relaxed=201, #hardened=581
0.59/0.64	c BCD2: #sat=4 #unsat=4 bias=4/8
0.59/0.64	c Solving starts ...
0.59/0.64	c ============================[ Search Statistics ]============================
0.59/0.64	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
0.59/0.64	c       |         |          |          |    Limit     GC | Var      | Constra 
0.59/0.64	c =============================================================================
0.59/0.64	c  0.0s |       0 |        0 |        0 |     1075      0 |      587 |        9
0.59/0.67	c  0.0s |       0 |      487 |       49 |     1075      0 |      588 |       31
0.59/0.67	c #cpu_time = 0.022s
0.59/0.67	c #wall_clock_time = 0.022s
0.59/0.67	c #decision = 487
0.59/0.67	c #random_decision = 0
0.59/0.67	c #conflict = 49
0.59/0.67	c #restart = 0
0.59/0.67	c BCD2: updating lower bound of a core
0.59/0.67	c lower bound updated to 250
0.59/0.68	c BCD2: hardening fixes 59 literals
0.59/0.68	c BCD2: 250 <= obj <= 394
0.59/0.68	c BCD2: #cores=1, #unrelaxed=59, #relaxed=201, #hardened=640
0.59/0.68	c BCD2: #sat=4 #unsat=5 bias=5/9
0.59/0.68	c Solving starts ...
0.59/0.68	c ============================[ Search Statistics ]============================
0.59/0.68	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
0.59/0.68	c       |         |          |          |    Limit     GC | Var      | Constra 
0.59/0.68	c =============================================================================
0.59/0.68	c  0.0s |       0 |        0 |        0 |     1075      0 |      647 |       31
0.69/0.73	c  0.0s |       1 |      541 |      100 |     1075      0 |      647 |       31
0.69/0.73	c  0.0s |       1 |      619 |      103 |     1075      0 |      647 |       31
0.69/0.73	c #cpu_time = 0.049s
0.69/0.73	c #wall_clock_time = 0.049s
0.69/0.73	c #decision = 619
0.69/0.73	c #random_decision = 0
0.69/0.73	c #conflict = 103
0.69/0.73	c #restart = 1
0.69/0.73	c BCD2: relaxing 1 and merging with 1 cores into a new core of size 489: cost of the new core is >=327
0.69/0.73	c lower bound updated to 327
0.69/0.73	c BCD2: hardening fixes 31 literals
0.69/0.73	c BCD2: 327 <= obj <= 394
0.69/0.73	c BCD2: #cores=1, #unrelaxed=27, #relaxed=202, #hardened=671
0.69/0.73	c BCD2: #sat=4 #unsat=6 bias=6/10
0.69/0.73	c Solving starts ...
0.69/0.73	c ============================[ Search Statistics ]============================
0.69/0.73	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
0.69/0.73	c       |         |          |          |    Limit     GC | Var      | Constra 
0.69/0.73	c =============================================================================
0.69/0.73	c  0.0s |       0 |        0 |        0 |     1075      0 |      680 |       31
0.69/0.79	c  0.1s |       1 |      256 |      100 |     1183      0 |      680 |       34
0.79/0.80	c  0.1s |       1 |      371 |      125 |     1183      0 |      681 |       35
0.79/0.80	c #cpu_time = 0.070s
0.79/0.80	c #wall_clock_time = 0.070s
0.79/0.80	c #decision = 371
0.79/0.80	c #random_decision = 0
0.79/0.80	c #conflict = 125
0.79/0.80	c #restart = 1
0.79/0.80	c BCD2: updating lower bound of a core
0.79/0.81	c lower bound updated to 368
0.79/0.81	c BCD2: hardening fixes 19 literals
0.79/0.81	c BCD2: 368 <= obj <= 394
0.79/0.81	c BCD2: #cores=1, #unrelaxed=8, #relaxed=202, #hardened=690
0.79/0.81	c BCD2: #sat=4 #unsat=7 bias=7/11
0.79/0.81	c Solving starts ...
0.79/0.81	c ============================[ Search Statistics ]============================
0.79/0.81	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
0.79/0.81	c       |         |          |          |    Limit     GC | Var      | Constra 
0.79/0.81	c =============================================================================
0.79/0.81	c  0.0s |       0 |        0 |        0 |     1183      0 |      700 |       35
0.79/0.85	c  0.0s |       1 |      174 |      100 |     1183      0 |      700 |       35
0.79/0.89	c  0.1s |       1 |      309 |      181 |     1183      0 |      700 |       35
0.79/0.89	c #cpu_time = 0.084s
0.79/0.89	c #wall_clock_time = 0.084s
0.79/0.89	c #decision = 309
0.79/0.89	c #random_decision = 0
0.79/0.89	c #conflict = 181
0.79/0.89	c #restart = 1
0.79/0.89	c BCD2: relaxing 1 and merging with 1 cores into a new core of size 490: cost of the new core is >=373
0.79/0.89	c lower bound updated to 373
0.79/0.89	c BCD2: hardening fixes 1 literals
0.79/0.89	c BCD2: 373 <= obj <= 394
0.79/0.89	c BCD2: #cores=1, #unrelaxed=6, #relaxed=203, #hardened=691
0.79/0.89	c BCD2: #sat=4 #unsat=8 bias=8/12
0.79/0.90	c Solving starts ...
0.79/0.90	c ============================[ Search Statistics ]============================
0.79/0.90	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
0.79/0.90	c       |         |          |          |    Limit     GC | Var      | Constra 
0.79/0.90	c =============================================================================
0.89/0.90	c  0.0s |       0 |        0 |        0 |     1183      0 |      702 |       35
0.89/0.94	c  0.0s |       1 |      174 |      100 |     1183      0 |      702 |       36
0.89/0.97	c  0.1s |       1 |      226 |      133 |     1183      0 |      703 |       37
0.89/0.97	c #cpu_time = 0.073s
0.89/0.97	c #wall_clock_time = 0.073s
0.89/0.97	c #decision = 226
0.89/0.97	c #random_decision = 1
0.89/0.97	c #conflict = 133
0.89/0.97	c #restart = 1
0.89/0.97	c BCD2: updating lower bound of a core
0.89/0.97	c lower bound updated to 388
0.89/0.97	c BCD2: hardening fixes 5 literals
0.89/0.97	c BCD2: 388 <= obj <= 394
0.89/0.97	c BCD2: #cores=1, #unrelaxed=1, #relaxed=203, #hardened=696
0.89/0.97	c BCD2: #sat=4 #unsat=9 bias=9/13
0.89/0.97	c Solving starts ...
0.89/0.97	c ============================[ Search Statistics ]============================
0.89/0.97	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
0.89/0.97	c       |         |          |          |    Limit     GC | Var      | Constra 
0.89/0.97	c =============================================================================
0.89/0.97	c  0.0s |       0 |        0 |        0 |     1183      0 |      708 |       37
0.99/1.03	c  0.1s |       1 |      145 |      100 |     1183      0 |      708 |       37
0.99/1.04	c  0.1s |       1 |      162 |      114 |     1183      0 |      709 |       38
0.99/1.04	c #cpu_time = 0.071s
0.99/1.04	c #wall_clock_time = 0.071s
0.99/1.04	c #decision = 162
0.99/1.04	c #random_decision = 0
0.99/1.04	c #conflict = 114
0.99/1.04	c #restart = 1
0.99/1.04	c BCD2: updating lower bound of a core
0.99/1.04	c lower bound updated to 393
0.99/1.05	c BCD2: 393 <= obj <= 394
0.99/1.05	c BCD2: #cores=1, #unrelaxed=1, #relaxed=203, #hardened=696
0.99/1.05	c BCD2: #sat=4 #unsat=10 bias=10/14
0.99/1.05	c Solving starts ...
0.99/1.05	c ============================[ Search Statistics ]============================
0.99/1.05	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
0.99/1.05	c       |         |          |          |    Limit     GC | Var      | Constra 
0.99/1.05	c =============================================================================
0.99/1.05	c  0.0s |       0 |        0 |        0 |     1183      0 |      709 |       39
1.10/1.11	c  0.1s |       0 |      121 |       97 |     1183      0 |      710 |       40
1.10/1.11	c #cpu_time = 0.062s
1.10/1.11	c #wall_clock_time = 0.062s
1.10/1.11	c #decision = 121
1.10/1.11	c #random_decision = 0
1.10/1.11	c #conflict = 97
1.10/1.11	c #restart = 0
1.10/1.11	c BCD2: updating lower bound of a core
1.10/1.11	c lower bound updated to 395
1.10/1.11	s OPTIMUM FOUND
1.10/1.11	v -x1 x2 -x3 x4 -x5 x6 x7 -x8 -x9 x10
1.10/1.11	v x11 -x12 x13 -x14 -x15 x16 x17 -x18 -x19 x20
1.10/1.11	v x21 -x22 x23 -x24 x25 -x26 -x27 x28 -x29 x30
1.10/1.11	v -x31 x32 x33 -x34 x35 -x36 x37 -x38 -x39 x40
1.10/1.11	v x41 -x42 x43 -x44 -x45 x46 -x47 x48 x49 -x50
1.10/1.11	v -x51 x52 -x53 x54 -x55 x56 -x57 x58 x59 -x60
1.10/1.11	v -x61 x62 x63 -x64 -x65 x66 x67 -x68 x69 -x70
1.10/1.11	v -x71 x72 x73 -x74 x75 -x76 -x77 x78 -x79 x80
1.10/1.11	v -x81 x82 -x83 x84 x85 -x86 x87 -x88 -x89 x90
1.10/1.11	v x91 -x92 -x93 x94 x95 -x96 -x97 x98 -x99 x100
1.10/1.11	v -x101 x102 x103 -x104 -x105 x106 -x107 x108 -x109 x110
1.10/1.11	v x111 -x112 x113 -x114 -x115 x116 -x117 x118 x119 -x120
1.10/1.11	v -x121 x122 x123 -x124 x125 -x126 -x127 x128 x129 -x130
1.10/1.11	v x131 -x132 -x133 x134 x135 -x136 -x137 x138 x139 -x140
1.10/1.11	v -x141 x142 -x143 x144 -x145 x146 x147 -x148 -x149 x150
1.10/1.11	v x151 -x152 -x153 x154 x155 -x156 x157 -x158 x159 -x160
1.10/1.11	v x161 -x162 -x163 x164 -x165 x166 x167 -x168 -x169 x170
1.10/1.11	v -x171 x172 x173 -x174 -x175 x176 x177 -x178 -x179 x180
1.10/1.11	v -x181 x182 -x183 x184 -x185 x186 -x187 x188 -x189 x190
1.10/1.11	v -x191 x192 -x193 x194 -x195 x196 x197 -x198 x199 -x200
1.10/1.11	c total CPU time = 1.110s
1.10/1.11	c total wall clock time = 1.115s

Verifier Data

OK	395

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-4093565-1466095103/watcher-4093565-1466095103 -o /tmp/evaluation-result-4093565-1466095103/solver-4093565-1466095103 -C 1800 -W 1900 -M 15500 --bin-var /tmp/runsolver-exch-node106-1466074835-11959 --watchdog 1960 toysat +RTS -H1G -M15500m -K1G -RTS --wbo --search=bcd2 HOME/instance-4093565-1466095103.wbo 

pid=14917
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.01 2.06 2.02 3/179 14920
/proc/meminfo: memFree=30913308/32872528 swapFree=525044/557748
[pid=14920] ppid=14917 vsize=680380 CPUtime=0 cores=1,3,5,7
/proc/14920/stat : 14920 (toysat) R 14917 14920 10502 0 -1 4202496 2532 0 0 0 0 0 0 0 20 0 4 0 11560468 696709120 2894 33554432000 4194304 16246674 140733362304000 140733362303424 13880264 0 2 0 34082818 18446744073709551615 0 0 17 3 0 0 0 0 0
/proc/14920/statm: 170607 2902 441 2943 0 167501 0
[pid=14920/tid=14921] ppid=14917 vsize=697788 CPUtime=0 cores=1,3,5,7
/proc/14920/task/14921/stat : 14921 (toysat) S 14917 14920 10502 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 4 0 11560468 714534912 2961 33554432000 4194304 16246674 140733362304000 140041859869936 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 5 0 0 0 0 0
[pid=14920/tid=14922] ppid=14917 vsize=701884 CPUtime=0 cores=1,3,5,7
/proc/14920/task/14922/stat : 14922 (toysat) S 14917 14920 10502 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 11560468 718729216 2978 33554432000 4194304 16246674 140733362304000 140041849380080 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 1 0 0 0 0 0
[pid=14920/tid=14923] ppid=14917 vsize=705980 CPUtime=0 cores=1,3,5,7
/proc/14920/task/14923/stat : 14923 (toysat) S 14917 14920 10502 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 4 0 11560468 722923520 2994 33554432000 4194304 16246674 140733362304000 140041770757296 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 5 0 0 0 0 0

[startup+0.100135 s]
/proc/loadavg: 2.01 2.06 2.02 3/179 14920
/proc/meminfo: memFree=30913308/32872528 swapFree=525044/557748
[pid=14920] ppid=14917 vsize=1218116 CPUtime=0.09 cores=1,3,5,7
/proc/14920/stat : 14920 (toysat) R 14917 14920 10502 0 -1 4202496 25254 0 0 0 6 3 0 0 20 0 4 0 11560468 1247350784 25601 33554432000 4194304 16246674 140733362304000 140733362286992 13752840 0 0 0 34082818 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/14920/statm: 304529 25610 771 2943 0 301423 0
[pid=14920/tid=14921] ppid=14917 vsize=1218116 CPUtime=0 cores=1,3,5,7
/proc/14920/task/14921/stat : 14921 (toysat) S 14917 14920 10502 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 4 0 11560468 1247350784 25623 33554432000 4194304 16246674 140733362304000 140041859869936 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 5 0 0 0 0 0
[pid=14920/tid=14922] ppid=14917 vsize=1218116 CPUtime=0 cores=1,3,5,7
/proc/14920/task/14922/stat : 14922 (toysat) S 14917 14920 10502 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 11560468 1247350784 25636 33554432000 4194304 16246674 140733362304000 140041849380080 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 1 0 0 0 0 0
[pid=14920/tid=14923] ppid=14917 vsize=1218116 CPUtime=0 cores=1,3,5,7
/proc/14920/task/14923/stat : 14923 (toysat) S 14917 14920 10502 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 4 0 11560468 1247350784 25650 33554432000 4194304 16246674 140733362304000 140041770757296 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.200521 s]
/proc/loadavg: 2.01 2.06 2.02 3/179 14920
/proc/meminfo: memFree=30913308/32872528 swapFree=525044/557748
[pid=14920] ppid=14917 vsize=1221188 CPUtime=0.19 cores=1,3,5,7
/proc/14920/stat : 14920 (toysat) R 14917 14920 10502 0 -1 4202496 34414 0 0 0 15 4 0 0 20 0 4 0 11560468 1250496512 34741 33554432000 4194304 16246674 140733362304000 140733362303312 5546181 0 0 0 34082818 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/14920/statm: 305297 34751 871 2943 0 302191 0
[pid=14920/tid=14921] ppid=14917 vsize=1221188 CPUtime=0 cores=1,3,5,7
/proc/14920/task/14921/stat : 14921 (toysat) S 14917 14920 10502 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 4 0 11560468 1250496512 34757 33554432000 4194304 16246674 140733362304000 140041859869936 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 5 0 0 0 0 0
[pid=14920/tid=14922] ppid=14917 vsize=1221188 CPUtime=0 cores=1,3,5,7
/proc/14920/task/14922/stat : 14922 (toysat) S 14917 14920 10502 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 11560468 1250496512 34763 33554432000 4194304 16246674 140733362304000 140041849380080 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 1 0 0 0 0 0
[pid=14920/tid=14923] ppid=14917 vsize=1221188 CPUtime=0 cores=1,3,5,7
/proc/14920/task/14923/stat : 14923 (toysat) S 14917 14920 10502 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 4 0 11560468 1250496512 34768 33554432000 4194304 16246674 140733362304000 140041770757296 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) 1221188

[startup+0.300487 s]
/proc/loadavg: 2.01 2.06 2.02 3/179 14920
/proc/meminfo: memFree=30913308/32872528 swapFree=525044/557748
[pid=14920] ppid=14917 vsize=1221188 CPUtime=0.29 cores=1,3,5,7
/proc/14920/stat : 14920 (toysat) R 14917 14920 10502 0 -1 4202496 58896 0 0 0 21 8 0 0 20 0 4 0 11560468 1250496512 59222 33554432000 4194304 16246674 140733362304000 140733362303312 13954518 0 0 0 34082818 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/14920/statm: 305297 59233 871 2943 0 302191 0
[pid=14920/tid=14921] ppid=14917 vsize=1221188 CPUtime=0 cores=1,3,5,7
/proc/14920/task/14921/stat : 14921 (toysat) S 14917 14920 10502 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 4 0 11560468 1250496512 59243 33554432000 4194304 16246674 140733362304000 140041859869936 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 5 0 0 0 0 0
[pid=14920/tid=14922] ppid=14917 vsize=1221188 CPUtime=0 cores=1,3,5,7
/proc/14920/task/14922/stat : 14922 (toysat) S 14917 14920 10502 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 11560468 1250496512 59257 33554432000 4194304 16246674 140733362304000 140041849380080 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 1 0 0 0 0 0
[pid=14920/tid=14923] ppid=14917 vsize=1221188 CPUtime=0 cores=1,3,5,7
/proc/14920/task/14923/stat : 14923 (toysat) S 14917 14920 10502 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 4 0 11560468 1250496512 59269 33554432000 4194304 16246674 140733362304000 140041770757296 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) 1221188

[startup+0.70039 s]
/proc/loadavg: 2.01 2.06 2.02 3/179 14920
/proc/meminfo: memFree=30913308/32872528 swapFree=525044/557748
[pid=14920] ppid=14917 vsize=1302084 CPUtime=0.69 cores=1,3,5,7
/proc/14920/stat : 14920 (toysat) R 14917 14920 10502 0 -1 4202496 129026 0 0 0 52 17 0 0 20 0 4 0 11560468 1333334016 129352 33554432000 4194304 16246674 140733362304000 140733362303312 5675357 0 0 0 34082818 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/14920/statm: 325521 129362 877 2943 0 322415 0
[pid=14920/tid=14921] ppid=14917 vsize=1302084 CPUtime=0 cores=1,3,5,7
/proc/14920/task/14921/stat : 14921 (toysat) S 14917 14920 10502 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 4 0 11560468 1333334016 129363 33554432000 4194304 16246674 140733362304000 140041859869936 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 5 0 0 0 0 0
[pid=14920/tid=14922] ppid=14917 vsize=1302084 CPUtime=0 cores=1,3,5,7
/proc/14920/task/14922/stat : 14922 (toysat) S 14917 14920 10502 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 11560468 1333334016 129368 33554432000 4194304 16246674 140733362304000 140041849380080 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 1 0 0 0 0 0
[pid=14920/tid=14923] ppid=14917 vsize=1302084 CPUtime=0 cores=1,3,5,7
/proc/14920/task/14923/stat : 14923 (toysat) S 14917 14920 10502 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 4 0 11560468 1333334016 129370 33554432000 4194304 16246674 140733362304000 140041770757296 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) 1302084

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

[startup+0.800493 s]
/proc/loadavg: 2.01 2.06 2.02 3/179 14920
/proc/meminfo: memFree=30913308/32872528 swapFree=525044/557748
[pid=14920] ppid=14917 vsize=1303108 CPUtime=0.79 cores=1,3,5,7
/proc/14920/stat : 14920 (toysat) R 14917 14920 10502 0 -1 4202496 143947 0 0 0 60 19 0 0 20 0 4 0 11560468 1334382592 144273 33554432000 4194304 16246674 140733362304000 140733362303312 12478957 0 0 0 34082818 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/14920/statm: 325777 144282 877 2943 0 322671 0
[pid=14920/tid=14921] ppid=14917 vsize=1303108 CPUtime=0 cores=1,3,5,7
/proc/14920/task/14921/stat : 14921 (toysat) S 14917 14920 10502 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 4 0 11560468 1334382592 144287 33554432000 4194304 16246674 140733362304000 140041859869936 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 5 0 0 0 0 0
[pid=14920/tid=14922] ppid=14917 vsize=1303108 CPUtime=0 cores=1,3,5,7
/proc/14920/task/14922/stat : 14922 (toysat) S 14917 14920 10502 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 11560468 1334382592 144291 33554432000 4194304 16246674 140733362304000 140041849380080 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 1 0 0 0 0 0
[pid=14920/tid=14923] ppid=14917 vsize=1303108 CPUtime=0 cores=1,3,5,7
/proc/14920/task/14923/stat : 14923 (toysat) S 14917 14920 10502 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 4 0 11560468 1334382592 144291 33554432000 4194304 16246674 140733362304000 140041770757296 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 5 0 0 0 0 0
Current children cumulated CPU time (s) 0.79
Current children cumulated vsize (KiB) 1303108

[startup+1.00028 s]
/proc/loadavg: 2.01 2.06 2.02 3/179 14920
/proc/meminfo: memFree=30913308/32872528 swapFree=525044/557748
[pid=14920] ppid=14917 vsize=1303108 CPUtime=0.99 cores=1,3,5,7
/proc/14920/stat : 14920 (toysat) R 14917 14920 10502 0 -1 4202496 145558 0 0 0 80 19 0 0 20 0 4 0 11560468 1334382592 145883 33554432000 4194304 16246674 140733362304000 140733362285888 5822428 0 0 0 34082818 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/14920/statm: 325777 145883 877 2943 0 322671 0
[pid=14920/tid=14921] ppid=14917 vsize=1303108 CPUtime=0 cores=1,3,5,7
/proc/14920/task/14921/stat : 14921 (toysat) S 14917 14920 10502 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 4 0 11560468 1334382592 145883 33554432000 4194304 16246674 140733362304000 140041859869936 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 5 0 0 0 0 0
[pid=14920/tid=14922] ppid=14917 vsize=1303108 CPUtime=0 cores=1,3,5,7
/proc/14920/task/14922/stat : 14922 (toysat) S 14917 14920 10502 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 11560468 1334382592 145883 33554432000 4194304 16246674 140733362304000 140041849380080 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 1 0 0 0 0 0
[pid=14920/tid=14923] ppid=14917 vsize=1303108 CPUtime=0 cores=1,3,5,7
/proc/14920/task/14923/stat : 14923 (toysat) S 14917 14920 10502 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 4 0 11560468 1334382592 145883 33554432000 4194304 16246674 140733362304000 140041770757296 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 5 0 0 0 0 0
Current children cumulated CPU time (s) 0.99
Current children cumulated vsize (KiB) 1303108

[startup+1.1004 s]
/proc/loadavg: 2.01 2.06 2.02 3/183 14924
/proc/meminfo: memFree=30330660/32872528 swapFree=525044/557748
[pid=14920] ppid=14917 vsize=1303108 CPUtime=1.1 cores=1,3,5,7
/proc/14920/stat : 14920 (toysat) R 14917 14920 10502 0 -1 4202496 145574 0 0 0 91 19 0 0 20 0 4 0 11560468 1334382592 145899 33554432000 4194304 16246674 140733362304000 140733362285888 6020694 0 0 0 34082818 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/14920/statm: 325777 145899 877 2943 0 322671 0
[pid=14920/tid=14921] ppid=14917 vsize=1303108 CPUtime=0 cores=1,3,5,7
/proc/14920/task/14921/stat : 14921 (toysat) S 14917 14920 10502 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 4 0 11560468 1334382592 145899 33554432000 4194304 16246674 140733362304000 140041859869936 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 5 0 0 0 0 0
[pid=14920/tid=14922] ppid=14917 vsize=1303108 CPUtime=0 cores=1,3,5,7
/proc/14920/task/14922/stat : 14922 (toysat) S 14917 14920 10502 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 11560468 1334382592 145899 33554432000 4194304 16246674 140733362304000 140041849380080 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 1 0 0 0 0 0
[pid=14920/tid=14923] ppid=14917 vsize=1303108 CPUtime=0 cores=1,3,5,7
/proc/14920/task/14923/stat : 14923 (toysat) S 14917 14920 10502 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 4 0 11560468 1334382592 145899 33554432000 4194304 16246674 140733362304000 140041770757296 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 5 0 0 0 0 0
Current children cumulated CPU time (s) 1.1
Current children cumulated vsize (KiB) 1303108

Child status: 0
Real time (s): 1.15115
CPU time (s): 1.14682
CPU user time (s): 0.921859
CPU system time (s): 0.224965
CPU usage (%): 99.6242
Max. virtual memory (cumulated for all children) (KiB): 1303108

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 0.921859
system time used= 0.224965
maximum resident set size= 583720
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 145607
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= 23
involuntary context switches= 10

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 0.005999 second user time and 0.011998 second system time

The end

Launcher Data

Begin job on node106 at 2016-06-16 18:38:23
IDJOB=4093565
IDBENCH=79387
IDSOLVER=2553
FILE ID=node106/4093565-1466095103
RUNJOBID= node106-1466074835-11959
PBS_JOBID= 19904026
Free space on /tmp= 71724 MiB

SOLVER NAME= toysat 2016-05-02
BENCH NAME= PB10/normalized-PB10/PARTIAL-SMALLINT-LIN/wcsp/jnh/normalized-jnh302_wcsp.wbo
COMMAND LINE= toysat +RTS -H1G -MMEMLIMITm -K1G -RTS --wbo --search=bcd2 BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4093565-1466095103/watcher-4093565-1466095103 -o /tmp/evaluation-result-4093565-1466095103/solver-4093565-1466095103 -C 1800 -W 1900 -M 15500 --bin-var /tmp/runsolver-exch-node106-1466074835-11959 --watchdog 1960  toysat +RTS -H1G -M15500m -K1G -RTS --wbo --search=bcd2 HOME/instance-4093565-1466095103.wbo

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

MD5SUM BENCH= 8b86218007c145a9ce1787d0bbf0d30b
RANDOM SEED=1372909533

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:        30913464 kB
Buffers:           47888 kB
Cached:           106260 kB
SwapCached:         1840 kB
Active:           626640 kB
Inactive:          74208 kB
Active(anon):     547868 kB
Inactive(anon):     1072 kB
Active(file):      78772 kB
Inactive(file):    73136 kB
Unevictable:      557748 kB
Mlocked:          525044 kB
SwapTotal:      67108856 kB
SwapFree:       67098928 kB
Dirty:             33548 kB
Writeback:             0 kB
AnonPages:       1106128 kB
Mapped:            10684 kB
Shmem:                 0 kB
Slab:             568216 kB
SReclaimable:      11876 kB
SUnreclaim:       556340 kB
KernelStack:        1520 kB
PageTables:         7328 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545120 kB
Committed_AS:    1791340 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346412 kB
VmallocChunk:   34341988032 kB
HardwareCorrupted:     0 kB
AnonHugePages:     36864 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= 71708 MiB
End job on node106 at 2016-06-16 18:38:25