Trace number 4109374

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 57.5712 57.5857

General information on the benchmark

Name/PARTIAL-SMALLINT-LIN/PB06/submitted-PB06/namasivayam/wnqueen/
normalized-t2001.13queen13.1110971697--soft-66-100-0.wbo
MD5SUM4e00897e4a2c20d3d8c9b6106b938663
Bench CategoryPARTIAL-SMALLINT-LIN (both soft and hard constraints, small integers, linear constraints)
Best result obtained on this benchmarkMOPT
Best cost obtained on this benchmark80
Best CPU time to get the best result obtained on this benchmark17.3804
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 constraints28
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 1415
Min constraint cost 1
Max constraint cost 98
Sum of constraints costs 1414
Biggest number in a constraint 38
Number of bits of the biggest number in a constraint 6
Biggest sum of numbers in a constraint 1238
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:41:27+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-4109374-1466343687.wbo"]
0.00/0.01	c use --random-gen="3618027491 1791345044 31719924 3354176386 2389878293 3075328559 4169512369 3212429242 3874436917 3683787868 2545710764 802896437 1773652784 2758315056 4235541155 2753010015 1522011760 630013075 3141421217 633904844 699539279 1177117602 2408550437 1479661969 2266105611 4162797380 3087028638 1660130367 3869022118 2424107567 698755494 3959830892 568135995 2347035726 1579713412 1445173575 1058827547 1250768163 2185222681 2238367794 744052909 2120727760 35407372 1466362577 2832502072 3816395897 3288894183 2231326500 2993248179 3071773177 2415241418 1422178135 3417227346 589743973 3613497959 3199600804 24040101 3402321035 388568453 2081702431 3642020314 916736468 3043292269 3603015827 3792059628 3787286549 1967964659 3879631920 731760689 1292706199 2340424285 1313312414 4022021270 2993667545 2730943868 2886205172 4254458054 322786687 3128600602 317946252 1040670300 402213836 1789001487 1315222979 3263075623 3423720910 2679970361 3876880708 246374592 3369336721 4024340308 2210575981 1460844 856077030 1292841205 1664718769 3382837336 1448510611 2708306641 463092622 3731924697 3719674927 263381568 1584129707 4054014889 2052780077 479004491 972099724 1469960411 217462035 282310612 3195298324 1650348235 292254356 2490682949 3357123962 2228745456 2005532052 2071966682 854815451 317172461 639105851 1903960425 1715805520 4147253819 1486448701 416262214 1346410632 2372367790 1898144091 2615920289 4077706514 51780882 943321898 2476586829 19979782 2696544282 915001134 786921723 2593052436 3677976100 1951354153 1305231561 1194988001 1069100488 1918468116 551589697 914592423 1148256152 1865524744 2890787923 3112597561 3979857041 3769170526 4192932403 1567322646 1484010006 3497719732 722078973 1995878810 3615382977 3348832546 1654283955 3662938364 4269779183 521299961 537903445 1708945748 4239404294 2767483004 2754124225 2421418754 1441473061 1563572136 3608710879 1270450194 899538788 2032068954 4268484270 1683547623 4047109354 307238516 384904804 3618958036 1470239895 106002153 964233424 838324120 758229858 3901825187 669621759 1328671525 4016491580 3670162440 2758567663 1937805220 4194879556 3459497469 3730383231 759274683 2832587330 368798957 343620185 2507301901 2580746545 3692453651 1249885221 3974004149 295801055 3847427885 2570476481 2714628 793238284 549448120 1800506196 104595860 1195553838 1532826146 1654921814 3486595669 2675036188 2213651631 300724369 1612880187 752394859 745833204 933284195 1569407557 3322412190 2689633993 228451125 3199050836 148894138 3037305210 1940973993 1504118587 3666854744 2790998381 2648597125 1810523902 3264643154 1203568460 3903234451 304456321 1673109456 3264665160 3255028505 2722674563 1985264022 3382135398 1867534643 3154618505 3080261430 4013366066 3600784037 3498372229 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 |       99      0 |        0 |        0
0.19/0.27	c  0.0s |       1 |      224 |      100 |       99      0 |        0 |        0
0.19/0.29	c  0.0s |       2 |      552 |      250 |      109      1 |        0 |        0
0.29/0.32	c  0.1s |       3 |      959 |      475 |      120      4 |        0 |        0
0.29/0.37	c  0.1s |       4 |     1558 |      813 |      132      7 |        0 |        0
0.39/0.45	c  0.2s |       5 |     2727 |     1320 |      146     12 |        0 |        0
0.48/0.55	c  0.3s |       6 |     4303 |     2081 |      178     19 |        0 |        0
0.69/0.72	c  0.5s |       7 |     6636 |     3223 |      196     29 |        0 |        0
0.89/0.96	c  0.7s |       8 |    10041 |     4936 |      216     43 |        0 |        0
1.09/1.12	c  0.9s |       8 |    12081 |     6052 |      216     52 |        0 |        0
1.09/1.12	c #cpu_time = 0.866s
1.09/1.12	c #wall_clock_time = 0.868s
1.09/1.12	c #decision = 12081
1.09/1.12	c #random_decision = 44
1.09/1.12	c #conflict = 6052
1.09/1.12	c #restart = 8
1.09/1.12	o 503
1.09/1.12	c BCD2: updating upper bound: 1414 -> 502
1.09/1.12	c BCD2: 0 <= obj <= 502
1.09/1.12	c BCD2: #cores=0, #unrelaxed=28, #relaxed=0, #hardened=0
1.09/1.12	c BCD2: #sat=1 #unsat=1 bias=1/2
1.09/1.12	c Solving starts ...
1.09/1.12	c ============================[ Search Statistics ]============================
1.09/1.12	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
1.09/1.12	c       |         |          |          |    Limit     GC | Var      | Constra 
1.09/1.12	c =============================================================================
1.09/1.12	c  0.0s |       0 |        0 |        0 |      216      0 |        0 |        0
1.09/1.14	c  0.0s |       1 |      187 |      100 |      216      0 |        0 |        0
1.09/1.16	c  0.0s |       2 |      433 |      250 |      216      1 |        0 |        0
1.09/1.19	c  0.1s |       3 |      793 |      475 |      216      2 |        0 |        0
1.20/1.25	c  0.1s |       4 |     1324 |      813 |      216      4 |        0 |        0
1.28/1.33	c  0.2s |       5 |     2126 |     1320 |      216      7 |        0 |        0
1.39/1.46	c  0.3s |       6 |     3298 |     2081 |      238     12 |        0 |        0
1.59/1.65	c  0.5s |       7 |     4977 |     3223 |      238     18 |        0 |        0
1.79/1.89	c  0.8s |       8 |     7531 |     4936 |      238     28 |        0 |        0
2.20/2.20	c  1.1s |       9 |    11251 |     7506 |      262     42 |        0 |        0
2.59/2.66	c  1.5s |      10 |    16703 |    11361 |      289     63 |        0 |        0
3.30/3.34	c  2.2s |      11 |    25234 |    17144 |      289     92 |        0 |        0
4.29/4.35	c  3.2s |      12 |    37717 |    25819 |      318    135 |        0 |        0
5.89/5.99	c  4.9s |      13 |    56338 |    38832 |      350    196 |        0 |        0
7.19/7.26	c  6.1s |      13 |    68133 |    47378 |      350    236 |        0 |        0
7.19/7.26	c #cpu_time = 6.118s
7.19/7.26	c #wall_clock_time = 6.134s
7.19/7.26	c #decision = 68133
7.19/7.26	c #random_decision = 164
7.19/7.26	c #conflict = 47378
7.19/7.26	c #restart = 13
7.19/7.26	c BCD2: found a new core of size 28: cost of the new core is >=1
7.19/7.26	c lower bound updated to 1
7.19/7.26	c BCD2: 1 <= obj <= 502
7.19/7.26	c BCD2: #cores=1, #unrelaxed=0, #relaxed=28, #hardened=0
7.19/7.26	c BCD2: #sat=1 #unsat=2 bias=2/3
7.19/7.26	c Solving starts ...
7.19/7.26	c ============================[ Search Statistics ]============================
7.19/7.26	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
7.19/7.26	c       |         |          |          |    Limit     GC | Var      | Constra 
7.19/7.26	c =============================================================================
7.19/7.26	c  0.0s |       0 |        0 |        0 |      350      0 |        0 |        0
7.19/7.26	c  0.0s |       0 |       56 |        1 |      350      0 |        0 |        0
7.19/7.26	c #cpu_time = 0.001s
7.19/7.26	c #wall_clock_time = 0.001s
7.19/7.26	c #decision = 56
7.19/7.26	c #random_decision = 1
7.19/7.26	c #conflict = 1
7.19/7.26	c #restart = 0
7.19/7.26	o 80
7.19/7.26	c BCD2: hardening fixes 7 literals
7.19/7.26	c BCD2: updating upper bound: 502 -> 79
7.19/7.26	c BCD2: 1 <= obj <= 79
7.19/7.26	c BCD2: #cores=1, #unrelaxed=0, #relaxed=21, #hardened=7
7.19/7.26	c BCD2: #sat=2 #unsat=2 bias=2/4
7.19/7.26	c Solving starts ...
7.19/7.26	c ============================[ Search Statistics ]============================
7.19/7.26	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
7.19/7.26	c       |         |          |          |    Limit     GC | Var      | Constra 
7.19/7.26	c =============================================================================
7.19/7.26	c  0.0s |       0 |        0 |        0 |      350      0 |        8 |        2
7.19/7.27	c  0.0s |       1 |      177 |      100 |      350      0 |        8 |        2
7.19/7.29	c  0.0s |       2 |      435 |      250 |      350      1 |        8 |        2
7.29/7.31	c  0.1s |       3 |      778 |      475 |      350      2 |        8 |        2
7.29/7.35	c  0.1s |       4 |     1276 |      813 |      350      4 |        8 |        2
7.39/7.40	c  0.1s |       5 |     2053 |     1320 |      350      6 |        8 |        2
7.39/7.48	c  0.2s |       6 |     3192 |     2081 |      350      9 |        8 |        2
7.59/7.61	c  0.3s |       7 |     4895 |     3223 |      350     14 |        8 |        2
7.70/7.78	c  0.5s |       8 |     7301 |     4936 |      386     22 |        8 |        2
7.99/8.06	c  0.8s |       9 |    11191 |     7506 |      386     32 |        8 |        2
8.39/8.49	c  1.2s |      10 |    17097 |    11361 |      386     49 |        8 |        2
9.09/9.10	c  1.8s |      11 |    25723 |    17144 |      386     73 |        8 |        2
10.00/10.07	c  2.8s |      12 |    38040 |    25819 |      386    108 |        8 |        2
11.39/11.46	c  4.2s |      13 |    57400 |    38832 |      425    161 |        8 |        2
13.39/13.46	c  6.2s |      13 |    84642 |    57432 |      425    232 |        8 |        2
13.49/13.56	c  6.3s |      14 |    86072 |    58352 |      425    236 |        8 |        2
15.29/15.34	c  8.1s |      14 |   110869 |    74507 |      425    298 |        9 |        4
15.29/15.34	c #cpu_time = 8.057s
15.29/15.34	c #wall_clock_time = 8.077s
15.29/15.34	c #decision = 110869
15.29/15.34	c #random_decision = 285
15.29/15.34	c #conflict = 74507
15.29/15.34	c #restart = 14
15.29/15.34	c BCD2: updating lower bound of a core
15.29/15.34	c lower bound updated to 41
15.29/15.34	c BCD2: 41 <= obj <= 79
15.29/15.34	c BCD2: #cores=1, #unrelaxed=0, #relaxed=21, #hardened=7
15.29/15.34	c BCD2: #sat=2 #unsat=3 bias=3/5
15.29/15.34	c Solving starts ...
15.29/15.34	c ============================[ Search Statistics ]============================
15.29/15.34	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
15.29/15.34	c       |         |          |          |    Limit     GC | Var      | Constra 
15.29/15.34	c =============================================================================
15.29/15.34	c  0.0s |       0 |        0 |        0 |      425      0 |        9 |        4
15.29/15.35	c  0.0s |       1 |      170 |      100 |      425      0 |        9 |        4
15.29/15.37	c  0.0s |       2 |      397 |      250 |      425      1 |        9 |        4
15.29/15.39	c  0.1s |       3 |      757 |      475 |      425      1 |        9 |        4
15.40/15.43	c  0.1s |       4 |     1229 |      813 |      425      3 |        9 |        4
15.40/15.48	c  0.1s |       5 |     1991 |     1320 |      425      5 |        9 |        4
15.50/15.56	c  0.2s |       6 |     3192 |     2081 |      425      8 |        9 |        4
15.59/15.68	c  0.3s |       7 |     4924 |     3223 |      468     12 |        9 |        4
15.79/15.86	c  0.5s |       8 |     7493 |     4936 |      468     18 |        9 |        4
16.09/16.12	c  0.8s |       9 |    11318 |     7506 |      468     27 |        9 |        4
16.50/16.51	c  1.2s |      10 |    17144 |    11361 |      468     41 |        9 |        4
17.09/17.13	c  1.8s |      11 |    26144 |    17144 |      468     62 |        9 |        4
17.99/18.06	c  2.7s |      12 |    38951 |    25819 |      468     93 |        9 |        4
19.39/19.45	c  4.1s |      13 |    58805 |    38832 |      468    140 |        9 |        4
21.39/21.46	c  6.1s |      13 |    86468 |    57532 |      468    207 |        9 |        4
21.49/21.55	c  6.2s |      14 |    87619 |    58352 |      468    210 |        9 |        4
22.69/22.71	c  7.4s |      14 |   102889 |    68695 |      515    247 |       10 |        6
22.69/22.71	c #cpu_time = 7.351s
22.69/22.71	c #wall_clock_time = 7.370s
22.69/22.71	c #decision = 102889
22.69/22.71	c #random_decision = 307
22.69/22.71	c #conflict = 68695
22.69/22.71	c #restart = 14
22.69/22.71	c BCD2: updating lower bound of a core
22.69/22.71	c lower bound updated to 65
22.69/22.71	c BCD2: 65 <= obj <= 79
22.69/22.71	c BCD2: #cores=1, #unrelaxed=0, #relaxed=21, #hardened=7
22.69/22.71	c BCD2: #sat=2 #unsat=4 bias=4/6
22.69/22.71	c Solving starts ...
22.69/22.71	c ============================[ Search Statistics ]============================
22.69/22.71	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
22.69/22.71	c       |         |          |          |    Limit     GC | Var      | Constra 
22.69/22.71	c =============================================================================
22.69/22.71	c  0.0s |       0 |        0 |        0 |      515      0 |       10 |        6
22.69/22.72	c  0.0s |       1 |      182 |      100 |      515      0 |       10 |        6
22.69/22.74	c  0.0s |       2 |      412 |      250 |      515      1 |       10 |        6
22.69/22.76	c  0.1s |       3 |      829 |      475 |      515      2 |       10 |        6
22.79/22.80	c  0.1s |       4 |     1444 |      813 |      515      3 |       10 |        6
22.79/22.86	c  0.1s |       5 |     2203 |     1320 |      515      4 |       10 |        6
22.89/22.94	c  0.2s |       6 |     3515 |     2081 |      515      7 |       10 |        6
22.99/23.06	c  0.4s |       7 |     5190 |     3223 |      515     11 |       10 |        6
23.19/23.24	c  0.5s |       8 |     8199 |     4936 |      515     16 |       10 |        6
23.49/23.50	c  0.8s |       9 |    12549 |     7506 |      515     25 |       10 |        6
23.89/23.90	c  1.2s |      10 |    18523 |    11361 |      515     38 |       10 |        6
24.49/24.52	c  1.8s |      11 |    27643 |    17144 |      515     57 |       10 |        6
25.39/25.43	c  2.7s |      12 |    41506 |    25819 |      515     86 |       10 |        6
26.79/26.82	c  4.1s |      13 |    61999 |    38832 |      515    130 |       10 |        6
28.79/28.83	c  6.1s |      13 |    91578 |    57632 |      515    192 |       10 |        6
28.89/28.91	c  6.2s |      14 |    92797 |    58352 |      515    195 |       10 |        6
30.89/30.91	c  8.2s |      14 |   123285 |    76852 |      515    256 |       10 |        6
31.08/31.19	c  8.5s |      14 |   127194 |    79269 |      515    265 |       11 |        8
31.08/31.19	c #cpu_time = 8.458s
31.08/31.19	c #wall_clock_time = 8.480s
31.08/31.19	c #decision = 127194
31.08/31.19	c #random_decision = 365
31.08/31.19	c #conflict = 79269
31.08/31.19	c #restart = 14
31.08/31.19	c BCD2: updating lower bound of a core
31.08/31.19	c lower bound updated to 76
31.08/31.19	c BCD2: 76 <= obj <= 79
31.08/31.19	c BCD2: #cores=1, #unrelaxed=0, #relaxed=21, #hardened=7
31.08/31.19	c BCD2: #sat=2 #unsat=5 bias=5/7
31.08/31.19	c Solving starts ...
31.08/31.19	c ============================[ Search Statistics ]============================
31.08/31.19	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
31.08/31.19	c       |         |          |          |    Limit     GC | Var      | Constra 
31.08/31.19	c =============================================================================
31.08/31.19	c  0.0s |       0 |        0 |        0 |      515      0 |       11 |        8
31.18/31.20	c  0.0s |       1 |      161 |      100 |      515      0 |       11 |        8
31.18/31.22	c  0.0s |       2 |      456 |      250 |      515      0 |       11 |        8
31.18/31.24	c  0.1s |       3 |      805 |      475 |      515      1 |       11 |        8
31.18/31.28	c  0.1s |       4 |     1323 |      813 |      515      2 |       11 |        8
31.28/31.33	c  0.1s |       5 |     2251 |     1320 |      515      4 |       11 |        8
31.38/31.41	c  0.2s |       6 |     3593 |     2081 |      515      6 |       11 |        8
31.48/31.53	c  0.3s |       7 |     5455 |     3223 |      515     10 |       11 |        8
31.68/31.72	c  0.5s |       8 |     8211 |     4936 |      515     16 |       11 |        8
31.89/31.99	c  0.8s |       9 |    12258 |     7506 |      515     24 |       11 |        8
32.38/32.40	c  1.2s |      10 |    18607 |    11361 |      515     37 |       11 |        8
32.88/33.00	c  1.8s |      11 |    27968 |    17144 |      515     57 |       11 |        8
33.88/33.94	c  2.8s |      12 |    41740 |    25819 |      567     83 |       11 |        8
35.38/35.42	c  4.2s |      13 |    62292 |    38832 |      567    124 |       11 |        8
37.39/37.43	c  6.2s |      13 |    90247 |    56432 |      567    178 |       11 |        8
37.58/37.66	c  6.5s |      14 |    93239 |    58352 |      567    184 |       11 |        8
39.59/39.66	c  8.5s |      14 |   117714 |    75652 |      567    236 |       11 |        8
40.88/40.99	c  9.8s |      15 |   136518 |    87632 |      567    273 |       11 |        8
42.89/43.00	c 11.8s |      15 |   164016 |   105632 |      567    328 |       11 |        8
44.98/45.00	c 13.8s |      15 |   188948 |   123032 |      567    382 |       11 |        8
45.98/46.01	c 14.8s |      16 |   201115 |   131552 |      567    408 |       11 |        8
47.98/48.02	c 16.8s |      16 |   227253 |   148752 |      567    460 |       11 |        8
49.18/49.27	c 18.1s |      16 |   243772 |   159819 |      567    494 |       12 |       10
49.18/49.27	c #cpu_time = 18.033s
49.18/49.27	c #wall_clock_time = 18.080s
49.18/49.27	c #decision = 243772
49.18/49.27	c #random_decision = 664
49.18/49.27	c #conflict = 159819
49.18/49.27	c #restart = 16
49.18/49.27	c BCD2: updating lower bound of a core
49.18/49.27	c lower bound updated to 79
49.18/49.27	c BCD2: 79 <= obj <= 79
49.18/49.27	c BCD2: #cores=1, #unrelaxed=0, #relaxed=21, #hardened=7
49.18/49.27	c BCD2: #sat=2 #unsat=6 bias=6/8
49.18/49.27	c Solving starts ...
49.18/49.27	c ============================[ Search Statistics ]============================
49.18/49.27	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
49.18/49.27	c       |         |          |          |    Limit     GC | Var      | Constra 
49.18/49.27	c =============================================================================
49.18/49.27	c  0.0s |       0 |        0 |        0 |      567      0 |       12 |       11
49.18/49.28	c  0.0s |       1 |      187 |      100 |      567      0 |       12 |       11
49.28/49.30	c  0.0s |       2 |      423 |      250 |      567      1 |       12 |       11
49.28/49.32	c  0.0s |       3 |      771 |      475 |      567      1 |       12 |       11
49.28/49.35	c  0.1s |       4 |     1320 |      813 |      567      2 |       12 |       11
49.38/49.41	c  0.1s |       5 |     2134 |     1320 |      567      4 |       12 |       11
49.38/49.49	c  0.2s |       6 |     3351 |     2081 |      567      6 |       12 |       11
49.59/49.62	c  0.3s |       7 |     5174 |     3223 |      567     10 |       12 |       11
49.78/49.80	c  0.5s |       8 |     7960 |     4936 |      567     15 |       12 |       11
49.98/50.08	c  0.8s |       9 |    12420 |     7506 |      624     22 |       12 |       11
50.48/50.52	c  1.2s |      10 |    18498 |    11361 |      624     33 |       12 |       11
51.08/51.11	c  1.8s |      11 |    27326 |    17144 |      624     49 |       12 |       11
51.98/52.03	c  2.8s |      12 |    41776 |    25819 |      624     73 |       12 |       11
53.38/53.43	c  4.2s |      13 |    62241 |    38832 |      624    110 |       12 |       11
55.38/55.44	c  6.2s |      13 |    91302 |    57232 |      624    161 |       12 |       11
55.48/55.56	c  6.3s |      14 |    93200 |    58352 |      624    164 |       12 |       11
57.49/57.50	c  8.2s |      14 |   121001 |    75859 |      624    213 |       13 |       13
57.49/57.50	c #cpu_time = 8.215s
57.49/57.50	c #wall_clock_time = 8.237s
57.49/57.50	c #decision = 121001
57.49/57.50	c #random_decision = 361
57.49/57.50	c #conflict = 75859
57.49/57.50	c #restart = 14
57.49/57.50	c BCD2: updating lower bound of a core
57.49/57.50	c lower bound updated to 80
57.49/57.51	s OPTIMUM FOUND
57.49/57.51	v -x1 -x2 x3 -x4 -x5 -x6 -x7 -x8 -x9 -x10
57.49/57.51	v -x11 -x12 -x13 -x14 -x15 -x16 -x17 -x18 -x19 -x20
57.49/57.51	v -x21 -x22 x23 -x24 -x25 -x26 -x27 -x28 -x29 -x30
57.49/57.51	v -x31 -x32 -x33 -x34 -x35 -x36 -x37 -x38 x39 -x40
57.49/57.51	v -x41 -x42 -x43 -x44 -x45 -x46 -x47 -x48 -x49 x50
57.49/57.51	v -x51 -x52 -x53 -x54 -x55 -x56 -x57 -x58 -x59 -x60
57.49/57.51	v x61 -x62 -x63 -x64 -x65 -x66 -x67 -x68 x69 -x70
57.49/57.51	v -x71 -x72 -x73 -x74 -x75 -x76 -x77 -x78 -x79 x80
57.49/57.51	v -x81 -x82 -x83 -x84 -x85 -x86 -x87 -x88 -x89 -x90
57.49/57.51	v -x91 -x92 -x93 -x94 -x95 x96 -x97 -x98 -x99 -x100
57.49/57.51	v -x101 -x102 -x103 -x104 -x105 -x106 -x107 -x108 -x109 -x110
57.49/57.51	v -x111 x112 -x113 -x114 -x115 -x116 -x117 x118 -x119 -x120
57.49/57.51	v -x121 -x122 -x123 -x124 -x125 -x126 -x127 -x128 -x129 -x130
57.49/57.51	v -x131 -x132 -x133 -x134 -x135 -x136 x137 -x138 -x139 -x140
57.49/57.51	v -x141 -x142 -x143 -x144 -x145 -x146 -x147 -x148 -x149 -x150
57.49/57.51	v -x151 -x152 -x153 -x154 x155 -x156 -x157 -x158 -x159 -x160
57.49/57.51	v -x161 x162 -x163 -x164 -x165 -x166 -x167 -x168 -x169
57.49/57.51	c total CPU time = 57.361s
57.49/57.51	c total wall clock time = 57.508s

