Trace number 4109298

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 30.2224 30.2282

General information on the benchmark

Name/PARTIAL-SMALLINT-LIN/PB06/submitted-PB06/namasivayam/wnqueen/
normalized-t2001.13queen13.1111227012--soft-33-100-0.wbo
MD5SUM2b34e07f02f20428b9849b788b9a7a67
Bench CategoryPARTIAL-SMALLINT-LIN (both soft and hard constraints, small integers, linear constraints)
Best result obtained on this benchmarkMOPT
Best cost obtained on this benchmark2
Best CPU time to get the best result obtained on this benchmark3.50647
Max-Satisfiable
Max-(Un)Satisfiability was proved
Best value of the cost
Optimality of the best cost was proved
Number of variables169
Total number of constraints101
Number of soft constraints69
Number of constraints which are clauses30
Number of constraints which are cardinality constraints (but not clauses)70
Number of constraints which are nor clauses,nor cardinality constraints1
Minimum length of a constraint2
Maximum length of a constraint169
Top cost 3204
Min constraint cost 1
Max constraint cost 97
Sum of constraints costs 3203
Biggest number in a constraint 38
Number of bits of the biggest number in a constraint 6
Biggest sum of numbers in a constraint 1220
Number of bits of the biggest sum of numbers11
Number of products (including duplicates)0
Sum of products size (including duplicates)0
Number of different products0
Sum of products size0

Quality of the solution as a function of time


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

Solver Data

