Trace number 4088756

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-02UNSAT 148.013 148.044

General information on the benchmark

Namenormalized-PB16/DEC-SMALLINT-LIN/pb16-16-elffers/
EC_ODD_GRIDS/normalized-ECgrid3x60split.opb
MD5SUM92bfc9e0fd0378bb2dd0f9bf2d1c13b7
Bench CategoryDEC-SMALLINT-LIN (no optimisation, small integers, linear constraints)
Best result obtained on this benchmarkUNSAT
Best value of the objective obtained on this benchmark
Best CPU time to get the best result obtained on this benchmark0.221966
Has Objective FunctionNO
Satisfiable
(Un)Satisfiability was proved
Best value of the objective function
Optimality of the best value was proved
Number of variables361
Total number of constraints181
Number of constraints which are clauses0
Number of constraints which are cardinality constraints (but not clauses)181
Number of constraints which are nor clauses,nor cardinality constraints0
Minimum length of a constraint2
Maximum length of a constraint4
Number of terms in the objective function 0
Biggest coefficient in the objective function 0
Number of bits for the biggest coefficient in the objective function 0
Sum of the numbers in the objective function 0
Number of bits of the sum of numbers in the objective function 0
Biggest number in a constraint 2
Number of bits of the biggest number in a constraint 2
Biggest sum of numbers in a constraint 6
Number of bits of the biggest sum of numbers3
Number of products (including duplicates)0
Sum of products size (including duplicates)0
Number of different products0
Sum of products size0

Solver Data

