Trace number 4109314

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 51.8831 51.8949

General information on the benchmark

Name/PARTIAL-SMALLINT-LIN/PB06/submitted-PB06/namasivayam/wnqueen/
normalized-t2001.13queen13.1110968094--soft-33-100-0.wbo
MD5SUMfe65609ab6055158a33ec1709a24fe9b
Bench CategoryPARTIAL-SMALLINT-LIN (both soft and hard constraints, small integers, linear constraints)
Best result obtained on this benchmarkMOPT
Best cost obtained on this benchmark23
Best CPU time to get the best result obtained on this benchmark10.1465
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 3426
Min constraint cost 1
Max constraint cost 99
Sum of constraints costs 3425
Biggest number in a constraint 38
Number of bits of the biggest number in a constraint 6
Biggest sum of numbers in a constraint 1242
Number of bits of the biggest sum of numbers11
Number of products (including duplicates)0
Sum of products size (including duplicates)0
Number of different products0
Sum of products size0

Quality of the solution as a function of time


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

Solver Data

0.00/0.00	c 2016-06-19T15:40:50+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-4109314-1466343650.wbo"]
0.00/0.01	c use --random-gen="1063410655 1822452716 4120968424 733448225 1615323302 1543776149 3543563411 2298888707 90450833 765551155 2379415017 2406098871 3129635880 2878937644 3413656854 1843689515 3194199766 1570666435 3733725016 1828203919 3437652196 3456769723 3854542346 2711023246 1397240355 4182497191 2508774366 1596606211 421197375 2551324275 2844528913 903418352 1365021397 41417032 1134002390 445454477 544330029 4119969767 937087626 1096743468 3297854985 374202245 1425398729 3700651682 1348322937 1037515930 1031148669 13725084 3321598342 258312096 3852173336 1337757097 2878532151 2256105049 1387381770 607734619 3557466722 786459427 1540160001 2191624276 339987097 1896698917 894905363 4212355645 3591312499 10290357 3309095253 2932865226 3824397690 2888932843 309185412 2020422866 1771322563 3089563876 1270928632 261085160 224512010 3423775010 2919475584 1947777465 2908905863 636220415 1874387141 776231747 2721249875 2936991715 1116289378 804487654 3319483875 356577504 1505989777 933524255 2635117533 4137643496 288896640 1697271323 3223196073 1550177735 4279247556 74570660 1750263206 4001526374 1707680281 1860892452 1280591595 1456594035 2114216941 19806585 1488074464 4264641075 981603568 2269411526 395929255 962859046 3072243723 3908626138 1428621314 2859977233 3532855273 3951825873 3236741358 4270062704 1893924727 1798182080 1313301353 2348828775 1098441934 43975761 3905222023 605723926 3504191600 2314011897 2829443643 293776475 2138679318 3306622002 3697552111 2310671056 2390579383 4131740450 2059707002 2673344009 2728871510 2972723015 2926859926 1374347318 1200911567 3541375366 549518928 939651077 874628165 3643850661 28982196 125112159 3330469613 1787202300 949334604 1983219143 3013744121 1935812777 548729367 3166650501 1753714662 1803258150 4013463024 386495260 710536199 890963748 3307114229 4289145697 1528719512 3913659423 207505393 3669254212 1279366161 1107276282 2039078805 3195054153 3591374076 2773187357 2736698723 156646209 1793109693 204131386 1795603419 1738104755 1315842989 742968784 410758325 1167457027 2991748302 779978435 3125676208 3923652469 1541134311 2652701217 3039576088 4028638632 3973960646 3515719020 1406358147 1037727123 3745207584 2711128967 1422994519 714495410 2407709320 3307386205 3932431630 1887143581 1353562371 2992953402 3147057226 3601003278 1333209989 1754601363 3944221129 2717195685 4143972735 3452881280 785190556 4192849192 1497060819 683661280 1880274964 752399545 664799311 2983507856 2355559058 2945596258 592378448 800673762 298877495 3027785060 3415411872 3751505680 1416904838 1202829939 1920466345 4006645889 122118566 577326870 3375524860 2629788912 3334009736 2737187936 382680384 4050644043 2866281821 1132060444 4127896792 3459340987 4168374692 1969511952 3271278440 176707793 255 362436" option to reproduce the execution
0.19/0.24	c #vars 169
0.19/0.24	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 |      111      0 |        0 |        0
0.19/0.25	c  0.0s |       0 |       81 |        7 |      111      0 |        0 |        0
0.19/0.25	c #cpu_time = 0.002s
0.19/0.25	c #wall_clock_time = 0.002s
0.19/0.25	c #decision = 81
0.19/0.25	c #random_decision = 0
0.19/0.25	c #conflict = 7
0.19/0.25	c #restart = 0
0.19/0.25	o 704
0.19/0.25	c BCD2: updating upper bound: 3425 -> 703
0.19/0.25	c BCD2: 0 <= obj <= 703
0.19/0.25	c BCD2: #cores=0, #unrelaxed=64, #relaxed=0, #hardened=0
0.19/0.25	c BCD2: #sat=1 #unsat=1 bias=1/2
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 |      111      0 |        0 |        0
0.19/0.27	c  0.0s |       1 |      223 |      100 |      123      0 |        0 |        0
0.19/0.29	c  0.0s |       2 |      524 |      250 |      136      0 |        0 |        0
0.29/0.33	c  0.1s |       3 |      909 |      475 |      150      2 |        0 |        0
0.29/0.39	c  0.1s |       4 |     1497 |      813 |      165      4 |        0 |        0
0.38/0.48	c  0.2s |       5 |     2406 |     1320 |      182      8 |        0 |        0
0.58/0.62	c  0.4s |       6 |     3581 |     2081 |      201     13 |        0 |        0
0.79/0.83	c  0.6s |       7 |     5485 |     3223 |      222     20 |        0 |        0
1.09/1.16	c  0.9s |       8 |     8190 |     4936 |      245     30 |        0 |        0
1.59/1.60	c  1.3s |       9 |    11819 |     7506 |      270     42 |        0 |        0
2.09/2.12	c  1.9s |      10 |    17330 |    11361 |      297     61 |        0 |        0
2.89/2.98	c  2.7s |      11 |    25906 |    17144 |      327     88 |        0 |        0
4.09/4.15	c  3.9s |      12 |    38618 |    25819 |      360    125 |        0 |        0
5.89/5.91	c  5.7s |      13 |    57225 |    38832 |      397    177 |        0 |        0
7.89/7.92	c  7.7s |      13 |    76310 |    52332 |      397    228 |        0 |        0
8.79/8.85	c  8.6s |      14 |    84832 |    58352 |      437    251 |        0 |        0
10.79/10.86	c 10.6s |      14 |   106368 |    72852 |      437    302 |        0 |        0
12.79/12.87	c 12.6s |      14 |   124606 |    85752 |      437    348 |        0 |        0
13.09/13.19	c 12.9s |      15 |   127095 |    87632 |      481    354 |        0 |        0
15.18/15.20	c 15.0s |      15 |   147303 |   101832 |      481    400 |        0 |        0
17.18/17.21	c 17.0s |      15 |   167232 |   115432 |      481    445 |        0 |        0
19.08/19.14	c 18.9s |      15 |   183248 |   126947 |      481    484 |        0 |        0
19.08/19.14	c #cpu_time = 18.833s
19.08/19.14	c #wall_clock_time = 18.884s
19.08/19.14	c #decision = 183248
19.08/19.14	c #random_decision = 458
19.08/19.14	c #conflict = 126947
19.08/19.14	c #restart = 15
19.08/19.14	c BCD2: found a new core of size 64: cost of the new core is >=1
19.08/19.14	c lower bound updated to 1
19.08/19.14	c BCD2: 1 <= obj <= 703
19.08/19.14	c BCD2: #cores=1, #unrelaxed=0, #relaxed=64, #hardened=0
19.08/19.14	c BCD2: #sat=1 #unsat=2 bias=2/3
19.08/19.14	c Solving starts ...
19.08/19.14	c ============================[ Search Statistics ]============================
19.08/19.14	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
19.08/19.14	c       |         |          |          |    Limit     GC | Var      | Constra 
19.08/19.14	c =============================================================================
19.08/19.14	c  0.0s |       0 |        0 |        0 |      481      0 |        0 |        0
19.08/19.14	c  0.0s |       0 |      104 |       10 |      481      0 |        0 |        0
19.08/19.14	c #cpu_time = 0.003s
19.08/19.14	c #wall_clock_time = 0.003s
19.08/19.14	c #decision = 104
19.08/19.14	c #random_decision = 0
19.08/19.14	c #conflict = 10
19.08/19.14	c #restart = 0
19.08/19.14	o 181
19.08/19.14	c BCD2: updating upper bound: 703 -> 180
19.08/19.14	c BCD2: 1 <= obj <= 180
19.08/19.14	c BCD2: #cores=1, #unrelaxed=0, #relaxed=64, #hardened=0
19.08/19.14	c BCD2: #sat=2 #unsat=2 bias=2/4
19.08/19.14	c Solving starts ...
19.08/19.14	c ============================[ Search Statistics ]============================
19.08/19.14	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
19.08/19.14	c       |         |          |          |    Limit     GC | Var      | Constra 
19.08/19.14	c =============================================================================
19.08/19.14	c  0.0s |       0 |        0 |        0 |      481      0 |        0 |        2
19.08/19.14	c  0.0s |       0 |       66 |        1 |      481      0 |        0 |        2
19.08/19.14	c #cpu_time = 0.002s
19.08/19.14	c #wall_clock_time = 0.002s
19.08/19.14	c #decision = 66
19.08/19.14	c #random_decision = 0
19.08/19.14	c #conflict = 1
19.08/19.14	c #restart = 0
19.08/19.14	o 60
19.08/19.14	c BCD2: hardening fixes 29 literals
19.08/19.14	c BCD2: updating upper bound: 180 -> 59
19.08/19.14	c BCD2: 1 <= obj <= 59
19.08/19.14	c BCD2: #cores=1, #unrelaxed=0, #relaxed=35, #hardened=29
19.08/19.14	c BCD2: #sat=3 #unsat=2 bias=2/5
19.08/19.14	c Solving starts ...
19.08/19.14	c ============================[ Search Statistics ]============================
19.08/19.14	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
19.08/19.14	c       |         |          |          |    Limit     GC | Var      | Constra 
19.08/19.14	c =============================================================================
19.08/19.14	c  0.0s |       0 |        0 |        0 |      481      0 |       29 |        4
19.08/19.14	c  0.0s |       0 |       31 |        2 |      481      0 |       29 |        4
19.08/19.14	c #cpu_time = 0.002s
19.08/19.14	c #wall_clock_time = 0.002s
19.08/19.14	c #decision = 31
19.08/19.14	c #random_decision = 0
19.08/19.14	c #conflict = 2
19.08/19.14	c #restart = 0
19.08/19.14	o 29
19.08/19.14	c BCD2: hardening fixes 22 literals
19.08/19.14	c BCD2: updating upper bound: 59 -> 28
19.08/19.14	c BCD2: 1 <= obj <= 28
19.08/19.14	c BCD2: #cores=1, #unrelaxed=0, #relaxed=13, #hardened=51
19.08/19.14	c BCD2: #sat=4 #unsat=2 bias=2/6
19.08/19.15	c Solving starts ...
19.08/19.15	c ============================[ Search Statistics ]============================
19.08/19.15	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
19.08/19.15	c       |         |          |          |    Limit     GC | Var      | Constra 
19.08/19.15	c =============================================================================
19.08/19.15	c  0.0s |       0 |        0 |        0 |      481      0 |       51 |        6
19.08/19.16	c  0.0s |       1 |      176 |      100 |      481      0 |       51 |        6
19.08/19.18	c  0.0s |       2 |      415 |      250 |      481      1 |       51 |        6
19.18/19.21	c  0.1s |       3 |      734 |      475 |      481      1 |       51 |        6
19.18/19.25	c  0.1s |       4 |     1339 |      813 |      481      3 |       51 |        6
19.28/19.31	c  0.2s |       5 |     2062 |     1320 |      481      4 |       51 |        6
19.38/19.40	c  0.3s |       6 |     3364 |     2081 |      481      7 |       51 |        6
19.48/19.53	c  0.4s |       7 |     5222 |     3223 |      481     10 |       51 |        6
19.68/19.72	c  0.6s |       8 |     7746 |     4936 |      530     16 |       51 |        6
19.98/20.01	c  0.9s |       9 |    11659 |     7506 |      530     23 |       51 |        6
20.38/20.45	c  1.3s |      10 |    17412 |    11361 |      530     35 |       51 |        6
21.08/21.12	c  2.0s |      11 |    26108 |    17144 |      530     52 |       51 |        6
22.09/22.15	c  3.0s |      12 |    38688 |    25819 |      530     78 |       51 |        6
23.68/23.70	c  4.6s |      13 |    57722 |    38832 |      530    118 |       51 |        6
25.68/25.71	c  6.6s |      13 |    80751 |    54732 |      530    167 |       51 |        6
25.68/25.76	c  6.6s |      13 |    81417 |    55162 |      530    168 |       52 |        8
25.68/25.76	c #cpu_time = 6.600s
25.68/25.76	c #wall_clock_time = 6.617s
25.68/25.76	c #decision = 81417
25.68/25.76	c #random_decision = 170
25.68/25.76	c #conflict = 55162
25.68/25.76	c #restart = 13
25.68/25.76	c BCD2: updating lower bound of a core
25.68/25.76	c lower bound updated to 11
25.68/25.76	c BCD2: 11 <= obj <= 28
25.68/25.76	c BCD2: #cores=1, #unrelaxed=0, #relaxed=13, #hardened=51
25.68/25.76	c BCD2: #sat=4 #unsat=3 bias=3/7
25.68/25.76	c Solving starts ...
25.68/25.76	c ============================[ Search Statistics ]============================
25.68/25.76	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
25.68/25.76	c       |         |          |          |    Limit     GC | Var      | Constra 
25.68/25.76	c =============================================================================
25.68/25.76	c  0.0s |       0 |        0 |        0 |      530      0 |       52 |        8
25.68/25.78	c  0.0s |       1 |      218 |      100 |      530      1 |       52 |        8
25.78/25.80	c  0.0s |       2 |      491 |      250 |      530      1 |       52 |        8
25.78/25.82	c  0.1s |       3 |      868 |      475 |      530      2 |       52 |        8
25.78/25.86	c  0.1s |       4 |     1553 |      813 |      530      3 |       52 |        8
25.88/25.92	c  0.2s |       5 |     2508 |     1320 |      530      4 |       52 |        8
25.98/26.00	c  0.2s |       6 |     3688 |     2081 |      530      7 |       52 |        8
26.08/26.13	c  0.4s |       7 |     5697 |     3223 |      530     10 |       52 |        8
26.28/26.32	c  0.6s |       8 |     8658 |     4936 |      530     15 |       52 |        8
26.58/26.62	c  0.9s |       9 |    12860 |     7506 |      530     23 |       52 |        8
26.98/27.05	c  1.3s |      10 |    18984 |    11361 |      530     35 |       52 |        8
27.59/27.69	c  1.9s |      11 |    28810 |    17144 |      583     52 |       52 |        8
28.59/28.67	c  2.9s |      12 |    42802 |    25819 |      583     76 |       52 |        8
30.08/30.12	c  4.4s |      13 |    63542 |    38832 |      583    112 |       52 |        8
32.08/32.12	c  6.4s |      13 |    90846 |    55832 |      583    159 |       52 |        8
32.38/32.42	c  6.7s |      14 |    94822 |    58352 |      583    166 |       52 |        8
33.88/33.92	c  8.2s |      14 |   114043 |    70791 |      583    201 |       53 |       10
33.88/33.92	c #cpu_time = 8.136s
33.88/33.92	c #wall_clock_time = 8.157s
33.88/33.92	c #decision = 114043
33.88/33.92	c #random_decision = 320
33.88/33.92	c #conflict = 70791
33.88/33.92	c #restart = 14
33.88/33.92	c BCD2: updating lower bound of a core
33.88/33.92	c lower bound updated to 19
33.88/33.92	c BCD2: 19 <= obj <= 28
33.88/33.92	c BCD2: #cores=1, #unrelaxed=0, #relaxed=13, #hardened=51
33.88/33.92	c BCD2: #sat=4 #unsat=4 bias=4/8
33.88/33.92	c Solving starts ...
33.88/33.92	c ============================[ Search Statistics ]============================
33.88/33.92	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
33.88/33.92	c       |         |          |          |    Limit     GC | Var      | Constra 
33.88/33.92	c =============================================================================
33.88/33.92	c  0.0s |       0 |        0 |        0 |      583      0 |       53 |       10
33.88/33.94	c  0.0s |       1 |      210 |      100 |      583      0 |       53 |       10
33.88/33.96	c  0.0s |       2 |      468 |      250 |      583      0 |       53 |       10
33.88/33.98	c  0.1s |       3 |      809 |      475 |      583      1 |       53 |       10
33.98/34.02	c  0.1s |       4 |     1372 |      813 |      583      2 |       53 |       10
33.98/34.08	c  0.2s |       5 |     2098 |     1320 |      583      3 |       53 |       10
34.08/34.17	c  0.2s |       6 |     3348 |     2081 |      583      6 |       53 |       10
34.28/34.30	c  0.4s |       7 |     5257 |     3223 |      583      9 |       53 |       10
34.38/34.49	c  0.6s |       8 |     8117 |     4936 |      583     14 |       53 |       10
34.68/34.79	c  0.9s |       9 |    12102 |     7506 |      583     21 |       53 |       10
35.18/35.22	c  1.3s |      10 |    18040 |    11361 |      583     31 |       53 |       10
35.78/35.89	c  2.0s |      11 |    26617 |    17144 |      583     48 |       53 |       10
36.78/36.82	c  2.9s |      12 |    40830 |    25819 |      583     72 |       53 |       10
38.18/38.27	c  4.3s |      13 |    60300 |    38832 |      583    109 |       53 |       10
38.78/38.83	c  4.9s |      13 |    67265 |    43506 |      642    121 |       53 |       10
38.78/38.83	c #cpu_time = 4.897s
38.78/38.83	c #wall_clock_time = 4.909s
38.78/38.83	c #decision = 67265
38.78/38.83	c #random_decision = 169
38.78/38.83	c #conflict = 43506
38.78/38.83	c #restart = 13
38.78/38.83	o 23
38.78/38.83	c BCD2: hardening fixes 1 literals
38.78/38.83	c BCD2: updating upper bound: 28 -> 22
38.78/38.83	c BCD2: 19 <= obj <= 22
38.78/38.83	c BCD2: #cores=1, #unrelaxed=0, #relaxed=12, #hardened=52
38.78/38.83	c BCD2: #sat=5 #unsat=4 bias=4/9
38.78/38.83	c Solving starts ...
38.78/38.83	c ============================[ Search Statistics ]============================
38.78/38.83	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
38.78/38.83	c       |         |          |          |    Limit     GC | Var      | Constra 
38.78/38.83	c =============================================================================
38.78/38.83	c  0.0s |       0 |        0 |        0 |      642      0 |       54 |       12
38.78/38.84	c  0.0s |       1 |      172 |      100 |      642      1 |       54 |       12
38.78/38.86	c  0.0s |       2 |      415 |      250 |      642      1 |       54 |       12
38.78/38.89	c  0.1s |       3 |      788 |      475 |      642      2 |       54 |       12
38.88/38.93	c  0.1s |       4 |     1294 |      813 |      642      3 |       54 |       12
38.88/38.99	c  0.2s |       5 |     2155 |     1320 |      642      4 |       54 |       12
38.98/39.07	c  0.2s |       6 |     3292 |     2081 |      642      6 |       54 |       12
39.18/39.20	c  0.4s |       7 |     5102 |     3223 |      642      9 |       54 |       12
39.38/39.40	c  0.6s |       8 |     7876 |     4936 |      642     13 |       54 |       12
39.58/39.70	c  0.9s |       9 |    11957 |     7506 |      642     20 |       54 |       12
40.08/40.12	c  1.3s |      10 |    18235 |    11361 |      642     30 |       54 |       12
40.69/40.76	c  1.9s |      11 |    27276 |    17144 |      642     44 |       54 |       12
41.68/41.72	c  2.9s |      12 |    41106 |    25819 |      642     67 |       54 |       12
43.18/43.22	c  4.4s |      13 |    61305 |    38832 |      642    100 |       54 |       12
44.48/44.50	c  5.7s |      13 |    77437 |    49684 |      642    128 |       55 |       14
44.48/44.50	c #cpu_time = 5.659s
44.48/44.50	c #wall_clock_time = 5.674s
44.48/44.50	c #decision = 77437
44.48/44.50	c #random_decision = 195
44.48/44.50	c #conflict = 49684
44.48/44.50	c #restart = 13
44.48/44.50	c BCD2: updating lower bound of a core
44.48/44.50	c lower bound updated to 21
44.48/44.50	c BCD2: 21 <= obj <= 22
44.48/44.50	c BCD2: #cores=1, #unrelaxed=0, #relaxed=12, #hardened=52
44.48/44.50	c BCD2: #sat=5 #unsat=5 bias=5/10
44.48/44.50	c Solving starts ...
44.48/44.50	c ============================[ Search Statistics ]============================
44.48/44.50	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
44.48/44.50	c       |         |          |          |    Limit     GC | Var      | Constra 
44.48/44.50	c =============================================================================
44.48/44.50	c  0.0s |       0 |        0 |        0 |      642      0 |       55 |       14
44.48/44.52	c  0.0s |       1 |      156 |      100 |      642      0 |       55 |       14
44.48/44.54	c  0.0s |       2 |      431 |      250 |      642      1 |       55 |       14
44.48/44.56	c  0.1s |       3 |      774 |      475 |      642      1 |       55 |       14
44.58/44.60	c  0.1s |       4 |     1285 |      813 |      642      2 |       55 |       14
44.58/44.66	c  0.2s |       5 |     2096 |     1320 |      642      3 |       55 |       14
44.68/44.74	c  0.2s |       6 |     3172 |     2081 |      642      5 |       55 |       14
44.78/44.87	c  0.4s |       7 |     4837 |     3223 |      642      8 |       55 |       14
44.98/45.05	c  0.5s |       8 |     7587 |     4936 |      642     12 |       55 |       14
45.28/45.33	c  0.8s |       9 |    11391 |     7506 |      642     19 |       55 |       14
45.68/45.74	c  1.2s |      10 |    17569 |    11361 |      642     29 |       55 |       14
46.29/46.35	c  1.8s |      11 |    26545 |    17144 |      642     44 |       55 |       14
47.18/47.29	c  2.8s |      12 |    39880 |    25819 |      642     66 |       55 |       14
48.68/48.75	c  4.2s |      13 |    60211 |    38832 |      642     99 |       55 |       14
50.69/50.76	c  6.3s |      13 |    87675 |    56632 |      642    145 |       55 |       14
50.88/50.96	c  6.5s |      14 |    90438 |    58352 |      642    149 |       55 |       14
51.79/51.83	c  7.3s |      14 |   102025 |    65849 |      642    169 |       56 |       16
51.79/51.83	c #cpu_time = 7.306s
51.79/51.83	c #wall_clock_time = 7.325s
51.79/51.83	c #decision = 102025
51.79/51.83	c #random_decision = 271
51.79/51.83	c #conflict = 65849
51.79/51.83	c #restart = 14
51.79/51.83	c BCD2: updating lower bound of a core
51.79/51.83	c lower bound updated to 23
51.79/51.83	s OPTIMUM FOUND
51.79/51.83	v -x1 -x2 -x3 -x4 -x5 x6 -x7 -x8 -x9 -x10
51.79/51.83	v -x11 -x12 -x13 -x14 -x15 -x16 -x17 -x18 -x19 -x20
51.79/51.83	v -x21 x22 -x23 -x24 -x25 -x26 -x27 -x28 -x29 -x30
51.79/51.83	v -x31 -x32 x33 -x34 -x35 -x36 -x37 -x38 -x39 -x40
51.79/51.83	v -x41 -x42 -x43 -x44 -x45 -x46 -x47 -x48 -x49 -x50
51.79/51.83	v x51 -x52 -x53 -x54 x55 -x56 -x57 -x58 -x59 -x60
51.79/51.83	v -x61 -x62 -x63 -x64 -x65 -x66 -x67 -x68 -x69 -x70
51.79/51.83	v -x71 -x72 -x73 -x74 -x75 -x76 -x77 -x78 -x79 -x80
51.79/51.83	v -x81 -x82 -x83 -x84 -x85 x86 -x87 -x88 -x89 -x90
51.79/51.83	v -x91 -x92 -x93 -x94 -x95 -x96 -x97 -x98 -x99 -x100
51.79/51.83	v -x101 x102 -x103 -x104 -x105 -x106 -x107 x108 -x109 -x110
51.79/51.83	v -x111 -x112 -x113 -x114 -x115 -x116 -x117 -x118 x119 -x120
51.79/51.83	v -x121 -x122 -x123 -x124 -x125 -x126 -x127 -x128 -x129 -x130
51.79/51.83	v -x131 -x132 -x133 -x134 -x135 -x136 -x137 -x138 -x139 -x140
51.79/51.83	v -x141 -x142 x143 x144 -x145 -x146 -x147 x148 -x149 -x150
51.79/51.83	v -x151 -x152 -x153 -x154 -x155 -x156 -x157 -x158 -x159 -x160
51.79/51.83	v -x161 -x162 -x163 -x164 -x165 x166 -x167 -x168 -x169
51.79/51.83	c total CPU time = 51.699s
51.79/51.83	c total wall clock time = 51.834s

