Trace number 4109274

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 47.4358 47.4441

General information on the benchmark

Name/PARTIAL-SMALLINT-LIN/PB06/submitted-PB06/namasivayam/wnqueen/
normalized-t2001.13queen13.1111227861--soft-66-100-0.wbo
MD5SUM5fef1d5c6cd232e8e71521e3f343f9ba
Bench CategoryPARTIAL-SMALLINT-LIN (both soft and hard constraints, small integers, linear constraints)
Best result obtained on this benchmarkMOPT
Best cost obtained on this benchmark80
Best CPU time to get the best result obtained on this benchmark18.0203
Max-Satisfiable
Max-(Un)Satisfiability was proved
Best value of the cost
Optimality of the best cost was proved
Number of variables169
Total number of constraints101
Number of soft constraints28
Number of constraints which are clauses30
Number of constraints which are cardinality constraints (but not clauses)70
Number of constraints which are nor clauses,nor cardinality constraints1
Minimum length of a constraint2
Maximum length of a constraint169
Top cost 1415
Min constraint cost 1
Max constraint cost 98
Sum of constraints costs 1414
Biggest number in a constraint 38
Number of bits of the biggest number in a constraint 6
Biggest sum of numbers in a constraint 1265
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:24+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-4109274-1466343624.wbo"]
0.00/0.01	c use --random-gen="1456151257 3001160696 88511047 2514644489 806492981 4090458079 2533318006 4051087122 1700319963 2478000731 2650820993 4205831955 1564905998 1349734838 3267421453 58525682 3858016640 3822823644 2202994451 3528236767 3296289305 2914686105 41995120 1070643140 2416218572 1526914415 4198824722 1384580597 507932385 2313941375 2777043926 3071875048 1409124913 3114829402 2682516340 3058082609 611386189 3872755969 633284417 3992935921 2519155920 361281777 2198939367 2804785001 1934463249 3632158330 1819986621 1498420900 3842460636 400089553 1684993505 3574207231 2303912655 338408443 820520702 1295063539 3588955596 3728213760 1403957262 422678497 1535422731 30250073 684567541 431888367 1172997666 2900469437 548926064 3035452985 747769735 1560107595 3209102013 2899151188 1177727479 3021568408 197945635 1518543103 2916021297 2766289227 2334148986 1568984486 1049074338 766700084 731864231 1864570004 4229806497 4199031306 1141951886 4126365398 1003789538 453589011 2352000165 579474691 1248463752 2852030983 3731816706 402257976 877648728 2886175541 3343176870 1554647487 4251605355 4202070862 3761979533 4185244140 1411062606 3003545243 3617439945 42956890 2535359182 2949297823 1412740478 1729041604 323126043 398737932 3474950926 294323515 225456608 1508650746 3342883997 49558534 2394508796 3511202649 1979457892 259466126 3338655200 3968986200 703167999 3875772893 1524521473 103337437 1396290683 240743826 3888833337 3221820933 1254606878 4011938772 1239061849 2272611453 1914800512 3398135019 739327429 75023629 1266083402 2407999443 1803578055 1880231655 483071602 3616014120 3962969868 3318308652 3824613958 361824820 2089576874 2150932914 2760098721 2727563842 1313498780 504095678 1683555769 115948309 3489240723 132673855 95343988 3379053903 2040264680 159178512 371673382 3623471620 627229603 3220757317 2167833167 2498241098 4228278555 49874766 2474216653 2194577240 4220201758 955598815 1562477020 1925603374 954157872 4080730256 1963592657 2574890016 3239654319 2943673836 2433474874 22838219 2832024664 1440873761 1986236803 1049485799 1240094989 947744480 692437194 1847029160 1028498424 2303687727 3725040680 753995203 2827310271 327692392 592656240 2357222952 1343295993 222968023 308614701 933073496 138607440 933499946 739457311 3038232193 2688290673 3836400683 1825178420 4014949421 1556608841 1871114140 269668511 636880571 2298142233 2521944843 3698292763 3662913426 1694336562 2982535210 744866936 1852057773 1880978523 2890479361 4261392968 96131874 1229599655 994817989 2287036945 1150438794 3040195966 3001731557 1207485749 911860662 3740662559 2081757857 4076295152 2741935289 1355487748 3909289421 4203313029 3934791434 1810097108 2881050102 3157946698 1151329617 1319141261 2123889204 583601969 1195707856 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 |       99      0 |        0 |        0
0.19/0.26	c  0.0s |       1 |      183 |      100 |       99      0 |        0 |        0
0.19/0.28	c  0.0s |       2 |      448 |      250 |      109      1 |        0 |        0
0.29/0.31	c  0.1s |       3 |      904 |      475 |      120      4 |        0 |        0
0.29/0.36	c  0.1s |       4 |     1557 |      813 |      132      8 |        0 |        0
0.39/0.43	c  0.2s |       5 |     2585 |     1320 |      146     13 |        0 |        0
0.49/0.54	c  0.3s |       6 |     4062 |     2081 |      178     19 |        0 |        0
0.69/0.70	c  0.5s |       7 |     6349 |     3223 |      196     29 |        0 |        0
0.88/0.94	c  0.7s |       8 |     9602 |     4936 |      216     43 |        0 |        0
1.20/1.30	c  1.0s |       9 |    14157 |     7506 |      238     60 |        0 |        0
1.39/1.40	c  1.2s |       9 |    15549 |     8259 |      238     65 |        0 |        0
1.39/1.40	c #cpu_time = 1.154s
1.39/1.40	c #wall_clock_time = 1.157s
1.39/1.40	c #decision = 15549
1.39/1.40	c #random_decision = 47
1.39/1.40	c #conflict = 8259
1.39/1.40	c #restart = 9
1.39/1.40	o 172
1.39/1.40	c BCD2: updating upper bound: 1414 -> 171
1.39/1.40	c BCD2: 0 <= obj <= 171
1.39/1.40	c BCD2: #cores=0, #unrelaxed=28, #relaxed=0, #hardened=0
1.39/1.40	c BCD2: #sat=1 #unsat=1 bias=1/2
1.39/1.40	c Solving starts ...
1.39/1.40	c ============================[ Search Statistics ]============================
1.39/1.40	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
1.39/1.40	c       |         |          |          |    Limit     GC | Var      | Constra 
1.39/1.40	c =============================================================================
1.39/1.40	c  0.0s |       0 |        0 |        0 |      238      0 |        0 |        0
1.39/1.42	c  0.0s |       1 |      161 |      100 |      238      1 |        0 |        0
1.39/1.44	c  0.0s |       2 |      409 |      250 |      238      2 |        0 |        0
1.39/1.48	c  0.1s |       3 |      762 |      475 |      238      3 |        0 |        0
1.49/1.54	c  0.1s |       4 |     1252 |      813 |      238      5 |        0 |        0
1.59/1.62	c  0.2s |       5 |     2030 |     1320 |      238      8 |        0 |        0
1.69/1.75	c  0.3s |       6 |     3166 |     2081 |      238     13 |        0 |        0
1.79/1.89	c  0.5s |       7 |     4806 |     3223 |      262     19 |        0 |        0
1.99/2.08	c  0.7s |       8 |     7432 |     4936 |      262     29 |        0 |        0
2.30/2.38	c  1.0s |       9 |    11369 |     7506 |      262     43 |        0 |        0
2.79/2.88	c  1.5s |      10 |    17006 |    11361 |      289     63 |        0 |        0
3.50/3.53	c  2.1s |      11 |    25642 |    17144 |      289     93 |        0 |        0
4.49/4.55	c  3.1s |      12 |    37946 |    25819 |      318    134 |        0 |        0
5.99/6.05	c  4.6s |      13 |    56857 |    38832 |      350    193 |        0 |        0
7.99/8.05	c  6.7s |      13 |    80373 |    55432 |      386    266 |        0 |        0
8.38/8.46	c  7.1s |      14 |    84335 |    58352 |      386    279 |        0 |        0
10.38/10.47	c  9.1s |      14 |   107500 |    74652 |      386    346 |        0 |        0
11.99/12.03	c 10.6s |      15 |   127164 |    87632 |      425    399 |        0 |        0
13.99/14.04	c 12.6s |      15 |   152332 |   104832 |      425    465 |        0 |        0
15.89/15.98	c 14.6s |      15 |   173355 |   119252 |      425    523 |        0 |        0
15.89/15.98	c #cpu_time = 14.542s
15.89/15.98	c #wall_clock_time = 14.580s
15.89/15.98	c #decision = 173355
15.89/15.98	c #random_decision = 440
15.89/15.98	c #conflict = 119252
15.89/15.98	c #restart = 15
15.89/15.98	c BCD2: found a new core of size 28: cost of the new core is >=1
15.89/15.98	c lower bound updated to 1
15.89/15.98	c BCD2: 1 <= obj <= 171
15.89/15.98	c BCD2: #cores=1, #unrelaxed=0, #relaxed=28, #hardened=0
15.89/15.98	c BCD2: #sat=1 #unsat=2 bias=2/3
15.89/15.98	c Solving starts ...
15.89/15.98	c ============================[ Search Statistics ]============================
15.89/15.98	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
15.89/15.98	c       |         |          |          |    Limit     GC | Var      | Constra 
15.89/15.98	c =============================================================================
15.89/15.98	c  0.0s |       0 |        0 |        0 |      425      0 |        0 |        0
15.89/15.99	c  0.0s |       0 |      101 |       55 |      425      0 |        0 |        0
15.89/15.99	c #cpu_time = 0.009s
15.89/15.99	c #wall_clock_time = 0.009s
15.89/15.99	c #decision = 101
15.89/15.99	c #random_decision = 0
15.89/15.99	c #conflict = 55
15.89/15.99	c #restart = 0
15.89/15.99	o 125
15.89/15.99	c BCD2: updating upper bound: 171 -> 124
15.89/15.99	c BCD2: 1 <= obj <= 124
15.89/15.99	c BCD2: #cores=1, #unrelaxed=0, #relaxed=28, #hardened=0
15.89/15.99	c BCD2: #sat=2 #unsat=2 bias=2/4
15.89/15.99	c Solving starts ...
15.89/15.99	c ============================[ Search Statistics ]============================
15.89/15.99	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
15.89/15.99	c       |         |          |          |    Limit     GC | Var      | Constra 
15.89/15.99	c =============================================================================
15.89/15.99	c  0.0s |       0 |        0 |        0 |      425      0 |        0 |        2
15.99/16.01	c  0.0s |       1 |      186 |      100 |      425      1 |        0 |        2
15.99/16.02	c  0.0s |       2 |      498 |      250 |      425      1 |        0 |        2
15.99/16.05	c  0.1s |       3 |      879 |      475 |      425      2 |        0 |        2
15.99/16.09	c  0.1s |       4 |     1497 |      813 |      425      4 |        0 |        2
16.09/16.15	c  0.2s |       5 |     2378 |     1320 |      425      6 |        0 |        2
16.19/16.23	c  0.2s |       6 |     3595 |     2081 |      425      9 |        0 |        2
16.29/16.35	c  0.4s |       7 |     5419 |     3223 |      468     13 |        0 |        2
16.49/16.55	c  0.6s |       8 |     8371 |     4936 |      468     19 |        0 |        2
16.80/16.83	c  0.8s |       9 |    12783 |     7506 |      468     28 |        0 |        2
17.19/17.24	c  1.2s |      10 |    19327 |    11361 |      468     42 |        0 |        2
17.79/17.85	c  1.9s |      11 |    28700 |    17144 |      468     63 |        0 |        2
18.69/18.79	c  2.8s |      12 |    43115 |    25819 |      468     95 |        0 |        2
20.20/20.24	c  4.2s |      13 |    63548 |    38832 |      468    142 |        0 |        2
22.19/22.25	c  6.3s |      13 |    90524 |    56432 |      468    205 |        0 |        2
22.40/22.47	c  6.5s |      14 |    93491 |    58352 |      468    212 |        0 |        2
24.39/24.49	c  8.5s |      14 |   120692 |    75952 |      515    273 |        0 |        2
24.69/24.73	c  8.7s |      14 |   123766 |    77893 |      515    279 |        1 |        4
24.69/24.73	c #cpu_time = 8.708s
24.69/24.73	c #wall_clock_time = 8.731s
24.69/24.73	c #decision = 123766
24.69/24.73	c #random_decision = 355
24.69/24.73	c #conflict = 77893
24.69/24.73	c #restart = 14
24.69/24.73	c BCD2: updating lower bound of a core
24.69/24.73	c lower bound updated to 64
24.69/24.73	c BCD2: 64 <= obj <= 124
24.69/24.73	c BCD2: #cores=1, #unrelaxed=0, #relaxed=28, #hardened=0
24.69/24.73	c BCD2: #sat=2 #unsat=3 bias=3/5
24.69/24.73	c Solving starts ...
24.69/24.73	c ============================[ Search Statistics ]============================
24.69/24.73	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
24.69/24.73	c       |         |          |          |    Limit     GC | Var      | Constra 
24.69/24.73	c =============================================================================
24.69/24.73	c  0.0s |       0 |        0 |        0 |      515      0 |        1 |        4
24.69/24.74	c  0.0s |       1 |      238 |      100 |      515      0 |        1 |        4
24.69/24.76	c  0.0s |       2 |      531 |      250 |      515      1 |        1 |        4
24.69/24.78	c  0.1s |       3 |     1024 |      475 |      515      2 |        1 |        4
24.79/24.82	c  0.1s |       4 |     1631 |      813 |      515      3 |        1 |        4
24.79/24.87	c  0.1s |       5 |     2616 |     1320 |      515      5 |        1 |        4
24.79/24.88	c  0.2s |       5 |     2668 |     1346 |      515      5 |        1 |        4
24.79/24.88	c #cpu_time = 0.152s
24.79/24.88	c #wall_clock_time = 0.152s
24.79/24.88	c #decision = 2668
24.79/24.88	c #random_decision = 5
24.79/24.88	c #conflict = 1346
24.79/24.88	c #restart = 5
24.79/24.88	o 80
24.79/24.88	c BCD2: hardening fixes 7 literals
24.79/24.88	c BCD2: updating upper bound: 124 -> 79
24.79/24.88	c BCD2: 64 <= obj <= 79
24.79/24.88	c BCD2: #cores=1, #unrelaxed=0, #relaxed=21, #hardened=7
24.79/24.88	c BCD2: #sat=3 #unsat=3 bias=3/6
24.79/24.88	c Solving starts ...
24.79/24.88	c ============================[ Search Statistics ]============================
24.79/24.88	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
24.79/24.88	c       |         |          |          |    Limit     GC | Var      | Constra 
24.79/24.88	c =============================================================================
24.79/24.88	c  0.0s |       0 |        0 |        0 |      515      0 |        9 |        6
24.79/24.89	c  0.0s |       1 |      187 |      100 |      515      0 |        9 |        6
24.89/24.91	c  0.0s |       2 |      490 |      250 |      515      0 |        9 |        6
24.89/24.93	c  0.1s |       3 |      909 |      475 |      515      1 |        9 |        6
24.89/24.97	c  0.1s |       4 |     1545 |      813 |      515      2 |        9 |        6
24.99/25.02	c  0.1s |       5 |     2469 |     1320 |      515      4 |        9 |        6
25.09/25.10	c  0.2s |       6 |     3674 |     2081 |      515      7 |        9 |        6
25.19/25.22	c  0.3s |       7 |     5615 |     3223 |      515     10 |        9 |        6
25.29/25.39	c  0.5s |       8 |     8629 |     4936 |      515     16 |        9 |        6
25.59/25.65	c  0.8s |       9 |    13187 |     7506 |      515     25 |        9 |        6
25.99/26.07	c  1.2s |      10 |    19142 |    11361 |      515     37 |        9 |        6
26.59/26.69	c  1.8s |      11 |    28639 |    17144 |      515     57 |        9 |        6
27.49/27.59	c  2.7s |      12 |    43298 |    25819 |      515     86 |        9 |        6
28.99/29.02	c  4.1s |      13 |    65122 |    38832 |      515    129 |        9 |        6
30.99/31.03	c  6.1s |      13 |    95713 |    56932 |      515    191 |        9 |        6
31.09/31.18	c  6.3s |      14 |    97797 |    58352 |      515    196 |        9 |        6
33.09/33.19	c  8.3s |      14 |   127788 |    76452 |      515    257 |        9 |        6
34.39/34.41	c  9.5s |      15 |   146084 |    87632 |      567    294 |        9 |        6
36.38/36.42	c 11.5s |      15 |   175765 |   105832 |      567    350 |        9 |        6
37.79/37.83	c 13.0s |      15 |   196241 |   118596 |      567    389 |       10 |        8
37.79/37.83	c #cpu_time = 12.920s
37.79/37.83	c #wall_clock_time = 12.954s
37.79/37.83	c #decision = 196241
37.79/37.83	c #random_decision = 595
37.79/37.83	c #conflict = 118596
37.79/37.83	c #restart = 15
37.79/37.83	c BCD2: updating lower bound of a core
37.79/37.83	c lower bound updated to 79
37.79/37.83	c BCD2: 79 <= obj <= 79
37.79/37.83	c BCD2: #cores=1, #unrelaxed=0, #relaxed=21, #hardened=7
37.79/37.83	c BCD2: #sat=3 #unsat=4 bias=4/7
37.79/37.83	c Solving starts ...
37.79/37.83	c ============================[ Search Statistics ]============================
37.79/37.83	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
37.79/37.83	c       |         |          |          |    Limit     GC | Var      | Constra 
37.79/37.83	c =============================================================================
37.79/37.83	c  0.0s |       0 |        0 |        0 |      567      0 |       10 |        8
37.79/37.85	c  0.0s |       1 |      216 |      100 |      567      0 |       10 |        8
37.79/37.87	c  0.0s |       2 |      549 |      250 |      567      0 |       10 |        8
37.79/37.89	c  0.1s |       3 |      964 |      475 |      567      1 |       10 |        8
37.88/37.93	c  0.1s |       4 |     1555 |      813 |      567      2 |       10 |        8
37.88/37.99	c  0.2s |       5 |     2392 |     1320 |      567      4 |       10 |        8
37.98/38.08	c  0.2s |       6 |     3814 |     2081 |      567      6 |       10 |        8
38.18/38.20	c  0.4s |       7 |     5849 |     3223 |      567     10 |       10 |        8
38.28/38.39	c  0.6s |       8 |     8820 |     4936 |      567     15 |       10 |        8
38.58/38.67	c  0.8s |       9 |    12764 |     7506 |      567     23 |       10 |        8
38.98/39.08	c  1.2s |      10 |    18861 |    11361 |      567     34 |       10 |        8
39.68/39.72	c  1.9s |      11 |    27771 |    17144 |      567     52 |       10 |        8
40.58/40.67	c  2.8s |      12 |    42074 |    25819 |      567     79 |       10 |        8
41.98/42.07	c  4.2s |      13 |    63081 |    38832 |      567    119 |       10 |        8
43.98/44.08	c  6.2s |      13 |    92694 |    57032 |      567    175 |       10 |        8
44.18/44.22	c  6.4s |      14 |    94885 |    58352 |      567    179 |       10 |        8
46.18/46.23	c  8.4s |      14 |   124694 |    76852 |      567    235 |       10 |        8
47.28/47.38	c  9.5s |      14 |   141692 |    87280 |      567    267 |       11 |       10
47.28/47.38	c #cpu_time = 9.519s
47.28/47.38	c #wall_clock_time = 9.544s
47.28/47.38	c #decision = 141692
47.28/47.38	c #random_decision = 423
47.28/47.38	c #conflict = 87280
47.28/47.38	c #restart = 14
47.28/47.38	c BCD2: updating lower bound of a core
47.28/47.38	c lower bound updated to 88
47.28/47.38	s OPTIMUM FOUND
47.28/47.38	v -x1 -x2 -x3 -x4 -x5 -x6 -x7 -x8 -x9 -x10
47.28/47.38	v -x11 x12 -x13 -x14 -x15 x16 -x17 -x18 -x19 -x20
47.28/47.38	v -x21 -x22 -x23 -x24 -x25 -x26 x27 -x28 -x29 -x30
47.28/47.38	v -x31 -x32 -x33 -x34 -x35 -x36 -x37 -x38 -x39 -x40
47.28/47.38	v -x41 -x42 -x43 -x44 -x45 x46 -x47 -x48 -x49 -x50
47.28/47.38	v -x51 -x52 -x53 -x54 -x55 -x56 -x57 -x58 -x59 -x60
47.28/47.38	v x61 -x62 -x63 -x64 -x65 -x66 x67 -x68 -x69 -x70
47.28/47.38	v -x71 -x72 -x73 -x74 -x75 -x76 -x77 -x78 -x79 -x80
47.28/47.38	v -x81 -x82 -x83 -x84 -x85 -x86 -x87 -x88 -x89 -x90
47.28/47.38	v x91 -x92 -x93 -x94 -x95 -x96 -x97 -x98 -x99 -x100
47.28/47.38	v x101 -x102 -x103 -x104 -x105 -x106 -x107 -x108 -x109 -x110
47.28/47.38	v -x111 x112 -x113 -x114 -x115 -x116 -x117 -x118 -x119 -x120
47.28/47.38	v -x121 x122 -x123 -x124 -x125 -x126 -x127 -x128 -x129 -x130
47.28/47.38	v -x131 -x132 -x133 -x134 -x135 -x136 -x137 -x138 -x139 -x140
47.28/47.38	v x141 -x142 -x143 -x144 -x145 -x146 x147 -x148 -x149 -x150
47.28/47.38	v -x151 -x152 -x153 -x154 -x155 -x156 -x157 -x158 -x159 -x160
47.28/47.38	v -x161 x162 -x163 -x164 -x165 -x166 -x167 -x168 -x169
47.28/47.38	c total CPU time = 47.259s
47.28/47.38	c total wall clock time = 47.383s

