Trace number 4297989

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) 2519.87 2520.01

General information on the benchmark

NameColouredQueens/
ColouredQueens-13_c18.xml
MD5SUM3785e9b0b2758b612fcaaefab5873f44
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 variables169
Number of constraints72
Number of domains1
Minimum domain size13
Maximum domain size13
Distribution of domain sizes[{"size":13,"count":169}]
Minimum variable degree3
Maximum variable degree4
Distribution of variable degrees[{"degree":3,"count":4},{"degree":4,"count":165}]
Minimum constraint arity2
Maximum constraint arity13
Distribution of constraint arities[{"arity":2,"count":4},{"arity":3,"count":4},{"arity":4,"count":4},{"arity":5,"count":4},{"arity":6,"count":4},{"arity":7,"count":4},{"arity":8,"count":4},{"arity":9,"count":4},{"arity":10,"count":4},{"arity":11,"count":4},{"arity":12,"count":4},{"arity":13,"count":28}]
Number of extensional constraints0
Number of intensional constraints0
Distribution of constraint types[{"type":"allDifferent","count":72}]
Optimization problemNO
Type of objective

Solver Data

0.00/0.05	c root propagations     : 0           
0.00/0.05	c restarts enabled, print stats at every restarts
0.00/0.05	c
0.00/0.05	c
0.00/0.05	c
0.00/0.05	c This is cosoco 1.12 --  
0.00/0.05	c
0.00/0.05	c command line: HOME/cosoco -lc -model -restarts HOME/instance-4297989-1532741135.xml 
0.00/0.05	c ========================================[ Problem Statistics ]===========================================
0.00/0.05	c |                                                                                                       
0.00/0.05	c |  Parse time        :         0.00 s 
0.00/0.05	c |
0.00/0.05	c |               Variables: 169
0.00/0.05	c |            Domain Sizes: 13..13
0.00/0.05	c |
0.00/0.05	c |             Constraints: 72
0.00/0.05	c |                   Arity: 2..13  -- Binary: 4  -- Ternary: 4
0.00/0.05	c | 
0.00/0.05	c |                   Types: 
0.00/0.05	c |                          (X != Y): 4
0.00/0.05	c |                          All Different: 68
0.00/0.05	c |                          
0.00/0.05	c =========================================================================================================
0.00/0.05	c conflicts      decisions      filterCalls    propagations   Root Prop.     Nogoods        min/max/avg depth
0.00/0.09	c 101            435            21996          33310          0              0              45   82   71   
0.06/0.12	c 211            827            42431          64145          0              0              65   82   72   
0.06/0.16	c 332            1279           63580          89728          0              0              63   79   69   
0.06/0.21	c 465            1790           91808          131560         0              0              67   88   74   
0.17/0.26	c 611            2285           118696         180691         0              0              63   86   75   
0.17/0.30	c 771            2778           141921         217412         0              0              62   90   79   
0.27/0.38	c 947            3532           182584         277158         0              0              67   93   75   
0.37/0.44	c 1140           4154           216669         333309         0              0              63   85   73   
0.47/0.52	c 1352           5000           264103         404750         0              0              66   91   78   
0.47/0.57	c 1585           5671           292042         447663         0              0              65   82   72   
0.55/0.65	c 1841           6704           336426         523473         0              0              59   88   78   
0.65/0.75	c 2122           7580           387086         620620         0              0              61   78   70   
0.75/0.88	c 2431           8693           458948         725179         0              0              65   90   75   
0.85/0.99	c 2770           9705           521748         830350         0              0              66   85   76   
1.05/1.11	c 3142           10948          589759         934153         0              0              62   88   76   
1.15/1.20	c 3551           12021          642170         1011915        0              0              65   82   75   
1.25/1.36	c 4000           13616          729873         1143090        0              0              56   83   73   
1.45/1.55	c 4493           15498          835364         1300170        0              0              57   89   72   
1.65/1.70	c 5035           17173          924626         1433500        0              0              60   85   73   
1.75/1.89	c 5631           19105          1029661        1600561        0              0              60   88   73   
1.95/2.09	c 6286           21093          1144466        1768813        0              0              64   86   76   
2.25/2.35	c 7006           23763          1285013        1987792        0              0              66   95   81   
2.55/2.60	c 7798           26291          1424091        2210737        0              0              48   98   79   
2.75/2.89	c 8669           29165          1585544        2465453        0              0              65   88   77   
3.05/3.16	c 9627           32246          1738583        2711766        0              0              63   96   78   
3.44/3.54	c 10680          35550          1947589        3048326        0              0              68   93   81   
3.74/3.82	c 11838          38335          2100780        3347993        0              0              44   92   74   
4.24/4.32	c 13111          43270          2380182        3750247        0              0              61   88   73   
4.54/4.64	c 14511          47009          2562172        4071774        0              0              62   92   79   
5.05/5.15	c 16051          51223          2842114        4524029        0              0              63   86   73   
5.44/5.54	c 17745          55192          3061639        4906960        0              0              59   90   78   
5.95/6.03	c 19608          60685          3337562        5332662        0              0              61   89   75   
6.64/6.74	c 21657          68301          3737342        5898776        0              0              61   93   75   
7.34/7.41	c 23910          75071          4109588        6505220        0              0              60   91   77   
7.95/8.06	c 26388          82457          4470159        7102792        0              0              67   99   81   
8.84/8.97	c 29113          91990          4983272        7881730        0              0              63   92   77   
9.64/9.72	c 32110          100291         5411202        8613202        0              0              59   86   71   
10.54/10.62	c 35406          108831         5917498        9450060        0              0              58   93   78   
11.05/11.15	c 39031          116351         6198068        10032760       0              0              64   97   82   
12.05/12.18	c 43018          127391         6775937        11088524       0              0              66   94   81   
13.14/13.28	c 47403          139460         7391382        12073828       0              0              57   88   73   
14.24/14.34	c 52226          151667         7981146        13195466       0              0              67   98   83   
15.44/15.59	c 57531          167154         8668333        14340214       0              0              57   89   73   
17.24/17.35	c 63366          187909         9638031        15850691       0              0              63   100   79  
18.84/18.90	c 69784          204410         10492184       17270105       0              0              62   93   77   
20.14/20.29	c 76843          220211         11217865       18899860       0              0              64   93   82   
22.74/22.89	c 84607          244532         12638476       21181417       0              0              61   98   78   
25.24/25.38	c 93147          268702         14031306       23397902       0              0              62   101   80  
28.14/28.26	c 102541         295843         15615935       25991133       0              0              61   94   78   
31.24/31.37	c 112874         325093         17347764       28683841       0              0              60   95   78   
34.14/34.23	c 124240         355264         18880341       31597604       0              0              67   101   84  
38.84/38.90	c 136742         395638         21456600       35748735       0              0              61   97   76   
43.24/43.33	c 150494         441426         23957256       39357335       0              0              58   91   75   
47.64/47.72	c 165621         488717         26412641       43398668       0              0              61   96   79   
53.23/53.35	c 182260         540360         29505848       48539483       0              0              59   99   81   
58.53/58.68	c 200562         595176         32527754       53389426       0              0              59   96   76   
64.13/64.21	c 220694         653847         35588749       58201403       0              0              50   96   78   
69.94/70.02	c 242839         713154         38822771       63669886       0              0              59   91   74   
76.33/76.41	c 267198         776376         42350795       69744046       0              0              58   97   78   
81.53/81.68	c 293992         842714         45282304       75268630       0              0              61   102   83  
89.04/89.13	c 323465         913759         49351313       82636812       0              0              64   98   83   
99.33/99.43	c 355885         1011393        55165498       91946579       0              0              60   95   76   
110.94/111.04	c 391547         1119563        61617915       102287912      0              0              55   100   76  
122.13/122.28	c 430775         1232536        67869137       112020114      0              0              60   101   78  
132.03/132.11	c 473925         1337577        73254485       122195299      0              0              56   97   80   
143.73/143.89	c 521390         1459398        79689212       134195951      0              0              65   103   84  
159.23/159.31	c 573601         1615720        88497614       148852789      0              0              57   97   74   
177.93/178.02	c 631033         1780651        98885923       164374656      0              0              58   96   75   
198.52/198.69	c 694208         1978210        110286705      183879845      0              0              59   100   80  
210.32/210.46	c 763700         2110456        116617116      197363340      0              0              61   99   83   
226.22/226.32	c 840141         2286910        125468217      213573245      0              0              51   101   79  
250.72/250.81	c 924226         2530196        139135348      235354500      0              0              37   98   79   
276.32/276.45	c 1016719        2776736        153142876      262907822      0              0              51   102   79  
303.12/303.24	c 1118461        3057967        167814488      287806022      0              0              59   105   79  
331.12/331.29	c 1230377        3370641        183645552      310459465      0              0              50   89   69   
360.52/360.61	c 1353484        3673033        199527462      341013630      0              0              54   99   79   
402.93/403.05	c 1488901        4078366        222828186      380793443      0              0              56   102   75  
434.03/434.12	c 1637859        4464239        239808627      414003834      0              0              58   101   85  
484.61/484.72	c 1801712        4950848        268275306      461633340      0              0              56   98   74   
538.61/538.71	c 1981950        5418545        298019686      512861091      0              0              48   99   78   
597.81/597.96	c 2180211        5990871        330821639      566661334      0              0              58   103   77  
652.71/652.84	c 2398298        6533208        360927655      621118217      0              0              58   97   77   
712.21/712.35	c 2638193        7134128        393717504      676257803      0              0              62   107   84  
778.01/778.11	c 2902077        7834807        430532488      739287706      0              0              54   97   77   
849.70/849.85	c 3192349        8645187        470676733      807792717      0              0              60   106   81  
943.20/943.36	c 3511648        9556139        520880036      906185566      0              0              56   103   80  
1025.30/1025.49	c 3862876        10510878       566013232      989030569      0              0              58   107   79  
1126.59/1126.71	c 4249226        11501585       621756730      1086624296     0              0              56   107   81  
1258.00/1258.15	c 4674211        12717720       694101617      1201043196     0              0              54   101   74  
1403.18/1403.39	c 5141694        14130855       776693115      1324908534     0              0              56   102   78  
1562.29/1562.44	c 5655925        15750420       864998850      1473618177     0              0              52   106   80  
1694.68/1694.84	c 6221579        17146359       938472432      1597675644     0              0              56   103   80  
1856.38/1856.50	c 6843798        18669604       1026282394     1760898387     0              0              54   97   77   
2062.27/2062.42	c 7528238        20556066       1140765945     1949752708     0              0              54   97   75   
2262.16/2262.36	c 8281122        22710297       1253725969     2125303637     0              0              57   100   76  
2519.86/2520.00	
2519.86/2520.00	c *** INTERRUPTED ***
2519.86/2520.00	c restarts              : 95          
2519.86/2520.00	c conflicts             : 9092430      (3608 /sec)
2519.86/2520.00	c decisions             : 25304154     (10042 /sec)
2519.86/2520.00	c propagations          : 2364606226  (938388 /sec)
2519.86/2520.00	c root propagations     : 0           
2519.86/2520.00	c filter calls          : 1396624792     (554247 /sec)
2519.86/2520.00	c useless filter calls  : 738502569      (52 %)
2519.86/2520.00	c Memory used           : 26.91 MB
2519.86/2520.00	c CPU time              : 2519.86 s
2519.86/2520.00	
2519.86/2520.00	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 (11691 MiB free)
  memory of node 1: 16384 MiB (15859 MiB free)
  node distances:
     10  21
     21  10

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4297989-1532741135/watcher-4297989-1532741135 -o /tmp/evaluation-result-4297989-1532741135/solver-4297989-1532741135 -C 2520 -W 2520 -M 15500 --bin-var /tmp/runsolver-exch-node136-1532741135-24675 --watchdog 2580 HOME/cosoco -lc -model -restarts HOME/instance-4297989-1532741135.xml 

