Trace number 4251510

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.1 (2017-06-27)? (TO) 2400.06 2399.8

General information on the benchmark

NameColouredQueens/ColouredQueens-m1-s1/
ColouredQueens-14.xml
MD5SUMeb742fbc5fe115028f4ee34ab4b949cf
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 variables196
Number of constraints78
Number of domains1
Minimum domain size14
Maximum domain size14
Distribution of domain sizes[{"size":14,"count":196}]
Minimum variable degree3
Maximum variable degree4
Distribution of variable degrees[{"degree":3,"count":4},{"degree":4,"count":192}]
Minimum constraint arity2
Maximum constraint arity14
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":30}]
Number of extensional constraints0
Number of intensional constraints0
Distribution of constraint types[{"type":"allDifferent","count":78}]
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.0 --  
0.00/0.00	c
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: 196
0.00/0.00	c |            Domain Sizes: 14..14
0.00/0.00	c |
0.00/0.00	c |             Constraints: 78
0.00/0.00	c |                   Arity: 2..14  -- Binary: 4  -- Ternary: 4
0.00/0.00	c | 
0.00/0.00	c |                   Types: 
0.00/0.00	c |                          All Different: 78
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.04	c 101            429            19268          34641          0              0              73   99   91   
0.00/0.08	c 211            852            41404          64908          0              0              75   97   84   
0.09/0.14	c 332            1425           71729          108094         0              0              79   100   88  
0.09/0.18	c 465            1926           93275          140821         0              0              69   96   85   
0.19/0.22	c 611            2385           113871         175684         0              0              27   105   94  
0.19/0.26	c 771            2907           136420         203077         0              0              75   99   87   
0.29/0.33	c 947            3500           176324         265087         0              0              78   101   88  
0.39/0.42	c 1140           4126           221596         339710         0              0              70   95   80   
0.39/0.47	c 1352           4713           250630         395493         0              0              71   102   91  
0.49/0.57	c 1585           5496           300475         473744         0              0              76   98   85   
0.59/0.65	c 1841           6194           342951         546127         0              0              70   104   95  
0.69/0.75	c 2122           7211           397020         631991         0              0              80   105   90  
0.79/0.87	c 2431           8186           460292         733551         0              0              69   96   83   
0.89/0.96	c 2770           9189           509380         832177         0              0              71   100   90  
1.10/1.11	c 3142           10402          585806         969124         0              0              56   98   89   
1.20/1.24	c 3551           11750          658010         1083050        0              0              75   101   88  
1.39/1.43	c 4000           12996          761090         1244785        0              0              71   104   90  
1.59/1.65	c 4493           14540          875729         1421239        0              0              77   102   89  
1.79/1.83	c 5035           16191          970609         1575689        0              0              70   104   87  
2.09/2.12	c 5631           18351          1120400        1814244        0              0              73   104   93  
2.30/2.36	c 6286           20378          1248465        2013172        0              0              63   105   93  
2.59/2.66	c 7006           22715          1408008        2242644        0              0              69   97   82   
2.99/3.03	c 7798           25171          1598787        2548031        0              0              76   106   94  
3.40/3.46	c 8669           28792          1829193        2878303        0              0              65   101   81  
3.69/3.73	c 9627           31541          1974632        3121483        0              0              77   107   95  
3.99/4.09	c 10680          34975          2163211        3457887        0              0              75   106   94  
4.50/4.53	c 11838          38208          2399070        3868251        0              0              80   105   93  
4.89/4.93	c 13111          41804          2608274        4233038        0              0              74   103   89  
5.29/5.34	c 14511          45697          2827731        4620783        0              0              78   105   91  
5.89/5.92	c 16051          51148          3128459        5122304        0              0              73   106   91  
6.39/6.40	c 17745          56022          3376517        5586358        0              0              51   107   96  
6.99/7.06	c 19608          62270          3727075        6129813        0              0              74   101   86  
7.80/7.86	c 21657          69647          4146880        6816439        0              0              74   107   93  
8.69/8.79	c 23910          76704          4629251        7610197        0              0              71   106   91  
9.59/9.60	c 26388          84335          5050752        8361675        0              0              78   108   96  
10.69/10.78	c 29113          92695          5665582        9295441        0              0              75   111   95  
11.79/11.88	c 32110          101897         6241035        10299032       0              0              76   113   97  
12.99/13.05	c 35406          111427         6857151        11290944       0              0              76   107   93  
13.89/13.98	c 39031          120157         7335380        12219174       0              0              75   108   97  
14.69/14.71	c 43018          129117         7726237        12928829       0              0              76   109   99  
16.09/16.12	c 47403          141847         8478497        13993449       0              0              72   105   87  
18.19/18.27	c 52226          158535         9603162        15853645       0              0              71   107   89  
19.90/19.98	c 57531          174586         10513654       17404949       0              0              72   110   93  
21.79/21.88	c 63366          193126         11512701       19052800       0              0              49   113   91  
24.59/24.67	c 69784          214052         12954873       21442964       0              0              73   110   91  
27.40/27.47	c 76843          237011         14433102       23759965       0              0              66   118   93  
29.30/29.30	c 84607          254661         15386543       25550172       0              0              77   110   94  
31.30/31.36	c 93147          275678         16456952       27714168       0              0              75   114   93  
34.90/34.95	c 102541         310925         18332320       30872188       0              0              79   116   96  
37.80/37.83	c 112874         340552         19815168       33634918       0              0              72   118   99  
41.70/41.78	c 124240         374986         21939730       36839611       0              0              77   111   92  
47.30/47.37	c 136742         418442         24912972       41275310       0              0              38   107   89  
51.30/51.35	c 150494         455359         27015488       44984615       0              0              75   111   94  
57.40/57.43	c 165621         503252         30218005       49675532       0              0              74   112   90  
62.40/62.45	c 182260         548282         32847837       54572320       0              0              23   116   97  
67.40/67.46	c 200562         588586         35464225       59059139       0              0              75   112   95  
75.20/75.24	c 220694         655335         39573155       65180285       0              0              72   107   89  
81.51/81.55	c 242839         725955         42984878       70625020       0              0              74   114   92  
87.40/87.47	c 267198         788872         46092719       77314377       0              0              73   111   91  
98.10/98.12	c 293992         887015         51640236       86347055       0              0              70   112   89  
107.81/107.88	c 323465         963047         56782015       94779821       0              0              70   108   90  
115.90/115.98	c 355885         1053626        61170609       102288929      0              0              69   111   95  
126.41/126.41	c 391547         1154974        66595290       111689104      0              0              37   109   90  
140.51/140.54	c 430775         1280137        74043072       123961586      0              0              47   116   93  
154.71/154.77	c 473925         1386249        81471769       135788244      0              0              72   115   97  
170.52/170.56	c 521390         1533228        89901574       150475141      0              0              72   116   94  
188.71/188.78	c 573601         1683442        99501207       165843896      0              0              69   110   90  
203.71/203.70	c 631033         1828991        107218152      181540534      0              0              72   115   95  
226.12/226.19	c 694208         2010014        119063231      201460718      0              0              70   112   92  
248.82/248.86	c 763700         2206561        130840993      222527760      0              0              69   119   96  
275.62/275.62	c 840141         2438156        144916976      245339271      0              0              74   118   96  
300.33/300.31	c 924226         2674390        158016040      266924786      0              0              69   117   95  
325.43/325.43	c 1016719        2940439        171397988      288795302      0              0              36   118   96  
355.73/355.72	c 1118461        3200879        187345468      316607750      0              0              65   124   96  
387.73/387.79	c 1230377        3492424        204109075      346641327      0              0              70   113   94  
439.74/439.71	c 1353484        3939907        230975232      389442290      0              0              69   115   89  
474.34/474.35	c 1488901        4257776        249224519      421564503      0              0              66   116   93  
525.75/525.74	c 1637859        4737932        276693559      463981773      0              0              69   117   90  
579.45/579.43	c 1801712        5215498        304838076      512747143      0              0              73   120   96  
630.16/630.12	c 1981950        5672748        331600257      558794433      0              0              68   114   93  
682.26/682.24	c 2180211        6226697        359039769      610721377      0              0              68   120   96  
758.67/758.63	c 2398298        6915202        399805707      676855702      0              0              39   121   96  
822.99/822.99	c 2638193        7497872        433050713      739832027      0              0              75   124   103 
910.79/910.77	c 2902077        8227408        478960374      816315072      0              0              74   118   97  
991.20/991.15	c 3192349        9047509        522336050      886640851      0              0              67   116   92  
1086.21/1086.19	c 3511648        9880453        572080475      973739365      0              0              69   118   94  
1209.22/1209.14	c 3862876        11004522       636874374      1077659991     0              0              70   116   91  
1323.03/1322.98	c 4249226        12016209       696161360      1178879709     0              0              69   115   92  
1478.05/1477.97	c 4674211        13304316       777233750      1313474728     0              0              72   120   95  
1647.77/1647.67	c 5141694        14786428       866856618      1454851591     0              0              56   119   92  
1841.89/1841.74	c 5655925        16492199       968299136      1616681198     0              0              74   119   92  
2004.51/2004.34	c 6221579        18086069       1053108219     1773182377     0              0              72   121   98  
2165.32/2165.11	c 6843798        19626655       1136546298     1929892247     0              0              71   117   95  
2300.84/2300.60	c 7528238        21237904       1207917385     2079328418     0              0              54   119   96  

