Trace number 4268148

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
cosoco 1.12? (TO) 2520.0701 2519.8999

General information on the benchmark

NameOrtholatin/Ortholatin-m1-s1/
Ortholatin-019.xml
MD5SUM3d460941811377b846401dbdf8e8b024
Bench CategoryCSP (decision problem)
Best result obtained on this benchmark
Best value of the objective obtained on this benchmark
Best CPU time to get the best result obtained on this benchmark
Satisfiable
(Un)Satisfiability was proved
Number of variables1083
Number of constraints366
Number of domains2
Minimum domain size19
Maximum domain size361
Distribution of domain sizes[{"size":19,"count":722},{"size":361,"count":361}]
Minimum variable degree2
Maximum variable degree3
Distribution of variable degrees[{"degree":2,"count":1045},{"degree":3,"count":38}]
Minimum constraint arity3
Maximum constraint arity361
Distribution of constraint arities[{"arity":3,"count":361},{"arity":19,"count":2},{"arity":361,"count":3}]
Number of extensional constraints361
Number of intensional constraints0
Distribution of constraint types[{"type":"extension","count":361},{"type":"allDifferent","count":3},{"type":"instantiation","count":2}]
Optimization problemNO
Type of objective

Solver Data

0.00/0.08	c root propagations     : 9306        
0.00/0.08	c restarts enabled, print stats at every restarts
0.00/0.08	c
0.00/0.08	c
0.00/0.08	c
0.00/0.08	c This is cosoco 1.12 --  
0.00/0.08	c
0.00/0.08	c command line: cosoco -lc -model -restarts HOME/instance-4268148-1502538093.xml 
0.00/0.08	c ========================================[ Problem Statistics ]===========================================
0.00/0.08	c |                                                                                                       
0.00/0.08	c |  Parse time        :         0.02 s 
0.00/0.08	c |
0.00/0.08	c |               Variables: 1083
0.00/0.08	c |            Domain Sizes: 19..361
0.00/0.08	c |
0.00/0.08	c |             Constraints: 476
0.00/0.08	c |                   Arity: 1..361  -- Unary: 38  -- Ternary: 361
0.00/0.08	c | 
0.00/0.08	c |                   Types: 
0.00/0.08	c |                          All Different: 77
0.00/0.08	c |                          Extension: 361  (nb tuples: 361..361) -- (shared: 360)
0.00/0.08	c |                          Unary: 38
0.00/0.08	c |                          
0.00/0.08	c =========================================================================================================
0.00/0.08	c conflicts      decisions      filterCalls    propagations   Root Prop.     Nogoods        min/max/avg depth
0.04/0.14	c 101            588            8350           68935          471            0              155   454   203
0.14/0.26	c 211            1218           22569          160661         471            0              214   369   286
0.14/0.29	c 332            1495           25661          173938         471            0              154   157   153
0.24/0.33	c 465            1790           28948          187684         471            0              160   163   159
0.24/0.36	c 611            2104           32039          202128         471            0              166   169   165
0.24/0.39	c 771            2435           35590          217276         471            0              172   172   170
0.33/0.43	c 947            2785           39199          232812         471            0              175   175   174
0.33/0.46	c 1140           3155           42902          248725         471            0              178   178   177
0.43/0.51	c 1352           3562           47188          267270         471            0              193   196   192
0.43/0.56	c 1585           4032           52492          294449         471            0              196   208   204
0.63/0.70	c 1841           4751           67567          371469         471            0              202   310   251
0.73/0.80	c 2122           5421           76417          432663         471            0              1   328   301  
0.73/0.89	c 2431           6078           86018          479392         471            0              214   312   235
0.83/0.95	c 2770           6630           91479          501423         471            0              211   214   211
0.93/1.03	c 3142           7292           98672          533361         471            0              220   286   244
1.04/1.14	c 3551           8083           108600         581457         471            0              289   373   337
1.14/1.27	c 4000           9000           121578         655437         471            0              373   382   374
1.33/1.46	c 4493           10244          140030         806983         471            0              270   361   331
1.53/1.67	c 5035           11471          162467         966797         471            0              1   276   269  
1.63/1.79	c 5631           12424          173628         1017524        471            0              235   282   268
1.83/1.90	c 6286           13381          181629         1055097        471            0              243   294   287
1.93/2.05	c 7006           14483          192588         1111161        471            0              281   365   320
2.33/2.41	c 7798           16476          229034         1376405        471            0              320   392   352
2.53/2.64	c 8669           18226          252713         1531248        471            0              273   338   302
2.73/2.82	c 9627           19599          264443         1585683        471            0              1   416   379  
2.93/3.02	c 10680          21110          276960         1652487        471            0              354   455   420
3.24/3.31	c 11838          23510          308238         1960277        471            0              318   412   365
3.43/3.53	c 13111          25234          321677         2022567        471            0              358   447   407
3.73/3.82	c 14511          27418          343385         2163804        471            0              255   584   516
4.13/4.24	c 16051          30368          378619         2495332        471            0              295   529   434
4.44/4.57	c 17745          33050          407260         2699956        471            0              261   429   418
4.93/5.04	c 19608          36506          452424         3077238        471            0              335   369   351
5.33/5.41	c 21657          39306          475558         3205535        471            0              134   578   473
5.83/5.97	c 23910          44164          524353         3740519        471            0              137   515   474
6.54/6.70	c 26388          48825          590771         4204757        471            0              150   297   269
7.13/7.28	c 29113          54002          642684         4712948        471            0              153   409   324
7.74/7.87	c 32110          59768          697621         5334357        471            0              179   381   367
8.53/8.68	c 35406          65515          763180         5869545        471            0              131   557   423
9.03/9.18	c 39031          70212          790920         6058260        471            0              206   338   263
9.73/9.89	c 43018          75326          835689         6340612        471            0              212   623   451
10.53/10.66	c 47403          81123          894035         6667759        471            0              217   442   321
11.53/11.61	c 52226          88626          967988         7238311        471            0              166   516   401
12.83/12.95	c 57531          98213          1088387        8183923        471            0              1   487   361  
14.63/14.79	c 63366          108792         1264026        9419127        471            0              182   380   366
15.94/16.04	c 69784          118387         1358963        10088059       471            0              193   423   394
17.24/17.35	c 76843          129429         1467994        10935669       471            0              138   338   308
18.75/18.81	c 84607          139823         1574164        11559385       471            0              147   473   433
20.64/20.79	c 93147          154841         1738851        12991834       471            0              163   630   401
22.24/22.33	c 102541         170382         1850759        14176041       471            0              168   336   324
23.94/24.05	c 112874         185382         1982651        15254644       471            0              201   608   426
25.94/26.05	c 124240         203696         2147598        16822802       471            0              192   531   448
28.04/28.17	c 136742         223103         2287451        18313553       471            0              154   496   389
30.44/30.52	c 150494         244077         2450841        20025902       471            0              234   517   474
32.95/33.08	c 165621         264641         2611424        21471078       471            0              141   696   611
35.34/35.41	c 182260         287214         2782121        22781783       471            0              157   474   444
38.34/38.46	c 200562         315384         3063536        25183991       471            0              200   387   369
41.84/41.97	c 220694         346110         3382167        28159403       471            0              173   696   519
45.94/46.09	c 242839         385308         3749589        31655411       471            0              183   538   436
49.34/49.48	c 267198         420615         3999137        33784184       471            0              169   376   362
54.44/54.58	c 293992         462759         4448732        37488470       471            0              218   443   424
60.45/60.56	c 323465         511269         4999263        41230263       471            0              209   553   497
66.14/66.20	c 355885         563537         5499690        45815108       471            0              215   509   486
73.34/73.48	c 391547         620231         6228835        52191310       471            0              244   729   604
81.14/81.21	c 430775         681891         6984340        58906394       471            0              210   511   451
89.24/89.35	c 473925         751221         7718273        64484375       471            0              167   537   421
98.04/98.15	c 521390         826930         8484916        70230270       471            0              159   459   438
106.04/106.10	c 573601         899699         9047596        75639455       471            0              161   727   548
115.74/115.83	c 631033         979782         9868862        81372445       471            0              162   517   483
126.04/126.19	c 694208         1069900        10693302       87554593       471            0              176   661   512
138.44/138.56	c 763700         1173729        11727413       95899734       471            0              144   466   448
149.25/149.32	c 840141         1283340        12589151       103429112      471            0              153   508   435
159.95/160.02	c 924226         1394618        13380969       109469895      471            0              155   441   411
180.25/180.34	c 1016719        1546727        15058326       126107867      471            0              230   769   658
194.05/194.11	c 1118461        1696865        16062521       137724276      471            0              166   479   422
212.55/212.67	c 1230377        1861783        17763076       151612601      471            0              175   525   496
235.15/235.26	c 1353484        2053536        19730164       165619918      471            0              162   451   436
270.16/270.24	c 1488901        2319984        22909756       199082403      471            0              1   723   632  
290.56/290.69	c 1637859        2517621        24646313       211120468      471            0              182   480   463
319.46/319.56	c 1801712        2772120        27124092       231947117      471            0              252   453   434
345.66/345.73	c 1981950        3036920        29230731       249916790      471            0              162   349   336
385.37/385.45	c 2180211        3371402        32680289       275034205      471            0              200   406   384
427.67/427.74	c 2398298        3733314        35925715       308263660      471            0              143   794   633
466.87/466.92	c 2638193        4084706        39043001       332092349      471            0              219   528   434
512.58/512.69	c 2902077        4456739        42717081       357578324      471            0              233   698   556
563.48/563.59	c 3192349        4892533        47330980       394941520      471            0              144   479   453
619.69/619.77	c 3511648        5366480        51675633       428597943      471            0              158   461   448
670.29/670.33	c 3862876        5879830        55731595       464461551      471            0              134   532   510
734.50/734.59	c 4249226        6511135        60936438       515035617      471            0              152   642   556
794.90/794.96	c 4674211        7125480        65768577       554721215      471            0              144   489   433
873.52/873.57	c 5141694        7878815        71734936       616980333      471            0              195   590   489
999.42/999.47	c 5655925        9409364        83778530       805472773      471            0              202   434   418
1133.04/1133.05	c 6221579        10654505       94677747       968291815      471            0              221   586   545
1245.04/1245.05	c 6843798        11623022       103314678      1061294901     471            0              142   550   520
1372.56/1372.59	c 7528238        12782200       113673018      1166120166     471            0              139   658   611
1498.97/1498.98	c 8281122        14129809       124048285      1272712624     471            0              158   577   508
1672.88/1672.82	c 9109294        15591111       139377394      1409547528     471            0              143   659   620
1800.19/1800.15	c 10020283       16871997       148573089      1490801364     471            0              151   401   389
1998.11/1998.03	c 11022370       18713275       165235927      1713519103     471            0              144   695   562
2186.43/2186.31	c 12124665       20355467       179527782      1836385809     471            0              149   594   509
2340.84/2340.73	c 13337189       21964626       189780158      1916602505     471            0              138   581   462
2520.06/2519.90	
2520.06/2519.90	c *** INTERRUPTED ***
2520.06/2519.90	c restarts              : 100         
2520.06/2519.90	c conflicts             : 14327013     (5685 /sec)
2520.06/2519.90	c decisions             : 23555096     (9347 /sec)
2520.06/2519.90	c propagations          : 2057996512  (816647 /sec)
2520.06/2519.90	c root propagations     : 9306        
2520.06/2519.90	c filter calls          : 204269689      (81058 /sec)
2520.06/2519.90	c useless filter calls  : 144988242      (70 %)
2520.06/2519.90	c Memory used           : 38.11 MB
2520.06/2519.90	c CPU time              : 2520.06 s
2520.06/2519.90	
2520.06/2519.90	s UNKNOWN

