Trace number 4242476

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
R1: cosoco 1.1SAT 1704.28 1704.36

General information on the benchmark

NameBlackhole/Blackhole-m1-s04/
Blackhole-04-3-09.xml
MD5SUM17bc822c402a875f29fa8e71eab00d77
Bench CategoryCSP (decision problem)
Best result obtained on this benchmarkSAT
Best value of the objective obtained on this benchmark
Best CPU time to get the best result obtained on this benchmark0.017673999
Satisfiable
(Un)Satisfiability was proved
Number of variables32
Number of constraints27
Number of domains1
Minimum domain size16
Maximum domain size16
Distribution of domain sizes[{"size":16,"count":32}]
Minimum variable degree2
Maximum variable degree3
Distribution of variable degrees[{"degree":2,"count":27},{"degree":3,"count":5}]
Minimum constraint arity1
Maximum constraint arity32
Distribution of constraint arities[{"arity":1,"count":1},{"arity":2,"count":25},{"arity":32,"count":1}]
Number of extensional constraints15
Number of intensional constraints11
Distribution of constraint types[{"type":"extension","count":15},{"type":"intension","count":11},{"type":"channel","count":1}]
Optimization problemNO
Type of objective

Solver Data

0.00/0.00	c Create channel(X,Y) constraint using 16 element constraint 
0.00/0.01	c intension y[5]<y[6]  using generic constraint 
0.00/0.01	c intension y[6]<y[4]  using generic constraint 
0.00/0.01	c intension y[11]<y[14]  using generic constraint 
0.00/0.01	c intension y[14]<y[12]  using generic constraint 
0.00/0.01	c intension y[3]<y[15]  using generic constraint 
0.00/0.01	c intension y[15]<y[2]  using generic constraint 
0.00/0.01	c intension y[7]<y[8]  using generic constraint 
0.00/0.01	c intension y[8]<y[9]  using generic constraint 
0.00/0.01	c intension y[10]<y[13]  using generic constraint 
0.00/0.01	c intension y[13]<y[1]  using generic constraint 
0.00/0.01	c root propagations     : 90          
0.00/0.01	c restarts enabled, print stats at every restarts
0.00/0.01	c
0.00/0.01	c
0.00/0.01	c
0.00/0.01	c This is cosoco 1.0 --  
0.00/0.01	c
0.00/0.01	c ========================================[ Problem Statistics ]===========================================
0.00/0.01	c |                                                                                                       
0.00/0.01	c |  Parse time        :         0.01 s 
0.00/0.01	c |
0.00/0.01	c |               Variables: 32
0.00/0.01	c |            Domain Sizes: 16..16
0.00/0.01	c |
0.00/0.01	c |             Constraints: 42
0.00/0.01	c |                   Arity: 1..17  -- Unary: 1  -- Binary: 25
0.00/0.01	c | 
0.00/0.01	c |                   Types: 
0.00/0.01	c |                          (X - Y < k): 10
0.00/0.01	c |                          Element Constant: 16
0.00/0.01	c |                          Extension: 15  (nb tuples: 128..128) -- (shared: 14)
0.00/0.01	c |                          Intension: 1
0.00/0.01	c |                          
0.00/0.01	c =========================================================================================================
0.00/0.01	c conflicts      decisions      filterCalls    propagations   Root Prop.     Nogoods        min/max/avg depth
0.00/0.01	c 101            263            8993           2410           32             0              15   19   17   
0.00/0.01	c 211            435            15597          6966           32             0              12   15   13   
0.00/0.01	c 332            679            25577          11839          32             0              14   15   14   
0.00/0.01	c 465            991            34758          15535          32             0              14   15   14   
0.00/0.01	c 611            1215           43610          20438          32             0              12   15   13   
0.00/0.02	c 771            1591           54702          24784          32             0              13   15   14   
0.00/0.02	c 947            1812           64856          30467          32             0              12   14   12   
0.00/0.02	c 1140           2116           80254          40551          32             0              13   14   13   
0.00/0.02	c 1352           2551           95364          46247          32             0              10   16   14   
0.00/0.02	c 1585           2869           107405         50533          32             0              11   14   13   
0.00/0.03	c 1841           3421           130000         60763          32             0              14   15   14   
0.00/0.03	c 2122           3953           149653         69004          32             0              9   15   13    
0.00/0.03	c 2431           4360           168612         79919          32             0              10   15   12   
0.00/0.04	c 2770           5106           202457         99837          32             0              12   15   13   
0.00/0.04	c 3142           5638           223713         110369         32             0              11   14   12   
0.00/0.04	c 3551           6407           254970         124312         32             0              10   16   13   
0.00/0.04	c 4000           7529           286561         134657         32             0              11   15   13   
0.00/0.05	c 4493           8183           309956         144969         32             0              12   15   13   
0.00/0.05	c 5035           8930           346786         162664         32             0              10   15   12   
0.00/0.05	c 5631           9793           375926         172079         32             0              11   15   14   
0.00/0.06	c 6286           10744          428155         203940         32             0              11   15   12   
0.00/0.07	c 7006           12238          503006         255668         32             0              9   15   12    
0.00/0.08	c 7798           13550          556311         282902         32             0              11   14   13   
0.00/0.09	c 8669           15257          636873         332417         32             0              8   16   12    
0.00/0.09	c 9627           16902          707776         356131         32             0              11   16   13   
0.09/0.10	c 10680          18408          787574         410042         32             0              10   15   12   
0.09/0.11	c 11838          20699          883379         468569         32             0              10   15   13   
0.09/0.12	c 13111          23001          964047         520818         32             0              10   15   13   
0.09/0.13	c 14511          25020          1057374        552664         32             0              11   16   13   
0.09/0.13	c 16051          26988          1145943        596214         32             0              10   15   12   
0.09/0.14	c 17745          29291          1246186        651376         32             0              12   14   13   
0.09/0.15	c 19608          32818          1369231        728081         32             0              8   15   13    
0.09/0.17	c 21657          36057          1489098        806271         32             0              9   14   13    
0.09/0.18	c 23910          39171          1604828        874986         32             0              11   14   13   
0.09/0.19	c 26388          42016          1730725        937818         32             0              11   15   12   
0.19/0.20	c 29113          45658          1934078        1052758        32             0              8   15   11    
0.19/0.21	c 32110          49476          2097854        1122722        32             0              11   15   11   
0.19/0.23	c 35406          55512          2335747        1231915        32             0              8   17   12    
0.19/0.24	c 39031          63857          2604967        1364514        32             0              9   16   14    
0.19/0.27	c 43018          70142          2905280        1523208        32             0              8   16   12    
0.29/0.31	c 47403          79092          3446123        1919703        32             0              10   14   12   
0.29/0.33	c 52226          89176          3823703        2102085        32             0              9   16   14    
0.29/0.36	c 57531          96710          4192531        2302960        32             0              8   17   12    
0.29/0.38	c 63366          109862         4604668        2440685        32             0              9   15   14    
0.39/0.40	c 69784          120503         5007058        2571336        32             0              8   15   13    
0.39/0.44	c 76843          135684         5587437        2893371        32             0              9   15   14    
0.39/0.49	c 84607          148727         6201967        3240224        32             0              12   15   13   
0.49/0.54	c 93147          170765         6995220        3575251        32             0              13   15   14   
0.49/0.59	c 102541         184769         7609884        3913646        32             0              11   15   13   
0.59/0.63	c 112874         208714         8347859        4128896        32             0              9   17   14    
0.69/0.74	c 124240         237198         9937762        4940908        32             0              13   15   14   
0.69/0.79	c 136742         257839         10663155       5219908        32             0              12   15   14   
0.79/0.86	c 150494         278621         11640860       5778889        32             0              10   14   13   
0.89/0.95	c 165621         305887         12901157       6445947        32             0              12   15   13   
0.99/1.02	c 182260         327912         13919430       6909067        32             0              9   16   13    
1.10/1.11	c 200562         356377         15220325       7606186        32             0              9   15   13    
1.20/1.21	c 220694         393627         16712935       8335690        32             0              8   15   13    
1.29/1.32	c 242839         428074         18131645       9126487        32             0              10   14   13   
1.39/1.42	c 267198         464285         19453776       9905148        32             0              10   14   13   
1.49/1.54	c 293992         508168         21326355       10765933       32             0              9   16   13    
1.69/1.71	c 323465         558007         23618833       12160523       32             0              8   15   12    
1.89/1.95	c 355885         615310         26868018       14100072       32             0              7   18   13    
2.09/2.10	c 391547         659375         29072609       15284302       32             0              12   13   12   
2.20/2.29	c 430775         736400         32188074       16541441       32             0              10   18   13   
2.39/2.47	c 473925         818577         35363688       17555894       32             0              8   17   13    
2.59/2.66	c 521390         927370         38713281       18686874       32             0              7   15   13    
2.89/2.90	c 573601         1003053        42029825       20429922       32             0              8   15   12    
3.09/3.19	c 631033         1090967        46049178       22640766       32             0              11   15   13   
3.40/3.49	c 694208         1190929        50105696       24989249       32             0              10   15   13   
3.69/3.77	c 763700         1297888        53860164       27185817       32             0              10   14   13   
4.09/4.10	c 840141         1426377        59262574       29268142       32             0              9   20   13    
4.40/4.45	c 924226         1619849        64810348       31480784       32             0              12   15   14   
4.79/4.86	c 1016719        1762365        70290975       34640766       32             0              11   14   13   
5.19/5.29	c 1118461        1897772        76796554       37569847       32             0              8   16   13    
5.69/5.73	c 1230377        2161655        84494616       39991602       32             0              7   17   13    
6.19/6.28	c 1353484        2406559        92902951       43673484       32             0              8   16   14    
6.70/6.76	c 1488901        2636357        100598511      46547930       32             0              10   15   13   
7.49/7.52	c 1637859        2870200        111265486      52086210       32             0              9   15   13    
8.19/8.22	c 1801712        3097800        121552463      57002931       32             0              8   15   13    
9.79/9.89	c 1981950        3467459        143193874      70638900       32             0              13   15   13   
10.69/10.70	c 2180211        3732950        155121591      76375451       32             0              8   16   13    
11.79/11.88	c 2398298        4223804        173250754      84350691       32             0              6   17   13    
12.69/12.75	c 2638193        4553847        186782436      90161889       32             0              8   15   13    
13.79/13.84	c 2902077        4951007        202994840      97406190       32             0              8   16   13    
15.40/15.41	c 3192349        5451852        226234104      109084822      32             0              7   19   13    
16.99/17.08	c 3511648        6022875        250103108      121573125      32             0              7   15   13    
19.09/19.10	c 3862876        6636243        277450478      138600748      32             0              7   16   13    
21.00/21.08	c 4249226        7308605        305939698      153123266      32             0              7   17   13    
23.10/23.10	c 4674211        7941553        334410302      169190367      32             0              7   20   12    
26.69/26.76	c 5141694        8838951        381666211      198671523      32             0              7   17   13    
29.39/29.46	c 5655925        9747724        420635469      219608999      32             0              7   20   13    
32.19/32.23	c 6221579        10866844       461069464      238748827      32             0              8   18   13    
35.39/35.46	c 6843798        11729304       503961762      266664952      32             0              6   17   12    
38.99/39.02	c 7528238        12981180       554706234      293929175      32             0              8   16   13    
43.39/43.41	c 8281122        14386597       616397213      328081133      32             0              7   18   13    
47.79/47.89	c 9109294        15806972       678524147      363703630      32             0              7   18   13    
52.49/52.56	c 10020283       17191590       743589352      401376223      32             0              8   18   13    
56.89/56.95	c 11022370       19126393       808516885      433560753      32             0              8   16   14    
64.09/64.13	c 12124665       21063802       905614674      489746765      32             0              6   17   13    
74.39/74.47	c 13337189       23637938       1038675320     572463086      32             0              11   15   13   
82.89/82.93	c 14670965       25922943       1152253932     640623805      32             0              7   18   13    
89.69/89.71	c 16138118       29158790       1254291230     687025611      32             0              7   16   14    
95.49/95.58	c 17751986       31970307       1346006806     724169843      32             0              7   16   14    
102.49/102.54	c 19527240       34253081       1448848746     773073447      32             0              7   18   12    
110.58/110.68	c 21480019       38391406       1574644851     827262361      32             0              8   15   14    
119.89/119.93	c 23628075       41269467       1708461720     896020237      32             0              7   18   12    
129.89/129.99	c 25990936       46188007       1861269757     965282168      32             0              8   15   14    
142.18/142.29	c 28590083       49922151       2036983888     1059620259     32             0              7   18   12    
162.98/163.08	c 31449144       56305549       2308357657     1240111263     32             0              7   17   13    
176.18/176.25	c 34594111       63066316       2537361339     1315946741     32             0              7   21   13    
191.58/191.67	c 38053574       69317653       2766806723     1424913739     32             0              7   16   13    
228.68/228.75	c 41858983       77965183       3246691337     1715762189     32             0              13   15   13   
245.48/245.59	c 46044932       85165928       3499458727     1832115342     32             0              7   16   14    
266.18/266.21	c 50649475       93968264       3823868658     1960462183     32             0              7   17   13    
294.08/294.16	c 55714472       104875753      4226261145     2161252753     32             0              7   16   14    
325.47/325.57	c 61285968       114101600      4664977800     2385767624     32             0              6   16   13    
353.97/354.00	c 67414613       123248101      5070584547     2597439415     32             0              6   19   13    
388.47/388.56	c 74156122       133621029      5552316497     2858239778     32             0              7   17   13    
416.27/416.39	c 81571781       147257178      5995298565     3035973464     32             0              7   16   14    
458.57/458.69	c 89729005       159205271      6576910784     3391481648     32             0              7   19   13    
502.57/502.67	c 98701951       174462411      7236165764     3695444837     32             0              4   21   12    
551.26/551.30	c 108572191      188890172      7914020149     4085017989     32             0              6   18   13    
609.56/609.68	c 119429455      205990769      8709788024     4567925204     32             0              7   18   13    
670.36/670.43	c 131372445      223866363      9554580260     5061749405     32             0              6   21   13    
723.46/723.51	c 144509734      251915970      10490152914    5361029709     32             0              6   22   13    
802.05/802.12	c 158960751      279264355      11606755880    5935839414     32             0              5   20   13    
882.05/882.10	c 174856869      301848440      12716124334    6585080616     32             0              6   17   12    
958.64/958.77	c 192342598      330802260      13847543824    7135647073     32             0              6   17   13    
1052.24/1052.37	c 211576899      365768404      15191391345    7846669840     32             0              6   20   13    
1180.93/1181.03	c 232734630      400908171      16939104134    8871577159     32             0              5   18   12    
1315.33/1315.43	c 256008134      441928010      18802323105    9860325348     32             0              3   19   13    
1439.32/1439.45	c 281608988      486297005      20594465860    10794130172    32             0              5   18   13    
1584.81/1584.92	c 309769927      528592849      22619402930    11899249950    32             0              5   20   12    
1704.21/1704.36	c solution 1
1704.21/1704.36	
1704.21/1704.36	v <instantiation type='solution'>
1704.21/1704.36	v <list>x[0] x[1] x[2] x[3] x[4] x[5] x[6] x[7] x[8] x[9] x[10] x[11] x[12] x[13] x[14] x[15] y[0] y[1] y[2] y[3] y[4] y[5] y[6] y[7] y[8] y[9] y[10] y[11] y[12] y[13] y[14] y[15] </list>
1704.21/1704.36	v <values>0 7 8 9 10 5 6 13 4 11 14 3 12 15 2 1 0 15 14 11 8 5 6 1 2 3 4 9 12 7 10 13 </values>
1704.21/1704.36	v </instantiation>
1704.21/1704.36	
1704.21/1704.36	c restarts              : 133         
1704.21/1704.36	c conflicts             : 333677478    (195789 /sec)
1704.21/1704.36	c decisions             : 566732870    (332536 /sec)
1704.21/1704.36	c propagations          : 12853157811 (7541720 /sec)
1704.21/1704.36	c root propagations     : 90          
1704.21/1704.36	c filter calls          : 24284707087    (14249296 /sec)
1704.21/1704.36	c useless filter calls  : 16247413183    (66 %)
1704.21/1704.36	c Memory used           : 26.36 MB
1704.21/1704.36	c CPU time              : 1704.27 s
1704.21/1704.36	
1704.21/1704.36	s SATISFIABLE

