Trace number 4109326

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 28.5657 28.5797

General information on the benchmark

Name/PARTIAL-SMALLINT-LIN/PB06/submitted-PB06/namasivayam/wnqueen/
normalized-t2001.13queen13.1110975965--soft-33-100-0.wbo
MD5SUM1921961b34f7430fccb0e54df4a4f9ba
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 benchmark6.65899
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 1171
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:56+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-4109326-1466343656.wbo"]
0.00/0.01	c use --random-gen="141550711 430708075 801983589 2942658421 1297618734 1403177805 995529376 2253685884 2962696673 1857140691 1262041029 3161484477 4004758111 3492474951 3582980762 891587136 1234570785 3541780203 902918301 742120489 2263128579 3370335035 3878359474 4181096880 1865642785 3662507133 803874833 1442111869 362339472 118719482 945821673 2072745428 3598756038 1624434952 1614986304 896834453 3316936404 3342070878 370819629 2530003435 859514944 3853588783 4256947703 3277541480 220835652 683721486 786503663 1021610073 506711381 3272797071 3036477980 463807167 1522780616 890090299 351258263 3156541632 767679634 1152986493 4140307988 4026719059 1237131241 1088765593 3220023579 1815557784 3386382072 1734552056 1570928350 1953801873 3262005035 1035468838 1423161000 3813749610 1452075911 3556024817 161230181 904764257 3253552177 2569942924 1943811863 1777440202 2750877015 361000782 2857325706 2275444947 2509894177 883974792 1152188941 931957247 2468962174 748947684 2223895419 1351341152 1030299576 1584016947 1645486605 2553793277 713897694 4055134932 451900640 739458307 3154265270 3816664105 2306503831 3824389 3555087091 167781759 2358116142 1990162992 1778848465 2591178329 414391048 3579845546 2904844507 920139622 154766183 2511291918 1881751051 856896521 4173500824 1501839614 2402368280 1195876605 3842599622 455886614 2470244527 1921417310 2184805604 2922729775 816115012 994178571 2416059325 4179733627 931890410 3288651257 4055515285 729203036 3815836624 2329815099 2092855995 3720602575 3469287483 1598373576 2501240541 3888878205 1604359999 3849318471 3327310288 4237594644 1145968073 299778498 3958402293 2039796435 3970200980 3009972999 87626121 3586033268 3623105868 3660085421 1443845603 621610575 2605511648 139290881 3449190323 3706994877 3167777271 2162035024 741497772 1515112739 2269702671 1617843540 1223067952 193511734 1916166950 4060119217 3609109141 3018494280 3988836465 2077542961 3588167542 2710122176 1494798776 3454398487 2820225618 1091689494 2543577417 3748894578 1290702491 4195290759 432533482 3142555517 66449964 658623071 1153099720 2722380069 1369422589 2493139923 3714533361 2335191053 2889107455 3794102316 3718917541 1307606201 1388106435 4190643424 1335226324 2026629096 2611638845 2716200705 1986762275 1908109079 3488192265 556848593 2291364600 2228879282 2649264866 3910551962 3509288268 1133216451 749172448 3834836575 4176146165 2439286169 3473108786 1244757555 4043551766 3048328200 2950212823 529524918 432797381 409225292 1923911091 1699001443 3298975550 134261055 4029985397 229415269 2243835065 3380759996 324729029 2380205704 1464492015 3658943000 2170340896 4098687015 4076411676 3210904396 462870147 2544899872 4190162437 80661196 943306251 1820914805 3993572407 3878873531 2343576146 2227598058 255 362436" option to reproduce the execution
0.19/0.27	c #vars 169
0.19/0.27	c #constraints 101
0.19/0.27	c BCD2: Hardening is enabled.
0.19/0.27	c BCD2: BiasedSearch is enabled.
0.19/0.27	c Solving starts ...
0.19/0.27	c ============================[ Search Statistics ]============================
0.19/0.27	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
0.19/0.27	c       |         |          |          |    Limit     GC | Var      | Constra 
0.19/0.27	c =============================================================================
0.19/0.27	c  0.0s |       0 |        0 |        0 |      113      0 |        0 |        0
0.19/0.27	c  0.0s |       0 |       83 |        5 |      113      0 |        0 |        0
0.19/0.27	c #cpu_time = 0.001s
0.19/0.27	c #wall_clock_time = 0.001s
0.19/0.27	c #decision = 83
0.19/0.27	c #random_decision = 1
0.19/0.27	c #conflict = 5
0.19/0.27	c #restart = 0
0.19/0.28	o 585
0.19/0.28	c BCD2: updating upper bound: 3203 -> 584
0.19/0.28	c BCD2: 0 <= obj <= 584
0.19/0.28	c BCD2: #cores=0, #unrelaxed=69, #relaxed=0, #hardened=0
0.19/0.28	c BCD2: #sat=1 #unsat=1 bias=1/2
0.19/0.28	c Solving starts ...
0.19/0.28	c ============================[ Search Statistics ]============================
0.19/0.28	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
0.19/0.28	c       |         |          |          |    Limit     GC | Var      | Constra 
0.19/0.28	c =============================================================================
0.19/0.28	c  0.0s |       0 |        0 |        0 |      113      0 |        0 |        0
0.19/0.29	c  0.0s |       1 |      239 |      100 |      125      0 |        0 |        0
0.29/0.32	c  0.0s |       2 |      540 |      250 |      138      1 |        0 |        0
0.29/0.36	c  0.1s |       3 |      958 |      475 |      152      2 |        0 |        0
0.39/0.43	c  0.2s |       4 |     1493 |      813 |      168      4 |        0 |        0
0.49/0.53	c  0.3s |       5 |     2277 |     1320 |      185      7 |        0 |        0
0.59/0.68	c  0.4s |       6 |     3536 |     2081 |      204     12 |        0 |        0
0.88/0.91	c  0.6s |       7 |     5205 |     3223 |      225     19 |        0 |        0
1.20/1.26	c  1.0s |       8 |     7727 |     4936 |      248     27 |        0 |        0
1.59/1.64	c  1.4s |       9 |    11780 |     7506 |      273     40 |        0 |        0
2.09/2.14	c  1.9s |      10 |    17295 |    11361 |      301     59 |        0 |        0
2.99/3.01	c  2.7s |      11 |    25325 |    17144 |      332     84 |        0 |        0
4.19/4.25	c  4.0s |      12 |    37262 |    25819 |      366    120 |        0 |        0
6.09/6.18	c  5.9s |      13 |    55897 |    38832 |      403    171 |        0 |        0
8.09/8.19	c  7.9s |      13 |    72976 |    51532 |      403    217 |        0 |        0
9.29/9.34	c  9.1s |      14 |    81895 |    58352 |      444    242 |        0 |        0
11.29/11.36	c 11.1s |      14 |    96695 |    69352 |      444    280 |        0 |        0
13.30/13.36	c 13.1s |      14 |   110662 |    79552 |      444    317 |        0 |        0
14.30/14.35	c 14.1s |      14 |   116000 |    83624 |      444    332 |        0 |        0
14.30/14.35	c #cpu_time = 14.078s
14.30/14.35	c #wall_clock_time = 14.078s
14.30/14.35	c #decision = 116000
14.30/14.35	c #random_decision = 278
14.30/14.35	c #conflict = 83624
14.30/14.35	c #restart = 14
14.30/14.35	c BCD2: found a new core of size 69: cost of the new core is >=1
14.30/14.35	c lower bound updated to 1
14.30/14.35	c BCD2: 1 <= obj <= 584
14.30/14.35	c BCD2: #cores=1, #unrelaxed=0, #relaxed=69, #hardened=0
14.30/14.35	c BCD2: #sat=1 #unsat=2 bias=2/3
14.30/14.35	c Solving starts ...
14.30/14.35	c ============================[ Search Statistics ]============================
14.30/14.35	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
14.30/14.35	c       |         |          |          |    Limit     GC | Var      | Constra 
14.30/14.35	c =============================================================================
14.30/14.35	c  0.0s |       0 |        0 |        0 |      444      0 |        0 |        0
14.30/14.36	c  0.0s |       0 |      120 |       12 |      444      1 |        0 |        0
14.30/14.36	c #cpu_time = 0.006s
14.30/14.36	c #wall_clock_time = 0.006s
14.30/14.36	c #decision = 120
14.30/14.36	c #random_decision = 0
14.30/14.36	c #conflict = 12
14.30/14.36	c #restart = 0
14.30/14.36	o 71
14.30/14.36	c BCD2: hardening fixes 16 literals
14.30/14.36	c BCD2: updating upper bound: 584 -> 70
14.30/14.36	c BCD2: 1 <= obj <= 70
14.30/14.36	c BCD2: #cores=1, #unrelaxed=0, #relaxed=53, #hardened=16
14.30/14.36	c BCD2: #sat=2 #unsat=2 bias=2/4
14.30/14.36	c Solving starts ...
14.30/14.36	c ============================[ Search Statistics ]============================
14.30/14.36	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
14.30/14.36	c       |         |          |          |    Limit     GC | Var      | Constra 
14.30/14.36	c =============================================================================
14.30/14.36	c  0.0s |       0 |        0 |        0 |      444      0 |       16 |        2
14.30/14.38	c  0.0s |       1 |      176 |      100 |      444      0 |       16 |        2
14.30/14.40	c  0.0s |       2 |      508 |      250 |      444      0 |       16 |        2
14.40/14.43	c  0.1s |       3 |      849 |      475 |      444      1 |       16 |        2
14.40/14.48	c  0.1s |       4 |     1430 |      813 |      444      2 |       16 |        2
14.49/14.55	c  0.2s |       5 |     2288 |     1320 |      444      4 |       16 |        2
14.59/14.65	c  0.3s |       6 |     3514 |     2081 |      444      7 |       16 |        2
14.79/14.81	c  0.4s |       7 |     5347 |     3223 |      444     11 |       16 |        2
14.79/14.83	c  0.5s |       7 |     5547 |     3346 |      444     11 |       16 |        2
14.79/14.83	c #cpu_time = 0.465s
14.79/14.83	c #wall_clock_time = 0.466s
14.79/14.83	c #decision = 5547
14.79/14.83	c #random_decision = 10
14.79/14.83	c #conflict = 3346
14.79/14.83	c #restart = 7
14.79/14.83	o 25
14.79/14.83	c BCD2: hardening fixes 38 literals
14.79/14.83	c BCD2: updating upper bound: 70 -> 24
14.79/14.83	c BCD2: 1 <= obj <= 24
14.79/14.83	c BCD2: #cores=1, #unrelaxed=0, #relaxed=15, #hardened=54
14.79/14.83	c BCD2: #sat=3 #unsat=2 bias=2/5
14.79/14.83	c Solving starts ...
14.79/14.83	c ============================[ Search Statistics ]============================
14.79/14.83	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
14.79/14.83	c       |         |          |          |    Limit     GC | Var      | Constra 
14.79/14.83	c =============================================================================
14.79/14.83	c  0.0s |       0 |        0 |        0 |      444      0 |       54 |        4
14.79/14.84	c  0.0s |       1 |      139 |      100 |      489      1 |       54 |        4
14.79/14.86	c  0.0s |       2 |      379 |      250 |      489      1 |       54 |        4
14.79/14.88	c  0.1s |       3 |      791 |      475 |      489      2 |       54 |        4
14.89/14.92	c  0.1s |       4 |     1403 |      813 |      489      3 |       54 |        4
14.89/14.98	c  0.2s |       5 |     2122 |     1320 |      489      4 |       54 |        4
14.99/15.07	c  0.2s |       6 |     3195 |     2081 |      489      7 |       54 |        4
15.19/15.20	c  0.4s |       7 |     4870 |     3223 |      489     10 |       54 |        4
15.29/15.39	c  0.6s |       8 |     7348 |     4936 |      489     16 |       54 |        4
15.59/15.68	c  0.8s |       9 |    10969 |     7506 |      489     24 |       54 |        4
16.09/16.12	c  1.3s |      10 |    16690 |    11361 |      489     37 |       54 |        4
16.69/16.78	c  2.0s |      11 |    25143 |    17144 |      489     55 |       54 |        4
17.19/17.22	c  2.4s |      11 |    31296 |    21324 |      489     68 |       54 |        4
17.19/17.22	c #cpu_time = 2.396s
17.19/17.22	c #wall_clock_time = 2.396s
17.19/17.22	c #decision = 31296
17.19/17.22	c #random_decision = 75
17.19/17.22	c #conflict = 21324
17.19/17.22	c #restart = 11
17.19/17.22	o 15
17.19/17.22	c BCD2: hardening fixes 3 literals
17.19/17.22	c BCD2: updating upper bound: 24 -> 14
17.19/17.22	c BCD2: 1 <= obj <= 14
17.19/17.22	c BCD2: #cores=1, #unrelaxed=0, #relaxed=12, #hardened=57
17.19/17.22	c BCD2: #sat=4 #unsat=2 bias=2/6
17.19/17.22	c Solving starts ...
17.19/17.22	c ============================[ Search Statistics ]============================
17.19/17.22	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
17.19/17.22	c       |         |          |          |    Limit     GC | Var      | Constra 
17.19/17.22	c =============================================================================
17.19/17.22	c  0.0s |       0 |        0 |        0 |      489      0 |       57 |        6
17.19/17.24	c  0.0s |       1 |      141 |      100 |      489      1 |       57 |        6
17.19/17.25	c  0.0s |       2 |      372 |      250 |      489      1 |       57 |        6
17.19/17.27	c  0.1s |       3 |      725 |      475 |      489      2 |       57 |        6
17.29/17.31	c  0.1s |       4 |     1186 |      813 |      489      3 |       57 |        6
17.29/17.37	c  0.1s |       5 |     1964 |     1320 |      489      5 |       57 |        6
17.39/17.45	c  0.2s |       6 |     3122 |     2081 |      489      7 |       57 |        6
17.49/17.58	c  0.4s |       7 |     4825 |     3223 |      489     10 |       57 |        6
17.69/17.76	c  0.5s |       8 |     7215 |     4936 |      489     16 |       57 |        6
17.99/18.04	c  0.8s |       9 |    10932 |     7506 |      489     24 |       57 |        6
18.49/18.50	c  1.3s |      10 |    16296 |    11361 |      489     36 |       57 |        6
19.09/19.17	c  1.9s |      10 |    24199 |    16951 |      489     54 |       57 |        6
19.09/19.17	c #cpu_time = 1.944s
19.09/19.17	c #wall_clock_time = 1.944s
19.09/19.17	c #decision = 24199
19.09/19.17	c #random_decision = 56
19.09/19.17	c #conflict = 16951
19.09/19.17	c #restart = 10
19.09/19.17	o 2
19.09/19.17	c BCD2: hardening fixes 11 literals
19.09/19.17	c BCD2: updating upper bound: 14 -> 1
19.09/19.17	c BCD2: 1 <= obj <= 1
19.09/19.17	c BCD2: #cores=1, #unrelaxed=0, #relaxed=1, #hardened=68
19.09/19.17	c BCD2: #sat=5 #unsat=2 bias=2/7
19.09/19.17	c Solving starts ...
19.09/19.17	c ============================[ Search Statistics ]============================
19.09/19.17	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
19.09/19.17	c       |         |          |          |    Limit     GC | Var      | Constra 
19.09/19.17	c =============================================================================
19.09/19.17	c  0.0s |       0 |        0 |        0 |      489      0 |       69 |        6
19.09/19.18	c  0.0s |       1 |      161 |      100 |      489      0 |       69 |       10
19.19/19.20	c  0.0s |       2 |      358 |      250 |      489      1 |       69 |       10
19.19/19.22	c  0.1s |       3 |      684 |      475 |      489      1 |       69 |       10
19.19/19.26	c  0.1s |       4 |     1171 |      813 |      489      2 |       69 |       10
19.29/19.32	c  0.2s |       5 |     1952 |     1320 |      489      4 |       69 |       10
19.39/19.41	c  0.2s |       6 |     3057 |     2081 |      489      6 |       69 |       10
19.49/19.54	c  0.4s |       7 |     4678 |     3223 |      489     10 |       69 |       10
19.69/19.73	c  0.6s |       8 |     7074 |     4936 |      489     15 |       69 |       10
19.99/20.02	c  0.8s |       9 |    10677 |     7506 |      538     23 |       69 |       10
20.38/20.45	c  1.3s |      10 |    16042 |    11361 |      538     34 |       69 |       10
21.08/21.13	c  2.0s |      11 |    23992 |    17144 |      538     51 |       69 |       10
22.09/22.15	c  3.0s |      12 |    36191 |    25819 |      538     76 |       69 |       10
23.58/23.65	c  4.5s |      13 |    54109 |    38832 |      538    114 |       69 |       10
25.58/25.65	c  6.5s |      13 |    79016 |    56532 |      538    166 |       69 |       10
25.78/25.86	c  6.7s |      14 |    81661 |    58352 |      538    171 |       69 |       10
27.78/27.86	c  8.7s |      14 |   104223 |    75052 |      592    220 |       69 |       10
28.48/28.51	c  9.3s |      14 |   110817 |    80057 |      592    234 |       71 |       12
28.48/28.51	c #cpu_time = 9.346s
28.48/28.51	c #wall_clock_time = 9.346s
28.48/28.51	c #decision = 110817
28.48/28.51	c #random_decision = 282
28.48/28.51	c #conflict = 80057
28.48/28.51	c #restart = 14
28.48/28.51	c BCD2: updating lower bound of a core
28.48/28.51	c lower bound updated to 3
28.48/28.51	s OPTIMUM FOUND
28.48/28.51	v -x1 -x2 -x3 -x4 -x5 -x6 -x7 -x8 -x9 -x10
28.48/28.51	v -x11 x12 -x13 -x14 -x15 x16 -x17 -x18 -x19 -x20
28.48/28.51	v -x21 -x22 -x23 -x24 -x25 -x26 -x27 -x28 -x29 -x30
28.48/28.51	v -x31 -x32 -x33 -x34 -x35 -x36 -x37 -x38 x39 -x40
28.48/28.51	v -x41 -x42 -x43 -x44 -x45 -x46 -x47 -x48 -x49 x50
28.48/28.51	v -x51 -x52 -x53 x54 -x55 -x56 -x57 -x58 -x59 -x60
28.48/28.51	v -x61 -x62 -x63 -x64 -x65 -x66 -x67 -x68 -x69 -x70
28.48/28.51	v x71 -x72 -x73 -x74 -x75 -x76 -x77 -x78 -x79 -x80
28.48/28.51	v -x81 x82 -x83 -x84 -x85 -x86 -x87 -x88 -x89 -x90
28.48/28.51	v -x91 x92 -x93 -x94 -x95 -x96 -x97 -x98 -x99 -x100
28.48/28.51	v -x101 -x102 -x103 -x104 -x105 -x106 -x107 -x108 x109 -x110
28.48/28.51	v -x111 -x112 -x113 -x114 -x115 -x116 -x117 -x118 -x119 -x120
28.48/28.51	v -x121 -x122 -x123 x124 -x125 -x126 -x127 -x128 -x129 -x130
28.48/28.51	v -x131 -x132 -x133 -x134 -x135 -x136 -x137 x138 -x139 -x140
28.48/28.51	v -x141 -x142 -x143 -x144 -x145 -x146 -x147 -x148 -x149 -x150
28.48/28.51	v -x151 x152 -x153 -x154 -x155 -x156 -x157 -x158 -x159 -x160
28.48/28.51	v -x161 -x162 -x163 -x164 -x165 x166 -x167 -x168 -x169
28.48/28.51	c total CPU time = 28.517s
28.48/28.51	c total wall clock time = 28.518s

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

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