Verifier Data


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-4268148-1502538093/watcher-4268148-1502538093 -o /tmp/evaluation-result-4268148-1502538093/solver-4268148-1502538093 -C 2520 -W 2520 -M 15500 --bin-var /tmp/runsolver-exch-node133-1502500327-28378 --watchdog 2580 cosoco -lc -model -restarts HOME/instance-4268148-1502538093.xml 

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

Enforcing CPUTime limit (soft limit, will send SIGTERM then SIGKILL): 2520 seconds
Enforcing CPUTime limit (hard limit, will send SIGXCPU): 2550 seconds
Enforcing wall clock limit (soft limit, will send SIGTERM then SIGKILL): 2520 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.06 2.05 2.05 3/185 4930
/proc/meminfo: memFree=31063584/32770624 swapFree=0/458332
[pid=4930] ppid=4927 vsize=23672 CPUtime=0 cores=1,3,5,7
/proc/4930/stat : 4930 (runsolver) D 4927 4930 28313 0 -1 4202560 107 0 0 0 0 0 0 0 20 0 1 0 101624471 24240128 108 18446744073709551615 4194304 4338465 140729517600768 140729517598408 139787081630423 0 0 1 24578 18446744071580418449 0 0 17 5 0 0 0 0 0 6438912 6441760 34189312 140729517605057 140729517605449 140729517605449 140729517608906 0
/proc/4930/statm: 5918 108 54 36 0 2156 0