Verifier Data

OK	

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-4242476-1500663538/watcher-4242476-1500663538 -o /tmp/evaluation-result-4242476-1500663538/solver-4242476-1500663538 -C 2400 -W 2500 -M 15500 --bin-var /tmp/runsolver-exch-node138-1500648173-9855 --watchdog 2560 HOME/cosoco -lc -model -restarts HOME/instance-4242476-1500663538.xml 

pid=11638
running on 8 cores: 1,3,5,7,9,11,13,15

Enforcing CPUTime limit (soft limit, will send SIGTERM then SIGKILL): 2400 seconds
Enforcing CPUTime limit (hard limit, will send SIGXCPU): 2430 seconds
Enforcing wall clock limit (soft limit, will send SIGTERM then SIGKILL): 2500 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: 8192 KiB


[startup+0 s]
/proc/loadavg: 1.99 2.00 2.04 3/242 11641
/proc/meminfo: memFree=32013664/32770624 swapFree=5908/195924
[pid=11641] ppid=11638 vsize=26992 CPUtime=0 cores=1,3,5,7,9,11,13,15
/proc/11641/stat : 11641 (cosoco) R 11638 11641 9822 0 -1 4202496 1050 0 0 0 0 0 0 0 20 0 1 0 1620687 27639808 833 33554432000 4194304 5970956 140727910718656 140727910704040 139626718391269 0 0 4096 0 0 0 0 17 13 0 0 0 0 0 8070896 8075904 26304512 140727910724801 140727910724931 140727910724931 140727910727630 0
/proc/11641/statm: 6748 833 739 434 0 112 0

