Trace number 4109942

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 64.1892 64.2061

General information on the benchmark

Name/PARTIAL-SMALLINT-LIN/PB06/submitted-PB06/namasivayam/tsp/
normalized-t3002.11tsp11.1900576360--soft-33-100-0.wbo
MD5SUMcb67e22228ed30d84ff6579ce17258b0
Bench CategoryPARTIAL-SMALLINT-LIN (both soft and hard constraints, small integers, linear constraints)
Best result obtained on this benchmarkMOPT
Best cost obtained on this benchmark2
Best CPU time to get the best result obtained on this benchmark41.8156
Max-Satisfiable
Max-(Un)Satisfiability was proved
Best value of the cost
Optimality of the best cost was proved
Number of variables231
Total number of constraints2707
Number of soft constraints1788
Number of constraints which are clauses2684
Number of constraints which are cardinality constraints (but not clauses)22
Number of constraints which are nor clauses,nor cardinality constraints1
Minimum length of a constraint2
Maximum length of a constraint110
Top cost 89002
Min constraint cost 1
Max constraint cost 100
Sum of constraints costs 89001
Biggest number in a constraint 25
Number of bits of the biggest number in a constraint 5
Biggest sum of numbers in a constraint 733
Number of bits of the biggest sum of numbers10
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:54:26+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-4109942-1466344465.wbo"]
0.00/0.01	c use --random-gen="2547535783 1823471228 2595242924 2935069440 3376346083 3417250360 3693181557 2297125778 2675222574 991360693 1058843546 53563990 559798677 1799704806 237110919 4195937253 2921240727 3680498 3038008594 2588803091 2507463774 4052870340 1781432167 3232015238 230969547 3058534513 3100255184 2449306826 3563742482 2388547053 2153048925 3453168135 861467473 762003955 471675044 1708534911 2751041104 2826793478 4235203803 312701366 3845451389 701552347 579988666 1194348096 901707263 2372750091 619431641 2577965653 1729073532 3057450035 2055700142 2944814802 2696598116 3883998483 334314273 4122503011 1964396715 2055340023 97960444 490884390 1862675695 3301819753 4180090996 984872806 3303361787 1784016897 3724723750 3517941655 738268792 1862871751 831371134 1155884439 1131280464 4004509738 830937810 1043291162 1264014514 901820014 2787701924 164784756 3417710846 3205179878 1004234250 4145870089 903419135 3022570490 4087528815 2326070333 3695539849 3331724949 1459525388 154297248 4277669751 2022995985 218412767 151147148 580657127 2117786109 1554664154 507421824 1143930092 1632145243 3252742353 2539131713 3318906135 4168912589 2845510981 1004559290 1763425597 1532284102 2008092060 3364115820 4007275777 2774158445 4200853241 2575821479 1790170779 2328916700 564521174 3575079168 1712977250 518619206 3730088640 144652942 4174445703 3991546919 2463069407 2330527258 2428963067 2331508304 2472626580 2180063222 825503340 2725386829 260908385 4086387274 3364685119 2091054661 1710506627 2831178365 1871281551 3778193063 3764787629 3916470822 1418166938 2405343678 1268681015 277336744 3349804691 1410679972 2068744135 146978216 1005211202 3426767526 1616822431 1923672898 2239299038 4095987781 623738188 2864413016 2556551871 1137598141 2993338076 2951878186 510644862 3060724721 908304037 2963539321 1841287715 3738211602 1594698500 1137773082 1908503942 558767007 3355485056 3697886661 2067515289 4114981328 873005065 1194300024 968213068 2560258224 223907024 3872684543 1360588282 3577079550 2911982058 1037694433 586165410 3647578997 3128468883 2109941899 2201783012 3045208458 2341046654 323593498 3340888550 652890754 3588254005 3658327524 226523217 2031452487 3363886471 4242001667 2998913189 2391635197 42922795 4109769140 3591413990 3733470162 2168650876 662887420 96597802 3568597249 3558729091 679227545 1070161609 191424902 922431286 602381057 3809010023 311562375 387155900 2169156871 1914854331 2182465463 402362698 2830305864 2054452648 2906530096 2486883995 1793391102 2139850508 829654560 2396096894 2009702357 2806886966 4064541551 1362464832 1219885473 2800031017 2025776791 931717310 3345091138 1997375737 997745827 478789241 969017586 3804416126 2444258523 2586814286 3307113712 4286312402 3808399821 1763255788 4152307652 255 362436" option to reproduce the execution
0.08/0.15	c #vars 231
0.08/0.15	c #constraints 2707
0.18/0.20	c BCD2: Hardening is enabled.
0.18/0.20	c BCD2: BiasedSearch is enabled.
0.18/0.20	c Solving starts ...
0.18/0.20	c ============================[ Search Statistics ]============================
0.18/0.20	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
0.18/0.20	c       |         |          |          |    Limit     GC | Var      | Constra 
0.18/0.20	c =============================================================================
0.18/0.20	c  0.0s |       0 |        0 |        0 |     1575      0 |        0 |        0
0.18/0.21	c  0.0s |       0 |     1828 |       19 |     1575      0 |        0 |        0
0.18/0.21	c #cpu_time = 0.010s
0.18/0.21	c #wall_clock_time = 0.010s
0.18/0.21	c #decision = 1828
0.18/0.21	c #random_decision = 5
0.18/0.21	c #conflict = 19
0.18/0.21	c #restart = 0
0.18/0.21	o 238
0.18/0.21	c BCD2: updating upper bound: 89001 -> 237
0.18/0.23	c BCD2: 0 <= obj <= 237
0.18/0.23	c BCD2: #cores=0, #unrelaxed=1788, #relaxed=0, #hardened=0
0.18/0.23	c BCD2: #sat=1 #unsat=1 bias=1/2
0.18/0.23	c Solving starts ...
0.18/0.23	c ============================[ Search Statistics ]============================
0.18/0.23	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
0.18/0.23	c       |         |          |          |    Limit     GC | Var      | Constra 
0.18/0.23	c =============================================================================
0.18/0.23	c  0.0s |       0 |        0 |        0 |     1575      0 |        0 |        0
0.18/0.27	c  0.0s |       1 |     1954 |      100 |     1733      0 |        0 |        0
0.28/0.30	c  0.1s |       2 |     4168 |      250 |     1907      0 |        0 |        0
0.28/0.36	c  0.1s |       3 |     6409 |      475 |     2098      0 |        0 |        0
0.38/0.46	c  0.2s |       4 |     8823 |      813 |     2308      0 |        0 |        0
0.59/0.65	c  0.4s |       5 |    11538 |     1320 |     2539      0 |        0 |        0
0.88/0.93	c  0.7s |       6 |    14626 |     2081 |     2793      0 |        0 |        0
1.38/1.44	c  1.2s |       7 |    18420 |     3223 |     3073      0 |        0 |        0
2.19/2.21	c  2.0s |       8 |    22983 |     4936 |     3381      1 |        0 |        0
3.88/3.92	c  3.7s |       9 |    28895 |     7506 |     3720      2 |        0 |        0
5.88/5.98	c  5.8s |       9 |    34134 |     9806 |     3720      3 |        0 |        0
6.98/7.03	c  6.8s |      10 |    36616 |    11361 |     4093      3 |        0 |        0
8.98/9.08	c  8.8s |      10 |    43413 |    14361 |     4093      4 |        0 |        0
10.98/11.04	c 10.8s |      11 |    48482 |    17144 |     4503      5 |        0 |        0
12.98/13.05	c 12.8s |      11 |    55411 |    20144 |     4503      6 |        0 |        0
14.99/15.05	c 14.8s |      11 |    60740 |    23344 |     4503      7 |        0 |        0
16.68/16.78	c 16.5s |      12 |    64557 |    25819 |     4954      8 |        0 |        0
18.69/18.80	c 18.6s |      12 |    71114 |    28619 |     4954      9 |        0 |        0
20.78/20.84	c 20.6s |      12 |    75204 |    31019 |     4954      9 |        0 |        0
22.88/22.91	c 22.7s |      12 |    79580 |    33619 |     4954     10 |        0 |        0
24.88/24.94	c 24.7s |      12 |    83301 |    35819 |     4954     11 |        0 |        0
26.88/26.97	c 26.7s |      12 |    88166 |    38619 |     5450     12 |        0 |        0
27.08/27.13	c 26.9s |      13 |    88562 |    38832 |     5450     12 |        0 |        0
29.08/29.18	c 28.9s |      13 |    94707 |    41232 |     5450     12 |        0 |        0
31.18/31.20	c 31.0s |      13 |    99592 |    43832 |     5450     13 |        0 |        0
33.18/33.24	c 33.0s |      13 |   104594 |    46532 |     5450     14 |        0 |        0
35.18/35.26	c 35.0s |      13 |   109021 |    49032 |     5450     14 |        0 |        0
37.28/37.34	c 37.1s |      13 |   113925 |    51632 |     5450     15 |        0 |        0
39.38/39.43	c 39.2s |      13 |   118589 |    53932 |     5450     16 |        0 |        0
41.37/41.46	c 41.2s |      13 |   122759 |    56132 |     5450     16 |        0 |        0
41.88/41.94	c 41.7s |      13 |   123419 |    56470 |     5450     17 |        0 |        0
41.88/41.94	c #cpu_time = 41.597s
41.88/41.94	c #wall_clock_time = 41.706s
41.88/41.94	c #decision = 123419
41.88/41.94	c #random_decision = 107
41.88/41.94	c #conflict = 56470
41.88/41.94	c #restart = 13
41.88/41.94	c BCD2: found a new core of size 1726: cost of the new core is >=1
41.88/41.94	c lower bound updated to 1
41.88/41.94	c BCD2: 1 <= obj <= 237
41.88/41.94	c BCD2: #cores=1, #unrelaxed=62, #relaxed=1726, #hardened=0
41.88/41.94	c BCD2: #sat=1 #unsat=2 bias=2/3
41.88/41.95	c Solving starts ...
41.88/41.95	c ============================[ Search Statistics ]============================
41.88/41.95	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
41.88/41.95	c       |         |          |          |    Limit     GC | Var      | Constra 
41.88/41.95	c =============================================================================
41.88/41.95	c  0.0s |       0 |        0 |        0 |     5450      0 |        0 |        0
41.88/41.99	c  0.0s |       0 |     1849 |        0 |     5450      0 |        0 |        0
41.88/41.99	c #cpu_time = 0.042s
41.88/41.99	c #wall_clock_time = 0.042s
41.88/41.99	c #decision = 1849
41.88/41.99	c #random_decision = 5
41.88/41.99	c #conflict = 0
41.88/41.99	c #restart = 0
41.88/41.99	o 35
41.88/41.99	c BCD2: hardening fixes 1133 literals
41.88/41.99	c BCD2: updating upper bound: 237 -> 34
41.97/42.00	c BCD2: 1 <= obj <= 34
41.97/42.00	c BCD2: #cores=1, #unrelaxed=23, #relaxed=632, #hardened=1133
41.97/42.00	c BCD2: #sat=2 #unsat=2 bias=2/4
41.97/42.00	c Solving starts ...
41.97/42.00	c ============================[ Search Statistics ]============================
41.97/42.00	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
41.97/42.00	c       |         |          |          |    Limit     GC | Var      | Constra 
41.97/42.00	c =============================================================================
41.97/42.00	c  0.0s |       0 |        0 |        0 |     5450      0 |     1133 |        1
41.97/42.06	c  0.1s |       0 |      950 |       20 |     5450      0 |     1133 |        1
41.97/42.06	c #cpu_time = 0.060s
41.97/42.06	c #wall_clock_time = 0.060s
41.97/42.06	c #decision = 950
41.97/42.06	c #random_decision = 1
41.97/42.06	c #conflict = 20
41.97/42.06	c #restart = 0
41.97/42.06	o 11
41.97/42.06	c BCD2: hardening fixes 459 literals
41.97/42.06	c BCD2: updating upper bound: 34 -> 10
41.97/42.06	c BCD2: 1 <= obj <= 10
41.97/42.06	c BCD2: #cores=1, #unrelaxed=7, #relaxed=189, #hardened=1592
41.97/42.06	c BCD2: #sat=3 #unsat=2 bias=2/5
41.97/42.06	c Solving starts ...
41.97/42.06	c ============================[ Search Statistics ]============================
41.97/42.06	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
41.97/42.06	c       |         |          |          |    Limit     GC | Var      | Constra 
41.97/42.06	c =============================================================================
41.97/42.06	c  0.0s |       0 |        0 |        0 |     5450      0 |     1592 |        2
42.07/42.17	c  0.1s |       1 |      310 |      100 |     5450      0 |     1592 |        2
42.27/42.30	c  0.2s |       2 |      531 |      250 |     5450      0 |     1592 |        2
42.37/42.44	c  0.4s |       3 |      925 |      475 |     5450      0 |     1592 |        2
42.57/42.60	c  0.5s |       4 |     1540 |      813 |     5450      0 |     1592 |        2
42.67/42.79	c  0.7s |       5 |     2468 |     1320 |     5450      0 |     1592 |        2
43.08/43.12	c  1.1s |       6 |     4016 |     2081 |     5996      0 |     1592 |        2
43.48/43.55	c  1.5s |       7 |     5791 |     3223 |     5996      0 |     1592 |        2
44.37/44.45	c  2.4s |       8 |     8533 |     4936 |     5996      1 |     1592 |        2
45.47/45.55	c  3.5s |       9 |    12298 |     7506 |     5996      1 |     1592 |        2
47.08/47.15	c  5.1s |       9 |    17721 |    11151 |     5996      2 |     1592 |        2
47.08/47.15	c #cpu_time = 5.071s
47.08/47.15	c #wall_clock_time = 5.084s
47.08/47.15	c #decision = 17721
47.08/47.15	c #random_decision = 33
47.08/47.15	c #conflict = 11151
47.08/47.15	c #restart = 9
47.08/47.15	o 3
47.08/47.15	c BCD2: hardening fixes 157 literals
47.08/47.15	c BCD2: updating upper bound: 10 -> 2
47.08/47.15	c BCD2: 1 <= obj <= 2
47.08/47.15	c BCD2: #cores=1, #unrelaxed=2, #relaxed=37, #hardened=1749
47.08/47.15	c BCD2: #sat=4 #unsat=2 bias=2/6
47.08/47.15	c Solving starts ...
47.08/47.15	c ============================[ Search Statistics ]============================
47.08/47.15	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
47.08/47.15	c       |         |          |          |    Limit     GC | Var      | Constra 
47.08/47.15	c =============================================================================
47.08/47.15	c  0.0s |       0 |        0 |        0 |     5996      0 |     1749 |        3
47.18/47.21	c  0.1s |       1 |      212 |      100 |     5996      0 |     1749 |        4
47.18/47.28	c  0.1s |       2 |      465 |      250 |     5996      0 |     1749 |        4
47.29/47.38	c  0.2s |       3 |      868 |      475 |     5996      0 |     1749 |        4
47.48/47.57	c  0.4s |       4 |     1404 |      813 |     5996      1 |     1749 |        4
47.68/47.78	c  0.6s |       5 |     2189 |     1320 |     5996      1 |     1749 |        4
47.98/48.04	c  0.9s |       6 |     3516 |     2081 |     5996      1 |     1749 |        4
48.39/48.46	c  1.3s |       7 |     5369 |     3223 |     5996      1 |     1749 |        4
49.08/49.11	c  2.0s |       8 |     8335 |     4936 |     5996      2 |     1749 |        4
49.88/49.97	c  2.8s |       9 |    12537 |     7506 |     5996      2 |     1749 |        4
51.08/51.18	c  4.0s |      10 |    19110 |    11361 |     5996      3 |     1749 |        4
53.08/53.19	c  6.0s |      10 |    27841 |    17061 |     5996      5 |     1749 |        4
53.18/53.22	c  6.1s |      11 |    27969 |    17144 |     5996      5 |     1749 |        4
55.18/55.22	c  8.1s |      11 |    36674 |    22744 |     6596      6 |     1749 |        4
56.08/56.13	c  9.0s |      12 |    42364 |    25819 |     6596      7 |     1749 |        4
58.08/58.15	c 11.0s |      12 |    53591 |    32619 |     6596      8 |     1749 |        4
59.98/60.05	c 12.9s |      13 |    63820 |    38832 |     6596     10 |     1749 |        4
61.58/61.63	c 14.5s |      13 |    72751 |    44093 |     6596     11 |     1749 |        4
61.58/61.63	c #cpu_time = 14.443s
61.58/61.63	c #wall_clock_time = 14.480s
61.58/61.63	c #decision = 72751
61.58/61.63	c #random_decision = 175
61.58/61.63	c #conflict = 44093
61.58/61.63	c #restart = 13
61.58/61.63	o 2
61.58/61.63	c BCD2: hardening fixes 22 literals
61.58/61.63	c BCD2: updating upper bound: 2 -> 1
61.58/61.63	c BCD2: 1 <= obj <= 1
61.58/61.63	c BCD2: #cores=1, #unrelaxed=0, #relaxed=17, #hardened=1771
61.58/61.63	c BCD2: #sat=5 #unsat=2 bias=2/7
61.58/61.63	c Solving starts ...
61.58/61.63	c ============================[ Search Statistics ]============================
61.58/61.63	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
61.58/61.63	c       |         |          |          |    Limit     GC | Var      | Constra 
61.58/61.63	c =============================================================================
61.58/61.63	c  0.0s |       0 |        0 |        0 |     6596      0 |     1771 |        8
61.58/61.67	c  0.0s |       1 |      148 |      100 |     6596      0 |     1771 |        8
61.68/61.74	c  0.1s |       2 |      366 |      250 |     6596      0 |     1771 |        8
61.78/61.83	c  0.2s |       3 |      743 |      475 |     6596      0 |     1771 |        8
61.88/61.93	c  0.3s |       4 |     1368 |      813 |     6596      0 |     1771 |        8
61.98/62.07	c  0.4s |       5 |     2272 |     1320 |     6596      0 |     1771 |        8
62.28/62.32	c  0.7s |       6 |     3559 |     2081 |     6596      1 |     1771 |        8
62.48/62.59	c  1.0s |       7 |     5709 |     3223 |     6596      1 |     1771 |        8
62.98/63.05	c  1.4s |       8 |     8677 |     4936 |     6596      1 |     1771 |        8
63.68/63.70	c  2.1s |       9 |    13092 |     7506 |     6596      2 |     1771 |        8
64.08/64.14	c  2.5s |       9 |    15820 |     9167 |     6596      2 |     1772 |       10
64.08/64.14	c #cpu_time = 2.497s
64.08/64.14	c #wall_clock_time = 2.504s
64.08/64.14	c #decision = 15820
64.08/64.14	c #random_decision = 56
64.08/64.14	c #conflict = 9167
64.08/64.14	c #restart = 9
64.08/64.14	c BCD2: updating lower bound of a core
64.08/64.14	c lower bound updated to 2
64.08/64.14	s OPTIMUM FOUND
64.08/64.14	v -x1 -x2 -x3 -x4 -x5 -x6 -x7 -x8 -x9 -x10
64.08/64.14	v -x11 -x12 -x13 -x14 x15 -x16 -x17 -x18 -x19 x20
64.08/64.14	v -x21 -x22 x23 -x24 -x25 -x26 -x27 -x28 -x29 -x30
64.08/64.14	v -x31 -x32 -x33 -x34 -x35 -x36 -x37 -x38 x39 -x40
64.08/64.14	v -x41 -x42 -x43 -x44 -x45 -x46 -x47 -x48 -x49 -x50
64.08/64.14	v -x51 -x52 x53 -x54 -x55 -x56 -x57 -x58 -x59 x60
64.08/64.14	v -x61 -x62 -x63 -x64 -x65 -x66 -x67 x68 -x69 -x70
64.08/64.14	v -x71 -x72 -x73 -x74 -x75 -x76 -x77 -x78 -x79 -x80
64.08/64.14	v -x81 -x82 -x83 -x84 -x85 -x86 -x87 x88 -x89 -x90
64.08/64.14	v x91 -x92 -x93 -x94 -x95 -x96 -x97 -x98 -x99 -x100
64.08/64.14	v -x101 -x102 -x103 -x104 -x105 x106 -x107 -x108 -x109 -x110
64.08/64.14	v -x111 -x112 -x113 x114 -x115 -x116 -x117 -x118 -x119 -x120
64.08/64.14	v -x121 -x122 -x123 -x124 -x125 -x126 -x127 -x128 -x129 x130
64.08/64.14	v -x131 -x132 -x133 -x134 -x135 -x136 -x137 -x138 -x139 -x140
64.08/64.14	v -x141 -x142 -x143 -x144 -x145 -x146 -x147 -x148 -x149 -x150
64.08/64.14	v x151 -x152 -x153 -x154 -x155 -x156 x157 -x158 -x159 -x160
64.08/64.14	v -x161 -x162 -x163 -x164 -x165 -x166 -x167 -x168 x169 -x170
64.08/64.14	v -x171 x172 -x173 -x174 -x175 -x176 -x177 -x178 -x179 -x180
64.08/64.14	v -x181 -x182 -x183 x184 -x185 -x186 -x187 -x188 -x189 -x190
64.08/64.14	v -x191 -x192 -x193 -x194 x195 -x196 -x197 -x198 -x199 -x200
64.08/64.14	v -x201 -x202 -x203 -x204 -x205 -x206 x207 -x208 -x209 -x210
64.08/64.14	v -x211 -x212 -x213 -x214 -x215 -x216 -x217 -x218 x219 -x220
64.08/64.14	v -x221 -x222 x223 -x224 -x225 -x226 -x227 -x228 -x229 -x230
64.08/64.14	v -x231
64.08/64.14	c total CPU time = 63.972s
64.08/64.14	c total wall clock time = 64.139s

