Trace number 4109574

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 23.7114 23.7172

General information on the benchmark

Name/PARTIAL-SMALLINT-LIN/PB06/submitted-PB06/namasivayam/wnqueen/
normalized-t2001.13queen13.1110975607--soft-66-100-0.wbo
MD5SUMf14f38c52eae9b3d7e1acb0a0a832bae
Bench CategoryPARTIAL-SMALLINT-LIN (both soft and hard constraints, small integers, linear constraints)
Best result obtained on this benchmarkMOPT
Best cost obtained on this benchmark18
Best CPU time to get the best result obtained on this benchmark3.67344
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 constraints29
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 1556
Min constraint cost 1
Max constraint cost 100
Sum of constraints costs 1555
Biggest number in a constraint 38
Number of bits of the biggest number in a constraint 6
Biggest sum of numbers in a constraint 1221
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:43:58+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-4109574-1466343838.wbo"]
0.00/0.01	c use --random-gen="3053783950 447122187 2480594095 3700579620 1162018121 830214774 4117850354 3293301285 2967547218 2111936902 2511216481 1618373469 1743832779 840725108 3725742837 3336171347 1816754829 2474841726 3463754669 3933882148 1105430081 3473169482 4261251013 403247932 288020562 4055701203 2133903492 568365623 3243161409 1760414958 3276881713 2469664038 654206686 1506250674 3352519394 1240498715 142213258 3743041545 1986351698 4082751198 155640275 3266008786 2129116969 16788590 3067380408 3960232397 2112810502 34875004 2016014204 2015596386 3425002719 2810844334 1796270563 4004655871 1144474494 4190973276 2536003866 868236890 64543811 1713197886 3191549525 2230105120 4246298405 4119227929 1522317894 2544944822 1958354335 785492349 597786371 2839383937 2693166877 3290486724 3100384555 4206998197 156497583 2014778090 513330907 3070914251 4115930710 3710894056 2653473912 1303001431 2381541808 554769308 919331662 2898311997 2144745136 3217671653 1772275383 2728040712 744805055 666537083 2086792739 3152021569 991683258 3894986921 1786174738 944983968 2200394824 529357951 648251904 3048770972 3834498235 982124127 1810760495 2183858946 222508505 2519503440 2901947950 1726275935 2190844684 2507813745 1845691121 198818876 2528402873 2562273896 3810966009 2697232927 1307902263 1071131715 1116685214 177670805 2302750346 1125830373 406751323 2467086721 3671658333 3578078010 3073019114 3125405999 2261868932 3908483062 1766870558 2168094462 3557118931 2918108055 1008384819 2145942526 3186418790 4019282187 3273748667 1719046889 3471219825 3878155999 1644915925 2043635342 255679437 2187355714 3052921332 3341526330 2508195749 3536756637 2486988499 2613980017 3080739666 4015956718 3360788721 1737589566 2325602537 1213677110 3720587270 2640283300 834168867 1806814656 3276297291 1819128307 3586605928 2935994298 1917991154 1197785132 1720952561 4043198111 423830005 1832232668 4196190123 233645854 2134275874 1801642692 771357007 947807981 2344057939 444003247 3151208435 737082527 1587594274 2730214673 3978285045 922496857 1120866507 2306016939 3331830313 855681175 2415717498 233786523 1921548366 3610020647 1736705325 603521701 2477303307 72395751 1873568925 594291206 3170195585 528518783 2696344083 2215785379 3916833779 4156544166 2648024926 573328580 1890906814 1069956518 2746023586 1775537642 263931936 922707316 1737534987 41571669 2897302470 1590632241 3029765161 1154063298 143267146 943591449 3198398529 226402796 4118866353 3158270397 4045034593 2394097436 1144270494 3950265944 3270619815 301907335 1530908790 3931760555 716832397 4268951970 553891102 1074946886 370553936 2953014115 1016705502 1873134901 3956029369 2069912781 1635481756 1793229155 3025242935 3159287022 3364769835 1596333726 696708833 240068793 3751001244 2464666003 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 |      150 |      100 |       99      0 |        0 |        0
0.19/0.27	c  0.0s |       1 |      192 |      100 |       99      0 |        0 |        0
0.19/0.27	c #cpu_time = 0.014s
0.19/0.27	c #wall_clock_time = 0.014s
0.19/0.27	c #decision = 192
0.19/0.27	c #random_decision = 0
0.19/0.27	c #conflict = 100
0.19/0.27	c #restart = 1
0.19/0.27	o 352
0.19/0.27	c BCD2: updating upper bound: 1555 -> 351
0.19/0.27	c BCD2: 0 <= obj <= 351
0.19/0.27	c BCD2: #cores=0, #unrelaxed=29, #relaxed=0, #hardened=0
0.19/0.27	c BCD2: #sat=1 #unsat=1 bias=1/2
0.19/0.27	c Solving starts ...
0.19/0.27	c ============================[ Search Statistics ]============================
0.19/0.27	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
0.19/0.27	c       |         |          |          |    Limit     GC | Var      | Constra 
0.19/0.27	c =============================================================================
0.19/0.27	c  0.0s |       0 |        0 |        0 |       99      0 |        0 |        0
0.19/0.28	c  0.0s |       1 |      223 |      100 |      109      0 |        0 |        0
0.29/0.31	c  0.0s |       2 |      477 |      250 |      120      2 |        0 |        0
0.29/0.34	c  0.1s |       3 |      873 |      475 |      132      4 |        0 |        0
0.29/0.39	c  0.1s |       4 |     1413 |      813 |      146      7 |        0 |        0
0.39/0.47	c  0.2s |       5 |     2182 |     1320 |      161     11 |        0 |        0
0.49/0.58	c  0.3s |       6 |     3469 |     2081 |      178     17 |        0 |        0
0.69/0.76	c  0.5s |       7 |     5215 |     3223 |      196     25 |        0 |        0
0.98/1.03	c  0.8s |       8 |     7803 |     4936 |      216     37 |        0 |        0
1.39/1.43	c  1.2s |       9 |    11726 |     7506 |      238     52 |        0 |        0
1.88/1.91	c  1.6s |      10 |    17662 |    11361 |      262     75 |        0 |        0
2.48/2.56	c  2.3s |      11 |    26067 |    17144 |      289    106 |        0 |        0
3.48/3.59	c  3.3s |      12 |    38899 |    25819 |      318    150 |        0 |        0
5.08/5.12	c  4.9s |      13 |    57846 |    38832 |      350    213 |        0 |        0
7.09/7.12	c  6.9s |      13 |    82437 |    55732 |      350    290 |        0 |        0
7.39/7.44	c  7.2s |      14 |    85931 |    58352 |      386    302 |        0 |        0
7.80/7.84	c  7.6s |      14 |    90686 |    61500 |      386    316 |        0 |        0
7.80/7.84	c #cpu_time = 7.554s
7.80/7.84	c #wall_clock_time = 7.574s
7.80/7.84	c #decision = 90686
7.80/7.84	c #random_decision = 207
7.80/7.84	c #conflict = 61500
7.80/7.84	c #restart = 14
7.80/7.84	c BCD2: found a new core of size 29: cost of the new core is >=1
7.80/7.84	c lower bound updated to 1
7.80/7.84	c BCD2: 1 <= obj <= 351
7.80/7.84	c BCD2: #cores=1, #unrelaxed=0, #relaxed=29, #hardened=0
7.80/7.84	c BCD2: #sat=1 #unsat=2 bias=2/3
7.80/7.84	c Solving starts ...
7.80/7.84	c ============================[ Search Statistics ]============================
7.80/7.84	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
7.80/7.84	c       |         |          |          |    Limit     GC | Var      | Constra 
7.80/7.84	c =============================================================================
7.80/7.84	c  0.0s |       0 |        0 |        0 |      386      0 |        0 |        0
7.80/7.86	c  0.0s |       1 |      242 |      100 |      386      1 |        0 |        0
7.80/7.87	c  0.0s |       2 |      456 |      250 |      386      1 |        0 |        0
7.89/7.90	c  0.1s |       3 |      790 |      475 |      386      2 |        0 |        0
7.89/7.94	c  0.1s |       4 |     1319 |      813 |      386      4 |        0 |        0
7.89/7.99	c  0.1s |       5 |     2053 |     1320 |      386      6 |        0 |        0
7.99/8.07	c  0.2s |       6 |     3266 |     2081 |      386     10 |        0 |        0
8.09/8.19	c  0.3s |       7 |     5019 |     3223 |      386     14 |        0 |        0
8.29/8.37	c  0.5s |       8 |     7534 |     4936 |      386     22 |        0 |        0
8.59/8.65	c  0.8s |       9 |    11780 |     7506 |      386     34 |        0 |        0
8.59/8.66	c  0.8s |       9 |    11916 |     7596 |      386     34 |        0 |        0
8.59/8.66	c #cpu_time = 0.813s
8.59/8.66	c #wall_clock_time = 0.815s
8.59/8.66	c #decision = 11916
8.59/8.66	c #random_decision = 34
8.59/8.66	c #conflict = 7596
8.59/8.66	c #restart = 9
8.59/8.66	o 244
8.59/8.66	c BCD2: updating upper bound: 351 -> 243
8.59/8.66	c BCD2: 1 <= obj <= 243
8.59/8.66	c BCD2: #cores=1, #unrelaxed=0, #relaxed=29, #hardened=0
8.59/8.66	c BCD2: #sat=2 #unsat=2 bias=2/4
8.59/8.66	c Solving starts ...
8.59/8.66	c ============================[ Search Statistics ]============================
8.59/8.66	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
8.59/8.66	c       |         |          |          |    Limit     GC | Var      | Constra 
8.59/8.66	c =============================================================================
8.59/8.66	c  0.0s |       0 |        0 |        0 |      386      0 |        0 |        2
8.59/8.67	c  0.0s |       1 |      143 |      100 |      386      0 |        0 |        2
8.59/8.67	c  0.0s |       1 |      166 |      105 |      386      1 |        0 |        2
8.59/8.67	c #cpu_time = 0.013s
8.59/8.67	c #wall_clock_time = 0.013s
8.59/8.67	c #decision = 166
8.59/8.67	c #random_decision = 1
8.59/8.67	c #conflict = 105
8.59/8.67	c #restart = 1
8.59/8.67	o 162
8.59/8.67	c BCD2: updating upper bound: 243 -> 161
8.59/8.67	c BCD2: 1 <= obj <= 161
8.59/8.67	c BCD2: #cores=1, #unrelaxed=0, #relaxed=29, #hardened=0
8.59/8.67	c BCD2: #sat=3 #unsat=2 bias=2/5
8.59/8.67	c Solving starts ...
8.59/8.67	c ============================[ Search Statistics ]============================
8.59/8.67	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
8.59/8.67	c       |         |          |          |    Limit     GC | Var      | Constra 
8.59/8.67	c =============================================================================
8.59/8.67	c  0.0s |       0 |        0 |        0 |      386      0 |        0 |        4
8.59/8.68	c  0.0s |       1 |      137 |      100 |      386      0 |        0 |        4
8.69/8.70	c  0.0s |       2 |      356 |      250 |      386      0 |        0 |        4
8.69/8.73	c  0.1s |       3 |      727 |      475 |      386      1 |        0 |        4
8.69/8.76	c  0.1s |       4 |     1237 |      813 |      386      3 |        0 |        4
8.80/8.82	c  0.1s |       5 |     1949 |     1320 |      386      5 |        0 |        4
8.80/8.89	c  0.2s |       6 |     3099 |     2081 |      386      8 |        0 |        4
8.99/9.02	c  0.3s |       7 |     4792 |     3223 |      386     13 |        0 |        4
9.19/9.21	c  0.5s |       8 |     7441 |     4936 |      386     20 |        0 |        4
9.39/9.49	c  0.8s |       9 |    11432 |     7506 |      386     31 |        0 |        4
9.90/9.92	c  1.2s |      10 |    17486 |    11361 |      386     47 |        0 |        4
10.49/10.56	c  1.9s |      11 |    26682 |    17144 |      386     72 |        0 |        4
11.49/11.54	c  2.9s |      12 |    39882 |    25819 |      425    106 |        0 |        4
11.79/11.85	c  3.2s |      12 |    44028 |    28608 |      425    117 |        0 |        4
11.79/11.85	c #cpu_time = 3.174s
11.79/11.85	c #wall_clock_time = 3.182s
11.79/11.85	c #decision = 44028
11.79/11.85	c #random_decision = 127
11.79/11.85	c #conflict = 28608
11.79/11.85	c #restart = 12
11.79/11.85	o 65
11.79/11.85	c BCD2: hardening fixes 10 literals
11.79/11.85	c BCD2: updating upper bound: 161 -> 64
11.79/11.85	c BCD2: 1 <= obj <= 64
11.79/11.85	c BCD2: #cores=1, #unrelaxed=0, #relaxed=19, #hardened=10
11.79/11.85	c BCD2: #sat=4 #unsat=2 bias=2/6
11.79/11.85	c Solving starts ...
11.79/11.85	c ============================[ Search Statistics ]============================
11.79/11.85	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
11.79/11.85	c       |         |          |          |    Limit     GC | Var      | Constra 
11.79/11.85	c =============================================================================
11.79/11.85	c  0.0s |       0 |        0 |        0 |      425      0 |       10 |        6
11.79/11.87	c  0.0s |       1 |      141 |      100 |      425      0 |       10 |        6
11.79/11.89	c  0.0s |       2 |      363 |      250 |      425      1 |       10 |        6
11.89/11.91	c  0.1s |       3 |      717 |      475 |      425      2 |       10 |        6
11.89/11.95	c  0.1s |       4 |     1223 |      813 |      425      3 |       10 |        6
11.99/12.01	c  0.2s |       5 |     2042 |     1320 |      425      5 |       10 |        6
11.99/12.10	c  0.2s |       6 |     3170 |     2081 |      425      8 |       10 |        6
12.20/12.22	c  0.4s |       7 |     4904 |     3223 |      425     12 |       10 |        6
12.39/12.41	c  0.6s |       8 |     7445 |     4936 |      425     18 |       10 |        6
12.59/12.70	c  0.8s |       9 |    11370 |     7506 |      425     28 |       10 |        6
13.09/13.10	c  1.2s |      10 |    17048 |    11361 |      425     43 |       10 |        6
13.59/13.65	c  1.8s |      10 |    24006 |    16225 |      425     61 |       10 |        6
13.59/13.65	c #cpu_time = 1.793s
13.59/13.65	c #wall_clock_time = 1.797s
13.59/13.65	c #decision = 24006
13.59/13.65	c #random_decision = 44
13.59/13.65	c #conflict = 16225
13.59/13.65	c #restart = 10
13.59/13.65	o 18
13.59/13.65	c BCD2: hardening fixes 15 literals
13.59/13.65	c BCD2: updating upper bound: 64 -> 17
13.59/13.65	c BCD2: 1 <= obj <= 17
13.59/13.65	c BCD2: #cores=1, #unrelaxed=0, #relaxed=4, #hardened=25
13.59/13.65	c BCD2: #sat=5 #unsat=2 bias=2/7
13.59/13.65	c Solving starts ...
13.59/13.65	c ============================[ Search Statistics ]============================
13.59/13.65	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
13.59/13.65	c       |         |          |          |    Limit     GC | Var      | Constra 
13.59/13.65	c =============================================================================
13.59/13.65	c  0.0s |       0 |        0 |        0 |      425      0 |       25 |        8
13.59/13.66	c  0.0s |       1 |      139 |      100 |      425      0 |       25 |        8
13.59/13.68	c  0.0s |       2 |      318 |      250 |      425      1 |       25 |        8
13.69/13.71	c  0.1s |       3 |      608 |      475 |      425      2 |       25 |        8
13.69/13.75	c  0.1s |       4 |     1061 |      813 |      425      3 |       25 |        8
13.79/13.80	c  0.1s |       5 |     1782 |     1320 |      425      5 |       25 |        8
13.79/13.89	c  0.2s |       6 |     2872 |     2081 |      425      8 |       25 |        8
13.99/14.01	c  0.4s |       7 |     4516 |     3223 |      425     12 |       25 |        8
14.19/14.20	c  0.5s |       8 |     7115 |     4936 |      425     18 |       25 |        8
14.39/14.48	c  0.8s |       9 |    10754 |     7506 |      425     28 |       25 |        8
14.89/14.91	c  1.3s |      10 |    16319 |    11361 |      425     42 |       25 |        8
15.49/15.57	c  1.9s |      11 |    24825 |    17144 |      468     64 |       25 |        8
15.99/16.01	c  2.4s |      11 |    30366 |    20948 |      468     78 |       26 |       10
15.99/16.01	c #cpu_time = 2.353s
15.99/16.01	c #wall_clock_time = 2.359s
15.99/16.01	c #decision = 30366
15.99/16.01	c #random_decision = 47
15.99/16.01	c #conflict = 20948
15.99/16.01	c #restart = 11
15.99/16.01	c BCD2: updating lower bound of a core
15.99/16.01	c BCD2: refineLB: 6 -> 7
15.99/16.01	c lower bound updated to 7
15.99/16.01	c BCD2: 7 <= obj <= 17
15.99/16.01	c BCD2: #cores=1, #unrelaxed=0, #relaxed=4, #hardened=25
15.99/16.01	c BCD2: #sat=5 #unsat=3 bias=3/8
15.99/16.01	c Solving starts ...
15.99/16.01	c ============================[ Search Statistics ]============================
15.99/16.01	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
15.99/16.01	c       |         |          |          |    Limit     GC | Var      | Constra 
15.99/16.01	c =============================================================================
15.99/16.01	c  0.0s |       0 |        0 |        0 |      468      0 |       26 |       10
15.99/16.02	c  0.0s |       1 |      132 |      100 |      468      0 |       26 |       10
15.99/16.04	c  0.0s |       2 |      388 |      250 |      468      0 |       26 |       10
15.99/16.06	c  0.1s |       3 |      730 |      475 |      468      1 |       26 |       10
16.09/16.11	c  0.1s |       4 |     1227 |      813 |      468      2 |       26 |       10
16.09/16.16	c  0.1s |       5 |     1933 |     1320 |      468      4 |       26 |       10
16.19/16.25	c  0.2s |       6 |     3058 |     2081 |      468      7 |       26 |       10
16.29/16.38	c  0.4s |       7 |     4763 |     3223 |      468     11 |       26 |       10
16.49/16.56	c  0.6s |       8 |     7174 |     4936 |      468     17 |       26 |       10
16.79/16.86	c  0.8s |       9 |    10750 |     7506 |      468     25 |       26 |       10
17.29/17.32	c  1.3s |      10 |    16097 |    11361 |      468     39 |       26 |       10
17.89/17.97	c  2.0s |      11 |    24181 |    17144 |      468     59 |       26 |       10
18.09/18.12	c  2.1s |      11 |    26065 |    18441 |      468     64 |       27 |       12
18.09/18.12	c #cpu_time = 2.107s
18.09/18.12	c #wall_clock_time = 2.112s
18.09/18.12	c #decision = 26065
18.09/18.12	c #random_decision = 51
18.09/18.12	c #conflict = 18441
18.09/18.12	c #restart = 11
18.09/18.12	c BCD2: updating lower bound of a core
18.09/18.12	c BCD2: refineLB: 12 -> 14
18.09/18.12	c lower bound updated to 14
18.09/18.12	c BCD2: 14 <= obj <= 17
18.09/18.12	c BCD2: #cores=1, #unrelaxed=0, #relaxed=4, #hardened=25
18.09/18.12	c BCD2: #sat=5 #unsat=4 bias=4/9
18.09/18.12	c Solving starts ...
18.09/18.12	c ============================[ Search Statistics ]============================
18.09/18.12	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
18.09/18.12	c       |         |          |          |    Limit     GC | Var      | Constra 
18.09/18.12	c =============================================================================
18.09/18.12	c  0.0s |       0 |        0 |        0 |      468      0 |       27 |       12
18.09/18.14	c  0.0s |       1 |      140 |      100 |      468      0 |       27 |       12
18.09/18.15	c  0.0s |       2 |      342 |      250 |      468      0 |       27 |       12
18.09/18.18	c  0.1s |       3 |      681 |      475 |      468      1 |       27 |       12
18.19/18.21	c  0.1s |       4 |     1210 |      813 |      468      2 |       27 |       12
18.19/18.27	c  0.1s |       5 |     1964 |     1320 |      468      4 |       27 |       12
18.29/18.36	c  0.2s |       6 |     3049 |     2081 |      468      7 |       27 |       12
18.39/18.49	c  0.4s |       7 |     4799 |     3223 |      468     11 |       27 |       12
18.59/18.68	c  0.6s |       8 |     7266 |     4936 |      468     17 |       27 |       12
18.89/18.98	c  0.9s |       9 |    10881 |     7506 |      468     26 |       27 |       12
19.19/19.29	c  1.2s |       9 |    14752 |    10124 |      468     35 |       28 |       14
19.19/19.29	c #cpu_time = 1.159s
19.19/19.29	c #wall_clock_time = 1.162s
19.19/19.29	c #decision = 14752
19.19/19.29	c #random_decision = 31
19.19/19.29	c #conflict = 10124
19.19/19.29	c #restart = 9
19.19/19.29	c BCD2: updating lower bound of a core
19.19/19.29	c BCD2: refineLB: 16 -> 17
19.19/19.29	c lower bound updated to 17
19.19/19.29	c BCD2: 17 <= obj <= 17
19.19/19.29	c BCD2: #cores=1, #unrelaxed=0, #relaxed=4, #hardened=25
19.19/19.29	c BCD2: #sat=5 #unsat=5 bias=5/10
19.19/19.29	c Solving starts ...
19.19/19.29	c ============================[ Search Statistics ]============================
19.19/19.29	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
19.19/19.29	c       |         |          |          |    Limit     GC | Var      | Constra 
19.19/19.29	c =============================================================================
19.19/19.29	c  0.0s |       0 |        0 |        0 |      468      0 |       28 |       14
19.29/19.30	c  0.0s |       1 |      167 |      100 |      468      0 |       28 |       14
19.29/19.32	c  0.0s |       2 |      403 |      250 |      468      1 |       28 |       14
19.29/19.34	c  0.1s |       3 |      735 |      475 |      468      2 |       28 |       14
19.29/19.38	c  0.1s |       4 |     1210 |      813 |      468      3 |       28 |       14
19.39/19.44	c  0.2s |       5 |     1906 |     1320 |      468      5 |       28 |       14
19.49/19.53	c  0.2s |       6 |     2949 |     2081 |      468      7 |       28 |       14
19.59/19.67	c  0.4s |       7 |     4596 |     3223 |      468     11 |       28 |       14
19.79/19.87	c  0.6s |       8 |     6993 |     4936 |      468     17 |       28 |       14
20.09/20.17	c  0.9s |       9 |    11016 |     7506 |      468     26 |       28 |       14
20.58/20.62	c  1.3s |      10 |    16493 |    11361 |      468     39 |       28 |       14
21.18/21.27	c  2.0s |      11 |    24791 |    17144 |      468     59 |       28 |       14
22.18/22.29	c  3.0s |      12 |    37048 |    25819 |      468     89 |       28 |       14
23.58/23.65	c  4.4s |      12 |    54176 |    37611 |      515    129 |       29 |       16
23.58/23.65	c #cpu_time = 4.351s
23.58/23.65	c #wall_clock_time = 4.362s
23.58/23.65	c #decision = 54176
23.58/23.65	c #random_decision = 122
23.58/23.65	c #conflict = 37611
23.58/23.65	c #restart = 12
23.58/23.65	c BCD2: updating lower bound of a core
23.58/23.65	c lower bound updated to 18
23.58/23.65	s OPTIMUM FOUND
23.58/23.65	v -x1 -x2 -x3 -x4 x5 -x6 -x7 -x8 -x9 -x10
23.58/23.65	v -x11 -x12 -x13 -x14 -x15 -x16 -x17 -x18 -x19 -x20
23.58/23.65	v -x21 -x22 -x23 -x24 x25 -x26 -x27 -x28 -x29 -x30
23.58/23.65	v -x31 -x32 x33 -x34 -x35 -x36 -x37 -x38 -x39 -x40
23.58/23.65	v -x41 -x42 -x43 -x44 -x45 -x46 -x47 x48 -x49 -x50
23.58/23.65	v -x51 -x52 -x53 -x54 -x55 -x56 -x57 -x58 -x59 -x60
23.58/23.65	v -x61 -x62 x63 -x64 -x65 -x66 -x67 x68 -x69 -x70
23.58/23.65	v -x71 -x72 -x73 -x74 -x75 -x76 -x77 -x78 x79 -x80
23.58/23.65	v -x81 -x82 -x83 -x84 -x85 -x86 -x87 -x88 -x89 -x90
23.58/23.65	v -x91 -x92 -x93 -x94 x95 -x96 -x97 -x98 -x99 -x100
23.58/23.65	v -x101 -x102 -x103 -x104 -x105 x106 -x107 -x108 -x109 -x110
23.58/23.65	v -x111 -x112 -x113 -x114 -x115 -x116 -x117 -x118 -x119 -x120
23.58/23.65	v -x121 -x122 -x123 -x124 x125 -x126 -x127 -x128 -x129 -x130
23.58/23.65	v -x131 -x132 -x133 -x134 -x135 x136 -x137 -x138 -x139 -x140
23.58/23.65	v -x141 -x142 -x143 -x144 -x145 -x146 -x147 -x148 -x149 -x150
23.58/23.65	v -x151 -x152 x153 -x154 -x155 -x156 -x157 -x158 -x159 -x160
23.58/23.65	v -x161 -x162 -x163 -x164 -x165 -x166 -x167 -x168 x169
23.58/23.65	c total CPU time = 23.592s
23.58/23.65	c total wall clock time = 23.653s