Verifier Data

OK	80

Watcher Data

runsolver Copyright (C) 2010-2013 Olivier ROUSSEL

This is runsolver version 3.3.7 (svn: 2553)

This program is distributed in the hope that it will be useful,
but WITHOUT ANY WARRANTY; without even the implied warranty of
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
GNU General Public License for more details.

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4109274-1466343624/watcher-4109274-1466343624 -o /tmp/evaluation-result-4109274-1466343624/solver-4109274-1466343624 -C 1800 -W 1900 -M 15500 --bin-var /tmp/runsolver-exch-node113-1466341823-29123 --watchdog 1960 toysat +RTS -H1G -M15500m -K1G -RTS --wbo --search=bcd2 HOME/instance-4109274-1466343624.wbo 

pid=29295
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.08 2.12 1.83 4/180 29298
/proc/meminfo: memFree=30565868/32872528 swapFree=877056/942464
[pid=29298] ppid=29295 vsize=786876 CPUtime=0 cores=0,2,4,6
/proc/29298/stat : 29298 (toysat) R 29295 29298 29107 0 -1 4202496 2949 0 0 0 0 0 0 0 20 0 4 0 36411360 805761024 2799 33554432000 4194304 16246674 140735592409744 140735592409168 15002730 0 2 0 34082818 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/29298/statm: 197487 2807 441 2943 0 194381 0
[pid=29298/tid=29299] ppid=29295 vsize=805308 CPUtime=0 cores=0,2,4,6
/proc/29298/task/29299/stat : 29299 (toysat) S 29295 29298 29107 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 4 0 36411360 824635392 2867 33554432000 4194304 16246674 140735592409744 140572334468336 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 4 0 0 0 0 0
[pid=29298/tid=29300] ppid=29295 vsize=809404 CPUtime=0 cores=0,2,4,6
/proc/29298/task/29300/stat : 29300 (toysat) S 29295 29298 29107 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 36411360 828829696 2883 33554432000 4194304 16246674 140735592409744 140572323978480 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 0 0 0 0 0 0
[pid=29298/tid=29301] ppid=29295 vsize=813500 CPUtime=0 cores=0,2,4,6
/proc/29298/task/29301/stat : 29301 (toysat) S 29295 29298 29107 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 4 0 36411360 833024000 2899 33554432000 4194304 16246674 140735592409744 140572313504944 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 4 0 0 0 0 0