Enforcing CPUTime limit (soft limit, will send SIGTERM then SIGKILL): 1800 seconds
Enforcing CPUTime limit (hard limit, will send SIGXCPU): 1830 seconds
Enforcing wall clock limit (soft limit, will send SIGTERM then SIGKILL): 1900 seconds
Enforcing VSIZE limit (soft limit, will send SIGTERM then SIGKILL): 15872000 KiB
Enforcing VSIZE limit (hard limit, stack expansion will fail with SIGSEGV, brk() and mmap() will return ENOMEM): 15923200 KiB
Current StackSize limit: 10240 KiB


[startup+0 s]
/proc/loadavg: 2.28 2.31 1.99 4/180 31594
/proc/meminfo: memFree=29278180/32872528 swapFree=1370848/1518016
[pid=31594] ppid=31591 vsize=725436 CPUtime=0 cores=0,2,4,6
/proc/31594/stat : 31594 (toysat) R 31591 31594 31304 0 -1 4202496 2706 0 0 0 0 0 0 0 20 0 4 0 36412089 742846464 3577 33554432000 4194304 16246674 140736294299376 140736294298800 13880264 0 2 0 34082818 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/31594/statm: 182127 3590 441 2943 0 179021 0
[pid=31594/tid=31595] ppid=31591 vsize=743868 CPUtime=0 cores=0,2,4,6
/proc/31594/task/31595/stat : 31595 (toysat) S 31591 31594 31304 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 4 0 36412089 761720832 3651 33554432000 4194304 16246674 140736294299376 139847551397104 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 4 0 0 0 0 0
[pid=31594/tid=31596] ppid=31591 vsize=748988 CPUtime=0 cores=0,2,4,6
/proc/31594/task/31596/stat : 31596 (toysat) S 31591 31594 31304 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 36412089 766963712 3668 33554432000 4194304 16246674 140736294299376 139847540907248 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 0 0 0 0 0 0
[pid=31594/tid=31597] ppid=31591 vsize=753084 CPUtime=0 cores=0,2,4,6
/proc/31594/task/31597/stat : 31597 (toysat) S 31591 31594 31304 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 4 0 36412089 771158016 3683 33554432000 4194304 16246674 140736294299376 139847423487152 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 4 0 0 0 0 0

