Trace number 4267248

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.04 2400.2

General information on the benchmark

NameColouredQueens/ColouredQueens-m1-s1/
ColouredQueens-11.xml
MD5SUM3da25fcd556a00d93fc440927ef81e89
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 variables121
Number of constraints60
Number of domains1
Minimum domain size11
Maximum domain size11
Distribution of domain sizes[{"size":11,"count":121}]
Minimum variable degree3
Maximum variable degree4
Distribution of variable degrees[{"degree":3,"count":4},{"degree":4,"count":117}]
Minimum constraint arity2
Maximum constraint arity11
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":24}]
Number of extensional constraints0
Number of intensional constraints0
Distribution of constraint types[{"type":"allDifferent","count":60}]
Optimization problemNO
Type of objective

Solver Data

0.00/0.00	c root propagations     : 0           
0.00/0.00	c restarts enabled, print stats at every restarts
0.00/0.00	c
0.00/0.00	c
0.00/0.00	c
0.00/0.00	c This is cosoco 1.12 --  
0.00/0.00	c
0.00/0.00	c command line: cosoco -lc -model -restarts HOME/instance-4267248-1502587463.xml 
0.00/0.00	c ========================================[ Problem Statistics ]===========================================
0.00/0.00	c |                                                                                                       
0.00/0.00	c |  Parse time        :         0.00 s 
0.00/0.00	c |
0.00/0.00	c |               Variables: 121
0.00/0.00	c |            Domain Sizes: 11..11
0.00/0.00	c |
0.00/0.00	c |             Constraints: 60
0.00/0.00	c |                   Arity: 2..11  -- Binary: 4  -- Ternary: 4
0.00/0.00	c | 
0.00/0.00	c |                   Types: 
0.00/0.00	c |                          All Different: 60
0.00/0.00	c |                          
0.00/0.00	c =========================================================================================================
0.00/0.00	c conflicts      decisions      filterCalls    propagations   Root Prop.     Nogoods        min/max/avg depth
0.00/0.03	c 101            323            17379          26453          0              0              45   59   49   
0.00/0.05	c 211            777            36150          53856          0              0              40   60   47   
0.00/0.08	c 332            1185           54355          78174          0              0              38   57   44   
0.10/0.12	c 465            1602           75615          108170         0              0              39   57   48   
0.10/0.14	c 611            2023           93684          134383         0              0              39   57   46   
0.10/0.18	c 771            2494           122164         178781         0              0              39   52   45   
0.21/0.23	c 947            3020           150420         226610         0              0              36   56   48   
0.21/0.27	c 1140           3621           177983         267786         0              0              41   58   49   
0.31/0.32	c 1352           4382           214478         319876         0              0              41   61   47   
0.31/0.38	c 1585           5087           250609         373586         0              0              37   60   48   
0.41/0.45	c 1841           6114           302811         447286         0              0              40   61   51   
0.51/0.52	c 2122           6952           345465         512724         0              0              39   68   53   
0.51/0.59	c 2431           7938           395839         598577         0              0              39   61   46   
0.60/0.69	c 2770           9200           461090         693881         0              0              40   63   48   
0.69/0.74	c 3142           10104          495793         748500         0              0              41   64   54   
0.79/0.85	c 3551           11420          568402         857335         0              0              43   65   50   
0.89/0.97	c 4000           13258          649866         977493         0              0              40   67   52   
1.00/1.06	c 4493           14544          710258         1069061        0              0              37   59   49   
1.10/1.17	c 5035           16192          784546         1178185        0              0              37   59   46   
1.29/1.31	c 5631           18084          878340         1327791        0              0              36   59   49   
1.39/1.45	c 6286           20056          977653         1477634        0              0              39   60   50   
1.59/1.61	c 7006           22299          1080776        1628213        0              0              42   64   52   
1.69/1.77	c 7798           24625          1193079        1801728        0              0              42   68   53   
1.89/1.97	c 8669           27360          1324257        2008418        0              0              42   68   54   
2.19/2.22	c 9627           30765          1492420        2263266        0              0              37   65   50   
2.39/2.48	c 10680          34546          1671369        2522302        0              0              40   65   51   
2.79/2.83	c 11838          38981          1908015        2861890        0              0              35   63   48   
3.10/3.11	c 13111          42856          2101042        3148515        0              0              36   63   49   
3.39/3.41	c 14511          46770          2299492        3485884        0              0              40   65   52   
3.59/3.68	c 16051          50649          2472488        3783918        0              0              30   68   54   
3.99/4.08	c 17745          56639          2739640        4194988        0              0              38   64   50   
4.48/4.50	c 19608          62471          3027188        4581175        0              0              38   65   49   
4.88/4.95	c 21657          69160          3327054        5064771        0              0              38   65   51   
5.48/5.50	c 23910          77437          3704355        5622765        0              0              35   66   48   
5.99/6.04	c 26388          84130          4056421        6197090        0              0              37   67   54   
6.48/6.54	c 29113          90526          4395237        6749448        0              0              39   64   51   
7.18/7.24	c 32110          103064         4871759        7428787        0              0              40   73   53   
7.88/8.00	c 35406          112461         5370303        8302827        0              0              40   68   52   
8.78/8.86	c 39031          123644         5947355        9193493        0              0              35   62   47   
9.88/9.90	c 43018          137622         6635520        10271992       0              0              36   64   49   
10.78/10.88	c 47403          150460         7279803        11342012       0              0              38   67   51   
11.88/11.92	c 52226          163788         7967885        12358239       0              0              36   62   50   
13.18/13.25	c 57531          181602         8854586        13750771       0              0              37   67   51   
14.48/14.57	c 63366          200574         9741241        15099406       0              0              39   65   51   
16.18/16.21	c 69784          221391         10837528       16836073       0              0              39   65   51   
17.48/17.57	c 76843          239254         11737348       18337203       0              0              38   69   54   
18.88/18.95	c 84607          258959         12628980       19824028       0              0              42   71   55   
20.78/20.81	c 93147          283347         13852110       21857786       0              0              36   67   52   
22.88/23.00	c 102541         314819         15339759       24152708       0              0              38   68   52   
24.88/24.98	c 112874         341627         16648323       26250963       0              0              39   69   54   
27.28/27.38	c 124240         371589         18268953       28966835       0              0              35   65   48   
29.88/29.96	c 136742         405769         19973254       31878661       0              0              38   66   53   
32.58/32.67	c 150494         446788         21783586       34680799       0              0              35   68   50   
36.09/36.11	c 165621         495261         24065472       38170274       0              0              38   71   51   
39.68/39.78	c 182260         542932         26494477       42018184       0              0              36   67   52   
43.99/44.04	c 200562         600673         29312810       46316728       0              0              36   71   52   
48.99/49.06	c 220694         663006         32619189       51612671       0              0              37   73   53   
53.88/53.95	c 242839         734404         35890122       56929477       0              0              34   70   49   
57.88/57.98	c 267198         797601         38560856       61434666       0              0              36   67   55   
62.78/62.88	c 293992         867116         41823828       66685257       0              0              36   71   52   
69.68/69.71	c 323465         967313         46392886       73652110       0              0              37   70   51   
74.78/74.87	c 355885         1041413        49714606       80307474       0              0              36   66   52   
82.78/82.83	c 391547         1154853        55080353       88503215       0              0              31   72   50   
90.88/91.00	c 430775         1265104        60510706       96493185       0              0              35   71   51   
99.98/100.01	c 473925         1395642        66425476       106133670      0              0              37   73   55   
108.67/108.75	c 521390         1516940        72341773       115513827      0              0              35   71   52   
119.67/119.77	c 573601         1657391        79598953       127089229      0              0              34   68   51   
131.57/131.70	c 631033         1825131        87487130       140599044      0              0              34   74   53   
143.77/143.81	c 694208         2001686        95577653       153952282      0              0              32   73   52   
159.67/159.70	c 763700         2212408        106291808      170391319      0              0              32   69   48   
177.17/177.29	c 840141         2474270        118071915      188851694      0              0              35   70   50   
195.27/195.34	c 924226         2725800        130073494      208708670      0              0              33   66   50   
212.67/212.77	c 1016719        2988032        141826320      227478882      0              0              34   72   53   
237.17/237.29	c 1118461        3313959        158069377      251837890      0              0              35   72   51   
262.86/262.91	c 1230377        3653167        174994409      278688172      0              0              34   68   51   
294.76/294.87	c 1353484        4069448        196392788      310695648      0              0              32   70   48   
327.76/327.82	c 1488901        4516258        218741499      343869492      0              0              32   65   48   
363.76/363.87	c 1637859        5027401        242345784      381082499      0              0              33   73   51   
399.06/399.11	c 1801712        5516444        265897255      420597243      0              0              31   66   48   
442.45/442.50	c 1981950        6108444        294976327      463882569      0              0              33   69   49   
484.25/484.38	c 2180211        6667182        322771443      506657378      0              0              35   73   52   
536.35/536.46	c 2398298        7375225        357135792      561990887      0              0              34   74   50   
583.95/584.02	c 2638193        8052636        389023403      614336148      0              0              35   73   52   
634.95/635.01	c 2902077        8738878        422154036      672336305      0              0              33   73   54   
694.74/694.86	c 3192349        9525368        461150014      739691960      0              0              34   76   52   
765.83/765.94	c 3511648        10583136       509118167      811806699      0              0              33   78   50   
835.23/835.33	c 3862876        11527770       555560243      889251874      0              0              31   73   49   
905.83/905.95	c 4249226        12673634       602081411      967603758      0              0              33   75   55   
1006.83/1006.91	c 4674211        14058899       670223922      1067801261     0              0              33   72   50   
1103.93/1104.05	c 5141694        15392547       735849129      1170932408     0              0              33   74   51   
1211.81/1211.97	c 5655925        16948701       806774449      1289363357     0              0              35   77   53   
1334.61/1334.71	c 6221579        18660780       889282508      1417853643     0              0              33   74   51   
1481.50/1481.63	c 6843798        20698329       986900868      1572630449     0              0              32   79   51   
1643.69/1643.84	c 7528238        22889631       1095811904     1737330491     0              0              33   72   51   
1798.99/1799.12	c 8281122        25097328       1200063488     1900998983     0              0              31   72   50   
1989.46/1989.65	c 9109294        27767830       1325839288     2102121561     0              0              32   73   51   
2206.74/2206.93	c 10020283       30753177       1470143936     2331888173     0              0              31   74   50   
2391.23/2391.46	c 11022370       33559359       1593029261     2531817137     0              0              33   80   54   
2400.03/2400.20	
2400.03/2400.20	c *** INTERRUPTED ***
2400.03/2400.20	c restarts              : 98          
2400.03/2400.20	c conflicts             : 11060797     (4609 /sec)
2400.03/2400.20	c decisions             : 33676426     (14032 /sec)
2400.03/2400.20	c propagations          : 2540412795  (1058499 /sec)
2400.03/2400.20	c root propagations     : 0           
2400.03/2400.20	c filter calls          : 1598848385     (666183 /sec)
2400.03/2400.20	c useless filter calls  : 859136624      (53 %)
2400.03/2400.20	c Memory used           : 26.28 MB
2400.03/2400.20	c CPU time              : 2400.01 s
2400.03/2400.20	
2400.03/2400.20	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 (13401 MiB free)
  memory of node 1: 16384 MiB (13941 MiB free)
  node distances:
     10  21
     21  10

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4267248-1502587463/watcher-4267248-1502587463 -o /tmp/evaluation-result-4267248-1502587463/solver-4267248-1502587463 -C 2400 -W 2500 -M 15500 --bin-var /tmp/runsolver-exch-node149-1502584201-30906 --watchdog 2560 cosoco -lc -model -restarts HOME/instance-4267248-1502587463.xml 

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

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=31477, runsolver pid=31474