[startup+0.100163 s]
/proc/loadavg: 1.99 2.00 2.04 3/242 11641
/proc/meminfo: memFree=32013664/32770624 swapFree=5908/195924
[pid=11641] ppid=11638 vsize=26992 CPUtime=0.09 cores=1,3,5,7,9,11,13,15
/proc/11641/stat : 11641 (cosoco) R 11638 11641 9822 0 -1 4202496 1088 0 0 0 9 0 0 0 20 0 1 0 1620687 27639808 899 33554432000 4194304 5970956 140727910718656 140727910715992 4912656 0 0 4096 8405026 0 0 0 17 13 0 0 0 0 0 8070896 8075904 26304512 140727910724801 140727910724931 140727910724931 140727910727630 0
/proc/11641/statm: 6748 899 799 434 0 112 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 26992

[startup+0.200284 s]
/proc/loadavg: 1.99 2.00 2.04 3/242 11641
/proc/meminfo: memFree=32013664/32770624 swapFree=5908/195924
[pid=11641] ppid=11638 vsize=26992 CPUtime=0.19 cores=1,3,5,7,9,11,13,15
/proc/11641/stat : 11641 (cosoco) R 11638 11641 9822 0 -1 4202496 1088 0 0 0 19 0 0 0 20 0 1 0 1620687 27639808 899 33554432000 4194304 5970956 140727910718656 140727910715992 5098896 0 0 4096 8405026 0 0 0 17 13 0 0 0 0 0 8070896 8075904 26304512 140727910724801 140727910724931 140727910724931 140727910727630 0
/proc/11641/statm: 6748 899 799 434 0 112 0
Current children cumulated CPU time (s) 0.19
Current children cumulated vsize (KiB) 26992

[startup+0.300233 s]
/proc/loadavg: 1.99 2.00 2.04 3/242 11641
/proc/meminfo: memFree=32013664/32770624 swapFree=5908/195924
[pid=11641] ppid=11638 vsize=26992 CPUtime=0.29 cores=1,3,5,7,9,11,13,15
/proc/11641/stat : 11641 (cosoco) R 11638 11641 9822 0 -1 4202496 1088 0 0 0 29 0 0 0 20 0 1 0 1620687 27639808 899 33554432000 4194304 5970956 140727910718656 140727910715992 4994541 0 0 4096 8405026 0 0 0 17 13 0 0 0 0 0 8070896 8075904 26304512 140727910724801 140727910724931 140727910724931 140727910727630 0
/proc/11641/statm: 6748 899 799 434 0 112 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 26992

[startup+0.700208 s]
/proc/loadavg: 1.99 2.00 2.04 3/242 11641
/proc/meminfo: memFree=32013664/32770624 swapFree=5908/195924
[pid=11641] ppid=11638 vsize=26992 CPUtime=0.69 cores=1,3,5,7,9,11,13,15
/proc/11641/stat : 11641 (cosoco) R 11638 11641 9822 0 -1 4202496 1088 0 0 0 69 0 0 0 20 0 1 0 1620687 27639808 899 33554432000 4194304 5970956 140727910718656 140727910715992 4994434 0 0 4096 8405026 0 0 0 17 13 0 0 0 0 0 8070896 8075904 26304512 140727910724801 140727910724931 140727910724931 140727910727630 0
/proc/11641/statm: 6748 899 799 434 0 112 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 26992