Verifier Data

OK	23

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-4109314-1466343650/watcher-4109314-1466343650 -o /tmp/evaluation-result-4109314-1466343650/solver-4109314-1466343650 -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-4109314-1466343650.wbo 

pid=7963
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.32 2.29 1.95 3/180 7966
/proc/meminfo: memFree=29061276/32872528 swapFree=1431120/1543540
[pid=7966] ppid=7963 vsize=717244 CPUtime=0 cores=0,2,4,6
/proc/7966/stat : 7966 (toysat) R 7963 7966 7726 0 -1 4202496 2670 0 0 0 0 0 0 0 20 0 4 0 36413730 734457856 3542 33554432000 4194304 16246674 140733403998816 140733403998240 13880264 0 2 0 34082818 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/7966/statm: 179823 3550 441 2943 0 176717 0
[pid=7966/tid=7967] ppid=7963 vsize=733628 CPUtime=0 cores=0,2,4,6
/proc/7966/task/7967/stat : 7967 (toysat) S 7963 7966 7726 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 36413730 751235072 3608 33554432000 4194304 16246674 140733403998816 140680265444592 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 4 0 0 0 0 0
[pid=7966/tid=7968] ppid=7963 vsize=737724 CPUtime=0 cores=0,2,4,6
/proc/7966/task/7968/stat : 7968 (toysat) S 7963 7966 7726 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 4 0 36413730 755429376 3624 33554432000 4194304 16246674 140733403998816 140680177364208 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 0 0 0 0 0 0
[pid=7966/tid=7969] ppid=7963 vsize=742844 CPUtime=0 cores=0,2,4,6
/proc/7966/task/7969/stat : 7969 (toysat) S 7963 7966 7726 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 4 0 36413730 760672256 3640 33554432000 4194304 16246674 140733403998816 140680166890672 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 4 0 0 0 0 0

