Trace number 4390122

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 2? (TO) 2400.01 2400.2

General information on the benchmark

NameColouredQueens/ColouredQueens-m1-s1/
ColouredQueens-16.xml
MD5SUMca60191094dbbdd7cca22b5ebea1cb75
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 variables256
Number of constraints90
Number of domains1
Minimum domain size16
Maximum domain size16
Distribution of domain sizes[{"size":16,"count":256}]
Minimum variable degree3
Maximum variable degree4
Distribution of variable degrees[{"degree":3,"count":4},{"degree":4,"count":252}]
Minimum constraint arity2
Maximum constraint arity16
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":4},{"arity":14,"count":4},{"arity":15,"count":4},{"arity":16,"count":34}]
Number of extensional constraints0
Number of intensional constraints0
Distribution of constraint types[{"type":"allDifferent","count":90}]
Optimization problemNO
Type of objective

Solver Data

0.00/0.01	c root propagations     : 0           
0.00/0.01	c restarts enabled, print stats at every restarts
0.00/0.01	c
0.00/0.01	c
0.00/0.01	c
0.00/0.01	c This is cosoco 2.00 --  
0.00/0.01	c
0.00/0.01	c command line: cosoco -lc -model -restarts -stick HOME/instance-4390122-1568323540.xml 
0.00/0.01	c ========================================[ Problem Statistics ]===========================================
0.00/0.01	c |                                                                                                       
0.00/0.01	c |  Parse time        :         0.01 s 
0.00/0.01	c |
0.00/0.01	c |               Variables: 256
0.00/0.01	c |            Domain Sizes: 16..16
0.00/0.01	c |
0.00/0.01	c |             Constraints: 90
0.00/0.01	c |                   Arity: 2..16  -- Binary: 4  -- Ternary: 4
0.00/0.01	c | 
0.00/0.01	c |                   Types: 
0.00/0.01	c |                          (X != Y): 4
0.00/0.01	c |                          All Different: 86
0.00/0.01	c |                          
0.00/0.01	c =========================================================================================================
0.00/0.01	c conflicts      decisions      filterCalls    propagations   Root Prop.     Nogoods        min/max/avg depth
0.00/0.06	c 101            453            25535          36836          0              0              97   127   111 
0.09/0.15	c 211            968            63018          90276          0              0              44   133   121 
0.20/0.22	c 332            1647           95215          137465         0              0              37   148   133 
0.30/0.33	c 465            2221           146128         208100         0              0              17   128   109 
0.40/0.44	c 611            3061           199042         286958         0              0              16   131   112 
0.50/0.56	c 771            4077           252687         364323         0              0              22   147   121 
0.59/0.66	c 947            4890           298633         437417         0              0              21   136   119 
0.68/0.75	c 1140           5540           341352         504367         0              0              18   139   124 
0.78/0.89	c 1352           6379           404434         593869         0              0              5   137   117  
0.88/1.00	c 1585           7455           458640         668800         0              0              18   137   111 
1.18/1.22	c 1841           8624           561107         810690         0              0              16   136   117 
1.38/1.43	c 2122           10068          659048         945337         0              0              16   130   113 
1.68/1.73	c 2431           11749          796045         1134784        0              0              18   137   117 
1.88/1.94	c 2770           13241          896364         1268598        0              0              21   133   115 
2.18/2.20	c 3142           15025          1017008        1447088        0              0              40   142   126 
2.48/2.50	c 3551           17042          1157292        1655321        0              0              24   133   114 
2.58/2.65	c 4000           18245          1221581        1763479        0              0              16   135   124 
2.88/2.95	c 4493           20453          1363007        1965112        0              0              35   146   127 
3.18/3.28	c 5035           22693          1512636        2195921        0              0              19   139   121 
3.58/3.66	c 5631           25500          1692282        2486463        0              0              58   156   127 
3.99/4.05	c 6286           27851          1868852        2745509        0              0              55   137   120 
4.38/4.45	c 7006           30764          2057290        3029142        0              0              37   135   120 
4.99/5.09	c 7798           33951          2344787        3463566        0              0              41   135   121 
5.38/5.49	c 8669           36487          2531043        3747470        0              0              28   133   117 
5.88/5.97	c 9627           39598          2745693        4135769        0              0              20   150   129 
6.48/6.51	c 10680          43281          2991359        4490149        0              0              20   138   112 
7.18/7.27	c 11838          49290          3340568        5036913        0              0              13   152   123 
8.09/8.17	c 13111          53818          3754900        5722653        0              0              21   143   126 
9.09/9.15	c 14511          59006          4210626        6386647        0              0              23   146   124 
10.09/10.13	c 16051          64551          4665576        7112833        0              0              47   143   126 
11.18/11.22	c 17745          71071          5154570        7932872        0              0              38   145   129 
12.38/12.48	c 19608          79136          5730046        8826741        0              0              18   143   121 
13.99/14.08	c 21657          88910          6471584        9893817        0              0              33   141   123 
15.48/15.52	c 23910          96934          7138480        10921040       0              0              27   140   123 
16.58/16.64	c 26388          103323         7647624        11782042       0              0              23   147   127 
18.88/18.97	c 29113          118487         8717260        13421548       0              0              14   150   128 
20.88/20.97	c 32110          129334         9629946        14784567       0              0              41   145   123 
22.18/22.29	c 35406          138168         10250548       15758592       0              0              13   143   120 
24.58/24.66	c 39031          152529         11336020       17398141       0              0              30   145   126 
27.28/27.34	c 43018          166676         12536135       19461661       0              0              27   141   125 
30.09/30.14	c 47403          183504         13802783       21425701       0              0              25   142   121 
32.38/32.44	c 52226          200158         14881097       23077606       0              0              22   140   124 
36.09/36.13	c 57531          221770         16557289       25808299       0              0              38   137   120 
39.68/39.70	c 63366          244385         18204445       28232753       0              0              31   135   117 
44.09/44.12	c 69784          272530         20214053       31443606       0              0              34   143   125 
47.28/47.36	c 76843          291605         21660137       34086718       0              0              31   141   123 
52.78/52.88	c 84607          321906         24197232       38120098       0              0              13   152   130 
55.38/55.49	c 93147          345029         25424833       40184452       0              0              21   144   125 
62.48/62.53	c 102541         389202         28612094       45173143       0              0              18   143   123 
68.99/69.01	c 112874         431113         31593622       49701619       0              0              39   149   125 
75.78/75.88	c 124240         473711         34734188       54676389       0              0              47   148   129 
82.48/82.59	c 136742         515911         37817147       59664353       0              0              38   150   126 
90.68/90.74	c 150494         581977         41640059       64849494       0              0              21   147   124 
99.38/99.47	c 165621         630960         45582067       71108684       0              0              5   149   129  
109.88/109.91	c 182260         697473         50354833       78515218       0              0              10   147   125 
120.88/120.96	c 200562         770923         55367261       86432300       0              0              20   141   117 
132.37/132.49	c 220694         840888         60681609       94614357       0              0              21   140   118 
144.37/144.41	c 242839         917430         66178304       103784609      0              0              26   147   126 
152.87/152.96	c 267198         979763         70091398       111275948      0              0              26   157   132 
165.17/165.23	c 293992         1061674        75587610       120609920      0              0              20   153   133 
183.08/183.13	c 323465         1170072        83789415       133873663      0              0              8   156   129  
201.87/201.90	c 355885         1293071        92464537       147468738      0              0              14   154   125 
226.77/226.82	c 391547         1435010        103755325      164661535      0              0              8   150   133  
243.27/243.38	c 430775         1531943        111381286      176328160      0              0              9   137   119  
272.07/272.13	c 473925         1682925        124574879      196722153      0              0              13   148   126 
301.36/301.43	c 521390         1878500        138133157      217590013      0              0              25   150   126 
325.66/325.75	c 573601         2052793        149617728      234085811      0              0              23   144   118 
371.86/372.00	c 631033         2286608        170803702      265340467      0              0              13   150   125 
408.15/408.26	c 694208         2538069        187652330      290575589      0              0              21   145   119 
452.35/452.41	c 763700         2785888        207898838      321439906      0              0              24   156   126 
500.35/500.40	c 840141         3056191        229990893      355260069      0              0              22   145   122 
530.44/530.57	c 924226         3287740        243680654      378720052      0              0              25   152   133 
583.24/583.35	c 1016719        3608543        267858908      419544390      0              0              23   157   133 
623.84/623.96	c 1118461        3888861        286288988      451549715      0              0              15   158   135 
674.53/674.67	c 1230377        4209235        309338248      493308525      0              0              7   154   132  
753.43/753.50	c 1353484        4735609        345702171      553719478      0              0              9   155   127  
829.82/829.99	c 1488901        5186237        380881980      610826025      0              0              11   145   124 
883.82/883.92	c 1637859        5541082        405470571      654337081      0              0              7   149   126  
966.31/966.42	c 1801712        6138521        443823488      717745155      0              0              6   150   124  
1043.60/1043.72	c 1981950        6589786        478711732      784222689      0              0              10   145   130 
1152.30/1152.43	c 2180211        7200313        527832149      875939459      0              0              10   160   135 
1278.89/1279.01	c 2398298        7924568        586306838      966412823      0              0              21   138   115 
1380.89/1381.09	c 2638193        8738759        633353367      1048152198     0              0              15   158   130 
1500.57/1500.73	c 2902077        9460696        687078440      1157925204     0              0              38   153   137 
1668.26/1668.46	c 3192349        10437770       762729254      1287101720     0              0              26   155   127 
1820.04/1820.22	c 3511648        11471842       832860292      1403522819     0              0              35   145   123 
2038.73/2038.98	c 3862876        12706067       932607886      1557006902     0              0              22   148   126 
2206.71/2206.91	c 4249226        13777326       1009319936     1701508582     0              0              14   158   131 
2400.00/2400.20	
2400.00/2400.20	c *** INTERRUPTED ***
2400.00/2400.20	c restarts              : 88          
2400.00/2400.20	c conflicts             : 4580991      (1909 /sec)
2400.00/2400.20	c decisions             : 15143072     (6310 /sec)
2400.00/2400.20	c propagations          : 1834473732  (764363 /sec)
2400.00/2400.20	c root propagations     : 0           
2400.00/2400.20	c filter calls          : 1099564387     (458151 /sec)
2400.00/2400.20	c useless filter calls  : 566857642      (51 %)
2400.00/2400.20	c Memory used           : 27.24 MB
2400.00/2400.20	c CPU time              : 2400 s
2400.00/2400.20	c real time             : 2400.19 s
2400.00/2400.20	
2400.00/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 (12856 MiB free)
  memory of node 1: 16384 MiB (13298 MiB free)
  node distances:
     10  21
     21  10

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4390122-1568323540/watcher-4390122-1568323540 -o /tmp/evaluation-result-4390122-1568323540/solver-4390122-1568323540 -C 2400 -W 2500 -M 15500 --bin-var /tmp/runsolver-exch-node137-1568323498-21939 --watchdog 2560 cosoco -lc -model -restarts -stick HOME/instance-4390122-1568323540.xml 

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