Verifier Data

OK	2

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

pid=2693
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.26 2.26 2.12 3/177 2696
/proc/meminfo: memFree=29388180/32872528 swapFree=1316768/1463936
[pid=2696] ppid=2693 vsize=241084 CPUtime=0 cores=0,2,4,6
/proc/2696/stat : 2696 (toysat) R 2693 2696 1219 0 -1 4202496 798 0 0 0 0 0 0 0 20 0 4 0 36493477 246870016 1669 33554432000 4194304 16246674 140734960453744 140734960453168 13847824 0 2 0 34082818 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/2696/statm: 60271 1671 436 2943 0 57165 0
[pid=2696/tid=2697] ppid=2693 vsize=241084 CPUtime=0 cores=0,2,4,6
/proc/2696/task/2697/stat : 2697 (toysat) S 2693 2696 1219 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 36493477 246870016 1675 33554432000 4194304 16246674 140734960453744 140605170625776 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 2 0 0 0 0 0
[pid=2696/tid=2698] ppid=2693 vsize=241084 CPUtime=0 cores=0,2,4,6
/proc/2696/task/2698/stat : 2698 (toysat) S 2693 2696 1219 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 4 0 36493477 246870016 1677 33554432000 4194304 16246674 140734960453744 140605082545392 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 4 0 0 0 0 0
[pid=2696/tid=2699] ppid=2693 vsize=241084 CPUtime=0 cores=0,2,4,6
/proc/2696/task/2699/stat : 2699 (toysat) S 2693 2696 1219 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 4 0 36493477 246870016 1686 33554432000 4194304 16246674 140734960453744 140605072071856 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 2 0 0 0 0 0