[startup+0.100694 s]
/proc/loadavg: 2.06 2.05 2.05 3/185 4930
/proc/meminfo: memFree=31063584/32770624 swapFree=0/458332
[pid=4930] ppid=4927 vsize=33860 CPUtime=0.04 cores=1,3,5,7
/proc/4930/stat : 4930 (cosoco) R 4927 4930 28313 0 -1 4202496 2742 0 0 0 4 0 0 0 20 0 1 0 101624471 34672640 2548 18446744073709551615 4194304 5972588 140724054256640 140724054253304 4972203 0 0 1 8405026 0 0 0 17 7 0 0 5 0 0 8070896 8075904 17641472 140724054262254 140724054262349 140724054262349 140724054265806 0
/proc/4930/statm: 8465 2548 777 435 0 1828 0
Current children cumulated CPU time (s) 0.04
Current children cumulated vsize (KiB) 33860

[startup+0.200694 s]
/proc/loadavg: 2.06 2.05 2.05 3/185 4930
/proc/meminfo: memFree=31063584/32770624 swapFree=0/458332
[pid=4930] ppid=4927 vsize=35840 CPUtime=0.14 cores=1,3,5,7
/proc/4930/stat : 4930 (cosoco) R 4927 4930 28313 0 -1 4202496 3225 0 0 0 14 0 0 0 20 0 1 0 101624471 36700160 3010 18446744073709551615 4194304 5972588 140724054256640 140724054253944 4972625 0 0 1 8405026 0 0 0 17 7 0 0 5 0 0 8070896 8075904 17641472 140724054262254 140724054262349 140724054262349 140724054265806 0
/proc/4930/statm: 8960 3010 777 435 0 2323 0
Current children cumulated CPU time (s) 0.14
Current children cumulated vsize (KiB) 35840

[startup+0.300691 s]
/proc/loadavg: 2.06 2.05 2.05 3/185 4930
/proc/meminfo: memFree=31063584/32770624 swapFree=0/458332
[pid=4930] ppid=4927 vsize=36104 CPUtime=0.24 cores=1,3,5,7
/proc/4930/stat : 4930 (cosoco) R 4927 4930 28313 0 -1 4202496 3292 0 0 0 24 0 0 0 20 0 1 0 101624471 36970496 3076 18446744073709551615 4194304 5972588 140724054256640 140724054253944 4931747 0 0 1 8405026 0 0 0 17 5 0 0 5 0 0 8070896 8075904 17641472 140724054262254 140724054262349 140724054262349 140724054265806 0
/proc/4930/statm: 9026 3076 779 435 0 2389 0
Current children cumulated CPU time (s) 0.24
Current children cumulated vsize (KiB) 36104

[startup+0.700227 s]
/proc/loadavg: 2.06 2.05 2.05 3/185 4930
/proc/meminfo: memFree=31063584/32770624 swapFree=0/458332
[pid=4930] ppid=4927 vsize=36104 CPUtime=0.63 cores=1,3,5,7
/proc/4930/stat : 4930 (cosoco) R 4927 4930 28313 0 -1 4202496 3301 0 0 0 63 0 0 0 20 0 1 0 101624471 36970496 3142 18446744073709551615 4194304 5972588 140724054256640 140724054253944 5328641 0 0 1 8405026 0 0 0 17 5 0 0 5 0 0 8070896 8075904 17641472 140724054262254 140724054262349 140724054262349 140724054265806 0
/proc/4930/statm: 9026 3142 779 435 0 2389 0
Current children cumulated CPU time (s) 0.63
Current children cumulated vsize (KiB) 36104

[startup+1.50023 s]
/proc/loadavg: 2.06 2.05 2.05 3/186 4931
/proc/meminfo: memFree=31054020/32770624 swapFree=0/458260
[pid=4930] ppid=4927 vsize=36368 CPUtime=1.43 cores=1,3,5,7
/proc/4930/stat : 4930 (cosoco) R 4927 4930 28313 0 -1 4202496 3376 0 0 0 143 0 0 0 20 0 1 0 101624471 37240832 3208 18446744073709551615 4194304 5972588 140724054256640 140724054253944 4935428 0 0 1 8405026 0 0 0 17 5 0 0 5 0 0 8070896 8075904 17641472 140724054262254 140724054262349 140724054262349 140724054265806 0
/proc/4930/statm: 9092 3208 779 435 0 2455 0
Current children cumulated CPU time (s) 1.43
Current children cumulated vsize (KiB) 36368

[startup+3.10022 s]
/proc/loadavg: 2.06 2.05 2.05 3/186 4931
/proc/meminfo: memFree=31053400/32770624 swapFree=0/458260
[pid=4930] ppid=4927 vsize=36632 CPUtime=3.03 cores=1,3,5,7
/proc/4930/stat : 4930 (cosoco) R 4927 4930 28313 0 -1 4202496 5727 0 0 0 303 0 0 0 20 0 1 0 101624471 37511168 3235 18446744073709551615 4194304 5972588 140724054256640 140724054253304 4975104 0 0 1 8405026 0 0 0 17 5 0 0 5 0 0 8070896 8075904 17641472 140724054262254 140724054262349 140724054262349 140724054265806 0
/proc/4930/statm: 9158 3235 779 435 0 2521 0
Current children cumulated CPU time (s) 3.03
Current children cumulated vsize (KiB) 36632