Enforcing CPUTime limit (soft limit, will send SIGTERM then SIGKILL): 2400 seconds
Enforcing CPUTime limit (hard limit, will send SIGXCPU): 2430 seconds
Enforcing wall clock limit (soft limit, will send SIGTERM then SIGKILL): 2500 seconds
Enforcing VSIZE limit (soft limit, will send SIGTERM then SIGKILL): 15872000 KiB
Enforcing VSIZE limit (hard limit, stack expansion will fail with SIGSEGV, brk() and mmap() will return ENOMEM): 15923200 KiB
Linux 3.10.0-514.16.1.el7.x86_64
Starting watchdog thread
solver pid=21962, runsolver pid=21959
Current StackSize limit: 8192 KiB


[startup+0.100544 s]*
/proc/loadavg: 1.00 1.13 1.54 3/199 21969
/proc/meminfo: memFree=26780804/32770624 swapFree=66927140/67108860
[pid=21962] ppid=21959 vsize=27756 memory=4216 CPUtime=0.09 cores=1,3,5,7
/proc/21962/stat : 21962 (cosoco) R 21959 21962 21907 0 -1 4202496 1246 0 0 0 9 0 0 0 20 0 1 0 408601356 28422144 1054 33554432000 4194304 6210612 140734660374720 140734660372680 5078927 0 0 4096 8405026 0 0 0 17 1 0 0 0 0 0 8308220 8313664 15712256 140734660379659 140734660379761 140734660379761 140734660382670 0
/proc/21962/statm: 6939 1054 854 493 0 244 0
Current children cumulated CPU time: 0.09 s
Current children cumulated vsize: 27756 KiB
Current children cumulated memory: 4216 KiB