[startup+0.100906 s]*
/proc/loadavg: 2.00 1.99 1.91 3/188 31478
/proc/meminfo: memFree=27999144/32770624 swapFree=67108860/67108860
[pid=31477] ppid=31474 vsize=26908 memory=3304 CPUtime=0.1 cores=0,2,4,6
/proc/31477/stat : 31477 (cosoco) R 31474 31477 4387 0 -1 4202496 1050 0 0 0 10 0 0 0 20 0 1 0 91827231 27553792 826 33554432000 4194304 5748600 140734544113136 140734544110536 4916793 0 0 4096 8405026 0 0 0 17 0 0 0 0 0 0 7849824 7854664 26640384 140734544118975 140734544119070 140734544119070 140734544121806 0
/proc/31477/statm: 6727 826 711 380 0 145 0
Current children cumulated CPU time: 0.1 s
Current children cumulated vsize: 26908 KiB
Current children cumulated memory: 3304 KiB

[startup+0.209191 s]*
/proc/loadavg: 2.00 1.99 1.91 3/188 31478
/proc/meminfo: memFree=27998772/32770624 swapFree=67108860/67108860
[pid=31477] ppid=31474 vsize=26908 memory=3304 CPUtime=0.21 cores=0,2,4,6
/proc/31477/stat : 31477 (cosoco) R 31474 31477 4387 0 -1 4202496 1050 0 0 0 21 0 0 0 20 0 1 0 91827231 27553792 826 33554432000 4194304 5748600 140734544113136 140734544110536 4917901 0 0 4096 8405026 0 0 0 17 0 0 0 0 0 0 7849824 7854664 26640384 140734544118975 140734544119070 140734544119070 140734544121806 0
/proc/31477/statm: 6727 826 711 380 0 145 0
Current children cumulated CPU time: 0.21 s
Current children cumulated vsize: 26908 KiB
Current children cumulated memory: 3304 KiB