0.00/0.00	c 2016-06-19T15:40:43+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-4109298-1466343643.wbo"]
0.00/0.01	c use --random-gen="2240369514 2033715323 893999381 2023548667 2527427484 4022005953 2277654723 3731582997 2265725806 3753871382 3909811587 2808001821 1331814777 1566338843 800067594 2719241375 1054064969 3419268652 2914602692 1012250788 672015231 4261202508 2315842705 4196907438 3034885086 872203683 3491562219 1911678693 3493312571 3004862519 2790154328 3510096252 3375322381 987249235 3939780764 1898733404 3395226052 2325564280 2189917473 3198600781 4038044574 1981226172 393197906 4176051055 2912048952 132143105 1344685797 2554242703 3455512052 2840850896 1762955891 2946737913 873154655 784469544 3886935753 2609893678 2302159740 3365708670 154276905 781506542 2854266486 2265360438 2039162221 3389643164 912028679 105073316 3912639116 1620582566 2168279831 394101987 3354718704 2754167406 2226082809 2939543895 1608827251 20842876 41767642 2784106240 369888012 3914477664 4193949240 1375167549 1802300880 1891627830 2373287109 3276110598 3703287089 3745147245 2345780981 1019585473 2762626245 49691270 2645583487 1855674727 2749627904 2274325600 2738203936 3395262106 715641573 2340974116 3468039624 1128799527 2852912047 1614608870 2589319905 395931987 960294918 863460889 4029390594 4203868651 3892475519 97282842 1519638391 2396343243 1997107736 1723491056 2276947033 2119111454 168440763 3533268415 4402713 737819597 3596917537 4008349266 2662431959 521263787 6452466 3510768084 2363013091 177290940 1424477279 3329105187 1232226893 2759594743 751107268 3661240399 413695001 487105868 103075317 3217093092 3674157616 906317796 3858619853 2099172455 4052479652 1305411070 2913371318 1834393710 2634593423 1633766521 2965419257 1291065800 2829666674 1522467565 1818310259 1549341226 4149295835 1722447191 2098788672 2576389320 3598442309 780729094 1324096690 1318870239 1827185965 3589300797 578238366 2377718709 2881424506 4042619292 1867739429 1245296804 4187097299 3767251374 1001349286 1322130756 64132047 584016841 2258905801 945815292 3996277676 183232548 2004344435 1265451296 1125011391 4268214725 2488672808 1080579912 3968754194 908945563 1489920700 3753618366 1973939360 2133868543 2952856666 3173199806 2657912128 2836501121 2532077515 470372101 2280767363 1987076887 231330611 2945763563 347148840 1651143837 2151101053 4287352451 2301620297 1892969420 1108985314 896278558 2616706502 3171594298 2052300543 3157453562 1633552174 2391948993 1873666206 1568253159 3219418395 681937815 2988775366 2971230134 2805200091 61853792 549274854 3275846396 2480360972 3875729633 1957756301 3970424896 3418287554 738661475 2704657974 147986845 1003809466 4029795383 343780353 1865548023 2095937601 1853752088 4078155935 771391830 1158956246 2194526380 1324417841 985595300 368057148 831804795 1817753746 968708904 1659712242 1397997919 3595526257 573105 255 362436" option to reproduce the execution
0.19/0.25	c #vars 169
0.19/0.25	c #constraints 101
0.19/0.25	c BCD2: Hardening is enabled.
0.19/0.25	c BCD2: BiasedSearch is enabled.
0.19/0.25	c Solving starts ...
0.19/0.25	c ============================[ Search Statistics ]============================
0.19/0.25	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
0.19/0.25	c       |         |          |          |    Limit     GC | Var      | Constra 
0.19/0.25	c =============================================================================
0.19/0.25	c  0.0s |       0 |        0 |        0 |      113      0 |        0 |        0
0.19/0.26	c  0.0s |       0 |       90 |        3 |      113      0 |        0 |        0
0.19/0.26	c #cpu_time = 0.001s
0.19/0.26	c #wall_clock_time = 0.001s
0.19/0.26	c #decision = 90
0.19/0.26	c #random_decision = 1
0.19/0.26	c #conflict = 3
0.19/0.26	c #restart = 0
0.19/0.26	o 691
0.19/0.26	c BCD2: updating upper bound: 3203 -> 690
0.19/0.26	c BCD2: 0 <= obj <= 690
0.19/0.26	c BCD2: #cores=0, #unrelaxed=69, #relaxed=0, #hardened=0
0.19/0.26	c BCD2: #sat=1 #unsat=1 bias=1/2
0.19/0.26	c Solving starts ...
0.19/0.26	c ============================[ Search Statistics ]============================
0.19/0.26	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
0.19/0.26	c       |         |          |          |    Limit     GC | Var      | Constra 
0.19/0.26	c =============================================================================
0.19/0.26	c  0.0s |       0 |        0 |        0 |      113      0 |        0 |        0
0.19/0.27	c  0.0s |       1 |      240 |      100 |      125      0 |        0 |        0
0.29/0.30	c  0.0s |       2 |      515 |      250 |      138      0 |        0 |        0
0.29/0.34	c  0.1s |       3 |      927 |      475 |      152      2 |        0 |        0
0.39/0.40	c  0.1s |       4 |     1492 |      813 |      168      4 |        0 |        0
0.39/0.49	c  0.2s |       5 |     2380 |     1320 |      185      8 |        0 |        0
0.59/0.64	c  0.4s |       6 |     3673 |     2081 |      204     13 |        0 |        0
0.79/0.85	c  0.6s |       7 |     5473 |     3223 |      225     19 |        0 |        0
1.10/1.18	c  0.9s |       8 |     8071 |     4936 |      248     28 |        0 |        0
1.49/1.59	c  1.3s |       9 |    12113 |     7506 |      273     41 |        0 |        0
1.99/2.08	c  1.8s |      10 |    18432 |    11361 |      301     60 |        0 |        0
2.79/2.89	c  2.6s |      11 |    26795 |    17144 |      332     86 |        0 |        0
3.98/4.07	c  3.8s |      12 |    39580 |    25819 |      366    122 |        0 |        0
5.88/5.99	c  5.7s |      13 |    57728 |    38832 |      403    173 |        0 |        0
7.88/7.99	c  7.7s |      13 |    75978 |    51932 |      403    222 |        0 |        0
9.09/9.10	c  8.8s |      14 |    85108 |    58352 |      444    246 |        0 |        0
11.10/11.10	c 10.8s |      14 |   103893 |    71852 |      444    292 |        0 |        0
13.09/13.11	c 12.9s |      14 |   122975 |    84952 |      444    338 |        0 |        0
13.59/13.60	c 13.3s |      15 |   126665 |    87632 |      489    347 |        0 |        0
15.59/15.61	c 15.4s |      15 |   146355 |   101332 |      489    391 |        0 |        0
17.60/17.62	c 17.4s |      15 |   163877 |   114032 |      489    432 |        0 |        0
18.99/19.07	c 18.8s |      15 |   175053 |   121930 |      489    458 |        0 |        0
18.99/19.07	c #cpu_time = 18.811s
18.99/19.07	c #wall_clock_time = 18.811s
18.99/19.07	c #decision = 175053
18.99/19.07	c #random_decision = 417
18.99/19.07	c #conflict = 121930
18.99/19.07	c #restart = 15
18.99/19.07	c BCD2: found a new core of size 69: cost of the new core is >=1
18.99/19.07	c lower bound updated to 1
18.99/19.07	c BCD2: 1 <= obj <= 690
18.99/19.07	c BCD2: #cores=1, #unrelaxed=0, #relaxed=69, #hardened=0
18.99/19.07	c BCD2: #sat=1 #unsat=2 bias=2/3
18.99/19.07	c Solving starts ...
18.99/19.07	c ============================[ Search Statistics ]============================
18.99/19.07	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
18.99/19.07	c       |         |          |          |    Limit     GC | Var      | Constra 
18.99/19.07	c =============================================================================
18.99/19.07	c  0.0s |       0 |        0 |        0 |      489      0 |        0 |        0
18.99/19.07	c  0.0s |       0 |      100 |        2 |      489      1 |        0 |        0
18.99/19.07	c #cpu_time = 0.004s
18.99/19.07	c #wall_clock_time = 0.004s
18.99/19.07	c #decision = 100
18.99/19.07	c #random_decision = 0
18.99/19.07	c #conflict = 2
18.99/19.07	c #restart = 0
18.99/19.07	o 71
18.99/19.07	c BCD2: hardening fixes 16 literals
18.99/19.07	c BCD2: updating upper bound: 690 -> 70
18.99/19.07	c BCD2: 1 <= obj <= 70
18.99/19.07	c BCD2: #cores=1, #unrelaxed=0, #relaxed=53, #hardened=16
18.99/19.07	c BCD2: #sat=2 #unsat=2 bias=2/4
18.99/19.07	c Solving starts ...
18.99/19.07	c ============================[ Search Statistics ]============================
18.99/19.07	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
18.99/19.07	c       |         |          |          |    Limit     GC | Var      | Constra 
18.99/19.07	c =============================================================================
18.99/19.07	c  0.0s |       0 |        0 |        0 |      489      0 |       16 |        2
18.99/19.09	c  0.0s |       1 |      174 |      100 |      489      0 |       16 |        2
19.09/19.11	c  0.0s |       2 |      484 |      250 |      489      0 |       16 |        2
19.09/19.14	c  0.1s |       3 |      900 |      475 |      489      1 |       16 |        2
19.09/19.18	c  0.1s |       4 |     1401 |      813 |      489      2 |       16 |        2
19.19/19.24	c  0.2s |       5 |     2267 |     1320 |      489      4 |       16 |        2
19.29/19.35	c  0.3s |       6 |     3449 |     2081 |      489      6 |       16 |        2
19.49/19.50	c  0.4s |       7 |     5181 |     3223 |      489     10 |       16 |        2
19.69/19.71	c  0.6s |       8 |     7953 |     4936 |      489     15 |       16 |        2
19.99/20.03	c  1.0s |       9 |    12288 |     7506 |      489     24 |       16 |        2
20.49/20.52	c  1.4s |      10 |    18730 |    11361 |      538     36 |       16 |        2
21.19/21.24	c  2.2s |      11 |    28092 |    17144 |      538     54 |       16 |        2
21.99/22.06	c  3.0s |      11 |    38316 |    23683 |      538     74 |       16 |        2
21.99/22.06	c #cpu_time = 2.988s
21.99/22.06	c #wall_clock_time = 2.988s
21.99/22.06	c #decision = 38316
21.99/22.06	c #random_decision = 107
21.99/22.06	c #conflict = 23683
21.99/22.06	c #restart = 11
21.99/22.06	o 25
21.99/22.06	c BCD2: hardening fixes 38 literals
21.99/22.06	c BCD2: updating upper bound: 70 -> 24
21.99/22.06	c BCD2: 1 <= obj <= 24
21.99/22.06	c BCD2: #cores=1, #unrelaxed=0, #relaxed=15, #hardened=54
21.99/22.06	c BCD2: #sat=3 #unsat=2 bias=2/5
21.99/22.06	c Solving starts ...
21.99/22.06	c ============================[ Search Statistics ]============================
21.99/22.06	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
21.99/22.06	c       |         |          |          |    Limit     GC | Var      | Constra 
21.99/22.06	c =============================================================================
21.99/22.06	c  0.0s |       0 |        0 |        0 |      538      0 |       54 |        4
21.99/22.08	c  0.0s |       1 |      158 |      100 |      538      0 |       54 |        4
21.99/22.10	c  0.0s |       2 |      422 |      250 |      538      0 |       54 |        4
22.09/22.12	c  0.1s |       3 |      781 |      475 |      538      1 |       54 |        4
22.09/22.13	c  0.1s |       3 |      864 |      529 |      538      1 |       54 |        4
22.09/22.13	c #cpu_time = 0.068s
22.09/22.13	c #wall_clock_time = 0.068s
22.09/22.13	c #decision = 864
22.09/22.13	c #random_decision = 1
22.09/22.13	c #conflict = 529
22.09/22.13	c #restart = 3
22.09/22.13	o 10
22.09/22.13	c BCD2: hardening fixes 7 literals
22.09/22.13	c BCD2: updating upper bound: 24 -> 9
22.09/22.13	c BCD2: 1 <= obj <= 9
22.09/22.13	c BCD2: #cores=1, #unrelaxed=0, #relaxed=8, #hardened=61
22.09/22.13	c BCD2: #sat=4 #unsat=2 bias=2/6
22.09/22.13	c Solving starts ...
22.09/22.13	c ============================[ Search Statistics ]============================
22.09/22.13	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
22.09/22.13	c       |         |          |          |    Limit     GC | Var      | Constra 
22.09/22.13	c =============================================================================
22.09/22.13	c  0.0s |       0 |        0 |        0 |      538      0 |       61 |        6
22.09/22.14	c  0.0s |       1 |      132 |      100 |      538      1 |       61 |        6
22.09/22.16	c  0.0s |       2 |      367 |      250 |      538      1 |       61 |        6
22.09/22.18	c  0.1s |       3 |      695 |      475 |      538      2 |       61 |        6
22.19/22.22	c  0.1s |       4 |     1182 |      813 |      538      3 |       61 |        6
22.19/22.28	c  0.1s |       5 |     1986 |     1320 |      538      4 |       61 |        6
22.29/22.36	c  0.2s |       6 |     3186 |     2081 |      538      6 |       61 |        6
22.39/22.48	c  0.4s |       7 |     4945 |     3223 |      538     10 |       61 |        6
22.59/22.67	c  0.5s |       8 |     7701 |     4936 |      538     15 |       61 |        6
22.89/22.94	c  0.8s |       9 |    11750 |     7506 |      538     22 |       61 |        6
23.29/23.37	c  1.2s |      10 |    17728 |    11361 |      538     34 |       61 |        6
23.98/24.03	c  1.9s |      11 |    26375 |    17144 |      538     51 |       61 |        6
24.98/25.02	c  2.9s |      12 |    39440 |    25819 |      538     77 |       61 |        6
25.18/25.26	c  3.1s |      12 |    42388 |    27906 |      538     83 |       61 |        6
25.18/25.26	c #cpu_time = 3.128s
25.18/25.26	c #wall_clock_time = 3.128s
25.18/25.26	c #decision = 42388
25.18/25.26	c #random_decision = 91
25.18/25.26	c #conflict = 27906
25.18/25.26	c #restart = 12
25.18/25.26	o 2
25.18/25.26	c BCD2: hardening fixes 7 literals
25.18/25.26	c BCD2: updating upper bound: 9 -> 1
25.18/25.26	c BCD2: 1 <= obj <= 1
25.18/25.26	c BCD2: #cores=1, #unrelaxed=0, #relaxed=1, #hardened=68
25.18/25.26	c BCD2: #sat=5 #unsat=2 bias=2/7
25.18/25.26	c Solving starts ...
25.18/25.26	c ============================[ Search Statistics ]============================
25.18/25.26	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
25.18/25.26	c       |         |          |          |    Limit     GC | Var      | Constra 
25.18/25.26	c =============================================================================
25.18/25.26	c  0.0s |       0 |        0 |        0 |      538      0 |       69 |        6
25.18/25.27	c  0.0s |       1 |      157 |      100 |      538      0 |       69 |       10
25.18/25.29	c  0.0s |       2 |      421 |      250 |      538      1 |       69 |       10
25.29/25.31	c  0.1s |       3 |      768 |      475 |      538      1 |       69 |       10
25.29/25.35	c  0.1s |       4 |     1301 |      813 |      538      3 |       69 |       10
25.39/25.40	c  0.1s |       5 |     2089 |     1320 |      538      4 |       69 |       10
25.39/25.49	c  0.2s |       6 |     3208 |     2081 |      538      6 |       69 |       10
25.58/25.62	c  0.4s |       7 |     4769 |     3223 |      538      9 |       69 |       10
25.78/25.81	c  0.6s |       8 |     7308 |     4936 |      538     14 |       69 |       10
26.08/26.11	c  0.8s |       9 |    11117 |     7506 |      538     22 |       69 |       10
26.49/26.51	c  1.3s |      10 |    16944 |    11361 |      538     33 |       69 |       10
27.08/27.16	c  1.9s |      11 |    25398 |    17144 |      538     50 |       69 |       10
28.08/28.20	c  2.9s |      12 |    37768 |    25819 |      592     74 |       69 |       10
29.58/29.69	c  4.4s |      13 |    57334 |    38832 |      592    110 |       69 |       10
30.08/30.16	c  4.9s |      13 |    62449 |    42579 |      592    121 |       71 |       12
30.08/30.16	c #cpu_time = 4.904s
30.08/30.16	c #wall_clock_time = 4.904s
30.08/30.16	c #decision = 62449
30.08/30.16	c #random_decision = 130
30.08/30.16	c #conflict = 42579
30.08/30.16	c #restart = 13
30.08/30.16	c BCD2: updating lower bound of a core
30.08/30.16	c lower bound updated to 2
30.08/30.16	s OPTIMUM FOUND
30.08/30.16	v -x1 -x2 -x3 -x4 -x5 -x6 -x7 -x8 -x9 -x10
30.08/30.16	v -x11 -x12 x13 -x14 -x15 -x16 -x17 x18 -x19 -x20
30.08/30.16	v -x21 -x22 -x23 -x24 -x25 -x26 -x27 -x28 -x29 -x30
30.08/30.16	v -x31 -x32 -x33 -x34 x35 -x36 -x37 -x38 -x39 -x40
30.08/30.16	v -x41 -x42 x43 -x44 -x45 -x46 -x47 -x48 -x49 -x50
30.08/30.16	v -x51 -x52 -x53 -x54 -x55 -x56 -x57 x58 -x59 -x60
30.08/30.16	v -x61 -x62 -x63 -x64 -x65 -x66 -x67 x68 -x69 -x70
30.08/30.16	v -x71 -x72 -x73 -x74 -x75 -x76 -x77 -x78 -x79 -x80
30.08/30.16	v -x81 -x82 -x83 -x84 -x85 -x86 -x87 -x88 -x89 x90
30.08/30.16	v -x91 -x92 -x93 -x94 -x95 -x96 -x97 -x98 -x99 -x100
30.08/30.16	v x101 -x102 -x103 -x104 x105 -x106 -x107 -x108 -x109 -x110
30.08/30.16	v -x111 -x112 -x113 -x114 -x115 -x116 -x117 -x118 -x119 -x120
30.08/30.16	v -x121 -x122 -x123 x124 -x125 -x126 -x127 -x128 -x129 -x130
30.08/30.16	v -x131 x132 -x133 -x134 -x135 -x136 -x137 -x138 -x139 -x140
30.08/30.16	v -x141 -x142 -x143 -x144 -x145 -x146 -x147 -x148 -x149 -x150
30.08/30.16	v x151 -x152 -x153 -x154 -x155 -x156 -x157 -x158 -x159 -x160
30.08/30.16	v -x161 -x162 -x163 -x164 -x165 -x166 x167 -x168 -x169
30.08/30.16	c total CPU time = 30.166s
30.08/30.16	c total wall clock time = 30.166s