[startup+0.209494 s]*
/proc/loadavg: 1.00 1.13 1.54 4/199 21969
/proc/meminfo: memFree=26780940/32770624 swapFree=66927140/67108860
[pid=21962] ppid=21959 vsize=27756 memory=4216 CPUtime=0.2 cores=1,3,5,7
/proc/21962/stat : 21962 (cosoco) R 21959 21962 21907 0 -1 4202496 1250 0 0 0 20 0 0 0 20 0 1 0 408601356 28422144 1054 33554432000 4194304 6210612 140734660374720 140734660372680 5082029 0 0 4096 8405026 0 0 0 17 1 0 0 0 0 0 8308220 8313664 15712256 140734660379659 140734660379761 140734660379761 140734660382670 0
/proc/21962/statm: 6939 1054 854 493 0 244 0
Current children cumulated CPU time: 0.2 s
Current children cumulated vsize: 27756 KiB
Current children cumulated memory: 4216 KiB

[startup+0.309187 s]*
/proc/loadavg: 1.00 1.13 1.54 3/199 21969
/proc/meminfo: memFree=26780944/32770624 swapFree=66927140/67108860
[pid=21962] ppid=21959 vsize=27756 memory=4216 CPUtime=0.3 cores=1,3,5,7
/proc/21962/stat : 21962 (cosoco) R 21959 21962 21907 0 -1 4202496 1250 0 0 0 30 0 0 0 20 0 1 0 408601356 28422144 1054 33554432000 4194304 6210612 140734660374720 140734660372680 5078984 0 0 4096 8405026 0 0 0 17 1 0 0 0 0 0 8308220 8313664 15712256 140734660379659 140734660379761 140734660379761 140734660382670 0
/proc/21962/statm: 6939 1054 854 493 0 244 0
Current children cumulated CPU time: 0.3 s
Current children cumulated vsize: 27756 KiB
Current children cumulated memory: 4216 KiB

[startup+0.700268 s]
/proc/loadavg: 1.00 1.13 1.54 3/199 21969
/proc/meminfo: memFree=26780944/32770624 swapFree=66927140/67108860
[pid=21962] ppid=21959 vsize=27756 memory=4216 CPUtime=0.68 cores=1,3,5,7
/proc/21962/stat : 21962 (cosoco) R 21959 21962 21907 0 -1 4202496 1252 0 0 0 68 0 0 0 20 0 1 0 408601356 28422144 1054 33554432000 4194304 6210612 140734660374720 140734660372680 5393174 0 0 4096 8405026 0 0 0 17 1 0 0 0 0 0 8308220 8313664 15712256 140734660379659 140734660379761 140734660379761 140734660382670 0
/proc/21962/statm: 6939 1054 854 493 0 244 0
Current children cumulated CPU time: 0.68 s
Current children cumulated vsize: 27756 KiB
Current children cumulated memory: 4216 KiB

[startup+1.50027 s]
/proc/loadavg: 1.00 1.13 1.54 3/199 21969
/proc/meminfo: memFree=26780944/32770624 swapFree=66927140/67108860
[pid=21962] ppid=21959 vsize=27756 memory=4216 CPUtime=1.48 cores=1,3,5,7
/proc/21962/stat : 21962 (cosoco) R 21959 21962 21907 0 -1 4202496 1252 0 0 0 148 0 0 0 20 0 1 0 408601356 28422144 1054 33554432000 4194304 6210612 140734660374720 140734660372680 5080981 0 0 4096 8405026 0 0 0 17 1 0 0 0 0 0 8308220 8313664 15712256 140734660379659 140734660379761 140734660379761 140734660382670 0
/proc/21962/statm: 6939 1054 854 493 0 244 0
Current children cumulated CPU time: 1.48 s
Current children cumulated vsize: 27756 KiB
Current children cumulated memory: 4216 KiB

