Trace number 4242472

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 166.962 166.971

General information on the benchmark

NameBlackhole/Blackhole-m1-s04/
Blackhole-04-3-07.xml
MD5SUMb9d1641bf9ce43abb78b46afb69e9276
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.017926
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.00	c intension y[2]<y[14]  using generic constraint 
0.00/0.00	c intension y[14]<y[5]  using generic constraint 
0.00/0.00	c intension y[7]<y[10]  using generic constraint 
0.00/0.00	c intension y[10]<y[8]  using generic constraint 
0.00/0.00	c intension y[3]<y[12]  using generic constraint 
0.00/0.01	c intension y[12]<y[11]  using generic constraint 
0.00/0.01	c intension y[1]<y[4]  using generic constraint 
0.00/0.01	c intension y[4]<y[15]  using generic constraint 
0.00/0.01	c intension y[6]<y[9]  using generic constraint 
0.00/0.01	c intension y[9]<y[13]  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            190            8149           2391           32             0              18   24   19   
0.00/0.01	c 211            368            15750          7123           32             0              12   15   13   
0.00/0.01	c 332            524            23114          9856           32             0              10   14   11   
0.00/0.01	c 465            737            30702          14160          32             0              13   15   13   
0.00/0.01	c 611            984            38373          16891          32             0              11   14   13   
0.00/0.01	c 771            1215           48274          21890          32             0              12   15   13   
0.00/0.01	c 947            1474           60551          30472          32             0              12   15   13   
0.00/0.02	c 1140           1764           71849          34183          32             0              10   13   11   
0.00/0.02	c 1352           2081           83224          39749          32             0              13   15   13   
0.00/0.02	c 1585           2540           98940          45591          32             0              7   13   10    
0.00/0.02	c 1841           3109           115218         52306          32             0              14   15   14   
0.00/0.02	c 2122           3755           136002         58888          32             0              8   14   12    
0.00/0.03	c 2431           4422           155098         66945          32             0              14   15   14   
0.00/0.03	c 2770           5006           176765         77136          32             0              12   15   14   
0.00/0.03	c 3142           5773           204572         88950          32             0              7   15   12    
0.00/0.03	c 3551           6410           233961         109615         32             0              11   15   13   
0.00/0.04	c 4000           7455           279174         131656         32             0              13   15   14   
0.00/0.04	c 4493           8616           312930         144998         32             0              12   15   14   
0.00/0.05	c 5035           9689           350940         159367         32             0              8   16   12    
0.00/0.05	c 5631           10802          389976         184729         32             0              8   14   13    
0.00/0.06	c 6286           12001          430743         211762         32             0              10   14   13   
0.00/0.07	c 7006           13318          485196         244904         32             0              8   14   12    
0.00/0.07	c 7798           14672          528004         272321         32             0              10   15   13   
0.00/0.08	c 8669           16634          587163         292847         32             0              11   17   15   
0.00/0.08	c 9627           17699          627509         309095         32             0              11   15   13   
0.00/0.09	c 10680          19020          682510         335921         32             0              11   15   13   
0.00/0.09	c 11838          20518          745028         368854         32             0              10   15   13   
0.09/0.10	c 13111          22385          821066         410021         32             0              10   15   13   
0.09/0.11	c 14511          24063          895178         447479         32             0              9   15   12    
0.09/0.12	c 16051          26448          995344         513581         32             0              10   14   12   
0.09/0.13	c 17745          29540          1101811        547045         32             0              10   16   12   
0.09/0.14	c 19608          32016          1218428        611340         32             0              11   15   12   
0.09/0.16	c 21657          36311          1439521        777205         32             0              10   14   12   
0.09/0.17	c 23910          40524          1615367        849879         32             0              9   16   12    
0.09/0.18	c 26388          44026          1770402        939288         32             0              10   15   12   
0.09/0.19	c 29113          49000          1939422        991860         32             0              9   14   12    
0.19/0.21	c 32110          52996          2125245        1089886        32             0              10   15   12   
0.19/0.24	c 35406          60039          2515519        1399178        32             0              8   15   12    
0.19/0.25	c 39031          64781          2731682        1513284        32             0              9   15   12    
0.19/0.27	c 43018          71928          2994486        1595869        32             0              9   16   12    
0.29/0.30	c 47403          78183          3348048        1841717        32             0              7   15   12    
0.29/0.32	c 52226          87520          3724069        2019068        32             0              8   15   12    
0.29/0.34	c 57531          97133          4072570        2127882        32             0              9   16   12    
0.29/0.37	c 63366          104942         4496096        2404497        32             0              7   15   12    
0.29/0.40	c 69784          116607         4855638        2528773        32             0              8   15   12    
0.39/0.42	c 76843          125740         5250588        2718449        32             0              8   15   13    
0.39/0.45	c 84607          135197         5622531        2884169        32             0              8   15   13    
0.39/0.47	c 93147          144844         6030501        3079988        32             0              11   15   13   
0.49/0.51	c 102541         156269         6507410        3304117        32             0              10   15   13   
0.49/0.57	c 112874         170775         7274693        3850690        32             0              10   15   12   
0.59/0.61	c 124240         189366         8051893        4180210        32             0              7   16   12    
0.59/0.66	c 136742         212516         8839212        4426041        32             0              8   16   12    
0.69/0.72	c 150494         232043         9710306        4856118        32             0              8   15   13    
0.69/0.79	c 165621         259479         10729432       5324389        32             0              9   15   13    
0.79/0.85	c 182260         290574         11788440       5722728        32             0              7   15   13    
0.89/0.91	c 200562         322004         12854389       6042659        32             0              8   16   12    
0.89/0.97	c 220694         344158         13714924       6401039        32             0              9   15   13    
0.99/1.04	c 242839         378223         14925685       6893847        32             0              8   15   13    
1.10/1.16	c 267198         415721         16430350       7788645        32             0              9   15   13    
1.20/1.24	c 293992         453512         17836901       8329357        32             0              8   15   13    
1.29/1.37	c 323465         508349         19883311       9001016        32             0              7   15   10    
1.39/1.48	c 355885         560082         21700925       9728344        32             0              8   15   13    
1.59/1.60	c 391547         604928         23429922       10567400       32             0              10   15   13   
1.69/1.73	c 430775         655869         25446503       11367398       32             0              8   15   13    
1.89/1.92	c 473925         718040         28099607       12788293       32             0              10   14   12   
1.99/2.09	c 521390         783790         30642622       13956595       32             0              8   15   13    
2.30/2.36	c 573601         864766         34033254       16192162       32             0              10   15   12   
2.49/2.58	c 631033         938033         37236798       17815740       32             0              9   15   13    
2.79/2.86	c 694208         1051045        41582880       19804536       32             0              7   16   13    
3.19/3.21	c 763700         1173671        46447246       22338370       32             0              9   14   13    
3.49/3.50	c 840141         1289030        50934576       24272812       32             0              8   16   13    
3.89/3.96	c 924226         1429783        57079105       27848823       32             0              9   15   13    
4.29/4.32	c 1016719        1614519        63248057       29803224       32             0              6   16   11    
4.69/4.74	c 1118461        1765599        69590143       32573208       32             0              8   15   13    
5.09/5.17	c 1230377        1931927        76140598       35503029       32             0              8   16   13    
5.60/5.64	c 1353484        2128366        83945817       38300836       32             0              5   16   12    
6.09/6.15	c 1488901        2313396        91361307       41979810       32             0              7   15   13    
6.79/6.80	c 1637859        2542250        100982180      46679279       32             0              8   16   13    
7.49/7.51	c 1801712        2906818        111965985      51367219       32             0              6   15   14    
8.19/8.22	c 1981950        3324350        124491293      55497721       32             0              7   16   13    
8.90/8.96	c 2180211        3684118        135997450      60224890       32             0              8   15   14    
9.69/9.80	c 2398298        3995451        148823081      65784756       32             0              8   15   13    
10.39/10.49	c 2638193        4285947        159728066      70163458       32             0              7   15   13    
11.39/11.47	c 2902077        4682161        174897974      76332745       32             0              7   15   13    
12.29/12.31	c 3192349        5026846        187974538      81645935       32             0              7   15   13    
13.69/13.77	c 3511648        5543310        209270030      92400315       32             0              8   15   13    
14.99/15.04	c 3862876        6055365        227976719      101171131      32             0              8   15   13    
16.50/16.53	c 4249226        6596576        249588290      112098301      32             0              8   15   13    
18.59/18.63	c 4674211        7290262        279785050      127338789      32             0              7   15   13    
19.99/20.07	c 5141694        7859091        301812783      136687980      32             0              8   15   13    
22.39/22.43	c 5655925        8988941        337932924      151626482      32             0              7   15   14    
24.69/24.75	c 6221579        9729116        369898824      167795511      32             0              7   16   12    
27.39/27.42	c 6843798        11223932       416257326      183160944      32             0              6   15   12    
29.89/29.92	c 7528238        12210632       455793072      198778049      32             0              6   15   13    
33.49/33.53	c 8281122        13463655       508306192      224200788      32             0              8   15   13    
38.50/38.56	c 9109294        14795939       576314011      262840064      32             0              7   16   13    
41.49/41.53	c 10020283       15952805       621111561      282390506      32             0              7   15   13    
45.49/45.59	c 11022370       17489746       683526698      309152458      32             0              8   16   13    
52.09/52.17	c 12124665       19270356       773492231      359723691      32             0              7   16   13    
58.89/58.95	c 13337189       21355601       867228755      413031733      32             0              7   16   13    
65.39/65.40	c 14670965       23401536       958798539      461848767      32             0              7   16   12    
71.79/71.84	c 16138118       26223352       1063465139     501690174      32             0              5   17   12    
77.99/78.06	c 17751986       28380376       1154268264     545874009      32             0              7   16   13    
87.69/87.78	c 19527240       31395480       1288582555     622820625      32             0              7   16   13    
97.89/97.91	c 21480019       35223826       1425140561     702374438      32             0              8   15   13    
108.39/108.43	c 23628075       39467329       1571219816     783192226      32             0              6   16   14    
119.89/119.96	c 25990936       43076270       1733442421     870503884      32             0              6   18   13    
134.19/134.29	c 28590083       47701538       1932480274     982725331      32             0              7   18   13    
151.08/151.17	c 31449144       53357249       2164608994     1118258351     32             0              6   19   13    
165.58/165.60	c 34594111       58804725       2368023038     1225631579     32             0              6   19   13    
166.88/166.97	c solution 1
166.88/166.97	
166.88/166.97	v <instantiation type='solution'>
166.88/166.97	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>
166.88/166.97	v <values>0 7 10 1 8 3 4 15 6 9 2 13 14 5 12 11 0 3 10 5 6 13 8 1 4 9 2 15 14 11 12 7 </values>
166.88/166.97	v </instantiation>
166.88/166.97	
166.88/166.97	c restarts              : 110         
166.88/166.97	c conflicts             : 34904776     (209061 /sec)
166.88/166.97	c decisions             : 59501212     (356381 /sec)
166.88/166.97	c propagations          : 1233065155  (7385412 /sec)
166.88/166.97	c root propagations     : 90          
166.88/166.97	c filter calls          : 2391304511     (14322656 /sec)
166.88/166.97	c useless filter calls  : 1631272775     (68 %)
166.88/166.97	c Memory used           : 26.36 MB
166.88/166.97	c CPU time              : 166.96 s
166.88/166.97	
166.88/166.97	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-4242472-1500663370/watcher-4242472-1500663370 -o /tmp/evaluation-result-4242472-1500663370/solver-4242472-1500663370 -C 2400 -W 2500 -M 15500 --bin-var /tmp/runsolver-exch-node138-1500648173-9855 --watchdog 2560 HOME/cosoco -lc -model -restarts HOME/instance-4242472-1500663370.xml 