0.00/0.00	c 2016-06-15T20:23:37+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","--pb","--search=bcd2","HOME/instance-4088756-1466015016.opb"]
0.00/0.01	c use --random-gen="2950513870 2817898583 2922419737 3182666066 422302566 2673686006 1639228181 2959768060 2595877285 1533708414 1338865560 3234215374 3629833215 3961834097 952807004 1357937917 704111201 2979763016 680680075 2970534992 1315225580 3036250451 3523077123 3683361767 1133348591 4162178293 3969333911 2569282341 582838735 1046931349 727548966 2391043105 905745283 3870645327 2906705646 1031339253 2758934762 1150341919 3876628975 3246221339 3240482452 3137050141 1379172007 2287788177 1261361066 2982111463 2840485161 1687419593 2249777878 3968371286 3865482464 2574613650 1333969914 3068655383 3882724831 1640809218 914178253 3668337792 2677424776 1176475463 225573717 2109704344 2924457271 1410708934 1158246042 3957524443 3582443087 879090708 3780202657 3608418611 369692317 2237758470 3584799399 1728238147 4109466170 2524826136 450839513 1354680449 2533677108 275950825 2344528589 971874985 3656104821 1102335428 436885607 2639306252 1262134170 1679919973 4194449746 2034038198 608780190 2512868019 3648628546 4068975609 557622460 1605992359 1096055040 2529438808 2777673280 3464625344 2273934240 510836952 2871271808 1790913955 4170294142 2376411721 173331504 4150354576 3758685370 3475249804 2696879343 3686123847 2964783103 1241961223 496835537 1716442683 949144361 2128067081 3111950007 471981401 3379398226 3279740771 2746807616 3933180366 295090356 915992113 2895798739 3325275742 3435458818 1493690891 3447331756 2280603200 887046889 1697557624 3531330708 2662836706 435784830 3516794784 2831223852 3617194181 3985654200 1559225202 4227402250 1924533423 2048450082 2502775609 2829172193 832853817 1282627207 3642202404 725436719 170951261 1263414366 2152378400 4135944770 2265805888 2213389027 553430337 2990129953 95387620 377240929 3478240025 1020448100 1841772588 3621573181 866853766 178843165 112655909 2721961509 2541662584 488378284 2467170575 4288707886 2770674593 2274409125 2613781631 882206705 2467887241 4045348894 3952437486 2315366128 2454249058 74888547 3986914380 3188593546 1991968004 1746678106 144508735 1415180486 2419132969 2922240225 3876851324 1177968733 3154141549 3812162258 2450384115 4132137656 2873738071 2785408167 4133405898 959894894 384727813 3169569198 577934706 3690384299 3072725116 2937593283 956013848 327924493 90307286 2382868831 1913602801 3034414571 2531520398 4269427931 3428589867 472801026 3750605884 142123827 1322709494 2153090702 1618879385 3735414459 805076230 4149093613 1370980500 932556617 3184134920 1762195622 2364765738 2882462601 1916837588 4042556014 61268760 1101802404 1929422081 3548433563 1847132221 1530008825 1288824783 675489724 299728233 3248604373 1350257903 1888824896 3114672556 3659060680 4136181500 3666298657 368576321 3747647023 83971843 1162279677 3097942706 3744311501 1783290236 255 362436" option to reproduce the execution
0.00/0.01	c #vars 361
0.00/0.01	c #constraints 181
0.00/0.02	c Solving starts ...
0.00/0.02	c ============================[ Search Statistics ]============================
0.00/0.02	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
0.00/0.02	c       |         |          |          |    Limit     GC | Var      | Constra 
0.00/0.02	c =============================================================================
0.00/0.02	c  0.0s |       0 |        0 |        0 |      241      0 |        0 |        0
0.00/0.02	c  0.0s |       1 |      288 |      100 |      241      0 |        0 |        0
0.00/0.03	c  0.0s |       2 |      619 |      250 |      266      0 |        0 |        0
0.00/0.04	c  0.0s |       3 |     1064 |      475 |      293      0 |        0 |        0
0.00/0.06	c  0.0s |       4 |     1717 |      813 |      323      1 |        0 |        0
0.00/0.10	c  0.1s |       5 |     2630 |     1320 |      356      3 |        0 |        0
0.09/0.14	c  0.1s |       6 |     4073 |     2081 |      432      6 |        0 |        0
0.19/0.22	c  0.2s |       7 |     6020 |     3223 |      476     10 |        0 |        0
0.29/0.32	c  0.3s |       8 |     9240 |     4936 |      524     15 |        0 |        0
0.39/0.49	c  0.5s |       9 |    13591 |     7506 |      577     22 |        0 |        0
0.69/0.74	c  0.7s |      10 |    20932 |    11361 |      635     32 |        0 |        0
1.09/1.13	c  1.1s |      11 |    31324 |    17144 |      699     46 |        0 |        0
1.49/1.57	c  1.5s |      12 |    46082 |    25819 |      769     66 |        0 |        0
2.19/2.23	c  2.2s |      13 |    70640 |    38832 |      846     95 |        0 |        0
3.18/3.20	c  3.2s |      14 |   108911 |    58352 |      931    137 |        0 |        0
4.58/4.67	c  4.7s |      15 |   163715 |    87632 |     1025    193 |        0 |        0
6.59/6.67	c  6.7s |      15 |   238939 |   126532 |     1025    263 |        0 |        0
6.88/6.91	c  6.9s |      16 |   248282 |   131552 |     1128    271 |        0 |        0
8.90/8.91	c  8.9s |      16 |   324303 |   170852 |     1128    334 |        0 |        0
10.19/10.25	c 10.2s |      17 |   374976 |   197432 |     1241    377 |        0 |        0
12.20/12.25	c 12.2s |      17 |   448859 |   235132 |     1241    435 |        0 |        0
14.19/14.25	c 14.2s |      17 |   525454 |   273632 |     1241    492 |        0 |        0
15.40/15.47	c 15.5s |      18 |   569897 |   296252 |     1366    525 |        0 |        0
17.39/17.47	c 17.5s |      18 |   642852 |   333852 |     1366    577 |        0 |        0
19.39/19.47	c 19.5s |      18 |   712969 |   369752 |     1366    626 |        0 |        0
21.38/21.47	c 21.5s |      18 |   785987 |   406452 |     1366    676 |        0 |        0
23.38/23.48	c 23.5s |      18 |   859201 |   443652 |     1503    727 |        0 |        0
23.48/23.53	c 23.5s |      19 |   860582 |   444482 |     1503    728 |        0 |        0
25.48/25.53	c 25.5s |      19 |   931678 |   481682 |     1503    774 |        0 |        0
27.49/27.54	c 27.5s |      19 |  1000349 |   515982 |     1503    818 |        0 |        0
29.48/29.54	c 29.5s |      19 |  1070554 |   550682 |     1503    862 |        0 |        0
31.48/31.54	c 31.5s |      19 |  1138739 |   585082 |     1503    905 |        0 |        0
33.48/33.55	c 33.5s |      19 |  1210139 |   620982 |     1503    950 |        0 |        0
35.48/35.55	c 35.5s |      19 |  1284362 |   657982 |     1503    996 |        0 |        0
35.98/36.05	c 36.0s |      20 |  1302816 |   666827 |     1654   1007 |        0 |        0
37.99/38.05	c 38.0s |      20 |  1373454 |   702927 |     1654   1048 |        0 |        0
39.99/40.05	c 40.0s |      20 |  1444172 |   738827 |     1654   1089 |        0 |        0
41.99/42.05	c 42.0s |      20 |  1512626 |   773327 |     1654   1129 |        0 |        0
43.99/44.05	c 44.0s |      20 |  1581763 |   807027 |     1654   1168 |        0 |        0
45.98/46.06	c 46.0s |      20 |  1649626 |   841927 |     1654   1208 |        0 |        0
47.98/48.06	c 48.0s |      20 |  1713938 |   874727 |     1654   1246 |        0 |        0
49.98/50.06	c 50.0s |      20 |  1785414 |   909827 |     1654   1287 |        0 |        0
51.98/52.06	c 52.0s |      20 |  1855010 |   944027 |     1654   1326 |        0 |        0
53.99/54.06	c 54.0s |      20 |  1922696 |   976527 |     1654   1364 |        0 |        0
55.38/55.43	c 55.4s |      21 |  1972214 |  1000345 |     1820   1391 |        0 |        0
57.38/57.43	c 57.4s |      21 |  2037900 |  1035345 |     1820   1427 |        0 |        0
59.38/59.43	c 59.4s |      21 |  2102449 |  1068245 |     1820   1462 |        0 |        0
61.38/61.44	c 61.4s |      21 |  2168114 |  1102445 |     1820   1497 |        0 |        0
63.38/63.44	c 63.4s |      21 |  2230814 |  1134345 |     1820   1531 |        0 |        0
65.38/65.44	c 65.4s |      21 |  2300918 |  1168845 |     1820   1567 |        0 |        0
67.38/67.44	c 67.4s |      21 |  2367624 |  1202645 |     1820   1602 |        0 |        0
69.38/69.45	c 69.4s |      21 |  2434533 |  1237345 |     1820   1638 |        0 |        0
71.38/71.45	c 71.4s |      21 |  2500431 |  1270645 |     1820   1673 |        0 |        0
73.37/73.45	c 73.4s |      21 |  2570439 |  1305345 |     1820   1710 |        0 |        0
75.37/75.45	c 75.4s |      21 |  2641512 |  1340445 |     1820   1746 |        0 |        0
77.37/77.46	c 77.4s |      21 |  2703603 |  1373145 |     1820   1781 |        0 |        0
79.37/79.46	c 79.4s |      21 |  2773048 |  1407145 |     1820   1816 |        0 |        0
81.39/81.46	c 81.4s |      21 |  2837204 |  1441745 |     1820   1852 |        0 |        0
83.38/83.46	c 83.4s |      21 |  2907065 |  1475845 |     1820   1888 |        0 |        0
84.88/84.97	c 84.9s |      22 |  2953347 |  1500622 |     2003   1912 |        0 |        0
86.89/86.97	c 87.0s |      22 |  3018792 |  1535222 |     2003   1945 |        0 |        0
88.88/88.97	c 89.0s |      22 |  3082396 |  1568122 |     2003   1977 |        0 |        0
90.88/90.98	c 91.0s |      22 |  3148996 |  1601222 |     2003   2009 |        0 |        0
92.88/92.98	c 93.0s |      22 |  3219395 |  1635422 |     2003   2041 |        0 |        0
94.88/94.99	c 95.0s |      22 |  3287829 |  1670222 |     2003   2074 |        0 |        0
96.89/96.99	c 97.0s |      22 |  3356373 |  1705322 |     2003   2107 |        0 |        0
98.88/99.00	c 99.0s |      22 |  3422494 |  1739622 |     2003   2140 |        0 |        0
100.98/101.00	c  100s |      22 |  3489818 |  1773922 |     2003   2173 |        0 |        0
102.98/103.01	c  102s |      22 |  3560893 |  1808322 |     2003   2205 |        0 |        0
104.98/105.01	c  104s |      22 |  3627875 |  1840822 |     2003   2237 |        0 |        0
106.97/107.02	c  106s |      22 |  3694079 |  1874322 |     2003   2269 |        0 |        0
108.98/109.02	c  109s |      22 |  3762922 |  1908422 |     2003   2301 |        0 |        0
110.97/111.02	c  111s |      22 |  3831614 |  1942422 |     2003   2334 |        0 |        0
112.97/113.02	c  113s |      22 |  3903250 |  1976022 |     2003   2366 |        0 |        0
114.97/115.02	c  115s |      22 |  3972279 |  2010122 |     2003   2399 |        0 |        0
116.97/117.03	c  117s |      22 |  4038849 |  2045122 |     2003   2432 |        0 |        0
118.97/119.03	c  119s |      22 |  4104948 |  2079422 |     2003   2465 |        0 |        0
120.98/121.03	c  121s |      22 |  4175940 |  2112622 |     2003   2497 |        0 |        0
122.97/123.03	c  123s |      22 |  4245464 |  2147622 |     2003   2531 |        0 |        0
124.97/125.04	c  125s |      22 |  4316384 |  2183322 |     2003   2565 |        0 |        0
126.97/127.04	c  127s |      22 |  4384832 |  2218022 |     2003   2597 |        1 |        0
128.87/128.90	c  128s |      23 |  4448027 |  2251038 |     2204   2628 |        1 |        0
130.77/130.90	c  130s |      23 |  4514380 |  2285038 |     2204   2657 |        1 |        0
132.87/132.91	c  132s |      23 |  4578582 |  2316938 |     2204   2685 |        1 |        0
134.87/134.91	c  134s |      23 |  4642975 |  2349638 |     2204   2714 |        1 |        0
136.87/136.92	c  136s |      23 |  4709764 |  2383738 |     2204   2744 |        1 |        0
138.87/138.92	c  138s |      23 |  4772555 |  2416638 |     2204   2772 |        1 |        0
140.87/140.93	c  140s |      23 |  4840227 |  2451238 |     2204   2802 |        2 |        0
142.86/142.93	c  142s |      23 |  4907167 |  2485238 |     2204   2831 |        3 |        0
144.86/144.93	c  144s |      23 |  4973468 |  2519638 |     2204   2861 |        4 |        0
146.86/146.94	c  146s |      23 |  5042309 |  2554638 |     2204   2891 |        5 |        0
147.86/147.98	c  147s |      23 |  5078056 |  2572986 |     2204   2906 |       28 |        6
147.86/147.98	c #cpu_time = 147.963s
147.86/147.98	c #wall_clock_time = 147.965s
147.86/147.98	c #decision = 5078056
147.86/147.98	c #random_decision = 23998
147.86/147.98	c #conflict = 2572986
147.86/147.98	c #restart = 23
147.86/147.98	s UNSATISFIABLE
147.86/147.98	c total CPU time = 147.982s
147.86/147.98	c total wall clock time = 147.985s

