Trace number 4109386

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 42.6595 42.6764

General information on the benchmark

Name/PARTIAL-SMALLINT-LIN/PB06/submitted-PB06/namasivayam/wnqueen/
normalized-t2001.13queen13.1111212272--soft-66-100-0.wbo
MD5SUMc34f6b7b2f7cd9da9c04c2c1e41fcc3c
Bench CategoryPARTIAL-SMALLINT-LIN (both soft and hard constraints, small integers, linear constraints)
Best result obtained on this benchmarkMOPT
Best cost obtained on this benchmark36
Best CPU time to get the best result obtained on this benchmark11.5242
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 1210
Number of bits of the biggest sum of numbers11
Number of products (including duplicates)0
Sum of products size (including duplicates)0
Number of different products0
Sum of products size0

Quality of the solution as a function of time


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

Solver Data

0.00/0.00	c 2016-06-19T15:41:39+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-4109386-1466343699.wbo"]
0.00/0.01	c use --random-gen="1557691317 3871598466 2009394977 708761221 2385618787 2326401753 3956558056 1020516809 3504093905 1063197802 1477705250 3351655110 1160658369 2634199859 3897009814 1270924929 601659221 1476432328 177865579 1853818742 1526493056 16118785 144979147 3831953977 1618468779 3974942229 2367381263 159542096 117268156 4193694871 796151591 2143781944 1875357942 1315427862 2715198361 253555860 340452029 596909229 262348551 2130628505 4105369127 1467756646 3109619066 83720174 4248556536 2536609224 1786276406 1184711172 2299887989 3951174310 4291155170 2923446696 2827858692 2664373277 567407967 3866552166 164106729 3769098584 117818105 2629043359 383443929 322821916 3765429481 3075867902 1969409319 3378175576 3547914762 3400619336 1347125806 3930592610 3856084564 1680331506 2282930945 1933798763 2821657703 3587267272 2999507302 2358665550 2857209150 3058971391 81559338 3616198713 1547279494 513195525 3904284353 2097237074 1335227275 760227791 604245128 2680058299 2804771477 878375660 2957910376 1429757527 1993717145 2703011516 2288990989 4258862760 2479464211 71008792 3965072423 2379849320 2792608802 2697063173 3637799594 2136231992 2044193339 1736986809 3841914609 1731582090 4213274094 3150577792 204054701 210080312 2239065262 3649473690 2923927278 3217443374 1311008440 795908231 1839999729 1141003448 2767820442 3807638409 2305715190 217629582 3080803261 2374247551 576725722 2451621953 1288918029 3902495093 3674380289 1278875731 1898829931 584694544 203075594 1093584391 3311958724 1730210929 4264983543 932344857 3520028711 158605328 1650873218 3850174747 1283411595 2492504621 1519190147 82581170 1525651119 1696379284 561324756 4240590298 3676953166 3152511098 775855159 3319153711 1554483166 1645370537 3944574148 2162817716 4108272283 3142825511 1165699840 2821279620 4013501050 2103223383 4119110571 4250454001 4074098350 2399722128 2250097789 2510798777 3256852599 4134790237 80135818 2681145255 2698657629 240765525 587511897 456823090 2904478126 1937887815 3264884208 1834192219 89588105 1338933382 920196244 3008583096 1644355698 4213278028 4004012907 2572227247 2571104438 2610255979 175668265 1157333344 1625682701 2003205872 3162848316 3918029385 343692233 2311684931 3026104965 812527130 2746105395 3172441139 2407214505 3024043452 2657075890 3513921203 1457670541 541555561 305574822 3334603839 3119868907 755412130 3949314844 3612120087 2956310583 2824533490 3050745488 878779482 2447752740 2182320940 2782665731 3122370937 986445472 4142408791 79792173 3104650822 1110706508 1895659679 4198172831 4033741761 3806306844 1319908459 3506270215 2622467046 1056290785 2560100272 3517343831 53194350 3947157101 1834195675 2101502843 1855235278 2031378042 3562733019 3152104265 296637751 707475623 358117315 3215719882 1478776161 255 362436" option to reproduce the execution
0.19/0.26	c #vars 169
0.19/0.26	c #constraints 101
0.19/0.26	c BCD2: Hardening is enabled.
0.19/0.26	c BCD2: BiasedSearch is enabled.
0.19/0.26	c Solving starts ...
0.19/0.26	c ============================[ Search Statistics ]============================
0.19/0.26	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
0.19/0.27	c       |         |          |          |    Limit     GC | Var      | Constra 
0.19/0.27	c =============================================================================
0.19/0.27	c  0.0s |       0 |        0 |        0 |       99      0 |        0 |        0
0.19/0.28	c  0.0s |       1 |      154 |      100 |       99      0 |        0 |        0
0.29/0.30	c  0.0s |       2 |      386 |      250 |      109      1 |        0 |        0
0.29/0.32	c  0.1s |       2 |      690 |      437 |      120      3 |        0 |        0
0.29/0.32	c #cpu_time = 0.059s
0.29/0.32	c #wall_clock_time = 0.059s
0.29/0.32	c #decision = 690
0.29/0.32	c #random_decision = 0
0.29/0.32	c #conflict = 437
0.29/0.32	c #restart = 2
0.29/0.32	o 386
0.29/0.32	c BCD2: updating upper bound: 1414 -> 385
0.29/0.32	c BCD2: 0 <= obj <= 385
0.29/0.32	c BCD2: #cores=0, #unrelaxed=28, #relaxed=0, #hardened=0
0.29/0.32	c BCD2: #sat=1 #unsat=1 bias=1/2
0.29/0.32	c Solving starts ...
0.29/0.32	c ============================[ Search Statistics ]============================
0.29/0.32	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
0.29/0.32	c       |         |          |          |    Limit     GC | Var      | Constra 
0.29/0.32	c =============================================================================
0.29/0.33	c  0.0s |       0 |        0 |        0 |      120      0 |        0 |        0
0.29/0.34	c  0.0s |       1 |      166 |      100 |      132      1 |        0 |        0
0.29/0.37	c  0.0s |       2 |      393 |      250 |      132      2 |        0 |        0
0.39/0.40	c  0.1s |       3 |      742 |      475 |      146      4 |        0 |        0
0.39/0.46	c  0.1s |       4 |     1253 |      813 |      146      7 |        0 |        0
0.49/0.55	c  0.2s |       5 |     1947 |     1320 |      161     11 |        0 |        0
0.59/0.68	c  0.4s |       6 |     2965 |     2081 |      178     16 |        0 |        0
0.79/0.86	c  0.5s |       7 |     4601 |     3223 |      196     24 |        0 |        0
1.10/1.14	c  0.8s |       8 |     7098 |     4936 |      216     35 |        0 |        0
1.49/1.54	c  1.2s |       9 |    10842 |     7506 |      238     51 |        0 |        0
1.89/1.97	c  1.6s |      10 |    16180 |    11361 |      262     72 |        0 |        0
2.69/2.71	c  2.4s |      11 |    23853 |    17144 |      289    103 |        0 |        0
3.69/3.74	c  3.4s |      12 |    36126 |    25819 |      318    147 |        0 |        0
5.29/5.31	c  5.0s |      13 |    53898 |    38832 |      350    209 |        0 |        0
7.29/7.31	c  7.0s |      13 |    75700 |    55032 |      350    280 |        0 |        0
7.70/7.71	c  7.4s |      14 |    80390 |    58352 |      386    295 |        0 |        0
9.69/9.72	c  9.4s |      14 |   101251 |    73752 |      386    359 |        0 |        0
10.49/10.55	c 10.2s |      14 |   109072 |    79527 |      386    386 |        0 |        0
10.49/10.55	c #cpu_time = 10.198s
10.49/10.55	c #wall_clock_time = 10.225s
10.49/10.55	c #decision = 109072
10.49/10.55	c #random_decision = 248
10.49/10.55	c #conflict = 79527
10.49/10.55	c #restart = 14
10.49/10.55	c BCD2: found a new core of size 28: cost of the new core is >=1
10.49/10.55	c lower bound updated to 1
10.49/10.55	c BCD2: 1 <= obj <= 385
10.49/10.55	c BCD2: #cores=1, #unrelaxed=0, #relaxed=28, #hardened=0
10.49/10.55	c BCD2: #sat=1 #unsat=2 bias=2/3
10.49/10.55	c Solving starts ...
10.49/10.55	c ============================[ Search Statistics ]============================
10.49/10.55	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
10.49/10.55	c       |         |          |          |    Limit     GC | Var      | Constra 
10.49/10.55	c =============================================================================
10.49/10.55	c  0.0s |       0 |        0 |        0 |      386      0 |        0 |        0
10.49/10.55	c  0.0s |       0 |       50 |        2 |      386      0 |        0 |        0
10.49/10.55	c #cpu_time = 0.001s
10.49/10.55	c #wall_clock_time = 0.001s
10.49/10.55	c #decision = 50
10.49/10.55	c #random_decision = 0
10.49/10.55	c #conflict = 2
10.49/10.55	c #restart = 0
10.49/10.55	o 80
10.49/10.55	c BCD2: hardening fixes 7 literals
10.49/10.55	c BCD2: updating upper bound: 385 -> 79
10.49/10.55	c BCD2: 1 <= obj <= 79
10.49/10.55	c BCD2: #cores=1, #unrelaxed=0, #relaxed=21, #hardened=7
10.49/10.55	c BCD2: #sat=2 #unsat=2 bias=2/4
10.49/10.55	c Solving starts ...
10.49/10.55	c ============================[ Search Statistics ]============================
10.49/10.55	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
10.49/10.55	c       |         |          |          |    Limit     GC | Var      | Constra 
10.49/10.55	c =============================================================================
10.49/10.55	c  0.0s |       0 |        0 |        0 |      386      0 |        7 |        2
10.49/10.56	c  0.0s |       1 |      184 |      100 |      386      0 |        7 |        2
10.49/10.58	c  0.0s |       2 |      420 |      250 |      386      1 |        7 |        2
10.59/10.60	c  0.1s |       3 |      798 |      475 |      386      2 |        7 |        2
10.59/10.64	c  0.1s |       4 |     1381 |      813 |      386      3 |        7 |        2
10.59/10.69	c  0.1s |       5 |     2120 |     1320 |      386      5 |        7 |        2
10.69/10.77	c  0.2s |       6 |     3239 |     2081 |      386      9 |        7 |        2
10.79/10.89	c  0.3s |       7 |     5013 |     3223 |      386     13 |        7 |        2
11.00/11.07	c  0.5s |       8 |     7687 |     4936 |      386     21 |        7 |        2
11.29/11.33	c  0.8s |       9 |    11859 |     7506 |      425     31 |        7 |        2
11.69/11.76	c  1.2s |      10 |    17046 |    11361 |      425     45 |        7 |        2
12.29/12.37	c  1.8s |      11 |    24964 |    17144 |      425     67 |        7 |        2
13.30/13.31	c  2.8s |      12 |    36939 |    25819 |      425    101 |        7 |        2
14.19/14.30	c  3.7s |      12 |    49820 |    34734 |      425    135 |        7 |        2
14.19/14.30	c #cpu_time = 3.739s
14.19/14.30	c #wall_clock_time = 3.749s
14.19/14.30	c #decision = 49820
14.19/14.30	c #random_decision = 110
14.19/14.30	c #conflict = 34734
14.19/14.30	c #restart = 12
14.19/14.30	o 36
14.19/14.30	c BCD2: refineUB: 35 -> 34
14.19/14.30	c BCD2: hardening fixes 12 literals
14.19/14.30	c BCD2: updating upper bound: 79 -> 34
14.19/14.30	c BCD2: 1 <= obj <= 34
14.19/14.30	c BCD2: #cores=1, #unrelaxed=0, #relaxed=9, #hardened=19
14.19/14.30	c BCD2: #sat=3 #unsat=2 bias=2/5
14.19/14.30	c Solving starts ...
14.19/14.30	c ============================[ Search Statistics ]============================
14.19/14.30	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
14.19/14.30	c       |         |          |          |    Limit     GC | Var      | Constra 
14.19/14.30	c =============================================================================
14.19/14.30	c  0.0s |       0 |        0 |        0 |      425      0 |       19 |        4
14.29/14.31	c  0.0s |       1 |      127 |      100 |      425      1 |       19 |        4
14.29/14.33	c  0.0s |       2 |      320 |      250 |      425      1 |       19 |        4
14.29/14.36	c  0.1s |       3 |      610 |      475 |      425      2 |       19 |        4
14.29/14.40	c  0.1s |       4 |     1025 |      813 |      425      4 |       19 |        4
14.40/14.46	c  0.2s |       5 |     1685 |     1320 |      425      5 |       19 |        4
14.49/14.55	c  0.2s |       6 |     2871 |     2081 |      425      8 |       19 |        4
14.59/14.68	c  0.4s |       7 |     4455 |     3223 |      425     13 |       19 |        4
14.79/14.88	c  0.6s |       8 |     6866 |     4936 |      425     19 |       19 |        4
15.09/15.20	c  0.9s |       9 |    10396 |     7506 |      425     28 |       19 |        4
15.59/15.63	c  1.3s |      10 |    15850 |    11361 |      425     43 |       19 |        4
16.19/16.26	c  2.0s |      11 |    23865 |    17144 |      468     64 |       19 |        4
17.19/17.23	c  2.9s |      12 |    36607 |    25819 |      468     95 |       19 |        4
18.69/18.76	c  4.5s |      13 |    55012 |    38832 |      468    140 |       19 |        4
20.69/20.76	c  6.5s |      13 |    78939 |    55832 |      468    201 |       19 |        4
20.99/21.09	c  6.8s |      14 |    82380 |    58352 |      468    210 |       19 |        4
21.29/21.39	c  7.1s |      14 |    85615 |    60718 |      468    219 |       20 |        6
21.29/21.39	c #cpu_time = 7.073s
21.29/21.39	c #wall_clock_time = 7.091s
21.29/21.39	c #decision = 85615
21.29/21.39	c #random_decision = 198
21.29/21.39	c #conflict = 60718
21.29/21.39	c #restart = 14
21.29/21.39	c BCD2: updating lower bound of a core
21.29/21.39	c BCD2: refineLB: 16 -> 17
21.29/21.39	c lower bound updated to 17
21.29/21.39	c BCD2: refineUB: 35 -> 34
21.29/21.39	c BCD2: 17 <= obj <= 34
21.29/21.39	c BCD2: #cores=1, #unrelaxed=0, #relaxed=9, #hardened=19
21.29/21.39	c BCD2: #sat=3 #unsat=3 bias=3/6
21.29/21.39	c Solving starts ...
21.29/21.39	c ============================[ Search Statistics ]============================
21.29/21.39	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
21.29/21.39	c       |         |          |          |    Limit     GC | Var      | Constra 
21.29/21.39	c =============================================================================
21.29/21.39	c  0.0s |       0 |        0 |        0 |      468      0 |       20 |        6
21.39/21.41	c  0.0s |       1 |      179 |      100 |      468      0 |       20 |        6
21.39/21.42	c  0.0s |       2 |      480 |      250 |      468      0 |       20 |        6
21.39/21.45	c  0.1s |       3 |      811 |      475 |      468      1 |       20 |        6
21.39/21.49	c  0.1s |       4 |     1282 |      813 |      468      2 |       20 |        6
21.49/21.54	c  0.1s |       5 |     2113 |     1320 |      468      4 |       20 |        6
21.59/21.63	c  0.2s |       6 |     3300 |     2081 |      468      7 |       20 |        6
21.69/21.76	c  0.4s |       7 |     4939 |     3223 |      468     11 |       20 |        6
21.89/21.94	c  0.5s |       8 |     7514 |     4936 |      468     17 |       20 |        6
22.19/22.24	c  0.8s |       9 |    11151 |     7506 |      468     26 |       20 |        6
22.59/22.65	c  1.3s |      10 |    16631 |    11361 |      468     39 |       20 |        6
23.19/23.28	c  1.9s |      11 |    24580 |    17144 |      468     60 |       20 |        6
24.08/24.20	c  2.8s |      12 |    37820 |    25819 |      515     89 |       20 |        6
25.58/25.61	c  4.2s |      13 |    56116 |    38832 |      515    131 |       20 |        6
27.59/27.62	c  6.2s |      13 |    80882 |    56232 |      515    188 |       20 |        6
27.78/27.87	c  6.5s |      14 |    83754 |    58352 |      515    195 |       20 |        6
29.79/29.87	c  8.5s |      14 |   108965 |    76252 |      515    252 |       20 |        6
29.88/29.91	c  8.5s |      14 |   109324 |    76513 |      515    253 |       21 |        8
29.88/29.91	c #cpu_time = 8.490s
29.88/29.91	c #wall_clock_time = 8.512s
29.88/29.91	c #decision = 109324
29.88/29.91	c #random_decision = 266
29.88/29.91	c #conflict = 76513
29.88/29.91	c #restart = 14
29.88/29.91	c BCD2: updating lower bound of a core
29.88/29.91	c lower bound updated to 27
29.88/29.91	c BCD2: refineUB: 35 -> 34
29.88/29.91	c BCD2: 27 <= obj <= 34
29.88/29.91	c BCD2: #cores=1, #unrelaxed=0, #relaxed=9, #hardened=19
29.88/29.91	c BCD2: #sat=3 #unsat=4 bias=4/7
29.88/29.91	c Solving starts ...
29.88/29.91	c ============================[ Search Statistics ]============================
29.88/29.91	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
29.88/29.91	c       |         |          |          |    Limit     GC | Var      | Constra 
29.88/29.91	c =============================================================================
29.88/29.91	c  0.0s |       0 |        0 |        0 |      515      0 |       21 |        8
29.88/29.92	c  0.0s |       1 |      172 |      100 |      515      0 |       21 |        8
29.88/29.94	c  0.0s |       2 |      466 |      250 |      515      1 |       21 |        8
29.88/29.96	c  0.1s |       3 |      872 |      475 |      515      1 |       21 |        8
29.98/30.00	c  0.1s |       4 |     1397 |      813 |      515      2 |       21 |        8
29.98/30.06	c  0.2s |       5 |     2258 |     1320 |      515      4 |       21 |        8
30.08/30.14	c  0.2s |       6 |     3511 |     2081 |      515      7 |       21 |        8
30.18/30.27	c  0.4s |       7 |     5524 |     3223 |      515     10 |       21 |        8
30.38/30.45	c  0.5s |       8 |     8259 |     4936 |      515     16 |       21 |        8
30.68/30.73	c  0.8s |       9 |    12374 |     7506 |      515     25 |       21 |        8
31.08/31.14	c  1.2s |      10 |    18476 |    11361 |      515     37 |       21 |        8
31.68/31.76	c  1.8s |      11 |    26782 |    17144 |      515     56 |       21 |        8
32.58/32.69	c  2.8s |      12 |    39288 |    25819 |      515     84 |       21 |        8
33.98/34.09	c  4.2s |      13 |    57938 |    38832 |      515    126 |       21 |        8
36.08/36.10	c  6.2s |      13 |    85440 |    57932 |      567    183 |       21 |        8
36.08/36.15	c  6.2s |      14 |    86028 |    58352 |      567    184 |       21 |        8
36.18/36.21	c  6.3s |      14 |    86599 |    58782 |      567    186 |       22 |       10
36.18/36.21	c #cpu_time = 6.283s
36.18/36.21	c #wall_clock_time = 6.300s
36.18/36.21	c #decision = 86599
36.18/36.21	c #random_decision = 216
36.18/36.21	c #conflict = 58782
36.18/36.21	c #restart = 14
36.18/36.21	c BCD2: updating lower bound of a core
36.18/36.21	c lower bound updated to 33
36.18/36.21	c BCD2: refineUB: 35 -> 34
36.18/36.21	c BCD2: 33 <= obj <= 34
36.18/36.21	c BCD2: #cores=1, #unrelaxed=0, #relaxed=9, #hardened=19
36.18/36.21	c BCD2: #sat=3 #unsat=5 bias=5/8
36.18/36.21	c Solving starts ...
36.18/36.21	c ============================[ Search Statistics ]============================
36.18/36.21	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
36.18/36.21	c       |         |          |          |    Limit     GC | Var      | Constra 
36.18/36.21	c =============================================================================
36.18/36.21	c  0.0s |       0 |        0 |        0 |      567      0 |       22 |       10
36.18/36.22	c  0.0s |       1 |      145 |      100 |      567      0 |       22 |       10
36.18/36.24	c  0.0s |       2 |      382 |      250 |      567      0 |       22 |       10
36.18/36.26	c  0.1s |       3 |      711 |      475 |      567      1 |       22 |       10
36.18/36.30	c  0.1s |       4 |     1245 |      813 |      567      2 |       22 |       10
36.29/36.36	c  0.1s |       5 |     2199 |     1320 |      567      3 |       22 |       10
36.39/36.44	c  0.2s |       6 |     3430 |     2081 |      567      6 |       22 |       10
36.48/36.57	c  0.4s |       7 |     5156 |     3223 |      567      9 |       22 |       10
36.68/36.76	c  0.6s |       8 |     7851 |     4936 |      567     14 |       22 |       10
36.98/37.04	c  0.8s |       9 |    11675 |     7506 |      567     22 |       22 |       10
37.39/37.47	c  1.3s |      10 |    17322 |    11361 |      567     34 |       22 |       10
37.98/38.08	c  1.9s |      11 |    25648 |    17144 |      567     51 |       22 |       10
38.98/39.00	c  2.8s |      12 |    38449 |    25819 |      567     77 |       22 |       10
40.38/40.42	c  4.2s |      13 |    57377 |    38832 |      567    115 |       22 |       10
42.38/42.42	c  6.2s |      13 |    82731 |    56332 |      567    167 |       22 |       10
42.58/42.61	c  6.4s |      13 |    84804 |    57864 |      567    172 |       23 |       12
42.58/42.61	c #cpu_time = 6.387s
42.58/42.61	c #wall_clock_time = 6.404s
42.58/42.61	c #decision = 84804
42.58/42.61	c #random_decision = 208
42.58/42.61	c #conflict = 57864
42.58/42.61	c #restart = 13
42.58/42.61	c BCD2: updating lower bound of a core
42.58/42.61	c BCD2: refineLB: 35 -> 36
42.58/42.61	c lower bound updated to 36
42.58/42.61	c BCD2: refineUB: 35 -> 34
42.58/42.61	s OPTIMUM FOUND
42.58/42.61	v -x1 -x2 -x3 -x4 x5 -x6 -x7 -x8 -x9 -x10
42.58/42.61	v -x11 -x12 -x13 -x14 -x15 -x16 -x17 -x18 -x19 -x20
42.58/42.61	v -x21 -x22 -x23 x24 -x25 -x26 -x27 -x28 -x29 -x30
42.58/42.61	v -x31 -x32 -x33 -x34 x35 -x36 -x37 -x38 -x39 -x40
42.58/42.61	v -x41 -x42 -x43 -x44 x45 -x46 -x47 -x48 -x49 -x50
42.58/42.61	v -x51 -x52 -x53 -x54 x55 -x56 -x57 -x58 -x59 -x60
42.58/42.61	v -x61 -x62 -x63 -x64 -x65 x66 -x67 -x68 -x69 -x70
42.58/42.61	v -x71 -x72 -x73 -x74 -x75 -x76 -x77 -x78 -x79 -x80
42.58/42.61	v -x81 -x82 -x83 -x84 -x85 -x86 -x87 x88 -x89 -x90
42.58/42.61	v -x91 -x92 -x93 -x94 -x95 -x96 -x97 -x98 x99 -x100
42.58/42.61	v -x101 -x102 -x103 -x104 -x105 x106 -x107 -x108 -x109 -x110
42.58/42.61	v -x111 -x112 -x113 -x114 -x115 -x116 -x117 -x118 -x119 -x120
42.58/42.61	v x121 -x122 -x123 -x124 -x125 -x126 -x127 -x128 -x129 -x130
42.58/42.61	v -x131 -x132 -x133 -x134 -x135 -x136 x137 -x138 -x139 -x140
42.58/42.61	v -x141 -x142 -x143 -x144 -x145 -x146 -x147 -x148 -x149 -x150
42.58/42.61	v -x151 -x152 -x153 -x154 -x155 x156 -x157 -x158 -x159 -x160
42.58/42.61	v -x161 -x162 -x163 -x164 -x165 -x166 -x167 x168 -x169
42.58/42.61	c total CPU time = 42.502s
42.58/42.61	c total wall clock time = 42.614s