running on 4 cores: 0,2,4,6

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

solver pid=24695, runsolver pid=24690

[startup+0.100111 s]*
/proc/loadavg: 8.02 8.20 8.32 3/188 24706
/proc/meminfo: memFree=28206472/32770624 swapFree=67108860/67108860
[pid=24695] ppid=24690 vsize=27424 memory=3924 CPUtime=0.06 cores=0,2,4,6
/proc/24695/stat : 24695 (cosoco) R 24690 24695 24644 0 -1 4202496 1156 0 2 0 6 0 0 0 20 0 1 0 91676660 28082176 981 33554432000 4194304 6142532 140722654189536 140722654186184 5058653 0 0 4096 8405026 0 0 0 17 0 0 0 4 0 0 8243016 8247936 23977984 140722654196870 140722654197000 140722654197000 140722654199758 0
/proc/24695/statm: 6856 981 828 476 0 178 0
Current children cumulated CPU time: 0.06 s
Current children cumulated vsize: 27424 KiB
Current children cumulated memory: 3924 KiB

[startup+0.209506 s]*
/proc/loadavg: 8.02 8.20 8.32 3/188 24706
/proc/meminfo: memFree=28206472/32770624 swapFree=67108860/67108860
[pid=24695] ppid=24690 vsize=27424 memory=3924 CPUtime=0.17 cores=0,2,4,6
/proc/24695/stat : 24695 (cosoco) R 24690 24695 24644 0 -1 4202496 1156 0 2 0 17 0 0 0 20 0 1 0 91676660 28082176 981 33554432000 4194304 6142532 140722654189536 140722654186184 5059644 0 0 4096 8405026 0 0 0 17 0 0 0 4 0 0 8243016 8247936 23977984 140722654196870 140722654197000 140722654197000 140722654199758 0
/proc/24695/statm: 6856 981 828 476 0 178 0
Current children cumulated CPU time: 0.17 s
Current children cumulated vsize: 27424 KiB
Current children cumulated memory: 3924 KiB

