Trace number 4109966

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 335.424 335.511

General information on the benchmark

Name/PARTIAL-SMALLINT-LIN/PB06/submitted-PB06/namasivayam/tsp/
normalized-t3002.11tsp11.1900667195--soft-66-100-0.wbo
MD5SUMc3c12ca4f6a34dfd4eee1807e0cef251
Bench CategoryPARTIAL-SMALLINT-LIN (both soft and hard constraints, small integers, linear constraints)
Best result obtained on this benchmarkMOPT
Best cost obtained on this benchmark1
Best CPU time to get the best result obtained on this benchmark46.338
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 constraints911
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 46278
Min constraint cost 1
Max constraint cost 100
Sum of constraints costs 46277
Biggest number in a constraint 25
Number of bits of the biggest number in a constraint 5
Biggest sum of numbers in a constraint 655
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:55:10+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-4109966-1466344510.wbo"]
0.00/0.01	c use --random-gen="1294868385 3748048032 1228517383 96275732 2634326088 1881864757 1004183673 510884739 260488267 878908607 1177422287 2119199674 369172491 3379326627 476958184 258977009 988768261 3215249350 3108774110 3790014310 2537878393 3740538768 3764513526 2766269526 431648417 2127136945 4169833327 2371912141 2379114713 3163137886 416045398 3650634116 79420084 3910622907 808848065 2516096534 1346240916 1321051370 3095283181 2111987335 3939214886 4237107596 4151470882 933308634 3274636932 3987556508 3955340622 3079595978 2646262695 2434080486 3457688804 2894501074 4127402870 3065619339 860168151 1947729444 2246664530 3146577407 1400051397 1224647882 3939879644 3474136652 2935847109 1615019378 1872623774 1493163984 545052852 4198757538 4110901809 1816888196 485077001 3812554624 2609182949 2485175341 887426950 1644455569 4023496304 2767288893 1927201376 919596171 2516042443 555754548 3454663373 1837914270 1670012627 1665102021 2201826385 369424910 2193227894 2284038195 907159308 780783551 2757007377 3851869945 46181821 752431622 2468690436 4105012533 3553738363 1347612979 3603902581 3507608938 3554202703 328635210 476019398 1734356833 738434957 630914907 1524713463 260047337 1910587632 516606728 2301860172 3404798713 3522608060 800488955 2935023979 2931694779 462058270 2390272793 1766817896 2119328555 190942970 2314421615 2298107967 3501806893 1490172661 825515890 3127765156 2371092452 3670614283 3863871574 4274145118 3280029642 3628853291 244119959 2928297570 166087367 3022286679 1224621267 40317110 3251445388 2511673555 2310315284 1454853764 845111666 4134385025 1711850038 2366592733 1344760324 933337151 4081605274 2247529695 2864342693 3632694626 567259396 2005106833 2701738987 2210578510 1674314276 3672166674 4168800349 3536355934 1116245870 2710330929 2596883127 718805890 1254048948 1243239710 2535904170 2321734691 2834244797 2450319512 2267545472 2961753711 2163952414 2180527988 1171012843 3302285995 3039583041 4192308733 2669842458 3748162889 1234779531 440387845 3351083297 1542228535 1361796815 3805787778 2292001029 642700093 2731599181 1615082675 3358580750 3818740266 726859724 3998284869 2753451033 2426241353 684539094 3071198191 1898836586 2698511996 512438157 2183548605 965921959 77495040 2309375823 222108900 4114836704 1188589069 2256926255 1087552815 3308804528 4201325303 2414910142 444707799 2327788462 1447367365 1880589249 1452027029 334130002 2730338612 2591810082 540769173 2676901917 3679874176 2158185421 3874371533 4213247481 861286374 4136137466 1018487583 3120580735 3341508759 1315384267 2983843878 746781316 3134744472 1230805414 1626893006 925197276 4092890350 118694349 634383471 1446896007 3607375957 665841613 459344148 2336155305 2019970453 3563721576 812993521 1596870168 2904588532 248276245 255 362436" option to reproduce the execution
0.09/0.14	c #vars 231
0.09/0.14	c #constraints 2707
0.09/0.19	c BCD2: Hardening is enabled.
0.09/0.19	c BCD2: BiasedSearch is enabled.
0.09/0.19	c Solving starts ...
0.09/0.19	c ============================[ Search Statistics ]============================
0.09/0.19	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
0.09/0.19	c       |         |          |          |    Limit     GC | Var      | Constra 
0.09/0.19	c =============================================================================
0.19/0.20	c  0.0s |       0 |        0 |        0 |     1283      0 |        0 |        0
0.19/0.22	c  0.0s |       1 |     1068 |      100 |     1283      0 |        0 |        0
0.19/0.22	c  0.0s |       1 |     2020 |      101 |     1412      0 |        0 |        0
0.19/0.22	c #cpu_time = 0.030s
0.19/0.22	c #wall_clock_time = 0.030s
0.19/0.22	c #decision = 2020
0.19/0.22	c #random_decision = 12
0.19/0.22	c #conflict = 101
0.19/0.22	c #restart = 1
0.19/0.22	o 358
0.19/0.22	c BCD2: updating upper bound: 46277 -> 357
0.19/0.23	c BCD2: 0 <= obj <= 357
0.19/0.23	c BCD2: #cores=0, #unrelaxed=911, #relaxed=0, #hardened=0
0.19/0.23	c BCD2: #sat=1 #unsat=1 bias=1/2
0.19/0.23	c Solving starts ...
0.19/0.23	c ============================[ Search Statistics ]============================
0.19/0.23	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
0.19/0.23	c       |         |          |          |    Limit     GC | Var      | Constra 
0.19/0.23	c =============================================================================
0.19/0.23	c  0.0s |       0 |        0 |        0 |     1412      0 |        0 |        0
0.19/0.24	c  0.0s |       1 |     1098 |      100 |     1412      0 |        0 |        0
0.19/0.27	c  0.0s |       2 |     2246 |      250 |     1554      0 |        0 |        0
0.29/0.32	c  0.1s |       3 |     3534 |      475 |     1710      0 |        0 |        0
0.39/0.45	c  0.2s |       4 |     4929 |      813 |     1882      0 |        0 |        0
0.59/0.63	c  0.4s |       5 |     6595 |     1320 |     2071      0 |        0 |        0
0.89/0.90	c  0.7s |       6 |     8623 |     2081 |     2279      0 |        0 |        0
1.39/1.45	c  1.2s |       7 |    11078 |     3223 |     2507      0 |        0 |        0
1.99/2.06	c  1.8s |       8 |    14323 |     4936 |     2758      1 |        0 |        0
2.99/3.01	c  2.8s |       9 |    18836 |     7506 |     3034      3 |        0 |        0
4.09/4.15	c  3.9s |      10 |    25002 |    11361 |     3338      5 |        0 |        0
6.09/6.19	c  6.0s |      10 |    32502 |    16261 |     3338      7 |        0 |        0
6.59/6.61	c  6.4s |      11 |    33685 |    17144 |     3672      7 |        0 |        0
8.58/8.67	c  8.4s |      11 |    40258 |    21344 |     3672      9 |        0 |        0
10.68/10.70	c 10.5s |      11 |    45796 |    25444 |     3672     11 |        0 |        0
10.78/10.83	c 10.6s |      12 |    46367 |    25819 |     4040     11 |        0 |        0
12.78/12.85	c 12.6s |      12 |    52590 |    29919 |     4040     12 |        0 |        0
14.78/14.87	c 14.6s |      12 |    56207 |    32819 |     4040     14 |        0 |        0
16.88/16.90	c 16.7s |      12 |    60774 |    36319 |     4040     15 |        0 |        0
18.28/18.32	c 18.1s |      13 |    64037 |    38832 |     4444     16 |        0 |        0
20.28/20.34	c 20.1s |      13 |    69382 |    42032 |     4444     17 |        0 |        0
22.28/22.38	c 22.2s |      13 |    73511 |    45032 |     4444     18 |        0 |        0
24.38/24.43	c 24.2s |      13 |    76959 |    47632 |     4444     19 |        0 |        0
26.39/26.44	c 26.2s |      13 |    81121 |    50832 |     4444     20 |        0 |        0
28.38/28.49	c 28.3s |      13 |    85244 |    53732 |     4444     21 |        0 |        0
30.48/30.51	c 30.3s |      13 |    88973 |    56432 |     4444     22 |        0 |        0
31.68/31.71	c 31.5s |      14 |    91812 |    58352 |     4889     23 |        0 |        0
33.68/33.71	c 33.5s |      14 |    97678 |    61852 |     4889     24 |        0 |        0
35.69/35.76	c 35.5s |      14 |   103287 |    65652 |     4889     25 |        0 |        0
37.69/37.76	c 37.5s |      14 |   107025 |    68352 |     4889     26 |        0 |        0
39.79/39.81	c 39.6s |      14 |   112318 |    71552 |     4889     27 |        0 |        0
41.79/41.82	c 41.6s |      14 |   117568 |    74652 |     4889     28 |        0 |        0
43.79/43.85	c 43.6s |      14 |   123303 |    78552 |     4889     30 |        0 |        0
45.89/45.91	c 45.7s |      14 |   128517 |    81752 |     4889     31 |        0 |        0
47.89/47.96	c 47.7s |      14 |   133901 |    84952 |     4889     32 |        0 |        0
49.49/49.51	c 49.3s |      15 |   138584 |    87632 |     5378     33 |        0 |        0
51.49/51.54	c 51.3s |      15 |   144332 |    90732 |     5378     34 |        0 |        0
53.48/53.58	c 53.4s |      15 |   148905 |    93832 |     5378     35 |        0 |        0
55.48/55.58	c 55.4s |      15 |   152984 |    96332 |     5378     36 |        0 |        0
57.48/57.59	c 57.4s |      15 |   157132 |    99032 |     5378     36 |        0 |        0
59.58/59.67	c 59.4s |      15 |   161347 |   101532 |     5378     37 |        0 |        0
61.69/61.71	c 61.5s |      15 |   165086 |   103832 |     5378     38 |        0 |        0
63.68/63.74	c 63.5s |      15 |   171219 |   107432 |     5378     39 |        0 |        0
65.68/65.76	c 65.5s |      15 |   178091 |   112132 |     5378     40 |        0 |        0
67.78/67.81	c 67.6s |      15 |   182998 |   115732 |     5378     42 |        0 |        0
69.78/69.85	c 69.6s |      15 |   186396 |   118332 |     5378     42 |        0 |        0
71.78/71.86	c 71.6s |      15 |   190043 |   121032 |     5378     43 |        0 |        0
73.88/73.91	c 73.7s |      15 |   194520 |   124632 |     5378     44 |        0 |        0
75.89/75.96	c 75.7s |      15 |   198570 |   127832 |     5378     45 |        0 |        0
77.88/77.99	c 77.8s |      15 |   202322 |   130932 |     5916     46 |        0 |        0
78.38/78.41	c 78.2s |      16 |   203144 |   131552 |     5916     46 |        0 |        0
80.38/80.41	c 80.2s |      16 |   208715 |   135152 |     5916     48 |        0 |        0
82.38/82.43	c 82.2s |      16 |   213824 |   139252 |     5916     49 |        0 |        0
84.48/84.50	c 84.3s |      16 |   217772 |   142652 |     5916     50 |        0 |        0
86.48/86.51	c 86.3s |      16 |   222120 |   146052 |     5916     51 |        0 |        0
88.48/88.55	c 88.3s |      16 |   227042 |   149952 |     5916     52 |        0 |        0
90.47/90.56	c 90.3s |      16 |   232118 |   153952 |     5916     53 |        0 |        0
92.48/92.58	c 92.3s |      16 |   236372 |   157352 |     5916     54 |        0 |        0
94.47/94.59	c 94.4s |      16 |   239639 |   160052 |     5916     55 |        0 |        0
96.47/96.59	c 96.4s |      16 |   243796 |   163252 |     5916     56 |        0 |        0
98.57/98.63	c 98.4s |      16 |   246926 |   165752 |     5916     56 |        0 |        0
100.57/100.64	c  100s |      16 |   250223 |   168352 |     5916     57 |        0 |        0
102.57/102.66	c  102s |      16 |   255339 |   172152 |     5916     58 |        0 |        0
104.58/104.69	c  104s |      16 |   260112 |   175752 |     5916     59 |        0 |        0
106.57/106.70	c  106s |      16 |   264599 |   179152 |     5916     60 |        0 |        0
108.67/108.72	c  108s |      16 |   269149 |   182752 |     5916     61 |        0 |        0
110.67/110.78	c  110s |      16 |   273170 |   185852 |     5916     62 |        0 |        0
112.77/112.82	c  112s |      16 |   276985 |   188652 |     5916     63 |        0 |        0
114.77/114.85	c  114s |      16 |   280698 |   191352 |     5916     64 |        0 |        0
116.87/116.91	c  116s |      16 |   284854 |   194452 |     5916     65 |        0 |        0
118.28/118.35	c  118s |      17 |   288726 |   197432 |     6508     65 |        0 |        0
120.28/120.35	c  120s |      17 |   294644 |   201232 |     6508     66 |        0 |        0
122.38/122.41	c  122s |      17 |   299980 |   205332 |     6508     68 |        0 |        0
124.38/124.49	c  124s |      17 |   305017 |   209032 |     6508     69 |        0 |        0
126.37/126.50	c  126s |      17 |   310300 |   213132 |     6508     70 |        0 |        0
128.47/128.50	c  128s |      17 |   315074 |   216932 |     6508     71 |        0 |        0
130.47/130.51	c  130s |      17 |   319122 |   220232 |     6508     72 |        0 |        0
132.47/132.52	c  132s |      17 |   323803 |   223832 |     6508     72 |        0 |        0
134.47/134.53	c  134s |      17 |   328162 |   227332 |     6508     73 |        0 |        0
136.57/136.60	c  136s |      17 |   332589 |   230732 |     6508     74 |        0 |        0
138.58/138.68	c  138s |      17 |   336037 |   233532 |     6508     75 |        0 |        0
140.67/140.71	c  140s |      17 |   341397 |   237432 |     6508     76 |        0 |        0
142.67/142.74	c  142s |      17 |   347171 |   241832 |     6508     77 |        0 |        0
144.77/144.81	c  144s |      17 |   352019 |   245432 |     6508     78 |        0 |        0
146.77/146.83	c  146s |      17 |   355910 |   248432 |     6508     79 |        0 |        0
148.77/148.83	c  148s |      17 |   359504 |   251332 |     6508     80 |        0 |        0
150.87/150.93	c  150s |      17 |   362561 |   253732 |     6508     80 |        0 |        0
152.87/152.94	c  152s |      17 |   365819 |   256232 |     6508     81 |        0 |        0
154.87/154.96	c  154s |      17 |   369429 |   258832 |     6508     82 |        0 |        0
156.97/157.01	c  156s |      17 |   373316 |   261632 |     6508     83 |        0 |        0
159.07/159.11	c  158s |      17 |   377016 |   264532 |     6508     83 |        0 |        0
161.07/161.13	c  160s |      17 |   380035 |   266932 |     6508     84 |        0 |        0
163.17/163.24	c  163s |      17 |   382861 |   269032 |     6508     85 |        0 |        0
165.16/165.26	c  165s |      17 |   388757 |   272932 |     6508     86 |        0 |        0
167.17/167.26	c  167s |      17 |   394588 |   276832 |     6508     87 |        0 |        0
169.16/169.28	c  169s |      17 |   401541 |   281632 |     6508     88 |        0 |        0
171.26/171.30	c  171s |      17 |   406399 |   285032 |     6508     89 |        0 |        0
173.26/173.33	c  173s |      17 |   412299 |   288832 |     6508     90 |        0 |        0
175.26/175.33	c  175s |      17 |   417328 |   291932 |     6508     91 |        0 |        0
177.26/177.36	c  177s |      17 |   421834 |   294732 |     7159     91 |        0 |        0
178.17/178.25	c  178s |      18 |   424067 |   296252 |     7159     92 |        0 |        0
180.16/180.29	c  180s |      18 |   430238 |   299552 |     7159     92 |        0 |        0
182.16/182.29	c  182s |      18 |   435343 |   302952 |     7159     93 |        0 |        0
184.26/184.31	c  184s |      18 |   439765 |   306152 |     7159     94 |        0 |        0
186.26/186.36	c  186s |      18 |   443503 |   308952 |     7159     95 |        0 |        0
188.36/188.45	c  188s |      18 |   446812 |   311452 |     7159     95 |        0 |        0
190.37/190.47	c  190s |      18 |   450245 |   314052 |     7159     96 |        0 |        0
192.47/192.51	c  192s |      18 |   454216 |   316652 |     7159     97 |        0 |        0
194.46/194.58	c  194s |      18 |   457979 |   319152 |     7159     97 |        0 |        0
196.55/196.64	c  196s |      18 |   462569 |   321952 |     7159     98 |        0 |        0
198.55/198.68	c  198s |      18 |   465987 |   324352 |     7159     99 |        0 |        0
200.65/200.75	c  200s |      18 |   469526 |   326852 |     7159     99 |        0 |        0
202.65/202.79	c  202s |      18 |   472463 |   329052 |     7159    100 |        0 |        0
204.75/204.87	c  204s |      18 |   475216 |   331052 |     7159    100 |        0 |        0
206.86/206.91	c  206s |      18 |   479468 |   333752 |     7159    101 |        0 |        0
208.85/208.95	c  208s |      18 |   484150 |   336752 |     7159    102 |        0 |        0
210.95/211.02	c  210s |      18 |   488966 |   340052 |     7159    102 |        0 |        0
212.95/213.04	c  212s |      18 |   493991 |   343052 |     7159    103 |        0 |        0
214.95/215.06	c  214s |      18 |   497882 |   345652 |     7159    104 |        0 |        0
217.04/217.12	c  216s |      18 |   501843 |   348352 |     7159    104 |        0 |        0
219.14/219.20	c  218s |      18 |   506012 |   351052 |     7159    105 |        0 |        0
221.15/221.25	c  221s |      18 |   510585 |   353752 |     7159    106 |        0 |        0
223.14/223.27	c  223s |      18 |   514965 |   356452 |     7159    106 |        0 |        0
225.15/225.29	c  225s |      18 |   519124 |   358952 |     7159    107 |        0 |        0
227.25/227.32	c  227s |      18 |   523761 |   361952 |     7159    108 |        0 |        0
229.25/229.37	c  229s |      18 |   528747 |   365052 |     7159    109 |        0 |        0
231.24/231.37	c  231s |      18 |   533583 |   368252 |     7159    109 |        0 |        0
233.34/233.43	c  233s |      18 |   537642 |   370852 |     7159    110 |        0 |        0
235.35/235.47	c  235s |      18 |   540966 |   372952 |     7159    111 |        0 |        0
237.34/237.48	c  237s |      18 |   545159 |   375552 |     7159    111 |        0 |        0
239.44/239.51	c  239s |      18 |   549646 |   378152 |     7159    112 |        0 |        0
241.44/241.52	c  241s |      18 |   554015 |   380852 |     7159    112 |        0 |        0
243.44/243.54	c  243s |      18 |   557397 |   383052 |     7159    113 |        0 |        0
245.44/245.57	c  245s |      18 |   560668 |   385252 |     7159    114 |        0 |        0
247.54/247.61	c  247s |      18 |   566632 |   388752 |     7159    114 |        0 |        0
249.53/249.68	c  249s |      18 |   571767 |   391852 |     7159    115 |        0 |        0
251.63/251.71	c  251s |      18 |   575738 |   394252 |     7159    116 |        0 |        0
253.63/253.77	c  253s |      18 |   580190 |   397252 |     7159    117 |        0 |        0
255.73/255.83	c  255s |      18 |   584995 |   400352 |     7159    117 |        0 |        0
257.83/257.90	c  257s |      18 |   590524 |   403652 |     7159    118 |        0 |        0
259.83/259.94	c  259s |      18 |   594246 |   406052 |     7159    119 |        0 |        0
261.84/261.94	c  261s |      18 |   598318 |   408552 |     7159    119 |        0 |        0
263.83/263.95	c  263s |      18 |   601724 |   410752 |     7159    120 |        0 |        0
265.93/266.02	c  265s |      18 |   605910 |   413252 |     7159    120 |        0 |        0
268.02/268.12	c  267s |      18 |   610902 |   415952 |     7159    121 |        0 |        0
270.02/270.13	c  269s |      18 |   615108 |   418452 |     7159    122 |        0 |        0
272.02/272.16	c  271s |      18 |   619906 |   421352 |     7159    122 |        0 |        0
274.02/274.17	c  273s |      18 |   623341 |   423552 |     7159    123 |        0 |        0
276.03/276.18	c  275s |      18 |   628156 |   426552 |     7159    124 |        0 |        0
278.12/278.25	c  278s |      18 |   631413 |   428652 |     7159    124 |        0 |        0
280.12/280.29	c  280s |      18 |   634880 |   430752 |     7159    125 |        0 |        0
282.22/282.36	c  282s |      18 |   638868 |   433252 |     7159    125 |        0 |        0
284.32/284.44	c  284s |      18 |   642157 |   435352 |     7159    126 |        0 |        0
286.42/286.53	c  286s |      18 |   645917 |   437752 |     7159    127 |        0 |        0
288.42/288.54	c  288s |      18 |   649116 |   439852 |     7159    127 |        0 |        0
290.42/290.58	c  290s |      18 |   651773 |   441652 |     7875    127 |        0 |        0
292.41/292.59	c  292s |      18 |   654624 |   443452 |     7875    128 |        0 |        0
293.72/293.88	c  293s |      19 |   656116 |   444482 |     7875    128 |        0 |        0
295.71/295.88	c  295s |      19 |   660581 |   446582 |     7875    128 |        0 |        0
297.81/297.99	c  297s |      19 |   664011 |   448582 |     7875    129 |        0 |        0
299.91/300.09	c  299s |      19 |   666775 |   450282 |     7875    129 |        0 |        0
302.01/302.11	c  301s |      19 |   670431 |   452382 |     7875    130 |        0 |        0
304.01/304.19	c  303s |      19 |   673969 |   454582 |     7875    130 |        0 |        0
306.12/306.24	c  306s |      19 |   677270 |   456682 |     7875    131 |        0 |        0
308.12/308.26	c  308s |      19 |   680529 |   458582 |     7875    131 |        0 |        0
310.12/310.29	c  310s |      19 |   683830 |   460482 |     7875    132 |        0 |        0
312.22/312.35	c  312s |      19 |   686817 |   462282 |     7875    132 |        0 |        0
312.32/312.40	c  312s |      19 |   686849 |   462317 |     7875    132 |        0 |        0
312.32/312.40	c #cpu_time = 311.345s
312.32/312.40	c #wall_clock_time = 312.178s
312.32/312.40	c #decision = 686849
312.32/312.40	c #random_decision = 1212
312.32/312.40	c #conflict = 462317
312.32/312.40	c #restart = 19
312.32/312.41	c BCD2: found a new core of size 911: cost of the new core is >=1
312.32/312.41	c lower bound updated to 1
312.32/312.41	c BCD2: 1 <= obj <= 357
312.32/312.41	c BCD2: #cores=1, #unrelaxed=0, #relaxed=911, #hardened=0
312.32/312.41	c BCD2: #sat=1 #unsat=2 bias=2/3
312.32/312.41	c Solving starts ...
312.32/312.41	c ============================[ Search Statistics ]============================
312.32/312.41	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
312.32/312.41	c       |         |          |          |    Limit     GC | Var      | Constra 
312.32/312.41	c =============================================================================
312.32/312.41	c  0.0s |       0 |        0 |        0 |     7875      0 |        0 |        0
312.32/312.48	c  0.1s |       0 |      955 |        1 |     7875      0 |        0 |        0
312.32/312.48	c #cpu_time = 0.065s
312.32/312.48	c #wall_clock_time = 0.065s
312.32/312.48	c #decision = 955
312.32/312.48	c #random_decision = 2
312.32/312.48	c #conflict = 1
312.32/312.48	c #restart = 0
312.32/312.48	o 47
312.32/312.48	c BCD2: hardening fixes 497 literals
312.32/312.48	c BCD2: updating upper bound: 357 -> 46
312.32/312.48	c BCD2: 1 <= obj <= 46
312.32/312.48	c BCD2: #cores=1, #unrelaxed=0, #relaxed=414, #hardened=497
312.32/312.48	c BCD2: #sat=2 #unsat=2 bias=2/4
312.32/312.48	c Solving starts ...
312.32/312.48	c ============================[ Search Statistics ]============================
312.32/312.48	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
312.32/312.48	c       |         |          |          |    Limit     GC | Var      | Constra 
312.32/312.48	c =============================================================================
312.32/312.48	c  0.0s |       0 |        0 |        0 |     7875      0 |      497 |        2
312.42/312.56	c  0.1s |       0 |      184 |        1 |     7875      0 |      497 |        2
312.42/312.56	c #cpu_time = 0.074s
312.42/312.56	c #wall_clock_time = 0.074s
312.42/312.56	c #decision = 184
312.42/312.56	c #random_decision = 0
312.42/312.56	c #conflict = 1
312.42/312.56	c #restart = 0
312.42/312.56	o 8
312.42/312.56	c BCD2: hardening fixes 346 literals
312.42/312.56	c BCD2: updating upper bound: 46 -> 7
312.42/312.56	c BCD2: 1 <= obj <= 7
312.42/312.56	c BCD2: #cores=1, #unrelaxed=0, #relaxed=68, #hardened=843
312.42/312.56	c BCD2: #sat=3 #unsat=2 bias=2/5
312.42/312.56	c Solving starts ...
312.42/312.56	c ============================[ Search Statistics ]============================
312.42/312.56	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
312.42/312.56	c       |         |          |          |    Limit     GC | Var      | Constra 
312.42/312.56	c =============================================================================
312.42/312.56	c  0.0s |       0 |        0 |        0 |     7875      0 |      843 |        4
312.72/312.85	c  0.3s |       1 |      201 |      100 |     7875      0 |      843 |        4
312.81/312.98	c  0.4s |       2 |      436 |      250 |     7875      0 |      843 |        4
313.01/313.12	c  0.6s |       3 |      744 |      475 |     7875      0 |      843 |        4
313.21/313.30	c  0.7s |       4 |     1312 |      813 |     7875      0 |      843 |        4
313.42/313.52	c  1.0s |       5 |     2078 |     1320 |     7875      0 |      843 |        4
313.81/313.92	c  1.4s |       6 |     3150 |     2081 |     7875      0 |      843 |        4
314.31/314.45	c  1.9s |       7 |     4702 |     3223 |     7875      1 |      843 |        4
314.91/315.08	c  2.5s |       8 |     7160 |     4936 |     7875      1 |      843 |        4
316.01/316.10	c  3.5s |       8 |    10447 |     7157 |     7875      2 |      843 |        4
316.01/316.10	c #cpu_time = 3.534s
316.01/316.10	c #wall_clock_time = 3.545s
316.01/316.10	c #decision = 10447
316.01/316.10	c #random_decision = 29
316.01/316.10	c #conflict = 7157
316.01/316.10	c #restart = 8
316.01/316.10	o 3
316.01/316.10	c BCD2: hardening fixes 47 literals
316.01/316.10	c BCD2: updating upper bound: 7 -> 2
316.01/316.11	c BCD2: 1 <= obj <= 2
316.01/316.11	c BCD2: #cores=1, #unrelaxed=0, #relaxed=21, #hardened=890
316.01/316.11	c BCD2: #sat=4 #unsat=2 bias=2/6
316.01/316.11	c Solving starts ...
316.01/316.11	c ============================[ Search Statistics ]============================
316.01/316.11	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
316.01/316.11	c       |         |          |          |    Limit     GC | Var      | Constra 
316.01/316.11	c =============================================================================
316.01/316.11	c  0.0s |       0 |        0 |        0 |     7875      0 |      890 |        6
316.01/316.16	c  0.1s |       1 |      152 |      100 |     7875      0 |      890 |        6
316.11/316.23	c  0.1s |       2 |      388 |      250 |     7875      0 |      890 |        6
316.21/316.31	c  0.2s |       3 |      768 |      475 |     7875      0 |      890 |        6
316.31/316.43	c  0.3s |       4 |     1322 |      813 |     7875      0 |      890 |        6
316.51/316.61	c  0.5s |       5 |     2091 |     1320 |     7875      0 |      890 |        6
316.72/316.89	c  0.8s |       6 |     3299 |     2081 |     7875      0 |      890 |        6
317.21/317.39	c  1.3s |       7 |     5031 |     3223 |     7875      0 |      890 |        6
318.01/318.10	c  2.0s |       8 |     7518 |     4936 |     7875      1 |      890 |        6
319.02/319.15	c  3.0s |       9 |    11417 |     7506 |     7875      1 |      890 |        6
320.31/320.46	c  4.4s |      10 |    17519 |    11361 |     7875      2 |      890 |        6
322.32/322.47	c  6.4s |      10 |    26150 |    17061 |     7875      3 |      890 |        6
322.41/322.55	c  6.4s |      11 |    26270 |    17144 |     7875      4 |      890 |        6
324.42/324.55	c  8.4s |      11 |    34421 |    22444 |     7875      5 |      890 |        6
325.52/325.64	c  9.5s |      12 |    39845 |    25819 |     7875      5 |      890 |        6
327.51/327.65	c 11.5s |      12 |    48104 |    31019 |     7875      7 |      890 |        6
329.51/329.66	c 13.6s |      12 |    59020 |    37719 |     7875      8 |      890 |        6
329.91/330.09	c 14.0s |      13 |    60610 |    38832 |     7875      8 |      890 |        6
332.01/332.11	c 16.0s |      13 |    69081 |    44332 |     7875     10 |      890 |        6
334.01/334.13	c 18.0s |      13 |    77829 |    50132 |     7875     11 |      890 |        6
335.31/335.46	c 19.4s |      13 |    82902 |    53568 |     7875     12 |      890 |        6
335.31/335.46	c #cpu_time = 19.299s
335.31/335.46	c #wall_clock_time = 19.350s
335.31/335.46	c #decision = 82902
335.31/335.46	c #random_decision = 222
335.31/335.46	c #conflict = 53568
335.31/335.46	c #restart = 13
335.31/335.46	o 1
335.31/335.46	s OPTIMUM FOUND
335.31/335.46	v -x1 -x2 -x3 -x4 -x5 -x6 -x7 -x8 -x9 -x10
335.31/335.46	v -x11 -x12 -x13 -x14 -x15 -x16 -x17 -x18 -x19 x20
335.31/335.46	v x21 -x22 -x23 -x24 -x25 x26 -x27 -x28 -x29 -x30
335.31/335.46	v -x31 -x32 -x33 -x34 x35 -x36 -x37 -x38 -x39 -x40
335.31/335.46	v -x41 -x42 -x43 -x44 -x45 -x46 -x47 -x48 -x49 x50
335.31/335.46	v -x51 -x52 -x53 -x54 -x55 -x56 -x57 x58 -x59 -x60
335.31/335.46	v -x61 -x62 -x63 -x64 -x65 -x66 x67 -x68 -x69 -x70
335.31/335.46	v -x71 -x72 -x73 -x74 -x75 -x76 -x77 -x78 -x79 -x80
335.31/335.46	v -x81 -x82 -x83 x84 -x85 -x86 -x87 -x88 -x89 -x90
335.31/335.46	v -x91 -x92 -x93 -x94 -x95 x96 -x97 -x98 -x99 -x100
335.31/335.46	v -x101 -x102 -x103 x104 -x105 -x106 -x107 -x108 -x109 -x110
335.31/335.46	v -x111 -x112 -x113 -x114 -x115 -x116 -x117 -x118 x119 -x120
335.31/335.46	v -x121 -x122 x123 -x124 -x125 -x126 -x127 -x128 -x129 -x130
335.31/335.46	v -x131 -x132 -x133 x134 -x135 -x136 -x137 -x138 -x139 -x140
335.31/335.46	v -x141 -x142 -x143 -x144 -x145 x146 -x147 -x148 -x149 -x150
335.31/335.46	v -x151 -x152 -x153 -x154 -x155 -x156 -x157 -x158 -x159 -x160
335.31/335.46	v -x161 -x162 -x163 -x164 -x165 -x166 -x167 x168 -x169 -x170
335.31/335.46	v -x171 -x172 x173 -x174 -x175 -x176 -x177 -x178 -x179 -x180
335.31/335.46	v -x181 x182 -x183 -x184 -x185 -x186 -x187 -x188 -x189 -x190
335.31/335.46	v -x191 -x192 -x193 -x194 -x195 -x196 -x197 x198 -x199 -x200
335.31/335.46	v -x201 -x202 -x203 -x204 -x205 x206 -x207 -x208 -x209 -x210
335.31/335.46	v -x211 -x212 -x213 -x214 -x215 -x216 -x217 -x218 -x219 -x220
335.31/335.46	v x221 -x222 -x223 -x224 -x225 -x226 -x227 -x228 -x229 x230
335.31/335.46	v -x231
335.31/335.46	c total CPU time = 334.562s
335.31/335.46	c total wall clock time = 335.459s