[startup+0.10017 s]
/proc/loadavg: 2.32 2.29 1.95 3/180 7966
/proc/meminfo: memFree=29061276/32872528 swapFree=1431120/1543540
[pid=7966] ppid=7963 vsize=1218116 CPUtime=0.09 cores=0,2,4,6
/proc/7966/stat : 7966 (toysat) R 7963 7966 7726 0 -1 4202496 18353 0 0 0 6 3 0 0 20 0 4 0 36413730 1247350784 19218 33554432000 4194304 16246674 140733403998816 140733403998240 6145278 0 0 0 34082818 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/7966/statm: 304529 19223 617 2943 0 301423 0
[pid=7966/tid=7967] ppid=7963 vsize=1218116 CPUtime=0 cores=0,2,4,6
/proc/7966/task/7967/stat : 7967 (toysat) S 7963 7966 7726 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 36413730 1247350784 19225 33554432000 4194304 16246674 140733403998816 140680265444592 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 4 0 0 0 0 0
[pid=7966/tid=7968] ppid=7963 vsize=1218116 CPUtime=0 cores=0,2,4,6
/proc/7966/task/7968/stat : 7968 (toysat) S 7963 7966 7726 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 4 0 36413730 1247350784 19227 33554432000 4194304 16246674 140733403998816 140680177364208 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 0 0 0 0 0 0
[pid=7966/tid=7969] ppid=7963 vsize=1218116 CPUtime=0 cores=0,2,4,6
/proc/7966/task/7969/stat : 7969 (toysat) S 7963 7966 7726 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 4 0 36413730 1247350784 19229 33554432000 4194304 16246674 140733403998816 140680166890672 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.200461 s]
/proc/loadavg: 2.32 2.29 1.95 3/180 7966
/proc/meminfo: memFree=29061276/32872528 swapFree=1431120/1543540
[pid=7966] ppid=7963 vsize=1218116 CPUtime=0.19 cores=0,2,4,6
/proc/7966/stat : 7966 (toysat) R 7963 7966 7726 0 -1 4202496 26153 0 0 0 15 4 0 0 20 0 4 0 36413730 1247350784 27018 33554432000 4194304 16246674 140733403998816 140733403998240 12487513 0 0 0 34082818 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/7966/statm: 304529 27018 617 2943 0 301423 0
[pid=7966/tid=7967] ppid=7963 vsize=1218116 CPUtime=0 cores=0,2,4,6
/proc/7966/task/7967/stat : 7967 (toysat) S 7963 7966 7726 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 36413730 1247350784 27019 33554432000 4194304 16246674 140733403998816 140680265444592 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 4 0 0 0 0 0
[pid=7966/tid=7968] ppid=7963 vsize=1218116 CPUtime=0 cores=0,2,4,6
/proc/7966/task/7968/stat : 7968 (toysat) S 7963 7966 7726 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 4 0 36413730 1247350784 27019 33554432000 4194304 16246674 140733403998816 140680177364208 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 0 0 0 0 0 0
[pid=7966/tid=7969] ppid=7963 vsize=1218116 CPUtime=0 cores=0,2,4,6
/proc/7966/task/7969/stat : 7969 (toysat) S 7963 7966 7726 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 4 0 36413730 1247350784 27019 33554432000 4194304 16246674 140733403998816 140680166890672 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.300418 s]
/proc/loadavg: 2.32 2.29 1.95 3/180 7966
/proc/meminfo: memFree=29061276/32872528 swapFree=1431120/1543540
[pid=7966] ppid=7963 vsize=1218116 CPUtime=0.29 cores=0,2,4,6
/proc/7966/stat : 7966 (toysat) R 7963 7966 7726 0 -1 4202496 38006 0 0 0 23 6 0 0 20 0 4 0 36413730 1247350784 38864 33554432000 4194304 16246674 140733403998816 140733403998240 5675357 0 0 0 34082818 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/7966/statm: 304529 38869 814 2943 0 301423 0
[pid=7966/tid=7967] ppid=7963 vsize=1218116 CPUtime=0 cores=0,2,4,6
/proc/7966/task/7967/stat : 7967 (toysat) S 7963 7966 7726 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 36413730 1247350784 38873 33554432000 4194304 16246674 140733403998816 140680265444592 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 4 0 0 0 0 0
[pid=7966/tid=7968] ppid=7963 vsize=1218116 CPUtime=0 cores=0,2,4,6
/proc/7966/task/7968/stat : 7968 (toysat) S 7963 7966 7726 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 4 0 36413730 1247350784 38877 33554432000 4194304 16246674 140733403998816 140680177364208 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 0 0 0 0 0 0
[pid=7966/tid=7969] ppid=7963 vsize=1218116 CPUtime=0 cores=0,2,4,6
/proc/7966/task/7969/stat : 7969 (toysat) S 7963 7966 7726 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 4 0 36413730 1247350784 38884 33554432000 4194304 16246674 140733403998816 140680166890672 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.700352 s]
/proc/loadavg: 2.32 2.29 1.95 3/180 7966
/proc/meminfo: memFree=29061276/32872528 swapFree=1431120/1543540
[pid=7966] ppid=7963 vsize=1218116 CPUtime=0.69 cores=0,2,4,6
/proc/7966/stat : 7966 (toysat) R 7963 7966 7726 0 -1 4202496 107517 0 0 0 53 16 0 0 20 0 4 0 36413730 1247350784 108376 33554432000 4194304 16246674 140733403998816 140733403981808 7250667 0 0 0 34082818 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/7966/statm: 304529 108391 814 2943 0 301423 0
[pid=7966/tid=7967] ppid=7963 vsize=1218116 CPUtime=0 cores=0,2,4,6
/proc/7966/task/7967/stat : 7967 (toysat) S 7963 7966 7726 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 36413730 1247350784 108400 33554432000 4194304 16246674 140733403998816 140680265444592 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 4 0 0 0 0 0
[pid=7966/tid=7968] ppid=7963 vsize=1218116 CPUtime=0 cores=0,2,4,6
/proc/7966/task/7968/stat : 7968 (toysat) S 7963 7966 7726 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 4 0 36413730 1247350784 108410 33554432000 4194304 16246674 140733403998816 140680177364208 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 0 0 0 0 0 0
[pid=7966/tid=7969] ppid=7963 vsize=1218116 CPUtime=0 cores=0,2,4,6
/proc/7966/task/7969/stat : 7969 (toysat) S 7963 7966 7726 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 4 0 36413730 1247350784 108419 33554432000 4194304 16246674 140733403998816 140680166890672 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.50034 s]
/proc/loadavg: 2.29 2.29 1.95 3/184 7970
/proc/meminfo: memFree=28332440/32872528 swapFree=1431120/1543540
[pid=7966] ppid=7963 vsize=1219140 CPUtime=1.49 cores=0,2,4,6
/proc/7966/stat : 7966 (toysat) R 7963 7966 7726 0 -1 4202496 245780 0 0 0 113 36 0 0 20 0 4 0 36413730 1248399360 246616 33554432000 4194304 16246674 140733403998816 140733403998128 5832600 0 0 0 34082818 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/7966/statm: 304785 246616 873 2943 0 301679 0
[pid=7966/tid=7967] ppid=7963 vsize=1219140 CPUtime=0 cores=0,2,4,6
/proc/7966/task/7967/stat : 7967 (toysat) S 7963 7966 7726 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 36413730 1248399360 246616 33554432000 4194304 16246674 140733403998816 140680265444592 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 4 0 0 0 0 0
[pid=7966/tid=7968] ppid=7963 vsize=1219140 CPUtime=0 cores=0,2,4,6
/proc/7966/task/7968/stat : 7968 (toysat) S 7963 7966 7726 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 4 0 36413730 1248399360 246616 33554432000 4194304 16246674 140733403998816 140680177364208 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 0 0 0 0 0 0
[pid=7966/tid=7969] ppid=7963 vsize=1219140 CPUtime=0 cores=0,2,4,6
/proc/7966/task/7969/stat : 7969 (toysat) S 7963 7966 7726 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 4 0 36413730 1248399360 246616 33554432000 4194304 16246674 140733403998816 140680166890672 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 1219140

