Trace number 4268376

Some explanations

A solver is run under the control of another program named runsolver. runsolver is in charge of imposing the CPU time limit and the memory limit to the solver. It also monitors some information about the process. The trace of the execution of a solver is divided into four (or five) parts:
  1. SOLVER DATA
    This is the output of the solver (stdout and stderr).
    Note that some very long lines in this section may be truncated by your web browser ! In such a case, you may want to use the "Download as text" link to get the trace as a text file.

    When the --timestamp option is passed to the runsolver program, each line output by the solver is prepended with a timestamp which indicates at what time the line was output by the solver. Times are relative to the start of the program, given in seconds. The first timestamp (if present) is estimated CPU time. The last timestamp is wall clock time.

    As some 'v lines' may be very long (sometimes several megabytes), the 'v line' output by your solver may be split on several lines to help limit the size of the trace recorded in the database. In any case, the exact output of your solver is preserved in a trace file.
  2. VERIFIER DATA
    The output of the solver is piped to a verifier program which will search a value line "v " and, if found, will check that the given interpretation satisfies all constraints.
  3. CONVERSION SCRIPT DATA (Optionnal)
    When a conversion script is used, this section shows the messages that were output by the conversion script.
  4. WATCHER DATA
    This is the informations gathered by the runsolver program. It first prints the different limits. There's a first limit on CPU time set to X seconds (see the parameters in the trace). After this time has ellapsed, runsolver sends a SIGTERM and 2 seconds later a SIGKILL to the solver. For safety, there's also another limit set to X+30 seconds which will send a SIGXPU to the solver. The last limit is on the virtual memory used by the process (see the parameters in the trace).
    Every ten seconds, the runsolver process fetches the content of /proc/loadavg, /proc/pid/stat and /proc/pid/statm (see man proc) and prints it as raw data. This is only recorded in case we need to investigate the behaviour of a solver. The memory used by the solver (vsize) is also given every ten seconds.
    When the solver exits, runsolver prints some informations such as status and time. CPU usage is the ratio CPU Time/Real Time.
  5. LAUNCHER DATA
    These informations are related to the script which will launch the solver. The most important informations are the command line given to the solver, the md5sum of the different files and the dump of the /proc/cpuinfo and /proc/meminfo which provides some useful information on the computer.

Solver answer on this benchmark

Solver NameAnswerCPU timeWall clock time
cosoco 1.12UNSAT 1579.98 1579.84

General information on the benchmark

NameSuperSolutions/SuperSolutions-Queens-s1/
SuperQueens-05.xml
MD5SUMd3682a34ec80283d5af6efc5a3d6ed3a
Bench CategoryCSP (decision problem)
Best result obtained on this benchmarkUNSAT
Best value of the objective obtained on this benchmark
Best CPU time to get the best result obtained on this benchmark410.879
Satisfiable
(Un)Satisfiability was proved
Number of variables30
Number of constraints330
Number of domains1
Minimum domain size15
Maximum domain size15
Distribution of domain sizes[{"size":15,"count":30}]
Minimum variable degree15
Maximum variable degree29
Distribution of variable degrees[{"degree":15,"count":15},{"degree":29,"count":15}]
Minimum constraint arity2
Maximum constraint arity2
Distribution of constraint arities[{"arity":2,"count":330}]
Number of extensional constraints0
Number of intensional constraints330
Distribution of constraint types[{"type":"intension","count":330}]
Optimization problemNO
Type of objective

Solver Data