[startup+6.30022 s]
/proc/loadavg: 2.06 2.05 2.05 3/186 4931
/proc/meminfo: memFree=31052624/32770624 swapFree=0/458260
[pid=4930] ppid=4927 vsize=37292 CPUtime=6.23 cores=1,3,5,7
/proc/4930/stat : 4930 (cosoco) R 4927 4930 28313 0 -1 4202496 8378 0 0 0 623 0 0 0 20 0 1 0 101624471 38187008 3418 18446744073709551615 4194304 5972588 140724054256640 140724054253944 4935454 0 0 1 8405026 0 0 0 17 5 0 0 5 0 0 8070896 8075904 17641472 140724054262254 140724054262349 140724054262349 140724054265806 0
/proc/4930/statm: 9323 3418 779 435 0 2686 0
Current children cumulated CPU time (s) 6.23
Current children cumulated vsize (KiB) 37292

[startup+12.7002 s]
/proc/loadavg: 2.05 2.05 2.05 3/186 4931
/proc/meminfo: memFree=31052004/32770624 swapFree=0/458260
[pid=4930] ppid=4927 vsize=37436 CPUtime=12.63 cores=1,3,5,7
/proc/4930/stat : 4930 (cosoco) R 4927 4930 28313 0 -1 4202496 10918 0 0 0 1263 0 0 0 20 0 1 0 101624471 38334464 3443 18446744073709551615 4194304 5972588 140724054256640 140724054253944 4979087 0 0 1 8405026 0 0 0 17 5 0 0 5 0 0 8070896 8075904 17641472 140724054262254 140724054262349 140724054262349 140724054265806 0
/proc/4930/statm: 9359 3443 779 435 0 2722 0
Current children cumulated CPU time (s) 12.63
Current children cumulated vsize (KiB) 37436

[startup+25.5003 s]
/proc/loadavg: 2.04 2.05 2.05 3/186 4932
/proc/meminfo: memFree=31051492/32770624 swapFree=0/458252
[pid=4930] ppid=4927 vsize=37832 CPUtime=25.44 cores=1,3,5,7
/proc/4930/stat : 4930 (cosoco) R 4927 4930 28313 0 -1 4202496 16175 0 0 0 2543 1 0 0 20 0 1 0 101624471 38739968 3561 18446744073709551615 4194304 5972588 140724054256640 140724054253944 4975104 0 0 1 8405026 0 0 0 17 5 0 0 5 0 0 8070896 8075904 17641472 140724054262254 140724054262349 140724054262349 140724054265806 0
/proc/4930/statm: 9458 3561 779 435 0 2821 0
Current children cumulated CPU time (s) 25.44
Current children cumulated vsize (KiB) 37832

[startup+51.1003 s]
/proc/loadavg: 2.03 2.04 2.05 3/186 4933
/proc/meminfo: memFree=31051236/32770624 swapFree=0/458264
[pid=4930] ppid=4927 vsize=38228 CPUtime=51.04 cores=1,3,5,7
/proc/4930/stat : 4930 (cosoco) R 4927 4930 28313 0 -1 4202496 17023 0 0 0 5103 1 0 0 20 0 1 0 101624471 39145472 3660 18446744073709551615 4194304 5972588 140724054256640 140724054253944 4935792 0 0 1 8405026 0 0 0 17 5 0 0 5 0 0 8070896 8075904 17641472 140724054262254 140724054262349 140724054262349 140724054265806 0
/proc/4930/statm: 9557 3660 779 435 0 2920 0
Current children cumulated CPU time (s) 51.04
Current children cumulated vsize (KiB) 38228

[startup+102.3 s]
/proc/loadavg: 2.01 2.04 2.05 3/186 4935
/proc/meminfo: memFree=31050992/32770624 swapFree=0/458256
[pid=4930] ppid=4927 vsize=38360 CPUtime=102.25 cores=1,3,5,7
/proc/4930/stat : 4930 (cosoco) R 4927 4930 28313 0 -1 4202496 17873 0 0 0 10224 1 0 0 20 0 1 0 101624471 39280640 3703 18446744073709551615 4194304 5972588 140724054256640 140724054253944 4975792 0 0 1 8405026 0 0 0 17 5 0 0 5 0 0 8070896 8075904 17641472 140724054262254 140724054262349 140724054262349 140724054265806 0
/proc/4930/statm: 9590 3703 779 435 0 2953 0
Current children cumulated CPU time (s) 102.25
Current children cumulated vsize (KiB) 38360

[startup+162.3 s]
/proc/loadavg: 2.00 2.03 2.05 3/188 4951
/proc/meminfo: memFree=31046552/32770624 swapFree=0/458264
[pid=4930] ppid=4927 vsize=38492 CPUtime=162.25 cores=1,3,5,7
/proc/4930/stat : 4930 (cosoco) R 4927 4930 28313 0 -1 4202496 18597 0 0 0 16224 1 0 0 20 0 1 0 101624471 39415808 3721 18446744073709551615 4194304 5972588 140724054256640 140724054253944 4935490 0 0 1 8405026 0 0 0 17 5 0 0 5 0 0 8070896 8075904 17641472 140724054262254 140724054262349 140724054262349 140724054265806 0
/proc/4930/statm: 9623 3721 779 435 0 2986 0
Current children cumulated CPU time (s) 162.25
Current children cumulated vsize (KiB) 38492

[startup+222.306 s]
/proc/loadavg: 2.00 2.03 2.05 3/189 4954
/proc/meminfo: memFree=31047076/32770624 swapFree=0/458292
[pid=4930] ppid=4927 vsize=38624 CPUtime=222.26 cores=1,3,5,7
/proc/4930/stat : 4930 (cosoco) R 4927 4930 28313 0 -1 4202496 18989 0 0 0 22225 1 0 0 20 0 1 0 101624471 39550976 3768 18446744073709551615 4194304 5972588 140724054256640 140724054253944 5099616 0 0 1 8405026 0 0 0 17 5 0 0 5 0 0 8070896 8075904 17641472 140724054262254 140724054262349 140724054262349 140724054265806 0
/proc/4930/statm: 9656 3768 779 435 0 3019 0
Current children cumulated CPU time (s) 222.26
Current children cumulated vsize (KiB) 38624