[startup+0.309089 s]*
/proc/loadavg: 8.02 8.20 8.32 3/188 24706
/proc/meminfo: memFree=28206200/32770624 swapFree=67108860/67108860
[pid=24695] ppid=24690 vsize=27424 memory=3924 CPUtime=0.27 cores=0,2,4,6
/proc/24695/stat : 24695 (cosoco) R 24690 24695 24644 0 -1 4202496 1157 0 2 0 27 0 0 0 20 0 1 0 91676660 28082176 981 33554432000 4194304 6142532 140722654189536 140722654186184 5175264 0 0 4096 8405026 0 0 0 17 0 0 0 4 0 0 8243016 8247936 23977984 140722654196870 140722654197000 140722654197000 140722654199758 0
/proc/24695/statm: 6856 981 828 476 0 178 0
Current children cumulated CPU time: 0.27 s
Current children cumulated vsize: 27424 KiB
Current children cumulated memory: 3924 KiB

[startup+0.700248 s]
/proc/loadavg: 8.02 8.20 8.32 3/188 24706
/proc/meminfo: memFree=28203920/32770624 swapFree=67108860/67108860
[pid=24695] ppid=24690 vsize=27424 memory=3924 CPUtime=0.65 cores=0,2,4,6
/proc/24695/stat : 24695 (cosoco) R 24690 24695 24644 0 -1 4202496 1157 0 2 0 65 0 0 0 20 0 1 0 91676660 28082176 981 33554432000 4194304 6142532 140722654189536 140722654186936 5061893 0 0 4096 8405026 0 0 0 17 0 0 0 4 0 0 8243016 8247936 23977984 140722654196870 140722654197000 140722654197000 140722654199758 0
/proc/24695/statm: 6856 981 828 476 0 178 0
Current children cumulated CPU time: 0.65 s
Current children cumulated vsize: 27424 KiB
Current children cumulated memory: 3924 KiB

[startup+1.50023 s]
/proc/loadavg: 8.02 8.20 8.32 3/188 24706
/proc/meminfo: memFree=28205624/32770624 swapFree=67108860/67108860
[pid=24695] ppid=24690 vsize=27424 memory=3924 CPUtime=1.45 cores=0,2,4,6
/proc/24695/stat : 24695 (cosoco) R 24690 24695 24644 0 -1 4202496 1157 0 2 0 145 0 0 0 20 0 1 0 91676660 28082176 981 33554432000 4194304 6142532 140722654189536 140722654186936 5330985 0 0 4096 8405026 0 0 0 17 0 0 0 4 0 0 8243016 8247936 23977984 140722654196870 140722654197000 140722654197000 140722654199758 0
/proc/24695/statm: 6856 981 828 476 0 178 0
Current children cumulated CPU time: 1.45 s
Current children cumulated vsize: 27424 KiB
Current children cumulated memory: 3924 KiB