Verifier Data

OK	1

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

pid=8662
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.17 2.22 2.10 3/179 8665
/proc/meminfo: memFree=29396308/32872528 swapFree=1431120/1543540
[pid=8665] ppid=8662 vsize=660924 CPUtime=0 cores=0,2,4,6
/proc/8665/stat : 8665 (toysat) R 8662 8665 7726 0 -1 4202496 2453 0 0 0 0 0 0 0 20 0 4 0 36499750 676786176 3325 33554432000 4194304 16246674 140734520794960 140734520794384 13880264 0 2 0 34082818 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/8665/statm: 165999 3335 441 2943 0 162893 0
[pid=8665/tid=8666] ppid=8662 vsize=678332 CPUtime=0 cores=0,2,4,6
/proc/8665/task/8666/stat : 8666 (toysat) S 8662 8665 7726 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 4 0 36499751 694611968 3392 33554432000 4194304 16246674 140734520794960 140499075706096 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 4 0 0 0 0 0
[pid=8665/tid=8667] ppid=8662 vsize=682428 CPUtime=0 cores=0,2,4,6
/proc/8665/task/8667/stat : 8667 (toysat) S 8662 8665 7726 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 36499751 698806272 3408 33554432000 4194304 16246674 140734520794960 140499065216240 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 0 0 0 0 0 0
[pid=8665/tid=8668] ppid=8662 vsize=686524 CPUtime=0 cores=0,2,4,6
/proc/8665/task/8668/stat : 8668 (toysat) S 8662 8665 7726 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 4 0 36499751 703000576 3426 33554432000 4194304 16246674 140734520794960 140498983447728 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 4 0 0 0 0 0