Verifier Data

OK	36

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

pid=1271
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.05 2.05 1.75 3/181 1274
/proc/meminfo: memFree=30559440/32872528 swapFree=8804/8804
[pid=1274] ppid=1271 vsize=423356 CPUtime=0 cores=0,2,4,6
/proc/1274/stat : 1274 (toysat) R 1271 1274 832 0 -1 4202496 1527 0 0 0 0 0 0 0 20 0 4 0 36415856 433516544 2398 33554432000 4194304 16246674 140736904904896 140736904904320 13880264 0 2 0 34082818 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/1274/statm: 106351 2406 441 2943 0 103245 0
[pid=1274/tid=1275] ppid=1271 vsize=681404 CPUtime=0 cores=0,2,4,6
/proc/1274/task/1275/stat : 1275 (toysat) S 1271 1274 832 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 4 0 36415856 697757696 3404 33554432000 4194304 16246674 140736904904896 140641646390512 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 4 0 0 0 0 0
[pid=1274/tid=1276] ppid=1271 vsize=686524 CPUtime=0 cores=0,2,4,6
/proc/1274/task/1276/stat : 1276 (toysat) S 1271 1274 832 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 36415856 703000576 3422 33554432000 4194304 16246674 140736904904896 140641635900656 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 0 0 0 0 0 0
[pid=1274/tid=1277] ppid=1271 vsize=690620 CPUtime=0 cores=0,2,4,6
/proc/1274/task/1277/stat : 1277 (toysat) S 1271 1274 832 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 4 0 36415856 707194880 3441 33554432000 4194304 16246674 140736904904896 140641522674864 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 4 0 0 0 0 0