Verifier Data

One s line expected

Watcher Data

runsolver Copyright (C) 2010-2013 Olivier ROUSSEL

This is runsolver version 3.3.7 (svn: 2553)

This program is distributed in the hope that it will be useful,
but WITHOUT ANY WARRANTY; without even the implied warranty of
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
GNU General Public License for more details.

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4251510-1500914935/watcher-4251510-1500914935 -o /tmp/evaluation-result-4251510-1500914935/solver-4251510-1500914935 -C 2400 -W 2500 -M 15500 --bin-var /tmp/runsolver-exch-node123-1500914921-4815 --watchdog 2560 HOME/cosoco -lc -model -restarts HOME/instance-4251510-1500914935.xml 

pid=5253
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
Current StackSize limit: 8192 KiB


[startup+0 s]
/proc/loadavg: 0.16 0.05 0.84 2/175 5256
/proc/meminfo: memFree=32074028/32770624 swapFree=6560/139432
[pid=5256] ppid=5253 vsize=26904 CPUtime=0 cores=1,3,5,7
/proc/5256/stat : 5256 (cosoco) R 5253 5256 4783 0 -1 4202496 993 0 0 0 0 0 0 0 20 0 1 0 1046789 27549696 825 33554432000 4194304 5744392 140726304858928 140726304855576 5179750 0 0 4096 0 0 0 0 17 5 0 0 0 0 0 7841632 7846472 34975744 140726304863425 140726304863555 140726304863555 140726304866254 0
/proc/5256/statm: 6726 825 700 379 0 145 0

