Trace number 4109478

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 34.4158 34.4229

General information on the benchmark

Name/PARTIAL-SMALLINT-LIN/PB06/submitted-PB06/namasivayam/wnqueen/
normalized-t2001.13queen13.1110977780--soft-33-100-0.wbo
MD5SUM11192ef633da7cef97eefdeccab8f20f
Bench CategoryPARTIAL-SMALLINT-LIN (both soft and hard constraints, small integers, linear constraints)
Best result obtained on this benchmarkMOPT
Best cost obtained on this benchmark27
Best CPU time to get the best result obtained on this benchmark6.92895
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 constraints64
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 2925
Min constraint cost 1
Max constraint cost 96
Sum of constraints costs 2924
Biggest number in a constraint 38
Number of bits of the biggest number in a constraint 6
Biggest sum of numbers in a constraint 1327
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:42:44+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-4109478-1466343764.wbo"]
0.00/0.01	c use --random-gen="3322851899 793298917 2673557313 4204264189 3928921207 2998907527 652890449 2095974314 2053097816 3589994615 407198183 3146325336 1659465034 828659332 2095686349 2570934406 3995175450 1492898734 4081629093 2539710595 3355676971 2605500563 799867792 680468733 1604273258 2280448101 2122918704 855559874 921956489 3087514310 4193592012 3771264930 2192176123 1812512219 3945852186 137543094 2317634083 2991965325 3384112654 2318202709 3820239939 2924012745 801305326 976774226 3558532219 4292677598 2542340028 3343140321 3373988648 1286874432 2939286054 3081302985 514843440 1359534031 3624143372 3078988709 2626884332 4045852653 4025006853 943655332 910722130 1528231744 2181086394 3655250618 2996121079 2615914322 2572761602 1729424894 997167258 708482324 1113799213 3188524409 692822225 1092598345 1121603834 3763445947 1999142672 1550938799 3968660281 1302022469 2405103641 3879099323 2297649082 2090192766 955707840 1644138146 4175698672 2193674122 251415054 2283947141 3009237687 1857941942 3187983287 459644589 1819775926 3523301736 3290645947 516174492 960953546 483692410 3205952462 2596564439 2210917523 2441598354 1791216758 2096369555 3848969364 591045137 334433806 4155813931 2715112717 3798264578 442035850 689940071 3618089071 3892873450 2534329334 3419915749 595594314 188620737 3841735015 3885697281 1942078952 4114948081 1775690450 3417101711 3180616999 3924768070 3312844416 4067173966 2170361921 1699631392 1352116177 1779660101 1476956464 2107160111 124869392 2657772790 3007591628 228033726 3385912081 2311173849 1940902729 2219058900 412705533 4187850036 1862471117 1739283638 3846706878 3360906859 304915475 2145408836 240603361 629944331 620407777 2037191753 496133147 1448991393 1641627579 3880980796 1810214612 3254258979 2662397785 2905957960 2656250061 1092236494 4119068908 2086085491 2228927351 1946033328 1630227009 3552802550 61914901 1594827593 3129227998 589262981 718624251 2544288364 1312300925 1066736669 751097963 3828803107 2581472489 2208738263 3106601278 1073315858 1786802719 1739400932 1029637963 444089923 1113173165 1617167743 1994300667 469285599 593705598 986397838 2089843363 2638254948 1907384771 1880751961 2351723021 1090952099 3819186334 3366986878 326267383 142338540 2285839215 1224263637 31997682 3513547172 1722335570 3064372846 4119619818 3465220492 782426125 1868701346 766990571 2699489597 3903278269 1756530146 2432132619 2440304503 207234520 3329631449 2038936950 2444555334 3637833159 141486324 2206194633 295056251 2705758541 1312868921 1224867385 2850248458 1942030397 2569100541 1097408153 3835671731 1747790457 151734571 2945375342 563377847 3151242822 2271516042 2986217550 1510048096 2695744552 3165467194 917355576 1208691216 3690655709 3591944092 1682826528 1335099844 2420456220 1762501305 255 362436" option to reproduce the execution
0.18/0.23	c #vars 169
0.18/0.23	c #constraints 101
0.18/0.24	c BCD2: Hardening is enabled.
0.18/0.24	c BCD2: BiasedSearch is enabled.
0.18/0.24	c Solving starts ...
0.18/0.24	c ============================[ Search Statistics ]============================
0.18/0.24	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
0.18/0.24	c       |         |          |          |    Limit     GC | Var      | Constra 
0.18/0.24	c =============================================================================
0.18/0.24	c  0.0s |       0 |        0 |        0 |      111      0 |        0 |        0
0.18/0.25	c  0.0s |       0 |      176 |       64 |      111      0 |        0 |        0
0.18/0.25	c #cpu_time = 0.010s
0.18/0.25	c #wall_clock_time = 0.010s
0.18/0.25	c #decision = 176
0.18/0.25	c #random_decision = 1
0.18/0.25	c #conflict = 64
0.18/0.25	c #restart = 0
0.18/0.25	o 506
0.18/0.25	c BCD2: updating upper bound: 2924 -> 505
0.18/0.25	c BCD2: 0 <= obj <= 505
0.18/0.25	c BCD2: #cores=0, #unrelaxed=64, #relaxed=0, #hardened=0
0.18/0.25	c BCD2: #sat=1 #unsat=1 bias=1/2
0.18/0.25	c Solving starts ...
0.18/0.25	c ============================[ Search Statistics ]============================
0.18/0.25	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
0.18/0.25	c       |         |          |          |    Limit     GC | Var      | Constra 
0.18/0.25	c =============================================================================
0.18/0.25	c  0.0s |       0 |        0 |        0 |      111      0 |        0 |        0
0.18/0.26	c  0.0s |       1 |      261 |      100 |      123      0 |        0 |        0
0.18/0.29	c  0.0s |       2 |      571 |      250 |      136      1 |        0 |        0
0.29/0.32	c  0.1s |       3 |     1041 |      475 |      150      3 |        0 |        0
0.29/0.38	c  0.1s |       4 |     1696 |      813 |      165      5 |        0 |        0
0.39/0.47	c  0.2s |       5 |     2644 |     1320 |      182      8 |        0 |        0
0.59/0.62	c  0.4s |       6 |     3890 |     2081 |      201     13 |        0 |        0
0.79/0.83	c  0.6s |       7 |     5648 |     3223 |      222     20 |        0 |        0
1.09/1.13	c  0.9s |       8 |     8446 |     4936 |      245     29 |        0 |        0
1.48/1.55	c  1.3s |       9 |    12785 |     7506 |      270     43 |        0 |        0
1.98/2.02	c  1.8s |      10 |    18934 |    11361 |      297     61 |        0 |        0
2.69/2.77	c  2.5s |      11 |    27570 |    17144 |      327     88 |        0 |        0
3.89/3.92	c  3.7s |      12 |    40778 |    25819 |      360    125 |        0 |        0
5.59/5.60	c  5.4s |      13 |    60876 |    38832 |      397    177 |        0 |        0
7.58/7.62	c  7.4s |      13 |    84005 |    54032 |      397    234 |        0 |        0
8.18/8.22	c  8.0s |      14 |    91072 |    58352 |      437    251 |        0 |        0
10.18/10.22	c 10.0s |      14 |   114134 |    73452 |      437    304 |        0 |        0
11.78/11.89	c 11.6s |      14 |   132313 |    85339 |      437    347 |        0 |        0
11.78/11.89	c #cpu_time = 11.616s
11.78/11.89	c #wall_clock_time = 11.646s
11.78/11.89	c #decision = 132313
11.78/11.89	c #random_decision = 341
11.78/11.89	c #conflict = 85339
11.78/11.89	c #restart = 14
11.78/11.89	c BCD2: found a new core of size 64: cost of the new core is >=1
11.78/11.89	c lower bound updated to 1
11.78/11.89	c BCD2: 1 <= obj <= 505
11.78/11.89	c BCD2: #cores=1, #unrelaxed=0, #relaxed=64, #hardened=0
11.78/11.89	c BCD2: #sat=1 #unsat=2 bias=2/3
11.78/11.89	c Solving starts ...
11.78/11.89	c ============================[ Search Statistics ]============================
11.78/11.89	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
11.78/11.89	c       |         |          |          |    Limit     GC | Var      | Constra 
11.78/11.89	c =============================================================================
11.78/11.89	c  0.0s |       0 |        0 |        0 |      437      0 |        0 |        0
11.88/11.91	c  0.0s |       1 |      359 |      100 |      437      0 |        0 |        0
11.88/11.91	c  0.0s |       1 |      394 |      105 |      437      0 |        0 |        0
11.88/11.91	c #cpu_time = 0.017s
11.88/11.91	c #wall_clock_time = 0.017s
11.88/11.91	c #decision = 394
11.88/11.91	c #random_decision = 1
11.88/11.91	c #conflict = 105
11.88/11.91	c #restart = 1
11.88/11.91	o 401
11.88/11.91	c BCD2: updating upper bound: 505 -> 400
11.88/11.91	c BCD2: 1 <= obj <= 400
11.88/11.91	c BCD2: #cores=1, #unrelaxed=0, #relaxed=64, #hardened=0
11.88/11.91	c BCD2: #sat=2 #unsat=2 bias=2/4
11.88/11.91	c Solving starts ...
11.88/11.91	c ============================[ Search Statistics ]============================
11.88/11.91	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
11.88/11.91	c       |         |          |          |    Limit     GC | Var      | Constra 
11.88/11.91	c =============================================================================
11.88/11.91	c  0.0s |       0 |        0 |        0 |      437      0 |        0 |        2
11.88/11.93	c  0.0s |       1 |      218 |      100 |      437      0 |        0 |        2
11.88/11.95	c  0.0s |       2 |      494 |      250 |      437      1 |        0 |        2
11.88/11.98	c  0.1s |       3 |      923 |      475 |      437      2 |        0 |        2
11.98/12.03	c  0.1s |       4 |     1573 |      813 |      437      3 |        0 |        2
12.09/12.11	c  0.2s |       5 |     2400 |     1320 |      437      5 |        0 |        2
12.19/12.22	c  0.3s |       6 |     3735 |     2081 |      481      8 |        0 |        2
12.28/12.38	c  0.5s |       7 |     5734 |     3223 |      481     13 |        0 |        2
12.58/12.64	c  0.7s |       8 |     8816 |     4936 |      481     19 |        0 |        2
12.98/13.02	c  1.1s |       9 |    13590 |     7506 |      481     28 |        0 |        2
13.48/13.58	c  1.7s |      10 |    20517 |    11361 |      481     43 |        0 |        2
14.29/14.40	c  2.5s |      11 |    31558 |    17144 |      481     65 |        0 |        2
14.58/14.60	c  2.7s |      11 |    34250 |    18597 |      481     71 |        0 |        2
14.58/14.60	c #cpu_time = 2.683s
14.58/14.60	c #wall_clock_time = 2.689s
14.58/14.60	c #decision = 34250
14.58/14.60	c #random_decision = 141
14.58/14.60	c #conflict = 18597
14.58/14.60	c #restart = 11
14.58/14.60	o 190
14.58/14.60	c BCD2: updating upper bound: 400 -> 189
14.58/14.60	c BCD2: 1 <= obj <= 189
14.58/14.60	c BCD2: #cores=1, #unrelaxed=0, #relaxed=64, #hardened=0
14.58/14.60	c BCD2: #sat=3 #unsat=2 bias=2/5
14.58/14.60	c Solving starts ...
14.58/14.60	c ============================[ Search Statistics ]============================
14.58/14.60	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
14.58/14.60	c       |         |          |          |    Limit     GC | Var      | Constra 
14.58/14.60	c =============================================================================
14.58/14.60	c  0.0s |       0 |        0 |        0 |      481      0 |        0 |        4
14.58/14.62	c  0.0s |       1 |      170 |      100 |      481      0 |        0 |        4
14.58/14.62	c  0.0s |       1 |      249 |      137 |      481      0 |        0 |        4
14.58/14.62	c #cpu_time = 0.022s
14.58/14.62	c #wall_clock_time = 0.022s
14.58/14.62	c #decision = 249
14.58/14.62	c #random_decision = 1
14.58/14.62	c #conflict = 137
14.58/14.62	c #restart = 1
14.58/14.62	o 47
14.58/14.62	c BCD2: hardening fixes 33 literals
14.58/14.62	c BCD2: updating upper bound: 189 -> 46
14.58/14.63	c BCD2: 1 <= obj <= 46
14.58/14.63	c BCD2: #cores=1, #unrelaxed=0, #relaxed=31, #hardened=33
14.58/14.63	c BCD2: #sat=4 #unsat=2 bias=2/6
14.58/14.63	c Solving starts ...
14.58/14.63	c ============================[ Search Statistics ]============================
14.58/14.63	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
14.58/14.63	c       |         |          |          |    Limit     GC | Var      | Constra 
14.58/14.63	c =============================================================================
14.58/14.63	c  0.0s |       0 |        0 |        0 |      481      0 |       33 |        6
14.58/14.64	c  0.0s |       1 |      174 |      100 |      481      0 |       33 |        6
14.58/14.66	c  0.0s |       2 |      422 |      250 |      481      0 |       33 |        6
14.58/14.68	c  0.1s |       3 |      785 |      475 |      481      1 |       33 |        6
14.69/14.72	c  0.1s |       4 |     1434 |      813 |      481      2 |       33 |        6
14.69/14.77	c  0.1s |       5 |     2232 |     1320 |      481      4 |       33 |        6
14.79/14.86	c  0.2s |       6 |     3577 |     2081 |      481      7 |       33 |        6
14.89/14.99	c  0.4s |       7 |     5467 |     3223 |      481     10 |       33 |        6
15.19/15.20	c  0.6s |       8 |     8294 |     4936 |      481     16 |       33 |        6
15.40/15.48	c  0.9s |       9 |    12373 |     7506 |      481     25 |       33 |        6
15.89/15.92	c  1.3s |      10 |    18449 |    11361 |      481     38 |       33 |        6
16.60/16.62	c  2.0s |      11 |    27150 |    17144 |      481     57 |       33 |        6
17.60/17.62	c  3.0s |      12 |    41384 |    25819 |      481     86 |       33 |        6
18.99/19.07	c  4.4s |      13 |    61716 |    38832 |      530    127 |       33 |        6
20.99/21.07	c  6.4s |      13 |    90286 |    56932 |      530    182 |       33 |        6
21.19/21.23	c  6.6s |      14 |    92660 |    58352 |      530    186 |       33 |        6
21.89/21.95	c  7.3s |      14 |   102753 |    64825 |      530    206 |       33 |        6
21.89/21.95	c #cpu_time = 7.304s
21.89/21.95	c #wall_clock_time = 7.323s
21.89/21.95	c #decision = 102753
21.89/21.95	c #random_decision = 265
21.89/21.95	c #conflict = 64825
21.89/21.95	c #restart = 14
21.89/21.95	o 27
21.89/21.95	c BCD2: hardening fixes 9 literals
21.89/21.95	c BCD2: updating upper bound: 46 -> 26
21.89/21.95	c BCD2: 1 <= obj <= 26
21.89/21.95	c BCD2: #cores=1, #unrelaxed=0, #relaxed=22, #hardened=42
21.89/21.95	c BCD2: #sat=5 #unsat=2 bias=2/7
21.89/21.95	c Solving starts ...
21.89/21.95	c ============================[ Search Statistics ]============================
21.89/21.95	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
21.89/21.95	c       |         |          |          |    Limit     GC | Var      | Constra 
21.89/21.95	c =============================================================================
21.89/21.95	c  0.0s |       0 |        0 |        0 |      530      0 |       42 |        8
21.89/21.96	c  0.0s |       1 |      128 |      100 |      530      1 |       42 |        8
21.89/21.98	c  0.0s |       2 |      343 |      250 |      530      1 |       42 |        8
21.99/22.01	c  0.1s |       3 |      659 |      475 |      530      2 |       42 |        8
21.99/22.04	c  0.1s |       4 |     1205 |      813 |      530      3 |       42 |        8
21.99/22.10	c  0.1s |       5 |     2024 |     1320 |      530      4 |       42 |        8
22.09/22.18	c  0.2s |       6 |     3235 |     2081 |      530      7 |       42 |        8
22.29/22.31	c  0.4s |       7 |     4924 |     3223 |      530     10 |       42 |        8
22.49/22.51	c  0.6s |       8 |     7597 |     4936 |      530     15 |       42 |        8
22.79/22.80	c  0.9s |       9 |    11442 |     7506 |      530     23 |       42 |        8
23.19/23.27	c  1.3s |      10 |    17248 |    11361 |      530     35 |       42 |        8
23.69/23.77	c  1.8s |      10 |    22953 |    15341 |      530     47 |       43 |       10
23.69/23.77	c #cpu_time = 1.821s
23.69/23.77	c #wall_clock_time = 1.826s
23.69/23.77	c #decision = 22953
23.69/23.77	c #random_decision = 58
23.69/23.77	c #conflict = 15341
23.69/23.78	c #restart = 10
23.69/23.78	c BCD2: updating lower bound of a core
23.69/23.78	c lower bound updated to 9
23.69/23.78	c BCD2: 9 <= obj <= 26
23.69/23.78	c BCD2: #cores=1, #unrelaxed=0, #relaxed=22, #hardened=42
23.69/23.78	c BCD2: #sat=5 #unsat=3 bias=3/8
23.69/23.78	c Solving starts ...
23.69/23.78	c ============================[ Search Statistics ]============================
23.69/23.78	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
23.69/23.78	c       |         |          |          |    Limit     GC | Var      | Constra 
23.69/23.78	c =============================================================================
23.69/23.78	c  0.0s |       0 |        0 |        0 |      530      0 |       43 |       10
23.69/23.79	c  0.0s |       1 |      155 |      100 |      530      0 |       43 |       10
23.79/23.81	c  0.0s |       2 |      414 |      250 |      530      0 |       43 |       10
23.79/23.83	c  0.1s |       3 |      823 |      475 |      530      1 |       43 |       10
23.79/23.88	c  0.1s |       4 |     1370 |      813 |      530      2 |       43 |       10
23.89/23.94	c  0.2s |       5 |     2141 |     1320 |      530      4 |       43 |       10
23.99/24.03	c  0.3s |       6 |     3499 |     2081 |      530      6 |       43 |       10
24.09/24.16	c  0.4s |       7 |     5268 |     3223 |      530      9 |       43 |       10
24.29/24.37	c  0.6s |       8 |     8069 |     4936 |      530     15 |       43 |       10
24.59/24.66	c  0.9s |       9 |    12084 |     7506 |      530     22 |       43 |       10
24.99/25.09	c  1.3s |      10 |    18510 |    11361 |      530     34 |       43 |       10
25.69/25.77	c  2.0s |      11 |    27642 |    17144 |      583     50 |       43 |       10
26.09/26.12	c  2.3s |      11 |    32438 |    20074 |      583     59 |       44 |       12
26.09/26.12	c #cpu_time = 2.334s
26.09/26.12	c #wall_clock_time = 2.340s
26.09/26.12	c #decision = 32438
26.09/26.12	c #random_decision = 76
26.09/26.12	c #conflict = 20074
26.09/26.12	c #restart = 11
26.09/26.12	c BCD2: updating lower bound of a core
26.09/26.12	c lower bound updated to 16
26.09/26.12	c BCD2: 16 <= obj <= 26
26.09/26.12	c BCD2: #cores=1, #unrelaxed=0, #relaxed=22, #hardened=42
26.09/26.12	c BCD2: #sat=5 #unsat=4 bias=4/9
26.09/26.12	c Solving starts ...
26.09/26.12	c ============================[ Search Statistics ]============================
26.09/26.12	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
26.09/26.12	c       |         |          |          |    Limit     GC | Var      | Constra 
26.09/26.12	c =============================================================================
26.09/26.12	c  0.0s |       0 |        0 |        0 |      583      0 |       44 |       12
26.09/26.13	c  0.0s |       1 |      154 |      100 |      583      0 |       44 |       12
26.09/26.15	c  0.0s |       2 |      381 |      250 |      583      0 |       44 |       12
26.09/26.18	c  0.1s |       3 |      712 |      475 |      583      1 |       44 |       12
26.19/26.22	c  0.1s |       4 |     1251 |      813 |      583      2 |       44 |       12
26.19/26.28	c  0.2s |       5 |     2064 |     1320 |      583      3 |       44 |       12
26.29/26.38	c  0.3s |       6 |     3189 |     2081 |      583      6 |       44 |       12
26.49/26.51	c  0.4s |       7 |     5044 |     3223 |      583      9 |       44 |       12
26.69/26.71	c  0.6s |       8 |     7890 |     4936 |      583     14 |       44 |       12
26.99/27.02	c  0.9s |       9 |    11957 |     7506 |      583     21 |       44 |       12
27.39/27.47	c  1.4s |      10 |    17968 |    11361 |      583     32 |       44 |       12
28.09/28.16	c  2.0s |      11 |    26998 |    17144 |      583     48 |       44 |       12
28.59/28.65	c  2.5s |      11 |    33498 |    21385 |      583     60 |       45 |       14
28.59/28.65	c #cpu_time = 2.532s
28.59/28.65	c #wall_clock_time = 2.538s
28.59/28.65	c #decision = 33498
28.59/28.65	c #random_decision = 96
28.59/28.65	c #conflict = 21385
28.59/28.65	c #restart = 11
28.59/28.65	c BCD2: updating lower bound of a core
28.59/28.65	c lower bound updated to 21
28.59/28.65	c BCD2: 21 <= obj <= 26
28.59/28.65	c BCD2: #cores=1, #unrelaxed=0, #relaxed=22, #hardened=42
28.59/28.65	c BCD2: #sat=5 #unsat=5 bias=5/10
28.59/28.65	c Solving starts ...
28.59/28.65	c ============================[ Search Statistics ]============================
28.59/28.65	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
28.59/28.65	c       |         |          |          |    Limit     GC | Var      | Constra 
28.59/28.65	c =============================================================================
28.59/28.65	c  0.0s |       0 |        0 |        0 |      583      0 |       45 |       14
28.59/28.67	c  0.0s |       1 |      134 |      100 |      583      0 |       45 |       14
28.59/28.69	c  0.0s |       2 |      412 |      250 |      583      0 |       45 |       14
28.69/28.72	c  0.1s |       3 |      804 |      475 |      583      1 |       45 |       14
28.69/28.75	c  0.1s |       4 |     1412 |      813 |      583      2 |       45 |       14
28.79/28.82	c  0.2s |       5 |     2226 |     1320 |      583      3 |       45 |       14
28.89/28.91	c  0.3s |       6 |     3480 |     2081 |      583      6 |       45 |       14
28.99/29.04	c  0.4s |       7 |     5275 |     3223 |      583      9 |       45 |       14
29.19/29.24	c  0.6s |       8 |     7944 |     4936 |      583     14 |       45 |       14
29.49/29.54	c  0.9s |       9 |    12224 |     7506 |      583     21 |       45 |       14
29.89/29.99	c  1.3s |      10 |    18107 |    11361 |      583     32 |       45 |       14
30.59/30.68	c  2.0s |      11 |    26962 |    17144 |      583     48 |       45 |       14
31.29/31.33	c  2.7s |      11 |    35698 |    22757 |      583     64 |       46 |       16
31.29/31.33	c #cpu_time = 2.670s
31.29/31.33	c #wall_clock_time = 2.677s
31.29/31.33	c #decision = 35698
31.29/31.33	c #random_decision = 96
31.29/31.33	c #conflict = 22757
31.29/31.33	c #restart = 11
31.29/31.33	c BCD2: updating lower bound of a core
31.29/31.33	c lower bound updated to 25
31.29/31.33	c BCD2: 25 <= obj <= 26
31.29/31.33	c BCD2: #cores=1, #unrelaxed=0, #relaxed=22, #hardened=42
31.29/31.33	c BCD2: #sat=5 #unsat=6 bias=6/11
31.29/31.33	c Solving starts ...
31.29/31.33	c ============================[ Search Statistics ]============================
31.29/31.33	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
31.29/31.33	c       |         |          |          |    Limit     GC | Var      | Constra 
31.29/31.33	c =============================================================================
31.29/31.33	c  0.0s |       0 |        0 |        0 |      583      0 |       46 |       16
31.29/31.34	c  0.0s |       1 |      163 |      100 |      583      0 |       46 |       16
31.29/31.36	c  0.0s |       2 |      369 |      250 |      583      0 |       46 |       16
31.29/31.39	c  0.1s |       3 |      702 |      475 |      583      1 |       46 |       16
31.39/31.43	c  0.1s |       4 |     1179 |      813 |      583      2 |       46 |       16
31.39/31.49	c  0.2s |       5 |     2019 |     1320 |      583      3 |       46 |       16
31.49/31.59	c  0.3s |       6 |     3084 |     2081 |      583      6 |       46 |       16
31.69/31.72	c  0.4s |       7 |     4941 |     3223 |      583      9 |       46 |       16
31.89/31.91	c  0.6s |       8 |     7663 |     4936 |      583     14 |       46 |       16
32.19/32.21	c  0.9s |       9 |    11605 |     7506 |      583     21 |       46 |       16
32.59/32.65	c  1.3s |      10 |    17389 |    11361 |      583     32 |       46 |       16
33.28/33.31	c  2.0s |      11 |    26641 |    17144 |      583     48 |       46 |       16
34.29/34.30	c  3.0s |      12 |    39680 |    25819 |      583     73 |       46 |       16
34.29/34.36	c  3.0s |      12 |    40310 |    26287 |      583     74 |       47 |       18
34.29/34.36	c #cpu_time = 3.018s
34.29/34.36	c #wall_clock_time = 3.026s
34.29/34.36	c #decision = 40310
34.29/34.36	c #random_decision = 99
34.29/34.36	c #conflict = 26287
34.29/34.36	c #restart = 12
34.29/34.36	c BCD2: updating lower bound of a core
34.29/34.36	c lower bound updated to 27
34.29/34.36	s OPTIMUM FOUND
34.29/34.36	v -x1 -x2 -x3 -x4 -x5 -x6 -x7 -x8 -x9 -x10
34.29/34.36	v -x11 -x12 -x13 -x14 -x15 -x16 -x17 -x18 -x19 -x20
34.29/34.36	v -x21 -x22 -x23 -x24 x25 -x26 -x27 x28 -x29 -x30
34.29/34.36	v -x31 -x32 -x33 -x34 x35 -x36 -x37 -x38 -x39 -x40
34.29/34.36	v -x41 -x42 -x43 -x44 -x45 -x46 -x47 -x48 -x49 -x50
34.29/34.36	v -x51 -x52 x53 -x54 -x55 -x56 -x57 -x58 -x59 -x60
34.29/34.36	v -x61 -x62 -x63 -x64 -x65 -x66 -x67 -x68 -x69 -x70
34.29/34.36	v -x71 -x72 -x73 -x74 -x75 -x76 -x77 -x78 -x79 -x80
34.29/34.36	v -x81 -x82 -x83 -x84 -x85 -x86 -x87 x88 -x89 -x90
34.29/34.36	v -x91 -x92 -x93 -x94 -x95 -x96 -x97 -x98 x99 -x100
34.29/34.36	v -x101 -x102 -x103 -x104 -x105 -x106 -x107 x108 -x109 -x110
34.29/34.36	v -x111 -x112 -x113 -x114 -x115 -x116 -x117 -x118 -x119 -x120
34.29/34.36	v -x121 -x122 -x123 -x124 -x125 -x126 -x127 x128 -x129 -x130
34.29/34.36	v -x131 -x132 -x133 -x134 -x135 -x136 -x137 -x138 -x139 -x140
34.29/34.36	v -x141 -x142 x143 -x144 -x145 x146 -x147 -x148 -x149 -x150
34.29/34.36	v -x151 -x152 -x153 -x154 -x155 -x156 -x157 -x158 -x159 -x160
34.29/34.36	v -x161 -x162 x163 -x164 -x165 -x166 -x167 -x168 -x169
34.29/34.36	c total CPU time = 34.273s
34.29/34.36	c total wall clock time = 34.361s