pid=11562
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: 2.00 2.01 2.05 3/242 11565
/proc/meminfo: memFree=32016032/32770624 swapFree=5908/194896
[pid=11565] ppid=11562 vsize=26992 CPUtime=0.01 cores=1,3,5,7,9,11,13,15
/proc/11565/stat : 11565 (cosoco) R 11562 11565 9822 0 -1 4202496 1087 0 0 0 1 0 0 0 20 0 1 0 1603918 27639808 898 33554432000 4194304 5970956 140724439147936 140724439144584 140286600838240 0 0 4096 8405026 0 0 0 17 13 0 0 0 0 0 8070896 8075904 10379264 140724439151809 140724439151939 140724439151939 140724439154638 0
/proc/11565/statm: 6748 898 800 434 0 112 0

[startup+0.100154 s]
/proc/loadavg: 2.00 2.01 2.05 3/242 11565
/proc/meminfo: memFree=32016032/32770624 swapFree=5908/194896
[pid=11565] ppid=11562 vsize=26992 CPUtime=0.09 cores=1,3,5,7,9,11,13,15
/proc/11565/stat : 11565 (cosoco) R 11562 11565 9822 0 -1 4202496 1087 0 0 0 9 0 0 0 20 0 1 0 1603918 27639808 898 33554432000 4194304 5970956 140724439147936 140724439145272 4994568 0 0 4096 8405026 0 0 0 17 13 0 0 0 0 0 8070896 8075904 10379264 140724439151809 140724439151939 140724439151939 140724439154638 0
/proc/11565/statm: 6748 898 800 434 0 112 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 26992