Verifier Data

OK	18

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

pid=8161
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.25 2.28 2.01 3/179 8164
/proc/meminfo: memFree=29060608/32872528 swapFree=1431120/1543540
[pid=8164] ppid=8161 vsize=693692 CPUtime=0 cores=0,2,4,6
/proc/8164/stat : 8164 (toysat) R 8161 8164 7726 0 -1 4202496 2584 0 0 0 0 0 0 0 20 0 4 0 36432519 710340608 2944 33554432000 4194304 16246674 140737448941488 140737448940912 13880264 0 2 0 34082818 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/8164/statm: 173935 2952 441 2943 0 170829 0
[pid=8164/tid=8165] ppid=8161 vsize=711100 CPUtime=0 cores=0,2,4,6
/proc/8164/task/8165/stat : 8165 (toysat) S 8161 8164 7726 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 4 0 36432519 728166400 3010 33554432000 4194304 16246674 140737448941488 140039836118256 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 4 0 0 0 0 0
[pid=8164/tid=8166] ppid=8161 vsize=715196 CPUtime=0 cores=0,2,4,6
/proc/8164/task/8166/stat : 8166 (toysat) S 8161 8164 7726 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 4 0 36432519 732360704 3026 33554432000 4194304 16246674 140737448941488 140039757475056 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 0 0 0 0 0 0
[pid=8164/tid=8167] ppid=8161 vsize=719292 CPUtime=0 cores=0,2,4,6
/proc/8164/task/8167/stat : 8167 (toysat) S 8161 8164 7726 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 4 0 36432519 736555008 3043 33554432000 4194304 16246674 140737448941488 140039747001520 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 4 0 0 0 0 0