[startup+0.10012 s]
/proc/loadavg: 2.26 2.26 2.12 3/177 2696
/proc/meminfo: memFree=29388180/32872528 swapFree=1316768/1463936
[pid=2696] ppid=2693 vsize=1218116 CPUtime=0.08 cores=0,2,4,6
/proc/2696/stat : 2696 (toysat) R 2693 2696 1219 0 -1 4202496 23673 0 0 0 5 3 0 0 20 0 4 0 36493477 1247350784 24538 33554432000 4194304 16246674 140734960453744 140734960453168 12459048 0 0 0 34082818 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/2696/statm: 304529 24539 620 2943 0 301423 0
[pid=2696/tid=2697] ppid=2693 vsize=1218116 CPUtime=0 cores=0,2,4,6
/proc/2696/task/2697/stat : 2697 (toysat) S 2693 2696 1219 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 36493477 1247350784 24541 33554432000 4194304 16246674 140734960453744 140605170625776 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 2 0 0 0 0 0
[pid=2696/tid=2698] ppid=2693 vsize=1218116 CPUtime=0 cores=0,2,4,6
/proc/2696/task/2698/stat : 2698 (toysat) S 2693 2696 1219 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 4 0 36493477 1247350784 24544 33554432000 4194304 16246674 140734960453744 140605082545392 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 4 0 0 0 0 0
[pid=2696/tid=2699] ppid=2693 vsize=1218116 CPUtime=0 cores=0,2,4,6
/proc/2696/task/2699/stat : 2699 (toysat) S 2693 2696 1219 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 4 0 36493477 1247350784 24548 33554432000 4194304 16246674 140734960453744 140605072071856 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 0.08
Current children cumulated vsize (KiB) 1218116