Verifier Data

OK	80

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

pid=6431
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.35 2.26 1.97 3/179 6434
/proc/meminfo: memFree=28914944/32872528 swapFree=1542984/1696284
[pid=6434] ppid=6431 vsize=702020 CPUtime=0 cores=0,2,4,6
/proc/6434/stat : 6434 (toysat) R 6431 6434 6047 0 -1 4202496 2617 0 0 0 0 0 0 0 20 0 4 0 36415341 718868480 2977 33554432000 4194304 16246674 140736669940960 140736669940384 15002730 0 2 0 34082818 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/6434/statm: 176273 2987 442 2943 0 173167 0
[pid=6434/tid=6435] ppid=6431 vsize=720452 CPUtime=0 cores=0,2,4,6
/proc/6434/task/6435/stat : 6435 (toysat) S 6431 6434 6047 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 4 0 36415341 737742848 3046 33554432000 4194304 16246674 140736669940960 140157374147824 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 0 0 0 0 0 0
[pid=6434/tid=6436] ppid=6431 vsize=724548 CPUtime=0 cores=0,2,4,6
/proc/6434/task/6436/stat : 6436 (toysat) S 6431 6434 6047 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 36415341 741937152 3064 33554432000 4194304 16246674 140736669940960 140157363657968 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 2 0 0 0 0 0
[pid=6434/tid=6437] ppid=6431 vsize=728644 CPUtime=0 cores=0,2,4,6
/proc/6434/task/6437/stat : 6437 (toysat) S 6431 6434 6047 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 4 0 36415341 746131456 3080 33554432000 4194304 16246674 140736669940960 140157353184432 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 0 0 0 0 0 0