[startup+282.3 s]
/proc/loadavg: 2.05 2.04 2.05 3/186 4956
/proc/meminfo: memFree=31050440/32770624 swapFree=0/458296
[pid=4930] ppid=4927 vsize=38624 CPUtime=282.26 cores=1,3,5,7
/proc/4930/stat : 4930 (cosoco) R 4927 4930 28313 0 -1 4202496 18989 0 0 0 28225 1 0 0 20 0 1 0 101624471 39550976 3768 18446744073709551615 4194304 5972588 140724054256640 140724054253944 4975246 0 0 1 8405026 0 0 0 17 5 0 0 5 0 0 8070896 8075904 17641472 140724054262254 140724054262349 140724054262349 140724054265806 0
/proc/4930/statm: 9656 3768 779 435 0 3019 0
Current children cumulated CPU time (s) 282.26
Current children cumulated vsize (KiB) 38624

[startup+342.3 s]
/proc/loadavg: 2.02 2.03 2.05 3/186 4958
/proc/meminfo: memFree=31050692/32770624 swapFree=0/458300
[pid=4930] ppid=4927 vsize=38624 CPUtime=342.26 cores=1,3,5,7
/proc/4930/stat : 4930 (cosoco) R 4927 4930 28313 0 -1 4202496 19330 0 0 0 34225 1 0 0 20 0 1 0 101624471 39550976 3768 18446744073709551615 4194304 5972588 140724054256640 140724054253944 4970892 0 0 1 8405026 0 0 0 17 5 0 0 5 0 0 8070896 8075904 17641472 140724054262254 140724054262349 140724054262349 140724054265806 0
/proc/4930/statm: 9656 3768 779 435 0 3019 0
Current children cumulated CPU time (s) 342.26
Current children cumulated vsize (KiB) 38624

[startup+402.3 s]
/proc/loadavg: 2.01 2.03 2.05 3/186 4960
/proc/meminfo: memFree=31050532/32770624 swapFree=0/458312
[pid=4930] ppid=4927 vsize=38624 CPUtime=402.27 cores=1,3,5,7
/proc/4930/stat : 4930 (cosoco) R 4927 4930 28313 0 -1 4202496 19340 0 0 0 40226 1 0 0 20 0 1 0 101624471 39550976 3768 18446744073709551615 4194304 5972588 140724054256640 140724054253944 4971580 0 0 1 8405026 0 0 0 17 5 0 0 5 0 0 8070896 8075904 17641472 140724054262254 140724054262349 140724054262349 140724054265806 0
/proc/4930/statm: 9656 3768 779 435 0 3019 0
Current children cumulated CPU time (s) 402.27
Current children cumulated vsize (KiB) 38624

[startup+462.3 s]
/proc/loadavg: 2.00 2.02 2.05 3/186 4962
/proc/meminfo: memFree=31050412/32770624 swapFree=0/458324
[pid=4930] ppid=4927 vsize=38624 CPUtime=462.27 cores=1,3,5,7
/proc/4930/stat : 4930 (cosoco) R 4927 4930 28313 0 -1 4202496 19701 0 0 0 46226 1 0 0 20 0 1 0 101624471 39550976 3774 18446744073709551615 4194304 5972588 140724054256640 140724054253944 4970835 0 0 1 8405026 0 0 0 17 5 0 0 5 0 0 8070896 8075904 17641472 140724054262254 140724054262349 140724054262349 140724054265806 0
/proc/4930/statm: 9656 3774 779 435 0 3019 0
Current children cumulated CPU time (s) 462.27
Current children cumulated vsize (KiB) 38624

[startup+522.3 s]
/proc/loadavg: 2.00 2.01 2.05 3/186 4965
/proc/meminfo: memFree=31050260/32770624 swapFree=0/458332
[pid=4930] ppid=4927 vsize=38624 CPUtime=522.28 cores=1,3,5,7
/proc/4930/stat : 4930 (cosoco) R 4927 4930 28313 0 -1 4202496 19711 0 0 0 52227 1 0 0 20 0 1 0 101624471 39550976 3774 18446744073709551615 4194304 5972588 140724054256640 140724054253944 5099648 0 0 1 8405026 0 0 0 17 5 0 0 5 0 0 8070896 8075904 17641472 140724054262254 140724054262349 140724054262349 140724054265806 0
/proc/4930/statm: 9656 3774 779 435 0 3019 0
Current children cumulated CPU time (s) 522.28
Current children cumulated vsize (KiB) 38624

[startup+582.3 s]
/proc/loadavg: 2.08 2.03 2.05 3/186 4967
/proc/meminfo: memFree=31049580/32770624 swapFree=0/458340
[pid=4930] ppid=4927 vsize=38624 CPUtime=582.28 cores=1,3,5,7
/proc/4930/stat : 4930 (cosoco) R 4927 4930 28313 0 -1 4202496 20070 0 0 0 58227 1 0 0 20 0 1 0 101624471 39550976 3786 18446744073709551615 4194304 5972588 140724054256640 140724054253944 4975114 0 0 1 8405026 0 0 0 17 5 0 0 5 0 0 8070896 8075904 17641472 140724054262254 140724054262349 140724054262349 140724054265806 0
/proc/4930/statm: 9656 3786 779 435 0 3019 0
Current children cumulated CPU time (s) 582.28
Current children cumulated vsize (KiB) 38624


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