[startup+0.100151 s]
/proc/loadavg: 0.16 0.05 0.84 2/175 5256
/proc/meminfo: memFree=32074028/32770624 swapFree=6560/139432
[pid=5256] ppid=5253 vsize=27168 CPUtime=0.09 cores=1,3,5,7
/proc/5256/stat : 5256 (cosoco) R 5253 5256 4783 0 -1 4202496 1087 0 0 0 9 0 0 0 20 0 1 0 1046789 27820032 891 33554432000 4194304 5744392 140726304858928 140726304855576 4998864 0 0 4096 8405026 0 0 0 17 5 0 0 0 0 0 7841632 7846472 34975744 140726304863425 140726304863555 140726304863555 140726304866254 0
/proc/5256/statm: 6792 891 728 379 0 211 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 27168

[startup+0.200255 s]
/proc/loadavg: 0.16 0.05 0.84 2/175 5256
/proc/meminfo: memFree=32074028/32770624 swapFree=6560/139432
[pid=5256] ppid=5253 vsize=27168 CPUtime=0.19 cores=1,3,5,7
/proc/5256/stat : 5256 (cosoco) R 5253 5256 4783 0 -1 4202496 1089 0 0 0 19 0 0 0 20 0 1 0 1046789 27820032 891 33554432000 4194304 5744392 140726304858928 140726304855576 4915457 0 0 4096 8405026 0 0 0 17 5 0 0 0 0 0 7841632 7846472 34975744 140726304863425 140726304863555 140726304863555 140726304866254 0
/proc/5256/statm: 6792 891 728 379 0 211 0
Current children cumulated CPU time (s) 0.19
Current children cumulated vsize (KiB) 27168

[startup+0.300245 s]
/proc/loadavg: 0.16 0.05 0.84 2/175 5256
/proc/meminfo: memFree=32074028/32770624 swapFree=6560/139432
[pid=5256] ppid=5253 vsize=27168 CPUtime=0.29 cores=1,3,5,7
/proc/5256/stat : 5256 (cosoco) R 5253 5256 4783 0 -1 4202496 1089 0 0 0 29 0 0 0 20 0 1 0 1046789 27820032 891 33554432000 4194304 5744392 140726304858928 140726304856328 4917490 0 0 4096 8405026 0 0 0 17 5 0 0 0 0 0 7841632 7846472 34975744 140726304863425 140726304863555 140726304863555 140726304866254 0
/proc/5256/statm: 6792 891 728 379 0 211 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 27168

[startup+0.700226 s]
/proc/loadavg: 0.16 0.05 0.84 2/175 5256
/proc/meminfo: memFree=32074028/32770624 swapFree=6560/139432
[pid=5256] ppid=5253 vsize=27168 CPUtime=0.69 cores=1,3,5,7
/proc/5256/stat : 5256 (cosoco) R 5253 5256 4783 0 -1 4202496 1089 0 0 0 69 0 0 0 20 0 1 0 1046789 27820032 891 33554432000 4194304 5744392 140726304858928 140726304856328 4917525 0 0 4096 8405026 0 0 0 17 5 0 0 0 0 0 7841632 7846472 34975744 140726304863425 140726304863555 140726304863555 140726304866254 0
/proc/5256/statm: 6792 891 728 379 0 211 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 27168

[startup+1.50023 s]
/proc/loadavg: 0.16 0.05 0.84 2/176 5257
/proc/meminfo: memFree=32072596/32770624 swapFree=6560/139440
[pid=5256] ppid=5253 vsize=27168 CPUtime=1.49 cores=1,3,5,7
/proc/5256/stat : 5256 (cosoco) R 5253 5256 4783 0 -1 4202496 1089 0 0 0 149 0 0 0 20 0 1 0 1046789 27820032 891 33554432000 4194304 5744392 140726304858928 140726304856328 4915010 0 0 4096 8405026 0 0 0 17 5 0 0 0 0 0 7841632 7846472 34975744 140726304863425 140726304863555 140726304863555 140726304866254 0
/proc/5256/statm: 6792 891 728 379 0 211 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 27168

[startup+3.10022 s]
/proc/loadavg: 0.16 0.05 0.84 2/176 5257
/proc/meminfo: memFree=32072348/32770624 swapFree=6560/139440
[pid=5256] ppid=5253 vsize=27168 CPUtime=3.09 cores=1,3,5,7
/proc/5256/stat : 5256 (cosoco) R 5253 5256 4783 0 -1 4202496 1208 0 0 0 309 0 0 0 20 0 1 0 1046789 27820032 930 33554432000 4194304 5744392 140726304858928 140726304856328 4915960 0 0 4096 8405026 0 0 0 17 5 0 0 0 0 0 7841632 7846472 34975744 140726304863425 140726304863555 140726304863555 140726304866254 0
/proc/5256/statm: 6792 930 748 379 0 211 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 27168

[startup+6.30017 s]
/proc/loadavg: 0.30 0.08 0.84 3/182 5272
/proc/meminfo: memFree=32029628/32770624 swapFree=6560/139452
[pid=5256] ppid=5253 vsize=27168 CPUtime=6.29 cores=1,3,5,7
/proc/5256/stat : 5256 (cosoco) R 5253 5256 4783 0 -1 4202496 1327 0 0 0 629 0 0 0 20 0 1 0 1046789 27820032 931 33554432000 4194304 5744392 140726304858928 140726304856328 4915555 0 0 4096 8405026 0 0 0 17 5 0 0 0 0 0 7841632 7846472 34975744 140726304863425 140726304863555 140726304863555 140726304866254 0
/proc/5256/statm: 6792 931 748 379 0 211 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 27168