Verifier Data

ERROR: no interpretation found !

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-4088756-1466015016/watcher-4088756-1466015016 -o /tmp/evaluation-result-4088756-1466015016/solver-4088756-1466015016 -C 1800 -W 1900 -M 15500 --bin-var /tmp/runsolver-exch-node141-1466008015-5972 --watchdog 1960 toysat +RTS -H1G -M15500m -K1G -RTS --pb --search=bcd2 HOME/instance-4088756-1466015016.opb 

pid=6760
running on 4 cores: 1,3,5,7

Enforcing CPUTime limit (soft limit, will send SIGTERM then SIGKILL): 1800 seconds
Enforcing CPUTime limit (hard limit, will send SIGXCPU): 1830 seconds
Enforcing wall clock limit (soft limit, will send SIGTERM then SIGKILL): 1900 seconds
Enforcing VSIZE limit (soft limit, will send SIGTERM then SIGKILL): 15872000 KiB
Enforcing VSIZE limit (hard limit, stack expansion will fail with SIGSEGV, brk() and mmap() will return ENOMEM): 15923200 KiB
Current StackSize limit: 10240 KiB


[startup+0 s]
/proc/loadavg: 2.08 2.09 2.09 3/179 6763
/proc/meminfo: memFree=30418492/32872528 swapFree=496356/529060
[pid=6763] ppid=6760 vsize=737724 CPUtime=0 cores=1,3,5,7
/proc/6763/stat : 6763 (toysat) R 6760 6763 5955 0 -1 4202496 2757 0 0 0 0 0 0 0 20 0 4 0 3547080 755429376 2608 33554432000 4194304 16246674 140734730793936 140734730793360 13880264 0 2 0 34082818 18446744073709551615 0 0 17 3 0 0 0 0 0
/proc/6763/statm: 184943 2616 441 2943 0 181837 0
[pid=6763/tid=6764] ppid=6760 vsize=755132 CPUtime=0 cores=1,3,5,7
/proc/6763/task/6764/stat : 6764 (toysat) S 6760 6763 5955 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 4 0 3547080 773255168 2675 33554432000 4194304 16246674 140734730793936 140352131411184 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 5 0 0 0 0 0
[pid=6763/tid=6765] ppid=6760 vsize=759228 CPUtime=0 cores=1,3,5,7
/proc/6763/task/6765/stat : 6765 (toysat) S 6760 6763 5955 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 3547080 777449472 2692 33554432000 4194304 16246674 140734730793936 140352120921328 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 1 0 0 0 0 0
[pid=6763/tid=6766] ppid=6760 vsize=763324 CPUtime=0 cores=1,3,5,7
/proc/6763/task/6766/stat : 6766 (toysat) S 6760 6763 5955 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 4 0 3547080 781643776 2708 33554432000 4194304 16246674 140734730793936 140352110447792 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 5 0 0 0 0 0

[startup+0.100176 s]
/proc/loadavg: 2.08 2.09 2.09 3/179 6763
/proc/meminfo: memFree=30418492/32872528 swapFree=496356/529060
[pid=6763] ppid=6760 vsize=1218116 CPUtime=0.09 cores=1,3,5,7
/proc/6763/stat : 6763 (toysat) R 6760 6763 5955 0 -1 4202496 23688 0 0 0 6 3 0 0 20 0 4 0 3547080 1247350784 23527 33554432000 4194304 16246674 140734730793936 140734730793360 14073233 0 0 0 34082818 18446744073709551615 0 0 17 3 0 0 0 0 0
/proc/6763/statm: 304529 23534 716 2943 0 301423 0
[pid=6763/tid=6764] ppid=6760 vsize=1218116 CPUtime=0 cores=1,3,5,7
/proc/6763/task/6764/stat : 6764 (toysat) S 6760 6763 5955 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 4 0 3547080 1247350784 23541 33554432000 4194304 16246674 140734730793936 140352131411184 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 5 0 0 0 0 0
[pid=6763/tid=6765] ppid=6760 vsize=1218116 CPUtime=0 cores=1,3,5,7
/proc/6763/task/6765/stat : 6765 (toysat) S 6760 6763 5955 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 3547080 1247350784 23548 33554432000 4194304 16246674 140734730793936 140352120921328 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 1 0 0 0 0 0
[pid=6763/tid=6766] ppid=6760 vsize=1218116 CPUtime=0 cores=1,3,5,7
/proc/6763/task/6766/stat : 6766 (toysat) S 6760 6763 5955 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 4 0 3547080 1247350784 23554 33554432000 4194304 16246674 140734730793936 140352110447792 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 5 0 0 0 0 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 1218116