[startup+1.50023 s]
/proc/loadavg: 1.99 2.00 2.04 3/243 11642
/proc/meminfo: memFree=32013324/32770624 swapFree=5908/195924
[pid=11641] ppid=11638 vsize=26992 CPUtime=1.49 cores=1,3,5,7,9,11,13,15
/proc/11641/stat : 11641 (cosoco) R 11638 11641 9822 0 -1 4202496 1088 0 0 0 149 0 0 0 20 0 1 0 1620687 27639808 899 33554432000 4194304 5970956 140727910718656 140727910715992 5337501 0 0 4096 8405026 0 0 0 17 13 0 0 0 0 0 8070896 8075904 26304512 140727910724801 140727910724931 140727910724931 140727910727630 0
/proc/11641/statm: 6748 899 799 434 0 112 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 26992

[startup+3.1002 s]
/proc/loadavg: 2.00 2.00 2.04 3/243 11642
/proc/meminfo: memFree=32012936/32770624 swapFree=5908/195924
[pid=11641] ppid=11638 vsize=26992 CPUtime=3.09 cores=1,3,5,7,9,11,13,15
/proc/11641/stat : 11641 (cosoco) R 11638 11641 9822 0 -1 4202496 1111 0 0 0 309 0 0 0 20 0 1 0 1620687 27639808 899 33554432000 4194304 5970956 140727910718656 140727910715992 4994545 0 0 4096 8405026 0 0 0 17 13 0 0 0 0 0 8070896 8075904 26304512 140727910724801 140727910724931 140727910724931 140727910727630 0
/proc/11641/statm: 6748 899 799 434 0 112 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 26992

[startup+6.3002 s]
/proc/loadavg: 2.00 2.00 2.04 3/243 11642
/proc/meminfo: memFree=32012584/32770624 swapFree=5908/195924
[pid=11641] ppid=11638 vsize=26992 CPUtime=6.29 cores=1,3,5,7,9,11,13,15
/proc/11641/stat : 11641 (cosoco) R 11638 11641 9822 0 -1 4202496 1160 0 0 0 629 0 0 0 20 0 1 0 1620687 27639808 929 33554432000 4194304 5970956 140727910718656 140727910715992 4994554 0 0 4096 8405026 0 0 0 17 13 0 0 0 0 0 8070896 8075904 26304512 140727910724801 140727910724931 140727910724931 140727910727630 0
/proc/11641/statm: 6748 929 829 434 0 112 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 26992

[startup+12.7002 s]
/proc/loadavg: 2.00 2.00 2.04 3/243 11642
/proc/meminfo: memFree=32011840/32770624 swapFree=5908/195924
[pid=11641] ppid=11638 vsize=26992 CPUtime=12.69 cores=1,3,5,7,9,11,13,15
/proc/11641/stat : 11641 (cosoco) R 11638 11641 9822 0 -1 4202496 1196 0 0 0 1269 0 0 0 20 0 1 0 1620687 27639808 929 33554432000 4194304 5970956 140727910718656 140727910715992 4908334 0 0 4096 8405026 0 0 0 17 13 0 0 0 0 0 8070896 8075904 26304512 140727910724801 140727910724931 140727910724931 140727910727630 0
/proc/11641/statm: 6748 929 829 434 0 112 0
Current children cumulated CPU time (s) 12.69
Current children cumulated vsize (KiB) 26992

[startup+25.5003 s]
/proc/loadavg: 2.00 2.00 2.04 3/243 11642
/proc/meminfo: memFree=32011840/32770624 swapFree=5908/195924
[pid=11641] ppid=11638 vsize=26992 CPUtime=25.49 cores=1,3,5,7,9,11,13,15
/proc/11641/stat : 11641 (cosoco) R 11638 11641 9822 0 -1 4202496 1255 0 0 0 2549 0 0 0 20 0 1 0 1620687 27639808 929 33554432000 4194304 5970956 140727910718656 140727910715992 4994635 0 0 4096 8405026 0 0 0 17 13 0 0 0 0 0 8070896 8075904 26304512 140727910724801 140727910724931 140727910724931 140727910727630 0
/proc/11641/statm: 6748 929 829 434 0 112 0
Current children cumulated CPU time (s) 25.49
Current children cumulated vsize (KiB) 26992

[startup+51.1003 s]
/proc/loadavg: 2.00 2.00 2.04 3/243 11642
/proc/meminfo: memFree=32011088/32770624 swapFree=5908/195924
[pid=11641] ppid=11638 vsize=26992 CPUtime=51.09 cores=1,3,5,7,9,11,13,15
/proc/11641/stat : 11641 (cosoco) R 11638 11641 9822 0 -1 4202496 1304 0 0 0 5109 0 0 0 20 0 1 0 1620687 27639808 929 33554432000 4194304 5970956 140727910718656 140727910715992 4912755 0 0 4096 8405026 0 0 0 17 13 0 0 0 0 0 8070896 8075904 26304512 140727910724801 140727910724931 140727910724931 140727910727630 0
/proc/11641/statm: 6748 929 829 434 0 112 0
Current children cumulated CPU time (s) 51.09
Current children cumulated vsize (KiB) 26992

[startup+102.3 s]
/proc/loadavg: 2.00 2.00 2.04 3/244 11651
/proc/meminfo: memFree=32010552/32770624 swapFree=5908/195924
[pid=11641] ppid=11638 vsize=26992 CPUtime=102.29 cores=1,3,5,7,9,11,13,15
/proc/11641/stat : 11641 (cosoco) R 11638 11641 9822 0 -1 4202496 1340 0 0 0 10229 0 0 0 20 0 1 0 1620687 27639808 929 33554432000 4194304 5970956 140727910718656 140727910715992 4994549 0 0 4096 8405026 0 0 0 17 13 0 0 0 0 0 8070896 8075904 26304512 140727910724801 140727910724931 140727910724931 140727910727630 0
/proc/11641/statm: 6748 929 829 434 0 112 0
Current children cumulated CPU time (s) 102.29
Current children cumulated vsize (KiB) 26992

[startup+162.3 s]
/proc/loadavg: 2.04 2.01 2.05 3/245 11675
/proc/meminfo: memFree=32009328/32770624 swapFree=5908/196240
[pid=11641] ppid=11638 vsize=26992 CPUtime=162.28 cores=1,3,5,7,9,11,13,15
/proc/11641/stat : 11641 (cosoco) R 11638 11641 9822 0 -1 4202496 1376 0 0 0 16228 0 0 0 20 0 1 0 1620687 27639808 929 33554432000 4194304 5970956 140727910718656 140727910715992 5108593 0 0 4096 8405026 0 0 0 17 13 0 0 0 0 0 8070896 8075904 26304512 140727910724801 140727910724931 140727910724931 140727910727630 0
/proc/11641/statm: 6748 929 829 434 0 112 0
Current children cumulated CPU time (s) 162.28
Current children cumulated vsize (KiB) 26992