[startup+0.100153 s]
/proc/loadavg: 2.28 2.31 1.99 4/180 31594
/proc/meminfo: memFree=29278180/32872528 swapFree=1370848/1518016
[pid=31594] ppid=31591 vsize=1218116 CPUtime=0.09 cores=0,2,4,6
/proc/31594/stat : 31594 (toysat) R 31591 31594 31304 0 -1 4202496 18351 0 0 0 7 2 0 0 20 0 4 0 36412089 1247350784 19215 33554432000 4194304 16246674 140736294299376 140736294298800 12460548 0 0 0 34082818 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/31594/statm: 304529 19221 606 2943 0 301423 0
[pid=31594/tid=31595] ppid=31591 vsize=1218116 CPUtime=0 cores=0,2,4,6
/proc/31594/task/31595/stat : 31595 (toysat) S 31591 31594 31304 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 4 0 36412089 1247350784 19222 33554432000 4194304 16246674 140736294299376 139847551397104 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 4 0 0 0 0 0
[pid=31594/tid=31596] ppid=31591 vsize=1218116 CPUtime=0 cores=0,2,4,6
/proc/31594/task/31596/stat : 31596 (toysat) S 31591 31594 31304 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 36412089 1247350784 19222 33554432000 4194304 16246674 140736294299376 139847540907248 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 0 0 0 0 0 0
[pid=31594/tid=31597] ppid=31591 vsize=1218116 CPUtime=0 cores=0,2,4,6
/proc/31594/task/31597/stat : 31597 (toysat) S 31591 31594 31304 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 4 0 36412089 1247350784 19223 33554432000 4194304 16246674 140736294299376 139847423487152 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 1218116