[startup+3.10036 s]
/proc/loadavg: 2.29 2.29 1.95 3/184 7970
/proc/meminfo: memFree=28075140/32872528 swapFree=1431120/1543540
[pid=7966] ppid=7963 vsize=1305156 CPUtime=3.09 cores=0,2,4,6
/proc/7966/stat : 7966 (toysat) R 7963 7966 7726 0 -1 4202496 267333 0 0 0 268 41 0 0 20 0 4 0 36413730 1336479744 268169 33554432000 4194304 16246674 140733403998816 140733403980736 5676609 0 0 0 34082818 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/7966/statm: 326289 268169 873 2943 0 323183 0
[pid=7966/tid=7967] ppid=7963 vsize=1305156 CPUtime=0 cores=0,2,4,6
/proc/7966/task/7967/stat : 7967 (toysat) S 7963 7966 7726 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 36413730 1336479744 268169 33554432000 4194304 16246674 140733403998816 140680265444592 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 4 0 0 0 0 0
[pid=7966/tid=7968] ppid=7963 vsize=1305156 CPUtime=0 cores=0,2,4,6
/proc/7966/task/7968/stat : 7968 (toysat) S 7963 7966 7726 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 4 0 36413730 1336479744 268169 33554432000 4194304 16246674 140733403998816 140680177364208 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 0 0 0 0 0 0
[pid=7966/tid=7969] ppid=7963 vsize=1305156 CPUtime=0 cores=0,2,4,6
/proc/7966/task/7969/stat : 7969 (toysat) S 7963 7966 7726 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 4 0 36413730 1336479744 268169 33554432000 4194304 16246674 140733403998816 140680166890672 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 1305156