[startup+0.10017 s]
/proc/loadavg: 2.05 2.05 1.75 3/181 1274
/proc/meminfo: memFree=30559440/32872528 swapFree=8804/8804
[pid=1274] ppid=1271 vsize=1218116 CPUtime=0.09 cores=0,2,4,6
/proc/1274/stat : 1274 (toysat) R 1271 1274 832 0 -1 4202496 18492 0 0 0 6 3 0 0 20 0 4 0 36415856 1247350784 19356 33554432000 4194304 16246674 140736904904896 140736904904320 12487244 0 0 0 34082818 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/1274/statm: 304529 19359 612 2943 0 301423 0
[pid=1274/tid=1275] ppid=1271 vsize=1218116 CPUtime=0 cores=0,2,4,6
/proc/1274/task/1275/stat : 1275 (toysat) S 1271 1274 832 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 4 0 36415856 1247350784 19360 33554432000 4194304 16246674 140736904904896 140641646390512 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 4 0 0 0 0 0
[pid=1274/tid=1276] ppid=1271 vsize=1218116 CPUtime=0 cores=0,2,4,6
/proc/1274/task/1276/stat : 1276 (toysat) S 1271 1274 832 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 36415856 1247350784 19363 33554432000 4194304 16246674 140736904904896 140641635900656 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 0 0 0 0 0 0
[pid=1274/tid=1277] ppid=1271 vsize=1218116 CPUtime=0 cores=0,2,4,6
/proc/1274/task/1277/stat : 1277 (toysat) S 1271 1274 832 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 4 0 36415856 1247350784 19367 33554432000 4194304 16246674 140736904904896 140641522674864 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.200507 s]
/proc/loadavg: 2.05 2.05 1.75 3/181 1274
/proc/meminfo: memFree=30559440/32872528 swapFree=8804/8804
[pid=1274] ppid=1271 vsize=1218116 CPUtime=0.19 cores=0,2,4,6
/proc/1274/stat : 1274 (toysat) R 1271 1274 832 0 -1 4202496 26417 0 0 0 15 4 0 0 20 0 4 0 36415856 1247350784 27281 33554432000 4194304 16246674 140736904904896 140736904886784 6144966 0 0 0 34082818 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/1274/statm: 304529 27281 612 2943 0 301423 0
[pid=1274/tid=1275] ppid=1271 vsize=1218116 CPUtime=0 cores=0,2,4,6
/proc/1274/task/1275/stat : 1275 (toysat) S 1271 1274 832 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 4 0 36415856 1247350784 27281 33554432000 4194304 16246674 140736904904896 140641646390512 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 4 0 0 0 0 0
[pid=1274/tid=1276] ppid=1271 vsize=1218116 CPUtime=0 cores=0,2,4,6
/proc/1274/task/1276/stat : 1276 (toysat) S 1271 1274 832 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 36415856 1247350784 27281 33554432000 4194304 16246674 140736904904896 140641635900656 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 0 0 0 0 0 0
[pid=1274/tid=1277] ppid=1271 vsize=1218116 CPUtime=0 cores=0,2,4,6
/proc/1274/task/1277/stat : 1277 (toysat) S 1271 1274 832 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 4 0 36415856 1247350784 27282 33554432000 4194304 16246674 140736904904896 140641522674864 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.300468 s]
/proc/loadavg: 2.05 2.05 1.75 3/181 1274
/proc/meminfo: memFree=30559440/32872528 swapFree=8804/8804
[pid=1274] ppid=1271 vsize=1218116 CPUtime=0.29 cores=0,2,4,6
/proc/1274/stat : 1274 (toysat) R 1271 1274 832 0 -1 4202496 36544 0 0 0 24 5 0 0 20 0 4 0 36415856 1247350784 37402 33554432000 4194304 16246674 140736904904896 140736904886784 5675357 0 0 0 34082818 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/1274/statm: 304529 37406 780 2943 0 301423 0
[pid=1274/tid=1275] ppid=1271 vsize=1218116 CPUtime=0 cores=0,2,4,6
/proc/1274/task/1275/stat : 1275 (toysat) S 1271 1274 832 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 4 0 36415856 1247350784 37413 33554432000 4194304 16246674 140736904904896 140641646390512 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 4 0 0 0 0 0
[pid=1274/tid=1276] ppid=1271 vsize=1218116 CPUtime=0 cores=0,2,4,6
/proc/1274/task/1276/stat : 1276 (toysat) S 1271 1274 832 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 36415856 1247350784 37418 33554432000 4194304 16246674 140736904904896 140641635900656 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 0 0 0 0 0 0
[pid=1274/tid=1277] ppid=1271 vsize=1218116 CPUtime=0 cores=0,2,4,6
/proc/1274/task/1277/stat : 1277 (toysat) S 1271 1274 832 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 4 0 36415856 1247350784 37421 33554432000 4194304 16246674 140736904904896 140641522674864 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.700441 s]
/proc/loadavg: 2.05 2.05 1.75 3/181 1274
/proc/meminfo: memFree=30559440/32872528 swapFree=8804/8804
[pid=1274] ppid=1271 vsize=1218116 CPUtime=0.68 cores=0,2,4,6
/proc/1274/stat : 1274 (toysat) R 1271 1274 832 0 -1 4202496 107129 0 0 0 54 14 0 0 20 0 4 0 36415856 1247350784 107986 33554432000 4194304 16246674 140736904904896 140736904886784 5546098 0 0 0 34082818 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/1274/statm: 304529 108000 811 2943 0 301423 0
[pid=1274/tid=1275] ppid=1271 vsize=1218116 CPUtime=0 cores=0,2,4,6
/proc/1274/task/1275/stat : 1275 (toysat) S 1271 1274 832 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 4 0 36415856 1247350784 108006 33554432000 4194304 16246674 140736904904896 140641646390512 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 4 0 0 0 0 0
[pid=1274/tid=1276] ppid=1271 vsize=1218116 CPUtime=0 cores=0,2,4,6
/proc/1274/task/1276/stat : 1276 (toysat) S 1271 1274 832 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 36415856 1247350784 108011 33554432000 4194304 16246674 140736904904896 140641635900656 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 0 0 0 0 0 0
[pid=1274/tid=1277] ppid=1271 vsize=1218116 CPUtime=0 cores=0,2,4,6
/proc/1274/task/1277/stat : 1277 (toysat) S 1271 1274 832 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 4 0 36415856 1247350784 108014 33554432000 4194304 16246674 140736904904896 140641522674864 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 0.68
Current children cumulated vsize (KiB) 1218116