[startup+0.308791 s]*
/proc/loadavg: 2.00 1.99 1.91 3/188 31478
/proc/meminfo: memFree=27998772/32770624 swapFree=67108860/67108860
[pid=31477] ppid=31474 vsize=26908 memory=3304 CPUtime=0.31 cores=0,2,4,6
/proc/31477/stat : 31477 (cosoco) R 31474 31477 4387 0 -1 4202496 1050 0 0 0 31 0 0 0 20 0 1 0 91827231 27553792 826 33554432000 4194304 5748600 140734544113136 140734544110536 4917344 0 0 4096 8405026 0 0 0 17 0 0 0 0 0 0 7849824 7854664 26640384 140734544118975 140734544119070 140734544119070 140734544121806 0
/proc/31477/statm: 6727 826 711 380 0 145 0
Current children cumulated CPU time: 0.31 s
Current children cumulated vsize: 26908 KiB
Current children cumulated memory: 3304 KiB

[startup+0.700225 s]
/proc/loadavg: 2.00 1.99 1.91 3/188 31478
/proc/meminfo: memFree=27998080/32770624 swapFree=67108860/67108860
[pid=31477] ppid=31474 vsize=26908 memory=3304 CPUtime=0.69 cores=0,2,4,6
/proc/31477/stat : 31477 (cosoco) R 31474 31477 4387 0 -1 4202496 1050 0 0 0 69 0 0 0 20 0 1 0 91827231 27553792 826 33554432000 4194304 5748600 140734544113136 140734544110536 4915652 0 0 4096 8405026 0 0 0 17 0 0 0 0 0 0 7849824 7854664 26640384 140734544118975 140734544119070 140734544119070 140734544121806 0
/proc/31477/statm: 6727 826 711 380 0 145 0
Current children cumulated CPU time: 0.69 s
Current children cumulated vsize: 26908 KiB
Current children cumulated memory: 3304 KiB

[startup+1.50022 s]
/proc/loadavg: 2.00 1.99 1.91 3/188 31478
/proc/meminfo: memFree=27998204/32770624 swapFree=67108860/67108860
[pid=31477] ppid=31474 vsize=26908 memory=3304 CPUtime=1.49 cores=0,2,4,6
/proc/31477/stat : 31477 (cosoco) R 31474 31477 4387 0 -1 4202496 1051 0 0 0 149 0 0 0 20 0 1 0 91827231 27553792 826 33554432000 4194304 5748600 140734544113136 140734544110536 4916900 0 0 4096 8405026 0 0 0 17 0 0 0 0 0 0 7849824 7854664 26640384 140734544118975 140734544119070 140734544119070 140734544121806 0
/proc/31477/statm: 6727 826 711 380 0 145 0
Current children cumulated CPU time: 1.49 s
Current children cumulated vsize: 26908 KiB
Current children cumulated memory: 3304 KiB