0.31/0.34	c intension x[0] != x[1]  using generic constraint 
0.31/0.34	c intension x[2] != x[3]  using generic constraint 
0.31/0.34	c intension x[4] != x[5]  using generic constraint 
0.31/0.34	c intension x[6] != x[7]  using generic constraint 
0.31/0.35	c intension x[8] != x[9]  using generic constraint 
0.31/0.35	c intension x[10] != x[11]  using generic constraint 
0.31/0.35	c intension x[12] != x[13]  using generic constraint 
0.31/0.35	c intension x[14] != x[15]  using generic constraint 
0.31/0.35	c intension x[16] != x[17]  using generic constraint 
0.31/0.35	c intension x[18] != x[19]  using generic constraint 
0.31/0.35	c intension x[20] != x[21]  using generic constraint 
0.31/0.35	c intension x[22] != x[23]  using generic constraint 
0.31/0.35	c intension x[24] != x[25]  using generic constraint 
0.31/0.35	c intension x[26] != x[27]  using generic constraint 
0.31/0.35	c intension x[28] != x[29]  using generic constraint 
0.31/0.36	c root propagations     : 0           
0.31/0.36	c restarts enabled, print stats at every restarts
0.31/0.36	c
0.31/0.36	c
0.31/0.36	c
0.31/0.36	c This is cosoco 1.12 --  
0.31/0.36	c
0.31/0.36	c command line: cosoco -lc -model -restarts HOME/instance-4268376-1502577676.xml 
0.31/0.36	c ========================================[ Problem Statistics ]===========================================
0.31/0.36	c |                                                                                                       
0.31/0.36	c |  Parse time        :         0.35 s 
0.31/0.36	c |
0.31/0.36	c |               Variables: 30
0.31/0.36	c |            Domain Sizes: 15..15
0.31/0.36	c |
0.31/0.36	c |             Constraints: 330
0.31/0.36	c |                   Arity: 2..2  -- Binary: 330
0.31/0.36	c | 
0.31/0.36	c |                   Types: 
0.31/0.36	c |                          (X != Y): 15
0.31/0.36	c |                          Intension: 315
0.31/0.36	c |                          
0.31/0.36	c =========================================================================================================
0.31/0.36	c conflicts      decisions      filterCalls    propagations   Root Prop.     Nogoods        min/max/avg depth
0.31/0.39	c 101            193            52671          12134          0              0              6   9   7      
0.41/0.42	c 211            400            106257         23806          0              0              6   9   7      
0.41/0.45	c 332            634            164027         36678          0              0              6   10   7     
0.41/0.49	c 465            883            227568         51042          0              0              6   8   7      
0.51/0.53	c 611            1178           304430         67050          0              0              6   9   7      
0.51/0.57	c 771            1483           381171         83473          0              0              6   9   8      
0.60/0.62	c 947            1832           467405         102026         0              0              6   10   8     
0.60/0.68	c 1140           2243           574439         126127         0              0              6   10   8     
0.69/0.73	c 1352           2647           676241         148401         0              0              6   10   8     
0.79/0.80	c 1585           3152           805024         175953         0              0              5   10   7     
0.79/0.87	c 1841           3662           932737         203582         0              0              6   11   7     
0.89/0.95	c 2122           4223           1075226        233701         0              0              6   11   8     
1.00/1.04	c 2431           4836           1230181        268208         0              0              6   10   7     
1.10/1.14	c 2770           5489           1401782        310323         0              0              5   9   7      
1.19/1.25	c 3142           6244           1598160        351340         0              0              6   10   8     
1.29/1.36	c 3551           7045           1803087        396106         0              0              6   10   7     
1.39/1.49	c 4000           7932           2028933        449135         0              0              5   10   7     
1.59/1.64	c 4493           8953           2290381        507115         0              0              5   10   7     
1.69/1.78	c 5035           10021          2560636        566300         0              0              6   10   7     
1.89/1.95	c 5631           11264          2870655        632658         0              0              5   11   7     
2.10/2.15	c 6286           12577          3212138        714163         0              0              5   9   7      
2.29/2.36	c 7006           14059          3592842        796623         0              0              5   10   7     
2.49/2.58	c 7798           15608          3976904        884152         0              0              5   10   7     
2.79/2.84	c 8669           17328          4432403        991225         0              0              4   9   7      
3.10/3.11	c 9627           19218          4921284        1099794        0              0              5   9   7      
3.39/3.41	c 10680          21320          5461956        1218291        0              0              5   10   7     
3.69/3.75	c 11838          23644          6059261        1349331        0              0              5   10   7     
4.00/4.10	c 13111          26201          6706510        1491050        0              0              5   10   7     
4.49/4.52	c 14511          29055          7437281        1660701        0              0              5   10   7     
4.89/4.97	c 16051          32269          8244238        1841847        0              0              5   11   7     
5.39/5.48	c 17745          35681          9124714        2048467        0              0              5   10   7     
5.89/6.00	c 19608          39465          10086702       2254976        0              0              4   10   7     
6.59/6.60	c 21657          43739          11152127       2490574        0              0              4   11   7     
7.19/7.23	c 23910          48319          12309495       2736740        0              0              5   10   7     
7.89/7.96	c 26388          53562          13607172       3029806        0              0              5   10   7     
8.69/8.76	c 29113          59172          15038643       3347359        0              0              4   10   7     
9.59/9.67	c 32110          65934          16685261       3703945        0              0              5   11   8     
10.59/10.66	c 35406          72941          18451073       4099418        0              0              5   11   7     
11.69/11.75	c 39031          80732          20408724       4533772        0              0              5   11   7     
12.89/12.95	c 43018          89141          22567411       5008382        0              0              5   10   7     
14.19/14.22	c 47403          98085          24839879       5513140        0              0              5   10   7     
15.59/15.65	c 52226          108000         27395893       6082013        0              0              4   10   7     
17.19/17.27	c 57531          119341         30293002       6725996        0              0              4   11   7     
19.00/19.02	c 63366          131429         33346962       7419846        0              0              4   11   7     
20.89/20.93	c 69784          144724         36761582       8172691        0              0              4   10   7     
23.00/23.01	c 76843          159455         40501555       9003850        0              0              4   11   7     
25.39/25.40	c 84607          176256         44781516       9943904        0              0              4   11   7     
27.89/27.97	c 93147          194608         49414246       10960210       0              0              4   11   7     
30.89/30.98	c 102541         215449         54780753       12129780       0              0              4   11   8     
34.10/34.11	c 112874         237750         60360803       13373304       0              0              4   11   7     
37.49/37.51	c 124240         261050         66390570       14722237       0              0              4   10   7     
41.30/41.34	c 136742         287781         73215642       16226552       0              0              4   11   7     
45.40/45.45	c 150494         317038         80609719       17852875       0              0              4   11   7     
50.11/50.11	c 165621         349658         88953821       19689530       0              0              4   11   7     
55.11/55.15	c 182260         385108         97931259       21668926       0              0              4   12   7     
60.60/60.64	c 200562         423252         107683551      23819649       0              0              3   11   7     
66.80/66.81	c 220694         466775         118779398      26258577       0              0              4   12   7     
73.60/73.60	c 242839         513137         130767214      28955224       0              0              4   10   7     
80.70/80.80	c 267198         564682         143773797      31792598       0              0              4   11   7     
89.40/89.41	c 293992         623001         158844256      35211622       0              0              4   11   7     
98.30/98.39	c 323465         687350         174877731      38721495       0              0              3   11   7     
108.01/108.07	c 355885         756087         192310008      42510860       0              0              3   11   7     
119.60/119.67	c 391547         835697         212878737      47013170       0              0              4   13   7     
131.60/131.63	c 430775         918202         234071330      51748073       0              0              3   11   7     
144.70/144.75	c 473925         1010885        257522177      56922959       0              0              3   11   7     
159.51/159.51	c 521390         1113732        283640679      62740551       0              0              4   11   7     
175.61/175.62	c 573601         1225023        312253672      69110830       0              0              3   11   7     
192.81/192.88	c 631033         1346529        343225149      75893408       0              0              3   11   7     
212.31/212.33	c 694208         1483653        377933065      83548300       0              0              3   12   7     
233.71/233.78	c 763700         1635115        416304138      91978043       0              0              3   11   7     
257.71/257.72	c 840141         1797942        458344490      101423066      0              0              3   11   7     
283.92/283.97	c 924226         1982854        505434862      111655092      0              0              3   12   7     
312.32/312.35	c 1016719        2178020        555603344      122894541      0              0              3   12   7     
343.82/343.81	c 1118461        2398148        611419366      135350897      0              0              3   11   7     
377.82/377.87	c 1230377        2637102        671823113      148704517      0              0              3   11   7     
416.04/416.02	c 1353484        2903865        739974529      163636804      0              0              3   12   7     
457.04/457.08	c 1488901        3194339        813673586      179638915      0              0              3   11   7     
503.23/503.20	c 1637859        3512446        894978194      197909729      1              0              3   11   7     
555.44/555.42	c 1801712        3875903        986595739      218331876      1              0              3   12   7     
611.24/611.29	c 1981950        4259811        1084954842     240409980      2              0              3   11   7     
672.25/672.29	c 2180211        4683674        1193108347     264170040      3              0              3   11   7     
740.75/740.73	c 2398298        5164322        1314286820     291016580      4              0              3   12   7     
816.56/816.60	c 2638193        5687394        1448285853     320858143      4              0              3   11   7     
905.57/905.51	c 2902077        6287896        1604199841     355503743      5              0              2   13   7     
994.19/994.16	c 3192349        6912873        1762281274     390186751      6              0              2   12   7     
1092.88/1092.89	c 3511648        7612803        1938317570     428486205      7              0              2   12   7     
1203.29/1203.21	c 3862876        8383610        2133018687     471619246      8              0              3   12   7     
1325.11/1325.10	c 4249226        9232749        2348738464     519029944      9              0              2   12   7     
1462.92/1462.80	c 4674211        10184548       2590034490     572431635      10             0              2   12   7     
1579.93/1579.84	c restarts              : 89          
1579.93/1579.84	c conflicts             : 5019849      (3177 /sec)
1579.93/1579.84	c decisions             : 10994042     (6958 /sec)
1579.93/1579.84	c propagations          : 617292631   (390698 /sec)
1579.93/1579.84	c root propagations     : 0           
1579.93/1579.84	c filter calls          : 2793946008     (1768349 /sec)
1579.93/1579.84	c useless filter calls  : 2335447714     (83 %)
1579.93/1579.84	c Memory used           : 27.47 MB
1579.93/1579.84	c CPU time              : 1579.97 s
1579.93/1579.84	
1579.93/1579.84	s UNSATISFIABLE

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 (13752 MiB free)
  memory of node 1: 16384 MiB (14094 MiB free)
  node distances:
     10  21
     21  10

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4268376-1502577676/watcher-4268376-1502577676 -o /tmp/evaluation-result-4268376-1502577676/solver-4268376-1502577676 -C 2520 -W 2520 -M 15500 --bin-var /tmp/runsolver-exch-node148-1502574286-2987 --watchdog 2580 cosoco -lc -model -restarts HOME/instance-4268376-1502577676.xml 

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

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