[startup+1.50044 s]
/proc/loadavg: 2.05 2.05 1.75 3/185 1278
/proc/meminfo: memFree=29846528/32872528 swapFree=8804/8804
[pid=1274] ppid=1271 vsize=1219140 CPUtime=1.49 cores=0,2,4,6
/proc/1274/stat : 1274 (toysat) R 1271 1274 832 0 -1 4202496 245767 0 0 0 114 35 0 0 20 0 4 0 36415856 1248399360 246602 33554432000 4194304 16246674 140736904904896 140736904904208 13954550 0 0 0 34082818 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/1274/statm: 304785 246602 872 2943 0 301679 0
[pid=1274/tid=1275] ppid=1271 vsize=1219140 CPUtime=0 cores=0,2,4,6
/proc/1274/task/1275/stat : 1275 (toysat) S 1271 1274 832 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 4 0 36415856 1248399360 246602 33554432000 4194304 16246674 140736904904896 140641646390512 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 4 0 0 0 0 0
[pid=1274/tid=1276] ppid=1271 vsize=1219140 CPUtime=0 cores=0,2,4,6
/proc/1274/task/1276/stat : 1276 (toysat) S 1271 1274 832 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 36415856 1248399360 246602 33554432000 4194304 16246674 140736904904896 140641635900656 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 0 0 0 0 0 0
[pid=1274/tid=1277] ppid=1271 vsize=1219140 CPUtime=0 cores=0,2,4,6
/proc/1274/task/1277/stat : 1277 (toysat) S 1271 1274 832 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 4 0 36415856 1248399360 246602 33554432000 4194304 16246674 140736904904896 140641522674864 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.10044 s]
/proc/loadavg: 2.05 2.05 1.75 3/185 1278
/proc/meminfo: memFree=29573844/32872528 swapFree=8804/8804
[pid=1274] ppid=1271 vsize=1305156 CPUtime=3.09 cores=0,2,4,6
/proc/1274/stat : 1274 (toysat) R 1271 1274 832 0 -1 4202496 267317 0 0 0 271 38 0 0 20 0 4 0 36415856 1336479744 268152 33554432000 4194304 16246674 140736904904896 140736904886784 5545708 0 0 0 34082818 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/1274/statm: 326289 268152 872 2943 0 323183 0
[pid=1274/tid=1275] ppid=1271 vsize=1305156 CPUtime=0 cores=0,2,4,6
/proc/1274/task/1275/stat : 1275 (toysat) S 1271 1274 832 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 4 0 36415856 1336479744 268152 33554432000 4194304 16246674 140736904904896 140641646390512 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 4 0 0 0 0 0
[pid=1274/tid=1276] ppid=1271 vsize=1305156 CPUtime=0 cores=0,2,4,6
/proc/1274/task/1276/stat : 1276 (toysat) S 1271 1274 832 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 36415856 1336479744 268152 33554432000 4194304 16246674 140736904904896 140641635900656 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 0 0 0 0 0 0
[pid=1274/tid=1277] ppid=1271 vsize=1305156 CPUtime=0 cores=0,2,4,6
/proc/1274/task/1277/stat : 1277 (toysat) S 1271 1274 832 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 4 0 36415856 1336479744 268152 33554432000 4194304 16246674 140736904904896 140641522674864 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.30042 s]
/proc/loadavg: 2.04 2.05 1.75 3/185 1278
/proc/meminfo: memFree=29486592/32872528 swapFree=8804/8804
[pid=1274] ppid=1271 vsize=1306180 CPUtime=6.29 cores=0,2,4,6
/proc/1274/stat : 1274 (toysat) R 1271 1274 832 0 -1 4202496 267513 0 0 0 591 38 0 0 20 0 4 0 36415856 1337528320 268348 33554432000 4194304 16246674 140736904904896 140736904886784 6843493 0 0 0 34082818 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/1274/statm: 326545 268348 872 2943 0 323439 0
[pid=1274/tid=1275] ppid=1271 vsize=1306180 CPUtime=0 cores=0,2,4,6
/proc/1274/task/1275/stat : 1275 (toysat) S 1271 1274 832 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 4 0 36415856 1337528320 268348 33554432000 4194304 16246674 140736904904896 140641646390512 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 4 0 0 0 0 0
[pid=1274/tid=1276] ppid=1271 vsize=1306180 CPUtime=0 cores=0,2,4,6
/proc/1274/task/1276/stat : 1276 (toysat) S 1271 1274 832 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 36415856 1337528320 268348 33554432000 4194304 16246674 140736904904896 140641635900656 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 0 0 0 0 0 0
[pid=1274/tid=1277] ppid=1271 vsize=1306180 CPUtime=0 cores=0,2,4,6
/proc/1274/task/1277/stat : 1277 (toysat) S 1271 1274 832 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 4 0 36415856 1337528320 268348 33554432000 4194304 16246674 140736904904896 140641522674864 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.04 2.05 1.76 3/185 1278
/proc/meminfo: memFree=29486736/32872528 swapFree=8804/8804
[pid=1274] ppid=1271 vsize=1306180 CPUtime=12.69 cores=0,2,4,6
/proc/1274/stat : 1274 (toysat) R 1271 1274 832 0 -1 4202496 267535 0 0 0 1231 38 0 0 20 0 4 0 36415856 1337528320 268370 33554432000 4194304 16246674 140736904904896 140736904886784 5822604 0 0 0 34082818 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/1274/statm: 326545 268370 883 2943 0 323439 0
[pid=1274/tid=1275] ppid=1271 vsize=1306180 CPUtime=0 cores=0,2,4,6
/proc/1274/task/1275/stat : 1275 (toysat) S 1271 1274 832 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 4 0 36415856 1337528320 268370 33554432000 4194304 16246674 140736904904896 140641646390512 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 4 0 0 0 0 0
[pid=1274/tid=1276] ppid=1271 vsize=1306180 CPUtime=0 cores=0,2,4,6
/proc/1274/task/1276/stat : 1276 (toysat) S 1271 1274 832 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 36415856 1337528320 268370 33554432000 4194304 16246674 140736904904896 140641635900656 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 0 0 0 0 0 0
[pid=1274/tid=1277] ppid=1271 vsize=1306180 CPUtime=0 cores=0,2,4,6
/proc/1274/task/1277/stat : 1277 (toysat) S 1271 1274 832 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 4 0 36415856 1337528320 268370 33554432000 4194304 16246674 140736904904896 140641522674864 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.5005 s]
/proc/loadavg: 2.03 2.05 1.76 3/185 1327
/proc/meminfo: memFree=30339936/32872528 swapFree=8804/8804
[pid=1274] ppid=1271 vsize=1306180 CPUtime=25.48 cores=0,2,4,6
/proc/1274/stat : 1274 (toysat) R 1271 1274 832 0 -1 4202496 267582 0 0 0 2510 38 0 0 20 0 4 0 36415856 1337528320 268417 33554432000 4194304 16246674 140736904904896 140736904887896 5860816 0 0 0 34082818 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/1274/statm: 326545 268417 885 2943 0 323439 0
[pid=1274/tid=1275] ppid=1271 vsize=1306180 CPUtime=0 cores=0,2,4,6
/proc/1274/task/1275/stat : 1275 (toysat) S 1271 1274 832 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 4 0 36415856 1337528320 268417 33554432000 4194304 16246674 140736904904896 140641646390512 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 4 0 0 0 0 0
[pid=1274/tid=1276] ppid=1271 vsize=1306180 CPUtime=0 cores=0,2,4,6
/proc/1274/task/1276/stat : 1276 (toysat) S 1271 1274 832 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 36415856 1337528320 268417 33554432000 4194304 16246674 140736904904896 140641635900656 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 0 0 0 0 0 0
[pid=1274/tid=1277] ppid=1271 vsize=1306180 CPUtime=0 cores=0,2,4,6
/proc/1274/task/1277/stat : 1277 (toysat) S 1271 1274 832 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 4 0 36415856 1337528320 268417 33554432000 4194304 16246674 140736904904896 140641522674864 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

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