Verifier Data

OK	27

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

pid=29542
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.04 2.12 1.87 3/179 29545
/proc/meminfo: memFree=29594748/32872528 swapFree=877056/942464
[pid=29545] ppid=29542 vsize=744892 CPUtime=0 cores=0,2,4,6
/proc/29545/stat : 29545 (toysat) R 29542 29545 29107 0 -1 4202496 2785 0 0 0 0 0 0 0 20 0 4 0 36425295 762769408 2634 33554432000 4194304 16246674 140733609216992 140733609216416 13880264 0 2 0 34082818 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/29545/statm: 186991 2645 441 2943 0 183885 0
[pid=29545/tid=29546] ppid=29542 vsize=762300 CPUtime=0 cores=0,2,4,6
/proc/29545/task/29546/stat : 29546 (toysat) S 29542 29545 29107 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 4 0 36425295 780595200 2702 33554432000 4194304 16246674 140733609216992 140386824596720 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 0 0 0 0 0 0
[pid=29545/tid=29547] ppid=29542 vsize=767420 CPUtime=0 cores=0,2,4,6
/proc/29545/task/29547/stat : 29547 (toysat) S 29542 29545 29107 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 36425295 785838080 2722 33554432000 4194304 16246674 140733609216992 140386814106864 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 2 0 0 0 0 0
[pid=29545/tid=29548] ppid=29542 vsize=771516 CPUtime=0 cores=0,2,4,6
/proc/29545/task/29548/stat : 29548 (toysat) S 29542 29545 29107 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 4 0 36425295 790032384 2738 33554432000 4194304 16246674 140733609216992 140386803633328 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 0 0 0 0 0 0