[startup+3.10887 s]
/proc/loadavg: 2.00 1.99 1.91 3/188 31478
/proc/meminfo: memFree=27998204/32770624 swapFree=67108860/67108860
[pid=31477] ppid=31474 vsize=26908 memory=3556 CPUtime=3.1 cores=0,2,4,6
/proc/31477/stat : 31477 (cosoco) R 31474 31477 4387 0 -1 4202496 1126 0 0 0 310 0 0 0 20 0 1 0 91827231 27553792 889 33554432000 4194304 5748600 140734544113136 140734544110536 4915888 0 0 4096 8405026 0 0 0 17 0 0 0 0 0 0 7849824 7854664 26640384 140734544118975 140734544119070 140734544119070 140734544121806 0
/proc/31477/statm: 6727 889 754 380 0 145 0
Current children cumulated CPU time: 3.1 s
Current children cumulated vsize: 26908 KiB
Current children cumulated memory: 3556 KiB

[startup+6.30022 s]
/proc/loadavg: 2.00 1.99 1.91 3/188 31478
/proc/meminfo: memFree=27998452/32770624 swapFree=67108860/67108860
[pid=31477] ppid=31474 vsize=26908 memory=3556 CPUtime=6.28 cores=0,2,4,6
/proc/31477/stat : 31477 (cosoco) R 31474 31477 4387 0 -1 4202496 1201 0 0 0 628 0 0 0 20 0 1 0 91827231 27553792 889 33554432000 4194304 5748600 140734544113136 140734544110536 4916822 0 0 4096 8405026 0 0 0 17 0 0 0 0 0 0 7849824 7854664 26640384 140734544118975 140734544119070 140734544119070 140734544121806 0
/proc/31477/statm: 6727 889 754 380 0 145 0
Current children cumulated CPU time: 6.28 s
Current children cumulated vsize: 26908 KiB
Current children cumulated memory: 3556 KiB

[startup+12.7002 s]
/proc/loadavg: 2.00 1.99 1.91 3/188 31478
/proc/meminfo: memFree=27998392/32770624 swapFree=67108860/67108860
[pid=31477] ppid=31474 vsize=26908 memory=3556 CPUtime=12.68 cores=0,2,4,6
/proc/31477/stat : 31477 (cosoco) R 31474 31477 4387 0 -1 4202496 1276 0 0 0 1268 0 0 0 20 0 1 0 91827231 27553792 889 33554432000 4194304 5748600 140734544113136 140734544110536 4916176 0 0 4096 8405026 0 0 0 17 0 0 0 0 0 0 7849824 7854664 26640384 140734544118975 140734544119070 140734544119070 140734544121806 0
/proc/31477/statm: 6727 889 754 380 0 145 0
Current children cumulated CPU time: 12.68 s
Current children cumulated vsize: 26908 KiB
Current children cumulated memory: 3556 KiB

[startup+25.5002 s]
/proc/loadavg: 2.00 1.99 1.91 3/188 31478
/proc/meminfo: memFree=27998912/32770624 swapFree=67108860/67108860
[pid=31477] ppid=31474 vsize=26908 memory=3556 CPUtime=25.48 cores=0,2,4,6
/proc/31477/stat : 31477 (cosoco) R 31474 31477 4387 0 -1 4202496 1426 0 0 0 2548 0 0 0 20 0 1 0 91827231 27553792 889 33554432000 4194304 5748600 140734544113136 140734544110536 4916793 0 0 4096 8405026 0 0 0 17 0 0 0 0 0 0 7849824 7854664 26640384 140734544118975 140734544119070 140734544119070 140734544121806 0
/proc/31477/statm: 6727 889 754 380 0 145 0
Current children cumulated CPU time: 25.48 s
Current children cumulated vsize: 26908 KiB
Current children cumulated memory: 3556 KiB

[startup+51.1089 s]
/proc/loadavg: 2.00 1.99 1.91 3/188 31478
/proc/meminfo: memFree=27999432/32770624 swapFree=67108860/67108860
[pid=31477] ppid=31474 vsize=26908 memory=3556 CPUtime=51.09 cores=0,2,4,6
/proc/31477/stat : 31477 (cosoco) R 31474 31477 4387 0 -1 4202496 1501 0 0 0 5109 0 0 0 20 0 1 0 91827231 27553792 889 33554432000 4194304 5748600 140734544113136 140734544110536 4915821 0 0 4096 8405026 0 0 0 17 0 0 0 0 0 0 7849824 7854664 26640384 140734544118975 140734544119070 140734544119070 140734544121806 0
/proc/31477/statm: 6727 889 754 380 0 145 0
Current children cumulated CPU time: 51.09 s
Current children cumulated vsize: 26908 KiB
Current children cumulated memory: 3556 KiB

[startup+102.3 s]
/proc/loadavg: 2.00 1.99 1.92 3/188 31479
/proc/meminfo: memFree=27999552/32770624 swapFree=67108860/67108860
[pid=31477] ppid=31474 vsize=26908 memory=3556 CPUtime=102.28 cores=0,2,4,6
/proc/31477/stat : 31477 (cosoco) R 31474 31477 4387 0 -1 4202496 1576 0 0 0 10228 0 0 0 20 0 1 0 91827231 27553792 889 33554432000 4194304 5748600 140734544113136 140734544110536 4916078 0 0 4096 8405026 0 0 0 17 0 0 0 0 0 0 7849824 7854664 26640384 140734544118975 140734544119070 140734544119070 140734544121806 0
/proc/31477/statm: 6727 889 754 380 0 145 0
Current children cumulated CPU time: 102.28 s
Current children cumulated vsize: 26908 KiB
Current children cumulated memory: 3556 KiB

