Trace number 4267339

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-mini 1.12? (TO) 2400.0601 2400.1101

General information on the benchmark

NameCoveringArray/CoveringArray-elt-s1/
CoveringArray-elt-3-06-2-12.xml
MD5SUM6a2428e0ea9e56c54fb162011650005e
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 variables400
Number of constraints192
Number of domains2
Minimum domain size8
Maximum domain size12
Distribution of domain sizes[{"size":8,"count":240},{"size":12,"count":160}]
Minimum variable degree2
Maximum variable degree9
Distribution of variable degrees[{"degree":2,"count":160},{"degree":9,"count":240}]
Minimum constraint arity8
Maximum constraint arity20
Distribution of constraint arities[{"arity":8,"count":20},{"arity":13,"count":160},{"arity":20,"count":12}]
Number of extensional constraints12
Number of intensional constraints0
Distribution of constraint types[{"type":"extension","count":12},{"type":"allDifferent","count":20},{"type":"element","count":160}]
Optimization problemNO
Type of objective

Solver Data

0.00/0.08	c root propagations     : 0           
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-4267339-1502615562.xml 
0.00/0.08	c ========================================[ Problem Statistics ]===========================================
0.00/0.08	c |                                                                                                       
0.00/0.08	c |  Parse time        :         0.01 s 
0.00/0.08	c |
0.00/0.08	c |               Variables: 400
0.00/0.08	c |            Domain Sizes: 8..12
0.00/0.08	c |
0.00/0.08	c |             Constraints: 192
0.00/0.08	c |                   Arity: 8..20
0.00/0.08	c | 
0.00/0.08	c |                   Types: 
0.00/0.08	c |                          All Different: 20
0.00/0.08	c |                          Element Constant: 160
0.00/0.08	c |                          Extension: 12  (nb tuples: 64..64) -- (shared: 11)
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.00/0.09	c 101            395            27719          33449          0              0              151   184   156
0.00/0.10	c 211            1854           81370          94032          0              0              62   120   89  
0.03/0.12	c 332            2939           122311         137657         0              0              66   136   110 
0.03/0.13	c 465            3446           171144         221134         0              0              68   99   84   
0.03/0.14	c 611            4192           212650         268627         0              0              128   146   135
0.03/0.16	c 771            4807           258328         339229         0              0              106   131   119
0.03/0.18	c 947            5853           327001         417631         0              0              122   161   143
0.03/0.20	c 1140           6648           392244         520485         0              0              121   144   130
0.13/0.22	c 1352           7864           469243         632352         0              0              67   145   134 
0.13/0.24	c 1585           8951           531519         715414         0              0              124   145   136
0.13/0.27	c 1841           10087          612801         816669         0              0              95   112   101 
0.13/0.30	c 2122           11287          707717         961795         0              0              86   101   93  
0.23/0.32	c 2431           12456          787048         1056774        0              0              90   110   98  
0.23/0.35	c 2770           13693          882908         1206177        0              0              64   78   71   
0.23/0.38	c 3142           15194          971686         1350198        0              0              69   93   83   
0.33/0.43	c 3551           16622          1107271        1557832        0              0              75   90   81   
0.33/0.48	c 4000           18076          1241587        1776647        0              0              76   91   81   
0.43/0.52	c 4493           19886          1388206        1996283        0              0              76   102   87  
0.43/0.59	c 5035           21959          1571655        2296204        0              0              77   98   85   
0.53/0.63	c 5631           24236          1706070        2478984        0              0              83   102   88  
0.53/0.69	c 6286           26287          1896470        2667806        0              0              66   92   74   
0.62/0.75	c 7006           29127          2073557        2962646        0              0              42   111   92  
0.72/0.81	c 7798           31940          2248673        3221474        0              0              54   94   75   
0.72/0.87	c 8669           35438          2450154        3515382        0              0              64   80   75   
0.82/0.95	c 9627           39544          2676153        3782738        0              0              61   85   75   
0.93/1.01	c 10680          42401          2878927        4006604        0              0              62   83   70   
1.03/1.16	c 11838          47107          3347305        4773697        0              0              60   86   70   
1.22/1.32	c 13111          52046          3783697        5456976        0              0              68   100   81  
1.32/1.43	c 14511          56924          4155681        6005203        0              0              73   104   88  
1.52/1.60	c 16051          61996          4620224        6827808        0              0              70   101   84  
1.62/1.75	c 17745          68071          5091438        7512500        0              0              76   110   93  
1.82/1.93	c 19608          74408          5600276        8296103        0              0              77   102   88  
2.03/2.10	c 21657          81838          6142059        9087658        0              0              82   112   97  
2.22/2.30	c 23910          89043          6745388        9974669        0              0              69   110   89  
2.52/2.60	c 26388          97170          7580514        11355739       0              0              67   101   81  
2.72/2.80	c 29113          106388         8224863        12262878       0              0              75   117   98  
2.82/2.93	c 32110          112165         8641341        12664131       0              0              78   104   84  
3.12/3.29	c 35406          121908         9694937        14548016       0              0              65   94   75   
3.72/3.80	c 39031          133726         11196069       16982868       0              0              69   103   80  
3.92/4.09	c 43018          145386         12118977       18206889       0              0              73   104   88  
4.52/4.60	c 47403          160339         13702207       20791220       0              0              67   99   84   
4.82/4.94	c 52226          188784         15123661       22034131       0              0              81   210   178 
5.32/5.43	c 57531          205160         16566492       24287251       0              0              98   133   110 
5.82/5.96	c 63366          223217         18093893       26929487       0              0              74   104   86  
6.42/6.52	c 69784          244429         19775623       29309015       0              0              76   105   91  
7.12/7.24	c 76843          272952         21864095       32639260       0              0              70   100   86  
7.72/7.82	c 84607          299796         23596407       35129129       0              0              73   96   85   
8.22/8.34	c 93147          326255         25279355       36980052       0              0              68   95   81   
8.82/8.90	c 102541         349522         27069738       39032333       0              0              60   84   69   
9.51/9.66	c 112874         374695         29296802       42093020       0              0              56   71   63   
10.61/10.77	c 124240         418214         32432614       47368235       0              0              49   82   60   
11.51/11.66	c 136742         452874         35022493       51268728       0              0              51   69   57   
12.81/12.91	c 150494         496468         38921670       55924541       0              0              42   64   53   
14.02/14.12	c 165621         570226         42803106       61258180       0              0              46   100   83  
15.21/15.34	c 182260         700086         47450509       65471432       0              0              44   194   137 
16.81/17.00	c 200562         808078         52125395       72495791       0              0              42   80   58   
18.92/19.03	c 220694         910099         58014781       81788211       0              0              48   98   66   
21.21/21.37	c 242839         981494         64998913       93228013       0              0              54   82   65   
23.41/23.51	c 267198         1060173        70880291       103025629      0              0              52   72   62   
26.11/26.20	c 293992         1186147        78672624       115587214      0              0              47   97   64   
28.02/28.11	c 323465         1269859        84534687       122587736      0              0              51   70   59   
31.21/31.30	c 355885         1653855        96032086       131297823      0              0              45   169   121 
34.21/34.32	c 391547         1769591        104335138      146186592      0              0              49   77   61   
37.21/37.34	c 430775         1925340        112986504      158494443      0              0              45   87   58   
41.11/41.26	c 473925         2155853        123568057      174222879      0              0              44   93   61   
45.81/45.93	c 521390         2390272        136752006      195490900      0              0              41   88   60   
50.61/50.71	c 573601         2879736        153008589      211326795      0              0              45   161   108 
56.31/56.45	c 631033         3180781        169018960      236807034      0              0              48   96   67   
61.61/61.76	c 694208         3405506        184640707      261349600      0              0              55   89   70   
66.31/66.46	c 763700         3628824        199114125      278182775      0              0              49   73   62   
73.61/73.71	c 840141         3973973        219347824      311323349      0              0              41   91   60   
80.41/80.53	c 924226         4361154        238648404      337524893      0              0              40   93   59   
89.80/89.91	c 1016719        4805164        264887097      379446927      0              0              39   89   57   
99.20/99.33	c 1118461        5432197        294825559      420651919      0              0              43   159   87  
110.60/110.74	c 1230377        7091337        337375143      449247513      0              0              49   187   142 
120.60/120.70	c 1353484        7516747        367271294      488623959      0              0              48   100   64  
131.80/131.98	c 1488901        8893137        415078370      522106940      0              0              47   181   133 
144.40/144.50	c 1637859        9638850        449402740      580010893      0              0              48   117   70  
159.09/159.27	c 1801712        10252337       491268089      648623001      0              0              55   82   67   
173.49/173.69	c 1981950        10975790       533722793      703392533      0              0              46   97   62   
194.19/194.39	c 2180211        13873383       606013565      754730827      0              0              37   162   120 
217.90/218.04	c 2398298        15898122       672505681      850166988      0              0              48   150   75  
242.59/242.72	c 2638193        17233683       739352541      957661475      0              0              46   94   64   
268.79/268.97	c 2902077        20563873       827573096      1041674109     0              0              52   202   137 
299.20/299.37	c 3192349        21731199       912753736      1189348888     0              0              85   140   105 
324.80/324.96	c 3511648        22937463       987356752      1300132991     0              0              60   96   75   
356.50/356.69	c 3862876        24678915       1076367463     1438164111     0              0              46   100   65  
395.50/395.61	c 4249226        29234630       1198099488     1568493633     0              0              54   165   105 
435.01/435.14	c 4674211        30994291       1311204710     1744295030     0              0              51   103   67  
480.20/480.31	c 5141694        33061278       1436968056     1948219069     0              0              44   96   61   
527.91/528.06	c 5655925        35227140       1572118396     2164384867     0              0              43   92   61   
576.20/576.34	c 6221579        37675520       1710911530     2378900884     0              0              42   111   60  
633.91/634.09	c 6843798        41155423       1869261934     2607163551     0              0              40   95   60   
702.40/702.54	c 7528238        44980669       2058444176     2899570604     0              0              37   91   58   
776.31/776.42	c 8281122        54453687       2310067518     3125105852     0              0              44   151   121 
857.41/857.59	c 9109294        58708371       2533845620     3469732438     0              0              44   94   64   
932.02/932.19	c 10020283       64688107       2772657964     3783586502     0              0              48   150   98  
1025.92/1026.02	c 11022370       69633858       3032219544     4185471158     0              0              42   100   64  
1129.21/1129.30	c 12124665       80909621       3379826253     4544351645     0              0              50   151   117 
1249.62/1249.72	c 13337189       85817908       3729038783     5094929643     0              0              46   100   69  
1379.42/1379.58	c 14670965       92652680       4091625465     5637472410     0              0              45   99   65   
1494.32/1494.45	c 16138118       103530084      4567601590     6043431988     0              0              57   170   132 
1629.03/1629.11	c 17751986       115809078      4946695301     6633816700     0              0              77   189   115 
1788.23/1788.37	c 19527240       128569255      5473984043     7271542388     0              0              64   173   120 
1962.53/1962.63	c 21480019       136018292      5963874465     8005784070     0              0              45   99   68   
2141.24/2141.32	c 23628075       151259270      6556921481     8728921569     0              0              47   151   104 
2368.64/2368.70	c 25990936       162219136      7180426084     9708082711     0              0              44   100   66  
2400.05/2400.10	
2400.05/2400.10	c *** INTERRUPTED ***
2400.05/2400.10	c restarts              : 107         
2400.05/2400.10	c conflicts             : 26346219     (10977 /sec)
2400.05/2400.10	c decisions             : 163654607    (68188 /sec)
2400.05/2400.10	c propagations          : 9866148190  (4110800 /sec)
2400.05/2400.10	c root propagations     : 0           
2400.05/2400.10	c filter calls          : 7266928856     (3027817 /sec)
2400.05/2400.10	c useless filter calls  : 4555119788     (62 %)
2400.05/2400.10	c Memory used           : 27.33 MB
2400.05/2400.10	c CPU time              : 2400.06 s
2400.05/2400.10	
2400.05/2400.10	s UNKNOWN