[startup+0.200285 s]
/proc/loadavg: 2.00 2.01 2.05 3/242 11565
/proc/meminfo: memFree=32016032/32770624 swapFree=5908/194896
[pid=11565] ppid=11562 vsize=26992 CPUtime=0.19 cores=1,3,5,7,9,11,13,15
/proc/11565/stat : 11565 (cosoco) R 11562 11565 9822 0 -1 4202496 1087 0 0 0 19 0 0 0 20 0 1 0 1603918 27639808 898 33554432000 4194304 5970956 140724439147936 140724439145272 4994596 0 0 4096 8405026 0 0 0 17 13 0 0 0 0 0 8070896 8075904 10379264 140724439151809 140724439151939 140724439151939 140724439154638 0
/proc/11565/statm: 6748 898 800 434 0 112 0
Current children cumulated CPU time (s) 0.19
Current children cumulated vsize (KiB) 26992

[startup+0.300233 s]
/proc/loadavg: 2.00 2.01 2.05 3/242 11565
/proc/meminfo: memFree=32016032/32770624 swapFree=5908/194896
[pid=11565] ppid=11562 vsize=26992 CPUtime=0.29 cores=1,3,5,7,9,11,13,15
/proc/11565/stat : 11565 (cosoco) R 11562 11565 9822 0 -1 4202496 1087 0 0 0 29 0 0 0 20 0 1 0 1603918 27639808 898 33554432000 4194304 5970956 140724439147936 140724439145272 4994549 0 0 4096 8405026 0 0 0 17 13 0 0 0 0 0 8070896 8075904 10379264 140724439151809 140724439151939 140724439151939 140724439154638 0
/proc/11565/statm: 6748 898 800 434 0 112 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 26992