[startup+162.3 s]
/proc/loadavg: 2.00 1.99 1.92 3/188 31480
/proc/meminfo: memFree=27999128/32770624 swapFree=67108860/67108860
[pid=31477] ppid=31474 vsize=26908 memory=3556 CPUtime=162.27 cores=0,2,4,6
/proc/31477/stat : 31477 (cosoco) R 31474 31477 4387 0 -1 4202496 1651 0 0 0 16227 0 0 0 20 0 1 0 91827231 27553792 889 33554432000 4194304 5748600 140734544113136 140734544110536 4917909 0 0 4096 8405026 0 0 0 17 0 0 0 0 0 0 7849824 7854664 26640384 140734544118975 140734544119070 140734544119070 140734544121806 0
/proc/31477/statm: 6727 889 754 380 0 145 0
Current children cumulated CPU time: 162.27 s
Current children cumulated vsize: 26908 KiB
Current children cumulated memory: 3556 KiB

[startup+222.3 s]
/proc/loadavg: 2.00 1.99 1.93 3/188 31481
/proc/meminfo: memFree=27999348/32770624 swapFree=67108860/67108860
[pid=31477] ppid=31474 vsize=26908 memory=3556 CPUtime=222.27 cores=0,2,4,6
/proc/31477/stat : 31477 (cosoco) R 31474 31477 4387 0 -1 4202496 1726 0 0 0 22227 0 0 0 20 0 1 0 91827231 27553792 889 33554432000 4194304 5748600 140734544113136 140734544110536 4918965 0 0 4096 8405026 0 0 0 17 0 0 0 0 0 0 7849824 7854664 26640384 140734544118975 140734544119070 140734544119070 140734544121806 0
/proc/31477/statm: 6727 889 754 380 0 145 0
Current children cumulated CPU time: 222.27 s
Current children cumulated vsize: 26908 KiB
Current children cumulated memory: 3556 KiB

[startup+282.3 s]
/proc/loadavg: 2.00 1.99 1.93 3/188 31482
/proc/meminfo: memFree=27999476/32770624 swapFree=67108860/67108860
[pid=31477] ppid=31474 vsize=26908 memory=3556 CPUtime=282.26 cores=0,2,4,6
/proc/31477/stat : 31477 (cosoco) R 31474 31477 4387 0 -1 4202496 1801 0 0 0 28226 0 0 0 20 0 1 0 91827231 27553792 889 33554432000 4194304 5748600 140734544113136 140734544110536 5000334 0 0 4096 8405026 0 0 0 17 0 0 0 0 0 0 7849824 7854664 26640384 140734544118975 140734544119070 140734544119070 140734544121806 0
/proc/31477/statm: 6727 889 754 380 0 145 0
Current children cumulated CPU time: 282.26 s
Current children cumulated vsize: 26908 KiB
Current children cumulated memory: 3556 KiB

[startup+342.3 s]
/proc/loadavg: 2.05 2.00 1.95 3/188 31483
/proc/meminfo: memFree=27999512/32770624 swapFree=67108860/67108860
[pid=31477] ppid=31474 vsize=26908 memory=3556 CPUtime=342.26 cores=0,2,4,6
/proc/31477/stat : 31477 (cosoco) R 31474 31477 4387 0 -1 4202496 1876 0 0 0 34226 0 0 0 20 0 1 0 91827231 27553792 889 33554432000 4194304 5748600 140734544113136 140734544110536 4916768 0 0 4096 8405026 0 0 0 17 0 0 0 0 0 0 7849824 7854664 26640384 140734544118975 140734544119070 140734544119070 140734544121806 0
/proc/31477/statm: 6727 889 754 380 0 145 0
Current children cumulated CPU time: 342.26 s
Current children cumulated vsize: 26908 KiB
Current children cumulated memory: 3556 KiB

[startup+402.3 s]
/proc/loadavg: 2.02 2.00 1.95 3/188 31484
/proc/meminfo: memFree=27999168/32770624 swapFree=67108860/67108860
[pid=31477] ppid=31474 vsize=26908 memory=3556 CPUtime=402.26 cores=0,2,4,6
/proc/31477/stat : 31477 (cosoco) R 31474 31477 4387 0 -1 4202496 1951 0 0 0 40226 0 0 0 20 0 1 0 91827231 27553792 889 33554432000 4194304 5748600 140734544113136 140734544110536 4918953 0 0 4096 8405026 0 0 0 17 0 0 0 0 0 0 7849824 7854664 26640384 140734544118975 140734544119070 140734544119070 140734544121806 0
/proc/31477/statm: 6727 889 754 380 0 145 0
Current children cumulated CPU time: 402.26 s
Current children cumulated vsize: 26908 KiB
Current children cumulated memory: 3556 KiB

[startup+462.3 s]
/proc/loadavg: 2.06 2.02 1.96 3/188 31485
/proc/meminfo: memFree=27999080/32770624 swapFree=67108860/67108860
[pid=31477] ppid=31474 vsize=26908 memory=3556 CPUtime=462.25 cores=0,2,4,6
/proc/31477/stat : 31477 (cosoco) R 31474 31477 4387 0 -1 4202496 2026 0 0 0 46225 0 0 0 20 0 1 0 91827231 27553792 889 33554432000 4194304 5748600 140734544113136 140734544110536 4919387 0 0 4096 8405026 0 0 0 17 0 0 0 0 0 0 7849824 7854664 26640384 140734544118975 140734544119070 140734544119070 140734544121806 0
/proc/31477/statm: 6727 889 754 380 0 145 0
Current children cumulated CPU time: 462.25 s
Current children cumulated vsize: 26908 KiB
Current children cumulated memory: 3556 KiB


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