[startup+0.200494 s]
/proc/loadavg: 2.28 2.31 1.99 4/180 31594
/proc/meminfo: memFree=29278180/32872528 swapFree=1370848/1518016
[pid=31594] ppid=31591 vsize=1218116 CPUtime=0.19 cores=0,2,4,6
/proc/31594/stat : 31594 (toysat) R 31591 31594 31304 0 -1 4202496 26055 0 0 0 16 3 0 0 20 0 4 0 36412089 1247350784 26919 33554432000 4194304 16246674 140736294299376 140736294298800 12500869 0 0 0 34082818 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/31594/statm: 304529 26924 606 2943 0 301423 0
[pid=31594/tid=31595] ppid=31591 vsize=1218116 CPUtime=0 cores=0,2,4,6
/proc/31594/task/31595/stat : 31595 (toysat) S 31591 31594 31304 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 4 0 36412089 1247350784 26928 33554432000 4194304 16246674 140736294299376 139847551397104 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 4 0 0 0 0 0
[pid=31594/tid=31596] ppid=31591 vsize=1218116 CPUtime=0 cores=0,2,4,6
/proc/31594/task/31596/stat : 31596 (toysat) S 31591 31594 31304 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 36412089 1247350784 26930 33554432000 4194304 16246674 140736294299376 139847540907248 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 0 0 0 0 0 0
[pid=31594/tid=31597] ppid=31591 vsize=1218116 CPUtime=0 cores=0,2,4,6
/proc/31594/task/31597/stat : 31597 (toysat) S 31591 31594 31304 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 4 0 36412089 1247350784 26934 33554432000 4194304 16246674 140736294299376 139847423487152 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 0.19
Current children cumulated vsize (KiB) 1218116