Verifier Data


Watcher Data

runsolver version 3.4.0 (svn: 3012) Copyright (C) 2010-2013 Olivier ROUSSEL

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.

NUMA information:
  number of nodes: 2
  memory of node 0: 16374 MiB (15412 MiB free)
  memory of node 1: 16384 MiB (15654 MiB free)
  node distances:
     10  21
     21  10

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4267339-1502615562/watcher-4267339-1502615562 -o /tmp/evaluation-result-4267339-1502615562/solver-4267339-1502615562 -C 2400 -W 2500 -M 15500 --bin-var /tmp/runsolver-exch-node124-1502597167-15986 --watchdog 2560 cosoco -lc -model -restarts HOME/instance-4267339-1502615562.xml 

running on 4 cores: 1,3,5,7

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
Linux 3.10.0-514.16.1.el7.x86_64
Starting watchdog thread
Current StackSize limit: 8192 KiB

solver pid=20521, runsolver pid=20518

[startup+0.100154 s]*
/proc/loadavg: 2.00 2.01 2.04 3/181 20522
/proc/meminfo: memFree=31811832/32770624 swapFree=67108860/67108860
[pid=20521] ppid=20518 vsize=27832 memory=4356 CPUtime=0.03 cores=1,3,5,7
/proc/20521/stat : 20521 (cosoco) R 20518 20521 11586 0 -1 4202496 1274 0 0 0 3 0 0 0 20 0 1 0 49896861 28499968 1089 18446744073709551615 4194304 5748600 140729022028320 140729022025304 4915412 0 0 1 8405026 0 0 0 17 1 0 0 7 0 0 7849824 7854664 37163008 140729022034377 140729022034472 140729022034472 140729022037966 0
/proc/20521/statm: 6958 1089 762 380 0 376 0
Current children cumulated CPU time: 0.03 s
Current children cumulated vsize: 27832 KiB
Current children cumulated memory: 4356 KiB