/proc/31477/statm: 6727 889 754 380 0 145 0
Current children cumulated CPU time: 1602.19 s
Current children cumulated vsize: 26908 KiB
Current children cumulated memory: 3556 KiB

[startup+1662.3 s]
/proc/loadavg: 2.00 2.01 2.01 3/188 31518
/proc/meminfo: memFree=27999040/32770624 swapFree=67108860/67108860
[pid=31477] ppid=31474 vsize=26908 memory=3556 CPUtime=1662.19 cores=0,2,4,6
/proc/31477/stat : 31477 (cosoco) R 31474 31477 4387 0 -1 4202496 3439 0 0 0 166218 1 0 0 20 0 1 0 91827231 27553792 889 33554432000 4194304 5748600 140734544113136 140734544110536 4918921 0 0 4096 8405026 0 0 0 17 0 0 0 0 0 0 7849824 7854664 26640384 140734544118975 140734544119070 140734544119070 140734544121806 0
/proc/31477/statm: 6727 889 754 380 0 145 0
Current children cumulated CPU time: 1662.19 s
Current children cumulated vsize: 26908 KiB
Current children cumulated memory: 3556 KiB

[startup+1722.3 s]
/proc/loadavg: 2.00 2.01 2.01 3/188 31519
/proc/meminfo: memFree=27998916/32770624 swapFree=67108860/67108860
[pid=31477] ppid=31474 vsize=26908 memory=3556 CPUtime=1722.18 cores=0,2,4,6
/proc/31477/stat : 31477 (cosoco) R 31474 31477 4387 0 -1 4202496 3501 0 0 0 172217 1 0 0 20 0 1 0 91827231 27553792 889 33554432000 4194304 5748600 140734544113136 140734544110536 4918295 0 0 4096 8405026 0 0 0 17 0 0 0 0 0 0 7849824 7854664 26640384 140734544118975 140734544119070 140734544119070 140734544121806 0
/proc/31477/statm: 6727 889 754 380 0 145 0
Current children cumulated CPU time: 1722.18 s
Current children cumulated vsize: 26908 KiB
Current children cumulated memory: 3556 KiB

[startup+1782.3 s]
/proc/loadavg: 2.00 2.01 2.01 3/188 31520
/proc/meminfo: memFree=27999040/32770624 swapFree=67108860/67108860
[pid=31477] ppid=31474 vsize=26908 memory=3556 CPUtime=1782.18 cores=0,2,4,6
/proc/31477/stat : 31477 (cosoco) R 31474 31477 4387 0 -1 4202496 3563 0 0 0 178217 1 0 0 20 0 1 0 91827231 27553792 889 33554432000 4194304 5748600 140734544113136 140734544110536 4918256 0 0 4096 8405026 0 0 0 17 0 0 0 0 0 0 7849824 7854664 26640384 140734544118975 140734544119070 140734544119070 140734544121806 0
/proc/31477/statm: 6727 889 754 380 0 145 0
Current children cumulated CPU time: 1782.18 s
Current children cumulated vsize: 26908 KiB
Current children cumulated memory: 3556 KiB

[startup+1842.3 s]
/proc/loadavg: 2.06 2.03 2.02 3/188 31526
/proc/meminfo: memFree=27998696/32770624 swapFree=67108860/67108860
[pid=31477] ppid=31474 vsize=26908 memory=3556 CPUtime=1842.17 cores=0,2,4,6
/proc/31477/stat : 31477 (cosoco) R 31474 31477 4387 0 -1 4202496 3638 0 0 0 184216 1 0 0 20 0 1 0 91827231 27553792 889 33554432000 4194304 5748600 140734544113136 140734544110536 4995448 0 0 4096 8405026 0 0 0 17 0 0 0 0 0 0 7849824 7854664 26640384 140734544118975 140734544119070 140734544119070 140734544121806 0
/proc/31477/statm: 6727 889 754 380 0 145 0
Current children cumulated CPU time: 1842.17 s
Current children cumulated vsize: 26908 KiB
Current children cumulated memory: 3556 KiB

[startup+1902.3 s]
/proc/loadavg: 2.02 2.02 2.02 3/188 31527
/proc/meminfo: memFree=27999228/32770624 swapFree=67108860/67108860
[pid=31477] ppid=31474 vsize=26908 memory=3556 CPUtime=1902.17 cores=0,2,4,6
/proc/31477/stat : 31477 (cosoco) R 31474 31477 4387 0 -1 4202496 3700 0 0 0 190216 1 0 0 20 0 1 0 91827231 27553792 889 33554432000 4194304 5748600 140734544113136 140734544110536 4918821 0 0 4096 8405026 0 0 0 17 0 0 0 0 0 0 7849824 7854664 26640384 140734544118975 140734544119070 140734544119070 140734544121806 0
/proc/31477/statm: 6727 889 754 380 0 145 0
Current children cumulated CPU time: 1902.17 s
Current children cumulated vsize: 26908 KiB
Current children cumulated memory: 3556 KiB