[startup+0.300455 s]
/proc/loadavg: 2.28 2.31 1.99 4/180 31594
/proc/meminfo: memFree=29278180/32872528 swapFree=1370848/1518016
[pid=31594] ppid=31591 vsize=1218116 CPUtime=0.29 cores=0,2,4,6
/proc/31594/stat : 31594 (toysat) R 31591 31594 31304 0 -1 4202496 35398 0 0 0 24 5 0 0 20 0 4 0 36412089 1247350784 36256 33554432000 4194304 16246674 140736294299376 140736294298800 5662075 0 0 0 34082818 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/31594/statm: 304529 36267 810 2943 0 301423 0
[pid=31594/tid=31595] ppid=31591 vsize=1218116 CPUtime=0 cores=0,2,4,6
/proc/31594/task/31595/stat : 31595 (toysat) S 31591 31594 31304 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 4 0 36412089 1247350784 36271 33554432000 4194304 16246674 140736294299376 139847551397104 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 4 0 0 0 0 0
[pid=31594/tid=31596] ppid=31591 vsize=1218116 CPUtime=0 cores=0,2,4,6
/proc/31594/task/31596/stat : 31596 (toysat) S 31591 31594 31304 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 36412089 1247350784 36274 33554432000 4194304 16246674 140736294299376 139847540907248 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 0 0 0 0 0 0
[pid=31594/tid=31597] ppid=31591 vsize=1218116 CPUtime=0 cores=0,2,4,6
/proc/31594/task/31597/stat : 31597 (toysat) S 31591 31594 31304 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 4 0 36412089 1247350784 36277 33554432000 4194304 16246674 140736294299376 139847423487152 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 1218116

[startup+0.700404 s]
/proc/loadavg: 2.28 2.31 1.99 4/180 31594
/proc/meminfo: memFree=29278180/32872528 swapFree=1370848/1518016
[pid=31594] ppid=31591 vsize=1218116 CPUtime=0.69 cores=0,2,4,6
/proc/31594/stat : 31594 (toysat) R 31591 31594 31304 0 -1 4202496 110866 0 0 0 54 15 0 0 20 0 4 0 36412089 1247350784 111724 33554432000 4194304 16246674 140736294299376 140736294298800 6010521 0 0 0 34082818 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/31594/statm: 304529 111735 816 2943 0 301423 0
[pid=31594/tid=31595] ppid=31591 vsize=1218116 CPUtime=0 cores=0,2,4,6
/proc/31594/task/31595/stat : 31595 (toysat) S 31591 31594 31304 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 4 0 36412089 1247350784 111739 33554432000 4194304 16246674 140736294299376 139847551397104 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 4 0 0 0 0 0
[pid=31594/tid=31596] ppid=31591 vsize=1218116 CPUtime=0 cores=0,2,4,6
/proc/31594/task/31596/stat : 31596 (toysat) S 31591 31594 31304 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 36412089 1247350784 111744 33554432000 4194304 16246674 140736294299376 139847540907248 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 0 0 0 0 0 0
[pid=31594/tid=31597] ppid=31591 vsize=1218116 CPUtime=0 cores=0,2,4,6
/proc/31594/task/31597/stat : 31597 (toysat) S 31591 31594 31304 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 4 0 36412089 1247350784 111747 33554432000 4194304 16246674 140736294299376 139847423487152 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 1218116

[startup+1.50035 s]
/proc/loadavg: 2.28 2.31 1.99 4/184 31598
/proc/meminfo: memFree=28512600/32872528 swapFree=1370848/1518016
[pid=31594] ppid=31591 vsize=1219140 CPUtime=1.49 cores=0,2,4,6
/proc/31594/stat : 31594 (toysat) R 31591 31594 31304 0 -1 4202496 245809 0 0 0 117 32 0 0 20 0 4 0 36412089 1248399360 246644 33554432000 4194304 16246674 140736294299376 140736294298688 5712608 0 0 0 34082818 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/31594/statm: 304785 246644 874 2943 0 301679 0
[pid=31594/tid=31595] ppid=31591 vsize=1219140 CPUtime=0 cores=0,2,4,6
/proc/31594/task/31595/stat : 31595 (toysat) S 31591 31594 31304 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 4 0 36412089 1248399360 246644 33554432000 4194304 16246674 140736294299376 139847551397104 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 4 0 0 0 0 0
[pid=31594/tid=31596] ppid=31591 vsize=1219140 CPUtime=0 cores=0,2,4,6
/proc/31594/task/31596/stat : 31596 (toysat) S 31591 31594 31304 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 36412089 1248399360 246644 33554432000 4194304 16246674 140736294299376 139847540907248 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 0 0 0 0 0 0
[pid=31594/tid=31597] ppid=31591 vsize=1219140 CPUtime=0 cores=0,2,4,6
/proc/31594/task/31597/stat : 31597 (toysat) S 31591 31594 31304 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 4 0 36412089 1248399360 246644 33554432000 4194304 16246674 140736294299376 139847423487152 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 1219140