[startup+0.209147 s]*
/proc/loadavg: 2.00 2.01 2.04 3/181 20522
/proc/meminfo: memFree=31811832/32770624 swapFree=67108860/67108860
[pid=20521] ppid=20518 vsize=27832 memory=4356 CPUtime=0.13 cores=1,3,5,7
/proc/20521/stat : 20521 (cosoco) R 20518 20521 11586 0 -1 4202496 1281 0 0 0 13 0 0 0 20 0 1 0 49896861 28499968 1089 18446744073709551615 4194304 5748600 140729022028320 140729022025304 4894272 0 0 1 8405026 0 0 0 17 1 0 0 7 0 0 7849824 7854664 37163008 140729022034377 140729022034472 140729022034472 140729022037966 0
/proc/20521/statm: 6958 1089 762 380 0 376 0
Current children cumulated CPU time: 0.13 s
Current children cumulated vsize: 27832 KiB
Current children cumulated memory: 4356 KiB

[startup+0.308604 s]*
/proc/loadavg: 2.00 2.01 2.04 3/181 20522
/proc/meminfo: memFree=31811832/32770624 swapFree=67108860/67108860
[pid=20521] ppid=20518 vsize=27832 memory=4356 CPUtime=0.23 cores=1,3,5,7
/proc/20521/stat : 20521 (cosoco) R 20518 20521 11586 0 -1 4202496 1281 0 0 0 23 0 0 0 20 0 1 0 49896861 28499968 1089 18446744073709551615 4194304 5748600 140729022028320 140729022025304 5144157 0 0 1 8405026 0 0 0 17 1 0 0 7 0 0 7849824 7854664 37163008 140729022034377 140729022034472 140729022034472 140729022037966 0
/proc/20521/statm: 6958 1089 762 380 0 376 0
Current children cumulated CPU time: 0.23 s
Current children cumulated vsize: 27832 KiB
Current children cumulated memory: 4356 KiB

[startup+0.70026 s]
/proc/loadavg: 2.00 2.01 2.04 3/181 20522
/proc/meminfo: memFree=31811832/32770624 swapFree=67108860/67108860
[pid=20521] ppid=20518 vsize=27832 memory=4356 CPUtime=0.62 cores=1,3,5,7
/proc/20521/stat : 20521 (cosoco) R 20518 20521 11586 0 -1 4202496 1281 0 0 0 62 0 0 0 20 0 1 0 49896861 28499968 1089 18446744073709551615 4194304 5748600 140729022028320 140729022025304 4918949 0 0 1 8405026 0 0 0 17 1 0 0 7 0 0 7849824 7854664 37163008 140729022034377 140729022034472 140729022034472 140729022037966 0
/proc/20521/statm: 6958 1089 762 380 0 376 0
Current children cumulated CPU time: 0.62 s
Current children cumulated vsize: 27832 KiB
Current children cumulated memory: 4356 KiB