[startup+0.100201 s]
/proc/loadavg: 2.35 2.26 1.97 3/179 6434
/proc/meminfo: memFree=28914944/32872528 swapFree=1542984/1696284
[pid=6434] ppid=6431 vsize=1218116 CPUtime=0.09 cores=0,2,4,6
/proc/6434/stat : 6434 (toysat) R 6431 6434 6047 0 -1 4202496 18359 0 0 0 6 3 0 0 20 0 4 0 36415341 1247350784 18712 33554432000 4194304 16246674 140736669940960 140736669940384 12481124 0 0 0 34082818 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/6434/statm: 304529 18714 617 2943 0 301423 0
[pid=6434/tid=6435] ppid=6431 vsize=1218116 CPUtime=0 cores=0,2,4,6
/proc/6434/task/6435/stat : 6435 (toysat) S 6431 6434 6047 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 4 0 36415341 1247350784 18714 33554432000 4194304 16246674 140736669940960 140157374147824 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 0 0 0 0 0 0
[pid=6434/tid=6436] ppid=6431 vsize=1218116 CPUtime=0 cores=0,2,4,6
/proc/6434/task/6436/stat : 6436 (toysat) S 6431 6434 6047 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 36415341 1247350784 18716 33554432000 4194304 16246674 140736669940960 140157363657968 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 2 0 0 0 0 0
[pid=6434/tid=6437] ppid=6431 vsize=1218116 CPUtime=0 cores=0,2,4,6
/proc/6434/task/6437/stat : 6437 (toysat) S 6431 6434 6047 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 4 0 36415341 1247350784 18717 33554432000 4194304 16246674 140736669940960 140157353184432 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 0 0 0 0 0 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 1218116