Verifier Data

OK	2

Watcher Data

runsolver Copyright (C) 2010-2013 Olivier ROUSSEL

This is runsolver version 3.3.7 (svn: 2553)

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

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4109298-1466343643/watcher-4109298-1466343643 -o /tmp/evaluation-result-4109298-1466343643/solver-4109298-1466343643 -C 1800 -W 1900 -M 15500 --bin-var /tmp/runsolver-exch-node129-1466341815-31321 --watchdog 1960 toysat +RTS -H1G -M15500m -K1G -RTS --wbo --search=bcd2 HOME/instance-4109298-1466343643.wbo 

pid=31542
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.26 2.31 1.98 3/180 31545
/proc/meminfo: memFree=29279940/32872528 swapFree=1370848/1518016
[pid=31545] ppid=31542 vsize=804284 CPUtime=0 cores=1,3,5,7
/proc/31545/stat : 31545 (toysat) R 31542 31545 31304 0 -1 4202496 3016 0 0 0 0 0 0 0 20 0 4 0 36410761 823586816 3376 33554432000 4194304 16246674 140736294317632 140736294317056 13880264 0 2 0 34082818 18446744073709551615 0 0 17 3 0 0 0 0 0
/proc/31545/statm: 201839 3387 441 2943 0 198733 0
[pid=31545/tid=31546] ppid=31542 vsize=822716 CPUtime=0 cores=1,3,5,7
/proc/31545/task/31546/stat : 31546 (toysat) S 31542 31545 31304 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 4 0 36410761 842461184 3448 33554432000 4194304 16246674 140736294317632 139885377727728 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 5 0 0 0 0 0
[pid=31545/tid=31547] ppid=31542 vsize=826812 CPUtime=0 cores=1,3,5,7
/proc/31545/task/31547/stat : 31547 (toysat) S 31542 31545 31304 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 36410761 846655488 3464 33554432000 4194304 16246674 140736294317632 139885367237872 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 1 0 0 0 0 0
[pid=31545/tid=31548] ppid=31542 vsize=831932 CPUtime=0 cores=1,3,5,7
/proc/31545/task/31548/stat : 31548 (toysat) S 31542 31545 31304 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 4 0 36410761 851898368 3481 33554432000 4194304 16246674 140736294317632 139885356764336 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 5 0 0 0 0 0