solver pid=3260, runsolver pid=3257

[startup+0.100107 s]*
/proc/loadavg: 2.15 2.07 2.04 3/190 3261
/proc/meminfo: memFree=28514312/32770624 swapFree=67108860/67108860
[pid=3260] ppid=3257 vsize=27252 memory=3700 CPUtime=0.1 cores=1,3,5,7
/proc/3260/stat : 3260 (cosoco) R 3257 3260 2954 0 -1 4202496 1117 0 0 0 10 0 0 0 20 0 1 0 90848690 27906048 925 33554432000 4194304 5972588 140736321527616 140736321524264 140376916990949 0 0 4096 0 0 0 0 17 1 0 0 0 0 0 8070896 8075904 22315008 140736321529023 140736321529118 140736321529118 140736321531854 0
/proc/3260/statm: 6813 925 787 435 0 176 0
Current children cumulated CPU time: 0.1 s
Current children cumulated vsize: 27252 KiB
Current children cumulated memory: 3700 KiB

[startup+0.209461 s]*
/proc/loadavg: 2.15 2.07 2.04 3/190 3261
/proc/meminfo: memFree=28513288/32770624 swapFree=67108860/67108860
[pid=3260] ppid=3257 vsize=27620 memory=3944 CPUtime=0.21 cores=1,3,5,7
/proc/3260/stat : 3260 (cosoco) R 3257 3260 2954 0 -1 4202496 1180 0 0 0 21 0 0 0 20 0 1 0 90848690 28282880 986 33554432000 4194304 5972588 140736321527616 140736321524264 5187206 0 0 4096 0 0 0 0 17 1 0 0 0 0 0 8070896 8075904 22315008 140736321529023 140736321529118 140736321529118 140736321531854 0
/proc/3260/statm: 6905 986 787 435 0 268 0
Current children cumulated CPU time: 0.21 s
Current children cumulated vsize: 27620 KiB
Current children cumulated memory: 3944 KiB

[startup+0.30902 s]*
/proc/loadavg: 2.15 2.07 2.04 3/190 3261
/proc/meminfo: memFree=28512616/32770624 swapFree=67108860/67108860
[pid=3260] ppid=3257 vsize=27744 memory=4188 CPUtime=0.31 cores=1,3,5,7
/proc/3260/stat : 3260 (cosoco) R 3257 3260 2954 0 -1 4202496 1238 0 0 0 31 0 0 0 20 0 1 0 90848690 28409856 1047 33554432000 4194304 5972588 140736321527616 140736321521416 140376926336216 0 0 4096 0 0 0 0 17 1 0 0 0 0 0 8070896 8075904 22315008 140736321529023 140736321529118 140736321529118 140736321531854 0
/proc/3260/statm: 6936 1047 787 435 0 299 0
Current children cumulated CPU time: 0.31 s
Current children cumulated vsize: 27744 KiB
Current children cumulated memory: 4188 KiB

[startup+0.700225 s]
/proc/loadavg: 2.15 2.07 2.04 3/190 3261
/proc/meminfo: memFree=28511128/32770624 swapFree=67108860/67108860
[pid=3260] ppid=3257 vsize=28128 memory=4572 CPUtime=0.69 cores=1,3,5,7
/proc/3260/stat : 3260 (cosoco) R 3257 3260 2954 0 -1 4202496 1353 0 0 0 69 0 0 0 20 0 1 0 90848690 28803072 1143 33554432000 4194304 5972588 140736321527616 140736321521416 4965734 0 0 4096 8405026 0 0 0 17 1 0 0 0 0 0 8070896 8075904 22315008 140736321529023 140736321529118 140736321529118 140736321531854 0
/proc/3260/statm: 7032 1143 823 435 0 395 0
Current children cumulated CPU time: 0.69 s
Current children cumulated vsize: 28128 KiB
Current children cumulated memory: 4572 KiB