[startup+0.100116 s]
/proc/loadavg: 2.08 2.12 1.83 4/180 29298
/proc/meminfo: memFree=30565868/32872528 swapFree=877056/942464
[pid=29298] ppid=29295 vsize=1218116 CPUtime=0.09 cores=0,2,4,6
/proc/29298/stat : 29298 (toysat) R 29295 29298 29107 0 -1 4202496 18483 0 0 0 7 2 0 0 20 0 4 0 36411360 1247350784 18325 33554432000 4194304 16246674 140735592409744 140735592391616 6142781 0 0 0 34082818 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/29298/statm: 304529 18329 617 2943 0 301423 0
[pid=29298/tid=29299] ppid=29295 vsize=1218116 CPUtime=0 cores=0,2,4,6
/proc/29298/task/29299/stat : 29299 (toysat) S 29295 29298 29107 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 4 0 36411360 1247350784 18330 33554432000 4194304 16246674 140735592409744 140572334468336 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 4 0 0 0 0 0
[pid=29298/tid=29300] ppid=29295 vsize=1218116 CPUtime=0 cores=0,2,4,6
/proc/29298/task/29300/stat : 29300 (toysat) S 29295 29298 29107 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 36411360 1247350784 18336 33554432000 4194304 16246674 140735592409744 140572323978480 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 0 0 0 0 0 0
[pid=29298/tid=29301] ppid=29295 vsize=1218116 CPUtime=0 cores=0,2,4,6
/proc/29298/task/29301/stat : 29301 (toysat) S 29295 29298 29107 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 4 0 36411360 1247350784 18336 33554432000 4194304 16246674 140735592409744 140572313504944 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.200506 s]
/proc/loadavg: 2.08 2.12 1.83 4/180 29298
/proc/meminfo: memFree=30565868/32872528 swapFree=877056/942464
[pid=29298] ppid=29295 vsize=1218116 CPUtime=0.19 cores=0,2,4,6
/proc/29298/stat : 29298 (toysat) R 29295 29298 29107 0 -1 4202496 26374 0 0 0 16 3 0 0 20 0 4 0 36411360 1247350784 26217 33554432000 4194304 16246674 140735592409744 140735592391616 12459121 0 0 0 34082818 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/29298/statm: 304529 26220 617 2943 0 301423 0
[pid=29298/tid=29299] ppid=29295 vsize=1218116 CPUtime=0 cores=0,2,4,6
/proc/29298/task/29299/stat : 29299 (toysat) S 29295 29298 29107 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 4 0 36411360 1247350784 26225 33554432000 4194304 16246674 140735592409744 140572334468336 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 4 0 0 0 0 0
[pid=29298/tid=29300] ppid=29295 vsize=1218116 CPUtime=0 cores=0,2,4,6
/proc/29298/task/29300/stat : 29300 (toysat) S 29295 29298 29107 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 36411360 1247350784 26225 33554432000 4194304 16246674 140735592409744 140572323978480 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 0 0 0 0 0 0
[pid=29298/tid=29301] ppid=29295 vsize=1218116 CPUtime=0 cores=0,2,4,6
/proc/29298/task/29301/stat : 29301 (toysat) S 29295 29298 29107 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 4 0 36411360 1247350784 26230 33554432000 4194304 16246674 140735592409744 140572313504944 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 0.19
Current children cumulated vsize (KiB) 1218116