[startup+0.100177 s]
/proc/loadavg: 2.26 2.31 1.98 3/180 31545
/proc/meminfo: memFree=29279940/32872528 swapFree=1370848/1518016
[pid=31545] ppid=31542 vsize=1218116 CPUtime=0.09 cores=1,3,5,7
/proc/31545/stat : 31545 (toysat) R 31542 31545 31304 0 -1 4202496 18536 0 0 0 7 2 0 0 20 0 4 0 36410761 1247350784 18889 33554432000 4194304 16246674 140736294317632 140736294299520 12481124 0 0 0 34082818 18446744073709551615 0 0 17 3 0 0 0 0 0
/proc/31545/statm: 304529 18890 615 2943 0 301423 0
[pid=31545/tid=31546] ppid=31542 vsize=1218116 CPUtime=0 cores=1,3,5,7
/proc/31545/task/31546/stat : 31546 (toysat) S 31542 31545 31304 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 4 0 36410761 1247350784 18890 33554432000 4194304 16246674 140736294317632 139885377727728 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 5 0 0 0 0 0
[pid=31545/tid=31547] ppid=31542 vsize=1218116 CPUtime=0 cores=1,3,5,7
/proc/31545/task/31547/stat : 31547 (toysat) S 31542 31545 31304 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 36410761 1247350784 18892 33554432000 4194304 16246674 140736294317632 139885367237872 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 1 0 0 0 0 0
[pid=31545/tid=31548] ppid=31542 vsize=1218116 CPUtime=0 cores=1,3,5,7
/proc/31545/task/31548/stat : 31548 (toysat) S 31542 31545 31304 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 4 0 36410761 1247350784 18893 33554432000 4194304 16246674 140736294317632 139885356764336 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.200539 s]
/proc/loadavg: 2.26 2.31 1.98 3/180 31545
/proc/meminfo: memFree=29279940/32872528 swapFree=1370848/1518016
[pid=31545] ppid=31542 vsize=1218116 CPUtime=0.19 cores=1,3,5,7
/proc/31545/stat : 31545 (toysat) R 31542 31545 31304 0 -1 4202496 26391 0 0 0 15 4 0 0 20 0 4 0 36410761 1247350784 26744 33554432000 4194304 16246674 140736294317632 140736294299520 6144396 0 0 0 34082818 18446744073709551615 0 0 17 3 0 0 0 0 0
/proc/31545/statm: 304529 26744 615 2943 0 301423 0
[pid=31545/tid=31546] ppid=31542 vsize=1218116 CPUtime=0 cores=1,3,5,7
/proc/31545/task/31546/stat : 31546 (toysat) S 31542 31545 31304 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 4 0 36410761 1247350784 26744 33554432000 4194304 16246674 140736294317632 139885377727728 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 5 0 0 0 0 0
[pid=31545/tid=31547] ppid=31542 vsize=1218116 CPUtime=0 cores=1,3,5,7
/proc/31545/task/31547/stat : 31547 (toysat) S 31542 31545 31304 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 36410761 1247350784 26745 33554432000 4194304 16246674 140736294317632 139885367237872 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 1 0 0 0 0 0
[pid=31545/tid=31548] ppid=31542 vsize=1218116 CPUtime=0 cores=1,3,5,7
/proc/31545/task/31548/stat : 31548 (toysat) S 31542 31545 31304 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 4 0 36410761 1247350784 26745 33554432000 4194304 16246674 140736294317632 139885356764336 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.300495 s]
/proc/loadavg: 2.26 2.31 1.98 3/180 31545
/proc/meminfo: memFree=29279940/32872528 swapFree=1370848/1518016
[pid=31545] ppid=31542 vsize=1218116 CPUtime=0.29 cores=1,3,5,7
/proc/31545/stat : 31545 (toysat) R 31542 31545 31304 0 -1 4202496 37757 0 0 0 23 6 0 0 20 0 4 0 36410761 1247350784 38103 33554432000 4194304 16246674 140736294317632 140736294299520 5664948 0 0 0 34082818 18446744073709551615 0 0 17 3 0 0 0 0 0
/proc/31545/statm: 304529 38105 809 2943 0 301423 0
[pid=31545/tid=31546] ppid=31542 vsize=1218116 CPUtime=0 cores=1,3,5,7
/proc/31545/task/31546/stat : 31546 (toysat) S 31542 31545 31304 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 4 0 36410761 1247350784 38108 33554432000 4194304 16246674 140736294317632 139885377727728 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 5 0 0 0 0 0
[pid=31545/tid=31547] ppid=31542 vsize=1218116 CPUtime=0 cores=1,3,5,7
/proc/31545/task/31547/stat : 31547 (toysat) S 31542 31545 31304 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 36410761 1247350784 38115 33554432000 4194304 16246674 140736294317632 139885367237872 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 1 0 0 0 0 0
[pid=31545/tid=31548] ppid=31542 vsize=1218116 CPUtime=0 cores=1,3,5,7
/proc/31545/task/31548/stat : 31548 (toysat) S 31542 31545 31304 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 4 0 36410761 1247350784 38121 33554432000 4194304 16246674 140736294317632 139885356764336 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.700405 s]
/proc/loadavg: 2.26 2.31 1.98 3/180 31545
/proc/meminfo: memFree=29279940/32872528 swapFree=1370848/1518016
[pid=31545] ppid=31542 vsize=1218116 CPUtime=0.69 cores=1,3,5,7
/proc/31545/stat : 31545 (toysat) R 31542 31545 31304 0 -1 4202496 112539 0 0 0 54 15 0 0 20 0 4 0 36410761 1247350784 112885 33554432000 4194304 16246674 140736294317632 140736294299520 5662075 0 0 0 34082818 18446744073709551615 0 0 17 3 0 0 0 0 0
/proc/31545/statm: 304529 112891 815 2943 0 301423 0
[pid=31545/tid=31546] ppid=31542 vsize=1218116 CPUtime=0 cores=1,3,5,7
/proc/31545/task/31546/stat : 31546 (toysat) S 31542 31545 31304 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 4 0 36410761 1247350784 112898 33554432000 4194304 16246674 140736294317632 139885377727728 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 5 0 0 0 0 0
[pid=31545/tid=31547] ppid=31542 vsize=1218116 CPUtime=0 cores=1,3,5,7
/proc/31545/task/31547/stat : 31547 (toysat) S 31542 31545 31304 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 36410761 1247350784 112904 33554432000 4194304 16246674 140736294317632 139885367237872 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 1 0 0 0 0 0
[pid=31545/tid=31548] ppid=31542 vsize=1218116 CPUtime=0 cores=1,3,5,7
/proc/31545/task/31548/stat : 31548 (toysat) S 31542 31545 31304 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 4 0 36410761 1247350784 112907 33554432000 4194304 16246674 140736294317632 139885356764336 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.50043 s]
/proc/loadavg: 2.24 2.30 1.98 3/184 31549
/proc/meminfo: memFree=28530548/32872528 swapFree=1370848/1518016
[pid=31545] ppid=31542 vsize=1219140 CPUtime=1.49 cores=1,3,5,7
/proc/31545/stat : 31545 (toysat) R 31542 31545 31304 0 -1 4202496 245813 0 0 0 116 33 0 0 20 0 4 0 36410761 1248399360 246137 33554432000 4194304 16246674 140736294317632 140736294316944 5711423 0 0 0 34082818 18446744073709551615 0 0 17 3 0 0 0 0 0
/proc/31545/statm: 304785 246137 874 2943 0 301679 0
[pid=31545/tid=31546] ppid=31542 vsize=1219140 CPUtime=0 cores=1,3,5,7
/proc/31545/task/31546/stat : 31546 (toysat) S 31542 31545 31304 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 4 0 36410761 1248399360 246137 33554432000 4194304 16246674 140736294317632 139885377727728 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 5 0 0 0 0 0
[pid=31545/tid=31547] ppid=31542 vsize=1219140 CPUtime=0 cores=1,3,5,7
/proc/31545/task/31547/stat : 31547 (toysat) S 31542 31545 31304 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 36410761 1248399360 246137 33554432000 4194304 16246674 140736294317632 139885367237872 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 1 0 0 0 0 0
[pid=31545/tid=31548] ppid=31542 vsize=1219140 CPUtime=0 cores=1,3,5,7
/proc/31545/task/31548/stat : 31548 (toysat) S 31542 31545 31304 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 4 0 36410761 1248399360 246137 33554432000 4194304 16246674 140736294317632 139885356764336 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) 1219140