[startup+0.100165 s]
/proc/loadavg: 2.25 2.28 2.01 3/179 8164
/proc/meminfo: memFree=29060608/32872528 swapFree=1431120/1543540
[pid=8164] ppid=8161 vsize=1218116 CPUtime=0.09 cores=0,2,4,6
/proc/8164/stat : 8164 (toysat) R 8161 8164 7726 0 -1 4202496 18303 0 0 0 6 3 0 0 20 0 4 0 36432519 1247350784 18656 33554432000 4194304 16246674 140737448941488 140737448940912 12486453 0 0 0 34082818 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/8164/statm: 304529 18665 604 2943 0 301423 0
[pid=8164/tid=8165] ppid=8161 vsize=1218116 CPUtime=0 cores=0,2,4,6
/proc/8164/task/8165/stat : 8165 (toysat) S 8161 8164 7726 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 4 0 36432519 1247350784 18668 33554432000 4194304 16246674 140737448941488 140039836118256 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 4 0 0 0 0 0
[pid=8164/tid=8166] ppid=8161 vsize=1218116 CPUtime=0 cores=0,2,4,6
/proc/8164/task/8166/stat : 8166 (toysat) S 8161 8164 7726 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 4 0 36432519 1247350784 18668 33554432000 4194304 16246674 140737448941488 140039757475056 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 0 0 0 0 0 0
[pid=8164/tid=8167] ppid=8161 vsize=1218116 CPUtime=0 cores=0,2,4,6
/proc/8164/task/8167/stat : 8167 (toysat) S 8161 8164 7726 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 4 0 36432519 1247350784 18668 33554432000 4194304 16246674 140737448941488 140039747001520 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 1218116