[startup+25.6005 s]
/proc/loadavg: 2.03 2.05 1.76 3/185 1327
/proc/meminfo: memFree=30339936/32872528 swapFree=8804/8804
[pid=1274] ppid=1271 vsize=1306180 CPUtime=25.58 cores=0,2,4,6
/proc/1274/stat : 1274 (toysat) R 1271 1274 832 0 -1 4202496 267582 0 0 0 2520 38 0 0 20 0 4 0 36415856 1337528320 268417 33554432000 4194304 16246674 140736904904896 140736904887896 5665412 0 0 0 34082818 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/1274/statm: 326545 268417 885 2943 0 323439 0
[pid=1274/tid=1275] ppid=1271 vsize=1306180 CPUtime=0 cores=0,2,4,6
/proc/1274/task/1275/stat : 1275 (toysat) S 1271 1274 832 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 4 0 36415856 1337528320 268417 33554432000 4194304 16246674 140736904904896 140641646390512 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 4 0 0 0 0 0
[pid=1274/tid=1276] ppid=1271 vsize=1306180 CPUtime=0 cores=0,2,4,6
/proc/1274/task/1276/stat : 1276 (toysat) S 1271 1274 832 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 36415856 1337528320 268417 33554432000 4194304 16246674 140736904904896 140641635900656 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 0 0 0 0 0 0
[pid=1274/tid=1277] ppid=1271 vsize=1306180 CPUtime=0 cores=0,2,4,6
/proc/1274/task/1277/stat : 1277 (toysat) S 1271 1274 832 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 4 0 36415856 1337528320 268417 33554432000 4194304 16246674 140736904904896 140641522674864 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 25.58
Current children cumulated vsize (KiB) 1306180