[startup+222.308 s]
/proc/loadavg: 2.06 2.03 2.05 3/245 11676
/proc/meminfo: memFree=32010428/32770624 swapFree=5908/196240
[pid=11641] ppid=11638 vsize=26992 CPUtime=222.29 cores=1,3,5,7,9,11,13,15
/proc/11641/stat : 11641 (cosoco) R 11638 11641 9822 0 -1 4202496 1412 0 0 0 22229 0 0 0 20 0 1 0 1620687 27639808 929 33554432000 4194304 5970956 140727910718656 140727910715992 4994432 0 0 4096 8405026 0 0 0 17 13 0 0 0 0 0 8070896 8075904 26304512 140727910724801 140727910724931 140727910724931 140727910727630 0
/proc/11641/statm: 6748 929 829 434 0 112 0
Current children cumulated CPU time (s) 222.29
Current children cumulated vsize (KiB) 26992

[startup+282.3 s]
/proc/loadavg: 2.02 2.02 2.05 3/245 11677
/proc/meminfo: memFree=32010244/32770624 swapFree=5908/196240
[pid=11641] ppid=11638 vsize=26992 CPUtime=282.28 cores=1,3,5,7,9,11,13,15
/proc/11641/stat : 11641 (cosoco) R 11638 11641 9822 0 -1 4202496 1448 0 0 0 28228 0 0 0 20 0 1 0 1620687 27639808 929 33554432000 4194304 5970956 140727910718656 140727910715992 5098896 0 0 4096 8405026 0 0 0 17 13 0 0 0 0 0 8070896 8075904 26304512 140727910724801 140727910724931 140727910724931 140727910727630 0
/proc/11641/statm: 6748 929 829 434 0 112 0
Current children cumulated CPU time (s) 282.28
Current children cumulated vsize (KiB) 26992

[startup+342.3 s]
/proc/loadavg: 2.01 2.02 2.05 3/245 11678
/proc/meminfo: memFree=32011160/32770624 swapFree=5908/196416
[pid=11641] ppid=11638 vsize=26992 CPUtime=342.27 cores=1,3,5,7,9,11,13,15
/proc/11641/stat : 11641 (cosoco) R 11638 11641 9822 0 -1 4202496 1484 0 0 0 34227 0 0 0 20 0 1 0 1620687 27639808 929 33554432000 4194304 5970956 140727910718656 140727910715992 5327840 0 0 4096 8405026 0 0 0 17 13 0 0 0 0 0 8070896 8075904 26304512 140727910724801 140727910724931 140727910724931 140727910727630 0
/proc/11641/statm: 6748 929 829 434 0 112 0
Current children cumulated CPU time (s) 342.27
Current children cumulated vsize (KiB) 26992

[startup+402.3 s]
/proc/loadavg: 2.00 2.01 2.05 3/245 11679
/proc/meminfo: memFree=32011236/32770624 swapFree=5908/196416
[pid=11641] ppid=11638 vsize=26992 CPUtime=402.27 cores=1,3,5,7,9,11,13,15
/proc/11641/stat : 11641 (cosoco) R 11638 11641 9822 0 -1 4202496 1520 0 0 0 40227 0 0 0 20 0 1 0 1620687 27639808 929 33554432000 4194304 5970956 140727910718656 140727910715992 4908539 0 0 4096 8405026 0 0 0 17 13 0 0 0 0 0 8070896 8075904 26304512 140727910724801 140727910724931 140727910724931 140727910727630 0
/proc/11641/statm: 6748 929 829 434 0 112 0
Current children cumulated CPU time (s) 402.27
Current children cumulated vsize (KiB) 26992

[startup+462.3 s]
/proc/loadavg: 2.00 2.01 2.05 3/243 11680
/proc/meminfo: memFree=32011204/32770624 swapFree=5908/196416
[pid=11641] ppid=11638 vsize=26992 CPUtime=462.27 cores=1,3,5,7,9,11,13,15
/proc/11641/stat : 11641 (cosoco) R 11638 11641 9822 0 -1 4202496 1556 0 0 0 46227 0 0 0 20 0 1 0 1620687 27639808 929 33554432000 4194304 5970956 140727910718656 140727910715992 4994549 0 0 4096 8405026 0 0 0 17 13 0 0 0 0 0 8070896 8075904 26304512 140727910724801 140727910724931 140727910724931 140727910727630 0
/proc/11641/statm: 6748 929 829 434 0 112 0
Current children cumulated CPU time (s) 462.27
Current children cumulated vsize (KiB) 26992

[startup+522.3 s]
/proc/loadavg: 2.00 2.01 2.05 3/243 11681
/proc/meminfo: memFree=32010600/32770624 swapFree=5908/196416
[pid=11641] ppid=11638 vsize=26992 CPUtime=522.27 cores=1,3,5,7,9,11,13,15
/proc/11641/stat : 11641 (cosoco) R 11638 11641 9822 0 -1 4202496 1592 0 0 0 52227 0 0 0 20 0 1 0 1620687 27639808 929 33554432000 4194304 5970956 140727910718656 140727910715992 5098896 0 0 4096 8405026 0 0 0 17 13 0 0 0 0 0 8070896 8075904 26304512 140727910724801 140727910724931 140727910724931 140727910727630 0
/proc/11641/statm: 6748 929 829 434 0 112 0
Current children cumulated CPU time (s) 522.27
Current children cumulated vsize (KiB) 26992

[startup+582.3 s]
/proc/loadavg: 2.00 2.01 2.05 3/243 11682
/proc/meminfo: memFree=32010456/32770624 swapFree=5908/196416
[pid=11641] ppid=11638 vsize=26992 CPUtime=582.26 cores=1,3,5,7,9,11,13,15
/proc/11641/stat : 11641 (cosoco) R 11638 11641 9822 0 -1 4202496 1628 0 0 0 58226 0 0 0 20 0 1 0 1620687 27639808 929 33554432000 4194304 5970956 140727910718656 140727910715992 5081244 0 0 4096 8405026 0 0 0 17 13 0 0 0 0 0 8070896 8075904 26304512 140727910724801 140727910724931 140727910724931 140727910727630 0
/proc/11641/statm: 6748 929 829 434 0 112 0
Current children cumulated CPU time (s) 582.26
Current children cumulated vsize (KiB) 26992


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

/proc/loadavg: 2.00 2.01 2.05 3/243 11700
/proc/meminfo: memFree=32007308/32770624 swapFree=5908/196848
[pid=11641] ppid=11638 vsize=26992 CPUtime=1182.23 cores=1,3,5,7,9,11,13,15
/proc/11641/stat : 11641 (cosoco) R 11638 11641 9822 0 -1 4202496 1962 0 0 0 118223 0 0 0 20 0 1 0 1620687 27639808 929 33554432000 4194304 5970956 140727910718656 140727910715992 5337501 0 0 4096 8405026 0 0 0 17 13 0 0 0 0 0 8070896 8075904 26304512 140727910724801 140727910724931 140727910724931 140727910727630 0
/proc/11641/statm: 6748 929 829 434 0 112 0
Current children cumulated CPU time (s) 1182.23
Current children cumulated vsize (KiB) 26992