[startup+1.50027 s]
/proc/loadavg: 2.00 2.01 2.04 3/181 20522
/proc/meminfo: memFree=31811560/32770624 swapFree=67108860/67108860
[pid=20521] ppid=20518 vsize=27832 memory=4356 CPUtime=1.42 cores=1,3,5,7
/proc/20521/stat : 20521 (cosoco) R 20518 20521 11586 0 -1 4202496 1281 0 0 0 142 0 0 0 20 0 1 0 49896861 28499968 1089 18446744073709551615 4194304 5748600 140729022028320 140729022025720 4916236 0 0 1 8405026 0 0 0 17 1 0 0 7 0 0 7849824 7854664 37163008 140729022034377 140729022034472 140729022034472 140729022037966 0
/proc/20521/statm: 6958 1089 762 380 0 376 0
Current children cumulated CPU time: 1.42 s
Current children cumulated vsize: 27832 KiB
Current children cumulated memory: 4356 KiB

[startup+3.10863 s]
/proc/loadavg: 2.00 2.01 2.04 3/181 20522
/proc/meminfo: memFree=31811560/32770624 swapFree=67108860/67108860
[pid=20521] ppid=20518 vsize=27832 memory=4476 CPUtime=3.03 cores=1,3,5,7
/proc/20521/stat : 20521 (cosoco) R 20518 20521 11586 0 -1 4202496 1570 0 0 0 303 0 0 0 20 0 1 0 49896861 28499968 1119 18446744073709551615 4194304 5748600 140729022028320 140729022025720 4916078 0 0 1 8405026 0 0 0 17 1 0 0 7 0 0 7849824 7854664 37163008 140729022034377 140729022034472 140729022034472 140729022037966 0
/proc/20521/statm: 6958 1119 764 380 0 376 0
Current children cumulated CPU time: 3.03 s
Current children cumulated vsize: 27832 KiB
Current children cumulated memory: 4476 KiB

[startup+6.30026 s]
/proc/loadavg: 2.00 2.01 2.04 3/181 20522
/proc/meminfo: memFree=31811560/32770624 swapFree=67108860/67108860
[pid=20521] ppid=20518 vsize=27984 memory=4476 CPUtime=6.22 cores=1,3,5,7
/proc/20521/stat : 20521 (cosoco) R 20518 20521 11586 0 -1 4202496 1879 0 0 0 622 0 0 0 20 0 1 0 49896861 28655616 1119 18446744073709551615 4194304 5748600 140729022028320 140729022025720 4920181 0 0 1 8405026 0 0 0 17 1 0 0 7 0 0 7849824 7854664 37163008 140729022034377 140729022034472 140729022034472 140729022037966 0
/proc/20521/statm: 6996 1119 764 380 0 414 0
Current children cumulated CPU time: 6.22 s
Current children cumulated vsize: 27984 KiB
Current children cumulated memory: 4476 KiB

[startup+12.7003 s]
/proc/loadavg: 2.00 2.01 2.04 3/181 20522
/proc/meminfo: memFree=31811560/32770624 swapFree=67108860/67108860
[pid=20521] ppid=20518 vsize=27984 memory=4548 CPUtime=12.61 cores=1,3,5,7
/proc/20521/stat : 20521 (cosoco) R 20518 20521 11586 0 -1 4202496 2184 0 0 0 1261 0 0 0 20 0 1 0 49896861 28655616 1137 18446744073709551615 4194304 5748600 140729022028320 140729022025720 4920177 0 0 1 8405026 0 0 0 17 1 0 0 7 0 0 7849824 7854664 37163008 140729022034377 140729022034472 140729022034472 140729022037966 0
/proc/20521/statm: 6996 1137 764 380 0 414 0
Current children cumulated CPU time: 12.61 s
Current children cumulated vsize: 27984 KiB
Current children cumulated memory: 4548 KiB

[startup+25.5003 s]
/proc/loadavg: 2.00 2.01 2.04 3/181 20522
/proc/meminfo: memFree=31811560/32770624 swapFree=67108860/67108860
[pid=20521] ppid=20518 vsize=27984 memory=4548 CPUtime=25.41 cores=1,3,5,7
/proc/20521/stat : 20521 (cosoco) R 20518 20521 11586 0 -1 4202496 2798 0 0 0 2541 0 0 0 20 0 1 0 49896861 28655616 1137 18446744073709551615 4194304 5748600 140729022028320 140729022025720 4873131 0 0 1 8405026 0 0 0 17 1 0 0 7 0 0 7849824 7854664 37163008 140729022034377 140729022034472 140729022034472 140729022037966 0
/proc/20521/statm: 6996 1137 764 380 0 414 0
Current children cumulated CPU time: 25.41 s
Current children cumulated vsize: 27984 KiB
Current children cumulated memory: 4548 KiB

[startup+51.1087 s]
/proc/loadavg: 2.00 2.01 2.04 3/181 20523
/proc/meminfo: memFree=31812048/32770624 swapFree=67108860/67108860
[pid=20521] ppid=20518 vsize=27984 memory=4548 CPUtime=51.02 cores=1,3,5,7
/proc/20521/stat : 20521 (cosoco) R 20518 20521 11586 0 -1 4202496 3107 0 0 0 5102 0 0 0 20 0 1 0 49896861 28655616 1137 18446744073709551615 4194304 5748600 140729022028320 140729022025720 4873730 0 0 1 8405026 0 0 0 17 1 0 0 7 0 0 7849824 7854664 37163008 140729022034377 140729022034472 140729022034472 140729022037966 0
/proc/20521/statm: 6996 1137 764 380 0 414 0
Current children cumulated CPU time: 51.02 s
Current children cumulated vsize: 27984 KiB
Current children cumulated memory: 4548 KiB