[startup+32.0074 s]
/proc/loadavg: 2.03 2.05 1.76 3/185 1327
/proc/meminfo: memFree=29485376/32872528 swapFree=8804/8804
[pid=1274] ppid=1271 vsize=1306180 CPUtime=31.99 cores=0,2,4,6
/proc/1274/stat : 1274 (toysat) R 1271 1274 832 0 -1 4202496 267582 0 0 0 3161 38 0 0 20 0 4 0 36415856 1337528320 268417 33554432000 4194304 16246674 140736904904896 140736904887896 5711688 0 0 0 34082818 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/1274/statm: 326545 268417 885 2943 0 323439 0
[pid=1274/tid=1275] ppid=1271 vsize=1306180 CPUtime=0 cores=0,2,4,6
/proc/1274/task/1275/stat : 1275 (toysat) S 1271 1274 832 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 4 0 36415856 1337528320 268417 33554432000 4194304 16246674 140736904904896 140641646390512 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 4 0 0 0 0 0
[pid=1274/tid=1276] ppid=1271 vsize=1306180 CPUtime=0 cores=0,2,4,6
/proc/1274/task/1276/stat : 1276 (toysat) S 1271 1274 832 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 36415856 1337528320 268417 33554432000 4194304 16246674 140736904904896 140641635900656 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 0 0 0 0 0 0
[pid=1274/tid=1277] ppid=1271 vsize=1306180 CPUtime=0 cores=0,2,4,6
/proc/1274/task/1277/stat : 1277 (toysat) S 1271 1274 832 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 4 0 36415856 1337528320 268417 33554432000 4194304 16246674 140736904904896 140641522674864 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 31.99
Current children cumulated vsize (KiB) 1306180