[startup+0.100171 s]
/proc/loadavg: 2.17 2.22 2.10 3/179 8665
/proc/meminfo: memFree=29396308/32872528 swapFree=1431120/1543540
[pid=8665] ppid=8662 vsize=1218116 CPUtime=0.09 cores=0,2,4,6
/proc/8665/stat : 8665 (toysat) R 8662 8665 7726 0 -1 4202496 24587 0 0 0 6 3 0 0 20 0 4 0 36499750 1247350784 25452 33554432000 4194304 16246674 140734520794960 140734520794384 6169272 0 0 0 34082818 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/8665/statm: 304529 25460 614 2943 0 301423 0
[pid=8665/tid=8666] ppid=8662 vsize=1218116 CPUtime=0 cores=0,2,4,6
/proc/8665/task/8666/stat : 8666 (toysat) S 8662 8665 7726 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 4 0 36499751 1247350784 25466 33554432000 4194304 16246674 140734520794960 140499075706096 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 4 0 0 0 0 0
[pid=8665/tid=8667] ppid=8662 vsize=1218116 CPUtime=0 cores=0,2,4,6
/proc/8665/task/8667/stat : 8667 (toysat) S 8662 8665 7726 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 36499751 1247350784 25473 33554432000 4194304 16246674 140734520794960 140499065216240 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 0 0 0 0 0 0
[pid=8665/tid=8668] ppid=8662 vsize=1218116 CPUtime=0 cores=0,2,4,6
/proc/8665/task/8668/stat : 8668 (toysat) S 8662 8665 7726 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 4 0 36499751 1247350784 25480 33554432000 4194304 16246674 140734520794960 140498983447728 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.17 2.22 2.10 3/179 8665
/proc/meminfo: memFree=29396308/32872528 swapFree=1431120/1543540
[pid=8665] ppid=8662 vsize=1219140 CPUtime=0.19 cores=0,2,4,6
/proc/8665/stat : 8665 (toysat) R 8662 8665 7726 0 -1 4202496 40713 0 0 0 14 5 0 0 20 0 4 0 36499750 1248399360 41549 33554432000 4194304 16246674 140734520794960 140734520776832 4221016 0 2 0 34082818 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/8665/statm: 304785 41552 800 2943 0 301679 0
[pid=8665/tid=8666] ppid=8662 vsize=1219140 CPUtime=0 cores=0,2,4,6
/proc/8665/task/8666/stat : 8666 (toysat) S 8662 8665 7726 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 4 0 36499751 1248399360 41554 33554432000 4194304 16246674 140734520794960 140499075706096 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 4 0 0 0 0 0
[pid=8665/tid=8667] ppid=8662 vsize=1219140 CPUtime=0 cores=0,2,4,6
/proc/8665/task/8667/stat : 8667 (toysat) S 8662 8665 7726 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 36499751 1248399360 41555 33554432000 4194304 16246674 140734520794960 140499065216240 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 0 0 0 0 0 0
[pid=8665/tid=8668] ppid=8662 vsize=1219140 CPUtime=0 cores=0,2,4,6
/proc/8665/task/8668/stat : 8668 (toysat) S 8662 8665 7726 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 4 0 36499751 1248399360 41557 33554432000 4194304 16246674 140734520794960 140498983447728 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) 1219140