[startup+0.300455 s]
/proc/loadavg: 2.08 2.12 1.83 4/180 29298
/proc/meminfo: memFree=30565868/32872528 swapFree=877056/942464
[pid=29298] ppid=29295 vsize=1218116 CPUtime=0.29 cores=0,2,4,6
/proc/29298/stat : 29298 (toysat) R 29295 29298 29107 0 -1 4202496 37225 0 0 0 24 5 0 0 20 0 4 0 36411360 1247350784 37062 33554432000 4194304 16246674 140735592409744 140735592391616 13954518 0 0 0 34082818 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/29298/statm: 304529 37064 791 2943 0 301423 0
[pid=29298/tid=29299] ppid=29295 vsize=1218116 CPUtime=0 cores=0,2,4,6
/proc/29298/task/29299/stat : 29299 (toysat) S 29295 29298 29107 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 4 0 36411360 1247350784 37067 33554432000 4194304 16246674 140735592409744 140572334468336 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 4 0 0 0 0 0
[pid=29298/tid=29300] ppid=29295 vsize=1218116 CPUtime=0 cores=0,2,4,6
/proc/29298/task/29300/stat : 29300 (toysat) S 29295 29298 29107 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 36411360 1247350784 37072 33554432000 4194304 16246674 140735592409744 140572323978480 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 0 0 0 0 0 0
[pid=29298/tid=29301] ppid=29295 vsize=1218116 CPUtime=0 cores=0,2,4,6
/proc/29298/task/29301/stat : 29301 (toysat) S 29295 29298 29107 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 4 0 36411360 1247350784 37075 33554432000 4194304 16246674 140735592409744 140572313504944 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.700393 s]
/proc/loadavg: 2.08 2.12 1.83 4/180 29298
/proc/meminfo: memFree=30565868/32872528 swapFree=877056/942464
[pid=29298] ppid=29295 vsize=1218116 CPUtime=0.69 cores=0,2,4,6
/proc/29298/stat : 29298 (toysat) R 29295 29298 29107 0 -1 4202496 89077 0 0 0 58 11 0 0 20 0 4 0 36411360 1247350784 88914 33554432000 4194304 16246674 140735592409744 140735592391616 5545885 0 0 0 34082818 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/29298/statm: 304529 88921 792 2943 0 301423 0
[pid=29298/tid=29299] ppid=29295 vsize=1218116 CPUtime=0 cores=0,2,4,6
/proc/29298/task/29299/stat : 29299 (toysat) S 29295 29298 29107 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 4 0 36411360 1247350784 88924 33554432000 4194304 16246674 140735592409744 140572334468336 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 4 0 0 0 0 0
[pid=29298/tid=29300] ppid=29295 vsize=1218116 CPUtime=0 cores=0,2,4,6
/proc/29298/task/29300/stat : 29300 (toysat) S 29295 29298 29107 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 36411360 1247350784 88927 33554432000 4194304 16246674 140735592409744 140572323978480 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 0 0 0 0 0 0
[pid=29298/tid=29301] ppid=29295 vsize=1218116 CPUtime=0 cores=0,2,4,6
/proc/29298/task/29301/stat : 29301 (toysat) S 29295 29298 29107 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 4 0 36411360 1247350784 88933 33554432000 4194304 16246674 140735592409744 140572313504944 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.50038 s]
/proc/loadavg: 2.08 2.12 1.83 4/184 29302
/proc/meminfo: memFree=29242988/32872528 swapFree=877056/942464
[pid=29298] ppid=29295 vsize=1218116 CPUtime=1.49 cores=0,2,4,6
/proc/29298/stat : 29298 (toysat) R 29295 29298 29107 0 -1 4202496 200656 0 0 0 122 27 0 0 20 0 4 0 36411360 1247350784 200491 33554432000 4194304 16246674 140735592409744 140735592392744 5831697 0 0 0 34082818 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/29298/statm: 304529 200497 816 2943 0 301423 0
[pid=29298/tid=29299] ppid=29295 vsize=1218116 CPUtime=0 cores=0,2,4,6
/proc/29298/task/29299/stat : 29299 (toysat) S 29295 29298 29107 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 4 0 36411360 1247350784 200498 33554432000 4194304 16246674 140735592409744 140572334468336 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 4 0 0 0 0 0
[pid=29298/tid=29300] ppid=29295 vsize=1218116 CPUtime=0 cores=0,2,4,6
/proc/29298/task/29300/stat : 29300 (toysat) S 29295 29298 29107 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 36411360 1247350784 200506 33554432000 4194304 16246674 140735592409744 140572323978480 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 0 0 0 0 0 0
[pid=29298/tid=29301] ppid=29295 vsize=1218116 CPUtime=0 cores=0,2,4,6
/proc/29298/task/29301/stat : 29301 (toysat) S 29295 29298 29107 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 4 0 36411360 1247350784 200510 33554432000 4194304 16246674 140735592409744 140572313504944 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.1004 s]
/proc/loadavg: 2.08 2.12 1.83 4/184 29302
/proc/meminfo: memFree=28649524/32872528 swapFree=877056/942464
[pid=29298] ppid=29295 vsize=1305156 CPUtime=3.09 cores=0,2,4,6
/proc/29298/stat : 29298 (toysat) R 29295 29298 29107 0 -1 4202496 267356 0 0 0 273 36 0 0 20 0 4 0 36411360 1336479744 267169 33554432000 4194304 16246674 140735592409744 140735592391616 6023234 0 0 0 34082818 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/29298/statm: 326289 267169 874 2943 0 323183 0
[pid=29298/tid=29299] ppid=29295 vsize=1305156 CPUtime=0 cores=0,2,4,6
/proc/29298/task/29299/stat : 29299 (toysat) S 29295 29298 29107 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 4 0 36411360 1336479744 267169 33554432000 4194304 16246674 140735592409744 140572334468336 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 4 0 0 0 0 0
[pid=29298/tid=29300] ppid=29295 vsize=1305156 CPUtime=0 cores=0,2,4,6
/proc/29298/task/29300/stat : 29300 (toysat) S 29295 29298 29107 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 36411360 1336479744 267169 33554432000 4194304 16246674 140735592409744 140572323978480 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 0 0 0 0 0 0
[pid=29298/tid=29301] ppid=29295 vsize=1305156 CPUtime=0 cores=0,2,4,6
/proc/29298/task/29301/stat : 29301 (toysat) S 29295 29298 29107 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 4 0 36411360 1336479744 267169 33554432000 4194304 16246674 140735592409744 140572313504944 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.30044 s]
/proc/loadavg: 2.07 2.12 1.83 3/184 29302
/proc/meminfo: memFree=28526812/32872528 swapFree=877056/942464
[pid=29298] ppid=29295 vsize=1306180 CPUtime=6.29 cores=0,2,4,6
/proc/29298/stat : 29298 (toysat) R 29295 29298 29107 0 -1 4202496 267539 0 0 0 593 36 0 0 20 0 4 0 36411360 1337528320 267352 33554432000 4194304 16246674 140735592409744 140735592391616 13191272 0 0 0 34082818 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/29298/statm: 326545 267352 874 2943 0 323439 0
[pid=29298/tid=29299] ppid=29295 vsize=1306180 CPUtime=0 cores=0,2,4,6
/proc/29298/task/29299/stat : 29299 (toysat) S 29295 29298 29107 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 4 0 36411360 1337528320 267352 33554432000 4194304 16246674 140735592409744 140572334468336 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 4 0 0 0 0 0
[pid=29298/tid=29300] ppid=29295 vsize=1306180 CPUtime=0 cores=0,2,4,6
/proc/29298/task/29300/stat : 29300 (toysat) S 29295 29298 29107 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 36411360 1337528320 267352 33554432000 4194304 16246674 140735592409744 140572323978480 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 0 0 0 0 0 0
[pid=29298/tid=29301] ppid=29295 vsize=1306180 CPUtime=0 cores=0,2,4,6
/proc/29298/task/29301/stat : 29301 (toysat) S 29295 29298 29107 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 4 0 36411360 1337528320 267352 33554432000 4194304 16246674 140735592409744 140572313504944 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.07 2.12 1.83 3/184 29302
/proc/meminfo: memFree=28527608/32872528 swapFree=877056/942464
[pid=29298] ppid=29295 vsize=1306180 CPUtime=12.69 cores=0,2,4,6
/proc/29298/stat : 29298 (toysat) R 29295 29298 29107 0 -1 4202496 267603 0 0 0 1232 37 0 0 20 0 4 0 36411360 1337528320 267416 33554432000 4194304 16246674 140735592409744 140735592392744 6011060 0 0 0 34082818 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/29298/statm: 326545 267416 874 2943 0 323439 0
[pid=29298/tid=29299] ppid=29295 vsize=1306180 CPUtime=0 cores=0,2,4,6
/proc/29298/task/29299/stat : 29299 (toysat) S 29295 29298 29107 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 4 0 36411360 1337528320 267416 33554432000 4194304 16246674 140735592409744 140572334468336 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 4 0 0 0 0 0
[pid=29298/tid=29300] ppid=29295 vsize=1306180 CPUtime=0 cores=0,2,4,6
/proc/29298/task/29300/stat : 29300 (toysat) S 29295 29298 29107 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 36411360 1337528320 267416 33554432000 4194304 16246674 140735592409744 140572323978480 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 0 0 0 0 0 0
[pid=29298/tid=29301] ppid=29295 vsize=1306180 CPUtime=0 cores=0,2,4,6
/proc/29298/task/29301/stat : 29301 (toysat) S 29295 29298 29107 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 4 0 36411360 1337528320 267416 33554432000 4194304 16246674 140735592409744 140572313504944 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.28 2.16 1.85 3/184 29351
/proc/meminfo: memFree=28527072/32872528 swapFree=877056/942464
[pid=29298] ppid=29295 vsize=1306180 CPUtime=25.49 cores=0,2,4,6
/proc/29298/stat : 29298 (toysat) R 29295 29298 29107 0 -1 4202496 267675 0 0 0 2512 37 0 0 20 0 4 0 36411360 1337528320 267488 33554432000 4194304 16246674 140735592409744 140735592392744 13906976 0 0 0 34082818 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/29298/statm: 326545 267488 883 2943 0 323439 0
[pid=29298/tid=29299] ppid=29295 vsize=1306180 CPUtime=0 cores=0,2,4,6
/proc/29298/task/29299/stat : 29299 (toysat) S 29295 29298 29107 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 4 0 36411360 1337528320 267488 33554432000 4194304 16246674 140735592409744 140572334468336 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 4 0 0 0 0 0
[pid=29298/tid=29300] ppid=29295 vsize=1306180 CPUtime=0 cores=0,2,4,6
/proc/29298/task/29300/stat : 29300 (toysat) S 29295 29298 29107 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 36411360 1337528320 267488 33554432000 4194304 16246674 140735592409744 140572323978480 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 0 0 0 0 0 0
[pid=29298/tid=29301] ppid=29295 vsize=1306180 CPUtime=0 cores=0,2,4,6
/proc/29298/task/29301/stat : 29301 (toysat) S 29295 29298 29107 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 4 0 36411360 1337528320 267488 33554432000 4194304 16246674 140735592409744 140572313504944 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 25.49
Current children cumulated vsize (KiB) 1306180

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