[startup+0.200452 s]
/proc/loadavg: 2.25 2.28 2.01 3/179 8164
/proc/meminfo: memFree=29060608/32872528 swapFree=1431120/1543540
[pid=8164] ppid=8161 vsize=1218116 CPUtime=0.19 cores=0,2,4,6
/proc/8164/stat : 8164 (toysat) R 8161 8164 7726 0 -1 4202496 26174 0 0 0 16 3 0 0 20 0 4 0 36432519 1247350784 26527 33554432000 4194304 16246674 140737448941488 140737448940912 13766924 0 0 0 34082818 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/8164/statm: 304529 26527 604 2943 0 301423 0
[pid=8164/tid=8165] ppid=8161 vsize=1218116 CPUtime=0 cores=0,2,4,6
/proc/8164/task/8165/stat : 8165 (toysat) S 8161 8164 7726 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 4 0 36432519 1247350784 26528 33554432000 4194304 16246674 140737448941488 140039836118256 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 4 0 0 0 0 0
[pid=8164/tid=8166] ppid=8161 vsize=1218116 CPUtime=0 cores=0,2,4,6
/proc/8164/task/8166/stat : 8166 (toysat) S 8161 8164 7726 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 4 0 36432519 1247350784 26537 33554432000 4194304 16246674 140737448941488 140039757475056 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 0 0 0 0 0 0
[pid=8164/tid=8167] ppid=8161 vsize=1218116 CPUtime=0 cores=0,2,4,6
/proc/8164/task/8167/stat : 8167 (toysat) S 8161 8164 7726 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 4 0 36432519 1247350784 26540 33554432000 4194304 16246674 140737448941488 140039747001520 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 0.19
Current children cumulated vsize (KiB) 1218116