[startup+0.200446 s]
/proc/loadavg: 2.26 2.26 2.12 3/177 2696
/proc/meminfo: memFree=29388180/32872528 swapFree=1316768/1463936
[pid=2696] ppid=2693 vsize=1221188 CPUtime=0.18 cores=0,2,4,6
/proc/2696/stat : 2696 (toysat) R 2693 2696 1219 0 -1 4202496 32473 0 0 0 14 4 0 0 20 0 4 0 36493477 1250496512 33291 33554432000 4194304 16246674 140734960453744 140734960453056 13923741 0 0 0 34082818 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/2696/statm: 305297 33291 865 2943 0 302191 0
[pid=2696/tid=2697] ppid=2693 vsize=1221188 CPUtime=0 cores=0,2,4,6
/proc/2696/task/2697/stat : 2697 (toysat) S 2693 2696 1219 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 36493477 1250496512 33291 33554432000 4194304 16246674 140734960453744 140605170625776 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 2 0 0 0 0 0
[pid=2696/tid=2698] ppid=2693 vsize=1221188 CPUtime=0 cores=0,2,4,6
/proc/2696/task/2698/stat : 2698 (toysat) S 2693 2696 1219 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 4 0 36493477 1250496512 33291 33554432000 4194304 16246674 140734960453744 140605082545392 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 4 0 0 0 0 0
[pid=2696/tid=2699] ppid=2693 vsize=1221188 CPUtime=0 cores=0,2,4,6
/proc/2696/task/2699/stat : 2699 (toysat) S 2693 2696 1219 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 4 0 36493477 1250496512 33291 33554432000 4194304 16246674 140734960453744 140605072071856 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 0.18
Current children cumulated vsize (KiB) 1221188