[startup+0.20049 s]
/proc/loadavg: 2.35 2.26 1.97 3/179 6434
/proc/meminfo: memFree=28914944/32872528 swapFree=1542984/1696284
[pid=6434] ppid=6431 vsize=1218116 CPUtime=0.19 cores=0,2,4,6
/proc/6434/stat : 6434 (toysat) R 6431 6434 6047 0 -1 4202496 25924 0 0 0 15 4 0 0 20 0 4 0 36415341 1247350784 26277 33554432000 4194304 16246674 140736669940960 140736669940384 13956064 0 0 0 34082818 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/6434/statm: 304529 26284 617 2943 0 301423 0
[pid=6434/tid=6435] ppid=6431 vsize=1218116 CPUtime=0 cores=0,2,4,6
/proc/6434/task/6435/stat : 6435 (toysat) S 6431 6434 6047 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 4 0 36415341 1247350784 26287 33554432000 4194304 16246674 140736669940960 140157374147824 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 0 0 0 0 0 0
[pid=6434/tid=6436] ppid=6431 vsize=1218116 CPUtime=0 cores=0,2,4,6
/proc/6434/task/6436/stat : 6436 (toysat) S 6431 6434 6047 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 36415341 1247350784 26287 33554432000 4194304 16246674 140736669940960 140157363657968 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 2 0 0 0 0 0
[pid=6434/tid=6437] ppid=6431 vsize=1218116 CPUtime=0 cores=0,2,4,6
/proc/6434/task/6437/stat : 6437 (toysat) S 6431 6434 6047 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 4 0 36415341 1247350784 26287 33554432000 4194304 16246674 140736669940960 140157353184432 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 0 0 0 0 0 0
Current children cumulated CPU time (s) 0.19
Current children cumulated vsize (KiB) 1218116