[startup+38.4004 s]
/proc/loadavg: 2.02 2.05 1.76 3/185 1327
/proc/meminfo: memFree=29484900/32872528 swapFree=8804/8804
[pid=1274] ppid=1271 vsize=1306180 CPUtime=38.38 cores=0,2,4,6
/proc/1274/stat : 1274 (toysat) R 1271 1274 832 0 -1 4202496 267583 0 0 0 3800 38 0 0 20 0 4 0 36415856 1337528320 268418 33554432000 4194304 16246674 140736904904896 140736904887896 5545885 0 0 0 34082818 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/1274/statm: 326545 268418 885 2943 0 323439 0
[pid=1274/tid=1275] ppid=1271 vsize=1306180 CPUtime=0 cores=0,2,4,6
/proc/1274/task/1275/stat : 1275 (toysat) S 1271 1274 832 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 4 0 36415856 1337528320 268418 33554432000 4194304 16246674 140736904904896 140641646390512 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 4 0 0 0 0 0
[pid=1274/tid=1276] ppid=1271 vsize=1306180 CPUtime=0 cores=0,2,4,6
/proc/1274/task/1276/stat : 1276 (toysat) S 1271 1274 832 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 36415856 1337528320 268418 33554432000 4194304 16246674 140736904904896 140641635900656 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 0 0 0 0 0 0
[pid=1274/tid=1277] ppid=1271 vsize=1306180 CPUtime=0 cores=0,2,4,6
/proc/1274/task/1277/stat : 1277 (toysat) S 1271 1274 832 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 4 0 36415856 1337528320 268418 33554432000 4194304 16246674 140736904904896 140641522674864 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 38.38
Current children cumulated vsize (KiB) 1306180

[startup+40.0004 s]
/proc/loadavg: 2.02 2.05 1.76 3/185 1327
/proc/meminfo: memFree=29485164/32872528 swapFree=8804/8804
[pid=1274] ppid=1271 vsize=1306180 CPUtime=39.98 cores=0,2,4,6
/proc/1274/stat : 1274 (toysat) R 1271 1274 832 0 -1 4202496 267583 0 0 0 3960 38 0 0 20 0 4 0 36415856 1337528320 268418 33554432000 4194304 16246674 140736904904896 140736904887896 5721504 0 0 0 34082818 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/1274/statm: 326545 268418 885 2943 0 323439 0
[pid=1274/tid=1275] ppid=1271 vsize=1306180 CPUtime=0 cores=0,2,4,6
/proc/1274/task/1275/stat : 1275 (toysat) S 1271 1274 832 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 4 0 36415856 1337528320 268418 33554432000 4194304 16246674 140736904904896 140641646390512 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 4 0 0 0 0 0
[pid=1274/tid=1276] ppid=1271 vsize=1306180 CPUtime=0 cores=0,2,4,6
/proc/1274/task/1276/stat : 1276 (toysat) S 1271 1274 832 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 36415856 1337528320 268418 33554432000 4194304 16246674 140736904904896 140641635900656 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 0 0 0 0 0 0
[pid=1274/tid=1277] ppid=1271 vsize=1306180 CPUtime=0 cores=0,2,4,6
/proc/1274/task/1277/stat : 1277 (toysat) S 1271 1274 832 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 4 0 36415856 1337528320 268418 33554432000 4194304 16246674 140736904904896 140641522674864 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 39.98
Current children cumulated vsize (KiB) 1306180