[startup+102.3 s]
/proc/loadavg: 2.00 2.01 2.04 3/184 20539
/proc/meminfo: memFree=31807680/32770624 swapFree=67108860/67108860
[pid=20521] ppid=20518 vsize=27984 memory=4548 CPUtime=102.2 cores=1,3,5,7
/proc/20521/stat : 20521 (cosoco) R 20518 20521 11586 0 -1 4202496 3415 0 0 0 10220 0 0 0 20 0 1 0 49896861 28655616 1137 18446744073709551615 4194304 5748600 140729022028320 140729022025720 4915896 0 0 1 8405026 0 0 0 17 1 0 0 7 0 0 7849824 7854664 37163008 140729022034377 140729022034472 140729022034472 140729022037966 0
/proc/20521/statm: 6996 1137 764 380 0 414 0
Current children cumulated CPU time: 102.2 s
Current children cumulated vsize: 27984 KiB
Current children cumulated memory: 4548 KiB

[startup+162.3 s]
/proc/loadavg: 2.00 2.01 2.04 3/184 20565
/proc/meminfo: memFree=31804392/32770624 swapFree=67108860/67108860
[pid=20521] ppid=20518 vsize=27984 memory=4548 CPUtime=162.19 cores=1,3,5,7
/proc/20521/stat : 20521 (cosoco) R 20518 20521 11586 0 -1 4202496 3723 0 0 0 16219 0 0 0 20 0 1 0 49896861 28655616 1137 18446744073709551615 4194304 5748600 140729022028320 140729022025720 4920228 0 0 1 8405026 0 0 0 17 1 0 0 7 0 0 7849824 7854664 37163008 140729022034377 140729022034472 140729022034472 140729022037966 0
/proc/20521/statm: 6996 1137 764 380 0 414 0
Current children cumulated CPU time: 162.19 s
Current children cumulated vsize: 27984 KiB
Current children cumulated memory: 4548 KiB

[startup+222.3 s]
/proc/loadavg: 2.04 2.03 2.05 3/184 20567
/proc/meminfo: memFree=31805516/32770624 swapFree=67108860/67108860
[pid=20521] ppid=20518 vsize=27984 memory=4548 CPUtime=222.19 cores=1,3,5,7
/proc/20521/stat : 20521 (cosoco) R 20518 20521 11586 0 -1 4202496 4031 0 0 0 22219 0 0 0 20 0 1 0 49896861 28655616 1137 18446744073709551615 4194304 5748600 140729022028320 140729022025720 4894820 0 0 1 8405026 0 0 0 17 5 0 0 7 0 0 7849824 7854664 37163008 140729022034377 140729022034472 140729022034472 140729022037966 0
/proc/20521/statm: 6996 1137 764 380 0 414 0
Current children cumulated CPU time: 222.19 s
Current children cumulated vsize: 27984 KiB
Current children cumulated memory: 4548 KiB

[startup+282.3 s]
/proc/loadavg: 2.02 2.02 2.05 3/181 20569
/proc/meminfo: memFree=31809008/32770624 swapFree=67108860/67108860
[pid=20521] ppid=20518 vsize=27984 memory=4548 CPUtime=282.19 cores=1,3,5,7
/proc/20521/stat : 20521 (cosoco) R 20518 20521 11586 0 -1 4202496 4341 0 0 0 28219 0 0 0 20 0 1 0 49896861 28655616 1137 18446744073709551615 4194304 5748600 140729022028320 140729022025720 4894113 0 0 1 8405026 0 0 0 17 5 0 0 7 0 0 7849824 7854664 37163008 140729022034377 140729022034472 140729022034472 140729022037966 0
/proc/20521/statm: 6996 1137 764 380 0 414 0
Current children cumulated CPU time: 282.19 s
Current children cumulated vsize: 27984 KiB
Current children cumulated memory: 4548 KiB

[startup+342.3 s]
/proc/loadavg: 2.01 2.02 2.05 3/181 20571
/proc/meminfo: memFree=31808892/32770624 swapFree=67108860/67108860
[pid=20521] ppid=20518 vsize=27984 memory=4556 CPUtime=342.2 cores=1,3,5,7
/proc/20521/stat : 20521 (cosoco) R 20518 20521 11586 0 -1 4202496 4651 0 0 0 34220 0 0 0 20 0 1 0 49896861 28655616 1139 18446744073709551615 4194304 5748600 140729022028320 140729022025720 4919316 0 0 1 8405026 0 0 0 17 5 0 0 7 0 0 7849824 7854664 37163008 140729022034377 140729022034472 140729022034472 140729022037966 0
/proc/20521/statm: 6996 1139 764 380 0 414 0
Current children cumulated CPU time: 342.2 s
Current children cumulated vsize: 27984 KiB
Current children cumulated memory: 4556 KiB

[startup+402.3 s]
/proc/loadavg: 2.00 2.01 2.05 3/181 20573
/proc/meminfo: memFree=31809016/32770624 swapFree=67108860/67108860
[pid=20521] ppid=20518 vsize=27984 memory=4556 CPUtime=402.2 cores=1,3,5,7
/proc/20521/stat : 20521 (cosoco) R 20518 20521 11586 0 -1 4202496 4961 0 0 0 40220 0 0 0 20 0 1 0 49896861 28655616 1139 18446744073709551615 4194304 5748600 140729022028320 140729022025720 5144128 0 0 1 8405026 0 0 0 17 5 0 0 7 0 0 7849824 7854664 37163008 140729022034377 140729022034472 140729022034472 140729022037966 0
/proc/20521/statm: 6996 1139 764 380 0 414 0
Current children cumulated CPU time: 402.2 s
Current children cumulated vsize: 27984 KiB
Current children cumulated memory: 4556 KiB