[startup+12.7002 s]
/proc/loadavg: 0.44 0.11 0.85 3/182 5272
/proc/meminfo: memFree=32025612/32770624 swapFree=6560/139460
[pid=5256] ppid=5253 vsize=27168 CPUtime=12.69 cores=1,3,5,7
/proc/5256/stat : 5256 (cosoco) R 5253 5256 4783 0 -1 4202496 1446 0 0 0 1269 0 0 0 20 0 1 0 1046789 27820032 931 33554432000 4194304 5744392 140726304858928 140726304856328 4917559 0 0 4096 8405026 0 0 0 17 5 0 0 0 0 0 7841632 7846472 34975744 140726304863425 140726304863555 140726304863555 140726304866254 0
/proc/5256/statm: 6792 931 748 379 0 211 0
Current children cumulated CPU time (s) 12.69
Current children cumulated vsize (KiB) 27168

[startup+25.5002 s]
/proc/loadavg: 0.79 0.20 0.87 3/182 5272
/proc/meminfo: memFree=32024940/32770624 swapFree=6560/139480
[pid=5256] ppid=5253 vsize=27168 CPUtime=25.49 cores=1,3,5,7
/proc/5256/stat : 5256 (cosoco) R 5253 5256 4783 0 -1 4202496 1684 0 0 0 2549 0 0 0 20 0 1 0 1046789 27820032 931 33554432000 4194304 5744392 140726304858928 140726304856328 4913864 0 0 4096 8405026 0 0 0 17 5 0 0 0 0 0 7841632 7846472 34975744 140726304863425 140726304863555 140726304863555 140726304866254 0
/proc/5256/statm: 6792 931 748 379 0 211 0
Current children cumulated CPU time (s) 25.49
Current children cumulated vsize (KiB) 27168

[startup+51.1002 s]
/proc/loadavg: 1.20 0.35 0.90 3/182 5272
/proc/meminfo: memFree=32024636/32770624 swapFree=6560/139504
[pid=5256] ppid=5253 vsize=27168 CPUtime=51.1 cores=1,3,5,7
/proc/5256/stat : 5256 (cosoco) R 5253 5256 4783 0 -1 4202496 1809 0 0 0 5110 0 0 0 20 0 1 0 1046789 27820032 934 33554432000 4194304 5744392 140726304858928 140726304856328 4917954 0 0 4096 8405026 0 0 0 17 5 0 0 0 0 0 7841632 7846472 34975744 140726304863425 140726304863555 140726304863555 140726304866254 0
/proc/5256/statm: 6792 934 748 379 0 211 0
Current children cumulated CPU time (s) 51.1
Current children cumulated vsize (KiB) 27168

[startup+102.3 s]
/proc/loadavg: 1.65 0.60 0.95 3/183 5281
/proc/meminfo: memFree=32023468/32770624 swapFree=6560/139580
[pid=5256] ppid=5253 vsize=27168 CPUtime=102.31 cores=1,3,5,7
/proc/5256/stat : 5256 (cosoco) R 5253 5256 4783 0 -1 4202496 1931 0 0 0 10231 0 0 0 20 0 1 0 1046789 27820032 934 33554432000 4194304 5744392 140726304858928 140726304856328 4914679 0 0 4096 8405026 0 0 0 17 5 0 0 0 0 0 7841632 7846472 34975744 140726304863425 140726304863555 140726304863555 140726304866254 0
/proc/5256/statm: 6792 934 748 379 0 211 0
Current children cumulated CPU time (s) 102.31
Current children cumulated vsize (KiB) 27168

[startup+162.3 s]
/proc/loadavg: 1.87 0.86 1.02 3/183 5282
/proc/meminfo: memFree=32023876/32770624 swapFree=6560/139644
[pid=5256] ppid=5253 vsize=27168 CPUtime=162.31 cores=1,3,5,7
/proc/5256/stat : 5256 (cosoco) R 5253 5256 4783 0 -1 4202496 2053 0 0 0 16231 0 0 0 20 0 1 0 1046789 27820032 934 33554432000 4194304 5744392 140726304858928 140726304856328 4917541 0 0 4096 8405026 0 0 0 17 5 0 0 0 0 0 7841632 7846472 34975744 140726304863425 140726304863555 140726304863555 140726304866254 0
/proc/5256/statm: 6792 934 748 379 0 211 0
Current children cumulated CPU time (s) 162.31
Current children cumulated vsize (KiB) 27168

[startup+222.306 s]
/proc/loadavg: 1.95 1.06 1.08 3/183 5283
/proc/meminfo: memFree=32023632/32770624 swapFree=6560/139684
[pid=5256] ppid=5253 vsize=27168 CPUtime=222.32 cores=1,3,5,7
/proc/5256/stat : 5256 (cosoco) R 5253 5256 4783 0 -1 4202496 2175 0 0 0 22232 0 0 0 20 0 1 0 1046789 27820032 934 33554432000 4194304 5744392 140726304858928 140726304856328 4917529 0 0 4096 8405026 0 0 0 17 5 0 0 0 0 0 7841632 7846472 34975744 140726304863425 140726304863555 140726304863555 140726304866254 0
/proc/5256/statm: 6792 934 748 379 0 211 0
Current children cumulated CPU time (s) 222.32
Current children cumulated vsize (KiB) 27168

[startup+282.3 s]
/proc/loadavg: 1.98 1.23 1.14 3/183 5284
/proc/meminfo: memFree=32023512/32770624 swapFree=6560/139720
[pid=5256] ppid=5253 vsize=27168 CPUtime=282.32 cores=1,3,5,7
/proc/5256/stat : 5256 (cosoco) R 5253 5256 4783 0 -1 4202496 2175 0 0 0 28232 0 0 0 20 0 1 0 1046789 27820032 934 33554432000 4194304 5744392 140726304858928 140726304856328 4872424 0 0 4096 8405026 0 0 0 17 5 0 0 0 0 0 7841632 7846472 34975744 140726304863425 140726304863555 140726304863555 140726304866254 0
/proc/5256/statm: 6792 934 748 379 0 211 0
Current children cumulated CPU time (s) 282.32
Current children cumulated vsize (KiB) 27168