[startup+0.200523 s]
/proc/loadavg: 2.08 2.09 2.09 3/179 6763
/proc/meminfo: memFree=30418492/32872528 swapFree=496356/529060
[pid=6763] ppid=6760 vsize=1218116 CPUtime=0.19 cores=1,3,5,7
/proc/6763/stat : 6763 (toysat) R 6760 6763 5955 0 -1 4202496 44640 0 0 0 13 6 0 0 20 0 4 0 3547080 1247350784 44479 33554432000 4194304 16246674 140734730793936 140734730793360 5675357 0 0 0 34082818 18446744073709551615 0 0 17 3 0 0 0 0 0
/proc/6763/statm: 304529 44489 716 2943 0 301423 0
[pid=6763/tid=6764] ppid=6760 vsize=1218116 CPUtime=0 cores=1,3,5,7
/proc/6763/task/6764/stat : 6764 (toysat) S 6760 6763 5955 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 4 0 3547080 1247350784 44496 33554432000 4194304 16246674 140734730793936 140352131411184 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 5 0 0 0 0 0
[pid=6763/tid=6765] ppid=6760 vsize=1218116 CPUtime=0 cores=1,3,5,7
/proc/6763/task/6765/stat : 6765 (toysat) S 6760 6763 5955 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 3547080 1247350784 44504 33554432000 4194304 16246674 140734730793936 140352120921328 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 1 0 0 0 0 0
[pid=6763/tid=6766] ppid=6760 vsize=1218116 CPUtime=0 cores=1,3,5,7
/proc/6763/task/6766/stat : 6766 (toysat) S 6760 6763 5955 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 4 0 3547080 1247350784 44510 33554432000 4194304 16246674 140734730793936 140352110447792 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 5 0 0 0 0 0
Current children cumulated CPU time (s) 0.19
Current children cumulated vsize (KiB) 1218116

[startup+0.300493 s]
/proc/loadavg: 2.08 2.09 2.09 3/179 6763
/proc/meminfo: memFree=30418492/32872528 swapFree=496356/529060
[pid=6763] ppid=6760 vsize=1218116 CPUtime=0.29 cores=1,3,5,7
/proc/6763/stat : 6763 (toysat) R 6760 6763 5955 0 -1 4202496 65414 0 0 0 20 9 0 0 20 0 4 0 3547080 1247350784 65253 33554432000 4194304 16246674 140734730793936 140734730793360 5668190 0 0 0 34082818 18446744073709551615 0 0 17 3 0 0 0 0 0
/proc/6763/statm: 304529 65264 716 2943 0 301423 0
[pid=6763/tid=6764] ppid=6760 vsize=1218116 CPUtime=0 cores=1,3,5,7
/proc/6763/task/6764/stat : 6764 (toysat) S 6760 6763 5955 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 4 0 3547080 1247350784 65270 33554432000 4194304 16246674 140734730793936 140352131411184 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 5 0 0 0 0 0
[pid=6763/tid=6765] ppid=6760 vsize=1218116 CPUtime=0 cores=1,3,5,7
/proc/6763/task/6765/stat : 6765 (toysat) S 6760 6763 5955 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 3547080 1247350784 65276 33554432000 4194304 16246674 140734730793936 140352120921328 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 1 0 0 0 0 0
[pid=6763/tid=6766] ppid=6760 vsize=1218116 CPUtime=0 cores=1,3,5,7
/proc/6763/task/6766/stat : 6766 (toysat) S 6760 6763 5955 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 4 0 3547080 1247350784 65283 33554432000 4194304 16246674 140734730793936 140352110447792 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 5 0 0 0 0 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 1218116

[startup+0.700413 s]
/proc/loadavg: 2.08 2.09 2.09 3/179 6763
/proc/meminfo: memFree=30418492/32872528 swapFree=496356/529060
[pid=6763] ppid=6760 vsize=1218116 CPUtime=0.69 cores=1,3,5,7
/proc/6763/stat : 6763 (toysat) R 6760 6763 5955 0 -1 4202496 149089 0 0 0 49 20 0 0 20 0 4 0 3547080 1247350784 148928 33554432000 4194304 16246674 140734730793936 140734730775808 12482501 0 0 0 34082818 18446744073709551615 0 0 17 3 0 0 0 0 0
/proc/6763/statm: 304529 148940 717 2943 0 301423 0
[pid=6763/tid=6764] ppid=6760 vsize=1218116 CPUtime=0 cores=1,3,5,7
/proc/6763/task/6764/stat : 6764 (toysat) S 6760 6763 5955 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 4 0 3547080 1247350784 148946 33554432000 4194304 16246674 140734730793936 140352131411184 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 5 0 0 0 0 0
[pid=6763/tid=6765] ppid=6760 vsize=1218116 CPUtime=0 cores=1,3,5,7
/proc/6763/task/6765/stat : 6765 (toysat) S 6760 6763 5955 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 3547080 1247350784 148953 33554432000 4194304 16246674 140734730793936 140352120921328 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 1 0 0 0 0 0
[pid=6763/tid=6766] ppid=6760 vsize=1218116 CPUtime=0 cores=1,3,5,7
/proc/6763/task/6766/stat : 6766 (toysat) S 6760 6763 5955 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 4 0 3547080 1247350784 148958 33554432000 4194304 16246674 140734730793936 140352110447792 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 5 0 0 0 0 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 1218116

[startup+1.50042 s]
/proc/loadavg: 2.08 2.09 2.09 4/183 6767
/proc/meminfo: memFree=29490212/32872528 swapFree=496356/529060
[pid=6763] ppid=6760 vsize=1219140 CPUtime=1.49 cores=1,3,5,7
/proc/6763/stat : 6763 (toysat) R 6760 6763 5955 0 -1 4202496 245697 0 0 0 115 34 0 0 20 0 4 0 3547080 1248399360 245516 33554432000 4194304 16246674 140734730793936 140734730775808 5754912 0 0 0 34082818 18446744073709551615 0 0 17 3 0 0 0 0 0
/proc/6763/statm: 304785 245516 791 2943 0 301679 0
[pid=6763/tid=6764] ppid=6760 vsize=1219140 CPUtime=0 cores=1,3,5,7
/proc/6763/task/6764/stat : 6764 (toysat) S 6760 6763 5955 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 4 0 3547080 1248399360 245516 33554432000 4194304 16246674 140734730793936 140352131411184 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 5 0 0 0 0 0
[pid=6763/tid=6765] ppid=6760 vsize=1219140 CPUtime=0 cores=1,3,5,7
/proc/6763/task/6765/stat : 6765 (toysat) S 6760 6763 5955 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 3547080 1248399360 245516 33554432000 4194304 16246674 140734730793936 140352120921328 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 1 0 0 0 0 0
[pid=6763/tid=6766] ppid=6760 vsize=1219140 CPUtime=0 cores=1,3,5,7
/proc/6763/task/6766/stat : 6766 (toysat) S 6760 6763 5955 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 4 0 3547080 1248399360 245516 33554432000 4194304 16246674 140734730793936 140352110447792 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 5 0 0 0 0 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 1219140