[startup+462.3 s]
/proc/loadavg: 2.00 2.01 2.05 3/181 20575
/proc/meminfo: memFree=31809108/32770624 swapFree=67108860/67108860
[pid=20521] ppid=20518 vsize=27984 memory=4556 CPUtime=462.2 cores=1,3,5,7
/proc/20521/stat : 20521 (cosoco) R 20518 20521 11586 0 -1 4202496 5270 0 0 0 46220 0 0 0 20 0 1 0 49896861 28655616 1139 18446744073709551615 4194304 5748600 140729022028320 140729022025720 4890600 0 0 1 8405026 0 0 0 17 5 0 0 7 0 0 7849824 7854664 37163008 140729022034377 140729022034472 140729022034472 140729022037966 0
/proc/20521/statm: 6996 1139 764 380 0 414 0
Current children cumulated CPU time: 462.2 s
Current children cumulated vsize: 27984 KiB
Current children cumulated memory: 4556 KiB


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

/proc/20521/statm: 6996 1142 764 380 0 414 0
Current children cumulated CPU time: 1662.23 s
Current children cumulated vsize: 27984 KiB
Current children cumulated memory: 4568 KiB

[startup+1722.3 s]
/proc/loadavg: 2.00 2.01 2.05 3/181 20647
/proc/meminfo: memFree=31808092/32770624 swapFree=67108860/67108860
[pid=20521] ppid=20518 vsize=27984 memory=4568 CPUtime=1722.23 cores=1,3,5,7
/proc/20521/stat : 20521 (cosoco) R 20518 20521 11586 0 -1 4202496 11620 0 0 0 172223 0 0 0 20 0 1 0 49896861 28655616 1142 18446744073709551615 4194304 5748600 140729022028320 140729022025720 4915300 0 0 1 8405026 0 0 0 17 5 0 0 7 0 0 7849824 7854664 37163008 140729022034377 140729022034472 140729022034472 140729022037966 0
/proc/20521/statm: 6996 1142 764 380 0 414 0
Current children cumulated CPU time: 1722.23 s
Current children cumulated vsize: 27984 KiB
Current children cumulated memory: 4568 KiB

[startup+1782.3 s]
/proc/loadavg: 2.05 2.03 2.05 3/181 20650
/proc/meminfo: memFree=31808588/32770624 swapFree=67108860/67108860
[pid=20521] ppid=20518 vsize=27984 memory=4568 CPUtime=1782.23 cores=1,3,5,7
/proc/20521/stat : 20521 (cosoco) R 20518 20521 11586 0 -1 4202496 11914 0 0 0 178223 0 0 0 20 0 1 0 49896861 28655616 1142 18446744073709551615 4194304 5748600 140729022028320 140729022025720 5144157 0 0 1 8405026 0 0 0 17 5 0 0 7 0 0 7849824 7854664 37163008 140729022034377 140729022034472 140729022034472 140729022037966 0
/proc/20521/statm: 6996 1142 764 380 0 414 0
Current children cumulated CPU time: 1782.23 s
Current children cumulated vsize: 27984 KiB
Current children cumulated memory: 4568 KiB

[startup+1842.3 s]
/proc/loadavg: 2.02 2.02 2.05 3/181 20652
/proc/meminfo: memFree=31808712/32770624 swapFree=67108860/67108860
[pid=20521] ppid=20518 vsize=27984 memory=4568 CPUtime=1842.23 cores=1,3,5,7
/proc/20521/stat : 20521 (cosoco) R 20518 20521 11586 0 -1 4202496 12223 0 0 0 184223 0 0 0 20 0 1 0 49896861 28655616 1142 18446744073709551615 4194304 5748600 140729022028320 140729022025720 5122424 0 0 1 8405026 0 0 0 17 5 0 0 7 0 0 7849824 7854664 37163008 140729022034377 140729022034472 140729022034472 140729022037966 0
/proc/20521/statm: 6996 1142 764 380 0 414 0
Current children cumulated CPU time: 1842.23 s
Current children cumulated vsize: 27984 KiB
Current children cumulated memory: 4568 KiB

[startup+1902.3 s]
/proc/loadavg: 2.05 2.03 2.05 3/185 20732
/proc/meminfo: memFree=31784472/32770624 swapFree=67108860/67108860
[pid=20521] ppid=20518 vsize=27984 memory=4568 CPUtime=1902.23 cores=1,3,5,7
/proc/20521/stat : 20521 (cosoco) R 20518 20521 11586 0 -1 4202496 12513 0 0 0 190223 0 0 0 20 0 1 0 49896861 28655616 1142 18446744073709551615 4194304 5748600 140729022028320 140729022025720 5144157 0 0 1 8405026 0 0 0 17 5 0 0 7 0 0 7849824 7854664 37163008 140729022034377 140729022034472 140729022034472 140729022037966 0
/proc/20521/statm: 6996 1142 764 380 0 414 0
Current children cumulated CPU time: 1902.23 s
Current children cumulated vsize: 27984 KiB
Current children cumulated memory: 4568 KiB

[startup+1962.3 s]
/proc/loadavg: 2.02 2.03 2.05 3/185 20734
/proc/meminfo: memFree=31784540/32770624 swapFree=67108860/67108860
[pid=20521] ppid=20518 vsize=27984 memory=4568 CPUtime=1962.23 cores=1,3,5,7
/proc/20521/stat : 20521 (cosoco) R 20518 20521 11586 0 -1 4202496 12803 0 0 0 196223 0 0 0 20 0 1 0 49896861 28655616 1142 18446744073709551615 4194304 5748600 140729022028320 140729022025720 5144165 0 0 1 8405026 0 0 0 17 5 0 0 7 0 0 7849824 7854664 37163008 140729022034377 140729022034472 140729022034472 140729022037966 0
/proc/20521/statm: 6996 1142 764 380 0 414 0
Current children cumulated CPU time: 1962.23 s
Current children cumulated vsize: 27984 KiB
Current children cumulated memory: 4568 KiB