[startup+0.100169 s]
/proc/loadavg: 2.04 2.12 1.87 3/179 29545
/proc/meminfo: memFree=29594748/32872528 swapFree=877056/942464
[pid=29545] ppid=29542 vsize=1218116 CPUtime=0.09 cores=0,2,4,6
/proc/29545/stat : 29545 (toysat) R 29542 29545 29107 0 -1 4202496 18595 0 0 0 7 2 0 0 20 0 4 0 36425295 1247350784 18438 33554432000 4194304 16246674 140733609216992 140733609216416 6190713 0 0 0 34082818 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/29545/statm: 304529 18438 614 2943 0 301423 0
[pid=29545/tid=29546] ppid=29542 vsize=1218116 CPUtime=0 cores=0,2,4,6
/proc/29545/task/29546/stat : 29546 (toysat) S 29542 29545 29107 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 4 0 36425295 1247350784 18440 33554432000 4194304 16246674 140733609216992 140386824596720 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 0 0 0 0 0 0
[pid=29545/tid=29547] ppid=29542 vsize=1218116 CPUtime=0 cores=0,2,4,6
/proc/29545/task/29547/stat : 29547 (toysat) S 29542 29545 29107 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 36425295 1247350784 18441 33554432000 4194304 16246674 140733609216992 140386814106864 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 2 0 0 0 0 0
[pid=29545/tid=29548] ppid=29542 vsize=1218116 CPUtime=0 cores=0,2,4,6
/proc/29545/task/29548/stat : 29548 (toysat) S 29542 29545 29107 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 4 0 36425295 1247350784 18447 33554432000 4194304 16246674 140733609216992 140386803633328 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.200545 s]
/proc/loadavg: 2.04 2.12 1.87 3/179 29545
/proc/meminfo: memFree=29594748/32872528 swapFree=877056/942464
[pid=29545] ppid=29542 vsize=1218116 CPUtime=0.18 cores=0,2,4,6
/proc/29545/stat : 29545 (toysat) R 29542 29545 29107 0 -1 4202496 26532 0 0 0 15 3 0 0 20 0 4 0 36425295 1247350784 26374 33554432000 4194304 16246674 140733609216992 140733609216416 13954914 0 0 0 34082818 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/29545/statm: 304529 26374 614 2943 0 301423 0
[pid=29545/tid=29546] ppid=29542 vsize=1218116 CPUtime=0 cores=0,2,4,6
/proc/29545/task/29546/stat : 29546 (toysat) S 29542 29545 29107 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 4 0 36425295 1247350784 26374 33554432000 4194304 16246674 140733609216992 140386824596720 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 0 0 0 0 0 0
[pid=29545/tid=29547] ppid=29542 vsize=1218116 CPUtime=0 cores=0,2,4,6
/proc/29545/task/29547/stat : 29547 (toysat) S 29542 29545 29107 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 36425295 1247350784 26374 33554432000 4194304 16246674 140733609216992 140386814106864 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 2 0 0 0 0 0
[pid=29545/tid=29548] ppid=29542 vsize=1218116 CPUtime=0 cores=0,2,4,6
/proc/29545/task/29548/stat : 29548 (toysat) S 29542 29545 29107 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 4 0 36425295 1247350784 26375 33554432000 4194304 16246674 140733609216992 140386803633328 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 0 0 0 0 0 0
Current children cumulated CPU time (s) 0.18
Current children cumulated vsize (KiB) 1218116