[startup+342.3 s]
/proc/loadavg: 1.99 1.37 1.19 3/183 5285
/proc/meminfo: memFree=32023616/32770624 swapFree=6560/139756
[pid=5256] ppid=5253 vsize=27168 CPUtime=342.33 cores=1,3,5,7
/proc/5256/stat : 5256 (cosoco) R 5253 5256 4783 0 -1 4202496 2298 0 0 0 34233 0 0 0 20 0 1 0 1046789 27820032 934 33554432000 4194304 5744392 140726304858928 140726304856328 4917939 0 0 4096 8405026 0 0 0 17 5 0 0 0 0 0 7841632 7846472 34975744 140726304863425 140726304863555 140726304863555 140726304866254 0
/proc/5256/statm: 6792 934 748 379 0 211 0
Current children cumulated CPU time (s) 342.33
Current children cumulated vsize (KiB) 27168

[startup+402.3 s]
/proc/loadavg: 2.00 1.49 1.24 3/182 5287
/proc/meminfo: memFree=32023168/32770624 swapFree=6560/139808
[pid=5256] ppid=5253 vsize=27168 CPUtime=402.34 cores=1,3,5,7
/proc/5256/stat : 5256 (cosoco) R 5253 5256 4783 0 -1 4202496 2298 0 0 0 40234 0 0 0 20 0 1 0 1046789 27820032 934 33554432000 4194304 5744392 140726304858928 140726304856328 4917831 0 0 4096 8405026 0 0 0 17 5 0 0 0 0 0 7841632 7846472 34975744 140726304863425 140726304863555 140726304863555 140726304866254 0
/proc/5256/statm: 6792 934 748 379 0 211 0
Current children cumulated CPU time (s) 402.34
Current children cumulated vsize (KiB) 27168

[startup+462.3 s]
/proc/loadavg: 2.00 1.58 1.29 3/182 5288
/proc/meminfo: memFree=32023420/32770624 swapFree=6560/139832
[pid=5256] ppid=5253 vsize=27168 CPUtime=462.34 cores=1,3,5,7
/proc/5256/stat : 5256 (cosoco) R 5253 5256 4783 0 -1 4202496 2421 0 0 0 46234 0 0 0 20 0 1 0 1046789 27820032 935 33554432000 4194304 5744392 140726304858928 140726304856328 4998896 0 0 4096 8405026 0 0 0 17 5 0 0 0 0 0 7841632 7846472 34975744 140726304863425 140726304863555 140726304863555 140726304866254 0
/proc/5256/statm: 6792 935 748 379 0 211 0
Current children cumulated CPU time (s) 462.34
Current children cumulated vsize (KiB) 27168

[startup+522.3 s]
/proc/loadavg: 2.06 1.67 1.34 3/182 5289
/proc/meminfo: memFree=32023548/32770624 swapFree=6560/139864
[pid=5256] ppid=5253 vsize=27168 CPUtime=522.35 cores=1,3,5,7
/proc/5256/stat : 5256 (cosoco) R 5253 5256 4783 0 -1 4202496 2421 0 0 0 52235 0 0 0 20 0 1 0 1046789 27820032 935 33554432000 4194304 5744392 140726304858928 140726304856328 4914469 0 0 4096 8405026 0 0 0 17 5 0 0 0 0 0 7841632 7846472 34975744 140726304863425 140726304863555 140726304863555 140726304866254 0
/proc/5256/statm: 6792 935 748 379 0 211 0
Current children cumulated CPU time (s) 522.35
Current children cumulated vsize (KiB) 27168

[startup+582.3 s]
/proc/loadavg: 2.06 1.75 1.39 3/182 5291
/proc/meminfo: memFree=32023172/32770624 swapFree=6560/139896
[pid=5256] ppid=5253 vsize=27168 CPUtime=582.35 cores=1,3,5,7
/proc/5256/stat : 5256 (cosoco) R 5253 5256 4783 0 -1 4202496 2544 0 0 0 58235 0 0 0 20 0 1 0 1046789 27820032 935 33554432000 4194304 5744392 140726304858928 140726304856328 4914199 0 0 4096 8405026 0 0 0 17 5 0 0 0 0 0 7841632 7846472 34975744 140726304863425 140726304863555 140726304863555 140726304866254 0
/proc/5256/statm: 6792 935 748 379 0 211 0
Current children cumulated CPU time (s) 582.35
Current children cumulated vsize (KiB) 27168


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


[startup+1482.3 s]
/proc/loadavg: 2.00 1.99 1.78 3/183 5344
/proc/meminfo: memFree=32021712/32770624 swapFree=6560/140312
[pid=5256] ppid=5253 vsize=27168 CPUtime=1482.45 cores=1,3,5,7
/proc/5256/stat : 5256 (cosoco) R 5253 5256 4783 0 -1 4202496 3412 0 0 0 148245 0 0 0 20 0 1 0 1046789 27820032 936 33554432000 4194304 5744392 140726304858928 140726304856328 4917939 0 0 4096 8405026 0 0 0 17 5 0 0 0 0 0 7841632 7846472 34975744 140726304863425 140726304863555 140726304863555 140726304866254 0
/proc/5256/statm: 6792 936 748 379 0 211 0
Current children cumulated CPU time (s) 1482.45
Current children cumulated vsize (KiB) 27168