[startup+0.300426 s]
/proc/loadavg: 2.26 2.26 2.12 3/177 2696
/proc/meminfo: memFree=29388180/32872528 swapFree=1316768/1463936
[pid=2696] ppid=2693 vsize=1303108 CPUtime=0.28 cores=0,2,4,6
/proc/2696/stat : 2696 (toysat) R 2693 2696 1219 0 -1 4202496 46711 0 0 0 22 6 0 0 20 0 4 0 36493477 1334382592 47529 33554432000 4194304 16246674 140734960453744 140734960453056 5523416 0 0 0 34082818 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/2696/statm: 325777 47529 922 2943 0 322671 0
[pid=2696/tid=2697] ppid=2693 vsize=1303108 CPUtime=0 cores=0,2,4,6
/proc/2696/task/2697/stat : 2697 (toysat) S 2693 2696 1219 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 36493477 1334382592 47533 33554432000 4194304 16246674 140734960453744 140605170625776 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 2 0 0 0 0 0
[pid=2696/tid=2698] ppid=2693 vsize=1303108 CPUtime=0 cores=0,2,4,6
/proc/2696/task/2698/stat : 2698 (toysat) S 2693 2696 1219 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 4 0 36493477 1334382592 47537 33554432000 4194304 16246674 140734960453744 140605082545392 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 4 0 0 0 0 0
[pid=2696/tid=2699] ppid=2693 vsize=1303108 CPUtime=0 cores=0,2,4,6
/proc/2696/task/2699/stat : 2699 (toysat) S 2693 2696 1219 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 4 0 36493477 1334382592 47541 33554432000 4194304 16246674 140734960453744 140605072071856 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 0.28
Current children cumulated vsize (KiB) 1303108

[startup+0.700351 s]
/proc/loadavg: 2.26 2.26 2.12 3/177 2696
/proc/meminfo: memFree=29388180/32872528 swapFree=1316768/1463936
[pid=2696] ppid=2693 vsize=1307204 CPUtime=0.69 cores=0,2,4,6
/proc/2696/stat : 2696 (toysat) R 2693 2696 1219 0 -1 4202496 78013 0 0 0 57 12 0 0 20 0 4 0 36493477 1338576896 78831 33554432000 4194304 16246674 140734960453744 140734960453056 5672188 0 0 0 34082818 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/2696/statm: 326801 78831 928 2943 0 323695 0
[pid=2696/tid=2697] ppid=2693 vsize=1307204 CPUtime=0 cores=0,2,4,6
/proc/2696/task/2697/stat : 2697 (toysat) S 2693 2696 1219 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 36493477 1338576896 78831 33554432000 4194304 16246674 140734960453744 140605170625776 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 2 0 0 0 0 0
[pid=2696/tid=2698] ppid=2693 vsize=1307204 CPUtime=0 cores=0,2,4,6
/proc/2696/task/2698/stat : 2698 (toysat) S 2693 2696 1219 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 4 0 36493477 1338576896 78831 33554432000 4194304 16246674 140734960453744 140605082545392 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 4 0 0 0 0 0
[pid=2696/tid=2699] ppid=2693 vsize=1307204 CPUtime=0 cores=0,2,4,6
/proc/2696/task/2699/stat : 2699 (toysat) S 2693 2696 1219 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 4 0 36493477 1338576896 78831 33554432000 4194304 16246674 140734960453744 140605072071856 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 1307204

[startup+1.50039 s]
/proc/loadavg: 2.26 2.26 2.12 3/181 2700
/proc/meminfo: memFree=29008068/32872528 swapFree=1316768/1463936
[pid=2696] ppid=2693 vsize=1307204 CPUtime=1.48 cores=0,2,4,6
/proc/2696/stat : 2696 (toysat) R 2693 2696 1219 0 -1 4202496 94408 0 0 0 134 14 0 0 20 0 4 0 36493477 1338576896 95226 33554432000 4194304 16246674 140734960453744 140734960435648 5545776 0 0 0 34082818 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/2696/statm: 326801 95226 931 2943 0 323695 0
[pid=2696/tid=2697] ppid=2693 vsize=1307204 CPUtime=0 cores=0,2,4,6
/proc/2696/task/2697/stat : 2697 (toysat) S 2693 2696 1219 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 36493477 1338576896 95226 33554432000 4194304 16246674 140734960453744 140605170625776 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 2 0 0 0 0 0
[pid=2696/tid=2698] ppid=2693 vsize=1307204 CPUtime=0 cores=0,2,4,6
/proc/2696/task/2698/stat : 2698 (toysat) S 2693 2696 1219 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 4 0 36493477 1338576896 95226 33554432000 4194304 16246674 140734960453744 140605082545392 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 4 0 0 0 0 0
[pid=2696/tid=2699] ppid=2693 vsize=1307204 CPUtime=0 cores=0,2,4,6
/proc/2696/task/2699/stat : 2699 (toysat) S 2693 2696 1219 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 4 0 36493477 1338576896 95226 33554432000 4194304 16246674 140734960453744 140605072071856 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 1.48
Current children cumulated vsize (KiB) 1307204

[startup+3.10036 s]
/proc/loadavg: 2.26 2.26 2.12 3/181 2700
/proc/meminfo: memFree=29007572/32872528 swapFree=1316768/1463936
[pid=2696] ppid=2693 vsize=1307204 CPUtime=3.08 cores=0,2,4,6
/proc/2696/stat : 2696 (toysat) R 2693 2696 1219 0 -1 4202496 94409 0 0 0 294 14 0 0 20 0 4 0 36493477 1338576896 95227 33554432000 4194304 16246674 140734960453744 140734960435648 5823961 0 0 0 34082818 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/2696/statm: 326801 95227 932 2943 0 323695 0
[pid=2696/tid=2697] ppid=2693 vsize=1307204 CPUtime=0 cores=0,2,4,6
/proc/2696/task/2697/stat : 2697 (toysat) S 2693 2696 1219 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 36493477 1338576896 95227 33554432000 4194304 16246674 140734960453744 140605170625776 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 2 0 0 0 0 0
[pid=2696/tid=2698] ppid=2693 vsize=1307204 CPUtime=0 cores=0,2,4,6
/proc/2696/task/2698/stat : 2698 (toysat) S 2693 2696 1219 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 4 0 36493477 1338576896 95227 33554432000 4194304 16246674 140734960453744 140605082545392 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 4 0 0 0 0 0
[pid=2696/tid=2699] ppid=2693 vsize=1307204 CPUtime=0 cores=0,2,4,6
/proc/2696/task/2699/stat : 2699 (toysat) S 2693 2696 1219 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 4 0 36493477 1338576896 95227 33554432000 4194304 16246674 140734960453744 140605072071856 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 3.08
Current children cumulated vsize (KiB) 1307204