[startup+3.10039 s]
/proc/loadavg: 2.26 2.30 1.99 3/184 31598
/proc/meminfo: memFree=28275760/32872528 swapFree=1370848/1518016
[pid=31594] ppid=31591 vsize=1306180 CPUtime=3.09 cores=0,2,4,6
/proc/31594/stat : 31594 (toysat) R 31591 31594 31304 0 -1 4202496 267496 0 0 0 274 35 0 0 20 0 4 0 36412089 1337528320 268331 33554432000 4194304 16246674 140736294299376 140736294281280 12482225 0 0 0 34082818 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/31594/statm: 326545 268331 874 2943 0 323439 0
[pid=31594/tid=31595] ppid=31591 vsize=1306180 CPUtime=0 cores=0,2,4,6
/proc/31594/task/31595/stat : 31595 (toysat) S 31591 31594 31304 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 4 0 36412089 1337528320 268331 33554432000 4194304 16246674 140736294299376 139847551397104 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 4 0 0 0 0 0
[pid=31594/tid=31596] ppid=31591 vsize=1306180 CPUtime=0 cores=0,2,4,6
/proc/31594/task/31596/stat : 31596 (toysat) S 31591 31594 31304 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 36412089 1337528320 268331 33554432000 4194304 16246674 140736294299376 139847540907248 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 0 0 0 0 0 0
[pid=31594/tid=31597] ppid=31591 vsize=1306180 CPUtime=0 cores=0,2,4,6
/proc/31594/task/31597/stat : 31597 (toysat) S 31591 31594 31304 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 4 0 36412089 1337528320 268331 33554432000 4194304 16246674 140736294299376 139847423487152 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 1306180

[startup+6.3004 s]
/proc/loadavg: 2.26 2.30 1.99 3/183 31598
/proc/meminfo: memFree=28205364/32872528 swapFree=1370848/1518016
[pid=31594] ppid=31591 vsize=1306180 CPUtime=6.29 cores=0,2,4,6
/proc/31594/stat : 31594 (toysat) R 31591 31594 31304 0 -1 4202496 267517 0 0 0 594 35 0 0 20 0 4 0 36412089 1337528320 268352 33554432000 4194304 16246674 140736294299376 140736294282376 8224803 0 0 0 34082818 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/31594/statm: 326545 268352 874 2943 0 323439 0
[pid=31594/tid=31595] ppid=31591 vsize=1306180 CPUtime=0 cores=0,2,4,6
/proc/31594/task/31595/stat : 31595 (toysat) S 31591 31594 31304 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 4 0 36412089 1337528320 268352 33554432000 4194304 16246674 140736294299376 139847551397104 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 4 0 0 0 0 0
[pid=31594/tid=31596] ppid=31591 vsize=1306180 CPUtime=0 cores=0,2,4,6
/proc/31594/task/31596/stat : 31596 (toysat) S 31591 31594 31304 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 36412089 1337528320 268352 33554432000 4194304 16246674 140736294299376 139847540907248 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 0 0 0 0 0 0
[pid=31594/tid=31597] ppid=31591 vsize=1306180 CPUtime=0 cores=0,2,4,6
/proc/31594/task/31597/stat : 31597 (toysat) S 31591 31594 31304 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 4 0 36412089 1337528320 268352 33554432000 4194304 16246674 140736294299376 139847423487152 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 1306180

[startup+12.7004 s]
/proc/loadavg: 2.22 2.29 1.99 3/183 31598
/proc/meminfo: memFree=28205404/32872528 swapFree=1370848/1518016
[pid=31594] ppid=31591 vsize=1306180 CPUtime=12.69 cores=0,2,4,6
/proc/31594/stat : 31594 (toysat) R 31591 31594 31304 0 -1 4202496 267596 0 0 0 1234 35 0 0 20 0 4 0 36412089 1337528320 268431 33554432000 4194304 16246674 140736294299376 140736294281280 5754796 0 0 0 34082818 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/31594/statm: 326545 268431 875 2943 0 323439 0
[pid=31594/tid=31595] ppid=31591 vsize=1306180 CPUtime=0 cores=0,2,4,6
/proc/31594/task/31595/stat : 31595 (toysat) S 31591 31594 31304 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 4 0 36412089 1337528320 268431 33554432000 4194304 16246674 140736294299376 139847551397104 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 4 0 0 0 0 0
[pid=31594/tid=31596] ppid=31591 vsize=1306180 CPUtime=0 cores=0,2,4,6
/proc/31594/task/31596/stat : 31596 (toysat) S 31591 31594 31304 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 36412089 1337528320 268431 33554432000 4194304 16246674 140736294299376 139847540907248 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 0 0 0 0 0 0
[pid=31594/tid=31597] ppid=31591 vsize=1306180 CPUtime=0 cores=0,2,4,6
/proc/31594/task/31597/stat : 31597 (toysat) S 31591 31594 31304 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 4 0 36412089 1337528320 268431 33554432000 4194304 16246674 140736294299376 139847423487152 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 12.69
Current children cumulated vsize (KiB) 1306180