[startup+0.300452 s]
/proc/loadavg: 2.35 2.26 1.97 3/179 6434
/proc/meminfo: memFree=28914944/32872528 swapFree=1542984/1696284
[pid=6434] ppid=6431 vsize=1218116 CPUtime=0.29 cores=0,2,4,6
/proc/6434/stat : 6434 (toysat) R 6431 6434 6047 0 -1 4202496 35889 0 0 0 24 5 0 0 20 0 4 0 36415341 1247350784 36236 33554432000 4194304 16246674 140736669940960 140736669923952 13191638 0 0 0 34082818 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/6434/statm: 304529 36242 791 2943 0 301423 0
[pid=6434/tid=6435] ppid=6431 vsize=1218116 CPUtime=0 cores=0,2,4,6
/proc/6434/task/6435/stat : 6435 (toysat) S 6431 6434 6047 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 4 0 36415341 1247350784 36247 33554432000 4194304 16246674 140736669940960 140157374147824 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 0 0 0 0 0 0
[pid=6434/tid=6436] ppid=6431 vsize=1218116 CPUtime=0 cores=0,2,4,6
/proc/6434/task/6436/stat : 6436 (toysat) S 6431 6434 6047 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 36415341 1247350784 36252 33554432000 4194304 16246674 140736669940960 140157363657968 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 2 0 0 0 0 0
[pid=6434/tid=6437] ppid=6431 vsize=1218116 CPUtime=0 cores=0,2,4,6
/proc/6434/task/6437/stat : 6437 (toysat) S 6431 6434 6047 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 4 0 36415341 1247350784 36255 33554432000 4194304 16246674 140736669940960 140157353184432 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 0 0 0 0 0 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 1218116

[startup+0.700384 s]
/proc/loadavg: 2.35 2.26 1.97 3/179 6434
/proc/meminfo: memFree=28914944/32872528 swapFree=1542984/1696284
[pid=6434] ppid=6431 vsize=1218116 CPUtime=0.69 cores=0,2,4,6
/proc/6434/stat : 6434 (toysat) R 6431 6434 6047 0 -1 4202496 85081 0 0 0 58 11 0 0 20 0 4 0 36415341 1247350784 85428 33554432000 4194304 16246674 140736669940960 140736669923952 5724508 0 0 0 34082818 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/6434/statm: 304529 85435 792 2943 0 301423 0
[pid=6434/tid=6435] ppid=6431 vsize=1218116 CPUtime=0 cores=0,2,4,6
/proc/6434/task/6435/stat : 6435 (toysat) S 6431 6434 6047 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 4 0 36415341 1247350784 85437 33554432000 4194304 16246674 140736669940960 140157374147824 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 0 0 0 0 0 0
[pid=6434/tid=6436] ppid=6431 vsize=1218116 CPUtime=0 cores=0,2,4,6
/proc/6434/task/6436/stat : 6436 (toysat) S 6431 6434 6047 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 36415341 1247350784 85441 33554432000 4194304 16246674 140736669940960 140157363657968 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 2 0 0 0 0 0
[pid=6434/tid=6437] ppid=6431 vsize=1218116 CPUtime=0 cores=0,2,4,6
/proc/6434/task/6437/stat : 6437 (toysat) S 6431 6434 6047 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 4 0 36415341 1247350784 85446 33554432000 4194304 16246674 140736669940960 140157353184432 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 0 0 0 0 0 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 1218116

[startup+1.50039 s]
/proc/loadavg: 2.35 2.26 1.97 3/183 6438
/proc/meminfo: memFree=28279084/32872528 swapFree=1542984/1696284
[pid=6434] ppid=6431 vsize=1218116 CPUtime=1.49 cores=0,2,4,6
/proc/6434/stat : 6434 (toysat) R 6431 6434 6047 0 -1 4202496 200960 0 0 0 122 27 0 0 20 0 4 0 36415341 1247350784 201307 33554432000 4194304 16246674 140736669940960 140736669922880 5675357 0 0 0 34082818 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/6434/statm: 304529 201312 814 2943 0 301423 0
[pid=6434/tid=6435] ppid=6431 vsize=1218116 CPUtime=0 cores=0,2,4,6
/proc/6434/task/6435/stat : 6435 (toysat) S 6431 6434 6047 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 4 0 36415341 1247350784 201315 33554432000 4194304 16246674 140736669940960 140157374147824 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 0 0 0 0 0 0
[pid=6434/tid=6436] ppid=6431 vsize=1218116 CPUtime=0 cores=0,2,4,6
/proc/6434/task/6436/stat : 6436 (toysat) S 6431 6434 6047 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 36415341 1247350784 201317 33554432000 4194304 16246674 140736669940960 140157363657968 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 2 0 0 0 0 0
[pid=6434/tid=6437] ppid=6431 vsize=1218116 CPUtime=0 cores=0,2,4,6
/proc/6434/task/6437/stat : 6437 (toysat) S 6431 6434 6047 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 4 0 36415341 1247350784 201323 33554432000 4194304 16246674 140736669940960 140157353184432 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 0 0 0 0 0 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 1218116

[startup+3.10035 s]
/proc/loadavg: 2.35 2.26 1.97 3/183 6438
/proc/meminfo: memFree=27844220/32872528 swapFree=1542984/1696284
[pid=6434] ppid=6431 vsize=1305156 CPUtime=3.09 cores=0,2,4,6
/proc/6434/stat : 6434 (toysat) R 6431 6434 6047 0 -1 4202496 267342 0 0 0 272 37 0 0 20 0 4 0 36415341 1336479744 267666 33554432000 4194304 16246674 140736669940960 140736669922880 12483423 0 0 0 34082818 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/6434/statm: 326289 267666 873 2943 0 323183 0
[pid=6434/tid=6435] ppid=6431 vsize=1305156 CPUtime=0 cores=0,2,4,6
/proc/6434/task/6435/stat : 6435 (toysat) S 6431 6434 6047 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 4 0 36415341 1336479744 267666 33554432000 4194304 16246674 140736669940960 140157374147824 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 0 0 0 0 0 0
[pid=6434/tid=6436] ppid=6431 vsize=1305156 CPUtime=0 cores=0,2,4,6
/proc/6434/task/6436/stat : 6436 (toysat) S 6431 6434 6047 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 36415341 1336479744 267666 33554432000 4194304 16246674 140736669940960 140157363657968 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 2 0 0 0 0 0
[pid=6434/tid=6437] ppid=6431 vsize=1305156 CPUtime=0 cores=0,2,4,6
/proc/6434/task/6437/stat : 6437 (toysat) S 6431 6434 6047 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 4 0 36415341 1336479744 267666 33554432000 4194304 16246674 140736669940960 140157353184432 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 0 0 0 0 0 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 1305156