[startup+1.50022 s]
/proc/loadavg: 2.15 2.07 2.04 3/190 3261
/proc/meminfo: memFree=28508028/32770624 swapFree=67108860/67108860
[pid=3260] ppid=3257 vsize=28128 memory=4572 CPUtime=1.49 cores=1,3,5,7
/proc/3260/stat : 3260 (cosoco) R 3257 3260 2954 0 -1 4202496 1353 0 0 0 149 0 0 0 20 0 1 0 90848690 28803072 1143 33554432000 4194304 5972588 140736321527616 140736321524920 5099648 0 0 4096 8405026 0 0 0 17 1 0 0 0 0 0 8070896 8075904 22315008 140736321529023 140736321529118 140736321529118 140736321531854 0
/proc/3260/statm: 7032 1143 823 435 0 395 0
Current children cumulated CPU time: 1.49 s
Current children cumulated vsize: 28128 KiB
Current children cumulated memory: 4572 KiB

[startup+3.10914 s]
/proc/loadavg: 2.15 2.07 2.04 3/190 3261
/proc/meminfo: memFree=28495752/32770624 swapFree=67108860/67108860
[pid=3260] ppid=3257 vsize=28128 memory=4760 CPUtime=3.1 cores=1,3,5,7
/proc/3260/stat : 3260 (cosoco) R 3257 3260 2954 0 -1 4202496 1657 0 0 0 310 0 0 0 20 0 1 0 90848690 28803072 1190 33554432000 4194304 5972588 140736321527616 140736321524920 5099648 0 0 4096 8405026 0 0 0 17 1 0 0 0 0 0 8070896 8075904 22315008 140736321529023 140736321529118 140736321529118 140736321531854 0
/proc/3260/statm: 7032 1190 827 435 0 395 0
Current children cumulated CPU time: 3.1 s
Current children cumulated vsize: 28128 KiB
Current children cumulated memory: 4760 KiB

[startup+6.30022 s]
/proc/loadavg: 2.14 2.07 2.04 3/190 3261
/proc/meminfo: memFree=28478048/32770624 swapFree=67108860/67108860
[pid=3260] ppid=3257 vsize=28128 memory=4760 CPUtime=6.29 cores=1,3,5,7
/proc/3260/stat : 3260 (cosoco) R 3257 3260 2954 0 -1 4202496 1961 0 0 0 629 0 0 0 20 0 1 0 90848690 28803072 1190 33554432000 4194304 5972588 140736321527616 140736321524920 5071903 0 0 4096 8405026 0 0 0 17 1 0 0 0 0 0 8070896 8075904 22315008 140736321529023 140736321529118 140736321529118 140736321531854 0
/proc/3260/statm: 7032 1190 827 435 0 395 0
Current children cumulated CPU time: 6.29 s
Current children cumulated vsize: 28128 KiB
Current children cumulated memory: 4760 KiB

[startup+12.7002 s]
/proc/loadavg: 2.13 2.07 2.04 3/190 3261
/proc/meminfo: memFree=28384384/32770624 swapFree=67108860/67108860
[pid=3260] ppid=3257 vsize=28128 memory=4760 CPUtime=12.69 cores=1,3,5,7
/proc/3260/stat : 3260 (cosoco) R 3257 3260 2954 0 -1 4202496 2265 0 0 0 1269 0 0 0 20 0 1 0 90848690 28803072 1190 33554432000 4194304 5972588 140736321527616 140736321524920 5071880 0 0 4096 8405026 0 0 0 17 1 0 0 0 0 0 8070896 8075904 22315008 140736321529023 140736321529118 140736321529118 140736321531854 0
/proc/3260/statm: 7032 1190 827 435 0 395 0
Current children cumulated CPU time: 12.69 s
Current children cumulated vsize: 28128 KiB
Current children cumulated memory: 4760 KiB

[startup+25.5002 s]
/proc/loadavg: 2.10 2.06 2.04 3/190 3261
/proc/meminfo: memFree=28383020/32770624 swapFree=67108860/67108860
[pid=3260] ppid=3257 vsize=28128 memory=4760 CPUtime=25.49 cores=1,3,5,7
/proc/3260/stat : 3260 (cosoco) R 3257 3260 2954 0 -1 4202496 2873 0 0 0 2549 0 0 0 20 0 1 0 90848690 28803072 1190 33554432000 4194304 5972588 140736321527616 140736321524920 4909635 0 0 4096 8405026 0 0 0 17 1 0 0 0 0 0 8070896 8075904 22315008 140736321529023 140736321529118 140736321529118 140736321531854 0
/proc/3260/statm: 7032 1190 827 435 0 395 0
Current children cumulated CPU time: 25.49 s
Current children cumulated vsize: 28128 KiB
Current children cumulated memory: 4760 KiB

[startup+51.1092 s]
/proc/loadavg: 2.06 2.06 2.04 3/190 3261
/proc/meminfo: memFree=28381380/32770624 swapFree=67108860/67108860
[pid=3260] ppid=3257 vsize=28128 memory=4760 CPUtime=51.1 cores=1,3,5,7
/proc/3260/stat : 3260 (cosoco) R 3257 3260 2954 0 -1 4202496 3177 0 0 0 5110 0 0 0 20 0 1 0 90848690 28803072 1190 33554432000 4194304 5972588 140736321527616 140736321524920 5071906 0 0 4096 8405026 0 0 0 17 1 0 0 0 0 0 8070896 8075904 22315008 140736321529023 140736321529118 140736321529118 140736321531854 0
/proc/3260/statm: 7032 1190 827 435 0 395 0
Current children cumulated CPU time: 51.1 s
Current children cumulated vsize: 28128 KiB
Current children cumulated memory: 4760 KiB

[startup+102.3 s]
/proc/loadavg: 2.03 2.05 2.04 3/190 3263
/proc/meminfo: memFree=28380696/32770624 swapFree=67108860/67108860
[pid=3260] ppid=3257 vsize=28128 memory=4760 CPUtime=102.3 cores=1,3,5,7
/proc/3260/stat : 3260 (cosoco) R 3257 3260 2954 0 -1 4202496 3481 0 0 0 10230 0 0 0 20 0 1 0 90848690 28803072 1190 33554432000 4194304 5972588 140736321527616 140736321524920 4968801 0 0 4096 8405026 0 0 0 17 1 0 0 0 0 0 8070896 8075904 22315008 140736321529023 140736321529118 140736321529118 140736321531854 0
/proc/3260/statm: 7032 1190 827 435 0 395 0
Current children cumulated CPU time: 102.3 s
Current children cumulated vsize: 28128 KiB
Current children cumulated memory: 4760 KiB