[startup+1962.3 s]
/proc/loadavg: 2.01 2.02 2.02 3/188 31528
/proc/meminfo: memFree=27999008/32770624 swapFree=67108860/67108860
[pid=31477] ppid=31474 vsize=26908 memory=3556 CPUtime=1962.17 cores=0,2,4,6
/proc/31477/stat : 31477 (cosoco) R 31474 31477 4387 0 -1 4202496 3762 0 0 0 196216 1 0 0 20 0 1 0 91827231 27553792 889 33554432000 4194304 5748600 140734544113136 140734544110536 4918327 0 0 4096 8405026 0 0 0 17 0 0 0 0 0 0 7849824 7854664 26640384 140734544118975 140734544119070 140734544119070 140734544121806 0
/proc/31477/statm: 6727 889 754 380 0 145 0
Current children cumulated CPU time: 1962.17 s
Current children cumulated vsize: 26908 KiB
Current children cumulated memory: 3556 KiB

[startup+2022.3 s]
/proc/loadavg: 2.04 2.03 2.02 3/188 31575
/proc/meminfo: memFree=27996788/32770624 swapFree=67108860/67108860
[pid=31477] ppid=31474 vsize=26908 memory=3556 CPUtime=2022.15 cores=0,2,4,6
/proc/31477/stat : 31477 (cosoco) R 31474 31477 4387 0 -1 4202496 3837 0 0 0 202213 2 0 0 20 0 1 0 91827231 27553792 889 33554432000 4194304 5748600 140734544113136 140734544110536 5130122 0 0 4096 8405026 0 0 0 17 0 0 0 0 0 0 7849824 7854664 26640384 140734544118975 140734544119070 140734544119070 140734544121806 0
/proc/31477/statm: 6727 889 754 380 0 145 0
Current children cumulated CPU time: 2022.15 s
Current children cumulated vsize: 26908 KiB
Current children cumulated memory: 3556 KiB

[startup+2082.3 s]
/proc/loadavg: 2.02 2.02 2.02 3/188 31576
/proc/meminfo: memFree=27997728/32770624 swapFree=67108860/67108860
[pid=31477] ppid=31474 vsize=26908 memory=3556 CPUtime=2082.15 cores=0,2,4,6
/proc/31477/stat : 31477 (cosoco) R 31474 31477 4387 0 -1 4202496 3899 0 0 0 208213 2 0 0 20 0 1 0 91827231 27553792 889 33554432000 4194304 5748600 140734544113136 140734544110536 4918965 0 0 4096 8405026 0 0 0 17 0 0 0 0 0 0 7849824 7854664 26640384 140734544118975 140734544119070 140734544119070 140734544121806 0
/proc/31477/statm: 6727 889 754 380 0 145 0
Current children cumulated CPU time: 2082.15 s
Current children cumulated vsize: 26908 KiB
Current children cumulated memory: 3556 KiB

[startup+2142.3 s]
/proc/loadavg: 2.01 2.02 2.02 3/188 31577
/proc/meminfo: memFree=27998100/32770624 swapFree=67108860/67108860
[pid=31477] ppid=31474 vsize=26908 memory=3556 CPUtime=2142.14 cores=0,2,4,6
/proc/31477/stat : 31477 (cosoco) R 31474 31477 4387 0 -1 4202496 3961 0 0 0 214212 2 0 0 20 0 1 0 91827231 27553792 889 33554432000 4194304 5748600 140734544113136 140734544110536 4918921 0 0 4096 8405026 0 0 0 17 0 0 0 0 0 0 7849824 7854664 26640384 140734544118975 140734544119070 140734544119070 140734544121806 0
/proc/31477/statm: 6727 889 754 380 0 145 0
Current children cumulated CPU time: 2142.14 s
Current children cumulated vsize: 26908 KiB
Current children cumulated memory: 3556 KiB

[startup+2202.3 s]
/proc/loadavg: 2.00 2.01 2.02 3/188 31578
/proc/meminfo: memFree=27998484/32770624 swapFree=67108860/67108860
[pid=31477] ppid=31474 vsize=26908 memory=3556 CPUtime=2202.14 cores=0,2,4,6
/proc/31477/stat : 31477 (cosoco) R 31474 31477 4387 0 -1 4202496 4023 0 0 0 220212 2 0 0 20 0 1 0 91827231 27553792 889 33554432000 4194304 5748600 140734544113136 140734544110536 4916838 0 0 4096 8405026 0 0 0 17 0 0 0 0 0 0 7849824 7854664 26640384 140734544118975 140734544119070 140734544119070 140734544121806 0
/proc/31477/statm: 6727 889 754 380 0 145 0
Current children cumulated CPU time: 2202.14 s
Current children cumulated vsize: 26908 KiB
Current children cumulated memory: 3556 KiB

[startup+2262.3 s]
/proc/loadavg: 2.00 2.01 2.02 3/188 31579
/proc/meminfo: memFree=27997864/32770624 swapFree=67108860/67108860
[pid=31477] ppid=31474 vsize=26908 memory=3556 CPUtime=2262.14 cores=0,2,4,6
/proc/31477/stat : 31477 (cosoco) R 31474 31477 4387 0 -1 4202496 4097 0 0 0 226212 2 0 0 20 0 1 0 91827231 27553792 889 33554432000 4194304 5748600 140734544113136 140734544110536 4918953 0 0 4096 8405026 0 0 0 17 0 0 0 0 0 0 7849824 7854664 26640384 140734544118975 140734544119070 140734544119070 140734544121806 0
/proc/31477/statm: 6727 889 754 380 0 145 0
Current children cumulated CPU time: 2262.14 s
Current children cumulated vsize: 26908 KiB
Current children cumulated memory: 3556 KiB