[startup+3.10043 s]
/proc/loadavg: 2.24 2.30 1.98 4/184 31549
/proc/meminfo: memFree=28296420/32872528 swapFree=1370848/1518016
[pid=31545] ppid=31542 vsize=1306180 CPUtime=3.09 cores=1,3,5,7
/proc/31545/stat : 31545 (toysat) R 31542 31545 31304 0 -1 4202496 267484 0 0 0 273 36 0 0 20 0 4 0 36410761 1337528320 267808 33554432000 4194304 16246674 140736294317632 140736294299520 5711980 0 0 0 34082818 18446744073709551615 0 0 17 3 0 0 0 0 0
/proc/31545/statm: 326545 267808 876 2943 0 323439 0
[pid=31545/tid=31546] ppid=31542 vsize=1306180 CPUtime=0 cores=1,3,5,7
/proc/31545/task/31546/stat : 31546 (toysat) S 31542 31545 31304 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 4 0 36410761 1337528320 267808 33554432000 4194304 16246674 140736294317632 139885377727728 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 5 0 0 0 0 0
[pid=31545/tid=31547] ppid=31542 vsize=1306180 CPUtime=0 cores=1,3,5,7
/proc/31545/task/31547/stat : 31547 (toysat) S 31542 31545 31304 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 36410761 1337528320 267808 33554432000 4194304 16246674 140736294317632 139885367237872 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 1 0 0 0 0 0
[pid=31545/tid=31548] ppid=31542 vsize=1306180 CPUtime=0 cores=1,3,5,7
/proc/31545/task/31548/stat : 31548 (toysat) S 31542 31545 31304 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 4 0 36410761 1337528320 267808 33554432000 4194304 16246674 140736294317632 139885356764336 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.30043 s]
/proc/loadavg: 2.30 2.31 1.99 4/184 31549
/proc/meminfo: memFree=28209508/32872528 swapFree=1370848/1518016
[pid=31545] ppid=31542 vsize=1306180 CPUtime=6.28 cores=1,3,5,7
/proc/31545/stat : 31545 (toysat) R 31542 31545 31304 0 -1 4202496 267550 0 0 0 592 36 0 0 20 0 4 0 36410761 1337528320 267874 33554432000 4194304 16246674 140736294317632 140736294299520 5754664 0 0 0 34082818 18446744073709551615 0 0 17 3 0 0 0 0 0
/proc/31545/statm: 326545 267874 876 2943 0 323439 0
[pid=31545/tid=31546] ppid=31542 vsize=1306180 CPUtime=0 cores=1,3,5,7
/proc/31545/task/31546/stat : 31546 (toysat) S 31542 31545 31304 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 4 0 36410761 1337528320 267874 33554432000 4194304 16246674 140736294317632 139885377727728 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 5 0 0 0 0 0
[pid=31545/tid=31547] ppid=31542 vsize=1306180 CPUtime=0 cores=1,3,5,7
/proc/31545/task/31547/stat : 31547 (toysat) S 31542 31545 31304 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 36410761 1337528320 267874 33554432000 4194304 16246674 140736294317632 139885367237872 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 1 0 0 0 0 0
[pid=31545/tid=31548] ppid=31542 vsize=1306180 CPUtime=0 cores=1,3,5,7
/proc/31545/task/31548/stat : 31548 (toysat) S 31542 31545 31304 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 4 0 36410761 1337528320 267874 33554432000 4194304 16246674 140736294317632 139885356764336 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 5 0 0 0 0 0
Current children cumulated CPU time (s) 6.28
Current children cumulated vsize (KiB) 1306180