[startup+0.700212 s]
/proc/loadavg: 2.00 2.01 2.05 3/242 11565
/proc/meminfo: memFree=32016032/32770624 swapFree=5908/194896
[pid=11565] ppid=11562 vsize=26992 CPUtime=0.69 cores=1,3,5,7,9,11,13,15
/proc/11565/stat : 11565 (cosoco) R 11562 11565 9822 0 -1 4202496 1087 0 0 0 69 0 0 0 20 0 1 0 1603918 27639808 898 33554432000 4194304 5970956 140724439147936 140724439145272 5098928 0 0 4096 8405026 0 0 0 17 13 0 0 0 0 0 8070896 8075904 10379264 140724439151809 140724439151939 140724439151939 140724439154638 0
/proc/11565/statm: 6748 898 800 434 0 112 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 26992

[startup+1.5002 s]
/proc/loadavg: 2.00 2.01 2.05 3/243 11566
/proc/meminfo: memFree=32016032/32770624 swapFree=5908/194896
[pid=11565] ppid=11562 vsize=26992 CPUtime=1.49 cores=1,3,5,7,9,11,13,15
/proc/11565/stat : 11565 (cosoco) R 11562 11565 9822 0 -1 4202496 1087 0 0 0 149 0 0 0 20 0 1 0 1603918 27639808 898 33554432000 4194304 5970956 140724439147936 140724439145272 4994503 0 0 4096 8405026 0 0 0 17 13 0 0 0 0 0 8070896 8075904 10379264 140724439151809 140724439151939 140724439151939 140724439154638 0
/proc/11565/statm: 6748 898 800 434 0 112 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 26992