[startup+3.1091 s]
/proc/loadavg: 1.00 1.13 1.54 3/199 21969
/proc/meminfo: memFree=26778744/32770624 swapFree=66927140/67108860
[pid=21962] ppid=21959 vsize=27756 memory=4360 CPUtime=3.09 cores=1,3,5,7
/proc/21962/stat : 21962 (cosoco) R 21959 21962 21907 0 -1 4202496 1420 0 0 0 309 0 0 0 20 0 1 0 408601356 28422144 1090 33554432000 4194304 6210612 140734660374720 140734660372680 5074335 0 0 4096 8405026 0 0 0 17 1 0 0 0 0 0 8308220 8313664 15712256 140734660379659 140734660379761 140734660379761 140734660382670 0
/proc/21962/statm: 6939 1090 856 493 0 244 0
Current children cumulated CPU time: 3.09 s
Current children cumulated vsize: 27756 KiB
Current children cumulated memory: 4360 KiB

[startup+6.30026 s]
/proc/loadavg: 1.00 1.13 1.53 3/199 21970
/proc/meminfo: memFree=26780568/32770624 swapFree=66927140/67108860
[pid=21962] ppid=21959 vsize=27756 memory=4372 CPUtime=6.28 cores=1,3,5,7
/proc/21962/stat : 21962 (cosoco) R 21959 21962 21907 0 -1 4202496 1594 0 0 0 628 0 0 0 20 0 1 0 408601356 28422144 1093 33554432000 4194304 6210612 140734660374720 140734660372680 5078690 0 0 4096 8405026 0 0 0 17 1 0 0 0 0 0 8308220 8313664 15712256 140734660379659 140734660379761 140734660379761 140734660382670 0
/proc/21962/statm: 6939 1093 856 493 0 244 0
Current children cumulated CPU time: 6.28 s
Current children cumulated vsize: 27756 KiB
Current children cumulated memory: 4372 KiB

[startup+12.7003 s]
/proc/loadavg: 1.08 1.14 1.54 3/200 21972
/proc/meminfo: memFree=26780080/32770624 swapFree=66927140/67108860
[pid=21962] ppid=21959 vsize=27756 memory=4372 CPUtime=12.68 cores=1,3,5,7
/proc/21962/stat : 21962 (cosoco) R 21959 21962 21907 0 -1 4202496 1765 0 0 0 1268 0 0 0 20 0 1 0 408601356 28422144 1093 33554432000 4194304 6210612 140734660374720 140734660372680 5078927 0 0 4096 8405026 0 0 0 17 1 0 0 0 0 0 8308220 8313664 15712256 140734660379659 140734660379761 140734660379761 140734660382670 0
/proc/21962/statm: 6939 1093 856 493 0 244 0
Current children cumulated CPU time: 12.68 s
Current children cumulated vsize: 27756 KiB
Current children cumulated memory: 4372 KiB

[startup+25.5003 s]
/proc/loadavg: 1.29 1.18 1.54 3/199 21973
/proc/meminfo: memFree=26780204/32770624 swapFree=66927140/67108860
[pid=21962] ppid=21959 vsize=27756 memory=4372 CPUtime=25.48 cores=1,3,5,7
/proc/21962/stat : 21962 (cosoco) R 21959 21962 21907 0 -1 4202496 2106 0 0 0 2548 0 0 0 20 0 1 0 408601356 28422144 1093 33554432000 4194304 6210612 140734660374720 140734660372680 5078708 0 0 4096 8405026 0 0 0 17 1 0 0 0 0 0 8308220 8313664 15712256 140734660379659 140734660379761 140734660379761 140734660382670 0
/proc/21962/statm: 6939 1093 856 493 0 244 0
Current children cumulated CPU time: 25.48 s
Current children cumulated vsize: 27756 KiB
Current children cumulated memory: 4372 KiB

[startup+51.1091 s]
/proc/loadavg: 1.53 1.25 1.56 3/199 21973
/proc/meminfo: memFree=26780360/32770624 swapFree=66927140/67108860
[pid=21962] ppid=21959 vsize=27756 memory=4372 CPUtime=51.09 cores=1,3,5,7
/proc/21962/stat : 21962 (cosoco) R 21959 21962 21907 0 -1 4202496 2277 0 0 0 5109 0 0 0 20 0 1 0 408601356 28422144 1093 33554432000 4194304 6210612 140734660374720 140734660372680 5078976 0 0 4096 8405026 0 0 0 17 1 0 0 0 0 0 8308220 8313664 15712256 140734660379659 140734660379761 140734660379761 140734660382670 0
/proc/21962/statm: 6939 1093 856 493 0 244 0
Current children cumulated CPU time: 51.09 s
Current children cumulated vsize: 27756 KiB
Current children cumulated memory: 4372 KiB

[startup+102.3 s]
/proc/loadavg: 1.75 1.35 1.58 3/199 21979
/proc/meminfo: memFree=26781380/32770624 swapFree=66927140/67108860
[pid=21962] ppid=21959 vsize=27888 memory=4376 CPUtime=102.28 cores=1,3,5,7
/proc/21962/stat : 21962 (cosoco) R 21959 21962 21907 0 -1 4202496 2450 0 0 0 10228 0 0 0 20 0 1 0 408601356 28557312 1094 33554432000 4194304 6210612 140734660374720 140734660372680 5082048 0 0 4096 8405026 0 0 0 17 1 0 0 0 0 0 8308220 8313664 15712256 140734660379659 140734660379761 140734660379761 140734660382670 0
/proc/21962/statm: 6972 1094 856 493 0 277 0
Current children cumulated CPU time: 102.28 s
Current children cumulated vsize: 27888 KiB
Current children cumulated memory: 4376 KiB