[startup+3.10042 s]
/proc/loadavg: 2.15 2.10 2.09 3/183 6767
/proc/meminfo: memFree=29350960/32872528 swapFree=496356/529060
[pid=6763] ppid=6760 vsize=1306180 CPUtime=3.08 cores=1,3,5,7
/proc/6763/stat : 6763 (toysat) R 6760 6763 5955 0 -1 4202496 267460 0 0 0 272 36 0 0 20 0 4 0 3547080 1337528320 267279 33554432000 4194304 16246674 140734730793936 140734730776936 6011852 0 0 0 34082818 18446744073709551615 0 0 17 3 0 0 0 0 0
/proc/6763/statm: 326545 267279 791 2943 0 323439 0
[pid=6763/tid=6764] ppid=6760 vsize=1306180 CPUtime=0 cores=1,3,5,7
/proc/6763/task/6764/stat : 6764 (toysat) S 6760 6763 5955 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 4 0 3547080 1337528320 267279 33554432000 4194304 16246674 140734730793936 140352131411184 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 5 0 0 0 0 0
[pid=6763/tid=6765] ppid=6760 vsize=1306180 CPUtime=0 cores=1,3,5,7
/proc/6763/task/6765/stat : 6765 (toysat) S 6760 6763 5955 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 3547080 1337528320 267279 33554432000 4194304 16246674 140734730793936 140352120921328 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 1 0 0 0 0 0
[pid=6763/tid=6766] ppid=6760 vsize=1306180 CPUtime=0 cores=1,3,5,7
/proc/6763/task/6766/stat : 6766 (toysat) S 6760 6763 5955 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 4 0 3547080 1337528320 267279 33554432000 4194304 16246674 140734730793936 140352110447792 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 5 0 0 0 0 0
Current children cumulated CPU time (s) 3.08
Current children cumulated vsize (KiB) 1306180

[startup+6.30042 s]
/proc/loadavg: 2.15 2.10 2.09 3/183 6767
/proc/meminfo: memFree=29349204/32872528 swapFree=496356/529060
[pid=6763] ppid=6760 vsize=1307204 CPUtime=6.28 cores=1,3,5,7
/proc/6763/stat : 6763 (toysat) R 6760 6763 5955 0 -1 4202496 267569 0 0 0 592 36 0 0 20 0 4 0 3547080 1338576896 267388 33554432000 4194304 16246674 140734730793936 140734730775808 5827966 0 0 0 34082818 18446744073709551615 0 0 17 3 0 0 0 0 0
/proc/6763/statm: 326801 267388 793 2943 0 323695 0
[pid=6763/tid=6764] ppid=6760 vsize=1307204 CPUtime=0 cores=1,3,5,7
/proc/6763/task/6764/stat : 6764 (toysat) S 6760 6763 5955 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 4 0 3547080 1338576896 267388 33554432000 4194304 16246674 140734730793936 140352131411184 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 5 0 0 0 0 0
[pid=6763/tid=6765] ppid=6760 vsize=1307204 CPUtime=0 cores=1,3,5,7
/proc/6763/task/6765/stat : 6765 (toysat) S 6760 6763 5955 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 3547080 1338576896 267388 33554432000 4194304 16246674 140734730793936 140352120921328 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 1 0 0 0 0 0
[pid=6763/tid=6766] ppid=6760 vsize=1307204 CPUtime=0 cores=1,3,5,7
/proc/6763/task/6766/stat : 6766 (toysat) S 6760 6763 5955 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 4 0 3547080 1338576896 267388 33554432000 4194304 16246674 140734730793936 140352110447792 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 5 0 0 0 0 0
Current children cumulated CPU time (s) 6.28
Current children cumulated vsize (KiB) 1307204

[startup+12.7004 s]
/proc/loadavg: 2.13 2.10 2.09 3/183 6767
/proc/meminfo: memFree=29348500/32872528 swapFree=496356/529060
[pid=6763] ppid=6760 vsize=1307204 CPUtime=12.69 cores=1,3,5,7
/proc/6763/stat : 6763 (toysat) R 6760 6763 5955 0 -1 4202496 267831 0 0 0 1232 37 0 0 20 0 4 0 3547080 1338576896 267650 33554432000 4194304 16246674 140734730793936 140734730776936 12458768 0 0 0 34082818 18446744073709551615 0 0 17 3 0 0 0 0 0
/proc/6763/statm: 326801 267650 793 2943 0 323695 0
[pid=6763/tid=6764] ppid=6760 vsize=1307204 CPUtime=0 cores=1,3,5,7
/proc/6763/task/6764/stat : 6764 (toysat) S 6760 6763 5955 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 4 0 3547080 1338576896 267650 33554432000 4194304 16246674 140734730793936 140352131411184 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 5 0 0 0 0 0
[pid=6763/tid=6765] ppid=6760 vsize=1307204 CPUtime=0 cores=1,3,5,7
/proc/6763/task/6765/stat : 6765 (toysat) S 6760 6763 5955 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 3547080 1338576896 267650 33554432000 4194304 16246674 140734730793936 140352120921328 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 1 0 0 0 0 0
[pid=6763/tid=6766] ppid=6760 vsize=1307204 CPUtime=0 cores=1,3,5,7
/proc/6763/task/6766/stat : 6766 (toysat) S 6760 6763 5955 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 4 0 3547080 1338576896 267650 33554432000 4194304 16246674 140734730793936 140352110447792 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 5 0 0 0 0 0
Current children cumulated CPU time (s) 12.69
Current children cumulated vsize (KiB) 1307204

[startup+25.5005 s]
/proc/loadavg: 2.11 2.09 2.09 3/183 6767
/proc/meminfo: memFree=29348704/32872528 swapFree=496356/529060
[pid=6763] ppid=6760 vsize=1307204 CPUtime=25.48 cores=1,3,5,7
/proc/6763/stat : 6763 (toysat) R 6760 6763 5955 0 -1 4202496 267833 0 0 0 2511 37 0 0 20 0 4 0 3547080 1338576896 267652 33554432000 4194304 16246674 140734730793936 140734730775808 15015658 0 0 0 34082818 18446744073709551615 0 0 17 3 0 0 0 0 0
/proc/6763/statm: 326801 267652 793 2943 0 323695 0
[pid=6763/tid=6764] ppid=6760 vsize=1307204 CPUtime=0 cores=1,3,5,7
/proc/6763/task/6764/stat : 6764 (toysat) S 6760 6763 5955 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 4 0 3547080 1338576896 267652 33554432000 4194304 16246674 140734730793936 140352131411184 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 5 0 0 0 0 0
[pid=6763/tid=6765] ppid=6760 vsize=1307204 CPUtime=0 cores=1,3,5,7
/proc/6763/task/6765/stat : 6765 (toysat) S 6760 6763 5955 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 3547080 1338576896 267652 33554432000 4194304 16246674 140734730793936 140352120921328 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 1 0 0 0 0 0
[pid=6763/tid=6766] ppid=6760 vsize=1307204 CPUtime=0 cores=1,3,5,7
/proc/6763/task/6766/stat : 6766 (toysat) S 6760 6763 5955 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 4 0 3547080 1338576896 267652 33554432000 4194304 16246674 140734730793936 140352110447792 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 5 0 0 0 0 0
Current children cumulated CPU time (s) 25.48
Current children cumulated vsize (KiB) 1307204