[startup+0.300453 s]
/proc/loadavg: 2.17 2.22 2.10 3/179 8665
/proc/meminfo: memFree=29396308/32872528 swapFree=1431120/1543540
[pid=8665] ppid=8662 vsize=1222212 CPUtime=0.29 cores=0,2,4,6
/proc/8665/stat : 8665 (toysat) R 8662 8665 7726 0 -1 4202496 41419 0 0 0 24 5 0 0 20 0 4 0 36499750 1251545088 42254 33554432000 4194304 16246674 140734520794960 140734520794272 12474947 0 0 0 34082818 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/8665/statm: 305553 42254 867 2943 0 302447 0
[pid=8665/tid=8666] ppid=8662 vsize=1222212 CPUtime=0 cores=0,2,4,6
/proc/8665/task/8666/stat : 8666 (toysat) S 8662 8665 7726 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 4 0 36499751 1251545088 42254 33554432000 4194304 16246674 140734520794960 140499075706096 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 4 0 0 0 0 0
[pid=8665/tid=8667] ppid=8662 vsize=1222212 CPUtime=0 cores=0,2,4,6
/proc/8665/task/8667/stat : 8667 (toysat) S 8662 8665 7726 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 36499751 1251545088 42254 33554432000 4194304 16246674 140734520794960 140499065216240 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 0 0 0 0 0 0
[pid=8665/tid=8668] ppid=8662 vsize=1222212 CPUtime=0 cores=0,2,4,6
/proc/8665/task/8668/stat : 8668 (toysat) S 8662 8665 7726 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 4 0 36499751 1251545088 42254 33554432000 4194304 16246674 140734520794960 140498983447728 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) 1222212