[startup+6.30041 s]
/proc/loadavg: 2.29 2.29 1.95 4/184 7970
/proc/meminfo: memFree=27987992/32872528 swapFree=1431120/1543540
[pid=7966] ppid=7963 vsize=1306180 CPUtime=6.29 cores=0,2,4,6
/proc/7966/stat : 7966 (toysat) R 7963 7966 7726 0 -1 4202496 267659 0 0 0 588 41 0 0 20 0 4 0 36413730 1337528320 268495 33554432000 4194304 16246674 140733403998816 140733403980736 13780568 0 0 0 34082818 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/7966/statm: 326545 268495 873 2943 0 323439 0
[pid=7966/tid=7967] ppid=7963 vsize=1306180 CPUtime=0 cores=0,2,4,6
/proc/7966/task/7967/stat : 7967 (toysat) S 7963 7966 7726 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 36413730 1337528320 268495 33554432000 4194304 16246674 140733403998816 140680265444592 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 4 0 0 0 0 0
[pid=7966/tid=7968] ppid=7963 vsize=1306180 CPUtime=0 cores=0,2,4,6
/proc/7966/task/7968/stat : 7968 (toysat) S 7963 7966 7726 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 4 0 36413730 1337528320 268495 33554432000 4194304 16246674 140733403998816 140680177364208 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 0 0 0 0 0 0
[pid=7966/tid=7969] ppid=7963 vsize=1306180 CPUtime=0 cores=0,2,4,6
/proc/7966/task/7969/stat : 7969 (toysat) S 7963 7966 7726 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 4 0 36413730 1337528320 268495 33554432000 4194304 16246674 140733403998816 140680166890672 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 1306180