[startup+162.3 s]
/proc/loadavg: 2.01 2.04 2.04 3/190 3264
/proc/meminfo: memFree=28381216/32770624 swapFree=67108860/67108860
[pid=3260] ppid=3257 vsize=28128 memory=4760 CPUtime=162.31 cores=1,3,5,7
/proc/3260/stat : 3260 (cosoco) R 3257 3260 2954 0 -1 4202496 3785 0 0 0 16231 0 0 0 20 0 1 0 90848690 28803072 1190 33554432000 4194304 5972588 140736321527616 140736321524920 4965382 0 0 4096 8405026 0 0 0 17 1 0 0 0 0 0 8070896 8075904 22315008 140736321529023 140736321529118 140736321529118 140736321531854 0
/proc/3260/statm: 7032 1190 827 435 0 395 0
Current children cumulated CPU time: 162.31 s
Current children cumulated vsize: 28128 KiB
Current children cumulated memory: 4760 KiB

[startup+222.3 s]
/proc/loadavg: 2.00 2.03 2.04 3/190 3272
/proc/meminfo: memFree=28380912/32770624 swapFree=67108860/67108860
[pid=3260] ppid=3257 vsize=28128 memory=4760 CPUtime=222.31 cores=1,3,5,7
/proc/3260/stat : 3260 (cosoco) R 3257 3260 2954 0 -1 4202496 4089 0 0 0 22231 0 0 0 20 0 1 0 90848690 28803072 1190 33554432000 4194304 5972588 140736321527616 140736321524920 5071309 0 0 4096 8405026 0 0 0 17 1 0 0 0 0 0 8070896 8075904 22315008 140736321529023 140736321529118 140736321529118 140736321531854 0
/proc/3260/statm: 7032 1190 827 435 0 395 0
Current children cumulated CPU time: 222.31 s
Current children cumulated vsize: 28128 KiB
Current children cumulated memory: 4760 KiB

[startup+282.3 s]
/proc/loadavg: 2.05 2.04 2.05 3/190 3273
/proc/meminfo: memFree=28381392/32770624 swapFree=67108860/67108860
[pid=3260] ppid=3257 vsize=28128 memory=4760 CPUtime=282.32 cores=1,3,5,7
/proc/3260/stat : 3260 (cosoco) R 3257 3260 2954 0 -1 4202496 4089 0 0 0 28232 0 0 0 20 0 1 0 90848690 28803072 1190 33554432000 4194304 5972588 140736321527616 140736321524920 5071856 0 0 4096 8405026 0 0 0 17 1 0 0 0 0 0 8070896 8075904 22315008 140736321529023 140736321529118 140736321529118 140736321531854 0
/proc/3260/statm: 7032 1190 827 435 0 395 0
Current children cumulated CPU time: 282.32 s
Current children cumulated vsize: 28128 KiB
Current children cumulated memory: 4760 KiB

[startup+342.3 s]
/proc/loadavg: 2.02 2.04 2.05 3/187 3274
/proc/meminfo: memFree=28381400/32770624 swapFree=67108860/67108860
[pid=3260] ppid=3257 vsize=28128 memory=4760 CPUtime=342.32 cores=1,3,5,7
/proc/3260/stat : 3260 (cosoco) R 3257 3260 2954 0 -1 4202496 4393 0 0 0 34232 0 0 0 20 0 1 0 90848690 28803072 1190 33554432000 4194304 5972588 140736321527616 140736321524920 5053094 0 0 4096 8405026 0 0 0 17 1 0 0 0 0 0 8070896 8075904 22315008 140736321529023 140736321529118 140736321529118 140736321531854 0
/proc/3260/statm: 7032 1190 827 435 0 395 0
Current children cumulated CPU time: 342.32 s
Current children cumulated vsize: 28128 KiB
Current children cumulated memory: 4760 KiB

[startup+402.3 s]
/proc/loadavg: 2.09 2.05 2.05 3/187 3275
/proc/meminfo: memFree=28381788/32770624 swapFree=67108860/67108860
[pid=3260] ppid=3257 vsize=28128 memory=4760 CPUtime=402.33 cores=1,3,5,7
/proc/3260/stat : 3260 (cosoco) R 3257 3260 2954 0 -1 4202496 4393 0 0 0 40233 0 0 0 20 0 1 0 90848690 28803072 1190 33554432000 4194304 5972588 140736321527616 140736321524920 4968765 0 0 4096 8405026 0 0 0 17 1 0 0 0 0 0 8070896 8075904 22315008 140736321529023 140736321529118 140736321529118 140736321531854 0
/proc/3260/statm: 7032 1190 827 435 0 395 0
Current children cumulated CPU time: 402.33 s
Current children cumulated vsize: 28128 KiB
Current children cumulated memory: 4760 KiB

[startup+462.3 s]
/proc/loadavg: 2.03 2.04 2.05 3/187 3276
/proc/meminfo: memFree=28381948/32770624 swapFree=67108860/67108860
[pid=3260] ppid=3257 vsize=28128 memory=4760 CPUtime=462.33 cores=1,3,5,7
/proc/3260/stat : 3260 (cosoco) R 3257 3260 2954 0 -1 4202496 4697 0 0 0 46233 0 0 0 20 0 1 0 90848690 28803072 1190 33554432000 4194304 5972588 140736321527616 140736321524920 4965365 0 0 4096 8405026 0 0 0 17 1 0 0 0 0 0 8070896 8075904 22315008 140736321529023 140736321529118 140736321529118 140736321531854 0
/proc/3260/statm: 7032 1190 827 435 0 395 0
Current children cumulated CPU time: 462.33 s
Current children cumulated vsize: 28128 KiB
Current children cumulated memory: 4760 KiB


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

Current children cumulated memory: 4760 KiB