[startup+3.10903 s]
/proc/loadavg: 7.54 8.10 8.29 3/188 24706
/proc/meminfo: memFree=28206488/32770624 swapFree=67108860/67108860
[pid=24695] ppid=24690 vsize=27424 memory=4012 CPUtime=3.05 cores=0,2,4,6
/proc/24695/stat : 24695 (cosoco) R 24690 24695 24644 0 -1 4202496 1262 0 2 0 305 0 0 0 20 0 1 0 91676660 28082176 1003 33554432000 4194304 6142532 140722654189536 140722654186936 5059830 0 0 4096 8405026 0 0 0 17 0 0 0 4 0 0 8243016 8247936 23977984 140722654196870 140722654197000 140722654197000 140722654199758 0
/proc/24695/statm: 6856 1003 839 476 0 178 0
Current children cumulated CPU time: 3.05 s
Current children cumulated vsize: 27424 KiB
Current children cumulated memory: 4012 KiB

[startup+6.30021 s]
/proc/loadavg: 7.54 8.10 8.29 3/188 24706
/proc/meminfo: memFree=28206932/32770624 swapFree=67108860/67108860
[pid=24695] ppid=24690 vsize=27424 memory=4024 CPUtime=6.24 cores=0,2,4,6
/proc/24695/stat : 24695 (cosoco) R 24690 24695 24644 0 -1 4202496 1367 0 2 0 624 0 0 0 20 0 1 0 91676660 28082176 1006 33554432000 4194304 6142532 140722654189536 140722654186936 5061970 0 0 4096 8405026 0 0 0 17 0 0 0 4 0 0 8243016 8247936 23977984 140722654196870 140722654197000 140722654197000 140722654199758 0
/proc/24695/statm: 6856 1006 839 476 0 178 0
Current children cumulated CPU time: 6.24 s
Current children cumulated vsize: 27424 KiB
Current children cumulated memory: 4024 KiB

[startup+12.7002 s]
/proc/loadavg: 6.69 7.90 8.22 3/188 24706
/proc/meminfo: memFree=28207428/32770624 swapFree=67108860/67108860
[pid=24695] ppid=24690 vsize=27424 memory=4028 CPUtime=12.64 cores=0,2,4,6
/proc/24695/stat : 24695 (cosoco) R 24690 24695 24644 0 -1 4202496 1474 0 2 0 1264 0 0 0 20 0 1 0 91676660 28082176 1007 33554432000 4194304 6142532 140722654189536 140722654186936 5058704 0 0 4096 8405026 0 0 0 17 0 0 0 4 0 0 8243016 8247936 23977984 140722654196870 140722654197000 140722654197000 140722654199758 0
/proc/24695/statm: 6856 1007 839 476 0 178 0
Current children cumulated CPU time: 12.64 s
Current children cumulated vsize: 27424 KiB
Current children cumulated memory: 4028 KiB

[startup+25.5002 s]
/proc/loadavg: 5.97 7.71 8.15 3/188 24706
/proc/meminfo: memFree=28207800/32770624 swapFree=67108860/67108860
[pid=24695] ppid=24690 vsize=27424 memory=4032 CPUtime=25.44 cores=0,2,4,6
/proc/24695/stat : 24695 (cosoco) R 24690 24695 24644 0 -1 4202496 1689 0 2 0 2544 0 0 0 20 0 1 0 91676660 28082176 1008 33554432000 4194304 6142532 140722654189536 140722654186936 5058268 0 0 4096 8405026 0 0 0 17 0 0 0 4 0 0 8243016 8247936 23977984 140722654196870 140722654197000 140722654197000 140722654199758 0
/proc/24695/statm: 6856 1008 839 476 0 178 0
Current children cumulated CPU time: 25.44 s
Current children cumulated vsize: 27424 KiB
Current children cumulated memory: 4032 KiB

[startup+51.109 s]
/proc/loadavg: 4.61 7.25 7.99 3/188 24706
/proc/meminfo: memFree=28208900/32770624 swapFree=67108860/67108860
[pid=24695] ppid=24690 vsize=27424 memory=4036 CPUtime=51.04 cores=0,2,4,6
/proc/24695/stat : 24695 (cosoco) R 24690 24695 24644 0 -1 4202496 1797 0 2 0 5104 0 0 0 20 0 1 0 91676660 28082176 1009 33554432000 4194304 6142532 140722654189536 140722654186936 5060783 0 0 4096 8405026 0 0 0 17 0 0 0 4 0 0 8243016 8247936 23977984 140722654196870 140722654197000 140722654197000 140722654199758 0
/proc/24695/statm: 6856 1009 839 476 0 178 0
Current children cumulated CPU time: 51.04 s
Current children cumulated vsize: 27424 KiB
Current children cumulated memory: 4036 KiB

[startup+102.3 s]
/proc/loadavg: 3.24 6.41 7.66 3/188 24745
/proc/meminfo: memFree=28193408/32770624 swapFree=67108860/67108860
[pid=24695] ppid=24690 vsize=27556 memory=4036 CPUtime=102.23 cores=0,2,4,6
/proc/24695/stat : 24695 (cosoco) R 24690 24695 24644 0 -1 4202496 1907 0 2 0 10223 0 0 0 20 0 1 0 91676660 28217344 1009 33554432000 4194304 6142532 140722654189536 140722654186936 5062306 0 0 4096 8405026 0 0 0 17 2 0 0 4 0 0 8243016 8247936 23977984 140722654196870 140722654197000 140722654197000 140722654199758 0
/proc/24695/statm: 6889 1009 839 476 0 211 0
Current children cumulated CPU time: 102.23 s
Current children cumulated vsize: 27556 KiB
Current children cumulated memory: 4036 KiB