[startup+0.300461 s]
/proc/loadavg: 2.04 2.12 1.87 3/179 29545
/proc/meminfo: memFree=29594748/32872528 swapFree=877056/942464
[pid=29545] ppid=29542 vsize=1218116 CPUtime=0.29 cores=0,2,4,6
/proc/29545/stat : 29545 (toysat) R 29542 29545 29107 0 -1 4202496 38942 0 0 0 23 6 0 0 20 0 4 0 36425295 1247350784 38777 33554432000 4194304 16246674 140733609216992 140733609216416 5669490 0 0 0 34082818 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/29545/statm: 304529 38781 812 2943 0 301423 0
[pid=29545/tid=29546] ppid=29542 vsize=1218116 CPUtime=0 cores=0,2,4,6
/proc/29545/task/29546/stat : 29546 (toysat) S 29542 29545 29107 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 4 0 36425295 1247350784 38787 33554432000 4194304 16246674 140733609216992 140386824596720 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 0 0 0 0 0 0
[pid=29545/tid=29547] ppid=29542 vsize=1218116 CPUtime=0 cores=0,2,4,6
/proc/29545/task/29547/stat : 29547 (toysat) S 29542 29545 29107 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 36425295 1247350784 38795 33554432000 4194304 16246674 140733609216992 140386814106864 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 2 0 0 0 0 0
[pid=29545/tid=29548] ppid=29542 vsize=1218116 CPUtime=0 cores=0,2,4,6
/proc/29545/task/29548/stat : 29548 (toysat) S 29542 29545 29107 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 4 0 36425295 1247350784 38803 33554432000 4194304 16246674 140733609216992 140386803633328 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.700394 s]
/proc/loadavg: 2.04 2.12 1.87 3/179 29545
/proc/meminfo: memFree=29594748/32872528 swapFree=877056/942464
[pid=29545] ppid=29542 vsize=1218116 CPUtime=0.69 cores=0,2,4,6
/proc/29545/stat : 29545 (toysat) R 29542 29545 29107 0 -1 4202496 107175 0 0 0 54 15 0 0 20 0 4 0 36425295 1247350784 107011 33554432000 4194304 16246674 140733609216992 140733609216416 5675357 0 0 0 34082818 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/29545/statm: 304529 107017 812 2943 0 301423 0
[pid=29545/tid=29546] ppid=29542 vsize=1218116 CPUtime=0 cores=0,2,4,6
/proc/29545/task/29546/stat : 29546 (toysat) S 29542 29545 29107 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 4 0 36425295 1247350784 107021 33554432000 4194304 16246674 140733609216992 140386824596720 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 0 0 0 0 0 0
[pid=29545/tid=29547] ppid=29542 vsize=1218116 CPUtime=0 cores=0,2,4,6
/proc/29545/task/29547/stat : 29547 (toysat) S 29542 29545 29107 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 36425295 1247350784 107022 33554432000 4194304 16246674 140733609216992 140386814106864 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 2 0 0 0 0 0
[pid=29545/tid=29548] ppid=29542 vsize=1218116 CPUtime=0 cores=0,2,4,6
/proc/29545/task/29548/stat : 29548 (toysat) S 29542 29545 29107 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 4 0 36425295 1247350784 107025 33554432000 4194304 16246674 140733609216992 140386803633328 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.04 2.12 1.87 3/183 29549
/proc/meminfo: memFree=28882568/32872528 swapFree=877056/942464
[pid=29545] ppid=29542 vsize=1219140 CPUtime=1.48 cores=0,2,4,6
/proc/29545/stat : 29545 (toysat) R 29542 29545 29107 0 -1 4202496 245804 0 0 0 116 32 0 0 20 0 4 0 36425295 1248399360 245617 33554432000 4194304 16246674 140733609216992 140733609216304 5823116 0 0 0 34082818 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/29545/statm: 304785 245617 872 2943 0 301679 0
[pid=29545/tid=29546] ppid=29542 vsize=1219140 CPUtime=0 cores=0,2,4,6
/proc/29545/task/29546/stat : 29546 (toysat) S 29542 29545 29107 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 4 0 36425295 1248399360 245617 33554432000 4194304 16246674 140733609216992 140386824596720 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 0 0 0 0 0 0
[pid=29545/tid=29547] ppid=29542 vsize=1219140 CPUtime=0 cores=0,2,4,6
/proc/29545/task/29547/stat : 29547 (toysat) S 29542 29545 29107 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 36425295 1248399360 245617 33554432000 4194304 16246674 140733609216992 140386814106864 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 2 0 0 0 0 0
[pid=29545/tid=29548] ppid=29542 vsize=1219140 CPUtime=0 cores=0,2,4,6
/proc/29545/task/29548/stat : 29548 (toysat) S 29542 29545 29107 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 4 0 36425295 1248399360 245617 33554432000 4194304 16246674 140733609216992 140386803633328 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 0 0 0 0 0 0
Current children cumulated CPU time (s) 1.48
Current children cumulated vsize (KiB) 1219140