[startup+25.9004 s]
/proc/loadavg: 2.28 2.16 1.85 3/184 29351
/proc/meminfo: memFree=28526208/32872528 swapFree=877056/942464
[pid=29298] ppid=29295 vsize=1306180 CPUtime=25.89 cores=0,2,4,6
/proc/29298/stat : 29298 (toysat) R 29295 29298 29107 0 -1 4202496 267675 0 0 0 2552 37 0 0 20 0 4 0 36411360 1337528320 267488 33554432000 4194304 16246674 140735592409744 140735592392744 5662704 0 0 0 34082818 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/29298/statm: 326545 267488 883 2943 0 323439 0
[pid=29298/tid=29299] ppid=29295 vsize=1306180 CPUtime=0 cores=0,2,4,6
/proc/29298/task/29299/stat : 29299 (toysat) S 29295 29298 29107 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 4 0 36411360 1337528320 267488 33554432000 4194304 16246674 140735592409744 140572334468336 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 4 0 0 0 0 0
[pid=29298/tid=29300] ppid=29295 vsize=1306180 CPUtime=0 cores=0,2,4,6
/proc/29298/task/29300/stat : 29300 (toysat) S 29295 29298 29107 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 36411360 1337528320 267488 33554432000 4194304 16246674 140735592409744 140572323978480 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 0 0 0 0 0 0
[pid=29298/tid=29301] ppid=29295 vsize=1306180 CPUtime=0 cores=0,2,4,6
/proc/29298/task/29301/stat : 29301 (toysat) S 29295 29298 29107 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 4 0 36411360 1337528320 267488 33554432000 4194304 16246674 140735592409744 140572313504944 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 25.89
Current children cumulated vsize (KiB) 1306180