[startup+162.3 s]
/proc/loadavg: 1.91 1.47 1.60 3/199 21983
/proc/meminfo: memFree=26781332/32770624 swapFree=66927140/67108860
[pid=21962] ppid=21959 vsize=27888 memory=4376 CPUtime=162.27 cores=1,3,5,7
/proc/21962/stat : 21962 (cosoco) R 21959 21962 21907 0 -1 4202496 2622 0 0 0 16227 0 0 0 20 0 1 0 408601356 28557312 1094 33554432000 4194304 6210612 140734660374720 140734660372680 5078397 0 0 4096 8405026 0 0 0 17 1 0 0 0 0 0 8308220 8313664 15712256 140734660379659 140734660379761 140734660379761 140734660382670 0
/proc/21962/statm: 6972 1094 856 493 0 277 0
Current children cumulated CPU time: 162.27 s
Current children cumulated vsize: 27888 KiB
Current children cumulated memory: 4376 KiB

[startup+222.3 s]
/proc/loadavg: 1.97 1.56 1.63 3/200 21989
/proc/meminfo: memFree=26780264/32770624 swapFree=66927140/67108860
[pid=21962] ppid=21959 vsize=27888 memory=4384 CPUtime=222.27 cores=1,3,5,7
/proc/21962/stat : 21962 (cosoco) R 21959 21962 21907 0 -1 4202496 2796 0 0 0 22227 0 0 0 20 0 1 0 408601356 28557312 1096 33554432000 4194304 6210612 140734660374720 140734660372680 5074869 0 0 4096 8405026 0 0 0 17 1 0 0 0 0 0 8308220 8313664 15712256 140734660379659 140734660379761 140734660379761 140734660382670 0
/proc/21962/statm: 6972 1096 856 493 0 277 0
Current children cumulated CPU time: 222.27 s
Current children cumulated vsize: 27888 KiB
Current children cumulated memory: 4384 KiB

[startup+282.3 s]
/proc/loadavg: 1.99 1.64 1.65 3/200 21995
/proc/meminfo: memFree=26780700/32770624 swapFree=66927140/67108860
[pid=21962] ppid=21959 vsize=27888 memory=4384 CPUtime=282.26 cores=1,3,5,7
/proc/21962/stat : 21962 (cosoco) R 21959 21962 21907 0 -1 4202496 2969 0 0 0 28226 0 0 0 20 0 1 0 408601356 28557312 1096 33554432000 4194304 6210612 140734660374720 140734660372680 5082391 0 0 4096 8405026 0 0 0 17 1 0 0 0 0 0 8308220 8313664 15712256 140734660379659 140734660379761 140734660379761 140734660382670 0
/proc/21962/statm: 6972 1096 856 493 0 277 0
Current children cumulated CPU time: 282.26 s
Current children cumulated vsize: 27888 KiB
Current children cumulated memory: 4384 KiB

[startup+342.3 s]
/proc/loadavg: 2.05 1.72 1.68 3/200 22006
/proc/meminfo: memFree=26780000/32770624 swapFree=66927140/67108860
[pid=21962] ppid=21959 vsize=27888 memory=4384 CPUtime=342.26 cores=1,3,5,7
/proc/21962/stat : 21962 (cosoco) R 21959 21962 21907 0 -1 4202496 3142 0 0 0 34226 0 0 0 20 0 1 0 408601356 28557312 1096 33554432000 4194304 6210612 140734660374720 140734660372680 5081003 0 0 4096 8405026 0 0 0 17 1 0 0 0 0 0 8308220 8313664 15712256 140734660379659 140734660379761 140734660379761 140734660382670 0
/proc/21962/statm: 6972 1096 856 493 0 277 0
Current children cumulated CPU time: 342.26 s
Current children cumulated vsize: 27888 KiB
Current children cumulated memory: 4384 KiB

[startup+402.3 s]
/proc/loadavg: 2.02 1.77 1.70 3/200 22010
/proc/meminfo: memFree=26780048/32770624 swapFree=66927140/67108860
[pid=21962] ppid=21959 vsize=27888 memory=4384 CPUtime=402.25 cores=1,3,5,7
/proc/21962/stat : 21962 (cosoco) R 21959 21962 21907 0 -1 4202496 3315 0 0 0 40225 0 0 0 20 0 1 0 408601356 28557312 1096 33554432000 4194304 6210612 140734660374720 140734660372680 5080933 0 0 4096 8405026 0 0 0 17 1 0 0 0 0 0 8308220 8313664 15712256 140734660379659 140734660379761 140734660379761 140734660382670 0
/proc/21962/statm: 6972 1096 856 493 0 277 0
Current children cumulated CPU time: 402.25 s
Current children cumulated vsize: 27888 KiB
Current children cumulated memory: 4384 KiB

[startup+462.3 s]
/proc/loadavg: 2.01 1.82 1.71 3/200 22016
/proc/meminfo: memFree=26780188/32770624 swapFree=66927140/67108860
[pid=21962] ppid=21959 vsize=27888 memory=4384 CPUtime=462.25 cores=1,3,5,7
/proc/21962/stat : 21962 (cosoco) R 21959 21962 21907 0 -1 4202496 3489 0 0 0 46225 0 0 0 20 0 1 0 408601356 28557312 1096 33554432000 4194304 6210612 140734660374720 140734660372680 5078394 0 0 4096 8405026 0 0 0 17 1 0 0 0 0 0 8308220 8313664 15712256 140734660379659 140734660379761 140734660379761 140734660382670 0
/proc/21962/statm: 6972 1096 856 493 0 277 0
Current children cumulated CPU time: 462.25 s
Current children cumulated vsize: 27888 KiB
Current children cumulated memory: 4384 KiB


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