[startup+3.10041 s]
/proc/loadavg: 2.04 2.12 1.87 3/183 29549
/proc/meminfo: memFree=28613612/32872528 swapFree=877056/942464
[pid=29545] ppid=29542 vsize=1305156 CPUtime=3.09 cores=0,2,4,6
/proc/29545/stat : 29545 (toysat) R 29542 29545 29107 0 -1 4202496 267256 0 0 0 274 35 0 0 20 0 4 0 36425295 1336479744 267069 33554432000 4194304 16246674 140733609216992 140733609198912 5712004 0 0 0 34082818 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/29545/statm: 326289 267069 872 2943 0 323183 0
[pid=29545/tid=29546] ppid=29542 vsize=1305156 CPUtime=0 cores=0,2,4,6
/proc/29545/task/29546/stat : 29546 (toysat) S 29542 29545 29107 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 4 0 36425295 1336479744 267069 33554432000 4194304 16246674 140733609216992 140386824596720 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 0 0 0 0 0 0
[pid=29545/tid=29547] ppid=29542 vsize=1305156 CPUtime=0 cores=0,2,4,6
/proc/29545/task/29547/stat : 29547 (toysat) S 29542 29545 29107 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 36425295 1336479744 267069 33554432000 4194304 16246674 140733609216992 140386814106864 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 2 0 0 0 0 0
[pid=29545/tid=29548] ppid=29542 vsize=1305156 CPUtime=0 cores=0,2,4,6
/proc/29545/task/29548/stat : 29548 (toysat) S 29542 29545 29107 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 4 0 36425295 1336479744 267069 33554432000 4194304 16246674 140733609216992 140386803633328 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.04 2.11 1.87 3/183 29549
/proc/meminfo: memFree=28526764/32872528 swapFree=877056/942464
[pid=29545] ppid=29542 vsize=1306180 CPUtime=6.29 cores=0,2,4,6
/proc/29545/stat : 29545 (toysat) R 29542 29545 29107 0 -1 4202496 267523 0 0 0 594 35 0 0 20 0 4 0 36425295 1337528320 267336 33554432000 4194304 16246674 140733609216992 140733609199992 5822484 0 0 0 34082818 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/29545/statm: 326545 267336 874 2943 0 323439 0
[pid=29545/tid=29546] ppid=29542 vsize=1306180 CPUtime=0 cores=0,2,4,6
/proc/29545/task/29546/stat : 29546 (toysat) S 29542 29545 29107 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 4 0 36425295 1337528320 267336 33554432000 4194304 16246674 140733609216992 140386824596720 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 0 0 0 0 0 0
[pid=29545/tid=29547] ppid=29542 vsize=1306180 CPUtime=0 cores=0,2,4,6
/proc/29545/task/29547/stat : 29547 (toysat) S 29542 29545 29107 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 36425295 1337528320 267336 33554432000 4194304 16246674 140733609216992 140386814106864 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 2 0 0 0 0 0
[pid=29545/tid=29548] ppid=29542 vsize=1306180 CPUtime=0 cores=0,2,4,6
/proc/29545/task/29548/stat : 29548 (toysat) S 29542 29545 29107 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 4 0 36425295 1337528320 267336 33554432000 4194304 16246674 140733609216992 140386803633328 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.04 2.11 1.87 4/183 29598
/proc/meminfo: memFree=29081120/32872528 swapFree=877056/942464
[pid=29545] ppid=29542 vsize=1306180 CPUtime=12.68 cores=0,2,4,6
/proc/29545/stat : 29545 (toysat) R 29542 29545 29107 0 -1 4202496 267590 0 0 0 1233 35 0 0 20 0 4 0 36425295 1337528320 267403 33554432000 4194304 16246674 140733609216992 140733609199992 13927441 0 0 0 34082818 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/29545/statm: 326545 267403 882 2943 0 323439 0
[pid=29545/tid=29546] ppid=29542 vsize=1306180 CPUtime=0 cores=0,2,4,6
/proc/29545/task/29546/stat : 29546 (toysat) S 29542 29545 29107 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 4 0 36425295 1337528320 267403 33554432000 4194304 16246674 140733609216992 140386824596720 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 0 0 0 0 0 0
[pid=29545/tid=29547] ppid=29542 vsize=1306180 CPUtime=0 cores=0,2,4,6
/proc/29545/task/29547/stat : 29547 (toysat) S 29542 29545 29107 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 36425295 1337528320 267403 33554432000 4194304 16246674 140733609216992 140386814106864 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 2 0 0 0 0 0
[pid=29545/tid=29548] ppid=29542 vsize=1306180 CPUtime=0 cores=0,2,4,6
/proc/29545/task/29548/stat : 29548 (toysat) S 29542 29545 29107 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 4 0 36425295 1337528320 267403 33554432000 4194304 16246674 140733609216992 140386803633328 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 0 0 0 0 0 0
Current children cumulated CPU time (s) 12.68
Current children cumulated vsize (KiB) 1306180