[startup+25.5005 s]
/proc/loadavg: 2.26 2.30 1.99 3/183 31647
/proc/meminfo: memFree=28202984/32872528 swapFree=1370848/1518016
[pid=31594] ppid=31591 vsize=1306180 CPUtime=25.48 cores=0,2,4,6
/proc/31594/stat : 31594 (toysat) R 31591 31594 31304 0 -1 4202496 267649 0 0 0 2513 35 0 0 20 0 4 0 36412089 1337528320 268484 33554432000 4194304 16246674 140736294299376 140736294281280 13963975 0 0 0 34082818 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/31594/statm: 326545 268484 884 2943 0 323439 0
[pid=31594/tid=31595] ppid=31591 vsize=1306180 CPUtime=0 cores=0,2,4,6
/proc/31594/task/31595/stat : 31595 (toysat) S 31591 31594 31304 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 4 0 36412089 1337528320 268484 33554432000 4194304 16246674 140736294299376 139847551397104 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 4 0 0 0 0 0
[pid=31594/tid=31596] ppid=31591 vsize=1306180 CPUtime=0 cores=0,2,4,6
/proc/31594/task/31596/stat : 31596 (toysat) S 31591 31594 31304 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 36412089 1337528320 268484 33554432000 4194304 16246674 140736294299376 139847540907248 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 0 0 0 0 0 0
[pid=31594/tid=31597] ppid=31591 vsize=1306180 CPUtime=0 cores=0,2,4,6
/proc/31594/task/31597/stat : 31597 (toysat) S 31591 31594 31304 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 4 0 36412089 1337528320 268484 33554432000 4194304 16246674 140736294299376 139847423487152 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 4 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 31594 sig 9
??? end of watcher thread
Dumping a history of the last processes samples

[startup+25.6005 s]
/proc/loadavg: 2.26 2.30 1.99 3/183 31647
/proc/meminfo: memFree=28202984/32872528 swapFree=1370848/1518016
[pid=31594] ppid=31591 vsize=1306180 CPUtime=25.58 cores=0,2,4,6
/proc/31594/stat : 31594 (toysat) R 31591 31594 31304 0 -1 4202496 267649 0 0 0 2523 35 0 0 20 0 4 0 36412089 1337528320 268484 33554432000 4194304 16246674 140736294299376 140736294281280 5754966 0 0 0 34082818 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/31594/statm: 326545 268484 884 2943 0 323439 0
[pid=31594/tid=31595] ppid=31591 vsize=1306180 CPUtime=0 cores=0,2,4,6
/proc/31594/task/31595/stat : 31595 (toysat) S 31591 31594 31304 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 4 0 36412089 1337528320 268484 33554432000 4194304 16246674 140736294299376 139847551397104 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 4 0 0 0 0 0
[pid=31594/tid=31596] ppid=31591 vsize=1306180 CPUtime=0 cores=0,2,4,6
/proc/31594/task/31596/stat : 31596 (toysat) S 31591 31594 31304 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 36412089 1337528320 268484 33554432000 4194304 16246674 140736294299376 139847540907248 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 0 0 0 0 0 0
[pid=31594/tid=31597] ppid=31591 vsize=1306180 CPUtime=0 cores=0,2,4,6
/proc/31594/task/31597/stat : 31597 (toysat) S 31591 31594 31304 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 4 0 36412089 1337528320 268484 33554432000 4194304 16246674 140736294299376 139847423487152 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 25.58
Current children cumulated vsize (KiB) 1306180

[startup+27.2004 s]
/proc/loadavg: 2.26 2.30 1.99 3/183 31647
/proc/meminfo: memFree=28202996/32872528 swapFree=1370848/1518016
[pid=31594] ppid=31591 vsize=1306180 CPUtime=27.18 cores=0,2,4,6
/proc/31594/stat : 31594 (toysat) R 31591 31594 31304 0 -1 4202496 267649 0 0 0 2683 35 0 0 20 0 4 0 36412089 1337528320 268484 33554432000 4194304 16246674 140736294299376 140736294281280 12477709 0 0 0 34082818 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/31594/statm: 326545 268484 884 2943 0 323439 0
[pid=31594/tid=31595] ppid=31591 vsize=1306180 CPUtime=0 cores=0,2,4,6
/proc/31594/task/31595/stat : 31595 (toysat) S 31591 31594 31304 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 4 0 36412089 1337528320 268484 33554432000 4194304 16246674 140736294299376 139847551397104 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 4 0 0 0 0 0
[pid=31594/tid=31596] ppid=31591 vsize=1306180 CPUtime=0 cores=0,2,4,6
/proc/31594/task/31596/stat : 31596 (toysat) S 31591 31594 31304 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 36412089 1337528320 268484 33554432000 4194304 16246674 140736294299376 139847540907248 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 0 0 0 0 0 0
[pid=31594/tid=31597] ppid=31591 vsize=1306180 CPUtime=0 cores=0,2,4,6
/proc/31594/task/31597/stat : 31597 (toysat) S 31591 31594 31304 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 4 0 36412089 1337528320 268484 33554432000 4194304 16246674 140736294299376 139847423487152 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 27.18
Current children cumulated vsize (KiB) 1306180

[startup+28.0004 s]
/proc/loadavg: 2.24 2.29 1.99 3/183 31647
/proc/meminfo: memFree=28202752/32872528 swapFree=1370848/1518016
[pid=31594] ppid=31591 vsize=1306180 CPUtime=27.98 cores=0,2,4,6
/proc/31594/stat : 31594 (toysat) R 31591 31594 31304 0 -1 4202496 267649 0 0 0 2763 35 0 0 20 0 4 0 36412089 1337528320 268484 33554432000 4194304 16246674 140736294299376 140736294281280 13950192 0 0 0 34082818 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/31594/statm: 326545 268484 884 2943 0 323439 0
[pid=31594/tid=31595] ppid=31591 vsize=1306180 CPUtime=0 cores=0,2,4,6
/proc/31594/task/31595/stat : 31595 (toysat) S 31591 31594 31304 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 4 0 36412089 1337528320 268484 33554432000 4194304 16246674 140736294299376 139847551397104 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 4 0 0 0 0 0
[pid=31594/tid=31596] ppid=31591 vsize=1306180 CPUtime=0 cores=0,2,4,6
/proc/31594/task/31596/stat : 31596 (toysat) S 31591 31594 31304 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 36412089 1337528320 268484 33554432000 4194304 16246674 140736294299376 139847540907248 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 0 0 0 0 0 0
[pid=31594/tid=31597] ppid=31591 vsize=1306180 CPUtime=0 cores=0,2,4,6
/proc/31594/task/31597/stat : 31597 (toysat) S 31591 31594 31304 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 4 0 36412089 1337528320 268484 33554432000 4194304 16246674 140736294299376 139847423487152 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 27.98
Current children cumulated vsize (KiB) 1306180