[startup+12.7004 s]
/proc/loadavg: 2.28 2.31 1.99 3/184 31549
/proc/meminfo: memFree=28209580/32872528 swapFree=1370848/1518016
[pid=31545] ppid=31542 vsize=1306180 CPUtime=12.69 cores=1,3,5,7
/proc/31545/stat : 31545 (toysat) R 31542 31545 31304 0 -1 4202496 267633 0 0 0 1232 37 0 0 20 0 4 0 36410761 1337528320 267957 33554432000 4194304 16246674 140736294317632 140736294299520 5712555 0 0 0 34082818 18446744073709551615 0 0 17 3 0 0 0 0 0
/proc/31545/statm: 326545 267957 877 2943 0 323439 0
[pid=31545/tid=31546] ppid=31542 vsize=1306180 CPUtime=0 cores=1,3,5,7
/proc/31545/task/31546/stat : 31546 (toysat) S 31542 31545 31304 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 4 0 36410761 1337528320 267957 33554432000 4194304 16246674 140736294317632 139885377727728 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 5 0 0 0 0 0
[pid=31545/tid=31547] ppid=31542 vsize=1306180 CPUtime=0 cores=1,3,5,7
/proc/31545/task/31547/stat : 31547 (toysat) S 31542 31545 31304 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 36410761 1337528320 267957 33554432000 4194304 16246674 140736294317632 139885367237872 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 1 0 0 0 0 0
[pid=31545/tid=31548] ppid=31542 vsize=1306180 CPUtime=0 cores=1,3,5,7
/proc/31545/task/31548/stat : 31548 (toysat) S 31542 31545 31304 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 4 0 36410761 1337528320 267957 33554432000 4194304 16246674 140736294317632 139885356764336 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) 1306180