[startup+0.300467 s]
/proc/loadavg: 2.25 2.28 2.01 3/179 8164
/proc/meminfo: memFree=29060608/32872528 swapFree=1431120/1543540
[pid=8164] ppid=8161 vsize=1218116 CPUtime=0.29 cores=0,2,4,6
/proc/8164/stat : 8164 (toysat) R 8161 8164 7726 0 -1 4202496 37351 0 0 0 24 5 0 0 20 0 4 0 36432519 1247350784 37697 33554432000 4194304 16246674 140737448941488 140737448940912 13954518 0 0 0 34082818 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/8164/statm: 304529 37700 811 2943 0 301423 0
[pid=8164/tid=8165] ppid=8161 vsize=1218116 CPUtime=0 cores=0,2,4,6
/proc/8164/task/8165/stat : 8165 (toysat) S 8161 8164 7726 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 4 0 36432519 1247350784 37704 33554432000 4194304 16246674 140737448941488 140039836118256 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 4 0 0 0 0 0
[pid=8164/tid=8166] ppid=8161 vsize=1218116 CPUtime=0 cores=0,2,4,6
/proc/8164/task/8166/stat : 8166 (toysat) S 8161 8164 7726 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 4 0 36432519 1247350784 37708 33554432000 4194304 16246674 140737448941488 140039757475056 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 0 0 0 0 0 0
[pid=8164/tid=8167] ppid=8161 vsize=1218116 CPUtime=0 cores=0,2,4,6
/proc/8164/task/8167/stat : 8167 (toysat) S 8161 8164 7726 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 4 0 36432519 1247350784 37710 33554432000 4194304 16246674 140737448941488 140039747001520 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 1218116

[startup+0.700294 s]
/proc/loadavg: 2.25 2.28 2.01 3/179 8164
/proc/meminfo: memFree=29060608/32872528 swapFree=1431120/1543540
[pid=8164] ppid=8161 vsize=1218116 CPUtime=0.69 cores=0,2,4,6
/proc/8164/stat : 8164 (toysat) R 8161 8164 7726 0 -1 4202496 99719 0 0 0 56 13 0 0 20 0 4 0 36432519 1247350784 100065 33554432000 4194304 16246674 140737448941488 140737448924488 5600539 0 0 0 34082818 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/8164/statm: 304529 100069 812 2943 0 301423 0
[pid=8164/tid=8165] ppid=8161 vsize=1218116 CPUtime=0 cores=0,2,4,6
/proc/8164/task/8165/stat : 8165 (toysat) S 8161 8164 7726 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 4 0 36432519 1247350784 100071 33554432000 4194304 16246674 140737448941488 140039836118256 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 4 0 0 0 0 0
[pid=8164/tid=8166] ppid=8161 vsize=1218116 CPUtime=0 cores=0,2,4,6
/proc/8164/task/8166/stat : 8166 (toysat) S 8161 8164 7726 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 4 0 36432519 1247350784 100080 33554432000 4194304 16246674 140737448941488 140039757475056 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 0 0 0 0 0 0
[pid=8164/tid=8167] ppid=8161 vsize=1218116 CPUtime=0 cores=0,2,4,6
/proc/8164/task/8167/stat : 8167 (toysat) S 8161 8164 7726 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 4 0 36432519 1247350784 100085 33554432000 4194304 16246674 140737448941488 140039747001520 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 1218116