[startup+1122.3 s]
/proc/loadavg: 2.00 2.01 2.05 3/187 3295
/proc/meminfo: memFree=28381372/32770624 swapFree=67108860/67108860
[pid=3260] ppid=3257 vsize=28128 memory=4760 CPUtime=1122.39 cores=1,3,5,7
/proc/3260/stat : 3260 (cosoco) R 3257 3260 2954 0 -1 4202496 6217 0 0 0 112239 0 0 0 20 0 1 0 90848690 28803072 1190 33554432000 4194304 5972588 140736321527616 140736321524920 5070704 0 0 4096 8405026 0 0 0 17 1 0 0 0 0 0 8070896 8075904 22315008 140736321529023 140736321529118 140736321529118 140736321531854 0
/proc/3260/statm: 7032 1190 827 435 0 395 0
Current children cumulated CPU time: 1122.39 s
Current children cumulated vsize: 28128 KiB
Current children cumulated memory: 4760 KiB

[startup+1182.3 s]
/proc/loadavg: 2.00 2.01 2.05 3/187 3296
/proc/meminfo: memFree=28381268/32770624 swapFree=67108860/67108860
[pid=3260] ppid=3257 vsize=28128 memory=4760 CPUtime=1182.39 cores=1,3,5,7
/proc/3260/stat : 3260 (cosoco) R 3257 3260 2954 0 -1 4202496 6508 0 0 0 118239 0 0 0 20 0 1 0 90848690 28803072 1190 33554432000 4194304 5972588 140736321527616 140736321524920 4965457 0 0 4096 8405026 0 0 0 17 1 0 0 0 0 0 8070896 8075904 22315008 140736321529023 140736321529118 140736321529118 140736321531854 0
/proc/3260/statm: 7032 1190 827 435 0 395 0
Current children cumulated CPU time: 1182.39 s
Current children cumulated vsize: 28128 KiB
Current children cumulated memory: 4760 KiB

[startup+1242.3 s]
/proc/loadavg: 2.44 2.12 2.08 3/187 3297
/proc/meminfo: memFree=28381232/32770624 swapFree=67108860/67108860
[pid=3260] ppid=3257 vsize=28128 memory=4760 CPUtime=1242.4 cores=1,3,5,7
/proc/3260/stat : 3260 (cosoco) R 3257 3260 2954 0 -1 4202496 6521 0 0 0 124240 0 0 0 20 0 1 0 90848690 28803072 1190 33554432000 4194304 5972588 140736321527616 140736321524920 4909657 0 0 4096 8405026 0 0 0 17 1 0 0 0 0 0 8070896 8075904 22315008 140736321529023 140736321529118 140736321529118 140736321531854 0
/proc/3260/statm: 7032 1190 827 435 0 395 0
Current children cumulated CPU time: 1242.4 s
Current children cumulated vsize: 28128 KiB
Current children cumulated memory: 4760 KiB

[startup+1302.3 s]
/proc/loadavg: 2.26 2.14 2.09 3/187 3298
/proc/meminfo: memFree=28381104/32770624 swapFree=67108860/67108860
[pid=3260] ppid=3257 vsize=28128 memory=4760 CPUtime=1302.4 cores=1,3,5,7
/proc/3260/stat : 3260 (cosoco) R 3257 3260 2954 0 -1 4202496 6812 0 0 0 130240 0 0 0 20 0 1 0 90848690 28803072 1190 33554432000 4194304 5972588 140736321527616 140736321524920 5070905 0 0 4096 8405026 0 0 0 17 1 0 0 0 0 0 8070896 8075904 22315008 140736321529023 140736321529118 140736321529118 140736321531854 0
/proc/3260/statm: 7032 1190 827 435 0 395 0
Current children cumulated CPU time: 1302.4 s
Current children cumulated vsize: 28128 KiB
Current children cumulated memory: 4760 KiB

[startup+1362.3 s]
/proc/loadavg: 2.10 2.12 2.08 3/187 3299
/proc/meminfo: memFree=28380984/32770624 swapFree=67108860/67108860
[pid=3260] ppid=3257 vsize=28128 memory=4760 CPUtime=1362.41 cores=1,3,5,7
/proc/3260/stat : 3260 (cosoco) R 3257 3260 2954 0 -1 4202496 6825 0 0 0 136241 0 0 0 20 0 1 0 90848690 28803072 1190 33554432000 4194304 5972588 140736321527616 140736321524920 4965453 0 0 4096 8405026 0 0 0 17 1 0 0 0 0 0 8070896 8075904 22315008 140736321529023 140736321529118 140736321529118 140736321531854 0
/proc/3260/statm: 7032 1190 827 435 0 395 0
Current children cumulated CPU time: 1362.41 s
Current children cumulated vsize: 28128 KiB
Current children cumulated memory: 4760 KiB

[startup+1422.3 s]
/proc/loadavg: 2.04 2.10 2.08 3/188 3308
/proc/meminfo: memFree=28380336/32770624 swapFree=67108860/67108860
[pid=3260] ppid=3257 vsize=28128 memory=4760 CPUtime=1422.41 cores=1,3,5,7
/proc/3260/stat : 3260 (cosoco) R 3257 3260 2954 0 -1 4202496 7116 0 0 0 142241 0 0 0 20 0 1 0 90848690 28803072 1190 33554432000 4194304 5972588 140736321527616 140736321524920 4909643 0 0 4096 8405026 0 0 0 17 1 0 0 0 0 0 8070896 8075904 22315008 140736321529023 140736321529118 140736321529118 140736321531854 0
/proc/3260/statm: 7032 1190 827 435 0 395 0
Current children cumulated CPU time: 1422.41 s
Current children cumulated vsize: 28128 KiB
Current children cumulated memory: 4760 KiB

[startup+1482.3 s]
/proc/loadavg: 2.01 2.08 2.07 3/188 3309
/proc/meminfo: memFree=28380692/32770624 swapFree=67108860/67108860
[pid=3260] ppid=3257 vsize=28128 memory=4760 CPUtime=1482.42 cores=1,3,5,7
/proc/3260/stat : 3260 (cosoco) R 3257 3260 2954 0 -1 4202496 7129 0 0 0 148242 0 0 0 20 0 1 0 90848690 28803072 1190 33554432000 4194304 5972588 140736321527616 140736321524920 5071903 0 0 4096 8405026 0 0 0 17 1 0 0 0 0 0 8070896 8075904 22315008 140736321529023 140736321529118 140736321529118 140736321531854 0
/proc/3260/statm: 7032 1190 827 435 0 395 0
Current children cumulated CPU time: 1482.42 s
Current children cumulated vsize: 28128 KiB
Current children cumulated memory: 4760 KiB