/proc/21962/statm: 6972 1099 856 493 0 277 0
Current children cumulated CPU time: 1602.16 s
Current children cumulated vsize: 27888 KiB
Current children cumulated memory: 4396 KiB

[startup+1662.3 s]
/proc/loadavg: 2.00 1.99 1.92 3/199 22123
/proc/meminfo: memFree=26779560/32770624 swapFree=66927140/67108860
[pid=21962] ppid=21959 vsize=27888 memory=4396 CPUtime=1662.16 cores=1,3,5,7
/proc/21962/stat : 21962 (cosoco) R 21959 21962 21907 0 -1 4202496 6896 0 0 0 166216 0 0 0 20 0 1 0 408601356 28557312 1099 33554432000 4194304 6210612 140734660374720 140734660372680 5074158 0 0 4096 8405026 0 0 0 17 1 0 0 0 0 0 8308220 8313664 15712256 140734660379659 140734660379761 140734660379761 140734660382670 0
/proc/21962/statm: 6972 1099 856 493 0 277 0
Current children cumulated CPU time: 1662.16 s
Current children cumulated vsize: 27888 KiB
Current children cumulated memory: 4396 KiB

[startup+1722.3 s]
/proc/loadavg: 2.00 1.99 1.92 3/199 22142
/proc/meminfo: memFree=26778368/32770624 swapFree=66927140/67108860
[pid=21962] ppid=21959 vsize=27888 memory=4396 CPUtime=1722.15 cores=1,3,5,7
/proc/21962/stat : 21962 (cosoco) R 21959 21962 21907 0 -1 4202496 7072 0 0 0 172215 0 0 0 20 0 1 0 408601356 28557312 1099 33554432000 4194304 6210612 140734660374720 140734660372680 5078984 0 0 4096 8405026 0 0 0 17 1 0 0 0 0 0 8308220 8313664 15712256 140734660379659 140734660379761 140734660379761 140734660382670 0
/proc/21962/statm: 6972 1099 856 493 0 277 0
Current children cumulated CPU time: 1722.15 s
Current children cumulated vsize: 27888 KiB
Current children cumulated memory: 4396 KiB

[startup+1782.3 s]
/proc/loadavg: 2.00 1.99 1.93 3/199 22146
/proc/meminfo: memFree=26778912/32770624 swapFree=66927140/67108860
[pid=21962] ppid=21959 vsize=27888 memory=4396 CPUtime=1782.15 cores=1,3,5,7
/proc/21962/stat : 21962 (cosoco) R 21959 21962 21907 0 -1 4202496 7234 0 0 0 178215 0 0 0 20 0 1 0 408601356 28557312 1099 33554432000 4194304 6210612 140734660374720 140734660372680 5080987 0 0 4096 8405026 0 0 0 17 1 0 0 0 0 0 8308220 8313664 15712256 140734660379659 140734660379761 140734660379761 140734660382670 0
/proc/21962/statm: 6972 1099 856 493 0 277 0
Current children cumulated CPU time: 1782.15 s
Current children cumulated vsize: 27888 KiB
Current children cumulated memory: 4396 KiB

[startup+1842.3 s]
/proc/loadavg: 2.00 1.99 1.93 3/199 22151
/proc/meminfo: memFree=26779192/32770624 swapFree=66927140/67108860
[pid=21962] ppid=21959 vsize=27888 memory=4396 CPUtime=1842.14 cores=1,3,5,7
/proc/21962/stat : 21962 (cosoco) R 21959 21962 21907 0 -1 4202496 7410 0 0 0 184214 0 0 0 20 0 1 0 408601356 28557312 1099 33554432000 4194304 6210612 140734660374720 140734660372680 5192880 0 0 4096 8405026 0 0 0 17 1 0 0 0 0 0 8308220 8313664 15712256 140734660379659 140734660379761 140734660379761 140734660382670 0
/proc/21962/statm: 6972 1099 856 493 0 277 0
Current children cumulated CPU time: 1842.14 s
Current children cumulated vsize: 27888 KiB
Current children cumulated memory: 4396 KiB

[startup+1902.3 s]
/proc/loadavg: 2.00 1.99 1.94 3/199 22157
/proc/meminfo: memFree=26779168/32770624 swapFree=66927140/67108860
[pid=21962] ppid=21959 vsize=27888 memory=4396 CPUtime=1902.14 cores=1,3,5,7
/proc/21962/stat : 21962 (cosoco) R 21959 21962 21907 0 -1 4202496 7574 0 0 0 190214 0 0 0 20 0 1 0 408601356 28557312 1099 33554432000 4194304 6210612 140734660374720 140734660372680 5082127 0 0 4096 8405026 0 0 0 17 1 0 0 0 0 0 8308220 8313664 15712256 140734660379659 140734660379761 140734660379761 140734660382670 0
/proc/21962/statm: 6972 1099 856 493 0 277 0
Current children cumulated CPU time: 1902.14 s
Current children cumulated vsize: 27888 KiB
Current children cumulated memory: 4396 KiB