[startup+1.50027 s]
/proc/loadavg: 2.25 2.28 2.01 3/183 8168
/proc/meminfo: memFree=28396128/32872528 swapFree=1431120/1543540
[pid=8164] ppid=8161 vsize=1218116 CPUtime=1.49 cores=0,2,4,6
/proc/8164/stat : 8164 (toysat) R 8161 8164 7726 0 -1 4202496 231796 0 0 0 119 30 0 0 20 0 4 0 36432519 1247350784 232142 33554432000 4194304 16246674 140737448941488 140737448924488 6843278 0 0 0 34082818 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/8164/statm: 304529 232147 812 2943 0 301423 0
[pid=8164/tid=8165] ppid=8161 vsize=1218116 CPUtime=0 cores=0,2,4,6
/proc/8164/task/8165/stat : 8165 (toysat) S 8161 8164 7726 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 4 0 36432519 1247350784 232156 33554432000 4194304 16246674 140737448941488 140039836118256 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 4 0 0 0 0 0
[pid=8164/tid=8166] ppid=8161 vsize=1218116 CPUtime=0 cores=0,2,4,6
/proc/8164/task/8166/stat : 8166 (toysat) S 8161 8164 7726 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 4 0 36432519 1247350784 232162 33554432000 4194304 16246674 140737448941488 140039757475056 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 0 0 0 0 0 0
[pid=8164/tid=8167] ppid=8161 vsize=1218116 CPUtime=0 cores=0,2,4,6
/proc/8164/task/8167/stat : 8167 (toysat) S 8161 8164 7726 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 4 0 36432519 1247350784 232166 33554432000 4194304 16246674 140737448941488 140039747001520 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 1218116

[startup+3.10035 s]
/proc/loadavg: 2.25 2.28 2.01 3/183 8168
/proc/meminfo: memFree=28077812/32872528 swapFree=1431120/1543540
[pid=8164] ppid=8161 vsize=1305156 CPUtime=3.08 cores=0,2,4,6
/proc/8164/stat : 8164 (toysat) R 8161 8164 7726 0 -1 4202496 267334 0 0 0 273 35 0 0 20 0 4 0 36432519 1336479744 267658 33554432000 4194304 16246674 140737448941488 140737448923392 6022640 0 0 0 34082818 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/8164/statm: 326289 267658 871 2943 0 323183 0
[pid=8164/tid=8165] ppid=8161 vsize=1305156 CPUtime=0 cores=0,2,4,6
/proc/8164/task/8165/stat : 8165 (toysat) S 8161 8164 7726 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 4 0 36432519 1336479744 267658 33554432000 4194304 16246674 140737448941488 140039836118256 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 4 0 0 0 0 0
[pid=8164/tid=8166] ppid=8161 vsize=1305156 CPUtime=0 cores=0,2,4,6
/proc/8164/task/8166/stat : 8166 (toysat) S 8161 8164 7726 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 4 0 36432519 1336479744 267658 33554432000 4194304 16246674 140737448941488 140039757475056 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 0 0 0 0 0 0
[pid=8164/tid=8167] ppid=8161 vsize=1305156 CPUtime=0 cores=0,2,4,6
/proc/8164/task/8167/stat : 8167 (toysat) S 8161 8164 7726 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 4 0 36432519 1336479744 267658 33554432000 4194304 16246674 140737448941488 140039747001520 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 3.08
Current children cumulated vsize (KiB) 1305156

[startup+6.30034 s]
/proc/loadavg: 2.31 2.29 2.01 3/183 8168
/proc/meminfo: memFree=27990132/32872528 swapFree=1431120/1543540
[pid=8164] ppid=8161 vsize=1306180 CPUtime=6.28 cores=0,2,4,6
/proc/8164/stat : 8164 (toysat) R 8161 8164 7726 0 -1 4202496 267502 0 0 0 593 35 0 0 20 0 4 0 36432519 1337528320 267826 33554432000 4194304 16246674 140737448941488 140737448924488 5667512 0 0 0 34082818 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/8164/statm: 326545 267826 871 2943 0 323439 0
[pid=8164/tid=8165] ppid=8161 vsize=1306180 CPUtime=0 cores=0,2,4,6
/proc/8164/task/8165/stat : 8165 (toysat) S 8161 8164 7726 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 4 0 36432519 1337528320 267826 33554432000 4194304 16246674 140737448941488 140039836118256 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 4 0 0 0 0 0
[pid=8164/tid=8166] ppid=8161 vsize=1306180 CPUtime=0 cores=0,2,4,6
/proc/8164/task/8166/stat : 8166 (toysat) S 8161 8164 7726 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 4 0 36432519 1337528320 267826 33554432000 4194304 16246674 140737448941488 140039757475056 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 0 0 0 0 0 0
[pid=8164/tid=8167] ppid=8161 vsize=1306180 CPUtime=0 cores=0,2,4,6
/proc/8164/task/8167/stat : 8167 (toysat) S 8161 8164 7726 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 4 0 36432519 1337528320 267826 33554432000 4194304 16246674 140737448941488 140039747001520 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 6.28
Current children cumulated vsize (KiB) 1306180

[startup+12.7004 s]
/proc/loadavg: 2.28 2.29 2.01 3/183 8168
/proc/meminfo: memFree=27989888/32872528 swapFree=1431120/1543540
[pid=8164] ppid=8161 vsize=1306180 CPUtime=12.69 cores=0,2,4,6
/proc/8164/stat : 8164 (toysat) R 8161 8164 7726 0 -1 4202496 267540 0 0 0 1233 36 0 0 20 0 4 0 36432519 1337528320 267864 33554432000 4194304 16246674 140737448941488 140737448923392 14073233 0 0 0 34082818 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/8164/statm: 326545 267864 883 2943 0 323439 0
[pid=8164/tid=8165] ppid=8161 vsize=1306180 CPUtime=0 cores=0,2,4,6
/proc/8164/task/8165/stat : 8165 (toysat) S 8161 8164 7726 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 4 0 36432519 1337528320 267864 33554432000 4194304 16246674 140737448941488 140039836118256 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 4 0 0 0 0 0
[pid=8164/tid=8166] ppid=8161 vsize=1306180 CPUtime=0 cores=0,2,4,6
/proc/8164/task/8166/stat : 8166 (toysat) S 8161 8164 7726 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 4 0 36432519 1337528320 267864 33554432000 4194304 16246674 140737448941488 140039757475056 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 0 0 0 0 0 0
[pid=8164/tid=8167] ppid=8161 vsize=1306180 CPUtime=0 cores=0,2,4,6
/proc/8164/task/8167/stat : 8167 (toysat) S 8161 8164 7726 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 4 0 36432519 1337528320 267864 33554432000 4194304 16246674 140737448941488 140039747001520 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 12.69
Current children cumulated vsize (KiB) 1306180

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