[startup+1242.3 s]
/proc/loadavg: 2.00 2.01 2.05 3/243 11701
/proc/meminfo: memFree=32008940/32770624 swapFree=5908/197056
[pid=11641] ppid=11638 vsize=26992 CPUtime=1242.23 cores=1,3,5,7,9,11,13,15
/proc/11641/stat : 11641 (cosoco) R 11638 11641 9822 0 -1 4202496 1985 0 0 0 124223 0 0 0 20 0 1 0 1620687 27639808 929 33554432000 4194304 5970956 140727910718656 140727910715992 4994506 0 0 4096 8405026 0 0 0 17 13 0 0 0 0 0 8070896 8075904 26304512 140727910724801 140727910724931 140727910724931 140727910727630 0
/proc/11641/statm: 6748 929 829 434 0 112 0
Current children cumulated CPU time (s) 1242.23
Current children cumulated vsize (KiB) 26992

[startup+1302.3 s]
/proc/loadavg: 2.00 2.01 2.05 3/245 11711
/proc/meminfo: memFree=32006764/32770624 swapFree=5908/197056
[pid=11641] ppid=11638 vsize=26992 CPUtime=1302.23 cores=1,3,5,7,9,11,13,15
/proc/11641/stat : 11641 (cosoco) R 11638 11641 9822 0 -1 4202496 2008 0 0 0 130223 0 0 0 20 0 1 0 1620687 27639808 929 33554432000 4194304 5970956 140727910718656 140727910715992 5322979 0 0 4096 8405026 0 0 0 17 13 0 0 0 0 0 8070896 8075904 26304512 140727910724801 140727910724931 140727910724931 140727910727630 0
/proc/11641/statm: 6748 929 829 434 0 112 0
Current children cumulated CPU time (s) 1302.23
Current children cumulated vsize (KiB) 26992

[startup+1362.3 s]
/proc/loadavg: 2.00 2.01 2.05 3/245 11712
/proc/meminfo: memFree=32007364/32770624 swapFree=5908/197056
[pid=11641] ppid=11638 vsize=26992 CPUtime=1362.22 cores=1,3,5,7,9,11,13,15
/proc/11641/stat : 11641 (cosoco) R 11638 11641 9822 0 -1 4202496 2044 0 0 0 136222 0 0 0 20 0 1 0 1620687 27639808 929 33554432000 4194304 5970956 140727910718656 140727910715992 5320171 0 0 4096 8405026 0 0 0 17 13 0 0 0 0 0 8070896 8075904 26304512 140727910724801 140727910724931 140727910724931 140727910727630 0
/proc/11641/statm: 6748 929 829 434 0 112 0
Current children cumulated CPU time (s) 1362.22
Current children cumulated vsize (KiB) 26992

[startup+1422.3 s]
/proc/loadavg: 2.00 2.01 2.05 3/245 11713
/proc/meminfo: memFree=32006648/32770624 swapFree=5908/197056
[pid=11641] ppid=11638 vsize=26992 CPUtime=1422.23 cores=1,3,5,7,9,11,13,15
/proc/11641/stat : 11641 (cosoco) R 11638 11641 9822 0 -1 4202496 2067 0 0 0 142223 0 0 0 20 0 1 0 1620687 27639808 929 33554432000 4194304 5970956 140727910718656 140727910715992 4994554 0 0 4096 8405026 0 0 0 17 13 0 0 0 0 0 8070896 8075904 26304512 140727910724801 140727910724931 140727910724931 140727910727630 0
/proc/11641/statm: 6748 929 829 434 0 112 0
Current children cumulated CPU time (s) 1422.23
Current children cumulated vsize (KiB) 26992

[startup+1482.3 s]
/proc/loadavg: 2.00 2.01 2.05 3/245 11912
/proc/meminfo: memFree=31949708/32770624 swapFree=5908/197284
[pid=11641] ppid=11638 vsize=26992 CPUtime=1482.22 cores=1,3,5,7,9,11,13,15
/proc/11641/stat : 11641 (cosoco) R 11638 11641 9822 0 -1 4202496 2103 0 0 0 148222 0 0 0 20 0 1 0 1620687 27639808 929 33554432000 4194304 5970956 140727910718656 140727910715992 4994496 0 0 4096 8405026 0 0 0 17 13 0 0 0 0 0 8070896 8075904 26304512 140727910724801 140727910724931 140727910724931 140727910727630 0
/proc/11641/statm: 6748 929 829 434 0 112 0
Current children cumulated CPU time (s) 1482.22
Current children cumulated vsize (KiB) 26992

[startup+1542.31 s]
/proc/loadavg: 2.00 2.01 2.05 3/245 11913
/proc/meminfo: memFree=31949980/32770624 swapFree=5908/197336
[pid=11641] ppid=11638 vsize=26992 CPUtime=1542.22 cores=1,3,5,7,9,11,13,15
/proc/11641/stat : 11641 (cosoco) R 11638 11641 9822 0 -1 4202496 2126 0 0 0 154222 0 0 0 20 0 1 0 1620687 27639808 929 33554432000 4194304 5970956 140727910718656 140727910715992 5328029 0 0 4096 8405026 0 0 0 17 13 0 0 0 0 0 8070896 8075904 26304512 140727910724801 140727910724931 140727910724931 140727910727630 0
/proc/11641/statm: 6748 929 829 434 0 112 0
Current children cumulated CPU time (s) 1542.22
Current children cumulated vsize (KiB) 26992

[startup+1602.3 s]
/proc/loadavg: 2.00 2.01 2.05 3/243 11915
/proc/meminfo: memFree=31951352/32770624 swapFree=5908/197388
[pid=11641] ppid=11638 vsize=26992 CPUtime=1602.21 cores=1,3,5,7,9,11,13,15
/proc/11641/stat : 11641 (cosoco) R 11638 11641 9822 0 -1 4202496 2162 0 0 0 160221 0 0 0 20 0 1 0 1620687 27639808 929 33554432000 4194304 5970956 140727910718656 140727910715992 4994603 0 0 4096 8405026 0 0 0 17 13 0 0 0 0 0 8070896 8075904 26304512 140727910724801 140727910724931 140727910724931 140727910727630 0
/proc/11641/statm: 6748 929 829 434 0 112 0
Current children cumulated CPU time (s) 1602.21
Current children cumulated vsize (KiB) 26992

[startup+1662.3 s]
/proc/loadavg: 2.00 2.01 2.05 3/243 11916
/proc/meminfo: memFree=31951444/32770624 swapFree=5908/197420
[pid=11641] ppid=11638 vsize=26992 CPUtime=1662.21 cores=1,3,5,7,9,11,13,15
/proc/11641/stat : 11641 (cosoco) R 11638 11641 9822 0 -1 4202496 2185 0 0 0 166221 0 0 0 20 0 1 0 1620687 27639808 929 33554432000 4194304 5970956 140727910718656 140727910715992 5327850 0 0 4096 8405026 0 0 0 17 13 0 0 0 0 0 8070896 8075904 26304512 140727910724801 140727910724931 140727910724931 140727910727630 0
/proc/11641/statm: 6748 929 829 434 0 112 0
Current children cumulated CPU time (s) 1662.21
Current children cumulated vsize (KiB) 26992

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