[startup+162.3 s]
/proc/loadavg: 2.46 5.61 7.31 3/188 24747
/proc/meminfo: memFree=28194108/32770624 swapFree=67108860/67108860
[pid=24695] ppid=24690 vsize=27556 memory=4040 CPUtime=162.23 cores=0,2,4,6
/proc/24695/stat : 24695 (cosoco) R 24690 24695 24644 0 -1 4202496 2016 0 2 0 16223 0 0 0 20 0 1 0 91676660 28217344 1010 33554432000 4194304 6142532 140722654189536 140722654186936 5060749 0 0 4096 8405026 0 0 0 17 2 0 0 4 0 0 8243016 8247936 23977984 140722654196870 140722654197000 140722654197000 140722654199758 0
/proc/24695/statm: 6889 1010 839 476 0 211 0
Current children cumulated CPU time: 162.23 s
Current children cumulated vsize: 27556 KiB
Current children cumulated memory: 4040 KiB

[startup+222.3 s]
/proc/loadavg: 2.17 4.95 6.98 3/188 24748
/proc/meminfo: memFree=28194552/32770624 swapFree=67108860/67108860
[pid=24695] ppid=24690 vsize=27556 memory=4040 CPUtime=222.22 cores=0,2,4,6
/proc/24695/stat : 24695 (cosoco) R 24690 24695 24644 0 -1 4202496 2125 0 2 0 22222 0 0 0 20 0 1 0 91676660 28217344 1010 33554432000 4194304 6142532 140722654189536 140722654186936 5058259 0 0 4096 8405026 0 0 0 17 2 0 0 4 0 0 8243016 8247936 23977984 140722654196870 140722654197000 140722654197000 140722654199758 0
/proc/24695/statm: 6889 1010 839 476 0 211 0
Current children cumulated CPU time: 222.22 s
Current children cumulated vsize: 27556 KiB
Current children cumulated memory: 4040 KiB

[startup+282.3 s]
/proc/loadavg: 2.06 4.41 6.66 3/188 24754
/proc/meminfo: memFree=28193708/32770624 swapFree=67108860/67108860
[pid=24695] ppid=24690 vsize=27556 memory=4040 CPUtime=282.22 cores=0,2,4,6
/proc/24695/stat : 24695 (cosoco) R 24690 24695 24644 0 -1 4202496 2235 0 2 0 28222 0 0 0 20 0 1 0 91676660 28217344 1010 33554432000 4194304 6142532 140722654189536 140722654186936 5058581 0 0 4096 8405026 0 0 0 17 2 0 0 4 0 0 8243016 8247936 23977984 140722654196870 140722654197000 140722654197000 140722654199758 0
/proc/24695/statm: 6889 1010 839 476 0 211 0
Current children cumulated CPU time: 282.22 s
Current children cumulated vsize: 27556 KiB
Current children cumulated memory: 4040 KiB

[startup+342.3 s]
/proc/loadavg: 2.02 3.98 6.37 3/188 24755
/proc/meminfo: memFree=28194036/32770624 swapFree=67108860/67108860
[pid=24695] ppid=24690 vsize=27556 memory=4044 CPUtime=342.22 cores=0,2,4,6
/proc/24695/stat : 24695 (cosoco) R 24690 24695 24644 0 -1 4202496 2345 0 2 0 34222 0 0 0 20 0 1 0 91676660 28217344 1011 33554432000 4194304 6142532 140722654189536 140722654186936 5060779 0 0 4096 8405026 0 0 0 17 2 0 0 4 0 0 8243016 8247936 23977984 140722654196870 140722654197000 140722654197000 140722654199758 0
/proc/24695/statm: 6889 1011 839 476 0 211 0
Current children cumulated CPU time: 342.22 s
Current children cumulated vsize: 27556 KiB
Current children cumulated memory: 4044 KiB

[startup+402.3 s]
/proc/loadavg: 2.01 3.62 6.10 3/188 24756
/proc/meminfo: memFree=28194440/32770624 swapFree=67108860/67108860
[pid=24695] ppid=24690 vsize=27556 memory=4044 CPUtime=402.22 cores=0,2,4,6
/proc/24695/stat : 24695 (cosoco) R 24690 24695 24644 0 -1 4202496 2455 0 2 0 40222 0 0 0 20 0 1 0 91676660 28217344 1011 33554432000 4194304 6142532 140722654189536 140722654186936 5060652 0 0 4096 8405026 0 0 0 17 2 0 0 4 0 0 8243016 8247936 23977984 140722654196870 140722654197000 140722654197000 140722654199758 0
/proc/24695/statm: 6889 1011 839 476 0 211 0
Current children cumulated CPU time: 402.22 s
Current children cumulated vsize: 27556 KiB
Current children cumulated memory: 4044 KiB

[startup+462.3 s]
/proc/loadavg: 2.00 3.32 5.84 3/188 24757
/proc/meminfo: memFree=28194396/32770624 swapFree=67108860/67108860
[pid=24695] ppid=24690 vsize=27556 memory=4044 CPUtime=462.22 cores=0,2,4,6
/proc/24695/stat : 24695 (cosoco) R 24690 24695 24644 0 -1 4202496 2565 0 2 0 46222 0 0 0 20 0 1 0 91676660 28217344 1011 33554432000 4194304 6142532 140722654189536 140722654186936 5058268 0 0 4096 8405026 0 0 0 17 2 0 0 4 0 0 8243016 8247936 23977984 140722654196870 140722654197000 140722654197000 140722654199758 0
/proc/24695/statm: 6889 1011 839 476 0 211 0
Current children cumulated CPU time: 462.22 s
Current children cumulated vsize: 27556 KiB
Current children cumulated memory: 4044 KiB


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