[startup+1662.3 s]
/proc/loadavg: 2.00 2.01 2.05 3/186 5037
/proc/meminfo: memFree=31048144/32770624 swapFree=0/458500
[pid=4930] ppid=4927 vsize=38756 CPUtime=1662.38 cores=1,3,5,7
/proc/4930/stat : 4930 (cosoco) R 4927 4930 28313 0 -1 4202496 23361 0 0 0 166237 1 0 0 20 0 1 0 101624471 39686144 3807 18446744073709551615 4194304 5972588 140724054256640 140724054253944 4971586 0 0 1 8405026 0 0 0 17 5 0 0 5 0 0 8070896 8075904 17641472 140724054262254 140724054262349 140724054262349 140724054265806 0
/proc/4930/statm: 9689 3807 779 435 0 3052 0
Current children cumulated CPU time (s) 1662.38
Current children cumulated vsize (KiB) 38756

[startup+1722.3 s]
/proc/loadavg: 1.95 2.00 2.04 3/186 5100
/proc/meminfo: memFree=31061376/32770624 swapFree=0/458520
[pid=4930] ppid=4927 vsize=38756 CPUtime=1722.39 cores=1,3,5,7
/proc/4930/stat : 4930 (cosoco) R 4927 4930 28313 0 -1 4202496 23419 0 0 0 172238 1 0 0 20 0 1 0 101624471 39686144 3807 18446744073709551615 4194304 5972588 140724054256640 140724054253944 4975792 0 0 1 8405026 0 0 0 17 5 0 0 5 0 0 8070896 8075904 17641472 140724054262254 140724054262349 140724054262349 140724054265806 0
/proc/4930/statm: 9689 3807 779 435 0 3052 0
Current children cumulated CPU time (s) 1722.39
Current children cumulated vsize (KiB) 38756

[startup+1782.3 s]
/proc/loadavg: 1.98 2.00 2.04 3/186 5102
/proc/meminfo: memFree=31062120/32770624 swapFree=0/458528
[pid=4930] ppid=4927 vsize=38756 CPUtime=1782.39 cores=1,3,5,7
/proc/4930/stat : 4930 (cosoco) R 4927 4930 28313 0 -1 4202496 23730 0 0 0 178238 1 0 0 20 0 1 0 101624471 39686144 3807 18446744073709551615 4194304 5972588 140724054256640 140724054253944 5099616 0 0 1 8405026 0 0 0 17 5 0 0 5 0 0 8070896 8075904 17641472 140724054262254 140724054262349 140724054262349 140724054265806 0
/proc/4930/statm: 9689 3807 779 435 0 3052 0
Current children cumulated CPU time (s) 1782.39
Current children cumulated vsize (KiB) 38756

[startup+1842.3 s]
/proc/loadavg: 1.99 2.00 2.04 3/186 5105
/proc/meminfo: memFree=31061504/32770624 swapFree=0/458536
[pid=4930] ppid=4927 vsize=38756 CPUtime=1842.4 cores=1,3,5,7
/proc/4930/stat : 4930 (cosoco) R 4927 4930 28313 0 -1 4202496 23802 0 0 0 184239 1 0 0 20 0 1 0 101624471 39686144 3807 18446744073709551615 4194304 5972588 140724054256640 140724054253944 4972030 0 0 1 8405026 0 0 0 17 5 0 0 5 0 0 8070896 8075904 17641472 140724054262254 140724054262349 140724054262349 140724054265806 0
/proc/4930/statm: 9689 3807 779 435 0 3052 0
Current children cumulated CPU time (s) 1842.4
Current children cumulated vsize (KiB) 38756

[startup+1902.3 s]
/proc/loadavg: 2.00 2.00 2.04 3/186 5108
/proc/meminfo: memFree=31061816/32770624 swapFree=0/458540
[pid=4930] ppid=4927 vsize=38756 CPUtime=1902.4 cores=1,3,5,7
/proc/4930/stat : 4930 (cosoco) R 4927 4930 28313 0 -1 4202496 24154 0 0 0 190239 1 0 0 20 0 1 0 101624471 39686144 3807 18446744073709551615 4194304 5972588 140724054256640 140724054253944 4978114 0 0 1 8405026 0 0 0 17 5 0 0 5 0 0 8070896 8075904 17641472 140724054262254 140724054262349 140724054262349 140724054265806 0
/proc/4930/statm: 9689 3807 779 435 0 3052 0
Current children cumulated CPU time (s) 1902.4
Current children cumulated vsize (KiB) 38756

[startup+1962.3 s]
/proc/loadavg: 2.05 2.01 2.05 3/189 5124
/proc/meminfo: memFree=31057568/32770624 swapFree=0/458544
[pid=4930] ppid=4927 vsize=38756 CPUtime=1962.41 cores=1,3,5,7
/proc/4930/stat : 4930 (cosoco) R 4927 4930 28313 0 -1 4202496 24154 0 0 0 196240 1 0 0 20 0 1 0 101624471 39686144 3807 18446744073709551615 4194304 5972588 140724054256640 140724054253944 4977632 0 0 1 8405026 0 0 0 17 5 0 0 5 0 0 8070896 8075904 17641472 140724054262254 140724054262349 140724054262349 140724054265806 0
/proc/4930/statm: 9689 3807 779 435 0 3052 0
Current children cumulated CPU time (s) 1962.41
Current children cumulated vsize (KiB) 38756

[startup+2022.3 s]
/proc/loadavg: 2.02 2.01 2.05 3/189 5150
/proc/meminfo: memFree=31056368/32770624 swapFree=0/458532
[pid=4930] ppid=4927 vsize=38756 CPUtime=2022.42 cores=1,3,5,7
/proc/4930/stat : 4930 (cosoco) R 4927 4930 28313 0 -1 4202496 24549 0 0 0 202241 1 0 0 20 0 1 0 101624471 39686144 3818 18446744073709551615 4194304 5972588 140724054256640 140724054253944 5099648 0 0 1 8405026 0 0 0 17 5 0 0 5 0 0 8070896 8075904 17641472 140724054262254 140724054262349 140724054262349 140724054265806 0
/proc/4930/statm: 9689 3818 779 435 0 3052 0
Current children cumulated CPU time (s) 2022.42
Current children cumulated vsize (KiB) 38756