[startup+0.700394 s]
/proc/loadavg: 2.17 2.22 2.10 3/179 8665
/proc/meminfo: memFree=29396308/32872528 swapFree=1431120/1543540
[pid=8665] ppid=8662 vsize=1222212 CPUtime=0.69 cores=0,2,4,6
/proc/8665/stat : 8665 (toysat) R 8662 8665 7726 0 -1 4202496 121288 0 0 0 52 17 0 0 20 0 4 0 36499750 1251545088 122123 33554432000 4194304 16246674 140734520794960 140734520794272 13954518 0 0 0 34082818 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/8665/statm: 305553 122132 867 2943 0 302447 0
[pid=8665/tid=8666] ppid=8662 vsize=1222212 CPUtime=0 cores=0,2,4,6
/proc/8665/task/8666/stat : 8666 (toysat) S 8662 8665 7726 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 4 0 36499751 1251545088 122136 33554432000 4194304 16246674 140734520794960 140499075706096 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 4 0 0 0 0 0
[pid=8665/tid=8667] ppid=8662 vsize=1222212 CPUtime=0 cores=0,2,4,6
/proc/8665/task/8667/stat : 8667 (toysat) S 8662 8665 7726 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 36499751 1251545088 122140 33554432000 4194304 16246674 140734520794960 140499065216240 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 0 0 0 0 0 0
[pid=8665/tid=8668] ppid=8662 vsize=1222212 CPUtime=0 cores=0,2,4,6
/proc/8665/task/8668/stat : 8668 (toysat) S 8662 8665 7726 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 4 0 36499751 1251545088 122145 33554432000 4194304 16246674 140734520794960 140498983447728 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 1222212

[startup+1.50042 s]
/proc/loadavg: 2.16 2.22 2.10 3/183 8669
/proc/meminfo: memFree=28556272/32872528 swapFree=1431120/1543540
[pid=8665] ppid=8662 vsize=1301060 CPUtime=1.49 cores=0,2,4,6
/proc/8665/stat : 8665 (toysat) R 8662 8665 7726 0 -1 4202496 266299 0 0 0 112 37 0 0 20 0 4 0 36499750 1332285440 267134 33554432000 4194304 16246674 140734520794960 140734520777960 5545708 0 0 0 34082818 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/8665/statm: 325265 267134 870 2943 0 322159 0
[pid=8665/tid=8666] ppid=8662 vsize=1301060 CPUtime=0 cores=0,2,4,6
/proc/8665/task/8666/stat : 8666 (toysat) S 8662 8665 7726 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 4 0 36499751 1332285440 267134 33554432000 4194304 16246674 140734520794960 140499075706096 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 4 0 0 0 0 0
[pid=8665/tid=8667] ppid=8662 vsize=1301060 CPUtime=0 cores=0,2,4,6
/proc/8665/task/8667/stat : 8667 (toysat) S 8662 8665 7726 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 36499751 1332285440 267134 33554432000 4194304 16246674 140734520794960 140499065216240 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 0 0 0 0 0 0
[pid=8665/tid=8668] ppid=8662 vsize=1301060 CPUtime=0 cores=0,2,4,6
/proc/8665/task/8668/stat : 8668 (toysat) S 8662 8665 7726 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 4 0 36499751 1332285440 267134 33554432000 4194304 16246674 140734520794960 140498983447728 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) 1301060

[startup+3.1004 s]
/proc/loadavg: 2.16 2.22 2.10 3/183 8669
/proc/meminfo: memFree=28322036/32872528 swapFree=1431120/1543540
[pid=8665] ppid=8662 vsize=1307204 CPUtime=3.09 cores=0,2,4,6
/proc/8665/stat : 8665 (toysat) R 8662 8665 7726 0 -1 4202496 267921 0 0 0 272 37 0 0 20 0 4 0 36499750 1338576896 268756 33554432000 4194304 16246674 140734520794960 140734520776832 5827504 0 0 0 34082818 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/8665/statm: 326801 268756 875 2943 0 323695 0
[pid=8665/tid=8666] ppid=8662 vsize=1307204 CPUtime=0 cores=0,2,4,6
/proc/8665/task/8666/stat : 8666 (toysat) S 8662 8665 7726 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 4 0 36499751 1338576896 268756 33554432000 4194304 16246674 140734520794960 140499075706096 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 4 0 0 0 0 0
[pid=8665/tid=8667] ppid=8662 vsize=1307204 CPUtime=0 cores=0,2,4,6
/proc/8665/task/8667/stat : 8667 (toysat) S 8662 8665 7726 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 36499751 1338576896 268756 33554432000 4194304 16246674 140734520794960 140499065216240 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 0 0 0 0 0 0
[pid=8665/tid=8668] ppid=8662 vsize=1307204 CPUtime=0 cores=0,2,4,6
/proc/8665/task/8668/stat : 8668 (toysat) S 8662 8665 7726 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 4 0 36499751 1338576896 268756 33554432000 4194304 16246674 140734520794960 140498983447728 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) 1307204