[startup+38.7004 s]
/proc/loadavg: 2.24 2.15 1.85 4/183 29351
/proc/meminfo: memFree=28526160/32872528 swapFree=877056/942464
[pid=29298] ppid=29295 vsize=1306180 CPUtime=38.68 cores=0,2,4,6
/proc/29298/stat : 29298 (toysat) R 29295 29298 29107 0 -1 4202496 267676 0 0 0 3831 37 0 0 20 0 4 0 36411360 1337528320 267489 33554432000 4194304 16246674 140735592409744 140735592392744 7250064 0 0 0 34082818 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/29298/statm: 326545 267489 883 2943 0 323439 0
[pid=29298/tid=29299] ppid=29295 vsize=1306180 CPUtime=0 cores=0,2,4,6
/proc/29298/task/29299/stat : 29299 (toysat) S 29295 29298 29107 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 4 0 36411360 1337528320 267489 33554432000 4194304 16246674 140735592409744 140572334468336 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 4 0 0 0 0 0
[pid=29298/tid=29300] ppid=29295 vsize=1306180 CPUtime=0 cores=0,2,4,6
/proc/29298/task/29300/stat : 29300 (toysat) S 29295 29298 29107 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 36411360 1337528320 267489 33554432000 4194304 16246674 140735592409744 140572323978480 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 0 0 0 0 0 0
[pid=29298/tid=29301] ppid=29295 vsize=1306180 CPUtime=0 cores=0,2,4,6
/proc/29298/task/29301/stat : 29301 (toysat) S 29295 29298 29107 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 4 0 36411360 1337528320 267489 33554432000 4194304 16246674 140735592409744 140572313504944 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 38.68
Current children cumulated vsize (KiB) 1306180