[startup+6.30038 s]
/proc/loadavg: 2.32 2.28 2.13 3/181 2700
/proc/meminfo: memFree=29007480/32872528 swapFree=1316768/1463936
[pid=2696] ppid=2693 vsize=1309252 CPUtime=6.28 cores=0,2,4,6
/proc/2696/stat : 2696 (toysat) R 2693 2696 1219 0 -1 4202496 94833 0 0 0 614 14 0 0 20 0 4 0 36493477 1340674048 95651 33554432000 4194304 16246674 140734960453744 140734960435648 5676609 0 0 0 34082818 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/2696/statm: 327313 95651 932 2943 0 324207 0
[pid=2696/tid=2697] ppid=2693 vsize=1309252 CPUtime=0 cores=0,2,4,6
/proc/2696/task/2697/stat : 2697 (toysat) S 2693 2696 1219 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 36493477 1340674048 95651 33554432000 4194304 16246674 140734960453744 140605170625776 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 2 0 0 0 0 0
[pid=2696/tid=2698] ppid=2693 vsize=1309252 CPUtime=0 cores=0,2,4,6
/proc/2696/task/2698/stat : 2698 (toysat) S 2693 2696 1219 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 4 0 36493477 1340674048 95651 33554432000 4194304 16246674 140734960453744 140605082545392 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 4 0 0 0 0 0
[pid=2696/tid=2699] ppid=2693 vsize=1309252 CPUtime=0 cores=0,2,4,6
/proc/2696/task/2699/stat : 2699 (toysat) S 2693 2696 1219 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 4 0 36493477 1340674048 95651 33554432000 4194304 16246674 140734960453744 140605072071856 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 6.28
Current children cumulated vsize (KiB) 1309252

[startup+12.7004 s]
/proc/loadavg: 2.29 2.27 2.13 4/181 2700
/proc/meminfo: memFree=29003652/32872528 swapFree=1316768/1463936
[pid=2696] ppid=2693 vsize=1311300 CPUtime=12.68 cores=0,2,4,6
/proc/2696/stat : 2696 (toysat) R 2693 2696 1219 0 -1 4202496 95334 0 0 0 1254 14 0 0 20 0 4 0 36493477 1342771200 96152 33554432000 4194304 16246674 140734960453744 140734960435648 13950230 0 0 0 34082818 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/2696/statm: 327825 96152 932 2943 0 324719 0
[pid=2696/tid=2697] ppid=2693 vsize=1311300 CPUtime=0 cores=0,2,4,6
/proc/2696/task/2697/stat : 2697 (toysat) S 2693 2696 1219 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 36493477 1342771200 96152 33554432000 4194304 16246674 140734960453744 140605170625776 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 2 0 0 0 0 0
[pid=2696/tid=2698] ppid=2693 vsize=1311300 CPUtime=0 cores=0,2,4,6
/proc/2696/task/2698/stat : 2698 (toysat) S 2693 2696 1219 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 4 0 36493477 1342771200 96152 33554432000 4194304 16246674 140734960453744 140605082545392 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 4 0 0 0 0 0
[pid=2696/tid=2699] ppid=2693 vsize=1311300 CPUtime=0 cores=0,2,4,6
/proc/2696/task/2699/stat : 2699 (toysat) S 2693 2696 1219 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 4 0 36493477 1342771200 96152 33554432000 4194304 16246674 140734960453744 140605072071856 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 12.68
Current children cumulated vsize (KiB) 1311300

[startup+25.5005 s]
/proc/loadavg: 2.30 2.27 2.13 3/181 2700
/proc/meminfo: memFree=28998384/32872528 swapFree=1316768/1463936
[pid=2696] ppid=2693 vsize=1312324 CPUtime=25.48 cores=0,2,4,6
/proc/2696/stat : 2696 (toysat) R 2693 2696 1219 0 -1 4202496 95689 0 0 0 2533 15 0 0 20 0 4 0 36493477 1343819776 96507 33554432000 4194304 16246674 140734960453744 140734960452920 13950184 0 0 0 34082818 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/2696/statm: 328081 96507 932 2943 0 324975 0
[pid=2696/tid=2697] ppid=2693 vsize=1312324 CPUtime=0 cores=0,2,4,6
/proc/2696/task/2697/stat : 2697 (toysat) S 2693 2696 1219 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 36493477 1343819776 96507 33554432000 4194304 16246674 140734960453744 140605170625776 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 2 0 0 0 0 0
[pid=2696/tid=2698] ppid=2693 vsize=1312324 CPUtime=0 cores=0,2,4,6
/proc/2696/task/2698/stat : 2698 (toysat) S 2693 2696 1219 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 4 0 36493477 1343819776 96507 33554432000 4194304 16246674 140734960453744 140605082545392 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 4 0 0 0 0 0
[pid=2696/tid=2699] ppid=2693 vsize=1312324 CPUtime=0 cores=0,2,4,6
/proc/2696/task/2699/stat : 2699 (toysat) S 2693 2696 1219 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 4 0 36493477 1343819776 96507 33554432000 4194304 16246674 140734960453744 140605072071856 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 25.48
Current children cumulated vsize (KiB) 1312324

[startup+51.1005 s]
/proc/loadavg: 2.26 2.27 2.13 3/181 2701
/proc/meminfo: memFree=28269236/32872528 swapFree=1316768/1463936
[pid=2696] ppid=2693 vsize=1315396 CPUtime=51.08 cores=0,2,4,6
/proc/2696/stat : 2696 (toysat) R 2693 2696 1219 0 -1 4202496 270069 0 0 0 5069 39 0 0 20 0 4 0 36493477 1346965504 270887 33554432000 4194304 16246674 140734960453744 140734960435648 5827966 0 0 0 34082818 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/2696/statm: 328849 270887 941 2943 0 325743 0
[pid=2696/tid=2697] ppid=2693 vsize=1315396 CPUtime=0 cores=0,2,4,6
/proc/2696/task/2697/stat : 2697 (toysat) S 2693 2696 1219 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 36493477 1346965504 270887 33554432000 4194304 16246674 140734960453744 140605170625776 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 2 0 0 0 0 0
[pid=2696/tid=2698] ppid=2693 vsize=1315396 CPUtime=0 cores=0,2,4,6
/proc/2696/task/2698/stat : 2698 (toysat) S 2693 2696 1219 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 4 0 36493477 1346965504 270887 33554432000 4194304 16246674 140734960453744 140605082545392 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 4 0 0 0 0 0
[pid=2696/tid=2699] ppid=2693 vsize=1315396 CPUtime=0 cores=0,2,4,6
/proc/2696/task/2699/stat : 2699 (toysat) S 2693 2696 1219 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 4 0 36493477 1346965504 270887 33554432000 4194304 16246674 140734960453744 140605072071856 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 51.08
Current children cumulated vsize (KiB) 1315396

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