[startup+25.5004 s]
/proc/loadavg: 2.03 2.11 1.87 4/183 29598
/proc/meminfo: memFree=28528040/32872528 swapFree=877056/942464
[pid=29545] ppid=29542 vsize=1306180 CPUtime=25.49 cores=0,2,4,6
/proc/29545/stat : 29545 (toysat) R 29542 29545 29107 0 -1 4202496 267595 0 0 0 2513 36 0 0 20 0 4 0 36425295 1337528320 267408 33554432000 4194304 16246674 140733609216992 140733609199992 6836333 0 0 0 34082818 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/29545/statm: 326545 267408 883 2943 0 323439 0
[pid=29545/tid=29546] ppid=29542 vsize=1306180 CPUtime=0 cores=0,2,4,6
/proc/29545/task/29546/stat : 29546 (toysat) S 29542 29545 29107 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 4 0 36425295 1337528320 267408 33554432000 4194304 16246674 140733609216992 140386824596720 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 0 0 0 0 0 0
[pid=29545/tid=29547] ppid=29542 vsize=1306180 CPUtime=0 cores=0,2,4,6
/proc/29545/task/29547/stat : 29547 (toysat) S 29542 29545 29107 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 36425295 1337528320 267408 33554432000 4194304 16246674 140733609216992 140386814106864 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 2 0 0 0 0 0
[pid=29545/tid=29548] ppid=29542 vsize=1306180 CPUtime=0 cores=0,2,4,6
/proc/29545/task/29548/stat : 29548 (toysat) S 29542 29545 29107 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 4 0 36425295 1337528320 267408 33554432000 4194304 16246674 140733609216992 140386803633328 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

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