[startup+41.9004 s]
/proc/loadavg: 2.22 2.15 1.85 3/183 29351
/proc/meminfo: memFree=28526040/32872528 swapFree=877056/942464
[pid=29298] ppid=29295 vsize=1306180 CPUtime=41.88 cores=0,2,4,6
/proc/29298/stat : 29298 (toysat) R 29295 29298 29107 0 -1 4202496 267676 0 0 0 4151 37 0 0 20 0 4 0 36411360 1337528320 267489 33554432000 4194304 16246674 140735592409744 140735592391616 6073975 0 0 0 34082818 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/29298/statm: 326545 267489 883 2943 0 323439 0
[pid=29298/tid=29299] ppid=29295 vsize=1306180 CPUtime=0 cores=0,2,4,6
/proc/29298/task/29299/stat : 29299 (toysat) S 29295 29298 29107 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 4 0 36411360 1337528320 267489 33554432000 4194304 16246674 140735592409744 140572334468336 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 4 0 0 0 0 0
[pid=29298/tid=29300] ppid=29295 vsize=1306180 CPUtime=0 cores=0,2,4,6
/proc/29298/task/29300/stat : 29300 (toysat) S 29295 29298 29107 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 36411360 1337528320 267489 33554432000 4194304 16246674 140735592409744 140572323978480 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 0 0 0 0 0 0
[pid=29298/tid=29301] ppid=29295 vsize=1306180 CPUtime=0 cores=0,2,4,6
/proc/29298/task/29301/stat : 29301 (toysat) S 29295 29298 29107 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 4 0 36411360 1337528320 267489 33554432000 4194304 16246674 140735592409744 140572313504944 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 41.88
Current children cumulated vsize (KiB) 1306180

[startup+45.1003 s]
/proc/loadavg: 2.20 2.15 1.85 3/183 29351
/proc/meminfo: memFree=28525916/32872528 swapFree=877056/942464
[pid=29298] ppid=29295 vsize=1306180 CPUtime=45.08 cores=0,2,4,6
/proc/29298/stat : 29298 (toysat) R 29295 29298 29107 0 -1 4202496 267676 0 0 0 4471 37 0 0 20 0 4 0 36411360 1337528320 267489 33554432000 4194304 16246674 140735592409744 140735592392744 5712608 0 0 0 34082818 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/29298/statm: 326545 267489 883 2943 0 323439 0
[pid=29298/tid=29299] ppid=29295 vsize=1306180 CPUtime=0 cores=0,2,4,6
/proc/29298/task/29299/stat : 29299 (toysat) S 29295 29298 29107 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 4 0 36411360 1337528320 267489 33554432000 4194304 16246674 140735592409744 140572334468336 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 4 0 0 0 0 0
[pid=29298/tid=29300] ppid=29295 vsize=1306180 CPUtime=0 cores=0,2,4,6
/proc/29298/task/29300/stat : 29300 (toysat) S 29295 29298 29107 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 36411360 1337528320 267489 33554432000 4194304 16246674 140735592409744 140572323978480 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 0 0 0 0 0 0
[pid=29298/tid=29301] ppid=29295 vsize=1306180 CPUtime=0 cores=0,2,4,6
/proc/29298/task/29301/stat : 29301 (toysat) S 29295 29298 29107 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 4 0 36411360 1337528320 267489 33554432000 4194304 16246674 140735592409744 140572313504944 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 45.08
Current children cumulated vsize (KiB) 1306180

[startup+46.7005 s]
/proc/loadavg: 2.20 2.15 1.85 3/183 29351
/proc/meminfo: memFree=28526044/32872528 swapFree=877056/942464
[pid=29298] ppid=29295 vsize=1306180 CPUtime=46.68 cores=0,2,4,6
/proc/29298/stat : 29298 (toysat) R 29295 29298 29107 0 -1 4202496 267676 0 0 0 4631 37 0 0 20 0 4 0 36411360 1337528320 267489 33554432000 4194304 16246674 140735592409744 140735592391616 5711956 0 0 0 34082818 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/29298/statm: 326545 267489 883 2943 0 323439 0
[pid=29298/tid=29299] ppid=29295 vsize=1306180 CPUtime=0 cores=0,2,4,6
/proc/29298/task/29299/stat : 29299 (toysat) S 29295 29298 29107 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 4 0 36411360 1337528320 267489 33554432000 4194304 16246674 140735592409744 140572334468336 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 4 0 0 0 0 0
[pid=29298/tid=29300] ppid=29295 vsize=1306180 CPUtime=0 cores=0,2,4,6
/proc/29298/task/29300/stat : 29300 (toysat) S 29295 29298 29107 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 36411360 1337528320 267489 33554432000 4194304 16246674 140735592409744 140572323978480 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 0 0 0 0 0 0
[pid=29298/tid=29301] ppid=29295 vsize=1306180 CPUtime=0 cores=0,2,4,6
/proc/29298/task/29301/stat : 29301 (toysat) S 29295 29298 29107 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 4 0 36411360 1337528320 267489 33554432000 4194304 16246674 140735592409744 140572313504944 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 46.68
Current children cumulated vsize (KiB) 1306180