[startup+1542.31 s]
/proc/loadavg: 2.14 2.02 1.80 3/182 5345
/proc/meminfo: memFree=32023172/32770624 swapFree=6560/140164
[pid=5256] ppid=5253 vsize=27168 CPUtime=1542.46 cores=1,3,5,7
/proc/5256/stat : 5256 (cosoco) R 5253 5256 4783 0 -1 4202496 3524 0 0 0 154246 0 0 0 20 0 1 0 1046789 27820032 936 33554432000 4194304 5744392 140726304858928 140726304856328 4918176 0 0 4096 8405026 0 0 0 17 5 0 0 0 0 0 7841632 7846472 34975744 140726304863425 140726304863555 140726304863555 140726304866254 0
/proc/5256/statm: 6792 936 748 379 0 211 0
Current children cumulated CPU time (s) 1542.46
Current children cumulated vsize (KiB) 27168

[startup+1602.3 s]
/proc/loadavg: 2.05 2.01 1.81 3/182 5347
/proc/meminfo: memFree=32022644/32770624 swapFree=6560/140196
[pid=5256] ppid=5253 vsize=27168 CPUtime=1602.46 cores=1,3,5,7
/proc/5256/stat : 5256 (cosoco) R 5253 5256 4783 0 -1 4202496 3524 0 0 0 160246 0 0 0 20 0 1 0 1046789 27820032 936 33554432000 4194304 5744392 140726304858928 140726304856328 4914974 0 0 4096 8405026 0 0 0 17 5 0 0 0 0 0 7841632 7846472 34975744 140726304863425 140726304863555 140726304863555 140726304866254 0
/proc/5256/statm: 6792 936 748 379 0 211 0
Current children cumulated CPU time (s) 1602.46
Current children cumulated vsize (KiB) 27168

[startup+1662.3 s]
/proc/loadavg: 2.02 2.01 1.82 3/182 5348
/proc/meminfo: memFree=32022516/32770624 swapFree=6560/140228
[pid=5256] ppid=5253 vsize=27168 CPUtime=1662.47 cores=1,3,5,7
/proc/5256/stat : 5256 (cosoco) R 5253 5256 4783 0 -1 4202496 3648 0 0 0 166247 0 0 0 20 0 1 0 1046789 27820032 936 33554432000 4194304 5744392 140726304858928 140726304856328 5118812 0 0 4096 8405026 0 0 0 17 5 0 0 0 0 0 7841632 7846472 34975744 140726304863425 140726304863555 140726304863555 140726304866254 0
/proc/5256/statm: 6792 936 748 379 0 211 0
Current children cumulated CPU time (s) 1662.47
Current children cumulated vsize (KiB) 27168

[startup+1722.3 s]
/proc/loadavg: 2.01 2.01 1.83 3/182 5349
/proc/meminfo: memFree=32022748/32770624 swapFree=6560/140248
[pid=5256] ppid=5253 vsize=27168 CPUtime=1722.48 cores=1,3,5,7
/proc/5256/stat : 5256 (cosoco) R 5253 5256 4783 0 -1 4202496 3648 0 0 0 172248 0 0 0 20 0 1 0 1046789 27820032 936 33554432000 4194304 5744392 140726304858928 140726304856328 4914895 0 0 4096 8405026 0 0 0 17 5 0 0 0 0 0 7841632 7846472 34975744 140726304863425 140726304863555 140726304863555 140726304866254 0
/proc/5256/statm: 6792 936 748 379 0 211 0
Current children cumulated CPU time (s) 1722.48
Current children cumulated vsize (KiB) 27168

[startup+1782.3 s]
/proc/loadavg: 2.00 2.01 1.84 3/182 5350
/proc/meminfo: memFree=32022460/32770624 swapFree=6560/140268
[pid=5256] ppid=5253 vsize=27168 CPUtime=1782.48 cores=1,3,5,7
/proc/5256/stat : 5256 (cosoco) R 5253 5256 4783 0 -1 4202496 3760 0 0 0 178248 0 0 0 20 0 1 0 1046789 27820032 936 33554432000 4194304 5744392 140726304858928 140726304856328 4914464 0 0 4096 8405026 0 0 0 17 5 0 0 0 0 0 7841632 7846472 34975744 140726304863425 140726304863555 140726304863555 140726304866254 0
/proc/5256/statm: 6792 936 748 379 0 211 0
Current children cumulated CPU time (s) 1782.48
Current children cumulated vsize (KiB) 27168

[startup+1842.3 s]
/proc/loadavg: 2.00 2.01 1.86 3/182 5351
/proc/meminfo: memFree=32022344/32770624 swapFree=6560/140292
[pid=5256] ppid=5253 vsize=27168 CPUtime=1842.49 cores=1,3,5,7
/proc/5256/stat : 5256 (cosoco) R 5253 5256 4783 0 -1 4202496 3772 0 0 0 184249 0 0 0 20 0 1 0 1046789 27820032 936 33554432000 4194304 5744392 140726304858928 140726304856328 5126547 0 0 4096 8405026 0 0 0 17 5 0 0 0 0 0 7841632 7846472 34975744 140726304863425 140726304863555 140726304863555 140726304866254 0
/proc/5256/statm: 6792 936 748 379 0 211 0
Current children cumulated CPU time (s) 1842.49
Current children cumulated vsize (KiB) 27168