[startup+2022.3 s]
/proc/loadavg: 2.01 2.02 2.05 3/182 20736
/proc/meminfo: memFree=31787520/32770624 swapFree=67108860/67108860
[pid=20521] ppid=20518 vsize=27984 memory=4568 CPUtime=2022.23 cores=1,3,5,7
/proc/20521/stat : 20521 (cosoco) R 20518 20521 11586 0 -1 4202496 13114 0 0 0 202223 0 0 0 20 0 1 0 49896861 28655616 1142 18446744073709551615 4194304 5748600 140729022028320 140729022025720 4915893 0 0 1 8405026 0 0 0 17 5 0 0 7 0 0 7849824 7854664 37163008 140729022034377 140729022034472 140729022034472 140729022037966 0
/proc/20521/statm: 6996 1142 764 380 0 414 0
Current children cumulated CPU time: 2022.23 s
Current children cumulated vsize: 27984 KiB
Current children cumulated memory: 4568 KiB

[startup+2082.3 s]
/proc/loadavg: 2.00 2.02 2.05 3/182 20738
/proc/meminfo: memFree=31787740/32770624 swapFree=67108860/67108860
[pid=20521] ppid=20518 vsize=27984 memory=4568 CPUtime=2082.24 cores=1,3,5,7
/proc/20521/stat : 20521 (cosoco) R 20518 20521 11586 0 -1 4202496 13409 0 0 0 208224 0 0 0 20 0 1 0 49896861 28655616 1142 18446744073709551615 4194304 5748600 140729022028320 140729022025720 5144143 0 0 1 8405026 0 0 0 17 5 0 0 7 0 0 7849824 7854664 37163008 140729022034377 140729022034472 140729022034472 140729022037966 0
/proc/20521/statm: 6996 1142 764 380 0 414 0
Current children cumulated CPU time: 2082.24 s
Current children cumulated vsize: 27984 KiB
Current children cumulated memory: 4568 KiB

[startup+2142.3 s]
/proc/loadavg: 2.00 2.01 2.05 3/182 20740
/proc/meminfo: memFree=31787988/32770624 swapFree=67108860/67108860
[pid=20521] ppid=20518 vsize=27984 memory=4568 CPUtime=2142.24 cores=1,3,5,7
/proc/20521/stat : 20521 (cosoco) R 20518 20521 11586 0 -1 4202496 13721 0 0 0 214224 0 0 0 20 0 1 0 49896861 28655616 1142 18446744073709551615 4194304 5748600 140729022028320 140729022025720 4917897 0 0 1 8405026 0 0 0 17 5 0 0 7 0 0 7849824 7854664 37163008 140729022034377 140729022034472 140729022034472 140729022037966 0
/proc/20521/statm: 6996 1142 764 380 0 414 0
Current children cumulated CPU time: 2142.24 s
Current children cumulated vsize: 27984 KiB
Current children cumulated memory: 4568 KiB

[startup+2202.3 s]
/proc/loadavg: 2.00 2.01 2.05 3/181 20742
/proc/meminfo: memFree=31788148/32770624 swapFree=67108860/67108860
[pid=20521] ppid=20518 vsize=27984 memory=4568 CPUtime=2202.24 cores=1,3,5,7
/proc/20521/stat : 20521 (cosoco) R 20518 20521 11586 0 -1 4202496 14012 0 0 0 220224 0 0 0 20 0 1 0 49896861 28655616 1142 18446744073709551615 4194304 5748600 140729022028320 140729022025720 5000320 0 0 1 8405026 0 0 0 17 5 0 0 7 0 0 7849824 7854664 37163008 140729022034377 140729022034472 140729022034472 140729022037966 0
/proc/20521/statm: 6996 1142 764 380 0 414 0
Current children cumulated CPU time: 2202.24 s
Current children cumulated vsize: 27984 KiB
Current children cumulated memory: 4568 KiB

[startup+2262.3 s]
/proc/loadavg: 2.00 2.01 2.05 3/181 20744
/proc/meminfo: memFree=31788272/32770624 swapFree=67108860/67108860
[pid=20521] ppid=20518 vsize=27984 memory=4568 CPUtime=2262.24 cores=1,3,5,7
/proc/20521/stat : 20521 (cosoco) R 20518 20521 11586 0 -1 4202496 14303 0 0 0 226224 0 0 0 20 0 1 0 49896861 28655616 1142 18446744073709551615 4194304 5748600 140729022028320 140729022025720 4915551 0 0 1 8405026 0 0 0 17 5 0 0 7 0 0 7849824 7854664 37163008 140729022034377 140729022034472 140729022034472 140729022037966 0
/proc/20521/statm: 6996 1142 764 380 0 414 0
Current children cumulated CPU time: 2262.24 s
Current children cumulated vsize: 27984 KiB
Current children cumulated memory: 4568 KiB

[startup+2322.3 s]
/proc/loadavg: 2.00 2.01 2.05 3/181 20746
/proc/meminfo: memFree=31788660/32770624 swapFree=67108860/67108860
[pid=20521] ppid=20518 vsize=27984 memory=4568 CPUtime=2322.24 cores=1,3,5,7
/proc/20521/stat : 20521 (cosoco) R 20518 20521 11586 0 -1 4202496 14594 0 0 0 232224 0 0 0 20 0 1 0 49896861 28655616 1142 18446744073709551615 4194304 5748600 140729022028320 140729022025720 4920177 0 0 1 8405026 0 0 0 17 5 0 0 7 0 0 7849824 7854664 37163008 140729022034377 140729022034472 140729022034472 140729022037966 0
/proc/20521/statm: 6996 1142 764 380 0 414 0
Current children cumulated CPU time: 2322.24 s
Current children cumulated vsize: 27984 KiB
Current children cumulated memory: 4568 KiB