/proc/24695/statm: 6889 1011 839 476 0 211 0
Current children cumulated CPU time: 1722.18 s
Current children cumulated vsize: 27556 KiB
Current children cumulated memory: 4044 KiB

[startup+1782.3 s]
/proc/loadavg: 2.08 2.16 3.01 3/188 24790
/proc/meminfo: memFree=28193676/32770624 swapFree=67108860/67108860
[pid=24695] ppid=24690 vsize=27556 memory=4044 CPUtime=1782.18 cores=0,2,4,6
/proc/24695/stat : 24695 (cosoco) R 24690 24695 24644 0 -1 4202496 4880 0 2 0 178217 1 0 0 20 0 1 0 91676660 28217344 1011 33554432000 4194304 6142532 140722654189536 140722654186936 5058568 0 0 4096 8405026 0 0 0 17 2 0 0 4 0 0 8243016 8247936 23977984 140722654196870 140722654197000 140722654197000 140722654199758 0
/proc/24695/statm: 6889 1011 839 476 0 211 0
Current children cumulated CPU time: 1782.18 s
Current children cumulated vsize: 27556 KiB
Current children cumulated memory: 4044 KiB

[startup+1842.3 s]
/proc/loadavg: 2.03 2.13 2.95 3/188 24791
/proc/meminfo: memFree=28194116/32770624 swapFree=67108860/67108860
[pid=24695] ppid=24690 vsize=27556 memory=4044 CPUtime=1842.18 cores=0,2,4,6
/proc/24695/stat : 24695 (cosoco) R 24690 24695 24644 0 -1 4202496 4977 0 2 0 184217 1 0 0 20 0 1 0 91676660 28217344 1011 33554432000 4194304 6142532 140722654189536 140722654186936 5058760 0 0 4096 8405026 0 0 0 17 2 0 0 4 0 0 8243016 8247936 23977984 140722654196870 140722654197000 140722654197000 140722654199758 0
/proc/24695/statm: 6889 1011 839 476 0 211 0
Current children cumulated CPU time: 1842.18 s
Current children cumulated vsize: 27556 KiB
Current children cumulated memory: 4044 KiB

[startup+1902.3 s]
/proc/loadavg: 2.01 2.11 2.89 3/188 24792
/proc/meminfo: memFree=28194164/32770624 swapFree=67108860/67108860
[pid=24695] ppid=24690 vsize=27556 memory=4044 CPUtime=1902.18 cores=0,2,4,6
/proc/24695/stat : 24695 (cosoco) R 24690 24695 24644 0 -1 4202496 5088 0 2 0 190217 1 0 0 20 0 1 0 91676660 28217344 1011 33554432000 4194304 6142532 140722654189536 140722654186936 5059607 0 0 4096 8405026 0 0 0 17 2 0 0 4 0 0 8243016 8247936 23977984 140722654196870 140722654197000 140722654197000 140722654199758 0
/proc/24695/statm: 6889 1011 839 476 0 211 0
Current children cumulated CPU time: 1902.18 s
Current children cumulated vsize: 27556 KiB
Current children cumulated memory: 4044 KiB

[startup+1962.3 s]
/proc/loadavg: 2.05 2.10 2.84 3/187 24794
/proc/meminfo: memFree=28195160/32770624 swapFree=67108860/67108860
[pid=24695] ppid=24690 vsize=27556 memory=4044 CPUtime=1962.18 cores=0,2,4,6
/proc/24695/stat : 24695 (cosoco) R 24690 24695 24644 0 -1 4202496 5186 0 2 0 196217 1 0 0 20 0 1 0 91676660 28217344 1011 33554432000 4194304 6142532 140722654189536 140722654186936 5059544 0 0 4096 8405026 0 0 0 17 2 0 0 4 0 0 8243016 8247936 23977984 140722654196870 140722654197000 140722654197000 140722654199758 0
/proc/24695/statm: 6889 1011 839 476 0 211 0
Current children cumulated CPU time: 1962.18 s
Current children cumulated vsize: 27556 KiB
Current children cumulated memory: 4044 KiB

[startup+2022.3 s]
/proc/loadavg: 2.02 2.09 2.78 3/188 24796
/proc/meminfo: memFree=28194100/32770624 swapFree=67108860/67108860
[pid=24695] ppid=24690 vsize=27556 memory=4044 CPUtime=2022.17 cores=0,2,4,6
/proc/24695/stat : 24695 (cosoco) R 24690 24695 24644 0 -1 4202496 5284 0 2 0 202216 1 0 0 20 0 1 0 91676660 28217344 1011 33554432000 4194304 6142532 140722654189536 140722654186936 5058704 0 0 4096 8405026 0 0 0 17 2 0 0 4 0 0 8243016 8247936 23977984 140722654196870 140722654197000 140722654197000 140722654199758 0
/proc/24695/statm: 6889 1011 839 476 0 211 0
Current children cumulated CPU time: 2022.17 s
Current children cumulated vsize: 27556 KiB
Current children cumulated memory: 4044 KiB

[startup+2082.3 s]
/proc/loadavg: 2.08 2.09 2.74 3/188 24802
/proc/meminfo: memFree=28193432/32770624 swapFree=67108860/67108860
[pid=24695] ppid=24690 vsize=27556 memory=4044 CPUtime=2082.17 cores=0,2,4,6
/proc/24695/stat : 24695 (cosoco) R 24690 24695 24644 0 -1 4202496 5394 0 2 0 208216 1 0 0 20 0 1 0 91676660 28217344 1011 33554432000 4194304 6142532 140722654189536 140722654186936 5058587 0 0 4096 8405026 0 0 0 17 2 0 0 4 0 0 8243016 8247936 23977984 140722654196870 140722654197000 140722654197000 140722654199758 0
/proc/24695/statm: 6889 1011 839 476 0 211 0
Current children cumulated CPU time: 2082.17 s
Current children cumulated vsize: 27556 KiB
Current children cumulated memory: 4044 KiB