[startup+1664 s]
/proc/loadavg: 2.00 2.01 2.05 3/243 11916
/proc/meminfo: memFree=31951444/32770624 swapFree=5908/197420
[pid=11641] ppid=11638 vsize=26992 CPUtime=1663.91 cores=1,3,5,7,9,11,13,15
/proc/11641/stat : 11641 (cosoco) R 11638 11641 9822 0 -1 4202496 2185 0 0 0 166391 0 0 0 20 0 1 0 1620687 27639808 929 33554432000 4194304 5970956 140727910718656 140727910715992 5081128 0 0 4096 8405026 0 0 0 17 13 0 0 0 0 0 8070896 8075904 26304512 140727910724801 140727910724931 140727910724931 140727910727630 0
/proc/11641/statm: 6748 929 829 434 0 112 0
Current children cumulated CPU time (s) 1663.91
Current children cumulated vsize (KiB) 26992

[startup+1689.6 s]
/proc/loadavg: 2.00 2.01 2.05 3/243 11916
/proc/meminfo: memFree=31951816/32770624 swapFree=5908/197428
[pid=11641] ppid=11638 vsize=26992 CPUtime=1689.51 cores=1,3,5,7,9,11,13,15
/proc/11641/stat : 11641 (cosoco) R 11638 11641 9822 0 -1 4202496 2212 0 0 0 168951 0 0 0 20 0 1 0 1620687 27639808 929 33554432000 4194304 5970956 140727910718656 140727910715992 5108512 0 0 4096 8405026 0 0 0 17 13 0 0 0 0 0 8070896 8075904 26304512 140727910724801 140727910724931 140727910724931 140727910727630 0
/proc/11641/statm: 6748 929 829 434 0 112 0
Current children cumulated CPU time (s) 1689.51
Current children cumulated vsize (KiB) 26992

[startup+1696 s]
/proc/loadavg: 2.00 2.01 2.05 3/243 11916
/proc/meminfo: memFree=31951816/32770624 swapFree=5908/197436
[pid=11641] ppid=11638 vsize=26992 CPUtime=1695.91 cores=1,3,5,7,9,11,13,15
/proc/11641/stat : 11641 (cosoco) R 11638 11641 9822 0 -1 4202496 2212 0 0 0 169591 0 0 0 20 0 1 0 1620687 27639808 929 33554432000 4194304 5970956 140727910718656 140727910715992 4994503 0 0 4096 8405026 0 0 0 17 13 0 0 0 0 0 8070896 8075904 26304512 140727910724801 140727910724931 140727910724931 140727910727630 0
/proc/11641/statm: 6748 929 829 434 0 112 0
Current children cumulated CPU time (s) 1695.91
Current children cumulated vsize (KiB) 26992

[startup+1699.2 s]
/proc/loadavg: 2.00 2.01 2.05 3/243 11916
/proc/meminfo: memFree=31951816/32770624 swapFree=5908/197436
[pid=11641] ppid=11638 vsize=26992 CPUtime=1699.11 cores=1,3,5,7,9,11,13,15
/proc/11641/stat : 11641 (cosoco) R 11638 11641 9822 0 -1 4202496 2212 0 0 0 169911 0 0 0 20 0 1 0 1620687 27639808 929 33554432000 4194304 5970956 140727910718656 140727910715992 5081463 0 0 4096 8405026 0 0 0 17 13 0 0 0 0 0 8070896 8075904 26304512 140727910724801 140727910724931 140727910724931 140727910727630 0
/proc/11641/statm: 6748 929 829 434 0 112 0
Current children cumulated CPU time (s) 1699.11
Current children cumulated vsize (KiB) 26992

[startup+1702.4 s]
/proc/loadavg: 2.00 2.01 2.05 3/243 11916
/proc/meminfo: memFree=31951692/32770624 swapFree=5908/197436
[pid=11641] ppid=11638 vsize=26992 CPUtime=1702.31 cores=1,3,5,7,9,11,13,15
/proc/11641/stat : 11641 (cosoco) R 11638 11641 9822 0 -1 4202496 2212 0 0 0 170231 0 0 0 20 0 1 0 1620687 27639808 929 33554432000 4194304 5970956 140727910718656 140727910715992 4994432 0 0 4096 8405026 0 0 0 17 13 0 0 0 0 0 8070896 8075904 26304512 140727910724801 140727910724931 140727910724931 140727910727630 0
/proc/11641/statm: 6748 929 829 434 0 112 0
Current children cumulated CPU time (s) 1702.31
Current children cumulated vsize (KiB) 26992

[startup+1703.2 s]
/proc/loadavg: 2.08 2.03 2.05 3/243 11916
/proc/meminfo: memFree=31951692/32770624 swapFree=5908/197436
[pid=11641] ppid=11638 vsize=26992 CPUtime=1703.11 cores=1,3,5,7,9,11,13,15
/proc/11641/stat : 11641 (cosoco) R 11638 11641 9822 0 -1 4202496 2212 0 0 0 170311 0 0 0 20 0 1 0 1620687 27639808 929 33554432000 4194304 5970956 140727910718656 140727910715992 5098910 0 0 4096 8405026 0 0 0 17 13 0 0 0 0 0 8070896 8075904 26304512 140727910724801 140727910724931 140727910724931 140727910727630 0
/proc/11641/statm: 6748 929 829 434 0 112 0
Current children cumulated CPU time (s) 1703.11
Current children cumulated vsize (KiB) 26992

[startup+1704.01 s]
/proc/loadavg: 2.08 2.03 2.05 3/243 11917
/proc/meminfo: memFree=31951324/32770624 swapFree=5908/197460
[pid=11641] ppid=11638 vsize=26992 CPUtime=1703.91 cores=1,3,5,7,9,11,13,15
/proc/11641/stat : 11641 (cosoco) R 11638 11641 9822 0 -1 4202496 2212 0 0 0 170391 0 0 0 20 0 1 0 1620687 27639808 929 33554432000 4194304 5970956 140727910718656 140727910715992 5327111 0 0 4096 8405026 0 0 0 17 13 0 0 0 0 0 8070896 8075904 26304512 140727910724801 140727910724931 140727910724931 140727910727630 0
/proc/11641/statm: 6748 929 829 434 0 112 0
Current children cumulated CPU time (s) 1703.91
Current children cumulated vsize (KiB) 26992

[startup+1704.2 s]
/proc/loadavg: 2.08 2.03 2.05 3/243 11917
/proc/meminfo: memFree=31951324/32770624 swapFree=5908/197460
[pid=11641] ppid=11638 vsize=26992 CPUtime=1704.11 cores=1,3,5,7,9,11,13,15
/proc/11641/stat : 11641 (cosoco) R 11638 11641 9822 0 -1 4202496 2212 0 0 0 170411 0 0 0 20 0 1 0 1620687 27639808 929 33554432000 4194304 5970956 140727910718656 140727910715992 5098896 0 0 4096 8405026 0 0 0 17 13 0 0 0 0 0 8070896 8075904 26304512 140727910724801 140727910724931 140727910724931 140727910727630 0
/proc/11641/statm: 6748 929 829 434 0 112 0
Current children cumulated CPU time (s) 1704.11
Current children cumulated vsize (KiB) 26992