[startup+6.30041 s]
/proc/loadavg: 2.32 2.26 1.97 3/183 6438
/proc/meminfo: memFree=27756432/32872528 swapFree=1542984/1696284
[pid=6434] ppid=6431 vsize=1306180 CPUtime=6.29 cores=0,2,4,6
/proc/6434/stat : 6434 (toysat) R 6431 6434 6047 0 -1 4202496 267543 0 0 0 592 37 0 0 20 0 4 0 36415341 1337528320 267867 33554432000 4194304 16246674 140736669940960 140736669922880 5823520 0 0 0 34082818 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/6434/statm: 326545 267867 875 2943 0 323439 0
[pid=6434/tid=6435] ppid=6431 vsize=1306180 CPUtime=0 cores=0,2,4,6
/proc/6434/task/6435/stat : 6435 (toysat) S 6431 6434 6047 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 4 0 36415341 1337528320 267867 33554432000 4194304 16246674 140736669940960 140157374147824 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 0 0 0 0 0 0
[pid=6434/tid=6436] ppid=6431 vsize=1306180 CPUtime=0 cores=0,2,4,6
/proc/6434/task/6436/stat : 6436 (toysat) S 6431 6434 6047 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 36415341 1337528320 267867 33554432000 4194304 16246674 140736669940960 140157363657968 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 2 0 0 0 0 0
[pid=6434/tid=6437] ppid=6431 vsize=1306180 CPUtime=0 cores=0,2,4,6
/proc/6434/task/6437/stat : 6437 (toysat) S 6431 6434 6047 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 4 0 36415341 1337528320 267867 33554432000 4194304 16246674 140736669940960 140157353184432 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 0 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.29 2.25 1.97 4/183 6438
/proc/meminfo: memFree=27756224/32872528 swapFree=1542984/1696284
[pid=6434] ppid=6431 vsize=1306180 CPUtime=12.69 cores=0,2,4,6
/proc/6434/stat : 6434 (toysat) R 6431 6434 6047 0 -1 4202496 267567 0 0 0 1232 37 0 0 20 0 4 0 36415341 1337528320 267891 33554432000 4194304 16246674 140736669940960 140736669922880 13943664 0 0 0 34082818 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/6434/statm: 326545 267891 886 2943 0 323439 0
[pid=6434/tid=6435] ppid=6431 vsize=1306180 CPUtime=0 cores=0,2,4,6
/proc/6434/task/6435/stat : 6435 (toysat) S 6431 6434 6047 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 4 0 36415341 1337528320 267891 33554432000 4194304 16246674 140736669940960 140157374147824 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 0 0 0 0 0 0
[pid=6434/tid=6436] ppid=6431 vsize=1306180 CPUtime=0 cores=0,2,4,6
/proc/6434/task/6436/stat : 6436 (toysat) S 6431 6434 6047 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 36415341 1337528320 267891 33554432000 4194304 16246674 140736669940960 140157363657968 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 2 0 0 0 0 0
[pid=6434/tid=6437] ppid=6431 vsize=1306180 CPUtime=0 cores=0,2,4,6
/proc/6434/task/6437/stat : 6437 (toysat) S 6431 6434 6047 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 4 0 36415341 1337528320 267891 33554432000 4194304 16246674 140736669940960 140157353184432 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 0 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.37 2.27 1.98 3/183 6438
/proc/meminfo: memFree=27756612/32872528 swapFree=1542984/1696284
[pid=6434] ppid=6431 vsize=1306180 CPUtime=25.49 cores=0,2,4,6
/proc/6434/stat : 6434 (toysat) R 6431 6434 6047 0 -1 4202496 267595 0 0 0 2512 37 0 0 20 0 4 0 36415341 1337528320 267919 33554432000 4194304 16246674 140736669940960 140736669923960 5599994 0 0 0 34082818 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/6434/statm: 326545 267919 887 2943 0 323439 0
[pid=6434/tid=6435] ppid=6431 vsize=1306180 CPUtime=0 cores=0,2,4,6
/proc/6434/task/6435/stat : 6435 (toysat) S 6431 6434 6047 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 4 0 36415341 1337528320 267919 33554432000 4194304 16246674 140736669940960 140157374147824 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 0 0 0 0 0 0
[pid=6434/tid=6436] ppid=6431 vsize=1306180 CPUtime=0 cores=0,2,4,6
/proc/6434/task/6436/stat : 6436 (toysat) S 6431 6434 6047 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 36415341 1337528320 267919 33554432000 4194304 16246674 140736669940960 140157363657968 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 2 0 0 0 0 0
[pid=6434/tid=6437] ppid=6431 vsize=1306180 CPUtime=0 cores=0,2,4,6
/proc/6434/task/6437/stat : 6437 (toysat) S 6431 6434 6047 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 4 0 36415341 1337528320 267919 33554432000 4194304 16246674 140736669940960 140157353184432 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 0 0 0 0 0 0
Current children cumulated CPU time (s) 25.49
Current children cumulated vsize (KiB) 1306180

[startup+51.1004 s]
/proc/loadavg: 2.32 2.27 1.98 3/183 6439
/proc/meminfo: memFree=27756376/32872528 swapFree=1542984/1696284
[pid=6434] ppid=6431 vsize=1306180 CPUtime=51.08 cores=0,2,4,6
/proc/6434/stat : 6434 (toysat) R 6431 6434 6047 0 -1 4202496 267597 0 0 0 5071 37 0 0 20 0 4 0 36415341 1337528320 267921 33554432000 4194304 16246674 140736669940960 140736669922880 5518673 0 0 0 34082818 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/6434/statm: 326545 267921 887 2943 0 323439 0
[pid=6434/tid=6435] ppid=6431 vsize=1306180 CPUtime=0 cores=0,2,4,6
/proc/6434/task/6435/stat : 6435 (toysat) S 6431 6434 6047 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 4 0 36415341 1337528320 267921 33554432000 4194304 16246674 140736669940960 140157374147824 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 0 0 0 0 0 0
[pid=6434/tid=6436] ppid=6431 vsize=1306180 CPUtime=0 cores=0,2,4,6
/proc/6434/task/6436/stat : 6436 (toysat) S 6431 6434 6047 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 36415341 1337528320 267921 33554432000 4194304 16246674 140736669940960 140157363657968 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 2 0 0 0 0 0
[pid=6434/tid=6437] ppid=6431 vsize=1306180 CPUtime=0 cores=0,2,4,6
/proc/6434/task/6437/stat : 6437 (toysat) S 6431 6434 6047 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 4 0 36415341 1337528320 267921 33554432000 4194304 16246674 140736669940960 140157353184432 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 0 0 0 0 0 0
Current children cumulated CPU time (s) 51.08
Current children cumulated vsize (KiB) 1306180

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