[startup+51.1005 s]
/proc/loadavg: 2.15 2.10 2.09 3/183 6767
/proc/meminfo: memFree=29349052/32872528 swapFree=496356/529060
[pid=6763] ppid=6760 vsize=1307204 CPUtime=51.08 cores=1,3,5,7
/proc/6763/stat : 6763 (toysat) R 6760 6763 5955 0 -1 4202496 267833 0 0 0 5070 38 0 0 20 0 4 0 3547080 1338576896 267652 33554432000 4194304 16246674 140734730793936 140734730776936 15015658 0 0 0 34082818 18446744073709551615 0 0 17 3 0 0 0 0 0
/proc/6763/statm: 326801 267652 793 2943 0 323695 0
[pid=6763/tid=6764] ppid=6760 vsize=1307204 CPUtime=0 cores=1,3,5,7
/proc/6763/task/6764/stat : 6764 (toysat) S 6760 6763 5955 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 4 0 3547080 1338576896 267652 33554432000 4194304 16246674 140734730793936 140352131411184 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 5 0 0 0 0 0
[pid=6763/tid=6765] ppid=6760 vsize=1307204 CPUtime=0 cores=1,3,5,7
/proc/6763/task/6765/stat : 6765 (toysat) S 6760 6763 5955 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 3547080 1338576896 267652 33554432000 4194304 16246674 140734730793936 140352120921328 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 1 0 0 0 0 0
[pid=6763/tid=6766] ppid=6760 vsize=1307204 CPUtime=0 cores=1,3,5,7
/proc/6763/task/6766/stat : 6766 (toysat) S 6760 6763 5955 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 4 0 3547080 1338576896 267652 33554432000 4194304 16246674 140734730793936 140352110447792 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 5 0 0 0 0 0
Current children cumulated CPU time (s) 51.08
Current children cumulated vsize (KiB) 1307204

[startup+102.301 s]
/proc/loadavg: 2.19 2.11 2.10 3/183 6768
/proc/meminfo: memFree=29348784/32872528 swapFree=496356/529060
[pid=6763] ppid=6760 vsize=1307204 CPUtime=102.28 cores=1,3,5,7
/proc/6763/stat : 6763 (toysat) R 6760 6763 5955 0 -1 4202496 267833 0 0 0 10188 40 0 0 20 0 4 0 3547080 1338576896 267652 33554432000 4194304 16246674 140734730793936 140734730775808 15015658 0 0 0 34082818 18446744073709551615 0 0 17 3 0 0 0 0 0
/proc/6763/statm: 326801 267652 793 2943 0 323695 0
[pid=6763/tid=6764] ppid=6760 vsize=1307204 CPUtime=0 cores=1,3,5,7
/proc/6763/task/6764/stat : 6764 (toysat) S 6760 6763 5955 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 4 0 3547080 1338576896 267652 33554432000 4194304 16246674 140734730793936 140352131411184 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 5 0 0 0 0 0
[pid=6763/tid=6765] ppid=6760 vsize=1307204 CPUtime=0 cores=1,3,5,7
/proc/6763/task/6765/stat : 6765 (toysat) S 6760 6763 5955 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 3547080 1338576896 267652 33554432000 4194304 16246674 140734730793936 140352120921328 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 1 0 0 0 0 0
[pid=6763/tid=6766] ppid=6760 vsize=1307204 CPUtime=0 cores=1,3,5,7
/proc/6763/task/6766/stat : 6766 (toysat) S 6760 6763 5955 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 4 0 3547080 1338576896 267652 33554432000 4194304 16246674 140734730793936 140352110447792 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 5 0 0 0 0 0
Current children cumulated CPU time (s) 102.28
Current children cumulated vsize (KiB) 1307204

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

[startup+102.408 s]
/proc/loadavg: 2.19 2.11 2.10 3/183 6768
/proc/meminfo: memFree=29348784/32872528 swapFree=496356/529060
[pid=6763] ppid=6760 vsize=1307204 CPUtime=102.38 cores=1,3,5,7
/proc/6763/stat : 6763 (toysat) R 6760 6763 5955 0 -1 4202496 267833 0 0 0 10198 40 0 0 20 0 4 0 3547080 1338576896 267652 33554432000 4194304 16246674 140734730793936 140734730775808 5822484 0 0 0 34082818 18446744073709551615 0 0 17 3 0 0 0 0 0
/proc/6763/statm: 326801 267652 793 2943 0 323695 0
[pid=6763/tid=6764] ppid=6760 vsize=1307204 CPUtime=0 cores=1,3,5,7
/proc/6763/task/6764/stat : 6764 (toysat) S 6760 6763 5955 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 4 0 3547080 1338576896 267652 33554432000 4194304 16246674 140734730793936 140352131411184 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 5 0 0 0 0 0
[pid=6763/tid=6765] ppid=6760 vsize=1307204 CPUtime=0 cores=1,3,5,7
/proc/6763/task/6765/stat : 6765 (toysat) S 6760 6763 5955 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 3547080 1338576896 267652 33554432000 4194304 16246674 140734730793936 140352120921328 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 1 0 0 0 0 0
[pid=6763/tid=6766] ppid=6760 vsize=1307204 CPUtime=0 cores=1,3,5,7
/proc/6763/task/6766/stat : 6766 (toysat) S 6760 6763 5955 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 4 0 3547080 1338576896 267652 33554432000 4194304 16246674 140734730793936 140352110447792 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 5 0 0 0 0 0
Current children cumulated CPU time (s) 102.38
Current children cumulated vsize (KiB) 1307204

[startup+128 s]
/proc/loadavg: 2.12 2.10 2.09 3/182 6769
/proc/meminfo: memFree=29348844/32872528 swapFree=496356/529060
[pid=6763] ppid=6760 vsize=1307204 CPUtime=127.97 cores=1,3,5,7
/proc/6763/stat : 6763 (toysat) R 6760 6763 5955 0 -1 4202496 267833 0 0 0 12757 40 0 0 20 0 4 0 3547080 1338576896 267652 33554432000 4194304 16246674 140734730793936 140734730776936 5677376 0 0 0 34082818 18446744073709551615 0 0 17 3 0 0 0 0 0
/proc/6763/statm: 326801 267652 793 2943 0 323695 0
[pid=6763/tid=6764] ppid=6760 vsize=1307204 CPUtime=0 cores=1,3,5,7
/proc/6763/task/6764/stat : 6764 (toysat) S 6760 6763 5955 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 4 0 3547080 1338576896 267652 33554432000 4194304 16246674 140734730793936 140352131411184 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 5 0 0 0 0 0
[pid=6763/tid=6765] ppid=6760 vsize=1307204 CPUtime=0 cores=1,3,5,7
/proc/6763/task/6765/stat : 6765 (toysat) S 6760 6763 5955 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 3547080 1338576896 267652 33554432000 4194304 16246674 140734730793936 140352120921328 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 1 0 0 0 0 0
[pid=6763/tid=6766] ppid=6760 vsize=1307204 CPUtime=0 cores=1,3,5,7
/proc/6763/task/6766/stat : 6766 (toysat) S 6760 6763 5955 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 4 0 3547080 1338576896 267652 33554432000 4194304 16246674 140734730793936 140352110447792 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 5 0 0 0 0 0
Current children cumulated CPU time (s) 127.97
Current children cumulated vsize (KiB) 1307204