[startup+2142.3 s]
/proc/loadavg: 2.10 2.09 2.70 3/188 24823
/proc/meminfo: memFree=28191848/32770624 swapFree=67108860/67108860
[pid=24695] ppid=24690 vsize=27556 memory=4044 CPUtime=2142.17 cores=0,2,4,6
/proc/24695/stat : 24695 (cosoco) R 24690 24695 24644 0 -1 4202496 5492 0 2 0 214216 1 0 0 20 0 1 0 91676660 28217344 1011 33554432000 4194304 6142532 140722654189536 140722654186936 5061824 0 0 4096 8405026 0 0 0 17 2 0 0 4 0 0 8243016 8247936 23977984 140722654196870 140722654197000 140722654197000 140722654199758 0
/proc/24695/statm: 6889 1011 839 476 0 211 0
Current children cumulated CPU time: 2142.17 s
Current children cumulated vsize: 27556 KiB
Current children cumulated memory: 4044 KiB

[startup+2202.3 s]
/proc/loadavg: 2.04 2.07 2.66 3/188 24824
/proc/meminfo: memFree=28192856/32770624 swapFree=67108860/67108860
[pid=24695] ppid=24690 vsize=27556 memory=4044 CPUtime=2202.17 cores=0,2,4,6
/proc/24695/stat : 24695 (cosoco) R 24690 24695 24644 0 -1 4202496 5590 0 2 0 220216 1 0 0 20 0 1 0 91676660 28217344 1011 33554432000 4194304 6142532 140722654189536 140722654186936 5058760 0 0 4096 8405026 0 0 0 17 2 0 0 4 0 0 8243016 8247936 23977984 140722654196870 140722654197000 140722654197000 140722654199758 0
/proc/24695/statm: 6889 1011 839 476 0 211 0
Current children cumulated CPU time: 2202.17 s
Current children cumulated vsize: 27556 KiB
Current children cumulated memory: 4044 KiB

[startup+2262.3 s]
/proc/loadavg: 2.01 2.06 2.62 3/188 24825
/proc/meminfo: memFree=28193048/32770624 swapFree=67108860/67108860
[pid=24695] ppid=24690 vsize=27556 memory=4044 CPUtime=2262.16 cores=0,2,4,6
/proc/24695/stat : 24695 (cosoco) R 24690 24695 24644 0 -1 4202496 5688 0 2 0 226215 1 0 0 20 0 1 0 91676660 28217344 1011 33554432000 4194304 6142532 140722654189536 140722654186936 5059697 0 0 4096 8405026 0 0 0 17 2 0 0 4 0 0 8243016 8247936 23977984 140722654196870 140722654197000 140722654197000 140722654199758 0
/proc/24695/statm: 6889 1011 839 476 0 211 0
Current children cumulated CPU time: 2262.16 s
Current children cumulated vsize: 27556 KiB
Current children cumulated memory: 4044 KiB

[startup+2322.3 s]
/proc/loadavg: 2.01 2.05 2.58 3/188 24826
/proc/meminfo: memFree=28193236/32770624 swapFree=67108860/67108860
[pid=24695] ppid=24690 vsize=27556 memory=4044 CPUtime=2322.16 cores=0,2,4,6
/proc/24695/stat : 24695 (cosoco) R 24690 24695 24644 0 -1 4202496 5798 0 2 0 232215 1 0 0 20 0 1 0 91676660 28217344 1011 33554432000 4194304 6142532 140722654189536 140722654186936 5058691 0 0 4096 8405026 0 0 0 17 2 0 0 4 0 0 8243016 8247936 23977984 140722654196870 140722654197000 140722654197000 140722654199758 0
/proc/24695/statm: 6889 1011 839 476 0 211 0
Current children cumulated CPU time: 2322.16 s
Current children cumulated vsize: 27556 KiB
Current children cumulated memory: 4044 KiB

[startup+2382.3 s]
/proc/loadavg: 2.00 2.04 2.54 3/188 24827
/proc/meminfo: memFree=28193460/32770624 swapFree=67108860/67108860
[pid=24695] ppid=24690 vsize=27556 memory=4044 CPUtime=2382.16 cores=0,2,4,6
/proc/24695/stat : 24695 (cosoco) R 24690 24695 24644 0 -1 4202496 5896 0 2 0 238215 1 0 0 20 0 1 0 91676660 28217344 1011 33554432000 4194304 6142532 140722654189536 140722654186936 5060023 0 0 4096 8405026 0 0 0 17 2 0 0 4 0 0 8243016 8247936 23977984 140722654196870 140722654197000 140722654197000 140722654199758 0
/proc/24695/statm: 6889 1011 839 476 0 211 0
Current children cumulated CPU time: 2382.16 s
Current children cumulated vsize: 27556 KiB
Current children cumulated memory: 4044 KiB