[startup+3.10021 s]
/proc/loadavg: 2.00 2.01 2.05 3/243 11566
/proc/meminfo: memFree=32015604/32770624 swapFree=5908/194896
[pid=11565] ppid=11562 vsize=26992 CPUtime=3.09 cores=1,3,5,7,9,11,13,15
/proc/11565/stat : 11565 (cosoco) R 11562 11565 9822 0 -1 4202496 1110 0 0 0 309 0 0 0 20 0 1 0 1603918 27639808 898 33554432000 4194304 5970956 140724439147936 140724439145272 5320272 0 0 4096 8405026 0 0 0 17 13 0 0 0 0 0 8070896 8075904 10379264 140724439151809 140724439151939 140724439151939 140724439154638 0
/proc/11565/statm: 6748 898 800 434 0 112 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 26992

[startup+6.30021 s]
/proc/loadavg: 1.92 2.00 2.04 3/243 11566
/proc/meminfo: memFree=32014724/32770624 swapFree=5908/194896
[pid=11565] ppid=11562 vsize=26992 CPUtime=6.29 cores=1,3,5,7,9,11,13,15
/proc/11565/stat : 11565 (cosoco) R 11562 11565 9822 0 -1 4202496 1157 0 0 0 629 0 0 0 20 0 1 0 1603918 27639808 928 33554432000 4194304 5970956 140724439147936 140724439145272 4994681 0 0 4096 8405026 0 0 0 17 13 0 0 0 0 0 8070896 8075904 10379264 140724439151809 140724439151939 140724439151939 140724439154638 0
/proc/11565/statm: 6748 928 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: 1.93 2.00 2.04 3/243 11566
/proc/meminfo: memFree=32014352/32770624 swapFree=5908/194896
[pid=11565] ppid=11562 vsize=26992 CPUtime=12.69 cores=1,3,5,7,9,11,13,15
/proc/11565/stat : 11565 (cosoco) R 11562 11565 9822 0 -1 4202496 1192 0 0 0 1269 0 0 0 20 0 1 0 1603918 27639808 928 33554432000 4194304 5970956 140724439147936 140724439145272 5320930 0 0 4096 8405026 0 0 0 17 13 0 0 0 0 0 8070896 8075904 10379264 140724439151809 140724439151939 140724439151939 140724439154638 0
/proc/11565/statm: 6748 928 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: 1.95 2.00 2.04 3/243 11566
/proc/meminfo: memFree=32014352/32770624 swapFree=5908/194896
[pid=11565] ppid=11562 vsize=26992 CPUtime=25.49 cores=1,3,5,7,9,11,13,15
/proc/11565/stat : 11565 (cosoco) R 11562 11565 9822 0 -1 4202496 1262 0 0 0 2549 0 0 0 20 0 1 0 1603918 27639808 928 33554432000 4194304 5970956 140724439147936 140724439145272 4994432 0 0 4096 8405026 0 0 0 17 13 0 0 0 0 0 8070896 8075904 10379264 140724439151809 140724439151939 140724439151939 140724439154638 0
/proc/11565/statm: 6748 928 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: 1.96 2.00 2.04 3/243 11566
/proc/meminfo: memFree=32012908/32770624 swapFree=5908/194896
[pid=11565] ppid=11562 vsize=26992 CPUtime=51.09 cores=1,3,5,7,9,11,13,15
/proc/11565/stat : 11565 (cosoco) R 11562 11565 9822 0 -1 4202496 1297 0 0 0 5109 0 0 0 20 0 1 0 1603918 27639808 928 33554432000 4194304 5970956 140724439147936 140724439145272 5098896 0 0 4096 8405026 0 0 0 17 13 0 0 0 0 0 8070896 8075904 10379264 140724439151809 140724439151939 140724439151939 140724439154638 0
/proc/11565/statm: 6748 928 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: 1.98 2.00 2.04 3/243 11567
/proc/meminfo: memFree=32012816/32770624 swapFree=5908/194896
[pid=11565] ppid=11562 vsize=26992 CPUtime=102.29 cores=1,3,5,7,9,11,13,15
/proc/11565/stat : 11565 (cosoco) R 11562 11565 9822 0 -1 4202496 1332 0 0 0 10229 0 0 0 20 0 1 0 1603918 27639808 928 33554432000 4194304 5970956 140724439147936 140724439145272 5327999 0 0 4096 8405026 0 0 0 17 13 0 0 0 0 0 8070896 8075904 10379264 140724439151809 140724439151939 140724439151939 140724439154638 0
/proc/11565/statm: 6748 928 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: 1.99 2.00 2.04 3/243 11569
/proc/meminfo: memFree=32012316/32770624 swapFree=5908/195276
[pid=11565] ppid=11562 vsize=26992 CPUtime=162.28 cores=1,3,5,7,9,11,13,15
/proc/11565/stat : 11565 (cosoco) R 11562 11565 9822 0 -1 4202496 1367 0 0 0 16228 0 0 0 20 0 1 0 1603918 27639808 928 33554432000 4194304 5970956 140724439147936 140724439145272 4994596 0 0 4096 8405026 0 0 0 17 13 0 0 0 0 0 8070896 8075904 10379264 140724439151809 140724439151939 140724439151939 140724439154638 0
/proc/11565/statm: 6748 928 829 434 0 112 0
Current children cumulated CPU time (s) 162.28
Current children cumulated vsize (KiB) 26992

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