[startup+1542.3 s]
/proc/loadavg: 2.00 2.06 2.07 3/188 3310
/proc/meminfo: memFree=28380748/32770624 swapFree=67108860/67108860
[pid=3260] ppid=3257 vsize=28128 memory=4760 CPUtime=1542.42 cores=1,3,5,7
/proc/3260/stat : 3260 (cosoco) R 3257 3260 2954 0 -1 4202496 7420 0 0 0 154242 0 0 0 20 0 1 0 90848690 28803072 1190 33554432000 4194304 5972588 140736321527616 140736321524920 5053094 0 0 4096 8405026 0 0 0 17 1 0 0 0 0 0 8070896 8075904 22315008 140736321529023 140736321529118 140736321529118 140736321531854 0
/proc/3260/statm: 7032 1190 827 435 0 395 0
Current children cumulated CPU time: 1542.42 s
Current children cumulated vsize: 28128 KiB
Current children cumulated memory: 4760 KiB

[startup+1579.84 s]
# the end of solver process 3260 was just reported to runsolver
# cumulated CPU time of all completed processes:  user=1579.97 s, system=0.00301 s

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

[startup+1561.6 s]
/proc/loadavg: 2.00 2.06 2.06 3/188 3310
/proc/meminfo: memFree=28380748/32770624 swapFree=67108860/67108860
[pid=3260] ppid=3257 vsize=28128 memory=4760 CPUtime=1561.72 cores=1,3,5,7
/proc/3260/stat : 3260 (cosoco) R 3257 3260 2954 0 -1 4202496 7420 0 0 0 156172 0 0 0 20 0 1 0 90848690 28803072 1190 33554432000 4194304 5972588 140736321527616 140736321524920 4965342 0 0 4096 8405026 0 0 0 17 1 0 0 0 0 0 8070896 8075904 22315008 140736321529023 140736321529118 140736321529118 140736321531854 0
/proc/3260/statm: 7032 1190 827 435 0 395 0
Current children cumulated CPU time: 1561.72 s
Current children cumulated vsize: 28128 KiB
Current children cumulated memory: 4760 KiB

[startup+1568 s]*
/proc/loadavg: 2.00 2.06 2.06 3/188 3311
/proc/meminfo: memFree=28380236/32770624 swapFree=67108860/67108860
[pid=3260] ppid=3257 vsize=28128 memory=4760 CPUtime=1568.13 cores=1,3,5,7
/proc/3260/stat : 3260 (cosoco) R 3257 3260 2954 0 -1 4202496 7420 0 0 0 156813 0 0 0 20 0 1 0 90848690 28803072 1190 33554432000 4194304 5972588 140736321527616 140736321524920 4969174 0 0 4096 8405026 0 0 0 17 1 0 0 0 0 0 8070896 8075904 22315008 140736321529023 140736321529118 140736321529118 140736321531854 0
/proc/3260/statm: 7032 1190 827 435 0 395 0
Current children cumulated CPU time: 1568.13 s
Current children cumulated vsize: 28128 KiB
Current children cumulated memory: 4760 KiB

[startup+1574.4 s]
/proc/loadavg: 2.00 2.06 2.06 3/188 3311
/proc/meminfo: memFree=28380484/32770624 swapFree=67108860/67108860
[pid=3260] ppid=3257 vsize=28128 memory=4760 CPUtime=1574.53 cores=1,3,5,7
/proc/3260/stat : 3260 (cosoco) R 3257 3260 2954 0 -1 4202496 7420 0 0 0 157453 0 0 0 20 0 1 0 90848690 28803072 1190 33554432000 4194304 5972588 140736321527616 140736321524920 4965365 0 0 4096 8405026 0 0 0 17 1 0 0 0 0 0 8070896 8075904 22315008 140736321529023 140736321529118 140736321529118 140736321531854 0
/proc/3260/statm: 7032 1190 827 435 0 395 0
Current children cumulated CPU time: 1574.53 s
Current children cumulated vsize: 28128 KiB
Current children cumulated memory: 4760 KiB

[startup+1577.6 s]
/proc/loadavg: 2.00 2.06 2.06 3/188 3311
/proc/meminfo: memFree=28380484/32770624 swapFree=67108860/67108860
[pid=3260] ppid=3257 vsize=28128 memory=4760 CPUtime=1577.73 cores=1,3,5,7
/proc/3260/stat : 3260 (cosoco) R 3257 3260 2954 0 -1 4202496 7420 0 0 0 157773 0 0 0 20 0 1 0 90848690 28803072 1190 33554432000 4194304 5972588 140736321527616 140736321524920 4909211 0 0 4096 8405026 0 0 0 17 1 0 0 0 0 0 8070896 8075904 22315008 140736321529023 140736321529118 140736321529118 140736321531854 0
/proc/3260/statm: 7032 1190 827 435 0 395 0
Current children cumulated CPU time: 1577.73 s
Current children cumulated vsize: 28128 KiB
Current children cumulated memory: 4760 KiB

[startup+1579.2 s]
/proc/loadavg: 2.00 2.06 2.06 3/188 3311
/proc/meminfo: memFree=28380484/32770624 swapFree=67108860/67108860
[pid=3260] ppid=3257 vsize=28128 memory=4760 CPUtime=1579.33 cores=1,3,5,7
/proc/3260/stat : 3260 (cosoco) R 3257 3260 2954 0 -1 4202496 7420 0 0 0 157933 0 0 0 20 0 1 0 90848690 28803072 1190 33554432000 4194304 5972588 140736321527616 140736321524920 5053069 0 0 4096 8405026 0 0 0 17 1 0 0 0 0 0 8070896 8075904 22315008 140736321529023 140736321529118 140736321529118 140736321531854 0
/proc/3260/statm: 7032 1190 827 435 0 395 0
Current children cumulated CPU time: 1579.33 s
Current children cumulated vsize: 28128 KiB
Current children cumulated memory: 4760 KiB