[startup+2322.3 s]
/proc/loadavg: 2.08 2.03 2.03 3/187 31580
/proc/meminfo: memFree=27997888/32770624 swapFree=67108860/67108860
[pid=31477] ppid=31474 vsize=26908 memory=3556 CPUtime=2322.13 cores=0,2,4,6
/proc/31477/stat : 31477 (cosoco) R 31474 31477 4387 0 -1 4202496 4163 0 0 0 232211 2 0 0 20 0 1 0 91827231 27553792 889 33554432000 4194304 5748600 140734544113136 140734544110536 5122371 0 0 4096 8405026 0 0 0 17 0 0 0 0 0 0 7849824 7854664 26640384 140734544118975 140734544119070 140734544119070 140734544121806 0
/proc/31477/statm: 6727 889 754 380 0 145 0
Current children cumulated CPU time: 2322.13 s
Current children cumulated vsize: 26908 KiB
Current children cumulated memory: 3556 KiB

[startup+2382.3 s]
/proc/loadavg: 2.03 2.03 2.03 3/187 31581
/proc/meminfo: memFree=27997780/32770624 swapFree=67108860/67108860
[pid=31477] ppid=31474 vsize=26908 memory=3560 CPUtime=2382.13 cores=0,2,4,6
/proc/31477/stat : 31477 (cosoco) R 31474 31477 4387 0 -1 4202496 4225 0 0 0 238211 2 0 0 20 0 1 0 91827231 27553792 890 33554432000 4194304 5748600 140734544113136 140734544110536 4918965 0 0 4096 8405026 0 0 0 17 0 0 0 0 0 0 7849824 7854664 26640384 140734544118975 140734544119070 140734544119070 140734544121806 0
/proc/31477/statm: 6727 890 754 380 0 145 0
Current children cumulated CPU time: 2382.13 s
Current children cumulated vsize: 26908 KiB
Current children cumulated memory: 3560 KiB



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+2400.2 s]
/proc/loadavg: 2.02 2.02 2.03 2/185 31618
/proc/meminfo: memFree=27997736/32770624 swapFree=67108860/67108860
[pid=31477] ppid=31474 vsize=26908 memory=3560 CPUtime=2400.03 cores=0,2,4,6
/proc/31477/stat : 31477 (cosoco) R 31474 31477 4387 0 -1 4202496 4302 0 0 0 240001 2 0 0 20 0 1 0 91827231 27553792 890 33554432000 4194304 5748600 140734544113136 140734544110536 4915888 0 0 4096 8405026 0 0 0 17 0 0 0 0 0 0 7849824 7854664 26640384 140734544118975 140734544119070 140734544119070 140734544121806 0
/proc/31477/statm: 6727 890 754 380 0 145 0
Current children cumulated CPU time: 2400.03 s
Current children cumulated vsize: 26908 KiB
Current children cumulated memory: 3560 KiB

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

[startup+2400.2 s]
# the end of solver process 31477 was just reported to runsolver
# cumulated CPU time of all completed processes:  user=2400.01 s, system=0.026998 s

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

Child status: 1
Real time (s): 2400.2
CPU time (s): 2400.04
CPU user time (s): 2400.01
CPU system time (s): 0.026998
CPU usage (%): 99.9933
Max. virtual memory (cumulated for all children) (KiB): 26908
Max. memory (cumulated for all children) (KiB): 3560

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 2400.01
system time used= 0.026998
maximum resident set size= 3632
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 4352
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= 7
involuntary context switches= 2498


# summary of solver processes directly reported to runsolver:
#   pid: 31477
#   total CPU time (s): 2400.04
#   total CPU user time (s): 2400.01
#   total CPU system time (s): 0.026998

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 6.66581 second user time and 16.7477 second system time

The end

Launcher Data

Begin job on node149 at 2017-08-13 03:10:05
IDJOB=4267248
IDBENCH=115868
IDSOLVER=2657
FILE ID=node149/4267248-1502587463
RUNJOBID= node149-1502584201-30906
PBS_JOBID= 20628293
Free space on /tmp= 61932 MiB

SOLVER NAME= cosoco-mini 1.12
BENCH NAME= XCSP17/ColouredQueens/ColouredQueens-m1-s1/ColouredQueens-11.xml
COMMAND LINE= cosoco -lc -model -restarts BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4267248-1502587463/watcher-4267248-1502587463 -o /tmp/evaluation-result-4267248-1502587463/solver-4267248-1502587463 -C 2400 -W 2500 -M 15500 --bin-var /tmp/runsolver-exch-node149-1502584201-30906 --watchdog 2560  cosoco -lc -model -restarts HOME/instance-4267248-1502587463.xml

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

MD5SUM BENCH= 3da25fcd556a00d93fc440927ef81e89
RANDOM SEED=61548565

node149.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.43
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.43
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.43
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.43
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:        27998948 kB
MemAvailable:   31973392 kB
Buffers:          239660 kB
Cached:          4008704 kB
SwapCached:            0 kB
Active:          1037380 kB
Inactive:        3266496 kB
Active(anon):      58304 kB
Inactive(anon):    24956 kB
Active(file):     979076 kB
Inactive(file):  3241540 kB
Unevictable:        6360 kB
Mlocked:            6360 kB
SwapTotal:      67108860 kB
SwapFree:       67108860 kB
Dirty:              4156 kB
Writeback:             0 kB
AnonPages:         61260 kB
Mapped:            44148 kB
Shmem:             25256 kB
Slab:             165692 kB
SReclaimable:     139324 kB
SUnreclaim:        26368 kB
KernelStack:        3248 kB
PageTables:         5340 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:     352360 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:       97664 kB
DirectMap2M:    33447936 kB

Free space on /tmp at the end= 61932 MiB
End job on node149 at 2017-08-13 03:50:05