[startup+163.2 s]
/proc/loadavg: 1.99 2.00 2.04 3/243 11569
/proc/meminfo: memFree=32012316/32770624 swapFree=5908/195276
[pid=11565] ppid=11562 vsize=26992 CPUtime=163.18 cores=1,3,5,7,9,11,13,15
/proc/11565/stat : 11565 (cosoco) R 11562 11565 9822 0 -1 4202496 1367 0 0 0 16318 0 0 0 20 0 1 0 1603918 27639808 928 33554432000 4194304 5970956 140724439147936 140724439145272 5093190 0 0 4096 8405026 0 0 0 17 13 0 0 0 0 0 8070896 8075904 10379264 140724439151809 140724439151939 140724439151939 140724439154638 0
/proc/11565/statm: 6748 928 829 434 0 112 0
Current children cumulated CPU time (s) 163.18
Current children cumulated vsize (KiB) 26992

[startup+164.8 s]
/proc/loadavg: 1.99 2.00 2.04 3/243 11569
/proc/meminfo: memFree=32012316/32770624 swapFree=5908/195276
[pid=11565] ppid=11562 vsize=26992 CPUtime=164.78 cores=1,3,5,7,9,11,13,15
/proc/11565/stat : 11565 (cosoco) R 11562 11565 9822 0 -1 4202496 1367 0 0 0 16478 0 0 0 20 0 1 0 1603918 27639808 928 33554432000 4194304 5970956 140724439147936 140724439145272 4908188 0 0 4096 8405026 0 0 0 17 13 0 0 0 0 0 8070896 8075904 10379264 140724439151809 140724439151939 140724439151939 140724439154638 0
/proc/11565/statm: 6748 928 829 434 0 112 0
Current children cumulated CPU time (s) 164.78
Current children cumulated vsize (KiB) 26992

[startup+165.6 s]
/proc/loadavg: 1.99 2.00 2.04 3/243 11569
/proc/meminfo: memFree=32012316/32770624 swapFree=5908/195276
[pid=11565] ppid=11562 vsize=26992 CPUtime=165.58 cores=1,3,5,7,9,11,13,15
/proc/11565/stat : 11565 (cosoco) R 11562 11565 9822 0 -1 4202496 1367 0 0 0 16558 0 0 0 20 0 1 0 1603918 27639808 928 33554432000 4194304 5970956 140724439147936 140724439145272 5319820 0 0 4096 8405026 0 0 0 17 13 0 0 0 0 0 8070896 8075904 10379264 140724439151809 140724439151939 140724439151939 140724439154638 0
/proc/11565/statm: 6748 928 829 434 0 112 0
Current children cumulated CPU time (s) 165.58
Current children cumulated vsize (KiB) 26992

[startup+166.4 s]
/proc/loadavg: 1.99 2.00 2.04 3/243 11569
/proc/meminfo: memFree=32012316/32770624 swapFree=5908/195276
[pid=11565] ppid=11562 vsize=26992 CPUtime=166.38 cores=1,3,5,7,9,11,13,15
/proc/11565/stat : 11565 (cosoco) R 11562 11565 9822 0 -1 4202496 1367 0 0 0 16638 0 0 0 20 0 1 0 1603918 27639808 928 33554432000 4194304 5970956 140724439147936 140724439145272 5337501 0 0 4096 8405026 0 0 0 17 13 0 0 0 0 0 8070896 8075904 10379264 140724439151809 140724439151939 140724439151939 140724439154638 0
/proc/11565/statm: 6748 928 829 434 0 112 0
Current children cumulated CPU time (s) 166.38
Current children cumulated vsize (KiB) 26992