[startup+12.7004 s]
/proc/loadavg: 2.32 2.30 1.96 3/183 7970
/proc/meminfo: memFree=27987560/32872528 swapFree=1431120/1543540
[pid=7966] ppid=7963 vsize=1306180 CPUtime=12.69 cores=0,2,4,6
/proc/7966/stat : 7966 (toysat) R 7963 7966 7726 0 -1 4202496 267661 0 0 0 1228 41 0 0 20 0 4 0 36413730 1337528320 268497 33554432000 4194304 16246674 140733403998816 140733403980736 5545752 0 0 0 34082818 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/7966/statm: 326545 268497 874 2943 0 323439 0
[pid=7966/tid=7967] ppid=7963 vsize=1306180 CPUtime=0 cores=0,2,4,6
/proc/7966/task/7967/stat : 7967 (toysat) S 7963 7966 7726 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 36413730 1337528320 268497 33554432000 4194304 16246674 140733403998816 140680265444592 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 4 0 0 0 0 0
[pid=7966/tid=7968] ppid=7963 vsize=1306180 CPUtime=0 cores=0,2,4,6
/proc/7966/task/7968/stat : 7968 (toysat) S 7963 7966 7726 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 4 0 36413730 1337528320 268497 33554432000 4194304 16246674 140733403998816 140680177364208 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 0 0 0 0 0 0
[pid=7966/tid=7969] ppid=7963 vsize=1306180 CPUtime=0 cores=0,2,4,6
/proc/7966/task/7969/stat : 7969 (toysat) S 7963 7966 7726 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 4 0 36413730 1337528320 268497 33554432000 4194304 16246674 140733403998816 140680166890672 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 12.69
Current children cumulated vsize (KiB) 1306180