[startup+25.5005 s]
/proc/loadavg: 2.22 2.29 1.99 3/183 31598
/proc/meminfo: memFree=28205404/32872528 swapFree=1370848/1518016
[pid=31545] ppid=31542 vsize=1306180 CPUtime=25.48 cores=1,3,5,7
/proc/31545/stat : 31545 (toysat) R 31542 31545 31304 0 -1 4202496 267678 0 0 0 2511 37 0 0 20 0 4 0 36410761 1337528320 268002 33554432000 4194304 16246674 140736294317632 140736294300632 5600260 0 0 0 34082818 18446744073709551615 0 0 17 3 0 0 0 0 0
/proc/31545/statm: 326545 268002 886 2943 0 323439 0
[pid=31545/tid=31546] ppid=31542 vsize=1306180 CPUtime=0 cores=1,3,5,7
/proc/31545/task/31546/stat : 31546 (toysat) S 31542 31545 31304 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 4 0 36410761 1337528320 268002 33554432000 4194304 16246674 140736294317632 139885377727728 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 5 0 0 0 0 0
[pid=31545/tid=31547] ppid=31542 vsize=1306180 CPUtime=0 cores=1,3,5,7
/proc/31545/task/31547/stat : 31547 (toysat) S 31542 31545 31304 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 36410761 1337528320 268002 33554432000 4194304 16246674 140736294317632 139885367237872 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 1 0 0 0 0 0
[pid=31545/tid=31548] ppid=31542 vsize=1306180 CPUtime=0 cores=1,3,5,7
/proc/31545/task/31548/stat : 31548 (toysat) S 31542 31545 31304 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 4 0 36410761 1337528320 268002 33554432000 4194304 16246674 140736294317632 139885356764336 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 5 0 0 0 0 0
Current children cumulated CPU time (s) 25.48
Current children cumulated vsize (KiB) 1306180

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

[startup+25.6005 s]
/proc/loadavg: 2.22 2.29 1.99 3/183 31598
/proc/meminfo: memFree=28205404/32872528 swapFree=1370848/1518016
[pid=31545] ppid=31542 vsize=1306180 CPUtime=25.58 cores=1,3,5,7
/proc/31545/stat : 31545 (toysat) R 31542 31545 31304 0 -1 4202496 267678 0 0 0 2521 37 0 0 20 0 4 0 36410761 1337528320 268002 33554432000 4194304 16246674 140736294317632 140736294300632 5825088 0 0 0 34082818 18446744073709551615 0 0 17 3 0 0 0 0 0
/proc/31545/statm: 326545 268002 886 2943 0 323439 0
[pid=31545/tid=31546] ppid=31542 vsize=1306180 CPUtime=0 cores=1,3,5,7
/proc/31545/task/31546/stat : 31546 (toysat) S 31542 31545 31304 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 4 0 36410761 1337528320 268002 33554432000 4194304 16246674 140736294317632 139885377727728 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 5 0 0 0 0 0
[pid=31545/tid=31547] ppid=31542 vsize=1306180 CPUtime=0 cores=1,3,5,7
/proc/31545/task/31547/stat : 31547 (toysat) S 31542 31545 31304 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 36410761 1337528320 268002 33554432000 4194304 16246674 140736294317632 139885367237872 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 1 0 0 0 0 0
[pid=31545/tid=31548] ppid=31542 vsize=1306180 CPUtime=0 cores=1,3,5,7
/proc/31545/task/31548/stat : 31548 (toysat) S 31542 31545 31304 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 4 0 36410761 1337528320 268002 33554432000 4194304 16246674 140736294317632 139885356764336 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 5 0 0 0 0 0
Current children cumulated CPU time (s) 25.58
Current children cumulated vsize (KiB) 1306180

[startup+28.8004 s]
/proc/loadavg: 2.22 2.29 1.99 3/183 31598
/proc/meminfo: memFree=28205420/32872528 swapFree=1370848/1518016
[pid=31545] ppid=31542 vsize=1306180 CPUtime=28.78 cores=1,3,5,7
/proc/31545/stat : 31545 (toysat) R 31542 31545 31304 0 -1 4202496 267678 0 0 0 2841 37 0 0 20 0 4 0 36410761 1337528320 268002 33554432000 4194304 16246674 140736294317632 140736294299520 5665052 0 0 0 34082818 18446744073709551615 0 0 17 3 0 0 0 0 0
/proc/31545/statm: 326545 268002 886 2943 0 323439 0
[pid=31545/tid=31546] ppid=31542 vsize=1306180 CPUtime=0 cores=1,3,5,7
/proc/31545/task/31546/stat : 31546 (toysat) S 31542 31545 31304 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 4 0 36410761 1337528320 268002 33554432000 4194304 16246674 140736294317632 139885377727728 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 5 0 0 0 0 0
[pid=31545/tid=31547] ppid=31542 vsize=1306180 CPUtime=0 cores=1,3,5,7
/proc/31545/task/31547/stat : 31547 (toysat) S 31542 31545 31304 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 36410761 1337528320 268002 33554432000 4194304 16246674 140736294317632 139885367237872 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 1 0 0 0 0 0
[pid=31545/tid=31548] ppid=31542 vsize=1306180 CPUtime=0 cores=1,3,5,7
/proc/31545/task/31548/stat : 31548 (toysat) S 31542 31545 31304 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 4 0 36410761 1337528320 268002 33554432000 4194304 16246674 140736294317632 139885356764336 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 5 0 0 0 0 0
Current children cumulated CPU time (s) 28.78
Current children cumulated vsize (KiB) 1306180

[startup+29.6004 s]
/proc/loadavg: 2.22 2.29 1.99 3/183 31598
/proc/meminfo: memFree=28205420/32872528 swapFree=1370848/1518016
[pid=31545] ppid=31542 vsize=1306180 CPUtime=29.58 cores=1,3,5,7
/proc/31545/stat : 31545 (toysat) R 31542 31545 31304 0 -1 4202496 267678 0 0 0 2921 37 0 0 20 0 4 0 36410761 1337528320 268002 33554432000 4194304 16246674 140736294317632 140736294299520 13943600 0 0 0 34082818 18446744073709551615 0 0 17 3 0 0 0 0 0
/proc/31545/statm: 326545 268002 886 2943 0 323439 0
[pid=31545/tid=31546] ppid=31542 vsize=1306180 CPUtime=0 cores=1,3,5,7
/proc/31545/task/31546/stat : 31546 (toysat) S 31542 31545 31304 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 4 0 36410761 1337528320 268002 33554432000 4194304 16246674 140736294317632 139885377727728 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 5 0 0 0 0 0
[pid=31545/tid=31547] ppid=31542 vsize=1306180 CPUtime=0 cores=1,3,5,7
/proc/31545/task/31547/stat : 31547 (toysat) S 31542 31545 31304 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 36410761 1337528320 268002 33554432000 4194304 16246674 140736294317632 139885367237872 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 1 0 0 0 0 0
[pid=31545/tid=31548] ppid=31542 vsize=1306180 CPUtime=0 cores=1,3,5,7
/proc/31545/task/31548/stat : 31548 (toysat) S 31542 31545 31304 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 4 0 36410761 1337528320 268002 33554432000 4194304 16246674 140736294317632 139885356764336 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 5 0 0 0 0 0
Current children cumulated CPU time (s) 29.58
Current children cumulated vsize (KiB) 1306180