[startup+6.3004 s]
/proc/loadavg: 2.15 2.22 2.10 3/183 8669
/proc/meminfo: memFree=28321212/32872528 swapFree=1431120/1543540
[pid=8665] ppid=8662 vsize=1308228 CPUtime=6.29 cores=0,2,4,6
/proc/8665/stat : 8665 (toysat) R 8662 8665 7726 0 -1 4202496 268096 0 0 0 592 37 0 0 20 0 4 0 36499750 1339625472 268931 33554432000 4194304 16246674 140734520794960 140734520776832 5722490 0 0 0 34082818 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/8665/statm: 327057 268931 875 2943 0 323951 0
[pid=8665/tid=8666] ppid=8662 vsize=1308228 CPUtime=0 cores=0,2,4,6
/proc/8665/task/8666/stat : 8666 (toysat) S 8662 8665 7726 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 4 0 36499751 1339625472 268931 33554432000 4194304 16246674 140734520794960 140499075706096 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 4 0 0 0 0 0
[pid=8665/tid=8667] ppid=8662 vsize=1308228 CPUtime=0 cores=0,2,4,6
/proc/8665/task/8667/stat : 8667 (toysat) S 8662 8665 7726 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 36499751 1339625472 268931 33554432000 4194304 16246674 140734520794960 140499065216240 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 0 0 0 0 0 0
[pid=8665/tid=8668] ppid=8662 vsize=1308228 CPUtime=0 cores=0,2,4,6
/proc/8665/task/8668/stat : 8668 (toysat) S 8662 8665 7726 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 4 0 36499751 1339625472 268931 33554432000 4194304 16246674 140734520794960 140498983447728 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) 1308228

[startup+12.7004 s]
/proc/loadavg: 2.13 2.21 2.10 3/183 8669
/proc/meminfo: memFree=28300168/32872528 swapFree=1431120/1543540
[pid=8665] ppid=8662 vsize=1313348 CPUtime=12.68 cores=0,2,4,6
/proc/8665/stat : 8665 (toysat) R 8662 8665 7726 0 -1 4202496 269398 0 0 0 1231 37 0 0 20 0 4 0 36499750 1344868352 270233 33554432000 4194304 16246674 140734520794960 140734520776832 5822252 0 0 0 34082818 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/8665/statm: 328337 270233 875 2943 0 325231 0
[pid=8665/tid=8666] ppid=8662 vsize=1313348 CPUtime=0 cores=0,2,4,6
/proc/8665/task/8666/stat : 8666 (toysat) S 8662 8665 7726 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 4 0 36499751 1344868352 270233 33554432000 4194304 16246674 140734520794960 140499075706096 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 4 0 0 0 0 0
[pid=8665/tid=8667] ppid=8662 vsize=1313348 CPUtime=0 cores=0,2,4,6
/proc/8665/task/8667/stat : 8667 (toysat) S 8662 8665 7726 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 36499751 1344868352 270233 33554432000 4194304 16246674 140734520794960 140499065216240 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 0 0 0 0 0 0
[pid=8665/tid=8668] ppid=8662 vsize=1313348 CPUtime=0 cores=0,2,4,6
/proc/8665/task/8668/stat : 8668 (toysat) S 8662 8665 7726 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 4 0 36499751 1344868352 270233 33554432000 4194304 16246674 140734520794960 140498983447728 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 12.68
Current children cumulated vsize (KiB) 1313348

[startup+25.5005 s]
/proc/loadavg: 2.11 2.20 2.09 4/183 8669
/proc/meminfo: memFree=28281556/32872528 swapFree=1431120/1543540
[pid=8665] ppid=8662 vsize=1315396 CPUtime=25.48 cores=0,2,4,6
/proc/8665/stat : 8665 (toysat) R 8662 8665 7726 0 -1 4202496 269969 0 0 0 2511 37 0 0 20 0 4 0 36499750 1346965504 270804 33554432000 4194304 16246674 140734520794960 140734520777960 13943604 0 0 0 34082818 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/8665/statm: 328849 270804 875 2943 0 325743 0
[pid=8665/tid=8666] ppid=8662 vsize=1315396 CPUtime=0 cores=0,2,4,6
/proc/8665/task/8666/stat : 8666 (toysat) S 8662 8665 7726 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 4 0 36499751 1346965504 270804 33554432000 4194304 16246674 140734520794960 140499075706096 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 4 0 0 0 0 0
[pid=8665/tid=8667] ppid=8662 vsize=1315396 CPUtime=0 cores=0,2,4,6
/proc/8665/task/8667/stat : 8667 (toysat) S 8662 8665 7726 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 36499751 1346965504 270804 33554432000 4194304 16246674 140734520794960 140499065216240 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 0 0 0 0 0 0
[pid=8665/tid=8668] ppid=8662 vsize=1315396 CPUtime=0 cores=0,2,4,6
/proc/8665/task/8668/stat : 8668 (toysat) S 8662 8665 7726 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 4 0 36499751 1346965504 270804 33554432000 4194304 16246674 140734520794960 140498983447728 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) 1315396

[startup+51.1005 s]
/proc/loadavg: 2.12 2.20 2.09 3/183 8669
/proc/meminfo: memFree=28232908/32872528 swapFree=1431120/1543540
[pid=8665] ppid=8662 vsize=1315396 CPUtime=51.09 cores=0,2,4,6
/proc/8665/stat : 8665 (toysat) R 8662 8665 7726 0 -1 4202496 269969 0 0 0 5071 38 0 0 20 0 4 0 36499750 1346965504 270804 33554432000 4194304 16246674 140734520794960 140734520777960 5523360 0 0 0 34082818 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/8665/statm: 328849 270804 875 2943 0 325743 0
[pid=8665/tid=8666] ppid=8662 vsize=1315396 CPUtime=0 cores=0,2,4,6
/proc/8665/task/8666/stat : 8666 (toysat) S 8662 8665 7726 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 4 0 36499751 1346965504 270804 33554432000 4194304 16246674 140734520794960 140499075706096 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 4 0 0 0 0 0
[pid=8665/tid=8667] ppid=8662 vsize=1315396 CPUtime=0 cores=0,2,4,6
/proc/8665/task/8667/stat : 8667 (toysat) S 8662 8665 7726 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 36499751 1346965504 270804 33554432000 4194304 16246674 140734520794960 140499065216240 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 0 0 0 0 0 0
[pid=8665/tid=8668] ppid=8662 vsize=1315396 CPUtime=0 cores=0,2,4,6
/proc/8665/task/8668/stat : 8668 (toysat) S 8662 8665 7726 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 4 0 36499751 1346965504 270804 33554432000 4194304 16246674 140734520794960 140498983447728 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 51.09
Current children cumulated vsize (KiB) 1315396

[startup+102.3 s]
/proc/loadavg: 2.17 2.20 2.10 3/183 8671
/proc/meminfo: memFree=28151256/32872528 swapFree=1431120/1543540
[pid=8665] ppid=8662 vsize=1316420 CPUtime=102.28 cores=0,2,4,6
/proc/8665/stat : 8665 (toysat) R 8662 8665 7726 0 -1 4202496 270225 0 0 0 10190 38 0 0 20 0 4 0 36499750 1348014080 271060 33554432000 4194304 16246674 140734520794960 140734520776832 4220807 0 2 0 34082818 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/8665/statm: 329105 271060 875 2943 0 325999 0
[pid=8665/tid=8666] ppid=8662 vsize=1316420 CPUtime=0 cores=0,2,4,6
/proc/8665/task/8666/stat : 8666 (toysat) S 8662 8665 7726 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 4 0 36499751 1348014080 271060 33554432000 4194304 16246674 140734520794960 140499075706096 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 4 0 0 0 0 0
[pid=8665/tid=8667] ppid=8662 vsize=1316420 CPUtime=0 cores=0,2,4,6
/proc/8665/task/8667/stat : 8667 (toysat) S 8662 8665 7726 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 36499751 1348014080 271060 33554432000 4194304 16246674 140734520794960 140499065216240 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 0 0 0 0 0 0
[pid=8665/tid=8668] ppid=8662 vsize=1316420 CPUtime=0 cores=0,2,4,6
/proc/8665/task/8668/stat : 8668 (toysat) S 8662 8665 7726 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 4 0 36499751 1348014080 271060 33554432000 4194304 16246674 140734520794960 140498983447728 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 102.28
Current children cumulated vsize (KiB) 1316420


################
# More data... #
################


[startup+222.308 s]
/proc/loadavg: 2.17 2.19 2.10 3/183 8869
/proc/meminfo: memFree=28263956/32872528 swapFree=1431120/1543540
[pid=8665] ppid=8662 vsize=1317444 CPUtime=222.25 cores=0,2,4,6
/proc/8665/stat : 8665 (toysat) R 8662 8665 7726 0 -1 4202496 270500 0 0 0 22186 39 0 0 20 0 4 0 36499750 1349062656 271320 33554432000 4194304 16246674 140734520794960 140734520776832 5546205 0 0 0 34082818 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/8665/statm: 329361 271320 876 2943 0 326255 0
[pid=8665/tid=8666] ppid=8662 vsize=1317444 CPUtime=0 cores=0,2,4,6
/proc/8665/task/8666/stat : 8666 (toysat) S 8662 8665 7726 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 4 0 36499751 1349062656 271320 33554432000 4194304 16246674 140734520794960 140499075706096 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 4 0 0 0 0 0
[pid=8665/tid=8667] ppid=8662 vsize=1317444 CPUtime=0 cores=0,2,4,6
/proc/8665/task/8667/stat : 8667 (toysat) S 8662 8665 7726 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 36499751 1349062656 271320 33554432000 4194304 16246674 140734520794960 140499065216240 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 0 0 0 0 0 0
[pid=8665/tid=8668] ppid=8662 vsize=1317444 CPUtime=0 cores=0,2,4,6
/proc/8665/task/8668/stat : 8668 (toysat) S 8662 8665 7726 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 4 0 36499751 1349062656 271320 33554432000 4194304 16246674 140734520794960 140498983447728 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 222.25
Current children cumulated vsize (KiB) 1317444