[startup+166.8 s]
/proc/loadavg: 1.99 2.00 2.04 3/243 11569
/proc/meminfo: memFree=32012316/32770624 swapFree=5908/195276
[pid=11565] ppid=11562 vsize=26992 CPUtime=166.78 cores=1,3,5,7,9,11,13,15
/proc/11565/stat : 11565 (cosoco) R 11562 11565 9822 0 -1 4202496 1367 0 0 0 16678 0 0 0 20 0 1 0 1603918 27639808 928 33554432000 4194304 5970956 140724439147936 140724439145272 4994584 0 0 4096 8405026 0 0 0 17 13 0 0 0 0 0 8070896 8075904 10379264 140724439151809 140724439151939 140724439151939 140724439154638 0
/proc/11565/statm: 6748 928 829 434 0 112 0
Current children cumulated CPU time (s) 166.78
Current children cumulated vsize (KiB) 26992

[startup+166.9 s]
/proc/loadavg: 1.99 2.00 2.04 3/243 11569
/proc/meminfo: memFree=32012316/32770624 swapFree=5908/195276
[pid=11565] ppid=11562 vsize=26992 CPUtime=166.88 cores=1,3,5,7,9,11,13,15
/proc/11565/stat : 11565 (cosoco) R 11562 11565 9822 0 -1 4202496 1367 0 0 0 16688 0 0 0 20 0 1 0 1603918 27639808 928 33554432000 4194304 5970956 140724439147936 140724439145272 4908168 0 0 4096 8405026 0 0 0 17 13 0 0 0 0 0 8070896 8075904 10379264 140724439151809 140724439151939 140724439151939 140724439154638 0
/proc/11565/statm: 6748 928 829 434 0 112 0
Current children cumulated CPU time (s) 166.88
Current children cumulated vsize (KiB) 26992

Child status: 0
Real time (s): 166.971
CPU time (s): 166.962
CPU user time (s): 166.96
CPU system time (s): 0.001999
CPU usage (%): 99.9943
Max. virtual memory (cumulated for all children) (KiB): 26992

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 166.96
system time used= 0.001999
maximum resident set size= 3784
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 1406
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= 6
involuntary context switches= 8394

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 0.598075 second user time and 0.64706 second system time

The end

Launcher Data

Begin job on node138 at 2017-07-21 20:56:10
IDJOB=4242472
IDBENCH=134559
IDSOLVER=2620
FILE ID=node138/4242472-1500663370
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-07.xml
COMMAND LINE= DIR/cosoco -lc -model -restarts BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4242472-1500663370/watcher-4242472-1500663370 -o /tmp/evaluation-result-4242472-1500663370/solver-4242472-1500663370 -C 2400 -W 2500 -M 15500 --bin-var /tmp/runsolver-exch-node138-1500648173-9855 --watchdog 2560  HOME/cosoco -lc -model -restarts HOME/instance-4242472-1500663370.xml

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

MD5SUM BENCH= b9d1641bf9ce43abb78b46afb69e9276
RANDOM SEED=339864114

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		: 1600.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		: 1867.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		: 1600.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		: 1600.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:        32016096 kB
MemAvailable:   32010216 kB
Buffers:           35428 kB
Cached:           268588 kB
SwapCached:            0 kB
Active:           175740 kB
Inactive:         203488 kB
Active(anon):      77844 kB
Inactive(anon):     8592 kB
Active(file):      97896 kB
Inactive(file):   194896 kB
Unevictable:        5908 kB
Mlocked:            5908 kB
SwapTotal:      67108860 kB
SwapFree:       67108860 kB
Dirty:              1952 kB
Writeback:             0 kB
AnonPages:        155436 kB
Mapped:            30576 kB
Shmem:              8852 kB
Slab:              66772 kB
SReclaimable:      34324 kB
SUnreclaim:        32448 kB
KernelStack:        4256 kB
PageTables:         5232 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:     344716 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      350232 kB
VmallocChunk:   34341910524 kB
HardwareCorrupted:     0 kB
AnonHugePages:     98304 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 20:58:58