[startup+2382.3 s]
/proc/loadavg: 2.00 2.01 2.05 3/181 20748
/proc/meminfo: memFree=31788920/32770624 swapFree=67108860/67108860
[pid=20521] ppid=20518 vsize=27984 memory=4568 CPUtime=2382.24 cores=1,3,5,7
/proc/20521/stat : 20521 (cosoco) R 20518 20521 11586 0 -1 4202496 14906 0 0 0 238224 0 0 0 20 0 1 0 49896861 28655616 1142 18446744073709551615 4194304 5748600 140729022028320 140729022025720 4995458 0 0 1 8405026 0 0 0 17 5 0 0 7 0 0 7849824 7854664 37163008 140729022034377 140729022034472 140729022034472 140729022037966 0
/proc/20521/statm: 6996 1142 764 380 0 414 0
Current children cumulated CPU time: 2382.24 s
Current children cumulated vsize: 27984 KiB
Current children cumulated memory: 4568 KiB



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+2400.11 s]
/proc/loadavg: 2.00 2.01 2.05 3/181 20748
/proc/meminfo: memFree=31788920/32770624 swapFree=67108860/67108860
[pid=20521] ppid=20518 vsize=27984 memory=4568 CPUtime=2400.05 cores=1,3,5,7
/proc/20521/stat : 20521 (cosoco) R 20518 20521 11586 0 -1 4202496 15197 0 0 0 240005 0 0 0 20 0 1 0 49896861 28655616 1142 18446744073709551615 4194304 5748600 140729022028320 140729022025720 4920177 0 0 1 8405026 0 0 0 17 5 0 0 7 0 0 7849824 7854664 37163008 140729022034377 140729022034472 140729022034472 140729022037966 0
/proc/20521/statm: 6996 1142 764 380 0 414 0
Current children cumulated CPU time: 2400.05 s
Current children cumulated vsize: 27984 KiB
Current children cumulated memory: 4568 KiB

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

[startup+2400.11 s]
# the end of solver process 20521 was just reported to runsolver
# cumulated CPU time of all completed processes:  user=2400.06 s, system=0.006 s

Solver just ended.
??? end of watcher thread
Dumping a history of the last processes samples

[startup+2400.11 s]
/proc/loadavg: 2.00 2.01 2.05 3/181 20748
/proc/meminfo: memFree=31788920/32770624 swapFree=67108860/67108860
[pid=20521] ppid=20518 vsize=27984 memory=4568 CPUtime=2400.05 cores=1,3,5,7
/proc/20521/stat : 20521 (cosoco) R 20518 20521 11586 0 -1 4202496 15197 0 0 0 240005 0 0 0 20 0 1 0 49896861 28655616 1142 18446744073709551615 4194304 5748600 140729022028320 140729022025720 4920177 0 0 1 8405026 0 0 0 17 5 0 0 7 0 0 7849824 7854664 37163008 140729022034377 140729022034472 140729022034472 140729022037966 0
/proc/20521/statm: 6996 1142 764 380 0 414 0
Current children cumulated CPU time: 2400.05 s
Current children cumulated vsize: 27984 KiB
Current children cumulated memory: 4568 KiB

Child status: 1
Real time (s): 2400.11
CPU time (s): 2400.06
CPU user time (s): 2400.06
CPU system time (s): 0.006
CPU usage (%): 99.998
Max. virtual memory (cumulated for all children) (KiB): 27984
Max. memory (cumulated for all children) (KiB): 4568

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 2400.06
system time used= 0.006
maximum resident set size= 4640
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 15246
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= 713


# summary of solver processes directly reported to runsolver:
#   pid: 20521
#   total CPU time (s): 2400.06
#   total CPU user time (s): 2400.06
#   total CPU system time (s): 0.006

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 7.78248 second user time and 15.0847 second system time

The end

Launcher Data

Begin job on node124 at 2017-08-13 10:58:26
IDJOB=4267339
IDBENCH=139765
IDSOLVER=2657
FILE ID=node124/4267339-1502615562
RUNJOBID= node124-1502597167-15986
PBS_JOBID= 
Free space on /tmp= 62028 MiB

SOLVER NAME= cosoco-mini 1.12
BENCH NAME= XCSP17/CoveringArray/CoveringArray-elt-s1/CoveringArray-elt-3-06-2-12.xml
COMMAND LINE= cosoco -lc -model -restarts BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4267339-1502615562/watcher-4267339-1502615562 -o /tmp/evaluation-result-4267339-1502615562/solver-4267339-1502615562 -C 2400 -W 2500 -M 15500 --bin-var /tmp/runsolver-exch-node124-1502597167-15986 --watchdog 2560  cosoco -lc -model -restarts HOME/instance-4267339-1502615562.xml

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

MD5SUM BENCH= 6a2428e0ea9e56c54fb162011650005e
RANDOM SEED=1926645287

node124.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.51
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.51
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.51
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.51
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:        31813072 kB
MemAvailable:   31993916 kB
Buffers:          155952 kB
Cached:           314972 kB
SwapCached:            0 kB
Active:           370592 kB
Inactive:         162156 kB
Active(anon):      13124 kB
Inactive(anon):    73880 kB
Active(file):     357468 kB
Inactive(file):    88276 kB
Unevictable:           0 kB
Mlocked:               0 kB
SwapTotal:      67108860 kB
SwapFree:       67108860 kB
Dirty:              1972 kB
Writeback:             4 kB
AnonPages:         61528 kB
Mapped:            44020 kB
Shmem:             25320 kB
Slab:             128288 kB
SReclaimable:     101872 kB
SUnreclaim:        26416 kB
KernelStack:        3184 kB
PageTables:         5180 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:     334392 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      354332 kB
VmallocChunk:   34341910524 kB
HardwareCorrupted:     0 kB
AnonHugePages:     12288 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:      116096 kB
DirectMap2M:    33429504 kB

Free space on /tmp at the end= 62028 MiB
End job on node124 at 2017-08-13 11:38:26