[startup+282.3 s]
/proc/loadavg: 2.25 2.20 2.10 4/183 8870
/proc/meminfo: memFree=28263444/32872528 swapFree=1431120/1543540
[pid=8665] ppid=8662 vsize=1318468 CPUtime=282.22 cores=0,2,4,6
/proc/8665/stat : 8665 (toysat) R 8662 8665 7726 0 -1 4202496 270546 0 0 0 28182 40 0 0 20 0 4 0 36499750 1350111232 271335 33554432000 4194304 16246674 140734520794960 140734520776832 5545844 0 0 0 34082818 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/8665/statm: 329617 271335 876 2943 0 326511 0
[pid=8665/tid=8666] ppid=8662 vsize=1318468 CPUtime=0 cores=0,2,4,6
/proc/8665/task/8666/stat : 8666 (toysat) S 8662 8665 7726 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 4 0 36499751 1350111232 271335 33554432000 4194304 16246674 140734520794960 140499075706096 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 4 0 0 0 0 0
[pid=8665/tid=8667] ppid=8662 vsize=1318468 CPUtime=0 cores=0,2,4,6
/proc/8665/task/8667/stat : 8667 (toysat) S 8662 8665 7726 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 36499751 1350111232 271335 33554432000 4194304 16246674 140734520794960 140499065216240 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 0 0 0 0 0 0
[pid=8665/tid=8668] ppid=8662 vsize=1318468 CPUtime=0 cores=0,2,4,6
/proc/8665/task/8668/stat : 8668 (toysat) S 8662 8665 7726 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 4 0 36499751 1350111232 271335 33554432000 4194304 16246674 140734520794960 140498983447728 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 282.22
Current children cumulated vsize (KiB) 1318468

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

[startup+307.2 s]
/proc/loadavg: 2.32 2.22 2.11 3/184 8873
/proc/meminfo: memFree=28262940/32872528 swapFree=1431120/1543540
[pid=8665] ppid=8662 vsize=1318468 CPUtime=307.12 cores=0,2,4,6
/proc/8665/stat : 8665 (toysat) R 8662 8665 7726 0 -1 4202496 270797 0 0 0 30671 41 0 0 20 0 4 0 36499750 1350111232 271576 33554432000 4194304 16246674 140734520794960 140734520794136 13927401 0 0 0 34082818 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/8665/statm: 329617 271576 876 2943 0 326511 0
[pid=8665/tid=8666] ppid=8662 vsize=1318468 CPUtime=0 cores=0,2,4,6
/proc/8665/task/8666/stat : 8666 (toysat) S 8662 8665 7726 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 4 0 36499751 1350111232 271576 33554432000 4194304 16246674 140734520794960 140499075706096 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 4 0 0 0 0 0
[pid=8665/tid=8667] ppid=8662 vsize=1318468 CPUtime=0 cores=0,2,4,6
/proc/8665/task/8667/stat : 8667 (toysat) S 8662 8665 7726 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 36499751 1350111232 271576 33554432000 4194304 16246674 140734520794960 140499065216240 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 0 0 0 0 0 0
[pid=8665/tid=8668] ppid=8662 vsize=1318468 CPUtime=0 cores=0,2,4,6
/proc/8665/task/8668/stat : 8668 (toysat) S 8662 8665 7726 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 4 0 36499751 1350111232 271576 33554432000 4194304 16246674 140734520794960 140498983447728 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 307.12
Current children cumulated vsize (KiB) 1318468

[startup+320 s]
/proc/loadavg: 2.35 2.23 2.11 3/184 8873
/proc/meminfo: memFree=28258956/32872528 swapFree=1431120/1543540
[pid=8665] ppid=8662 vsize=1322564 CPUtime=319.91 cores=0,2,4,6
/proc/8665/stat : 8665 (toysat) R 8662 8665 7726 0 -1 4202496 271834 0 0 0 31950 41 0 0 20 0 4 0 36499750 1354305536 272609 33554432000 4194304 16246674 140734520794960 140734520776832 5523460 0 0 0 34082818 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/8665/statm: 330641 272609 885 2943 0 327535 0
[pid=8665/tid=8666] ppid=8662 vsize=1322564 CPUtime=0 cores=0,2,4,6
/proc/8665/task/8666/stat : 8666 (toysat) S 8662 8665 7726 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 4 0 36499751 1354305536 272609 33554432000 4194304 16246674 140734520794960 140499075706096 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 4 0 0 0 0 0
[pid=8665/tid=8667] ppid=8662 vsize=1322564 CPUtime=0 cores=0,2,4,6
/proc/8665/task/8667/stat : 8667 (toysat) S 8662 8665 7726 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 36499751 1354305536 272609 33554432000 4194304 16246674 140734520794960 140499065216240 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 0 0 0 0 0 0
[pid=8665/tid=8668] ppid=8662 vsize=1322564 CPUtime=0 cores=0,2,4,6
/proc/8665/task/8668/stat : 8668 (toysat) S 8662 8665 7726 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 4 0 36499751 1354305536 272609 33554432000 4194304 16246674 140734520794960 140498983447728 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 319.91
Current children cumulated vsize (KiB) 1322564

[startup+326.4 s]
/proc/loadavg: 2.29 2.22 2.11 4/184 8873
/proc/meminfo: memFree=28258960/32872528 swapFree=1431120/1543540
[pid=8665] ppid=8662 vsize=1322564 CPUtime=326.31 cores=0,2,4,6
/proc/8665/stat : 8665 (toysat) R 8662 8665 7726 0 -1 4202496 271838 0 0 0 32590 41 0 0 20 0 4 0 36499750 1354305536 272609 33554432000 4194304 16246674 140734520794960 140734520776832 5822484 0 0 0 34082818 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/8665/statm: 330641 272609 885 2943 0 327535 0
[pid=8665/tid=8666] ppid=8662 vsize=1322564 CPUtime=0 cores=0,2,4,6
/proc/8665/task/8666/stat : 8666 (toysat) S 8662 8665 7726 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 4 0 36499751 1354305536 272609 33554432000 4194304 16246674 140734520794960 140499075706096 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 4 0 0 0 0 0
[pid=8665/tid=8667] ppid=8662 vsize=1322564 CPUtime=0 cores=0,2,4,6
/proc/8665/task/8667/stat : 8667 (toysat) S 8662 8665 7726 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 36499751 1354305536 272609 33554432000 4194304 16246674 140734520794960 140499065216240 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 0 0 0 0 0 0
[pid=8665/tid=8668] ppid=8662 vsize=1322564 CPUtime=0 cores=0,2,4,6
/proc/8665/task/8668/stat : 8668 (toysat) S 8662 8665 7726 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 4 0 36499751 1354305536 272609 33554432000 4194304 16246674 140734520794960 140498983447728 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 326.31
Current children cumulated vsize (KiB) 1322564

[startup+329.6 s]
/proc/loadavg: 2.29 2.22 2.11 3/184 8873
/proc/meminfo: memFree=28258696/32872528 swapFree=1431120/1543540
[pid=8665] ppid=8662 vsize=1323588 CPUtime=329.51 cores=0,2,4,6
/proc/8665/stat : 8665 (toysat) R 8662 8665 7726 0 -1 4202496 271875 0 0 0 32910 41 0 0 20 0 4 0 36499750 1355354112 272646 33554432000 4194304 16246674 140734520794960 140734520776832 5512752 0 0 0 34082818 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/8665/statm: 330897 272646 885 2943 0 327791 0
[pid=8665/tid=8666] ppid=8662 vsize=1323588 CPUtime=0 cores=0,2,4,6
/proc/8665/task/8666/stat : 8666 (toysat) S 8662 8665 7726 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 4 0 36499751 1355354112 272646 33554432000 4194304 16246674 140734520794960 140499075706096 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 4 0 0 0 0 0
[pid=8665/tid=8667] ppid=8662 vsize=1323588 CPUtime=0 cores=0,2,4,6
/proc/8665/task/8667/stat : 8667 (toysat) S 8662 8665 7726 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 36499751 1355354112 272646 33554432000 4194304 16246674 140734520794960 140499065216240 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 0 0 0 0 0 0
[pid=8665/tid=8668] ppid=8662 vsize=1323588 CPUtime=0 cores=0,2,4,6
/proc/8665/task/8668/stat : 8668 (toysat) S 8662 8665 7726 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 4 0 36499751 1355354112 272646 33554432000 4194304 16246674 140734520794960 140498983447728 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 329.51
Current children cumulated vsize (KiB) 1323588