[startup+2442.3 s]
/proc/loadavg: 2.00 2.03 2.51 3/188 24828
/proc/meminfo: memFree=28193892/32770624 swapFree=67108860/67108860
[pid=24695] ppid=24690 vsize=27556 memory=4044 CPUtime=2442.16 cores=0,2,4,6
/proc/24695/stat : 24695 (cosoco) R 24690 24695 24644 0 -1 4202496 5994 0 2 0 244215 1 0 0 20 0 1 0 91676660 28217344 1011 33554432000 4194304 6142532 140722654189536 140722654186936 5062868 0 0 4096 8405026 0 0 0 17 2 0 0 4 0 0 8243016 8247936 23977984 140722654196870 140722654197000 140722654197000 140722654199758 0
/proc/24695/statm: 6889 1011 839 476 0 211 0
Current children cumulated CPU time: 2442.16 s
Current children cumulated vsize: 27556 KiB
Current children cumulated memory: 4044 KiB

[startup+2502.3 s]
/proc/loadavg: 2.00 2.03 2.48 3/189 24836
/proc/meminfo: memFree=28193756/32770624 swapFree=67108860/67108860
[pid=24695] ppid=24690 vsize=27556 memory=4044 CPUtime=2502.16 cores=0,2,4,6
/proc/24695/stat : 24695 (cosoco) R 24690 24695 24644 0 -1 4202496 6092 0 2 0 250215 1 0 0 20 0 1 0 91676660 28217344 1011 33554432000 4194304 6142532 140722654189536 140722654186936 5058648 0 0 4096 8405026 0 0 0 17 2 0 0 4 0 0 8243016 8247936 23977984 140722654196870 140722654197000 140722654197000 140722654199758 0
/proc/24695/statm: 6889 1011 839 476 0 211 0
Current children cumulated CPU time: 2502.16 s
Current children cumulated vsize: 27556 KiB
Current children cumulated memory: 4044 KiB



Maximum wall clock time exceeded: sending SIGTERM then SIGKILL

[startup+2520 s]*
/proc/loadavg: 2.00 2.03 2.47 3/189 24836
/proc/meminfo: memFree=28193768/32770624 swapFree=67108860/67108860
[pid=24695] ppid=24690 vsize=27556 memory=4044 CPUtime=2519.86 cores=0,2,4,6
/proc/24695/stat : 24695 (cosoco) R 24690 24695 24644 0 -1 4202496 6190 0 2 0 251985 1 0 0 20 0 1 0 91676660 28217344 1011 33554432000 4194304 6142532 140722654189536 140722654186936 5058848 0 0 4096 8405026 0 0 0 17 2 0 0 4 0 0 8243016 8247936 23977984 140722654196870 140722654197000 140722654197000 140722654199758 0
/proc/24695/statm: 6889 1011 839 476 0 211 0
Current children cumulated CPU time: 2519.86 s
Current children cumulated vsize: 27556 KiB
Current children cumulated memory: 4044 KiB

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

[startup+2520.01 s]
# the end of solver process 24695 was just reported to runsolver
# cumulated CPU time of all completed processes:  user=2519.86 s, system=0.012999 s

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

Child status: 1
Real time (s): 2520.01
CPU time (s): 2519.87
CPU user time (s): 2519.86
CPU system time (s): 0.012999
CPU usage (%): 99.9946
Max. virtual memory (cumulated for all children) (KiB): 27556
Max. memory (cumulated for all children) (KiB): 4044

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 2519.86
system time used= 0.012999
maximum resident set size= 4108
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 6238
page faults= 2
swaps= 0
block input operations= 2176
block output operations= 0
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 26
involuntary context switches= 3234


# summary of solver processes directly reported to runsolver:
#   pid: 24695
#   total CPU time (s): 2519.87
#   total CPU user time (s): 2519.86
#   total CPU system time (s): 0.012999

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 13.2686 second user time and 12.4568 second system time

The end

Launcher Data

Begin job on node136 at 2018-07-28 03:25:35
IDJOB=4297989
IDBENCH=141022
IDSOLVER=2761
FILE ID=node136/4297989-1532741135
RUNJOBID= node136-1532741135-24675
PBS_JOBID= 21022451
Free space on /tmp= 55796 MiB

SOLVER NAME= cosoco 1.12
BENCH NAME= XCSP18/ColouredQueens/ColouredQueens-13_c18.xml
COMMAND LINE= DIR/cosoco -lc -model -restarts BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4297989-1532741135/watcher-4297989-1532741135 -o /tmp/evaluation-result-4297989-1532741135/solver-4297989-1532741135 -C 2520 -W 2520 -M 15500 --bin-var /tmp/runsolver-exch-node136-1532741135-24675 --watchdog 2580  HOME/cosoco -lc -model -restarts HOME/instance-4297989-1532741135.xml

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

MD5SUM BENCH= 3785e9b0b2758b612fcaaefab5873f44
RANDOM SEED=730059976

node136.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.50
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.50
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.50
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.50
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:        28212680 kB
MemAvailable:   31957952 kB
Buffers:          174448 kB
Cached:          3832632 kB
SwapCached:            0 kB
Active:          1703412 kB
Inactive:        2356388 kB
Active(anon):       4436 kB
Inactive(anon):    76484 kB
Active(file):    1698976 kB
Inactive(file):  2279904 kB
Unevictable:        7336 kB
Mlocked:            7336 kB
SwapTotal:      67108860 kB
SwapFree:       67108860 kB
Dirty:              2584 kB
Writeback:             0 kB
AnonPages:         60460 kB
Mapped:            32664 kB
Shmem:             25260 kB
Slab:             191584 kB
SReclaimable:     164456 kB
SUnreclaim:        27128 kB
KernelStack:        3216 kB
PageTables:         5804 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:     326880 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      350232 kB
VmallocChunk:   34341910524 kB
HardwareCorrupted:     0 kB
AnonHugePages:      6144 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:      112000 kB
DirectMap2M:    33433600 kB

Free space on /tmp at the end= 55792 MiB
End job on node136 at 2018-07-28 04:07:35