[startup+1704.3 s]
/proc/loadavg: 2.08 2.03 2.05 3/243 11917
/proc/meminfo: memFree=31951324/32770624 swapFree=5908/197460
[pid=11641] ppid=11638 vsize=26992 CPUtime=1704.21 cores=1,3,5,7,9,11,13,15
/proc/11641/stat : 11641 (cosoco) R 11638 11641 9822 0 -1 4202496 2212 0 0 0 170421 0 0 0 20 0 1 0 1620687 27639808 929 33554432000 4194304 5970956 140727910718656 140727910715992 5327968 0 0 4096 8405026 0 0 0 17 13 0 0 0 0 0 8070896 8075904 26304512 140727910724801 140727910724931 140727910724931 140727910727630 0
/proc/11641/statm: 6748 929 829 434 0 112 0
Current children cumulated CPU time (s) 1704.21
Current children cumulated vsize (KiB) 26992

Child status: 0
Real time (s): 1704.36
CPU time (s): 1704.28
CPU user time (s): 1704.27
CPU system time (s): 0.005999
CPU usage (%): 99.9951
Max. virtual memory (cumulated for all children) (KiB): 26992

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1704.27
system time used= 0.005999
maximum resident set size= 3788
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 2258
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= 12
involuntary context switches= 85647

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 5.59188 second user time and 6.84001 second system time

The end

Launcher Data

Begin job on node138 at 2017-07-21 20:58:58
IDJOB=4242476
IDBENCH=134570
IDSOLVER=2620
FILE ID=node138/4242476-1500663538
RUNJOBID= node138-1500648173-9855
PBS_JOBID= 20623282
Free space on /tmp= 61992 MiB

SOLVER NAME= cosoco 1.1
BENCH NAME= XCSP17/Blackhole/Blackhole-m1-s04/Blackhole-04-3-09.xml
COMMAND LINE= DIR/cosoco -lc -model -restarts BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4242476-1500663538/watcher-4242476-1500663538 -o /tmp/evaluation-result-4242476-1500663538/solver-4242476-1500663538 -C 2400 -W 2500 -M 15500 --bin-var /tmp/runsolver-exch-node138-1500648173-9855 --watchdog 2560  HOME/cosoco -lc -model -restarts HOME/instance-4242476-1500663538.xml

TIME LIMIT= 2400 seconds
MEMORY LIMIT= 15500 MiB
NBCORE= 8

MD5SUM BENCH= 17bc822c402a875f29fa8e71eab00d77
RANDOM SEED=1440197279

node138.alineos.net Linux 3.10.0-514.16.1.el7.x86_64 #1 SMP Wed Apr 12 15:04:24 UTC 2017

/proc/cpuinfo:
processor	: 0
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
microcode	: 0x19
cpu MHz		: 1600.000
cache size	: 8192 KB
physical id	: 0
siblings	: 8
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 sep 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 nopl 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 dtherm tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5333.44
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
microcode	: 0x19
cpu MHz		: 2000.000
cache size	: 8192 KB
physical id	: 1
siblings	: 8
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 sep 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 nopl 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 dtherm 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
microcode	: 0x19
cpu MHz		: 1600.000
cache size	: 8192 KB
physical id	: 0
siblings	: 8
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 sep 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 nopl 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 dtherm tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5333.44
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
microcode	: 0x19
cpu MHz		: 1600.000
cache size	: 8192 KB
physical id	: 1
siblings	: 8
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 sep 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 nopl 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 dtherm 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
microcode	: 0x19
cpu MHz		: 1600.000
cache size	: 8192 KB
physical id	: 0
siblings	: 8
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 sep 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 nopl 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 dtherm tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5333.44
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
microcode	: 0x19
cpu MHz		: 1600.000
cache size	: 8192 KB
physical id	: 1
siblings	: 8
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 sep 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 nopl 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 dtherm 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
microcode	: 0x19
cpu MHz		: 1600.000
cache size	: 8192 KB
physical id	: 0
siblings	: 8
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 sep 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 nopl 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 dtherm tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5333.44
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
microcode	: 0x19
cpu MHz		: 1600.000
cache size	: 8192 KB
physical id	: 1
siblings	: 8
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 sep 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 nopl 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 dtherm 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	: 8
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
microcode	: 0x19
cpu MHz		: 1600.000
cache size	: 8192 KB
physical id	: 0
siblings	: 8
core id		: 0
cpu cores	: 4
apicid		: 1
initial apicid	: 1
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep 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 nopl 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 dtherm tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5333.44
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 9
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
microcode	: 0x19
cpu MHz		: 1600.000
cache size	: 8192 KB
physical id	: 1
siblings	: 8
core id		: 0
cpu cores	: 4
apicid		: 17
initial apicid	: 17
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep 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 nopl 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 dtherm 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	: 10
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
microcode	: 0x19
cpu MHz		: 1600.000
cache size	: 8192 KB
physical id	: 0
siblings	: 8
core id		: 1
cpu cores	: 4
apicid		: 3
initial apicid	: 3
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep 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 nopl 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 dtherm tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5333.44
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 11
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
microcode	: 0x19
cpu MHz		: 1733.000
cache size	: 8192 KB
physical id	: 1
siblings	: 8
core id		: 1
cpu cores	: 4
apicid		: 19
initial apicid	: 19
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep 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 nopl 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 dtherm 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	: 12
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
microcode	: 0x19
cpu MHz		: 2668.000
cache size	: 8192 KB
physical id	: 0
siblings	: 8
core id		: 2
cpu cores	: 4
apicid		: 5
initial apicid	: 5
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep 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 nopl 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 dtherm tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5333.44
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 13
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
microcode	: 0x19
cpu MHz		: 1733.000
cache size	: 8192 KB
physical id	: 1
siblings	: 8
core id		: 2
cpu cores	: 4
apicid		: 21
initial apicid	: 21
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep 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 nopl 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 dtherm 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	: 14
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
microcode	: 0x19
cpu MHz		: 1733.000
cache size	: 8192 KB
physical id	: 0
siblings	: 8
core id		: 3
cpu cores	: 4
apicid		: 7
initial apicid	: 7
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep 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 nopl 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 dtherm tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5333.44
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 15
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
microcode	: 0x19
cpu MHz		: 1600.000
cache size	: 8192 KB
physical id	: 1
siblings	: 8
core id		: 3
cpu cores	: 4
apicid		: 23
initial apicid	: 23
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep 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 nopl 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 dtherm tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5332.55
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:       32770624 kB
MemFree:        32013428 kB
MemAvailable:   32008916 kB
Buffers:           35640 kB
Cached:           270392 kB
SwapCached:            0 kB
Active:           176032 kB
Inactive:         204516 kB
Active(anon):      77788 kB
Inactive(anon):     8592 kB
Active(file):      98244 kB
Inactive(file):   195924 kB
Unevictable:        5908 kB
Mlocked:            5908 kB
SwapTotal:      67108860 kB
SwapFree:       67108860 kB
Dirty:              2436 kB
Writeback:             0 kB
AnonPages:         80800 kB
Mapped:            31024 kB
Shmem:              8852 kB
Slab:              66380 kB
SReclaimable:      34308 kB
SUnreclaim:        32072 kB
KernelStack:        4256 kB
PageTables:         5164 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:     345084 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      350232 kB
VmallocChunk:   34341910524 kB
HardwareCorrupted:     0 kB
AnonHugePages:     22528 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:      140672 kB
DirectMap2M:    33404928 kB

Free space on /tmp at the end= 61988 MiB
End job on node138 at 2017-07-21 21:27:23