[startup+12.8004 s]
/proc/loadavg: 2.28 2.29 2.01 3/183 8168
/proc/meminfo: memFree=27989888/32872528 swapFree=1431120/1543540
[pid=8164] ppid=8161 vsize=1306180 CPUtime=12.79 cores=0,2,4,6
/proc/8164/stat : 8164 (toysat) R 8161 8164 7726 0 -1 4202496 267540 0 0 0 1243 36 0 0 20 0 4 0 36432519 1337528320 267864 33554432000 4194304 16246674 140737448941488 140737448923392 5711980 0 0 0 34082818 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/8164/statm: 326545 267864 883 2943 0 323439 0
[pid=8164/tid=8165] ppid=8161 vsize=1306180 CPUtime=0 cores=0,2,4,6
/proc/8164/task/8165/stat : 8165 (toysat) S 8161 8164 7726 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 4 0 36432519 1337528320 267864 33554432000 4194304 16246674 140737448941488 140039836118256 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 4 0 0 0 0 0
[pid=8164/tid=8166] ppid=8161 vsize=1306180 CPUtime=0 cores=0,2,4,6
/proc/8164/task/8166/stat : 8166 (toysat) S 8161 8164 7726 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 4 0 36432519 1337528320 267864 33554432000 4194304 16246674 140737448941488 140039757475056 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 0 0 0 0 0 0
[pid=8164/tid=8167] ppid=8161 vsize=1306180 CPUtime=0 cores=0,2,4,6
/proc/8164/task/8167/stat : 8167 (toysat) S 8161 8164 7726 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 4 0 36432519 1337528320 267864 33554432000 4194304 16246674 140737448941488 140039747001520 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 12.79
Current children cumulated vsize (KiB) 1306180

[startup+19.2004 s]
/proc/loadavg: 2.24 2.28 2.01 3/183 8168
/proc/meminfo: memFree=27990256/32872528 swapFree=1431120/1543540
[pid=8164] ppid=8161 vsize=1306180 CPUtime=19.19 cores=0,2,4,6
/proc/8164/stat : 8164 (toysat) R 8161 8164 7726 0 -1 4202496 267540 0 0 0 1883 36 0 0 20 0 4 0 36432519 1337528320 267864 33554432000 4194304 16246674 140737448941488 140737448923392 13943668 0 0 0 34082818 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/8164/statm: 326545 267864 883 2943 0 323439 0
[pid=8164/tid=8165] ppid=8161 vsize=1306180 CPUtime=0 cores=0,2,4,6
/proc/8164/task/8165/stat : 8165 (toysat) S 8161 8164 7726 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 4 0 36432519 1337528320 267864 33554432000 4194304 16246674 140737448941488 140039836118256 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 4 0 0 0 0 0
[pid=8164/tid=8166] ppid=8161 vsize=1306180 CPUtime=0 cores=0,2,4,6
/proc/8164/task/8166/stat : 8166 (toysat) S 8161 8164 7726 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 4 0 36432519 1337528320 267864 33554432000 4194304 16246674 140737448941488 140039757475056 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 0 0 0 0 0 0
[pid=8164/tid=8167] ppid=8161 vsize=1306180 CPUtime=0 cores=0,2,4,6
/proc/8164/task/8167/stat : 8167 (toysat) S 8161 8164 7726 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 4 0 36432519 1337528320 267864 33554432000 4194304 16246674 140737448941488 140039747001520 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 19.19
Current children cumulated vsize (KiB) 1306180

[startup+20.8004 s]
/proc/loadavg: 2.24 2.28 2.01 3/183 8168
/proc/meminfo: memFree=27990136/32872528 swapFree=1431120/1543540
[pid=8164] ppid=8161 vsize=1306180 CPUtime=20.78 cores=0,2,4,6
/proc/8164/stat : 8164 (toysat) R 8161 8164 7726 0 -1 4202496 267541 0 0 0 2042 36 0 0 20 0 4 0 36432519 1337528320 267865 33554432000 4194304 16246674 140737448941488 140737448923392 5823246 0 0 0 34082818 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/8164/statm: 326545 267865 883 2943 0 323439 0
[pid=8164/tid=8165] ppid=8161 vsize=1306180 CPUtime=0 cores=0,2,4,6
/proc/8164/task/8165/stat : 8165 (toysat) S 8161 8164 7726 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 4 0 36432519 1337528320 267865 33554432000 4194304 16246674 140737448941488 140039836118256 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 4 0 0 0 0 0
[pid=8164/tid=8166] ppid=8161 vsize=1306180 CPUtime=0 cores=0,2,4,6
/proc/8164/task/8166/stat : 8166 (toysat) S 8161 8164 7726 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 4 0 36432519 1337528320 267865 33554432000 4194304 16246674 140737448941488 140039757475056 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 0 0 0 0 0 0
[pid=8164/tid=8167] ppid=8161 vsize=1306180 CPUtime=0 cores=0,2,4,6
/proc/8164/task/8167/stat : 8167 (toysat) S 8161 8164 7726 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 4 0 36432519 1337528320 267865 33554432000 4194304 16246674 140737448941488 140039747001520 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 20.78
Current children cumulated vsize (KiB) 1306180

[startup+22.4004 s]
/proc/loadavg: 2.24 2.28 2.01 4/183 8168
/proc/meminfo: memFree=27990260/32872528 swapFree=1431120/1543540
[pid=8164] ppid=8161 vsize=1306180 CPUtime=22.38 cores=0,2,4,6
/proc/8164/stat : 8164 (toysat) R 8161 8164 7726 0 -1 4202496 267541 0 0 0 2202 36 0 0 20 0 4 0 36432519 1337528320 267865 33554432000 4194304 16246674 140737448941488 140737448923392 5822252 0 0 0 34082818 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/8164/statm: 326545 267865 883 2943 0 323439 0
[pid=8164/tid=8165] ppid=8161 vsize=1306180 CPUtime=0 cores=0,2,4,6
/proc/8164/task/8165/stat : 8165 (toysat) S 8161 8164 7726 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 4 0 36432519 1337528320 267865 33554432000 4194304 16246674 140737448941488 140039836118256 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 4 0 0 0 0 0
[pid=8164/tid=8166] ppid=8161 vsize=1306180 CPUtime=0 cores=0,2,4,6
/proc/8164/task/8166/stat : 8166 (toysat) S 8161 8164 7726 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 4 0 36432519 1337528320 267865 33554432000 4194304 16246674 140737448941488 140039757475056 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 0 0 0 0 0 0
[pid=8164/tid=8167] ppid=8161 vsize=1306180 CPUtime=0 cores=0,2,4,6
/proc/8164/task/8167/stat : 8167 (toysat) S 8161 8164 7726 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 4 0 36432519 1337528320 267865 33554432000 4194304 16246674 140737448941488 140039747001520 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 22.38
Current children cumulated vsize (KiB) 1306180