[startup+140.8 s]
/proc/loadavg: 2.18 2.12 2.09 3/183 6770
/proc/meminfo: memFree=29347192/32872528 swapFree=496356/529060
[pid=6763] ppid=6760 vsize=1307204 CPUtime=140.77 cores=1,3,5,7
/proc/6763/stat : 6763 (toysat) R 6760 6763 5955 0 -1 4202496 267835 0 0 0 14036 41 0 0 20 0 4 0 3547080 1338576896 267908 33554432000 4194304 16246674 140734730793936 140734730776936 6861720 0 0 0 34082818 18446744073709551615 0 0 17 3 0 0 0 0 0
/proc/6763/statm: 326801 267908 793 2943 0 323695 0
[pid=6763/tid=6764] ppid=6760 vsize=1307204 CPUtime=0 cores=1,3,5,7
/proc/6763/task/6764/stat : 6764 (toysat) S 6760 6763 5955 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 4 0 3547080 1338576896 267908 33554432000 4194304 16246674 140734730793936 140352131411184 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 5 0 0 0 0 0
[pid=6763/tid=6765] ppid=6760 vsize=1307204 CPUtime=0 cores=1,3,5,7
/proc/6763/task/6765/stat : 6765 (toysat) S 6760 6763 5955 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 3547080 1338576896 267908 33554432000 4194304 16246674 140734730793936 140352120921328 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 1 0 0 0 0 0
[pid=6763/tid=6766] ppid=6760 vsize=1307204 CPUtime=0 cores=1,3,5,7
/proc/6763/task/6766/stat : 6766 (toysat) S 6760 6763 5955 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 4 0 3547080 1338576896 267908 33554432000 4194304 16246674 140734730793936 140352110447792 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 5 0 0 0 0 0
Current children cumulated CPU time (s) 140.77
Current children cumulated vsize (KiB) 1307204

[startup+144 s]
/proc/loadavg: 2.17 2.11 2.09 3/183 6770
/proc/meminfo: memFree=29347316/32872528 swapFree=496356/529060
[pid=6763] ppid=6760 vsize=1307204 CPUtime=143.96 cores=1,3,5,7
/proc/6763/stat : 6763 (toysat) R 6760 6763 5955 0 -1 4202496 267835 0 0 0 14355 41 0 0 20 0 4 0 3547080 1338576896 267908 33554432000 4194304 16246674 140734730793936 140734730776936 5707886 0 0 0 34082818 18446744073709551615 0 0 17 3 0 0 0 0 0
/proc/6763/statm: 326801 267908 793 2943 0 323695 0
[pid=6763/tid=6764] ppid=6760 vsize=1307204 CPUtime=0 cores=1,3,5,7
/proc/6763/task/6764/stat : 6764 (toysat) S 6760 6763 5955 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 4 0 3547080 1338576896 267908 33554432000 4194304 16246674 140734730793936 140352131411184 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 5 0 0 0 0 0
[pid=6763/tid=6765] ppid=6760 vsize=1307204 CPUtime=0 cores=1,3,5,7
/proc/6763/task/6765/stat : 6765 (toysat) S 6760 6763 5955 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 3547080 1338576896 267908 33554432000 4194304 16246674 140734730793936 140352120921328 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 1 0 0 0 0 0
[pid=6763/tid=6766] ppid=6760 vsize=1307204 CPUtime=0 cores=1,3,5,7
/proc/6763/task/6766/stat : 6766 (toysat) S 6760 6763 5955 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 4 0 3547080 1338576896 267908 33554432000 4194304 16246674 140734730793936 140352110447792 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 5 0 0 0 0 0
Current children cumulated CPU time (s) 143.96
Current children cumulated vsize (KiB) 1307204

[startup+145.6 s]
/proc/loadavg: 2.17 2.11 2.09 3/183 6770
/proc/meminfo: memFree=29346928/32872528 swapFree=496356/529060
[pid=6763] ppid=6760 vsize=1307204 CPUtime=145.56 cores=1,3,5,7
/proc/6763/stat : 6763 (toysat) R 6760 6763 5955 0 -1 4202496 267835 0 0 0 14515 41 0 0 20 0 4 0 3547080 1338576896 267908 33554432000 4194304 16246674 140734730793936 140734730775808 5672160 0 0 0 34082818 18446744073709551615 0 0 17 3 0 0 0 0 0
/proc/6763/statm: 326801 267908 793 2943 0 323695 0
[pid=6763/tid=6764] ppid=6760 vsize=1307204 CPUtime=0 cores=1,3,5,7
/proc/6763/task/6764/stat : 6764 (toysat) S 6760 6763 5955 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 4 0 3547080 1338576896 267908 33554432000 4194304 16246674 140734730793936 140352131411184 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 5 0 0 0 0 0
[pid=6763/tid=6765] ppid=6760 vsize=1307204 CPUtime=0 cores=1,3,5,7
/proc/6763/task/6765/stat : 6765 (toysat) S 6760 6763 5955 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 3547080 1338576896 267908 33554432000 4194304 16246674 140734730793936 140352120921328 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 1 0 0 0 0 0
[pid=6763/tid=6766] ppid=6760 vsize=1307204 CPUtime=0 cores=1,3,5,7
/proc/6763/task/6766/stat : 6766 (toysat) S 6760 6763 5955 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 4 0 3547080 1338576896 267908 33554432000 4194304 16246674 140734730793936 140352110447792 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 5 0 0 0 0 0
Current children cumulated CPU time (s) 145.56
Current children cumulated vsize (KiB) 1307204