[startup+30.0004 s]
/proc/loadavg: 2.22 2.29 1.99 3/183 31598
/proc/meminfo: memFree=28205296/32872528 swapFree=1370848/1518016
[pid=31545] ppid=31542 vsize=1306180 CPUtime=29.98 cores=1,3,5,7
/proc/31545/stat : 31545 (toysat) R 31542 31545 31304 0 -1 4202496 267678 0 0 0 2961 37 0 0 20 0 4 0 36410761 1337528320 268002 33554432000 4194304 16246674 140736294317632 140736294299520 6836936 0 0 0 34082818 18446744073709551615 0 0 17 3 0 0 0 0 0
/proc/31545/statm: 326545 268002 886 2943 0 323439 0
[pid=31545/tid=31546] ppid=31542 vsize=1306180 CPUtime=0 cores=1,3,5,7
/proc/31545/task/31546/stat : 31546 (toysat) S 31542 31545 31304 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 4 0 36410761 1337528320 268002 33554432000 4194304 16246674 140736294317632 139885377727728 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 5 0 0 0 0 0
[pid=31545/tid=31547] ppid=31542 vsize=1306180 CPUtime=0 cores=1,3,5,7
/proc/31545/task/31547/stat : 31547 (toysat) S 31542 31545 31304 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 36410761 1337528320 268002 33554432000 4194304 16246674 140736294317632 139885367237872 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 1 0 0 0 0 0
[pid=31545/tid=31548] ppid=31542 vsize=1306180 CPUtime=0 cores=1,3,5,7
/proc/31545/task/31548/stat : 31548 (toysat) S 31542 31545 31304 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 4 0 36410761 1337528320 268002 33554432000 4194304 16246674 140736294317632 139885356764336 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 5 0 0 0 0 0
Current children cumulated CPU time (s) 29.98
Current children cumulated vsize (KiB) 1306180

[startup+30.2004 s]
/proc/loadavg: 2.22 2.29 1.99 3/183 31598
/proc/meminfo: memFree=28205296/32872528 swapFree=1370848/1518016
[pid=31545] ppid=31542 vsize=0 CPUtime=30.19 cores=1,3,5,7
/proc/31545/stat : 31545 (toysat) R 31542 31545 31304 0 -1 4202500 267682 0 0 0 2978 41 0 0 20 0 1 0 36410761 0 0 33554432000 0 0 0 0 0 0 0 33554432 0 18446744073709551615 0 0 17 3 0 0 0 0 0
/proc/31545/statm: 0 0 0 0 0 0 0
Current children cumulated CPU time (s) 30.19
Current children cumulated vsize (KiB) 0

Child status: 0
Real time (s): 30.2282
CPU time (s): 30.2224
CPU user time (s): 29.7835
CPU system time (s): 0.438933
CPU usage (%): 99.9808
Max. virtual memory (cumulated for all children) (KiB): 1306180

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 29.7835
system time used= 0.438933
maximum resident set size= 1072016
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 267682
page faults= 0
swaps= 0
block input operations= 0
block output operations= 0
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 20
involuntary context switches= 33

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 0.072988 second user time and 0.12998 second system time

The end

Launcher Data

Begin job on node129 at 2016-06-19 15:40:43
IDJOB=4109298
IDBENCH=78768
IDSOLVER=2553
FILE ID=node129/4109298-1466343643
RUNJOBID= node129-1466341815-31321
PBS_JOBID= 19922024
Free space on /tmp= 71720 MiB

SOLVER NAME= toysat 2016-05-02
BENCH NAME= PB10/normalized-PB10/PARTIAL-SMALLINT-LIN/PB06/submitted-PB06/namasivayam/wnqueen/normalized-t2001.13queen13.1111227012--soft-33-100-0.wbo
COMMAND LINE= toysat +RTS -H1G -MMEMLIMITm -K1G -RTS --wbo --search=bcd2 BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4109298-1466343643/watcher-4109298-1466343643 -o /tmp/evaluation-result-4109298-1466343643/solver-4109298-1466343643 -C 1800 -W 1900 -M 15500 --bin-var /tmp/runsolver-exch-node129-1466341815-31321 --watchdog 1960  toysat +RTS -H1G -M15500m -K1G -RTS --wbo --search=bcd2 HOME/instance-4109298-1466343643.wbo

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

MD5SUM BENCH= 2b34e07f02f20428b9849b788b9a7a67
RANDOM SEED=126404017

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

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

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

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

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

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

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

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


/proc/meminfo:
MemTotal:       32872528 kB
MemFree:        29280848 kB
Buffers:           86888 kB
Cached:           177700 kB
SwapCached:         1804 kB
Active:          1199372 kB
Inactive:         136096 kB
Active(anon):    1070524 kB
Inactive(anon):     2732 kB
Active(file):     128848 kB
Inactive(file):   133364 kB
Unevictable:     1518016 kB
Mlocked:         1370848 kB
SwapTotal:      67108856 kB
SwapFree:       67099348 kB
Dirty:             33304 kB
Writeback:             0 kB
AnonPages:       2594224 kB
Mapped:            10812 kB
Shmem:                 0 kB
Slab:             602160 kB
SReclaimable:      46068 kB
SUnreclaim:       556092 kB
KernelStack:        1528 kB
PageTables:         8732 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545120 kB
Committed_AS:    2734320 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346412 kB
VmallocChunk:   34341988032 kB
HardwareCorrupted:     0 kB
AnonHugePages:    153600 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:        7552 kB
DirectMap2M:    33538048 kB

Free space on /tmp at the end= 71704 MiB
End job on node129 at 2016-06-19 15:41:13