[startup+25.5004 s]
/proc/loadavg: 2.27 2.29 1.96 3/183 7970
/proc/meminfo: memFree=27987924/32872528 swapFree=1431120/1543540
[pid=7966] ppid=7963 vsize=1306180 CPUtime=25.48 cores=0,2,4,6
/proc/7966/stat : 7966 (toysat) R 7963 7966 7726 0 -1 4202496 267673 0 0 0 2507 41 0 0 20 0 4 0 36413730 1337528320 268509 33554432000 4194304 16246674 140733403998816 140733403980736 5711640 0 0 0 34082818 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/7966/statm: 326545 268509 885 2943 0 323439 0
[pid=7966/tid=7967] ppid=7963 vsize=1306180 CPUtime=0 cores=0,2,4,6
/proc/7966/task/7967/stat : 7967 (toysat) S 7963 7966 7726 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 36413730 1337528320 268509 33554432000 4194304 16246674 140733403998816 140680265444592 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 4 0 0 0 0 0
[pid=7966/tid=7968] ppid=7963 vsize=1306180 CPUtime=0 cores=0,2,4,6
/proc/7966/task/7968/stat : 7968 (toysat) S 7963 7966 7726 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 4 0 36413730 1337528320 268509 33554432000 4194304 16246674 140733403998816 140680177364208 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 0 0 0 0 0 0
[pid=7966/tid=7969] ppid=7963 vsize=1306180 CPUtime=0 cores=0,2,4,6
/proc/7966/task/7969/stat : 7969 (toysat) S 7963 7966 7726 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 4 0 36413730 1337528320 268509 33554432000 4194304 16246674 140733403998816 140680166890672 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 25.48
Current children cumulated vsize (KiB) 1306180

[startup+51.1005 s]
/proc/loadavg: 2.27 2.29 1.97 3/183 7971
/proc/meminfo: memFree=27987876/32872528 swapFree=1431120/1543540
[pid=7966] ppid=7963 vsize=1306180 CPUtime=51.08 cores=0,2,4,6
/proc/7966/stat : 7966 (toysat) R 7963 7966 7726 0 -1 4202496 267673 0 0 0 5066 42 0 0 20 0 4 0 36413730 1337528320 268509 33554432000 4194304 16246674 140733403998816 140733403980736 5677888 0 0 0 34082818 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/7966/statm: 326545 268509 885 2943 0 323439 0
[pid=7966/tid=7967] ppid=7963 vsize=1306180 CPUtime=0 cores=0,2,4,6
/proc/7966/task/7967/stat : 7967 (toysat) S 7963 7966 7726 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 36413730 1337528320 268509 33554432000 4194304 16246674 140733403998816 140680265444592 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 4 0 0 0 0 0
[pid=7966/tid=7968] ppid=7963 vsize=1306180 CPUtime=0 cores=0,2,4,6
/proc/7966/task/7968/stat : 7968 (toysat) S 7963 7966 7726 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 4 0 36413730 1337528320 268509 33554432000 4194304 16246674 140733403998816 140680177364208 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 0 0 0 0 0 0
[pid=7966/tid=7969] ppid=7963 vsize=1306180 CPUtime=0 cores=0,2,4,6
/proc/7966/task/7969/stat : 7969 (toysat) S 7963 7966 7726 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 4 0 36413730 1337528320 268509 33554432000 4194304 16246674 140733403998816 140680166890672 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 51.08
Current children cumulated vsize (KiB) 1306180

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