[startup+147.2 s]
/proc/loadavg: 2.17 2.11 2.09 3/183 6770
/proc/meminfo: memFree=29346928/32872528 swapFree=496356/529060
[pid=6763] ppid=6760 vsize=1307204 CPUtime=147.16 cores=1,3,5,7
/proc/6763/stat : 6763 (toysat) R 6760 6763 5955 0 -1 4202496 267835 0 0 0 14675 41 0 0 20 0 4 0 3547080 1338576896 267908 33554432000 4194304 16246674 140734730793936 140734730776936 13943729 0 0 0 34082818 18446744073709551615 0 0 17 3 0 0 0 0 0
/proc/6763/statm: 326801 267908 793 2943 0 323695 0
[pid=6763/tid=6764] ppid=6760 vsize=1307204 CPUtime=0 cores=1,3,5,7
/proc/6763/task/6764/stat : 6764 (toysat) S 6760 6763 5955 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 4 0 3547080 1338576896 267908 33554432000 4194304 16246674 140734730793936 140352131411184 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 5 0 0 0 0 0
[pid=6763/tid=6765] ppid=6760 vsize=1307204 CPUtime=0 cores=1,3,5,7
/proc/6763/task/6765/stat : 6765 (toysat) S 6760 6763 5955 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 3547080 1338576896 267908 33554432000 4194304 16246674 140734730793936 140352120921328 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 1 0 0 0 0 0
[pid=6763/tid=6766] ppid=6760 vsize=1307204 CPUtime=0 cores=1,3,5,7
/proc/6763/task/6766/stat : 6766 (toysat) S 6760 6763 5955 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 4 0 3547080 1338576896 267908 33554432000 4194304 16246674 140734730793936 140352110447792 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 5 0 0 0 0 0
Current children cumulated CPU time (s) 147.16
Current children cumulated vsize (KiB) 1307204

[startup+147.6 s]
/proc/loadavg: 2.15 2.11 2.09 3/183 6770
/proc/meminfo: memFree=29347176/32872528 swapFree=496356/529060
[pid=6763] ppid=6760 vsize=1307204 CPUtime=147.56 cores=1,3,5,7
/proc/6763/stat : 6763 (toysat) R 6760 6763 5955 0 -1 4202496 267835 0 0 0 14715 41 0 0 20 0 4 0 3547080 1338576896 267908 33554432000 4194304 16246674 140734730793936 140734730776936 5545832 0 0 0 34082818 18446744073709551615 0 0 17 3 0 0 0 0 0
/proc/6763/statm: 326801 267908 793 2943 0 323695 0
[pid=6763/tid=6764] ppid=6760 vsize=1307204 CPUtime=0 cores=1,3,5,7
/proc/6763/task/6764/stat : 6764 (toysat) S 6760 6763 5955 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 4 0 3547080 1338576896 267908 33554432000 4194304 16246674 140734730793936 140352131411184 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 5 0 0 0 0 0
[pid=6763/tid=6765] ppid=6760 vsize=1307204 CPUtime=0 cores=1,3,5,7
/proc/6763/task/6765/stat : 6765 (toysat) S 6760 6763 5955 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 3547080 1338576896 267908 33554432000 4194304 16246674 140734730793936 140352120921328 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 1 0 0 0 0 0
[pid=6763/tid=6766] ppid=6760 vsize=1307204 CPUtime=0 cores=1,3,5,7
/proc/6763/task/6766/stat : 6766 (toysat) S 6760 6763 5955 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 4 0 3547080 1338576896 267908 33554432000 4194304 16246674 140734730793936 140352110447792 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 5 0 0 0 0 0
Current children cumulated CPU time (s) 147.56
Current children cumulated vsize (KiB) 1307204

[startup+148 s]
/proc/loadavg: 2.15 2.11 2.09 3/183 6770
/proc/meminfo: memFree=29347176/32872528 swapFree=496356/529060
[pid=6763] ppid=6760 vsize=0 CPUtime=147.97 cores=1,3,5,7
/proc/6763/stat : 6763 (toysat) Z 6760 6763 5955 0 -1 4202508 267840 0 0 0 14754 43 0 0 20 0 2 0 3547080 0 0 33554432000 0 0 0 0 0 0 0 33554432 0 18446744073709551615 0 0 17 3 0 0 0 0 0
/proc/6763/statm: 0 0 0 0 0 0 0
[pid=6763/tid=6764] ppid=6760 vsize=0 CPUtime=0 cores=1,3,5,7
/proc/6763/task/6764/stat : 6764 (toysat) R 6760 6763 5955 0 -1 4202564 11 0 0 0 0 0 0 0 20 0 2 0 3547080 0 0 33554432000 0 0 0 0 0 256 0 33554432 0 18446744073709551615 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 147.97
Current children cumulated vsize (KiB) 0

Child status: 0
Real time (s): 148.044
CPU time (s): 148.013
CPU user time (s): 147.546
CPU system time (s): 0.467928
CPU usage (%): 99.9792
Max. virtual memory (cumulated for all children) (KiB): 1307204

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 147.546
system time used= 0.467928
maximum resident set size= 1071644
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 267840
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= 24
involuntary context switches= 246

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 0.378942 second user time and 0.576912 second system time

The end

Launcher Data

Begin job on node141 at 2016-06-15 20:23:36
IDJOB=4088756
IDBENCH=107309
IDSOLVER=2542
FILE ID=node141/4088756-1466015016
RUNJOBID= node141-1466008015-5972
PBS_JOBID= 19902806
Free space on /tmp= 71732 MiB

SOLVER NAME= toysat 2016-05-02
BENCH NAME= PB16/normalized-PB16/DEC-SMALLINT-LIN/pb16-16-elffers/EC_ODD_GRIDS/normalized-ECgrid3x60split.opb
COMMAND LINE= toysat +RTS -H1G -MMEMLIMITm -K1G -RTS --pb --search=bcd2 BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4088756-1466015016/watcher-4088756-1466015016 -o /tmp/evaluation-result-4088756-1466015016/solver-4088756-1466015016 -C 1800 -W 1900 -M 15500 --bin-var /tmp/runsolver-exch-node141-1466008015-5972 --watchdog 1960  toysat +RTS -H1G -M15500m -K1G -RTS --pb --search=bcd2 HOME/instance-4088756-1466015016.opb

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

MD5SUM BENCH= 92bfc9e0fd0378bb2dd0f9bf2d1c13b7
RANDOM SEED=361360279

node141.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.547
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.09
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.547
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.547
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.54
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.547
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.547
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.56
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.547
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.547
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.547
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:        30419292 kB
Buffers:           12776 kB
Cached:            71628 kB
SwapCached:        13072 kB
Active:          1186712 kB
Inactive:          37456 kB
Active(anon):    1130036 kB
Inactive(anon):    12008 kB
Active(file):      56676 kB
Inactive(file):    25448 kB
Unevictable:      529060 kB
Mlocked:          496356 kB
SwapTotal:      67108856 kB
SwapFree:       67088056 kB
Dirty:             16328 kB
Writeback:            28 kB
AnonPages:       1656884 kB
Mapped:            10308 kB
Shmem:                 0 kB
Slab:             566504 kB
SReclaimable:      10272 kB
SUnreclaim:       556232 kB
KernelStack:        1464 kB
PageTables:         7312 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545120 kB
Committed_AS:    1798012 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346412 kB
VmallocChunk:   34341988032 kB
HardwareCorrupted:     0 kB
AnonHugePages:    983040 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= 71716 MiB
End job on node141 at 2016-06-15 20:26:05