[startup+41.6004 s]
/proc/loadavg: 2.02 2.05 1.76 3/185 1327
/proc/meminfo: memFree=29485232/32872528 swapFree=8804/8804
[pid=1274] ppid=1271 vsize=1306180 CPUtime=41.58 cores=0,2,4,6
/proc/1274/stat : 1274 (toysat) R 1271 1274 832 0 -1 4202496 267583 0 0 0 4120 38 0 0 20 0 4 0 36415856 1337528320 268418 33554432000 4194304 16246674 140736904904896 140736904886784 13954531 0 0 0 34082818 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/1274/statm: 326545 268418 885 2943 0 323439 0
[pid=1274/tid=1275] ppid=1271 vsize=1306180 CPUtime=0 cores=0,2,4,6
/proc/1274/task/1275/stat : 1275 (toysat) S 1271 1274 832 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 4 0 36415856 1337528320 268418 33554432000 4194304 16246674 140736904904896 140641646390512 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 4 0 0 0 0 0
[pid=1274/tid=1276] ppid=1271 vsize=1306180 CPUtime=0 cores=0,2,4,6
/proc/1274/task/1276/stat : 1276 (toysat) S 1271 1274 832 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 36415856 1337528320 268418 33554432000 4194304 16246674 140736904904896 140641635900656 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 0 0 0 0 0 0
[pid=1274/tid=1277] ppid=1271 vsize=1306180 CPUtime=0 cores=0,2,4,6
/proc/1274/task/1277/stat : 1277 (toysat) S 1271 1274 832 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 4 0 36415856 1337528320 268418 33554432000 4194304 16246674 140736904904896 140641522674864 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 41.58
Current children cumulated vsize (KiB) 1306180

[startup+42.4005 s]
/proc/loadavg: 2.02 2.05 1.76 3/185 1327
/proc/meminfo: memFree=29485236/32872528 swapFree=8804/8804
[pid=1274] ppid=1271 vsize=1306180 CPUtime=42.38 cores=0,2,4,6
/proc/1274/stat : 1274 (toysat) R 1271 1274 832 0 -1 4202496 267583 0 0 0 4200 38 0 0 20 0 4 0 36415856 1337528320 268418 33554432000 4194304 16246674 140736904904896 140736904886784 5669514 0 0 0 34082818 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/1274/statm: 326545 268418 885 2943 0 323439 0
[pid=1274/tid=1275] ppid=1271 vsize=1306180 CPUtime=0 cores=0,2,4,6
/proc/1274/task/1275/stat : 1275 (toysat) S 1271 1274 832 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 4 0 36415856 1337528320 268418 33554432000 4194304 16246674 140736904904896 140641646390512 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 4 0 0 0 0 0
[pid=1274/tid=1276] ppid=1271 vsize=1306180 CPUtime=0 cores=0,2,4,6
/proc/1274/task/1276/stat : 1276 (toysat) S 1271 1274 832 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 36415856 1337528320 268418 33554432000 4194304 16246674 140736904904896 140641635900656 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 0 0 0 0 0 0
[pid=1274/tid=1277] ppid=1271 vsize=1306180 CPUtime=0 cores=0,2,4,6
/proc/1274/task/1277/stat : 1277 (toysat) S 1271 1274 832 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 4 0 36415856 1337528320 268418 33554432000 4194304 16246674 140736904904896 140641522674864 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 42.38
Current children cumulated vsize (KiB) 1306180

[startup+42.6004 s]
/proc/loadavg: 2.02 2.05 1.76 3/185 1327
/proc/meminfo: memFree=29485236/32872528 swapFree=8804/8804
[pid=1274] ppid=1271 vsize=1306180 CPUtime=42.58 cores=0,2,4,6
/proc/1274/stat : 1274 (toysat) R 1271 1274 832 0 -1 4202496 267583 0 0 0 4220 38 0 0 20 0 4 0 36415856 1337528320 268418 33554432000 4194304 16246674 140736904904896 140736904886784 5667608 0 0 0 34082818 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/1274/statm: 326545 268418 885 2943 0 323439 0
[pid=1274/tid=1275] ppid=1271 vsize=1306180 CPUtime=0 cores=0,2,4,6
/proc/1274/task/1275/stat : 1275 (toysat) S 1271 1274 832 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 4 0 36415856 1337528320 268418 33554432000 4194304 16246674 140736904904896 140641646390512 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 4 0 0 0 0 0
[pid=1274/tid=1276] ppid=1271 vsize=1306180 CPUtime=0 cores=0,2,4,6
/proc/1274/task/1276/stat : 1276 (toysat) S 1271 1274 832 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 36415856 1337528320 268418 33554432000 4194304 16246674 140736904904896 140641635900656 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 0 0 0 0 0 0
[pid=1274/tid=1277] ppid=1271 vsize=1306180 CPUtime=0 cores=0,2,4,6
/proc/1274/task/1277/stat : 1277 (toysat) S 1271 1274 832 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 4 0 36415856 1337528320 268418 33554432000 4194304 16246674 140736904904896 140641522674864 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 42.58
Current children cumulated vsize (KiB) 1306180

Child status: 0
Real time (s): 42.6764
CPU time (s): 42.6595
CPU user time (s): 42.2206
CPU system time (s): 0.438933
CPU usage (%): 99.9604
Max. virtual memory (cumulated for all children) (KiB): 1306180

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 42.2206
system time used= 0.438933
maximum resident set size= 1073680
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 267587
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= 45

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 0.288956 second user time and 0.206968 second system time

The end

Launcher Data

Begin job on node133 at 2016-06-19 15:41:39
IDJOB=4109386
IDBENCH=78795
IDSOLVER=2553
FILE ID=node133/4109386-1466343699
RUNJOBID= node133-1466341813-848
PBS_JOBID= 19922020
Free space on /tmp= 71700 MiB

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

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

MD5SUM BENCH= c34f6b7b2f7cd9da9c04c2c1e41fcc3c
RANDOM SEED=1060199694

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

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


/proc/meminfo:
MemTotal:       32872528 kB
MemFree:        30559696 kB
Buffers:          163588 kB
Cached:           323456 kB
SwapCached:         1408 kB
Active:          1220776 kB
Inactive:         341016 kB
Active(anon):    1075056 kB
Inactive(anon):     2060 kB
Active(file):     145720 kB
Inactive(file):   338956 kB
Unevictable:        8804 kB
Mlocked:            8804 kB
SwapTotal:      67108856 kB
SwapFree:       67100048 kB
Dirty:             16640 kB
Writeback:             0 kB
AnonPages:       1082640 kB
Mapped:            11884 kB
Shmem:                 0 kB
Slab:             610848 kB
SReclaimable:      54096 kB
SUnreclaim:       556752 kB
KernelStack:        1536 kB
PageTables:         6180 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545120 kB
Committed_AS:    1226796 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346412 kB
VmallocChunk:   34341987908 kB
HardwareCorrupted:     0 kB
AnonHugePages:      2048 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= 71684 MiB
End job on node133 at 2016-06-19 15:42:22