[startup+1902.3 s]
/proc/loadavg: 2.00 2.01 1.87 3/182 5359
/proc/meminfo: memFree=32021404/32770624 swapFree=6560/140320
[pid=5256] ppid=5253 vsize=27168 CPUtime=1902.49 cores=1,3,5,7
/proc/5256/stat : 5256 (cosoco) R 5253 5256 4783 0 -1 4202496 3883 0 0 0 190249 0 0 0 20 0 1 0 1046789 27820032 936 33554432000 4194304 5744392 140726304858928 140726304856328 4913898 0 0 4096 8405026 0 0 0 17 5 0 0 0 0 0 7841632 7846472 34975744 140726304863425 140726304863555 140726304863555 140726304866254 0
/proc/5256/statm: 6792 936 748 379 0 211 0
Current children cumulated CPU time (s) 1902.49
Current children cumulated vsize (KiB) 27168

[startup+1962.3 s]
/proc/loadavg: 2.00 2.01 1.87 3/182 5360
/proc/meminfo: memFree=32021680/32770624 swapFree=6560/140336
[pid=5256] ppid=5253 vsize=27168 CPUtime=1962.5 cores=1,3,5,7
/proc/5256/stat : 5256 (cosoco) R 5253 5256 4783 0 -1 4202496 3883 0 0 0 196250 0 0 0 20 0 1 0 1046789 27820032 936 33554432000 4194304 5744392 140726304858928 140726304856328 4916356 0 0 4096 8405026 0 0 0 17 5 0 0 0 0 0 7841632 7846472 34975744 140726304863425 140726304863555 140726304863555 140726304866254 0
/proc/5256/statm: 6792 936 748 379 0 211 0
Current children cumulated CPU time (s) 1962.5
Current children cumulated vsize (KiB) 27168

[startup+2022.3 s]
/proc/loadavg: 2.00 2.01 1.88 3/182 5361
/proc/meminfo: memFree=32021804/32770624 swapFree=6560/140368
[pid=5256] ppid=5253 vsize=27168 CPUtime=2022.51 cores=1,3,5,7
/proc/5256/stat : 5256 (cosoco) R 5253 5256 4783 0 -1 4202496 4007 0 0 0 202251 0 0 0 20 0 1 0 1046789 27820032 936 33554432000 4194304 5744392 140726304858928 140726304856328 4915684 0 0 4096 8405026 0 0 0 17 5 0 0 0 0 0 7841632 7846472 34975744 140726304863425 140726304863555 140726304863555 140726304866254 0
/proc/5256/statm: 6792 936 748 379 0 211 0
Current children cumulated CPU time (s) 2022.51
Current children cumulated vsize (KiB) 27168

[startup+2082.3 s]
/proc/loadavg: 2.00 2.01 1.88 3/182 5362
/proc/meminfo: memFree=32021976/32770624 swapFree=6560/140388
[pid=5256] ppid=5253 vsize=27168 CPUtime=2082.52 cores=1,3,5,7
/proc/5256/stat : 5256 (cosoco) R 5253 5256 4783 0 -1 4202496 4007 0 0 0 208252 0 0 0 20 0 1 0 1046789 27820032 936 33554432000 4194304 5744392 140726304858928 140726304856328 4915401 0 0 4096 8405026 0 0 0 17 5 0 0 0 0 0 7841632 7846472 34975744 140726304863425 140726304863555 140726304863555 140726304866254 0
/proc/5256/statm: 6792 936 748 379 0 211 0
Current children cumulated CPU time (s) 2082.52
Current children cumulated vsize (KiB) 27168

[startup+2142.3 s]
/proc/loadavg: 2.00 2.01 1.89 3/182 5363
/proc/meminfo: memFree=32021996/32770624 swapFree=6560/140408
[pid=5256] ppid=5253 vsize=27168 CPUtime=2142.52 cores=1,3,5,7
/proc/5256/stat : 5256 (cosoco) R 5253 5256 4783 0 -1 4202496 4117 0 0 0 214252 0 0 0 20 0 1 0 1046789 27820032 936 33554432000 4194304 5744392 140726304858928 140726304856328 4914081 0 0 4096 8405026 0 0 0 17 5 0 0 0 0 0 7841632 7846472 34975744 140726304863425 140726304863555 140726304863555 140726304866254 0
/proc/5256/statm: 6792 936 748 379 0 211 0
Current children cumulated CPU time (s) 2142.52
Current children cumulated vsize (KiB) 27168

[startup+2202.31 s]
/proc/loadavg: 2.00 2.01 1.90 3/182 5365
/proc/meminfo: memFree=32021896/32770624 swapFree=6560/140444
[pid=5256] ppid=5253 vsize=27168 CPUtime=2202.53 cores=1,3,5,7
/proc/5256/stat : 5256 (cosoco) R 5253 5256 4783 0 -1 4202496 4131 0 0 0 220253 0 0 0 20 0 1 0 1046789 27820032 936 33554432000 4194304 5744392 140726304858928 140726304856328 4914464 0 0 4096 8405026 0 0 0 17 5 0 0 0 0 0 7841632 7846472 34975744 140726304863425 140726304863555 140726304863555 140726304866254 0
/proc/5256/statm: 6792 936 748 379 0 211 0
Current children cumulated CPU time (s) 2202.53
Current children cumulated vsize (KiB) 27168

[startup+2262.3 s]
/proc/loadavg: 2.00 2.01 1.90 3/182 5366
/proc/meminfo: memFree=32021916/32770624 swapFree=6560/140468
[pid=5256] ppid=5253 vsize=27168 CPUtime=2262.53 cores=1,3,5,7
/proc/5256/stat : 5256 (cosoco) R 5253 5256 4783 0 -1 4202496 4242 0 0 0 226253 0 0 0 20 0 1 0 1046789 27820032 936 33554432000 4194304 5744392 140726304858928 140726304856328 4915551 0 0 4096 8405026 0 0 0 17 5 0 0 0 0 0 7841632 7846472 34975744 140726304863425 140726304863555 140726304863555 140726304866254 0
/proc/5256/statm: 6792 936 748 379 0 211 0
Current children cumulated CPU time (s) 2262.53
Current children cumulated vsize (KiB) 27168