[startup+51.2005 s]
/proc/loadavg: 2.27 2.29 1.97 3/183 7971
/proc/meminfo: memFree=27987876/32872528 swapFree=1431120/1543540
[pid=7966] ppid=7963 vsize=1306180 CPUtime=51.18 cores=0,2,4,6
/proc/7966/stat : 7966 (toysat) R 7963 7966 7726 0 -1 4202496 267673 0 0 0 5076 42 0 0 20 0 4 0 36413730 1337528320 268509 33554432000 4194304 16246674 140733403998816 140733403980736 13943664 0 0 0 34082818 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/7966/statm: 326545 268509 885 2943 0 323439 0
[pid=7966/tid=7967] ppid=7963 vsize=1306180 CPUtime=0 cores=0,2,4,6
/proc/7966/task/7967/stat : 7967 (toysat) S 7963 7966 7726 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 36413730 1337528320 268509 33554432000 4194304 16246674 140733403998816 140680265444592 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 4 0 0 0 0 0
[pid=7966/tid=7968] ppid=7963 vsize=1306180 CPUtime=0 cores=0,2,4,6
/proc/7966/task/7968/stat : 7968 (toysat) S 7963 7966 7726 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 4 0 36413730 1337528320 268509 33554432000 4194304 16246674 140733403998816 140680177364208 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 0 0 0 0 0 0
[pid=7966/tid=7969] ppid=7963 vsize=1306180 CPUtime=0 cores=0,2,4,6
/proc/7966/task/7969/stat : 7969 (toysat) S 7963 7966 7726 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 4 0 36413730 1337528320 268509 33554432000 4194304 16246674 140733403998816 140680166890672 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 51.18
Current children cumulated vsize (KiB) 1306180

[startup+51.6004 s]
/proc/loadavg: 2.27 2.29 1.97 3/183 7971
/proc/meminfo: memFree=27987876/32872528 swapFree=1431120/1543540
[pid=7966] ppid=7963 vsize=1306180 CPUtime=51.58 cores=0,2,4,6
/proc/7966/stat : 7966 (toysat) R 7963 7966 7726 0 -1 4202496 267673 0 0 0 5116 42 0 0 20 0 4 0 36413730 1337528320 268509 33554432000 4194304 16246674 140733403998816 140733403980736 5676609 0 0 0 34082818 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/7966/statm: 326545 268509 885 2943 0 323439 0
[pid=7966/tid=7967] ppid=7963 vsize=1306180 CPUtime=0 cores=0,2,4,6
/proc/7966/task/7967/stat : 7967 (toysat) S 7963 7966 7726 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 36413730 1337528320 268509 33554432000 4194304 16246674 140733403998816 140680265444592 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 4 0 0 0 0 0
[pid=7966/tid=7968] ppid=7963 vsize=1306180 CPUtime=0 cores=0,2,4,6
/proc/7966/task/7968/stat : 7968 (toysat) S 7963 7966 7726 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 4 0 36413730 1337528320 268509 33554432000 4194304 16246674 140733403998816 140680177364208 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 0 0 0 0 0 0
[pid=7966/tid=7969] ppid=7963 vsize=1306180 CPUtime=0 cores=0,2,4,6
/proc/7966/task/7969/stat : 7969 (toysat) S 7963 7966 7726 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 4 0 36413730 1337528320 268509 33554432000 4194304 16246674 140733403998816 140680166890672 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 51.58
Current children cumulated vsize (KiB) 1306180

[startup+51.8073 s]
/proc/loadavg: 2.27 2.29 1.97 3/183 7971
/proc/meminfo: memFree=27987876/32872528 swapFree=1431120/1543540
[pid=7966] ppid=7963 vsize=1306180 CPUtime=51.79 cores=0,2,4,6
/proc/7966/stat : 7966 (toysat) R 7963 7966 7726 0 -1 4202496 267673 0 0 0 5137 42 0 0 20 0 4 0 36413730 1337528320 268509 33554432000 4194304 16246674 140733403998816 140733403980736 12477752 0 0 0 34082818 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/7966/statm: 326545 268509 885 2943 0 323439 0
[pid=7966/tid=7967] ppid=7963 vsize=1306180 CPUtime=0 cores=0,2,4,6
/proc/7966/task/7967/stat : 7967 (toysat) S 7963 7966 7726 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 36413730 1337528320 268509 33554432000 4194304 16246674 140733403998816 140680265444592 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 4 0 0 0 0 0
[pid=7966/tid=7968] ppid=7963 vsize=1306180 CPUtime=0 cores=0,2,4,6
/proc/7966/task/7968/stat : 7968 (toysat) S 7963 7966 7726 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 4 0 36413730 1337528320 268509 33554432000 4194304 16246674 140733403998816 140680177364208 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 0 0 0 0 0 0
[pid=7966/tid=7969] ppid=7963 vsize=1306180 CPUtime=0 cores=0,2,4,6
/proc/7966/task/7969/stat : 7969 (toysat) S 7963 7966 7726 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 4 0 36413730 1337528320 268509 33554432000 4194304 16246674 140733403998816 140680166890672 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 51.79
Current children cumulated vsize (KiB) 1306180

Child status: 0
Real time (s): 51.8949
CPU time (s): 51.8831
CPU user time (s): 51.4032
CPU system time (s): 0.479927
CPU usage (%): 99.9772
Max. virtual memory (cumulated for all children) (KiB): 1306180

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 51.4032
system time used= 0.479927
maximum resident set size= 1074044
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 267677
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= 21
involuntary context switches= 69

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 0.161975 second user time and 0.200969 second system time

The end

Launcher Data

Begin job on node116 at 2016-06-19 15:40:50
IDJOB=4109314
IDBENCH=78773
IDSOLVER=2553
FILE ID=node116/4109314-1466343650
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.1110968094--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-4109314-1466343650/watcher-4109314-1466343650 -o /tmp/evaluation-result-4109314-1466343650/solver-4109314-1466343650 -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-4109314-1466343650.wbo

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

MD5SUM BENCH= fe65609ab6055158a33ec1709a24fe9b
RANDOM SEED=383441450

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:        29061804 kB
Buffers:          142052 kB
Cached:           281956 kB
SwapCached:         2316 kB
Active:          1251272 kB
Inactive:         262380 kB
Active(anon):    1087864 kB
Inactive(anon):     3928 kB
Active(file):     163408 kB
Inactive(file):   258452 kB
Unevictable:     1543540 kB
Mlocked:         1431120 kB
SwapTotal:      67108856 kB
SwapFree:       67099856 kB
Dirty:             16520 kB
Writeback:             0 kB
AnonPages:       2638100 kB
Mapped:            12392 kB
Shmem:                 0 kB
Slab:             616176 kB
SReclaimable:      60272 kB
SUnreclaim:       555904 kB
KernelStack:        1528 kB
PageTables:         9212 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:    681984 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:41:42