[startup+51.2004 s]
/proc/loadavg: 2.32 2.27 1.98 3/183 6439
/proc/meminfo: memFree=27756376/32872528 swapFree=1542984/1696284
[pid=6434] ppid=6431 vsize=1306180 CPUtime=51.18 cores=0,2,4,6
/proc/6434/stat : 6434 (toysat) R 6431 6434 6047 0 -1 4202496 267597 0 0 0 5081 37 0 0 20 0 4 0 36415341 1337528320 267921 33554432000 4194304 16246674 140736669940960 140736669922880 5667608 0 0 0 34082818 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/6434/statm: 326545 267921 887 2943 0 323439 0
[pid=6434/tid=6435] ppid=6431 vsize=1306180 CPUtime=0 cores=0,2,4,6
/proc/6434/task/6435/stat : 6435 (toysat) S 6431 6434 6047 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 4 0 36415341 1337528320 267921 33554432000 4194304 16246674 140736669940960 140157374147824 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 0 0 0 0 0 0
[pid=6434/tid=6436] ppid=6431 vsize=1306180 CPUtime=0 cores=0,2,4,6
/proc/6434/task/6436/stat : 6436 (toysat) S 6431 6434 6047 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 36415341 1337528320 267921 33554432000 4194304 16246674 140736669940960 140157363657968 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 2 0 0 0 0 0
[pid=6434/tid=6437] ppid=6431 vsize=1306180 CPUtime=0 cores=0,2,4,6
/proc/6434/task/6437/stat : 6437 (toysat) S 6431 6434 6047 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 4 0 36415341 1337528320 267921 33554432000 4194304 16246674 140736669940960 140157353184432 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 0 0 0 0 0 0
Current children cumulated CPU time (s) 51.18
Current children cumulated vsize (KiB) 1306180

[startup+54.4004 s]
/proc/loadavg: 2.32 2.27 1.98 3/183 6439
/proc/meminfo: memFree=27756252/32872528 swapFree=1542984/1696284
[pid=6434] ppid=6431 vsize=1306180 CPUtime=54.38 cores=0,2,4,6
/proc/6434/stat : 6434 (toysat) R 6431 6434 6047 0 -1 4202496 267600 0 0 0 5401 37 0 0 20 0 4 0 36415341 1337528320 267924 33554432000 4194304 16246674 140736669940960 140736669923960 13950230 0 0 0 34082818 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/6434/statm: 326545 267924 887 2943 0 323439 0
[pid=6434/tid=6435] ppid=6431 vsize=1306180 CPUtime=0 cores=0,2,4,6
/proc/6434/task/6435/stat : 6435 (toysat) S 6431 6434 6047 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 4 0 36415341 1337528320 267924 33554432000 4194304 16246674 140736669940960 140157374147824 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 0 0 0 0 0 0
[pid=6434/tid=6436] ppid=6431 vsize=1306180 CPUtime=0 cores=0,2,4,6
/proc/6434/task/6436/stat : 6436 (toysat) S 6431 6434 6047 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 36415341 1337528320 267924 33554432000 4194304 16246674 140736669940960 140157363657968 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 2 0 0 0 0 0
[pid=6434/tid=6437] ppid=6431 vsize=1306180 CPUtime=0 cores=0,2,4,6
/proc/6434/task/6437/stat : 6437 (toysat) S 6431 6434 6047 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 4 0 36415341 1337528320 267924 33554432000 4194304 16246674 140736669940960 140157353184432 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 0 0 0 0 0 0
Current children cumulated CPU time (s) 54.38
Current children cumulated vsize (KiB) 1306180

[startup+56.0004 s]
/proc/loadavg: 2.29 2.26 1.98 3/183 6439
/proc/meminfo: memFree=27756252/32872528 swapFree=1542984/1696284
[pid=6434] ppid=6431 vsize=1306180 CPUtime=55.98 cores=0,2,4,6
/proc/6434/stat : 6434 (toysat) R 6431 6434 6047 0 -1 4202496 267600 0 0 0 5561 37 0 0 20 0 4 0 36415341 1337528320 267924 33554432000 4194304 16246674 140736669940960 140736669923960 6836352 0 0 0 34082818 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/6434/statm: 326545 267924 887 2943 0 323439 0
[pid=6434/tid=6435] ppid=6431 vsize=1306180 CPUtime=0 cores=0,2,4,6
/proc/6434/task/6435/stat : 6435 (toysat) S 6431 6434 6047 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 4 0 36415341 1337528320 267924 33554432000 4194304 16246674 140736669940960 140157374147824 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 0 0 0 0 0 0
[pid=6434/tid=6436] ppid=6431 vsize=1306180 CPUtime=0 cores=0,2,4,6
/proc/6434/task/6436/stat : 6436 (toysat) S 6431 6434 6047 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 36415341 1337528320 267924 33554432000 4194304 16246674 140736669940960 140157363657968 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 2 0 0 0 0 0
[pid=6434/tid=6437] ppid=6431 vsize=1306180 CPUtime=0 cores=0,2,4,6
/proc/6434/task/6437/stat : 6437 (toysat) S 6431 6434 6047 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 4 0 36415341 1337528320 267924 33554432000 4194304 16246674 140736669940960 140157353184432 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 0 0 0 0 0 0
Current children cumulated CPU time (s) 55.98
Current children cumulated vsize (KiB) 1306180

[startup+56.8003 s]
/proc/loadavg: 2.29 2.26 1.98 3/183 6439
/proc/meminfo: memFree=27756252/32872528 swapFree=1542984/1696284
[pid=6434] ppid=6431 vsize=1306180 CPUtime=56.78 cores=0,2,4,6
/proc/6434/stat : 6434 (toysat) R 6431 6434 6047 0 -1 4202496 267600 0 0 0 5641 37 0 0 20 0 4 0 36415341 1337528320 267924 33554432000 4194304 16246674 140736669940960 140736669922880 5600380 0 0 0 34082818 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/6434/statm: 326545 267924 887 2943 0 323439 0
[pid=6434/tid=6435] ppid=6431 vsize=1306180 CPUtime=0 cores=0,2,4,6
/proc/6434/task/6435/stat : 6435 (toysat) S 6431 6434 6047 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 4 0 36415341 1337528320 267924 33554432000 4194304 16246674 140736669940960 140157374147824 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 0 0 0 0 0 0
[pid=6434/tid=6436] ppid=6431 vsize=1306180 CPUtime=0 cores=0,2,4,6
/proc/6434/task/6436/stat : 6436 (toysat) S 6431 6434 6047 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 36415341 1337528320 267924 33554432000 4194304 16246674 140736669940960 140157363657968 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 2 0 0 0 0 0
[pid=6434/tid=6437] ppid=6431 vsize=1306180 CPUtime=0 cores=0,2,4,6
/proc/6434/task/6437/stat : 6437 (toysat) S 6431 6434 6047 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 4 0 36415341 1337528320 267924 33554432000 4194304 16246674 140736669940960 140157353184432 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 0 0 0 0 0 0
Current children cumulated CPU time (s) 56.78
Current children cumulated vsize (KiB) 1306180