[startup+51.2005 s]
/proc/loadavg: 2.26 2.27 2.13 3/181 2701
/proc/meminfo: memFree=28269236/32872528 swapFree=1316768/1463936
[pid=2696] ppid=2693 vsize=1315396 CPUtime=51.18 cores=0,2,4,6
/proc/2696/stat : 2696 (toysat) R 2693 2696 1219 0 -1 4202496 270069 0 0 0 5079 39 0 0 20 0 4 0 36493477 1346965504 270887 33554432000 4194304 16246674 140734960453744 140734960435648 5600808 0 0 0 34082818 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/2696/statm: 328849 270887 941 2943 0 325743 0
[pid=2696/tid=2697] ppid=2693 vsize=1315396 CPUtime=0 cores=0,2,4,6
/proc/2696/task/2697/stat : 2697 (toysat) S 2693 2696 1219 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 36493477 1346965504 270887 33554432000 4194304 16246674 140734960453744 140605170625776 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 2 0 0 0 0 0
[pid=2696/tid=2698] ppid=2693 vsize=1315396 CPUtime=0 cores=0,2,4,6
/proc/2696/task/2698/stat : 2698 (toysat) S 2693 2696 1219 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 4 0 36493477 1346965504 270887 33554432000 4194304 16246674 140734960453744 140605082545392 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 4 0 0 0 0 0
[pid=2696/tid=2699] ppid=2693 vsize=1315396 CPUtime=0 cores=0,2,4,6
/proc/2696/task/2699/stat : 2699 (toysat) S 2693 2696 1219 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 4 0 36493477 1346965504 270887 33554432000 4194304 16246674 140734960453744 140605072071856 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 51.18
Current children cumulated vsize (KiB) 1315396

[startup+57.6004 s]
/proc/loadavg: 2.24 2.26 2.13 3/181 2701
/proc/meminfo: memFree=28245784/32872528 swapFree=1316768/1463936
[pid=2696] ppid=2693 vsize=1322564 CPUtime=57.58 cores=0,2,4,6
/proc/2696/stat : 2696 (toysat) R 2693 2696 1219 0 -1 4202496 271861 0 0 0 5719 39 0 0 20 0 4 0 36493477 1354305536 272679 33554432000 4194304 16246674 140734960453744 140734960435648 5672188 0 0 0 34082818 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/2696/statm: 330641 272679 941 2943 0 327535 0
[pid=2696/tid=2697] ppid=2693 vsize=1322564 CPUtime=0 cores=0,2,4,6
/proc/2696/task/2697/stat : 2697 (toysat) S 2693 2696 1219 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 36493477 1354305536 272679 33554432000 4194304 16246674 140734960453744 140605170625776 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 2 0 0 0 0 0
[pid=2696/tid=2698] ppid=2693 vsize=1322564 CPUtime=0 cores=0,2,4,6
/proc/2696/task/2698/stat : 2698 (toysat) S 2693 2696 1219 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 4 0 36493477 1354305536 272679 33554432000 4194304 16246674 140734960453744 140605082545392 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 4 0 0 0 0 0
[pid=2696/tid=2699] ppid=2693 vsize=1322564 CPUtime=0 cores=0,2,4,6
/proc/2696/task/2699/stat : 2699 (toysat) S 2693 2696 1219 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 4 0 36493477 1354305536 272679 33554432000 4194304 16246674 140734960453744 140605072071856 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 57.58
Current children cumulated vsize (KiB) 1322564

[startup+60.8004 s]
/proc/loadavg: 2.22 2.26 2.13 3/181 2702
/proc/meminfo: memFree=28245908/32872528 swapFree=1316768/1463936
[pid=2696] ppid=2693 vsize=1322564 CPUtime=60.78 cores=0,2,4,6
/proc/2696/stat : 2696 (toysat) R 2693 2696 1219 0 -1 4202496 271861 0 0 0 6039 39 0 0 20 0 4 0 36493477 1354305536 272679 33554432000 4194304 16246674 140734960453744 140734960435648 5672188 0 0 0 34082818 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/2696/statm: 330641 272679 941 2943 0 327535 0
[pid=2696/tid=2697] ppid=2693 vsize=1322564 CPUtime=0 cores=0,2,4,6
/proc/2696/task/2697/stat : 2697 (toysat) S 2693 2696 1219 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 36493477 1354305536 272679 33554432000 4194304 16246674 140734960453744 140605170625776 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 2 0 0 0 0 0
[pid=2696/tid=2698] ppid=2693 vsize=1322564 CPUtime=0 cores=0,2,4,6
/proc/2696/task/2698/stat : 2698 (toysat) S 2693 2696 1219 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 4 0 36493477 1354305536 272679 33554432000 4194304 16246674 140734960453744 140605082545392 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 4 0 0 0 0 0
[pid=2696/tid=2699] ppid=2693 vsize=1322564 CPUtime=0 cores=0,2,4,6
/proc/2696/task/2699/stat : 2699 (toysat) S 2693 2696 1219 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 4 0 36493477 1354305536 272679 33554432000 4194304 16246674 140734960453744 140605072071856 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 60.78
Current children cumulated vsize (KiB) 1322564

[startup+62.4004 s]
/proc/loadavg: 2.22 2.26 2.13 3/181 2702
/proc/meminfo: memFree=28245908/32872528 swapFree=1316768/1463936
[pid=2696] ppid=2693 vsize=1322564 CPUtime=62.38 cores=0,2,4,6
/proc/2696/stat : 2696 (toysat) R 2693 2696 1219 0 -1 4202496 271861 0 0 0 6199 39 0 0 20 0 4 0 36493477 1354305536 272679 33554432000 4194304 16246674 140734960453744 140734960435648 13943600 0 0 0 34082818 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/2696/statm: 330641 272679 941 2943 0 327535 0
[pid=2696/tid=2697] ppid=2693 vsize=1322564 CPUtime=0 cores=0,2,4,6
/proc/2696/task/2697/stat : 2697 (toysat) S 2693 2696 1219 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 36493477 1354305536 272679 33554432000 4194304 16246674 140734960453744 140605170625776 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 2 0 0 0 0 0
[pid=2696/tid=2698] ppid=2693 vsize=1322564 CPUtime=0 cores=0,2,4,6
/proc/2696/task/2698/stat : 2698 (toysat) S 2693 2696 1219 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 4 0 36493477 1354305536 272679 33554432000 4194304 16246674 140734960453744 140605082545392 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 4 0 0 0 0 0
[pid=2696/tid=2699] ppid=2693 vsize=1322564 CPUtime=0 cores=0,2,4,6
/proc/2696/task/2699/stat : 2699 (toysat) S 2693 2696 1219 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 4 0 36493477 1354305536 272679 33554432000 4194304 16246674 140734960453744 140605072071856 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 62.38
Current children cumulated vsize (KiB) 1322564