[startup+2082.3 s]
/proc/loadavg: 2.01 2.01 2.05 3/189 5152
/proc/meminfo: memFree=31057584/32770624 swapFree=0/458560
[pid=4930] ppid=4927 vsize=38756 CPUtime=2082.43 cores=1,3,5,7
/proc/4930/stat : 4930 (cosoco) R 4927 4930 28313 0 -1 4202496 24549 0 0 0 208242 1 0 0 20 0 1 0 101624471 39686144 3818 18446744073709551615 4194304 5972588 140724054256640 140724054253944 4978087 0 0 1 8405026 0 0 0 17 5 0 0 5 0 0 8070896 8075904 17641472 140724054262254 140724054262349 140724054262349 140724054265806 0
/proc/4930/statm: 9689 3818 779 435 0 3052 0
Current children cumulated CPU time (s) 2082.43
Current children cumulated vsize (KiB) 38756

[startup+2142.3 s]
/proc/loadavg: 2.00 2.01 2.05 3/186 5154
/proc/meminfo: memFree=31061740/32770624 swapFree=0/458588
[pid=4930] ppid=4927 vsize=38756 CPUtime=2142.43 cores=1,3,5,7
/proc/4930/stat : 4930 (cosoco) R 4927 4930 28313 0 -1 4202496 24864 0 0 0 214242 1 0 0 20 0 1 0 101624471 39686144 3818 18446744073709551615 4194304 5972588 140724054256640 140724054253944 4975784 0 0 1 8405026 0 0 0 17 5 0 0 5 0 0 8070896 8075904 17641472 140724054262254 140724054262349 140724054262349 140724054265806 0
/proc/4930/statm: 9689 3818 779 435 0 3052 0
Current children cumulated CPU time (s) 2142.43
Current children cumulated vsize (KiB) 38756

[startup+2202.31 s]
/proc/loadavg: 2.00 2.01 2.05 3/185 5157
/proc/meminfo: memFree=31061888/32770624 swapFree=0/458592
[pid=4930] ppid=4927 vsize=38756 CPUtime=2202.44 cores=1,3,5,7
/proc/4930/stat : 4930 (cosoco) R 4927 4930 28313 0 -1 4202496 24947 0 0 0 220243 1 0 0 20 0 1 0 101624471 39686144 3818 18446744073709551615 4194304 5972588 140724054256640 140724054253944 4978757 0 0 1 8405026 0 0 0 17 5 0 0 5 0 0 8070896 8075904 17641472 140724054262254 140724054262349 140724054262349 140724054265806 0
/proc/4930/statm: 9689 3818 779 435 0 3052 0
Current children cumulated CPU time (s) 2202.44
Current children cumulated vsize (KiB) 38756

[startup+2262.3 s]
/proc/loadavg: 2.00 2.01 2.05 3/186 5160
/proc/meminfo: memFree=31061804/32770624 swapFree=0/458596
[pid=4930] ppid=4927 vsize=38756 CPUtime=2262.44 cores=1,3,5,7
/proc/4930/stat : 4930 (cosoco) R 4927 4930 28313 0 -1 4202496 25250 0 0 0 226243 1 0 0 20 0 1 0 101624471 39686144 3818 18446744073709551615 4194304 5972588 140724054256640 140724054253944 4975664 0 0 1 8405026 0 0 0 17 5 0 0 5 0 0 8070896 8075904 17641472 140724054262254 140724054262349 140724054262349 140724054265806 0
/proc/4930/statm: 9689 3818 779 435 0 3052 0
Current children cumulated CPU time (s) 2262.44
Current children cumulated vsize (KiB) 38756

[startup+2322.3 s]
/proc/loadavg: 2.00 2.01 2.05 3/186 5162
/proc/meminfo: memFree=31061932/32770624 swapFree=0/458612
[pid=4930] ppid=4927 vsize=38756 CPUtime=2322.44 cores=1,3,5,7
/proc/4930/stat : 4930 (cosoco) R 4927 4930 28313 0 -1 4202496 25255 0 0 0 232243 1 0 0 20 0 1 0 101624471 39686144 3818 18446744073709551615 4194304 5972588 140724054256640 140724054253944 4975600 0 0 1 8405026 0 0 0 17 5 0 0 5 0 0 8070896 8075904 17641472 140724054262254 140724054262349 140724054262349 140724054265806 0
/proc/4930/statm: 9689 3818 779 435 0 3052 0
Current children cumulated CPU time (s) 2322.44
Current children cumulated vsize (KiB) 38756

[startup+2382.3 s]
/proc/loadavg: 2.00 2.01 2.05 3/186 5164
/proc/meminfo: memFree=31061372/32770624 swapFree=0/458620
[pid=4930] ppid=4927 vsize=38756 CPUtime=2382.45 cores=1,3,5,7
/proc/4930/stat : 4930 (cosoco) R 4927 4930 28313 0 -1 4202496 25652 0 0 0 238244 1 0 0 20 0 1 0 101624471 39686144 3818 18446744073709551615 4194304 5972588 140724054256640 140724054253944 4975104 0 0 1 8405026 0 0 0 17 5 0 0 5 0 0 8070896 8075904 17641472 140724054262254 140724054262349 140724054262349 140724054265806 0
/proc/4930/statm: 9689 3818 779 435 0 3052 0
Current children cumulated CPU time (s) 2382.45
Current children cumulated vsize (KiB) 38756

[startup+2442.3 s]
/proc/loadavg: 2.00 2.01 2.05 3/186 5166
/proc/meminfo: memFree=31061008/32770624 swapFree=0/458628
[pid=4930] ppid=4927 vsize=38888 CPUtime=2442.45 cores=1,3,5,7
/proc/4930/stat : 4930 (cosoco) R 4927 4930 28313 0 -1 4202496 25659 0 0 0 244244 1 0 0 20 0 1 0 101624471 39821312 3818 18446744073709551615 4194304 5972588 140724054256640 140724054253304 4978839 0 0 1 8405026 0 0 0 17 5 0 0 5 0 0 8070896 8075904 17641472 140724054262254 140724054262349 140724054262349 140724054265806 0
/proc/4930/statm: 9722 3818 779 435 0 3085 0
Current children cumulated CPU time (s) 2442.45
Current children cumulated vsize (KiB) 38888