[startup+57.2004 s]
/proc/loadavg: 2.29 2.26 1.98 4/183 6439
/proc/meminfo: memFree=27756252/32872528 swapFree=1542984/1696284
[pid=6434] ppid=6431 vsize=1306180 CPUtime=57.19 cores=0,2,4,6
/proc/6434/stat : 6434 (toysat) R 6431 6434 6047 0 -1 4202496 267600 0 0 0 5681 38 0 0 20 0 4 0 36415341 1337528320 267924 33554432000 4194304 16246674 140736669940960 140736669922880 13191625 0 0 0 34082818 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/6434/statm: 326545 267924 887 2943 0 323439 0
[pid=6434/tid=6435] ppid=6431 vsize=1306180 CPUtime=0 cores=0,2,4,6
/proc/6434/task/6435/stat : 6435 (toysat) S 6431 6434 6047 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 4 0 36415341 1337528320 267924 33554432000 4194304 16246674 140736669940960 140157374147824 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 0 0 0 0 0 0
[pid=6434/tid=6436] ppid=6431 vsize=1306180 CPUtime=0 cores=0,2,4,6
/proc/6434/task/6436/stat : 6436 (toysat) S 6431 6434 6047 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 36415341 1337528320 267924 33554432000 4194304 16246674 140736669940960 140157363657968 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 2 0 0 0 0 0
[pid=6434/tid=6437] ppid=6431 vsize=1306180 CPUtime=0 cores=0,2,4,6
/proc/6434/task/6437/stat : 6437 (toysat) S 6431 6434 6047 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 4 0 36415341 1337528320 267924 33554432000 4194304 16246674 140736669940960 140157353184432 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 0 0 0 0 0 0
Current children cumulated CPU time (s) 57.19
Current children cumulated vsize (KiB) 1306180

[startup+57.4004 s]
/proc/loadavg: 2.29 2.26 1.98 4/183 6439
/proc/meminfo: memFree=27756252/32872528 swapFree=1542984/1696284
[pid=6434] ppid=6431 vsize=1306180 CPUtime=57.39 cores=0,2,4,6
/proc/6434/stat : 6434 (toysat) R 6431 6434 6047 0 -1 4202496 267600 0 0 0 5701 38 0 0 20 0 4 0 36415341 1337528320 267924 33554432000 4194304 16246674 140736669940960 140736669923960 5553629 0 0 0 34082818 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/6434/statm: 326545 267924 887 2943 0 323439 0
[pid=6434/tid=6435] ppid=6431 vsize=1306180 CPUtime=0 cores=0,2,4,6
/proc/6434/task/6435/stat : 6435 (toysat) S 6431 6434 6047 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 4 0 36415341 1337528320 267924 33554432000 4194304 16246674 140736669940960 140157374147824 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 0 0 0 0 0 0
[pid=6434/tid=6436] ppid=6431 vsize=1306180 CPUtime=0 cores=0,2,4,6
/proc/6434/task/6436/stat : 6436 (toysat) S 6431 6434 6047 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 36415341 1337528320 267924 33554432000 4194304 16246674 140736669940960 140157363657968 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 2 0 0 0 0 0
[pid=6434/tid=6437] ppid=6431 vsize=1306180 CPUtime=0 cores=0,2,4,6
/proc/6434/task/6437/stat : 6437 (toysat) S 6431 6434 6047 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 4 0 36415341 1337528320 267924 33554432000 4194304 16246674 140736669940960 140157353184432 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 0 0 0 0 0 0
Current children cumulated CPU time (s) 57.39
Current children cumulated vsize (KiB) 1306180

[startup+57.5004 s]
/proc/loadavg: 2.29 2.26 1.98 4/183 6439
/proc/meminfo: memFree=27756252/32872528 swapFree=1542984/1696284
[pid=6434] ppid=6431 vsize=1306180 CPUtime=57.49 cores=0,2,4,6
/proc/6434/stat : 6434 (toysat) R 6431 6434 6047 0 -1 4202496 267600 0 0 0 5711 38 0 0 20 0 4 0 36415341 1337528320 267924 33554432000 4194304 16246674 140736669940960 140736669923960 13943668 0 0 0 34082818 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/6434/statm: 326545 267924 887 2943 0 323439 0
[pid=6434/tid=6435] ppid=6431 vsize=1306180 CPUtime=0 cores=0,2,4,6
/proc/6434/task/6435/stat : 6435 (toysat) S 6431 6434 6047 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 4 0 36415341 1337528320 267924 33554432000 4194304 16246674 140736669940960 140157374147824 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 0 0 0 0 0 0
[pid=6434/tid=6436] ppid=6431 vsize=1306180 CPUtime=0 cores=0,2,4,6
/proc/6434/task/6436/stat : 6436 (toysat) S 6431 6434 6047 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 36415341 1337528320 267924 33554432000 4194304 16246674 140736669940960 140157363657968 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 2 0 0 0 0 0
[pid=6434/tid=6437] ppid=6431 vsize=1306180 CPUtime=0 cores=0,2,4,6
/proc/6434/task/6437/stat : 6437 (toysat) S 6431 6434 6047 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 4 0 36415341 1337528320 267924 33554432000 4194304 16246674 140736669940960 140157353184432 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 0 0 0 0 0 0
Current children cumulated CPU time (s) 57.49
Current children cumulated vsize (KiB) 1306180

Child status: 0
Real time (s): 57.5857
CPU time (s): 57.5712
CPU user time (s): 57.1203
CPU system time (s): 0.450931
CPU usage (%): 99.9748
Max. virtual memory (cumulated for all children) (KiB): 1306180

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 57.1203
system time used= 0.450931
maximum resident set size= 1071704
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 267604
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= 60

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 0.223965 second user time and 0.284956 second system time

The end

Launcher Data

Begin job on node125 at 2016-06-19 15:41:27
IDJOB=4109374
IDBENCH=78792
IDSOLVER=2553
FILE ID=node125/4109374-1466343687
RUNJOBID= node125-1466341817-6063
PBS_JOBID= 19922028
Free space on /tmp= 71728 MiB

SOLVER NAME= toysat 2016-05-02
BENCH NAME= PB10/normalized-PB10/PARTIAL-SMALLINT-LIN/PB06/submitted-PB06/namasivayam/wnqueen/normalized-t2001.13queen13.1110971697--soft-66-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-4109374-1466343687/watcher-4109374-1466343687 -o /tmp/evaluation-result-4109374-1466343687/solver-4109374-1466343687 -C 1800 -W 1900 -M 15500 --bin-var /tmp/runsolver-exch-node125-1466341817-6063 --watchdog 1960  toysat +RTS -H1G -M15500m -K1G -RTS --wbo --search=bcd2 HOME/instance-4109374-1466343687.wbo

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

MD5SUM BENCH= 4e00897e4a2c20d3d8c9b6106b938663
RANDOM SEED=926262649

node125.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.683
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 0
cpu cores	: 4
apicid		: 0
initial apicid	: 0
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5333.36
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.683
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.683
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.683
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.54
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.683
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.683
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 2
cpu cores	: 4
apicid		: 20
initial apicid	: 20
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5332.55
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

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


/proc/meminfo:
MemTotal:       32872528 kB
MemFree:        28914936 kB
Buffers:          179536 kB
Cached:           350632 kB
SwapCached:          764 kB
Active:          1145656 kB
Inactive:         369880 kB
Active(anon):     986536 kB
Inactive(anon):     1188 kB
Active(file):     159120 kB
Inactive(file):   368692 kB
Unevictable:     1696284 kB
Mlocked:         1542984 kB
SwapTotal:      67108856 kB
SwapFree:       67098312 kB
Dirty:             32840 kB
Writeback:             0 kB
AnonPages:       2680968 kB
Mapped:            10540 kB
Shmem:                 0 kB
Slab:             611780 kB
SReclaimable:      55144 kB
SUnreclaim:       556636 kB
KernelStack:        1520 kB
PageTables:         9676 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545120 kB
Committed_AS:    2825820 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346412 kB
VmallocChunk:   34341988032 kB
HardwareCorrupted:     0 kB
AnonHugePages:    155648 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= 71712 MiB
End job on node125 at 2016-06-19 15:42:25