[startup+1962.3 s]
/proc/loadavg: 2.00 1.99 1.95 3/199 22161
/proc/meminfo: memFree=26778836/32770624 swapFree=66927140/67108860
[pid=21962] ppid=21959 vsize=27888 memory=4396 CPUtime=1962.13 cores=1,3,5,7
/proc/21962/stat : 21962 (cosoco) R 21959 21962 21907 0 -1 4202496 7737 0 0 0 196213 0 0 0 20 0 1 0 408601356 28557312 1099 33554432000 4194304 6210612 140734660374720 140734660372680 5075470 0 0 4096 8405026 0 0 0 17 1 0 0 0 0 0 8308220 8313664 15712256 140734660379659 140734660379761 140734660379761 140734660382670 0
/proc/21962/statm: 6972 1099 856 493 0 277 0
Current children cumulated CPU time: 1962.13 s
Current children cumulated vsize: 27888 KiB
Current children cumulated memory: 4396 KiB

[startup+2022.3 s]
/proc/loadavg: 2.00 1.99 1.95 3/199 22166
/proc/meminfo: memFree=26779248/32770624 swapFree=66927140/67108860
[pid=21962] ppid=21959 vsize=27888 memory=4396 CPUtime=2022.13 cores=1,3,5,7
/proc/21962/stat : 21962 (cosoco) R 21959 21962 21907 0 -1 4202496 7902 0 0 0 202213 0 0 0 20 0 1 0 408601356 28557312 1099 33554432000 4194304 6210612 140734660374720 140734660372680 5074734 0 0 4096 8405026 0 0 0 17 1 0 0 0 0 0 8308220 8313664 15712256 140734660379659 140734660379761 140734660379761 140734660382670 0
/proc/21962/statm: 6972 1099 856 493 0 277 0
Current children cumulated CPU time: 2022.13 s
Current children cumulated vsize: 27888 KiB
Current children cumulated memory: 4396 KiB

[startup+2082.3 s]
/proc/loadavg: 2.00 1.99 1.95 3/199 22172
/proc/meminfo: memFree=26779592/32770624 swapFree=66927140/67108860
[pid=21962] ppid=21959 vsize=27888 memory=4396 CPUtime=2082.12 cores=1,3,5,7
/proc/21962/stat : 21962 (cosoco) R 21959 21962 21907 0 -1 4202496 8078 0 0 0 208212 0 0 0 20 0 1 0 408601356 28557312 1099 33554432000 4194304 6210612 140734660374720 140734660372680 5079752 0 0 4096 8405026 0 0 0 17 1 0 0 0 0 0 8308220 8313664 15712256 140734660379659 140734660379761 140734660379761 140734660382670 0
/proc/21962/statm: 6972 1099 856 493 0 277 0
Current children cumulated CPU time: 2082.12 s
Current children cumulated vsize: 27888 KiB
Current children cumulated memory: 4396 KiB

[startup+2142.3 s]
/proc/loadavg: 2.00 1.99 1.95 3/199 22183
/proc/meminfo: memFree=26779364/32770624 swapFree=66927144/67108860
[pid=21962] ppid=21959 vsize=27888 memory=4396 CPUtime=2142.12 cores=1,3,5,7
/proc/21962/stat : 21962 (cosoco) R 21959 21962 21907 0 -1 4202496 8242 0 0 0 214212 0 0 0 20 0 1 0 408601356 28557312 1099 33554432000 4194304 6210612 140734660374720 140734660372680 5081379 0 0 4096 8405026 0 0 0 17 1 0 0 0 0 0 8308220 8313664 15712256 140734660379659 140734660379761 140734660379761 140734660382670 0
/proc/21962/statm: 6972 1099 856 493 0 277 0
Current children cumulated CPU time: 2142.12 s
Current children cumulated vsize: 27888 KiB
Current children cumulated memory: 4396 KiB

[startup+2202.3 s]
/proc/loadavg: 2.00 1.99 1.95 3/199 22212
/proc/meminfo: memFree=26778472/32770624 swapFree=66927152/67108860
[pid=21962] ppid=21959 vsize=27888 memory=4396 CPUtime=2202.11 cores=1,3,5,7
/proc/21962/stat : 21962 (cosoco) R 21959 21962 21907 0 -1 4202496 8406 0 0 0 220211 0 0 0 20 0 1 0 408601356 28557312 1099 33554432000 4194304 6210612 140734660374720 140734660372680 5080943 0 0 4096 8405026 0 0 0 17 1 0 0 0 0 0 8308220 8313664 15712256 140734660379659 140734660379761 140734660379761 140734660382670 0
/proc/21962/statm: 6972 1099 856 493 0 277 0
Current children cumulated CPU time: 2202.11 s
Current children cumulated vsize: 27888 KiB
Current children cumulated memory: 4396 KiB

[startup+2262.3 s]
/proc/loadavg: 2.00 1.99 1.95 3/199 22218
/proc/meminfo: memFree=26778272/32770624 swapFree=66927152/67108860
[pid=21962] ppid=21959 vsize=27888 memory=4396 CPUtime=2262.11 cores=1,3,5,7
/proc/21962/stat : 21962 (cosoco) R 21959 21962 21907 0 -1 4202496 8582 0 0 0 226211 0 0 0 20 0 1 0 408601356 28557312 1099 33554432000 4194304 6210612 140734660374720 140734660372680 5078864 0 0 4096 8405026 0 0 0 17 1 0 0 0 0 0 8308220 8313664 15712256 140734660379659 140734660379761 140734660379761 140734660382670 0
/proc/21962/statm: 6972 1099 856 493 0 277 0
Current children cumulated CPU time: 2262.11 s
Current children cumulated vsize: 27888 KiB
Current children cumulated memory: 4396 KiB