[startup+23.2074 s]
/proc/loadavg: 2.30 2.29 2.02 4/183 8168
/proc/meminfo: memFree=27990136/32872528 swapFree=1431120/1543540
[pid=8164] ppid=8161 vsize=1306180 CPUtime=23.19 cores=0,2,4,6
/proc/8164/stat : 8164 (toysat) R 8161 8164 7726 0 -1 4202496 267541 0 0 0 2283 36 0 0 20 0 4 0 36432519 1337528320 267865 33554432000 4194304 16246674 140737448941488 140737448923392 13943664 0 0 0 34082818 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/8164/statm: 326545 267865 883 2943 0 323439 0
[pid=8164/tid=8165] ppid=8161 vsize=1306180 CPUtime=0 cores=0,2,4,6
/proc/8164/task/8165/stat : 8165 (toysat) S 8161 8164 7726 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 4 0 36432519 1337528320 267865 33554432000 4194304 16246674 140737448941488 140039836118256 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 4 0 0 0 0 0
[pid=8164/tid=8166] ppid=8161 vsize=1306180 CPUtime=0 cores=0,2,4,6
/proc/8164/task/8166/stat : 8166 (toysat) S 8161 8164 7726 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 4 0 36432519 1337528320 267865 33554432000 4194304 16246674 140737448941488 140039757475056 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 0 0 0 0 0 0
[pid=8164/tid=8167] ppid=8161 vsize=1306180 CPUtime=0 cores=0,2,4,6
/proc/8164/task/8167/stat : 8167 (toysat) S 8161 8164 7726 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 4 0 36432519 1337528320 267865 33554432000 4194304 16246674 140737448941488 140039747001520 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 23.19
Current children cumulated vsize (KiB) 1306180

[startup+23.6004 s]
/proc/loadavg: 2.30 2.29 2.02 4/183 8168
/proc/meminfo: memFree=27990136/32872528 swapFree=1431120/1543540
[pid=8164] ppid=8161 vsize=1306180 CPUtime=23.58 cores=0,2,4,6
/proc/8164/stat : 8164 (toysat) R 8161 8164 7726 0 -1 4202496 267541 0 0 0 2322 36 0 0 20 0 4 0 36432519 1337528320 267865 33554432000 4194304 16246674 140737448941488 140737448923392 5662225 0 0 0 34082818 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/8164/statm: 326545 267865 883 2943 0 323439 0
[pid=8164/tid=8165] ppid=8161 vsize=1306180 CPUtime=0 cores=0,2,4,6
/proc/8164/task/8165/stat : 8165 (toysat) S 8161 8164 7726 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 4 0 36432519 1337528320 267865 33554432000 4194304 16246674 140737448941488 140039836118256 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 4 0 0 0 0 0
[pid=8164/tid=8166] ppid=8161 vsize=1306180 CPUtime=0 cores=0,2,4,6
/proc/8164/task/8166/stat : 8166 (toysat) S 8161 8164 7726 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 4 0 36432519 1337528320 267865 33554432000 4194304 16246674 140737448941488 140039757475056 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 0 0 0 0 0 0
[pid=8164/tid=8167] ppid=8161 vsize=1306180 CPUtime=0 cores=0,2,4,6
/proc/8164/task/8167/stat : 8167 (toysat) S 8161 8164 7726 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 4 0 36432519 1337528320 267865 33554432000 4194304 16246674 140737448941488 140039747001520 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 23.58
Current children cumulated vsize (KiB) 1306180

[startup+23.7003 s]
/proc/loadavg: 2.30 2.29 2.02 4/183 8168
/proc/meminfo: memFree=27990136/32872528 swapFree=1431120/1543540
[pid=8164] ppid=8161 vsize=0 CPUtime=23.69 cores=0,2,4,6
/proc/8164/stat : 8164 (toysat) R 8161 8164 7726 0 -1 4202500 267545 0 0 0 2328 41 0 0 20 0 1 0 36432519 0 0 33554432000 0 0 0 0 0 0 0 33554432 0 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/8164/statm: 0 0 0 0 0 0 0
Current children cumulated CPU time (s) 23.69
Current children cumulated vsize (KiB) 0

Child status: 0
Real time (s): 23.7172
CPU time (s): 23.7114
CPU user time (s): 23.2835
CPU system time (s): 0.427934
CPU usage (%): 99.9756
Max. virtual memory (cumulated for all children) (KiB): 1306180

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 23.2835
system time used= 0.427934
maximum resident set size= 1071468
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 267545
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= 22
involuntary context switches= 25

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 0.12798 second user time and 0.149977 second system time

The end

Launcher Data

Begin job on node116 at 2016-06-19 15:43:58
IDJOB=4109574
IDBENCH=78856
IDSOLVER=2553
FILE ID=node116/4109574-1466343838
RUNJOBID= node116-1466341822-7742
PBS_JOBID= 19922036
Free space on /tmp= 71676 MiB

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

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

MD5SUM BENCH= f14f38c52eae9b3d7e1acb0a0a832bae
RANDOM SEED=841759266

node116.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.781
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.56
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.781
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.781
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.781
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.781
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.781
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.781
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.781
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:        29061260 kB
Buffers:          142500 kB
Cached:           282124 kB
SwapCached:         2316 kB
Active:          1251736 kB
Inactive:         262356 kB
Active(anon):    1087912 kB
Inactive(anon):     3928 kB
Active(file):     163824 kB
Inactive(file):   258428 kB
Unevictable:     1543540 kB
Mlocked:         1431120 kB
SwapTotal:      67108856 kB
SwapFree:       67099856 kB
Dirty:             16324 kB
Writeback:             0 kB
AnonPages:       2634164 kB
Mapped:            12348 kB
Shmem:                 0 kB
Slab:             616280 kB
SReclaimable:      60300 kB
SUnreclaim:       555980 kB
KernelStack:        1520 kB
PageTables:         8828 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545120 kB
Committed_AS:    2774280 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346412 kB
VmallocChunk:   34341988032 kB
HardwareCorrupted:     0 kB
AnonHugePages:    989184 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= 71660 MiB
End job on node116 at 2016-06-19 15:44:22