[startup+25.6005 s]
/proc/loadavg: 2.03 2.11 1.87 4/183 29598
/proc/meminfo: memFree=28528040/32872528 swapFree=877056/942464
[pid=29545] ppid=29542 vsize=1306180 CPUtime=25.59 cores=0,2,4,6
/proc/29545/stat : 29545 (toysat) R 29542 29545 29107 0 -1 4202496 267595 0 0 0 2523 36 0 0 20 0 4 0 36425295 1337528320 267408 33554432000 4194304 16246674 140733609216992 140733609199992 12483423 0 0 0 34082818 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/29545/statm: 326545 267408 883 2943 0 323439 0
[pid=29545/tid=29546] ppid=29542 vsize=1306180 CPUtime=0 cores=0,2,4,6
/proc/29545/task/29546/stat : 29546 (toysat) S 29542 29545 29107 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 4 0 36425295 1337528320 267408 33554432000 4194304 16246674 140733609216992 140386824596720 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 0 0 0 0 0 0
[pid=29545/tid=29547] ppid=29542 vsize=1306180 CPUtime=0 cores=0,2,4,6
/proc/29545/task/29547/stat : 29547 (toysat) S 29542 29545 29107 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 36425295 1337528320 267408 33554432000 4194304 16246674 140733609216992 140386814106864 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 2 0 0 0 0 0
[pid=29545/tid=29548] ppid=29542 vsize=1306180 CPUtime=0 cores=0,2,4,6
/proc/29545/task/29548/stat : 29548 (toysat) S 29542 29545 29107 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 4 0 36425295 1337528320 267408 33554432000 4194304 16246674 140733609216992 140386803633328 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 0 0 0 0 0 0
Current children cumulated CPU time (s) 25.59
Current children cumulated vsize (KiB) 1306180

[startup+28.8004 s]
/proc/loadavg: 2.03 2.11 1.87 3/183 29598
/proc/meminfo: memFree=28527968/32872528 swapFree=877056/942464
[pid=29545] ppid=29542 vsize=1306180 CPUtime=28.79 cores=0,2,4,6
/proc/29545/stat : 29545 (toysat) R 29542 29545 29107 0 -1 4202496 267618 0 0 0 2843 36 0 0 20 0 4 0 36425295 1337528320 267431 33554432000 4194304 16246674 140733609216992 140733609199992 6843824 0 0 0 34082818 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/29545/statm: 326545 267431 883 2943 0 323439 0
[pid=29545/tid=29546] ppid=29542 vsize=1306180 CPUtime=0 cores=0,2,4,6
/proc/29545/task/29546/stat : 29546 (toysat) S 29542 29545 29107 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 4 0 36425295 1337528320 267431 33554432000 4194304 16246674 140733609216992 140386824596720 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 0 0 0 0 0 0
[pid=29545/tid=29547] ppid=29542 vsize=1306180 CPUtime=0 cores=0,2,4,6
/proc/29545/task/29547/stat : 29547 (toysat) S 29542 29545 29107 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 36425295 1337528320 267431 33554432000 4194304 16246674 140733609216992 140386814106864 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 2 0 0 0 0 0
[pid=29545/tid=29548] ppid=29542 vsize=1306180 CPUtime=0 cores=0,2,4,6
/proc/29545/task/29548/stat : 29548 (toysat) S 29542 29545 29107 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 4 0 36425295 1337528320 267431 33554432000 4194304 16246674 140733609216992 140386803633328 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 0 0 0 0 0 0
Current children cumulated CPU time (s) 28.79
Current children cumulated vsize (KiB) 1306180