[startup+47.1003 s]
/proc/loadavg: 2.20 2.15 1.85 3/183 29351
/proc/meminfo: memFree=28526044/32872528 swapFree=877056/942464
[pid=29298] ppid=29295 vsize=1306180 CPUtime=47.08 cores=0,2,4,6
/proc/29298/stat : 29298 (toysat) R 29295 29298 29107 0 -1 4202496 267676 0 0 0 4671 37 0 0 20 0 4 0 36411360 1337528320 267489 33554432000 4194304 16246674 140735592409744 140735592391616 5598428 0 0 0 34082818 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/29298/statm: 326545 267489 883 2943 0 323439 0
[pid=29298/tid=29299] ppid=29295 vsize=1306180 CPUtime=0 cores=0,2,4,6
/proc/29298/task/29299/stat : 29299 (toysat) S 29295 29298 29107 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 4 0 36411360 1337528320 267489 33554432000 4194304 16246674 140735592409744 140572334468336 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 4 0 0 0 0 0
[pid=29298/tid=29300] ppid=29295 vsize=1306180 CPUtime=0 cores=0,2,4,6
/proc/29298/task/29300/stat : 29300 (toysat) S 29295 29298 29107 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 36411360 1337528320 267489 33554432000 4194304 16246674 140735592409744 140572323978480 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 0 0 0 0 0 0
[pid=29298/tid=29301] ppid=29295 vsize=1306180 CPUtime=0 cores=0,2,4,6
/proc/29298/task/29301/stat : 29301 (toysat) S 29295 29298 29107 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 4 0 36411360 1337528320 267489 33554432000 4194304 16246674 140735592409744 140572313504944 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 47.08
Current children cumulated vsize (KiB) 1306180

[startup+47.3004 s]
/proc/loadavg: 2.20 2.15 1.85 3/183 29351
/proc/meminfo: memFree=28526044/32872528 swapFree=877056/942464
[pid=29298] ppid=29295 vsize=1306180 CPUtime=47.28 cores=0,2,4,6
/proc/29298/stat : 29298 (toysat) R 29295 29298 29107 0 -1 4202496 267676 0 0 0 4691 37 0 0 20 0 4 0 36411360 1337528320 267489 33554432000 4194304 16246674 140735592409744 140735592391616 12483432 0 0 0 34082818 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/29298/statm: 326545 267489 883 2943 0 323439 0
[pid=29298/tid=29299] ppid=29295 vsize=1306180 CPUtime=0 cores=0,2,4,6
/proc/29298/task/29299/stat : 29299 (toysat) S 29295 29298 29107 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 4 0 36411360 1337528320 267489 33554432000 4194304 16246674 140735592409744 140572334468336 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 4 0 0 0 0 0
[pid=29298/tid=29300] ppid=29295 vsize=1306180 CPUtime=0 cores=0,2,4,6
/proc/29298/task/29300/stat : 29300 (toysat) S 29295 29298 29107 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 36411360 1337528320 267489 33554432000 4194304 16246674 140735592409744 140572323978480 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 0 0 0 0 0 0
[pid=29298/tid=29301] ppid=29295 vsize=1306180 CPUtime=0 cores=0,2,4,6
/proc/29298/task/29301/stat : 29301 (toysat) S 29295 29298 29107 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 4 0 36411360 1337528320 267489 33554432000 4194304 16246674 140735592409744 140572313504944 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 47.28
Current children cumulated vsize (KiB) 1306180

[startup+47.4004 s]
/proc/loadavg: 2.20 2.15 1.85 3/183 29351
/proc/meminfo: memFree=28526044/32872528 swapFree=877056/942464
[pid=29298] ppid=29295 vsize=0 CPUtime=47.38 cores=0,2,4,6
/proc/29298/stat : 29298 (toysat) R 29295 29298 29107 0 -1 4202500 267680 0 0 0 4699 39 0 0 20 0 1 0 36411360 0 0 33554432000 0 0 0 0 0 0 0 33554432 0 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/29298/statm: 0 0 0 0 0 0 0
Current children cumulated CPU time (s) 47.38
Current children cumulated vsize (KiB) 0

Child status: 0
Real time (s): 47.4441
CPU time (s): 47.4358
CPU user time (s): 46.9989
CPU system time (s): 0.436933
CPU usage (%): 99.9824
Max. virtual memory (cumulated for all children) (KiB): 1306180

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 46.9989
system time used= 0.436933
maximum resident set size= 1069968
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 267680
page faults= 0
swaps= 0
block input operations= 0
block output operations= 0
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 19
involuntary context switches= 51

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 0.213967 second user time and 0.25996 second system time

The end

Launcher Data

Begin job on node113 at 2016-06-19 15:40:24
IDJOB=4109274
IDBENCH=78762
IDSOLVER=2553
FILE ID=node113/4109274-1466343624
RUNJOBID= node113-1466341823-29123
PBS_JOBID= 19922039
Free space on /tmp= 71692 MiB

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

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

MD5SUM BENCH= 5fef1d5c6cd232e8e71521e3f343f9ba
RANDOM SEED=169042050

node113.alineos.net Linux 2.6.32-71.29.1.el6.x86_64 #1 SMP Mon Jun 27 19:49:27 BST 2011

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

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

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

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

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

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

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

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


/proc/meminfo:
MemTotal:       32872528 kB
MemFree:        30571224 kB
Buffers:          150280 kB
Cached:           368212 kB
SwapCached:         1964 kB
Active:           251828 kB
Inactive:         362708 kB
Active(anon):      95964 kB
Inactive(anon):     2224 kB
Active(file):     155864 kB
Inactive(file):   360484 kB
Unevictable:      942464 kB
Mlocked:          877056 kB
SwapTotal:      67108856 kB
SwapFree:       67099096 kB
Dirty:             32620 kB
Writeback:             0 kB
AnonPages:       1074392 kB
Mapped:             9760 kB
Shmem:                 0 kB
Slab:             608340 kB
SReclaimable:      52416 kB
SUnreclaim:       555924 kB
KernelStack:        1528 kB
PageTables:         7380 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545120 kB
Committed_AS:    2070996 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346412 kB
VmallocChunk:   34341988032 kB
HardwareCorrupted:     0 kB
AnonHugePages:    102400 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:        7552 kB
DirectMap2M:    33538048 kB

Free space on /tmp at the end= 71672 MiB
End job on node113 at 2016-06-19 15:41:12