[startup+2322.3 s]
/proc/loadavg: 2.00 2.01 1.91 3/182 5367
/proc/meminfo: memFree=32021944/32770624 swapFree=6560/140496
[pid=5256] ppid=5253 vsize=27168 CPUtime=2322.54 cores=1,3,5,7
/proc/5256/stat : 5256 (cosoco) R 5253 5256 4783 0 -1 4202496 4255 0 0 0 232254 0 0 0 20 0 1 0 1046789 27820032 936 33554432000 4194304 5744392 140726304858928 140726304856328 4914400 0 0 4096 8405026 0 0 0 17 5 0 0 0 0 0 7841632 7846472 34975744 140726304863425 140726304863555 140726304863555 140726304866254 0
/proc/5256/statm: 6792 936 748 379 0 211 0
Current children cumulated CPU time (s) 2322.54
Current children cumulated vsize (KiB) 27168

[startup+2382.3 s]
/proc/loadavg: 2.00 2.01 1.91 3/182 5369
/proc/meminfo: memFree=32021896/32770624 swapFree=6560/140524
[pid=5256] ppid=5253 vsize=27168 CPUtime=2382.55 cores=1,3,5,7
/proc/5256/stat : 5256 (cosoco) R 5253 5256 4783 0 -1 4202496 4367 0 0 0 238255 0 0 0 20 0 1 0 1046789 27820032 936 33554432000 4194304 5744392 140726304858928 140726304856328 4915414 0 0 4096 8405026 0 0 0 17 5 0 0 0 0 0 7841632 7846472 34975744 140726304863425 140726304863555 140726304863555 140726304866254 0
/proc/5256/statm: 6792 936 748 379 0 211 0
Current children cumulated CPU time (s) 2382.55
Current children cumulated vsize (KiB) 27168



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+2399.8 s]
/proc/loadavg: 2.00 2.01 1.91 3/182 5369
/proc/meminfo: memFree=32022056/32770624 swapFree=6560/140536
[pid=5256] ppid=5253 vsize=27168 CPUtime=2400.05 cores=1,3,5,7
/proc/5256/stat : 5256 (cosoco) R 5253 5256 4783 0 -1 4202496 4367 0 0 0 240005 0 0 0 20 0 1 0 1046789 27820032 936 33554432000 4194304 5744392 140726304858928 140726304856328 4916491 0 0 4096 8405026 0 0 0 17 5 0 0 0 0 0 7841632 7846472 34975744 140726304863425 140726304863555 140726304863555 140726304866254 0
/proc/5256/statm: 6792 936 748 379 0 211 0
Current children cumulated CPU time (s) 2400.05
Current children cumulated vsize (KiB) 27168

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

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

Child status: 1
Real time (s): 2399.8
CPU time (s): 2400.06
CPU user time (s): 2400.05
CPU system time (s): 0.007
CPU usage (%): 100.011
Max. virtual memory (cumulated for all children) (KiB): 27168

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 2400.05
system time used= 0.007
maximum resident set size= 3788
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 4394
page faults= 0
swaps= 0
block input operations= 0
block output operations= 0
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 6
involuntary context switches= 801

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 4.91398 second user time and 8.73877 second system time

The end

Launcher Data

Begin job on node123 at 2017-07-24 18:48:55
IDJOB=4251510
IDBENCH=115875
IDSOLVER=2633
FILE ID=node123/4251510-1500914935
RUNJOBID= node123-1500914921-4815
PBS_JOBID= 20625407
Free space on /tmp= 61876 MiB

SOLVER NAME= cosoco-mini 1.1
BENCH NAME= XCSP17/ColouredQueens/ColouredQueens-m1-s1/ColouredQueens-14.xml
COMMAND LINE= DIR/cosoco -lc -model -restarts BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4251510-1500914935/watcher-4251510-1500914935 -o /tmp/evaluation-result-4251510-1500914935/solver-4251510-1500914935 -C 2400 -W 2500 -M 15500 --bin-var /tmp/runsolver-exch-node123-1500914921-4815 --watchdog 2560  HOME/cosoco -lc -model -restarts HOME/instance-4251510-1500914935.xml

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

MD5SUM BENCH= eb742fbc5fe115028f4ee34ab4b949cf
RANDOM SEED=1135584562

node123.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	: 5332.97
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.56
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	: 5332.97
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.56
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	: 5332.97
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.56
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	: 5332.97
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.56
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:       32770624 kB
MemFree:        32074028 kB
MemAvailable:   32059508 kB
Buffers:           32052 kB
Cached:           267984 kB
SwapCached:            0 kB
Active:           193812 kB
Inactive:         148060 kB
Active(anon):      44596 kB
Inactive(anon):     8628 kB
Active(file):     149216 kB
Inactive(file):   139432 kB
Unevictable:        6560 kB
Mlocked:            6560 kB
SwapTotal:      67108860 kB
SwapFree:       67108860 kB
Dirty:              2188 kB
Writeback:             0 kB
AnonPages:         47972 kB
Mapped:            26596 kB
Shmem:              8844 kB
Slab:              50364 kB
SReclaimable:      25336 kB
SUnreclaim:        25028 kB
KernelStack:        3072 kB
PageTables:         4472 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:     265540 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:      120192 kB
DirectMap2M:    33425408 kB

Free space on /tmp at the end= 61868 MiB
End job on node123 at 2017-07-24 19:28:55