[startup+2502.3 s]
/proc/loadavg: 2.00 2.01 2.05 3/186 5169
/proc/meminfo: memFree=31060972/32770624 swapFree=0/458632
[pid=4930] ppid=4927 vsize=39020 CPUtime=2502.46 cores=1,3,5,7
/proc/4930/stat : 4930 (cosoco) R 4927 4930 28313 0 -1 4202496 26033 0 0 0 250245 1 0 0 20 0 1 0 101624471 39956480 3835 18446744073709551615 4194304 5972588 140724054256640 140724054253304 5099616 0 0 1 8405026 0 0 0 17 5 0 0 5 0 0 8070896 8075904 17641472 140724054262254 140724054262349 140724054262349 140724054265806 0
/proc/4930/statm: 9755 3835 779 435 0 3118 0
Current children cumulated CPU time (s) 2502.46
Current children cumulated vsize (KiB) 39020



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+2519.9 s]
/proc/loadavg: 2.00 2.01 2.05 3/185 5169
/proc/meminfo: memFree=31061112/32770624 swapFree=0/458632
[pid=4930] ppid=4927 vsize=39020 CPUtime=2520.06 cores=1,3,5,7
/proc/4930/stat : 4930 (cosoco) R 4927 4930 28313 0 -1 4202496 26035 0 0 0 252005 1 0 0 20 0 1 0 101624471 39956480 3835 18446744073709551615 4194304 5972588 140724054256640 140724054253304 4971055 0 0 1 8405026 0 0 0 17 5 0 0 5 0 0 8070896 8075904 17641472 140724054262254 140724054262349 140724054262349 140724054265806 0
/proc/4930/statm: 9755 3835 779 435 0 3118 0
Current children cumulated CPU time (s) 2520.06
Current children cumulated vsize (KiB) 39020

Sending SIGTERM to process tree (bottom up)
Sleeping 2 seconds

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

[startup+2519.9 s]
/proc/loadavg: 2.00 2.01 2.05 3/185 5169
/proc/meminfo: memFree=31061112/32770624 swapFree=0/458632
[pid=4930] ppid=4927 vsize=39020 CPUtime=2520.06 cores=1,3,5,7
/proc/4930/stat : 4930 (cosoco) R 4927 4930 28313 0 -1 4202496 26035 0 0 0 252005 1 0 0 20 0 1 0 101624471 39956480 3835 18446744073709551615 4194304 5972588 140724054256640 140724054253304 4971055 0 0 1 8405026 0 0 0 17 5 0 0 5 0 0 8070896 8075904 17641472 140724054262254 140724054262349 140724054262349 140724054265806 0
/proc/4930/statm: 9755 3835 779 435 0 3118 0
Current children cumulated CPU time (s) 2520.06
Current children cumulated vsize (KiB) 39020

Child status: 1
Real time (s): 2519.9
CPU time (s): 2520.07
CPU user time (s): 2520.06
CPU system time (s): 0.015001
CPU usage (%): 100.007
Max. virtual memory (cumulated for all children) (KiB): 39020

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 2520.06
system time used= 0.015001
maximum resident set size= 15492
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 26080
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= 15
involuntary context switches= 714

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 6.2562 second user time and 8.3243 second system time

The end

Launcher Data

Begin job on node133 at 2017-08-12 13:27:25
IDJOB=4268148
IDBENCH=133170
IDSOLVER=2658
FILE ID=node133/4268148-1502538093
RUNJOBID= node133-1502500327-28378
PBS_JOBID= 
Free space on /tmp= 62028 MiB

SOLVER NAME= cosoco 1.12
BENCH NAME= XCSP17/Ortholatin/Ortholatin-m1-s1/Ortholatin-019.xml
COMMAND LINE= cosoco -lc -model -restarts BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4268148-1502538093/watcher-4268148-1502538093 -o /tmp/evaluation-result-4268148-1502538093/solver-4268148-1502538093 -C 2520 -W 2520 -M 15500 --bin-var /tmp/runsolver-exch-node133-1502500327-28378 --watchdog 2580  cosoco -lc -model -restarts HOME/instance-4268148-1502538093.xml

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

MD5SUM BENCH= 3d460941811377b846401dbdf8e8b024
RANDOM SEED=22055739

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

/sys/devices/system/cpu/cpu0/cpufreq/scaling_governor:
performance

/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		: 2668.000
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 0
cpu cores	: 4
apicid		: 0
initial apicid	: 0
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic 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.17
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		: 2668.000
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 0
cpu cores	: 4
apicid		: 16
initial apicid	: 16
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic 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		: 2668.000
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 1
cpu cores	: 4
apicid		: 2
initial apicid	: 2
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic 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.17
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		: 2668.000
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 1
cpu cores	: 4
apicid		: 18
initial apicid	: 18
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic 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		: 2668.000
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 2
cpu cores	: 4
apicid		: 4
initial apicid	: 4
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic 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.17
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		: 2668.000
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 2
cpu cores	: 4
apicid		: 20
initial apicid	: 20
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic 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		: 2668.000
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 3
cpu cores	: 4
apicid		: 6
initial apicid	: 6
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic 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.17
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		: 2668.000
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 3
cpu cores	: 4
apicid		: 22
initial apicid	: 22
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic 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:        31063792 kB
MemAvailable:   31954564 kB
Buffers:          305836 kB
Cached:           886344 kB
SwapCached:            0 kB
Active:           771084 kB
Inactive:         499592 kB
Active(anon):      78848 kB
Inactive(anon):    41304 kB
Active(file):     692236 kB
Inactive(file):   458288 kB
Unevictable:           0 kB
Mlocked:               0 kB
SwapTotal:      67108860 kB
SwapFree:       67108860 kB
Dirty:              2420 kB
Writeback:            36 kB
AnonPages:         76244 kB
Mapped:            55272 kB
Shmem:             41660 kB
Slab:             139344 kB
SReclaimable:     112164 kB
SUnreclaim:        27180 kB
KernelStack:        3248 kB
PageTables:         5084 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:     348164 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      354332 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:      132480 kB
DirectMap2M:    33413120 kB

Free space on /tmp at the end= 62028 MiB
End job on node133 at 2017-08-12 14:09:25