[startup+2322.3 s]
/proc/loadavg: 2.00 1.99 1.95 3/199 22222
/proc/meminfo: memFree=26778220/32770624 swapFree=66927152/67108860
[pid=21962] ppid=21959 vsize=27888 memory=4396 CPUtime=2322.1 cores=1,3,5,7
/proc/21962/stat : 21962 (cosoco) R 21959 21962 21907 0 -1 4202496 8746 0 0 0 232210 0 0 0 20 0 1 0 408601356 28557312 1099 33554432000 4194304 6210612 140734660374720 140734660372680 5078504 0 0 4096 8405026 0 0 0 17 1 0 0 0 0 0 8308220 8313664 15712256 140734660379659 140734660379761 140734660379761 140734660382670 0
/proc/21962/statm: 6972 1099 856 493 0 277 0
Current children cumulated CPU time: 2322.1 s
Current children cumulated vsize: 27888 KiB
Current children cumulated memory: 4396 KiB

[startup+2382.3 s]
/proc/loadavg: 2.00 1.99 1.95 3/199 22226
/proc/meminfo: memFree=26778024/32770624 swapFree=66927152/67108860
[pid=21962] ppid=21959 vsize=27888 memory=4396 CPUtime=2382.1 cores=1,3,5,7
/proc/21962/stat : 21962 (cosoco) R 21959 21962 21907 0 -1 4202496 8910 0 0 0 238210 0 0 0 20 0 1 0 408601356 28557312 1099 33554432000 4194304 6210612 140734660374720 140734660372680 5082048 0 0 4096 8405026 0 0 0 17 1 0 0 0 0 0 8308220 8313664 15712256 140734660379659 140734660379761 140734660379761 140734660382670 0
/proc/21962/statm: 6972 1099 856 493 0 277 0
Current children cumulated CPU time: 2382.1 s
Current children cumulated vsize: 27888 KiB
Current children cumulated memory: 4396 KiB



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+2400.2 s]
/proc/loadavg: 2.00 1.99 1.95 3/199 22228
/proc/meminfo: memFree=26777936/32770624 swapFree=66927152/67108860
[pid=21962] ppid=21959 vsize=27888 memory=4396 CPUtime=2400 cores=1,3,5,7
/proc/21962/stat : 21962 (cosoco) R 21959 21962 21907 0 -1 4202496 9073 0 0 0 240000 0 0 0 20 0 1 0 408601356 28557312 1099 33554432000 4194304 6210612 140734660374720 140734660372680 5078878 0 0 4096 8405026 0 0 0 17 1 0 0 0 0 0 8308220 8313664 15712256 140734660379659 140734660379761 140734660379761 140734660382670 0
/proc/21962/statm: 6972 1099 856 493 0 277 0
Current children cumulated CPU time: 2400 s
Current children cumulated vsize: 27888 KiB
Current children cumulated memory: 4396 KiB

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

[startup+2400.2 s]
# the end of solver process 21962 was just reported to runsolver
# cumulated CPU time of all completed processes:  user=2400 s, system=0.002908 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.01
CPU user time (s): 2400
CPU system time (s): 0.002908
CPU usage (%): 99.9919
Max. virtual memory (cumulated for all children) (KiB): 27888
Max. memory (cumulated for all children) (KiB): 4396

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 2400
system time used= 0.002908
maximum resident set size= 4464
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 9124
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= 33
involuntary context switches= 619


# summary of solver processes directly reported to runsolver:
#   pid: 21962
#   total CPU time (s): 2400.01
#   total CPU user time (s): 2400
#   total CPU system time (s): 0.002908

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 8.71683 second user time and 15.1269 second system time

The end

Launcher Data

Begin job on node137 at 2019-09-12 23:24:58
IDJOB=4390122
IDBENCH=115876
IDSOLVER=2830
FILE ID=node137/4390122-1568323540
RUNJOBID= node137-1568323498-21939
PBS_JOBID= 21701145
Free space on /tmp= 61236 MiB

SOLVER NAME= cosoco 2
BENCH NAME= XCSP17/ColouredQueens/ColouredQueens-m1-s1/ColouredQueens-16.xml
COMMAND LINE= cosoco -lc -model -restarts -stick BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4390122-1568323540/watcher-4390122-1568323540 -o /tmp/evaluation-result-4390122-1568323540/solver-4390122-1568323540 -C 2400 -W 2500 -M 15500 --bin-var /tmp/runsolver-exch-node137-1568323498-21939 --watchdog 2560  cosoco -lc -model -restarts -stick HOME/instance-4390122-1568323540.xml

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

MD5SUM BENCH= ca60191094dbbdd7cca22b5ebea1cb75
RANDOM SEED=816818416

node137.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	: 5334.00
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	: 5334.00
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	: 5334.00
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	: 5334.00
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:        26784408 kB
MemAvailable:   31803964 kB
Buffers:          132584 kB
Cached:          5152260 kB
SwapCached:        77576 kB
Active:          1355960 kB
Inactive:        4010580 kB
Active(anon):       5204 kB
Inactive(anon):   118056 kB
Active(file):    1350756 kB
Inactive(file):  3892524 kB
Unevictable:      109296 kB
Mlocked:          109296 kB
SwapTotal:      67108860 kB
SwapFree:       66927140 kB
Dirty:              2764 kB
Writeback:             0 kB
AnonPages:        113808 kB
Mapped:            43464 kB
Shmem:             32672 kB
Slab:             213404 kB
SReclaimable:     184224 kB
SUnreclaim:        29180 kB
KernelStack:        3376 kB
PageTables:         5704 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:     502968 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      350232 kB
VmallocChunk:   34341910524 kB
HardwareCorrupted:     0 kB
AnonHugePages:     67584 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:      105856 kB
DirectMap2M:    33439744 kB

Free space on /tmp at the end= 61232 MiB
End job on node137 at 2019-09-13 00:04:58