[startup+28.4004 s]
/proc/loadavg: 2.24 2.29 1.99 3/183 31647
/proc/meminfo: memFree=28202752/32872528 swapFree=1370848/1518016
[pid=31594] ppid=31591 vsize=1306180 CPUtime=28.38 cores=0,2,4,6
/proc/31594/stat : 31594 (toysat) R 31591 31594 31304 0 -1 4202496 267649 0 0 0 2803 35 0 0 20 0 4 0 36412089 1337528320 268484 33554432000 4194304 16246674 140736294299376 140736294281280 7252959 0 0 0 34082818 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/31594/statm: 326545 268484 884 2943 0 323439 0
[pid=31594/tid=31595] ppid=31591 vsize=1306180 CPUtime=0 cores=0,2,4,6
/proc/31594/task/31595/stat : 31595 (toysat) S 31591 31594 31304 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 4 0 36412089 1337528320 268484 33554432000 4194304 16246674 140736294299376 139847551397104 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 4 0 0 0 0 0
[pid=31594/tid=31596] ppid=31591 vsize=1306180 CPUtime=0 cores=0,2,4,6
/proc/31594/task/31596/stat : 31596 (toysat) S 31591 31594 31304 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 36412089 1337528320 268484 33554432000 4194304 16246674 140736294299376 139847540907248 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 0 0 0 0 0 0
[pid=31594/tid=31597] ppid=31591 vsize=1306180 CPUtime=0 cores=0,2,4,6
/proc/31594/task/31597/stat : 31597 (toysat) S 31591 31594 31304 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 4 0 36412089 1337528320 268484 33554432000 4194304 16246674 140736294299376 139847423487152 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 28.38
Current children cumulated vsize (KiB) 1306180

[startup+28.5004 s]
/proc/loadavg: 2.24 2.29 1.99 3/183 31647
/proc/meminfo: memFree=28202752/32872528 swapFree=1370848/1518016
[pid=31594] ppid=31591 vsize=1306180 CPUtime=28.48 cores=0,2,4,6
/proc/31594/stat : 31594 (toysat) R 31591 31594 31304 0 -1 4202496 267649 0 0 0 2813 35 0 0 20 0 4 0 36412089 1337528320 268484 33554432000 4194304 16246674 140736294299376 140736294281280 5546085 0 0 0 34082818 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/31594/statm: 326545 268484 884 2943 0 323439 0
[pid=31594/tid=31595] ppid=31591 vsize=1306180 CPUtime=0 cores=0,2,4,6
/proc/31594/task/31595/stat : 31595 (toysat) S 31591 31594 31304 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 4 0 36412089 1337528320 268484 33554432000 4194304 16246674 140736294299376 139847551397104 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 4 0 0 0 0 0
[pid=31594/tid=31596] ppid=31591 vsize=1306180 CPUtime=0 cores=0,2,4,6
/proc/31594/task/31596/stat : 31596 (toysat) S 31591 31594 31304 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 36412089 1337528320 268484 33554432000 4194304 16246674 140736294299376 139847540907248 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 0 0 0 0 0 0
[pid=31594/tid=31597] ppid=31591 vsize=1306180 CPUtime=0 cores=0,2,4,6
/proc/31594/task/31597/stat : 31597 (toysat) S 31591 31594 31304 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 4 0 36412089 1337528320 268484 33554432000 4194304 16246674 140736294299376 139847423487152 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 28.48
Current children cumulated vsize (KiB) 1306180

Child status: 0
Real time (s): 28.5797
CPU time (s): 28.5657
CPU user time (s): 28.1567
CPU system time (s): 0.408937
CPU usage (%): 99.951
Max. virtual memory (cumulated for all children) (KiB): 1306180

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 28.1567
system time used= 0.408937
maximum resident set size= 1073944
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 267653
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= 19
involuntary context switches= 30

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

The end

Launcher Data

Begin job on node129 at 2016-06-19 15:40:56
IDJOB=4109326
IDBENCH=78778
IDSOLVER=2553
FILE ID=node129/4109326-1466343656
RUNJOBID= node129-1466341815-31320
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.1110975965--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-4109326-1466343656/watcher-4109326-1466343656 -o /tmp/evaluation-result-4109326-1466343656/solver-4109326-1466343656 -C 1800 -W 1900 -M 15500 --bin-var /tmp/runsolver-exch-node129-1466341815-31320 --watchdog 1960  toysat +RTS -H1G -M15500m -K1G -RTS --wbo --search=bcd2 HOME/instance-4109326-1466343656.wbo

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

MD5SUM BENCH= 1921961b34f7430fccb0e54df4a4f9ba
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:        29279360 kB
Buffers:           86968 kB
Cached:           177744 kB
SwapCached:         1804 kB
Active:          1201636 kB
Inactive:         136168 kB
Active(anon):    1072716 kB
Inactive(anon):     2732 kB
Active(file):     128920 kB
Inactive(file):   133436 kB
Unevictable:     1518016 kB
Mlocked:         1370848 kB
SwapTotal:      67108856 kB
SwapFree:       67099348 kB
Dirty:             32876 kB
Writeback:             0 kB
AnonPages:       2590208 kB
Mapped:            10744 kB
Shmem:                 0 kB
Slab:             602312 kB
SReclaimable:      46104 kB
SUnreclaim:       556208 kB
KernelStack:        1504 kB
PageTables:         8928 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:    149504 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:25