[startup+332.8 s]
/proc/loadavg: 2.27 2.22 2.11 3/184 8873
/proc/meminfo: memFree=28254980/32872528 swapFree=1431120/1543540
[pid=8665] ppid=8662 vsize=1326660 CPUtime=332.71 cores=0,2,4,6
/proc/8665/stat : 8665 (toysat) R 8662 8665 7726 0 -1 4202496 272803 0 0 0 33230 41 0 0 20 0 4 0 36499750 1358499840 273574 33554432000 4194304 16246674 140734520794960 140734520776832 5522968 0 0 0 34082818 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/8665/statm: 331665 273574 885 2943 0 328559 0
[pid=8665/tid=8666] ppid=8662 vsize=1326660 CPUtime=0 cores=0,2,4,6
/proc/8665/task/8666/stat : 8666 (toysat) S 8662 8665 7726 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 4 0 36499751 1358499840 273574 33554432000 4194304 16246674 140734520794960 140499075706096 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 4 0 0 0 0 0
[pid=8665/tid=8667] ppid=8662 vsize=1326660 CPUtime=0 cores=0,2,4,6
/proc/8665/task/8667/stat : 8667 (toysat) S 8662 8665 7726 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 36499751 1358499840 273574 33554432000 4194304 16246674 140734520794960 140499065216240 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 0 0 0 0 0 0
[pid=8665/tid=8668] ppid=8662 vsize=1326660 CPUtime=0 cores=0,2,4,6
/proc/8665/task/8668/stat : 8668 (toysat) S 8662 8665 7726 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 4 0 36499751 1358499840 273574 33554432000 4194304 16246674 140734520794960 140498983447728 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 332.71
Current children cumulated vsize (KiB) 1326660

[startup+334.4 s]
/proc/loadavg: 2.27 2.22 2.11 3/184 8873
/proc/meminfo: memFree=28254980/32872528 swapFree=1431120/1543540
[pid=8665] ppid=8662 vsize=1326660 CPUtime=334.31 cores=0,2,4,6
/proc/8665/stat : 8665 (toysat) R 8662 8665 7726 0 -1 4202496 272803 0 0 0 33390 41 0 0 20 0 4 0 36499750 1358499840 273574 33554432000 4194304 16246674 140734520794960 140734520776832 13943604 0 0 0 34082818 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/8665/statm: 331665 273574 885 2943 0 328559 0
[pid=8665/tid=8666] ppid=8662 vsize=1326660 CPUtime=0 cores=0,2,4,6
/proc/8665/task/8666/stat : 8666 (toysat) S 8662 8665 7726 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 4 0 36499751 1358499840 273574 33554432000 4194304 16246674 140734520794960 140499075706096 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 4 0 0 0 0 0
[pid=8665/tid=8667] ppid=8662 vsize=1326660 CPUtime=0 cores=0,2,4,6
/proc/8665/task/8667/stat : 8667 (toysat) S 8662 8665 7726 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 36499751 1358499840 273574 33554432000 4194304 16246674 140734520794960 140499065216240 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 0 0 0 0 0 0
[pid=8665/tid=8668] ppid=8662 vsize=1326660 CPUtime=0 cores=0,2,4,6
/proc/8665/task/8668/stat : 8668 (toysat) S 8662 8665 7726 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 4 0 36499751 1358499840 273574 33554432000 4194304 16246674 140734520794960 140498983447728 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 334.31
Current children cumulated vsize (KiB) 1326660

[startup+335.2 s]
/proc/loadavg: 2.27 2.22 2.11 3/184 8873
/proc/meminfo: memFree=28254980/32872528 swapFree=1431120/1543540
[pid=8665] ppid=8662 vsize=1326660 CPUtime=335.11 cores=0,2,4,6
/proc/8665/stat : 8665 (toysat) R 8662 8665 7726 0 -1 4202496 272803 0 0 0 33470 41 0 0 20 0 4 0 36499750 1358499840 273574 33554432000 4194304 16246674 140734520794960 140734520776832 5721373 0 0 0 34082818 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/8665/statm: 331665 273574 885 2943 0 328559 0
[pid=8665/tid=8666] ppid=8662 vsize=1326660 CPUtime=0 cores=0,2,4,6
/proc/8665/task/8666/stat : 8666 (toysat) S 8662 8665 7726 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 4 0 36499751 1358499840 273574 33554432000 4194304 16246674 140734520794960 140499075706096 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 4 0 0 0 0 0
[pid=8665/tid=8667] ppid=8662 vsize=1326660 CPUtime=0 cores=0,2,4,6
/proc/8665/task/8667/stat : 8667 (toysat) S 8662 8665 7726 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 36499751 1358499840 273574 33554432000 4194304 16246674 140734520794960 140499065216240 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 0 0 0 0 0 0
[pid=8665/tid=8668] ppid=8662 vsize=1326660 CPUtime=0 cores=0,2,4,6
/proc/8665/task/8668/stat : 8668 (toysat) S 8662 8665 7726 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 4 0 36499751 1358499840 273574 33554432000 4194304 16246674 140734520794960 140498983447728 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 335.11
Current children cumulated vsize (KiB) 1326660

[startup+335.4 s]
/proc/loadavg: 2.27 2.22 2.11 3/184 8873
/proc/meminfo: memFree=28254980/32872528 swapFree=1431120/1543540
[pid=8665] ppid=8662 vsize=1326660 CPUtime=335.31 cores=0,2,4,6
/proc/8665/stat : 8665 (toysat) R 8662 8665 7726 0 -1 4202496 272803 0 0 0 33490 41 0 0 20 0 4 0 36499750 1358499840 273574 33554432000 4194304 16246674 140734520794960 140734520776832 5676136 0 0 0 34082818 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/8665/statm: 331665 273574 885 2943 0 328559 0
[pid=8665/tid=8666] ppid=8662 vsize=1326660 CPUtime=0 cores=0,2,4,6
/proc/8665/task/8666/stat : 8666 (toysat) S 8662 8665 7726 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 4 0 36499751 1358499840 273574 33554432000 4194304 16246674 140734520794960 140499075706096 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 4 0 0 0 0 0
[pid=8665/tid=8667] ppid=8662 vsize=1326660 CPUtime=0 cores=0,2,4,6
/proc/8665/task/8667/stat : 8667 (toysat) S 8662 8665 7726 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 36499751 1358499840 273574 33554432000 4194304 16246674 140734520794960 140499065216240 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 0 0 0 0 0 0
[pid=8665/tid=8668] ppid=8662 vsize=1326660 CPUtime=0 cores=0,2,4,6
/proc/8665/task/8668/stat : 8668 (toysat) S 8662 8665 7726 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 4 0 36499751 1358499840 273574 33554432000 4194304 16246674 140734520794960 140498983447728 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 335.31
Current children cumulated vsize (KiB) 1326660

[startup+335.5 s]
/proc/loadavg: 2.27 2.22 2.11 3/181 8873
/proc/meminfo: memFree=29160096/32872528 swapFree=1431120/1543540
[pid=8665] ppid=8662 vsize=0 CPUtime=335.41 cores=0,2,4,6
/proc/8665/stat : 8665 (toysat) R 8662 8665 7726 0 -1 4202500 272807 0 0 0 33496 45 0 0 20 0 1 0 36499750 0 0 33554432000 0 0 0 0 0 0 0 33554432 0 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/8665/statm: 0 0 0 0 0 0 0
Current children cumulated CPU time (s) 335.41
Current children cumulated vsize (KiB) 0

Child status: 0
Real time (s): 335.511
CPU time (s): 335.424
CPU user time (s): 334.961
CPU system time (s): 0.462929
CPU usage (%): 99.9741
Max. virtual memory (cumulated for all children) (KiB): 1326660

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 334.961
system time used= 0.462929
maximum resident set size= 1094304
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 272807
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= 88
involuntary context switches= 342

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 0.860869 second user time and 1.3048 second system time

The end

Launcher Data

Begin job on node116 at 2016-06-19 15:55:10
IDJOB=4109966
IDBENCH=78985
IDSOLVER=2553
FILE ID=node116/4109966-1466344510
RUNJOBID= node116-1466341822-7742
PBS_JOBID= 19922036
Free space on /tmp= 71676 MiB

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

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

MD5SUM BENCH= c3c12ca4f6a34dfd4eee1807e0cef251
RANDOM SEED=1756920562

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

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

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

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

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

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

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

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

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


/proc/meminfo:
MemTotal:       32872528 kB
MemFree:        29396688 kB
Buffers:          143756 kB
Cached:           282244 kB
SwapCached:         2316 kB
Active:           915768 kB
Inactive:         263216 kB
Active(anon):     751036 kB
Inactive(anon):     3928 kB
Active(file):     164732 kB
Inactive(file):   259288 kB
Unevictable:     1543540 kB
Mlocked:         1431120 kB
SwapTotal:      67108856 kB
SwapFree:       67099856 kB
Dirty:             16348 kB
Writeback:             0 kB
AnonPages:       2297264 kB
Mapped:            12620 kB
Shmem:                 0 kB
Slab:             616464 kB
SReclaimable:      60516 kB
SUnreclaim:       555948 kB
KernelStack:        1520 kB
PageTables:         9216 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545120 kB
Committed_AS:    2767044 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346412 kB
VmallocChunk:   34341988032 kB
HardwareCorrupted:     0 kB
AnonHugePages:    235520 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:        7552 kB
DirectMap2M:    33538048 kB

Free space on /tmp at the end= 71660 MiB
End job on node116 at 2016-06-19 16:00:46