[startup+1579.6 s]
/proc/loadavg: 2.00 2.06 2.06 3/188 3311
/proc/meminfo: memFree=28380484/32770624 swapFree=67108860/67108860
[pid=3260] ppid=3257 vsize=28128 memory=4760 CPUtime=1579.73 cores=1,3,5,7
/proc/3260/stat : 3260 (cosoco) R 3257 3260 2954 0 -1 4202496 7420 0 0 0 157973 0 0 0 20 0 1 0 90848690 28803072 1190 33554432000 4194304 5972588 140736321527616 140736321524920 5053069 0 0 4096 8405026 0 0 0 17 1 0 0 0 0 0 8070896 8075904 22315008 140736321529023 140736321529118 140736321529118 140736321531854 0
/proc/3260/statm: 7032 1190 827 435 0 395 0
Current children cumulated CPU time: 1579.73 s
Current children cumulated vsize: 28128 KiB
Current children cumulated memory: 4760 KiB

[startup+1579.8 s]
/proc/loadavg: 2.00 2.06 2.06 3/188 3311
/proc/meminfo: memFree=28380484/32770624 swapFree=67108860/67108860
[pid=3260] ppid=3257 vsize=28128 memory=4760 CPUtime=1579.93 cores=1,3,5,7
/proc/3260/stat : 3260 (cosoco) R 3257 3260 2954 0 -1 4202496 7420 0 0 0 157993 0 0 0 20 0 1 0 90848690 28803072 1190 33554432000 4194304 5972588 140736321527616 140736321524920 5071906 0 0 4096 8405026 0 0 0 17 1 0 0 0 0 0 8070896 8075904 22315008 140736321529023 140736321529118 140736321529118 140736321531854 0
/proc/3260/statm: 7032 1190 827 435 0 395 0
Current children cumulated CPU time: 1579.93 s
Current children cumulated vsize: 28128 KiB
Current children cumulated memory: 4760 KiB

Child status: 0
Real time (s): 1579.84
CPU time (s): 1579.98
CPU user time (s): 1579.97
CPU system time (s): 0.00301
CPU usage (%): 100.008
Max. virtual memory (cumulated for all children) (KiB): 28128
Max. memory (cumulated for all children) (KiB): 4760

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1579.97
system time used= 0.00301
maximum resident set size= 4828
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 7469
page faults= 0
swaps= 0
block input operations= 0
block output operations= 0
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 7
involuntary context switches= 399


# summary of solver processes directly reported to runsolver:
#   pid: 3260
#   total CPU time (s): 1579.98
#   total CPU user time (s): 1579.97
#   total CPU system time (s): 0.00301

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 5.93935 second user time and 9.69346 second system time

The end

Launcher Data

Begin job on node148 at 2017-08-13 00:26:58
IDJOB=4268376
IDBENCH=138397
IDSOLVER=2658
FILE ID=node148/4268376-1502577676
RUNJOBID= node148-1502574286-2987
PBS_JOBID= 20628291
Free space on /tmp= 61612 MiB

SOLVER NAME= cosoco 1.12
BENCH NAME= XCSP17/SuperSolutions/SuperSolutions-Queens-s1/SuperQueens-05.xml
COMMAND LINE= cosoco -lc -model -restarts BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4268376-1502577676/watcher-4268376-1502577676 -o /tmp/evaluation-result-4268376-1502577676/solver-4268376-1502577676 -C 2520 -W 2520 -M 15500 --bin-var /tmp/runsolver-exch-node148-1502574286-2987 --watchdog 2580  cosoco -lc -model -restarts HOME/instance-4268376-1502577676.xml

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

MD5SUM BENCH= d3682a34ec80283d5af6efc5a3d6ed3a
RANDOM SEED=666799121

node148.alineos.net Linux 3.10.0-514.16.1.el7.x86_64 #1 SMP Wed Apr 12 15:04:24 UTC 2017

/sys/devices/system/cpu/cpu0/cpufreq/scaling_governor:
performance

/proc/cpuinfo:
processor	: 0
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
microcode	: 0x19
cpu MHz		: 2668.000
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 0
cpu cores	: 4
apicid		: 0
initial apicid	: 0
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida dtherm tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5333.19
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 1
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
microcode	: 0x19
cpu MHz		: 2668.000
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 0
cpu cores	: 4
apicid		: 16
initial apicid	: 16
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida dtherm tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5332.55
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 2
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
microcode	: 0x19
cpu MHz		: 2668.000
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 1
cpu cores	: 4
apicid		: 2
initial apicid	: 2
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida dtherm tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5333.19
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 3
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
microcode	: 0x19
cpu MHz		: 2668.000
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 1
cpu cores	: 4
apicid		: 18
initial apicid	: 18
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida dtherm tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5332.55
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 4
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
microcode	: 0x19
cpu MHz		: 2668.000
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 2
cpu cores	: 4
apicid		: 4
initial apicid	: 4
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida dtherm tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5333.19
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 5
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
microcode	: 0x19
cpu MHz		: 2668.000
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 2
cpu cores	: 4
apicid		: 20
initial apicid	: 20
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida dtherm tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5332.55
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 6
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
microcode	: 0x19
cpu MHz		: 2668.000
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 3
cpu cores	: 4
apicid		: 6
initial apicid	: 6
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida dtherm tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5333.19
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:        28515748 kB
MemAvailable:   31935228 kB
Buffers:          210496 kB
Cached:          3499216 kB
SwapCached:            0 kB
Active:           803764 kB
Inactive:        3017852 kB
Active(anon):     114648 kB
Inactive(anon):    25092 kB
Active(file):     689116 kB
Inactive(file):  2992760 kB
Unevictable:        6208 kB
Mlocked:            6208 kB
SwapTotal:      67108860 kB
SwapFree:       67108860 kB
Dirty:              2520 kB
Writeback:             0 kB
AnonPages:        112324 kB
Mapped:            44788 kB
Shmem:             25224 kB
Slab:             132852 kB
SReclaimable:     106876 kB
SUnreclaim:        25976 kB
KernelStack:        3568 kB
PageTables:         5344 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:     410780 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      350232 kB
VmallocChunk:   34341910524 kB
HardwareCorrupted:     0 kB
AnonHugePages:         0 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:      126336 kB
DirectMap2M:    33419264 kB

Free space on /tmp at the end= 61612 MiB
End job on node148 at 2017-08-13 00:53:18