[startup+63.2004 s]
/proc/loadavg: 2.22 2.26 2.13 3/181 2702
/proc/meminfo: memFree=28245908/32872528 swapFree=1316768/1463936
[pid=2696] ppid=2693 vsize=1322564 CPUtime=63.18 cores=0,2,4,6
/proc/2696/stat : 2696 (toysat) R 2693 2696 1219 0 -1 4202496 271861 0 0 0 6279 39 0 0 20 0 4 0 36493477 1354305536 272679 33554432000 4194304 16246674 140734960453744 140734960435648 15015658 0 0 0 34082818 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/2696/statm: 330641 272679 941 2943 0 327535 0
[pid=2696/tid=2697] ppid=2693 vsize=1322564 CPUtime=0 cores=0,2,4,6
/proc/2696/task/2697/stat : 2697 (toysat) S 2693 2696 1219 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 36493477 1354305536 272679 33554432000 4194304 16246674 140734960453744 140605170625776 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 2 0 0 0 0 0
[pid=2696/tid=2698] ppid=2693 vsize=1322564 CPUtime=0 cores=0,2,4,6
/proc/2696/task/2698/stat : 2698 (toysat) S 2693 2696 1219 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 4 0 36493477 1354305536 272679 33554432000 4194304 16246674 140734960453744 140605082545392 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 4 0 0 0 0 0
[pid=2696/tid=2699] ppid=2693 vsize=1322564 CPUtime=0 cores=0,2,4,6
/proc/2696/task/2699/stat : 2699 (toysat) S 2693 2696 1219 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 4 0 36493477 1354305536 272679 33554432000 4194304 16246674 140734960453744 140605072071856 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 63.18
Current children cumulated vsize (KiB) 1322564

[startup+64.0004 s]
/proc/loadavg: 2.28 2.27 2.13 3/181 2702
/proc/meminfo: memFree=28245908/32872528 swapFree=1316768/1463936
[pid=2696] ppid=2693 vsize=1322564 CPUtime=63.98 cores=0,2,4,6
/proc/2696/stat : 2696 (toysat) R 2693 2696 1219 0 -1 4202496 271861 0 0 0 6359 39 0 0 20 0 4 0 36493477 1354305536 272679 33554432000 4194304 16246674 140734960453744 140734960435648 5822722 0 0 0 34082818 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/2696/statm: 330641 272679 941 2943 0 327535 0
[pid=2696/tid=2697] ppid=2693 vsize=1322564 CPUtime=0 cores=0,2,4,6
/proc/2696/task/2697/stat : 2697 (toysat) S 2693 2696 1219 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 36493477 1354305536 272679 33554432000 4194304 16246674 140734960453744 140605170625776 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 2 0 0 0 0 0
[pid=2696/tid=2698] ppid=2693 vsize=1322564 CPUtime=0 cores=0,2,4,6
/proc/2696/task/2698/stat : 2698 (toysat) S 2693 2696 1219 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 4 0 36493477 1354305536 272679 33554432000 4194304 16246674 140734960453744 140605082545392 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 4 0 0 0 0 0
[pid=2696/tid=2699] ppid=2693 vsize=1322564 CPUtime=0 cores=0,2,4,6
/proc/2696/task/2699/stat : 2699 (toysat) S 2693 2696 1219 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 4 0 36493477 1354305536 272679 33554432000 4194304 16246674 140734960453744 140605072071856 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 63.98
Current children cumulated vsize (KiB) 1322564

[startup+64.2004 s]
/proc/loadavg: 2.28 2.27 2.13 3/181 2702
/proc/meminfo: memFree=28245908/32872528 swapFree=1316768/1463936
[pid=2696] ppid=2693 vsize=0 CPUtime=64.17 cores=0,2,4,6
/proc/2696/stat : 2696 (toysat) R 2693 2696 1219 0 -1 4202500 271863 0 0 0 6373 44 0 0 20 0 1 0 36493477 0 0 33554432000 0 0 0 0 0 0 0 33554432 0 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/2696/statm: 0 0 0 0 0 0 0
Current children cumulated CPU time (s) 64.17
Current children cumulated vsize (KiB) 0

Child status: 0
Real time (s): 64.2061
CPU time (s): 64.1892
CPU user time (s): 63.7353
CPU system time (s): 0.45393
CPU usage (%): 99.9738
Max. virtual memory (cumulated for all children) (KiB): 1322564

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 63.7353
system time used= 0.45393
maximum resident set size= 1090720
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 271863
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= 17
involuntary context switches= 71

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 0.352946 second user time and 0.497924 second system time

The end

Launcher Data

Begin job on node121 at 2016-06-19 15:54:25
IDJOB=4109942
IDBENCH=78976
IDSOLVER=2553
FILE ID=node121/4109942-1466344465
RUNJOBID= node121-1466341819-1235
PBS_JOBID= 19922032
Free space on /tmp= 71704 MiB

SOLVER NAME= toysat 2016-05-02
BENCH NAME= PB10/normalized-PB10/PARTIAL-SMALLINT-LIN/PB06/submitted-PB06/namasivayam/tsp/normalized-t3002.11tsp11.1900576360--soft-33-100-0.wbo
COMMAND LINE= toysat +RTS -H1G -MMEMLIMITm -K1G -RTS --wbo --search=bcd2 BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4109942-1466344465/watcher-4109942-1466344465 -o /tmp/evaluation-result-4109942-1466344465/solver-4109942-1466344465 -C 1800 -W 1900 -M 15500 --bin-var /tmp/runsolver-exch-node121-1466341819-1235 --watchdog 1960  toysat +RTS -H1G -M15500m -K1G -RTS --wbo --search=bcd2 HOME/instance-4109942-1466344465.wbo

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

MD5SUM BENCH= cb67e22228ed30d84ff6579ce17258b0
RANDOM SEED=1146462508

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

processor	: 3
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.691
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.691
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.54
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.691
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		: 2666.691
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.56
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.691
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:        29388840 kB
Buffers:          203516 kB
Cached:           483408 kB
SwapCached:         1944 kB
Active:           772400 kB
Inactive:         485064 kB
Active(anon):     569892 kB
Inactive(anon):     2900 kB
Active(file):     202508 kB
Inactive(file):   482164 kB
Unevictable:     1463936 kB
Mlocked:         1316768 kB
SwapTotal:      67108856 kB
SwapFree:       67101196 kB
Dirty:             16316 kB
Writeback:             0 kB
AnonPages:       2032640 kB
Mapped:            12708 kB
Shmem:                 0 kB
Slab:             628996 kB
SReclaimable:      73048 kB
SUnreclaim:       555948 kB
KernelStack:        1432 kB
PageTables:         8948 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545120 kB
Committed_AS:    2676732 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346412 kB
VmallocChunk:   34341988032 kB
HardwareCorrupted:     0 kB
AnonHugePages:    151552 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= 71688 MiB
End job on node121 at 2016-06-19 15:55:30