[startup+32.0072 s]
/proc/loadavg: 2.03 2.10 1.87 3/183 29598
/proc/meminfo: memFree=28527848/32872528 swapFree=877056/942464
[pid=29545] ppid=29542 vsize=1306180 CPUtime=31.99 cores=0,2,4,6
/proc/29545/stat : 29545 (toysat) R 29542 29545 29107 0 -1 4202496 267618 0 0 0 3163 36 0 0 20 0 4 0 36425295 1337528320 267431 33554432000 4194304 16246674 140733609216992 140733609199992 6012208 0 0 0 34082818 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/29545/statm: 326545 267431 883 2943 0 323439 0
[pid=29545/tid=29546] ppid=29542 vsize=1306180 CPUtime=0 cores=0,2,4,6
/proc/29545/task/29546/stat : 29546 (toysat) S 29542 29545 29107 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 4 0 36425295 1337528320 267431 33554432000 4194304 16246674 140733609216992 140386824596720 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 0 0 0 0 0 0
[pid=29545/tid=29547] ppid=29542 vsize=1306180 CPUtime=0 cores=0,2,4,6
/proc/29545/task/29547/stat : 29547 (toysat) S 29542 29545 29107 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 36425295 1337528320 267431 33554432000 4194304 16246674 140733609216992 140386814106864 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 2 0 0 0 0 0
[pid=29545/tid=29548] ppid=29542 vsize=1306180 CPUtime=0 cores=0,2,4,6
/proc/29545/task/29548/stat : 29548 (toysat) S 29542 29545 29107 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 4 0 36425295 1337528320 267431 33554432000 4194304 16246674 140733609216992 140386803633328 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 0 0 0 0 0 0
Current children cumulated CPU time (s) 31.99
Current children cumulated vsize (KiB) 1306180

[startup+33.6004 s]
/proc/loadavg: 2.03 2.10 1.87 3/183 29598
/proc/meminfo: memFree=28527848/32872528 swapFree=877056/942464
[pid=29545] ppid=29542 vsize=1306180 CPUtime=33.58 cores=0,2,4,6
/proc/29545/stat : 29545 (toysat) R 29542 29545 29107 0 -1 4202496 267618 0 0 0 3322 36 0 0 20 0 4 0 36425295 1337528320 267431 33554432000 4194304 16246674 140733609216992 140733609199992 5823420 0 0 0 34082818 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/29545/statm: 326545 267431 883 2943 0 323439 0
[pid=29545/tid=29546] ppid=29542 vsize=1306180 CPUtime=0 cores=0,2,4,6
/proc/29545/task/29546/stat : 29546 (toysat) S 29542 29545 29107 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 4 0 36425295 1337528320 267431 33554432000 4194304 16246674 140733609216992 140386824596720 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 0 0 0 0 0 0
[pid=29545/tid=29547] ppid=29542 vsize=1306180 CPUtime=0 cores=0,2,4,6
/proc/29545/task/29547/stat : 29547 (toysat) S 29542 29545 29107 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 36425295 1337528320 267431 33554432000 4194304 16246674 140733609216992 140386814106864 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 2 0 0 0 0 0
[pid=29545/tid=29548] ppid=29542 vsize=1306180 CPUtime=0 cores=0,2,4,6
/proc/29545/task/29548/stat : 29548 (toysat) S 29542 29545 29107 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 4 0 36425295 1337528320 267431 33554432000 4194304 16246674 140733609216992 140386803633328 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 0 0 0 0 0 0
Current children cumulated CPU time (s) 33.58
Current children cumulated vsize (KiB) 1306180

[startup+34.0004 s]
/proc/loadavg: 2.03 2.10 1.87 3/183 29598
/proc/meminfo: memFree=28527848/32872528 swapFree=877056/942464
[pid=29545] ppid=29542 vsize=1306180 CPUtime=33.98 cores=0,2,4,6
/proc/29545/stat : 29545 (toysat) R 29542 29545 29107 0 -1 4202496 267618 0 0 0 3362 36 0 0 20 0 4 0 36425295 1337528320 267431 33554432000 4194304 16246674 140733609216992 140733609198912 13781168 0 0 0 34082818 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/29545/statm: 326545 267431 883 2943 0 323439 0
[pid=29545/tid=29546] ppid=29542 vsize=1306180 CPUtime=0 cores=0,2,4,6
/proc/29545/task/29546/stat : 29546 (toysat) S 29542 29545 29107 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 4 0 36425295 1337528320 267431 33554432000 4194304 16246674 140733609216992 140386824596720 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 0 0 0 0 0 0
[pid=29545/tid=29547] ppid=29542 vsize=1306180 CPUtime=0 cores=0,2,4,6
/proc/29545/task/29547/stat : 29547 (toysat) S 29542 29545 29107 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 36425295 1337528320 267431 33554432000 4194304 16246674 140733609216992 140386814106864 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 2 0 0 0 0 0
[pid=29545/tid=29548] ppid=29542 vsize=1306180 CPUtime=0 cores=0,2,4,6
/proc/29545/task/29548/stat : 29548 (toysat) S 29542 29545 29107 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 4 0 36425295 1337528320 267431 33554432000 4194304 16246674 140733609216992 140386803633328 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 0 0 0 0 0 0
Current children cumulated CPU time (s) 33.98
Current children cumulated vsize (KiB) 1306180

[startup+34.4004 s]
/proc/loadavg: 2.03 2.10 1.87 3/183 29598
/proc/meminfo: memFree=28527848/32872528 swapFree=877056/942464
[pid=29545] ppid=29542 vsize=0 CPUtime=34.38 cores=0,2,4,6
/proc/29545/stat : 29545 (toysat) R 29542 29545 29107 0 -1 4202500 267622 0 0 0 3399 39 0 0 20 0 1 0 36425295 0 0 33554432000 0 0 0 0 0 0 0 33554432 0 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/29545/statm: 0 0 0 0 0 0 0
Current children cumulated CPU time (s) 34.38
Current children cumulated vsize (KiB) 0

Child status: 0
Real time (s): 34.4229
CPU time (s): 34.4158
CPU user time (s): 33.9928
CPU system time (s): 0.422935
CPU usage (%): 99.9793
Max. virtual memory (cumulated for all children) (KiB): 1306180

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 33.9928
system time used= 0.422935
maximum resident set size= 1069736
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 267622
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= 35

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 0.221966 second user time and 0.271958 second system time

The end

Launcher Data

Begin job on node113 at 2016-06-19 15:42:44
IDJOB=4109478
IDBENCH=78824
IDSOLVER=2553
FILE ID=node113/4109478-1466343764
RUNJOBID= node113-1466341823-29123
PBS_JOBID= 19922039
Free space on /tmp= 71692 MiB

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

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

MD5SUM BENCH= 11192ef633da7cef97eefdeccab8f20f
RANDOM SEED=1825267618

node113.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.799
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.59
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.799
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.799
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.56
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.799
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.799
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.799
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.799
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.54
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.799
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.56
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:       32872528 kB
MemFree:        29595500 kB
Buffers:          150600 kB
Cached:           368836 kB
SwapCached:         1964 kB
Active:          1229828 kB
Inactive:         362720 kB
Active(anon):    1073264 kB
Inactive(anon):     2224 kB
Active(file):     156564 kB
Inactive(file):   360496 kB
Unevictable:      942464 kB
Mlocked:          877056 kB
SwapTotal:      67108856 kB
SwapFree:       67099096 kB
Dirty:             32956 kB
Writeback:             0 kB
AnonPages:       2103004 kB
Mapped:            10808 kB
Shmem:                 0 kB
Slab:             608236 kB
SReclaimable:      52068 kB
SUnreclaim:       556168 kB
KernelStack:        1520 kB
PageTables:         8372 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545120 kB
Committed_AS:    2159148 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= 71672 MiB
End job on node113 at 2016-06-19 15:43:18